@vaadin/text-area 23.1.0-beta4 → 23.1.0-rc3
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.
- package/package.json +8 -8
- package/src/vaadin-text-area.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/text-area",
|
|
3
|
-
"version": "23.1.0-
|
|
3
|
+
"version": "23.1.0-rc3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@polymer/polymer": "^3.0.0",
|
|
36
|
-
"@vaadin/component-base": "23.1.0-
|
|
37
|
-
"@vaadin/field-base": "23.1.0-
|
|
38
|
-
"@vaadin/input-container": "23.1.0-
|
|
39
|
-
"@vaadin/vaadin-lumo-styles": "23.1.0-
|
|
40
|
-
"@vaadin/vaadin-material-styles": "23.1.0-
|
|
41
|
-
"@vaadin/vaadin-themable-mixin": "23.1.0-
|
|
36
|
+
"@vaadin/component-base": "23.1.0-rc3",
|
|
37
|
+
"@vaadin/field-base": "23.1.0-rc3",
|
|
38
|
+
"@vaadin/input-container": "23.1.0-rc3",
|
|
39
|
+
"@vaadin/vaadin-lumo-styles": "23.1.0-rc3",
|
|
40
|
+
"@vaadin/vaadin-material-styles": "23.1.0-rc3",
|
|
41
|
+
"@vaadin/vaadin-themable-mixin": "23.1.0-rc3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@esm-bundle/chai": "^4.3.4",
|
|
45
45
|
"@vaadin/testing-helpers": "^0.3.2",
|
|
46
46
|
"sinon": "^13.0.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "49c312fbe0228adb559296d45655bbfd4eac6235"
|
|
49
49
|
}
|
package/src/vaadin-text-area.js
CHANGED
|
@@ -194,7 +194,7 @@ export class TextArea extends ResizeMixin(PatternMixin(InputFieldMixin(ThemableM
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
/**
|
|
197
|
-
* Used by `
|
|
197
|
+
* Used by `InputControlMixin` as a reference to the clear button element.
|
|
198
198
|
* @protected
|
|
199
199
|
*/
|
|
200
200
|
get clearElement() {
|