@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.
Files changed (66) hide show
  1. package/lib/cjs/components/SCCategoryHeader.d.ts +0 -4
  2. package/lib/cjs/components/SCCategoryHeader.js +1 -5
  3. package/lib/cjs/components/SCComposer.d.ts +3 -0
  4. package/lib/cjs/components/SCComposer.js +4 -1
  5. package/lib/cjs/components/SCEditCourse.d.ts +0 -7
  6. package/lib/cjs/components/SCEditCourse.js +0 -7
  7. package/lib/cjs/components/SCEventForm.d.ts +0 -3
  8. package/lib/cjs/components/SCEventForm.js +0 -3
  9. package/lib/cjs/components/SCGroups.d.ts +8 -0
  10. package/lib/cjs/components/SCGroups.js +8 -0
  11. package/lib/cjs/index.d.ts +11 -409
  12. package/lib/cjs/index.js +1 -35
  13. package/lib/esm/components/SCCategoryHeader.d.ts +0 -4
  14. package/lib/esm/components/SCCategoryHeader.js +1 -5
  15. package/lib/esm/components/SCComposer.d.ts +3 -0
  16. package/lib/esm/components/SCComposer.js +4 -1
  17. package/lib/esm/components/SCEditCourse.d.ts +0 -7
  18. package/lib/esm/components/SCEditCourse.js +0 -7
  19. package/lib/esm/components/SCEventForm.d.ts +0 -3
  20. package/lib/esm/components/SCEventForm.js +0 -3
  21. package/lib/esm/components/SCGroups.d.ts +8 -0
  22. package/lib/esm/components/SCGroups.js +8 -0
  23. package/lib/esm/index.d.ts +11 -409
  24. package/lib/esm/index.js +1 -35
  25. package/lib/umd/react-theme-default.js +1 -1
  26. package/package.json +2 -2
  27. package/lib/cjs/components/SCBuyButton.d.ts +0 -15
  28. package/lib/cjs/components/SCBuyButton.js +0 -13
  29. package/lib/cjs/components/SCCategoryFollowButton.d.ts +0 -8
  30. package/lib/cjs/components/SCCategoryFollowButton.js +0 -10
  31. package/lib/cjs/components/SCCheckout.d.ts +0 -83
  32. package/lib/cjs/components/SCCheckout.js +0 -83
  33. package/lib/cjs/components/SCCheckoutReturnDialog.d.ts +0 -27
  34. package/lib/cjs/components/SCCheckoutReturnDialog.js +0 -27
  35. package/lib/cjs/components/SCHiddenPurchasableContent.d.ts +0 -8
  36. package/lib/cjs/components/SCHiddenPurchasableContent.js +0 -10
  37. package/lib/cjs/components/SCPaymentProduct.d.ts +0 -51
  38. package/lib/cjs/components/SCPaymentProduct.js +0 -49
  39. package/lib/cjs/components/SCPaymentProductPrice.d.ts +0 -22
  40. package/lib/cjs/components/SCPaymentProductPrice.js +0 -20
  41. package/lib/cjs/components/SCPaymentProducts.d.ts +0 -15
  42. package/lib/cjs/components/SCPaymentProducts.js +0 -13
  43. package/lib/cjs/components/SCPaywalls.d.ts +0 -12
  44. package/lib/cjs/components/SCPaywalls.js +0 -12
  45. package/lib/cjs/components/SCPaywallsConfigurator.d.ts +0 -150
  46. package/lib/cjs/components/SCPaywallsConfigurator.js +0 -153
  47. package/lib/esm/components/SCBuyButton.d.ts +0 -15
  48. package/lib/esm/components/SCBuyButton.js +0 -11
  49. package/lib/esm/components/SCCategoryFollowButton.d.ts +0 -8
  50. package/lib/esm/components/SCCategoryFollowButton.js +0 -8
  51. package/lib/esm/components/SCCheckout.d.ts +0 -83
  52. package/lib/esm/components/SCCheckout.js +0 -81
  53. package/lib/esm/components/SCCheckoutReturnDialog.d.ts +0 -27
  54. package/lib/esm/components/SCCheckoutReturnDialog.js +0 -25
  55. package/lib/esm/components/SCHiddenPurchasableContent.d.ts +0 -8
  56. package/lib/esm/components/SCHiddenPurchasableContent.js +0 -8
  57. package/lib/esm/components/SCPaymentProduct.d.ts +0 -51
  58. package/lib/esm/components/SCPaymentProduct.js +0 -47
  59. package/lib/esm/components/SCPaymentProductPrice.d.ts +0 -22
  60. package/lib/esm/components/SCPaymentProductPrice.js +0 -18
  61. package/lib/esm/components/SCPaymentProducts.d.ts +0 -15
  62. package/lib/esm/components/SCPaymentProducts.js +0 -11
  63. package/lib/esm/components/SCPaywalls.d.ts +0 -12
  64. package/lib/esm/components/SCPaywalls.js +0 -10
  65. package/lib/esm/components/SCPaywallsConfigurator.d.ts +0 -150
  66. 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;
@@ -45,11 +45,7 @@ const Component = {
45
45
  },
46
46
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
47
47
  textAlign: 'center',
48
- marginBottom: theme.spacing(2),
49
- '& button': {
50
- marginLeft: theme.spacing(0.5),
51
- marginRight: theme.spacing(0.5)
52
- }
48
+ marginBottom: theme.spacing(2)
53
49
  },
