@sk-web-gui/core 3.5.0 → 3.7.0
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-corner-module.js +288 -0
- package/dist/cjs/components/ai/ai-corner-module.js.map +1 -0
- package/dist/cjs/components/ai/ai-feed.js +1 -0
- package/dist/cjs/components/ai/ai-feed.js.map +1 -1
- package/dist/cjs/components/ai/ai-module.js.map +1 -1
- package/dist/cjs/components/ai/ai-service-module.js +121 -0
- package/dist/cjs/components/ai/ai-service-module.js.map +1 -0
- package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
- package/dist/cjs/components/ai/assistant-switch.js +52 -0
- package/dist/cjs/components/ai/assistant-switch.js.map +1 -0
- 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 +6 -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/new-session-button.js.map +1 -1
- package/dist/cjs/components/ai/typing-bubble.js.map +1 -1
- package/dist/cjs/components/ai/typing-sequence.js +2 -2
- 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/avatar.js +6 -0
- package/dist/cjs/components/avatar.js.map +1 -1
- package/dist/cjs/components/button.js +15 -4
- package/dist/cjs/components/button.js.map +1 -1
- package/dist/cjs/components/chip.js.map +1 -1
- package/dist/cjs/components/combobox.js +20 -2
- 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/cookie-consent.js +4 -1
- package/dist/cjs/components/cookie-consent.js.map +1 -1
- package/dist/cjs/components/dialog.js +16 -2
- package/dist/cjs/components/dialog.js.map +1 -1
- package/dist/cjs/components/dropdown-filter.js +60 -0
- package/dist/cjs/components/dropdown-filter.js.map +1 -0
- package/dist/cjs/components/forms.js.map +1 -1
- package/dist/cjs/components/input.js +4 -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/modal.js +3 -0
- package/dist/cjs/components/modal.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 +6 -1
- 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 +10 -0
- package/dist/cjs/components/progress-stepper.js.map +1 -1
- package/dist/cjs/components/radio.js +2 -1
- package/dist/cjs/components/radio.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 +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/switch.js +3 -0
- package/dist/cjs/components/switch.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/table.js +240 -6
- package/dist/cjs/components/table.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/components.js +209 -0
- package/dist/cjs/components.js.map +1 -0
- package/dist/cjs/data-plugin.js.map +1 -1
- package/dist/cjs/fonts.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js +36 -68
- package/dist/cjs/plugin.js.map +1 -1
- package/dist/cjs/preset.js +15 -15
- package/dist/cjs/preset.js.map +1 -1
- package/dist/cjs/theme.js.map +1 -1
- package/dist/cjs/units.js +12 -12
- package/dist/cjs/units.js.map +1 -1
- package/dist/esm/aria-plugin.js.map +1 -1
- package/dist/esm/components/ai/ai-corner-module.js +283 -0
- package/dist/esm/components/ai/ai-corner-module.js.map +1 -0
- package/dist/esm/components/ai/ai-feed.js +1 -0
- package/dist/esm/components/ai/ai-feed.js.map +1 -1
- package/dist/esm/components/ai/ai-module.js.map +1 -1
- package/dist/esm/components/ai/ai-service-module.js +121 -0
- package/dist/esm/components/ai/ai-service-module.js.map +1 -0
- package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
- package/dist/esm/components/ai/assistant-switch.js +46 -0
- package/dist/esm/components/ai/assistant-switch.js.map +1 -0
- 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 +6 -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/new-session-button.js.map +1 -1
- package/dist/esm/components/ai/typing-bubble.js.map +1 -1
- package/dist/esm/components/ai/typing-sequence.js +2 -2
- 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/avatar.js +6 -0
- package/dist/esm/components/avatar.js.map +1 -1
- package/dist/esm/components/button.js +15 -4
- package/dist/esm/components/button.js.map +1 -1
- package/dist/esm/components/chip.js.map +1 -1
- package/dist/esm/components/combobox.js +20 -2
- 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/cookie-consent.js +4 -1
- package/dist/esm/components/cookie-consent.js.map +1 -1
- package/dist/esm/components/dialog.js +17 -2
- package/dist/esm/components/dialog.js.map +1 -1
- package/dist/esm/components/dropdown-filter.js +58 -0
- package/dist/esm/components/dropdown-filter.js.map +1 -0
- package/dist/esm/components/forms.js.map +1 -1
- package/dist/esm/components/input.js +4 -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/modal.js +3 -0
- package/dist/esm/components/modal.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 +6 -1
- 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 +10 -0
- package/dist/esm/components/progress-stepper.js.map +1 -1
- package/dist/esm/components/radio.js +2 -1
- package/dist/esm/components/radio.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 +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/switch.js +3 -0
- package/dist/esm/components/switch.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/table.js +241 -6
- package/dist/esm/components/table.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/components.js +203 -0
- package/dist/esm/components.js.map +1 -0
- package/dist/esm/data-plugin.js.map +1 -1
- package/dist/esm/fonts.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js +31 -67
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/preset.js +13 -14
- package/dist/esm/preset.js.map +1 -1
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js +12 -12
- 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-corner-module.d.ts +275 -0
- package/dist/types/components/ai/ai-feed.d.ts +1 -0
- package/dist/types/components/ai/ai-service-module.d.ts +110 -0
- package/dist/types/components/ai/assistant-switch.d.ts +45 -0
- package/dist/types/components/ai/input-section.d.ts +6 -1
- package/dist/types/components/ai/typing-sequence.d.ts +2 -2
- package/dist/types/components/alert-banner.d.ts +24 -0
- package/dist/types/components/avatar.d.ts +6 -0
- package/dist/types/components/button.d.ts +15 -4
- package/dist/types/components/combobox.d.ts +20 -2
- package/dist/types/components/comments.d.ts +30 -0
- package/dist/types/components/context-menu.d.ts +39 -0
- package/dist/types/components/cookie-consent.d.ts +3 -0
- package/dist/types/components/dialog.d.ts +10 -1
- package/dist/types/components/dropdown-filter.d.ts +58 -0
- package/dist/types/components/input.d.ts +3 -0
- package/dist/types/components/modal.d.ts +3 -0
- package/dist/types/components/notification.d.ts +48 -0
- package/dist/types/components/popup-menu.d.ts +5 -0
- package/dist/types/components/progress-stepper.d.ts +10 -0
- package/dist/types/components/radio.d.ts +1 -0
- package/dist/types/components/rich-text-editor.d.ts +226 -0
- package/dist/types/components/search-field.d.ts +1 -0
- package/dist/types/components/side-menu.d.ts +219 -0
- package/dist/types/components/switch.d.ts +3 -0
- package/dist/types/components/tab-menu.d.ts +57 -0
- package/dist/types/components/table.d.ts +235 -6
- package/dist/types/components/zebratable.d.ts +134 -0
- package/dist/types/components.d.ts +8 -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/plugin.d.ts +8 -3
- 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/preset.d.ts +9 -10
- 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 +8 -13
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.sk-tab-menu': {
|
|
3
|
+
'&-wrapper': {
|
|
4
|
+
display: string;
|
|
5
|
+
flexDirection: string;
|
|
6
|
+
margin: string;
|
|
7
|
+
};
|
|
8
|
+
'&-right': {
|
|
9
|
+
'@apply justify-end': {};
|
|
10
|
+
};
|
|
11
|
+
'&-center': {
|
|
12
|
+
'@apply justify-center': {};
|
|
13
|
+
};
|
|
14
|
+
'&-list': {
|
|
15
|
+
all: string;
|
|
16
|
+
display: string;
|
|
17
|
+
'&-stretch': {
|
|
18
|
+
'@apply w-full justify-between': {};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
'&-underline': {
|
|
22
|
+
width: string;
|
|
23
|
+
height: number;
|
|
24
|
+
'@apply bg-gray-light': {};
|
|
25
|
+
};
|
|
26
|
+
'&-item': {
|
|
27
|
+
all: string;
|
|
28
|
+
height: number;
|
|
29
|
+
display: string;
|
|
30
|
+
padding: string;
|
|
31
|
+
marginRight: string;
|
|
32
|
+
alignItems: string;
|
|
33
|
+
position: string;
|
|
34
|
+
cursor: string;
|
|
35
|
+
'&-stretch': {
|
|
36
|
+
'@apply mr-0': {};
|
|
37
|
+
};
|
|
38
|
+
'&-right': {
|
|
39
|
+
'@apply mr-0 ml-[5rem]': {};
|
|
40
|
+
};
|
|
41
|
+
'&-center:last-of-type': {
|
|
42
|
+
'@apply mr-0': {};
|
|
43
|
+
};
|
|
44
|
+
'&.active::after': {
|
|
45
|
+
content: string;
|
|
46
|
+
display: string;
|
|
47
|
+
position: string;
|
|
48
|
+
width: string;
|
|
49
|
+
height: number;
|
|
50
|
+
top: string;
|
|
51
|
+
left: number;
|
|
52
|
+
'@apply bg-primary': {};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export = _exports;
|
|
@@ -1,10 +1,239 @@
|
|
|
1
1
|
export declare const Table: () => {
|
|
2
|
-
'.table': {
|
|
3
|
-
'@apply
|
|
4
|
-
'
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
'.sk-table-wrapper': {
|
|
3
|
+
'@apply text-base': {};
|
|
4
|
+
'@apply rounded-groups': {};
|
|
5
|
+
'@apply border-1 border-divider': {};
|
|
6
|
+
'@apply bg-background-content': {};
|
|
7
|
+
'@apply relative': {};
|
|
8
|
+
'&-inside': {
|
|
9
|
+
'@apply border-0 rounded-t-groups': {};
|
|
10
|
+
'@apply overflow-hidden': {};
|
|
11
|
+
'@apply w-full': {};
|
|
12
|
+
'@apply h-full max-h-full': {};
|
|
13
|
+
'&[data-scroll="x"]': {
|
|
14
|
+
'@apply overflow-x-auto': {};
|
|
15
|
+
};
|
|
16
|
+
'&[data-scroll="y"]': {
|
|
17
|
+
'@apply overflow-y-auto': {};
|
|
18
|
+
};
|
|
19
|
+
'&[data-scroll="true"]': {
|
|
20
|
+
'@apply overflow-auto': {};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
'&:not([data-background="true"]):not([data-wrappingborder="true"])': {
|
|
24
|
+
'@apply border-0': {};
|
|
25
|
+
'@apply bg-transparent': {};
|
|
26
|
+
};
|
|
27
|
+
'.sk-table-wrapper-inside': {
|
|
28
|
+
'@apply border-0 rounded-b-groups': {};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
'.sk-table': {
|
|
32
|
+
'@apply w-full text-left table-auto': {};
|
|
33
|
+
'@apply text-dark-secondary': {};
|
|
34
|
+
'&-caption': {
|
|
35
|
+
'&-sr': {
|
|
36
|
+
'@apply sr-only': {};
|
|
37
|
+
};
|
|
38
|
+
'@apply text-left': {};
|
|
39
|
+
'@apply w-full': {};
|
|
40
|
+
};
|
|
41
|
+
'&-auto': {
|
|
42
|
+
'&-cell': {
|
|
43
|
+
'@apply w-full': {};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
'&-thead': {
|
|
47
|
+
'@apply border-b-1 border-dark-primary': {};
|
|
48
|
+
'&[data-stickyheader="true"]': {
|
|
49
|
+
'@apply sticky top-0': {};
|
|
50
|
+
'@apply bg-background-content': {};
|
|
51
|
+
'@apply border-b-0': {};
|
|
52
|
+
'.sk-table-col-content': {
|
|
53
|
+
'@apply border-b-1 border-dark-primary': {};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
'&-tr': {
|
|
57
|
+
'@apply table-row': {};
|
|
58
|
+
'@apply text-label-small': {};
|
|
59
|
+
};
|
|
60
|
+
'.sk-table-th': {
|
|
61
|
+
'@apply h-56': {};
|
|
62
|
+
'@apply p-0': {};
|
|
63
|
+
'&:first-of-type': {
|
|
64
|
+
'.sk-table-sticky-col': {
|
|
65
|
+
'@apply rounded-tl-groups': {};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
'&:last-of-type': {
|
|
69
|
+
'.sk-table-sticky-col': {
|
|
70
|
+
'@apply rounded-tr-groups': {};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
'.sk-table-col-content': {
|
|
74
|
+
'@apply py-4': {};
|
|
75
|
+
'@apply px-16': {};
|
|
76
|
+
};
|
|
77
|
+
"&[data-isColumnSortable='true']": {
|
|
78
|
+
'@apply cursor-pointer': {};
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
'@apply bg-transparent': {};
|
|
82
|
+
'&[data-background="true"]': {
|
|
83
|
+
'@apply border-b-0': {};
|
|
84
|
+
'@apply bg-vattjom-background-200 border-b-transparent': {};
|
|
85
|
+
'.sk-table-col-content': {
|
|
86
|
+
'@apply border-b-0': {};
|
|
87
|
+
};
|
|
88
|
+
'[data-sticky="true"]': {
|
|
89
|
+
'@apply bg-vattjom-background-200': {};
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
'&-sortbutton': {
|
|
94
|
+
'@apply flex items-center': {};
|
|
95
|
+
'@apply focus-visible:ring ring-ring ring-offset-0': {};
|
|
96
|
+
'@apply focus-visible:bg-vattjom-background-200': {};
|
|
97
|
+
'@apply rounded-utility': {};
|
|
98
|
+
'@apply pr-16': {};
|
|
99
|
+
'@apply h-40': {};
|
|
100
|
+
'&[data-sronly="true"]': {
|
|
101
|
+
'@apply sr-only': {};
|
|
102
|
+
};
|
|
103
|
+
'&-icon': {
|
|
104
|
+
'@apply inline-flex pl-sm': {};
|
|
105
|
+
'&-sort': {
|
|
106
|
+
'@apply text-dark-secondary': {};
|
|
107
|
+
'@apply flex flex-col': {};
|
|
108
|
+
svg: {
|
|
109
|
+
'@apply h-16 w-16': {};
|
|
110
|
+
'@apply first-of-type:-mb-4': {};
|
|
111
|
+
'@apply last-of-type:-mt-4': {};
|
|
112
|
+
};
|
|
113
|
+
"&[data-sortmode='ascending']": {
|
|
114
|
+
'> *': {
|
|
115
|
+
'@apply last-of-type:text-dark-ghost': {};
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
"&[data-sortmode='descending']": {
|
|
119
|
+
'> *': {
|
|
120
|
+
'@apply first-of-type:text-dark-ghost': {};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
'&-tbody': {
|
|
127
|
+
'@apply text-dark-secondary bg-transparent': {};
|
|
128
|
+
'&-tr': {
|
|
129
|
+
'@apply bg-transparent': {};
|
|
130
|
+
'@apply hover:bg-background-100': {};
|
|
131
|
+
'@apply border-b-1 border-divider': {};
|
|
132
|
+
'@apply last-of-type:border-b-transparent': {};
|
|
133
|
+
'@apply focus-visible:shadow-insetring': {};
|
|
134
|
+
'&:hover': {
|
|
135
|
+
td: {
|
|
136
|
+
'@apply bg-background-100': {};
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
'&-td, .sk-table-th': {
|
|
141
|
+
'@apply p-0': {};
|
|
142
|
+
'@apply text-small': {};
|
|
143
|
+
'@apply h-64-1': {};
|
|
144
|
+
'@apply min-h-64-1': {};
|
|
145
|
+
'@apply focus-visible:shadow-insetring': {};
|
|
146
|
+
'.sk-table-col-content': {
|
|
147
|
+
'@apply py-8 px-18': {};
|
|
148
|
+
'@apply gap-8': {};
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
'&-col-content': {
|
|
153
|
+
'@apply flex': {};
|
|
154
|
+
'@apply w-full': {};
|
|
155
|
+
'@apply justify-start items-center': {};
|
|
156
|
+
'@apply h-full': {};
|
|
157
|
+
};
|
|
158
|
+
'&[data-dense="dense"]': {
|
|
159
|
+
'.sk-table': {
|
|
160
|
+
'&-col-content': {
|
|
161
|
+
'@apply py-0': {};
|
|
162
|
+
};
|
|
163
|
+
'&-thead': {
|
|
164
|
+
th: {
|
|
165
|
+
'@apply h-48': {};
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
'&-tbody': {
|
|
169
|
+
'&-td, .sk-table-th': {
|
|
170
|
+
'@apply h-48-1': {};
|
|
171
|
+
'@apply min-h-48-1': {};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
'[data-sticky="true"]': {
|
|
177
|
+
'@apply sticky': {};
|
|
178
|
+
'@apply bg-background-content': {};
|
|
179
|
+
'&:first-of-type': {
|
|
180
|
+
'@apply left-0': {};
|
|
181
|
+
};
|
|
182
|
+
'&:last-of-type': {
|
|
183
|
+
'@apply right-0': {};
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
'&[data-hasscroll="true"]': {
|
|
187
|
+
'[data-sticky="true"]': {
|
|
188
|
+
'&:first-of-type': {
|
|
189
|
+
'.sk-table-col-content': {
|
|
190
|
+
'@apply border-r-1 border-r-divider': {};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
'&:last-of-type': {
|
|
194
|
+
'.sk-table-col-content': {
|
|
195
|
+
'@apply border-l-1 border-r-divider': {};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
'.sk-table-col-content': {};
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
'&-paginationwrapper': {
|
|
202
|
+
'@apply max-w-[37.5em]': {};
|
|
203
|
+
'@apply shrink grow': {};
|
|
204
|
+
'@apply hidden @screen-md/footer:flex': {};
|
|
205
|
+
};
|
|
206
|
+
'&-bottom': {
|
|
207
|
+
'@apply @container/footer': {};
|
|
208
|
+
'@apply py-14 px-16': {};
|
|
209
|
+
'@apply border-t-1 border-divider': {};
|
|
210
|
+
'@apply flex flex-row': {};
|
|
211
|
+
'@apply flex-wrap': {};
|
|
212
|
+
'@apply @screen-lg/footer:gap-32': {};
|
|
213
|
+
'@apply @screen-md/footer:gap-16': {};
|
|
214
|
+
'@apply gap-8': {};
|
|
215
|
+
'@apply justify-between items-center': {};
|
|
216
|
+
'&-section': {
|
|
217
|
+
'@apply shrink-0': {};
|
|
218
|
+
'@apply flex flex-col': {};
|
|
219
|
+
'@apply justify-start items-center': {};
|
|
220
|
+
'@apply @screen-sm/footer:flex-row': {};
|
|
221
|
+
'@apply gap-8': {};
|
|
222
|
+
'&.sk-table-pagination-mobile': {
|
|
223
|
+
'@apply @screen-md/footer:hidden': {};
|
|
224
|
+
};
|
|
225
|
+
'&-label': {
|
|
226
|
+
'@apply font-normal': {};
|
|
227
|
+
'@apply text-small': {};
|
|
228
|
+
'@apply shrink-0': {};
|
|
229
|
+
};
|
|
230
|
+
'&-pagesize': {
|
|
231
|
+
'@apply max-w-60': {};
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
'&-pagination': {
|
|
235
|
+
'@apply grow': {};
|
|
236
|
+
'@apply shrink': {};
|
|
8
237
|
};
|
|
9
238
|
};
|
|
10
239
|
};
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
export declare const ZebraTable: () => {
|
|
2
|
+
'.sk-zebratable-wrapper': {
|
|
3
|
+
'@apply rounded-groups': {};
|
|
4
|
+
'@apply border-1': {};
|
|
5
|
+
'@apply bg-background-content': {};
|
|
6
|
+
'&-inside': {
|
|
7
|
+
'@apply border-0 rounded-t-groups': {};
|
|
8
|
+
'@apply overflow-hidden': {};
|
|
9
|
+
};
|
|
10
|
+
'&[data-variant="table"]': {
|
|
11
|
+
'&:not([data-background="true"])': {
|
|
12
|
+
'@apply border-0': {};
|
|
13
|
+
'@apply bg-transparent': {};
|
|
14
|
+
};
|
|
15
|
+
'.sk-zebratable-wrapper-inside': {
|
|
16
|
+
'@apply border-0 rounded-b-groups': {};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'.sk-zebratable': {
|
|
21
|
+
'@apply w-full text-left table-auto': {};
|
|
22
|
+
'@apply text-dark-secondary': {};
|
|
23
|
+
'&-thead': {
|
|
24
|
+
'@apply border-b-1 border-dark-primary': {};
|
|
25
|
+
'@apply h-48': {};
|
|
26
|
+
'&-tr': {
|
|
27
|
+
'@apply table-row': {};
|
|
28
|
+
'@apply text-label-small': {};
|
|
29
|
+
};
|
|
30
|
+
'&-th': {
|
|
31
|
+
'@apply py-4': {};
|
|
32
|
+
"&[data-isColumnSortable='true']": {
|
|
33
|
+
'@apply cursor-pointer': {};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
'@apply bg-transparent': {};
|
|
37
|
+
'&[data-background="true"]': {
|
|
38
|
+
'@apply bg-vattjom-background-200 border-b-transparent': {};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
'&-sortbutton': {
|
|
42
|
+
'@apply flex items-center': {};
|
|
43
|
+
'@apply focus-visible:ring ring-ring ring-offset-0': {};
|
|
44
|
+
'@apply focus-visible:bg-vattjom-background-200': {};
|
|
45
|
+
'@apply rounded-utility': {};
|
|
46
|
+
'@apply px-16': {};
|
|
47
|
+
'@apply h-40': {};
|
|
48
|
+
'&-icon': {
|
|
49
|
+
'@apply inline-flex pl-sm': {};
|
|
50
|
+
'&-sort': {
|
|
51
|
+
'@apply text-dark-secondary': {};
|
|
52
|
+
'@apply flex flex-col': {};
|
|
53
|
+
svg: {
|
|
54
|
+
'@apply h-16 w-16': {};
|
|
55
|
+
'@apply first-of-type:-mb-4': {};
|
|
56
|
+
'@apply last-of-type:-mt-4': {};
|
|
57
|
+
};
|
|
58
|
+
"&[data-sortmodeascending='true']": {
|
|
59
|
+
'> *': {
|
|
60
|
+
'@apply last-of-type:text-dark-ghost': {};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
"&[data-sortmodeascending='false']": {
|
|
64
|
+
'> *': {
|
|
65
|
+
'@apply first-of-type:text-dark-ghost': {};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
'&-tbody': {
|
|
72
|
+
'@apply text-dark-secondary bg-transparent': {};
|
|
73
|
+
'&-tr': {
|
|
74
|
+
'@apply bg-transparent': {};
|
|
75
|
+
'@apply hover:bg-background-100': {};
|
|
76
|
+
'@apply border-b-1': {};
|
|
77
|
+
'@apply last-of-type:border-b-transparent': {};
|
|
78
|
+
};
|
|
79
|
+
'&-td': {
|
|
80
|
+
'@apply text-small': {};
|
|
81
|
+
'&-content': {
|
|
82
|
+
'@apply inline-flex': {};
|
|
83
|
+
'@apply justify-start items-center': {};
|
|
84
|
+
'@apply gap-8': {};
|
|
85
|
+
'@apply py-8 px-18': {};
|
|
86
|
+
'@apply h-[6.3rem]': {};
|
|
87
|
+
'@apply min-h-[6.3rem]': {};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
'&[data-dense="true"]': {
|
|
92
|
+
'.sk-zebratable': {
|
|
93
|
+
'&-thead': {
|
|
94
|
+
'&-th': {
|
|
95
|
+
'@apply py-4': {};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
'&-tbody': {
|
|
99
|
+
'&-td-content': {
|
|
100
|
+
'@apply py-0': {};
|
|
101
|
+
'@apply h-[4.7rem]': {};
|
|
102
|
+
'@apply min-h-[4.7rem]': {};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
'&-paginationwrapper': {
|
|
108
|
+
'@apply w-full max-w-[60rem]': {};
|
|
109
|
+
'@apply shrink': {};
|
|
110
|
+
};
|
|
111
|
+
'&-bottom': {
|
|
112
|
+
'@apply py-14 px-16': {};
|
|
113
|
+
'@apply border-t-1': {};
|
|
114
|
+
'@apply flex flex-row': {};
|
|
115
|
+
'@apply gap-32': {};
|
|
116
|
+
'@apply justify-between items-center': {};
|
|
117
|
+
'&-section': {
|
|
118
|
+
'@apply shrink-0': {};
|
|
119
|
+
'@apply flex flex-row': {};
|
|
120
|
+
'@apply justify-start items-center': {};
|
|
121
|
+
'@apply gap-8': {};
|
|
122
|
+
'&-label': {
|
|
123
|
+
'@apply font-normal': {};
|
|
124
|
+
'@apply text-small': {};
|
|
125
|
+
'@apply shrink-0': {};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
'&-pagination': {
|
|
129
|
+
'@apply grow': {};
|
|
130
|
+
'@apply shrink': {};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CSSRuleObject, PluginAPI } from 'tailwindcss/types/config';
|
|
2
|
+
export type Component = (colors: string[], theme: PluginAPI['theme']) => CSSRuleObject;
|
|
3
|
+
interface ComponentWithDeps {
|
|
4
|
+
comp: Component;
|
|
5
|
+
deps?: Component[];
|
|
6
|
+
}
|
|
7
|
+
export declare const components: ComponentWithDeps[];
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DefaultProps } from '@sk-web-gui/utils';
|
|
2
|
+
import { CookieSetOptions } from 'universal-cookie';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export declare const defaultCookieConsentName = "SKCookieConsent";
|
|
5
|
+
export interface ConsentCookie {
|
|
6
|
+
optional: boolean;
|
|
7
|
+
displayName: string;
|
|
8
|
+
description: string;
|
|
9
|
+
cookieName: string;
|
|
10
|
+
}
|
|
11
|
+
export interface CheckableConsentCookie extends ConsentCookie {
|
|
12
|
+
isChecked: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare enum ConsentType {
|
|
15
|
+
Necessary = "Necessary",
|
|
16
|
+
All = "All",
|
|
17
|
+
Custom = "Custom"
|
|
18
|
+
}
|
|
19
|
+
export declare function getConsent(): string[];
|
|
20
|
+
export declare function resetConsent(): void;
|
|
21
|
+
export declare function getCheckableCookies(cookies: ConsentCookie[]): CheckableConsentCookie[];
|
|
22
|
+
export interface CookieConsentProps extends DefaultProps, Omit<React.ComponentPropsWithRef<'div'>, 'title'> {
|
|
23
|
+
isOpen?: boolean;
|
|
24
|
+
onConsent: (cookies: ConsentCookie[]) => void;
|
|
25
|
+
cookies: ConsentCookie[];
|
|
26
|
+
title: string;
|
|
27
|
+
body: React.ReactNode;
|
|
28
|
+
resetConsentOnInit: boolean;
|
|
29
|
+
options?: CookieSetOptions;
|
|
30
|
+
}
|
|
31
|
+
export declare const CookieConsent: React.FC<CookieConsentProps>;
|
|
32
|
+
export default CookieConsent;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ConsentType, CookieConsent, CookieConsentProps, getCheckableCookies, getConsent, resetConsent } from './cookie-consent';
|
|
3
|
+
declare const CookieConsentUtils: {
|
|
4
|
+
defaultCookieConsentName: string;
|
|
5
|
+
getConsent: typeof getConsent;
|
|
6
|
+
resetConsent: typeof resetConsent;
|
|
7
|
+
getCheckableCookies: typeof getCheckableCookies;
|
|
8
|
+
ConsentType: typeof ConsentType;
|
|
9
|
+
};
|
|
10
|
+
export { CookieConsent, CookieConsentUtils };
|
|
11
|
+
export type { CookieConsentProps };
|
|
12
|
+
declare const _default: {
|
|
13
|
+
CookieConsent: import("react").FC<CookieConsentProps>;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CookieConsentProps } from '../src';
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react").ReactRenderer, CookieConsentProps>;
|
|
3
|
+
export default _default;
|
|
4
|
+
export declare const Template: {
|
|
5
|
+
(args: CookieConsentProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
storyName: string;
|
|
7
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _base: {
|
|
2
|
+
html: {
|
|
3
|
+
'@apply text-base antialiased': {};
|
|
4
|
+
fontSize: string;
|
|
5
|
+
textRendering: string;
|
|
6
|
+
touchAction: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
'@apply text-base bg-background-content': {};
|
|
10
|
+
'@apply text-body': {};
|
|
11
|
+
position: string;
|
|
12
|
+
minHeight: string;
|
|
13
|
+
fontFeatureSettings: string;
|
|
14
|
+
};
|
|
15
|
+
'*': {
|
|
16
|
+
'@apply focus-visible:ring-ring': {};
|
|
17
|
+
'@apply focus-visible:ring-offset-background-content': {};
|
|
18
|
+
'@apply focus-visible:outline-0': {};
|
|
19
|
+
};
|
|
20
|
+
small: {
|
|
21
|
+
'@apply text-small': {};
|
|
22
|
+
};
|
|
23
|
+
a: {
|
|
24
|
+
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {};
|
|
25
|
+
};
|
|
26
|
+
h1: {
|
|
27
|
+
'@apply text-h1-sm md:text-h1-md xl:text-h1-lg': {};
|
|
28
|
+
'@apply mb-md': {};
|
|
29
|
+
};
|
|
30
|
+
h2: {
|
|
31
|
+
'@apply text-h2-sm md:text-h2-md xl:text-h2-lg': {};
|
|
32
|
+
};
|
|
33
|
+
h3: {
|
|
34
|
+
'@apply text-h3-sm md:text-h3-md xl:text-h3-lg': {};
|
|
35
|
+
};
|
|
36
|
+
'h4,h5,h6': {
|
|
37
|
+
'@apply text-h4-sm md:text-h4-md xl:text-h4-lg': {};
|
|
38
|
+
};
|
|
39
|
+
label: {
|
|
40
|
+
'@apply text-label-medium': {};
|
|
41
|
+
};
|
|
42
|
+
p: {
|
|
43
|
+
'@apply my-4': {};
|
|
44
|
+
};
|
|
45
|
+
'.text-content': {
|
|
46
|
+
'@apply max-w-content': {};
|
|
47
|
+
p: {
|
|
48
|
+
'@apply mt-sm text-base': {};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
declare const base: typeof _base;
|
|
53
|
+
export { base };
|