@incodetech/web 0.0.0-dev-20260126-4504c5b

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.
Files changed (48) hide show
  1. package/dist/aligndevicelottie-DlQCRPfM.js +29 -0
  2. package/dist/backdevicelottie-B4NgyWmX.js +29 -0
  3. package/dist/base.css +1634 -0
  4. package/dist/baseTutorial-Be85FuyO.js +383 -0
  5. package/dist/blurdevicelottie-_BZRug1c.js +29 -0
  6. package/dist/browser-ponyfill-B6W6hHVY.js +344 -0
  7. package/dist/email/email.es.js +137 -0
  8. package/dist/email/styles.css +123 -0
  9. package/dist/flip-animation-COR596wy.js +29 -0
  10. package/dist/flow/flow.es.js +540 -0
  11. package/dist/flow/styles.css +3204 -0
  12. package/dist/frontdevicelottie-KhKxT5n9.js +29 -0
  13. package/dist/glaredevicelottie-DLuIStvb.js +29 -0
  14. package/dist/id/id.es.js +1497 -0
  15. package/dist/id/styles.css +1587 -0
  16. package/dist/id-laser-h-BBV3r3rz.js +29 -0
  17. package/dist/id-laser-v-BTHJaSfx.js +29 -0
  18. package/dist/id-tutorial-B-F5Q28m.js +29 -0
  19. package/dist/incodeModule-DR92HDjR.js +257 -0
  20. package/dist/index.es.js +6 -0
  21. package/dist/instance-B-q0ZREN.js +2140 -0
  22. package/dist/otpInput-Dm1LhnDm.js +151 -0
  23. package/dist/page-CITAo3qf.js +189 -0
  24. package/dist/passport-tutorial-CaYBFTqt.js +29 -0
  25. package/dist/phone/phone.es.js +3442 -0
  26. package/dist/phone/styles.css +305 -0
  27. package/dist/selfie/selfie.es.js +570 -0
  28. package/dist/selfie/styles.css +638 -0
  29. package/dist/selfieTutorial-Dm_p0ke9.js +29 -0
  30. package/dist/setup-BhetRn4n.js +20 -0
  31. package/dist/spinner-CQtj_FFo.js +65 -0
  32. package/dist/themes/dark.css +797 -0
  33. package/dist/themes/light.css +688 -0
  34. package/dist/types/base.d.ts +1 -0
  35. package/dist/types/dark.d.ts +1 -0
  36. package/dist/types/email.d.ts +57 -0
  37. package/dist/types/flow.d.ts +69 -0
  38. package/dist/types/id.d.ts +34 -0
  39. package/dist/types/index.d.ts +38 -0
  40. package/dist/types/light.d.ts +1 -0
  41. package/dist/types/phone.d.ts +58 -0
  42. package/dist/types/selfie.d.ts +31 -0
  43. package/dist/types/styles.d.ts +1 -0
  44. package/dist/types/themes/dark.d.ts +1 -0
  45. package/dist/types/themes/light.d.ts +1 -0
  46. package/dist/uiConfig-DEqynrWx.js +23 -0
  47. package/dist/vendor-preact-CjD4WiuC.js +593 -0
  48. package/package.json +100 -0
