@operato/styles
Advanced tools
Comparing version 9.0.0-beta.14 to 9.0.0-beta.15
@@ -6,2 +6,11 @@ # Change Log | ||
## [9.0.0-beta.15](https://github.com/hatiolab/operato/compare/v9.0.0-beta.14...v9.0.0-beta.15) (2025-01-27) | ||
### :rocket: New Features | ||
* module property-panel ([25d6859](https://github.com/hatiolab/operato/commit/25d6859e2f593f447c55206ca1462d22a7e231bc)) | ||
## [9.0.0-beta.14](https://github.com/hatiolab/operato/compare/v9.0.0-beta.13...v9.0.0-beta.14) (2025-01-27) | ||
@@ -8,0 +17,0 @@ |
@@ -12,1 +12,2 @@ export * from './headroom-styles.js'; | ||
export * from './table-event-styles.js'; | ||
export * from './inspector-styles.js'; |
@@ -12,2 +12,3 @@ export * from './headroom-styles.js'; | ||
export * from './table-event-styles.js'; | ||
export * from './inspector-styles.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "9.0.0-beta.14", | ||
"version": "9.0.0-beta.15", | ||
"type": "module", | ||
@@ -35,3 +35,4 @@ "main": "dist/src/index.js", | ||
"./common-header-styles.js": "./dist/src/common-header-styles.js", | ||
"./line-styles.js": "./dist/src/line-styles.js" | ||
"./line-styles.js": "./dist/src/line-styles.js", | ||
"./inspector-styles.js": "./dist/src/inspector-styles.js" | ||
}, | ||
@@ -75,2 +76,5 @@ "typesVersions": { | ||
"./dist/src/line-styles.d.ts" | ||
], | ||
"./inspector-styles.js": [ | ||
"./dist/src/inspector-styles.d.ts" | ||
] | ||
@@ -111,3 +115,3 @@ } | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "cf201f3ddd1bf2482959e4bc1b149871c33f28e2" | ||
"gitHead": "5db24047689efbe3fca392a0c9bc1fa56e00c00b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
279440
75
2808