@sk-web-gui/core 3.0.0 → 3.1.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/base.js +3 -6
- package/dist/cjs/base.js.map +1 -1
- package/dist/cjs/components/accordion.js +16 -6
- package/dist/cjs/components/accordion.js.map +1 -1
- package/dist/cjs/components/ai/ai-feed.js +41 -0
- package/dist/cjs/components/ai/ai-feed.js.map +1 -0
- package/dist/cjs/components/ai/ai-module.js +116 -0
- package/dist/cjs/components/ai/ai-module.js.map +1 -0
- package/dist/cjs/components/ai/assistant-presentation.js +56 -0
- package/dist/cjs/components/ai/assistant-presentation.js.map +1 -0
- package/dist/cjs/components/ai/bubble.js +44 -0
- package/dist/cjs/components/ai/bubble.js.map +1 -0
- package/dist/cjs/components/ai/feedback.js +26 -0
- package/dist/cjs/components/ai/feedback.js.map +1 -0
- package/dist/cjs/components/ai/input-section.js +23 -0
- package/dist/cjs/components/ai/input-section.js.map +1 -0
- package/dist/cjs/components/ai/markdown-rendered.js +27 -0
- package/dist/cjs/components/ai/markdown-rendered.js.map +1 -0
- package/dist/cjs/components/ai/typing-bubble.js +22 -0
- package/dist/cjs/components/ai/typing-bubble.js.map +1 -0
- package/dist/cjs/components/ai/typing-sequence.js +33 -0
- package/dist/cjs/components/ai/typing-sequence.js.map +1 -0
- package/dist/cjs/components/alert-banner.js +26 -0
- package/dist/cjs/components/alert-banner.js.map +1 -0
- package/dist/cjs/components/avatar.js +6 -3
- package/dist/cjs/components/avatar.js.map +1 -1
- package/dist/cjs/components/badge.js +1 -1
- package/dist/cjs/components/badge.js.map +1 -1
- package/dist/cjs/components/breadcrumb.js +1 -1
- package/dist/cjs/components/breadcrumb.js.map +1 -1
- package/dist/cjs/components/button-group.js +1 -1
- package/dist/cjs/components/button-group.js.map +1 -1
- package/dist/cjs/components/button.js +12 -18
- package/dist/cjs/components/button.js.map +1 -1
- package/dist/cjs/components/card.js +12 -12
- package/dist/cjs/components/card.js.map +1 -1
- package/dist/cjs/components/checkbox.js +6 -6
- package/dist/cjs/components/checkbox.js.map +1 -1
- package/dist/cjs/components/chip.js +5 -2
- package/dist/cjs/components/chip.js.map +1 -1
- package/dist/cjs/components/combobox.js +7 -7
- package/dist/cjs/components/combobox.js.map +1 -1
- package/dist/cjs/components/comments.js +32 -0
- package/dist/cjs/components/comments.js.map +1 -0
- package/dist/cjs/components/context-menu.js +41 -0
- package/dist/cjs/components/context-menu.js.map +1 -0
- package/dist/cjs/components/cookie-consent.js +2 -2
- package/dist/cjs/components/cookie-consent.js.map +1 -1
- package/dist/cjs/components/dialog.js +1 -1
- package/dist/cjs/components/dialog.js.map +1 -1
- package/dist/cjs/components/divider.js +6 -6
- package/dist/cjs/components/divider.js.map +1 -1
- package/dist/cjs/components/dropdown-filter.js +60 -0
- package/dist/cjs/components/dropdown-filter.js.map +1 -0
- package/dist/cjs/components/footer.js +2 -2
- package/dist/cjs/components/footer.js.map +1 -1
- package/dist/cjs/components/forms.js.map +1 -1
- package/dist/cjs/components/icon.js +1 -1
- package/dist/cjs/components/icon.js.map +1 -1
- package/dist/cjs/components/input.js +12 -17
- package/dist/cjs/components/input.js.map +1 -1
- package/dist/cjs/components/label.js.map +1 -1
- package/dist/cjs/components/link.js +3 -3
- package/dist/cjs/components/link.js.map +1 -1
- package/dist/cjs/components/list.js +5 -5
- package/dist/cjs/components/list.js.map +1 -1
- package/dist/cjs/components/logo.js +3 -3
- package/dist/cjs/components/logo.js.map +1 -1
- package/dist/cjs/components/menu-vertical.js +19 -36
- package/dist/cjs/components/menu-vertical.js.map +1 -1
- package/dist/cjs/components/menubar.js.map +1 -1
- package/dist/cjs/components/notification.js +51 -0
- package/dist/cjs/components/notification.js.map +1 -0
- package/dist/cjs/components/pagination.js +1 -1
- package/dist/cjs/components/pagination.js.map +1 -1
- package/dist/cjs/components/popup-menu.js +9 -9
- package/dist/cjs/components/popup-menu.js.map +1 -1
- package/dist/cjs/components/progress-bar.js +1 -1
- package/dist/cjs/components/progress-bar.js.map +1 -1
- package/dist/cjs/components/progress-stepper.js +5 -5
- package/dist/cjs/components/progress-stepper.js.map +1 -1
- package/dist/cjs/components/radio.js +4 -4
- package/dist/cjs/components/radio.js.map +1 -1
- package/dist/cjs/components/rich-text-editor.js +233 -0
- package/dist/cjs/components/rich-text-editor.js.map +1 -0
- package/dist/cjs/components/search-field.js +4 -4
- package/dist/cjs/components/search-field.js.map +1 -1
- package/dist/cjs/components/select.js +18 -18
- package/dist/cjs/components/select.js.map +1 -1
- package/dist/cjs/components/side-menu.js +221 -0
- package/dist/cjs/components/side-menu.js.map +1 -0
- package/dist/cjs/components/snackbar.js +1 -1
- package/dist/cjs/components/snackbar.js.map +1 -1
- package/dist/cjs/components/spinner.js +3 -0
- package/dist/cjs/components/spinner.js.map +1 -1
- package/dist/cjs/components/switch.js +2 -2
- package/dist/cjs/components/switch.js.map +1 -1
- package/dist/cjs/components/tab-menu.js +59 -0
- package/dist/cjs/components/tab-menu.js.map +1 -0
- package/dist/cjs/components/table-autotable.js +8 -7
- package/dist/cjs/components/table-autotable.js.map +1 -1
- package/dist/cjs/components/tabs.js.map +1 -1
- package/dist/cjs/components/tooltip.js +7 -7
- package/dist/cjs/components/tooltip.js.map +1 -1
- package/dist/cjs/components/zebratable.js +141 -0
- package/dist/cjs/components/zebratable.js.map +1 -0
- package/dist/cjs/data-plugin.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js +14 -1
- package/dist/cjs/plugin.js.map +1 -1
- package/dist/cjs/theme.js +34 -19
- package/dist/cjs/theme.js.map +1 -1
- package/dist/cjs/units.js +38 -1
- package/dist/cjs/units.js.map +1 -1
- package/dist/esm/aria-plugin.js.map +1 -1
- package/dist/esm/base.js +3 -6
- package/dist/esm/base.js.map +1 -1
- package/dist/esm/components/accordion.js +16 -6
- package/dist/esm/components/accordion.js.map +1 -1
- package/dist/esm/components/ai/ai-feed.js +35 -0
- package/dist/esm/components/ai/ai-feed.js.map +1 -0
- package/dist/esm/components/ai/ai-module.js +111 -0
- package/dist/esm/components/ai/ai-module.js.map +1 -0
- package/dist/esm/components/ai/assistant-presentation.js +50 -0
- package/dist/esm/components/ai/assistant-presentation.js.map +1 -0
- package/dist/esm/components/ai/bubble.js +45 -0
- package/dist/esm/components/ai/bubble.js.map +1 -0
- package/dist/esm/components/ai/feedback.js +20 -0
- package/dist/esm/components/ai/feedback.js.map +1 -0
- package/dist/esm/components/ai/input-section.js +17 -0
- package/dist/esm/components/ai/input-section.js.map +1 -0
- package/dist/esm/components/ai/markdown-rendered.js +21 -0
- package/dist/esm/components/ai/markdown-rendered.js.map +1 -0
- package/dist/esm/components/ai/typing-bubble.js +16 -0
- package/dist/esm/components/ai/typing-bubble.js.map +1 -0
- package/dist/esm/components/ai/typing-sequence.js +28 -0
- package/dist/esm/components/ai/typing-sequence.js.map +1 -0
- package/dist/esm/components/alert-banner.js +24 -0
- package/dist/esm/components/alert-banner.js.map +1 -0
- package/dist/esm/components/avatar.js +6 -3
- package/dist/esm/components/avatar.js.map +1 -1
- package/dist/esm/components/badge.js +1 -1
- package/dist/esm/components/badge.js.map +1 -1
- package/dist/esm/components/breadcrumb.js +1 -1
- package/dist/esm/components/breadcrumb.js.map +1 -1
- package/dist/esm/components/button-group.js +1 -1
- package/dist/esm/components/button-group.js.map +1 -1
- package/dist/esm/components/button.js +12 -18
- package/dist/esm/components/button.js.map +1 -1
- package/dist/esm/components/card.js +12 -12
- package/dist/esm/components/card.js.map +1 -1
- package/dist/esm/components/checkbox.js +6 -6
- package/dist/esm/components/checkbox.js.map +1 -1
- package/dist/esm/components/chip.js +5 -2
- package/dist/esm/components/chip.js.map +1 -1
- package/dist/esm/components/combobox.js +7 -7
- package/dist/esm/components/combobox.js.map +1 -1
- package/dist/esm/components/comments.js +30 -0
- package/dist/esm/components/comments.js.map +1 -0
- package/dist/esm/components/context-menu.js +39 -0
- package/dist/esm/components/context-menu.js.map +1 -0
- package/dist/esm/components/cookie-consent.js +2 -2
- package/dist/esm/components/cookie-consent.js.map +1 -1
- package/dist/esm/components/dialog.js +1 -1
- package/dist/esm/components/dialog.js.map +1 -1
- package/dist/esm/components/divider.js +6 -6
- package/dist/esm/components/divider.js.map +1 -1
- package/dist/esm/components/dropdown-filter.js +58 -0
- package/dist/esm/components/dropdown-filter.js.map +1 -0
- package/dist/esm/components/footer.js +2 -2
- package/dist/esm/components/footer.js.map +1 -1
- package/dist/esm/components/forms.js.map +1 -1
- package/dist/esm/components/icon.js +1 -1
- package/dist/esm/components/icon.js.map +1 -1
- package/dist/esm/components/input.js +12 -17
- package/dist/esm/components/input.js.map +1 -1
- package/dist/esm/components/label.js.map +1 -1
- package/dist/esm/components/link.js +3 -3
- package/dist/esm/components/link.js.map +1 -1
- package/dist/esm/components/list.js +5 -5
- package/dist/esm/components/list.js.map +1 -1
- package/dist/esm/components/logo.js +3 -3
- package/dist/esm/components/logo.js.map +1 -1
- package/dist/esm/components/menu-vertical.js +19 -36
- package/dist/esm/components/menu-vertical.js.map +1 -1
- package/dist/esm/components/menubar.js.map +1 -1
- package/dist/esm/components/notification.js +49 -0
- package/dist/esm/components/notification.js.map +1 -0
- package/dist/esm/components/pagination.js +1 -1
- package/dist/esm/components/pagination.js.map +1 -1
- package/dist/esm/components/popup-menu.js +9 -9
- package/dist/esm/components/popup-menu.js.map +1 -1
- package/dist/esm/components/progress-bar.js +1 -1
- package/dist/esm/components/progress-bar.js.map +1 -1
- package/dist/esm/components/progress-stepper.js +5 -5
- package/dist/esm/components/progress-stepper.js.map +1 -1
- package/dist/esm/components/radio.js +4 -4
- package/dist/esm/components/radio.js.map +1 -1
- package/dist/esm/components/rich-text-editor.js +227 -0
- package/dist/esm/components/rich-text-editor.js.map +1 -0
- package/dist/esm/components/search-field.js +4 -4
- package/dist/esm/components/search-field.js.map +1 -1
- package/dist/esm/components/select.js +18 -18
- package/dist/esm/components/select.js.map +1 -1
- package/dist/esm/components/side-menu.js +219 -0
- package/dist/esm/components/side-menu.js.map +1 -0
- package/dist/esm/components/snackbar.js +1 -1
- package/dist/esm/components/snackbar.js.map +1 -1
- package/dist/esm/components/spinner.js +3 -0
- package/dist/esm/components/spinner.js.map +1 -1
- package/dist/esm/components/switch.js +2 -2
- package/dist/esm/components/switch.js.map +1 -1
- package/dist/esm/components/tab-menu.js +57 -0
- package/dist/esm/components/tab-menu.js.map +1 -0
- package/dist/esm/components/table-autotable.js +8 -7
- package/dist/esm/components/table-autotable.js.map +1 -1
- package/dist/esm/components/tabs.js.map +1 -1
- package/dist/esm/components/tooltip.js +7 -7
- package/dist/esm/components/tooltip.js.map +1 -1
- package/dist/esm/components/zebratable.js +135 -0
- package/dist/esm/components/zebratable.js.map +1 -0
- package/dist/esm/data-plugin.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js +13 -1
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/theme.js +36 -19
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js +38 -1
- package/dist/esm/units.js.map +1 -1
- package/dist/types/aria-plugin.d.ts +4 -0
- package/dist/types/base.d.ts +50 -0
- package/dist/types/colors.d.ts +643 -0
- package/dist/types/components/accordion.d.ts +174 -0
- package/dist/types/components/ai/ai-feed.d.ts +34 -0
- package/dist/types/components/ai/ai-module.d.ts +104 -0
- package/dist/types/components/ai/assistant-presentation.d.ts +49 -0
- package/dist/types/components/ai/bubble.d.ts +30 -0
- package/dist/types/components/ai/feedback.d.ts +19 -0
- package/dist/types/components/ai/input-section.d.ts +16 -0
- package/dist/types/components/ai/markdown-rendered.d.ts +20 -0
- package/dist/types/components/ai/typing-bubble.d.ts +15 -0
- package/dist/types/components/ai/typing-sequence.d.ts +22 -0
- package/dist/types/components/alert-banner.d.ts +24 -0
- package/dist/types/components/alert.d.ts +21 -0
- package/dist/types/components/avatar.d.ts +29 -0
- package/dist/types/components/badge.d.ts +21 -0
- package/dist/types/components/breadcrumb.d.ts +28 -0
- package/dist/types/components/button-group.d.ts +25 -0
- package/dist/types/components/button.d.ts +195 -0
- package/dist/types/components/card.d.ts +135 -0
- package/dist/types/components/checkbox.d.ts +108 -0
- package/dist/types/components/chip.d.ts +37 -0
- package/dist/types/components/code.d.ts +8 -0
- package/dist/types/components/combobox.d.ts +72 -0
- package/dist/types/components/comments.d.ts +30 -0
- package/dist/types/components/context-menu.d.ts +39 -0
- package/dist/types/components/cookie-consent.d.ts +35 -0
- package/dist/types/components/dialog.d.ts +5 -0
- package/dist/types/components/divider.d.ts +50 -0
- package/dist/types/components/dot.d.ts +43 -0
- package/dist/types/components/dropdown-filter.d.ts +58 -0
- package/dist/types/components/filter.d.ts +14 -0
- package/dist/types/components/footer.d.ts +27 -0
- package/dist/types/components/forms.d.ts +24 -0
- package/dist/types/components/header.d.ts +28 -0
- package/dist/types/components/icon.d.ts +38 -0
- package/dist/types/components/input.d.ts +214 -0
- package/dist/types/components/kbd.d.ts +7 -0
- package/dist/types/components/label.d.ts +27 -0
- package/dist/types/components/link.d.ts +43 -0
- package/dist/types/components/list.d.ts +52 -0
- package/dist/types/components/logo.d.ts +48 -0
- package/dist/types/components/menu-vertical.d.ts +198 -0
- package/dist/types/components/menubar.d.ts +35 -0
- package/dist/types/components/modal.d.ts +45 -0
- package/dist/types/components/notification.d.ts +48 -0
- package/dist/types/components/pagination.d.ts +101 -0
- package/dist/types/components/popup-menu.d.ts +138 -0
- package/dist/types/components/progress-bar.d.ts +13 -0
- package/dist/types/components/progress-stepper.d.ts +60 -0
- package/dist/types/components/radio.d.ts +125 -0
- package/dist/types/components/rich-text-editor.d.ts +226 -0
- package/dist/types/components/search-field.d.ts +34 -0
- package/dist/types/components/select.d.ts +141 -0
- package/dist/types/components/side-menu.d.ts +219 -0
- package/dist/types/components/snackbar.d.ts +30 -0
- package/dist/types/components/spinner.d.ts +13 -0
- package/dist/types/components/switch.d.ts +64 -0
- package/dist/types/components/tab-menu.d.ts +57 -0
- package/dist/types/components/table-autotable.d.ts +222 -0
- package/dist/types/components/table.d.ts +11 -0
- package/dist/types/components/tabs.d.ts +14 -0
- package/dist/types/components/tooltip.d.ts +53 -0
- package/dist/types/components/user-menu.d.ts +14 -0
- package/dist/types/components/zebratable.d.ts +134 -0
- package/dist/types/core/src/base.d.ts +1 -1
- package/dist/types/core/src/components/accordion.d.ts +13 -3
- package/dist/types/core/src/components/avatar.d.ts +3 -3
- package/dist/types/core/src/components/badge.d.ts +1 -1
- package/dist/types/core/src/components/breadcrumb.d.ts +1 -1
- package/dist/types/core/src/components/button-group.d.ts +1 -1
- package/dist/types/core/src/components/button.d.ts +12 -18
- package/dist/types/core/src/components/card.d.ts +12 -12
- package/dist/types/core/src/components/checkbox.d.ts +6 -6
- package/dist/types/core/src/components/chip.d.ts +5 -2
- package/dist/types/core/src/components/combobox.d.ts +7 -7
- package/dist/types/core/src/components/cookie-consent.d.ts +2 -2
- package/dist/types/core/src/components/dialog.d.ts +1 -1
- package/dist/types/core/src/components/divider.d.ts +3 -3
- package/dist/types/core/src/components/footer.d.ts +2 -2
- package/dist/types/core/src/components/icon.d.ts +1 -1
- package/dist/types/core/src/components/input.d.ts +12 -12
- package/dist/types/core/src/components/link.d.ts +3 -3
- package/dist/types/core/src/components/list.d.ts +5 -5
- package/dist/types/core/src/components/logo.d.ts +3 -3
- package/dist/types/core/src/components/menu-vertical.d.ts +19 -36
- package/dist/types/core/src/components/pagination.d.ts +1 -1
- package/dist/types/core/src/components/popup-menu.d.ts +9 -9
- package/dist/types/core/src/components/progress-bar.d.ts +1 -1
- package/dist/types/core/src/components/progress-stepper.d.ts +5 -5
- package/dist/types/core/src/components/radio.d.ts +4 -4
- package/dist/types/core/src/components/search-field.d.ts +4 -4
- package/dist/types/core/src/components/select.d.ts +18 -18
- package/dist/types/core/src/components/snackbar.d.ts +1 -1
- package/dist/types/core/src/components/spinner.d.ts +3 -0
- package/dist/types/core/src/components/switch.d.ts +1 -1
- package/dist/types/core/src/components/table-autotable.d.ts +8 -7
- package/dist/types/core/src/components/tooltip.d.ts +7 -7
- package/dist/types/core/src/units.d.ts +36 -0
- package/dist/types/data-plugin.d.ts +4 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/types/plugin.d.ts +12 -0
- package/dist/types/popup-menu/src/popup-menu-button.d.ts +1 -1
- package/dist/types/preset.d.ts +18 -0
- package/dist/types/theme/src/gui-provider.d.ts +15 -1
- package/dist/types/theme/src/units.d.ts +40 -0
- package/dist/types/theme.d.ts +4 -0
- package/dist/types/units.d.ts +288 -0
- package/dist/types/with-opacity.d.ts +4 -0
- package/package.json +4 -4
- package/dist/types/accordion/index.d.ts +0 -2
- package/dist/types/breadcrumb/index.d.ts +0 -2
- package/dist/types/button/index.d.ts +0 -2
- package/dist/types/card/index.d.ts +0 -2
- package/dist/types/cookie-consent/index.d.ts +0 -2
- package/dist/types/filter/index.d.ts +0 -2
- package/dist/types/layout/index.d.ts +0 -2
- package/dist/types/list/index.d.ts +0 -2
- package/dist/types/logo/index.d.ts +0 -2
- package/dist/types/menu-vertical/index.d.ts +0 -2
- package/dist/types/modal/index.d.ts +0 -2
- package/dist/types/pagination/index.d.ts +0 -2
- package/dist/types/popup-menu/index.d.ts +0 -2
- package/dist/types/progress-stepper/index.d.ts +0 -2
- package/dist/types/react/index.d.ts +0 -2
- package/dist/types/searchfield/index.d.ts +0 -2
- package/dist/types/snackbar/index.d.ts +0 -2
- package/dist/types/table/index.d.ts +0 -2
- package/dist/types/tabs/index.d.ts +0 -2
- package/dist/types/text/index.d.ts +0 -2
- package/dist/types/user-menu/index.d.ts +0 -2
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export declare const Tooltip: () => {
|
|
2
|
+
'.sk-tooltip': {
|
|
3
|
+
'@apply inline-flex justify-center items-center': {};
|
|
4
|
+
'@apply w-fit h-fit': {};
|
|
5
|
+
'@apply grow-0': {};
|
|
6
|
+
'&-text': {
|
|
7
|
+
'@apply inline-flex': {};
|
|
8
|
+
'@apply bg-primary-surface shadow': {};
|
|
9
|
+
'@apply px-16 py-8': {};
|
|
10
|
+
'@apply rounded-utility': {};
|
|
11
|
+
'@apply text-light-primary text-small': {};
|
|
12
|
+
'@apply font-bold': {};
|
|
13
|
+
'@apply w-fit h-fit': {};
|
|
14
|
+
'@apply grow-0': {};
|
|
15
|
+
'@apply min-h-34': {};
|
|
16
|
+
};
|
|
17
|
+
'&::after, &::before': {
|
|
18
|
+
'@apply h-0 w-0 overflow-hidden': {};
|
|
19
|
+
};
|
|
20
|
+
'&[data-position="above"]': {
|
|
21
|
+
'@apply flex-col': {};
|
|
22
|
+
'@apply pb-2': {};
|
|
23
|
+
'&::after': {
|
|
24
|
+
'@apply content-[""] border-solid border-6 border-b-0': {};
|
|
25
|
+
'@apply border-t-primary-surface border-r-transparent border-b-transparent border-l-transparent': {};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
'&[data-position="below"]': {
|
|
29
|
+
'@apply flex-col': {};
|
|
30
|
+
'@apply pt-2': {};
|
|
31
|
+
'&::before': {
|
|
32
|
+
'@apply content-[""] border-solid border-6 border-t-0': {};
|
|
33
|
+
'@apply border-t-transparent border-r-transparent border-b-primary-surface border-l-transparent': {};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
'&[data-position="left"]': {
|
|
37
|
+
'@apply flex-row': {};
|
|
38
|
+
'@apply pr-2 py-3': {};
|
|
39
|
+
'&::after': {
|
|
40
|
+
'@apply content-[""] border-solid border-6 border-r-0': {};
|
|
41
|
+
'@apply border-t-transparent border-r-transparent border-b-transparent border-l-primary-surface': {};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
'&[data-position="right"]': {
|
|
45
|
+
'@apply flex-row': {};
|
|
46
|
+
'@apply pl-2 py-3': {};
|
|
47
|
+
'&::before': {
|
|
48
|
+
'@apply content-[""] border-solid border-6 border-l-0': {};
|
|
49
|
+
'@apply border-t-transparent border-r-primary-surface border-b-transparent border-l-transparent': {};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const UserMenu: () => {
|
|
2
|
+
'.sk-usermenu': {
|
|
3
|
+
'@apply relative': {};
|
|
4
|
+
'&-button': {
|
|
5
|
+
'@apply p-0 bg-transparent hover:bg-transparent': {};
|
|
6
|
+
'@apply border-0': {};
|
|
7
|
+
'@apply hover:border-0': {};
|
|
8
|
+
'.sk-avatar': {
|
|
9
|
+
height: string;
|
|
10
|
+
width: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
export declare const ZebraTable: () => {
|
|
2
|
+
'.sk-zebratable-wrapper': {
|
|
3
|
+
'@apply rounded-groups': {};
|
|
4
|
+
'@apply border-1': {};
|
|
5
|
+
'@apply bg-background-content': {};
|
|
6
|
+
'&-inside': {
|
|
7
|
+
'@apply border-0 rounded-t-groups': {};
|
|
8
|
+
'@apply overflow-hidden': {};
|
|
9
|
+
};
|
|
10
|
+
'&[data-variant="table"]': {
|
|
11
|
+
'&:not([data-background="true"])': {
|
|
12
|
+
'@apply border-0': {};
|
|
13
|
+
'@apply bg-transparent': {};
|
|
14
|
+
};
|
|
15
|
+
'.sk-zebratable-wrapper-inside': {
|
|
16
|
+
'@apply border-0 rounded-b-groups': {};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'.sk-zebratable': {
|
|
21
|
+
'@apply w-full text-left table-auto': {};
|
|
22
|
+
'@apply text-dark-secondary': {};
|
|
23
|
+
'&-thead': {
|
|
24
|
+
'@apply border-b-1 border-dark-primary': {};
|
|
25
|
+
'@apply h-48': {};
|
|
26
|
+
'&-tr': {
|
|
27
|
+
'@apply table-row': {};
|
|
28
|
+
'@apply text-label-small': {};
|
|
29
|
+
};
|
|
30
|
+
'&-th': {
|
|
31
|
+
'@apply py-4': {};
|
|
32
|
+
"&[data-isColumnSortable='true']": {
|
|
33
|
+
'@apply cursor-pointer': {};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
'@apply bg-transparent': {};
|
|
37
|
+
'&[data-background="true"]': {
|
|
38
|
+
'@apply bg-vattjom-background-200 border-b-transparent': {};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
'&-sortbutton': {
|
|
42
|
+
'@apply flex items-center': {};
|
|
43
|
+
'@apply focus-visible:ring ring-ring ring-offset-0': {};
|
|
44
|
+
'@apply focus-visible:bg-vattjom-background-200': {};
|
|
45
|
+
'@apply rounded-utility': {};
|
|
46
|
+
'@apply px-16': {};
|
|
47
|
+
'@apply h-40': {};
|
|
48
|
+
'&-icon': {
|
|
49
|
+
'@apply inline-flex pl-sm': {};
|
|
50
|
+
'&-sort': {
|
|
51
|
+
'@apply text-dark-secondary': {};
|
|
52
|
+
'@apply flex flex-col': {};
|
|
53
|
+
svg: {
|
|
54
|
+
'@apply h-16 w-16': {};
|
|
55
|
+
'@apply first-of-type:-mb-4': {};
|
|
56
|
+
'@apply last-of-type:-mt-4': {};
|
|
57
|
+
};
|
|
58
|
+
"&[data-sortmodeascending='true']": {
|
|
59
|
+
'> *': {
|
|
60
|
+
'@apply last-of-type:text-dark-ghost': {};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
"&[data-sortmodeascending='false']": {
|
|
64
|
+
'> *': {
|
|
65
|
+
'@apply first-of-type:text-dark-ghost': {};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
'&-tbody': {
|
|
72
|
+
'@apply text-dark-secondary bg-transparent': {};
|
|
73
|
+
'&-tr': {
|
|
74
|
+
'@apply bg-transparent': {};
|
|
75
|
+
'@apply hover:bg-background-100': {};
|
|
76
|
+
'@apply border-b-1': {};
|
|
77
|
+
'@apply last-of-type:border-b-transparent': {};
|
|
78
|
+
};
|
|
79
|
+
'&-td': {
|
|
80
|
+
'@apply text-small': {};
|
|
81
|
+
'&-content': {
|
|
82
|
+
'@apply inline-flex': {};
|
|
83
|
+
'@apply justify-start items-center': {};
|
|
84
|
+
'@apply gap-8': {};
|
|
85
|
+
'@apply py-8 px-18': {};
|
|
86
|
+
'@apply h-[6.3rem]': {};
|
|
87
|
+
'@apply min-h-[6.3rem]': {};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
'&[data-dense="true"]': {
|
|
92
|
+
'.sk-zebratable': {
|
|
93
|
+
'&-thead': {
|
|
94
|
+
'&-th': {
|
|
95
|
+
'@apply py-4': {};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
'&-tbody': {
|
|
99
|
+
'&-td-content': {
|
|
100
|
+
'@apply py-0': {};
|
|
101
|
+
'@apply h-[4.7rem]': {};
|
|
102
|
+
'@apply min-h-[4.7rem]': {};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
'&-paginationwrapper': {
|
|
108
|
+
'@apply w-full max-w-[60rem]': {};
|
|
109
|
+
'@apply shrink': {};
|
|
110
|
+
};
|
|
111
|
+
'&-bottom': {
|
|
112
|
+
'@apply py-14 px-16': {};
|
|
113
|
+
'@apply border-t-1': {};
|
|
114
|
+
'@apply flex flex-row': {};
|
|
115
|
+
'@apply gap-32': {};
|
|
116
|
+
'@apply justify-between items-center': {};
|
|
117
|
+
'&-section': {
|
|
118
|
+
'@apply shrink-0': {};
|
|
119
|
+
'@apply flex flex-row': {};
|
|
120
|
+
'@apply justify-start items-center': {};
|
|
121
|
+
'@apply gap-8': {};
|
|
122
|
+
'&-label': {
|
|
123
|
+
'@apply font-normal': {};
|
|
124
|
+
'@apply text-small': {};
|
|
125
|
+
'@apply shrink-0': {};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
'&-pagination': {
|
|
129
|
+
'@apply grow': {};
|
|
130
|
+
'@apply shrink': {};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
};
|
|
@@ -34,6 +34,9 @@ export declare const Accordion: () => {
|
|
|
34
34
|
'&-toggle': {
|
|
35
35
|
'@apply flex items-center justify-between': {};
|
|
36
36
|
'@apply gap-16': {};
|
|
37
|
+
'.sk-icon': {
|
|
38
|
+
'@apply w-32 h-32': {};
|
|
39
|
+
};
|
|
37
40
|
};
|
|
38
41
|
'&-title': {
|
|
39
42
|
'@apply text-dark-primary': {};
|
|
@@ -52,6 +55,9 @@ export declare const Accordion: () => {
|
|
|
52
55
|
};
|
|
53
56
|
'.sk-disclosure-toggle': {
|
|
54
57
|
'@apply gap-12': {};
|
|
58
|
+
'.sk-icon': {
|
|
59
|
+
'@apply w-20 h-20': {};
|
|
60
|
+
};
|
|
55
61
|
};
|
|
56
62
|
'.sk-disclosure-support': {
|
|
57
63
|
'@apply text-small': {};
|
|
@@ -76,6 +82,9 @@ export declare const Accordion: () => {
|
|
|
76
82
|
};
|
|
77
83
|
'.sk-disclosure-toggle': {
|
|
78
84
|
'@apply gap-12': {};
|
|
85
|
+
'.sk-icon': {
|
|
86
|
+
'@apply w-24 h-24': {};
|
|
87
|
+
};
|
|
79
88
|
};
|
|
80
89
|
'.sk-disclosure-support': {
|
|
81
90
|
'@apply text-body': {};
|
|
@@ -104,6 +113,7 @@ export declare const Accordion: () => {
|
|
|
104
113
|
};
|
|
105
114
|
};
|
|
106
115
|
'&-body': {
|
|
116
|
+
'@apply text-base': {};
|
|
107
117
|
'@apply flex flex-col': {};
|
|
108
118
|
'@apply mb-32': {};
|
|
109
119
|
'@apply mr-32': {};
|
|
@@ -132,13 +142,13 @@ export declare const Accordion: () => {
|
|
|
132
142
|
};
|
|
133
143
|
'&[data-has-icon="true"]': {
|
|
134
144
|
'&[data-size="sm"]': {
|
|
135
|
-
'@apply ml-
|
|
145
|
+
'@apply ml-32': {};
|
|
136
146
|
};
|
|
137
147
|
'&[data-size="md"]': {
|
|
138
|
-
'@apply ml-
|
|
148
|
+
'@apply ml-36': {};
|
|
139
149
|
};
|
|
140
150
|
'&[data-size="lg"]': {
|
|
141
|
-
'@apply ml-
|
|
151
|
+
'@apply ml-48': {};
|
|
142
152
|
};
|
|
143
153
|
};
|
|
144
154
|
};
|
|
@@ -11,15 +11,15 @@ export declare const Avatar: (colors: string[]) => {
|
|
|
11
11
|
'@apply rounded-circular': {};
|
|
12
12
|
};
|
|
13
13
|
'&&-sm': {
|
|
14
|
-
'@apply h-
|
|
14
|
+
'@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {};
|
|
15
15
|
'@apply text-label-small': {};
|
|
16
16
|
};
|
|
17
17
|
'&&-md': {
|
|
18
|
-
'@apply h-
|
|
18
|
+
'@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {};
|
|
19
19
|
'@apply text-label-medium': {};
|
|
20
20
|
};
|
|
21
21
|
'&&-lg': {
|
|
22
|
-
'@apply h-
|
|
22
|
+
'@apply h-64 w-64 min-h-40 max-h-64 min-w-40 max-w-64': {};
|
|
23
23
|
'@apply text-label-large': {};
|
|
24
24
|
};
|
|
25
25
|
};
|
|
@@ -12,7 +12,7 @@ export declare const Badge: (colors: string[]) => {
|
|
|
12
12
|
'@apply text-light-primary': {};
|
|
13
13
|
'@apply rounded-utility': {};
|
|
14
14
|
'@apply overflow-hidden': {};
|
|
15
|
-
'@apply h-
|
|
15
|
+
'@apply h-24 w-24': {};
|
|
16
16
|
'@apply text-label-small': {};
|
|
17
17
|
'&[data-rounded="true"]': {
|
|
18
18
|
'@apply rounded-circular': {};
|
|
@@ -35,27 +35,21 @@ export declare const Button: (colors: string[]) => {
|
|
|
35
35
|
'@apply rounded-full': {};
|
|
36
36
|
};
|
|
37
37
|
'&.sk-btn-sm': {
|
|
38
|
-
|
|
39
|
-
width: string;
|
|
40
|
-
maxWidth: string;
|
|
38
|
+
'@apply w-32 min-w-32 max-w-32': {};
|
|
41
39
|
'svg, .sk-icon': {
|
|
42
|
-
'@apply h-
|
|
40
|
+
'@apply h-20 w-20': {};
|
|
43
41
|
};
|
|
44
42
|
};
|
|
45
43
|
'&.sk-btn-md': {
|
|
46
|
-
|
|
47
|
-
width: string;
|
|
48
|
-
maxWidth: string;
|
|
44
|
+
'@apply w-40 min-w-40 max-w-40': {};
|
|
49
45
|
'svg, .sk-icon': {
|
|
50
|
-
'@apply h-
|
|
46
|
+
'@apply h-20 w-20': {};
|
|
51
47
|
};
|
|
52
48
|
};
|
|
53
49
|
'&.sk-btn-lg': {
|
|
54
|
-
|
|
55
|
-
width: string;
|
|
56
|
-
maxWidth: string;
|
|
50
|
+
'@apply w-48 min-w-48 max-w-48': {};
|
|
57
51
|
'svg, .sk-icon': {
|
|
58
|
-
'@apply h-
|
|
52
|
+
'@apply h-24 w-24': {};
|
|
59
53
|
};
|
|
60
54
|
};
|
|
61
55
|
'.btn-has-icon': {
|
|
@@ -166,28 +160,28 @@ export declare const Button: (colors: string[]) => {
|
|
|
166
160
|
'&-sm': {
|
|
167
161
|
'@apply text-label-small': {};
|
|
168
162
|
'@apply px-14 py-8 gap-6': {};
|
|
169
|
-
'@apply max-h-
|
|
163
|
+
'@apply max-h-32 h-32': {};
|
|
170
164
|
'@apply rounded-button-sm': {};
|
|
171
165
|
'svg, .sk-icon': {
|
|
172
|
-
'@apply h-
|
|
166
|
+
'@apply h-16 w-16': {};
|
|
173
167
|
};
|
|
174
168
|
};
|
|
175
169
|
'&-md': {
|
|
176
170
|
'@apply text-label-medium': {};
|
|
177
171
|
'@apply px-18 py-8 gap-8': {};
|
|
178
|
-
'@apply max-h-
|
|
172
|
+
'@apply max-h-40 h-40': {};
|
|
179
173
|
'@apply rounded-button-md': {};
|
|
180
174
|
'svg, .sk-icon': {
|
|
181
|
-
'@apply h-
|
|
175
|
+
'@apply h-18 w-18': {};
|
|
182
176
|
};
|
|
183
177
|
};
|
|
184
178
|
'&-lg': {
|
|
185
179
|
'@apply text-label-large': {};
|
|
186
180
|
'@apply px-24 py-8 gap-8': {};
|
|
187
|
-
'@apply max-h-
|
|
181
|
+
'@apply max-h-48 h-48': {};
|
|
188
182
|
'@apply rounded-button-lg': {};
|
|
189
183
|
'svg, .sk-icon': {
|
|
190
|
-
'@apply h-
|
|
184
|
+
'@apply h-20 w-20': {};
|
|
191
185
|
};
|
|
192
186
|
};
|
|
193
187
|
'&-disabled, &[aria-disabled="true"]': {
|
|
@@ -7,18 +7,18 @@ export declare const Card: (colors: string[]) => {
|
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
9
|
"&[data-layout=\"horizontal\"]": {
|
|
10
|
-
'@apply flex-row h-
|
|
10
|
+
'@apply flex-row h-full': {};
|
|
11
11
|
'.sk-card': {
|
|
12
12
|
'&-image': {
|
|
13
|
-
'@apply h-
|
|
13
|
+
'@apply h-full w-[8em]': {};
|
|
14
14
|
'@apply float-left': {};
|
|
15
15
|
'@apply rounded-none rounded-l-cards grow-0': {};
|
|
16
16
|
};
|
|
17
17
|
'&-body': {
|
|
18
|
-
'@apply w-
|
|
18
|
+
'@apply w-full': {};
|
|
19
19
|
'@apply border-none': {};
|
|
20
20
|
'&-wrapper': {
|
|
21
|
-
'@apply w-
|
|
21
|
+
'@apply w-full': {};
|
|
22
22
|
};
|
|
23
23
|
'&-content': {
|
|
24
24
|
'p, a': {
|
|
@@ -31,10 +31,11 @@ export declare const Card: (colors: string[]) => {
|
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
+
'@apply text-base': {};
|
|
34
35
|
'@apply bg-white relative rounded-b-cards rounded-cards': {};
|
|
35
36
|
'@apply flex flex-col': {};
|
|
36
37
|
'@apply no-underline hover:no-underline': {};
|
|
37
|
-
'@apply h-
|
|
38
|
+
'@apply h-full': {};
|
|
38
39
|
'&-wrapper': {
|
|
39
40
|
'@apply grid': {};
|
|
40
41
|
};
|
|
@@ -49,16 +50,15 @@ export declare const Card: (colors: string[]) => {
|
|
|
49
50
|
'@apply flex': {};
|
|
50
51
|
};
|
|
51
52
|
'&-meta': {
|
|
52
|
-
'@apply flex space-x-12 mt-16': {};
|
|
53
|
+
'@apply flex space-x-12 mt-16 text-base': {};
|
|
53
54
|
span: {
|
|
54
55
|
'@apply flex space-x-4 items-center': {};
|
|
55
56
|
time: {
|
|
56
|
-
'@apply h-
|
|
57
|
+
'@apply h-24': {};
|
|
57
58
|
};
|
|
58
59
|
};
|
|
59
60
|
'&.sk-card-image': {
|
|
60
|
-
|
|
61
|
-
'@apply h-[278px]': {};
|
|
61
|
+
'@apply min-h-[12.5em] max-h-[20em]': {};
|
|
62
62
|
};
|
|
63
63
|
};
|
|
64
64
|
'&-header': {
|
|
@@ -97,7 +97,7 @@ export declare const Card: (colors: string[]) => {
|
|
|
97
97
|
'.sk-meta-card': {
|
|
98
98
|
'@apply no-underline hover:no-underline': {};
|
|
99
99
|
'@apply flex bg-vattjom-surface-accent': {};
|
|
100
|
-
'@apply p-14 rounded-
|
|
100
|
+
'@apply p-14 rounded-groups': {};
|
|
101
101
|
'&[data-color="mono"]': {
|
|
102
102
|
'@apply bg-primitives-overlay-darken-1 dark:bg-primitives-overlay-lighten-1': {};
|
|
103
103
|
};
|
|
@@ -122,13 +122,13 @@ export declare const Card: (colors: string[]) => {
|
|
|
122
122
|
};
|
|
123
123
|
'&-content': {
|
|
124
124
|
'p, a': {
|
|
125
|
-
'@apply text-primitives-gray-700 dark:text-primitives-gray-200': {};
|
|
125
|
+
'@apply text-primitives-gray-700 dark:text-primitives-gray-200 text-small': {};
|
|
126
126
|
'@apply text-dark-secondary line-clamp-1': {};
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
129
|
};
|
|
130
130
|
'&-external-link-icon': {
|
|
131
|
-
'@apply ml-auto h-
|
|
131
|
+
'@apply ml-auto h-32 w-32': {};
|
|
132
132
|
'@apply p-6 text-dark': {};
|
|
133
133
|
};
|
|
134
134
|
};
|
|
@@ -4,17 +4,17 @@ export declare const Checkbox: () => {
|
|
|
4
4
|
'@apply rounded-utility': {};
|
|
5
5
|
'@apply bg-transparent border-transparent': {};
|
|
6
6
|
'&-sm': {
|
|
7
|
-
'@apply w-
|
|
7
|
+
'@apply w-24 h-24': {};
|
|
8
8
|
};
|
|
9
9
|
'&-md': {
|
|
10
|
-
'@apply w-
|
|
10
|
+
'@apply w-24 h-24': {};
|
|
11
11
|
};
|
|
12
12
|
'&-lg': {
|
|
13
|
-
'@apply w-
|
|
13
|
+
'@apply w-24 h-24': {};
|
|
14
14
|
};
|
|
15
15
|
'+ .sk-icon': {
|
|
16
16
|
'@apply absolute inset-0 my-auto bg-transparent': {};
|
|
17
|
-
'@apply border-
|
|
17
|
+
'@apply border-1 p-2 border-primitives-overlay-darken-6 dark:border-primitives-overlay-lighten-6': {};
|
|
18
18
|
'@apply bg-primitives-overlay-lighten-10 dark:bg-primitives-overlay-darken-6': {};
|
|
19
19
|
svg: {
|
|
20
20
|
'@apply hidden': {};
|
|
@@ -68,10 +68,10 @@ export declare const Checkbox: () => {
|
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
70
|
'&-label-left &-label': {
|
|
71
|
-
'@apply mr-
|
|
71
|
+
'@apply mr-8': {};
|
|
72
72
|
};
|
|
73
73
|
'&-label-right &-label': {
|
|
74
|
-
'@apply ml-
|
|
74
|
+
'@apply ml-8': {};
|
|
75
75
|
};
|
|
76
76
|
'&-label-left': {
|
|
77
77
|
'.sk-icon': {
|
|
@@ -6,8 +6,8 @@ export declare const Chip: () => {
|
|
|
6
6
|
'@apply hover:bg-secondary-surface-hover': {};
|
|
7
7
|
'@apply focus-visible:bg-secondary-surface-hover': {};
|
|
8
8
|
'@apply focus-visible:ring': {};
|
|
9
|
-
'@apply px-
|
|
10
|
-
'@apply h-
|
|
9
|
+
'@apply px-9 gap-4': {};
|
|
10
|
+
'@apply h-34': {};
|
|
11
11
|
'@apply text-small': {};
|
|
12
12
|
'@apply text-dark-secondary': {};
|
|
13
13
|
'@apply border-1': {};
|
|
@@ -30,5 +30,8 @@ export declare const Chip: () => {
|
|
|
30
30
|
'@apply hover:bg-inverted-secondary-surface-hover': {};
|
|
31
31
|
'@apply focus-visible:bg-inverted-secondary-surface-hover': {};
|
|
32
32
|
};
|
|
33
|
+
'.sk-icon': {
|
|
34
|
+
'@apply h-16 w-16': {};
|
|
35
|
+
};
|
|
33
36
|
};
|
|
34
37
|
};
|
|
@@ -7,27 +7,27 @@ export declare const ComboBox: () => {
|
|
|
7
7
|
'@apply relative w-auto': {};
|
|
8
8
|
'@apply inline-block': {};
|
|
9
9
|
'&-sm': {
|
|
10
|
-
'@apply h-
|
|
10
|
+
'@apply h-32': {};
|
|
11
11
|
'@apply rounded-button-sm': {};
|
|
12
12
|
'.sk-form-combobox-select.active': {
|
|
13
13
|
'@apply text-input-small': {};
|
|
14
|
-
'@apply pr-
|
|
14
|
+
'@apply pr-52': {};
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
'&-md': {
|
|
18
|
-
'@apply h-
|
|
18
|
+
'@apply h-40': {};
|
|
19
19
|
'@apply rounded-button-md': {};
|
|
20
20
|
'.sk-form-combobox-select.active': {
|
|
21
21
|
'@apply text-input-medium': {};
|
|
22
|
-
'@apply pr-
|
|
22
|
+
'@apply pr-62': {};
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
'&-lg': {
|
|
26
|
-
'@apply h-
|
|
26
|
+
'@apply h-48': {};
|
|
27
27
|
'@apply rounded-button-lg': {};
|
|
28
28
|
'.sk-form-combobox-select.active': {
|
|
29
29
|
'@apply text-input-large': {};
|
|
30
|
-
'@apply pr-
|
|
30
|
+
'@apply pr-68': {};
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
'&[data-showvalue="true"]': {
|
|
@@ -56,7 +56,7 @@ export declare const ComboBox: () => {
|
|
|
56
56
|
};
|
|
57
57
|
'&-list': {
|
|
58
58
|
'@apply w-full': {};
|
|
59
|
-
'@apply max-h-[
|
|
59
|
+
'@apply max-h-[15em] overflow-y-auto': {};
|
|
60
60
|
'&-option': {
|
|
61
61
|
'&.sk-popup-menu-item': {
|
|
62
62
|
'@apply cursor-default': {};
|
|
@@ -13,11 +13,11 @@ export declare const CookieConsent: () => {
|
|
|
13
13
|
'&-icon': {};
|
|
14
14
|
};
|
|
15
15
|
'&-content-wrapper': {
|
|
16
|
-
'@apply flex flex-col gap-24 container max-w-[
|
|
16
|
+
'@apply flex flex-col gap-24 container max-w-[64em] relative': {};
|
|
17
17
|
};
|
|
18
18
|
'&-body': {
|
|
19
19
|
'@apply flex flex-col gap-8': {};
|
|
20
|
-
'@apply max-w-[
|
|
20
|
+
'@apply max-w-[50em]': {};
|
|
21
21
|
};
|
|
22
22
|
'&-title': {
|
|
23
23
|
'@apply text-h2-sm md:text-h2-md xl:text-h2-lg': {};
|
|
@@ -19,7 +19,7 @@ export declare const Divider: () => {
|
|
|
19
19
|
'&-sm': {
|
|
20
20
|
'&.sk-divider': {
|
|
21
21
|
'&-root': {
|
|
22
|
-
'@apply gap-
|
|
22
|
+
'@apply gap-8': {};
|
|
23
23
|
};
|
|
24
24
|
'.sk-divider-text': {
|
|
25
25
|
'@apply text-label-small': {};
|
|
@@ -29,7 +29,7 @@ export declare const Divider: () => {
|
|
|
29
29
|
'&-md': {
|
|
30
30
|
'&.sk-divider': {
|
|
31
31
|
'&-root': {
|
|
32
|
-
'@apply gap-
|
|
32
|
+
'@apply gap-10': {};
|
|
33
33
|
};
|
|
34
34
|
'.sk-divider-text': {
|
|
35
35
|
'@apply text-label-medium': {};
|
|
@@ -39,7 +39,7 @@ export declare const Divider: () => {
|
|
|
39
39
|
'&-lg': {
|
|
40
40
|
'&.sk-divider': {
|
|
41
41
|
'&-root': {
|
|
42
|
-
'@apply gap-
|
|
42
|
+
'@apply gap-12': {};
|
|
43
43
|
};
|
|
44
44
|
'.sk-divider-text': {
|
|
45
45
|
'@apply text-label-large': {};
|
|
@@ -8,11 +8,11 @@ export declare const Footer: () => {
|
|
|
8
8
|
'&-innerwrapper': {
|
|
9
9
|
'@apply w-full max-w-content': {};
|
|
10
10
|
'@apply pb-20 sm:pb-32 md:pb-40 lg:pb-48 xl:pb-80': {};
|
|
11
|
-
'@apply flex flex-row flex-wrap gap-
|
|
11
|
+
'@apply flex flex-row flex-wrap gap-100': {};
|
|
12
12
|
'@apply justify-between': {};
|
|
13
13
|
};
|
|
14
14
|
'&-logo': {
|
|
15
|
-
'@apply max-h-
|
|
15
|
+
'@apply max-h-72 h-72': {};
|
|
16
16
|
};
|
|
17
17
|
'&-content': {
|
|
18
18
|
'@apply flex flex-row gap-36 w-fit grow-0 flex-wrap': {};
|