@selfcommunity/react-theme-default 0.4.2-courses.127 → 0.4.2-courses.129

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,8 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: ({ theme }: any) => {
4
- backgroundColor: any;
5
- };
3
+ root: () => {};
6
4
  containerRoot: ({ theme, open }: any) => {
7
5
  '& .SCLessonTemplate-navigation-title': {
8
6
  display: string;
@@ -2,15 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
- root: ({ theme }) => ({
6
- backgroundColor: theme.palette.common.white
7
- }),
5
+ root: () => ({}),
8
6
  containerRoot: ({ theme, open }) => (Object.assign(Object.assign({ display: 'flex', flexDirection: 'column', overflow: 'hidden', transition: theme.transitions.create('margin', {
9
7
  easing: theme.transitions.easing.sharp,
10
8
  duration: theme.transitions.duration.leavingScreen
11
9
  }), marginRight: 0 }, (open && {
12
- [theme.breakpoints.down('md')]: { marginRight: '100vw', width: '100%' },
13
- [theme.breakpoints.up('sm')]: { marginRight: '300px' },
14
10
  width: `calc(100% - 300px)`
15
11
  })), { '& .SCLessonTemplate-navigation-title': {
16
12
  display: 'flex',
@@ -5516,9 +5516,7 @@ declare const theme: {
5516
5516
  };
5517
5517
  SCLessonTemplate: {
5518
5518
  styleOverrides: {
5519
- root: ({ theme }: any) => {
5520
- backgroundColor: any;
5521
- };
5519
+ root: () => {};
5522
5520
  containerRoot: ({ theme, open }: any) => {
5523
5521
  '& .SCLessonTemplate-navigation-title': {
5524
5522
  display: string;
@@ -1,8 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: ({ theme }: any) => {
4
- backgroundColor: any;
5
- };
3
+ root: () => {};
6
4
  containerRoot: ({ theme, open }: any) => {
7
5
  '& .SCLessonTemplate-navigation-title': {
8
6
  display: string;
@@ -1,14 +1,10 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
- root: ({ theme }) => ({
4
- backgroundColor: theme.palette.common.white
5
- }),
3
+ root: () => ({}),
6
4
  containerRoot: ({ theme, open }) => (Object.assign(Object.assign({ display: 'flex', flexDirection: 'column', overflow: 'hidden', transition: theme.transitions.create('margin', {
7
5
  easing: theme.transitions.easing.sharp,
8
6
  duration: theme.transitions.duration.leavingScreen
9
7
  }), marginRight: 0 }, (open && {
10
- [theme.breakpoints.down('md')]: { marginRight: '100vw', width: '100%' },
11
- [theme.breakpoints.up('sm')]: { marginRight: '300px' },
12
8
  width: `calc(100% - 300px)`
13
9
  })), { '& .SCLessonTemplate-navigation-title': {
14
10
  display: 'flex',
@@ -5516,9 +5516,7 @@ declare const theme: {
5516
5516
  };
5517
5517
  SCLessonTemplate: {
5518
5518
  styleOverrides: {
5519
- root: ({ theme }: any) => {
5520
- backgroundColor: any;
5521
- };
5519
+ root: () => {};
5522
5520
  containerRoot: ({ theme, open }: any) => {
5523
5521
  '& .SCLessonTemplate-navigation-title': {
5524
5522
  display: string;