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.cjs +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
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
|
-
|
|
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,
|