l-min-components 1.8.481 → 1.8.482
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/chunks/{useCustomNavigate-f637da71.js → useCustomNavigate-a832308c.js} +2 -2
- package/dist/chunks/useCustomNavigate-a832308c.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/hooks.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/hooks/useTranslation.jsx +5 -3
- package/dist/chunks/useCustomNavigate-f637da71.js.map +0 -1
|
@@ -1012,7 +1012,7 @@ const a7 = () => /* @__PURE__ */ C(
|
|
|
1012
1012
|
}
|
|
1013
1013
|
), x6 = u7;
|
|
1014
1014
|
window.translationCache || (window.translationCache = {});
|
|
1015
|
-
const a6 = window.location.hostname.includes("staging") ? "learngual-bucket" : "learngual-production", f7 = 60 * 60 * 1e3, w7 = `https://${a6}.sfo3.digitaloceanspaces.com/${a6}/media/media/`, p7 = (n = []) => {
|
|
1015
|
+
const a6 = window.location.hostname.includes("staging") || window.location.hostname.includes("localhost") ? "learngual-bucket" : "learngual-production", f7 = 60 * 60 * 1e3, w7 = `https://${a6}.sfo3.digitaloceanspaces.com/${a6}/media/media/`, p7 = (n = []) => {
|
|
1016
1016
|
const o = localStorage == null ? void 0 : localStorage.getItem("defaultLang");
|
|
1017
1017
|
Z1(() => {
|
|
1018
1018
|
o && a(o);
|
|
@@ -4139,4 +4139,4 @@ export {
|
|
|
4139
4139
|
b6 as y,
|
|
4140
4140
|
c2 as z
|
|
4141
4141
|
};
|
|
4142
|
-
//# sourceMappingURL=useCustomNavigate-
|
|
4142
|
+
//# sourceMappingURL=useCustomNavigate-a832308c.js.map
|