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

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.
@@ -6,8 +6,6 @@ export default function getMuiTableCell(theme: Theme): {
6
6
  boxSizing: string;
7
7
  marginBottom: string;
8
8
  border: string;
9
- maxWidth: string;
10
- overflow: string;
11
9
  ".cellContainer .MuiTypography-root, .cellContainer p": {
12
10
  maxWidth: string;
13
11
  overflow: string;
package/dist/cjs/index.js CHANGED
@@ -7020,8 +7020,6 @@ function getMuiTableCell(theme) {
7020
7020
  boxSizing: "border-box",
7021
7021
  marginBottom: theme.spacing(5),
7022
7022
  border: "none",
7023
- maxWidth: "25rem !important",
7024
- overflow: "hidden",
7025
7023
  ".cellContainer .MuiTypography-root, .cellContainer p": {
7026
7024
  maxWidth: "25rem !important",
7027
7025
  overflow: "hidden",
@@ -6,8 +6,6 @@ export default function getMuiTableCell(theme: Theme): {
6
6
  boxSizing: string;
7
7
  marginBottom: string;
8
8
  border: string;
9
- maxWidth: string;
10
- overflow: string;
11
9
  ".cellContainer .MuiTypography-root, .cellContainer p": {
12
10
  maxWidth: string;
13
11
  overflow: string;
package/dist/esm/index.js CHANGED
@@ -7000,8 +7000,6 @@ function getMuiTableCell(theme) {
7000
7000
  boxSizing: "border-box",
7001
7001
  marginBottom: theme.spacing(5),
7002
7002
  border: "none",
7003
- maxWidth: "25rem !important",
7004
- overflow: "hidden",
7005
7003
  ".cellContainer .MuiTypography-root, .cellContainer p": {
7006
7004
  maxWidth: "25rem !important",
7007
7005
  overflow: "hidden",
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.19",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",