@cobre-npm/ds-v3 0.47.0 → 0.48.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.
@@ -944,5 +944,7 @@
944
944
  --cobre-checkbox-input-hover-bg: var(--cobre-secondary-10);
945
945
  --cobre-checkbox-input-hover-border: 1px solid var(--cobre-secondary-50);
946
946
 
947
- --cobre-checkbox-input-disabled-bg: var(--cobre-secondary-30);
947
+ --cobre-checkbox-input-disabled-checked-bg: var(--cobre-secondary-30);
948
+ --cobre-checkbox-input-disabled-unchecked-bg: var(--cobre-primary-10);
949
+ --cobre-checkbox-input-disabled-unchecked-border: var(--cobre-border-stroke-M) solid var(--cobre-primary-20);
948
950
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.47.0",
3
+ "version": "0.48.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"