@justeattakeaway/pie-textarea 0.17.30 → 0.17.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.
@@ -221,7 +221,7 @@
221
221
  "text": "ValidityState"
222
222
  },
223
223
  "privacy": "public",
224
- "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",
224
+ "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",
225
225
  "readonly": true
226
226
  },
227
227
  {
@@ -242,7 +242,7 @@
242
242
  "description": "The latest disabled state of the input."
243
243
  }
244
244
  ],
245
- "description": "Called after the disabled state of the element changes,\r\neither because the disabled attribute of this element was added or removed;\r\nor because the disabled state changed on a <fieldset> that's an ancestor of this element."
245
+ "description": "Called after the disabled state of the element changes,\neither because the disabled attribute of this element was added or removed;\nor because the disabled state changed on a <fieldset> that's an ancestor of this element."
246
246
  },
247
247
  {
248
248
  "kind": "method",
@@ -253,7 +253,7 @@
253
253
  "text": "void"
254
254
  }
255
255
  },
256
- "description": "Called when the form that owns this component is reset.\r\nResets the value to the default value."
256
+ "description": "Called when the form that owns this component is reset.\nResets the value to the default value."
257
257
  },
258
258
  {
259
259
  "kind": "method",
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ const O = class O extends de {
10
10
  this.getAttribute("v") || this.setAttribute("v", O.v);
11
11
  }
12
12
  };
13
- O.v = "0.17.30";
13
+ O.v = "0.17.31";
14
14
  let V = O;
15
15
  var w = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
16
16
  function me(t) {
package/dist/react.d.ts CHANGED
File without changes
package/dist/react.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-textarea",
3
3
  "description": "PIE Design System Textarea built using Web Components",
4
- "version": "0.17.30",
4
+ "version": "0.17.31",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -49,7 +49,7 @@
49
49
  "@types/lodash.throttle": "4.1.9"
50
50
  },
51
51
  "dependencies": {
52
- "@justeattakeaway/pie-assistive-text": "0.11.30",
52
+ "@justeattakeaway/pie-assistive-text": "0.11.31",
53
53
  "@justeattakeaway/pie-webc-core": "14.0.1",
54
54
  "lodash.throttle": "4.1.1"
55
55
  },