@vaadin/checkbox 24.5.5 → 24.5.6

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.5.5",
3
+ "version": "24.5.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,16 +37,16 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/a11y-base": "~24.5.5",
41
- "@vaadin/component-base": "~24.5.5",
42
- "@vaadin/field-base": "~24.5.5",
43
- "@vaadin/vaadin-lumo-styles": "~24.5.5",
44
- "@vaadin/vaadin-material-styles": "~24.5.5",
45
- "@vaadin/vaadin-themable-mixin": "~24.5.5",
40
+ "@vaadin/a11y-base": "~24.5.6",
41
+ "@vaadin/component-base": "~24.5.6",
42
+ "@vaadin/field-base": "~24.5.6",
43
+ "@vaadin/vaadin-lumo-styles": "~24.5.6",
44
+ "@vaadin/vaadin-material-styles": "~24.5.6",
45
+ "@vaadin/vaadin-themable-mixin": "~24.5.6",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@vaadin/chai-plugins": "~24.5.5",
49
+ "@vaadin/chai-plugins": "~24.5.6",
50
50
  "@vaadin/testing-helpers": "^1.0.0",
51
51
  "sinon": "^18.0.0"
52
52
  },
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "864c93992c6466634ad47975dc6aceca3bbf8506"
57
+ "gitHead": "2c20ec16149e8016e0733a80e349231da13660bc"
58
58
  }
@@ -241,6 +241,10 @@ registerStyles(
241
241
  text-align: center;
242
242
  }
243
243
 
244
+ :host(:not([has-label])) [part='required-indicator'] {
245
+ display: none;
246
+ }
247
+
244
248
  /* Invalid */
245
249
  :host([invalid]) {
246
250
  --vaadin-input-field-border-color: var(--lumo-error-color);
@@ -161,6 +161,10 @@ registerStyles(
161
161
  color: var(--material-error-text-color);
162
162
  }
163
163
 
164
+ :host(:not([has-label])) [part='required-indicator'] {
165
+ display: none;
166
+ }
167
+
164
168
  [part='error-message'],
165
169
  [part='helper-text'] {
166
170
  font-size: 0.75em;
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.5.5",
4
+ "version": "24.5.6",
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.5.5",
4
+ "version": "24.5.6",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {