@selfcommunity/react-theme-default 0.4.5-payments.206 → 0.4.5-payments.208

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,9 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
+ '& .infinite-scroll-component__outerdiv .infinite-scroll-component': {
5
+ overflow: string;
6
+ };
4
7
  '& .SCCourses-filters': {
5
8
  alignItems: string;
6
9
  marginTop: any;
@@ -3,6 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
+ '& .infinite-scroll-component__outerdiv .infinite-scroll-component': {
7
+ overflow: 'visible !important'
8
+ },
6
9
  '& .SCCourses-filters': {
7
10
  alignItems: 'center',
8
11
  marginTop: theme.spacing(),
@@ -2469,6 +2469,9 @@ declare const theme: {
2469
2469
  SCCourses: {
2470
2470
  styleOverrides: {
2471
2471
  root: ({ theme }: any) => {
2472
+ '& .infinite-scroll-component__outerdiv .infinite-scroll-component': {
2473
+ overflow: string;
2474
+ };
2472
2475
  '& .SCCourses-filters': {
2473
2476
  alignItems: string;
2474
2477
  marginTop: any;
@@ -1,6 +1,9 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
+ '& .infinite-scroll-component__outerdiv .infinite-scroll-component': {
5
+ overflow: string;
6
+ };
4
7
  '& .SCCourses-filters': {
5
8
  alignItems: string;
6
9
  marginTop: any;
@@ -1,6 +1,9 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
+ '& .infinite-scroll-component__outerdiv .infinite-scroll-component': {
5
+ overflow: 'visible !important'
6
+ },
4
7
  '& .SCCourses-filters': {
5
8
  alignItems: 'center',
6
9
  marginTop: theme.spacing(),
@@ -2469,6 +2469,9 @@ declare const theme: {
2469
2469
  SCCourses: {
2470
2470
  styleOverrides: {
2471
2471
  root: ({ theme }: any) => {
2472
+ '& .infinite-scroll-component__outerdiv .infinite-scroll-component': {
2473
+ overflow: string;
2474
+ };
2472
2475
  '& .SCCourses-filters': {
2473
2476
  alignItems: string;
2474
2477
  marginTop: any;