@selfcommunity/react-theme-default 0.4.5-payments.175 → 0.5.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/components/SCCategoryHeader.d.ts +0 -4
- package/lib/cjs/components/SCCategoryHeader.js +1 -5
- package/lib/cjs/components/SCComposer.d.ts +3 -0
- package/lib/cjs/components/SCComposer.js +4 -1
- package/lib/cjs/components/SCEditCourse.d.ts +0 -7
- package/lib/cjs/components/SCEditCourse.js +0 -7
- package/lib/cjs/components/SCEventForm.d.ts +0 -3
- package/lib/cjs/components/SCEventForm.js +0 -3
- package/lib/cjs/components/SCGroups.d.ts +8 -0
- package/lib/cjs/components/SCGroups.js +8 -0
- package/lib/cjs/index.d.ts +11 -409
- package/lib/cjs/index.js +1 -35
- package/lib/esm/components/SCCategoryHeader.d.ts +0 -4
- package/lib/esm/components/SCCategoryHeader.js +1 -5
- package/lib/esm/components/SCComposer.d.ts +3 -0
- package/lib/esm/components/SCComposer.js +4 -1
- package/lib/esm/components/SCEditCourse.d.ts +0 -7
- package/lib/esm/components/SCEditCourse.js +0 -7
- package/lib/esm/components/SCEventForm.d.ts +0 -3
- package/lib/esm/components/SCEventForm.js +0 -3
- package/lib/esm/components/SCGroups.d.ts +8 -0
- package/lib/esm/components/SCGroups.js +8 -0
- package/lib/esm/index.d.ts +11 -409
- package/lib/esm/index.js +1 -35
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
- package/lib/cjs/components/SCBuyButton.d.ts +0 -15
- package/lib/cjs/components/SCBuyButton.js +0 -13
- package/lib/cjs/components/SCCategoryFollowButton.d.ts +0 -8
- package/lib/cjs/components/SCCategoryFollowButton.js +0 -10
- package/lib/cjs/components/SCCheckout.d.ts +0 -83
- package/lib/cjs/components/SCCheckout.js +0 -83
- package/lib/cjs/components/SCCheckoutReturnDialog.d.ts +0 -27
- package/lib/cjs/components/SCCheckoutReturnDialog.js +0 -27
- package/lib/cjs/components/SCHiddenPurchasableContent.d.ts +0 -8
- package/lib/cjs/components/SCHiddenPurchasableContent.js +0 -10
- package/lib/cjs/components/SCPaymentProduct.d.ts +0 -51
- package/lib/cjs/components/SCPaymentProduct.js +0 -49
- package/lib/cjs/components/SCPaymentProductPrice.d.ts +0 -22
- package/lib/cjs/components/SCPaymentProductPrice.js +0 -20
- package/lib/cjs/components/SCPaymentProducts.d.ts +0 -15
- package/lib/cjs/components/SCPaymentProducts.js +0 -13
- package/lib/cjs/components/SCPaywalls.d.ts +0 -12
- package/lib/cjs/components/SCPaywalls.js +0 -12
- package/lib/cjs/components/SCPaywallsConfigurator.d.ts +0 -150
- package/lib/cjs/components/SCPaywallsConfigurator.js +0 -153
- package/lib/esm/components/SCBuyButton.d.ts +0 -15
- package/lib/esm/components/SCBuyButton.js +0 -11
- package/lib/esm/components/SCCategoryFollowButton.d.ts +0 -8
- package/lib/esm/components/SCCategoryFollowButton.js +0 -8
- package/lib/esm/components/SCCheckout.d.ts +0 -83
- package/lib/esm/components/SCCheckout.js +0 -81
- package/lib/esm/components/SCCheckoutReturnDialog.d.ts +0 -27
- package/lib/esm/components/SCCheckoutReturnDialog.js +0 -25
- package/lib/esm/components/SCHiddenPurchasableContent.d.ts +0 -8
- package/lib/esm/components/SCHiddenPurchasableContent.js +0 -8
- package/lib/esm/components/SCPaymentProduct.d.ts +0 -51
- package/lib/esm/components/SCPaymentProduct.js +0 -47
- package/lib/esm/components/SCPaymentProductPrice.d.ts +0 -22
- package/lib/esm/components/SCPaymentProductPrice.js +0 -18
- package/lib/esm/components/SCPaymentProducts.d.ts +0 -15
- package/lib/esm/components/SCPaymentProducts.js +0 -11
- package/lib/esm/components/SCPaywalls.d.ts +0 -12
- package/lib/esm/components/SCPaywalls.js +0 -10
- package/lib/esm/components/SCPaywallsConfigurator.d.ts +0 -150
- package/lib/esm/components/SCPaywallsConfigurator.js +0 -151
|
@@ -46,10 +46,6 @@ declare const Component: {
|
|
|
46
46
|
'& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
|
|
47
47
|
textAlign: string;
|
|
48
48
|
marginBottom: any;
|
|
49
|
-
'& button': {
|
|
50
|
-
marginLeft: any;
|
|
51
|
-
marginRight: any;
|
|
52
|
-
};
|
|
53
49
|
};
|
|
54
50
|
'& .SCCategoryHeader-followed': {
|
|
55
51
|
marginBottom: string;
|
|
@@ -47,11 +47,7 @@ const Component = {
|
|
|
47
47
|
},
|
|
48
48
|
'& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
|
|
49
49
|
textAlign: 'center',
|
|
50
|
-
marginBottom: theme.spacing(2)
|
|
51
|
-
'& button': {
|
|
52
|
-
marginLeft: theme.spacing(0.5),
|
|
53
|
-
marginRight: theme.spacing(0.5)
|
|
54
|
-
}
|
|
50
|
+
marginBottom: theme.spacing(2)
|
|
55
51
|
},
|
|
56
52
|
'& .SCCategoryHeader-followed': {
|
|
57
53
|
marginBottom: `${theme.spacing(0)} !important`,
|
|
@@ -184,7 +184,10 @@ const Component = {
|
|
|
184
184
|
marginBottom: theme.spacing(1),
|
|
185
185
|
'& .SCMediaFile-media': {
|
|
186
186
|
height: '60px !important',
|
|
187
|
-
maxWidth: 140
|
|
187
|
+
maxWidth: 140,
|
|
188
|
+
'& .SCMediaFile-title': {
|
|
189
|
+
maxWidth: '50% !important'
|
|
190
|
+
}
|
|
188
191
|
}
|
|
189
192
|
},
|
|
190
193
|
'& .SCMediaLink-preview-root': {
|
|
@@ -219,13 +219,6 @@ declare const Component: {
|
|
|
219
219
|
margin: any;
|
|
220
220
|
};
|
|
221
221
|
};
|
|
222
|
-
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
223
|
-
marginBottom: any;
|
|
224
|
-
'& .SCPaywallsConfigurator-content-access-type': {
|
|
225
|
-
fontSize: string;
|
|
226
|
-
padding: any;
|
|
227
|
-
};
|
|
228
|
-
};
|
|
229
222
|
};
|
|
230
223
|
};
|
|
231
224
|
skeletonRoot: ({ theme }: {
|
|
@@ -219,13 +219,6 @@ const Component = {
|
|
|
219
219
|
maxWidth: '600px',
|
|
220
220
|
margin: theme.spacing(2, 'auto', 0)
|
|
221
221
|
}
|
|
222
|
-
},
|
|
223
|
-
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
224
|
-
marginBottom: theme.spacing(3),
|
|
225
|
-
'& .SCPaywallsConfigurator-content-access-type': {
|
|
226
|
-
fontSize: '14px',
|
|
227
|
-
padding: theme.spacing()
|
|
228
|
-
}
|
|
229
222
|
}
|
|
230
223
|
}
|
|
231
224
|
}),
|
|
@@ -13,6 +13,14 @@ declare const Component: {
|
|
|
13
13
|
marginTop: any;
|
|
14
14
|
marginBottom: any;
|
|
15
15
|
};
|
|
16
|
+
'& .SCGroups-search': {
|
|
17
|
+
'& .MuiButtonBase-root': {
|
|
18
|
+
minWidth: string;
|
|
19
|
+
'& .MuiButton-endIcon': {
|
|
20
|
+
margin: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
16
24
|
'& .SCGroups-groups': {
|
|
17
25
|
marginTop: any;
|
|
18
26
|
'& .SCGroups-item': {
|
|
@@ -15,6 +15,14 @@ const Component = {
|
|
|
15
15
|
marginTop: theme.spacing(),
|
|
16
16
|
marginBottom: theme.spacing(2)
|
|
17
17
|
},
|
|
18
|
+
'& .SCGroups-search': {
|
|
19
|
+
'& .MuiButtonBase-root': {
|
|
20
|
+
minWidth: '30px',
|
|
21
|
+
'& .MuiButton-endIcon': {
|
|
22
|
+
margin: 0
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
18
26
|
'& .SCGroups-groups': {
|
|
19
27
|
marginTop: theme.spacing(2),
|
|
20
28
|
'& .SCGroups-item': {
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -838,13 +838,6 @@ declare const theme: {
|
|
|
838
838
|
dialogRoot: () => {};
|
|
839
839
|
};
|
|
840
840
|
};
|
|
841
|
-
SCCategoryFollowButton: {
|
|
842
|
-
styleOverrides: {
|
|
843
|
-
root: ({ theme }: any) => {
|
|
844
|
-
padding: any;
|
|
845
|
-
};
|
|
846
|
-
};
|
|
847
|
-
};
|
|
848
841
|
SCCategoryHeader: {
|
|
849
842
|
defaultProps: {
|
|
850
843
|
CategoryFollowButtonProps: {
|
|
@@ -893,10 +886,6 @@ declare const theme: {
|
|
|
893
886
|
'& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
|
|
894
887
|
textAlign: string;
|
|
895
888
|
marginBottom: any;
|
|
896
|
-
'& button': {
|
|
897
|
-
marginLeft: any;
|
|
898
|
-
marginRight: any;
|
|
899
|
-
};
|
|
900
889
|
};
|
|
901
890
|
'& .SCCategoryHeader-followed': {
|
|
902
891
|
marginBottom: string;
|
|
@@ -1499,6 +1488,9 @@ declare const theme: {
|
|
|
1499
1488
|
'& .SCMediaFile-media': {
|
|
1500
1489
|
height: string;
|
|
1501
1490
|
maxWidth: number;
|
|
1491
|
+
'& .SCMediaFile-title': {
|
|
1492
|
+
maxWidth: string;
|
|
1493
|
+
};
|
|
1502
1494
|
};
|
|
1503
1495
|
};
|
|
1504
1496
|
'& .SCMediaLink-preview-root': {
|
|
@@ -3641,13 +3633,6 @@ declare const theme: {
|
|
|
3641
3633
|
margin: any;
|
|
3642
3634
|
};
|
|
3643
3635
|
};
|
|
3644
|
-
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
3645
|
-
marginBottom: any;
|
|
3646
|
-
'& .SCPaywallsConfigurator-content-access-type': {
|
|
3647
|
-
fontSize: string;
|
|
3648
|
-
padding: any;
|
|
3649
|
-
};
|
|
3650
|
-
};
|
|
3651
3636
|
};
|
|
3652
3637
|
};
|
|
3653
3638
|
skeletonRoot: ({ theme }: {
|
|
@@ -5191,6 +5176,14 @@ declare const theme: {
|
|
|
5191
5176
|
marginTop: any;
|
|
5192
5177
|
marginBottom: any;
|
|
5193
5178
|
};
|
|
5179
|
+
'& .SCGroups-search': {
|
|
5180
|
+
'& .MuiButtonBase-root': {
|
|
5181
|
+
minWidth: string;
|
|
5182
|
+
'& .MuiButton-endIcon': {
|
|
5183
|
+
margin: number;
|
|
5184
|
+
};
|
|
5185
|
+
};
|
|
5186
|
+
};
|
|
5194
5187
|
'& .SCGroups-groups': {
|
|
5195
5188
|
marginTop: any;
|
|
5196
5189
|
'& .SCGroups-item': {
|
|
@@ -9341,9 +9334,6 @@ declare const theme: {
|
|
|
9341
9334
|
padding: any;
|
|
9342
9335
|
};
|
|
9343
9336
|
};
|
|
9344
|
-
'& .SCEventForm-paywalls-configurator-wrap': {
|
|
9345
|
-
margin: string;
|
|
9346
|
-
};
|
|
9347
9337
|
};
|
|
9348
9338
|
};
|
|
9349
9339
|
};
|
|
@@ -11551,380 +11541,6 @@ declare const theme: {
|
|
|
11551
11541
|
};
|
|
11552
11542
|
};
|
|
11553
11543
|
};
|
|
11554
|
-
SCBuyButton: {
|
|
11555
|
-
styleOverrides: {
|
|
11556
|
-
requestRoot: ({ theme }: {
|
|
11557
|
-
theme: any;
|
|
11558
|
-
}) => {};
|
|
11559
|
-
drawerRoot: ({ theme }: {
|
|
11560
|
-
theme: any;
|
|
11561
|
-
}) => {
|
|
11562
|
-
'& > div.MuiPaper-root': {
|
|
11563
|
-
padding: any;
|
|
11564
|
-
};
|
|
11565
|
-
};
|
|
11566
|
-
};
|
|
11567
|
-
};
|
|
11568
|
-
SCPaymentProducts: {
|
|
11569
|
-
styleOverrides: {
|
|
11570
|
-
root: ({ theme }: {
|
|
11571
|
-
theme: any;
|
|
11572
|
-
}) => {
|
|
11573
|
-
padding: any;
|
|
11574
|
-
};
|
|
11575
|
-
skeletonRoot: ({ theme }: {
|
|
11576
|
-
theme: any;
|
|
11577
|
-
}) => {
|
|
11578
|
-
padding: any;
|
|
11579
|
-
};
|
|
11580
|
-
};
|
|
11581
|
-
};
|
|
11582
|
-
SCPaymentProduct: {
|
|
11583
|
-
styleOverrides: {
|
|
11584
|
-
root: ({ theme }: {
|
|
11585
|
-
theme: any;
|
|
11586
|
-
}) => {
|
|
11587
|
-
borderRadius: string;
|
|
11588
|
-
'& .MuiAccordionSummary-root': {
|
|
11589
|
-
backgroundColor: any;
|
|
11590
|
-
'& .MuiAccordionSummary-content': {
|
|
11591
|
-
display: string;
|
|
11592
|
-
flexDirection: string;
|
|
11593
|
-
'& .SCBaseItem-root': {
|
|
11594
|
-
backgroundColor: string;
|
|
11595
|
-
};
|
|
11596
|
-
'& .MuiTypography-body1': {
|
|
11597
|
-
[x: number]: {
|
|
11598
|
-
fontSize: any;
|
|
11599
|
-
};
|
|
11600
|
-
fontWeight: number;
|
|
11601
|
-
color: any;
|
|
11602
|
-
};
|
|
11603
|
-
};
|
|
11604
|
-
'& .MuiAccordionDetails-root': {
|
|
11605
|
-
marginTop: any;
|
|
11606
|
-
};
|
|
11607
|
-
};
|
|
11608
|
-
'& .SCPaymentProductPrice-root': {
|
|
11609
|
-
marginBottom: any;
|
|
11610
|
-
width: string;
|
|
11611
|
-
borderRadius: string;
|
|
11612
|
-
};
|
|
11613
|
-
};
|
|
11614
|
-
skeletonRoot: ({ theme }: {
|
|
11615
|
-
theme: any;
|
|
11616
|
-
}) => {
|
|
11617
|
-
borderRadius: string;
|
|
11618
|
-
'& .MuiAccordionSummary-root': {
|
|
11619
|
-
backgroundColor: any;
|
|
11620
|
-
marginBottom: any;
|
|
11621
|
-
'& .SCBaseItem-root': {
|
|
11622
|
-
backgroundColor: string;
|
|
11623
|
-
};
|
|
11624
|
-
};
|
|
11625
|
-
'& .SCPaymentProductPrice-skeleton-root': {
|
|
11626
|
-
marginBottom: any;
|
|
11627
|
-
width: string;
|
|
11628
|
-
};
|
|
11629
|
-
};
|
|
11630
|
-
};
|
|
11631
|
-
};
|
|
11632
|
-
SCPaymentProductPrice: {
|
|
11633
|
-
styleOverrides: {
|
|
11634
|
-
root: ({ theme }: {
|
|
11635
|
-
theme: any;
|
|
11636
|
-
}) => {
|
|
11637
|
-
borderRadius: string;
|
|
11638
|
-
'& .SCPaymentProductPrice-button-purchased': {
|
|
11639
|
-
backgroundColor: string;
|
|
11640
|
-
color: string;
|
|
11641
|
-
};
|
|
11642
|
-
'& .SCPaymentProductPrice-purchased-at': {
|
|
11643
|
-
textDecoration: string;
|
|
11644
|
-
};
|
|
11645
|
-
};
|
|
11646
|
-
skeletonRoot: ({ theme }: {
|
|
11647
|
-
theme: any;
|
|
11648
|
-
}) => {
|
|
11649
|
-
borderRadius: string;
|
|
11650
|
-
};
|
|
11651
|
-
};
|
|
11652
|
-
};
|
|
11653
|
-
SCCheckout: {
|
|
11654
|
-
styleOverrides: {
|
|
11655
|
-
root: ({ theme }: {
|
|
11656
|
-
theme: any;
|
|
11657
|
-
}) => {
|
|
11658
|
-
position: string;
|
|
11659
|
-
backgroundColor: any;
|
|
11660
|
-
display: string;
|
|
11661
|
-
flexDirection: string;
|
|
11662
|
-
justifyContent: string;
|
|
11663
|
-
alignItems: string;
|
|
11664
|
-
width: string;
|
|
11665
|
-
"& .SCCheckout-content": {
|
|
11666
|
-
[x: number]: {
|
|
11667
|
-
display: string;
|
|
11668
|
-
flexDirection: string;
|
|
11669
|
-
justifyContent: string;
|
|
11670
|
-
alignItems: string;
|
|
11671
|
-
};
|
|
11672
|
-
width: string;
|
|
11673
|
-
maxWidth: number;
|
|
11674
|
-
display: string;
|
|
11675
|
-
gridTemplateColumns: string;
|
|
11676
|
-
gap: number;
|
|
11677
|
-
"& .SCCheckout-content-object": {
|
|
11678
|
-
[x: number]: {
|
|
11679
|
-
width: string;
|
|
11680
|
-
};
|
|
11681
|
-
position: string;
|
|
11682
|
-
display: string;
|
|
11683
|
-
flexDirection: string;
|
|
11684
|
-
justifyContent: string;
|
|
11685
|
-
alignItems: string;
|
|
11686
|
-
'& .SCWidget-root': {
|
|
11687
|
-
width: string;
|
|
11688
|
-
};
|
|
11689
|
-
};
|
|
11690
|
-
"& .SCCheckout-content-coverage": {
|
|
11691
|
-
position: string;
|
|
11692
|
-
width: string;
|
|
11693
|
-
height: string;
|
|
11694
|
-
backgroundColor: string;
|
|
11695
|
-
};
|
|
11696
|
-
"& .SCCheckout-content-desc": {
|
|
11697
|
-
[x: number]: {
|
|
11698
|
-
display: string;
|
|
11699
|
-
};
|
|
11700
|
-
display: string;
|
|
11701
|
-
flexDirection: string;
|
|
11702
|
-
justifyContent: string;
|
|
11703
|
-
alignItems: string;
|
|
11704
|
-
maxWidth: number;
|
|
11705
|
-
padding: any;
|
|
11706
|
-
};
|
|
11707
|
-
};
|
|
11708
|
-
"& .SCCheckout-checkout": {
|
|
11709
|
-
width: string;
|
|
11710
|
-
bottom: any;
|
|
11711
|
-
};
|
|
11712
|
-
"& .SCCheckout-object": {
|
|
11713
|
-
[x: number]: {
|
|
11714
|
-
minWidth: number;
|
|
11715
|
-
width: string;
|
|
11716
|
-
};
|
|
11717
|
-
margin: any;
|
|
11718
|
-
width: string;
|
|
11719
|
-
};
|
|
11720
|
-
"& .SCCategory-root": {
|
|
11721
|
-
borderRadius: any;
|
|
11722
|
-
'& a': {
|
|
11723
|
-
padding: any;
|
|
11724
|
-
};
|
|
11725
|
-
};
|
|
11726
|
-
"& .SCGroup-root": {
|
|
11727
|
-
borderRadius: any;
|
|
11728
|
-
'& a': {
|
|
11729
|
-
padding: any;
|
|
11730
|
-
};
|
|
11731
|
-
};
|
|
11732
|
-
};
|
|
11733
|
-
};
|
|
11734
|
-
};
|
|
11735
|
-
SCCheckoutReturnDialog: {
|
|
11736
|
-
styleOverrides: {
|
|
11737
|
-
root: ({ theme }: {
|
|
11738
|
-
theme: any;
|
|
11739
|
-
}) => {
|
|
11740
|
-
'& .MuiDialogTitle-root': {
|
|
11741
|
-
textAlign: string;
|
|
11742
|
-
fontSize: string;
|
|
11743
|
-
fontWeight: number;
|
|
11744
|
-
};
|
|
11745
|
-
'& .MuiDialogContent-root': {
|
|
11746
|
-
display: string;
|
|
11747
|
-
minHeight: number;
|
|
11748
|
-
justifyContent: string;
|
|
11749
|
-
alignItems: string;
|
|
11750
|
-
'& .SCWidget-root': {
|
|
11751
|
-
minWidth: number;
|
|
11752
|
-
paddingLeft: any;
|
|
11753
|
-
};
|
|
11754
|
-
};
|
|
11755
|
-
'& .SCCheckoutSuccessDialog-content-object': {
|
|
11756
|
-
width: string;
|
|
11757
|
-
};
|
|
11758
|
-
};
|
|
11759
|
-
};
|
|
11760
|
-
};
|
|
11761
|
-
SCHiddenPurchasableContent: {
|
|
11762
|
-
styleOverrides: {
|
|
11763
|
-
root: ({ theme }: any) => {
|
|
11764
|
-
padding: any;
|
|
11765
|
-
};
|
|
11766
|
-
};
|
|
11767
|
-
};
|
|
11768
|
-
SCPaywalls: {
|
|
11769
|
-
styleOverrides: {
|
|
11770
|
-
root: ({ theme }: {
|
|
11771
|
-
theme: any;
|
|
11772
|
-
}) => {
|
|
11773
|
-
'& .SCPaywalls-error': {
|
|
11774
|
-
margin: any;
|
|
11775
|
-
};
|
|
11776
|
-
};
|
|
11777
|
-
};
|
|
11778
|
-
};
|
|
11779
|
-
SCPaywallsConfigurator: {
|
|
11780
|
-
styleOverrides: {
|
|
11781
|
-
root: ({ theme }: any) => {
|
|
11782
|
-
"& .SCPaywallsConfigurator-new-product": {
|
|
11783
|
-
background: string;
|
|
11784
|
-
padding: any;
|
|
11785
|
-
marginTop: any;
|
|
11786
|
-
borderRadius: any;
|
|
11787
|
-
};
|
|
11788
|
-
"& .SCPaywallsConfigurator-no-product": {
|
|
11789
|
-
textDecoration: string;
|
|
11790
|
-
paddingLeft: number;
|
|
11791
|
-
color: "#bdbdbd";
|
|
11792
|
-
};
|
|
11793
|
-
"& .SCPaywallsConfigurator-content-access-type": {
|
|
11794
|
-
'& > p': {
|
|
11795
|
-
marginBottom: any;
|
|
11796
|
-
};
|
|
11797
|
-
'& .MuiPaper-root': {
|
|
11798
|
-
borderColor: string;
|
|
11799
|
-
};
|
|
11800
|
-
'& .MuiAccordion-root:first-of-type': {
|
|
11801
|
-
borderTopLeftRadius: number;
|
|
11802
|
-
borderTopRightRadius: number;
|
|
11803
|
-
};
|
|
11804
|
-
'& .MuiAccordion-root:last-of-type': {
|
|
11805
|
-
borderBottomLeftRadius: number;
|
|
11806
|
-
borderBottomRightRadius: number;
|
|
11807
|
-
};
|
|
11808
|
-
"& .SCPaywallsConfigurator-selected-payment-products-list": {
|
|
11809
|
-
borderTop: string;
|
|
11810
|
-
marginTop: number;
|
|
11811
|
-
};
|
|
11812
|
-
"& .SCPaywallsConfigurator-add-payment-product": {
|
|
11813
|
-
position: string;
|
|
11814
|
-
left: number;
|
|
11815
|
-
'& .MuiButton-startIcon': {
|
|
11816
|
-
fontSize: string;
|
|
11817
|
-
};
|
|
11818
|
-
};
|
|
11819
|
-
};
|
|
11820
|
-
};
|
|
11821
|
-
paymentProductsAutocompletePopperRoot: ({ theme }: any) => {
|
|
11822
|
-
"& .MuiAutocomplete-paper": {
|
|
11823
|
-
boxShadow: string;
|
|
11824
|
-
margin: number;
|
|
11825
|
-
color: string;
|
|
11826
|
-
fontSize: number;
|
|
11827
|
-
};
|
|
11828
|
-
"& .MuiAutocomplete-listbox": {
|
|
11829
|
-
backgroundColor: string;
|
|
11830
|
-
padding: number;
|
|
11831
|
-
"& .MuiAutocomplete-option": {
|
|
11832
|
-
minHeight: string;
|
|
11833
|
-
alignItems: string;
|
|
11834
|
-
padding: number;
|
|
11835
|
-
borderBottom: string;
|
|
11836
|
-
'&[aria-selected="true"]': {
|
|
11837
|
-
backgroundColor: string;
|
|
11838
|
-
};
|
|
11839
|
-
"&.MuiAutocomplete-focused, &.MuiAutocomplete-focused[aria-selected=\"true\"]": {
|
|
11840
|
-
backgroundColor: any;
|
|
11841
|
-
};
|
|
11842
|
-
};
|
|
11843
|
-
};
|
|
11844
|
-
"&.MuiAutocomplete-popperDisablePortal": {
|
|
11845
|
-
position: string;
|
|
11846
|
-
};
|
|
11847
|
-
"& .SCPaywallsConfigurator-product-check-icon": {
|
|
11848
|
-
width: number;
|
|
11849
|
-
height: number;
|
|
11850
|
-
margin: string;
|
|
11851
|
-
};
|
|
11852
|
-
"& .SCPaywallsConfigurator-product-card-icon": {
|
|
11853
|
-
width: number;
|
|
11854
|
-
height: number;
|
|
11855
|
-
flexShrink: number;
|
|
11856
|
-
borderRadius: string;
|
|
11857
|
-
marginRight: any;
|
|
11858
|
-
marginTop: string;
|
|
11859
|
-
padding: string;
|
|
11860
|
-
backgroundColor: string;
|
|
11861
|
-
color: string;
|
|
11862
|
-
};
|
|
11863
|
-
"& .SCPaywallsConfigurator-product-content": {
|
|
11864
|
-
flexGrow: number;
|
|
11865
|
-
'& span': {
|
|
11866
|
-
color: string;
|
|
11867
|
-
};
|
|
11868
|
-
};
|
|
11869
|
-
"& .SCPaywallsConfigurator-product-remove-icon": {
|
|
11870
|
-
opacity: number;
|
|
11871
|
-
width: number;
|
|
11872
|
-
height: number;
|
|
11873
|
-
};
|
|
11874
|
-
"& .SCPaywallsConfigurator-autocomplete-footer": {
|
|
11875
|
-
backgroundColor: "#bdbdbd";
|
|
11876
|
-
};
|
|
11877
|
-
};
|
|
11878
|
-
paymentProductsPopperRoot: ({ theme }: any) => {
|
|
11879
|
-
border: string;
|
|
11880
|
-
boxShadow: string;
|
|
11881
|
-
borderRadius: number;
|
|
11882
|
-
width: number;
|
|
11883
|
-
zIndex: any;
|
|
11884
|
-
fontSize: number;
|
|
11885
|
-
color: string;
|
|
11886
|
-
backgroundColor: string;
|
|
11887
|
-
'& .MuiPaper-root': {
|
|
11888
|
-
borderRadius: number;
|
|
11889
|
-
};
|
|
11890
|
-
"& .SCPaywallsConfigurator-payment-products-popper-title": {
|
|
11891
|
-
borderBottom: string;
|
|
11892
|
-
padding: string;
|
|
11893
|
-
fontWeight: number;
|
|
11894
|
-
};
|
|
11895
|
-
"& .SCPaywallsConfigurator-payment-products-popper-footer": {
|
|
11896
|
-
borderTop: string;
|
|
11897
|
-
padding: string;
|
|
11898
|
-
display: string;
|
|
11899
|
-
alignItems: string;
|
|
11900
|
-
justifyContent: string;
|
|
11901
|
-
'& button': {
|
|
11902
|
-
padding: string;
|
|
11903
|
-
'& .MuiIcon-root': {
|
|
11904
|
-
fontSize: number;
|
|
11905
|
-
};
|
|
11906
|
-
};
|
|
11907
|
-
};
|
|
11908
|
-
};
|
|
11909
|
-
filterInputRoot: ({ theme }: any) => {
|
|
11910
|
-
padding: number;
|
|
11911
|
-
width: string;
|
|
11912
|
-
borderBottom: string;
|
|
11913
|
-
'& input': {
|
|
11914
|
-
borderRadius: number;
|
|
11915
|
-
backgroundColor: string;
|
|
11916
|
-
padding: number;
|
|
11917
|
-
transition: any;
|
|
11918
|
-
border: string;
|
|
11919
|
-
fontSize: number;
|
|
11920
|
-
'&:focus': {
|
|
11921
|
-
boxShadow: string;
|
|
11922
|
-
borderColor: string;
|
|
11923
|
-
};
|
|
11924
|
-
};
|
|
11925
|
-
};
|
|
11926
|
-
};
|
|
11927
|
-
};
|
|
11928
11544
|
};
|
|
11929
11545
|
selfcommunity: {
|
|
11930
11546
|
user: {
|
|
@@ -11950,20 +11566,6 @@ declare const theme: {
|
|
|
11950
11566
|
sizeXLarge: number;
|
|
11951
11567
|
};
|
|
11952
11568
|
};
|
|
11953
|
-
contentProduct: {
|
|
11954
|
-
icon: {
|
|
11955
|
-
sizeSmall: number;
|
|
11956
|
-
sizeMedium: number;
|
|
11957
|
-
sizeLarge: number;
|
|
11958
|
-
};
|
|
11959
|
-
};
|
|
11960
|
-
contentProductPrice: {
|
|
11961
|
-
icon: {
|
|
11962
|
-
sizeSmall: number;
|
|
11963
|
-
sizeMedium: number;
|
|
11964
|
-
sizeLarge: number;
|
|
11965
|
-
};
|
|
11966
|
-
};
|
|
11967
11569
|
};
|
|
11968
11570
|
};
|
|
11969
11571
|
export default theme;
|
package/lib/cjs/index.js
CHANGED
|
@@ -41,7 +41,6 @@ const SCCategory_1 = tslib_1.__importDefault(require("./components/SCCategory"))
|
|
|
41
41
|
const SCCategoryAutocomplete_1 = tslib_1.__importDefault(require("./components/SCCategoryAutocomplete"));
|
|
42
42
|
const SCCategoryFeedTemplate_1 = tslib_1.__importDefault(require("./components/SCCategoryFeedTemplate"));
|
|
43
43
|
const SCCategoryFollowersButton_1 = tslib_1.__importDefault(require("./components/SCCategoryFollowersButton"));
|
|
44
|
-
const SCCategoryFollowButton_1 = tslib_1.__importDefault(require("./components/SCCategoryFollowButton"));
|
|
45
44
|
const SCCategoryHeader_1 = tslib_1.__importDefault(require("./components/SCCategoryHeader"));
|
|
46
45
|
const SCCategoryTemplate_1 = tslib_1.__importDefault(require("./components/SCCategoryTemplate"));
|
|
47
46
|
const SCCategoryTrendingFeedWidget_1 = tslib_1.__importDefault(require("./components/SCCategoryTrendingFeedWidget"));
|
|
@@ -206,15 +205,6 @@ const SCTagAutocomplete_1 = tslib_1.__importDefault(require("./components/SCTagA
|
|
|
206
205
|
const SCVoteAudienceButton_1 = tslib_1.__importDefault(require("./components/SCVoteAudienceButton"));
|
|
207
206
|
const SCVoteButton_1 = tslib_1.__importDefault(require("./components/SCVoteButton"));
|
|
208
207
|
const SCWidget_1 = tslib_1.__importDefault(require("./components/SCWidget"));
|
|
209
|
-
const SCBuyButton_1 = tslib_1.__importDefault(require("./components/SCBuyButton"));
|
|
210
|
-
const SCPaymentProducts_1 = tslib_1.__importDefault(require("./components/SCPaymentProducts"));
|
|
211
|
-
const SCPaymentProduct_1 = tslib_1.__importDefault(require("./components/SCPaymentProduct"));
|
|
212
|
-
const SCPaymentProductPrice_1 = tslib_1.__importDefault(require("./components/SCPaymentProductPrice"));
|
|
213
|
-
const SCCheckout_1 = tslib_1.__importDefault(require("./components/SCCheckout"));
|
|
214
|
-
const SCCheckoutReturnDialog_1 = tslib_1.__importDefault(require("./components/SCCheckoutReturnDialog"));
|
|
215
|
-
const SCHiddenPurchasableContent_1 = tslib_1.__importDefault(require("./components/SCHiddenPurchasableContent"));
|
|
216
|
-
const SCPaywalls_1 = tslib_1.__importDefault(require("./components/SCPaywalls"));
|
|
217
|
-
const SCPaywallsConfigurator_1 = tslib_1.__importDefault(require("./components/SCPaywallsConfigurator"));
|
|
218
208
|
/**
|
|
219
209
|
* Style fragments - Imports - End
|
|
220
210
|
*/
|
|
@@ -338,7 +328,6 @@ const theme = {
|
|
|
338
328
|
SCCategoryAutocomplete: SCCategoryAutocomplete_1.default,
|
|
339
329
|
SCCategoryFeedTemplate: SCCategoryFeedTemplate_1.default,
|
|
340
330
|
SCCategoryFollowersButton: SCCategoryFollowersButton_1.default,
|
|
341
|
-
SCCategoryFollowButton: SCCategoryFollowButton_1.default,
|
|
342
331
|
SCCategoryHeader: SCCategoryHeader_1.default,
|
|
343
332
|
SCCategoryTemplate: SCCategoryTemplate_1.default,
|
|
344
333
|
SCCategoryTrendingFeedWidget: SCCategoryTrendingFeedWidget_1.default,
|
|
@@ -503,16 +492,7 @@ const theme = {
|
|
|
503
492
|
SCLiveStreamForm: SCLiveStreamForm_1.default,
|
|
504
493
|
SCLiveStreamFormSettings: SCLiveStreamFormSettings_1.default,
|
|
505
494
|
SCLiveStreamRoom: SCLiveStreamRoom_1.default,
|
|
506
|
-
SCLiveStreamVideoConference: SCLiveStreamVideoConference_1.default
|
|
507
|
-
SCBuyButton: SCBuyButton_1.default,
|
|
508
|
-
SCPaymentProducts: SCPaymentProducts_1.default,
|
|
509
|
-
SCPaymentProduct: SCPaymentProduct_1.default,
|
|
510
|
-
SCPaymentProductPrice: SCPaymentProductPrice_1.default,
|
|
511
|
-
SCCheckout: SCCheckout_1.default,
|
|
512
|
-
SCCheckoutReturnDialog: SCCheckoutReturnDialog_1.default,
|
|
513
|
-
SCHiddenPurchasableContent: SCHiddenPurchasableContent_1.default,
|
|
514
|
-
SCPaywalls: SCPaywalls_1.default,
|
|
515
|
-
SCPaywallsConfigurator: SCPaywallsConfigurator_1.default
|
|
495
|
+
SCLiveStreamVideoConference: SCLiveStreamVideoConference_1.default
|
|
516
496
|
},
|
|
517
497
|
selfcommunity: {
|
|
518
498
|
user: {
|
|
@@ -537,20 +517,6 @@ const theme = {
|
|
|
537
517
|
sizeLarge: 90,
|
|
538
518
|
sizeXLarge: 205
|
|
539
519
|
}
|
|
540
|
-
},
|
|
541
|
-
contentProduct: {
|
|
542
|
-
icon: {
|
|
543
|
-
sizeSmall: 24,
|
|
544
|
-
sizeMedium: 40,
|
|
545
|
-
sizeLarge: 50
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
contentProductPrice: {
|
|
549
|
-
icon: {
|
|
550
|
-
sizeSmall: 24,
|
|
551
|
-
sizeMedium: 40,
|
|
552
|
-
sizeLarge: 50
|
|
553
|
-
}
|
|
554
520
|
}
|
|
555
521
|
}
|
|
556
522
|
};
|