@chrryai/chrry 1.2.63 → 1.2.64

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/index.d.mts CHANGED
@@ -782,7 +782,7 @@ declare const isFirefox: boolean;
782
782
  declare function getFlag({ code }: {
783
783
  code?: string;
784
784
  }): string;
785
- declare const VERSION = "1.2.63";
785
+ declare const VERSION = "1.2.64";
786
786
  type instructionBase = {
787
787
  id: string;
788
788
  title: string;
package/dist/index.d.ts CHANGED
@@ -782,7 +782,7 @@ declare const isFirefox: boolean;
782
782
  declare function getFlag({ code }: {
783
783
  code?: string;
784
784
  }): string;
785
- declare const VERSION = "1.2.63";
785
+ declare const VERSION = "1.2.64";
786
786
  type instructionBase = {
787
787
  id: string;
788
788
  title: string;
package/dist/index.js CHANGED
@@ -20658,7 +20658,7 @@ function DataProvider({
20658
20658
  const [instructions, setInstructions] = (0, import_react14.useState)([]);
20659
20659
  const [affiliateStats, setAffiliateStats] = (0, import_react14.useState)(null);
20660
20660
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react14.useState)(false);
20661
- const VERSION3 = "1.2.63";
20661
+ const VERSION3 = "1.2.64";
20662
20662
  const [weather, setWeather] = useLocalStorage("weather", user?.weather || guest?.weather || void 0);
20663
20663
  const {
20664
20664
  API_URL: API_URL2,
@@ -21699,7 +21699,7 @@ var init_utils = __esm({
21699
21699
  window.history.replaceState({}, "", newUrl);
21700
21700
  };
21701
21701
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
21702
- VERSION = "1.2.63";
21702
+ VERSION = "1.2.64";
21703
21703
  getSlugFromPathname = (path) => {
21704
21704
  const siteConfig = getSiteConfig();
21705
21705
  return getAppAndStoreSlugs(path, {
@@ -25246,7 +25246,7 @@ function Modal({
25246
25246
  )
25247
25247
  )
25248
25248
  )),
25249
- document.body
25249
+ document.getElementById("skeleton") || document.body
25250
25250
  );
25251
25251
  }
25252
25252
  var import_react34, import_react_dom, import_Modal_module, import_clsx3;
@@ -36777,6 +36777,7 @@ function Skeleton({
36777
36777
  return /* @__PURE__ */ React.createElement(
36778
36778
  Div,
36779
36779
  {
36780
+ id: "skeleton",
36780
36781
  className: (0, import_clsx26.default)(className),
36781
36782
  style: {
36782
36783
  ...skeletonStyles.page.style,