@selfcommunity/react-theme-default 0.5.0-mui7.39 → 0.5.0-mui7.41

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.
@@ -201,9 +201,12 @@ declare const Component: {
201
201
  };
202
202
  };
203
203
  '& .SCFeedObject-tag, & .SCFeedObject-location': {
204
- '& .MuiIcon-root': {
205
- fontSize: string;
206
- color: string;
204
+ '& .MuiBox-root': {
205
+ lineHeight: number;
206
+ '& .MuiIcon-root': {
207
+ fontSize: string;
208
+ color: string;
209
+ };
207
210
  };
208
211
  };
209
212
  };
@@ -204,9 +204,12 @@ const Component = {
204
204
  }
205
205
  },
206
206
  '& .SCFeedObject-tag, & .SCFeedObject-location': {
207
- '& .MuiIcon-root': {
208
- fontSize: '1rem',
209
- color: 'inherit'
207
+ '& .MuiBox-root': {
208
+ lineHeight: 1,
209
+ '& .MuiIcon-root': {
210
+ fontSize: '1rem',
211
+ color: 'inherit'
212
+ }
210
213
  }
211
214
  }
212
215
  }
@@ -9,6 +9,8 @@ declare const Component: {
9
9
  marginTop: any;
10
10
  marginLeft: any;
11
11
  justifyContent: string;
12
+ flexWrap: string;
13
+ gap: any;
12
14
  };
13
15
  '& .SCUserProfileTemplate-counters': {
14
16
  [x: number]: {
@@ -10,7 +10,9 @@ const Component = {
10
10
  '& .SCUserProfileTemplate-tags': {
11
11
  marginTop: theme.spacing(2),
12
12
  marginLeft: theme.spacing(2),
13
- justifyContent: 'start'
13
+ justifyContent: 'start',
14
+ flexWrap: 'wrap',
15
+ gap: theme.spacing(2)
14
16
  },
15
17
  '& .SCUserProfileTemplate-counters': {
16
18
  marginLeft: theme.spacing(1),
@@ -4152,9 +4152,12 @@ declare const theme: {
4152
4152
  };
4153
4153
  };
4154
4154
  '& .SCFeedObject-tag, & .SCFeedObject-location': {
4155
- '& .MuiIcon-root': {
4156
- fontSize: string;
4157
- color: string;
4155
+ '& .MuiBox-root': {
4156
+ lineHeight: number;
4157
+ '& .MuiIcon-root': {
4158
+ fontSize: string;
4159
+ color: string;
4160
+ };
4158
4161
  };
4159
4162
  };
4160
4163
  };
@@ -4400,9 +4403,6 @@ declare const theme: {
4400
4403
  '& .SCCommentObject-skeleton-root': {
4401
4404
  background: string;
4402
4405
  marginTop: number;
4403
- /**
4404
- * Style assets - Imports - Start
4405
- */
4406
4406
  marginBottom: string;
4407
4407
  '& .SCBaseItem-text': {
4408
4408
  '& .SCWidget-root': {
@@ -9409,6 +9409,8 @@ declare const theme: {
9409
9409
  marginTop: any;
9410
9410
  marginLeft: any;
9411
9411
  justifyContent: string;
9412
+ flexWrap: string;
9413
+ gap: any;
9412
9414
  };
9413
9415
  '& .SCUserProfileTemplate-counters': {
9414
9416
  [x: number]: {
@@ -201,9 +201,12 @@ declare const Component: {
201
201
  };
202
202
  };
203
203
  '& .SCFeedObject-tag, & .SCFeedObject-location': {
204
- '& .MuiIcon-root': {
205
- fontSize: string;
206
- color: string;
204
+ '& .MuiBox-root': {
205
+ lineHeight: number;
206
+ '& .MuiIcon-root': {
207
+ fontSize: string;
208
+ color: string;
209
+ };
207
210
  };
208
211
  };
209
212
  };
@@ -202,9 +202,12 @@ const Component = {
202
202
  }
203
203
  },
204
204
  '& .SCFeedObject-tag, & .SCFeedObject-location': {
205
- '& .MuiIcon-root': {
206
- fontSize: '1rem',
207
- color: 'inherit'
205
+ '& .MuiBox-root': {
206
+ lineHeight: 1,
207
+ '& .MuiIcon-root': {
208
+ fontSize: '1rem',
209
+ color: 'inherit'
210
+ }
208
211
  }
209
212
  }
210
213
  }
@@ -9,6 +9,8 @@ declare const Component: {
9
9
  marginTop: any;
10
10
  marginLeft: any;
11
11
  justifyContent: string;
12
+ flexWrap: string;
13
+ gap: any;
12
14
  };
13
15
  '& .SCUserProfileTemplate-counters': {
14
16
  [x: number]: {
@@ -8,7 +8,9 @@ const Component = {
8
8
  '& .SCUserProfileTemplate-tags': {
9
9
  marginTop: theme.spacing(2),
10
10
  marginLeft: theme.spacing(2),
11
- justifyContent: 'start'
11
+ justifyContent: 'start',
12
+ flexWrap: 'wrap',
13
+ gap: theme.spacing(2)
12
14
  },
13
15
  '& .SCUserProfileTemplate-counters': {
14
16
  marginLeft: theme.spacing(1),
@@ -4152,9 +4152,12 @@ declare const theme: {
4152
4152
  };
4153
4153
  };
4154
4154
  '& .SCFeedObject-tag, & .SCFeedObject-location': {
4155
- '& .MuiIcon-root': {
4156
- fontSize: string;
4157
- color: string;
4155
+ '& .MuiBox-root': {
4156
+ lineHeight: number;
4157
+ '& .MuiIcon-root': {
4158
+ fontSize: string;
4159
+ color: string;
4160
+ };
4158
4161
  };
4159
4162
  };
4160
4163
  };
@@ -4400,9 +4403,6 @@ declare const theme: {
4400
4403
  '& .SCCommentObject-skeleton-root': {
4401
4404
  background: string;
4402
4405
  marginTop: number;
4403
- /**
4404
- * Style assets - Imports - Start
4405
- */
4406
4406
  marginBottom: string;
4407
4407
  '& .SCBaseItem-text': {
4408
4408
  '& .SCWidget-root': {
@@ -9409,6 +9409,8 @@ declare const theme: {
9409
9409
  marginTop: any;
9410
9410
  marginLeft: any;
9411
9411
  justifyContent: string;
9412
+ flexWrap: string;
9413
+ gap: any;
9412
9414
  };
9413
9415
  '& .SCUserProfileTemplate-counters': {
9414
9416
  [x: number]: {