@operato/input
Advanced tools
Comparing version 0.2.38 to 0.2.41
@@ -6,2 +6,12 @@ # Change Log | ||
### [0.2.41](https://github.com/hatiolab/operato/compare/v0.2.40...v0.2.41) (2021-12-07) | ||
### :bug: Bug Fix | ||
* popup and input style ([11c5b3e](https://github.com/hatiolab/operato/commit/11c5b3e4bf3f08d18673ada585e50a69b9c88b5b)) | ||
* popup style ([43ee008](https://github.com/hatiolab/operato/commit/43ee008afbbd817bb002d2e3c420044f939c9415)) | ||
### [0.2.38](https://github.com/hatiolab/operato/compare/v0.2.37...v0.2.38) (2021-12-07) | ||
@@ -8,0 +18,0 @@ |
@@ -94,4 +94,4 @@ /* | ||
background-color: var(--ox-checkbox-background-color, #fff); | ||
width: var(--ox-checkbox-size, 18px); | ||
height: var(--ox-checkbox-size, 18px); | ||
width: var(--ox-checkbox-size, 15px); | ||
height: var(--ox-checkbox-size, 15px); | ||
align-items: center; | ||
@@ -120,4 +120,4 @@ justify-content: center; | ||
svg { | ||
width: var(--ox-checkbox-size, 18px); | ||
height: var(--ox-checkbox-size, 18px); | ||
width: var(--ox-checkbox-size, 15px); | ||
height: var(--ox-checkbox-size, 15px); | ||
} | ||
@@ -124,0 +124,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh@hatiolab.com", | ||
"version": "0.2.38", | ||
"version": "0.2.41", | ||
"main": "dist/src/index.js", | ||
@@ -36,3 +36,3 @@ "module": "dist/src/index.js", | ||
"@material/mwc-icon": "^0.25.3", | ||
"@operato/popup": "^0.2.38", | ||
"@operato/popup": "^0.2.41", | ||
"lit": "^2.0.2" | ||
@@ -72,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "c219a952d0edcc93be47ebea73dfc26a40681244" | ||
"gitHead": "d7b5c5deef5ea6df80ee57070151a22296c424cc" | ||
} |
@@ -34,4 +34,4 @@ /* | ||
background-color: var(--ox-checkbox-background-color, #fff); | ||
width: var(--ox-checkbox-size, 18px); | ||
height: var(--ox-checkbox-size, 18px); | ||
width: var(--ox-checkbox-size, 15px); | ||
height: var(--ox-checkbox-size, 15px); | ||
align-items: center; | ||
@@ -60,4 +60,4 @@ justify-content: center; | ||
svg { | ||
width: var(--ox-checkbox-size, 18px); | ||
height: var(--ox-checkbox-size, 18px); | ||
width: var(--ox-checkbox-size, 15px); | ||
height: var(--ox-checkbox-size, 15px); | ||
} | ||
@@ -64,0 +64,0 @@ |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182501
Updated@operato/popup@^0.2.41