@helpwave/hightide 0.1.18 → 0.1.19
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 +65 -38
- package/dist/components/date/DatePicker.js.map +1 -1
- package/dist/components/date/DatePicker.mjs +54 -27
- 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 +46 -19
- package/dist/components/date/YearMonthPicker.js.map +1 -1
- package/dist/components/date/YearMonthPicker.mjs +44 -17
- 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 +7 -1
- package/dist/components/layout-and-navigation/Expandable.d.ts +7 -1
- package/dist/components/layout-and-navigation/Expandable.js +36 -9
- package/dist/components/layout-and-navigation/Expandable.js.map +1 -1
- package/dist/components/layout-and-navigation/Expandable.mjs +36 -10
- package/dist/components/layout-and-navigation/Expandable.mjs.map +1 -1
- package/dist/components/layout-and-navigation/FAQSection.js +34 -11
- package/dist/components/layout-and-navigation/FAQSection.js.map +1 -1
- package/dist/components/layout-and-navigation/FAQSection.mjs +36 -13
- 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.js +6 -2
- package/dist/components/loading-states/LoadingAndErrorComponent.js.map +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.mjs +6 -2
- 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/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 +728 -434
- package/dist/components/modals/LanguageModal.js.map +1 -1
- package/dist/components/modals/LanguageModal.mjs +728 -430
- package/dist/components/modals/LanguageModal.mjs.map +1 -1
- package/dist/components/modals/ThemeModal.js +732 -438
- package/dist/components/modals/ThemeModal.js.map +1 -1
- package/dist/components/modals/ThemeModal.mjs +731 -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 +915 -463
- package/dist/components/properties/MultiSelectProperty.js.map +1 -1
- package/dist/components/properties/MultiSelectProperty.mjs +920 -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 +682 -243
- package/dist/components/properties/SelectProperty.js.map +1 -1
- package/dist/components/properties/SelectProperty.mjs +686 -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 +79 -48
- package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.mjs +65 -34
- 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 +796 -375
- package/dist/components/user-action/MultiSelect.js.map +1 -1
- package/dist/components/user-action/MultiSelect.mjs +781 -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 +764 -355
- package/dist/components/user-action/Select.js.map +1 -1
- package/dist/components/user-action/Select.mjs +761 -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 +251 -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 +70 -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 +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +1102 -819
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1001 -718
- 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,30 @@
|
|
|
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-96 {
|
|
617
|
+
max-height: calc(var(--spacing) * 96);
|
|
618
|
+
}
|
|
619
|
+
.\!min-h-10 {
|
|
620
|
+
min-height: calc(var(--spacing) * 10) !important;
|
|
577
621
|
}
|
|
578
622
|
.min-h-3 {
|
|
579
623
|
min-height: calc(var(--spacing) * 3);
|
|
580
624
|
}
|
|
625
|
+
.min-h-6 {
|
|
626
|
+
min-height: calc(var(--spacing) * 6);
|
|
627
|
+
}
|
|
628
|
+
.min-h-14 {
|
|
629
|
+
min-height: calc(var(--spacing) * 14);
|
|
630
|
+
}
|
|
631
|
+
.min-h-15 {
|
|
632
|
+
min-height: calc(var(--spacing) * 15);
|
|
633
|
+
}
|
|
634
|
+
.min-h-60 {
|
|
635
|
+
min-height: calc(var(--spacing) * 60);
|
|
636
|
+
}
|
|
581
637
|
.min-h-\[250px\] {
|
|
582
638
|
min-height: 250px;
|
|
583
639
|
}
|
|
@@ -587,9 +643,6 @@
|
|
|
587
643
|
.min-h-\[400px\] {
|
|
588
644
|
min-height: 400px;
|
|
589
645
|
}
|
|
590
|
-
.\!w-\[200px\] {
|
|
591
|
-
width: 200px !important;
|
|
592
|
-
}
|
|
593
646
|
.\!w-fit {
|
|
594
647
|
width: fit-content !important;
|
|
595
648
|
}
|
|
@@ -605,6 +658,9 @@
|
|
|
605
658
|
.w-4 {
|
|
606
659
|
width: calc(var(--spacing) * 4);
|
|
607
660
|
}
|
|
661
|
+
.w-6 {
|
|
662
|
+
width: calc(var(--spacing) * 6);
|
|
663
|
+
}
|
|
608
664
|
.w-8 {
|
|
609
665
|
width: calc(var(--spacing) * 8);
|
|
610
666
|
}
|
|
@@ -644,6 +700,9 @@
|
|
|
644
700
|
.max-w-6 {
|
|
645
701
|
max-width: calc(var(--spacing) * 6);
|
|
646
702
|
}
|
|
703
|
+
.max-w-48 {
|
|
704
|
+
max-width: calc(var(--spacing) * 48);
|
|
705
|
+
}
|
|
647
706
|
.max-w-64 {
|
|
648
707
|
max-width: calc(var(--spacing) * 64);
|
|
649
708
|
}
|
|
@@ -659,21 +718,21 @@
|
|
|
659
718
|
.max-w-xs {
|
|
660
719
|
max-width: var(--container-xs);
|
|
661
720
|
}
|
|
662
|
-
.min-w-4 {
|
|
663
|
-
min-width: calc(var(--spacing) * 4);
|
|
664
|
-
}
|
|
665
721
|
.min-w-6 {
|
|
666
722
|
min-width: calc(var(--spacing) * 6);
|
|
667
723
|
}
|
|
668
724
|
.min-w-8 {
|
|
669
725
|
min-width: calc(var(--spacing) * 8);
|
|
670
726
|
}
|
|
671
|
-
.min-w-
|
|
672
|
-
min-width: calc(var(--spacing) *
|
|
727
|
+
.min-w-48 {
|
|
728
|
+
min-width: calc(var(--spacing) * 48);
|
|
673
729
|
}
|
|
674
730
|
.min-w-56 {
|
|
675
731
|
min-width: calc(var(--spacing) * 56);
|
|
676
732
|
}
|
|
733
|
+
.min-w-96 {
|
|
734
|
+
min-width: calc(var(--spacing) * 96);
|
|
735
|
+
}
|
|
677
736
|
.min-w-\[40px\] {
|
|
678
737
|
min-width: 40px;
|
|
679
738
|
}
|
|
@@ -709,6 +768,9 @@
|
|
|
709
768
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
710
769
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
711
770
|
}
|
|
771
|
+
.rotate-180 {
|
|
772
|
+
rotate: 180deg;
|
|
773
|
+
}
|
|
712
774
|
.transform {
|
|
713
775
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
714
776
|
}
|
|
@@ -785,41 +847,23 @@
|
|
|
785
847
|
.justify-start {
|
|
786
848
|
justify-content: flex-start;
|
|
787
849
|
}
|
|
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
850
|
.gap-x-2 {
|
|
795
851
|
column-gap: calc(var(--spacing) * 2);
|
|
796
852
|
}
|
|
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
853
|
.gap-y-1 {
|
|
807
854
|
row-gap: calc(var(--spacing) * 1);
|
|
808
855
|
}
|
|
809
856
|
.gap-y-2 {
|
|
810
857
|
row-gap: calc(var(--spacing) * 2);
|
|
811
858
|
}
|
|
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
859
|
.truncate {
|
|
819
860
|
overflow: hidden;
|
|
820
861
|
text-overflow: ellipsis;
|
|
821
862
|
white-space: nowrap;
|
|
822
863
|
}
|
|
864
|
+
.overflow-auto {
|
|
865
|
+
overflow: auto;
|
|
866
|
+
}
|
|
823
867
|
.overflow-hidden {
|
|
824
868
|
overflow: hidden;
|
|
825
869
|
}
|
|
@@ -894,6 +938,10 @@
|
|
|
894
938
|
border-left-style: var(--tw-border-style);
|
|
895
939
|
border-left-width: 0px;
|
|
896
940
|
}
|
|
941
|
+
.\!border-none {
|
|
942
|
+
--tw-border-style: none !important;
|
|
943
|
+
border-style: none !important;
|
|
944
|
+
}
|
|
897
945
|
.border-none {
|
|
898
946
|
--tw-border-style: none;
|
|
899
947
|
border-style: none;
|
|
@@ -964,18 +1012,18 @@
|
|
|
964
1012
|
.\!bg-green-200 {
|
|
965
1013
|
background-color: var(--color-green-200) !important;
|
|
966
1014
|
}
|
|
1015
|
+
.\!bg-property-title-background {
|
|
1016
|
+
background-color: var(--color-property-title-background) !important;
|
|
1017
|
+
}
|
|
967
1018
|
.\!bg-red-400 {
|
|
968
1019
|
background-color: var(--color-red-400) !important;
|
|
969
1020
|
}
|
|
1021
|
+
.\!bg-warning {
|
|
1022
|
+
background-color: var(--color-warning) !important;
|
|
1023
|
+
}
|
|
970
1024
|
.\!bg-yellow-200 {
|
|
971
1025
|
background-color: var(--color-yellow-200) !important;
|
|
972
1026
|
}
|
|
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
1027
|
.bg-button-solid-negative-background {
|
|
980
1028
|
background-color: var(--color-button-solid-negative-background);
|
|
981
1029
|
}
|
|
@@ -1027,6 +1075,9 @@
|
|
|
1027
1075
|
.bg-overlay-background {
|
|
1028
1076
|
background-color: var(--color-overlay-background);
|
|
1029
1077
|
}
|
|
1078
|
+
.bg-overlay-shadow {
|
|
1079
|
+
background-color: var(--color-overlay-shadow);
|
|
1080
|
+
}
|
|
1030
1081
|
.bg-positive {
|
|
1031
1082
|
background-color: var(--color-positive);
|
|
1032
1083
|
}
|
|
@@ -1117,6 +1168,12 @@
|
|
|
1117
1168
|
.bg-warning {
|
|
1118
1169
|
background-color: var(--color-warning);
|
|
1119
1170
|
}
|
|
1171
|
+
.bg-warning\/20 {
|
|
1172
|
+
background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 20%, transparent);
|
|
1173
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1174
|
+
background-color: color-mix(in oklab, var(--color-warning) 20%, transparent);
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1120
1177
|
.bg-white {
|
|
1121
1178
|
background-color: var(--color-white);
|
|
1122
1179
|
}
|
|
@@ -1210,6 +1267,9 @@
|
|
|
1210
1267
|
.p-4 {
|
|
1211
1268
|
padding: calc(var(--spacing) * 4);
|
|
1212
1269
|
}
|
|
1270
|
+
.\!px-0 {
|
|
1271
|
+
padding-inline: calc(var(--spacing) * 0) !important;
|
|
1272
|
+
}
|
|
1213
1273
|
.px-1 {
|
|
1214
1274
|
padding-inline: calc(var(--spacing) * 1);
|
|
1215
1275
|
}
|
|
@@ -1243,15 +1303,6 @@
|
|
|
1243
1303
|
.pt-0 {
|
|
1244
1304
|
padding-top: calc(var(--spacing) * 0);
|
|
1245
1305
|
}
|
|
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
1306
|
.pb-2 {
|
|
1256
1307
|
padding-bottom: calc(var(--spacing) * 2);
|
|
1257
1308
|
}
|
|
@@ -1317,6 +1368,9 @@
|
|
|
1317
1368
|
.\!text-red-400 {
|
|
1318
1369
|
color: var(--color-red-400) !important;
|
|
1319
1370
|
}
|
|
1371
|
+
.\!text-surface-warning {
|
|
1372
|
+
color: var(--color-surface-warning) !important;
|
|
1373
|
+
}
|
|
1320
1374
|
.\!text-transparent {
|
|
1321
1375
|
color: transparent !important;
|
|
1322
1376
|
}
|
|
@@ -1428,6 +1482,9 @@
|
|
|
1428
1482
|
.text-primary {
|
|
1429
1483
|
color: var(--color-primary);
|
|
1430
1484
|
}
|
|
1485
|
+
.text-property-title-text {
|
|
1486
|
+
color: var(--color-property-title-text);
|
|
1487
|
+
}
|
|
1431
1488
|
.text-secondary {
|
|
1432
1489
|
color: var(--color-secondary);
|
|
1433
1490
|
}
|
|
@@ -1470,6 +1527,9 @@
|
|
|
1470
1527
|
.text-tag-yellow-text {
|
|
1471
1528
|
color: var(--color-tag-yellow-text);
|
|
1472
1529
|
}
|
|
1530
|
+
.text-text-default {
|
|
1531
|
+
color: var(--color-text-default);
|
|
1532
|
+
}
|
|
1473
1533
|
.text-text-image-dark-background {
|
|
1474
1534
|
color: var(--color-text-image-dark-background);
|
|
1475
1535
|
}
|
|
@@ -1532,6 +1592,9 @@
|
|
|
1532
1592
|
.opacity-70 {
|
|
1533
1593
|
opacity: 70%;
|
|
1534
1594
|
}
|
|
1595
|
+
.opacity-100 {
|
|
1596
|
+
opacity: 100%;
|
|
1597
|
+
}
|
|
1535
1598
|
.\!shadow-none {
|
|
1536
1599
|
--tw-shadow: 0 0 #0000 !important;
|
|
1537
1600
|
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 +1688,33 @@
|
|
|
1625
1688
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1626
1689
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1627
1690
|
}
|
|
1691
|
+
.transition-all {
|
|
1692
|
+
transition-property: all;
|
|
1693
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1694
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1695
|
+
}
|
|
1628
1696
|
.transition-opacity {
|
|
1629
1697
|
transition-property: opacity;
|
|
1630
1698
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1631
1699
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1632
1700
|
}
|
|
1701
|
+
.transition-transform {
|
|
1702
|
+
transition-property: transform, translate, scale, rotate;
|
|
1703
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1704
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1705
|
+
}
|
|
1633
1706
|
.duration-200 {
|
|
1634
1707
|
--tw-duration: 200ms;
|
|
1635
1708
|
transition-duration: 200ms;
|
|
1636
1709
|
}
|
|
1710
|
+
.duration-300 {
|
|
1711
|
+
--tw-duration: 300ms;
|
|
1712
|
+
transition-duration: 300ms;
|
|
1713
|
+
}
|
|
1714
|
+
.ease-in-out {
|
|
1715
|
+
--tw-ease: var(--ease-in-out);
|
|
1716
|
+
transition-timing-function: var(--ease-in-out);
|
|
1717
|
+
}
|
|
1637
1718
|
.outline-none {
|
|
1638
1719
|
--tw-outline-style: none;
|
|
1639
1720
|
outline-style: none;
|
|
@@ -1663,18 +1744,18 @@
|
|
|
1663
1744
|
}
|
|
1664
1745
|
}
|
|
1665
1746
|
}
|
|
1666
|
-
.group-hover\:brightness-
|
|
1747
|
+
.group-hover\:brightness-97 {
|
|
1667
1748
|
&:is(:where(.group):hover *) {
|
|
1668
1749
|
@media (hover: hover) {
|
|
1669
|
-
--tw-brightness: brightness(
|
|
1750
|
+
--tw-brightness: brightness(97%);
|
|
1670
1751
|
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
1752
|
}
|
|
1672
1753
|
}
|
|
1673
1754
|
}
|
|
1674
|
-
.first\:rounded-t-
|
|
1755
|
+
.first\:rounded-t-md {
|
|
1675
1756
|
&:first-child {
|
|
1676
|
-
border-top-left-radius: var(--radius-
|
|
1677
|
-
border-top-right-radius: var(--radius-
|
|
1757
|
+
border-top-left-radius: var(--radius-md);
|
|
1758
|
+
border-top-right-radius: var(--radius-md);
|
|
1678
1759
|
}
|
|
1679
1760
|
}
|
|
1680
1761
|
.first\:rounded-l-md {
|
|
@@ -1689,10 +1770,10 @@
|
|
|
1689
1770
|
border-bottom-right-radius: var(--radius-md);
|
|
1690
1771
|
}
|
|
1691
1772
|
}
|
|
1692
|
-
.last\:rounded-b-
|
|
1773
|
+
.last\:rounded-b-md {
|
|
1693
1774
|
&:last-child {
|
|
1694
|
-
border-bottom-right-radius: var(--radius-
|
|
1695
|
-
border-bottom-left-radius: var(--radius-
|
|
1775
|
+
border-bottom-right-radius: var(--radius-md);
|
|
1776
|
+
border-bottom-left-radius: var(--radius-md);
|
|
1696
1777
|
}
|
|
1697
1778
|
}
|
|
1698
1779
|
.focus-within\:border-primary {
|
|
@@ -1815,10 +1896,10 @@
|
|
|
1815
1896
|
}
|
|
1816
1897
|
}
|
|
1817
1898
|
}
|
|
1818
|
-
.hover\:brightness-
|
|
1899
|
+
.hover\:brightness-97 {
|
|
1819
1900
|
&:hover {
|
|
1820
1901
|
@media (hover: hover) {
|
|
1821
|
-
--tw-brightness: brightness(
|
|
1902
|
+
--tw-brightness: brightness(97%);
|
|
1822
1903
|
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
1904
|
}
|
|
1824
1905
|
}
|
|
@@ -1828,11 +1909,6 @@
|
|
|
1828
1909
|
border-color: var(--color-primary);
|
|
1829
1910
|
}
|
|
1830
1911
|
}
|
|
1831
|
-
.focus\:border-transparent {
|
|
1832
|
-
&:focus {
|
|
1833
|
-
border-color: transparent;
|
|
1834
|
-
}
|
|
1835
|
-
}
|
|
1836
1912
|
.focus\:ring-0 {
|
|
1837
1913
|
&:focus {
|
|
1838
1914
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -1845,15 +1921,6 @@
|
|
|
1845
1921
|
outline-style: none;
|
|
1846
1922
|
}
|
|
1847
1923
|
}
|
|
1848
|
-
.focus\:hover\:border-primary {
|
|
1849
|
-
&:focus {
|
|
1850
|
-
&:hover {
|
|
1851
|
-
@media (hover: hover) {
|
|
1852
|
-
border-color: var(--color-primary);
|
|
1853
|
-
}
|
|
1854
|
-
}
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
1924
|
.desktop\:block {
|
|
1858
1925
|
@media (width >= 64rem) {
|
|
1859
1926
|
display: block;
|
|
@@ -1882,6 +1949,14 @@
|
|
|
1882
1949
|
opacity: 0;
|
|
1883
1950
|
}
|
|
1884
1951
|
}
|
|
1952
|
+
@-webkit-keyframes bigLeftUp {
|
|
1953
|
+
0%, 25% {
|
|
1954
|
+
stroke-dashoffset: 1000;
|
|
1955
|
+
}
|
|
1956
|
+
50%, 75%, 100% {
|
|
1957
|
+
stroke-dashoffset: 0;
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1885
1960
|
@keyframes bigLeftUp {
|
|
1886
1961
|
0%, 25% {
|
|
1887
1962
|
stroke-dashoffset: 1000;
|
|
@@ -1890,6 +1965,14 @@
|
|
|
1890
1965
|
stroke-dashoffset: 0;
|
|
1891
1966
|
}
|
|
1892
1967
|
}
|
|
1968
|
+
@-webkit-keyframes bigRightDown {
|
|
1969
|
+
0%, 25%, 50% {
|
|
1970
|
+
stroke-dashoffset: 0;
|
|
1971
|
+
}
|
|
1972
|
+
75%, 100% {
|
|
1973
|
+
stroke-dashoffset: -1000;
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1893
1976
|
@keyframes bigRightDown {
|
|
1894
1977
|
0%, 25%, 50% {
|
|
1895
1978
|
stroke-dashoffset: 0;
|
|
@@ -1898,6 +1981,14 @@
|
|
|
1898
1981
|
stroke-dashoffset: -1000;
|
|
1899
1982
|
}
|
|
1900
1983
|
}
|
|
1984
|
+
@-webkit-keyframes smallLeftUp {
|
|
1985
|
+
0%, 25%, 50% {
|
|
1986
|
+
stroke-dashoffset: 1000;
|
|
1987
|
+
}
|
|
1988
|
+
75%, 100% {
|
|
1989
|
+
stroke-dashoffset: 0;
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1901
1992
|
@keyframes smallLeftUp {
|
|
1902
1993
|
0%, 25%, 50% {
|
|
1903
1994
|
stroke-dashoffset: 1000;
|
|
@@ -1906,6 +1997,14 @@
|
|
|
1906
1997
|
stroke-dashoffset: 0;
|
|
1907
1998
|
}
|
|
1908
1999
|
}
|
|
2000
|
+
@-webkit-keyframes smallRightDown {
|
|
2001
|
+
0%, 25% {
|
|
2002
|
+
stroke-dashoffset: 0;
|
|
2003
|
+
}
|
|
2004
|
+
50%, 75%, 100% {
|
|
2005
|
+
stroke-dashoffset: -1000;
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
1909
2008
|
@keyframes smallRightDown {
|
|
1910
2009
|
0%, 25% {
|
|
1911
2010
|
stroke-dashoffset: 0;
|
|
@@ -1914,26 +2013,58 @@
|
|
|
1914
2013
|
stroke-dashoffset: -1000;
|
|
1915
2014
|
}
|
|
1916
2015
|
}
|
|
2016
|
+
@keyframes pop-in {
|
|
2017
|
+
0% {
|
|
2018
|
+
opacity: 0;
|
|
2019
|
+
scale: 80%;
|
|
2020
|
+
}
|
|
2021
|
+
100% {
|
|
2022
|
+
opacity: 1;
|
|
2023
|
+
scale: 100%;
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
@keyframes pop-out {
|
|
2027
|
+
0% {
|
|
2028
|
+
opacity: 1;
|
|
2029
|
+
scale: 100%;
|
|
2030
|
+
}
|
|
2031
|
+
100% {
|
|
2032
|
+
opacity: 0;
|
|
2033
|
+
scale: 80%;
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
.animate-pop-in {
|
|
2037
|
+
animation: pop-in 0.2s ease-in-out;
|
|
2038
|
+
}
|
|
2039
|
+
.animate-pop-out {
|
|
2040
|
+
animation: pop-out 0.2s ease-in-out forwards;
|
|
2041
|
+
}
|
|
1917
2042
|
.animate-fade {
|
|
1918
2043
|
animation: fade-out 3s ease-in-out;
|
|
1919
2044
|
}
|
|
1920
2045
|
.animate-wave-big-left-up {
|
|
1921
2046
|
animation: bigLeftUp 1.7s ease-in infinite normal;
|
|
2047
|
+
-webkit-animation: bigLeftUp 1.7s ease-in infinite normal;
|
|
1922
2048
|
}
|
|
1923
2049
|
.animate-wave-big-right-down {
|
|
1924
2050
|
animation: bigRightDown 1.7s ease-in infinite reverse;
|
|
2051
|
+
-webkit-animation: bigRightDown 1.7s ease-in infinite reverse;
|
|
1925
2052
|
}
|
|
1926
2053
|
.animate-wave-small-left-up {
|
|
1927
2054
|
animation: smallLeftUp 1.7s ease-in infinite normal;
|
|
2055
|
+
-webkit-animation: smallLeftUp 1.7s ease-in infinite normal;
|
|
1928
2056
|
}
|
|
1929
2057
|
.animate-wave-small-right-down {
|
|
1930
2058
|
animation: smallRightDown 1.7s ease-in infinite reverse;
|
|
2059
|
+
-webkit-animation: smallRightDown 1.7s ease-in infinite reverse;
|
|
1931
2060
|
}
|
|
1932
2061
|
.animate-tooltip-fade-in {
|
|
1933
2062
|
animation: fade-in 0.2s ease-in-out forwards;
|
|
2063
|
+
-webkit-animation: fade-in 0.2s ease-in-out forwards;
|
|
1934
2064
|
}
|
|
1935
2065
|
.animate-tooltip-fade-out {
|
|
1936
2066
|
animation: fade-in 0.2s ease-in-out forwards;
|
|
2067
|
+
-webkit-animation: fade-in 0.2s ease-in-out forwards;
|
|
1937
2068
|
}
|
|
1938
2069
|
}
|
|
1939
2070
|
@layer utilities {
|
|
@@ -1989,8 +2120,9 @@
|
|
|
1989
2120
|
--color-text-tertiary: #B3B3B3;
|
|
1990
2121
|
--color-text-highlight: #3272DF;
|
|
1991
2122
|
--color-description: #999999;
|
|
1992
|
-
--color-disabled-background: #
|
|
1993
|
-
--color-disabled-text: #
|
|
2123
|
+
--color-disabled-background: #292929;
|
|
2124
|
+
--color-disabled-text: #666666;
|
|
2125
|
+
--color-disabled-border: #363636;
|
|
1994
2126
|
}
|
|
1995
2127
|
}
|
|
1996
2128
|
@layer base {
|
|
@@ -2023,8 +2155,9 @@
|
|
|
2023
2155
|
--color-text-tertiary: #B3B3B3;
|
|
2024
2156
|
--color-text-highlight: #3272DF;
|
|
2025
2157
|
--color-description: #999999;
|
|
2026
|
-
--color-disabled-background: #
|
|
2027
|
-
--color-disabled-text: #
|
|
2158
|
+
--color-disabled-background: #292929;
|
|
2159
|
+
--color-disabled-text: #666666;
|
|
2160
|
+
--color-disabled-border: #363636;
|
|
2028
2161
|
}
|
|
2029
2162
|
}
|
|
2030
2163
|
@layer base {
|
|
@@ -2043,8 +2176,12 @@
|
|
|
2043
2176
|
--color-progress-indicator-background: var(--color-gray-700);
|
|
2044
2177
|
--color-overlay-background: #2A2A2A;
|
|
2045
2178
|
--color-overlay-text: var(--color-text-light);
|
|
2179
|
+
--color-overlay-shadow: #00000055;
|
|
2046
2180
|
--color-tabel-header-background: #2F2F2F;
|
|
2047
2181
|
--color-table-row-hover-background: #2f2841;
|
|
2182
|
+
--color-tag-dark-background: #1A1A1A;
|
|
2183
|
+
--color-tooltip-background: #555555;
|
|
2184
|
+
--color-tooltip-text: var(--color-description);
|
|
2048
2185
|
}
|
|
2049
2186
|
}
|
|
2050
2187
|
@layer components {
|
|
@@ -2155,12 +2292,11 @@
|
|
|
2155
2292
|
.btn-sm {
|
|
2156
2293
|
display: flex;
|
|
2157
2294
|
flex-direction: row;
|
|
2158
|
-
column-gap: calc(var(--spacing) *
|
|
2295
|
+
column-gap: calc(var(--spacing) * 1);
|
|
2159
2296
|
height: calc(var(--spacing) * 8);
|
|
2160
2297
|
min-height: calc(var(--spacing) * 8);
|
|
2161
2298
|
align-items: center;
|
|
2162
2299
|
justify-content: center;
|
|
2163
|
-
column-gap: calc(var(--spacing) * 1);
|
|
2164
2300
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2165
2301
|
padding-inline: calc(var(--spacing) * 1.5);
|
|
2166
2302
|
padding-block: calc(var(--spacing) * 1);
|
|
@@ -2173,7 +2309,6 @@
|
|
|
2173
2309
|
min-height: calc(var(--spacing) * 10);
|
|
2174
2310
|
align-items: center;
|
|
2175
2311
|
justify-content: center;
|
|
2176
|
-
column-gap: calc(var(--spacing) * 2);
|
|
2177
2312
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2178
2313
|
padding-inline: calc(var(--spacing) * 3);
|
|
2179
2314
|
padding-block: calc(var(--spacing) * 2);
|
|
@@ -2186,7 +2321,6 @@
|
|
|
2186
2321
|
min-height: calc(var(--spacing) * 12);
|
|
2187
2322
|
align-items: center;
|
|
2188
2323
|
justify-content: center;
|
|
2189
|
-
column-gap: calc(var(--spacing) * 2);
|
|
2190
2324
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2191
2325
|
padding-inline: calc(var(--spacing) * 4);
|
|
2192
2326
|
padding-block: calc(var(--spacing) * 2.5);
|
|
@@ -2194,56 +2328,52 @@
|
|
|
2194
2328
|
.icon-btn-xs {
|
|
2195
2329
|
display: flex;
|
|
2196
2330
|
flex-direction: row;
|
|
2197
|
-
column-gap: calc(var(--spacing) *
|
|
2331
|
+
column-gap: calc(var(--spacing) * 0);
|
|
2198
2332
|
height: calc(var(--spacing) * 6);
|
|
2199
2333
|
min-height: calc(var(--spacing) * 6);
|
|
2200
2334
|
width: calc(var(--spacing) * 6);
|
|
2201
2335
|
min-width: calc(var(--spacing) * 6);
|
|
2202
2336
|
align-items: center;
|
|
2203
2337
|
justify-content: center;
|
|
2204
|
-
column-gap: calc(var(--spacing) * 1);
|
|
2205
2338
|
border-radius: calc(var(--spacing) * 1);
|
|
2206
2339
|
padding: calc(var(--spacing) * 1);
|
|
2207
2340
|
}
|
|
2208
2341
|
.icon-btn-sm {
|
|
2209
2342
|
display: flex;
|
|
2210
2343
|
flex-direction: row;
|
|
2211
|
-
column-gap: calc(var(--spacing) *
|
|
2344
|
+
column-gap: calc(var(--spacing) * 0);
|
|
2212
2345
|
height: calc(var(--spacing) * 8);
|
|
2213
2346
|
min-height: calc(var(--spacing) * 8);
|
|
2214
2347
|
width: calc(var(--spacing) * 8);
|
|
2215
2348
|
min-width: calc(var(--spacing) * 8);
|
|
2216
2349
|
align-items: center;
|
|
2217
2350
|
justify-content: center;
|
|
2218
|
-
column-gap: calc(var(--spacing) * 1);
|
|
2219
2351
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2220
2352
|
padding: calc(var(--spacing) * 1.5);
|
|
2221
2353
|
}
|
|
2222
2354
|
.icon-btn-md {
|
|
2223
2355
|
display: flex;
|
|
2224
2356
|
flex-direction: row;
|
|
2225
|
-
column-gap: calc(var(--spacing) *
|
|
2357
|
+
column-gap: calc(var(--spacing) * 0);
|
|
2226
2358
|
height: calc(var(--spacing) * 10);
|
|
2227
2359
|
min-height: calc(var(--spacing) * 10);
|
|
2228
2360
|
width: calc(var(--spacing) * 10);
|
|
2229
2361
|
min-width: calc(var(--spacing) * 10);
|
|
2230
2362
|
align-items: center;
|
|
2231
2363
|
justify-content: center;
|
|
2232
|
-
column-gap: calc(var(--spacing) * 2);
|
|
2233
2364
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2234
2365
|
padding: calc(var(--spacing) * 2);
|
|
2235
2366
|
}
|
|
2236
2367
|
.icon-btn-lg {
|
|
2237
2368
|
display: flex;
|
|
2238
2369
|
flex-direction: row;
|
|
2239
|
-
column-gap: calc(var(--spacing) *
|
|
2370
|
+
column-gap: calc(var(--spacing) * 0);
|
|
2240
2371
|
height: calc(var(--spacing) * 12);
|
|
2241
2372
|
min-height: calc(var(--spacing) * 12);
|
|
2242
2373
|
width: calc(var(--spacing) * 12);
|
|
2243
2374
|
min-width: calc(var(--spacing) * 12);
|
|
2244
2375
|
align-items: center;
|
|
2245
2376
|
justify-content: center;
|
|
2246
|
-
column-gap: calc(var(--spacing) * 2);
|
|
2247
2377
|
border-radius: calc(var(--spacing) * 1.5);
|
|
2248
2378
|
padding: calc(var(--spacing) * 3);
|
|
2249
2379
|
}
|
|
@@ -2251,7 +2381,6 @@
|
|
|
2251
2381
|
display: flex;
|
|
2252
2382
|
flex-direction: column;
|
|
2253
2383
|
row-gap: calc(var(--spacing) * 2);
|
|
2254
|
-
row-gap: calc(var(--spacing) * 2);
|
|
2255
2384
|
border-radius: 0.25rem;
|
|
2256
2385
|
background-color: var(--color-surface);
|
|
2257
2386
|
padding-inline: calc(var(--spacing) * 2);
|
|
@@ -2262,7 +2391,6 @@
|
|
|
2262
2391
|
display: flex;
|
|
2263
2392
|
flex-direction: column;
|
|
2264
2393
|
row-gap: calc(var(--spacing) * 2);
|
|
2265
|
-
row-gap: calc(var(--spacing) * 2);
|
|
2266
2394
|
border-radius: var(--radius-md);
|
|
2267
2395
|
background-color: var(--color-surface);
|
|
2268
2396
|
padding-inline: calc(var(--spacing) * 4);
|
|
@@ -2273,7 +2401,6 @@
|
|
|
2273
2401
|
display: flex;
|
|
2274
2402
|
flex-direction: column;
|
|
2275
2403
|
row-gap: calc(var(--spacing) * 2);
|
|
2276
|
-
row-gap: calc(var(--spacing) * 2);
|
|
2277
2404
|
border-radius: var(--radius-lg);
|
|
2278
2405
|
background-color: var(--color-surface);
|
|
2279
2406
|
padding-inline: calc(var(--spacing) * 8);
|
|
@@ -2350,10 +2477,16 @@
|
|
|
2350
2477
|
outline-style: none;
|
|
2351
2478
|
}
|
|
2352
2479
|
*:focus-visible {
|
|
2353
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(
|
|
2480
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2354
2481
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2355
2482
|
--tw-ring-color: var(--color-focus);
|
|
2356
2483
|
}
|
|
2484
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2485
|
+
* {
|
|
2486
|
+
animation: none !important;
|
|
2487
|
+
transition-property: none !important;
|
|
2488
|
+
}
|
|
2489
|
+
}
|
|
2357
2490
|
table {
|
|
2358
2491
|
table-layout: fixed;
|
|
2359
2492
|
border-collapse: separate;
|
|
@@ -2385,7 +2518,7 @@
|
|
|
2385
2518
|
}
|
|
2386
2519
|
&:last-child {
|
|
2387
2520
|
border-right-style: var(--tw-border-style);
|
|
2388
|
-
border-right-width:
|
|
2521
|
+
border-right-width: 2px;
|
|
2389
2522
|
}
|
|
2390
2523
|
&:last-child {
|
|
2391
2524
|
padding-right: calc(var(--spacing) * 6);
|
|
@@ -2417,7 +2550,7 @@
|
|
|
2417
2550
|
}
|
|
2418
2551
|
&:last-child {
|
|
2419
2552
|
border-right-style: var(--tw-border-style);
|
|
2420
|
-
border-right-width:
|
|
2553
|
+
border-right-width: 2px;
|
|
2421
2554
|
}
|
|
2422
2555
|
&:last-child {
|
|
2423
2556
|
padding-right: calc(var(--spacing) * 6);
|
|
@@ -2668,6 +2801,10 @@
|
|
|
2668
2801
|
syntax: "*";
|
|
2669
2802
|
inherits: false;
|
|
2670
2803
|
}
|
|
2804
|
+
@property --tw-ease {
|
|
2805
|
+
syntax: "*";
|
|
2806
|
+
inherits: false;
|
|
2807
|
+
}
|
|
2671
2808
|
@property --tw-border-spacing-x {
|
|
2672
2809
|
syntax: "<length>";
|
|
2673
2810
|
inherits: false;
|
|
@@ -2745,6 +2882,7 @@
|
|
|
2745
2882
|
--tw-drop-shadow-alpha: 100%;
|
|
2746
2883
|
--tw-drop-shadow-size: initial;
|
|
2747
2884
|
--tw-duration: initial;
|
|
2885
|
+
--tw-ease: initial;
|
|
2748
2886
|
--tw-border-spacing-x: 0;
|
|
2749
2887
|
--tw-border-spacing-y: 0;
|
|
2750
2888
|
}
|