@chrryai/chrry 1.2.34 → 1.2.35
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
|
|
|
1407
1407
|
declare function getFlag({ code }: {
|
|
1408
1408
|
code?: string;
|
|
1409
1409
|
}): string;
|
|
1410
|
-
declare const VERSION = "1.2.
|
|
1410
|
+
declare const VERSION = "1.2.35";
|
|
1411
1411
|
type instructionBase = {
|
|
1412
1412
|
id: string;
|
|
1413
1413
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
|
|
|
1407
1407
|
declare function getFlag({ code }: {
|
|
1408
1408
|
code?: string;
|
|
1409
1409
|
}): string;
|
|
1410
|
-
declare const VERSION = "1.2.
|
|
1410
|
+
declare const VERSION = "1.2.35";
|
|
1411
1411
|
type instructionBase = {
|
|
1412
1412
|
id: string;
|
|
1413
1413
|
title: string;
|
package/dist/index.js
CHANGED
|
@@ -18721,7 +18721,7 @@ function DataProvider({
|
|
|
18721
18721
|
const [instructions, setInstructions] = (0, import_react14.useState)([]);
|
|
18722
18722
|
const [affiliateStats, setAffiliateStats] = (0, import_react14.useState)(null);
|
|
18723
18723
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react14.useState)(false);
|
|
18724
|
-
const VERSION3 = "1.2.
|
|
18724
|
+
const VERSION3 = "1.2.35";
|
|
18725
18725
|
const [weather, setWeather] = useLocalStorage("weather", user?.weather || guest?.weather || void 0);
|
|
18726
18726
|
const {
|
|
18727
18727
|
API_URL: API_URL2,
|
|
@@ -19758,7 +19758,7 @@ var init_utils = __esm({
|
|
|
19758
19758
|
window.history.replaceState({}, "", newUrl);
|
|
19759
19759
|
};
|
|
19760
19760
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
|
|
19761
|
-
VERSION = "1.2.
|
|
19761
|
+
VERSION = "1.2.35";
|
|
19762
19762
|
getSlugFromPathname = (path) => {
|
|
19763
19763
|
const siteConfig = getSiteConfig();
|
|
19764
19764
|
return getAppAndStoreSlugs(path, {
|
|
@@ -31633,7 +31633,7 @@ function EmptyStateTips({ className }) {
|
|
|
31633
31633
|
if (app?.slug === "vault") return "\u{1F4B0} " + t6("Finance Tips");
|
|
31634
31634
|
return "\u{1F3AF} " + t6("Pro Tips");
|
|
31635
31635
|
};
|
|
31636
|
-
return /* @__PURE__ */ import_react54.default.createElement("section", { className: (0, import_clsx16.default)(import_EmptyStateTips_module.default.emptyStateTips, className) }, /* @__PURE__ */ import_react54.default.createElement("h3", { style: { marginBottom: 10, marginTop: 0 } }, getAppTitle()), /* @__PURE__ */ import_react54.default.createElement("ul", null, currentTips.map((item, i) => /* @__PURE__ */ import_react54.default.createElement("li", { key: i, className: import_EmptyStateTips_module.default.tip }, /* @__PURE__ */ import_react54.default.createElement("span", { className: import_EmptyStateTips_module.default.tipText }, item.tip), /* @__PURE__ */ import_react54.default.createElement("span", null, " ", item.emoji)))));
|
|
31636
|
+
return /* @__PURE__ */ import_react54.default.createElement("section", { className: (0, import_clsx16.default)(import_EmptyStateTips_module.default.emptyStateTips, className) }, /* @__PURE__ */ import_react54.default.createElement("h3", { style: { marginBottom: 10, marginTop: 0 } }, t6(getAppTitle())), /* @__PURE__ */ import_react54.default.createElement("ul", null, currentTips.map((item, i) => /* @__PURE__ */ import_react54.default.createElement("li", { key: i, className: import_EmptyStateTips_module.default.tip }, /* @__PURE__ */ import_react54.default.createElement("span", { className: import_EmptyStateTips_module.default.tipText }, t6(item.tip)), /* @__PURE__ */ import_react54.default.createElement("span", null, " ", item.emoji)))));
|
|
31637
31637
|
}
|
|
31638
31638
|
var import_react54, import_EmptyStateTips_module, import_clsx16;
|
|
31639
31639
|
var init_EmptyStateTips = __esm({
|