cloudmr-ux 4.2.1 → 4.2.3

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.
@@ -14,7 +14,8 @@
14
14
  background-color: transparent !important; /* Ensure no background by default */
15
15
  }
16
16
 
17
- .Mui-checked {
17
+ /* More specific so we win over app theme .MuiCheckbox-root.Mui-checked */
18
+ .cmr-checkbox-wrapper .MuiCheckbox-root.Mui-checked {
18
19
  color: var(--cmr-checkbox-checked-color, #580f8b) !important; /* Default #580f8b; override via checkedColor prop */
19
20
  }
20
21
 
package/dist/index.d.ts CHANGED
@@ -11,7 +11,6 @@ export { default as CmrConfirmation } from "./CmrComponents/dialogue/Confirmatio
11
11
  export { default as CmrDeletionDialog } from "./CmrComponents/dialogue/DeletionDialog";
12
12
  export { default as CmrEditConfirmation } from "./CmrComponents/dialogue/EditConfirmation";
13
13
  export { default as CmrTabs } from "./CmrTabs/CmrTabs";
14
- export { default as CmrCheckbox } from "./CmrComponents/checkbox/Checkbox";
15
14
  export { default as CmrLabel } from "./CmrComponents/label/Label";
16
15
  export { default as CmrButton } from "./CmrComponents/CmrButton/CmrButton";
17
16
  export { default as CmrInputNumber } from "./CmrComponents/input-number/InputNumber";
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ export { default as CmrConfirmation } from "./CmrComponents/dialogue/Confirmatio
12
12
  export { default as CmrDeletionDialog } from "./CmrComponents/dialogue/DeletionDialog";
13
13
  export { default as CmrEditConfirmation } from "./CmrComponents/dialogue/EditConfirmation";
14
14
  export { default as CmrTabs } from "./CmrTabs/CmrTabs";
15
- export { default as CmrCheckbox } from "./CmrComponents/checkbox/Checkbox";
15
+ // export { default as CmrCheckbox } from "./CmrComponents/checkbox/Checkbox";
16
16
  export { default as CmrLabel } from "./CmrComponents/label/Label";
17
17
  export { default as CmrButton } from "./CmrComponents/CmrButton/CmrButton";
18
18
  export { default as CmrInputNumber } from "./CmrComponents/input-number/InputNumber";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",