@@ -0,0 +1,638 @@
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-translate-x: 0;
36
+ --tw-translate-y: 0;
37
+ --tw-translate-z: 0;
38
+ --tw-leading: initial;
39
+ --tw-font-weight: initial;
40
+ --tw-tracking: initial;
41
+ }
42
+ }
43
+ }
44
+
45
+ @layer incode-theme;
46
+
47
+ @layer incode-utilities {
48
+ .visible {
49
+ visibility: visible;
50
+ }
51
+
52
+ .absolute {
53
+ position: absolute;
54
+ }
55
+
56
+ .relative {
57
+ position: relative;
58
+ }
59
+
60
+ .container {
61
+ width: 100%;
62
+ }
63
+
64
+ @media (min-width: 40rem) {
65
+ .container {
66
+ max-width: 40rem;
67
+ }
68
+ }
69
+
70
+ @media (min-width: 48rem) {
71
+ .container {
72
+ max-width: 48rem;
73
+ }
74
+ }
75
+
76
+ @media (min-width: 64rem) {
77
+ .container {
78
+ max-width: 64rem;
79
+ }
80
+ }
81
+
82
+ @media (min-width: 80rem) {
83
+ .container {
84
+ max-width: 80rem;
85
+ }
86
+ }
87
+
88
+ @media (min-width: 96rem) {
89
+ .container {
90
+ max-width: 96rem;
91
+ }
92
+ }
93
+
94
+ .block {
95
+ display: block;
96
+ }
97
+
98
+ .flex {
99
+ display: flex;
100
+ }
101
+
102
+ .hidden {
103
+ display: none;
104
+ }
105
+
106
+ .inline-flex {
107
+ display: inline-flex;
108
+ }
109
+
110
+ .transform {
111
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
112
+ }
113
+
114
+ .border {
115
+ border-style: var(--tw-border-style);
116
+ border-width: 1px;
117
+ }
118
+
119
+ .uppercase {
120
+ text-transform: uppercase;
121
+ }
122
+
123
+ .outline {
124
+ outline-style: var(--tw-outline-style);
125
+ outline-width: 1px;
126
+ }
127
+
128
+ .blur {
129
+ --tw-blur: blur(8px);
130
+ 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, );
131
+ }
132
+
133
+ .filter {
134
+ 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, );
135
+ }
136
+
137
+ .backdrop-filter {
138
+ -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, );
139
+ 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, );
140
+ }
141
+
142
+ .transition {
143
+ 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;
144
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
145
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
146
+ }
147
+
148
+ .ease-in-out {
149
+ --tw-ease: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
150
+ transition-timing-function: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
151
+ }
152
+
153
+ .ease-out {
154
+ --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
155
+ transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1));
156
+ }
157
+ }
158
+
159
+ @layer incode-base, incode-components;
160
+
161
+ @keyframes slideUp {
162
+ from {
163
+ transform: translateY(100%);
164
+ }
165
+
166
+ to {
167
+ transform: translateY(0);
168
+ }
169
+ }
170
+
171
+ .IncodeCameraButton {
172
+ justify-content: center;
173
+ align-items: center;
174
+ display: flex;
175
+ }
176
+
177
+ .IncodeCameraButton .IncodeCameraButtonPath {
178
+ fill: var(--color-border-brand-500, var(--border-brand-500-static));
179
+ }
180
+
181
+ .IncodeCameraButton .IncodeCameraButtonBackground {
182
+ fill: var(--color-surface-brand-50, var(--surface-brand-50));
183
+ }
184
+
185
+ .IncodeCaptureContainer {
186
+ flex-direction: column;
187
+ flex: 1;
188
+ justify-content: flex-start;
189
+ align-items: center;
190
+ height: 100%;
191
+ display: flex;
192
+ position: relative;
193
+ overflow: hidden;
194
+ }
195
+
196
+ .IncodeCaptureContainer .IncodeCaptureFrame {
197
+ aspect-ratio: 1;
198
+ border-radius: var(--radius-full, var(--border-radius-full));
199
+ border-style: var(--tw-border-style);
200
+ border-width: 12px;
201
+ border-color: #0000;
202
+ width: 100%;
203
+ max-width: 335px;
204
+ position: relative;
205
+ }
206
+
207
+ .IncodeCaptureContainer .IncodeCaptureVideoWrapper {
208
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
209
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
210
+ width: calc(100% - 24px);
211
+ height: calc(100% - 24px);
212
+ translate: var(--tw-translate-x) var(--tw-translate-y);
213
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
214
+ border-radius: var(--radius-full, var(--border-radius-full));
215
+ background-color: var(--color-white, #fff);
216
+ justify-content: center;
217
+ align-items: center;
218
+ display: flex;
219
+ position: absolute;
220
+ top: 50%;
221
+ left: 50%;
222
+ overflow: hidden;
223
+ }
224
+
225
+ .IncodeCaptureContainer .IncodeCaptureVideo {
226
+ z-index: 50;
227
+ width: 100%;
228
+ height: 100%;
229
+ position: absolute;
230
+ }
231
+
232
+ .IncodeCaptureContainer .IncodeCaptureVideoElement {
233
+ object-fit: cover;
234
+ width: 100%;
235
+ height: 100%;
236
+ position: absolute;
237
+ transform: scaleX(-1);
238
+ }
239
+
240
+ .IncodeCaptureUploadingPage .IncodeCaptureUploadingContainer {
241
+ flex-direction: column;
242
+ flex: 1;
243
+ animation: .4s ease-out fadeInScale;
244
+ display: flex;
245
+ }
246
+
247
+ .IncodeCaptureUploadingPage .IncodeCaptureUploadingTitle {
248
+ text-align: center;
249
+ font-size: var(--text-2xl, 1.5rem);
250
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
251
+ --tw-leading: 125%;
252
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
253
+ line-height: 125%;
254
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
255
+ --tw-tracking: -1px;
256
+ letter-spacing: -1px;
257
+ color: var(--color-text-body-primary, var(--text-body-primary));
258
+ }
259
+
260
+ .IncodeCaptureUploadingPage .IncodeCaptureUploadingPrimaryIcon {
261
+ fill: var(--color-spinner-surface-primary, var(--spinner-surface-primary));
262
+ }
263
+
264
+ .IncodeCaptureUploadingPage .IncodeCaptureUploadingSecondaryIcon {
265
+ fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
266
+ }
267
+
268
+ @keyframes fadeInScale {
269
+ from {
270
+ opacity: 0;
271
+ transform: scale(.95);
272
+ }
273
+
274
+ to {
275
+ opacity: 1;
276
+ transform: scale(1);
277
+ }
278
+ }
279
+
280
+ .IncodeCaptureSuccessPage .IncodeCaptureSuccessContainer {
281
+ flex-direction: column;
282
+ flex: 1;
283
+ align-items: center;
284
+ display: flex;
285
+ }
286
+
287
+ .IncodeErrorModalContent {
288
+ inset: var(--spacing-0, var(--spacing-none, 0px));
289
+ top: var(--spacing-0, var(--spacing-none, 0px));
290
+ right: var(--spacing-0, var(--spacing-none, 0px));
291
+ bottom: var(--spacing-0, var(--spacing-none, 0px));
292
+ left: var(--spacing-0, var(--spacing-none, 0px));
293
+ z-index: 50;
294
+ background-color: var(--color-white, #fff);
295
+ justify-content: center;
296
+ align-items: center;
297
+ width: 100%;
298
+ height: 100%;
299
+ display: flex;
300
+ position: fixed;
301
+ }
302
+
303
+ .IncodeErrorModalContent .IncodeErrorModalContentContainer {
304
+ width: 100%;
305
+ min-width: 320px;
306
+ height: 100%;
307
+ padding-inline: var(--spacing-16, var(--spacing-16, 16px));
308
+ flex-direction: column;
309
+ justify-content: center;
310
+ align-items: center;
311
+ display: flex;
312
+ }
313
+
314
+ .IncodeErrorModalContent .IncodeErrorModalContentSpacer {
315
+ flex: 1;
316
+ }
317
+
318
+ .IncodeErrorModalContent .IncodeErrorModalContentIconContainer {
319
+ flex-direction: column;
320
+ flex: 1;
321
+ justify-content: center;
322
+ align-items: center;
323
+ display: flex;
324
+ }
325
+
326
+ .IncodeErrorModalContent .IncodeErrorModalContentTitle {
327
+ text-align: center;
328
+ font-size: var(--text-2xl, 1.5rem);
329
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
330
+ --tw-leading: 114%;
331
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
332
+ line-height: 114%;
333
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
334
+ --tw-tracking: -.5px;
335
+ letter-spacing: -.5px;
336
+ color: var(--color-text-body-primary, var(--text-body-primary));
337
+ }
338
+
339
+ .IncodeErrorModalContent .IncodeErrorModalContentDescription {
340
+ text-align: center;
341
+ font-size: var(--text-base, 1rem);
342
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
343
+ --tw-leading: 114%;
344
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
345
+ line-height: 114%;
346
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
347
+ --tw-tracking: -.5px;
348
+ letter-spacing: -.5px;
349
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
350
+ }
351
+
352
+ .IncodeErrorModalContent .IncodeErrorModalContentAttemptsContainer {
353
+ flex-direction: column;
354
+ align-items: center;
355
+ width: 100%;
356
+ display: flex;
357
+ }
358
+
359
+ .IncodeErrorModalContent .IncodeErrorModalContentAttemptsText {
360
+ text-align: center;
361
+ font-family: var(--primitive-typography-family-dm-sans);
362
+ font-size: var(--typography-body-lg-size);
363
+ font-weight: var(--typography-body-lg-weight);
364
+ line-height: var(--typography-body-lg-line-height);
365
+ letter-spacing: var(--typography-body-lg-letter-spacing);
366
+ font-size: var(--text-lg, 1.125rem);
367
+ line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
368
+ --tw-leading: 114%;
369
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
370
+ line-height: 114%;
371
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
372
+ --tw-tracking: -.5px;
373
+ letter-spacing: -.5px;
374
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
375
+ }
376
+
377
+ .IncodeFaceOutline {
378
+ height: 100%;
379
+ }
380
+
381
+ .IncodeLoadingBorder {
382
+ aspect-ratio: 1;
383
+ width: 100%;
384
+ max-width: 335px;
385
+ position: absolute;
386
+ }
387
+
388
+ .IncodeLoadingBorder.IncodeLoadingBorderSpinning {
389
+ animation: var(--animate-spin, spin 1s linear infinite);
390
+ }
391
+
392
+ .IncodeLoadingBorder .IncodeLoadingBorderPath {
393
+ transition: all 1s ease-in-out;
394
+ }
395
+
396
+ .IncodeManualCaptureButton {
397
+ align-items: center;
398
+ gap: var(--spacing-16, var(--spacing-16, 16px));
399
+ flex-direction: column;
400
+ max-width: 275px;
401
+ display: flex;
402
+ }
403
+
404
+ .IncodeManualCaptureButtonText {
405
+ text-align: center;
406
+ font-size: var(--text-base, 1rem);
407
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
408
+ --tw-leading: 1.14;
409
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
410
+ line-height: 1.14;
411
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
412
+ color: var(--color-text-body-primary, var(--text-body-primary));
413
+ }
414
+
415
+ .IncodeManualCaptureButtonButton {
416
+ padding: var(--spacing-0, var(--spacing-none, 0px));
417
+ }
418
+
419
+ .IncodeNotification {
420
+ flex-direction: column;
421
+ align-items: center;
422
+ display: flex;
423
+ }
424
+
425
+ .IncodeNotificationText {
426
+ text-align: center;
427
+ font-size: var(--text-2xl, 1.5rem);
428
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
429
+ --tw-leading: 1.2;
430
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
431
+ line-height: 1.2;
432
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
433
+ color: var(--color-text-body-primary, var(--text-body-primary));
434
+ }
435
+
436
+ .IncodeSelfieTutorial {
437
+ --brand-color: var(--surface-brand-500);
438
+ }
439
+
440
+ .IncodeSelfieTutorial .IncodeBaseTutorialAnimation svg linearGradient#__lottie_element_29 stop {
441
+ stop-color: var(--brand-color);
442
+ }
443
+
444
+ .IncodeSelfieTutorial .IncodeBaseTutorialAnimation svg > g > g > g:first-child > g:first-child > g > g > g:nth-child(2) > g:nth-child(3) > g > path, .IncodeSelfieTutorial .IncodeBaseTutorialAnimation svg > g > g > g:first-child > g:first-child > g > g > g:nth-child(2) > g:first-child > g > path {
445
+ fill: var(--brand-color);
446
+ }
447
+
448
+ @property --tw-rotate-x {
449
+ syntax: "*";
450
+ inherits: false
451
+ }
452
+
453
+ @property --tw-rotate-y {
454
+ syntax: "*";
455
+ inherits: false
456
+ }
457
+
458
+ @property --tw-rotate-z {
459
+ syntax: "*";
460
+ inherits: false
461
+ }
462
+
463
+ @property --tw-skew-x {
464
+ syntax: "*";
465
+ inherits: false
466
+ }
467
+
468
+ @property --tw-skew-y {
469
+ syntax: "*";
470
+ inherits: false
471
+ }
472
+
473
+ @property --tw-border-style {
474
+ syntax: "*";
475
+ inherits: false;
476
+ initial-value: solid;
477
+ }
478
+
479
+ @property --tw-outline-style {
480
+ syntax: "*";
481
+ inherits: false;
482
+ initial-value: solid;
483
+ }
484
+
485
+ @property --tw-blur {
486
+ syntax: "*";
487
+ inherits: false
488
+ }
489
+
490
+ @property --tw-brightness {
491
+ syntax: "*";
492
+ inherits: false
493
+ }
494
+
495
+ @property --tw-contrast {
496
+ syntax: "*";
497
+ inherits: false
498
+ }
499
+
500
+ @property --tw-grayscale {
501
+ syntax: "*";
502
+ inherits: false
503
+ }
504
+
505
+ @property --tw-hue-rotate {
506
+ syntax: "*";
507
+ inherits: false
508
+ }
509
+
510
+ @property --tw-invert {
511
+ syntax: "*";
512
+ inherits: false
513
+ }
514
+
515
+ @property --tw-opacity {
516
+ syntax: "*";
517
+ inherits: false
518
+ }
519
+
520
+ @property --tw-saturate {
521
+ syntax: "*";
522
+ inherits: false
523
+ }
524
+
525
+ @property --tw-sepia {
526
+ syntax: "*";
527
+ inherits: false
528
+ }
529
+
530
+ @property --tw-drop-shadow {
531
+ syntax: "*";
532
+ inherits: false
533
+ }
534
+
535
+ @property --tw-drop-shadow-color {
536
+ syntax: "*";
537
+ inherits: false
538
+ }
539
+
540
+ @property --tw-drop-shadow-alpha {
541
+ syntax: "<percentage>";
542
+ inherits: false;
543
+ initial-value: 100%;
544
+ }
545
+
546
+ @property --tw-drop-shadow-size {
547
+ syntax: "*";
548
+ inherits: false
549
+ }
550
+
551
+ @property --tw-backdrop-blur {
552
+ syntax: "*";
553
+ inherits: false
554
+ }
555
+
556
+ @property --tw-backdrop-brightness {
557
+ syntax: "*";
558
+ inherits: false
559
+ }
560
+
561
+ @property --tw-backdrop-contrast {
562
+ syntax: "*";
563
+ inherits: false
564
+ }
565
+
566
+ @property --tw-backdrop-grayscale {
567
+ syntax: "*";
568
+ inherits: false
569
+ }
570
+
571
+ @property --tw-backdrop-hue-rotate {
572
+ syntax: "*";
573
+ inherits: false
574
+ }
575
+
576
+ @property --tw-backdrop-invert {
577
+ syntax: "*";
578
+ inherits: false
579
+ }
580
+
581
+ @property --tw-backdrop-opacity {
582
+ syntax: "*";
583
+ inherits: false
584
+ }
585
+
586
+ @property --tw-backdrop-saturate {
587
+ syntax: "*";
588
+ inherits: false
589
+ }
590
+
591
+ @property --tw-backdrop-sepia {
592
+ syntax: "*";
593
+ inherits: false
594
+ }
595
+
596
+ @property --tw-ease {
597
+ syntax: "*";
598
+ inherits: false
599
+ }
600
+
601
+ @property --tw-translate-x {
602
+ syntax: "*";
603
+ inherits: false;
604
+ initial-value: 0;
605
+ }
606
+
607
+ @property --tw-translate-y {
608
+ syntax: "*";
609
+ inherits: false;
610
+ initial-value: 0;
611
+ }
612
+
613
+ @property --tw-translate-z {
614
+ syntax: "*";
615
+ inherits: false;
616
+ initial-value: 0;
617
+ }
618
+
619
+ @property --tw-leading {
620
+ syntax: "*";
621
+ inherits: false
622
+ }
623
+
624
+ @property --tw-font-weight {
625
+ syntax: "*";
626
+ inherits: false
627
+ }
628
+
629
+ @property --tw-tracking {
630
+ syntax: "*";
631
+ inherits: false
632
+ }
633
+
634
+ @keyframes spin {
635
+ to {
636
+ transform: rotate(360deg);
637
+ }
638
+ }