@vaadin/checkbox 25.3.0-alpha6 → 25.3.0-dev.1fa5a51482

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.
@@ -920,6 +920,13 @@
920
920
  "package": "@vaadin/field-base/src/validate-mixin.js"
921
921
  }
922
922
  },
923
+ {
924
+ "type": {
925
+ "text": "string"
926
+ },
927
+ "description": "The theme variants to apply to the component.",
928
+ "name": "theme"
929
+ },
923
930
  {
924
931
  "name": "value",
925
932
  "type": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/checkbox",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-dev.1fa5a51482",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha6",
39
- "@vaadin/component-base": "25.3.0-alpha6",
40
- "@vaadin/field-base": "25.3.0-alpha6",
41
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
38
+ "@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
39
+ "@vaadin/component-base": "25.3.0-dev.1fa5a51482",
40
+ "@vaadin/field-base": "25.3.0-dev.1fa5a51482",
41
+ "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.3.0-alpha6",
46
- "@vaadin/chai-plugins": "25.3.0-alpha6",
47
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
45
+ "@vaadin/aura": "25.3.0-dev.1fa5a51482",
46
+ "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
47
+ "@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
49
+ "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
50
50
  "sinon": "^22.0.0"
51
51
  },
52
52
  "customElements": "custom-elements.json",
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
57
+ "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
58
58
  }
@@ -84,6 +84,7 @@ import { CheckboxMixin } from './vaadin-checkbox-mixin.js';
84
84
  * @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.
85
85
  * @fires {CustomEvent} validated - Fired whenever the field is validated.
86
86
  *
87
+ * @attr {string} theme - The theme variants to apply to the component.
87
88
  * @customElement vaadin-checkbox
88
89
  * @extends HTMLElement
89
90
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/checkbox",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -141,9 +141,7 @@
141
141
  "description": "The theme variants to apply to the component.",
142
142
  "value": {
143
143
  "type": [
144
- "string",
145
- "null",
146
- "undefined"
144
+ "string"
147
145
  ]
148
146
  }
149
147
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/checkbox",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {