mhz-ui 1.4.18 → 1.4.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mhz-ui",
3
3
  "description": "Mhz ui kit",
4
- "version": "1.4.18",
4
+ "version": "1.4.19",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -1,25 +0,0 @@
1
- export { default as UiBreadcrumbs } from './UiBreadcrumbs/UiBreadcrumbs';
2
- export { default as UiButton } from './UiButton/UiButton';
3
- export { default as UiButtongroup } from './UiButtongroup/UiButtongroup';
4
- export { default as UiCalendar } from './UiCalendar/UiCalendar';
5
- export { default as UiChart } from './UiChart/UiChart';
6
- export { default as UiCheckbox } from './UiCheckbox/UiCheckbox';
7
- export { default as UiChip } from './UiChip/UiChip';
8
- export { default as UiClose } from './UiClose/UiClose';
9
- export { default as UiEditor } from './UiEditor/UiEditor';
10
- export { default as UiField } from './UiField/UiField';
11
- export { default as UiFlex } from './UiFlex/UiFlex';
12
- export { default as UiInput } from './UiInput/UiInput';
13
- export { default as UiModal } from './UiModal/UiModal';
14
- export { default as UiPagination } from './UiPagination/UiPagination';
15
- export { default as UiRange } from './UiRange/UiRange';
16
- export { default as UiSearch } from './UiSearch/UiSearch';
17
- export { default as UiSelect } from './UiSelect/UiSelect';
18
- export { default as UiSpoiler } from './UiSpoiler/UiSpoiler';
19
- export { default as UiSlider } from './UiSlider/UiSlider';
20
- export { default as UiTable } from './UiTable/UiTable';
21
- export { default as UiTabs } from './UiTabs/UiTabs';
22
- export { default as UiTextarea } from './UiTextarea/UiTextarea';
23
- export { default as UiUpload } from './UiUpload/UiUpload';
24
- export { default as toast } from './toast/toast';
25
- export { uiStubs } from './stubs/stubs';
File without changes