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