@incodetech/web 2.0.0-alpha.5 → 2.0.0-alpha.6
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.
- package/dist/base.css +230 -0
- package/dist/email/email.es.js +3 -3
- package/dist/flow/flow.es.js +555 -7
- package/dist/flow/styles.css +419 -189
- package/dist/{incodeModule-DFQUQvfY.js → incodeModule-BuCBWati.js} +47 -46
- package/dist/index.es.js +4 -99
- package/dist/{title-ng7q7YDh.js → instance-B-q0ZREN.js} +194 -215
- package/dist/{otpInput-BUrV4IAF.js → otpInput-cq1THeRd.js} +1 -1
- package/dist/phone/phone.es.js +3 -4
- package/dist/{button-DeMZ_34N.js → preact-custom-element.esm-BGQkPkOv.js} +145 -166
- package/dist/selfie/selfie.es.js +63 -63
- package/dist/selfie/styles.css +267 -787
- package/dist/setup-wNL83jmW.js +20 -0
- package/dist/title-XSxhaBDx.js +25 -0
- package/dist/types/email/email.d.ts +1 -1
- package/dist/types/email/styles.d.ts +1 -0
- package/dist/types/email.d.ts +1 -1
- package/dist/types/flow/flow.d.ts +1 -1
- package/dist/types/flow/styles.d.ts +1 -0
- package/dist/types/flow.d.ts +2 -2
- package/dist/types/index.d.ts +4 -99
- package/dist/types/phone/phone.d.ts +1 -1
- package/dist/types/phone/styles.d.ts +1 -0
- package/dist/types/phone.d.ts +1 -1
- package/dist/types/selfie/selfie.d.ts +1 -1
- package/dist/types/selfie/styles.d.ts +1 -0
- package/dist/types/selfie.d.ts +1 -1
- package/dist/types/styles.d.ts +1 -0
- package/dist/uiConfig-CQ1W9cUD.js +23 -0
- package/package.json +6 -5
- package/dist/button.css +0 -335
- package/dist/flow-ZK6OBsa3.js +0 -568
- package/dist/incodeModule.css +0 -119
- package/dist/otpInput.css +0 -167
- package/dist/successIcon.css +0 -4
- package/dist/title.css +0 -38
package/dist/selfie/styles.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
@layer incode-base, incode-components;
|
|
4
|
+
@layer incode-theme, incode-base, incode-components;
|
|
5
5
|
|
|
6
6
|
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
7
7
|
|
|
@@ -38,45 +38,16 @@
|
|
|
38
38
|
--tw-backdrop-saturate: initial;
|
|
39
39
|
--tw-backdrop-sepia: initial;
|
|
40
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;
|
|
41
47
|
}
|
|
42
48
|
}
|
|
43
49
|
}
|
|
44
50
|
|
|
45
|
-
@layer incode-theme {
|
|
46
|
-
:root, :host {
|
|
47
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
48
|
-
--color-gray-50: oklch(98.5% .002 247.839);
|
|
49
|
-
--color-gray-100: oklch(96.7% .003 264.542);
|
|
50
|
-
--color-gray-200: oklch(92.8% .006 264.531);
|
|
51
|
-
--color-gray-300: oklch(87.2% .01 258.338);
|
|
52
|
-
--color-gray-500: oklch(55.1% .027 264.364);
|
|
53
|
-
--color-gray-700: oklch(37.3% .034 259.733);
|
|
54
|
-
--color-gray-800: oklch(27.8% .033 256.848);
|
|
55
|
-
--color-gray-900: oklch(21% .034 264.665);
|
|
56
|
-
--ease-in-out: cubic-bezier(.4, 0, .2, 1);
|
|
57
|
-
--default-transition-duration: .15s;
|
|
58
|
-
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
59
|
-
--spacing-2: var(--spacing-2, 2px);
|
|
60
|
-
--spacing-4: var(--spacing-4, 4px);
|
|
61
|
-
--spacing-8: var(--spacing-8, 8px);
|
|
62
|
-
--spacing-12: var(--spacing-12, 12px);
|
|
63
|
-
--spacing-16: var(--spacing-16, 16px);
|
|
64
|
-
--spacing-20: var(--spacing-20, 20px);
|
|
65
|
-
--spacing-24: var(--spacing-24, 24px);
|
|
66
|
-
--spacing-32: var(--spacing-32, 32px);
|
|
67
|
-
--spacing-40: var(--spacing-40, 40px);
|
|
68
|
-
--spacing-48: var(--spacing-48, 48px);
|
|
69
|
-
--spacing-64: var(--spacing-64, 64px);
|
|
70
|
-
--spacing-80: var(--spacing-80, 80px);
|
|
71
|
-
--spacing-96: var(--spacing-96, 96px);
|
|
72
|
-
--spacing-104: var(--spacing-104, 104px);
|
|
73
|
-
--spacing-120: var(--spacing-120, 120px);
|
|
74
|
-
--spacing-160: var(--spacing-160, 160px);
|
|
75
|
-
--spacing-200: var(--spacing-200, 200px);
|
|
76
|
-
--tw-border-style: solid;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
51
|
@layer incode-utilities {
|
|
81
52
|
.absolute {
|
|
82
53
|
position: absolute;
|
|
@@ -170,646 +141,230 @@
|
|
|
170
141
|
|
|
171
142
|
.transition {
|
|
172
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;
|
|
173
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
174
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
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));
|
|
175
146
|
}
|
|
176
147
|
|
|
177
148
|
.ease-in-out {
|
|
178
|
-
--tw-ease: var(--ease-in-out);
|
|
179
|
-
transition-timing-function: var(--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));
|
|
180
151
|
}
|
|
181
152
|
}
|
|
182
153
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
154
|
+
.IncodeCameraButton {
|
|
155
|
+
justify-content: center;
|
|
156
|
+
align-items: center;
|
|
157
|
+
display: flex;
|
|
186
158
|
}
|
|
187
159
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
inherits: false
|
|
160
|
+
.IncodeCameraButton .IncodeCameraButtonPath {
|
|
161
|
+
fill: var(--color-border-brand-500, var(--border-brand-500-static));
|
|
191
162
|
}
|
|
192
163
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
inherits: false
|
|
164
|
+
.IncodeCameraButton .IncodeCameraButtonBackground {
|
|
165
|
+
fill: var(--color-surface-brand-50, var(--surface-brand-50));
|
|
196
166
|
}
|
|
197
167
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
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;
|
|
201
177
|
}
|
|
202
178
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
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;
|
|
206
188
|
}
|
|
207
189
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
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;
|
|
212
206
|
}
|
|
213
207
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
208
|
+
.IncodeCaptureContainer .IncodeCaptureVideo {
|
|
209
|
+
z-index: 50;
|
|
210
|
+
width: 100%;
|
|
211
|
+
height: 100%;
|
|
212
|
+
position: absolute;
|
|
218
213
|
}
|
|
219
214
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
215
|
+
.IncodeCaptureContainer .IncodeCaptureVideoElement {
|
|
216
|
+
object-fit: cover;
|
|
217
|
+
width: 100%;
|
|
218
|
+
height: 100%;
|
|
219
|
+
position: absolute;
|
|
220
|
+
transform: scaleX(-1);
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
223
|
+
.IncodeCaptureUploadingPage .IncodeCaptureUploadingContainer {
|
|
224
|
+
flex-direction: column;
|
|
225
|
+
flex: 1;
|
|
226
|
+
animation: .4s ease-out fadeInScale;
|
|
227
|
+
display: flex;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
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));
|
|
233
241
|
}
|
|
234
242
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
inherits: false
|
|
243
|
+
.IncodeCaptureUploadingPage .IncodeCaptureUploadingPrimaryIcon {
|
|
244
|
+
fill: var(--color-spinner-surface-primary, var(--spinner-surface-primary));
|
|
238
245
|
}
|
|
239
246
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
inherits: false
|
|
247
|
+
.IncodeCaptureUploadingPage .IncodeCaptureUploadingSecondaryIcon {
|
|
248
|
+
fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
|
|
243
249
|
}
|
|
244
250
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
251
|
+
.IncodeCaptureSuccessPage .IncodeCaptureSuccessContainer {
|
|
252
|
+
flex-direction: column;
|
|
253
|
+
flex: 1;
|
|
254
|
+
align-items: center;
|
|
255
|
+
display: flex;
|
|
248
256
|
}
|
|
249
257
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
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;
|
|
253
272
|
}
|
|
254
273
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
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;
|
|
258
283
|
}
|
|
259
284
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
inherits: false
|
|
285
|
+
.IncodeErrorModalContent .IncodeErrorModalContentSpacer {
|
|
286
|
+
flex: 1;
|
|
263
287
|
}
|
|
264
288
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
289
|
+
.IncodeErrorModalContent .IncodeErrorModalContentIconContainer {
|
|
290
|
+
flex-direction: column;
|
|
291
|
+
flex: 1;
|
|
292
|
+
justify-content: center;
|
|
293
|
+
align-items: center;
|
|
294
|
+
display: flex;
|
|
268
295
|
}
|
|
269
296
|
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
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));
|
|
273
308
|
}
|
|
274
309
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
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));
|
|
279
321
|
}
|
|
280
322
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
323
|
+
.IncodeErrorModalContent .IncodeErrorModalContentAttemptsContainer {
|
|
324
|
+
flex-direction: column;
|
|
325
|
+
align-items: center;
|
|
326
|
+
width: 100%;
|
|
327
|
+
display: flex;
|
|
284
328
|
}
|
|
285
329
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
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));
|
|
289
341
|
}
|
|
290
342
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
inherits: false
|
|
343
|
+
.IncodeFaceOutline {
|
|
344
|
+
height: 100%;
|
|
294
345
|
}
|
|
295
346
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
347
|
+
.IncodeLoadingBorder {
|
|
348
|
+
aspect-ratio: 1;
|
|
349
|
+
width: 100%;
|
|
350
|
+
max-width: 335px;
|
|
351
|
+
position: absolute;
|
|
299
352
|
}
|
|
300
353
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
inherits: false
|
|
354
|
+
.IncodeLoadingBorder.IncodeLoadingBorderSpinning {
|
|
355
|
+
animation: var(--animate-spin, spin 1s linear infinite);
|
|
304
356
|
}
|
|
305
357
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
inherits: false
|
|
358
|
+
.IncodeLoadingBorder .IncodeLoadingBorderPath {
|
|
359
|
+
transition: all 1s ease-in-out;
|
|
309
360
|
}
|
|
310
361
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
syntax: "*";
|
|
318
|
-
inherits: false
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
@property --tw-backdrop-saturate {
|
|
322
|
-
syntax: "*";
|
|
323
|
-
inherits: false
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
@property --tw-backdrop-sepia {
|
|
327
|
-
syntax: "*";
|
|
328
|
-
inherits: false
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
@property --tw-ease {
|
|
332
|
-
syntax: "*";
|
|
333
|
-
inherits: false
|
|
334
|
-
}
|
|
335
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
336
|
-
@layer properties {
|
|
337
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
338
|
-
*, :before, :after, ::backdrop {
|
|
339
|
-
--tw-leading: initial;
|
|
340
|
-
--tw-font-weight: initial;
|
|
341
|
-
--tw-tracking: initial;
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.IncodeDeniedPage .IncodePageInner {
|
|
347
|
-
max-width: 468px;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.IncodeDeniedTitle {
|
|
351
|
-
text-align: left;
|
|
352
|
-
font-size: var(--text-24, var(--primitive-typography-size-24));
|
|
353
|
-
--tw-leading: var(--leading-tight, 1.25);
|
|
354
|
-
line-height: var(--leading-tight, 1.25);
|
|
355
|
-
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
356
|
-
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
357
|
-
--tw-tracking: -1px;
|
|
358
|
-
letter-spacing: -1px;
|
|
359
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.IncodeDeniedInstructionsContainer {
|
|
363
|
-
width: 100%;
|
|
364
|
-
max-width: 420px;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.IncodeDeniedStepsList {
|
|
368
|
-
gap: var(--spacing-16, var(--spacing-16, 16px));
|
|
369
|
-
flex-direction: column;
|
|
370
|
-
display: flex;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.IncodeDeniedStepItem {
|
|
374
|
-
align-items: center;
|
|
375
|
-
gap: var(--spacing-16, var(--spacing-16, 16px));
|
|
376
|
-
display: flex;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.IncodeDeniedStepText {
|
|
380
|
-
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
381
|
-
--tw-leading: 114%;
|
|
382
|
-
--tw-font-weight: var(--font-weight-normal, 400);
|
|
383
|
-
line-height: 114%;
|
|
384
|
-
font-weight: var(--font-weight-normal, 400);
|
|
385
|
-
--tw-tracking: -.5px;
|
|
386
|
-
letter-spacing: -.5px;
|
|
387
|
-
color: var(--color-text-body-secondary, var(--text-body-secondary));
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.IncodeDeniedStepTextBold {
|
|
391
|
-
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
392
|
-
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.IncodeDeniedStepsList .IncodeDeniedStepTextBold {
|
|
396
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.IncodeDeniedActions {
|
|
400
|
-
width: 100%;
|
|
401
|
-
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
402
|
-
flex-direction: column;
|
|
403
|
-
align-items: center;
|
|
404
|
-
margin-top: auto;
|
|
405
|
-
display: flex;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
@property --tw-leading {
|
|
409
|
-
syntax: "*";
|
|
410
|
-
inherits: false
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
@property --tw-font-weight {
|
|
414
|
-
syntax: "*";
|
|
415
|
-
inherits: false
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
@property --tw-tracking {
|
|
419
|
-
syntax: "*";
|
|
420
|
-
inherits: false
|
|
421
|
-
}
|
|
422
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
423
|
-
@layer properties {
|
|
424
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
425
|
-
*, :before, :after, ::backdrop {
|
|
426
|
-
--tw-font-weight: initial;
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.IncodeBoldWithArrow {
|
|
432
|
-
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
433
|
-
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
434
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
435
|
-
display: inline;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.IncodeBoldWithArrowIcon {
|
|
439
|
-
vertical-align: middle;
|
|
440
|
-
width: .8em;
|
|
441
|
-
height: .8em;
|
|
442
|
-
margin-inline: .2em;
|
|
443
|
-
display: inline-block;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
@property --tw-font-weight {
|
|
447
|
-
syntax: "*";
|
|
448
|
-
inherits: false
|
|
449
|
-
}
|
|
450
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
451
|
-
.IncodeIconWrapper {
|
|
452
|
-
aspect-ratio: 1;
|
|
453
|
-
justify-content: center;
|
|
454
|
-
align-items: center;
|
|
455
|
-
width: 38px;
|
|
456
|
-
min-width: 38px;
|
|
457
|
-
height: 38px;
|
|
458
|
-
min-height: 38px;
|
|
459
|
-
display: flex;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.IncodeIconWrapperImage {
|
|
463
|
-
width: 100%;
|
|
464
|
-
height: 100%;
|
|
465
|
-
}
|
|
466
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
467
|
-
.IncodeDeniedDesktopContainer {
|
|
468
|
-
flex-direction: column;
|
|
469
|
-
display: flex;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.IncodeDeniedDesktopStep {
|
|
473
|
-
align-items: center;
|
|
474
|
-
gap: var(--spacing-8, var(--spacing-8, 8px));
|
|
475
|
-
display: flex;
|
|
476
|
-
}
|
|
477
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
478
|
-
@layer properties {
|
|
479
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
480
|
-
*, :before, :after, ::backdrop {
|
|
481
|
-
--tw-border-style: solid;
|
|
482
|
-
--tw-font-weight: initial;
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.IncodeNumberedStep {
|
|
488
|
-
border-radius: var(--radius-lg, .5rem);
|
|
489
|
-
border-style: var(--tw-border-style);
|
|
490
|
-
--tw-border-style: solid;
|
|
491
|
-
border-style: solid;
|
|
492
|
-
border-width: 2px;
|
|
493
|
-
border-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
494
|
-
justify-content: center;
|
|
495
|
-
align-items: center;
|
|
496
|
-
width: 46px;
|
|
497
|
-
min-width: 46px;
|
|
498
|
-
height: 46px;
|
|
499
|
-
min-height: 46px;
|
|
500
|
-
display: flex;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.IncodeNumberedStepText {
|
|
504
|
-
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
505
|
-
--tw-font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
|
|
506
|
-
font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
|
|
507
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.IncodeNumberedStepConnector {
|
|
511
|
-
margin-left: var(--spacing-24, var(--spacing-24, 24px));
|
|
512
|
-
height: var(--spacing-12, var(--spacing-12, 12px));
|
|
513
|
-
width: var(--spacing-2, var(--spacing-2, 2px));
|
|
514
|
-
background-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
@property --tw-border-style {
|
|
518
|
-
syntax: "*";
|
|
519
|
-
inherits: false;
|
|
520
|
-
initial-value: solid;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
@property --tw-font-weight {
|
|
524
|
-
syntax: "*";
|
|
525
|
-
inherits: false
|
|
526
|
-
}
|
|
527
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
528
|
-
@layer properties {
|
|
529
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
530
|
-
*, :before, :after, ::backdrop {
|
|
531
|
-
--tw-leading: initial;
|
|
532
|
-
--tw-font-weight: initial;
|
|
533
|
-
--tw-tracking: initial;
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.IncodeLearnMoreContainer {
|
|
539
|
-
flex-direction: column;
|
|
540
|
-
justify-content: center;
|
|
541
|
-
align-items: center;
|
|
542
|
-
display: flex;
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
.IncodeLearnMoreImage {
|
|
546
|
-
aspect-ratio: 1;
|
|
547
|
-
height: var(--spacing-32, var(--spacing-32, 32px));
|
|
548
|
-
width: var(--spacing-32, var(--spacing-32, 32px));
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
.IncodeLearnMoreTitle {
|
|
552
|
-
text-align: center;
|
|
553
|
-
font-size: var(--text-20, var(--primitive-typography-size-20));
|
|
554
|
-
--tw-leading: 114%;
|
|
555
|
-
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
556
|
-
line-height: 114%;
|
|
557
|
-
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
558
|
-
--tw-tracking: -1px;
|
|
559
|
-
letter-spacing: -1px;
|
|
560
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.IncodeLearnMoreInstructions {
|
|
564
|
-
align-items: center;
|
|
565
|
-
gap: var(--spacing-24, var(--spacing-24, 24px));
|
|
566
|
-
flex-direction: column;
|
|
567
|
-
display: flex;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.IncodeLearnMoreInstruction {
|
|
571
|
-
align-items: center;
|
|
572
|
-
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
573
|
-
width: 100%;
|
|
574
|
-
display: flex;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
.IncodeLearnMoreInstructionIcon {
|
|
578
|
-
aspect-ratio: 1;
|
|
579
|
-
height: var(--spacing-32, var(--spacing-32, 32px));
|
|
580
|
-
width: var(--spacing-32, var(--spacing-32, 32px));
|
|
581
|
-
flex-shrink: 0;
|
|
582
|
-
display: flex;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.IncodeLearnMoreInstructionIconImage {
|
|
586
|
-
width: 100%;
|
|
587
|
-
height: 100%;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.IncodeLearnMoreInstructionText {
|
|
591
|
-
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
592
|
-
--tw-leading: 114%;
|
|
593
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
594
|
-
line-height: 114%;
|
|
595
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
596
|
-
--tw-tracking: -.5px;
|
|
597
|
-
letter-spacing: -.5px;
|
|
598
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
.IncodeLearnMoreActions {
|
|
602
|
-
width: 100%;
|
|
603
|
-
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
604
|
-
flex-direction: column;
|
|
605
|
-
align-items: center;
|
|
606
|
-
margin-top: auto;
|
|
607
|
-
display: flex;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
@property --tw-leading {
|
|
611
|
-
syntax: "*";
|
|
612
|
-
inherits: false
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
@property --tw-font-weight {
|
|
616
|
-
syntax: "*";
|
|
617
|
-
inherits: false
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
@property --tw-tracking {
|
|
621
|
-
syntax: "*";
|
|
622
|
-
inherits: false
|
|
623
|
-
}
|
|
624
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
625
|
-
.IncodePermissionsImageContainer {
|
|
626
|
-
flex-direction: column;
|
|
627
|
-
align-items: center;
|
|
628
|
-
display: flex;
|
|
629
|
-
position: relative;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.IncodePermissionsActions {
|
|
633
|
-
flex-direction: column;
|
|
634
|
-
align-items: center;
|
|
635
|
-
width: 100%;
|
|
636
|
-
margin-top: auto;
|
|
637
|
-
display: flex;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.IncodePermissionsActionsGap {
|
|
641
|
-
align-items: center;
|
|
642
|
-
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
643
|
-
flex-direction: column;
|
|
644
|
-
width: 100%;
|
|
645
|
-
margin-top: auto;
|
|
646
|
-
display: flex;
|
|
647
|
-
}
|
|
648
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
649
|
-
@layer properties {
|
|
650
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
651
|
-
*, :before, :after, ::backdrop {
|
|
652
|
-
--tw-leading: initial;
|
|
653
|
-
--tw-font-weight: initial;
|
|
654
|
-
--tw-tracking: initial;
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
.IncodeErrorModalContent {
|
|
660
|
-
inset: var(--spacing-0, var(--spacing-none, 0px));
|
|
661
|
-
top: var(--spacing-0, var(--spacing-none, 0px));
|
|
662
|
-
right: var(--spacing-0, var(--spacing-none, 0px));
|
|
663
|
-
bottom: var(--spacing-0, var(--spacing-none, 0px));
|
|
664
|
-
left: var(--spacing-0, var(--spacing-none, 0px));
|
|
665
|
-
z-index: 50;
|
|
666
|
-
background-color: var(--color-white, #fff);
|
|
667
|
-
justify-content: center;
|
|
668
|
-
align-items: center;
|
|
669
|
-
width: 100%;
|
|
670
|
-
height: 100%;
|
|
671
|
-
display: flex;
|
|
672
|
-
position: fixed;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.IncodeErrorModalContent .IncodeErrorModalContentContainer {
|
|
676
|
-
width: 100%;
|
|
677
|
-
min-width: 320px;
|
|
678
|
-
height: 100%;
|
|
679
|
-
padding-inline: var(--spacing-16, var(--spacing-16, 16px));
|
|
680
|
-
flex-direction: column;
|
|
681
|
-
justify-content: center;
|
|
682
|
-
align-items: center;
|
|
683
|
-
display: flex;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.IncodeErrorModalContent .IncodeErrorModalContentSpacer {
|
|
687
|
-
flex: 1;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.IncodeErrorModalContent .IncodeErrorModalContentIconContainer {
|
|
691
|
-
flex-direction: column;
|
|
692
|
-
flex: 1;
|
|
693
|
-
justify-content: center;
|
|
694
|
-
align-items: center;
|
|
695
|
-
display: flex;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
.IncodeErrorModalContent .IncodeErrorModalContentTitle {
|
|
699
|
-
text-align: center;
|
|
700
|
-
font-size: var(--text-2xl, 1.5rem);
|
|
701
|
-
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
702
|
-
--tw-leading: 114%;
|
|
703
|
-
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
704
|
-
line-height: 114%;
|
|
705
|
-
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
706
|
-
--tw-tracking: -.5px;
|
|
707
|
-
letter-spacing: -.5px;
|
|
708
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.IncodeErrorModalContent .IncodeErrorModalContentDescription {
|
|
712
|
-
text-align: center;
|
|
713
|
-
font-size: var(--text-base, 1rem);
|
|
714
|
-
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
715
|
-
--tw-leading: 114%;
|
|
716
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
717
|
-
line-height: 114%;
|
|
718
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
719
|
-
--tw-tracking: -.5px;
|
|
720
|
-
letter-spacing: -.5px;
|
|
721
|
-
color: var(--color-text-body-secondary, var(--text-body-secondary));
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
.IncodeErrorModalContent .IncodeErrorModalContentAttemptsContainer {
|
|
725
|
-
flex-direction: column;
|
|
726
|
-
align-items: center;
|
|
727
|
-
width: 100%;
|
|
728
|
-
display: flex;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
.IncodeErrorModalContent .IncodeErrorModalContentAttemptsText {
|
|
732
|
-
text-align: center;
|
|
733
|
-
font-size: var(--text-lg, 1.125rem);
|
|
734
|
-
line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
|
|
735
|
-
--tw-leading: 114%;
|
|
736
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
737
|
-
line-height: 114%;
|
|
738
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
739
|
-
--tw-tracking: -.5px;
|
|
740
|
-
letter-spacing: -.5px;
|
|
741
|
-
color: var(--color-text-body-secondary, var(--text-body-secondary));
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
@property --tw-leading {
|
|
745
|
-
syntax: "*";
|
|
746
|
-
inherits: false
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
@property --tw-font-weight {
|
|
750
|
-
syntax: "*";
|
|
751
|
-
inherits: false
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
@property --tw-tracking {
|
|
755
|
-
syntax: "*";
|
|
756
|
-
inherits: false
|
|
757
|
-
}
|
|
758
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
759
|
-
.IncodeFaceOutline {
|
|
760
|
-
height: 100%;
|
|
761
|
-
}
|
|
762
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
763
|
-
.IncodeLoadingBorder {
|
|
764
|
-
aspect-ratio: 1;
|
|
765
|
-
width: 100%;
|
|
766
|
-
max-width: 335px;
|
|
767
|
-
position: absolute;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.IncodeLoadingBorder.IncodeLoadingBorderSpinning {
|
|
771
|
-
animation: var(--animate-spin, spin 1s linear infinite);
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
.IncodeLoadingBorder .IncodeLoadingBorderPath {
|
|
775
|
-
transition: all 1s ease-in-out;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
@keyframes spin {
|
|
779
|
-
to {
|
|
780
|
-
transform: rotate(360deg);
|
|
781
|
-
}
|
|
782
|
-
}
|
|
783
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
784
|
-
.IncodeCameraButton {
|
|
785
|
-
justify-content: center;
|
|
786
|
-
align-items: center;
|
|
787
|
-
display: flex;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
.IncodeCameraButton .IncodeCameraButtonPath {
|
|
791
|
-
fill: var(--color-border-brand-500, var(--border-brand-500-static));
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
.IncodeCameraButton .IncodeCameraButtonBackground {
|
|
795
|
-
fill: var(--color-surface-brand-50, var(--surface-brand-50));
|
|
796
|
-
}
|
|
797
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
798
|
-
@layer properties {
|
|
799
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
800
|
-
*, :before, :after, ::backdrop {
|
|
801
|
-
--tw-leading: initial;
|
|
802
|
-
--tw-font-weight: initial;
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
.IncodeManualCaptureButton {
|
|
808
|
-
align-items: center;
|
|
809
|
-
gap: var(--spacing-16, var(--spacing-16, 16px));
|
|
810
|
-
flex-direction: column;
|
|
811
|
-
max-width: 275px;
|
|
812
|
-
display: flex;
|
|
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;
|
|
813
368
|
}
|
|
814
369
|
|
|
815
370
|
.IncodeManualCaptureButtonText {
|
|
@@ -827,25 +382,6 @@
|
|
|
827
382
|
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
828
383
|
}
|
|
829
384
|
|
|
830
|
-
@property --tw-leading {
|
|
831
|
-
syntax: "*";
|
|
832
|
-
inherits: false
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
@property --tw-font-weight {
|
|
836
|
-
syntax: "*";
|
|
837
|
-
inherits: false
|
|
838
|
-
}
|
|
839
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
840
|
-
@layer properties {
|
|
841
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
842
|
-
*, :before, :after, ::backdrop {
|
|
843
|
-
--tw-leading: initial;
|
|
844
|
-
--tw-font-weight: initial;
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
|
|
849
385
|
.IncodeNotification {
|
|
850
386
|
flex-direction: column;
|
|
851
387
|
align-items: center;
|
|
@@ -863,237 +399,175 @@
|
|
|
863
399
|
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
864
400
|
}
|
|
865
401
|
|
|
866
|
-
@property --tw-
|
|
402
|
+
@property --tw-rotate-x {
|
|
867
403
|
syntax: "*";
|
|
868
404
|
inherits: false
|
|
869
405
|
}
|
|
870
406
|
|
|
871
|
-
@property --tw-
|
|
407
|
+
@property --tw-rotate-y {
|
|
872
408
|
syntax: "*";
|
|
873
409
|
inherits: false
|
|
874
410
|
}
|
|
875
|
-
|
|
876
|
-
@
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
--tw-border-style: solid;
|
|
880
|
-
--tw-translate-x: 0;
|
|
881
|
-
--tw-translate-y: 0;
|
|
882
|
-
--tw-translate-z: 0;
|
|
883
|
-
--tw-rotate-x: initial;
|
|
884
|
-
--tw-rotate-y: initial;
|
|
885
|
-
--tw-rotate-z: initial;
|
|
886
|
-
--tw-skew-x: initial;
|
|
887
|
-
--tw-skew-y: initial;
|
|
888
|
-
--tw-leading: initial;
|
|
889
|
-
--tw-font-weight: initial;
|
|
890
|
-
--tw-tracking: initial;
|
|
891
|
-
}
|
|
892
|
-
}
|
|
411
|
+
|
|
412
|
+
@property --tw-rotate-z {
|
|
413
|
+
syntax: "*";
|
|
414
|
+
inherits: false
|
|
893
415
|
}
|
|
894
416
|
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
justify-content: flex-start;
|
|
899
|
-
align-items: center;
|
|
900
|
-
height: 100%;
|
|
901
|
-
display: flex;
|
|
902
|
-
position: relative;
|
|
903
|
-
overflow: hidden;
|
|
417
|
+
@property --tw-skew-x {
|
|
418
|
+
syntax: "*";
|
|
419
|
+
inherits: false
|
|
904
420
|
}
|
|
905
421
|
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
border-style: var(--tw-border-style);
|
|
910
|
-
border-width: 12px;
|
|
911
|
-
border-color: #0000;
|
|
912
|
-
width: 100%;
|
|
913
|
-
max-width: 335px;
|
|
914
|
-
position: relative;
|
|
422
|
+
@property --tw-skew-y {
|
|
423
|
+
syntax: "*";
|
|
424
|
+
inherits: false
|
|
915
425
|
}
|
|
916
426
|
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
height: calc(100% - 24px);
|
|
922
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
923
|
-
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
924
|
-
border-radius: var(--radius-full, var(--border-radius-full));
|
|
925
|
-
background-color: var(--color-white, #fff);
|
|
926
|
-
justify-content: center;
|
|
927
|
-
align-items: center;
|
|
928
|
-
display: flex;
|
|
929
|
-
position: absolute;
|
|
930
|
-
top: 50%;
|
|
931
|
-
left: 50%;
|
|
932
|
-
overflow: hidden;
|
|
427
|
+
@property --tw-border-style {
|
|
428
|
+
syntax: "*";
|
|
429
|
+
inherits: false;
|
|
430
|
+
initial-value: solid;
|
|
933
431
|
}
|
|
934
432
|
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
position: absolute;
|
|
433
|
+
@property --tw-outline-style {
|
|
434
|
+
syntax: "*";
|
|
435
|
+
inherits: false;
|
|
436
|
+
initial-value: solid;
|
|
940
437
|
}
|
|
941
438
|
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
height: 100%;
|
|
946
|
-
position: absolute;
|
|
947
|
-
transform: scaleX(-1);
|
|
439
|
+
@property --tw-blur {
|
|
440
|
+
syntax: "*";
|
|
441
|
+
inherits: false
|
|
948
442
|
}
|
|
949
443
|
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
animation: .4s ease-out fadeInScale;
|
|
954
|
-
display: flex;
|
|
444
|
+
@property --tw-brightness {
|
|
445
|
+
syntax: "*";
|
|
446
|
+
inherits: false
|
|
955
447
|
}
|
|
956
448
|
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
961
|
-
--tw-leading: 125%;
|
|
962
|
-
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
963
|
-
line-height: 125%;
|
|
964
|
-
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
965
|
-
--tw-tracking: -1px;
|
|
966
|
-
letter-spacing: -1px;
|
|
967
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
449
|
+
@property --tw-contrast {
|
|
450
|
+
syntax: "*";
|
|
451
|
+
inherits: false
|
|
968
452
|
}
|
|
969
453
|
|
|
970
|
-
|
|
971
|
-
|
|
454
|
+
@property --tw-grayscale {
|
|
455
|
+
syntax: "*";
|
|
456
|
+
inherits: false
|
|
972
457
|
}
|
|
973
458
|
|
|
974
|
-
|
|
975
|
-
|
|
459
|
+
@property --tw-hue-rotate {
|
|
460
|
+
syntax: "*";
|
|
461
|
+
inherits: false
|
|
976
462
|
}
|
|
977
463
|
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
align-items: center;
|
|
982
|
-
display: flex;
|
|
464
|
+
@property --tw-invert {
|
|
465
|
+
syntax: "*";
|
|
466
|
+
inherits: false
|
|
983
467
|
}
|
|
984
468
|
|
|
985
|
-
@property --tw-
|
|
469
|
+
@property --tw-opacity {
|
|
986
470
|
syntax: "*";
|
|
987
|
-
inherits: false
|
|
988
|
-
initial-value: solid;
|
|
471
|
+
inherits: false
|
|
989
472
|
}
|
|
990
473
|
|
|
991
|
-
@property --tw-
|
|
474
|
+
@property --tw-saturate {
|
|
992
475
|
syntax: "*";
|
|
993
|
-
inherits: false
|
|
994
|
-
initial-value: 0;
|
|
476
|
+
inherits: false
|
|
995
477
|
}
|
|
996
478
|
|
|
997
|
-
@property --tw-
|
|
479
|
+
@property --tw-sepia {
|
|
998
480
|
syntax: "*";
|
|
999
|
-
inherits: false
|
|
1000
|
-
initial-value: 0;
|
|
481
|
+
inherits: false
|
|
1001
482
|
}
|
|
1002
483
|
|
|
1003
|
-
@property --tw-
|
|
484
|
+
@property --tw-drop-shadow {
|
|
1004
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>";
|
|
1005
496
|
inherits: false;
|
|
1006
|
-
initial-value:
|
|
497
|
+
initial-value: 100%;
|
|
1007
498
|
}
|
|
1008
499
|
|
|
1009
|
-
@property --tw-
|
|
500
|
+
@property --tw-drop-shadow-size {
|
|
1010
501
|
syntax: "*";
|
|
1011
502
|
inherits: false
|
|
1012
503
|
}
|
|
1013
504
|
|
|
1014
|
-
@property --tw-
|
|
505
|
+
@property --tw-backdrop-blur {
|
|
1015
506
|
syntax: "*";
|
|
1016
507
|
inherits: false
|
|
1017
508
|
}
|
|
1018
509
|
|
|
1019
|
-
@property --tw-
|
|
510
|
+
@property --tw-backdrop-brightness {
|
|
1020
511
|
syntax: "*";
|
|
1021
512
|
inherits: false
|
|
1022
513
|
}
|
|
1023
514
|
|
|
1024
|
-
@property --tw-
|
|
515
|
+
@property --tw-backdrop-contrast {
|
|
1025
516
|
syntax: "*";
|
|
1026
517
|
inherits: false
|
|
1027
518
|
}
|
|
1028
519
|
|
|
1029
|
-
@property --tw-
|
|
520
|
+
@property --tw-backdrop-grayscale {
|
|
1030
521
|
syntax: "*";
|
|
1031
522
|
inherits: false
|
|
1032
523
|
}
|
|
1033
524
|
|
|
1034
|
-
@property --tw-
|
|
525
|
+
@property --tw-backdrop-hue-rotate {
|
|
1035
526
|
syntax: "*";
|
|
1036
527
|
inherits: false
|
|
1037
528
|
}
|
|
1038
529
|
|
|
1039
|
-
@property --tw-
|
|
530
|
+
@property --tw-backdrop-invert {
|
|
1040
531
|
syntax: "*";
|
|
1041
532
|
inherits: false
|
|
1042
533
|
}
|
|
1043
534
|
|
|
1044
|
-
@property --tw-
|
|
535
|
+
@property --tw-backdrop-opacity {
|
|
1045
536
|
syntax: "*";
|
|
1046
537
|
inherits: false
|
|
1047
538
|
}
|
|
1048
|
-
|
|
1049
|
-
@
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
--tw-leading: initial;
|
|
1053
|
-
--tw-font-weight: initial;
|
|
1054
|
-
--tw-tracking: initial;
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
539
|
+
|
|
540
|
+
@property --tw-backdrop-saturate {
|
|
541
|
+
syntax: "*";
|
|
542
|
+
inherits: false
|
|
1057
543
|
}
|
|
1058
544
|
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
justify-content: space-between;
|
|
1063
|
-
margin: auto;
|
|
1064
|
-
display: flex;
|
|
545
|
+
@property --tw-backdrop-sepia {
|
|
546
|
+
syntax: "*";
|
|
547
|
+
inherits: false
|
|
1065
548
|
}
|
|
1066
549
|
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
padding-inline: var(--spacing-24, var(--spacing-24, 24px));
|
|
1071
|
-
margin: auto;
|
|
550
|
+
@property --tw-ease {
|
|
551
|
+
syntax: "*";
|
|
552
|
+
inherits: false
|
|
1072
553
|
}
|
|
1073
554
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
1079
|
-
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
1080
|
-
--tw-leading: 114%;
|
|
1081
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
1082
|
-
line-height: 114%;
|
|
1083
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
1084
|
-
--tw-tracking: -.5px;
|
|
1085
|
-
letter-spacing: -.5px;
|
|
1086
|
-
color: var(--color-text-body-secondary, var(--text-body-secondary));
|
|
555
|
+
@property --tw-translate-x {
|
|
556
|
+
syntax: "*";
|
|
557
|
+
inherits: false;
|
|
558
|
+
initial-value: 0;
|
|
1087
559
|
}
|
|
1088
560
|
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
561
|
+
@property --tw-translate-y {
|
|
562
|
+
syntax: "*";
|
|
563
|
+
inherits: false;
|
|
564
|
+
initial-value: 0;
|
|
1093
565
|
}
|
|
1094
566
|
|
|
1095
|
-
|
|
1096
|
-
|
|
567
|
+
@property --tw-translate-z {
|
|
568
|
+
syntax: "*";
|
|
569
|
+
inherits: false;
|
|
570
|
+
initial-value: 0;
|
|
1097
571
|
}
|
|
1098
572
|
|
|
1099
573
|
@property --tw-leading {
|
|
@@ -1110,3 +584,9 @@
|
|
|
1110
584
|
syntax: "*";
|
|
1111
585
|
inherits: false
|
|
1112
586
|
}
|
|
587
|
+
|
|
588
|
+
@keyframes spin {
|
|
589
|
+
to {
|
|
590
|
+
transform: rotate(360deg);
|
|
591
|
+
}
|
|
592
|
+
}
|