mirror of https://github.com/grafana/grafana
Grafana UI: Replace barrel files with explicit exports (#106168)
* refactor(grafana-ui): move all exports from components barrel file to entry point * refactor(grafana-ui): move all exports from types barrel file to entry point * refactor(grafana-ui): explict exports for utils * refactor(grafana-ui): move themes to explicit exports * refactor(grafana-ui): use explicit exports for options, slate-plugins and schema * fix(grafana-ui): put back missing components * chore(grafana-ui): delete first level barrel files * refactor(grafana-ui): update all internal barrel file imports * refactor(grafana-ui): start fixing storybook mdx files * style(grafana-ui): fix linting issues, update betterer result * chore(grafana-ui): delete nested component barrel files * refactor(grafana-ui): update imports to use non-barrel files * refactor(grafana-ui): update imports to non-barrel files for story and test * fix(grafana-ui): put back missing FileListItem component and types * refactor(grafana-ui): update mdx to use direct imports * fix(grafana-ui): align exports with grafana 12pull/106491/head
parent
0bdcb4d080
commit
7e6eefc8cd
@ -1,2 +0,0 @@ |
||||
export * from './Button'; |
||||
export { ButtonGroup } from './ButtonGroup'; |
@ -1,11 +0,0 @@ |
||||
import { FileDropzone, DropzoneFile, FileDropzoneProps, FileDropzoneDefaultChildren } from './FileDropzone'; |
||||
import { FileListItem, FileListItemProps } from './FileListItem'; |
||||
|
||||
export { |
||||
FileDropzone, |
||||
type FileDropzoneProps, |
||||
type DropzoneFile, |
||||
FileListItem, |
||||
type FileListItemProps, |
||||
FileDropzoneDefaultChildren, |
||||
}; |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue