@sentio/ui-dashboard 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css ADDED
@@ -0,0 +1,797 @@
1
+ /* src/styles.css */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root,
6
+ :host {
7
+ --font-sans:
8
+ ui-sans-serif,
9
+ system-ui,
10
+ sans-serif,
11
+ "Apple Color Emoji",
12
+ "Segoe UI Emoji",
13
+ "Segoe UI Symbol",
14
+ "Noto Color Emoji";
15
+ --spacing: 0.25rem;
16
+ --container-3xl: 48rem;
17
+ --text-xs: 0.75rem;
18
+ --text-xs--line-height: calc(1 / 0.75);
19
+ --text-sm: 0.875rem;
20
+ --text-sm--line-height: calc(1.25 / 0.875);
21
+ --font-weight-normal: 400;
22
+ --font-weight-medium: 500;
23
+ --radius-md: 0.375rem;
24
+ --default-font-family: var(--font-sans);
25
+ }
26
+ }
27
+ @layer base {
28
+ *,
29
+ ::after,
30
+ ::before,
31
+ ::backdrop,
32
+ ::file-selector-button {
33
+ box-sizing: border-box;
34
+ margin: 0;
35
+ padding: 0;
36
+ border: 0 solid;
37
+ }
38
+ html,
39
+ :host {
40
+ line-height: 1.5;
41
+ -webkit-text-size-adjust: 100%;
42
+ tab-size: 4;
43
+ 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");
44
+ font-feature-settings: var(--default-font-feature-settings, normal);
45
+ font-variation-settings: var(--default-font-variation-settings, normal);
46
+ -webkit-tap-highlight-color: transparent;
47
+ }
48
+ hr {
49
+ height: 0;
50
+ color: inherit;
51
+ border-top-width: 1px;
52
+ }
53
+ abbr:where([title]) {
54
+ -webkit-text-decoration: underline dotted;
55
+ text-decoration: underline dotted;
56
+ }
57
+ h1,
58
+ h2,
59
+ h3,
60
+ h4,
61
+ h5,
62
+ h6 {
63
+ font-size: inherit;
64
+ font-weight: inherit;
65
+ }
66
+ a {
67
+ color: inherit;
68
+ -webkit-text-decoration: inherit;
69
+ text-decoration: inherit;
70
+ }
71
+ b,
72
+ strong {
73
+ font-weight: bolder;
74
+ }
75
+ code,
76
+ kbd,
77
+ samp,
78
+ pre {
79
+ font-family:
80
+ Menlo,
81
+ ui-monospace,
82
+ SFMono-Regular,
83
+ Menlo,
84
+ Monaco,
85
+ Consolas,
86
+ "Liberation Mono",
87
+ "Courier New",
88
+ monospace;
89
+ font-feature-settings: normal;
90
+ font-variation-settings: normal;
91
+ font-size: 1em;
92
+ }
93
+ small {
94
+ font-size: 80%;
95
+ }
96
+ sub,
97
+ sup {
98
+ font-size: 75%;
99
+ line-height: 0;
100
+ position: relative;
101
+ vertical-align: baseline;
102
+ }
103
+ sub {
104
+ bottom: -0.25em;
105
+ }
106
+ sup {
107
+ top: -0.5em;
108
+ }
109
+ table {
110
+ text-indent: 0;
111
+ border-color: inherit;
112
+ border-collapse: collapse;
113
+ }
114
+ :-moz-focusring {
115
+ outline: auto;
116
+ }
117
+ progress {
118
+ vertical-align: baseline;
119
+ }
120
+ summary {
121
+ display: list-item;
122
+ }
123
+ ol,
124
+ ul,
125
+ menu {
126
+ list-style: none;
127
+ }
128
+ img,
129
+ svg,
130
+ video,
131
+ canvas,
132
+ audio,
133
+ iframe,
134
+ embed,
135
+ object {
136
+ display: block;
137
+ vertical-align: middle;
138
+ }
139
+ img,
140
+ video {
141
+ max-width: 100%;
142
+ height: auto;
143
+ }
144
+ button,
145
+ input,
146
+ select,
147
+ optgroup,
148
+ textarea,
149
+ ::file-selector-button {
150
+ font: inherit;
151
+ font-feature-settings: inherit;
152
+ font-variation-settings: inherit;
153
+ letter-spacing: inherit;
154
+ color: inherit;
155
+ border-radius: 0;
156
+ background-color: transparent;
157
+ opacity: 1;
158
+ }
159
+ :where(select:is([multiple], [size])) optgroup {
160
+ font-weight: bolder;
161
+ }
162
+ :where(select:is([multiple], [size])) optgroup option {
163
+ padding-inline-start: 20px;
164
+ }
165
+ ::file-selector-button {
166
+ margin-inline-end: 4px;
167
+ }
168
+ ::placeholder {
169
+ opacity: 1;
170
+ }
171
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
172
+ ::placeholder {
173
+ color: currentcolor;
174
+ @supports (color: color-mix(in lab, red, red)) {
175
+ color: color-mix(in oklab, currentcolor 50%, transparent);
176
+ }
177
+ }
178
+ }
179
+ textarea {
180
+ resize: vertical;
181
+ }
182
+ ::-webkit-search-decoration {
183
+ -webkit-appearance: none;
184
+ }
185
+ ::-webkit-date-and-time-value {
186
+ min-height: 1lh;
187
+ text-align: inherit;
188
+ }
189
+ ::-webkit-datetime-edit {
190
+ display: inline-flex;
191
+ }
192
+ ::-webkit-datetime-edit-fields-wrapper {
193
+ padding: 0;
194
+ }
195
+ ::-webkit-datetime-edit,
196
+ ::-webkit-datetime-edit-year-field,
197
+ ::-webkit-datetime-edit-month-field,
198
+ ::-webkit-datetime-edit-day-field,
199
+ ::-webkit-datetime-edit-hour-field,
200
+ ::-webkit-datetime-edit-minute-field,
201
+ ::-webkit-datetime-edit-second-field,
202
+ ::-webkit-datetime-edit-millisecond-field,
203
+ ::-webkit-datetime-edit-meridiem-field {
204
+ padding-block: 0;
205
+ }
206
+ ::-webkit-calendar-picker-indicator {
207
+ line-height: 1;
208
+ }
209
+ :-moz-ui-invalid {
210
+ box-shadow: none;
211
+ }
212
+ button,
213
+ input:where([type=button], [type=reset], [type=submit]),
214
+ ::file-selector-button {
215
+ appearance: button;
216
+ }
217
+ ::-webkit-inner-spin-button,
218
+ ::-webkit-outer-spin-button {
219
+ height: auto;
220
+ }
221
+ [hidden]:where(:not([hidden=until-found])) {
222
+ display: none !important;
223
+ }
224
+ }
225
+ @layer utilities {
226
+ .absolute {
227
+ position: absolute;
228
+ }
229
+ .relative {
230
+ position: relative;
231
+ }
232
+ .inset-y-0 {
233
+ inset-block: calc(var(--spacing) * 0);
234
+ }
235
+ .right-0 {
236
+ right: calc(var(--spacing) * 0);
237
+ }
238
+ .z-10 {
239
+ z-index: 10;
240
+ }
241
+ .container {
242
+ width: 100%;
243
+ @media (width >= 40rem) {
244
+ max-width: 40rem;
245
+ }
246
+ @media (width >= 48rem) {
247
+ max-width: 48rem;
248
+ }
249
+ @media (width >= 64rem) {
250
+ max-width: 64rem;
251
+ }
252
+ @media (width >= 80rem) {
253
+ max-width: 80rem;
254
+ }
255
+ @media (width >= 96rem) {
256
+ max-width: 96rem;
257
+ }
258
+ }
259
+ .mt-3 {
260
+ margin-top: calc(var(--spacing) * 3);
261
+ }
262
+ .mt-4 {
263
+ margin-top: calc(var(--spacing) * 4);
264
+ }
265
+ .mr-1 {
266
+ margin-right: calc(var(--spacing) * 1);
267
+ }
268
+ .-ml-px {
269
+ margin-left: -1px;
270
+ }
271
+ .block {
272
+ display: block;
273
+ }
274
+ .flex {
275
+ display: flex;
276
+ }
277
+ .inline {
278
+ display: inline;
279
+ }
280
+ .inline-block {
281
+ display: inline-block;
282
+ }
283
+ .inline-flex {
284
+ display: inline-flex;
285
+ }
286
+ .h-0\.5 {
287
+ height: calc(var(--spacing) * 0.5);
288
+ }
289
+ .h-3 {
290
+ height: calc(var(--spacing) * 3);
291
+ }
292
+ .h-3\.5 {
293
+ height: calc(var(--spacing) * 3.5);
294
+ }
295
+ .h-4 {
296
+ height: calc(var(--spacing) * 4);
297
+ }
298
+ .h-8 {
299
+ height: calc(var(--spacing) * 8);
300
+ }
301
+ .h-56 {
302
+ height: calc(var(--spacing) * 56);
303
+ }
304
+ .h-72 {
305
+ height: calc(var(--spacing) * 72);
306
+ }
307
+ .h-full {
308
+ height: 100%;
309
+ }
310
+ .min-h-6 {
311
+ min-height: calc(var(--spacing) * 6);
312
+ }
313
+ .min-h-8 {
314
+ min-height: calc(var(--spacing) * 8);
315
+ }
316
+ .w-2\.5 {
317
+ width: calc(var(--spacing) * 2.5);
318
+ }
319
+ .w-3 {
320
+ width: calc(var(--spacing) * 3);
321
+ }
322
+ .w-3\.5 {
323
+ width: calc(var(--spacing) * 3.5);
324
+ }
325
+ .w-4 {
326
+ width: calc(var(--spacing) * 4);
327
+ }
328
+ .w-24 {
329
+ width: calc(var(--spacing) * 24);
330
+ }
331
+ .w-44 {
332
+ width: calc(var(--spacing) * 44);
333
+ }
334
+ .w-72 {
335
+ width: calc(var(--spacing) * 72);
336
+ }
337
+ .w-96 {
338
+ width: calc(var(--spacing) * 96);
339
+ }
340
+ .w-\[28rem\] {
341
+ width: 28rem;
342
+ }
343
+ .w-\[32rem\] {
344
+ width: 32rem;
345
+ }
346
+ .w-\[36rem\] {
347
+ width: 36rem;
348
+ }
349
+ .w-full {
350
+ width: 100%;
351
+ }
352
+ .min-w-\[200px\] {
353
+ min-width: 200px;
354
+ }
355
+ .flex-1 {
356
+ flex: 1;
357
+ }
358
+ .shrink-0 {
359
+ flex-shrink: 0;
360
+ }
361
+ .grow {
362
+ flex-grow: 1;
363
+ }
364
+ .cursor-pointer {
365
+ cursor: pointer;
366
+ }
367
+ .flex-col {
368
+ flex-direction: column;
369
+ }
370
+ .flex-nowrap {
371
+ flex-wrap: nowrap;
372
+ }
373
+ .flex-wrap {
374
+ flex-wrap: wrap;
375
+ }
376
+ .items-center {
377
+ align-items: center;
378
+ }
379
+ .justify-between {
380
+ justify-content: space-between;
381
+ }
382
+ .justify-stretch {
383
+ justify-content: stretch;
384
+ }
385
+ .gap-1 {
386
+ gap: calc(var(--spacing) * 1);
387
+ }
388
+ .space-y-1 {
389
+ :where(& > :not(:last-child)) {
390
+ --tw-space-y-reverse: 0;
391
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
392
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
393
+ }
394
+ }
395
+ .space-x-2 {
396
+ :where(& > :not(:last-child)) {
397
+ --tw-space-x-reverse: 0;
398
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
399
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
400
+ }
401
+ }
402
+ .gap-y-2 {
403
+ row-gap: calc(var(--spacing) * 2);
404
+ }
405
+ .divide-y {
406
+ :where(& > :not(:last-child)) {
407
+ --tw-divide-y-reverse: 0;
408
+ border-bottom-style: var(--tw-border-style);
409
+ border-top-style: var(--tw-border-style);
410
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
411
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
412
+ }
413
+ }
414
+ .divide-gray-200 {
415
+ :where(& > :not(:last-child)) {
416
+ border-color: rgba(var(--gray-200));
417
+ }
418
+ }
419
+ .self-center {
420
+ align-self: center;
421
+ }
422
+ .truncate {
423
+ overflow: hidden;
424
+ text-overflow: ellipsis;
425
+ white-space: nowrap;
426
+ }
427
+ .overflow-auto {
428
+ overflow: auto;
429
+ }
430
+ .overflow-hidden {
431
+ overflow: hidden;
432
+ }
433
+ .overflow-y-auto {
434
+ overflow-y: auto;
435
+ }
436
+ .rounded {
437
+ border-radius: 0.25rem;
438
+ }
439
+ .rounded-md {
440
+ border-radius: var(--radius-md);
441
+ }
442
+ .rounded-none\! {
443
+ border-radius: 0 !important;
444
+ }
445
+ .rounded-l-md {
446
+ border-top-left-radius: var(--radius-md);
447
+ border-bottom-left-radius: var(--radius-md);
448
+ }
449
+ .rounded-r-md {
450
+ border-top-right-radius: var(--radius-md);
451
+ border-bottom-right-radius: var(--radius-md);
452
+ }
453
+ .border {
454
+ border-style: var(--tw-border-style);
455
+ border-width: 1px;
456
+ }
457
+ .border-r {
458
+ border-right-style: var(--tw-border-style);
459
+ border-right-width: 1px;
460
+ }
461
+ .border-r-0 {
462
+ border-right-style: var(--tw-border-style);
463
+ border-right-width: 0px;
464
+ }
465
+ .border-light {
466
+ border-color: rgba(var(--border-light));
467
+ }
468
+ .border-main {
469
+ border-color: rgba(var(--border-main));
470
+ }
471
+ .border-transparent {
472
+ border-color: transparent;
473
+ }
474
+ .border-transparent\! {
475
+ border-color: transparent !important;
476
+ }
477
+ .bg-default-bg {
478
+ background-color: var(--default-bg);
479
+ }
480
+ .bg-gray-50 {
481
+ background-color: rgba(var(--gray-50));
482
+ }
483
+ .bg-gray-300 {
484
+ background-color: rgba(var(--gray-300));
485
+ }
486
+ .bg-primary-500 {
487
+ background-color: rgba(var(--primary-500));
488
+ }
489
+ .bg-primary-600 {
490
+ background-color: rgba(var(--primary-600));
491
+ }
492
+ .p-2 {
493
+ padding: calc(var(--spacing) * 2);
494
+ }
495
+ .p-8 {
496
+ padding: calc(var(--spacing) * 8);
497
+ }
498
+ .px-2 {
499
+ padding-inline: calc(var(--spacing) * 2);
500
+ }
501
+ .px-4 {
502
+ padding-inline: calc(var(--spacing) * 4);
503
+ }
504
+ .py-1 {
505
+ padding-block: calc(var(--spacing) * 1);
506
+ }
507
+ .py-1\.5 {
508
+ padding-block: calc(var(--spacing) * 1.5);
509
+ }
510
+ .pr-2 {
511
+ padding-right: calc(var(--spacing) * 2);
512
+ }
513
+ .pr-4 {
514
+ padding-right: calc(var(--spacing) * 4);
515
+ }
516
+ .pr-7 {
517
+ padding-right: calc(var(--spacing) * 7);
518
+ }
519
+ .pl-2 {
520
+ padding-left: calc(var(--spacing) * 2);
521
+ }
522
+ .pl-4 {
523
+ padding-left: calc(var(--spacing) * 4);
524
+ }
525
+ .align-top {
526
+ vertical-align: top;
527
+ }
528
+ .text-icontent {
529
+ font-size: 0.8125rem;
530
+ line-height: var(--tw-leading, 1.125rem);
531
+ }
532
+ .text-ilabel {
533
+ font-size: 0.8125rem;
534
+ line-height: var(--tw-leading, 1.125rem);
535
+ }
536
+ .text-sm {
537
+ font-size: var(--text-sm);
538
+ line-height: var(--tw-leading, var(--text-sm--line-height));
539
+ }
540
+ .text-xs {
541
+ font-size: var(--text-xs);
542
+ line-height: var(--tw-leading, var(--text-xs--line-height));
543
+ }
544
+ .font-medium {
545
+ --tw-font-weight: var(--font-weight-medium);
546
+ font-weight: var(--font-weight-medium);
547
+ }
548
+ .font-normal {
549
+ --tw-font-weight: var(--font-weight-normal);
550
+ font-weight: var(--font-weight-normal);
551
+ }
552
+ .text-primary-600 {
553
+ color: rgba(var(--primary-600));
554
+ }
555
+ .text-text-foreground {
556
+ color: rgba(var(--text-foreground));
557
+ }
558
+ .text-text-foreground-disabled {
559
+ color: rgba(var(--text-foreground-disabled));
560
+ }
561
+ .text-text-foreground-secondary {
562
+ color: rgba(var(--text-foreground-secondary));
563
+ }
564
+ .text-white {
565
+ color: rgba(var(--white));
566
+ }
567
+ .text-white\/80 {
568
+ color: rgba(var(--white));
569
+ @supports (color: color-mix(in lab, red, red)) {
570
+ color: color-mix(in oklab, rgba(var(--white)) 80%, transparent);
571
+ }
572
+ }
573
+ .capitalize {
574
+ text-transform: capitalize;
575
+ }
576
+ .shadow-xs {
577
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
578
+ box-shadow:
579
+ var(--tw-inset-shadow),
580
+ var(--tw-inset-ring-shadow),
581
+ var(--tw-ring-offset-shadow),
582
+ var(--tw-ring-shadow),
583
+ var(--tw-shadow);
584
+ }
585
+ .ring-1 {
586
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
587
+ box-shadow:
588
+ var(--tw-inset-shadow),
589
+ var(--tw-inset-ring-shadow),
590
+ var(--tw-ring-offset-shadow),
591
+ var(--tw-ring-shadow),
592
+ var(--tw-shadow);
593
+ }
594
+ .focus-within\:border-primary-600\! {
595
+ &:focus-within {
596
+ border-color: rgba(var(--primary-600)) !important;
597
+ }
598
+ }
599
+ .hover\:border-primary-600 {
600
+ &:hover {
601
+ @media (hover: hover) {
602
+ border-color: rgba(var(--primary-600));
603
+ }
604
+ }
605
+ }
606
+ .hover\:border-primary-600\! {
607
+ &:hover {
608
+ @media (hover: hover) {
609
+ border-color: rgba(var(--primary-600)) !important;
610
+ }
611
+ }
612
+ }
613
+ .hover\:bg-gray-50 {
614
+ &:hover {
615
+ @media (hover: hover) {
616
+ background-color: rgba(var(--gray-50));
617
+ }
618
+ }
619
+ }
620
+ .hover\:bg-hover {
621
+ &:hover {
622
+ @media (hover: hover) {
623
+ background-color: rgba(var(--bg-hover));
624
+ }
625
+ }
626
+ }
627
+ .hover\:bg-primary-600 {
628
+ &:hover {
629
+ @media (hover: hover) {
630
+ background-color: rgba(var(--primary-600));
631
+ }
632
+ }
633
+ }
634
+ .hover\:bg-sentio-gray-100 {
635
+ &:hover {
636
+ @media (hover: hover) {
637
+ background-color: rgba(var(--sentio-gray-100));
638
+ }
639
+ }
640
+ }
641
+ .hover\:text-primary-600 {
642
+ &:hover {
643
+ @media (hover: hover) {
644
+ color: rgba(var(--primary-600));
645
+ }
646
+ }
647
+ }
648
+ .hover\:text-text-foreground {
649
+ &:hover {
650
+ @media (hover: hover) {
651
+ color: rgba(var(--text-foreground));
652
+ }
653
+ }
654
+ }
655
+ .focus\:border-0 {
656
+ &:focus {
657
+ border-style: var(--tw-border-style);
658
+ border-width: 0px;
659
+ }
660
+ }
661
+ .focus\:border-primary-600 {
662
+ &:focus {
663
+ border-color: rgba(var(--primary-600));
664
+ }
665
+ }
666
+ .focus\:ring-3 {
667
+ &:focus {
668
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
669
+ box-shadow:
670
+ var(--tw-inset-shadow),
671
+ var(--tw-inset-ring-shadow),
672
+ var(--tw-ring-offset-shadow),
673
+ var(--tw-ring-shadow),
674
+ var(--tw-shadow);
675
+ }
676
+ }
677
+ .focus\:ring-primary-600\/30 {
678
+ &:focus {
679
+ --tw-ring-color: rgba(var(--primary-600));
680
+ @supports (color: color-mix(in lab, red, red)) {
681
+ --tw-ring-color: color-mix(in oklab, rgba(var(--primary-600)) 30%, transparent);
682
+ }
683
+ }
684
+ }
685
+ .focus\:outline-hidden {
686
+ &:focus {
687
+ --tw-outline-style: none;
688
+ outline-style: none;
689
+ @media (forced-colors: active) {
690
+ outline: 2px solid transparent;
691
+ outline-offset: 2px;
692
+ }
693
+ }
694
+ }
695
+ .focus\:ring-inset {
696
+ &:focus {
697
+ --tw-ring-inset: inset;
698
+ }
699
+ }
700
+ .sm\:px-0 {
701
+ @media (width >= 40rem) {
702
+ padding-inline: calc(var(--spacing) * 0);
703
+ }
704
+ }
705
+ .sm\:text-ilabel {
706
+ @media (width >= 40rem) {
707
+ font-size: 0.8125rem;
708
+ line-height: var(--tw-leading, 1.125rem);
709
+ }
710
+ }
711
+ .lg\:max-w-3xl {
712
+ @media (width >= 64rem) {
713
+ max-width: var(--container-3xl);
714
+ }
715
+ }
716
+ .dark\:bg-primary-600 {
717
+ &:where(.dark, .dark *) {
718
+ background-color: rgba(var(--primary-600));
719
+ }
720
+ }
721
+ .dark\:hover\:bg-sentio-gray-400 {
722
+ &:where(.dark, .dark *) {
723
+ &:hover {
724
+ @media (hover: hover) {
725
+ background-color: rgba(var(--sentio-gray-400));
726
+ }
727
+ }
728
+ }
729
+ }
730
+ .dark\:hover\:text-white {
731
+ &:where(.dark, .dark *) {
732
+ &:hover {
733
+ @media (hover: hover) {
734
+ color: rgba(var(--white));
735
+ }
736
+ }
737
+ }
738
+ }
739
+ }
740
+ @layer base {
741
+ *,
742
+ ::after,
743
+ ::before,
744
+ ::backdrop,
745
+ ::file-selector-button {
746
+ border-color: rgba(var(--border-color));
747
+ }
748
+ }
749
+ @property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
750
+ @property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
751
+ @property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
752
+ @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
753
+ @property --tw-font-weight { syntax: "*"; inherits: false; }
754
+ @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
755
+ @property --tw-shadow-color { syntax: "*"; inherits: false; }
756
+ @property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
757
+ @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
758
+ @property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
759
+ @property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
760
+ @property --tw-ring-color { syntax: "*"; inherits: false; }
761
+ @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
762
+ @property --tw-inset-ring-color { syntax: "*"; inherits: false; }
763
+ @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
764
+ @property --tw-ring-inset { syntax: "*"; inherits: false; }
765
+ @property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
766
+ @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
767
+ @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
768
+ @layer properties {
769
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
770
+ *,
771
+ ::before,
772
+ ::after,
773
+ ::backdrop {
774
+ --tw-space-y-reverse: 0;
775
+ --tw-space-x-reverse: 0;
776
+ --tw-divide-y-reverse: 0;
777
+ --tw-border-style: solid;
778
+ --tw-font-weight: initial;
779
+ --tw-shadow: 0 0 #0000;
780
+ --tw-shadow-color: initial;
781
+ --tw-shadow-alpha: 100%;
782
+ --tw-inset-shadow: 0 0 #0000;
783
+ --tw-inset-shadow-color: initial;
784
+ --tw-inset-shadow-alpha: 100%;
785
+ --tw-ring-color: initial;
786
+ --tw-ring-shadow: 0 0 #0000;
787
+ --tw-inset-ring-color: initial;
788
+ --tw-inset-ring-shadow: 0 0 #0000;
789
+ --tw-ring-inset: initial;
790
+ --tw-ring-offset-width: 0px;
791
+ --tw-ring-offset-color: #fff;
792
+ --tw-ring-offset-shadow: 0 0 #0000;
793
+ }
794
+ }
795
+ }
796
+ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
797
+ /*# sourceMappingURL=index.css.map */