@helpwave/hightide 0.1.11 → 0.1.13
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/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/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 +203 -83
- package/dist/components/modals/LanguageModal.js.map +1 -1
- package/dist/components/modals/LanguageModal.mjs +192 -72
- package/dist/components/modals/LanguageModal.mjs.map +1 -1
- package/dist/components/modals/ThemeModal.js +206 -86
- package/dist/components/modals/ThemeModal.js.map +1 -1
- package/dist/components/modals/ThemeModal.mjs +193 -73
- 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 +194 -74
- package/dist/components/properties/MultiSelectProperty.js.map +1 -1
- package/dist/components/properties/MultiSelectProperty.mjs +187 -67
- 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 +194 -74
- package/dist/components/properties/SelectProperty.js.map +1 -1
- package/dist/components/properties/SelectProperty.mjs +187 -67
- 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 +1549 -0
- package/dist/components/table/Table.js.map +1 -0
- package/dist/components/table/Table.mjs +1520 -0
- package/dist/components/table/Table.mjs.map +1 -0
- package/dist/components/table/TableCell.d.mts +9 -0
- package/dist/components/table/TableCell.d.ts +9 -0
- package/dist/components/table/TableCell.js +37 -0
- package/dist/components/table/TableCell.js.map +1 -0
- package/dist/components/table/TableCell.mjs +13 -0
- package/dist/components/table/TableCell.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 +195 -75
- package/dist/components/user-action/MultiSelect.js.map +1 -1
- package/dist/components/user-action/MultiSelect.mjs +187 -67
- 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 +195 -75
- package/dist/components/user-action/Select.js.map +1 -1
- package/dist/components/user-action/Select.mjs +187 -67
- 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 +431 -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 +16 -5
- package/dist/index.d.ts +16 -5
- package/dist/index.js +1428 -860
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1370 -799
- 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,6 +12,8 @@
|
|
|
12
12
|
--color-red-300: #F4A3A7;
|
|
13
13
|
--color-red-400: #E3798A;
|
|
14
14
|
--color-red-500: #DC576D;
|
|
15
|
+
--color-red-600: #D53550;
|
|
16
|
+
--color-red-700: #BB273F;
|
|
15
17
|
--color-yellow-200: oklch(94.5% 0.129 101.54);
|
|
16
18
|
--color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
17
19
|
--color-green-200: oklch(92.5% 0.084 155.995);
|
|
@@ -25,7 +27,7 @@
|
|
|
25
27
|
--color-blue-800: #1A4080;
|
|
26
28
|
--color-purple-50: #EFE6FD;
|
|
27
29
|
--color-purple-100: #CEB0FA;
|
|
28
|
-
--color-purple-400: #
|
|
30
|
+
--color-purple-400: #8470C5;
|
|
29
31
|
--color-purple-500: #694BB4;
|
|
30
32
|
--color-gray-300: #B3B3B3;
|
|
31
33
|
--color-gray-700: #4D4D4D;
|
|
@@ -51,6 +53,7 @@
|
|
|
51
53
|
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
52
54
|
--text-5xl: 3rem;
|
|
53
55
|
--text-5xl--line-height: 1;
|
|
56
|
+
--font-weight-normal: 400;
|
|
54
57
|
--font-weight-medium: 500;
|
|
55
58
|
--font-weight-semibold: 600;
|
|
56
59
|
--font-weight-bold: 700;
|
|
@@ -77,6 +80,8 @@
|
|
|
77
80
|
--color-on-positive: var(--color-text-light);
|
|
78
81
|
--color-negative: var(--color-red-500);
|
|
79
82
|
--color-on-negative: var(--color-text-light);
|
|
83
|
+
--color-negative-border: var(--color-negative);
|
|
84
|
+
--color-negative-border-hover: var(--color-red-700);
|
|
80
85
|
--color-surface: #FFFFFF;
|
|
81
86
|
--color-on-surface: var(--color-text-dark);
|
|
82
87
|
--color-surface-warning: #FBECD9;
|
|
@@ -92,8 +97,10 @@
|
|
|
92
97
|
--color-disabled-background: #BBBBBB;
|
|
93
98
|
--color-disabled-text: #555555;
|
|
94
99
|
--color-disabled-icon: #555555;
|
|
95
|
-
--color-disabled-
|
|
100
|
+
--color-disabled-border: #999999;
|
|
101
|
+
--color-disabled-outline: #999999;
|
|
96
102
|
--color-border: #CCCCCC;
|
|
103
|
+
--color-focus: var(--color-purple-400);
|
|
97
104
|
--color-button-outline-primary-icon: var(--color-primary);
|
|
98
105
|
--color-button-outline-primary-text: var(--color-primary);
|
|
99
106
|
--color-button-solid-primary-background: var(--color-primary);
|
|
@@ -137,6 +144,9 @@
|
|
|
137
144
|
--color-stepperbar-dot-active: var(--color-primary);
|
|
138
145
|
--color-stepperbar-dot-normal: var(--color-purple-100);
|
|
139
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);
|
|
140
150
|
--color-tag-dark-background: #333333;
|
|
141
151
|
--color-tag-dark-text: var(--color-text-light);
|
|
142
152
|
--color-tag-dark-icon: var(--color-text-light);
|
|
@@ -333,6 +343,9 @@
|
|
|
333
343
|
.top-0 {
|
|
334
344
|
top: calc(var(--spacing) * 0);
|
|
335
345
|
}
|
|
346
|
+
.top-0\.5 {
|
|
347
|
+
top: calc(var(--spacing) * 0.5);
|
|
348
|
+
}
|
|
336
349
|
.top-1\/2 {
|
|
337
350
|
top: calc(1/2 * 100%);
|
|
338
351
|
}
|
|
@@ -342,6 +355,9 @@
|
|
|
342
355
|
.right-0 {
|
|
343
356
|
right: calc(var(--spacing) * 0);
|
|
344
357
|
}
|
|
358
|
+
.right-0\.5 {
|
|
359
|
+
right: calc(var(--spacing) * 0.5);
|
|
360
|
+
}
|
|
345
361
|
.right-full {
|
|
346
362
|
right: 100%;
|
|
347
363
|
}
|
|
@@ -453,9 +469,6 @@
|
|
|
453
469
|
.mb-\[6px\] {
|
|
454
470
|
margin-bottom: 6px;
|
|
455
471
|
}
|
|
456
|
-
.mb-\[12px\] {
|
|
457
|
-
margin-bottom: 12px;
|
|
458
|
-
}
|
|
459
472
|
.ml-1 {
|
|
460
473
|
margin-left: calc(var(--spacing) * 1);
|
|
461
474
|
}
|
|
@@ -520,26 +533,32 @@
|
|
|
520
533
|
.h-0 {
|
|
521
534
|
height: calc(var(--spacing) * 0);
|
|
522
535
|
}
|
|
536
|
+
.h-2 {
|
|
537
|
+
height: calc(var(--spacing) * 2);
|
|
538
|
+
}
|
|
539
|
+
.h-3 {
|
|
540
|
+
height: calc(var(--spacing) * 3);
|
|
541
|
+
}
|
|
523
542
|
.h-4 {
|
|
524
543
|
height: calc(var(--spacing) * 4);
|
|
525
544
|
}
|
|
526
545
|
.h-7 {
|
|
527
546
|
height: calc(var(--spacing) * 7);
|
|
528
547
|
}
|
|
548
|
+
.h-10 {
|
|
549
|
+
height: calc(var(--spacing) * 10);
|
|
550
|
+
}
|
|
529
551
|
.h-24 {
|
|
530
552
|
height: calc(var(--spacing) * 24);
|
|
531
553
|
}
|
|
532
554
|
.h-32 {
|
|
533
555
|
height: calc(var(--spacing) * 32);
|
|
534
556
|
}
|
|
535
|
-
.h
|
|
536
|
-
height:
|
|
537
|
-
}
|
|
538
|
-
.h-\[16rem\] {
|
|
539
|
-
height: 16rem;
|
|
557
|
+
.h-64 {
|
|
558
|
+
height: calc(var(--spacing) * 64);
|
|
540
559
|
}
|
|
541
|
-
.h
|
|
542
|
-
height:
|
|
560
|
+
.h-96 {
|
|
561
|
+
height: calc(var(--spacing) * 96);
|
|
543
562
|
}
|
|
544
563
|
.h-auto {
|
|
545
564
|
height: auto;
|
|
@@ -553,8 +572,8 @@
|
|
|
553
572
|
.max-h-\[500px\] {
|
|
554
573
|
max-height: 500px;
|
|
555
574
|
}
|
|
556
|
-
.min-h
|
|
557
|
-
min-height:
|
|
575
|
+
.min-h-3 {
|
|
576
|
+
min-height: calc(var(--spacing) * 3);
|
|
558
577
|
}
|
|
559
578
|
.min-h-\[250px\] {
|
|
560
579
|
min-height: 250px;
|
|
@@ -574,33 +593,42 @@
|
|
|
574
593
|
.w-0 {
|
|
575
594
|
width: calc(var(--spacing) * 0);
|
|
576
595
|
}
|
|
596
|
+
.w-1\/2 {
|
|
597
|
+
width: calc(1/2 * 100%);
|
|
598
|
+
}
|
|
599
|
+
.w-2 {
|
|
600
|
+
width: calc(var(--spacing) * 2);
|
|
601
|
+
}
|
|
577
602
|
.w-4 {
|
|
578
603
|
width: calc(var(--spacing) * 4);
|
|
579
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
|
+
}
|
|
580
617
|
.w-64 {
|
|
581
618
|
width: calc(var(--spacing) * 64);
|
|
582
619
|
}
|
|
583
|
-
.w-\[2rem\] {
|
|
584
|
-
width: 2rem;
|
|
585
|
-
}
|
|
586
620
|
.w-\[20\%\] {
|
|
587
621
|
width: 20%;
|
|
588
622
|
}
|
|
589
623
|
.w-\[70\%\] {
|
|
590
624
|
width: 70%;
|
|
591
625
|
}
|
|
592
|
-
.w-\[100px\] {
|
|
593
|
-
width: 100px;
|
|
594
|
-
}
|
|
595
626
|
.w-\[300px\] {
|
|
596
627
|
width: 300px;
|
|
597
628
|
}
|
|
598
629
|
.w-\[400px\] {
|
|
599
630
|
width: 400px;
|
|
600
631
|
}
|
|
601
|
-
.w-auto {
|
|
602
|
-
width: auto;
|
|
603
|
-
}
|
|
604
632
|
.w-fit {
|
|
605
633
|
width: fit-content;
|
|
606
634
|
}
|
|
@@ -610,6 +638,9 @@
|
|
|
610
638
|
.w-screen {
|
|
611
639
|
width: 100vw;
|
|
612
640
|
}
|
|
641
|
+
.max-w-6 {
|
|
642
|
+
max-width: calc(var(--spacing) * 6);
|
|
643
|
+
}
|
|
613
644
|
.max-w-64 {
|
|
614
645
|
max-width: calc(var(--spacing) * 64);
|
|
615
646
|
}
|
|
@@ -619,27 +650,30 @@
|
|
|
619
650
|
.max-w-128 {
|
|
620
651
|
max-width: calc(var(--spacing) * 128);
|
|
621
652
|
}
|
|
653
|
+
.max-w-full {
|
|
654
|
+
max-width: 100%;
|
|
655
|
+
}
|
|
622
656
|
.max-w-xs {
|
|
623
657
|
max-width: var(--container-xs);
|
|
624
658
|
}
|
|
659
|
+
.min-w-4 {
|
|
660
|
+
min-width: calc(var(--spacing) * 4);
|
|
661
|
+
}
|
|
625
662
|
.min-w-6 {
|
|
626
663
|
min-width: calc(var(--spacing) * 6);
|
|
627
664
|
}
|
|
665
|
+
.min-w-8 {
|
|
666
|
+
min-width: calc(var(--spacing) * 8);
|
|
667
|
+
}
|
|
628
668
|
.min-w-40 {
|
|
629
669
|
min-width: calc(var(--spacing) * 40);
|
|
630
670
|
}
|
|
631
|
-
.min-w
|
|
632
|
-
min-width:
|
|
633
|
-
}
|
|
634
|
-
.min-w-\[16px\] {
|
|
635
|
-
min-width: 16px;
|
|
671
|
+
.min-w-56 {
|
|
672
|
+
min-width: calc(var(--spacing) * 56);
|
|
636
673
|
}
|
|
637
674
|
.min-w-\[40px\] {
|
|
638
675
|
min-width: 40px;
|
|
639
676
|
}
|
|
640
|
-
.min-w-\[80px\] {
|
|
641
|
-
min-width: 80px;
|
|
642
|
-
}
|
|
643
677
|
.min-w-\[150px\] {
|
|
644
678
|
min-width: 150px;
|
|
645
679
|
}
|
|
@@ -684,24 +718,43 @@
|
|
|
684
718
|
.\!cursor-grabbing {
|
|
685
719
|
cursor: grabbing !important;
|
|
686
720
|
}
|
|
721
|
+
.cursor-col-resize {
|
|
722
|
+
cursor: col-resize;
|
|
723
|
+
}
|
|
687
724
|
.cursor-not-allowed {
|
|
688
725
|
cursor: not-allowed;
|
|
689
726
|
}
|
|
690
727
|
.cursor-pointer {
|
|
691
728
|
cursor: pointer;
|
|
692
729
|
}
|
|
730
|
+
.touch-none {
|
|
731
|
+
touch-action: none;
|
|
732
|
+
}
|
|
693
733
|
.resize {
|
|
694
734
|
resize: both;
|
|
695
735
|
}
|
|
696
736
|
.resize-none {
|
|
697
737
|
resize: none;
|
|
698
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
|
+
}
|
|
699
749
|
.appearance-none {
|
|
700
750
|
appearance: none;
|
|
701
751
|
}
|
|
702
752
|
.flex-col {
|
|
703
753
|
flex-direction: column;
|
|
704
754
|
}
|
|
755
|
+
.flex-row {
|
|
756
|
+
flex-direction: row;
|
|
757
|
+
}
|
|
705
758
|
.flex-wrap {
|
|
706
759
|
flex-wrap: wrap;
|
|
707
760
|
}
|
|
@@ -747,12 +800,12 @@
|
|
|
747
800
|
.gap-y-2 {
|
|
748
801
|
row-gap: calc(var(--spacing) * 2);
|
|
749
802
|
}
|
|
803
|
+
.gap-y-3 {
|
|
804
|
+
row-gap: calc(var(--spacing) * 3);
|
|
805
|
+
}
|
|
750
806
|
.gap-y-4 {
|
|
751
807
|
row-gap: calc(var(--spacing) * 4);
|
|
752
808
|
}
|
|
753
|
-
.gap-y-12 {
|
|
754
|
-
row-gap: calc(var(--spacing) * 12);
|
|
755
|
-
}
|
|
756
809
|
.truncate {
|
|
757
810
|
overflow: hidden;
|
|
758
811
|
text-overflow: ellipsis;
|
|
@@ -828,10 +881,6 @@
|
|
|
828
881
|
border-right-style: var(--tw-border-style);
|
|
829
882
|
border-right-width: 0px;
|
|
830
883
|
}
|
|
831
|
-
.border-b-2 {
|
|
832
|
-
border-bottom-style: var(--tw-border-style);
|
|
833
|
-
border-bottom-width: 2px;
|
|
834
|
-
}
|
|
835
884
|
.border-l-0 {
|
|
836
885
|
border-left-style: var(--tw-border-style);
|
|
837
886
|
border-left-width: 0px;
|
|
@@ -846,12 +895,12 @@
|
|
|
846
895
|
.border-disabled-background {
|
|
847
896
|
border-color: var(--color-disabled-background);
|
|
848
897
|
}
|
|
898
|
+
.border-disabled-border {
|
|
899
|
+
border-color: var(--color-disabled-border);
|
|
900
|
+
}
|
|
849
901
|
.border-disabled-outline {
|
|
850
902
|
border-color: var(--color-disabled-outline);
|
|
851
903
|
}
|
|
852
|
-
.border-disabled-text {
|
|
853
|
-
border-color: var(--color-disabled-text);
|
|
854
|
-
}
|
|
855
904
|
.border-divider\/30 {
|
|
856
905
|
border-color: color-mix(in srgb, #E6E6E6 30%, transparent);
|
|
857
906
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -861,6 +910,9 @@
|
|
|
861
910
|
.border-menu-border {
|
|
862
911
|
border-color: var(--color-menu-border);
|
|
863
912
|
}
|
|
913
|
+
.border-negative-border {
|
|
914
|
+
border-color: var(--color-negative-border);
|
|
915
|
+
}
|
|
864
916
|
.border-primary {
|
|
865
917
|
border-color: var(--color-primary);
|
|
866
918
|
}
|
|
@@ -960,6 +1012,9 @@
|
|
|
960
1012
|
.bg-neutral {
|
|
961
1013
|
background-color: var(--color-neutral);
|
|
962
1014
|
}
|
|
1015
|
+
.bg-on-negative {
|
|
1016
|
+
background-color: var(--color-on-negative);
|
|
1017
|
+
}
|
|
963
1018
|
.bg-overlay-background {
|
|
964
1019
|
background-color: var(--color-overlay-background);
|
|
965
1020
|
}
|
|
@@ -1227,6 +1282,10 @@
|
|
|
1227
1282
|
--tw-font-weight: var(--font-weight-bold);
|
|
1228
1283
|
font-weight: var(--font-weight-bold);
|
|
1229
1284
|
}
|
|
1285
|
+
.font-normal {
|
|
1286
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1287
|
+
font-weight: var(--font-weight-normal);
|
|
1288
|
+
}
|
|
1230
1289
|
.font-semibold {
|
|
1231
1290
|
--tw-font-weight: var(--font-weight-semibold);
|
|
1232
1291
|
font-weight: var(--font-weight-semibold);
|
|
@@ -1234,6 +1293,9 @@
|
|
|
1234
1293
|
.break-words {
|
|
1235
1294
|
overflow-wrap: break-word;
|
|
1236
1295
|
}
|
|
1296
|
+
.overflow-ellipsis {
|
|
1297
|
+
text-overflow: ellipsis;
|
|
1298
|
+
}
|
|
1237
1299
|
.text-ellipsis {
|
|
1238
1300
|
text-overflow: ellipsis;
|
|
1239
1301
|
}
|
|
@@ -1458,8 +1520,8 @@
|
|
|
1458
1520
|
.opacity-20 {
|
|
1459
1521
|
opacity: 20%;
|
|
1460
1522
|
}
|
|
1461
|
-
.opacity-
|
|
1462
|
-
opacity:
|
|
1523
|
+
.opacity-70 {
|
|
1524
|
+
opacity: 70%;
|
|
1463
1525
|
}
|
|
1464
1526
|
.\!shadow-none {
|
|
1465
1527
|
--tw-shadow: 0 0 #0000 !important;
|
|
@@ -1542,11 +1604,23 @@
|
|
|
1542
1604
|
outline-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
1543
1605
|
}
|
|
1544
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
|
+
}
|
|
1545
1614
|
.transition {
|
|
1546
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;
|
|
1547
1616
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1548
1617
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1549
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
|
+
}
|
|
1550
1624
|
.outline-none {
|
|
1551
1625
|
--tw-outline-style: none;
|
|
1552
1626
|
outline-style: none;
|
|
@@ -1569,6 +1643,13 @@
|
|
|
1569
1643
|
}
|
|
1570
1644
|
}
|
|
1571
1645
|
}
|
|
1646
|
+
.group-hover\:opacity-100 {
|
|
1647
|
+
&:is(:where(.group):hover *) {
|
|
1648
|
+
@media (hover: hover) {
|
|
1649
|
+
opacity: 100%;
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1572
1653
|
.group-hover\:brightness-95 {
|
|
1573
1654
|
&:is(:where(.group):hover *) {
|
|
1574
1655
|
@media (hover: hover) {
|
|
@@ -1606,6 +1687,13 @@
|
|
|
1606
1687
|
border-color: var(--color-primary);
|
|
1607
1688
|
}
|
|
1608
1689
|
}
|
|
1690
|
+
.hover\:border-negative-border-hover {
|
|
1691
|
+
&:hover {
|
|
1692
|
+
@media (hover: hover) {
|
|
1693
|
+
border-color: var(--color-negative-border-hover);
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1609
1697
|
.hover\:border-primary {
|
|
1610
1698
|
&:hover {
|
|
1611
1699
|
@media (hover: hover) {
|
|
@@ -1722,11 +1810,6 @@
|
|
|
1722
1810
|
}
|
|
1723
1811
|
}
|
|
1724
1812
|
}
|
|
1725
|
-
.focus\:border-negative {
|
|
1726
|
-
&:focus {
|
|
1727
|
-
border-color: var(--color-negative);
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
1813
|
.focus\:border-primary {
|
|
1731
1814
|
&:focus {
|
|
1732
1815
|
border-color: var(--color-primary);
|
|
@@ -1743,16 +1826,6 @@
|
|
|
1743
1826
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1744
1827
|
}
|
|
1745
1828
|
}
|
|
1746
|
-
.focus\:ring-negative {
|
|
1747
|
-
&:focus {
|
|
1748
|
-
--tw-ring-color: var(--color-negative);
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
.focus\:ring-primary {
|
|
1752
|
-
&:focus {
|
|
1753
|
-
--tw-ring-color: var(--color-primary);
|
|
1754
|
-
}
|
|
1755
|
-
}
|
|
1756
1829
|
.focus\:outline-none {
|
|
1757
1830
|
&:focus {
|
|
1758
1831
|
--tw-outline-style: none;
|
|
@@ -1870,6 +1943,8 @@
|
|
|
1870
1943
|
.animate-tooltip-fade-out {
|
|
1871
1944
|
animation: fade-in 0.2s ease-in-out forwards;
|
|
1872
1945
|
}
|
|
1946
|
+
}
|
|
1947
|
+
@layer utilities {
|
|
1873
1948
|
.shadow-around {
|
|
1874
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);
|
|
1875
1950
|
}
|
|
@@ -1887,7 +1962,56 @@
|
|
|
1887
1962
|
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
1888
1963
|
--color-primary: var(--color-purple-400);
|
|
1889
1964
|
--color-positive: var(--color-green-700);
|
|
1890
|
-
--color-negative: var(--color-red-
|
|
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] *) {
|
|
1981
|
+
--color-text-default: var(--color-text-light);
|
|
1982
|
+
--color-surface: #333333;
|
|
1983
|
+
--color-on-surface: var(--color-text-light);
|
|
1984
|
+
--color-surface-variant: #494949;
|
|
1985
|
+
--color-surface-warning: #FBECD9;
|
|
1986
|
+
--color-text-label: #CFCFCF;
|
|
1987
|
+
--color-highlight: #3272DF;
|
|
1988
|
+
--color-background: #222222;
|
|
1989
|
+
--color-on-background: var(--color-text-light);
|
|
1990
|
+
--color-border: #444444;
|
|
1991
|
+
--color-neutral: #4D4D4D;
|
|
1992
|
+
--color-neutral-outline: #B3B3B3;
|
|
1993
|
+
--color-neutral-surface: #E6E6E6;
|
|
1994
|
+
--color-neutral-background: #F8F8F8;
|
|
1995
|
+
--color-text-primary: var(--color-text-light);
|
|
1996
|
+
--color-text-secondary: #666666;
|
|
1997
|
+
--color-text-tertiary: #B3B3B3;
|
|
1998
|
+
--color-text-highlight: #3272DF;
|
|
1999
|
+
--color-description: #999999;
|
|
2000
|
+
--color-disabled-background: #555555;
|
|
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] *) {
|
|
1891
2015
|
--color-text-default: var(--color-text-light);
|
|
1892
2016
|
--color-surface: #333333;
|
|
1893
2017
|
--color-on-surface: var(--color-text-light);
|
|
@@ -1909,6 +2033,10 @@
|
|
|
1909
2033
|
--color-description: #999999;
|
|
1910
2034
|
--color-disabled-background: #555555;
|
|
1911
2035
|
--color-disabled-text: #999999;
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
@layer base {
|
|
2039
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
1912
2040
|
--color-button-solid-neutral-background: #424242;
|
|
1913
2041
|
--color-button-solid-neutral-icon: var(--color-text-light);
|
|
1914
2042
|
--color-button-solid-neutral-text: var(--color-text-light);
|
|
@@ -1923,7 +2051,112 @@
|
|
|
1923
2051
|
--color-progress-indicator-background: var(--color-gray-700);
|
|
1924
2052
|
--color-overlay-background: #2A2A2A;
|
|
1925
2053
|
--color-overlay-text: var(--color-text-light);
|
|
1926
|
-
--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);
|
|
1927
2160
|
}
|
|
1928
2161
|
}
|
|
1929
2162
|
@layer components {
|
|
@@ -1936,9 +2169,9 @@
|
|
|
1936
2169
|
align-items: center;
|
|
1937
2170
|
justify-content: center;
|
|
1938
2171
|
column-gap: calc(var(--spacing) * 1);
|
|
1939
|
-
border-radius:
|
|
1940
|
-
padding-inline:
|
|
1941
|
-
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);
|
|
1942
2175
|
}
|
|
1943
2176
|
.btn-md {
|
|
1944
2177
|
display: flex;
|
|
@@ -1949,9 +2182,9 @@
|
|
|
1949
2182
|
align-items: center;
|
|
1950
2183
|
justify-content: center;
|
|
1951
2184
|
column-gap: calc(var(--spacing) * 2);
|
|
1952
|
-
border-radius:
|
|
1953
|
-
padding-inline:
|
|
1954
|
-
padding-block:
|
|
2185
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2186
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
2187
|
+
padding-block: calc(var(--spacing) * 2);
|
|
1955
2188
|
}
|
|
1956
2189
|
.btn-lg {
|
|
1957
2190
|
display: flex;
|
|
@@ -1962,9 +2195,23 @@
|
|
|
1962
2195
|
align-items: center;
|
|
1963
2196
|
justify-content: center;
|
|
1964
2197
|
column-gap: calc(var(--spacing) * 2);
|
|
1965
|
-
border-radius:
|
|
1966
|
-
padding-inline:
|
|
1967
|
-
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);
|
|
1968
2215
|
}
|
|
1969
2216
|
.icon-btn-sm {
|
|
1970
2217
|
display: flex;
|
|
@@ -1977,8 +2224,8 @@
|
|
|
1977
2224
|
align-items: center;
|
|
1978
2225
|
justify-content: center;
|
|
1979
2226
|
column-gap: calc(var(--spacing) * 1);
|
|
1980
|
-
border-radius:
|
|
1981
|
-
padding:
|
|
2227
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2228
|
+
padding: calc(var(--spacing) * 1.5);
|
|
1982
2229
|
}
|
|
1983
2230
|
.icon-btn-md {
|
|
1984
2231
|
display: flex;
|
|
@@ -1991,8 +2238,8 @@
|
|
|
1991
2238
|
align-items: center;
|
|
1992
2239
|
justify-content: center;
|
|
1993
2240
|
column-gap: calc(var(--spacing) * 2);
|
|
1994
|
-
border-radius:
|
|
1995
|
-
padding:
|
|
2241
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2242
|
+
padding: calc(var(--spacing) * 2);
|
|
1996
2243
|
}
|
|
1997
2244
|
.icon-btn-lg {
|
|
1998
2245
|
display: flex;
|
|
@@ -2005,8 +2252,8 @@
|
|
|
2005
2252
|
align-items: center;
|
|
2006
2253
|
justify-content: center;
|
|
2007
2254
|
column-gap: calc(var(--spacing) * 2);
|
|
2008
|
-
border-radius:
|
|
2009
|
-
padding:
|
|
2255
|
+
border-radius: calc(var(--spacing) * 1.5);
|
|
2256
|
+
padding: calc(var(--spacing) * 3);
|
|
2010
2257
|
}
|
|
2011
2258
|
.card-sm {
|
|
2012
2259
|
display: flex;
|
|
@@ -2100,130 +2347,116 @@
|
|
|
2100
2347
|
}
|
|
2101
2348
|
input {
|
|
2102
2349
|
display: block;
|
|
2103
|
-
border-radius: var(--radius-md);
|
|
2104
|
-
border-style: var(--tw-border-style);
|
|
2105
|
-
border-width: 2px;
|
|
2106
|
-
background-color: var(--color-surface);
|
|
2107
|
-
padding-inline: calc(var(--spacing) * 2);
|
|
2108
|
-
padding-block: 0.375rem;
|
|
2109
|
-
color: var(--color-on-surface);
|
|
2110
|
-
&:hover {
|
|
2111
|
-
@media (hover: hover) {
|
|
2112
|
-
border-color: var(--color-primary);
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
&:focus {
|
|
2116
|
-
border-color: var(--color-primary);
|
|
2117
|
-
}
|
|
2118
|
-
&:focus {
|
|
2119
|
-
--tw-ring-color: var(--color-primary);
|
|
2120
|
-
}
|
|
2121
|
-
&:focus {
|
|
2122
|
-
--tw-outline-style: none;
|
|
2123
|
-
outline-style: none;
|
|
2124
|
-
}
|
|
2125
|
-
}
|
|
2126
|
-
.textstyle-title-3xl {
|
|
2127
|
-
font-family: var(--font-space);
|
|
2128
|
-
font-size: var(--text-5xl);
|
|
2129
|
-
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
2130
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2131
|
-
font-weight: var(--font-weight-bold);
|
|
2132
|
-
}
|
|
2133
|
-
.textstyle-title-2xl {
|
|
2134
|
-
font-family: var(--font-space);
|
|
2135
|
-
font-size: var(--text-4xl);
|
|
2136
|
-
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
2137
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2138
|
-
font-weight: var(--font-weight-bold);
|
|
2139
2350
|
}
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
font-size: var(--text-3xl);
|
|
2143
|
-
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
2144
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2145
|
-
font-weight: var(--font-weight-bold);
|
|
2146
|
-
}
|
|
2147
|
-
.textstyle-title-lg {
|
|
2148
|
-
font-family: var(--font-space);
|
|
2149
|
-
font-size: var(--text-2xl);
|
|
2150
|
-
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
2151
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2152
|
-
font-weight: var(--font-weight-bold);
|
|
2351
|
+
*:disabled {
|
|
2352
|
+
cursor: not-allowed;
|
|
2153
2353
|
}
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
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;
|
|
2160
2359
|
}
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
--tw-
|
|
2165
|
-
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);
|
|
2166
2364
|
}
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
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);
|
|
2171
2371
|
}
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
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);
|
|
2175
2378
|
--tw-font-weight: var(--font-weight-bold);
|
|
2176
2379
|
font-weight: var(--font-weight-bold);
|
|
2177
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
|
+
}
|
|
2178
2401
|
}
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
2191
|
-
font-weight: var(--font-weight-semibold);
|
|
2192
|
-
color: var(--color-text-label);
|
|
2193
|
-
}
|
|
2194
|
-
.textstyle-label-sm {
|
|
2195
|
-
font-size: var(--text-sm);
|
|
2196
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2197
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
2198
|
-
font-weight: var(--font-weight-semibold);
|
|
2199
|
-
color: var(--color-text-label);
|
|
2200
|
-
}
|
|
2201
|
-
.textstyle-table-name {
|
|
2202
|
-
font-family: var(--font-space);
|
|
2203
|
-
font-size: var(--text-lg);
|
|
2204
|
-
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2205
|
-
--tw-font-weight: var(--font-weight-medium);
|
|
2206
|
-
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
|
+
}
|
|
2207
2413
|
}
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
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
|
+
}
|
|
2212
2443
|
}
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
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
|
+
}
|
|
2217
2451
|
}
|
|
2218
|
-
.
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
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);
|
|
2222
2457
|
}
|
|
2223
|
-
.
|
|
2224
|
-
|
|
2225
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2226
|
-
color: var(--color-description);
|
|
2458
|
+
th:last-child > .table-resize-indicator {
|
|
2459
|
+
right: calc(var(--spacing) * 6);
|
|
2227
2460
|
}
|
|
2228
2461
|
}
|
|
2229
2462
|
@property --tw-translate-x {
|
|
@@ -2439,6 +2672,16 @@
|
|
|
2439
2672
|
syntax: "*";
|
|
2440
2673
|
inherits: false;
|
|
2441
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
|
+
}
|
|
2442
2685
|
@keyframes pulse {
|
|
2443
2686
|
50% {
|
|
2444
2687
|
opacity: 0.5;
|
|
@@ -2505,6 +2748,8 @@
|
|
|
2505
2748
|
--tw-drop-shadow-color: initial;
|
|
2506
2749
|
--tw-drop-shadow-alpha: 100%;
|
|
2507
2750
|
--tw-drop-shadow-size: initial;
|
|
2751
|
+
--tw-border-spacing-x: 0;
|
|
2752
|
+
--tw-border-spacing-y: 0;
|
|
2508
2753
|
}
|
|
2509
2754
|
}
|
|
2510
2755
|
}
|