@gfazioli/mantine-picker 2.3.13 → 2.3.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.
@@ -221,19 +221,19 @@ export declare const Picker: (<C = "div">(props: import("@mantine/core").Polymor
221
221
  }) | (PickerProps<any> & {
222
222
  component: React.ElementType;
223
223
  renderRoot?: (props: Record<string, any>) => any;
224
- })>, never> & import("@mantine/core/lib/core/factory/factory").ThemeExtend<{
224
+ })>, never> & import("@mantine/core").ThemeExtend<{
225
225
  props: PickerProps;
226
226
  defaultComponent: "div";
227
227
  defaultRef: HTMLDivElement;
228
228
  stylesNames: PickerStylesNames;
229
229
  vars: PickerCssVariables;
230
- }> & import("@mantine/core/lib/core/factory/factory").ComponentClasses<{
230
+ }> & import("@mantine/core").ComponentClasses<{
231
231
  props: PickerProps;
232
232
  defaultComponent: "div";
233
233
  defaultRef: HTMLDivElement;
234
234
  stylesNames: PickerStylesNames;
235
235
  vars: PickerCssVariables;
236
- }> & import("@mantine/core/lib/core/factory/polymorphic-factory").PolymorphicComponentWithProps<{
236
+ }> & import("@mantine/core").PolymorphicComponentWithProps<{
237
237
  props: PickerProps;
238
238
  defaultComponent: "div";
239
239
  defaultRef: HTMLDivElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-picker",
3
- "version": "2.3.13",
3
+ "version": "2.3.15",
4
4
  "description": "Picker 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-picker/",
6
6
  "packageManager": "yarn@4.0.1",