@incodetech/welcome 1.85.0-20251110183752.0 → 1.85.0-20251110190315.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 +3 -2
- package/dist/onBoarding.umd.js +2 -2
- package/package.json +1 -1
package/dist/onBoarding.mjs
CHANGED
|
@@ -8374,7 +8374,7 @@ class MlWasmJSApi {
|
|
|
8374
8374
|
);
|
|
8375
8375
|
}
|
|
8376
8376
|
}
|
|
8377
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-
|
|
8377
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251110190315.0";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -258837,6 +258837,7 @@ function SMSOTP$1({
|
|
|
258837
258837
|
Text$7,
|
|
258838
258838
|
{
|
|
258839
258839
|
as: "a",
|
|
258840
|
+
display: "inline",
|
|
258840
258841
|
color: vt ? Vt.button.tertiary.disabled : Vt.button.tertiary.text.default,
|
|
258841
258842
|
fontSize: Vt.typography.fontSize.lg,
|
|
258842
258843
|
onClick: Ut,
|
|
@@ -258844,12 +258845,12 @@ function SMSOTP$1({
|
|
|
258844
258845
|
}
|
|
258845
258846
|
),
|
|
258846
258847
|
nt && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
258847
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
|
|
258848
258848
|
` ${wt("otp.or")} `,
|
|
258849
258849
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
258850
258850
|
Text$7,
|
|
258851
258851
|
{
|
|
258852
258852
|
as: "a",
|
|
258853
|
+
display: "inline",
|
|
258853
258854
|
color: vt ? Vt.button.tertiary.disabled : Vt.button.tertiary.text.default,
|
|
258854
258855
|
fontSize: Vt.typography.fontSize.lg,
|
|
258855
258856
|
onClick: $t,
|