@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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const TableAutoTable: () => {
|
|
2
2
|
'.sk-table-wrapper': {
|
|
3
|
+
'@apply text-base': {};
|
|
3
4
|
'@apply rounded-groups': {};
|
|
4
5
|
'@apply border-1 border-divider': {};
|
|
5
6
|
'@apply bg-background-content': {};
|
|
@@ -45,7 +46,7 @@ export declare const TableAutoTable: () => {
|
|
|
45
46
|
'@apply text-label-small': {};
|
|
46
47
|
};
|
|
47
48
|
'.sk-table-th': {
|
|
48
|
-
'@apply h-
|
|
49
|
+
'@apply h-56': {};
|
|
49
50
|
'@apply p-0': {};
|
|
50
51
|
'&:first-of-type': {
|
|
51
52
|
'.sk-table-sticky-col': {
|
|
@@ -124,8 +125,8 @@ export declare const TableAutoTable: () => {
|
|
|
124
125
|
'&-td, .sk-table-th': {
|
|
125
126
|
'@apply p-0': {};
|
|
126
127
|
'@apply text-small': {};
|
|
127
|
-
'@apply h-
|
|
128
|
-
'@apply min-h-
|
|
128
|
+
'@apply h-64-1': {};
|
|
129
|
+
'@apply min-h-64-1': {};
|
|
129
130
|
'@apply focus-visible:shadow-insetring': {};
|
|
130
131
|
'.sk-table-col-content': {
|
|
131
132
|
'@apply py-8 px-18': {};
|
|
@@ -146,13 +147,13 @@ export declare const TableAutoTable: () => {
|
|
|
146
147
|
};
|
|
147
148
|
'&-thead': {
|
|
148
149
|
th: {
|
|
149
|
-
'@apply h-
|
|
150
|
+
'@apply h-48': {};
|
|
150
151
|
};
|
|
151
152
|
};
|
|
152
153
|
'&-tbody': {
|
|
153
154
|
'&-td, .sk-table-th': {
|
|
154
|
-
'@apply h-
|
|
155
|
-
'@apply min-h-
|
|
155
|
+
'@apply h-48-1': {};
|
|
156
|
+
'@apply min-h-48-1': {};
|
|
156
157
|
};
|
|
157
158
|
};
|
|
158
159
|
};
|
|
@@ -183,7 +184,7 @@ export declare const TableAutoTable: () => {
|
|
|
183
184
|
};
|
|
184
185
|
};
|
|
185
186
|
'&-paginationwrapper': {
|
|
186
|
-
'@apply max-w-[
|
|
187
|
+
'@apply max-w-[37.5em]': {};
|
|
187
188
|
'@apply shrink grow': {};
|
|
188
189
|
'@apply hidden @screen-md/footer:flex': {};
|
|
189
190
|
};
|
|
@@ -12,7 +12,7 @@ export declare const Tooltip: () => {
|
|
|
12
12
|
'@apply font-bold': {};
|
|
13
13
|
'@apply w-fit h-fit': {};
|
|
14
14
|
'@apply grow-0': {};
|
|
15
|
-
'@apply min-h-
|
|
15
|
+
'@apply min-h-34': {};
|
|
16
16
|
};
|
|
17
17
|
'&::after, &::before': {
|
|
18
18
|
'@apply h-0 w-0 overflow-hidden': {};
|
|
@@ -21,7 +21,7 @@ export declare const Tooltip: () => {
|
|
|
21
21
|
'@apply flex-col': {};
|
|
22
22
|
'@apply pb-2': {};
|
|
23
23
|
'&::after': {
|
|
24
|
-
'@apply content-[""] border-solid border-
|
|
24
|
+
'@apply content-[""] border-solid border-6 border-b-0': {};
|
|
25
25
|
'@apply border-t-primary-surface border-r-transparent border-b-transparent border-l-transparent': {};
|
|
26
26
|
};
|
|
27
27
|
};
|
|
@@ -29,23 +29,23 @@ export declare const Tooltip: () => {
|
|
|
29
29
|
'@apply flex-col': {};
|
|
30
30
|
'@apply pt-2': {};
|
|
31
31
|
'&::before': {
|
|
32
|
-
'@apply content-[""] border-solid border-
|
|
32
|
+
'@apply content-[""] border-solid border-6 border-t-0': {};
|
|
33
33
|
'@apply border-t-transparent border-r-transparent border-b-primary-surface border-l-transparent': {};
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
'&[data-position="left"]': {
|
|
37
37
|
'@apply flex-row': {};
|
|
38
|
-
'@apply pr-2 py-
|
|
38
|
+
'@apply pr-2 py-3': {};
|
|
39
39
|
'&::after': {
|
|
40
|
-
'@apply content-[""] border-solid border-
|
|
40
|
+
'@apply content-[""] border-solid border-6 border-r-0': {};
|
|
41
41
|
'@apply border-t-transparent border-r-transparent border-b-transparent border-l-primary-surface': {};
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
'&[data-position="right"]': {
|
|
45
45
|
'@apply flex-row': {};
|
|
46
|
-
'@apply pl-2 py-
|
|
46
|
+
'@apply pl-2 py-3': {};
|
|
47
47
|
'&::before': {
|
|
48
|
-
'@apply content-[""] border-solid border-
|
|
48
|
+
'@apply content-[""] border-solid border-6 border-l-0': {};
|
|
49
49
|
'@apply border-t-transparent border-r-primary-surface border-b-transparent border-l-transparent': {};
|
|
50
50
|
};
|
|
51
51
|
};
|
|
@@ -1,24 +1,55 @@
|
|
|
1
1
|
declare const _units: {
|
|
2
2
|
spacing: {
|
|
3
3
|
'0': string;
|
|
4
|
+
'0.25': string;
|
|
5
|
+
'0.5': string;
|
|
6
|
+
'0.75': string;
|
|
7
|
+
'1': string;
|
|
4
8
|
'2': string;
|
|
9
|
+
'3': string;
|
|
5
10
|
'4': string;
|
|
11
|
+
'5': string;
|
|
6
12
|
'6': string;
|
|
13
|
+
'7': string;
|
|
7
14
|
'8': string;
|
|
15
|
+
'9': string;
|
|
8
16
|
'10': string;
|
|
17
|
+
'11': string;
|
|
9
18
|
'12': string;
|
|
19
|
+
'13': string;
|
|
10
20
|
'14': string;
|
|
21
|
+
'15': string;
|
|
11
22
|
'16': string;
|
|
23
|
+
'17': string;
|
|
12
24
|
'18': string;
|
|
25
|
+
'19': string;
|
|
13
26
|
'20': string;
|
|
27
|
+
'22': string;
|
|
14
28
|
'24': string;
|
|
29
|
+
'26': string;
|
|
30
|
+
'28': string;
|
|
31
|
+
'30': string;
|
|
15
32
|
'32': string;
|
|
33
|
+
'34': string;
|
|
34
|
+
'36': string;
|
|
35
|
+
'38': string;
|
|
16
36
|
'40': string;
|
|
37
|
+
'42': string;
|
|
38
|
+
'44': string;
|
|
39
|
+
'46': string;
|
|
17
40
|
'48': string;
|
|
41
|
+
'50': string;
|
|
42
|
+
'52': string;
|
|
43
|
+
'54': string;
|
|
18
44
|
'56': string;
|
|
45
|
+
'58': string;
|
|
46
|
+
'60': string;
|
|
47
|
+
'62': string;
|
|
19
48
|
'64': string;
|
|
49
|
+
'68': string;
|
|
20
50
|
'72': string;
|
|
21
51
|
'80': string;
|
|
52
|
+
'100': string;
|
|
22
53
|
};
|
|
23
54
|
fontSizes: {
|
|
24
55
|
'display-1': (string | {
|
|
@@ -157,6 +188,10 @@ declare const _units: {
|
|
|
157
188
|
lineHeight: string;
|
|
158
189
|
fontWeight: number;
|
|
159
190
|
})[];
|
|
191
|
+
'logo-header': (string | {
|
|
192
|
+
lineHeight: string;
|
|
193
|
+
fontWeight: number;
|
|
194
|
+
})[];
|
|
160
195
|
lead: string[];
|
|
161
196
|
base: string[];
|
|
162
197
|
large: string[];
|
|
@@ -197,6 +232,7 @@ declare const _units: {
|
|
|
197
232
|
'input-large': string;
|
|
198
233
|
'input-medium': string;
|
|
199
234
|
'input-small': string;
|
|
235
|
+
'logo-header': string;
|
|
200
236
|
lead: string;
|
|
201
237
|
base: string;
|
|
202
238
|
large: string;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface PluginOptions {
|
|
2
|
+
colors: string[];
|
|
3
|
+
cssBase: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const plugin: {
|
|
6
|
+
(options: PluginOptions): {
|
|
7
|
+
handler: import("tailwindcss/types/config").PluginCreator;
|
|
8
|
+
config?: Partial<import("tailwindcss/types/config").Config> | undefined;
|
|
9
|
+
};
|
|
10
|
+
__isOptionsFunction: true;
|
|
11
|
+
};
|
|
12
|
+
export default plugin;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const PopupMenuButton: React.ForwardRefExoticComponent<Omit<Omit<Omit<import("@sk-web-gui/button/
|
|
2
|
+
export declare const PopupMenuButton: React.ForwardRefExoticComponent<Omit<Omit<Omit<import("@sk-web-gui/button/dist/types/button").IButtonProps<React.ElementType<any, keyof React.JSX.IntrinsicElements>>, "ref"> & React.RefAttributes<unknown>, "ref">, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const preset: (options?: {
|
|
2
|
+
tailwindForms: boolean;
|
|
3
|
+
tailwindContainers: boolean;
|
|
4
|
+
dataAttributes: boolean;
|
|
5
|
+
ariaAttributes: boolean;
|
|
6
|
+
plugin: {
|
|
7
|
+
colors: never[];
|
|
8
|
+
cssBase: boolean;
|
|
9
|
+
};
|
|
10
|
+
}) => {
|
|
11
|
+
plugins: ({
|
|
12
|
+
handler: import("tailwindcss/types/config").PluginCreator;
|
|
13
|
+
config?: Partial<import("tailwindcss/types/config").Config> | undefined;
|
|
14
|
+
} | {
|
|
15
|
+
handler: () => void;
|
|
16
|
+
})[];
|
|
17
|
+
};
|
|
18
|
+
export default preset;
|
|
@@ -20,6 +20,10 @@ export declare const GuiContext: React.Context<{
|
|
|
20
20
|
* Scheme that is used when set to "system"
|
|
21
21
|
*/
|
|
22
22
|
preferredColorScheme: Exclude<ColorSchemeMode, ColorSchemeMode.System>;
|
|
23
|
+
units: {
|
|
24
|
+
base: number;
|
|
25
|
+
htmlBase: number;
|
|
26
|
+
};
|
|
23
27
|
} | undefined>;
|
|
24
28
|
export interface GuiProviderProps {
|
|
25
29
|
children: React.ReactNode;
|
|
@@ -28,7 +32,17 @@ export interface GuiProviderProps {
|
|
|
28
32
|
* @default system
|
|
29
33
|
*/
|
|
30
34
|
colorScheme?: ColorSchemeMode;
|
|
35
|
+
/**
|
|
36
|
+
* Font size in px that the theme variables are based on
|
|
37
|
+
* @default 10
|
|
38
|
+
*/
|
|
39
|
+
baseFontSize?: number;
|
|
40
|
+
/**
|
|
41
|
+
* Font base size in px that the site uses.
|
|
42
|
+
* @default 10
|
|
43
|
+
*/
|
|
44
|
+
htmlFontSize?: number;
|
|
31
45
|
}
|
|
32
|
-
export declare function GuiProvider({ theme, colorScheme: _colorScheme, children }: GuiProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
export declare function GuiProvider({ theme, colorScheme: _colorScheme, baseFontSize, htmlFontSize, children, }: GuiProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
33
47
|
export declare function useGui<T extends object = Dict>(): WithCSSVar<T>;
|
|
34
48
|
export declare function extendTheme(themeOverride: GuiThemeOverride): GuiTheme;
|
|
@@ -1,23 +1,57 @@
|
|
|
1
1
|
export declare const spacing: {
|
|
2
2
|
0: string;
|
|
3
|
+
'0.25': string;
|
|
4
|
+
'0.5': string;
|
|
5
|
+
'0.75': string;
|
|
6
|
+
1: string;
|
|
3
7
|
2: string;
|
|
8
|
+
3: string;
|
|
4
9
|
4: string;
|
|
10
|
+
5: string;
|
|
5
11
|
6: string;
|
|
12
|
+
7: string;
|
|
6
13
|
8: string;
|
|
14
|
+
9: string;
|
|
7
15
|
10: string;
|
|
16
|
+
11: string;
|
|
8
17
|
12: string;
|
|
18
|
+
13: string;
|
|
9
19
|
14: string;
|
|
20
|
+
15: string;
|
|
10
21
|
16: string;
|
|
22
|
+
17: string;
|
|
11
23
|
18: string;
|
|
24
|
+
19: string;
|
|
12
25
|
20: string;
|
|
26
|
+
22: string;
|
|
13
27
|
24: string;
|
|
28
|
+
26: string;
|
|
29
|
+
28: string;
|
|
30
|
+
30: string;
|
|
14
31
|
32: string;
|
|
32
|
+
33: string;
|
|
33
|
+
34: string;
|
|
34
|
+
36: string;
|
|
35
|
+
38: string;
|
|
15
36
|
40: string;
|
|
37
|
+
42: string;
|
|
38
|
+
43: string;
|
|
39
|
+
44: string;
|
|
40
|
+
46: string;
|
|
16
41
|
48: string;
|
|
42
|
+
49: string;
|
|
43
|
+
50: string;
|
|
44
|
+
52: string;
|
|
45
|
+
54: string;
|
|
17
46
|
56: string;
|
|
47
|
+
58: string;
|
|
48
|
+
60: string;
|
|
49
|
+
62: string;
|
|
18
50
|
64: string;
|
|
51
|
+
68: string;
|
|
19
52
|
72: string;
|
|
20
53
|
80: string;
|
|
54
|
+
100: string;
|
|
21
55
|
};
|
|
22
56
|
export declare const breakpoints: {
|
|
23
57
|
phone: {
|
|
@@ -125,6 +159,9 @@ export declare const fontSizes: {
|
|
|
125
159
|
medium: string;
|
|
126
160
|
small: string;
|
|
127
161
|
};
|
|
162
|
+
logo: {
|
|
163
|
+
header: string;
|
|
164
|
+
};
|
|
128
165
|
lead: string;
|
|
129
166
|
base: string;
|
|
130
167
|
large: string;
|
|
@@ -187,6 +224,9 @@ export declare const lineHeights: {
|
|
|
187
224
|
medium: string;
|
|
188
225
|
small: string;
|
|
189
226
|
};
|
|
227
|
+
logo: {
|
|
228
|
+
header: string;
|
|
229
|
+
};
|
|
190
230
|
lead: string;
|
|
191
231
|
base: string;
|
|
192
232
|
large: string;
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
declare const _units: {
|
|
2
|
+
spacing: {
|
|
3
|
+
'0': string;
|
|
4
|
+
'0.25': string;
|
|
5
|
+
'0.5': string;
|
|
6
|
+
'0.75': string;
|
|
7
|
+
'1': string;
|
|
8
|
+
'2': string;
|
|
9
|
+
'3': string;
|
|
10
|
+
'4': string;
|
|
11
|
+
'5': string;
|
|
12
|
+
'6': string;
|
|
13
|
+
'7': string;
|
|
14
|
+
'8': string;
|
|
15
|
+
'9': string;
|
|
16
|
+
'10': string;
|
|
17
|
+
'11': string;
|
|
18
|
+
'12': string;
|
|
19
|
+
'13': string;
|
|
20
|
+
'14': string;
|
|
21
|
+
'15': string;
|
|
22
|
+
'16': string;
|
|
23
|
+
'17': string;
|
|
24
|
+
'18': string;
|
|
25
|
+
'19': string;
|
|
26
|
+
'20': string;
|
|
27
|
+
'22': string;
|
|
28
|
+
'24': string;
|
|
29
|
+
'26': string;
|
|
30
|
+
'28': string;
|
|
31
|
+
'30': string;
|
|
32
|
+
'32': string;
|
|
33
|
+
'34': string;
|
|
34
|
+
'36': string;
|
|
35
|
+
'38': string;
|
|
36
|
+
'40': string;
|
|
37
|
+
'42': string;
|
|
38
|
+
'44': string;
|
|
39
|
+
'46': string;
|
|
40
|
+
'48': string;
|
|
41
|
+
'50': string;
|
|
42
|
+
'52': string;
|
|
43
|
+
'54': string;
|
|
44
|
+
'56': string;
|
|
45
|
+
'58': string;
|
|
46
|
+
'60': string;
|
|
47
|
+
'62': string;
|
|
48
|
+
'64': string;
|
|
49
|
+
'68': string;
|
|
50
|
+
'72': string;
|
|
51
|
+
'80': string;
|
|
52
|
+
'90': string;
|
|
53
|
+
'100': string;
|
|
54
|
+
};
|
|
55
|
+
fontSizes: {
|
|
56
|
+
'display-1': (string | {
|
|
57
|
+
lineHeight: string;
|
|
58
|
+
fontWeight: number;
|
|
59
|
+
})[];
|
|
60
|
+
'display-1-lg': (string | {
|
|
61
|
+
lineHeight: string;
|
|
62
|
+
fontWeight: number;
|
|
63
|
+
})[];
|
|
64
|
+
'display-1-md': (string | {
|
|
65
|
+
lineHeight: string;
|
|
66
|
+
fontWeight: number;
|
|
67
|
+
})[];
|
|
68
|
+
'display-1-sm': (string | {
|
|
69
|
+
lineHeight: string;
|
|
70
|
+
fontWeight: number;
|
|
71
|
+
})[];
|
|
72
|
+
'display-2': (string | {
|
|
73
|
+
lineHeight: string;
|
|
74
|
+
fontWeight: number;
|
|
75
|
+
})[];
|
|
76
|
+
'display-2-lg': (string | {
|
|
77
|
+
lineHeight: string;
|
|
78
|
+
fontWeight: number;
|
|
79
|
+
})[];
|
|
80
|
+
'display-2-md': (string | {
|
|
81
|
+
lineHeight: string;
|
|
82
|
+
fontWeight: number;
|
|
83
|
+
})[];
|
|
84
|
+
'display-2-sm': (string | {
|
|
85
|
+
lineHeight: string;
|
|
86
|
+
fontWeight: number;
|
|
87
|
+
})[];
|
|
88
|
+
'display-3': (string | {
|
|
89
|
+
lineHeight: string;
|
|
90
|
+
fontWeight: number;
|
|
91
|
+
})[];
|
|
92
|
+
'display-3-lg': (string | {
|
|
93
|
+
lineHeight: string;
|
|
94
|
+
fontWeight: number;
|
|
95
|
+
})[];
|
|
96
|
+
'display-3-md': (string | {
|
|
97
|
+
lineHeight: string;
|
|
98
|
+
fontWeight: number;
|
|
99
|
+
})[];
|
|
100
|
+
'display-3-sm': (string | {
|
|
101
|
+
lineHeight: string;
|
|
102
|
+
fontWeight: number;
|
|
103
|
+
})[];
|
|
104
|
+
h1: (string | {
|
|
105
|
+
lineHeight: string;
|
|
106
|
+
fontWeight: number;
|
|
107
|
+
})[];
|
|
108
|
+
'h1-lg': (string | {
|
|
109
|
+
lineHeight: string;
|
|
110
|
+
fontWeight: number;
|
|
111
|
+
})[];
|
|
112
|
+
'h1-md': (string | {
|
|
113
|
+
lineHeight: string;
|
|
114
|
+
fontWeight: number;
|
|
115
|
+
})[];
|
|
116
|
+
'h1-sm': (string | {
|
|
117
|
+
lineHeight: string;
|
|
118
|
+
fontWeight: number;
|
|
119
|
+
})[];
|
|
120
|
+
h2: (string | {
|
|
121
|
+
lineHeight: string;
|
|
122
|
+
fontWeight: number;
|
|
123
|
+
})[];
|
|
124
|
+
'h2-lg': (string | {
|
|
125
|
+
lineHeight: string;
|
|
126
|
+
fontWeight: number;
|
|
127
|
+
})[];
|
|
128
|
+
'h2-md': (string | {
|
|
129
|
+
lineHeight: string;
|
|
130
|
+
fontWeight: number;
|
|
131
|
+
})[];
|
|
132
|
+
'h2-sm': (string | {
|
|
133
|
+
lineHeight: string;
|
|
134
|
+
fontWeight: number;
|
|
135
|
+
})[];
|
|
136
|
+
h3: (string | {
|
|
137
|
+
lineHeight: string;
|
|
138
|
+
fontWeight: number;
|
|
139
|
+
})[];
|
|
140
|
+
'h3-lg': (string | {
|
|
141
|
+
lineHeight: string;
|
|
142
|
+
fontWeight: number;
|
|
143
|
+
})[];
|
|
144
|
+
'h3-md': (string | {
|
|
145
|
+
lineHeight: string;
|
|
146
|
+
fontWeight: number;
|
|
147
|
+
})[];
|
|
148
|
+
'h3-sm': (string | {
|
|
149
|
+
lineHeight: string;
|
|
150
|
+
fontWeight: number;
|
|
151
|
+
})[];
|
|
152
|
+
h4: (string | {
|
|
153
|
+
lineHeight: string;
|
|
154
|
+
fontWeight: number;
|
|
155
|
+
})[];
|
|
156
|
+
'h4-lg': (string | {
|
|
157
|
+
lineHeight: string;
|
|
158
|
+
fontWeight: number;
|
|
159
|
+
})[];
|
|
160
|
+
'h4-md': (string | {
|
|
161
|
+
lineHeight: string;
|
|
162
|
+
fontWeight: number;
|
|
163
|
+
})[];
|
|
164
|
+
'h4-sm': (string | {
|
|
165
|
+
lineHeight: string;
|
|
166
|
+
fontWeight: number;
|
|
167
|
+
})[];
|
|
168
|
+
'label-large': (string | {
|
|
169
|
+
lineHeight: string;
|
|
170
|
+
fontWeight: number;
|
|
171
|
+
})[];
|
|
172
|
+
'label-medium': (string | {
|
|
173
|
+
lineHeight: string;
|
|
174
|
+
fontWeight: number;
|
|
175
|
+
})[];
|
|
176
|
+
'label-small': (string | {
|
|
177
|
+
lineHeight: string;
|
|
178
|
+
fontWeight: number;
|
|
179
|
+
})[];
|
|
180
|
+
'input-large': (string | {
|
|
181
|
+
lineHeight: string;
|
|
182
|
+
fontWeight: number;
|
|
183
|
+
})[];
|
|
184
|
+
'input-medium': (string | {
|
|
185
|
+
lineHeight: string;
|
|
186
|
+
fontWeight: number;
|
|
187
|
+
})[];
|
|
188
|
+
'input-small': (string | {
|
|
189
|
+
lineHeight: string;
|
|
190
|
+
fontWeight: number;
|
|
191
|
+
})[];
|
|
192
|
+
'logo-header': (string | {
|
|
193
|
+
lineHeight: string;
|
|
194
|
+
fontWeight: number;
|
|
195
|
+
})[];
|
|
196
|
+
lead: string[];
|
|
197
|
+
base: string[];
|
|
198
|
+
large: string[];
|
|
199
|
+
small: string[];
|
|
200
|
+
};
|
|
201
|
+
lineHeights: {
|
|
202
|
+
'display-1': string;
|
|
203
|
+
'display-1-lg': string;
|
|
204
|
+
'display-1-md': string;
|
|
205
|
+
'display-1-sm': string;
|
|
206
|
+
'display-2': string;
|
|
207
|
+
'display-2-lg': string;
|
|
208
|
+
'display-2-md': string;
|
|
209
|
+
'display-2-sm': string;
|
|
210
|
+
'display-3': string;
|
|
211
|
+
'display-3-lg': string;
|
|
212
|
+
'display-3-md': string;
|
|
213
|
+
'display-3-sm': string;
|
|
214
|
+
h1: string;
|
|
215
|
+
'h1-lg': string;
|
|
216
|
+
'h1-md': string;
|
|
217
|
+
'h1-sm': string;
|
|
218
|
+
h2: string;
|
|
219
|
+
'h2-lg': string;
|
|
220
|
+
'h2-md': string;
|
|
221
|
+
'h2-sm': string;
|
|
222
|
+
h3: string;
|
|
223
|
+
'h3-lg': string;
|
|
224
|
+
'h3-md': string;
|
|
225
|
+
'h3-sm': string;
|
|
226
|
+
h4: string;
|
|
227
|
+
'h4-lg': string;
|
|
228
|
+
'h4-md': string;
|
|
229
|
+
'h4-sm': string;
|
|
230
|
+
'label-large': string;
|
|
231
|
+
'label-medium': string;
|
|
232
|
+
'label-small': string;
|
|
233
|
+
'input-large': string;
|
|
234
|
+
'input-medium': string;
|
|
235
|
+
'input-small': string;
|
|
236
|
+
'logo-header': string;
|
|
237
|
+
lead: string;
|
|
238
|
+
base: string;
|
|
239
|
+
large: string;
|
|
240
|
+
small: string;
|
|
241
|
+
};
|
|
242
|
+
radius: {
|
|
243
|
+
DEFAULT: string;
|
|
244
|
+
full: string;
|
|
245
|
+
none: string;
|
|
246
|
+
circular: string;
|
|
247
|
+
'circular-lg': string;
|
|
248
|
+
'circular-md': string;
|
|
249
|
+
'circular-sm': string;
|
|
250
|
+
button: string;
|
|
251
|
+
'button-lg': string;
|
|
252
|
+
'button-md': string;
|
|
253
|
+
'button-sm': string;
|
|
254
|
+
cards: string;
|
|
255
|
+
'cards-lg': string;
|
|
256
|
+
'cards-md': string;
|
|
257
|
+
'cards-sm': string;
|
|
258
|
+
utility: string;
|
|
259
|
+
'utility-lg': string;
|
|
260
|
+
'utility-md': string;
|
|
261
|
+
'utility-sm': string;
|
|
262
|
+
groups: string;
|
|
263
|
+
'groups-lg': string;
|
|
264
|
+
'groups-md': string;
|
|
265
|
+
'groups-sm': string;
|
|
266
|
+
'0': string;
|
|
267
|
+
'2': string;
|
|
268
|
+
'4': string;
|
|
269
|
+
'6': string;
|
|
270
|
+
'8': string;
|
|
271
|
+
'10': string;
|
|
272
|
+
'12': string;
|
|
273
|
+
'14': string;
|
|
274
|
+
'16': string;
|
|
275
|
+
'18': string;
|
|
276
|
+
'20': string;
|
|
277
|
+
'24': string;
|
|
278
|
+
'32': string;
|
|
279
|
+
'40': string;
|
|
280
|
+
'48': string;
|
|
281
|
+
'56': string;
|
|
282
|
+
'64': string;
|
|
283
|
+
'72': string;
|
|
284
|
+
'80': string;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
declare const units: typeof _units;
|
|
288
|
+
export { units };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sk-web-gui/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"build": "concurrently yarn:build:*",
|
|
24
24
|
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts -d dist/esm --source-maps",
|
|
25
25
|
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts -d dist/cjs --source-maps",
|
|
26
|
-
"build:types": "tsc --emitDeclarationOnly --declaration --
|
|
26
|
+
"build:types": "tsc -p ./tsconfig.production.json --emitDeclarationOnly --declaration --declarationDir dist/types"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"tailwindcss": "^3.4.3"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@sk-web-gui/theme": "2.
|
|
43
|
+
"@sk-web-gui/theme": "2.1.1",
|
|
44
44
|
"mini-svg-data-uri": "^1.4.4"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "20859560661edb7cd35643e1afac242273156a5d"
|
|
47
47
|
}
|