@selfcommunity/react-theme-default 0.5.0-alpha.16 → 0.5.0-alpha.17

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.
@@ -9,6 +9,7 @@ declare const Component: {
9
9
  display: string;
10
10
  justifyContent: string;
11
11
  flexDirection: string;
12
+ flexWrap: string;
12
13
  '& .SCFooter-item': {
13
14
  padding: any;
14
15
  color: any;
@@ -11,6 +11,7 @@ const Component = {
11
11
  display: 'flex',
12
12
  justifyContent: 'center',
13
13
  flexDirection: 'row',
14
+ flexWrap: 'wrap',
14
15
  '& .SCFooter-item': {
15
16
  padding: theme.spacing(0.5, 1),
16
17
  color: theme.palette.text.primary
@@ -4802,6 +4802,7 @@ declare const theme: {
4802
4802
  display: string;
4803
4803
  justifyContent: string;
4804
4804
  flexDirection: string;
4805
+ flexWrap: string;
4805
4806
  '& .SCFooter-item': {
4806
4807
  padding: any;
4807
4808
  color: any;
@@ -9,6 +9,7 @@ declare const Component: {
9
9
  display: string;
10
10
  justifyContent: string;
11
11
  flexDirection: string;
12
+ flexWrap: string;
12
13
  '& .SCFooter-item': {
13
14
  padding: any;
14
15
  color: any;
@@ -9,6 +9,7 @@ const Component = {
9
9
  display: 'flex',
10
10
  justifyContent: 'center',
11
11
  flexDirection: 'row',
12
+ flexWrap: 'wrap',
12
13
  '& .SCFooter-item': {
13
14
  padding: theme.spacing(0.5, 1),
14
15
  color: theme.palette.text.primary
@@ -4802,6 +4802,7 @@ declare const theme: {
4802
4802
  display: string;
4803
4803
  justifyContent: string;
4804
4804
  flexDirection: string;
4805
+ flexWrap: string;
4805
4806
  '& .SCFooter-item': {
4806
4807
  padding: any;
4807
4808
  color: any;