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

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.
@@ -43,6 +43,10 @@ declare const Component: {
43
43
  fontWeight: any;
44
44
  marginBottom: string;
45
45
  };
46
+ '& .SCCategoryHeader-tags': {
47
+ display: string;
48
+ justifyContent: string;
49
+ };
46
50
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
47
51
  textAlign: string;
48
52
  marginBottom: any;
@@ -45,6 +45,10 @@ const Component = {
45
45
  fontWeight: theme.typography.fontWeightMedium,
46
46
  marginBottom: `${theme.spacing(0)} !important`
47
47
  },
48
+ '& .SCCategoryHeader-tags': {
49
+ display: 'flex',
50
+ justifyContent: 'center'
51
+ },
48
52
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
49
53
  textAlign: 'center',
50
54
  marginBottom: theme.spacing(2),
@@ -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
@@ -898,6 +898,10 @@ declare const theme: {
898
898
  fontWeight: any;
899
899
  marginBottom: string;
900
900
  };
901
+ '& .SCCategoryHeader-tags': {
902
+ display: string;
903
+ justifyContent: string;
904
+ };
901
905
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
902
906
  textAlign: string;
903
907
  marginBottom: any;
@@ -4802,6 +4806,7 @@ declare const theme: {
4802
4806
  display: string;
4803
4807
  justifyContent: string;
4804
4808
  flexDirection: string;
4809
+ flexWrap: string;
4805
4810
  '& .SCFooter-item': {
4806
4811
  padding: any;
4807
4812
  color: any;
@@ -43,6 +43,10 @@ declare const Component: {
43
43
  fontWeight: any;
44
44
  marginBottom: string;
45
45
  };
46
+ '& .SCCategoryHeader-tags': {
47
+ display: string;
48
+ justifyContent: string;
49
+ };
46
50
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
47
51
  textAlign: string;
48
52
  marginBottom: any;
@@ -43,6 +43,10 @@ const Component = {
43
43
  fontWeight: theme.typography.fontWeightMedium,
44
44
  marginBottom: `${theme.spacing(0)} !important`
45
45
  },
46
+ '& .SCCategoryHeader-tags': {
47
+ display: 'flex',
48
+ justifyContent: 'center'
49
+ },
46
50
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
47
51
  textAlign: 'center',
48
52
  marginBottom: theme.spacing(2),
@@ -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
@@ -898,6 +898,10 @@ declare const theme: {
898
898
  fontWeight: any;
899
899
  marginBottom: string;
900
900
  };
901
+ '& .SCCategoryHeader-tags': {
902
+ display: string;
903
+ justifyContent: string;
904
+ };
901
905
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
902
906
  textAlign: string;
903
907
  marginBottom: any;
@@ -4802,6 +4806,7 @@ declare const theme: {
4802
4806
  display: string;
4803
4807
  justifyContent: string;
4804
4808
  flexDirection: string;
4809
+ flexWrap: string;
4805
4810
  '& .SCFooter-item': {
4806
4811
  padding: any;
4807
4812
  color: any;