@parhelia/page-wizard 0.1.12322 → 0.1.12325

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/dist/styles.css +0 -1393
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parhelia/page-wizard",
3
- "version": "0.1.12322",
3
+ "version": "0.1.12325",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/dist/styles.css DELETED
@@ -1,1393 +0,0 @@
1
- /*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- @layer theme {
4
- :root, :host {
5
- --color-red-50: oklch(97.1% 0.013 17.38);
6
- --color-red-200: oklch(88.5% 0.062 18.334);
7
- --color-red-500: oklch(63.7% 0.237 25.331);
8
- --color-red-600: oklch(57.7% 0.245 27.325);
9
- --color-red-700: oklch(50.5% 0.213 27.518);
10
- --color-red-800: oklch(44.4% 0.177 26.899);
11
- --color-orange-50: oklch(98% 0.016 73.684);
12
- --color-orange-200: oklch(90.1% 0.076 70.697);
13
- --color-orange-700: oklch(55.3% 0.195 38.402);
14
- --color-orange-800: oklch(47% 0.157 37.304);
15
- --color-green-50: oklch(98.2% 0.018 155.826);
16
- --color-green-100: oklch(96.2% 0.044 156.743);
17
- --color-green-200: oklch(92.5% 0.084 155.995);
18
- --color-green-500: oklch(72.3% 0.219 149.579);
19
- --color-green-600: oklch(62.7% 0.194 149.214);
20
- --color-green-700: oklch(52.7% 0.154 150.069);
21
- --color-green-800: oklch(44.8% 0.119 151.328);
22
- --color-blue-50: oklch(97% 0.014 254.604);
23
- --color-blue-100: oklch(93.2% 0.032 255.585);
24
- --color-blue-200: oklch(88.2% 0.059 254.128);
25
- --color-blue-500: oklch(62.3% 0.214 259.815);
26
- --color-blue-600: oklch(54.6% 0.245 262.881);
27
- --color-blue-700: oklch(48.8% 0.243 264.376);
28
- --color-blue-800: oklch(42.4% 0.199 265.638);
29
- --color-blue-900: oklch(37.9% 0.146 265.522);
30
- --color-purple-200: oklch(90.2% 0.063 306.703);
31
- --color-purple-500: oklch(62.7% 0.265 303.9);
32
- --color-gray-50: oklch(98.5% 0.002 247.839);
33
- --color-gray-100: oklch(96.7% 0.003 264.542);
34
- --color-gray-200: oklch(92.8% 0.006 264.531);
35
- --color-gray-300: oklch(87.2% 0.01 258.338);
36
- --color-gray-400: oklch(70.7% 0.022 261.325);
37
- --color-gray-500: oklch(55.1% 0.027 264.364);
38
- --color-gray-600: oklch(44.6% 0.03 256.802);
39
- --color-gray-700: oklch(37.3% 0.034 259.733);
40
- --color-gray-800: oklch(27.8% 0.033 256.848);
41
- --color-gray-900: oklch(21% 0.034 264.665);
42
- --color-neutral-100: oklch(97% 0 0);
43
- --color-neutral-800: oklch(26.9% 0 0);
44
- --color-black: #000;
45
- --color-white: #fff;
46
- --spacing: 0.25rem;
47
- --container-lg: 32rem;
48
- --text-xs: 0.75rem;
49
- --text-xs--line-height: calc(1 / 0.75);
50
- --text-sm: 0.875rem;
51
- --text-sm--line-height: calc(1.25 / 0.875);
52
- --text-lg: 1.125rem;
53
- --text-lg--line-height: calc(1.75 / 1.125);
54
- --text-xl: 1.25rem;
55
- --text-xl--line-height: calc(1.75 / 1.25);
56
- --font-weight-light: 300;
57
- --font-weight-medium: 500;
58
- --font-weight-semibold: 600;
59
- --font-weight-bold: 700;
60
- --leading-relaxed: 1.625;
61
- --radius-md: 0.375rem;
62
- --radius-lg: 0.5rem;
63
- --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
64
- --animate-spin: spin 1s linear infinite;
65
- --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
66
- --default-transition-duration: 150ms;
67
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
68
- }
69
- }
70
- @layer utilities {
71
- .visible {
72
- visibility: visible;
73
- }
74
- .absolute {
75
- position: absolute;
76
- }
77
- .fixed {
78
- position: fixed;
79
- }
80
- .relative {
81
- position: relative;
82
- }
83
- .inset-0 {
84
- inset: calc(var(--spacing) * 0);
85
- }
86
- .top-0 {
87
- top: calc(var(--spacing) * 0);
88
- }
89
- .top-1\/2 {
90
- top: calc(1/2 * 100%);
91
- }
92
- .top-2 {
93
- top: calc(var(--spacing) * 2);
94
- }
95
- .right-0 {
96
- right: calc(var(--spacing) * 0);
97
- }
98
- .right-2 {
99
- right: calc(var(--spacing) * 2);
100
- }
101
- .z-0 {
102
- z-index: 0;
103
- }
104
- .z-10 {
105
- z-index: 10;
106
- }
107
- .z-\[9999\] {
108
- z-index: 9999;
109
- }
110
- .z-\[10000\] {
111
- z-index: 10000;
112
- }
113
- .mx-auto {
114
- margin-inline: auto;
115
- }
116
- .mt-1 {
117
- margin-top: calc(var(--spacing) * 1);
118
- }
119
- .mt-2 {
120
- margin-top: calc(var(--spacing) * 2);
121
- }
122
- .mt-4 {
123
- margin-top: calc(var(--spacing) * 4);
124
- }
125
- .mt-6 {
126
- margin-top: calc(var(--spacing) * 6);
127
- }
128
- .mt-\[-3px\] {
129
- margin-top: -3px;
130
- }
131
- .mt-\[-20px\] {
132
- margin-top: -20px;
133
- }
134
- .mr-1 {
135
- margin-right: calc(var(--spacing) * 1);
136
- }
137
- .mr-2 {
138
- margin-right: calc(var(--spacing) * 2);
139
- }
140
- .mr-\[-3px\] {
141
- margin-right: -3px;
142
- }
143
- .mb-1 {
144
- margin-bottom: calc(var(--spacing) * 1);
145
- }
146
- .mb-2 {
147
- margin-bottom: calc(var(--spacing) * 2);
148
- }
149
- .mb-3 {
150
- margin-bottom: calc(var(--spacing) * 3);
151
- }
152
- .mb-4 {
153
- margin-bottom: calc(var(--spacing) * 4);
154
- }
155
- .mb-6 {
156
- margin-bottom: calc(var(--spacing) * 6);
157
- }
158
- .mb-\[-3px\] {
159
- margin-bottom: -3px;
160
- }
161
- .ml-1 {
162
- margin-left: calc(var(--spacing) * 1);
163
- }
164
- .ml-2 {
165
- margin-left: calc(var(--spacing) * 2);
166
- }
167
- .ml-4 {
168
- margin-left: calc(var(--spacing) * 4);
169
- }
170
- .ml-\[-3px\] {
171
- margin-left: -3px;
172
- }
173
- .block {
174
- display: block;
175
- }
176
- .flex {
177
- display: flex;
178
- }
179
- .grid {
180
- display: grid;
181
- }
182
- .hidden {
183
- display: none;
184
- }
185
- .inline {
186
- display: inline;
187
- }
188
- .inline-flex {
189
- display: inline-flex;
190
- }
191
- .aspect-square {
192
- aspect-ratio: 1 / 1;
193
- }
194
- .h-0 {
195
- height: calc(var(--spacing) * 0);
196
- }
197
- .h-3 {
198
- height: calc(var(--spacing) * 3);
199
- }
200
- .h-4 {
201
- height: calc(var(--spacing) * 4);
202
- }
203
- .h-5 {
204
- height: calc(var(--spacing) * 5);
205
- }
206
- .h-6 {
207
- height: calc(var(--spacing) * 6);
208
- }
209
- .h-16 {
210
- height: calc(var(--spacing) * 16);
211
- }
212
- .h-48 {
213
- height: calc(var(--spacing) * 48);
214
- }
215
- .h-64 {
216
- height: calc(var(--spacing) * 64);
217
- }
218
- .h-full {
219
- height: 100%;
220
- }
221
- .max-h-64 {
222
- max-height: calc(var(--spacing) * 64);
223
- }
224
- .max-h-96 {
225
- max-height: calc(var(--spacing) * 96);
226
- }
227
- .max-h-full {
228
- max-height: 100%;
229
- }
230
- .min-h-\[70px\] {
231
- min-height: 70px;
232
- }
233
- .min-h-\[100px\] {
234
- min-height: 100px;
235
- }
236
- .min-h-\[300px\] {
237
- min-height: 300px;
238
- }
239
- .w-3 {
240
- width: calc(var(--spacing) * 3);
241
- }
242
- .w-4 {
243
- width: calc(var(--spacing) * 4);
244
- }
245
- .w-5 {
246
- width: calc(var(--spacing) * 5);
247
- }
248
- .w-6 {
249
- width: calc(var(--spacing) * 6);
250
- }
251
- .w-16 {
252
- width: calc(var(--spacing) * 16);
253
- }
254
- .w-48 {
255
- width: calc(var(--spacing) * 48);
256
- }
257
- .w-96 {
258
- width: calc(var(--spacing) * 96);
259
- }
260
- .w-\[100vw\] {
261
- width: 100vw;
262
- }
263
- .w-fit {
264
- width: fit-content;
265
- }
266
- .w-full {
267
- width: 100%;
268
- }
269
- .max-w-\[80px\] {
270
- max-width: 80px;
271
- }
272
- .max-w-full {
273
- max-width: 100%;
274
- }
275
- .max-w-lg {
276
- max-width: var(--container-lg);
277
- }
278
- .max-w-none {
279
- max-width: none;
280
- }
281
- .min-w-0 {
282
- min-width: calc(var(--spacing) * 0);
283
- }
284
- .min-w-full {
285
- min-width: 100%;
286
- }
287
- .flex-1 {
288
- flex: 1;
289
- }
290
- .flex-shrink-0 {
291
- flex-shrink: 0;
292
- }
293
- .shrink-0 {
294
- flex-shrink: 0;
295
- }
296
- .-translate-y-1\/2 {
297
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
298
- translate: var(--tw-translate-x) var(--tw-translate-y);
299
- }
300
- .-rotate-90 {
301
- rotate: calc(90deg * -1);
302
- }
303
- .rotate-0 {
304
- rotate: 0deg;
305
- }
306
- .rotate-180 {
307
- rotate: 180deg;
308
- }
309
- .transform {
310
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
311
- }
312
- .animate-pulse {
313
- animation: var(--animate-pulse);
314
- }
315
- .animate-spin {
316
- animation: var(--animate-spin);
317
- }
318
- .cursor-pointer {
319
- cursor: pointer;
320
- }
321
- .list-inside {
322
- list-style-position: inside;
323
- }
324
- .list-disc {
325
- list-style-type: disc;
326
- }
327
- .break-after-all {
328
- break-after: all;
329
- }
330
- .grid-cols-1 {
331
- grid-template-columns: repeat(1, minmax(0, 1fr));
332
- }
333
- .grid-cols-2 {
334
- grid-template-columns: repeat(2, minmax(0, 1fr));
335
- }
336
- .grid-cols-6 {
337
- grid-template-columns: repeat(6, minmax(0, 1fr));
338
- }
339
- .grid-cols-\[auto_2\.5rem\] {
340
- grid-template-columns: auto 2.5rem;
341
- }
342
- .flex-col {
343
- flex-direction: column;
344
- }
345
- .flex-wrap {
346
- flex-wrap: wrap;
347
- }
348
- .items-center {
349
- align-items: center;
350
- }
351
- .items-start {
352
- align-items: flex-start;
353
- }
354
- .items-stretch {
355
- align-items: stretch;
356
- }
357
- .justify-between {
358
- justify-content: space-between;
359
- }
360
- .justify-center {
361
- justify-content: center;
362
- }
363
- .justify-end {
364
- justify-content: flex-end;
365
- }
366
- .gap-1 {
367
- gap: calc(var(--spacing) * 1);
368
- }
369
- .gap-2 {
370
- gap: calc(var(--spacing) * 2);
371
- }
372
- .gap-3 {
373
- gap: calc(var(--spacing) * 3);
374
- }
375
- .gap-4 {
376
- gap: calc(var(--spacing) * 4);
377
- }
378
- .gap-6 {
379
- gap: calc(var(--spacing) * 6);
380
- }
381
- .space-y-1 {
382
- :where(& > :not(:last-child)) {
383
- --tw-space-y-reverse: 0;
384
- margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
385
- margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
386
- }
387
- }
388
- .space-y-2 {
389
- :where(& > :not(:last-child)) {
390
- --tw-space-y-reverse: 0;
391
- margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
392
- margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
393
- }
394
- }
395
- .space-y-3 {
396
- :where(& > :not(:last-child)) {
397
- --tw-space-y-reverse: 0;
398
- margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
399
- margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
400
- }
401
- }
402
- .space-y-4 {
403
- :where(& > :not(:last-child)) {
404
- --tw-space-y-reverse: 0;
405
- margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
406
- margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
407
- }
408
- }
409
- .space-y-6 {
410
- :where(& > :not(:last-child)) {
411
- --tw-space-y-reverse: 0;
412
- margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
413
- margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
414
- }
415
- }
416
- .space-x-3 {
417
- :where(& > :not(:last-child)) {
418
- --tw-space-x-reverse: 0;
419
- margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
420
- margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
421
- }
422
- }
423
- .divide-y {
424
- :where(& > :not(:last-child)) {
425
- --tw-divide-y-reverse: 0;
426
- border-bottom-style: var(--tw-border-style);
427
- border-top-style: var(--tw-border-style);
428
- border-top-width: calc(1px * var(--tw-divide-y-reverse));
429
- border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
430
- }
431
- }
432
- .divide-gray-200 {
433
- :where(& > :not(:last-child)) {
434
- border-color: var(--color-gray-200);
435
- }
436
- }
437
- .overflow-auto {
438
- overflow: auto;
439
- }
440
- .overflow-hidden {
441
- overflow: hidden;
442
- }
443
- .overflow-x-auto {
444
- overflow-x: auto;
445
- }
446
- .overflow-y-auto {
447
- overflow-y: auto;
448
- }
449
- .scroll-smooth {
450
- scroll-behavior: smooth;
451
- }
452
- .rounded {
453
- border-radius: 0.25rem;
454
- }
455
- .rounded-full {
456
- border-radius: calc(infinity * 1px);
457
- }
458
- .rounded-lg {
459
- border-radius: var(--radius-lg);
460
- }
461
- .rounded-md {
462
- border-radius: var(--radius-md);
463
- }
464
- .border {
465
- border-style: var(--tw-border-style);
466
- border-width: 1px;
467
- }
468
- .border-1 {
469
- border-style: var(--tw-border-style);
470
- border-width: 1px;
471
- }
472
- .border-2 {
473
- border-style: var(--tw-border-style);
474
- border-width: 2px;
475
- }
476
- .border-x {
477
- border-inline-style: var(--tw-border-style);
478
- border-inline-width: 1px;
479
- }
480
- .border-t {
481
- border-top-style: var(--tw-border-style);
482
- border-top-width: 1px;
483
- }
484
- .border-t-2 {
485
- border-top-style: var(--tw-border-style);
486
- border-top-width: 2px;
487
- }
488
- .border-b {
489
- border-bottom-style: var(--tw-border-style);
490
- border-bottom-width: 1px;
491
- }
492
- .border-dashed {
493
- --tw-border-style: dashed;
494
- border-style: dashed;
495
- }
496
- .border-blue-200 {
497
- border-color: var(--color-blue-200);
498
- }
499
- .border-gray-200 {
500
- border-color: var(--color-gray-200);
501
- }
502
- .border-gray-300 {
503
- border-color: var(--color-gray-300);
504
- }
505
- .border-gray-400 {
506
- border-color: var(--color-gray-400);
507
- }
508
- .border-green-200 {
509
- border-color: var(--color-green-200);
510
- }
511
- .border-green-500 {
512
- border-color: var(--color-green-500);
513
- }
514
- .border-orange-200 {
515
- border-color: var(--color-orange-200);
516
- }
517
- .border-purple-500 {
518
- border-color: var(--color-purple-500);
519
- }
520
- .border-red-200 {
521
- border-color: var(--color-red-200);
522
- }
523
- .border-red-500 {
524
- border-color: var(--color-red-500);
525
- }
526
- .border-transparent {
527
- border-color: transparent;
528
- }
529
- .bg-black\/50 {
530
- background-color: color-mix(in srgb, #000 50%, transparent);
531
- @supports (color: color-mix(in lab, red, red)) {
532
- background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
533
- }
534
- }
535
- .bg-blue-50 {
536
- background-color: var(--color-blue-50);
537
- }
538
- .bg-blue-100 {
539
- background-color: var(--color-blue-100);
540
- }
541
- .bg-blue-500 {
542
- background-color: var(--color-blue-500);
543
- }
544
- .bg-blue-600 {
545
- background-color: var(--color-blue-600);
546
- }
547
- .bg-gray-50 {
548
- background-color: var(--color-gray-50);
549
- }
550
- .bg-gray-200 {
551
- background-color: var(--color-gray-200);
552
- }
553
- .bg-gray-300 {
554
- background-color: var(--color-gray-300);
555
- }
556
- .bg-green-50 {
557
- background-color: var(--color-green-50);
558
- }
559
- .bg-green-100 {
560
- background-color: var(--color-green-100);
561
- }
562
- .bg-green-500 {
563
- background-color: var(--color-green-500);
564
- }
565
- .bg-neutral-100 {
566
- background-color: var(--color-neutral-100);
567
- }
568
- .bg-orange-50 {
569
- background-color: var(--color-orange-50);
570
- }
571
- .bg-purple-500 {
572
- background-color: var(--color-purple-500);
573
- }
574
- .bg-red-50 {
575
- background-color: var(--color-red-50);
576
- }
577
- .bg-red-500 {
578
- background-color: var(--color-red-500);
579
- }
580
- .bg-white {
581
- background-color: var(--color-white);
582
- }
583
- .object-cover {
584
- object-fit: cover;
585
- }
586
- .p-0 {
587
- padding: calc(var(--spacing) * 0);
588
- }
589
- .p-0\.5 {
590
- padding: calc(var(--spacing) * 0.5);
591
- }
592
- .p-1 {
593
- padding: calc(var(--spacing) * 1);
594
- }
595
- .p-1\.5 {
596
- padding: calc(var(--spacing) * 1.5);
597
- }
598
- .p-2 {
599
- padding: calc(var(--spacing) * 2);
600
- }
601
- .p-2\.5 {
602
- padding: calc(var(--spacing) * 2.5);
603
- }
604
- .p-3 {
605
- padding: calc(var(--spacing) * 3);
606
- }
607
- .p-4 {
608
- padding: calc(var(--spacing) * 4);
609
- }
610
- .p-6 {
611
- padding: calc(var(--spacing) * 6);
612
- }
613
- .p-8 {
614
- padding: calc(var(--spacing) * 8);
615
- }
616
- .px-1 {
617
- padding-inline: calc(var(--spacing) * 1);
618
- }
619
- .px-2 {
620
- padding-inline: calc(var(--spacing) * 2);
621
- }
622
- .px-2\.5 {
623
- padding-inline: calc(var(--spacing) * 2.5);
624
- }
625
- .px-3 {
626
- padding-inline: calc(var(--spacing) * 3);
627
- }
628
- .px-4 {
629
- padding-inline: calc(var(--spacing) * 4);
630
- }
631
- .py-0\.5 {
632
- padding-block: calc(var(--spacing) * 0.5);
633
- }
634
- .py-1 {
635
- padding-block: calc(var(--spacing) * 1);
636
- }
637
- .py-2 {
638
- padding-block: calc(var(--spacing) * 2);
639
- }
640
- .py-3 {
641
- padding-block: calc(var(--spacing) * 3);
642
- }
643
- .py-8 {
644
- padding-block: calc(var(--spacing) * 8);
645
- }
646
- .pr-6 {
647
- padding-right: calc(var(--spacing) * 6);
648
- }
649
- .pb-4 {
650
- padding-bottom: calc(var(--spacing) * 4);
651
- }
652
- .text-center {
653
- text-align: center;
654
- }
655
- .text-left {
656
- text-align: left;
657
- }
658
- .text-lg {
659
- font-size: var(--text-lg);
660
- line-height: var(--tw-leading, var(--text-lg--line-height));
661
- }
662
- .text-sm {
663
- font-size: var(--text-sm);
664
- line-height: var(--tw-leading, var(--text-sm--line-height));
665
- }
666
- .text-xl {
667
- font-size: var(--text-xl);
668
- line-height: var(--tw-leading, var(--text-xl--line-height));
669
- }
670
- .text-xs {
671
- font-size: var(--text-xs);
672
- line-height: var(--tw-leading, var(--text-xs--line-height));
673
- }
674
- .text-\[10px\] {
675
- font-size: 10px;
676
- }
677
- .leading-relaxed {
678
- --tw-leading: var(--leading-relaxed);
679
- line-height: var(--leading-relaxed);
680
- }
681
- .font-bold {
682
- --tw-font-weight: var(--font-weight-bold);
683
- font-weight: var(--font-weight-bold);
684
- }
685
- .font-light {
686
- --tw-font-weight: var(--font-weight-light);
687
- font-weight: var(--font-weight-light);
688
- }
689
- .font-medium {
690
- --tw-font-weight: var(--font-weight-medium);
691
- font-weight: var(--font-weight-medium);
692
- }
693
- .font-semibold {
694
- --tw-font-weight: var(--font-weight-semibold);
695
- font-weight: var(--font-weight-semibold);
696
- }
697
- .break-words {
698
- overflow-wrap: break-word;
699
- }
700
- .break-all {
701
- word-break: break-all;
702
- }
703
- .whitespace-nowrap {
704
- white-space: nowrap;
705
- }
706
- .whitespace-pre-wrap {
707
- white-space: pre-wrap;
708
- }
709
- .text-blue-600 {
710
- color: var(--color-blue-600);
711
- }
712
- .text-blue-800 {
713
- color: var(--color-blue-800);
714
- }
715
- .text-blue-900 {
716
- color: var(--color-blue-900);
717
- }
718
- .text-gray-200 {
719
- color: var(--color-gray-200);
720
- }
721
- .text-gray-400 {
722
- color: var(--color-gray-400);
723
- }
724
- .text-gray-500 {
725
- color: var(--color-gray-500);
726
- }
727
- .text-gray-600 {
728
- color: var(--color-gray-600);
729
- }
730
- .text-gray-700 {
731
- color: var(--color-gray-700);
732
- }
733
- .text-gray-800 {
734
- color: var(--color-gray-800);
735
- }
736
- .text-gray-900 {
737
- color: var(--color-gray-900);
738
- }
739
- .text-green-600 {
740
- color: var(--color-green-600);
741
- }
742
- .text-green-700 {
743
- color: var(--color-green-700);
744
- }
745
- .text-green-800 {
746
- color: var(--color-green-800);
747
- }
748
- .text-neutral-800 {
749
- color: var(--color-neutral-800);
750
- }
751
- .text-orange-700 {
752
- color: var(--color-orange-700);
753
- }
754
- .text-orange-800 {
755
- color: var(--color-orange-800);
756
- }
757
- .text-red-500 {
758
- color: var(--color-red-500);
759
- }
760
- .text-red-600 {
761
- color: var(--color-red-600);
762
- }
763
- .text-red-700 {
764
- color: var(--color-red-700);
765
- }
766
- .text-red-800 {
767
- color: var(--color-red-800);
768
- }
769
- .text-white {
770
- color: var(--color-white);
771
- }
772
- .italic {
773
- font-style: italic;
774
- }
775
- .underline {
776
- text-decoration-line: underline;
777
- }
778
- .opacity-0 {
779
- opacity: 0%;
780
- }
781
- .opacity-100 {
782
- opacity: 100%;
783
- }
784
- .shadow-sm {
785
- --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));
786
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
787
- }
788
- .shadow-xl {
789
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
790
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
791
- }
792
- .ring-2 {
793
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
794
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
795
- }
796
- .ring-purple-200 {
797
- --tw-ring-color: var(--color-purple-200);
798
- }
799
- .outline {
800
- outline-style: var(--tw-outline-style);
801
- outline-width: 1px;
802
- }
803
- .filter {
804
- 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,);
805
- }
806
- .transition-all {
807
- transition-property: all;
808
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
809
- transition-duration: var(--tw-duration, var(--default-transition-duration));
810
- }
811
- .transition-colors {
812
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
813
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
814
- transition-duration: var(--tw-duration, var(--default-transition-duration));
815
- }
816
- .transition-transform {
817
- transition-property: transform, translate, scale, rotate;
818
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
819
- transition-duration: var(--tw-duration, var(--default-transition-duration));
820
- }
821
- .duration-200 {
822
- --tw-duration: 200ms;
823
- transition-duration: 200ms;
824
- }
825
- .duration-300 {
826
- --tw-duration: 300ms;
827
- transition-duration: 300ms;
828
- }
829
- .ease-in-out {
830
- --tw-ease: var(--ease-in-out);
831
- transition-timing-function: var(--ease-in-out);
832
- }
833
- .select-text {
834
- -webkit-user-select: text;
835
- user-select: text;
836
- }
837
- .hover\:border-gray-300 {
838
- &:hover {
839
- @media (hover: hover) {
840
- border-color: var(--color-gray-300);
841
- }
842
- }
843
- }
844
- .hover\:bg-blue-50 {
845
- &:hover {
846
- @media (hover: hover) {
847
- background-color: var(--color-blue-50);
848
- }
849
- }
850
- }
851
- .hover\:bg-blue-200 {
852
- &:hover {
853
- @media (hover: hover) {
854
- background-color: var(--color-blue-200);
855
- }
856
- }
857
- }
858
- .hover\:bg-blue-700 {
859
- &:hover {
860
- @media (hover: hover) {
861
- background-color: var(--color-blue-700);
862
- }
863
- }
864
- }
865
- .hover\:bg-gray-50 {
866
- &:hover {
867
- @media (hover: hover) {
868
- background-color: var(--color-gray-50);
869
- }
870
- }
871
- }
872
- .hover\:bg-gray-100 {
873
- &:hover {
874
- @media (hover: hover) {
875
- background-color: var(--color-gray-100);
876
- }
877
- }
878
- }
879
- .hover\:bg-gray-300 {
880
- &:hover {
881
- @media (hover: hover) {
882
- background-color: var(--color-gray-300);
883
- }
884
- }
885
- }
886
- .hover\:bg-green-50 {
887
- &:hover {
888
- @media (hover: hover) {
889
- background-color: var(--color-green-50);
890
- }
891
- }
892
- }
893
- .hover\:bg-green-600 {
894
- &:hover {
895
- @media (hover: hover) {
896
- background-color: var(--color-green-600);
897
- }
898
- }
899
- }
900
- .hover\:bg-red-600 {
901
- &:hover {
902
- @media (hover: hover) {
903
- background-color: var(--color-red-600);
904
- }
905
- }
906
- }
907
- .hover\:text-blue-800 {
908
- &:hover {
909
- @media (hover: hover) {
910
- color: var(--color-blue-800);
911
- }
912
- }
913
- }
914
- .hover\:text-gray-800 {
915
- &:hover {
916
- @media (hover: hover) {
917
- color: var(--color-gray-800);
918
- }
919
- }
920
- }
921
- .hover\:text-green-800 {
922
- &:hover {
923
- @media (hover: hover) {
924
- color: var(--color-green-800);
925
- }
926
- }
927
- }
928
- .hover\:text-red-700 {
929
- &:hover {
930
- @media (hover: hover) {
931
- color: var(--color-red-700);
932
- }
933
- }
934
- }
935
- .hover\:underline {
936
- &:hover {
937
- @media (hover: hover) {
938
- text-decoration-line: underline;
939
- }
940
- }
941
- }
942
- .focus\:ring-1 {
943
- &:focus {
944
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
945
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
946
- }
947
- }
948
- .focus\:ring-2 {
949
- &:focus {
950
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
951
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
952
- }
953
- }
954
- .focus\:ring-blue-500 {
955
- &:focus {
956
- --tw-ring-color: var(--color-blue-500);
957
- }
958
- }
959
- .focus\:ring-offset-2 {
960
- &:focus {
961
- --tw-ring-offset-width: 2px;
962
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
963
- }
964
- }
965
- .focus\:outline-none {
966
- &:focus {
967
- --tw-outline-style: none;
968
- outline-style: none;
969
- }
970
- }
971
- .disabled\:cursor-not-allowed {
972
- &:disabled {
973
- cursor: not-allowed;
974
- }
975
- }
976
- .disabled\:bg-gray-100 {
977
- &:disabled {
978
- background-color: var(--color-gray-100);
979
- }
980
- }
981
- .disabled\:text-gray-400 {
982
- &:disabled {
983
- color: var(--color-gray-400);
984
- }
985
- }
986
- .disabled\:hover\:bg-transparent {
987
- &:disabled {
988
- &:hover {
989
- @media (hover: hover) {
990
- background-color: transparent;
991
- }
992
- }
993
- }
994
- }
995
- .md\:col-span-2 {
996
- @media (width >= 48rem) {
997
- grid-column: span 2 / span 2;
998
- }
999
- }
1000
- .md\:mb-5 {
1001
- @media (width >= 48rem) {
1002
- margin-bottom: calc(var(--spacing) * 5);
1003
- }
1004
- }
1005
- .md\:mb-20 {
1006
- @media (width >= 48rem) {
1007
- margin-bottom: calc(var(--spacing) * 20);
1008
- }
1009
- }
1010
- .md\:block {
1011
- @media (width >= 48rem) {
1012
- display: block;
1013
- }
1014
- }
1015
- .md\:hidden {
1016
- @media (width >= 48rem) {
1017
- display: none;
1018
- }
1019
- }
1020
- .md\:h-64 {
1021
- @media (width >= 48rem) {
1022
- height: calc(var(--spacing) * 64);
1023
- }
1024
- }
1025
- .md\:h-full {
1026
- @media (width >= 48rem) {
1027
- height: 100%;
1028
- }
1029
- }
1030
- .md\:w-8 {
1031
- @media (width >= 48rem) {
1032
- width: calc(var(--spacing) * 8);
1033
- }
1034
- }
1035
- .md\:w-64 {
1036
- @media (width >= 48rem) {
1037
- width: calc(var(--spacing) * 64);
1038
- }
1039
- }
1040
- .md\:w-96 {
1041
- @media (width >= 48rem) {
1042
- width: calc(var(--spacing) * 96);
1043
- }
1044
- }
1045
- .md\:w-auto {
1046
- @media (width >= 48rem) {
1047
- width: auto;
1048
- }
1049
- }
1050
- .md\:max-w-none {
1051
- @media (width >= 48rem) {
1052
- max-width: none;
1053
- }
1054
- }
1055
- .md\:grid-cols-2 {
1056
- @media (width >= 48rem) {
1057
- grid-template-columns: repeat(2, minmax(0, 1fr));
1058
- }
1059
- }
1060
- .md\:grid-cols-\[1fr_auto_1fr_2\.5rem\] {
1061
- @media (width >= 48rem) {
1062
- grid-template-columns: 1fr auto 1fr 2.5rem;
1063
- }
1064
- }
1065
- .md\:flex-row {
1066
- @media (width >= 48rem) {
1067
- flex-direction: row;
1068
- }
1069
- }
1070
- .md\:justify-center {
1071
- @media (width >= 48rem) {
1072
- justify-content: center;
1073
- }
1074
- }
1075
- .md\:gap-10 {
1076
- @media (width >= 48rem) {
1077
- gap: calc(var(--spacing) * 10);
1078
- }
1079
- }
1080
- .md\:p-6 {
1081
- @media (width >= 48rem) {
1082
- padding: calc(var(--spacing) * 6);
1083
- }
1084
- }
1085
- .md\:p-8 {
1086
- @media (width >= 48rem) {
1087
- padding: calc(var(--spacing) * 8);
1088
- }
1089
- }
1090
- .md\:px-4 {
1091
- @media (width >= 48rem) {
1092
- padding-inline: calc(var(--spacing) * 4);
1093
- }
1094
- }
1095
- .md\:text-lg {
1096
- @media (width >= 48rem) {
1097
- font-size: var(--text-lg);
1098
- line-height: var(--tw-leading, var(--text-lg--line-height));
1099
- }
1100
- }
1101
- .md\:text-sm {
1102
- @media (width >= 48rem) {
1103
- font-size: var(--text-sm);
1104
- line-height: var(--tw-leading, var(--text-sm--line-height));
1105
- }
1106
- }
1107
- .md\:text-xl {
1108
- @media (width >= 48rem) {
1109
- font-size: var(--text-xl);
1110
- line-height: var(--tw-leading, var(--text-xl--line-height));
1111
- }
1112
- }
1113
- .md\:text-xs {
1114
- @media (width >= 48rem) {
1115
- font-size: var(--text-xs);
1116
- line-height: var(--tw-leading, var(--text-xs--line-height));
1117
- }
1118
- }
1119
- .\[\&_li\]\:my-1 {
1120
- & li {
1121
- margin-block: calc(var(--spacing) * 1);
1122
- }
1123
- }
1124
- .\[\&_p\]\:my-1 {
1125
- & p {
1126
- margin-block: calc(var(--spacing) * 1);
1127
- }
1128
- }
1129
- .\[\&_ul\]\:list-disc {
1130
- & ul {
1131
- list-style-type: disc;
1132
- }
1133
- }
1134
- .\[\&_ul\]\:pl-5 {
1135
- & ul {
1136
- padding-left: calc(var(--spacing) * 5);
1137
- }
1138
- }
1139
- }
1140
- @property --tw-translate-x {
1141
- syntax: "*";
1142
- inherits: false;
1143
- initial-value: 0;
1144
- }
1145
- @property --tw-translate-y {
1146
- syntax: "*";
1147
- inherits: false;
1148
- initial-value: 0;
1149
- }
1150
- @property --tw-translate-z {
1151
- syntax: "*";
1152
- inherits: false;
1153
- initial-value: 0;
1154
- }
1155
- @property --tw-rotate-x {
1156
- syntax: "*";
1157
- inherits: false;
1158
- }
1159
- @property --tw-rotate-y {
1160
- syntax: "*";
1161
- inherits: false;
1162
- }
1163
- @property --tw-rotate-z {
1164
- syntax: "*";
1165
- inherits: false;
1166
- }
1167
- @property --tw-skew-x {
1168
- syntax: "*";
1169
- inherits: false;
1170
- }
1171
- @property --tw-skew-y {
1172
- syntax: "*";
1173
- inherits: false;
1174
- }
1175
- @property --tw-space-y-reverse {
1176
- syntax: "*";
1177
- inherits: false;
1178
- initial-value: 0;
1179
- }
1180
- @property --tw-space-x-reverse {
1181
- syntax: "*";
1182
- inherits: false;
1183
- initial-value: 0;
1184
- }
1185
- @property --tw-divide-y-reverse {
1186
- syntax: "*";
1187
- inherits: false;
1188
- initial-value: 0;
1189
- }
1190
- @property --tw-border-style {
1191
- syntax: "*";
1192
- inherits: false;
1193
- initial-value: solid;
1194
- }
1195
- @property --tw-leading {
1196
- syntax: "*";
1197
- inherits: false;
1198
- }
1199
- @property --tw-font-weight {
1200
- syntax: "*";
1201
- inherits: false;
1202
- }
1203
- @property --tw-shadow {
1204
- syntax: "*";
1205
- inherits: false;
1206
- initial-value: 0 0 #0000;
1207
- }
1208
- @property --tw-shadow-color {
1209
- syntax: "*";
1210
- inherits: false;
1211
- }
1212
- @property --tw-shadow-alpha {
1213
- syntax: "<percentage>";
1214
- inherits: false;
1215
- initial-value: 100%;
1216
- }
1217
- @property --tw-inset-shadow {
1218
- syntax: "*";
1219
- inherits: false;
1220
- initial-value: 0 0 #0000;
1221
- }
1222
- @property --tw-inset-shadow-color {
1223
- syntax: "*";
1224
- inherits: false;
1225
- }
1226
- @property --tw-inset-shadow-alpha {
1227
- syntax: "<percentage>";
1228
- inherits: false;
1229
- initial-value: 100%;
1230
- }
1231
- @property --tw-ring-color {
1232
- syntax: "*";
1233
- inherits: false;
1234
- }
1235
- @property --tw-ring-shadow {
1236
- syntax: "*";
1237
- inherits: false;
1238
- initial-value: 0 0 #0000;
1239
- }
1240
- @property --tw-inset-ring-color {
1241
- syntax: "*";
1242
- inherits: false;
1243
- }
1244
- @property --tw-inset-ring-shadow {
1245
- syntax: "*";
1246
- inherits: false;
1247
- initial-value: 0 0 #0000;
1248
- }
1249
- @property --tw-ring-inset {
1250
- syntax: "*";
1251
- inherits: false;
1252
- }
1253
- @property --tw-ring-offset-width {
1254
- syntax: "<length>";
1255
- inherits: false;
1256
- initial-value: 0px;
1257
- }
1258
- @property --tw-ring-offset-color {
1259
- syntax: "*";
1260
- inherits: false;
1261
- initial-value: #fff;
1262
- }
1263
- @property --tw-ring-offset-shadow {
1264
- syntax: "*";
1265
- inherits: false;
1266
- initial-value: 0 0 #0000;
1267
- }
1268
- @property --tw-outline-style {
1269
- syntax: "*";
1270
- inherits: false;
1271
- initial-value: solid;
1272
- }
1273
- @property --tw-blur {
1274
- syntax: "*";
1275
- inherits: false;
1276
- }
1277
- @property --tw-brightness {
1278
- syntax: "*";
1279
- inherits: false;
1280
- }
1281
- @property --tw-contrast {
1282
- syntax: "*";
1283
- inherits: false;
1284
- }
1285
- @property --tw-grayscale {
1286
- syntax: "*";
1287
- inherits: false;
1288
- }
1289
- @property --tw-hue-rotate {
1290
- syntax: "*";
1291
- inherits: false;
1292
- }
1293
- @property --tw-invert {
1294
- syntax: "*";
1295
- inherits: false;
1296
- }
1297
- @property --tw-opacity {
1298
- syntax: "*";
1299
- inherits: false;
1300
- }
1301
- @property --tw-saturate {
1302
- syntax: "*";
1303
- inherits: false;
1304
- }
1305
- @property --tw-sepia {
1306
- syntax: "*";
1307
- inherits: false;
1308
- }
1309
- @property --tw-drop-shadow {
1310
- syntax: "*";
1311
- inherits: false;
1312
- }
1313
- @property --tw-drop-shadow-color {
1314
- syntax: "*";
1315
- inherits: false;
1316
- }
1317
- @property --tw-drop-shadow-alpha {
1318
- syntax: "<percentage>";
1319
- inherits: false;
1320
- initial-value: 100%;
1321
- }
1322
- @property --tw-drop-shadow-size {
1323
- syntax: "*";
1324
- inherits: false;
1325
- }
1326
- @property --tw-duration {
1327
- syntax: "*";
1328
- inherits: false;
1329
- }
1330
- @property --tw-ease {
1331
- syntax: "*";
1332
- inherits: false;
1333
- }
1334
- @keyframes spin {
1335
- to {
1336
- transform: rotate(360deg);
1337
- }
1338
- }
1339
- @keyframes pulse {
1340
- 50% {
1341
- opacity: 0.5;
1342
- }
1343
- }
1344
- @layer properties {
1345
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1346
- *, ::before, ::after, ::backdrop {
1347
- --tw-translate-x: 0;
1348
- --tw-translate-y: 0;
1349
- --tw-translate-z: 0;
1350
- --tw-rotate-x: initial;
1351
- --tw-rotate-y: initial;
1352
- --tw-rotate-z: initial;
1353
- --tw-skew-x: initial;
1354
- --tw-skew-y: initial;
1355
- --tw-space-y-reverse: 0;
1356
- --tw-space-x-reverse: 0;
1357
- --tw-divide-y-reverse: 0;
1358
- --tw-border-style: solid;
1359
- --tw-leading: initial;
1360
- --tw-font-weight: initial;
1361
- --tw-shadow: 0 0 #0000;
1362
- --tw-shadow-color: initial;
1363
- --tw-shadow-alpha: 100%;
1364
- --tw-inset-shadow: 0 0 #0000;
1365
- --tw-inset-shadow-color: initial;
1366
- --tw-inset-shadow-alpha: 100%;
1367
- --tw-ring-color: initial;
1368
- --tw-ring-shadow: 0 0 #0000;
1369
- --tw-inset-ring-color: initial;
1370
- --tw-inset-ring-shadow: 0 0 #0000;
1371
- --tw-ring-inset: initial;
1372
- --tw-ring-offset-width: 0px;
1373
- --tw-ring-offset-color: #fff;
1374
- --tw-ring-offset-shadow: 0 0 #0000;
1375
- --tw-outline-style: solid;
1376
- --tw-blur: initial;
1377
- --tw-brightness: initial;
1378
- --tw-contrast: initial;
1379
- --tw-grayscale: initial;
1380
- --tw-hue-rotate: initial;
1381
- --tw-invert: initial;
1382
- --tw-opacity: initial;
1383
- --tw-saturate: initial;
1384
- --tw-sepia: initial;
1385
- --tw-drop-shadow: initial;
1386
- --tw-drop-shadow-color: initial;
1387
- --tw-drop-shadow-alpha: 100%;
1388
- --tw-drop-shadow-size: initial;
1389
- --tw-duration: initial;
1390
- --tw-ease: initial;
1391
- }
1392
- }
1393
- }