@vaadin/text-area 23.0.2 → 23.1.0-alpha1

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-area",
3
- "version": "23.0.2",
3
+ "version": "23.1.0-alpha1",
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.2",
37
- "@vaadin/field-base": "^23.0.2",
38
- "@vaadin/input-container": "^23.0.2",
39
- "@vaadin/vaadin-lumo-styles": "^23.0.2",
40
- "@vaadin/vaadin-material-styles": "^23.0.2",
41
- "@vaadin/vaadin-themable-mixin": "^23.0.2"
36
+ "@vaadin/component-base": "23.1.0-alpha1",
37
+ "@vaadin/field-base": "23.1.0-alpha1",
38
+ "@vaadin/input-container": "23.1.0-alpha1",
39
+ "@vaadin/vaadin-lumo-styles": "23.1.0-alpha1",
40
+ "@vaadin/vaadin-material-styles": "23.1.0-alpha1",
41
+ "@vaadin/vaadin-themable-mixin": "23.1.0-alpha1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@esm-bundle/chai": "^4.3.4",
45
45
  "@vaadin/testing-helpers": "^0.3.2",
46
46
  "sinon": "^9.2.1"
47
47
  },
48
- "gitHead": "a50f708dc0fe7d0cc10763f413838d71b1a0788b"
48
+ "gitHead": "5d0cdee069f866037c507265fafb4d0476795333"
49
49
  }
@@ -147,7 +147,7 @@ export class TextArea extends ResizeMixin(PatternMixin(InputFieldMixin(ThemableM
147
147
  readonly="[[readonly]]"
148
148
  disabled="[[disabled]]"
149
149
  invalid="[[invalid]]"
150
- theme$="[[theme]]"
150
+ theme$="[[_theme]]"
151
151
  on-scroll="__scrollPositionUpdated"
152
152
  >
153
153
  <slot name="prefix" slot="prefix"></slot>