@selfcommunity/react-theme-default 0.4.2-courses.202 → 0.4.2-courses.203

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.
@@ -143,6 +143,9 @@ declare const Component: {
143
143
  height: any;
144
144
  };
145
145
  '& .MuiChip-root': {
146
+ [x: number]: {
147
+ maxWidth: any;
148
+ };
146
149
  margin: any;
147
150
  };
148
151
  };
@@ -145,7 +145,10 @@ const Component = {
145
145
  height: theme.spacing(4)
146
146
  },
147
147
  '& .MuiChip-root': {
148
- margin: theme.spacing(0.5)
148
+ margin: theme.spacing(0.5),
149
+ [theme.breakpoints.up('lg')]: {
150
+ maxWidth: theme.spacing(20)
151
+ }
149
152
  }
150
153
  }
151
154
  },
@@ -1896,6 +1896,9 @@ declare const theme: {
1896
1896
  height: any;
1897
1897
  };
1898
1898
  '& .MuiChip-root': {
1899
+ [x: number]: {
1900
+ maxWidth: any;
1901
+ };
1899
1902
  margin: any;
1900
1903
  };
1901
1904
  };
@@ -143,6 +143,9 @@ declare const Component: {
143
143
  height: any;
144
144
  };
145
145
  '& .MuiChip-root': {
146
+ [x: number]: {
147
+ maxWidth: any;
148
+ };
146
149
  margin: any;
147
150
  };
148
151
  };
@@ -143,7 +143,10 @@ const Component = {
143
143
  height: theme.spacing(4)
144
144
  },
145
145
  '& .MuiChip-root': {
146
- margin: theme.spacing(0.5)
146
+ margin: theme.spacing(0.5),
147
+ [theme.breakpoints.up('lg')]: {
148
+ maxWidth: theme.spacing(20)
149
+ }
147
150
  }
148
151
  }
149
152
  },
@@ -1896,6 +1896,9 @@ declare const theme: {
1896
1896
  height: any;
1897
1897
  };
1898
1898
  '& .MuiChip-root': {
1899
+ [x: number]: {
1900
+ maxWidth: any;
1901
+ };
1899
1902
  margin: any;
1900
1903
  };
1901
1904
  };