@operato/styles
Advanced tools
Comparing version 2.0.0-alpha.98 to 2.0.0-alpha.99
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.0-alpha.99](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.98...v2.0.0-alpha.99) (2024-04-21) | ||
### :bug: Bug Fix | ||
* button text-wrap style in button container ([068741c](https://github.com/hatiolab/operato/commit/068741ca0278676038c55ccaafc08c32616b3f89)) | ||
## [2.0.0-alpha.98](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.97...v2.0.0-alpha.98) (2024-04-21) | ||
@@ -8,0 +17,0 @@ |
@@ -19,2 +19,3 @@ import { css } from 'lit'; | ||
color: var(--secondary-color); | ||
text-wrap: nowrap; | ||
@@ -21,0 +22,0 @@ md-icon { |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "2.0.0-alpha.98", | ||
"version": "2.0.0-alpha.99", | ||
"main": "dist/src/index.js", | ||
@@ -54,3 +54,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "cc3f1dee34e1bf60629920629e566bf28171c8fe" | ||
"gitHead": "8641cdd871ffdbef9e5b2a79bbf3862fb0422e3e" | ||
} |
@@ -20,2 +20,3 @@ import { css } from 'lit' | ||
color: var(--secondary-color); | ||
text-wrap: nowrap; | ||
@@ -22,0 +23,0 @@ md-icon { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188782
2665