@muraldevkit/ui-toolkit 1.29.2 → 1.30.1

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.
@@ -9,7 +9,8 @@
9
9
  }
10
10
 
11
11
  // State: selected (checked or indeterminate)
12
- .MrlCheckbox.mrl-is--selected {
12
+ .MrlCheckbox.mrl-is--selected,
13
+ .MrlCheckbox.mrl-is--indeterminate {
13
14
  --mrl-checkbox-label-color: rgba(var(--mrl-gray-100), 1);
14
15
  }
15
16
 
@@ -42,6 +42,12 @@
42
42
  display: block;
43
43
  }
44
44
  }
45
+
46
+ &:indeterminate ~ .MrlCheckboxStandalone-inputDisplay {
47
+ .MrlCheckboxStandalone-inputDisplay-icon {
48
+ display: block;
49
+ }
50
+ }
45
51
  }
46
52
 
47
53
  .MrlCheckboxStandalone .MrlCheckboxStandalone-input {
@@ -43,7 +43,9 @@
43
43
 
44
44
  // State: selected (checked or indeterminate)
45
45
  .mrl-checkbox-input:checked ~ .mrl-checkbox-inputDisplay,
46
- .MrlCheckboxStandalone-input:checked ~ .MrlCheckboxStandalone-inputDisplay {
46
+ .MrlCheckboxStandalone-input:checked ~ .MrlCheckboxStandalone-inputDisplay,
47
+ .mrl-checkbox-input:indeterminate ~ .mrl-checkbox-inputDisplay,
48
+ .MrlCheckboxStandalone-input:indeterminate ~ .MrlCheckboxStandalone-inputDisplay {
47
49
  // This doesn't align to any of our contextual color tokens
48
50
  --mrl-checkbox-input-background: rgba(var(--mrl-gray-100), 1);
49
51
  --mrl-checkbox-input-border-color: rgba(var(--mrl-gray-100), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "1.29.2",
3
+ "version": "1.30.1",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",