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