@vaadin/integer-field 25.3.0-alpha7 → 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.
@@ -766,6 +766,17 @@
766
766
  "package": "@vaadin/number-field/src/vaadin-number-field-mixin.js"
767
767
  }
768
768
  },
769
+ {
770
+ "type": {
771
+ "text": "string"
772
+ },
773
+ "description": "The theme variants to apply to the component.",
774
+ "name": "theme",
775
+ "inheritedFrom": {
776
+ "name": "NumberField",
777
+ "package": "@vaadin/number-field/src/vaadin-number-field.js"
778
+ }
779
+ },
769
780
  {
770
781
  "name": "title",
771
782
  "type": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/integer-field",
3
- "version": "25.3.0-alpha7",
3
+ "version": "25.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,15 +34,15 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/component-base": "25.3.0-alpha7",
38
- "@vaadin/number-field": "25.3.0-alpha7"
37
+ "@vaadin/component-base": "25.3.0-alpha8",
38
+ "@vaadin/number-field": "25.3.0-alpha8"
39
39
  },
40
40
  "devDependencies": {
41
- "@vaadin/aura": "25.3.0-alpha7",
42
- "@vaadin/chai-plugins": "25.3.0-alpha7",
43
- "@vaadin/test-runner-commands": "25.3.0-alpha7",
41
+ "@vaadin/aura": "25.3.0-alpha8",
42
+ "@vaadin/chai-plugins": "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-alpha7",
45
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
46
46
  "sinon": "^22.0.0"
47
47
  },
48
48
  "customElements": "custom-elements.json",
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
53
+ "gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
54
54
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/integer-field",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -222,9 +222,7 @@
222
222
  "description": "The theme variants to apply to the component.",
223
223
  "value": {
224
224
  "type": [
225
- "string",
226
- "null",
227
- "undefined"
225
+ "string"
228
226
  ]
229
227
  }
230
228
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/integer-field",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {