@incodetech/web 2.0.0-alpha.1 → 2.0.0-alpha.3
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/asset-manifest.json +18 -0
- package/dist/browser-ponyfill-B6W6hHVY.js +344 -0
- package/dist/button-DeMZ_34N.js +266 -0
- package/dist/button.css +335 -0
- package/dist/email/email.es.js +145 -0
- package/dist/email/styles.css +123 -0
- package/dist/flow/flow.es.js +9 -0
- package/dist/flow/styles.css +204 -0
- package/dist/flow-ZK6OBsa3.js +568 -0
- package/dist/incodeModule-BF5MX9GT.js +243 -0
- package/dist/incodeModule.css +119 -0
- package/dist/index.es.js +101 -0
- package/dist/otpInput-BUrV4IAF.js +151 -0
- package/dist/otpInput.css +167 -0
- package/dist/phone/phone.es.js +3442 -0
- package/dist/phone/styles.css +305 -0
- package/dist/selfie/selfie.es.js +893 -0
- package/dist/selfie/styles.css +1163 -0
- package/dist/selfieTutorial-C-u5GufD.js +29 -0
- package/dist/styles/core.css +1013 -0
- package/dist/styles/tokens.css +543 -0
- package/dist/successIcon.css +4 -0
- package/dist/title-ng7q7YDh.js +2161 -0
- package/dist/title.css +38 -0
- package/dist/types/core.d.ts +1 -0
- package/dist/types/email/email.d.ts +2 -0
- package/dist/types/email.d.ts +50 -0
- package/dist/types/flow/flow.d.ts +2 -0
- package/dist/types/flow.d.ts +46 -0
- package/dist/types/index.d.ts +223 -0
- package/dist/types/phone/phone.d.ts +2 -0
- package/dist/types/phone.d.ts +51 -0
- package/dist/types/selfie/selfie.d.ts +2 -0
- package/dist/types/selfie.d.ts +24 -0
- package/dist/types/styles/core.d.ts +1 -0
- package/dist/vendor-preact-CK0WeTOR.js +584 -0
- package/package.json +20 -17
- 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
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties {
|
|
3
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
+
*, :before, :after, ::backdrop {
|
|
5
|
+
--tw-border-style: solid;
|
|
6
|
+
--tw-duration: initial;
|
|
7
|
+
--tw-font-weight: initial;
|
|
8
|
+
--tw-leading: initial;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.IncodePhonePage .IncodePageContent {
|
|
14
|
+
padding-top: var(--spacing-32, var(--spacing-32, 32px));
|
|
15
|
+
padding-bottom: var(--spacing-16, var(--spacing-16, 16px));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.IncodePhoneInput, .IncodePhoneInputContainer {
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
align-items: center;
|
|
21
|
+
width: 100%;
|
|
22
|
+
display: flex;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.IncodePhoneInputRow {
|
|
26
|
+
align-items: stretch;
|
|
27
|
+
gap: var(--spacing-8, var(--spacing-8, 8px));
|
|
28
|
+
width: 100%;
|
|
29
|
+
max-width: 340px;
|
|
30
|
+
display: flex;
|
|
31
|
+
position: relative;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.IncodePhoneInputWrapper {
|
|
35
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
36
|
+
border-style: var(--tw-border-style);
|
|
37
|
+
border-width: 1px;
|
|
38
|
+
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
39
|
+
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
40
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
41
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
42
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
43
|
+
--tw-duration: .2s;
|
|
44
|
+
flex: 1;
|
|
45
|
+
align-items: center;
|
|
46
|
+
transition-duration: .2s;
|
|
47
|
+
display: flex;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.IncodePhoneInputWrapper:focus-within {
|
|
51
|
+
border-color: var(--color-input-border-active, var(--input-border-active));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.IncodePhoneInputWrapper.IncodePhoneInputWrapperError {
|
|
55
|
+
border-color: var(--color-input-border-negative, var(--input-border-negative));
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.IncodePhoneInputWrapper.IncodePhoneInputWrapperDisabled {
|
|
59
|
+
border-color: var(--color-input-border-disabled, var(--input-border-disabled));
|
|
60
|
+
background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.IncodePhoneCountrySelector {
|
|
64
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
65
|
+
border-style: var(--tw-border-style);
|
|
66
|
+
border-width: 1px;
|
|
67
|
+
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
68
|
+
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
69
|
+
width: 124px;
|
|
70
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
71
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
72
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
73
|
+
--tw-duration: .2s;
|
|
74
|
+
flex-shrink: 0;
|
|
75
|
+
transition-duration: .2s;
|
|
76
|
+
position: static;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.IncodePhoneCountrySelector.IncodePhoneCountrySelectorOpen {
|
|
80
|
+
border-color: var(--color-input-border-active, var(--input-border-active));
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.IncodePhoneCountrySelector.IncodePhoneCountrySelectorDisabled {
|
|
84
|
+
border-color: var(--color-input-border-disabled, var(--input-border-disabled));
|
|
85
|
+
background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.IncodePhoneCountryButton {
|
|
89
|
+
width: 100%;
|
|
90
|
+
height: 100%;
|
|
91
|
+
padding: var(--spacing-8, var(--spacing-8, 8px));
|
|
92
|
+
padding-left: var(--spacing-16, var(--spacing-16, 16px));
|
|
93
|
+
cursor: pointer;
|
|
94
|
+
border-style: var(--tw-border-style);
|
|
95
|
+
border-width: var(--border-width-none, var(--border-none));
|
|
96
|
+
--tw-border-style: none;
|
|
97
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
98
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
99
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
100
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
101
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
102
|
+
background-color: #0000;
|
|
103
|
+
border-style: none;
|
|
104
|
+
justify-content: center;
|
|
105
|
+
align-items: center;
|
|
106
|
+
font-family: inherit;
|
|
107
|
+
display: flex;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.IncodePhoneCountryButton:disabled {
|
|
111
|
+
cursor: not-allowed;
|
|
112
|
+
color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.IncodePhoneCountryButton:focus {
|
|
116
|
+
--tw-outline-style: none;
|
|
117
|
+
outline-style: none;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.IncodePhoneCountryFlag {
|
|
121
|
+
font-size: var(--text-24, var(--primitive-typography-size-24));
|
|
122
|
+
--tw-leading: 1;
|
|
123
|
+
line-height: 1;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.IncodePhoneCountryCode {
|
|
127
|
+
margin-left: var(--spacing-4, var(--spacing-4, 4px));
|
|
128
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
129
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
130
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.IncodePhoneCountryArrow {
|
|
136
|
+
margin-left: var(--spacing-8, var(--spacing-8, 8px));
|
|
137
|
+
height: var(--spacing-24, var(--spacing-24, 24px));
|
|
138
|
+
width: var(--spacing-24, var(--spacing-24, 24px));
|
|
139
|
+
color: var(--color-icon-neutral-500, var(--icon-neutral-500));
|
|
140
|
+
transition-property: transform, translate, scale, rotate;
|
|
141
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
142
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
143
|
+
--tw-duration: .2s;
|
|
144
|
+
transition-duration: .2s;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.IncodePhoneCountryArrowUp {
|
|
148
|
+
rotate: 180deg;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.IncodePhoneCountryButton:disabled .IncodePhoneCountryArrow {
|
|
152
|
+
color: var(--color-icon-neutral-300, var(--icon-neutral-300));
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.IncodePhoneCountryDropdown {
|
|
156
|
+
top: 100%;
|
|
157
|
+
right: var(--spacing-0, var(--spacing-none, 0px));
|
|
158
|
+
left: var(--spacing-0, var(--spacing-none, 0px));
|
|
159
|
+
z-index: 50;
|
|
160
|
+
margin-top: var(--spacing-8, var(--spacing-8, 8px));
|
|
161
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
162
|
+
border-style: var(--tw-border-style);
|
|
163
|
+
border-width: 1px;
|
|
164
|
+
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
165
|
+
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
166
|
+
max-height: 320px;
|
|
167
|
+
padding: var(--spacing-8, var(--spacing-8, 8px));
|
|
168
|
+
position: absolute;
|
|
169
|
+
overflow-y: auto;
|
|
170
|
+
box-shadow: 0 4px 16px #0000001f;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.IncodePhoneCountryOption {
|
|
174
|
+
cursor: pointer;
|
|
175
|
+
align-items: center;
|
|
176
|
+
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
177
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
178
|
+
width: 100%;
|
|
179
|
+
padding-inline: var(--spacing-12, var(--spacing-12, 12px));
|
|
180
|
+
padding-block: var(--spacing-12, var(--spacing-12, 12px));
|
|
181
|
+
font-size: var(--text-16, var(--primitive-typography-size-16));
|
|
182
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
183
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
184
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
185
|
+
border-style: var(--tw-border-style);
|
|
186
|
+
border-width: var(--border-width-none, var(--border-none));
|
|
187
|
+
--tw-border-style: none;
|
|
188
|
+
text-align: left;
|
|
189
|
+
background-color: #0000;
|
|
190
|
+
border-style: none;
|
|
191
|
+
font-family: inherit;
|
|
192
|
+
display: flex;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.IncodePhoneCountryOption:hover {
|
|
196
|
+
background-color: var(--color-surface-neutral-100, var(--surface-neutral-100));
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.IncodePhoneCountryOption:focus {
|
|
200
|
+
background-color: var(--color-surface-neutral-100, var(--surface-neutral-100));
|
|
201
|
+
--tw-outline-style: none;
|
|
202
|
+
outline-style: none;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.IncodePhoneCountryOptionSelected, .IncodePhoneCountryOptionSelected:hover {
|
|
206
|
+
background-color: var(--color-surface-brand-50, var(--surface-brand-50));
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.IncodePhoneCountryOptionCode {
|
|
210
|
+
min-width: 52px;
|
|
211
|
+
font-size: var(--text-16, var(--primitive-typography-size-16));
|
|
212
|
+
color: var(--color-text-body-secondary, var(--text-body-secondary));
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.IncodePhoneCountryOptionName {
|
|
216
|
+
text-overflow: ellipsis;
|
|
217
|
+
white-space: nowrap;
|
|
218
|
+
font-size: var(--text-16, var(--primitive-typography-size-16));
|
|
219
|
+
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
220
|
+
flex: 1;
|
|
221
|
+
overflow: hidden;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.IncodePhoneInputField {
|
|
225
|
+
border-style: var(--tw-border-style);
|
|
226
|
+
border-width: var(--border-width-none, var(--border-none));
|
|
227
|
+
--tw-border-style: none;
|
|
228
|
+
width: 100%;
|
|
229
|
+
padding-inline: var(--spacing-16, var(--spacing-16, 16px));
|
|
230
|
+
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
231
|
+
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
232
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
233
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
234
|
+
color: var(--color-input-text-field-default, var(--input-text-field-default));
|
|
235
|
+
--tw-outline-style: none;
|
|
236
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
237
|
+
background-color: #0000;
|
|
238
|
+
border-style: none;
|
|
239
|
+
outline-style: none;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.IncodePhoneInputField::placeholder {
|
|
243
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
244
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
245
|
+
color: var(--color-input-text-field-placeholder, var(--input-text-field-placeholder));
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.IncodePhoneInputField:disabled {
|
|
249
|
+
cursor: not-allowed;
|
|
250
|
+
color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.IncodePhoneInputError {
|
|
254
|
+
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
255
|
+
text-align: center;
|
|
256
|
+
font-size: var(--text-14, var(--primitive-typography-size-14));
|
|
257
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
258
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
259
|
+
color: var(--color-input-text-helper-negative, var(--input-text-helper-negative));
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.IncodePhoneInputOptIn {
|
|
263
|
+
cursor: pointer;
|
|
264
|
+
align-items: center;
|
|
265
|
+
gap: var(--spacing-8, var(--spacing-8, 8px));
|
|
266
|
+
font-size: var(--text-14, var(--primitive-typography-size-14));
|
|
267
|
+
color: var(--color-checkbox-text-default, var(--checkbox-text-default));
|
|
268
|
+
display: flex;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.IncodePhoneInputOptIn input[type="checkbox"] {
|
|
272
|
+
cursor: pointer;
|
|
273
|
+
border-radius: var(--radius-checkbox, var(--checkbox-border-radius));
|
|
274
|
+
width: 18px;
|
|
275
|
+
height: 18px;
|
|
276
|
+
accent-color: var(--color-checkbox-surface-selected, var(--checkbox-surface-selected));
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.IncodePhoneInputOptIn span {
|
|
280
|
+
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
281
|
+
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
282
|
+
-webkit-user-select: none;
|
|
283
|
+
user-select: none;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
@property --tw-border-style {
|
|
287
|
+
syntax: "*";
|
|
288
|
+
inherits: false;
|
|
289
|
+
initial-value: solid;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
@property --tw-duration {
|
|
293
|
+
syntax: "*";
|
|
294
|
+
inherits: false
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
@property --tw-font-weight {
|
|
298
|
+
syntax: "*";
|
|
299
|
+
inherits: false
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
@property --tw-leading {
|
|
303
|
+
syntax: "*";
|
|
304
|
+
inherits: false
|
|
305
|
+
}
|