@selfcommunity/react-theme-default 0.4.5-payments.238 → 0.4.5-payments.240

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.
@@ -1,6 +1,7 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  displayRoot: ({ theme }: any) => {
4
+ marginTop: any;
4
5
  '& .SCMediaLink-link': {
5
6
  position: string;
6
7
  backgroundColor: string;
@@ -115,7 +116,7 @@ declare const Component: {
115
116
  };
116
117
  };
117
118
  };
118
- triggerRoot: ({ theme }: any) => {};
119
+ triggerRoot: () => {};
119
120
  };
120
121
  };
121
122
  export default Component;
@@ -4,6 +4,7 @@ const system_1 = require("@mui/system");
4
4
  const Component = {
5
5
  styleOverrides: {
6
6
  displayRoot: ({ theme }) => ({
7
+ marginTop: theme.spacing(2),
7
8
  '& .SCMediaLink-link': {
8
9
  position: 'relative',
9
10
  backgroundColor: '#F5F5F5',
@@ -118,7 +119,7 @@ const Component = {
118
119
  }
119
120
  }
120
121
  }),
121
- triggerRoot: ({ theme }) => ({})
122
+ triggerRoot: () => ({})
122
123
  }
123
124
  };
124
125
  exports.default = Component;
@@ -6683,6 +6683,7 @@ declare const theme: {
6683
6683
  SCMediaLink: {
6684
6684
  styleOverrides: {
6685
6685
  displayRoot: ({ theme }: any) => {
6686
+ marginTop: any;
6686
6687
  '& .SCMediaLink-link': {
6687
6688
  position: string;
6688
6689
  backgroundColor: string;
@@ -6797,7 +6798,7 @@ declare const theme: {
6797
6798
  };
6798
6799
  };
6799
6800
  };
6800
- triggerRoot: ({ theme }: any) => {};
6801
+ triggerRoot: () => {};
6801
6802
  };
6802
6803
  };
6803
6804
  SCMediaShare: {
@@ -1,6 +1,7 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  displayRoot: ({ theme }: any) => {
4
+ marginTop: any;
4
5
  '& .SCMediaLink-link': {
5
6
  position: string;
6
7
  backgroundColor: string;
@@ -115,7 +116,7 @@ declare const Component: {
115
116
  };
116
117
  };
117
118
  };
118
- triggerRoot: ({ theme }: any) => {};
119
+ triggerRoot: () => {};
119
120
  };
120
121
  };
121
122
  export default Component;
@@ -2,6 +2,7 @@ import { alpha } from '@mui/system';
2
2
  const Component = {
3
3
  styleOverrides: {
4
4
  displayRoot: ({ theme }) => ({
5
+ marginTop: theme.spacing(2),
5
6
  '& .SCMediaLink-link': {
6
7
  position: 'relative',
7
8
  backgroundColor: '#F5F5F5',
@@ -116,7 +117,7 @@ const Component = {
116
117
  }
117
118
  }
118
119
  }),
119
- triggerRoot: ({ theme }) => ({})
120
+ triggerRoot: () => ({})
120
121
  }
121
122
  };
122
123
  export default Component;
@@ -6683,6 +6683,7 @@ declare const theme: {
6683
6683
  SCMediaLink: {
6684
6684
  styleOverrides: {
6685
6685
  displayRoot: ({ theme }: any) => {
6686
+ marginTop: any;
6686
6687
  '& .SCMediaLink-link': {
6687
6688
  position: string;
6688
6689
  backgroundColor: string;
@@ -6797,7 +6798,7 @@ declare const theme: {
6797
6798
  };
6798
6799
  };
6799
6800
  };
6800
- triggerRoot: ({ theme }: any) => {};
6801
+ triggerRoot: () => {};
6801
6802
  };
6802
6803
  };
6803
6804
  SCMediaShare: {