@justeattakeaway/pie-textarea 0.16.6 → 0.16.8

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.
@@ -42,7 +42,7 @@
42
42
  "type": {
43
43
  "text": "DefaultProps"
44
44
  },
45
- "default": "{\n disabled: false,\n size: 'medium',\n resize: 'auto',\n value: '',\n placeholder: '',\n status: 'default',\n autoFocus: false,\n readonly: false,\n required: false,\n}",
45
+ "default": "{\r\n disabled: false,\r\n size: 'medium',\r\n resize: 'auto',\r\n value: '',\r\n placeholder: '',\r\n status: 'default',\r\n autoFocus: false,\r\n readonly: false,\r\n required: false,\r\n}",
46
46
  "description": "Default values for optional properties that have default fallback values in the component."
47
47
  }
48
48
  ],
@@ -230,7 +230,7 @@
230
230
  "text": "ValidityState"
231
231
  },
232
232
  "privacy": "public",
233
- "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",
233
+ "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",
234
234
  "readonly": true
235
235
  },
236
236
  {
@@ -251,7 +251,7 @@
251
251
  "description": "The latest disabled state of the input."
252
252
  }
253
253
  ],
254
- "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."
254
+ "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."
255
255
  },
256
256
  {
257
257
  "kind": "method",
@@ -262,7 +262,7 @@
262
262
  "text": "void"
263
263
  }
264
264
  },
265
- "description": "Called when the form that owns this component is reset.\nResets the value to the default value."
265
+ "description": "Called when the form that owns this component is reset.\r\nResets the value to the default value."
266
266
  },
267
267
  {
268
268
  "kind": "method",
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ const _ = class _ extends D {
10
10
  this.getAttribute("v") || this.setAttribute("v", _.v);
11
11
  }
12
12
  };
13
- _.v = "0.16.6";
13
+ _.v = "0.16.8";
14
14
  let w = _;
15
15
  var $ = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
16
16
  function Z(e) {
package/package.json CHANGED
@@ -1,7 +1,13 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-textarea",
3
3
  "description": "PIE Design System Textarea built using Web Components",
4
- "version": "0.16.6",
4
+ "version": "0.16.8",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/justeattakeaway/pie",
8
+ "directory": "packages/components/pie-textarea"
9
+ },
10
+ "homepage": "https://webc.pie.design/?path=/docs/components-textarea--overview",
5
11
  "type": "module",
6
12
  "main": "dist/index.js",
7
13
  "module": "dist/index.js",
@@ -34,13 +40,13 @@
34
40
  "devDependencies": {
35
41
  "@custom-elements-manifest/analyzer": "0.9.0",
36
42
  "@justeattakeaway/pie-components-config": "0.20.1",
37
- "@justeattakeaway/pie-css": "0.16.0",
43
+ "@justeattakeaway/pie-css": "0.17.0",
38
44
  "@justeattakeaway/pie-monorepo-utils": "0.5.1",
39
45
  "@types/lodash.throttle": "4.1.9",
40
46
  "cem-plugin-module-file-extensions": "0.0.5"
41
47
  },
42
48
  "dependencies": {
43
- "@justeattakeaway/pie-assistive-text": "0.10.6",
49
+ "@justeattakeaway/pie-assistive-text": "0.10.8",
44
50
  "@justeattakeaway/pie-webc-core": "1.0.0",
45
51
  "lodash.throttle": "4.1.1"
46
52
  },