@selfcommunity/react-theme-default 0.5.0-mui7.37 → 0.5.0-mui7.40

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,7 +6,7 @@ declare const Component: {
6
6
  };
7
7
  '& .SCEventLocationWidget-map': {
8
8
  marginBottom: any;
9
- minHeight: number;
9
+ height: number;
10
10
  width: string;
11
11
  };
12
12
  };
@@ -9,8 +9,8 @@ const Component = {
9
9
  },
10
10
  '& .SCEventLocationWidget-map': {
11
11
  marginBottom: theme.spacing(1),
12
- minHeight: 248,
13
- width: '100%'
12
+ height: 300,
13
+ width: '100%',
14
14
  }
15
15
  }),
16
16
  skeletonRoot: ({ theme }) => ({
@@ -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]: {
@@ -38,7 +40,7 @@ declare const Component: {
38
40
  height: string;
39
41
  };
40
42
  };
41
- skeletonRoot: ({ theme }: any) => {};
43
+ skeletonRoot: () => {};
42
44
  };
43
45
  };
44
46
  export default Component;
@@ -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),
@@ -40,7 +42,7 @@ const Component = {
40
42
  height: 'fit-content'
41
43
  }
42
44
  }),
43
- skeletonRoot: ({ theme }) => ({})
45
+ skeletonRoot: () => ({})
44
46
  }
45
47
  };
46
48
  exports.default = Component;
@@ -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]: {
@@ -9438,7 +9440,7 @@ declare const theme: {
9438
9440
  height: string;
9439
9441
  };
9440
9442
  };
9441
- skeletonRoot: ({ theme }: any) => {};
9443
+ skeletonRoot: () => {};
9442
9444
  };
9443
9445
  };
9444
9446
  SCUserSubscribedGroupsWidget: {
@@ -9632,7 +9634,7 @@ declare const theme: {
9632
9634
  };
9633
9635
  '& .SCEventLocationWidget-map': {
9634
9636
  marginBottom: any;
9635
- minHeight: number;
9637
+ height: number;
9636
9638
  width: string;
9637
9639
  };
9638
9640
  };
@@ -6,7 +6,7 @@ declare const Component: {
6
6
  };
7
7
  '& .SCEventLocationWidget-map': {
8
8
  marginBottom: any;
9
- minHeight: number;
9
+ height: number;
10
10
  width: string;
11
11
  };
12
12
  };
@@ -7,8 +7,8 @@ const Component = {
7
7
  },
8
8
  '& .SCEventLocationWidget-map': {
9
9
  marginBottom: theme.spacing(1),
10
- minHeight: 248,
11
- width: '100%'
10
+ height: 300,
11
+ width: '100%',
12
12
  }
13
13
  }),
14
14
  skeletonRoot: ({ theme }) => ({
@@ -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]: {
@@ -38,7 +40,7 @@ declare const Component: {
38
40
  height: string;
39
41
  };
40
42
  };
41
- skeletonRoot: ({ theme }: any) => {};
43
+ skeletonRoot: () => {};
42
44
  };
43
45
  };
44
46
  export default Component;
@@ -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),
@@ -38,7 +40,7 @@ const Component = {
38
40
  height: 'fit-content'
39
41
  }
40
42
  }),
41
- skeletonRoot: ({ theme }) => ({})
43
+ skeletonRoot: () => ({})
42
44
  }
43
45
  };
44
46
  export default Component;
@@ -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]: {
@@ -9438,7 +9440,7 @@ declare const theme: {
9438
9440
  height: string;
9439
9441
  };
9440
9442
  };
9441
- skeletonRoot: ({ theme }: any) => {};
9443
+ skeletonRoot: () => {};
9442
9444
  };
9443
9445
  };
9444
9446
  SCUserSubscribedGroupsWidget: {
@@ -9632,7 +9634,7 @@ declare const theme: {
9632
9634
  };
9633
9635
  '& .SCEventLocationWidget-map': {
9634
9636
  marginBottom: any;
9635
- minHeight: number;
9637
+ height: number;
9636
9638
  width: string;
9637
9639
  };
9638
9640
  };