@operato/styles
Advanced tools
Comparing version 7.0.0-rc.9 to 7.0.0-rc.10
@@ -6,2 +6,11 @@ # Change Log | ||
## [7.0.0-rc.10](https://github.com/hatiolab/operato/compare/v7.0.0-rc.9...v7.0.0-rc.10) (2024-06-29) | ||
### :bug: Bug Fix | ||
* header styles for data-grid ([f561e38](https://github.com/hatiolab/operato/commit/f561e38a25904057bfb91a728a8eed0e7c4e2533)) | ||
## [7.0.0-rc.9](https://github.com/hatiolab/operato/compare/v7.0.0-rc.8...v7.0.0-rc.9) (2024-06-29) | ||
@@ -8,0 +17,0 @@ |
@@ -40,3 +40,3 @@ import { css } from 'lit'; | ||
position: absolute; | ||
top: -2px; | ||
top: -3px; | ||
right: 0; | ||
@@ -43,0 +43,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "7.0.0-rc.9", | ||
"version": "7.0.0-rc.10", | ||
"main": "dist/src/index.js", | ||
@@ -56,3 +56,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "3b8c124b58b053d68e80b2665e74080360d82d4d" | ||
"gitHead": "96efe00ae617394f5a4fee901be5e20323ff7e57" | ||
} |
@@ -41,3 +41,3 @@ import { css } from 'lit' | ||
position: absolute; | ||
top: -2px; | ||
top: -3px; | ||
right: 0; | ||
@@ -44,0 +44,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
247870