@selfcommunity/react-theme-default 0.4.5-payments.150 → 0.4.5-payments.152

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.
@@ -49,6 +49,7 @@ declare const Component: {
49
49
  minWidth: number;
50
50
  };
51
51
  marginTop: any;
52
+ width: string;
52
53
  };
53
54
  };
54
55
  };
@@ -46,6 +46,7 @@ const Component = {
46
46
  },
47
47
  ['& .SCCheckout-object']: {
48
48
  marginTop: theme.spacing(2),
49
+ width: 'auto',
49
50
  [theme.breakpoints.up('sm')]: {
50
51
  minWidth: 395
51
52
  }
@@ -11425,6 +11425,7 @@ declare const theme: {
11425
11425
  minWidth: number;
11426
11426
  };
11427
11427
  marginTop: any;
11428
+ width: string;
11428
11429
  };
11429
11430
  };
11430
11431
  };
@@ -49,6 +49,7 @@ declare const Component: {
49
49
  minWidth: number;
50
50
  };
51
51
  marginTop: any;
52
+ width: string;
52
53
  };
53
54
  };
54
55
  };
@@ -44,6 +44,7 @@ const Component = {
44
44
  },
45
45
  ['& .SCCheckout-object']: {
46
46
  marginTop: theme.spacing(2),
47
+ width: 'auto',
47
48
  [theme.breakpoints.up('sm')]: {
48
49
  minWidth: 395
49
50
  }
@@ -11425,6 +11425,7 @@ declare const theme: {
11425
11425
  minWidth: number;
11426
11426
  };
11427
11427
  marginTop: any;
11428
+ width: string;
11428
11429
  };
11429
11430
  };
11430
11431
  };