@incodetech/welcome 1.85.0-20251103200526.0 → 1.85.0-20251104090115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/onBoarding.mjs +27 -9
- package/dist/onBoarding.umd.js +12 -7
- package/package.json +1 -1
package/dist/onBoarding.mjs
CHANGED
|
@@ -8372,7 +8372,7 @@ class MlWasmJSApi {
|
|
|
8372
8372
|
);
|
|
8373
8373
|
}
|
|
8374
8374
|
}
|
|
8375
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-
|
|
8375
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251104090115.0";
|
|
8376
8376
|
function e$2(Be, Le) {
|
|
8377
8377
|
return function(Ye, tt) {
|
|
8378
8378
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -26567,6 +26567,7 @@ const FlexCenter = (Be) => /* @__PURE__ */ jsx$1(Flex, { justify: "center", alig
|
|
|
26567
26567
|
}
|
|
26568
26568
|
::placeholder {
|
|
26569
26569
|
color: ${(Be) => Be.color || Be.tokens.input.primary.text.field.placeholder};
|
|
26570
|
+
font-weight: 500;
|
|
26570
26571
|
}
|
|
26571
26572
|
&[type='date'] {
|
|
26572
26573
|
appearance: none;
|
|
@@ -26954,7 +26955,7 @@ const FlexCenter = (Be) => /* @__PURE__ */ jsx$1(Flex, { justify: "center", alig
|
|
|
26954
26955
|
}
|
|
26955
26956
|
);
|
|
26956
26957
|
}, VerifiedLogo = () => {
|
|
26957
|
-
const Le = useTokens().color.text.body.
|
|
26958
|
+
const Le = useTokens().color.text.body.secondary;
|
|
26958
26959
|
return /* @__PURE__ */ jsxs(
|
|
26959
26960
|
"svg",
|
|
26960
26961
|
{
|
|
@@ -27076,9 +27077,13 @@ const FlexCenter = (Be) => /* @__PURE__ */ jsx$1(Flex, { justify: "center", alig
|
|
|
27076
27077
|
max-width: ${(Be) => Be.maxW};
|
|
27077
27078
|
max-height: ${(Be) => Be.maxH};
|
|
27078
27079
|
|
|
27080
|
+
|
|
27079
27081
|
@media screen and (min-width: 767px) {
|
|
27080
|
-
|
|
27081
|
-
|
|
27082
|
+
width: 800px;
|
|
27083
|
+
height: 840px;
|
|
27084
|
+
max-width: ${(Be) => Be.maxW};
|
|
27085
|
+
max-height: ${(Be) => Be.maxH};
|
|
27086
|
+
margin: auto;
|
|
27082
27087
|
}
|
|
27083
27088
|
`, Header$4 = ({ hideHeaderBranding: Be, logo: Le, closeButton: Ye }) => {
|
|
27084
27089
|
const tt = useTokens(), nt = typeof (Le == null ? void 0 : Le.height) == "number" ? tt.spacing[Le.height] : Le == null ? void 0 : Le.height, ft = (Ye == null ? void 0 : Ye.offset) !== void 0 ? typeof Ye.offset == "string" ? Ye.offset : tt.spacing[Ye.offset] : tt.spacing[6], ht = () => {
|
|
@@ -27956,7 +27961,7 @@ const FlexCenter = (Be) => /* @__PURE__ */ jsx$1(Flex, { justify: "center", alig
|
|
|
27956
27961
|
fontSize: Ye.typography.fontSize.base,
|
|
27957
27962
|
textAlign: "center",
|
|
27958
27963
|
m: Ye.spacing[0],
|
|
27959
|
-
letterSpacing:
|
|
27964
|
+
letterSpacing: "-0.5px",
|
|
27960
27965
|
lineHeight: Ye.typography.lineHeight.normal,
|
|
27961
27966
|
fontWeight: Ye.typography.fontWeight.medium,
|
|
27962
27967
|
color: Ye.color.text.body.secondary,
|
|
@@ -150214,7 +150219,7 @@ const SynchronizedInputGroup = styled.div`
|
|
|
150214
150219
|
as: "span",
|
|
150215
150220
|
"aria-hidden": "true",
|
|
150216
150221
|
ml: wt.spacing[1],
|
|
150217
|
-
color: wt.color.text.body.primary,
|
|
150222
|
+
color: gt ? wt.input.primary.text.field.disabled : wt.color.text.body.primary,
|
|
150218
150223
|
fontWeight: wt.typography.fontWeight.medium,
|
|
150219
150224
|
fontSize: wt.typography.fontSize.lg,
|
|
150220
150225
|
children: Et == null ? void 0 : Et.code
|
|
@@ -150339,13 +150344,26 @@ const SynchronizedInputGroup = styled.div`
|
|
|
150339
150344
|
/* @__PURE__ */ jsx$1(
|
|
150340
150345
|
InputComposed,
|
|
150341
150346
|
{
|
|
150342
|
-
ref: (
|
|
150343
|
-
ft.current =
|
|
150347
|
+
ref: (gt) => {
|
|
150348
|
+
ft.current = gt, typeof nt == "function" ? nt(gt) : nt && (nt.current = gt);
|
|
150344
150349
|
},
|
|
150345
150350
|
label: Ye,
|
|
150346
150351
|
type: "date",
|
|
150347
150352
|
value: Be,
|
|
150348
150353
|
onChange: Le,
|
|
150354
|
+
onClick: () => {
|
|
150355
|
+
const gt = ft.current;
|
|
150356
|
+
if (gt)
|
|
150357
|
+
if ("showPicker" in HTMLInputElement.prototype)
|
|
150358
|
+
try {
|
|
150359
|
+
gt.showPicker();
|
|
150360
|
+
} catch {
|
|
150361
|
+
gt.focus(), gt.click();
|
|
150362
|
+
}
|
|
150363
|
+
else
|
|
150364
|
+
gt.focus(), gt.click();
|
|
150365
|
+
},
|
|
150366
|
+
style: { cursor: "pointer" },
|
|
150349
150367
|
...tt
|
|
150350
150368
|
}
|
|
150351
150369
|
),
|
|
@@ -211381,7 +211399,7 @@ path {
|
|
|
211381
211399
|
onContinue: _t,
|
|
211382
211400
|
finishWithError: Gt
|
|
211383
211401
|
}), W0 = async (O0) => {
|
|
211384
|
-
It.isRecordingEnabled && await Ut(O0);
|
|
211402
|
+
!Pt && It.isRecordingEnabled && await Ut(O0);
|
|
211385
211403
|
};
|
|
211386
211404
|
if (f0 === "offline")
|
|
211387
211405
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(NoInternetError, { isV2: !0 });
|