@spectrum-web-components/textfield 0.31.1-react.3 → 0.32.1-overlay.33

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.
@@ -6,7 +6,16 @@
6
6
  "kind": "javascript-module",
7
7
  "path": "sp-textfield.ts",
8
8
  "declarations": [],
9
- "exports": []
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-textfield",
13
+ "declaration": {
14
+ "name": "Textfield",
15
+ "module": "/src/Textfield.js"
16
+ }
17
+ }
18
+ ]
10
19
  },
11
20
  {
12
21
  "kind": "javascript-module",
@@ -223,7 +232,8 @@
223
232
  "type": {
224
233
  "text": "HTMLInputElement | HTMLTextAreaElement"
225
234
  },
226
- "privacy": "public"
235
+ "privacy": "public",
236
+ "readonly": true
227
237
  },
228
238
  {
229
239
  "kind": "method",
@@ -328,7 +338,8 @@
328
338
  "type": {
329
339
  "text": "string"
330
340
  },
331
- "privacy": "protected"
341
+ "privacy": "protected",
342
+ "readonly": true
332
343
  },
333
344
  {
334
345
  "kind": "field",
@@ -336,7 +347,8 @@
336
347
  "type": {
337
348
  "text": "TemplateResult"
338
349
  },
339
- "privacy": "private"
350
+ "privacy": "private",
351
+ "readonly": true
340
352
  },
341
353
  {
342
354
  "kind": "field",
@@ -344,7 +356,8 @@
344
356
  "type": {
345
357
  "text": "TemplateResult"
346
358
  },
347
- "privacy": "private"
359
+ "privacy": "private",
360
+ "readonly": true
348
361
  },
349
362
  {
350
363
  "kind": "method",
@@ -828,6 +841,7 @@
828
841
  "text": "HTMLInputElement | HTMLTextAreaElement"
829
842
  },
830
843
  "privacy": "public",
844
+ "readonly": true,
831
845
  "inheritedFrom": {
832
846
  "name": "TextfieldBase",
833
847
  "module": "src/Textfield.ts"
@@ -965,6 +979,7 @@
965
979
  "text": "string"
966
980
  },
967
981
  "privacy": "protected",
982
+ "readonly": true,
968
983
  "inheritedFrom": {
969
984
  "name": "TextfieldBase",
970
985
  "module": "src/Textfield.ts"
@@ -977,6 +992,7 @@
977
992
  "text": "TemplateResult"
978
993
  },
979
994
  "privacy": "private",
995
+ "readonly": true,
980
996
  "inheritedFrom": {
981
997
  "name": "TextfieldBase",
982
998
  "module": "src/Textfield.ts"
@@ -989,6 +1005,7 @@
989
1005
  "text": "TemplateResult"
990
1006
  },
991
1007
  "privacy": "private",
1008
+ "readonly": true,
992
1009
  "inheritedFrom": {
993
1010
  "name": "TextfieldBase",
994
1011
  "module": "src/Textfield.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/textfield",
3
- "version": "0.31.1-react.3+886f51591",
3
+ "version": "0.32.1-overlay.33+8b9227d00",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,15 +57,15 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.31.1-react.3+886f51591",
61
- "@spectrum-web-components/help-text": "^0.31.1-react.3+886f51591",
62
- "@spectrum-web-components/icon": "^0.31.1-react.3+886f51591",
63
- "@spectrum-web-components/icons-ui": "^0.31.1-react.3+886f51591",
64
- "@spectrum-web-components/icons-workflow": "^0.31.1-react.3+886f51591",
65
- "@spectrum-web-components/shared": "^0.31.1-react.3+886f51591"
60
+ "@spectrum-web-components/base": "^0.32.1-overlay.33+8b9227d00",
61
+ "@spectrum-web-components/help-text": "^0.32.1-overlay.33+8b9227d00",
62
+ "@spectrum-web-components/icon": "^0.32.1-overlay.33+8b9227d00",
63
+ "@spectrum-web-components/icons-ui": "^0.32.1-overlay.33+8b9227d00",
64
+ "@spectrum-web-components/icons-workflow": "^0.32.1-overlay.33+8b9227d00",
65
+ "@spectrum-web-components/shared": "^0.32.1-overlay.33+8b9227d00"
66
66
  },
67
67
  "devDependencies": {
68
- "@spectrum-css/textfield": "^3.2.16"
68
+ "@spectrum-css/textfield": "^5.1.7"
69
69
  },
70
70
  "types": "./src/index.d.ts",
71
71
  "customElements": "custom-elements.json",
@@ -73,5 +73,5 @@
73
73
  "./sp-*.js",
74
74
  "./**/*.dev.js"
75
75
  ],
76
- "gitHead": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
76
+ "gitHead": "8b9227d00900eacee1c6d194064f10062f27ab3e"
77
77
  }
@@ -51,8 +51,13 @@ export default {
51
51
  'spectrum-Textfield-icon',
52
52
  'icon-workflow'
53
53
  ),
54
+ converter.classToClass('spectrum-Search-icon', 'icon-search'),
54
55
  converter.classToAttribute('spectrum-Textfield--multiline'),
55
56
  converter.classToAttribute('spectrum-Textfield--quiet'),
57
+ converter.classToAttribute(
58
+ 'spectrum-Textfield--grows',
59
+ 'grows'
60
+ ),
56
61
  converter.classToAttribute('is-focused', 'focused'),
57
62
  converter.classToAttribute('is-keyboardFocused', 'focused'),
58
63
  converter.classToAttribute('is-valid', 'valid'),