@things-factory/operato-board 8.0.0-alpha.2 → 8.0.0-alpha.20
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/Dockerfile +15 -0
- package/assets/manifest/apple-1024.png +0 -0
- package/assets/manifest/apple-120.png +0 -0
- package/assets/manifest/apple-152.png +0 -0
- package/assets/manifest/apple-167.png +0 -0
- package/assets/manifest/apple-180.png +0 -0
- package/assets/manifest/apple-touch-icon.png +0 -0
- package/assets/manifest/chrome-splashscreen-icon-384x384.png +0 -0
- package/assets/manifest/chrome-touch-icon-192x192.png +0 -0
- package/assets/manifest/icon-128x128.png +0 -0
- package/assets/manifest/icon-192x192.png +0 -0
- package/assets/manifest/icon-512x512.png +0 -0
- package/assets/manifest/icon-72x72.png +0 -0
- package/assets/manifest/icon-96x96.png +0 -0
- package/assets/manifest/ms-icon-144x144.png +0 -0
- package/assets/manifest/ms-touch-icon-144x144-precomposed.png +0 -0
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +36 -36
- package/dist-client/themes/index.css +0 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.20",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -89,46 +89,46 @@
|
|
|
89
89
|
"@operato/shell": "^8.0.0-alpha",
|
|
90
90
|
"@operato/styles": "^8.0.0-alpha",
|
|
91
91
|
"@operato/utils": "^8.0.0-alpha",
|
|
92
|
-
"@things-factory/apptool-ui": "^8.0.0-alpha.
|
|
93
|
-
"@things-factory/auth-azure-ad": "^8.0.0-alpha.
|
|
94
|
-
"@things-factory/auth-google": "^8.0.0-alpha.
|
|
95
|
-
"@things-factory/auth-ui": "^8.0.0-alpha.
|
|
96
|
-
"@things-factory/board-service": "^8.0.0-alpha.
|
|
97
|
-
"@things-factory/board-ui": "^8.0.0-alpha.
|
|
98
|
-
"@things-factory/context-ui": "^8.0.0-alpha.
|
|
99
|
-
"@things-factory/evaluation": "^8.0.0-alpha.
|
|
100
|
-
"@things-factory/export-ui": "^8.0.0-alpha.
|
|
101
|
-
"@things-factory/fav-base": "^8.0.0-alpha.
|
|
102
|
-
"@things-factory/font-base": "^8.0.0-alpha.
|
|
92
|
+
"@things-factory/apptool-ui": "^8.0.0-alpha.19",
|
|
93
|
+
"@things-factory/auth-azure-ad": "^8.0.0-alpha.19",
|
|
94
|
+
"@things-factory/auth-google": "^8.0.0-alpha.19",
|
|
95
|
+
"@things-factory/auth-ui": "^8.0.0-alpha.19",
|
|
96
|
+
"@things-factory/board-service": "^8.0.0-alpha.20",
|
|
97
|
+
"@things-factory/board-ui": "^8.0.0-alpha.19",
|
|
98
|
+
"@things-factory/context-ui": "^8.0.0-alpha.19",
|
|
99
|
+
"@things-factory/evaluation": "^8.0.0-alpha.19",
|
|
100
|
+
"@things-factory/export-ui": "^8.0.0-alpha.19",
|
|
101
|
+
"@things-factory/fav-base": "^8.0.0-alpha.19",
|
|
102
|
+
"@things-factory/font-base": "^8.0.0-alpha.19",
|
|
103
103
|
"@things-factory/form-ui": "^8.0.0-alpha.0",
|
|
104
|
-
"@things-factory/help": "^8.0.0-alpha.
|
|
105
|
-
"@things-factory/i18n-base": "^8.0.0-alpha.
|
|
106
|
-
"@things-factory/import-ui": "^8.0.0-alpha.
|
|
107
|
-
"@things-factory/integration-base": "^8.0.0-alpha.
|
|
108
|
-
"@things-factory/integration-email": "^8.0.0-alpha.
|
|
109
|
-
"@things-factory/integration-influxdb": "^8.0.0-alpha.
|
|
110
|
-
"@things-factory/integration-msgraph": "^8.0.0-alpha.
|
|
111
|
-
"@things-factory/integration-notification": "^8.0.0-alpha.
|
|
112
|
-
"@things-factory/integration-openai": "^8.0.0-alpha.
|
|
113
|
-
"@things-factory/integration-ui": "^8.0.0-alpha.
|
|
114
|
-
"@things-factory/more-ui": "^8.0.0-alpha.
|
|
115
|
-
"@things-factory/notification": "^8.0.0-alpha.
|
|
116
|
-
"@things-factory/oauth2-client": "^8.0.0-alpha.
|
|
117
|
-
"@things-factory/offline-ui": "^8.0.0-alpha.
|
|
118
|
-
"@things-factory/pdf": "^8.0.0-alpha.
|
|
119
|
-
"@things-factory/print-service": "^8.0.0-alpha.
|
|
120
|
-
"@things-factory/print-ui": "^8.0.0-alpha.
|
|
121
|
-
"@things-factory/resource-ui": "^8.0.0-alpha.
|
|
122
|
-
"@things-factory/setting-ui": "^8.0.0-alpha.
|
|
123
|
-
"@things-factory/shell": "^8.0.0-alpha.
|
|
124
|
-
"@things-factory/system": "^8.0.0-alpha.
|
|
104
|
+
"@things-factory/help": "^8.0.0-alpha.19",
|
|
105
|
+
"@things-factory/i18n-base": "^8.0.0-alpha.19",
|
|
106
|
+
"@things-factory/import-ui": "^8.0.0-alpha.19",
|
|
107
|
+
"@things-factory/integration-base": "^8.0.0-alpha.20",
|
|
108
|
+
"@things-factory/integration-email": "^8.0.0-alpha.20",
|
|
109
|
+
"@things-factory/integration-influxdb": "^8.0.0-alpha.20",
|
|
110
|
+
"@things-factory/integration-msgraph": "^8.0.0-alpha.20",
|
|
111
|
+
"@things-factory/integration-notification": "^8.0.0-alpha.20",
|
|
112
|
+
"@things-factory/integration-openai": "^8.0.0-alpha.20",
|
|
113
|
+
"@things-factory/integration-ui": "^8.0.0-alpha.20",
|
|
114
|
+
"@things-factory/more-ui": "^8.0.0-alpha.19",
|
|
115
|
+
"@things-factory/notification": "^8.0.0-alpha.19",
|
|
116
|
+
"@things-factory/oauth2-client": "^8.0.0-alpha.19",
|
|
117
|
+
"@things-factory/offline-ui": "^8.0.0-alpha.19",
|
|
118
|
+
"@things-factory/pdf": "^8.0.0-alpha.19",
|
|
119
|
+
"@things-factory/print-service": "^8.0.0-alpha.19",
|
|
120
|
+
"@things-factory/print-ui": "^8.0.0-alpha.19",
|
|
121
|
+
"@things-factory/resource-ui": "^8.0.0-alpha.19",
|
|
122
|
+
"@things-factory/setting-ui": "^8.0.0-alpha.19",
|
|
123
|
+
"@things-factory/shell": "^8.0.0-alpha.19",
|
|
124
|
+
"@things-factory/system": "^8.0.0-alpha.19"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@things-factory/board-test": "^8.0.0-alpha.
|
|
128
|
-
"@things-factory/builder": "^8.0.0-alpha.
|
|
127
|
+
"@things-factory/board-test": "^8.0.0-alpha.20",
|
|
128
|
+
"@things-factory/builder": "^8.0.0-alpha.10"
|
|
129
129
|
},
|
|
130
130
|
"resolutions": {
|
|
131
131
|
"passport": "^0.7.0"
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "2cfe88c38c1b7de9dfbd2f68d15bdae7210a001f"
|
|
134
134
|
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
html,
|
|
2
|
-
body {
|
|
3
|
-
margin: 0;
|
|
4
|
-
padding: 0;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
|
|
7
|
-
overscroll-behavior-y: none;
|
|
8
|
-
|
|
9
|
-
/* This is a font-stack that tries to use the system-default sans-serifs first */
|
|
10
|
-
font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
11
|
-
line-height: 1.5;
|
|
12
|
-
-webkit-font-smoothing: antialiased;
|
|
13
|
-
|
|
14
|
-
accent-color: var(--md-sys-color-primary);
|
|
15
|
-
background-color: var(--md-sys-color-background);
|
|
16
|
-
}
|