@operato/styles
Advanced tools
Comparing version 9.0.0-beta.18 to 9.0.0-beta.20
@@ -6,2 +6,11 @@ # Change Log | ||
## [9.0.0-beta.20](https://github.com/hatiolab/operato/compare/v9.0.0-beta.19...v9.0.0-beta.20) (2025-01-27) | ||
### :rocket: New Features | ||
* module property-panel ([03fb303](https://github.com/hatiolab/operato/commit/03fb303816c1629adca2a0ad843a8696ffaa4bef)) | ||
## [9.0.0-beta.18](https://github.com/hatiolab/operato/compare/v9.0.0-beta.17...v9.0.0-beta.18) (2025-01-27) | ||
@@ -8,0 +17,0 @@ |
@@ -119,2 +119,6 @@ /** | ||
.property-grid > .property-onethird-full { | ||
grid-column: span 8; | ||
} | ||
.property-grid > .property-twothird-label { | ||
@@ -128,2 +132,6 @@ grid-column: span 3; | ||
.property-grid > .property-twothird-full { | ||
grid-column: span 16; | ||
} | ||
.property-grid > input[type='checkbox'] { | ||
@@ -130,0 +138,0 @@ grid-column: 9 / 11; |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "9.0.0-beta.18", | ||
"version": "9.0.0-beta.20", | ||
"type": "module", | ||
@@ -113,3 +113,3 @@ "main": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "494a96a1a9679a6f74570abbed781d479c426165" | ||
"gitHead": "5a430f0f176f0e672c2d9cc9464a375ded988275" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
280191
2814