@cuekit-ai/react 1.1.2 → 1.2.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.
@@ -0,0 +1,817 @@
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
+ .flex {
207
+ display: flex;
208
+ }
209
+ .hidden {
210
+ display: none;
211
+ }
212
+ .inline-block {
213
+ display: inline-block;
214
+ }
215
+ .min-h-4 {
216
+ min-height: calc(var(--spacing) * 4);
217
+ }
218
+ .w-4 {
219
+ width: calc(var(--spacing) * 4);
220
+ }
221
+ .origin-center {
222
+ transform-origin: center;
223
+ }
224
+ .transform {
225
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
226
+ }
227
+ .items-center {
228
+ align-items: center;
229
+ }
230
+ .justify-center {
231
+ justify-content: center;
232
+ }
233
+ .gap-1 {
234
+ gap: calc(var(--spacing) * 1);
235
+ }
236
+ .rounded-full {
237
+ border-radius: calc(infinity * 1px);
238
+ }
239
+ .rounded-lg {
240
+ border-radius: var(--radius-lg);
241
+ }
242
+ .border {
243
+ border-style: var(--tw-border-style);
244
+ border-width: 1px;
245
+ }
246
+ .px-2 {
247
+ padding-inline: calc(var(--spacing) * 2);
248
+ }
249
+ .pt-2 {
250
+ padding-top: calc(var(--spacing) * 2);
251
+ }
252
+ .pb-3 {
253
+ padding-bottom: calc(var(--spacing) * 3);
254
+ }
255
+ .text-center {
256
+ text-align: center;
257
+ }
258
+ .text-left {
259
+ text-align: left;
260
+ }
261
+ .text-4xl {
262
+ font-size: var(--text-4xl);
263
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
264
+ }
265
+ .font-bold {
266
+ --tw-font-weight: var(--font-weight-bold);
267
+ font-weight: var(--font-weight-bold);
268
+ }
269
+ .whitespace-nowrap {
270
+ white-space: nowrap;
271
+ }
272
+ .text-black {
273
+ color: var(--color-black);
274
+ }
275
+ .italic {
276
+ font-style: italic;
277
+ }
278
+ .shadow {
279
+ --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));
280
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
281
+ }
282
+ .outline {
283
+ outline-style: var(--tw-outline-style);
284
+ outline-width: 1px;
285
+ }
286
+ .filter {
287
+ 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,);
288
+ }
289
+ .transition {
290
+ 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;
291
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
292
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
293
+ }
294
+ .transition-colors {
295
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
296
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
297
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
298
+ }
299
+ .duration-250 {
300
+ --tw-duration: 250ms;
301
+ transition-duration: 250ms;
302
+ }
303
+ .ease-in-out {
304
+ --tw-ease: var(--ease-in-out);
305
+ transition-timing-function: var(--ease-in-out);
306
+ }
307
+ .ease-linear {
308
+ --tw-ease: linear;
309
+ transition-timing-function: linear;
310
+ }
311
+ .ease-out {
312
+ --tw-ease: var(--ease-out);
313
+ transition-timing-function: var(--ease-out);
314
+ }
315
+ .md\:text-7xl {
316
+ @media (width >= 48rem) {
317
+ font-size: var(--text-7xl);
318
+ line-height: var(--tw-leading, var(--text-7xl--line-height));
319
+ }
320
+ }
321
+ .dark\:text-white {
322
+ @media (prefers-color-scheme: dark) {
323
+ color: var(--color-white);
324
+ }
325
+ }
326
+ }
327
+ :root {
328
+ --voice-bg: 0 0% 100%;
329
+ --voice-surface: 0 0% 100%;
330
+ --voice-border: 214.3 31.8% 91.4%;
331
+ --voice-text: 222.2 84% 4.9%;
332
+ --voice-text-muted: 215.4 16.3% 46.9%;
333
+ --voice-accent: 200 98% 39%;
334
+ --voice-accent-light: 200 98% 95%;
335
+ --voice-user-bubble: 200 98% 39%;
336
+ --voice-user-text: 0 0% 100%;
337
+ --voice-ai-bubble: 0 0% 100%;
338
+ --voice-ai-text: 222.2 84% 4.9%;
339
+ --indicator-bg: 200 98% 39%;
340
+ --voice-placeholder: 215.4 16.3% 46.9%;
341
+ --gradient-primary: linear-gradient(135deg, hsl(200 98% 39%), hsl(200 98% 50%));
342
+ --gradient-surface: linear-gradient(180deg, hsl(0 0% 100%), hsl(210 40% 98%));
343
+ --shadow-soft: 0 4px 20px -2px hsl(200 98% 39% / 0.1);
344
+ --shadow-card: 0 10px 40px -10px hsl(0 0% 0% / 0.05);
345
+ }
346
+ @media (prefers-color-scheme: dark) {
347
+ :root {
348
+ --voice-bg: 211 32% 11%;
349
+ --voice-surface: 217.2 32.6% 17.5%;
350
+ --voice-border: 217.2 32.6% 17.5%;
351
+ --voice-text: 210 40% 98%;
352
+ --voice-text-muted: 215 20.2% 65.1%;
353
+ --voice-accent: 200 98% 60%;
354
+ --voice-accent-light: 200 98% 20%;
355
+ --voice-user-bubble: 200.12 80.39% 60%;
356
+ --voice-user-text: 0 0% 100%;
357
+ --voice-ai-bubble: 200.57 32.71% 20.98%;
358
+ --voice-ai-text: 0 0% 100%;
359
+ --indicator-bg: 200.12 80.39% 60%;
360
+ --voice-placeholder: 215 20.2% 65.1%;
361
+ --gradient-primary: linear-gradient(135deg, hsl(200 98% 60%), hsl(200 98% 70%));
362
+ --gradient-surface: linear-gradient(180deg, hsl(217.2 32.6% 17.5%), hsl(211 32% 11%));
363
+ --shadow-soft: 0 4px 20px -2px hsl(200 98% 60% / 0.2);
364
+ --shadow-card: 0 10px 40px -10px hsl(0 0% 0% / 0.3);
365
+ }
366
+ }
367
+ .cuekit-voice-popup.cuekit-dark {
368
+ --voice-bg: 211 32% 11%;
369
+ --voice-surface: 217.2 32.6% 17.5%;
370
+ --voice-border: 217.2 32.6% 17.5%;
371
+ --voice-text: 210 40% 98%;
372
+ --voice-text-muted: 215 20.2% 65.1%;
373
+ --voice-accent: 200 98% 60%;
374
+ --voice-accent-light: 200 98% 20%;
375
+ --voice-user-bubble: 200.12 80.39% 60%;
376
+ --voice-user-text: 0 0% 100%;
377
+ --voice-ai-bubble: 200.57 32.71% 20.98%;
378
+ --voice-ai-text: 0 0% 100%;
379
+ --indicator-bg: 200.12 80.39% 60%;
380
+ --voice-placeholder: 215 20.2% 65.1%;
381
+ --gradient-primary: linear-gradient(135deg, hsl(200 98% 60%), hsl(200 98% 70%));
382
+ --gradient-surface: linear-gradient(180deg, hsl(217.2 32.6% 17.5%), hsl(211 32% 11%));
383
+ --shadow-soft: 0 4px 20px -2px hsl(200 98% 60% / 0.2);
384
+ --shadow-card: 0 10px 40px -10px hsl(0 0% 0% / 0.3);
385
+ }
386
+ @keyframes slideUp {
387
+ 0% {
388
+ transform: translateY(100%);
389
+ }
390
+ 100% {
391
+ transform: translateY(0);
392
+ }
393
+ }
394
+ @keyframes slideInUp {
395
+ 0% {
396
+ transform: translateY(100%);
397
+ }
398
+ 100% {
399
+ transform: translateY(0);
400
+ }
401
+ }
402
+ @keyframes pulse {
403
+ 0%,
404
+ 100% {
405
+ opacity: 1;
406
+ }
407
+ 50% {
408
+ opacity: 0.5;
409
+ }
410
+ }
411
+ @keyframes ping {
412
+ 75%,
413
+ 100% {
414
+ transform: scale(2);
415
+ opacity: 0;
416
+ }
417
+ }
418
+ @keyframes bounce {
419
+ 0%,
420
+ 100% {
421
+ transform: translateY(-25%);
422
+ animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
423
+ }
424
+ 50% {
425
+ transform: none;
426
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
427
+ }
428
+ }
429
+ @keyframes spin {
430
+ from {
431
+ transform: rotate(0deg);
432
+ }
433
+ to {
434
+ transform: rotate(360deg);
435
+ }
436
+ }
437
+ @keyframes equalize {
438
+ 0% {
439
+ transform: scaleY(0.3);
440
+ }
441
+ 20% {
442
+ transform: scaleY(1);
443
+ }
444
+ 40% {
445
+ transform: scaleY(0.5);
446
+ }
447
+ 60% {
448
+ transform: scaleY(0.9);
449
+ }
450
+ 80% {
451
+ transform: scaleY(0.4);
452
+ }
453
+ 100% {
454
+ transform: scaleY(0.7);
455
+ }
456
+ }
457
+ input::placeholder {
458
+ color: hsl(var(--voice-placeholder));
459
+ }
460
+ .theme-toggle-enter {
461
+ animation: themeToggleEnter 0.3s ease-in-out;
462
+ }
463
+ .theme-toggle-exit {
464
+ animation: themeToggleExit 0.3s ease-in-out;
465
+ }
466
+ @keyframes themeToggleEnter {
467
+ 0% {
468
+ transform: scale(0.8) rotate(-180deg);
469
+ opacity: 0;
470
+ }
471
+ 100% {
472
+ transform: scale(1) rotate(0deg);
473
+ opacity: 1;
474
+ }
475
+ }
476
+ @keyframes themeToggleExit {
477
+ 0% {
478
+ transform: scale(1) rotate(0deg);
479
+ opacity: 1;
480
+ }
481
+ 100% {
482
+ transform: scale(0.8) rotate(180deg);
483
+ opacity: 0;
484
+ }
485
+ }
486
+ @keyframes bubbleIn {
487
+ 0% {
488
+ opacity: 0;
489
+ transform: translateY(10px);
490
+ }
491
+ 100% {
492
+ opacity: 1;
493
+ transform: translateY(0);
494
+ }
495
+ }
496
+ @keyframes scaleIn {
497
+ 0% {
498
+ transform: scale(0.95);
499
+ }
500
+ 100% {
501
+ transform: scale(1);
502
+ }
503
+ }
504
+ @keyframes flipWordEnter {
505
+ 0% {
506
+ opacity: 0;
507
+ transform: translateY(10px);
508
+ }
509
+ 100% {
510
+ opacity: 1;
511
+ transform: translateY(0);
512
+ }
513
+ }
514
+ @keyframes flipWordExit {
515
+ 0% {
516
+ opacity: 1;
517
+ transform: translateY(0);
518
+ }
519
+ 100% {
520
+ opacity: 0;
521
+ transform: translateY(-40px) translateX(40px);
522
+ filter: blur(8px);
523
+ scale: 2;
524
+ position: absolute;
525
+ }
526
+ }
527
+ @keyframes letterAppear {
528
+ 0% {
529
+ opacity: 0;
530
+ transform: translateY(10px);
531
+ filter: blur(8px);
532
+ }
533
+ 100% {
534
+ opacity: 1;
535
+ transform: translateY(0);
536
+ filter: blur(0px);
537
+ }
538
+ }
539
+ .animate-flip-word-enter {
540
+ animation: flipWordEnter 0.3s ease-out forwards;
541
+ }
542
+ .animate-flip-word-exit {
543
+ animation: flipWordExit 0.3s ease-out forwards;
544
+ }
545
+ .animate-letter-appear {
546
+ animation: letterAppear 0.2s ease-out forwards;
547
+ }
548
+ .animate-letter-appear-container {
549
+ animation: letterAppearContainer 0.3s ease-out forwards;
550
+ }
551
+ @keyframes letterAppearContainer {
552
+ 0% {
553
+ opacity: 0;
554
+ filter: blur(10px);
555
+ }
556
+ 100% {
557
+ opacity: 1;
558
+ filter: blur(0px);
559
+ }
560
+ }
561
+ @keyframes micStateChange {
562
+ 0% {
563
+ opacity: 0;
564
+ transform: translateY(10px);
565
+ filter: blur(4px);
566
+ }
567
+ 100% {
568
+ opacity: 1;
569
+ transform: translateY(0);
570
+ filter: blur(0px);
571
+ }
572
+ }
573
+ .bg-muted {
574
+ background-color: rgba(255, 255, 255, 0.85) !important;
575
+ }
576
+ .bg-foreground {
577
+ background-color: rgba(255, 255, 255, 1) !important;
578
+ }
579
+ .data-\[lk-highlighted\=true\]\:bg-foreground[data-lk-highlighted='true'] {
580
+ background-color: rgba(255, 255, 255, 1) !important;
581
+ }
582
+ .data-\[lk-muted\=true\]\:bg-muted[data-lk-muted='true'] {
583
+ background-color: rgba(255, 255, 255, 0.85) !important;
584
+ }
585
+ .voice-intensity-visualizer {
586
+ position: absolute;
587
+ inset: 0;
588
+ display: flex;
589
+ align-items: center;
590
+ justify-content: center;
591
+ pointer-events: none;
592
+ }
593
+ .voice-intensity-visualizer .lk-audio-bar-visualizer {
594
+ width: 100% !important;
595
+ height: 100% !important;
596
+ gap: 2px !important;
597
+ }
598
+ .voice-intensity-visualizer .lk-audio-bar {
599
+ background-color: rgba(255, 255, 255, 0.85) !important;
600
+ border-radius: 3px !important;
601
+ min-width: 6px !important;
602
+ min-height: 6px !important;
603
+ transition: height 0.1s ease-out !important;
604
+ }
605
+ .voice-intensity-visualizer .lk-audio-bar-visualizer {
606
+ width: 100% !important;
607
+ height: 100% !important;
608
+ gap: 4px !important;
609
+ justify-content: center !important;
610
+ align-items: center !important;
611
+ }
612
+ .voice-intensity-visualizer > div {
613
+ will-change: height, opacity, transform;
614
+ }
615
+ @property --tw-rotate-x {
616
+ syntax: "*";
617
+ inherits: false;
618
+ }
619
+ @property --tw-rotate-y {
620
+ syntax: "*";
621
+ inherits: false;
622
+ }
623
+ @property --tw-rotate-z {
624
+ syntax: "*";
625
+ inherits: false;
626
+ }
627
+ @property --tw-skew-x {
628
+ syntax: "*";
629
+ inherits: false;
630
+ }
631
+ @property --tw-skew-y {
632
+ syntax: "*";
633
+ inherits: false;
634
+ }
635
+ @property --tw-border-style {
636
+ syntax: "*";
637
+ inherits: false;
638
+ initial-value: solid;
639
+ }
640
+ @property --tw-font-weight {
641
+ syntax: "*";
642
+ inherits: false;
643
+ }
644
+ @property --tw-shadow {
645
+ syntax: "*";
646
+ inherits: false;
647
+ initial-value: 0 0 #0000;
648
+ }
649
+ @property --tw-shadow-color {
650
+ syntax: "*";
651
+ inherits: false;
652
+ }
653
+ @property --tw-shadow-alpha {
654
+ syntax: "<percentage>";
655
+ inherits: false;
656
+ initial-value: 100%;
657
+ }
658
+ @property --tw-inset-shadow {
659
+ syntax: "*";
660
+ inherits: false;
661
+ initial-value: 0 0 #0000;
662
+ }
663
+ @property --tw-inset-shadow-color {
664
+ syntax: "*";
665
+ inherits: false;
666
+ }
667
+ @property --tw-inset-shadow-alpha {
668
+ syntax: "<percentage>";
669
+ inherits: false;
670
+ initial-value: 100%;
671
+ }
672
+ @property --tw-ring-color {
673
+ syntax: "*";
674
+ inherits: false;
675
+ }
676
+ @property --tw-ring-shadow {
677
+ syntax: "*";
678
+ inherits: false;
679
+ initial-value: 0 0 #0000;
680
+ }
681
+ @property --tw-inset-ring-color {
682
+ syntax: "*";
683
+ inherits: false;
684
+ }
685
+ @property --tw-inset-ring-shadow {
686
+ syntax: "*";
687
+ inherits: false;
688
+ initial-value: 0 0 #0000;
689
+ }
690
+ @property --tw-ring-inset {
691
+ syntax: "*";
692
+ inherits: false;
693
+ }
694
+ @property --tw-ring-offset-width {
695
+ syntax: "<length>";
696
+ inherits: false;
697
+ initial-value: 0px;
698
+ }
699
+ @property --tw-ring-offset-color {
700
+ syntax: "*";
701
+ inherits: false;
702
+ initial-value: #fff;
703
+ }
704
+ @property --tw-ring-offset-shadow {
705
+ syntax: "*";
706
+ inherits: false;
707
+ initial-value: 0 0 #0000;
708
+ }
709
+ @property --tw-outline-style {
710
+ syntax: "*";
711
+ inherits: false;
712
+ initial-value: solid;
713
+ }
714
+ @property --tw-blur {
715
+ syntax: "*";
716
+ inherits: false;
717
+ }
718
+ @property --tw-brightness {
719
+ syntax: "*";
720
+ inherits: false;
721
+ }
722
+ @property --tw-contrast {
723
+ syntax: "*";
724
+ inherits: false;
725
+ }
726
+ @property --tw-grayscale {
727
+ syntax: "*";
728
+ inherits: false;
729
+ }
730
+ @property --tw-hue-rotate {
731
+ syntax: "*";
732
+ inherits: false;
733
+ }
734
+ @property --tw-invert {
735
+ syntax: "*";
736
+ inherits: false;
737
+ }
738
+ @property --tw-opacity {
739
+ syntax: "*";
740
+ inherits: false;
741
+ }
742
+ @property --tw-saturate {
743
+ syntax: "*";
744
+ inherits: false;
745
+ }
746
+ @property --tw-sepia {
747
+ syntax: "*";
748
+ inherits: false;
749
+ }
750
+ @property --tw-drop-shadow {
751
+ syntax: "*";
752
+ inherits: false;
753
+ }
754
+ @property --tw-drop-shadow-color {
755
+ syntax: "*";
756
+ inherits: false;
757
+ }
758
+ @property --tw-drop-shadow-alpha {
759
+ syntax: "<percentage>";
760
+ inherits: false;
761
+ initial-value: 100%;
762
+ }
763
+ @property --tw-drop-shadow-size {
764
+ syntax: "*";
765
+ inherits: false;
766
+ }
767
+ @property --tw-duration {
768
+ syntax: "*";
769
+ inherits: false;
770
+ }
771
+ @property --tw-ease {
772
+ syntax: "*";
773
+ inherits: false;
774
+ }
775
+ @layer properties {
776
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
777
+ *, ::before, ::after, ::backdrop {
778
+ --tw-rotate-x: initial;
779
+ --tw-rotate-y: initial;
780
+ --tw-rotate-z: initial;
781
+ --tw-skew-x: initial;
782
+ --tw-skew-y: initial;
783
+ --tw-border-style: solid;
784
+ --tw-font-weight: initial;
785
+ --tw-shadow: 0 0 #0000;
786
+ --tw-shadow-color: initial;
787
+ --tw-shadow-alpha: 100%;
788
+ --tw-inset-shadow: 0 0 #0000;
789
+ --tw-inset-shadow-color: initial;
790
+ --tw-inset-shadow-alpha: 100%;
791
+ --tw-ring-color: initial;
792
+ --tw-ring-shadow: 0 0 #0000;
793
+ --tw-inset-ring-color: initial;
794
+ --tw-inset-ring-shadow: 0 0 #0000;
795
+ --tw-ring-inset: initial;
796
+ --tw-ring-offset-width: 0px;
797
+ --tw-ring-offset-color: #fff;
798
+ --tw-ring-offset-shadow: 0 0 #0000;
799
+ --tw-outline-style: solid;
800
+ --tw-blur: initial;
801
+ --tw-brightness: initial;
802
+ --tw-contrast: initial;
803
+ --tw-grayscale: initial;
804
+ --tw-hue-rotate: initial;
805
+ --tw-invert: initial;
806
+ --tw-opacity: initial;
807
+ --tw-saturate: initial;
808
+ --tw-sepia: initial;
809
+ --tw-drop-shadow: initial;
810
+ --tw-drop-shadow-color: initial;
811
+ --tw-drop-shadow-alpha: 100%;
812
+ --tw-drop-shadow-size: initial;
813
+ --tw-duration: initial;
814
+ --tw-ease: initial;
815
+ }
816
+ }
817
+ }