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