@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.
@@ -19,7 +19,7 @@ export const ReferencePageStyles = css`
19
19
  fieldset {
20
20
  background-color: var(--md-sys-color-surface);
21
21
  margin-top: var(--margin-wide);
22
- border: var(--border-dark-color);
22
+ border: var(--border-dim-color);
23
23
  }
24
24
  fieldset > * {
25
25
  min-width: 10%;
@@ -25,7 +25,7 @@ body {
25
25
 
26
26
  /* common style */
27
27
  --border-radius: 4px;
28
- --border-dark-color: 1px solid rgba(0, 0, 0, 0.15);
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-dark-color);
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.7",
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.7",
73
- "@things-factory/apptool-ui": "^7.0.1-beta.7",
74
- "@things-factory/attachment-base": "^7.0.1-beta.7",
75
- "@things-factory/auth-ui": "^7.0.1-beta.7",
76
- "@things-factory/board-service": "^7.0.1-beta.7",
77
- "@things-factory/board-ui": "^7.0.1-beta.7",
78
- "@things-factory/ccp": "^7.0.1-beta.7",
79
- "@things-factory/code-ui": "^7.0.1-beta.7",
80
- "@things-factory/contact": "^7.0.1-beta.7",
81
- "@things-factory/context-ui": "^7.0.1-beta.7",
82
- "@things-factory/dashboard": "^7.0.1-beta.7",
83
- "@things-factory/dataset": "^7.0.1-beta.7",
84
- "@things-factory/export-ui": "^7.0.1-beta.7",
85
- "@things-factory/export-ui-excel": "^7.0.1-beta.7",
86
- "@things-factory/help": "^7.0.1-beta.7",
87
- "@things-factory/integration-ui": "^7.0.1-beta.7",
88
- "@things-factory/lite-menu": "^7.0.1-beta.7",
89
- "@things-factory/more-ui": "^7.0.1-beta.7",
90
- "@things-factory/notification": "^7.0.1-beta.7",
91
- "@things-factory/oauth2-client": "^7.0.1-beta.7",
92
- "@things-factory/organization": "^7.0.1-beta.7",
93
- "@things-factory/print-ui": "^7.0.1-beta.7",
94
- "@things-factory/product-base": "^7.0.1-beta.7",
95
- "@things-factory/qc": "^7.0.1-beta.7",
96
- "@things-factory/resource-ui": "^7.0.1-beta.7",
97
- "@things-factory/routing-base": "^7.0.1-beta.7",
98
- "@things-factory/setting-base": "^7.0.1-beta.7",
99
- "@things-factory/setting-ui": "^7.0.1-beta.7",
100
- "@things-factory/shell": "^7.0.1-beta.7",
101
- "@things-factory/system": "^7.0.1-beta.7",
102
- "@things-factory/web-editor": "^7.0.1-beta.7",
103
- "@things-factory/work-shift": "^7.0.1-beta.7",
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": "aedcdffb709f76c636e0693177a4a1d6984cb0de"
110
+ "gitHead": "d2ca60f7fca6feb2b7cb86b4f825378573fcc335"
111
111
  }