@selfcommunity/react-theme-default 0.1.0-alpha.317 → 0.1.0-alpha.319

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.
@@ -4122,26 +4122,31 @@ declare const theme: {
4122
4122
  background: string;
4123
4123
  boxShadow: string;
4124
4124
  };
4125
+ '& .SCUserProfileHeader-infops-section': {
4126
+ display: string;
4127
+ justifyContent: string;
4128
+ };
4125
4129
  '& .SCUserProfileHeader-avatar': {
4126
4130
  height: any;
4127
4131
  width: any;
4128
4132
  top: number;
4129
4133
  display: string;
4130
4134
  position: string;
4131
- margin: string;
4135
+ marginLeft: any;
4132
4136
  borderRadius: string;
4133
4137
  border: string;
4134
4138
  objectFit: string;
4135
4139
  };
4136
4140
  '& .SCUserProfileHeader-change-picture': {
4137
- top: any;
4141
+ top: number;
4138
4142
  left: number;
4139
4143
  position: string;
4140
4144
  display: string;
4141
- margin: string;
4145
+ marginLeft: any;
4142
4146
  };
4143
4147
  '& .SCUserProfileHeader-username': {
4144
4148
  marginTop: number;
4149
+ marginLeft: any;
4145
4150
  fontWeight: any;
4146
4151
  fontSize: string;
4147
4152
  textAlign: string;
@@ -4150,6 +4155,8 @@ declare const theme: {
4150
4155
  fontSize: string;
4151
4156
  textAlign: string;
4152
4157
  paddingBottom: any;
4158
+ marginTop: any;
4159
+ marginLeft: any;
4153
4160
  };
4154
4161
  '& .SCUserProfileHeader-change-cover': {
4155
4162
  position: string;
@@ -4160,17 +4167,21 @@ declare const theme: {
4160
4167
  skeletonRoot: ({ theme }: any) => {
4161
4168
  position: string;
4162
4169
  '& .SCUserProfileHeader-avatar': {
4170
+ display: string;
4163
4171
  position: string;
4164
4172
  top: number;
4165
- width: string;
4173
+ marginLeft: any;
4166
4174
  "& .MuiSkeleton-root": {
4167
4175
  border: string;
4168
- margin: string;
4169
4176
  };
4170
4177
  };
4171
4178
  '& .SCUserProfileHeader-username': {
4172
4179
  marginTop: number;
4173
4180
  textAlign: string;
4181
+ "& .MuiSkeleton-root": {
4182
+ position: string;
4183
+ marginLeft: any;
4184
+ };
4174
4185
  };
4175
4186
  };
4176
4187
  };
@@ -4253,10 +4264,11 @@ declare const theme: {
4253
4264
  marginTop: number;
4254
4265
  '& .SCUserProfileTemplate-tags': {
4255
4266
  marginTop: any;
4267
+ marginLeft: any;
4256
4268
  justifyContent: string;
4257
4269
  };
4258
4270
  '& .SCUserProfileTemplate-counters': {
4259
- marginTop: any;
4271
+ marginLeft: any;
4260
4272
  justifyContent: string;
4261
4273
  display: string;
4262
4274
  alignItems: string;
@@ -4264,6 +4276,7 @@ declare const theme: {
4264
4276
  };
4265
4277
  '& .SCUserProfileTemplate-info': {
4266
4278
  marginTop: any;
4279
+ marginLeft: any;
4267
4280
  textAlign: string;
4268
4281
  };
4269
4282
  '& .SCUserProfileTemplate-feed': {
@@ -4271,7 +4284,7 @@ declare const theme: {
4271
4284
  };
4272
4285
  '& .SCUserProfileTemplate-actions': {
4273
4286
  margin: any;
4274
- justifyContent: string;
4287
+ height: string;
4275
4288
  };
4276
4289
  };
4277
4290
  skeletonRoot: ({ theme }: any) => {
@@ -5415,6 +5428,23 @@ declare const theme: {
5415
5428
  };
5416
5429
  };
5417
5430
  };
5431
+ SCChangeCoverButton: {
5432
+ styleOverrides: {
5433
+ root: ({ theme }: any) => {
5434
+ display: string;
5435
+ alignItems: string;
5436
+ flexWrap: string;
5437
+ '& .MuiButtonBase-root': {
5438
+ padding: number;
5439
+ borderRadius: number;
5440
+ minWidth: string;
5441
+ };
5442
+ '& .SCChangeCoverButton-help-popover': {
5443
+ marginLeft: any;
5444
+ };
5445
+ };
5446
+ };
5447
+ };
5418
5448
  };
5419
5449
  selfcommunity: {
5420
5450
  user: {
package/lib/esm/index.js CHANGED
@@ -113,6 +113,7 @@ import SCExploreFeedTemplate from './components/SCExploreFeedTemplate';
113
113
  import SCMainFeedTemplate from './components/SCMainFeedTemplate';
114
114
  import SCNotificationFeedTemplate from './components/SCNotificationFeedTemplate';
115
115
  import SCUserFeedTemplate from './components/SCUserFeedTemplate';
116
+ import SCChangeCoverButton from './components/SCChangeCoverButton';
116
117
  /**
117
118
  * Style fragments - Imports - End
118
119
  */
@@ -270,7 +271,8 @@ const theme = {
270
271
  SCExploreFeedTemplate,
271
272
  SCMainFeedTemplate,
272
273
  SCNotificationFeedTemplate,
273
- SCUserFeedTemplate
274
+ SCUserFeedTemplate,
275
+ SCChangeCoverButton
274
276
  },
275
277
  selfcommunity: {
276
278
  user: {