@operato/layout
Advanced tools
Comparing version 0.3.21 to 0.3.22
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30) | ||
### :rocket: New Features | ||
* started help and layout module ([08f875c](https://github.com/hatiolab/operato/commit/08f875cd30aa914901c249c8c0b462ce4a151c23)) | ||
### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29) | ||
@@ -8,0 +17,0 @@ |
@@ -1,1 +0,8 @@ | ||
export * from './ox-layout'; | ||
import './initializer'; | ||
export * from './layouts/ox-snack-bar.js'; | ||
export * from './layouts/ox-header-bar.js'; | ||
export * from './layouts/ox-nav-bar.js'; | ||
export * from './layouts/ox-aside-bar.js'; | ||
export * from './layouts/ox-footer-bar.js'; | ||
export * from './actions/layout'; | ||
export * from './actions/snackbar'; |
@@ -1,2 +0,9 @@ | ||
export * from './ox-layout'; | ||
import './initializer'; | ||
export * from './layouts/ox-snack-bar.js'; | ||
export * from './layouts/ox-header-bar.js'; | ||
export * from './layouts/ox-nav-bar.js'; | ||
export * from './layouts/ox-aside-bar.js'; | ||
export * from './layouts/ox-footer-bar.js'; | ||
export * from './actions/layout'; | ||
export * from './actions/snackbar'; | ||
//# sourceMappingURL=index.js.map |
@@ -6,7 +6,12 @@ { | ||
"author": "heartyoh", | ||
"version": "0.3.21", | ||
"version": "0.3.22", | ||
"main": "dist/src/index.js", | ||
"module": "dist/src/index.js", | ||
"exports": { | ||
".": "./dist/src/index.js" | ||
".": "./dist/src/index.js", | ||
"./ox-snack-bar.js": "./dist/src/layouts/ox-snack-bar.js", | ||
"./ox-header-bar.js": "./dist/src/layouts/ox-header-bar.js", | ||
"./ox-nav-bar.js": "./dist/src/layouts/ox-nav-bar.js", | ||
"./ox-aside-bar.js": "./dist/src/layouts/ox-aside-bar.js", | ||
"./ox-footer-bar.js": "./dist/src/layouts/ox-footer-bar.js" | ||
}, | ||
@@ -35,6 +40,9 @@ "publishConfig": { | ||
"dependencies": { | ||
"@material/mwc-button": "^0.25.3", | ||
"@material/mwc-icon": "^0.25.3", | ||
"@operato/styles": "^0.3.21", | ||
"@operato/utils": "^0.3.21", | ||
"lit": "^2.0.2" | ||
"@operato/shell": "^0.3.22", | ||
"@operato/styles": "^0.3.22", | ||
"@operato/utils": "^0.3.22", | ||
"lit": "^2.0.2", | ||
"pwa-helpers": "^0.9.1" | ||
}, | ||
@@ -73,3 +81,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "defcbbc48c0e5404961a5ba854c9f8efbd7412d1" | ||
"gitHead": "368032e9ae07d6e82a2d7f35486f67a197db179c" | ||
} |
@@ -1,1 +0,10 @@ | ||
export * from './ox-layout' | ||
import './initializer' | ||
export * from './layouts/ox-snack-bar.js' | ||
export * from './layouts/ox-header-bar.js' | ||
export * from './layouts/ox-nav-bar.js' | ||
export * from './layouts/ox-aside-bar.js' | ||
export * from './layouts/ox-footer-bar.js' | ||
export * from './actions/layout' | ||
export * from './actions/snackbar' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
194210
64
2792
7
1
+ Added@material/mwc-button@^0.25.3
+ Added@operato/shell@^0.3.22
+ Addedpwa-helpers@^0.9.1
+ Added@babel/runtime@7.26.0(transitive)
+ Added@lit/reactive-element@1.0.0-rc.4(transitive)
+ Added@material/mwc-base@0.25.3(transitive)
+ Added@material/mwc-button@0.25.3(transitive)
+ Added@material/mwc-icon-button@0.25.3(transitive)
+ Added@material/mwc-ripple@0.25.3(transitive)
+ Added@operato/shell@0.3.28(transitive)
+ Addedpwa-helpers@0.9.1(transitive)
+ Addedredux@4.2.1(transitive)
+ Addedredux-thunk@2.4.2(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
Updated@operato/styles@^0.3.22
Updated@operato/utils@^0.3.22