@cakemail-org/ui-components-v2 2.2.22 → 2.2.23
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.
|
@@ -7,7 +7,9 @@ export default function getMuiTableCell(theme: Theme): {
|
|
|
7
7
|
marginBottom: string;
|
|
8
8
|
border: string;
|
|
9
9
|
maxWidth: string;
|
|
10
|
-
|
|
10
|
+
"&:not(th)": {
|
|
11
|
+
overflow: string;
|
|
12
|
+
};
|
|
11
13
|
".cellContainer .MuiTypography-root, .cellContainer p": {
|
|
12
14
|
maxWidth: string;
|
|
13
15
|
overflow: string;
|
package/dist/cjs/index.js
CHANGED
|
@@ -7021,7 +7021,9 @@ function getMuiTableCell(theme) {
|
|
|
7021
7021
|
marginBottom: theme.spacing(5),
|
|
7022
7022
|
border: "none",
|
|
7023
7023
|
maxWidth: "25rem !important",
|
|
7024
|
-
|
|
7024
|
+
"&:not(th)": {
|
|
7025
|
+
overflow: "hidden",
|
|
7026
|
+
},
|
|
7025
7027
|
".cellContainer .MuiTypography-root, .cellContainer p": {
|
|
7026
7028
|
maxWidth: "23rem !important",
|
|
7027
7029
|
overflow: "hidden",
|
|
@@ -7,7 +7,9 @@ export default function getMuiTableCell(theme: Theme): {
|
|
|
7
7
|
marginBottom: string;
|
|
8
8
|
border: string;
|
|
9
9
|
maxWidth: string;
|
|
10
|
-
|
|
10
|
+
"&:not(th)": {
|
|
11
|
+
overflow: string;
|
|
12
|
+
};
|
|
11
13
|
".cellContainer .MuiTypography-root, .cellContainer p": {
|
|
12
14
|
maxWidth: string;
|
|
13
15
|
overflow: string;
|
package/dist/esm/index.js
CHANGED
|
@@ -7001,7 +7001,9 @@ function getMuiTableCell(theme) {
|
|
|
7001
7001
|
marginBottom: theme.spacing(5),
|
|
7002
7002
|
border: "none",
|
|
7003
7003
|
maxWidth: "25rem !important",
|
|
7004
|
-
|
|
7004
|
+
"&:not(th)": {
|
|
7005
|
+
overflow: "hidden",
|
|
7006
|
+
},
|
|
7005
7007
|
".cellContainer .MuiTypography-root, .cellContainer p": {
|
|
7006
7008
|
maxWidth: "23rem !important",
|
|
7007
7009
|
overflow: "hidden",
|