@operato/styles
Advanced tools
Comparing version 2.0.0-alpha.68 to 2.0.0-alpha.80
@@ -6,2 +6,12 @@ # Change Log | ||
## [2.0.0-alpha.80](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.79...v2.0.0-alpha.80) (2024-04-15) | ||
### :bug: Bug Fix | ||
* context btn style & app theme ([80d9f5a](https://github.com/hatiolab/operato/commit/80d9f5acc9a363e5fee22aa8bc618a6234d55745)) | ||
* material theme ([7f9acfb](https://github.com/hatiolab/operato/commit/7f9acfbd97e933812bee45eaf4ab4bf90dc2e5dc)) | ||
## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13) | ||
@@ -8,0 +18,0 @@ |
@@ -12,3 +12,5 @@ import { css } from 'lit'; | ||
.button-container md-elevated-button, | ||
.button-container md-elevated-button, | ||
.button-container md-outlined-button, | ||
.button-container md-filled-button, | ||
.button-container md-text-button, | ||
.button-container button { | ||
@@ -23,5 +25,6 @@ margin-left: var(--margin-default); | ||
md-button[danger], | ||
md-text-button[danger], | ||
md-filled-button[danger], | ||
md-elevated-button[danger], | ||
md-elevated-button[danger] { | ||
md-outlined-button[danger] { | ||
--md-theme-primary: var(--md-danger-button-primary-color); | ||
@@ -28,0 +31,0 @@ --md-button-outline-color: var(--md-danger-button-outline-color); |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "2.0.0-alpha.68", | ||
"version": "2.0.0-alpha.80", | ||
"main": "dist/src/index.js", | ||
@@ -54,3 +54,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "147f2ca9e09180c6851dccacf340fc660e7548ab" | ||
"gitHead": "9405ad5252a157db9c9680256a6cb65f764a890b" | ||
} |
@@ -13,3 +13,5 @@ import { css } from 'lit' | ||
.button-container md-elevated-button, | ||
.button-container md-elevated-button, | ||
.button-container md-outlined-button, | ||
.button-container md-filled-button, | ||
.button-container md-text-button, | ||
.button-container button { | ||
@@ -24,5 +26,6 @@ margin-left: var(--margin-default); | ||
md-button[danger], | ||
md-text-button[danger], | ||
md-filled-button[danger], | ||
md-elevated-button[danger], | ||
md-elevated-button[danger] { | ||
md-outlined-button[danger] { | ||
--md-theme-primary: var(--md-danger-button-primary-color); | ||
@@ -29,0 +32,0 @@ --md-button-outline-color: var(--md-danger-button-outline-color); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
175763
2437