@selfcommunity/react-theme-default 0.1.50-events.97 → 0.1.50-events.99

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.
@@ -106,6 +106,15 @@ declare const Component: {
106
106
  };
107
107
  };
108
108
  };
109
+ '& .SCUser-skeleton-root': {
110
+ marginTop: any;
111
+ '& .SCBaseItem-content': {
112
+ paddingLeft: any;
113
+ };
114
+ '& .SCBaseItem-actions': {
115
+ paddingRight: any;
116
+ };
117
+ };
109
118
  };
110
119
  '& .SCEventHeader-name': {
111
120
  fontWeight: any;
@@ -108,6 +108,15 @@ const Component = {
108
108
  }
109
109
  }
110
110
  }
111
+ },
112
+ '& .SCUser-skeleton-root': {
113
+ marginTop: theme.spacing(2),
114
+ '& .SCBaseItem-content': {
115
+ paddingLeft: theme.spacing(2)
116
+ },
117
+ '& .SCBaseItem-actions': {
118
+ paddingRight: theme.spacing(2)
119
+ }
111
120
  }
112
121
  },
113
122
  '& .SCEventHeader-name': {
@@ -3,7 +3,28 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  padding: any;
5
5
  };
6
- skeletonRoot: ({ theme }: any) => {};
6
+ skeletonRoot: ({ theme }: any) => {
7
+ '& .SCPlatformWidget-skeleton-content': {
8
+ padding: any;
9
+ };
10
+ '& .SCPlatformWidget-skeleton-title': {
11
+ display: string;
12
+ justifyContent: string;
13
+ alignItems: string;
14
+ paddingBottom: any;
15
+ };
16
+ '& .SCPlatformWidget-skeleton-actions': {
17
+ display: string;
18
+ justifyContent: string;
19
+ alignItems: string;
20
+ paddingBottom: any;
21
+ };
22
+ '& .SCPlatformWidget-skeleton-tutorial': {
23
+ display: string;
24
+ justifyContent: string;
25
+ alignItems: string;
26
+ };
27
+ };
7
28
  };
8
29
  };
9
30
  export default Component;
@@ -5,7 +5,28 @@ const Component = {
5
5
  root: ({ theme }) => ({
6
6
  padding: theme.spacing(2)
7
7
  }),
8
- skeletonRoot: ({ theme }) => ({})
8
+ skeletonRoot: ({ theme }) => ({
9
+ '& .SCPlatformWidget-skeleton-content': {
10
+ padding: theme.spacing(2)
11
+ },
12
+ '& .SCPlatformWidget-skeleton-title': {
13
+ display: 'flex',
14
+ justifyContent: 'center',
15
+ alignItems: 'center',
16
+ paddingBottom: theme.spacing()
17
+ },
18
+ '& .SCPlatformWidget-skeleton-actions': {
19
+ display: 'flex',
20
+ justifyContent: 'space-around',
21
+ alignItems: 'center',
22
+ paddingBottom: theme.spacing()
23
+ },
24
+ '& .SCPlatformWidget-skeleton-tutorial': {
25
+ display: 'flex',
26
+ justifyContent: 'center',
27
+ alignItems: 'center'
28
+ }
29
+ })
9
30
  }
10
31
  };
11
32
  exports.default = Component;
@@ -30,7 +30,7 @@ const Component = {
30
30
  },
31
31
  '& p': {
32
32
  marginTop: 1,
33
- fontSize: '0.67rem'
33
+ fontSize: '0.60rem'
34
34
  }
35
35
  }
36
36
  }
@@ -5313,7 +5313,28 @@ declare const theme: {
5313
5313
  root: ({ theme }: any) => {
5314
5314
  padding: any;
5315
5315
  };
5316
- skeletonRoot: ({ theme }: any) => {};
5316
+ skeletonRoot: ({ theme }: any) => {
5317
+ '& .SCPlatformWidget-skeleton-content': {
5318
+ padding: any;
5319
+ };
5320
+ '& .SCPlatformWidget-skeleton-title': {
5321
+ display: string;
5322
+ justifyContent: string;
5323
+ alignItems: string;
5324
+ paddingBottom: any;
5325
+ };
5326
+ '& .SCPlatformWidget-skeleton-actions': {
5327
+ display: string;
5328
+ justifyContent: string;
5329
+ alignItems: string;
5330
+ paddingBottom: any;
5331
+ };
5332
+ '& .SCPlatformWidget-skeleton-tutorial': {
5333
+ display: string;
5334
+ justifyContent: string;
5335
+ alignItems: string;
5336
+ };
5337
+ };
5317
5338
  };
5318
5339
  };
5319
5340
  SCPollSuggestionWidget: {
@@ -7191,6 +7212,15 @@ declare const theme: {
7191
7212
  };
7192
7213
  };
7193
7214
  };
7215
+ '& .SCUser-skeleton-root': {
7216
+ marginTop: any;
7217
+ '& .SCBaseItem-content': {
7218
+ paddingLeft: any;
7219
+ };
7220
+ '& .SCBaseItem-actions': {
7221
+ paddingRight: any;
7222
+ };
7223
+ };
7194
7224
  };
