@steedos/webapp 3.0.0-beta.96 → 3.0.0-beta.97
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.
|
@@ -56914,11 +56914,11 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
56914
56914
|
"tpl": `<a href='/app' class='flex items-center '><img class='block h-6 w-auto' src='${logoSrc}'></a>`,
|
|
56915
56915
|
"hiddenOn": "${window:innerWidth < 768 && (window:historyPaths.length > 1 || window:historyPaths[0].params.record_id)}"
|
|
56916
56916
|
},
|
|
56917
|
-
{
|
|
56918
|
-
|
|
56919
|
-
|
|
56920
|
-
|
|
56921
|
-
},
|
|
56917
|
+
// {
|
|
56918
|
+
// "className": 'bg-gray-300 w-[1px] h-6 inline-block align-middle mr-4',
|
|
56919
|
+
// "type": "tpl",
|
|
56920
|
+
// "tpl": '',
|
|
56921
|
+
// },
|
|
56922
56922
|
{
|
|
56923
56923
|
"className": "w-auto mr-4 font-bold text-lg inline-block align-middle",
|
|
56924
56924
|
"type": "tpl",
|
|
@@ -57032,7 +57032,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
57032
57032
|
logoSrc = "/api/v6/files/cfs.avatars.filerecord/" + Builder$1.settings.context.user.space.avatar;
|
|
57033
57033
|
}
|
|
57034
57034
|
const faviconLink = document.querySelector('link[rel*="icon"], link[rel*="shortcut"]');
|
|
57035
|
-
let favicon = "/
|
|
57035
|
+
let favicon = "/favicon.ico";
|
|
57036
57036
|
if ((_h = (_g = (_f = (_e = Builder$1.settings) == null ? void 0 : _e.context) == null ? void 0 : _f.user) == null ? void 0 : _g.space) == null ? void 0 : _h.favicon) {
|
|
57037
57037
|
favicon = "/api/v6/files/cfs.avatars.filerecord/" + Builder$1.settings.context.user.space.favicon;
|
|
57038
57038
|
}
|
package/dist/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon"
|
|
5
|
+
<link rel="shortcut icon" href="/favicon.ico" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Steedos</title>
|
|
8
8
|
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
window.loadCss = loadCss;
|
|
61
61
|
|
|
62
62
|
</script>
|
|
63
|
-
<
|
|
63
|
+
<link rel="stylesheet" type="text/css" href="/tailwind/tailwind-steedos.css">
|
|
64
|
+
<script type="module" crossorigin src="/assets/index-qZ-Z0wRz.js"></script>
|
|
64
65
|
</head>
|
|
65
66
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
66
67
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden 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.97",
|
|
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": "ebcf37d746bcbaf2a4bd29b651e25b0d63983dc5"
|
|
73
73
|
}
|