@selfcommunity/react-theme-default 0.5.0-alpha.0 → 0.5.0-alpha.10
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/MuiAppBar.js +2 -2
- package/lib/cjs/components/SCBottomNavigation.js +2 -2
- 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 +24 -0
- package/lib/cjs/components/SCComposer.js +25 -1
- package/lib/cjs/components/SCCourse.d.ts +23 -1
- package/lib/cjs/components/SCCourse.js +23 -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/SCDefaultDrawerContent.d.ts +8 -0
- package/lib/cjs/components/SCDefaultDrawerContent.js +8 -0
- package/lib/cjs/components/SCEditCourse.d.ts +7 -0
- package/lib/cjs/components/SCEditCourse.js +7 -0
- package/lib/cjs/components/SCEvent.d.ts +2 -0
- package/lib/cjs/components/SCEvent.js +3 -1
- 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 +66 -8
- package/lib/cjs/components/SCMediaFile.js +64 -8
- package/lib/cjs/components/SCMediaLink.d.ts +2 -1
- package/lib/cjs/components/SCMediaLink.js +2 -1
- package/lib/cjs/components/SCNavigationToolbar.js +2 -2
- package/lib/cjs/components/SCNavigationToolbarMobile.js +2 -2
- 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 +160 -0
- package/lib/cjs/components/SCPaywallsConfigurator.js +163 -0
- package/lib/cjs/components/SCPdfPreview.d.ts +33 -0
- package/lib/cjs/components/SCPdfPreview.js +35 -0
- package/lib/cjs/components/SCSearchAutocomplete.js +7 -7
- package/lib/cjs/components/SCVoteAudienceButton.js +2 -2
- package/lib/cjs/components/SCVoteButton.d.ts +1 -1
- package/lib/cjs/components/SCVoteButton.js +2 -2
- 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 +887 -43
- package/lib/cjs/index.js +47 -1
- package/lib/esm/components/MuiAppBar.js +1 -1
- package/lib/esm/components/SCBottomNavigation.js +1 -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 +24 -0
- package/lib/esm/components/SCComposer.js +25 -1
- package/lib/esm/components/SCCourse.d.ts +23 -1
- package/lib/esm/components/SCCourse.js +23 -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/SCDefaultDrawerContent.d.ts +8 -0
- package/lib/esm/components/SCDefaultDrawerContent.js +8 -0
- package/lib/esm/components/SCEditCourse.d.ts +7 -0
- package/lib/esm/components/SCEditCourse.js +7 -0
- package/lib/esm/components/SCEvent.d.ts +2 -0
- package/lib/esm/components/SCEvent.js +3 -1
- 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 +66 -8
- package/lib/esm/components/SCMediaFile.js +64 -8
- package/lib/esm/components/SCMediaLink.d.ts +2 -1
- package/lib/esm/components/SCMediaLink.js +2 -1
- package/lib/esm/components/SCNavigationToolbar.js +1 -1
- package/lib/esm/components/SCNavigationToolbarMobile.js +1 -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 +160 -0
- package/lib/esm/components/SCPaywallsConfigurator.js +161 -0
- package/lib/esm/components/SCPdfPreview.d.ts +33 -0
- package/lib/esm/components/SCPdfPreview.js +33 -0
- package/lib/esm/components/SCSearchAutocomplete.js +1 -1
- package/lib/esm/components/SCVoteAudienceButton.js +2 -2
- package/lib/esm/components/SCVoteButton.d.ts +1 -1
- package/lib/esm/components/SCVoteButton.js +2 -2
- 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 +887 -43
- 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
package/lib/esm/index.d.ts
CHANGED
|
@@ -773,6 +773,10 @@ declare const theme: {
|
|
|
773
773
|
textOverflow: string;
|
|
774
774
|
display: string;
|
|
775
775
|
};
|
|
776
|
+
'&.MuiPaper-outlined': {
|
|
777
|
+
paddingLeft: any;
|
|
778
|
+
paddingRight: any;
|
|
779
|
+
};
|
|
776
780
|
};
|
|
777
781
|
skeletonRoot: ({ theme }: any) => {
|
|
778
782
|
'& .SCCategory-image': {
|
|
@@ -787,6 +791,10 @@ declare const theme: {
|
|
|
787
791
|
'& .SCCategory-action': {
|
|
788
792
|
margin: any;
|
|
789
793
|
};
|
|
794
|
+
'&.MuiPaper-outlined': {
|
|
795
|
+
paddingLeft: any;
|
|
796
|
+
paddingRight: any;
|
|
797
|
+
};
|
|
790
798
|
};
|
|
791
799
|
};
|
|
792
800
|
};
|
|
@@ -838,6 +846,13 @@ declare const theme: {
|
|
|
838
846
|
dialogRoot: () => {};
|
|
839
847
|
};
|
|
840
848
|
};
|
|
849
|
+
SCCategoryFollowButton: {
|
|
850
|
+
styleOverrides: {
|
|
851
|
+
root: ({ theme }: any) => {
|
|
852
|
+
padding: any;
|
|
853
|
+
};
|
|
854
|
+
};
|
|
855
|
+
};
|
|
841
856
|
SCCategoryHeader: {
|
|
842
857
|
defaultProps: {
|
|
843
858
|
CategoryFollowButtonProps: {
|
|
@@ -886,6 +901,10 @@ declare const theme: {
|
|
|
886
901
|
'& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
|
|
887
902
|
textAlign: string;
|
|
888
903
|
marginBottom: any;
|
|
904
|
+
'& button': {
|
|
905
|
+
marginLeft: any;
|
|
906
|
+
marginRight: any;
|
|
907
|
+
};
|
|
889
908
|
};
|
|
890
909
|
'& .SCCategoryHeader-followed': {
|
|
891
910
|
marginBottom: string;
|
|
@@ -1399,6 +1418,14 @@ declare const theme: {
|
|
|
1399
1418
|
zIndex: number;
|
|
1400
1419
|
backgroundColor: any;
|
|
1401
1420
|
borderTop: string;
|
|
1421
|
+
'& .SCComposer-selected-action': {
|
|
1422
|
+
display: string;
|
|
1423
|
+
alignItems: string;
|
|
1424
|
+
'& .SCComposer-action-selected-icon': {
|
|
1425
|
+
marginLeft: any;
|
|
1426
|
+
fontSize: any;
|
|
1427
|
+
};
|
|
1428
|
+
};
|
|
1402
1429
|
};
|
|
1403
1430
|
'& .SCComposer-general-error': {
|
|
1404
1431
|
marginBottom: any;
|
|
@@ -1552,6 +1579,22 @@ declare const theme: {
|
|
|
1552
1579
|
};
|
|
1553
1580
|
};
|
|
1554
1581
|
layerLocationRoot: () => {};
|
|
1582
|
+
layerScheduledRoot: ({ theme }: any) => {
|
|
1583
|
+
'& .SCComposer-layer-scheduled-picker': {
|
|
1584
|
+
display: string;
|
|
1585
|
+
flexDirection: string;
|
|
1586
|
+
justifyContent: string;
|
|
1587
|
+
alignItems: string;
|
|
1588
|
+
'& .MuiTypography-h4': {
|
|
1589
|
+
color: any;
|
|
1590
|
+
};
|
|
1591
|
+
};
|
|
1592
|
+
'& .SCComposer-layer-scheduled-message': {
|
|
1593
|
+
textAlign: string;
|
|
1594
|
+
marginTop: any;
|
|
1595
|
+
marginBottom: any;
|
|
1596
|
+
};
|
|
1597
|
+
};
|
|
1555
1598
|
skeletonRoot: () => {};
|
|
1556
1599
|
typeSwitchButtonGroupRoot: ({ theme }: any) => {
|
|
1557
1600
|
'& .MuiToggleButton-root': {
|
|
@@ -1756,7 +1799,7 @@ declare const theme: {
|
|
|
1756
1799
|
};
|
|
1757
1800
|
SCCourse: {
|
|
1758
1801
|
styleOverrides: {
|
|
1759
|
-
root: () => {
|
|
1802
|
+
root: ({ theme }: any) => {
|
|
1760
1803
|
width: string;
|
|
1761
1804
|
};
|
|
1762
1805
|
snippetRoot: ({ theme }: any) => {
|
|
@@ -1778,6 +1821,17 @@ declare const theme: {
|
|
|
1778
1821
|
};
|
|
1779
1822
|
'& .SCCourse-snippet-image': {
|
|
1780
1823
|
position: string;
|
|
1824
|
+
marginLeft: any;
|
|
1825
|
+
'& .SCCourse-chip': {
|
|
1826
|
+
maxWidth: number;
|
|
1827
|
+
borderRadius: number;
|
|
1828
|
+
boxShadow: string;
|
|
1829
|
+
height: number;
|
|
1830
|
+
'& span': {
|
|
1831
|
+
padding: number;
|
|
1832
|
+
fontSize: string;
|
|
1833
|
+
};
|
|
1834
|
+
};
|
|
1781
1835
|
'& .SCCourse-snippet-in-progress': {
|
|
1782
1836
|
height: number;
|
|
1783
1837
|
backgroundColor: any;
|
|
@@ -1826,6 +1880,13 @@ declare const theme: {
|
|
|
1826
1880
|
padding: any;
|
|
1827
1881
|
};
|
|
1828
1882
|
};
|
|
1883
|
+
'& .SCBaseItemButton-actions': {
|
|
1884
|
+
marginRight: any;
|
|
1885
|
+
};
|
|
1886
|
+
'& .SCCourse-snippet-privacy': {
|
|
1887
|
+
flexDirection: string;
|
|
1888
|
+
alignItems: string;
|
|
1889
|
+
};
|
|
1829
1890
|
};
|
|
1830
1891
|
previewRoot: ({ theme }: any) => {
|
|
1831
1892
|
[x: number]: {
|
|
@@ -2019,6 +2080,10 @@ declare const theme: {
|
|
|
2019
2080
|
};
|
|
2020
2081
|
};
|
|
2021
2082
|
};
|
|
2083
|
+
'&.MuiPaper-outlined': {
|
|
2084
|
+
paddingLeft: any;
|
|
2085
|
+
paddingRight: any;
|
|
2086
|
+
};
|
|
2022
2087
|
};
|
|
2023
2088
|
};
|
|
2024
2089
|
};
|
|
@@ -2119,6 +2184,18 @@ declare const theme: {
|
|
|
2119
2184
|
alignItems: string;
|
|
2120
2185
|
gap: any;
|
|
2121
2186
|
};
|
|
2187
|
+
'& .SCBuyButton-request-root': {
|
|
2188
|
+
fontWeight: any;
|
|
2189
|
+
'& .MuiButton-startIcon': {
|
|
2190
|
+
marginRight: any;
|
|
2191
|
+
'& .MuiIcon-root': {
|
|
2192
|
+
fontSize: string;
|
|
2193
|
+
};
|
|
2194
|
+
};
|
|
2195
|
+
'&.Mui-selected, &:hover': {
|
|
2196
|
+
backgroundColor: string;
|
|
2197
|
+
};
|
|
2198
|
+
};
|
|
2122
2199
|
};
|
|
2123
2200
|
};
|
|
2124
2201
|
};
|
|
@@ -2245,6 +2322,16 @@ declare const theme: {
|
|
|
2245
2322
|
};
|
|
2246
2323
|
margin: string;
|
|
2247
2324
|
gap: string;
|
|
2325
|
+
'& .SCBuyButton-request-root': {
|
|
2326
|
+
'&:hover, &:active': {
|
|
2327
|
+
backgroundColor: any;
|
|
2328
|
+
color: any;
|
|
2329
|
+
border: string;
|
|
2330
|
+
'& .MuiIcon-root': {
|
|
2331
|
+
color: any;
|
|
2332
|
+
};
|
|
2333
|
+
};
|
|
2334
|
+
};
|
|
2248
2335
|
};
|
|
2249
2336
|
};
|
|
2250
2337
|
'& .SCCourseDashboard-lessons-sections': {
|
|
@@ -2432,6 +2519,9 @@ declare const theme: {
|
|
|
2432
2519
|
SCCourses: {
|
|
2433
2520
|
styleOverrides: {
|
|
2434
2521
|
root: ({ theme }: any) => {
|
|
2522
|
+
'& .infinite-scroll-component__outerdiv .infinite-scroll-component': {
|
|
2523
|
+
overflow: string;
|
|
2524
|
+
};
|
|
2435
2525
|
'& .SCCourses-filters': {
|
|
2436
2526
|
alignItems: string;
|
|
2437
2527
|
marginTop: any;
|
|
@@ -3101,6 +3191,14 @@ declare const theme: {
|
|
|
3101
3191
|
fontSize: number;
|
|
3102
3192
|
};
|
|
3103
3193
|
};
|
|
3194
|
+
'& .MuiAccordion-root': {
|
|
3195
|
+
'& .MuiAccordionSummary-content': {
|
|
3196
|
+
marginBottom: any;
|
|
3197
|
+
};
|
|
3198
|
+
'& .MuiAccordionDetails-root, .MuiList-root': {
|
|
3199
|
+
paddingTop: number;
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3104
3202
|
};
|
|
3105
3203
|
};
|
|
3106
3204
|
};
|
|
@@ -3633,6 +3731,13 @@ declare const theme: {
|
|
|
3633
3731
|
margin: any;
|
|
3634
3732
|
};
|
|
3635
3733
|
};
|
|
3734
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
3735
|
+
marginBottom: any;
|
|
3736
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
3737
|
+
fontSize: string;
|
|
3738
|
+
padding: any;
|
|
3739
|
+
};
|
|
3740
|
+
};
|
|
3636
3741
|
};
|
|
3637
3742
|
};
|
|
3638
3743
|
skeletonRoot: ({ theme }: {
|
|
@@ -3962,6 +4067,13 @@ declare const theme: {
|
|
|
3962
4067
|
};
|
|
3963
4068
|
'& .SCFeedObject-info-section': {
|
|
3964
4069
|
padding: any;
|
|
4070
|
+
'& .SCFeedObject-vote': {
|
|
4071
|
+
width: string;
|
|
4072
|
+
justifyContent: string;
|
|
4073
|
+
'& > button:first-of-type': {
|
|
4074
|
+
margin: string;
|
|
4075
|
+
};
|
|
4076
|
+
};
|
|
3965
4077
|
};
|
|
3966
4078
|
'& .SCFeedObject-activity-at': {
|
|
3967
4079
|
textDecoration: string;
|
|
@@ -4294,7 +4406,9 @@ declare const theme: {
|
|
|
4294
4406
|
};
|
|
4295
4407
|
};
|
|
4296
4408
|
};
|
|
4297
|
-
};
|
|
4409
|
+
}; /**
|
|
4410
|
+
* Export default theme
|
|
4411
|
+
*/
|
|
4298
4412
|
};
|
|
4299
4413
|
};
|
|
4300
4414
|
'&.SCFeedObject-snippet': {
|
|
@@ -4342,14 +4456,14 @@ declare const theme: {
|
|
|
4342
4456
|
paddingRight: number;
|
|
4343
4457
|
};
|
|
4344
4458
|
};
|
|
4345
|
-
actionsRoot: (
|
|
4459
|
+
actionsRoot: () => {
|
|
4346
4460
|
margin: string;
|
|
4347
4461
|
color: string;
|
|
4348
4462
|
'& .SCFeedObject-actions-action': {
|
|
4349
4463
|
textAlign: string;
|
|
4350
4464
|
};
|
|
4351
4465
|
};
|
|
4352
|
-
actionCommentRoot: (
|
|
4466
|
+
actionCommentRoot: () => {
|
|
4353
4467
|
display: string;
|
|
4354
4468
|
justifyContent: string;
|
|
4355
4469
|
alignItems: string;
|
|
@@ -4376,7 +4490,7 @@ declare const theme: {
|
|
|
4376
4490
|
};
|
|
4377
4491
|
};
|
|
4378
4492
|
};
|
|
4379
|
-
actionShareRoot: (
|
|
4493
|
+
actionShareRoot: () => {
|
|
4380
4494
|
display: string;
|
|
4381
4495
|
justifyContent: string;
|
|
4382
4496
|
alignItems: string;
|
|
@@ -4392,7 +4506,7 @@ declare const theme: {
|
|
|
4392
4506
|
whiteSpace: string;
|
|
4393
4507
|
};
|
|
4394
4508
|
};
|
|
4395
|
-
actionVoteRoot: (
|
|
4509
|
+
actionVoteRoot: () => {
|
|
4396
4510
|
display: string;
|
|
4397
4511
|
justifyContent: string;
|
|
4398
4512
|
alignItems: string;
|
|
@@ -4405,7 +4519,7 @@ declare const theme: {
|
|
|
4405
4519
|
borderBottom: number;
|
|
4406
4520
|
};
|
|
4407
4521
|
};
|
|
4408
|
-
activitiesRoot: (
|
|
4522
|
+
activitiesRoot: () => {
|
|
4409
4523
|
width: string;
|
|
4410
4524
|
};
|
|
4411
4525
|
activitiesMenuRoot: ({ theme }: any) => {
|
|
@@ -4445,7 +4559,7 @@ declare const theme: {
|
|
|
4445
4559
|
lineHeight: string;
|
|
4446
4560
|
};
|
|
4447
4561
|
};
|
|
4448
|
-
contributorsSkeletonRoot: (
|
|
4562
|
+
contributorsSkeletonRoot: () => {};
|
|
4449
4563
|
pollObjectRoot: ({ theme }: any) => {
|
|
4450
4564
|
marginTop: any;
|
|
4451
4565
|
marginBottom: any;
|
|
@@ -4582,10 +4696,10 @@ declare const theme: {
|
|
|
4582
4696
|
};
|
|
4583
4697
|
};
|
|
4584
4698
|
};
|
|
4585
|
-
activityCommentRoot: (
|
|
4586
|
-
activityFollowRoot: (
|
|
4587
|
-
activityPollVoteRoot: (
|
|
4588
|
-
activityVoteUpRoot: (
|
|
4699
|
+
activityCommentRoot: () => {};
|
|
4700
|
+
activityFollowRoot: () => {};
|
|
4701
|
+
activityPollVoteRoot: () => {};
|
|
4702
|
+
activityVoteUpRoot: () => {};
|
|
4589
4703
|
};
|
|
4590
4704
|
};
|
|
4591
4705
|
SCFeedObjectDetailTemplate: {
|
|
@@ -4692,9 +4806,10 @@ declare const theme: {
|
|
|
4692
4806
|
};
|
|
4693
4807
|
borderRadius: number;
|
|
4694
4808
|
paddingBottom: number;
|
|
4809
|
+
paddingLeft: any;
|
|
4810
|
+
paddingRight: any;
|
|
4695
4811
|
overflow: string;
|
|
4696
4812
|
'& .SCBaseItemButton-image': {
|
|
4697
|
-
marginRight: any;
|
|
4698
4813
|
'& .MuiAvatar-root': {
|
|
4699
4814
|
width: any;
|
|
4700
4815
|
height: any;
|
|
@@ -4724,7 +4839,10 @@ declare const theme: {
|
|
|
4724
4839
|
};
|
|
4725
4840
|
};
|
|
4726
4841
|
};
|
|
4727
|
-
skeletonRoot: ({ theme }: any) => {
|
|
4842
|
+
skeletonRoot: ({ theme }: any) => {
|
|
4843
|
+
paddingLeft: any;
|
|
4844
|
+
paddingRight: any;
|
|
4845
|
+
};
|
|
4728
4846
|
};
|
|
4729
4847
|
};
|
|
4730
4848
|
SCGroupActionsMenu: {
|
|
@@ -4904,6 +5022,18 @@ declare const theme: {
|
|
|
4904
5022
|
alignItems: string;
|
|
4905
5023
|
gap: any;
|
|
4906
5024
|
};
|
|
5025
|
+
'& .SCBuyButton-request-root': {
|
|
5026
|
+
fontWeight: any;
|
|
5027
|
+
'& .MuiButton-startIcon': {
|
|
5028
|
+
marginRight: any;
|
|
5029
|
+
'& .MuiIcon-root': {
|
|
5030
|
+
fontSize: string;
|
|
5031
|
+
};
|
|
5032
|
+
};
|
|
5033
|
+
'&.Mui-selected, &:hover': {
|
|
5034
|
+
backgroundColor: string;
|
|
5035
|
+
};
|
|
5036
|
+
};
|
|
4907
5037
|
};
|
|
4908
5038
|
'& .SCGroupHeader-multi-actions': {
|
|
4909
5039
|
display: string;
|
|
@@ -5142,6 +5272,23 @@ declare const theme: {
|
|
|
5142
5272
|
};
|
|
5143
5273
|
};
|
|
5144
5274
|
};
|
|
5275
|
+
SCGroupSubscribeButton: {
|
|
5276
|
+
styleOverrides: {
|
|
5277
|
+
buyButtonRoot: ({ theme }: {
|
|
5278
|
+
theme: any;
|
|
5279
|
+
}) => {
|
|
5280
|
+
border: string;
|
|
5281
|
+
'&:hover, &:active': {
|
|
5282
|
+
backgroundColor: any;
|
|
5283
|
+
color: any;
|
|
5284
|
+
border: string;
|
|
5285
|
+
'& .MuiIcon-root': {
|
|
5286
|
+
color: any;
|
|
5287
|
+
};
|
|
5288
|
+
};
|
|
5289
|
+
};
|
|
5290
|
+
};
|
|
5291
|
+
};
|
|
5145
5292
|
SCGroupTemplate: {
|
|
5146
5293
|
styleOverrides: {
|
|
5147
5294
|
root: ({ theme }: any) => {
|
|
@@ -6349,13 +6496,11 @@ declare const theme: {
|
|
|
6349
6496
|
SCMediaFile: {
|
|
6350
6497
|
styleOverrides: {
|
|
6351
6498
|
displayRoot: ({ theme }: any) => {
|
|
6352
|
-
[x: number]: {
|
|
6353
|
-
minHeight: number;
|
|
6354
|
-
};
|
|
6355
6499
|
textAlign: string;
|
|
6356
6500
|
margin: string;
|
|
6357
6501
|
width: string;
|
|
6358
6502
|
position: string;
|
|
6503
|
+
gap: any;
|
|
6359
6504
|
'& .SCMediaFile-background': {
|
|
6360
6505
|
backgroundSize: string;
|
|
6361
6506
|
backgroundPosition: string;
|
|
@@ -6439,10 +6584,16 @@ declare const theme: {
|
|
|
6439
6584
|
position: string;
|
|
6440
6585
|
top: number;
|
|
6441
6586
|
};
|
|
6587
|
+
'& .SCMediaFile-docs-wrapper': {
|
|
6588
|
+
gap: any;
|
|
6589
|
+
};
|
|
6442
6590
|
};
|
|
6443
|
-
lightboxRoot: (
|
|
6591
|
+
lightboxRoot: () => {};
|
|
6444
6592
|
previewRoot: ({ theme }: any) => {
|
|
6445
|
-
|
|
6593
|
+
display: string;
|
|
6594
|
+
flexDirection: string;
|
|
6595
|
+
gap: any;
|
|
6596
|
+
'& > div:not(.SCMediaFile-docs-wrapper)': {
|
|
6446
6597
|
display: string;
|
|
6447
6598
|
flexDirection: string;
|
|
6448
6599
|
flexWrap: string;
|
|
@@ -6492,17 +6643,72 @@ declare const theme: {
|
|
|
6492
6643
|
};
|
|
6493
6644
|
};
|
|
6494
6645
|
};
|
|
6646
|
+
'& .SCMediaFile-docs-wrapper': {
|
|
6647
|
+
display: string;
|
|
6648
|
+
flexDirection: string;
|
|
6649
|
+
gap: any;
|
|
6650
|
+
};
|
|
6495
6651
|
};
|
|
6496
|
-
triggerRoot: (
|
|
6497
|
-
triggerDrawerRoot: (
|
|
6652
|
+
triggerRoot: () => {};
|
|
6653
|
+
triggerDrawerRoot: () => {
|
|
6498
6654
|
zIndex: number;
|
|
6499
6655
|
};
|
|
6500
|
-
triggerMenuRoot: (
|
|
6656
|
+
triggerMenuRoot: () => {};
|
|
6657
|
+
docRoot: ({ theme }: {
|
|
6658
|
+
theme: any;
|
|
6659
|
+
}) => {
|
|
6660
|
+
border: string;
|
|
6661
|
+
borderRadius: string;
|
|
6662
|
+
padding: any;
|
|
6663
|
+
flexDirection: string;
|
|
6664
|
+
gap: string;
|
|
6665
|
+
'& .SCMediaFile-image-wrapper': {
|
|
6666
|
+
border: string;
|
|
6667
|
+
borderRadius: string;
|
|
6668
|
+
flexShrink: number;
|
|
6669
|
+
position: string;
|
|
6670
|
+
width: string;
|
|
6671
|
+
height: string;
|
|
6672
|
+
'& .SCMediaFile-badge-pdf': {
|
|
6673
|
+
position: string;
|
|
6674
|
+
bottom: string;
|
|
6675
|
+
left: number;
|
|
6676
|
+
};
|
|
6677
|
+
};
|
|
6678
|
+
'& .SCMediaFile-text-wrapper': {
|
|
6679
|
+
[x: number]: {
|
|
6680
|
+
maxWidth: string;
|
|
6681
|
+
};
|
|
6682
|
+
gap: string;
|
|
6683
|
+
'& .SCMediaFile-title': {
|
|
6684
|
+
textAlign: string;
|
|
6685
|
+
display: string;
|
|
6686
|
+
'-webkit-line-clamp': string;
|
|
6687
|
+
'-webkit-box-orient': string;
|
|
6688
|
+
overflow: string;
|
|
6689
|
+
};
|
|
6690
|
+
'& .SCMediaFile-subtitle': {
|
|
6691
|
+
textAlign: string;
|
|
6692
|
+
color: any;
|
|
6693
|
+
};
|
|
6694
|
+
};
|
|
6695
|
+
'& .SCMediaFile-action-wrapper': {
|
|
6696
|
+
flexDirection: string;
|
|
6697
|
+
gap: string;
|
|
6698
|
+
marginLeft: string;
|
|
6699
|
+
'& .SCMediaFile-action': {
|
|
6700
|
+
'&:hover': {
|
|
6701
|
+
backgroundColor: any;
|
|
6702
|
+
};
|
|
6703
|
+
};
|
|
6704
|
+
};
|
|
6705
|
+
};
|
|
6501
6706
|
};
|
|
6502
6707
|
};
|
|
6503
6708
|
SCMediaLink: {
|
|
6504
6709
|
styleOverrides: {
|
|
6505
6710
|
displayRoot: ({ theme }: any) => {
|
|
6711
|
+
marginTop: any;
|
|
6506
6712
|
'& .SCMediaLink-link': {
|
|
6507
6713
|
position: string;
|
|
6508
6714
|
backgroundColor: string;
|
|
@@ -6617,7 +6823,7 @@ declare const theme: {
|
|
|
6617
6823
|
};
|
|
6618
6824
|
};
|
|
6619
6825
|
};
|
|
6620
|
-
triggerRoot: (
|
|
6826
|
+
triggerRoot: () => {};
|
|
6621
6827
|
};
|
|
6622
6828
|
};
|
|
6623
6829
|
SCMediaShare: {
|
|
@@ -7835,6 +8041,9 @@ declare const theme: {
|
|
|
7835
8041
|
alignItems: string;
|
|
7836
8042
|
marginRight: any;
|
|
7837
8043
|
'& .MuiIcon-root': {
|
|
8044
|
+
/**
|
|
8045
|
+
* Style assets - Imports - Start
|
|
8046
|
+
*/
|
|
7838
8047
|
margin: any;
|
|
7839
8048
|
};
|
|
7840
8049
|
};
|
|
@@ -9334,6 +9543,9 @@ declare const theme: {
|
|
|
9334
9543
|
padding: any;
|
|
9335
9544
|
};
|
|
9336
9545
|
};
|
|
9546
|
+
'& .SCEventForm-paywalls-configurator-wrap': {
|
|
9547
|
+
margin: string;
|
|
9548
|
+
};
|
|
9337
9549
|
};
|
|
9338
9550
|
};
|
|
9339
9551
|
};
|
|
@@ -9557,6 +9769,8 @@ declare const theme: {
|
|
|
9557
9769
|
};
|
|
9558
9770
|
'& .SCEvent-snippet-secondary': {
|
|
9559
9771
|
color: any;
|
|
9772
|
+
display: string;
|
|
9773
|
+
alignItems: string;
|
|
9560
9774
|
};
|
|
9561
9775
|
};
|
|
9562
9776
|
};
|
|
@@ -9899,6 +10113,18 @@ declare const theme: {
|
|
|
9899
10113
|
alignItems: string;
|
|
9900
10114
|
gap: any;
|
|
9901
10115
|
};
|
|
10116
|
+
'& .SCBuyButton-request-root': {
|
|
10117
|
+
fontWeight: any;
|
|
10118
|
+
'& .MuiButton-startIcon': {
|
|
10119
|
+
marginRight: any;
|
|
10120
|
+
'& .MuiIcon-root': {
|
|
10121
|
+
fontSize: string;
|
|
10122
|
+
};
|
|
10123
|
+
};
|
|
10124
|
+
'&.Mui-selected, &:hover': {
|
|
10125
|
+
backgroundColor: string;
|
|
10126
|
+
};
|
|
10127
|
+
};
|
|
9902
10128
|
};
|
|
9903
10129
|
'& .SCEditEvenButton-root': {
|
|
9904
10130
|
marginLeft: string;
|
|
@@ -10097,6 +10323,18 @@ declare const theme: {
|
|
|
10097
10323
|
requestRoot: ({ theme }: {
|
|
10098
10324
|
theme: any;
|
|
10099
10325
|
}) => {};
|
|
10326
|
+
buyButtonRoot: ({ theme }: {
|
|
10327
|
+
theme: any;
|
|
10328
|
+
}) => {
|
|
10329
|
+
'&:hover, &:active': {
|
|
10330
|
+
backgroundColor: any;
|
|
10331
|
+
color: any;
|
|
10332
|
+
border: string;
|
|
10333
|
+
'& .MuiIcon-root': {
|
|
10334
|
+
color: any;
|
|
10335
|
+
};
|
|
10336
|
+
};
|
|
10337
|
+
};
|
|
10100
10338
|
menuRoot: ({ theme }: {
|
|
10101
10339
|
theme: any;
|
|
10102
10340
|
}) => {
|
|
@@ -10622,7 +10860,7 @@ declare const theme: {
|
|
|
10622
10860
|
};
|
|
10623
10861
|
};
|
|
10624
10862
|
};
|
|
10625
|
-
popperRoot: (
|
|
10863
|
+
popperRoot: () => {
|
|
10626
10864
|
zIndex: number;
|
|
10627
10865
|
'& .SCVoteButton-reaction .MuiIcon-root': {
|
|
10628
10866
|
fontSize: string;
|
|
@@ -11541,29 +11779,635 @@ declare const theme: {
|
|
|
11541
11779
|
};
|
|
11542
11780
|
};
|
|
11543
11781
|
};
|
|
11544
|
-
|
|
11545
|
-
|
|
11546
|
-
|
|
11547
|
-
|
|
11548
|
-
|
|
11549
|
-
|
|
11550
|
-
|
|
11551
|
-
|
|
11782
|
+
SCBuyButton: {
|
|
11783
|
+
styleOverrides: {
|
|
11784
|
+
requestRoot: ({ theme }: {
|
|
11785
|
+
theme: any;
|
|
11786
|
+
}) => {};
|
|
11787
|
+
drawerRoot: ({ theme }: {
|
|
11788
|
+
theme: any;
|
|
11789
|
+
}) => {
|
|
11790
|
+
'& > div.MuiPaper-root': {
|
|
11791
|
+
padding: any;
|
|
11792
|
+
};
|
|
11793
|
+
};
|
|
11552
11794
|
};
|
|
11553
11795
|
};
|
|
11554
|
-
|
|
11555
|
-
|
|
11556
|
-
|
|
11557
|
-
|
|
11558
|
-
|
|
11796
|
+
SCPaymentProducts: {
|
|
11797
|
+
styleOverrides: {
|
|
11798
|
+
root: ({ theme }: {
|
|
11799
|
+
theme: any;
|
|
11800
|
+
}) => {
|
|
11801
|
+
padding: any;
|
|
11802
|
+
};
|
|
11803
|
+
skeletonRoot: ({ theme }: {
|
|
11804
|
+
theme: any;
|
|
11805
|
+
}) => {
|
|
11806
|
+
padding: any;
|
|
11807
|
+
};
|
|
11559
11808
|
};
|
|
11560
11809
|
};
|
|
11561
|
-
|
|
11562
|
-
|
|
11563
|
-
|
|
11564
|
-
|
|
11565
|
-
|
|
11566
|
-
|
|
11810
|
+
SCPaymentProduct: {
|
|
11811
|
+
styleOverrides: {
|
|
11812
|
+
root: ({ theme }: {
|
|
11813
|
+
theme: any;
|
|
11814
|
+
}) => {
|
|
11815
|
+
marginBottom: any;
|
|
11816
|
+
borderRadius: string;
|
|
11817
|
+
boxShadow: string;
|
|
11818
|
+
backgroundColor: any;
|
|
11819
|
+
'& .MuiCardContent-root': {
|
|
11820
|
+
'& .SCBaseItem-root': {
|
|
11821
|
+
backgroundColor: string;
|
|
11822
|
+
};
|
|
11823
|
+
'& .MuiTypography-body1': {
|
|
11824
|
+
[x: number]: {
|
|
11825
|
+
fontSize: any;
|
|
11826
|
+
};
|
|
11827
|
+
fontWeight: number;
|
|
11828
|
+
color: any;
|
|
11829
|
+
};
|
|
11830
|
+
};
|
|
11831
|
+
'& .SCPaymentProductPrice-root': {
|
|
11832
|
+
width: string;
|
|
11833
|
+
paddingLeft: string;
|
|
11834
|
+
};
|
|
11835
|
+
};
|
|
11836
|
+
skeletonRoot: ({ theme }: {
|
|
11837
|
+
theme: any;
|
|
11838
|
+
}) => {
|
|
11839
|
+
marginBottom: any;
|
|
11840
|
+
borderRadius: string;
|
|
11841
|
+
boxShadow: string;
|
|
11842
|
+
backgroundColor: any;
|
|
11843
|
+
'& .MuiCardContent-root': {
|
|
11844
|
+
marginBottom: any;
|
|
11845
|
+
'& .SCBaseItem-root': {
|
|
11846
|
+
backgroundColor: string;
|
|
11847
|
+
boxShadow: string;
|
|
11848
|
+
};
|
|
11849
|
+
};
|
|
11850
|
+
'& .SCPaymentProductPrice-skeleton-root': {
|
|
11851
|
+
marginTop: any;
|
|
11852
|
+
width: string;
|
|
11853
|
+
paddingLeft: string;
|
|
11854
|
+
};
|
|
11855
|
+
};
|
|
11856
|
+
};
|
|
11857
|
+
};
|
|
11858
|
+
SCPaymentOrder: {
|
|
11859
|
+
styleOverrides: {
|
|
11860
|
+
root: ({ theme }: {
|
|
11861
|
+
theme: any;
|
|
11862
|
+
}) => {
|
|
11863
|
+
'& .SCPaymentOrder-details': {
|
|
11864
|
+
marginTop: any;
|
|
11865
|
+
marginLeft: any;
|
|
11866
|
+
'& p': {
|
|
11867
|
+
marginBottom: any;
|
|
11868
|
+
};
|
|
11869
|
+
'& .SCPaymentOrderPdfButton-root': {
|
|
11870
|
+
marginTop: any;
|
|
11871
|
+
};
|
|
11872
|
+
};
|
|
11873
|
+
};
|
|
11874
|
+
skeletonRoot: ({ theme }: {
|
|
11875
|
+
theme: any;
|
|
11876
|
+
}) => {};
|
|
11877
|
+
};
|
|
11878
|
+
};
|
|
11879
|
+
SCPaymentOrderPdfButton: {
|
|
11880
|
+
styleOverrides: {
|
|
11881
|
+
root: ({ theme }: {
|
|
11882
|
+
theme: any;
|
|
11883
|
+
}) => {
|
|
11884
|
+
paddingLeft: number;
|
|
11885
|
+
paddingRight: number;
|
|
11886
|
+
width: string;
|
|
11887
|
+
minWidth: number;
|
|
11888
|
+
marginLeft: any;
|
|
11889
|
+
marginRight: any;
|
|
11890
|
+
height: number;
|
|
11891
|
+
};
|
|
11892
|
+
};
|
|
11893
|
+
};
|
|
11894
|
+
SCPaymentProductPrice: {
|
|
11895
|
+
styleOverrides: {
|
|
11896
|
+
root: ({ theme }: {
|
|
11897
|
+
theme: any;
|
|
11898
|
+
}) => {
|
|
11899
|
+
borderRadius: number;
|
|
11900
|
+
boxShadow: string;
|
|
11901
|
+
'& .SCPaymentProductPrice-primary': {
|
|
11902
|
+
fontSize: string;
|
|
11903
|
+
fontWeight: string;
|
|
11904
|
+
color: string;
|
|
11905
|
+
};
|
|
11906
|
+
'& .SCPaymentProductPrice-button': {
|
|
11907
|
+
textTransform: string;
|
|
11908
|
+
'&:hover, &:active': {
|
|
11909
|
+
backgroundColor: any;
|
|
11910
|
+
color: any;
|
|
11911
|
+
border: string;
|
|
11912
|
+
'& .MuiIcon-root': {
|
|
11913
|
+
color: any;
|
|
11914
|
+
};
|
|
11915
|
+
};
|
|
11916
|
+
};
|
|
11917
|
+
'& .SCPaymentProductPrice-button-purchased': {
|
|
11918
|
+
backgroundColor: string;
|
|
11919
|
+
color: string;
|
|
11920
|
+
};
|
|
11921
|
+
'& .SCPaymentProductPrice-purchased-at': {
|
|
11922
|
+
textDecoration: string;
|
|
11923
|
+
};
|
|
11924
|
+
};
|
|
11925
|
+
skeletonRoot: ({ theme }: {
|
|
11926
|
+
theme: any;
|
|
11927
|
+
}) => {
|
|
11928
|
+
borderRadius: number;
|
|
11929
|
+
};
|
|
11930
|
+
};
|
|
11931
|
+
};
|
|
11932
|
+
SCCheckout: {
|
|
11933
|
+
styleOverrides: {
|
|
11934
|
+
root: ({ theme }: {
|
|
11935
|
+
theme: any;
|
|
11936
|
+
}) => {
|
|
11937
|
+
position: string;
|
|
11938
|
+
backgroundColor: any;
|
|
11939
|
+
display: string;
|
|
11940
|
+
flexDirection: string;
|
|
11941
|
+
justifyContent: string;
|
|
11942
|
+
alignItems: string;
|
|
11943
|
+
width: string;
|
|
11944
|
+
"& .SCCheckout-content": {
|
|
11945
|
+
[x: number]: {
|
|
11946
|
+
display: string;
|
|
11947
|
+
flexDirection: string;
|
|
11948
|
+
justifyContent: string;
|
|
11949
|
+
alignItems: string;
|
|
11950
|
+
};
|
|
11951
|
+
width: string;
|
|
11952
|
+
maxWidth: number;
|
|
11953
|
+
display: string;
|
|
11954
|
+
gridTemplateColumns: string;
|
|
11955
|
+
padding: any;
|
|
11956
|
+
gap: number;
|
|
11957
|
+
"& .SCCheckout-content-object": {
|
|
11958
|
+
[x: number]: {
|
|
11959
|
+
width: string;
|
|
11960
|
+
};
|
|
11961
|
+
position: string;
|
|
11962
|
+
display: string;
|
|
11963
|
+
flexDirection: string;
|
|
11964
|
+
justifyContent: string;
|
|
11965
|
+
alignItems: string;
|
|
11966
|
+
'& .SCWidget-root': {
|
|
11967
|
+
width: string;
|
|
11968
|
+
'& .SCEvent-preview-content': {
|
|
11969
|
+
padding: string;
|
|
11970
|
+
};
|
|
11971
|
+
};
|
|
11972
|
+
};
|
|
11973
|
+
"& .SCCheckout-content-coverage": {
|
|
11974
|
+
position: string;
|
|
11975
|
+
width: string;
|
|
11976
|
+
height: string;
|
|
11977
|
+
backgroundColor: string;
|
|
11978
|
+
};
|
|
11979
|
+
"& .SCCheckout-content-desc": {
|
|
11980
|
+
[x: number]: {
|
|
11981
|
+
display: string;
|
|
11982
|
+
};
|
|
11983
|
+
display: string;
|
|
11984
|
+
flexDirection: string;
|
|
11985
|
+
justifyContent: string;
|
|
11986
|
+
alignItems: string;
|
|
11987
|
+
maxWidth: number;
|
|
11988
|
+
};
|
|
11989
|
+
};
|
|
11990
|
+
"& .SCCheckout-checkout": {
|
|
11991
|
+
width: string;
|
|
11992
|
+
bottom: any;
|
|
11993
|
+
};
|
|
11994
|
+
"& .SCCheckout-object": {
|
|
11995
|
+
[x: number]: {
|
|
11996
|
+
minWidth: number;
|
|
11997
|
+
width: string;
|
|
11998
|
+
};
|
|
11999
|
+
width: string;
|
|
12000
|
+
};
|
|
12001
|
+
"& .SCCheckout-payment-order": {
|
|
12002
|
+
display: string;
|
|
12003
|
+
flexDirection: string;
|
|
12004
|
+
justifyContent: string;
|
|
12005
|
+
alignItems: string;
|
|
12006
|
+
margin: any;
|
|
12007
|
+
'& .SCPaymentOrder-root': {
|
|
12008
|
+
width: string;
|
|
12009
|
+
display: string;
|
|
12010
|
+
flexDirection: string;
|
|
12011
|
+
justifyContent: string;
|
|
12012
|
+
alignItems: string;
|
|
12013
|
+
'& .SCPaymentOrder-content-object': {
|
|
12014
|
+
minWidth: number;
|
|
12015
|
+
};
|
|
12016
|
+
'& .SCPaymentOrder-details': {
|
|
12017
|
+
minWidth: number;
|
|
12018
|
+
};
|
|
12019
|
+
'& .SCPaymentOrderPdfButton-root': {
|
|
12020
|
+
paddingLeft: any;
|
|
12021
|
+
paddingRight: any;
|
|
12022
|
+
};
|
|
12023
|
+
};
|
|
12024
|
+
'& .SCPaymentOrder-skeleton-root': {
|
|
12025
|
+
minWidth: number;
|
|
12026
|
+
};
|
|
12027
|
+
};
|
|
12028
|
+
"& .SCCategory-root": {
|
|
12029
|
+
borderRadius: any;
|
|
12030
|
+
'& a': {
|
|
12031
|
+
padding: any;
|
|
12032
|
+
};
|
|
12033
|
+
};
|
|
12034
|
+
"& .SCGroup-root": {
|
|
12035
|
+
borderRadius: any;
|
|
12036
|
+
'& a': {
|
|
12037
|
+
padding: any;
|
|
12038
|
+
};
|
|
12039
|
+
};
|
|
12040
|
+
"& .SCCourse-preview-root": {
|
|
12041
|
+
minHeight: string;
|
|
12042
|
+
};
|
|
12043
|
+
};
|
|
12044
|
+
};
|
|
12045
|
+
};
|
|
12046
|
+
SCCheckoutReturnDialog: {
|
|
12047
|
+
styleOverrides: {
|
|
12048
|
+
root: ({ theme }: {
|
|
12049
|
+
theme: any;
|
|
12050
|
+
}) => {
|
|
12051
|
+
'& .MuiDialogTitle-root': {
|
|
12052
|
+
textAlign: string;
|
|
12053
|
+
fontSize: string;
|
|
12054
|
+
fontWeight: number;
|
|
12055
|
+
};
|
|
12056
|
+
'& .MuiDialogContent-root': {
|
|
12057
|
+
display: string;
|
|
12058
|
+
minHeight: number;
|
|
12059
|
+
justifyContent: string;
|
|
12060
|
+
alignItems: string;
|
|
12061
|
+
'& .SCWidget-root': {
|
|
12062
|
+
minWidth: number;
|
|
12063
|
+
};
|
|
12064
|
+
'& .MuiTypography-body2': {
|
|
12065
|
+
marginTop: any;
|
|
12066
|
+
};
|
|
12067
|
+
};
|
|
12068
|
+
};
|
|
12069
|
+
};
|
|
12070
|
+
};
|
|
12071
|
+
SCHiddenPurchasableContent: {
|
|
12072
|
+
styleOverrides: {
|
|
12073
|
+
root: ({ theme }: any) => {
|
|
12074
|
+
padding: any;
|
|
12075
|
+
};
|
|
12076
|
+
};
|
|
12077
|
+
};
|
|
12078
|
+
SCPaywalls: {
|
|
12079
|
+
styleOverrides: {
|
|
12080
|
+
root: ({ theme }: {
|
|
12081
|
+
theme: any;
|
|
12082
|
+
}) => {
|
|
12083
|
+
'& .SCPaywalls-error': {
|
|
12084
|
+
margin: any;
|
|
12085
|
+
};
|
|
12086
|
+
};
|
|
12087
|
+
};
|
|
12088
|
+
};
|
|
12089
|
+
SCPaywallsConfigurator: {
|
|
12090
|
+
styleOverrides: {
|
|
12091
|
+
root: ({ theme }: any) => {
|
|
12092
|
+
"& .SCPaywallsConfigurator-new-product": {
|
|
12093
|
+
background: string;
|
|
12094
|
+
padding: any;
|
|
12095
|
+
marginTop: any;
|
|
12096
|
+
borderRadius: any;
|
|
12097
|
+
};
|
|
12098
|
+
"& .SCPaywallsConfigurator-no-product": {
|
|
12099
|
+
textDecoration: string;
|
|
12100
|
+
paddingLeft: number;
|
|
12101
|
+
color: "#bdbdbd";
|
|
12102
|
+
};
|
|
12103
|
+
"& .SCPaywallsConfigurator-content-access-type": {
|
|
12104
|
+
'& > p': {
|
|
12105
|
+
marginBottom: any;
|
|
12106
|
+
};
|
|
12107
|
+
'& .MuiPaper-root': {
|
|
12108
|
+
borderColor: string;
|
|
12109
|
+
};
|
|
12110
|
+
'& .MuiAccordion-root:first-of-type': {
|
|
12111
|
+
borderTopLeftRadius: number;
|
|
12112
|
+
borderTopRightRadius: number;
|
|
12113
|
+
};
|
|
12114
|
+
'& .MuiAccordion-root:last-of-type': {
|
|
12115
|
+
borderBottomLeftRadius: number;
|
|
12116
|
+
borderBottomRightRadius: number;
|
|
12117
|
+
};
|
|
12118
|
+
"& .SCPaywallsConfigurator-selected-payment-products-list": {
|
|
12119
|
+
borderTop: string;
|
|
12120
|
+
marginTop: number;
|
|
12121
|
+
};
|
|
12122
|
+
"& .SCPaywallsConfigurator-add-payment-product": {
|
|
12123
|
+
position: string;
|
|
12124
|
+
left: number;
|
|
12125
|
+
'& .MuiButton-startIcon': {
|
|
12126
|
+
fontSize: string;
|
|
12127
|
+
};
|
|
12128
|
+
};
|
|
12129
|
+
};
|
|
12130
|
+
};
|
|
12131
|
+
paymentProductsAutocompletePopperRoot: ({ theme }: any) => {
|
|
12132
|
+
"& .MuiAutocomplete-paper": {
|
|
12133
|
+
boxShadow: string;
|
|
12134
|
+
margin: number;
|
|
12135
|
+
color: string;
|
|
12136
|
+
fontSize: number;
|
|
12137
|
+
};
|
|
12138
|
+
"& .MuiAutocomplete-listbox": {
|
|
12139
|
+
backgroundColor: string;
|
|
12140
|
+
padding: number;
|
|
12141
|
+
"& .MuiAutocomplete-option": {
|
|
12142
|
+
minHeight: string;
|
|
12143
|
+
alignItems: string;
|
|
12144
|
+
padding: number;
|
|
12145
|
+
borderBottom: string;
|
|
12146
|
+
'&[aria-selected="true"]': {
|
|
12147
|
+
backgroundColor: string;
|
|
12148
|
+
};
|
|
12149
|
+
"&.MuiAutocomplete-focused, &.MuiAutocomplete-focused[aria-selected=\"true\"]": {
|
|
12150
|
+
backgroundColor: any;
|
|
12151
|
+
};
|
|
12152
|
+
};
|
|
12153
|
+
};
|
|
12154
|
+
"&.MuiAutocomplete-popperDisablePortal": {
|
|
12155
|
+
position: string;
|
|
12156
|
+
};
|
|
12157
|
+
"& .SCPaywallsConfigurator-product-check-icon": {
|
|
12158
|
+
width: number;
|
|
12159
|
+
height: number;
|
|
12160
|
+
margin: string;
|
|
12161
|
+
};
|
|
12162
|
+
"& .SCPaywallsConfigurator-product-card-icon": {
|
|
12163
|
+
width: number;
|
|
12164
|
+
height: number;
|
|
12165
|
+
flexShrink: number;
|
|
12166
|
+
borderRadius: string;
|
|
12167
|
+
marginRight: any;
|
|
12168
|
+
marginTop: string;
|
|
12169
|
+
padding: string;
|
|
12170
|
+
backgroundColor: string;
|
|
12171
|
+
color: string;
|
|
12172
|
+
"& > .community-icons": {
|
|
12173
|
+
fontSize: string;
|
|
12174
|
+
};
|
|
12175
|
+
};
|
|
12176
|
+
"& .SCPaywallsConfigurator-product-content": {
|
|
12177
|
+
flexGrow: number;
|
|
12178
|
+
'& span': {
|
|
12179
|
+
color: string;
|
|
12180
|
+
};
|
|
12181
|
+
};
|
|
12182
|
+
"& .SCPaywallsConfigurator-product-remove-icon": {
|
|
12183
|
+
opacity: number;
|
|
12184
|
+
width: number;
|
|
12185
|
+
height: number;
|
|
12186
|
+
};
|
|
12187
|
+
"& .SCPaywallsConfigurator-autocomplete-footer": {
|
|
12188
|
+
backgroundColor: "#bdbdbd";
|
|
12189
|
+
};
|
|
12190
|
+
"& .SCPaywallsConfigurator-autocomplete-products-loading": {
|
|
12191
|
+
width: string;
|
|
12192
|
+
minHeight: number;
|
|
12193
|
+
display: string;
|
|
12194
|
+
alignItems: string;
|
|
12195
|
+
justifyContent: string;
|
|
12196
|
+
};
|
|
12197
|
+
};
|
|
12198
|
+
paymentProductsPopperRoot: ({ theme }: any) => {
|
|
12199
|
+
border: string;
|
|
12200
|
+
boxShadow: string;
|
|
12201
|
+
borderRadius: number;
|
|
12202
|
+
width: number;
|
|
12203
|
+
zIndex: any;
|
|
12204
|
+
fontSize: number;
|
|
12205
|
+
color: string;
|
|
12206
|
+
backgroundColor: string;
|
|
12207
|
+
'& .MuiPaper-root': {
|
|
12208
|
+
borderRadius: number;
|
|
12209
|
+
};
|
|
12210
|
+
"& .SCPaywallsConfigurator-payment-products-popper-title": {
|
|
12211
|
+
borderBottom: string;
|
|
12212
|
+
padding: string;
|
|
12213
|
+
fontWeight: number;
|
|
12214
|
+
};
|
|
12215
|
+
"& .SCPaywallsConfigurator-payment-products-popper-footer": {
|
|
12216
|
+
borderTop: string;
|
|
12217
|
+
padding: string;
|
|
12218
|
+
display: string;
|
|
12219
|
+
alignItems: string;
|
|
12220
|
+
justifyContent: string;
|
|
12221
|
+
'& button': {
|
|
12222
|
+
padding: string;
|
|
12223
|
+
'& .MuiIcon-root': {
|
|
12224
|
+
fontSize: number;
|
|
12225
|
+
};
|
|
12226
|
+
};
|
|
12227
|
+
};
|
|
12228
|
+
};
|
|
12229
|
+
filterInputRoot: ({ theme }: any) => {
|
|
12230
|
+
padding: number;
|
|
12231
|
+
width: string;
|
|
12232
|
+
borderBottom: string;
|
|
12233
|
+
'& input': {
|
|
12234
|
+
borderRadius: number;
|
|
12235
|
+
backgroundColor: string;
|
|
12236
|
+
padding: number;
|
|
12237
|
+
transition: any;
|
|
12238
|
+
border: string;
|
|
12239
|
+
fontSize: number;
|
|
12240
|
+
'&:focus': {
|
|
12241
|
+
boxShadow: string;
|
|
12242
|
+
borderColor: string;
|
|
12243
|
+
};
|
|
12244
|
+
};
|
|
12245
|
+
};
|
|
12246
|
+
};
|
|
12247
|
+
};
|
|
12248
|
+
SCPdfPreview: {
|
|
12249
|
+
styleOverrides: {
|
|
12250
|
+
root: ({ theme }: any) => {
|
|
12251
|
+
display: string;
|
|
12252
|
+
flexDirection: string;
|
|
12253
|
+
marginTop: string;
|
|
12254
|
+
"& .SCPdfPreview-document-pdf-wrapper": {
|
|
12255
|
+
filter: string;
|
|
12256
|
+
};
|
|
12257
|
+
"& .SCPdfPreview-document-pdf-link": {
|
|
12258
|
+
padding: number;
|
|
12259
|
+
'&:hover': {
|
|
12260
|
+
opacity: number;
|
|
12261
|
+
};
|
|
12262
|
+
};
|
|
12263
|
+
"& .SCPdfPreview-document-pdf-page": {
|
|
12264
|
+
display: string;
|
|
12265
|
+
flexDirection: string;
|
|
12266
|
+
justifyContent: string;
|
|
12267
|
+
marginBottom: any;
|
|
12268
|
+
pageBreakAfter: string;
|
|
12269
|
+
'& .react-pdf__Page__textContent': {
|
|
12270
|
+
mixBlendMode: string;
|
|
12271
|
+
opacity: number;
|
|
12272
|
+
};
|
|
12273
|
+
'& .react-pdf__Page__canvas': {
|
|
12274
|
+
margin: string;
|
|
12275
|
+
};
|
|
12276
|
+
};
|
|
12277
|
+
};
|
|
12278
|
+
};
|
|
12279
|
+
};
|
|
12280
|
+
SCPaymentOrders: {
|
|
12281
|
+
styleOverrides: {
|
|
12282
|
+
root: ({ theme }: any) => {
|
|
12283
|
+
'& .SCPaymentOrders-content': {
|
|
12284
|
+
position: string;
|
|
12285
|
+
margin: any;
|
|
12286
|
+
'& table': {
|
|
12287
|
+
'& tr': {
|
|
12288
|
+
'& th': {
|
|
12289
|
+
zIndex: number;
|
|
12290
|
+
};
|
|
12291
|
+
};
|
|
12292
|
+
'& .SCGroup-root, .SCCategory-root': {
|
|
12293
|
+
borderRadius: any;
|
|
12294
|
+
maxWidth: string;
|
|
12295
|
+
};
|
|
12296
|
+
'& .SCPaymentProduct-root': {
|
|
12297
|
+
borderRadius: string;
|
|
12298
|
+
border: string;
|
|
12299
|
+
boxShadow: string;
|
|
12300
|
+
color: any;
|
|
12301
|
+
'& .MuiAccordionSummary-root': {
|
|
12302
|
+
backgroundColor: any;
|
|
12303
|
+
opacity: number;
|
|
12304
|
+
borderRadius: any;
|
|
12305
|
+
};
|
|
12306
|
+
};
|
|
12307
|
+
};
|
|
12308
|
+
'& .MuiCircularProgress-root': {
|
|
12309
|
+
display: string;
|
|
12310
|
+
margin: string;
|
|
12311
|
+
};
|
|
12312
|
+
};
|
|
12313
|
+
'& .SCPaymentOrders-filters': {
|
|
12314
|
+
[x: number]: {
|
|
12315
|
+
width: string;
|
|
12316
|
+
};
|
|
12317
|
+
alignItems: string;
|
|
12318
|
+
margin: any;
|
|
12319
|
+
width: string;
|
|
12320
|
+
'& .SCPaymentOrders-search': {
|
|
12321
|
+
'& .MuiInputBase-root': {
|
|
12322
|
+
paddingRight: number;
|
|
12323
|
+
'& .MuiButtonBase-root': {
|
|
12324
|
+
borderRadius: string;
|
|
12325
|
+
height: string;
|
|
12326
|
+
'& .MuiButton-endIcon': {
|
|
12327
|
+
margin: number;
|
|
12328
|
+
};
|
|
12329
|
+
};
|
|
12330
|
+
};
|
|
12331
|
+
};
|
|
12332
|
+
'& .SCPaymentOrders-picker': {
|
|
12333
|
+
'& .MuiOutlinedInput-root': {
|
|
12334
|
+
paddingRight: any;
|
|
12335
|
+
};
|
|
12336
|
+
};
|
|
12337
|
+
};
|
|
12338
|
+
};
|
|
12339
|
+
};
|
|
12340
|
+
};
|
|
12341
|
+
SCCheckoutHeaderInfoWidget: {
|
|
12342
|
+
styleOverrides: {
|
|
12343
|
+
root: ({ theme }: {
|
|
12344
|
+
theme: any;
|
|
12345
|
+
}) => {
|
|
12346
|
+
'& .SCCheckoutHeaderInfoWidget-header': {
|
|
12347
|
+
height: any;
|
|
12348
|
+
position: string;
|
|
12349
|
+
backgroundColor: any;
|
|
12350
|
+
color: string;
|
|
12351
|
+
textAlign: string;
|
|
12352
|
+
'& img': {
|
|
12353
|
+
position: string;
|
|
12354
|
+
left: string;
|
|
12355
|
+
top: any;
|
|
12356
|
+
transform: string;
|
|
12357
|
+
};
|
|
12358
|
+
'& .MuiIcon-root': {
|
|
12359
|
+
top: any;
|
|
12360
|
+
position: string;
|
|
12361
|
+
};
|
|
12362
|
+
};
|
|
12363
|
+
'& .SCCheckoutHeaderInfoWidget-content': {
|
|
12364
|
+
padding: any;
|
|
12365
|
+
justifyContent: string;
|
|
12366
|
+
'& .MuiTypography-body2': {
|
|
12367
|
+
paddingTop: any;
|
|
12368
|
+
whiteSpace: string;
|
|
12369
|
+
};
|
|
12370
|
+
};
|
|
12371
|
+
};
|
|
12372
|
+
};
|
|
12373
|
+
};
|
|
12374
|
+
};
|
|
12375
|
+
selfcommunity: {
|
|
12376
|
+
user: {
|
|
12377
|
+
avatar: {
|
|
12378
|
+
sizeSmall: number;
|
|
12379
|
+
sizeMedium: number;
|
|
12380
|
+
sizeLarge: number;
|
|
12381
|
+
sizeXLarge: number;
|
|
12382
|
+
};
|
|
12383
|
+
};
|
|
12384
|
+
category: {
|
|
12385
|
+
icon: {
|
|
12386
|
+
sizeSmall: number;
|
|
12387
|
+
sizeMedium: number;
|
|
12388
|
+
sizeLarge: number;
|
|
12389
|
+
};
|
|
12390
|
+
};
|
|
12391
|
+
group: {
|
|
12392
|
+
avatar: {
|
|
12393
|
+
sizeSmall: number;
|
|
12394
|
+
sizeMedium: number;
|
|
12395
|
+
sizeLarge: number;
|
|
12396
|
+
sizeXLarge: number;
|
|
12397
|
+
};
|
|
12398
|
+
};
|
|
12399
|
+
contentProduct: {
|
|
12400
|
+
icon: {
|
|
12401
|
+
sizeSmall: number;
|
|
12402
|
+
sizeMedium: number;
|
|
12403
|
+
sizeLarge: number;
|
|
12404
|
+
};
|
|
12405
|
+
};
|
|
12406
|
+
contentProductPrice: {
|
|
12407
|
+
icon: {
|
|
12408
|
+
sizeSmall: number;
|
|
12409
|
+
sizeMedium: number;
|
|
12410
|
+
sizeLarge: number;
|
|
11567
12411
|
};
|
|
11568
12412
|
};
|
|
11569
12413
|
};
|