@sk-web-gui/core 3.4.0 → 3.4.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/cjs/aria-plugin.js.map +1 -1
- package/dist/cjs/components/ai/ai-feed.js.map +1 -1
- package/dist/cjs/components/ai/ai-module.js +56 -16
- package/dist/cjs/components/ai/ai-module.js.map +1 -1
- package/dist/cjs/components/ai/assistant-presentation.js +4 -1
- package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
- package/dist/cjs/components/ai/bubble.js.map +1 -1
- package/dist/cjs/components/ai/feedback.js.map +1 -1
- package/dist/cjs/components/ai/input-section.js.map +1 -1
- package/dist/cjs/components/ai/markdown-rendered.js.map +1 -1
- package/dist/cjs/components/ai/typing-bubble.js.map +1 -1
- package/dist/cjs/components/ai/typing-sequence.js.map +1 -1
- package/dist/cjs/components/alert-banner.js +26 -0
- package/dist/cjs/components/alert-banner.js.map +1 -0
- package/dist/cjs/components/chip.js.map +1 -1
- package/dist/cjs/components/combobox.js.map +1 -1
- package/dist/cjs/components/comments.js +32 -0
- package/dist/cjs/components/comments.js.map +1 -0
- package/dist/cjs/components/context-menu.js +41 -0
- package/dist/cjs/components/context-menu.js.map +1 -0
- package/dist/cjs/components/dropdown-filter.js +60 -0
- package/dist/cjs/components/dropdown-filter.js.map +1 -0
- package/dist/cjs/components/footer.js +4 -4
- package/dist/cjs/components/footer.js.map +1 -1
- package/dist/cjs/components/forms.js.map +1 -1
- package/dist/cjs/components/input.js.map +1 -1
- package/dist/cjs/components/label.js.map +1 -1
- package/dist/cjs/components/list.js.map +1 -1
- package/dist/cjs/components/logo.js.map +1 -1
- package/dist/cjs/components/menu-vertical.js.map +1 -1
- package/dist/cjs/components/menubar.js.map +1 -1
- package/dist/cjs/components/notification.js +51 -0
- package/dist/cjs/components/notification.js.map +1 -0
- package/dist/cjs/components/popup-menu.js.map +1 -1
- package/dist/cjs/components/progress-bar.js.map +1 -1
- package/dist/cjs/components/progress-stepper.js.map +1 -1
- package/dist/cjs/components/rich-text-editor.js +233 -0
- package/dist/cjs/components/rich-text-editor.js.map +1 -0
- package/dist/cjs/components/search-field.js.map +1 -1
- package/dist/cjs/components/select.js.map +1 -1
- package/dist/cjs/components/side-menu.js +221 -0
- package/dist/cjs/components/side-menu.js.map +1 -0
- package/dist/cjs/components/spinner.js.map +1 -1
- package/dist/cjs/components/tab-menu.js +59 -0
- package/dist/cjs/components/tab-menu.js.map +1 -0
- package/dist/cjs/components/table-autotable.js.map +1 -1
- package/dist/cjs/components/tabs.js.map +1 -1
- package/dist/cjs/components/tooltip.js.map +1 -1
- package/dist/cjs/components/zebratable.js +141 -0
- package/dist/cjs/components/zebratable.js.map +1 -0
- package/dist/cjs/data-plugin.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js.map +1 -1
- package/dist/cjs/theme.js.map +1 -1
- package/dist/cjs/units.js.map +1 -1
- package/dist/esm/aria-plugin.js.map +1 -1
- package/dist/esm/components/ai/ai-feed.js.map +1 -1
- package/dist/esm/components/ai/ai-module.js +56 -16
- package/dist/esm/components/ai/ai-module.js.map +1 -1
- package/dist/esm/components/ai/assistant-presentation.js +4 -1
- package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
- package/dist/esm/components/ai/bubble.js.map +1 -1
- package/dist/esm/components/ai/feedback.js.map +1 -1
- package/dist/esm/components/ai/input-section.js.map +1 -1
- package/dist/esm/components/ai/markdown-rendered.js.map +1 -1
- package/dist/esm/components/ai/typing-bubble.js.map +1 -1
- package/dist/esm/components/ai/typing-sequence.js.map +1 -1
- package/dist/esm/components/alert-banner.js +24 -0
- package/dist/esm/components/alert-banner.js.map +1 -0
- package/dist/esm/components/chip.js.map +1 -1
- package/dist/esm/components/combobox.js.map +1 -1
- package/dist/esm/components/comments.js +30 -0
- package/dist/esm/components/comments.js.map +1 -0
- package/dist/esm/components/context-menu.js +39 -0
- package/dist/esm/components/context-menu.js.map +1 -0
- package/dist/esm/components/dropdown-filter.js +58 -0
- package/dist/esm/components/dropdown-filter.js.map +1 -0
- package/dist/esm/components/footer.js +4 -4
- package/dist/esm/components/footer.js.map +1 -1
- package/dist/esm/components/forms.js.map +1 -1
- package/dist/esm/components/input.js.map +1 -1
- package/dist/esm/components/label.js.map +1 -1
- package/dist/esm/components/list.js.map +1 -1
- package/dist/esm/components/logo.js.map +1 -1
- package/dist/esm/components/menu-vertical.js.map +1 -1
- package/dist/esm/components/menubar.js.map +1 -1
- package/dist/esm/components/notification.js +49 -0
- package/dist/esm/components/notification.js.map +1 -0
- package/dist/esm/components/popup-menu.js.map +1 -1
- package/dist/esm/components/progress-bar.js.map +1 -1
- package/dist/esm/components/progress-stepper.js.map +1 -1
- package/dist/esm/components/rich-text-editor.js +227 -0
- package/dist/esm/components/rich-text-editor.js.map +1 -0
- package/dist/esm/components/search-field.js.map +1 -1
- package/dist/esm/components/select.js.map +1 -1
- package/dist/esm/components/side-menu.js +219 -0
- package/dist/esm/components/side-menu.js.map +1 -0
- package/dist/esm/components/spinner.js.map +1 -1
- package/dist/esm/components/tab-menu.js +57 -0
- package/dist/esm/components/tab-menu.js.map +1 -0
- package/dist/esm/components/table-autotable.js.map +1 -1
- package/dist/esm/components/tabs.js.map +1 -1
- package/dist/esm/components/tooltip.js.map +1 -1
- package/dist/esm/components/zebratable.js +135 -0
- package/dist/esm/components/zebratable.js.map +1 -0
- package/dist/esm/data-plugin.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js.map +1 -1
- package/dist/types/accordion/src/accordion/accordion-item.d.ts +8 -0
- package/dist/types/accordion/src/accordion/accordion.d.ts +25 -0
- package/dist/types/accordion/src/accordion/index.d.ts +10 -0
- package/dist/types/accordion/src/disclosure/disclosure.d.ts +53 -0
- package/dist/types/accordion/src/disclosure/index.d.ts +4 -0
- package/dist/types/accordion/src/disclosure/styles.d.ts +1 -0
- package/dist/types/accordion/src/index.d.ts +4 -0
- package/dist/types/accordion/stories/accordion.stories.d.ts +8 -0
- package/dist/types/accordion/stories/disclosure.stories.d.ts +9 -0
- package/dist/types/avatar/index.d.ts +2 -0
- package/dist/types/avatar/src/avatar.d.ts +17 -0
- package/dist/types/avatar/src/index.d.ts +8 -0
- package/dist/types/avatar/stories/avatar.stories.d.ts +8 -0
- package/dist/types/badge/index.d.ts +2 -0
- package/dist/types/badge/src/badge.d.ts +12 -0
- package/dist/types/badge/src/index.d.ts +8 -0
- package/dist/types/badge/stories/badge.stories.d.ts +8 -0
- package/dist/types/breadcrumb/src/breadcrumb.d.ts +41 -0
- package/dist/types/breadcrumb/src/index.d.ts +11 -0
- package/dist/types/breadcrumb/stories/breadcrumb.stories.d.ts +7 -0
- package/dist/types/button/src/button-group.d.ts +15 -0
- package/dist/types/button/src/button.d.ts +49 -0
- package/dist/types/button/src/index.d.ts +11 -0
- package/dist/types/button/src/styles.d.ts +1 -0
- package/dist/types/button/stories/announcement.d.ts +5 -0
- package/dist/types/button/stories/button-group.stories.d.ts +8 -0
- package/dist/types/button/stories/button.stories.d.ts +7 -0
- package/dist/types/card/src/card.d.ts +60 -0
- package/dist/types/card/src/index.d.ts +21 -0
- package/dist/types/card/src/meta-card.d.ts +42 -0
- package/dist/types/card/stories/card.stories.d.ts +4 -0
- package/dist/types/card/stories/meta-card.stories.d.ts +4 -0
- package/dist/types/chip/index.d.ts +2 -0
- package/dist/types/chip/src/chip.d.ts +7 -0
- package/dist/types/chip/src/index.d.ts +4 -0
- package/dist/types/chip/stories/chip.stories.d.ts +12 -0
- package/dist/types/components/ai/ai-module.d.ts +54 -14
- package/dist/types/components/ai/assistant-presentation.d.ts +4 -1
- package/dist/types/components/alert-banner.d.ts +24 -0
- package/dist/types/components/comments.d.ts +30 -0
- package/dist/types/components/context-menu.d.ts +39 -0
- package/dist/types/components/dropdown-filter.d.ts +58 -0
- package/dist/types/components/footer.d.ts +4 -4
- package/dist/types/components/notification.d.ts +48 -0
- package/dist/types/components/rich-text-editor.d.ts +226 -0
- package/dist/types/components/side-menu.d.ts +219 -0
- package/dist/types/components/tab-menu.d.ts +57 -0
- package/dist/types/components/zebratable.d.ts +134 -0
- package/dist/types/cookie-consent/src/cookie-consent.d.ts +32 -0
- package/dist/types/cookie-consent/src/index.d.ts +15 -0
- package/dist/types/cookie-consent/stories/cookie-consent.stories.d.ts +7 -0
- package/dist/types/core/src/aria-plugin.d.ts +4 -0
- package/dist/types/core/src/base.d.ts +53 -0
- package/dist/types/core/src/colors.d.ts +643 -0
- package/dist/types/core/src/components/accordion.d.ts +174 -0
- package/dist/types/core/src/components/alert.d.ts +21 -0
- package/dist/types/core/src/components/avatar.d.ts +26 -0
- package/dist/types/core/src/components/badge.d.ts +21 -0
- package/dist/types/core/src/components/breadcrumb.d.ts +28 -0
- package/dist/types/core/src/components/button-group.d.ts +25 -0
- package/dist/types/core/src/components/button.d.ts +195 -0
- package/dist/types/core/src/components/card.d.ts +135 -0
- package/dist/types/core/src/components/checkbox.d.ts +108 -0
- package/dist/types/core/src/components/chip.d.ts +37 -0
- package/dist/types/core/src/components/code.d.ts +8 -0
- package/dist/types/core/src/components/combobox.d.ts +72 -0
- package/dist/types/core/src/components/cookie-consent.d.ts +35 -0
- package/dist/types/core/src/components/dialog.d.ts +5 -0
- package/dist/types/core/src/components/divider.d.ts +50 -0
- package/dist/types/core/src/components/dot.d.ts +43 -0
- package/dist/types/core/src/components/filter.d.ts +14 -0
- package/dist/types/core/src/components/footer.d.ts +27 -0
- package/dist/types/core/src/components/forms.d.ts +24 -0
- package/dist/types/core/src/components/header.d.ts +28 -0
- package/dist/types/core/src/components/icon.d.ts +38 -0
- package/dist/types/core/src/components/input.d.ts +214 -0
- package/dist/types/core/src/components/kbd.d.ts +7 -0
- package/dist/types/core/src/components/label.d.ts +27 -0
- package/dist/types/core/src/components/link.d.ts +43 -0
- package/dist/types/core/src/components/list.d.ts +52 -0
- package/dist/types/core/src/components/logo.d.ts +48 -0
- package/dist/types/core/src/components/menu-vertical.d.ts +198 -0
- package/dist/types/core/src/components/menubar.d.ts +35 -0
- package/dist/types/core/src/components/modal.d.ts +45 -0
- package/dist/types/core/src/components/pagination.d.ts +101 -0
- package/dist/types/core/src/components/popup-menu.d.ts +138 -0
- package/dist/types/core/src/components/progress-bar.d.ts +13 -0
- package/dist/types/core/src/components/progress-stepper.d.ts +60 -0
- package/dist/types/core/src/components/radio.d.ts +125 -0
- package/dist/types/core/src/components/search-field.d.ts +34 -0
- package/dist/types/core/src/components/select.d.ts +141 -0
- package/dist/types/core/src/components/snackbar.d.ts +30 -0
- package/dist/types/core/src/components/spinner.d.ts +13 -0
- package/dist/types/core/src/components/switch.d.ts +64 -0
- package/dist/types/core/src/components/table-autotable.d.ts +222 -0
- package/dist/types/core/src/components/table.d.ts +11 -0
- package/dist/types/core/src/components/tabs.d.ts +14 -0
- package/dist/types/core/src/components/tooltip.d.ts +53 -0
- package/dist/types/core/src/components/user-menu.d.ts +14 -0
- package/dist/types/core/src/data-plugin.d.ts +4 -0
- package/dist/types/core/src/index.d.ts +6 -0
- package/dist/types/core/src/plugin.d.ts +12 -0
- package/dist/types/core/src/preset.d.ts +18 -0
- package/dist/types/core/src/theme.d.ts +4 -0
- package/dist/types/core/src/units.d.ts +287 -0
- package/dist/types/core/src/with-opacity.d.ts +4 -0
- package/dist/types/divider/index.d.ts +2 -0
- package/dist/types/divider/src/divider-section.d.ts +12 -0
- package/dist/types/divider/src/divider.d.ts +8 -0
- package/dist/types/divider/src/index.d.ts +10 -0
- package/dist/types/divider/src/styles.d.ts +1 -0
- package/dist/types/divider/stories/divider-section.stories.d.ts +8 -0
- package/dist/types/divider/stories/divider.stories.d.ts +8 -0
- package/dist/types/filter/src/filter-item.d.ts +7 -0
- package/dist/types/filter/src/filter-label.d.ts +7 -0
- package/dist/types/filter/src/filter.d.ts +6 -0
- package/dist/types/filter/src/index.d.ts +12 -0
- package/dist/types/filter/stories/filter.stories.d.ts +7 -0
- package/dist/types/forms/index.d.ts +2 -0
- package/dist/types/forms/src/checkbox/checkbox-group.d.ts +46 -0
- package/dist/types/forms/src/checkbox/checkbox.d.ts +39 -0
- package/dist/types/forms/src/checkbox/index.d.ts +10 -0
- package/dist/types/forms/src/checkbox/styles.d.ts +2 -0
- package/dist/types/forms/src/combobox/combobox-context.d.ts +42 -0
- package/dist/types/forms/src/combobox/combobox-input.d.ts +44 -0
- package/dist/types/forms/src/combobox/combobox-list.d.ts +8 -0
- package/dist/types/forms/src/combobox/combobox-option.d.ts +11 -0
- package/dist/types/forms/src/combobox/combobox.d.ts +6 -0
- package/dist/types/forms/src/combobox/index.d.ts +15 -0
- package/dist/types/forms/src/combobox/styles.d.ts +1 -0
- package/dist/types/forms/src/date-picker/date-picker.d.ts +7 -0
- package/dist/types/forms/src/date-picker/index.d.ts +8 -0
- package/dist/types/forms/src/form-control/index.d.ts +40 -0
- package/dist/types/forms/src/form-error-message/index.d.ts +8 -0
- package/dist/types/forms/src/form-helper-text/index.d.ts +8 -0
- package/dist/types/forms/src/form-label/index.d.ts +20 -0
- package/dist/types/forms/src/index.d.ts +26 -0
- package/dist/types/forms/src/input/index.d.ts +13 -0
- package/dist/types/forms/src/input/input.d.ts +26 -0
- package/dist/types/forms/src/input/styles.d.ts +1 -0
- package/dist/types/forms/src/input-addin/index.d.ts +12 -0
- package/dist/types/forms/src/input-group/index.d.ts +11 -0
- package/dist/types/forms/src/input-group/styles.d.ts +1 -0
- package/dist/types/forms/src/radio/index.d.ts +10 -0
- package/dist/types/forms/src/radio/radio-group.d.ts +48 -0
- package/dist/types/forms/src/radio/radio.d.ts +32 -0
- package/dist/types/forms/src/radio/styles.d.ts +3 -0
- package/dist/types/forms/src/select/index.d.ts +18 -0
- package/dist/types/forms/src/select/styles.d.ts +1 -0
- package/dist/types/forms/src/switch/index.d.ts +8 -0
- package/dist/types/forms/src/switch/switchcomponent.d.ts +9 -0
- package/dist/types/forms/src/text-field/index.d.ts +8 -0
- package/dist/types/forms/src/text-field/text-field.d.ts +6 -0
- package/dist/types/forms/src/textarea/index.d.ts +12 -0
- package/dist/types/forms/stories/check.d.ts +5 -0
- package/dist/types/forms/stories/checkbox-group.stories.d.ts +11 -0
- package/dist/types/forms/stories/checkbox.stories.d.ts +8 -0
- package/dist/types/forms/stories/combobox.stories.d.ts +19 -0
- package/dist/types/forms/stories/date-picker.stories.d.ts +21 -0
- package/dist/types/forms/stories/form-control.stories.d.ts +10 -0
- package/dist/types/forms/stories/input.stories.d.ts +21 -0
- package/dist/types/forms/stories/radio-group.stories.d.ts +11 -0
- package/dist/types/forms/stories/radio.stories.d.ts +14 -0
- package/dist/types/forms/stories/select.stories.d.ts +10 -0
- package/dist/types/forms/stories/switch.stories.d.ts +8 -0
- package/dist/types/forms/stories/text-field.stories.d.ts +18 -0
- package/dist/types/forms/stories/textarea.stories.d.ts +42 -0
- package/dist/types/icon/index.d.ts +2 -0
- package/dist/types/icon/src/icon-padded.d.ts +4 -0
- package/dist/types/icon/src/icon.d.ts +20 -0
- package/dist/types/icon/src/index.d.ts +10 -0
- package/dist/types/icon/stories/icon-padded.stories.d.ts +8 -0
- package/dist/types/icon/stories/icon.stories.d.ts +8 -0
- package/dist/types/image/index.d.ts +2 -0
- package/dist/types/image/src/image.d.ts +28 -0
- package/dist/types/image/src/index.d.ts +4 -0
- package/dist/types/image/src/use-image.d.ts +52 -0
- package/dist/types/image/stories/image.stories.d.ts +8 -0
- package/dist/types/label/index.d.ts +2 -0
- package/dist/types/label/src/index.d.ts +8 -0
- package/dist/types/label/src/label.d.ts +8 -0
- package/dist/types/label/stories/label.stories.d.ts +8 -0
- package/dist/types/layout/src/footer/footer-list-item.d.ts +4 -0
- package/dist/types/layout/src/footer/footer-list.d.ts +4 -0
- package/dist/types/layout/src/footer/footer.d.ts +6 -0
- package/dist/types/layout/src/footer/index.d.ts +14 -0
- package/dist/types/layout/src/header/header.d.ts +17 -0
- package/dist/types/layout/src/header/index.d.ts +8 -0
- package/dist/types/layout/src/index.d.ts +4 -0
- package/dist/types/layout/stories/footer.stories.d.ts +7 -0
- package/dist/types/layout/stories/header.stories.d.ts +5 -0
- package/dist/types/link/index.d.ts +2 -0
- package/dist/types/link/src/index.d.ts +12 -0
- package/dist/types/link/src/link.d.ts +21 -0
- package/dist/types/link/src/styles.d.ts +1 -0
- package/dist/types/link/stories/link.stories.d.ts +12 -0
- package/dist/types/list/src/index.d.ts +12 -0
- package/dist/types/list/src/list.d.ts +28 -0
- package/dist/types/list/stories/list.stories.d.ts +7 -0
- package/dist/types/logo/src/assets/index.d.ts +2 -0
- package/dist/types/logo/src/assets/logo-svg.d.ts +2 -0
- package/dist/types/logo/src/assets/symbol-svg.d.ts +2 -0
- package/dist/types/logo/src/index.d.ts +4 -0
- package/dist/types/logo/src/logo.d.ts +38 -0
- package/dist/types/logo/stories/logo.stories.d.ts +8 -0
- package/dist/types/menu-vertical/src/index.d.ts +25 -0
- package/dist/types/menu-vertical/src/menu-vertical-backbutton.d.ts +9 -0
- package/dist/types/menu-vertical/src/menu-vertical-context.d.ts +62 -0
- package/dist/types/menu-vertical/src/menu-vertical-header.d.ts +9 -0
- package/dist/types/menu-vertical/src/menu-vertical-item.d.ts +26 -0
- package/dist/types/menu-vertical/src/menu-vertical-label.d.ts +7 -0
- package/dist/types/menu-vertical/src/menu-vertical-nav.d.ts +9 -0
- package/dist/types/menu-vertical/src/menu-vertical-sidebar.d.ts +9 -0
- package/dist/types/menu-vertical/src/menu-vertical-submenu-button.d.ts +25 -0
- package/dist/types/menu-vertical/src/menu-vertical-tool-item.d.ts +9 -0
- package/dist/types/menu-vertical/src/menu-vertical.d.ts +14 -0
- package/dist/types/menu-vertical/stories/menu-vertical-sidebar.stories.d.ts +8 -0
- package/dist/types/menu-vertical/stories/menu-vertical.stories.d.ts +8 -0
- package/dist/types/menubar/index.d.ts +2 -0
- package/dist/types/menubar/src/index.d.ts +11 -0
- package/dist/types/menubar/src/menubar-item.d.ts +15 -0
- package/dist/types/menubar/src/menubar.d.ts +18 -0
- package/dist/types/menubar/stories/menubar.stories.d.ts +7 -0
- package/dist/types/modal/src/confirm/confirm.d.ts +17 -0
- package/dist/types/modal/src/confirm/index.d.ts +1 -0
- package/dist/types/modal/src/dialog/dialog-buttons.d.ts +6 -0
- package/dist/types/modal/src/dialog/dialog-content.d.ts +6 -0
- package/dist/types/modal/src/dialog/dialog.d.ts +7 -0
- package/dist/types/modal/src/dialog/index.d.ts +12 -0
- package/dist/types/modal/src/index.d.ts +6 -0
- package/dist/types/modal/src/modal/index.d.ts +13 -0
- package/dist/types/modal/src/modal/modal-content.d.ts +5 -0
- package/dist/types/modal/src/modal/modal-footer.d.ts +5 -0
- package/dist/types/modal/src/modal/modal.d.ts +27 -0
- package/dist/types/modal/stories/confirm.stories.d.ts +10 -0
- package/dist/types/modal/stories/dialog.stories.d.ts +6 -0
- package/dist/types/modal/stories/modal.stories.d.ts +7 -0
- package/dist/types/pagination/src/index.d.ts +8 -0
- package/dist/types/pagination/src/pagination.d.ts +19 -0
- package/dist/types/pagination/src/styles.d.ts +1 -0
- package/dist/types/pagination/stories/pagination.stories.d.ts +8 -0
- package/dist/types/popup-menu/src/index.d.ts +18 -0
- package/dist/types/popup-menu/src/popup-menu-button.d.ts +2 -0
- package/dist/types/popup-menu/src/popup-menu-group.d.ts +5 -0
- package/dist/types/popup-menu/src/popup-menu-item.d.ts +11 -0
- package/dist/types/popup-menu/src/popup-menu-items.d.ts +20 -0
- package/dist/types/popup-menu/src/popup-menu-panel.d.ts +6 -0
- package/dist/types/popup-menu/src/popup-menu.d.ts +53 -0
- package/dist/types/popup-menu/src/popupmenu-context.d.ts +18 -0
- package/dist/types/popup-menu/src/styles.d.ts +1 -0
- package/dist/types/popup-menu/stories/popup-menu.stories.d.ts +9 -0
- package/dist/types/progress-bar/index.d.ts +2 -0
- package/dist/types/progress-bar/src/index.d.ts +8 -0
- package/dist/types/progress-bar/src/progress-bar.d.ts +18 -0
- package/dist/types/progress-bar/src/styles.d.ts +0 -0
- package/dist/types/progress-bar/stories/progress-bar.stories.d.ts +8 -0
- package/dist/types/progress-stepper/src/index.d.ts +8 -0
- package/dist/types/progress-stepper/src/progress-step.d.ts +13 -0
- package/dist/types/progress-stepper/src/progress-stepper.d.ts +12 -0
- package/dist/types/progress-stepper/stories/progress-stepper.stories.d.ts +8 -0
- package/dist/types/react/src/index.d.ts +70 -0
- package/dist/types/searchfield/src/index.d.ts +18 -0
- package/dist/types/searchfield/src/searchfield-suggestions-input.d.ts +9 -0
- package/dist/types/searchfield/src/searchfield-suggestions-list.d.ts +5 -0
- package/dist/types/searchfield/src/searchfield-suggestions-option.d.ts +5 -0
- package/dist/types/searchfield/src/searchfield-suggestions.d.ts +5 -0
- package/dist/types/searchfield/src/searchfield.d.ts +27 -0
- package/dist/types/searchfield/stories/searchfield-suggestions.stories.d.ts +8 -0
- package/dist/types/searchfield/stories/searchfield.stories.d.ts +6 -0
- package/dist/types/snackbar/src/index.d.ts +8 -0
- package/dist/types/snackbar/src/snackbar.d.ts +11 -0
- package/dist/types/snackbar/stories/snackbar.stories.d.ts +8 -0
- package/dist/types/spinner/index.d.ts +2 -0
- package/dist/types/spinner/src/assets/spinner-square.d.ts +265 -0
- package/dist/types/spinner/src/index.d.ts +4 -0
- package/dist/types/spinner/src/spinner.d.ts +14 -0
- package/dist/types/spinner/stories/spinner.stories.d.ts +8 -0
- package/dist/types/table/src/auto-table.d.ts +48 -0
- package/dist/types/table/src/index.d.ts +24 -0
- package/dist/types/table/src/table-body.d.ts +2 -0
- package/dist/types/table/src/table-footer.d.ts +2 -0
- package/dist/types/table/src/table-header-column.d.ts +6 -0
- package/dist/types/table/src/table-header.d.ts +6 -0
- package/dist/types/table/src/table-row-column.d.ts +6 -0
- package/dist/types/table/src/table-row.d.ts +2 -0
- package/dist/types/table/src/table-sort-button.d.ts +8 -0
- package/dist/types/table/src/table.d.ts +9 -0
- package/dist/types/table/stories/autotable.stories.d.ts +10 -0
- package/dist/types/table/stories/table.stories.d.ts +11 -0
- package/dist/types/tabs/src/index.d.ts +15 -0
- package/dist/types/tabs/src/tabs-button.d.ts +7 -0
- package/dist/types/tabs/src/tabs-content.d.ts +6 -0
- package/dist/types/tabs/src/tabs-context.d.ts +8 -0
- package/dist/types/tabs/src/tabs-item.d.ts +6 -0
- package/dist/types/tabs/src/tabs.d.ts +11 -0
- package/dist/types/tabs/stories/tabs.stories.d.ts +12 -0
- package/dist/types/text/src/index.d.ts +8 -0
- package/dist/types/text/src/text.d.ts +10 -0
- package/dist/types/text/stories/text.stories.d.ts +7 -0
- package/dist/types/theme/index.d.ts +2 -0
- package/dist/types/theme/src/colors.d.ts +1410 -0
- package/dist/types/theme/src/create-memo-class.d.ts +1 -0
- package/dist/types/theme/src/create-theme-vars/calc.d.ts +19 -0
- package/dist/types/theme/src/create-theme-vars/create-theme-vars.d.ts +9 -0
- package/dist/types/theme/src/create-theme-vars/css-var.d.ts +7 -0
- package/dist/types/theme/src/create-theme-vars/index.d.ts +4 -0
- package/dist/types/theme/src/create-theme-vars/theme-tokens.d.ts +8 -0
- package/dist/types/theme/src/create-theme-vars/to-css-var.d.ts +2 -0
- package/dist/types/theme/src/default-theme.d.ts +4 -0
- package/dist/types/theme/src/gui-provider.d.ts +48 -0
- package/dist/types/theme/src/index.d.ts +14 -0
- package/dist/types/theme/src/types.d.ts +54 -0
- package/dist/types/theme/src/units.d.ts +266 -0
- package/dist/types/theme/src/use-safe-effect.d.ts +2 -0
- package/dist/types/theme/src/utils.d.ts +1 -0
- package/dist/types/toast/index.d.ts +2 -0
- package/dist/types/toast/src/index.d.ts +7 -0
- package/dist/types/toast/src/toast.d.ts +62 -0
- package/dist/types/toasted-notes/index.d.ts +2 -0
- package/dist/types/toasted-notes/src/Alert.d.ts +8 -0
- package/dist/types/toasted-notes/src/Message.d.ts +26 -0
- package/dist/types/toasted-notes/src/Positions.d.ts +9 -0
- package/dist/types/toasted-notes/src/Toast.d.ts +13 -0
- package/dist/types/toasted-notes/src/ToastManager.d.ts +45 -0
- package/dist/types/toasted-notes/src/index.d.ts +4 -0
- package/dist/types/toasted-notes/src/useTimeout.d.ts +3 -0
- package/dist/types/tooltip/index.d.ts +2 -0
- package/dist/types/tooltip/src/index.d.ts +8 -0
- package/dist/types/tooltip/src/tooltip.d.ts +14 -0
- package/dist/types/tooltip/stories/tooltip.stories.d.ts +9 -0
- package/dist/types/user-menu/src/index.d.ts +8 -0
- package/dist/types/user-menu/src/user-menu.d.ts +32 -0
- package/dist/types/user-menu/stories/user-menu.stories.d.ts +8 -0
- package/dist/types/utils/index.d.ts +2 -0
- package/dist/types/utils/src/assertion.d.ts +6 -0
- package/dist/types/utils/src/children.d.ts +8 -0
- package/dist/types/utils/src/color.d.ts +10 -0
- package/dist/types/utils/src/index.d.ts +20 -0
- package/dist/types/utils/src/object.d.ts +6 -0
- package/dist/types/utils/src/refs.d.ts +5 -0
- package/dist/types/utils/src/slug.d.ts +1 -0
- package/dist/types/utils/src/types.d.ts +56 -0
- package/dist/types/utils/src/use-on-element-outside.d.ts +39 -0
- package/dist/types/utils/src/walk-object.d.ts +5 -0
- package/package.json +2 -2
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
export declare const Input: () => {
|
|
2
|
+
'.sk-form-input': {
|
|
3
|
+
'&-addin': {
|
|
4
|
+
'@apply bg-transparent': {};
|
|
5
|
+
'@apply flex': {};
|
|
6
|
+
'@apply justify-start items-center': {};
|
|
7
|
+
'&-sm': {
|
|
8
|
+
'@apply px-6 gap-6': {};
|
|
9
|
+
'&.sk-form-input-addin-left': {
|
|
10
|
+
'@apply -mr-12': {};
|
|
11
|
+
'@apply pl-10': {};
|
|
12
|
+
};
|
|
13
|
+
'&.sk-form-input-addin-right': {
|
|
14
|
+
'@apply -ml-12': {};
|
|
15
|
+
'@apply pr-10': {};
|
|
16
|
+
};
|
|
17
|
+
svg: {
|
|
18
|
+
'@apply w-16 h-16': {};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
'&-md': {
|
|
22
|
+
'@apply md:px-8 md:gap-8': {};
|
|
23
|
+
'&.sk-form-input-addin-left': {
|
|
24
|
+
'@apply -mr-16': {};
|
|
25
|
+
'@apply pl-12': {};
|
|
26
|
+
};
|
|
27
|
+
'&.sk-form-input-addin-right': {
|
|
28
|
+
'@apply -ml-16': {};
|
|
29
|
+
'@apply pr-12': {};
|
|
30
|
+
};
|
|
31
|
+
svg: {
|
|
32
|
+
'@apply w-20 h-20': {};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
'&-lg': {
|
|
36
|
+
'@apply md:px-8 md:gap-8': {};
|
|
37
|
+
'&.sk-form-input-addin-left': {
|
|
38
|
+
'@apply -mr-20': {};
|
|
39
|
+
'@apply pl-16': {};
|
|
40
|
+
};
|
|
41
|
+
'&.sk-form-input-addin-right': {
|
|
42
|
+
'@apply -ml-20': {};
|
|
43
|
+
'@apply pr-16': {};
|
|
44
|
+
};
|
|
45
|
+
svg: {
|
|
46
|
+
'@apply w-22 h-22': {};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
'&-group': {
|
|
51
|
+
'.sk-form-input': {
|
|
52
|
+
'@apply rounded-0': {};
|
|
53
|
+
'@apply border-0': {};
|
|
54
|
+
'@apply focus:ring-0': {};
|
|
55
|
+
'@apply focus:ring-offset-0': {};
|
|
56
|
+
'@apply bg-transparent': {};
|
|
57
|
+
'@apply dark:bg-transparent': {};
|
|
58
|
+
'@apply grow': {};
|
|
59
|
+
};
|
|
60
|
+
'@apply border-1': {};
|
|
61
|
+
'@apply border-primitives-overlay-darken-6': {};
|
|
62
|
+
'@apply dark:border-primitives-overlay-lighten-6': {};
|
|
63
|
+
'@apply hover:border-primitives-overlay-darken-8': {};
|
|
64
|
+
'@apply dark:hover:border-primitives-overlay-lighten-4': {};
|
|
65
|
+
'@apply placeholder:text-dark-placeholder': {};
|
|
66
|
+
'@apply bg-primitives-overlay-lighten-10': {};
|
|
67
|
+
'@apply dark:bg-primitives-overlay-darken-6': {};
|
|
68
|
+
'&:invalid, &[aria-invalid="true"]': {
|
|
69
|
+
'@apply border-2 border-error-surface-primary': {};
|
|
70
|
+
};
|
|
71
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
72
|
+
'@apply bg-primitives-overlay-darken-1': {};
|
|
73
|
+
'@apply dark:bg-primitives-overlay-lighten-1': {};
|
|
74
|
+
'@apply border-primitives-overlay-darken-3': {};
|
|
75
|
+
'@apply dark:border-primitives-overlay-lighten-3': {};
|
|
76
|
+
'@apply hover:border-primitives-overlay-darken-3': {};
|
|
77
|
+
'@apply dark:hover:border-primitives-overlay-lighten-3': {};
|
|
78
|
+
'@apply text-dark-disabled': {};
|
|
79
|
+
};
|
|
80
|
+
'@apply flex relative': {};
|
|
81
|
+
'@apply items-center': {};
|
|
82
|
+
'@apply focus-within:ring': {};
|
|
83
|
+
'@apply focus-within:ring-ring': {};
|
|
84
|
+
'@apply text-dark-secondary': {};
|
|
85
|
+
'@apply focus-within:border-primitives-overlay-lighten-10': {};
|
|
86
|
+
'@apply dark:focus-within:border-primitives-overlay-darken-6': {};
|
|
87
|
+
'&:not(:invalid):not([aria-invalid="true"])': {
|
|
88
|
+
'@apply focus-within:hover:border-primitives-overlay-lighten-10': {};
|
|
89
|
+
'@apply dark:focus-within:hover:border-primitives-overlay-darken-6': {};
|
|
90
|
+
};
|
|
91
|
+
'&&-lg': {
|
|
92
|
+
'@apply text-input-large': {};
|
|
93
|
+
'@apply rounded-button-lg': {};
|
|
94
|
+
};
|
|
95
|
+
'&&-md': {
|
|
96
|
+
'@apply text-input-medium': {};
|
|
97
|
+
'@apply rounded-button-md': {};
|
|
98
|
+
};
|
|
99
|
+
'&&-sm': {
|
|
100
|
+
'@apply text-input-small': {};
|
|
101
|
+
'@apply rounded-button-sm': {};
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
'@apply border-1': {};
|
|
105
|
+
'@apply border-primitives-overlay-darken-6': {};
|
|
106
|
+
'@apply dark:border-primitives-overlay-lighten-6': {};
|
|
107
|
+
'@apply hover:border-primitives-overlay-darken-8': {};
|
|
108
|
+
'@apply dark:hover:border-primitives-overlay-lighten-4': {};
|
|
109
|
+
'@apply placeholder:text-dark-placeholder': {};
|
|
110
|
+
'@apply bg-primitives-overlay-lighten-10': {};
|
|
111
|
+
'@apply dark:bg-primitives-overlay-darken-6': {};
|
|
112
|
+
'&:invalid, &[aria-invalid="true"]': {
|
|
113
|
+
'@apply border-2 border-error-surface-primary': {};
|
|
114
|
+
};
|
|
115
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
116
|
+
'@apply bg-primitives-overlay-darken-1': {};
|
|
117
|
+
'@apply dark:bg-primitives-overlay-lighten-1': {};
|
|
118
|
+
'@apply border-primitives-overlay-darken-3': {};
|
|
119
|
+
'@apply dark:border-primitives-overlay-lighten-3': {};
|
|
120
|
+
'@apply hover:border-primitives-overlay-darken-3': {};
|
|
121
|
+
'@apply dark:hover:border-primitives-overlay-lighten-3': {};
|
|
122
|
+
'@apply text-dark-disabled': {};
|
|
123
|
+
};
|
|
124
|
+
'&::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator': {
|
|
125
|
+
'@apply block': {};
|
|
126
|
+
'@apply p-0': {};
|
|
127
|
+
'@apply pl-6 md:pl-8': {};
|
|
128
|
+
'@apply m-0': {};
|
|
129
|
+
'@apply bg-none': {};
|
|
130
|
+
'@apply bg-dark-secondary': {};
|
|
131
|
+
'&.sk-form-input-sm': {
|
|
132
|
+
'@apply w-16 h-16': {};
|
|
133
|
+
'@apply -mr-2': {};
|
|
134
|
+
};
|
|
135
|
+
'&.sk-form-input-md': {
|
|
136
|
+
'@apply -mr-4': {};
|
|
137
|
+
'@apply w-18 h-18': {};
|
|
138
|
+
};
|
|
139
|
+
'&.sk-form-input-lg': {
|
|
140
|
+
'@apply -mr-6': {};
|
|
141
|
+
'@apply w-20 h-20': {};
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
'&[type="date"]::-webkit-inner-spin-button, &[type="date"]::-webkit-calendar-picker-indicator': {
|
|
145
|
+
mask: string[];
|
|
146
|
+
'-webkit-mask': string[];
|
|
147
|
+
maskSize: string;
|
|
148
|
+
'-webkit-mask-size': string;
|
|
149
|
+
};
|
|
150
|
+
'&[type="datetime-local"]::-webkit-inner-spin-button, &[type="datetime-local"]::-webkit-calendar-picker-indicator': {
|
|
151
|
+
mask: string[];
|
|
152
|
+
'-webkit-mask': string[];
|
|
153
|
+
maskSize: string;
|
|
154
|
+
'-webkit-mask-size': string;
|
|
155
|
+
};
|
|
156
|
+
'&[type="time"]::-webkit-inner-spin-button, &[type="time"]::-webkit-calendar-picker-indicator': {
|
|
157
|
+
mask: string[];
|
|
158
|
+
'-webkit-mask': string[];
|
|
159
|
+
maskSize: string;
|
|
160
|
+
'-webkit-mask-size': string;
|
|
161
|
+
};
|
|
162
|
+
'@apply grow-0': {};
|
|
163
|
+
'@apply text-dark-primary': {};
|
|
164
|
+
'&[data-hideextra="true"]': {
|
|
165
|
+
'&::-webkit-outer-spin-button, &::-webkit-inner-spin-button': {
|
|
166
|
+
'-webkit-appearance': string;
|
|
167
|
+
display: string;
|
|
168
|
+
margin: string;
|
|
169
|
+
};
|
|
170
|
+
'-moz-appearance': string;
|
|
171
|
+
};
|
|
172
|
+
'&&-lg': {
|
|
173
|
+
'@apply rounded-button-lg': {};
|
|
174
|
+
'@apply px-20': {};
|
|
175
|
+
'@apply py-11': {};
|
|
176
|
+
'@apply gap-8': {};
|
|
177
|
+
'@apply text-input-large': {};
|
|
178
|
+
'@apply h-48': {};
|
|
179
|
+
};
|
|
180
|
+
'&&-md': {
|
|
181
|
+
'@apply rounded-button-md': {};
|
|
182
|
+
'@apply px-16': {};
|
|
183
|
+
'@apply py-7': {};
|
|
184
|
+
'@apply gap-8': {};
|
|
185
|
+
'@apply text-input-medium': {};
|
|
186
|
+
'@apply h-40': {};
|
|
187
|
+
};
|
|
188
|
+
'&&-sm': {
|
|
189
|
+
'@apply rounded-button-sm': {};
|
|
190
|
+
'@apply px-12': {};
|
|
191
|
+
'@apply py-5': {};
|
|
192
|
+
'@apply gap-6': {};
|
|
193
|
+
'@apply text-input-small': {};
|
|
194
|
+
'@apply h-32': {};
|
|
195
|
+
};
|
|
196
|
+
'&&-textarea': {
|
|
197
|
+
'@apply h-auto': {};
|
|
198
|
+
};
|
|
199
|
+
'@apply focus:ring': {};
|
|
200
|
+
'@apply focus:ring-ring': {};
|
|
201
|
+
'@apply focus:ring-offset': {};
|
|
202
|
+
'@apply focus:border-primitives-overlay-lighten-10': {};
|
|
203
|
+
'@apply dark:focus:border-primitives-overlay-darken-6': {};
|
|
204
|
+
'@apply focus-within:ring': {};
|
|
205
|
+
'@apply focus-within:ring-ring': {};
|
|
206
|
+
'@apply focus-within:ring-offset': {};
|
|
207
|
+
'@apply focus-within:border-primitives-overlay-lighten-10': {};
|
|
208
|
+
'@apply dark:focus-within:border-primitives-overlay-darken-6': {};
|
|
209
|
+
'&:not(:invalid):not([aria-invalid="true"])': {
|
|
210
|
+
'@apply focus:hover:border-primitives-overlay-lighten-10': {};
|
|
211
|
+
'@apply dark:focus:hover:border-primitives-overlay-darken-6': {};
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const Label: (colors: string[]) => {
|
|
2
|
+
'.sk-label': {
|
|
3
|
+
'&[data-color="tertiary"]': {
|
|
4
|
+
'@apply bg-dark-primary': {};
|
|
5
|
+
'@apply text-light-primary': {};
|
|
6
|
+
'&[data-inverted="true"]': {
|
|
7
|
+
'@apply bg-tertiary-surface': {};
|
|
8
|
+
'@apply text-dark-primary': {};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
'@apply inline-flex flex-row': {};
|
|
12
|
+
'@apply justify-center items-center': {};
|
|
13
|
+
'@apply gap-6 px-10 py-4': {};
|
|
14
|
+
'@apply h-24 max-h-24': {};
|
|
15
|
+
'@apply text-label-small': {};
|
|
16
|
+
'@apply rounded-utility-sm md:rounded-utility-md xl:rounded-utility-lg': {};
|
|
17
|
+
'@apply bg-dark-primary': {};
|
|
18
|
+
'@apply text-light-primary': {};
|
|
19
|
+
'&[data-rounded="true"]': {
|
|
20
|
+
'@apply rounded-full': {};
|
|
21
|
+
};
|
|
22
|
+
'&[data-inverted="true"]': {
|
|
23
|
+
'@apply bg-tertiary-surface': {};
|
|
24
|
+
'@apply text-dark-primary': {};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare const Link: () => {
|
|
2
|
+
'.sk-link': {
|
|
3
|
+
'@apply underline outline-none hover:underline': {};
|
|
4
|
+
'@apply rounded-utility': {};
|
|
5
|
+
'@apply focus-visible:ring ring-offset-6': {};
|
|
6
|
+
'&-sm': {
|
|
7
|
+
'@apply text-small': {};
|
|
8
|
+
};
|
|
9
|
+
'&-md': {
|
|
10
|
+
'@apply text-base': {};
|
|
11
|
+
};
|
|
12
|
+
'&-lg': {
|
|
13
|
+
'@apply text-large': {};
|
|
14
|
+
};
|
|
15
|
+
'&-xl': {
|
|
16
|
+
'@apply text-lead': {};
|
|
17
|
+
};
|
|
18
|
+
'&-primary': {
|
|
19
|
+
'@apply text-vattjom-surface-primary': {};
|
|
20
|
+
'&:hover': {
|
|
21
|
+
'@apply text-vattjom-surface-primary-hover': {};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
'&-tertiary': {
|
|
25
|
+
'@apply text-dark-secondary': {};
|
|
26
|
+
'&:hover': {
|
|
27
|
+
'@apply text-dark-primary': {};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
'&.active': {
|
|
31
|
+
'@apply underline': {};
|
|
32
|
+
};
|
|
33
|
+
'& &-external-icon': {
|
|
34
|
+
'@apply w-[1em] h-[1em] leading-none ml-[.25em] align-text-top': {};
|
|
35
|
+
};
|
|
36
|
+
'&[type="button"]': {
|
|
37
|
+
'@apply inline-flex items-center align-bottom': {};
|
|
38
|
+
};
|
|
39
|
+
'&-disabled': {
|
|
40
|
+
'@apply text-dark-disabled cursor-default': {};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const List: () => {
|
|
2
|
+
'.sk-list': {
|
|
3
|
+
li: {
|
|
4
|
+
'&:before': {
|
|
5
|
+
'@apply text-vattjom-surface-primary font-bold': {};
|
|
6
|
+
'@apply absolute inline-flex items-center justify-center text-center': {};
|
|
7
|
+
'@apply w-24 h-24': {};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
'&[data-style="bullet"]': {
|
|
11
|
+
li: {
|
|
12
|
+
'&:before': {
|
|
13
|
+
"@apply content-['\u2022'] my-5 text-lead": {};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
'&[data-style="numbered"]': {
|
|
18
|
+
li: {
|
|
19
|
+
counterIncrement: string;
|
|
20
|
+
'&:before': {
|
|
21
|
+
'@apply text-small border-vattjom-surface-primary rounded-full leading-8': {};
|
|
22
|
+
'@apply my-6 h-22 w-22 border-2': {};
|
|
23
|
+
content: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
'&[data-style="stroke"]': {
|
|
28
|
+
li: {
|
|
29
|
+
'&:before': {
|
|
30
|
+
"@apply content-['\u2013'] my-4 text-base": {};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
'.sk-link': {
|
|
35
|
+
'&-tertiary': {
|
|
36
|
+
'@apply text-dark-primary': {};
|
|
37
|
+
'&:hover': {
|
|
38
|
+
'@apply text-dark-secondary': {};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
'&-item': {
|
|
43
|
+
'@apply pt-20': {};
|
|
44
|
+
};
|
|
45
|
+
'&-header': {
|
|
46
|
+
'@apply text-large font-bold ml-32': {};
|
|
47
|
+
};
|
|
48
|
+
'&-text': {
|
|
49
|
+
'@apply text-dark-secondary ml-32': {};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const Logo: () => {
|
|
2
|
+
'.sk-logo': {
|
|
3
|
+
'@apply flex w-auto h-auto': {};
|
|
4
|
+
'@apply items-center': {};
|
|
5
|
+
'@apply text-dark-primary': {};
|
|
6
|
+
'&[data-inverted="true"]': {
|
|
7
|
+
'@apply text-light-primary': {};
|
|
8
|
+
'.sk-logo-divider': {
|
|
9
|
+
'@apply border-inverted-divider': {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
'&-figure': {
|
|
13
|
+
'@apply w-full h-full': {};
|
|
14
|
+
};
|
|
15
|
+
'&[data-variant="service"]': {
|
|
16
|
+
'@apply flex-row gap-6': {};
|
|
17
|
+
'@apply w-max': {};
|
|
18
|
+
'@apply h-60': {};
|
|
19
|
+
'@apply pb-4': {};
|
|
20
|
+
'.sk-logo-figure': {
|
|
21
|
+
'@apply w-auto h-56': {};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
'a:focus-within &': {
|
|
25
|
+
'@apply outline outline-2 outline-ring': {};
|
|
26
|
+
};
|
|
27
|
+
'a &': {
|
|
28
|
+
'@apply no-underline': {};
|
|
29
|
+
};
|
|
30
|
+
'a:hover &': {
|
|
31
|
+
'@apply underline': {};
|
|
32
|
+
};
|
|
33
|
+
'&-service-content': {
|
|
34
|
+
'@apply h-full w-max': {};
|
|
35
|
+
'@apply flex flex-col justify-center': {};
|
|
36
|
+
'@apply pl-2 pt-2 pr-8 pb-0': {};
|
|
37
|
+
};
|
|
38
|
+
'&-title': {
|
|
39
|
+
'@apply font-header text-logo-header': {};
|
|
40
|
+
};
|
|
41
|
+
'&-subtitle': {
|
|
42
|
+
'@apply text-small font-normal block': {};
|
|
43
|
+
};
|
|
44
|
+
'&-divider': {
|
|
45
|
+
'@apply pt-8 pb-4': {};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
export declare const MenuVertical: () => {
|
|
2
|
+
'.sk-menu-vertical-sidebar': {
|
|
3
|
+
'@apply rounded-button': {};
|
|
4
|
+
'> ul > li > .sk-menu-vertical-item-submenu': {
|
|
5
|
+
'> .sk-menu-vertical-item-submenu-button': {
|
|
6
|
+
'@apply min-h-52': {};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
'> ul': {
|
|
10
|
+
'@apply py-16 px-24': {};
|
|
11
|
+
};
|
|
12
|
+
'.sk-menu-vertical': {
|
|
13
|
+
'@apply gap-12': {};
|
|
14
|
+
'&-header': {
|
|
15
|
+
'@apply bg-primary-surface': {};
|
|
16
|
+
'@apply rounded-t-button': {};
|
|
17
|
+
'@apply py-20 px-32': {};
|
|
18
|
+
'&, a': {
|
|
19
|
+
'@apply text-light-primary': {};
|
|
20
|
+
};
|
|
21
|
+
'.sk-divider': {
|
|
22
|
+
'@apply border-inverted-divider': {};
|
|
23
|
+
};
|
|
24
|
+
'.sk-logo': {
|
|
25
|
+
'@apply text-light-secondary': {};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
'&.ul, & ul': {
|
|
29
|
+
'@apply py-8 pl-20 ml-20': {};
|
|
30
|
+
};
|
|
31
|
+
'li ul': {
|
|
32
|
+
'@apply gap-8': {};
|
|
33
|
+
ul: {
|
|
34
|
+
li: {
|
|
35
|
+
'@apply text-small leading-18': {};
|
|
36
|
+
'.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {
|
|
37
|
+
'@apply py-6 px-14': {};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
li: {
|
|
42
|
+
'@apply relative -ml-4': {};
|
|
43
|
+
'&:before': {
|
|
44
|
+
'@apply content-[""] absolute inline-flex w-20 h-44 -top-8 -left-16': {};
|
|
45
|
+
backgroundImage: string;
|
|
46
|
+
backgroundRepeat: string;
|
|
47
|
+
};
|
|
48
|
+
'&:not(:last-child):after': {
|
|
49
|
+
'@apply content-[""] absolute inline-flex w-20 -top-8 bottom-0 -left-16': {};
|
|
50
|
+
backgroundImage: string;
|
|
51
|
+
backgroundRepeat: string;
|
|
52
|
+
};
|
|
53
|
+
'&:last-child:after': {
|
|
54
|
+
'@apply content-[""] absolute inline-flex w-20 -top-8 bottom-0 -left-16': {};
|
|
55
|
+
backgroundImage: string;
|
|
56
|
+
backgroundRepeat: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
'&-item': {
|
|
61
|
+
'.sk-menu-vertical-item-submenu': {
|
|
62
|
+
'&-button': {
|
|
63
|
+
'@apply gap-8': {};
|
|
64
|
+
'&[aria-current="page"], &[aria-current="page"] ~ button': {
|
|
65
|
+
'@apply font-bold': {};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
'> a, > button': {
|
|
70
|
+
'&[aria-current="page"]': {
|
|
71
|
+
'@apply font-bold': {};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
'.sk-menu-vertical-nav': {
|
|
78
|
+
'.sk-menu-vertical': {
|
|
79
|
+
'@apply gap-12': {};
|
|
80
|
+
'&.ul, & ul': {
|
|
81
|
+
'@apply pt-12 pr-16 pb-16': {};
|
|
82
|
+
};
|
|
83
|
+
'&-item': {
|
|
84
|
+
'.sk-menu-vertical-item-submenu': {
|
|
85
|
+
'@apply font-bold': {};
|
|
86
|
+
'&-medium': {
|
|
87
|
+
'button, a': {
|
|
88
|
+
'@apply py-6 px-14': {};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
'&-large': {
|
|
92
|
+
'button, a': {
|
|
93
|
+
'@apply text-large': {};
|
|
94
|
+
'@apply py-10 px-14': {};
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
'.sk-menu-vertical': {
|
|
102
|
+
'@apply flex flex-col': {};
|
|
103
|
+
'@apply text-base': {};
|
|
104
|
+
'&.hide': {
|
|
105
|
+
'@apply hidden': {};
|
|
106
|
+
};
|
|
107
|
+
'&-backbutton': {
|
|
108
|
+
'@apply flex items-center gap-16 text-lead mb-40': {};
|
|
109
|
+
};
|
|
110
|
+
'&-label': {
|
|
111
|
+
'@apply mb-24': {};
|
|
112
|
+
};
|
|
113
|
+
'&-item': {
|
|
114
|
+
'@apply flex flex-col': {};
|
|
115
|
+
'&.hide': {
|
|
116
|
+
'@apply hidden': {};
|
|
117
|
+
};
|
|
118
|
+
'[aria-disabled="true"]': {
|
|
119
|
+
'@apply cursor-default bg-transparent text-primitives-overlay-darken-6 dark:text-primitives-overlay-lighten-7': {};
|
|
120
|
+
};
|
|
121
|
+
'a, button': {
|
|
122
|
+
'@apply flex': {};
|
|
123
|
+
color: string;
|
|
124
|
+
};
|
|
125
|
+
'& > a, > button': {
|
|
126
|
+
'@apply flex items-center min-h-44': {};
|
|
127
|
+
'&:focus-visible': {
|
|
128
|
+
'@apply outline outline-2 outline-ring': {};
|
|
129
|
+
};
|
|
130
|
+
'> *': {
|
|
131
|
+
'@apply flex w-full py-6 px-14': {};
|
|
132
|
+
'@apply rounded-button cursor-pointer': {};
|
|
133
|
+
};
|
|
134
|
+
'&:not([aria-disabled="true"]) > *': {
|
|
135
|
+
'@apply bg-transparent text-dark-secondary': {};
|
|
136
|
+
};
|
|
137
|
+
'&:hover:not([aria-disabled="true"]) > *': {
|
|
138
|
+
'@apply bg-primitives-overlay-darken-3': {};
|
|
139
|
+
};
|
|
140
|
+
'&[aria-current="page"]:not(:hover) > *': {
|
|
141
|
+
'@apply bg-primary-surface text-light-primary': {};
|
|
142
|
+
'@apply focus-visible:ring': {};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
'.sk-menu-vertical-item-submenu': {
|
|
146
|
+
'@apply flex justify-between w-full': {};
|
|
147
|
+
'@apply rounded-button': {};
|
|
148
|
+
'&:hover': {
|
|
149
|
+
'> a:not([aria-disabled="true"]), > button:not([aria-disabled="true"]), > a[aria-expanded="true"]:not([aria-disabled="true"]), > button[aria-expanded="true"]:not([aria-disabled="true"])': {
|
|
150
|
+
'@apply text-dark-primary bg-primitives-overlay-darken-3': {};
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
'&:focus-within': {
|
|
154
|
+
'@apply outline outline-2 outline-ring': {};
|
|
155
|
+
'.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {
|
|
156
|
+
'&:focus-visible': {
|
|
157
|
+
'@apply ring-0 ring-offset-0 outline-0': {};
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
'&-medium': {
|
|
162
|
+
'button, a': {
|
|
163
|
+
'@apply py-6 px-14': {};
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
'&-large': {
|
|
167
|
+
'button, a': {
|
|
168
|
+
'@apply py-10 px-14': {};
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
'&-button, &-button-expand': {
|
|
172
|
+
'@apply items-center': {};
|
|
173
|
+
'@apply py-10 px-14': {};
|
|
174
|
+
};
|
|
175
|
+
'&-button-expand': {
|
|
176
|
+
'@apply rounded-r-button rounded-l-0': {};
|
|
177
|
+
};
|
|
178
|
+
'&-button': {
|
|
179
|
+
'@apply text-left grow rounded-l-button rounded-r-0': {};
|
|
180
|
+
'&[aria-current="page"]:not(:hover), &[aria-current="page"]:not(:hover) ~ button:not(:hover)': {
|
|
181
|
+
'@apply bg-primary-surface text-light-primary': {};
|
|
182
|
+
};
|
|
183
|
+
'&[aria-expanded="true"]': {
|
|
184
|
+
'&:not(:hover,[aria-current="page"],[aria-disabled="true"]), &:not(:hover,[aria-current="page"],[aria-disabled="true"]) ~ button:not(:hover)': {
|
|
185
|
+
'@apply bg-vattjom-surface-accent': {};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
'.sk-menu-vertical-item-tool-item': {
|
|
191
|
+
'@apply flex items-center gap-10 p-6 rounded-groups': {};
|
|
192
|
+
'.sk-avatar': {
|
|
193
|
+
'@apply border-2 border-background-content': {};
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const MenuBar: (colors: string[]) => {
|
|
2
|
+
'.sk-menubar': {
|
|
3
|
+
'@apply flex flex-row': {};
|
|
4
|
+
'@apply p-8 gap-16': {};
|
|
5
|
+
'@apply rounded-cards': {};
|
|
6
|
+
'&[data-background="true"]': {
|
|
7
|
+
'@apply bg-background-color-mixin-1': {};
|
|
8
|
+
};
|
|
9
|
+
'&-item': {
|
|
10
|
+
'@apply inline-block': {};
|
|
11
|
+
'@apply relative': {};
|
|
12
|
+
'@apply h-40': {};
|
|
13
|
+
'a, button': {
|
|
14
|
+
color: string;
|
|
15
|
+
};
|
|
16
|
+
'> *:first-child': {
|
|
17
|
+
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {};
|
|
18
|
+
'@apply cursor-pointer': {};
|
|
19
|
+
'@apply bg-transparent text-dark-primary': {};
|
|
20
|
+
'@apply hover:bg-tertiary-surface': {};
|
|
21
|
+
'@apply font-bold': {};
|
|
22
|
+
'@apply gap-2 px-14 py-8': {};
|
|
23
|
+
'@apply h-full min-h-full': {};
|
|
24
|
+
'@apply text-base leading-base': {};
|
|
25
|
+
'@apply inline-flex shrink-0 flex-nowrap': {};
|
|
26
|
+
'@apply border-0': {};
|
|
27
|
+
'@apply focus-visible:bg-background-content focus-visible:ring': {};
|
|
28
|
+
'&[aria-current="page"]:not(:hover),&[aria-selected="true"]:not(:hover), ': {
|
|
29
|
+
'@apply bg-primary-surface text-light-primary': {};
|
|
30
|
+
'@apply focus-visible:ring': {};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export declare const Modal: () => {
|
|
2
|
+
'.sk-modal': {
|
|
3
|
+
'&-wrapper': {
|
|
4
|
+
'@apply fixed inset-0 z-20 overflow-y-auto': {};
|
|
5
|
+
'@apply bg-primitives-overlay-darken-6': {};
|
|
6
|
+
'@apply dark:bg-primitives-overlay-darken-8': {};
|
|
7
|
+
'&-inner': {
|
|
8
|
+
'@apply min-h-screen px-4 text-center': {};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
'&-overlay': {
|
|
12
|
+
'@apply fixed inset-0': {};
|
|
13
|
+
};
|
|
14
|
+
'&-dialog': {
|
|
15
|
+
'@apply text-dark-secondary': {};
|
|
16
|
+
'@apply inline-flex flex-col': {};
|
|
17
|
+
'@apply text-left': {};
|
|
18
|
+
'@apply align-middle': {};
|
|
19
|
+
'@apply transition-all transform': {};
|
|
20
|
+
'@apply rounded-cards': {};
|
|
21
|
+
'@apply bg-background-content': {};
|
|
22
|
+
'@apply dark:bg-background-100': {};
|
|
23
|
+
'@apply px-24 pt-24 pb-40': {};
|
|
24
|
+
'@apply gap-16': {};
|
|
25
|
+
'&-header': {
|
|
26
|
+
'@apply flex justify-between items-center w-full': {};
|
|
27
|
+
'&-title': {
|
|
28
|
+
'@apply grow': {};
|
|
29
|
+
'@apply text-label-medium': {};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
'&-content': {
|
|
34
|
+
'@apply flex flex-col': {};
|
|
35
|
+
'@apply py-8 pb-16 gap-12': {};
|
|
36
|
+
'h1, h2, h3, h4, h5, h6': {
|
|
37
|
+
'@apply text-dark-primary': {};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
'&-footer': {
|
|
41
|
+
'@apply flex flex-row justify-start': {};
|
|
42
|
+
'@apply p-0 gap-12': {};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|