@machinerd/js-module 0.0.10 → 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.
@@ -0,0 +1,761 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --komc-color-blue-500: oklch(62.3% 0.214 259.815);
7
+ --komc-color-blue-600: oklch(54.6% 0.245 262.881);
8
+ --komc-color-gray-100: oklch(96.7% 0.003 264.542);
9
+ --komc-color-gray-200: oklch(92.8% 0.006 264.531);
10
+ --komc-color-neutral-50: oklch(98.5% 0 0);
11
+ --komc-color-neutral-100: oklch(97% 0 0);
12
+ --komc-color-neutral-200: oklch(92.2% 0 0);
13
+ --komc-color-neutral-300: oklch(87% 0 0);
14
+ --komc-color-neutral-900: oklch(20.5% 0 0);
15
+ --komc-color-black: #000;
16
+ --komc-color-white: #fff;
17
+ --komc-spacing: 0.25rem;
18
+ --komc-text-xs: 0.75rem;
19
+ --komc-text-xs--line-height: calc(1 / 0.75);
20
+ --komc-radius-sm: 0.25rem;
21
+ --komc-radius-md: 0.375rem;
22
+ --komc-radius-lg: 0.5rem;
23
+ --komc-radius-xl: 0.75rem;
24
+ --komc-radius-2xl: 1rem;
25
+ --komc-radius-3xl: 1.5rem;
26
+ --komc-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
27
+ --komc-default-transition-duration: 150ms;
28
+ --komc-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
29
+ }
30
+ }
31
+ @layer utilities {
32
+ .komc\:invisible {
33
+ visibility: hidden;
34
+ }
35
+ .komc\:visible {
36
+ visibility: visible;
37
+ }
38
+ .komc\:absolute {
39
+ position: absolute;
40
+ }
41
+ .komc\:fixed {
42
+ position: fixed;
43
+ }
44
+ .komc\:relative {
45
+ position: relative;
46
+ }
47
+ .komc\:top-0 {
48
+ top: calc(var(--komc-spacing) * 0);
49
+ }
50
+ .komc\:top-1\/2 {
51
+ top: calc(1/2 * 100%);
52
+ }
53
+ .komc\:top-3 {
54
+ top: calc(var(--komc-spacing) * 3);
55
+ }
56
+ .komc\:top-full {
57
+ top: 100%;
58
+ }
59
+ .komc\:right-0 {
60
+ right: calc(var(--komc-spacing) * 0);
61
+ }
62
+ .komc\:right-5 {
63
+ right: calc(var(--komc-spacing) * 5);
64
+ }
65
+ .komc\:right-full {
66
+ right: 100%;
67
+ }
68
+ .komc\:bottom-0 {
69
+ bottom: calc(var(--komc-spacing) * 0);
70
+ }
71
+ .komc\:bottom-3 {
72
+ bottom: calc(var(--komc-spacing) * 3);
73
+ }
74
+ .komc\:bottom-full {
75
+ bottom: 100%;
76
+ }
77
+ .komc\:left-0 {
78
+ left: calc(var(--komc-spacing) * 0);
79
+ }
80
+ .komc\:left-1\/2 {
81
+ left: calc(1/2 * 100%);
82
+ }
83
+ .komc\:left-5 {
84
+ left: calc(var(--komc-spacing) * 5);
85
+ }
86
+ .komc\:left-full {
87
+ left: 100%;
88
+ }
89
+ .komc\:z-10 {
90
+ z-index: 10;
91
+ }
92
+ .komc\:z-99 {
93
+ z-index: 99;
94
+ }
95
+ .komc\:m-0 {
96
+ margin: calc(var(--komc-spacing) * 0);
97
+ }
98
+ .komc\:-mt-1 {
99
+ margin-top: calc(var(--komc-spacing) * -1);
100
+ }
101
+ .komc\:-mr-1 {
102
+ margin-right: calc(var(--komc-spacing) * -1);
103
+ }
104
+ .komc\:-mb-1 {
105
+ margin-bottom: calc(var(--komc-spacing) * -1);
106
+ }
107
+ .komc\:-ml-1 {
108
+ margin-left: calc(var(--komc-spacing) * -1);
109
+ }
110
+ .komc\:box-border {
111
+ box-sizing: border-box;
112
+ }
113
+ .komc\:flex {
114
+ display: flex;
115
+ }
116
+ .komc\:grid {
117
+ display: grid;
118
+ }
119
+ .komc\:inline-flex {
120
+ display: inline-flex;
121
+ }
122
+ .komc\:aspect-square {
123
+ aspect-ratio: 1 / 1;
124
+ }
125
+ .komc\:h-2 {
126
+ height: calc(var(--komc-spacing) * 2);
127
+ }
128
+ .komc\:h-4 {
129
+ height: calc(var(--komc-spacing) * 4);
130
+ }
131
+ .komc\:h-7\.5 {
132
+ height: calc(var(--komc-spacing) * 7.5);
133
+ }
134
+ .komc\:h-8 {
135
+ height: calc(var(--komc-spacing) * 8);
136
+ }
137
+ .komc\:h-9 {
138
+ height: calc(var(--komc-spacing) * 9);
139
+ }
140
+ .komc\:h-10 {
141
+ height: calc(var(--komc-spacing) * 10);
142
+ }
143
+ .komc\:h-11 {
144
+ height: calc(var(--komc-spacing) * 11);
145
+ }
146
+ .komc\:h-12 {
147
+ height: calc(var(--komc-spacing) * 12);
148
+ }
149
+ .komc\:h-13 {
150
+ height: calc(var(--komc-spacing) * 13);
151
+ }
152
+ .komc\:h-14 {
153
+ height: calc(var(--komc-spacing) * 14);
154
+ }
155
+ .komc\:h-16 {
156
+ height: calc(var(--komc-spacing) * 16);
157
+ }
158
+ .komc\:h-20 {
159
+ height: calc(var(--komc-spacing) * 20);
160
+ }
161
+ .komc\:h-24 {
162
+ height: calc(var(--komc-spacing) * 24);
163
+ }
164
+ .komc\:h-28 {
165
+ height: calc(var(--komc-spacing) * 28);
166
+ }
167
+ .komc\:h-400 {
168
+ height: calc(var(--komc-spacing) * 400);
169
+ }
170
+ .komc\:h-auto {
171
+ height: auto;
172
+ }
173
+ .komc\:h-fit {
174
+ height: fit-content;
175
+ }
176
+ .komc\:h-full {
177
+ height: 100%;
178
+ }
179
+ .komc\:min-h-15 {
180
+ min-height: calc(var(--komc-spacing) * 15);
181
+ }
182
+ .komc\:w-2 {
183
+ width: calc(var(--komc-spacing) * 2);
184
+ }
185
+ .komc\:w-fit {
186
+ width: fit-content;
187
+ }
188
+ .komc\:w-full {
189
+ width: 100%;
190
+ }
191
+ .komc\:w-max {
192
+ width: max-content;
193
+ }
194
+ .komc\:max-w-70 {
195
+ max-width: calc(var(--komc-spacing) * 70);
196
+ }
197
+ .komc\:shrink-0 {
198
+ flex-shrink: 0;
199
+ }
200
+ .komc\:-translate-x-1\/2 {
201
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
202
+ translate: var(--tw-translate-x) var(--tw-translate-y);
203
+ }
204
+ .komc\:-translate-x-2 {
205
+ --tw-translate-x: calc(var(--komc-spacing) * -2);
206
+ translate: var(--tw-translate-x) var(--tw-translate-y);
207
+ }
208
+ .komc\:translate-x-2 {
209
+ --tw-translate-x: calc(var(--komc-spacing) * 2);
210
+ translate: var(--tw-translate-x) var(--tw-translate-y);
211
+ }
212
+ .komc\:-translate-y-1\/2 {
213
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
214
+ translate: var(--tw-translate-x) var(--tw-translate-y);
215
+ }
216
+ .komc\:-translate-y-2 {
217
+ --tw-translate-y: calc(var(--komc-spacing) * -2);
218
+ translate: var(--tw-translate-x) var(--tw-translate-y);
219
+ }
220
+ .komc\:translate-y-2 {
221
+ --tw-translate-y: calc(var(--komc-spacing) * 2);
222
+ translate: var(--tw-translate-x) var(--tw-translate-y);
223
+ }
224
+ .komc\:animate-pulse {
225
+ animation: var(--komc-animate-pulse);
226
+ }
227
+ .komc\:cursor-pointer {
228
+ cursor: pointer;
229
+ }
230
+ .komc\:grid-cols-4 {
231
+ grid-template-columns: repeat(4, minmax(0, 1fr));
232
+ }
233
+ .komc\:items-center {
234
+ align-items: center;
235
+ }
236
+ .komc\:justify-center {
237
+ justify-content: center;
238
+ }
239
+ .komc\:gap-0 {
240
+ gap: calc(var(--komc-spacing) * 0);
241
+ }
242
+ .komc\:gap-1 {
243
+ gap: calc(var(--komc-spacing) * 1);
244
+ }
245
+ .komc\:gap-2 {
246
+ gap: calc(var(--komc-spacing) * 2);
247
+ }
248
+ .komc\:gap-3 {
249
+ gap: calc(var(--komc-spacing) * 3);
250
+ }
251
+ .komc\:gap-4 {
252
+ gap: calc(var(--komc-spacing) * 4);
253
+ }
254
+ .komc\:gap-5 {
255
+ gap: calc(var(--komc-spacing) * 5);
256
+ }
257
+ .komc\:overflow-hidden {
258
+ overflow: hidden;
259
+ }
260
+ .komc\:rounded-2xl {
261
+ border-radius: var(--komc-radius-2xl);
262
+ }
263
+ .komc\:rounded-3xl {
264
+ border-radius: var(--komc-radius-3xl);
265
+ }
266
+ .komc\:rounded-\[20px\] {
267
+ border-radius: 20px;
268
+ }
269
+ .komc\:rounded-full {
270
+ border-radius: calc(infinity * 1px);
271
+ }
272
+ .komc\:rounded-lg {
273
+ border-radius: var(--komc-radius-lg);
274
+ }
275
+ .komc\:rounded-md {
276
+ border-radius: var(--komc-radius-md);
277
+ }
278
+ .komc\:rounded-none {
279
+ border-radius: 0;
280
+ }
281
+ .komc\:rounded-sm {
282
+ border-radius: var(--komc-radius-sm);
283
+ }
284
+ .komc\:rounded-xl {
285
+ border-radius: var(--komc-radius-xl);
286
+ }
287
+ .komc\:border {
288
+ border-style: var(--tw-border-style);
289
+ border-width: 1px;
290
+ }
291
+ .komc\:border-t {
292
+ border-top-style: var(--tw-border-style);
293
+ border-top-width: 1px;
294
+ }
295
+ .komc\:border-dashed {
296
+ --tw-border-style: dashed;
297
+ border-style: dashed;
298
+ }
299
+ .komc\:border-dotted {
300
+ --tw-border-style: dotted;
301
+ border-style: dotted;
302
+ }
303
+ .komc\:border-none {
304
+ --tw-border-style: none;
305
+ border-style: none;
306
+ }
307
+ .komc\:border-neutral-200 {
308
+ border-color: var(--komc-color-neutral-200);
309
+ }
310
+ .komc\:border-transparent {
311
+ border-color: transparent;
312
+ }
313
+ .komc\:bg-\[\#2c5cb7\] {
314
+ background-color: #2c5cb7;
315
+ }
316
+ .komc\:bg-\[\#4A5565\] {
317
+ background-color: #4A5565;
318
+ }
319
+ .komc\:bg-\[\#36454F\] {
320
+ background-color: #36454F;
321
+ }
322
+ .komc\:bg-\[\#C8313A\] {
323
+ background-color: #C8313A;
324
+ }
325
+ .komc\:bg-\[\#E7FF14\] {
326
+ background-color: #E7FF14;
327
+ }
328
+ .komc\:bg-\[rgb\(95\,95\,96\)\] {
329
+ background-color: rgb(95,95,96);
330
+ }
331
+ .komc\:bg-black\! {
332
+ background-color: var(--komc-color-black) !important;
333
+ }
334
+ .komc\:bg-blue-500 {
335
+ background-color: var(--komc-color-blue-500);
336
+ }
337
+ .komc\:bg-gray-100 {
338
+ background-color: var(--komc-color-gray-100);
339
+ }
340
+ .komc\:bg-gray-200 {
341
+ background-color: var(--komc-color-gray-200);
342
+ }
343
+ .komc\:bg-inherit {
344
+ background-color: inherit;
345
+ }
346
+ .komc\:bg-neutral-100 {
347
+ background-color: var(--komc-color-neutral-100);
348
+ }
349
+ .komc\:bg-transparent {
350
+ background-color: transparent;
351
+ }
352
+ .komc\:bg-white {
353
+ background-color: var(--komc-color-white);
354
+ }
355
+ .komc\:p-0 {
356
+ padding: calc(var(--komc-spacing) * 0);
357
+ }
358
+ .komc\:p-1 {
359
+ padding: calc(var(--komc-spacing) * 1);
360
+ }
361
+ .komc\:p-2 {
362
+ padding: calc(var(--komc-spacing) * 2);
363
+ }
364
+ .komc\:p-4 {
365
+ padding: calc(var(--komc-spacing) * 4);
366
+ }
367
+ .komc\:px-2 {
368
+ padding-inline: calc(var(--komc-spacing) * 2);
369
+ }
370
+ .komc\:text-xs {
371
+ font-size: var(--komc-text-xs);
372
+ line-height: var(--tw-leading, var(--komc-text-xs--line-height));
373
+ }
374
+ .komc\:break-all {
375
+ word-break: break-all;
376
+ }
377
+ .komc\:whitespace-nowrap {
378
+ white-space: nowrap;
379
+ }
380
+ .komc\:text-black {
381
+ color: var(--komc-color-black);
382
+ }
383
+ .komc\:text-neutral-900 {
384
+ color: var(--komc-color-neutral-900);
385
+ }
386
+ .komc\:text-white {
387
+ color: var(--komc-color-white);
388
+ }
389
+ .komc\:opacity-0 {
390
+ opacity: 0%;
391
+ }
392
+ .komc\:opacity-100 {
393
+ opacity: 100%;
394
+ }
395
+ .komc\:drop-shadow-\[0px_0\.5px_3px_rgba\(0\,0\,0\,0\.2\)\] {
396
+ --tw-drop-shadow-size: drop-shadow(0px 0.5px 3px var(--tw-drop-shadow-color, rgba(0,0,0,0.2)));
397
+ --tw-drop-shadow: var(--tw-drop-shadow-size);
398
+ 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,);
399
+ }
400
+ .komc\:transition-colors {
401
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
402
+ transition-timing-function: var(--tw-ease, var(--komc-default-transition-timing-function));
403
+ transition-duration: var(--tw-duration, var(--komc-default-transition-duration));
404
+ }
405
+ .komc\:transition-opacity {
406
+ transition-property: opacity;
407
+ transition-timing-function: var(--tw-ease, var(--komc-default-transition-timing-function));
408
+ transition-duration: var(--tw-duration, var(--komc-default-transition-duration));
409
+ }
410
+ .komc\:duration-200 {
411
+ --tw-duration: 200ms;
412
+ transition-duration: 200ms;
413
+ }
414
+ .komc\:duration-300 {
415
+ --tw-duration: 300ms;
416
+ transition-duration: 300ms;
417
+ }
418
+ .komc\:outline-none {
419
+ --tw-outline-style: none;
420
+ outline-style: none;
421
+ }
422
+ .komc\:\*\:transition-colors {
423
+ :is(& > *) {
424
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
425
+ transition-timing-function: var(--tw-ease, var(--komc-default-transition-timing-function));
426
+ transition-duration: var(--tw-duration, var(--komc-default-transition-duration));
427
+ }
428
+ }
429
+ .komc\:\*\:duration-200 {
430
+ :is(& > *) {
431
+ --tw-duration: 200ms;
432
+ transition-duration: 200ms;
433
+ }
434
+ }
435
+ .komc\:hover\:bg-\[\#2E3A43\] {
436
+ &:hover {
437
+ @media (hover: hover) {
438
+ background-color: #2E3A43;
439
+ }
440
+ }
441
+ }
442
+ .komc\:hover\:bg-\[\#424A57\] {
443
+ &:hover {
444
+ @media (hover: hover) {
445
+ background-color: #424A57;
446
+ }
447
+ }
448
+ }
449
+ .komc\:hover\:bg-\[\#26539F\] {
450
+ &:hover {
451
+ @media (hover: hover) {
452
+ background-color: #26539F;
453
+ }
454
+ }
455
+ }
456
+ .komc\:hover\:bg-\[\#B02B33\] {
457
+ &:hover {
458
+ @media (hover: hover) {
459
+ background-color: #B02B33;
460
+ }
461
+ }
462
+ }
463
+ .komc\:hover\:bg-\[\#D4E600\] {
464
+ &:hover {
465
+ @media (hover: hover) {
466
+ background-color: #D4E600;
467
+ }
468
+ }
469
+ }
470
+ .komc\:hover\:bg-\[rgb\(76\,76\,77\)\] {
471
+ &:hover {
472
+ @media (hover: hover) {
473
+ background-color: rgb(76,76,77);
474
+ }
475
+ }
476
+ }
477
+ .komc\:hover\:bg-blue-600 {
478
+ &:hover {
479
+ @media (hover: hover) {
480
+ background-color: var(--komc-color-blue-600);
481
+ }
482
+ }
483
+ }
484
+ .komc\:hover\:bg-neutral-50 {
485
+ &:hover {
486
+ @media (hover: hover) {
487
+ background-color: var(--komc-color-neutral-50);
488
+ }
489
+ }
490
+ }
491
+ .komc\:hover\:bg-neutral-100 {
492
+ &:hover {
493
+ @media (hover: hover) {
494
+ background-color: var(--komc-color-neutral-100);
495
+ }
496
+ }
497
+ }
498
+ .komc\:focus\:border-neutral-300 {
499
+ &:focus {
500
+ border-color: var(--komc-color-neutral-300);
501
+ }
502
+ }
503
+ .komc\:active\:bg-\[rgb\(76\,76\,77\)\] {
504
+ &:active {
505
+ background-color: rgb(76,76,77);
506
+ }
507
+ }
508
+ .komc\:disabled\:pointer-events-none {
509
+ &:disabled {
510
+ pointer-events: none;
511
+ }
512
+ }
513
+ .komc\:disabled\:cursor-default {
514
+ &:disabled {
515
+ cursor: default;
516
+ }
517
+ }
518
+ .komc\:disabled\:opacity-50 {
519
+ &:disabled {
520
+ opacity: 50%;
521
+ }
522
+ }
523
+ .komc\:xl\:p-10 {
524
+ @media (width >= 80rem) {
525
+ padding: calc(var(--komc-spacing) * 10);
526
+ }
527
+ }
528
+ .komc\:\[\&\>input\]\:m-0 {
529
+ &>input {
530
+ margin: calc(var(--komc-spacing) * 0);
531
+ }
532
+ }
533
+ .komc\:\[\&\>input\]\:h-full {
534
+ &>input {
535
+ height: 100%;
536
+ }
537
+ }
538
+ .komc\:\[\&\>input\]\:w-full {
539
+ &>input {
540
+ width: 100%;
541
+ }
542
+ }
543
+ .komc\:\[\&\>input\]\:border-none {
544
+ &>input {
545
+ --tw-border-style: none;
546
+ border-style: none;
547
+ }
548
+ }
549
+ .komc\:\[\&\>input\]\:p-0 {
550
+ &>input {
551
+ padding: calc(var(--komc-spacing) * 0);
552
+ }
553
+ }
554
+ .komc\:\[\&\>input\]\:outline-none {
555
+ &>input {
556
+ --tw-outline-style: none;
557
+ outline-style: none;
558
+ }
559
+ }
560
+ .komc\:\[\&\>input\]\:focus\:ring-0 {
561
+ &>input {
562
+ &:focus {
563
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
564
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
565
+ }
566
+ }
567
+ }
568
+ .komc\:\[\&\>input\]\:focus\:ring-offset-0 {
569
+ &>input {
570
+ &:focus {
571
+ --tw-ring-offset-width: 0px;
572
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
573
+ }
574
+ }
575
+ }
576
+ }
577
+ @property --tw-translate-x {
578
+ syntax: "*";
579
+ inherits: false;
580
+ initial-value: 0;
581
+ }
582
+ @property --tw-translate-y {
583
+ syntax: "*";
584
+ inherits: false;
585
+ initial-value: 0;
586
+ }
587
+ @property --tw-translate-z {
588
+ syntax: "*";
589
+ inherits: false;
590
+ initial-value: 0;
591
+ }
592
+ @property --tw-border-style {
593
+ syntax: "*";
594
+ inherits: false;
595
+ initial-value: solid;
596
+ }
597
+ @property --tw-blur {
598
+ syntax: "*";
599
+ inherits: false;
600
+ }
601
+ @property --tw-brightness {
602
+ syntax: "*";
603
+ inherits: false;
604
+ }
605
+ @property --tw-contrast {
606
+ syntax: "*";
607
+ inherits: false;
608
+ }
609
+ @property --tw-grayscale {
610
+ syntax: "*";
611
+ inherits: false;
612
+ }
613
+ @property --tw-hue-rotate {
614
+ syntax: "*";
615
+ inherits: false;
616
+ }
617
+ @property --tw-invert {
618
+ syntax: "*";
619
+ inherits: false;
620
+ }
621
+ @property --tw-opacity {
622
+ syntax: "*";
623
+ inherits: false;
624
+ }
625
+ @property --tw-saturate {
626
+ syntax: "*";
627
+ inherits: false;
628
+ }
629
+ @property --tw-sepia {
630
+ syntax: "*";
631
+ inherits: false;
632
+ }
633
+ @property --tw-drop-shadow {
634
+ syntax: "*";
635
+ inherits: false;
636
+ }
637
+ @property --tw-drop-shadow-color {
638
+ syntax: "*";
639
+ inherits: false;
640
+ }
641
+ @property --tw-drop-shadow-alpha {
642
+ syntax: "<percentage>";
643
+ inherits: false;
644
+ initial-value: 100%;
645
+ }
646
+ @property --tw-drop-shadow-size {
647
+ syntax: "*";
648
+ inherits: false;
649
+ }
650
+ @property --tw-duration {
651
+ syntax: "*";
652
+ inherits: false;
653
+ }
654
+ @property --tw-shadow {
655
+ syntax: "*";
656
+ inherits: false;
657
+ initial-value: 0 0 #0000;
658
+ }
659
+ @property --tw-shadow-color {
660
+ syntax: "*";
661
+ inherits: false;
662
+ }
663
+ @property --tw-shadow-alpha {
664
+ syntax: "<percentage>";
665
+ inherits: false;
666
+ initial-value: 100%;
667
+ }
668
+ @property --tw-inset-shadow {
669
+ syntax: "*";
670
+ inherits: false;
671
+ initial-value: 0 0 #0000;
672
+ }
673
+ @property --tw-inset-shadow-color {
674
+ syntax: "*";
675
+ inherits: false;
676
+ }
677
+ @property --tw-inset-shadow-alpha {
678
+ syntax: "<percentage>";
679
+ inherits: false;
680
+ initial-value: 100%;
681
+ }
682
+ @property --tw-ring-color {
683
+ syntax: "*";
684
+ inherits: false;
685
+ }
686
+ @property --tw-ring-shadow {
687
+ syntax: "*";
688
+ inherits: false;
689
+ initial-value: 0 0 #0000;
690
+ }
691
+ @property --tw-inset-ring-color {
692
+ syntax: "*";
693
+ inherits: false;
694
+ }
695
+ @property --tw-inset-ring-shadow {
696
+ syntax: "*";
697
+ inherits: false;
698
+ initial-value: 0 0 #0000;
699
+ }
700
+ @property --tw-ring-inset {
701
+ syntax: "*";
702
+ inherits: false;
703
+ }
704
+ @property --tw-ring-offset-width {
705
+ syntax: "<length>";
706
+ inherits: false;
707
+ initial-value: 0px;
708
+ }
709
+ @property --tw-ring-offset-color {
710
+ syntax: "*";
711
+ inherits: false;
712
+ initial-value: #fff;
713
+ }
714
+ @property --tw-ring-offset-shadow {
715
+ syntax: "*";
716
+ inherits: false;
717
+ initial-value: 0 0 #0000;
718
+ }
719
+ @keyframes pulse {
720
+ 50% {
721
+ opacity: 0.5;
722
+ }
723
+ }
724
+ @layer properties {
725
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
726
+ *, ::before, ::after, ::backdrop {
727
+ --tw-translate-x: 0;
728
+ --tw-translate-y: 0;
729
+ --tw-translate-z: 0;
730
+ --tw-border-style: solid;
731
+ --tw-blur: initial;
732
+ --tw-brightness: initial;
733
+ --tw-contrast: initial;
734
+ --tw-grayscale: initial;
735
+ --tw-hue-rotate: initial;
736
+ --tw-invert: initial;
737
+ --tw-opacity: initial;
738
+ --tw-saturate: initial;
739
+ --tw-sepia: initial;
740
+ --tw-drop-shadow: initial;
741
+ --tw-drop-shadow-color: initial;
742
+ --tw-drop-shadow-alpha: 100%;
743
+ --tw-drop-shadow-size: initial;
744
+ --tw-duration: initial;
745
+ --tw-shadow: 0 0 #0000;
746
+ --tw-shadow-color: initial;
747
+ --tw-shadow-alpha: 100%;
748
+ --tw-inset-shadow: 0 0 #0000;
749
+ --tw-inset-shadow-color: initial;
750
+ --tw-inset-shadow-alpha: 100%;
751
+ --tw-ring-color: initial;
752
+ --tw-ring-shadow: 0 0 #0000;
753
+ --tw-inset-ring-color: initial;
754
+ --tw-inset-ring-shadow: 0 0 #0000;
755
+ --tw-ring-inset: initial;
756
+ --tw-ring-offset-width: 0px;
757
+ --tw-ring-offset-color: #fff;
758
+ --tw-ring-offset-shadow: 0 0 #0000;
759
+ }
760
+ }
761
+ }