@selfcommunity/react-theme-default 0.4.5-payments.150 → 0.4.5-payments.152
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 +1 -0
- package/lib/cjs/components/SCCheckout.js +1 -0
- package/lib/cjs/index.d.ts +1 -0
- package/lib/esm/components/SCCheckout.d.ts +1 -0
- package/lib/esm/components/SCCheckout.js +1 -0
- 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
|
@@ -11425,6 +11425,7 @@ declare const theme: {
|
|
|
11425
11425
|
minWidth: number;
|
|
11426
11426
|
};
|
|
11427
11427
|
marginTop: any;
|
|
11428
|
+
width: string;
|
|
11428
11429
|
};
|
|
11429
11430
|
};
|
|
11430
11431
|
};
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -11425,6 +11425,7 @@ declare const theme: {
|
|
|
11425
11425
|
minWidth: number;
|
|
11426
11426
|
};
|
|
11427
11427
|
marginTop: any;
|
|
11428
|
+
width: string;
|
|
11428
11429
|
};
|
|
11429
11430
|
};
|
|
11430
11431
|
};
|