@incodetech/welcome 1.85.0-20251113152510.0 → 1.85.0-20251113152646.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.
@@ -8374,7 +8374,7 @@ class MlWasmJSApi {
8374
8374
  );
8375
8375
  }
8376
8376
  }
8377
- const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251113152510.0";
8377
+ const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251113152646.0";
8378
8378
  function e$2(Be, Le) {
8379
8379
  return function(Ye, tt) {
8380
8380
  return Object.prototype.hasOwnProperty.call(Ye, tt);
@@ -356659,6 +356659,7 @@ const arrowEl = /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRightIcon, {}), Rende
356659
356659
  wFull: !0,
356660
356660
  pt: ft.spacing[6],
356661
356661
  gap: ft.spacing[6],
356662
+ "data-testid": "android-instructions",
356662
356663
  children: [
356663
356664
  /* @__PURE__ */ jsxRuntimeExports.jsx(Title$n, { maxW: "275px", m: "0", textAlign: "left", children: tt }),
356664
356665
  /* @__PURE__ */ jsxRuntimeExports.jsxs(Flex, { direction: "column", wFull: !0, hFull: !0, children: [
@@ -356668,8 +356669,25 @@ const arrowEl = /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRightIcon, {}), Rende
356668
356669
  browserInstructions: browserInstructions$1
356669
356670
  }
356670
356671
  ),
356671
- /* @__PURE__ */ jsxRuntimeExports.jsx(Button$b, { mt: ft.spacing[6], onClick: Be, children: nt("geolocationv2.refreshPage") }),
356672
- Ye ? /* @__PURE__ */ jsxRuntimeExports.jsx(Button$b, { mt: ft.spacing[4], onClick: Le, variant: "secondary", children: nt("geolocationv2.skip") }) : null
356672
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
356673
+ Button$b,
356674
+ {
356675
+ mt: ft.spacing[6],
356676
+ onClick: Be,
356677
+ "data-testid": "geolocation-quit-button",
356678
+ children: nt("geolocationv2.refreshPage")
356679
+ }
356680
+ ),
356681
+ Ye ? /* @__PURE__ */ jsxRuntimeExports.jsx(
356682
+ Button$b,
356683
+ {
356684
+ mt: ft.spacing[4],
356685
+ onClick: Le,
356686
+ variant: "secondary",
356687
+ "data-testid": "geolocation-skip-button",
356688
+ children: nt("geolocationv2.skip")
356689
+ }
356690
+ ) : null
356673
356691
  ] })
356674
356692
  ]
356675
356693
  }
@@ -356805,6 +356823,7 @@ const arrowEl = /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRightIcon, {}), Rende
356805
356823
  wFull: !0,
356806
356824
  pt: ft.spacing[6],
356807
356825
  gap: ft.spacing[6],
356826
+ "data-testid": "ios-instructions",
356808
356827
  children: [
356809
356828
  /* @__PURE__ */ jsxRuntimeExports.jsx(Title$n, { maxW: "275px", m: "0", textAlign: "left", children: tt }),
356810
356829
  /* @__PURE__ */ jsxRuntimeExports.jsxs(Flex, { direction: "column", wFull: !0, hFull: !0, children: [
@@ -356814,8 +356833,25 @@ const arrowEl = /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRightIcon, {}), Rende
356814
356833
  browserInstructions
356815
356834
  }
356816
356835
  ),
356817
- /* @__PURE__ */ jsxRuntimeExports.jsx(Button$b, { mt: ft.spacing[6], onClick: Be, children: nt("geolocationv2.refreshPage") }),
356818
- Ye ? /* @__PURE__ */ jsxRuntimeExports.jsx(Button$b, { mt: ft.spacing[4], onClick: Le, variant: "secondary", children: nt("geolocationv2.skip") }) : null
356836
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
356837
+ Button$b,
356838
+ {
356839
+ mt: ft.spacing[6],
356840
+ onClick: Be,
356841
+ "data-testid": "geolocation-quit-button",
356842
+ children: nt("geolocationv2.refreshPage")
356843
+ }
356844
+ ),
356845
+ Ye ? /* @__PURE__ */ jsxRuntimeExports.jsx(
356846
+ Button$b,
356847
+ {
356848
+ mt: ft.spacing[4],
356849
+ onClick: Le,
356850
+ variant: "secondary",
356851
+ "data-testid": "geolocation-skip-button",
356852
+ children: nt("geolocationv2.skip")
356853
+ }
356854
+ ) : null
356819
356855
  ] })
356820
356856
  ]
356821
356857
  }
@@ -356858,27 +356894,37 @@ function StyledGeolocation({
356858
356894
  }).finally(() => {
356859
356895
  Bt();
356860
356896
  }));
356861
- }, Kt = () => /* @__PURE__ */ jsxRuntimeExports.jsxs(Flex, { hFull: !0, wFull: !0, direction: "column", children: [
356862
- /* @__PURE__ */ jsxRuntimeExports.jsx(
356863
- Flex,
356864
- {
356865
- align: "center",
356866
- direction: "column",
356867
- wFull: !0,
356868
- justify: "space-around",
356869
- hFull: !0,
356870
- children: vt ? /* @__PURE__ */ jsxRuntimeExports.jsx(LocationActiveIcon, { color: $t.color.brand.brand }) : /* @__PURE__ */ jsxRuntimeExports.jsx(LocationUnactiveIcon, {})
356871
- }
356872
- ),
356873
- /* @__PURE__ */ jsxRuntimeExports.jsx(
356874
- Button$b,
356875
- {
356876
- isLoading: Rt,
356877
- onClick: ft ? Be : Wt,
356878
- children: Pt("geolocation.continue")
356879
- }
356880
- )
356881
- ] }), $t = useTokens();
356897
+ }, Kt = () => /* @__PURE__ */ jsxRuntimeExports.jsxs(
356898
+ Flex,
356899
+ {
356900
+ hFull: !0,
356901
+ wFull: !0,
356902
+ direction: "column",
356903
+ "data-testid": "geolocation-instructions",
356904
+ children: [
356905
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
356906
+ Flex,
356907
+ {
356908
+ align: "center",
356909
+ direction: "column",
356910
+ wFull: !0,
356911
+ justify: "space-around",
356912
+ hFull: !0,
356913
+ children: vt ? /* @__PURE__ */ jsxRuntimeExports.jsx(LocationActiveIcon, { color: $t.color.brand.brand }) : /* @__PURE__ */ jsxRuntimeExports.jsx(LocationUnactiveIcon, {})
356914
+ }
356915
+ ),
356916
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
356917
+ Button$b,
356918
+ {
356919
+ isLoading: Rt,
356920
+ onClick: ft ? Be : Wt,
356921
+ "data-testid": "geolocation-continue-button",
356922
+ children: Pt("geolocation.continue")
356923
+ }
356924
+ )
356925
+ ]
356926
+ }
356927
+ ), $t = useTokens();
356882
356928
  return /* @__PURE__ */ jsxRuntimeExports.jsx(Page$1, { title: Pt(wt), subtitle: ft, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Box, { hFull: !0, px: $t.spacing[2], children: [
356883
356929
  At && Kt(),
356884
356930
  Et && /* @__PURE__ */ jsxRuntimeExports.jsx(