@cakemail-org/ui-components-v2 2.2.18 → 2.2.20

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
@@ -7023,7 +7023,7 @@ function getMuiTableCell(theme) {
7023
7023
  maxWidth: "25rem !important",
7024
7024
  overflow: "hidden",
7025
7025
  ".cellContainer .MuiTypography-root, .cellContainer p": {
7026
- maxWidth: "25rem !important",
7026
+ maxWidth: "23rem !important",
7027
7027
  overflow: "hidden",
7028
7028
  textOverflow: "ellipsis",
7029
7029
  whiteSpace: "nowrap",
package/dist/esm/index.js CHANGED
@@ -7003,7 +7003,7 @@ function getMuiTableCell(theme) {
7003
7003
  maxWidth: "25rem !important",
7004
7004
  overflow: "hidden",
7005
7005
  ".cellContainer .MuiTypography-root, .cellContainer p": {
7006
- maxWidth: "25rem !important",
7006
+ maxWidth: "23rem !important",
7007
7007
  overflow: "hidden",
7008
7008
  textOverflow: "ellipsis",
7009
7009
  whiteSpace: "nowrap",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.2.18",
3
+ "version": "2.2.20",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",