@vaadin/checkbox-group 23.2.0 → 23.2.1

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-group",
3
- "version": "23.2.0",
3
+ "version": "23.2.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,11 +36,11 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/checkbox": "^23.2.0",
40
- "@vaadin/component-base": "^23.2.0",
41
- "@vaadin/vaadin-lumo-styles": "^23.2.0",
42
- "@vaadin/vaadin-material-styles": "^23.2.0",
43
- "@vaadin/vaadin-themable-mixin": "^23.2.0"
39
+ "@vaadin/checkbox": "~23.2.1",
40
+ "@vaadin/component-base": "~23.2.1",
41
+ "@vaadin/vaadin-lumo-styles": "~23.2.1",
42
+ "@vaadin/vaadin-material-styles": "~23.2.1",
43
+ "@vaadin/vaadin-themable-mixin": "~23.2.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
@@ -51,5 +51,5 @@
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
54
+ "gitHead": "a6c314f6927bfd3309fc735eae6c6dc72ab8367a"
55
55
  }
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-group",
4
- "version": "23.2.0",
4
+ "version": "23.2.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -174,6 +174,10 @@
174
174
  {
175
175
  "name": "value-changed",
176
176
  "description": "Fired when the `value` property changes."
177
+ },
178
+ {
179
+ "name": "invalid-changed",
180
+ "description": "Fired when the `invalid` property changes."
177
181
  }
178
182
  ]
179
183
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/checkbox-group",
4
- "version": "23.2.0",
4
+ "version": "23.2.1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -81,6 +81,13 @@
81
81
  "value": {
82
82
  "kind": "expression"
83
83
  }
84
+ },
85
+ {
86
+ "name": "@invalid-changed",
87
+ "description": "Fired when the `invalid` property changes.",
88
+ "value": {
89
+ "kind": "expression"
90
+ }
84
91
  }
85
92
  ]
86
93
  }