@operato/styles
Advanced tools
Comparing version 8.0.0-alpha.37 to 8.0.0-alpha.50
@@ -6,2 +6,11 @@ # Change Log | ||
## [8.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.49...v8.0.0-alpha.50) (2024-11-16) | ||
### :bug: Bug Fix | ||
* button text capitalize ([4578e09](https://github.com/hatiolab/operato/commit/4578e096bb4aa0f689dd4f2e3b12cd159be55731)) | ||
## [8.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.36...v8.0.0-alpha.37) (2024-10-20) | ||
@@ -8,0 +17,0 @@ |
@@ -8,2 +8,4 @@ import { css } from 'lit'; | ||
gap: var(--spacing-small); | ||
text-transform: capitalize; | ||
} | ||
@@ -10,0 +12,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "8.0.0-alpha.37", | ||
"version": "8.0.0-alpha.50", | ||
"main": "dist/src/index.js", | ||
@@ -56,3 +56,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "508ea9c2cd0ed626825045dae9a068b0fa8932be" | ||
"gitHead": "4a218d16762f21bec5de8d2551cf18073e6703ff" | ||
} |
@@ -9,2 +9,4 @@ import { css } from 'lit' | ||
gap: var(--spacing-small); | ||
text-transform: capitalize; | ||
} | ||
@@ -11,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
252102
3481