@selfcommunity/react-theme-default 1.2.1 → 1.2.2-alpha.0

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.
@@ -12,6 +12,7 @@ declare const Component: {
12
12
  borderRadius: string;
13
13
  boxShadow: string;
14
14
  backgroundColor: any;
15
+ color: any;
15
16
  overflow: string;
16
17
  '& .SCCalendar-header': {
17
18
  width: string;
@@ -12,6 +12,7 @@ const Component = {
12
12
  borderRadius: '5px',
13
13
  boxShadow: '0px 3px 8px #00000040',
14
14
  backgroundColor: theme.palette.common.white,
15
+ color: theme.palette.common.black,
15
16
  overflow: 'hidden',
16
17
  '& .SCCalendar-header': {
17
18
  width: '100%',
@@ -10681,9 +10681,6 @@ declare const theme: {
10681
10681
  root: ({ theme }: {
10682
10682
  theme: any;
10683
10683
  }) => {
10684
- /**
10685
- * Style fragments - Imports - Start
10686
- */
10687
10684
  gap: string;
10688
10685
  position: string;
10689
10686
  bottom: string;
@@ -10693,6 +10690,7 @@ declare const theme: {
10693
10690
  borderRadius: string;
10694
10691
  boxShadow: string;
10695
10692
  backgroundColor: any;
10693
+ color: any;
10696
10694
  overflow: string;
10697
10695
  '& .SCCalendar-header': {
10698
10696
  width: string;
@@ -12,6 +12,7 @@ declare const Component: {
12
12
  borderRadius: string;
13
13
  boxShadow: string;
14
14
  backgroundColor: any;
15
+ color: any;
15
16
  overflow: string;
16
17
  '& .SCCalendar-header': {
17
18
  width: string;
@@ -10,6 +10,7 @@ const Component = {
10
10
  borderRadius: '5px',
11
11
  boxShadow: '0px 3px 8px #00000040',
12
12
  backgroundColor: theme.palette.common.white,
13
+ color: theme.palette.common.black,
13
14
  overflow: 'hidden',
14
15
  '& .SCCalendar-header': {
15
16
  width: '100%',
@@ -10681,9 +10681,6 @@ declare const theme: {
10681
10681
  root: ({ theme }: {
10682
10682
  theme: any;
10683
10683
  }) => {
10684
- /**
10685
- * Style fragments - Imports - Start
10686
- */
10687
10684
  gap: string;
10688
10685
  position: string;
10689
10686
  bottom: string;
@@ -10693,6 +10690,7 @@ declare const theme: {
10693
10690
  borderRadius: string;
10694
10691
  boxShadow: string;
10695
10692
  backgroundColor: any;
10693
+ color: any;
10696
10694
  overflow: string;
10697
10695
  '& .SCCalendar-header': {
10698
10696
  width: string;