@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aria-plugin.js","names":["_plugin","_interopRequireDefault","require","obj","__esModule","AriaAttributes","exports","TailwindPlugin","_ref","addVariant","attributes","checked","disabled","expanded","hidden","orientation","readonly","required","selected","sort","Object","keys","forEach","key","element","selector","specialAttributes","haspopup","current","elements","map"],"sources":["../../src/aria-plugin.ts"],"sourcesContent":["import TailwindPlugin from 'tailwindcss/plugin';\
|
|
1
|
+
{"version":3,"file":"aria-plugin.js","names":["_plugin","_interopRequireDefault","require","obj","__esModule","AriaAttributes","exports","TailwindPlugin","_ref","addVariant","attributes","checked","disabled","expanded","hidden","orientation","readonly","required","selected","sort","Object","keys","forEach","key","element","selector","specialAttributes","haspopup","current","elements","map"],"sources":["../../src/aria-plugin.ts"],"sourcesContent":["import TailwindPlugin from 'tailwindcss/plugin';\n\nexport const AriaAttributes = TailwindPlugin(function ({ addVariant }) {\n const attributes: Record<string, Array<string>> = {\n checked: ['true', 'false', 'mixed'],\n disabled: ['true', 'false'],\n expanded: ['true', 'false'],\n hidden: ['true', 'false'],\n orientation: ['horizontal', 'vertical'],\n readonly: ['true', 'false'],\n required: ['true', 'false'],\n selected: ['true', 'false'],\n sort: ['none', 'ascending', 'descending', 'other'],\n };\n\n Object.keys(attributes).forEach((key) => {\n attributes[key].forEach((element) => {\n let selector = `aria-${key}-${element}`;\n if (element == 'true') {\n selector = `aria-${key}`;\n } else if (element == 'false') {\n selector = `aria-!${key}`;\n }\n addVariant(selector, `&[aria-${key}=\"${element}\"]`);\n });\n });\n\n const specialAttributes: Record<string, Array<string>> = {\n haspopup: ['menu', 'listbox', 'tree', 'grid', 'dialog', 'true'],\n current: ['true', 'page', 'step', 'location', 'date', 'time'],\n };\n\n Object.keys(specialAttributes).forEach((key) => {\n const elements = specialAttributes[key];\n const selector = `aria-${key}`;\n addVariant(\n selector,\n elements.map((element) => `&[aria-${key}=\"${element}\"]`)\n );\n });\n\n Object.keys(specialAttributes).forEach((key) => {\n const selector = `aria-!${key}`;\n addVariant(selector, `&[aria-${key}=\"${false}\"]`);\n });\n});\n"],"mappings":";;;;AAAA,IAAAA,OAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAgD,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,gBAAAA,GAAA;AAEzC,IAAME,cAAc,GAAAC,OAAA,CAAAD,cAAA,GAAG,IAAAE,kBAAc,EAAC,UAAAC,IAAA,EAA0B;EAAA,IAAdC,UAAU,GAAAD,IAAA,CAAVC,UAAU;EACjE,IAAMC,UAAyC,GAAG;IAChDC,OAAO,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC;IACnCC,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;IAC3BC,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;IAC3BC,MAAM,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;IACzBC,WAAW,EAAE,CAAC,YAAY,EAAE,UAAU,CAAC;IACvCC,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;IAC3BC,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;IAC3BC,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;IAC3BC,IAAI,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,OAAO;EACnD,CAAC;EAEDC,MAAM,CAACC,IAAI,CAACX,UAAU,CAAC,CAACY,OAAO,CAAC,UAACC,GAAG,EAAK;IACvCb,UAAU,CAACa,GAAG,CAAC,CAACD,OAAO,CAAC,UAACE,OAAO,EAAK;MACnC,IAAIC,QAAQ,aAAWF,GAAG,SAAIC,OAAS;MACvC,IAAIA,OAAO,IAAI,MAAM,EAAE;QACrBC,QAAQ,aAAWF,GAAK;MAC1B,CAAC,MAAM,IAAIC,OAAO,IAAI,OAAO,EAAE;QAC7BC,QAAQ,cAAYF,GAAK;MAC3B;MACAd,UAAU,CAACgB,QAAQ,cAAYF,GAAG,WAAKC,OAAO,QAAI,CAAC;IACrD,CAAC,CAAC;EACJ,CAAC,CAAC;EAEF,IAAME,iBAAgD,GAAG;IACvDC,QAAQ,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC;IAC/DC,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM;EAC9D,CAAC;EAEDR,MAAM,CAACC,IAAI,CAACK,iBAAiB,CAAC,CAACJ,OAAO,CAAC,UAACC,GAAG,EAAK;IAC9C,IAAMM,QAAQ,GAAGH,iBAAiB,CAACH,GAAG,CAAC;IACvC,IAAME,QAAQ,aAAWF,GAAK;IAC9Bd,UAAU,CACRgB,QAAQ,EACRI,QAAQ,CAACC,GAAG,CAAC,UAACN,OAAO;MAAA,mBAAeD,GAAG,WAAKC,OAAO;IAAA,CAAI,CACzD,CAAC;EACH,CAAC,CAAC;EAEFJ,MAAM,CAACC,IAAI,CAACK,iBAAiB,CAAC,CAACJ,OAAO,CAAC,UAACC,GAAG,EAAK;IAC9C,IAAME,QAAQ,cAAYF,GAAK;IAC/Bd,UAAU,CAACgB,QAAQ,cAAYF,GAAG,WAAK,KAAK,QAAI,CAAC;EACnD,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-feed.js","names":["AIFeed","exports"],"sources":["../../../../src/components/ai/ai-feed.ts"],"sourcesContent":["export const AIFeed = () => ({\
|
|
1
|
+
{"version":3,"file":"ai-feed.js","names":["AIFeed","exports"],"sources":["../../../../src/components/ai/ai-feed.ts"],"sourcesContent":["export const AIFeed = () => ({\n '.sk-ai-feed': {\n '@apply h-auto max-h-full flex flex-col gap-32': {},\n '&-entry': {\n '@apply flex items-start gap-12': {},\n '@apply w-full': {},\n '&-avatar': {\n '@apply grow-0 shrink-0 w-fit': {},\n },\n '&-container': {\n '@apply flex flex-col pb-20 gap-20': {},\n '@apply w-full': {},\n },\n '&-content': {\n '@apply break-words max-w-full flex flex-col grow gap-4': {},\n },\n '&-heading': {\n '@apply text-large font-bold': {},\n '&[data-showtitle=\"false\"]': {\n '@apply w-0 h-0 opacity-0': {},\n },\n },\n '&-references': {\n '@apply bg-background-200 rounded-button py-0 pl-20 pr-12 gap-8 text-dark-primary': {},\n '&-header': {\n '@apply text-dark-primary': {},\n },\n '&-list': {\n '&-item': {\n '@apply max-w-full w-full my-8 rounded-6 whitespace-normal text-base': {},\n '.sk-link': {\n '@apply dark:text-dark-primary': {},\n },\n },\n },\n },\n },\n '&-live-wrapper': {\n '@apply absolute w-1 h-1 -m-1 overflow-hidden whitespace-nowrap p-0 opacity-0': {},\n },\n\n '&[data-size=\"lg\"]': {\n '.sk-ai-feed-avatar, .sk-avatar': {\n '@apply w-40 h-40': {},\n },\n '.sk-ai-feed-container': {\n '@apply pb-32 gap-32': {},\n '@apply w-full': {},\n },\n },\n '&[data-size=\"sm\"]': {\n '.sk-ai-feed-avatar, .sk-avatar': {\n '@apply w-32 h-32': {},\n },\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG,SAATA,MAAMA,CAAA;EAAA,OAAU;IAC3B,aAAa,EAAE;MACb,+CAA+C,EAAE,CAAC,CAAC;MACnD,SAAS,EAAE;QACT,gCAAgC,EAAE,CAAC,CAAC;QACpC,eAAe,EAAE,CAAC,CAAC;QACnB,UAAU,EAAE;UACV,8BAA8B,EAAE,CAAC;QACnC,CAAC;QACD,aAAa,EAAE;UACb,mCAAmC,EAAE,CAAC,CAAC;UACvC,eAAe,EAAE,CAAC;QACpB,CAAC;QACD,WAAW,EAAE;UACX,wDAAwD,EAAE,CAAC;QAC7D,CAAC;QACD,WAAW,EAAE;UACX,6BAA6B,EAAE,CAAC,CAAC;UACjC,2BAA2B,EAAE;YAC3B,0BAA0B,EAAE,CAAC;UAC/B;QACF,CAAC;QACD,cAAc,EAAE;UACd,kFAAkF,EAAE,CAAC,CAAC;UACtF,UAAU,EAAE;YACV,0BAA0B,EAAE,CAAC;UAC/B,CAAC;UACD,QAAQ,EAAE;YACR,QAAQ,EAAE;cACR,qEAAqE,EAAE,CAAC,CAAC;cACzE,UAAU,EAAE;gBACV,+BAA+B,EAAE,CAAC;cACpC;YACF;UACF;QACF;MACF,CAAC;MACD,gBAAgB,EAAE;QAChB,8EAA8E,EAAE,CAAC;MACnF,CAAC;MAED,mBAAmB,EAAE;QACnB,gCAAgC,EAAE;UAChC,kBAAkB,EAAE,CAAC;QACvB,CAAC;QACD,uBAAuB,EAAE;UACvB,qBAAqB,EAAE,CAAC,CAAC;UACzB,eAAe,EAAE,CAAC;QACpB;MACF,CAAC;MACD,mBAAmB,EAAE;QACnB,gCAAgC,EAAE;UAChC,kBAAkB,EAAE,CAAC;QACvB;MACF;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -7,24 +7,29 @@ var AIModule = exports.AIModule = function AIModule(colors) {
|
|
|
7
7
|
return {
|
|
8
8
|
'.sk-ai-module': {
|
|
9
9
|
'@apply fixed': {},
|
|
10
|
+
'@apply max-w-full': {},
|
|
11
|
+
'@apply z-50': {},
|
|
10
12
|
'@apply overflow-hidden': {},
|
|
11
13
|
'@apply flex flex-col gap-0 items-center justify-start': {},
|
|
12
14
|
'@apply shadow-200': {},
|
|
13
15
|
'@apply transition-all': {},
|
|
16
|
+
'@apply duration-300': {},
|
|
14
17
|
'@apply bottom-0 right-0': {},
|
|
15
18
|
'&-content': {
|
|
16
19
|
'@apply flex w-full gap-0 h-full justify-between': {},
|
|
20
|
+
'@apply relative': {},
|
|
17
21
|
'@apply overflow-hidden': {},
|
|
18
22
|
'&-row': {
|
|
19
|
-
'@apply flex flex-col': {}
|
|
23
|
+
'@apply flex flex-col': {},
|
|
24
|
+
'@apply bg-background-content': {}
|
|
20
25
|
},
|
|
21
26
|
'&-main': {
|
|
22
|
-
'@apply grow shrink max-h-full items-center': {}
|
|
27
|
+
'@apply grow shrink max-h-full max-w-full items-center': {}
|
|
23
28
|
}
|
|
24
29
|
},
|
|
25
30
|
'&-sidebar': {
|
|
26
31
|
'@apply flex flex-col': {},
|
|
27
|
-
'@apply
|
|
32
|
+
'@apply lg:w-[22em]': {},
|
|
28
33
|
'@apply h-full': {},
|
|
29
34
|
'@apply overflow-hidden': {},
|
|
30
35
|
'@apply border-r-1 border-r-divider': {},
|
|
@@ -41,6 +46,7 @@ var AIModule = exports.AIModule = function AIModule(colors) {
|
|
|
41
46
|
'@apply px-16 pt-16 pb-24 gap-16': {},
|
|
42
47
|
'@apply w-full': {},
|
|
43
48
|
'@apply max-h-full overflow-y-auto': {},
|
|
49
|
+
'@apply max-w-full overflow-x-hidden': {},
|
|
44
50
|
'&-questions': {
|
|
45
51
|
'@apply flex flex-col gap-8 w-full': {},
|
|
46
52
|
'&-title': {
|
|
@@ -55,12 +61,12 @@ var AIModule = exports.AIModule = function AIModule(colors) {
|
|
|
55
61
|
'@apply shrink-0': {}
|
|
56
62
|
},
|
|
57
63
|
'&[data-fullscreen="false"]': {
|
|
58
|
-
'@apply rounded-tl-groups': {},
|
|
59
|
-
'@apply max-w-[26em]': {},
|
|
60
|
-
'@apply w-[26em]': {},
|
|
61
|
-
'@apply max-h-[44em]': {},
|
|
64
|
+
'@apply md:rounded-tl-groups': {},
|
|
65
|
+
'@apply md:max-w-[26em]': {},
|
|
66
|
+
'@apply w-full md:w-[26em]': {},
|
|
67
|
+
'@apply md:max-h-[44em]': {},
|
|
62
68
|
'&[data-docked="false"]': {
|
|
63
|
-
'@apply h-full': {}
|
|
69
|
+
'@apply h-full md:h-[44em]': {}
|
|
64
70
|
}
|
|
65
71
|
},
|
|
66
72
|
'.sk-ai-feed': {
|
|
@@ -85,6 +91,9 @@ var AIModule = exports.AIModule = function AIModule(colors) {
|
|
|
85
91
|
'@apply pt-20 pb-32': {}
|
|
86
92
|
}
|
|
87
93
|
},
|
|
94
|
+
'&[data-docked="true"]': {
|
|
95
|
+
'@apply h-64 w-full md:w-[19em]': {}
|
|
96
|
+
},
|
|
88
97
|
'&-header': _extends({
|
|
89
98
|
'@apply flex items-center justify-between': {},
|
|
90
99
|
'@apply w-full': {},
|
|
@@ -93,8 +102,15 @@ var AIModule = exports.AIModule = function AIModule(colors) {
|
|
|
93
102
|
'@apply transition-all': {},
|
|
94
103
|
'@apply bg-inverted-background-content': {},
|
|
95
104
|
'@apply text-inverted-dark-primary': {},
|
|
105
|
+
'#sk-ai-module-mobile-menu': {
|
|
106
|
+
'@apply md:hidden': {}
|
|
107
|
+
},
|
|
108
|
+
'#sk-ai-module-fullscreen-toggle': {
|
|
109
|
+
'@apply max-md:hidden': {}
|
|
110
|
+
},
|
|
96
111
|
'&[data-docked="true"]': {
|
|
97
|
-
'@apply px-12 pt-10 pb-12': {}
|
|
112
|
+
'@apply px-12 pt-10 pb-12': {},
|
|
113
|
+
'@apply cursor-pointer': {}
|
|
98
114
|
},
|
|
99
115
|
'&-title': {
|
|
100
116
|
'@apply flex justify-start items-center': {},
|
|
@@ -117,7 +133,7 @@ var AIModule = exports.AIModule = function AIModule(colors) {
|
|
|
117
133
|
'@apply pt-0 px-24': {},
|
|
118
134
|
'@apply bg-transparent': {},
|
|
119
135
|
'.sk-avatar': {
|
|
120
|
-
'@apply w-56 h-56': {}
|
|
136
|
+
'@apply w-40 h-40 lg:w-56 lg:h-56': {}
|
|
121
137
|
},
|
|
122
138
|
'.sk-ai-module-header-heading-name': {
|
|
123
139
|
'@apply text-label-large text-dark-primary': {}
|
|
@@ -138,10 +154,55 @@ var AIModule = exports.AIModule = function AIModule(colors) {
|
|
|
138
154
|
}),
|
|
139
155
|
'&-sessions': {
|
|
140
156
|
'@apply px-20': {},
|
|
157
|
+
'&-group': {
|
|
158
|
+
'@apply py-8 px-12': {}
|
|
159
|
+
},
|
|
141
160
|
'&-history': {
|
|
142
161
|
'@apply flex flex-col p-8 gap-16': {},
|
|
143
162
|
'&-list': {
|
|
144
|
-
'@apply flex flex-col p-0 gap-8': {}
|
|
163
|
+
'@apply flex flex-col p-0 gap-8': {},
|
|
164
|
+
'[role="menuitem"]': {
|
|
165
|
+
'@apply max-w-full': {},
|
|
166
|
+
'@apply max-h-none h-auto text-wrap text-left': {}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
'.sk-avatar': {
|
|
172
|
+
'@apply transition-all duration-500': {}
|
|
173
|
+
},
|
|
174
|
+
'&-mobile-menu': {
|
|
175
|
+
'@apply rounded-0 py-16 absolute top-0 bottom-0 overflow-x-hidden': {},
|
|
176
|
+
'@apply px-0': {},
|
|
177
|
+
'@apply rounded-l-button': {},
|
|
178
|
+
'@apply bg-background-100': {},
|
|
179
|
+
'@apply shadow-100': {},
|
|
180
|
+
'@apply transition-all': {},
|
|
181
|
+
'&-top-bar': {
|
|
182
|
+
'@apply flex justify-between items-start': {},
|
|
183
|
+
'@apply pl-0 pr-16': {},
|
|
184
|
+
'.sk-ai-module-header': {
|
|
185
|
+
'@apply shrink': {}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
'&-content': {
|
|
189
|
+
'@apply flex flex-col pt-8': {},
|
|
190
|
+
'[role="menuitem"]': {
|
|
191
|
+
'@apply w-full': {}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
'&[data-show="true"]': {
|
|
195
|
+
'@apply left-16 right-0': {}
|
|
196
|
+
},
|
|
197
|
+
'&[data-show="false"]': {
|
|
198
|
+
'@apply w-0 h-0 left-full': {},
|
|
199
|
+
'.sk-ai-module-mobile-menu': {
|
|
200
|
+
'&-top-bar': {
|
|
201
|
+
'@apply hidden': {}
|
|
202
|
+
},
|
|
203
|
+
'&-content': {
|
|
204
|
+
'@apply hidden': {}
|
|
205
|
+
}
|
|
145
206
|
}
|
|
146
207
|
}
|
|
147
208
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-module.js","names":["AIModule","exports","colors","_extends","reduce","styles","color","_ref","_extends2"],"sources":["../../../../src/components/ai/ai-module.ts"],"sourcesContent":["export const AIModule = (colors: string[]) => ({\r\n '.sk-ai-module': {\r\n '@apply fixed': {},\r\n '@apply overflow-hidden': {},\r\n '@apply flex flex-col gap-0 items-center justify-start': {},\r\n '@apply shadow-200': {},\r\n '@apply transition-all': {},\r\n '@apply bottom-0 right-0': {},\r\n\r\n '&-content': {\r\n '@apply flex w-full gap-0 h-full justify-between': {},\r\n '@apply overflow-hidden': {},\r\n '&-row': {\r\n '@apply flex flex-col': {},\r\n },\r\n '&-main': {\r\n '@apply grow shrink max-h-full items-center': {},\r\n },\r\n },\r\n\r\n '&-sidebar': {\r\n '@apply flex flex-col': {},\r\n '@apply min-w-[22em]': {},\r\n '@apply h-full': {},\r\n '@apply overflow-hidden': {},\r\n '@apply border-r-1 border-r-divider': {},\r\n '@apply pt-20 px-0 gap-16': {},\r\n '&-sessions': {\r\n '@apply flex flex-col': {},\r\n '@apply grow w-full': {},\r\n '@apply overflow-y-auto': {},\r\n '@apply px-24 pb-20 gap-16': {},\r\n },\r\n },\r\n '&-feed': {\r\n '@apply flex flex-col grow': {},\r\n '@apply px-16 pt-16 pb-24 gap-16': {},\r\n '@apply w-full': {},\r\n '@apply max-h-full overflow-y-auto': {},\r\n '&-questions': {\r\n '@apply flex flex-col gap-8 w-full': {},\r\n '&-title': {\r\n '@apply text-label-medium text-dark-primary': {},\r\n },\r\n '&-wrapper': {\r\n '@apply flex flex-col gap-16 w-full': {},\r\n },\r\n },\r\n },\r\n '.sk-ai-inputsection': {\r\n '@apply shrink-0': {},\r\n },\r\n '&[data-fullscreen=\"false\"]': {\r\n '@apply rounded-tl-groups': {},\r\n '@apply max-w-[26em]': {},\r\n '@apply w-[26em]': {},\r\n '@apply max-h-[44em]': {},\r\n '&[data-docked=\"false\"]': {\r\n '@apply h-full': {},\r\n },\r\n },\r\n '.sk-ai-feed': {\r\n '@apply w-full': {},\r\n },\r\n '&[data-fullscreen=\"true\"]': {\r\n '@apply w-full': {},\r\n '.sk-ai-module-feed': {\r\n '@apply gap-40 grow w-full items-center': {},\r\n '.sk-ai-feed': {\r\n '@apply text-base max-w-[50em]': {},\r\n },\r\n '&-questions': {\r\n '@apply flex-row gap-16': {},\r\n '&-wrapper': {\r\n '@apply text-base max-w-[50em]': {},\r\n },\r\n },\r\n },\r\n '.sk-ai-inputsection': {\r\n '@apply text-base max-w-[50em]': {},\r\n '@apply pt-20 pb-32': {},\r\n },\r\n },\r\n\r\n '&-header': {\r\n '@apply flex items-center justify-between': {},\r\n '@apply w-full': {},\r\n '@apply shrink-0': {},\r\n '@apply px-14 py-16': {},\r\n '@apply transition-all': {},\r\n '@apply bg-inverted-background-content': {},\r\n '@apply text-inverted-dark-primary': {},\r\n\r\n '&[data-docked=\"true\"]': {\r\n '@apply px-12 pt-10 pb-12': {},\r\n },\r\n\r\n '&-title': {\r\n '@apply flex justify-start items-center': {},\r\n '@apply gap-12 pr-16': {},\r\n },\r\n '&-heading': {\r\n '@apply flex flex-col gap-0': {},\r\n '&-name': {\r\n '@apply text-label-medium': {},\r\n },\r\n '&-subtitle': {\r\n '@apply text-small text-inverted-dark-secondary': {},\r\n },\r\n },\r\n\r\n '&-menu': {\r\n '@apply flex justify-center items-center': {},\r\n '@apply gap-12': {},\r\n },\r\n\r\n '&[data-variant=\"alt\"]': {\r\n '@apply pt-0 px-24': {},\r\n '@apply bg-transparent': {},\r\n '.sk-avatar': {\r\n '@apply w-56 h-56': {},\r\n },\r\n '.sk-ai-module-header-heading-name': {\r\n '@apply text-label-large text-dark-primary': {},\r\n },\r\n '.sk-ai-module-header-heading-subtitle': {\r\n '@apply text-small text-dark-secondary': {},\r\n },\r\n },\r\n\r\n ...colors.reduce(\r\n (styles, color) => ({\r\n ...styles,\r\n\r\n [`&[data-color=\"${color}\"]`]: {\r\n [`@apply bg-${color}-surface-primary`]: {},\r\n },\r\n }),\r\n {}\r\n ),\r\n '&[data-fullscreen=\"true\"]': {\r\n '@apply bg-background-content': {},\r\n '@apply text-dark-primary': {},\r\n '@apply px-20 pt-20 pb-12': {},\r\n },\r\n },\r\n '&-sessions': {\r\n '@apply px-20': {},\r\n '&-history': {\r\n '@apply flex flex-col p-8 gap-16': {},\r\n '&-list': {\r\n '@apply flex flex-col p-0 gap-8': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"ai-module.js","names":["AIModule","exports","colors","_extends","reduce","styles","color","_ref","_extends2"],"sources":["../../../../src/components/ai/ai-module.ts"],"sourcesContent":["export const AIModule = (colors: string[]) => ({\n '.sk-ai-module': {\n '@apply fixed': {},\n '@apply max-w-full': {},\n '@apply z-50': {},\n '@apply overflow-hidden': {},\n '@apply flex flex-col gap-0 items-center justify-start': {},\n '@apply shadow-200': {},\n '@apply transition-all': {},\n '@apply duration-300': {},\n '@apply bottom-0 right-0': {},\n\n '&-content': {\n '@apply flex w-full gap-0 h-full justify-between': {},\n '@apply relative': {},\n '@apply overflow-hidden': {},\n '&-row': {\n '@apply flex flex-col': {},\n '@apply bg-background-content': {},\n },\n '&-main': {\n '@apply grow shrink max-h-full max-w-full items-center': {},\n },\n },\n\n '&-sidebar': {\n '@apply flex flex-col': {},\n '@apply lg:w-[22em]': {},\n '@apply h-full': {},\n '@apply overflow-hidden': {},\n '@apply border-r-1 border-r-divider': {},\n '@apply pt-20 px-0 gap-16': {},\n '&-sessions': {\n '@apply flex flex-col': {},\n '@apply grow w-full': {},\n '@apply overflow-y-auto': {},\n '@apply px-24 pb-20 gap-16': {},\n },\n },\n '&-feed': {\n '@apply flex flex-col grow': {},\n '@apply px-16 pt-16 pb-24 gap-16': {},\n '@apply w-full': {},\n '@apply max-h-full overflow-y-auto': {},\n '@apply max-w-full overflow-x-hidden': {},\n '&-questions': {\n '@apply flex flex-col gap-8 w-full': {},\n '&-title': {\n '@apply text-label-medium text-dark-primary': {},\n },\n '&-wrapper': {\n '@apply flex flex-col gap-16 w-full': {},\n },\n },\n },\n '.sk-ai-inputsection': {\n '@apply shrink-0': {},\n },\n '&[data-fullscreen=\"false\"]': {\n '@apply md:rounded-tl-groups': {},\n '@apply md:max-w-[26em]': {},\n '@apply w-full md:w-[26em]': {},\n '@apply md:max-h-[44em]': {},\n '&[data-docked=\"false\"]': {\n '@apply h-full md:h-[44em]': {},\n },\n },\n\n '.sk-ai-feed': {\n '@apply w-full': {},\n },\n '&[data-fullscreen=\"true\"]': {\n '@apply w-full': {},\n '.sk-ai-module-feed': {\n '@apply gap-40 grow w-full items-center': {},\n '.sk-ai-feed': {\n '@apply text-base max-w-[50em]': {},\n },\n '&-questions': {\n '@apply flex-row gap-16': {},\n '&-wrapper': {\n '@apply text-base max-w-[50em]': {},\n },\n },\n },\n '.sk-ai-inputsection': {\n '@apply text-base max-w-[50em]': {},\n '@apply pt-20 pb-32': {},\n },\n },\n '&[data-docked=\"true\"]': {\n '@apply h-64 w-full md:w-[19em]': {},\n },\n '&-header': {\n '@apply flex items-center justify-between': {},\n '@apply w-full': {},\n '@apply shrink-0': {},\n '@apply px-14 py-16': {},\n '@apply transition-all': {},\n '@apply bg-inverted-background-content': {},\n '@apply text-inverted-dark-primary': {},\n\n '#sk-ai-module-mobile-menu': {\n '@apply md:hidden': {},\n },\n '#sk-ai-module-fullscreen-toggle': {\n '@apply max-md:hidden': {},\n },\n\n '&[data-docked=\"true\"]': {\n '@apply px-12 pt-10 pb-12': {},\n '@apply cursor-pointer': {},\n },\n\n '&-title': {\n '@apply flex justify-start items-center': {},\n '@apply gap-12 pr-16': {},\n },\n '&-heading': {\n '@apply flex flex-col gap-0': {},\n '&-name': {\n '@apply text-label-medium': {},\n },\n '&-subtitle': {\n '@apply text-small text-inverted-dark-secondary': {},\n },\n },\n\n '&-menu': {\n '@apply flex justify-center items-center': {},\n '@apply gap-12': {},\n },\n\n '&[data-variant=\"alt\"]': {\n '@apply pt-0 px-24': {},\n '@apply bg-transparent': {},\n '.sk-avatar': {\n '@apply w-40 h-40 lg:w-56 lg:h-56': {},\n },\n '.sk-ai-module-header-heading-name': {\n '@apply text-label-large text-dark-primary': {},\n },\n '.sk-ai-module-header-heading-subtitle': {\n '@apply text-small text-dark-secondary': {},\n },\n },\n\n ...colors.reduce(\n (styles, color) => ({\n ...styles,\n\n [`&[data-color=\"${color}\"]`]: {\n [`@apply bg-${color}-surface-primary`]: {},\n },\n }),\n {}\n ),\n '&[data-fullscreen=\"true\"]': {\n '@apply bg-background-content': {},\n '@apply text-dark-primary': {},\n '@apply px-20 pt-20 pb-12': {},\n },\n },\n '&-sessions': {\n '@apply px-20': {},\n '&-group': {\n '@apply py-8 px-12': {},\n },\n '&-history': {\n '@apply flex flex-col p-8 gap-16': {},\n '&-list': {\n '@apply flex flex-col p-0 gap-8': {},\n '[role=\"menuitem\"]': {\n '@apply max-w-full': {},\n '@apply max-h-none h-auto text-wrap text-left': {},\n },\n },\n },\n },\n '.sk-avatar': {\n '@apply transition-all duration-500': {},\n },\n '&-mobile-menu': {\n '@apply rounded-0 py-16 absolute top-0 bottom-0 overflow-x-hidden': {},\n '@apply px-0': {},\n '@apply rounded-l-button': {},\n '@apply bg-background-100': {},\n '@apply shadow-100': {},\n '@apply transition-all': {},\n\n '&-top-bar': {\n '@apply flex justify-between items-start': {},\n '@apply pl-0 pr-16': {},\n '.sk-ai-module-header': {\n '@apply shrink': {},\n },\n },\n '&-content': {\n '@apply flex flex-col pt-8': {},\n '[role=\"menuitem\"]': {\n '@apply w-full': {},\n },\n },\n '&[data-show=\"true\"]': {\n '@apply left-16 right-0': {},\n },\n '&[data-show=\"false\"]': {\n '@apply w-0 h-0 left-full': {},\n '.sk-ai-module-mobile-menu': {\n '&-top-bar': {\n '@apply hidden': {},\n },\n '&-content': {\n '@apply hidden': {},\n },\n },\n },\n },\n },\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -37,13 +37,13 @@ var AssistantPresentation = exports.AssistantPresentation = function AssistantPr
|
|
|
37
37
|
},
|
|
38
38
|
'&[data-size="sm"]': {
|
|
39
39
|
'.sk-avatar': {
|
|
40
|
-
'@apply w-72 h-72': {},
|
|
40
|
+
'@apply w-64 sm:w-72 h-64 sm:h-72': {},
|
|
41
41
|
'@apply max-w-72 max-h-72': {}
|
|
42
42
|
},
|
|
43
43
|
'.sk-ai-assistant-presentation-header': {
|
|
44
44
|
'@apply gap-4 pb-16': {},
|
|
45
45
|
'&-title': {
|
|
46
|
-
'@apply text-h3-md': {}
|
|
46
|
+
'@apply text-h3-sm sm:text-h3-md': {}
|
|
47
47
|
},
|
|
48
48
|
'&-description': {
|
|
49
49
|
'@apply text-small': {}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assistant-presentation.js","names":["AssistantPresentation","exports"],"sources":["../../../../src/components/ai/assistant-presentation.ts"],"sourcesContent":["export const AssistantPresentation = () => ({\
|
|
1
|
+
{"version":3,"file":"assistant-presentation.js","names":["AssistantPresentation","exports"],"sources":["../../../../src/components/ai/assistant-presentation.ts"],"sourcesContent":["export const AssistantPresentation = () => ({\n '.sk-ai-assistant-presentation': {\n '@apply flex flex-col gap-16 items-center justify-center': {},\n '@apply text-base': {},\n '@apply h-full grow': {},\n\n '&-header': {\n '@apply flex flex-col items-center justify-start': {},\n '&-title': {\n '@apply text-dark-primary text-center w-full': {},\n },\n '&-description': {\n '@apply text-dark-secondary text-center w-full': {},\n },\n },\n\n '&[data-size=\"lg\"]': {\n '@apply min-h-[25.5em]': {},\n '@apply p-24': {},\n '@apply max-w-[27em]': {},\n\n '.sk-avatar': {\n '@apply w-90-1 h-90-1': {},\n '@apply max-w-90-1 max-h-90-1': {},\n },\n '.sk-ai-assistant-presentation-header': {\n '@apply gap-6 pb-24': {},\n '&-title': {\n '@apply text-h3-lg': {},\n },\n '&-description': {\n '@apply text-lead': {},\n },\n },\n },\n '&[data-size=\"sm\"]': {\n '.sk-avatar': {\n '@apply w-64 sm:w-72 h-64 sm:h-72': {},\n '@apply max-w-72 max-h-72': {},\n },\n '.sk-ai-assistant-presentation-header': {\n '@apply gap-4 pb-16': {},\n '&-title': {\n '@apply text-h3-sm sm:text-h3-md': {},\n },\n '&-description': {\n '@apply text-small': {},\n },\n },\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,qBAAqB,GAAAC,OAAA,CAAAD,qBAAA,GAAG,SAAxBA,qBAAqBA,CAAA;EAAA,OAAU;IAC1C,+BAA+B,EAAE;MAC/B,yDAAyD,EAAE,CAAC,CAAC;MAC7D,kBAAkB,EAAE,CAAC,CAAC;MACtB,oBAAoB,EAAE,CAAC,CAAC;MAExB,UAAU,EAAE;QACV,iDAAiD,EAAE,CAAC,CAAC;QACrD,SAAS,EAAE;UACT,6CAA6C,EAAE,CAAC;QAClD,CAAC;QACD,eAAe,EAAE;UACf,+CAA+C,EAAE,CAAC;QACpD;MACF,CAAC;MAED,mBAAmB,EAAE;QACnB,uBAAuB,EAAE,CAAC,CAAC;QAC3B,aAAa,EAAE,CAAC,CAAC;QACjB,qBAAqB,EAAE,CAAC,CAAC;QAEzB,YAAY,EAAE;UACZ,sBAAsB,EAAE,CAAC,CAAC;UAC1B,8BAA8B,EAAE,CAAC;QACnC,CAAC;QACD,sCAAsC,EAAE;UACtC,oBAAoB,EAAE,CAAC,CAAC;UACxB,SAAS,EAAE;YACT,mBAAmB,EAAE,CAAC;UACxB,CAAC;UACD,eAAe,EAAE;YACf,kBAAkB,EAAE,CAAC;UACvB;QACF;MACF,CAAC;MACD,mBAAmB,EAAE;QACnB,YAAY,EAAE;UACZ,kCAAkC,EAAE,CAAC,CAAC;UACtC,0BAA0B,EAAE,CAAC;QAC/B,CAAC;QACD,sCAAsC,EAAE;UACtC,oBAAoB,EAAE,CAAC,CAAC;UACxB,SAAS,EAAE;YACT,iCAAiC,EAAE,CAAC;UACtC,CAAC;UACD,eAAe,EAAE;YACf,mBAAmB,EAAE,CAAC;UACxB;QACF;MACF;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -8,6 +8,7 @@ var Bubble = exports.Bubble = function Bubble(colors) {
|
|
|
8
8
|
'.sk-ai-bubble': _extends({
|
|
9
9
|
'@apply inline-flex text-left items-center justify-start': {},
|
|
10
10
|
'@apply w-fit': {},
|
|
11
|
+
'@apply focus-visible:ring ring-ring': {},
|
|
11
12
|
'@apply relative': {},
|
|
12
13
|
'@apply rounded-t-button rounded-br-button': {},
|
|
13
14
|
'@apply pt-10 pr-12 pb-10 pl-14': {},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bubble.js","names":["Bubble","exports","colors","_extends","reduce","styles","color","_skAiBubbleTail","_skAiBubbleTail2","_ref","_extends2"],"sources":["../../../../src/components/ai/bubble.ts"],"sourcesContent":["export const Bubble = (colors: string[]) => ({\
|
|
1
|
+
{"version":3,"file":"bubble.js","names":["Bubble","exports","colors","_extends","reduce","styles","color","_skAiBubbleTail","_skAiBubbleTail2","_ref","_extends2"],"sources":["../../../../src/components/ai/bubble.ts"],"sourcesContent":["export const Bubble = (colors: string[]) => ({\n '.sk-ai-bubble': {\n '@apply inline-flex text-left items-center justify-start': {},\n '@apply w-fit': {},\n '@apply focus-visible:ring ring-ring': {},\n '@apply relative': {},\n '@apply rounded-t-button rounded-br-button': {},\n '@apply pt-10 pr-12 pb-10 pl-14': {},\n '@apply gap-16': {},\n '@apply shadow-[0_1px_0_0_rgba(0,0,0,0.2)]': {},\n '@apply text-small': {},\n '@apply text-dark-secondary': {},\n ...colors.reduce(\n (styles, color) => ({\n ...styles,\n\n [`&[data-color=\"${color}\"]`]: {\n [`@apply bg-${color}-surface-accent hover:bg-${color}-surface-accent-hover`]: {},\n '.sk-ai-bubble-tail': {\n [`@apply shadow-${color}-surface-accent`]: {},\n },\n '&:hover': {\n '.sk-ai-bubble-tail': {\n [`@apply shadow-${color}-surface-accent-hover`]: {},\n },\n },\n },\n }),\n {}\n ),\n '&-tail': {\n '@apply text-base': {},\n '@apply absolute left-0 bottom-[-1.25em]': {},\n '@apply w-32 h-32': {},\n '@apply rounded-tl-16 rounded-bl-0': {},\n '@apply bg-transparent': {},\n '@apply shadow-[0_-1em_0_0_var(--tw-shadow-color)]': {},\n '@apply scale-y-[25%]': {},\n '&:before': {\n '@apply content-[\"\"]': {},\n '@apply absolute left-0 bottom-[-0.15625em]': {},\n '@apply w-32 h-32': {},\n '@apply rounded-tl-16 rounded-bl-0': {},\n '@apply bg-transparent': {},\n '@apply shadow-[0_-0.15625em_0_0_rgb(0,0,0,0.2)]': {},\n 'clip-path': 'polygon(0 0, 0 1em, 0.25em 1em, 0.59375em 0)',\n },\n },\n },\n});\n"],"mappings":";;;;;AAAO,IAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG,SAATA,MAAMA,CAAIE,MAAgB;EAAA,OAAM;IAC3C,eAAe,EAAAC,QAAA;MACb,yDAAyD,EAAE,CAAC,CAAC;MAC7D,cAAc,EAAE,CAAC,CAAC;MAClB,qCAAqC,EAAE,CAAC,CAAC;MACzC,iBAAiB,EAAE,CAAC,CAAC;MACrB,2CAA2C,EAAE,CAAC,CAAC;MAC/C,gCAAgC,EAAE,CAAC,CAAC;MACpC,eAAe,EAAE,CAAC,CAAC;MACnB,2CAA2C,EAAE,CAAC,CAAC;MAC/C,mBAAmB,EAAE,CAAC,CAAC;MACvB,4BAA4B,EAAE,CAAC;IAAC,GAC7BD,MAAM,CAACE,MAAM,CACd,UAACC,MAAM,EAAEC,KAAK;MAAA,IAAAC,eAAA,EAAAC,gBAAA,EAAAC,IAAA,EAAAC,SAAA;MAAA,OAAAP,QAAA,KACTE,MAAM,GAAAK,SAAA,OAAAA,SAAA,qBAESJ,KAAK,aAAAG,IAAA,OAAAA,IAAA,gBACPH,KAAK,iCAA4BA,KAAK,8BAA0B,CAAC,CAAC,EAAAG,IAAA,CAChF,oBAAoB,KAAAF,eAAA,OAAAA,eAAA,oBACAD,KAAK,wBAAoB,CAAC,CAAC,EAAAC,eAAA,GAAAE,IAAA,CAE/C,SAAS,IAAE;QACT,oBAAoB,GAAAD,gBAAA,OAAAA,gBAAA,oBACAF,KAAK,8BAA0B,CAAC,CAAC,EAAAE,gBAAA;MAEvD,CAAC,EAAAC,IAAA,GAAAC,SAAA;IAAA,CAEH,EACF,CAAC,CACH,CAAC;MACD,QAAQ,EAAE;QACR,kBAAkB,EAAE,CAAC,CAAC;QACtB,yCAAyC,EAAE,CAAC,CAAC;QAC7C,kBAAkB,EAAE,CAAC,CAAC;QACtB,mCAAmC,EAAE,CAAC,CAAC;QACvC,uBAAuB,EAAE,CAAC,CAAC;QAC3B,mDAAmD,EAAE,CAAC,CAAC;QACvD,sBAAsB,EAAE,CAAC,CAAC;QAC1B,UAAU,EAAE;UACV,qBAAqB,EAAE,CAAC,CAAC;UACzB,4CAA4C,EAAE,CAAC,CAAC;UAChD,kBAAkB,EAAE,CAAC,CAAC;UACtB,mCAAmC,EAAE,CAAC,CAAC;UACvC,uBAAuB,EAAE,CAAC,CAAC;UAC3B,iDAAiD,EAAE,CAAC,CAAC;UACrD,WAAW,EAAE;QACf;MACF;IAAC;EAEL,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedback.js","names":["Feedback","exports"],"sources":["../../../../src/components/ai/feedback.ts"],"sourcesContent":["export const Feedback = () => ({\
|
|
1
|
+
{"version":3,"file":"feedback.js","names":["Feedback","exports"],"sources":["../../../../src/components/ai/feedback.ts"],"sourcesContent":["export const Feedback = () => ({\n '.sk-ai-feedback': {\n '@apply ml-24 flex gap-24 justify-start mb-16': {},\n '@apply max-w-full': {},\n '&-button': {\n '&[data-current=\"true\"]': {\n '@apply bg-tertiary-surface-hover': {},\n },\n },\n '&-more': {\n '@apply flex flex-col gap-8 px-14 pt-8 pb-12 bg-background-color-mixin-1 text-dark-primary rounded-button': {},\n '&-header': {\n '@apply flex flex-row items-center justify-between text-label-small': {},\n },\n '&-reason': {\n '@apply flex flex-row items-center gap-8 justify-start flex-wrap': {},\n },\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG,SAAXA,QAAQA,CAAA;EAAA,OAAU;IAC7B,iBAAiB,EAAE;MACjB,8CAA8C,EAAE,CAAC,CAAC;MAClD,mBAAmB,EAAE,CAAC,CAAC;MACvB,UAAU,EAAE;QACV,wBAAwB,EAAE;UACxB,kCAAkC,EAAE,CAAC;QACvC;MACF,CAAC;MACD,QAAQ,EAAE;QACR,0GAA0G,EAAE,CAAC,CAAC;QAC9G,UAAU,EAAE;UACV,oEAAoE,EAAE,CAAC;QACzE,CAAC;QACD,UAAU,EAAE;UACV,iEAAiE,EAAE,CAAC;QACtE;MACF;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-section.js","names":["InputSection","exports"],"sources":["../../../../src/components/ai/input-section.ts"],"sourcesContent":["export const InputSection = () => ({\
|
|
1
|
+
{"version":3,"file":"input-section.js","names":["InputSection","exports"],"sources":["../../../../src/components/ai/input-section.ts"],"sourcesContent":["export const InputSection = () => ({\n '.sk-ai-inputsection': {\n '@apply w-full': {},\n '&-input': {\n '@apply w-full': {},\n },\n '&-wrapper': {\n '@apply bg-background-content': {},\n '@apply flex items-center justify-center w-full': {},\n '@apply px-16 py-12 gap-12': {},\n '&[data-shadow=\"true\"]': {\n '@apply shadow-100': {},\n },\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG,SAAfA,YAAYA,CAAA;EAAA,OAAU;IACjC,qBAAqB,EAAE;MACrB,eAAe,EAAE,CAAC,CAAC;MACnB,SAAS,EAAE;QACT,eAAe,EAAE,CAAC;MACpB,CAAC;MACD,WAAW,EAAE;QACX,8BAA8B,EAAE,CAAC,CAAC;QAClC,gDAAgD,EAAE,CAAC,CAAC;QACpD,2BAA2B,EAAE,CAAC,CAAC;QAC/B,uBAAuB,EAAE;UACvB,mBAAmB,EAAE,CAAC;QACxB;MACF;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"markdown-rendered.js","names":["MarkdownRendered","exports"],"sources":["../../../../src/components/ai/markdown-rendered.ts"],"sourcesContent":["export const MarkdownRendered = () => ({\
|
|
1
|
+
{"version":3,"file":"markdown-rendered.js","names":["MarkdownRendered","exports"],"sources":["../../../../src/components/ai/markdown-rendered.ts"],"sourcesContent":["export const MarkdownRendered = () => ({\n '.sk-ai-markdown': {\n '@apply flex flex-col gap-32': {},\n '&-p': {\n '@apply mb-0 my-0 break-words': {},\n },\n '&-a': {\n '@apply my-8': {},\n },\n '&-ol': {\n '@apply list-decimal ml-24 my-0': {},\n },\n '&-ul': {\n '@apply list-disc ml-24 my-0': {},\n },\n '&-li': {\n '@apply my-16': {},\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAG,SAAnBA,gBAAgBA,CAAA;EAAA,OAAU;IACrC,iBAAiB,EAAE;MACjB,6BAA6B,EAAE,CAAC,CAAC;MACjC,KAAK,EAAE;QACL,8BAA8B,EAAE,CAAC;MACnC,CAAC;MACD,KAAK,EAAE;QACL,aAAa,EAAE,CAAC;MAClB,CAAC;MACD,MAAM,EAAE;QACN,gCAAgC,EAAE,CAAC;MACrC,CAAC;MACD,MAAM,EAAE;QACN,6BAA6B,EAAE,CAAC;MAClC,CAAC;MACD,MAAM,EAAE;QACN,cAAc,EAAE,CAAC;MACnB;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typing-bubble.js","names":["TypingBubble","exports"],"sources":["../../../../src/components/ai/typing-bubble.ts"],"sourcesContent":["export const TypingBubble = () => ({\
|
|
1
|
+
{"version":3,"file":"typing-bubble.js","names":["TypingBubble","exports"],"sources":["../../../../src/components/ai/typing-bubble.ts"],"sourcesContent":["export const TypingBubble = () => ({\n '.sk-ai-typing-bubble': {\n '@apply inline-flex items-center justify-center': {},\n '@apply p-12 gap-8 w-min': {},\n '@apply bg-tertiary-surface': {},\n '@apply text-dark-secondary': {},\n '@apply rounded-button': {},\n '&[data-position=\"left\"]': {\n '@apply rounded-br-0': {},\n },\n '&[data-position=\"right\"]': {\n '@apply rounded-bl-0': {},\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG,SAAfA,YAAYA,CAAA;EAAA,OAAU;IACjC,sBAAsB,EAAE;MACtB,gDAAgD,EAAE,CAAC,CAAC;MACpD,yBAAyB,EAAE,CAAC,CAAC;MAC7B,4BAA4B,EAAE,CAAC,CAAC;MAChC,4BAA4B,EAAE,CAAC,CAAC;MAChC,uBAAuB,EAAE,CAAC,CAAC;MAC3B,yBAAyB,EAAE;QACzB,qBAAqB,EAAE,CAAC;MAC1B,CAAC;MACD,0BAA0B,EAAE;QAC1B,qBAAqB,EAAE,CAAC;MAC1B;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typing-sequence.js","names":["TypingSequence","exports","colors","_extends","reduce","styles","color","_ref","_extends2"],"sources":["../../../../src/components/ai/typing-sequence.ts"],"sourcesContent":["export const TypingSequence = (colors: string[]) => ({\
|
|
1
|
+
{"version":3,"file":"typing-sequence.js","names":["TypingSequence","exports","colors","_extends","reduce","styles","color","_ref","_extends2"],"sources":["../../../../src/components/ai/typing-sequence.ts"],"sourcesContent":["export const TypingSequence = (colors: string[]) => ({\n '.sk-ai-typing-sequence': {\n '@apply bg-transparent': {},\n '@apply inline-flex': {},\n '@apply h-[0.5rem] w-fit gap-6': {},\n '&-dot': {\n '@apply rounded-full': {},\n '@apply block': {},\n '@apply w-[0.5rem] h-[0.5rem]': {},\n '@apply bg-dark-secondary': {},\n '&[data-order=\"1\"]': {\n '@apply animate-typing-bounce-1': {},\n },\n '&[data-order=\"2\"]': {\n '@apply animate-typing-bounce-2': {},\n },\n '&[data-order=\"3\"]': {\n '@apply animate-typing-bounce-3': {},\n },\n ...colors.reduce(\n (styles, color) => ({\n ...styles,\n\n [`&[data-color=\"${color}\"]`]: {\n [`@apply bg-${color}-surface-primary`]: {},\n },\n }),\n {}\n ),\n },\n },\n});\n"],"mappings":";;;;;AAAO,IAAMA,cAAc,GAAAC,OAAA,CAAAD,cAAA,GAAG,SAAjBA,cAAcA,CAAIE,MAAgB;EAAA,OAAM;IACnD,wBAAwB,EAAE;MACxB,uBAAuB,EAAE,CAAC,CAAC;MAC3B,oBAAoB,EAAE,CAAC,CAAC;MACxB,+BAA+B,EAAE,CAAC,CAAC;MACnC,OAAO,EAAAC,QAAA;QACL,qBAAqB,EAAE,CAAC,CAAC;QACzB,cAAc,EAAE,CAAC,CAAC;QAClB,8BAA8B,EAAE,CAAC,CAAC;QAClC,0BAA0B,EAAE,CAAC,CAAC;QAC9B,mBAAmB,EAAE;UACnB,gCAAgC,EAAE,CAAC;QACrC,CAAC;QACD,mBAAmB,EAAE;UACnB,gCAAgC,EAAE,CAAC;QACrC,CAAC;QACD,mBAAmB,EAAE;UACnB,gCAAgC,EAAE,CAAC;QACrC;MAAC,GACED,MAAM,CAACE,MAAM,CACd,UAACC,MAAM,EAAEC,KAAK;QAAA,IAAAC,IAAA,EAAAC,SAAA;QAAA,OAAAL,QAAA,KACTE,MAAM,GAAAG,SAAA,OAAAA,SAAA,qBAESF,KAAK,aAAAC,IAAA,OAAAA,IAAA,gBACPD,KAAK,yBAAqB,CAAC,CAAC,EAAAC,IAAA,GAAAC,SAAA;MAAA,CAE5C,EACF,CAAC,CACH,CAAC;IAEL;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -173,10 +173,7 @@ var Button = exports.Button = function Button(colors) {
|
|
|
173
173
|
// State
|
|
174
174
|
'&-disabled, &[aria-disabled="true"]': {
|
|
175
175
|
'@apply shadow-none disabled:shadow-none disabled:cursor-default cursor-default': {},
|
|
176
|
-
'@apply disabled:text-dark-disabled text-dark-disabled disabled:bg-primary-surface-disabled bg-primary-surface-disabled disabled:border-transparent border-transparent !important': {}
|
|
177
|
-
'&[data-inverted="true"]': {
|
|
178
|
-
'@apply disabled:text-inverted-dark-disabled text-inverted-dark-disabled disabled:bg-inverted-primary-surface-disabled bg-inverted-primary-surface-disabled disabled:border-transparent border-transparent !important': {}
|
|
179
|
-
}
|
|
176
|
+
'@apply disabled:text-dark-disabled text-dark-disabled disabled:bg-primary-surface-disabled bg-primary-surface-disabled disabled:border-transparent border-transparent !important': {}
|
|
180
177
|
}
|
|
181
178
|
}, buttonPrimary(colors), buttonSecondary(), buttonTertiary(), buttonGhost(), buttonLink(colors), {
|
|
182
179
|
'&[data-background="false"]:not(:hover)': {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.js","names":["buttonPrimary","colors","_dataInvertedTru2","_dataColorPrimar","_extends","reduce","styles","color","_active","_active2","_dataInvertedTru","_ref","_extends2","buttonSecondary","buttonTertiary","buttonGhost","buttonLink","_ref2","_extends3","Button","exports","transitionProperty"],"sources":["../../../src/components/button.ts"],"sourcesContent":["function buttonPrimary(colors: string[]) {\r\n return {\r\n '&-primary': {\r\n '@apply text-light-primary': {},\r\n /* hover */\r\n '@apply hover:bg-primary-surface-hover': {},\r\n\r\n ...colors.reduce(\r\n (styles, color) => ({\r\n ...styles,\r\n [`&[data-color=\"${color}\"]`]: {\r\n [`@apply bg-${color}-surface-primary text-${color}-text-secondary`]: {},\r\n // hover\r\n [`@apply hover:bg-${color}-surface-primary-hover hover:text-light-primary`]: {},\r\n // keyboard active\r\n '&.active': {\r\n [`@apply bg-${color}-surface-primary-hover`]: {},\r\n },\r\n [`@apply active:bg-${color}-surface-primary-hover`]: {},\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-inverted-light-primary': {},\r\n [`@apply bg-inverted-${color}-surface-primary text-inverted-${color}-text-secondary`]: {},\r\n // hover\r\n [`@apply hover:bg-inverted-${color}-surface-primary-hover hover:text-inverted-light-primary`]: {},\r\n // keyboard active\r\n '&.active': {\r\n [`@apply bg-inverted-${color}-surface-primary-hover`]: {},\r\n },\r\n [`@apply active:bg-inverted-${color}-surface-primary-hover`]: {},\r\n },\r\n },\r\n }),\r\n {}\r\n ),\r\n\r\n \"&[data-color='primary']\": {\r\n '@apply bg-primary-surface': {},\r\n '@apply hover:bg-primary-surface-hover': {},\r\n '&.active': {\r\n '@apply bg-primary-surface-hover': {},\r\n },\r\n [`@apply active:bg-primary-surface-hover`]: {},\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-inverted-light-primary': {},\r\n '@apply bg-inverted-primary-surface': {},\r\n '@apply hover:bg-inverted-primary-surface-hover': {},\r\n '&.active': {\r\n '@apply bg-inverted-primary-surface-hover': {},\r\n },\r\n [`@apply active:bg-inverted-primary-surface-hover`]: {},\r\n },\r\n },\r\n },\r\n };\r\n}\r\nfunction buttonSecondary() {\r\n return {\r\n '&-secondary': {\r\n '@apply border-secondary-outline': {},\r\n '@apply text-dark-secondary': {},\r\n '@apply bg-secondary-surface': {},\r\n /* hover */\r\n '@apply hover:border-secondary-outline-hover': {},\r\n '@apply hover:bg-secondary-surface-hover': {},\r\n /* focus */\r\n '@apply focus-visible:border-background-content': {},\r\n\r\n // State\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-secondary-surface-disabled bg-secondary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply border-inverted-secondary-outline': {},\r\n '@apply text-inverted-dark-secondary': {},\r\n '@apply bg-inverted-secondary-surface': {},\r\n /* hover */\r\n '@apply hover:border-inverted-secondary-outline-hover': {},\r\n '@apply hover:bg-inverted-secondary-surface-hover': {},\r\n /* focus */\r\n '@apply focus-visible:border-inverted-background-content': {},\r\n\r\n // State\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-inverted-secondary-surface-disabled bg-inverted-secondary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n },\r\n },\r\n };\r\n}\r\n\r\nfunction buttonTertiary() {\r\n return {\r\n '&-tertiary': {\r\n '@apply text-dark-secondary': {},\r\n '@apply bg-tertiary-surface': {},\r\n /* hover */\r\n '@apply hover:bg-tertiary-surface-hover': {},\r\n\r\n // State\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-tertiary-surface-disabled bg-tertiary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-inverted-dark-secondary': {},\r\n '@apply bg-inverted-tertiary-surface': {},\r\n /* hover */\r\n '@apply hover:bg-inverted-tertiary-surface-hover': {},\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-inverted-tertiary-surface-disabled bg-inverted-tertiary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n },\r\n },\r\n };\r\n}\r\nfunction buttonGhost() {\r\n return {\r\n '&-ghost': {\r\n '@apply text-dark-secondary': {},\r\n '@apply bg-transparent': {},\r\n '@apply border-transparent': {},\r\n /* hover */\r\n '@apply hover:bg-transparent': {},\r\n '@apply hover:border-transparent': {},\r\n\r\n // State\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-transparent bg-transparent disabled:border-transparent border-transparent !important': {},\r\n },\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-inverted-dark-secondary': {},\r\n },\r\n },\r\n };\r\n}\r\n\r\nfunction buttonLink(colors: string[]) {\r\n return {\r\n '&-link': {\r\n '@apply h-auto p-0 leading-normal text-neutral-600 hover:underline active:text-neutral-700': {},\r\n '&.active': {\r\n '@apply underline': {},\r\n },\r\n // dark colors\r\n '@apply dark:text-neutral-200': {},\r\n '@apply dark:active:text-neutral-500': {},\r\n\r\n ...colors.reduce(\r\n (styles, color) => ({\r\n ...styles,\r\n [`&[data-color=\"${color}\"]`]: {\r\n [`@apply text-${color}-text active:text-${color}-text`]: {},\r\n // dark colors\r\n },\r\n }),\r\n {}\r\n ),\r\n },\r\n };\r\n}\r\n\r\nexport const Button = (colors: string[]) => ({\r\n '.sk-btn': {\r\n '@apply box-border': {},\r\n '@apply border-2 border-transparent': {},\r\n '@apply cursor-pointer': {},\r\n '@apply relative': {},\r\n '@apply m-0': {},\r\n '@apply px-24 py-8 gap-8': {},\r\n '@apply inline-flex items-center justify-center flex-shrink-0 align-middle': {},\r\n '@apply rounded-button': {},\r\n transitionProperty: 'background-color, border-color, color, fill, stroke, box-shadow',\r\n '@apply\tduration-75 ease-out': {},\r\n '@apply outline-none appearance-none select-none whitespace-nowrap': {},\r\n '@apply focus-visible:outline-none': {},\r\n '@apply focus-visible:ring': {},\r\n\r\n \"&[data-rounded='true']\": {\r\n '@apply rounded-circular': {},\r\n },\r\n\r\n // sizing\r\n '&-sm': {\r\n '@apply text-label-small': {},\r\n '@apply px-14 py-8 gap-6': {},\r\n '@apply max-h-32 h-32': {},\r\n '@apply rounded-button-sm': {},\r\n 'svg, .sk-icon': {\r\n '@apply h-16 w-16': {},\r\n },\r\n },\r\n\r\n '&-md': {\r\n '@apply text-label-medium': {},\r\n '@apply px-18 py-8 gap-8': {},\r\n '@apply max-h-40 h-40': {},\r\n '@apply rounded-button-md': {},\r\n 'svg, .sk-icon': {\r\n '@apply h-18 w-18': {},\r\n },\r\n },\r\n\r\n '&-lg': {\r\n '@apply text-label-large': {},\r\n '@apply px-24 py-8 gap-8': {},\r\n '@apply max-h-48 h-48': {},\r\n '@apply rounded-button-lg': {},\r\n 'svg, .sk-icon': {\r\n '@apply h-20 w-20': {},\r\n },\r\n },\r\n\r\n // State\r\n '&-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply shadow-none disabled:shadow-none disabled:cursor-default cursor-default': {},\r\n '@apply disabled:text-dark-disabled text-dark-disabled disabled:bg-primary-surface-disabled bg-primary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n '&[data-inverted=\"true\"]': {\r\n '@apply disabled:text-inverted-dark-disabled text-inverted-dark-disabled disabled:bg-inverted-primary-surface-disabled bg-inverted-primary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n },\r\n\r\n // variants\r\n ...buttonPrimary(colors),\r\n ...buttonSecondary(),\r\n ...buttonTertiary(),\r\n ...buttonGhost(),\r\n ...buttonLink(colors),\r\n\r\n '&[data-background=\"false\"]:not(:hover)': {\r\n '@apply bg-transparent': {},\r\n },\r\n '.btn-has-icon': {\r\n '&-left': {\r\n '@apply h-full flex items-center justify-center -ml-2': {},\r\n '.sk-icon': {\r\n '@apply bg-transparent': {},\r\n color: 'currentColor',\r\n },\r\n },\r\n '&-right': {\r\n '@apply h-full flex items-center justify-center -mr-2': {},\r\n '.sk-icon': {\r\n '@apply bg-transparent': {},\r\n color: 'currentColor',\r\n },\r\n },\r\n },\r\n '&-lg .btn-has-icon-left': {\r\n '@apply -ml-4': {},\r\n },\r\n '&-lg .btn-has-icon-right': {\r\n '@apply -mr-4': {},\r\n },\r\n '&[data-icon=true]': {\r\n '@apply p-0': {},\r\n\r\n '.sk-icon': {\r\n '@apply bg-transparent': {},\r\n color: 'currentColor',\r\n },\r\n\r\n \"&[data-rounded='true']\": {\r\n '@apply rounded-full': {},\r\n },\r\n\r\n '&.sk-btn-sm': {\r\n '@apply w-32 min-w-32 max-w-32': {},\r\n 'svg, .sk-icon': {\r\n '@apply h-20 w-20': {},\r\n },\r\n },\r\n\r\n '&.sk-btn-md': {\r\n '@apply w-40 min-w-40 max-w-40': {},\r\n\r\n 'svg, .sk-icon': {\r\n '@apply h-20 w-20': {},\r\n },\r\n },\r\n\r\n '&.sk-btn-lg': {\r\n '@apply w-48 min-w-48 max-w-48': {},\r\n\r\n 'svg, .sk-icon': {\r\n '@apply h-24 w-24': {},\r\n },\r\n },\r\n '.btn-has-icon': {\r\n '&-left': {\r\n '@apply m-0': {},\r\n },\r\n '&-right': {\r\n '@apply m-0': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"button.js","names":["buttonPrimary","colors","_dataInvertedTru2","_dataColorPrimar","_extends","reduce","styles","color","_active","_active2","_dataInvertedTru","_ref","_extends2","buttonSecondary","buttonTertiary","buttonGhost","buttonLink","_ref2","_extends3","Button","exports","transitionProperty"],"sources":["../../../src/components/button.ts"],"sourcesContent":["function buttonPrimary(colors: string[]) {\r\n return {\r\n '&-primary': {\r\n '@apply text-light-primary': {},\r\n /* hover */\r\n '@apply hover:bg-primary-surface-hover': {},\r\n\r\n ...colors.reduce(\r\n (styles, color) => ({\r\n ...styles,\r\n [`&[data-color=\"${color}\"]`]: {\r\n [`@apply bg-${color}-surface-primary text-${color}-text-secondary`]: {},\r\n // hover\r\n [`@apply hover:bg-${color}-surface-primary-hover hover:text-light-primary`]: {},\r\n // keyboard active\r\n '&.active': {\r\n [`@apply bg-${color}-surface-primary-hover`]: {},\r\n },\r\n [`@apply active:bg-${color}-surface-primary-hover`]: {},\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-inverted-light-primary': {},\r\n [`@apply bg-inverted-${color}-surface-primary text-inverted-${color}-text-secondary`]: {},\r\n // hover\r\n [`@apply hover:bg-inverted-${color}-surface-primary-hover hover:text-inverted-light-primary`]: {},\r\n // keyboard active\r\n '&.active': {\r\n [`@apply bg-inverted-${color}-surface-primary-hover`]: {},\r\n },\r\n [`@apply active:bg-inverted-${color}-surface-primary-hover`]: {},\r\n },\r\n },\r\n }),\r\n {}\r\n ),\r\n\r\n \"&[data-color='primary']\": {\r\n '@apply bg-primary-surface': {},\r\n '@apply hover:bg-primary-surface-hover': {},\r\n '&.active': {\r\n '@apply bg-primary-surface-hover': {},\r\n },\r\n [`@apply active:bg-primary-surface-hover`]: {},\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-inverted-light-primary': {},\r\n '@apply bg-inverted-primary-surface': {},\r\n '@apply hover:bg-inverted-primary-surface-hover': {},\r\n '&.active': {\r\n '@apply bg-inverted-primary-surface-hover': {},\r\n },\r\n [`@apply active:bg-inverted-primary-surface-hover`]: {},\r\n },\r\n },\r\n },\r\n };\r\n}\r\nfunction buttonSecondary() {\r\n return {\r\n '&-secondary': {\r\n '@apply border-secondary-outline': {},\r\n '@apply text-dark-secondary': {},\r\n '@apply bg-secondary-surface': {},\r\n /* hover */\r\n '@apply hover:border-secondary-outline-hover': {},\r\n '@apply hover:bg-secondary-surface-hover': {},\r\n /* focus */\r\n '@apply focus-visible:border-background-content': {},\r\n\r\n // State\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-secondary-surface-disabled bg-secondary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply border-inverted-secondary-outline': {},\r\n '@apply text-inverted-dark-secondary': {},\r\n '@apply bg-inverted-secondary-surface': {},\r\n /* hover */\r\n '@apply hover:border-inverted-secondary-outline-hover': {},\r\n '@apply hover:bg-inverted-secondary-surface-hover': {},\r\n /* focus */\r\n '@apply focus-visible:border-inverted-background-content': {},\r\n\r\n // State\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-inverted-secondary-surface-disabled bg-inverted-secondary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n },\r\n },\r\n };\r\n}\r\n\r\nfunction buttonTertiary() {\r\n return {\r\n '&-tertiary': {\r\n '@apply text-dark-secondary': {},\r\n '@apply bg-tertiary-surface': {},\r\n /* hover */\r\n '@apply hover:bg-tertiary-surface-hover': {},\r\n\r\n // State\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-tertiary-surface-disabled bg-tertiary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-inverted-dark-secondary': {},\r\n '@apply bg-inverted-tertiary-surface': {},\r\n /* hover */\r\n '@apply hover:bg-inverted-tertiary-surface-hover': {},\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-inverted-tertiary-surface-disabled bg-inverted-tertiary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n },\r\n },\r\n };\r\n}\r\nfunction buttonGhost() {\r\n return {\r\n '&-ghost': {\r\n '@apply text-dark-secondary': {},\r\n '@apply bg-transparent': {},\r\n '@apply border-transparent': {},\r\n /* hover */\r\n '@apply hover:bg-transparent': {},\r\n '@apply hover:border-transparent': {},\r\n\r\n // State\r\n '&.sk-btn-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply disabled:bg-transparent bg-transparent disabled:border-transparent border-transparent !important': {},\r\n },\r\n\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-inverted-dark-secondary': {},\r\n },\r\n },\r\n };\r\n}\r\n\r\nfunction buttonLink(colors: string[]) {\r\n return {\r\n '&-link': {\r\n '@apply h-auto p-0 leading-normal text-neutral-600 hover:underline active:text-neutral-700': {},\r\n '&.active': {\r\n '@apply underline': {},\r\n },\r\n // dark colors\r\n '@apply dark:text-neutral-200': {},\r\n '@apply dark:active:text-neutral-500': {},\r\n\r\n ...colors.reduce(\r\n (styles, color) => ({\r\n ...styles,\r\n [`&[data-color=\"${color}\"]`]: {\r\n [`@apply text-${color}-text active:text-${color}-text`]: {},\r\n // dark colors\r\n },\r\n }),\r\n {}\r\n ),\r\n },\r\n };\r\n}\r\n\r\nexport const Button = (colors: string[]) => ({\r\n '.sk-btn': {\r\n '@apply box-border': {},\r\n '@apply border-2 border-transparent': {},\r\n '@apply cursor-pointer': {},\r\n '@apply relative': {},\r\n '@apply m-0': {},\r\n '@apply px-24 py-8 gap-8': {},\r\n '@apply inline-flex items-center justify-center flex-shrink-0 align-middle': {},\r\n '@apply rounded-button': {},\r\n transitionProperty: 'background-color, border-color, color, fill, stroke, box-shadow',\r\n '@apply\tduration-75 ease-out': {},\r\n '@apply outline-none appearance-none select-none whitespace-nowrap': {},\r\n '@apply focus-visible:outline-none': {},\r\n '@apply focus-visible:ring': {},\r\n\r\n \"&[data-rounded='true']\": {\r\n '@apply rounded-circular': {},\r\n },\r\n\r\n // sizing\r\n '&-sm': {\r\n '@apply text-label-small': {},\r\n '@apply px-14 py-8 gap-6': {},\r\n '@apply max-h-32 h-32': {},\r\n '@apply rounded-button-sm': {},\r\n 'svg, .sk-icon': {\r\n '@apply h-16 w-16': {},\r\n },\r\n },\r\n\r\n '&-md': {\r\n '@apply text-label-medium': {},\r\n '@apply px-18 py-8 gap-8': {},\r\n '@apply max-h-40 h-40': {},\r\n '@apply rounded-button-md': {},\r\n 'svg, .sk-icon': {\r\n '@apply h-18 w-18': {},\r\n },\r\n },\r\n\r\n '&-lg': {\r\n '@apply text-label-large': {},\r\n '@apply px-24 py-8 gap-8': {},\r\n '@apply max-h-48 h-48': {},\r\n '@apply rounded-button-lg': {},\r\n 'svg, .sk-icon': {\r\n '@apply h-20 w-20': {},\r\n },\r\n },\r\n\r\n // State\r\n '&-disabled, &[aria-disabled=\"true\"]': {\r\n '@apply shadow-none disabled:shadow-none disabled:cursor-default cursor-default': {},\r\n '@apply disabled:text-dark-disabled text-dark-disabled disabled:bg-primary-surface-disabled bg-primary-surface-disabled disabled:border-transparent border-transparent !important':\r\n {},\r\n },\r\n\r\n // variants\r\n ...buttonPrimary(colors),\r\n ...buttonSecondary(),\r\n ...buttonTertiary(),\r\n ...buttonGhost(),\r\n ...buttonLink(colors),\r\n\r\n '&[data-background=\"false\"]:not(:hover)': {\r\n '@apply bg-transparent': {},\r\n },\r\n '.btn-has-icon': {\r\n '&-left': {\r\n '@apply h-full flex items-center justify-center -ml-2': {},\r\n '.sk-icon': {\r\n '@apply bg-transparent': {},\r\n color: 'currentColor',\r\n },\r\n },\r\n '&-right': {\r\n '@apply h-full flex items-center justify-center -mr-2': {},\r\n '.sk-icon': {\r\n '@apply bg-transparent': {},\r\n color: 'currentColor',\r\n },\r\n },\r\n },\r\n '&-lg .btn-has-icon-left': {\r\n '@apply -ml-4': {},\r\n },\r\n '&-lg .btn-has-icon-right': {\r\n '@apply -mr-4': {},\r\n },\r\n '&[data-icon=true]': {\r\n '@apply p-0': {},\r\n\r\n '.sk-icon': {\r\n '@apply bg-transparent': {},\r\n color: 'currentColor',\r\n },\r\n\r\n \"&[data-rounded='true']\": {\r\n '@apply rounded-full': {},\r\n },\r\n\r\n '&.sk-btn-sm': {\r\n '@apply w-32 min-w-32 max-w-32': {},\r\n 'svg, .sk-icon': {\r\n '@apply h-20 w-20': {},\r\n },\r\n },\r\n\r\n '&.sk-btn-md': {\r\n '@apply w-40 min-w-40 max-w-40': {},\r\n\r\n 'svg, .sk-icon': {\r\n '@apply h-20 w-20': {},\r\n },\r\n },\r\n\r\n '&.sk-btn-lg': {\r\n '@apply w-48 min-w-48 max-w-48': {},\r\n\r\n 'svg, .sk-icon': {\r\n '@apply h-24 w-24': {},\r\n },\r\n },\r\n '.btn-has-icon': {\r\n '&-left': {\r\n '@apply m-0': {},\r\n },\r\n '&-right': {\r\n '@apply m-0': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip.js","names":["Chip","exports"],"sources":["../../../src/components/chip.ts"],"sourcesContent":["export const Chip = () => ({\
|
|
1
|
+
{"version":3,"file":"chip.js","names":["Chip","exports"],"sources":["../../../src/components/chip.ts"],"sourcesContent":["export const Chip = () => ({\n '.sk-chip': {\n '@apply inline-flex': {},\n '@apply items-center justify-center': {},\n '@apply bg-secondary-surface': {},\n '@apply hover:bg-secondary-surface-hover': {},\n '@apply focus-visible:bg-secondary-surface-hover': {},\n '@apply focus-visible:ring': {},\n '@apply px-9 gap-4': {},\n '@apply h-34': {},\n '@apply text-small': {},\n '@apply text-dark-secondary': {},\n '@apply border-1': {},\n '@apply border-secondary-outline': {},\n '@apply hover:border-secondary-outline-hover': {},\n '@apply focus-visible:border-transparent': {},\n '@apply rounded-button': {},\n '&[data-strong=\"true\"]': {\n '@apply border-2': {},\n '@apply px-8': {},\n },\n '&[data-rounded=\"true\"]': {\n '@apply rounded-full': {},\n },\n '&[data-inverted=\"true\"]': {\n '@apply text-inverted-dark-secondary': {},\n '@apply border-inverted-secondary-outline': {},\n '@apply hover:border-inverted-secondary-outline-hover': {},\n '@apply bg-inverted-secondary-surface': {},\n '@apply hover:bg-inverted-secondary-surface-hover': {},\n '@apply focus-visible:bg-inverted-secondary-surface-hover': {},\n },\n '.sk-icon': {\n '@apply h-16 w-16': {},\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG,SAAPA,IAAIA,CAAA;EAAA,OAAU;IACzB,UAAU,EAAE;MACV,oBAAoB,EAAE,CAAC,CAAC;MACxB,oCAAoC,EAAE,CAAC,CAAC;MACxC,6BAA6B,EAAE,CAAC,CAAC;MACjC,yCAAyC,EAAE,CAAC,CAAC;MAC7C,iDAAiD,EAAE,CAAC,CAAC;MACrD,2BAA2B,EAAE,CAAC,CAAC;MAC/B,mBAAmB,EAAE,CAAC,CAAC;MACvB,aAAa,EAAE,CAAC,CAAC;MACjB,mBAAmB,EAAE,CAAC,CAAC;MACvB,4BAA4B,EAAE,CAAC,CAAC;MAChC,iBAAiB,EAAE,CAAC,CAAC;MACrB,iCAAiC,EAAE,CAAC,CAAC;MACrC,6CAA6C,EAAE,CAAC,CAAC;MACjD,yCAAyC,EAAE,CAAC,CAAC;MAC7C,uBAAuB,EAAE,CAAC,CAAC;MAC3B,uBAAuB,EAAE;QACvB,iBAAiB,EAAE,CAAC,CAAC;QACrB,aAAa,EAAE,CAAC;MAClB,CAAC;MACD,wBAAwB,EAAE;QACxB,qBAAqB,EAAE,CAAC;MAC1B,CAAC;MACD,yBAAyB,EAAE;QACzB,qCAAqC,EAAE,CAAC,CAAC;QACzC,0CAA0C,EAAE,CAAC,CAAC;QAC9C,sDAAsD,EAAE,CAAC,CAAC;QAC1D,sCAAsC,EAAE,CAAC,CAAC;QAC1C,kDAAkD,EAAE,CAAC,CAAC;QACtD,0DAA0D,EAAE,CAAC;MAC/D,CAAC;MACD,UAAU,EAAE;QACV,kBAAkB,EAAE,CAAC;MACvB;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.js","names":["ComboBox","exports"],"sources":["../../../src/components/combobox.ts"],"sourcesContent":["export const ComboBox = () => ({\
|
|
1
|
+
{"version":3,"file":"combobox.js","names":["ComboBox","exports"],"sources":["../../../src/components/combobox.ts"],"sourcesContent":["export const ComboBox = () => ({\n '.sk-combobox-base': {\n '@apply w-auto inline-block relative': {},\n },\n '.sk-form-combobox': {\n '@apply focus-within:ring ring-ring ring-offset': {},\n '@apply relative w-auto': {},\n '@apply inline-block': {},\n '&-sm': {\n '@apply h-32': {},\n '@apply rounded-button-sm': {},\n '.sk-form-combobox-select.active': {\n '@apply text-input-small': {},\n '@apply pr-52': {},\n },\n },\n '&-md': {\n '@apply h-40': {},\n '@apply rounded-button-md': {},\n '.sk-form-combobox-select.active': {\n '@apply text-input-medium': {},\n '@apply pr-62': {},\n },\n },\n '&-lg': {\n '@apply h-48': {},\n '@apply rounded-button-lg': {},\n '.sk-form-combobox-select.active': {\n '@apply text-input-large': {},\n '@apply pr-68': {},\n },\n },\n\n '&[data-showvalue=\"true\"]': {\n '.sk-form-combobox-select': {\n '@apply caret-transparent': {},\n },\n },\n\n '&-select': {\n '@apply bg-right-12 bg-no-repeat': {},\n\n '&.sk-form-select': { '@apply focus:outline-none focus:ring-0 focus:ring-transparent': {} },\n '@apply w-full': {},\n\n '&:not(.active)': {\n '@apply cursor-default': {},\n },\n '@apply focus:border-transparent': {},\n '@apply focus:hover:border-transparent': {},\n '&.active': {\n '@apply bg-primitives-overlay-lighten-10': {},\n '@apply dark:bg-primitives-overlay-darken-6': {},\n '@apply placeholder:text-dark-placeholder': {},\n '@apply text-dark-primary': {},\n '@apply border-transparent': {},\n },\n },\n '&-list': {\n '@apply w-full': {},\n '@apply max-h-[15em] overflow-y-auto': {},\n '&-option': {\n '&.sk-popup-menu-item': {\n '@apply cursor-default': {},\n '@apply leading-none': {},\n '@apply h-auto': {},\n },\n\n '&-checkbox': {\n '@apply w-0 h-0 m-0 p-0 opacity-0': {},\n },\n },\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG,SAAXA,QAAQA,CAAA;EAAA,OAAU;IAC7B,mBAAmB,EAAE;MACnB,qCAAqC,EAAE,CAAC;IAC1C,CAAC;IACD,mBAAmB,EAAE;MACnB,gDAAgD,EAAE,CAAC,CAAC;MACpD,wBAAwB,EAAE,CAAC,CAAC;MAC5B,qBAAqB,EAAE,CAAC,CAAC;MACzB,MAAM,EAAE;QACN,aAAa,EAAE,CAAC,CAAC;QACjB,0BAA0B,EAAE,CAAC,CAAC;QAC9B,iCAAiC,EAAE;UACjC,yBAAyB,EAAE,CAAC,CAAC;UAC7B,cAAc,EAAE,CAAC;QACnB;MACF,CAAC;MACD,MAAM,EAAE;QACN,aAAa,EAAE,CAAC,CAAC;QACjB,0BAA0B,EAAE,CAAC,CAAC;QAC9B,iCAAiC,EAAE;UACjC,0BAA0B,EAAE,CAAC,CAAC;UAC9B,cAAc,EAAE,CAAC;QACnB;MACF,CAAC;MACD,MAAM,EAAE;QACN,aAAa,EAAE,CAAC,CAAC;QACjB,0BAA0B,EAAE,CAAC,CAAC;QAC9B,iCAAiC,EAAE;UACjC,yBAAyB,EAAE,CAAC,CAAC;UAC7B,cAAc,EAAE,CAAC;QACnB;MACF,CAAC;MAED,0BAA0B,EAAE;QAC1B,0BAA0B,EAAE;UAC1B,0BAA0B,EAAE,CAAC;QAC/B;MACF,CAAC;MAED,UAAU,EAAE;QACV,iCAAiC,EAAE,CAAC,CAAC;QAErC,kBAAkB,EAAE;UAAE,+DAA+D,EAAE,CAAC;QAAE,CAAC;QAC3F,eAAe,EAAE,CAAC,CAAC;QAEnB,gBAAgB,EAAE;UAChB,uBAAuB,EAAE,CAAC;QAC5B,CAAC;QACD,iCAAiC,EAAE,CAAC,CAAC;QACrC,uCAAuC,EAAE,CAAC,CAAC;QAC3C,UAAU,EAAE;UACV,yCAAyC,EAAE,CAAC,CAAC;UAC7C,4CAA4C,EAAE,CAAC,CAAC;UAChD,0CAA0C,EAAE,CAAC,CAAC;UAC9C,0BAA0B,EAAE,CAAC,CAAC;UAC9B,2BAA2B,EAAE,CAAC;QAChC;MACF,CAAC;MACD,QAAQ,EAAE;QACR,eAAe,EAAE,CAAC,CAAC;QACnB,qCAAqC,EAAE,CAAC,CAAC;QACzC,UAAU,EAAE;UACV,sBAAsB,EAAE;YACtB,uBAAuB,EAAE,CAAC,CAAC;YAC3B,qBAAqB,EAAE,CAAC,CAAC;YACzB,eAAe,EAAE,CAAC;UACpB,CAAC;UAED,YAAY,EAAE;YACZ,kCAAkC,EAAE,CAAC;UACvC;QACF;MACF;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -8,24 +8,28 @@ var Footer = exports.Footer = function Footer() {
|
|
|
8
8
|
'@apply bg-background-content': {},
|
|
9
9
|
'@apply flex justify-center': {},
|
|
10
10
|
'@apply w-full': {},
|
|
11
|
-
'@apply
|
|
11
|
+
'@apply py-24 lg:py-40 px-20 lg:px-80': {},
|
|
12
12
|
'@apply text-dark-secondary': {},
|
|
13
|
-
'&-
|
|
14
|
-
'@apply
|
|
15
|
-
'
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
},
|
|
19
|
-
'&-logo': {
|
|
20
|
-
'@apply max-h-72 h-72': {}
|
|
13
|
+
'&-logo-wrapper': {
|
|
14
|
+
'@apply mr-80 mb-40': {},
|
|
15
|
+
'.sk-logo': {
|
|
16
|
+
'@apply max-h-56 h-56 lg:max-h-72 lg:h-72': {}
|
|
17
|
+
}
|
|
21
18
|
},
|
|
22
19
|
'&-content': {
|
|
23
|
-
'@apply flex flex-row
|
|
20
|
+
'@apply flex flex-row w-fit grow flex-wrap': {},
|
|
21
|
+
'@apply w-full max-w-content': {}
|
|
24
22
|
},
|
|
25
23
|
'&-list': {
|
|
26
|
-
'@apply flex flex-col gap-16': {},
|
|
24
|
+
'@apply flex grow flex-col gap-16': {},
|
|
25
|
+
'&-wrapper': {
|
|
26
|
+
'@apply flex flex-wrap justify-start grow gap-36': {}
|
|
27
|
+
},
|
|
27
28
|
'&-item': {
|
|
28
|
-
'@apply flex flex-row justify-start items-center gap-8': {}
|
|
29
|
+
'@apply text-[1.4rem] w-[13.79em] flex flex-row justify-start items-center gap-8': {},
|
|
30
|
+
label: {
|
|
31
|
+
'@apply text-label-medium': {}
|
|
32
|
+
}
|
|
29
33
|
}
|
|
30
34
|
}
|
|
31
35
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"footer.js","names":["Footer","exports"],"sources":["../../../src/components/footer.ts"],"sourcesContent":["export const Footer = () => ({\r\n '.sk-footer': {\r\n '@apply bg-background-content': {},\r\n '@apply flex justify-center': {},\r\n '@apply w-full': {},\r\n '@apply
|
|
1
|
+
{"version":3,"file":"footer.js","names":["Footer","exports","label"],"sources":["../../../src/components/footer.ts"],"sourcesContent":["export const Footer = () => ({\r\n '.sk-footer': {\r\n '@apply bg-background-content': {},\r\n '@apply flex justify-center': {},\r\n '@apply w-full': {},\r\n '@apply py-24 lg:py-40 px-20 lg:px-80': {},\r\n '@apply text-dark-secondary': {},\r\n\r\n '&-logo-wrapper': {\r\n '@apply mr-80 mb-40': {},\r\n\r\n '.sk-logo': {\r\n '@apply max-h-56 h-56 lg:max-h-72 lg:h-72': {},\r\n },\r\n },\r\n '&-content': {\r\n '@apply flex flex-row w-fit grow flex-wrap': {},\r\n '@apply w-full max-w-content': {},\r\n },\r\n '&-list': {\r\n '@apply flex grow flex-col gap-16': {},\r\n\r\n '&-wrapper': {\r\n '@apply flex flex-wrap justify-start grow gap-36': {},\r\n },\r\n\r\n '&-item': {\r\n '@apply text-[1.4rem] w-[13.79em] flex flex-row justify-start items-center gap-8': {},\r\n\r\n label: {\r\n '@apply text-label-medium': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"mappings":";;;;AAAO,IAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG,SAATA,MAAMA,CAAA;EAAA,OAAU;IAC3B,YAAY,EAAE;MACZ,8BAA8B,EAAE,CAAC,CAAC;MAClC,4BAA4B,EAAE,CAAC,CAAC;MAChC,eAAe,EAAE,CAAC,CAAC;MACnB,sCAAsC,EAAE,CAAC,CAAC;MAC1C,4BAA4B,EAAE,CAAC,CAAC;MAEhC,gBAAgB,EAAE;QAChB,oBAAoB,EAAE,CAAC,CAAC;QAExB,UAAU,EAAE;UACV,0CAA0C,EAAE,CAAC;QAC/C;MACF,CAAC;MACD,WAAW,EAAE;QACX,2CAA2C,EAAE,CAAC,CAAC;QAC/C,6BAA6B,EAAE,CAAC;MAClC,CAAC;MACD,QAAQ,EAAE;QACR,kCAAkC,EAAE,CAAC,CAAC;QAEtC,WAAW,EAAE;UACX,iDAAiD,EAAE,CAAC;QACtD,CAAC;QAED,QAAQ,EAAE;UACR,iFAAiF,EAAE,CAAC,CAAC;UAErFE,KAAK,EAAE;YACL,0BAA0B,EAAE,CAAC;UAC/B;QACF;MACF;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"forms.js","names":["Forms","exports","display"],"sources":["../../../src/components/forms.ts"],"sourcesContent":["export const Forms = () => ({\
|
|
1
|
+
{"version":3,"file":"forms.js","names":["Forms","exports","display"],"sources":["../../../src/components/forms.ts"],"sourcesContent":["export const Forms = () => ({\n '.sk-form-control': {\n '@apply flex flex-col gap-8 w-fit': {},\n },\n\n '.sk-form-label': {\n '@apply font-bold': {},\n '&-sm': {\n '@apply text-label-small': {},\n },\n '&-md': {\n '@apply text-label-medium': {},\n },\n '&-lg': {\n '@apply text-label-large': {},\n },\n },\n\n 'legend.sk-form-label': {\n display: 'contents',\n },\n\n '.sk-form-helper-text, .sk-form-error-message': {\n '@apply font-normal': {},\n '@apply text-small': {},\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,KAAK,GAAAC,OAAA,CAAAD,KAAA,GAAG,SAARA,KAAKA,CAAA;EAAA,OAAU;IAC1B,kBAAkB,EAAE;MAClB,kCAAkC,EAAE,CAAC;IACvC,CAAC;IAED,gBAAgB,EAAE;MAChB,kBAAkB,EAAE,CAAC,CAAC;MACtB,MAAM,EAAE;QACN,yBAAyB,EAAE,CAAC;MAC9B,CAAC;MACD,MAAM,EAAE;QACN,0BAA0B,EAAE,CAAC;MAC/B,CAAC;MACD,MAAM,EAAE;QACN,yBAAyB,EAAE,CAAC;MAC9B;IACF,CAAC;IAED,sBAAsB,EAAE;MACtBE,OAAO,EAAE;IACX,CAAC;IAED,8CAA8C,EAAE;MAC9C,oBAAoB,EAAE,CAAC,CAAC;MACxB,mBAAmB,EAAE,CAAC;IACxB;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|