@digital-realty/ix-checkbox
Advanced tools
Comparing version 1.1.11 to 1.1.25
@@ -45,3 +45,8 @@ import { __decorate } from "tslib"; | ||
return html ` <style> | ||
label[error] { | ||
.checkbox-label { | ||
align-items: center; | ||
display: flex; | ||
gap: var(--ix-checkbox-radio-gap, 0.5rem); | ||
} | ||
.checkbox-label[error] { | ||
color: #db0028; | ||
@@ -53,3 +58,3 @@ --md-checkbox-outline-color: #db0028; | ||
</style> | ||
<label ?error=${this.error} | ||
<label class="checkbox-label" ?error=${this.error} | ||
>${this.renderCheckbox}<span>${this.label}</span></label | ||
@@ -56,0 +61,0 @@ >`; |
@@ -6,3 +6,3 @@ { | ||
"author": "Digital Realty", | ||
"version": "1.1.11", | ||
"version": "1.1.25", | ||
"type": "module", | ||
@@ -104,3 +104,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "a93ad0076764dc26321faa51bc504ff6b534d836" | ||
"gitHead": "dced04ebef5c8342344b1fd3df33b5e22a78725f" | ||
} |
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
140
14352
15