@helpwave/hightide 0.1.18 → 0.1.20
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 +7 -7
- package/dist/components/branding/HelpwaveBadge.js.map +1 -1
- package/dist/components/branding/HelpwaveBadge.mjs +7 -7
- package/dist/components/branding/HelpwaveBadge.mjs.map +1 -1
- package/dist/components/date/DatePicker.js +67 -39
- package/dist/components/date/DatePicker.js.map +1 -1
- package/dist/components/date/DatePicker.mjs +56 -28
- package/dist/components/date/DatePicker.mjs.map +1 -1
- package/dist/components/date/DayPicker.js +3 -3
- package/dist/components/date/DayPicker.js.map +1 -1
- package/dist/components/date/DayPicker.mjs +3 -3
- package/dist/components/date/DayPicker.mjs.map +1 -1
- package/dist/components/date/TimePicker.js +4 -4
- package/dist/components/date/TimePicker.js.map +1 -1
- package/dist/components/date/TimePicker.mjs +4 -4
- package/dist/components/date/TimePicker.mjs.map +1 -1
- package/dist/components/date/YearMonthPicker.js +48 -20
- package/dist/components/date/YearMonthPicker.js.map +1 -1
- package/dist/components/date/YearMonthPicker.mjs +46 -18
- package/dist/components/date/YearMonthPicker.mjs.map +1 -1
- package/dist/components/dialogs/ConfirmDialog.js +32 -28
- package/dist/components/dialogs/ConfirmDialog.js.map +1 -1
- package/dist/components/dialogs/ConfirmDialog.mjs +18 -14
- package/dist/components/dialogs/ConfirmDialog.mjs.map +1 -1
- package/dist/components/icons-and-geometry/Avatar.js +2 -2
- package/dist/components/icons-and-geometry/Avatar.js.map +1 -1
- package/dist/components/icons-and-geometry/Avatar.mjs +2 -2
- package/dist/components/icons-and-geometry/Avatar.mjs.map +1 -1
- package/dist/components/icons-and-geometry/Ring.js +2 -2
- package/dist/components/icons-and-geometry/Ring.js.map +1 -1
- package/dist/components/icons-and-geometry/Ring.mjs +2 -2
- package/dist/components/icons-and-geometry/Ring.mjs.map +1 -1
- package/dist/components/layout-and-navigation/BreadCrumb.js +1 -1
- package/dist/components/layout-and-navigation/BreadCrumb.js.map +1 -1
- package/dist/components/layout-and-navigation/BreadCrumb.mjs +1 -1
- package/dist/components/layout-and-navigation/BreadCrumb.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Carousel.js +84 -15
- package/dist/components/layout-and-navigation/Carousel.js.map +1 -1
- package/dist/components/layout-and-navigation/Carousel.mjs +76 -7
- package/dist/components/layout-and-navigation/Carousel.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Chip.js +1 -1
- package/dist/components/layout-and-navigation/Chip.js.map +1 -1
- package/dist/components/layout-and-navigation/Chip.mjs +1 -1
- package/dist/components/layout-and-navigation/Chip.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Expandable.d.mts +10 -1
- package/dist/components/layout-and-navigation/Expandable.d.ts +10 -1
- package/dist/components/layout-and-navigation/Expandable.js +38 -10
- package/dist/components/layout-and-navigation/Expandable.js.map +1 -1
- package/dist/components/layout-and-navigation/Expandable.mjs +38 -11
- package/dist/components/layout-and-navigation/Expandable.mjs.map +1 -1
- package/dist/components/layout-and-navigation/FAQSection.js +36 -12
- package/dist/components/layout-and-navigation/FAQSection.js.map +1 -1
- package/dist/components/layout-and-navigation/FAQSection.mjs +38 -14
- package/dist/components/layout-and-navigation/FAQSection.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Overlay.js +92 -19
- package/dist/components/layout-and-navigation/Overlay.js.map +1 -1
- package/dist/components/layout-and-navigation/Overlay.mjs +81 -8
- package/dist/components/layout-and-navigation/Overlay.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Pagination.js +82 -9
- package/dist/components/layout-and-navigation/Pagination.js.map +1 -1
- package/dist/components/layout-and-navigation/Pagination.mjs +79 -6
- package/dist/components/layout-and-navigation/Pagination.mjs.map +1 -1
- package/dist/components/layout-and-navigation/SearchableList.js +127 -25
- package/dist/components/layout-and-navigation/SearchableList.js.map +1 -1
- package/dist/components/layout-and-navigation/SearchableList.mjs +126 -24
- package/dist/components/layout-and-navigation/SearchableList.mjs.map +1 -1
- package/dist/components/layout-and-navigation/StepperBar.js +22 -16
- package/dist/components/layout-and-navigation/StepperBar.js.map +1 -1
- package/dist/components/layout-and-navigation/StepperBar.mjs +19 -13
- package/dist/components/layout-and-navigation/StepperBar.mjs.map +1 -1
- package/dist/components/layout-and-navigation/TextImage.js +7 -3
- package/dist/components/layout-and-navigation/TextImage.js.map +1 -1
- package/dist/components/layout-and-navigation/TextImage.mjs +7 -3
- package/dist/components/layout-and-navigation/TextImage.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Tile.d.mts +2 -2
- package/dist/components/layout-and-navigation/Tile.d.ts +2 -2
- package/dist/components/layout-and-navigation/Tile.js +7 -7
- package/dist/components/layout-and-navigation/Tile.js.map +1 -1
- package/dist/components/layout-and-navigation/Tile.mjs +7 -7
- package/dist/components/layout-and-navigation/Tile.mjs.map +1 -1
- package/dist/components/loading-states/ErrorComponent.js +1 -1
- package/dist/components/loading-states/ErrorComponent.js.map +1 -1
- package/dist/components/loading-states/ErrorComponent.mjs +1 -1
- package/dist/components/loading-states/ErrorComponent.mjs.map +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.d.mts +5 -10
- package/dist/components/loading-states/LoadingAndErrorComponent.d.ts +5 -10
- package/dist/components/loading-states/LoadingAndErrorComponent.js +14 -327
- package/dist/components/loading-states/LoadingAndErrorComponent.js.map +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.mjs +15 -318
- package/dist/components/loading-states/LoadingAndErrorComponent.mjs.map +1 -1
- package/dist/components/loading-states/LoadingAnimation.js +5 -1
- package/dist/components/loading-states/LoadingAnimation.js.map +1 -1
- package/dist/components/loading-states/LoadingAnimation.mjs +5 -1
- package/dist/components/loading-states/LoadingAnimation.mjs.map +1 -1
- package/dist/components/loading-states/LoadingButton.js +8 -6
- package/dist/components/loading-states/LoadingButton.js.map +1 -1
- package/dist/components/loading-states/LoadingButton.mjs +8 -6
- package/dist/components/loading-states/LoadingButton.mjs.map +1 -1
- package/dist/components/loading-states/LoadingContainer.d.mts +8 -0
- package/dist/components/loading-states/LoadingContainer.d.ts +8 -0
- package/dist/components/loading-states/LoadingContainer.js +34 -0
- package/dist/components/loading-states/LoadingContainer.js.map +1 -0
- package/dist/components/loading-states/LoadingContainer.mjs +10 -0
- package/dist/components/loading-states/LoadingContainer.mjs.map +1 -0
- package/dist/components/modals/ConfirmModal.js +32 -28
- package/dist/components/modals/ConfirmModal.js.map +1 -1
- package/dist/components/modals/ConfirmModal.mjs +18 -14
- package/dist/components/modals/ConfirmModal.mjs.map +1 -1
- package/dist/components/modals/DiscardChangesModal.js +28 -24
- package/dist/components/modals/DiscardChangesModal.js.map +1 -1
- package/dist/components/modals/DiscardChangesModal.mjs +18 -14
- package/dist/components/modals/DiscardChangesModal.mjs.map +1 -1
- package/dist/components/modals/InputModal.js +32 -28
- package/dist/components/modals/InputModal.js.map +1 -1
- package/dist/components/modals/InputModal.mjs +18 -14
- package/dist/components/modals/InputModal.mjs.map +1 -1
- package/dist/components/modals/LanguageModal.js +729 -434
- package/dist/components/modals/LanguageModal.js.map +1 -1
- package/dist/components/modals/LanguageModal.mjs +729 -430
- package/dist/components/modals/LanguageModal.mjs.map +1 -1
- package/dist/components/modals/ThemeModal.js +733 -438
- package/dist/components/modals/ThemeModal.js.map +1 -1
- package/dist/components/modals/ThemeModal.mjs +732 -433
- package/dist/components/modals/ThemeModal.mjs.map +1 -1
- package/dist/components/properties/CheckboxProperty.js +110 -35
- package/dist/components/properties/CheckboxProperty.js.map +1 -1
- package/dist/components/properties/CheckboxProperty.mjs +110 -35
- package/dist/components/properties/CheckboxProperty.mjs.map +1 -1
- package/dist/components/properties/DateProperty.js +118 -41
- package/dist/components/properties/DateProperty.js.map +1 -1
- package/dist/components/properties/DateProperty.mjs +114 -37
- package/dist/components/properties/DateProperty.mjs.map +1 -1
- package/dist/components/properties/MultiSelectProperty.d.mts +10 -3
- package/dist/components/properties/MultiSelectProperty.d.ts +10 -3
- package/dist/components/properties/MultiSelectProperty.js +916 -463
- package/dist/components/properties/MultiSelectProperty.js.map +1 -1
- package/dist/components/properties/MultiSelectProperty.mjs +921 -464
- package/dist/components/properties/MultiSelectProperty.mjs.map +1 -1
- package/dist/components/properties/NumberProperty.js +101 -18
- package/dist/components/properties/NumberProperty.js.map +1 -1
- package/dist/components/properties/NumberProperty.mjs +101 -18
- package/dist/components/properties/NumberProperty.mjs.map +1 -1
- package/dist/components/properties/PropertyBase.js +103 -20
- package/dist/components/properties/PropertyBase.js.map +1 -1
- package/dist/components/properties/PropertyBase.mjs +99 -16
- package/dist/components/properties/PropertyBase.mjs.map +1 -1
- package/dist/components/properties/SelectProperty.d.mts +9 -2
- package/dist/components/properties/SelectProperty.d.ts +9 -2
- package/dist/components/properties/SelectProperty.js +683 -243
- package/dist/components/properties/SelectProperty.js.map +1 -1
- package/dist/components/properties/SelectProperty.mjs +687 -243
- package/dist/components/properties/SelectProperty.mjs.map +1 -1
- package/dist/components/properties/TextProperty.js +133 -46
- package/dist/components/properties/TextProperty.js.map +1 -1
- package/dist/components/properties/TextProperty.mjs +133 -46
- package/dist/components/properties/TextProperty.mjs.map +1 -1
- package/dist/components/table/Table.js +285 -185
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/Table.mjs +270 -166
- package/dist/components/table/Table.mjs.map +1 -1
- package/dist/components/table/TableFilterButton.js +179 -78
- package/dist/components/table/TableFilterButton.js.map +1 -1
- package/dist/components/table/TableFilterButton.mjs +160 -55
- package/dist/components/table/TableFilterButton.mjs.map +1 -1
- package/dist/components/table/TableSortButton.js +72 -3
- package/dist/components/table/TableSortButton.js.map +1 -1
- package/dist/components/table/TableSortButton.mjs +72 -3
- package/dist/components/table/TableSortButton.mjs.map +1 -1
- package/dist/components/user-action/Button.d.mts +15 -2
- package/dist/components/user-action/Button.d.ts +15 -2
- package/dist/components/user-action/Button.js +12 -12
- package/dist/components/user-action/Button.js.map +1 -1
- package/dist/components/user-action/Button.mjs +12 -12
- package/dist/components/user-action/Button.mjs.map +1 -1
- package/dist/components/user-action/Checkbox.js +6 -15
- package/dist/components/user-action/Checkbox.js.map +1 -1
- package/dist/components/user-action/Checkbox.mjs +6 -15
- package/dist/components/user-action/Checkbox.mjs.map +1 -1
- package/dist/components/user-action/CopyToClipboardWrapper.js +6 -2
- package/dist/components/user-action/CopyToClipboardWrapper.js.map +1 -1
- package/dist/components/user-action/CopyToClipboardWrapper.mjs +6 -2
- package/dist/components/user-action/CopyToClipboardWrapper.mjs.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.js +81 -49
- package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.mjs +67 -35
- package/dist/components/user-action/DateAndTimePicker.mjs.map +1 -1
- package/dist/components/user-action/Menu.d.mts +11 -6
- package/dist/components/user-action/Menu.d.ts +11 -6
- package/dist/components/user-action/Menu.js +128 -31
- package/dist/components/user-action/Menu.js.map +1 -1
- package/dist/components/user-action/Menu.mjs +134 -33
- package/dist/components/user-action/Menu.mjs.map +1 -1
- package/dist/components/user-action/MultiSelect.d.mts +17 -7
- package/dist/components/user-action/MultiSelect.d.ts +17 -7
- package/dist/components/user-action/MultiSelect.js +797 -375
- package/dist/components/user-action/MultiSelect.js.map +1 -1
- package/dist/components/user-action/MultiSelect.mjs +782 -356
- package/dist/components/user-action/MultiSelect.mjs.map +1 -1
- package/dist/components/user-action/ScrollPicker.js +2 -2
- package/dist/components/user-action/ScrollPicker.js.map +1 -1
- package/dist/components/user-action/ScrollPicker.mjs +2 -2
- package/dist/components/user-action/ScrollPicker.mjs.map +1 -1
- package/dist/components/user-action/SearchBar.d.mts +14 -0
- package/dist/components/user-action/SearchBar.d.ts +14 -0
- package/dist/components/user-action/SearchBar.js +673 -0
- package/dist/components/user-action/SearchBar.js.map +1 -0
- package/dist/components/user-action/SearchBar.mjs +637 -0
- package/dist/components/user-action/SearchBar.mjs.map +1 -0
- package/dist/components/user-action/Select.d.mts +18 -5
- package/dist/components/user-action/Select.d.ts +18 -5
- package/dist/components/user-action/Select.js +765 -355
- package/dist/components/user-action/Select.js.map +1 -1
- package/dist/components/user-action/Select.mjs +762 -349
- package/dist/components/user-action/Select.mjs.map +1 -1
- package/dist/components/user-action/Textarea.d.mts +1 -1
- package/dist/components/user-action/Textarea.d.ts +1 -1
- package/dist/components/user-action/Textarea.js +13 -3
- package/dist/components/user-action/Textarea.js.map +1 -1
- package/dist/components/user-action/Textarea.mjs +13 -3
- package/dist/components/user-action/Textarea.mjs.map +1 -1
- package/dist/components/user-action/ToggleableInput.js +2 -2
- package/dist/components/user-action/ToggleableInput.js.map +1 -1
- package/dist/components/user-action/ToggleableInput.mjs +2 -2
- package/dist/components/user-action/ToggleableInput.mjs.map +1 -1
- package/dist/css/globals.css +284 -113
- package/dist/css/uncompiled/globals.css +19 -13
- package/dist/css/uncompiled/theme/colors-component.css +12 -3
- package/dist/css/uncompiled/theme/colors-semantic.css +10 -7
- package/dist/css/uncompiled/utitlity/animation.css +96 -1
- package/dist/css/uncompiled/utitlity/general.css +16 -0
- package/dist/hooks/usePopoverPosition.d.mts +15 -0
- package/dist/hooks/usePopoverPosition.d.ts +15 -0
- package/dist/hooks/usePopoverPosition.js +81 -0
- package/dist/hooks/usePopoverPosition.js.map +1 -0
- package/dist/hooks/usePopoverPosition.mjs +57 -0
- package/dist/hooks/usePopoverPosition.mjs.map +1 -0
- package/dist/hooks/useSearch.d.mts +7 -2
- package/dist/hooks/useSearch.d.ts +7 -2
- package/dist/hooks/useSearch.js +44 -15
- package/dist/hooks/useSearch.js.map +1 -1
- package/dist/hooks/useSearch.mjs +45 -16
- package/dist/hooks/useSearch.mjs.map +1 -1
- package/dist/index.d.mts +7 -4
- package/dist/index.d.ts +7 -4
- package/dist/index.js +1197 -902
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1048 -754
- package/dist/index.mjs.map +1 -1
- package/dist/localization/defaults/form.d.mts +2 -0
- package/dist/localization/defaults/form.d.ts +2 -0
- package/dist/localization/defaults/form.js +4 -0
- package/dist/localization/defaults/form.js.map +1 -1
- package/dist/localization/defaults/form.mjs +4 -0
- package/dist/localization/defaults/form.mjs.map +1 -1
- package/dist/util/simpleSearch.d.mts +1 -1
- package/dist/util/simpleSearch.d.ts +1 -1
- package/dist/util/simpleSearch.js +4 -1
- package/dist/util/simpleSearch.js.map +1 -1
- package/dist/util/simpleSearch.mjs +4 -1
- package/dist/util/simpleSearch.mjs.map +1 -1
- package/package.json +1 -1
package/dist/css/globals.css
CHANGED
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
--radius-lg: 0.5rem;
|
|
63
63
|
--radius-xl: 0.75rem;
|
|
64
64
|
--radius-2xl: 1rem;
|
|
65
|
+
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
65
66
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
66
67
|
--animate-bounce: bounce 1s infinite;
|
|
67
68
|
--default-transition-duration: 150ms;
|
|
@@ -94,11 +95,11 @@
|
|
|
94
95
|
--color-text-label: #4D4D4D;
|
|
95
96
|
--color-divider: #E6E6E6;
|
|
96
97
|
--color-description: #555555;
|
|
97
|
-
--color-disabled-background: #
|
|
98
|
-
--color-disabled-text: #
|
|
99
|
-
--color-disabled-icon:
|
|
100
|
-
--color-disabled-border: #
|
|
101
|
-
--color-disabled-outline:
|
|
98
|
+
--color-disabled-background: #E2E2E2;
|
|
99
|
+
--color-disabled-text: #888888;
|
|
100
|
+
--color-disabled-icon: var(--color-disabled-text);
|
|
101
|
+
--color-disabled-border: #CFCFCF;
|
|
102
|
+
--color-disabled-outline: var(--color-disabled-border);
|
|
102
103
|
--color-border: #CCCCCC;
|
|
103
104
|
--color-focus: var(--color-purple-400);
|
|
104
105
|
--color-button-outline-primary-icon: var(--color-primary);
|
|
@@ -138,9 +139,11 @@
|
|
|
138
139
|
--color-menu-border: var(--color-border);
|
|
139
140
|
--color-overlay-background: #FFFFFF;
|
|
140
141
|
--color-overlay-text: var(--color-text-dark);
|
|
142
|
+
--color-overlay-shadow: #00000039;
|
|
141
143
|
--color-progress-indicator-fill: var(--color-primary);
|
|
142
144
|
--color-progress-indicator-background: var(--color-gray-300);
|
|
143
|
-
--color-property-title-background: #
|
|
145
|
+
--color-property-title-background: #EDEDED;
|
|
146
|
+
--color-property-title-text: var(--color-text-secondary);
|
|
144
147
|
--color-stepperbar-dot-active: var(--color-primary);
|
|
145
148
|
--color-stepperbar-dot-normal: var(--color-purple-100);
|
|
146
149
|
--color-stepperbar-dot-disabled: var(--color-disabled-background);
|
|
@@ -171,7 +174,7 @@
|
|
|
171
174
|
--color-text-image-secondary-text: var(--color-white);
|
|
172
175
|
--color-text-image-dark-background: #11243E;
|
|
173
176
|
--color-text-image-dark-text: var(--color-white);
|
|
174
|
-
--color-tooltip-background:
|
|
177
|
+
--color-tooltip-background: #D9D9D9;
|
|
175
178
|
--color-tooltip-text: var(--color-description);
|
|
176
179
|
--font-space: 'Space Grotesk', sans-serif;
|
|
177
180
|
}
|
|
@@ -340,9 +343,6 @@
|
|
|
340
343
|
.inset-0 {
|
|
341
344
|
inset: calc(var(--spacing) * 0);
|
|
342
345
|
}
|
|
343
|
-
.top-0 {
|
|
344
|
-
top: calc(var(--spacing) * 0);
|
|
345
|
-
}
|
|
346
346
|
.top-0\.5 {
|
|
347
347
|
top: calc(var(--spacing) * 0.5);
|
|
348
348
|
}
|
|
@@ -361,9 +361,6 @@
|
|
|
361
361
|
.right-full {
|
|
362
362
|
right: 100%;
|
|
363
363
|
}
|
|
364
|
-
.bottom-0 {
|
|
365
|
-
bottom: calc(var(--spacing) * 0);
|
|
366
|
-
}
|
|
367
364
|
.bottom-full {
|
|
368
365
|
bottom: 100%;
|
|
369
366
|
}
|
|
@@ -439,9 +436,6 @@
|
|
|
439
436
|
.my-2 {
|
|
440
437
|
margin-block: calc(var(--spacing) * 2);
|
|
441
438
|
}
|
|
442
|
-
.mt-0\.5 {
|
|
443
|
-
margin-top: calc(var(--spacing) * 0.5);
|
|
444
|
-
}
|
|
445
439
|
.mt-1 {
|
|
446
440
|
margin-top: calc(var(--spacing) * 1);
|
|
447
441
|
}
|
|
@@ -478,16 +472,61 @@
|
|
|
478
472
|
.ml-\[6px\] {
|
|
479
473
|
margin-left: 6px;
|
|
480
474
|
}
|
|
475
|
+
.flex-row-0 {
|
|
476
|
+
display: flex;
|
|
477
|
+
flex-direction: row;
|
|
478
|
+
column-gap: calc(var(--spacing) * 0);
|
|
479
|
+
}
|
|
480
|
+
.flex-row-1 {
|
|
481
|
+
display: flex;
|
|
482
|
+
flex-direction: row;
|
|
483
|
+
column-gap: calc(var(--spacing) * 1);
|
|
484
|
+
}
|
|
485
|
+
.flex-row-2 {
|
|
486
|
+
display: flex;
|
|
487
|
+
flex-direction: row;
|
|
488
|
+
column-gap: calc(var(--spacing) * 2);
|
|
489
|
+
}
|
|
490
|
+
.flex-row-4 {
|
|
491
|
+
display: flex;
|
|
492
|
+
flex-direction: row;
|
|
493
|
+
column-gap: calc(var(--spacing) * 4);
|
|
494
|
+
}
|
|
495
|
+
.flex-row-8 {
|
|
496
|
+
display: flex;
|
|
497
|
+
flex-direction: row;
|
|
498
|
+
column-gap: calc(var(--spacing) * 8);
|
|
499
|
+
}
|
|
481
500
|
.row {
|
|
482
501
|
display: flex;
|
|
483
502
|
flex-direction: row;
|
|
484
503
|
column-gap: calc(var(--spacing) * 2);
|
|
485
504
|
}
|
|
486
|
-
.col {
|
|
505
|
+
.flex-col-0 {
|
|
506
|
+
display: flex;
|
|
507
|
+
flex-direction: column;
|
|
508
|
+
row-gap: calc(var(--spacing) * 0);
|
|
509
|
+
}
|
|
510
|
+
.flex-col-1 {
|
|
511
|
+
display: flex;
|
|
512
|
+
flex-direction: column;
|
|
513
|
+
row-gap: calc(var(--spacing) * 1);
|
|
514
|
+
}
|
|
515
|
+
.flex-col-2 {
|
|
487
516
|
display: flex;
|
|
488
517
|
flex-direction: column;
|
|
489
518
|
row-gap: calc(var(--spacing) * 2);
|
|
490
519
|
}
|
|
520
|
+
.flex-col-3 {
|
|
521
|
+
display: flex;
|
|
522
|
+
flex-direction: column;
|
|
523
|
+
row-gap: calc(var(--spacing) * 3);
|
|
524
|
+
}
|
|
525
|
+
.flex-col-4 {
|
|
526
|
+
display: flex;
|
|
527
|
+
flex-direction: column;
|
|
528
|
+
row-gap: calc(var(--spacing) * 4);
|
|
529
|
+
}
|
|
491
530
|
.\!block {
|
|
492
531
|
display: block !important;
|
|
493
532
|
}
|
|
@@ -509,10 +548,6 @@
|
|
|
509
548
|
.table {
|
|
510
549
|
display: table;
|
|
511
550
|
}
|
|
512
|
-
.size-3 {
|
|
513
|
-
width: calc(var(--spacing) * 3);
|
|
514
|
-
height: calc(var(--spacing) * 3);
|
|
515
|
-
}
|
|
516
551
|
.size-4 {
|
|
517
552
|
width: calc(var(--spacing) * 4);
|
|
518
553
|
height: calc(var(--spacing) * 4);
|
|
@@ -545,6 +580,9 @@
|
|
|
545
580
|
.h-4 {
|
|
546
581
|
height: calc(var(--spacing) * 4);
|
|
547
582
|
}
|
|
583
|
+
.h-6 {
|
|
584
|
+
height: calc(var(--spacing) * 6);
|
|
585
|
+
}
|
|
548
586
|
.h-7 {
|
|
549
587
|
height: calc(var(--spacing) * 7);
|
|
550
588
|
}
|
|
@@ -572,12 +610,36 @@
|
|
|
572
610
|
.h-screen {
|
|
573
611
|
height: 100vh;
|
|
574
612
|
}
|
|
575
|
-
.max-h
|
|
576
|
-
max-height:
|
|
613
|
+
.max-h-0 {
|
|
614
|
+
max-height: calc(var(--spacing) * 0);
|
|
615
|
+
}
|
|
616
|
+
.max-h-8 {
|
|
617
|
+
max-height: calc(var(--spacing) * 8);
|
|
618
|
+
}
|
|
619
|
+
.max-h-96 {
|
|
620
|
+
max-height: calc(var(--spacing) * 96);
|
|
621
|
+
}
|
|
622
|
+
.\!min-h-10 {
|
|
623
|
+
min-height: calc(var(--spacing) * 10) !important;
|
|
577
624
|
}
|
|
578
625
|
.min-h-3 {
|
|
579
626
|
min-height: calc(var(--spacing) * 3);
|
|
580
627
|
}
|
|
628
|
+
.min-h-6 {
|
|
629
|
+
min-height: calc(var(--spacing) * 6);
|
|
630
|
+
}
|
|
631
|
+
.min-h-8 {
|
|
632
|
+
min-height: calc(var(--spacing) * 8);
|
|
633
|
+
}
|
|
634
|
+
.min-h-14 {
|
|
635
|
+
min-height: calc(var(--spacing) * 14);
|
|
636
|
+
}
|
|
637
|
+
.min-h-15 {
|
|
638
|
+
min-height: calc(var(--spacing) * 15);
|
|
639
|
+
}
|
|
640
|
+
.min-h-60 {
|
|
641
|
+
min-height: calc(var(--spacing) * 60);
|
|
642
|
+
}
|
|
581
643
|
.min-h-\[250px\] {
|
|
582
644
|
min-height: 250px;
|
|
583
645
|
}
|
|
@@ -587,9 +649,6 @@
|
|
|
587
649
|
.min-h-\[400px\] {
|
|
588
650
|
min-height: 400px;
|
|
589
651
|
}
|
|
590
|
-
.\!w-\[200px\] {
|
|
591
|
-
width: 200px !important;
|
|
592
|
-
}
|
|
593
652
|
.\!w-fit {
|
|
594
653
|
width: fit-content !important;
|
|
595
654
|
}
|
|
@@ -605,6 +664,9 @@
|
|
|
605
664
|
.w-4 {
|
|
606
665
|
width: calc(var(--spacing) * 4);
|
|
607
666
|
}
|
|
667
|
+
.w-6 {
|
|
668
|
+
width: calc(var(--spacing) * 6);
|
|
669
|
+
}
|
|
608
670
|
.w-8 {
|
|
609
671
|
width: calc(var(--spacing) * 8);
|
|
610
672
|
}
|
|
@@ -644,6 +706,12 @@
|
|
|
644
706
|
.max-w-6 {
|
|
645
707
|
max-width: calc(var(--spacing) * 6);
|
|
646
708
|
}
|
|
709
|
+
.max-w-20 {
|
|
710
|
+
max-width: calc(var(--spacing) * 20);
|
|
711
|
+
}
|
|
712
|
+
.max-w-48 {
|
|
713
|
+
max-width: calc(var(--spacing) * 48);
|
|
714
|
+
}
|
|
647
715
|
.max-w-64 {
|
|
648
716
|
max-width: calc(var(--spacing) * 64);
|
|
649
717
|
}
|
|
@@ -659,21 +727,24 @@
|
|
|
659
727
|
.max-w-xs {
|
|
660
728
|
max-width: var(--container-xs);
|
|
661
729
|
}
|
|
662
|
-
.min-w-4 {
|
|
663
|
-
min-width: calc(var(--spacing) * 4);
|
|
664
|
-
}
|
|
665
730
|
.min-w-6 {
|
|
666
731
|
min-width: calc(var(--spacing) * 6);
|
|
667
732
|
}
|
|
668
733
|
.min-w-8 {
|
|
669
734
|
min-width: calc(var(--spacing) * 8);
|
|
670
735
|
}
|
|
671
|
-
.min-w-
|
|
672
|
-
min-width: calc(var(--spacing) *
|
|
736
|
+
.min-w-20 {
|
|
737
|
+
min-width: calc(var(--spacing) * 20);
|
|
738
|
+
}
|
|
739
|
+
.min-w-48 {
|
|
740
|
+
min-width: calc(var(--spacing) * 48);
|
|
673
741
|
}
|
|
674
742
|
.min-w-56 {
|
|
675
743
|
min-width: calc(var(--spacing) * 56);
|
|
676
744
|
}
|
|
745
|
+
.min-w-96 {
|
|
746
|
+
min-width: calc(var(--spacing) * 96);
|
|
747
|
+
}
|
|
677
748
|
.min-w-\[40px\] {
|
|
678
749
|
min-width: 40px;
|
|
679
750
|
}
|
|
@@ -709,6 +780,9 @@
|
|
|
709
780
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
710
781
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
711
782
|
}
|
|
783
|
+
.rotate-180 {
|
|
784
|
+
rotate: 180deg;
|
|
785
|
+
}
|
|
712
786
|
.transform {
|
|
713
787
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
714
788
|
}
|
|
@@ -785,47 +859,32 @@
|
|
|
785
859
|
.justify-start {
|
|
786
860
|
justify-content: flex-start;
|
|
787
861
|
}
|
|
788
|
-
.gap-x-0 {
|
|
789
|
-
column-gap: calc(var(--spacing) * 0);
|
|
790
|
-
}
|
|
791
|
-
.gap-x-1 {
|
|
792
|
-
column-gap: calc(var(--spacing) * 1);
|
|
793
|
-
}
|
|
794
862
|
.gap-x-2 {
|
|
795
863
|
column-gap: calc(var(--spacing) * 2);
|
|
796
864
|
}
|
|
797
|
-
.gap-x-4 {
|
|
798
|
-
column-gap: calc(var(--spacing) * 4);
|
|
799
|
-
}
|
|
800
|
-
.gap-x-8 {
|
|
801
|
-
column-gap: calc(var(--spacing) * 8);
|
|
802
|
-
}
|
|
803
|
-
.gap-y-0 {
|
|
804
|
-
row-gap: calc(var(--spacing) * 0);
|
|
805
|
-
}
|
|
806
865
|
.gap-y-1 {
|
|
807
866
|
row-gap: calc(var(--spacing) * 1);
|
|
808
867
|
}
|
|
809
868
|
.gap-y-2 {
|
|
810
869
|
row-gap: calc(var(--spacing) * 2);
|
|
811
870
|
}
|
|
812
|
-
.gap-y-3 {
|
|
813
|
-
row-gap: calc(var(--spacing) * 3);
|
|
814
|
-
}
|
|
815
|
-
.gap-y-4 {
|
|
816
|
-
row-gap: calc(var(--spacing) * 4);
|
|
817
|
-
}
|
|
818
871
|
.truncate {
|
|
819
872
|
overflow: hidden;
|
|
820
873
|
text-overflow: ellipsis;
|
|
821
874
|
white-space: nowrap;
|
|
822
875
|
}
|
|
876
|
+
.overflow-auto {
|
|
877
|
+
overflow: auto;
|
|
878
|
+
}
|
|
823
879
|
.overflow-hidden {
|
|
824
880
|
overflow: hidden;
|
|
825
881
|
}
|
|
826
882
|
.overflow-y-auto {
|
|
827
883
|
overflow-y: auto;
|
|
828
884
|
}
|
|
885
|
+
.overflow-y-hidden {
|
|
886
|
+
overflow-y: hidden;
|
|
887
|
+
}
|
|
829
888
|
.\!rounded-none {
|
|
830
889
|
border-radius: 0 !important;
|
|
831
890
|
}
|
|
@@ -894,6 +953,10 @@
|
|
|
894
953
|
border-left-style: var(--tw-border-style);
|
|
895
954
|
border-left-width: 0px;
|
|
896
955
|
}
|
|
956
|
+
.\!border-none {
|
|
957
|
+
--tw-border-style: none !important;
|
|
958
|
+
border-style: none !important;
|
|
959
|
+
}
|
|
897
960
|
.border-none {
|
|
898
961
|
--tw-border-style: none;
|
|
899
962
|
border-style: none;
|
|
@@ -964,18 +1027,18 @@
|
|
|
964
1027
|
.\!bg-green-200 {
|
|
965
1028
|
background-color: var(--color-green-200) !important;
|
|
966
1029
|
}
|
|
1030
|
+
.\!bg-property-title-background {
|
|
1031
|
+
background-color: var(--color-property-title-background) !important;
|
|
1032
|
+
}
|
|
967
1033
|
.\!bg-red-400 {
|
|
968
1034
|
background-color: var(--color-red-400) !important;
|
|
969
1035
|
}
|
|
1036
|
+
.\!bg-warning {
|
|
1037
|
+
background-color: var(--color-warning) !important;
|
|
1038
|
+
}
|
|
970
1039
|
.\!bg-yellow-200 {
|
|
971
1040
|
background-color: var(--color-yellow-200) !important;
|
|
972
1041
|
}
|
|
973
|
-
.bg-black\/30 {
|
|
974
|
-
background-color: color-mix(in srgb, #000000 30%, transparent);
|
|
975
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
976
|
-
background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
1042
|
.bg-button-solid-negative-background {
|
|
980
1043
|
background-color: var(--color-button-solid-negative-background);
|
|
981
1044
|
}
|
|
@@ -1027,6 +1090,9 @@
|
|
|
1027
1090
|
.bg-overlay-background {
|
|
1028
1091
|
background-color: var(--color-overlay-background);
|
|
1029
1092
|
}
|
|
1093
|
+
.bg-overlay-shadow {
|
|
1094
|
+
background-color: var(--color-overlay-shadow);
|
|
1095
|
+
}
|
|
1030
1096
|
.bg-positive {
|
|
1031
1097
|
background-color: var(--color-positive);
|
|
1032
1098
|
}
|
|
@@ -1117,6 +1183,12 @@
|
|
|
1117
1183
|
.bg-warning {
|
|
1118
1184
|
background-color: var(--color-warning);
|
|
1119
1185
|
}
|
|
1186
|
+
.bg-warning\/20 {
|
|
1187
|
+
background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 20%, transparent);
|
|
1188
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1189
|
+
background-color: color-mix(in oklab, var(--color-warning) 20%, transparent);
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1120
1192
|
.bg-white {
|
|
1121
1193
|
background-color: var(--color-white);
|
|
1122
1194
|
}
|
|
@@ -1210,6 +1282,9 @@
|
|
|
1210
1282
|
.p-4 {
|
|
1211
1283
|
padding: calc(var(--spacing) * 4);
|
|
1212
1284
|
}
|
|
1285
|
+
.\!px-0 {
|
|
1286
|
+
padding-inline: calc(var(--spacing) * 0) !important;
|
|
1287
|
+
}
|
|
1213
1288
|
.px-1 {
|
|
1214
1289
|
padding-inline: calc(var(--spacing) * 1);
|
|
1215
1290
|
}
|
|
@@ -1243,15 +1318,6 @@
|
|
|
1243
1318
|
.pt-0 {
|
|
1244
1319
|
padding-top: calc(var(--spacing) * 0);
|
|
1245
1320
|
}
|
|
1246
|
-
.pt-2 {
|
|
1247
|
-
padding-top: calc(var(--spacing) * 2);
|
|
1248
|
-
}
|
|
1249
|
-
.pr-4 {
|
|
1250
|
-
padding-right: calc(var(--spacing) * 4);
|
|
1251
|
-
}
|
|
1252
|
-
.pb-1 {
|
|
1253
|
-
padding-bottom: calc(var(--spacing) * 1);
|
|
1254
|
-
}
|
|
1255
1321
|
.pb-2 {
|
|
1256
1322
|
padding-bottom: calc(var(--spacing) * 2);
|
|
1257
1323
|
}
|
|
@@ -1317,6 +1383,9 @@
|
|
|
1317
1383
|
.\!text-red-400 {
|
|
1318
1384
|
color: var(--color-red-400) !important;
|
|
1319
1385
|
}
|
|
1386
|
+
.\!text-surface-warning {
|
|
1387
|
+
color: var(--color-surface-warning) !important;
|
|
1388
|
+
}
|
|
1320
1389
|
.\!text-transparent {
|
|
1321
1390
|
color: transparent !important;
|
|
1322
1391
|
}
|
|
@@ -1428,6 +1497,9 @@
|
|
|
1428
1497
|
.text-primary {
|
|
1429
1498
|
color: var(--color-primary);
|
|
1430
1499
|
}
|
|
1500
|
+
.text-property-title-text {
|
|
1501
|
+
color: var(--color-property-title-text);
|
|
1502
|
+
}
|
|
1431
1503
|
.text-secondary {
|
|
1432
1504
|
color: var(--color-secondary);
|
|
1433
1505
|
}
|
|
@@ -1470,6 +1542,9 @@
|
|
|
1470
1542
|
.text-tag-yellow-text {
|
|
1471
1543
|
color: var(--color-tag-yellow-text);
|
|
1472
1544
|
}
|
|
1545
|
+
.text-text-default {
|
|
1546
|
+
color: var(--color-text-default);
|
|
1547
|
+
}
|
|
1473
1548
|
.text-text-image-dark-background {
|
|
1474
1549
|
color: var(--color-text-image-dark-background);
|
|
1475
1550
|
}
|
|
@@ -1532,6 +1607,9 @@
|
|
|
1532
1607
|
.opacity-70 {
|
|
1533
1608
|
opacity: 70%;
|
|
1534
1609
|
}
|
|
1610
|
+
.opacity-100 {
|
|
1611
|
+
opacity: 100%;
|
|
1612
|
+
}
|
|
1535
1613
|
.\!shadow-none {
|
|
1536
1614
|
--tw-shadow: 0 0 #0000 !important;
|
|
1537
1615
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
@@ -1625,15 +1703,33 @@
|
|
|
1625
1703
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1626
1704
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1627
1705
|
}
|
|
1706
|
+
.transition-all {
|
|
1707
|
+
transition-property: all;
|
|
1708
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1709
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1710
|
+
}
|
|
1628
1711
|
.transition-opacity {
|
|
1629
1712
|
transition-property: opacity;
|
|
1630
1713
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1631
1714
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1632
1715
|
}
|
|
1716
|
+
.transition-transform {
|
|
1717
|
+
transition-property: transform, translate, scale, rotate;
|
|
1718
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1719
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1720
|
+
}
|
|
1633
1721
|
.duration-200 {
|
|
1634
1722
|
--tw-duration: 200ms;
|
|
1635
1723
|
transition-duration: 200ms;
|
|
1636
1724
|
}
|
|
1725
|
+
.duration-300 {
|
|
1726
|
+
--tw-duration: 300ms;
|
|
1727
|
+
transition-duration: 300ms;
|
|
1728
|
+
}
|
|
1729
|
+
.ease-in-out {
|
|
1730
|
+
--tw-ease: var(--ease-in-out);
|
|
1731
|
+
transition-timing-function: var(--ease-in-out);
|
|
1732
|
+
}
|
|
1637
1733
|
.outline-none {
|
|
1638
1734
|
--tw-outline-style: none;
|
|
1639
1735
|
outline-style: none;
|
|
@@ -1663,18 +1759,18 @@
|
|
|
1663
1759
|
}
|
|
1664
1760
|
}
|
|
1665
1761
|
}
|
|
1666
|
-
.group-hover\:brightness-
|
|
1762
|
+
.group-hover\:brightness-97 {
|
|
1667
1763
|
&:is(:where(.group):hover *) {
|
|
1668
1764
|
@media (hover: hover) {
|
|
1669
|
-
--tw-brightness: brightness(
|
|
1765
|
+
--tw-brightness: brightness(97%);
|
|
1670
1766
|
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,);
|
|
1671
1767
|
}
|
|
1672
1768
|
}
|
|
1673
1769
|
}
|
|
1674
|
-
.first\:rounded-t-
|
|
1770
|
+
.first\:rounded-t-md {
|
|
1675
1771
|
&:first-child {
|
|
1676
|
-
border-top-left-radius: var(--radius-
|
|
1677
|
-
border-top-right-radius: var(--radius-
|
|
1772
|
+
border-top-left-radius: var(--radius-md);
|
|
1773
|
+
border-top-right-radius: var(--radius-md);
|
|
1678
1774
|
}
|
|
1679
1775
|
}
|
|
1680
1776
|
.first\:rounded-l-md {
|
|
@@ -1689,10 +1785,10 @@
|
|
|
1689
1785
|
border-bottom-right-radius: var(--radius-md);
|
|
1690
1786
|
}
|
|
1691
1787
|
}
|
|
1692
|
-
.last\:rounded-b-
|
|
1788
|
+
.last\:rounded-b-md {
|
|
1693
1789
|
&:last-child {
|
|
1694
|
-
border-bottom-right-radius: var(--radius-
|
|
1695
|
-
border-bottom-left-radius: var(--radius-
|
|
1790
|
+
border-bottom-right-radius: var(--radius-md);
|
|
1791
|
+
border-bottom-left-radius: var(--radius-md);
|
|
1696
1792
|
}
|
|
1697
1793
|
}
|
|
1698
1794
|
.focus-within\:border-primary {
|
|
@@ -1815,10 +1911,10 @@
|
|
|
1815
1911
|
}
|
|
1816
1912
|
}
|
|
1817
1913
|
}
|
|
1818
|
-
.hover\:brightness-
|
|
1914
|
+
.hover\:brightness-97 {
|
|
1819
1915
|
&:hover {
|
|
1820
1916
|
@media (hover: hover) {
|
|
1821
|
-
--tw-brightness: brightness(
|
|
1917
|
+
--tw-brightness: brightness(97%);
|
|
1822
1918
|
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,);
|
|
1823
1919
|
}
|
|
1824
1920
|
}
|
|
@@ -1828,11 +1924,6 @@
|
|
|
1828
1924
|
border-color: var(--color-primary);
|
|
1829
1925
|
}
|
|
1830
1926
|
}
|
|
1831
|
-
.focus\:border-transparent {
|
|
1832
|
-
&:focus {
|
|
1833
|
-
border-color: transparent;
|
|
1834
|
-
}
|
|
1835
|
-
}
|
|
1836
1927
|
.focus\:ring-0 {
|
|
1837
1928
|
&:focus {
|
|
1838
1929
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -1845,15 +1936,6 @@
|
|
|
1845
1936
|
outline-style: none;
|
|
1846
1937
|
}
|
|
1847
1938
|
}
|
|
1848
|
-
.focus\:hover\:border-primary {
|
|
1849
|
-
&:focus {
|
|
1850
|
-
&:hover {
|
|
1851
|
-
@media (hover: hover) {
|
|
1852
|
-
border-color: var(--color-primary);
|
|
1853
|
-
}
|
|
1854
|
-
}
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
1939
|
.desktop\:block {
|
|
1858
1940
|
@media (width >= 64rem) {
|
|
1859
1941
|
display: block;
|
|
@@ -1882,6 +1964,14 @@
|
|
|
1882
1964
|
opacity: 0;
|
|
1883
1965
|
}
|
|
1884
1966
|
}
|
|
1967
|
+
@-webkit-keyframes bigLeftUp {
|
|
1968
|
+
0%, 25% {
|
|
1969
|
+
stroke-dashoffset: 1000;
|
|
1970
|
+
}
|
|
1971
|
+
50%, 75%, 100% {
|
|
1972
|
+
stroke-dashoffset: 0;
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1885
1975
|
@keyframes bigLeftUp {
|
|
1886
1976
|
0%, 25% {
|
|
1887
1977
|
stroke-dashoffset: 1000;
|
|
@@ -1890,6 +1980,14 @@
|
|
|
1890
1980
|
stroke-dashoffset: 0;
|
|
1891
1981
|
}
|
|
1892
1982
|
}
|
|
1983
|
+
@-webkit-keyframes bigRightDown {
|
|
1984
|
+
0%, 25%, 50% {
|
|
1985
|
+
stroke-dashoffset: 0;
|
|
1986
|
+
}
|
|
1987
|
+
75%, 100% {
|
|
1988
|
+
stroke-dashoffset: -1000;
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1893
1991
|
@keyframes bigRightDown {
|
|
1894
1992
|
0%, 25%, 50% {
|
|
1895
1993
|
stroke-dashoffset: 0;
|
|
@@ -1898,6 +1996,14 @@
|
|
|
1898
1996
|
stroke-dashoffset: -1000;
|
|
1899
1997
|
}
|
|
1900
1998
|
}
|
|
1999
|
+
@-webkit-keyframes smallLeftUp {
|
|
2000
|
+
0%, 25%, 50% {
|
|
2001
|
+
stroke-dashoffset: 1000;
|
|
2002
|
+
}
|
|
2003
|
+
75%, 100% {
|
|
2004
|
+
stroke-dashoffset: 0;
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
1901
2007
|
@keyframes smallLeftUp {
|
|
1902
2008
|
0%, 25%, 50% {
|
|
1903
2009
|
stroke-dashoffset: 1000;
|
|
@@ -1906,6 +2012,14 @@
|
|
|
1906
2012
|
stroke-dashoffset: 0;
|
|
1907
2013
|
}
|
|
1908
2014
|
}
|
|
2015
|
+
@-webkit-keyframes smallRightDown {
|
|
2016
|
+
0%, 25% {
|
|
2017
|
+
stroke-dashoffset: 0;
|
|
2018
|
+
}
|
|
2019
|
+
50%, 75%, 100% {
|
|
2020
|
+
stroke-dashoffset: -1000;
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
1909
2023
|
@keyframes smallRightDown {
|
|
1910
2024
|
0%, 25% {
|
|
1911
2025
|
stroke-dashoffset: 0;
|
|
@@ -1914,26 +2028,76 @@
|
|
|
1914
2028
|
stroke-dashoffset: -1000;
|
|
1915
2029
|
}
|
|
1916
2030
|
}
|
|
2031
|
+
@keyframes pop-in {
|
|
2032
|
+
0% {
|
|
2033
|
+
opacity: 0;
|
|
2034
|
+
scale: 80%;
|
|
2035
|
+
}
|
|
2036
|
+
100% {
|
|
2037
|
+
opacity: 1;
|
|
2038
|
+
scale: 100%;
|
|
2039
|
+
}
|
|
2040
|
+
}
|
|
2041
|
+
@keyframes pop-out {
|
|
2042
|
+
0% {
|
|
2043
|
+
opacity: 1;
|
|
2044
|
+
scale: 100%;
|
|
2045
|
+
}
|
|
2046
|
+
100% {
|
|
2047
|
+
opacity: 0;
|
|
2048
|
+
scale: 80%;
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
@keyframes shimmer {
|
|
2052
|
+
0% {
|
|
2053
|
+
left: -100%;
|
|
2054
|
+
}
|
|
2055
|
+
100% {
|
|
2056
|
+
left: 100%;
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
.animate-pop-in {
|
|
2060
|
+
animation: pop-in 0.2s ease-in-out;
|
|
2061
|
+
}
|
|
2062
|
+
.animate-pop-out {
|
|
2063
|
+
animation: pop-out 0.2s ease-in-out forwards;
|
|
2064
|
+
}
|
|
2065
|
+
.shimmer::before {
|
|
2066
|
+
content: '';
|
|
2067
|
+
position: absolute;
|
|
2068
|
+
top: 0;
|
|
2069
|
+
left: -100%;
|
|
2070
|
+
height: 100%;
|
|
2071
|
+
width: 200%;
|
|
2072
|
+
background: linear-gradient( 120deg, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%, transparent 100% );
|
|
2073
|
+
animation: shimmer 2s infinite;
|
|
2074
|
+
}
|
|
1917
2075
|
.animate-fade {
|
|
1918
2076
|
animation: fade-out 3s ease-in-out;
|
|
1919
2077
|
}
|
|
1920
2078
|
.animate-wave-big-left-up {
|
|
1921
2079
|
animation: bigLeftUp 1.7s ease-in infinite normal;
|
|
2080
|
+
-webkit-animation: bigLeftUp 1.7s ease-in infinite normal;
|
|
1922
2081
|
}
|
|
1923
2082
|
.animate-wave-big-right-down {
|
|
1924
2083
|
animation: bigRightDown 1.7s ease-in infinite reverse;
|
|
2084
|
+
-webkit-animation: bigRightDown 1.7s ease-in infinite reverse;
|
|
1925
2085
|
}
|
|
1926
2086
|
.animate-wave-small-left-up {
|
|
1927
2087
|
animation: smallLeftUp 1.7s ease-in infinite normal;
|
|
2088
|
+
-webkit-animation: smallLeftUp 1.7s ease-in infinite normal;
|
|
1928
2089
|
}
|
|
1929
2090
|
.animate-wave-small-right-down {
|
|
1930
2091
|
animation: smallRightDown 1.7s ease-in infinite reverse;
|
|
2092
|
+
-webkit-animation: smallRightDown 1.7s ease-in infinite reverse;
|
|
1931
2093
|
}
|
|
1932
2094
|
.animate-tooltip-fade-in {
|
|
1933
2095
|
animation: fade-in 0.2s ease-in-out forwards;
|
|
2096
|
+
-webkit-animation: fade-in 0.2s ease-in-out forwards;
|
|
1934
2097
|
}
|
|
1935
2098
|
.animate-tooltip-fade-out {
|
|
1936
2099
|
animation: fade-in 0.2s ease-in-out forwards;
|
|
2100
|
+
-webkit-animation: fade-in 0.2s ease-in-out forwards;
|
|
1937
2101
|
}
|
|
1938
2102
|
}
|
|
1939
2103
|
@layer utilities {
|
|
@@ -1989,8 +2153,9 @@
|
|
|
1989
2153
|
--color-text-tertiary: #B3B3B3;
|
|
1990
2154
|
--color-text-highlight: #3272DF;
|
|
1991
2155
|
--color-description: #999999;
|
|
1992
|
-
--color-disabled-background: #
|
|
1993
|
-
--color-disabled-text: #
|
|
2156
|
+
--color-disabled-background: #292929;
|
|
2157
|
+
--color-disabled-text: #666666;
|
|
2158
|
+
--color-disabled-border: #363636;
|
|
1994
2159
|
}
|
|
1995
2160
|
}
|
|
1996
2161
|
@layer base {
|
|
@@ -2023,8 +2188,9 @@
|
|
|
2023
2188
|
--color-text-tertiary: #B3B3B3;
|
|
2024
2189
|
--color-text-highlight: #3272DF;
|
|
2025
2190
|
--color-description: #999999;
|
|
2026
|
-
--color-disabled-background: #
|
|
2027
|
-
--color-disabled-text: #
|
|
2191
|
+
--color-disabled-background: #292929;
|
|
2192
|
+
--color-disabled-text: #666666;
|
|
2193
|
+
--color-disabled-border: #363636;
|
|
2028
2194
|
}
|
|
2029
2195
|
}
|
|
2030
2196
|
@layer base {
|
|
@@ -2043,8 +2209,12 @@
|
|
|
2043
2209
|
--color-progress-indicator-background: var(--color-gray-700);
|
|
2044
2210
|
--color-overlay-background: #2A2A2A;
|
|
2045
2211
|
--color-overlay-text: var(--color-text-light);
|
|
2212
|
+
--color-overlay-shadow: #00000055;
|
|
2046
2213
|
--color-tabel-header-background: #2F2F2F;
|
|
2047
2214
|
--color-table-row-hover-background: #2f2841;
|
|
2215
|
+
--color-tag-dark-background: #1A1A1A;
|
|
2216
|
+
--color-tooltip-background: #555555;
|
|
2217
|
+
--color-tooltip-text: var(--color-description);
|
|
2048
2218
|
}
|
|
2049
2219
|
}
|
|
2050
2220
|
@layer components {
|
|
@@ -2155,12 +2325,11 @@
|
|
|
2155
2325
|
.btn-sm {
|
|
2156
2326
|
display: flex;
|
|
2157
2327
|
flex-direction: row;
|
|
2158
|
-
column-gap: calc(var(--spacing) *
|
|
2328
|
+
column-gap: calc(var(--spacing) * 1);
|
|
2159
2329
|
height: calc(var(--spacing) * 8);
|
|
2160
2330
|
min-height: calc(var(--spacing) * 8);
|
|
2161
2331
|
align-items: center;
|
|
2162
2332
|
justify-content: center;
|
|
2163
|
-
column-gap: calc(var(--spacing) * 1);
|
|
2164
2333
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2165
2334
|
padding-inline: calc(var(--spacing) * 1.5);
|
|
2166
2335
|
padding-block: calc(var(--spacing) * 1);
|
|
@@ -2173,7 +2342,6 @@
|
|
|
2173
2342
|
min-height: calc(var(--spacing) * 10);
|
|
2174
2343
|
align-items: center;
|
|
2175
2344
|
justify-content: center;
|
|
2176
|
-
column-gap: calc(var(--spacing) * 2);
|
|
2177
2345
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2178
2346
|
padding-inline: calc(var(--spacing) * 3);
|
|
2179
2347
|
padding-block: calc(var(--spacing) * 2);
|
|
@@ -2186,7 +2354,6 @@
|
|
|
2186
2354
|
min-height: calc(var(--spacing) * 12);
|
|
2187
2355
|
align-items: center;
|
|
2188
2356
|
justify-content: center;
|
|
2189
|
-
column-gap: calc(var(--spacing) * 2);
|
|
2190
2357
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2191
2358
|
padding-inline: calc(var(--spacing) * 4);
|
|
2192
2359
|
padding-block: calc(var(--spacing) * 2.5);
|
|
@@ -2194,56 +2361,52 @@
|
|
|
2194
2361
|
.icon-btn-xs {
|
|
2195
2362
|
display: flex;
|
|
2196
2363
|
flex-direction: row;
|
|
2197
|
-
column-gap: calc(var(--spacing) *
|
|
2364
|
+
column-gap: calc(var(--spacing) * 0);
|
|
2198
2365
|
height: calc(var(--spacing) * 6);
|
|
2199
2366
|
min-height: calc(var(--spacing) * 6);
|
|
2200
2367
|
width: calc(var(--spacing) * 6);
|
|
2201
2368
|
min-width: calc(var(--spacing) * 6);
|
|
2202
2369
|
align-items: center;
|
|
2203
2370
|
justify-content: center;
|
|
2204
|
-
column-gap: calc(var(--spacing) * 1);
|
|
2205
2371
|
border-radius: calc(var(--spacing) * 1);
|
|
2206
2372
|
padding: calc(var(--spacing) * 1);
|
|
2207
2373
|
}
|
|
2208
2374
|
.icon-btn-sm {
|
|
2209
2375
|
display: flex;
|
|
2210
2376
|
flex-direction: row;
|
|
2211
|
-
column-gap: calc(var(--spacing) *
|
|
2377
|
+
column-gap: calc(var(--spacing) * 0);
|
|
2212
2378
|
height: calc(var(--spacing) * 8);
|
|
2213
2379
|
min-height: calc(var(--spacing) * 8);
|
|
2214
2380
|
width: calc(var(--spacing) * 8);
|
|
2215
2381
|
min-width: calc(var(--spacing) * 8);
|
|
2216
2382
|
align-items: center;
|
|
2217
2383
|
justify-content: center;
|
|
2218
|
-
column-gap: calc(var(--spacing) * 1);
|
|
2219
2384
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2220
2385
|
padding: calc(var(--spacing) * 1.5);
|
|
2221
2386
|
}
|
|
2222
2387
|
.icon-btn-md {
|
|
2223
2388
|
display: flex;
|
|
2224
2389
|
flex-direction: row;
|
|
2225
|
-
column-gap: calc(var(--spacing) *
|
|
2390
|
+
column-gap: calc(var(--spacing) * 0);
|
|
2226
2391
|
height: calc(var(--spacing) * 10);
|
|
2227
2392
|
min-height: calc(var(--spacing) * 10);
|
|
2228
2393
|
width: calc(var(--spacing) * 10);
|
|
2229
2394
|
min-width: calc(var(--spacing) * 10);
|
|
2230
2395
|
align-items: center;
|
|
2231
2396
|
justify-content: center;
|
|
2232
|
-
column-gap: calc(var(--spacing) * 2);
|
|
2233
2397
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2234
2398
|
padding: calc(var(--spacing) * 2);
|
|
2235
2399
|
}
|
|
2236
2400
|
.icon-btn-lg {
|
|
2237
2401
|
display: flex;
|
|
2238
2402
|
flex-direction: row;
|
|
2239
|
-
column-gap: calc(var(--spacing) *
|
|
2403
|
+
column-gap: calc(var(--spacing) * 0);
|
|
2240
2404
|
height: calc(var(--spacing) * 12);
|
|
2241
2405
|
min-height: calc(var(--spacing) * 12);
|
|
2242
2406
|
width: calc(var(--spacing) * 12);
|
|
2243
2407
|
min-width: calc(var(--spacing) * 12);
|
|
2244
2408
|
align-items: center;
|
|
2245
2409
|
justify-content: center;
|
|
2246
|
-
column-gap: calc(var(--spacing) * 2);
|
|
2247
2410
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2248
2411
|
padding: calc(var(--spacing) * 3);
|
|
2249
2412
|
}
|
|
@@ -2251,7 +2414,6 @@
|
|
|
2251
2414
|
display: flex;
|
|
2252
2415
|
flex-direction: column;
|
|
2253
2416
|
row-gap: calc(var(--spacing) * 2);
|
|
2254
|
-
row-gap: calc(var(--spacing) * 2);
|
|
2255
2417
|
border-radius: 0.25rem;
|
|
2256
2418
|
background-color: var(--color-surface);
|
|
2257
2419
|
padding-inline: calc(var(--spacing) * 2);
|
|
@@ -2262,7 +2424,6 @@
|
|
|
2262
2424
|
display: flex;
|
|
2263
2425
|
flex-direction: column;
|
|
2264
2426
|
row-gap: calc(var(--spacing) * 2);
|
|
2265
|
-
row-gap: calc(var(--spacing) * 2);
|
|
2266
2427
|
border-radius: var(--radius-md);
|
|
2267
2428
|
background-color: var(--color-surface);
|
|
2268
2429
|
padding-inline: calc(var(--spacing) * 4);
|
|
@@ -2273,7 +2434,6 @@
|
|
|
2273
2434
|
display: flex;
|
|
2274
2435
|
flex-direction: column;
|
|
2275
2436
|
row-gap: calc(var(--spacing) * 2);
|
|
2276
|
-
row-gap: calc(var(--spacing) * 2);
|
|
2277
2437
|
border-radius: var(--radius-lg);
|
|
2278
2438
|
background-color: var(--color-surface);
|
|
2279
2439
|
padding-inline: calc(var(--spacing) * 8);
|
|
@@ -2350,10 +2510,16 @@
|
|
|
2350
2510
|
outline-style: none;
|
|
2351
2511
|
}
|
|
2352
2512
|
*:focus-visible {
|
|
2353
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(
|
|
2513
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2354
2514
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2355
2515
|
--tw-ring-color: var(--color-focus);
|
|
2356
2516
|
}
|
|
2517
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2518
|
+
* {
|
|
2519
|
+
animation: none !important;
|
|
2520
|
+
transition-property: none !important;
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2357
2523
|
table {
|
|
2358
2524
|
table-layout: fixed;
|
|
2359
2525
|
border-collapse: separate;
|
|
@@ -2385,7 +2551,7 @@
|
|
|
2385
2551
|
}
|
|
2386
2552
|
&:last-child {
|
|
2387
2553
|
border-right-style: var(--tw-border-style);
|
|
2388
|
-
border-right-width:
|
|
2554
|
+
border-right-width: 2px;
|
|
2389
2555
|
}
|
|
2390
2556
|
&:last-child {
|
|
2391
2557
|
padding-right: calc(var(--spacing) * 6);
|
|
@@ -2417,7 +2583,7 @@
|
|
|
2417
2583
|
}
|
|
2418
2584
|
&:last-child {
|
|
2419
2585
|
border-right-style: var(--tw-border-style);
|
|
2420
|
-
border-right-width:
|
|
2586
|
+
border-right-width: 2px;
|
|
2421
2587
|
}
|
|
2422
2588
|
&:last-child {
|
|
2423
2589
|
padding-right: calc(var(--spacing) * 6);
|
|
@@ -2668,6 +2834,10 @@
|
|
|
2668
2834
|
syntax: "*";
|
|
2669
2835
|
inherits: false;
|
|
2670
2836
|
}
|
|
2837
|
+
@property --tw-ease {
|
|
2838
|
+
syntax: "*";
|
|
2839
|
+
inherits: false;
|
|
2840
|
+
}
|
|
2671
2841
|
@property --tw-border-spacing-x {
|
|
2672
2842
|
syntax: "<length>";
|
|
2673
2843
|
inherits: false;
|
|
@@ -2745,6 +2915,7 @@
|
|
|
2745
2915
|
--tw-drop-shadow-alpha: 100%;
|
|
2746
2916
|
--tw-drop-shadow-size: initial;
|
|
2747
2917
|
--tw-duration: initial;
|
|
2918
|
+
--tw-ease: initial;
|
|
2748
2919
|
--tw-border-spacing-x: 0;
|
|
2749
2920
|
--tw-border-spacing-y: 0;
|
|
2750
2921
|
}
|