@incodetech/web 2.0.0-alpha.1 → 2.0.0-alpha.11
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 +1071 -0
- package/dist/browser-ponyfill-B6W6hHVY.js +344 -0
- package/dist/email/email.es.js +145 -0
- package/dist/email/styles.css +123 -0
- package/dist/flow/flow.es.js +555 -0
- package/dist/flow/styles.css +1119 -0
- package/dist/incodeModule-Dv8Qllrv.js +254 -0
- package/dist/index.es.js +6 -0
- package/dist/instance-B-q0ZREN.js +2140 -0
- package/dist/otpInput-BtoZe0Wz.js +151 -0
- package/dist/page-Dh_Zw2ik.js +234 -0
- package/dist/phone/phone.es.js +3441 -0
- package/dist/phone/styles.css +305 -0
- package/dist/selfie/selfie.es.js +893 -0
- package/dist/selfie/styles.css +590 -0
- package/dist/selfieTutorial-C-u5GufD.js +29 -0
- package/dist/setup-wNL83jmW.js +20 -0
- package/dist/themes/dark.css +652 -0
- package/dist/themes/light.css +543 -0
- package/dist/title-BfO5Dlzk.js +25 -0
- package/dist/types/base.d.ts +1 -0
- package/dist/types/dark.d.ts +1 -0
- package/dist/types/email.d.ts +57 -0
- package/dist/types/flow.d.ts +69 -0
- package/dist/types/index.d.ts +38 -0
- package/dist/types/light.d.ts +1 -0
- package/dist/types/phone.d.ts +58 -0
- package/dist/types/selfie.d.ts +31 -0
- package/dist/types/styles.d.ts +1 -0
- package/dist/types/themes/dark.d.ts +1 -0
- package/dist/types/themes/light.d.ts +1 -0
- package/dist/uiConfig-CQ1W9cUD.js +23 -0
- package/dist/vendor-preact-CK0WeTOR.js +584 -0
- package/package.json +32 -26
- package/dev/README.md +0 -163
- package/dev/getToken.ts +0 -36
- package/dev/headless.html +0 -875
- package/dev/index.html +0 -366
- package/dev/main-headless.tsx +0 -1332
- package/dev/main-orchestrated-flow.tsx +0 -1158
- package/dev/main-preact.tsx +0 -323
- package/dev/main-simplified.tsx +0 -123
- package/dev/main-web-component.tsx +0 -256
- package/dev/main.tsx +0 -332
- package/dev/manual.html +0 -27
- package/dev/orchestrated-flow.html +0 -64
- package/dev/simplified.html +0 -64
- package/dev/tiktok-logo.svg +0 -7
- package/src/defineCustomElement.tsx +0 -30
- package/src/email/email.test.tsx +0 -368
- package/src/email/email.tsx +0 -255
- package/src/email/emailInput.test.tsx +0 -264
- package/src/email/emailInput.tsx +0 -85
- package/src/email/styles.css +0 -59
- package/src/flow/flow.test.tsx +0 -796
- package/src/flow/flow.tsx +0 -292
- package/src/flow/flowCompleted.css +0 -30
- package/src/flow/flowCompleted.test.tsx +0 -331
- package/src/flow/flowCompleted.tsx +0 -121
- package/src/flow/flowInit.test.ts +0 -264
- package/src/flow/flowInit.ts +0 -94
- package/src/flow/flowStart.css +0 -58
- package/src/flow/flowStart.test.tsx +0 -49
- package/src/flow/flowStart.tsx +0 -41
- package/src/flow/incode-logo.svg +0 -8
- package/src/flow/index.ts +0 -7
- package/src/flow/preloadFlow.test.ts +0 -421
- package/src/flow/preloadFlow.ts +0 -171
- package/src/flow/styles.css +0 -9
- package/src/flow/unsupportedModule.css +0 -21
- package/src/flow/unsupportedModule.tsx +0 -39
- package/src/flow/useFlowInitialization.test.tsx +0 -292
- package/src/flow/useFlowInitialization.ts +0 -128
- package/src/flow/useModuleLoader.test.tsx +0 -212
- package/src/flow/useModuleLoader.ts +0 -92
- package/src/hooks/index.ts +0 -1
- package/src/hooks/useManager.test.ts +0 -91
- package/src/hooks/useManager.ts +0 -40
- package/src/i18n/index.ts +0 -3
- package/src/i18n/instance.ts +0 -16
- package/src/i18n/setup.ts +0 -184
- package/src/i18n/useTranslation.ts +0 -42
- package/src/index.ts +0 -27
- package/src/permissions/assets/android-dots-icon.svg +0 -7
- package/src/permissions/assets/android-settings-icon.svg +0 -16
- package/src/permissions/assets/android-toggle-icon.svg +0 -20
- package/src/permissions/assets/bank-card-icon.svg +0 -14
- package/src/permissions/assets/camera-icon.svg +0 -12
- package/src/permissions/assets/camera-ios.svg +0 -53
- package/src/permissions/assets/check-icon.svg +0 -8
- package/src/permissions/assets/chrome-icon.svg +0 -43
- package/src/permissions/assets/password-icon.svg +0 -11
- package/src/permissions/assets/permissions-img.svg +0 -51
- package/src/permissions/assets/safari-icon.svg +0 -37
- package/src/permissions/assets/settings-icon.svg +0 -33
- package/src/permissions/assets/toggle-icon.svg +0 -19
- package/src/permissions/assets/warning-icon.svg +0 -6
- package/src/permissions/boldWithArrow.css +0 -9
- package/src/permissions/boldWithArrow.tsx +0 -41
- package/src/permissions/denied.css +0 -37
- package/src/permissions/denied.tsx +0 -29
- package/src/permissions/deniedAndroid.tsx +0 -56
- package/src/permissions/deniedDesktop.css +0 -9
- package/src/permissions/deniedDesktop.tsx +0 -64
- package/src/permissions/deniedIOS.tsx +0 -73
- package/src/permissions/deniedInstructions.tsx +0 -19
- package/src/permissions/iconWrapper.css +0 -9
- package/src/permissions/iconWrapper.tsx +0 -15
- package/src/permissions/learnMore.css +0 -37
- package/src/permissions/learnMore.tsx +0 -85
- package/src/permissions/numberedStep.css +0 -13
- package/src/permissions/numberedStep.tsx +0 -14
- package/src/permissions/permissions.css +0 -13
- package/src/permissions/permissions.tsx +0 -68
- package/src/phone/phone.tsx +0 -246
- package/src/phone/phoneInput.test.tsx +0 -275
- package/src/phone/phoneInput.tsx +0 -249
- package/src/phone/styles.css +0 -158
- package/src/selfie/cameraButton.css +0 -13
- package/src/selfie/cameraButton.tsx +0 -35
- package/src/selfie/capture.css +0 -57
- package/src/selfie/capture.tsx +0 -232
- package/src/selfie/errorModal.tsx +0 -218
- package/src/selfie/errorModalContent.css +0 -33
- package/src/selfie/errorModalContent.tsx +0 -44
- package/src/selfie/faceOutline.css +0 -5
- package/src/selfie/faceOutline.tsx +0 -22
- package/src/selfie/loadingBorder.css +0 -12
- package/src/selfie/loadingBorder.tsx +0 -77
- package/src/selfie/manualCaptureButton.css +0 -13
- package/src/selfie/manualCaptureButton.tsx +0 -35
- package/src/selfie/noMoreAttemptsModal.tsx +0 -44
- package/src/selfie/notification.css +0 -9
- package/src/selfie/notification.tsx +0 -36
- package/src/selfie/retryErrorModal.tsx +0 -56
- package/src/selfie/selfie.test.tsx +0 -458
- package/src/selfie/selfie.tsx +0 -83
- package/src/selfie/selfieTutorial.json +0 -2626
- package/src/selfie/styles.css +0 -1
- package/src/selfie/tutorial.test.tsx +0 -200
- package/src/selfie/tutorial.tsx +0 -43
- package/src/setup.ts +0 -33
- package/src/shared/baseTutorial/baseTutorial.css +0 -21
- package/src/shared/baseTutorial/baseTutorial.test.tsx +0 -184
- package/src/shared/baseTutorial/baseTutorial.tsx +0 -55
- package/src/shared/baseTutorial/replaceBaseTutorial.test.ts +0 -267
- package/src/shared/baseTutorial/replaceBaseTutorial.ts +0 -68
- package/src/shared/button/button.css +0 -55
- package/src/shared/button/button.test.tsx +0 -101
- package/src/shared/button/button.tsx +0 -47
- package/src/shared/componentRoot/incodeComponent.tsx +0 -12
- package/src/shared/countries/countries.test.ts +0 -75
- package/src/shared/countries/countries.ts +0 -139
- package/src/shared/countries/index.ts +0 -6
- package/src/shared/icons/chevronDown.tsx +0 -22
- package/src/shared/icons/index.ts +0 -2
- package/src/shared/icons/successIcon.css +0 -5
- package/src/shared/icons/successIcon.test.tsx +0 -40
- package/src/shared/icons/successIcon.tsx +0 -26
- package/src/shared/loader/loadingIcon.css +0 -28
- package/src/shared/loader/loadingIcon.tsx +0 -67
- package/src/shared/lottie/lottie.tsx +0 -108
- package/src/shared/otpInput/otpInput.css +0 -85
- package/src/shared/otpInput/otpInput.test.tsx +0 -356
- package/src/shared/otpInput/otpInput.tsx +0 -241
- package/src/shared/page/incode-logo.svg +0 -3
- package/src/shared/page/page.css +0 -47
- package/src/shared/page/page.test.tsx +0 -97
- package/src/shared/page/page.tsx +0 -91
- package/src/shared/page/pageUiConfig.test.ts +0 -112
- package/src/shared/page/pageUiConfig.ts +0 -64
- package/src/shared/page/verifiedByIncode.css +0 -5
- package/src/shared/page/verifiedByIncode.tsx +0 -75
- package/src/shared/spacer/spacer.css +0 -149
- package/src/shared/spacer/spacer.test.tsx +0 -143
- package/src/shared/spacer/spacer.tsx +0 -88
- package/src/shared/spinner/index.ts +0 -2
- package/src/shared/spinner/spinner.css +0 -28
- package/src/shared/spinner/spinner.test.tsx +0 -82
- package/src/shared/spinner/spinner.tsx +0 -65
- package/src/shared/title/title.css +0 -7
- package/src/shared/title/title.tsx +0 -12
- package/src/shared/uiConfig/uiConfig.ts +0 -36
- package/src/shared/webComponent/incodeModule.ts +0 -29
- package/src/shared/webComponent/registerIncodeElement.ts +0 -15
- package/src/styles/__mocks__/fetchTheme.ts +0 -19
- package/src/styles/applyTheme.ts +0 -37
- package/src/styles/cn.test.tsx +0 -57
- package/src/styles/cn.tsx +0 -21
- package/src/styles/core.css +0 -12
- package/src/styles/fetchTheme.test.ts +0 -390
- package/src/styles/fetchTheme.ts +0 -88
- package/src/styles/generatePalette.ts +0 -111
- package/src/styles/reset.css +0 -65
- package/src/styles/resolveCssVariableToHex.ts +0 -28
- package/src/styles/tailwind.css +0 -291
- package/src/styles/themeTypes.ts +0 -18
- package/src/styles/tokens/colors.css +0 -190
- package/src/styles/tokens/components.css +0 -174
- package/src/styles/tokens/index.css +0 -4
- package/src/styles/tokens/primitives.css +0 -129
- package/src/styles/tokens/semantic.css +0 -51
- package/src/svg.d.ts +0 -4
- package/src/types/assets.d.ts +0 -1
- package/src/types/custom-elements.d.ts +0 -104
- package/tsconfig.json +0 -22
- package/vite.config.ts +0 -260
- package/vitest.config.ts +0 -40
- package/vitest.setup.ts +0 -16
package/dist/base.css
ADDED
|
@@ -0,0 +1,1071 @@
|
|
|
1
|
+
@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";
|
|
2
|
+
|
|
3
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
4
|
+
@layer properties {
|
|
5
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
6
|
+
*, :before, :after, ::backdrop {
|
|
7
|
+
--tw-rotate-x: initial;
|
|
8
|
+
--tw-rotate-y: initial;
|
|
9
|
+
--tw-rotate-z: initial;
|
|
10
|
+
--tw-skew-x: initial;
|
|
11
|
+
--tw-skew-y: initial;
|
|
12
|
+
--tw-border-style: solid;
|
|
13
|
+
--tw-outline-style: solid;
|
|
14
|
+
--tw-blur: initial;
|
|
15
|
+
--tw-brightness: initial;
|
|
16
|
+
--tw-contrast: initial;
|
|
17
|
+
--tw-grayscale: initial;
|
|
18
|
+
--tw-hue-rotate: initial;
|
|
19
|
+
--tw-invert: initial;
|
|
20
|
+
--tw-opacity: initial;
|
|
21
|
+
--tw-saturate: initial;
|
|
22
|
+
--tw-sepia: initial;
|
|
23
|
+
--tw-drop-shadow: initial;
|
|
24
|
+
--tw-drop-shadow-color: initial;
|
|
25
|
+
--tw-drop-shadow-alpha: 100%;
|
|
26
|
+
--tw-drop-shadow-size: initial;
|
|
27
|
+
--tw-backdrop-blur: initial;
|
|
28
|
+
--tw-backdrop-brightness: initial;
|
|
29
|
+
--tw-backdrop-contrast: initial;
|
|
30
|
+
--tw-backdrop-grayscale: initial;
|
|
31
|
+
--tw-backdrop-hue-rotate: initial;
|
|
32
|
+
--tw-backdrop-invert: initial;
|
|
33
|
+
--tw-backdrop-opacity: initial;
|
|
34
|
+
--tw-backdrop-saturate: initial;
|
|
35
|
+
--tw-backdrop-sepia: initial;
|
|
36
|
+
--tw-ease: initial;
|
|
37
|
+
--tw-duration: initial;
|
|
38
|
+
--tw-font-weight: initial;
|
|
39
|
+
--tw-leading: initial;
|
|
40
|
+
--tw-tracking: initial;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.IncodeComponent, .IncodeComponent * {
|
|
45
|
+
box-sizing: border-box;
|
|
46
|
+
}
|
|
47
|
+
.IncodeComponent {
|
|
48
|
+
font-family: var(--primitive-typography-family-dm-sans), sans-serif;
|
|
49
|
+
-webkit-font-smoothing: antialiased;
|
|
50
|
+
-moz-osx-font-smoothing: grayscale;
|
|
51
|
+
text-rendering: optimizeLegibility;
|
|
52
|
+
color: var(--text-body-primary);
|
|
53
|
+
width: 100%;
|
|
54
|
+
height: 100%;
|
|
55
|
+
margin: 0;
|
|
56
|
+
padding: 0;
|
|
57
|
+
}
|
|
58
|
+
.IncodeComponent *, .IncodeComponent :after, .IncodeComponent :before, .IncodeComponent ::backdrop {
|
|
59
|
+
box-sizing: border-box;
|
|
60
|
+
border: 0 solid;
|
|
61
|
+
margin: 0;
|
|
62
|
+
padding: 0;
|
|
63
|
+
}
|
|
64
|
+
.IncodeComponent ::file-selector-button {
|
|
65
|
+
box-sizing: border-box;
|
|
66
|
+
border: 0 solid;
|
|
67
|
+
margin: 0;
|
|
68
|
+
padding: 0;
|
|
69
|
+
}
|
|
70
|
+
.IncodeComponent h1, .IncodeComponent h2, .IncodeComponent h3, .IncodeComponent h4, .IncodeComponent h5, .IncodeComponent h6 {
|
|
71
|
+
font-size: inherit;
|
|
72
|
+
font-weight: inherit;
|
|
73
|
+
margin: 0;
|
|
74
|
+
padding: 0;
|
|
75
|
+
}
|
|
76
|
+
.IncodeComponent ol, .IncodeComponent ul, .IncodeComponent menu {
|
|
77
|
+
list-style: none;
|
|
78
|
+
}
|
|
79
|
+
.IncodeComponent img, .IncodeComponent svg, .IncodeComponent video, .IncodeComponent canvas, .IncodeComponent audio, .IncodeComponent iframe, .IncodeComponent embed, .IncodeComponent object {
|
|
80
|
+
vertical-align: middle;
|
|
81
|
+
display: block;
|
|
82
|
+
}
|
|
83
|
+
.IncodeComponent img, .IncodeComponent video {
|
|
84
|
+
max-width: 100%;
|
|
85
|
+
height: auto;
|
|
86
|
+
}
|
|
87
|
+
@layer incode-theme;
|
|
88
|
+
@layer incode-utilities {
|
|
89
|
+
.absolute {
|
|
90
|
+
position: absolute;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.relative {
|
|
94
|
+
position: relative;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.container {
|
|
98
|
+
width: 100%;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@media (min-width: 40rem) {
|
|
102
|
+
.container {
|
|
103
|
+
max-width: 40rem;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
@media (min-width: 48rem) {
|
|
108
|
+
.container {
|
|
109
|
+
max-width: 48rem;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@media (min-width: 64rem) {
|
|
114
|
+
.container {
|
|
115
|
+
max-width: 64rem;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
@media (min-width: 80rem) {
|
|
120
|
+
.container {
|
|
121
|
+
max-width: 80rem;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@media (min-width: 96rem) {
|
|
126
|
+
.container {
|
|
127
|
+
max-width: 96rem;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.block {
|
|
132
|
+
display: block;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.flex {
|
|
136
|
+
display: flex;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.hidden {
|
|
140
|
+
display: none;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.inline-flex {
|
|
144
|
+
display: inline-flex;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.transform {
|
|
148
|
+
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.border {
|
|
152
|
+
border-style: var(--tw-border-style);
|
|
153
|
+
border-width: 1px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.uppercase {
|
|
157
|
+
text-transform: uppercase;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.outline {
|
|
161
|
+
outline-style: var(--tw-outline-style);
|
|
162
|
+
outline-width: 1px;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.blur {
|
|
166
|
+
--tw-blur: blur(8px);
|
|
167
|
+
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, );
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.filter {
|
|
171
|
+
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, );
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.backdrop-filter {
|
|
175
|
+
-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, );
|
|
176
|
+
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, );
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.transition {
|
|
180
|
+
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;
|
|
181
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
182
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.ease-in-out {
|
|
186
|
+
--tw-ease: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
|
|
187
|
+
transition-timing-function: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
@layer incode-base, incode-components;
|
|
191
|
+
.IncodeButton {
|
|
192
|
+
border-radius: var(--radius-button-primary, var(--button-primary-border-radius));
|
|
193
|
+
text-align: center;
|
|
194
|
+
width: 100%;
|
|
195
|
+
max-width: 420px;
|
|
196
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
197
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
198
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
199
|
+
--tw-duration: .2s;
|
|
200
|
+
margin-inline: auto;
|
|
201
|
+
transition-duration: .2s;
|
|
202
|
+
display: block;
|
|
203
|
+
}
|
|
204
|
+
.IncodeButton.IncodeButtonPrimary {
|
|
205
|
+
background-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
206
|
+
color: var(--color-button-primary-text-default, var(--button-primary-text-default));
|
|
207
|
+
padding-inline: var(--spacing-32, var(--spacing-32, 32px));
|
|
208
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
209
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
210
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
211
|
+
border-style: var(--tw-border-style);
|
|
212
|
+
border-width: 1.5px;
|
|
213
|
+
border-color: var(--color-button-primary-border-default, var(--button-primary-border-default));
|
|
214
|
+
padding-block: 18px;
|
|
215
|
+
}
|
|
216
|
+
.IncodeButton.IncodeButtonPrimary:active {
|
|
217
|
+
background-color: var(--color-button-primary-surface-pressed, var(--button-primary-surface-pressed));
|
|
218
|
+
}
|
|
219
|
+
.IncodeButton.IncodeButtonPrimary:not(.IncodeButtonLoading):disabled {
|
|
220
|
+
background-color: var(--color-button-primary-surface-disabled, var(--button-primary-surface-disabled));
|
|
221
|
+
color: var(--color-button-primary-text-disabled, var(--button-primary-text-disabled));
|
|
222
|
+
cursor: not-allowed;
|
|
223
|
+
border-style: var(--tw-border-style);
|
|
224
|
+
border-width: 1px;
|
|
225
|
+
border-color: var(--color-button-primary-border-disabled, var(--button-primary-border-disabled));
|
|
226
|
+
}
|
|
227
|
+
.IncodeButton.IncodeButtonPrimary.IncodeButtonLoading {
|
|
228
|
+
min-height: 56px;
|
|
229
|
+
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
230
|
+
pointer-events: none;
|
|
231
|
+
cursor: not-allowed;
|
|
232
|
+
justify-content: center;
|
|
233
|
+
align-items: center;
|
|
234
|
+
display: flex;
|
|
235
|
+
}
|
|
236
|
+
.IncodeButton.IncodeButtonPrimary.IncodeButtonLoading .IncodeLoadingIconPrimaryIcon {
|
|
237
|
+
fill: var(--button-primary-text-default);
|
|
238
|
+
}
|
|
239
|
+
.IncodeButton.IncodeButtonPrimary.IncodeButtonLoading .IncodeLoadingIconSecondaryIcon {
|
|
240
|
+
fill: var(--surface-brand-400-static);
|
|
241
|
+
}
|
|
242
|
+
.IncodeButton.IncodeButtonLink {
|
|
243
|
+
color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
244
|
+
border-style: var(--tw-border-style);
|
|
245
|
+
border-width: var(--border-width-none, var(--border-none));
|
|
246
|
+
--tw-border-style: none;
|
|
247
|
+
font-size: var(--text-16, var(--primitive-typography-size-16));
|
|
248
|
+
--tw-font-weight: var(--font-weight-normal, 400);
|
|
249
|
+
font-weight: var(--font-weight-normal, 400);
|
|
250
|
+
background-color: #0000;
|
|
251
|
+
border-style: none;
|
|
252
|
+
width: 100%;
|
|
253
|
+
height: 56px;
|
|
254
|
+
text-decoration-line: underline;
|
|
255
|
+
}
|
|
256
|
+
.IncodeButton.IncodeButtonLink:disabled {
|
|
257
|
+
cursor: not-allowed;
|
|
258
|
+
opacity: .5;
|
|
259
|
+
}
|
|
260
|
+
.IncodeButton.IncodeButtonLink.IncodeButtonLoading {
|
|
261
|
+
pointer-events: none;
|
|
262
|
+
cursor: not-allowed;
|
|
263
|
+
}
|
|
264
|
+
.IncodeButton.IncodeButtonLink.IncodeButtonLoading .IncodeLoadingIconPrimaryIcon {
|
|
265
|
+
fill: var(--button-primary-surface-default);
|
|
266
|
+
}
|
|
267
|
+
.IncodeButton.IncodeButtonLink.IncodeButtonLoading .IncodeLoadingIconSecondaryIcon {
|
|
268
|
+
fill: var(--surface-brand-400-static);
|
|
269
|
+
}
|
|
270
|
+
.IncodeOtpInput {
|
|
271
|
+
flex-direction: column;
|
|
272
|
+
flex: 1;
|
|
273
|
+
align-items: center;
|
|
274
|
+
width: 100%;
|
|
275
|
+
display: flex;
|
|
276
|
+
}
|
|
277
|
+
.IncodeOtpInputContainer {
|
|
278
|
+
flex-direction: column;
|
|
279
|
+
align-items: center;
|
|
280
|
+
width: 100%;
|
|
281
|
+
display: flex;
|
|
282
|
+
}
|
|
283
|
+
.IncodeOtpInputBoxes {
|
|
284
|
+
justify-content: center;
|
|
285
|
+
gap: var(--spacing-4, var(--spacing-4, 4px));
|
|
286
|
+
max-width: 100%;
|
|
287
|
+
display: flex;
|
|
288
|
+
}
|
|
289
|
+
@media (min-width: 400px) {
|
|
290
|
+
.IncodeOtpInputBoxes {
|
|
291
|
+
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
.IncodeOtpInputBox {
|
|
295
|
+
text-align: center;
|
|
296
|
+
width: 48px;
|
|
297
|
+
height: 48px;
|
|
298
|
+
font-size: var(--text-24, var(--primitive-typography-size-24));
|
|
299
|
+
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
300
|
+
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
301
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
302
|
+
border-style: var(--tw-border-style);
|
|
303
|
+
border-width: 1px;
|
|
304
|
+
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
305
|
+
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
306
|
+
color: var(--color-input-text-field-default, var(--input-text-field-default));
|
|
307
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
308
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
309
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
310
|
+
--tw-duration: .2s;
|
|
311
|
+
--tw-outline-style: none;
|
|
312
|
+
outline-style: none;
|
|
313
|
+
flex-shrink: 0;
|
|
314
|
+
font-family: inherit;
|
|
315
|
+
transition-duration: .2s;
|
|
316
|
+
}
|
|
317
|
+
@media (min-width: 400px) {
|
|
318
|
+
.IncodeOtpInputBox {
|
|
319
|
+
width: 56px;
|
|
320
|
+
height: 56px;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
.IncodeOtpInputBoxes:focus-within .IncodeOtpInputBox {
|
|
324
|
+
border-style: var(--tw-border-style);
|
|
325
|
+
border-width: 2px;
|
|
326
|
+
border-color: var(--color-input-border-active, var(--input-border-active));
|
|
327
|
+
background-color: var(--color-input-surface-active, var(--input-surface-active));
|
|
328
|
+
}
|
|
329
|
+
.IncodeOtpInputBoxes.IncodeOtpInputBoxesError .IncodeOtpInputBox {
|
|
330
|
+
border-color: var(--color-input-border-negative, var(--input-border-negative));
|
|
331
|
+
}
|
|
332
|
+
.IncodeOtpInputBox::placeholder {
|
|
333
|
+
color: var(--color-input-text-field-placeholder, var(--input-text-field-placeholder));
|
|
334
|
+
}
|
|
335
|
+
.IncodeOtpInputBox:disabled {
|
|
336
|
+
border-color: var(--color-input-border-disabled, var(--input-border-disabled));
|
|
337
|
+
background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
|
|
338
|
+
cursor: not-allowed;
|
|
339
|
+
color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
|
|
340
|
+
}
|
|
341
|
+
.IncodeOtpInputError {
|
|
342
|
+
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
343
|
+
text-align: center;
|
|
344
|
+
font-size: var(--text-14, var(--primitive-typography-size-14));
|
|
345
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
346
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
347
|
+
color: var(--color-input-text-helper-negative, var(--input-text-helper-negative));
|
|
348
|
+
}
|
|
349
|
+
.IncodeOtpInputActions {
|
|
350
|
+
flex-direction: column;
|
|
351
|
+
align-items: center;
|
|
352
|
+
width: 100%;
|
|
353
|
+
display: flex;
|
|
354
|
+
}
|
|
355
|
+
.IncodeOtpInputTimer {
|
|
356
|
+
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
357
|
+
text-align: center;
|
|
358
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
359
|
+
--tw-font-weight: var(--font-weight-normal, 400);
|
|
360
|
+
font-weight: var(--font-weight-normal, 400);
|
|
361
|
+
color: var(--color-text-body-tertiary, var(--text-body-tertiary));
|
|
362
|
+
}
|
|
363
|
+
.IncodeOtpInputResendText {
|
|
364
|
+
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
365
|
+
text-align: center;
|
|
366
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
367
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
368
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
369
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
370
|
+
}
|
|
371
|
+
.IncodeOtpInputLink {
|
|
372
|
+
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
373
|
+
cursor: pointer;
|
|
374
|
+
border-style: var(--tw-border-style);
|
|
375
|
+
border-width: var(--border-width-none, var(--border-none));
|
|
376
|
+
--tw-border-style: none;
|
|
377
|
+
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
378
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
379
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
380
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
381
|
+
color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
382
|
+
background-color: #0000;
|
|
383
|
+
border-style: none;
|
|
384
|
+
font-family: inherit;
|
|
385
|
+
text-decoration-line: underline;
|
|
386
|
+
}
|
|
387
|
+
.IncodeOtpInputLink:hover {
|
|
388
|
+
color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
389
|
+
}
|
|
390
|
+
.IncodeOtpInputLink:disabled {
|
|
391
|
+
cursor: not-allowed;
|
|
392
|
+
color: var(--color-text-body-tertiary, var(--text-body-tertiary));
|
|
393
|
+
}
|
|
394
|
+
.IncodePageContainer {
|
|
395
|
+
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
396
|
+
width: 100%;
|
|
397
|
+
height: 100%;
|
|
398
|
+
display: flex;
|
|
399
|
+
}
|
|
400
|
+
.IncodePageContainer .IncodePageInner {
|
|
401
|
+
width: 100%;
|
|
402
|
+
height: 100%;
|
|
403
|
+
padding-inline: var(--spacing-24, var(--spacing-24, 24px));
|
|
404
|
+
flex-direction: column;
|
|
405
|
+
flex: 1;
|
|
406
|
+
margin: auto;
|
|
407
|
+
display: flex;
|
|
408
|
+
}
|
|
409
|
+
@media screen and (min-width: 767px) {
|
|
410
|
+
.IncodePageContainer .IncodePageInner {
|
|
411
|
+
width: 800px;
|
|
412
|
+
height: 840px;
|
|
413
|
+
margin: auto;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
.IncodePageContainer .IncodePageHeader {
|
|
417
|
+
width: 100%;
|
|
418
|
+
height: 44px;
|
|
419
|
+
min-height: 44px;
|
|
420
|
+
padding-inline: var(--spacing-8, var(--spacing-8, 8px));
|
|
421
|
+
flex-direction: column;
|
|
422
|
+
justify-content: center;
|
|
423
|
+
align-items: center;
|
|
424
|
+
display: flex;
|
|
425
|
+
position: relative;
|
|
426
|
+
}
|
|
427
|
+
.IncodePageContainer .IncodePageLogo {
|
|
428
|
+
max-height: 100%;
|
|
429
|
+
}
|
|
430
|
+
.IncodePageContainer .IncodePageTitleContainer {
|
|
431
|
+
margin-inline: auto;
|
|
432
|
+
margin-block: var(--spacing-0, var(--spacing-none, 0px));
|
|
433
|
+
}
|
|
434
|
+
.IncodePageContainer .IncodePageTitle {
|
|
435
|
+
text-align: center;
|
|
436
|
+
font-size: var(--text-2xl, 1.5rem);
|
|
437
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
438
|
+
--tw-leading: 125%;
|
|
439
|
+
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
440
|
+
line-height: 125%;
|
|
441
|
+
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
442
|
+
--tw-tracking: -1px;
|
|
443
|
+
letter-spacing: -1px;
|
|
444
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
445
|
+
}
|
|
446
|
+
.IncodePageContainer .IncodePageSubtitle {
|
|
447
|
+
text-align: center;
|
|
448
|
+
font-size: var(--text-base, 1rem);
|
|
449
|
+
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
450
|
+
--tw-leading: 114%;
|
|
451
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
452
|
+
line-height: 114%;
|
|
453
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
454
|
+
--tw-tracking: -.5px;
|
|
455
|
+
letter-spacing: -.5px;
|
|
456
|
+
color: var(--color-text-body-secondary, var(--text-body-secondary));
|
|
457
|
+
}
|
|
458
|
+
.IncodePageContainer .IncodePageContent {
|
|
459
|
+
flex-direction: column;
|
|
460
|
+
flex: 1;
|
|
461
|
+
display: flex;
|
|
462
|
+
}
|
|
463
|
+
.IncodePageContainer .IncodePageFooter {
|
|
464
|
+
padding-top: var(--spacing-8, var(--spacing-8, 8px));
|
|
465
|
+
padding-bottom: var(--spacing-12, var(--spacing-12, 12px));
|
|
466
|
+
justify-content: center;
|
|
467
|
+
align-items: center;
|
|
468
|
+
display: flex;
|
|
469
|
+
}
|
|
470
|
+
.IncodePageContainer .IncodePageFooterInner {
|
|
471
|
+
max-height: var(--spacing-40, var(--spacing-40, 40px));
|
|
472
|
+
}
|
|
473
|
+
.IncodeFillWithPrimary {
|
|
474
|
+
fill: var(--color-text-body-primary, var(--text-body-primary));
|
|
475
|
+
}
|
|
476
|
+
.IncodeComponent .IncodeTitle {
|
|
477
|
+
text-align: center;
|
|
478
|
+
font-size: var(--text-2xl, 1.5rem);
|
|
479
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
480
|
+
--tw-leading: 125%;
|
|
481
|
+
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
482
|
+
line-height: 125%;
|
|
483
|
+
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
484
|
+
--tw-tracking: -1px;
|
|
485
|
+
letter-spacing: -1px;
|
|
486
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
487
|
+
}
|
|
488
|
+
.IncodeSuccessIcon {
|
|
489
|
+
flex-shrink: 0;
|
|
490
|
+
}
|
|
491
|
+
.IncodeSpacerFlex {
|
|
492
|
+
flex: 1;
|
|
493
|
+
}
|
|
494
|
+
.IncodeSpacerVertical0 {
|
|
495
|
+
height: var(--spacing-0, var(--spacing-none, 0px));
|
|
496
|
+
width: 100%;
|
|
497
|
+
}
|
|
498
|
+
.IncodeSpacerVertical2 {
|
|
499
|
+
height: var(--spacing-2, var(--spacing-2, 2px));
|
|
500
|
+
width: 100%;
|
|
501
|
+
}
|
|
502
|
+
.IncodeSpacerVertical4 {
|
|
503
|
+
height: var(--spacing-4, var(--spacing-4, 4px));
|
|
504
|
+
width: 100%;
|
|
505
|
+
}
|
|
506
|
+
.IncodeSpacerVertical8 {
|
|
507
|
+
height: var(--spacing-8, var(--spacing-8, 8px));
|
|
508
|
+
width: 100%;
|
|
509
|
+
}
|
|
510
|
+
.IncodeSpacerVertical12 {
|
|
511
|
+
height: var(--spacing-12, var(--spacing-12, 12px));
|
|
512
|
+
width: 100%;
|
|
513
|
+
}
|
|
514
|
+
.IncodeSpacerVertical16 {
|
|
515
|
+
height: var(--spacing-16, var(--spacing-16, 16px));
|
|
516
|
+
width: 100%;
|
|
517
|
+
}
|
|
518
|
+
.IncodeSpacerVertical20 {
|
|
519
|
+
height: var(--spacing-20, var(--spacing-20, 20px));
|
|
520
|
+
width: 100%;
|
|
521
|
+
}
|
|
522
|
+
.IncodeSpacerVertical24 {
|
|
523
|
+
height: var(--spacing-24, var(--spacing-24, 24px));
|
|
524
|
+
width: 100%;
|
|
525
|
+
}
|
|
526
|
+
.IncodeSpacerVertical32 {
|
|
527
|
+
height: var(--spacing-32, var(--spacing-32, 32px));
|
|
528
|
+
width: 100%;
|
|
529
|
+
}
|
|
530
|
+
.IncodeSpacerVertical40 {
|
|
531
|
+
height: var(--spacing-40, var(--spacing-40, 40px));
|
|
532
|
+
width: 100%;
|
|
533
|
+
}
|
|
534
|
+
.IncodeSpacerVertical48 {
|
|
535
|
+
height: var(--spacing-48, var(--spacing-48, 48px));
|
|
536
|
+
width: 100%;
|
|
537
|
+
}
|
|
538
|
+
.IncodeSpacerVertical64 {
|
|
539
|
+
height: var(--spacing-64, var(--spacing-64, 64px));
|
|
540
|
+
width: 100%;
|
|
541
|
+
}
|
|
542
|
+
.IncodeSpacerVertical80 {
|
|
543
|
+
height: var(--spacing-80, var(--spacing-80, 80px));
|
|
544
|
+
width: 100%;
|
|
545
|
+
}
|
|
546
|
+
.IncodeSpacerVertical96 {
|
|
547
|
+
height: var(--spacing-96, var(--spacing-96, 96px));
|
|
548
|
+
width: 100%;
|
|
549
|
+
}
|
|
550
|
+
.IncodeSpacerVertical104 {
|
|
551
|
+
height: var(--spacing-104, var(--spacing-104, 104px));
|
|
552
|
+
width: 100%;
|
|
553
|
+
}
|
|
554
|
+
.IncodeSpacerVertical120 {
|
|
555
|
+
height: var(--spacing-120, var(--spacing-120, 120px));
|
|
556
|
+
width: 100%;
|
|
557
|
+
}
|
|
558
|
+
.IncodeSpacerVertical160 {
|
|
559
|
+
height: var(--spacing-160, var(--spacing-160, 160px));
|
|
560
|
+
width: 100%;
|
|
561
|
+
}
|
|
562
|
+
.IncodeSpacerVertical200 {
|
|
563
|
+
height: var(--spacing-200, var(--spacing-200, 200px));
|
|
564
|
+
width: 100%;
|
|
565
|
+
}
|
|
566
|
+
.IncodeSpacerHorizontal0 {
|
|
567
|
+
height: 100%;
|
|
568
|
+
width: var(--spacing-0, var(--spacing-none, 0px));
|
|
569
|
+
}
|
|
570
|
+
.IncodeSpacerHorizontal2 {
|
|
571
|
+
height: 100%;
|
|
572
|
+
width: var(--spacing-2, var(--spacing-2, 2px));
|
|
573
|
+
}
|
|
574
|
+
.IncodeSpacerHorizontal4 {
|
|
575
|
+
height: 100%;
|
|
576
|
+
width: var(--spacing-4, var(--spacing-4, 4px));
|
|
577
|
+
}
|
|
578
|
+
.IncodeSpacerHorizontal8 {
|
|
579
|
+
height: 100%;
|
|
580
|
+
width: var(--spacing-8, var(--spacing-8, 8px));
|
|
581
|
+
}
|
|
582
|
+
.IncodeSpacerHorizontal12 {
|
|
583
|
+
height: 100%;
|
|
584
|
+
width: var(--spacing-12, var(--spacing-12, 12px));
|
|
585
|
+
}
|
|
586
|
+
.IncodeSpacerHorizontal16 {
|
|
587
|
+
height: 100%;
|
|
588
|
+
width: var(--spacing-16, var(--spacing-16, 16px));
|
|
589
|
+
}
|
|
590
|
+
.IncodeSpacerHorizontal20 {
|
|
591
|
+
height: 100%;
|
|
592
|
+
width: var(--spacing-20, var(--spacing-20, 20px));
|
|
593
|
+
}
|
|
594
|
+
.IncodeSpacerHorizontal24 {
|
|
595
|
+
height: 100%;
|
|
596
|
+
width: var(--spacing-24, var(--spacing-24, 24px));
|
|
597
|
+
}
|
|
598
|
+
.IncodeSpacerHorizontal32 {
|
|
599
|
+
height: 100%;
|
|
600
|
+
width: var(--spacing-32, var(--spacing-32, 32px));
|
|
601
|
+
}
|
|
602
|
+
.IncodeSpacerHorizontal40 {
|
|
603
|
+
height: 100%;
|
|
604
|
+
width: var(--spacing-40, var(--spacing-40, 40px));
|
|
605
|
+
}
|
|
606
|
+
.IncodeSpacerHorizontal48 {
|
|
607
|
+
height: 100%;
|
|
608
|
+
width: var(--spacing-48, var(--spacing-48, 48px));
|
|
609
|
+
}
|
|
610
|
+
.IncodeSpacerHorizontal64 {
|
|
611
|
+
height: 100%;
|
|
612
|
+
width: var(--spacing-64, var(--spacing-64, 64px));
|
|
613
|
+
}
|
|
614
|
+
.IncodeSpacerHorizontal80 {
|
|
615
|
+
height: 100%;
|
|
616
|
+
width: var(--spacing-80, var(--spacing-80, 80px));
|
|
617
|
+
}
|
|
618
|
+
.IncodeSpacerHorizontal96 {
|
|
619
|
+
height: 100%;
|
|
620
|
+
width: var(--spacing-96, var(--spacing-96, 96px));
|
|
621
|
+
}
|
|
622
|
+
.IncodeSpacerHorizontal104 {
|
|
623
|
+
height: 100%;
|
|
624
|
+
width: var(--spacing-104, var(--spacing-104, 104px));
|
|
625
|
+
}
|
|
626
|
+
.IncodeSpacerHorizontal120 {
|
|
627
|
+
height: 100%;
|
|
628
|
+
width: var(--spacing-120, var(--spacing-120, 120px));
|
|
629
|
+
}
|
|
630
|
+
.IncodeSpacerHorizontal160 {
|
|
631
|
+
height: 100%;
|
|
632
|
+
width: var(--spacing-160, var(--spacing-160, 160px));
|
|
633
|
+
}
|
|
634
|
+
.IncodeSpacerHorizontal200 {
|
|
635
|
+
height: 100%;
|
|
636
|
+
width: var(--spacing-200, var(--spacing-200, 200px));
|
|
637
|
+
}
|
|
638
|
+
.IncodeLoadingIcon {
|
|
639
|
+
animation: var(--animate-spin, spin 1s linear infinite);
|
|
640
|
+
display: inline-block;
|
|
641
|
+
position: relative;
|
|
642
|
+
}
|
|
643
|
+
.IncodeLoadingIconPrimary, .IncodeLoadingIconSecondary {
|
|
644
|
+
inset: var(--spacing-0, var(--spacing-none, 0px));
|
|
645
|
+
justify-content: center;
|
|
646
|
+
align-items: center;
|
|
647
|
+
display: flex;
|
|
648
|
+
position: absolute;
|
|
649
|
+
}
|
|
650
|
+
.IncodeLoadingIconPrimaryIcon {
|
|
651
|
+
fill: var(--color-spinner-surface-primary, var(--spinner-surface-primary));
|
|
652
|
+
}
|
|
653
|
+
.IncodeLoadingIconSecondaryIcon {
|
|
654
|
+
fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
|
|
655
|
+
}
|
|
656
|
+
.IncodeCaptureUploadingIconContainer {
|
|
657
|
+
justify-content: center;
|
|
658
|
+
align-items: center;
|
|
659
|
+
display: flex;
|
|
660
|
+
}
|
|
661
|
+
.IncodeBaseTutorialContainer {
|
|
662
|
+
flex-direction: column;
|
|
663
|
+
flex: 1;
|
|
664
|
+
justify-content: space-between;
|
|
665
|
+
margin: auto;
|
|
666
|
+
display: flex;
|
|
667
|
+
}
|
|
668
|
+
.IncodeBaseTutorialAnimationContainer {
|
|
669
|
+
max-width: 400px;
|
|
670
|
+
height: 100%;
|
|
671
|
+
padding-inline: var(--spacing-24, var(--spacing-24, 24px));
|
|
672
|
+
margin: auto;
|
|
673
|
+
}
|
|
674
|
+
.IncodeBaseTutorialDisclaimer {
|
|
675
|
+
padding-block: var(--spacing-12, var(--spacing-12, 12px));
|
|
676
|
+
text-align: center;
|
|
677
|
+
font-size: var(--text-base, 1rem);
|
|
678
|
+
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
679
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
680
|
+
--tw-leading: 114%;
|
|
681
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
682
|
+
line-height: 114%;
|
|
683
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
684
|
+
--tw-tracking: -.5px;
|
|
685
|
+
letter-spacing: -.5px;
|
|
686
|
+
color: var(--color-text-body-secondary, var(--text-body-secondary));
|
|
687
|
+
}
|
|
688
|
+
.IncodeBaseTutorialButtonContainer {
|
|
689
|
+
padding-inline: var(--spacing-8, var(--spacing-8, 8px));
|
|
690
|
+
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
691
|
+
margin: auto;
|
|
692
|
+
}
|
|
693
|
+
.IncodeBaseTutorialAnimation {
|
|
694
|
+
height: 100%;
|
|
695
|
+
}
|
|
696
|
+
.IncodeSpinner {
|
|
697
|
+
justify-content: center;
|
|
698
|
+
align-items: center;
|
|
699
|
+
display: flex;
|
|
700
|
+
}
|
|
701
|
+
.IncodeSpinner.IncodeSpinnerFullScreen {
|
|
702
|
+
inset: var(--spacing-0, var(--spacing-none, 0px));
|
|
703
|
+
z-index: 50;
|
|
704
|
+
background-color: var(--spinner-surface-overlay);
|
|
705
|
+
opacity: var(--spinner-surface-overlay-opacity, 1);
|
|
706
|
+
position: fixed;
|
|
707
|
+
}
|
|
708
|
+
.IncodeSpinnerContent {
|
|
709
|
+
flex-direction: column;
|
|
710
|
+
justify-content: center;
|
|
711
|
+
align-items: center;
|
|
712
|
+
display: flex;
|
|
713
|
+
}
|
|
714
|
+
.IncodeSpinnerText {
|
|
715
|
+
text-align: center;
|
|
716
|
+
flex-direction: column;
|
|
717
|
+
align-items: center;
|
|
718
|
+
display: flex;
|
|
719
|
+
}
|
|
720
|
+
.IncodeSpinnerTitle {
|
|
721
|
+
color: var(--spinner-text-title);
|
|
722
|
+
}
|
|
723
|
+
.IncodeSpinnerSubtitle {
|
|
724
|
+
font-size: var(--text-base, 1rem);
|
|
725
|
+
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
726
|
+
color: var(--spinner-text-subtitle);
|
|
727
|
+
}
|
|
728
|
+
.IncodePermissionsImageContainer {
|
|
729
|
+
flex-direction: column;
|
|
730
|
+
align-items: center;
|
|
731
|
+
display: flex;
|
|
732
|
+
position: relative;
|
|
733
|
+
}
|
|
734
|
+
.IncodePermissionsActions {
|
|
735
|
+
flex-direction: column;
|
|
736
|
+
align-items: center;
|
|
737
|
+
width: 100%;
|
|
738
|
+
margin-top: auto;
|
|
739
|
+
display: flex;
|
|
740
|
+
}
|
|
741
|
+
.IncodePermissionsActionsGap {
|
|
742
|
+
align-items: center;
|
|
743
|
+
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
744
|
+
flex-direction: column;
|
|
745
|
+
width: 100%;
|
|
746
|
+
margin-top: auto;
|
|
747
|
+
display: flex;
|
|
748
|
+
}
|
|
749
|
+
.IncodeBoldWithArrow {
|
|
750
|
+
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
751
|
+
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
752
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
753
|
+
display: inline;
|
|
754
|
+
}
|
|
755
|
+
.IncodeBoldWithArrowIcon {
|
|
756
|
+
vertical-align: middle;
|
|
757
|
+
width: .8em;
|
|
758
|
+
height: .8em;
|
|
759
|
+
margin-inline: .2em;
|
|
760
|
+
display: inline-block;
|
|
761
|
+
}
|
|
762
|
+
.IncodeDeniedPage .IncodePageInner {
|
|
763
|
+
max-width: 468px;
|
|
764
|
+
}
|
|
765
|
+
.IncodeDeniedTitle {
|
|
766
|
+
text-align: left;
|
|
767
|
+
font-size: var(--text-24, var(--primitive-typography-size-24));
|
|
768
|
+
--tw-leading: var(--leading-tight, 1.25);
|
|
769
|
+
line-height: var(--leading-tight, 1.25);
|
|
770
|
+
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
771
|
+
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
772
|
+
--tw-tracking: -1px;
|
|
773
|
+
letter-spacing: -1px;
|
|
774
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
775
|
+
}
|
|
776
|
+
.IncodeDeniedInstructionsContainer {
|
|
777
|
+
width: 100%;
|
|
778
|
+
max-width: 420px;
|
|
779
|
+
}
|
|
780
|
+
.IncodeDeniedStepsList {
|
|
781
|
+
gap: var(--spacing-16, var(--spacing-16, 16px));
|
|
782
|
+
flex-direction: column;
|
|
783
|
+
display: flex;
|
|
784
|
+
}
|
|
785
|
+
.IncodeDeniedStepItem {
|
|
786
|
+
align-items: center;
|
|
787
|
+
gap: var(--spacing-16, var(--spacing-16, 16px));
|
|
788
|
+
display: flex;
|
|
789
|
+
}
|
|
790
|
+
.IncodeDeniedStepText {
|
|
791
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
792
|
+
--tw-leading: 114%;
|
|
793
|
+
--tw-font-weight: var(--font-weight-normal, 400);
|
|
794
|
+
line-height: 114%;
|
|
795
|
+
font-weight: var(--font-weight-normal, 400);
|
|
796
|
+
--tw-tracking: -.5px;
|
|
797
|
+
letter-spacing: -.5px;
|
|
798
|
+
color: var(--color-text-body-secondary, var(--text-body-secondary));
|
|
799
|
+
}
|
|
800
|
+
.IncodeDeniedStepTextBold {
|
|
801
|
+
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
802
|
+
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
803
|
+
}
|
|
804
|
+
.IncodeDeniedStepsList .IncodeDeniedStepTextBold {
|
|
805
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
806
|
+
}
|
|
807
|
+
.IncodeDeniedActions {
|
|
808
|
+
width: 100%;
|
|
809
|
+
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
810
|
+
flex-direction: column;
|
|
811
|
+
align-items: center;
|
|
812
|
+
margin-top: auto;
|
|
813
|
+
display: flex;
|
|
814
|
+
}
|
|
815
|
+
.IncodeDeniedDesktopContainer {
|
|
816
|
+
flex-direction: column;
|
|
817
|
+
display: flex;
|
|
818
|
+
}
|
|
819
|
+
.IncodeDeniedDesktopStep {
|
|
820
|
+
align-items: center;
|
|
821
|
+
gap: var(--spacing-8, var(--spacing-8, 8px));
|
|
822
|
+
display: flex;
|
|
823
|
+
}
|
|
824
|
+
.IncodeIconWrapper {
|
|
825
|
+
aspect-ratio: 1;
|
|
826
|
+
justify-content: center;
|
|
827
|
+
align-items: center;
|
|
828
|
+
width: 38px;
|
|
829
|
+
min-width: 38px;
|
|
830
|
+
height: 38px;
|
|
831
|
+
min-height: 38px;
|
|
832
|
+
display: flex;
|
|
833
|
+
}
|
|
834
|
+
.IncodeIconWrapperImage {
|
|
835
|
+
width: 100%;
|
|
836
|
+
height: 100%;
|
|
837
|
+
}
|
|
838
|
+
.IncodeLearnMoreContainer {
|
|
839
|
+
flex-direction: column;
|
|
840
|
+
justify-content: center;
|
|
841
|
+
align-items: center;
|
|
842
|
+
display: flex;
|
|
843
|
+
}
|
|
844
|
+
.IncodeLearnMoreImage {
|
|
845
|
+
aspect-ratio: 1;
|
|
846
|
+
height: var(--spacing-32, var(--spacing-32, 32px));
|
|
847
|
+
width: var(--spacing-32, var(--spacing-32, 32px));
|
|
848
|
+
}
|
|
849
|
+
.IncodeLearnMoreTitle {
|
|
850
|
+
text-align: center;
|
|
851
|
+
font-size: var(--text-20, var(--primitive-typography-size-20));
|
|
852
|
+
--tw-leading: 114%;
|
|
853
|
+
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
854
|
+
line-height: 114%;
|
|
855
|
+
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
856
|
+
--tw-tracking: -1px;
|
|
857
|
+
letter-spacing: -1px;
|
|
858
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
859
|
+
}
|
|
860
|
+
.IncodeLearnMoreInstructions {
|
|
861
|
+
align-items: center;
|
|
862
|
+
gap: var(--spacing-24, var(--spacing-24, 24px));
|
|
863
|
+
flex-direction: column;
|
|
864
|
+
display: flex;
|
|
865
|
+
}
|
|
866
|
+
.IncodeLearnMoreInstruction {
|
|
867
|
+
align-items: center;
|
|
868
|
+
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
869
|
+
width: 100%;
|
|
870
|
+
display: flex;
|
|
871
|
+
}
|
|
872
|
+
.IncodeLearnMoreInstructionIcon {
|
|
873
|
+
aspect-ratio: 1;
|
|
874
|
+
height: var(--spacing-32, var(--spacing-32, 32px));
|
|
875
|
+
width: var(--spacing-32, var(--spacing-32, 32px));
|
|
876
|
+
flex-shrink: 0;
|
|
877
|
+
display: flex;
|
|
878
|
+
}
|
|
879
|
+
.IncodeLearnMoreInstructionIconImage {
|
|
880
|
+
width: 100%;
|
|
881
|
+
height: 100%;
|
|
882
|
+
}
|
|
883
|
+
.IncodeLearnMoreInstructionText {
|
|
884
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
885
|
+
--tw-leading: 114%;
|
|
886
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
887
|
+
line-height: 114%;
|
|
888
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
889
|
+
--tw-tracking: -.5px;
|
|
890
|
+
letter-spacing: -.5px;
|
|
891
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
892
|
+
}
|
|
893
|
+
.IncodeLearnMoreActions {
|
|
894
|
+
width: 100%;
|
|
895
|
+
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
896
|
+
flex-direction: column;
|
|
897
|
+
align-items: center;
|
|
898
|
+
margin-top: auto;
|
|
899
|
+
display: flex;
|
|
900
|
+
}
|
|
901
|
+
.IncodeNumberedStep {
|
|
902
|
+
border-radius: var(--radius-lg, .5rem);
|
|
903
|
+
border-style: var(--tw-border-style);
|
|
904
|
+
--tw-border-style: solid;
|
|
905
|
+
border-style: solid;
|
|
906
|
+
border-width: 2px;
|
|
907
|
+
border-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
908
|
+
justify-content: center;
|
|
909
|
+
align-items: center;
|
|
910
|
+
width: 46px;
|
|
911
|
+
min-width: 46px;
|
|
912
|
+
height: 46px;
|
|
913
|
+
min-height: 46px;
|
|
914
|
+
display: flex;
|
|
915
|
+
}
|
|
916
|
+
.IncodeNumberedStepText {
|
|
917
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
918
|
+
--tw-font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
|
|
919
|
+
font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
|
|
920
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
921
|
+
}
|
|
922
|
+
.IncodeNumberedStepConnector {
|
|
923
|
+
margin-left: var(--spacing-24, var(--spacing-24, 24px));
|
|
924
|
+
height: var(--spacing-12, var(--spacing-12, 12px));
|
|
925
|
+
width: var(--spacing-2, var(--spacing-2, 2px));
|
|
926
|
+
background-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
927
|
+
}
|
|
928
|
+
@property --tw-rotate-x {
|
|
929
|
+
syntax: "*";
|
|
930
|
+
inherits: false
|
|
931
|
+
}
|
|
932
|
+
@property --tw-rotate-y {
|
|
933
|
+
syntax: "*";
|
|
934
|
+
inherits: false
|
|
935
|
+
}
|
|
936
|
+
@property --tw-rotate-z {
|
|
937
|
+
syntax: "*";
|
|
938
|
+
inherits: false
|
|
939
|
+
}
|
|
940
|
+
@property --tw-skew-x {
|
|
941
|
+
syntax: "*";
|
|
942
|
+
inherits: false
|
|
943
|
+
}
|
|
944
|
+
@property --tw-skew-y {
|
|
945
|
+
syntax: "*";
|
|
946
|
+
inherits: false
|
|
947
|
+
}
|
|
948
|
+
@property --tw-border-style {
|
|
949
|
+
syntax: "*";
|
|
950
|
+
inherits: false;
|
|
951
|
+
initial-value: solid;
|
|
952
|
+
}
|
|
953
|
+
@property --tw-outline-style {
|
|
954
|
+
syntax: "*";
|
|
955
|
+
inherits: false;
|
|
956
|
+
initial-value: solid;
|
|
957
|
+
}
|
|
958
|
+
@property --tw-blur {
|
|
959
|
+
syntax: "*";
|
|
960
|
+
inherits: false
|
|
961
|
+
}
|
|
962
|
+
@property --tw-brightness {
|
|
963
|
+
syntax: "*";
|
|
964
|
+
inherits: false
|
|
965
|
+
}
|
|
966
|
+
@property --tw-contrast {
|
|
967
|
+
syntax: "*";
|
|
968
|
+
inherits: false
|
|
969
|
+
}
|
|
970
|
+
@property --tw-grayscale {
|
|
971
|
+
syntax: "*";
|
|
972
|
+
inherits: false
|
|
973
|
+
}
|
|
974
|
+
@property --tw-hue-rotate {
|
|
975
|
+
syntax: "*";
|
|
976
|
+
inherits: false
|
|
977
|
+
}
|
|
978
|
+
@property --tw-invert {
|
|
979
|
+
syntax: "*";
|
|
980
|
+
inherits: false
|
|
981
|
+
}
|
|
982
|
+
@property --tw-opacity {
|
|
983
|
+
syntax: "*";
|
|
984
|
+
inherits: false
|
|
985
|
+
}
|
|
986
|
+
@property --tw-saturate {
|
|
987
|
+
syntax: "*";
|
|
988
|
+
inherits: false
|
|
989
|
+
}
|
|
990
|
+
@property --tw-sepia {
|
|
991
|
+
syntax: "*";
|
|
992
|
+
inherits: false
|
|
993
|
+
}
|
|
994
|
+
@property --tw-drop-shadow {
|
|
995
|
+
syntax: "*";
|
|
996
|
+
inherits: false
|
|
997
|
+
}
|
|
998
|
+
@property --tw-drop-shadow-color {
|
|
999
|
+
syntax: "*";
|
|
1000
|
+
inherits: false
|
|
1001
|
+
}
|
|
1002
|
+
@property --tw-drop-shadow-alpha {
|
|
1003
|
+
syntax: "<percentage>";
|
|
1004
|
+
inherits: false;
|
|
1005
|
+
initial-value: 100%;
|
|
1006
|
+
}
|
|
1007
|
+
@property --tw-drop-shadow-size {
|
|
1008
|
+
syntax: "*";
|
|
1009
|
+
inherits: false
|
|
1010
|
+
}
|
|
1011
|
+
@property --tw-backdrop-blur {
|
|
1012
|
+
syntax: "*";
|
|
1013
|
+
inherits: false
|
|
1014
|
+
}
|
|
1015
|
+
@property --tw-backdrop-brightness {
|
|
1016
|
+
syntax: "*";
|
|
1017
|
+
inherits: false
|
|
1018
|
+
}
|
|
1019
|
+
@property --tw-backdrop-contrast {
|
|
1020
|
+
syntax: "*";
|
|
1021
|
+
inherits: false
|
|
1022
|
+
}
|
|
1023
|
+
@property --tw-backdrop-grayscale {
|
|
1024
|
+
syntax: "*";
|
|
1025
|
+
inherits: false
|
|
1026
|
+
}
|
|
1027
|
+
@property --tw-backdrop-hue-rotate {
|
|
1028
|
+
syntax: "*";
|
|
1029
|
+
inherits: false
|
|
1030
|
+
}
|
|
1031
|
+
@property --tw-backdrop-invert {
|
|
1032
|
+
syntax: "*";
|
|
1033
|
+
inherits: false
|
|
1034
|
+
}
|
|
1035
|
+
@property --tw-backdrop-opacity {
|
|
1036
|
+
syntax: "*";
|
|
1037
|
+
inherits: false
|
|
1038
|
+
}
|
|
1039
|
+
@property --tw-backdrop-saturate {
|
|
1040
|
+
syntax: "*";
|
|
1041
|
+
inherits: false
|
|
1042
|
+
}
|
|
1043
|
+
@property --tw-backdrop-sepia {
|
|
1044
|
+
syntax: "*";
|
|
1045
|
+
inherits: false
|
|
1046
|
+
}
|
|
1047
|
+
@property --tw-ease {
|
|
1048
|
+
syntax: "*";
|
|
1049
|
+
inherits: false
|
|
1050
|
+
}
|
|
1051
|
+
@property --tw-duration {
|
|
1052
|
+
syntax: "*";
|
|
1053
|
+
inherits: false
|
|
1054
|
+
}
|
|
1055
|
+
@property --tw-font-weight {
|
|
1056
|
+
syntax: "*";
|
|
1057
|
+
inherits: false
|
|
1058
|
+
}
|
|
1059
|
+
@property --tw-leading {
|
|
1060
|
+
syntax: "*";
|
|
1061
|
+
inherits: false
|
|
1062
|
+
}
|
|
1063
|
+
@property --tw-tracking {
|
|
1064
|
+
syntax: "*";
|
|
1065
|
+
inherits: false
|
|
1066
|
+
}
|
|
1067
|
+
@keyframes spin {
|
|
1068
|
+
to {
|
|
1069
|
+
transform: rotate(360deg);
|
|
1070
|
+
}
|
|
1071
|
+
}
|