@incodetech/web 0.0.0-dev-20260205-bb46959 → 0.0.0-dev-20260206-cd4d6ec

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