@operato/styles
Advanced tools
Comparing version 2.0.0-alpha.51 to 2.0.0-alpha.56
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.0-alpha.56](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.55...v2.0.0-alpha.56) (2024-04-04) | ||
### :bug: Bug Fix | ||
* common-header-styles ([5a34264](https://github.com/hatiolab/operato/commit/5a3426437fbebb60c69555fd76307c3db5a21cf9)) | ||
## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29) | ||
@@ -8,0 +17,0 @@ |
@@ -34,2 +34,3 @@ import { css } from 'lit'; | ||
color: var(--primary-text-color); | ||
text-transform: capitalize; | ||
} | ||
@@ -36,0 +37,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "2.0.0-alpha.51", | ||
"version": "2.0.0-alpha.56", | ||
"main": "dist/src/index.js", | ||
@@ -54,3 +54,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "22f2d7d9f6e6b6062a1b8d9178d6a17ae3f37755" | ||
"gitHead": "e264846b050ee04d528011fc11d4d2b838fb7755" | ||
} |
@@ -35,2 +35,3 @@ import { css } from 'lit' | ||
color: var(--primary-text-color); | ||
text-transform: capitalize; | ||
} | ||
@@ -37,0 +38,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
171579
2350