@incodetech/web 0.0.0-dev-20260526-d2037557 → 0.0.0-dev-20260527-2b0f512a
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 +0 -11
- package/dist/flow/flow.es.js +1 -1
- package/dist/flow/styles.css +19 -257
- package/dist/identity-reuse/identity-reuse.es.js +253 -163
- package/dist/identity-reuse/styles.css +134 -80
- package/dist/redirect-to-mobile/styles.css +19 -269
- package/dist/{redirectToMobile-D65mjS1b.js → redirectToMobile-DQHIQWzY.js} +10 -4
- package/dist/themes/dark.css +2 -0
- package/dist/themes/light.css +2 -0
- package/dist/{useModuleLoader-4Tg7qGMd.js → useModuleLoader-Dnv_d2ZP.js} +1 -1
- package/dist/workflow/styles.css +254 -257
- package/dist/workflow/workflow.es.js +4 -3
- package/package.json +2 -2
package/dist/base.css
CHANGED
|
@@ -3122,7 +3122,6 @@
|
|
|
3122
3122
|
|
|
3123
3123
|
.IncodeButton.IncodeButtonSecondary:active {
|
|
3124
3124
|
border-color: var(--color-button-secondary-border-pressed, var(--button-secondary-border-pressed));
|
|
3125
|
-
color: var(--color-button-primary-text-default, var(--button-primary-text-default));
|
|
3126
3125
|
}
|
|
3127
3126
|
|
|
3128
3127
|
.IncodeButton.IncodeButtonSecondary:hover {
|
|
@@ -3133,16 +3132,6 @@
|
|
|
3133
3132
|
border-style: var(--tw-border-style);
|
|
3134
3133
|
border-width: var(--border-width-bold, var(--primitive-border-width-2));
|
|
3135
3134
|
border-color: var(--color-border-status-focus, var(--border-status-focus));
|
|
3136
|
-
font-family: var(--typography-button-family);
|
|
3137
|
-
font-size: var(--typography-button-m-underlined-size);
|
|
3138
|
-
font-weight: var(--typography-button-m-underlined-weight);
|
|
3139
|
-
line-height: var(--typography-button-m-underlined-line-height);
|
|
3140
|
-
letter-spacing: var(--typography-button-m-underlined-letter-spacing);
|
|
3141
|
-
-webkit-text-decoration-skip-ink: none;
|
|
3142
|
-
text-decoration-skip-ink: none;
|
|
3143
|
-
text-decoration-line: underline;
|
|
3144
|
-
text-decoration-style: solid;
|
|
3145
|
-
text-decoration-thickness: auto;
|
|
3146
3135
|
}
|
|
3147
3136
|
|
|
3148
3137
|
.IncodeButton.IncodeButtonSecondary:not(.IncodeButtonLoading):disabled {
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { c as u } from "../hooks-CLjlsC2g.js";
|
|
|
5
5
|
import { t as d } from "../incodeComponent-MZEyrb1V.js";
|
|
6
6
|
import { t as f } from "../transitionSpinner-BWCiDYAb.js";
|
|
7
7
|
import { t as p } from "../incodeModule-CHzKl22Y.js";
|
|
8
|
-
import { a as m, c as h, d as g, f as _, g as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, t as E, u as D, v as O } from "../useModuleLoader-
|
|
8
|
+
import { a as m, c as h, d as g, f as _, g as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, t as E, u as D, v as O } from "../useModuleLoader-Dnv_d2ZP.js";
|
|
9
9
|
import { getDeviceClass as k } from "@incodetech/core/device";
|
|
10
10
|
import { getRequiredWasmPipelines as A } from "@incodetech/core/flow";
|
|
11
11
|
import { bootstrapSession as j, refreshQrUrlUuid as M } from "@incodetech/core/session";
|
package/dist/flow/styles.css
CHANGED
|
@@ -7102,7 +7102,6 @@
|
|
|
7102
7102
|
max-width: var(--redirect-card-max-width);
|
|
7103
7103
|
min-height: min(var(--redirect-card-max-width), var(--redirect-card-min-height));
|
|
7104
7104
|
flex-direction: column;
|
|
7105
|
-
justify-content: space-between;
|
|
7106
7105
|
align-items: center;
|
|
7107
7106
|
display: flex;
|
|
7108
7107
|
overflow-x: clip;
|
|
@@ -7196,24 +7195,31 @@
|
|
|
7196
7195
|
}
|
|
7197
7196
|
|
|
7198
7197
|
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectBottomNav {
|
|
7199
|
-
--max-width-bottom-nav: 390px;
|
|
7200
7198
|
align-items: center;
|
|
7201
7199
|
gap: var(--spacing-40, var(--spacing-40, 40px));
|
|
7202
7200
|
width: 100%;
|
|
7203
|
-
max-width: var(--max-width
|
|
7201
|
+
max-width: var(--redirect-form-column-max-width);
|
|
7204
7202
|
flex-direction: column;
|
|
7205
7203
|
display: flex;
|
|
7206
7204
|
}
|
|
7207
7205
|
|
|
7208
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectBottomNav .
|
|
7206
|
+
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectBottomNav .IncodeRedirectFooterContent {
|
|
7207
|
+
flex-direction: column;
|
|
7209
7208
|
justify-content: center;
|
|
7210
7209
|
align-items: center;
|
|
7211
|
-
|
|
7212
|
-
padding-top: var(--spacing-8, var(--spacing-8, 8px));
|
|
7213
|
-
padding-bottom: var(--spacing-12, var(--spacing-12, 12px));
|
|
7210
|
+
width: 100%;
|
|
7214
7211
|
display: flex;
|
|
7215
7212
|
}
|
|
7216
7213
|
|
|
7214
|
+
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectBottomNav .IncodeRedirectFooterContentText {
|
|
7215
|
+
margin-block: var(--spacing-32, var(--spacing-32, 32px));
|
|
7216
|
+
font-family: var(--Button-family, "DM Sans");
|
|
7217
|
+
letter-spacing: 0;
|
|
7218
|
+
font-size: 18px;
|
|
7219
|
+
font-weight: 500;
|
|
7220
|
+
line-height: 100%;
|
|
7221
|
+
}
|
|
7222
|
+
|
|
7217
7223
|
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectTabs {
|
|
7218
7224
|
justify-content: center;
|
|
7219
7225
|
align-items: flex-end;
|
|
@@ -7264,6 +7270,7 @@
|
|
|
7264
7270
|
}
|
|
7265
7271
|
|
|
7266
7272
|
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodeRedirectTabDescription {
|
|
7273
|
+
margin-top: var(--spacing-32, var(--spacing-32, 32px));
|
|
7267
7274
|
text-align: center;
|
|
7268
7275
|
font-family: var(--typography-headline-family);
|
|
7269
7276
|
font-size: var(--typography-headline-h5-size);
|
|
@@ -7286,258 +7293,14 @@
|
|
|
7286
7293
|
display: flex;
|
|
7287
7294
|
}
|
|
7288
7295
|
|
|
7289
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
width: 100%;
|
|
7293
|
-
display: flex;
|
|
7294
|
-
}
|
|
7295
|
-
|
|
7296
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputRow {
|
|
7297
|
-
--max-width-phone-input-row: 340px;
|
|
7298
|
-
align-items: stretch;
|
|
7299
|
-
gap: var(--spacing-8, var(--spacing-8, 8px));
|
|
7300
|
-
width: 100%;
|
|
7301
|
-
max-width: var(--max-width-phone-input-row);
|
|
7302
|
-
display: flex;
|
|
7303
|
-
position: relative;
|
|
7304
|
-
}
|
|
7305
|
-
|
|
7306
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputWrapper {
|
|
7307
|
-
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7308
|
-
border-style: var(--tw-border-style);
|
|
7309
|
-
border-width: 1px;
|
|
7310
|
-
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
7311
|
-
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
7312
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
7313
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
7314
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
7315
|
-
--tw-duration: .2s;
|
|
7316
|
-
flex: 1;
|
|
7317
|
-
align-items: center;
|
|
7318
|
-
transition-duration: .2s;
|
|
7319
|
-
display: flex;
|
|
7320
|
-
}
|
|
7321
|
-
|
|
7322
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputWrapper:focus-within {
|
|
7323
|
-
border-color: var(--color-input-border-focused, var(--input-border-focused));
|
|
7324
|
-
}
|
|
7325
|
-
|
|
7326
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputWrapper.IncodePhoneInputWrapperError {
|
|
7327
|
-
border-color: var(--color-input-border-negative, var(--input-border-negative));
|
|
7328
|
-
}
|
|
7329
|
-
|
|
7330
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputWrapper.IncodePhoneInputWrapperDisabled {
|
|
7331
|
-
border-color: var(--color-input-border-disabled, var(--input-border-disabled));
|
|
7332
|
-
background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
|
|
7333
|
-
}
|
|
7334
|
-
|
|
7335
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountrySelector {
|
|
7336
|
-
--width-country-selector: 124px;
|
|
7337
|
-
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7338
|
-
border-style: var(--tw-border-style);
|
|
7339
|
-
border-width: 1px;
|
|
7340
|
-
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
7341
|
-
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
7342
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
7343
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
7344
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
7345
|
-
--tw-duration: .2s;
|
|
7346
|
-
width: var(--width-country-selector);
|
|
7347
|
-
flex-shrink: 0;
|
|
7348
|
-
transition-duration: .2s;
|
|
7349
|
-
position: static;
|
|
7350
|
-
}
|
|
7351
|
-
|
|
7352
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountrySelector.IncodePhoneCountrySelectorOpen {
|
|
7353
|
-
border-color: var(--color-input-border-focused, var(--input-border-focused));
|
|
7354
|
-
}
|
|
7355
|
-
|
|
7356
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountrySelector.IncodePhoneCountrySelectorDisabled {
|
|
7357
|
-
border-color: var(--color-input-border-disabled, var(--input-border-disabled));
|
|
7358
|
-
background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
|
|
7359
|
-
}
|
|
7360
|
-
|
|
7361
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryButton {
|
|
7362
|
-
width: 100%;
|
|
7363
|
-
height: 100%;
|
|
7364
|
-
padding: var(--spacing-8, var(--spacing-8, 8px));
|
|
7365
|
-
padding-left: var(--spacing-16, var(--spacing-16, 16px));
|
|
7366
|
-
cursor: pointer;
|
|
7367
|
-
border-style: var(--tw-border-style);
|
|
7368
|
-
border-width: var(--border-width-none, var(--primitive-border-width-0));
|
|
7369
|
-
--tw-border-style: none;
|
|
7370
|
-
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
7371
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7372
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7373
|
-
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
7374
|
-
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7375
|
-
background-color: #0000;
|
|
7376
|
-
border-style: none;
|
|
7377
|
-
justify-content: center;
|
|
7378
|
-
align-items: center;
|
|
7379
|
-
font-family: inherit;
|
|
7380
|
-
display: flex;
|
|
7381
|
-
}
|
|
7382
|
-
|
|
7383
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryButton:disabled {
|
|
7384
|
-
cursor: not-allowed;
|
|
7385
|
-
color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
|
|
7386
|
-
}
|
|
7387
|
-
|
|
7388
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryButton:focus {
|
|
7389
|
-
--tw-outline-style: none;
|
|
7390
|
-
outline-style: none;
|
|
7391
|
-
}
|
|
7392
|
-
|
|
7393
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryFlag {
|
|
7394
|
-
font-size: var(--text-24, var(--primitive-typography-size-24));
|
|
7395
|
-
--tw-leading: 1;
|
|
7396
|
-
line-height: 1;
|
|
7397
|
-
}
|
|
7398
|
-
|
|
7399
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryCode {
|
|
7400
|
-
margin-left: var(--spacing-4, var(--spacing-4, 4px));
|
|
7401
|
-
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
7402
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7403
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7404
|
-
white-space: nowrap;
|
|
7405
|
-
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
7406
|
-
}
|
|
7407
|
-
|
|
7408
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryArrow {
|
|
7409
|
-
margin-left: var(--spacing-8, var(--spacing-8, 8px));
|
|
7410
|
-
height: var(--spacing-24, var(--spacing-24, 24px));
|
|
7411
|
-
width: var(--spacing-24, var(--spacing-24, 24px));
|
|
7412
|
-
color: var(--color-icon-neutral-500, var(--icon-neutral-500));
|
|
7413
|
-
transition-property: transform, translate, scale, rotate;
|
|
7414
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
7415
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
7416
|
-
--tw-duration: .2s;
|
|
7417
|
-
transition-duration: .2s;
|
|
7418
|
-
}
|
|
7419
|
-
|
|
7420
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryArrowUp {
|
|
7421
|
-
rotate: 180deg;
|
|
7422
|
-
}
|
|
7423
|
-
|
|
7424
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryButton:disabled .IncodePhoneCountryArrow {
|
|
7425
|
-
color: var(--color-icon-neutral-300, var(--icon-neutral-300));
|
|
7426
|
-
}
|
|
7427
|
-
|
|
7428
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryDropdown {
|
|
7429
|
-
--max-height-country-dropdown: 320px;
|
|
7430
|
-
top: 100%;
|
|
7431
|
-
right: var(--spacing-0, var(--spacing-none, 0px));
|
|
7432
|
-
left: var(--spacing-0, var(--spacing-none, 0px));
|
|
7433
|
-
z-index: 50;
|
|
7434
|
-
margin-top: var(--spacing-8, var(--spacing-8, 8px));
|
|
7435
|
-
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7436
|
-
border-style: var(--tw-border-style);
|
|
7437
|
-
border-width: 1px;
|
|
7438
|
-
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
7439
|
-
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
7440
|
-
padding: var(--spacing-8, var(--spacing-8, 8px));
|
|
7441
|
-
max-height: var(--max-height-country-dropdown);
|
|
7442
|
-
position: absolute;
|
|
7443
|
-
overflow-y: auto;
|
|
7444
|
-
box-shadow: 0 4px 16px #0000001f;
|
|
7445
|
-
}
|
|
7446
|
-
|
|
7447
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryOption {
|
|
7448
|
-
cursor: pointer;
|
|
7449
|
-
align-items: center;
|
|
7450
|
-
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
7451
|
-
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7452
|
-
width: 100%;
|
|
7453
|
-
padding-inline: var(--spacing-12, var(--spacing-12, 12px));
|
|
7454
|
-
padding-block: var(--spacing-12, var(--spacing-12, 12px));
|
|
7455
|
-
font-size: var(--text-16, var(--primitive-typography-size-16));
|
|
7456
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7457
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7458
|
-
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
7459
|
-
border-style: var(--tw-border-style);
|
|
7460
|
-
border-width: var(--border-width-none, var(--primitive-border-width-0));
|
|
7461
|
-
--tw-border-style: none;
|
|
7462
|
-
text-align: left;
|
|
7463
|
-
background-color: #0000;
|
|
7464
|
-
border-style: none;
|
|
7465
|
-
font-family: inherit;
|
|
7466
|
-
display: flex;
|
|
7467
|
-
}
|
|
7468
|
-
|
|
7469
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryOption:hover {
|
|
7470
|
-
background-color: var(--color-surface-neutral-100, var(--surface-neutral-100));
|
|
7471
|
-
}
|
|
7472
|
-
|
|
7473
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryOption:focus {
|
|
7474
|
-
background-color: var(--color-surface-neutral-100, var(--surface-neutral-100));
|
|
7475
|
-
--tw-outline-style: none;
|
|
7476
|
-
outline-style: none;
|
|
7477
|
-
}
|
|
7478
|
-
|
|
7479
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryOptionSelected, .IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryOptionSelected:hover {
|
|
7480
|
-
background-color: var(--color-surface-brand-50, var(--surface-brand-50));
|
|
7481
|
-
}
|
|
7482
|
-
|
|
7483
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryOptionCode {
|
|
7484
|
-
--min-width-country-code: 52px;
|
|
7485
|
-
font-size: var(--text-16, var(--primitive-typography-size-16));
|
|
7486
|
-
color: var(--color-text-body-secondary, var(--text-body-500-secondary));
|
|
7487
|
-
min-width: var(--min-width-country-code);
|
|
7488
|
-
}
|
|
7489
|
-
|
|
7490
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneCountryOptionName {
|
|
7491
|
-
text-overflow: ellipsis;
|
|
7492
|
-
white-space: nowrap;
|
|
7493
|
-
font-size: var(--text-16, var(--primitive-typography-size-16));
|
|
7494
|
-
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
7495
|
-
flex: 1;
|
|
7496
|
-
overflow: hidden;
|
|
7497
|
-
}
|
|
7498
|
-
|
|
7499
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputField {
|
|
7500
|
-
border-style: var(--tw-border-style);
|
|
7501
|
-
border-width: var(--border-width-none, var(--primitive-border-width-0));
|
|
7502
|
-
--tw-border-style: none;
|
|
7503
|
-
width: 100%;
|
|
7504
|
-
padding-inline: var(--spacing-16, var(--spacing-16, 16px));
|
|
7505
|
-
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
7506
|
-
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
7507
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7508
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7509
|
-
color: var(--color-input-text-field-default, var(--input-text-field-default));
|
|
7510
|
-
--tw-outline-style: none;
|
|
7511
|
-
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7512
|
-
background-color: #0000;
|
|
7513
|
-
border-style: none;
|
|
7514
|
-
outline-style: none;
|
|
7515
|
-
}
|
|
7516
|
-
|
|
7517
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputField::placeholder {
|
|
7518
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7519
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7520
|
-
color: var(--color-input-text-field-placeholder, var(--input-text-field-placeholder));
|
|
7521
|
-
}
|
|
7522
|
-
|
|
7523
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputField:disabled {
|
|
7524
|
-
cursor: not-allowed;
|
|
7525
|
-
color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
|
|
7526
|
-
}
|
|
7527
|
-
|
|
7528
|
-
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputError {
|
|
7529
|
-
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
7530
|
-
text-align: center;
|
|
7531
|
-
font-size: var(--text-14, var(--primitive-typography-size-14));
|
|
7532
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7533
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
7534
|
-
color: var(--color-input-text-helper-negative, var(--input-text-helper-negative));
|
|
7296
|
+
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodePhoneInputComposed {
|
|
7297
|
+
--phone-input-country-code-width: var(--redirect-phone-input-country-code-width);
|
|
7298
|
+
max-width: var(--redirect-form-column-max-width);
|
|
7535
7299
|
}
|
|
7536
7300
|
|
|
7537
7301
|
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodeRedirectSmsSendButton {
|
|
7538
|
-
--max-width-sms-button: 335px;
|
|
7539
7302
|
width: 100%;
|
|
7540
|
-
max-width: var(--max-width
|
|
7303
|
+
max-width: var(--redirect-form-column-max-width);
|
|
7541
7304
|
}
|
|
7542
7305
|
|
|
7543
7306
|
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodeRedirectLinkSent {
|
|
@@ -7567,13 +7330,12 @@
|
|
|
7567
7330
|
}
|
|
7568
7331
|
|
|
7569
7332
|
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectOptions .IncodeRedirectLinkSent .IncodeRedirectLinkSentActions {
|
|
7570
|
-
--width-link-sent-actions: 335px;
|
|
7571
7333
|
justify-content: center;
|
|
7572
7334
|
align-items: center;
|
|
7573
7335
|
gap: var(--spacing-4, var(--spacing-4, 4px));
|
|
7574
7336
|
font-family: var(--Button-family, "DM Sans");
|
|
7575
7337
|
letter-spacing: 0;
|
|
7576
|
-
width: var(--
|
|
7338
|
+
width: var(--redirect-form-column-max-width);
|
|
7577
7339
|
flex-wrap: wrap;
|
|
7578
7340
|
font-size: 18px;
|
|
7579
7341
|
font-weight: 500;
|