@operato/styles
Advanced tools
Comparing version 2.0.0-alpha.92 to 2.0.0-alpha.94
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.0-alpha.94](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.93...v2.0.0-alpha.94) (2024-04-20) | ||
### :bug: Bug Fix | ||
* support 'checkbox' type in ox-filters-form-base ([1ffe0e5](https://github.com/hatiolab/operato/commit/1ffe0e5fc16480240c8c5accf57d247bb3299867)) | ||
## [2.0.0-alpha.92](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.91...v2.0.0-alpha.92) (2024-04-19) | ||
@@ -8,0 +17,0 @@ |
@@ -34,6 +34,4 @@ import { css } from 'lit'; | ||
[slot='setting'] { | ||
--md-icon-size: 18px; | ||
position: absolute; | ||
right: 0; | ||
top: 2px; | ||
} | ||
@@ -40,0 +38,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "2.0.0-alpha.92", | ||
"version": "2.0.0-alpha.94", | ||
"main": "dist/src/index.js", | ||
@@ -54,3 +54,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "efc8215b6c9c024c38b7eb7e9e49b0d4b5e8afae" | ||
"gitHead": "cc04167fe6e9e7663aec78414fcb821b79f7b918" | ||
} |
@@ -35,6 +35,4 @@ import { css } from 'lit' | ||
[slot='setting'] { | ||
--md-icon-size: 18px; | ||
position: absolute; | ||
right: 0; | ||
top: 2px; | ||
} | ||
@@ -41,0 +39,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
187439
2637