@raxium/themes 0.1.8 → 0.1.9

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.
@@ -3263,6 +3263,14 @@
3263
3263
  stroke: var(--color-rz-green);
3264
3264
  }
3265
3265
  }
3266
+ &[data-type='checkbox'] {
3267
+ &[data-highlighted]:not([data-disabled]) .rui-checkbox-control {
3268
+ border-color: var(--color-rz-green);
3269
+ }
3270
+ &[data-state='checked'] .rui-checkbox-indicator-checked {
3271
+ stroke: var(--color-h00);
3272
+ }
3273
+ }
3266
3274
  }
3267
3275
  .rui-menu-item-group-label {
3268
3276
  border-color: var(--color-h11);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@raxium/themes",
3
3
  "type": "module",
4
- "version": "0.1.8",
4
+ "version": "0.1.9",
5
5
  "description": "Themes for Raxium",
6
6
  "author": {
7
7
  "name": "Hwacc",
@@ -35,6 +35,14 @@
35
35
  @apply fill-transparent stroke-rz-green;
36
36
  }
37
37
  }
38
+ &[data-type='checkbox'] {
39
+ &[data-highlighted]:not([data-disabled]) .rui-checkbox-control {
40
+ @apply border-rz-green;
41
+ }
42
+ &[data-state='checked'] .rui-checkbox-indicator-checked {
43
+ @apply stroke-h00;
44
+ }
45
+ }
38
46
  }
39
47
 
40
48
  .rui-menu-item-group-label {