@vaadin/checkbox 24.4.0-alpha2 → 24.4.0-alpha4

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/checkbox",
3
- "version": "24.4.0-alpha2",
3
+ "version": "24.4.0-alpha4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,12 +37,12 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/a11y-base": "24.4.0-alpha2",
41
- "@vaadin/component-base": "24.4.0-alpha2",
42
- "@vaadin/field-base": "24.4.0-alpha2",
43
- "@vaadin/vaadin-lumo-styles": "24.4.0-alpha2",
44
- "@vaadin/vaadin-material-styles": "24.4.0-alpha2",
45
- "@vaadin/vaadin-themable-mixin": "24.4.0-alpha2",
40
+ "@vaadin/a11y-base": "24.4.0-alpha4",
41
+ "@vaadin/component-base": "24.4.0-alpha4",
42
+ "@vaadin/field-base": "24.4.0-alpha4",
43
+ "@vaadin/vaadin-lumo-styles": "24.4.0-alpha4",
44
+ "@vaadin/vaadin-material-styles": "24.4.0-alpha4",
45
+ "@vaadin/vaadin-themable-mixin": "24.4.0-alpha4",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "f303ead58d27e15d81a55db0559611fb77c0e421"
57
+ "gitHead": "3f23b333c5e4dd06f3c6a6b2505a0efcd0814b05"
58
58
  }
@@ -17,7 +17,7 @@ import { checkboxStyles } from './vaadin-checkbox-styles.js';
17
17
  *
18
18
  * ## Disclaimer
19
19
  *
20
- * This component is an experiment not intended for publishing to npm.
20
+ * This component is an experiment and not yet a part of Vaadin platform.
21
21
  * There is no ETA regarding specific Vaadin version where it'll land.
22
22
  * Feel free to try this code in your apps as per Apache 2.0 license.
23
23
  */
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": "24.4.0-alpha2",
4
+ "version": "24.4.0-alpha4",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/checkbox",
4
- "version": "24.4.0-alpha2",
4
+ "version": "24.4.0-alpha4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {