@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.
- package/lib/cjs/components/SCCategoryHeader.d.ts +4 -0
- package/lib/cjs/components/SCCategoryHeader.js +4 -0
- package/lib/cjs/components/SCFooter.d.ts +1 -0
- package/lib/cjs/components/SCFooter.js +1 -0
- package/lib/cjs/index.d.ts +5 -0
- package/lib/esm/components/SCCategoryHeader.d.ts +4 -0
- package/lib/esm/components/SCCategoryHeader.js +4 -0
- package/lib/esm/components/SCFooter.d.ts +1 -0
- package/lib/esm/components/SCFooter.js +1 -0
- package/lib/esm/index.d.ts +5 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -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),
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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),
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -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;
|