@vaadin/input-container 25.3.0-alpha6 → 25.3.0-alpha8

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.
@@ -81,6 +81,13 @@
81
81
  },
82
82
  "description": "Set to true to make this element read-only.",
83
83
  "fieldName": "readonly"
84
+ },
85
+ {
86
+ "type": {
87
+ "text": "string"
88
+ },
89
+ "description": "The theme variants to apply to the component.",
90
+ "name": "theme"
84
91
  }
85
92
  ],
86
93
  "mixins": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/input-container",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -31,20 +31,20 @@
31
31
  "web-component"
32
32
  ],
33
33
  "dependencies": {
34
- "@vaadin/component-base": "25.3.0-alpha6",
35
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
34
+ "@vaadin/component-base": "25.3.0-alpha8",
35
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
36
36
  "lit": "^3.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@vaadin/aura": "25.3.0-alpha6",
40
- "@vaadin/chai-plugins": "25.3.0-alpha6",
41
- "@vaadin/icon": "25.3.0-alpha6",
42
- "@vaadin/icons": "25.3.0-alpha6",
43
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
39
+ "@vaadin/aura": "25.3.0-alpha8",
40
+ "@vaadin/chai-plugins": "25.3.0-alpha8",
41
+ "@vaadin/icon": "25.3.0-alpha8",
42
+ "@vaadin/icons": "25.3.0-alpha8",
43
+ "@vaadin/test-runner-commands": "25.3.0-alpha8",
44
44
  "@vaadin/testing-helpers": "^2.0.0",
45
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
45
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
46
46
  "sinon": "^22.0.0"
47
47
  },
48
48
  "customElements": "custom-elements.json",
49
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
49
+ "gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
50
50
  }
@@ -12,6 +12,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
12
12
  import { inputContainerStyles } from './styles/vaadin-input-container-base-styles.js';
13
13
 
14
14
  /**
15
+ * @attr {string} theme - The theme variants to apply to the component.
15
16
  * @customElement vaadin-input-container
16
17
  * @extends HTMLElement
17
18
  */