@steedos/webapp 3.0.3-beta.2 → 3.0.3-beta.3
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.
|
@@ -54501,7 +54501,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
54501
54501
|
"className": "w-auto ml-4 inline-block align-middle",
|
|
54502
54502
|
"type": "tpl",
|
|
54503
54503
|
"tpl": `<a href='/app' class='flex items-center '><img class='block h-6 w-auto' src='${logoSrc}'></a>`,
|
|
54504
|
-
"
|
|
54504
|
+
"visibleOn": `${!isMobile && !!logoSrc}`
|
|
54505
54505
|
},
|
|
54506
54506
|
// {
|
|
54507
54507
|
// "className": 'bg-gray-300 w-[1px] h-6 inline-block align-middle mr-4',
|
|
@@ -54509,7 +54509,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
54509
54509
|
// "tpl": '',
|
|
54510
54510
|
// },
|
|
54511
54511
|
{
|
|
54512
|
-
"className": "w-auto ml-4 font-bold text-lg inline-block align-middle",
|
|
54512
|
+
"className": "w-auto ml-4 font-bold text-lg text-gray-700 inline-block align-middle",
|
|
54513
54513
|
"type": "tpl",
|
|
54514
54514
|
"hiddenOn": "${window:innerWidth < 768}",
|
|
54515
54515
|
"tpl": "${app.name}"
|
|
@@ -54612,12 +54612,12 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
54612
54612
|
document.body.classList.remove("sidebar-open");
|
|
54613
54613
|
}
|
|
54614
54614
|
const isMobile = window.innerWidth < 1024;
|
|
54615
|
-
let logoSrc =
|
|
54615
|
+
let logoSrc = "/images/logo.svg";
|
|
54616
54616
|
if (Builder$1.settings?.context?.user?.space?.avatar) {
|
|
54617
54617
|
logoSrc = "/api/v6/files/cfs.avatars.filerecord/" + Builder$1.settings.context.user.space.avatar;
|
|
54618
54618
|
}
|
|
54619
54619
|
const faviconLink = document.querySelector('link[rel*="icon"], link[rel*="shortcut"]');
|
|
54620
|
-
let favicon = "/images/logo.
|
|
54620
|
+
let favicon = "/images/logo.png";
|
|
54621
54621
|
if (Builder$1.settings?.context?.user?.space?.favicon) {
|
|
54622
54622
|
favicon = "/api/v6/files/cfs.avatars.filerecord/" + Builder$1.settings.context.user.space.favicon;
|
|
54623
54623
|
}
|
package/dist/index.html
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
</script>
|
|
66
66
|
<script src="https://unpkg.com/i18next@24.2.2/dist/umd/i18next.min.js"></script>
|
|
67
67
|
<link rel="stylesheet" type="text/css" href="/tailwind/tailwind-steedos.css">
|
|
68
|
-
<script type="module" crossorigin src="/assets/index-
|
|
68
|
+
<script type="module" crossorigin src="/assets/index-Djt5GfG5.js"></script>
|
|
69
69
|
</head>
|
|
70
70
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
71
71
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.3-beta.
|
|
3
|
+
"version": "3.0.3-beta.3",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "061cba3e7e089d51f6408c95633a4e1fb9d8fd0f"
|
|
79
79
|
}
|