@selfcommunity/react-theme-default 0.4.5-alpha.6 → 0.4.5-alpha.7
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/SCFeedObjectDetailTemplate.d.ts +11 -0
- package/lib/cjs/components/SCFeedObjectDetailTemplate.js +12 -1
- package/lib/cjs/components/SCLiveStreamSelector.js +1 -1
- package/lib/cjs/components/SCNavigationMenuDrawer.d.ts +3 -0
- package/lib/cjs/components/SCNavigationMenuDrawer.js +3 -0
- package/lib/cjs/index.d.ts +14 -0
- package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +11 -0
- package/lib/esm/components/SCFeedObjectDetailTemplate.js +12 -1
- package/lib/esm/components/SCLiveStreamSelector.js +1 -1
- package/lib/esm/components/SCNavigationMenuDrawer.d.ts +3 -0
- package/lib/esm/components/SCNavigationMenuDrawer.js +3 -0
- package/lib/esm/index.d.ts +14 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -12,8 +12,19 @@ declare const Component: {
|
|
|
12
12
|
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
13
13
|
'& span': {
|
|
14
14
|
display: string;
|
|
15
|
+
};
|
|
16
|
+
'& span:not(:has(+ a))': {
|
|
15
17
|
width: string;
|
|
16
18
|
};
|
|
19
|
+
'& a': {
|
|
20
|
+
display: string;
|
|
21
|
+
margin: any;
|
|
22
|
+
};
|
|
23
|
+
'& a:hover': {
|
|
24
|
+
'& span': {
|
|
25
|
+
textDecoration: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
17
28
|
};
|
|
18
29
|
};
|
|
19
30
|
};
|
|
@@ -13,8 +13,19 @@ const Component = {
|
|
|
13
13
|
'& .SCFeedObject-content': {
|
|
14
14
|
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
15
15
|
'& span': {
|
|
16
|
-
display: 'inline-block'
|
|
16
|
+
display: 'inline-block'
|
|
17
|
+
},
|
|
18
|
+
'& span:not(:has(+ a))': {
|
|
17
19
|
width: '100%'
|
|
20
|
+
},
|
|
21
|
+
'& a': {
|
|
22
|
+
display: 'inline-block',
|
|
23
|
+
margin: theme.spacing(0, 0.3)
|
|
24
|
+
},
|
|
25
|
+
'& a:hover': {
|
|
26
|
+
'& span': {
|
|
27
|
+
textDecoration: 'underline'
|
|
28
|
+
}
|
|
18
29
|
}
|
|
19
30
|
}
|
|
20
31
|
}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -2908,8 +2908,19 @@ declare const theme: {
|
|
|
2908
2908
|
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
2909
2909
|
'& span': {
|
|
2910
2910
|
display: string;
|
|
2911
|
+
};
|
|
2912
|
+
'& span:not(:has(+ a))': {
|
|
2911
2913
|
width: string;
|
|
2912
2914
|
};
|
|
2915
|
+
'& a': {
|
|
2916
|
+
display: string;
|
|
2917
|
+
margin: any;
|
|
2918
|
+
};
|
|
2919
|
+
'& a:hover': {
|
|
2920
|
+
'& span': {
|
|
2921
|
+
textDecoration: string;
|
|
2922
|
+
};
|
|
2923
|
+
};
|
|
2913
2924
|
};
|
|
2914
2925
|
};
|
|
2915
2926
|
};
|
|
@@ -4484,6 +4495,9 @@ declare const theme: {
|
|
|
4484
4495
|
maxWidth: string;
|
|
4485
4496
|
};
|
|
4486
4497
|
'& .SCNavigationMenuDrawer-drawer-footer': {
|
|
4498
|
+
marginTop: any;
|
|
4499
|
+
};
|
|
4500
|
+
'& .SCNavigationMenuDrawer-drawer-footer-live': {
|
|
4487
4501
|
padding: any;
|
|
4488
4502
|
};
|
|
4489
4503
|
};
|
|
@@ -12,8 +12,19 @@ declare const Component: {
|
|
|
12
12
|
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
13
13
|
'& span': {
|
|
14
14
|
display: string;
|
|
15
|
+
};
|
|
16
|
+
'& span:not(:has(+ a))': {
|
|
15
17
|
width: string;
|
|
16
18
|
};
|
|
19
|
+
'& a': {
|
|
20
|
+
display: string;
|
|
21
|
+
margin: any;
|
|
22
|
+
};
|
|
23
|
+
'& a:hover': {
|
|
24
|
+
'& span': {
|
|
25
|
+
textDecoration: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
17
28
|
};
|
|
18
29
|
};
|
|
19
30
|
};
|
|
@@ -11,8 +11,19 @@ const Component = {
|
|
|
11
11
|
'& .SCFeedObject-content': {
|
|
12
12
|
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
13
13
|
'& span': {
|
|
14
|
-
display: 'inline-block'
|
|
14
|
+
display: 'inline-block'
|
|
15
|
+
},
|
|
16
|
+
'& span:not(:has(+ a))': {
|
|
15
17
|
width: '100%'
|
|
18
|
+
},
|
|
19
|
+
'& a': {
|
|
20
|
+
display: 'inline-block',
|
|
21
|
+
margin: theme.spacing(0, 0.3)
|
|
22
|
+
},
|
|
23
|
+
'& a:hover': {
|
|
24
|
+
'& span': {
|
|
25
|
+
textDecoration: 'underline'
|
|
26
|
+
}
|
|
16
27
|
}
|
|
17
28
|
}
|
|
18
29
|
}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -2908,8 +2908,19 @@ declare const theme: {
|
|
|
2908
2908
|
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
2909
2909
|
'& span': {
|
|
2910
2910
|
display: string;
|
|
2911
|
+
};
|
|
2912
|
+
'& span:not(:has(+ a))': {
|
|
2911
2913
|
width: string;
|
|
2912
2914
|
};
|
|
2915
|
+
'& a': {
|
|
2916
|
+
display: string;
|
|
2917
|
+
margin: any;
|
|
2918
|
+
};
|
|
2919
|
+
'& a:hover': {
|
|
2920
|
+
'& span': {
|
|
2921
|
+
textDecoration: string;
|
|
2922
|
+
};
|
|
2923
|
+
};
|
|
2913
2924
|
};
|
|
2914
2925
|
};
|
|
2915
2926
|
};
|
|
@@ -4484,6 +4495,9 @@ declare const theme: {
|
|
|
4484
4495
|
maxWidth: string;
|
|
4485
4496
|
};
|
|
4486
4497
|
'& .SCNavigationMenuDrawer-drawer-footer': {
|
|
4498
|
+
marginTop: any;
|
|
4499
|
+
};
|
|
4500
|
+
'& .SCNavigationMenuDrawer-drawer-footer-live': {
|
|
4487
4501
|
padding: any;
|
|
4488
4502
|
};
|
|
4489
4503
|
};
|