@justeattakeaway/pie-switch 2.3.4 → 2.3.6

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.
@@ -35,7 +35,7 @@
35
35
  "type": {
36
36
  "text": "DefaultProps"
37
37
  },
38
- "default": "{\r\n checked: false,\r\n disabled: false,\r\n labelPlacement: 'leading',\r\n required: false,\r\n value: 'on',\r\n}"
38
+ "default": "{\n checked: false,\n disabled: false,\n labelPlacement: 'leading',\n required: false,\n value: 'on',\n}"
39
39
  }
40
40
  ],
41
41
  "exports": [
@@ -183,7 +183,7 @@
183
183
  "text": ""
184
184
  }
185
185
  },
186
- "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"
186
+ "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"
187
187
  },
188
188
  {
189
189
  "kind": "method",
@@ -194,7 +194,7 @@
194
194
  "text": ""
195
195
  }
196
196
  },
197
- "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"
197
+ "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"
198
198
  },
199
199
  {
200
200
  "kind": "method",
@@ -213,7 +213,7 @@
213
213
  }
214
214
  }
215
215
  ],
216
- "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"
216
+ "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"
217
217
  },
218
218
  {
219
219
  "kind": "field",
@@ -222,7 +222,7 @@
222
222
  "text": "ValidityState"
223
223
  },
224
224
  "privacy": "public",
225
- "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",
225
+ "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",
226
226
  "readonly": true
227
227
  },
228
228
  {
@@ -232,7 +232,7 @@
232
232
  "text": "string"
233
233
  },
234
234
  "privacy": "public",
235
- "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",
235
+ "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",
236
236
  "readonly": true
237
237
  },
238
238
  {
@@ -247,7 +247,7 @@
247
247
  }
248
248
  }
249
249
  ],
250
- "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."
250
+ "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."
251
251
  },
252
252
  {
253
253
  "kind": "method",
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ const O = class O extends Ft {
9
9
  this.getAttribute("v") || this.setAttribute("v", O.v);
10
10
  }
11
11
  };
12
- O.v = "2.3.4";
12
+ O.v = "2.3.6";
13
13
  let q = O;
14
14
  (function() {
15
15
  (function(l) {
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.4",
4
+ "version": "2.3.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -45,14 +45,14 @@
45
45
  "devDependencies": {
46
46
  "@custom-elements-manifest/analyzer": "0.9.0",
47
47
  "@justeattakeaway/pie-components-config": "0.21.0",
48
- "@justeattakeaway/pie-css": "0.23.2",
48
+ "@justeattakeaway/pie-css": "0.24.0",
49
49
  "@justeattakeaway/pie-monorepo-utils": "0.7.0",
50
50
  "@justeattakeaway/pie-wrapper-react": "0.14.3",
51
51
  "cem-plugin-module-file-extensions": "0.0.5"
52
52
  },
53
53
  "dependencies": {
54
- "@justeattakeaway/pie-icons-webc": "1.16.1",
55
- "@justeattakeaway/pie-webc-core": "3.0.2",
54
+ "@justeattakeaway/pie-icons-webc": "1.17.0",
55
+ "@justeattakeaway/pie-webc-core": "4.0.0",
56
56
  "element-internals-polyfill": "1.3.11"
57
57
  },
58
58
  "volta": {