@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.
- package/lib/cjs/components/SCCourses.d.ts +3 -0
- package/lib/cjs/components/SCCourses.js +3 -0
- package/lib/cjs/index.d.ts +3 -0
- package/lib/esm/components/SCCourses.d.ts +3 -0
- package/lib/esm/components/SCCourses.js +3 -0
- package/lib/esm/index.d.ts +3 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -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(),
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -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;
|