@things-factory/operato-board 7.0.1-beta.7 → 7.0.1-beta.9
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/dist-client/themes/app-theme.css +2 -2
- package/package.json +33 -33
|
@@ -25,7 +25,7 @@ body {
|
|
|
25
25
|
|
|
26
26
|
/* common style */
|
|
27
27
|
--border-radius: 4px;
|
|
28
|
-
--border-
|
|
28
|
+
--border-dim-color: 1px solid rgba(0, 0, 0, 0.15);
|
|
29
29
|
--border-light-color: 1px solid rgba(255, 255, 255, 0.3);
|
|
30
30
|
|
|
31
31
|
--box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
|
|
@@ -97,7 +97,7 @@ body {
|
|
|
97
97
|
/* button style */
|
|
98
98
|
--button-background-color: #fafbfc;
|
|
99
99
|
--button-background-focus-color: var(--md-sys-color-primary);
|
|
100
|
-
--button-border: var(--border-
|
|
100
|
+
--button-border: var(--border-dim-color);
|
|
101
101
|
--button-border-radius: var(--border-radius);
|
|
102
102
|
--button-margin: var(--margin-default) var(--margin-default) var(--margin-default) 0;
|
|
103
103
|
--button-padding: calc(var(--padding-narrow) * 1.5) var(--padding-wide);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "7.0.1-beta.
|
|
3
|
+
"version": "7.0.1-beta.9",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -89,45 +89,45 @@
|
|
|
89
89
|
"@operato/shell": "^2.0.0-beta.0",
|
|
90
90
|
"@operato/styles": "^2.0.0-beta.0",
|
|
91
91
|
"@operato/utils": "^2.0.0-beta.0",
|
|
92
|
-
"@things-factory/apptool-ui": "^7.0.1-beta.
|
|
93
|
-
"@things-factory/auth-azure-ad": "^7.0.1-beta.
|
|
94
|
-
"@things-factory/auth-google": "^7.0.1-beta.
|
|
95
|
-
"@things-factory/auth-ui": "^7.0.1-beta.
|
|
96
|
-
"@things-factory/board-service": "^7.0.1-beta.
|
|
97
|
-
"@things-factory/board-ui": "^7.0.1-beta.
|
|
98
|
-
"@things-factory/context-ui": "^7.0.1-beta.
|
|
99
|
-
"@things-factory/export-ui": "^7.0.1-beta.
|
|
100
|
-
"@things-factory/fav-base": "^7.0.1-beta.
|
|
101
|
-
"@things-factory/font-base": "^7.0.1-beta.
|
|
92
|
+
"@things-factory/apptool-ui": "^7.0.1-beta.9",
|
|
93
|
+
"@things-factory/auth-azure-ad": "^7.0.1-beta.9",
|
|
94
|
+
"@things-factory/auth-google": "^7.0.1-beta.9",
|
|
95
|
+
"@things-factory/auth-ui": "^7.0.1-beta.9",
|
|
96
|
+
"@things-factory/board-service": "^7.0.1-beta.9",
|
|
97
|
+
"@things-factory/board-ui": "^7.0.1-beta.9",
|
|
98
|
+
"@things-factory/context-ui": "^7.0.1-beta.8",
|
|
99
|
+
"@things-factory/export-ui": "^7.0.1-beta.8",
|
|
100
|
+
"@things-factory/fav-base": "^7.0.1-beta.9",
|
|
101
|
+
"@things-factory/font-base": "^7.0.1-beta.9",
|
|
102
102
|
"@things-factory/form-ui": "^7.0.1-beta.7",
|
|
103
|
-
"@things-factory/help": "^7.0.1-beta.
|
|
104
|
-
"@things-factory/i18n-base": "^7.0.1-beta.
|
|
105
|
-
"@things-factory/import-ui": "^7.0.1-beta.
|
|
106
|
-
"@things-factory/integration-base": "^7.0.1-beta.
|
|
107
|
-
"@things-factory/integration-email": "^7.0.1-beta.
|
|
108
|
-
"@things-factory/integration-influxdb": "^7.0.1-beta.
|
|
109
|
-
"@things-factory/integration-msgraph": "^7.0.1-beta.
|
|
110
|
-
"@things-factory/integration-notification": "^7.0.1-beta.
|
|
111
|
-
"@things-factory/integration-openai": "^7.0.1-beta.
|
|
112
|
-
"@things-factory/integration-ui": "^7.0.1-beta.
|
|
113
|
-
"@things-factory/more-ui": "^7.0.1-beta.
|
|
114
|
-
"@things-factory/notification": "^7.0.1-beta.
|
|
115
|
-
"@things-factory/oauth2-client": "^7.0.1-beta.
|
|
116
|
-
"@things-factory/offline-ui": "^7.0.1-beta.
|
|
103
|
+
"@things-factory/help": "^7.0.1-beta.8",
|
|
104
|
+
"@things-factory/i18n-base": "^7.0.1-beta.9",
|
|
105
|
+
"@things-factory/import-ui": "^7.0.1-beta.9",
|
|
106
|
+
"@things-factory/integration-base": "^7.0.1-beta.9",
|
|
107
|
+
"@things-factory/integration-email": "^7.0.1-beta.9",
|
|
108
|
+
"@things-factory/integration-influxdb": "^7.0.1-beta.9",
|
|
109
|
+
"@things-factory/integration-msgraph": "^7.0.1-beta.9",
|
|
110
|
+
"@things-factory/integration-notification": "^7.0.1-beta.9",
|
|
111
|
+
"@things-factory/integration-openai": "^7.0.1-beta.9",
|
|
112
|
+
"@things-factory/integration-ui": "^7.0.1-beta.9",
|
|
113
|
+
"@things-factory/more-ui": "^7.0.1-beta.8",
|
|
114
|
+
"@things-factory/notification": "^7.0.1-beta.9",
|
|
115
|
+
"@things-factory/oauth2-client": "^7.0.1-beta.9",
|
|
116
|
+
"@things-factory/offline-ui": "^7.0.1-beta.9",
|
|
117
117
|
"@things-factory/pdf": "^7.0.1-beta.6",
|
|
118
|
-
"@things-factory/print-service": "^7.0.1-beta.
|
|
119
|
-
"@things-factory/print-ui": "^7.0.1-beta.
|
|
120
|
-
"@things-factory/resource-ui": "^7.0.1-beta.
|
|
121
|
-
"@things-factory/setting-ui": "^7.0.1-beta.
|
|
122
|
-
"@things-factory/shell": "^7.0.1-beta.
|
|
123
|
-
"@things-factory/system": "^7.0.1-beta.
|
|
118
|
+
"@things-factory/print-service": "^7.0.1-beta.8",
|
|
119
|
+
"@things-factory/print-ui": "^7.0.1-beta.9",
|
|
120
|
+
"@things-factory/resource-ui": "^7.0.1-beta.9",
|
|
121
|
+
"@things-factory/setting-ui": "^7.0.1-beta.9",
|
|
122
|
+
"@things-factory/shell": "^7.0.1-beta.8",
|
|
123
|
+
"@things-factory/system": "^7.0.1-beta.8"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
|
-
"@things-factory/board-test": "^7.0.1-beta.
|
|
126
|
+
"@things-factory/board-test": "^7.0.1-beta.9",
|
|
127
127
|
"@things-factory/builder": "^7.0.1-beta.6"
|
|
128
128
|
},
|
|
129
129
|
"resolutions": {
|
|
130
130
|
"passport": "^0.7.0"
|
|
131
131
|
},
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "b2fb4923e2763b4d831f934905dd6ae0019446a4"
|
|
133
133
|
}
|