@selfcommunity/react-theme-default 0.5.0-alpha.1 → 0.5.0-alpha.3
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.
- package/lib/cjs/components/SCBuyButton.d.ts +15 -0
- package/lib/cjs/components/SCBuyButton.js +13 -0
- package/lib/cjs/components/SCCategory.d.ts +8 -0
- package/lib/cjs/components/SCCategory.js +8 -0
- package/lib/cjs/components/SCCategoryFollowButton.d.ts +8 -0
- package/lib/cjs/components/SCCategoryFollowButton.js +10 -0
- package/lib/cjs/components/SCCategoryHeader.d.ts +4 -0
- package/lib/cjs/components/SCCategoryHeader.js +5 -1
- package/lib/cjs/components/SCCheckout.d.ts +115 -0
- package/lib/cjs/components/SCCheckout.js +116 -0
- package/lib/cjs/components/SCCheckoutHeaderInfoWidget.d.ts +34 -0
- package/lib/cjs/components/SCCheckoutHeaderInfoWidget.js +34 -0
- package/lib/cjs/components/SCCheckoutReturnDialog.d.ts +26 -0
- package/lib/cjs/components/SCCheckoutReturnDialog.js +26 -0
- package/lib/cjs/components/SCComposer.d.ts +16 -0
- package/lib/cjs/components/SCComposer.js +16 -0
- package/lib/cjs/components/SCCourse.d.ts +19 -1
- package/lib/cjs/components/SCCourse.js +19 -1
- package/lib/cjs/components/SCCourseDashboard.d.ts +22 -0
- package/lib/cjs/components/SCCourseDashboard.js +22 -0
- package/lib/cjs/components/SCCourses.d.ts +3 -0
- package/lib/cjs/components/SCCourses.js +3 -0
- package/lib/cjs/components/SCEditCourse.d.ts +7 -0
- package/lib/cjs/components/SCEditCourse.js +7 -0
- package/lib/cjs/components/SCEventForm.d.ts +3 -0
- package/lib/cjs/components/SCEventForm.js +3 -0
- package/lib/cjs/components/SCEventHeader.d.ts +12 -0
- package/lib/cjs/components/SCEventHeader.js +12 -0
- package/lib/cjs/components/SCEventSubscribeButton.d.ts +12 -0
- package/lib/cjs/components/SCEventSubscribeButton.js +10 -0
- package/lib/cjs/components/SCFeedObject.d.ts +17 -10
- package/lib/cjs/components/SCFeedObject.js +18 -11
- package/lib/cjs/components/SCGroup.d.ts +6 -2
- package/lib/cjs/components/SCGroup.js +6 -2
- package/lib/cjs/components/SCGroupHeader.d.ts +12 -0
- package/lib/cjs/components/SCGroupHeader.js +12 -0
- package/lib/cjs/components/SCGroupSubscribeButton.d.ts +18 -0
- package/lib/cjs/components/SCGroupSubscribeButton.js +18 -0
- package/lib/cjs/components/SCHiddenPurchasableContent.d.ts +8 -0
- package/lib/cjs/components/SCHiddenPurchasableContent.js +10 -0
- package/lib/cjs/components/SCMediaFile.d.ts +58 -5
- package/lib/cjs/components/SCMediaFile.js +56 -5
- package/lib/cjs/components/SCMediaLink.d.ts +2 -1
- package/lib/cjs/components/SCMediaLink.js +2 -1
- package/lib/cjs/components/SCPaymentOrder.d.ts +22 -0
- package/lib/cjs/components/SCPaymentOrder.js +20 -0
- package/lib/cjs/components/SCPaymentOrderPdfButton.d.ts +16 -0
- package/lib/cjs/components/SCPaymentOrderPdfButton.js +16 -0
- package/lib/cjs/components/SCPaymentOrders.d.ts +62 -0
- package/lib/cjs/components/SCPaymentOrders.js +64 -0
- package/lib/cjs/components/SCPaymentProduct.d.ts +49 -0
- package/lib/cjs/components/SCPaymentProduct.js +47 -0
- package/lib/cjs/components/SCPaymentProductPrice.d.ts +39 -0
- package/lib/cjs/components/SCPaymentProductPrice.js +37 -0
- package/lib/cjs/components/SCPaymentProducts.d.ts +15 -0
- package/lib/cjs/components/SCPaymentProducts.js +13 -0
- package/lib/cjs/components/SCPaywalls.d.ts +12 -0
- package/lib/cjs/components/SCPaywalls.js +12 -0
- package/lib/cjs/components/SCPaywallsConfigurator.d.ts +157 -0
- package/lib/cjs/components/SCPaywallsConfigurator.js +160 -0
- package/lib/cjs/components/SCPdfPreview.d.ts +33 -0
- package/lib/cjs/components/SCPdfPreview.js +35 -0
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +75 -69
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +133 -126
- package/lib/cjs/index.d.ts +853 -39
- package/lib/cjs/index.js +47 -1
- package/lib/esm/components/SCBuyButton.d.ts +15 -0
- package/lib/esm/components/SCBuyButton.js +11 -0
- package/lib/esm/components/SCCategory.d.ts +8 -0
- package/lib/esm/components/SCCategory.js +8 -0
- package/lib/esm/components/SCCategoryFollowButton.d.ts +8 -0
- package/lib/esm/components/SCCategoryFollowButton.js +8 -0
- package/lib/esm/components/SCCategoryHeader.d.ts +4 -0
- package/lib/esm/components/SCCategoryHeader.js +5 -1
- package/lib/esm/components/SCCheckout.d.ts +115 -0
- package/lib/esm/components/SCCheckout.js +114 -0
- package/lib/esm/components/SCCheckoutHeaderInfoWidget.d.ts +34 -0
- package/lib/esm/components/SCCheckoutHeaderInfoWidget.js +32 -0
- package/lib/esm/components/SCCheckoutReturnDialog.d.ts +26 -0
- package/lib/esm/components/SCCheckoutReturnDialog.js +24 -0
- package/lib/esm/components/SCComposer.d.ts +16 -0
- package/lib/esm/components/SCComposer.js +16 -0
- package/lib/esm/components/SCCourse.d.ts +19 -1
- package/lib/esm/components/SCCourse.js +19 -1
- package/lib/esm/components/SCCourseDashboard.d.ts +22 -0
- package/lib/esm/components/SCCourseDashboard.js +22 -0
- package/lib/esm/components/SCCourses.d.ts +3 -0
- package/lib/esm/components/SCCourses.js +3 -0
- package/lib/esm/components/SCEditCourse.d.ts +7 -0
- package/lib/esm/components/SCEditCourse.js +7 -0
- package/lib/esm/components/SCEventForm.d.ts +3 -0
- package/lib/esm/components/SCEventForm.js +3 -0
- package/lib/esm/components/SCEventHeader.d.ts +12 -0
- package/lib/esm/components/SCEventHeader.js +12 -0
- package/lib/esm/components/SCEventSubscribeButton.d.ts +12 -0
- package/lib/esm/components/SCEventSubscribeButton.js +10 -0
- package/lib/esm/components/SCFeedObject.d.ts +17 -10
- package/lib/esm/components/SCFeedObject.js +18 -11
- package/lib/esm/components/SCGroup.d.ts +6 -2
- package/lib/esm/components/SCGroup.js +6 -2
- package/lib/esm/components/SCGroupHeader.d.ts +12 -0
- package/lib/esm/components/SCGroupHeader.js +12 -0
- package/lib/esm/components/SCGroupSubscribeButton.d.ts +18 -0
- package/lib/esm/components/SCGroupSubscribeButton.js +16 -0
- package/lib/esm/components/SCHiddenPurchasableContent.d.ts +8 -0
- package/lib/esm/components/SCHiddenPurchasableContent.js +8 -0
- package/lib/esm/components/SCMediaFile.d.ts +58 -5
- package/lib/esm/components/SCMediaFile.js +56 -5
- package/lib/esm/components/SCMediaLink.d.ts +2 -1
- package/lib/esm/components/SCMediaLink.js +2 -1
- package/lib/esm/components/SCPaymentOrder.d.ts +22 -0
- package/lib/esm/components/SCPaymentOrder.js +18 -0
- package/lib/esm/components/SCPaymentOrderPdfButton.d.ts +16 -0
- package/lib/esm/components/SCPaymentOrderPdfButton.js +14 -0
- package/lib/esm/components/SCPaymentOrders.d.ts +62 -0
- package/lib/esm/components/SCPaymentOrders.js +62 -0
- package/lib/esm/components/SCPaymentProduct.d.ts +49 -0
- package/lib/esm/components/SCPaymentProduct.js +45 -0
- package/lib/esm/components/SCPaymentProductPrice.d.ts +39 -0
- package/lib/esm/components/SCPaymentProductPrice.js +35 -0
- package/lib/esm/components/SCPaymentProducts.d.ts +15 -0
- package/lib/esm/components/SCPaymentProducts.js +11 -0
- package/lib/esm/components/SCPaywalls.d.ts +12 -0
- package/lib/esm/components/SCPaywalls.js +10 -0
- package/lib/esm/components/SCPaywallsConfigurator.d.ts +157 -0
- package/lib/esm/components/SCPaywallsConfigurator.js +158 -0
- package/lib/esm/components/SCPdfPreview.d.ts +33 -0
- package/lib/esm/components/SCPdfPreview.js +33 -0
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +75 -69
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +133 -126
- package/lib/esm/index.d.ts +853 -39
- package/lib/esm/index.js +47 -1
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +75 -69
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -52,6 +52,18 @@ const Component = {
|
|
|
52
52
|
flexDirection: 'row',
|
|
53
53
|
alignItems: 'center',
|
|
54
54
|
gap: theme.spacing(1)
|
|
55
|
+
},
|
|
56
|
+
'& .SCBuyButton-request-root': {
|
|
57
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
58
|
+
'& .MuiButton-startIcon': {
|
|
59
|
+
marginRight: theme.spacing(0.5),
|
|
60
|
+
'& .MuiIcon-root': {
|
|
61
|
+
fontSize: '1.5rem'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
'&.Mui-selected, &:hover': {
|
|
65
|
+
backgroundColor: 'transparent'
|
|
66
|
+
}
|
|
55
67
|
}
|
|
56
68
|
}
|
|
57
69
|
}
|
|
@@ -175,6 +187,16 @@ const Component = {
|
|
|
175
187
|
[theme.breakpoints.up('sm')]: {
|
|
176
188
|
flexDirection: 'row',
|
|
177
189
|
margin: 0
|
|
190
|
+
},
|
|
191
|
+
'& .SCBuyButton-request-root': {
|
|
192
|
+
'&:hover, &:active': {
|
|
193
|
+
backgroundColor: theme.palette.common.white,
|
|
194
|
+
color: theme.palette.primary.main,
|
|
195
|
+
border: `1px solid ${theme.palette.primary.main}`,
|
|
196
|
+
'& .MuiIcon-root': {
|
|
197
|
+
color: theme.palette.primary.main
|
|
198
|
+
}
|
|
199
|
+
}
|
|
178
200
|
}
|
|
179
201
|
}
|
|
180
202
|
},
|
|
@@ -3,6 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const Component = {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
|
+
'& .infinite-scroll-component__outerdiv .infinite-scroll-component': {
|
|
7
|
+
overflow: 'visible !important'
|
|
8
|
+
},
|
|
6
9
|
'& .SCCourses-filters': {
|
|
7
10
|
alignItems: 'center',
|
|
8
11
|
marginTop: theme.spacing(),
|
|
@@ -219,6 +219,13 @@ declare const Component: {
|
|
|
219
219
|
margin: any;
|
|
220
220
|
};
|
|
221
221
|
};
|
|
222
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
223
|
+
marginBottom: any;
|
|
224
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
225
|
+
fontSize: string;
|
|
226
|
+
padding: any;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
222
229
|
};
|
|
223
230
|
};
|
|
224
231
|
skeletonRoot: ({ theme }: {
|
|
@@ -219,6 +219,13 @@ const Component = {
|
|
|
219
219
|
maxWidth: '600px',
|
|
220
220
|
margin: theme.spacing(2, 'auto', 0)
|
|
221
221
|
}
|
|
222
|
+
},
|
|
223
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
224
|
+
marginBottom: theme.spacing(3),
|
|
225
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
226
|
+
fontSize: '14px',
|
|
227
|
+
padding: theme.spacing()
|
|
228
|
+
}
|
|
222
229
|
}
|
|
223
230
|
}
|
|
224
231
|
}),
|
|
@@ -79,6 +79,18 @@ declare const Component: {
|
|
|
79
79
|
alignItems: string;
|
|
80
80
|
gap: any;
|
|
81
81
|
};
|
|
82
|
+
'& .SCBuyButton-request-root': {
|
|
83
|
+
fontWeight: any;
|
|
84
|
+
'& .MuiButton-startIcon': {
|
|
85
|
+
marginRight: any;
|
|
86
|
+
'& .MuiIcon-root': {
|
|
87
|
+
fontSize: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
'&.Mui-selected, &:hover': {
|
|
91
|
+
backgroundColor: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
82
94
|
};
|
|
83
95
|
'& .SCEditEvenButton-root': {
|
|
84
96
|
marginLeft: string;
|
|
@@ -81,6 +81,18 @@ const Component = {
|
|
|
81
81
|
justifyContent: 'center',
|
|
82
82
|
alignItems: 'center',
|
|
83
83
|
gap: theme.spacing(0.5)
|
|
84
|
+
},
|
|
85
|
+
'& .SCBuyButton-request-root': {
|
|
86
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
87
|
+
'& .MuiButton-startIcon': {
|
|
88
|
+
marginRight: theme.spacing(0.5),
|
|
89
|
+
'& .MuiIcon-root': {
|
|
90
|
+
fontSize: '1.5rem'
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
'&.Mui-selected, &:hover': {
|
|
94
|
+
backgroundColor: 'transparent'
|
|
95
|
+
}
|
|
84
96
|
}
|
|
85
97
|
},
|
|
86
98
|
'& .SCEditEvenButton-root': {
|
|
@@ -49,6 +49,18 @@ declare const Component: {
|
|
|
49
49
|
requestRoot: ({ theme }: {
|
|
50
50
|
theme: any;
|
|
51
51
|
}) => {};
|
|
52
|
+
buyButtonRoot: ({ theme }: {
|
|
53
|
+
theme: any;
|
|
54
|
+
}) => {
|
|
55
|
+
'&:hover, &:active': {
|
|
56
|
+
backgroundColor: any;
|
|
57
|
+
color: any;
|
|
58
|
+
border: string;
|
|
59
|
+
'& .MuiIcon-root': {
|
|
60
|
+
color: any;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
52
64
|
menuRoot: ({ theme }: {
|
|
53
65
|
theme: any;
|
|
54
66
|
}) => {
|
|
@@ -47,6 +47,16 @@ const Component = {
|
|
|
47
47
|
}
|
|
48
48
|
}),
|
|
49
49
|
requestRoot: ({ theme }) => ({}),
|
|
50
|
+
buyButtonRoot: ({ theme }) => ({
|
|
51
|
+
'&:hover, &:active': {
|
|
52
|
+
backgroundColor: theme.palette.common.white,
|
|
53
|
+
color: theme.palette.primary.main,
|
|
54
|
+
border: `1px solid ${theme.palette.primary.main}`,
|
|
55
|
+
'& .MuiIcon-root': {
|
|
56
|
+
color: theme.palette.primary.main
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}),
|
|
50
60
|
menuRoot: ({ theme }) => ({
|
|
51
61
|
'& .MuiPaper-root': {
|
|
52
62
|
width: 195,
|
|
@@ -124,6 +124,13 @@ declare const Component: {
|
|
|
124
124
|
};
|
|
125
125
|
'& .SCFeedObject-info-section': {
|
|
126
126
|
padding: any;
|
|
127
|
+
'& .SCFeedObject-vote': {
|
|
128
|
+
width: string;
|
|
129
|
+
justifyContent: string;
|
|
130
|
+
'& > button:first-of-type': {
|
|
131
|
+
margin: string;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
127
134
|
};
|
|
128
135
|
'& .SCFeedObject-activity-at': {
|
|
129
136
|
textDecoration: string;
|
|
@@ -504,14 +511,14 @@ declare const Component: {
|
|
|
504
511
|
paddingRight: number;
|
|
505
512
|
};
|
|
506
513
|
};
|
|
507
|
-
actionsRoot: (
|
|
514
|
+
actionsRoot: () => {
|
|
508
515
|
margin: string;
|
|
509
516
|
color: string;
|
|
510
517
|
'& .SCFeedObject-actions-action': {
|
|
511
518
|
textAlign: string;
|
|
512
519
|
};
|
|
513
520
|
};
|
|
514
|
-
actionCommentRoot: (
|
|
521
|
+
actionCommentRoot: () => {
|
|
515
522
|
display: string;
|
|
516
523
|
justifyContent: string;
|
|
517
524
|
alignItems: string;
|
|
@@ -538,7 +545,7 @@ declare const Component: {
|
|
|
538
545
|
};
|
|
539
546
|
};
|
|
540
547
|
};
|
|
541
|
-
actionShareRoot: (
|
|
548
|
+
actionShareRoot: () => {
|
|
542
549
|
display: string;
|
|
543
550
|
justifyContent: string;
|
|
544
551
|
alignItems: string;
|
|
@@ -554,7 +561,7 @@ declare const Component: {
|
|
|
554
561
|
whiteSpace: string;
|
|
555
562
|
};
|
|
556
563
|
};
|
|
557
|
-
actionVoteRoot: (
|
|
564
|
+
actionVoteRoot: () => {
|
|
558
565
|
display: string;
|
|
559
566
|
justifyContent: string;
|
|
560
567
|
alignItems: string;
|
|
@@ -567,7 +574,7 @@ declare const Component: {
|
|
|
567
574
|
borderBottom: number;
|
|
568
575
|
};
|
|
569
576
|
};
|
|
570
|
-
activitiesRoot: (
|
|
577
|
+
activitiesRoot: () => {
|
|
571
578
|
width: string;
|
|
572
579
|
};
|
|
573
580
|
activitiesMenuRoot: ({ theme }: any) => {
|
|
@@ -607,7 +614,7 @@ declare const Component: {
|
|
|
607
614
|
lineHeight: string;
|
|
608
615
|
};
|
|
609
616
|
};
|
|
610
|
-
contributorsSkeletonRoot: (
|
|
617
|
+
contributorsSkeletonRoot: () => {};
|
|
611
618
|
pollObjectRoot: ({ theme }: any) => {
|
|
612
619
|
marginTop: any;
|
|
613
620
|
marginBottom: any;
|
|
@@ -744,10 +751,10 @@ declare const Component: {
|
|
|
744
751
|
};
|
|
745
752
|
};
|
|
746
753
|
};
|
|
747
|
-
activityCommentRoot: (
|
|
748
|
-
activityFollowRoot: (
|
|
749
|
-
activityPollVoteRoot: (
|
|
750
|
-
activityVoteUpRoot: (
|
|
754
|
+
activityCommentRoot: () => {};
|
|
755
|
+
activityFollowRoot: () => {};
|
|
756
|
+
activityPollVoteRoot: () => {};
|
|
757
|
+
activityVoteUpRoot: () => {};
|
|
751
758
|
};
|
|
752
759
|
};
|
|
753
760
|
export default Component;
|
|
@@ -126,7 +126,14 @@ const Component = {
|
|
|
126
126
|
padding: theme.spacing(0.2, 2)
|
|
127
127
|
},
|
|
128
128
|
'& .SCFeedObject-info-section': {
|
|
129
|
-
padding: theme.spacing(0, 2)
|
|
129
|
+
padding: theme.spacing(0, 2),
|
|
130
|
+
'& .SCFeedObject-vote': {
|
|
131
|
+
width: '100%',
|
|
132
|
+
justifyContent: 'space-between',
|
|
133
|
+
'& > button:first-of-type': {
|
|
134
|
+
margin: 'auto'
|
|
135
|
+
}
|
|
136
|
+
}
|
|
130
137
|
},
|
|
131
138
|
'& .SCFeedObject-activity-at': {
|
|
132
139
|
textDecoration: 'none',
|
|
@@ -505,14 +512,14 @@ const Component = {
|
|
|
505
512
|
paddingRight: 0
|
|
506
513
|
}
|
|
507
514
|
}),
|
|
508
|
-
actionsRoot: (
|
|
515
|
+
actionsRoot: () => ({
|
|
509
516
|
margin: '0px 0px',
|
|
510
517
|
color: '#3A3A3A',
|
|
511
518
|
'& .SCFeedObject-actions-action': {
|
|
512
519
|
textAlign: 'center'
|
|
513
520
|
}
|
|
514
521
|
}),
|
|
515
|
-
actionCommentRoot: (
|
|
522
|
+
actionCommentRoot: () => ({
|
|
516
523
|
display: 'flex',
|
|
517
524
|
justifyContent: 'center',
|
|
518
525
|
alignItems: 'center',
|
|
@@ -539,7 +546,7 @@ const Component = {
|
|
|
539
546
|
}
|
|
540
547
|
}
|
|
541
548
|
}),
|
|
542
|
-
actionShareRoot: (
|
|
549
|
+
actionShareRoot: () => ({
|
|
543
550
|
display: 'flex',
|
|
544
551
|
justifyContent: 'center',
|
|
545
552
|
alignItems: 'center',
|
|
@@ -555,7 +562,7 @@ const Component = {
|
|
|
555
562
|
whiteSpace: 'nowrap'
|
|
556
563
|
}
|
|
557
564
|
}),
|
|
558
|
-
actionVoteRoot: (
|
|
565
|
+
actionVoteRoot: () => ({
|
|
559
566
|
display: 'flex',
|
|
560
567
|
justifyContent: 'center',
|
|
561
568
|
alignItems: 'center',
|
|
@@ -568,7 +575,7 @@ const Component = {
|
|
|
568
575
|
borderBottom: 0
|
|
569
576
|
}
|
|
570
577
|
}),
|
|
571
|
-
activitiesRoot: (
|
|
578
|
+
activitiesRoot: () => ({
|
|
572
579
|
width: '100%'
|
|
573
580
|
}),
|
|
574
581
|
activitiesMenuRoot: ({ theme }) => ({
|
|
@@ -608,7 +615,7 @@ const Component = {
|
|
|
608
615
|
lineHeight: '24px'
|
|
609
616
|
}
|
|
610
617
|
}),
|
|
611
|
-
contributorsSkeletonRoot: (
|
|
618
|
+
contributorsSkeletonRoot: () => ({
|
|
612
619
|
// [`& .${classes.btnParticipants}`]: {
|
|
613
620
|
// marginLeft: -10
|
|
614
621
|
// }
|
|
@@ -751,10 +758,10 @@ const Component = {
|
|
|
751
758
|
}
|
|
752
759
|
}
|
|
753
760
|
}),
|
|
754
|
-
activityCommentRoot: (
|
|
755
|
-
activityFollowRoot: (
|
|
756
|
-
activityPollVoteRoot: (
|
|
757
|
-
activityVoteUpRoot: (
|
|
761
|
+
activityCommentRoot: () => ({}),
|
|
762
|
+
activityFollowRoot: () => ({}),
|
|
763
|
+
activityPollVoteRoot: () => ({}),
|
|
764
|
+
activityVoteUpRoot: () => ({})
|
|
758
765
|
}
|
|
759
766
|
};
|
|
760
767
|
exports.default = Component;
|
|
@@ -6,9 +6,10 @@ declare const Component: {
|
|
|
6
6
|
};
|
|
7
7
|
borderRadius: number;
|
|
8
8
|
paddingBottom: number;
|
|
9
|
+
paddingLeft: any;
|
|
10
|
+
paddingRight: any;
|
|
9
11
|
overflow: string;
|
|
10
12
|
'& .SCBaseItemButton-image': {
|
|
11
|
-
marginRight: any;
|
|
12
13
|
'& .MuiAvatar-root': {
|
|
13
14
|
width: any;
|
|
14
15
|
height: any;
|
|
@@ -38,7 +39,10 @@ declare const Component: {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
};
|
|
41
|
-
skeletonRoot: ({ theme }: any) => {
|
|
42
|
+
skeletonRoot: ({ theme }: any) => {
|
|
43
|
+
paddingLeft: any;
|
|
44
|
+
paddingRight: any;
|
|
45
|
+
};
|
|
42
46
|
};
|
|
43
47
|
};
|
|
44
48
|
export default Component;
|
|
@@ -5,12 +5,13 @@ const Component = {
|
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
borderRadius: 0,
|
|
7
7
|
paddingBottom: 0,
|
|
8
|
+
paddingLeft: theme.spacing(),
|
|
9
|
+
paddingRight: theme.spacing(),
|
|
8
10
|
overflow: 'visible',
|
|
9
11
|
[theme.breakpoints.up('sm')]: {
|
|
10
12
|
borderRadius: theme.shape.borderRadiusSm
|
|
11
13
|
},
|
|
12
14
|
'& .SCBaseItemButton-image': {
|
|
13
|
-
marginRight: theme.spacing(1.25),
|
|
14
15
|
'& .MuiAvatar-root': {
|
|
15
16
|
width: theme.selfcommunity.group.avatar.sizeSmall,
|
|
16
17
|
height: theme.selfcommunity.group.avatar.sizeSmall,
|
|
@@ -40,7 +41,10 @@ const Component = {
|
|
|
40
41
|
}
|
|
41
42
|
}
|
|
42
43
|
}),
|
|
43
|
-
skeletonRoot: ({ theme }) => ({
|
|
44
|
+
skeletonRoot: ({ theme }) => ({
|
|
45
|
+
paddingLeft: theme.spacing(),
|
|
46
|
+
paddingRight: theme.spacing(),
|
|
47
|
+
})
|
|
44
48
|
}
|
|
45
49
|
};
|
|
46
50
|
exports.default = Component;
|
|
@@ -39,6 +39,18 @@ declare const Component: {
|
|
|
39
39
|
alignItems: string;
|
|
40
40
|
gap: any;
|
|
41
41
|
};
|
|
42
|
+
'& .SCBuyButton-request-root': {
|
|
43
|
+
fontWeight: any;
|
|
44
|
+
'& .MuiButton-startIcon': {
|
|
45
|
+
marginRight: any;
|
|
46
|
+
'& .MuiIcon-root': {
|
|
47
|
+
fontSize: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
'&.Mui-selected, &:hover': {
|
|
51
|
+
backgroundColor: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
42
54
|
};
|
|
43
55
|
'& .SCGroupHeader-multi-actions': {
|
|
44
56
|
display: string;
|
|
@@ -40,6 +40,18 @@ const Component = {
|
|
|
40
40
|
justifyContent: 'center',
|
|
41
41
|
alignItems: 'center',
|
|
42
42
|
gap: theme.spacing(0.5)
|
|
43
|
+
},
|
|
44
|
+
'& .SCBuyButton-request-root': {
|
|
45
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
46
|
+
'& .MuiButton-startIcon': {
|
|
47
|
+
marginRight: theme.spacing(0.5),
|
|
48
|
+
'& .MuiIcon-root': {
|
|
49
|
+
fontSize: '1.5rem'
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
'&.Mui-selected, &:hover': {
|
|
53
|
+
backgroundColor: 'transparent'
|
|
54
|
+
}
|
|
43
55
|
}
|
|
44
56
|
},
|
|
45
57
|
'& .SCGroupHeader-multi-actions': {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
buyButtonRoot: ({ theme }: {
|
|
4
|
+
theme: any;
|
|
5
|
+
}) => {
|
|
6
|
+
border: string;
|
|
7
|
+
'&:hover, &:active': {
|
|
8
|
+
backgroundColor: any;
|
|
9
|
+
color: any;
|
|
10
|
+
border: string;
|
|
11
|
+
'& .MuiIcon-root': {
|
|
12
|
+
color: any;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
buyButtonRoot: ({ theme }) => ({
|
|
6
|
+
border: `1px solid transparent`,
|
|
7
|
+
'&:hover, &:active': {
|
|
8
|
+
backgroundColor: theme.palette.common.white,
|
|
9
|
+
color: theme.palette.primary.main,
|
|
10
|
+
border: `1px solid ${theme.palette.primary.main}`,
|
|
11
|
+
'& .MuiIcon-root': {
|
|
12
|
+
color: theme.palette.primary.main
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
})
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
exports.default = Component;
|
|
@@ -8,6 +8,7 @@ declare const Component: {
|
|
|
8
8
|
margin: string;
|
|
9
9
|
width: string;
|
|
10
10
|
position: string;
|
|
11
|
+
gap: any;
|
|
11
12
|
'& .SCMediaFile-background': {
|
|
12
13
|
backgroundSize: string;
|
|
13
14
|
backgroundPosition: string;
|
|
@@ -91,10 +92,16 @@ declare const Component: {
|
|
|
91
92
|
position: string;
|
|
92
93
|
top: number;
|
|
93
94
|
};
|
|
95
|
+
'& .SCMediaFile-docs-wrapper': {
|
|
96
|
+
gap: any;
|
|
97
|
+
};
|
|
94
98
|
};
|
|
95
|
-
lightboxRoot: (
|
|
99
|
+
lightboxRoot: () => {};
|
|
96
100
|
previewRoot: ({ theme }: any) => {
|
|
97
|
-
|
|
101
|
+
display: string;
|
|
102
|
+
flexDirection: string;
|
|
103
|
+
gap: any;
|
|
104
|
+
'& > div:not(.SCMediaFile-docs-wrapper)': {
|
|
98
105
|
display: string;
|
|
99
106
|
flexDirection: string;
|
|
100
107
|
flexWrap: string;
|
|
@@ -144,12 +151,58 @@ declare const Component: {
|
|
|
144
151
|
};
|
|
145
152
|
};
|
|
146
153
|
};
|
|
154
|
+
'& .SCMediaFile-docs-wrapper': {
|
|
155
|
+
display: string;
|
|
156
|
+
flexDirection: string;
|
|
157
|
+
gap: any;
|
|
158
|
+
};
|
|
147
159
|
};
|
|
148
|
-
triggerRoot: (
|
|
149
|
-
triggerDrawerRoot: (
|
|
160
|
+
triggerRoot: () => {};
|
|
161
|
+
triggerDrawerRoot: () => {
|
|
150
162
|
zIndex: number;
|
|
151
163
|
};
|
|
152
|
-
triggerMenuRoot: (
|
|
164
|
+
triggerMenuRoot: () => {};
|
|
165
|
+
docRoot: ({ theme }: {
|
|
166
|
+
theme: any;
|
|
167
|
+
}) => {
|
|
168
|
+
borderRadius: string;
|
|
169
|
+
border: string;
|
|
170
|
+
padding: any;
|
|
171
|
+
flexDirection: string;
|
|
172
|
+
gap: string;
|
|
173
|
+
'& .SCMediaFile-image': {
|
|
174
|
+
width: string;
|
|
175
|
+
height: string;
|
|
176
|
+
flexShrink: number;
|
|
177
|
+
};
|
|
178
|
+
'& .SCMediaFile-text-wrapper': {
|
|
179
|
+
[x: number]: {
|
|
180
|
+
maxWidth: string;
|
|
181
|
+
};
|
|
182
|
+
gap: string;
|
|
183
|
+
'& .SCMediaFile-title': {
|
|
184
|
+
textAlign: string;
|
|
185
|
+
display: string;
|
|
186
|
+
'-webkit-line-clamp': string;
|
|
187
|
+
'-webkit-box-orient': string;
|
|
188
|
+
overflow: string;
|
|
189
|
+
};
|
|
190
|
+
'& .SCMediaFile-subtitle': {
|
|
191
|
+
textAlign: string;
|
|
192
|
+
color: any;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
'& .SCMediaFile-action-wrapper': {
|
|
196
|
+
flexDirection: string;
|
|
197
|
+
gap: string;
|
|
198
|
+
marginLeft: string;
|
|
199
|
+
'& .SCMediaFile-action': {
|
|
200
|
+
'&:hover': {
|
|
201
|
+
backgroundColor: any;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
};
|
|
153
206
|
};
|
|
154
207
|
};
|
|
155
208
|
export default Component;
|