@vaadin/checkbox 24.4.6 → 24.4.8

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.6",
3
+ "version": "24.4.8",
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.6",
41
- "@vaadin/component-base": "~24.4.6",
42
- "@vaadin/field-base": "~24.4.6",
43
- "@vaadin/vaadin-lumo-styles": "~24.4.6",
44
- "@vaadin/vaadin-material-styles": "~24.4.6",
45
- "@vaadin/vaadin-themable-mixin": "~24.4.6",
40
+ "@vaadin/a11y-base": "~24.4.8",
41
+ "@vaadin/component-base": "~24.4.8",
42
+ "@vaadin/field-base": "~24.4.8",
43
+ "@vaadin/vaadin-lumo-styles": "~24.4.8",
44
+ "@vaadin/vaadin-material-styles": "~24.4.8",
45
+ "@vaadin/vaadin-themable-mixin": "~24.4.8",
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": "46d3cdb72eb99d544c7bb86c3de95043b9e5857f"
57
+ "gitHead": "862a104b4fc9925dad79cd0cab2d7d9231d789de"
58
58
  }
@@ -164,8 +164,8 @@ registerStyles(
164
164
  background-color: var(--lumo-contrast-30pct);
165
165
  }
166
166
 
167
- :host([readonly][checked]) [part='checkbox'],
168
- :host([readonly][indeterminate]) [part='checkbox'] {
167
+ :host([readonly][checked]:not([disabled])) [part='checkbox'],
168
+ :host([readonly][indeterminate]:not([disabled])) [part='checkbox'] {
169
169
  background-color: var(--vaadin-checkbox-readonly-checked-background, var(--lumo-contrast-70pct));
170
170
  }
171
171
 
@@ -124,9 +124,9 @@ registerStyles(
124
124
  background-color: var(--material-disabled-color);
125
125
  }
126
126
 
127
- :host([readonly][checked]) [part='checkbox'],
128
- :host([readonly][indeterminate]) [part='checkbox'],
129
- :host([readonly]) [part='checkbox']::before {
127
+ :host([readonly][checked]:not([disabled])) [part='checkbox'],
128
+ :host([readonly][indeterminate]:not([disabled])) [part='checkbox'],
129
+ :host([readonly]:not([disabled])) [part='checkbox']::before {
130
130
  background-color: var(--material-secondary-text-color);
131
131
  }
132
132
 
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.6",
4
+ "version": "24.4.8",
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.6",
4
+ "version": "24.4.8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {