@operato/styles
Advanced tools
Comparing version 2.0.0-beta.35 to 7.0.0-rc.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [7.0.0-rc.0](https://github.com/hatiolab/operato/compare/v2.0.0-beta.35...v7.0.0-rc.0) (2024-06-21) | ||
### :bug: Bug Fix | ||
* styles using material-design token ([1bfca4e](https://github.com/hatiolab/operato/commit/1bfca4e00834db5c6ce4514e858b7637916dfbd6)) | ||
## [2.0.0-beta.35](https://github.com/hatiolab/operato/compare/v2.0.0-beta.34...v2.0.0-beta.35) (2024-06-19) | ||
@@ -8,0 +17,0 @@ |
@@ -30,3 +30,3 @@ import { css } from 'lit'; | ||
background-color: var(--md-sys-color-surface-container); | ||
padding: var(--spacing-small) var(--spacing-medium); | ||
padding: var(--spacing-medium) var(--spacing-large); | ||
display: flex; | ||
@@ -33,0 +33,0 @@ flex-direction: row; |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "2.0.0-beta.35", | ||
"version": "7.0.0-rc.0", | ||
"main": "dist/src/index.js", | ||
@@ -56,3 +56,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "6cda5b5b577b08bc1dc1910c188ca735ad619be5" | ||
"gitHead": "6ea42336e40d8eae2c11a9ebdfc21dd1cbcefca1" | ||
} |
@@ -31,3 +31,3 @@ import { css } from 'lit' | ||
background-color: var(--md-sys-color-surface-container); | ||
padding: var(--spacing-small) var(--spacing-medium); | ||
padding: var(--spacing-medium) var(--spacing-large); | ||
display: flex; | ||
@@ -34,0 +34,0 @@ flex-direction: row; |
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
251999
3792