@things-factory/shell 6.0.0-alpha.13 → 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
|
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
|
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.
|
3
|
+
"version": "6.0.0-alpha.20",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -132,5 +132,5 @@
|
|
132
132
|
"pg": "^8.7.3",
|
133
133
|
"sqlite3": "^5.0.8"
|
134
134
|
},
|
135
|
-
"gitHead": "
|
135
|
+
"gitHead": "6e50e3cefe9c4158500f3cb2bf14300684c05623"
|
136
136
|
}
|
package/views/public/home.html
CHANGED