@m4l/graphics 0.0.15 → 0.0.19

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.
Files changed (83) hide show
  1. package/dist/commonjs.js +1 -0
  2. package/dist/components/Page/index.js +31 -0
  3. package/dist/components/ProgressBarStyle/index.js +34 -0
  4. package/dist/components/index.js +4 -1318
  5. package/dist/contexts/HostThemeContext/index.js +71 -0
  6. package/dist/contexts/LocalesContext/index.js +46 -0
  7. package/dist/contexts/index.js +3 -174
  8. package/dist/hooks/index.js +6 -40
  9. package/dist/hooks/useHostTheme/index.js +9 -0
  10. package/dist/hooks/useLocales/index.js +9 -0
  11. package/dist/hooks/useResponsive/index.js +26 -0
  12. package/dist/index.js +19 -1654
  13. package/dist/lib/components/Page/index.d.ts +3 -9
  14. package/dist/lib/components/Page/types.d.ts +7 -0
  15. package/dist/lib/components/{ProgressBar → ProgressBarStyle}/index.d.ts +0 -1
  16. package/dist/lib/components/index.d.ts +1 -6
  17. package/dist/lib/hooks/useHostTheme/index.d.ts +1 -0
  18. package/dist/lib/hooks/useLocales/index.d.ts +1 -0
  19. package/dist/lib/hooks/{useResponsive.d.ts → useResponsive/index.d.ts} +0 -0
  20. package/dist/lib/index.d.ts +0 -1
  21. package/dist/lib/theme/palette.d.ts +1 -2
  22. package/dist/react-helmet-async-invariant.js +19 -0
  23. package/dist/react-helmet-async-react-fast-compare.js +90 -0
  24. package/dist/react-helmet-async-shallowequal.js +32 -0
  25. package/dist/react-helmet-async.js +363 -0
  26. package/dist/theme/index.js +1553 -0
  27. package/dist/utils/index.js +91 -0
  28. package/package.json +3 -9
  29. package/dist/components/mui_extended/index.js +0 -53
  30. package/dist/layouts/index.js +0 -39
  31. package/dist/lib/components/CompanyLogo/index.d.ts +0 -3
  32. package/dist/lib/components/CompanyLogo/styles.d.ts +0 -5
  33. package/dist/lib/components/CompanyLogo/types.d.ts +0 -6
  34. package/dist/lib/components/Image/index.d.ts +0 -3
  35. package/dist/lib/components/Image/styles.d.ts +0 -5
  36. package/dist/lib/components/Image/types.d.ts +0 -19
  37. package/dist/lib/components/LanguagePopover/index.d.ts +0 -3
  38. package/dist/lib/components/LanguagePopover/types.d.ts +0 -3
  39. package/dist/lib/components/LinkWithRoute/index.d.ts +0 -3
  40. package/dist/lib/components/LinkWithRoute/types.d.ts +0 -7
  41. package/dist/lib/components/Loadable/index.d.ts +0 -2
  42. package/dist/lib/components/Typography/index.d.ts +0 -3
  43. package/dist/lib/components/Typography/types.d.ts +0 -5
  44. package/dist/lib/components/animate/DialogAnimate.d.ts +0 -7
  45. package/dist/lib/components/animate/FabButtonAnimate.d.ts +0 -8
  46. package/dist/lib/components/animate/IconButtonAnimate/index.d.ts +0 -4
  47. package/dist/lib/components/animate/MotionContainer.d.ts +0 -10
  48. package/dist/lib/components/animate/MotionInView.d.ts +0 -9
  49. package/dist/lib/components/animate/MotionLazyContainer.d.ts +0 -6
  50. package/dist/lib/components/animate/TextAnimate.d.ts +0 -9
  51. package/dist/lib/components/animate/index.d.ts +0 -8
  52. package/dist/lib/components/animate/type.d.ts +0 -26
  53. package/dist/lib/components/animate/variants/actions.d.ts +0 -5
  54. package/dist/lib/components/animate/variants/background.d.ts +0 -104
  55. package/dist/lib/components/animate/variants/bounce.d.ts +0 -136
  56. package/dist/lib/components/animate/variants/container.d.ts +0 -19
  57. package/dist/lib/components/animate/variants/fade.d.ts +0 -217
  58. package/dist/lib/components/animate/variants/flip.d.ts +0 -75
  59. package/dist/lib/components/animate/variants/index.d.ts +0 -12
  60. package/dist/lib/components/animate/variants/path.d.ts +0 -14
  61. package/dist/lib/components/animate/variants/rotate.d.ts +0 -39
  62. package/dist/lib/components/animate/variants/scale.d.ts +0 -75
  63. package/dist/lib/components/animate/variants/slide.d.ts +0 -155
  64. package/dist/lib/components/animate/variants/transition.d.ts +0 -13
  65. package/dist/lib/components/animate/variants/zoom.d.ts +0 -199
  66. package/dist/lib/components/mui_extended/LoadingButton/index.d.ts +0 -3
  67. package/dist/lib/components/mui_extended/LoadingButton/skeleton.d.ts +0 -2
  68. package/dist/lib/components/mui_extended/LoadingButton/styles.d.ts +0 -2
  69. package/dist/lib/components/mui_extended/LoadingButton/types.d.ts +0 -5
  70. package/dist/lib/components/mui_extended/Typography/index.d.ts +0 -3
  71. package/dist/lib/components/mui_extended/Typography/types.d.ts +0 -5
  72. package/dist/lib/components/mui_extended/index.d.ts +0 -37
  73. package/dist/lib/hooks/useHostTheme.d.ts +0 -1
  74. package/dist/lib/hooks/useLocales.d.ts +0 -1
  75. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/index.d.ts +0 -3
  76. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/styles.d.ts +0 -13
  77. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/types.d.ts +0 -4
  78. package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/index.d.ts +0 -5
  79. package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/types.d.ts +0 -12
  80. package/dist/lib/layouts/NoAuthModuleLayout/index.d.ts +0 -3
  81. package/dist/lib/layouts/NoAuthModuleLayout/types.d.ts +0 -11
  82. package/dist/lib/layouts/index.d.ts +0 -1
  83. package/dist/node_modules.js +0 -150
