@selfcommunity/react-theme-default 0.4.5-payments.162 → 0.4.5-payments.163
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/SCCheckoutReturnDialog.d.ts +1 -0
- package/lib/cjs/components/SCCheckoutReturnDialog.js +2 -1
- package/lib/cjs/index.d.ts +1 -0
- package/lib/esm/components/SCCheckoutReturnDialog.d.ts +1 -0
- package/lib/esm/components/SCCheckoutReturnDialog.js +2 -1
- package/lib/esm/index.d.ts +1 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -11482,6 +11482,7 @@ declare const theme: {
|
|
|
11482
11482
|
alignItems: string;
|
|
11483
11483
|
'& .SCWidget-root': {
|
|
11484
11484
|
minWidth: number;
|
|
11485
|
+
paddingLeft: any;
|
|
11485
11486
|
};
|
|
11486
11487
|
};
|
|
11487
11488
|
'& .SCCheckoutSuccessDialog-content-object': {
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -11482,6 +11482,7 @@ declare const theme: {
|
|
|
11482
11482
|
alignItems: string;
|
|
11483
11483
|
'& .SCWidget-root': {
|
|
11484
11484
|
minWidth: number;
|
|
11485
|
+
paddingLeft: any;
|
|
11485
11486
|
};
|
|
11486
11487
|
};
|
|
11487
11488
|
'& .SCCheckoutSuccessDialog-content-object': {
|