7195
7225
  '& .SCEventHeader-name': {
7196
7226
  fontWeight: any;
@@ -106,6 +106,15 @@ declare const Component: {
106
106
  };
107
107
  };
108
108
  };
109
+ '& .SCUser-skeleton-root': {
110
+ marginTop: any;
111
+ '& .SCBaseItem-content': {
112
+ paddingLeft: any;
113
+ };
114
+ '& .SCBaseItem-actions': {
115
+ paddingRight: any;
116
+ };
117
+ };
109
118
  };
110
119
  '& .SCEventHeader-name': {
111
120
  fontWeight: any;
@@ -106,6 +106,15 @@ const Component = {
106
106
  }
107
107
  }
108
108
  }
109
+ },
110
+ '& .SCUser-skeleton-root': {
111
+ marginTop: theme.spacing(2),
112
+ '& .SCBaseItem-content': {
113
+ paddingLeft: theme.spacing(2)
114
+ },
115
+ '& .SCBaseItem-actions': {
116
+ paddingRight: theme.spacing(2)
117
+ }
109
118
  }
110
119
  },
111
120
  '& .SCEventHeader-name': {
@@ -3,7 +3,28 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  padding: any;
5
5
  };
6
- skeletonRoot: ({ theme }: any) => {};
6
+ skeletonRoot: ({ theme }: any) => {
7
+ '& .SCPlatformWidget-skeleton-content': {
8
+ padding: any;
9
+ };
10
+ '& .SCPlatformWidget-skeleton-title': {
11
+ display: string;
12
+ justifyContent: string;
13
+ alignItems: string;
14
+ paddingBottom: any;
15
+ };
16
+ '& .SCPlatformWidget-skeleton-actions': {
17
+ display: string;
18
+ justifyContent: string;
19
+ alignItems: string;
20
+ paddingBottom: any;
21
+ };
22
+ '& .SCPlatformWidget-skeleton-tutorial': {
23
+ display: string;
24
+ justifyContent: string;
25
+ alignItems: string;
26
+ };
27
+ };
7
28
  };
8
29
  };
9
30
  export default Component;
@@ -3,7 +3,28 @@ const Component = {
3
3
  root: ({ theme }) => ({
4
4
  padding: theme.spacing(2)
5
5
  }),
6
- skeletonRoot: ({ theme }) => ({})
6
+ skeletonRoot: ({ theme }) => ({
7
+ '& .SCPlatformWidget-skeleton-content': {
8
+ padding: theme.spacing(2)
9
+ },
10
+ '& .SCPlatformWidget-skeleton-title': {
11
+ display: 'flex',
12
+ justifyContent: 'center',
13
+ alignItems: 'center',
14
+ paddingBottom: theme.spacing()
15
+ },
16
+ '& .SCPlatformWidget-skeleton-actions': {
17
+ display: 'flex',
18
+ justifyContent: 'space-around',
19
+ alignItems: 'center',
20
+ paddingBottom: theme.spacing()
21
+ },
22
+ '& .SCPlatformWidget-skeleton-tutorial': {
23
+ display: 'flex',
24
+ justifyContent: 'center',
25
+ alignItems: 'center'
26
+ }
27
+ })
7
28
  }
8
29
  };
9
30
  export default Component;
@@ -28,7 +28,7 @@ const Component = {
28
28
  },
29
29
  '& p': {
30
30
  marginTop: 1,
31
- fontSize: '0.67rem'
31
+ fontSize: '0.60rem'
32
32
  }
33
33
  }
34
34
  }
@@ -5313,7 +5313,28 @@ declare const theme: {
5313
5313
  root: ({ theme }: any) => {
5314
5314
  padding: any;
5315
5315
  };
5316
- skeletonRoot: ({ theme }: any) => {};
5316
+ skeletonRoot: ({ theme }: any) => {
5317
+ '& .SCPlatformWidget-skeleton-content': {
5318
+ padding: any;
5319
+ };
5320
+ '& .SCPlatformWidget-skeleton-title': {
5321
+ display: string;
5322
+ justifyContent: string;
5323
+ alignItems: string;
5324
+ paddingBottom: any;
5325
+ };
5326
+ '& .SCPlatformWidget-skeleton-actions': {
5327
+ display: string;
5328
+ justifyContent: string;
5329
+ alignItems: string;
5330
+ paddingBottom: any;
5331
+ };
5332
+ '& .SCPlatformWidget-skeleton-tutorial': {
5333
+ display: string;
5334
+ justifyContent: string;
5335
+ alignItems: string;
5336
+ };
5337
+ };
5317
5338
  };
5318
5339
  };
5319
5340
  SCPollSuggestionWidget: {
@@ -7191,6 +7212,15 @@ declare const theme: {
7191
7212
  };
7192
7213
  };
7193
7214
  };
7215
+ '& .SCUser-skeleton-root': {
7216
+ marginTop: any;
7217
+ '& .SCBaseItem-content': {
7218
+ paddingLeft: any;
7219
+ };
7220
+ '& .SCBaseItem-actions': {
7221
+ paddingRight: any;
7222
+ };
7223
+ };
7194
7224
  };
7195
7225
  '& .SCEventHeader-name': {
7196
7226
  fontWeight: any;