@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
|
@@ -1,643 +0,0 @@
|
|
|
1
|
-
declare const colors: {
|
|
2
|
-
primitives: {
|
|
3
|
-
gray: {
|
|
4
|
-
lightest: string;
|
|
5
|
-
50: string;
|
|
6
|
-
100: string;
|
|
7
|
-
200: string;
|
|
8
|
-
300: string;
|
|
9
|
-
400: string;
|
|
10
|
-
500: string;
|
|
11
|
-
600: string;
|
|
12
|
-
700: string;
|
|
13
|
-
800: string;
|
|
14
|
-
900: string;
|
|
15
|
-
darkest: string;
|
|
16
|
-
};
|
|
17
|
-
overlay: {
|
|
18
|
-
darken: {
|
|
19
|
-
1: string;
|
|
20
|
-
2: string;
|
|
21
|
-
3: string;
|
|
22
|
-
4: string;
|
|
23
|
-
5: string;
|
|
24
|
-
6: string;
|
|
25
|
-
7: string;
|
|
26
|
-
8: string;
|
|
27
|
-
9: string;
|
|
28
|
-
10: string;
|
|
29
|
-
};
|
|
30
|
-
lighten: {
|
|
31
|
-
1: string;
|
|
32
|
-
2: string;
|
|
33
|
-
3: string;
|
|
34
|
-
4: string;
|
|
35
|
-
5: string;
|
|
36
|
-
6: string;
|
|
37
|
-
7: string;
|
|
38
|
-
8: string;
|
|
39
|
-
9: string;
|
|
40
|
-
10: string;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
blue: {
|
|
44
|
-
50: string;
|
|
45
|
-
100: string;
|
|
46
|
-
200: string;
|
|
47
|
-
300: string;
|
|
48
|
-
400: string;
|
|
49
|
-
500: string;
|
|
50
|
-
600: string;
|
|
51
|
-
700: string;
|
|
52
|
-
800: string;
|
|
53
|
-
900: string;
|
|
54
|
-
};
|
|
55
|
-
green: {
|
|
56
|
-
50: string;
|
|
57
|
-
100: string;
|
|
58
|
-
200: string;
|
|
59
|
-
300: string;
|
|
60
|
-
400: string;
|
|
61
|
-
500: string;
|
|
62
|
-
600: string;
|
|
63
|
-
700: string;
|
|
64
|
-
800: string;
|
|
65
|
-
900: string;
|
|
66
|
-
};
|
|
67
|
-
purple: {
|
|
68
|
-
50: string;
|
|
69
|
-
100: string;
|
|
70
|
-
200: string;
|
|
71
|
-
300: string;
|
|
72
|
-
400: string;
|
|
73
|
-
500: string;
|
|
74
|
-
600: string;
|
|
75
|
-
700: string;
|
|
76
|
-
800: string;
|
|
77
|
-
900: string;
|
|
78
|
-
};
|
|
79
|
-
pink: {
|
|
80
|
-
50: string;
|
|
81
|
-
100: string;
|
|
82
|
-
200: string;
|
|
83
|
-
300: string;
|
|
84
|
-
400: string;
|
|
85
|
-
500: string;
|
|
86
|
-
600: string;
|
|
87
|
-
700: string;
|
|
88
|
-
800: string;
|
|
89
|
-
900: string;
|
|
90
|
-
};
|
|
91
|
-
orange: {
|
|
92
|
-
50: string;
|
|
93
|
-
100: string;
|
|
94
|
-
200: string;
|
|
95
|
-
300: string;
|
|
96
|
-
400: string;
|
|
97
|
-
500: string;
|
|
98
|
-
600: string;
|
|
99
|
-
700: string;
|
|
100
|
-
800: string;
|
|
101
|
-
900: string;
|
|
102
|
-
};
|
|
103
|
-
red: {
|
|
104
|
-
50: string;
|
|
105
|
-
100: string;
|
|
106
|
-
200: string;
|
|
107
|
-
300: string;
|
|
108
|
-
400: string;
|
|
109
|
-
500: string;
|
|
110
|
-
600: string;
|
|
111
|
-
700: string;
|
|
112
|
-
800: string;
|
|
113
|
-
900: string;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
body: string;
|
|
117
|
-
black: string;
|
|
118
|
-
white: string;
|
|
119
|
-
ring: string;
|
|
120
|
-
primary: {
|
|
121
|
-
DEFAULT: string;
|
|
122
|
-
surface: {
|
|
123
|
-
DEFAULT: string;
|
|
124
|
-
hover: string;
|
|
125
|
-
disabled: string;
|
|
126
|
-
};
|
|
127
|
-
lightest: string;
|
|
128
|
-
50: string;
|
|
129
|
-
100: string;
|
|
130
|
-
200: string;
|
|
131
|
-
300: string;
|
|
132
|
-
400: string;
|
|
133
|
-
500: string;
|
|
134
|
-
600: string;
|
|
135
|
-
700: string;
|
|
136
|
-
800: string;
|
|
137
|
-
900: string;
|
|
138
|
-
darkest: string;
|
|
139
|
-
};
|
|
140
|
-
secondary: {
|
|
141
|
-
DEFAULT: string;
|
|
142
|
-
outline: {
|
|
143
|
-
DEFAULT: string;
|
|
144
|
-
hover: string;
|
|
145
|
-
};
|
|
146
|
-
surface: {
|
|
147
|
-
DEFAULT: string;
|
|
148
|
-
hover: string;
|
|
149
|
-
disabled: string;
|
|
150
|
-
};
|
|
151
|
-
lightest: string;
|
|
152
|
-
50: string;
|
|
153
|
-
100: string;
|
|
154
|
-
200: string;
|
|
155
|
-
300: string;
|
|
156
|
-
400: string;
|
|
157
|
-
500: string;
|
|
158
|
-
600: string;
|
|
159
|
-
700: string;
|
|
160
|
-
800: string;
|
|
161
|
-
900: string;
|
|
162
|
-
darkest: string;
|
|
163
|
-
};
|
|
164
|
-
tertiary: {
|
|
165
|
-
surface: {
|
|
166
|
-
DEFAULT: string;
|
|
167
|
-
hover: string;
|
|
168
|
-
disabled: string;
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
|
-
dark: {
|
|
172
|
-
DEFAULT: string;
|
|
173
|
-
primary: string;
|
|
174
|
-
secondary: string;
|
|
175
|
-
disabled: string;
|
|
176
|
-
placeholder: string;
|
|
177
|
-
ghost: string;
|
|
178
|
-
};
|
|
179
|
-
light: {
|
|
180
|
-
DEFAULT: string;
|
|
181
|
-
primary: string;
|
|
182
|
-
secondary: string;
|
|
183
|
-
disabled: string;
|
|
184
|
-
placeholder: string;
|
|
185
|
-
ghost: string;
|
|
186
|
-
};
|
|
187
|
-
divider: string;
|
|
188
|
-
background: {
|
|
189
|
-
DEFAULT: string;
|
|
190
|
-
content: string;
|
|
191
|
-
100: string;
|
|
192
|
-
200: string;
|
|
193
|
-
'color-mixin': {
|
|
194
|
-
1: string;
|
|
195
|
-
2: string;
|
|
196
|
-
};
|
|
197
|
-
};
|
|
198
|
-
vattjom: {
|
|
199
|
-
background: {
|
|
200
|
-
100: string;
|
|
201
|
-
200: string;
|
|
202
|
-
300: string;
|
|
203
|
-
};
|
|
204
|
-
surface: {
|
|
205
|
-
primary: {
|
|
206
|
-
DEFAULT: string;
|
|
207
|
-
hover: string;
|
|
208
|
-
};
|
|
209
|
-
accent: {
|
|
210
|
-
DEFAULT: string;
|
|
211
|
-
hover: string;
|
|
212
|
-
};
|
|
213
|
-
};
|
|
214
|
-
text: {
|
|
215
|
-
DEFAULT: string;
|
|
216
|
-
primary: string;
|
|
217
|
-
secondary: string;
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
gronsta: {
|
|
221
|
-
background: {
|
|
222
|
-
100: string;
|
|
223
|
-
200: string;
|
|
224
|
-
300: string;
|
|
225
|
-
};
|
|
226
|
-
surface: {
|
|
227
|
-
primary: {
|
|
228
|
-
DEFAULT: string;
|
|
229
|
-
hover: string;
|
|
230
|
-
};
|
|
231
|
-
accent: {
|
|
232
|
-
DEFAULT: string;
|
|
233
|
-
hover: string;
|
|
234
|
-
};
|
|
235
|
-
};
|
|
236
|
-
text: {
|
|
237
|
-
DEFAULT: string;
|
|
238
|
-
primary: string;
|
|
239
|
-
secondary: string;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
juniskar: {
|
|
243
|
-
background: {
|
|
244
|
-
100: string;
|
|
245
|
-
200: string;
|
|
246
|
-
300: string;
|
|
247
|
-
};
|
|
248
|
-
surface: {
|
|
249
|
-
primary: {
|
|
250
|
-
DEFAULT: string;
|
|
251
|
-
hover: string;
|
|
252
|
-
};
|
|
253
|
-
accent: {
|
|
254
|
-
DEFAULT: string;
|
|
255
|
-
hover: string;
|
|
256
|
-
};
|
|
257
|
-
};
|
|
258
|
-
text: {
|
|
259
|
-
DEFAULT: string;
|
|
260
|
-
primary: string;
|
|
261
|
-
secondary: string;
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
bjornstigen: {
|
|
265
|
-
background: {
|
|
266
|
-
100: string;
|
|
267
|
-
200: string;
|
|
268
|
-
300: string;
|
|
269
|
-
};
|
|
270
|
-
surface: {
|
|
271
|
-
primary: {
|
|
272
|
-
DEFAULT: string;
|
|
273
|
-
hover: string;
|
|
274
|
-
};
|
|
275
|
-
accent: {
|
|
276
|
-
DEFAULT: string;
|
|
277
|
-
hover: string;
|
|
278
|
-
};
|
|
279
|
-
};
|
|
280
|
-
text: {
|
|
281
|
-
DEFAULT: string;
|
|
282
|
-
primary: string;
|
|
283
|
-
secondary: string;
|
|
284
|
-
};
|
|
285
|
-
};
|
|
286
|
-
error: {
|
|
287
|
-
DEFAULT: string;
|
|
288
|
-
background: {
|
|
289
|
-
100: string;
|
|
290
|
-
200: string;
|
|
291
|
-
300: string;
|
|
292
|
-
};
|
|
293
|
-
surface: {
|
|
294
|
-
primary: {
|
|
295
|
-
DEFAULT: string;
|
|
296
|
-
hover: string;
|
|
297
|
-
};
|
|
298
|
-
accent: {
|
|
299
|
-
DEFAULT: string;
|
|
300
|
-
hover: string;
|
|
301
|
-
};
|
|
302
|
-
};
|
|
303
|
-
text: {
|
|
304
|
-
DEFAULT: string;
|
|
305
|
-
primary: string;
|
|
306
|
-
secondary: string;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
warning: {
|
|
310
|
-
DEFAULT: string;
|
|
311
|
-
background: {
|
|
312
|
-
100: string;
|
|
313
|
-
200: string;
|
|
314
|
-
300: string;
|
|
315
|
-
};
|
|
316
|
-
surface: {
|
|
317
|
-
primary: {
|
|
318
|
-
DEFAULT: string;
|
|
319
|
-
hover: string;
|
|
320
|
-
};
|
|
321
|
-
accent: {
|
|
322
|
-
DEFAULT: string;
|
|
323
|
-
hover: string;
|
|
324
|
-
};
|
|
325
|
-
};
|
|
326
|
-
text: {
|
|
327
|
-
DEFAULT: string;
|
|
328
|
-
primary: string;
|
|
329
|
-
secondary: string;
|
|
330
|
-
};
|
|
331
|
-
};
|
|
332
|
-
info: {
|
|
333
|
-
DEFAULT: string;
|
|
334
|
-
background: {
|
|
335
|
-
100: string;
|
|
336
|
-
200: string;
|
|
337
|
-
300: string;
|
|
338
|
-
};
|
|
339
|
-
surface: {
|
|
340
|
-
primary: {
|
|
341
|
-
DEFAULT: string;
|
|
342
|
-
hover: string;
|
|
343
|
-
};
|
|
344
|
-
accent: {
|
|
345
|
-
DEFAULT: string;
|
|
346
|
-
hover: string;
|
|
347
|
-
};
|
|
348
|
-
};
|
|
349
|
-
text: {
|
|
350
|
-
DEFAULT: string;
|
|
351
|
-
primary: string;
|
|
352
|
-
secondary: string;
|
|
353
|
-
};
|
|
354
|
-
};
|
|
355
|
-
success: {
|
|
356
|
-
DEFAULT: string;
|
|
357
|
-
background: {
|
|
358
|
-
100: string;
|
|
359
|
-
200: string;
|
|
360
|
-
300: string;
|
|
361
|
-
};
|
|
362
|
-
surface: {
|
|
363
|
-
primary: {
|
|
364
|
-
DEFAULT: string;
|
|
365
|
-
hover: string;
|
|
366
|
-
};
|
|
367
|
-
accent: {
|
|
368
|
-
DEFAULT: string;
|
|
369
|
-
hover: string;
|
|
370
|
-
};
|
|
371
|
-
};
|
|
372
|
-
text: {
|
|
373
|
-
DEFAULT: string;
|
|
374
|
-
primary: string;
|
|
375
|
-
secondary: string;
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
inverted: {
|
|
379
|
-
body: string;
|
|
380
|
-
black: string;
|
|
381
|
-
white: string;
|
|
382
|
-
ring: string;
|
|
383
|
-
primary: {
|
|
384
|
-
DEFAULT: string;
|
|
385
|
-
surface: {
|
|
386
|
-
DEFAULT: string;
|
|
387
|
-
hover: string;
|
|
388
|
-
disabled: string;
|
|
389
|
-
};
|
|
390
|
-
lightest: string;
|
|
391
|
-
50: string;
|
|
392
|
-
100: string;
|
|
393
|
-
200: string;
|
|
394
|
-
300: string;
|
|
395
|
-
400: string;
|
|
396
|
-
500: string;
|
|
397
|
-
600: string;
|
|
398
|
-
700: string;
|
|
399
|
-
800: string;
|
|
400
|
-
900: string;
|
|
401
|
-
darkest: string;
|
|
402
|
-
};
|
|
403
|
-
secondary: {
|
|
404
|
-
DEFAULT: string;
|
|
405
|
-
outline: {
|
|
406
|
-
DEFAULT: string;
|
|
407
|
-
hover: string;
|
|
408
|
-
};
|
|
409
|
-
surface: {
|
|
410
|
-
DEFAULT: string;
|
|
411
|
-
hover: string;
|
|
412
|
-
disabled: string;
|
|
413
|
-
};
|
|
414
|
-
lightest: string;
|
|
415
|
-
50: string;
|
|
416
|
-
100: string;
|
|
417
|
-
200: string;
|
|
418
|
-
300: string;
|
|
419
|
-
400: string;
|
|
420
|
-
500: string;
|
|
421
|
-
600: string;
|
|
422
|
-
700: string;
|
|
423
|
-
800: string;
|
|
424
|
-
900: string;
|
|
425
|
-
darkest: string;
|
|
426
|
-
};
|
|
427
|
-
tertiary: {
|
|
428
|
-
surface: {
|
|
429
|
-
DEFAULT: string;
|
|
430
|
-
hover: string;
|
|
431
|
-
disabled: string;
|
|
432
|
-
};
|
|
433
|
-
};
|
|
434
|
-
dark: {
|
|
435
|
-
DEFAULT: string;
|
|
436
|
-
primary: string;
|
|
437
|
-
secondary: string;
|
|
438
|
-
disabled: string;
|
|
439
|
-
placeholder: string;
|
|
440
|
-
ghost: string;
|
|
441
|
-
};
|
|
442
|
-
light: {
|
|
443
|
-
DEFAULT: string;
|
|
444
|
-
primary: string;
|
|
445
|
-
secondary: string;
|
|
446
|
-
disabled: string;
|
|
447
|
-
placeholder: string;
|
|
448
|
-
ghost: string;
|
|
449
|
-
};
|
|
450
|
-
divider: string;
|
|
451
|
-
background: {
|
|
452
|
-
DEFAULT: string;
|
|
453
|
-
content: string;
|
|
454
|
-
100: string;
|
|
455
|
-
200: string;
|
|
456
|
-
'color-mixin': {
|
|
457
|
-
1: string;
|
|
458
|
-
2: string;
|
|
459
|
-
};
|
|
460
|
-
};
|
|
461
|
-
vattjom: {
|
|
462
|
-
background: {
|
|
463
|
-
100: string;
|
|
464
|
-
200: string;
|
|
465
|
-
300: string;
|
|
466
|
-
};
|
|
467
|
-
surface: {
|
|
468
|
-
primary: {
|
|
469
|
-
DEFAULT: string;
|
|
470
|
-
hover: string;
|
|
471
|
-
};
|
|
472
|
-
accent: {
|
|
473
|
-
DEFAULT: string;
|
|
474
|
-
hover: string;
|
|
475
|
-
};
|
|
476
|
-
};
|
|
477
|
-
text: {
|
|
478
|
-
DEFAULT: string;
|
|
479
|
-
primary: string;
|
|
480
|
-
secondary: string;
|
|
481
|
-
};
|
|
482
|
-
};
|
|
483
|
-
gronsta: {
|
|
484
|
-
background: {
|
|
485
|
-
100: string;
|
|
486
|
-
200: string;
|
|
487
|
-
300: string;
|
|
488
|
-
};
|
|
489
|
-
surface: {
|
|
490
|
-
primary: {
|
|
491
|
-
DEFAULT: string;
|
|
492
|
-
hover: string;
|
|
493
|
-
};
|
|
494
|
-
accent: {
|
|
495
|
-
DEFAULT: string;
|
|
496
|
-
hover: string;
|
|
497
|
-
};
|
|
498
|
-
};
|
|
499
|
-
text: {
|
|
500
|
-
DEFAULT: string;
|
|
501
|
-
primary: string;
|
|
502
|
-
secondary: string;
|
|
503
|
-
};
|
|
504
|
-
};
|
|
505
|
-
juniskar: {
|
|
506
|
-
background: {
|
|
507
|
-
100: string;
|
|
508
|
-
200: string;
|
|
509
|
-
300: string;
|
|
510
|
-
};
|
|
511
|
-
surface: {
|
|
512
|
-
primary: {
|
|
513
|
-
DEFAULT: string;
|
|
514
|
-
hover: string;
|
|
515
|
-
};
|
|
516
|
-
accent: {
|
|
517
|
-
DEFAULT: string;
|
|
518
|
-
hover: string;
|
|
519
|
-
};
|
|
520
|
-
};
|
|
521
|
-
text: {
|
|
522
|
-
DEFAULT: string;
|
|
523
|
-
primary: string;
|
|
524
|
-
secondary: string;
|
|
525
|
-
};
|
|
526
|
-
};
|
|
527
|
-
bjornstigen: {
|
|
528
|
-
background: {
|
|
529
|
-
100: string;
|
|
530
|
-
200: string;
|
|
531
|
-
300: string;
|
|
532
|
-
};
|
|
533
|
-
surface: {
|
|
534
|
-
primary: {
|
|
535
|
-
DEFAULT: string;
|
|
536
|
-
hover: string;
|
|
537
|
-
};
|
|
538
|
-
accent: {
|
|
539
|
-
DEFAULT: string;
|
|
540
|
-
hover: string;
|
|
541
|
-
};
|
|
542
|
-
};
|
|
543
|
-
text: {
|
|
544
|
-
DEFAULT: string;
|
|
545
|
-
primary: string;
|
|
546
|
-
secondary: string;
|
|
547
|
-
};
|
|
548
|
-
};
|
|
549
|
-
error: {
|
|
550
|
-
DEFAULT: string;
|
|
551
|
-
background: {
|
|
552
|
-
100: string;
|
|
553
|
-
200: string;
|
|
554
|
-
300: string;
|
|
555
|
-
};
|
|
556
|
-
surface: {
|
|
557
|
-
primary: {
|
|
558
|
-
DEFAULT: string;
|
|
559
|
-
hover: string;
|
|
560
|
-
};
|
|
561
|
-
accent: {
|
|
562
|
-
DEFAULT: string;
|
|
563
|
-
hover: string;
|
|
564
|
-
};
|
|
565
|
-
};
|
|
566
|
-
text: {
|
|
567
|
-
DEFAULT: string;
|
|
568
|
-
primary: string;
|
|
569
|
-
secondary: string;
|
|
570
|
-
};
|
|
571
|
-
};
|
|
572
|
-
warning: {
|
|
573
|
-
DEFAULT: string;
|
|
574
|
-
background: {
|
|
575
|
-
100: string;
|
|
576
|
-
200: string;
|
|
577
|
-
300: string;
|
|
578
|
-
};
|
|
579
|
-
surface: {
|
|
580
|
-
primary: {
|
|
581
|
-
DEFAULT: string;
|
|
582
|
-
hover: string;
|
|
583
|
-
};
|
|
584
|
-
accent: {
|
|
585
|
-
DEFAULT: string;
|
|
586
|
-
hover: string;
|
|
587
|
-
};
|
|
588
|
-
};
|
|
589
|
-
text: {
|
|
590
|
-
DEFAULT: string;
|
|
591
|
-
primary: string;
|
|
592
|
-
secondary: string;
|
|
593
|
-
};
|
|
594
|
-
};
|
|
595
|
-
info: {
|
|
596
|
-
DEFAULT: string;
|
|
597
|
-
background: {
|
|
598
|
-
100: string;
|
|
599
|
-
200: string;
|
|
600
|
-
300: string;
|
|
601
|
-
};
|
|
602
|
-
surface: {
|
|
603
|
-
primary: {
|
|
604
|
-
DEFAULT: string;
|
|
605
|
-
hover: string;
|
|
606
|
-
};
|
|
607
|
-
accent: {
|
|
608
|
-
DEFAULT: string;
|
|
609
|
-
hover: string;
|
|
610
|
-
};
|
|
611
|
-
};
|
|
612
|
-
text: {
|
|
613
|
-
DEFAULT: string;
|
|
614
|
-
primary: string;
|
|
615
|
-
secondary: string;
|
|
616
|
-
};
|
|
617
|
-
};
|
|
618
|
-
success: {
|
|
619
|
-
DEFAULT: string;
|
|
620
|
-
background: {
|
|
621
|
-
100: string;
|
|
622
|
-
200: string;
|
|
623
|
-
300: string;
|
|
624
|
-
};
|
|
625
|
-
surface: {
|
|
626
|
-
primary: {
|
|
627
|
-
DEFAULT: string;
|
|
628
|
-
hover: string;
|
|
629
|
-
};
|
|
630
|
-
accent: {
|
|
631
|
-
DEFAULT: string;
|
|
632
|
-
hover: string;
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
text: {
|
|
636
|
-
DEFAULT: string;
|
|
637
|
-
primary: string;
|
|
638
|
-
secondary: string;
|
|
639
|
-
};
|
|
640
|
-
};
|
|
641
|
-
};
|
|
642
|
-
};
|
|
643
|
-
export { colors };
|