@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,50 @@
|
|
|
1
|
+
export declare const Divider: () => {
|
|
2
|
+
'.sk-divider': {
|
|
3
|
+
'@apply border-t-0 border-divider': {};
|
|
4
|
+
'&-vertical': {
|
|
5
|
+
'@apply min-h-[1em] border-l-1 border-solid h-auto ml-4 mt-8 mb-4 mr-4 self-stretch': {};
|
|
6
|
+
'&[data-strong="true"]': {
|
|
7
|
+
'@apply border-l border-solid h-auto mx-2': {};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
'&-horizontal': {
|
|
11
|
+
'@apply flex-1 border-b-1 border-solid w-auto my-2': {};
|
|
12
|
+
'&[data-strong="true"]': {
|
|
13
|
+
'@apply border-b border-solid w-auto my-2': {};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
'&-root': {
|
|
17
|
+
'@apply flex items-center gap-16': {};
|
|
18
|
+
};
|
|
19
|
+
'&-sm': {
|
|
20
|
+
'&.sk-divider': {
|
|
21
|
+
'&-root': {
|
|
22
|
+
'@apply gap-8': {};
|
|
23
|
+
};
|
|
24
|
+
'.sk-divider-text': {
|
|
25
|
+
'@apply text-h4-sm': {};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
'&-md': {
|
|
30
|
+
'&.sk-divider': {
|
|
31
|
+
'&-root': {
|
|
32
|
+
'@apply gap-10': {};
|
|
33
|
+
};
|
|
34
|
+
'.sk-divider-text': {
|
|
35
|
+
'@apply text-h4-md': {};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
'&-lg': {
|
|
40
|
+
'&.sk-divider': {
|
|
41
|
+
'&-root': {
|
|
42
|
+
'@apply gap-12': {};
|
|
43
|
+
};
|
|
44
|
+
'.sk-divider-text': {
|
|
45
|
+
'@apply text-h4-lg': {};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare const Dot: (colors: string[]) => {
|
|
2
|
+
'.dot': {
|
|
3
|
+
'@apply relative inline-flex rounded-full': {};
|
|
4
|
+
'&-solid': {
|
|
5
|
+
'&.dot-bordered': {
|
|
6
|
+
'@apply border-2 border-white': {};
|
|
7
|
+
'@apply dark:border-neutral-800': {};
|
|
8
|
+
};
|
|
9
|
+
'@apply bg-neutral-500': {};
|
|
10
|
+
};
|
|
11
|
+
'&-outline': {
|
|
12
|
+
'@apply bg-white border-2 border-neutral-500': {};
|
|
13
|
+
'@apply dark:bg-neutral-800': {};
|
|
14
|
+
};
|
|
15
|
+
'&-3xs': {
|
|
16
|
+
'@apply w-1.5 h-1.5': {};
|
|
17
|
+
};
|
|
18
|
+
'&-2xs': {
|
|
19
|
+
'@apply w-2 h-2': {};
|
|
20
|
+
};
|
|
21
|
+
'&-xs': {
|
|
22
|
+
'@apply w-2.5 h-2.5': {};
|
|
23
|
+
};
|
|
24
|
+
'&-sm': {
|
|
25
|
+
'@apply w-3 h-3': {};
|
|
26
|
+
};
|
|
27
|
+
'&-md': {
|
|
28
|
+
'@apply w-3.5 h-3.5': {};
|
|
29
|
+
};
|
|
30
|
+
'&-lg': {
|
|
31
|
+
'@apply w-4 h-4': {};
|
|
32
|
+
};
|
|
33
|
+
'&-xl': {
|
|
34
|
+
'@apply w-5 h-5': {};
|
|
35
|
+
};
|
|
36
|
+
'&-2xl': {
|
|
37
|
+
'@apply w-6 h-6': {};
|
|
38
|
+
};
|
|
39
|
+
'&-3xl': {
|
|
40
|
+
'@apply w-8 h-8': {};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.dropdown-filter': {
|
|
3
|
+
position: string;
|
|
4
|
+
height: number;
|
|
5
|
+
border: string;
|
|
6
|
+
display: string;
|
|
7
|
+
background: string;
|
|
8
|
+
borderRadius: number;
|
|
9
|
+
'.dropdown-button': {
|
|
10
|
+
'@apply flex justify-between items-center grow': {};
|
|
11
|
+
'.dropdown-button-icon': {
|
|
12
|
+
'@apply justify-self-end grow-0': {};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
'.filter-container': {
|
|
16
|
+
position: string;
|
|
17
|
+
top: string;
|
|
18
|
+
left: string;
|
|
19
|
+
zIndex: number;
|
|
20
|
+
width: string;
|
|
21
|
+
background: string;
|
|
22
|
+
border: string;
|
|
23
|
+
borderRadius: number;
|
|
24
|
+
'.filter-controls': {
|
|
25
|
+
display: string;
|
|
26
|
+
justifyContent: string;
|
|
27
|
+
button: {
|
|
28
|
+
marginLeft: string;
|
|
29
|
+
textDecoration: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
'.filter-item': {
|
|
33
|
+
'@apply px-md': {};
|
|
34
|
+
height: number;
|
|
35
|
+
display: string;
|
|
36
|
+
justifyContent: string;
|
|
37
|
+
alignItems: string;
|
|
38
|
+
borderBottom: string;
|
|
39
|
+
'> label': {
|
|
40
|
+
'@apply w-full': {};
|
|
41
|
+
'> .form-checkbox-label': {
|
|
42
|
+
'@apply flex-grow': {};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
'&.disabled': {
|
|
46
|
+
color: string;
|
|
47
|
+
};
|
|
48
|
+
'&:first-of-type': {
|
|
49
|
+
borderTop: string;
|
|
50
|
+
};
|
|
51
|
+
'&:last-child': {
|
|
52
|
+
borderBottom: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export = _exports;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const Filter: () => {
|
|
2
|
+
'.sk-filter': {
|
|
3
|
+
'@apply w-full': {};
|
|
4
|
+
'&-label': {
|
|
5
|
+
'@apply text-label-medium': {};
|
|
6
|
+
};
|
|
7
|
+
'.sk-form-checkbox-label': {
|
|
8
|
+
'@apply grow flex items-center justify-between': {};
|
|
9
|
+
'&-wrapper': {
|
|
10
|
+
'@apply w-full': {};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const Footer: () => {
|
|
2
|
+
'.sk-footer': {
|
|
3
|
+
'@apply bg-background-content': {};
|
|
4
|
+
'@apply flex justify-center': {};
|
|
5
|
+
'@apply w-full': {};
|
|
6
|
+
'@apply p-20 sm:p-32 md:p-40 lg:p-48 xl:p-80': {};
|
|
7
|
+
'@apply text-dark-secondary': {};
|
|
8
|
+
'&-innerwrapper': {
|
|
9
|
+
'@apply w-full max-w-content': {};
|
|
10
|
+
'@apply pb-20 sm:pb-32 md:pb-40 lg:pb-48 xl:pb-80': {};
|
|
11
|
+
'@apply flex flex-row flex-wrap gap-100': {};
|
|
12
|
+
'@apply justify-between': {};
|
|
13
|
+
};
|
|
14
|
+
'&-logo': {
|
|
15
|
+
'@apply max-h-72 h-72': {};
|
|
16
|
+
};
|
|
17
|
+
'&-content': {
|
|
18
|
+
'@apply flex flex-row gap-36 w-fit grow-0 flex-wrap': {};
|
|
19
|
+
};
|
|
20
|
+
'&-list': {
|
|
21
|
+
'@apply flex flex-col gap-16': {};
|
|
22
|
+
'&-item': {
|
|
23
|
+
'@apply flex flex-row justify-start items-center gap-8': {};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const Forms: () => {
|
|
2
|
+
'.sk-form-control': {
|
|
3
|
+
'@apply flex flex-col gap-8 w-fit': {};
|
|
4
|
+
};
|
|
5
|
+
'.sk-form-label': {
|
|
6
|
+
'@apply font-bold': {};
|
|
7
|
+
'&-sm': {
|
|
8
|
+
'@apply text-label-small': {};
|
|
9
|
+
};
|
|
10
|
+
'&-md': {
|
|
11
|
+
'@apply text-label-medium': {};
|
|
12
|
+
};
|
|
13
|
+
'&-lg': {
|
|
14
|
+
'@apply text-label-large': {};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
'legend.sk-form-label': {
|
|
18
|
+
display: string;
|
|
19
|
+
};
|
|
20
|
+
'.sk-form-helper-text, .sk-form-error-message': {
|
|
21
|
+
'@apply font-normal': {};
|
|
22
|
+
'@apply text-small': {};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const Header: () => {
|
|
2
|
+
'.sk-header': {
|
|
3
|
+
'@apply bg-background-content p-12 md:px-32 md:pt-24 md:pb-20 xl:pt-32 xl:pb-20 xl:px-80 xl:h-auto xl:min-h-0': {};
|
|
4
|
+
'@apply shadow-100': {};
|
|
5
|
+
'@apply flex justify-center': {};
|
|
6
|
+
'@apply w-full': {};
|
|
7
|
+
'&-container': {
|
|
8
|
+
'@apply flex flex-col gap-20 xl:gap-24': {};
|
|
9
|
+
'@apply w-full': {};
|
|
10
|
+
'@apply max-w-content': {};
|
|
11
|
+
};
|
|
12
|
+
'&-top-content': {
|
|
13
|
+
'@apply flex items-center w-full justify-between m-auto flex-shrink-0 py-4 gap-20': {};
|
|
14
|
+
};
|
|
15
|
+
'&-bottom-content': {
|
|
16
|
+
'@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {};
|
|
17
|
+
};
|
|
18
|
+
'&-usermenu': {
|
|
19
|
+
'@apply hidden xl:flex-shrink md:flex xl:items-center xl:w-auto': {};
|
|
20
|
+
'&-content': {
|
|
21
|
+
'@apply relative flex flex-grow justify-end items-center xl:w-auto': {};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
'&-mobilemenu': {
|
|
25
|
+
'@apply block md:hidden relative': {};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const Icon: (colors: string[]) => {
|
|
2
|
+
'.sk-icon': {
|
|
3
|
+
"&[data-color='primary']": {
|
|
4
|
+
'&[data-inverted="true"]': {
|
|
5
|
+
'@apply text-light-primary fill-light-primary': {};
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
'@apply inline-flex items-center justify-center': {};
|
|
9
|
+
'@apply w-24 h-24': {};
|
|
10
|
+
svg: {
|
|
11
|
+
'@apply w-full h-full': {};
|
|
12
|
+
};
|
|
13
|
+
'&.sk-icon-padded': {
|
|
14
|
+
"&[data-color='primary'], &[data-color='tertiary']": {
|
|
15
|
+
'@apply bg-primary-surface text-light-primary fill-light-primary': {};
|
|
16
|
+
'&[data-inverted="true"]': {
|
|
17
|
+
'@apply text-inverted-light-primary fill-inverted-light-primary': {};
|
|
18
|
+
'@apply bg-tertiary-surface': {};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
"&[data-variant='ghost']": {
|
|
22
|
+
'@apply bg-transparent text-current fill-current': {};
|
|
23
|
+
'&[data-inverted="true"]': {
|
|
24
|
+
'@apply bg-transparent text-current fill-current': {};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
'@apply rounded-utility': {};
|
|
28
|
+
'@apply text-light-primary fill-light-primary': {};
|
|
29
|
+
'@apply p-4': {};
|
|
30
|
+
};
|
|
31
|
+
'&[data-size="fit"]': {
|
|
32
|
+
'@apply w-fit h-fit': {};
|
|
33
|
+
};
|
|
34
|
+
'&[data-rounded="true"]': {
|
|
35
|
+
'@apply rounded-circular': {};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
export declare const Input: () => {
|
|
2
|
+
'.sk-form-input': {
|
|
3
|
+
'&-addin': {
|
|
4
|
+
'@apply bg-transparent': {};
|
|
5
|
+
'@apply flex': {};
|
|
6
|
+
'@apply justify-start items-center': {};
|
|
7
|
+
'&-sm': {
|
|
8
|
+
'@apply px-6 gap-6': {};
|
|
9
|
+
'&.sk-form-input-addin-left': {
|
|
10
|
+
'@apply -mr-12': {};
|
|
11
|
+
'@apply pl-10': {};
|
|
12
|
+
};
|
|
13
|
+
'&.sk-form-input-addin-right': {
|
|
14
|
+
'@apply -ml-12': {};
|
|
15
|
+
'@apply pr-10': {};
|
|
16
|
+
};
|
|
17
|
+
svg: {
|
|
18
|
+
'@apply w-16 h-16': {};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
'&-md': {
|
|
22
|
+
'@apply md:px-8 md:gap-8': {};
|
|
23
|
+
'&.sk-form-input-addin-left': {
|
|
24
|
+
'@apply -mr-16': {};
|
|
25
|
+
'@apply pl-12': {};
|
|
26
|
+
};
|
|
27
|
+
'&.sk-form-input-addin-right': {
|
|
28
|
+
'@apply -ml-16': {};
|
|
29
|
+
'@apply pr-12': {};
|
|
30
|
+
};
|
|
31
|
+
svg: {
|
|
32
|
+
'@apply w-20 h-20': {};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
'&-lg': {
|
|
36
|
+
'@apply md:px-8 md:gap-8': {};
|
|
37
|
+
'&.sk-form-input-addin-left': {
|
|
38
|
+
'@apply -mr-20': {};
|
|
39
|
+
'@apply pl-16': {};
|
|
40
|
+
};
|
|
41
|
+
'&.sk-form-input-addin-right': {
|
|
42
|
+
'@apply -ml-20': {};
|
|
43
|
+
'@apply pr-16': {};
|
|
44
|
+
};
|
|
45
|
+
svg: {
|
|
46
|
+
'@apply w-22 h-22': {};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
'&-group': {
|
|
51
|
+
'.sk-form-input': {
|
|
52
|
+
'@apply rounded-0': {};
|
|
53
|
+
'@apply border-0': {};
|
|
54
|
+
'@apply focus:ring-0': {};
|
|
55
|
+
'@apply focus:ring-offset-0': {};
|
|
56
|
+
'@apply bg-transparent': {};
|
|
57
|
+
'@apply dark:bg-transparent': {};
|
|
58
|
+
'@apply grow': {};
|
|
59
|
+
};
|
|
60
|
+
'@apply border-1': {};
|
|
61
|
+
'@apply border-primitives-overlay-darken-6': {};
|
|
62
|
+
'@apply dark:border-primitives-overlay-lighten-6': {};
|
|
63
|
+
'@apply hover:border-primitives-overlay-darken-8': {};
|
|
64
|
+
'@apply dark:hover:border-primitives-overlay-lighten-4': {};
|
|
65
|
+
'@apply placeholder:text-dark-placeholder': {};
|
|
66
|
+
'@apply bg-primitives-overlay-lighten-10': {};
|
|
67
|
+
'@apply dark:bg-primitives-overlay-darken-6': {};
|
|
68
|
+
'&:invalid, &[aria-invalid="true"]': {
|
|
69
|
+
'@apply border-2 border-error-surface-primary': {};
|
|
70
|
+
};
|
|
71
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
72
|
+
'@apply bg-primitives-overlay-darken-1': {};
|
|
73
|
+
'@apply dark:bg-primitives-overlay-lighten-1': {};
|
|
74
|
+
'@apply border-primitives-overlay-darken-3': {};
|
|
75
|
+
'@apply dark:border-primitives-overlay-lighten-3': {};
|
|
76
|
+
'@apply hover:border-primitives-overlay-darken-3': {};
|
|
77
|
+
'@apply dark:hover:border-primitives-overlay-lighten-3': {};
|
|
78
|
+
'@apply text-dark-disabled': {};
|
|
79
|
+
};
|
|
80
|
+
'@apply flex relative': {};
|
|
81
|
+
'@apply items-center': {};
|
|
82
|
+
'@apply focus-within:ring': {};
|
|
83
|
+
'@apply focus-within:ring-ring': {};
|
|
84
|
+
'@apply text-dark-secondary': {};
|
|
85
|
+
'@apply focus-within:border-primitives-overlay-lighten-10': {};
|
|
86
|
+
'@apply dark:focus-within:border-primitives-overlay-darken-6': {};
|
|
87
|
+
'&:not(:invalid):not([aria-invalid="true"])': {
|
|
88
|
+
'@apply focus-within:hover:border-primitives-overlay-lighten-10': {};
|
|
89
|
+
'@apply dark:focus-within:hover:border-primitives-overlay-darken-6': {};
|
|
90
|
+
};
|
|
91
|
+
'&&-lg': {
|
|
92
|
+
'@apply text-input-large': {};
|
|
93
|
+
'@apply rounded-button-lg': {};
|
|
94
|
+
};
|
|
95
|
+
'&&-md': {
|
|
96
|
+
'@apply text-input-medium': {};
|
|
97
|
+
'@apply rounded-button-md': {};
|
|
98
|
+
};
|
|
99
|
+
'&&-sm': {
|
|
100
|
+
'@apply text-input-small': {};
|
|
101
|
+
'@apply rounded-button-sm': {};
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
'@apply border-1': {};
|
|
105
|
+
'@apply border-primitives-overlay-darken-6': {};
|
|
106
|
+
'@apply dark:border-primitives-overlay-lighten-6': {};
|
|
107
|
+
'@apply hover:border-primitives-overlay-darken-8': {};
|
|
108
|
+
'@apply dark:hover:border-primitives-overlay-lighten-4': {};
|
|
109
|
+
'@apply placeholder:text-dark-placeholder': {};
|
|
110
|
+
'@apply bg-primitives-overlay-lighten-10': {};
|
|
111
|
+
'@apply dark:bg-primitives-overlay-darken-6': {};
|
|
112
|
+
'&:invalid, &[aria-invalid="true"]': {
|
|
113
|
+
'@apply border-2 border-error-surface-primary': {};
|
|
114
|
+
};
|
|
115
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
116
|
+
'@apply bg-primitives-overlay-darken-1': {};
|
|
117
|
+
'@apply dark:bg-primitives-overlay-lighten-1': {};
|
|
118
|
+
'@apply border-primitives-overlay-darken-3': {};
|
|
119
|
+
'@apply dark:border-primitives-overlay-lighten-3': {};
|
|
120
|
+
'@apply hover:border-primitives-overlay-darken-3': {};
|
|
121
|
+
'@apply dark:hover:border-primitives-overlay-lighten-3': {};
|
|
122
|
+
'@apply text-dark-disabled': {};
|
|
123
|
+
};
|
|
124
|
+
'&::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator': {
|
|
125
|
+
'@apply block': {};
|
|
126
|
+
'@apply p-0': {};
|
|
127
|
+
'@apply pl-6 md:pl-8': {};
|
|
128
|
+
'@apply m-0': {};
|
|
129
|
+
'@apply bg-none': {};
|
|
130
|
+
'@apply bg-dark-secondary': {};
|
|
131
|
+
'&.sk-form-input-sm': {
|
|
132
|
+
'@apply w-16 h-16': {};
|
|
133
|
+
'@apply -mr-2': {};
|
|
134
|
+
};
|
|
135
|
+
'&.sk-form-input-md': {
|
|
136
|
+
'@apply -mr-4': {};
|
|
137
|
+
'@apply w-18 h-18': {};
|
|
138
|
+
};
|
|
139
|
+
'&.sk-form-input-lg': {
|
|
140
|
+
'@apply -mr-6': {};
|
|
141
|
+
'@apply w-20 h-20': {};
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
'&[type="date"]::-webkit-inner-spin-button, &[type="date"]::-webkit-calendar-picker-indicator': {
|
|
145
|
+
mask: string[];
|
|
146
|
+
'-webkit-mask': string[];
|
|
147
|
+
maskSize: string;
|
|
148
|
+
'-webkit-mask-size': string;
|
|
149
|
+
};
|
|
150
|
+
'&[type="datetime-local"]::-webkit-inner-spin-button, &[type="datetime-local"]::-webkit-calendar-picker-indicator': {
|
|
151
|
+
mask: string[];
|
|
152
|
+
'-webkit-mask': string[];
|
|
153
|
+
maskSize: string;
|
|
154
|
+
'-webkit-mask-size': string;
|
|
155
|
+
};
|
|
156
|
+
'&[type="time"]::-webkit-inner-spin-button, &[type="time"]::-webkit-calendar-picker-indicator': {
|
|
157
|
+
mask: string[];
|
|
158
|
+
'-webkit-mask': string[];
|
|
159
|
+
maskSize: string;
|
|
160
|
+
'-webkit-mask-size': string;
|
|
161
|
+
};
|
|
162
|
+
'@apply grow-0': {};
|
|
163
|
+
'@apply text-dark-primary': {};
|
|
164
|
+
'&[data-hideextra="true"]': {
|
|
165
|
+
'&::-webkit-outer-spin-button, &::-webkit-inner-spin-button': {
|
|
166
|
+
'-webkit-appearance': string;
|
|
167
|
+
display: string;
|
|
168
|
+
margin: string;
|
|
169
|
+
};
|
|
170
|
+
'-moz-appearance': string;
|
|
171
|
+
};
|
|
172
|
+
'&&-lg': {
|
|
173
|
+
'@apply rounded-button-lg': {};
|
|
174
|
+
'@apply px-20': {};
|
|
175
|
+
'@apply py-11': {};
|
|
176
|
+
'@apply gap-8': {};
|
|
177
|
+
'@apply text-input-large': {};
|
|
178
|
+
'@apply h-48': {};
|
|
179
|
+
};
|
|
180
|
+
'&&-md': {
|
|
181
|
+
'@apply rounded-button-md': {};
|
|
182
|
+
'@apply px-16': {};
|
|
183
|
+
'@apply py-7': {};
|
|
184
|
+
'@apply gap-8': {};
|
|
185
|
+
'@apply text-input-medium': {};
|
|
186
|
+
'@apply h-40': {};
|
|
187
|
+
};
|
|
188
|
+
'&&-sm': {
|
|
189
|
+
'@apply rounded-button-sm': {};
|
|
190
|
+
'@apply px-12': {};
|
|
191
|
+
'@apply py-5': {};
|
|
192
|
+
'@apply gap-6': {};
|
|
193
|
+
'@apply text-input-small': {};
|
|
194
|
+
'@apply h-32': {};
|
|
195
|
+
};
|
|
196
|
+
'&&-textarea': {
|
|
197
|
+
'@apply h-auto': {};
|
|
198
|
+
};
|
|
199
|
+
'@apply focus:ring': {};
|
|
200
|
+
'@apply focus:ring-ring': {};
|
|
201
|
+
'@apply focus:ring-offset': {};
|
|
202
|
+
'@apply focus:border-primitives-overlay-lighten-10': {};
|
|
203
|
+
'@apply dark:focus:border-primitives-overlay-darken-6': {};
|
|
204
|
+
'@apply focus-within:ring': {};
|
|
205
|
+
'@apply focus-within:ring-ring': {};
|
|
206
|
+
'@apply focus-within:ring-offset': {};
|
|
207
|
+
'@apply focus-within:border-primitives-overlay-lighten-10': {};
|
|
208
|
+
'@apply dark:focus-within:border-primitives-overlay-darken-6': {};
|
|
209
|
+
'&:not(:invalid):not([aria-invalid="true"])': {
|
|
210
|
+
'@apply focus:hover:border-primitives-overlay-lighten-10': {};
|
|
211
|
+
'@apply dark:focus:hover:border-primitives-overlay-darken-6': {};
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const Label: (colors: string[]) => {
|
|
2
|
+
'.sk-label': {
|
|
3
|
+
'&[data-color="tertiary"]': {
|
|
4
|
+
'@apply bg-dark-primary': {};
|
|
5
|
+
'@apply text-light-primary': {};
|
|
6
|
+
'&[data-inverted="true"]': {
|
|
7
|
+
'@apply bg-tertiary-surface': {};
|
|
8
|
+
'@apply text-dark-primary': {};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
'@apply inline-flex flex-row': {};
|
|
12
|
+
'@apply justify-center items-center': {};
|
|
13
|
+
'@apply gap-6 px-10 py-4': {};
|
|
14
|
+
'@apply h-24 max-h-24': {};
|
|
15
|
+
'@apply text-label-small': {};
|
|
16
|
+
'@apply rounded-utility-sm md:rounded-utility-md xl:rounded-utility-lg': {};
|
|
17
|
+
'@apply bg-dark-primary': {};
|
|
18
|
+
'@apply text-light-primary': {};
|
|
19
|
+
'&[data-rounded="true"]': {
|
|
20
|
+
'@apply rounded-full': {};
|
|
21
|
+
};
|
|
22
|
+
'&[data-inverted="true"]': {
|
|
23
|
+
'@apply bg-tertiary-surface': {};
|
|
24
|
+
'@apply text-dark-primary': {};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare const Link: () => {
|
|
2
|
+
'.sk-link': {
|
|
3
|
+
'@apply underline outline-none hover:underline': {};
|
|
4
|
+
'@apply rounded-utility': {};
|
|
5
|
+
'@apply focus-visible:ring ring-offset-6': {};
|
|
6
|
+
'&-sm': {
|
|
7
|
+
'@apply text-small': {};
|
|
8
|
+
};
|
|
9
|
+
'&-md': {
|
|
10
|
+
'@apply text-base': {};
|
|
11
|
+
};
|
|
12
|
+
'&-lg': {
|
|
13
|
+
'@apply text-large': {};
|
|
14
|
+
};
|
|
15
|
+
'&-xl': {
|
|
16
|
+
'@apply text-lead': {};
|
|
17
|
+
};
|
|
18
|
+
'&-primary': {
|
|
19
|
+
'@apply text-vattjom-surface-primary': {};
|
|
20
|
+
'&:hover': {
|
|
21
|
+
'@apply text-vattjom-surface-primary-hover': {};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
'&-tertiary': {
|
|
25
|
+
'@apply text-dark-secondary': {};
|
|
26
|
+
'&:hover': {
|
|
27
|
+
'@apply text-dark-primary': {};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
'&.active': {
|
|
31
|
+
'@apply underline': {};
|
|
32
|
+
};
|
|
33
|
+
'& &-external-icon': {
|
|
34
|
+
'@apply w-[1em] h-[1em] leading-none ml-[.25em] align-text-top': {};
|
|
35
|
+
};
|
|
36
|
+
'&[type="button"]': {
|
|
37
|
+
'@apply inline-flex items-center align-bottom': {};
|
|
38
|
+
};
|
|
39
|
+
'&-disabled': {
|
|
40
|
+
'@apply text-dark-disabled cursor-default': {};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const List: () => {
|
|
2
|
+
'.sk-list': {
|
|
3
|
+
li: {
|
|
4
|
+
'&:before': {
|
|
5
|
+
'@apply text-vattjom-surface-primary font-bold': {};
|
|
6
|
+
'@apply absolute inline-flex items-center justify-center text-center': {};
|
|
7
|
+
'@apply w-24 h-24': {};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
'&[data-style="bullet"]': {
|
|
11
|
+
li: {
|
|
12
|
+
'&:before': {
|
|
13
|
+
"@apply content-['\u2022'] my-5 text-lead": {};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
'&[data-style="numbered"]': {
|
|
18
|
+
li: {
|
|
19
|
+
counterIncrement: string;
|
|
20
|
+
'&:before': {
|
|
21
|
+
'@apply text-small border-vattjom-surface-primary rounded-full leading-8': {};
|
|
22
|
+
'@apply my-6 h-22 w-22 border-2': {};
|
|
23
|
+
content: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
'&[data-style="stroke"]': {
|
|
28
|
+
li: {
|
|
29
|
+
'&:before': {
|
|
30
|
+
"@apply content-['\u2013'] my-4 text-base": {};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
'.sk-link': {
|
|
35
|
+
'&-tertiary': {
|
|
36
|
+
'@apply text-dark-primary': {};
|
|
37
|
+
'&:hover': {
|
|
38
|
+
'@apply text-dark-secondary': {};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
'&-item': {
|
|
43
|
+
'@apply pt-20': {};
|
|
44
|
+
};
|
|
45
|
+
'&-header': {
|
|
46
|
+
'@apply text-large font-bold ml-32': {};
|
|
47
|
+
};
|
|
48
|
+
'&-text': {
|
|
49
|
+
'@apply text-dark-secondary ml-32': {};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|