l-min-components 1.8.342 → 1.8.343
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-e4a9b439.js → useCustomNavigate-4ae40058.js} +2 -2
- package/dist/chunks/useCustomNavigate-4ae40058.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 +2 -1
- package/dist/chunks/useCustomNavigate-e4a9b439.js.map +0 -1
|
@@ -384,7 +384,7 @@ const g1 = window.location.hostname.includes("staging") || window.location.hostn
|
|
|
384
384
|
return x.data;
|
|
385
385
|
try {
|
|
386
386
|
const A = await fetch(
|
|
387
|
-
`${e6}${window.location.hostname.includes("staging") ? `${n == null ? void 0 : n.toUpperCase()}/qFpINMa05DrgUgzO0PEboReejximpq2r3VL2AmFZAwIq6fTN3A.json` : `${n == null ? void 0 : n.toUpperCase()}/qFpINMa05DrgUgzO0PEboReejximpq2r3VL2AmFZAwIq6fTN3A.json`}`
|
|
387
|
+
`${e6}${window.location.hostname.includes("staging") || window.location.hostname.includes("localhost") ? `${n == null ? void 0 : n.toUpperCase()}/qFpINMa05DrgUgzO0PEboReejximpq2r3VL2AmFZAwIq6fTN3A.json` : `${n == null ? void 0 : n.toUpperCase()}/qFpINMa05DrgUgzO0PEboReejximpq2r3VL2AmFZAwIq6fTN3A.json`}`
|
|
388
388
|
);
|
|
389
389
|
if (!A.ok)
|
|
390
390
|
throw new Error(`Failed to fetch translations: ${A.status}`);
|
|
@@ -3900,4 +3900,4 @@ export {
|
|
|
3900
3900
|
n7 as y,
|
|
3901
3901
|
o7 as z
|
|
3902
3902
|
};
|
|
3903
|
-
//# sourceMappingURL=useCustomNavigate-
|
|
3903
|
+
//# sourceMappingURL=useCustomNavigate-4ae40058.js.map
|