@selfcommunity/react-theme-default 0.5.0-alpha.1 → 0.5.0-alpha.11
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 +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 +31 -10
- package/lib/cjs/components/SCFeedObject.js +32 -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 +78 -8
- package/lib/cjs/components/SCMediaFile.js +76 -8
- 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 +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/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 +909 -41
- 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 +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 +31 -10
- package/lib/esm/components/SCFeedObject.js +32 -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 +78 -8
- package/lib/esm/components/SCMediaFile.js +76 -8
- 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 +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/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 +909 -41
- 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/cjs/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;
|
|
@@ -3974,6 +4086,20 @@ declare const theme: {
|
|
|
3974
4086
|
opacity: number;
|
|
3975
4087
|
};
|
|
3976
4088
|
};
|
|
4089
|
+
'& .SCFeedObject-obj-element': {
|
|
4090
|
+
position: string;
|
|
4091
|
+
'& .SCFeedObject-new': {
|
|
4092
|
+
position: string;
|
|
4093
|
+
top: string;
|
|
4094
|
+
left: string;
|
|
4095
|
+
width: string;
|
|
4096
|
+
height: string;
|
|
4097
|
+
backgroundColor: any;
|
|
4098
|
+
border: string;
|
|
4099
|
+
borderRadius: string;
|
|
4100
|
+
filter: string;
|
|
4101
|
+
};
|
|
4102
|
+
};
|
|
3977
4103
|
'&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search, &.SCFeedObject-share': {
|
|
3978
4104
|
[x: number]: {
|
|
3979
4105
|
borderRadius: any;
|
|
@@ -4342,14 +4468,14 @@ declare const theme: {
|
|
|
4342
4468
|
paddingRight: number;
|
|
4343
4469
|
};
|
|
4344
4470
|
};
|
|
4345
|
-
actionsRoot: (
|
|
4471
|
+
actionsRoot: () => {
|
|
4346
4472
|
margin: string;
|
|
4347
4473
|
color: string;
|
|
4348
4474
|
'& .SCFeedObject-actions-action': {
|
|
4349
4475
|
textAlign: string;
|
|
4350
4476
|
};
|
|
4351
4477
|
};
|
|
4352
|
-
actionCommentRoot: (
|
|
4478
|
+
actionCommentRoot: () => {
|
|
4353
4479
|
display: string;
|
|
4354
4480
|
justifyContent: string;
|
|
4355
4481
|
alignItems: string;
|
|
@@ -4376,7 +4502,7 @@ declare const theme: {
|
|
|
4376
4502
|
};
|
|
4377
4503
|
};
|
|
4378
4504
|
};
|
|
4379
|
-
actionShareRoot: (
|
|
4505
|
+
actionShareRoot: () => {
|
|
4380
4506
|
display: string;
|
|
4381
4507
|
justifyContent: string;
|
|
4382
4508
|
alignItems: string;
|
|
@@ -4392,7 +4518,7 @@ declare const theme: {
|
|
|
4392
4518
|
whiteSpace: string;
|
|
4393
4519
|
};
|
|
4394
4520
|
};
|
|
4395
|
-
actionVoteRoot: (
|
|
4521
|
+
actionVoteRoot: () => {
|
|
4396
4522
|
display: string;
|
|
4397
4523
|
justifyContent: string;
|
|
4398
4524
|
alignItems: string;
|
|
@@ -4405,7 +4531,7 @@ declare const theme: {
|
|
|
4405
4531
|
borderBottom: number;
|
|
4406
4532
|
};
|
|
4407
4533
|
};
|
|
4408
|
-
activitiesRoot: (
|
|
4534
|
+
activitiesRoot: () => {
|
|
4409
4535
|
width: string;
|
|
4410
4536
|
};
|
|
4411
4537
|
activitiesMenuRoot: ({ theme }: any) => {
|
|
@@ -4445,7 +4571,7 @@ declare const theme: {
|
|
|
4445
4571
|
lineHeight: string;
|
|
4446
4572
|
};
|
|
4447
4573
|
};
|
|
4448
|
-
contributorsSkeletonRoot: (
|
|
4574
|
+
contributorsSkeletonRoot: () => {};
|
|
4449
4575
|
pollObjectRoot: ({ theme }: any) => {
|
|
4450
4576
|
marginTop: any;
|
|
4451
4577
|
marginBottom: any;
|
|
@@ -4582,10 +4708,10 @@ declare const theme: {
|
|
|
4582
4708
|
};
|
|
4583
4709
|
};
|
|
4584
4710
|
};
|
|
4585
|
-
activityCommentRoot: (
|
|
4586
|
-
activityFollowRoot: (
|
|
4587
|
-
activityPollVoteRoot: (
|
|
4588
|
-
activityVoteUpRoot: (
|
|
4711
|
+
activityCommentRoot: () => {};
|
|
4712
|
+
activityFollowRoot: () => {};
|
|
4713
|
+
activityPollVoteRoot: () => {};
|
|
4714
|
+
activityVoteUpRoot: () => {};
|
|
4589
4715
|
};
|
|
4590
4716
|
};
|
|
4591
4717
|
SCFeedObjectDetailTemplate: {
|
|
@@ -4692,9 +4818,10 @@ declare const theme: {
|
|
|
4692
4818
|
};
|
|
4693
4819
|
borderRadius: number;
|
|
4694
4820
|
paddingBottom: number;
|
|
4821
|
+
paddingLeft: any;
|
|
4822
|
+
paddingRight: any;
|
|
4695
4823
|
overflow: string;
|
|
4696
4824
|
'& .SCBaseItemButton-image': {
|
|
4697
|
-
marginRight: any;
|
|
4698
4825
|
'& .MuiAvatar-root': {
|
|
4699
4826
|
width: any;
|
|
4700
4827
|
height: any;
|
|
@@ -4724,7 +4851,10 @@ declare const theme: {
|
|
|
4724
4851
|
};
|
|
4725
4852
|
};
|
|
4726
4853
|
};
|
|
4727
|
-
skeletonRoot: ({ theme }: any) => {
|
|
4854
|
+
skeletonRoot: ({ theme }: any) => {
|
|
4855
|
+
paddingLeft: any;
|
|
4856
|
+
paddingRight: any;
|
|
4857
|
+
};
|
|
4728
4858
|
};
|
|
4729
4859
|
};
|
|
4730
4860
|
SCGroupActionsMenu: {
|
|
@@ -4904,6 +5034,18 @@ declare const theme: {
|
|
|
4904
5034
|
alignItems: string;
|
|
4905
5035
|
gap: any;
|
|
4906
5036
|
};
|
|
5037
|
+
'& .SCBuyButton-request-root': {
|
|
5038
|
+
fontWeight: any;
|
|
5039
|
+
'& .MuiButton-startIcon': {
|
|
5040
|
+
marginRight: any;
|
|
5041
|
+
'& .MuiIcon-root': {
|
|
5042
|
+
fontSize: string;
|
|
5043
|
+
};
|
|
5044
|
+
};
|
|
5045
|
+
'&.Mui-selected, &:hover': {
|
|
5046
|
+
backgroundColor: string;
|
|
5047
|
+
};
|
|
5048
|
+
};
|
|
4907
5049
|
};
|
|
4908
5050
|
'& .SCGroupHeader-multi-actions': {
|
|
4909
5051
|
display: string;
|
|
@@ -5142,6 +5284,23 @@ declare const theme: {
|
|
|
5142
5284
|
};
|
|
5143
5285
|
};
|
|
5144
5286
|
};
|
|
5287
|
+
SCGroupSubscribeButton: {
|
|
5288
|
+
styleOverrides: {
|
|
5289
|
+
buyButtonRoot: ({ theme }: {
|
|
5290
|
+
theme: any;
|
|
5291
|
+
}) => {
|
|
5292
|
+
border: string;
|
|
5293
|
+
'&:hover, &:active': {
|
|
5294
|
+
backgroundColor: any;
|
|
5295
|
+
color: any;
|
|
5296
|
+
border: string;
|
|
5297
|
+
'& .MuiIcon-root': {
|
|
5298
|
+
color: any;
|
|
5299
|
+
};
|
|
5300
|
+
};
|
|
5301
|
+
};
|
|
5302
|
+
};
|
|
5303
|
+
};
|
|
5145
5304
|
SCGroupTemplate: {
|
|
5146
5305
|
styleOverrides: {
|
|
5147
5306
|
root: ({ theme }: any) => {
|
|
@@ -6349,13 +6508,11 @@ declare const theme: {
|
|
|
6349
6508
|
SCMediaFile: {
|
|
6350
6509
|
styleOverrides: {
|
|
6351
6510
|
displayRoot: ({ theme }: any) => {
|
|
6352
|
-
[x: number]: {
|
|
6353
|
-
minHeight: number;
|
|
6354
|
-
};
|
|
6355
6511
|
textAlign: string;
|
|
6356
6512
|
margin: string;
|
|
6357
6513
|
width: string;
|
|
6358
6514
|
position: string;
|
|
6515
|
+
gap: any;
|
|
6359
6516
|
'& .SCMediaFile-background': {
|
|
6360
6517
|
backgroundSize: string;
|
|
6361
6518
|
backgroundPosition: string;
|
|
@@ -6439,10 +6596,16 @@ declare const theme: {
|
|
|
6439
6596
|
position: string;
|
|
6440
6597
|
top: number;
|
|
6441
6598
|
};
|
|
6599
|
+
'& .SCMediaFile-docs-wrapper': {
|
|
6600
|
+
gap: any;
|
|
6601
|
+
};
|
|
6442
6602
|
};
|
|
6443
|
-
lightboxRoot: (
|
|
6603
|
+
lightboxRoot: () => {};
|
|
6444
6604
|
previewRoot: ({ theme }: any) => {
|
|
6445
|
-
|
|
6605
|
+
display: string;
|
|
6606
|
+
flexDirection: string;
|
|
6607
|
+
gap: any;
|
|
6608
|
+
'& > div:not(.SCMediaFile-docs-wrapper)': {
|
|
6446
6609
|
display: string;
|
|
6447
6610
|
flexDirection: string;
|
|
6448
6611
|
flexWrap: string;
|
|
@@ -6492,17 +6655,84 @@ declare const theme: {
|
|
|
6492
6655
|
};
|
|
6493
6656
|
};
|
|
6494
6657
|
};
|
|
6658
|
+
'& .SCMediaFile-docs-wrapper': {
|
|
6659
|
+
display: string;
|
|
6660
|
+
flexDirection: string;
|
|
6661
|
+
gap: any;
|
|
6662
|
+
};
|
|
6495
6663
|
};
|
|
6496
|
-
triggerRoot: (
|
|
6497
|
-
triggerDrawerRoot: (
|
|
6664
|
+
triggerRoot: () => {};
|
|
6665
|
+
triggerDrawerRoot: () => {
|
|
6498
6666
|
zIndex: number;
|
|
6499
6667
|
};
|
|
6500
|
-
triggerMenuRoot: (
|
|
6668
|
+
triggerMenuRoot: () => {};
|
|
6669
|
+
docRoot: ({ theme }: {
|
|
6670
|
+
theme: any;
|
|
6671
|
+
}) => {
|
|
6672
|
+
border: string;
|
|
6673
|
+
borderRadius: string;
|
|
6674
|
+
padding: any;
|
|
6675
|
+
flexDirection: string;
|
|
6676
|
+
gap: string;
|
|
6677
|
+
'& .SCMediaFile-image-wrapper': {
|
|
6678
|
+
border: string;
|
|
6679
|
+
borderRadius: string;
|
|
6680
|
+
flexShrink: number;
|
|
6681
|
+
position: string;
|
|
6682
|
+
width: string;
|
|
6683
|
+
height: string;
|
|
6684
|
+
'& .SCMediaFile-badge-pdf': {
|
|
6685
|
+
position: string;
|
|
6686
|
+
bottom: any;
|
|
6687
|
+
left: number;
|
|
6688
|
+
width: any;
|
|
6689
|
+
height: any;
|
|
6690
|
+
border: string;
|
|
6691
|
+
borderLeft: number;
|
|
6692
|
+
borderTopRightRadius: string;
|
|
6693
|
+
borderBottomRightRadius: string;
|
|
6694
|
+
'& .SCMediaFile-pdf': {
|
|
6695
|
+
height: string;
|
|
6696
|
+
fontWeight: number;
|
|
6697
|
+
lineHeight: number;
|
|
6698
|
+
padding: string;
|
|
6699
|
+
};
|
|
6700
|
+
};
|
|
6701
|
+
};
|
|
6702
|
+
'& .SCMediaFile-text-wrapper': {
|
|
6703
|
+
[x: number]: {
|
|
6704
|
+
maxWidth: string;
|
|
6705
|
+
};
|
|
6706
|
+
gap: string;
|
|
6707
|
+
'& .SCMediaFile-title': {
|
|
6708
|
+
textAlign: string;
|
|
6709
|
+
display: string;
|
|
6710
|
+
'-webkit-line-clamp': string;
|
|
6711
|
+
'-webkit-box-orient': string;
|
|
6712
|
+
overflow: string;
|
|
6713
|
+
};
|
|
6714
|
+
'& .SCMediaFile-subtitle': {
|
|
6715
|
+
textAlign: string;
|
|
6716
|
+
color: any;
|
|
6717
|
+
};
|
|
6718
|
+
};
|
|
6719
|
+
'& .SCMediaFile-action-wrapper': {
|
|
6720
|
+
flexDirection: string;
|
|
6721
|
+
gap: string;
|
|
6722
|
+
marginLeft: string;
|
|
6723
|
+
'& .SCMediaFile-action': {
|
|
6724
|
+
'&:hover': {
|
|
6725
|
+
backgroundColor: any;
|
|
6726
|
+
};
|
|
6727
|
+
};
|
|
6728
|
+
};
|
|
6729
|
+
};
|
|
6501
6730
|
};
|
|
6502
6731
|
};
|
|
6503
6732
|
SCMediaLink: {
|
|
6504
6733
|
styleOverrides: {
|
|
6505
6734
|
displayRoot: ({ theme }: any) => {
|
|
6735
|
+
marginTop: any;
|
|
6506
6736
|
'& .SCMediaLink-link': {
|
|
6507
6737
|
position: string;
|
|
6508
6738
|
backgroundColor: string;
|
|
@@ -6617,7 +6847,7 @@ declare const theme: {
|
|
|
6617
6847
|
};
|
|
6618
6848
|
};
|
|
6619
6849
|
};
|
|
6620
|
-
triggerRoot: (
|
|
6850
|
+
triggerRoot: () => {};
|
|
6621
6851
|
};
|
|
6622
6852
|
};
|
|
6623
6853
|
SCMediaShare: {
|
|
@@ -7835,6 +8065,9 @@ declare const theme: {
|
|
|
7835
8065
|
alignItems: string;
|
|
7836
8066
|
marginRight: any;
|
|
7837
8067
|
'& .MuiIcon-root': {
|
|
8068
|
+
/**
|
|
8069
|
+
* Style assets - Imports - Start
|
|
8070
|
+
*/
|
|
7838
8071
|
margin: any;
|
|
7839
8072
|
};
|
|
7840
8073
|
};
|
|
@@ -9334,6 +9567,9 @@ declare const theme: {
|
|
|
9334
9567
|
padding: any;
|
|
9335
9568
|
};
|
|
9336
9569
|
};
|
|
9570
|
+
'& .SCEventForm-paywalls-configurator-wrap': {
|
|
9571
|
+
margin: string;
|
|
9572
|
+
};
|
|
9337
9573
|
};
|
|
9338
9574
|
};
|
|
9339
9575
|
};
|
|
@@ -9557,6 +9793,8 @@ declare const theme: {
|
|
|
9557
9793
|
};
|
|
9558
9794
|
'& .SCEvent-snippet-secondary': {
|
|
9559
9795
|
color: any;
|
|
9796
|
+
display: string;
|
|
9797
|
+
alignItems: string;
|
|
9560
9798
|
};
|
|
9561
9799
|
};
|
|
9562
9800
|
};
|
|
@@ -9899,6 +10137,18 @@ declare const theme: {
|
|
|
9899
10137
|
alignItems: string;
|
|
9900
10138
|
gap: any;
|
|
9901
10139
|
};
|
|
10140
|
+
'& .SCBuyButton-request-root': {
|
|
10141
|
+
fontWeight: any;
|
|
10142
|
+
'& .MuiButton-startIcon': {
|
|
10143
|
+
marginRight: any;
|
|
10144
|
+
'& .MuiIcon-root': {
|
|
10145
|
+
fontSize: string;
|
|
10146
|
+
};
|
|
10147
|
+
};
|
|
10148
|
+
'&.Mui-selected, &:hover': {
|
|
10149
|
+
backgroundColor: string;
|
|
10150
|
+
};
|
|
10151
|
+
};
|
|
9902
10152
|
};
|
|
9903
10153
|
'& .SCEditEvenButton-root': {
|
|
9904
10154
|
marginLeft: string;
|
|
@@ -10097,6 +10347,18 @@ declare const theme: {
|
|
|
10097
10347
|
requestRoot: ({ theme }: {
|
|
10098
10348
|
theme: any;
|
|
10099
10349
|
}) => {};
|
|
10350
|
+
buyButtonRoot: ({ theme }: {
|
|
10351
|
+
theme: any;
|
|
10352
|
+
}) => {
|
|
10353
|
+
'&:hover, &:active': {
|
|
10354
|
+
backgroundColor: any;
|
|
10355
|
+
color: any;
|
|
10356
|
+
border: string;
|
|
10357
|
+
'& .MuiIcon-root': {
|
|
10358
|
+
color: any;
|
|
10359
|
+
};
|
|
10360
|
+
};
|
|
10361
|
+
};
|
|
10100
10362
|
menuRoot: ({ theme }: {
|
|
10101
10363
|
theme: any;
|
|
10102
10364
|
}) => {
|
|
@@ -10622,7 +10884,7 @@ declare const theme: {
|
|
|
10622
10884
|
};
|
|
10623
10885
|
};
|
|
10624
10886
|
};
|
|
10625
|
-
popperRoot: (
|
|
10887
|
+
popperRoot: () => {
|
|
10626
10888
|
zIndex: number;
|
|
10627
10889
|
'& .SCVoteButton-reaction .MuiIcon-root': {
|
|
10628
10890
|
fontSize: string;
|
|
@@ -11541,31 +11803,637 @@ declare const theme: {
|
|
|
11541
11803
|
};
|
|
11542
11804
|
};
|
|
11543
11805
|
};
|
|
11544
|
-
|
|
11545
|
-
|
|
11546
|
-
|
|
11547
|
-
|
|
11548
|
-
|
|
11549
|
-
|
|
11550
|
-
|
|
11551
|
-
|
|
11806
|
+
SCBuyButton: {
|
|
11807
|
+
styleOverrides: {
|
|
11808
|
+
requestRoot: ({ theme }: {
|
|
11809
|
+
theme: any;
|
|
11810
|
+
}) => {};
|
|
11811
|
+
drawerRoot: ({ theme }: {
|
|
11812
|
+
theme: any;
|
|
11813
|
+
}) => {
|
|
11814
|
+
'& > div.MuiPaper-root': {
|
|
11815
|
+
padding: any;
|
|
11816
|
+
};
|
|
11817
|
+
};
|
|
11552
11818
|
};
|
|
11553
11819
|
};
|
|
11554
|
-
|
|
11555
|
-
|
|
11556
|
-
|
|
11557
|
-
|
|
11558
|
-
|
|
11820
|
+
SCPaymentProducts: {
|
|
11821
|
+
styleOverrides: {
|
|
11822
|
+
root: ({ theme }: {
|
|
11823
|
+
theme: any;
|
|
11824
|
+
}) => {
|
|
11825
|
+
padding: any;
|
|
11826
|
+
};
|
|
11827
|
+
skeletonRoot: ({ theme }: {
|
|
11828
|
+
theme: any;
|
|
11829
|
+
}) => {
|
|
11830
|
+
padding: any;
|
|
11831
|
+
};
|
|
11559
11832
|
};
|
|
11560
11833
|
};
|
|
11561
|
-
|
|
11562
|
-
|
|
11563
|
-
|
|
11564
|
-
|
|
11565
|
-
|
|
11834
|
+
SCPaymentProduct: {
|
|
11835
|
+
styleOverrides: {
|
|
11836
|
+
root: ({ theme }: {
|
|
11837
|
+
theme: any;
|
|
11838
|
+
}) => {
|
|
11839
|
+
marginBottom: any;
|
|
11840
|
+
borderRadius: string;
|
|
11841
|
+
boxShadow: string;
|
|
11842
|
+
backgroundColor: any;
|
|
11843
|
+
'& .MuiCardContent-root': {
|
|
11844
|
+
'& .SCBaseItem-root': {
|
|
11845
|
+
backgroundColor: string;
|
|
11846
|
+
};
|
|
11847
|
+
'& .MuiTypography-body1': {
|
|
11848
|
+
[x: number]: {
|
|
11849
|
+
fontSize: any;
|
|
11850
|
+
};
|
|
11851
|
+
fontWeight: number;
|
|
11852
|
+
color: any;
|
|
11853
|
+
};
|
|
11854
|
+
};
|
|
11855
|
+
'& .SCPaymentProductPrice-root': {
|
|
11856
|
+
width: string;
|
|
11857
|
+
paddingLeft: string;
|
|
11858
|
+
};
|
|
11859
|
+
};
|
|
11860
|
+
skeletonRoot: ({ theme }: {
|
|
11861
|
+
theme: any;
|
|
11862
|
+
}) => {
|
|
11863
|
+
marginBottom: any;
|
|
11864
|
+
borderRadius: string;
|
|
11865
|
+
boxShadow: string;
|
|
11866
|
+
backgroundColor: any;
|
|
11867
|
+
'& .MuiCardContent-root': {
|
|
11868
|
+
marginBottom: any;
|
|
11869
|
+
'& .SCBaseItem-root': {
|
|
11870
|
+
backgroundColor: string;
|
|
11871
|
+
boxShadow: string;
|
|
11872
|
+
};
|
|
11873
|
+
};
|
|
11874
|
+
'& .SCPaymentProductPrice-skeleton-root': {
|
|
11875
|
+
marginTop: any;
|
|
11876
|
+
width: string;
|
|
11877
|
+
paddingLeft: string;
|
|
11878
|
+
};
|
|
11879
|
+
};
|
|
11880
|
+
};
|
|
11881
|
+
};
|
|
11882
|
+
SCPaymentOrder: {
|
|
11883
|
+
styleOverrides: {
|
|
11884
|
+
root: ({ theme }: {
|
|
11885
|
+
theme: any;
|
|
11886
|
+
}) => {
|
|
11887
|
+
'& .SCPaymentOrder-details': {
|
|
11888
|
+
marginTop: any;
|
|
11889
|
+
marginLeft: any;
|
|
11890
|
+
'& p': {
|
|
11891
|
+
marginBottom: any;
|
|
11892
|
+
};
|
|
11893
|
+
'& .SCPaymentOrderPdfButton-root': {
|
|
11894
|
+
marginTop: any;
|
|
11895
|
+
};
|
|
11896
|
+
};
|
|
11897
|
+
};
|
|
11898
|
+
skeletonRoot: ({ theme }: {
|
|
11899
|
+
theme: any;
|
|
11900
|
+
}) => {};
|
|
11901
|
+
};
|
|
11902
|
+
};
|
|
11903
|
+
SCPaymentOrderPdfButton: {
|
|
11904
|
+
styleOverrides: {
|
|
11905
|
+
root: ({ theme }: {
|
|
11906
|
+
theme: any;
|
|
11907
|
+
}) => {
|
|
11908
|
+
paddingLeft: number;
|
|
11909
|
+
paddingRight: number;
|
|
11910
|
+
width: string;
|
|
11911
|
+
minWidth: number;
|
|
11912
|
+
marginLeft: any;
|
|
11913
|
+
marginRight: any;
|
|
11914
|
+
height: number;
|
|
11915
|
+
};
|
|
11916
|
+
};
|
|
11917
|
+
};
|
|
11918
|
+
SCPaymentProductPrice: {
|
|
11919
|
+
styleOverrides: {
|
|
11920
|
+
root: ({ theme }: {
|
|
11921
|
+
theme: any;
|
|
11922
|
+
}) => {
|
|
11923
|
+
borderRadius: number;
|
|
11924
|
+
boxShadow: string;
|
|
11925
|
+
'& .SCPaymentProductPrice-primary': {
|
|
11926
|
+
fontSize: string;
|
|
11927
|
+
fontWeight: string;
|
|
11928
|
+
color: string;
|
|
11929
|
+
};
|
|
11930
|
+
'& .SCPaymentProductPrice-button': {
|
|
11931
|
+
textTransform: string;
|
|
11932
|
+
'&:hover, &:active': {
|
|
11933
|
+
backgroundColor: any;
|
|
11934
|
+
color: any;
|
|
11935
|
+
border: string;
|
|
11936
|
+
'& .MuiIcon-root': {
|
|
11937
|
+
color: any;
|
|
11938
|
+
};
|
|
11939
|
+
};
|
|
11940
|
+
};
|
|
11941
|
+
'& .SCPaymentProductPrice-button-purchased': {
|
|
11942
|
+
backgroundColor: string;
|
|
11943
|
+
color: string;
|
|
11944
|
+
};
|
|
11945
|
+
'& .SCPaymentProductPrice-purchased-at': {
|
|
11946
|
+
textDecoration: string;
|
|
11947
|
+
};
|
|
11948
|
+
};
|
|
11949
|
+
skeletonRoot: ({ theme }: {
|
|
11950
|
+
theme: any;
|
|
11951
|
+
}) => {
|
|
11952
|
+
borderRadius: number;
|
|
11953
|
+
};
|
|
11954
|
+
};
|
|
11955
|
+
};
|
|
11956
|
+
SCCheckout: {
|
|
11957
|
+
styleOverrides: {
|
|
11958
|
+
root: ({ theme }: {
|
|
11959
|
+
theme: any;
|
|
11960
|
+
}) => {
|
|
11961
|
+
position: string;
|
|
11962
|
+
backgroundColor: any;
|
|
11963
|
+
display: string;
|
|
11964
|
+
flexDirection: string;
|
|
11965
|
+
justifyContent: string;
|
|
11966
|
+
alignItems: string;
|
|
11967
|
+
width: string;
|
|
11968
|
+
"& .SCCheckout-content": {
|
|
11969
|
+
[x: number]: {
|
|
11970
|
+
display: string;
|
|
11971
|
+
flexDirection: string;
|
|
11972
|
+
justifyContent: string;
|
|
11973
|
+
alignItems: string;
|
|
11974
|
+
};
|
|
11975
|
+
width: string;
|
|
11976
|
+
maxWidth: number;
|
|
11977
|
+
display: string;
|
|
11978
|
+
gridTemplateColumns: string;
|
|
11979
|
+
padding: any;
|
|
11980
|
+
gap: number;
|
|
11981
|
+
"& .SCCheckout-content-object": {
|
|
11982
|
+
[x: number]: {
|
|
11983
|
+
width: string;
|
|
11984
|
+
};
|
|
11985
|
+
position: string;
|
|
11986
|
+
display: string;
|
|
11987
|
+
flexDirection: string;
|
|
11988
|
+
justifyContent: string;
|
|
11989
|
+
alignItems: string;
|
|
11990
|
+
'& .SCWidget-root': {
|
|
11991
|
+
width: string;
|
|
11992
|
+
'& .SCEvent-preview-content': {
|
|
11993
|
+
padding: string;
|
|
11994
|
+
};
|
|
11995
|
+
};
|
|
11996
|
+
};
|
|
11997
|
+
"& .SCCheckout-content-coverage": {
|
|
11998
|
+
position: string;
|
|
11999
|
+
width: string;
|
|
12000
|
+
height: string;
|
|
12001
|
+
backgroundColor: string;
|
|
12002
|
+
};
|
|
12003
|
+
"& .SCCheckout-content-desc": {
|
|
12004
|
+
[x: number]: {
|
|
12005
|
+
display: string;
|
|
12006
|
+
};
|
|
12007
|
+
display: string;
|
|
12008
|
+
flexDirection: string;
|
|
12009
|
+
justifyContent: string;
|
|
12010
|
+
alignItems: string;
|
|
12011
|
+
maxWidth: number;
|
|
12012
|
+
};
|
|
12013
|
+
};
|
|
12014
|
+
"& .SCCheckout-checkout": {
|
|
12015
|
+
width: string;
|
|
12016
|
+
bottom: any;
|
|
12017
|
+
};
|
|
12018
|
+
"& .SCCheckout-object": {
|
|
12019
|
+
[x: number]: {
|
|
12020
|
+
minWidth: number;
|
|
12021
|
+
width: string;
|
|
12022
|
+
};
|
|
12023
|
+
width: string;
|
|
12024
|
+
};
|
|
12025
|
+
"& .SCCheckout-payment-order": {
|
|
12026
|
+
display: string;
|
|
12027
|
+
flexDirection: string;
|
|
12028
|
+
justifyContent: string;
|
|
12029
|
+
alignItems: string;
|
|
12030
|
+
margin: any;
|
|
12031
|
+
'& .SCPaymentOrder-root': {
|
|
12032
|
+
width: string;
|
|
12033
|
+
display: string;
|
|
12034
|
+
flexDirection: string;
|
|
12035
|
+
justifyContent: string;
|
|
12036
|
+
alignItems: string;
|
|
12037
|
+
'& .SCPaymentOrder-content-object': {
|
|
12038
|
+
minWidth: number;
|
|
12039
|
+
};
|
|
12040
|
+
'& .SCPaymentOrder-details': {
|
|
12041
|
+
minWidth: number;
|
|
12042
|
+
};
|
|
12043
|
+
'& .SCPaymentOrderPdfButton-root': {
|
|
12044
|
+
paddingLeft: any;
|
|
12045
|
+
paddingRight: any;
|
|
12046
|
+
};
|
|
12047
|
+
};
|
|
12048
|
+
'& .SCPaymentOrder-skeleton-root': {
|
|
12049
|
+
minWidth: number;
|
|
12050
|
+
};
|
|
12051
|
+
};
|
|
12052
|
+
"& .SCCategory-root": {
|
|
12053
|
+
borderRadius: any;
|
|
12054
|
+
'& a': {
|
|
12055
|
+
padding: any;
|
|
12056
|
+
};
|
|
12057
|
+
};
|
|
12058
|
+
"& .SCGroup-root": {
|
|
12059
|
+
borderRadius: any;
|
|
12060
|
+
'& a': {
|
|
12061
|
+
padding: any;
|
|
12062
|
+
};
|
|
12063
|
+
};
|
|
12064
|
+
"& .SCCourse-preview-root": {
|
|
12065
|
+
minHeight: string;
|
|
12066
|
+
};
|
|
12067
|
+
};
|
|
12068
|
+
};
|
|
12069
|
+
};
|
|
12070
|
+
SCCheckoutReturnDialog: {
|
|
12071
|
+
styleOverrides: {
|
|
12072
|
+
root: ({ theme }: {
|
|
12073
|
+
theme: any;
|
|
12074
|
+
}) => {
|
|
12075
|
+
'& .MuiDialogTitle-root': {
|
|
12076
|
+
textAlign: string;
|
|
12077
|
+
fontSize: string;
|
|
12078
|
+
fontWeight: number;
|
|
12079
|
+
};
|
|
12080
|
+
'& .MuiDialogContent-root': {
|
|
12081
|
+
display: string;
|
|
12082
|
+
minHeight: number;
|
|
12083
|
+
justifyContent: string;
|
|
12084
|
+
alignItems: string;
|
|
12085
|
+
'& .SCWidget-root': {
|
|
12086
|
+
minWidth: number;
|
|
12087
|
+
};
|
|
12088
|
+
'& .MuiTypography-body2': {
|
|
12089
|
+
marginTop: any;
|
|
12090
|
+
};
|
|
12091
|
+
};
|
|
12092
|
+
};
|
|
12093
|
+
};
|
|
12094
|
+
};
|
|
12095
|
+
SCHiddenPurchasableContent: {
|
|
12096
|
+
styleOverrides: {
|
|
12097
|
+
root: ({ theme }: any) => {
|
|
12098
|
+
padding: any;
|
|
12099
|
+
};
|
|
12100
|
+
};
|
|
12101
|
+
};
|
|
12102
|
+
SCPaywalls: {
|
|
12103
|
+
styleOverrides: {
|
|
12104
|
+
root: ({ theme }: {
|
|
12105
|
+
theme: any;
|
|
12106
|
+
}) => {
|
|
12107
|
+
'& .SCPaywalls-error': {
|
|
12108
|
+
margin: any;
|
|
12109
|
+
};
|
|
12110
|
+
};
|
|
12111
|
+
};
|
|
12112
|
+
};
|
|
12113
|
+
SCPaywallsConfigurator: {
|
|
12114
|
+
styleOverrides: {
|
|
12115
|
+
root: ({ theme }: any) => {
|
|
12116
|
+
"& .SCPaywallsConfigurator-new-product": {
|
|
12117
|
+
background: string;
|
|
12118
|
+
padding: any;
|
|
12119
|
+
marginTop: any;
|
|
12120
|
+
borderRadius: any;
|
|
12121
|
+
};
|
|
12122
|
+
"& .SCPaywallsConfigurator-no-product": {
|
|
12123
|
+
textDecoration: string;
|
|
12124
|
+
paddingLeft: number;
|
|
12125
|
+
color: "#bdbdbd";
|
|
12126
|
+
};
|
|
12127
|
+
"& .SCPaywallsConfigurator-content-access-type": {
|
|
12128
|
+
'& > p': {
|
|
12129
|
+
marginBottom: any;
|
|
12130
|
+
};
|
|
12131
|
+
'& .MuiPaper-root': {
|
|
12132
|
+
borderColor: string;
|
|
12133
|
+
};
|
|
12134
|
+
'& .MuiAccordion-root:first-of-type': {
|
|
12135
|
+
borderTopLeftRadius: number;
|
|
12136
|
+
borderTopRightRadius: number;
|
|
12137
|
+
};
|
|
12138
|
+
'& .MuiAccordion-root:last-of-type': {
|
|
12139
|
+
borderBottomLeftRadius: number;
|
|
12140
|
+
borderBottomRightRadius: number;
|
|
12141
|
+
};
|
|
12142
|
+
"& .SCPaywallsConfigurator-selected-payment-products-list": {
|
|
12143
|
+
borderTop: string;
|
|
12144
|
+
marginTop: number;
|
|
12145
|
+
};
|
|
12146
|
+
"& .SCPaywallsConfigurator-add-payment-product": {
|
|
12147
|
+
position: string;
|
|
12148
|
+
left: number;
|
|
12149
|
+
'& .MuiButton-startIcon': {
|
|
12150
|
+
fontSize: string;
|
|
12151
|
+
};
|
|
12152
|
+
};
|
|
12153
|
+
};
|
|
12154
|
+
};
|
|
12155
|
+
paymentProductsAutocompletePopperRoot: ({ theme }: any) => {
|
|
12156
|
+
"& .MuiAutocomplete-paper": {
|
|
12157
|
+
boxShadow: string;
|
|
12158
|
+
margin: number;
|
|
12159
|
+
color: string;
|
|
12160
|
+
fontSize: number;
|
|
12161
|
+
};
|
|
12162
|
+
"& .MuiAutocomplete-listbox": {
|
|
12163
|
+
backgroundColor: string;
|
|
12164
|
+
padding: number;
|
|
12165
|
+
"& .MuiAutocomplete-option": {
|
|
12166
|
+
minHeight: string;
|
|
12167
|
+
alignItems: string;
|
|
12168
|
+
padding: number;
|
|
12169
|
+
borderBottom: string;
|
|
12170
|
+
'&[aria-selected="true"]': {
|
|
12171
|
+
backgroundColor: string;
|
|
12172
|
+
};
|
|
12173
|
+
"&.MuiAutocomplete-focused, &.MuiAutocomplete-focused[aria-selected=\"true\"]": {
|
|
12174
|
+
backgroundColor: any;
|
|
12175
|
+
};
|
|
12176
|
+
};
|
|
12177
|
+
};
|
|
12178
|
+
"&.MuiAutocomplete-popperDisablePortal": {
|
|
12179
|
+
position: string;
|
|
12180
|
+
};
|
|
12181
|
+
"& .SCPaywallsConfigurator-product-check-icon": {
|
|
12182
|
+
width: number;
|
|
12183
|
+
height: number;
|
|
12184
|
+
margin: string;
|
|
12185
|
+
};
|
|
12186
|
+
"& .SCPaywallsConfigurator-product-card-icon": {
|
|
12187
|
+
width: number;
|
|
12188
|
+
height: number;
|
|
12189
|
+
flexShrink: number;
|
|
12190
|
+
borderRadius: string;
|
|
12191
|
+
marginRight: any;
|
|
12192
|
+
marginTop: string;
|
|
12193
|
+
padding: string;
|
|
12194
|
+
backgroundColor: string;
|
|
12195
|
+
color: string;
|
|
12196
|
+
"& > .community-icons": {
|
|
12197
|
+
fontSize: string;
|
|
12198
|
+
};
|
|
12199
|
+
};
|
|
12200
|
+
"& .SCPaywallsConfigurator-product-content": {
|
|
12201
|
+
flexGrow: number;
|
|
12202
|
+
'& span': {
|
|
12203
|
+
color: string;
|
|
12204
|
+
};
|
|
12205
|
+
};
|
|
12206
|
+
"& .SCPaywallsConfigurator-product-remove-icon": {
|
|
12207
|
+
opacity: number;
|
|
12208
|
+
width: number;
|
|
12209
|
+
height: number;
|
|
12210
|
+
};
|
|
12211
|
+
"& .SCPaywallsConfigurator-autocomplete-footer": {
|
|
12212
|
+
backgroundColor: "#bdbdbd";
|
|
12213
|
+
};
|
|
12214
|
+
"& .SCPaywallsConfigurator-autocomplete-products-loading": {
|
|
12215
|
+
width: string;
|
|
12216
|
+
minHeight: number;
|
|
12217
|
+
display: string;
|
|
12218
|
+
alignItems: string;
|
|
12219
|
+
justifyContent: string;
|
|
12220
|
+
};
|
|
12221
|
+
};
|
|
12222
|
+
paymentProductsPopperRoot: ({ theme }: any) => {
|
|
12223
|
+
border: string;
|
|
12224
|
+
boxShadow: string;
|
|
12225
|
+
borderRadius: number;
|
|
12226
|
+
width: number;
|
|
12227
|
+
zIndex: any;
|
|
12228
|
+
fontSize: number;
|
|
12229
|
+
color: string;
|
|
12230
|
+
backgroundColor: string;
|
|
12231
|
+
'& .MuiPaper-root': {
|
|
12232
|
+
borderRadius: number;
|
|
12233
|
+
};
|
|
12234
|
+
"& .SCPaywallsConfigurator-payment-products-popper-title": {
|
|
12235
|
+
borderBottom: string;
|
|
12236
|
+
padding: string;
|
|
12237
|
+
fontWeight: number;
|
|
12238
|
+
};
|
|
12239
|
+
"& .SCPaywallsConfigurator-payment-products-popper-footer": {
|
|
12240
|
+
borderTop: string;
|
|
12241
|
+
padding: string;
|
|
12242
|
+
display: string;
|
|
12243
|
+
alignItems: string;
|
|
12244
|
+
justifyContent: string;
|
|
12245
|
+
'& button': {
|
|
12246
|
+
padding: string;
|
|
12247
|
+
'& .MuiIcon-root': {
|
|
12248
|
+
fontSize: number;
|
|
12249
|
+
};
|
|
12250
|
+
};
|
|
12251
|
+
};
|
|
12252
|
+
};
|
|
12253
|
+
filterInputRoot: ({ theme }: any) => {
|
|
12254
|
+
padding: number;
|
|
12255
|
+
width: string;
|
|
12256
|
+
borderBottom: string;
|
|
12257
|
+
'& input': {
|
|
12258
|
+
borderRadius: number;
|
|
12259
|
+
backgroundColor: string;
|
|
12260
|
+
padding: number;
|
|
12261
|
+
transition: any;
|
|
12262
|
+
border: string;
|
|
12263
|
+
fontSize: number;
|
|
12264
|
+
'&:focus': {
|
|
12265
|
+
boxShadow: string;
|
|
12266
|
+
borderColor: string;
|
|
12267
|
+
};
|
|
12268
|
+
};
|
|
12269
|
+
};
|
|
12270
|
+
};
|
|
12271
|
+
};
|
|
12272
|
+
SCPdfPreview: {
|
|
12273
|
+
styleOverrides: {
|
|
12274
|
+
root: ({ theme }: any) => {
|
|
12275
|
+
display: string;
|
|
12276
|
+
flexDirection: string;
|
|
12277
|
+
marginTop: string;
|
|
12278
|
+
"& .SCPdfPreview-document-pdf-wrapper": {
|
|
12279
|
+
filter: string;
|
|
12280
|
+
};
|
|
12281
|
+
"& .SCPdfPreview-document-pdf-link": {
|
|
12282
|
+
padding: number;
|
|
12283
|
+
'&:hover': {
|
|
12284
|
+
opacity: number;
|
|
12285
|
+
};
|
|
12286
|
+
};
|
|
12287
|
+
"& .SCPdfPreview-document-pdf-page": {
|
|
12288
|
+
display: string;
|
|
12289
|
+
flexDirection: string;
|
|
12290
|
+
justifyContent: string;
|
|
12291
|
+
marginBottom: any;
|
|
12292
|
+
pageBreakAfter: string;
|
|
12293
|
+
'& .react-pdf__Page__textContent': {
|
|
12294
|
+
mixBlendMode: string;
|
|
12295
|
+
opacity: number;
|
|
12296
|
+
};
|
|
12297
|
+
'& .react-pdf__Page__canvas': {
|
|
12298
|
+
margin: string;
|
|
12299
|
+
};
|
|
12300
|
+
};
|
|
12301
|
+
};
|
|
12302
|
+
};
|
|
12303
|
+
};
|
|
12304
|
+
SCPaymentOrders: {
|
|
12305
|
+
styleOverrides: {
|
|
12306
|
+
root: ({ theme }: any) => {
|
|
12307
|
+
'& .SCPaymentOrders-content': {
|
|
12308
|
+
position: string;
|
|
12309
|
+
margin: any;
|
|
12310
|
+
'& table': {
|
|
12311
|
+
'& tr': {
|
|
12312
|
+
'& th': {
|
|
12313
|
+
zIndex: number;
|
|
12314
|
+
};
|
|
12315
|
+
};
|
|
12316
|
+
'& .SCGroup-root, .SCCategory-root': {
|
|
12317
|
+
borderRadius: any;
|
|
12318
|
+
maxWidth: string;
|
|
12319
|
+
};
|
|
12320
|
+
'& .SCPaymentProduct-root': {
|
|
12321
|
+
borderRadius: string;
|
|
12322
|
+
border: string;
|
|
12323
|
+
boxShadow: string;
|
|
12324
|
+
color: any;
|
|
12325
|
+
'& .MuiAccordionSummary-root': {
|
|
12326
|
+
backgroundColor: any;
|
|
12327
|
+
opacity: number;
|
|
12328
|
+
borderRadius: any;
|
|
12329
|
+
};
|
|
12330
|
+
};
|
|
12331
|
+
};
|
|
12332
|
+
'& .MuiCircularProgress-root': {
|
|
12333
|
+
display: string;
|
|
12334
|
+
margin: string;
|
|
12335
|
+
};
|
|
12336
|
+
};
|
|
12337
|
+
'& .SCPaymentOrders-filters': {
|
|
12338
|
+
[x: number]: {
|
|
12339
|
+
width: string;
|
|
12340
|
+
};
|
|
12341
|
+
alignItems: string;
|
|
12342
|
+
margin: any;
|
|
12343
|
+
width: string;
|
|
12344
|
+
'& .SCPaymentOrders-search': {
|
|
12345
|
+
'& .MuiInputBase-root': {
|
|
12346
|
+
paddingRight: number;
|
|
12347
|
+
'& .MuiButtonBase-root': {
|
|
12348
|
+
borderRadius: string;
|
|
12349
|
+
height: string;
|
|
12350
|
+
'& .MuiButton-endIcon': {
|
|
12351
|
+
margin: number;
|
|
12352
|
+
};
|
|
12353
|
+
};
|
|
12354
|
+
};
|
|
12355
|
+
};
|
|
12356
|
+
'& .SCPaymentOrders-picker': {
|
|
12357
|
+
'& .MuiOutlinedInput-root': {
|
|
12358
|
+
paddingRight: any;
|
|
12359
|
+
};
|
|
12360
|
+
};
|
|
12361
|
+
};
|
|
12362
|
+
};
|
|
12363
|
+
};
|
|
12364
|
+
};
|
|
12365
|
+
SCCheckoutHeaderInfoWidget: {
|
|
12366
|
+
styleOverrides: {
|
|
12367
|
+
root: ({ theme }: {
|
|
12368
|
+
theme: any;
|
|
12369
|
+
}) => {
|
|
12370
|
+
'& .SCCheckoutHeaderInfoWidget-header': {
|
|
12371
|
+
height: any;
|
|
12372
|
+
position: string;
|
|
12373
|
+
backgroundColor: any;
|
|
12374
|
+
color: string;
|
|
12375
|
+
textAlign: string;
|
|
12376
|
+
'& img': {
|
|
12377
|
+
position: string;
|
|
12378
|
+
left: string;
|
|
12379
|
+
top: any;
|
|
12380
|
+
transform: string;
|
|
12381
|
+
};
|
|
12382
|
+
'& .MuiIcon-root': {
|
|
12383
|
+
top: any;
|
|
12384
|
+
position: string;
|
|
12385
|
+
};
|
|
12386
|
+
};
|
|
12387
|
+
'& .SCCheckoutHeaderInfoWidget-content': {
|
|
12388
|
+
padding: any;
|
|
12389
|
+
justifyContent: string;
|
|
12390
|
+
'& .MuiTypography-body2': {
|
|
12391
|
+
paddingTop: any;
|
|
12392
|
+
whiteSpace: string;
|
|
12393
|
+
};
|
|
12394
|
+
};
|
|
12395
|
+
};
|
|
12396
|
+
};
|
|
12397
|
+
};
|
|
12398
|
+
};
|
|
12399
|
+
selfcommunity: {
|
|
12400
|
+
user: {
|
|
12401
|
+
avatar: {
|
|
12402
|
+
sizeSmall: number;
|
|
12403
|
+
sizeMedium: number;
|
|
12404
|
+
sizeLarge: number;
|
|
11566
12405
|
sizeXLarge: number;
|
|
11567
12406
|
};
|
|
11568
12407
|
};
|
|
12408
|
+
category: {
|
|
12409
|
+
icon: {
|
|
12410
|
+
sizeSmall: number;
|
|
12411
|
+
sizeMedium: number;
|
|
12412
|
+
sizeLarge: number;
|
|
12413
|
+
};
|
|
12414
|
+
};
|
|
12415
|
+
group: {
|
|
12416
|
+
avatar: {
|
|
12417
|
+
sizeSmall: number;
|
|
12418
|
+
sizeMedium: number;
|
|
12419
|
+
sizeLarge: number;
|
|
12420
|
+
sizeXLarge: number;
|
|
12421
|
+
};
|
|
12422
|
+
};
|
|
12423
|
+
contentProduct: {
|
|
12424
|
+
icon: {
|
|
12425
|
+
sizeSmall: number;
|
|
12426
|
+
sizeMedium: number;
|
|
12427
|
+
sizeLarge: number;
|
|
12428
|
+
};
|
|
12429
|
+
};
|
|
12430
|
+
contentProductPrice: {
|
|
12431
|
+
icon: {
|
|
12432
|
+
sizeSmall: number;
|
|
12433
|
+
sizeMedium: number;
|
|
12434
|
+
sizeLarge: number;
|
|
12435
|
+
};
|
|
12436
|
+
};
|
|
11569
12437
|
};
|
|
11570
12438
|
};
|
|
11571
12439
|
export default theme;
|