portal-design-system 0.0.920 → 0.0.930

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/dist/index.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  import { default as Button } from './components/Button.vue';
2
+ import { default as Iconsax } from './components/Iconsax.vue';
3
+ import { default as IconsaxFont } from './components/IconsaxFont.vue';
2
4
  import { default as Badge } from './components/Badge.vue';
3
5
  import { default as Error } from './components/inputs/Error.vue';
4
6
  import { default as Input } from './components/inputs/Input.vue';
@@ -12,4 +14,4 @@ import { default as Tabs } from './components/Tabs.vue';
12
14
  import { default as Dropdown } from './components/Dropdown.vue';
13
15
  import { default as DurationTimeline } from './components/DurationTimeline.vue';
14
16
  import { default as DataGrid } from './components/DataGrid.vue';
15
- export { Button, Select, Input, Error, Badge, Dialog, Icon, Text, Tabs, Dropdown, DurationTimeline, DataGrid, useOutsideClick, useWindowScroll };
17
+ export { Button, Select, Input, Error, Iconsax, IconsaxFont, Badge, Dialog, Icon, Text, Tabs, Dropdown, DurationTimeline, DataGrid, useOutsideClick, useWindowScroll };