@justeattakeaway/pie-radio 0.11.0 → 0.11.1

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.
@@ -26,7 +26,7 @@
26
26
  "type": {
27
27
  "text": "DefaultProps"
28
28
  },
29
- "default": "{\n checked: false,\n defaultChecked: false,\n disabled: false,\n required: false,\n status: 'default',\n}"
29
+ "default": "{\r\n checked: false,\r\n defaultChecked: false,\r\n disabled: false,\r\n required: false,\r\n status: 'default',\r\n}"
30
30
  }
31
31
  ],
32
32
  "exports": [
@@ -163,14 +163,14 @@
163
163
  "text": "ValidityState"
164
164
  },
165
165
  "privacy": "public",
166
- "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",
166
+ "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",
167
167
  "readonly": true
168
168
  },
169
169
  {
170
170
  "kind": "method",
171
171
  "name": "formResetCallback",
172
172
  "privacy": "public",
173
- "description": "Called when the form that contains this component is reset.\nIf the current checked state is different to the default checked state,\nthe checked state is reset to the default checked state and a `change` event is emitted."
173
+ "description": "Called when the form that contains this component is reset.\r\nIf the current checked state is different to the default checked state,\r\nthe checked state is reset to the default checked state and a `change` event is emitted."
174
174
  }
175
175
  ],
176
176
  "events": [
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ const b = class b extends g {
9
9
  this.getAttribute("v") || this.setAttribute("v", b.v);
10
10
  }
11
11
  };
12
- b.v = "0.11.0";
12
+ b.v = "0.11.1";
13
13
  let h = b;
14
14
  const B = ["default", "error"], s = {
15
15
  checked: !1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-radio",
3
3
  "description": "PIE Design System Radio built using Web Components",
4
- "version": "0.11.0",
4
+ "version": "0.11.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "cem-plugin-module-file-extensions": "0.0.5"
40
40
  },
41
41
  "dependencies": {
42
- "@justeattakeaway/pie-webc-core": "0.26.0"
42
+ "@justeattakeaway/pie-webc-core": "1.0.0"
43
43
  },
44
44
  "volta": {
45
45
  "extends": "../../../package.json"