@proximus/lavender 2.0.0-alpha.85 → 2.0.0-alpha.86
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.
- package/dist/lavender.cjs.js +1 -1
- package/dist/lavender.es.js +1 -1
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -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) {
|