@sk-web-gui/core 3.7.1 → 3.9.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/accordion.js +3 -0
- package/dist/cjs/components/accordion.js.map +1 -1
- package/dist/cjs/components/ai/ai-corner-module.js.map +1 -1
- package/dist/cjs/components/ai/ai-feed.js.map +1 -1
- package/dist/cjs/components/ai/ai-service-module.js +3 -0
- package/dist/cjs/components/ai/ai-service-module.js.map +1 -1
- package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
- package/dist/cjs/components/ai/assistant-switch.js.map +1 -1
- package/dist/cjs/components/ai/bubble.js.map +1 -1
- package/dist/cjs/components/ai/feedback.js.map +1 -1
- package/dist/cjs/components/ai/input-section.js.map +1 -1
- package/dist/cjs/components/ai/markdown-rendered.js.map +1 -1
- package/dist/cjs/components/ai/new-session-button.js.map +1 -1
- package/dist/cjs/components/ai/typing-bubble.js.map +1 -1
- package/dist/cjs/components/ai/typing-sequence.js.map +1 -1
- package/dist/cjs/components/callout.js +40 -0
- package/dist/cjs/components/callout.js.map +1 -0
- package/dist/cjs/components/chip.js.map +1 -1
- package/dist/cjs/components/combobox.js.map +1 -1
- package/dist/cjs/components/file-upload.js +224 -0
- package/dist/cjs/components/file-upload.js.map +1 -0
- 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/tabs.js.map +1 -1
- package/dist/cjs/components/tooltip.js.map +1 -1
- package/dist/cjs/components.js +7 -0
- package/dist/cjs/components.js.map +1 -1
- package/dist/cjs/data-plugin.js.map +1 -1
- package/dist/cjs/fonts.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js.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/accordion.js +3 -0
- package/dist/esm/components/accordion.js.map +1 -1
- package/dist/esm/components/ai/ai-corner-module.js.map +1 -1
- package/dist/esm/components/ai/ai-feed.js.map +1 -1
- package/dist/esm/components/ai/ai-service-module.js +3 -0
- package/dist/esm/components/ai/ai-service-module.js.map +1 -1
- package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
- package/dist/esm/components/ai/assistant-switch.js.map +1 -1
- package/dist/esm/components/ai/bubble.js.map +1 -1
- package/dist/esm/components/ai/feedback.js.map +1 -1
- package/dist/esm/components/ai/input-section.js.map +1 -1
- package/dist/esm/components/ai/markdown-rendered.js.map +1 -1
- package/dist/esm/components/ai/new-session-button.js.map +1 -1
- package/dist/esm/components/ai/typing-bubble.js.map +1 -1
- package/dist/esm/components/ai/typing-sequence.js.map +1 -1
- package/dist/esm/components/callout.js +36 -0
- package/dist/esm/components/callout.js.map +1 -0
- package/dist/esm/components/chip.js.map +1 -1
- package/dist/esm/components/combobox.js.map +1 -1
- package/dist/esm/components/file-upload.js +218 -0
- package/dist/esm/components/file-upload.js.map +1 -0
- 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/tabs.js.map +1 -1
- package/dist/esm/components/tooltip.js.map +1 -1
- package/dist/esm/components.js +7 -0
- package/dist/esm/components.js.map +1 -1
- package/dist/esm/data-plugin.js.map +1 -1
- package/dist/esm/fonts.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js.map +1 -1
- package/dist/types/components/accordion.d.ts +3 -0
- package/dist/types/components/ai/ai-service-module.d.ts +3 -0
- package/dist/types/components/callout.d.ts +21 -0
- package/dist/types/components/file-upload.d.ts +217 -0
- package/package.json +3 -3
- package/dist/cjs/components/ai/ai-module.js +0 -253
- package/dist/cjs/components/ai/ai-module.js.map +0 -1
- package/dist/cjs/components/alert-banner.js +0 -26
- package/dist/cjs/components/alert-banner.js.map +0 -1
- package/dist/cjs/components/alert.js +0 -57
- package/dist/cjs/components/alert.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/table-autotable.js +0 -229
- package/dist/cjs/components/table-autotable.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/ai/ai-module.js +0 -248
- package/dist/esm/components/ai/ai-module.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/alert.js +0 -55
- package/dist/esm/components/alert.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/table-autotable.js +0 -223
- package/dist/esm/components/table-autotable.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/ai/ai-module.d.ts +0 -241
- package/dist/types/components/alert-banner.d.ts +0 -24
- package/dist/types/components/alert.d.ts +0 -21
- 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/table-autotable.d.ts +0 -222
- 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
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.FileUpload = void 0;
|
|
5
|
+
var FileUpload = exports.FileUpload = function FileUpload() {
|
|
6
|
+
return {
|
|
7
|
+
'.sk-form-file-upload': {
|
|
8
|
+
'&-list': {
|
|
9
|
+
'@apply flex flex-col py-4 gap-x-12 items-start': {},
|
|
10
|
+
'@apply border-divider border-t-1 border-b-1': {},
|
|
11
|
+
'&[data-border="true"]': {
|
|
12
|
+
'@apply border-0 py-0 gap-y-12': {},
|
|
13
|
+
'.sk-form-file-upload-list-item': {
|
|
14
|
+
'@apply border-1 border-divider': {}
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
'li[role="separator"]': {
|
|
18
|
+
'@apply h-[1px] mt-3 mb-6 py-0 w-full': {}
|
|
19
|
+
},
|
|
20
|
+
'&-item': {
|
|
21
|
+
'@apply self-stretch flex flex-row flex-wrap p-12 rounded-button': {},
|
|
22
|
+
'@apply gap-y-12': {},
|
|
23
|
+
'&-innerwrapper': {
|
|
24
|
+
'@apply w-full': {},
|
|
25
|
+
'@apply self-stretch items-center list-none flex flex-row gap-y-24 gap-x-12': {}
|
|
26
|
+
},
|
|
27
|
+
'&[data-isedit="true"]': {
|
|
28
|
+
'.sk-form-file-upload-list-item-innerwrapper': {
|
|
29
|
+
'@apply flex-col': {},
|
|
30
|
+
'@apply medium-device:flex-row medium-device:items-center': {},
|
|
31
|
+
'.sk-form-file-upload-list-item-icon': {
|
|
32
|
+
'@apply hidden': {},
|
|
33
|
+
'@apply medium-device:flex': {}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
'&:hover': {
|
|
38
|
+
'@apply bg-background-200': {}
|
|
39
|
+
},
|
|
40
|
+
'&[data-border="true"]': {
|
|
41
|
+
'@apply border-1 border-divider': {}
|
|
42
|
+
},
|
|
43
|
+
'&-icon': {
|
|
44
|
+
'@apply flex justify-center shrink-0 rounded-utility overflow-hidden': {},
|
|
45
|
+
'@apply bg-vattjom-surface-accent': {},
|
|
46
|
+
'@apply w-32 h-32': {},
|
|
47
|
+
'.sk-icon': {
|
|
48
|
+
'@apply w-full h-full p-[.64rem]': {}
|
|
49
|
+
},
|
|
50
|
+
'&[data-size="sm"]': {
|
|
51
|
+
'@apply w-32 h-32': {},
|
|
52
|
+
'.sk-icon': {
|
|
53
|
+
'@apply p-[.64rem]': {}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
'&[data-size="md"]': {
|
|
57
|
+
'@apply medium-device:w-44 medium-device:h-44': {},
|
|
58
|
+
'.sk-icon': {
|
|
59
|
+
'@apply medium-device:p-[.88rem]': {}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
'&-content': {
|
|
64
|
+
'@apply grow flex flex-col justify-start gap-y-24': {},
|
|
65
|
+
'@apply medium-device:grid medium-device:grid-flow-col medium-device:auto-cols-fr medium-device:items-center': {},
|
|
66
|
+
'& > *': {
|
|
67
|
+
'@apply grow shrink basis-auto': {}
|
|
68
|
+
},
|
|
69
|
+
'&-name': {
|
|
70
|
+
'@apply flex flex-col items-start gap-2': {},
|
|
71
|
+
'&[data-size="sm"]': {
|
|
72
|
+
'.sk-form-file-upload-list-item-content-name-description': {
|
|
73
|
+
'@apply hidden': {}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
'&-input-wrapper': {
|
|
77
|
+
'@apply flex items-center': {},
|
|
78
|
+
'.sk-form-input': {
|
|
79
|
+
'@apply grow': {}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
'&-ending': {
|
|
83
|
+
'@apply ml-8': {}
|
|
84
|
+
},
|
|
85
|
+
'&-heading': {
|
|
86
|
+
'@apply text-base font-bold leading-24': {}
|
|
87
|
+
},
|
|
88
|
+
'&-description': {
|
|
89
|
+
'@apply text-small': {}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
'&-actions': {
|
|
94
|
+
'@apply flex gap-12 items-center': {},
|
|
95
|
+
'&-more': {
|
|
96
|
+
'&-wrapper': {
|
|
97
|
+
'@apply relative': {}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
'.sk-form-error-message': {
|
|
102
|
+
'@apply text-error': {}
|
|
103
|
+
},
|
|
104
|
+
'.sk-form-control': {
|
|
105
|
+
'@apply w-full medium-device:w-fit': {},
|
|
106
|
+
'.sk-form-select,.sk-form-input': {
|
|
107
|
+
'@apply w-full medium-device:w-fit': {}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
'&-progress': {
|
|
111
|
+
'@apply w-full flex gap-x-md items-center': {},
|
|
112
|
+
'&-bar': {
|
|
113
|
+
'@apply w-full h-[0.4rem] bg-background-color-mixin-2 rounded-circular overflow-hidden': {},
|
|
114
|
+
'&-amount': {
|
|
115
|
+
'@apply h-full bg-primary-surface w-0 transition-[width_.3s_ease]': {}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
'&-area': {
|
|
122
|
+
'&[data-relativity="viewport"]': {
|
|
123
|
+
'.sk-form-file-upload-area-overlay': {
|
|
124
|
+
'@apply fixed': {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
'&[data-relativity="component"]': {
|
|
128
|
+
'@apply relative inline-flex': {},
|
|
129
|
+
'.sk-form-file-upload-area-overlay': {
|
|
130
|
+
'@apply absolute': {}
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
'&-overlay': {
|
|
134
|
+
'@apply fixed z-overlay': {},
|
|
135
|
+
'@apply top-0 bottom-0 left-0 right-0 p-32 rounded-groups': {},
|
|
136
|
+
'@apply bg-primitives-overlay-darken-6': {},
|
|
137
|
+
'@apply border-2 border-gronsta-text-primary': {},
|
|
138
|
+
'@apply hidden': {},
|
|
139
|
+
'&[data-isdragging]': {
|
|
140
|
+
'@apply block': {}
|
|
141
|
+
},
|
|
142
|
+
'&-content': {
|
|
143
|
+
'@apply w-full h-full': {},
|
|
144
|
+
'@apply rounded-6 border-dashed border-2 border-gronsta-text-primary': {},
|
|
145
|
+
'@apply flex items-center justify-center': {},
|
|
146
|
+
'@apply text-gronsta-text-primary': {},
|
|
147
|
+
'&-icon': {
|
|
148
|
+
'&-wrapper': {
|
|
149
|
+
'@apply rounded-full bg-gronsta-surface-accent p-16 h-40 w-40 md:h-[8rem] md:w-[8rem] xl:h-[12rem] xl:w-[12rem]': {},
|
|
150
|
+
'.sk-icon': {
|
|
151
|
+
'@apply w-full h-full': {}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
'&-modal': {
|
|
159
|
+
'@apply medium-device:w-[78rem]': {},
|
|
160
|
+
'&-labels': {
|
|
161
|
+
'@apply hidden': {},
|
|
162
|
+
'@apply medium-device:grid medium-device:grid-cols-2': {},
|
|
163
|
+
'@apply text-small font-bold': {},
|
|
164
|
+
'@apply mt-12 mb-8': {}
|
|
165
|
+
},
|
|
166
|
+
'&-button': {
|
|
167
|
+
'&-wrapper': {
|
|
168
|
+
'@apply flex items-center gap-8 mb-32': {}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
'&-field &-area': {
|
|
173
|
+
'@apply w-full h-full': {},
|
|
174
|
+
'&-children': {
|
|
175
|
+
'@apply w-full h-full': {}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
'&-field': {
|
|
179
|
+
'@apply w-fit': {},
|
|
180
|
+
'&[data-variant="horizontal"] &-button': {
|
|
181
|
+
'@apply flex flex-row p-24 justify-center items-center gap-16': {}
|
|
182
|
+
},
|
|
183
|
+
'&[data-variant="vertical"] &-button': {
|
|
184
|
+
'@apply flex flex-col p-24 justify-center items-center gap-18': {},
|
|
185
|
+
'.sk-form-file-upload-field-button-content': {
|
|
186
|
+
'@apply items-center': {},
|
|
187
|
+
'&-restrictions': {
|
|
188
|
+
'@apply items-center text-center': {},
|
|
189
|
+
'&-mimetypes': {
|
|
190
|
+
'@apply text-center': {}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
'&:hover &-button': {
|
|
196
|
+
'@apply bg-vattjom-background-200 border-solid': {}
|
|
197
|
+
},
|
|
198
|
+
'&[data-invalid="true"] &-button': {
|
|
199
|
+
'@apply bg-error-background-100 border-solid border-error': {}
|
|
200
|
+
},
|
|
201
|
+
'&-button': {
|
|
202
|
+
'@apply w-full h-full grow shrink-0 basis-0 self-stretch': {},
|
|
203
|
+
'@apply rounded-groups border-vattjom-surface-primary border-dashed border-1 bg-vattjom-background-100': {},
|
|
204
|
+
'&-icon': {
|
|
205
|
+
'.sk-icon': {
|
|
206
|
+
'@apply w-32 h-32': {}
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
'&-content': {
|
|
210
|
+
'@apply flex flex-col items-start gap-y-4': {},
|
|
211
|
+
'&-restrictions': {
|
|
212
|
+
'@apply flex flex-col items-start': {},
|
|
213
|
+
'@apply text-small text-dark-secondary': {},
|
|
214
|
+
'&-mimetypes': {
|
|
215
|
+
'@apply text-start line-clamp-1 max-w-[25rem]': {}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
//# sourceMappingURL=file-upload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-upload.js","names":["FileUpload","exports"],"sources":["../../../src/components/file-upload.ts"],"sourcesContent":["export const FileUpload = () => ({\r\n '.sk-form-file-upload': {\r\n '&-list': {\r\n '@apply flex flex-col py-4 gap-x-12 items-start': {},\r\n '@apply border-divider border-t-1 border-b-1': {},\r\n\r\n '&[data-border=\"true\"]': {\r\n '@apply border-0 py-0 gap-y-12': {},\r\n\r\n '.sk-form-file-upload-list-item': {\r\n '@apply border-1 border-divider': {},\r\n },\r\n },\r\n\r\n 'li[role=\"separator\"]': {\r\n '@apply h-[1px] mt-3 mb-6 py-0 w-full': {},\r\n },\r\n\r\n '&-item': {\r\n '@apply self-stretch flex flex-row flex-wrap p-12 rounded-button': {},\r\n '@apply gap-y-12': {},\r\n\r\n '&-innerwrapper': {\r\n '@apply w-full': {},\r\n '@apply self-stretch items-center list-none flex flex-row gap-y-24 gap-x-12': {},\r\n },\r\n\r\n '&[data-isedit=\"true\"]': {\r\n '.sk-form-file-upload-list-item-innerwrapper': {\r\n '@apply flex-col': {},\r\n '@apply medium-device:flex-row medium-device:items-center': {},\r\n\r\n '.sk-form-file-upload-list-item-icon': {\r\n '@apply hidden': {},\r\n '@apply medium-device:flex': {},\r\n },\r\n },\r\n },\r\n\r\n '&:hover': {\r\n '@apply bg-background-200': {},\r\n },\r\n\r\n '&[data-border=\"true\"]': {\r\n '@apply border-1 border-divider': {},\r\n },\r\n\r\n '&-icon': {\r\n '@apply flex justify-center shrink-0 rounded-utility overflow-hidden': {},\r\n '@apply bg-vattjom-surface-accent': {},\r\n\r\n '@apply w-32 h-32': {},\r\n '.sk-icon': {\r\n '@apply w-full h-full p-[.64rem]': {},\r\n },\r\n\r\n '&[data-size=\"sm\"]': {\r\n '@apply w-32 h-32': {},\r\n '.sk-icon': {\r\n '@apply p-[.64rem]': {},\r\n },\r\n },\r\n '&[data-size=\"md\"]': {\r\n '@apply medium-device:w-44 medium-device:h-44': {},\r\n '.sk-icon': {\r\n '@apply medium-device:p-[.88rem]': {},\r\n },\r\n },\r\n },\r\n\r\n '&-content': {\r\n '@apply grow flex flex-col justify-start gap-y-24': {},\r\n '@apply medium-device:grid medium-device:grid-flow-col medium-device:auto-cols-fr medium-device:items-center':\r\n {},\r\n\r\n '& > *': {\r\n '@apply grow shrink basis-auto': {},\r\n },\r\n\r\n '&-name': {\r\n '@apply flex flex-col items-start gap-2': {},\r\n '&[data-size=\"sm\"]': {\r\n '.sk-form-file-upload-list-item-content-name-description': {\r\n '@apply hidden': {},\r\n },\r\n },\r\n\r\n '&-input-wrapper': {\r\n '@apply flex items-center': {},\r\n\r\n '.sk-form-input': {\r\n '@apply grow': {},\r\n },\r\n },\r\n\r\n '&-ending': {\r\n '@apply ml-8': {},\r\n },\r\n\r\n '&-heading': {\r\n '@apply text-base font-bold leading-24': {},\r\n },\r\n\r\n '&-description': {\r\n '@apply text-small': {},\r\n },\r\n },\r\n },\r\n\r\n '&-actions': {\r\n '@apply flex gap-12 items-center': {},\r\n '&-more': {\r\n '&-wrapper': {\r\n '@apply relative': {},\r\n },\r\n },\r\n },\r\n\r\n '.sk-form-error-message': {\r\n '@apply text-error': {},\r\n },\r\n\r\n '.sk-form-control': {\r\n '@apply w-full medium-device:w-fit': {},\r\n\r\n '.sk-form-select,.sk-form-input': {\r\n '@apply w-full medium-device:w-fit': {},\r\n },\r\n },\r\n\r\n '&-progress': {\r\n '@apply w-full flex gap-x-md items-center': {},\r\n\r\n '&-bar': {\r\n '@apply w-full h-[0.4rem] bg-background-color-mixin-2 rounded-circular overflow-hidden': {},\r\n\r\n '&-amount': {\r\n '@apply h-full bg-primary-surface w-0 transition-[width_.3s_ease]': {},\r\n },\r\n },\r\n },\r\n },\r\n },\r\n\r\n '&-area': {\r\n '&[data-relativity=\"viewport\"]': {\r\n '.sk-form-file-upload-area-overlay': {\r\n '@apply fixed': {},\r\n },\r\n },\r\n\r\n '&[data-relativity=\"component\"]': {\r\n '@apply relative inline-flex': {},\r\n '.sk-form-file-upload-area-overlay': {\r\n '@apply absolute': {},\r\n },\r\n },\r\n\r\n '&-overlay': {\r\n '@apply fixed z-overlay': {},\r\n '@apply top-0 bottom-0 left-0 right-0 p-32 rounded-groups': {},\r\n '@apply bg-primitives-overlay-darken-6': {},\r\n '@apply border-2 border-gronsta-text-primary': {},\r\n '@apply hidden': {},\r\n\r\n '&[data-isdragging]': {\r\n '@apply block': {},\r\n },\r\n\r\n '&-content': {\r\n '@apply w-full h-full': {},\r\n '@apply rounded-6 border-dashed border-2 border-gronsta-text-primary': {},\r\n '@apply flex items-center justify-center': {},\r\n '@apply text-gronsta-text-primary': {},\r\n\r\n '&-icon': {\r\n '&-wrapper': {\r\n '@apply rounded-full bg-gronsta-surface-accent p-16 h-40 w-40 md:h-[8rem] md:w-[8rem] xl:h-[12rem] xl:w-[12rem]':\r\n {},\r\n\r\n '.sk-icon': {\r\n '@apply w-full h-full': {},\r\n },\r\n },\r\n },\r\n },\r\n },\r\n },\r\n\r\n '&-modal': {\r\n '@apply medium-device:w-[78rem]': {},\r\n\r\n '&-labels': {\r\n '@apply hidden': {},\r\n '@apply medium-device:grid medium-device:grid-cols-2': {},\r\n '@apply text-small font-bold': {},\r\n '@apply mt-12 mb-8': {},\r\n },\r\n\r\n '&-button': {\r\n '&-wrapper': {\r\n '@apply flex items-center gap-8 mb-32': {},\r\n },\r\n },\r\n },\r\n '&-field &-area': {\r\n '@apply w-full h-full': {},\r\n\r\n '&-children': {\r\n '@apply w-full h-full': {},\r\n },\r\n },\r\n '&-field': {\r\n '@apply w-fit': {},\r\n\r\n '&[data-variant=\"horizontal\"] &-button': {\r\n '@apply flex flex-row p-24 justify-center items-center gap-16': {},\r\n },\r\n\r\n '&[data-variant=\"vertical\"] &-button': {\r\n '@apply flex flex-col p-24 justify-center items-center gap-18': {},\r\n\r\n '.sk-form-file-upload-field-button-content': {\r\n '@apply items-center': {},\r\n\r\n '&-restrictions': {\r\n '@apply items-center text-center': {},\r\n\r\n '&-mimetypes': {\r\n '@apply text-center': {},\r\n },\r\n },\r\n },\r\n },\r\n\r\n '&:hover &-button': {\r\n '@apply bg-vattjom-background-200 border-solid': {},\r\n },\r\n\r\n '&[data-invalid=\"true\"] &-button': {\r\n '@apply bg-error-background-100 border-solid border-error': {},\r\n },\r\n\r\n '&-button': {\r\n '@apply w-full h-full grow shrink-0 basis-0 self-stretch': {},\r\n '@apply rounded-groups border-vattjom-surface-primary border-dashed border-1 bg-vattjom-background-100': {},\r\n\r\n '&-icon': {\r\n '.sk-icon': {\r\n '@apply w-32 h-32': {},\r\n },\r\n },\r\n '&-content': {\r\n '@apply flex flex-col items-start gap-y-4': {},\r\n '&-restrictions': {\r\n '@apply flex flex-col items-start': {},\r\n '@apply text-small text-dark-secondary': {},\r\n\r\n '&-mimetypes': {\r\n '@apply text-start line-clamp-1 max-w-[25rem]': {},\r\n },\r\n },\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"mappings":"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","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":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.js","names":["calendar","clock","inputStandards","addin","svg","inputGroup","_extends","timeAndDatePicker","mask","maskSize","Input","exports","display","margin"],"sources":["../../../src/components/input.ts"],"sourcesContent":["function calendar() {\r\n return `<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='18' height='18' x='3' y='4' rx='2' ry='2' /><line x1='16' x2='16' y1='2' y2='6' /><line x1='8' x2='8' y1='2' y2='6' /><line x1='3' x2='21' y1='10' y2='10' /></svg>`;\r\n}\r\nfunction clock() {\r\n return `<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10' /><polyline points='12 6 12 12 16 14' /></svg>`;\r\n}\r\n\r\nfunction inputStandards() {\r\n return {\r\n '@apply border-1': {},\r\n '@apply border-primitives-overlay-darken-6': {},\r\n '@apply dark:border-primitives-overlay-lighten-6': {},\r\n '@apply hover:border-primitives-overlay-darken-8': {},\r\n '@apply dark:hover:border-primitives-overlay-lighten-4': {},\r\n\r\n '@apply placeholder:text-dark-placeholder': {},\r\n\r\n '@apply bg-primitives-overlay-lighten-10': {},\r\n '@apply dark:bg-primitives-overlay-darken-6': {},\r\n\r\n //Invalid\r\n '&:invalid, &[aria-invalid=\"true\"]': {\r\n '@apply border-2 border-error-surface-primary': {},\r\n },\r\n\r\n //Disabled\r\n '&:disabled, &[aria-disabled=\"true\"]': {\r\n '@apply bg-primitives-overlay-darken-1': {},\r\n '@apply dark:bg-primitives-overlay-lighten-1': {},\r\n '@apply border-primitives-overlay-darken-3': {},\r\n '@apply dark:border-primitives-overlay-lighten-3': {},\r\n '@apply hover:border-primitives-overlay-darken-3': {},\r\n '@apply dark:hover:border-primitives-overlay-lighten-3': {},\r\n '@apply text-dark-disabled': {},\r\n },\r\n };\r\n}\r\n\r\nfunction addin() {\r\n return {\r\n '&-addin': {\r\n '@apply bg-transparent': {},\r\n '@apply flex': {},\r\n '@apply justify-start items-center': {},\r\n '&-sm': {\r\n '@apply px-6 gap-6': {},\r\n '&.sk-form-input-addin-left': {\r\n '@apply -mr-12': {},\r\n '@apply pl-10': {},\r\n },\r\n '&.sk-form-input-addin-right': {\r\n '@apply -ml-12': {},\r\n '@apply pr-10': {},\r\n },\r\n svg: {\r\n '@apply w-16 h-16': {},\r\n },\r\n },\r\n '&-md': {\r\n '@apply md:px-8 md:gap-8': {},\r\n '&.sk-form-input-addin-left': {\r\n '@apply -mr-16': {},\r\n '@apply pl-12': {},\r\n },\r\n '&.sk-form-input-addin-right': {\r\n '@apply -ml-16': {},\r\n '@apply pr-12': {},\r\n },\r\n svg: {\r\n '@apply w-20 h-20': {},\r\n },\r\n },\r\n '&-lg': {\r\n '@apply md:px-8 md:gap-8': {},\r\n '&.sk-form-input-addin-left': {\r\n '@apply -mr-20': {},\r\n '@apply pl-16': {},\r\n },\r\n '&.sk-form-input-addin-right': {\r\n '@apply -ml-20': {},\r\n '@apply pr-16': {},\r\n },\r\n svg: {\r\n '@apply w-22 h-22': {},\r\n },\r\n },\r\n },\r\n };\r\n}\r\n\r\nfunction inputGroup() {\r\n return {\r\n '&-group': {\r\n '@apply flex relative': {},\r\n '@apply items-center': {},\r\n '@apply focus-within:ring': {},\r\n '@apply focus-within:ring-ring': {},\r\n '@apply text-dark-secondary': {},\r\n //Focus\r\n '@apply focus-within:border-primitives-overlay-lighten-10': {},\r\n '@apply dark:focus-within:border-primitives-overlay-darken-6': {},\r\n\r\n '&:not(:invalid):not([aria-invalid=\"true\"])': {\r\n '@apply focus-within:hover:border-primitives-overlay-lighten-10': {},\r\n '@apply dark:focus-within:hover:border-primitives-overlay-darken-6': {},\r\n },\r\n\r\n '&&-lg': {\r\n '@apply text-input-large': {},\r\n '@apply rounded-button-lg': {},\r\n },\r\n '&&-md': {\r\n '@apply text-input-medium': {},\r\n '@apply rounded-button-md': {},\r\n },\r\n '&&-sm': {\r\n '@apply text-input-small': {},\r\n '@apply rounded-button-sm': {},\r\n },\r\n ...inputStandards(),\r\n '.sk-form-input': {\r\n '@apply rounded-0': {},\r\n '@apply border-0': {},\r\n '@apply focus:ring-0': {},\r\n '@apply focus:ring-offset-0': {},\r\n '@apply bg-transparent': {},\r\n '@apply dark:bg-transparent': {},\r\n '@apply grow': {},\r\n },\r\n },\r\n };\r\n}\r\n\r\nfunction timeAndDatePicker() {\r\n return {\r\n '&::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator': {\r\n '@apply block': {},\r\n '@apply p-0': {},\r\n '@apply pl-6 md:pl-8': {},\r\n '@apply m-0': {},\r\n '@apply bg-none': {},\r\n '@apply bg-dark-secondary': {},\r\n '&.sk-form-input-sm': {\r\n '@apply w-16 h-16': {},\r\n '@apply -mr-2': {},\r\n },\r\n '&.sk-form-input-md': {\r\n '@apply -mr-4': {},\r\n '@apply w-18 h-18': {},\r\n },\r\n '&.sk-form-input-lg': {\r\n '@apply -mr-6': {},\r\n '@apply w-20 h-20': {},\r\n },\r\n },\r\n\r\n '&[type=\"date\"]::-webkit-inner-spin-button, &[type=\"date\"]::-webkit-calendar-picker-indicator': {\r\n mask: [`url(\"data:image/svg+xml;utf-8,${calendar()}\") no-repeat 100% 100%`],\r\n '-webkit-mask': [`url(\"data:image/svg+xml;utf-8,${calendar()}\") no-repeat 100% 100%`],\r\n maskSize: 'contain',\r\n '-webkit-mask-size': 'contain',\r\n },\r\n '&[type=\"datetime-local\"]::-webkit-inner-spin-button, &[type=\"datetime-local\"]::-webkit-calendar-picker-indicator':\r\n {\r\n mask: [`url(\"data:image/svg+xml;utf-8,${calendar()}\") no-repeat 100% 100%`],\r\n '-webkit-mask': [`url(\"data:image/svg+xml;utf-8,${calendar()}\") no-repeat 100% 100%`],\r\n maskSize: 'contain',\r\n '-webkit-mask-size': 'contain',\r\n },\r\n '&[type=\"time\"]::-webkit-inner-spin-button, &[type=\"time\"]::-webkit-calendar-picker-indicator': {\r\n mask: [`url(\"data:image/svg+xml;utf-8,${clock()}\") no-repeat 100% 100%`],\r\n '-webkit-mask': [`url(\"data:image/svg+xml;utf-8,${clock()}\") no-repeat 100% 100%`],\r\n maskSize: 'contain',\r\n '-webkit-mask-size': 'contain',\r\n },\r\n\r\n '&:disabled, &[aria-disabled=\"true\"]': {\r\n '&::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator': {\r\n '@apply color-black-disabled': {},\r\n },\r\n },\r\n };\r\n}\r\n\r\nexport const Input = () => ({\r\n '.sk-form-input': {\r\n '@apply grow-0': {},\r\n '@apply text-dark-primary': {},\r\n\r\n '&[data-hideextra=\"true\"]': {\r\n '&::-webkit-outer-spin-button, &::-webkit-inner-spin-button': {\r\n '-webkit-appearance': 'none',\r\n display: 'none',\r\n margin: '0px',\r\n },\r\n '-moz-appearance': 'textfield',\r\n },\r\n\r\n '&&-lg': {\r\n '@apply rounded-button-lg': {},\r\n '@apply px-20': {},\r\n '@apply py-11': {},\r\n '@apply gap-8': {},\r\n '@apply text-input-large': {},\r\n '@apply h-48': {},\r\n },\r\n '&&-md': {\r\n '@apply rounded-button-md': {},\r\n '@apply px-16': {},\r\n '@apply py-7': {},\r\n '@apply gap-8': {},\r\n '@apply text-input-medium': {},\r\n '@apply h-40': {},\r\n },\r\n '&&-sm': {\r\n '@apply rounded-button-sm': {},\r\n '@apply px-12': {},\r\n '@apply py-5': {},\r\n '@apply gap-6': {},\r\n '@apply text-input-small': {},\r\n '@apply h-32': {},\r\n },\r\n '&&-textarea': {\r\n '@apply h-auto': {},\r\n '&-warning': {\r\n '@apply sr-only': {},\r\n },\r\n },\r\n\r\n //Focus\r\n '@apply focus:ring': {},\r\n '@apply focus:ring-ring': {},\r\n '@apply focus:ring-offset': {},\r\n '@apply focus:border-primitives-overlay-lighten-10': {},\r\n '@apply dark:focus:border-primitives-overlay-darken-6': {},\r\n '@apply focus-within:ring': {},\r\n '@apply focus-within:ring-ring': {},\r\n '@apply focus-within:ring-offset': {},\r\n '@apply focus-within:border-primitives-overlay-lighten-10': {},\r\n '@apply dark:focus-within:border-primitives-overlay-darken-6': {},\r\n '&:not(:invalid):not([aria-invalid=\"true\"])': {\r\n '@apply focus:hover:border-primitives-overlay-lighten-10': {},\r\n '@apply dark:focus:hover:border-primitives-overlay-darken-6': {},\r\n },\r\n ...timeAndDatePicker(),\r\n ...inputStandards(),\r\n ...inputGroup(),\r\n ...addin(),\r\n },\r\n});\r\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"input.js","names":["calendar","clock","inputStandards","addin","svg","inputGroup","_extends","timeAndDatePicker","mask","maskSize","Input","exports","display","margin"],"sources":["../../../src/components/input.ts"],"sourcesContent":["function calendar() {\n return `<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='18' height='18' x='3' y='4' rx='2' ry='2' /><line x1='16' x2='16' y1='2' y2='6' /><line x1='8' x2='8' y1='2' y2='6' /><line x1='3' x2='21' y1='10' y2='10' /></svg>`;\n}\nfunction clock() {\n return `<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10' /><polyline points='12 6 12 12 16 14' /></svg>`;\n}\n\nfunction inputStandards() {\n return {\n '@apply border-1': {},\n '@apply border-primitives-overlay-darken-6': {},\n '@apply dark:border-primitives-overlay-lighten-6': {},\n '@apply hover:border-primitives-overlay-darken-8': {},\n '@apply dark:hover:border-primitives-overlay-lighten-4': {},\n\n '@apply placeholder:text-dark-placeholder': {},\n\n '@apply bg-primitives-overlay-lighten-10': {},\n '@apply dark:bg-primitives-overlay-darken-6': {},\n\n //Invalid\n '&:invalid, &[aria-invalid=\"true\"]': {\n '@apply border-2 border-error-surface-primary': {},\n },\n\n //Disabled\n '&:disabled, &[aria-disabled=\"true\"]': {\n '@apply bg-primitives-overlay-darken-1': {},\n '@apply dark:bg-primitives-overlay-lighten-1': {},\n '@apply border-primitives-overlay-darken-3': {},\n '@apply dark:border-primitives-overlay-lighten-3': {},\n '@apply hover:border-primitives-overlay-darken-3': {},\n '@apply dark:hover:border-primitives-overlay-lighten-3': {},\n '@apply text-dark-disabled': {},\n },\n };\n}\n\nfunction addin() {\n return {\n '&-addin': {\n '@apply bg-transparent': {},\n '@apply flex': {},\n '@apply justify-start items-center': {},\n '&-sm': {\n '@apply px-6 gap-6': {},\n '&.sk-form-input-addin-left': {\n '@apply -mr-12': {},\n '@apply pl-10': {},\n },\n '&.sk-form-input-addin-right': {\n '@apply -ml-12': {},\n '@apply pr-10': {},\n },\n svg: {\n '@apply w-16 h-16': {},\n },\n },\n '&-md': {\n '@apply md:px-8 md:gap-8': {},\n '&.sk-form-input-addin-left': {\n '@apply -mr-16': {},\n '@apply pl-12': {},\n },\n '&.sk-form-input-addin-right': {\n '@apply -ml-16': {},\n '@apply pr-12': {},\n },\n svg: {\n '@apply w-20 h-20': {},\n },\n },\n '&-lg': {\n '@apply md:px-8 md:gap-8': {},\n '&.sk-form-input-addin-left': {\n '@apply -mr-20': {},\n '@apply pl-16': {},\n },\n '&.sk-form-input-addin-right': {\n '@apply -ml-20': {},\n '@apply pr-16': {},\n },\n svg: {\n '@apply w-22 h-22': {},\n },\n },\n },\n };\n}\n\nfunction inputGroup() {\n return {\n '&-group': {\n '@apply flex relative': {},\n '@apply items-center': {},\n '@apply focus-within:ring': {},\n '@apply focus-within:ring-ring': {},\n '@apply text-dark-secondary': {},\n //Focus\n '@apply focus-within:border-primitives-overlay-lighten-10': {},\n '@apply dark:focus-within:border-primitives-overlay-darken-6': {},\n\n '&:not(:invalid):not([aria-invalid=\"true\"])': {\n '@apply focus-within:hover:border-primitives-overlay-lighten-10': {},\n '@apply dark:focus-within:hover:border-primitives-overlay-darken-6': {},\n },\n\n '&&-lg': {\n '@apply text-input-large': {},\n '@apply rounded-button-lg': {},\n },\n '&&-md': {\n '@apply text-input-medium': {},\n '@apply rounded-button-md': {},\n },\n '&&-sm': {\n '@apply text-input-small': {},\n '@apply rounded-button-sm': {},\n },\n ...inputStandards(),\n '.sk-form-input': {\n '@apply rounded-0': {},\n '@apply border-0': {},\n '@apply focus:ring-0': {},\n '@apply focus:ring-offset-0': {},\n '@apply bg-transparent': {},\n '@apply dark:bg-transparent': {},\n '@apply grow': {},\n },\n },\n };\n}\n\nfunction timeAndDatePicker() {\n return {\n '&::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator': {\n '@apply block': {},\n '@apply p-0': {},\n '@apply pl-6 md:pl-8': {},\n '@apply m-0': {},\n '@apply bg-none': {},\n '@apply bg-dark-secondary': {},\n '&.sk-form-input-sm': {\n '@apply w-16 h-16': {},\n '@apply -mr-2': {},\n },\n '&.sk-form-input-md': {\n '@apply -mr-4': {},\n '@apply w-18 h-18': {},\n },\n '&.sk-form-input-lg': {\n '@apply -mr-6': {},\n '@apply w-20 h-20': {},\n },\n },\n\n '&[type=\"date\"]::-webkit-inner-spin-button, &[type=\"date\"]::-webkit-calendar-picker-indicator': {\n mask: [`url(\"data:image/svg+xml;utf-8,${calendar()}\") no-repeat 100% 100%`],\n '-webkit-mask': [`url(\"data:image/svg+xml;utf-8,${calendar()}\") no-repeat 100% 100%`],\n maskSize: 'contain',\n '-webkit-mask-size': 'contain',\n },\n '&[type=\"datetime-local\"]::-webkit-inner-spin-button, &[type=\"datetime-local\"]::-webkit-calendar-picker-indicator':\n {\n mask: [`url(\"data:image/svg+xml;utf-8,${calendar()}\") no-repeat 100% 100%`],\n '-webkit-mask': [`url(\"data:image/svg+xml;utf-8,${calendar()}\") no-repeat 100% 100%`],\n maskSize: 'contain',\n '-webkit-mask-size': 'contain',\n },\n '&[type=\"time\"]::-webkit-inner-spin-button, &[type=\"time\"]::-webkit-calendar-picker-indicator': {\n mask: [`url(\"data:image/svg+xml;utf-8,${clock()}\") no-repeat 100% 100%`],\n '-webkit-mask': [`url(\"data:image/svg+xml;utf-8,${clock()}\") no-repeat 100% 100%`],\n maskSize: 'contain',\n '-webkit-mask-size': 'contain',\n },\n\n '&:disabled, &[aria-disabled=\"true\"]': {\n '&::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator': {\n '@apply color-black-disabled': {},\n },\n },\n };\n}\n\nexport const Input = () => ({\n '.sk-form-input': {\n '@apply grow-0': {},\n '@apply text-dark-primary': {},\n\n '&[data-hideextra=\"true\"]': {\n '&::-webkit-outer-spin-button, &::-webkit-inner-spin-button': {\n '-webkit-appearance': 'none',\n display: 'none',\n margin: '0px',\n },\n '-moz-appearance': 'textfield',\n },\n\n '&&-lg': {\n '@apply rounded-button-lg': {},\n '@apply px-20': {},\n '@apply py-11': {},\n '@apply gap-8': {},\n '@apply text-input-large': {},\n '@apply h-48': {},\n },\n '&&-md': {\n '@apply rounded-button-md': {},\n '@apply px-16': {},\n '@apply py-7': {},\n '@apply gap-8': {},\n '@apply text-input-medium': {},\n '@apply h-40': {},\n },\n '&&-sm': {\n '@apply rounded-button-sm': {},\n '@apply px-12': {},\n '@apply py-5': {},\n '@apply gap-6': {},\n '@apply text-input-small': {},\n '@apply h-32': {},\n },\n '&&-textarea': {\n '@apply h-auto': {},\n '&-warning': {\n '@apply sr-only': {},\n },\n },\n\n //Focus\n '@apply focus:ring': {},\n '@apply focus:ring-ring': {},\n '@apply focus:ring-offset': {},\n '@apply focus:border-primitives-overlay-lighten-10': {},\n '@apply dark:focus:border-primitives-overlay-darken-6': {},\n '@apply focus-within:ring': {},\n '@apply focus-within:ring-ring': {},\n '@apply focus-within:ring-offset': {},\n '@apply focus-within:border-primitives-overlay-lighten-10': {},\n '@apply dark:focus-within:border-primitives-overlay-darken-6': {},\n '&:not(:invalid):not([aria-invalid=\"true\"])': {\n '@apply focus:hover:border-primitives-overlay-lighten-10': {},\n '@apply dark:focus:hover:border-primitives-overlay-darken-6': {},\n },\n ...timeAndDatePicker(),\n ...inputStandards(),\n ...inputGroup(),\n ...addin(),\n },\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"label.js","names":["Label","exports","colors","_extends","reduce","styles","color","_dataInvertedTru","_ref","_extends2"],"sources":["../../../src/components/label.ts"],"sourcesContent":["export const Label = (colors: string[]) => ({\
|
|
1
|
+
{"version":3,"file":"label.js","names":["Label","exports","colors","_extends","reduce","styles","color","_dataInvertedTru","_ref","_extends2"],"sources":["../../../src/components/label.ts"],"sourcesContent":["export const Label = (colors: string[]) => ({\n '.sk-label': {\n '@apply inline-flex flex-row': {},\n '@apply justify-center items-center': {},\n '@apply gap-6 px-10 py-4': {},\n '@apply h-24 max-h-24': {},\n '@apply text-label-small': {},\n\n '@apply rounded-utility-sm md:rounded-utility-md xl:rounded-utility-lg': {},\n\n '@apply bg-dark-primary': {},\n '@apply text-light-primary': {},\n\n '&[data-rounded=\"true\"]': {\n '@apply rounded-full': {},\n },\n '&[data-inverted=\"true\"]': {\n '@apply bg-tertiary-surface': {},\n '@apply text-dark-primary': {},\n },\n\n ...colors.reduce(\n (styles, color) => ({\n ...styles,\n [`&[data-color=\"${color}\"]`]: {\n [`@apply bg-${color}-surface-primary`]: {},\n [`@apply text-${color}-text-secondary`]: {},\n '&[data-inverted=\"true\"]': {\n [`@apply bg-${color}-surface-accent`]: {},\n [`@apply text-${color}-text-primary`]: {},\n },\n },\n }),\n {}\n ),\n '&[data-color=\"tertiary\"]': {\n '@apply bg-dark-primary': {},\n '@apply text-light-primary': {},\n '&[data-inverted=\"true\"]': {\n '@apply bg-tertiary-surface': {},\n '@apply text-dark-primary': {},\n },\n },\n },\n});\n"],"mappings":";;;;;AAAO,IAAMA,KAAK,GAAAC,OAAA,CAAAD,KAAA,GAAG,SAARA,KAAKA,CAAIE,MAAgB;EAAA,OAAM;IAC1C,WAAW,EAAAC,QAAA;MACT,6BAA6B,EAAE,CAAC,CAAC;MACjC,oCAAoC,EAAE,CAAC,CAAC;MACxC,yBAAyB,EAAE,CAAC,CAAC;MAC7B,sBAAsB,EAAE,CAAC,CAAC;MAC1B,yBAAyB,EAAE,CAAC,CAAC;MAE7B,uEAAuE,EAAE,CAAC,CAAC;MAE3E,wBAAwB,EAAE,CAAC,CAAC;MAC5B,2BAA2B,EAAE,CAAC,CAAC;MAE/B,wBAAwB,EAAE;QACxB,qBAAqB,EAAE,CAAC;MAC1B,CAAC;MACD,yBAAyB,EAAE;QACzB,4BAA4B,EAAE,CAAC,CAAC;QAChC,0BAA0B,EAAE,CAAC;MAC/B;IAAC,GAEED,MAAM,CAACE,MAAM,CACd,UAACC,MAAM,EAAEC,KAAK;MAAA,IAAAC,gBAAA,EAAAC,IAAA,EAAAC,SAAA;MAAA,OAAAN,QAAA,KACTE,MAAM,GAAAI,SAAA,OAAAA,SAAA,qBACSH,KAAK,aAAAE,IAAA,OAAAA,IAAA,gBACPF,KAAK,yBAAqB,CAAC,CAAC,EAAAE,IAAA,kBAC1BF,KAAK,wBAAoB,CAAC,CAAC,EAAAE,IAAA,CAC3C,yBAAyB,KAAAD,gBAAA,OAAAA,gBAAA,gBACTD,KAAK,wBAAoB,CAAC,CAAC,EAAAC,gBAAA,kBACzBD,KAAK,sBAAkB,CAAC,CAAC,EAAAC,gBAAA,GAAAC,IAAA,GAAAC,SAAA;IAAA,CAG7C,EACF,CAAC,CACH,CAAC;MACD,0BAA0B,EAAE;QAC1B,wBAAwB,EAAE,CAAC,CAAC;QAC5B,2BAA2B,EAAE,CAAC,CAAC;QAC/B,yBAAyB,EAAE;UACzB,4BAA4B,EAAE,CAAC,CAAC;UAChC,0BAA0B,EAAE,CAAC;QAC/B;MACF;IAAC;EAEL,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","names":["List","exports","li","counterIncrement","content"],"sources":["../../../src/components/list.ts"],"sourcesContent":["export const List = () => ({\
|
|
1
|
+
{"version":3,"file":"list.js","names":["List","exports","li","counterIncrement","content"],"sources":["../../../src/components/list.ts"],"sourcesContent":["export const List = () => ({\n '.sk-list': {\n // General\n li: {\n '&:before': {\n '@apply text-vattjom-surface-primary font-bold': {},\n '@apply absolute inline-flex items-center justify-center text-center': {},\n '@apply w-24 h-24': {},\n },\n },\n\n '&[data-style=\"bullet\"]': {\n li: {\n '&:before': {\n \"@apply content-['•'] my-5 text-lead\": {},\n },\n },\n },\n\n '&[data-style=\"numbered\"]': {\n li: {\n counterIncrement: 'item',\n\n '&:before': {\n '@apply text-small border-vattjom-surface-primary rounded-full leading-8': {},\n '@apply my-6 h-22 w-22 border-2': {},\n content: 'counter(item)',\n },\n },\n },\n\n '&[data-style=\"stroke\"]': {\n li: {\n '&:before': {\n \"@apply content-['–'] my-4 text-base\": {},\n },\n },\n },\n\n '.sk-link': {\n '&-tertiary': {\n '@apply text-dark-primary': {},\n '&:hover': {\n '@apply text-dark-secondary': {},\n },\n },\n },\n\n '&-item': {\n '@apply pt-20': {},\n },\n\n '&-header': {\n '@apply text-large font-bold ml-32': {},\n },\n\n '&-text': {\n '@apply text-dark-secondary ml-32': {},\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG,SAAPA,IAAIA,CAAA;EAAA,OAAU;IACzB,UAAU,EAAE;MACV;MACAE,EAAE,EAAE;QACF,UAAU,EAAE;UACV,+CAA+C,EAAE,CAAC,CAAC;UACnD,qEAAqE,EAAE,CAAC,CAAC;UACzE,kBAAkB,EAAE,CAAC;QACvB;MACF,CAAC;MAED,wBAAwB,EAAE;QACxBA,EAAE,EAAE;UACF,UAAU,EAAE;YACV,qCAAqC,EAAE,CAAC;UAC1C;QACF;MACF,CAAC;MAED,0BAA0B,EAAE;QAC1BA,EAAE,EAAE;UACFC,gBAAgB,EAAE,MAAM;UAExB,UAAU,EAAE;YACV,yEAAyE,EAAE,CAAC,CAAC;YAC7E,gCAAgC,EAAE,CAAC,CAAC;YACpCC,OAAO,EAAE;UACX;QACF;MACF,CAAC;MAED,wBAAwB,EAAE;QACxBF,EAAE,EAAE;UACF,UAAU,EAAE;YACV,qCAAqC,EAAE,CAAC;UAC1C;QACF;MACF,CAAC;MAED,UAAU,EAAE;QACV,YAAY,EAAE;UACZ,0BAA0B,EAAE,CAAC,CAAC;UAC9B,SAAS,EAAE;YACT,4BAA4B,EAAE,CAAC;UACjC;QACF;MACF,CAAC;MAED,QAAQ,EAAE;QACR,cAAc,EAAE,CAAC;MACnB,CAAC;MAED,UAAU,EAAE;QACV,mCAAmC,EAAE,CAAC;MACxC,CAAC;MAED,QAAQ,EAAE;QACR,kCAAkC,EAAE,CAAC;MACvC;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo.js","names":["Logo","exports"],"sources":["../../../src/components/logo.ts"],"sourcesContent":["export const Logo = () => ({\
|
|
1
|
+
{"version":3,"file":"logo.js","names":["Logo","exports"],"sources":["../../../src/components/logo.ts"],"sourcesContent":["export const Logo = () => ({\n '.sk-logo': {\n '@apply flex w-auto h-auto': {},\n '@apply items-center': {},\n '@apply text-dark-primary': {},\n '&[data-inverted=\"true\"]': {\n '@apply text-light-primary': {},\n '.sk-logo-divider': {\n '@apply border-inverted-divider': {},\n },\n },\n\n '&-figure': {\n '@apply w-full h-full': {},\n },\n '&[data-variant=\"service\"]': {\n '@apply flex-row gap-6': {},\n '@apply w-max': {},\n '@apply h-60': {},\n '@apply pb-4': {},\n '.sk-logo-figure': {\n '@apply w-auto h-56': {},\n },\n },\n 'a:focus-within &': {\n '@apply outline outline-2 outline-ring': {},\n },\n 'a &': {\n '@apply no-underline': {},\n },\n 'a:hover &': {\n '@apply underline': {},\n },\n '&-service-content': {\n '@apply h-full w-max': {},\n '@apply flex flex-col justify-center': {},\n '@apply pl-2 pt-2 pr-8 pb-0': {},\n },\n '&-title': {\n '@apply font-header text-logo-header': {},\n },\n '&-subtitle': {\n '@apply text-small font-normal block': {},\n },\n '&-divider': {\n '@apply pt-8 pb-4': {},\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG,SAAPA,IAAIA,CAAA;EAAA,OAAU;IACzB,UAAU,EAAE;MACV,2BAA2B,EAAE,CAAC,CAAC;MAC/B,qBAAqB,EAAE,CAAC,CAAC;MACzB,0BAA0B,EAAE,CAAC,CAAC;MAC9B,yBAAyB,EAAE;QACzB,2BAA2B,EAAE,CAAC,CAAC;QAC/B,kBAAkB,EAAE;UAClB,gCAAgC,EAAE,CAAC;QACrC;MACF,CAAC;MAED,UAAU,EAAE;QACV,sBAAsB,EAAE,CAAC;MAC3B,CAAC;MACD,2BAA2B,EAAE;QAC3B,uBAAuB,EAAE,CAAC,CAAC;QAC3B,cAAc,EAAE,CAAC,CAAC;QAClB,aAAa,EAAE,CAAC,CAAC;QACjB,aAAa,EAAE,CAAC,CAAC;QACjB,iBAAiB,EAAE;UACjB,oBAAoB,EAAE,CAAC;QACzB;MACF,CAAC;MACD,kBAAkB,EAAE;QAClB,uCAAuC,EAAE,CAAC;MAC5C,CAAC;MACD,KAAK,EAAE;QACL,qBAAqB,EAAE,CAAC;MAC1B,CAAC;MACD,WAAW,EAAE;QACX,kBAAkB,EAAE,CAAC;MACvB,CAAC;MACD,mBAAmB,EAAE;QACnB,qBAAqB,EAAE,CAAC,CAAC;QACzB,qCAAqC,EAAE,CAAC,CAAC;QACzC,4BAA4B,EAAE,CAAC;MACjC,CAAC;MACD,SAAS,EAAE;QACT,qCAAqC,EAAE,CAAC;MAC1C,CAAC;MACD,YAAY,EAAE;QACZ,qCAAqC,EAAE,CAAC;MAC1C,CAAC;MACD,WAAW,EAAE;QACX,kBAAkB,EAAE,CAAC;MACvB;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-vertical.js","names":["svgToDataUri","require","MenuVerticalNav","MenuVerticalSidebar","ul","li","backgroundImage","backgroundRepeat","MenuVertical","exports","_extends","color"],"sources":["../../../src/components/menu-vertical.ts"],"sourcesContent":["const svgToDataUri = require('mini-svg-data-uri');\r\n\r\nconst MenuVerticalNav = () => ({\r\n '.sk-menu-vertical-nav': {\r\n '.sk-menu-vertical': {\r\n '@apply gap-12': {},\r\n\r\n '&.ul, & ul': {\r\n '@apply pt-12 pr-16 pb-16': {},\r\n },\r\n\r\n '&-item': {\r\n '.sk-menu-vertical-item-submenu': {\r\n '@apply font-bold': {},\r\n\r\n '&-medium': {\r\n 'button, a': {\r\n '@apply py-6 px-14': {},\r\n },\r\n },\r\n '&-large': {\r\n 'button, a': {\r\n '@apply text-large': {},\r\n '@apply py-10 px-14': {},\r\n },\r\n },\r\n },\r\n },\r\n },\r\n },\r\n});\r\n\r\nconst MenuVerticalSidebar = () => ({\r\n '.sk-menu-vertical-sidebar': {\r\n '@apply rounded-button': {},\r\n\r\n '> ul > li > .sk-menu-vertical-item-submenu': {\r\n '> .sk-menu-vertical-item-submenu-button': {\r\n '@apply min-h-52': {},\r\n },\r\n },\r\n\r\n '> ul': {\r\n '@apply py-16 px-24': {},\r\n },\r\n\r\n '.sk-menu-vertical': {\r\n '@apply gap-12': {},\r\n\r\n '&-header': {\r\n '@apply bg-primary-surface': {},\r\n\r\n '@apply rounded-t-button': {},\r\n '@apply py-20 px-32': {},\r\n\r\n '&, a': {\r\n '@apply text-light-primary': {},\r\n },\r\n\r\n '.sk-divider': {\r\n '@apply border-inverted-divider': {},\r\n },\r\n\r\n '.sk-logo': {\r\n '@apply text-light-secondary': {},\r\n },\r\n },\r\n\r\n '&.ul, & ul': {\r\n '@apply py-8 pl-20 ml-20': {},\r\n },\r\n\r\n 'li ul': {\r\n '@apply gap-8': {},\r\n\r\n ul: {\r\n li: {\r\n '@apply text-small leading-18': {},\r\n\r\n '.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {\r\n '@apply py-6 px-14': {},\r\n },\r\n },\r\n },\r\n\r\n li: {\r\n '@apply relative -ml-4': {},\r\n\r\n // hook\r\n '&:before': {\r\n '@apply content-[\"\"] absolute inline-flex w-20 h-44 -top-8 -left-16': {},\r\n\r\n backgroundImage: `url(\"${svgToDataUri(\r\n `<svg width=\"16\" height=\"52\" viewBox=\"0 0 16 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path d=\"M1 17V17C1 24.1797 6.8203 30 14 30H15\" stroke=\"#B7B7BA\" stroke-linecap=\"round\" />\r\n </svg>`\r\n )}\")`,\r\n backgroundRepeat: 'no-repeat',\r\n },\r\n\r\n // line\r\n '&:not(:last-child):after': {\r\n '@apply content-[\"\"] absolute inline-flex w-20 -top-8 bottom-0 -left-16': {},\r\n\r\n backgroundImage: `url(\"${svgToDataUri(\r\n `<svg width=\"16\" viewBox=\"0 0 16 52\" xmlns=\"http://www.w3.org/2000/svg\"> \r\n <line x1=\"1\" y1=\"0\" x2=\"1\" y2=\"52\" stroke=\"#B7B7BA\" stroke-linecap=\"round\" /> \r\n </svg> `\r\n )}\")`,\r\n backgroundRepeat: 'repeat-y',\r\n },\r\n\r\n // lastline\r\n '&:last-child:after': {\r\n '@apply content-[\"\"] absolute inline-flex w-20 -top-8 bottom-0 -left-16': {},\r\n\r\n backgroundImage: `url(\"${svgToDataUri(\r\n `<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" xmlns=\"http://www.w3.org/2000/svg\"> \r\n <line x1=\"1\" y1=\"0\" x2=\"1\" y2=\"17\" stroke=\"#B7B7BA\" stroke-linecap=\"round\" /> \r\n </svg> `\r\n )}\")`,\r\n backgroundRepeat: 'no-repeat',\r\n },\r\n },\r\n },\r\n '&-item': {\r\n '.sk-menu-vertical-item-submenu': {\r\n '&-button': {\r\n '@apply gap-8': {},\r\n\r\n '&[aria-current=\"page\"], &[aria-current=\"page\"] ~ button': {\r\n '@apply font-bold': {},\r\n },\r\n },\r\n },\r\n\r\n '> a, > button': {\r\n '&[aria-current=\"page\"]': {\r\n '@apply font-bold': {},\r\n },\r\n },\r\n },\r\n },\r\n },\r\n});\r\n\r\nexport const MenuVertical = () => ({\r\n '.sk-menu-vertical': {\r\n '@apply flex flex-col': {},\r\n '@apply text-base': {},\r\n\r\n '&.hide': {\r\n '@apply hidden': {},\r\n },\r\n\r\n '&-backbutton': {\r\n '@apply flex items-center gap-16 text-lead mb-40': {},\r\n },\r\n\r\n '&-label': {\r\n '@apply mb-24': {},\r\n },\r\n\r\n '&-item': {\r\n '@apply flex flex-col': {},\r\n\r\n '&.hide': {\r\n '@apply hidden': {},\r\n },\r\n\r\n '[aria-disabled=\"true\"]': {\r\n '@apply cursor-default bg-transparent text-primitives-overlay-darken-6 dark:text-primitives-overlay-lighten-7':\r\n {},\r\n },\r\n\r\n 'a, button': {\r\n '@apply flex': {},\r\n color: 'unset',\r\n },\r\n\r\n '& > a, > button': {\r\n '@apply flex items-center min-h-44': {},\r\n\r\n '&:focus-visible': {\r\n '@apply outline outline-2 outline-ring': {},\r\n },\r\n\r\n '> *': {\r\n '@apply flex w-full py-6 px-14': {},\r\n '@apply rounded-button cursor-pointer': {},\r\n },\r\n\r\n '&:not([aria-disabled=\"true\"]) > *': {\r\n '@apply bg-transparent text-dark-secondary': {},\r\n },\r\n\r\n '&:hover:not([aria-disabled=\"true\"]) > *': {\r\n '@apply bg-primitives-overlay-darken-3': {},\r\n },\r\n\r\n '&[aria-current=\"page\"]:not(:hover) > *': {\r\n '@apply bg-primary-surface text-light-primary': {},\r\n '@apply focus-visible:ring': {},\r\n },\r\n },\r\n\r\n '.sk-menu-vertical-item-submenu': {\r\n '@apply flex justify-between w-full': {},\r\n '@apply rounded-button': {},\r\n\r\n '&:hover': {\r\n '> a:not([aria-disabled=\"true\"]), > button:not([aria-disabled=\"true\"]), > a[aria-expanded=\"true\"]:not([aria-disabled=\"true\"]), > button[aria-expanded=\"true\"]:not([aria-disabled=\"true\"])':\r\n {\r\n '@apply text-dark-primary bg-primitives-overlay-darken-3': {},\r\n },\r\n },\r\n\r\n '&:focus-within': {\r\n '@apply outline outline-2 outline-ring': {},\r\n\r\n '.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {\r\n '&:focus-visible': {\r\n '@apply ring-0 ring-offset-0 outline-0': {},\r\n },\r\n },\r\n },\r\n\r\n '&-medium': {\r\n 'button, a': {\r\n '@apply py-6 px-14': {},\r\n },\r\n },\r\n '&-large': {\r\n 'button, a': {\r\n '@apply py-10 px-14': {},\r\n },\r\n },\r\n\r\n '&-button, &-button-expand': {\r\n '@apply items-center': {},\r\n '@apply py-10 px-14': {},\r\n },\r\n\r\n '&-button-expand': {\r\n '@apply rounded-r-button rounded-l-0': {},\r\n },\r\n\r\n '&-button': {\r\n '@apply text-left grow rounded-l-button rounded-r-0': {},\r\n\r\n '&[aria-current=\"page\"]:not(:hover), &[aria-current=\"page\"]:not(:hover) ~ button:not(:hover)': {\r\n '@apply bg-primary-surface text-light-primary': {},\r\n },\r\n\r\n '&[aria-expanded=\"true\"]': {\r\n '&:not(:hover,[aria-current=\"page\"],[aria-disabled=\"true\"]), &:not(:hover,[aria-current=\"page\"],[aria-disabled=\"true\"]) ~ button:not(:hover)':\r\n {\r\n '@apply bg-vattjom-surface-accent': {},\r\n },\r\n },\r\n },\r\n },\r\n\r\n '.sk-menu-vertical-item-tool-item': {\r\n '@apply flex items-center gap-10 p-6 rounded-groups': {},\r\n\r\n '.sk-avatar': {\r\n '@apply border-2 border-background-content': {},\r\n },\r\n },\r\n },\r\n },\r\n\r\n ...MenuVerticalNav(),\r\n ...MenuVerticalSidebar(),\r\n});\r\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"menu-vertical.js","names":["svgToDataUri","require","MenuVerticalNav","MenuVerticalSidebar","ul","li","backgroundImage","backgroundRepeat","MenuVertical","exports","_extends","color"],"sources":["../../../src/components/menu-vertical.ts"],"sourcesContent":["const svgToDataUri = require('mini-svg-data-uri');\n\nconst MenuVerticalNav = () => ({\n '.sk-menu-vertical-nav': {\n '.sk-menu-vertical': {\n '@apply gap-12': {},\n\n '&.ul, & ul': {\n '@apply pt-12 pr-16 pb-16': {},\n },\n\n '&-item': {\n '.sk-menu-vertical-item-submenu': {\n '@apply font-bold': {},\n\n '&-medium': {\n 'button, a': {\n '@apply py-6 px-14': {},\n },\n },\n '&-large': {\n 'button, a': {\n '@apply text-large': {},\n '@apply py-10 px-14': {},\n },\n },\n },\n },\n },\n },\n});\n\nconst MenuVerticalSidebar = () => ({\n '.sk-menu-vertical-sidebar': {\n '@apply rounded-button': {},\n\n '> ul > li > .sk-menu-vertical-item-submenu': {\n '> .sk-menu-vertical-item-submenu-button': {\n '@apply min-h-52': {},\n },\n },\n\n '> ul': {\n '@apply py-16 px-24': {},\n },\n\n '.sk-menu-vertical': {\n '@apply gap-12': {},\n\n '&-header': {\n '@apply bg-primary-surface': {},\n\n '@apply rounded-t-button': {},\n '@apply py-20 px-32': {},\n\n '&, a': {\n '@apply text-light-primary': {},\n },\n\n '.sk-divider': {\n '@apply border-inverted-divider': {},\n },\n\n '.sk-logo': {\n '@apply text-light-secondary': {},\n },\n },\n\n '&.ul, & ul': {\n '@apply py-8 pl-20 ml-20': {},\n },\n\n 'li ul': {\n '@apply gap-8': {},\n\n ul: {\n li: {\n '@apply text-small leading-18': {},\n\n '.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {\n '@apply py-6 px-14': {},\n },\n },\n },\n\n li: {\n '@apply relative -ml-4': {},\n\n // hook\n '&:before': {\n '@apply content-[\"\"] absolute inline-flex w-20 h-44 -top-8 -left-16': {},\n\n backgroundImage: `url(\"${svgToDataUri(\n `<svg width=\"16\" height=\"52\" viewBox=\"0 0 16 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M1 17V17C1 24.1797 6.8203 30 14 30H15\" stroke=\"#B7B7BA\" stroke-linecap=\"round\" />\n </svg>`\n )}\")`,\n backgroundRepeat: 'no-repeat',\n },\n\n // line\n '&:not(:last-child):after': {\n '@apply content-[\"\"] absolute inline-flex w-20 -top-8 bottom-0 -left-16': {},\n\n backgroundImage: `url(\"${svgToDataUri(\n `<svg width=\"16\" viewBox=\"0 0 16 52\" xmlns=\"http://www.w3.org/2000/svg\"> \n <line x1=\"1\" y1=\"0\" x2=\"1\" y2=\"52\" stroke=\"#B7B7BA\" stroke-linecap=\"round\" /> \n </svg> `\n )}\")`,\n backgroundRepeat: 'repeat-y',\n },\n\n // lastline\n '&:last-child:after': {\n '@apply content-[\"\"] absolute inline-flex w-20 -top-8 bottom-0 -left-16': {},\n\n backgroundImage: `url(\"${svgToDataUri(\n `<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" xmlns=\"http://www.w3.org/2000/svg\"> \n <line x1=\"1\" y1=\"0\" x2=\"1\" y2=\"17\" stroke=\"#B7B7BA\" stroke-linecap=\"round\" /> \n </svg> `\n )}\")`,\n backgroundRepeat: 'no-repeat',\n },\n },\n },\n '&-item': {\n '.sk-menu-vertical-item-submenu': {\n '&-button': {\n '@apply gap-8': {},\n\n '&[aria-current=\"page\"], &[aria-current=\"page\"] ~ button': {\n '@apply font-bold': {},\n },\n },\n },\n\n '> a, > button': {\n '&[aria-current=\"page\"]': {\n '@apply font-bold': {},\n },\n },\n },\n },\n },\n});\n\nexport const MenuVertical = () => ({\n '.sk-menu-vertical': {\n '@apply flex flex-col': {},\n '@apply text-base': {},\n\n '&.hide': {\n '@apply hidden': {},\n },\n\n '&-backbutton': {\n '@apply flex items-center gap-16 text-lead mb-40': {},\n },\n\n '&-label': {\n '@apply mb-24': {},\n },\n\n '&-item': {\n '@apply flex flex-col': {},\n\n '&.hide': {\n '@apply hidden': {},\n },\n\n '[aria-disabled=\"true\"]': {\n '@apply cursor-default bg-transparent text-primitives-overlay-darken-6 dark:text-primitives-overlay-lighten-7':\n {},\n },\n\n 'a, button': {\n '@apply flex': {},\n color: 'unset',\n },\n\n '& > a, > button': {\n '@apply flex items-center min-h-44': {},\n\n '&:focus-visible': {\n '@apply outline outline-2 outline-ring': {},\n },\n\n '> *': {\n '@apply flex w-full py-6 px-14': {},\n '@apply rounded-button cursor-pointer': {},\n },\n\n '&:not([aria-disabled=\"true\"]) > *': {\n '@apply bg-transparent text-dark-secondary': {},\n },\n\n '&:hover:not([aria-disabled=\"true\"]) > *': {\n '@apply bg-primitives-overlay-darken-3': {},\n },\n\n '&[aria-current=\"page\"]:not(:hover) > *': {\n '@apply bg-primary-surface text-light-primary': {},\n '@apply focus-visible:ring': {},\n },\n },\n\n '.sk-menu-vertical-item-submenu': {\n '@apply flex justify-between w-full': {},\n '@apply rounded-button': {},\n\n '&:hover': {\n '> a:not([aria-disabled=\"true\"]), > button:not([aria-disabled=\"true\"]), > a[aria-expanded=\"true\"]:not([aria-disabled=\"true\"]), > button[aria-expanded=\"true\"]:not([aria-disabled=\"true\"])':\n {\n '@apply text-dark-primary bg-primitives-overlay-darken-3': {},\n },\n },\n\n '&:focus-within': {\n '@apply outline outline-2 outline-ring': {},\n\n '.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {\n '&:focus-visible': {\n '@apply ring-0 ring-offset-0 outline-0': {},\n },\n },\n },\n\n '&-medium': {\n 'button, a': {\n '@apply py-6 px-14': {},\n },\n },\n '&-large': {\n 'button, a': {\n '@apply py-10 px-14': {},\n },\n },\n\n '&-button, &-button-expand': {\n '@apply items-center': {},\n '@apply py-10 px-14': {},\n },\n\n '&-button-expand': {\n '@apply rounded-r-button rounded-l-0': {},\n },\n\n '&-button': {\n '@apply text-left grow rounded-l-button rounded-r-0': {},\n\n '&[aria-current=\"page\"]:not(:hover), &[aria-current=\"page\"]:not(:hover) ~ button:not(:hover)': {\n '@apply bg-primary-surface text-light-primary': {},\n },\n\n '&[aria-expanded=\"true\"]': {\n '&:not(:hover,[aria-current=\"page\"],[aria-disabled=\"true\"]), &:not(:hover,[aria-current=\"page\"],[aria-disabled=\"true\"]) ~ button:not(:hover)':\n {\n '@apply bg-vattjom-surface-accent': {},\n },\n },\n },\n },\n\n '.sk-menu-vertical-item-tool-item': {\n '@apply flex items-center gap-10 p-6 rounded-groups': {},\n\n '.sk-avatar': {\n '@apply border-2 border-background-content': {},\n },\n },\n },\n },\n\n ...MenuVerticalNav(),\n ...MenuVerticalSidebar(),\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menubar.js","names":["MenuBar","exports","colors","_extends","color","reduce","styles","_ariaCurrentPage","_firstChild","_extends2"],"sources":["../../../src/components/menubar.ts"],"sourcesContent":["export const MenuBar = (colors: string[]) => ({\
|
|
1
|
+
{"version":3,"file":"menubar.js","names":["MenuBar","exports","colors","_extends","color","reduce","styles","_ariaCurrentPage","_firstChild","_extends2"],"sources":["../../../src/components/menubar.ts"],"sourcesContent":["export const MenuBar = (colors: string[]) => ({\n '.sk-menubar': {\n '@apply flex flex-row': {},\n '@apply p-8 gap-16': {},\n '@apply rounded-cards': {},\n\n '&[data-background=\"true\"]': {\n '@apply bg-background-color-mixin-1': {},\n },\n\n '&-item': {\n '@apply inline-block': {},\n '@apply relative': {},\n '@apply h-40': {},\n 'a, button': {\n color: 'unset',\n },\n\n '> *:first-child': {\n '@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},\n '@apply cursor-pointer': {},\n '@apply bg-transparent text-dark-primary': {},\n '@apply hover:bg-tertiary-surface': {},\n '@apply font-bold': {},\n '@apply gap-2 px-14 py-8': {},\n '@apply h-full min-h-full': {},\n '@apply inline-flex shrink-0 flex-nowrap': {},\n\n '@apply border-0': {},\n '@apply focus-visible:bg-background-content focus-visible:ring': {},\n '&[aria-current=\"page\"]:not(:hover),&[aria-selected=\"true\"]:not(:hover), ': {\n '@apply bg-primary-surface text-light-primary': {},\n '@apply focus-visible:ring': {},\n },\n },\n ...colors.reduce(\n (styles, color) => ({\n ...styles,\n [`&[data-color=\"${color}\"]`]: {\n '> *:first-child': {\n [`@apply hover:bg-${color}-surface-accent`]: {},\n [`@apply hover:text-${color}-text-primary`]: {},\n '@apply focus-visible:bg-background-content focus-visible:ring': {},\n '&[aria-current=\"page\"]:not(:hover),&[aria-selected=\"true\"]:not(:hover)': {\n [`@apply bg-${color}-surface-primary`]: {},\n '@apply focus-visible:ring': {},\n },\n },\n },\n }),\n {}\n ),\n },\n },\n});\n"],"mappings":";;;;;AAAO,IAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,SAAVA,OAAOA,CAAIE,MAAgB;EAAA,OAAM;IAC5C,aAAa,EAAE;MACb,sBAAsB,EAAE,CAAC,CAAC;MAC1B,mBAAmB,EAAE,CAAC,CAAC;MACvB,sBAAsB,EAAE,CAAC,CAAC;MAE1B,2BAA2B,EAAE;QAC3B,oCAAoC,EAAE,CAAC;MACzC,CAAC;MAED,QAAQ,EAAAC,QAAA;QACN,qBAAqB,EAAE,CAAC,CAAC;QACzB,iBAAiB,EAAE,CAAC,CAAC;QACrB,aAAa,EAAE,CAAC,CAAC;QACjB,WAAW,EAAE;UACXC,KAAK,EAAE;QACT,CAAC;QAED,iBAAiB,EAAE;UACjB,oEAAoE,EAAE,CAAC,CAAC;UACxE,uBAAuB,EAAE,CAAC,CAAC;UAC3B,yCAAyC,EAAE,CAAC,CAAC;UAC7C,kCAAkC,EAAE,CAAC,CAAC;UACtC,kBAAkB,EAAE,CAAC,CAAC;UACtB,yBAAyB,EAAE,CAAC,CAAC;UAC7B,0BAA0B,EAAE,CAAC,CAAC;UAC9B,yCAAyC,EAAE,CAAC,CAAC;UAE7C,iBAAiB,EAAE,CAAC,CAAC;UACrB,+DAA+D,EAAE,CAAC,CAAC;UACnE,0EAA0E,EAAE;YAC1E,8CAA8C,EAAE,CAAC,CAAC;YAClD,2BAA2B,EAAE,CAAC;UAChC;QACF;MAAC,GACEF,MAAM,CAACG,MAAM,CACd,UAACC,MAAM,EAAEF,KAAK;QAAA,IAAAG,gBAAA,EAAAC,WAAA,EAAAC,SAAA;QAAA,OAAAN,QAAA,KACTG,MAAM,GAAAG,SAAA,OAAAA,SAAA,qBACSL,KAAK,YAAO;UAC5B,iBAAiB,GAAAI,WAAA,OAAAA,WAAA,sBACKJ,KAAK,wBAAoB,CAAC,CAAC,EAAAI,WAAA,wBACzBJ,KAAK,sBAAkB,CAAC,CAAC,EAAAI,WAAA,CAC/C,+DAA+D,IAAE,CAAC,CAAC,EAAAA,WAAA,CACnE,wEAAwE,KAAAD,gBAAA,OAAAA,gBAAA,gBACxDH,KAAK,yBAAqB,CAAC,CAAC,EAAAG,gBAAA,CAC1C,2BAA2B,IAAE,CAAC,CAAC,EAAAA,gBAAA,GAAAC,WAAA;QAGrC,CAAC,EAAAC,SAAA;MAAA,CACD,EACF,CAAC,CACH,CAAC;IAEL;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popup-menu.js","names":["PopupMenu","exports","svg"],"sources":["../../../src/components/popup-menu.ts"],"sourcesContent":["export const PopupMenu = () => ({\
|
|
1
|
+
{"version":3,"file":"popup-menu.js","names":["PopupMenu","exports","svg"],"sources":["../../../src/components/popup-menu.ts"],"sourcesContent":["export const PopupMenu = () => ({\n '.sk-popup-menu': {\n '@apply hidden': {},\n '&[data-open=\"true\"]': {\n '@apply flex': {},\n },\n '&[data-position=\"left\"]': {\n '@apply mt-0 mr-8 right-full': {},\n '&[data-align=\"end\"]': {\n '@apply bottom-0': {},\n },\n '&[data-align=\"start\"]': {\n '@apply top-0': {},\n },\n },\n '&[data-position=\"right\"]': {\n '@apply mt-0 ml-8 left-full': {},\n '&[data-align=\"end\"]': {\n '@apply bottom-0': {},\n },\n '&[data-align=\"start\"]': {\n '@apply top-0': {},\n },\n },\n '&[data-position=\"over\"]': {\n '@apply mt-0 mb-8 bottom-full': {},\n '&[data-align=\"end\"]': {\n '@apply right-0': {},\n },\n '&[data-align=\"start\"]': {\n '@apply left-0': {},\n },\n },\n '&[data-position=\"under\"]': {\n '&[data-align=\"end\"]': {\n '@apply right-0': {},\n },\n '&[data-align=\"start\"]': {\n '@apply left-0': {},\n },\n },\n '> *': {\n '@apply max-w-full w-full': {},\n },\n\n '@apply absolute flex-col justify-start items-start mt-8': {},\n '@apply w-max': {},\n '@apply rounded-utility': {},\n '@apply bg-background-100': {},\n '@apply z-10': {},\n '@apply p-8 gap-4': {},\n '@apply shadow-100': {},\n '@apply border-0': {},\n '@apply focus-within:border-0': {},\n '@apply focus:outline-0 focus-visible:outline-0 focus-visible:ring': {},\n '.sk-form-checkbox-label-left .sk-icon': {\n '@apply right-8': {},\n },\n '.sk-form-checkbox-label-right .sk-icon': {\n '@apply left-8': {},\n },\n '.sk-popup-menu-item': {\n '@apply list-none': {},\n '@apply w-full': {},\n '@apply h-40': {},\n '@apply min-h-40': {},\n '@apply bg-transparent hover:bg-primitives-gray-200': {},\n '@apply dark:hover:bg-primitives-overlay-lighten-1': {},\n '@apply cursor-pointer': {},\n '@apply flex flex-row shrink-0': {},\n '@apply pl-8 pr-8 py-4 gap-12': {},\n '@apply ring-offset-0': {},\n '@apply focus-visible:ring ring-ring': {},\n '@apply rounded-utility': {},\n '@apply text-body font-normal': {},\n '> *': {\n '@apply max-w-full': {},\n },\n '&:focus-visible, &:focus-within': {\n '@apply bg-primitives-gray-200': {},\n '@apply dark:bg-primitives-overlay-lighten-1': {},\n },\n svg: {\n '@apply w-20 h-20': {},\n },\n\n '@apply justify-start': {},\n\n '@apply border-0': {},\n '@apply items-center': {},\n '@apply no-underline': {},\n '&-submenu': {\n '&-wrapper': {\n '@apply relative': {},\n },\n },\n },\n\n '&-group': {\n '@apply w-full flex flex-col border-b-1 border-divider pb-4 pt-4 gap-4': {},\n '&:first-child': {\n '@apply pt-0': {},\n },\n '&:last-child': {\n '@apply border-0 pb-0': {},\n },\n },\n\n '&-items': {\n '@apply w-full': {},\n '@apply rounded-utility': {},\n '@apply focus-within:ring ring-ring': {},\n '.sk-popup-menu-item': {\n '@apply focus-visible:ring-0 ring-transparent ring-offset-0': {},\n '> *': {\n '@apply focus-visible:ring-0 ring-transparent ring-offset-0': {},\n },\n },\n '&:focus-within': {\n '.sk-popup-menu-item.active': {\n '@apply bg-primitives-gray-200': {},\n '@apply dark:bg-primitives-overlay-lighten-1': {},\n },\n },\n },\n\n '&-sm': {\n '@apply p-8 gap-6': {},\n\n '.sk-popup-menu-item': {\n '@apply h-32': {},\n '@apply min-h-32': {},\n '@apply gap-10 pl-8 pr-8 py-4': {},\n\n '@apply text-small': {},\n '&-group': {\n '@apply gap-6 pb-6': {},\n '> *': {\n '@apply gap-10 pl-8 pr-8 py-4': {},\n },\n },\n svg: {\n '@apply w-18 h-18': {},\n },\n },\n },\n '&.right': {\n '@apply right-0': {},\n },\n },\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress-bar.js","names":["ProgressBar","exports","colors","_skProgressBarFil2","_extends","reduce","styles","color","_skProgressBarFil","_dataAccentTrue","_extends2"],"sources":["../../../src/components/progress-bar.ts"],"sourcesContent":["export const ProgressBar = (colors: string[]) => ({\
|
|
1
|
+
{"version":3,"file":"progress-bar.js","names":["ProgressBar","exports","colors","_skProgressBarFil2","_extends","reduce","styles","color","_skProgressBarFil","_dataAccentTrue","_extends2"],"sources":["../../../src/components/progress-bar.ts"],"sourcesContent":["export const ProgressBar = (colors: string[]) => ({\n '.sk-progress-bar': {\n '@apply flex h-4 rounded-circular bg-background-color-mixin-2': {},\n\n '&-fill': {\n '@apply rounded-circular': {},\n },\n\n ...colors.reduce(\n (styles, color) => ({\n ...styles,\n [`&[data-color=\"${color}\"]`]: {\n '.sk-progress-bar-fill': {\n [`@apply bg-${color}-surface-primary`]: {},\n },\n\n '&[data-accent=\"true\"]': {\n [`@apply bg-inverted-${color}-surface-primary`]: {},\n },\n },\n }),\n {}\n ),\n\n \"&[data-color='tertiary']\": {\n '.sk-progress-bar-fill': {\n [`@apply bg-primary-surface`]: {},\n },\n },\n },\n});\n"],"mappings":";;;;;AAAO,IAAMA,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG,SAAdA,WAAWA,CAAIE,MAAgB;EAAA,IAAAC,kBAAA;EAAA,OAAM;IAChD,kBAAkB,EAAAC,QAAA;MAChB,8DAA8D,EAAE,CAAC,CAAC;MAElE,QAAQ,EAAE;QACR,yBAAyB,EAAE,CAAC;MAC9B;IAAC,GAEEF,MAAM,CAACG,MAAM,CACd,UAACC,MAAM,EAAEC,KAAK;MAAA,IAAAC,iBAAA,EAAAC,eAAA,EAAAC,SAAA;MAAA,OAAAN,QAAA,KACTE,MAAM,GAAAI,SAAA,OAAAA,SAAA,qBACSH,KAAK,YAAO;QAC5B,uBAAuB,GAAAC,iBAAA,OAAAA,iBAAA,gBACPD,KAAK,yBAAqB,CAAC,CAAC,EAAAC,iBAAA,CAC3C;QAED,uBAAuB,GAAAC,eAAA,OAAAA,eAAA,yBACEF,KAAK,yBAAqB,CAAC,CAAC,EAAAE,eAAA;MAEvD,CAAC,EAAAC,SAAA;IAAA,CACD,EACF,CAAC,CACH,CAAC;MAED,0BAA0B,EAAE;QAC1B,uBAAuB,GAAAP,kBAAA,OAAAA,kBAAA,gCACU,CAAC,CAAC,EAAAA,kBAAA;MAErC;IAAC;EAEL,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress-stepper.js","names":["ProgressStepper","exports","hr","svg"],"sources":["../../../src/components/progress-stepper.ts"],"sourcesContent":["export const ProgressStepper = () => ({\
|
|
1
|
+
{"version":3,"file":"progress-stepper.js","names":["ProgressStepper","exports","hr","svg"],"sources":["../../../src/components/progress-stepper.ts"],"sourcesContent":["export const ProgressStepper = () => ({\n '.sk-progress-stepper': {\n '@apply flex justify-between': {},\n hr: {\n '@apply w-full mt-19': {},\n },\n '&-step': {\n '@apply flex flex-col items-center': {},\n '@apply gap-4': {},\n '@apply w-auto': {},\n '@apply shrink-0': {},\n '@apply text-base leading-base text-dark-primary font-normal': {},\n svg: {\n '@apply w-20 h-20': {},\n },\n '&-wrapper': {\n '@apply flex flex-row shrink w-full gap-4': {},\n hr: {\n '@apply w-full grow shrink mt-19': {},\n },\n },\n '&:first-of-type': {\n '.sk-divider:first-of-type': {\n '@apply invisible': {},\n },\n },\n '&:last-of-type': {\n '.sk-divider:last-of-type': {\n '@apply invisible': {},\n },\n },\n '&-box': {\n '@apply box-border': {},\n '@apply shrink-0': {},\n '@apply h-40 w-40': {},\n '@apply bg-secondary-surface': {},\n '@apply flex justify-center items-center': {},\n '@apply text-label-medium': {},\n '@apply border-2 border-secondary-outline': {},\n '@apply text-dark-secondary': {},\n '@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},\n '&[data-rounded=\"true\"]': {\n '@apply rounded-full': {},\n },\n\n '&&-sm': {\n '@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {},\n '@apply text-label-small': {},\n },\n '&&-md': {\n '@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {},\n },\n },\n '&[data-progress=\"current\"]': {\n '@apply font-bold': {},\n '.sk-progress-stepper-step-box': {\n '@apply border-vattjom-surface-primary': {},\n '@apply bg-vattjom-surface-primary': {},\n '@apply text-vattjom-text-secondary': {},\n },\n },\n '&[data-progress=\"done\"]': {\n '.sk-progress-stepper-step-box': {\n '@apply border-success-surface-primary': {},\n '@apply bg-success-surface-primary': {},\n '@apply text-success-text-secondary': {},\n },\n },\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,eAAe,GAAAC,OAAA,CAAAD,eAAA,GAAG,SAAlBA,eAAeA,CAAA;EAAA,OAAU;IACpC,sBAAsB,EAAE;MACtB,6BAA6B,EAAE,CAAC,CAAC;MACjCE,EAAE,EAAE;QACF,qBAAqB,EAAE,CAAC;MAC1B,CAAC;MACD,QAAQ,EAAE;QACR,mCAAmC,EAAE,CAAC,CAAC;QACvC,cAAc,EAAE,CAAC,CAAC;QAClB,eAAe,EAAE,CAAC,CAAC;QACnB,iBAAiB,EAAE,CAAC,CAAC;QACrB,6DAA6D,EAAE,CAAC,CAAC;QACjEC,GAAG,EAAE;UACH,kBAAkB,EAAE,CAAC;QACvB,CAAC;QACD,WAAW,EAAE;UACX,0CAA0C,EAAE,CAAC,CAAC;UAC9CD,EAAE,EAAE;YACF,iCAAiC,EAAE,CAAC;UACtC;QACF,CAAC;QACD,iBAAiB,EAAE;UACjB,2BAA2B,EAAE;YAC3B,kBAAkB,EAAE,CAAC;UACvB;QACF,CAAC;QACD,gBAAgB,EAAE;UAChB,0BAA0B,EAAE;YAC1B,kBAAkB,EAAE,CAAC;UACvB;QACF,CAAC;QACD,OAAO,EAAE;UACP,mBAAmB,EAAE,CAAC,CAAC;UACvB,iBAAiB,EAAE,CAAC,CAAC;UACrB,kBAAkB,EAAE,CAAC,CAAC;UACtB,6BAA6B,EAAE,CAAC,CAAC;UACjC,yCAAyC,EAAE,CAAC,CAAC;UAC7C,0BAA0B,EAAE,CAAC,CAAC;UAC9B,0CAA0C,EAAE,CAAC,CAAC;UAC9C,4BAA4B,EAAE,CAAC,CAAC;UAChC,oEAAoE,EAAE,CAAC,CAAC;UACxE,wBAAwB,EAAE;YACxB,qBAAqB,EAAE,CAAC;UAC1B,CAAC;UAED,OAAO,EAAE;YACP,sDAAsD,EAAE,CAAC,CAAC;YAC1D,yBAAyB,EAAE,CAAC;UAC9B,CAAC;UACD,OAAO,EAAE;YACP,sDAAsD,EAAE,CAAC;UAC3D;QACF,CAAC;QACD,4BAA4B,EAAE;UAC5B,kBAAkB,EAAE,CAAC,CAAC;UACtB,+BAA+B,EAAE;YAC/B,uCAAuC,EAAE,CAAC,CAAC;YAC3C,mCAAmC,EAAE,CAAC,CAAC;YACvC,oCAAoC,EAAE,CAAC;UACzC;QACF,CAAC;QACD,yBAAyB,EAAE;UACzB,+BAA+B,EAAE;YAC/B,uCAAuC,EAAE,CAAC,CAAC;YAC3C,mCAAmC,EAAE,CAAC,CAAC;YACvC,oCAAoC,EAAE,CAAC;UACzC;QACF;MACF;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-field.js","names":["SearchField","exports","svg"],"sources":["../../../src/components/search-field.ts"],"sourcesContent":["export const SearchField = () => ({\
|
|
1
|
+
{"version":3,"file":"search-field.js","names":["SearchField","exports","svg"],"sources":["../../../src/components/search-field.ts"],"sourcesContent":["export const SearchField = () => ({\n '.sk-search-field-suggestions': {\n '&.sk-form-combobox': {\n '@apply h-auto': {},\n },\n '.sk-form-combobox': {\n '&-list': {\n '@apply w-full': {},\n '&-option': {\n '.sk-icon': {\n '@apply hidden': {},\n },\n },\n },\n },\n },\n '.sk-search-field': {\n '&-md': {\n '.sk-search-field-icon': {\n '@apply w-20 h-20': {},\n svg: {\n '@apply w-20 h-20': {},\n },\n },\n },\n '&-lg': {\n '.sk-search-field-icon': {\n '@apply w-22 h-22': {},\n svg: {\n '@apply w-22 h-22': {},\n },\n },\n },\n },\n});\n"],"mappings":";;;;AAAO,IAAMA,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG,SAAdA,WAAWA,CAAA;EAAA,OAAU;IAChC,8BAA8B,EAAE;MAC9B,oBAAoB,EAAE;QACpB,eAAe,EAAE,CAAC;MACpB,CAAC;MACD,mBAAmB,EAAE;QACnB,QAAQ,EAAE;UACR,eAAe,EAAE,CAAC,CAAC;UACnB,UAAU,EAAE;YACV,UAAU,EAAE;cACV,eAAe,EAAE,CAAC;YACpB;UACF;QACF;MACF;IACF,CAAC;IACD,kBAAkB,EAAE;MAClB,MAAM,EAAE;QACN,uBAAuB,EAAE;UACvB,kBAAkB,EAAE,CAAC,CAAC;UACtBE,GAAG,EAAE;YACH,kBAAkB,EAAE,CAAC;UACvB;QACF;MACF,CAAC;MACD,MAAM,EAAE;QACN,uBAAuB,EAAE;UACvB,kBAAkB,EAAE,CAAC,CAAC;UACtBA,GAAG,EAAE;YACH,kBAAkB,EAAE,CAAC;UACvB;QACF;MACF;IACF;EACF,CAAC;AAAA,CAAC","ignoreList":[]}
|