@powerhousedao/common 1.10.45-dev.0 → 1.11.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/editors/generic-drive-explorer/editor.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/editor.js +1 -1
- package/dist/editors/generic-drive-explorer/editor.js.map +1 -1
- package/dist/editors/styles.css +181 -240
- package/dist/editors/utils/storybook.d.ts.map +1 -1
- package/dist/editors/utils/storybook.js +6 -12
- package/dist/editors/utils/storybook.js.map +1 -1
- package/dist/editors/utils/uiNodes.d.ts.map +1 -1
- package/dist/editors/utils/uiNodes.js +1 -3
- package/dist/editors/utils/uiNodes.js.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/package.json +2 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -11
- package/dist/hooks/index.d.ts +0 -2
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/index.js +0 -2
- package/dist/hooks/index.js.map +0 -1
- package/dist/hooks/useTimelineItems.d.ts +0 -8
- package/dist/hooks/useTimelineItems.d.ts.map +0 -1
- package/dist/hooks/useTimelineItems.js +0 -106
- package/dist/hooks/useTimelineItems.js.map +0 -1
- package/dist/utils/index.d.ts +0 -3
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/index.js +0 -10
- package/dist/utils/index.js.map +0 -1
package/dist/editors/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -7,55 +7,52 @@
|
|
|
7
7
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
8
8
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
9
|
"Courier New", monospace;
|
|
10
|
-
--color-red-400: oklch(
|
|
11
|
-
--color-red-500: oklch(
|
|
12
|
-
--color-red-600: oklch(
|
|
13
|
-
--color-red-700: oklch(
|
|
14
|
-
--color-red-800: oklch(
|
|
15
|
-
--color-red-900: oklch(
|
|
16
|
-
--color-orange-100: oklch(
|
|
17
|
-
--color-orange-700: oklch(
|
|
18
|
-
--color-orange-800: oklch(
|
|
19
|
-
--color-orange-900: oklch(
|
|
20
|
-
--color-yellow-100: oklch(
|
|
21
|
-
--color-yellow-300: oklch(
|
|
22
|
-
--color-yellow-400: oklch(
|
|
23
|
-
--color-yellow-900: oklch(
|
|
24
|
-
--color-green-100: oklch(
|
|
25
|
-
--color-green-500: oklch(
|
|
26
|
-
--color-green-
|
|
27
|
-
--color-green-
|
|
28
|
-
--color-green-
|
|
29
|
-
--color-
|
|
30
|
-
--color-blue-
|
|
31
|
-
--color-blue-
|
|
32
|
-
--color-blue-
|
|
33
|
-
--color-blue-
|
|
34
|
-
--color-blue-
|
|
35
|
-
--color-blue-
|
|
36
|
-
--color-
|
|
37
|
-
--color-
|
|
38
|
-
--color-
|
|
39
|
-
--color-
|
|
40
|
-
--color-slate-
|
|
41
|
-
--color-slate-
|
|
42
|
-
--color-slate-
|
|
43
|
-
--color-slate-
|
|
44
|
-
--color-slate-
|
|
45
|
-
--color-slate-
|
|
46
|
-
--color-
|
|
47
|
-
--color-
|
|
48
|
-
--color-
|
|
49
|
-
--color-gray-
|
|
50
|
-
--color-gray-
|
|
51
|
-
--color-gray-
|
|
52
|
-
--color-gray-
|
|
53
|
-
--color-gray-
|
|
54
|
-
--color-gray-
|
|
55
|
-
--color-gray-
|
|
56
|
-
--color-gray-700: oklch(0.373 0.034 259.733);
|
|
57
|
-
--color-gray-800: oklch(0.278 0.033 256.848);
|
|
58
|
-
--color-gray-900: oklch(0.21 0.034 264.665);
|
|
10
|
+
--color-red-400: oklch(70.4% 0.191 22.216);
|
|
11
|
+
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
12
|
+
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
13
|
+
--color-red-700: oklch(50.5% 0.213 27.518);
|
|
14
|
+
--color-red-800: oklch(44.4% 0.177 26.899);
|
|
15
|
+
--color-red-900: oklch(39.6% 0.141 25.723);
|
|
16
|
+
--color-orange-100: oklch(95.4% 0.038 75.164);
|
|
17
|
+
--color-orange-700: oklch(55.3% 0.195 38.402);
|
|
18
|
+
--color-orange-800: oklch(47% 0.157 37.304);
|
|
19
|
+
--color-orange-900: oklch(40.8% 0.123 38.172);
|
|
20
|
+
--color-yellow-100: oklch(97.3% 0.071 103.193);
|
|
21
|
+
--color-yellow-300: oklch(90.5% 0.182 98.111);
|
|
22
|
+
--color-yellow-400: oklch(85.2% 0.199 91.936);
|
|
23
|
+
--color-yellow-900: oklch(42.1% 0.095 57.708);
|
|
24
|
+
--color-green-100: oklch(96.2% 0.044 156.743);
|
|
25
|
+
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
26
|
+
--color-green-700: oklch(52.7% 0.154 150.069);
|
|
27
|
+
--color-green-800: oklch(44.8% 0.119 151.328);
|
|
28
|
+
--color-green-900: oklch(39.3% 0.095 152.535);
|
|
29
|
+
--color-blue-50: oklch(97% 0.014 254.604);
|
|
30
|
+
--color-blue-100: oklch(93.2% 0.032 255.585);
|
|
31
|
+
--color-blue-400: oklch(70.7% 0.165 254.624);
|
|
32
|
+
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
33
|
+
--color-blue-600: oklch(54.6% 0.245 262.881);
|
|
34
|
+
--color-blue-800: oklch(42.4% 0.199 265.638);
|
|
35
|
+
--color-blue-900: oklch(37.9% 0.146 265.522);
|
|
36
|
+
--color-purple-900: oklch(38.1% 0.176 304.987);
|
|
37
|
+
--color-slate-50: oklch(98.4% 0.003 247.858);
|
|
38
|
+
--color-slate-100: oklch(96.8% 0.007 247.896);
|
|
39
|
+
--color-slate-200: oklch(92.9% 0.013 255.508);
|
|
40
|
+
--color-slate-300: oklch(86.9% 0.022 252.894);
|
|
41
|
+
--color-slate-500: oklch(55.4% 0.046 257.417);
|
|
42
|
+
--color-slate-600: oklch(44.6% 0.043 257.281);
|
|
43
|
+
--color-slate-700: oklch(37.2% 0.044 257.287);
|
|
44
|
+
--color-slate-800: oklch(27.9% 0.041 260.031);
|
|
45
|
+
--color-slate-900: oklch(20.8% 0.042 265.755);
|
|
46
|
+
--color-gray-50: oklch(98.5% 0.002 247.839);
|
|
47
|
+
--color-gray-100: oklch(96.7% 0.003 264.542);
|
|
48
|
+
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
49
|
+
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
50
|
+
--color-gray-400: oklch(70.7% 0.022 261.325);
|
|
51
|
+
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
52
|
+
--color-gray-600: oklch(44.6% 0.03 256.802);
|
|
53
|
+
--color-gray-700: oklch(37.3% 0.034 259.733);
|
|
54
|
+
--color-gray-800: oklch(27.8% 0.033 256.848);
|
|
55
|
+
--color-gray-900: oklch(21% 0.034 264.665);
|
|
59
56
|
--color-black: #000;
|
|
60
57
|
--color-white: #fff;
|
|
61
58
|
--spacing: 0.25rem;
|
|
@@ -93,17 +90,7 @@
|
|
|
93
90
|
--default-transition-duration: 150ms;
|
|
94
91
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
95
92
|
--default-font-family: var(--font-sans);
|
|
96
|
-
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
97
|
-
--default-font-variation-settings: var(
|
|
98
|
-
--font-sans--font-variation-settings
|
|
99
|
-
);
|
|
100
93
|
--default-mono-font-family: var(--font-mono);
|
|
101
|
-
--default-mono-font-feature-settings: var(
|
|
102
|
-
--font-mono--font-feature-settings
|
|
103
|
-
);
|
|
104
|
-
--default-mono-font-variation-settings: var(
|
|
105
|
-
--font-mono--font-variation-settings
|
|
106
|
-
);
|
|
107
94
|
}
|
|
108
95
|
}
|
|
109
96
|
@layer base {
|
|
@@ -117,14 +104,11 @@
|
|
|
117
104
|
line-height: 1.5;
|
|
118
105
|
-webkit-text-size-adjust: 100%;
|
|
119
106
|
tab-size: 4;
|
|
120
|
-
font-family: var(
|
|
107
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
121
108
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
122
|
-
font-variation-settings: var(
|
|
109
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
123
110
|
-webkit-tap-highlight-color: transparent;
|
|
124
111
|
}
|
|
125
|
-
body {
|
|
126
|
-
line-height: inherit;
|
|
127
|
-
}
|
|
128
112
|
hr {
|
|
129
113
|
height: 0;
|
|
130
114
|
color: inherit;
|
|
@@ -147,9 +131,9 @@
|
|
|
147
131
|
font-weight: bolder;
|
|
148
132
|
}
|
|
149
133
|
code, kbd, samp, pre {
|
|
150
|
-
font-family: var(
|
|
151
|
-
font-feature-settings: var(
|
|
152
|
-
font-variation-settings: var(
|
|
134
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
135
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
136
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
153
137
|
font-size: 1em;
|
|
154
138
|
}
|
|
155
139
|
small {
|
|
@@ -213,9 +197,13 @@
|
|
|
213
197
|
}
|
|
214
198
|
::placeholder {
|
|
215
199
|
opacity: 1;
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
200
|
+
}
|
|
201
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
202
|
+
::placeholder {
|
|
203
|
+
color: currentcolor;
|
|
204
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
205
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
206
|
+
}
|
|
219
207
|
}
|
|
220
208
|
}
|
|
221
209
|
textarea {
|
|
@@ -409,8 +397,9 @@
|
|
|
409
397
|
color: var(--color-gray-600);
|
|
410
398
|
}
|
|
411
399
|
}
|
|
412
|
-
/*! tailwindcss v4.
|
|
400
|
+
/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
|
|
413
401
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
402
|
+
@layer properties;
|
|
414
403
|
:root {
|
|
415
404
|
--toastify-color-light: #fff;
|
|
416
405
|
--toastify-color-dark: #121212;
|
|
@@ -1117,14 +1106,11 @@
|
|
|
1117
1106
|
--color-yellow-900: hsl(47 100% 49%);
|
|
1118
1107
|
--color-green-100: hsl(134 51% 89%);
|
|
1119
1108
|
--color-green-500: hsl(136 53% 66%);
|
|
1120
|
-
--color-green-600: hsl(136 53% 60%);
|
|
1121
1109
|
--color-green-700: hsl(136 52% 55%);
|
|
1122
1110
|
--color-green-800: hsl(136 53% 49%);
|
|
1123
1111
|
--color-green-900: hsl(136 53% 43%);
|
|
1124
|
-
--color-blue-50: oklch(
|
|
1112
|
+
--color-blue-50: oklch(97% 0.014 254.604);
|
|
1125
1113
|
--color-blue-100: hsl(209 100% 90%);
|
|
1126
|
-
--color-blue-200: hsl(209 97% 85%);
|
|
1127
|
-
--color-blue-300: hsl(209 100% 80%);
|
|
1128
1114
|
--color-blue-400: hsl(209 100% 75%);
|
|
1129
1115
|
--color-blue-500: hsl(209 100% 70%);
|
|
1130
1116
|
--color-blue-600: hsl(209 100% 65%);
|
|
@@ -1187,17 +1173,7 @@
|
|
|
1187
1173
|
--default-transition-duration: 150ms;
|
|
1188
1174
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1189
1175
|
--default-font-family: var(--font-sans);
|
|
1190
|
-
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
1191
|
-
--default-font-variation-settings: var(
|
|
1192
|
-
--font-sans--font-variation-settings
|
|
1193
|
-
);
|
|
1194
1176
|
--default-mono-font-family: var(--font-mono);
|
|
1195
|
-
--default-mono-font-feature-settings: var(
|
|
1196
|
-
--font-mono--font-feature-settings
|
|
1197
|
-
);
|
|
1198
|
-
--default-mono-font-variation-settings: var(
|
|
1199
|
-
--font-mono--font-variation-settings
|
|
1200
|
-
);
|
|
1201
1177
|
--color-charcoal-300: hsl(221 17% 67%);
|
|
1202
1178
|
--color-charcoal-700: hsl(219 17% 34%);
|
|
1203
1179
|
--color-charcoal-800: hsl(221 17% 26%);
|
|
@@ -1223,14 +1199,11 @@
|
|
|
1223
1199
|
line-height: 1.5;
|
|
1224
1200
|
-webkit-text-size-adjust: 100%;
|
|
1225
1201
|
tab-size: 4;
|
|
1226
|
-
font-family: var(
|
|
1202
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
1227
1203
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1228
|
-
font-variation-settings: var(
|
|
1204
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
1229
1205
|
-webkit-tap-highlight-color: transparent;
|
|
1230
1206
|
}
|
|
1231
|
-
body {
|
|
1232
|
-
line-height: inherit;
|
|
1233
|
-
}
|
|
1234
1207
|
hr {
|
|
1235
1208
|
height: 0;
|
|
1236
1209
|
color: inherit;
|
|
@@ -1253,9 +1226,9 @@
|
|
|
1253
1226
|
font-weight: bolder;
|
|
1254
1227
|
}
|
|
1255
1228
|
code, kbd, samp, pre {
|
|
1256
|
-
font-family: var(
|
|
1257
|
-
font-feature-settings: var(
|
|
1258
|
-
font-variation-settings: var(
|
|
1229
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
1230
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
1231
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
1259
1232
|
font-size: 1em;
|
|
1260
1233
|
}
|
|
1261
1234
|
small {
|
|
@@ -1319,9 +1292,16 @@
|
|
|
1319
1292
|
}
|
|
1320
1293
|
::placeholder {
|
|
1321
1294
|
opacity: 1;
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1295
|
+
}
|
|
1296
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
1297
|
+
::placeholder {
|
|
1298
|
+
color: currentcolor;
|
|
1299
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1300
|
+
color: currentcolor;
|
|
1301
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1302
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1325
1305
|
}
|
|
1326
1306
|
}
|
|
1327
1307
|
textarea {
|
|
@@ -1392,9 +1372,6 @@
|
|
|
1392
1372
|
.relative {
|
|
1393
1373
|
position: relative;
|
|
1394
1374
|
}
|
|
1395
|
-
.static {
|
|
1396
|
-
position: static;
|
|
1397
|
-
}
|
|
1398
1375
|
.sticky {
|
|
1399
1376
|
position: sticky;
|
|
1400
1377
|
}
|
|
@@ -1404,9 +1381,6 @@
|
|
|
1404
1381
|
.inset-8 {
|
|
1405
1382
|
inset: calc(var(--spacing) * 8);
|
|
1406
1383
|
}
|
|
1407
|
-
.inset-x-0 {
|
|
1408
|
-
inset-inline: calc(var(--spacing) * 0);
|
|
1409
|
-
}
|
|
1410
1384
|
.inset-y-0 {
|
|
1411
1385
|
inset-block: calc(var(--spacing) * 0);
|
|
1412
1386
|
}
|
|
@@ -1437,12 +1411,6 @@
|
|
|
1437
1411
|
.top-\[-2px\] {
|
|
1438
1412
|
top: -2px;
|
|
1439
1413
|
}
|
|
1440
|
-
.top-\[-11px\] {
|
|
1441
|
-
top: -11px;
|
|
1442
|
-
}
|
|
1443
|
-
.top-\[11px\] {
|
|
1444
|
-
top: 11px;
|
|
1445
|
-
}
|
|
1446
1414
|
.top-\[48px\] {
|
|
1447
1415
|
top: 48px;
|
|
1448
1416
|
}
|
|
@@ -1467,9 +1435,6 @@
|
|
|
1467
1435
|
.right-\[-2px\] {
|
|
1468
1436
|
right: -2px;
|
|
1469
1437
|
}
|
|
1470
|
-
.right-\[0px\] {
|
|
1471
|
-
right: 0px;
|
|
1472
|
-
}
|
|
1473
1438
|
.bottom-0 {
|
|
1474
1439
|
bottom: calc(var(--spacing) * 0);
|
|
1475
1440
|
}
|
|
@@ -1500,9 +1465,6 @@
|
|
|
1500
1465
|
.left-\[-2px\] {
|
|
1501
1466
|
left: -2px;
|
|
1502
1467
|
}
|
|
1503
|
-
.left-\[0px\] {
|
|
1504
|
-
left: 0px;
|
|
1505
|
-
}
|
|
1506
1468
|
.isolate {
|
|
1507
1469
|
isolation: isolate;
|
|
1508
1470
|
}
|
|
@@ -1512,15 +1474,9 @@
|
|
|
1512
1474
|
.z-10 {
|
|
1513
1475
|
z-index: 10;
|
|
1514
1476
|
}
|
|
1515
|
-
.z-40 {
|
|
1516
|
-
z-index: 40;
|
|
1517
|
-
}
|
|
1518
1477
|
.z-50 {
|
|
1519
1478
|
z-index: 50;
|
|
1520
1479
|
}
|
|
1521
|
-
.z-\[20\] {
|
|
1522
|
-
z-index: 20;
|
|
1523
|
-
}
|
|
1524
1480
|
.container {
|
|
1525
1481
|
width: 100%;
|
|
1526
1482
|
@media (width >= 40rem) {
|
|
@@ -1548,9 +1504,6 @@
|
|
|
1548
1504
|
.m-8 {
|
|
1549
1505
|
margin: calc(var(--spacing) * 8);
|
|
1550
1506
|
}
|
|
1551
|
-
.mx-0\.5 {
|
|
1552
|
-
margin-inline: calc(var(--spacing) * 0.5);
|
|
1553
|
-
}
|
|
1554
1507
|
.mx-1 {
|
|
1555
1508
|
margin-inline: calc(var(--spacing) * 1);
|
|
1556
1509
|
}
|
|
@@ -1614,9 +1567,6 @@
|
|
|
1614
1567
|
.mt-\[5px\] {
|
|
1615
1568
|
margin-top: 5px;
|
|
1616
1569
|
}
|
|
1617
|
-
.mt-\[11px\] {
|
|
1618
|
-
margin-top: 11px;
|
|
1619
|
-
}
|
|
1620
1570
|
.mt-\[14px\] {
|
|
1621
1571
|
margin-top: 14px;
|
|
1622
1572
|
}
|
|
@@ -1725,6 +1675,9 @@
|
|
|
1725
1675
|
.block {
|
|
1726
1676
|
display: block;
|
|
1727
1677
|
}
|
|
1678
|
+
.contents {
|
|
1679
|
+
display: contents;
|
|
1680
|
+
}
|
|
1728
1681
|
.flex {
|
|
1729
1682
|
display: flex;
|
|
1730
1683
|
}
|
|
@@ -1781,10 +1734,6 @@
|
|
|
1781
1734
|
width: calc(var(--spacing) * 10);
|
|
1782
1735
|
height: calc(var(--spacing) * 10);
|
|
1783
1736
|
}
|
|
1784
|
-
.size-\[3px\] {
|
|
1785
|
-
width: 3px;
|
|
1786
|
-
height: 3px;
|
|
1787
|
-
}
|
|
1788
1737
|
.size-\[18px\] {
|
|
1789
1738
|
width: 18px;
|
|
1790
1739
|
height: 18px;
|
|
@@ -1836,42 +1785,18 @@
|
|
|
1836
1785
|
.h-48 {
|
|
1837
1786
|
height: calc(var(--spacing) * 48);
|
|
1838
1787
|
}
|
|
1839
|
-
.h-\[1px\] {
|
|
1840
|
-
height: 1px;
|
|
1841
|
-
}
|
|
1842
|
-
.h-\[3px\] {
|
|
1843
|
-
height: 3px;
|
|
1844
|
-
}
|
|
1845
|
-
.h-\[6px\] {
|
|
1846
|
-
height: 6px;
|
|
1847
|
-
}
|
|
1848
|
-
.h-\[9px\] {
|
|
1849
|
-
height: 9px;
|
|
1850
|
-
}
|
|
1851
|
-
.h-\[12px\] {
|
|
1852
|
-
height: 12px;
|
|
1853
|
-
}
|
|
1854
|
-
.h-\[17px\] {
|
|
1855
|
-
height: 17px;
|
|
1856
|
-
}
|
|
1857
1788
|
.h-\[20px\] {
|
|
1858
1789
|
height: 20px;
|
|
1859
1790
|
}
|
|
1860
1791
|
.h-\[22px\] {
|
|
1861
1792
|
height: 22px;
|
|
1862
1793
|
}
|
|
1863
|
-
.h-\[25px\] {
|
|
1864
|
-
height: 25px;
|
|
1865
|
-
}
|
|
1866
1794
|
.h-\[28px\] {
|
|
1867
1795
|
height: 28px;
|
|
1868
1796
|
}
|
|
1869
1797
|
.h-\[34px\] {
|
|
1870
1798
|
height: 34px;
|
|
1871
1799
|
}
|
|
1872
|
-
.h-\[36px\] {
|
|
1873
|
-
height: 36px;
|
|
1874
|
-
}
|
|
1875
1800
|
.h-\[37px\] {
|
|
1876
1801
|
height: 37px;
|
|
1877
1802
|
}
|
|
@@ -1956,18 +1881,6 @@
|
|
|
1956
1881
|
.w-\(--radix-popover-trigger-width\) {
|
|
1957
1882
|
width: var(--radix-popover-trigger-width);
|
|
1958
1883
|
}
|
|
1959
|
-
.w-0\.5 {
|
|
1960
|
-
width: calc(var(--spacing) * 0.5);
|
|
1961
|
-
}
|
|
1962
|
-
.w-1 {
|
|
1963
|
-
width: calc(var(--spacing) * 1);
|
|
1964
|
-
}
|
|
1965
|
-
.w-1\.5 {
|
|
1966
|
-
width: calc(var(--spacing) * 1.5);
|
|
1967
|
-
}
|
|
1968
|
-
.w-2 {
|
|
1969
|
-
width: calc(var(--spacing) * 2);
|
|
1970
|
-
}
|
|
1971
1884
|
.w-4 {
|
|
1972
1885
|
width: calc(var(--spacing) * 4);
|
|
1973
1886
|
}
|
|
@@ -2010,9 +1923,6 @@
|
|
|
2010
1923
|
.w-\[--radix-popover-trigger-width\] {
|
|
2011
1924
|
width: --radix-popover-trigger-width;
|
|
2012
1925
|
}
|
|
2013
|
-
.w-\[6px\] {
|
|
2014
|
-
width: 6px;
|
|
2015
|
-
}
|
|
2016
1926
|
.w-\[10px\] {
|
|
2017
1927
|
width: 10px;
|
|
2018
1928
|
}
|
|
@@ -2206,7 +2116,7 @@
|
|
|
2206
2116
|
rotate: 270deg;
|
|
2207
2117
|
}
|
|
2208
2118
|
.transform {
|
|
2209
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
2119
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
2210
2120
|
}
|
|
2211
2121
|
.animate-pulse {
|
|
2212
2122
|
animation: var(--animate-pulse);
|
|
@@ -2286,9 +2196,6 @@
|
|
|
2286
2196
|
.items-center {
|
|
2287
2197
|
align-items: center;
|
|
2288
2198
|
}
|
|
2289
|
-
.items-end {
|
|
2290
|
-
align-items: flex-end;
|
|
2291
|
-
}
|
|
2292
2199
|
.items-start {
|
|
2293
2200
|
align-items: flex-start;
|
|
2294
2201
|
}
|
|
@@ -2421,9 +2328,6 @@
|
|
|
2421
2328
|
.rounded-3xl {
|
|
2422
2329
|
border-radius: var(--radius-3xl);
|
|
2423
2330
|
}
|
|
2424
|
-
.rounded-\[2px\] {
|
|
2425
|
-
border-radius: 2px;
|
|
2426
|
-
}
|
|
2427
2331
|
.rounded-\[4px\] {
|
|
2428
2332
|
border-radius: 4px;
|
|
2429
2333
|
}
|
|
@@ -2457,10 +2361,6 @@
|
|
|
2457
2361
|
border-top-left-radius: 0.25rem;
|
|
2458
2362
|
border-top-right-radius: 0.25rem;
|
|
2459
2363
|
}
|
|
2460
|
-
.rounded-t-full {
|
|
2461
|
-
border-top-left-radius: calc(infinity * 1px);
|
|
2462
|
-
border-top-right-radius: calc(infinity * 1px);
|
|
2463
|
-
}
|
|
2464
2364
|
.rounded-t-md {
|
|
2465
2365
|
border-top-left-radius: var(--radius-md);
|
|
2466
2366
|
border-top-right-radius: var(--radius-md);
|
|
@@ -2477,9 +2377,6 @@
|
|
|
2477
2377
|
border-top-left-radius: 0;
|
|
2478
2378
|
border-bottom-left-radius: 0;
|
|
2479
2379
|
}
|
|
2480
|
-
.rounded-tl-md {
|
|
2481
|
-
border-top-left-radius: var(--radius-md);
|
|
2482
|
-
}
|
|
2483
2380
|
.rounded-r-md {
|
|
2484
2381
|
border-top-right-radius: var(--radius-md);
|
|
2485
2382
|
border-bottom-right-radius: var(--radius-md);
|
|
@@ -2488,13 +2385,6 @@
|
|
|
2488
2385
|
border-top-right-radius: 0;
|
|
2489
2386
|
border-bottom-right-radius: 0;
|
|
2490
2387
|
}
|
|
2491
|
-
.rounded-tr-md {
|
|
2492
|
-
border-top-right-radius: var(--radius-md);
|
|
2493
|
-
}
|
|
2494
|
-
.rounded-b-full {
|
|
2495
|
-
border-bottom-right-radius: calc(infinity * 1px);
|
|
2496
|
-
border-bottom-left-radius: calc(infinity * 1px);
|
|
2497
|
-
}
|
|
2498
2388
|
.border {
|
|
2499
2389
|
border-style: var(--tw-border-style);
|
|
2500
2390
|
border-width: 1px;
|
|
@@ -2640,12 +2530,6 @@
|
|
|
2640
2530
|
.bg-blue-100 {
|
|
2641
2531
|
background-color: var(--color-blue-100);
|
|
2642
2532
|
}
|
|
2643
|
-
.bg-blue-200 {
|
|
2644
|
-
background-color: var(--color-blue-200);
|
|
2645
|
-
}
|
|
2646
|
-
.bg-blue-300 {
|
|
2647
|
-
background-color: var(--color-blue-300);
|
|
2648
|
-
}
|
|
2649
2533
|
.bg-blue-500 {
|
|
2650
2534
|
background-color: var(--color-blue-500);
|
|
2651
2535
|
}
|
|
@@ -2685,15 +2569,6 @@
|
|
|
2685
2569
|
.bg-green-500 {
|
|
2686
2570
|
background-color: var(--color-green-500);
|
|
2687
2571
|
}
|
|
2688
|
-
.bg-green-600 {
|
|
2689
|
-
background-color: var(--color-green-600);
|
|
2690
|
-
}
|
|
2691
|
-
.bg-green-600\/30 {
|
|
2692
|
-
background-color: color-mix(in srgb, oklch(0.627 0.194 149.214) 30%, transparent);
|
|
2693
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2694
|
-
background-color: color-mix(in oklab, var(--color-green-600) 30%, transparent);
|
|
2695
|
-
}
|
|
2696
|
-
}
|
|
2697
2572
|
.bg-green-900 {
|
|
2698
2573
|
background-color: var(--color-green-900);
|
|
2699
2574
|
}
|
|
@@ -2709,12 +2584,6 @@
|
|
|
2709
2584
|
.bg-red-600 {
|
|
2710
2585
|
background-color: var(--color-red-600);
|
|
2711
2586
|
}
|
|
2712
|
-
.bg-red-600\/30 {
|
|
2713
|
-
background-color: color-mix(in srgb, oklch(0.577 0.245 27.325) 30%, transparent);
|
|
2714
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2715
|
-
background-color: color-mix(in oklab, var(--color-red-600) 30%, transparent);
|
|
2716
|
-
}
|
|
2717
|
-
}
|
|
2718
2587
|
.bg-red-900 {
|
|
2719
2588
|
background-color: var(--color-red-900);
|
|
2720
2589
|
}
|
|
@@ -2725,9 +2594,12 @@
|
|
|
2725
2594
|
background-color: var(--color-slate-100);
|
|
2726
2595
|
}
|
|
2727
2596
|
.bg-slate-900\/50 {
|
|
2728
|
-
background-color: color-mix(in srgb,
|
|
2597
|
+
background-color: color-mix(in srgb, hsl(195 6% 6%) 50%, transparent);
|
|
2729
2598
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2730
|
-
background-color: color-mix(in
|
|
2599
|
+
background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 50%, transparent);
|
|
2600
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2601
|
+
background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
|
|
2602
|
+
}
|
|
2731
2603
|
}
|
|
2732
2604
|
}
|
|
2733
2605
|
.bg-transparent {
|
|
@@ -3081,7 +2953,7 @@
|
|
|
3081
2953
|
color: var(--color-blue-900);
|
|
3082
2954
|
}
|
|
3083
2955
|
.text-current {
|
|
3084
|
-
color:
|
|
2956
|
+
color: currentcolor;
|
|
3085
2957
|
}
|
|
3086
2958
|
.text-gray-50 {
|
|
3087
2959
|
color: var(--color-gray-50);
|
|
@@ -3236,13 +3108,16 @@
|
|
|
3236
3108
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3237
3109
|
}
|
|
3238
3110
|
.ring-0 {
|
|
3239
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
3111
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3240
3112
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3241
3113
|
}
|
|
3242
3114
|
.shadow-black\/\[\.04\] {
|
|
3243
|
-
--tw-shadow-color: color-mix(in srgb,
|
|
3115
|
+
--tw-shadow-color: color-mix(in srgb, hsl(0 0% 0%) 4%, transparent);
|
|
3244
3116
|
@supports (color: color-mix(in lab, red, red)) {
|
|
3245
|
-
--tw-shadow-color: color-mix(in
|
|
3117
|
+
--tw-shadow-color: color-mix(in srgb, #000 4%, transparent);
|
|
3118
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3119
|
+
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 4%, transparent) var(--tw-shadow-alpha), transparent);
|
|
3120
|
+
}
|
|
3246
3121
|
}
|
|
3247
3122
|
}
|
|
3248
3123
|
.ring-gray-900 {
|
|
@@ -3855,7 +3730,7 @@
|
|
|
3855
3730
|
}
|
|
3856
3731
|
.focus-within\:ring-1 {
|
|
3857
3732
|
&:focus-within {
|
|
3858
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
3733
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3859
3734
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3860
3735
|
}
|
|
3861
3736
|
}
|
|
@@ -3955,13 +3830,6 @@
|
|
|
3955
3830
|
}
|
|
3956
3831
|
}
|
|
3957
3832
|
}
|
|
3958
|
-
.hover\:bg-blue-300 {
|
|
3959
|
-
&:hover {
|
|
3960
|
-
@media (hover: hover) {
|
|
3961
|
-
background-color: var(--color-blue-300);
|
|
3962
|
-
}
|
|
3963
|
-
}
|
|
3964
|
-
}
|
|
3965
3833
|
.hover\:bg-gray-50 {
|
|
3966
3834
|
&:hover {
|
|
3967
3835
|
@media (hover: hover) {
|
|
@@ -4205,7 +4073,7 @@
|
|
|
4205
4073
|
}
|
|
4206
4074
|
.focus\:ring-1 {
|
|
4207
4075
|
&:focus {
|
|
4208
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
4076
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4209
4077
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4210
4078
|
}
|
|
4211
4079
|
}
|
|
@@ -4228,19 +4096,19 @@
|
|
|
4228
4096
|
}
|
|
4229
4097
|
.focus-visible\:ring-0 {
|
|
4230
4098
|
&:focus-visible {
|
|
4231
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
4099
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4232
4100
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4233
4101
|
}
|
|
4234
4102
|
}
|
|
4235
4103
|
.focus-visible\:ring-1 {
|
|
4236
4104
|
&:focus-visible {
|
|
4237
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
4105
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4238
4106
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4239
4107
|
}
|
|
4240
4108
|
}
|
|
4241
4109
|
.focus-visible\:ring-2 {
|
|
4242
4110
|
&:focus-visible {
|
|
4243
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
4111
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4244
4112
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4245
4113
|
}
|
|
4246
4114
|
}
|
|
@@ -5568,13 +5436,6 @@
|
|
|
5568
5436
|
}
|
|
5569
5437
|
}
|
|
5570
5438
|
}
|
|
5571
|
-
.\[\&\>span\]\:truncate {
|
|
5572
|
-
&>span {
|
|
5573
|
-
overflow: hidden;
|
|
5574
|
-
text-overflow: ellipsis;
|
|
5575
|
-
white-space: nowrap;
|
|
5576
|
-
}
|
|
5577
|
-
}
|
|
5578
5439
|
.\[\&\>svg\]\:size-4 {
|
|
5579
5440
|
&>svg {
|
|
5580
5441
|
width: calc(var(--spacing) * 4);
|
|
@@ -5634,9 +5495,6 @@ input[type="number"] {
|
|
|
5634
5495
|
h1, h2, h3, h4, h5, h6, p {
|
|
5635
5496
|
color: var(--color-gray-900);
|
|
5636
5497
|
}
|
|
5637
|
-
button {
|
|
5638
|
-
cursor: pointer;
|
|
5639
|
-
}
|
|
5640
5498
|
}
|
|
5641
5499
|
@layer base {
|
|
5642
5500
|
* {
|
|
@@ -5706,6 +5564,11 @@ input[type="number"] {
|
|
|
5706
5564
|
syntax: "*";
|
|
5707
5565
|
inherits: false;
|
|
5708
5566
|
}
|
|
5567
|
+
@property --tw-shadow-alpha {
|
|
5568
|
+
syntax: "<percentage>";
|
|
5569
|
+
inherits: false;
|
|
5570
|
+
initial-value: 100%;
|
|
5571
|
+
}
|
|
5709
5572
|
@property --tw-inset-shadow {
|
|
5710
5573
|
syntax: "*";
|
|
5711
5574
|
inherits: false;
|
|
@@ -5715,6 +5578,11 @@ input[type="number"] {
|
|
|
5715
5578
|
syntax: "*";
|
|
5716
5579
|
inherits: false;
|
|
5717
5580
|
}
|
|
5581
|
+
@property --tw-inset-shadow-alpha {
|
|
5582
|
+
syntax: "<percentage>";
|
|
5583
|
+
inherits: false;
|
|
5584
|
+
initial-value: 100%;
|
|
5585
|
+
}
|
|
5718
5586
|
@property --tw-ring-color {
|
|
5719
5587
|
syntax: "*";
|
|
5720
5588
|
inherits: false;
|
|
@@ -5797,6 +5665,19 @@ input[type="number"] {
|
|
|
5797
5665
|
syntax: "*";
|
|
5798
5666
|
inherits: false;
|
|
5799
5667
|
}
|
|
5668
|
+
@property --tw-drop-shadow-color {
|
|
5669
|
+
syntax: "*";
|
|
5670
|
+
inherits: false;
|
|
5671
|
+
}
|
|
5672
|
+
@property --tw-drop-shadow-alpha {
|
|
5673
|
+
syntax: "<percentage>";
|
|
5674
|
+
inherits: false;
|
|
5675
|
+
initial-value: 100%;
|
|
5676
|
+
}
|
|
5677
|
+
@property --tw-drop-shadow-size {
|
|
5678
|
+
syntax: "*";
|
|
5679
|
+
inherits: false;
|
|
5680
|
+
}
|
|
5800
5681
|
@property --tw-duration {
|
|
5801
5682
|
syntax: "*";
|
|
5802
5683
|
inherits: false;
|
|
@@ -5884,6 +5765,61 @@ input[type="number"] {
|
|
|
5884
5765
|
transform: translateX(0);
|
|
5885
5766
|
}
|
|
5886
5767
|
}
|
|
5768
|
+
@layer properties {
|
|
5769
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
5770
|
+
*, ::before, ::after, ::backdrop {
|
|
5771
|
+
--tw-translate-x: 0;
|
|
5772
|
+
--tw-translate-y: 0;
|
|
5773
|
+
--tw-translate-z: 0;
|
|
5774
|
+
--tw-scale-x: 1;
|
|
5775
|
+
--tw-scale-y: 1;
|
|
5776
|
+
--tw-scale-z: 1;
|
|
5777
|
+
--tw-rotate-x: initial;
|
|
5778
|
+
--tw-rotate-y: initial;
|
|
5779
|
+
--tw-rotate-z: initial;
|
|
5780
|
+
--tw-skew-x: initial;
|
|
5781
|
+
--tw-skew-y: initial;
|
|
5782
|
+
--tw-space-y-reverse: 0;
|
|
5783
|
+
--tw-space-x-reverse: 0;
|
|
5784
|
+
--tw-divide-y-reverse: 0;
|
|
5785
|
+
--tw-border-style: solid;
|
|
5786
|
+
--tw-leading: initial;
|
|
5787
|
+
--tw-font-weight: initial;
|
|
5788
|
+
--tw-tracking: initial;
|
|
5789
|
+
--tw-shadow: 0 0 #0000;
|
|
5790
|
+
--tw-shadow-color: initial;
|
|
5791
|
+
--tw-shadow-alpha: 100%;
|
|
5792
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
5793
|
+
--tw-inset-shadow-color: initial;
|
|
5794
|
+
--tw-inset-shadow-alpha: 100%;
|
|
5795
|
+
--tw-ring-color: initial;
|
|
5796
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
5797
|
+
--tw-inset-ring-color: initial;
|
|
5798
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
5799
|
+
--tw-ring-inset: initial;
|
|
5800
|
+
--tw-ring-offset-width: 0px;
|
|
5801
|
+
--tw-ring-offset-color: #fff;
|
|
5802
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
5803
|
+
--tw-outline-style: solid;
|
|
5804
|
+
--tw-blur: initial;
|
|
5805
|
+
--tw-brightness: initial;
|
|
5806
|
+
--tw-contrast: initial;
|
|
5807
|
+
--tw-grayscale: initial;
|
|
5808
|
+
--tw-hue-rotate: initial;
|
|
5809
|
+
--tw-invert: initial;
|
|
5810
|
+
--tw-opacity: initial;
|
|
5811
|
+
--tw-saturate: initial;
|
|
5812
|
+
--tw-sepia: initial;
|
|
5813
|
+
--tw-drop-shadow: initial;
|
|
5814
|
+
--tw-drop-shadow-color: initial;
|
|
5815
|
+
--tw-drop-shadow-alpha: 100%;
|
|
5816
|
+
--tw-drop-shadow-size: initial;
|
|
5817
|
+
--tw-duration: initial;
|
|
5818
|
+
--tw-ease: initial;
|
|
5819
|
+
--tw-content: "";
|
|
5820
|
+
}
|
|
5821
|
+
}
|
|
5822
|
+
}
|
|
5887
5823
|
@property --tw-rotate-x {
|
|
5888
5824
|
syntax: "*";
|
|
5889
5825
|
inherits: false;
|
|
@@ -5946,8 +5882,10 @@ input[type="number"] {
|
|
|
5946
5882
|
--tw-tracking: initial;
|
|
5947
5883
|
--tw-shadow: 0 0 #0000;
|
|
5948
5884
|
--tw-shadow-color: initial;
|
|
5885
|
+
--tw-shadow-alpha: 100%;
|
|
5949
5886
|
--tw-inset-shadow: 0 0 #0000;
|
|
5950
5887
|
--tw-inset-shadow-color: initial;
|
|
5888
|
+
--tw-inset-shadow-alpha: 100%;
|
|
5951
5889
|
--tw-ring-color: initial;
|
|
5952
5890
|
--tw-ring-shadow: 0 0 #0000;
|
|
5953
5891
|
--tw-inset-ring-color: initial;
|
|
@@ -5967,6 +5905,9 @@ input[type="number"] {
|
|
|
5967
5905
|
--tw-saturate: initial;
|
|
5968
5906
|
--tw-sepia: initial;
|
|
5969
5907
|
--tw-drop-shadow: initial;
|
|
5908
|
+
--tw-drop-shadow-color: initial;
|
|
5909
|
+
--tw-drop-shadow-alpha: 100%;
|
|
5910
|
+
--tw-drop-shadow-size: initial;
|
|
5970
5911
|
--tw-duration: initial;
|
|
5971
5912
|
--tw-ease: initial;
|
|
5972
5913
|
--tw-content: "";
|