@selfcommunity/react-theme-default 0.1.55 → 0.2.0-alpha.0

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 (129) hide show
  1. package/lib/cjs/components/MuiAutocomplete.js +3 -4
  2. package/lib/cjs/components/MuiSelect.js +2 -3
  3. package/lib/cjs/components/SCCalendar.d.ts +24 -0
  4. package/lib/cjs/components/SCCalendar.js +24 -0
  5. package/lib/cjs/components/SCCreateEventButton.d.ts +12 -0
  6. package/lib/cjs/components/SCCreateEventButton.js +14 -0
  7. package/lib/cjs/components/SCCreateEventWidget.d.ts +56 -0
  8. package/lib/cjs/components/SCCreateEventWidget.js +54 -0
  9. package/lib/cjs/components/SCEvent.d.ts +217 -0
  10. package/lib/cjs/components/SCEvent.js +219 -0
  11. package/lib/cjs/components/SCEventActionsMenu.d.ts +26 -0
  12. package/lib/cjs/components/SCEventActionsMenu.js +28 -0
  13. package/lib/cjs/components/SCEventForm.d.ts +103 -0
  14. package/lib/cjs/components/SCEventForm.js +106 -0
  15. package/lib/cjs/components/SCEventHeader.d.ts +147 -0
  16. package/lib/cjs/components/SCEventHeader.js +150 -0
  17. package/lib/cjs/components/SCEventInfoDetails.d.ts +43 -0
  18. package/lib/cjs/components/SCEventInfoDetails.js +43 -0
  19. package/lib/cjs/components/SCEventInfoWidget.d.ts +37 -0
  20. package/lib/cjs/components/SCEventInfoWidget.js +35 -0
  21. package/lib/cjs/components/SCEventInviteButton.d.ts +54 -0
  22. package/lib/cjs/components/SCEventInviteButton.js +57 -0
  23. package/lib/cjs/components/SCEventLocationWidget.d.ts +22 -0
  24. package/lib/cjs/components/SCEventLocationWidget.js +25 -0
  25. package/lib/cjs/components/SCEventMembersWidget.d.ts +68 -0
  26. package/lib/cjs/components/SCEventMembersWidget.js +64 -0
  27. package/lib/cjs/components/SCEventParticipantsButton.d.ts +33 -0
  28. package/lib/cjs/components/SCEventParticipantsButton.js +31 -0
  29. package/lib/cjs/components/SCEventSubscribeButton.d.ts +93 -0
  30. package/lib/cjs/components/SCEventSubscribeButton.js +87 -0
  31. package/lib/cjs/components/SCEvents.d.ts +86 -0
  32. package/lib/cjs/components/SCEvents.js +88 -0
  33. package/lib/cjs/components/SCFeedObject.d.ts +5 -5
  34. package/lib/cjs/components/SCFeedObject.js +5 -5
  35. package/lib/cjs/components/SCFeedUpdatesWidget.js +1 -1
  36. package/lib/cjs/components/SCMediaShare.d.ts +6 -1
  37. package/lib/cjs/components/SCMediaShare.js +6 -1
  38. package/lib/cjs/components/SCMyEventsWidget.d.ts +35 -0
  39. package/lib/cjs/components/SCMyEventsWidget.js +33 -0
  40. package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
  41. package/lib/cjs/components/SCNavigationToolbar.js +1 -1
  42. package/lib/cjs/components/SCNotification.d.ts +27 -0
  43. package/lib/cjs/components/SCNotification.js +27 -0
  44. package/lib/cjs/components/SCOnBoardingWidget.d.ts +451 -0
  45. package/lib/cjs/components/SCOnBoardingWidget.js +449 -0
  46. package/lib/cjs/components/SCPlatformWidget.d.ts +22 -1
  47. package/lib/cjs/components/SCPlatformWidget.js +22 -1
  48. package/lib/cjs/components/SCProgressBar.d.ts +23 -0
  49. package/lib/cjs/components/SCProgressBar.js +25 -0
  50. package/lib/cjs/components/SCRelatedEventsWidget.d.ts +101 -0
  51. package/lib/cjs/components/SCRelatedEventsWidget.js +97 -0
  52. package/lib/cjs/components/SCSuggestedEventsWidget.d.ts +97 -0
  53. package/lib/cjs/components/SCSuggestedEventsWidget.js +95 -0
  54. package/lib/cjs/fonts/community/icons.eot +0 -0
  55. package/lib/cjs/fonts/community/icons.svg +17 -1
  56. package/lib/cjs/fonts/community/icons.ttf +0 -0
  57. package/lib/cjs/fonts/community/icons.woff +0 -0
  58. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  59. package/lib/cjs/fonts/community-icons.css +30 -6
  60. package/lib/cjs/index.d.ts +3706 -1923
  61. package/lib/cjs/index.js +209 -167
  62. package/lib/esm/components/MuiAutocomplete.js +3 -3
  63. package/lib/esm/components/MuiSelect.js +2 -2
  64. package/lib/esm/components/SCCalendar.d.ts +24 -0
  65. package/lib/esm/components/SCCalendar.js +22 -0
  66. package/lib/esm/components/SCCreateEventButton.d.ts +12 -0
  67. package/lib/esm/components/SCCreateEventButton.js +12 -0
  68. package/lib/esm/components/SCCreateEventWidget.d.ts +56 -0
  69. package/lib/esm/components/SCCreateEventWidget.js +52 -0
  70. package/lib/esm/components/SCEvent.d.ts +217 -0
  71. package/lib/esm/components/SCEvent.js +217 -0
  72. package/lib/esm/components/SCEventActionsMenu.d.ts +26 -0
  73. package/lib/esm/components/SCEventActionsMenu.js +26 -0
  74. package/lib/esm/components/SCEventForm.d.ts +103 -0
  75. package/lib/esm/components/SCEventForm.js +104 -0
  76. package/lib/esm/components/SCEventHeader.d.ts +147 -0
  77. package/lib/esm/components/SCEventHeader.js +148 -0
  78. package/lib/esm/components/SCEventInfoDetails.d.ts +43 -0
  79. package/lib/esm/components/SCEventInfoDetails.js +41 -0
  80. package/lib/esm/components/SCEventInfoWidget.d.ts +37 -0
  81. package/lib/esm/components/SCEventInfoWidget.js +33 -0
  82. package/lib/esm/components/SCEventInviteButton.d.ts +54 -0
  83. package/lib/esm/components/SCEventInviteButton.js +55 -0
  84. package/lib/esm/components/SCEventLocationWidget.d.ts +22 -0
  85. package/lib/esm/components/SCEventLocationWidget.js +23 -0
  86. package/lib/esm/components/SCEventMembersWidget.d.ts +68 -0
  87. package/lib/esm/components/SCEventMembersWidget.js +62 -0
  88. package/lib/esm/components/SCEventParticipantsButton.d.ts +33 -0
  89. package/lib/esm/components/SCEventParticipantsButton.js +29 -0
  90. package/lib/esm/components/SCEventSubscribeButton.d.ts +93 -0
  91. package/lib/esm/components/SCEventSubscribeButton.js +85 -0
  92. package/lib/esm/components/SCEvents.d.ts +86 -0
  93. package/lib/esm/components/SCEvents.js +86 -0
  94. package/lib/esm/components/SCFeedObject.d.ts +5 -5
  95. package/lib/esm/components/SCFeedObject.js +5 -5
  96. package/lib/esm/components/SCFeedUpdatesWidget.js +1 -1
  97. package/lib/esm/components/SCMediaShare.d.ts +6 -1
  98. package/lib/esm/components/SCMediaShare.js +6 -1
  99. package/lib/esm/components/SCMyEventsWidget.d.ts +35 -0
  100. package/lib/esm/components/SCMyEventsWidget.js +31 -0
  101. package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
  102. package/lib/esm/components/SCNavigationToolbar.js +1 -1
  103. package/lib/esm/components/SCNotification.d.ts +27 -0
  104. package/lib/esm/components/SCNotification.js +27 -0
  105. package/lib/esm/components/SCOnBoardingWidget.d.ts +451 -0
  106. package/lib/esm/components/SCOnBoardingWidget.js +447 -0
  107. package/lib/esm/components/SCPlatformWidget.d.ts +22 -1
  108. package/lib/esm/components/SCPlatformWidget.js +22 -1
  109. package/lib/esm/components/SCProgressBar.d.ts +23 -0
  110. package/lib/esm/components/SCProgressBar.js +23 -0
  111. package/lib/esm/components/SCRelatedEventsWidget.d.ts +101 -0
  112. package/lib/esm/components/SCRelatedEventsWidget.js +95 -0
  113. package/lib/esm/components/SCSuggestedEventsWidget.d.ts +97 -0
  114. package/lib/esm/components/SCSuggestedEventsWidget.js +93 -0
  115. package/lib/esm/fonts/community/icons.eot +0 -0
  116. package/lib/esm/fonts/community/icons.svg +17 -1
  117. package/lib/esm/fonts/community/icons.ttf +0 -0
  118. package/lib/esm/fonts/community/icons.woff +0 -0
  119. package/lib/esm/fonts/community/icons.woff2 +0 -0
  120. package/lib/esm/fonts/community-icons.css +30 -6
  121. package/lib/esm/index.d.ts +3706 -1923
  122. package/lib/esm/index.js +209 -167
  123. package/lib/umd/community/icons.eot +0 -0
  124. package/lib/umd/community/icons.svg +17 -1
  125. package/lib/umd/community/icons.ttf +0 -0
  126. package/lib/umd/community/icons.woff +0 -0
  127. package/lib/umd/community/icons.woff2 +0 -0
  128. package/lib/umd/react-theme-default.js +3 -3
  129. package/package.json +4 -4
