@steedos/webapp 3.0.0-beta.86 → 3.0.0-beta.87
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.
|
@@ -55127,7 +55127,10 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55127
55127
|
if (!window.navigate) {
|
|
55128
55128
|
window.navigate = navigate;
|
|
55129
55129
|
}
|
|
55130
|
-
|
|
55130
|
+
let locale = ((_b2 = (_a2 = Builder$1.settings.context) == null ? void 0 : _a2.user) == null ? void 0 : _b2.language) || Builder$1.settings.default_language;
|
|
55131
|
+
if (locale === "en") {
|
|
55132
|
+
locale = "en-US";
|
|
55133
|
+
}
|
|
55131
55134
|
const mergedData = {
|
|
55132
55135
|
app_id: Builder$1.settings.appId,
|
|
55133
55136
|
context: Builder$1.settings.context,
|
package/dist/index.html
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
window.loadCss = loadCss;
|
|
61
61
|
|
|
62
62
|
</script>
|
|
63
|
-
<script type="module" crossorigin src="/assets/index-
|
|
63
|
+
<script type="module" crossorigin src="/assets/index-BRFZ891W.js"></script>
|
|
64
64
|
</head>
|
|
65
65
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
66
66
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden sm:bg-gray-50"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.87",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "b92d4f0808d10ea76a0c43ba7ae731adf71eae08"
|
|
73
73
|
}
|