@@ -1,136 +0,0 @@
1
- import { VariantsType } from '../type';
2
- export declare const varBounce: (props?: VariantsType | undefined) => {
3
- in: {
4
- initial: {};
5
- animate: {
6
- scale: number[];
7
- opacity: number[];
8
- transition: {
9
- duration: number;
10
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
11
- };
12
- };
13
- exit: {
14
- scale: number[];
15
- opacity: number[];
16
- };
17
- };
18
- inUp: {
19
- initial: {};
20
- animate: {
21
- y: number[];
22
- scaleY: number[];
23
- opacity: number[];
24
- transition: {
25
- duration: number;
26
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
27
- };
28
- };
29
- exit: {
30
- y: number[];
31
- scaleY: number[];
32
- opacity: number[];
33
- transition: {
34
- duration: number;
35
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
36
- };
37
- };
38
- };
39
- inDown: {
40
- initial: {};
41
- animate: {
42
- y: number[];
43
- scaleY: number[];
44
- opacity: number[];
45
- transition: {
46
- duration: number;
47
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
48
- };
49
- };
50
- exit: {
51
- y: number[];
52
- scaleY: number[];
53
- opacity: number[];
54
- transition: {
55
- duration: number;
56
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
57
- };
58
- };
59
- };
60
- inLeft: {
61
- initial: {};
62
- animate: {
63
- x: number[];
64
- scaleX: number[];
65
- opacity: number[];
66
- transition: {
67
- duration: number;
68
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
69
- };
70
- };
71
- exit: {
72
- x: number[];
73
- scaleX: number[];
74
- opacity: number[];
75
- transition: {
76
- duration: number;
77
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
78
- };
79
- };
80
- };
81
- inRight: {
82
- initial: {};
83
- animate: {
84
- x: number[];
85
- scaleX: number[];
86
- opacity: number[];
87
- transition: {
88
- duration: number;
89
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
90
- };
91
- };
92
- exit: {
93
- x: number[];
94
- scaleX: number[];
95
- opacity: number[];
96
- transition: {
97
- duration: number;
98
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
99
- };
100
- };
101
- };
102
- out: {
103
- animate: {
104
- scale: number[];
105
- opacity: number[];
106
- };
107
- };
108
- outUp: {
109
- animate: {
110
- y: number[];
111
- scaleY: number[];
112
- opacity: number[];
113
- };
114
- };
115
- outDown: {
116
- animate: {
117
- y: number[];
118
- scaleY: number[];
119
- opacity: number[];
120
- };
121
- };
122
- outLeft: {
123
- animate: {
124
- x: number[];
125
- scaleX: number[];
126
- opacity: number[];
127
- };
128
- };
129
- outRight: {
130
- animate: {
131
- x: number[];
132
- scaleX: number[];
133
- opacity: number[];
134
- };
135
- };
136
- };
@@ -1,19 +0,0 @@
1
- export declare type Props = {
2
- staggerIn?: number;
3
- delayIn?: number;
4
- staggerOut?: number;
5
- };
6
- export declare const varContainer: (props?: Props | undefined) => {
7
- animate: {
8
- transition: {
9
- staggerChildren: number;
10
- delayChildren: number;
11
- };
12
- };
13
- exit: {
14
- transition: {
15
- staggerChildren: number;
16
- staggerDirection: number;
17
- };
18
- };
19
- };
@@ -1,217 +0,0 @@
1
- import { VariantsType } from '../type';
2
- export declare const varFade: (props?: VariantsType | undefined) => {
3
- in: {
4
- initial: {
5
- opacity: number;
6
- };
7
- animate: {
8
- opacity: number;
9
- transition: (props?: import("../type").TranEnterType | undefined) => {
10
- duration: number;
11
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
12
- };
13
- };
14
- exit: {
15
- opacity: number;
16
- transition: (props?: import("../type").TranExitType | undefined) => {
17
- duration: number;
18
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
19
- };
20
- };
21
- };
22
- inUp: {
23
- initial: {
24
- y: number;
25
- opacity: number;
26
- };
27
- animate: {
28
- y: number;
29
- opacity: number;
30
- transition: {
31
- duration: number;
32
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
33
- };
34
- };
35
- exit: {
36
- y: number;
37
- opacity: number;
38
- transition: {
39
- duration: number;
40
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
41
- };
42
- };
43
- };
44
- inDown: {
45
- initial: {
46
- y: number;
47
- opacity: number;
48
- };
49
- animate: {
50
- y: number;
51
- opacity: number;
52
- transition: {
53
- duration: number;
54
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
55
- };
56
- };
57
- exit: {
58
- y: number;
59
- opacity: number;
60
- transition: {
61
- duration: number;
62
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
63
- };
64
- };
65
- };
66
- inLeft: {
67
- initial: {
68
- x: number;
69
- opacity: number;
70
- };
71
- animate: {
72
- x: number;
73
- opacity: number;
74
- transition: {
75
- duration: number;
76
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
77
- };
78
- };
79
- exit: {
80
- x: number;
81
- opacity: number;
82
- transition: {
83
- duration: number;
84
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
85
- };
86
- };
87
- };
88
- inRight: {
89
- initial: {
90
- x: number;
91
- opacity: number;
92
- };
93
- animate: {
94
- x: number;
95
- opacity: number;
96
- transition: {
97
- duration: number;
98
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
99
- };
100
- };
101
- exit: {
102
- x: number;
103
- opacity: number;
104
- transition: {
105
- duration: number;
106
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
107
- };
108
- };
109
- };
110
- out: {
111
- initial: {
112
- opacity: number;
113
- };
114
- animate: {
115
- opacity: number;
116
- transition: {
117
- duration: number;
118
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
119
- };
120
- };
121
- exit: {
122
- opacity: number;
123
- transition: {
124
- duration: number;
125
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
126
- };
127
- };
128
- };
129
- outUp: {
130
- initial: {
131
- y: number;
132
- opacity: number;
133
- };
134
- animate: {
135
- y: number;
136
- opacity: number;
137
- transition: {
138
- duration: number;
139
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
140
- };
141
- };
142
- exit: {
143
- y: number;
144
- opacity: number;
145
- transition: {
146
- duration: number;
147
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
148
- };
149
- };
150
- };
151
- outDown: {
152
- initial: {
153
- y: number;
154
- opacity: number;
155
- };
156
- animate: {
157
- y: number;
158
- opacity: number;
159
- transition: {
160
- duration: number;
161
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
162
- };
163
- };
164
- exit: {
165
- y: number;
166
- opacity: number;
167
- transition: {
168
- duration: number;
169
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
170
- };
171
- };
172
- };
173
- outLeft: {
174
- initial: {
175
- x: number;
176
- opacity: number;
177
- };
178
- animate: {
179
- x: number;
180
- opacity: number;
181
- transition: {
182
- duration: number;
183
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
184
- };
185
- };
186
- exit: {
187
- x: number;
188
- opacity: number;
189
- transition: {
190
- duration: number;
191
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
192
- };
193
- };
194
- };
195
- outRight: {
196
- initial: {
197
- x: number;
198
- opacity: number;
199
- };
200
- animate: {
201
- x: number;
202
- opacity: number;
203
- transition: {
204
- duration: number;
205
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
206
- };
207
- };
208
- exit: {
209
- x: number;
210
- opacity: number;
211
- transition: {
212
- duration: number;
213
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
214
- };
215
- };
216
- };
217
- };
@@ -1,75 +0,0 @@
1
- import { VariantsType } from '../type';
2
- export declare const varFlip: (props?: VariantsType | undefined) => {
3
- inX: {
4
- initial: {
5
- rotateX: number;
6
- opacity: number;
7
- };
8
- animate: {
9
- rotateX: number;
10
- opacity: number;
11
- transition: {
12
- duration: number;
13
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
14
- };
15
- };
16
- exit: {
17
- rotateX: number;
18
- opacity: number;
19
- transition: {
20
- duration: number;
21
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
22
- };
23
- };
24
- };
25
- inY: {
26
- initial: {
27
- rotateY: number;
28
- opacity: number;
29
- };
30
- animate: {
31
- rotateY: number;
32
- opacity: number;
33
- transition: {
34
- duration: number;
35
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
36
- };
37
- };
38
- exit: {
39
- rotateY: number;
40
- opacity: number;
41
- transition: {
42
- duration: number;
43
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
44
- };
45
- };
46
- };
47
- outX: {
48
- initial: {
49
- rotateX: number;
50
- opacity: number;
51
- };
52
- animate: {
53
- rotateX: number;
54
- opacity: number;
55
- transition: {
56
- duration: number;
57
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
58
- };
59
- };
60
- };
61
- outY: {
62
- initial: {
63
- rotateY: number;
64
- opacity: number;
65
- };
66
- animate: {
67
- rotateY: number;
68
- opacity: number;
69
- transition: {
70
- duration: number;
71
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
72
- };
73
- };
74
- };
75
- };
@@ -1,12 +0,0 @@
1
- export * from './path';
2
- export * from './fade';
3
- export * from './zoom';
4
- export * from './flip';
5
- export * from './slide';
6
- export * from './scale';
7
- export * from './bounce';
8
- export * from './rotate';
9
- export * from './actions';
10
- export * from './container';
11
- export * from './transition';
12
- export * from './background';
@@ -1,14 +0,0 @@
1
- export declare const TRANSITION: {
2
- duration: number;
3
- ease: number[];
4
- };
5
- export declare const varPath: {
6
- animate: {
7
- fillOpacity: number[];
8
- pathLength: number[];
9
- transition: {
10
- duration: number;
11
- ease: number[];
12
- };
13
- };
14
- };
@@ -1,39 +0,0 @@
1
- import { VariantsType } from '../type';
2
- export declare const varRotate: (props?: VariantsType | undefined) => {
3
- in: {
4
- initial: {
5
- opacity: number;
6
- rotate: number;
7
- };
8
- animate: {
9
- opacity: number;
10
- rotate: number;
11
- transition: {
12
- duration: number;
13
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
14
- };
15
- };
16
- exit: {
17
- opacity: number;
18
- rotate: number;
19
- transition: {
20
- duration: number;
21
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
22
- };
23
- };
24
- };
25
- out: {
26
- initial: {
27
- opacity: number;
28
- rotate: number;
29
- };
30
- animate: {
31
- opacity: number;
32
- rotate: number;
33
- transition: {
34
- duration: number;
35
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
36
- };
37
- };
38
- };
39
- };
@@ -1,75 +0,0 @@
1
- import { VariantsType } from '../type';
2
- export declare const varScale: (props?: VariantsType | undefined) => {
3
- inX: {
4
- initial: {
5
- scaleX: number;
6
- opacity: number;
7
- };
8
- animate: {
9
- scaleX: number;
10
- opacity: number;
11
- transition: {
12
- duration: number;
13
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
14
- };
15
- };
16
- exit: {
17
- scaleX: number;
18
- opacity: number;
19
- transition: {
20
- duration: number;
21
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
22
- };
23
- };
24
- };
25
- inY: {
26
- initial: {
27
- scaleY: number;
28
- opacity: number;
29
- };
30
- animate: {
31
- scaleY: number;
32
- opacity: number;
33
- transition: {
34
- duration: number;
35
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
36
- };
37
- };
38
- exit: {
39
- scaleY: number;
40
- opacity: number;
41
- transition: {
42
- duration: number;
43
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
44
- };
45
- };
46
- };
47
- outX: {
48
- initial: {
49
- scaleX: number;
50
- opacity: number;
51
- };
52
- animate: {
53
- scaleX: number;
54
- opacity: number;
55
- transition: {
56
- duration: number;
57
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
58
- };
59
- };
60
- };
61
- outY: {
62
- initial: {
63
- scaleY: number;
64
- opacity: number;
65
- };
66
- animate: {
67
- scaleY: number;
68
- opacity: number;
69
- transition: {
70
- duration: number;
71
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
72
- };
73
- };
74
- };
75
- };