@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 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.625rem" }), conditionalStyles), { lineHeight: "0.875rem", color: theme.palette.common.white, fontWeight: 700, ".MuiChip-deleteIcon": {
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.625rem" }), conditionalStyles), { lineHeight: "0.875rem", color: theme.palette.common.white, fontWeight: 700, ".MuiChip-deleteIcon": {
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.2.58",
3
+ "version": "2.2.59",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",