@selfcommunity/react-theme-default 0.1.0-alpha.286 → 0.1.0-alpha.288

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.
Files changed (96) hide show
  1. package/lib/cjs/components/SCBottomNavigation.d.ts +7 -0
  2. package/lib/cjs/components/SCBottomNavigation.js +8 -1
  3. package/lib/cjs/components/SCCommentObject.d.ts +1 -0
  4. package/lib/cjs/components/SCCommentObject.js +2 -1
  5. package/lib/cjs/components/SCCommentObjectReply.d.ts +1 -0
  6. package/lib/cjs/components/SCCommentObjectReply.js +1 -0
  7. package/lib/cjs/components/SCCommentsObject.d.ts +21 -1
  8. package/lib/cjs/components/SCCommentsObject.js +21 -1
  9. package/lib/cjs/components/SCComposer.d.ts +163 -295
  10. package/lib/cjs/components/SCComposer.js +173 -314
  11. package/lib/cjs/components/SCContributorsFeedObject.d.ts +1 -0
  12. package/lib/cjs/components/SCContributorsFeedObject.js +2 -1
  13. package/lib/cjs/components/SCFeedObject.d.ts +7 -1
  14. package/lib/cjs/components/SCFeedObject.js +13 -7
  15. package/lib/cjs/components/SCFeedObjectMediaPreview.d.ts +11 -0
  16. package/lib/cjs/components/{SCNavigationToolbarMobileSkeleton.js → SCFeedObjectMediaPreview.js} +4 -4
  17. package/lib/cjs/components/SCInlineComposerWidget.d.ts +31 -7
  18. package/lib/cjs/components/SCInlineComposerWidget.js +31 -7
  19. package/lib/cjs/components/SCLightbox.d.ts +1 -0
  20. package/lib/cjs/components/SCLightbox.js +2 -1
  21. package/lib/cjs/components/SCLoyaltyProgramWidget.js +1 -1
  22. package/lib/cjs/components/SCMediaFile.d.ts +158 -0
  23. package/lib/cjs/components/SCMediaFile.js +160 -0
  24. package/lib/cjs/components/SCMediaLink.d.ts +65 -0
  25. package/lib/cjs/components/SCMediaLink.js +68 -0
  26. package/lib/cjs/components/SCMediaShare.d.ts +6 -0
  27. package/lib/cjs/components/SCMediaShare.js +8 -0
  28. package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +6 -0
  29. package/lib/cjs/components/SCNavigationToolbarMobile.js +6 -0
  30. package/lib/cjs/components/SCUserAvatar.d.ts +1 -0
  31. package/lib/cjs/components/SCUserAvatar.js +2 -1
  32. package/lib/cjs/components/SCWidget.d.ts +6 -4
  33. package/lib/cjs/components/SCWidget.js +7 -5
  34. package/lib/cjs/fonts/community/icons.eot +0 -0
  35. package/lib/cjs/fonts/community/icons.svg +30 -27
  36. package/lib/cjs/fonts/community/icons.ttf +0 -0
  37. package/lib/cjs/fonts/community/icons.woff +0 -0
  38. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  39. package/lib/cjs/fonts/community-icons.css +12 -9
  40. package/lib/cjs/index.d.ts +464 -343
  41. package/lib/cjs/index.js +5 -5
  42. package/lib/esm/components/SCBottomNavigation.d.ts +7 -0
  43. package/lib/esm/components/SCBottomNavigation.js +8 -1
  44. package/lib/esm/components/SCCommentObject.d.ts +1 -0
  45. package/lib/esm/components/SCCommentObject.js +2 -1
  46. package/lib/esm/components/SCCommentObjectReply.d.ts +1 -0
  47. package/lib/esm/components/SCCommentObjectReply.js +1 -0
  48. package/lib/esm/components/SCCommentsObject.d.ts +21 -1
  49. package/lib/esm/components/SCCommentsObject.js +21 -1
  50. package/lib/esm/components/SCComposer.d.ts +163 -295
  51. package/lib/esm/components/SCComposer.js +173 -314
  52. package/lib/esm/components/SCContributorsFeedObject.d.ts +1 -0
  53. package/lib/esm/components/SCContributorsFeedObject.js +2 -1
  54. package/lib/esm/components/SCFeedObject.d.ts +7 -1
  55. package/lib/esm/components/SCFeedObject.js +13 -7
  56. package/lib/esm/components/SCFeedObjectMediaPreview.d.ts +11 -0
  57. package/lib/esm/components/SCFeedObjectMediaPreview.js +11 -0
  58. package/lib/esm/components/SCInlineComposerWidget.d.ts +31 -7
  59. package/lib/esm/components/SCInlineComposerWidget.js +31 -7
  60. package/lib/esm/components/SCLightbox.d.ts +1 -0
  61. package/lib/esm/components/SCLightbox.js +2 -1
  62. package/lib/esm/components/SCLoyaltyProgramWidget.js +1 -1
  63. package/lib/esm/components/SCMediaFile.d.ts +158 -0
  64. package/lib/esm/components/SCMediaFile.js +158 -0
  65. package/lib/esm/components/SCMediaLink.d.ts +65 -0
  66. package/lib/esm/components/SCMediaLink.js +66 -0
  67. package/lib/esm/components/SCMediaShare.d.ts +6 -0
  68. package/lib/esm/components/SCMediaShare.js +6 -0
  69. package/lib/esm/components/SCNavigationToolbarMobile.d.ts +6 -0
  70. package/lib/esm/components/SCNavigationToolbarMobile.js +6 -0
  71. package/lib/esm/components/SCUserAvatar.d.ts +1 -0
  72. package/lib/esm/components/SCUserAvatar.js +2 -1
  73. package/lib/esm/components/SCWidget.d.ts +6 -4
  74. package/lib/esm/components/SCWidget.js +7 -5
  75. package/lib/esm/fonts/community/icons.eot +0 -0
  76. package/lib/esm/fonts/community/icons.svg +30 -27
  77. package/lib/esm/fonts/community/icons.ttf +0 -0
  78. package/lib/esm/fonts/community/icons.woff +0 -0
  79. package/lib/esm/fonts/community/icons.woff2 +0 -0
  80. package/lib/esm/fonts/community-icons.css +12 -9
  81. package/lib/esm/index.d.ts +464 -343
  82. package/lib/esm/index.js +5 -5
  83. package/lib/umd/community/icons.eot +0 -0
  84. package/lib/umd/community/icons.svg +30 -27
  85. package/lib/umd/community/icons.ttf +0 -0
  86. package/lib/umd/community/icons.woff +0 -0
  87. package/lib/umd/community/icons.woff2 +0 -0
  88. package/lib/umd/react-theme-default.js +2 -2
  89. package/package.json +4 -4
  90. package/lib/cjs/components/SCComposerPoll.d.ts +0 -26
  91. package/lib/cjs/components/SCComposerPoll.js +0 -28
  92. package/lib/cjs/components/SCNavigationToolbarMobileSkeleton.d.ts +0 -11
  93. package/lib/esm/components/SCComposerPoll.d.ts +0 -26
  94. package/lib/esm/components/SCComposerPoll.js +0 -26
  95. package/lib/esm/components/SCNavigationToolbarMobileSkeleton.d.ts +0 -11
  96. package/lib/esm/components/SCNavigationToolbarMobileSkeleton.js +0 -11
