@cargosense/cargo-design-system 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1492,7 +1492,7 @@ class mA extends e {
1492
1492
  }
1493
1493
  firstUpdated() {
1494
1494
  this.disabled ? this.shadowRoot.querySelector("cd-icon").color = "#A9B2BC" : this.shadowRoot.querySelector("#check").addEventListener("keydown", (A) => {
1495
- console.log("keydown event", A), (A.key === "Enter" || A.key === " ") && (this.checked = !this.checked, this._internals.setValidity({
1495
+ (A.key === "Enter" || A.key === " ") && (this.checked = !this.checked, this._internals.setValidity({
1496
1496
  valid: !this.checked
1497
1497
  }), this._internals.setFormValue(!this.checked), this.dispatchEvent(new CustomEvent("change", {
1498
1498
  detail: {