@@ -0,0 +1,451 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ [x: number]: {
5
+ borderRadius: any;
6
+ };
7
+ '& .SCOnBoardingWidget-step-content': {
8
+ [x: number]: {
9
+ width: string;
10
+ };
11
+ padding: any;
12
+ };
13
+ '& .SCOnBoardingWidget-logo': {
14
+ width: string;
15
+ };
16
+ '& .MuiCardContent-root': {
17
+ [x: number]: {
18
+ display: string;
19
+ };
20
+ '& .MuiList-root': {
21
+ paddingTop: number;
22
+ borderRight: string;
23
+ '& .MuiListItem-root': {
24
+ paddingBottom: number;
25
+ };
26
+ };
27
+ padding: number;
28
+ '& .SCOnBoardingWidget-steps-mobile': {
29
+ width: string;
30
+ display: string;
31
+ overflowX: string;
32
+ overflowY: string;
33
+ '&::-webkit-scrollbar': {
34
+ display: string;
35
+ };
36
+ '-webkit-overflow-scrolling': string;
37
+ '& .MuiButtonBase-root, .MuiListItem-root': {
38
+ marginRight: any;
39
+ padding: number;
40
+ '& .MuiChip-root': {
41
+ '&.MuiChip-filledDefault': {
42
+ color: any;
43
+ backgroundColor: any;
44
+ };
45
+ };
46
+ };
47
+ padding: any;
48
+ };
49
+ '& .SCOnBoardingWidget-steps': {
50
+ width: string;
51
+ '& .Mui-selected': {
52
+ backgroundColor: any;
53
+ };
54
+ '& .MuiButtonBase-root': {
55
+ height: any;
56
+ '&:hover': {
57
+ backgroundColor: any;
58
+ };
59
+ '& .MuiListItemIcon-root': {
60
+ minWidth: number;
61
+ };
62
+ };
63
+ };
64
+ };
65
+ };
66
+ accordionRoot: ({ theme, expanded }: any) => {
67
+ boxShadow: string;
68
+ '& .MuiAccordionDetails-root ': {
69
+ padding: number;
70
+ '& .SCOnBoardingWidget-content': {
71
+ '& .MuiCardContent-root': {
72
+ [x: number]: {
73
+ '& .MuiListItem-root:first-of-type': {
74
+ paddingTop: any;
75
+ };
76
+ };
77
+ padding: number;
78
+ '& .MuiList-root': {
79
+ paddingTop: number;
80
+ paddingBottom: any;
81
+ };
82
+ };
83
+ };
84
+ };
85
+ '& .MuiAccordionSummary-root': {
86
+ [x: number]: {
87
+ borderRadius: any;
88
+ borderBottomLeftRadius: any;
89
+ borderBottomRightRadius: any;
90
+ };
91
+ borderBottom: string;
92
+ borderRadius: number;
93
+ '& .MuiAccordionSummary-content': {
94
+ [x: number]: {
95
+ flexDirection: string;
96
+ paddingLeft: any;
97
+ };
98
+ '& h4, & h5': {
99
+ fontWeight: any;
100
+ };
101
+ '& h4': {
102
+ [x: number]: {
103
+ marginLeft: any;
104
+ '& .MuiIcon-root': {
105
+ position: string;
106
+ left: any;
107
+ };
108
+ };
109
+ fontSize: string;
110
+ };
111
+ '& h5': {
112
+ fontSize: string;
113
+ };
114
+ 'p strong': {
115
+ color: any;
116
+ };
117
+ '& .SCOnBoardingWidget-intro': {
118
+ marginLeft: any;
119
+ '& h5': {
120
+ marginBottom: any;
121
+ };
122
+ };
123
+ '& .MuiTypography-body1': {
124
+ display: string;
125
+ alignItems: string;
126
+ fontSize: string;
127
+ flexWrap: string;
128
+ strong: {
129
+ marginRight: any;
130
+ marginLeft: any;
131
+ };
132
+ };
133
+ };
134
+ alignItems: string;
135
+ '& .MuiAccordionSummary-expandIconWrapper': {
136
+ marginTop: any;
137
+ alignSelf: string;
138
+ };
139
+ };
140
+ };
141
+ skeletonRoot: ({ theme }: any) => {
142
+ [x: number]: {
143
+ flexDirection: string;
144
+ };
145
+ display: string;
146
+ flexDirection: string;
147
+ '& .SCOnBoardingWidget-skeleton-content': {
148
+ [x: number]: {
149
+ padding: any;
150
+ };
151
+ width: string;
152
+ marginLeft: any;
153
+ };
154
+ '& .SCOnBoardingWidget-skeleton-menu': {
155
+ [x: number]: {
156
+ borderRight: string;
157
+ };
158
+ '& .MuiListItem-root': {
159
+ padding: number;
160
+ };
161
+ };
162
+ };
163
+ contentRoot: ({ theme }: any) => {
164
+ [x: number]: {
165
+ '& .SCOnBoardingWidget-content-progress': {
166
+ display: string;
167
+ alignItems: string;
168
+ '& .SCOnBoardingWidget-content-animation-progress': {
169
+ height: string;
170
+ width: string;
171
+ };
172
+ };
173
+ };
174
+ '& .SCOnBoardingWidget-content-title': {
175
+ fontWeight: any;
176
+ };
177
+ '& .SCOnBoardingWidget-content-summary': {
178
+ whiteSpace: string;
179
+ marginTop: any;
180
+ marginBottom: any;
181
+ };
182
+ '& .SCOnBoardingWidget-content-action': {
183
+ display: string;
184
+ justifyContent: string;
185
+ };
186
+ '& .SCProgressBar-message': {
187
+ marginBottom: any;
188
+ };
189
+ };
190
+ categoryRoot: ({ theme }: any) => {
191
+ [x: number]: {
192
+ '& .SCOnBoardingWidget-category-progress': {
193
+ display: string;
194
+ alignItems: string;
195
+ '& .SCOnBoardingWidget-category-animation-progress': {
196
+ height: string;
197
+ width: string;
198
+ };
199
+ };
200
+ };
201
+ '& .SCOnBoardingWidget-category-title': {
202
+ fontWeight: any;
203
+ };
204
+ '& .SCOnBoardingWidget-category-summary': {
205
+ margin: any;
206
+ };
207
+ '& .SCOnBoardingWidget-category-action': {
208
+ display: string;
209
+ justifyContent: string;
210
+ '& .MuiButton-root': {
211
+ marginTop: any;
212
+ };
213
+ };
214
+ '& .SCProgressBar-message': {
215
+ marginBottom: any;
216
+ };
217
+ };
218
+ appearanceRoot: ({ theme }: any) => {
219
+ display: string;
220
+ alignItems: string;
221
+ flexDirection: string;
222
+ '& .MuiButton-root': {
223
+ marginTop: any;
224
+ };
225
+ '& h4': {
226
+ marginBottom: any;
227
+ fontWeight: any;
228
+ };
229
+ };
230
+ appearanceDrawerRoot: ({ theme }: any) => {
231
+ '& .MuiDrawer-paper': {
232
+ [x: number]: {
233
+ width: string;
234
+ padding: any;
235
+ };
236
+ width: string;
237
+ };
238
+ '& .SCOnBoardingWidget-appearance-drawer-header': {
239
+ display: string;
240
+ justifyContent: string;
241
+ alignItems: string;
242
+ '& h4': {
243
+ fontWeight: any;
244
+ };
245
+ padding: any;
246
+ };
247
+ '& .MuiTabs-root': {
248
+ [x: number]: {
249
+ padding: any;
250
+ };
251
+ marginBottom: any;
252
+ '& .MuiTab-root ': {
253
+ textTransform: string;
254
+ };
255
+ };
256
+ '& .SCOnBoardingWidget-appearance-drawer-content': {
257
+ [x: number]: {
258
+ padding: any;
259
+ };
260
+ display: string;
261
+ flexDirection: string;
262
+ };
263
+ '& .SCOnBoardingWidget-appearance-color': {
264
+ margin: any;
265
+ };
266
+ '& .SCOnBoardingWidget-appearance-logo-container': {
267
+ position: string;
268
+ width: string;
269
+ height: string;
270
+ display: string;
271
+ justifyContent: string;
272
+ alignItems: string;
273
+ '& .SCOnBoardingWidget-appearance-logo': {
274
+ height: number;
275
+ width: number;
276
+ marginBottom: any;
277
+ objectFit: string;
278
+ '& img': {
279
+ width: string;
280
+ height: string;
281
+ };
282
+ };
283
+ '& .SCOnBoardingWidget-appearance-upload-button': {
284
+ '& .MuiIcon-root': {
285
+ fontSize: string;
286
+ };
287
+ };
288
+ };
289
+ };
290
+ profileRoot: ({ theme }: any) => {
291
+ display: string;
292
+ alignItems: string;
293
+ flexDirection: string;
294
+ '& .MuiButton-root': {
295
+ marginTop: any;
296
+ };
297
+ '& .SCOnBoardingWidget-profile-title': {
298
+ fontWeight: any;
299
+ marginBottom: any;
300
+ };
301
+ };
302
+ profileDrawerRoot: ({ theme }: any) => {
303
+ '& .MuiDrawer-paper': {
304
+ [x: number]: {
305
+ width: string;
306
+ padding: any;
307
+ };
308
+ width: string;
309
+ };
310
+ '& .SCOnBoardingWidget-profile-cover': {
311
+ [x: number]: {
312
+ borderRadius: any;
313
+ };
314
+ position: string;
315
+ height: number;
316
+ minHeight: number;
317
+ borderRadius: number;
318
+ background: string;
319
+ boxShadow: string;
320
+ };
321
+ '& .SCOnBoardingWidget-profile-icon': {
322
+ alignSelf: string;
323
+ };
324
+ '& .SCOnBoardingWidget-profile-avatar': {
325
+ [x: number]: {
326
+ top: number;
327
+ };
328
+ top: number;
329
+ display: string;
330
+ position: string;
331
+ marginLeft: any;
332
+ '& > .MuiBadge-root > img': {
333
+ height: any;
334
+ width: any;
335
+ borderRadius: string;
336
+ border: string;
337
+ objectFit: string;
338
+ };
339
+ '& .MuiBadge-badge': {
340
+ right: any;
341
+ top: any;
342
+ '& .SCUserAvatar-badge-content': {
343
+ width: number;
344
+ height: number;
345
+ };
346
+ };
347
+ };
348
+ '& .SCOnBoardingWidget-profile-change-picture': {
349
+ [x: number]: {
350
+ top: number;
351
+ };
352
+ top: number;
353
+ left: number;
354
+ position: string;
355
+ display: string;
356
+ marginLeft: any;
357
+ };
358
+ '& .SCOnBoardingWidget-profile-change-cover': {
359
+ position: string;
360
+ right: number;
361
+ bottom: number;
362
+ };
363
+ '& .SCOnBoardingWidget-profile-public-info': {
364
+ marginTop: any;
365
+ padding: any;
366
+ '& .SCUserProfileEdit-public-info-root': {
367
+ display: string;
368
+ alignItems: string;
369
+ flexDirection: string;
370
+ '& .MuiButtonBase-root': {
371
+ width: string;
372
+ };
373
+ };
374
+ };
375
+ };
376
+ inviteRoot: ({ theme }: any) => {
377
+ '& .MuiTypography-subtitle1': {
378
+ marginLeft: any;
379
+ };
380
+ '& .SCOnBoardingWidget-invite-title': {
381
+ fontWeight: any;
382
+ };
383
+ '& .SCOnBoardingWidget-invite-social': {
384
+ margin: any;
385
+ '& .SCOnBoardingWidget-invite-social-icon-container': {
386
+ display: string;
387
+ justifyContent: string;
388
+ marginTop: any;
389
+ };
390
+ '& .SCOnBoardingWidget-invite-social-icon': {
391
+ fontSize: string;
392
+ fontWeight: any;
393
+ };
394
+ '& .SCOnBoardingWidget-invite-title': {
395
+ fontSize: string;
396
+ };
397
+ };
398
+ '& .SCOnBoardingWidget-invite-button': {
399
+ marginTop: any;
400
+ };
401
+ '& .SCOnBoardingWidget-invite-action': {
402
+ display: string;
403
+ justifyContent: string;
404
+ marginTop: any;
405
+ };
406
+ '& .SCOnBoardingWidget-invite-email': {
407
+ '& .SCOnBoardingWidget-invite-title': {
408
+ fontSize: string;
409
+ };
410
+ };
411
+ };
412
+ appRoot: ({ theme }: any) => {
413
+ '& .SCOnBoardingWidget-app-title': {
414
+ fontWeight: any;
415
+ };
416
+ '& .SCOnBoardingWidget-app-summary': {
417
+ whiteSpace: string;
418
+ margin: any;
419
+ };
420
+ '& .SCOnBoardingWidget-app-tabs': {
421
+ padding: any;
422
+ '& .MuiTab-root ': {
423
+ textTransform: string;
424
+ };
425
+ };
426
+ '& .SCOnBoardingWidget-app-tab-content': {
427
+ display: string;
428
+ flexDirection: string;
429
+ alignItems: string;
430
+ '& .SCOnBoardingWidget-app-image': {
431
+ width: string;
432
+ };
433
+ };
434
+ '& .SCOnBoardingWidget-app-step': {
435
+ marginBottom: any;
436
+ display: string;
437
+ alignItems: string;
438
+ strong: {
439
+ display: string;
440
+ alignItems: string;
441
+ marginRight: any;
442
+ '& .MuiIcon-root': {
443
+ margin: any;
444
+ };
445
+ };
446
+ flexWrap: string;
447
+ };
448
+ };
449
+ };
450
+ };
451
+ export default Component;