@selfcommunity/react-theme-default 0.4.5-payments.181 → 0.4.5-payments.182
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/SCCheckout.d.ts +3 -0
- package/lib/cjs/components/SCCheckout.js +3 -0
- package/lib/cjs/components/SCCheckoutReturnDialog.d.ts +3 -0
- package/lib/cjs/components/SCCheckoutReturnDialog.js +4 -1
- package/lib/cjs/index.d.ts +6 -0
- package/lib/esm/components/SCCheckout.d.ts +3 -0
- package/lib/esm/components/SCCheckout.js +3 -0
- package/lib/esm/components/SCCheckoutReturnDialog.d.ts +3 -0
- package/lib/esm/components/SCCheckoutReturnDialog.js +4 -1
- package/lib/esm/index.d.ts +6 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -11740,6 +11740,9 @@ declare const theme: {
|
|
|
11740
11740
|
padding: any;
|
|
11741
11741
|
};
|
|
11742
11742
|
};
|
|
11743
|
+
"& .SCCourse-preview-root": {
|
|
11744
|
+
minHeight: string;
|
|
11745
|
+
};
|
|
11743
11746
|
};
|
|
11744
11747
|
};
|
|
11745
11748
|
};
|
|
@@ -11766,6 +11769,9 @@ declare const theme: {
|
|
|
11766
11769
|
'& .SCCheckoutSuccessDialog-content-object': {
|
|
11767
11770
|
width: string;
|
|
11768
11771
|
};
|
|
11772
|
+
'& .SCCourse-preview-root': {
|
|
11773
|
+
minHeight: string;
|
|
11774
|
+
};
|
|
11769
11775
|
};
|
|
11770
11776
|
};
|
|
11771
11777
|
};
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -11740,6 +11740,9 @@ declare const theme: {
|
|
|
11740
11740
|
padding: any;
|
|
11741
11741
|
};
|
|
11742
11742
|
};
|
|
11743
|
+
"& .SCCourse-preview-root": {
|
|
11744
|
+
minHeight: string;
|
|
11745
|
+
};
|
|
11743
11746
|
};
|
|
11744
11747
|
};
|
|
11745
11748
|
};
|
|
@@ -11766,6 +11769,9 @@ declare const theme: {
|
|
|
11766
11769
|
'& .SCCheckoutSuccessDialog-content-object': {
|
|
11767
11770
|
width: string;
|
|
11768
11771
|
};
|
|
11772
|
+
'& .SCCourse-preview-root': {
|
|
11773
|
+
minHeight: string;
|
|
11774
|
+
};
|
|
11769
11775
|
};
|
|
11770
11776
|
};
|
|
11771
11777
|
};
|