@selfcommunity/react-theme-default 0.2.0-live.68 → 0.2.0-live.70
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/SCLiveStream.d.ts +1 -3
- package/lib/cjs/components/SCLiveStream.js +1 -3
- package/lib/cjs/components/SCLiveStreamSelector.d.ts +2 -1
- package/lib/cjs/components/SCLiveStreamSelector.js +2 -1
- package/lib/cjs/index.d.ts +3 -4
- package/lib/esm/components/SCLiveStream.d.ts +1 -3
- package/lib/esm/components/SCLiveStream.js +1 -3
- package/lib/esm/components/SCLiveStreamSelector.d.ts +2 -1
- package/lib/esm/components/SCLiveStreamSelector.js +2 -1
- package/lib/esm/index.d.ts +3 -4
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
package/lib/cjs/index.d.ts
CHANGED
|
@@ -8498,9 +8498,7 @@ declare const theme: {
|
|
|
8498
8498
|
'& .MuiAvatar-root': {
|
|
8499
8499
|
width: number;
|
|
8500
8500
|
height: number;
|
|
8501
|
-
|
|
8502
|
-
borderRadius: string;
|
|
8503
|
-
};
|
|
8501
|
+
borderRadius: string;
|
|
8504
8502
|
};
|
|
8505
8503
|
};
|
|
8506
8504
|
'& .SCLiveStream-snippet-image': {
|
|
@@ -8806,7 +8804,8 @@ declare const theme: {
|
|
|
8806
8804
|
};
|
|
8807
8805
|
optionCardRoot: ({ theme, selected }: any) => {
|
|
8808
8806
|
maxWidth: number;
|
|
8809
|
-
height:
|
|
8807
|
+
height: string;
|
|
8808
|
+
minHeight: number;
|
|
8810
8809
|
padding: any;
|
|
8811
8810
|
margin: any;
|
|
8812
8811
|
cursor: string;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -8498,9 +8498,7 @@ declare const theme: {
|
|
|
8498
8498
|
'& .MuiAvatar-root': {
|
|
8499
8499
|
width: number;
|
|
8500
8500
|
height: number;
|
|
8501
|
-
|
|
8502
|
-
borderRadius: string;
|
|
8503
|
-
};
|
|
8501
|
+
borderRadius: string;
|
|
8504
8502
|
};
|
|
8505
8503
|
};
|
|
8506
8504
|
'& .SCLiveStream-snippet-image': {
|
|
@@ -8806,7 +8804,8 @@ declare const theme: {
|
|
|
8806
8804
|
};
|
|
8807
8805
|
optionCardRoot: ({ theme, selected }: any) => {
|
|
8808
8806
|
maxWidth: number;
|
|
8809
|
-
height:
|
|
8807
|
+
height: string;
|
|
8808
|
+
minHeight: number;
|
|
8810
8809
|
padding: any;
|
|
8811
8810
|
margin: any;
|
|
8812
8811
|
cursor: string;
|