@justeattakeaway/pie-switch 2.1.0 → 2.2.0

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.
@@ -148,6 +148,15 @@
148
148
  "privacy": "private",
149
149
  "default": "false"
150
150
  },
151
+ {
152
+ "kind": "field",
153
+ "name": "shadowRootOptions",
154
+ "type": {
155
+ "text": "object"
156
+ },
157
+ "static": true,
158
+ "default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true }"
159
+ },
151
160
  {
152
161
  "kind": "method",
153
162
  "name": "handleFormAssociation",
package/dist/index.d.ts CHANGED
@@ -40,6 +40,12 @@ export declare class PieSwitch extends PieSwitch_base implements SwitchProps, PI
40
40
  private input;
41
41
  focusTarget: HTMLElement;
42
42
  private _isAnimationAllowed;
43
+ static shadowRootOptions: {
44
+ delegatesFocus: boolean;
45
+ mode: ShadowRootMode;
46
+ serializable?: boolean;
47
+ slotAssignment?: SlotAssignmentMode;
48
+ };
43
49
  protected firstUpdated(): void;
44
50
  protected updated(): void;
45
51
  static styles: CSSResult;
package/dist/index.js CHANGED
@@ -1,19 +1,19 @@
1
- import { LitElement as Ft, nothing as L, html as N, unsafeCSS as It } from "lit";
2
- import { property as y, query as dt, state as St } from "lit/decorators.js";
1
+ import { LitElement as dt, nothing as L, html as N, unsafeCSS as It } from "lit";
2
+ import { property as E, query as ht, state as St } from "lit/decorators.js";
3
3
  import { classMap as Vt } from "lit/directives/class-map.js";
4
4
  import { ifDefined as Tt } from "lit/directives/if-defined.js";
5
5
  import { FormControlMixin as Lt, wrapNativeEvent as Nt, validPropertyValues as Ot, safeCustomElement as Pt } from "@justeattakeaway/pie-webc-core";
6
6
  import "@justeattakeaway/pie-icons-webc/dist/IconCheck.js";
7
- const O = class O extends Ft {
7
+ const O = class O extends dt {
8
8
  willUpdate() {
9
9
  this.getAttribute("v") || this.setAttribute("v", O.v);
10
10
  }
11
11
  };
12
- O.v = "2.1.0";
12
+ O.v = "2.2.0";
13
13
  let q = O;
14
14
  (function() {
15
- (function(n) {
16
- const l = /* @__PURE__ */ new WeakMap(), h = /* @__PURE__ */ new WeakMap(), m = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap(), E = /* @__PURE__ */ new WeakMap(), M = /* @__PURE__ */ new WeakMap(), P = /* @__PURE__ */ new WeakMap(), g = /* @__PURE__ */ new WeakMap(), B = /* @__PURE__ */ new WeakMap(), A = /* @__PURE__ */ new WeakMap(), U = /* @__PURE__ */ new WeakMap(), j = /* @__PURE__ */ new WeakMap(), K = /* @__PURE__ */ new WeakMap(), G = /* @__PURE__ */ new WeakMap(), C = /* @__PURE__ */ new WeakMap(), F = {
15
+ (function(l) {
16
+ const n = /* @__PURE__ */ new WeakMap(), h = /* @__PURE__ */ new WeakMap(), m = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap(), g = /* @__PURE__ */ new WeakMap(), k = /* @__PURE__ */ new WeakMap(), P = /* @__PURE__ */ new WeakMap(), y = /* @__PURE__ */ new WeakMap(), B = /* @__PURE__ */ new WeakMap(), A = /* @__PURE__ */ new WeakMap(), U = /* @__PURE__ */ new WeakMap(), j = /* @__PURE__ */ new WeakMap(), K = /* @__PURE__ */ new WeakMap(), G = /* @__PURE__ */ new WeakMap(), C = /* @__PURE__ */ new WeakMap(), F = {
17
17
  ariaAtomic: "aria-atomic",
18
18
  ariaAutoComplete: "aria-autocomplete",
19
19
  ariaBusy: "aria-busy",
@@ -56,7 +56,7 @@ let q = O;
56
56
  ariaValueNow: "aria-valuenow",
57
57
  ariaValueText: "aria-valuetext",
58
58
  role: "role"
59
- }, ht = (e, t) => {
59
+ }, ut = (e, t) => {
60
60
  for (let i in F) {
61
61
  t[i] = null;
62
62
  let a = null;
@@ -84,11 +84,11 @@ let q = O;
84
84
  let a = i.nextNode();
85
85
  const r = !t || e.disabled;
86
86
  for (; a; )
87
- a.formDisabledCallback && r && D(a, e.disabled), a = i.nextNode();
87
+ a.formDisabledCallback && r && R(a, e.disabled), a = i.nextNode();
88
88
  }, Q = { attributes: !0, attributeFilter: ["disabled", "name"] }, I = T() ? new MutationObserver((e) => {
89
89
  for (const t of e) {
90
90
  const i = t.target;
91
- if (t.attributeName === "disabled" && (i.constructor.formAssociated ? D(i, i.hasAttribute("disabled")) : i.localName === "fieldset" && J(i)), t.attributeName === "name" && i.constructor.formAssociated) {
91
+ if (t.attributeName === "disabled" && (i.constructor.formAssociated ? R(i, i.hasAttribute("disabled")) : i.localName === "fieldset" && J(i)), t.attributeName === "name" && i.constructor.formAssociated) {
92
92
  const a = c.get(i), r = B.get(i);
93
93
  a.setFormValue(r);
94
94
  }
@@ -110,7 +110,7 @@ let q = O;
110
110
  s.setAttribute("internals-valid", d.validity.valid.toString()), s.setAttribute("internals-invalid", (!d.validity.valid).toString()), s.setAttribute("aria-invalid", (!d.validity.valid).toString()), C.delete(s);
111
111
  }
112
112
  if (s.localName === "form") {
113
- const d = g.get(s), w = document.createTreeWalker(s, NodeFilter.SHOW_ELEMENT, {
113
+ const d = y.get(s), w = document.createTreeWalker(s, NodeFilter.SHOW_ELEMENT, {
114
114
  acceptNode(z) {
115
115
  return c.has(z) && z.constructor.formAssociated && !(d && d.has(z)) ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
116
116
  }
@@ -126,7 +126,7 @@ let q = O;
126
126
  });
127
127
  });
128
128
  }
129
- function ut(e) {
129
+ function pt(e) {
130
130
  e.forEach((t) => {
131
131
  const { removedNodes: i } = t;
132
132
  i.forEach((a) => {
@@ -135,16 +135,16 @@ let q = O;
135
135
  });
136
136
  });
137
137
  }
138
- const pt = (e) => {
138
+ const mt = (e) => {
139
139
  var t, i;
140
- const a = new MutationObserver(ut);
140
+ const a = new MutationObserver(pt);
141
141
  !((t = window == null ? void 0 : window.ShadyDOM) === null || t === void 0) && t.inUse && e.mode && e.host && (e = e.host), (i = a.observe) === null || i === void 0 || i.call(a, e, { childList: !0 }), K.set(e, a);
142
142
  };
143
143
  T() && new MutationObserver(_);
144
144
  const $ = {
145
145
  childList: !0,
146
146
  subtree: !0
147
- }, D = (e, t) => {
147
+ }, R = (e, t) => {
148
148
  e.toggleAttribute("internals-disabled", t), t ? e.setAttribute("aria-disabled", "true") : e.removeAttribute("aria-disabled"), e.formDisabledCallback && e.formDisabledCallback.apply(e, [t]);
149
149
  }, X = (e) => {
150
150
  m.get(e).forEach((i) => {
@@ -153,7 +153,7 @@ let q = O;
153
153
  }, Z = (e, t) => {
154
154
  const i = document.createElement("input");
155
155
  return i.type = "hidden", i.name = e.getAttribute("name"), e.after(i), m.get(t).push(i), i;
156
- }, mt = (e, t) => {
156
+ }, ft = (e, t) => {
157
157
  var i;
158
158
  m.set(t, []), (i = I.observe) === null || i === void 0 || i.call(I, e, Q);
159
159
  }, tt = (e, t) => {
@@ -163,37 +163,37 @@ let q = O;
163
163
  t[0].id || (i = `${t[0].htmlFor}_Label`, t[0].id = i), e.setAttribute("aria-labelledby", i);
164
164
  }
165
165
  }, S = (e) => {
166
- const t = Array.from(e.elements).filter((o) => !o.tagName.includes("-") && o.validity).map((o) => o.validity.valid), i = g.get(e) || [], a = Array.from(i).filter((o) => o.isConnected).map((o) => c.get(o).validity.valid), r = [...t, ...a].includes(!1);
166
+ const t = Array.from(e.elements).filter((o) => !o.tagName.includes("-") && o.validity).map((o) => o.validity.valid), i = y.get(e) || [], a = Array.from(i).filter((o) => o.isConnected).map((o) => c.get(o).validity.valid), r = [...t, ...a].includes(!1);
167
167
  e.toggleAttribute("internals-invalid", r), e.toggleAttribute("internals-valid", !r);
168
- }, ft = (e) => {
169
- S(V(e.target));
170
168
  }, bt = (e) => {
171
169
  S(V(e.target));
172
170
  }, vt = (e) => {
171
+ S(V(e.target));
172
+ }, wt = (e) => {
173
173
  const t = ["button[type=submit]", "input[type=submit]", "button:not([type])"].map((i) => `${i}:not([disabled])`).map((i) => `${i}:not([form])${e.id ? `,${i}[form='${e.id}']` : ""}`).join(",");
174
174
  e.addEventListener("click", (i) => {
175
175
  if (i.target.closest(t)) {
176
- const r = g.get(e);
176
+ const r = y.get(e);
177
177
  if (e.noValidate)
178
178
  return;
179
179
  r.size && Array.from(r).reverse().map((u) => c.get(u).reportValidity()).includes(!1) && i.preventDefault();
180
180
  }
181
181
  });
182
- }, wt = (e) => {
183
- const t = g.get(e.target);
182
+ }, gt = (e) => {
183
+ const t = y.get(e.target);
184
184
  t && t.size && t.forEach((i) => {
185
185
  i.constructor.formAssociated && i.formResetCallback && i.formResetCallback.apply(i);
186
186
  });
187
187
  }, et = (e, t, i) => {
188
188
  if (t) {
189
- const a = g.get(t);
189
+ const a = y.get(t);
190
190
  if (a)
191
191
  a.add(e);
192
192
  else {
193
193
  const r = /* @__PURE__ */ new Set();
194
- r.add(e), g.set(t, r), vt(t), t.addEventListener("reset", wt), t.addEventListener("input", ft), t.addEventListener("change", bt);
194
+ r.add(e), y.set(t, r), wt(t), t.addEventListener("reset", gt), t.addEventListener("input", bt), t.addEventListener("change", vt);
195
195
  }
196
- M.set(t, { ref: e, internals: i }), e.constructor.formAssociated && e.formAssociatedCallback && setTimeout(() => {
196
+ k.set(t, { ref: e, internals: i }), e.constructor.formAssociated && e.formAssociatedCallback && setTimeout(() => {
197
197
  e.formAssociatedCallback.apply(e, [t]);
198
198
  }, 0), S(t);
199
199
  }
@@ -204,7 +204,7 @@ let q = O;
204
204
  if (!e.constructor.formAssociated)
205
205
  throw new i(t);
206
206
  }, it = (e, t, i) => {
207
- const a = g.get(e);
207
+ const a = y.get(e);
208
208
  return a && a.size && a.forEach((r) => {
209
209
  c.get(r)[i]() || (t = !1);
210
210
  }), t;
@@ -217,17 +217,17 @@ let q = O;
217
217
  function T() {
218
218
  return typeof MutationObserver < "u";
219
219
  }
220
- class gt {
220
+ class yt {
221
221
  constructor() {
222
222
  this.badInput = !1, this.customError = !1, this.patternMismatch = !1, this.rangeOverflow = !1, this.rangeUnderflow = !1, this.stepMismatch = !1, this.tooLong = !1, this.tooShort = !1, this.typeMismatch = !1, this.valid = !0, this.valueMissing = !1, Object.seal(this);
223
223
  }
224
224
  }
225
- const yt = (e) => (e.badInput = !1, e.customError = !1, e.patternMismatch = !1, e.rangeOverflow = !1, e.rangeUnderflow = !1, e.stepMismatch = !1, e.tooLong = !1, e.tooShort = !1, e.typeMismatch = !1, e.valid = !0, e.valueMissing = !1, e), Et = (e, t, i) => (e.valid = kt(t), Object.keys(t).forEach((a) => e[a] = t[a]), i && S(i), e), kt = (e) => {
225
+ const Et = (e) => (e.badInput = !1, e.customError = !1, e.patternMismatch = !1, e.rangeOverflow = !1, e.rangeUnderflow = !1, e.stepMismatch = !1, e.tooLong = !1, e.tooShort = !1, e.typeMismatch = !1, e.valid = !0, e.valueMissing = !1, e), kt = (e, t, i) => (e.valid = Mt(t), Object.keys(t).forEach((a) => e[a] = t[a]), i && S(i), e), Mt = (e) => {
226
226
  let t = !0;
227
227
  for (let i in e)
228
228
  i !== "valid" && e[i] !== !1 && (t = !1);
229
229
  return t;
230
- }, R = /* @__PURE__ */ new WeakMap();
230
+ }, D = /* @__PURE__ */ new WeakMap();
231
231
  function rt(e, t) {
232
232
  e.toggleAttribute(t, !0), e.part && e.part.add(t);
233
233
  }
@@ -238,12 +238,12 @@ let q = O;
238
238
  constructor(t) {
239
239
  if (super(), !t || !t.tagName || t.tagName.indexOf("-") === -1)
240
240
  throw new TypeError("Illegal constructor");
241
- R.set(this, t);
241
+ D.set(this, t);
242
242
  }
243
243
  add(t) {
244
244
  if (!/^--/.test(t) || typeof t != "string")
245
245
  throw new DOMException(`Failed to execute 'add' on 'CustomStateSet': The specified value ${t} must start with '--'.`);
246
- const i = super.add(t), a = R.get(this), r = `state${t}`;
246
+ const i = super.add(t), a = D.get(this), r = `state${t}`;
247
247
  return a.isConnected ? rt(a, r) : setTimeout(() => {
248
248
  rt(a, r);
249
249
  }), i;
@@ -254,7 +254,7 @@ let q = O;
254
254
  super.clear();
255
255
  }
256
256
  delete(t) {
257
- const i = super.delete(t), a = R.get(this);
257
+ const i = super.delete(t), a = D.get(this);
258
258
  return a.isConnected ? (a.toggleAttribute(`state${t}`, !1), a.part && a.part.remove(`state${t}`)) : setTimeout(() => {
259
259
  a.toggleAttribute(`state${t}`, !1), a.part && a.part.remove(`state${t}`);
260
260
  }), i;
@@ -264,14 +264,14 @@ let q = O;
264
264
  if (typeof t == "function" ? e !== t || !a : !t.has(e)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
265
265
  return i === "m" ? a : i === "a" ? a.call(e) : a ? a.value : t.get(e);
266
266
  }
267
- function Mt(e, t, i, a, r) {
267
+ function xt(e, t, i, a, r) {
268
268
  if (typeof t == "function" ? e !== t || !0 : !t.has(e)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
269
269
  return t.set(e, i), i;
270
270
  }
271
271
  var x;
272
- class xt {
272
+ class At {
273
273
  constructor(t) {
274
- x.set(this, void 0), Mt(this, x, t);
274
+ x.set(this, void 0), xt(this, x, t);
275
275
  for (let i = 0; i < t.length; i++) {
276
276
  let a = t[i];
277
277
  this[i] = a, a.hasAttribute("name") && (this[a.getAttribute("name")] = a);
@@ -291,7 +291,7 @@ let q = O;
291
291
  return this[t] == null ? null : this[t];
292
292
  }
293
293
  }
294
- function At() {
294
+ function Ct() {
295
295
  const e = HTMLFormElement.prototype.checkValidity;
296
296
  HTMLFormElement.prototype.checkValidity = i;
297
297
  const t = HTMLFormElement.prototype.reportValidity;
@@ -307,11 +307,11 @@ let q = O;
307
307
  const { get: r } = Object.getOwnPropertyDescriptor(HTMLFormElement.prototype, "elements");
308
308
  Object.defineProperty(HTMLFormElement.prototype, "elements", {
309
309
  get(...o) {
310
- const s = r.call(this, ...o), u = Array.from(g.get(this) || []);
310
+ const s = r.call(this, ...o), u = Array.from(y.get(this) || []);
311
311
  if (u.length === 0)
312
312
  return s;
313
313
  const d = Array.from(s).concat(u).sort((w, b) => w.compareDocumentPosition ? w.compareDocumentPosition(b) & 2 ? 1 : -1 : 0);
314
- return new xt(d);
314
+ return new At(d);
315
315
  }
316
316
  });
317
317
  }
@@ -322,11 +322,11 @@ let q = O;
322
322
  constructor(t) {
323
323
  if (!t || !t.tagName || t.tagName.indexOf("-") === -1)
324
324
  throw new TypeError("Illegal constructor");
325
- const i = t.getRootNode(), a = new gt();
326
- this.states = new H(t), l.set(this, t), h.set(this, a), c.set(t, this), ht(t, this), mt(t, this), Object.seal(this), i instanceof DocumentFragment && pt(i);
325
+ const i = t.getRootNode(), a = new yt();
326
+ this.states = new H(t), n.set(this, t), h.set(this, a), c.set(t, this), ut(t, this), ft(t, this), Object.seal(this), i instanceof DocumentFragment && mt(i);
327
327
  }
328
328
  checkValidity() {
329
- const t = l.get(this);
329
+ const t = n.get(this);
330
330
  if (v(t, "Failed to execute 'checkValidity' on 'ElementInternals': The target element is not a form-associated custom element."), !this.willValidate)
331
331
  return !0;
332
332
  const i = h.get(this);
@@ -341,19 +341,19 @@ let q = O;
341
341
  return i.valid;
342
342
  }
343
343
  get form() {
344
- const t = l.get(this);
344
+ const t = n.get(this);
345
345
  v(t, "Failed to read the 'form' property from 'ElementInternals': The target element is not a form-associated custom element.");
346
346
  let i;
347
347
  return t.constructor.formAssociated === !0 && (i = V(t)), i;
348
348
  }
349
349
  get labels() {
350
- const t = l.get(this);
350
+ const t = n.get(this);
351
351
  v(t, "Failed to read the 'labels' property from 'ElementInternals': The target element is not a form-associated custom element.");
352
352
  const i = t.getAttribute("id"), a = t.getRootNode();
353
353
  return a && i ? a.querySelectorAll(`[for="${i}"]`) : [];
354
354
  }
355
355
  reportValidity() {
356
- const t = l.get(this);
356
+ const t = n.get(this);
357
357
  if (v(t, "Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element."), !this.willValidate)
358
358
  return !0;
359
359
  const i = this.checkValidity(), a = j.get(this);
@@ -362,7 +362,7 @@ let q = O;
362
362
  return !i && a && (t.focus(), a.focus()), i;
363
363
  }
364
364
  setFormValue(t) {
365
- const i = l.get(this);
365
+ const i = n.get(this);
366
366
  if (v(i, "Failed to execute 'setFormValue' on 'ElementInternals': The target element is not a form-associated custom element."), X(this), t != null && !(t instanceof FormData)) {
367
367
  if (i.getAttribute("name")) {
368
368
  const a = Z(i, this);
@@ -377,39 +377,39 @@ let q = O;
377
377
  B.set(i, t);
378
378
  }
379
379
  setValidity(t, i, a) {
380
- const r = l.get(this);
380
+ const r = n.get(this);
381
381
  if (v(r, "Failed to execute 'setValidity' on 'ElementInternals': The target element is not a form-associated custom element."), !t)
382
382
  throw new TypeError("Failed to execute 'setValidity' on 'ElementInternals': 1 argument required, but only 0 present.");
383
383
  j.set(this, a);
384
384
  const o = h.get(this), s = {};
385
385
  for (const w in t)
386
386
  s[w] = t[w];
387
- Object.keys(s).length === 0 && yt(o);
387
+ Object.keys(s).length === 0 && Et(o);
388
388
  const u = Object.assign(Object.assign({}, o), s);
389
389
  delete u.valid;
390
- const { valid: d } = Et(o, u, this.form);
390
+ const { valid: d } = kt(o, u, this.form);
391
391
  if (!d && !i)
392
392
  throw new DOMException("Failed to execute 'setValidity' on 'ElementInternals': The second argument should not be empty if one or more flags in the first argument are true.");
393
- E.set(this, d ? "" : i), r.isConnected ? (r.toggleAttribute("internals-invalid", !d), r.toggleAttribute("internals-valid", d), r.setAttribute("aria-invalid", `${!d}`)) : C.set(r, this);
393
+ g.set(this, d ? "" : i), r.isConnected ? (r.toggleAttribute("internals-invalid", !d), r.toggleAttribute("internals-valid", d), r.setAttribute("aria-invalid", `${!d}`)) : C.set(r, this);
394
394
  }
395
395
  get shadowRoot() {
396
- const t = l.get(this), i = U.get(t);
396
+ const t = n.get(this), i = U.get(t);
397
397
  return i || null;
398
398
  }
399
399
  get validationMessage() {
400
- const t = l.get(this);
401
- return v(t, "Failed to read the 'validationMessage' property from 'ElementInternals': The target element is not a form-associated custom element."), E.get(this);
400
+ const t = n.get(this);
401
+ return v(t, "Failed to read the 'validationMessage' property from 'ElementInternals': The target element is not a form-associated custom element."), g.get(this);
402
402
  }
403
403
  get validity() {
404
- const t = l.get(this);
404
+ const t = n.get(this);
405
405
  return v(t, "Failed to read the 'validity' property from 'ElementInternals': The target element is not a form-associated custom element."), h.get(this);
406
406
  }
407
407
  get willValidate() {
408
- const t = l.get(this);
408
+ const t = n.get(this);
409
409
  return v(t, "Failed to read the 'willValidate' property from 'ElementInternals': The target element is not a form-associated custom element."), !(t.disabled || t.hasAttribute("disabled") || t.hasAttribute("readonly"));
410
410
  }
411
411
  }
412
- function Ct() {
412
+ function Ft() {
413
413
  if (typeof window > "u" || !window.ElementInternals || !HTMLElement.prototype.attachInternals)
414
414
  return !1;
415
415
  class e extends HTMLElement {
@@ -448,7 +448,7 @@ let q = O;
448
448
  if (a.formAssociated) {
449
449
  const o = a.prototype.connectedCallback;
450
450
  a.prototype.connectedCallback = function() {
451
- G.has(this) || (G.set(this, !0), this.hasAttribute("disabled") && D(this, !0)), o != null && o.apply(this), at(this);
451
+ G.has(this) || (G.set(this, !0), this.hasAttribute("disabled") && R(this, !0)), o != null && o.apply(this), at(this);
452
452
  };
453
453
  }
454
454
  t.call(this, i, a, r);
@@ -474,32 +474,32 @@ let q = O;
474
474
  const i = Element.prototype.attachShadow;
475
475
  Element.prototype.attachShadow = t;
476
476
  }
477
- T() && typeof document < "u" && new MutationObserver(_).observe(document.documentElement, $), typeof HTMLFormElement < "u" && At(), (e || typeof window < "u" && !window.CustomStateSet) && W();
477
+ T() && typeof document < "u" && new MutationObserver(_).observe(document.documentElement, $), typeof HTMLFormElement < "u" && Ct(), (e || typeof window < "u" && !window.CustomStateSet) && W();
478
478
  }
479
479
  }
480
- return !!customElements.polyfillWrapFlushCallback || (Ct() ? typeof window < "u" && !window.CustomStateSet && W(HTMLElement.prototype.attachInternals) : ct(!1)), n.forceCustomStateSetPolyfill = W, n.forceElementInternalsPolyfill = ct, Object.defineProperty(n, "__esModule", { value: !0 }), n;
480
+ return !!customElements.polyfillWrapFlushCallback || (Ft() ? typeof window < "u" && !window.CustomStateSet && W(HTMLElement.prototype.attachInternals) : ct(!1)), l.forceCustomStateSetPolyfill = W, l.forceElementInternalsPolyfill = ct, Object.defineProperty(l, "__esModule", { value: !0 }), l;
481
481
  })({});
482
482
  })();
483
- const _t = "*,*:after,*:before{box-sizing:inherit}:host{display:block}*,*:before,*:after{cursor:inherit}.c-switch-wrapper{display:inline-flex;align-items:center;gap:var(--dt-spacing-b);vertical-align:top;font-family:var(--dt-font-body-l-family);cursor:pointer}.c-switch-wrapper[disabled]{cursor:not-allowed}.c-switch{--int-states-mixin-bg-color: var(--dt-color-interactive-form);--switch-bg-color--checked: var(--dt-color-interactive-brand);--switch-bg-color--disabled: var(--dt-color-disabled-01);--switch-width: 48px;--switch-height: 24px;--switch-control-size: 20px;--switch-padding: 2px;--switch-radius: var(--dt-radius-rounded-e);--switch-translation: calc(var(--switch-width) - var(--switch-control-size) - 2 * var(--switch-padding));position:relative;display:flex;width:var(--switch-width);height:var(--switch-height);flex-shrink:0;padding:var(--switch-padding);border-radius:var(--switch-radius);background-color:var(--int-states-mixin-bg-color)}.c-switch:hover:not(:disabled,.is-disabled,.is-dismissible){--hover-modifier: calc(-1 * var(--dt-color-hover-01));--int-states-mixin-bg-color: hsl(var(--dt-color-interactive-form-h), var(--dt-color-interactive-form-s), calc(var(--dt-color-interactive-form-l) + var(--hover-modifier)))}.c-switch:active:not(:disabled,.is-disabled,.is-dismissible),.c-switch.is-loading:not(:disabled,.is-disabled){--active-modifier: calc(-1 * var(--dt-color-active-01));--int-states-mixin-bg-color: hsl(var(--dt-color-interactive-form-h), var(--dt-color-interactive-form-s), calc(var(--dt-color-interactive-form-l) + var(--active-modifier)))}@supports (background-color: color-mix(in srgb,black,white)){.c-switch:hover:not(:disabled,.is-disabled,.is-dismissible){--int-states-mixin-bg-color: color-mix(in srgb, var(--dt-color-hover-01-bg) var(--dt-color-hover-01), var(--dt-color-interactive-form))}.c-switch:active:not(:disabled,.is-disabled,.is-dismissible),.c-switch.is-loading:not(:disabled,.is-disabled){--int-states-mixin-bg-color: color-mix(in srgb, var(--dt-color-active-01-bg) var(--dt-color-active-01), var(--dt-color-interactive-form))}}.c-switch[checked]{--int-states-mixin-bg-color: var(--dt-color-interactive-brand)}.c-switch[checked]:hover:not(:disabled,.is-disabled,.is-dismissible){--hover-modifier: calc(-1 * var(--dt-color-hover-01));--int-states-mixin-bg-color: hsl(var(--dt-color-interactive-brand-h), var(--dt-color-interactive-brand-s), calc(var(--dt-color-interactive-brand-l) + var(--hover-modifier)))}.c-switch[checked]:active:not(:disabled,.is-disabled,.is-dismissible),.c-switch[checked].is-loading:not(:disabled,.is-disabled){--active-modifier: calc(-1 * var(--dt-color-active-01));--int-states-mixin-bg-color: hsl(var(--dt-color-interactive-brand-h), var(--dt-color-interactive-brand-s), calc(var(--dt-color-interactive-brand-l) + var(--active-modifier)))}@supports (background-color: color-mix(in srgb,black,white)){.c-switch[checked]:hover:not(:disabled,.is-disabled,.is-dismissible){--int-states-mixin-bg-color: color-mix(in srgb, var(--dt-color-hover-01-bg) var(--dt-color-hover-01), var(--dt-color-interactive-brand))}.c-switch[checked]:active:not(:disabled,.is-disabled,.is-dismissible),.c-switch[checked].is-loading:not(:disabled,.is-disabled){--int-states-mixin-bg-color: color-mix(in srgb, var(--dt-color-active-01-bg) var(--dt-color-active-01), var(--dt-color-interactive-brand))}}[disabled] .c-switch{--int-states-mixin-bg-color: var(--switch-bg-color--disabled);pointer-events:none}.c-switch:has(.c-switch-input:focus-visible){box-shadow:0 0 0 2px var(--dt-color-focus-inner),0 0 0 4px var(--dt-color-focus-outer);outline:none}.c-switch-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;left:50%;transform:translate(-50%) translateY(-50%);bottom:0}.c-switch-input:disabled{background-color:transparent}.c-switch-control{position:absolute;left:2px;width:var(--switch-control-size);height:var(--switch-control-size);border-radius:var(--switch-radius);background-color:var(--dt-color-interactive-light);padding:var(--switch-padding)}.c-switch-wrapper:dir(rtl) .c-switch-control{position:absolute;left:initial;right:2px}.c-switch-control .c-pieIcon--check{vertical-align:top}.c-switch-input:checked+.c-switch-control{transform:translate(var(--switch-translation))}.c-switch-input:checked+.c-switch-control .c-pieIcon--check{color:var(--dt-color-interactive-brand)}.c-switch-input:disabled~.c-switch-control{color:var(--switch-bg-color--disabled)}.c-switch-input:disabled~.c-switch-control .c-pieIcon--check{color:var(--switch-bg-color--disabled)}.c-switch-label{color:var(--dt-color-content-default)}.c-switch-description{position:absolute;display:block;height:1px;width:1px;overflow:hidden;padding:1px;white-space:nowrap}@media (prefers-reduced-motion: no-preference){.c-switch-wrapper--allow-animation .c-switch{transition:background-color .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-wrapper--allow-animation .c-switch[checked]{transition:background-color .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-wrapper--allow-animation .c-switch-control{transition:transform .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-input:checked+.c-switch-wrapper--allow-animation .c-switch-control{transition:transform .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-input:checked+.c-switch-wrapper--allow-animation .c-switch-control .c-pieIcon--check{transition:color .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-input:disabled~.c-switch-wrapper--allow-animation .c-switch-control .c-pieIcon--check{transition:color .15s cubic-bezier(.4,0,.9,1) 0s}}.c-switch-wrapper:dir(rtl) .c-switch-input:checked+.c-switch-control{transform:translate(calc(-1 * var(--switch-translation)))}", $t = ["leading", "trailing"], Gt = "change", k = {
483
+ const _t = "*,*:after,*:before{box-sizing:inherit}:host{display:block}*,*:before,*:after{cursor:inherit}.c-switch-wrapper{display:inline-flex;align-items:center;gap:var(--dt-spacing-b);vertical-align:top;font-family:var(--dt-font-body-l-family);cursor:pointer}.c-switch-wrapper[disabled]{cursor:not-allowed}.c-switch{--int-states-mixin-bg-color: var(--dt-color-interactive-form);--switch-bg-color--checked: var(--dt-color-interactive-brand);--switch-bg-color--disabled: var(--dt-color-disabled-01);--switch-width: 48px;--switch-height: 24px;--switch-control-size: 20px;--switch-padding: 2px;--switch-radius: var(--dt-radius-rounded-e);--switch-translation: calc(var(--switch-width) - var(--switch-control-size) - 2 * var(--switch-padding));position:relative;display:flex;width:var(--switch-width);height:var(--switch-height);flex-shrink:0;padding:var(--switch-padding);border-radius:var(--switch-radius);background-color:var(--int-states-mixin-bg-color)}.c-switch:hover:not(:disabled,.is-disabled,.is-dismissible){--hover-modifier: calc(-1 * var(--dt-color-hover-01));--int-states-mixin-bg-color: hsl(var(--dt-color-interactive-form-h), var(--dt-color-interactive-form-s), calc(var(--dt-color-interactive-form-l) + var(--hover-modifier)))}.c-switch:active:not(:disabled,.is-disabled,.is-dismissible),.c-switch.is-loading:not(:disabled,.is-disabled){--active-modifier: calc(-1 * var(--dt-color-active-01));--int-states-mixin-bg-color: hsl(var(--dt-color-interactive-form-h), var(--dt-color-interactive-form-s), calc(var(--dt-color-interactive-form-l) + var(--active-modifier)))}@supports (background-color: color-mix(in srgb,black,white)){.c-switch:hover:not(:disabled,.is-disabled,.is-dismissible){--int-states-mixin-bg-color: color-mix(in srgb, var(--dt-color-hover-01-bg) var(--dt-color-hover-01), var(--dt-color-interactive-form))}.c-switch:active:not(:disabled,.is-disabled,.is-dismissible),.c-switch.is-loading:not(:disabled,.is-disabled){--int-states-mixin-bg-color: color-mix(in srgb, var(--dt-color-active-01-bg) var(--dt-color-active-01), var(--dt-color-interactive-form))}}.c-switch[checked]{--int-states-mixin-bg-color: var(--dt-color-interactive-brand)}.c-switch[checked]:hover:not(:disabled,.is-disabled,.is-dismissible){--hover-modifier: calc(-1 * var(--dt-color-hover-01));--int-states-mixin-bg-color: hsl(var(--dt-color-interactive-brand-h), var(--dt-color-interactive-brand-s), calc(var(--dt-color-interactive-brand-l) + var(--hover-modifier)))}.c-switch[checked]:active:not(:disabled,.is-disabled,.is-dismissible),.c-switch[checked].is-loading:not(:disabled,.is-disabled){--active-modifier: calc(-1 * var(--dt-color-active-01));--int-states-mixin-bg-color: hsl(var(--dt-color-interactive-brand-h), var(--dt-color-interactive-brand-s), calc(var(--dt-color-interactive-brand-l) + var(--active-modifier)))}@supports (background-color: color-mix(in srgb,black,white)){.c-switch[checked]:hover:not(:disabled,.is-disabled,.is-dismissible){--int-states-mixin-bg-color: color-mix(in srgb, var(--dt-color-hover-01-bg) var(--dt-color-hover-01), var(--dt-color-interactive-brand))}.c-switch[checked]:active:not(:disabled,.is-disabled,.is-dismissible),.c-switch[checked].is-loading:not(:disabled,.is-disabled){--int-states-mixin-bg-color: color-mix(in srgb, var(--dt-color-active-01-bg) var(--dt-color-active-01), var(--dt-color-interactive-brand))}}[disabled] .c-switch{--int-states-mixin-bg-color: var(--switch-bg-color--disabled);pointer-events:none}.c-switch:has(.c-switch-input:focus-visible){box-shadow:0 0 0 2px var(--dt-color-focus-inner),0 0 0 4px var(--dt-color-focus-outer);outline:none}.c-switch-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;left:50%;transform:translate(-50%) translateY(-50%);bottom:0}.c-switch-input:disabled{background-color:transparent}.c-switch-control{position:absolute;left:2px;width:var(--switch-control-size);height:var(--switch-control-size);border-radius:var(--switch-radius);background-color:var(--dt-color-interactive-light);padding:var(--switch-padding)}.c-switch-wrapper:dir(rtl) .c-switch-control{position:absolute;left:initial;right:2px}.c-switch-control .c-pieIcon--check{vertical-align:top}.c-switch-input:checked+.c-switch-control{transform:translate(var(--switch-translation))}.c-switch-input:checked+.c-switch-control .c-pieIcon--check{color:var(--dt-color-interactive-brand)}.c-switch-input:disabled~.c-switch-control{color:var(--switch-bg-color--disabled)}.c-switch-input:disabled~.c-switch-control .c-pieIcon--check{color:var(--switch-bg-color--disabled)}.c-switch-label{color:var(--dt-color-content-default)}.c-switch-description{position:absolute;display:block;height:1px;width:1px;overflow:hidden;padding:1px;white-space:nowrap}@media (prefers-reduced-motion: no-preference){.c-switch-wrapper--allow-animation .c-switch{transition:background-color .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-wrapper--allow-animation .c-switch[checked]{transition:background-color .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-wrapper--allow-animation .c-switch-control{transition:transform .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-input:checked+.c-switch-wrapper--allow-animation .c-switch-control{transition:transform .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-input:checked+.c-switch-wrapper--allow-animation .c-switch-control .c-pieIcon--check{transition:color .15s cubic-bezier(.4,0,.9,1) 0s}}@media (prefers-reduced-motion: no-preference){.c-switch-input:disabled~.c-switch-wrapper--allow-animation .c-switch-control .c-pieIcon--check{transition:color .15s cubic-bezier(.4,0,.9,1) 0s}}.c-switch-wrapper:dir(rtl) .c-switch-input:checked+.c-switch-control{transform:translate(calc(-1 * var(--switch-translation)))}", $t = ["leading", "trailing"], Gt = "change", M = {
484
484
  checked: !1,
485
485
  disabled: !1,
486
486
  labelPlacement: "leading",
487
487
  required: !1,
488
488
  value: "on"
489
489
  };
490
- var Dt = Object.defineProperty, Rt = Object.getOwnPropertyDescriptor, f = (n, l, h, m) => {
491
- for (var c = m > 1 ? void 0 : m ? Rt(l, h) : l, E = n.length - 1, M; E >= 0; E--)
492
- (M = n[E]) && (c = (m ? M(l, h, c) : M(c)) || c);
493
- return m && c && Dt(l, h, c), c;
490
+ var Rt = Object.defineProperty, Dt = Object.getOwnPropertyDescriptor, f = (l, n, h, m) => {
491
+ for (var c = m > 1 ? void 0 : m ? Dt(n, h) : n, g = l.length - 1, k; g >= 0; g--)
492
+ (k = l[g]) && (c = (m ? k(n, h, c) : k(c)) || c);
493
+ return m && c && Rt(n, h, c), c;
494
494
  };
495
495
  const Ht = "pie-switch";
496
496
  let p = class extends Lt(q) {
497
497
  constructor() {
498
- super(...arguments), this.labelPlacement = k.labelPlacement, this.checked = k.checked, this.required = k.required, this.value = k.value, this.disabled = k.disabled, this._isAnimationAllowed = !1;
498
+ super(...arguments), this.labelPlacement = M.labelPlacement, this.checked = M.checked, this.required = M.required, this.value = M.value, this.disabled = M.disabled, this._isAnimationAllowed = !1;
499
499
  }
500
500
  firstUpdated() {
501
- this.handleFormAssociation(), this.input.addEventListener("invalid", (n) => {
502
- this.dispatchEvent(new Event("invalid", n));
501
+ this.handleFormAssociation(), this.input.addEventListener("invalid", (l) => {
502
+ this.dispatchEvent(new Event("invalid", l));
503
503
  });
504
504
  }
505
505
  updated() {
@@ -515,10 +515,10 @@ let p = class extends Lt(q) {
515
515
  * The handleChange function updates the checkbox state and emits an event for consumers.
516
516
  * @param {Event} event - This should be the change event that was listened for on an input element with `type="checkbox"`.
517
517
  */
518
- handleChange(n) {
519
- const { checked: l } = n == null ? void 0 : n.currentTarget;
520
- this.checked = l;
521
- const h = Nt(n);
518
+ handleChange(l) {
519
+ const { checked: n } = l == null ? void 0 : l.currentTarget;
520
+ this.checked = n;
521
+ const h = Nt(l);
522
522
  this._isAnimationAllowed || (this._isAnimationAllowed = !0), this.dispatchEvent(h), this.handleFormAssociation();
523
523
  }
524
524
  /**
@@ -541,8 +541,8 @@ let p = class extends Lt(q) {
541
541
  * Allows a consumer to set a custom validation message on the switch. An empty string counts as valid.
542
542
  * https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setCustomValidity
543
543
  */
544
- setCustomValidity(n) {
545
- this.input.setCustomValidity(n), this._internals.setValidity(this.validity, this.validationMessage, this.input);
544
+ setCustomValidity(l) {
545
+ this.input.setCustomValidity(l), this._internals.setValidity(this.validity, this.validationMessage, this.input);
546
546
  }
547
547
  /**
548
548
  * (Read-only) returns a ValidityState with the validity states that this element is in.
@@ -565,19 +565,21 @@ let p = class extends Lt(q) {
565
565
  *
566
566
  * @private
567
567
  */
568
- renderSwitchLabel(n) {
569
- const { label: l, labelPlacement: h } = this;
570
- return !l || h !== n ? L : N`
568
+ renderSwitchLabel(l) {
569
+ const { label: n, labelPlacement: h } = this;
570
+ return !n || h !== l ? L : N`
571
571
  <span
572
+ aria-hidden="true"
572
573
  data-test-id="switch-label-${h}"
573
574
  class="c-switch-label">
574
- ${l}
575
+ ${n}
575
576
  </span>`;
576
577
  }
577
578
  renderAriaDescription() {
578
- var n;
579
- return (n = this.aria) != null && n.describedBy ? N`
579
+ var l;
580
+ return (l = this.aria) != null && l.describedBy ? N`
580
581
  <div
582
+ aria-hidden="true"
581
583
  id="switch-description"
582
584
  data-test-id="switch-description"
583
585
  class="c-switch-description">
@@ -586,37 +588,38 @@ let p = class extends Lt(q) {
586
588
  }
587
589
  render() {
588
590
  const {
591
+ label: l,
589
592
  aria: n,
590
- checked: l,
591
- disabled: h,
592
- required: m,
593
- _isAnimationAllowed: c
593
+ checked: h,
594
+ disabled: m,
595
+ required: c,
596
+ _isAnimationAllowed: g
594
597
  } = this;
595
598
  return N`
596
599
  <label
597
600
  class="${Vt({
598
601
  "c-switch-wrapper": !0,
599
- "c-switch-wrapper--allow-animation": c
602
+ "c-switch-wrapper--allow-animation": g
600
603
  })}"
601
- ?disabled=${h}>
604
+ ?disabled=${m}>
602
605
  ${this.renderSwitchLabel("leading")}
603
606
  <div
604
607
  data-test-id="switch-component"
605
608
  class="c-switch"
606
- ?checked=${l}>
609
+ ?checked=${h}>
607
610
  <input
608
611
  data-test-id="switch-input"
609
612
  role="switch"
610
613
  type="checkbox"
611
614
  class="c-switch-input"
612
- .required=${m}
613
- .checked="${l}"
614
- .disabled="${h}"
615
+ .required=${c}
616
+ .checked="${h}"
617
+ .disabled="${m}"
615
618
  @change="${this.handleChange}"
616
- aria-label="${Tt(n == null ? void 0 : n.label)}"
619
+ aria-label="${Tt((n == null ? void 0 : n.label) || l)}"
617
620
  aria-describedby="${n != null && n.describedBy ? "switch-description" : L}">
618
621
  <div class="c-switch-control">
619
- ${l ? N`<icon-check></icon-check>` : L}
622
+ ${h ? N`<icon-check></icon-check>` : L}
620
623
  </div>
621
624
  </div>
622
625
  ${this.renderSwitchLabel("trailing")}
@@ -624,37 +627,38 @@ let p = class extends Lt(q) {
624
627
  </label>`;
625
628
  }
626
629
  };
630
+ p.shadowRootOptions = { ...dt.shadowRootOptions, delegatesFocus: !0 };
627
631
  p.styles = It(_t);
628
632
  f([
629
- y({ type: String })
633
+ E({ type: String })
630
634
  ], p.prototype, "label", 2);
631
635
  f([
632
- y({ type: String }),
633
- Ot(Ht, $t, k.labelPlacement)
636
+ E({ type: String }),
637
+ Ot(Ht, $t, M.labelPlacement)
634
638
  ], p.prototype, "labelPlacement", 2);
635
639
  f([
636
- y({ type: Object })
640
+ E({ type: Object })
637
641
  ], p.prototype, "aria", 2);
638
642
  f([
639
- y({ type: Boolean, reflect: !0 })
643
+ E({ type: Boolean, reflect: !0 })
640
644
  ], p.prototype, "checked", 2);
641
645
  f([
642
- y({ type: Boolean, reflect: !0 })
646
+ E({ type: Boolean, reflect: !0 })
643
647
  ], p.prototype, "required", 2);
644
648
  f([
645
- y({ type: String })
649
+ E({ type: String })
646
650
  ], p.prototype, "value", 2);
647
651
  f([
648
- y({ type: String, reflect: !0 })
652
+ E({ type: String, reflect: !0 })
649
653
  ], p.prototype, "name", 2);
650
654
  f([
651
- y({ type: Boolean, reflect: !0 })
655
+ E({ type: Boolean, reflect: !0 })
652
656
  ], p.prototype, "disabled", 2);
653
657
  f([
654
- dt('input[type="checkbox"]')
658
+ ht('input[type="checkbox"]')
655
659
  ], p.prototype, "input", 2);
656
660
  f([
657
- dt("label")
661
+ ht("label")
658
662
  ], p.prototype, "focusTarget", 2);
659
663
  f([
660
664
  St()
@@ -665,6 +669,6 @@ p = f([
665
669
  export {
666
670
  Gt as ON_SWITCH_CHANGED_EVENT,
667
671
  p as PieSwitch,
668
- k as defaultProps,
672
+ M as defaultProps,
669
673
  $t as labelPlacements
670
674
  };
package/dist/react.d.ts CHANGED
@@ -43,6 +43,12 @@ declare class PieSwitch_2 extends PieSwitch_base implements SwitchProps, PIEInpu
43
43
  private input;
44
44
  focusTarget: HTMLElement;
45
45
  private _isAnimationAllowed;
46
+ static shadowRootOptions: {
47
+ delegatesFocus: boolean;
48
+ mode: ShadowRootMode;
49
+ serializable?: boolean;
50
+ slotAssignment?: SlotAssignmentMode;
51
+ };
46
52
  protected firstUpdated(): void;
47
53
  protected updated(): void;
48
54
  static styles: CSSResult;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-switch",
3
3
  "description": "PIE Design System Switch built using Web Components",
4
- "version": "2.1.0",
4
+ "version": "2.2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -40,7 +40,7 @@
40
40
  "devDependencies": {
41
41
  "@custom-elements-manifest/analyzer": "0.9.0",
42
42
  "@justeattakeaway/pie-components-config": "0.21.0",
43
- "@justeattakeaway/pie-css": "0.19.0",
43
+ "@justeattakeaway/pie-css": "0.20.0",
44
44
  "@justeattakeaway/pie-monorepo-utils": "0.7.0",
45
45
  "@justeattakeaway/pie-wrapper-react": "0.14.3",
46
46
  "cem-plugin-module-file-extensions": "0.0.5"
package/src/index.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  html, unsafeCSS, nothing,
3
+ LitElement,
3
4
  } from 'lit';
4
5
  import { PieElement } from '@justeattakeaway/pie-webc-core/src/internals/PieElement';
5
6
  import { property, query, state } from 'lit/decorators.js';
@@ -64,6 +65,8 @@ export class PieSwitch extends FormControlMixin(PieElement) implements SwitchPro
64
65
  @state()
65
66
  private _isAnimationAllowed = false;
66
67
 
68
+ static shadowRootOptions = { ...LitElement.shadowRootOptions, delegatesFocus: true };
69
+
67
70
  protected firstUpdated (): void {
68
71
  this.handleFormAssociation();
69
72
  // This ensures that invalid events triggered by checkValidity() are propagated to the custom element
@@ -172,8 +175,11 @@ export class PieSwitch extends FormControlMixin(PieElement) implements SwitchPro
172
175
  return nothing;
173
176
  }
174
177
 
178
+ // Using aria-hidden here to prevent the label from potentially being narrated twice by screen readers such as Apple VoiceOver.
179
+ // Instead, we apply the label as an aria-label attribute on the input (if no aria.label prop is provided).
175
180
  return html`
176
181
  <span
182
+ aria-hidden="true"
177
183
  data-test-id="switch-label-${labelPlacement}"
178
184
  class="c-switch-label">
179
185
  ${label}
@@ -185,8 +191,11 @@ export class PieSwitch extends FormControlMixin(PieElement) implements SwitchPro
185
191
  return nothing;
186
192
  }
187
193
 
194
+ // we apply aria-hidden to the element containing the description because it prevent some screen readers such as Apple VoiceOver from announcing the description once
195
+ // on the input and again separately. The description is still announced once, when the input is focused/selected.
188
196
  return html`
189
197
  <div
198
+ aria-hidden="true"
190
199
  id="switch-description"
191
200
  data-test-id="switch-description"
192
201
  class="c-switch-description">
@@ -196,6 +205,7 @@ export class PieSwitch extends FormControlMixin(PieElement) implements SwitchPro
196
205
 
197
206
  render () {
198
207
  const {
208
+ label,
199
209
  aria,
200
210
  checked,
201
211
  disabled,
@@ -226,7 +236,7 @@ export class PieSwitch extends FormControlMixin(PieElement) implements SwitchPro
226
236
  .checked="${checked}"
227
237
  .disabled="${disabled}"
228
238
  @change="${this.handleChange}"
229
- aria-label="${ifDefined(aria?.label)}"
239
+ aria-label="${ifDefined(aria?.label || label)}"
230
240
  aria-describedby="${aria?.describedBy ? 'switch-description' : nothing}">
231
241
  <div class="c-switch-control">
232
242
  ${checked ? html`<icon-check></icon-check>` : nothing}