@skewedaspect/sleekspace-ui 0.2.0-beta.1 → 0.2.0-beta.2
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/components/Accordion/SkAccordion.vue.d.ts +65 -0
- package/dist/components/Accordion/SkAccordionItem.vue.d.ts +52 -0
- package/dist/components/Accordion/index.d.ts +3 -0
- package/dist/components/Accordion/types.d.ts +3 -0
- package/dist/components/Alert/SkAlert.vue.d.ts +39 -0
- package/dist/components/Alert/types.d.ts +4 -0
- package/dist/components/Avatar/SkAvatar.vue.d.ts +75 -0
- package/dist/components/Avatar/index.d.ts +2 -0
- package/dist/components/Avatar/types.d.ts +20 -0
- package/dist/components/Breadcrumbs/SkBreadcrumbItem.vue.d.ts +51 -0
- package/dist/components/Breadcrumbs/SkBreadcrumbSeparator.vue.d.ts +13 -0
- package/dist/components/Breadcrumbs/SkBreadcrumbs.vue.d.ts +24 -0
- package/dist/components/Breadcrumbs/index.d.ts +4 -0
- package/dist/components/Breadcrumbs/types.d.ts +18 -0
- package/dist/components/Button/SkButton.vue.d.ts +97 -0
- package/dist/components/Button/types.d.ts +5 -0
- package/dist/components/Card/SkCard.vue.d.ts +88 -0
- package/dist/components/Card/types.d.ts +2 -0
- package/dist/components/Checkbox/SkCheckbox.vue.d.ts +71 -0
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/Checkbox/types.d.ts +3 -0
- package/dist/components/Collapsible/SkCollapsible.vue.d.ts +70 -0
- package/dist/components/Collapsible/index.d.ts +2 -0
- package/dist/components/Collapsible/types.d.ts +2 -0
- package/dist/components/Divider/SkDivider.vue.d.ts +39 -0
- package/dist/components/Divider/types.d.ts +8 -0
- package/dist/components/Dropdown/SkDropdown.vue.d.ts +63 -0
- package/dist/components/Dropdown/SkDropdownMenuItem.vue.d.ts +32 -0
- package/dist/components/Dropdown/SkDropdownMenuSeparator.vue.d.ts +2 -0
- package/dist/components/Dropdown/SkDropdownSubmenu.vue.d.ts +34 -0
- package/dist/components/Dropdown/index.d.ts +5 -0
- package/dist/components/Dropdown/types.d.ts +4 -0
- package/dist/components/Field/SkField.vue.d.ts +99 -0
- package/dist/components/Field/index.d.ts +2 -0
- package/dist/components/Field/types.d.ts +1 -0
- package/dist/components/Group/SkGroup.vue.d.ts +29 -0
- package/dist/components/Group/types.d.ts +4 -0
- package/dist/components/Input/SkInput.vue.d.ts +84 -0
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Input/types.d.ts +4 -0
- package/dist/components/Listbox/SkListbox.vue.d.ts +62 -0
- package/dist/components/Listbox/SkListboxItem.vue.d.ts +34 -0
- package/dist/components/Listbox/SkListboxSeparator.vue.d.ts +2 -0
- package/dist/components/Listbox/index.d.ts +4 -0
- package/dist/components/Listbox/types.d.ts +3 -0
- package/dist/components/Modal/SkModal.vue.d.ts +108 -0
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/Modal/types.d.ts +3 -0
- package/dist/components/NavBar/SkNavBar.vue.d.ts +40 -0
- package/dist/components/NavBar/index.d.ts +2 -0
- package/dist/components/NavBar/types.d.ts +6 -0
- package/dist/components/NumberInput/SkNumberInput.vue.d.ts +93 -0
- package/dist/components/NumberInput/index.d.ts +2 -0
- package/dist/components/NumberInput/types.d.ts +3 -0
- package/dist/components/Page/SkPage.vue.d.ts +55 -0
- package/dist/components/Page/index.d.ts +2 -0
- package/dist/components/Page/types.d.ts +13 -0
- package/dist/components/Pagination/SkPagination.vue.d.ts +79 -0
- package/dist/components/Pagination/SkPaginationItem.vue.d.ts +44 -0
- package/dist/components/Pagination/index.d.ts +3 -0
- package/dist/components/Pagination/types.d.ts +24 -0
- package/dist/components/Panel/SkPanel.vue.d.ts +55 -0
- package/dist/components/Panel/types.d.ts +3 -0
- package/dist/components/Popover/SkPopover.vue.d.ts +94 -0
- package/dist/components/Popover/index.d.ts +2 -0
- package/dist/components/Popover/types.d.ts +4 -0
- package/dist/components/Progress/SkProgress.vue.d.ts +66 -0
- package/dist/components/Progress/index.d.ts +2 -0
- package/dist/components/Progress/types.d.ts +22 -0
- package/dist/components/Radio/SkRadio.vue.d.ts +59 -0
- package/dist/components/Radio/SkRadioGroup.vue.d.ts +85 -0
- package/dist/components/Radio/index.d.ts +3 -0
- package/dist/components/Radio/types.d.ts +4 -0
- package/dist/components/Sidebar/SkSidebar.vue.d.ts +38 -0
- package/dist/components/Sidebar/SkSidebarItem.vue.d.ts +37 -0
- package/dist/components/Sidebar/SkSidebarSection.vue.d.ts +44 -0
- package/dist/components/Sidebar/types.d.ts +2 -0
- package/dist/components/Skeleton/SkSkeleton.vue.d.ts +55 -0
- package/dist/components/Skeleton/index.d.ts +2 -0
- package/dist/components/Skeleton/types.d.ts +21 -0
- package/dist/components/Slider/SkSlider.vue.d.ts +100 -0
- package/dist/components/Slider/index.d.ts +2 -0
- package/dist/components/Slider/types.d.ts +32 -0
- package/dist/components/Spinner/SkSpinner.vue.d.ts +39 -0
- package/dist/components/Spinner/index.d.ts +2 -0
- package/dist/components/Spinner/types.d.ts +16 -0
- package/dist/components/Switch/SkSwitch.vue.d.ts +120 -0
- package/dist/components/Switch/index.d.ts +2 -0
- package/dist/components/Switch/types.d.ts +3 -0
- package/dist/components/Table/SkTable.vue.d.ts +86 -0
- package/dist/components/Table/index.d.ts +2 -0
- package/dist/components/Table/types.d.ts +3 -0
- package/dist/components/Tabs/SkTab.vue.d.ts +49 -0
- package/dist/components/Tabs/SkTabList.vue.d.ts +28 -0
- package/dist/components/Tabs/SkTabPanel.vue.d.ts +33 -0
- package/dist/components/Tabs/SkTabPanels.vue.d.ts +17 -0
- package/dist/components/Tabs/SkTabs.vue.d.ts +60 -0
- package/dist/components/Tabs/types.d.ts +5 -0
- package/dist/components/Tag/SkTag.vue.d.ts +58 -0
- package/dist/components/Tag/types.d.ts +8 -0
- package/dist/components/TagsInput/SkTagsInput.vue.d.ts +77 -0
- package/dist/components/TagsInput/index.d.ts +2 -0
- package/dist/components/TagsInput/types.d.ts +3 -0
- package/dist/components/Textarea/SkTextarea.vue.d.ts +85 -0
- package/dist/components/Textarea/index.d.ts +2 -0
- package/dist/components/Textarea/types.d.ts +3 -0
- package/dist/components/Theme/SkTheme.vue.d.ts +20 -0
- package/dist/components/Theme/types.d.ts +16 -0
- package/dist/components/Theme/useTheme.d.ts +84 -0
- package/dist/components/Toast/SkToast.vue.d.ts +42 -0
- package/dist/components/Toast/SkToastProvider.vue.d.ts +62 -0
- package/dist/components/Toast/index.d.ts +3 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/useToast.d.ts +33 -0
- package/dist/components/Tooltip/SkTooltip.vue.d.ts +81 -0
- package/dist/components/Tooltip/SkTooltipProvider.vue.d.ts +70 -0
- package/dist/components/Tooltip/index.d.ts +3 -0
- package/dist/components/Tooltip/types.d.ts +4 -0
- package/dist/composables/useCustomColors.d.ts +74 -0
- package/dist/composables/useCustomColors.test.d.ts +1 -0
- package/dist/composables/usePortalContext.d.ts +75 -0
- package/dist/composables/usePortalContext.test.d.ts +1 -0
- package/dist/index.d.ts +149 -0
- package/dist/sleekspace-ui.css +2 -2
- package/dist/sleekspace-ui.es.js +43 -42
- package/dist/sleekspace-ui.umd.js +43 -42
- package/dist/tokens.css +968 -0
- package/dist/types.d.ts +29 -0
- package/docs/components/accordion/_meta.yaml +9 -0
- package/docs/components/accordion/custom-colors.md +20 -0
- package/docs/components/accordion/intro.md +8 -0
- package/docs/components/accordion/kinds.md +30 -0
- package/docs/components/accordion/multiple.md +28 -0
- package/docs/components/accordion/real-world.md +31 -0
- package/docs/components/accordion/usage.md +28 -0
- package/docs/components/alert/_meta.yaml +10 -0
- package/docs/components/alert/custom-colors.md +30 -0
- package/docs/components/alert/custom-icons.md +17 -0
- package/docs/components/alert/intro.md +8 -0
- package/docs/components/alert/kinds.md +24 -0
- package/docs/components/alert/prominent.md +16 -0
- package/docs/components/alert/rich-content.md +19 -0
- package/docs/components/alert/usage.md +12 -0
- package/docs/components/avatar/_meta.yaml +10 -0
- package/docs/components/avatar/custom-colors.md +14 -0
- package/docs/components/avatar/images.md +12 -0
- package/docs/components/avatar/intro.md +8 -0
- package/docs/components/avatar/kinds.md +16 -0
- package/docs/components/avatar/real-world.md +25 -0
- package/docs/components/avatar/sizes.md +14 -0
- package/docs/components/avatar/usage.md +15 -0
- package/docs/components/breadcrumbs/_meta.yaml +9 -0
- package/docs/components/breadcrumbs/custom-colors.md +14 -0
- package/docs/components/breadcrumbs/intro.md +8 -0
- package/docs/components/breadcrumbs/kinds.md +16 -0
- package/docs/components/breadcrumbs/real-world.md +33 -0
- package/docs/components/breadcrumbs/separators.md +13 -0
- package/docs/components/breadcrumbs/usage.md +15 -0
- package/docs/components/card/_meta.yaml +10 -0
- package/docs/components/card/intro.md +8 -0
- package/docs/components/card/kinds.md +24 -0
- package/docs/components/card/media.md +25 -0
- package/docs/components/card/neon-kinds.md +24 -0
- package/docs/components/card/no-decoration.md +15 -0
- package/docs/components/card/scrollable.md +23 -0
- package/docs/components/card/usage.md +12 -0
- package/docs/components/checkbox/_meta.yaml +11 -0
- package/docs/components/checkbox/color-kinds.md +17 -0
- package/docs/components/checkbox/custom-colors.md +21 -0
- package/docs/components/checkbox/form-example.md +24 -0
- package/docs/components/checkbox/intro.md +8 -0
- package/docs/components/checkbox/kinds.md +16 -0
- package/docs/components/checkbox/sizes.md +13 -0
- package/docs/components/checkbox/states.md +14 -0
- package/docs/components/checkbox/usage.md +17 -0
- package/docs/components/collapsible/_meta.yaml +9 -0
- package/docs/components/collapsible/accessibility.md +6 -0
- package/docs/components/collapsible/custom-colors.md +16 -0
- package/docs/components/collapsible/custom-trigger.md +35 -0
- package/docs/components/collapsible/intro.md +8 -0
- package/docs/components/collapsible/kinds.md +16 -0
- package/docs/components/collapsible/usage.md +22 -0
- package/docs/components/divider/_meta.yaml +10 -0
- package/docs/components/divider/accessibility.md +6 -0
- package/docs/components/divider/intro.md +8 -0
- package/docs/components/divider/kinds.md +16 -0
- package/docs/components/divider/orientation.md +18 -0
- package/docs/components/divider/sizes.md +24 -0
- package/docs/components/divider/usage.md +14 -0
- package/docs/components/divider/variants.md +14 -0
- package/docs/components/dropdown/_meta.yaml +11 -0
- package/docs/components/dropdown/accessibility.md +6 -0
- package/docs/components/dropdown/custom-colors.md +17 -0
- package/docs/components/dropdown/custom-trigger.md +18 -0
- package/docs/components/dropdown/intro.md +8 -0
- package/docs/components/dropdown/kinds.md +23 -0
- package/docs/components/dropdown/positioning.md +23 -0
- package/docs/components/dropdown/submenus.md +28 -0
- package/docs/components/dropdown/usage.md +24 -0
- package/docs/components/field/_meta.yaml +10 -0
- package/docs/components/field/accessibility.md +6 -0
- package/docs/components/field/description.md +15 -0
- package/docs/components/field/intro.md +8 -0
- package/docs/components/field/label-position.md +16 -0
- package/docs/components/field/required.md +12 -0
- package/docs/components/field/usage.md +19 -0
- package/docs/components/field/validation.md +32 -0
- package/docs/components/group/_meta.yaml +7 -0
- package/docs/components/group/accessibility.md +6 -0
- package/docs/components/group/intro.md +8 -0
- package/docs/components/group/orientation.md +22 -0
- package/docs/components/group/usage.md +14 -0
- package/docs/components/input/_meta.yaml +11 -0
- package/docs/components/input/accessibility.md +6 -0
- package/docs/components/input/custom-colors.md +21 -0
- package/docs/components/input/intro.md +8 -0
- package/docs/components/input/kinds.md +16 -0
- package/docs/components/input/sizes.md +13 -0
- package/docs/components/input/states.md +12 -0
- package/docs/components/input/types.md +15 -0
- package/docs/components/input/usage.md +17 -0
- package/docs/components/listbox/_meta.yaml +12 -0
- package/docs/components/listbox/color-kinds.md +27 -0
- package/docs/components/listbox/custom-colors.md +18 -0
- package/docs/components/listbox/form-example.md +36 -0
- package/docs/components/listbox/intro.md +8 -0
- package/docs/components/listbox/kinds.md +30 -0
- package/docs/components/listbox/separators.md +19 -0
- package/docs/components/listbox/sizes.md +24 -0
- package/docs/components/listbox/states.md +19 -0
- package/docs/components/listbox/usage.md +23 -0
- package/docs/components/modal/_meta.yaml +13 -0
- package/docs/components/modal/close-behaviors.md +49 -0
- package/docs/components/modal/confirmation.md +19 -0
- package/docs/components/modal/controlled-state.md +29 -0
- package/docs/components/modal/custom-colors.md +25 -0
- package/docs/components/modal/custom-trigger.md +28 -0
- package/docs/components/modal/form-modal.md +23 -0
- package/docs/components/modal/intro.md +8 -0
- package/docs/components/modal/kinds.md +30 -0
- package/docs/components/modal/sizes.md +21 -0
- package/docs/components/modal/usage.md +15 -0
- package/docs/components/navbar/_meta.yaml +11 -0
- package/docs/components/navbar/complex-layouts.md +34 -0
- package/docs/components/navbar/custom-colors.md +24 -0
- package/docs/components/navbar/icons.md +33 -0
- package/docs/components/navbar/intro.md +8 -0
- package/docs/components/navbar/kinds.md +24 -0
- package/docs/components/navbar/neon-colors.md +24 -0
- package/docs/components/navbar/sticky.md +22 -0
- package/docs/components/navbar/usage.md +25 -0
- package/docs/components/number-input/_meta.yaml +12 -0
- package/docs/components/number-input/color-kinds.md +17 -0
- package/docs/components/number-input/custom-colors.md +21 -0
- package/docs/components/number-input/form-example.md +55 -0
- package/docs/components/number-input/intro.md +8 -0
- package/docs/components/number-input/kinds.md +16 -0
- package/docs/components/number-input/min-max-step.md +11 -0
- package/docs/components/number-input/sizes.md +13 -0
- package/docs/components/number-input/states.md +12 -0
- package/docs/components/number-input/usage.md +18 -0
- package/docs/components/page/_meta.yaml +9 -0
- package/docs/components/page/custom-width.md +17 -0
- package/docs/components/page/fixed-header.md +17 -0
- package/docs/components/page/intro.md +8 -0
- package/docs/components/page/real-world.md +37 -0
- package/docs/components/page/sidebar-position.md +18 -0
- package/docs/components/page/usage.md +33 -0
- package/docs/components/pagination/_meta.yaml +12 -0
- package/docs/components/pagination/config-options.md +17 -0
- package/docs/components/pagination/custom-colors.md +15 -0
- package/docs/components/pagination/intro.md +8 -0
- package/docs/components/pagination/kinds.md +13 -0
- package/docs/components/pagination/sizes.md +14 -0
- package/docs/components/pagination/states.md +10 -0
- package/docs/components/pagination/table-example.md +28 -0
- package/docs/components/pagination/usage.md +10 -0
- package/docs/components/pagination/variants.md +13 -0
- package/docs/components/panel/_meta.yaml +10 -0
- package/docs/components/panel/custom-colors.md +18 -0
- package/docs/components/panel/decoration.md +20 -0
- package/docs/components/panel/intro.md +8 -0
- package/docs/components/panel/kinds.md +23 -0
- package/docs/components/panel/scrollable.md +18 -0
- package/docs/components/panel/sizes.md +20 -0
- package/docs/components/panel/usage.md +13 -0
- package/docs/components/popover/_meta.yaml +9 -0
- package/docs/components/popover/arrow.md +15 -0
- package/docs/components/popover/custom-colors.md +19 -0
- package/docs/components/popover/intro.md +8 -0
- package/docs/components/popover/kinds.md +24 -0
- package/docs/components/popover/positioning.md +36 -0
- package/docs/components/popover/usage.md +15 -0
- package/docs/components/progress/_meta.yaml +10 -0
- package/docs/components/progress/custom-colors.md +14 -0
- package/docs/components/progress/indeterminate.md +11 -0
- package/docs/components/progress/intro.md +8 -0
- package/docs/components/progress/kinds.md +16 -0
- package/docs/components/progress/sizes.md +14 -0
- package/docs/components/progress/usage.md +13 -0
- package/docs/components/progress/value-label.md +12 -0
- package/docs/components/radio/_meta.yaml +10 -0
- package/docs/components/radio/custom-colors.md +24 -0
- package/docs/components/radio/intro.md +8 -0
- package/docs/components/radio/kinds.md +23 -0
- package/docs/components/radio/orientation.md +22 -0
- package/docs/components/radio/sizes.md +23 -0
- package/docs/components/radio/states.md +21 -0
- package/docs/components/radio/usage.md +21 -0
- package/docs/components/sidebar/_meta.yaml +10 -0
- package/docs/components/sidebar/active-state.md +35 -0
- package/docs/components/sidebar/custom-colors.md +20 -0
- package/docs/components/sidebar/intro.md +8 -0
- package/docs/components/sidebar/kinds.md +22 -0
- package/docs/components/sidebar/router.md +24 -0
- package/docs/components/sidebar/sections.md +24 -0
- package/docs/components/sidebar/usage.md +25 -0
- package/docs/components/skeleton/_meta.yaml +8 -0
- package/docs/components/skeleton/animations.md +17 -0
- package/docs/components/skeleton/composition.md +22 -0
- package/docs/components/skeleton/intro.md +8 -0
- package/docs/components/skeleton/usage.md +12 -0
- package/docs/components/skeleton/variants.md +17 -0
- package/docs/components/slider/_meta.yaml +12 -0
- package/docs/components/slider/accessibility.md +6 -0
- package/docs/components/slider/custom-colors.md +14 -0
- package/docs/components/slider/intro.md +8 -0
- package/docs/components/slider/kinds.md +16 -0
- package/docs/components/slider/range.md +16 -0
- package/docs/components/slider/sizes.md +14 -0
- package/docs/components/slider/step.md +13 -0
- package/docs/components/slider/usage.md +16 -0
- package/docs/components/slider/vertical.md +14 -0
- package/docs/components/spinner/_meta.yaml +10 -0
- package/docs/components/spinner/accessibility.md +6 -0
- package/docs/components/spinner/custom-colors.md +13 -0
- package/docs/components/spinner/intro.md +8 -0
- package/docs/components/spinner/kinds.md +16 -0
- package/docs/components/spinner/sizes.md +14 -0
- package/docs/components/spinner/usage.md +10 -0
- package/docs/components/spinner/variants.md +12 -0
- package/docs/components/switch/_meta.yaml +12 -0
- package/docs/components/switch/accessibility.md +6 -0
- package/docs/components/switch/custom-colors.md +29 -0
- package/docs/components/switch/disabled.md +11 -0
- package/docs/components/switch/dynamic-labels.md +12 -0
- package/docs/components/switch/intro.md +8 -0
- package/docs/components/switch/kinds.md +16 -0
- package/docs/components/switch/sizes.md +14 -0
- package/docs/components/switch/thumb-color.md +16 -0
- package/docs/components/switch/usage.md +18 -0
- package/docs/components/table/_meta.yaml +12 -0
- package/docs/components/table/accessibility.md +6 -0
- package/docs/components/table/borders.md +17 -0
- package/docs/components/table/hoverable.md +26 -0
- package/docs/components/table/intro.md +8 -0
- package/docs/components/table/kinds.md +18 -0
- package/docs/components/table/striped.md +28 -0
- package/docs/components/table/subtle.md +26 -0
- package/docs/components/table/usage.md +30 -0
- package/docs/components/table/variants.md +23 -0
- package/docs/components/tabs/_meta.yaml +10 -0
- package/docs/components/tabs/accessibility.md +6 -0
- package/docs/components/tabs/custom-colors.md +23 -0
- package/docs/components/tabs/icons.md +23 -0
- package/docs/components/tabs/intro.md +8 -0
- package/docs/components/tabs/kinds.md +30 -0
- package/docs/components/tabs/usage.md +38 -0
- package/docs/components/tabs/vertical.md +23 -0
- package/docs/components/tag/_meta.yaml +11 -0
- package/docs/components/tag/accessibility.md +6 -0
- package/docs/components/tag/custom-colors.md +32 -0
- package/docs/components/tag/intro.md +8 -0
- package/docs/components/tag/kinds.md +16 -0
- package/docs/components/tag/removable.md +33 -0
- package/docs/components/tag/sizes.md +13 -0
- package/docs/components/tag/usage.md +13 -0
- package/docs/components/tag/variants.md +13 -0
- package/docs/components/tags-input/_meta.yaml +13 -0
- package/docs/components/tags-input/color-kinds.md +17 -0
- package/docs/components/tags-input/custom-colors.md +21 -0
- package/docs/components/tags-input/form-example.md +30 -0
- package/docs/components/tags-input/intro.md +8 -0
- package/docs/components/tags-input/kinds.md +16 -0
- package/docs/components/tags-input/max-tags.md +10 -0
- package/docs/components/tags-input/sizes.md +13 -0
- package/docs/components/tags-input/states.md +10 -0
- package/docs/components/tags-input/tag-customization.md +17 -0
- package/docs/components/tags-input/usage.md +17 -0
- package/docs/components/textarea/_meta.yaml +12 -0
- package/docs/components/textarea/color-kinds.md +17 -0
- package/docs/components/textarea/custom-colors.md +21 -0
- package/docs/components/textarea/form-example.md +37 -0
- package/docs/components/textarea/intro.md +8 -0
- package/docs/components/textarea/kinds.md +16 -0
- package/docs/components/textarea/rows.md +12 -0
- package/docs/components/textarea/sizes.md +13 -0
- package/docs/components/textarea/states.md +12 -0
- package/docs/components/textarea/usage.md +17 -0
- package/docs/components/theme/_meta.yaml +9 -0
- package/docs/components/theme/available-themes.md +16 -0
- package/docs/components/theme/intro.md +8 -0
- package/docs/components/theme/nested-themes.md +16 -0
- package/docs/components/theme/portal-components.md +19 -0
- package/docs/components/theme/programmatic-switching.md +19 -0
- package/docs/components/theme/usage.md +16 -0
- package/docs/components/toast/_meta.yaml +11 -0
- package/docs/components/toast/dismiss.md +15 -0
- package/docs/components/toast/duration.md +23 -0
- package/docs/components/toast/intro.md +8 -0
- package/docs/components/toast/kinds.md +13 -0
- package/docs/components/toast/real-world.md +23 -0
- package/docs/components/toast/setup.md +16 -0
- package/docs/components/toast/usage.md +18 -0
- package/docs/components/toast/with-title.md +14 -0
- package/docs/components/tooltip/_meta.yaml +14 -0
- package/docs/components/tooltip/alignment.md +24 -0
- package/docs/components/tooltip/app-level-provider.md +21 -0
- package/docs/components/tooltip/arrow.md +21 -0
- package/docs/components/tooltip/custom-colors.md +24 -0
- package/docs/components/tooltip/delay.md +27 -0
- package/docs/components/tooltip/intro.md +8 -0
- package/docs/components/tooltip/kinds.md +27 -0
- package/docs/components/tooltip/positioning.md +24 -0
- package/docs/components/tooltip/provider.md +26 -0
- package/docs/components/tooltip/real-world.md +32 -0
- package/docs/components/tooltip/usage.md +15 -0
- package/docs/guides/ai-llms.md +63 -0
- package/docs/guides/design-tokens/_meta.yaml +14 -0
- package/docs/guides/design-tokens/advanced.md +60 -0
- package/docs/guides/design-tokens/architecture.md +11 -0
- package/docs/guides/design-tokens/best-practices.md +21 -0
- package/docs/guides/design-tokens/component-tokens.md +37 -0
- package/docs/guides/design-tokens/foundation-colors.md +13 -0
- package/docs/guides/design-tokens/foundation-other.md +41 -0
- package/docs/guides/design-tokens/intro.md +19 -0
- package/docs/guides/design-tokens/semantic-kinds.md +33 -0
- package/docs/guides/design-tokens/semantic-states.md +55 -0
- package/docs/guides/design-tokens/themes.md +38 -0
- package/docs/guides/design-tokens/usage.md +55 -0
- package/package.json +2 -4
- package/src/components/Accordion/SkAccordion.vue +51 -37
- package/src/components/Accordion/SkAccordionItem.vue +40 -20
- package/src/components/Alert/SkAlert.vue +37 -27
- package/src/components/Avatar/SkAvatar.vue +69 -10
- package/src/components/Breadcrumbs/SkBreadcrumbItem.vue +63 -1
- package/src/components/Breadcrumbs/SkBreadcrumbSeparator.vue +32 -3
- package/src/components/Breadcrumbs/SkBreadcrumbs.vue +36 -0
- package/src/components/Button/SkButton.vue +83 -17
- package/src/components/Card/SkCard.vue +84 -17
- package/src/components/Checkbox/SkCheckbox.vue +52 -12
- package/src/components/Collapsible/SkCollapsible.vue +65 -27
- package/src/components/Divider/SkDivider.vue +51 -11
- package/src/components/Dropdown/SkDropdown.vue +54 -11
- package/src/components/Dropdown/SkDropdownMenuItem.vue +25 -6
- package/src/components/Dropdown/SkDropdownMenuSeparator.vue +16 -2
- package/src/components/Dropdown/SkDropdownSubmenu.vue +30 -8
- package/src/components/Field/SkField.vue +83 -15
- package/src/components/Group/SkGroup.vue +24 -9
- package/src/components/Input/SkInput.vue +77 -15
- package/src/components/Listbox/SkListbox.vue +48 -10
- package/src/components/Listbox/SkListboxItem.vue +28 -7
- package/src/components/Listbox/SkListboxSeparator.vue +16 -2
- package/src/components/Modal/SkModal.vue +85 -36
- package/src/components/NavBar/SkNavBar.vue +39 -9
- package/src/components/NumberInput/SkNumberInput.vue +85 -16
- package/src/components/Page/SkPage.vue +55 -6
- package/src/components/Pagination/SkPagination.vue +88 -0
- package/src/components/Pagination/SkPaginationItem.vue +51 -1
- package/src/components/Panel/SkPanel.vue +46 -12
- package/src/components/Popover/SkPopover.vue +91 -36
- package/src/components/Progress/SkProgress.vue +74 -10
- package/src/components/Radio/SkRadio.vue +48 -12
- package/src/components/Radio/SkRadioGroup.vue +69 -13
- package/src/components/Sidebar/SkSidebar.vue +36 -29
- package/src/components/Sidebar/SkSidebarItem.vue +34 -9
- package/src/components/Sidebar/SkSidebarSection.vue +22 -8
- package/src/components/Skeleton/SkSkeleton.vue +75 -8
- package/src/components/Slider/SkSlider.vue +91 -15
- package/src/components/Spinner/SkSpinner.vue +50 -6
- package/src/components/Switch/SkSwitch.vue +98 -35
- package/src/components/Table/SkTable.vue +79 -15
- package/src/components/Tabs/SkTab.vue +41 -11
- package/src/components/Tabs/SkTabList.vue +24 -8
- package/src/components/Tabs/SkTabPanel.vue +31 -9
- package/src/components/Tabs/SkTabPanels.vue +21 -4
- package/src/components/Tabs/SkTabs.vue +49 -37
- package/src/components/Tag/SkTag.vue +57 -32
- package/src/components/TagsInput/SkTagsInput.vue +75 -14
- package/src/components/Textarea/SkTextarea.vue +78 -15
- package/src/components/Theme/SkTheme.vue +27 -3
- package/src/components/Theme/types.ts +14 -5
- package/src/components/Toast/SkToast.vue +56 -9
- package/src/components/Toast/SkToastProvider.vue +43 -17
- package/src/components/Tooltip/SkTooltip.vue +66 -35
- package/src/components/Tooltip/SkTooltipProvider.vue +36 -36
- package/web-types.json +302 -282
- package/docs/components/accordion.md +0 -92
- package/docs/components/alert.md +0 -72
- package/docs/components/avatar.md +0 -69
- package/docs/components/breadcrumbs.md +0 -65
- package/docs/components/button.md +0 -110
- package/docs/components/card.md +0 -87
- package/docs/components/checkbox.md +0 -77
- package/docs/components/collapsible.md +0 -71
- package/docs/components/divider.md +0 -62
- package/docs/components/dropdown.md +0 -88
- package/docs/components/field.md +0 -80
- package/docs/components/group.md +0 -41
- package/docs/components/input.md +0 -84
- package/docs/components/listbox.md +0 -82
- package/docs/components/modal.md +0 -101
- package/docs/components/navbar.md +0 -64
- package/docs/components/number-input.md +0 -78
- package/docs/components/page.md +0 -77
- package/docs/components/pagination.md +0 -88
- package/docs/components/panel.md +0 -74
- package/docs/components/popover.md +0 -93
- package/docs/components/progress.md +0 -76
- package/docs/components/radio.md +0 -86
- package/docs/components/sidebar.md +0 -74
- package/docs/components/skeleton.md +0 -76
- package/docs/components/slider.md +0 -94
- package/docs/components/spinner.md +0 -59
- package/docs/components/switch.md +0 -97
- package/docs/components/table.md +0 -91
- package/docs/components/tabs.md +0 -108
- package/docs/components/tag.md +0 -75
- package/docs/components/tags-input.md +0 -88
- package/docs/components/textarea.md +0 -80
- package/docs/components/theme.md +0 -65
- package/docs/components/toast.md +0 -95
- package/docs/components/tooltip.md +0 -90
- package/docs/guides/design-tokens.md +0 -105
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { Plugin } from 'vue';
|
|
2
|
+
import { SkThemeComponentProps } from './components/Theme/types';
|
|
3
|
+
import { default as SkAccordion, SkAccordionComponentProps } from './components/Accordion/SkAccordion.vue';
|
|
4
|
+
import { default as SkAccordionItem, SkAccordionItemComponentProps } from './components/Accordion/SkAccordionItem.vue';
|
|
5
|
+
import { default as SkAlert, SkAlertComponentProps } from './components/Alert/SkAlert.vue';
|
|
6
|
+
import { default as SkAvatar, SkAvatarComponentProps } from './components/Avatar/SkAvatar.vue';
|
|
7
|
+
import { default as SkBreadcrumbItem, SkBreadcrumbItemComponentProps } from './components/Breadcrumbs/SkBreadcrumbItem.vue';
|
|
8
|
+
import { default as SkBreadcrumbs, SkBreadcrumbsComponentProps } from './components/Breadcrumbs/SkBreadcrumbs.vue';
|
|
9
|
+
import { default as SkBreadcrumbSeparator } from './components/Breadcrumbs/SkBreadcrumbSeparator.vue';
|
|
10
|
+
import { default as SkButton, SkButtonComponentProps } from './components/Button/SkButton.vue';
|
|
11
|
+
import { default as SkCard, SkCardComponentProps } from './components/Card/SkCard.vue';
|
|
12
|
+
import { default as SkCheckbox, SkCheckboxComponentProps } from './components/Checkbox/SkCheckbox.vue';
|
|
13
|
+
import { default as SkCollapsible, SkCollapsibleComponentProps } from './components/Collapsible/SkCollapsible.vue';
|
|
14
|
+
import { default as SkDivider, SkDividerComponentProps } from './components/Divider/SkDivider.vue';
|
|
15
|
+
import { default as SkDropdown, SkDropdownComponentProps } from './components/Dropdown/SkDropdown.vue';
|
|
16
|
+
import { default as SkDropdownMenuItem, SkDropdownMenuItemComponentProps } from './components/Dropdown/SkDropdownMenuItem.vue';
|
|
17
|
+
import { default as SkDropdownMenuSeparator } from './components/Dropdown/SkDropdownMenuSeparator.vue';
|
|
18
|
+
import { default as SkDropdownSubmenu, SkDropdownSubmenuComponentProps } from './components/Dropdown/SkDropdownSubmenu.vue';
|
|
19
|
+
import { default as SkField, SkFieldComponentProps } from './components/Field/SkField.vue';
|
|
20
|
+
import { default as SkGroup, SkGroupComponentProps } from './components/Group/SkGroup.vue';
|
|
21
|
+
import { default as SkInput, SkInputComponentProps } from './components/Input/SkInput.vue';
|
|
22
|
+
import { default as SkListbox, SkListboxComponentProps } from './components/Listbox/SkListbox.vue';
|
|
23
|
+
import { default as SkListboxItem, SkListboxItemComponentProps } from './components/Listbox/SkListboxItem.vue';
|
|
24
|
+
import { default as SkListboxSeparator } from './components/Listbox/SkListboxSeparator.vue';
|
|
25
|
+
import { default as SkModal, SkModalComponentProps } from './components/Modal/SkModal.vue';
|
|
26
|
+
import { default as SkNavBar, SkNavBarComponentProps } from './components/NavBar/SkNavBar.vue';
|
|
27
|
+
import { default as SkNumberInput, SkNumberInputComponentProps } from './components/NumberInput/SkNumberInput.vue';
|
|
28
|
+
import { default as SkPage, SkPageComponentProps } from './components/Page/SkPage.vue';
|
|
29
|
+
import { default as SkPagination, SkPaginationComponentProps } from './components/Pagination/SkPagination.vue';
|
|
30
|
+
import { default as SkPaginationItem, SkPaginationItemComponentProps } from './components/Pagination/SkPaginationItem.vue';
|
|
31
|
+
import { default as SkPanel, SkPanelComponentProps } from './components/Panel/SkPanel.vue';
|
|
32
|
+
import { default as SkPopover, SkPopoverComponentProps } from './components/Popover/SkPopover.vue';
|
|
33
|
+
import { default as SkProgress, SkProgressComponentProps } from './components/Progress/SkProgress.vue';
|
|
34
|
+
import { default as SkRadio, SkRadioComponentProps } from './components/Radio/SkRadio.vue';
|
|
35
|
+
import { default as SkRadioGroup, SkRadioGroupComponentProps } from './components/Radio/SkRadioGroup.vue';
|
|
36
|
+
import { default as SkSidebar, SkSidebarComponentProps } from './components/Sidebar/SkSidebar.vue';
|
|
37
|
+
import { default as SkSidebarItem, SkSidebarItemComponentProps } from './components/Sidebar/SkSidebarItem.vue';
|
|
38
|
+
import { default as SkSidebarSection, SkSidebarSectionComponentProps } from './components/Sidebar/SkSidebarSection.vue';
|
|
39
|
+
import { default as SkSkeleton, SkSkeletonComponentProps } from './components/Skeleton/SkSkeleton.vue';
|
|
40
|
+
import { default as SkSlider, SkSliderComponentProps } from './components/Slider/SkSlider.vue';
|
|
41
|
+
import { default as SkSpinner, SkSpinnerComponentProps } from './components/Spinner/SkSpinner.vue';
|
|
42
|
+
import { default as SkSwitch, SkSwitchComponentProps } from './components/Switch/SkSwitch.vue';
|
|
43
|
+
import { default as SkTable, SkTableComponentProps } from './components/Table/SkTable.vue';
|
|
44
|
+
import { default as SkTab, SkTabComponentProps } from './components/Tabs/SkTab.vue';
|
|
45
|
+
import { default as SkTabList, SkTabListComponentProps } from './components/Tabs/SkTabList.vue';
|
|
46
|
+
import { default as SkTabPanel, SkTabPanelComponentProps } from './components/Tabs/SkTabPanel.vue';
|
|
47
|
+
import { default as SkTabPanels } from './components/Tabs/SkTabPanels.vue';
|
|
48
|
+
import { default as SkTabs, SkTabsComponentProps } from './components/Tabs/SkTabs.vue';
|
|
49
|
+
import { default as SkTag, SkTagComponentProps } from './components/Tag/SkTag.vue';
|
|
50
|
+
import { default as SkTagsInput, SkTagsInputComponentProps } from './components/TagsInput/SkTagsInput.vue';
|
|
51
|
+
import { default as SkTextarea, SkTextareaComponentProps } from './components/Textarea/SkTextarea.vue';
|
|
52
|
+
import { default as SkToastProvider, SkToastProviderComponentProps } from './components/Toast/SkToastProvider.vue';
|
|
53
|
+
import { default as SkTooltip, SkTooltipComponentProps } from './components/Tooltip/SkTooltip.vue';
|
|
54
|
+
import { default as SkTooltipProvider, SkTooltipProviderProps } from './components/Tooltip/SkTooltipProvider.vue';
|
|
55
|
+
import { default as SkTheme } from './components/Theme/SkTheme.vue';
|
|
56
|
+
export * from './types';
|
|
57
|
+
export * from './components/Accordion/types';
|
|
58
|
+
export * from './components/Alert/types';
|
|
59
|
+
export * from './components/Avatar/types';
|
|
60
|
+
export * from './components/Breadcrumbs/types';
|
|
61
|
+
export * from './components/Button/types';
|
|
62
|
+
export * from './components/Card/types';
|
|
63
|
+
export * from './components/Checkbox/types';
|
|
64
|
+
export * from './components/Collapsible/types';
|
|
65
|
+
export * from './components/Divider/types';
|
|
66
|
+
export * from './components/Dropdown/types';
|
|
67
|
+
export * from './components/Field/types';
|
|
68
|
+
export * from './components/Group/types';
|
|
69
|
+
export * from './components/Input/types';
|
|
70
|
+
export * from './components/Listbox/types';
|
|
71
|
+
export * from './components/Modal/types';
|
|
72
|
+
export * from './components/NavBar/types';
|
|
73
|
+
export * from './components/NumberInput/types';
|
|
74
|
+
export * from './components/Page/types';
|
|
75
|
+
export * from './components/Pagination/types';
|
|
76
|
+
export * from './components/Panel/types';
|
|
77
|
+
export * from './components/Popover/types';
|
|
78
|
+
export * from './components/Progress/types';
|
|
79
|
+
export * from './components/Radio/types';
|
|
80
|
+
export * from './components/Sidebar/types';
|
|
81
|
+
export * from './components/Skeleton/types';
|
|
82
|
+
export * from './components/Slider/types';
|
|
83
|
+
export * from './components/Spinner/types';
|
|
84
|
+
export * from './components/Switch/types';
|
|
85
|
+
export * from './components/Table/types';
|
|
86
|
+
export * from './components/Tabs/types';
|
|
87
|
+
export * from './components/Tag/types';
|
|
88
|
+
export * from './components/TagsInput/types';
|
|
89
|
+
export * from './components/Textarea/types';
|
|
90
|
+
export * from './components/Toast/types';
|
|
91
|
+
export * from './components/Tooltip/types';
|
|
92
|
+
export * from './components/Theme/types';
|
|
93
|
+
export { useTheme } from './components/Theme/useTheme';
|
|
94
|
+
export { useToast } from './components/Toast/useToast';
|
|
95
|
+
export { SkAccordion, type SkAccordionComponentProps };
|
|
96
|
+
export { SkAccordionItem, type SkAccordionItemComponentProps };
|
|
97
|
+
export { SkAlert, type SkAlertComponentProps };
|
|
98
|
+
export { SkAvatar, type SkAvatarComponentProps };
|
|
99
|
+
export { SkBreadcrumbItem, type SkBreadcrumbItemComponentProps };
|
|
100
|
+
export { SkBreadcrumbs, type SkBreadcrumbsComponentProps };
|
|
101
|
+
export { SkBreadcrumbSeparator };
|
|
102
|
+
export { SkButton, type SkButtonComponentProps };
|
|
103
|
+
export { SkCard, type SkCardComponentProps };
|
|
104
|
+
export { SkCheckbox, type SkCheckboxComponentProps };
|
|
105
|
+
export { SkCollapsible, type SkCollapsibleComponentProps };
|
|
106
|
+
export { SkDivider, type SkDividerComponentProps };
|
|
107
|
+
export { SkDropdown, type SkDropdownComponentProps };
|
|
108
|
+
export { SkDropdownMenuItem, type SkDropdownMenuItemComponentProps };
|
|
109
|
+
export { SkDropdownMenuSeparator };
|
|
110
|
+
export { SkDropdownSubmenu, type SkDropdownSubmenuComponentProps };
|
|
111
|
+
export { SkField, type SkFieldComponentProps };
|
|
112
|
+
export { SkGroup, type SkGroupComponentProps };
|
|
113
|
+
export { SkInput, type SkInputComponentProps };
|
|
114
|
+
export { SkListbox, type SkListboxComponentProps };
|
|
115
|
+
export { SkListboxItem, type SkListboxItemComponentProps };
|
|
116
|
+
export { SkListboxSeparator };
|
|
117
|
+
export { SkModal, type SkModalComponentProps };
|
|
118
|
+
export { SkNavBar, type SkNavBarComponentProps };
|
|
119
|
+
export { SkNumberInput, type SkNumberInputComponentProps };
|
|
120
|
+
export { SkPage, type SkPageComponentProps };
|
|
121
|
+
export { SkPagination, type SkPaginationComponentProps };
|
|
122
|
+
export { SkPaginationItem, type SkPaginationItemComponentProps };
|
|
123
|
+
export { SkPanel, type SkPanelComponentProps };
|
|
124
|
+
export { SkPopover, type SkPopoverComponentProps };
|
|
125
|
+
export { SkProgress, type SkProgressComponentProps };
|
|
126
|
+
export { SkRadio, type SkRadioComponentProps };
|
|
127
|
+
export { SkRadioGroup, type SkRadioGroupComponentProps };
|
|
128
|
+
export { SkSidebar, type SkSidebarComponentProps };
|
|
129
|
+
export { SkSidebarItem, type SkSidebarItemComponentProps };
|
|
130
|
+
export { SkSidebarSection, type SkSidebarSectionComponentProps };
|
|
131
|
+
export { SkSkeleton, type SkSkeletonComponentProps };
|
|
132
|
+
export { SkSlider, type SkSliderComponentProps };
|
|
133
|
+
export { SkSpinner, type SkSpinnerComponentProps };
|
|
134
|
+
export { SkSwitch, type SkSwitchComponentProps };
|
|
135
|
+
export { SkTab, type SkTabComponentProps };
|
|
136
|
+
export { SkTabList, type SkTabListComponentProps };
|
|
137
|
+
export { SkTabPanel, type SkTabPanelComponentProps };
|
|
138
|
+
export { SkTabPanels };
|
|
139
|
+
export { SkTabs, type SkTabsComponentProps };
|
|
140
|
+
export { SkTable, type SkTableComponentProps };
|
|
141
|
+
export { SkTag, type SkTagComponentProps };
|
|
142
|
+
export { SkTagsInput, type SkTagsInputComponentProps };
|
|
143
|
+
export { SkTextarea, type SkTextareaComponentProps };
|
|
144
|
+
export { SkToastProvider, type SkToastProviderComponentProps };
|
|
145
|
+
export { SkTooltip, type SkTooltipComponentProps };
|
|
146
|
+
export { SkTooltipProvider, type SkTooltipProviderProps };
|
|
147
|
+
export { SkTheme, type SkThemeComponentProps };
|
|
148
|
+
declare const SleekSpaceUI: Plugin;
|
|
149
|
+
export default SleekSpaceUI;
|
package/dist/sleekspace-ui.css
CHANGED
|
@@ -12839,6 +12839,6 @@ kbd.sk-neutral {
|
|
|
12839
12839
|
padding-bottom: 0.5rem;
|
|
12840
12840
|
}
|
|
12841
12841
|
|
|
12842
|
-
@layer reset, tokens, base, components, utilities;.sk-panel[data-v-
|
|
12843
|
-
display: var(--
|
|
12842
|
+
@layer reset, tokens, base, components, utilities;.sk-panel[data-v-1a397f27]::after {
|
|
12843
|
+
display: var(--v29b35e9c);
|
|
12844
12844
|
}
|
package/dist/sleekspace-ui.es.js
CHANGED
|
@@ -15127,7 +15127,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
15127
15127
|
}
|
|
15128
15128
|
return target;
|
|
15129
15129
|
};
|
|
15130
|
-
const SkAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-
|
|
15130
|
+
const SkAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-85c35809"]]);
|
|
15131
15131
|
const _hoisted_1$x = { class: "sk-accordion-content-inner" };
|
|
15132
15132
|
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
15133
15133
|
__name: "SkAccordionItem",
|
|
@@ -15204,7 +15204,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
15204
15204
|
};
|
|
15205
15205
|
}
|
|
15206
15206
|
});
|
|
15207
|
-
const SkAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-
|
|
15207
|
+
const SkAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-5e73d91f"]]);
|
|
15208
15208
|
const _hoisted_1$w = { class: "sk-alert-icon" };
|
|
15209
15209
|
const _hoisted_2$h = {
|
|
15210
15210
|
key: 0,
|
|
@@ -15395,7 +15395,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
15395
15395
|
};
|
|
15396
15396
|
}
|
|
15397
15397
|
});
|
|
15398
|
-
const SkAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-
|
|
15398
|
+
const SkAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-07c208b7"]]);
|
|
15399
15399
|
/*!
|
|
15400
15400
|
* vue-router v4.6.3
|
|
15401
15401
|
* (c) 2025 Eduardo San Martin Morote
|
|
@@ -15618,7 +15618,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
15618
15618
|
};
|
|
15619
15619
|
}
|
|
15620
15620
|
});
|
|
15621
|
-
const SkBreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-
|
|
15621
|
+
const SkBreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-83066af5"]]);
|
|
15622
15622
|
const _hoisted_1$t = {
|
|
15623
15623
|
class: "sk-breadcrumb-separator",
|
|
15624
15624
|
"aria-hidden": "true"
|
|
@@ -15637,7 +15637,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
15637
15637
|
};
|
|
15638
15638
|
}
|
|
15639
15639
|
});
|
|
15640
|
-
const SkBreadcrumbSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-
|
|
15640
|
+
const SkBreadcrumbSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-fab30e8b"]]);
|
|
15641
15641
|
const _hoisted_1$s = { class: "sk-breadcrumbs-list" };
|
|
15642
15642
|
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
15643
15643
|
__name: "SkBreadcrumbs",
|
|
@@ -15689,7 +15689,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
15689
15689
|
};
|
|
15690
15690
|
}
|
|
15691
15691
|
});
|
|
15692
|
-
const SkBreadcrumbs = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
15692
|
+
const SkBreadcrumbs = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-f7fec0fe"]]);
|
|
15693
15693
|
const _hoisted_1$r = {
|
|
15694
15694
|
key: 0,
|
|
15695
15695
|
class: "sk-button-loader",
|
|
@@ -15791,7 +15791,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
15791
15791
|
};
|
|
15792
15792
|
}
|
|
15793
15793
|
});
|
|
15794
|
-
const SkButton = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-
|
|
15794
|
+
const SkButton = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-543676d6"]]);
|
|
15795
15795
|
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
15796
15796
|
__name: "SkPanel",
|
|
15797
15797
|
props: {
|
|
@@ -15804,7 +15804,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
15804
15804
|
},
|
|
15805
15805
|
setup(__props) {
|
|
15806
15806
|
useCssVars((_ctx) => ({
|
|
15807
|
-
"
|
|
15807
|
+
"v29b35e9c": decorationDisplay.value
|
|
15808
15808
|
}));
|
|
15809
15809
|
const props = __props;
|
|
15810
15810
|
const classes = computed(() => {
|
|
@@ -15836,7 +15836,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
15836
15836
|
};
|
|
15837
15837
|
}
|
|
15838
15838
|
});
|
|
15839
|
-
const SkPanel = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-
|
|
15839
|
+
const SkPanel = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-1a397f27"]]);
|
|
15840
15840
|
const _hoisted_1$q = {
|
|
15841
15841
|
key: 0,
|
|
15842
15842
|
class: "sk-card-title"
|
|
@@ -16031,7 +16031,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
16031
16031
|
};
|
|
16032
16032
|
}
|
|
16033
16033
|
});
|
|
16034
|
-
const SkCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-
|
|
16034
|
+
const SkCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-073d7038"]]);
|
|
16035
16035
|
const _hoisted_1$o = { class: "sk-collapsible-content-inner" };
|
|
16036
16036
|
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
16037
16037
|
__name: "SkCollapsible",
|
|
@@ -16123,7 +16123,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
16123
16123
|
};
|
|
16124
16124
|
}
|
|
16125
16125
|
});
|
|
16126
|
-
const SkCollapsible = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-
|
|
16126
|
+
const SkCollapsible = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-dc60530b"]]);
|
|
16127
16127
|
const _hoisted_1$n = ["aria-orientation"];
|
|
16128
16128
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
16129
16129
|
__name: "SkDivider",
|
|
@@ -16256,7 +16256,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
16256
16256
|
};
|
|
16257
16257
|
}
|
|
16258
16258
|
});
|
|
16259
|
-
const SkDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-
|
|
16259
|
+
const SkDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-a5cb1061"]]);
|
|
16260
16260
|
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
16261
16261
|
__name: "SkDropdownMenuItem",
|
|
16262
16262
|
props: {
|
|
@@ -16281,7 +16281,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
16281
16281
|
};
|
|
16282
16282
|
}
|
|
16283
16283
|
});
|
|
16284
|
-
const SkDropdownMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-
|
|
16284
|
+
const SkDropdownMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-63d43580"]]);
|
|
16285
16285
|
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
16286
16286
|
__name: "SkDropdownMenuSeparator",
|
|
16287
16287
|
setup(__props) {
|
|
@@ -16290,7 +16290,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
16290
16290
|
};
|
|
16291
16291
|
}
|
|
16292
16292
|
});
|
|
16293
|
-
const SkDropdownMenuSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-
|
|
16293
|
+
const SkDropdownMenuSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-8d03fb68"]]);
|
|
16294
16294
|
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
16295
16295
|
__name: "SkDropdownSubmenu",
|
|
16296
16296
|
props: {
|
|
@@ -16352,7 +16352,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
16352
16352
|
};
|
|
16353
16353
|
}
|
|
16354
16354
|
});
|
|
16355
|
-
const SkDropdownSubmenu = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-
|
|
16355
|
+
const SkDropdownSubmenu = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-63bf4e4d"]]);
|
|
16356
16356
|
const _hoisted_1$l = ["for"];
|
|
16357
16357
|
const _hoisted_2$b = {
|
|
16358
16358
|
key: 0,
|
|
@@ -16440,7 +16440,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
16440
16440
|
};
|
|
16441
16441
|
}
|
|
16442
16442
|
});
|
|
16443
|
-
const SkField = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-
|
|
16443
|
+
const SkField = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-e19bf08c"]]);
|
|
16444
16444
|
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
16445
16445
|
__name: "SkGroup",
|
|
16446
16446
|
props: {
|
|
@@ -16517,7 +16517,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
16517
16517
|
};
|
|
16518
16518
|
}
|
|
16519
16519
|
});
|
|
16520
|
-
const SkInput = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-
|
|
16520
|
+
const SkInput = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-c6012675"]]);
|
|
16521
16521
|
const _hoisted_1$j = {
|
|
16522
16522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16523
16523
|
viewBox: "0 0 24 24",
|
|
@@ -16631,7 +16631,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
16631
16631
|
};
|
|
16632
16632
|
}
|
|
16633
16633
|
});
|
|
16634
|
-
const SkListbox = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-
|
|
16634
|
+
const SkListbox = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-fbc1f022"]]);
|
|
16635
16635
|
const _hoisted_1$i = {
|
|
16636
16636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16637
16637
|
viewBox: "0 0 24 24",
|
|
@@ -16674,7 +16674,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
16674
16674
|
};
|
|
16675
16675
|
}
|
|
16676
16676
|
});
|
|
16677
|
-
const SkListboxItem = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-
|
|
16677
|
+
const SkListboxItem = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-fcf3fe85"]]);
|
|
16678
16678
|
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
16679
16679
|
__name: "SkListboxSeparator",
|
|
16680
16680
|
setup(__props) {
|
|
@@ -16683,7 +16683,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
16683
16683
|
};
|
|
16684
16684
|
}
|
|
16685
16685
|
});
|
|
16686
|
-
const SkListboxSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-
|
|
16686
|
+
const SkListboxSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-12046626"]]);
|
|
16687
16687
|
const _hoisted_1$h = {
|
|
16688
16688
|
key: 0,
|
|
16689
16689
|
class: "sk-modal-header"
|
|
@@ -16831,7 +16831,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
16831
16831
|
};
|
|
16832
16832
|
}
|
|
16833
16833
|
});
|
|
16834
|
-
const SkModal = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-
|
|
16834
|
+
const SkModal = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-d5c13c78"]]);
|
|
16835
16835
|
const _hoisted_1$g = { class: "sk-navbar-content" };
|
|
16836
16836
|
const _hoisted_2$9 = {
|
|
16837
16837
|
key: 0,
|
|
@@ -16993,7 +16993,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
16993
16993
|
};
|
|
16994
16994
|
}
|
|
16995
16995
|
});
|
|
16996
|
-
const SkNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
16996
|
+
const SkNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-b589687f"]]);
|
|
16997
16997
|
const _hoisted_1$e = {
|
|
16998
16998
|
key: 0,
|
|
16999
16999
|
class: "sk-page-header"
|
|
@@ -17055,7 +17055,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17055
17055
|
};
|
|
17056
17056
|
}
|
|
17057
17057
|
});
|
|
17058
|
-
const SkPage = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-
|
|
17058
|
+
const SkPage = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-0d313ffc"]]);
|
|
17059
17059
|
const _hoisted_1$d = ["disabled", "aria-label", "aria-current"];
|
|
17060
17060
|
const _hoisted_2$7 = { key: 0 };
|
|
17061
17061
|
const _hoisted_3$5 = { key: 1 };
|
|
@@ -17126,12 +17126,12 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17126
17126
|
};
|
|
17127
17127
|
}
|
|
17128
17128
|
});
|
|
17129
|
-
const SkPaginationItem = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-
|
|
17129
|
+
const SkPaginationItem = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-1eea3ced"]]);
|
|
17130
17130
|
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
17131
17131
|
__name: "SkPagination",
|
|
17132
17132
|
props: {
|
|
17133
|
-
modelValue: { default: 1 },
|
|
17134
17133
|
total: {},
|
|
17134
|
+
modelValue: { default: 1 },
|
|
17135
17135
|
siblingCount: { default: 1 },
|
|
17136
17136
|
showFirstLast: { type: Boolean, default: true },
|
|
17137
17137
|
showPrevNext: { type: Boolean, default: true },
|
|
@@ -17241,7 +17241,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17241
17241
|
};
|
|
17242
17242
|
}
|
|
17243
17243
|
});
|
|
17244
|
-
const SkPagination = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-
|
|
17244
|
+
const SkPagination = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-e7fb9357"]]);
|
|
17245
17245
|
const _hoisted_1$c = {
|
|
17246
17246
|
key: 0,
|
|
17247
17247
|
class: "sk-popover-header"
|
|
@@ -17373,7 +17373,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17373
17373
|
};
|
|
17374
17374
|
}
|
|
17375
17375
|
});
|
|
17376
|
-
const SkPopover = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-
|
|
17376
|
+
const SkPopover = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-679c4935"]]);
|
|
17377
17377
|
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
17378
17378
|
__name: "SkProgress",
|
|
17379
17379
|
props: {
|
|
@@ -17447,7 +17447,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17447
17447
|
};
|
|
17448
17448
|
}
|
|
17449
17449
|
});
|
|
17450
|
-
const SkProgress = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
17450
|
+
const SkProgress = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-4b68e83d"]]);
|
|
17451
17451
|
const _hoisted_1$b = {
|
|
17452
17452
|
key: 0,
|
|
17453
17453
|
class: "sk-radio-label"
|
|
@@ -17507,7 +17507,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17507
17507
|
};
|
|
17508
17508
|
}
|
|
17509
17509
|
});
|
|
17510
|
-
const SkRadio = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-
|
|
17510
|
+
const SkRadio = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-c88f9c3f"]]);
|
|
17511
17511
|
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
17512
17512
|
__name: "SkRadioGroup",
|
|
17513
17513
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -17550,7 +17550,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
17550
17550
|
};
|
|
17551
17551
|
}
|
|
17552
17552
|
});
|
|
17553
|
-
const SkRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-
|
|
17553
|
+
const SkRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-7f5bc9cb"]]);
|
|
17554
17554
|
const _hoisted_1$a = { class: "sk-panel-scroll-content" };
|
|
17555
17555
|
const _hoisted_2$5 = { class: "sk-sidebar-nav" };
|
|
17556
17556
|
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
@@ -17709,7 +17709,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
17709
17709
|
};
|
|
17710
17710
|
}
|
|
17711
17711
|
});
|
|
17712
|
-
const SkSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
17712
|
+
const SkSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-4c679777"]]);
|
|
17713
17713
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
17714
17714
|
__name: "SkSlider",
|
|
17715
17715
|
props: {
|
|
@@ -17795,7 +17795,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
17795
17795
|
};
|
|
17796
17796
|
}
|
|
17797
17797
|
});
|
|
17798
|
-
const SkSlider = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
17798
|
+
const SkSlider = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-fb7c7fcc"]]);
|
|
17799
17799
|
const _hoisted_1$8 = {
|
|
17800
17800
|
key: 0,
|
|
17801
17801
|
class: "sk-spinner-circular"
|
|
@@ -17852,7 +17852,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
17852
17852
|
};
|
|
17853
17853
|
}
|
|
17854
17854
|
});
|
|
17855
|
-
const SkSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
17855
|
+
const SkSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-b2922db0"]]);
|
|
17856
17856
|
const _hoisted_1$7 = { class: "sk-switch-wrapper" };
|
|
17857
17857
|
const _hoisted_2$2 = {
|
|
17858
17858
|
key: 0,
|
|
@@ -18028,7 +18028,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
18028
18028
|
};
|
|
18029
18029
|
}
|
|
18030
18030
|
});
|
|
18031
|
-
const SkTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
18031
|
+
const SkTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-a5735990"]]);
|
|
18032
18032
|
const _hoisted_1$6 = {
|
|
18033
18033
|
key: 0,
|
|
18034
18034
|
class: "sk-tab-icon"
|
|
@@ -18230,7 +18230,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
18230
18230
|
style: normalizeStyle(unref(customColorStyles))
|
|
18231
18231
|
}, [
|
|
18232
18232
|
createElementVNode("span", _hoisted_1$4, [
|
|
18233
|
-
renderSlot(_ctx.$slots, "default")
|
|
18233
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
18234
18234
|
]),
|
|
18235
18235
|
__props.removable ? (openBlock(), createElementBlock("button", {
|
|
18236
18236
|
key: 0,
|
|
@@ -18268,6 +18268,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
18268
18268
|
};
|
|
18269
18269
|
}
|
|
18270
18270
|
});
|
|
18271
|
+
const SkTag = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-538567c5"]]);
|
|
18271
18272
|
const _hoisted_1$3 = {
|
|
18272
18273
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18273
18274
|
viewBox: "0 0 24 24",
|
|
@@ -18394,7 +18395,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
18394
18395
|
};
|
|
18395
18396
|
}
|
|
18396
18397
|
});
|
|
18397
|
-
const SkTagsInput = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
18398
|
+
const SkTagsInput = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-771c43f5"]]);
|
|
18398
18399
|
const _hoisted_1$2 = ["disabled", "readonly", "placeholder", "required", "name", "rows", "autocomplete"];
|
|
18399
18400
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
18400
18401
|
__name: "SkTextarea",
|
|
@@ -18449,7 +18450,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
18449
18450
|
};
|
|
18450
18451
|
}
|
|
18451
18452
|
});
|
|
18452
|
-
const SkTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
18453
|
+
const SkTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-7b1b720e"]]);
|
|
18453
18454
|
const _hoisted_1$1 = { class: "sk-toast-icon" };
|
|
18454
18455
|
const _hoisted_2 = {
|
|
18455
18456
|
key: 0,
|
|
@@ -18622,7 +18623,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
18622
18623
|
};
|
|
18623
18624
|
}
|
|
18624
18625
|
});
|
|
18625
|
-
const SkToast = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
18626
|
+
const SkToast = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-14095e46"]]);
|
|
18626
18627
|
const TOAST_INJECTION_KEY = Symbol.for("sk-toast-provider");
|
|
18627
18628
|
function useToast() {
|
|
18628
18629
|
const api = inject(TOAST_INJECTION_KEY);
|
|
@@ -18727,7 +18728,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
18727
18728
|
};
|
|
18728
18729
|
}
|
|
18729
18730
|
});
|
|
18730
|
-
const SkToastProvider = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
18731
|
+
const SkToastProvider = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-c46b6dd6"]]);
|
|
18731
18732
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
18732
18733
|
__name: "SkTooltip",
|
|
18733
18734
|
props: {
|
|
@@ -18832,7 +18833,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18832
18833
|
};
|
|
18833
18834
|
}
|
|
18834
18835
|
});
|
|
18835
|
-
const SkTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
18836
|
+
const SkTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-ed3c7167"]]);
|
|
18836
18837
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
18837
18838
|
__name: "SkTooltipProvider",
|
|
18838
18839
|
props: {
|
|
@@ -18952,7 +18953,7 @@ const SleekSpaceUI = {
|
|
|
18952
18953
|
app.component("SkTabPanels", _sfc_main$9);
|
|
18953
18954
|
app.component("SkTabs", _sfc_main$8);
|
|
18954
18955
|
app.component("SkTable", SkTable);
|
|
18955
|
-
app.component("SkTag",
|
|
18956
|
+
app.component("SkTag", SkTag);
|
|
18956
18957
|
app.component("SkTagsInput", SkTagsInput);
|
|
18957
18958
|
app.component("SkTextarea", SkTextarea);
|
|
18958
18959
|
app.component("SkToastProvider", SkToastProvider);
|
|
@@ -19008,7 +19009,7 @@ export {
|
|
|
19008
19009
|
_sfc_main$9 as SkTabPanels,
|
|
19009
19010
|
SkTable,
|
|
19010
19011
|
_sfc_main$8 as SkTabs,
|
|
19011
|
-
|
|
19012
|
+
SkTag,
|
|
19012
19013
|
SkTagsInput,
|
|
19013
19014
|
SkTextarea,
|
|
19014
19015
|
_sfc_main as SkTheme,
|