@suportepos/split-checkout 0.3.1 → 0.3.3

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.
@@ -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.1",
3
+ "version": "0.3.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",