@@ -482,10 +482,17 @@ declare const theme: {
482
482
  fontSize: string;
483
483
  color: any;
484
484
  borderTop: string;
485
+ minWidth: number;
485
486
  '&.Mui-selected, &:hover': {
486
487
  color: any;
487
488
  borderTop: string;
488
489
  };
490
+ '&.SCBottomNavigation-composer': {
491
+ '&.Mui-selected, &:hover': {
492
+ color: any;
493
+ borderTop: string;
494
+ };
495
+ };
489
496
  };
490
497
  '&.SCBottomNavigation-ios': {
491
498
  paddingBottom: string;
@@ -777,6 +784,7 @@ declare const theme: {
777
784
  };
778
785
  '& .SCBaseItem-text': {
779
786
  marginBottom: number;
787
+ marginTop: any;
780
788
  };
781
789
  };
782
790
  '& .SCCommentObject-nested-comments': {
@@ -922,6 +930,7 @@ declare const theme: {
922
930
  };
923
931
  };
924
932
  '& .SCBaseItem-image': {
933
+ marginTop: any;
925
934
  '& .MuiBadge-badge': {
926
935
  top: any;
927
936
  };
@@ -1019,8 +1028,28 @@ declare const theme: {
1019
1028
  SCCommentsObject: {
1020
1029
  styleOverrides: {
1021
1030
  root: ({ theme }: any) => {
1031
+ boxShadow: string;
1032
+ position: string;
1033
+ display: string;
1034
+ flexWrap: string;
1035
+ width: string;
1036
+ paddingBottom: any;
1037
+ '& .SCCommentsObject-load-more-comments-button': {
1038
+ textTransform: string;
1039
+ padding: any;
1040
+ };
1041
+ '& .SCCommentsObject-load-previous-comments-button': {
1042
+ textTransform: string;
1043
+ padding: any;
1044
+ };
1045
+ '& .SCCommentsObject-comments-counter': {
1046
+ paddingRight: any;
1047
+ };
1048
+ '& .SCCommentsObject-pagination-link': {
1049
+ display: string;
1050
+ };
1022
1051
  '& .SCCommentsObject-pagination': {
1023
- paddingBottom: any;
1052
+ width: string;
1024
1053
  '& button': {
1025
1054
  fontWeight: any;
1026
1055
  textDecoration: string;
@@ -1037,339 +1066,207 @@ declare const theme: {
1037
1066
  SCComposer: {
1038
1067
  styleOverrides: {
1039
1068
  root: ({ theme }: any) => {
1040
- '& .SCComposer-title': {
1041
- borderBottom: string;
1042
- padding: any;
1043
- lineHeight: number;
1044
- fontSize: string;
1045
- display: string;
1046
- flexDirection: string;
1047
- flexWrap: string;
1048
- justifyContent: string;
1049
- alignItems: string;
1050
- '& .SCComposer-types .MuiInputBase-input': {
1051
- fontWeight: any;
1052
- fontSize: string;
1053
- minHeight: string;
1054
- };
1055
- '& > div': {
1056
- flex: number;
1057
- textAlign: string;
1058
- };
1059
- '& > div:first-of-type': {
1060
- textAlign: string;
1061
- };
1062
- '& > div:last-of-type': {
1063
- textAlign: string;
1064
- display: string;
1065
- };
1066
- };
1067
- '& .SCComposer-types': {
1068
- flexDirection: string;
1069
- alignItems: string;
1070
- };
1071
- '& .SCComposer-avatar': {
1072
- width: any;
1073
- height: any;
1074
- display: string;
1075
- };
1076
- '& .SCComposer-content': {
1077
- position: string;
1078
- overflowY: string;
1079
- padding: any;
1080
- minHeight: number;
1081
- display: string;
1082
- flexDirection: string;
1083
- justifyContent: string;
1084
- '& .SCComposer-editor': {
1085
- flexGrow: number;
1086
- padding: number;
1087
- fontSize: string;
1088
- '& .SCEditor-placeholder': {
1089
- top: number;
1090
- left: number;
1091
- };
1092
- '& .SCEditor-actions': {
1093
- bottom: any;
1094
- padding: any;
1095
- '& > p.MuiTypography-alignLeft > .MuiIconButton-root': {
1096
- marginLeft: any;
1097
- marginRight: any;
1098
- '&:first-of-type': {
1099
- marginLeft: number;
1100
- };
1101
- '&:last-child': {
1102
- marginRight: number;
1103
- };
1104
- };
1105
- '& > p.MuiTypography-alignRight > .MuiIconButton-root': {
1106
- marginRight: any;
1107
- };
1108
- '& .MuiIconButton-sizeMedium': {
1109
- fontSize: string;
1110
- };
1111
- };
1112
- '&.SCEditor-toolbar': {
1113
- '& .SCEditor-placeholder': {
1114
- top: any;
1115
- left: number;
1116
- };
1117
- '& .SCEditor-actions': {
1118
- bottom: any;
1119
- };
1069
+ [x: number]: {
1070
+ '& .MuiDialog-paper': {
1071
+ '& > form': {
1072
+ zIndex: number;
1120
1073
  };
1121
- };
1122
- '& .SCComposer-medias, & .SCComposer-audience, & .SCComposer-block': {
1123
- margin: any;
1124
- padding: number;
1125
- };
1126
- '& .SCComposer-medias': {
1127
- '& .SCComposer-mediasActions': {
1128
- position: string;
1129
- borderTop: string;
1130
- backgroundColor: any;
1131
- padding: any;
1132
- '& .SCComposer-mediasActionsTitle': {
1133
- fontSize: string;
1134
- };
1074
+ '& .MuiDialogContent-root': {
1075
+ minHeight: number;
1076
+ height: string;
1077
+ maxHeight: number;
1135
1078
  };
1136
- };
1137
- };
1138
- '& .SCComposer-mediaContent, & .SCComposer-audienceContent, & .SCComposer-locationContent': {
1139
- minHeight: number;
1140
- };
1141
- '& .SCComposer-audienceContent': {
1142
- maxWidth: number;
1143
- margin: any;
1144
- '& .MuiTabs-root': {
1145
- margin: any;
1146
- '& .MuiTabs-flexContainer': {
1079
+ '& .MuiDialogActions-root': {
1147
1080
  justifyContent: string;
1148
- '& .MuiTab-root': {
1149
- minHeight: any;
1150
- flexDirection: string;
1151
- '& .MuiTab-iconWrapper': {
1152
- marginRight: any;
1153
- fontSize: string;
1154
- };
1155
- };
1156
1081
  };
1157
1082
  };
1158
- '& .SCComposer-block': {
1159
- marginBottom: any;
1160
- };
1161
- };
1162
- '& .SCComposer-block': {
1163
- padding: any;
1164
- };
1165
- '& .SCComposer-editor': {
1166
- minHeight: number;
1167
- '& .SCEditor-placeholder': {
1168
- top: any;
1169
- left: any;
1170
- };
1171
- };
1172
- '& .SCComposer-divider': {
1173
- borderTop: string;
1174
- };
1175
- '& .SCComposer-medias': {
1176
- margin: string;
1177
- };
1178
- '& .SCComposer-location, & .SCComposer-audience': {
1179
- padding: any;
1180
- paddingBottom: number;
1181
- };
1182
- '& .SCComposer-mediasActions': {
1183
- position: string;
1184
- left: number;
1185
- right: number;
1186
- background: any;
1187
- padding: any;
1188
- zIndex: number;
1189
- display: string;
1190
- flexWrap: string;
1191
- justifyContent: string;
1192
- '& .SCComposer-mediasActionsActions': {
1193
- textAlign: string;
1194
- };
1195
1083
  };
1196
- '& .SCComposer-sortableMedia': {
1084
+ '& .MuiDialog-paper': {
1197
1085
  position: string;
1198
- };
1199
- '& .SCComposer-sortableMediaCover': {
1200
- backgroundSize: string;
1201
- backgroundPosition: string;
1202
- backgroundRepeat: string;
1203
- border: string;
1204
- borderRadius: number;
1205
- height: number;
1206
- };
1207
- '& .SCComposer-links': {
1208
- padding: any;
1209
- };
1210
- '& .SCComposer-actions': {
1211
- margin: number;
1212
- borderTop: string;
1213
- padding: any;
1214
- '& .SCComposer-media-actions': {};
1215
- '& .SCComposer-filter-actions': {
1216
- flexGrow: number;
1217
- textAlign: string;
1086
+ overflowX: string;
1087
+ '& > form': {
1088
+ zIndex: number;
1218
1089
  };
1219
- display: string;
1220
- flexDirection: string;
1221
- flexWrap: string;
1222
- justifyContent: string;
1223
- alignItems: string;
1224
- };
1225
- '& .SCComposer-actionInput': {
1226
- display: string;
1227
- };
1228
- '& .SCComposer-badgeError .MuiBadge-badge': {
1229
- padding: number;
1230
- };
1231
- '& .MuiDialog-paper': {
1232
- padding: any;
1233
- };
1234
- '& .SCComposer-mediaContent': {
1235
- '& .SCMediaActionImage-root': {
1236
- padding: number;
1237
- '& .SCMediaActionImage-upload': {
1238
- padding: any;
1239
- backgroundColor: string;
1240
- borderRadius: any;
1241
- color: any;
1242
- '&.SCMediaActionImage-dragOver': {
1243
- backgroundColor: string;
1244
- };
1245
- '& .SCMediaActionImage-uploadBtn': {
1246
- border: string;
1247
- };
1090
+ '& .MuiDialogTitle-root': {
1091
+ position: string;
1092
+ top: number;
1093
+ left: number;
1094
+ right: number;
1095
+ padding: any;
1096
+ display: string;
1097
+ flexDirection: string;
1098
+ justifyContent: string;
1099
+ alignItems: string;
1100
+ borderBottom: string;
1101
+ zIndex: number;
1102
+ backgroundColor: any;
1103
+ '& .MuiTypography-root': {
1104
+ flexGrow: number;
1105
+ textAlign: string;
1106
+ fontWeight: any;
1248
1107
  };
1249
1108
  };
1250
- '& .SCMediaActionDocument-root': {
1251
- padding: number;
1252
- '& .SCMediaActionDocument-upload': {
1109
+ '& .MuiDialogContent-root': {
1110
+ margin: string;
1111
+ padding: any;
1112
+ height: string;
1113
+ '& .SCEditor-root': {
1253
1114
  padding: any;
1254
- backgroundColor: string;
1255
- borderRadius: any;
1256
- color: any;
1257
- '&.SCMediaActionDocument-dragOver': {
1258
- backgroundColor: string;
1115
+ position: string;
1116
+ '& .SCEditor-placeholder': {
1117
+ left: number;
1118
+ top: number;
1119
+ position: string;
1259
1120
  };
1260
- '& .SCMediaActionDocument-uploadBtn': {
1261
- border: string;
1121
+ '& .SCEditorToolbarPlugin-root': {
1122
+ zIndex: number;
1123
+ position: string;
1124
+ display: string;
1125
+ bottom: number;
1126
+ right: any;
1127
+ left: any;
1128
+ marginBottom: number;
1129
+ backgroundColor: any;
1262
1130
  };
1263
1131
  };
1264
1132
  };
1265
- };
1266
- '& .SCComposer-locationContent': {
1267
- padding: any;
1268
- minHeight: number;
1269
- };
1270
- '& .MuiDialog-container': {
1271
- '& .MuiDialog-paper': {
1272
- [x: number]: {
1273
- borderRadius: any;
1274
- };
1275
- boxShadow: any;
1276
- '&.MuiDialog-paperFullScreen': {
1277
- height: string;
1278
- minHeight: string;
1279
- };
1280
- };
1281
- };
1282
- '& .SCCategoryAutocomplete-root': {
1283
- minWidth: number;
1284
- '& .MuiFormControl-root': {
1285
- margin: number;
1286
- };
1287
- };
1288
- '& .MuiDialog-paperFullScreen': {
1289
- position: string;
1290
- '& .SCComposer-title': {
1291
- transition: string;
1133
+ '& .SCComposer-types': {
1292
1134
  position: string;
1293
- top: number;
1135
+ zIndex: number;
1136
+ bottom: any;
1294
1137
  left: number;
1295
1138
  right: number;
1296
- padding: any;
1297
- backgroundColor: any;
1298
- zIndex: number;
1299
- };
1300
- '& .SCComposer-content': {
1301
- transition: string;
1302
- padding: any;
1139
+ justifyContent: string;
1303
1140
  };
1304
- '& .SCComposer-actions': {
1141
+ '& .MuiDialogActions-root': {
1305
1142
  position: string;
1306
1143
  bottom: number;
1307
1144
  left: number;
1308
1145
  right: number;
1309
1146
  padding: any;
1147
+ display: string;
1148
+ flexDirection: string;
1149
+ justifyContent: string;
1310
1150
  zIndex: number;
1311
1151
  backgroundColor: any;
1312
- '& .SCComposer-media-actions': {
1313
- borderRight: string;
1314
- paddingRight: any;
1152
+ borderTop: string;
1153
+ };
1154
+ '& .SCComposer-general-error': {
1155
+ marginBottom: any;
1156
+ color: any;
1157
+ };
1158
+ };
1159
+ };
1160
+ attributesRoot: ({ theme }: any) => {};
1161
+ contentDiscussionRoot: ({ theme }: any) => {
1162
+ '& .SCComposer-content-discussion-title': {
1163
+ paddingBottom: any;
1164
+ '& .MuiInputBase-root': {
1165
+ paddingLeft: number;
1166
+ paddingRight: number;
1167
+ paddingBottom: number;
1168
+ fontSize: string;
1169
+ fontWeight: any;
1170
+ '& fieldset': {
1171
+ display: string;
1315
1172
  };
1316
- '& .SCComposer-filter-actions': {
1317
- textAlign: string;
1173
+ '&.MuiInputBase-adornedEnd .MuiTypography-root': {
1174
+ alignSelf: string;
1175
+ };
1176
+ '&.Mui-error': {
1177
+ color: any;
1318
1178
  };
1319
1179
  };
1180
+ '& .MuiFormHelperText-root': {
1181
+ marginLeft: number;
1182
+ };
1320
1183
  };
1321
- '&.SCComposer-writing': {
1322
- '& .MuiDialog-paperFullScreen': {
1323
- '& .SCComposer-title': {
1324
- opacity: number;
1325
- };
1326
- '& .SCComposer-title-dense': {
1327
- position: string;
1328
- top: any;
1329
- right: any;
1330
- zIndex: number;
1331
- borderRadius: number;
1332
- borderColor: string;
1333
- borderWidth: number;
1334
- borderStyle: string;
1335
- display: string;
1184
+ };
1185
+ contentPollRoot: ({ theme }: any) => {
1186
+ padding: any;
1187
+ '& .SCComposer-content-poll-title, & .SCComposer-content-poll-choices, & .SCComposer-content-poll-choice-new, & .SCComposer-content-poll-metadata': {
1188
+ marginBottom: any;
1189
+ };
1190
+ '& .SCComposer-content-poll-choices .MuiTextField-root': {
1191
+ marginBottom: any;
1192
+ };
1193
+ '& .SCComposer-content-poll-metadata': {
1194
+ marginTop: any;
1195
+ };
1196
+ };
1197
+ contentPostRoot: ({ theme }: any) => {};
1198
+ layerTransitionRoot: ({ theme }: any) => {
1199
+ position: string;
1200
+ top: number;
1201
+ left: number;
1202
+ right: number;
1203
+ bottom: number;
1204
+ zIndex: number;
1205
+ background: any;
1206
+ '& .MuiDialogContent-root': {
1207
+ height: string;
1208
+ marginBottom: string;
1209
+ };
1210
+ };
1211
+ layerAudienceRoot: ({ theme }: any) => {
1212
+ '& .MuiTabs-root': {
1213
+ minHeight: string;
1214
+ marginBottom: any;
1215
+ '& .MuiTabs-flexContainer': {
1216
+ justifyContent: string;
1217
+ '& .MuiTab-labelIcon': {
1218
+ minHeight: string;
1336
1219
  flexDirection: string;
1337
- alignItems: string;
1338
- justifyContent: string;
1339
- '& .MuiButtonBase-root': {
1340
- margin: any;
1341
- padding: any;
1220
+ '& .MuiIcon-root': {
1221
+ marginRight: any;
1222
+ };
1223
+ };
1224
+ };
1225
+ };
1226
+ '& .SCComposer-layer-audience-message': {
1227
+ textAlign: string;
1228
+ marginBottom: any;
1229
+ };
1230
+ };
1231
+ layerCategoryRoot: ({ theme }: any) => {};
1232
+ layerCloseRoot: ({ theme }: any) => {
1233
+ '& .SCComposer-layer-content': {
1234
+ '& .MuiTypography-root': {
1235
+ textAlign: string;
1236
+ };
1237
+ '& .MuiList-root': {
1238
+ '& .MuiListItem-root': {
1239
+ padding: number;
1240
+ '& .MuiTypography-root': {
1342
1241
  fontSize: string;
1343
- border: number;
1344
- borderRadius: number;
1345
- };
1346
- };
1347
- '& .SCComposer-content': {
1348
- paddingTop: number;
1349
- '& .SCComposer-block': {
1350
- height: number;
1351
- overflow: string;
1352
- margin: number;
1353
1242
  };
1354
- '& .SCEditor-root': {
1355
- marginTop: any;
1356
- '& .SCEditorToolbarPlugin-root': {
1357
- position: string;
1358
- top: any;
1359
- left: any;
1360
- right: any;
1361
- zIndex: number;
1362
- };
1363
- '& .SCEditor-placeholder': {
1364
- top: number;
1365
- };
1243
+ '&:nth-last-of-type(1)': {
1244
+ color: any;
1366
1245
  };
1367
1246
  };
1368
- '& .SCComposer-actions': {};
1369
1247
  };
1370
1248
  };
1371
- '&.SCComposer-ios .SCComposer-actions': {
1372
- marginBottom: string;
1249
+ };
1250
+ layerLocationRoot: ({ theme }: any) => {};
1251
+ skeletonRoot: ({ theme }: any) => {};
1252
+ typeSwitchButtonGroupRoot: ({ theme }: any) => {
1253
+ '& .MuiToggleButton-root': {
1254
+ backgroundColor: any;
1255
+ color: string;
1256
+ padding: any;
1257
+ fontSize: string;
1258
+ fontWeight: any;
1259
+ textTransform: string;
1260
+ '&.Mui-selected, &:hover, &:active, &.Mui-selected:hover': {
1261
+ color: any;
1262
+ backgroundColor: any;
1263
+ };
1264
+ '&:nth-of-type(1)': {
1265
+ paddingLeft: any;
1266
+ };
1267
+ '&:nth-last-of-type(1)': {
1268
+ paddingRight: any;
1269
+ };
1373
1270
  };
1374
1271
  };
1375
1272
  };
@@ -1379,31 +1276,6 @@ declare const theme: {
1379
1276
  root: ({ theme }: any) => {};
1380
1277
  };
1381
1278
  };
1382
- SCComposerPoll: {
1383
- styleOverrides: {
1384
- root: ({ theme }: any) => {
1385
- '& .SCComposerPoll-title': {
1386
- marginBottom: any;
1387
- };
1388
- '& .SCComposerPoll-choices': {
1389
- marginBottom: number;
1390
- '& .MuiTextField-root .MuiInputAdornment-positionStart': {
1391
- cursor: string;
1392
- };
1393
- };
1394
- '& .SCComposerPoll-choice-new': {
1395
- color: any;
1396
- marginLeft: any;
1397
- };
1398
- '& .SCComposerPoll-metadata': {
1399
- margin: any;
1400
- '& .MuiFormControlLabel-root': {
1401
- marginBottom: any;
1402
- };
1403
- };
1404
- };
1405
- };
1406
- };
1407
1279
  SCContributionNotification: {
1408
1280
  styleOverrides: {
1409
1281
  root: ({ theme }: any) => {
@@ -1441,6 +1313,7 @@ declare const theme: {
1441
1313
  styleOverrides: {
1442
1314
  root: ({ theme }: any) => {
1443
1315
  '& .SCContributorsFeedObject-btn-participants': {
1316
+ padding: any;
1444
1317
  marginLeft: any;
1445
1318
  color: string;
1446
1319
  fontWeight: any;
@@ -1903,6 +1776,7 @@ declare const theme: {
1903
1776
  height: any;
1904
1777
  };
1905
1778
  '& .SCFeedObject-header': {
1779
+ paddingTop: any;
1906
1780
  paddingBottom: number;
1907
1781
  '& .MuiCardHeader-subheader': {
1908
1782
  display: string;
@@ -2036,6 +1910,7 @@ declare const theme: {
2036
1910
  '& .SCFeedObject-text-section': {
2037
1911
  overflowWrap: string;
2038
1912
  '& > :first-of-type': {
1913
+ marginBottom: number;
2039
1914
  padding: any;
2040
1915
  display: string;
2041
1916
  };
@@ -2136,9 +2011,12 @@ declare const theme: {
2136
2011
  margin: string;
2137
2012
  };
2138
2013
  };
2014
+ '& .SCFeedObject-show-more': {
2015
+ padding: any;
2016
+ marginTop: any;
2017
+ };
2139
2018
  };
2140
2019
  '& .SCFeedObject-actions-section': {
2141
- marginBottom: any;
2142
2020
  '&:last-of-type': {
2143
2021
  marginBottom: number;
2144
2022
  };
@@ -2160,9 +2038,6 @@ declare const theme: {
2160
2038
  '& .MuiDivider-root': {
2161
2039
  borderColor: any;
2162
2040
  };
2163
- /**
2164
- * Style fragments - Imports - End
2165
- */
2166
2041
  '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
2167
2042
  color: any;
2168
2043
  marginTop: any;
@@ -2214,6 +2089,7 @@ declare const theme: {
2214
2089
  paddingBottom: number;
2215
2090
  '& .SCActivitiesMenu-selector': {
2216
2091
  '& .MuiButton-root': {
2092
+ marginTop: any;
2217
2093
  fontSize: string;
2218
2094
  fontWeight: any;
2219
2095
  padding: any;
@@ -2482,13 +2358,37 @@ declare const theme: {
2482
2358
  textTransform: string;
2483
2359
  };
2484
2360
  };
2485
- '& .SCInlineComposerWidget-actions': {
2361
+ '& .SCInlineComposerWidget-avatar': {
2362
+ [x: number]: {
2363
+ marginLeft: any;
2364
+ };
2486
2365
  display: string;
2487
- '& .MuiIconButton-root': {
2488
- [x: number]: {
2489
- marginLeft: number;
2490
- marginRight: number;
2491
- };
2366
+ alignItems: string;
2367
+ '& .MuiAvatar-root': {
2368
+ width: any;
2369
+ height: any;
2370
+ };
2371
+ };
2372
+ };
2373
+ };
2374
+ skeletonRoot: ({ theme }: any) => {
2375
+ marginBottom: any;
2376
+ '& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
2377
+ [x: number]: {
2378
+ padding: any;
2379
+ };
2380
+ padding: any;
2381
+ display: string;
2382
+ flexDirection: string;
2383
+ justifyContent: string;
2384
+ '& .SCInlineComposerWidget-input': {
2385
+ display: string;
2386
+ flexGrow: number;
2387
+ height: number;
2388
+ width: string;
2389
+ '& .MuiSkeleton-root': {
2390
+ width: string;
2391
+ height: string;
2492
2392
  };
2493
2393
  };
2494
2394
  '& .SCInlineComposerWidget-avatar': {
@@ -2497,7 +2397,7 @@ declare const theme: {
2497
2397
  };
2498
2398
  display: string;
2499
2399
  alignItems: string;
2500
- '& .MuiAvatar-root': {
2400
+ '& .MuiSkeleton-root': {
2501
2401
  width: any;
2502
2402
  height: any;
2503
2403
  };
@@ -2619,6 +2519,7 @@ declare const theme: {
2619
2519
  alignItems: string;
2620
2520
  display: string;
2621
2521
  height: string;
2522
+ color: string;
2622
2523
  };
2623
2524
  "& .PhotoView-Slider__toolbarIcon": {
2624
2525
  fill: string;
@@ -2908,6 +2809,227 @@ declare const theme: {
2908
2809
  };
2909
2810
  };
2910
2811
  };
2812
+ SCMediaFile: {
2813
+ styleOverrides: {
2814
+ displayRoot: ({ theme }: any) => {
2815
+ [x: number]: {
2816
+ minHeight: number;
2817
+ };
2818
+ textAlign: string;
2819
+ margin: string;
2820
+ width: string;
2821
+ position: string;
2822
+ '& .SCMediaFile-background': {
2823
+ backgroundSize: string;
2824
+ backgroundPosition: string;
2825
+ backgroundRepeat: string;
2826
+ };
2827
+ '& .SCMediaFile-background-portrait': {
2828
+ backgroundSize: string;
2829
+ backgroundPosition: string;
2830
+ backgroundRepeat: string;
2831
+ };
2832
+ '& .SCMediaFile-height-one': {
2833
+ width: string;
2834
+ paddingTop: string;
2835
+ };
2836
+ '& .SCMediaFile-height-half-one': {
2837
+ paddingTop: string;
2838
+ };
2839
+ '& .SCMediaFile-height-two': {
2840
+ width: string;
2841
+ paddingTop: string;
2842
+ };
2843
+ '& .SCMediaFile-height-three': {
2844
+ width: string;
2845
+ paddingTop: string;
2846
+ };
2847
+ '& .SCMediaFile-cover': {
2848
+ backgroundColor: string;
2849
+ opacity: number;
2850
+ position: string;
2851
+ right: number;
2852
+ top: number;
2853
+ left: number;
2854
+ bottom: number;
2855
+ };
2856
+ '& .SCMediaFile-cover-text': {
2857
+ right: number;
2858
+ left: number;
2859
+ bottom: number;
2860
+ color: string;
2861
+ fontSize: string;
2862
+ position: string;
2863
+ top: string;
2864
+ transform: string;
2865
+ textAlign: string;
2866
+ '& > p': {
2867
+ margin: number;
2868
+ position: string;
2869
+ top: string;
2870
+ left: string;
2871
+ transform: string;
2872
+ };
2873
+ };
2874
+ '& .SCMediaFile-slide': {
2875
+ height: number;
2876
+ bottom: string;
2877
+ overflow: string;
2878
+ fontSize: string;
2879
+ color: string;
2880
+ };
2881
+ '& .SCMediaFile-border': {
2882
+ position: string;
2883
+ border: string;
2884
+ '&:hover > div': {
2885
+ bottom: number;
2886
+ height: string;
2887
+ };
2888
+ '&:hover > div.animate-text': {
2889
+ top: string;
2890
+ };
2891
+ };
2892
+ '& .SCMediaFile-gallery': {
2893
+ cursor: string;
2894
+ };
2895
+ '& .SCMediaFile-title .MuiTypography-root': {
2896
+ color: string;
2897
+ backgroundColor: any;
2898
+ opacity: number;
2899
+ };
2900
+ '& .SCMediaFile-icon-file': {
2901
+ fontSize: number;
2902
+ position: string;
2903
+ top: number;
2904
+ };
2905
+ };
2906
+ lightboxRoot: ({ theme }: any) => {};
2907
+ previewRoot: ({ theme }: any) => {
2908
+ '& > div': {
2909
+ display: string;
2910
+ flexDirection: string;
2911
+ flexWrap: string;
2912
+ maxWidth: string;
2913
+ overflow: string;
2914
+ '-ms-overflow-style': string;
2915
+ scrollbarWidth: string;
2916
+ '&::-webkit-scrollbar': {
2917
+ display: string;
2918
+ };
2919
+ '& .SCMediaFile-media': {
2920
+ backgroundSize: string;
2921
+ backgroundPosition: string;
2922
+ position: string;
2923
+ borderRadius: number;
2924
+ margin: any;
2925
+ width: number;
2926
+ height: number;
2927
+ flexBasis: number;
2928
+ flexGrow: number;
2929
+ flexShrink: number;
2930
+ '& .SCMediaFile-title': {
2931
+ position: string;
2932
+ left: any;
2933
+ top: any;
2934
+ borderRadius: any;
2935
+ background: string;
2936
+ color: any;
2937
+ fontSize: string;
2938
+ padding: any;
2939
+ maxWidth: number;
2940
+ textOverflow: string;
2941
+ overflow: string;
2942
+ whiteSpace: string;
2943
+ };
2944
+ '& .SCMediaFile-delete': {
2945
+ position: string;
2946
+ right: any;
2947
+ top: any;
2948
+ };
2949
+ };
2950
+ '&:has(> :last-child:nth-of-type(1)) .SCMediaFile-media': {
2951
+ width: string;
2952
+ flexBasis: string;
2953
+ height: number;
2954
+ margin: any;
2955
+ '& .SCMediaFile-title': {
2956
+ fontSize: string;
2957
+ maxWidth: number;
2958
+ };
2959
+ };
2960
+ };
2961
+ };
2962
+ triggerRoot: ({ theme }: any) => {};
2963
+ triggerDrawerRoot: ({ theme }: any) => {
2964
+ zIndex: number;
2965
+ };
2966
+ triggerMenuRoot: ({ theme }: any) => {};
2967
+ };
2968
+ };
2969
+ SCMediaLink: {
2970
+ styleOverrides: {
2971
+ displayRoot: ({ theme }: any) => {
2972
+ '& .SCMediaLink-link': {
2973
+ position: string;
2974
+ backgroundColor: string;
2975
+ margin: any;
2976
+ padding: any;
2977
+ };
2978
+ '& .SCMediaLink-video': {
2979
+ margin: string;
2980
+ height: number;
2981
+ };
2982
+ '& .SCMediaLink-thumbnail': {
2983
+ [x: number]: {
2984
+ maxWidth: number;
2985
+ width: string;
2986
+ float: string;
2987
+ };
2988
+ border: string;
2989
+ borderRadius: number;
2990
+ paddingTop: any;
2991
+ margin: any;
2992
+ };
2993
+ '& .SCMediaLink-image': {
2994
+ backgroundSize: string;
2995
+ backgroundPosition: string;
2996
+ backgroundRepeat: string;
2997
+ backgroundColor: string;
2998
+ paddingBottom: number;
2999
+ };
3000
+ '& .SCMediaLink-snippet': {
3001
+ padding: any;
3002
+ '& .SCMediaLink-snippet-title': {};
3003
+ '& .SCMediaLink-snippet-description': {
3004
+ fontSize: string;
3005
+ };
3006
+ '& a': {
3007
+ fontSize: string;
3008
+ fontStyle: string;
3009
+ };
3010
+ };
3011
+ };
3012
+ layerRoot: ({ theme }: any) => {
3013
+ '& .SCMediaLink-content': {
3014
+ '& form button[type=submit]': {
3015
+ fontWeight: any;
3016
+ };
3017
+ };
3018
+ };
3019
+ previewRoot: ({ theme }: any) => {
3020
+ '& .SCMediaLink-media': {
3021
+ position: string;
3022
+ margin: any;
3023
+ '& .SCMediaLink-delete': {
3024
+ position: string;
3025
+ right: any;
3026
+ top: any;
3027
+ };
3028
+ };
3029
+ };
3030
+ triggerRoot: ({ theme }: any) => {};
3031
+ };
3032
+ };
2911
3033
  SCNavigationSettingsIconButton: {
2912
3034
  styleOverrides: {
2913
3035
  menuRoot: ({ theme }: any) => {
@@ -3036,12 +3158,8 @@ declare const theme: {
3036
3158
  whiteSpace: string;
3037
3159
  };
3038
3160
  };
3039
- };
3040
- };
3041
- SCNavigationToolbarMobileSkeleton: {
3042
- styleOverrides: {
3043
- root: ({ theme }: any) => {
3044
- '& .SCNavigationToolbarMobileSkeleton-logo': {
3161
+ skeletonRoot: ({ theme }: any) => {
3162
+ '& .SCNavigationToolbarMobile-logo': {
3045
3163
  width: number;
3046
3164
  height: number;
3047
3165
  };
@@ -3873,7 +3991,10 @@ declare const theme: {
3873
3991
  };
3874
3992
  '& .MuiList-root': {
3875
3993
  paddingTop: any;
3876
- paddingBottom: any;
3994
+ paddingBottom: number;
3995
+ '& .MuiListItem-root:first-of-type': {
3996
+ paddingTop: number;
3997
+ };
3877
3998
  '& .MuiListItem-root': {
3878
3999
  paddingTop: any;
3879
4000
  paddingBottom: any;
@@ -3892,9 +4013,8 @@ declare const theme: {
3892
4013
  paddingTop: any;
3893
4014
  };
3894
4015
  '& > .MuiButton-sizeMedium': {
3895
- marginLeft: any;
3896
- paddingLeft: any;
3897
- paddingRight: any;
4016
+ marginTop: any;
4017
+ padding: any;
3898
4018
  color: any;
3899
4019
  };
3900
4020
  };
@@ -4606,6 +4726,7 @@ declare const theme: {
4606
4726
  };
4607
4727
  '.MuiBadge-badge': {
4608
4728
  right: any;
4729
+ top: any;
4609
4730
  };
4610
4731
  };
4611
4732
  };