@powerhousedao/vetra 6.1.0-dev.13 → 6.1.0-dev.14

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/style.css DELETED
@@ -1,1038 +0,0 @@
1
- /*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- @layer theme, base, components, utilities;
4
- @layer theme {
5
- :root, :host {
6
- --font-sans: "Inter", sans-serif;
7
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
8
- "Courier New", monospace;
9
- --color-red-800: hsl(5 81% 61%);
10
- --color-yellow-100: hsl(46 100% 94%);
11
- --color-yellow-800: hsl(47 100% 50%);
12
- --color-green-100: hsl(134 51% 89%);
13
- --color-green-800: hsl(136 53% 49%);
14
- --color-blue-100: hsl(209 100% 90%);
15
- --color-blue-300: hsl(209 100% 80%);
16
- --color-blue-500: hsl(209 100% 70%);
17
- --color-blue-600: hsl(209 100% 65%);
18
- --color-blue-700: hsl(209 100% 60%);
19
- --color-blue-800: hsl(209 100% 55%);
20
- --color-slate-50: hsl(210 20% 96%);
21
- --color-gray-50: hsl(0 0% 99%);
22
- --color-gray-100: hsl(0 0% 96%);
23
- --color-gray-200: hsl(0 0% 94%);
24
- --color-gray-300: hsl(210 3% 85%);
25
- --color-gray-400: hsl(180 2% 78%);
26
- --color-gray-500: hsl(200 2% 63%);
27
- --color-gray-600: hsl(200 4% 44%);
28
- --color-gray-700: hsl(189 5% 29%);
29
- --color-gray-800: hsl(200 4% 26%);
30
- --color-gray-900: hsl(192 5% 21%);
31
- --color-zinc-50: oklch(98.5% 0 0);
32
- --color-zinc-100: oklch(96.7% 0.001 286.375);
33
- --color-zinc-200: oklch(92% 0.004 286.32);
34
- --color-stone-300: oklch(86.9% 0.005 56.366);
35
- --color-white: hsl(0 0% 100%);
36
- --spacing: 0.25rem;
37
- --container-md: 28rem;
38
- --text-xs: 0.75rem;
39
- --text-xs--line-height: calc(1 / 0.75);
40
- --text-sm: 0.875rem;
41
- --text-sm--line-height: calc(1.25 / 0.875);
42
- --text-base: 1rem;
43
- --text-base--line-height: calc(1.5 / 1);
44
- --text-lg: 1.125rem;
45
- --text-lg--line-height: calc(1.75 / 1.125);
46
- --font-weight-normal: 400;
47
- --font-weight-medium: 500;
48
- --font-weight-semibold: 600;
49
- --radius-sm: 0.25rem;
50
- --radius-md: 0.375rem;
51
- --radius-lg: 0.5rem;
52
- --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
53
- --default-transition-duration: 150ms;
54
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
55
- --default-font-family: var(--font-sans);
56
- --default-mono-font-family: var(--font-mono);
57
- }
58
- }
59
- @layer base {
60
- *, ::after, ::before, ::backdrop, ::file-selector-button {
61
- box-sizing: border-box;
62
- margin: 0;
63
- padding: 0;
64
- border: 0 solid;
65
- }
66
- html, :host {
67
- line-height: 1.5;
68
- -webkit-text-size-adjust: 100%;
69
- tab-size: 4;
70
- 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");
71
- font-feature-settings: var(--default-font-feature-settings, normal);
72
- font-variation-settings: var(--default-font-variation-settings, normal);
73
- -webkit-tap-highlight-color: transparent;
74
- }
75
- hr {
76
- height: 0;
77
- color: inherit;
78
- border-top-width: 1px;
79
- }
80
- abbr:where([title]) {
81
- -webkit-text-decoration: underline dotted;
82
- text-decoration: underline dotted;
83
- }
84
- h1, h2, h3, h4, h5, h6 {
85
- font-size: inherit;
86
- font-weight: inherit;
87
- }
88
- a {
89
- color: inherit;
90
- -webkit-text-decoration: inherit;
91
- text-decoration: inherit;
92
- }
93
- b, strong {
94
- font-weight: bolder;
95
- }
96
- code, kbd, samp, pre {
97
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
98
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
99
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
100
- font-size: 1em;
101
- }
102
- small {
103
- font-size: 80%;
104
- }
105
- sub, sup {
106
- font-size: 75%;
107
- line-height: 0;
108
- position: relative;
109
- vertical-align: baseline;
110
- }
111
- sub {
112
- bottom: -0.25em;
113
- }
114
- sup {
115
- top: -0.5em;
116
- }
117
- table {
118
- text-indent: 0;
119
- border-color: inherit;
120
- border-collapse: collapse;
121
- }
122
- :-moz-focusring {
123
- outline: auto;
124
- }
125
- progress {
126
- vertical-align: baseline;
127
- }
128
- summary {
129
- display: list-item;
130
- }
131
- ol, ul, menu {
132
- list-style: none;
133
- }
134
- img, svg, video, canvas, audio, iframe, embed, object {
135
- display: block;
136
- vertical-align: middle;
137
- }
138
- img, video {
139
- max-width: 100%;
140
- height: auto;
141
- }
142
- button, input, select, optgroup, textarea, ::file-selector-button {
143
- font: inherit;
144
- font-feature-settings: inherit;
145
- font-variation-settings: inherit;
146
- letter-spacing: inherit;
147
- color: inherit;
148
- border-radius: 0;
149
- background-color: transparent;
150
- opacity: 1;
151
- }
152
- :where(select:is([multiple], [size])) optgroup {
153
- font-weight: bolder;
154
- }
155
- :where(select:is([multiple], [size])) optgroup option {
156
- padding-inline-start: 20px;
157
- }
158
- ::file-selector-button {
159
- margin-inline-end: 4px;
160
- }
161
- ::placeholder {
162
- opacity: 1;
163
- }
164
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
165
- ::placeholder {
166
- color: currentcolor;
167
- @supports (color: color-mix(in lab, red, red)) {
168
- color: color-mix(in oklab, currentcolor 50%, transparent);
169
- }
170
- }
171
- }
172
- textarea {
173
- resize: vertical;
174
- }
175
- ::-webkit-search-decoration {
176
- -webkit-appearance: none;
177
- }
178
- ::-webkit-date-and-time-value {
179
- min-height: 1lh;
180
- text-align: inherit;
181
- }
182
- ::-webkit-datetime-edit {
183
- display: inline-flex;
184
- }
185
- ::-webkit-datetime-edit-fields-wrapper {
186
- padding: 0;
187
- }
188
- ::-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 {
189
- padding-block: 0;
190
- }
191
- ::-webkit-calendar-picker-indicator {
192
- line-height: 1;
193
- }
194
- :-moz-ui-invalid {
195
- box-shadow: none;
196
- }
197
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
198
- appearance: button;
199
- }
200
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
201
- height: auto;
202
- }
203
- [hidden]:where(:not([hidden="until-found"])) {
204
- display: none !important;
205
- }
206
- }
207
- @layer utilities {
208
- .visible {
209
- visibility: visible;
210
- }
211
- .absolute {
212
- position: absolute;
213
- }
214
- .fixed {
215
- position: fixed;
216
- }
217
- .relative {
218
- position: relative;
219
- }
220
- .static {
221
- position: static;
222
- }
223
- .start {
224
- inset-inline-start: var(--spacing);
225
- }
226
- .end {
227
- inset-inline-end: var(--spacing);
228
- }
229
- .top-full {
230
- top: 100%;
231
- }
232
- .left-0 {
233
- left: calc(var(--spacing) * 0);
234
- }
235
- .z-10 {
236
- z-index: 10;
237
- }
238
- .z-20 {
239
- z-index: 20;
240
- }
241
- .m-4 {
242
- margin: calc(var(--spacing) * 4);
243
- }
244
- .mx-6 {
245
- margin-inline: calc(var(--spacing) * 6);
246
- }
247
- .my-2 {
248
- margin-block: calc(var(--spacing) * 2);
249
- }
250
- .mt-1 {
251
- margin-top: calc(var(--spacing) * 1);
252
- }
253
- .mt-2 {
254
- margin-top: calc(var(--spacing) * 2);
255
- }
256
- .mt-4 {
257
- margin-top: calc(var(--spacing) * 4);
258
- }
259
- .mt-6 {
260
- margin-top: calc(var(--spacing) * 6);
261
- }
262
- .mr-2 {
263
- margin-right: calc(var(--spacing) * 2);
264
- }
265
- .mb-2 {
266
- margin-bottom: calc(var(--spacing) * 2);
267
- }
268
- .mb-4 {
269
- margin-bottom: calc(var(--spacing) * 4);
270
- }
271
- .mb-6 {
272
- margin-bottom: calc(var(--spacing) * 6);
273
- }
274
- .ml-1 {
275
- margin-left: calc(var(--spacing) * 1);
276
- }
277
- .ml-2 {
278
- margin-left: calc(var(--spacing) * 2);
279
- }
280
- .ml-auto {
281
- margin-left: auto;
282
- }
283
- .block {
284
- display: block;
285
- }
286
- .contents {
287
- display: contents;
288
- }
289
- .flex {
290
- display: flex;
291
- }
292
- .grid {
293
- display: grid;
294
- }
295
- .hidden {
296
- display: none;
297
- }
298
- .inline-flex {
299
- display: inline-flex;
300
- }
301
- .table {
302
- display: table;
303
- }
304
- .size-4 {
305
- width: calc(var(--spacing) * 4);
306
- height: calc(var(--spacing) * 4);
307
- }
308
- .h-8 {
309
- height: calc(var(--spacing) * 8);
310
- }
311
- .h-\[200px\] {
312
- height: 200px;
313
- }
314
- .h-full {
315
- height: 100%;
316
- }
317
- .min-h-\[80px\] {
318
- min-height: 80px;
319
- }
320
- .min-h-screen {
321
- min-height: 100vh;
322
- }
323
- .w-\[300px\] {
324
- width: 300px;
325
- }
326
- .w-full {
327
- width: 100%;
328
- }
329
- .w-max {
330
- width: max-content;
331
- }
332
- .max-w-md {
333
- max-width: var(--container-md);
334
- }
335
- .min-w-0 {
336
- min-width: calc(var(--spacing) * 0);
337
- }
338
- .flex-1 {
339
- flex: 1;
340
- }
341
- .shrink-0 {
342
- flex-shrink: 0;
343
- }
344
- .rotate-90 {
345
- rotate: 90deg;
346
- }
347
- .transform {
348
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
349
- }
350
- .cursor-not-allowed {
351
- cursor: not-allowed;
352
- }
353
- .cursor-pointer {
354
- cursor: pointer;
355
- }
356
- .resize {
357
- resize: both;
358
- }
359
- .resize-none {
360
- resize: none;
361
- }
362
- .grid-cols-1 {
363
- grid-template-columns: repeat(1, minmax(0, 1fr));
364
- }
365
- .flex-col {
366
- flex-direction: column;
367
- }
368
- .flex-wrap {
369
- flex-wrap: wrap;
370
- }
371
- .items-center {
372
- align-items: center;
373
- }
374
- .items-start {
375
- align-items: flex-start;
376
- }
377
- .justify-between {
378
- justify-content: space-between;
379
- }
380
- .justify-center {
381
- justify-content: center;
382
- }
383
- .gap-1 {
384
- gap: calc(var(--spacing) * 1);
385
- }
386
- .gap-2 {
387
- gap: calc(var(--spacing) * 2);
388
- }
389
- .gap-3 {
390
- gap: calc(var(--spacing) * 3);
391
- }
392
- .gap-4 {
393
- gap: calc(var(--spacing) * 4);
394
- }
395
- .gap-6 {
396
- gap: calc(var(--spacing) * 6);
397
- }
398
- .gap-8 {
399
- gap: calc(var(--spacing) * 8);
400
- }
401
- .space-y-1 {
402
- :where(& > :not(:last-child)) {
403
- --tw-space-y-reverse: 0;
404
- margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
405
- margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
406
- }
407
- }
408
- .space-y-2 {
409
- :where(& > :not(:last-child)) {
410
- --tw-space-y-reverse: 0;
411
- margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
412
- margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
413
- }
414
- }
415
- .space-y-6 {
416
- :where(& > :not(:last-child)) {
417
- --tw-space-y-reverse: 0;
418
- margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
419
- margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
420
- }
421
- }
422
- .truncate {
423
- overflow: hidden;
424
- text-overflow: ellipsis;
425
- white-space: nowrap;
426
- }
427
- .overflow-hidden {
428
- overflow: hidden;
429
- }
430
- .rounded-full {
431
- border-radius: calc(infinity * 1px);
432
- }
433
- .rounded-lg {
434
- border-radius: var(--radius-lg);
435
- }
436
- .rounded-md {
437
- border-radius: var(--radius-md);
438
- }
439
- .rounded-sm {
440
- border-radius: var(--radius-sm);
441
- }
442
- .border {
443
- border-style: var(--tw-border-style);
444
- border-width: 1px;
445
- }
446
- .border-dashed {
447
- --tw-border-style: dashed;
448
- border-style: dashed;
449
- }
450
- .border-blue-300 {
451
- border-color: var(--color-blue-300);
452
- }
453
- .border-gray-200 {
454
- border-color: var(--color-gray-200);
455
- }
456
- .border-gray-300 {
457
- border-color: var(--color-gray-300);
458
- }
459
- .border-zinc-200 {
460
- border-color: var(--color-zinc-200);
461
- }
462
- .bg-blue-100 {
463
- background-color: var(--color-blue-100);
464
- }
465
- .bg-blue-600 {
466
- background-color: var(--color-blue-600);
467
- }
468
- .bg-gray-50 {
469
- background-color: var(--color-gray-50);
470
- }
471
- .bg-gray-100 {
472
- background-color: var(--color-gray-100);
473
- }
474
- .bg-gray-800 {
475
- background-color: var(--color-gray-800);
476
- }
477
- .bg-green-100 {
478
- background-color: var(--color-green-100);
479
- }
480
- .bg-slate-50 {
481
- background-color: var(--color-slate-50);
482
- }
483
- .bg-white {
484
- background-color: var(--color-white);
485
- }
486
- .bg-yellow-100 {
487
- background-color: var(--color-yellow-100);
488
- }
489
- .bg-zinc-50 {
490
- background-color: var(--color-zinc-50);
491
- }
492
- .bg-zinc-100 {
493
- background-color: var(--color-zinc-100);
494
- }
495
- .p-1 {
496
- padding: calc(var(--spacing) * 1);
497
- }
498
- .p-3 {
499
- padding: calc(var(--spacing) * 3);
500
- }
501
- .p-4 {
502
- padding: calc(var(--spacing) * 4);
503
- }
504
- .p-6 {
505
- padding: calc(var(--spacing) * 6);
506
- }
507
- .px-2 {
508
- padding-inline: calc(var(--spacing) * 2);
509
- }
510
- .px-3 {
511
- padding-inline: calc(var(--spacing) * 3);
512
- }
513
- .px-4 {
514
- padding-inline: calc(var(--spacing) * 4);
515
- }
516
- .px-6 {
517
- padding-inline: calc(var(--spacing) * 6);
518
- }
519
- .py-0\.5 {
520
- padding-block: calc(var(--spacing) * 0.5);
521
- }
522
- .py-1 {
523
- padding-block: calc(var(--spacing) * 1);
524
- }
525
- .py-2 {
526
- padding-block: calc(var(--spacing) * 2);
527
- }
528
- .py-4 {
529
- padding-block: calc(var(--spacing) * 4);
530
- }
531
- .pr-2 {
532
- padding-right: calc(var(--spacing) * 2);
533
- }
534
- .pb-2 {
535
- padding-bottom: calc(var(--spacing) * 2);
536
- }
537
- .pb-4 {
538
- padding-bottom: calc(var(--spacing) * 4);
539
- }
540
- .pl-1 {
541
- padding-left: calc(var(--spacing) * 1);
542
- }
543
- .text-left {
544
- text-align: left;
545
- }
546
- .text-base {
547
- font-size: var(--text-base);
548
- line-height: var(--tw-leading, var(--text-base--line-height));
549
- }
550
- .text-lg {
551
- font-size: var(--text-lg);
552
- line-height: var(--tw-leading, var(--text-lg--line-height));
553
- }
554
- .text-sm {
555
- font-size: var(--text-sm);
556
- line-height: var(--tw-leading, var(--text-sm--line-height));
557
- }
558
- .text-xs {
559
- font-size: var(--text-xs);
560
- line-height: var(--tw-leading, var(--text-xs--line-height));
561
- }
562
- .font-medium {
563
- --tw-font-weight: var(--font-weight-medium);
564
- font-weight: var(--font-weight-medium);
565
- }
566
- .font-normal {
567
- --tw-font-weight: var(--font-weight-normal);
568
- font-weight: var(--font-weight-normal);
569
- }
570
- .font-semibold {
571
- --tw-font-weight: var(--font-weight-semibold);
572
- font-weight: var(--font-weight-semibold);
573
- }
574
- .break-all {
575
- word-break: break-all;
576
- }
577
- .whitespace-nowrap {
578
- white-space: nowrap;
579
- }
580
- .text-blue-600 {
581
- color: var(--color-blue-600);
582
- }
583
- .text-blue-800 {
584
- color: var(--color-blue-800);
585
- }
586
- .text-gray-400 {
587
- color: var(--color-gray-400);
588
- }
589
- .text-gray-500 {
590
- color: var(--color-gray-500);
591
- }
592
- .text-gray-600 {
593
- color: var(--color-gray-600);
594
- }
595
- .text-gray-700 {
596
- color: var(--color-gray-700);
597
- }
598
- .text-gray-800 {
599
- color: var(--color-gray-800);
600
- }
601
- .text-gray-900 {
602
- color: var(--color-gray-900);
603
- }
604
- .text-green-800 {
605
- color: var(--color-green-800);
606
- }
607
- .text-red-800 {
608
- color: var(--color-red-800);
609
- }
610
- .text-stone-300 {
611
- color: var(--color-stone-300);
612
- }
613
- .text-white {
614
- color: var(--color-white);
615
- }
616
- .text-yellow-800 {
617
- color: var(--color-yellow-800);
618
- }
619
- .underline {
620
- text-decoration-line: underline;
621
- }
622
- .shadow-lg {
623
- --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));
624
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
625
- }
626
- .blur {
627
- --tw-blur: blur(8px);
628
- 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,);
629
- }
630
- .filter {
631
- 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,);
632
- }
633
- .transition {
634
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
635
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
636
- transition-duration: var(--tw-duration, var(--default-transition-duration));
637
- }
638
- .transition-all {
639
- transition-property: all;
640
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
641
- transition-duration: var(--tw-duration, var(--default-transition-duration));
642
- }
643
- .transition-colors {
644
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
645
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
646
- transition-duration: var(--tw-duration, var(--default-transition-duration));
647
- }
648
- .transition-transform {
649
- transition-property: transform, translate, scale, rotate;
650
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
651
- transition-duration: var(--tw-duration, var(--default-transition-duration));
652
- }
653
- .duration-300 {
654
- --tw-duration: 300ms;
655
- transition-duration: 300ms;
656
- }
657
- .ease-in-out {
658
- --tw-ease: var(--ease-in-out);
659
- transition-timing-function: var(--ease-in-out);
660
- }
661
- .outline-none {
662
- --tw-outline-style: none;
663
- outline-style: none;
664
- }
665
- .group-hover\:block {
666
- &:is(:where(.group):hover *) {
667
- @media (hover: hover) {
668
- display: block;
669
- }
670
- }
671
- }
672
- .after\:pointer-events-none {
673
- &::after {
674
- content: var(--tw-content);
675
- pointer-events: none;
676
- }
677
- }
678
- .after\:absolute {
679
- &::after {
680
- content: var(--tw-content);
681
- position: absolute;
682
- }
683
- }
684
- .after\:inset-0 {
685
- &::after {
686
- content: var(--tw-content);
687
- inset: calc(var(--spacing) * 0);
688
- }
689
- }
690
- .after\:bg-blue-500 {
691
- &::after {
692
- content: var(--tw-content);
693
- background-color: var(--color-blue-500);
694
- }
695
- }
696
- .after\:opacity-0 {
697
- &::after {
698
- content: var(--tw-content);
699
- opacity: 0%;
700
- }
701
- }
702
- .after\:transition {
703
- &::after {
704
- content: var(--tw-content);
705
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
706
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
707
- transition-duration: var(--tw-duration, var(--default-transition-duration));
708
- }
709
- }
710
- .after\:content-\[\'\'\] {
711
- &::after {
712
- --tw-content: '';
713
- content: var(--tw-content);
714
- }
715
- }
716
- .hover\:bg-blue-700 {
717
- &:hover {
718
- @media (hover: hover) {
719
- background-color: var(--color-blue-700);
720
- }
721
- }
722
- }
723
- .hover\:bg-gray-50 {
724
- &:hover {
725
- @media (hover: hover) {
726
- background-color: var(--color-gray-50);
727
- }
728
- }
729
- }
730
- .hover\:bg-gray-100 {
731
- &:hover {
732
- @media (hover: hover) {
733
- background-color: var(--color-gray-100);
734
- }
735
- }
736
- }
737
- .hover\:bg-gray-200 {
738
- &:hover {
739
- @media (hover: hover) {
740
- background-color: var(--color-gray-200);
741
- }
742
- }
743
- }
744
- .hover\:bg-zinc-100 {
745
- &:hover {
746
- @media (hover: hover) {
747
- background-color: var(--color-zinc-100);
748
- }
749
- }
750
- }
751
- .hover\:bg-zinc-200 {
752
- &:hover {
753
- @media (hover: hover) {
754
- background-color: var(--color-zinc-200);
755
- }
756
- }
757
- }
758
- .hover\:text-blue-800 {
759
- &:hover {
760
- @media (hover: hover) {
761
- color: var(--color-blue-800);
762
- }
763
- }
764
- }
765
- .hover\:text-gray-600 {
766
- &:hover {
767
- @media (hover: hover) {
768
- color: var(--color-gray-600);
769
- }
770
- }
771
- }
772
- .hover\:text-gray-700 {
773
- &:hover {
774
- @media (hover: hover) {
775
- color: var(--color-gray-700);
776
- }
777
- }
778
- }
779
- .hover\:text-gray-800 {
780
- &:hover {
781
- @media (hover: hover) {
782
- color: var(--color-gray-800);
783
- }
784
- }
785
- }
786
- .focus\:border-transparent {
787
- &:focus {
788
- border-color: transparent;
789
- }
790
- }
791
- .focus\:ring-2 {
792
- &:focus {
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
- }
797
- .focus\:ring-blue-500 {
798
- &:focus {
799
- --tw-ring-color: var(--color-blue-500);
800
- }
801
- }
802
- .focus\:ring-offset-2 {
803
- &:focus {
804
- --tw-ring-offset-width: 2px;
805
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
806
- }
807
- }
808
- .focus\:outline-none {
809
- &:focus {
810
- --tw-outline-style: none;
811
- outline-style: none;
812
- }
813
- }
814
- .disabled\:cursor-not-allowed {
815
- &:disabled {
816
- cursor: not-allowed;
817
- }
818
- }
819
- .disabled\:bg-gray-300 {
820
- &:disabled {
821
- background-color: var(--color-gray-300);
822
- }
823
- }
824
- .lg\:grid-cols-3 {
825
- @media (width >= 64rem) {
826
- grid-template-columns: repeat(3, minmax(0, 1fr));
827
- }
828
- }
829
- }
830
- @property --tw-rotate-x {
831
- syntax: "*";
832
- inherits: false;
833
- }
834
- @property --tw-rotate-y {
835
- syntax: "*";
836
- inherits: false;
837
- }
838
- @property --tw-rotate-z {
839
- syntax: "*";
840
- inherits: false;
841
- }
842
- @property --tw-skew-x {
843
- syntax: "*";
844
- inherits: false;
845
- }
846
- @property --tw-skew-y {
847
- syntax: "*";
848
- inherits: false;
849
- }
850
- @property --tw-space-y-reverse {
851
- syntax: "*";
852
- inherits: false;
853
- initial-value: 0;
854
- }
855
- @property --tw-border-style {
856
- syntax: "*";
857
- inherits: false;
858
- initial-value: solid;
859
- }
860
- @property --tw-font-weight {
861
- syntax: "*";
862
- inherits: false;
863
- }
864
- @property --tw-shadow {
865
- syntax: "*";
866
- inherits: false;
867
- initial-value: 0 0 #0000;
868
- }
869
- @property --tw-shadow-color {
870
- syntax: "*";
871
- inherits: false;
872
- }
873
- @property --tw-shadow-alpha {
874
- syntax: "<percentage>";
875
- inherits: false;
876
- initial-value: 100%;
877
- }
878
- @property --tw-inset-shadow {
879
- syntax: "*";
880
- inherits: false;
881
- initial-value: 0 0 #0000;
882
- }
883
- @property --tw-inset-shadow-color {
884
- syntax: "*";
885
- inherits: false;
886
- }
887
- @property --tw-inset-shadow-alpha {
888
- syntax: "<percentage>";
889
- inherits: false;
890
- initial-value: 100%;
891
- }
892
- @property --tw-ring-color {
893
- syntax: "*";
894
- inherits: false;
895
- }
896
- @property --tw-ring-shadow {
897
- syntax: "*";
898
- inherits: false;
899
- initial-value: 0 0 #0000;
900
- }
901
- @property --tw-inset-ring-color {
902
- syntax: "*";
903
- inherits: false;
904
- }
905
- @property --tw-inset-ring-shadow {
906
- syntax: "*";
907
- inherits: false;
908
- initial-value: 0 0 #0000;
909
- }
910
- @property --tw-ring-inset {
911
- syntax: "*";
912
- inherits: false;
913
- }
914
- @property --tw-ring-offset-width {
915
- syntax: "<length>";
916
- inherits: false;
917
- initial-value: 0px;
918
- }
919
- @property --tw-ring-offset-color {
920
- syntax: "*";
921
- inherits: false;
922
- initial-value: #fff;
923
- }
924
- @property --tw-ring-offset-shadow {
925
- syntax: "*";
926
- inherits: false;
927
- initial-value: 0 0 #0000;
928
- }
929
- @property --tw-blur {
930
- syntax: "*";
931
- inherits: false;
932
- }
933
- @property --tw-brightness {
934
- syntax: "*";
935
- inherits: false;
936
- }
937
- @property --tw-contrast {
938
- syntax: "*";
939
- inherits: false;
940
- }
941
- @property --tw-grayscale {
942
- syntax: "*";
943
- inherits: false;
944
- }
945
- @property --tw-hue-rotate {
946
- syntax: "*";
947
- inherits: false;
948
- }
949
- @property --tw-invert {
950
- syntax: "*";
951
- inherits: false;
952
- }
953
- @property --tw-opacity {
954
- syntax: "*";
955
- inherits: false;
956
- }
957
- @property --tw-saturate {
958
- syntax: "*";
959
- inherits: false;
960
- }
961
- @property --tw-sepia {
962
- syntax: "*";
963
- inherits: false;
964
- }
965
- @property --tw-drop-shadow {
966
- syntax: "*";
967
- inherits: false;
968
- }
969
- @property --tw-drop-shadow-color {
970
- syntax: "*";
971
- inherits: false;
972
- }
973
- @property --tw-drop-shadow-alpha {
974
- syntax: "<percentage>";
975
- inherits: false;
976
- initial-value: 100%;
977
- }
978
- @property --tw-drop-shadow-size {
979
- syntax: "*";
980
- inherits: false;
981
- }
982
- @property --tw-duration {
983
- syntax: "*";
984
- inherits: false;
985
- }
986
- @property --tw-ease {
987
- syntax: "*";
988
- inherits: false;
989
- }
990
- @property --tw-content {
991
- syntax: "*";
992
- initial-value: "";
993
- inherits: false;
994
- }
995
- @layer properties {
996
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
997
- *, ::before, ::after, ::backdrop {
998
- --tw-rotate-x: initial;
999
- --tw-rotate-y: initial;
1000
- --tw-rotate-z: initial;
1001
- --tw-skew-x: initial;
1002
- --tw-skew-y: initial;
1003
- --tw-space-y-reverse: 0;
1004
- --tw-border-style: solid;
1005
- --tw-font-weight: initial;
1006
- --tw-shadow: 0 0 #0000;
1007
- --tw-shadow-color: initial;
1008
- --tw-shadow-alpha: 100%;
1009
- --tw-inset-shadow: 0 0 #0000;
1010
- --tw-inset-shadow-color: initial;
1011
- --tw-inset-shadow-alpha: 100%;
1012
- --tw-ring-color: initial;
1013
- --tw-ring-shadow: 0 0 #0000;
1014
- --tw-inset-ring-color: initial;
1015
- --tw-inset-ring-shadow: 0 0 #0000;
1016
- --tw-ring-inset: initial;
1017
- --tw-ring-offset-width: 0px;
1018
- --tw-ring-offset-color: #fff;
1019
- --tw-ring-offset-shadow: 0 0 #0000;
1020
- --tw-blur: initial;
1021
- --tw-brightness: initial;
1022
- --tw-contrast: initial;
1023
- --tw-grayscale: initial;
1024
- --tw-hue-rotate: initial;
1025
- --tw-invert: initial;
1026
- --tw-opacity: initial;
1027
- --tw-saturate: initial;
1028
- --tw-sepia: initial;
1029
- --tw-drop-shadow: initial;
1030
- --tw-drop-shadow-color: initial;
1031
- --tw-drop-shadow-alpha: 100%;
1032
- --tw-drop-shadow-size: initial;
1033
- --tw-duration: initial;
1034
- --tw-ease: initial;
1035
- --tw-content: "";
1036
- }
1037
- }
1038
- }