@selfcommunity/react-theme-default 0.2.0-live.85 → 0.2.0-live.87
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/SCNavigationMenuDrawer.d.ts +3 -0
- package/lib/cjs/components/SCNavigationMenuDrawer.js +3 -0
- package/lib/cjs/components/SCUserLiveStreamWidget.d.ts +1 -1
- package/lib/cjs/components/SCUserLiveStreamWidget.js +1 -1
- package/lib/cjs/index.d.ts +4 -1
- package/lib/esm/components/SCNavigationMenuDrawer.d.ts +3 -0
- package/lib/esm/components/SCNavigationMenuDrawer.js +3 -0
- package/lib/esm/components/SCUserLiveStreamWidget.d.ts +1 -1
- package/lib/esm/components/SCUserLiveStreamWidget.js +1 -1
- package/lib/esm/index.d.ts +4 -1
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
|
@@ -4,7 +4,6 @@ declare const Component: {
|
|
|
4
4
|
theme: any;
|
|
5
5
|
}) => {
|
|
6
6
|
'& .SCUserLiveStreamWidget-content': {
|
|
7
|
-
padding: string;
|
|
8
7
|
'& .SCUserLiveStreamWidget-header': {
|
|
9
8
|
flexDirection: string;
|
|
10
9
|
justifyContent: string;
|
|
@@ -27,6 +26,7 @@ declare const Component: {
|
|
|
27
26
|
};
|
|
28
27
|
};
|
|
29
28
|
'& .SCUserLiveStreamWidget-live-wrapper': {
|
|
29
|
+
paddingTop: any;
|
|
30
30
|
gap: any;
|
|
31
31
|
'& .SCUserLiveStreamWidget-live': {
|
|
32
32
|
'& > div': {
|
|
@@ -4,7 +4,6 @@ const Component = {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
'& .SCUserLiveStreamWidget-content': {
|
|
7
|
-
padding: `10px ${theme.spacing(2)} 12px`,
|
|
8
7
|
'& .SCUserLiveStreamWidget-header': {
|
|
9
8
|
flexDirection: 'row',
|
|
10
9
|
justifyContent: 'flex-start',
|
|
@@ -27,6 +26,7 @@ const Component = {
|
|
|
27
26
|
}
|
|
28
27
|
},
|
|
29
28
|
'& .SCUserLiveStreamWidget-live-wrapper': {
|
|
29
|
+
paddingTop: theme.spacing(2),
|
|
30
30
|
gap: theme.spacing(2),
|
|
31
31
|
'& .SCUserLiveStreamWidget-live': {
|
|
32
32
|
'& > div': {
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -4452,6 +4452,9 @@ declare const theme: {
|
|
|
4452
4452
|
paddingLeft: any;
|
|
4453
4453
|
};
|
|
4454
4454
|
};
|
|
4455
|
+
'& .SCNavigationMenuDrawer-drawer-content': {
|
|
4456
|
+
paddingTop: number;
|
|
4457
|
+
};
|
|
4455
4458
|
'& .MuiTypography-subtitle1': {
|
|
4456
4459
|
fontSize: string;
|
|
4457
4460
|
padding: any;
|
|
@@ -8796,7 +8799,6 @@ declare const theme: {
|
|
|
8796
8799
|
theme: any;
|
|
8797
8800
|
}) => {
|
|
8798
8801
|
'& .SCUserLiveStreamWidget-content': {
|
|
8799
|
-
padding: string;
|
|
8800
8802
|
'& .SCUserLiveStreamWidget-header': {
|
|
8801
8803
|
flexDirection: string;
|
|
8802
8804
|
justifyContent: string;
|
|
@@ -8819,6 +8821,7 @@ declare const theme: {
|
|
|
8819
8821
|
};
|
|
8820
8822
|
};
|
|
8821
8823
|
'& .SCUserLiveStreamWidget-live-wrapper': {
|
|
8824
|
+
paddingTop: any;
|
|
8822
8825
|
gap: any;
|
|
8823
8826
|
'& .SCUserLiveStreamWidget-live': {
|
|
8824
8827
|
'& > div': {
|
|
@@ -4,7 +4,6 @@ declare const Component: {
|
|
|
4
4
|
theme: any;
|
|
5
5
|
}) => {
|
|
6
6
|
'& .SCUserLiveStreamWidget-content': {
|
|
7
|
-
padding: string;
|
|
8
7
|
'& .SCUserLiveStreamWidget-header': {
|
|
9
8
|
flexDirection: string;
|
|
10
9
|
justifyContent: string;
|
|
@@ -27,6 +26,7 @@ declare const Component: {
|
|
|
27
26
|
};
|
|
28
27
|
};
|
|
29
28
|
'& .SCUserLiveStreamWidget-live-wrapper': {
|
|
29
|
+
paddingTop: any;
|
|
30
30
|
gap: any;
|
|
31
31
|
'& .SCUserLiveStreamWidget-live': {
|
|
32
32
|
'& > div': {
|
|
@@ -2,7 +2,6 @@ const Component = {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
4
|
'& .SCUserLiveStreamWidget-content': {
|
|
5
|
-
padding: `10px ${theme.spacing(2)} 12px`,
|
|
6
5
|
'& .SCUserLiveStreamWidget-header': {
|
|
7
6
|
flexDirection: 'row',
|
|
8
7
|
justifyContent: 'flex-start',
|
|
@@ -25,6 +24,7 @@ const Component = {
|
|
|
25
24
|
}
|
|
26
25
|
},
|
|
27
26
|
'& .SCUserLiveStreamWidget-live-wrapper': {
|
|
27
|
+
paddingTop: theme.spacing(2),
|
|
28
28
|
gap: theme.spacing(2),
|
|
29
29
|
'& .SCUserLiveStreamWidget-live': {
|
|
30
30
|
'& > div': {
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -4452,6 +4452,9 @@ declare const theme: {
|
|
|
4452
4452
|
paddingLeft: any;
|
|
4453
4453
|
};
|
|
4454
4454
|
};
|
|
4455
|
+
'& .SCNavigationMenuDrawer-drawer-content': {
|
|
4456
|
+
paddingTop: number;
|
|
4457
|
+
};
|
|
4455
4458
|
'& .MuiTypography-subtitle1': {
|
|
4456
4459
|
fontSize: string;
|
|
4457
4460
|
padding: any;
|
|
@@ -8796,7 +8799,6 @@ declare const theme: {
|
|
|
8796
8799
|
theme: any;
|
|
8797
8800
|
}) => {
|
|
8798
8801
|
'& .SCUserLiveStreamWidget-content': {
|
|
8799
|
-
padding: string;
|
|
8800
8802
|
'& .SCUserLiveStreamWidget-header': {
|
|
8801
8803
|
flexDirection: string;
|
|
8802
8804
|
justifyContent: string;
|
|
@@ -8819,6 +8821,7 @@ declare const theme: {
|
|
|
8819
8821
|
};
|
|
8820
8822
|
};
|
|
8821
8823
|
'& .SCUserLiveStreamWidget-live-wrapper': {
|
|
8824
|
+
paddingTop: any;
|
|
8822
8825
|
gap: any;
|
|
8823
8826
|
'& .SCUserLiveStreamWidget-live': {
|
|
8824
8827
|
'& > div': {
|