@things-factory/reference-app 7.0.1-beta.7 → 7.0.1-beta.8
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.
|
@@ -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/reference-app",
|
|
3
|
-
"version": "7.0.1-beta.
|
|
3
|
+
"version": "7.0.1-beta.8",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -69,43 +69,43 @@
|
|
|
69
69
|
"@operato/scene-tab": "^2.0.0-beta.0",
|
|
70
70
|
"@operato/shell": "^2.0.0-beta.0",
|
|
71
71
|
"@operato/utils": "^2.0.0-beta.0",
|
|
72
|
-
"@things-factory/api": "^7.0.1-beta.
|
|
73
|
-
"@things-factory/apptool-ui": "^7.0.1-beta.
|
|
74
|
-
"@things-factory/attachment-base": "^7.0.1-beta.
|
|
75
|
-
"@things-factory/auth-ui": "^7.0.1-beta.
|
|
76
|
-
"@things-factory/board-service": "^7.0.1-beta.
|
|
77
|
-
"@things-factory/board-ui": "^7.0.1-beta.
|
|
78
|
-
"@things-factory/ccp": "^7.0.1-beta.
|
|
79
|
-
"@things-factory/code-ui": "^7.0.1-beta.
|
|
80
|
-
"@things-factory/contact": "^7.0.1-beta.
|
|
81
|
-
"@things-factory/context-ui": "^7.0.1-beta.
|
|
82
|
-
"@things-factory/dashboard": "^7.0.1-beta.
|
|
83
|
-
"@things-factory/dataset": "^7.0.1-beta.
|
|
84
|
-
"@things-factory/export-ui": "^7.0.1-beta.
|
|
85
|
-
"@things-factory/export-ui-excel": "^7.0.1-beta.
|
|
86
|
-
"@things-factory/help": "^7.0.1-beta.
|
|
87
|
-
"@things-factory/integration-ui": "^7.0.1-beta.
|
|
88
|
-
"@things-factory/lite-menu": "^7.0.1-beta.
|
|
89
|
-
"@things-factory/more-ui": "^7.0.1-beta.
|
|
90
|
-
"@things-factory/notification": "^7.0.1-beta.
|
|
91
|
-
"@things-factory/oauth2-client": "^7.0.1-beta.
|
|
92
|
-
"@things-factory/organization": "^7.0.1-beta.
|
|
93
|
-
"@things-factory/print-ui": "^7.0.1-beta.
|
|
94
|
-
"@things-factory/product-base": "^7.0.1-beta.
|
|
95
|
-
"@things-factory/qc": "^7.0.1-beta.
|
|
96
|
-
"@things-factory/resource-ui": "^7.0.1-beta.
|
|
97
|
-
"@things-factory/routing-base": "^7.0.1-beta.
|
|
98
|
-
"@things-factory/setting-base": "^7.0.1-beta.
|
|
99
|
-
"@things-factory/setting-ui": "^7.0.1-beta.
|
|
100
|
-
"@things-factory/shell": "^7.0.1-beta.
|
|
101
|
-
"@things-factory/system": "^7.0.1-beta.
|
|
102
|
-
"@things-factory/web-editor": "^7.0.1-beta.
|
|
103
|
-
"@things-factory/work-shift": "^7.0.1-beta.
|
|
72
|
+
"@things-factory/api": "^7.0.1-beta.8",
|
|
73
|
+
"@things-factory/apptool-ui": "^7.0.1-beta.8",
|
|
74
|
+
"@things-factory/attachment-base": "^7.0.1-beta.8",
|
|
75
|
+
"@things-factory/auth-ui": "^7.0.1-beta.8",
|
|
76
|
+
"@things-factory/board-service": "^7.0.1-beta.8",
|
|
77
|
+
"@things-factory/board-ui": "^7.0.1-beta.8",
|
|
78
|
+
"@things-factory/ccp": "^7.0.1-beta.8",
|
|
79
|
+
"@things-factory/code-ui": "^7.0.1-beta.8",
|
|
80
|
+
"@things-factory/contact": "^7.0.1-beta.8",
|
|
81
|
+
"@things-factory/context-ui": "^7.0.1-beta.8",
|
|
82
|
+
"@things-factory/dashboard": "^7.0.1-beta.8",
|
|
83
|
+
"@things-factory/dataset": "^7.0.1-beta.8",
|
|
84
|
+
"@things-factory/export-ui": "^7.0.1-beta.8",
|
|
85
|
+
"@things-factory/export-ui-excel": "^7.0.1-beta.8",
|
|
86
|
+
"@things-factory/help": "^7.0.1-beta.8",
|
|
87
|
+
"@things-factory/integration-ui": "^7.0.1-beta.8",
|
|
88
|
+
"@things-factory/lite-menu": "^7.0.1-beta.8",
|
|
89
|
+
"@things-factory/more-ui": "^7.0.1-beta.8",
|
|
90
|
+
"@things-factory/notification": "^7.0.1-beta.8",
|
|
91
|
+
"@things-factory/oauth2-client": "^7.0.1-beta.8",
|
|
92
|
+
"@things-factory/organization": "^7.0.1-beta.8",
|
|
93
|
+
"@things-factory/print-ui": "^7.0.1-beta.8",
|
|
94
|
+
"@things-factory/product-base": "^7.0.1-beta.8",
|
|
95
|
+
"@things-factory/qc": "^7.0.1-beta.8",
|
|
96
|
+
"@things-factory/resource-ui": "^7.0.1-beta.8",
|
|
97
|
+
"@things-factory/routing-base": "^7.0.1-beta.8",
|
|
98
|
+
"@things-factory/setting-base": "^7.0.1-beta.8",
|
|
99
|
+
"@things-factory/setting-ui": "^7.0.1-beta.8",
|
|
100
|
+
"@things-factory/shell": "^7.0.1-beta.8",
|
|
101
|
+
"@things-factory/system": "^7.0.1-beta.8",
|
|
102
|
+
"@things-factory/web-editor": "^7.0.1-beta.8",
|
|
103
|
+
"@things-factory/work-shift": "^7.0.1-beta.8",
|
|
104
104
|
"@tinymce/tinymce-webcomponent": "^2.0.1",
|
|
105
105
|
"random-words": "^1.2.0"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@things-factory/builder": "^7.0.1-beta.6"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "d2ca60f7fca6feb2b7cb86b4f825378573fcc335"
|
|
111
111
|
}
|