@operato/styles
Advanced tools
Comparing version 1.7.3 to 1.12.3
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.12.3](https://github.com/hatiolab/operato/compare/v1.12.2...v1.12.3) (2024-01-01) | ||
### :bug: Bug Fix | ||
* ox-filters-form이 비어있는 경우에 그리지 않도록 함 ([bc7e06e](https://github.com/hatiolab/operato/commit/bc7e06e44470f3417f20150a54b5b2efc8b5c687)) | ||
### [1.7.3](https://github.com/hatiolab/operato/compare/v1.7.2...v1.7.3) (2023-12-11) | ||
@@ -8,0 +17,0 @@ |
@@ -35,2 +35,6 @@ import { css } from 'lit'; | ||
.header .filters:empty { | ||
display: none; | ||
} | ||
.header .filter { | ||
@@ -111,5 +115,4 @@ display: flex; | ||
grid-template-areas: | ||
'title' | ||
'filters' | ||
'actions'; | ||
'title actions' | ||
'filters'; | ||
} | ||
@@ -116,0 +119,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.7.3", | ||
"version": "1.12.3", | ||
"main": "dist/src/index.js", | ||
@@ -41,3 +41,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "298a7547367dd798025b1692465a490a05fb201d" | ||
"gitHead": "5945ee8a415275de762e50408f895d9cb4cbfeb9" | ||
} |
@@ -36,2 +36,6 @@ import { css } from 'lit' | ||
.header .filters:empty { | ||
display: none; | ||
} | ||
.header .filter { | ||
@@ -112,5 +116,4 @@ display: flex; | ||
grid-template-areas: | ||
'title' | ||
'filters' | ||
'actions'; | ||
'title actions' | ||
'filters'; | ||
} | ||
@@ -117,0 +120,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136918
1877