@withlayers/components.checkbox-control 0.7.2 → 0.8.0

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.
Files changed (2) hide show
  1. package/dist/mixins.css +1 -4
  2. package/package.json +2 -2
package/dist/mixins.css CHANGED
@@ -113,10 +113,7 @@
113
113
  }
114
114
 
115
115
  /* Disabled */
116
- &:has(
117
- input[type='checkbox']:disabled,
118
- input[type='checkbox']:disabled:checked
119
- ) {
116
+ &:has(input[type='checkbox']:disabled, input[type='checkbox']:disabled:checked) {
120
117
  --color--background: var(--l--theme--color--input--background--on-default--disabled);
121
118
  --color--border: var(--l--theme--color--input--border--on-default--disabled);
122
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withlayers/components.checkbox-control",
3
- "version": "0.7.2",
3
+ "version": "0.8.0",
4
4
  "description": "Checkbox control component",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",
@@ -20,7 +20,7 @@
20
20
  "lint:css:fix": "stylelint \"src/**/*.css\" --fix"
21
21
  },
22
22
  "dependencies": {
23
- "@withlayers/tokens": "0.25.0"
23
+ "@withlayers/tokens": "0.26.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "postcss-mixins": "^11.0.3",