54
50
  '& .SCCategoryHeader-followed': {
55
51
  marginBottom: `${theme.spacing(0)} !important`,
@@ -182,6 +182,9 @@ declare const Component: {
182
182
  '& .SCMediaFile-media': {
183
183
  height: string;
184
184
  maxWidth: number;
185
+ '& .SCMediaFile-title': {
186
+ maxWidth: string;
187
+ };
185
188
  };
186
189
  };
187
190
  '& .SCMediaLink-preview-root': {
@@ -182,7 +182,10 @@ const Component = {
182
182
  marginBottom: theme.spacing(1),
183
183
  '& .SCMediaFile-media': {
184
184
  height: '60px !important',
185
- maxWidth: 140
185
+ maxWidth: 140,
186
+ '& .SCMediaFile-title': {
187
+ maxWidth: '50% !important'
188
+ }
186
189
  }
187
190
  },
188
191
  '& .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 }: {
@@ -217,13 +217,6 @@ const Component = {
217
217
  maxWidth: '600px',
218
218
  margin: theme.spacing(2, 'auto', 0)
219
219
  }
220
- },
221
- '& .SCCourseForm-paywalls-configurator-wrap': {
222
- marginBottom: theme.spacing(3),
223
- '& .SCPaywallsConfigurator-content-access-type': {
224
- fontSize: '14px',
225
- padding: theme.spacing()
226
- }
227
220
  }
228
221
  }
229
222
  }),
@@ -113,9 +113,6 @@ declare const Component: {
113
113
  padding: any;
114
114
  };
115
115
  };
116
- '& .SCEventForm-paywalls-configurator-wrap': {
117
- margin: string;
118
- };
119
116
  };
120
117
  };
121
118
  };
@@ -113,9 +113,6 @@ const Component = {
113
113
  '& .SCEventForm-event-address-tab-content': {
114
114
  padding: theme.spacing(0.5, 2, 2, 2)
115
115
  }
116
- },
117
- '& .SCEventForm-paywalls-configurator-wrap': {
118
- margin: '1px'
119
116
  }
120
117
  })
121
118
  }
@@ -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': {
@@ -13,6 +13,14 @@ const Component = {
13
13
  marginTop: theme.spacing(),
14
14
  marginBottom: theme.spacing(2)
15
15
  },
16
+ '& .SCGroups-search': {
17
+ '& .MuiButtonBase-root': {
18
+ minWidth: '30px',
19
+ '& .MuiButton-endIcon': {
20
+ margin: 0
21
+ }
22
+ }
23
+ },
16
24
  '& .SCGroups-groups': {
17
25
  marginTop: theme.spacing(2),
18
26
  '& .SCGroups-item': {
@@ -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/esm/index.js CHANGED
@@ -37,7 +37,6 @@ import SCCategory from './components/SCCategory';
37
37
  import SCCategoryAutocomplete from './components/SCCategoryAutocomplete';
38
38
  import SCCategoryFeedTemplate from './components/SCCategoryFeedTemplate';
39
39
  import SCCategoryFollowersButton from './components/SCCategoryFollowersButton';
40
- import SCCategoryFollowButton from './components/SCCategoryFollowButton';
41
40
  import SCCategoryHeader from './components/SCCategoryHeader';
42
41
  import SCCategoryTemplate from './components/SCCategoryTemplate';
43
42
  import SCCategoryTrendingFeedWidget from './components/SCCategoryTrendingFeedWidget';
@@ -202,15 +201,6 @@ import SCTagAutocomplete from './components/SCTagAutocomplete';
202
201
  import SCVoteAudienceButton from './components/SCVoteAudienceButton';
203
202
  import SCVoteButton from './components/SCVoteButton';
204
203
  import SCWidget from './components/SCWidget';
205
- import SCBuyButton from './components/SCBuyButton';
206
- import SCPaymentProducts from './components/SCPaymentProducts';
207
- import SCPaymentProduct from './components/SCPaymentProduct';
208
- import SCPaymentProductPrice from './components/SCPaymentProductPrice';
209
- import SCCheckout from './components/SCCheckout';
210
- import SCCheckoutReturnDialog from './components/SCCheckoutReturnDialog';
211
- import SCHiddenPurchasableContent from './components/SCHiddenPurchasableContent';
212
- import SCPaywalls from './components/SCPaywalls';
213
- import SCPaywallsConfigurator from './components/SCPaywallsConfigurator';
214
204
  /**
215
205
  * Style fragments - Imports - End
216
206
  */
@@ -326,7 +316,6 @@ const theme = {
326
316
  SCCategoryAutocomplete,
327
317
  SCCategoryFeedTemplate,
328
318
  SCCategoryFollowersButton,
329
- SCCategoryFollowButton,
330
319
  SCCategoryHeader,
331
320
  SCCategoryTemplate,
332
321
  SCCategoryTrendingFeedWidget,
@@ -491,16 +480,7 @@ const theme = {
491
480
  SCLiveStreamForm,
492
481
  SCLiveStreamFormSettings,
493
482
  SCLiveStreamRoom,
494
- SCLiveStreamVideoConference,
495
- SCBuyButton,
496
- SCPaymentProducts,
497
- SCPaymentProduct,
498
- SCPaymentProductPrice,
499
- SCCheckout,
500
- SCCheckoutReturnDialog,
501
- SCHiddenPurchasableContent,
502
- SCPaywalls,
503
- SCPaywallsConfigurator
483
+ SCLiveStreamVideoConference
504
484
  },
505
485
  selfcommunity: {
506
486
  user: {
@@ -525,20 +505,6 @@ const theme = {
525
505
  sizeLarge: 90,
526
506
  sizeXLarge: 205
527
507
  }
528
- },
529
- contentProduct: {
530
- icon: {
531
- sizeSmall: 24,
532
- sizeMedium: 40,
533
- sizeLarge: 50
534
- }
535
- },
536
- contentProductPrice: {
537
- icon: {
538
- sizeSmall: 24,
539
- sizeMedium: 40,
540
- sizeLarge: 50
541
- }
542
508
  }
543
509
  }
544
510
  };