portal-design-system 0.0.967 → 0.0.968

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
@@ -19,4 +19,5 @@ import { default as Pagination } from './components/Pagination.vue';
19
19
  import { default as RadioGroup } from './components/inputs/RadioGroup.vue';
20
20
  import { default as DialogHeading } from './components/overlays/Heading.vue';
21
21
  import { default as DateInput } from './components/inputs/DateInput.vue';
22
- export { Button, Select, Input, DateInput, Error, Iconsax, IconsaxFont, Badge, Dialog, Icon, Text, Tabs, Dropdown, DurationTimeline, Drawer, DialogHeading, Pagination, RadioGroup, useOutsideClick, useWindowScroll, vTooltip };
22
+ import { default as Label } from './components/inputs/Label.vue';
23
+ export { Button, Select, Input, DateInput, Error, Iconsax, IconsaxFont, Badge, Dialog, Icon, Text, Tabs, Dropdown, DurationTimeline, Drawer, DialogHeading, Pagination, Label, RadioGroup, useOutsideClick, useWindowScroll, vTooltip };
package/dist/index.js CHANGED
@@ -19035,6 +19035,7 @@ export {
19035
19035
  mo as Iconsax,
19036
19036
  hg as IconsaxFont,
19037
19037
  gg as Input,
19038
+ pn as Label,
19038
19039
  Dg as Pagination,
19039
19040
  Mg as RadioGroup,
19040
19041
  ju as Select,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "portal-design-system",
3
- "version": "0.0.967",
3
+ "version": "0.0.968",
4
4
  "description": "A type-safe Vue 3 UI library with Tailwind CSS and isolated styles",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",