@ukpc-lib/react 0.8.4 → 0.8.5
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/components/index.cjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/{index.module-ac25c380.js → index.module-054b4163.js} +2 -1
- package/dist/{index.module-5d0f8ab4.cjs → index.module-24a2eb1c.cjs} +1 -1
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +1 -1
- package/package.json +1 -1
- package/web-components-bundle/access-denied/index.js +1 -1
- package/web-components-bundle/favorite-menu/index.js +2 -2
- package/web-components-bundle/global-menu/index.js +2 -2
- package/web-components-bundle/global-topbar/index.js +2 -2
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/{index-a1290462.js → index-70f8381f.js} +9405 -9408
- package/web-components-bundle/{index-72ffbbfa.js → index-ef16a9d3.js} +2 -1
|
@@ -9748,8 +9748,9 @@ le.use(ld).use(ev).use(rd).init({
|
|
|
9748
9748
|
backends: [hd],
|
|
9749
9749
|
backendOptions: [
|
|
9750
9750
|
{
|
|
9751
|
+
// loadPath: 'https://ukpcsaprod.blob.core.windows.net/lib/translations/{{lng}}/{{ns}}.json',
|
|
9751
9752
|
loadPath: () => {
|
|
9752
|
-
const e =
|
|
9753
|
+
const e = location.protocol + "//" + location.host;
|
|
9753
9754
|
return console.log("url", e), `${e}/translations/{{lng}}`;
|
|
9754
9755
|
},
|
|
9755
9756
|
crossDomain: !0,
|