Skip to content

feat: Export common utils/constants

Martin Wortschack requested to merge 527-export-common-utils-constants into master

We currently export the following:

  • base components from ./src/components/base/* in ./index.js
  • directives from from ./src/directives/*in ./index.js
  • chart components from .src/components/charts/* in ./charts.js

This MR updates our rollup.config and enables exporting of utils from gitlab-ui. It also moves src/utils/documented_stories.js to documentation/documented_stories.js.

As a first task, it exports breakpoints.js so we can import it in gitlab and can remove duplicated code there.

Closes #527 (closed)

Edited by Martin Wortschack

Merge request reports