@selfcommunity/react-theme-default 0.4.2-courses.123 → 0.4.2-courses.125

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.
@@ -1,6 +1,8 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: ({ theme }: any) => {};
3
+ root: ({ theme }: any) => {
4
+ backgroundColor: any;
5
+ };
4
6
  containerRoot: ({ theme, open }: any) => {
5
7
  '& .SCLessonTemplate-navigation-title': {
6
8
  display: string;
@@ -2,7 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
- root: ({ theme }) => ({}),
5
+ root: ({ theme }) => ({
6
+ backgroundColor: theme.palette.common.white
7
+ }),
6
8
  containerRoot: ({ theme, open }) => (Object.assign(Object.assign({ display: 'flex', flexDirection: 'column', overflow: 'hidden', transition: theme.transitions.create('margin', {
7
9
  easing: theme.transitions.easing.sharp,
8
10
  duration: theme.transitions.duration.leavingScreen
@@ -5511,7 +5511,9 @@ declare const theme: {
5511
5511
  };
5512
5512
  SCLessonTemplate: {
5513
5513
  styleOverrides: {
5514
- root: ({ theme }: any) => {};
5514
+ root: ({ theme }: any) => {
5515
+ backgroundColor: any;
5516
+ };
5515
5517
  containerRoot: ({ theme, open }: any) => {
5516
5518
  '& .SCLessonTemplate-navigation-title': {
5517
5519
  display: string;
@@ -1,6 +1,8 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: ({ theme }: any) => {};
3
+ root: ({ theme }: any) => {
4
+ backgroundColor: any;
5
+ };
4
6
  containerRoot: ({ theme, open }: any) => {
5
7
  '& .SCLessonTemplate-navigation-title': {
6
8
  display: string;
@@ -1,6 +1,8 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
- root: ({ theme }) => ({}),
3
+ root: ({ theme }) => ({
4
+ backgroundColor: theme.palette.common.white
5
+ }),
4
6
  containerRoot: ({ theme, open }) => (Object.assign(Object.assign({ display: 'flex', flexDirection: 'column', overflow: 'hidden', transition: theme.transitions.create('margin', {
5
7
  easing: theme.transitions.easing.sharp,
6
8
  duration: theme.transitions.duration.leavingScreen
@@ -5511,7 +5511,9 @@ declare const theme: {
5511
5511
  };
5512
5512
  SCLessonTemplate: {
5513
5513
  styleOverrides: {
5514
- root: ({ theme }: any) => {};
5514
+ root: ({ theme }: any) => {
5515
+ backgroundColor: any;
5516
+ };
5515
5517
  containerRoot: ({ theme, open }: any) => {
5516
5518
  '& .SCLessonTemplate-navigation-title': {
5517
5519
  display: string;