@cakemail-org/ui-components-v2 2.2.58 → 2.2.59
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.
- package/dist/cjs/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -4536,7 +4536,7 @@ function getMuiChip(theme) {
|
|
|
4536
4536
|
else {
|
|
4537
4537
|
conditionalStyles.padding = theme.spacing(1, 2);
|
|
4538
4538
|
}
|
|
4539
|
-
return __assign(__assign(__assign({}, theme.typography.body2S), { lineHeight: "0.75rem", color: theme.palette.common.white, fontWeight: 700, borderRadius: "4px", ".MuiChip-deleteIcon": {
|
|
4539
|
+
return __assign(__assign(__assign({}, theme.typography.body2S), { fontSize: "0.625rem", lineHeight: "0.75rem", color: theme.palette.common.white, fontWeight: 700, borderRadius: "4px", ".MuiChip-deleteIcon": {
|
|
4540
4540
|
fontSize: 14
|
|
4541
4541
|
} }), conditionalStyles);
|
|
4542
4542
|
},
|
|
@@ -4553,7 +4553,7 @@ function getMuiChip(theme) {
|
|
|
4553
4553
|
else {
|
|
4554
4554
|
conditionalStyles["padding"] = theme.spacing(1.5, 2.5);
|
|
4555
4555
|
}
|
|
4556
|
-
return __assign(__assign(__assign(__assign({}, theme.typography.body2S), { fontSize: "0.
|
|
4556
|
+
return __assign(__assign(__assign(__assign({}, theme.typography.body2S), { fontSize: "0.75rem" }), conditionalStyles), { lineHeight: "0.875rem", color: theme.palette.common.white, fontWeight: 700, ".MuiChip-deleteIcon": {
|
|
4557
4557
|
fontSize: 16
|
|
4558
4558
|
} });
|
|
4559
4559
|
},
|
package/dist/esm/index.js
CHANGED
|
@@ -4516,7 +4516,7 @@ function getMuiChip(theme) {
|
|
|
4516
4516
|
else {
|
|
4517
4517
|
conditionalStyles.padding = theme.spacing(1, 2);
|
|
4518
4518
|
}
|
|
4519
|
-
return __assign(__assign(__assign({}, theme.typography.body2S), { lineHeight: "0.75rem", color: theme.palette.common.white, fontWeight: 700, borderRadius: "4px", ".MuiChip-deleteIcon": {
|
|
4519
|
+
return __assign(__assign(__assign({}, theme.typography.body2S), { fontSize: "0.625rem", lineHeight: "0.75rem", color: theme.palette.common.white, fontWeight: 700, borderRadius: "4px", ".MuiChip-deleteIcon": {
|
|
4520
4520
|
fontSize: 14
|
|
4521
4521
|
} }), conditionalStyles);
|
|
4522
4522
|
},
|
|
@@ -4533,7 +4533,7 @@ function getMuiChip(theme) {
|
|
|
4533
4533
|
else {
|
|
4534
4534
|
conditionalStyles["padding"] = theme.spacing(1.5, 2.5);
|
|
4535
4535
|
}
|
|
4536
|
-
return __assign(__assign(__assign(__assign({}, theme.typography.body2S), { fontSize: "0.
|
|
4536
|
+
return __assign(__assign(__assign(__assign({}, theme.typography.body2S), { fontSize: "0.75rem" }), conditionalStyles), { lineHeight: "0.875rem", color: theme.palette.common.white, fontWeight: 700, ".MuiChip-deleteIcon": {
|
|
4537
4537
|
fontSize: 16
|
|
4538
4538
|
} });
|
|
4539
4539
|
},
|