@things-factory/shell 6.0.0-alpha.12 → 6.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.
@@ -59,7 +59,7 @@ These modules compose together to help you create performant modern JS apps that
59
59
  - The components provide independent (atomic) functionality.
60
60
  - The component excludes dependencies on the application in order to maintain implementation independence.
61
61
  - Style maintains its independence by using css variables.
62
- - Multilinguals maintain independence by using i18n-msg components. (Only have dependencies on i18n-msg.)
62
+ - Multilinguals maintain independence by using ox-i18n components. (Only have dependencies on ox-i18n.)
63
63
  - The component does not have a premise for the layout (display, position) of the host (container) to which it will be used.
64
64
  - page, layouts are connected to redux.
65
65
  - Components do not connect to redux, but they work with pages through properties.
@@ -62,7 +62,7 @@ Typescript를 포함하여, 서버사이들의 Koa, 웹컴포넌트 UI를 위한
62
62
  - The components provide independent (atomic) functionality.
63
63
  - The component excludes dependencies on the application in order to maintain implementation independence.
64
64
  - Style maintains its independence by using css variables.
65
- - Multilinguals maintain independence by using i18n-msg components. (Only have dependencies on i18n-msg.)
65
+ - Multilinguals maintain independence by using ox-i18n components. (Only have dependencies on ox-i18n.)
66
66
  - The component does not have a premise for the layout (display, position) of the host (container) to which it will be used.
67
67
  - page, layouts are connected to redux.
68
68
  - Components do not connect to redux, but they work with pages through properties.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "6.0.0-alpha.12",
3
+ "version": "6.0.0-alpha.20",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -39,12 +39,12 @@
39
39
  "@hatiolab/koa-webpack": "^6.0.0",
40
40
  "@hatiolab/things-scene": "^3.0.23",
41
41
  "@koa/cors": "^3.3.0",
42
- "@material/mwc-button": "^0.26.1",
43
- "@material/mwc-fab": "^0.26.1",
44
- "@material/mwc-icon": "^0.26.1",
45
- "@material/mwc-icon-button": "^0.26.1",
46
- "@material/mwc-slider": "^0.26.1",
47
- "@material/mwc-textfield": "^0.26.1",
42
+ "@material/mwc-button": "^0.27.0",
43
+ "@material/mwc-fab": "^0.27.0",
44
+ "@material/mwc-icon": "^0.27.0",
45
+ "@material/mwc-icon-button": "^0.27.0",
46
+ "@material/mwc-slider": "^0.27.0",
47
+ "@material/mwc-textfield": "^0.27.0",
48
48
  "@open-wc/scoped-elements": "^2.1.3",
49
49
  "@operato/board": "^1.0.1",
50
50
  "@operato/graphql": "^1.0.0",
@@ -54,8 +54,8 @@
54
54
  "@operato/utils": "^1.0.1",
55
55
  "@things-factory/ejs-remote": "^6.0.0-alpha.8",
56
56
  "@things-factory/env": "^6.0.0-alpha.8",
57
- "@things-factory/styles": "^6.0.0-alpha.8",
58
- "@things-factory/utils": "^6.0.0-alpha.8",
57
+ "@things-factory/styles": "^6.0.0-alpha.13",
58
+ "@things-factory/utils": "^6.0.0-alpha.13",
59
59
  "@webcomponents/webcomponentsjs": "^2.6.0",
60
60
  "@webpack-contrib/schema-utils": "^1.0.0-beta.0",
61
61
  "apollo-server-core": "^3.10.0",
@@ -66,7 +66,7 @@
66
66
  "broadcastchannel-polyfill": "^1.0.1",
67
67
  "chalk": "^4.1.0",
68
68
  "class-validator": "^0.13.2",
69
- "core-js": "^3.23.3",
69
+ "core-js": "^3.26.0",
70
70
  "csvtojson": "^2.0.10",
71
71
  "debug": "^4.1.1",
72
72
  "firebase": "^8.0.1",
@@ -97,7 +97,7 @@
97
97
  "koa-send": "^5.0.0",
98
98
  "koa-static": "^5.0.0",
99
99
  "koa2-connect-history-api-fallback": "^0.1.2",
100
- "lit": "^2.2.7",
100
+ "lit": "^2.4.0",
101
101
  "loader-utils": "^2.0.0",
102
102
  "lodash": "^4.17.21",
103
103
  "lodash-es": "^4.17.21",
@@ -132,5 +132,5 @@
132
132
  "pg": "^8.7.3",
133
133
  "sqlite3": "^5.0.8"
134
134
  },
135
- "gitHead": "cc4cd7485a2932802d4f53feba2b1ea4c1a08383"
135
+ "gitHead": "6e50e3cefe9c4158500f3cb2bf14300684c05623"
136
136
  }
@@ -63,6 +63,8 @@
63
63
  font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
64
64
  line-height: 1.5;
65
65
  -webkit-font-smoothing: antialiased;
66
+
67
+ accent-color: var(--primary-color);
66
68
  }
67
69
  </style>
68
70