@suportepos/split-checkout 0.3.0 → 0.3.2

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.
@@ -2,5 +2,6 @@ export { default as CheckoutFlow } from "./lib/CheckoutFlow";
2
2
  export { default as OrderSummary } from "./lib/OrderSummary";
3
3
  export { default as SplitCardForm } from "./lib/SplitCardForm";
4
4
  export { default as SplitPixForm } from "./lib/SplitPixForm";
5
+ export { default as CheckoutFlowContent } from "./lib/CheckoutFlowContent";
5
6
  export * from "./lib/theme";
6
7
  export * from "./lib/validators";
@@ -8,5 +8,5 @@ export declare const brand: {
8
8
  border: string;
9
9
  ring: string;
10
10
  };
11
- declare const theme: import("@mui/material/styles").Theme;
11
+ declare const theme: import("@mui/material").Theme;
12
12
  export default theme;
@@ -8,5 +8,5 @@ export declare const brand: {
8
8
  border: string;
9
9
  ring: string;
10
10
  };
11
- declare const theme: import("@mui/material/styles").Theme;
11
+ declare const theme: import("@mui/material").Theme;
12
12
  export default theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suportepos/split-checkout",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",