@things-factory/operato-board 6.1.9 → 6.1.11
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/_index.html +2 -3
- package/package.json +30 -30
- package/views/auth-page.html +1 -1
- package/views/public/home.html +1 -1
package/_index.html
CHANGED
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
|
|
51
51
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
52
52
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
53
|
-
<link
|
|
53
|
+
<link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
54
|
+
|
|
54
55
|
<style>
|
|
55
56
|
html,
|
|
56
57
|
body {
|
|
@@ -66,8 +67,6 @@
|
|
|
66
67
|
-webkit-font-smoothing: antialiased;
|
|
67
68
|
|
|
68
69
|
accent-color: var(--primary-color);
|
|
69
|
-
|
|
70
|
-
accent-color: var(--primary-color);
|
|
71
70
|
}
|
|
72
71
|
</style>
|
|
73
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.11",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -80,41 +80,41 @@
|
|
|
80
80
|
"@operato/shell": "^1.0.1",
|
|
81
81
|
"@operato/styles": "^1.0.0",
|
|
82
82
|
"@operato/utils": "^1.0.1",
|
|
83
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
84
|
-
"@things-factory/auth-ui": "^6.1.
|
|
85
|
-
"@things-factory/board-service": "^6.1.
|
|
86
|
-
"@things-factory/board-ui": "^6.1.
|
|
87
|
-
"@things-factory/context-ui": "^6.1.
|
|
88
|
-
"@things-factory/export-ui": "^6.1.
|
|
89
|
-
"@things-factory/fav-base": "^6.1.
|
|
90
|
-
"@things-factory/font-base": "^6.1.
|
|
83
|
+
"@things-factory/apptool-ui": "^6.1.11",
|
|
84
|
+
"@things-factory/auth-ui": "^6.1.11",
|
|
85
|
+
"@things-factory/board-service": "^6.1.11",
|
|
86
|
+
"@things-factory/board-ui": "^6.1.11",
|
|
87
|
+
"@things-factory/context-ui": "^6.1.11",
|
|
88
|
+
"@things-factory/export-ui": "^6.1.11",
|
|
89
|
+
"@things-factory/fav-base": "^6.1.11",
|
|
90
|
+
"@things-factory/font-base": "^6.1.11",
|
|
91
91
|
"@things-factory/form-ui": "^6.1.8",
|
|
92
|
-
"@things-factory/help": "^6.1.
|
|
93
|
-
"@things-factory/i18n-base": "^6.1.
|
|
94
|
-
"@things-factory/import-ui": "^6.1.
|
|
95
|
-
"@things-factory/integration-base": "^6.1.
|
|
96
|
-
"@things-factory/integration-msgraph": "^6.1.
|
|
97
|
-
"@things-factory/integration-notification": "^6.1.
|
|
98
|
-
"@things-factory/integration-openai": "^6.1.
|
|
99
|
-
"@things-factory/integration-ui": "^6.1.
|
|
92
|
+
"@things-factory/help": "^6.1.11",
|
|
93
|
+
"@things-factory/i18n-base": "^6.1.11",
|
|
94
|
+
"@things-factory/import-ui": "^6.1.11",
|
|
95
|
+
"@things-factory/integration-base": "^6.1.11",
|
|
96
|
+
"@things-factory/integration-msgraph": "^6.1.11",
|
|
97
|
+
"@things-factory/integration-notification": "^6.1.11",
|
|
98
|
+
"@things-factory/integration-openai": "^6.1.11",
|
|
99
|
+
"@things-factory/integration-ui": "^6.1.11",
|
|
100
100
|
"@things-factory/layout-ui": "^6.1.8",
|
|
101
|
-
"@things-factory/more-ui": "^6.1.
|
|
102
|
-
"@things-factory/notification": "^6.1.
|
|
103
|
-
"@things-factory/oauth2-client": "^6.1.
|
|
104
|
-
"@things-factory/offline-ui": "^6.1.
|
|
101
|
+
"@things-factory/more-ui": "^6.1.11",
|
|
102
|
+
"@things-factory/notification": "^6.1.11",
|
|
103
|
+
"@things-factory/oauth2-client": "^6.1.11",
|
|
104
|
+
"@things-factory/offline-ui": "^6.1.11",
|
|
105
105
|
"@things-factory/operato-license-checker": "^3.1.0",
|
|
106
106
|
"@things-factory/pdf": "^6.1.0",
|
|
107
|
-
"@things-factory/print-service": "^6.1.
|
|
108
|
-
"@things-factory/print-ui": "^6.1.
|
|
109
|
-
"@things-factory/resource-ui": "^6.1.
|
|
107
|
+
"@things-factory/print-service": "^6.1.11",
|
|
108
|
+
"@things-factory/print-ui": "^6.1.11",
|
|
109
|
+
"@things-factory/resource-ui": "^6.1.11",
|
|
110
110
|
"@things-factory/scene-google-map": "^6.1.0",
|
|
111
|
-
"@things-factory/setting-ui": "^6.1.
|
|
112
|
-
"@things-factory/shell": "^6.1.
|
|
113
|
-
"@things-factory/system-ui": "^6.1.
|
|
111
|
+
"@things-factory/setting-ui": "^6.1.11",
|
|
112
|
+
"@things-factory/shell": "^6.1.11",
|
|
113
|
+
"@things-factory/system-ui": "^6.1.11"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@things-factory/board-test": "^6.1.
|
|
117
|
-
"@things-factory/builder": "^6.1.
|
|
116
|
+
"@things-factory/board-test": "^6.1.11",
|
|
117
|
+
"@things-factory/builder": "^6.1.11"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "484864c861289750237b70b336dfb09c83ceb65a"
|
|
120
120
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
52
52
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
53
|
-
<link
|
|
53
|
+
<link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
54
54
|
<link rel="stylesheet" href="/theme.css" />
|
|
55
55
|
|
|
56
56
|
<style>
|
package/views/public/home.html
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
52
52
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
53
|
-
<link
|
|
53
|
+
<link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
54
54
|
<link rel="stylesheet" href="/theme.css" />
|
|
55
55
|
|
|
56
56
|
<style>
|