@helpwave/hightide 0.1.10 → 0.1.12
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/components/branding/HelpwaveBadge.js +2 -2
- package/dist/components/branding/HelpwaveBadge.js.map +1 -1
- package/dist/components/branding/HelpwaveBadge.mjs +2 -2
- package/dist/components/branding/HelpwaveBadge.mjs.map +1 -1
- package/dist/components/date/DatePicker.js +37 -7
- package/dist/components/date/DatePicker.js.map +1 -1
- package/dist/components/date/DatePicker.mjs +37 -7
- package/dist/components/date/DatePicker.mjs.map +1 -1
- package/dist/components/date/DayPicker.js.map +1 -1
- package/dist/components/date/DayPicker.mjs.map +1 -1
- package/dist/components/date/TimePicker.js +27 -6
- package/dist/components/date/TimePicker.js.map +1 -1
- package/dist/components/date/TimePicker.mjs +27 -6
- package/dist/components/date/TimePicker.mjs.map +1 -1
- package/dist/components/date/YearMonthPicker.js +36 -6
- package/dist/components/date/YearMonthPicker.js.map +1 -1
- package/dist/components/date/YearMonthPicker.mjs +36 -6
- package/dist/components/date/YearMonthPicker.mjs.map +1 -1
- package/dist/components/dialogs/ConfirmDialog.js +16 -2
- package/dist/components/dialogs/ConfirmDialog.js.map +1 -1
- package/dist/components/dialogs/ConfirmDialog.mjs +16 -2
- package/dist/components/dialogs/ConfirmDialog.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Carousel.js +42 -9
- package/dist/components/layout-and-navigation/Carousel.js.map +1 -1
- package/dist/components/layout-and-navigation/Carousel.mjs +42 -9
- package/dist/components/layout-and-navigation/Carousel.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Expandable.js +1 -1
- package/dist/components/layout-and-navigation/Expandable.js.map +1 -1
- package/dist/components/layout-and-navigation/Expandable.mjs +1 -1
- package/dist/components/layout-and-navigation/Expandable.mjs.map +1 -1
- package/dist/components/layout-and-navigation/FAQSection.js +1 -1
- package/dist/components/layout-and-navigation/FAQSection.js.map +1 -1
- package/dist/components/layout-and-navigation/FAQSection.mjs +1 -1
- package/dist/components/layout-and-navigation/FAQSection.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Overlay.js +16 -2
- package/dist/components/layout-and-navigation/Overlay.js.map +1 -1
- package/dist/components/layout-and-navigation/Overlay.mjs +16 -2
- package/dist/components/layout-and-navigation/Overlay.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Pagination.d.mts +6 -3
- package/dist/components/layout-and-navigation/Pagination.d.ts +6 -3
- package/dist/components/layout-and-navigation/Pagination.js +404 -19
- package/dist/components/layout-and-navigation/Pagination.js.map +1 -1
- package/dist/components/layout-and-navigation/Pagination.mjs +404 -19
- package/dist/components/layout-and-navigation/Pagination.mjs.map +1 -1
- package/dist/components/layout-and-navigation/SearchableList.js +187 -67
- package/dist/components/layout-and-navigation/SearchableList.js.map +1 -1
- package/dist/components/layout-and-navigation/SearchableList.mjs +183 -63
- package/dist/components/layout-and-navigation/SearchableList.mjs.map +1 -1
- package/dist/components/layout-and-navigation/StepperBar.js +37 -5
- package/dist/components/layout-and-navigation/StepperBar.js.map +1 -1
- package/dist/components/layout-and-navigation/StepperBar.mjs +37 -5
- package/dist/components/layout-and-navigation/StepperBar.mjs.map +1 -1
- package/dist/components/layout-and-navigation/TextImage.js +2 -0
- package/dist/components/layout-and-navigation/TextImage.js.map +1 -1
- package/dist/components/layout-and-navigation/TextImage.mjs +2 -0
- package/dist/components/layout-and-navigation/TextImage.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Tile.js +2 -2
- package/dist/components/layout-and-navigation/Tile.js.map +1 -1
- package/dist/components/layout-and-navigation/Tile.mjs +2 -2
- package/dist/components/layout-and-navigation/Tile.mjs.map +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.js +2 -0
- package/dist/components/loading-states/LoadingAndErrorComponent.js.map +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.mjs +2 -0
- package/dist/components/loading-states/LoadingAndErrorComponent.mjs.map +1 -1
- package/dist/components/loading-states/LoadingAnimation.js +2 -0
- package/dist/components/loading-states/LoadingAnimation.js.map +1 -1
- package/dist/components/loading-states/LoadingAnimation.mjs +2 -0
- package/dist/components/loading-states/LoadingAnimation.mjs.map +1 -1
- package/dist/components/loading-states/LoadingButton.js +9 -0
- package/dist/components/loading-states/LoadingButton.js.map +1 -1
- package/dist/components/loading-states/LoadingButton.mjs +9 -0
- package/dist/components/loading-states/LoadingButton.mjs.map +1 -1
- package/dist/components/modals/ConfirmModal.js +16 -2
- package/dist/components/modals/ConfirmModal.js.map +1 -1
- package/dist/components/modals/ConfirmModal.mjs +16 -2
- package/dist/components/modals/ConfirmModal.mjs.map +1 -1
- package/dist/components/modals/DiscardChangesModal.js +16 -2
- package/dist/components/modals/DiscardChangesModal.js.map +1 -1
- package/dist/components/modals/DiscardChangesModal.mjs +16 -2
- package/dist/components/modals/DiscardChangesModal.mjs.map +1 -1
- package/dist/components/modals/InputModal.d.mts +1 -0
- package/dist/components/modals/InputModal.d.ts +1 -0
- package/dist/components/modals/InputModal.js +196 -76
- package/dist/components/modals/InputModal.js.map +1 -1
- package/dist/components/modals/InputModal.mjs +189 -69
- package/dist/components/modals/InputModal.mjs.map +1 -1
- package/dist/components/modals/LanguageModal.js +206 -86
- package/dist/components/modals/LanguageModal.js.map +1 -1
- package/dist/components/modals/LanguageModal.mjs +195 -75
- package/dist/components/modals/LanguageModal.mjs.map +1 -1
- package/dist/components/modals/ThemeModal.js +209 -89
- package/dist/components/modals/ThemeModal.js.map +1 -1
- package/dist/components/modals/ThemeModal.mjs +196 -76
- package/dist/components/modals/ThemeModal.mjs.map +1 -1
- package/dist/components/properties/CheckboxProperty.js +17 -5
- package/dist/components/properties/CheckboxProperty.js.map +1 -1
- package/dist/components/properties/CheckboxProperty.mjs +17 -5
- package/dist/components/properties/CheckboxProperty.mjs.map +1 -1
- package/dist/components/properties/DateProperty.js +182 -65
- package/dist/components/properties/DateProperty.js.map +1 -1
- package/dist/components/properties/DateProperty.mjs +179 -62
- package/dist/components/properties/DateProperty.mjs.map +1 -1
- package/dist/components/properties/MultiSelectProperty.js +196 -76
- package/dist/components/properties/MultiSelectProperty.js.map +1 -1
- package/dist/components/properties/MultiSelectProperty.mjs +189 -69
- package/dist/components/properties/MultiSelectProperty.mjs.map +1 -1
- package/dist/components/properties/NumberProperty.js +182 -65
- package/dist/components/properties/NumberProperty.js.map +1 -1
- package/dist/components/properties/NumberProperty.mjs +179 -62
- package/dist/components/properties/NumberProperty.mjs.map +1 -1
- package/dist/components/properties/PropertyBase.js +12 -1
- package/dist/components/properties/PropertyBase.js.map +1 -1
- package/dist/components/properties/PropertyBase.mjs +12 -1
- package/dist/components/properties/PropertyBase.mjs.map +1 -1
- package/dist/components/properties/SelectProperty.js +196 -76
- package/dist/components/properties/SelectProperty.js.map +1 -1
- package/dist/components/properties/SelectProperty.mjs +189 -69
- package/dist/components/properties/SelectProperty.mjs.map +1 -1
- package/dist/components/properties/TextProperty.js +43 -34
- package/dist/components/properties/TextProperty.js.map +1 -1
- package/dist/components/properties/TextProperty.mjs +43 -34
- package/dist/components/properties/TextProperty.mjs.map +1 -1
- package/dist/components/table/FillerRowElement.d.mts +8 -0
- package/dist/components/table/FillerRowElement.d.ts +8 -0
- package/dist/components/table/FillerRowElement.js +36 -0
- package/dist/components/table/FillerRowElement.js.map +1 -0
- package/dist/components/table/FillerRowElement.mjs +12 -0
- package/dist/components/table/FillerRowElement.mjs.map +1 -0
- package/dist/components/table/Filter.d.mts +5 -0
- package/dist/components/table/Filter.d.ts +5 -0
- package/dist/components/table/Filter.js +41 -0
- package/dist/components/table/Filter.js.map +1 -0
- package/dist/components/table/Filter.mjs +17 -0
- package/dist/components/table/Filter.mjs.map +1 -0
- package/dist/components/table/Table.d.mts +41 -0
- package/dist/components/table/Table.d.ts +41 -0
- package/dist/components/table/Table.js +1536 -0
- package/dist/components/table/Table.js.map +1 -0
- package/dist/components/table/Table.mjs +1507 -0
- package/dist/components/table/Table.mjs.map +1 -0
- package/dist/components/table/TableFilterButton.d.mts +11 -0
- package/dist/components/table/TableFilterButton.d.ts +11 -0
- package/dist/components/table/TableFilterButton.js +888 -0
- package/dist/components/table/TableFilterButton.js.map +1 -0
- package/dist/components/table/TableFilterButton.mjs +852 -0
- package/dist/components/table/TableFilterButton.mjs.map +1 -0
- package/dist/components/table/TableSortButton.d.mts +15 -0
- package/dist/components/table/TableSortButton.d.ts +15 -0
- package/dist/components/table/TableSortButton.js +136 -0
- package/dist/components/table/TableSortButton.js.map +1 -0
- package/dist/components/table/TableSortButton.mjs +102 -0
- package/dist/components/table/TableSortButton.mjs.map +1 -0
- package/dist/components/user-action/Button.d.mts +20 -5
- package/dist/components/user-action/Button.d.ts +20 -5
- package/dist/components/user-action/Button.js +12 -3
- package/dist/components/user-action/Button.js.map +1 -1
- package/dist/components/user-action/Button.mjs +11 -3
- package/dist/components/user-action/Button.mjs.map +1 -1
- package/dist/components/user-action/Checkbox.js +5 -4
- package/dist/components/user-action/Checkbox.js.map +1 -1
- package/dist/components/user-action/Checkbox.mjs +5 -4
- package/dist/components/user-action/Checkbox.mjs.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.js +41 -9
- package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.mjs +41 -9
- package/dist/components/user-action/DateAndTimePicker.mjs.map +1 -1
- package/dist/components/user-action/Input.d.mts +27 -7
- package/dist/components/user-action/Input.d.ts +27 -7
- package/dist/components/user-action/Input.js +173 -64
- package/dist/components/user-action/Input.js.map +1 -1
- package/dist/components/user-action/Input.mjs +172 -63
- package/dist/components/user-action/Input.mjs.map +1 -1
- package/dist/components/user-action/MultiSelect.js +197 -77
- package/dist/components/user-action/MultiSelect.js.map +1 -1
- package/dist/components/user-action/MultiSelect.mjs +189 -69
- package/dist/components/user-action/MultiSelect.mjs.map +1 -1
- package/dist/components/user-action/ScrollPicker.js +26 -5
- package/dist/components/user-action/ScrollPicker.js.map +1 -1
- package/dist/components/user-action/ScrollPicker.mjs +26 -5
- package/dist/components/user-action/ScrollPicker.mjs.map +1 -1
- package/dist/components/user-action/Select.js +197 -77
- package/dist/components/user-action/Select.js.map +1 -1
- package/dist/components/user-action/Select.mjs +189 -69
- package/dist/components/user-action/Select.mjs.map +1 -1
- package/dist/components/user-action/Textarea.d.mts +3 -1
- package/dist/components/user-action/Textarea.d.ts +3 -1
- package/dist/components/user-action/Textarea.js +31 -33
- package/dist/components/user-action/Textarea.js.map +1 -1
- package/dist/components/user-action/Textarea.mjs +31 -33
- package/dist/components/user-action/Textarea.mjs.map +1 -1
- package/dist/components/user-action/ToggleableInput.d.mts +3 -1
- package/dist/components/user-action/ToggleableInput.d.ts +3 -1
- package/dist/components/user-action/ToggleableInput.js +31 -33
- package/dist/components/user-action/ToggleableInput.js.map +1 -1
- package/dist/components/user-action/ToggleableInput.mjs +31 -33
- package/dist/components/user-action/ToggleableInput.mjs.map +1 -1
- package/dist/css/globals.css +436 -186
- package/dist/css/uncompiled/globals.css +36 -493
- package/dist/css/uncompiled/textstyles.css +69 -0
- package/dist/css/uncompiled/theme/colors-basic.css +72 -0
- package/dist/css/uncompiled/theme/colors-component.css +143 -0
- package/dist/css/uncompiled/theme/colors-semantic.css +99 -0
- package/dist/css/uncompiled/theme/index.css +5 -0
- package/dist/css/uncompiled/theme/theme.css +0 -0
- package/dist/css/uncompiled/theme/variants.css +3 -0
- package/dist/css/uncompiled/utitlity/animation.css +111 -0
- package/dist/css/uncompiled/utitlity/borderradius.css +23 -0
- package/dist/css/uncompiled/utitlity/general.css +11 -0
- package/dist/css/uncompiled/utitlity/index.css +4 -0
- package/dist/css/uncompiled/utitlity/shadow.css +29 -0
- package/dist/hooks/useDelay.d.mts +11 -0
- package/dist/hooks/useDelay.d.ts +11 -0
- package/dist/hooks/useDelay.js +64 -0
- package/dist/hooks/useDelay.js.map +1 -0
- package/dist/hooks/useDelay.mjs +40 -0
- package/dist/hooks/useDelay.mjs.map +1 -0
- package/dist/hooks/useFocusManagement.d.mts +9 -0
- package/dist/hooks/useFocusManagement.d.ts +9 -0
- package/dist/hooks/useFocusManagement.js +84 -0
- package/dist/hooks/useFocusManagement.js.map +1 -0
- package/dist/hooks/useFocusManagement.mjs +60 -0
- package/dist/hooks/useFocusManagement.mjs.map +1 -0
- package/dist/hooks/useFocusOnceVisible.d.mts +5 -0
- package/dist/hooks/useFocusOnceVisible.d.ts +5 -0
- package/dist/hooks/useFocusOnceVisible.js +60 -0
- package/dist/hooks/useFocusOnceVisible.js.map +1 -0
- package/dist/hooks/useFocusOnceVisible.mjs +26 -0
- package/dist/hooks/useFocusOnceVisible.mjs.map +1 -0
- package/dist/hooks/useRerender.d.mts +5 -0
- package/dist/hooks/useRerender.d.ts +5 -0
- package/dist/hooks/useRerender.js +33 -0
- package/dist/hooks/useRerender.js.map +1 -0
- package/dist/hooks/useRerender.mjs +9 -0
- package/dist/hooks/useRerender.mjs.map +1 -0
- package/dist/hooks/useResizeCallbackWrapper.d.mts +11 -0
- package/dist/hooks/useResizeCallbackWrapper.d.ts +11 -0
- package/dist/hooks/useResizeCallbackWrapper.js +38 -0
- package/dist/hooks/useResizeCallbackWrapper.js.map +1 -0
- package/dist/hooks/useResizeCallbackWrapper.mjs +14 -0
- package/dist/hooks/useResizeCallbackWrapper.mjs.map +1 -0
- package/dist/index.d.mts +15 -5
- package/dist/index.d.ts +15 -5
- package/dist/index.js +1417 -864
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1360 -803
- package/dist/index.mjs.map +1 -1
- package/dist/localization/defaults/form.d.mts +1 -0
- package/dist/localization/defaults/form.d.ts +1 -0
- package/dist/localization/defaults/form.js +2 -0
- package/dist/localization/defaults/form.js.map +1 -1
- package/dist/localization/defaults/form.mjs +2 -0
- package/dist/localization/defaults/form.mjs.map +1 -1
- package/dist/util/array.d.mts +11 -5
- package/dist/util/array.d.ts +11 -5
- package/dist/util/array.js +25 -4
- package/dist/util/array.js.map +1 -1
- package/dist/util/array.mjs +25 -4
- package/dist/util/array.mjs.map +1 -1
- package/dist/util/date.js.map +1 -1
- package/dist/util/date.mjs.map +1 -1
- package/dist/util/resolveSetState.d.mts +5 -0
- package/dist/util/resolveSetState.d.ts +5 -0
- package/dist/util/resolveSetState.js +32 -0
- package/dist/util/resolveSetState.js.map +1 -0
- package/dist/util/resolveSetState.mjs +8 -0
- package/dist/util/resolveSetState.mjs.map +1 -0
- package/package.json +4 -2
- package/dist/components/layout-and-navigation/Table.d.mts +0 -99
- package/dist/components/layout-and-navigation/Table.d.ts +0 -99
- package/dist/components/layout-and-navigation/Table.js +0 -688
- package/dist/components/layout-and-navigation/Table.js.map +0 -1
- package/dist/components/layout-and-navigation/Table.mjs +0 -645
- package/dist/components/layout-and-navigation/Table.mjs.map +0 -1
- package/dist/hooks/useSaveDelay.d.mts +0 -6
- package/dist/hooks/useSaveDelay.d.ts +0 -6
- package/dist/hooks/useSaveDelay.js +0 -67
- package/dist/hooks/useSaveDelay.js.map +0 -1
- package/dist/hooks/useSaveDelay.mjs +0 -43
- package/dist/hooks/useSaveDelay.mjs.map +0 -1
package/dist/css/globals.css
CHANGED
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
--color-red-300: #F4A3A7;
|
|
13
13
|
--color-red-400: #E3798A;
|
|
14
14
|
--color-red-500: #DC576D;
|
|
15
|
-
--color-red-
|
|
15
|
+
--color-red-600: #D53550;
|
|
16
|
+
--color-red-700: #BB273F;
|
|
16
17
|
--color-yellow-200: oklch(94.5% 0.129 101.54);
|
|
17
18
|
--color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
18
19
|
--color-green-200: oklch(92.5% 0.084 155.995);
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
--color-blue-800: #1A4080;
|
|
27
28
|
--color-purple-50: #EFE6FD;
|
|
28
29
|
--color-purple-100: #CEB0FA;
|
|
29
|
-
--color-purple-400: #
|
|
30
|
+
--color-purple-400: #8470C5;
|
|
30
31
|
--color-purple-500: #694BB4;
|
|
31
32
|
--color-gray-300: #B3B3B3;
|
|
32
33
|
--color-gray-700: #4D4D4D;
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
53
54
|
--text-5xl: 3rem;
|
|
54
55
|
--text-5xl--line-height: 1;
|
|
56
|
+
--font-weight-normal: 400;
|
|
55
57
|
--font-weight-medium: 500;
|
|
56
58
|
--font-weight-semibold: 600;
|
|
57
59
|
--font-weight-bold: 700;
|
|
@@ -78,6 +80,8 @@
|
|
|
78
80
|
--color-on-positive: var(--color-text-light);
|
|
79
81
|
--color-negative: var(--color-red-500);
|
|
80
82
|
--color-on-negative: var(--color-text-light);
|
|
83
|
+
--color-negative-border: var(--color-negative);
|
|
84
|
+
--color-negative-border-hover: var(--color-red-700);
|
|
81
85
|
--color-surface: #FFFFFF;
|
|
82
86
|
--color-on-surface: var(--color-text-dark);
|
|
83
87
|
--color-surface-warning: #FBECD9;
|
|
@@ -93,8 +97,10 @@
|
|
|
93
97
|
--color-disabled-background: #BBBBBB;
|
|
94
98
|
--color-disabled-text: #555555;
|
|
95
99
|
--color-disabled-icon: #555555;
|
|
96
|
-
--color-disabled-
|
|
100
|
+
--color-disabled-border: #999999;
|
|
101
|
+
--color-disabled-outline: #999999;
|
|
97
102
|
--color-border: #CCCCCC;
|
|
103
|
+
--color-focus: var(--color-purple-400);
|
|
98
104
|
--color-button-outline-primary-icon: var(--color-primary);
|
|
99
105
|
--color-button-outline-primary-text: var(--color-primary);
|
|
100
106
|
--color-button-solid-primary-background: var(--color-primary);
|
|
@@ -138,6 +144,9 @@
|
|
|
138
144
|
--color-stepperbar-dot-active: var(--color-primary);
|
|
139
145
|
--color-stepperbar-dot-normal: var(--color-purple-100);
|
|
140
146
|
--color-stepperbar-dot-disabled: var(--color-disabled-background);
|
|
147
|
+
--color-tabel-header-background: #F6FAFF;
|
|
148
|
+
--color-table-row-hover-background: var(--color-purple-50);
|
|
149
|
+
--color-table-row-hover-text: var(--color-text-default);
|
|
141
150
|
--color-tag-dark-background: #333333;
|
|
142
151
|
--color-tag-dark-text: var(--color-text-light);
|
|
143
152
|
--color-tag-dark-icon: var(--color-text-light);
|
|
@@ -334,6 +343,9 @@
|
|
|
334
343
|
.top-0 {
|
|
335
344
|
top: calc(var(--spacing) * 0);
|
|
336
345
|
}
|
|
346
|
+
.top-0\.5 {
|
|
347
|
+
top: calc(var(--spacing) * 0.5);
|
|
348
|
+
}
|
|
337
349
|
.top-1\/2 {
|
|
338
350
|
top: calc(1/2 * 100%);
|
|
339
351
|
}
|
|
@@ -343,6 +355,9 @@
|
|
|
343
355
|
.right-0 {
|
|
344
356
|
right: calc(var(--spacing) * 0);
|
|
345
357
|
}
|
|
358
|
+
.right-0\.5 {
|
|
359
|
+
right: calc(var(--spacing) * 0.5);
|
|
360
|
+
}
|
|
346
361
|
.right-full {
|
|
347
362
|
right: 100%;
|
|
348
363
|
}
|
|
@@ -454,9 +469,6 @@
|
|
|
454
469
|
.mb-\[6px\] {
|
|
455
470
|
margin-bottom: 6px;
|
|
456
471
|
}
|
|
457
|
-
.mb-\[12px\] {
|
|
458
|
-
margin-bottom: 12px;
|
|
459
|
-
}
|
|
460
472
|
.ml-1 {
|
|
461
473
|
margin-left: calc(var(--spacing) * 1);
|
|
462
474
|
}
|
|
@@ -521,26 +533,32 @@
|
|
|
521
533
|
.h-0 {
|
|
522
534
|
height: calc(var(--spacing) * 0);
|
|
523
535
|
}
|
|
536
|
+
.h-2 {
|
|
537
|
+
height: calc(var(--spacing) * 2);
|
|
538
|
+
}
|
|
539
|
+
.h-3 {
|
|
540
|
+
height: calc(var(--spacing) * 3);
|
|
541
|
+
}
|
|
524
542
|
.h-4 {
|
|
525
543
|
height: calc(var(--spacing) * 4);
|
|
526
544
|
}
|
|
527
545
|
.h-7 {
|
|
528
546
|
height: calc(var(--spacing) * 7);
|
|
529
547
|
}
|
|
548
|
+
.h-10 {
|
|
549
|
+
height: calc(var(--spacing) * 10);
|
|
550
|
+
}
|
|
530
551
|
.h-24 {
|
|
531
552
|
height: calc(var(--spacing) * 24);
|
|
532
553
|
}
|
|
533
554
|
.h-32 {
|
|
534
555
|
height: calc(var(--spacing) * 32);
|
|
535
556
|
}
|
|
536
|
-
.h
|
|
537
|
-
height:
|
|
538
|
-
}
|
|
539
|
-
.h-\[16rem\] {
|
|
540
|
-
height: 16rem;
|
|
557
|
+
.h-64 {
|
|
558
|
+
height: calc(var(--spacing) * 64);
|
|
541
559
|
}
|
|
542
|
-
.h
|
|
543
|
-
height:
|
|
560
|
+
.h-96 {
|
|
561
|
+
height: calc(var(--spacing) * 96);
|
|
544
562
|
}
|
|
545
563
|
.h-auto {
|
|
546
564
|
height: auto;
|
|
@@ -554,8 +572,8 @@
|
|
|
554
572
|
.max-h-\[500px\] {
|
|
555
573
|
max-height: 500px;
|
|
556
574
|
}
|
|
557
|
-
.min-h
|
|
558
|
-
min-height:
|
|
575
|
+
.min-h-3 {
|
|
576
|
+
min-height: calc(var(--spacing) * 3);
|
|
559
577
|
}
|
|
560
578
|
.min-h-\[250px\] {
|
|
561
579
|
min-height: 250px;
|
|
@@ -575,33 +593,42 @@
|
|
|
575
593
|
.w-0 {
|
|
576
594
|
width: calc(var(--spacing) * 0);
|
|
577
595
|
}
|
|
596
|
+
.w-1\/2 {
|
|
597
|
+
width: calc(1/2 * 100%);
|
|
598
|
+
}
|
|
599
|
+
.w-2 {
|
|
600
|
+
width: calc(var(--spacing) * 2);
|
|
601
|
+
}
|
|
578
602
|
.w-4 {
|
|
579
603
|
width: calc(var(--spacing) * 4);
|
|
580
604
|
}
|
|
605
|
+
.w-8 {
|
|
606
|
+
width: calc(var(--spacing) * 8);
|
|
607
|
+
}
|
|
608
|
+
.w-10 {
|
|
609
|
+
width: calc(var(--spacing) * 10);
|
|
610
|
+
}
|
|
611
|
+
.w-40 {
|
|
612
|
+
width: calc(var(--spacing) * 40);
|
|
613
|
+
}
|
|
614
|
+
.w-50 {
|
|
615
|
+
width: calc(var(--spacing) * 50);
|
|
616
|
+
}
|
|
581
617
|
.w-64 {
|
|
582
618
|
width: calc(var(--spacing) * 64);
|
|
583
619
|
}
|
|
584
|
-
.w-\[2rem\] {
|
|
585
|
-
width: 2rem;
|
|
586
|
-
}
|
|
587
620
|
.w-\[20\%\] {
|
|
588
621
|
width: 20%;
|
|
589
622
|
}
|
|
590
623
|
.w-\[70\%\] {
|
|
591
624
|
width: 70%;
|
|
592
625
|
}
|
|
593
|
-
.w-\[100px\] {
|
|
594
|
-
width: 100px;
|
|
595
|
-
}
|
|
596
626
|
.w-\[300px\] {
|
|
597
627
|
width: 300px;
|
|
598
628
|
}
|
|
599
629
|
.w-\[400px\] {
|
|
600
630
|
width: 400px;
|
|
601
631
|
}
|
|
602
|
-
.w-auto {
|
|
603
|
-
width: auto;
|
|
604
|
-
}
|
|
605
632
|
.w-fit {
|
|
606
633
|
width: fit-content;
|
|
607
634
|
}
|
|
@@ -611,30 +638,42 @@
|
|
|
611
638
|
.w-screen {
|
|
612
639
|
width: 100vw;
|
|
613
640
|
}
|
|
641
|
+
.max-w-6 {
|
|
642
|
+
max-width: calc(var(--spacing) * 6);
|
|
643
|
+
}
|
|
614
644
|
.max-w-64 {
|
|
615
645
|
max-width: calc(var(--spacing) * 64);
|
|
616
646
|
}
|
|
647
|
+
.max-w-96 {
|
|
648
|
+
max-width: calc(var(--spacing) * 96);
|
|
649
|
+
}
|
|
650
|
+
.max-w-128 {
|
|
651
|
+
max-width: calc(var(--spacing) * 128);
|
|
652
|
+
}
|
|
653
|
+
.max-w-full {
|
|
654
|
+
max-width: 100%;
|
|
655
|
+
}
|
|
617
656
|
.max-w-xs {
|
|
618
657
|
max-width: var(--container-xs);
|
|
619
658
|
}
|
|
659
|
+
.min-w-4 {
|
|
660
|
+
min-width: calc(var(--spacing) * 4);
|
|
661
|
+
}
|
|
620
662
|
.min-w-6 {
|
|
621
663
|
min-width: calc(var(--spacing) * 6);
|
|
622
664
|
}
|
|
665
|
+
.min-w-8 {
|
|
666
|
+
min-width: calc(var(--spacing) * 8);
|
|
667
|
+
}
|
|
623
668
|
.min-w-40 {
|
|
624
669
|
min-width: calc(var(--spacing) * 40);
|
|
625
670
|
}
|
|
626
|
-
.min-w
|
|
627
|
-
min-width:
|
|
628
|
-
}
|
|
629
|
-
.min-w-\[16px\] {
|
|
630
|
-
min-width: 16px;
|
|
671
|
+
.min-w-56 {
|
|
672
|
+
min-width: calc(var(--spacing) * 56);
|
|
631
673
|
}
|
|
632
674
|
.min-w-\[40px\] {
|
|
633
675
|
min-width: 40px;
|
|
634
676
|
}
|
|
635
|
-
.min-w-\[80px\] {
|
|
636
|
-
min-width: 80px;
|
|
637
|
-
}
|
|
638
677
|
.min-w-\[150px\] {
|
|
639
678
|
min-width: 150px;
|
|
640
679
|
}
|
|
@@ -679,24 +718,43 @@
|
|
|
679
718
|
.\!cursor-grabbing {
|
|
680
719
|
cursor: grabbing !important;
|
|
681
720
|
}
|
|
721
|
+
.cursor-col-resize {
|
|
722
|
+
cursor: col-resize;
|
|
723
|
+
}
|
|
682
724
|
.cursor-not-allowed {
|
|
683
725
|
cursor: not-allowed;
|
|
684
726
|
}
|
|
685
727
|
.cursor-pointer {
|
|
686
728
|
cursor: pointer;
|
|
687
729
|
}
|
|
730
|
+
.touch-none {
|
|
731
|
+
touch-action: none;
|
|
732
|
+
}
|
|
688
733
|
.resize {
|
|
689
734
|
resize: both;
|
|
690
735
|
}
|
|
691
736
|
.resize-none {
|
|
692
737
|
resize: none;
|
|
693
738
|
}
|
|
739
|
+
.input-indicator-hidden {
|
|
740
|
+
appearance: none;
|
|
741
|
+
-moz-appearance: textfield;
|
|
742
|
+
&::-webkit-inner-spin-button {
|
|
743
|
+
appearance: none;
|
|
744
|
+
}
|
|
745
|
+
&::-webkit-outer-spin-button {
|
|
746
|
+
appearance: none;
|
|
747
|
+
}
|
|
748
|
+
}
|
|
694
749
|
.appearance-none {
|
|
695
750
|
appearance: none;
|
|
696
751
|
}
|
|
697
752
|
.flex-col {
|
|
698
753
|
flex-direction: column;
|
|
699
754
|
}
|
|
755
|
+
.flex-row {
|
|
756
|
+
flex-direction: row;
|
|
757
|
+
}
|
|
700
758
|
.flex-wrap {
|
|
701
759
|
flex-wrap: wrap;
|
|
702
760
|
}
|
|
@@ -742,12 +800,12 @@
|
|
|
742
800
|
.gap-y-2 {
|
|
743
801
|
row-gap: calc(var(--spacing) * 2);
|
|
744
802
|
}
|
|
803
|
+
.gap-y-3 {
|
|
804
|
+
row-gap: calc(var(--spacing) * 3);
|
|
805
|
+
}
|
|
745
806
|
.gap-y-4 {
|
|
746
807
|
row-gap: calc(var(--spacing) * 4);
|
|
747
808
|
}
|
|
748
|
-
.gap-y-12 {
|
|
749
|
-
row-gap: calc(var(--spacing) * 12);
|
|
750
|
-
}
|
|
751
809
|
.truncate {
|
|
752
810
|
overflow: hidden;
|
|
753
811
|
text-overflow: ellipsis;
|
|
@@ -823,10 +881,6 @@
|
|
|
823
881
|
border-right-style: var(--tw-border-style);
|
|
824
882
|
border-right-width: 0px;
|
|
825
883
|
}
|
|
826
|
-
.border-b-2 {
|
|
827
|
-
border-bottom-style: var(--tw-border-style);
|
|
828
|
-
border-bottom-width: 2px;
|
|
829
|
-
}
|
|
830
884
|
.border-l-0 {
|
|
831
885
|
border-left-style: var(--tw-border-style);
|
|
832
886
|
border-left-width: 0px;
|
|
@@ -841,12 +895,12 @@
|
|
|
841
895
|
.border-disabled-background {
|
|
842
896
|
border-color: var(--color-disabled-background);
|
|
843
897
|
}
|
|
898
|
+
.border-disabled-border {
|
|
899
|
+
border-color: var(--color-disabled-border);
|
|
900
|
+
}
|
|
844
901
|
.border-disabled-outline {
|
|
845
902
|
border-color: var(--color-disabled-outline);
|
|
846
903
|
}
|
|
847
|
-
.border-disabled-text {
|
|
848
|
-
border-color: var(--color-disabled-text);
|
|
849
|
-
}
|
|
850
904
|
.border-divider\/30 {
|
|
851
905
|
border-color: color-mix(in srgb, #E6E6E6 30%, transparent);
|
|
852
906
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -856,6 +910,9 @@
|
|
|
856
910
|
.border-menu-border {
|
|
857
911
|
border-color: var(--color-menu-border);
|
|
858
912
|
}
|
|
913
|
+
.border-negative-border {
|
|
914
|
+
border-color: var(--color-negative-border);
|
|
915
|
+
}
|
|
859
916
|
.border-primary {
|
|
860
917
|
border-color: var(--color-primary);
|
|
861
918
|
}
|
|
@@ -955,6 +1012,9 @@
|
|
|
955
1012
|
.bg-neutral {
|
|
956
1013
|
background-color: var(--color-neutral);
|
|
957
1014
|
}
|
|
1015
|
+
.bg-on-negative {
|
|
1016
|
+
background-color: var(--color-on-negative);
|
|
1017
|
+
}
|
|
958
1018
|
.bg-overlay-background {
|
|
959
1019
|
background-color: var(--color-overlay-background);
|
|
960
1020
|
}
|
|
@@ -1222,6 +1282,10 @@
|
|
|
1222
1282
|
--tw-font-weight: var(--font-weight-bold);
|
|
1223
1283
|
font-weight: var(--font-weight-bold);
|
|
1224
1284
|
}
|
|
1285
|
+
.font-normal {
|
|
1286
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1287
|
+
font-weight: var(--font-weight-normal);
|
|
1288
|
+
}
|
|
1225
1289
|
.font-semibold {
|
|
1226
1290
|
--tw-font-weight: var(--font-weight-semibold);
|
|
1227
1291
|
font-weight: var(--font-weight-semibold);
|
|
@@ -1229,6 +1293,9 @@
|
|
|
1229
1293
|
.break-words {
|
|
1230
1294
|
overflow-wrap: break-word;
|
|
1231
1295
|
}
|
|
1296
|
+
.overflow-ellipsis {
|
|
1297
|
+
text-overflow: ellipsis;
|
|
1298
|
+
}
|
|
1232
1299
|
.text-ellipsis {
|
|
1233
1300
|
text-overflow: ellipsis;
|
|
1234
1301
|
}
|
|
@@ -1453,8 +1520,8 @@
|
|
|
1453
1520
|
.opacity-20 {
|
|
1454
1521
|
opacity: 20%;
|
|
1455
1522
|
}
|
|
1456
|
-
.opacity-
|
|
1457
|
-
opacity:
|
|
1523
|
+
.opacity-70 {
|
|
1524
|
+
opacity: 70%;
|
|
1458
1525
|
}
|
|
1459
1526
|
.\!shadow-none {
|
|
1460
1527
|
--tw-shadow: 0 0 #0000 !important;
|
|
@@ -1537,11 +1604,23 @@
|
|
|
1537
1604
|
outline-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
1538
1605
|
}
|
|
1539
1606
|
}
|
|
1607
|
+
.invert {
|
|
1608
|
+
--tw-invert: invert(100%);
|
|
1609
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
1610
|
+
}
|
|
1611
|
+
.filter {
|
|
1612
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
1613
|
+
}
|
|
1540
1614
|
.transition {
|
|
1541
1615
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
1542
1616
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1543
1617
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1544
1618
|
}
|
|
1619
|
+
.transition-opacity {
|
|
1620
|
+
transition-property: opacity;
|
|
1621
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1622
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1623
|
+
}
|
|
1545
1624
|
.outline-none {
|
|
1546
1625
|
--tw-outline-style: none;
|
|
1547
1626
|
outline-style: none;
|
|
@@ -1564,6 +1643,13 @@
|
|
|
1564
1643
|
}
|
|
1565
1644
|
}
|
|
1566
1645
|
}
|
|
1646
|
+
.group-hover\:opacity-100 {
|
|
1647
|
+
&:is(:where(.group):hover *) {
|
|
1648
|
+
@media (hover: hover) {
|
|
1649
|
+
opacity: 100%;
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1567
1653
|
.group-hover\:brightness-95 {
|
|
1568
1654
|
&:is(:where(.group):hover *) {
|
|
1569
1655
|
@media (hover: hover) {
|
|
@@ -1601,6 +1687,13 @@
|
|
|
1601
1687
|
border-color: var(--color-primary);
|
|
1602
1688
|
}
|
|
1603
1689
|
}
|
|
1690
|
+
.hover\:border-negative-border-hover {
|
|
1691
|
+
&:hover {
|
|
1692
|
+
@media (hover: hover) {
|
|
1693
|
+
border-color: var(--color-negative-border-hover);
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1604
1697
|
.hover\:border-primary {
|
|
1605
1698
|
&:hover {
|
|
1606
1699
|
@media (hover: hover) {
|
|
@@ -1717,11 +1810,6 @@
|
|
|
1717
1810
|
}
|
|
1718
1811
|
}
|
|
1719
1812
|
}
|
|
1720
|
-
.focus\:border-negative {
|
|
1721
|
-
&:focus {
|
|
1722
|
-
border-color: var(--color-negative);
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
1725
1813
|
.focus\:border-primary {
|
|
1726
1814
|
&:focus {
|
|
1727
1815
|
border-color: var(--color-primary);
|
|
@@ -1738,16 +1826,6 @@
|
|
|
1738
1826
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1739
1827
|
}
|
|
1740
1828
|
}
|
|
1741
|
-
.focus\:ring-negative {
|
|
1742
|
-
&:focus {
|
|
1743
|
-
--tw-ring-color: var(--color-negative);
|
|
1744
|
-
}
|
|
1745
|
-
}
|
|
1746
|
-
.focus\:ring-primary {
|
|
1747
|
-
&:focus {
|
|
1748
|
-
--tw-ring-color: var(--color-primary);
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
1829
|
.focus\:outline-none {
|
|
1752
1830
|
&:focus {
|
|
1753
1831
|
--tw-outline-style: none;
|
|
@@ -1865,6 +1943,8 @@
|
|
|
1865
1943
|
.animate-tooltip-fade-out {
|
|
1866
1944
|
animation: fade-in 0.2s ease-in-out forwards;
|
|
1867
1945
|
}
|
|
1946
|
+
}
|
|
1947
|
+
@layer utilities {
|
|
1868
1948
|
.shadow-around {
|
|
1869
1949
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 -2px 2px 0 rgba(0, 0, 0, 0.02), 2px 0 2px 0 rgba(0, 0, 0, 0.02), -2px 0 2px 0 rgba(0, 0, 0, 0.02);
|
|
1870
1950
|
}
|
|
@@ -1883,6 +1963,21 @@
|
|
|
1883
1963
|
--color-primary: var(--color-purple-400);
|
|
1884
1964
|
--color-positive: var(--color-green-700);
|
|
1885
1965
|
--color-negative: var(--color-red-700);
|
|
1966
|
+
--color-negative-border-hover: var(--color-red-600);
|
|
1967
|
+
--color-focus: var(--color-purple-500);
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
@layer base {
|
|
1971
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
1972
|
+
--color-primary: var(--color-purple-400);
|
|
1973
|
+
--color-positive: var(--color-green-700);
|
|
1974
|
+
--color-negative: var(--color-red-700);
|
|
1975
|
+
--color-negative-border-hover: var(--color-red-600);
|
|
1976
|
+
--color-focus: var(--color-purple-500);
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
@layer base {
|
|
1980
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
1886
1981
|
--color-text-default: var(--color-text-light);
|
|
1887
1982
|
--color-surface: #333333;
|
|
1888
1983
|
--color-on-surface: var(--color-text-light);
|
|
@@ -1904,6 +1999,44 @@
|
|
|
1904
1999
|
--color-description: #999999;
|
|
1905
2000
|
--color-disabled-background: #555555;
|
|
1906
2001
|
--color-disabled-text: #999999;
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
@layer base {
|
|
2005
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
2006
|
+
--color-primary: var(--color-purple-400);
|
|
2007
|
+
--color-positive: var(--color-green-700);
|
|
2008
|
+
--color-negative: var(--color-red-700);
|
|
2009
|
+
--color-negative-border-hover: var(--color-red-600);
|
|
2010
|
+
--color-focus: var(--color-purple-500);
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
@layer base {
|
|
2014
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
2015
|
+
--color-text-default: var(--color-text-light);
|
|
2016
|
+
--color-surface: #333333;
|
|
2017
|
+
--color-on-surface: var(--color-text-light);
|
|
2018
|
+
--color-surface-variant: #494949;
|
|
2019
|
+
--color-surface-warning: #FBECD9;
|
|
2020
|
+
--color-text-label: #CFCFCF;
|
|
2021
|
+
--color-highlight: #3272DF;
|
|
2022
|
+
--color-background: #222222;
|
|
2023
|
+
--color-on-background: var(--color-text-light);
|
|
2024
|
+
--color-border: #444444;
|
|
2025
|
+
--color-neutral: #4D4D4D;
|
|
2026
|
+
--color-neutral-outline: #B3B3B3;
|
|
2027
|
+
--color-neutral-surface: #E6E6E6;
|
|
2028
|
+
--color-neutral-background: #F8F8F8;
|
|
2029
|
+
--color-text-primary: var(--color-text-light);
|
|
2030
|
+
--color-text-secondary: #666666;
|
|
2031
|
+
--color-text-tertiary: #B3B3B3;
|
|
2032
|
+
--color-text-highlight: #3272DF;
|
|
2033
|
+
--color-description: #999999;
|
|
2034
|
+
--color-disabled-background: #555555;
|
|
2035
|
+
--color-disabled-text: #999999;
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
@layer base {
|
|
2039
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
1907
2040
|
--color-button-solid-neutral-background: #424242;
|
|
1908
2041
|
--color-button-solid-neutral-icon: var(--color-text-light);
|
|
1909
2042
|
--color-button-solid-neutral-text: var(--color-text-light);
|
|
@@ -1918,7 +2051,112 @@
|
|
|
1918
2051
|
--color-progress-indicator-background: var(--color-gray-700);
|
|
1919
2052
|
--color-overlay-background: #2A2A2A;
|
|
1920
2053
|
--color-overlay-text: var(--color-text-light);
|
|
1921
|
-
--color-tabel-header-background: #
|
|
2054
|
+
--color-tabel-header-background: #2F2F2F;
|
|
2055
|
+
--color-table-row-hover-background: #2f2841;
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
@layer components {
|
|
2059
|
+
.textstyle-title-3xl {
|
|
2060
|
+
font-family: var(--font-space);
|
|
2061
|
+
font-size: var(--text-5xl);
|
|
2062
|
+
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
2063
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2064
|
+
font-weight: var(--font-weight-bold);
|
|
2065
|
+
}
|
|
2066
|
+
.textstyle-title-2xl {
|
|
2067
|
+
font-family: var(--font-space);
|
|
2068
|
+
font-size: var(--text-4xl);
|
|
2069
|
+
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
2070
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2071
|
+
font-weight: var(--font-weight-bold);
|
|
2072
|
+
}
|
|
2073
|
+
.textstyle-title-xl {
|
|
2074
|
+
font-family: var(--font-space);
|
|
2075
|
+
font-size: var(--text-3xl);
|
|
2076
|
+
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
2077
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2078
|
+
font-weight: var(--font-weight-bold);
|
|
2079
|
+
}
|
|
2080
|
+
.textstyle-title-lg {
|
|
2081
|
+
font-family: var(--font-space);
|
|
2082
|
+
font-size: var(--text-2xl);
|
|
2083
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
2084
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2085
|
+
font-weight: var(--font-weight-bold);
|
|
2086
|
+
}
|
|
2087
|
+
.textstyle-title-md {
|
|
2088
|
+
font-family: var(--font-space);
|
|
2089
|
+
font-size: var(--text-xl);
|
|
2090
|
+
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
2091
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2092
|
+
font-weight: var(--font-weight-bold);
|
|
2093
|
+
}
|
|
2094
|
+
.textstyle-title-normal {
|
|
2095
|
+
font-size: var(--text-lg);
|
|
2096
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2097
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
2098
|
+
font-weight: var(--font-weight-semibold);
|
|
2099
|
+
}
|
|
2100
|
+
.textstyle-title-sm {
|
|
2101
|
+
font-family: var(--font-space);
|
|
2102
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2103
|
+
font-weight: var(--font-weight-bold);
|
|
2104
|
+
}
|
|
2105
|
+
.textstyle-accent {
|
|
2106
|
+
font-size: var(--text-sm);
|
|
2107
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2108
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2109
|
+
font-weight: var(--font-weight-bold);
|
|
2110
|
+
color: var(--color-text-label);
|
|
2111
|
+
}
|
|
2112
|
+
.textstyle-description {
|
|
2113
|
+
color: var(--color-description);
|
|
2114
|
+
}
|
|
2115
|
+
.textstyle-label-lg {
|
|
2116
|
+
font-size: var(--text-lg);
|
|
2117
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2118
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
2119
|
+
font-weight: var(--font-weight-semibold);
|
|
2120
|
+
color: var(--color-text-label);
|
|
2121
|
+
}
|
|
2122
|
+
.textstyle-label-md {
|
|
2123
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
2124
|
+
font-weight: var(--font-weight-semibold);
|
|
2125
|
+
color: var(--color-text-label);
|
|
2126
|
+
}
|
|
2127
|
+
.textstyle-label-sm {
|
|
2128
|
+
font-size: var(--text-sm);
|
|
2129
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2130
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
2131
|
+
font-weight: var(--font-weight-semibold);
|
|
2132
|
+
color: var(--color-text-label);
|
|
2133
|
+
}
|
|
2134
|
+
.textstyle-table-name {
|
|
2135
|
+
font-family: var(--font-space);
|
|
2136
|
+
font-size: var(--text-lg);
|
|
2137
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2138
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
2139
|
+
font-weight: var(--font-weight-medium);
|
|
2140
|
+
}
|
|
2141
|
+
.textstyle-table-header {
|
|
2142
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2143
|
+
font-weight: var(--font-weight-bold);
|
|
2144
|
+
color: var(--color-text-label);
|
|
2145
|
+
}
|
|
2146
|
+
.textstyle-navigation-item {
|
|
2147
|
+
font-family: var(--font-space);
|
|
2148
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2149
|
+
font-weight: var(--font-weight-bold);
|
|
2150
|
+
}
|
|
2151
|
+
.textstyle-form-error {
|
|
2152
|
+
font-size: var(--text-sm);
|
|
2153
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2154
|
+
color: var(--color-negative);
|
|
2155
|
+
}
|
|
2156
|
+
.textstyle-form-description {
|
|
2157
|
+
font-size: var(--text-sm);
|
|
2158
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2159
|
+
color: var(--color-description);
|
|
1922
2160
|
}
|
|
1923
2161
|
}
|
|
1924
2162
|
@layer components {
|
|
@@ -1931,9 +2169,9 @@
|
|
|
1931
2169
|
align-items: center;
|
|
1932
2170
|
justify-content: center;
|
|
1933
2171
|
column-gap: calc(var(--spacing) * 1);
|
|
1934
|
-
border-radius:
|
|
1935
|
-
padding-inline:
|
|
1936
|
-
padding-block:
|
|
2172
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2173
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
|
2174
|
+
padding-block: calc(var(--spacing) * 1);
|
|
1937
2175
|
}
|
|
1938
2176
|
.btn-md {
|
|
1939
2177
|
display: flex;
|
|
@@ -1944,9 +2182,9 @@
|
|
|
1944
2182
|
align-items: center;
|
|
1945
2183
|
justify-content: center;
|
|
1946
2184
|
column-gap: calc(var(--spacing) * 2);
|
|
1947
|
-
border-radius:
|
|
1948
|
-
padding-inline:
|
|
1949
|
-
padding-block:
|
|
2185
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2186
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
2187
|
+
padding-block: calc(var(--spacing) * 2);
|
|
1950
2188
|
}
|
|
1951
2189
|
.btn-lg {
|
|
1952
2190
|
display: flex;
|
|
@@ -1957,9 +2195,23 @@
|
|
|
1957
2195
|
align-items: center;
|
|
1958
2196
|
justify-content: center;
|
|
1959
2197
|
column-gap: calc(var(--spacing) * 2);
|
|
1960
|
-
border-radius:
|
|
1961
|
-
padding-inline:
|
|
1962
|
-
padding-block:
|
|
2198
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2199
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
2200
|
+
padding-block: calc(var(--spacing) * 2.5);
|
|
2201
|
+
}
|
|
2202
|
+
.icon-btn-xs {
|
|
2203
|
+
display: flex;
|
|
2204
|
+
flex-direction: row;
|
|
2205
|
+
column-gap: calc(var(--spacing) * 2);
|
|
2206
|
+
height: calc(var(--spacing) * 6);
|
|
2207
|
+
min-height: calc(var(--spacing) * 6);
|
|
2208
|
+
width: calc(var(--spacing) * 6);
|
|
2209
|
+
min-width: calc(var(--spacing) * 6);
|
|
2210
|
+
align-items: center;
|
|
2211
|
+
justify-content: center;
|
|
2212
|
+
column-gap: calc(var(--spacing) * 1);
|
|
2213
|
+
border-radius: calc(var(--spacing) * 1);
|
|
2214
|
+
padding: calc(var(--spacing) * 1);
|
|
1963
2215
|
}
|
|
1964
2216
|
.icon-btn-sm {
|
|
1965
2217
|
display: flex;
|
|
@@ -1972,8 +2224,8 @@
|
|
|
1972
2224
|
align-items: center;
|
|
1973
2225
|
justify-content: center;
|
|
1974
2226
|
column-gap: calc(var(--spacing) * 1);
|
|
1975
|
-
border-radius:
|
|
1976
|
-
padding:
|
|
2227
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2228
|
+
padding: calc(var(--spacing) * 1.5);
|
|
1977
2229
|
}
|
|
1978
2230
|
.icon-btn-md {
|
|
1979
2231
|
display: flex;
|
|
@@ -1986,8 +2238,8 @@
|
|
|
1986
2238
|
align-items: center;
|
|
1987
2239
|
justify-content: center;
|
|
1988
2240
|
column-gap: calc(var(--spacing) * 2);
|
|
1989
|
-
border-radius:
|
|
1990
|
-
padding:
|
|
2241
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2242
|
+
padding: calc(var(--spacing) * 2);
|
|
1991
2243
|
}
|
|
1992
2244
|
.icon-btn-lg {
|
|
1993
2245
|
display: flex;
|
|
@@ -2000,8 +2252,8 @@
|
|
|
2000
2252
|
align-items: center;
|
|
2001
2253
|
justify-content: center;
|
|
2002
2254
|
column-gap: calc(var(--spacing) * 2);
|
|
2003
|
-
border-radius:
|
|
2004
|
-
padding:
|
|
2255
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2256
|
+
padding: calc(var(--spacing) * 3);
|
|
2005
2257
|
}
|
|
2006
2258
|
.card-sm {
|
|
2007
2259
|
display: flex;
|
|
@@ -2095,130 +2347,116 @@
|
|
|
2095
2347
|
}
|
|
2096
2348
|
input {
|
|
2097
2349
|
display: block;
|
|
2098
|
-
border-radius: var(--radius-md);
|
|
2099
|
-
border-style: var(--tw-border-style);
|
|
2100
|
-
border-width: 2px;
|
|
2101
|
-
background-color: var(--color-surface);
|
|
2102
|
-
padding-inline: calc(var(--spacing) * 2);
|
|
2103
|
-
padding-block: 0.375rem;
|
|
2104
|
-
color: var(--color-on-surface);
|
|
2105
|
-
&:hover {
|
|
2106
|
-
@media (hover: hover) {
|
|
2107
|
-
border-color: var(--color-primary);
|
|
2108
|
-
}
|
|
2109
|
-
}
|
|
2110
|
-
&:focus {
|
|
2111
|
-
border-color: var(--color-primary);
|
|
2112
|
-
}
|
|
2113
|
-
&:focus {
|
|
2114
|
-
--tw-ring-color: var(--color-primary);
|
|
2115
|
-
}
|
|
2116
|
-
&:focus {
|
|
2117
|
-
--tw-outline-style: none;
|
|
2118
|
-
outline-style: none;
|
|
2119
|
-
}
|
|
2120
|
-
}
|
|
2121
|
-
.textstyle-title-3xl {
|
|
2122
|
-
font-family: var(--font-space);
|
|
2123
|
-
font-size: var(--text-5xl);
|
|
2124
|
-
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
2125
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2126
|
-
font-weight: var(--font-weight-bold);
|
|
2127
|
-
}
|
|
2128
|
-
.textstyle-title-2xl {
|
|
2129
|
-
font-family: var(--font-space);
|
|
2130
|
-
font-size: var(--text-4xl);
|
|
2131
|
-
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
2132
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2133
|
-
font-weight: var(--font-weight-bold);
|
|
2134
|
-
}
|
|
2135
|
-
.textstyle-title-xl {
|
|
2136
|
-
font-family: var(--font-space);
|
|
2137
|
-
font-size: var(--text-3xl);
|
|
2138
|
-
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
2139
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2140
|
-
font-weight: var(--font-weight-bold);
|
|
2141
2350
|
}
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
font-size: var(--text-2xl);
|
|
2145
|
-
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
2146
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2147
|
-
font-weight: var(--font-weight-bold);
|
|
2351
|
+
*:disabled {
|
|
2352
|
+
cursor: not-allowed;
|
|
2148
2353
|
}
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
font-weight: var(--font-weight-bold);
|
|
2354
|
+
*:focus {
|
|
2355
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2356
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2357
|
+
--tw-outline-style: none;
|
|
2358
|
+
outline-style: none;
|
|
2155
2359
|
}
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
--tw-
|
|
2160
|
-
font-weight: var(--font-weight-semibold);
|
|
2360
|
+
*:focus-visible {
|
|
2361
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2362
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2363
|
+
--tw-ring-color: var(--color-focus);
|
|
2161
2364
|
}
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2365
|
+
table {
|
|
2366
|
+
table-layout: fixed;
|
|
2367
|
+
border-collapse: separate;
|
|
2368
|
+
--tw-border-spacing-x: calc(var(--spacing) * 0);
|
|
2369
|
+
--tw-border-spacing-y: calc(var(--spacing) * 0);
|
|
2370
|
+
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
2166
2371
|
}
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2372
|
+
th {
|
|
2373
|
+
border-block-style: var(--tw-border-style);
|
|
2374
|
+
border-block-width: 1px;
|
|
2375
|
+
background-color: var(--color-tabel-header-background);
|
|
2376
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
2377
|
+
padding-block: calc(var(--spacing) * 2.5);
|
|
2170
2378
|
--tw-font-weight: var(--font-weight-bold);
|
|
2171
2379
|
font-weight: var(--font-weight-bold);
|
|
2172
2380
|
color: var(--color-text-label);
|
|
2381
|
+
&:first-child {
|
|
2382
|
+
border-top-left-radius: var(--radius-lg);
|
|
2383
|
+
}
|
|
2384
|
+
&:first-child {
|
|
2385
|
+
border-left-style: var(--tw-border-style);
|
|
2386
|
+
border-left-width: 1px;
|
|
2387
|
+
}
|
|
2388
|
+
&:first-child {
|
|
2389
|
+
padding-left: calc(var(--spacing) * 6);
|
|
2390
|
+
}
|
|
2391
|
+
&:last-child {
|
|
2392
|
+
border-top-right-radius: var(--radius-lg);
|
|
2393
|
+
}
|
|
2394
|
+
&:last-child {
|
|
2395
|
+
border-right-style: var(--tw-border-style);
|
|
2396
|
+
border-right-width: 1px;
|
|
2397
|
+
}
|
|
2398
|
+
&:last-child {
|
|
2399
|
+
padding-right: calc(var(--spacing) * 6);
|
|
2400
|
+
}
|
|
2173
2401
|
}
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
2186
|
-
font-weight: var(--font-weight-semibold);
|
|
2187
|
-
color: var(--color-text-label);
|
|
2188
|
-
}
|
|
2189
|
-
.textstyle-label-sm {
|
|
2190
|
-
font-size: var(--text-sm);
|
|
2191
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2192
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
2193
|
-
font-weight: var(--font-weight-semibold);
|
|
2194
|
-
color: var(--color-text-label);
|
|
2195
|
-
}
|
|
2196
|
-
.textstyle-table-name {
|
|
2197
|
-
font-family: var(--font-space);
|
|
2198
|
-
font-size: var(--text-lg);
|
|
2199
|
-
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2200
|
-
--tw-font-weight: var(--font-weight-medium);
|
|
2201
|
-
font-weight: var(--font-weight-medium);
|
|
2402
|
+
tbody > tr {
|
|
2403
|
+
&:hover {
|
|
2404
|
+
@media (hover: hover) {
|
|
2405
|
+
background-color: var(--color-table-row-hover-background);
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
&:hover {
|
|
2409
|
+
@media (hover: hover) {
|
|
2410
|
+
color: var(--color-table-row-hover-text);
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2202
2413
|
}
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2414
|
+
td {
|
|
2415
|
+
border-bottom-style: var(--tw-border-style);
|
|
2416
|
+
border-bottom-width: 1px;
|
|
2417
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
2418
|
+
padding-block: calc(var(--spacing) * 2.5);
|
|
2419
|
+
&:first-child {
|
|
2420
|
+
border-left-style: var(--tw-border-style);
|
|
2421
|
+
border-left-width: 1px;
|
|
2422
|
+
}
|
|
2423
|
+
&:first-child {
|
|
2424
|
+
padding-left: calc(var(--spacing) * 6);
|
|
2425
|
+
}
|
|
2426
|
+
&:last-child {
|
|
2427
|
+
border-right-style: var(--tw-border-style);
|
|
2428
|
+
border-right-width: 1px;
|
|
2429
|
+
}
|
|
2430
|
+
&:last-child {
|
|
2431
|
+
padding-right: calc(var(--spacing) * 6);
|
|
2432
|
+
}
|
|
2433
|
+
&:is(nth-last-child(1)) {
|
|
2434
|
+
&:first-child {
|
|
2435
|
+
border-bottom-left-radius: var(--radius-lg);
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
&:is(nth-last-child(1)) {
|
|
2439
|
+
&:last-child {
|
|
2440
|
+
border-bottom-right-radius: var(--radius-lg);
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2207
2443
|
}
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2444
|
+
tbody > tr:last-child > td {
|
|
2445
|
+
&:first-child {
|
|
2446
|
+
border-bottom-left-radius: var(--radius-lg);
|
|
2447
|
+
}
|
|
2448
|
+
&:last-child {
|
|
2449
|
+
border-bottom-right-radius: var(--radius-lg);
|
|
2450
|
+
}
|
|
2212
2451
|
}
|
|
2213
|
-
.
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2452
|
+
.table-resize-indicator {
|
|
2453
|
+
position: absolute;
|
|
2454
|
+
top: calc(var(--spacing) * 2);
|
|
2455
|
+
right: calc(var(--spacing) * 0);
|
|
2456
|
+
bottom: calc(var(--spacing) * 2);
|
|
2217
2457
|
}
|
|
2218
|
-
.
|
|
2219
|
-
|
|
2220
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2221
|
-
color: var(--color-description);
|
|
2458
|
+
th:last-child > .table-resize-indicator {
|
|
2459
|
+
right: calc(var(--spacing) * 6);
|
|
2222
2460
|
}
|
|
2223
2461
|
}
|
|
2224
2462
|
@property --tw-translate-x {
|
|
@@ -2434,6 +2672,16 @@
|
|
|
2434
2672
|
syntax: "*";
|
|
2435
2673
|
inherits: false;
|
|
2436
2674
|
}
|
|
2675
|
+
@property --tw-border-spacing-x {
|
|
2676
|
+
syntax: "<length>";
|
|
2677
|
+
inherits: false;
|
|
2678
|
+
initial-value: 0;
|
|
2679
|
+
}
|
|
2680
|
+
@property --tw-border-spacing-y {
|
|
2681
|
+
syntax: "<length>";
|
|
2682
|
+
inherits: false;
|
|
2683
|
+
initial-value: 0;
|
|
2684
|
+
}
|
|
2437
2685
|
@keyframes pulse {
|
|
2438
2686
|
50% {
|
|
2439
2687
|
opacity: 0.5;
|
|
@@ -2500,6 +2748,8 @@
|
|
|
2500
2748
|
--tw-drop-shadow-color: initial;
|
|
2501
2749
|
--tw-drop-shadow-alpha: 100%;
|
|
2502
2750
|
--tw-drop-shadow-size: initial;
|
|
2751
|
+
--tw-border-spacing-x: 0;
|
|
2752
|
+
--tw-border-spacing-y: 0;
|
|
2503
2753
|
}
|
|
2504
2754
|
}
|
|
2505
2755
|
}
|