@powerhousedao/document-engineering 1.8.1 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/scalars/components/date-picker-field/date-picker-field.js +1 -1
- package/dist/src/scalars/components/number-field/number-field-validations.d.ts +1 -1
- package/dist/src/scalars/components/number-field/number-field-validations.d.ts.map +1 -1
- package/dist/src/scalars/components/number-field/number-field.d.ts +2 -3
- package/dist/src/scalars/components/number-field/number-field.d.ts.map +1 -1
- package/dist/src/scalars/components/number-field/number-field.js +4 -49
- package/dist/src/scalars/components/number-field/number-field.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts +1 -1
- package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/amount-input.js +3 -3
- package/dist/src/ui/components/data-entry/amount-input/amount-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +21 -12
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts +3 -1
- package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/date-picker.js +5 -3
- package/dist/src/ui/components/data-entry/date-picker/date-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js +46 -60
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/{calendar-date-header/calendar-date-header.d.ts → calendar-date-footer/calendar-date-footer.d.ts} +3 -3
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/{calendar-date-header/calendar-date-header.d.ts.map → calendar-date-footer/calendar-date-footer.d.ts.map} +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/{calendar-date-header/calendar-date-header.js → calendar-date-footer/calendar-date-footer.js} +4 -4
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-footer/calendar-date-footer.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts +8 -4
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js +15 -14
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts +7 -3
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js +5 -3
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/month-grid.d.ts +19 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/month-grid.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/month-grid.js +29 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/month-grid.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts +6 -3
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js +3 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts +5 -4
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js +3 -2
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts +5 -3
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js +5 -4
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts +3 -4
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js +3 -3
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js +2 -2
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js +2 -2
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/utils.js +8 -8
- package/dist/src/ui/components/data-entry/date-time-picker/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/number-input/index.d.ts +2 -0
- package/dist/src/ui/components/data-entry/number-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/number-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/number-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/number-input/number-input.d.ts +4 -0
- package/dist/src/ui/components/data-entry/number-input/number-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/number-input/number-input.js +64 -0
- package/dist/src/ui/components/data-entry/number-input/number-input.js.map +1 -0
- package/dist/src/{scalars/components/number-field → ui/components/data-entry/number-input}/types.d.ts +1 -3
- package/dist/src/ui/components/data-entry/number-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/number-input/types.js.map +1 -0
- package/dist/src/{scalars/components/number-field/use-number-field.d.ts → ui/components/data-entry/number-input/use-number-input.d.ts} +2 -2
- package/dist/src/ui/components/data-entry/number-input/use-number-input.d.ts.map +1 -0
- package/dist/src/{scalars/components/number-field/use-number-field.js → ui/components/data-entry/number-input/use-number-input.js} +3 -3
- package/dist/src/ui/components/data-entry/number-input/use-number-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/number-input/utils.d.ts.map +1 -0
- package/dist/src/{scalars/components/number-field → ui/components/data-entry/number-input}/utils.js +1 -1
- package/dist/src/ui/components/data-entry/number-input/utils.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js +2 -2
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js +3 -2
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js +6 -14
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts +2 -1
- package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/time-picker.js +2 -2
- package/dist/src/ui/components/data-entry/time-picker/time-picker.js.map +1 -1
- package/dist/src/ui/components/index.d.ts +1 -0
- package/dist/src/ui/components/index.d.ts.map +1 -1
- package/dist/src/ui/components/index.js +1 -0
- package/dist/src/ui/components/index.js.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js +4 -1
- package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js +2 -0
- package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js.map +1 -1
- package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/object-set-table.js +6 -1
- package/dist/src/ui/components/object-set-table/object-set-table.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.js +7 -2
- package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts +4 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js +12 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.d.ts +4 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.js +16 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js +24 -2
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header.js +19 -6
- package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +1 -1
- package/dist/src/ui/components/object-set-table/types.d.ts +38 -2
- package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -1
- package/dist/style.css +1470 -202
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/scalars/components/number-field/types.d.ts.map +0 -1
- package/dist/src/scalars/components/number-field/types.js.map +0 -1
- package/dist/src/scalars/components/number-field/use-number-field.d.ts.map +0 -1
- package/dist/src/scalars/components/number-field/use-number-field.js.map +0 -1
- package/dist/src/scalars/components/number-field/utils.d.ts.map +0 -1
- package/dist/src/scalars/components/number-field/utils.js.map +0 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js.map +0 -1
- /package/dist/src/{scalars/components/number-field → ui/components/data-entry/number-input}/types.js +0 -0
- /package/dist/src/{scalars/components/number-field → ui/components/data-entry/number-input}/utils.d.ts +0 -0
package/dist/style.css
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
--font-sans: "Inter", sans-serif;
|
|
8
8
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
9
|
"Courier New", monospace;
|
|
10
|
+
--color-red-300: hsl(6 82% 87%);
|
|
10
11
|
--color-red-400: hsl(5 82% 83%);
|
|
11
12
|
--color-red-500: hsl(5 80% 78%);
|
|
12
13
|
--color-red-600: hsl(4 81% 74%);
|
|
@@ -25,13 +26,22 @@
|
|
|
25
26
|
--color-green-600: hsl(136 53% 60%);
|
|
26
27
|
--color-green-700: hsl(136 52% 55%);
|
|
27
28
|
--color-green-900: hsl(136 53% 43%);
|
|
29
|
+
--color-cyan-50: oklch(98.4% 0.019 200.873);
|
|
30
|
+
--color-cyan-200: oklch(91.7% 0.08 205.041);
|
|
31
|
+
--color-cyan-300: oklch(86.5% 0.127 207.078);
|
|
32
|
+
--color-cyan-400: oklch(78.9% 0.154 211.53);
|
|
33
|
+
--color-cyan-500: oklch(71.5% 0.143 215.221);
|
|
34
|
+
--color-cyan-700: oklch(52% 0.105 223.128);
|
|
28
35
|
--color-blue-50: oklch(97% 0.014 254.604);
|
|
29
36
|
--color-blue-100: hsl(209 100% 90%);
|
|
37
|
+
--color-blue-200: hsl(209 97% 85%);
|
|
38
|
+
--color-blue-400: hsl(209 100% 75%);
|
|
30
39
|
--color-blue-500: hsl(209 100% 70%);
|
|
31
40
|
--color-blue-600: hsl(209 100% 65%);
|
|
32
41
|
--color-blue-700: hsl(209 100% 60%);
|
|
33
42
|
--color-blue-800: hsl(209 100% 55%);
|
|
34
43
|
--color-blue-900: hsl(209 100% 50%);
|
|
44
|
+
--color-pink-400: oklch(71.8% 0.202 349.761);
|
|
35
45
|
--color-slate-50: hsl(210 20% 96%);
|
|
36
46
|
--color-slate-100: hsl(210 9% 74%);
|
|
37
47
|
--color-slate-200: hsl(210 9% 48%);
|
|
@@ -68,10 +78,12 @@
|
|
|
68
78
|
--font-weight-medium: 500;
|
|
69
79
|
--font-weight-semibold: 600;
|
|
70
80
|
--font-weight-bold: 700;
|
|
81
|
+
--tracking-wider: 0.05em;
|
|
71
82
|
--tracking-widest: 0.1em;
|
|
72
83
|
--radius-sm: 0.25rem;
|
|
73
84
|
--radius-md: 0.375rem;
|
|
74
85
|
--radius-lg: 0.5rem;
|
|
86
|
+
--radius-xl: 0.75rem;
|
|
75
87
|
--animate-spin: spin 1s linear infinite;
|
|
76
88
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
77
89
|
--default-transition-duration: 150ms;
|
|
@@ -556,9 +568,6 @@
|
|
|
556
568
|
.h-full {
|
|
557
569
|
height: 100%;
|
|
558
570
|
}
|
|
559
|
-
.h-px {
|
|
560
|
-
height: 1px;
|
|
561
|
-
}
|
|
562
571
|
.h-screen {
|
|
563
572
|
height: 100vh;
|
|
564
573
|
}
|
|
@@ -655,6 +664,9 @@
|
|
|
655
664
|
.w-screen {
|
|
656
665
|
width: 100vw;
|
|
657
666
|
}
|
|
667
|
+
.max-w-\[40px\] {
|
|
668
|
+
max-width: 40px;
|
|
669
|
+
}
|
|
658
670
|
.max-w-full {
|
|
659
671
|
max-width: 100%;
|
|
660
672
|
}
|
|
@@ -667,9 +679,6 @@
|
|
|
667
679
|
.min-w-4 {
|
|
668
680
|
min-width: calc(var(--spacing) * 4);
|
|
669
681
|
}
|
|
670
|
-
.min-w-9 {
|
|
671
|
-
min-width: calc(var(--spacing) * 9);
|
|
672
|
-
}
|
|
673
682
|
.min-w-\[40px\] {
|
|
674
683
|
min-width: 40px;
|
|
675
684
|
}
|
|
@@ -747,6 +756,9 @@
|
|
|
747
756
|
.appearance-none {
|
|
748
757
|
appearance: none;
|
|
749
758
|
}
|
|
759
|
+
.grid-cols-1 {
|
|
760
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
761
|
+
}
|
|
750
762
|
.grid-cols-2 {
|
|
751
763
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
752
764
|
}
|
|
@@ -3256,292 +3268,1479 @@
|
|
|
3256
3268
|
.\[\&\]\:\!w-\[120px\] {
|
|
3257
3269
|
width: 120px !important;
|
|
3258
3270
|
}
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
background-color: transparent;
|
|
3263
|
-
}
|
|
3271
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:rounded-full {
|
|
3272
|
+
& .date-picker\_\_button-next {
|
|
3273
|
+
border-radius: calc(infinity * 1px);
|
|
3264
3274
|
}
|
|
3265
3275
|
}
|
|
3266
|
-
.\[\&_
|
|
3267
|
-
&
|
|
3268
|
-
|
|
3276
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:border-2 {
|
|
3277
|
+
& .date-picker\_\_button-next {
|
|
3278
|
+
border-style: var(--tw-border-style);
|
|
3279
|
+
border-width: 2px;
|
|
3269
3280
|
}
|
|
3270
3281
|
}
|
|
3271
|
-
.\[\&_
|
|
3272
|
-
&
|
|
3273
|
-
|
|
3282
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:border-cyan-400 {
|
|
3283
|
+
& .date-picker\_\_button-next {
|
|
3284
|
+
border-color: var(--color-cyan-400);
|
|
3274
3285
|
}
|
|
3275
3286
|
}
|
|
3276
|
-
.\[\&_
|
|
3277
|
-
&
|
|
3278
|
-
|
|
3279
|
-
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
3287
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:bg-blue-500 {
|
|
3288
|
+
& .date-picker\_\_button-next {
|
|
3289
|
+
background-color: var(--color-blue-500);
|
|
3280
3290
|
}
|
|
3281
3291
|
}
|
|
3282
|
-
.\[\&_
|
|
3283
|
-
&
|
|
3284
|
-
|
|
3285
|
-
font-weight: var(--font-weight-medium);
|
|
3292
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:bg-transparent {
|
|
3293
|
+
& .date-picker\_\_button-next {
|
|
3294
|
+
background-color: transparent;
|
|
3286
3295
|
}
|
|
3287
3296
|
}
|
|
3288
|
-
.\[\&_
|
|
3289
|
-
&
|
|
3290
|
-
|
|
3297
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:bg-white {
|
|
3298
|
+
& .date-picker\_\_button-next {
|
|
3299
|
+
background-color: var(--color-white);
|
|
3291
3300
|
}
|
|
3292
3301
|
}
|
|
3293
|
-
.\[\&_
|
|
3294
|
-
&
|
|
3295
|
-
|
|
3296
|
-
content: var(--tw-content);
|
|
3297
|
-
background-color: var(--color-blue-500) !important;
|
|
3298
|
-
}
|
|
3302
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:p-2 {
|
|
3303
|
+
& .date-picker\_\_button-next {
|
|
3304
|
+
padding: calc(var(--spacing) * 2);
|
|
3299
3305
|
}
|
|
3300
3306
|
}
|
|
3301
|
-
.\[\&_
|
|
3302
|
-
&
|
|
3303
|
-
|
|
3304
|
-
content: var(--tw-content);
|
|
3305
|
-
background-color: var(--color-red-500) !important;
|
|
3306
|
-
}
|
|
3307
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:text-cyan-400 {
|
|
3308
|
+
& .date-picker\_\_button-next {
|
|
3309
|
+
color: var(--color-cyan-400);
|
|
3307
3310
|
}
|
|
3308
3311
|
}
|
|
3309
|
-
.\[\&_button\]\:
|
|
3310
|
-
&
|
|
3311
|
-
|
|
3312
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:text-gray-700 {
|
|
3313
|
+
& .date-picker\_\_button-next {
|
|
3314
|
+
color: var(--color-gray-700);
|
|
3312
3315
|
}
|
|
3313
3316
|
}
|
|
3314
|
-
.\[\&_button\]\:
|
|
3315
|
-
&
|
|
3317
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:text-white {
|
|
3318
|
+
& .date-picker\_\_button-next {
|
|
3319
|
+
color: var(--color-white);
|
|
3320
|
+
}
|
|
3321
|
+
}
|
|
3322
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:shadow-sm {
|
|
3323
|
+
& .date-picker\_\_button-next {
|
|
3324
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
3325
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3326
|
+
}
|
|
3327
|
+
}
|
|
3328
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:transition-all {
|
|
3329
|
+
& .date-picker\_\_button-next {
|
|
3330
|
+
transition-property: all;
|
|
3331
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
3332
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
3335
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:duration-300 {
|
|
3336
|
+
& .date-picker\_\_button-next {
|
|
3337
|
+
--tw-duration: 300ms;
|
|
3338
|
+
transition-duration: 300ms;
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:hover\:scale-110 {
|
|
3342
|
+
& .date-picker\_\_button-next {
|
|
3316
3343
|
&:hover {
|
|
3317
3344
|
@media (hover: hover) {
|
|
3318
|
-
|
|
3345
|
+
--tw-scale-x: 110%;
|
|
3346
|
+
--tw-scale-y: 110%;
|
|
3347
|
+
--tw-scale-z: 110%;
|
|
3348
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
3319
3349
|
}
|
|
3320
3350
|
}
|
|
3321
3351
|
}
|
|
3322
3352
|
}
|
|
3323
|
-
.\[\&
|
|
3324
|
-
&
|
|
3325
|
-
|
|
3353
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:hover\:bg-cyan-400\/10 {
|
|
3354
|
+
& .date-picker\_\_button-next {
|
|
3355
|
+
&:hover {
|
|
3356
|
+
@media (hover: hover) {
|
|
3357
|
+
background-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 10%, transparent);
|
|
3358
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3359
|
+
background-color: color-mix(in oklab, var(--color-cyan-400) 10%, transparent);
|
|
3360
|
+
}
|
|
3361
|
+
}
|
|
3362
|
+
}
|
|
3326
3363
|
}
|
|
3327
3364
|
}
|
|
3328
|
-
.\[\&
|
|
3329
|
-
&
|
|
3365
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:hover\:bg-gray-50 {
|
|
3366
|
+
& .date-picker\_\_button-next {
|
|
3330
3367
|
&:hover {
|
|
3331
3368
|
@media (hover: hover) {
|
|
3332
|
-
color: var(--color-
|
|
3369
|
+
background-color: var(--color-gray-50);
|
|
3333
3370
|
}
|
|
3334
3371
|
}
|
|
3335
3372
|
}
|
|
3336
3373
|
}
|
|
3337
|
-
.\[\&
|
|
3338
|
-
&
|
|
3339
|
-
|
|
3374
|
+
.\[\&_\.date-picker\\\\_\\\\_button-next\]\:hover\:shadow-\[0_0_15px_rgba\(34\,211\,238\,0\.6\)\] {
|
|
3375
|
+
& .date-picker\_\_button-next {
|
|
3376
|
+
&:hover {
|
|
3377
|
+
@media (hover: hover) {
|
|
3378
|
+
--tw-shadow: 0 0 15px var(--tw-shadow-color, rgba(34,211,238,0.6));
|
|
3379
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3380
|
+
}
|
|
3381
|
+
}
|
|
3340
3382
|
}
|
|
3341
3383
|
}
|
|
3342
|
-
.\[\&
|
|
3343
|
-
&
|
|
3344
|
-
|
|
3345
|
-
height: calc(var(--spacing) * 4);
|
|
3384
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:rounded-full {
|
|
3385
|
+
& .date-picker\_\_button-previous {
|
|
3386
|
+
border-radius: calc(infinity * 1px);
|
|
3346
3387
|
}
|
|
3347
3388
|
}
|
|
3348
|
-
.\[\&
|
|
3349
|
-
&
|
|
3350
|
-
|
|
3389
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:border-2 {
|
|
3390
|
+
& .date-picker\_\_button-previous {
|
|
3391
|
+
border-style: var(--tw-border-style);
|
|
3392
|
+
border-width: 2px;
|
|
3351
3393
|
}
|
|
3352
3394
|
}
|
|
3353
|
-
.\[
|
|
3354
|
-
|
|
3355
|
-
|
|
3395
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:border-cyan-400 {
|
|
3396
|
+
& .date-picker\_\_button-previous {
|
|
3397
|
+
border-color: var(--color-cyan-400);
|
|
3356
3398
|
}
|
|
3357
3399
|
}
|
|
3358
|
-
.\[
|
|
3359
|
-
|
|
3360
|
-
|
|
3400
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:bg-transparent {
|
|
3401
|
+
& .date-picker\_\_button-previous {
|
|
3402
|
+
background-color: transparent;
|
|
3361
3403
|
}
|
|
3362
3404
|
}
|
|
3363
|
-
.\[
|
|
3364
|
-
|
|
3365
|
-
|
|
3405
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:bg-white {
|
|
3406
|
+
& .date-picker\_\_button-previous {
|
|
3407
|
+
background-color: var(--color-white);
|
|
3366
3408
|
}
|
|
3367
3409
|
}
|
|
3368
|
-
.\[
|
|
3369
|
-
|
|
3370
|
-
|
|
3410
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:p-2 {
|
|
3411
|
+
& .date-picker\_\_button-previous {
|
|
3412
|
+
padding: calc(var(--spacing) * 2);
|
|
3371
3413
|
}
|
|
3372
3414
|
}
|
|
3373
|
-
.\[
|
|
3374
|
-
|
|
3375
|
-
|
|
3415
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:text-cyan-400 {
|
|
3416
|
+
& .date-picker\_\_button-previous {
|
|
3417
|
+
color: var(--color-cyan-400);
|
|
3376
3418
|
}
|
|
3377
3419
|
}
|
|
3378
|
-
.\[
|
|
3379
|
-
|
|
3420
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:text-gray-700 {
|
|
3421
|
+
& .date-picker\_\_button-previous {
|
|
3422
|
+
color: var(--color-gray-700);
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:shadow-sm {
|
|
3426
|
+
& .date-picker\_\_button-previous {
|
|
3427
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
3428
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3429
|
+
}
|
|
3430
|
+
}
|
|
3431
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:transition-all {
|
|
3432
|
+
& .date-picker\_\_button-previous {
|
|
3433
|
+
transition-property: all;
|
|
3434
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
3435
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3438
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:duration-300 {
|
|
3439
|
+
& .date-picker\_\_button-previous {
|
|
3440
|
+
--tw-duration: 300ms;
|
|
3441
|
+
transition-duration: 300ms;
|
|
3442
|
+
}
|
|
3443
|
+
}
|
|
3444
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:hover\:scale-110 {
|
|
3445
|
+
& .date-picker\_\_button-previous {
|
|
3380
3446
|
&:hover {
|
|
3381
3447
|
@media (hover: hover) {
|
|
3382
|
-
|
|
3448
|
+
--tw-scale-x: 110%;
|
|
3449
|
+
--tw-scale-y: 110%;
|
|
3450
|
+
--tw-scale-z: 110%;
|
|
3451
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
3383
3452
|
}
|
|
3384
3453
|
}
|
|
3385
3454
|
}
|
|
3386
3455
|
}
|
|
3387
|
-
.\[
|
|
3388
|
-
|
|
3456
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:hover\:bg-cyan-400\/10 {
|
|
3457
|
+
& .date-picker\_\_button-previous {
|
|
3389
3458
|
&:hover {
|
|
3390
3459
|
@media (hover: hover) {
|
|
3391
|
-
background-color: transparent;
|
|
3460
|
+
background-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 10%, transparent);
|
|
3461
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3462
|
+
background-color: color-mix(in oklab, var(--color-cyan-400) 10%, transparent);
|
|
3463
|
+
}
|
|
3392
3464
|
}
|
|
3393
3465
|
}
|
|
3394
3466
|
}
|
|
3395
3467
|
}
|
|
3396
|
-
.\[
|
|
3397
|
-
|
|
3398
|
-
|
|
3468
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:hover\:bg-gray-50 {
|
|
3469
|
+
& .date-picker\_\_button-previous {
|
|
3470
|
+
&:hover {
|
|
3471
|
+
@media (hover: hover) {
|
|
3472
|
+
background-color: var(--color-gray-50);
|
|
3473
|
+
}
|
|
3474
|
+
}
|
|
3399
3475
|
}
|
|
3400
3476
|
}
|
|
3401
|
-
.\[
|
|
3402
|
-
|
|
3403
|
-
|
|
3477
|
+
.\[\&_\.date-picker\\\\_\\\\_button-previous\]\:hover\:shadow-\[0_0_15px_rgba\(34\,211\,238\,0\.6\)\] {
|
|
3478
|
+
& .date-picker\_\_button-previous {
|
|
3479
|
+
&:hover {
|
|
3480
|
+
@media (hover: hover) {
|
|
3481
|
+
--tw-shadow: 0 0 15px var(--tw-shadow-color, rgba(34,211,238,0.6));
|
|
3482
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3483
|
+
}
|
|
3484
|
+
}
|
|
3404
3485
|
}
|
|
3405
3486
|
}
|
|
3406
|
-
.\[
|
|
3407
|
-
|
|
3408
|
-
|
|
3487
|
+
.\[\&_\.date-picker\\\\_\\\\_calendar\]\:rounded-xl {
|
|
3488
|
+
& .date-picker\_\_calendar {
|
|
3489
|
+
border-radius: var(--radius-xl);
|
|
3409
3490
|
}
|
|
3410
3491
|
}
|
|
3411
|
-
.\[
|
|
3412
|
-
|
|
3413
|
-
|
|
3492
|
+
.\[\&_\.date-picker\\\\_\\\\_calendar\]\:rounded-b-lg {
|
|
3493
|
+
& .date-picker\_\_calendar {
|
|
3494
|
+
border-bottom-right-radius: var(--radius-lg);
|
|
3495
|
+
border-bottom-left-radius: var(--radius-lg);
|
|
3414
3496
|
}
|
|
3415
3497
|
}
|
|
3416
|
-
.\[
|
|
3417
|
-
|
|
3418
|
-
color: var(--color-
|
|
3498
|
+
.\[\&_\.date-picker\\\\_\\\\_calendar\]\:bg-white {
|
|
3499
|
+
& .date-picker\_\_calendar {
|
|
3500
|
+
background-color: var(--color-white);
|
|
3419
3501
|
}
|
|
3420
3502
|
}
|
|
3421
|
-
.\[
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
text-overflow: ellipsis;
|
|
3425
|
-
white-space: nowrap;
|
|
3503
|
+
.\[\&_\.date-picker\\\\_\\\\_calendar_button\]\:text-gray-700 {
|
|
3504
|
+
& .date-picker\_\_calendar button {
|
|
3505
|
+
color: var(--color-gray-700);
|
|
3426
3506
|
}
|
|
3427
3507
|
}
|
|
3428
|
-
.\[
|
|
3429
|
-
|
|
3430
|
-
color: var(--color-blue-
|
|
3508
|
+
.\[\&_\.date-picker\\\\_\\\\_calendar_button\[data-selected\=true\]\]\:bg-blue-500 {
|
|
3509
|
+
& .date-picker\_\_calendar button[data-selected=true] {
|
|
3510
|
+
background-color: var(--color-blue-500);
|
|
3431
3511
|
}
|
|
3432
3512
|
}
|
|
3433
|
-
.\[
|
|
3434
|
-
|
|
3435
|
-
color: var(--color-green-
|
|
3513
|
+
.\[\&_\.date-picker\\\\_\\\\_calendar_button\[data-selected\=true\]\]\:bg-green-600 {
|
|
3514
|
+
& .date-picker\_\_calendar button[data-selected=true] {
|
|
3515
|
+
background-color: var(--color-green-600);
|
|
3436
3516
|
}
|
|
3437
3517
|
}
|
|
3438
|
-
.\[
|
|
3439
|
-
|
|
3440
|
-
color: var(--color-
|
|
3518
|
+
.\[\&_\.date-picker\\\\_\\\\_calendar_button\[data-selected\=true\]\]\:text-white {
|
|
3519
|
+
& .date-picker\_\_calendar button[data-selected=true] {
|
|
3520
|
+
color: var(--color-white);
|
|
3441
3521
|
}
|
|
3442
3522
|
}
|
|
3443
|
-
.\[
|
|
3444
|
-
|
|
3445
|
-
|
|
3523
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:gap-2 {
|
|
3524
|
+
& .date-picker\_\_date-footer {
|
|
3525
|
+
gap: calc(var(--spacing) * 2);
|
|
3446
3526
|
}
|
|
3447
3527
|
}
|
|
3448
|
-
.\[
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
height: calc(var(--spacing) * 4);
|
|
3528
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:flex {
|
|
3529
|
+
& .date-picker\_\_day-button {
|
|
3530
|
+
display: flex;
|
|
3452
3531
|
}
|
|
3453
3532
|
}
|
|
3454
|
-
.\[
|
|
3455
|
-
|
|
3456
|
-
|
|
3533
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:h-6 {
|
|
3534
|
+
& .date-picker\_\_day-button {
|
|
3535
|
+
height: calc(var(--spacing) * 6);
|
|
3457
3536
|
}
|
|
3458
3537
|
}
|
|
3459
|
-
.\[
|
|
3460
|
-
|
|
3461
|
-
|
|
3538
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:w-6 {
|
|
3539
|
+
& .date-picker\_\_day-button {
|
|
3540
|
+
width: calc(var(--spacing) * 6);
|
|
3462
3541
|
}
|
|
3463
3542
|
}
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
--toastify-text-color-light: var(--color-gray-800);
|
|
3469
|
-
--toastify-color-progress-info: var(--color-gray-300);
|
|
3470
|
-
--toastify-color-progress-success: var(--color-gray-300);
|
|
3471
|
-
--toastify-color-progress-warning: var(--color-gray-300);
|
|
3472
|
-
--toastify-color-progress-error: var(--color-gray-300);
|
|
3473
|
-
--toastify-color-progress-light: var(--color-gray-300);
|
|
3474
|
-
}
|
|
3475
|
-
html:has(dialog[open]) {
|
|
3476
|
-
overflow: hidden;
|
|
3477
|
-
}
|
|
3478
|
-
.checkbox-container input[type="checkbox"] {
|
|
3479
|
-
accent-color: var(--color-gray-900);
|
|
3480
|
-
}
|
|
3481
|
-
.rmsc {
|
|
3482
|
-
--rmsc-main: var(--color-gray-300) !important;
|
|
3483
|
-
--rmsc-hover: var(--color-gray-100) !important;
|
|
3484
|
-
--rmsc-selected: var(--color-gray-300) !important;
|
|
3485
|
-
}
|
|
3486
|
-
.Toastify__toast-body {
|
|
3487
|
-
padding: 0;
|
|
3488
|
-
margin: 0;
|
|
3489
|
-
font-size: 14px;
|
|
3490
|
-
font-weight: 600;
|
|
3491
|
-
}
|
|
3492
|
-
.Toastify__toast {
|
|
3493
|
-
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.32);
|
|
3494
|
-
padding: 12px 16px 12px 16px;
|
|
3495
|
-
}
|
|
3496
|
-
.Toastify__progress-bar--wrp {
|
|
3497
|
-
height: 2px;
|
|
3498
|
-
}
|
|
3499
|
-
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
|
|
3500
|
-
-webkit-appearance: none;
|
|
3501
|
-
-moz-appearance: none;
|
|
3502
|
-
appearance: none;
|
|
3503
|
-
margin: 0;
|
|
3504
|
-
}
|
|
3505
|
-
input[type="number"] {
|
|
3506
|
-
-moz-appearance: textfield;
|
|
3507
|
-
}
|
|
3508
|
-
@layer base {
|
|
3509
|
-
h1, h2, h3, h4, h5, h6, p {
|
|
3510
|
-
color: var(--color-gray-900);
|
|
3543
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:items-center {
|
|
3544
|
+
& .date-picker\_\_day-button {
|
|
3545
|
+
align-items: center;
|
|
3546
|
+
}
|
|
3511
3547
|
}
|
|
3512
|
-
button {
|
|
3513
|
-
|
|
3548
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:justify-center {
|
|
3549
|
+
& .date-picker\_\_day-button {
|
|
3550
|
+
justify-content: center;
|
|
3551
|
+
}
|
|
3514
3552
|
}
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
scrollbar-width: initial;
|
|
3553
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:rounded-full {
|
|
3554
|
+
& .date-picker\_\_day-button {
|
|
3555
|
+
border-radius: calc(infinity * 1px);
|
|
3556
|
+
}
|
|
3520
3557
|
}
|
|
3558
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:font-medium {
|
|
3559
|
+
& .date-picker\_\_day-button {
|
|
3560
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
3561
|
+
font-weight: var(--font-weight-medium);
|
|
3562
|
+
}
|
|
3563
|
+
}
|
|
3564
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:text-cyan-400 {
|
|
3565
|
+
& .date-picker\_\_day-button {
|
|
3566
|
+
color: var(--color-cyan-400);
|
|
3567
|
+
}
|
|
3568
|
+
}
|
|
3569
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:text-gray-700 {
|
|
3570
|
+
& .date-picker\_\_day-button {
|
|
3571
|
+
color: var(--color-gray-700);
|
|
3572
|
+
}
|
|
3573
|
+
}
|
|
3574
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:transition-all {
|
|
3575
|
+
& .date-picker\_\_day-button {
|
|
3576
|
+
transition-property: all;
|
|
3577
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
3578
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
3579
|
+
}
|
|
3580
|
+
}
|
|
3581
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:duration-300 {
|
|
3582
|
+
& .date-picker\_\_day-button {
|
|
3583
|
+
--tw-duration: 300ms;
|
|
3584
|
+
transition-duration: 300ms;
|
|
3585
|
+
}
|
|
3586
|
+
}
|
|
3587
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:hover\:scale-110 {
|
|
3588
|
+
& .date-picker\_\_day-button {
|
|
3589
|
+
&:hover {
|
|
3590
|
+
@media (hover: hover) {
|
|
3591
|
+
--tw-scale-x: 110%;
|
|
3592
|
+
--tw-scale-y: 110%;
|
|
3593
|
+
--tw-scale-z: 110%;
|
|
3594
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
3595
|
+
}
|
|
3596
|
+
}
|
|
3597
|
+
}
|
|
3598
|
+
}
|
|
3599
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:hover\:bg-blue-100 {
|
|
3600
|
+
& .date-picker\_\_day-button {
|
|
3601
|
+
&:hover {
|
|
3602
|
+
@media (hover: hover) {
|
|
3603
|
+
background-color: var(--color-blue-100);
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3608
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:hover\:bg-cyan-400\/10 {
|
|
3609
|
+
& .date-picker\_\_day-button {
|
|
3610
|
+
&:hover {
|
|
3611
|
+
@media (hover: hover) {
|
|
3612
|
+
background-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 10%, transparent);
|
|
3613
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3614
|
+
background-color: color-mix(in oklab, var(--color-cyan-400) 10%, transparent);
|
|
3615
|
+
}
|
|
3616
|
+
}
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
}
|
|
3620
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:hover\:bg-gray-50 {
|
|
3621
|
+
& .date-picker\_\_day-button {
|
|
3622
|
+
&:hover {
|
|
3623
|
+
@media (hover: hover) {
|
|
3624
|
+
background-color: var(--color-gray-50);
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
}
|
|
3628
|
+
}
|
|
3629
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:hover\:text-cyan-300 {
|
|
3630
|
+
& .date-picker\_\_day-button {
|
|
3631
|
+
&:hover {
|
|
3632
|
+
@media (hover: hover) {
|
|
3633
|
+
color: var(--color-cyan-300);
|
|
3634
|
+
}
|
|
3635
|
+
}
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3638
|
+
.\[\&_\.date-picker\\\\_\\\\_day-button\]\:hover\:text-gray-900 {
|
|
3639
|
+
& .date-picker\_\_day-button {
|
|
3640
|
+
&:hover {
|
|
3641
|
+
@media (hover: hover) {
|
|
3642
|
+
color: var(--color-gray-900);
|
|
3643
|
+
}
|
|
3644
|
+
}
|
|
3645
|
+
}
|
|
3646
|
+
}
|
|
3647
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:mb-4 {
|
|
3648
|
+
& .date-picker\_\_month-caption {
|
|
3649
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
3650
|
+
}
|
|
3651
|
+
}
|
|
3652
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:border-b {
|
|
3653
|
+
& .date-picker\_\_month-caption {
|
|
3654
|
+
border-bottom-style: var(--tw-border-style);
|
|
3655
|
+
border-bottom-width: 1px;
|
|
3656
|
+
}
|
|
3657
|
+
}
|
|
3658
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:border-cyan-400\/30 {
|
|
3659
|
+
& .date-picker\_\_month-caption {
|
|
3660
|
+
border-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 30%, transparent);
|
|
3661
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3662
|
+
border-color: color-mix(in oklab, var(--color-cyan-400) 30%, transparent);
|
|
3663
|
+
}
|
|
3664
|
+
}
|
|
3665
|
+
}
|
|
3666
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:bg-white {
|
|
3667
|
+
& .date-picker\_\_month-caption {
|
|
3668
|
+
background-color: var(--color-white);
|
|
3669
|
+
}
|
|
3670
|
+
}
|
|
3671
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:p-2 {
|
|
3672
|
+
& .date-picker\_\_month-caption {
|
|
3673
|
+
padding: calc(var(--spacing) * 2);
|
|
3674
|
+
}
|
|
3675
|
+
}
|
|
3676
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:font-mono {
|
|
3677
|
+
& .date-picker\_\_month-caption {
|
|
3678
|
+
font-family: var(--font-mono);
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
3681
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:text-lg {
|
|
3682
|
+
& .date-picker\_\_month-caption {
|
|
3683
|
+
font-size: var(--text-lg);
|
|
3684
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
3685
|
+
}
|
|
3686
|
+
}
|
|
3687
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:font-bold {
|
|
3688
|
+
& .date-picker\_\_month-caption {
|
|
3689
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
3690
|
+
font-weight: var(--font-weight-bold);
|
|
3691
|
+
}
|
|
3692
|
+
}
|
|
3693
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:text-cyan-400 {
|
|
3694
|
+
& .date-picker\_\_month-caption {
|
|
3695
|
+
color: var(--color-cyan-400);
|
|
3696
|
+
}
|
|
3697
|
+
}
|
|
3698
|
+
.\[\&_\.date-picker\\\\_\\\\_month-caption\]\:text-gray-900 {
|
|
3699
|
+
& .date-picker\_\_month-caption {
|
|
3700
|
+
color: var(--color-gray-900);
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3703
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid\]\:mt-2 {
|
|
3704
|
+
& .date-picker\_\_month-grid {
|
|
3705
|
+
margin-top: calc(var(--spacing) * 2);
|
|
3706
|
+
}
|
|
3707
|
+
}
|
|
3708
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid\]\:gap-1 {
|
|
3709
|
+
& .date-picker\_\_month-grid {
|
|
3710
|
+
gap: calc(var(--spacing) * 1);
|
|
3711
|
+
}
|
|
3712
|
+
}
|
|
3713
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:rounded-lg {
|
|
3714
|
+
& .date-picker\_\_month-grid--view {
|
|
3715
|
+
border-radius: var(--radius-lg);
|
|
3716
|
+
}
|
|
3717
|
+
}
|
|
3718
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:border {
|
|
3719
|
+
& .date-picker\_\_month-grid--view {
|
|
3720
|
+
border-style: var(--tw-border-style);
|
|
3721
|
+
border-width: 1px;
|
|
3722
|
+
}
|
|
3723
|
+
}
|
|
3724
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:border-2 {
|
|
3725
|
+
& .date-picker\_\_month-grid--view {
|
|
3726
|
+
border-style: var(--tw-border-style);
|
|
3727
|
+
border-width: 2px;
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:border-blue-400 {
|
|
3731
|
+
& .date-picker\_\_month-grid--view {
|
|
3732
|
+
border-color: var(--color-blue-400);
|
|
3733
|
+
}
|
|
3734
|
+
}
|
|
3735
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:border-gray-100 {
|
|
3736
|
+
& .date-picker\_\_month-grid--view {
|
|
3737
|
+
border-color: var(--color-gray-100);
|
|
3738
|
+
}
|
|
3739
|
+
}
|
|
3740
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:bg-red-500 {
|
|
3741
|
+
& .date-picker\_\_month-grid--view {
|
|
3742
|
+
background-color: var(--color-red-500);
|
|
3743
|
+
}
|
|
3744
|
+
}
|
|
3745
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:bg-white {
|
|
3746
|
+
& .date-picker\_\_month-grid--view {
|
|
3747
|
+
background-color: var(--color-white);
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3750
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:p-2 {
|
|
3751
|
+
& .date-picker\_\_month-grid--view {
|
|
3752
|
+
padding: calc(var(--spacing) * 2);
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:font-bold {
|
|
3756
|
+
& .date-picker\_\_month-grid--view {
|
|
3757
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
3758
|
+
font-weight: var(--font-weight-bold);
|
|
3759
|
+
}
|
|
3760
|
+
}
|
|
3761
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:font-medium {
|
|
3762
|
+
& .date-picker\_\_month-grid--view {
|
|
3763
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
3764
|
+
font-weight: var(--font-weight-medium);
|
|
3765
|
+
}
|
|
3766
|
+
}
|
|
3767
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:text-gray-700 {
|
|
3768
|
+
& .date-picker\_\_month-grid--view {
|
|
3769
|
+
color: var(--color-gray-700);
|
|
3770
|
+
}
|
|
3771
|
+
}
|
|
3772
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:text-white {
|
|
3773
|
+
& .date-picker\_\_month-grid--view {
|
|
3774
|
+
color: var(--color-white);
|
|
3775
|
+
}
|
|
3776
|
+
}
|
|
3777
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:shadow-sm {
|
|
3778
|
+
& .date-picker\_\_month-grid--view {
|
|
3779
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
3780
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3783
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:transition-all {
|
|
3784
|
+
& .date-picker\_\_month-grid--view {
|
|
3785
|
+
transition-property: all;
|
|
3786
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
3787
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
3788
|
+
}
|
|
3789
|
+
}
|
|
3790
|
+
.\[\&_\.date-picker\\\\_\\\\_month-grid--view\]\:hover\:bg-gray-50 {
|
|
3791
|
+
& .date-picker\_\_month-grid--view {
|
|
3792
|
+
&:hover {
|
|
3793
|
+
@media (hover: hover) {
|
|
3794
|
+
background-color: var(--color-gray-50);
|
|
3795
|
+
}
|
|
3796
|
+
}
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
.\[\&_\.date-picker\\\\_\\\\_outside\]\:\!bg-gray-900 {
|
|
3800
|
+
& .date-picker\_\_outside {
|
|
3801
|
+
background-color: var(--color-gray-900) !important;
|
|
3802
|
+
}
|
|
3803
|
+
}
|
|
3804
|
+
.\[\&_\.date-picker\\\\_\\\\_outside\]\:\!bg-transparent {
|
|
3805
|
+
& .date-picker\_\_outside {
|
|
3806
|
+
background-color: transparent !important;
|
|
3807
|
+
}
|
|
3808
|
+
}
|
|
3809
|
+
.\[\&_\.date-picker\\\\_\\\\_outside\]\:opacity-30 {
|
|
3810
|
+
& .date-picker\_\_outside {
|
|
3811
|
+
opacity: 30%;
|
|
3812
|
+
}
|
|
3813
|
+
}
|
|
3814
|
+
.\[\&_\.date-picker\\\\_\\\\_outside\]\:opacity-40 {
|
|
3815
|
+
& .date-picker\_\_outside {
|
|
3816
|
+
opacity: 40%;
|
|
3817
|
+
}
|
|
3818
|
+
}
|
|
3819
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:\!rounded-full {
|
|
3820
|
+
& .date-picker\_\_selected {
|
|
3821
|
+
border-radius: calc(infinity * 1px) !important;
|
|
3822
|
+
}
|
|
3823
|
+
}
|
|
3824
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:\!bg-\[\#FF5A5F\] {
|
|
3825
|
+
& .date-picker\_\_selected {
|
|
3826
|
+
background-color: #FF5A5F !important;
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3829
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:\!bg-blue-500 {
|
|
3830
|
+
& .date-picker\_\_selected {
|
|
3831
|
+
background-color: var(--color-blue-500) !important;
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:\!bg-cyan-400 {
|
|
3835
|
+
& .date-picker\_\_selected {
|
|
3836
|
+
background-color: var(--color-cyan-400) !important;
|
|
3837
|
+
}
|
|
3838
|
+
}
|
|
3839
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:\!font-mono {
|
|
3840
|
+
& .date-picker\_\_selected {
|
|
3841
|
+
font-family: var(--font-mono) !important;
|
|
3842
|
+
}
|
|
3843
|
+
}
|
|
3844
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:\!font-medium {
|
|
3845
|
+
& .date-picker\_\_selected {
|
|
3846
|
+
--tw-font-weight: var(--font-weight-medium) !important;
|
|
3847
|
+
font-weight: var(--font-weight-medium) !important;
|
|
3848
|
+
}
|
|
3849
|
+
}
|
|
3850
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:\!text-black {
|
|
3851
|
+
& .date-picker\_\_selected {
|
|
3852
|
+
color: var(--color-black) !important;
|
|
3853
|
+
}
|
|
3854
|
+
}
|
|
3855
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:\!text-white {
|
|
3856
|
+
& .date-picker\_\_selected {
|
|
3857
|
+
color: var(--color-white) !important;
|
|
3858
|
+
}
|
|
3859
|
+
}
|
|
3860
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:shadow-sm {
|
|
3861
|
+
& .date-picker\_\_selected {
|
|
3862
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
3863
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3864
|
+
}
|
|
3865
|
+
}
|
|
3866
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:transition-all {
|
|
3867
|
+
& .date-picker\_\_selected {
|
|
3868
|
+
transition-property: all;
|
|
3869
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
3870
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3873
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:duration-300 {
|
|
3874
|
+
& .date-picker\_\_selected {
|
|
3875
|
+
--tw-duration: 300ms;
|
|
3876
|
+
transition-duration: 300ms;
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:hover\:\!bg-\[\#FF5A5F\]\/90 {
|
|
3880
|
+
& .date-picker\_\_selected {
|
|
3881
|
+
&:hover {
|
|
3882
|
+
@media (hover: hover) {
|
|
3883
|
+
background-color: color-mix(in oklab, #FF5A5F 90%, transparent) !important;
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
.\[\&_\.date-picker\\\\_\\\\_selected\]\:hover\:\!bg-cyan-500 {
|
|
3889
|
+
& .date-picker\_\_selected {
|
|
3890
|
+
&:hover {
|
|
3891
|
+
@media (hover: hover) {
|
|
3892
|
+
background-color: var(--color-cyan-500) !important;
|
|
3893
|
+
}
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
3896
|
+
}
|
|
3897
|
+
.\[\&_\.date-picker\\\\_\\\\_today\]\:rounded-full {
|
|
3898
|
+
& .date-picker\_\_today {
|
|
3899
|
+
border-radius: calc(infinity * 1px);
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3902
|
+
.\[\&_\.date-picker\\\\_\\\\_today\]\:border-2 {
|
|
3903
|
+
& .date-picker\_\_today {
|
|
3904
|
+
border-style: var(--tw-border-style);
|
|
3905
|
+
border-width: 2px;
|
|
3906
|
+
}
|
|
3907
|
+
}
|
|
3908
|
+
.\[\&_\.date-picker\\\\_\\\\_today\]\:border-\[\#FF5A5F\] {
|
|
3909
|
+
& .date-picker\_\_today {
|
|
3910
|
+
border-color: #FF5A5F;
|
|
3911
|
+
}
|
|
3912
|
+
}
|
|
3913
|
+
.\[\&_\.date-picker\\\\_\\\\_today\]\:border-blue-500 {
|
|
3914
|
+
& .date-picker\_\_today {
|
|
3915
|
+
border-color: var(--color-blue-500);
|
|
3916
|
+
}
|
|
3917
|
+
}
|
|
3918
|
+
.\[\&_\.date-picker\\\\_\\\\_today\]\:border-cyan-400 {
|
|
3919
|
+
& .date-picker\_\_today {
|
|
3920
|
+
border-color: var(--color-cyan-400);
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
.\[\&_\.date-picker\\\\_\\\\_today\]\:border-pink-400 {
|
|
3924
|
+
& .date-picker\_\_today {
|
|
3925
|
+
border-color: var(--color-pink-400);
|
|
3926
|
+
}
|
|
3927
|
+
}
|
|
3928
|
+
.\[\&_\.date-picker\\\\_\\\\_today\]\:font-medium {
|
|
3929
|
+
& .date-picker\_\_today {
|
|
3930
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
3931
|
+
font-weight: var(--font-weight-medium);
|
|
3932
|
+
}
|
|
3933
|
+
}
|
|
3934
|
+
.\[\&_\.date-picker\\\\_\\\\_today\]\:text-pink-400 {
|
|
3935
|
+
& .date-picker\_\_today {
|
|
3936
|
+
color: var(--color-pink-400);
|
|
3937
|
+
}
|
|
3938
|
+
}
|
|
3939
|
+
.\[\&_\.date-picker\\\\_\\\\_weekday\]\:font-mono {
|
|
3940
|
+
& .date-picker\_\_weekday {
|
|
3941
|
+
font-family: var(--font-mono);
|
|
3942
|
+
}
|
|
3943
|
+
}
|
|
3944
|
+
.\[\&_\.date-picker\\\\_\\\\_weekday\]\:text-sm {
|
|
3945
|
+
& .date-picker\_\_weekday {
|
|
3946
|
+
font-size: var(--text-sm);
|
|
3947
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
3948
|
+
}
|
|
3949
|
+
}
|
|
3950
|
+
.\[\&_\.date-picker\\\\_\\\\_weekday\]\:font-medium {
|
|
3951
|
+
& .date-picker\_\_weekday {
|
|
3952
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
3953
|
+
font-weight: var(--font-weight-medium);
|
|
3954
|
+
}
|
|
3955
|
+
}
|
|
3956
|
+
.\[\&_\.date-picker\\\\_\\\\_weekday\]\:tracking-wider {
|
|
3957
|
+
& .date-picker\_\_weekday {
|
|
3958
|
+
--tw-tracking: var(--tracking-wider);
|
|
3959
|
+
letter-spacing: var(--tracking-wider);
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3962
|
+
.\[\&_\.date-picker\\\\_\\\\_weekday\]\:text-blue-500 {
|
|
3963
|
+
& .date-picker\_\_weekday {
|
|
3964
|
+
color: var(--color-blue-500);
|
|
3965
|
+
}
|
|
3966
|
+
}
|
|
3967
|
+
.\[\&_\.date-picker\\\\_\\\\_weekday\]\:text-cyan-400 {
|
|
3968
|
+
& .date-picker\_\_weekday {
|
|
3969
|
+
color: var(--color-cyan-400);
|
|
3970
|
+
}
|
|
3971
|
+
}
|
|
3972
|
+
.\[\&_\.date-picker\\\\_\\\\_weekday\]\:text-gray-500 {
|
|
3973
|
+
& .date-picker\_\_weekday {
|
|
3974
|
+
color: var(--color-gray-500);
|
|
3975
|
+
}
|
|
3976
|
+
}
|
|
3977
|
+
.\[\&_\.date-picker\\\\_\\\\_weekday\]\:uppercase {
|
|
3978
|
+
& .date-picker\_\_weekday {
|
|
3979
|
+
text-transform: uppercase;
|
|
3980
|
+
}
|
|
3981
|
+
}
|
|
3982
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:rounded-lg {
|
|
3983
|
+
& .date-picker\_\_year-grid--view {
|
|
3984
|
+
border-radius: var(--radius-lg);
|
|
3985
|
+
}
|
|
3986
|
+
}
|
|
3987
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:border {
|
|
3988
|
+
& .date-picker\_\_year-grid--view {
|
|
3989
|
+
border-style: var(--tw-border-style);
|
|
3990
|
+
border-width: 1px;
|
|
3991
|
+
}
|
|
3992
|
+
}
|
|
3993
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:border-2 {
|
|
3994
|
+
& .date-picker\_\_year-grid--view {
|
|
3995
|
+
border-style: var(--tw-border-style);
|
|
3996
|
+
border-width: 2px;
|
|
3997
|
+
}
|
|
3998
|
+
}
|
|
3999
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:border-gray-100 {
|
|
4000
|
+
& .date-picker\_\_year-grid--view {
|
|
4001
|
+
border-color: var(--color-gray-100);
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:border-red-400 {
|
|
4005
|
+
& .date-picker\_\_year-grid--view {
|
|
4006
|
+
border-color: var(--color-red-400);
|
|
4007
|
+
}
|
|
4008
|
+
}
|
|
4009
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:bg-blue-500 {
|
|
4010
|
+
& .date-picker\_\_year-grid--view {
|
|
4011
|
+
background-color: var(--color-blue-500);
|
|
4012
|
+
}
|
|
4013
|
+
}
|
|
4014
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:bg-white {
|
|
4015
|
+
& .date-picker\_\_year-grid--view {
|
|
4016
|
+
background-color: var(--color-white);
|
|
4017
|
+
}
|
|
4018
|
+
}
|
|
4019
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:p-2 {
|
|
4020
|
+
& .date-picker\_\_year-grid--view {
|
|
4021
|
+
padding: calc(var(--spacing) * 2);
|
|
4022
|
+
}
|
|
4023
|
+
}
|
|
4024
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:font-bold {
|
|
4025
|
+
& .date-picker\_\_year-grid--view {
|
|
4026
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
4027
|
+
font-weight: var(--font-weight-bold);
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:font-medium {
|
|
4031
|
+
& .date-picker\_\_year-grid--view {
|
|
4032
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
4033
|
+
font-weight: var(--font-weight-medium);
|
|
4034
|
+
}
|
|
4035
|
+
}
|
|
4036
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:text-gray-700 {
|
|
4037
|
+
& .date-picker\_\_year-grid--view {
|
|
4038
|
+
color: var(--color-gray-700);
|
|
4039
|
+
}
|
|
4040
|
+
}
|
|
4041
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:text-white {
|
|
4042
|
+
& .date-picker\_\_year-grid--view {
|
|
4043
|
+
color: var(--color-white);
|
|
4044
|
+
}
|
|
4045
|
+
}
|
|
4046
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:shadow-sm {
|
|
4047
|
+
& .date-picker\_\_year-grid--view {
|
|
4048
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
4049
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4050
|
+
}
|
|
4051
|
+
}
|
|
4052
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:transition-all {
|
|
4053
|
+
& .date-picker\_\_year-grid--view {
|
|
4054
|
+
transition-property: all;
|
|
4055
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
4056
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
4057
|
+
}
|
|
4058
|
+
}
|
|
4059
|
+
.\[\&_\.date-picker\\\\_\\\\_year-grid--view\]\:hover\:bg-gray-50 {
|
|
4060
|
+
& .date-picker\_\_year-grid--view {
|
|
4061
|
+
&:hover {
|
|
4062
|
+
@media (hover: hover) {
|
|
4063
|
+
background-color: var(--color-gray-50);
|
|
4064
|
+
}
|
|
4065
|
+
}
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
.\[\&_\.date-time-picker\\\\_\\\\_content\]\:rounded-lg {
|
|
4069
|
+
& .date-time-picker\_\_content {
|
|
4070
|
+
border-radius: var(--radius-lg);
|
|
4071
|
+
}
|
|
4072
|
+
}
|
|
4073
|
+
.\[\&_\.date-time-picker\\\\_\\\\_content\]\:border-cyan-200 {
|
|
4074
|
+
& .date-time-picker\_\_content {
|
|
4075
|
+
border-color: var(--color-cyan-200);
|
|
4076
|
+
}
|
|
4077
|
+
}
|
|
4078
|
+
.\[\&_\.date-time-picker\\\\_\\\\_content\]\:from-cyan-50 {
|
|
4079
|
+
& .date-time-picker\_\_content {
|
|
4080
|
+
--tw-gradient-from: var(--color-cyan-50);
|
|
4081
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4082
|
+
}
|
|
4083
|
+
}
|
|
4084
|
+
.\[\&_\.date-time-picker\\\\_\\\\_content\]\:to-blue-50 {
|
|
4085
|
+
& .date-time-picker\_\_content {
|
|
4086
|
+
--tw-gradient-to: var(--color-blue-50);
|
|
4087
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4088
|
+
}
|
|
4089
|
+
}
|
|
4090
|
+
.\[\&_\.date-time-picker\\\\_\\\\_tabs\]\:border-cyan-200 {
|
|
4091
|
+
& .date-time-picker\_\_tabs {
|
|
4092
|
+
border-color: var(--color-cyan-200);
|
|
4093
|
+
}
|
|
4094
|
+
}
|
|
4095
|
+
.\[\&_\.date-time-picker\\\\_\\\\_tabs_svg\]\:text-green-700 {
|
|
4096
|
+
& .date-time-picker\_\_tabs svg {
|
|
4097
|
+
color: var(--color-green-700);
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
.\[\&_\.date-time-picker\\\\_\\\\_tabs_svg\[data-selected\=true\]\]\:scale-110 {
|
|
4101
|
+
& .date-time-picker\_\_tabs svg[data-selected=true] {
|
|
4102
|
+
--tw-scale-x: 110%;
|
|
4103
|
+
--tw-scale-y: 110%;
|
|
4104
|
+
--tw-scale-z: 110%;
|
|
4105
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
.\[\&_\.date-time-picker\\\\_\\\\_tabs_svg\[data-selected\=true\]\]\:font-bold {
|
|
4109
|
+
& .date-time-picker\_\_tabs svg[data-selected=true] {
|
|
4110
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
4111
|
+
font-weight: var(--font-weight-bold);
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
4114
|
+
.\[\&_\.date-time-picker\\\\_\\\\_tabs_svg\[data-selected\=true\]\]\:text-red-600 {
|
|
4115
|
+
& .date-time-picker\_\_tabs svg[data-selected=true] {
|
|
4116
|
+
color: var(--color-red-600);
|
|
4117
|
+
}
|
|
4118
|
+
}
|
|
4119
|
+
.\[\&_\.date-time-picker\\\\_\\\\_tabs_svg\[data-state\=active\]\]\:text-green-900 {
|
|
4120
|
+
& .date-time-picker\_\_tabs svg[data-state=active] {
|
|
4121
|
+
color: var(--color-green-900);
|
|
4122
|
+
}
|
|
4123
|
+
}
|
|
4124
|
+
.\[\&_\.date-time-picker\\\\_\\\\_tabs_svg\[data-state\=active\]\]\:text-red-900 {
|
|
4125
|
+
& .date-time-picker\_\_tabs svg[data-state=active] {
|
|
4126
|
+
color: var(--color-red-900);
|
|
4127
|
+
}
|
|
4128
|
+
}
|
|
4129
|
+
.focus\:\[\&_\.input-field\]\:bg-transparent {
|
|
4130
|
+
&:focus {
|
|
4131
|
+
& .input-field {
|
|
4132
|
+
background-color: transparent;
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
4136
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:rounded-lg {
|
|
4137
|
+
& .time-picker\_\_content {
|
|
4138
|
+
border-radius: var(--radius-lg);
|
|
4139
|
+
}
|
|
4140
|
+
}
|
|
4141
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:border-2 {
|
|
4142
|
+
& .time-picker\_\_content {
|
|
4143
|
+
border-style: var(--tw-border-style);
|
|
4144
|
+
border-width: 2px;
|
|
4145
|
+
}
|
|
4146
|
+
}
|
|
4147
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:border-b {
|
|
4148
|
+
& .time-picker\_\_content {
|
|
4149
|
+
border-bottom-style: var(--tw-border-style);
|
|
4150
|
+
border-bottom-width: 1px;
|
|
4151
|
+
}
|
|
4152
|
+
}
|
|
4153
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:border-cyan-400 {
|
|
4154
|
+
& .time-picker\_\_content {
|
|
4155
|
+
border-color: var(--color-cyan-400);
|
|
4156
|
+
}
|
|
4157
|
+
}
|
|
4158
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:border-cyan-400\/30 {
|
|
4159
|
+
& .time-picker\_\_content {
|
|
4160
|
+
border-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 30%, transparent);
|
|
4161
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4162
|
+
border-color: color-mix(in oklab, var(--color-cyan-400) 30%, transparent);
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
}
|
|
4166
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:bg-blue-100 {
|
|
4167
|
+
& .time-picker\_\_content {
|
|
4168
|
+
background-color: var(--color-blue-100);
|
|
4169
|
+
}
|
|
4170
|
+
}
|
|
4171
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:bg-red-300 {
|
|
4172
|
+
& .time-picker\_\_content {
|
|
4173
|
+
background-color: var(--color-red-300);
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:p-2 {
|
|
4177
|
+
& .time-picker\_\_content {
|
|
4178
|
+
padding: calc(var(--spacing) * 2);
|
|
4179
|
+
}
|
|
4180
|
+
}
|
|
4181
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:font-mono {
|
|
4182
|
+
& .time-picker\_\_content {
|
|
4183
|
+
font-family: var(--font-mono);
|
|
4184
|
+
}
|
|
4185
|
+
}
|
|
4186
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:text-lg {
|
|
4187
|
+
& .time-picker\_\_content {
|
|
4188
|
+
font-size: var(--text-lg);
|
|
4189
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
4190
|
+
}
|
|
4191
|
+
}
|
|
4192
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:transition-all {
|
|
4193
|
+
& .time-picker\_\_content {
|
|
4194
|
+
transition-property: all;
|
|
4195
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
4196
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
4197
|
+
}
|
|
4198
|
+
}
|
|
4199
|
+
.\[\&_\.time-picker\\\\_\\\\_content\]\:duration-300 {
|
|
4200
|
+
& .time-picker\_\_content {
|
|
4201
|
+
--tw-duration: 300ms;
|
|
4202
|
+
transition-duration: 300ms;
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4205
|
+
.\[\&_\.time-picker\\\\_\\\\_option\]\:text-cyan-700 {
|
|
4206
|
+
& .time-picker\_\_option {
|
|
4207
|
+
color: var(--color-cyan-700);
|
|
4208
|
+
}
|
|
4209
|
+
}
|
|
4210
|
+
.\[\&_\.time-picker\\\\_\\\\_select\]\:rounded-lg {
|
|
4211
|
+
& .time-picker\_\_select {
|
|
4212
|
+
border-radius: var(--radius-lg);
|
|
4213
|
+
}
|
|
4214
|
+
}
|
|
4215
|
+
.\[\&_\.time-picker\\\\_\\\\_select\]\:border-cyan-200 {
|
|
4216
|
+
& .time-picker\_\_select {
|
|
4217
|
+
border-color: var(--color-cyan-200);
|
|
4218
|
+
}
|
|
4219
|
+
}
|
|
4220
|
+
.\[\&_\.time-picker\\\\_\\\\_timezone\]\:border-cyan-200 {
|
|
4221
|
+
& .time-picker\_\_timezone {
|
|
4222
|
+
border-color: var(--color-cyan-200);
|
|
4223
|
+
}
|
|
4224
|
+
}
|
|
4225
|
+
.\[\&_\.time-picker\\\\_\\\\_timezone-option\]\:text-cyan-700 {
|
|
4226
|
+
& .time-picker\_\_timezone-option {
|
|
4227
|
+
color: var(--color-cyan-700);
|
|
4228
|
+
}
|
|
4229
|
+
}
|
|
4230
|
+
.\[\&_\[cmdk-group-heading\]\]\:px-2 {
|
|
4231
|
+
& [cmdk-group-heading] {
|
|
4232
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
4233
|
+
}
|
|
4234
|
+
}
|
|
4235
|
+
.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 {
|
|
4236
|
+
& [cmdk-group-heading] {
|
|
4237
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
4238
|
+
}
|
|
4239
|
+
}
|
|
4240
|
+
.\[\&_\[cmdk-group-heading\]\]\:text-xs {
|
|
4241
|
+
& [cmdk-group-heading] {
|
|
4242
|
+
font-size: var(--text-xs);
|
|
4243
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
4244
|
+
}
|
|
4245
|
+
}
|
|
4246
|
+
.\[\&_\[cmdk-group-heading\]\]\:font-medium {
|
|
4247
|
+
& [cmdk-group-heading] {
|
|
4248
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
4249
|
+
font-weight: var(--font-weight-medium);
|
|
4250
|
+
}
|
|
4251
|
+
}
|
|
4252
|
+
.\[\&_\[cmdk-label\]\]\:hidden {
|
|
4253
|
+
& [cmdk-label] {
|
|
4254
|
+
display: none;
|
|
4255
|
+
}
|
|
4256
|
+
}
|
|
4257
|
+
.\[\&_\[data-state\=checked\]_span\]\:after\:\!bg-blue-500 {
|
|
4258
|
+
& [data-state=checked] span {
|
|
4259
|
+
&::after {
|
|
4260
|
+
content: var(--tw-content);
|
|
4261
|
+
background-color: var(--color-blue-500) !important;
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
4265
|
+
.\[\&_\[data-state\=checked\]_span\]\:after\:\!bg-red-500 {
|
|
4266
|
+
& [data-state=checked] span {
|
|
4267
|
+
&::after {
|
|
4268
|
+
content: var(--tw-content);
|
|
4269
|
+
background-color: var(--color-red-500) !important;
|
|
4270
|
+
}
|
|
4271
|
+
}
|
|
4272
|
+
}
|
|
4273
|
+
.\[\&_button\]\:border-blue-600 {
|
|
4274
|
+
& button {
|
|
4275
|
+
border-color: var(--color-blue-600);
|
|
4276
|
+
}
|
|
4277
|
+
}
|
|
4278
|
+
.\[\&_button\]\:hover\:border-green-600 {
|
|
4279
|
+
& button {
|
|
4280
|
+
&:hover {
|
|
4281
|
+
@media (hover: hover) {
|
|
4282
|
+
border-color: var(--color-green-600);
|
|
4283
|
+
}
|
|
4284
|
+
}
|
|
4285
|
+
}
|
|
4286
|
+
}
|
|
4287
|
+
.\[\&_\.date-time-picker\\\\_\\\\_tabs\]\:\[\&_button\[data-selected\=true\]\]\:border-blue-200 {
|
|
4288
|
+
& .date-time-picker\_\_tabs {
|
|
4289
|
+
& button[data-selected=true] {
|
|
4290
|
+
border-color: var(--color-blue-200);
|
|
4291
|
+
}
|
|
4292
|
+
}
|
|
4293
|
+
}
|
|
4294
|
+
.\[\&_label\]\:text-blue-600 {
|
|
4295
|
+
& label {
|
|
4296
|
+
color: var(--color-blue-600);
|
|
4297
|
+
}
|
|
4298
|
+
}
|
|
4299
|
+
.\[\&_label\]\:hover\:text-green-600 {
|
|
4300
|
+
& label {
|
|
4301
|
+
&:hover {
|
|
4302
|
+
@media (hover: hover) {
|
|
4303
|
+
color: var(--color-green-600);
|
|
4304
|
+
}
|
|
4305
|
+
}
|
|
4306
|
+
}
|
|
4307
|
+
}
|
|
4308
|
+
.\[\&_svg\]\:pointer-events-none {
|
|
4309
|
+
& svg {
|
|
4310
|
+
pointer-events: none;
|
|
4311
|
+
}
|
|
4312
|
+
}
|
|
4313
|
+
.\[\&_svg\]\:size-4 {
|
|
4314
|
+
& svg {
|
|
4315
|
+
width: calc(var(--spacing) * 4);
|
|
4316
|
+
height: calc(var(--spacing) * 4);
|
|
4317
|
+
}
|
|
4318
|
+
}
|
|
4319
|
+
.\[\&_svg\]\:shrink-0 {
|
|
4320
|
+
& svg {
|
|
4321
|
+
flex-shrink: 0;
|
|
4322
|
+
}
|
|
4323
|
+
}
|
|
4324
|
+
.\[\&\:\:-webkit-scrollbar\]\:\!hidden {
|
|
4325
|
+
&::-webkit-scrollbar {
|
|
4326
|
+
display: none !important;
|
|
4327
|
+
}
|
|
4328
|
+
}
|
|
4329
|
+
.\[\&\:\:-webkit-scrollbar-thumb\]\:\!hidden {
|
|
4330
|
+
&::-webkit-scrollbar-thumb {
|
|
4331
|
+
display: none !important;
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4334
|
+
.\[\&\:\:-webkit-scrollbar-track\]\:\!hidden {
|
|
4335
|
+
&::-webkit-scrollbar-track {
|
|
4336
|
+
display: none !important;
|
|
4337
|
+
}
|
|
4338
|
+
}
|
|
4339
|
+
.\[\&\:\:-webkit-search-cancel-button\]\:hidden {
|
|
4340
|
+
&::-webkit-search-cancel-button {
|
|
4341
|
+
display: none;
|
|
4342
|
+
}
|
|
4343
|
+
}
|
|
4344
|
+
.\[\&\>button\]\:bg-transparent {
|
|
4345
|
+
&>button {
|
|
4346
|
+
background-color: transparent;
|
|
4347
|
+
}
|
|
4348
|
+
}
|
|
4349
|
+
.\[\&\>button\]\:hover\:\!bg-transparent {
|
|
4350
|
+
&>button {
|
|
4351
|
+
&:hover {
|
|
4352
|
+
@media (hover: hover) {
|
|
4353
|
+
background-color: transparent !important;
|
|
4354
|
+
}
|
|
4355
|
+
}
|
|
4356
|
+
}
|
|
4357
|
+
}
|
|
4358
|
+
.\[\&\>button\]\:hover\:bg-transparent {
|
|
4359
|
+
&>button {
|
|
4360
|
+
&:hover {
|
|
4361
|
+
@media (hover: hover) {
|
|
4362
|
+
background-color: transparent;
|
|
4363
|
+
}
|
|
4364
|
+
}
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:rounded-full {
|
|
4368
|
+
& .date-picker\_\_date-footer {
|
|
4369
|
+
&>button {
|
|
4370
|
+
border-radius: calc(infinity * 1px);
|
|
4371
|
+
}
|
|
4372
|
+
}
|
|
4373
|
+
}
|
|
4374
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:p-2 {
|
|
4375
|
+
& .date-picker\_\_date-footer {
|
|
4376
|
+
&>button {
|
|
4377
|
+
padding: calc(var(--spacing) * 2);
|
|
4378
|
+
}
|
|
4379
|
+
}
|
|
4380
|
+
}
|
|
4381
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:font-medium {
|
|
4382
|
+
& .date-picker\_\_date-footer {
|
|
4383
|
+
&>button {
|
|
4384
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
4385
|
+
font-weight: var(--font-weight-medium);
|
|
4386
|
+
}
|
|
4387
|
+
}
|
|
4388
|
+
}
|
|
4389
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:text-\[\#FF5A5F\] {
|
|
4390
|
+
& .date-picker\_\_date-footer {
|
|
4391
|
+
&>button {
|
|
4392
|
+
color: #FF5A5F;
|
|
4393
|
+
}
|
|
4394
|
+
}
|
|
4395
|
+
}
|
|
4396
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:text-blue-400 {
|
|
4397
|
+
& .date-picker\_\_date-footer {
|
|
4398
|
+
&>button {
|
|
4399
|
+
color: var(--color-blue-400);
|
|
4400
|
+
}
|
|
4401
|
+
}
|
|
4402
|
+
}
|
|
4403
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:transition-all {
|
|
4404
|
+
& .date-picker\_\_date-footer {
|
|
4405
|
+
&>button {
|
|
4406
|
+
transition-property: all;
|
|
4407
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
4408
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
4409
|
+
}
|
|
4410
|
+
}
|
|
4411
|
+
}
|
|
4412
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:duration-200 {
|
|
4413
|
+
& .date-picker\_\_date-footer {
|
|
4414
|
+
&>button {
|
|
4415
|
+
--tw-duration: 200ms;
|
|
4416
|
+
transition-duration: 200ms;
|
|
4417
|
+
}
|
|
4418
|
+
}
|
|
4419
|
+
}
|
|
4420
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:duration-300 {
|
|
4421
|
+
& .date-picker\_\_date-footer {
|
|
4422
|
+
&>button {
|
|
4423
|
+
--tw-duration: 300ms;
|
|
4424
|
+
transition-duration: 300ms;
|
|
4425
|
+
}
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
4428
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:hover\:bg-\[\#FF5A5F\]\/10 {
|
|
4429
|
+
& .date-picker\_\_date-footer {
|
|
4430
|
+
&>button {
|
|
4431
|
+
&:hover {
|
|
4432
|
+
@media (hover: hover) {
|
|
4433
|
+
background-color: color-mix(in oklab, #FF5A5F 10%, transparent);
|
|
4434
|
+
}
|
|
4435
|
+
}
|
|
4436
|
+
}
|
|
4437
|
+
}
|
|
4438
|
+
}
|
|
4439
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:hover\:bg-blue-400\/10 {
|
|
4440
|
+
& .date-picker\_\_date-footer {
|
|
4441
|
+
&>button {
|
|
4442
|
+
&:hover {
|
|
4443
|
+
@media (hover: hover) {
|
|
4444
|
+
background-color: color-mix(in srgb, hsl(209 100% 75%) 10%, transparent);
|
|
4445
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4446
|
+
background-color: color-mix(in oklab, var(--color-blue-400) 10%, transparent);
|
|
4447
|
+
}
|
|
4448
|
+
}
|
|
4449
|
+
}
|
|
4450
|
+
}
|
|
4451
|
+
}
|
|
4452
|
+
}
|
|
4453
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:hover\:text-\[\#FF5A5F\]\/90 {
|
|
4454
|
+
& .date-picker\_\_date-footer {
|
|
4455
|
+
&>button {
|
|
4456
|
+
&:hover {
|
|
4457
|
+
@media (hover: hover) {
|
|
4458
|
+
color: color-mix(in oklab, #FF5A5F 90%, transparent);
|
|
4459
|
+
}
|
|
4460
|
+
}
|
|
4461
|
+
}
|
|
4462
|
+
}
|
|
4463
|
+
}
|
|
4464
|
+
.\[\&_\.date-picker\\\\_\\\\_date-footer\]\:\[\&\>button\]\:hover\:text-blue-500 {
|
|
4465
|
+
& .date-picker\_\_date-footer {
|
|
4466
|
+
&>button {
|
|
4467
|
+
&:hover {
|
|
4468
|
+
@media (hover: hover) {
|
|
4469
|
+
color: var(--color-blue-500);
|
|
4470
|
+
}
|
|
4471
|
+
}
|
|
4472
|
+
}
|
|
4473
|
+
}
|
|
4474
|
+
}
|
|
4475
|
+
.\[\&_\.time-picker\\\\_\\\\_buttons\]\:\[\&\>button\]\:bg-gray-800 {
|
|
4476
|
+
& .time-picker\_\_buttons {
|
|
4477
|
+
&>button {
|
|
4478
|
+
background-color: var(--color-gray-800);
|
|
4479
|
+
}
|
|
4480
|
+
}
|
|
4481
|
+
}
|
|
4482
|
+
.\[\&_\.time-picker\\\\_\\\\_buttons\]\:\[\&\>button\]\:text-gray-900 {
|
|
4483
|
+
& .time-picker\_\_buttons {
|
|
4484
|
+
&>button {
|
|
4485
|
+
color: var(--color-gray-900);
|
|
4486
|
+
}
|
|
4487
|
+
}
|
|
4488
|
+
}
|
|
4489
|
+
.\[\&_\.time-picker\\\\_\\\\_period\]\:\[\&\>button\]\:text-blue-500 {
|
|
4490
|
+
& .time-picker\_\_period {
|
|
4491
|
+
&>button {
|
|
4492
|
+
color: var(--color-blue-500);
|
|
4493
|
+
}
|
|
4494
|
+
}
|
|
4495
|
+
}
|
|
4496
|
+
.\[\&_\.time-picker\\\\_\\\\_period\]\:\[\&\>button\]\:text-red-500 {
|
|
4497
|
+
& .time-picker\_\_period {
|
|
4498
|
+
&>button {
|
|
4499
|
+
color: var(--color-red-500);
|
|
4500
|
+
}
|
|
4501
|
+
}
|
|
4502
|
+
}
|
|
4503
|
+
.\[\&_\.time-picker\\\\_\\\\_select\]\:\[\&\>button\]\:rounded-lg {
|
|
4504
|
+
& .time-picker\_\_select {
|
|
4505
|
+
&>button {
|
|
4506
|
+
border-radius: var(--radius-lg);
|
|
4507
|
+
}
|
|
4508
|
+
}
|
|
4509
|
+
}
|
|
4510
|
+
.\[\&_\.time-picker\\\\_\\\\_select\]\:\[\&\>button\]\:bg-red-500 {
|
|
4511
|
+
& .time-picker\_\_select {
|
|
4512
|
+
&>button {
|
|
4513
|
+
background-color: var(--color-red-500);
|
|
4514
|
+
}
|
|
4515
|
+
}
|
|
4516
|
+
}
|
|
4517
|
+
.\[\&_\.time-picker\\\\_\\\\_select\]\:\[\&\>button\]\:p-2 {
|
|
4518
|
+
& .time-picker\_\_select {
|
|
4519
|
+
&>button {
|
|
4520
|
+
padding: calc(var(--spacing) * 2);
|
|
4521
|
+
}
|
|
4522
|
+
}
|
|
4523
|
+
}
|
|
4524
|
+
.\[\&_\.time-picker\\\\_\\\\_select\]\:\[\&\>button\]\:text-gray-900 {
|
|
4525
|
+
& .time-picker\_\_select {
|
|
4526
|
+
&>button {
|
|
4527
|
+
color: var(--color-gray-900);
|
|
4528
|
+
}
|
|
4529
|
+
}
|
|
4530
|
+
}
|
|
4531
|
+
.\[\&_\.time-picker\\\\_\\\\_select\]\:\[\&\>button\]\:transition-all {
|
|
4532
|
+
& .time-picker\_\_select {
|
|
4533
|
+
&>button {
|
|
4534
|
+
transition-property: all;
|
|
4535
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
4536
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
4537
|
+
}
|
|
4538
|
+
}
|
|
4539
|
+
}
|
|
4540
|
+
.\[\&_\.time-picker\\\\_\\\\_select\]\:\[\&\>button\]\:duration-300 {
|
|
4541
|
+
& .time-picker\_\_select {
|
|
4542
|
+
&>button {
|
|
4543
|
+
--tw-duration: 300ms;
|
|
4544
|
+
transition-duration: 300ms;
|
|
4545
|
+
}
|
|
4546
|
+
}
|
|
4547
|
+
}
|
|
4548
|
+
.\[\&_\.time-picker\\\\_\\\\_period\]\:\[\&\>button\[data-selected\=true\]\]\:rounded-md {
|
|
4549
|
+
& .time-picker\_\_period {
|
|
4550
|
+
&>button[data-selected=true] {
|
|
4551
|
+
border-radius: var(--radius-md);
|
|
4552
|
+
}
|
|
4553
|
+
}
|
|
4554
|
+
}
|
|
4555
|
+
.\[\&_\.time-picker\\\\_\\\\_period\]\:\[\&\>button\[data-selected\=true\]\]\:bg-blue-100 {
|
|
4556
|
+
& .time-picker\_\_period {
|
|
4557
|
+
&>button[data-selected=true] {
|
|
4558
|
+
background-color: var(--color-blue-100);
|
|
4559
|
+
}
|
|
4560
|
+
}
|
|
4561
|
+
}
|
|
4562
|
+
.\[\&_\.time-picker\\\\_\\\\_period\]\:\[\&\>button\[data-selected\=true\]\]\:font-bold {
|
|
4563
|
+
& .time-picker\_\_period {
|
|
4564
|
+
&>button[data-selected=true] {
|
|
4565
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
4566
|
+
font-weight: var(--font-weight-bold);
|
|
4567
|
+
}
|
|
4568
|
+
}
|
|
4569
|
+
}
|
|
4570
|
+
.\[\&_\.time-picker\\\\_\\\\_selector\]\:\[\&\>div\]\:bg-green-100 {
|
|
4571
|
+
& .time-picker\_\_selector {
|
|
4572
|
+
&>div {
|
|
4573
|
+
background-color: var(--color-green-100);
|
|
4574
|
+
}
|
|
4575
|
+
}
|
|
4576
|
+
}
|
|
4577
|
+
.\[\&_\.time-picker\\\\_\\\\_selector\]\:\[\&\>div\]\:bg-green-500 {
|
|
4578
|
+
& .time-picker\_\_selector {
|
|
4579
|
+
&>div {
|
|
4580
|
+
background-color: var(--color-green-500);
|
|
4581
|
+
}
|
|
4582
|
+
}
|
|
4583
|
+
}
|
|
4584
|
+
.\[\&\>label\]\:text-blue-500 {
|
|
4585
|
+
&>label {
|
|
4586
|
+
color: var(--color-blue-500);
|
|
4587
|
+
}
|
|
4588
|
+
}
|
|
4589
|
+
.\[\&\>label\]\:text-green-500 {
|
|
4590
|
+
&>label {
|
|
4591
|
+
color: var(--color-green-500);
|
|
4592
|
+
}
|
|
4593
|
+
}
|
|
4594
|
+
.\[\&\>label\]\:text-red-500 {
|
|
4595
|
+
&>label {
|
|
4596
|
+
color: var(--color-red-500);
|
|
4597
|
+
}
|
|
4598
|
+
}
|
|
4599
|
+
.\[\&\>label\]\:text-red-900 {
|
|
4600
|
+
&>label {
|
|
4601
|
+
color: var(--color-red-900);
|
|
4602
|
+
}
|
|
4603
|
+
}
|
|
4604
|
+
.\[\&\>label\]\:text-yellow-500 {
|
|
4605
|
+
&>label {
|
|
4606
|
+
color: var(--color-yellow-500);
|
|
4607
|
+
}
|
|
4608
|
+
}
|
|
4609
|
+
.\[\&\>span\]\:truncate {
|
|
4610
|
+
&>span {
|
|
4611
|
+
overflow: hidden;
|
|
4612
|
+
text-overflow: ellipsis;
|
|
4613
|
+
white-space: nowrap;
|
|
4614
|
+
}
|
|
4615
|
+
}
|
|
4616
|
+
.\[\&\>span\]\:text-blue-900 {
|
|
4617
|
+
&>span {
|
|
4618
|
+
color: var(--color-blue-900);
|
|
4619
|
+
}
|
|
4620
|
+
}
|
|
4621
|
+
.\[\&\>span\]\:text-green-900 {
|
|
4622
|
+
&>span {
|
|
4623
|
+
color: var(--color-green-900);
|
|
4624
|
+
}
|
|
4625
|
+
}
|
|
4626
|
+
.\[\&\>span\]\:text-red-900 {
|
|
4627
|
+
&>span {
|
|
4628
|
+
color: var(--color-red-900);
|
|
4629
|
+
}
|
|
4630
|
+
}
|
|
4631
|
+
.\[\&\>span\]\:text-yellow-900 {
|
|
4632
|
+
&>span {
|
|
4633
|
+
color: var(--color-yellow-900);
|
|
4634
|
+
}
|
|
4635
|
+
}
|
|
4636
|
+
.\[\&\>svg\]\:size-4 {
|
|
4637
|
+
&>svg {
|
|
4638
|
+
width: calc(var(--spacing) * 4);
|
|
4639
|
+
height: calc(var(--spacing) * 4);
|
|
4640
|
+
}
|
|
4641
|
+
}
|
|
4642
|
+
.\[\&\>svg\]\:shrink-0 {
|
|
4643
|
+
&>svg {
|
|
4644
|
+
flex-shrink: 0;
|
|
4645
|
+
}
|
|
4646
|
+
}
|
|
4647
|
+
.\[\&\>svg\]\:text-green-900 {
|
|
4648
|
+
&>svg {
|
|
4649
|
+
color: var(--color-green-900);
|
|
4650
|
+
}
|
|
4651
|
+
}
|
|
4652
|
+
}
|
|
4653
|
+
:root {
|
|
4654
|
+
--toastify-toast-min-height: 48px;
|
|
4655
|
+
--toastify-toast-bd-radius: 8px;
|
|
4656
|
+
--toastify-text-color-light: var(--color-gray-800);
|
|
4657
|
+
--toastify-color-progress-info: var(--color-gray-300);
|
|
4658
|
+
--toastify-color-progress-success: var(--color-gray-300);
|
|
4659
|
+
--toastify-color-progress-warning: var(--color-gray-300);
|
|
4660
|
+
--toastify-color-progress-error: var(--color-gray-300);
|
|
4661
|
+
--toastify-color-progress-light: var(--color-gray-300);
|
|
4662
|
+
}
|
|
4663
|
+
html:has(dialog[open]) {
|
|
4664
|
+
overflow: hidden;
|
|
4665
|
+
}
|
|
4666
|
+
.checkbox-container input[type="checkbox"] {
|
|
4667
|
+
accent-color: var(--color-gray-900);
|
|
4668
|
+
}
|
|
4669
|
+
.rmsc {
|
|
4670
|
+
--rmsc-main: var(--color-gray-300) !important;
|
|
4671
|
+
--rmsc-hover: var(--color-gray-100) !important;
|
|
4672
|
+
--rmsc-selected: var(--color-gray-300) !important;
|
|
4673
|
+
}
|
|
4674
|
+
.Toastify__toast-body {
|
|
4675
|
+
padding: 0;
|
|
4676
|
+
margin: 0;
|
|
4677
|
+
font-size: 14px;
|
|
4678
|
+
font-weight: 600;
|
|
4679
|
+
}
|
|
4680
|
+
.Toastify__toast {
|
|
4681
|
+
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.32);
|
|
4682
|
+
padding: 12px 16px 12px 16px;
|
|
4683
|
+
}
|
|
4684
|
+
.Toastify__progress-bar--wrp {
|
|
4685
|
+
height: 2px;
|
|
4686
|
+
}
|
|
4687
|
+
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
|
|
4688
|
+
-webkit-appearance: none;
|
|
4689
|
+
-moz-appearance: none;
|
|
4690
|
+
appearance: none;
|
|
4691
|
+
margin: 0;
|
|
4692
|
+
}
|
|
4693
|
+
input[type="number"] {
|
|
4694
|
+
-moz-appearance: textfield;
|
|
4695
|
+
}
|
|
4696
|
+
@layer base {
|
|
4697
|
+
h1, h2, h3, h4, h5, h6, p {
|
|
4698
|
+
color: var(--color-gray-900);
|
|
4699
|
+
}
|
|
4700
|
+
button {
|
|
4701
|
+
cursor: pointer;
|
|
4702
|
+
}
|
|
4703
|
+
}
|
|
4704
|
+
.object-set-table {
|
|
4705
|
+
height: 1px;
|
|
4706
|
+
}
|
|
4707
|
+
.object-set-table__td {
|
|
4708
|
+
height: 1px;
|
|
4709
|
+
}
|
|
4710
|
+
@-moz-document url-prefix() {
|
|
4711
|
+
.object-set-table__td {
|
|
4712
|
+
height: 100%;
|
|
4713
|
+
}
|
|
4714
|
+
}
|
|
4715
|
+
@layer base {
|
|
4716
|
+
* {
|
|
4717
|
+
scrollbar-color: initial;
|
|
4718
|
+
scrollbar-width: initial;
|
|
4719
|
+
}
|
|
4720
|
+
}
|
|
4721
|
+
@property --tw-translate-x {
|
|
4722
|
+
syntax: "*";
|
|
4723
|
+
inherits: false;
|
|
4724
|
+
initial-value: 0;
|
|
4725
|
+
}
|
|
4726
|
+
@property --tw-translate-y {
|
|
4727
|
+
syntax: "*";
|
|
4728
|
+
inherits: false;
|
|
4729
|
+
initial-value: 0;
|
|
4730
|
+
}
|
|
4731
|
+
@property --tw-translate-z {
|
|
4732
|
+
syntax: "*";
|
|
4733
|
+
inherits: false;
|
|
4734
|
+
initial-value: 0;
|
|
4735
|
+
}
|
|
4736
|
+
@property --tw-rotate-x {
|
|
4737
|
+
syntax: "*";
|
|
4738
|
+
inherits: false;
|
|
4739
|
+
}
|
|
4740
|
+
@property --tw-rotate-y {
|
|
4741
|
+
syntax: "*";
|
|
4742
|
+
inherits: false;
|
|
3521
4743
|
}
|
|
3522
|
-
@property --tw-translate-x {
|
|
3523
|
-
syntax: "*";
|
|
3524
|
-
inherits: false;
|
|
3525
|
-
initial-value: 0;
|
|
3526
|
-
}
|
|
3527
|
-
@property --tw-translate-y {
|
|
3528
|
-
syntax: "*";
|
|
3529
|
-
inherits: false;
|
|
3530
|
-
initial-value: 0;
|
|
3531
|
-
}
|
|
3532
|
-
@property --tw-translate-z {
|
|
3533
|
-
syntax: "*";
|
|
3534
|
-
inherits: false;
|
|
3535
|
-
initial-value: 0;
|
|
3536
|
-
}
|
|
3537
|
-
@property --tw-rotate-x {
|
|
3538
|
-
syntax: "*";
|
|
3539
|
-
inherits: false;
|
|
3540
|
-
}
|
|
3541
|
-
@property --tw-rotate-y {
|
|
3542
|
-
syntax: "*";
|
|
3543
|
-
inherits: false;
|
|
3544
|
-
}
|
|
3545
4744
|
@property --tw-rotate-z {
|
|
3546
4745
|
syntax: "*";
|
|
3547
4746
|
inherits: false;
|
|
@@ -3717,6 +4916,63 @@ input[type="number"] {
|
|
|
3717
4916
|
initial-value: "";
|
|
3718
4917
|
inherits: false;
|
|
3719
4918
|
}
|
|
4919
|
+
@property --tw-scale-x {
|
|
4920
|
+
syntax: "*";
|
|
4921
|
+
inherits: false;
|
|
4922
|
+
initial-value: 1;
|
|
4923
|
+
}
|
|
4924
|
+
@property --tw-scale-y {
|
|
4925
|
+
syntax: "*";
|
|
4926
|
+
inherits: false;
|
|
4927
|
+
initial-value: 1;
|
|
4928
|
+
}
|
|
4929
|
+
@property --tw-scale-z {
|
|
4930
|
+
syntax: "*";
|
|
4931
|
+
inherits: false;
|
|
4932
|
+
initial-value: 1;
|
|
4933
|
+
}
|
|
4934
|
+
@property --tw-gradient-position {
|
|
4935
|
+
syntax: "*";
|
|
4936
|
+
inherits: false;
|
|
4937
|
+
}
|
|
4938
|
+
@property --tw-gradient-from {
|
|
4939
|
+
syntax: "<color>";
|
|
4940
|
+
inherits: false;
|
|
4941
|
+
initial-value: #0000;
|
|
4942
|
+
}
|
|
4943
|
+
@property --tw-gradient-via {
|
|
4944
|
+
syntax: "<color>";
|
|
4945
|
+
inherits: false;
|
|
4946
|
+
initial-value: #0000;
|
|
4947
|
+
}
|
|
4948
|
+
@property --tw-gradient-to {
|
|
4949
|
+
syntax: "<color>";
|
|
4950
|
+
inherits: false;
|
|
4951
|
+
initial-value: #0000;
|
|
4952
|
+
}
|
|
4953
|
+
@property --tw-gradient-stops {
|
|
4954
|
+
syntax: "*";
|
|
4955
|
+
inherits: false;
|
|
4956
|
+
}
|
|
4957
|
+
@property --tw-gradient-via-stops {
|
|
4958
|
+
syntax: "*";
|
|
4959
|
+
inherits: false;
|
|
4960
|
+
}
|
|
4961
|
+
@property --tw-gradient-from-position {
|
|
4962
|
+
syntax: "<length-percentage>";
|
|
4963
|
+
inherits: false;
|
|
4964
|
+
initial-value: 0%;
|
|
4965
|
+
}
|
|
4966
|
+
@property --tw-gradient-via-position {
|
|
4967
|
+
syntax: "<length-percentage>";
|
|
4968
|
+
inherits: false;
|
|
4969
|
+
initial-value: 50%;
|
|
4970
|
+
}
|
|
4971
|
+
@property --tw-gradient-to-position {
|
|
4972
|
+
syntax: "<length-percentage>";
|
|
4973
|
+
inherits: false;
|
|
4974
|
+
initial-value: 100%;
|
|
4975
|
+
}
|
|
3720
4976
|
@keyframes spin {
|
|
3721
4977
|
to {
|
|
3722
4978
|
transform: rotate(360deg);
|
|
@@ -3839,6 +5095,18 @@ input[type="number"] {
|
|
|
3839
5095
|
--tw-duration: initial;
|
|
3840
5096
|
--tw-ease: initial;
|
|
3841
5097
|
--tw-content: "";
|
|
5098
|
+
--tw-scale-x: 1;
|
|
5099
|
+
--tw-scale-y: 1;
|
|
5100
|
+
--tw-scale-z: 1;
|
|
5101
|
+
--tw-gradient-position: initial;
|
|
5102
|
+
--tw-gradient-from: #0000;
|
|
5103
|
+
--tw-gradient-via: #0000;
|
|
5104
|
+
--tw-gradient-to: #0000;
|
|
5105
|
+
--tw-gradient-stops: initial;
|
|
5106
|
+
--tw-gradient-via-stops: initial;
|
|
5107
|
+
--tw-gradient-from-position: 0%;
|
|
5108
|
+
--tw-gradient-via-position: 50%;
|
|
5109
|
+
--tw-gradient-to-position: 100%;
|
|
3842
5110
|
}
|
|
3843
5111
|
}
|
|
3844
5112
|
}
|