@incodetech/web 2.0.0-alpha.9 → 2.0.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.
@@ -1,592 +0,0 @@
1
- @import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";
2
-
3
-
4
- @layer incode-theme, incode-base, incode-components;
5
-
6
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
7
-
8
- @layer properties {
9
- @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
10
- *, :before, :after, ::backdrop {
11
- --tw-rotate-x: initial;
12
- --tw-rotate-y: initial;
13
- --tw-rotate-z: initial;
14
- --tw-skew-x: initial;
15
- --tw-skew-y: initial;
16
- --tw-border-style: solid;
17
- --tw-outline-style: solid;
18
- --tw-blur: initial;
19
- --tw-brightness: initial;
20
- --tw-contrast: initial;
21
- --tw-grayscale: initial;
22
- --tw-hue-rotate: initial;
23
- --tw-invert: initial;
24
- --tw-opacity: initial;
25
- --tw-saturate: initial;
26
- --tw-sepia: initial;
27
- --tw-drop-shadow: initial;
28
- --tw-drop-shadow-color: initial;
29
- --tw-drop-shadow-alpha: 100%;
30
- --tw-drop-shadow-size: initial;
31
- --tw-backdrop-blur: initial;
32
- --tw-backdrop-brightness: initial;
33
- --tw-backdrop-contrast: initial;
34
- --tw-backdrop-grayscale: initial;
35
- --tw-backdrop-hue-rotate: initial;
36
- --tw-backdrop-invert: initial;
37
- --tw-backdrop-opacity: initial;
38
- --tw-backdrop-saturate: initial;
39
- --tw-backdrop-sepia: initial;
40
- --tw-ease: initial;
41
- --tw-translate-x: 0;
42
- --tw-translate-y: 0;
43
- --tw-translate-z: 0;
44
- --tw-leading: initial;
45
- --tw-font-weight: initial;
46
- --tw-tracking: initial;
47
- }
48
- }
49
- }
50
-
51
- @layer incode-utilities {
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
-
154
- .IncodeCameraButton {
155
- justify-content: center;
156
- align-items: center;
157
- display: flex;
158
- }
159
-
160
- .IncodeCameraButton .IncodeCameraButtonPath {
161
- fill: var(--color-border-brand-500, var(--border-brand-500-static));
162
- }
163
-
164
- .IncodeCameraButton .IncodeCameraButtonBackground {
165
- fill: var(--color-surface-brand-50, var(--surface-brand-50));
166
- }
167
-
168
- .IncodeCaptureContainer {
169
- flex-direction: column;
170
- flex: 1;
171
- justify-content: flex-start;
172
- align-items: center;
173
- height: 100%;
174
- display: flex;
175
- position: relative;
176
- overflow: hidden;
177
- }
178
-
179
- .IncodeCaptureContainer .IncodeCaptureFrame {
180
- aspect-ratio: 1;
181
- border-radius: var(--radius-full, var(--border-radius-full));
182
- border-style: var(--tw-border-style);
183
- border-width: 12px;
184
- border-color: #0000;
185
- width: 100%;
186
- max-width: 335px;
187
- position: relative;
188
- }
189
-
190
- .IncodeCaptureContainer .IncodeCaptureVideoWrapper {
191
- --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
192
- --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
193
- width: calc(100% - 24px);
194
- height: calc(100% - 24px);
195
- translate: var(--tw-translate-x) var(--tw-translate-y);
196
- transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
197
- border-radius: var(--radius-full, var(--border-radius-full));
198
- background-color: var(--color-white, #fff);
199
- justify-content: center;
200
- align-items: center;
201
- display: flex;
202
- position: absolute;
203
- top: 50%;
204
- left: 50%;
205
- overflow: hidden;
206
- }
207
-
208
- .IncodeCaptureContainer .IncodeCaptureVideo {
209
- z-index: 50;
210
- width: 100%;
211
- height: 100%;
212
- position: absolute;
213
- }
214
-
215
- .IncodeCaptureContainer .IncodeCaptureVideoElement {
216
- object-fit: cover;
217
- width: 100%;
218
- height: 100%;
219
- position: absolute;
220
- transform: scaleX(-1);
221
- }
222
-
223
- .IncodeCaptureUploadingPage .IncodeCaptureUploadingContainer {
224
- flex-direction: column;
225
- flex: 1;
226
- animation: .4s ease-out fadeInScale;
227
- display: flex;
228
- }
229
-
230
- .IncodeCaptureUploadingPage .IncodeCaptureUploadingTitle {
231
- text-align: center;
232
- font-size: var(--text-2xl, 1.5rem);
233
- line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
234
- --tw-leading: 125%;
235
- --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
236
- line-height: 125%;
237
- font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
238
- --tw-tracking: -1px;
239
- letter-spacing: -1px;
240
- color: var(--color-text-body-primary, var(--text-body-primary));
241
- }
242
-
243
- .IncodeCaptureUploadingPage .IncodeCaptureUploadingPrimaryIcon {
244
- fill: var(--color-spinner-surface-primary, var(--spinner-surface-primary));
245
- }
246
-
247
- .IncodeCaptureUploadingPage .IncodeCaptureUploadingSecondaryIcon {
248
- fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
249
- }
250
-
251
- .IncodeCaptureSuccessPage .IncodeCaptureSuccessContainer {
252
- flex-direction: column;
253
- flex: 1;
254
- align-items: center;
255
- display: flex;
256
- }
257
-
258
- .IncodeErrorModalContent {
259
- inset: var(--spacing-0, var(--spacing-none, 0px));
260
- top: var(--spacing-0, var(--spacing-none, 0px));
261
- right: var(--spacing-0, var(--spacing-none, 0px));
262
- bottom: var(--spacing-0, var(--spacing-none, 0px));
263
- left: var(--spacing-0, var(--spacing-none, 0px));
264
- z-index: 50;
265
- background-color: var(--color-white, #fff);
266
- justify-content: center;
267
- align-items: center;
268
- width: 100%;
269
- height: 100%;
270
- display: flex;
271
- position: fixed;
272
- }
273
-
274
- .IncodeErrorModalContent .IncodeErrorModalContentContainer {
275
- width: 100%;
276
- min-width: 320px;
277
- height: 100%;
278
- padding-inline: var(--spacing-16, var(--spacing-16, 16px));
279
- flex-direction: column;
280
- justify-content: center;
281
- align-items: center;
282
- display: flex;
283
- }
284
-
285
- .IncodeErrorModalContent .IncodeErrorModalContentSpacer {
286
- flex: 1;
287
- }
288
-
289
- .IncodeErrorModalContent .IncodeErrorModalContentIconContainer {
290
- flex-direction: column;
291
- flex: 1;
292
- justify-content: center;
293
- align-items: center;
294
- display: flex;
295
- }
296
-
297
- .IncodeErrorModalContent .IncodeErrorModalContentTitle {
298
- text-align: center;
299
- font-size: var(--text-2xl, 1.5rem);
300
- line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
301
- --tw-leading: 114%;
302
- --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
303
- line-height: 114%;
304
- font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
305
- --tw-tracking: -.5px;
306
- letter-spacing: -.5px;
307
- color: var(--color-text-body-primary, var(--text-body-primary));
308
- }
309
-
310
- .IncodeErrorModalContent .IncodeErrorModalContentDescription {
311
- text-align: center;
312
- font-size: var(--text-base, 1rem);
313
- line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
314
- --tw-leading: 114%;
315
- --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
316
- line-height: 114%;
317
- font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
318
- --tw-tracking: -.5px;
319
- letter-spacing: -.5px;
320
- color: var(--color-text-body-secondary, var(--text-body-secondary));
321
- }
322
-
323
- .IncodeErrorModalContent .IncodeErrorModalContentAttemptsContainer {
324
- flex-direction: column;
325
- align-items: center;
326
- width: 100%;
327
- display: flex;
328
- }
329
-
330
- .IncodeErrorModalContent .IncodeErrorModalContentAttemptsText {
331
- text-align: center;
332
- font-size: var(--text-lg, 1.125rem);
333
- line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
334
- --tw-leading: 114%;
335
- --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
336
- line-height: 114%;
337
- font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
338
- --tw-tracking: -.5px;
339
- letter-spacing: -.5px;
340
- color: var(--color-text-body-secondary, var(--text-body-secondary));
341
- }
342
-
343
- .IncodeFaceOutline {
344
- height: 100%;
345
- }
346
-
347
- .IncodeLoadingBorder {
348
- aspect-ratio: 1;
349
- width: 100%;
350
- max-width: 335px;
351
- position: absolute;
352
- }
353
-
354
- .IncodeLoadingBorder.IncodeLoadingBorderSpinning {
355
- animation: var(--animate-spin, spin 1s linear infinite);
356
- }
357
-
358
- .IncodeLoadingBorder .IncodeLoadingBorderPath {
359
- transition: all 1s ease-in-out;
360
- }
361
-
362
- .IncodeManualCaptureButton {
363
- align-items: center;
364
- gap: var(--spacing-16, var(--spacing-16, 16px));
365
- flex-direction: column;
366
- max-width: 275px;
367
- display: flex;
368
- }
369
-
370
- .IncodeManualCaptureButtonText {
371
- text-align: center;
372
- font-size: var(--text-base, 1rem);
373
- line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
374
- --tw-leading: 1.14;
375
- --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
376
- line-height: 1.14;
377
- font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
378
- color: var(--color-text-body-primary, var(--text-body-primary));
379
- }
380
-
381
- .IncodeManualCaptureButtonButton {
382
- padding: var(--spacing-0, var(--spacing-none, 0px));
383
- }
384
-
385
- .IncodeNotification {
386
- flex-direction: column;
387
- align-items: center;
388
- display: flex;
389
- }
390
-
391
- .IncodeNotificationText {
392
- text-align: center;
393
- font-size: var(--text-2xl, 1.5rem);
394
- line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
395
- --tw-leading: 1.2;
396
- --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
397
- line-height: 1.2;
398
- font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
399
- color: var(--color-text-body-primary, var(--text-body-primary));
400
- }
401
-
402
- @property --tw-rotate-x {
403
- syntax: "*";
404
- inherits: false
405
- }
406
-
407
- @property --tw-rotate-y {
408
- syntax: "*";
409
- inherits: false
410
- }
411
-
412
- @property --tw-rotate-z {
413
- syntax: "*";
414
- inherits: false
415
- }
416
-
417
- @property --tw-skew-x {
418
- syntax: "*";
419
- inherits: false
420
- }
421
-
422
- @property --tw-skew-y {
423
- syntax: "*";
424
- inherits: false
425
- }
426
-
427
- @property --tw-border-style {
428
- syntax: "*";
429
- inherits: false;
430
- initial-value: solid;
431
- }
432
-
433
- @property --tw-outline-style {
434
- syntax: "*";
435
- inherits: false;
436
- initial-value: solid;
437
- }
438
-
439
- @property --tw-blur {
440
- syntax: "*";
441
- inherits: false
442
- }
443
-
444
- @property --tw-brightness {
445
- syntax: "*";
446
- inherits: false
447
- }
448
-
449
- @property --tw-contrast {
450
- syntax: "*";
451
- inherits: false
452
- }
453
-
454
- @property --tw-grayscale {
455
- syntax: "*";
456
- inherits: false
457
- }
458
-
459
- @property --tw-hue-rotate {
460
- syntax: "*";
461
- inherits: false
462
- }
463
-
464
- @property --tw-invert {
465
- syntax: "*";
466
- inherits: false
467
- }
468
-
469
- @property --tw-opacity {
470
- syntax: "*";
471
- inherits: false
472
- }
473
-
474
- @property --tw-saturate {
475
- syntax: "*";
476
- inherits: false
477
- }
478
-
479
- @property --tw-sepia {
480
- syntax: "*";
481
- inherits: false
482
- }
483
-
484
- @property --tw-drop-shadow {
485
- syntax: "*";
486
- inherits: false
487
- }
488
-
489
- @property --tw-drop-shadow-color {
490
- syntax: "*";
491
- inherits: false
492
- }
493
-
494
- @property --tw-drop-shadow-alpha {
495
- syntax: "<percentage>";
496
- inherits: false;
497
- initial-value: 100%;
498
- }
499
-
500
- @property --tw-drop-shadow-size {
501
- syntax: "*";
502
- inherits: false
503
- }
504
-
505
- @property --tw-backdrop-blur {
506
- syntax: "*";
507
- inherits: false
508
- }
509
-
510
- @property --tw-backdrop-brightness {
511
- syntax: "*";
512
- inherits: false
513
- }
514
-
515
- @property --tw-backdrop-contrast {
516
- syntax: "*";
517
- inherits: false
518
- }
519
-
520
- @property --tw-backdrop-grayscale {
521
- syntax: "*";
522
- inherits: false
523
- }
524
-
525
- @property --tw-backdrop-hue-rotate {
526
- syntax: "*";
527
- inherits: false
528
- }
529
-
530
- @property --tw-backdrop-invert {
531
- syntax: "*";
532
- inherits: false
533
- }
534
-
535
- @property --tw-backdrop-opacity {
536
- syntax: "*";
537
- inherits: false
538
- }
539
-
540
- @property --tw-backdrop-saturate {
541
- syntax: "*";
542
- inherits: false
543
- }
544
-
545
- @property --tw-backdrop-sepia {
546
- syntax: "*";
547
- inherits: false
548
- }
549
-
550
- @property --tw-ease {
551
- syntax: "*";
552
- inherits: false
553
- }
554
-
555
- @property --tw-translate-x {
556
- syntax: "*";
557
- inherits: false;
558
- initial-value: 0;
559
- }
560
-
561
- @property --tw-translate-y {
562
- syntax: "*";
563
- inherits: false;
564
- initial-value: 0;
565
- }
566
-
567
- @property --tw-translate-z {
568
- syntax: "*";
569
- inherits: false;
570
- initial-value: 0;
571
- }
572
-
573
- @property --tw-leading {
574
- syntax: "*";
575
- inherits: false
576
- }
577
-
578
- @property --tw-font-weight {
579
- syntax: "*";
580
- inherits: false
581
- }
582
-
583
- @property --tw-tracking {
584
- syntax: "*";
585
- inherits: false
586
- }
587
-
588
- @keyframes spin {
589
- to {
590
- transform: rotate(360deg);
591
- }
592
- }