@steedos/webapp 3.0.0 → 3.0.2-beta.10

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.
@@ -0,0 +1,24 @@
1
+ <svg width="340" height="340" viewBox="0 0 340 340" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="#8bc34a">
3
+ <rect x="10" y="10" width="100" height="100" rx="10"/>
4
+ <rect x="120" y="10" width="100" height="100" rx="10"/>
5
+ </g>
6
+
7
+ <g fill="#ffc107">
8
+ <rect x="230" y="10" width="100" height="100" rx="10"/>
9
+ <rect x="230" y="120" width="100" height="100" rx="10"/>
10
+ </g>
11
+
12
+ <g fill="#ff5722">
13
+ <rect x="10" y="120" width="100" height="100" rx="10"/>
14
+ <rect x="10" y="230" width="100" height="100" rx="10"/>
15
+ </g>
16
+
17
+ <rect x="120" y="120" width="100" height="100" rx="10" fill="#EFEFEF"/>
18
+
19
+ <g fill="#03a9f4">
20
+ <rect x="120" y="230" width="100" height="100" rx="10"/>
21
+ <rect x="230" y="230" width="100" height="100" rx="10"/>
22
+ </g>
23
+
24
+ </svg>
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="shortcut icon" href="/favicon.ico" />
5
+ <link rel="shortcut icon" href="/images/logo.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Steedos</title>
8
8
 
@@ -64,7 +64,7 @@
64
64
  </script>
65
65
  <script src="https://unpkg.com/i18next@24.2.2/dist/umd/i18next.min.js"></script>
66
66
  <link rel="stylesheet" type="text/css" href="/tailwind/tailwind-steedos.css">
67
- <script type="module" crossorigin src="/assets/index-CTmKBB9g.js"></script>
67
+ <script type="module" crossorigin src="/assets/index-CJty8bMw.js"></script>
68
68
  </head>
69
69
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
70
70
  <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.0",
3
+ "version": "3.0.2-beta.10",
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": "20ea485d800dd4ad0a99c82b26000879c2f85741"
78
+ "gitHead": "35caa60431c6d4931e0d098b36af37945a3c0c6e"
79
79
  }