@sk-web-gui/core 3.2.0 → 3.4.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-feed.js.map +1 -1
- package/dist/cjs/components/ai/ai-module.js +72 -11
- package/dist/cjs/components/ai/ai-module.js.map +1 -1
- package/dist/cjs/components/ai/assistant-presentation.js +2 -2
- package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
- package/dist/cjs/components/ai/bubble.js +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.map +1 -1
- package/dist/cjs/components/ai/markdown-rendered.js +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/button.js +1 -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.map +1 -1
- package/dist/cjs/components/footer.js +16 -12
- 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/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/search-field.js.map +1 -1
- package/dist/cjs/components/select.js.map +1 -1
- package/dist/cjs/components/spinner.js.map +1 -1
- package/dist/cjs/components/table-autotable.js +1 -1
- 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/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 +72 -11
- package/dist/esm/components/ai/ai-module.js.map +1 -1
- package/dist/esm/components/ai/assistant-presentation.js +2 -2
- package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
- package/dist/esm/components/ai/bubble.js +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.map +1 -1
- package/dist/esm/components/ai/markdown-rendered.js +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/button.js +1 -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.map +1 -1
- package/dist/esm/components/footer.js +16 -12
- 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/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/search-field.js.map +1 -1
- package/dist/esm/components/select.js.map +1 -1
- package/dist/esm/components/spinner.js.map +1 -1
- package/dist/esm/components/table-autotable.js +1 -1
- 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/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/components/ai/ai-module.d.ts +69 -8
- package/dist/types/components/ai/assistant-presentation.d.ts +2 -2
- package/dist/types/components/ai/bubble.d.ts +1 -0
- package/dist/types/components/ai/markdown-rendered.d.ts +1 -1
- package/dist/types/components/button.d.ts +0 -3
- package/dist/types/components/footer.d.ts +16 -12
- package/dist/types/components/table-autotable.d.ts +1 -1
- package/package.json +3 -3
- package/dist/cjs/components/alert-banner.js +0 -26
- package/dist/cjs/components/alert-banner.js.map +0 -1
- package/dist/cjs/components/comments.js +0 -32
- package/dist/cjs/components/comments.js.map +0 -1
- package/dist/cjs/components/context-menu.js +0 -41
- package/dist/cjs/components/context-menu.js.map +0 -1
- package/dist/cjs/components/dropdown-filter.js +0 -60
- package/dist/cjs/components/dropdown-filter.js.map +0 -1
- package/dist/cjs/components/notification.js +0 -51
- package/dist/cjs/components/notification.js.map +0 -1
- package/dist/cjs/components/rich-text-editor.js +0 -233
- package/dist/cjs/components/rich-text-editor.js.map +0 -1
- package/dist/cjs/components/side-menu.js +0 -221
- package/dist/cjs/components/side-menu.js.map +0 -1
- package/dist/cjs/components/tab-menu.js +0 -59
- package/dist/cjs/components/tab-menu.js.map +0 -1
- package/dist/cjs/components/zebratable.js +0 -141
- package/dist/cjs/components/zebratable.js.map +0 -1
- package/dist/esm/components/alert-banner.js +0 -24
- package/dist/esm/components/alert-banner.js.map +0 -1
- package/dist/esm/components/comments.js +0 -30
- package/dist/esm/components/comments.js.map +0 -1
- package/dist/esm/components/context-menu.js +0 -39
- package/dist/esm/components/context-menu.js.map +0 -1
- package/dist/esm/components/dropdown-filter.js +0 -58
- package/dist/esm/components/dropdown-filter.js.map +0 -1
- package/dist/esm/components/notification.js +0 -49
- package/dist/esm/components/notification.js.map +0 -1
- package/dist/esm/components/rich-text-editor.js +0 -227
- package/dist/esm/components/rich-text-editor.js.map +0 -1
- package/dist/esm/components/side-menu.js +0 -219
- package/dist/esm/components/side-menu.js.map +0 -1
- package/dist/esm/components/tab-menu.js +0 -57
- package/dist/esm/components/tab-menu.js.map +0 -1
- package/dist/esm/components/zebratable.js +0 -135
- package/dist/esm/components/zebratable.js.map +0 -1
- package/dist/types/accordion/src/accordion/accordion-item.d.ts +0 -8
- package/dist/types/accordion/src/accordion/accordion.d.ts +0 -25
- package/dist/types/accordion/src/accordion/index.d.ts +0 -10
- package/dist/types/accordion/src/disclosure/disclosure.d.ts +0 -53
- package/dist/types/accordion/src/disclosure/index.d.ts +0 -4
- package/dist/types/accordion/src/disclosure/styles.d.ts +0 -1
- package/dist/types/accordion/src/index.d.ts +0 -4
- package/dist/types/accordion/stories/accordion.stories.d.ts +0 -8
- package/dist/types/accordion/stories/disclosure.stories.d.ts +0 -9
- package/dist/types/avatar/index.d.ts +0 -2
- package/dist/types/avatar/src/avatar.d.ts +0 -17
- package/dist/types/avatar/src/index.d.ts +0 -8
- package/dist/types/avatar/stories/avatar.stories.d.ts +0 -8
- package/dist/types/badge/index.d.ts +0 -2
- package/dist/types/badge/src/badge.d.ts +0 -12
- package/dist/types/badge/src/index.d.ts +0 -8
- package/dist/types/badge/stories/badge.stories.d.ts +0 -8
- package/dist/types/breadcrumb/src/breadcrumb.d.ts +0 -41
- package/dist/types/breadcrumb/src/index.d.ts +0 -11
- package/dist/types/breadcrumb/stories/breadcrumb.stories.d.ts +0 -7
- package/dist/types/button/src/button-group.d.ts +0 -15
- package/dist/types/button/src/button.d.ts +0 -49
- package/dist/types/button/src/index.d.ts +0 -11
- package/dist/types/button/src/styles.d.ts +0 -1
- package/dist/types/button/stories/announcement.d.ts +0 -5
- package/dist/types/button/stories/button-group.stories.d.ts +0 -8
- package/dist/types/button/stories/button.stories.d.ts +0 -7
- package/dist/types/card/src/card.d.ts +0 -60
- package/dist/types/card/src/index.d.ts +0 -21
- package/dist/types/card/src/meta-card.d.ts +0 -42
- package/dist/types/card/stories/card.stories.d.ts +0 -4
- package/dist/types/card/stories/meta-card.stories.d.ts +0 -4
- package/dist/types/chip/index.d.ts +0 -2
- package/dist/types/chip/src/chip.d.ts +0 -7
- package/dist/types/chip/src/index.d.ts +0 -4
- package/dist/types/chip/stories/chip.stories.d.ts +0 -12
- package/dist/types/components/alert-banner.d.ts +0 -24
- package/dist/types/components/comments.d.ts +0 -30
- package/dist/types/components/context-menu.d.ts +0 -39
- package/dist/types/components/dropdown-filter.d.ts +0 -58
- package/dist/types/components/notification.d.ts +0 -48
- package/dist/types/components/rich-text-editor.d.ts +0 -226
- package/dist/types/components/side-menu.d.ts +0 -219
- package/dist/types/components/tab-menu.d.ts +0 -57
- package/dist/types/components/zebratable.d.ts +0 -134
- package/dist/types/cookie-consent/src/cookie-consent.d.ts +0 -32
- package/dist/types/cookie-consent/src/index.d.ts +0 -15
- package/dist/types/cookie-consent/stories/cookie-consent.stories.d.ts +0 -7
- package/dist/types/core/src/aria-plugin.d.ts +0 -4
- package/dist/types/core/src/base.d.ts +0 -53
- package/dist/types/core/src/colors.d.ts +0 -643
- package/dist/types/core/src/components/accordion.d.ts +0 -174
- package/dist/types/core/src/components/alert.d.ts +0 -21
- package/dist/types/core/src/components/avatar.d.ts +0 -26
- package/dist/types/core/src/components/badge.d.ts +0 -21
- package/dist/types/core/src/components/breadcrumb.d.ts +0 -28
- package/dist/types/core/src/components/button-group.d.ts +0 -25
- package/dist/types/core/src/components/button.d.ts +0 -195
- package/dist/types/core/src/components/card.d.ts +0 -135
- package/dist/types/core/src/components/checkbox.d.ts +0 -108
- package/dist/types/core/src/components/chip.d.ts +0 -37
- package/dist/types/core/src/components/code.d.ts +0 -8
- package/dist/types/core/src/components/combobox.d.ts +0 -72
- package/dist/types/core/src/components/cookie-consent.d.ts +0 -35
- package/dist/types/core/src/components/dialog.d.ts +0 -5
- package/dist/types/core/src/components/divider.d.ts +0 -50
- package/dist/types/core/src/components/dot.d.ts +0 -43
- package/dist/types/core/src/components/filter.d.ts +0 -14
- package/dist/types/core/src/components/footer.d.ts +0 -27
- package/dist/types/core/src/components/forms.d.ts +0 -24
- package/dist/types/core/src/components/header.d.ts +0 -28
- package/dist/types/core/src/components/icon.d.ts +0 -38
- package/dist/types/core/src/components/input.d.ts +0 -214
- package/dist/types/core/src/components/kbd.d.ts +0 -7
- package/dist/types/core/src/components/label.d.ts +0 -27
- package/dist/types/core/src/components/link.d.ts +0 -43
- package/dist/types/core/src/components/list.d.ts +0 -52
- package/dist/types/core/src/components/logo.d.ts +0 -48
- package/dist/types/core/src/components/menu-vertical.d.ts +0 -198
- package/dist/types/core/src/components/menubar.d.ts +0 -35
- package/dist/types/core/src/components/modal.d.ts +0 -45
- package/dist/types/core/src/components/pagination.d.ts +0 -101
- package/dist/types/core/src/components/popup-menu.d.ts +0 -138
- package/dist/types/core/src/components/progress-bar.d.ts +0 -13
- package/dist/types/core/src/components/progress-stepper.d.ts +0 -60
- package/dist/types/core/src/components/radio.d.ts +0 -125
- package/dist/types/core/src/components/search-field.d.ts +0 -34
- package/dist/types/core/src/components/select.d.ts +0 -141
- package/dist/types/core/src/components/snackbar.d.ts +0 -30
- package/dist/types/core/src/components/spinner.d.ts +0 -13
- package/dist/types/core/src/components/switch.d.ts +0 -64
- package/dist/types/core/src/components/table-autotable.d.ts +0 -222
- package/dist/types/core/src/components/table.d.ts +0 -11
- package/dist/types/core/src/components/tabs.d.ts +0 -14
- package/dist/types/core/src/components/tooltip.d.ts +0 -53
- package/dist/types/core/src/components/user-menu.d.ts +0 -14
- package/dist/types/core/src/data-plugin.d.ts +0 -4
- package/dist/types/core/src/index.d.ts +0 -6
- package/dist/types/core/src/plugin.d.ts +0 -12
- package/dist/types/core/src/preset.d.ts +0 -18
- package/dist/types/core/src/theme.d.ts +0 -4
- package/dist/types/core/src/units.d.ts +0 -287
- package/dist/types/core/src/with-opacity.d.ts +0 -4
- package/dist/types/divider/index.d.ts +0 -2
- package/dist/types/divider/src/divider-section.d.ts +0 -12
- package/dist/types/divider/src/divider.d.ts +0 -8
- package/dist/types/divider/src/index.d.ts +0 -10
- package/dist/types/divider/src/styles.d.ts +0 -1
- package/dist/types/divider/stories/divider-section.stories.d.ts +0 -8
- package/dist/types/divider/stories/divider.stories.d.ts +0 -8
- package/dist/types/filter/src/filter-item.d.ts +0 -7
- package/dist/types/filter/src/filter-label.d.ts +0 -7
- package/dist/types/filter/src/filter.d.ts +0 -6
- package/dist/types/filter/src/index.d.ts +0 -12
- package/dist/types/filter/stories/filter.stories.d.ts +0 -7
- package/dist/types/forms/index.d.ts +0 -2
- package/dist/types/forms/src/checkbox/checkbox-group.d.ts +0 -46
- package/dist/types/forms/src/checkbox/checkbox.d.ts +0 -39
- package/dist/types/forms/src/checkbox/index.d.ts +0 -10
- package/dist/types/forms/src/checkbox/styles.d.ts +0 -2
- package/dist/types/forms/src/combobox/combobox-context.d.ts +0 -42
- package/dist/types/forms/src/combobox/combobox-input.d.ts +0 -44
- package/dist/types/forms/src/combobox/combobox-list.d.ts +0 -8
- package/dist/types/forms/src/combobox/combobox-option.d.ts +0 -11
- package/dist/types/forms/src/combobox/combobox.d.ts +0 -6
- package/dist/types/forms/src/combobox/index.d.ts +0 -15
- package/dist/types/forms/src/combobox/styles.d.ts +0 -1
- package/dist/types/forms/src/date-picker/date-picker.d.ts +0 -7
- package/dist/types/forms/src/date-picker/index.d.ts +0 -8
- package/dist/types/forms/src/form-control/index.d.ts +0 -40
- package/dist/types/forms/src/form-error-message/index.d.ts +0 -8
- package/dist/types/forms/src/form-helper-text/index.d.ts +0 -8
- package/dist/types/forms/src/form-label/index.d.ts +0 -20
- package/dist/types/forms/src/index.d.ts +0 -26
- package/dist/types/forms/src/input/index.d.ts +0 -13
- package/dist/types/forms/src/input/input.d.ts +0 -26
- package/dist/types/forms/src/input/styles.d.ts +0 -1
- package/dist/types/forms/src/input-addin/index.d.ts +0 -12
- package/dist/types/forms/src/input-group/index.d.ts +0 -11
- package/dist/types/forms/src/input-group/styles.d.ts +0 -1
- package/dist/types/forms/src/radio/index.d.ts +0 -10
- package/dist/types/forms/src/radio/radio-group.d.ts +0 -48
- package/dist/types/forms/src/radio/radio.d.ts +0 -32
- package/dist/types/forms/src/radio/styles.d.ts +0 -3
- package/dist/types/forms/src/select/index.d.ts +0 -18
- package/dist/types/forms/src/select/styles.d.ts +0 -1
- package/dist/types/forms/src/switch/index.d.ts +0 -8
- package/dist/types/forms/src/switch/switchcomponent.d.ts +0 -9
- package/dist/types/forms/src/text-field/index.d.ts +0 -8
- package/dist/types/forms/src/text-field/text-field.d.ts +0 -6
- package/dist/types/forms/src/textarea/index.d.ts +0 -12
- package/dist/types/forms/stories/check.d.ts +0 -5
- package/dist/types/forms/stories/checkbox-group.stories.d.ts +0 -11
- package/dist/types/forms/stories/checkbox.stories.d.ts +0 -8
- package/dist/types/forms/stories/combobox.stories.d.ts +0 -19
- package/dist/types/forms/stories/date-picker.stories.d.ts +0 -21
- package/dist/types/forms/stories/form-control.stories.d.ts +0 -10
- package/dist/types/forms/stories/input.stories.d.ts +0 -21
- package/dist/types/forms/stories/radio-group.stories.d.ts +0 -11
- package/dist/types/forms/stories/radio.stories.d.ts +0 -14
- package/dist/types/forms/stories/select.stories.d.ts +0 -10
- package/dist/types/forms/stories/switch.stories.d.ts +0 -8
- package/dist/types/forms/stories/text-field.stories.d.ts +0 -18
- package/dist/types/forms/stories/textarea.stories.d.ts +0 -42
- package/dist/types/icon/index.d.ts +0 -2
- package/dist/types/icon/src/icon-padded.d.ts +0 -4
- package/dist/types/icon/src/icon.d.ts +0 -20
- package/dist/types/icon/src/index.d.ts +0 -10
- package/dist/types/icon/stories/icon-padded.stories.d.ts +0 -8
- package/dist/types/icon/stories/icon.stories.d.ts +0 -8
- package/dist/types/image/index.d.ts +0 -2
- package/dist/types/image/src/image.d.ts +0 -28
- package/dist/types/image/src/index.d.ts +0 -4
- package/dist/types/image/src/use-image.d.ts +0 -52
- package/dist/types/image/stories/image.stories.d.ts +0 -8
- package/dist/types/label/index.d.ts +0 -2
- package/dist/types/label/src/index.d.ts +0 -8
- package/dist/types/label/src/label.d.ts +0 -8
- package/dist/types/label/stories/label.stories.d.ts +0 -8
- package/dist/types/layout/src/footer/footer-list-item.d.ts +0 -4
- package/dist/types/layout/src/footer/footer-list.d.ts +0 -4
- package/dist/types/layout/src/footer/footer.d.ts +0 -6
- package/dist/types/layout/src/footer/index.d.ts +0 -14
- package/dist/types/layout/src/header/header.d.ts +0 -17
- package/dist/types/layout/src/header/index.d.ts +0 -8
- package/dist/types/layout/src/index.d.ts +0 -4
- package/dist/types/layout/stories/footer.stories.d.ts +0 -7
- package/dist/types/layout/stories/header.stories.d.ts +0 -5
- package/dist/types/link/index.d.ts +0 -2
- package/dist/types/link/src/index.d.ts +0 -12
- package/dist/types/link/src/link.d.ts +0 -21
- package/dist/types/link/src/styles.d.ts +0 -1
- package/dist/types/link/stories/link.stories.d.ts +0 -12
- package/dist/types/list/src/index.d.ts +0 -12
- package/dist/types/list/src/list.d.ts +0 -28
- package/dist/types/list/stories/list.stories.d.ts +0 -7
- package/dist/types/logo/src/assets/index.d.ts +0 -2
- package/dist/types/logo/src/assets/logo-svg.d.ts +0 -2
- package/dist/types/logo/src/assets/symbol-svg.d.ts +0 -2
- package/dist/types/logo/src/index.d.ts +0 -4
- package/dist/types/logo/src/logo.d.ts +0 -38
- package/dist/types/logo/stories/logo.stories.d.ts +0 -8
- package/dist/types/menu-vertical/src/index.d.ts +0 -25
- package/dist/types/menu-vertical/src/menu-vertical-backbutton.d.ts +0 -9
- package/dist/types/menu-vertical/src/menu-vertical-context.d.ts +0 -62
- package/dist/types/menu-vertical/src/menu-vertical-header.d.ts +0 -9
- package/dist/types/menu-vertical/src/menu-vertical-item.d.ts +0 -26
- package/dist/types/menu-vertical/src/menu-vertical-label.d.ts +0 -7
- package/dist/types/menu-vertical/src/menu-vertical-nav.d.ts +0 -9
- package/dist/types/menu-vertical/src/menu-vertical-sidebar.d.ts +0 -9
- package/dist/types/menu-vertical/src/menu-vertical-submenu-button.d.ts +0 -25
- package/dist/types/menu-vertical/src/menu-vertical-tool-item.d.ts +0 -9
- package/dist/types/menu-vertical/src/menu-vertical.d.ts +0 -14
- package/dist/types/menu-vertical/stories/menu-vertical-sidebar.stories.d.ts +0 -8
- package/dist/types/menu-vertical/stories/menu-vertical.stories.d.ts +0 -8
- package/dist/types/menubar/index.d.ts +0 -2
- package/dist/types/menubar/src/index.d.ts +0 -11
- package/dist/types/menubar/src/menubar-item.d.ts +0 -15
- package/dist/types/menubar/src/menubar.d.ts +0 -18
- package/dist/types/menubar/stories/menubar.stories.d.ts +0 -7
- package/dist/types/modal/src/confirm/confirm.d.ts +0 -17
- package/dist/types/modal/src/confirm/index.d.ts +0 -1
- package/dist/types/modal/src/dialog/dialog-buttons.d.ts +0 -6
- package/dist/types/modal/src/dialog/dialog-content.d.ts +0 -6
- package/dist/types/modal/src/dialog/dialog.d.ts +0 -7
- package/dist/types/modal/src/dialog/index.d.ts +0 -12
- package/dist/types/modal/src/index.d.ts +0 -6
- package/dist/types/modal/src/modal/index.d.ts +0 -13
- package/dist/types/modal/src/modal/modal-content.d.ts +0 -5
- package/dist/types/modal/src/modal/modal-footer.d.ts +0 -5
- package/dist/types/modal/src/modal/modal.d.ts +0 -27
- package/dist/types/modal/stories/confirm.stories.d.ts +0 -10
- package/dist/types/modal/stories/dialog.stories.d.ts +0 -6
- package/dist/types/modal/stories/modal.stories.d.ts +0 -7
- package/dist/types/pagination/src/index.d.ts +0 -8
- package/dist/types/pagination/src/pagination.d.ts +0 -19
- package/dist/types/pagination/src/styles.d.ts +0 -1
- package/dist/types/pagination/stories/pagination.stories.d.ts +0 -8
- package/dist/types/popup-menu/src/index.d.ts +0 -18
- package/dist/types/popup-menu/src/popup-menu-button.d.ts +0 -2
- package/dist/types/popup-menu/src/popup-menu-group.d.ts +0 -5
- package/dist/types/popup-menu/src/popup-menu-item.d.ts +0 -11
- package/dist/types/popup-menu/src/popup-menu-items.d.ts +0 -20
- package/dist/types/popup-menu/src/popup-menu-panel.d.ts +0 -6
- package/dist/types/popup-menu/src/popup-menu.d.ts +0 -53
- package/dist/types/popup-menu/src/popupmenu-context.d.ts +0 -18
- package/dist/types/popup-menu/src/styles.d.ts +0 -1
- package/dist/types/popup-menu/stories/popup-menu.stories.d.ts +0 -9
- package/dist/types/progress-bar/index.d.ts +0 -2
- package/dist/types/progress-bar/src/index.d.ts +0 -8
- package/dist/types/progress-bar/src/progress-bar.d.ts +0 -18
- package/dist/types/progress-bar/src/styles.d.ts +0 -0
- package/dist/types/progress-bar/stories/progress-bar.stories.d.ts +0 -8
- package/dist/types/progress-stepper/src/index.d.ts +0 -8
- package/dist/types/progress-stepper/src/progress-step.d.ts +0 -13
- package/dist/types/progress-stepper/src/progress-stepper.d.ts +0 -12
- package/dist/types/progress-stepper/stories/progress-stepper.stories.d.ts +0 -8
- package/dist/types/react/src/index.d.ts +0 -70
- package/dist/types/searchfield/src/index.d.ts +0 -18
- package/dist/types/searchfield/src/searchfield-suggestions-input.d.ts +0 -9
- package/dist/types/searchfield/src/searchfield-suggestions-list.d.ts +0 -5
- package/dist/types/searchfield/src/searchfield-suggestions-option.d.ts +0 -5
- package/dist/types/searchfield/src/searchfield-suggestions.d.ts +0 -5
- package/dist/types/searchfield/src/searchfield.d.ts +0 -27
- package/dist/types/searchfield/stories/searchfield-suggestions.stories.d.ts +0 -8
- package/dist/types/searchfield/stories/searchfield.stories.d.ts +0 -6
- package/dist/types/snackbar/src/index.d.ts +0 -8
- package/dist/types/snackbar/src/snackbar.d.ts +0 -11
- package/dist/types/snackbar/stories/snackbar.stories.d.ts +0 -8
- package/dist/types/spinner/index.d.ts +0 -2
- package/dist/types/spinner/src/assets/spinner-square.d.ts +0 -265
- package/dist/types/spinner/src/index.d.ts +0 -4
- package/dist/types/spinner/src/spinner.d.ts +0 -14
- package/dist/types/spinner/stories/spinner.stories.d.ts +0 -8
- package/dist/types/table/src/auto-table.d.ts +0 -48
- package/dist/types/table/src/index.d.ts +0 -24
- package/dist/types/table/src/table-body.d.ts +0 -2
- package/dist/types/table/src/table-footer.d.ts +0 -2
- package/dist/types/table/src/table-header-column.d.ts +0 -6
- package/dist/types/table/src/table-header.d.ts +0 -6
- package/dist/types/table/src/table-row-column.d.ts +0 -6
- package/dist/types/table/src/table-row.d.ts +0 -2
- package/dist/types/table/src/table-sort-button.d.ts +0 -8
- package/dist/types/table/src/table.d.ts +0 -9
- package/dist/types/table/stories/autotable.stories.d.ts +0 -10
- package/dist/types/table/stories/table.stories.d.ts +0 -11
- package/dist/types/tabs/src/index.d.ts +0 -15
- package/dist/types/tabs/src/tabs-button.d.ts +0 -7
- package/dist/types/tabs/src/tabs-content.d.ts +0 -6
- package/dist/types/tabs/src/tabs-context.d.ts +0 -8
- package/dist/types/tabs/src/tabs-item.d.ts +0 -6
- package/dist/types/tabs/src/tabs.d.ts +0 -11
- package/dist/types/tabs/stories/tabs.stories.d.ts +0 -12
- package/dist/types/text/src/index.d.ts +0 -8
- package/dist/types/text/src/text.d.ts +0 -10
- package/dist/types/text/stories/text.stories.d.ts +0 -7
- package/dist/types/theme/index.d.ts +0 -2
- package/dist/types/theme/src/colors.d.ts +0 -1410
- package/dist/types/theme/src/create-memo-class.d.ts +0 -1
- package/dist/types/theme/src/create-theme-vars/calc.d.ts +0 -19
- package/dist/types/theme/src/create-theme-vars/create-theme-vars.d.ts +0 -9
- package/dist/types/theme/src/create-theme-vars/css-var.d.ts +0 -7
- package/dist/types/theme/src/create-theme-vars/index.d.ts +0 -4
- package/dist/types/theme/src/create-theme-vars/theme-tokens.d.ts +0 -8
- package/dist/types/theme/src/create-theme-vars/to-css-var.d.ts +0 -2
- package/dist/types/theme/src/default-theme.d.ts +0 -4
- package/dist/types/theme/src/gui-provider.d.ts +0 -48
- package/dist/types/theme/src/index.d.ts +0 -14
- package/dist/types/theme/src/types.d.ts +0 -54
- package/dist/types/theme/src/units.d.ts +0 -266
- package/dist/types/theme/src/use-safe-effect.d.ts +0 -2
- package/dist/types/theme/src/utils.d.ts +0 -1
- package/dist/types/toast/index.d.ts +0 -2
- package/dist/types/toast/src/index.d.ts +0 -7
- package/dist/types/toast/src/toast.d.ts +0 -62
- package/dist/types/toasted-notes/index.d.ts +0 -2
- package/dist/types/toasted-notes/src/Alert.d.ts +0 -8
- package/dist/types/toasted-notes/src/Message.d.ts +0 -26
- package/dist/types/toasted-notes/src/Positions.d.ts +0 -9
- package/dist/types/toasted-notes/src/Toast.d.ts +0 -13
- package/dist/types/toasted-notes/src/ToastManager.d.ts +0 -45
- package/dist/types/toasted-notes/src/index.d.ts +0 -4
- package/dist/types/toasted-notes/src/useTimeout.d.ts +0 -3
- package/dist/types/tooltip/index.d.ts +0 -2
- package/dist/types/tooltip/src/index.d.ts +0 -8
- package/dist/types/tooltip/src/tooltip.d.ts +0 -14
- package/dist/types/tooltip/stories/tooltip.stories.d.ts +0 -9
- package/dist/types/user-menu/src/index.d.ts +0 -8
- package/dist/types/user-menu/src/user-menu.d.ts +0 -32
- package/dist/types/user-menu/stories/user-menu.stories.d.ts +0 -8
- package/dist/types/utils/index.d.ts +0 -2
- package/dist/types/utils/src/assertion.d.ts +0 -6
- package/dist/types/utils/src/children.d.ts +0 -8
- package/dist/types/utils/src/color.d.ts +0 -10
- package/dist/types/utils/src/index.d.ts +0 -20
- package/dist/types/utils/src/object.d.ts +0 -6
- package/dist/types/utils/src/refs.d.ts +0 -5
- package/dist/types/utils/src/slug.d.ts +0 -1
- package/dist/types/utils/src/types.d.ts +0 -56
- package/dist/types/utils/src/use-on-element-outside.d.ts +0 -39
- package/dist/types/utils/src/walk-object.d.ts +0 -5
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
export declare const Pagination: () => {
|
|
2
|
-
'.sk-pagination': {
|
|
3
|
-
'@apply select-none': {};
|
|
4
|
-
'@apply text-base': {};
|
|
5
|
-
'&-list': {
|
|
6
|
-
'@apply flex justify-between items-center': {};
|
|
7
|
-
'.sk-pagination[data-hideprevnextlabel="true"] &': {
|
|
8
|
-
'@apply w-fit': {};
|
|
9
|
-
};
|
|
10
|
-
li: {
|
|
11
|
-
'@apply min-w-40 text-center': {};
|
|
12
|
-
};
|
|
13
|
-
'li:first-child': {
|
|
14
|
-
'@apply text-left': {};
|
|
15
|
-
};
|
|
16
|
-
'li:last-child': {
|
|
17
|
-
'@apply text-right': {};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
'.form-select-wrapper': {
|
|
21
|
-
'@apply w-fit': {};
|
|
22
|
-
};
|
|
23
|
-
'&-pageLabel': {
|
|
24
|
-
'@apply leading-base cursor-pointer underline text-vattjom-surface-primary': {};
|
|
25
|
-
'@apply focus-visible:ring ring-ring ring-offset': {};
|
|
26
|
-
'@apply rounded-full': {};
|
|
27
|
-
'@apply h-32 w-32': {};
|
|
28
|
-
"&[aria-current='true']": {
|
|
29
|
-
'@apply font-bold no-underline text-dark-primary': {};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
'&-prevNextButton': {
|
|
33
|
-
'@apply text-dark-secondary': {};
|
|
34
|
-
'&.sk-btn': {
|
|
35
|
-
'@apply bg-transparent text-dark-secondary font-normal': {};
|
|
36
|
-
'&.sk-btn-disabled:disabled, .sk-btn[aria-disabled="true"]:disabled': {
|
|
37
|
-
'@apply bg-transparent !important': {};
|
|
38
|
-
'@apply text-dark-disabled hover:text-dark-disabled': {};
|
|
39
|
-
'.sk-icon': {
|
|
40
|
-
'@apply text-dark-disabled hover:text-dark-disabled': {};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
'.sk-icon': {
|
|
44
|
-
'@apply bg-transparent text-dark-secondary': {};
|
|
45
|
-
};
|
|
46
|
-
'&:hover': {
|
|
47
|
-
'@apply text-dark-primary': {};
|
|
48
|
-
'@apply bg-tertiary-surface-hover': {};
|
|
49
|
-
'.sk-icon': {
|
|
50
|
-
'@apply text-dark-primary': {};
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
'&[disabled]': {
|
|
55
|
-
'@apply cursor-default': {};
|
|
56
|
-
};
|
|
57
|
-
"&[disabled='false']": {
|
|
58
|
-
'.sk-pagination-prevNextButton-label, .sk-pagination-prevNextButton-icon': {
|
|
59
|
-
'@apply cursor-pointer': {};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
'&-label': {
|
|
63
|
-
'@apply hidden sm:inline ml-sm leading-none': {};
|
|
64
|
-
};
|
|
65
|
-
'&-icon': {
|
|
66
|
-
'@apply m-1 leading-none flex items-center': {};
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
'&-ellipsis': {
|
|
70
|
-
'@apply inline-block w-16 text-center': {};
|
|
71
|
-
};
|
|
72
|
-
'&.fit-content': {
|
|
73
|
-
'@apply w-full max-w-full': {};
|
|
74
|
-
'.sk-pagination-list': {
|
|
75
|
-
'@apply w-full flex justify-center': {};
|
|
76
|
-
'@apply gap-24': {};
|
|
77
|
-
'&-item': {
|
|
78
|
-
'@apply px-0 grow-0 text-center': {};
|
|
79
|
-
'&.ellipsis': {
|
|
80
|
-
'@apply flex-shrink grow-0': {};
|
|
81
|
-
};
|
|
82
|
-
'&.prev-next': {
|
|
83
|
-
'@apply flex-shrink grow': {};
|
|
84
|
-
'&.prev': {
|
|
85
|
-
'@apply text-left': {};
|
|
86
|
-
};
|
|
87
|
-
'&.next': {
|
|
88
|
-
'@apply text-right': {};
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
'.sk-pagination-pageLabel': {
|
|
92
|
-
'@apply mx-xs': {};
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
'.form-select-wrapper': {
|
|
97
|
-
'@apply w-full': {};
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
};
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
export declare const PopupMenu: () => {
|
|
2
|
-
'.sk-popup-menu': {
|
|
3
|
-
'@apply hidden': {};
|
|
4
|
-
'&[data-open="true"]': {
|
|
5
|
-
'@apply flex': {};
|
|
6
|
-
};
|
|
7
|
-
'&[data-position="left"]': {
|
|
8
|
-
'@apply mt-0 mr-8 right-full': {};
|
|
9
|
-
'&[data-align="end"]': {
|
|
10
|
-
'@apply bottom-0': {};
|
|
11
|
-
};
|
|
12
|
-
'&[data-align="start"]': {
|
|
13
|
-
'@apply top-0': {};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
'&[data-position="right"]': {
|
|
17
|
-
'@apply mt-0 ml-8 left-full': {};
|
|
18
|
-
'&[data-align="end"]': {
|
|
19
|
-
'@apply bottom-0': {};
|
|
20
|
-
};
|
|
21
|
-
'&[data-align="start"]': {
|
|
22
|
-
'@apply top-0': {};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
'&[data-position="over"]': {
|
|
26
|
-
'@apply mt-0 mb-8 bottom-full': {};
|
|
27
|
-
'&[data-align="end"]': {
|
|
28
|
-
'@apply right-0': {};
|
|
29
|
-
};
|
|
30
|
-
'&[data-align="start"]': {
|
|
31
|
-
'@apply left-0': {};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
'&[data-position="under"]': {
|
|
35
|
-
'&[data-align="end"]': {
|
|
36
|
-
'@apply right-0': {};
|
|
37
|
-
};
|
|
38
|
-
'&[data-align="start"]': {
|
|
39
|
-
'@apply left-0': {};
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
'> *': {
|
|
43
|
-
'@apply max-w-full w-full': {};
|
|
44
|
-
};
|
|
45
|
-
'@apply absolute flex-col justify-start items-start mt-8': {};
|
|
46
|
-
'@apply w-max': {};
|
|
47
|
-
'@apply rounded-utility': {};
|
|
48
|
-
'@apply bg-background-100': {};
|
|
49
|
-
'@apply z-10': {};
|
|
50
|
-
'@apply p-8 gap-4': {};
|
|
51
|
-
'@apply shadow-100': {};
|
|
52
|
-
'@apply border-0': {};
|
|
53
|
-
'@apply focus-within:border-0': {};
|
|
54
|
-
'@apply focus:outline-0 focus-visible:outline-0 focus-visible:ring': {};
|
|
55
|
-
'.sk-form-checkbox-label-left .sk-icon': {
|
|
56
|
-
'@apply right-8': {};
|
|
57
|
-
};
|
|
58
|
-
'.sk-form-checkbox-label-right .sk-icon': {
|
|
59
|
-
'@apply left-8': {};
|
|
60
|
-
};
|
|
61
|
-
'.sk-popup-menu-item': {
|
|
62
|
-
'@apply list-none': {};
|
|
63
|
-
'@apply w-full': {};
|
|
64
|
-
'@apply h-40': {};
|
|
65
|
-
'@apply min-h-40': {};
|
|
66
|
-
'@apply bg-transparent hover:bg-primitives-gray-200': {};
|
|
67
|
-
'@apply dark:hover:bg-primitives-overlay-lighten-1': {};
|
|
68
|
-
'@apply cursor-pointer': {};
|
|
69
|
-
'@apply flex flex-row shrink-0': {};
|
|
70
|
-
'@apply pl-8 pr-8 py-4 gap-12': {};
|
|
71
|
-
'@apply ring-offset-0': {};
|
|
72
|
-
'@apply focus-visible:ring ring-ring': {};
|
|
73
|
-
'@apply rounded-utility': {};
|
|
74
|
-
'@apply text-body font-normal': {};
|
|
75
|
-
'> *': {
|
|
76
|
-
'@apply max-w-full': {};
|
|
77
|
-
};
|
|
78
|
-
'&:focus-visible, &:focus-within': {
|
|
79
|
-
'@apply bg-primitives-gray-200': {};
|
|
80
|
-
'@apply dark:bg-primitives-overlay-lighten-1': {};
|
|
81
|
-
};
|
|
82
|
-
svg: {
|
|
83
|
-
'@apply w-20 h-20': {};
|
|
84
|
-
};
|
|
85
|
-
'@apply justify-start': {};
|
|
86
|
-
'@apply border-0': {};
|
|
87
|
-
'@apply items-center': {};
|
|
88
|
-
'@apply no-underline': {};
|
|
89
|
-
};
|
|
90
|
-
'&-group': {
|
|
91
|
-
'@apply w-full flex flex-col border-b-1 border-divider pb-4 pt-4 gap-4': {};
|
|
92
|
-
'&:first-child': {
|
|
93
|
-
'@apply pt-0': {};
|
|
94
|
-
};
|
|
95
|
-
'&:last-child': {
|
|
96
|
-
'@apply border-0 pb-0': {};
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
'&-items': {
|
|
100
|
-
'@apply w-full': {};
|
|
101
|
-
'@apply rounded-utility': {};
|
|
102
|
-
'@apply focus-within:ring ring-ring': {};
|
|
103
|
-
'.sk-popup-menu-item': {
|
|
104
|
-
'@apply focus-visible:ring-0 ring-transparent ring-offset-0': {};
|
|
105
|
-
'> *': {
|
|
106
|
-
'@apply focus-visible:ring-0 ring-transparent ring-offset-0': {};
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
'&:focus-within': {
|
|
110
|
-
'.sk-popup-menu-item.active': {
|
|
111
|
-
'@apply bg-primitives-gray-200': {};
|
|
112
|
-
'@apply dark:bg-primitives-overlay-lighten-1': {};
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
'&-sm': {
|
|
117
|
-
'@apply p-8 gap-6': {};
|
|
118
|
-
'.sk-popup-menu-item': {
|
|
119
|
-
'@apply h-32': {};
|
|
120
|
-
'@apply min-h-32': {};
|
|
121
|
-
'@apply gap-10 pl-8 pr-8 py-4': {};
|
|
122
|
-
'@apply text-small': {};
|
|
123
|
-
'&-group': {
|
|
124
|
-
'@apply gap-6 pb-6': {};
|
|
125
|
-
'> *': {
|
|
126
|
-
'@apply gap-10 pl-8 pr-8 py-4': {};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
svg: {
|
|
130
|
-
'@apply w-18 h-18': {};
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
'&.right': {
|
|
135
|
-
'@apply right-0': {};
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare const ProgressBar: (colors: string[]) => {
|
|
2
|
-
'.sk-progress-bar': {
|
|
3
|
-
"&[data-color='tertiary']": {
|
|
4
|
-
'.sk-progress-bar-fill': {
|
|
5
|
-
"@apply bg-primary-surface": {};
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
'@apply flex h-4 rounded-circular bg-background-color-mixin-2': {};
|
|
9
|
-
'&-fill': {
|
|
10
|
-
'@apply rounded-circular': {};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
export declare const ProgressStepper: () => {
|
|
2
|
-
'.sk-progress-stepper': {
|
|
3
|
-
'@apply flex justify-between': {};
|
|
4
|
-
hr: {
|
|
5
|
-
'@apply w-full mt-19': {};
|
|
6
|
-
};
|
|
7
|
-
'&-step': {
|
|
8
|
-
'@apply flex flex-col items-center': {};
|
|
9
|
-
'@apply gap-4': {};
|
|
10
|
-
'@apply w-auto': {};
|
|
11
|
-
'@apply shrink-0': {};
|
|
12
|
-
'@apply text-base leading-base text-dark-primary font-normal': {};
|
|
13
|
-
svg: {
|
|
14
|
-
'@apply w-20 h-20': {};
|
|
15
|
-
};
|
|
16
|
-
'&-wrapper': {
|
|
17
|
-
'@apply flex flex-row shrink w-full gap-4': {};
|
|
18
|
-
hr: {
|
|
19
|
-
'@apply w-full grow shrink mt-19': {};
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
'&-box': {
|
|
23
|
-
'@apply box-border': {};
|
|
24
|
-
'@apply shrink-0': {};
|
|
25
|
-
'@apply h-40 w-40': {};
|
|
26
|
-
'@apply bg-secondary-surface': {};
|
|
27
|
-
'@apply flex justify-center items-center': {};
|
|
28
|
-
'@apply text-label-medium': {};
|
|
29
|
-
'@apply border-2 border-secondary-outline': {};
|
|
30
|
-
'@apply text-dark-secondary': {};
|
|
31
|
-
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {};
|
|
32
|
-
'&[data-rounded="true"]': {
|
|
33
|
-
'@apply rounded-full': {};
|
|
34
|
-
};
|
|
35
|
-
'&&-sm': {
|
|
36
|
-
'@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {};
|
|
37
|
-
'@apply text-label-small': {};
|
|
38
|
-
};
|
|
39
|
-
'&&-md': {
|
|
40
|
-
'@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
'&[data-progress="current"]': {
|
|
44
|
-
'@apply font-bold': {};
|
|
45
|
-
'.sk-progress-stepper-step-box': {
|
|
46
|
-
'@apply border-vattjom-surface-primary': {};
|
|
47
|
-
'@apply bg-vattjom-surface-primary': {};
|
|
48
|
-
'@apply text-vattjom-text-secondary': {};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
'&[data-progress="done"]': {
|
|
52
|
-
'.sk-progress-stepper-step-box': {
|
|
53
|
-
'@apply border-success-surface-primary': {};
|
|
54
|
-
'@apply bg-success-surface-primary': {};
|
|
55
|
-
'@apply text-success-text-secondary': {};
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
};
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
export declare const Radio: () => {
|
|
2
|
-
'.sk-form-radio': {
|
|
3
|
-
backgroundImage: string;
|
|
4
|
-
'@apply relative': {};
|
|
5
|
-
'@apply box-border': {};
|
|
6
|
-
'@apply bg-primitives-overlay-lighten-10': {};
|
|
7
|
-
'@apply dark:bg-primitives-overlay-darken-6': {};
|
|
8
|
-
'@apply border-1': {};
|
|
9
|
-
'@apply border-primitives-overlay-darken-6': {};
|
|
10
|
-
'@apply dark:border-primitives-overlay-lighten-6': {};
|
|
11
|
-
'@apply m-0': {};
|
|
12
|
-
'@apply h-24 w-24': {};
|
|
13
|
-
'@apply hover:after:content-[""]': {};
|
|
14
|
-
'@apply hover:border-primitives-overlay-darken-8': {};
|
|
15
|
-
'@apply hover:dark:border-primitives-overlay-lighten-4': {};
|
|
16
|
-
'&::after': {
|
|
17
|
-
'@apply absolute': {};
|
|
18
|
-
'@apply rounded-full': {};
|
|
19
|
-
'@apply bg-dark-placeholder': {};
|
|
20
|
-
'@apply m-5': {};
|
|
21
|
-
'@apply top-0 left-0 bottom-0 right-0': {};
|
|
22
|
-
};
|
|
23
|
-
'@apply focus-visible:ring': {};
|
|
24
|
-
'@apply focus-visible:bg-background-content': {};
|
|
25
|
-
'@apply focus-visible:border-background-content': {};
|
|
26
|
-
'@apply focus-visible:hover:border-background-content': {};
|
|
27
|
-
'&[aria-invalid="true"]': {
|
|
28
|
-
'@apply border-2': {};
|
|
29
|
-
'@apply border-error-surface-primary': {};
|
|
30
|
-
'@apply hover:border-2': {};
|
|
31
|
-
'@apply hover:border-error-surface-primary': {};
|
|
32
|
-
};
|
|
33
|
-
'&:checked, &[checked="true"]': {
|
|
34
|
-
'@apply bg-primitives-overlay-lighten-10': {};
|
|
35
|
-
'@apply dark:bg-primitives-overlay-darken-6': {};
|
|
36
|
-
'@apply hover:bg-primitives-overlay-lighten-10': {};
|
|
37
|
-
'@apply hover:dark:bg-primitives-overlay-darken-6': {};
|
|
38
|
-
'@apply focus:bg-primitives-overlay-lighten-10': {};
|
|
39
|
-
'@apply focus:dark:bg-primitives-overlay-darken-6': {};
|
|
40
|
-
'@apply text-primitives-overlay-lighten-10': {};
|
|
41
|
-
'@apply dark:text-primitives-overlay-darken-6': {};
|
|
42
|
-
'@apply hover:text-primitives-overlay-lighten-10': {};
|
|
43
|
-
'@apply hover:dark:text-primitives-overlay-darken-6': {};
|
|
44
|
-
'@apply focus:text-primitives-overlay-lighten-10': {};
|
|
45
|
-
'@apply focus:dark:text-primitives-overlay-darken-6': {};
|
|
46
|
-
'@apply border-primitives-overlay-darken-6': {};
|
|
47
|
-
'@apply focus:border-primitives-overlay-darken-6': {};
|
|
48
|
-
'@apply dark:border-primitives-overlay-lighten-6': {};
|
|
49
|
-
'@apply hover:border-primitives-overlay-darken-8': {};
|
|
50
|
-
'@apply hover:dark:border-primitives-overlay-lighten-4': {};
|
|
51
|
-
'@apply focus:outline-0': {};
|
|
52
|
-
'@apply focus:ring-0 focus:ring-offset-0': {};
|
|
53
|
-
'@apply focus-visible:ring': {};
|
|
54
|
-
'@apply focus-visible:border-transparent': {};
|
|
55
|
-
'@apply after:content-[""]': {};
|
|
56
|
-
'&[aria-invalid="true"]': {
|
|
57
|
-
'@apply border-2': {};
|
|
58
|
-
'@apply border-error-surface-primary': {};
|
|
59
|
-
'@apply hover:border-2': {};
|
|
60
|
-
'@apply hover:border-error-surface-primary': {};
|
|
61
|
-
};
|
|
62
|
-
'&::after': {
|
|
63
|
-
'@apply bg-dark-primary': {};
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
'&:active': {
|
|
67
|
-
'@apply ring-0 ring-offset-0': {};
|
|
68
|
-
};
|
|
69
|
-
'&:disabled, &[disabled="true"]': {
|
|
70
|
-
'@apply border-primitives-overlay-darken-3': {};
|
|
71
|
-
'@apply dark:border-primitives-overlay-lighten-3': {};
|
|
72
|
-
'@apply hover:border-primitives-overlay-darken-3': {};
|
|
73
|
-
'@apply hover:dark:border-primitives-overlay-lighten-3': {};
|
|
74
|
-
'@apply bg-background-200': {};
|
|
75
|
-
'@apply hover:bg-background-200': {};
|
|
76
|
-
'@apply cursor-not-allowed': {};
|
|
77
|
-
'&:not(:checked):not([checked="true"]):after': {
|
|
78
|
-
'@apply hidden': {};
|
|
79
|
-
};
|
|
80
|
-
'&:checked, &[checked="true"]': {
|
|
81
|
-
'&::after': {
|
|
82
|
-
'@apply bg-dark-disabled': {};
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
'&-label': {
|
|
87
|
-
'@apply inline-flex align-top items-center': {};
|
|
88
|
-
'@apply font-normal': {};
|
|
89
|
-
'@apply p-2': {};
|
|
90
|
-
'&-sm': {
|
|
91
|
-
'@apply text-small': {};
|
|
92
|
-
'@apply h-28': {};
|
|
93
|
-
'@apply gap-10': {};
|
|
94
|
-
};
|
|
95
|
-
'&-md': {
|
|
96
|
-
'@apply text-base': {};
|
|
97
|
-
'@apply h-28': {};
|
|
98
|
-
'@apply gap-10': {};
|
|
99
|
-
};
|
|
100
|
-
'&-lg': {
|
|
101
|
-
'@apply text-large': {};
|
|
102
|
-
'@apply h-30': {};
|
|
103
|
-
'@apply gap-12': {};
|
|
104
|
-
};
|
|
105
|
-
'&[data-disabled="true"]': {
|
|
106
|
-
'@apply text-dark-disabled': {};
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
'&-group': {
|
|
110
|
-
'@apply flex flex-row': {};
|
|
111
|
-
'&[data-direction="column"]': {
|
|
112
|
-
'@apply flex-col': {};
|
|
113
|
-
};
|
|
114
|
-
'&-sm': {
|
|
115
|
-
'@apply gap-12': {};
|
|
116
|
-
};
|
|
117
|
-
'&-md': {
|
|
118
|
-
'@apply gap-16': {};
|
|
119
|
-
};
|
|
120
|
-
'&-lg': {
|
|
121
|
-
'@apply gap-16': {};
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
};
|
|
125
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export declare const SearchField: () => {
|
|
2
|
-
'.sk-search-field-suggestions': {
|
|
3
|
-
'&.sk-form-combobox': {
|
|
4
|
-
'@apply h-auto': {};
|
|
5
|
-
};
|
|
6
|
-
'.sk-form-combobox': {
|
|
7
|
-
'&-list': {
|
|
8
|
-
'&-option': {
|
|
9
|
-
'.sk-icon': {
|
|
10
|
-
'@apply hidden': {};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
'.sk-search-field': {
|
|
17
|
-
'&-md': {
|
|
18
|
-
'.sk-search-field-icon': {
|
|
19
|
-
'@apply w-20 h-20': {};
|
|
20
|
-
svg: {
|
|
21
|
-
'@apply w-20 h-20': {};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
'&-lg': {
|
|
26
|
-
'.sk-search-field-icon': {
|
|
27
|
-
'@apply w-22 h-22': {};
|
|
28
|
-
svg: {
|
|
29
|
-
'@apply w-22 h-22': {};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
};
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
export declare const Select: () => {
|
|
2
|
-
'.sk-form-select': {
|
|
3
|
-
'*': {
|
|
4
|
-
'@apply bg-background-content': {};
|
|
5
|
-
};
|
|
6
|
-
'&[aria-invalid="true"]': {
|
|
7
|
-
'@apply border-2 border-error-surface-primary': {};
|
|
8
|
-
};
|
|
9
|
-
'&[aria-disabled="true"]': {
|
|
10
|
-
'@apply opacity-100': {};
|
|
11
|
-
'@apply text-dark-disabled': {};
|
|
12
|
-
'@apply placeholder:text-dark-disabled': {};
|
|
13
|
-
'@apply bg-tertiary-surface-disabled': {};
|
|
14
|
-
backgroundImage: string[];
|
|
15
|
-
};
|
|
16
|
-
'&-sm': {
|
|
17
|
-
'@apply h-32': {};
|
|
18
|
-
'@apply text-label-small': {};
|
|
19
|
-
'@apply rounded-button-sm': {};
|
|
20
|
-
'*': {
|
|
21
|
-
'@apply text-input-small': {};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
'&-md': {
|
|
25
|
-
'@apply h-40': {};
|
|
26
|
-
'@apply text-label-medium': {};
|
|
27
|
-
'@apply rounded-button-md': {};
|
|
28
|
-
'*': {
|
|
29
|
-
'@apply text-input-medium': {};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
'&-lg': {
|
|
33
|
-
'@apply h-48': {};
|
|
34
|
-
'@apply text-label-large': {};
|
|
35
|
-
'@apply rounded-button-lg': {};
|
|
36
|
-
'*': {
|
|
37
|
-
'@apply text-input-large': {};
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
'&-primary': {
|
|
41
|
-
'@apply border-1': {};
|
|
42
|
-
'@apply border-primitives-overlay-darken-6': {};
|
|
43
|
-
'@apply dark:border-primitives-overlay-lighten-6': {};
|
|
44
|
-
'@apply hover:border-primitives-overlay-darken-8': {};
|
|
45
|
-
'@apply dark:hover:border-primitives-overlay-lighten-4': {};
|
|
46
|
-
'@apply bg-primitives-overlay-lighten-10': {};
|
|
47
|
-
'@apply dark:bg-primitives-overlay-darken-6': {};
|
|
48
|
-
'@apply hover:bg-primitives-overlay-lighten-10': {};
|
|
49
|
-
'@apply dark:hover:bg-primitives-overlay-darken-6': {};
|
|
50
|
-
'&.sk-form-select-sm': {
|
|
51
|
-
'@apply pl-13': {};
|
|
52
|
-
'@apply bg-[center_right_0.643em]': {};
|
|
53
|
-
'@apply pr-34-1': {};
|
|
54
|
-
'&[aria-invalid="true"]': {
|
|
55
|
-
'@apply pl-12': {};
|
|
56
|
-
'@apply bg-right-8': {};
|
|
57
|
-
'@apply pr-32': {};
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
'&.sk-form-select-md': {
|
|
61
|
-
'@apply pl-17': {};
|
|
62
|
-
'@apply bg-[center_right_0.8125em]': {};
|
|
63
|
-
'@apply pr-44-1': {};
|
|
64
|
-
'&[aria-invalid="true"]': {
|
|
65
|
-
'@apply pl-16': {};
|
|
66
|
-
'@apply bg-right-12': {};
|
|
67
|
-
'@apply pr-42': {};
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
'&.sk-form-select-lg': {
|
|
71
|
-
'@apply pl-19': {};
|
|
72
|
-
'@apply bg-[center_right_0.944em]': {};
|
|
73
|
-
'@apply pr-50-1': {};
|
|
74
|
-
'&[aria-invalid="true"]': {
|
|
75
|
-
'@apply pl-18': {};
|
|
76
|
-
'@apply bg-right-16': {};
|
|
77
|
-
'@apply pr-48': {};
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
'&[aria-disabled="true"]': {
|
|
81
|
-
'@apply bg-primitives-overlay-darken-1': {};
|
|
82
|
-
'@apply dark:bg-primitives-overlay-lighten-1': {};
|
|
83
|
-
'@apply border-primitives-overlay-darken-3': {};
|
|
84
|
-
'@apply dark:border-primitives-overlay-lighten-3': {};
|
|
85
|
-
'@apply hover:border-primitives-overlay-darken-3': {};
|
|
86
|
-
'@apply dark:hover:border-primitives-overlay-lighten-3': {};
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
'&-tertiary': {
|
|
90
|
-
'@apply border-2': {};
|
|
91
|
-
'@apply bg-tertiary-surface': {};
|
|
92
|
-
'@apply hover:bg-tertiary-surface-hover': {};
|
|
93
|
-
'@apply border-transparent': {};
|
|
94
|
-
'&.sk-form-select-sm': {
|
|
95
|
-
'@apply pl-12': {};
|
|
96
|
-
'@apply bg-right-8': {};
|
|
97
|
-
'@apply pr-32': {};
|
|
98
|
-
};
|
|
99
|
-
'&.sk-form-select-md': {
|
|
100
|
-
'@apply pl-16': {};
|
|
101
|
-
'@apply bg-right-12': {};
|
|
102
|
-
'@apply pr-42': {};
|
|
103
|
-
};
|
|
104
|
-
'&.sk-form-select-lg': {
|
|
105
|
-
'@apply pl-18': {};
|
|
106
|
-
'@apply bg-right-16': {};
|
|
107
|
-
'@apply pr-48': {};
|
|
108
|
-
};
|
|
109
|
-
'&[aria-disabled="true"]': {
|
|
110
|
-
'@apply bg-tertiary-surface-disabled': {};
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
'@apply h-fit': {};
|
|
114
|
-
'@apply w-fit': {};
|
|
115
|
-
'@apply box-border': {};
|
|
116
|
-
'@apply focus:border-transparent': {};
|
|
117
|
-
'@apply rounded-button': {};
|
|
118
|
-
'@apply text-dark-secondary': {};
|
|
119
|
-
'@apply placeholder:text-dark-secondary': {};
|
|
120
|
-
'@apply hover:placeholder:text-dark-primary': {};
|
|
121
|
-
'@apply focus:placeholder:text-dark-primary': {};
|
|
122
|
-
'@apply hover:text-dark-primary': {};
|
|
123
|
-
'@apply focus:text-dark-primary': {};
|
|
124
|
-
'@apply py-6': {};
|
|
125
|
-
'@apply focus:ring focus:ring-ring focus:ring-offset': {};
|
|
126
|
-
'@apply focus:outline-0': {};
|
|
127
|
-
backgroundImage: string[];
|
|
128
|
-
'&:hover, &:focus': {
|
|
129
|
-
backgroundImage: string[];
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
'.dark .sk-form-select': {
|
|
133
|
-
backgroundImage: string[];
|
|
134
|
-
'&:hover, &:focus': {
|
|
135
|
-
backgroundImage: string[];
|
|
136
|
-
};
|
|
137
|
-
'&[aria-disabled="true"]': {
|
|
138
|
-
backgroundImage: string[];
|
|
139
|
-
};
|
|
140
|
-
};
|
|
141
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export declare const Snackbar: () => {
|
|
2
|
-
'.sk-snackbar': {
|
|
3
|
-
'@apply text-label-small text-vattjom-text-secondary': {};
|
|
4
|
-
'@apply flex items-center gap-12 py-8 pl-16 pr-8 rounded-groups break-words max-w-[28.6em]': {};
|
|
5
|
-
'&-text': {
|
|
6
|
-
'@apply flex-grow': {};
|
|
7
|
-
};
|
|
8
|
-
'.sk-icon': {
|
|
9
|
-
'@apply text-light-primary': {};
|
|
10
|
-
};
|
|
11
|
-
'&-content': {
|
|
12
|
-
'@apply flex-grow gap-12 py-4 flex items-center': {};
|
|
13
|
-
};
|
|
14
|
-
'&-primary': {
|
|
15
|
-
'@apply text-light-secondary bg-dark-primary': {};
|
|
16
|
-
};
|
|
17
|
-
'&-info': {
|
|
18
|
-
'@apply text-vattjom-text-secondary bg-vattjom-surface-primary': {};
|
|
19
|
-
};
|
|
20
|
-
'&-success': {
|
|
21
|
-
'@apply text-gronsta-text-secondary bg-gronsta-surface-primary': {};
|
|
22
|
-
};
|
|
23
|
-
'&-warning': {
|
|
24
|
-
'@apply text-warning-text-secondary bg-warning-surface-primary': {};
|
|
25
|
-
};
|
|
26
|
-
'&-error': {
|
|
27
|
-
'@apply text-error-text-secondary bg-error-surface-primary': {};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare const Spinner: (colors: string[]) => {
|
|
2
|
-
'.sk-spinner': {
|
|
3
|
-
'@apply box-border': {};
|
|
4
|
-
'@apply flex justify-center items-center object-center': {};
|
|
5
|
-
'@apply overflow-hidden': {};
|
|
6
|
-
'&-lottie': {
|
|
7
|
-
'@apply w-[200%] h-[200%] my-0 mr-0 ml-[-50%]': {};
|
|
8
|
-
};
|
|
9
|
-
path: {
|
|
10
|
-
'@apply stroke-dark-secondary': {};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|