@gfazioli/mantine-text-animate 2.4.1 → 2.4.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.
@@ -31,19 +31,19 @@ export declare const NumberTicker: (<C = "p">(props: import("@mantine/core").Pol
31
31
  }) | (NumberTickerProps & {
32
32
  component: React.ElementType;
33
33
  renderRoot?: (props: Record<string, any>) => any;
34
- })>, never> & import("@mantine/core/lib/core/factory/factory").ThemeExtend<{
34
+ })>, never> & import("@mantine/core").ThemeExtend<{
35
35
  props: NumberTickerProps;
36
36
  defaultComponent: "p";
37
37
  defaultRef: HTMLParagraphElement;
38
38
  stylesNames: NumberTickerStylesNames;
39
39
  vars: NumberTickerCssVariables;
40
- }> & import("@mantine/core/lib/core/factory/factory").ComponentClasses<{
40
+ }> & import("@mantine/core").ComponentClasses<{
41
41
  props: NumberTickerProps;
42
42
  defaultComponent: "p";
43
43
  defaultRef: HTMLParagraphElement;
44
44
  stylesNames: NumberTickerStylesNames;
45
45
  vars: NumberTickerCssVariables;
46
- }> & import("@mantine/core/lib/core/factory/polymorphic-factory").PolymorphicComponentWithProps<{
46
+ }> & import("@mantine/core").PolymorphicComponentWithProps<{
47
47
  props: NumberTickerProps;
48
48
  defaultComponent: "p";
49
49
  defaultRef: HTMLParagraphElement;
@@ -72,19 +72,19 @@ export declare const Spinner: (<C = "div">(props: import("@mantine/core").Polymo
72
72
  }) | (SpinnerProps & {
73
73
  component: React.ElementType;
74
74
  renderRoot?: (props: Record<string, any>) => any;
75
- })>, never> & import("@mantine/core/lib/core/factory/factory").ThemeExtend<{
75
+ })>, never> & import("@mantine/core").ThemeExtend<{
76
76
  props: SpinnerProps;
77
77
  defaultComponent: "div";
78
78
  defaultRef: HTMLDivElement;
79
79
  stylesNames: SpinnerStylesNames;
80
80
  vars: SpinnerCssVariables;
81
- }> & import("@mantine/core/lib/core/factory/factory").ComponentClasses<{
81
+ }> & import("@mantine/core").ComponentClasses<{
82
82
  props: SpinnerProps;
83
83
  defaultComponent: "div";
84
84
  defaultRef: HTMLDivElement;
85
85
  stylesNames: SpinnerStylesNames;
86
86
  vars: SpinnerCssVariables;
87
- }> & import("@mantine/core/lib/core/factory/polymorphic-factory").PolymorphicComponentWithProps<{
87
+ }> & import("@mantine/core").PolymorphicComponentWithProps<{
88
88
  props: SpinnerProps;
89
89
  defaultComponent: "div";
90
90
  defaultRef: HTMLDivElement;
@@ -130,7 +130,7 @@ export declare const TextAnimate: (<C = "p">(props: import("@mantine/core").Poly
130
130
  }) | (TextAnimateProps & {
131
131
  component: React.ElementType;
132
132
  renderRoot?: (props: Record<string, any>) => any;
133
- })>, never> & import("@mantine/core/lib/core/factory/factory").ThemeExtend<{
133
+ })>, never> & import("@mantine/core").ThemeExtend<{
134
134
  props: TextAnimateProps;
135
135
  defaultComponent: "p";
136
136
  defaultRef: HTMLParagraphElement;
@@ -143,7 +143,7 @@ export declare const TextAnimate: (<C = "p">(props: import("@mantine/core").Poly
143
143
  NumberTicker: typeof NumberTicker;
144
144
  TextTicker: typeof TextTicker;
145
145
  };
146
- }> & import("@mantine/core/lib/core/factory/factory").ComponentClasses<{
146
+ }> & import("@mantine/core").ComponentClasses<{
147
147
  props: TextAnimateProps;
148
148
  defaultComponent: "p";
149
149
  defaultRef: HTMLParagraphElement;
@@ -156,7 +156,7 @@ export declare const TextAnimate: (<C = "p">(props: import("@mantine/core").Poly
156
156
  NumberTicker: typeof NumberTicker;
157
157
  TextTicker: typeof TextTicker;
158
158
  };
159
- }> & import("@mantine/core/lib/core/factory/polymorphic-factory").PolymorphicComponentWithProps<{
159
+ }> & import("@mantine/core").PolymorphicComponentWithProps<{
160
160
  props: TextAnimateProps;
161
161
  defaultComponent: "p";
162
162
  defaultRef: HTMLParagraphElement;
@@ -28,19 +28,19 @@ export declare const TextTicker: (<C = "p">(props: import("@mantine/core").Polym
28
28
  }) | (TextTickerProps & {
29
29
  component: React.ElementType;
30
30
  renderRoot?: (props: Record<string, any>) => any;
31
- })>, never> & import("@mantine/core/lib/core/factory/factory").ThemeExtend<{
31
+ })>, never> & import("@mantine/core").ThemeExtend<{
32
32
  props: TextTickerProps;
33
33
  defaultComponent: "p";
34
34
  defaultRef: HTMLParagraphElement;
35
35
  stylesNames: TextTickerStylesNames;
36
36
  vars: TextTickerCssVariables;
37
- }> & import("@mantine/core/lib/core/factory/factory").ComponentClasses<{
37
+ }> & import("@mantine/core").ComponentClasses<{
38
38
  props: TextTickerProps;
39
39
  defaultComponent: "p";
40
40
  defaultRef: HTMLParagraphElement;
41
41
  stylesNames: TextTickerStylesNames;
42
42
  vars: TextTickerCssVariables;
43
- }> & import("@mantine/core/lib/core/factory/polymorphic-factory").PolymorphicComponentWithProps<{
43
+ }> & import("@mantine/core").PolymorphicComponentWithProps<{
44
44
  props: TextTickerProps;
45
45
  defaultComponent: "p";
46
46
  defaultRef: HTMLParagraphElement;
@@ -46,19 +46,19 @@ export declare const Typewriter: (<C = "p">(props: import("@mantine/core").Polym
46
46
  }) | (TypewriterProps & {
47
47
  component: React.ElementType;
48
48
  renderRoot?: (props: Record<string, any>) => any;
49
- })>, never> & import("@mantine/core/lib/core/factory/factory").ThemeExtend<{
49
+ })>, never> & import("@mantine/core").ThemeExtend<{
50
50
  props: TypewriterProps;
51
51
  defaultComponent: "p";
52
52
  defaultRef: HTMLParagraphElement;
53
53
  stylesNames: TypewriterStylesNames;
54
54
  vars: TypewriterCssVariables;
55
- }> & import("@mantine/core/lib/core/factory/factory").ComponentClasses<{
55
+ }> & import("@mantine/core").ComponentClasses<{
56
56
  props: TypewriterProps;
57
57
  defaultComponent: "p";
58
58
  defaultRef: HTMLParagraphElement;
59
59
  stylesNames: TypewriterStylesNames;
60
60
  vars: TypewriterCssVariables;
61
- }> & import("@mantine/core/lib/core/factory/polymorphic-factory").PolymorphicComponentWithProps<{
61
+ }> & import("@mantine/core").PolymorphicComponentWithProps<{
62
62
  props: TypewriterProps;
63
63
  defaultComponent: "p";
64
64
  defaultRef: HTMLParagraphElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-text-animate",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "The TextAnimate component allows you to animate text with various effects.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-text-animate/",
6
6
  "packageManager": "yarn@4.0.1",