@vaadin/text-field 23.0.6 → 23.1.0-alpha3

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/text-field",
3
- "version": "23.0.6",
3
+ "version": "23.1.0-alpha3",
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.0.6",
37
- "@vaadin/field-base": "^23.0.6",
38
- "@vaadin/input-container": "^23.0.6",
39
- "@vaadin/vaadin-lumo-styles": "^23.0.6",
40
- "@vaadin/vaadin-material-styles": "^23.0.6",
41
- "@vaadin/vaadin-themable-mixin": "^23.0.6"
36
+ "@vaadin/component-base": "23.1.0-alpha3",
37
+ "@vaadin/field-base": "23.1.0-alpha3",
38
+ "@vaadin/input-container": "23.1.0-alpha3",
39
+ "@vaadin/vaadin-lumo-styles": "23.1.0-alpha3",
40
+ "@vaadin/vaadin-material-styles": "23.1.0-alpha3",
41
+ "@vaadin/vaadin-themable-mixin": "23.1.0-alpha3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@esm-bundle/chai": "^4.3.4",
45
45
  "@vaadin/testing-helpers": "^0.3.2",
46
- "sinon": "^9.2.1"
46
+ "sinon": "^13.0.2"
47
47
  },
48
- "gitHead": "82ca8522e24a63343fb28bcb4c686e55d25c8858"
48
+ "gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85"
49
49
  }
@@ -107,7 +107,7 @@ export class TextField extends PatternMixin(InputFieldMixin(ThemableMixin(Elemen
107
107
  readonly="[[readonly]]"
108
108
  disabled="[[disabled]]"
109
109
  invalid="[[invalid]]"
110
- theme$="[[theme]]"
110
+ theme$="[[_theme]]"
111
111
  >
112
112
  <slot name="prefix" slot="prefix"></slot>
113
113
  <slot name="input"></slot>