@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,275 @@
|
|
|
1
|
+
export declare const AICornerModule: (colors: string[]) => {
|
|
2
|
+
'.sk-ai-corner-module': {
|
|
3
|
+
'@apply fixed': {};
|
|
4
|
+
'@apply max-w-full': {};
|
|
5
|
+
'@apply max-h-full': {};
|
|
6
|
+
'@apply z-50': {};
|
|
7
|
+
'@apply flex flex-col gap-0 items-center justify-start': {};
|
|
8
|
+
'@apply shadow-200': {};
|
|
9
|
+
'@apply transition-all': {};
|
|
10
|
+
'@apply duration-300': {};
|
|
11
|
+
'@apply bottom-0 right-0': {};
|
|
12
|
+
'@apply bg-background-content': {};
|
|
13
|
+
'&-content': {
|
|
14
|
+
'@apply flex w-full gap-0 h-full justify-between': {};
|
|
15
|
+
'@apply relative': {};
|
|
16
|
+
'&-row': {
|
|
17
|
+
'@apply flex flex-col': {};
|
|
18
|
+
};
|
|
19
|
+
'&-main': {
|
|
20
|
+
'@apply grow shrink max-h-full max-w-full items-center': {};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
'&-sidebar': {
|
|
24
|
+
'@apply flex flex-col': {};
|
|
25
|
+
'@apply lg:w-[22em]': {};
|
|
26
|
+
'@apply h-full': {};
|
|
27
|
+
'@apply overflow-hidden': {};
|
|
28
|
+
'@apply border-r-1 border-r-divider': {};
|
|
29
|
+
'@apply pt-20 px-0 gap-16': {};
|
|
30
|
+
'&-sessions': {
|
|
31
|
+
'@apply flex flex-col': {};
|
|
32
|
+
'@apply grow w-full': {};
|
|
33
|
+
'@apply overflow-y-auto': {};
|
|
34
|
+
'@apply px-24 pb-20 gap-16': {};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
'&-feed': {
|
|
38
|
+
'@apply flex flex-col grow': {};
|
|
39
|
+
'@apply px-16 pt-16 pb-24 gap-16': {};
|
|
40
|
+
'@apply w-full': {};
|
|
41
|
+
'@apply max-h-full overflow-y-auto': {};
|
|
42
|
+
'@apply max-w-full overflow-x-hidden': {};
|
|
43
|
+
'&-readmore': {
|
|
44
|
+
'@apply text-center': {};
|
|
45
|
+
'@apply max-w-[29em]': {};
|
|
46
|
+
'@apply px-24 pb-16 pt-0': {};
|
|
47
|
+
};
|
|
48
|
+
'&-questions': {
|
|
49
|
+
'@apply flex flex-col gap-8 w-full': {};
|
|
50
|
+
'&-title': {
|
|
51
|
+
'@apply text-label-medium text-dark-primary': {};
|
|
52
|
+
};
|
|
53
|
+
'&-wrapper': {
|
|
54
|
+
'@apply flex flex-col gap-16 w-full': {};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
'.sk-ai-inputsection': {
|
|
59
|
+
'@apply shrink-0': {};
|
|
60
|
+
};
|
|
61
|
+
'&[data-fullscreen="false"]': {
|
|
62
|
+
'@apply rounded-tl-groups': {};
|
|
63
|
+
'@apply max-w-[26em]': {};
|
|
64
|
+
'@apply w-[26em]': {};
|
|
65
|
+
'@apply max-h-[calc(100%-1em)]': {};
|
|
66
|
+
'&[data-mobile="true"]': {
|
|
67
|
+
'@apply rounded-tl-none': {};
|
|
68
|
+
'@apply max-w-full': {};
|
|
69
|
+
'@apply w-full': {};
|
|
70
|
+
'@apply max-h-full': {};
|
|
71
|
+
};
|
|
72
|
+
'&[data-docked="false"]': {
|
|
73
|
+
'@apply h-[44em]': {};
|
|
74
|
+
'&[data-mobile="true"]': {
|
|
75
|
+
'@apply h-full': {};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
'&[data-mobile="true"]': {
|
|
80
|
+
'.sk-ai-corner-module-feed': {
|
|
81
|
+
'&-readmore': {
|
|
82
|
+
'@apply max-w-full': {};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
'.sk-ai-feed': {
|
|
87
|
+
'@apply w-full': {};
|
|
88
|
+
};
|
|
89
|
+
'&[data-fullscreen="true"]': {
|
|
90
|
+
'@apply w-full': {};
|
|
91
|
+
'.sk-ai-corner-module-feed': {
|
|
92
|
+
'@apply gap-40 grow w-full items-center': {};
|
|
93
|
+
'.sk-ai-feed': {
|
|
94
|
+
'@apply text-base max-w-[50em]': {};
|
|
95
|
+
};
|
|
96
|
+
'&-questions': {
|
|
97
|
+
'@apply flex-row gap-16': {};
|
|
98
|
+
'&-wrapper': {
|
|
99
|
+
'@apply text-base max-w-[50em]': {};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
'.sk-ai-inputsection': {
|
|
104
|
+
'@apply text-base max-w-[50em]': {};
|
|
105
|
+
'@apply pt-20 pb-32': {};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
'&[data-docked="true"]': {
|
|
109
|
+
'@apply h-64 md:w-[19em]': {};
|
|
110
|
+
'&[data-mobile="true"]': {
|
|
111
|
+
'@apply w-full': {};
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
'&-header': {
|
|
115
|
+
'&[data-fullscreen="true"]': {
|
|
116
|
+
'@apply rounded-tl-none': {};
|
|
117
|
+
'@apply bg-background-content': {};
|
|
118
|
+
'@apply text-dark-primary': {};
|
|
119
|
+
'@apply px-20 pt-20 pb-12': {};
|
|
120
|
+
};
|
|
121
|
+
'@apply h-64': {};
|
|
122
|
+
'@apply flex items-center justify-between': {};
|
|
123
|
+
'@apply w-full': {};
|
|
124
|
+
'@apply shrink-0': {};
|
|
125
|
+
'@apply px-14 py-16': {};
|
|
126
|
+
'@apply transition-all': {};
|
|
127
|
+
'@apply bg-inverted-background-content': {};
|
|
128
|
+
'@apply text-inverted-dark-primary': {};
|
|
129
|
+
'@apply rounded-tl-groups': {};
|
|
130
|
+
'&[data-mobile="true"]': {
|
|
131
|
+
'@apply rounded-tl-none': {};
|
|
132
|
+
};
|
|
133
|
+
'&[data-docked="true"]': {
|
|
134
|
+
'@apply px-12 pt-10 pb-12': {};
|
|
135
|
+
'@apply cursor-pointer': {};
|
|
136
|
+
};
|
|
137
|
+
'&-title': {
|
|
138
|
+
'@apply flex justify-start items-center': {};
|
|
139
|
+
'@apply gap-12 pr-16': {};
|
|
140
|
+
};
|
|
141
|
+
'&-heading': {
|
|
142
|
+
'@apply flex flex-col gap-0': {};
|
|
143
|
+
'&-name': {
|
|
144
|
+
'@apply text-label-medium': {};
|
|
145
|
+
};
|
|
146
|
+
'&-subtitle': {
|
|
147
|
+
'@apply text-small text-inverted-dark-secondary': {};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
'&-menu': {
|
|
151
|
+
'@apply flex justify-center items-center': {};
|
|
152
|
+
'@apply gap-12': {};
|
|
153
|
+
'&-item': {
|
|
154
|
+
'@apply relative flex justify-center': {};
|
|
155
|
+
'.sk-tooltip': {
|
|
156
|
+
'@apply absolute w-max': {};
|
|
157
|
+
'&[data-position="below"]': {
|
|
158
|
+
'@apply top-full': {};
|
|
159
|
+
'@apply mt-12': {};
|
|
160
|
+
};
|
|
161
|
+
'&[data-position="above"]': {
|
|
162
|
+
'@apply bottom-full': {};
|
|
163
|
+
'@apply mb-12': {};
|
|
164
|
+
};
|
|
165
|
+
'&[data-rightoutside="true"]': {
|
|
166
|
+
'@apply ml-[-100%]': {};
|
|
167
|
+
'@apply w-auto': {};
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
'&[data-variant="alt"]': {
|
|
173
|
+
'@apply pt-0 px-24': {};
|
|
174
|
+
'@apply bg-transparent': {};
|
|
175
|
+
'.sk-avatar': {
|
|
176
|
+
'@apply w-40 h-40 lg:w-56 lg:h-56': {};
|
|
177
|
+
};
|
|
178
|
+
'.sk-ai-corner-module-header-heading-name': {
|
|
179
|
+
'@apply text-label-large text-dark-primary': {};
|
|
180
|
+
};
|
|
181
|
+
'.sk-ai-corner-module-header-heading-subtitle': {
|
|
182
|
+
'@apply text-small text-dark-secondary': {};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
'&-sessions': {
|
|
187
|
+
'@apply px-20': {};
|
|
188
|
+
'&-group': {
|
|
189
|
+
'@apply py-8 px-12': {};
|
|
190
|
+
};
|
|
191
|
+
'&-history': {
|
|
192
|
+
'@apply flex flex-col p-8 gap-16': {};
|
|
193
|
+
'&-list': {
|
|
194
|
+
'@apply flex flex-col p-0 gap-8': {};
|
|
195
|
+
'[role="menuitem"]': {
|
|
196
|
+
'@apply max-w-full': {};
|
|
197
|
+
'@apply max-h-none h-auto text-wrap text-left': {};
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
'.sk-avatar': {
|
|
203
|
+
'@apply transition-all duration-500': {};
|
|
204
|
+
};
|
|
205
|
+
'&-mobile-menu': {
|
|
206
|
+
'@apply rounded-0 py-16 absolute top-0 bottom-0 overflow-x-hidden': {};
|
|
207
|
+
'@apply px-0': {};
|
|
208
|
+
'@apply rounded-l-button': {};
|
|
209
|
+
'@apply bg-background-100': {};
|
|
210
|
+
'@apply shadow-100': {};
|
|
211
|
+
'@apply transition-all': {};
|
|
212
|
+
'&-top-bar': {
|
|
213
|
+
'@apply flex justify-between items-start': {};
|
|
214
|
+
'@apply pl-0 pr-16': {};
|
|
215
|
+
'.sk-ai-corner-module-header': {
|
|
216
|
+
'@apply shrink': {};
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
'&-content': {
|
|
220
|
+
'@apply flex flex-col pt-8': {};
|
|
221
|
+
'[role="menuitem"]': {
|
|
222
|
+
'@apply w-full': {};
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
'&[data-show="true"]': {
|
|
226
|
+
'@apply left-16 right-0': {};
|
|
227
|
+
};
|
|
228
|
+
'&[data-show="false"]': {
|
|
229
|
+
'@apply w-0 h-0 left-full': {};
|
|
230
|
+
'.sk-ai-corner-module-mobile-menu': {
|
|
231
|
+
'&-top-bar': {
|
|
232
|
+
'@apply hidden': {};
|
|
233
|
+
};
|
|
234
|
+
'&-content': {
|
|
235
|
+
'@apply hidden': {};
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
'&-assistant-library': {
|
|
241
|
+
'@apply flex justify-between items-center': {};
|
|
242
|
+
'@apply pl-20 pr-14 py-0': {};
|
|
243
|
+
'@apply h-80': {};
|
|
244
|
+
'@apply bg-background-content': {};
|
|
245
|
+
'&-menu': {
|
|
246
|
+
'@apply flex gap-12': {};
|
|
247
|
+
'@apply p-0 m-0': {};
|
|
248
|
+
'&-item': {
|
|
249
|
+
'@apply h-52 w-52': {};
|
|
250
|
+
'@apply rounded-groups': {};
|
|
251
|
+
'@apply relative': {};
|
|
252
|
+
'@apply flex justify-center': {};
|
|
253
|
+
'&-button, & > *:first-child': {
|
|
254
|
+
'@apply h-52 w-52': {};
|
|
255
|
+
'@apply gap-0': {};
|
|
256
|
+
'@apply rounded-groups': {};
|
|
257
|
+
'@apply p-6': {};
|
|
258
|
+
'.sk-ai-assistant-avatar': {
|
|
259
|
+
'@apply w-40 h-40': {};
|
|
260
|
+
};
|
|
261
|
+
'&[aria-current]:not([aria-current="false"])': {
|
|
262
|
+
'@apply bg-primary-surface': {};
|
|
263
|
+
'.sk-ai-assistant-avatar': {
|
|
264
|
+
'@apply ring-1 ring-background-content': {};
|
|
265
|
+
};
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
'.sk-tooltip': {
|
|
269
|
+
'@apply absolute top-full mt-4': {};
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
export declare const AIServiceModule: (colors: string[]) => {
|
|
2
|
+
'.sk-ai-service-module': {
|
|
3
|
+
'@apply flex gap-0': {};
|
|
4
|
+
'@apply rounded-groups': {};
|
|
5
|
+
'@apply bg-background-content': {};
|
|
6
|
+
'@apply shadow-100': {};
|
|
7
|
+
'&[data-inverted="true"]': {
|
|
8
|
+
'@apply text-inverted-dark-primary': {};
|
|
9
|
+
'@apply bg-inverted-background-content': {};
|
|
10
|
+
};
|
|
11
|
+
'&-row': {
|
|
12
|
+
'@apply flex flex-col': {};
|
|
13
|
+
'@apply grow shrink': {};
|
|
14
|
+
'@apply p-16 md:p-32': {};
|
|
15
|
+
'@apply bg-transparent': {};
|
|
16
|
+
'@apply first:rounded-l-groups': {};
|
|
17
|
+
'@apply last:rounded-r-groups': {};
|
|
18
|
+
};
|
|
19
|
+
'&-content': {
|
|
20
|
+
'@apply flex flex-col gap-6 md:gap-24': {};
|
|
21
|
+
'@apply p-4 md:p-8': {};
|
|
22
|
+
'@apply w-full': {};
|
|
23
|
+
};
|
|
24
|
+
'&-header, &-header > *': {
|
|
25
|
+
'@apply font-header text-display-3-sm md:text-display-3-md xl:text-display-3-lg': {};
|
|
26
|
+
};
|
|
27
|
+
'&-form': {
|
|
28
|
+
'@apply w-full': {};
|
|
29
|
+
'@apply flex flex-col': {};
|
|
30
|
+
'@apply gap-8': {};
|
|
31
|
+
'@apply relative': {};
|
|
32
|
+
'&-control': {
|
|
33
|
+
'@apply w-full': {};
|
|
34
|
+
};
|
|
35
|
+
'&-label': {
|
|
36
|
+
'@apply text-label-large': {};
|
|
37
|
+
};
|
|
38
|
+
'&-error': {
|
|
39
|
+
'@apply text-small': {};
|
|
40
|
+
};
|
|
41
|
+
'&-input': {
|
|
42
|
+
'@apply w-full': {};
|
|
43
|
+
'&-group': {
|
|
44
|
+
'@apply w-full': {};
|
|
45
|
+
'.sk-form-input-addin-right': {
|
|
46
|
+
'@apply pr-8': {};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
'&-wrapper': {
|
|
50
|
+
'@apply relative': {};
|
|
51
|
+
'@apply w-full h-48': {};
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
'&-readmore': {
|
|
55
|
+
'@apply text-small': {};
|
|
56
|
+
'@apply text-light-secondary': {};
|
|
57
|
+
'&[data-inverted="true"]': {
|
|
58
|
+
'@apply text-inverted-light-secondary': {};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
'&-assistant': {
|
|
63
|
+
'&-expanded': {
|
|
64
|
+
'@apply h-[35em] max-h-[35em]': {};
|
|
65
|
+
'@apply rounded-button': {};
|
|
66
|
+
'@apply overflow-hidden': {};
|
|
67
|
+
'@apply flex flex-col gap-0': {};
|
|
68
|
+
'@apply shadow-200': {};
|
|
69
|
+
'@apply bg-background-content': {};
|
|
70
|
+
'@apply absolute top-0 left-0 right-0': {};
|
|
71
|
+
'&-feed': {
|
|
72
|
+
'@apply shrink grow': {};
|
|
73
|
+
'@apply pl-16 pt-16 pr-48 pb-24': {};
|
|
74
|
+
'@apply max-h-full overflow-y-auto': {};
|
|
75
|
+
'@apply text-dark-primary': {};
|
|
76
|
+
'sk-ai-markdown': {
|
|
77
|
+
'@apply text-dark-secondary': {};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
'&[data-inverted="true"]': {
|
|
81
|
+
'@apply bg-inverted-background-content': {};
|
|
82
|
+
'.sk-ai-service-module-feed': {
|
|
83
|
+
'@apply text-inverted-dark-primary': {};
|
|
84
|
+
'sk-ai-markdown': {
|
|
85
|
+
'@apply text-inverted-dark-secondary': {};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
'&-close-button': {
|
|
90
|
+
'@apply absolute right-12 top-12': {};
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
'&-questions': {
|
|
95
|
+
'@apply w-[22.5em] max-w-[22.5em] min-w-[22.5em]': {};
|
|
96
|
+
'@apply flex flex-col gap-12': {};
|
|
97
|
+
'@apply pb-8': {};
|
|
98
|
+
'@apply text-dark-primary': {};
|
|
99
|
+
'&-title, &-title > *': {
|
|
100
|
+
'@apply text-label-large': {};
|
|
101
|
+
};
|
|
102
|
+
'&-list': {
|
|
103
|
+
'@apply flex flex-col gap-8': {};
|
|
104
|
+
};
|
|
105
|
+
'&[data-inverted="true"]': {
|
|
106
|
+
'@apply text-inverted-dark-primary': {};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export declare const AssistantSwitch: () => {
|
|
2
|
+
'.sk-ai-assistant-switch': {
|
|
3
|
+
'@apply flex gap-12': {};
|
|
4
|
+
'@apply rounded-button': {};
|
|
5
|
+
'@apply focus-visible:ring ring-ring': {};
|
|
6
|
+
'@apply justify-start items-center': {};
|
|
7
|
+
'@apply pr-8': {};
|
|
8
|
+
'&-icon': {
|
|
9
|
+
'@apply leading-0': {};
|
|
10
|
+
'& > *, .sk-avatar, .sk-icon, svg': {
|
|
11
|
+
'@apply h-32 w-32': {};
|
|
12
|
+
};
|
|
13
|
+
'&-switch': {
|
|
14
|
+
'.sk-avatar-img': {
|
|
15
|
+
'@apply min-w-18 max-w-18 w-18 min-h-18 max-h-18 h-18': {};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
'&-text': {
|
|
20
|
+
'@apply text-label-medium': {};
|
|
21
|
+
'@apply text-dark-primary': {};
|
|
22
|
+
};
|
|
23
|
+
'&-hover-icon': {
|
|
24
|
+
'@apply text-dark-secondary': {};
|
|
25
|
+
'@apply opacity-0': {};
|
|
26
|
+
'@apply leading-0': {};
|
|
27
|
+
'.sk-icon, svg': {
|
|
28
|
+
'@apply h-16 w-16': {};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
'&:hover > &-hover-icon, &:focus-visible > &-hover-icon': {
|
|
32
|
+
'@apply opacity-100': {};
|
|
33
|
+
};
|
|
34
|
+
'&[data-inverted="true"]': {
|
|
35
|
+
'.sk-ai-assistant-switch': {
|
|
36
|
+
'&-text': {
|
|
37
|
+
'@apply text-inverted-dark-primary': {};
|
|
38
|
+
};
|
|
39
|
+
'&-hover-icon': {
|
|
40
|
+
'@apply text-inverted-dark-secondary': {};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const InputSection: () => {
|
|
2
2
|
'.sk-ai-inputsection': {
|
|
3
3
|
'@apply w-full': {};
|
|
4
|
-
'&-input': {
|
|
4
|
+
'&-input, &-group': {
|
|
5
5
|
'@apply w-full': {};
|
|
6
6
|
};
|
|
7
7
|
'&-wrapper': {
|
|
@@ -12,5 +12,10 @@ export declare const InputSection: () => {
|
|
|
12
12
|
'@apply shadow-100': {};
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
+
'&-group': {
|
|
16
|
+
'.sk-form-input-addin-right': {
|
|
17
|
+
'@apply pr-4': {};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
15
20
|
};
|
|
16
21
|
};
|
|
@@ -2,11 +2,11 @@ export declare const TypingSequence: (colors: string[]) => {
|
|
|
2
2
|
'.sk-ai-typing-sequence': {
|
|
3
3
|
'@apply bg-transparent': {};
|
|
4
4
|
'@apply inline-flex': {};
|
|
5
|
-
'@apply h-
|
|
5
|
+
'@apply h-5 w-fit gap-6': {};
|
|
6
6
|
'&-dot': {
|
|
7
7
|
'@apply rounded-full': {};
|
|
8
8
|
'@apply block': {};
|
|
9
|
-
'@apply w-
|
|
9
|
+
'@apply w-5 h-5': {};
|
|
10
10
|
'@apply bg-dark-secondary': {};
|
|
11
11
|
'&[data-inverted="true"]': {
|
|
12
12
|
"@apply bg-inverted-dark-secondary": {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.alert-banner': {
|
|
3
|
+
'@apply p-md': {};
|
|
4
|
+
'&-content': {
|
|
5
|
+
'@apply w-full m-auto flex': {};
|
|
6
|
+
'&-wrapper': {
|
|
7
|
+
'@apply flex-grow flex': {};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
'&-icon': {
|
|
11
|
+
'@apply mr-[10px]': {};
|
|
12
|
+
};
|
|
13
|
+
'&-children': {
|
|
14
|
+
'@apply w-full underline inline-block max-w-[800px] text-body text-base': {};
|
|
15
|
+
};
|
|
16
|
+
'&-close': {
|
|
17
|
+
'@apply p-4 -m-4 flex flex-col': {};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'.tab': {
|
|
21
|
+
'@apply mr-[10px] bg-white pt-4 pb-3 px-4 rounded-b-button shadow-[rgba(0,_0,_0,_0.24)_0px_1.5px_4px]': {};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export = _exports;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
export declare const Avatar: (colors: string[]) => {
|
|
2
2
|
'.sk-avatar': {
|
|
3
|
+
'&[data-color="primary"]': {
|
|
4
|
+
'@apply bg-primary-surface text-light-primary': {};
|
|
5
|
+
'&[data-accent="true"]': {
|
|
6
|
+
'@apply bg-inverted-primary-surface text-inverted-light-primary': {};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
3
9
|
'&-img': {
|
|
4
10
|
'@apply min-w-full min-h-full object-cover': {};
|
|
5
11
|
};
|
|
@@ -3,7 +3,7 @@ export declare const Button: (colors: string[]) => {
|
|
|
3
3
|
'&[data-background="false"]:not(:hover)': {
|
|
4
4
|
'@apply bg-transparent': {};
|
|
5
5
|
};
|
|
6
|
-
'.btn-has-icon': {
|
|
6
|
+
'.sk-btn-has-icon': {
|
|
7
7
|
'&-left': {
|
|
8
8
|
'@apply h-full flex items-center justify-center -ml-2': {};
|
|
9
9
|
'.sk-icon': {
|
|
@@ -19,10 +19,10 @@ export declare const Button: (colors: string[]) => {
|
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
'&-lg .btn-has-icon-left': {
|
|
22
|
+
'&-lg .sk-btn-has-icon-left': {
|
|
23
23
|
'@apply -ml-4': {};
|
|
24
24
|
};
|
|
25
|
-
'&-lg .btn-has-icon-right': {
|
|
25
|
+
'&-lg .sk-btn-has-icon-right': {
|
|
26
26
|
'@apply -mr-4': {};
|
|
27
27
|
};
|
|
28
28
|
'&[data-icon=true]': {
|
|
@@ -52,7 +52,7 @@ export declare const Button: (colors: string[]) => {
|
|
|
52
52
|
'@apply h-24 w-24': {};
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
|
-
'.btn-has-icon': {
|
|
55
|
+
'.sk-btn-has-icon': {
|
|
56
56
|
'&-left': {
|
|
57
57
|
'@apply m-0': {};
|
|
58
58
|
};
|
|
@@ -188,5 +188,16 @@ export declare const Button: (colors: string[]) => {
|
|
|
188
188
|
'@apply shadow-none disabled:shadow-none disabled:cursor-default cursor-default': {};
|
|
189
189
|
'@apply disabled:text-dark-disabled text-dark-disabled disabled:bg-primary-surface-disabled bg-primary-surface-disabled disabled:border-transparent border-transparent !important': {};
|
|
190
190
|
};
|
|
191
|
+
'&-loading': {
|
|
192
|
+
'&-spinner': {
|
|
193
|
+
'@apply absolute mr-0': {};
|
|
194
|
+
'&[data-hastext="true"]': {
|
|
195
|
+
'@apply relative mr-2': {};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
'&-text': {
|
|
199
|
+
'@apply opacity-0': {};
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
};
|
|
192
203
|
};
|
|
@@ -54,18 +54,36 @@ export declare const ComboBox: () => {
|
|
|
54
54
|
'@apply border-transparent': {};
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
|
-
'&-list': {
|
|
57
|
+
'&-list, &-list.sk-popup-menu': {
|
|
58
58
|
'@apply w-full': {};
|
|
59
59
|
'@apply max-h-[15em] overflow-y-auto': {};
|
|
60
|
-
'
|
|
60
|
+
'.sk-form-combobox-list-option': {
|
|
61
61
|
'&.sk-popup-menu-item': {
|
|
62
62
|
'@apply cursor-default': {};
|
|
63
63
|
'@apply leading-none': {};
|
|
64
64
|
'@apply h-auto': {};
|
|
65
65
|
};
|
|
66
|
+
'&-group': {
|
|
67
|
+
'&-label': {
|
|
68
|
+
'&.sk-popup-menu-item': {
|
|
69
|
+
'@apply cursor-default': {};
|
|
70
|
+
'@apply leading-none': {};
|
|
71
|
+
'@apply h-auto': {};
|
|
72
|
+
'@apply text-label-medium': {};
|
|
73
|
+
'@apply pl-6': {};
|
|
74
|
+
'@apply bg-transparent hover:bg-transparent': {};
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
66
78
|
'&-checkbox': {
|
|
67
79
|
'@apply w-0 h-0 m-0 p-0 opacity-0': {};
|
|
68
80
|
};
|
|
81
|
+
'&-tick': {
|
|
82
|
+
'@apply opacity-0': {};
|
|
83
|
+
'&[data-checked="true"]': {
|
|
84
|
+
'@apply opacity-100': {};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
69
87
|
};
|
|
70
88
|
};
|
|
71
89
|
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.comment-header': {
|
|
3
|
+
'@apply w-full flex items-center gap-8 p-16 border-b-4 border-gray-200': {};
|
|
4
|
+
};
|
|
5
|
+
'.comment-item': {
|
|
6
|
+
'@apply w-full': {};
|
|
7
|
+
'&-container': {
|
|
8
|
+
'@apply flex justify-between relative': {};
|
|
9
|
+
'&-textpic': {
|
|
10
|
+
'@apply flex gap-2': {};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
'&-text': {
|
|
14
|
+
'@apply text-base font-bold mx-0 mb-0 mt-4': {};
|
|
15
|
+
};
|
|
16
|
+
'&-commentorpublished': {
|
|
17
|
+
'@apply float-right text-neutral-600 m-0': {};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'.comment-input': {
|
|
21
|
+
'@apply w-full flex gap-4 px-10 pt-8 pb-10': {};
|
|
22
|
+
'&-inactive': {
|
|
23
|
+
'@apply text-neutral-300 !text-3xl': {};
|
|
24
|
+
};
|
|
25
|
+
'&-active': {
|
|
26
|
+
'@apply text-primary !text-3xl': {};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
export = _exports;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.context-menu-wrapper': {
|
|
3
|
+
'@apply relative inline': {};
|
|
4
|
+
'> a, > button': {
|
|
5
|
+
'@apply inline-flex': {};
|
|
6
|
+
};
|
|
7
|
+
'.context-menu-items': {
|
|
8
|
+
'@apply absolute rounded bg-white border border-body z-10 drop-shadow-md mt-sm flex flex-col justify-start items-start': {};
|
|
9
|
+
'.context-menu-item': {
|
|
10
|
+
'@apply text-base text-body hover:text-white focus-within:text-white min-h-[3.5rem] w-full flex justify-start items-center': {};
|
|
11
|
+
'a, button': {
|
|
12
|
+
'@apply text-base font-normal min-h-[3.5rem] py-[0.6rem] items-center w-full rounded-none border-transparent px-md flex justify-start': {};
|
|
13
|
+
'&.active': {
|
|
14
|
+
'@apply bg-primary text-white': {};
|
|
15
|
+
};
|
|
16
|
+
'.MuiSvgIcon-root': {
|
|
17
|
+
'@apply text-base': {};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'&:first-child a,&:first-child button': {
|
|
21
|
+
'@apply pt-[0.675rem] pb-[0.525rem]': {};
|
|
22
|
+
};
|
|
23
|
+
'&:last-child a,&:last-child button': {
|
|
24
|
+
'@apply pt-[0.525rem] pb-[0.675rem]': {};
|
|
25
|
+
};
|
|
26
|
+
'&:only-child a,&:only-child button': {
|
|
27
|
+
'@apply py-[0.6rem]': {};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
hr: {
|
|
31
|
+
'@apply mx-sm w-[calc(100%_-_16px)]': {};
|
|
32
|
+
};
|
|
33
|
+
'&.right': {
|
|
34
|
+
'@apply right-0': {};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export = _exports;
|