@vaadin/vaadin-text-field 21.0.4 → 21.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-text-field",
3
- "version": "21.0.4",
3
+ "version": "21.0.5",
4
4
  "description": "vaadin-text-field",
5
5
  "main": "vaadin-text-field.js",
6
6
  "module": "vaadin-text-field.js",
@@ -26,11 +26,11 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@polymer/polymer": "^3.0.0",
29
- "@vaadin/vaadin-control-state-mixin": "^21.0.4",
30
- "@vaadin/vaadin-element-mixin": "^21.0.4",
31
- "@vaadin/vaadin-lumo-styles": "^21.0.4",
32
- "@vaadin/vaadin-material-styles": "^21.0.4",
33
- "@vaadin/vaadin-themable-mixin": "^21.0.4"
29
+ "@vaadin/vaadin-control-state-mixin": "^21.0.5",
30
+ "@vaadin/vaadin-element-mixin": "^21.0.5",
31
+ "@vaadin/vaadin-lumo-styles": "^21.0.5",
32
+ "@vaadin/vaadin-material-styles": "^21.0.5",
33
+ "@vaadin/vaadin-themable-mixin": "^21.0.5"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@esm-bundle/chai": "^4.1.5",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "5bcf4893e594a60701c723f5c9157ad6ac694baf"
43
+ "gitHead": "c79135f420e560fa566afc1377db9585757bc4c3"
44
44
  }
@@ -53,7 +53,7 @@ class EmailFieldElement extends TextFieldElement {
53
53
  }
54
54
 
55
55
  static get version() {
56
- return '21.0.4';
56
+ return '21.0.5';
57
57
  }
58
58
 
59
59
  /** @protected */
@@ -26,7 +26,7 @@ class IntegerFieldElement extends NumberFieldElement {
26
26
  }
27
27
 
28
28
  static get version() {
29
- return '21.0.4';
29
+ return '21.0.5';
30
30
  }
31
31
 
32
32
  static get properties() {
@@ -105,7 +105,7 @@ class NumberFieldElement extends TextFieldElement {
105
105
  }
106
106
 
107
107
  static get version() {
108
- return '21.0.4';
108
+ return '21.0.5';
109
109
  }
110
110
 
111
111
  static get properties() {
@@ -80,7 +80,7 @@ class PasswordFieldElement extends TextFieldElement {
80
80
  }
81
81
 
82
82
  static get version() {
83
- return '21.0.4';
83
+ return '21.0.5';
84
84
  }
85
85
 
86
86
  static get properties() {
@@ -148,7 +148,7 @@ class TextAreaElement extends ElementMixin(TextFieldMixin(ControlStateMixin(Them
148
148
  }
149
149
 
150
150
  static get version() {
151
- return '21.0.4';
151
+ return '21.0.5';
152
152
  }
153
153
 
154
154
  /** @protected */
@@ -115,7 +115,7 @@ class TextFieldElement extends ElementMixin(TextFieldMixin(ControlStateMixin(The
115
115
  }
116
116
 
117
117
  static get version() {
118
- return '21.0.4';
118
+ return '21.0.5';
119
119
  }
120
120
 
121
121
  static get properties() {