@selfcommunity/react-theme-default 1.2.0-alpha.4 → 1.2.0-alpha.5

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.
@@ -2,6 +2,9 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  width: string;
5
+ '& .SCFeedObject-paper-contrast-color': {
6
+ color: any;
7
+ };
5
8
  '& .SCFeedObject-title-section': {
6
9
  '& a': {
7
10
  textDecoration: string;
@@ -5,6 +5,9 @@ const Component = {
5
5
  styleOverrides: {
6
6
  root: ({ theme }) => ({
7
7
  width: '100%',
8
+ '& .SCFeedObject-paper-contrast-color': {
9
+ color: theme.palette.getContrastText(theme.palette.background.paper)
10
+ },
8
11
  '& .SCFeedObject-title-section': {
9
12
  '& a': {
10
13
  textDecoration: 'none'
@@ -4014,6 +4014,9 @@ declare const theme: {
4014
4014
  styleOverrides: {
4015
4015
  root: ({ theme }: any) => {
4016
4016
  width: string;
4017
+ '& .SCFeedObject-paper-contrast-color': {
4018
+ color: any;
4019
+ };
4017
4020
  '& .SCFeedObject-title-section': {
4018
4021
  '& a': {
4019
4022
  textDecoration: string;
@@ -2,6 +2,9 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  width: string;
5
+ '& .SCFeedObject-paper-contrast-color': {
6
+ color: any;
7
+ };
5
8
  '& .SCFeedObject-title-section': {
6
9
  '& a': {
7
10
  textDecoration: string;
@@ -3,6 +3,9 @@ const Component = {
3
3
  styleOverrides: {
4
4
  root: ({ theme }) => ({
5
5
  width: '100%',
6
+ '& .SCFeedObject-paper-contrast-color': {
7
+ color: theme.palette.getContrastText(theme.palette.background.paper)
8
+ },
6
9
  '& .SCFeedObject-title-section': {
7
10
  '& a': {
8
11
  textDecoration: 'none'
@@ -4014,6 +4014,9 @@ declare const theme: {
4014
4014
  styleOverrides: {
4015
4015
  root: ({ theme }: any) => {
4016
4016
  width: string;
4017
+ '& .SCFeedObject-paper-contrast-color': {
4018
+ color: any;
4019
+ };
4017
4020
  '& .SCFeedObject-title-section': {
4018
4021
  '& a': {
4019
4022
  textDecoration: string;