@proximus/lavender 2.0.0-alpha.85 → 2.0.0-alpha.87

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.
@@ -15348,12 +15348,12 @@ const _Switch = class _Switch extends PxElement {
15348
15348
  </div>`;
15349
15349
  this.shadowRoot.innerHTML = this.template();
15350
15350
  this.internals = (_a = this.attachInternals) == null ? void 0 : _a.call(this);
15351
- this.role = "switch";
15352
15351
  }
15353
15352
  static get observedAttributes() {
15354
15353
  return [...super.observedAttributes, "inverted", "hover"];
15355
15354
  }
15356
15355
  connectedCallback() {
15356
+ this.role = "switch";
15357
15357
  const toggle = () => {
15358
15358
  var _a;
15359
15359
  if (!this.disabled) {