@justeattakeaway/pie-textarea 0.17.29 → 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.
@@ -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": "{ disabled: false, size: 'medium', resize: 'auto', value: '', placeholder: '', status: 'default', autoFocus: false, readonly: false, required: false, }",
46
46
  "description": "Default values for optional properties that have default fallback values in the component."
47
47
  }
48
48
  ],
@@ -93,7 +93,8 @@
93
93
  {
94
94
  "kind": "field",
95
95
  "name": "value",
96
- "privacy": "public"
96
+ "privacy": "public",
97
+ "attribute": "value"
97
98
  },
98
99
  {
99
100
  "kind": "field",
@@ -101,42 +102,51 @@
101
102
  "type": {
102
103
  "text": "TextareaProps['defaultValue']"
103
104
  },
104
- "privacy": "public"
105
+ "privacy": "public",
106
+ "attribute": "defaultValue"
105
107
  },
106
108
  {
107
109
  "kind": "field",
108
110
  "name": "disabled",
109
- "privacy": "public"
111
+ "privacy": "public",
112
+ "attribute": "disabled",
113
+ "reflects": true
110
114
  },
111
115
  {
112
116
  "kind": "field",
113
117
  "name": "size",
114
- "privacy": "public"
118
+ "privacy": "public",
119
+ "attribute": "size"
115
120
  },
116
121
  {
117
122
  "kind": "field",
118
123
  "name": "resize",
119
- "privacy": "public"
124
+ "privacy": "public",
125
+ "attribute": "resize"
120
126
  },
121
127
  {
122
128
  "kind": "field",
123
129
  "name": "readonly",
124
- "privacy": "public"
130
+ "privacy": "public",
131
+ "attribute": "readonly"
125
132
  },
126
133
  {
127
134
  "kind": "field",
128
135
  "name": "autoFocus",
129
- "privacy": "public"
136
+ "privacy": "public",
137
+ "attribute": "autoFocus"
130
138
  },
131
139
  {
132
140
  "kind": "field",
133
141
  "name": "required",
134
- "privacy": "public"
142
+ "privacy": "public",
143
+ "attribute": "required"
135
144
  },
136
145
  {
137
146
  "kind": "field",
138
147
  "name": "status",
139
- "privacy": "public"
148
+ "privacy": "public",
149
+ "attribute": "status"
140
150
  },
141
151
  {
142
152
  "kind": "field",
@@ -144,7 +154,8 @@
144
154
  "type": {
145
155
  "text": "TextareaProps['assistiveText']"
146
156
  },
147
- "privacy": "public"
157
+ "privacy": "public",
158
+ "attribute": "assistiveText"
148
159
  },
149
160
  {
150
161
  "kind": "field",
@@ -152,7 +163,9 @@
152
163
  "type": {
153
164
  "text": "TextareaProps['name']"
154
165
  },
155
- "privacy": "public"
166
+ "privacy": "public",
167
+ "attribute": "name",
168
+ "reflects": true
156
169
  },
157
170
  {
158
171
  "kind": "field",
@@ -160,7 +173,8 @@
160
173
  "type": {
161
174
  "text": "TextareaProps['autocomplete']"
162
175
  },
163
- "privacy": "public"
176
+ "privacy": "public",
177
+ "attribute": "autocomplete"
164
178
  },
165
179
  {
166
180
  "kind": "field",
@@ -168,7 +182,8 @@
168
182
  "type": {
169
183
  "text": "TextareaProps['placeholder']"
170
184
  },
171
- "privacy": "public"
185
+ "privacy": "public",
186
+ "attribute": "placeholder"
172
187
  },
173
188
  {
174
189
  "kind": "field",
@@ -305,6 +320,75 @@
305
320
  "name": "change"
306
321
  }
307
322
  ],
323
+ "attributes": [
324
+ {
325
+ "name": "value",
326
+ "fieldName": "value"
327
+ },
328
+ {
329
+ "name": "defaultValue",
330
+ "type": {
331
+ "text": "TextareaProps['defaultValue']"
332
+ },
333
+ "fieldName": "defaultValue"
334
+ },
335
+ {
336
+ "name": "disabled",
337
+ "fieldName": "disabled"
338
+ },
339
+ {
340
+ "name": "size",
341
+ "fieldName": "size"
342
+ },
343
+ {
344
+ "name": "resize",
345
+ "fieldName": "resize"
346
+ },
347
+ {
348
+ "name": "readonly",
349
+ "fieldName": "readonly"
350
+ },
351
+ {
352
+ "name": "autoFocus",
353
+ "fieldName": "autoFocus"
354
+ },
355
+ {
356
+ "name": "required",
357
+ "fieldName": "required"
358
+ },
359
+ {
360
+ "name": "status",
361
+ "fieldName": "status"
362
+ },
363
+ {
364
+ "name": "assistiveText",
365
+ "type": {
366
+ "text": "TextareaProps['assistiveText']"
367
+ },
368
+ "fieldName": "assistiveText"
369
+ },
370
+ {
371
+ "name": "name",
372
+ "type": {
373
+ "text": "TextareaProps['name']"
374
+ },
375
+ "fieldName": "name"
376
+ },
377
+ {
378
+ "name": "autocomplete",
379
+ "type": {
380
+ "text": "TextareaProps['autocomplete']"
381
+ },
382
+ "fieldName": "autocomplete"
383
+ },
384
+ {
385
+ "name": "placeholder",
386
+ "type": {
387
+ "text": "TextareaProps['placeholder']"
388
+ },
389
+ "fieldName": "placeholder"
390
+ }
391
+ ],
308
392
  "mixins": [
309
393
  {
310
394
  "name": "FormControlMixin",
@@ -333,7 +417,7 @@
333
417
  "name": "*",
334
418
  "declaration": {
335
419
  "name": "*",
336
- "package": "./defs"
420
+ "module": "src/defs"
337
421
  }
338
422
  },
339
423
  {
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.29";
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/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.29",
4
+ "version": "0.17.31",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -43,13 +43,13 @@
43
43
  "author": "Just Eat Takeaway.com - Design System Team",
44
44
  "license": "Apache-2.0",
45
45
  "devDependencies": {
46
- "@justeattakeaway/pie-components-config": "0.21.1",
46
+ "@justeattakeaway/pie-components-config": "0.21.2",
47
47
  "@justeattakeaway/pie-css": "1.1.1",
48
48
  "@justeattakeaway/pie-monorepo-utils": "0.9.1",
49
49
  "@types/lodash.throttle": "4.1.9"
50
50
  },
51
51
  "dependencies": {
52
- "@justeattakeaway/pie-assistive-text": "0.11.29",
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
  },