@metastringfoundation/map-list 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Handler/LayerCompareControl.d.ts +7 -0
- package/dist/components/Handler/LayerCompareControl.d.ts.map +1 -0
- package/dist/components/Handler/LayerCompareControl.js +18 -0
- package/dist/components/Handler/MapComparisonControl.d.ts +7 -0
- package/dist/components/Handler/MapComparisonControl.d.ts.map +1 -0
- package/dist/components/Handler/MapComparisonControl.js +8 -0
- package/dist/components/core/button.js +1 -1
- package/dist/components/core/input.d.ts.map +1 -1
- package/dist/components/core/input.js +1 -1
- package/dist/components/dualMap/MapLayerCard.d.ts +8 -0
- package/dist/components/dualMap/MapLayerCard.d.ts.map +1 -0
- package/dist/components/dualMap/MapLayerCard.js +68 -0
- package/dist/components/dualMap/index.d.ts +3 -0
- package/dist/components/dualMap/index.d.ts.map +1 -0
- package/dist/components/dualMap/index.js +277 -0
- package/dist/components/map/compare-sidebar.d.ts +2 -0
- package/dist/components/map/compare-sidebar.d.ts.map +1 -0
- package/dist/components/map/compare-sidebar.js +34 -0
- package/dist/components/map/compare.d.ts +2 -0
- package/dist/components/map/compare.d.ts.map +1 -0
- package/dist/components/map/compare.js +42 -0
- package/dist/components/map/index.d.ts.map +1 -1
- package/dist/components/map/index.js +14 -1
- package/dist/components/map/layers/grid/index.d.ts.map +1 -1
- package/dist/components/map/layers/grid/index.js +11 -1
- package/dist/components/map/layers/index.d.ts.map +1 -1
- package/dist/components/map/layers/index.js +17 -14
- package/dist/components/map/layers/raster/index.d.ts.map +1 -1
- package/dist/components/map/layers/raster/index.js +8 -8
- package/dist/components/map/layers/vector/index.d.ts.map +1 -1
- package/dist/components/map/layers/vector/index.js +25 -1
- package/dist/components/map/search.d.ts +2 -0
- package/dist/components/map/search.d.ts.map +1 -0
- package/dist/components/map/search.js +122 -0
- package/dist/components/map/split-map/SplitMapComparision.d.ts +2 -0
- package/dist/components/map/split-map/SplitMapComparision.d.ts.map +1 -0
- package/dist/components/map/split-map/SplitMapComparision.js +78 -0
- package/dist/components/map-comparison/attribute-selector.d.ts +11 -0
- package/dist/components/map-comparison/attribute-selector.d.ts.map +1 -0
- package/dist/components/map-comparison/attribute-selector.js +10 -0
- package/dist/components/map-comparison/comparison-panel.d.ts +2 -0
- package/dist/components/map-comparison/comparison-panel.d.ts.map +1 -0
- package/dist/components/map-comparison/comparison-panel.js +45 -0
- package/dist/components/map-comparison/comparison-stats.d.ts +2 -0
- package/dist/components/map-comparison/comparison-stats.d.ts.map +1 -0
- package/dist/components/map-comparison/comparison-stats.js +35 -0
- package/dist/components/map-comparison/comparison-view.d.ts +2 -0
- package/dist/components/map-comparison/comparison-view.d.ts.map +1 -0
- package/dist/components/map-comparison/comparison-view.js +152 -0
- package/dist/components/map-comparison/comparison-wrapper.d.ts +8 -0
- package/dist/components/map-comparison/comparison-wrapper.d.ts.map +1 -0
- package/dist/components/map-comparison/comparison-wrapper.js +26 -0
- package/dist/components/map-comparison/index.d.ts +3 -0
- package/dist/components/map-comparison/index.d.ts.map +1 -0
- package/dist/components/map-comparison/index.js +165 -0
- package/dist/components/map-comparison/types.d.ts +30 -0
- package/dist/components/map-comparison/types.d.ts.map +1 -0
- package/dist/components/map-comparison/types.js +2 -0
- package/dist/components/map-comparison/use-map-comparison.d.ts +18 -0
- package/dist/components/map-comparison/use-map-comparison.d.ts.map +1 -0
- package/dist/components/map-comparison/use-map-comparison.js +139 -0
- package/dist/components/sidebar/common/attribute-compare-addon.d.ts +7 -0
- package/dist/components/sidebar/common/attribute-compare-addon.d.ts.map +1 -0
- package/dist/components/sidebar/common/attribute-compare-addon.js +36 -0
- package/dist/components/sidebar/common/layer-compare-addon.d.ts +4 -0
- package/dist/components/sidebar/common/layer-compare-addon.d.ts.map +1 -0
- package/dist/components/sidebar/common/layer-compare-addon.js +17 -0
- package/dist/components/sidebar/common/layer-item-style.d.ts.map +1 -1
- package/dist/components/sidebar/common/layer-item-style.js +46 -1
- package/dist/components/sidebar/common/layer-item.d.ts.map +1 -1
- package/dist/components/sidebar/common/layer-item.js +1 -1
- package/dist/components/sidebar/common/opacity-handler-addon.d.ts +5 -2
- package/dist/components/sidebar/common/opacity-handler-addon.d.ts.map +1 -1
- package/dist/components/sidebar/common/opacity-handler-addon.js +101 -4
- package/dist/components/sidebar/common/style-legend.d.ts.map +1 -1
- package/dist/components/sidebar/common/style-legend.js +1 -2
- package/dist/components/sidebar/comparison/index.d.ts +4 -0
- package/dist/components/sidebar/comparison/index.d.ts.map +1 -0
- package/dist/components/sidebar/comparison/index.js +34 -0
- package/dist/components/sidebar/index.d.ts.map +1 -1
- package/dist/components/sidebar/search/attribute-comparison.d.ts +10 -0
- package/dist/components/sidebar/search/attribute-comparison.d.ts.map +1 -0
- package/dist/components/sidebar/search/attribute-comparison.js +137 -0
- package/dist/components/sidebar/search/index.d.ts +2 -0
- package/dist/components/sidebar/search/index.d.ts.map +1 -0
- package/dist/components/sidebar/search/index.js +29 -0
- package/dist/components/sidebar/selected/index.d.ts.map +1 -1
- package/dist/components/sidebar/selected/index.js +7 -4
- package/dist/components/sidebar/tabs.js +2 -2
- package/dist/hooks/use-layers.d.ts +10 -0
- package/dist/hooks/use-layers.d.ts.map +1 -1
- package/dist/hooks/use-layers.js +115 -5
- package/dist/hooks/use-polygon-data.d.ts +34 -0
- package/dist/hooks/use-polygon-data.d.ts.map +1 -0
- package/dist/hooks/use-polygon-data.js +74 -0
- package/dist/index.css +708 -28
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -1
- package/dist/services/naksha.d.ts.map +1 -1
- package/dist/services/naksha.js +22 -158
- package/dist/services/polygon.d.ts +36 -0
- package/dist/services/polygon.d.ts.map +1 -0
- package/dist/services/polygon.js +67 -0
- package/dist/utils/naksha.d.ts.map +1 -1
- package/dist/utils/naksha.js +15 -6
- package/package.json +16 -15
package/dist/index.css
CHANGED
|
@@ -10,8 +10,15 @@
|
|
|
10
10
|
--color-red-100: oklch(93.6% 0.032 17.717);
|
|
11
11
|
--color-red-200: oklch(88.5% 0.062 18.334);
|
|
12
12
|
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
13
|
+
--color-red-700: oklch(50.5% 0.213 27.518);
|
|
13
14
|
--color-red-800: oklch(44.4% 0.177 26.899);
|
|
15
|
+
--color-green-700: oklch(52.7% 0.154 150.069);
|
|
16
|
+
--color-green-800: oklch(44.8% 0.119 151.328);
|
|
17
|
+
--color-blue-50: oklch(97% 0.014 254.604);
|
|
18
|
+
--color-blue-100: oklch(93.2% 0.032 255.585);
|
|
19
|
+
--color-blue-200: oklch(88.2% 0.059 254.128);
|
|
14
20
|
--color-blue-300: oklch(80.9% 0.105 251.813);
|
|
21
|
+
--color-blue-400: oklch(70.7% 0.165 254.624);
|
|
15
22
|
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
16
23
|
--color-blue-600: oklch(54.6% 0.245 262.881);
|
|
17
24
|
--color-blue-700: oklch(48.8% 0.243 264.376);
|
|
@@ -20,22 +27,27 @@
|
|
|
20
27
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
21
28
|
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
22
29
|
--color-gray-400: oklch(70.7% 0.022 261.325);
|
|
30
|
+
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
23
31
|
--color-gray-600: oklch(44.6% 0.03 256.802);
|
|
24
32
|
--color-gray-700: oklch(37.3% 0.034 259.733);
|
|
33
|
+
--color-gray-800: oklch(27.8% 0.033 256.848);
|
|
34
|
+
--color-gray-900: oklch(21% 0.034 264.665);
|
|
25
35
|
--color-white: #fff;
|
|
26
36
|
--spacing: 0.25rem;
|
|
27
37
|
--container-sm: 24rem;
|
|
38
|
+
--text-xs: 0.75rem;
|
|
39
|
+
--text-xs--line-height: calc(1 / 0.75);
|
|
28
40
|
--text-sm: 0.875rem;
|
|
29
41
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
30
42
|
--text-base: 1rem;
|
|
31
43
|
--text-base--line-height: calc(1.5 / 1);
|
|
32
44
|
--text-lg: 1.125rem;
|
|
33
45
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
34
|
-
--text-2xl: 1.5rem;
|
|
35
|
-
--text-2xl--line-height: calc(2 / 1.5);
|
|
36
46
|
--font-weight-medium: 500;
|
|
47
|
+
--font-weight-semibold: 600;
|
|
37
48
|
--tracking-wide: 0.025em;
|
|
38
49
|
--leading-tight: 1.25;
|
|
50
|
+
--leading-snug: 1.375;
|
|
39
51
|
--radius-md: 0.375rem;
|
|
40
52
|
--radius-lg: 0.5rem;
|
|
41
53
|
--animate-spin: spin 1s linear infinite;
|
|
@@ -194,6 +206,9 @@
|
|
|
194
206
|
}
|
|
195
207
|
}
|
|
196
208
|
@layer utilities {
|
|
209
|
+
.pointer-events-none {
|
|
210
|
+
pointer-events: none;
|
|
211
|
+
}
|
|
197
212
|
.visible {
|
|
198
213
|
visibility: visible;
|
|
199
214
|
}
|
|
@@ -212,6 +227,9 @@
|
|
|
212
227
|
.top-0 {
|
|
213
228
|
top: calc(var(--spacing) * 0);
|
|
214
229
|
}
|
|
230
|
+
.top-1\/2 {
|
|
231
|
+
top: calc(1/2 * 100%);
|
|
232
|
+
}
|
|
215
233
|
.top-4 {
|
|
216
234
|
top: calc(var(--spacing) * 4);
|
|
217
235
|
}
|
|
@@ -221,12 +239,24 @@
|
|
|
221
239
|
.right-4 {
|
|
222
240
|
right: calc(var(--spacing) * 4);
|
|
223
241
|
}
|
|
242
|
+
.right-11 {
|
|
243
|
+
right: calc(var(--spacing) * 11);
|
|
244
|
+
}
|
|
224
245
|
.bottom-0 {
|
|
225
246
|
bottom: calc(var(--spacing) * 0);
|
|
226
247
|
}
|
|
248
|
+
.bottom-3 {
|
|
249
|
+
bottom: calc(var(--spacing) * 3);
|
|
250
|
+
}
|
|
251
|
+
.bottom-4 {
|
|
252
|
+
bottom: calc(var(--spacing) * 4);
|
|
253
|
+
}
|
|
227
254
|
.left-0 {
|
|
228
255
|
left: calc(var(--spacing) * 0);
|
|
229
256
|
}
|
|
257
|
+
.left-3 {
|
|
258
|
+
left: calc(var(--spacing) * 3);
|
|
259
|
+
}
|
|
230
260
|
.left-4 {
|
|
231
261
|
left: calc(var(--spacing) * 4);
|
|
232
262
|
}
|
|
@@ -236,27 +266,24 @@
|
|
|
236
266
|
.z-20 {
|
|
237
267
|
z-index: 20;
|
|
238
268
|
}
|
|
239
|
-
.
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
@media (width >= 80rem) {
|
|
251
|
-
max-width: 80rem;
|
|
252
|
-
}
|
|
253
|
-
@media (width >= 96rem) {
|
|
254
|
-
max-width: 96rem;
|
|
255
|
-
}
|
|
269
|
+
.z-40 {
|
|
270
|
+
z-index: 40;
|
|
271
|
+
}
|
|
272
|
+
.z-50 {
|
|
273
|
+
z-index: 50;
|
|
274
|
+
}
|
|
275
|
+
.m-0 {
|
|
276
|
+
margin: calc(var(--spacing) * 0);
|
|
277
|
+
}
|
|
278
|
+
.mt-0\.5 {
|
|
279
|
+
margin-top: calc(var(--spacing) * 0.5);
|
|
256
280
|
}
|
|
257
281
|
.mt-1 {
|
|
258
282
|
margin-top: calc(var(--spacing) * 1);
|
|
259
283
|
}
|
|
284
|
+
.mt-1\.5 {
|
|
285
|
+
margin-top: calc(var(--spacing) * 1.5);
|
|
286
|
+
}
|
|
260
287
|
.mt-2 {
|
|
261
288
|
margin-top: calc(var(--spacing) * 2);
|
|
262
289
|
}
|
|
@@ -293,9 +320,24 @@
|
|
|
293
320
|
.inline-block {
|
|
294
321
|
display: inline-block;
|
|
295
322
|
}
|
|
323
|
+
.h-2 {
|
|
324
|
+
height: calc(var(--spacing) * 2);
|
|
325
|
+
}
|
|
326
|
+
.h-2\.5 {
|
|
327
|
+
height: calc(var(--spacing) * 2.5);
|
|
328
|
+
}
|
|
329
|
+
.h-3 {
|
|
330
|
+
height: calc(var(--spacing) * 3);
|
|
331
|
+
}
|
|
332
|
+
.h-4 {
|
|
333
|
+
height: calc(var(--spacing) * 4);
|
|
334
|
+
}
|
|
296
335
|
.h-5 {
|
|
297
336
|
height: calc(var(--spacing) * 5);
|
|
298
337
|
}
|
|
338
|
+
.h-6 {
|
|
339
|
+
height: calc(var(--spacing) * 6);
|
|
340
|
+
}
|
|
299
341
|
.h-8 {
|
|
300
342
|
height: calc(var(--spacing) * 8);
|
|
301
343
|
}
|
|
@@ -308,21 +350,45 @@
|
|
|
308
350
|
.h-16 {
|
|
309
351
|
height: calc(var(--spacing) * 16);
|
|
310
352
|
}
|
|
353
|
+
.h-auto {
|
|
354
|
+
height: auto;
|
|
355
|
+
}
|
|
311
356
|
.h-full {
|
|
312
357
|
height: 100%;
|
|
313
358
|
}
|
|
314
359
|
.h-screen {
|
|
315
360
|
height: 100vh;
|
|
316
361
|
}
|
|
362
|
+
.max-h-16 {
|
|
363
|
+
max-height: calc(var(--spacing) * 16);
|
|
364
|
+
}
|
|
365
|
+
.max-h-32 {
|
|
366
|
+
max-height: calc(var(--spacing) * 32);
|
|
367
|
+
}
|
|
368
|
+
.max-h-60 {
|
|
369
|
+
max-height: calc(var(--spacing) * 60);
|
|
370
|
+
}
|
|
317
371
|
.min-h-0 {
|
|
318
372
|
min-height: calc(var(--spacing) * 0);
|
|
319
373
|
}
|
|
374
|
+
.w-2\.5 {
|
|
375
|
+
width: calc(var(--spacing) * 2.5);
|
|
376
|
+
}
|
|
377
|
+
.w-3 {
|
|
378
|
+
width: calc(var(--spacing) * 3);
|
|
379
|
+
}
|
|
380
|
+
.w-4 {
|
|
381
|
+
width: calc(var(--spacing) * 4);
|
|
382
|
+
}
|
|
320
383
|
.w-5 {
|
|
321
384
|
width: calc(var(--spacing) * 5);
|
|
322
385
|
}
|
|
323
386
|
.w-6 {
|
|
324
387
|
width: calc(var(--spacing) * 6);
|
|
325
388
|
}
|
|
389
|
+
.w-8 {
|
|
390
|
+
width: calc(var(--spacing) * 8);
|
|
391
|
+
}
|
|
326
392
|
.w-10 {
|
|
327
393
|
width: calc(var(--spacing) * 10);
|
|
328
394
|
}
|
|
@@ -335,14 +401,23 @@
|
|
|
335
401
|
.w-48 {
|
|
336
402
|
width: calc(var(--spacing) * 48);
|
|
337
403
|
}
|
|
404
|
+
.w-56 {
|
|
405
|
+
width: calc(var(--spacing) * 56);
|
|
406
|
+
}
|
|
338
407
|
.w-72 {
|
|
339
408
|
width: calc(var(--spacing) * 72);
|
|
340
409
|
}
|
|
410
|
+
.w-fit {
|
|
411
|
+
width: fit-content;
|
|
412
|
+
}
|
|
341
413
|
.w-full {
|
|
342
414
|
width: 100%;
|
|
343
415
|
}
|
|
344
|
-
.max-w-
|
|
345
|
-
max-width:
|
|
416
|
+
.max-w-full {
|
|
417
|
+
max-width: 100%;
|
|
418
|
+
}
|
|
419
|
+
.min-w-0 {
|
|
420
|
+
min-width: calc(var(--spacing) * 0);
|
|
346
421
|
}
|
|
347
422
|
.flex-1 {
|
|
348
423
|
flex: 1;
|
|
@@ -356,6 +431,13 @@
|
|
|
356
431
|
.table-auto {
|
|
357
432
|
table-layout: auto;
|
|
358
433
|
}
|
|
434
|
+
.-translate-y-1\/2 {
|
|
435
|
+
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
436
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
437
|
+
}
|
|
438
|
+
.rotate-180 {
|
|
439
|
+
rotate: 180deg;
|
|
440
|
+
}
|
|
359
441
|
.transform {
|
|
360
442
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
361
443
|
}
|
|
@@ -365,9 +447,15 @@
|
|
|
365
447
|
.cursor-move {
|
|
366
448
|
cursor: move;
|
|
367
449
|
}
|
|
450
|
+
.cursor-not-allowed {
|
|
451
|
+
cursor: not-allowed;
|
|
452
|
+
}
|
|
368
453
|
.cursor-pointer {
|
|
369
454
|
cursor: pointer;
|
|
370
455
|
}
|
|
456
|
+
.list-none {
|
|
457
|
+
list-style-type: none;
|
|
458
|
+
}
|
|
371
459
|
.appearance-none {
|
|
372
460
|
appearance: none;
|
|
373
461
|
}
|
|
@@ -377,6 +465,9 @@
|
|
|
377
465
|
.items-center {
|
|
378
466
|
align-items: center;
|
|
379
467
|
}
|
|
468
|
+
.items-start {
|
|
469
|
+
align-items: flex-start;
|
|
470
|
+
}
|
|
380
471
|
.justify-around {
|
|
381
472
|
justify-content: space-around;
|
|
382
473
|
}
|
|
@@ -389,6 +480,9 @@
|
|
|
389
480
|
.gap-1 {
|
|
390
481
|
gap: calc(var(--spacing) * 1);
|
|
391
482
|
}
|
|
483
|
+
.gap-1\.5 {
|
|
484
|
+
gap: calc(var(--spacing) * 1.5);
|
|
485
|
+
}
|
|
392
486
|
.gap-2 {
|
|
393
487
|
gap: calc(var(--spacing) * 2);
|
|
394
488
|
}
|
|
@@ -398,13 +492,18 @@
|
|
|
398
492
|
.gap-4 {
|
|
399
493
|
gap: calc(var(--spacing) * 4);
|
|
400
494
|
}
|
|
401
|
-
.space-y-
|
|
495
|
+
.space-y-0\.5 {
|
|
402
496
|
:where(& > :not(:last-child)) {
|
|
403
497
|
--tw-space-y-reverse: 0;
|
|
404
|
-
margin-block-start: calc(calc(var(--spacing) *
|
|
405
|
-
margin-block-end: calc(calc(var(--spacing) *
|
|
498
|
+
margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
|
|
499
|
+
margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
406
500
|
}
|
|
407
501
|
}
|
|
502
|
+
.truncate {
|
|
503
|
+
overflow: hidden;
|
|
504
|
+
text-overflow: ellipsis;
|
|
505
|
+
white-space: nowrap;
|
|
506
|
+
}
|
|
408
507
|
.overflow-auto {
|
|
409
508
|
overflow: auto;
|
|
410
509
|
}
|
|
@@ -417,6 +516,9 @@
|
|
|
417
516
|
.rounded {
|
|
418
517
|
border-radius: 0.25rem;
|
|
419
518
|
}
|
|
519
|
+
.rounded-full {
|
|
520
|
+
border-radius: calc(infinity * 1px);
|
|
521
|
+
}
|
|
420
522
|
.rounded-lg {
|
|
421
523
|
border-radius: var(--radius-lg);
|
|
422
524
|
}
|
|
@@ -473,6 +575,15 @@
|
|
|
473
575
|
.border-gray-300 {
|
|
474
576
|
border-color: var(--color-gray-300);
|
|
475
577
|
}
|
|
578
|
+
.bg-blue-50 {
|
|
579
|
+
background-color: var(--color-blue-50);
|
|
580
|
+
}
|
|
581
|
+
.bg-blue-500 {
|
|
582
|
+
background-color: var(--color-blue-500);
|
|
583
|
+
}
|
|
584
|
+
.bg-blue-600 {
|
|
585
|
+
background-color: var(--color-blue-600);
|
|
586
|
+
}
|
|
476
587
|
.bg-gray-50 {
|
|
477
588
|
background-color: var(--color-gray-50);
|
|
478
589
|
}
|
|
@@ -482,18 +593,42 @@
|
|
|
482
593
|
.bg-gray-200 {
|
|
483
594
|
background-color: var(--color-gray-200);
|
|
484
595
|
}
|
|
596
|
+
.bg-green-700 {
|
|
597
|
+
background-color: var(--color-green-700);
|
|
598
|
+
}
|
|
485
599
|
.bg-red-100 {
|
|
486
600
|
background-color: var(--color-red-100);
|
|
487
601
|
}
|
|
602
|
+
.bg-red-600 {
|
|
603
|
+
background-color: var(--color-red-600);
|
|
604
|
+
}
|
|
488
605
|
.bg-transparent {
|
|
489
606
|
background-color: transparent;
|
|
490
607
|
}
|
|
491
608
|
.bg-white {
|
|
492
609
|
background-color: var(--color-white);
|
|
493
610
|
}
|
|
611
|
+
.bg-white\/5 {
|
|
612
|
+
background-color: color-mix(in srgb, #fff 5%, transparent);
|
|
613
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
614
|
+
background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
.bg-white\/95 {
|
|
618
|
+
background-color: color-mix(in srgb, #fff 95%, transparent);
|
|
619
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
620
|
+
background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
.object-contain {
|
|
624
|
+
object-fit: contain;
|
|
625
|
+
}
|
|
494
626
|
.object-cover {
|
|
495
627
|
object-fit: cover;
|
|
496
628
|
}
|
|
629
|
+
.p-0 {
|
|
630
|
+
padding: calc(var(--spacing) * 0);
|
|
631
|
+
}
|
|
497
632
|
.p-1 {
|
|
498
633
|
padding: calc(var(--spacing) * 1);
|
|
499
634
|
}
|
|
@@ -506,6 +641,9 @@
|
|
|
506
641
|
.p-4 {
|
|
507
642
|
padding: calc(var(--spacing) * 4);
|
|
508
643
|
}
|
|
644
|
+
.px-1 {
|
|
645
|
+
padding-inline: calc(var(--spacing) * 1);
|
|
646
|
+
}
|
|
509
647
|
.px-2 {
|
|
510
648
|
padding-inline: calc(var(--spacing) * 2);
|
|
511
649
|
}
|
|
@@ -515,15 +653,24 @@
|
|
|
515
653
|
.px-4 {
|
|
516
654
|
padding-inline: calc(var(--spacing) * 4);
|
|
517
655
|
}
|
|
656
|
+
.py-0\.5 {
|
|
657
|
+
padding-block: calc(var(--spacing) * 0.5);
|
|
658
|
+
}
|
|
518
659
|
.py-1 {
|
|
519
660
|
padding-block: calc(var(--spacing) * 1);
|
|
520
661
|
}
|
|
662
|
+
.py-1\.5 {
|
|
663
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
664
|
+
}
|
|
521
665
|
.py-2 {
|
|
522
666
|
padding-block: calc(var(--spacing) * 2);
|
|
523
667
|
}
|
|
524
668
|
.py-3 {
|
|
525
669
|
padding-block: calc(var(--spacing) * 3);
|
|
526
670
|
}
|
|
671
|
+
.pt-1\.5 {
|
|
672
|
+
padding-top: calc(var(--spacing) * 1.5);
|
|
673
|
+
}
|
|
527
674
|
.pt-2 {
|
|
528
675
|
padding-top: calc(var(--spacing) * 2);
|
|
529
676
|
}
|
|
@@ -554,10 +701,6 @@
|
|
|
554
701
|
.align-middle {
|
|
555
702
|
vertical-align: middle;
|
|
556
703
|
}
|
|
557
|
-
.text-2xl {
|
|
558
|
-
font-size: var(--text-2xl);
|
|
559
|
-
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
560
|
-
}
|
|
561
704
|
.text-base {
|
|
562
705
|
font-size: var(--text-base);
|
|
563
706
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
@@ -570,6 +713,20 @@
|
|
|
570
713
|
font-size: var(--text-sm);
|
|
571
714
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
572
715
|
}
|
|
716
|
+
.text-xs {
|
|
717
|
+
font-size: var(--text-xs);
|
|
718
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
719
|
+
}
|
|
720
|
+
.text-\[10px\] {
|
|
721
|
+
font-size: 10px;
|
|
722
|
+
}
|
|
723
|
+
.text-\[11px\] {
|
|
724
|
+
font-size: 11px;
|
|
725
|
+
}
|
|
726
|
+
.leading-snug {
|
|
727
|
+
--tw-leading: var(--leading-snug);
|
|
728
|
+
line-height: var(--leading-snug);
|
|
729
|
+
}
|
|
573
730
|
.leading-tight {
|
|
574
731
|
--tw-leading: var(--leading-tight);
|
|
575
732
|
line-height: var(--leading-tight);
|
|
@@ -578,6 +735,10 @@
|
|
|
578
735
|
--tw-font-weight: var(--font-weight-medium);
|
|
579
736
|
font-weight: var(--font-weight-medium);
|
|
580
737
|
}
|
|
738
|
+
.font-semibold {
|
|
739
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
740
|
+
font-weight: var(--font-weight-semibold);
|
|
741
|
+
}
|
|
581
742
|
.tracking-wide {
|
|
582
743
|
--tw-tracking: var(--tracking-wide);
|
|
583
744
|
letter-spacing: var(--tracking-wide);
|
|
@@ -588,6 +749,12 @@
|
|
|
588
749
|
.whitespace-nowrap {
|
|
589
750
|
white-space: nowrap;
|
|
590
751
|
}
|
|
752
|
+
.text-blue-50 {
|
|
753
|
+
color: var(--color-blue-50);
|
|
754
|
+
}
|
|
755
|
+
.text-blue-200 {
|
|
756
|
+
color: var(--color-blue-200);
|
|
757
|
+
}
|
|
591
758
|
.text-blue-500 {
|
|
592
759
|
color: var(--color-blue-500);
|
|
593
760
|
}
|
|
@@ -603,21 +770,47 @@
|
|
|
603
770
|
.text-gray-400 {
|
|
604
771
|
color: var(--color-gray-400);
|
|
605
772
|
}
|
|
773
|
+
.text-gray-500 {
|
|
774
|
+
color: var(--color-gray-500);
|
|
775
|
+
}
|
|
606
776
|
.text-gray-600 {
|
|
607
777
|
color: var(--color-gray-600);
|
|
608
778
|
}
|
|
609
779
|
.text-gray-700 {
|
|
610
780
|
color: var(--color-gray-700);
|
|
611
781
|
}
|
|
782
|
+
.text-gray-800 {
|
|
783
|
+
color: var(--color-gray-800);
|
|
784
|
+
}
|
|
785
|
+
.text-gray-900 {
|
|
786
|
+
color: var(--color-gray-900);
|
|
787
|
+
}
|
|
612
788
|
.text-red-600 {
|
|
613
789
|
color: var(--color-red-600);
|
|
614
790
|
}
|
|
615
791
|
.text-red-800 {
|
|
616
792
|
color: var(--color-red-800);
|
|
617
793
|
}
|
|
794
|
+
.text-white {
|
|
795
|
+
color: var(--color-white);
|
|
796
|
+
}
|
|
618
797
|
.capitalize {
|
|
619
798
|
text-transform: capitalize;
|
|
620
799
|
}
|
|
800
|
+
.accent-green-700 {
|
|
801
|
+
accent-color: var(--color-green-700);
|
|
802
|
+
}
|
|
803
|
+
.opacity-50 {
|
|
804
|
+
opacity: 50%;
|
|
805
|
+
}
|
|
806
|
+
.shadow {
|
|
807
|
+
--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));
|
|
808
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
809
|
+
}
|
|
810
|
+
.shadow-lg {
|
|
811
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
812
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
813
|
+
}
|
|
621
814
|
.shadow-md {
|
|
622
815
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
623
816
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -629,15 +822,35 @@
|
|
|
629
822
|
.filter {
|
|
630
823
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
631
824
|
}
|
|
825
|
+
.transition-all {
|
|
826
|
+
transition-property: all;
|
|
827
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
828
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
829
|
+
}
|
|
632
830
|
.transition-colors {
|
|
633
831
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
634
832
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
635
833
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
636
834
|
}
|
|
835
|
+
.transition-transform {
|
|
836
|
+
transition-property: transform, translate, scale, rotate;
|
|
837
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
838
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
839
|
+
}
|
|
637
840
|
.duration-200 {
|
|
638
841
|
--tw-duration: 200ms;
|
|
639
842
|
transition-duration: 200ms;
|
|
640
843
|
}
|
|
844
|
+
.select-none {
|
|
845
|
+
-webkit-user-select: none;
|
|
846
|
+
user-select: none;
|
|
847
|
+
}
|
|
848
|
+
.last\:border-b-0 {
|
|
849
|
+
&:last-child {
|
|
850
|
+
border-bottom-style: var(--tw-border-style);
|
|
851
|
+
border-bottom-width: 0px;
|
|
852
|
+
}
|
|
853
|
+
}
|
|
641
854
|
.hover\:border-blue-500 {
|
|
642
855
|
&:hover {
|
|
643
856
|
@media (hover: hover) {
|
|
@@ -652,6 +865,27 @@
|
|
|
652
865
|
}
|
|
653
866
|
}
|
|
654
867
|
}
|
|
868
|
+
.hover\:bg-blue-100 {
|
|
869
|
+
&:hover {
|
|
870
|
+
@media (hover: hover) {
|
|
871
|
+
background-color: var(--color-blue-100);
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
.hover\:bg-blue-700 {
|
|
876
|
+
&:hover {
|
|
877
|
+
@media (hover: hover) {
|
|
878
|
+
background-color: var(--color-blue-700);
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
.hover\:bg-gray-50 {
|
|
883
|
+
&:hover {
|
|
884
|
+
@media (hover: hover) {
|
|
885
|
+
background-color: var(--color-gray-50);
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
}
|
|
655
889
|
.hover\:bg-gray-100 {
|
|
656
890
|
&:hover {
|
|
657
891
|
@media (hover: hover) {
|
|
@@ -666,6 +900,13 @@
|
|
|
666
900
|
}
|
|
667
901
|
}
|
|
668
902
|
}
|
|
903
|
+
.hover\:bg-green-800 {
|
|
904
|
+
&:hover {
|
|
905
|
+
@media (hover: hover) {
|
|
906
|
+
background-color: var(--color-green-800);
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
}
|
|
669
910
|
.hover\:bg-red-200 {
|
|
670
911
|
&:hover {
|
|
671
912
|
@media (hover: hover) {
|
|
@@ -673,17 +914,61 @@
|
|
|
673
914
|
}
|
|
674
915
|
}
|
|
675
916
|
}
|
|
917
|
+
.hover\:bg-red-700 {
|
|
918
|
+
&:hover {
|
|
919
|
+
@media (hover: hover) {
|
|
920
|
+
background-color: var(--color-red-700);
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
.hover\:underline {
|
|
925
|
+
&:hover {
|
|
926
|
+
@media (hover: hover) {
|
|
927
|
+
text-decoration-line: underline;
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
.hover\:shadow-md {
|
|
932
|
+
&:hover {
|
|
933
|
+
@media (hover: hover) {
|
|
934
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
935
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
676
939
|
.focus\:ring {
|
|
677
940
|
&:focus {
|
|
678
941
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
679
942
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
680
943
|
}
|
|
681
944
|
}
|
|
945
|
+
.focus\:ring-2 {
|
|
946
|
+
&:focus {
|
|
947
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
948
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
949
|
+
}
|
|
950
|
+
}
|
|
682
951
|
.focus\:ring-blue-300 {
|
|
683
952
|
&:focus {
|
|
684
953
|
--tw-ring-color: var(--color-blue-300);
|
|
685
954
|
}
|
|
686
955
|
}
|
|
956
|
+
.focus\:ring-blue-400 {
|
|
957
|
+
&:focus {
|
|
958
|
+
--tw-ring-color: var(--color-blue-400);
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
.focus\:ring-blue-500 {
|
|
962
|
+
&:focus {
|
|
963
|
+
--tw-ring-color: var(--color-blue-500);
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
.focus\:ring-offset-2 {
|
|
967
|
+
&:focus {
|
|
968
|
+
--tw-ring-offset-width: 2px;
|
|
969
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
970
|
+
}
|
|
971
|
+
}
|
|
687
972
|
.focus\:outline {
|
|
688
973
|
&:focus {
|
|
689
974
|
outline-style: var(--tw-outline-style);
|
|
@@ -903,6 +1188,398 @@
|
|
|
903
1188
|
}
|
|
904
1189
|
}
|
|
905
1190
|
@layer utilities;
|
|
1191
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
1192
|
+
@layer properties;
|
|
1193
|
+
@layer theme, base, components, utilities;
|
|
1194
|
+
@layer theme {
|
|
1195
|
+
:root, :host {
|
|
1196
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
1197
|
+
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1198
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
1199
|
+
"Courier New", monospace;
|
|
1200
|
+
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
1201
|
+
--color-white: #fff;
|
|
1202
|
+
--spacing: 0.25rem;
|
|
1203
|
+
--default-font-family: var(--font-sans);
|
|
1204
|
+
--default-mono-font-family: var(--font-mono);
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
@layer base {
|
|
1208
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
1209
|
+
box-sizing: border-box;
|
|
1210
|
+
margin: 0;
|
|
1211
|
+
padding: 0;
|
|
1212
|
+
border: 0 solid;
|
|
1213
|
+
}
|
|
1214
|
+
html, :host {
|
|
1215
|
+
line-height: 1.5;
|
|
1216
|
+
-webkit-text-size-adjust: 100%;
|
|
1217
|
+
tab-size: 4;
|
|
1218
|
+
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");
|
|
1219
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1220
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
1221
|
+
-webkit-tap-highlight-color: transparent;
|
|
1222
|
+
}
|
|
1223
|
+
hr {
|
|
1224
|
+
height: 0;
|
|
1225
|
+
color: inherit;
|
|
1226
|
+
border-top-width: 1px;
|
|
1227
|
+
}
|
|
1228
|
+
abbr:where([title]) {
|
|
1229
|
+
-webkit-text-decoration: underline dotted;
|
|
1230
|
+
text-decoration: underline dotted;
|
|
1231
|
+
}
|
|
1232
|
+
h1, h2, h3, h4, h5, h6 {
|
|
1233
|
+
font-size: inherit;
|
|
1234
|
+
font-weight: inherit;
|
|
1235
|
+
}
|
|
1236
|
+
a {
|
|
1237
|
+
color: inherit;
|
|
1238
|
+
-webkit-text-decoration: inherit;
|
|
1239
|
+
text-decoration: inherit;
|
|
1240
|
+
}
|
|
1241
|
+
b, strong {
|
|
1242
|
+
font-weight: bolder;
|
|
1243
|
+
}
|
|
1244
|
+
code, kbd, samp, pre {
|
|
1245
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
1246
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
1247
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
1248
|
+
font-size: 1em;
|
|
1249
|
+
}
|
|
1250
|
+
small {
|
|
1251
|
+
font-size: 80%;
|
|
1252
|
+
}
|
|
1253
|
+
sub, sup {
|
|
1254
|
+
font-size: 75%;
|
|
1255
|
+
line-height: 0;
|
|
1256
|
+
position: relative;
|
|
1257
|
+
vertical-align: baseline;
|
|
1258
|
+
}
|
|
1259
|
+
sub {
|
|
1260
|
+
bottom: -0.25em;
|
|
1261
|
+
}
|
|
1262
|
+
sup {
|
|
1263
|
+
top: -0.5em;
|
|
1264
|
+
}
|
|
1265
|
+
table {
|
|
1266
|
+
text-indent: 0;
|
|
1267
|
+
border-color: inherit;
|
|
1268
|
+
border-collapse: collapse;
|
|
1269
|
+
}
|
|
1270
|
+
:-moz-focusring {
|
|
1271
|
+
outline: auto;
|
|
1272
|
+
}
|
|
1273
|
+
progress {
|
|
1274
|
+
vertical-align: baseline;
|
|
1275
|
+
}
|
|
1276
|
+
summary {
|
|
1277
|
+
display: list-item;
|
|
1278
|
+
}
|
|
1279
|
+
ol, ul, menu {
|
|
1280
|
+
list-style: none;
|
|
1281
|
+
}
|
|
1282
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
1283
|
+
display: block;
|
|
1284
|
+
vertical-align: middle;
|
|
1285
|
+
}
|
|
1286
|
+
img, video {
|
|
1287
|
+
max-width: 100%;
|
|
1288
|
+
height: auto;
|
|
1289
|
+
}
|
|
1290
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
1291
|
+
font: inherit;
|
|
1292
|
+
font-feature-settings: inherit;
|
|
1293
|
+
font-variation-settings: inherit;
|
|
1294
|
+
letter-spacing: inherit;
|
|
1295
|
+
color: inherit;
|
|
1296
|
+
border-radius: 0;
|
|
1297
|
+
background-color: transparent;
|
|
1298
|
+
opacity: 1;
|
|
1299
|
+
}
|
|
1300
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
1301
|
+
font-weight: bolder;
|
|
1302
|
+
}
|
|
1303
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
1304
|
+
padding-inline-start: 20px;
|
|
1305
|
+
}
|
|
1306
|
+
::file-selector-button {
|
|
1307
|
+
margin-inline-end: 4px;
|
|
1308
|
+
}
|
|
1309
|
+
::placeholder {
|
|
1310
|
+
opacity: 1;
|
|
1311
|
+
}
|
|
1312
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
1313
|
+
::placeholder {
|
|
1314
|
+
color: currentcolor;
|
|
1315
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1316
|
+
color: currentcolor;
|
|
1317
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1318
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
textarea {
|
|
1324
|
+
resize: vertical;
|
|
1325
|
+
}
|
|
1326
|
+
::-webkit-search-decoration {
|
|
1327
|
+
-webkit-appearance: none;
|
|
1328
|
+
}
|
|
1329
|
+
::-webkit-date-and-time-value {
|
|
1330
|
+
min-height: 1lh;
|
|
1331
|
+
text-align: inherit;
|
|
1332
|
+
}
|
|
1333
|
+
::-webkit-datetime-edit {
|
|
1334
|
+
display: inline-flex;
|
|
1335
|
+
}
|
|
1336
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
1337
|
+
padding: 0;
|
|
1338
|
+
}
|
|
1339
|
+
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
1340
|
+
padding-block: 0;
|
|
1341
|
+
}
|
|
1342
|
+
::-webkit-calendar-picker-indicator {
|
|
1343
|
+
line-height: 1;
|
|
1344
|
+
}
|
|
1345
|
+
:-moz-ui-invalid {
|
|
1346
|
+
box-shadow: none;
|
|
1347
|
+
}
|
|
1348
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
1349
|
+
appearance: button;
|
|
1350
|
+
}
|
|
1351
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
1352
|
+
height: auto;
|
|
1353
|
+
}
|
|
1354
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
1355
|
+
display: none !important;
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
@layer utilities {
|
|
1359
|
+
.fixed {
|
|
1360
|
+
position: fixed;
|
|
1361
|
+
}
|
|
1362
|
+
.top-4 {
|
|
1363
|
+
top: calc(var(--spacing) * 4);
|
|
1364
|
+
}
|
|
1365
|
+
.right-4 {
|
|
1366
|
+
right: calc(var(--spacing) * 4);
|
|
1367
|
+
}
|
|
1368
|
+
.z-50 {
|
|
1369
|
+
z-index: 50;
|
|
1370
|
+
}
|
|
1371
|
+
.flex {
|
|
1372
|
+
display: flex;
|
|
1373
|
+
}
|
|
1374
|
+
.gap-2 {
|
|
1375
|
+
gap: calc(var(--spacing) * 2);
|
|
1376
|
+
}
|
|
1377
|
+
.rounded {
|
|
1378
|
+
border-radius: 0.25rem;
|
|
1379
|
+
}
|
|
1380
|
+
.bg-white {
|
|
1381
|
+
background-color: var(--color-white);
|
|
1382
|
+
}
|
|
1383
|
+
.p-2 {
|
|
1384
|
+
padding: calc(var(--spacing) * 2);
|
|
1385
|
+
}
|
|
1386
|
+
.text-blue-500 {
|
|
1387
|
+
color: var(--color-blue-500);
|
|
1388
|
+
}
|
|
1389
|
+
.shadow {
|
|
1390
|
+
--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));
|
|
1391
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
@layer theme, base, components, utilities;
|
|
1395
|
+
@layer theme;
|
|
1396
|
+
@layer base {
|
|
1397
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
1398
|
+
box-sizing: border-box;
|
|
1399
|
+
margin: 0;
|
|
1400
|
+
padding: 0;
|
|
1401
|
+
border: 0 solid;
|
|
1402
|
+
}
|
|
1403
|
+
html, :host {
|
|
1404
|
+
line-height: 1.5;
|
|
1405
|
+
-webkit-text-size-adjust: 100%;
|
|
1406
|
+
tab-size: 4;
|
|
1407
|
+
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");
|
|
1408
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1409
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
1410
|
+
-webkit-tap-highlight-color: transparent;
|
|
1411
|
+
}
|
|
1412
|
+
hr {
|
|
1413
|
+
height: 0;
|
|
1414
|
+
color: inherit;
|
|
1415
|
+
border-top-width: 1px;
|
|
1416
|
+
}
|
|
1417
|
+
abbr:where([title]) {
|
|
1418
|
+
-webkit-text-decoration: underline dotted;
|
|
1419
|
+
text-decoration: underline dotted;
|
|
1420
|
+
}
|
|
1421
|
+
h1, h2, h3, h4, h5, h6 {
|
|
1422
|
+
font-size: inherit;
|
|
1423
|
+
font-weight: inherit;
|
|
1424
|
+
}
|
|
1425
|
+
a {
|
|
1426
|
+
color: inherit;
|
|
1427
|
+
-webkit-text-decoration: inherit;
|
|
1428
|
+
text-decoration: inherit;
|
|
1429
|
+
}
|
|
1430
|
+
b, strong {
|
|
1431
|
+
font-weight: bolder;
|
|
1432
|
+
}
|
|
1433
|
+
code, kbd, samp, pre {
|
|
1434
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
1435
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
1436
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
1437
|
+
font-size: 1em;
|
|
1438
|
+
}
|
|
1439
|
+
small {
|
|
1440
|
+
font-size: 80%;
|
|
1441
|
+
}
|
|
1442
|
+
sub, sup {
|
|
1443
|
+
font-size: 75%;
|
|
1444
|
+
line-height: 0;
|
|
1445
|
+
position: relative;
|
|
1446
|
+
vertical-align: baseline;
|
|
1447
|
+
}
|
|
1448
|
+
sub {
|
|
1449
|
+
bottom: -0.25em;
|
|
1450
|
+
}
|
|
1451
|
+
sup {
|
|
1452
|
+
top: -0.5em;
|
|
1453
|
+
}
|
|
1454
|
+
table {
|
|
1455
|
+
text-indent: 0;
|
|
1456
|
+
border-color: inherit;
|
|
1457
|
+
border-collapse: collapse;
|
|
1458
|
+
}
|
|
1459
|
+
:-moz-focusring {
|
|
1460
|
+
outline: auto;
|
|
1461
|
+
}
|
|
1462
|
+
progress {
|
|
1463
|
+
vertical-align: baseline;
|
|
1464
|
+
}
|
|
1465
|
+
summary {
|
|
1466
|
+
display: list-item;
|
|
1467
|
+
}
|
|
1468
|
+
ol, ul, menu {
|
|
1469
|
+
list-style: none;
|
|
1470
|
+
}
|
|
1471
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
1472
|
+
display: block;
|
|
1473
|
+
vertical-align: middle;
|
|
1474
|
+
}
|
|
1475
|
+
img, video {
|
|
1476
|
+
max-width: 100%;
|
|
1477
|
+
height: auto;
|
|
1478
|
+
}
|
|
1479
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
1480
|
+
font: inherit;
|
|
1481
|
+
font-feature-settings: inherit;
|
|
1482
|
+
font-variation-settings: inherit;
|
|
1483
|
+
letter-spacing: inherit;
|
|
1484
|
+
color: inherit;
|
|
1485
|
+
border-radius: 0;
|
|
1486
|
+
background-color: transparent;
|
|
1487
|
+
opacity: 1;
|
|
1488
|
+
}
|
|
1489
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
1490
|
+
font-weight: bolder;
|
|
1491
|
+
}
|
|
1492
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
1493
|
+
padding-inline-start: 20px;
|
|
1494
|
+
}
|
|
1495
|
+
::file-selector-button {
|
|
1496
|
+
margin-inline-end: 4px;
|
|
1497
|
+
}
|
|
1498
|
+
::placeholder {
|
|
1499
|
+
opacity: 1;
|
|
1500
|
+
}
|
|
1501
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
1502
|
+
::placeholder {
|
|
1503
|
+
color: currentcolor;
|
|
1504
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1505
|
+
color: currentcolor;
|
|
1506
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1507
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
textarea {
|
|
1513
|
+
resize: vertical;
|
|
1514
|
+
}
|
|
1515
|
+
::-webkit-search-decoration {
|
|
1516
|
+
-webkit-appearance: none;
|
|
1517
|
+
}
|
|
1518
|
+
::-webkit-date-and-time-value {
|
|
1519
|
+
min-height: 1lh;
|
|
1520
|
+
text-align: inherit;
|
|
1521
|
+
}
|
|
1522
|
+
::-webkit-datetime-edit {
|
|
1523
|
+
display: inline-flex;
|
|
1524
|
+
}
|
|
1525
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
1526
|
+
padding: 0;
|
|
1527
|
+
}
|
|
1528
|
+
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
1529
|
+
padding-block: 0;
|
|
1530
|
+
}
|
|
1531
|
+
::-webkit-calendar-picker-indicator {
|
|
1532
|
+
line-height: 1;
|
|
1533
|
+
}
|
|
1534
|
+
:-moz-ui-invalid {
|
|
1535
|
+
box-shadow: none;
|
|
1536
|
+
}
|
|
1537
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
1538
|
+
appearance: button;
|
|
1539
|
+
}
|
|
1540
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
1541
|
+
height: auto;
|
|
1542
|
+
}
|
|
1543
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
1544
|
+
display: none !important;
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
@layer utilities;
|
|
1548
|
+
@layer properties {
|
|
1549
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1550
|
+
*, ::before, ::after, ::backdrop {
|
|
1551
|
+
--tw-shadow: 0 0 #0000;
|
|
1552
|
+
--tw-shadow-color: initial;
|
|
1553
|
+
--tw-shadow-alpha: 100%;
|
|
1554
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
1555
|
+
--tw-inset-shadow-color: initial;
|
|
1556
|
+
--tw-inset-shadow-alpha: 100%;
|
|
1557
|
+
--tw-ring-color: initial;
|
|
1558
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1559
|
+
--tw-inset-ring-color: initial;
|
|
1560
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
1561
|
+
--tw-ring-inset: initial;
|
|
1562
|
+
--tw-ring-offset-width: 0px;
|
|
1563
|
+
--tw-ring-offset-color: #fff;
|
|
1564
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
@property --tw-translate-x {
|
|
1569
|
+
syntax: "*";
|
|
1570
|
+
inherits: false;
|
|
1571
|
+
initial-value: 0;
|
|
1572
|
+
}
|
|
1573
|
+
@property --tw-translate-y {
|
|
1574
|
+
syntax: "*";
|
|
1575
|
+
inherits: false;
|
|
1576
|
+
initial-value: 0;
|
|
1577
|
+
}
|
|
1578
|
+
@property --tw-translate-z {
|
|
1579
|
+
syntax: "*";
|
|
1580
|
+
inherits: false;
|
|
1581
|
+
initial-value: 0;
|
|
1582
|
+
}
|
|
906
1583
|
@property --tw-rotate-x {
|
|
907
1584
|
syntax: "*";
|
|
908
1585
|
inherits: false;
|
|
@@ -1085,6 +1762,9 @@
|
|
|
1085
1762
|
@layer properties {
|
|
1086
1763
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1087
1764
|
*, ::before, ::after, ::backdrop {
|
|
1765
|
+
--tw-translate-x: 0;
|
|
1766
|
+
--tw-translate-y: 0;
|
|
1767
|
+
--tw-translate-z: 0;
|
|
1088
1768
|
--tw-rotate-x: initial;
|
|
1089
1769
|
--tw-rotate-y: initial;
|
|
1090
1770
|
--tw-rotate-z: initial;
|