@datatechsolutions/ui 2.11.3 → 2.11.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/astrlabe/index.js +119 -119
- package/dist/astrlabe/index.mjs +3 -3
- package/dist/astrlabe/workflow-canvas.js +3 -3
- package/dist/astrlabe/workflow-canvas.mjs +2 -2
- package/dist/{chunk-LJSJMBLO.mjs → chunk-45UHTVTJ.mjs} +3 -3
- package/dist/{chunk-LJSJMBLO.mjs.map → chunk-45UHTVTJ.mjs.map} +1 -1
- package/dist/{chunk-XAQME7DD.js → chunk-BONTO5LJ.js} +52 -52
- package/dist/{chunk-XAQME7DD.js.map → chunk-BONTO5LJ.js.map} +1 -1
- package/dist/{chunk-PBKTXX4Y.js → chunk-EVX2CFNL.js} +3 -3
- package/dist/chunk-EVX2CFNL.js.map +1 -0
- package/dist/{chunk-XO7IYJSF.mjs → chunk-F6EBSQF6.mjs} +3 -3
- package/dist/chunk-F6EBSQF6.mjs.map +1 -0
- package/dist/index.js +710 -710
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-PBKTXX4Y.js.map +0 -1
- package/dist/chunk-XO7IYJSF.mjs.map +0 -1
|
@@ -19603,7 +19603,7 @@ var usePlatformShellStore = zustand.create((set, get) => ({
|
|
|
19603
19603
|
callback(locale);
|
|
19604
19604
|
} else {
|
|
19605
19605
|
if (typeof document !== "undefined") {
|
|
19606
|
-
document.cookie = `
|
|
19606
|
+
document.cookie = `platform-locale=${locale}; path=/; max-age=31536000; SameSite=Lax`;
|
|
19607
19607
|
window.location.reload();
|
|
19608
19608
|
}
|
|
19609
19609
|
}
|
|
@@ -20752,5 +20752,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
20752
20752
|
exports.useNotifications = useNotifications;
|
|
20753
20753
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
20754
20754
|
exports.usePullToRefresh = usePullToRefresh;
|
|
20755
|
-
//# sourceMappingURL=chunk-
|
|
20756
|
-
//# sourceMappingURL=chunk-
|
|
20755
|
+
//# sourceMappingURL=chunk-EVX2CFNL.js.map
|
|
20756
|
+
//# sourceMappingURL=chunk-EVX2CFNL.js.map
|