@gfazioli/mantine-flip 2.5.13 → 2.5.15

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.
@@ -56,7 +56,7 @@ export declare const Flip: (<C = "div">(props: import("@mantine/core").Polymorph
56
56
  }) | (FlipProps & {
57
57
  component: React.ElementType;
58
58
  renderRoot?: (props: Record<string, any>) => any;
59
- })>, never> & import("@mantine/core/lib/core/factory/factory").ThemeExtend<{
59
+ })>, never> & import("@mantine/core").ThemeExtend<{
60
60
  props: FlipProps;
61
61
  defaultComponent: "div";
62
62
  defaultRef: HTMLDivElement;
@@ -65,7 +65,7 @@ export declare const Flip: (<C = "div">(props: import("@mantine/core").Polymorph
65
65
  staticComponents: {
66
66
  Target: typeof FlipTarget;
67
67
  };
68
- }> & import("@mantine/core/lib/core/factory/factory").ComponentClasses<{
68
+ }> & import("@mantine/core").ComponentClasses<{
69
69
  props: FlipProps;
70
70
  defaultComponent: "div";
71
71
  defaultRef: HTMLDivElement;
@@ -74,7 +74,7 @@ export declare const Flip: (<C = "div">(props: import("@mantine/core").Polymorph
74
74
  staticComponents: {
75
75
  Target: typeof FlipTarget;
76
76
  };
77
- }> & import("@mantine/core/lib/core/factory/polymorphic-factory").PolymorphicComponentWithProps<{
77
+ }> & import("@mantine/core").PolymorphicComponentWithProps<{
78
78
  props: FlipProps;
79
79
  defaultComponent: "div";
80
80
  defaultRef: HTMLDivElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-flip",
3
- "version": "2.5.13",
3
+ "version": "2.5.15",
4
4
  "description": "Flip component is a wrapper for any component that can be flipped. It is used to create cards, flip boxes and more.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-flip/",
6
6
  "packageManager": "yarn@4.0.1",