@vaadin/checkbox 24.4.16 → 24.4.17

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.16",
3
+ "version": "24.4.17",
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.16",
41
- "@vaadin/component-base": "~24.4.16",
42
- "@vaadin/field-base": "~24.4.16",
43
- "@vaadin/vaadin-lumo-styles": "~24.4.16",
44
- "@vaadin/vaadin-material-styles": "~24.4.16",
45
- "@vaadin/vaadin-themable-mixin": "~24.4.16",
40
+ "@vaadin/a11y-base": "~24.4.17",
41
+ "@vaadin/component-base": "~24.4.17",
42
+ "@vaadin/field-base": "~24.4.17",
43
+ "@vaadin/vaadin-lumo-styles": "~24.4.17",
44
+ "@vaadin/vaadin-material-styles": "~24.4.17",
45
+ "@vaadin/vaadin-themable-mixin": "~24.4.17",
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": "f21deed6fb2f251b85ab88e89a7a4799f7bc4768"
57
+ "gitHead": "e73f97bc9e3b1db2c633e15e587b8c7980b3949c"
58
58
  }
@@ -232,6 +232,10 @@ registerStyles(
232
232
  text-align: center;
233
233
  }
234
234
 
235
+ :host(:not([has-label])) [part='required-indicator'] {
236
+ display: none;
237
+ }
238
+
235
239
  /* Invalid */
236
240
  :host([invalid]) {
237
241
  --vaadin-input-field-border-color: var(--lumo-error-color);
@@ -159,6 +159,10 @@ registerStyles(
159
159
  color: var(--material-error-text-color);
160
160
  }
161
161
 
162
+ :host(:not([has-label])) [part='required-indicator'] {
163
+ display: none;
164
+ }
165
+
162
166
  [part='error-message'],
163
167
  [part='helper-text'] {
164
168
  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.4.16",
4
+ "version": "24.4.17",
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.16",
4
+ "version": "24.4.17",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {