@justeattakeaway/pie-switch 2.3.30 → 2.3.31

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.
@@ -195,7 +195,7 @@
195
195
  "text": ""
196
196
  }
197
197
  },
198
- "description": "Returns a boolean value which indicates validity of the value of the component. If the value is invalid, this method also fires the invalid event on the component.\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/checkValidity"
198
+ "description": "Returns a boolean value which indicates validity of the value of the component. If the value is invalid, this method also fires the invalid event on the component.\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/checkValidity"
199
199
  },
200
200
  {
201
201
  "kind": "method",
@@ -206,7 +206,7 @@
206
206
  "text": ""
207
207
  }
208
208
  },
209
- "description": "If the value is invalid, this method also fires the invalid event on the element, and (if the event isn't canceled) reports the problem to the user.\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/reportValidity"
209
+ "description": "If the value is invalid, this method also fires the invalid event on the element, and (if the event isn't canceled) reports the problem to the user.\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/reportValidity"
210
210
  },
211
211
  {
212
212
  "kind": "method",
@@ -225,7 +225,7 @@
225
225
  }
226
226
  }
227
227
  ],
228
- "description": "Allows a consumer to set a custom validation message on the switch. An empty string counts as valid.\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setCustomValidity"
228
+ "description": "Allows a consumer to set a custom validation message on the switch. An empty string counts as valid.\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setCustomValidity"
229
229
  },
230
230
  {
231
231
  "kind": "field",
@@ -234,7 +234,7 @@
234
234
  "text": "ValidityState"
235
235
  },
236
236
  "privacy": "public",
237
- "description": "(Read-only) returns a ValidityState with the validity states that this element is in.\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/validity",
237
+ "description": "(Read-only) returns a ValidityState with the validity states that this element is in.\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/validity",
238
238
  "readonly": true
239
239
  },
240
240
  {
@@ -244,7 +244,7 @@
244
244
  "text": "string"
245
245
  },
246
246
  "privacy": "public",
247
- "description": "(Read-only) Returns a string representing a localized message that describes the validation constraints that the control does not satisfy (if any).\r\nThis string is empty if the component is valid.\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/validationMessage",
247
+ "description": "(Read-only) Returns a string representing a localized message that describes the validation constraints that the control does not satisfy (if any).\nThis string is empty if the component is valid.\nhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/validationMessage",
248
248
  "readonly": true
249
249
  },
250
250
  {
@@ -259,7 +259,7 @@
259
259
  }
260
260
  }
261
261
  ],
262
- "description": "If a label is provided, renders it if `labelPlacement` matches the given position.\r\nIf no label is provided, or `labelPlacement` does not match the given position, nothing is rendered."
262
+ "description": "If a label is provided, renders it if `labelPlacement` matches the given position.\nIf no label is provided, or `labelPlacement` does not match the given position, nothing is rendered."
263
263
  },
264
264
  {
265
265
  "kind": "method",
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ const O = class O extends St {
9
9
  this.getAttribute("v") || this.setAttribute("v", O.v);
10
10
  }
11
11
  };
12
- O.v = "2.3.30";
12
+ O.v = "2.3.31";
13
13
  let q = O;
14
14
  var dt = {}, ht;
15
15
  function $t() {
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.3.30",
4
+ "version": "2.3.31",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -49,7 +49,7 @@
49
49
  "@justeattakeaway/pie-wrapper-react": "0.14.4"
50
50
  },
51
51
  "dependencies": {
52
- "@justeattakeaway/pie-icons-webc": "1.23.0",
52
+ "@justeattakeaway/pie-icons-webc": "1.24.0",
53
53
  "@justeattakeaway/pie-webc-core": "14.0.1",
54
54
  "element-internals-polyfill": "1.3.11"
55
55
  },