snack-datepicker 0.0.1

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 ADDED
@@ -0,0 +1,678 @@
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
+ :root, :host {
3
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
4
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
6
+ "Courier New", monospace;
7
+ --spacing: 0.25rem;
8
+ --text-xs: 0.75rem;
9
+ --text-xs--line-height: calc(1 / 0.75);
10
+ --text-sm: 0.875rem;
11
+ --text-sm--line-height: calc(1.25 / 0.875);
12
+ --font-weight-medium: 500;
13
+ --font-weight-semibold: 600;
14
+ --tracking-wider: 0.05em;
15
+ --radius-md: 0.375rem;
16
+ --radius-lg: 0.5rem;
17
+ --radius-xl: 0.75rem;
18
+ --default-transition-duration: 150ms;
19
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20
+ --default-font-family: var(--font-sans);
21
+ --default-mono-font-family: var(--font-mono);
22
+ }
23
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
24
+ box-sizing: border-box;
25
+ margin: 0;
26
+ padding: 0;
27
+ border: 0 solid;
28
+ }
29
+ html, :host {
30
+ line-height: 1.5;
31
+ -webkit-text-size-adjust: 100%;
32
+ -moz-tab-size: 4;
33
+ -o-tab-size: 4;
34
+ tab-size: 4;
35
+ 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");
36
+ font-feature-settings: var(--default-font-feature-settings, normal);
37
+ font-variation-settings: var(--default-font-variation-settings, normal);
38
+ -webkit-tap-highlight-color: transparent;
39
+ }
40
+ hr {
41
+ height: 0;
42
+ color: inherit;
43
+ border-top-width: 1px;
44
+ }
45
+ abbr:where([title]) {
46
+ -webkit-text-decoration: underline dotted;
47
+ text-decoration: underline dotted;
48
+ }
49
+ h1, h2, h3, h4, h5, h6 {
50
+ font-size: inherit;
51
+ font-weight: inherit;
52
+ }
53
+ a {
54
+ color: inherit;
55
+ -webkit-text-decoration: inherit;
56
+ text-decoration: inherit;
57
+ }
58
+ b, strong {
59
+ font-weight: bolder;
60
+ }
61
+ code, kbd, samp, pre {
62
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
63
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
64
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
65
+ font-size: 1em;
66
+ }
67
+ small {
68
+ font-size: 80%;
69
+ }
70
+ sub, sup {
71
+ font-size: 75%;
72
+ line-height: 0;
73
+ position: relative;
74
+ vertical-align: baseline;
75
+ }
76
+ sub {
77
+ bottom: -0.25em;
78
+ }
79
+ sup {
80
+ top: -0.5em;
81
+ }
82
+ table {
83
+ text-indent: 0;
84
+ border-color: inherit;
85
+ border-collapse: collapse;
86
+ }
87
+ :-moz-focusring {
88
+ outline: auto;
89
+ }
90
+ progress {
91
+ vertical-align: baseline;
92
+ }
93
+ summary {
94
+ display: list-item;
95
+ }
96
+ ol, ul, menu {
97
+ list-style: none;
98
+ }
99
+ img, svg, video, canvas, audio, iframe, embed, object {
100
+ display: block;
101
+ vertical-align: middle;
102
+ }
103
+ img, video {
104
+ max-width: 100%;
105
+ height: auto;
106
+ }
107
+ button, input, select, optgroup, textarea, ::file-selector-button {
108
+ font: inherit;
109
+ font-feature-settings: inherit;
110
+ font-variation-settings: inherit;
111
+ letter-spacing: inherit;
112
+ color: inherit;
113
+ border-radius: 0;
114
+ background-color: transparent;
115
+ opacity: 1;
116
+ }
117
+ :where(select:is([multiple], [size])) optgroup {
118
+ font-weight: bolder;
119
+ }
120
+ :where(select:is([multiple], [size])) optgroup option {
121
+ padding-inline-start: 20px;
122
+ }
123
+ ::file-selector-button {
124
+ margin-inline-end: 4px;
125
+ }
126
+ ::-moz-placeholder {
127
+ opacity: 1;
128
+ }
129
+ ::placeholder {
130
+ opacity: 1;
131
+ }
132
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
133
+ ::-moz-placeholder {
134
+ color: currentcolor;
135
+ @supports (color: color-mix(in lab, red, red)) {
136
+ color: color-mix(in oklab, currentcolor 50%, transparent);
137
+ }
138
+ }
139
+ ::placeholder {
140
+ color: currentcolor;
141
+ @supports (color: color-mix(in lab, red, red)) {
142
+ color: color-mix(in oklab, currentcolor 50%, transparent);
143
+ }
144
+ }
145
+ }
146
+ textarea {
147
+ resize: vertical;
148
+ }
149
+ ::-webkit-search-decoration {
150
+ -webkit-appearance: none;
151
+ }
152
+ ::-webkit-date-and-time-value {
153
+ min-height: 1lh;
154
+ text-align: inherit;
155
+ }
156
+ ::-webkit-datetime-edit {
157
+ display: inline-flex;
158
+ }
159
+ ::-webkit-datetime-edit-fields-wrapper {
160
+ padding: 0;
161
+ }
162
+ ::-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 {
163
+ padding-block: 0;
164
+ }
165
+ ::-webkit-calendar-picker-indicator {
166
+ line-height: 1;
167
+ }
168
+ :-moz-ui-invalid {
169
+ box-shadow: none;
170
+ }
171
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
172
+ -webkit-appearance: button;
173
+ -moz-appearance: button;
174
+ appearance: button;
175
+ }
176
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
177
+ height: auto;
178
+ }
179
+ [hidden]:where(:not([hidden="until-found"])) {
180
+ display: none !important;
181
+ }
182
+ .pointer-events-auto {
183
+ pointer-events: auto;
184
+ }
185
+ .relative {
186
+ position: relative;
187
+ }
188
+ .start {
189
+ inset-inline-start: var(--spacing);
190
+ }
191
+ .end {
192
+ inset-inline-end: var(--spacing);
193
+ }
194
+ .z-10 {
195
+ z-index: 10;
196
+ }
197
+ .z-50 {
198
+ z-index: 50;
199
+ }
200
+ .mx-auto {
201
+ margin-inline: auto;
202
+ }
203
+ .mb-1\.5 {
204
+ margin-bottom: calc(var(--spacing) * 1.5);
205
+ }
206
+ .mb-3 {
207
+ margin-bottom: calc(var(--spacing) * 3);
208
+ }
209
+ .block {
210
+ display: block;
211
+ }
212
+ .flex {
213
+ display: flex;
214
+ }
215
+ .grid {
216
+ display: grid;
217
+ }
218
+ .inline-flex {
219
+ display: inline-flex;
220
+ }
221
+ .h-3\.5 {
222
+ height: calc(var(--spacing) * 3.5);
223
+ }
224
+ .h-4 {
225
+ height: calc(var(--spacing) * 4);
226
+ }
227
+ .h-9 {
228
+ height: calc(var(--spacing) * 9);
229
+ }
230
+ .h-10 {
231
+ height: calc(var(--spacing) * 10);
232
+ }
233
+ .w-3\.5 {
234
+ width: calc(var(--spacing) * 3.5);
235
+ }
236
+ .w-4 {
237
+ width: calc(var(--spacing) * 4);
238
+ }
239
+ .w-9 {
240
+ width: calc(var(--spacing) * 9);
241
+ }
242
+ .w-72 {
243
+ width: calc(var(--spacing) * 72);
244
+ }
245
+ .w-auto {
246
+ width: auto;
247
+ }
248
+ .w-full {
249
+ width: 100%;
250
+ }
251
+ .max-w-\[320px\] {
252
+ max-width: 320px;
253
+ }
254
+ .min-w-\[140px\] {
255
+ min-width: 140px;
256
+ }
257
+ .min-w-\[252px\] {
258
+ min-width: 252px;
259
+ }
260
+ .flex-1 {
261
+ flex: 1;
262
+ }
263
+ .shrink-0 {
264
+ flex-shrink: 0;
265
+ }
266
+ .cursor-not-allowed {
267
+ cursor: not-allowed;
268
+ }
269
+ .grid-cols-3 {
270
+ grid-template-columns: repeat(3, minmax(0, 1fr));
271
+ }
272
+ .grid-cols-7 {
273
+ grid-template-columns: repeat(7, minmax(0, 1fr));
274
+ }
275
+ .flex-col {
276
+ flex-direction: column;
277
+ }
278
+ .items-center {
279
+ align-items: center;
280
+ }
281
+ .justify-between {
282
+ justify-content: space-between;
283
+ }
284
+ .justify-center {
285
+ justify-content: center;
286
+ }
287
+ .gap-0\.5 {
288
+ gap: calc(var(--spacing) * 0.5);
289
+ }
290
+ .gap-1 {
291
+ gap: calc(var(--spacing) * 1);
292
+ }
293
+ .gap-1\.5 {
294
+ gap: calc(var(--spacing) * 1.5);
295
+ }
296
+ .gap-2 {
297
+ gap: calc(var(--spacing) * 2);
298
+ }
299
+ .gap-6 {
300
+ gap: calc(var(--spacing) * 6);
301
+ }
302
+ .truncate {
303
+ overflow: hidden;
304
+ text-overflow: ellipsis;
305
+ white-space: nowrap;
306
+ }
307
+ .rounded {
308
+ border-radius: 0.25rem;
309
+ }
310
+ .rounded-lg {
311
+ border-radius: var(--radius-lg);
312
+ }
313
+ .rounded-md {
314
+ border-radius: var(--radius-md);
315
+ }
316
+ .rounded-none {
317
+ border-radius: 0;
318
+ }
319
+ .rounded-xl {
320
+ border-radius: var(--radius-xl);
321
+ }
322
+ .rounded-l-lg {
323
+ border-top-left-radius: var(--radius-lg);
324
+ border-bottom-left-radius: var(--radius-lg);
325
+ }
326
+ .rounded-l-none {
327
+ border-top-left-radius: 0;
328
+ border-bottom-left-radius: 0;
329
+ }
330
+ .rounded-r-lg {
331
+ border-top-right-radius: var(--radius-lg);
332
+ border-bottom-right-radius: var(--radius-lg);
333
+ }
334
+ .rounded-r-none {
335
+ border-top-right-radius: 0;
336
+ border-bottom-right-radius: 0;
337
+ }
338
+ .rounded-b-xl {
339
+ border-bottom-right-radius: var(--radius-xl);
340
+ border-bottom-left-radius: var(--radius-xl);
341
+ }
342
+ .border {
343
+ border-style: var(--tw-border-style);
344
+ border-width: 1px;
345
+ }
346
+ .border-0 {
347
+ border-style: var(--tw-border-style);
348
+ border-width: 0px;
349
+ }
350
+ .border-t {
351
+ border-top-style: var(--tw-border-style);
352
+ border-top-width: 1px;
353
+ }
354
+ .border-r {
355
+ border-right-style: var(--tw-border-style);
356
+ border-right-width: 1px;
357
+ }
358
+ .border-b {
359
+ border-bottom-style: var(--tw-border-style);
360
+ border-bottom-width: 1px;
361
+ }
362
+ .bg-\[hsl\(var\(--dp-range-tint\)\/0\.08\)\] {
363
+ background-color: hsl(var(--dp-range-tint)/0.08);
364
+ }
365
+ .p-0 {
366
+ padding: calc(var(--spacing) * 0);
367
+ }
368
+ .p-0\.5 {
369
+ padding: calc(var(--spacing) * 0.5);
370
+ }
371
+ .p-1\.5 {
372
+ padding: calc(var(--spacing) * 1.5);
373
+ }
374
+ .p-3 {
375
+ padding: calc(var(--spacing) * 3);
376
+ }
377
+ .p-4 {
378
+ padding: calc(var(--spacing) * 4);
379
+ }
380
+ .px-2 {
381
+ padding-inline: calc(var(--spacing) * 2);
382
+ }
383
+ .px-2\.5 {
384
+ padding-inline: calc(var(--spacing) * 2.5);
385
+ }
386
+ .px-3 {
387
+ padding-inline: calc(var(--spacing) * 3);
388
+ }
389
+ .px-4 {
390
+ padding-inline: calc(var(--spacing) * 4);
391
+ }
392
+ .px-5 {
393
+ padding-inline: calc(var(--spacing) * 5);
394
+ }
395
+ .py-1 {
396
+ padding-block: calc(var(--spacing) * 1);
397
+ }
398
+ .py-1\.5 {
399
+ padding-block: calc(var(--spacing) * 1.5);
400
+ }
401
+ .py-3 {
402
+ padding-block: calc(var(--spacing) * 3);
403
+ }
404
+ .text-center {
405
+ text-align: center;
406
+ }
407
+ .text-left {
408
+ text-align: left;
409
+ }
410
+ .text-sm {
411
+ font-size: var(--text-sm);
412
+ line-height: var(--tw-leading, var(--text-sm--line-height));
413
+ }
414
+ .text-xs {
415
+ font-size: var(--text-xs);
416
+ line-height: var(--tw-leading, var(--text-xs--line-height));
417
+ }
418
+ .text-\[11px\] {
419
+ font-size: 11px;
420
+ }
421
+ .font-medium {
422
+ --tw-font-weight: var(--font-weight-medium);
423
+ font-weight: var(--font-weight-medium);
424
+ }
425
+ .font-semibold {
426
+ --tw-font-weight: var(--font-weight-semibold);
427
+ font-weight: var(--font-weight-semibold);
428
+ }
429
+ .tracking-wider {
430
+ --tw-tracking: var(--tracking-wider);
431
+ letter-spacing: var(--tracking-wider);
432
+ }
433
+ .uppercase {
434
+ text-transform: uppercase;
435
+ }
436
+ .tabular-nums {
437
+ --tw-numeric-spacing: tabular-nums;
438
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
439
+ }
440
+ .antialiased {
441
+ -webkit-font-smoothing: antialiased;
442
+ -moz-osx-font-smoothing: grayscale;
443
+ }
444
+ .opacity-30 {
445
+ opacity: 30%;
446
+ }
447
+ .shadow-\[var\(--dp-shadow\)\] {
448
+ --tw-shadow: var(--dp-shadow);
449
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
450
+ }
451
+ .shadow-md {
452
+ --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));
453
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
454
+ }
455
+ .shadow-none {
456
+ --tw-shadow: 0 0 #0000;
457
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
458
+ }
459
+ .shadow-sm {
460
+ --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));
461
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
462
+ }
463
+ .transition {
464
+ 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, backdrop-filter, display, content-visibility, overlay, pointer-events;
465
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
466
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
467
+ }
468
+ .transition-all {
469
+ transition-property: all;
470
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
471
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
472
+ }
473
+ .transition-colors {
474
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
475
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
476
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
477
+ }
478
+ .outline-none {
479
+ --tw-outline-style: none;
480
+ outline-style: none;
481
+ }
482
+ .select-none {
483
+ -webkit-user-select: none;
484
+ -moz-user-select: none;
485
+ user-select: none;
486
+ }
487
+ .hover\:bg-transparent {
488
+ &:hover {
489
+ @media (hover: hover) {
490
+ background-color: transparent;
491
+ }
492
+ }
493
+ }
494
+ .hover\:opacity-90 {
495
+ &:hover {
496
+ @media (hover: hover) {
497
+ opacity: 90%;
498
+ }
499
+ }
500
+ }
501
+ .focus-visible\:ring-2 {
502
+ &:focus-visible {
503
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
504
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
505
+ }
506
+ }
507
+ .focus-visible\:ring-offset-1 {
508
+ &:focus-visible {
509
+ --tw-ring-offset-width: 1px;
510
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
511
+ }
512
+ }
513
+ .focus-visible\:ring-offset-2 {
514
+ &:focus-visible {
515
+ --tw-ring-offset-width: 2px;
516
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
517
+ }
518
+ }
519
+ .focus-visible\:outline-none {
520
+ &:focus-visible {
521
+ --tw-outline-style: none;
522
+ outline-style: none;
523
+ }
524
+ }
525
+ .active\:scale-\[0\.96\] {
526
+ &:active {
527
+ scale: 0.96;
528
+ }
529
+ }
530
+ .active\:scale-\[0\.97\] {
531
+ &:active {
532
+ scale: 0.97;
533
+ }
534
+ }
535
+ .active\:scale-\[0\.98\] {
536
+ &:active {
537
+ scale: 0.98;
538
+ }
539
+ }
540
+ .disabled\:cursor-not-allowed {
541
+ &:disabled {
542
+ cursor: not-allowed;
543
+ }
544
+ }
545
+ .disabled\:opacity-50 {
546
+ &:disabled {
547
+ opacity: 50%;
548
+ }
549
+ }
550
+ .md\:flex-row {
551
+ @media (width >= 48rem) {
552
+ flex-direction: row;
553
+ }
554
+ }
555
+ @property --tw-border-style {
556
+ syntax: "*";
557
+ inherits: false;
558
+ initial-value: solid;
559
+ }
560
+ @property --tw-font-weight {
561
+ syntax: "*";
562
+ inherits: false;
563
+ }
564
+ @property --tw-tracking {
565
+ syntax: "*";
566
+ inherits: false;
567
+ }
568
+ @property --tw-ordinal {
569
+ syntax: "*";
570
+ inherits: false;
571
+ }
572
+ @property --tw-slashed-zero {
573
+ syntax: "*";
574
+ inherits: false;
575
+ }
576
+ @property --tw-numeric-figure {
577
+ syntax: "*";
578
+ inherits: false;
579
+ }
580
+ @property --tw-numeric-spacing {
581
+ syntax: "*";
582
+ inherits: false;
583
+ }
584
+ @property --tw-numeric-fraction {
585
+ syntax: "*";
586
+ inherits: false;
587
+ }
588
+ @property --tw-shadow {
589
+ syntax: "*";
590
+ inherits: false;
591
+ initial-value: 0 0 #0000;
592
+ }
593
+ @property --tw-shadow-color {
594
+ syntax: "*";
595
+ inherits: false;
596
+ }
597
+ @property --tw-shadow-alpha {
598
+ syntax: "<percentage>";
599
+ inherits: false;
600
+ initial-value: 100%;
601
+ }
602
+ @property --tw-inset-shadow {
603
+ syntax: "*";
604
+ inherits: false;
605
+ initial-value: 0 0 #0000;
606
+ }
607
+ @property --tw-inset-shadow-color {
608
+ syntax: "*";
609
+ inherits: false;
610
+ }
611
+ @property --tw-inset-shadow-alpha {
612
+ syntax: "<percentage>";
613
+ inherits: false;
614
+ initial-value: 100%;
615
+ }
616
+ @property --tw-ring-color {
617
+ syntax: "*";
618
+ inherits: false;
619
+ }
620
+ @property --tw-ring-shadow {
621
+ syntax: "*";
622
+ inherits: false;
623
+ initial-value: 0 0 #0000;
624
+ }
625
+ @property --tw-inset-ring-color {
626
+ syntax: "*";
627
+ inherits: false;
628
+ }
629
+ @property --tw-inset-ring-shadow {
630
+ syntax: "*";
631
+ inherits: false;
632
+ initial-value: 0 0 #0000;
633
+ }
634
+ @property --tw-ring-inset {
635
+ syntax: "*";
636
+ inherits: false;
637
+ }
638
+ @property --tw-ring-offset-width {
639
+ syntax: "<length>";
640
+ inherits: false;
641
+ initial-value: 0px;
642
+ }
643
+ @property --tw-ring-offset-color {
644
+ syntax: "*";
645
+ inherits: false;
646
+ initial-value: #fff;
647
+ }
648
+ @property --tw-ring-offset-shadow {
649
+ syntax: "*";
650
+ inherits: false;
651
+ initial-value: 0 0 #0000;
652
+ }
653
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
654
+ *, ::before, ::after, ::backdrop {
655
+ --tw-border-style: solid;
656
+ --tw-font-weight: initial;
657
+ --tw-tracking: initial;
658
+ --tw-ordinal: initial;
659
+ --tw-slashed-zero: initial;
660
+ --tw-numeric-figure: initial;
661
+ --tw-numeric-spacing: initial;
662
+ --tw-numeric-fraction: initial;
663
+ --tw-shadow: 0 0 #0000;
664
+ --tw-shadow-color: initial;
665
+ --tw-shadow-alpha: 100%;
666
+ --tw-inset-shadow: 0 0 #0000;
667
+ --tw-inset-shadow-color: initial;
668
+ --tw-inset-shadow-alpha: 100%;
669
+ --tw-ring-color: initial;
670
+ --tw-ring-shadow: 0 0 #0000;
671
+ --tw-inset-ring-color: initial;
672
+ --tw-inset-ring-shadow: 0 0 #0000;
673
+ --tw-ring-inset: initial;
674
+ --tw-ring-offset-width: 0px;
675
+ --tw-ring-offset-color: #fff;
676
+ --tw-ring-offset-shadow: 0 0 #0000;
677
+ }
678
+ }