@zydon/common 2.2.93 → 2.2.94
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.
- package/dist/{chunk-O3BL3FHF.js → chunk-COWMZKQG.js} +1 -1
- package/dist/chunk-GUFT6XPG.js +6 -0
- package/dist/chunk-GZDLVT2F.js +18 -0
- package/dist/chunk-QATBLJCU.js +30 -0
- package/dist/chunk-RTC2Y2ZP.js +14 -0
- package/dist/components/Common/index.js +2 -2
- package/dist/components/animate/index.d.ts +91 -91
- package/dist/components/form/UploadAvatarWithCrop/index.js +2 -2
- package/dist/components/form/UploadWithCrop/index.js +2 -2
- package/dist/components/upload/index.d.ts +2 -2
- package/dist/components/upload/index.js +5 -5
- package/dist/locales/all-langs.js +1 -1
- package/dist/theme/theme-provider.js +2 -2
- package/dist/types/upload.d.ts +1 -0
- package/package.json +3 -1
- package/dist/chunk-27RR6VNZ.js +0 -18
- package/dist/chunk-F6QH2HAT.js +0 -14
- package/dist/chunk-HDVCJ6AT.js +0 -28
- package/dist/chunk-ZVXT3QOF.js +0 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import * as framer_motion from 'framer-motion';
|
|
3
2
|
import { MotionProps, Easing } from 'framer-motion';
|
|
4
3
|
export { AnimatePresence, m, useMotionValueEvent, useScroll } from 'framer-motion';
|
|
5
4
|
import { BoxProps } from '@mui/material/Box';
|
|
5
|
+
import * as motion_dom from 'motion-dom';
|
|
6
6
|
|
|
7
7
|
type MotionContainerProps = BoxProps & MotionProps & {
|
|
8
8
|
animate?: boolean;
|
|
@@ -54,7 +54,7 @@ declare const varBgColor: (props?: BackgroundType) => {
|
|
|
54
54
|
background: string[];
|
|
55
55
|
transition: {
|
|
56
56
|
duration: number;
|
|
57
|
-
ease:
|
|
57
|
+
ease: motion_dom.Easing;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
};
|
|
@@ -66,7 +66,7 @@ declare const varBgKenburns: (props?: BackgroundType) => {
|
|
|
66
66
|
transformOrigin: string[];
|
|
67
67
|
transition: {
|
|
68
68
|
duration: number;
|
|
69
|
-
ease:
|
|
69
|
+
ease: motion_dom.Easing;
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
72
|
};
|
|
@@ -77,7 +77,7 @@ declare const varBgKenburns: (props?: BackgroundType) => {
|
|
|
77
77
|
transformOrigin: string[];
|
|
78
78
|
transition: {
|
|
79
79
|
duration: number;
|
|
80
|
-
ease:
|
|
80
|
+
ease: motion_dom.Easing;
|
|
81
81
|
};
|
|
82
82
|
};
|
|
83
83
|
};
|
|
@@ -89,7 +89,7 @@ declare const varBgKenburns: (props?: BackgroundType) => {
|
|
|
89
89
|
transformOrigin: string[];
|
|
90
90
|
transition: {
|
|
91
91
|
duration: number;
|
|
92
|
-
ease:
|
|
92
|
+
ease: motion_dom.Easing;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
95
|
};
|
|
@@ -101,7 +101,7 @@ declare const varBgKenburns: (props?: BackgroundType) => {
|
|
|
101
101
|
transformOrigin: string[];
|
|
102
102
|
transition: {
|
|
103
103
|
duration: number;
|
|
104
|
-
ease:
|
|
104
|
+
ease: motion_dom.Easing;
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
107
|
};
|
|
@@ -114,7 +114,7 @@ declare const varBgPan: (props?: BackgroundType) => {
|
|
|
114
114
|
backgroundSize: string[];
|
|
115
115
|
transition: {
|
|
116
116
|
duration: number;
|
|
117
|
-
ease:
|
|
117
|
+
ease: motion_dom.Easing;
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
120
|
};
|
|
@@ -125,7 +125,7 @@ declare const varBgPan: (props?: BackgroundType) => {
|
|
|
125
125
|
backgroundSize: string[];
|
|
126
126
|
transition: {
|
|
127
127
|
duration: number;
|
|
128
|
-
ease:
|
|
128
|
+
ease: motion_dom.Easing;
|
|
129
129
|
};
|
|
130
130
|
};
|
|
131
131
|
};
|
|
@@ -136,7 +136,7 @@ declare const varBgPan: (props?: BackgroundType) => {
|
|
|
136
136
|
backgroundSize: string[];
|
|
137
137
|
transition: {
|
|
138
138
|
duration: number;
|
|
139
|
-
ease:
|
|
139
|
+
ease: motion_dom.Easing;
|
|
140
140
|
};
|
|
141
141
|
};
|
|
142
142
|
};
|
|
@@ -147,7 +147,7 @@ declare const varBgPan: (props?: BackgroundType) => {
|
|
|
147
147
|
backgroundSize: string[];
|
|
148
148
|
transition: {
|
|
149
149
|
duration: number;
|
|
150
|
-
ease:
|
|
150
|
+
ease: motion_dom.Easing;
|
|
151
151
|
};
|
|
152
152
|
};
|
|
153
153
|
};
|
|
@@ -161,7 +161,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
161
161
|
opacity: number[];
|
|
162
162
|
transition: {
|
|
163
163
|
duration: number;
|
|
164
|
-
ease:
|
|
164
|
+
ease: motion_dom.Easing;
|
|
165
165
|
};
|
|
166
166
|
};
|
|
167
167
|
exit: {
|
|
@@ -177,7 +177,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
177
177
|
opacity: number[];
|
|
178
178
|
transition: {
|
|
179
179
|
duration: number;
|
|
180
|
-
ease:
|
|
180
|
+
ease: motion_dom.Easing;
|
|
181
181
|
};
|
|
182
182
|
};
|
|
183
183
|
exit: {
|
|
@@ -186,7 +186,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
186
186
|
opacity: number[];
|
|
187
187
|
transition: {
|
|
188
188
|
duration: number;
|
|
189
|
-
ease:
|
|
189
|
+
ease: motion_dom.Easing;
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
};
|
|
@@ -198,7 +198,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
198
198
|
opacity: number[];
|
|
199
199
|
transition: {
|
|
200
200
|
duration: number;
|
|
201
|
-
ease:
|
|
201
|
+
ease: motion_dom.Easing;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
204
|
exit: {
|
|
@@ -207,7 +207,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
207
207
|
opacity: number[];
|
|
208
208
|
transition: {
|
|
209
209
|
duration: number;
|
|
210
|
-
ease:
|
|
210
|
+
ease: motion_dom.Easing;
|
|
211
211
|
};
|
|
212
212
|
};
|
|
213
213
|
};
|
|
@@ -219,7 +219,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
219
219
|
opacity: number[];
|
|
220
220
|
transition: {
|
|
221
221
|
duration: number;
|
|
222
|
-
ease:
|
|
222
|
+
ease: motion_dom.Easing;
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
225
|
exit: {
|
|
@@ -228,7 +228,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
228
228
|
opacity: number[];
|
|
229
229
|
transition: {
|
|
230
230
|
duration: number;
|
|
231
|
-
ease:
|
|
231
|
+
ease: motion_dom.Easing;
|
|
232
232
|
};
|
|
233
233
|
};
|
|
234
234
|
};
|
|
@@ -240,7 +240,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
240
240
|
opacity: number[];
|
|
241
241
|
transition: {
|
|
242
242
|
duration: number;
|
|
243
|
-
ease:
|
|
243
|
+
ease: motion_dom.Easing;
|
|
244
244
|
};
|
|
245
245
|
};
|
|
246
246
|
exit: {
|
|
@@ -249,7 +249,7 @@ declare const varBounce: (props?: VariantsType) => {
|
|
|
249
249
|
opacity: number[];
|
|
250
250
|
transition: {
|
|
251
251
|
duration: number;
|
|
252
|
-
ease:
|
|
252
|
+
ease: motion_dom.Easing;
|
|
253
253
|
};
|
|
254
254
|
};
|
|
255
255
|
};
|
|
@@ -318,14 +318,14 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
318
318
|
opacity: number;
|
|
319
319
|
transition: (props?: TranEnterType | undefined) => {
|
|
320
320
|
duration: number;
|
|
321
|
-
ease:
|
|
321
|
+
ease: motion_dom.Easing;
|
|
322
322
|
};
|
|
323
323
|
};
|
|
324
324
|
exit: {
|
|
325
325
|
opacity: number;
|
|
326
326
|
transition: (props?: TranExitType | undefined) => {
|
|
327
327
|
duration: number;
|
|
328
|
-
ease:
|
|
328
|
+
ease: motion_dom.Easing;
|
|
329
329
|
};
|
|
330
330
|
};
|
|
331
331
|
};
|
|
@@ -339,7 +339,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
339
339
|
opacity: number;
|
|
340
340
|
transition: {
|
|
341
341
|
duration: number;
|
|
342
|
-
ease:
|
|
342
|
+
ease: motion_dom.Easing;
|
|
343
343
|
};
|
|
344
344
|
};
|
|
345
345
|
exit: {
|
|
@@ -347,7 +347,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
347
347
|
opacity: number;
|
|
348
348
|
transition: {
|
|
349
349
|
duration: number;
|
|
350
|
-
ease:
|
|
350
|
+
ease: motion_dom.Easing;
|
|
351
351
|
};
|
|
352
352
|
};
|
|
353
353
|
};
|
|
@@ -361,7 +361,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
361
361
|
opacity: number;
|
|
362
362
|
transition: {
|
|
363
363
|
duration: number;
|
|
364
|
-
ease:
|
|
364
|
+
ease: motion_dom.Easing;
|
|
365
365
|
};
|
|
366
366
|
};
|
|
367
367
|
exit: {
|
|
@@ -369,7 +369,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
369
369
|
opacity: number;
|
|
370
370
|
transition: {
|
|
371
371
|
duration: number;
|
|
372
|
-
ease:
|
|
372
|
+
ease: motion_dom.Easing;
|
|
373
373
|
};
|
|
374
374
|
};
|
|
375
375
|
};
|
|
@@ -383,7 +383,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
383
383
|
opacity: number;
|
|
384
384
|
transition: {
|
|
385
385
|
duration: number;
|
|
386
|
-
ease:
|
|
386
|
+
ease: motion_dom.Easing;
|
|
387
387
|
};
|
|
388
388
|
};
|
|
389
389
|
exit: {
|
|
@@ -391,7 +391,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
391
391
|
opacity: number;
|
|
392
392
|
transition: {
|
|
393
393
|
duration: number;
|
|
394
|
-
ease:
|
|
394
|
+
ease: motion_dom.Easing;
|
|
395
395
|
};
|
|
396
396
|
};
|
|
397
397
|
};
|
|
@@ -405,7 +405,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
405
405
|
opacity: number;
|
|
406
406
|
transition: {
|
|
407
407
|
duration: number;
|
|
408
|
-
ease:
|
|
408
|
+
ease: motion_dom.Easing;
|
|
409
409
|
};
|
|
410
410
|
};
|
|
411
411
|
exit: {
|
|
@@ -413,7 +413,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
413
413
|
opacity: number;
|
|
414
414
|
transition: {
|
|
415
415
|
duration: number;
|
|
416
|
-
ease:
|
|
416
|
+
ease: motion_dom.Easing;
|
|
417
417
|
};
|
|
418
418
|
};
|
|
419
419
|
};
|
|
@@ -425,14 +425,14 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
425
425
|
opacity: number;
|
|
426
426
|
transition: {
|
|
427
427
|
duration: number;
|
|
428
|
-
ease:
|
|
428
|
+
ease: motion_dom.Easing;
|
|
429
429
|
};
|
|
430
430
|
};
|
|
431
431
|
exit: {
|
|
432
432
|
opacity: number;
|
|
433
433
|
transition: {
|
|
434
434
|
duration: number;
|
|
435
|
-
ease:
|
|
435
|
+
ease: motion_dom.Easing;
|
|
436
436
|
};
|
|
437
437
|
};
|
|
438
438
|
};
|
|
@@ -446,7 +446,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
446
446
|
opacity: number;
|
|
447
447
|
transition: {
|
|
448
448
|
duration: number;
|
|
449
|
-
ease:
|
|
449
|
+
ease: motion_dom.Easing;
|
|
450
450
|
};
|
|
451
451
|
};
|
|
452
452
|
exit: {
|
|
@@ -454,7 +454,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
454
454
|
opacity: number;
|
|
455
455
|
transition: {
|
|
456
456
|
duration: number;
|
|
457
|
-
ease:
|
|
457
|
+
ease: motion_dom.Easing;
|
|
458
458
|
};
|
|
459
459
|
};
|
|
460
460
|
};
|
|
@@ -468,7 +468,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
468
468
|
opacity: number;
|
|
469
469
|
transition: {
|
|
470
470
|
duration: number;
|
|
471
|
-
ease:
|
|
471
|
+
ease: motion_dom.Easing;
|
|
472
472
|
};
|
|
473
473
|
};
|
|
474
474
|
exit: {
|
|
@@ -476,7 +476,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
476
476
|
opacity: number;
|
|
477
477
|
transition: {
|
|
478
478
|
duration: number;
|
|
479
|
-
ease:
|
|
479
|
+
ease: motion_dom.Easing;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
482
482
|
};
|
|
@@ -490,7 +490,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
490
490
|
opacity: number;
|
|
491
491
|
transition: {
|
|
492
492
|
duration: number;
|
|
493
|
-
ease:
|
|
493
|
+
ease: motion_dom.Easing;
|
|
494
494
|
};
|
|
495
495
|
};
|
|
496
496
|
exit: {
|
|
@@ -498,7 +498,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
498
498
|
opacity: number;
|
|
499
499
|
transition: {
|
|
500
500
|
duration: number;
|
|
501
|
-
ease:
|
|
501
|
+
ease: motion_dom.Easing;
|
|
502
502
|
};
|
|
503
503
|
};
|
|
504
504
|
};
|
|
@@ -512,7 +512,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
512
512
|
opacity: number;
|
|
513
513
|
transition: {
|
|
514
514
|
duration: number;
|
|
515
|
-
ease:
|
|
515
|
+
ease: motion_dom.Easing;
|
|
516
516
|
};
|
|
517
517
|
};
|
|
518
518
|
exit: {
|
|
@@ -520,7 +520,7 @@ declare const varFade: (props?: VariantsType) => {
|
|
|
520
520
|
opacity: number;
|
|
521
521
|
transition: {
|
|
522
522
|
duration: number;
|
|
523
|
-
ease:
|
|
523
|
+
ease: motion_dom.Easing;
|
|
524
524
|
};
|
|
525
525
|
};
|
|
526
526
|
};
|
|
@@ -537,7 +537,7 @@ declare const varFlip: (props?: VariantsType) => {
|
|
|
537
537
|
opacity: number;
|
|
538
538
|
transition: {
|
|
539
539
|
duration: number;
|
|
540
|
-
ease:
|
|
540
|
+
ease: motion_dom.Easing;
|
|
541
541
|
};
|
|
542
542
|
};
|
|
543
543
|
exit: {
|
|
@@ -545,7 +545,7 @@ declare const varFlip: (props?: VariantsType) => {
|
|
|
545
545
|
opacity: number;
|
|
546
546
|
transition: {
|
|
547
547
|
duration: number;
|
|
548
|
-
ease:
|
|
548
|
+
ease: motion_dom.Easing;
|
|
549
549
|
};
|
|
550
550
|
};
|
|
551
551
|
};
|
|
@@ -559,7 +559,7 @@ declare const varFlip: (props?: VariantsType) => {
|
|
|
559
559
|
opacity: number;
|
|
560
560
|
transition: {
|
|
561
561
|
duration: number;
|
|
562
|
-
ease:
|
|
562
|
+
ease: motion_dom.Easing;
|
|
563
563
|
};
|
|
564
564
|
};
|
|
565
565
|
exit: {
|
|
@@ -567,7 +567,7 @@ declare const varFlip: (props?: VariantsType) => {
|
|
|
567
567
|
opacity: number;
|
|
568
568
|
transition: {
|
|
569
569
|
duration: number;
|
|
570
|
-
ease:
|
|
570
|
+
ease: motion_dom.Easing;
|
|
571
571
|
};
|
|
572
572
|
};
|
|
573
573
|
};
|
|
@@ -581,7 +581,7 @@ declare const varFlip: (props?: VariantsType) => {
|
|
|
581
581
|
opacity: number;
|
|
582
582
|
transition: {
|
|
583
583
|
duration: number;
|
|
584
|
-
ease:
|
|
584
|
+
ease: motion_dom.Easing;
|
|
585
585
|
};
|
|
586
586
|
};
|
|
587
587
|
};
|
|
@@ -595,7 +595,7 @@ declare const varFlip: (props?: VariantsType) => {
|
|
|
595
595
|
opacity: number;
|
|
596
596
|
transition: {
|
|
597
597
|
duration: number;
|
|
598
|
-
ease:
|
|
598
|
+
ease: motion_dom.Easing;
|
|
599
599
|
};
|
|
600
600
|
};
|
|
601
601
|
};
|
|
@@ -627,7 +627,7 @@ declare const varRotate: (props?: VariantsType) => {
|
|
|
627
627
|
rotate: number;
|
|
628
628
|
transition: {
|
|
629
629
|
duration: number;
|
|
630
|
-
ease:
|
|
630
|
+
ease: motion_dom.Easing;
|
|
631
631
|
};
|
|
632
632
|
};
|
|
633
633
|
exit: {
|
|
@@ -635,7 +635,7 @@ declare const varRotate: (props?: VariantsType) => {
|
|
|
635
635
|
rotate: number;
|
|
636
636
|
transition: {
|
|
637
637
|
duration: number;
|
|
638
|
-
ease:
|
|
638
|
+
ease: motion_dom.Easing;
|
|
639
639
|
};
|
|
640
640
|
};
|
|
641
641
|
};
|
|
@@ -649,7 +649,7 @@ declare const varRotate: (props?: VariantsType) => {
|
|
|
649
649
|
rotate: number;
|
|
650
650
|
transition: {
|
|
651
651
|
duration: number;
|
|
652
|
-
ease:
|
|
652
|
+
ease: motion_dom.Easing;
|
|
653
653
|
};
|
|
654
654
|
};
|
|
655
655
|
};
|
|
@@ -666,7 +666,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
666
666
|
opacity: number;
|
|
667
667
|
transition: {
|
|
668
668
|
duration: number;
|
|
669
|
-
ease:
|
|
669
|
+
ease: motion_dom.Easing;
|
|
670
670
|
};
|
|
671
671
|
};
|
|
672
672
|
exit: {
|
|
@@ -674,7 +674,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
674
674
|
opacity: number;
|
|
675
675
|
transition: {
|
|
676
676
|
duration: number;
|
|
677
|
-
ease:
|
|
677
|
+
ease: motion_dom.Easing;
|
|
678
678
|
};
|
|
679
679
|
};
|
|
680
680
|
};
|
|
@@ -688,7 +688,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
688
688
|
opacity: number;
|
|
689
689
|
transition: {
|
|
690
690
|
duration: number;
|
|
691
|
-
ease:
|
|
691
|
+
ease: motion_dom.Easing;
|
|
692
692
|
};
|
|
693
693
|
};
|
|
694
694
|
exit: {
|
|
@@ -696,7 +696,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
696
696
|
opacity: number;
|
|
697
697
|
transition: {
|
|
698
698
|
duration: number;
|
|
699
|
-
ease:
|
|
699
|
+
ease: motion_dom.Easing;
|
|
700
700
|
};
|
|
701
701
|
};
|
|
702
702
|
};
|
|
@@ -710,7 +710,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
710
710
|
opacity: number;
|
|
711
711
|
transition: {
|
|
712
712
|
duration: number;
|
|
713
|
-
ease:
|
|
713
|
+
ease: motion_dom.Easing;
|
|
714
714
|
};
|
|
715
715
|
};
|
|
716
716
|
exit: {
|
|
@@ -718,7 +718,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
718
718
|
opacity: number;
|
|
719
719
|
transition: {
|
|
720
720
|
duration: number;
|
|
721
|
-
ease:
|
|
721
|
+
ease: motion_dom.Easing;
|
|
722
722
|
};
|
|
723
723
|
};
|
|
724
724
|
};
|
|
@@ -732,7 +732,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
732
732
|
opacity: number;
|
|
733
733
|
transition: {
|
|
734
734
|
duration: number;
|
|
735
|
-
ease:
|
|
735
|
+
ease: motion_dom.Easing;
|
|
736
736
|
};
|
|
737
737
|
};
|
|
738
738
|
};
|
|
@@ -746,7 +746,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
746
746
|
opacity: number;
|
|
747
747
|
transition: {
|
|
748
748
|
duration: number;
|
|
749
|
-
ease:
|
|
749
|
+
ease: motion_dom.Easing;
|
|
750
750
|
};
|
|
751
751
|
};
|
|
752
752
|
};
|
|
@@ -760,7 +760,7 @@ declare const varScale: (props?: VariantsType) => {
|
|
|
760
760
|
opacity: number;
|
|
761
761
|
transition: {
|
|
762
762
|
duration: number;
|
|
763
|
-
ease:
|
|
763
|
+
ease: motion_dom.Easing;
|
|
764
764
|
};
|
|
765
765
|
};
|
|
766
766
|
};
|
|
@@ -775,14 +775,14 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
775
775
|
y: number;
|
|
776
776
|
transition: {
|
|
777
777
|
duration: number;
|
|
778
|
-
ease:
|
|
778
|
+
ease: motion_dom.Easing;
|
|
779
779
|
};
|
|
780
780
|
};
|
|
781
781
|
exit: {
|
|
782
782
|
y: number;
|
|
783
783
|
transition: {
|
|
784
784
|
duration: number;
|
|
785
|
-
ease:
|
|
785
|
+
ease: motion_dom.Easing;
|
|
786
786
|
};
|
|
787
787
|
};
|
|
788
788
|
};
|
|
@@ -794,14 +794,14 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
794
794
|
y: number;
|
|
795
795
|
transition: {
|
|
796
796
|
duration: number;
|
|
797
|
-
ease:
|
|
797
|
+
ease: motion_dom.Easing;
|
|
798
798
|
};
|
|
799
799
|
};
|
|
800
800
|
exit: {
|
|
801
801
|
y: number;
|
|
802
802
|
transition: {
|
|
803
803
|
duration: number;
|
|
804
|
-
ease:
|
|
804
|
+
ease: motion_dom.Easing;
|
|
805
805
|
};
|
|
806
806
|
};
|
|
807
807
|
};
|
|
@@ -813,14 +813,14 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
813
813
|
x: number;
|
|
814
814
|
transition: {
|
|
815
815
|
duration: number;
|
|
816
|
-
ease:
|
|
816
|
+
ease: motion_dom.Easing;
|
|
817
817
|
};
|
|
818
818
|
};
|
|
819
819
|
exit: {
|
|
820
820
|
x: number;
|
|
821
821
|
transition: {
|
|
822
822
|
duration: number;
|
|
823
|
-
ease:
|
|
823
|
+
ease: motion_dom.Easing;
|
|
824
824
|
};
|
|
825
825
|
};
|
|
826
826
|
};
|
|
@@ -832,14 +832,14 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
832
832
|
x: number;
|
|
833
833
|
transition: {
|
|
834
834
|
duration: number;
|
|
835
|
-
ease:
|
|
835
|
+
ease: motion_dom.Easing;
|
|
836
836
|
};
|
|
837
837
|
};
|
|
838
838
|
exit: {
|
|
839
839
|
x: number;
|
|
840
840
|
transition: {
|
|
841
841
|
duration: number;
|
|
842
|
-
ease:
|
|
842
|
+
ease: motion_dom.Easing;
|
|
843
843
|
};
|
|
844
844
|
};
|
|
845
845
|
};
|
|
@@ -851,14 +851,14 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
851
851
|
y: number;
|
|
852
852
|
transition: {
|
|
853
853
|
duration: number;
|
|
854
|
-
ease:
|
|
854
|
+
ease: motion_dom.Easing;
|
|
855
855
|
};
|
|
856
856
|
};
|
|
857
857
|
exit: {
|
|
858
858
|
y: number;
|
|
859
859
|
transition: {
|
|
860
860
|
duration: number;
|
|
861
|
-
ease:
|
|
861
|
+
ease: motion_dom.Easing;
|
|
862
862
|
};
|
|
863
863
|
};
|
|
864
864
|
};
|
|
@@ -870,14 +870,14 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
870
870
|
y: number;
|
|
871
871
|
transition: {
|
|
872
872
|
duration: number;
|
|
873
|
-
ease:
|
|
873
|
+
ease: motion_dom.Easing;
|
|
874
874
|
};
|
|
875
875
|
};
|
|
876
876
|
exit: {
|
|
877
877
|
y: number;
|
|
878
878
|
transition: {
|
|
879
879
|
duration: number;
|
|
880
|
-
ease:
|
|
880
|
+
ease: motion_dom.Easing;
|
|
881
881
|
};
|
|
882
882
|
};
|
|
883
883
|
};
|
|
@@ -889,14 +889,14 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
889
889
|
x: number;
|
|
890
890
|
transition: {
|
|
891
891
|
duration: number;
|
|
892
|
-
ease:
|
|
892
|
+
ease: motion_dom.Easing;
|
|
893
893
|
};
|
|
894
894
|
};
|
|
895
895
|
exit: {
|
|
896
896
|
x: number;
|
|
897
897
|
transition: {
|
|
898
898
|
duration: number;
|
|
899
|
-
ease:
|
|
899
|
+
ease: motion_dom.Easing;
|
|
900
900
|
};
|
|
901
901
|
};
|
|
902
902
|
};
|
|
@@ -908,14 +908,14 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
908
908
|
x: number;
|
|
909
909
|
transition: {
|
|
910
910
|
duration: number;
|
|
911
|
-
ease:
|
|
911
|
+
ease: motion_dom.Easing;
|
|
912
912
|
};
|
|
913
913
|
};
|
|
914
914
|
exit: {
|
|
915
915
|
x: number;
|
|
916
916
|
transition: {
|
|
917
917
|
duration: number;
|
|
918
|
-
ease:
|
|
918
|
+
ease: motion_dom.Easing;
|
|
919
919
|
};
|
|
920
920
|
};
|
|
921
921
|
};
|
|
@@ -923,15 +923,15 @@ declare const varSlide: (props?: VariantsType) => {
|
|
|
923
923
|
|
|
924
924
|
declare const varTranHover: (props?: TranHoverType) => {
|
|
925
925
|
duration: number;
|
|
926
|
-
ease:
|
|
926
|
+
ease: motion_dom.Easing;
|
|
927
927
|
};
|
|
928
928
|
declare const varTranEnter: (props?: TranEnterType) => {
|
|
929
929
|
duration: number;
|
|
930
|
-
ease:
|
|
930
|
+
ease: motion_dom.Easing;
|
|
931
931
|
};
|
|
932
932
|
declare const varTranExit: (props?: TranExitType) => {
|
|
933
933
|
duration: number;
|
|
934
|
-
ease:
|
|
934
|
+
ease: motion_dom.Easing;
|
|
935
935
|
};
|
|
936
936
|
|
|
937
937
|
declare const varZoom: (props?: VariantsType) => {
|
|
@@ -945,7 +945,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
945
945
|
opacity: number;
|
|
946
946
|
transition: {
|
|
947
947
|
duration: number;
|
|
948
|
-
ease:
|
|
948
|
+
ease: motion_dom.Easing;
|
|
949
949
|
};
|
|
950
950
|
};
|
|
951
951
|
exit: {
|
|
@@ -953,7 +953,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
953
953
|
opacity: number;
|
|
954
954
|
transition: {
|
|
955
955
|
duration: number;
|
|
956
|
-
ease:
|
|
956
|
+
ease: motion_dom.Easing;
|
|
957
957
|
};
|
|
958
958
|
};
|
|
959
959
|
};
|
|
@@ -969,7 +969,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
969
969
|
translateY: number;
|
|
970
970
|
transition: {
|
|
971
971
|
duration: number;
|
|
972
|
-
ease:
|
|
972
|
+
ease: motion_dom.Easing;
|
|
973
973
|
};
|
|
974
974
|
};
|
|
975
975
|
exit: {
|
|
@@ -978,7 +978,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
978
978
|
translateY: number;
|
|
979
979
|
transition: {
|
|
980
980
|
duration: number;
|
|
981
|
-
ease:
|
|
981
|
+
ease: motion_dom.Easing;
|
|
982
982
|
};
|
|
983
983
|
};
|
|
984
984
|
};
|
|
@@ -994,7 +994,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
994
994
|
translateY: number;
|
|
995
995
|
transition: {
|
|
996
996
|
duration: number;
|
|
997
|
-
ease:
|
|
997
|
+
ease: motion_dom.Easing;
|
|
998
998
|
};
|
|
999
999
|
};
|
|
1000
1000
|
exit: {
|
|
@@ -1003,7 +1003,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1003
1003
|
translateY: number;
|
|
1004
1004
|
transition: {
|
|
1005
1005
|
duration: number;
|
|
1006
|
-
ease:
|
|
1006
|
+
ease: motion_dom.Easing;
|
|
1007
1007
|
};
|
|
1008
1008
|
};
|
|
1009
1009
|
};
|
|
@@ -1019,7 +1019,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1019
1019
|
translateX: number;
|
|
1020
1020
|
transition: {
|
|
1021
1021
|
duration: number;
|
|
1022
|
-
ease:
|
|
1022
|
+
ease: motion_dom.Easing;
|
|
1023
1023
|
};
|
|
1024
1024
|
};
|
|
1025
1025
|
exit: {
|
|
@@ -1028,7 +1028,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1028
1028
|
translateX: number;
|
|
1029
1029
|
transition: {
|
|
1030
1030
|
duration: number;
|
|
1031
|
-
ease:
|
|
1031
|
+
ease: motion_dom.Easing;
|
|
1032
1032
|
};
|
|
1033
1033
|
};
|
|
1034
1034
|
};
|
|
@@ -1044,7 +1044,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1044
1044
|
translateX: number;
|
|
1045
1045
|
transition: {
|
|
1046
1046
|
duration: number;
|
|
1047
|
-
ease:
|
|
1047
|
+
ease: motion_dom.Easing;
|
|
1048
1048
|
};
|
|
1049
1049
|
};
|
|
1050
1050
|
exit: {
|
|
@@ -1053,7 +1053,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1053
1053
|
translateX: number;
|
|
1054
1054
|
transition: {
|
|
1055
1055
|
duration: number;
|
|
1056
|
-
ease:
|
|
1056
|
+
ease: motion_dom.Easing;
|
|
1057
1057
|
};
|
|
1058
1058
|
};
|
|
1059
1059
|
};
|
|
@@ -1067,7 +1067,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1067
1067
|
opacity: number;
|
|
1068
1068
|
transition: {
|
|
1069
1069
|
duration: number;
|
|
1070
|
-
ease:
|
|
1070
|
+
ease: motion_dom.Easing;
|
|
1071
1071
|
};
|
|
1072
1072
|
};
|
|
1073
1073
|
};
|
|
@@ -1082,7 +1082,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1082
1082
|
translateY: number;
|
|
1083
1083
|
transition: {
|
|
1084
1084
|
duration: number;
|
|
1085
|
-
ease:
|
|
1085
|
+
ease: motion_dom.Easing;
|
|
1086
1086
|
};
|
|
1087
1087
|
};
|
|
1088
1088
|
};
|
|
@@ -1097,7 +1097,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1097
1097
|
translateY: number;
|
|
1098
1098
|
transition: {
|
|
1099
1099
|
duration: number;
|
|
1100
|
-
ease:
|
|
1100
|
+
ease: motion_dom.Easing;
|
|
1101
1101
|
};
|
|
1102
1102
|
};
|
|
1103
1103
|
};
|
|
@@ -1112,7 +1112,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1112
1112
|
translateX: number;
|
|
1113
1113
|
transition: {
|
|
1114
1114
|
duration: number;
|
|
1115
|
-
ease:
|
|
1115
|
+
ease: motion_dom.Easing;
|
|
1116
1116
|
};
|
|
1117
1117
|
};
|
|
1118
1118
|
};
|
|
@@ -1127,7 +1127,7 @@ declare const varZoom: (props?: VariantsType) => {
|
|
|
1127
1127
|
translateX: number;
|
|
1128
1128
|
transition: {
|
|
1129
1129
|
duration: number;
|
|
1130
|
-
ease:
|
|
1130
|
+
ease: motion_dom.Easing;
|
|
1131
1131
|
};
|
|
1132
1132
|
};
|
|
1133
1133
|
};
|