motion-v 0.12.0-beta.2 → 0.13.0-beta.1

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.
@@ -1,5 +1,49 @@
1
1
  export declare const ReorderGroup: {
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ layout: {
4
+ type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
5
+ };
6
+ layoutId: {
7
+ type: import('vue').PropType<string>;
8
+ };
9
+ layoutScroll: {
10
+ type: import('vue').PropType<boolean>;
11
+ };
12
+ layoutRoot: {
13
+ type: import('vue').PropType<boolean>;
14
+ };
15
+ 'data-framer-portal-id': {
16
+ type: import('vue').PropType<string>;
17
+ };
18
+ crossfade: {
19
+ type: import('vue').PropType<boolean>;
20
+ };
21
+ inViewOptions: {
22
+ type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
23
+ once?: boolean;
24
+ }>;
25
+ };
26
+ values: {
27
+ type: import('vue').PropType<unknown[]>;
28
+ required: true;
29
+ };
30
+ dragSnapToOrigin: {
31
+ type: import('vue').PropType<boolean>;
32
+ };
33
+ transition: {
34
+ type: import('vue').PropType<import('../..').$Transition & {
35
+ layout?: import('../..').$Transition;
36
+ }>;
37
+ };
38
+ onDragTransitionEnd: {
39
+ type: import('vue').PropType<() => void>;
40
+ };
41
+ onDragEnd: {
42
+ type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
43
+ };
44
+ dragPropagation: {
45
+ type: import('vue').PropType<boolean>;
46
+ };
3
47
  initial: {
4
48
  type: import('vue').PropType<boolean | import('../..').VariantLabels | import('../..').Variant>;
5
49
  };
@@ -24,32 +68,56 @@ export declare const ReorderGroup: {
24
68
  exit: {
25
69
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
26
70
  };
27
- transition: {
28
- type: import('vue').PropType<import('../..').$Transition & {
29
- layout?: import('../..').$Transition;
30
- }>;
71
+ drag: {
72
+ type: import('vue').PropType<boolean | "x" | "y">;
31
73
  };
32
- values: {
33
- type: import('vue').PropType<unknown[]>;
34
- required: true;
74
+ dragConstraints: {
75
+ type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
76
+ };
77
+ dragElastic: {
78
+ type: import('vue').PropType<import('framer-motion').DragElastic>;
79
+ };
80
+ onMeasureDragConstraints: {
81
+ type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
35
82
  };
36
83
  style: {
37
84
  type: import('vue').PropType<Partial<{
38
85
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
39
86
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
40
87
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
41
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
42
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
43
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
88
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
44
89
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
45
90
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
91
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
92
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
93
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
94
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
95
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
96
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
97
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
98
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
99
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
100
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
101
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
102
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
103
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
104
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
105
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
106
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
107
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
108
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
109
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
110
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
111
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
112
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
113
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
114
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
46
115
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
47
116
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
48
117
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
49
118
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
50
119
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
51
120
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
52
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
53
121
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
54
122
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
55
123
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -140,7 +208,6 @@ export declare const ReorderGroup: {
140
208
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
141
209
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
142
210
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
143
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
144
211
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
145
212
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
146
213
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -148,7 +215,6 @@ export declare const ReorderGroup: {
148
215
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
149
216
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
150
217
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
151
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
152
218
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
153
219
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
154
220
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -189,10 +255,8 @@ export declare const ReorderGroup: {
189
255
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
190
256
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
191
257
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
192
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
193
258
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
194
259
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
195
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
196
260
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
197
261
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
198
262
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -263,8 +327,6 @@ export declare const ReorderGroup: {
263
327
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
264
328
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
265
329
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
266
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
267
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
268
330
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
269
331
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
270
332
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -311,7 +373,6 @@ export declare const ReorderGroup: {
311
373
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
312
374
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
313
375
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
314
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
315
376
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
316
377
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
317
378
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -347,30 +408,23 @@ export declare const ReorderGroup: {
347
408
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
348
409
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
349
410
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
350
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
351
411
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
352
412
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
353
413
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
354
414
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
355
415
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
356
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
357
416
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
358
417
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
359
418
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
360
419
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
361
420
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
362
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
363
421
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
364
422
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
365
423
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
366
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
367
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
368
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
369
424
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
370
425
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
371
426
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
372
427
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
373
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
374
428
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
375
429
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
376
430
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -441,9 +495,7 @@ export declare const ReorderGroup: {
441
495
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
442
496
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
443
497
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
444
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
445
498
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
446
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
447
499
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
448
500
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
449
501
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -452,7 +504,6 @@ export declare const ReorderGroup: {
452
504
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
453
505
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
454
506
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
455
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
456
507
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
457
508
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
458
509
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -532,7 +583,6 @@ export declare const ReorderGroup: {
532
583
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
533
584
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
534
585
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
535
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
536
586
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
537
587
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
538
588
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -587,7 +637,6 @@ export declare const ReorderGroup: {
587
637
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
588
638
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
589
639
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
590
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
591
640
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
592
641
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
593
642
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -595,7 +644,6 @@ export declare const ReorderGroup: {
595
644
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
596
645
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
597
646
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
598
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
599
647
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
600
648
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
601
649
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -694,7 +742,6 @@ export declare const ReorderGroup: {
694
742
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
695
743
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
696
744
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
697
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
698
745
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
699
746
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
700
747
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -737,67 +784,6 @@ export declare const ReorderGroup: {
737
784
  transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
738
785
  }>>;
739
786
  };
740
- inView: {
741
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
742
- };
743
- hover: {
744
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
745
- };
746
- press: {
747
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
748
- };
749
- variants: {
750
- type: import('vue').PropType<{
751
- [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
752
- }>;
753
- };
754
- layout: {
755
- type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
756
- };
757
- layoutId: {
758
- type: import('vue').PropType<string>;
759
- };
760
- layoutScroll: {
761
- type: import('vue').PropType<boolean>;
762
- };
763
- layoutRoot: {
764
- type: import('vue').PropType<boolean>;
765
- };
766
- 'data-framer-portal-id': {
767
- type: import('vue').PropType<string>;
768
- };
769
- crossfade: {
770
- type: import('vue').PropType<boolean>;
771
- };
772
- inViewOptions: {
773
- type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
774
- once?: boolean;
775
- }>;
776
- };
777
- dragSnapToOrigin: {
778
- type: import('vue').PropType<boolean>;
779
- };
780
- onDragTransitionEnd: {
781
- type: import('vue').PropType<() => void>;
782
- };
783
- onDragEnd: {
784
- type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
785
- };
786
- dragPropagation: {
787
- type: import('vue').PropType<boolean>;
788
- };
789
- drag: {
790
- type: import('vue').PropType<boolean | "x" | "y">;
791
- };
792
- dragConstraints: {
793
- type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
794
- };
795
- dragElastic: {
796
- type: import('vue').PropType<import('framer-motion').DragElastic>;
797
- };
798
- onMeasureDragConstraints: {
799
- type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
800
- };
801
787
  focus: {
802
788
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
803
789
  };
@@ -835,6 +821,11 @@ export declare const ReorderGroup: {
835
821
  type: import('vue').PropType<keyof import('vue').IntrinsicElementAttributes>;
836
822
  default: string;
837
823
  };
824
+ variants: {
825
+ type: import('vue').PropType<{
826
+ [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
827
+ }>;
828
+ };
838
829
  layoutGroup: {
839
830
  type: import('vue').PropType<import('../context').LayoutGroupState>;
840
831
  };
@@ -862,6 +853,9 @@ export declare const ReorderGroup: {
862
853
  globalPressTarget: {
863
854
  type: import('vue').PropType<boolean>;
864
855
  };
856
+ press: {
857
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
858
+ };
865
859
  onPressStart: {
866
860
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
867
861
  };
@@ -871,12 +865,18 @@ export declare const ReorderGroup: {
871
865
  onPressCancel: {
872
866
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
873
867
  };
868
+ hover: {
869
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
870
+ };
874
871
  onHoverStart: {
875
872
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
876
873
  };
877
874
  onHoverEnd: {
878
875
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
879
876
  };
877
+ inView: {
878
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
879
+ };
880
880
  onViewportEnter: {
881
881
  type: import('vue').PropType<(entry: IntersectionObserverEntry | null) => void>;
882
882
  };
@@ -912,6 +912,50 @@ export declare const ReorderGroup: {
912
912
  type: import('vue').PropType<(newOrder: unknown[]) => void>;
913
913
  };
914
914
  }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
915
+ layout: {
916
+ type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
917
+ };
918
+ layoutId: {
919
+ type: import('vue').PropType<string>;
920
+ };
921
+ layoutScroll: {
922
+ type: import('vue').PropType<boolean>;
923
+ };
924
+ layoutRoot: {
925
+ type: import('vue').PropType<boolean>;
926
+ };
927
+ 'data-framer-portal-id': {
928
+ type: import('vue').PropType<string>;
929
+ };
930
+ crossfade: {
931
+ type: import('vue').PropType<boolean>;
932
+ };
933
+ inViewOptions: {
934
+ type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
935
+ once?: boolean;
936
+ }>;
937
+ };
938
+ values: {
939
+ type: import('vue').PropType<unknown[]>;
940
+ required: true;
941
+ };
942
+ dragSnapToOrigin: {
943
+ type: import('vue').PropType<boolean>;
944
+ };
945
+ transition: {
946
+ type: import('vue').PropType<import('../..').$Transition & {
947
+ layout?: import('../..').$Transition;
948
+ }>;
949
+ };
950
+ onDragTransitionEnd: {
951
+ type: import('vue').PropType<() => void>;
952
+ };
953
+ onDragEnd: {
954
+ type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
955
+ };
956
+ dragPropagation: {
957
+ type: import('vue').PropType<boolean>;
958
+ };
915
959
  initial: {
916
960
  type: import('vue').PropType<boolean | import('../..').VariantLabels | import('../..').Variant>;
917
961
  };
@@ -936,32 +980,56 @@ export declare const ReorderGroup: {
936
980
  exit: {
937
981
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
938
982
  };
939
- transition: {
940
- type: import('vue').PropType<import('../..').$Transition & {
941
- layout?: import('../..').$Transition;
942
- }>;
983
+ drag: {
984
+ type: import('vue').PropType<boolean | "x" | "y">;
943
985
  };
944
- values: {
945
- type: import('vue').PropType<unknown[]>;
946
- required: true;
986
+ dragConstraints: {
987
+ type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
988
+ };
989
+ dragElastic: {
990
+ type: import('vue').PropType<import('framer-motion').DragElastic>;
991
+ };
992
+ onMeasureDragConstraints: {
993
+ type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
947
994
  };
948
995
  style: {
949
996
  type: import('vue').PropType<Partial<{
950
997
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
951
998
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
952
999
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
953
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
954
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
955
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
1000
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
956
1001
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
957
1002
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
1003
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
1004
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
1005
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
1006
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
1007
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
1008
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
1009
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
1010
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
1011
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
1012
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
1013
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
1014
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
1015
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
1016
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
1017
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
1018
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
1019
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
1020
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
1021
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
1022
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
1023
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
1024
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
1025
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
1026
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
958
1027
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
959
1028
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
960
1029
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
961
1030
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
962
1031
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
963
1032
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
964
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
965
1033
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
966
1034
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
967
1035
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1052,7 +1120,6 @@ export declare const ReorderGroup: {
1052
1120
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
1053
1121
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
1054
1122
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
1055
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
1056
1123
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
1057
1124
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
1058
1125
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1060,7 +1127,6 @@ export declare const ReorderGroup: {
1060
1127
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
1061
1128
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
1062
1129
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
1063
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
1064
1130
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
1065
1131
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
1066
1132
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1101,10 +1167,8 @@ export declare const ReorderGroup: {
1101
1167
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
1102
1168
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
1103
1169
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
1104
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
1105
1170
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
1106
1171
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
1107
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
1108
1172
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
1109
1173
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
1110
1174
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1175,8 +1239,6 @@ export declare const ReorderGroup: {
1175
1239
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
1176
1240
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
1177
1241
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
1178
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
1179
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
1180
1242
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
1181
1243
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
1182
1244
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1223,7 +1285,6 @@ export declare const ReorderGroup: {
1223
1285
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
1224
1286
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
1225
1287
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
1226
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
1227
1288
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
1228
1289
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
1229
1290
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1259,30 +1320,23 @@ export declare const ReorderGroup: {
1259
1320
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
1260
1321
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
1261
1322
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
1262
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
1263
1323
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
1264
1324
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
1265
1325
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
1266
1326
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
1267
1327
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
1268
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
1269
1328
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
1270
1329
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
1271
1330
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
1272
1331
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
1273
1332
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
1274
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
1275
1333
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
1276
1334
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
1277
1335
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
1278
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
1279
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
1280
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
1281
1336
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
1282
1337
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
1283
1338
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
1284
1339
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
1285
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
1286
1340
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
1287
1341
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
1288
1342
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1353,9 +1407,7 @@ export declare const ReorderGroup: {
1353
1407
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
1354
1408
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
1355
1409
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
1356
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
1357
1410
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
1358
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
1359
1411
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
1360
1412
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
1361
1413
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1364,7 +1416,6 @@ export declare const ReorderGroup: {
1364
1416
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
1365
1417
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
1366
1418
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
1367
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
1368
1419
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
1369
1420
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
1370
1421
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1444,7 +1495,6 @@ export declare const ReorderGroup: {
1444
1495
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
1445
1496
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
1446
1497
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
1447
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
1448
1498
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
1449
1499
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
1450
1500
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1499,7 +1549,6 @@ export declare const ReorderGroup: {
1499
1549
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
1500
1550
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
1501
1551
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
1502
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
1503
1552
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
1504
1553
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
1505
1554
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1507,7 +1556,6 @@ export declare const ReorderGroup: {
1507
1556
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
1508
1557
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
1509
1558
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
1510
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
1511
1559
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
1512
1560
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
1513
1561
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1606,109 +1654,47 @@ export declare const ReorderGroup: {
1606
1654
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
1607
1655
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
1608
1656
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
1609
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
1610
1657
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
1611
1658
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
1612
1659
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
1613
- vertOriginY?: string | number | import('framer-motion/dom').MotionValue<any>;
1614
- vHanging?: string | number | import('framer-motion/dom').MotionValue<any>;
1615
- vIdeographic?: string | number | import('framer-motion/dom').MotionValue<any>;
1616
- viewBox?: string | number | import('framer-motion/dom').MotionValue<any>;
1617
- viewTarget?: string | number | import('framer-motion/dom').MotionValue<any>;
1618
- vMathematical?: string | number | import('framer-motion/dom').MotionValue<any>;
1619
- widths?: string | number | import('framer-motion/dom').MotionValue<any>;
1620
- x1?: string | number | import('framer-motion/dom').MotionValue<any>;
1621
- x2?: string | number | import('framer-motion/dom').MotionValue<any>;
1622
- xChannelSelector?: string | number | import('framer-motion/dom').MotionValue<any>;
1623
- xHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
1624
- xlinkActuate?: string | number | import('framer-motion/dom').MotionValue<any>;
1625
- xlinkArcrole?: string | number | import('framer-motion/dom').MotionValue<any>;
1626
- xlinkHref?: string | number | import('framer-motion/dom').MotionValue<any>;
1627
- xlinkRole?: string | number | import('framer-motion/dom').MotionValue<any>;
1628
- xlinkShow?: string | number | import('framer-motion/dom').MotionValue<any>;
1629
- xlinkTitle?: string | number | import('framer-motion/dom').MotionValue<any>;
1630
- xlinkType?: string | number | import('framer-motion/dom').MotionValue<any>;
1631
- xmlBase?: string | number | import('framer-motion/dom').MotionValue<any>;
1632
- xmlLang?: string | number | import('framer-motion/dom').MotionValue<any>;
1633
- xmlns?: string | number | import('framer-motion/dom').MotionValue<any>;
1634
- xmlnsXlink?: string | number | import('framer-motion/dom').MotionValue<any>;
1635
- xmlSpace?: string | number | import('framer-motion/dom').MotionValue<any>;
1636
- y1?: string | number | import('framer-motion/dom').MotionValue<any>;
1637
- y2?: string | number | import('framer-motion/dom').MotionValue<any>;
1638
- yChannelSelector?: string | number | import('framer-motion/dom').MotionValue<any>;
1639
- zoomAndPan?: string | number | import('framer-motion/dom').MotionValue<any>;
1640
- pathOffset?: string | number | import('framer-motion/dom').MotionValue<any>;
1641
- pathSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
1642
- translateX?: string | number | import('framer-motion/dom').MotionValue<any>;
1643
- translateY?: string | number | import('framer-motion/dom').MotionValue<any>;
1644
- translateZ?: string | number | import('framer-motion/dom').MotionValue<any>;
1645
- skew?: string | number | import('framer-motion/dom').MotionValue<any>;
1646
- originX?: string | number | import('framer-motion/dom').MotionValue<any>;
1647
- originY?: string | number | import('framer-motion/dom').MotionValue<any>;
1648
- originZ?: string | number | import('framer-motion/dom').MotionValue<any>;
1649
- transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
1650
- }>>;
1651
- };
1652
- inView: {
1653
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
1654
- };
1655
- hover: {
1656
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
1657
- };
1658
- press: {
1659
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
1660
- };
1661
- variants: {
1662
- type: import('vue').PropType<{
1663
- [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
1664
- }>;
1665
- };
1666
- layout: {
1667
- type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
1668
- };
1669
- layoutId: {
1670
- type: import('vue').PropType<string>;
1671
- };
1672
- layoutScroll: {
1673
- type: import('vue').PropType<boolean>;
1674
- };
1675
- layoutRoot: {
1676
- type: import('vue').PropType<boolean>;
1677
- };
1678
- 'data-framer-portal-id': {
1679
- type: import('vue').PropType<string>;
1680
- };
1681
- crossfade: {
1682
- type: import('vue').PropType<boolean>;
1683
- };
1684
- inViewOptions: {
1685
- type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
1686
- once?: boolean;
1687
- }>;
1688
- };
1689
- dragSnapToOrigin: {
1690
- type: import('vue').PropType<boolean>;
1691
- };
1692
- onDragTransitionEnd: {
1693
- type: import('vue').PropType<() => void>;
1694
- };
1695
- onDragEnd: {
1696
- type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
1697
- };
1698
- dragPropagation: {
1699
- type: import('vue').PropType<boolean>;
1700
- };
1701
- drag: {
1702
- type: import('vue').PropType<boolean | "x" | "y">;
1703
- };
1704
- dragConstraints: {
1705
- type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
1706
- };
1707
- dragElastic: {
1708
- type: import('vue').PropType<import('framer-motion').DragElastic>;
1709
- };
1710
- onMeasureDragConstraints: {
1711
- type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
1660
+ vertOriginY?: string | number | import('framer-motion/dom').MotionValue<any>;
1661
+ vHanging?: string | number | import('framer-motion/dom').MotionValue<any>;
1662
+ vIdeographic?: string | number | import('framer-motion/dom').MotionValue<any>;
1663
+ viewBox?: string | number | import('framer-motion/dom').MotionValue<any>;
1664
+ viewTarget?: string | number | import('framer-motion/dom').MotionValue<any>;
1665
+ vMathematical?: string | number | import('framer-motion/dom').MotionValue<any>;
1666
+ widths?: string | number | import('framer-motion/dom').MotionValue<any>;
1667
+ x1?: string | number | import('framer-motion/dom').MotionValue<any>;
1668
+ x2?: string | number | import('framer-motion/dom').MotionValue<any>;
1669
+ xChannelSelector?: string | number | import('framer-motion/dom').MotionValue<any>;
1670
+ xHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
1671
+ xlinkActuate?: string | number | import('framer-motion/dom').MotionValue<any>;
1672
+ xlinkArcrole?: string | number | import('framer-motion/dom').MotionValue<any>;
1673
+ xlinkHref?: string | number | import('framer-motion/dom').MotionValue<any>;
1674
+ xlinkRole?: string | number | import('framer-motion/dom').MotionValue<any>;
1675
+ xlinkShow?: string | number | import('framer-motion/dom').MotionValue<any>;
1676
+ xlinkTitle?: string | number | import('framer-motion/dom').MotionValue<any>;
1677
+ xlinkType?: string | number | import('framer-motion/dom').MotionValue<any>;
1678
+ xmlBase?: string | number | import('framer-motion/dom').MotionValue<any>;
1679
+ xmlLang?: string | number | import('framer-motion/dom').MotionValue<any>;
1680
+ xmlns?: string | number | import('framer-motion/dom').MotionValue<any>;
1681
+ xmlnsXlink?: string | number | import('framer-motion/dom').MotionValue<any>;
1682
+ xmlSpace?: string | number | import('framer-motion/dom').MotionValue<any>;
1683
+ y1?: string | number | import('framer-motion/dom').MotionValue<any>;
1684
+ y2?: string | number | import('framer-motion/dom').MotionValue<any>;
1685
+ yChannelSelector?: string | number | import('framer-motion/dom').MotionValue<any>;
1686
+ zoomAndPan?: string | number | import('framer-motion/dom').MotionValue<any>;
1687
+ pathOffset?: string | number | import('framer-motion/dom').MotionValue<any>;
1688
+ pathSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
1689
+ translateX?: string | number | import('framer-motion/dom').MotionValue<any>;
1690
+ translateY?: string | number | import('framer-motion/dom').MotionValue<any>;
1691
+ translateZ?: string | number | import('framer-motion/dom').MotionValue<any>;
1692
+ skew?: string | number | import('framer-motion/dom').MotionValue<any>;
1693
+ originX?: string | number | import('framer-motion/dom').MotionValue<any>;
1694
+ originY?: string | number | import('framer-motion/dom').MotionValue<any>;
1695
+ originZ?: string | number | import('framer-motion/dom').MotionValue<any>;
1696
+ transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
1697
+ }>>;
1712
1698
  };
1713
1699
  focus: {
1714
1700
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
@@ -1747,6 +1733,11 @@ export declare const ReorderGroup: {
1747
1733
  type: import('vue').PropType<keyof import('vue').IntrinsicElementAttributes>;
1748
1734
  default: string;
1749
1735
  };
1736
+ variants: {
1737
+ type: import('vue').PropType<{
1738
+ [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
1739
+ }>;
1740
+ };
1750
1741
  layoutGroup: {
1751
1742
  type: import('vue').PropType<import('../context').LayoutGroupState>;
1752
1743
  };
@@ -1774,6 +1765,9 @@ export declare const ReorderGroup: {
1774
1765
  globalPressTarget: {
1775
1766
  type: import('vue').PropType<boolean>;
1776
1767
  };
1768
+ press: {
1769
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
1770
+ };
1777
1771
  onPressStart: {
1778
1772
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
1779
1773
  };
@@ -1783,12 +1777,18 @@ export declare const ReorderGroup: {
1783
1777
  onPressCancel: {
1784
1778
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
1785
1779
  };
1780
+ hover: {
1781
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
1782
+ };
1786
1783
  onHoverStart: {
1787
1784
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
1788
1785
  };
1789
1786
  onHoverEnd: {
1790
1787
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
1791
1788
  };
1789
+ inView: {
1790
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
1791
+ };
1792
1792
  onViewportEnter: {
1793
1793
  type: import('vue').PropType<(entry: IntersectionObserverEntry | null) => void>;
1794
1794
  };
@@ -1834,6 +1834,50 @@ export declare const ReorderGroup: {
1834
1834
  M: {};
1835
1835
  Defaults: {};
1836
1836
  }, Readonly<import('vue').ExtractPropTypes<{
1837
+ layout: {
1838
+ type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
1839
+ };
1840
+ layoutId: {
1841
+ type: import('vue').PropType<string>;
1842
+ };
1843
+ layoutScroll: {
1844
+ type: import('vue').PropType<boolean>;
1845
+ };
1846
+ layoutRoot: {
1847
+ type: import('vue').PropType<boolean>;
1848
+ };
1849
+ 'data-framer-portal-id': {
1850
+ type: import('vue').PropType<string>;
1851
+ };
1852
+ crossfade: {
1853
+ type: import('vue').PropType<boolean>;
1854
+ };
1855
+ inViewOptions: {
1856
+ type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
1857
+ once?: boolean;
1858
+ }>;
1859
+ };
1860
+ values: {
1861
+ type: import('vue').PropType<unknown[]>;
1862
+ required: true;
1863
+ };
1864
+ dragSnapToOrigin: {
1865
+ type: import('vue').PropType<boolean>;
1866
+ };
1867
+ transition: {
1868
+ type: import('vue').PropType<import('../..').$Transition & {
1869
+ layout?: import('../..').$Transition;
1870
+ }>;
1871
+ };
1872
+ onDragTransitionEnd: {
1873
+ type: import('vue').PropType<() => void>;
1874
+ };
1875
+ onDragEnd: {
1876
+ type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
1877
+ };
1878
+ dragPropagation: {
1879
+ type: import('vue').PropType<boolean>;
1880
+ };
1837
1881
  initial: {
1838
1882
  type: import('vue').PropType<boolean | import('../..').VariantLabels | import('../..').Variant>;
1839
1883
  };
@@ -1858,32 +1902,56 @@ export declare const ReorderGroup: {
1858
1902
  exit: {
1859
1903
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
1860
1904
  };
1861
- transition: {
1862
- type: import('vue').PropType<import('../..').$Transition & {
1863
- layout?: import('../..').$Transition;
1864
- }>;
1905
+ drag: {
1906
+ type: import('vue').PropType<boolean | "x" | "y">;
1865
1907
  };
1866
- values: {
1867
- type: import('vue').PropType<unknown[]>;
1868
- required: true;
1908
+ dragConstraints: {
1909
+ type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
1910
+ };
1911
+ dragElastic: {
1912
+ type: import('vue').PropType<import('framer-motion').DragElastic>;
1913
+ };
1914
+ onMeasureDragConstraints: {
1915
+ type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
1869
1916
  };
1870
1917
  style: {
1871
1918
  type: import('vue').PropType<Partial<{
1872
1919
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
1873
1920
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
1874
1921
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
1875
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
1876
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
1877
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
1922
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
1878
1923
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
1879
1924
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
1925
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
1926
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
1927
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
1928
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
1929
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
1930
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
1931
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
1932
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
1933
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
1934
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
1935
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
1936
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
1937
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
1938
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
1939
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
1940
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
1941
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
1942
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
1943
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
1944
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
1945
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
1946
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
1947
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
1948
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
1880
1949
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
1881
1950
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
1882
1951
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
1883
1952
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
1884
1953
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
1885
1954
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
1886
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
1887
1955
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
1888
1956
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
1889
1957
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1974,7 +2042,6 @@ export declare const ReorderGroup: {
1974
2042
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
1975
2043
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
1976
2044
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
1977
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
1978
2045
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
1979
2046
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
1980
2047
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -1982,7 +2049,6 @@ export declare const ReorderGroup: {
1982
2049
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
1983
2050
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
1984
2051
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
1985
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
1986
2052
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
1987
2053
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
1988
2054
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2023,10 +2089,8 @@ export declare const ReorderGroup: {
2023
2089
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
2024
2090
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
2025
2091
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
2026
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
2027
2092
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
2028
2093
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
2029
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
2030
2094
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
2031
2095
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
2032
2096
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2097,8 +2161,6 @@ export declare const ReorderGroup: {
2097
2161
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
2098
2162
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
2099
2163
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
2100
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
2101
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
2102
2164
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
2103
2165
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
2104
2166
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2145,7 +2207,6 @@ export declare const ReorderGroup: {
2145
2207
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
2146
2208
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
2147
2209
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
2148
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
2149
2210
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
2150
2211
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
2151
2212
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2181,30 +2242,23 @@ export declare const ReorderGroup: {
2181
2242
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
2182
2243
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
2183
2244
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
2184
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
2185
2245
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
2186
2246
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
2187
2247
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
2188
2248
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
2189
2249
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
2190
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
2191
2250
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
2192
2251
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
2193
2252
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
2194
2253
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
2195
2254
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
2196
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
2197
2255
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
2198
2256
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
2199
2257
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
2200
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
2201
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
2202
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
2203
2258
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
2204
2259
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
2205
2260
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
2206
2261
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
2207
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
2208
2262
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
2209
2263
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
2210
2264
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2275,9 +2329,7 @@ export declare const ReorderGroup: {
2275
2329
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
2276
2330
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
2277
2331
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
2278
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
2279
2332
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
2280
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
2281
2333
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
2282
2334
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
2283
2335
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2286,7 +2338,6 @@ export declare const ReorderGroup: {
2286
2338
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
2287
2339
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
2288
2340
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
2289
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
2290
2341
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
2291
2342
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
2292
2343
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2366,7 +2417,6 @@ export declare const ReorderGroup: {
2366
2417
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
2367
2418
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
2368
2419
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
2369
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
2370
2420
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
2371
2421
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
2372
2422
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2421,7 +2471,6 @@ export declare const ReorderGroup: {
2421
2471
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
2422
2472
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
2423
2473
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
2424
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
2425
2474
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
2426
2475
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
2427
2476
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2429,7 +2478,6 @@ export declare const ReorderGroup: {
2429
2478
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
2430
2479
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
2431
2480
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
2432
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
2433
2481
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
2434
2482
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
2435
2483
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2528,7 +2576,6 @@ export declare const ReorderGroup: {
2528
2576
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
2529
2577
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
2530
2578
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
2531
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
2532
2579
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
2533
2580
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
2534
2581
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2571,67 +2618,6 @@ export declare const ReorderGroup: {
2571
2618
  transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
2572
2619
  }>>;
2573
2620
  };
2574
- inView: {
2575
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
2576
- };
2577
- hover: {
2578
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
2579
- };
2580
- press: {
2581
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
2582
- };
2583
- variants: {
2584
- type: import('vue').PropType<{
2585
- [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
2586
- }>;
2587
- };
2588
- layout: {
2589
- type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
2590
- };
2591
- layoutId: {
2592
- type: import('vue').PropType<string>;
2593
- };
2594
- layoutScroll: {
2595
- type: import('vue').PropType<boolean>;
2596
- };
2597
- layoutRoot: {
2598
- type: import('vue').PropType<boolean>;
2599
- };
2600
- 'data-framer-portal-id': {
2601
- type: import('vue').PropType<string>;
2602
- };
2603
- crossfade: {
2604
- type: import('vue').PropType<boolean>;
2605
- };
2606
- inViewOptions: {
2607
- type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
2608
- once?: boolean;
2609
- }>;
2610
- };
2611
- dragSnapToOrigin: {
2612
- type: import('vue').PropType<boolean>;
2613
- };
2614
- onDragTransitionEnd: {
2615
- type: import('vue').PropType<() => void>;
2616
- };
2617
- onDragEnd: {
2618
- type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
2619
- };
2620
- dragPropagation: {
2621
- type: import('vue').PropType<boolean>;
2622
- };
2623
- drag: {
2624
- type: import('vue').PropType<boolean | "x" | "y">;
2625
- };
2626
- dragConstraints: {
2627
- type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
2628
- };
2629
- dragElastic: {
2630
- type: import('vue').PropType<import('framer-motion').DragElastic>;
2631
- };
2632
- onMeasureDragConstraints: {
2633
- type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
2634
- };
2635
2621
  focus: {
2636
2622
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
2637
2623
  };
@@ -2669,6 +2655,11 @@ export declare const ReorderGroup: {
2669
2655
  type: import('vue').PropType<keyof import('vue').IntrinsicElementAttributes>;
2670
2656
  default: string;
2671
2657
  };
2658
+ variants: {
2659
+ type: import('vue').PropType<{
2660
+ [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
2661
+ }>;
2662
+ };
2672
2663
  layoutGroup: {
2673
2664
  type: import('vue').PropType<import('../context').LayoutGroupState>;
2674
2665
  };
@@ -2696,6 +2687,9 @@ export declare const ReorderGroup: {
2696
2687
  globalPressTarget: {
2697
2688
  type: import('vue').PropType<boolean>;
2698
2689
  };
2690
+ press: {
2691
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
2692
+ };
2699
2693
  onPressStart: {
2700
2694
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
2701
2695
  };
@@ -2705,12 +2699,18 @@ export declare const ReorderGroup: {
2705
2699
  onPressCancel: {
2706
2700
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
2707
2701
  };
2702
+ hover: {
2703
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
2704
+ };
2708
2705
  onHoverStart: {
2709
2706
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
2710
2707
  };
2711
2708
  onHoverEnd: {
2712
2709
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
2713
2710
  };
2711
+ inView: {
2712
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
2713
+ };
2714
2714
  onViewportEnter: {
2715
2715
  type: import('vue').PropType<(entry: IntersectionObserverEntry | null) => void>;
2716
2716
  };
@@ -2753,6 +2753,50 @@ export declare const ReorderGroup: {
2753
2753
  __isTeleport?: never;
2754
2754
  __isSuspense?: never;
2755
2755
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
2756
+ layout: {
2757
+ type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
2758
+ };
2759
+ layoutId: {
2760
+ type: import('vue').PropType<string>;
2761
+ };
2762
+ layoutScroll: {
2763
+ type: import('vue').PropType<boolean>;
2764
+ };
2765
+ layoutRoot: {
2766
+ type: import('vue').PropType<boolean>;
2767
+ };
2768
+ 'data-framer-portal-id': {
2769
+ type: import('vue').PropType<string>;
2770
+ };
2771
+ crossfade: {
2772
+ type: import('vue').PropType<boolean>;
2773
+ };
2774
+ inViewOptions: {
2775
+ type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
2776
+ once?: boolean;
2777
+ }>;
2778
+ };
2779
+ values: {
2780
+ type: import('vue').PropType<unknown[]>;
2781
+ required: true;
2782
+ };
2783
+ dragSnapToOrigin: {
2784
+ type: import('vue').PropType<boolean>;
2785
+ };
2786
+ transition: {
2787
+ type: import('vue').PropType<import('../..').$Transition & {
2788
+ layout?: import('../..').$Transition;
2789
+ }>;
2790
+ };
2791
+ onDragTransitionEnd: {
2792
+ type: import('vue').PropType<() => void>;
2793
+ };
2794
+ onDragEnd: {
2795
+ type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
2796
+ };
2797
+ dragPropagation: {
2798
+ type: import('vue').PropType<boolean>;
2799
+ };
2756
2800
  initial: {
2757
2801
  type: import('vue').PropType<boolean | import('../..').VariantLabels | import('../..').Variant>;
2758
2802
  };
@@ -2777,32 +2821,56 @@ export declare const ReorderGroup: {
2777
2821
  exit: {
2778
2822
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
2779
2823
  };
2780
- transition: {
2781
- type: import('vue').PropType<import('../..').$Transition & {
2782
- layout?: import('../..').$Transition;
2783
- }>;
2824
+ drag: {
2825
+ type: import('vue').PropType<boolean | "x" | "y">;
2784
2826
  };
2785
- values: {
2786
- type: import('vue').PropType<unknown[]>;
2787
- required: true;
2827
+ dragConstraints: {
2828
+ type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
2829
+ };
2830
+ dragElastic: {
2831
+ type: import('vue').PropType<import('framer-motion').DragElastic>;
2832
+ };
2833
+ onMeasureDragConstraints: {
2834
+ type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
2788
2835
  };
2789
2836
  style: {
2790
2837
  type: import('vue').PropType<Partial<{
2791
2838
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
2792
2839
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
2793
2840
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
2794
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
2795
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
2796
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
2841
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
2797
2842
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
2798
2843
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
2844
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
2845
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
2846
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
2847
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
2848
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
2849
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
2850
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
2851
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
2852
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
2853
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
2854
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
2855
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
2856
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
2857
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
2858
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
2859
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
2860
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
2861
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
2862
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
2863
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
2864
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
2865
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
2866
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
2867
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
2799
2868
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
2800
2869
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
2801
2870
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
2802
2871
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
2803
2872
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
2804
2873
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
2805
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
2806
2874
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
2807
2875
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
2808
2876
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2893,7 +2961,6 @@ export declare const ReorderGroup: {
2893
2961
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
2894
2962
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
2895
2963
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
2896
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
2897
2964
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
2898
2965
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
2899
2966
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2901,7 +2968,6 @@ export declare const ReorderGroup: {
2901
2968
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
2902
2969
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
2903
2970
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
2904
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
2905
2971
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
2906
2972
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
2907
2973
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -2942,10 +3008,8 @@ export declare const ReorderGroup: {
2942
3008
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
2943
3009
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
2944
3010
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
2945
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
2946
3011
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
2947
3012
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
2948
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
2949
3013
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
2950
3014
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
2951
3015
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3016,8 +3080,6 @@ export declare const ReorderGroup: {
3016
3080
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
3017
3081
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
3018
3082
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
3019
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
3020
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
3021
3083
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
3022
3084
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
3023
3085
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3064,7 +3126,6 @@ export declare const ReorderGroup: {
3064
3126
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
3065
3127
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
3066
3128
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
3067
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
3068
3129
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
3069
3130
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
3070
3131
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3100,30 +3161,23 @@ export declare const ReorderGroup: {
3100
3161
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
3101
3162
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
3102
3163
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
3103
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
3104
3164
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
3105
3165
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
3106
3166
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
3107
3167
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
3108
3168
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
3109
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
3110
3169
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
3111
3170
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
3112
3171
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
3113
3172
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
3114
3173
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
3115
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
3116
3174
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
3117
3175
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
3118
3176
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
3119
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
3120
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
3121
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
3122
3177
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
3123
3178
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
3124
3179
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
3125
3180
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
3126
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
3127
3181
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
3128
3182
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
3129
3183
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3194,9 +3248,7 @@ export declare const ReorderGroup: {
3194
3248
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
3195
3249
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
3196
3250
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
3197
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
3198
3251
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
3199
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
3200
3252
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
3201
3253
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
3202
3254
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3205,7 +3257,6 @@ export declare const ReorderGroup: {
3205
3257
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
3206
3258
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
3207
3259
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
3208
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
3209
3260
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
3210
3261
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
3211
3262
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3285,7 +3336,6 @@ export declare const ReorderGroup: {
3285
3336
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
3286
3337
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
3287
3338
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
3288
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
3289
3339
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
3290
3340
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
3291
3341
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3340,7 +3390,6 @@ export declare const ReorderGroup: {
3340
3390
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
3341
3391
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
3342
3392
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
3343
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
3344
3393
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
3345
3394
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
3346
3395
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3348,7 +3397,6 @@ export declare const ReorderGroup: {
3348
3397
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
3349
3398
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
3350
3399
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
3351
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
3352
3400
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
3353
3401
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
3354
3402
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3447,7 +3495,6 @@ export declare const ReorderGroup: {
3447
3495
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
3448
3496
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
3449
3497
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
3450
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
3451
3498
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
3452
3499
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
3453
3500
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3490,67 +3537,6 @@ export declare const ReorderGroup: {
3490
3537
  transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
3491
3538
  }>>;
3492
3539
  };
3493
- inView: {
3494
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
3495
- };
3496
- hover: {
3497
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
3498
- };
3499
- press: {
3500
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
3501
- };
3502
- variants: {
3503
- type: import('vue').PropType<{
3504
- [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
3505
- }>;
3506
- };
3507
- layout: {
3508
- type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
3509
- };
3510
- layoutId: {
3511
- type: import('vue').PropType<string>;
3512
- };
3513
- layoutScroll: {
3514
- type: import('vue').PropType<boolean>;
3515
- };
3516
- layoutRoot: {
3517
- type: import('vue').PropType<boolean>;
3518
- };
3519
- 'data-framer-portal-id': {
3520
- type: import('vue').PropType<string>;
3521
- };
3522
- crossfade: {
3523
- type: import('vue').PropType<boolean>;
3524
- };
3525
- inViewOptions: {
3526
- type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
3527
- once?: boolean;
3528
- }>;
3529
- };
3530
- dragSnapToOrigin: {
3531
- type: import('vue').PropType<boolean>;
3532
- };
3533
- onDragTransitionEnd: {
3534
- type: import('vue').PropType<() => void>;
3535
- };
3536
- onDragEnd: {
3537
- type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
3538
- };
3539
- dragPropagation: {
3540
- type: import('vue').PropType<boolean>;
3541
- };
3542
- drag: {
3543
- type: import('vue').PropType<boolean | "x" | "y">;
3544
- };
3545
- dragConstraints: {
3546
- type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
3547
- };
3548
- dragElastic: {
3549
- type: import('vue').PropType<import('framer-motion').DragElastic>;
3550
- };
3551
- onMeasureDragConstraints: {
3552
- type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
3553
- };
3554
3540
  focus: {
3555
3541
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
3556
3542
  };
@@ -3588,6 +3574,11 @@ export declare const ReorderGroup: {
3588
3574
  type: import('vue').PropType<keyof import('vue').IntrinsicElementAttributes>;
3589
3575
  default: string;
3590
3576
  };
3577
+ variants: {
3578
+ type: import('vue').PropType<{
3579
+ [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
3580
+ }>;
3581
+ };
3591
3582
  layoutGroup: {
3592
3583
  type: import('vue').PropType<import('../context').LayoutGroupState>;
3593
3584
  };
@@ -3615,6 +3606,9 @@ export declare const ReorderGroup: {
3615
3606
  globalPressTarget: {
3616
3607
  type: import('vue').PropType<boolean>;
3617
3608
  };
3609
+ press: {
3610
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
3611
+ };
3618
3612
  onPressStart: {
3619
3613
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
3620
3614
  };
@@ -3624,12 +3618,18 @@ export declare const ReorderGroup: {
3624
3618
  onPressCancel: {
3625
3619
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
3626
3620
  };
3621
+ hover: {
3622
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
3623
+ };
3627
3624
  onHoverStart: {
3628
3625
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
3629
3626
  };
3630
3627
  onHoverEnd: {
3631
3628
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
3632
3629
  };
3630
+ inView: {
3631
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
3632
+ };
3633
3633
  onViewportEnter: {
3634
3634
  type: import('vue').PropType<(entry: IntersectionObserverEntry | null) => void>;
3635
3635
  };
@@ -3706,18 +3706,39 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
3706
3706
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
3707
3707
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
3708
3708
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
3709
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
3710
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
3711
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
3709
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
3712
3710
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
3713
3711
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
3712
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
3713
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
3714
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
3715
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
3716
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
3717
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
3718
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
3719
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
3720
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
3721
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
3722
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
3723
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
3724
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
3725
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
3726
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
3727
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
3728
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
3729
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
3730
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
3731
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
3732
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
3733
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
3734
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
3735
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
3714
3736
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
3715
3737
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
3716
3738
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
3717
3739
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
3718
3740
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
3719
3741
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
3720
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
3721
3742
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
3722
3743
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
3723
3744
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3808,7 +3829,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
3808
3829
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
3809
3830
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
3810
3831
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
3811
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
3812
3832
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
3813
3833
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
3814
3834
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3816,7 +3836,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
3816
3836
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
3817
3837
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
3818
3838
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
3819
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
3820
3839
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
3821
3840
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
3822
3841
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3857,10 +3876,8 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
3857
3876
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
3858
3877
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
3859
3878
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
3860
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
3861
3879
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
3862
3880
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
3863
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
3864
3881
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
3865
3882
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
3866
3883
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3931,8 +3948,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
3931
3948
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
3932
3949
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
3933
3950
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
3934
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
3935
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
3936
3951
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
3937
3952
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
3938
3953
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -3979,7 +3994,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
3979
3994
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
3980
3995
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
3981
3996
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
3982
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
3983
3997
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
3984
3998
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
3985
3999
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4015,30 +4029,23 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
4015
4029
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
4016
4030
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
4017
4031
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
4018
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
4019
4032
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
4020
4033
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
4021
4034
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
4022
4035
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
4023
4036
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
4024
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
4025
4037
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
4026
4038
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
4027
4039
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
4028
4040
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
4029
4041
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
4030
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
4031
4042
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
4032
4043
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
4033
4044
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
4034
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
4035
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
4036
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
4037
4045
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
4038
4046
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
4039
4047
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
4040
4048
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
4041
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
4042
4049
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
4043
4050
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
4044
4051
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4109,9 +4116,7 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
4109
4116
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
4110
4117
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
4111
4118
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
4112
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
4113
4119
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
4114
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
4115
4120
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
4116
4121
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
4117
4122
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4120,7 +4125,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
4120
4125
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
4121
4126
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
4122
4127
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
4123
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
4124
4128
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
4125
4129
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
4126
4130
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4200,7 +4204,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
4200
4204
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
4201
4205
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
4202
4206
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
4203
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
4204
4207
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
4205
4208
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
4206
4209
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4255,7 +4258,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
4255
4258
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
4256
4259
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
4257
4260
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
4258
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
4259
4261
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
4260
4262
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
4261
4263
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4263,7 +4265,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
4263
4265
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
4264
4266
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
4265
4267
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
4266
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
4267
4268
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
4268
4269
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
4269
4270
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4362,7 +4363,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
4362
4363
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
4363
4364
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
4364
4365
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
4365
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
4366
4366
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
4367
4367
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
4368
4368
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4471,6 +4471,50 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
4471
4471
  export declare const Reorder: {
4472
4472
  Group: {
4473
4473
  new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
4474
+ layout: {
4475
+ type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
4476
+ };
4477
+ layoutId: {
4478
+ type: import('vue').PropType<string>;
4479
+ };
4480
+ layoutScroll: {
4481
+ type: import('vue').PropType<boolean>;
4482
+ };
4483
+ layoutRoot: {
4484
+ type: import('vue').PropType<boolean>;
4485
+ };
4486
+ 'data-framer-portal-id': {
4487
+ type: import('vue').PropType<string>;
4488
+ };
4489
+ crossfade: {
4490
+ type: import('vue').PropType<boolean>;
4491
+ };
4492
+ inViewOptions: {
4493
+ type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
4494
+ once?: boolean;
4495
+ }>;
4496
+ };
4497
+ values: {
4498
+ type: import('vue').PropType<unknown[]>;
4499
+ required: true;
4500
+ };
4501
+ dragSnapToOrigin: {
4502
+ type: import('vue').PropType<boolean>;
4503
+ };
4504
+ transition: {
4505
+ type: import('vue').PropType<import('../..').$Transition & {
4506
+ layout?: import('../..').$Transition;
4507
+ }>;
4508
+ };
4509
+ onDragTransitionEnd: {
4510
+ type: import('vue').PropType<() => void>;
4511
+ };
4512
+ onDragEnd: {
4513
+ type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
4514
+ };
4515
+ dragPropagation: {
4516
+ type: import('vue').PropType<boolean>;
4517
+ };
4474
4518
  initial: {
4475
4519
  type: import('vue').PropType<boolean | import('../..').VariantLabels | import('../..').Variant>;
4476
4520
  };
@@ -4495,32 +4539,56 @@ export declare const Reorder: {
4495
4539
  exit: {
4496
4540
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
4497
4541
  };
4498
- transition: {
4499
- type: import('vue').PropType<import('../..').$Transition & {
4500
- layout?: import('../..').$Transition;
4501
- }>;
4542
+ drag: {
4543
+ type: import('vue').PropType<boolean | "x" | "y">;
4502
4544
  };
4503
- values: {
4504
- type: import('vue').PropType<unknown[]>;
4505
- required: true;
4545
+ dragConstraints: {
4546
+ type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
4547
+ };
4548
+ dragElastic: {
4549
+ type: import('vue').PropType<import('framer-motion').DragElastic>;
4550
+ };
4551
+ onMeasureDragConstraints: {
4552
+ type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
4506
4553
  };
4507
4554
  style: {
4508
4555
  type: import('vue').PropType<Partial<{
4509
4556
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
4510
4557
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
4511
4558
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
4512
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
4513
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
4514
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
4559
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
4515
4560
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
4516
4561
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
4562
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
4563
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
4564
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
4565
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
4566
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
4567
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
4568
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
4569
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
4570
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
4571
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
4572
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
4573
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
4574
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
4575
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
4576
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
4577
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
4578
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
4579
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
4580
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
4581
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
4582
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
4583
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
4584
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
4585
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
4517
4586
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
4518
4587
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
4519
4588
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
4520
4589
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
4521
4590
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
4522
4591
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
4523
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
4524
4592
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
4525
4593
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
4526
4594
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4611,7 +4679,6 @@ export declare const Reorder: {
4611
4679
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
4612
4680
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
4613
4681
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
4614
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
4615
4682
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
4616
4683
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
4617
4684
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4619,7 +4686,6 @@ export declare const Reorder: {
4619
4686
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
4620
4687
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
4621
4688
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
4622
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
4623
4689
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
4624
4690
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
4625
4691
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4660,10 +4726,8 @@ export declare const Reorder: {
4660
4726
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
4661
4727
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
4662
4728
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
4663
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
4664
4729
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
4665
4730
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
4666
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
4667
4731
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
4668
4732
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
4669
4733
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4734,8 +4798,6 @@ export declare const Reorder: {
4734
4798
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
4735
4799
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
4736
4800
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
4737
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
4738
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
4739
4801
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
4740
4802
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
4741
4803
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4782,7 +4844,6 @@ export declare const Reorder: {
4782
4844
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
4783
4845
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
4784
4846
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
4785
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
4786
4847
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
4787
4848
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
4788
4849
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4818,30 +4879,23 @@ export declare const Reorder: {
4818
4879
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
4819
4880
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
4820
4881
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
4821
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
4822
4882
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
4823
4883
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
4824
4884
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
4825
4885
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
4826
4886
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
4827
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
4828
4887
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
4829
4888
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
4830
4889
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
4831
4890
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
4832
4891
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
4833
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
4834
4892
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
4835
4893
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
4836
4894
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
4837
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
4838
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
4839
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
4840
4895
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
4841
4896
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
4842
4897
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
4843
4898
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
4844
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
4845
4899
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
4846
4900
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
4847
4901
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4912,9 +4966,7 @@ export declare const Reorder: {
4912
4966
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
4913
4967
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
4914
4968
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
4915
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
4916
4969
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
4917
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
4918
4970
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
4919
4971
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
4920
4972
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -4923,7 +4975,6 @@ export declare const Reorder: {
4923
4975
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
4924
4976
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
4925
4977
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
4926
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
4927
4978
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
4928
4979
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
4929
4980
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5003,7 +5054,6 @@ export declare const Reorder: {
5003
5054
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
5004
5055
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
5005
5056
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
5006
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
5007
5057
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
5008
5058
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
5009
5059
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5058,7 +5108,6 @@ export declare const Reorder: {
5058
5108
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
5059
5109
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
5060
5110
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
5061
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
5062
5111
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
5063
5112
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
5064
5113
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5066,7 +5115,6 @@ export declare const Reorder: {
5066
5115
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
5067
5116
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
5068
5117
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
5069
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
5070
5118
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
5071
5119
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
5072
5120
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5165,7 +5213,6 @@ export declare const Reorder: {
5165
5213
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
5166
5214
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
5167
5215
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
5168
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
5169
5216
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
5170
5217
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
5171
5218
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5208,67 +5255,6 @@ export declare const Reorder: {
5208
5255
  transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
5209
5256
  }>>;
5210
5257
  };
5211
- inView: {
5212
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
5213
- };
5214
- hover: {
5215
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
5216
- };
5217
- press: {
5218
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
5219
- };
5220
- variants: {
5221
- type: import('vue').PropType<{
5222
- [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
5223
- }>;
5224
- };
5225
- layout: {
5226
- type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
5227
- };
5228
- layoutId: {
5229
- type: import('vue').PropType<string>;
5230
- };
5231
- layoutScroll: {
5232
- type: import('vue').PropType<boolean>;
5233
- };
5234
- layoutRoot: {
5235
- type: import('vue').PropType<boolean>;
5236
- };
5237
- 'data-framer-portal-id': {
5238
- type: import('vue').PropType<string>;
5239
- };
5240
- crossfade: {
5241
- type: import('vue').PropType<boolean>;
5242
- };
5243
- inViewOptions: {
5244
- type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
5245
- once?: boolean;
5246
- }>;
5247
- };
5248
- dragSnapToOrigin: {
5249
- type: import('vue').PropType<boolean>;
5250
- };
5251
- onDragTransitionEnd: {
5252
- type: import('vue').PropType<() => void>;
5253
- };
5254
- onDragEnd: {
5255
- type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
5256
- };
5257
- dragPropagation: {
5258
- type: import('vue').PropType<boolean>;
5259
- };
5260
- drag: {
5261
- type: import('vue').PropType<boolean | "x" | "y">;
5262
- };
5263
- dragConstraints: {
5264
- type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
5265
- };
5266
- dragElastic: {
5267
- type: import('vue').PropType<import('framer-motion').DragElastic>;
5268
- };
5269
- onMeasureDragConstraints: {
5270
- type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
5271
- };
5272
5258
  focus: {
5273
5259
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
5274
5260
  };
@@ -5306,6 +5292,11 @@ export declare const Reorder: {
5306
5292
  type: import('vue').PropType<keyof import('vue').IntrinsicElementAttributes>;
5307
5293
  default: string;
5308
5294
  };
5295
+ variants: {
5296
+ type: import('vue').PropType<{
5297
+ [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
5298
+ }>;
5299
+ };
5309
5300
  layoutGroup: {
5310
5301
  type: import('vue').PropType<import('../context').LayoutGroupState>;
5311
5302
  };
@@ -5333,6 +5324,9 @@ export declare const Reorder: {
5333
5324
  globalPressTarget: {
5334
5325
  type: import('vue').PropType<boolean>;
5335
5326
  };
5327
+ press: {
5328
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
5329
+ };
5336
5330
  onPressStart: {
5337
5331
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
5338
5332
  };
@@ -5342,12 +5336,18 @@ export declare const Reorder: {
5342
5336
  onPressCancel: {
5343
5337
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
5344
5338
  };
5339
+ hover: {
5340
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
5341
+ };
5345
5342
  onHoverStart: {
5346
5343
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
5347
5344
  };
5348
5345
  onHoverEnd: {
5349
5346
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
5350
5347
  };
5348
+ inView: {
5349
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
5350
+ };
5351
5351
  onViewportEnter: {
5352
5352
  type: import('vue').PropType<(entry: IntersectionObserverEntry | null) => void>;
5353
5353
  };
@@ -5383,6 +5383,50 @@ export declare const Reorder: {
5383
5383
  type: import('vue').PropType<(newOrder: unknown[]) => void>;
5384
5384
  };
5385
5385
  }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
5386
+ layout: {
5387
+ type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
5388
+ };
5389
+ layoutId: {
5390
+ type: import('vue').PropType<string>;
5391
+ };
5392
+ layoutScroll: {
5393
+ type: import('vue').PropType<boolean>;
5394
+ };
5395
+ layoutRoot: {
5396
+ type: import('vue').PropType<boolean>;
5397
+ };
5398
+ 'data-framer-portal-id': {
5399
+ type: import('vue').PropType<string>;
5400
+ };
5401
+ crossfade: {
5402
+ type: import('vue').PropType<boolean>;
5403
+ };
5404
+ inViewOptions: {
5405
+ type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
5406
+ once?: boolean;
5407
+ }>;
5408
+ };
5409
+ values: {
5410
+ type: import('vue').PropType<unknown[]>;
5411
+ required: true;
5412
+ };
5413
+ dragSnapToOrigin: {
5414
+ type: import('vue').PropType<boolean>;
5415
+ };
5416
+ transition: {
5417
+ type: import('vue').PropType<import('../..').$Transition & {
5418
+ layout?: import('../..').$Transition;
5419
+ }>;
5420
+ };
5421
+ onDragTransitionEnd: {
5422
+ type: import('vue').PropType<() => void>;
5423
+ };
5424
+ onDragEnd: {
5425
+ type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
5426
+ };
5427
+ dragPropagation: {
5428
+ type: import('vue').PropType<boolean>;
5429
+ };
5386
5430
  initial: {
5387
5431
  type: import('vue').PropType<boolean | import('../..').VariantLabels | import('../..').Variant>;
5388
5432
  };
@@ -5407,32 +5451,56 @@ export declare const Reorder: {
5407
5451
  exit: {
5408
5452
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
5409
5453
  };
5410
- transition: {
5411
- type: import('vue').PropType<import('../..').$Transition & {
5412
- layout?: import('../..').$Transition;
5413
- }>;
5454
+ drag: {
5455
+ type: import('vue').PropType<boolean | "x" | "y">;
5414
5456
  };
5415
- values: {
5416
- type: import('vue').PropType<unknown[]>;
5417
- required: true;
5457
+ dragConstraints: {
5458
+ type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
5459
+ };
5460
+ dragElastic: {
5461
+ type: import('vue').PropType<import('framer-motion').DragElastic>;
5462
+ };
5463
+ onMeasureDragConstraints: {
5464
+ type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
5418
5465
  };
5419
5466
  style: {
5420
5467
  type: import('vue').PropType<Partial<{
5421
5468
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
5422
5469
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
5423
5470
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
5424
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
5425
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
5426
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
5471
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
5427
5472
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
5428
5473
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
5474
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
5475
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
5476
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
5477
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
5478
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
5479
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
5480
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
5481
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
5482
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
5483
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
5484
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
5485
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
5486
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
5487
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
5488
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
5489
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
5490
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
5491
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
5492
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
5493
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
5494
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
5495
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
5496
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
5497
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
5429
5498
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
5430
5499
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
5431
5500
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
5432
5501
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
5433
5502
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
5434
5503
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
5435
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
5436
5504
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
5437
5505
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
5438
5506
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5523,7 +5591,6 @@ export declare const Reorder: {
5523
5591
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
5524
5592
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
5525
5593
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
5526
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
5527
5594
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
5528
5595
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
5529
5596
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5531,7 +5598,6 @@ export declare const Reorder: {
5531
5598
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
5532
5599
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
5533
5600
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
5534
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
5535
5601
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
5536
5602
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
5537
5603
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5572,10 +5638,8 @@ export declare const Reorder: {
5572
5638
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
5573
5639
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
5574
5640
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
5575
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
5576
5641
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
5577
5642
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
5578
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
5579
5643
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
5580
5644
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
5581
5645
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5646,8 +5710,6 @@ export declare const Reorder: {
5646
5710
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
5647
5711
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
5648
5712
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
5649
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
5650
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
5651
5713
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
5652
5714
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
5653
5715
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5694,7 +5756,6 @@ export declare const Reorder: {
5694
5756
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
5695
5757
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
5696
5758
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
5697
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
5698
5759
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
5699
5760
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
5700
5761
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5730,30 +5791,23 @@ export declare const Reorder: {
5730
5791
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
5731
5792
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
5732
5793
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
5733
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
5734
5794
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
5735
5795
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
5736
5796
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
5737
5797
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
5738
5798
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
5739
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
5740
5799
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
5741
5800
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
5742
5801
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
5743
5802
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
5744
5803
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
5745
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
5746
5804
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
5747
5805
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
5748
5806
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
5749
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
5750
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
5751
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
5752
5807
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
5753
5808
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
5754
5809
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
5755
5810
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
5756
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
5757
5811
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
5758
5812
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
5759
5813
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5824,9 +5878,7 @@ export declare const Reorder: {
5824
5878
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
5825
5879
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
5826
5880
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
5827
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
5828
5881
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
5829
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
5830
5882
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
5831
5883
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
5832
5884
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5835,7 +5887,6 @@ export declare const Reorder: {
5835
5887
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
5836
5888
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
5837
5889
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
5838
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
5839
5890
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
5840
5891
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
5841
5892
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5915,7 +5966,6 @@ export declare const Reorder: {
5915
5966
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
5916
5967
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
5917
5968
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
5918
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
5919
5969
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
5920
5970
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
5921
5971
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5970,7 +6020,6 @@ export declare const Reorder: {
5970
6020
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
5971
6021
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
5972
6022
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
5973
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
5974
6023
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
5975
6024
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
5976
6025
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -5978,7 +6027,6 @@ export declare const Reorder: {
5978
6027
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
5979
6028
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
5980
6029
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
5981
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
5982
6030
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
5983
6031
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
5984
6032
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6077,7 +6125,6 @@ export declare const Reorder: {
6077
6125
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
6078
6126
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
6079
6127
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
6080
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
6081
6128
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
6082
6129
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
6083
6130
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6120,67 +6167,6 @@ export declare const Reorder: {
6120
6167
  transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
6121
6168
  }>>;
6122
6169
  };
6123
- inView: {
6124
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
6125
- };
6126
- hover: {
6127
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
6128
- };
6129
- press: {
6130
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
6131
- };
6132
- variants: {
6133
- type: import('vue').PropType<{
6134
- [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
6135
- }>;
6136
- };
6137
- layout: {
6138
- type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
6139
- };
6140
- layoutId: {
6141
- type: import('vue').PropType<string>;
6142
- };
6143
- layoutScroll: {
6144
- type: import('vue').PropType<boolean>;
6145
- };
6146
- layoutRoot: {
6147
- type: import('vue').PropType<boolean>;
6148
- };
6149
- 'data-framer-portal-id': {
6150
- type: import('vue').PropType<string>;
6151
- };
6152
- crossfade: {
6153
- type: import('vue').PropType<boolean>;
6154
- };
6155
- inViewOptions: {
6156
- type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
6157
- once?: boolean;
6158
- }>;
6159
- };
6160
- dragSnapToOrigin: {
6161
- type: import('vue').PropType<boolean>;
6162
- };
6163
- onDragTransitionEnd: {
6164
- type: import('vue').PropType<() => void>;
6165
- };
6166
- onDragEnd: {
6167
- type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
6168
- };
6169
- dragPropagation: {
6170
- type: import('vue').PropType<boolean>;
6171
- };
6172
- drag: {
6173
- type: import('vue').PropType<boolean | "x" | "y">;
6174
- };
6175
- dragConstraints: {
6176
- type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
6177
- };
6178
- dragElastic: {
6179
- type: import('vue').PropType<import('framer-motion').DragElastic>;
6180
- };
6181
- onMeasureDragConstraints: {
6182
- type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
6183
- };
6184
6170
  focus: {
6185
6171
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
6186
6172
  };
@@ -6218,6 +6204,11 @@ export declare const Reorder: {
6218
6204
  type: import('vue').PropType<keyof import('vue').IntrinsicElementAttributes>;
6219
6205
  default: string;
6220
6206
  };
6207
+ variants: {
6208
+ type: import('vue').PropType<{
6209
+ [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
6210
+ }>;
6211
+ };
6221
6212
  layoutGroup: {
6222
6213
  type: import('vue').PropType<import('../context').LayoutGroupState>;
6223
6214
  };
@@ -6245,6 +6236,9 @@ export declare const Reorder: {
6245
6236
  globalPressTarget: {
6246
6237
  type: import('vue').PropType<boolean>;
6247
6238
  };
6239
+ press: {
6240
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
6241
+ };
6248
6242
  onPressStart: {
6249
6243
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
6250
6244
  };
@@ -6254,12 +6248,18 @@ export declare const Reorder: {
6254
6248
  onPressCancel: {
6255
6249
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
6256
6250
  };
6251
+ hover: {
6252
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
6253
+ };
6257
6254
  onHoverStart: {
6258
6255
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
6259
6256
  };
6260
6257
  onHoverEnd: {
6261
6258
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
6262
6259
  };
6260
+ inView: {
6261
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
6262
+ };
6263
6263
  onViewportEnter: {
6264
6264
  type: import('vue').PropType<(entry: IntersectionObserverEntry | null) => void>;
6265
6265
  };
@@ -6305,6 +6305,50 @@ export declare const Reorder: {
6305
6305
  M: {};
6306
6306
  Defaults: {};
6307
6307
  }, Readonly<import('vue').ExtractPropTypes<{
6308
+ layout: {
6309
+ type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
6310
+ };
6311
+ layoutId: {
6312
+ type: import('vue').PropType<string>;
6313
+ };
6314
+ layoutScroll: {
6315
+ type: import('vue').PropType<boolean>;
6316
+ };
6317
+ layoutRoot: {
6318
+ type: import('vue').PropType<boolean>;
6319
+ };
6320
+ 'data-framer-portal-id': {
6321
+ type: import('vue').PropType<string>;
6322
+ };
6323
+ crossfade: {
6324
+ type: import('vue').PropType<boolean>;
6325
+ };
6326
+ inViewOptions: {
6327
+ type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
6328
+ once?: boolean;
6329
+ }>;
6330
+ };
6331
+ values: {
6332
+ type: import('vue').PropType<unknown[]>;
6333
+ required: true;
6334
+ };
6335
+ dragSnapToOrigin: {
6336
+ type: import('vue').PropType<boolean>;
6337
+ };
6338
+ transition: {
6339
+ type: import('vue').PropType<import('../..').$Transition & {
6340
+ layout?: import('../..').$Transition;
6341
+ }>;
6342
+ };
6343
+ onDragTransitionEnd: {
6344
+ type: import('vue').PropType<() => void>;
6345
+ };
6346
+ onDragEnd: {
6347
+ type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
6348
+ };
6349
+ dragPropagation: {
6350
+ type: import('vue').PropType<boolean>;
6351
+ };
6308
6352
  initial: {
6309
6353
  type: import('vue').PropType<boolean | import('../..').VariantLabels | import('../..').Variant>;
6310
6354
  };
@@ -6329,32 +6373,56 @@ export declare const Reorder: {
6329
6373
  exit: {
6330
6374
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
6331
6375
  };
6332
- transition: {
6333
- type: import('vue').PropType<import('../..').$Transition & {
6334
- layout?: import('../..').$Transition;
6335
- }>;
6376
+ drag: {
6377
+ type: import('vue').PropType<boolean | "x" | "y">;
6336
6378
  };
6337
- values: {
6338
- type: import('vue').PropType<unknown[]>;
6339
- required: true;
6379
+ dragConstraints: {
6380
+ type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
6381
+ };
6382
+ dragElastic: {
6383
+ type: import('vue').PropType<import('framer-motion').DragElastic>;
6384
+ };
6385
+ onMeasureDragConstraints: {
6386
+ type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
6340
6387
  };
6341
6388
  style: {
6342
6389
  type: import('vue').PropType<Partial<{
6343
6390
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
6344
6391
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
6345
6392
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
6346
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
6347
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
6348
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
6393
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
6349
6394
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
6350
6395
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
6396
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
6397
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
6398
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
6399
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
6400
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
6401
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
6402
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
6403
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
6404
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
6405
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
6406
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
6407
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
6408
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
6409
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
6410
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
6411
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
6412
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
6413
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
6414
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
6415
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
6416
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
6417
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
6418
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
6419
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
6351
6420
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
6352
6421
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
6353
6422
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
6354
6423
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
6355
6424
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
6356
6425
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
6357
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
6358
6426
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
6359
6427
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
6360
6428
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6445,7 +6513,6 @@ export declare const Reorder: {
6445
6513
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
6446
6514
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
6447
6515
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
6448
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
6449
6516
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
6450
6517
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
6451
6518
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6453,7 +6520,6 @@ export declare const Reorder: {
6453
6520
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
6454
6521
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
6455
6522
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
6456
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
6457
6523
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
6458
6524
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
6459
6525
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6494,10 +6560,8 @@ export declare const Reorder: {
6494
6560
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
6495
6561
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
6496
6562
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
6497
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
6498
6563
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
6499
6564
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
6500
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
6501
6565
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
6502
6566
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
6503
6567
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6568,8 +6632,6 @@ export declare const Reorder: {
6568
6632
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
6569
6633
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
6570
6634
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
6571
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
6572
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
6573
6635
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
6574
6636
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
6575
6637
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6616,7 +6678,6 @@ export declare const Reorder: {
6616
6678
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
6617
6679
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
6618
6680
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
6619
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
6620
6681
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
6621
6682
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
6622
6683
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6652,30 +6713,23 @@ export declare const Reorder: {
6652
6713
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
6653
6714
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
6654
6715
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
6655
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
6656
6716
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
6657
6717
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
6658
6718
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
6659
6719
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
6660
6720
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
6661
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
6662
6721
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
6663
6722
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
6664
6723
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
6665
6724
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
6666
6725
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
6667
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
6668
6726
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
6669
6727
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
6670
6728
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
6671
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
6672
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
6673
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
6674
6729
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
6675
6730
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
6676
6731
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
6677
6732
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
6678
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
6679
6733
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
6680
6734
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
6681
6735
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6746,9 +6800,7 @@ export declare const Reorder: {
6746
6800
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
6747
6801
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
6748
6802
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
6749
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
6750
6803
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
6751
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
6752
6804
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
6753
6805
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
6754
6806
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6757,7 +6809,6 @@ export declare const Reorder: {
6757
6809
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
6758
6810
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
6759
6811
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
6760
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
6761
6812
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
6762
6813
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
6763
6814
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6837,7 +6888,6 @@ export declare const Reorder: {
6837
6888
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
6838
6889
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
6839
6890
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
6840
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
6841
6891
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
6842
6892
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
6843
6893
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6892,7 +6942,6 @@ export declare const Reorder: {
6892
6942
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
6893
6943
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
6894
6944
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
6895
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
6896
6945
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
6897
6946
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
6898
6947
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6900,7 +6949,6 @@ export declare const Reorder: {
6900
6949
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
6901
6950
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
6902
6951
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
6903
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
6904
6952
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
6905
6953
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
6906
6954
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -6999,7 +7047,6 @@ export declare const Reorder: {
6999
7047
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
7000
7048
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
7001
7049
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
7002
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
7003
7050
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
7004
7051
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
7005
7052
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7035,73 +7082,12 @@ export declare const Reorder: {
7035
7082
  translateX?: string | number | import('framer-motion/dom').MotionValue<any>;
7036
7083
  translateY?: string | number | import('framer-motion/dom').MotionValue<any>;
7037
7084
  translateZ?: string | number | import('framer-motion/dom').MotionValue<any>;
7038
- skew?: string | number | import('framer-motion/dom').MotionValue<any>;
7039
- originX?: string | number | import('framer-motion/dom').MotionValue<any>;
7040
- originY?: string | number | import('framer-motion/dom').MotionValue<any>;
7041
- originZ?: string | number | import('framer-motion/dom').MotionValue<any>;
7042
- transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
7043
- }>>;
7044
- };
7045
- inView: {
7046
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7047
- };
7048
- hover: {
7049
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7050
- };
7051
- press: {
7052
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7053
- };
7054
- variants: {
7055
- type: import('vue').PropType<{
7056
- [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
7057
- }>;
7058
- };
7059
- layout: {
7060
- type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
7061
- };
7062
- layoutId: {
7063
- type: import('vue').PropType<string>;
7064
- };
7065
- layoutScroll: {
7066
- type: import('vue').PropType<boolean>;
7067
- };
7068
- layoutRoot: {
7069
- type: import('vue').PropType<boolean>;
7070
- };
7071
- 'data-framer-portal-id': {
7072
- type: import('vue').PropType<string>;
7073
- };
7074
- crossfade: {
7075
- type: import('vue').PropType<boolean>;
7076
- };
7077
- inViewOptions: {
7078
- type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
7079
- once?: boolean;
7080
- }>;
7081
- };
7082
- dragSnapToOrigin: {
7083
- type: import('vue').PropType<boolean>;
7084
- };
7085
- onDragTransitionEnd: {
7086
- type: import('vue').PropType<() => void>;
7087
- };
7088
- onDragEnd: {
7089
- type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
7090
- };
7091
- dragPropagation: {
7092
- type: import('vue').PropType<boolean>;
7093
- };
7094
- drag: {
7095
- type: import('vue').PropType<boolean | "x" | "y">;
7096
- };
7097
- dragConstraints: {
7098
- type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
7099
- };
7100
- dragElastic: {
7101
- type: import('vue').PropType<import('framer-motion').DragElastic>;
7102
- };
7103
- onMeasureDragConstraints: {
7104
- type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
7085
+ skew?: string | number | import('framer-motion/dom').MotionValue<any>;
7086
+ originX?: string | number | import('framer-motion/dom').MotionValue<any>;
7087
+ originY?: string | number | import('framer-motion/dom').MotionValue<any>;
7088
+ originZ?: string | number | import('framer-motion/dom').MotionValue<any>;
7089
+ transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
7090
+ }>>;
7105
7091
  };
7106
7092
  focus: {
7107
7093
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
@@ -7140,6 +7126,11 @@ export declare const Reorder: {
7140
7126
  type: import('vue').PropType<keyof import('vue').IntrinsicElementAttributes>;
7141
7127
  default: string;
7142
7128
  };
7129
+ variants: {
7130
+ type: import('vue').PropType<{
7131
+ [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
7132
+ }>;
7133
+ };
7143
7134
  layoutGroup: {
7144
7135
  type: import('vue').PropType<import('../context').LayoutGroupState>;
7145
7136
  };
@@ -7167,6 +7158,9 @@ export declare const Reorder: {
7167
7158
  globalPressTarget: {
7168
7159
  type: import('vue').PropType<boolean>;
7169
7160
  };
7161
+ press: {
7162
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7163
+ };
7170
7164
  onPressStart: {
7171
7165
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
7172
7166
  };
@@ -7176,12 +7170,18 @@ export declare const Reorder: {
7176
7170
  onPressCancel: {
7177
7171
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
7178
7172
  };
7173
+ hover: {
7174
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7175
+ };
7179
7176
  onHoverStart: {
7180
7177
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
7181
7178
  };
7182
7179
  onHoverEnd: {
7183
7180
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
7184
7181
  };
7182
+ inView: {
7183
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7184
+ };
7185
7185
  onViewportEnter: {
7186
7186
  type: import('vue').PropType<(entry: IntersectionObserverEntry | null) => void>;
7187
7187
  };
@@ -7224,6 +7224,50 @@ export declare const Reorder: {
7224
7224
  __isTeleport?: never;
7225
7225
  __isSuspense?: never;
7226
7226
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
7227
+ layout: {
7228
+ type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
7229
+ };
7230
+ layoutId: {
7231
+ type: import('vue').PropType<string>;
7232
+ };
7233
+ layoutScroll: {
7234
+ type: import('vue').PropType<boolean>;
7235
+ };
7236
+ layoutRoot: {
7237
+ type: import('vue').PropType<boolean>;
7238
+ };
7239
+ 'data-framer-portal-id': {
7240
+ type: import('vue').PropType<string>;
7241
+ };
7242
+ crossfade: {
7243
+ type: import('vue').PropType<boolean>;
7244
+ };
7245
+ inViewOptions: {
7246
+ type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
7247
+ once?: boolean;
7248
+ }>;
7249
+ };
7250
+ values: {
7251
+ type: import('vue').PropType<unknown[]>;
7252
+ required: true;
7253
+ };
7254
+ dragSnapToOrigin: {
7255
+ type: import('vue').PropType<boolean>;
7256
+ };
7257
+ transition: {
7258
+ type: import('vue').PropType<import('../..').$Transition & {
7259
+ layout?: import('../..').$Transition;
7260
+ }>;
7261
+ };
7262
+ onDragTransitionEnd: {
7263
+ type: import('vue').PropType<() => void>;
7264
+ };
7265
+ onDragEnd: {
7266
+ type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
7267
+ };
7268
+ dragPropagation: {
7269
+ type: import('vue').PropType<boolean>;
7270
+ };
7227
7271
  initial: {
7228
7272
  type: import('vue').PropType<boolean | import('../..').VariantLabels | import('../..').Variant>;
7229
7273
  };
@@ -7248,32 +7292,56 @@ export declare const Reorder: {
7248
7292
  exit: {
7249
7293
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7250
7294
  };
7251
- transition: {
7252
- type: import('vue').PropType<import('../..').$Transition & {
7253
- layout?: import('../..').$Transition;
7254
- }>;
7295
+ drag: {
7296
+ type: import('vue').PropType<boolean | "x" | "y">;
7255
7297
  };
7256
- values: {
7257
- type: import('vue').PropType<unknown[]>;
7258
- required: true;
7298
+ dragConstraints: {
7299
+ type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
7300
+ };
7301
+ dragElastic: {
7302
+ type: import('vue').PropType<import('framer-motion').DragElastic>;
7303
+ };
7304
+ onMeasureDragConstraints: {
7305
+ type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
7259
7306
  };
7260
7307
  style: {
7261
7308
  type: import('vue').PropType<Partial<{
7262
7309
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
7263
7310
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
7264
7311
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
7265
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
7266
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
7267
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
7312
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
7268
7313
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
7269
7314
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
7315
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
7316
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
7317
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
7318
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
7319
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
7320
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
7321
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
7322
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
7323
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
7324
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
7325
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
7326
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
7327
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
7328
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
7329
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
7330
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
7331
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
7332
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
7333
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
7334
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
7335
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
7336
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
7337
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
7338
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
7270
7339
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
7271
7340
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
7272
7341
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
7273
7342
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
7274
7343
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
7275
7344
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
7276
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
7277
7345
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
7278
7346
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
7279
7347
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7364,7 +7432,6 @@ export declare const Reorder: {
7364
7432
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
7365
7433
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
7366
7434
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
7367
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
7368
7435
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
7369
7436
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
7370
7437
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7372,7 +7439,6 @@ export declare const Reorder: {
7372
7439
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
7373
7440
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
7374
7441
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
7375
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
7376
7442
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
7377
7443
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
7378
7444
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7413,10 +7479,8 @@ export declare const Reorder: {
7413
7479
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
7414
7480
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
7415
7481
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
7416
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
7417
7482
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
7418
7483
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
7419
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
7420
7484
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
7421
7485
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
7422
7486
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7487,8 +7551,6 @@ export declare const Reorder: {
7487
7551
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
7488
7552
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
7489
7553
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
7490
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
7491
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
7492
7554
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
7493
7555
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
7494
7556
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7535,7 +7597,6 @@ export declare const Reorder: {
7535
7597
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
7536
7598
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
7537
7599
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
7538
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
7539
7600
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
7540
7601
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
7541
7602
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7571,30 +7632,23 @@ export declare const Reorder: {
7571
7632
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
7572
7633
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
7573
7634
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
7574
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
7575
7635
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
7576
7636
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
7577
7637
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
7578
7638
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
7579
7639
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
7580
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
7581
7640
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
7582
7641
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
7583
7642
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
7584
7643
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
7585
7644
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
7586
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
7587
7645
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
7588
7646
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
7589
7647
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
7590
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
7591
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
7592
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
7593
7648
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
7594
7649
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
7595
7650
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
7596
7651
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
7597
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
7598
7652
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
7599
7653
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
7600
7654
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7665,9 +7719,7 @@ export declare const Reorder: {
7665
7719
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
7666
7720
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
7667
7721
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
7668
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
7669
7722
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
7670
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
7671
7723
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
7672
7724
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
7673
7725
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7676,7 +7728,6 @@ export declare const Reorder: {
7676
7728
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
7677
7729
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
7678
7730
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
7679
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
7680
7731
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
7681
7732
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
7682
7733
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7756,7 +7807,6 @@ export declare const Reorder: {
7756
7807
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
7757
7808
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
7758
7809
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
7759
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
7760
7810
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
7761
7811
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
7762
7812
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7811,7 +7861,6 @@ export declare const Reorder: {
7811
7861
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
7812
7862
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
7813
7863
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
7814
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
7815
7864
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
7816
7865
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
7817
7866
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7819,7 +7868,6 @@ export declare const Reorder: {
7819
7868
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
7820
7869
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
7821
7870
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
7822
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
7823
7871
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
7824
7872
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
7825
7873
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7918,7 +7966,6 @@ export declare const Reorder: {
7918
7966
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
7919
7967
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
7920
7968
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
7921
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
7922
7969
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
7923
7970
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
7924
7971
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -7961,67 +8008,6 @@ export declare const Reorder: {
7961
8008
  transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
7962
8009
  }>>;
7963
8010
  };
7964
- inView: {
7965
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7966
- };
7967
- hover: {
7968
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7969
- };
7970
- press: {
7971
- type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
7972
- };
7973
- variants: {
7974
- type: import('vue').PropType<{
7975
- [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
7976
- }>;
7977
- };
7978
- layout: {
7979
- type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
7980
- };
7981
- layoutId: {
7982
- type: import('vue').PropType<string>;
7983
- };
7984
- layoutScroll: {
7985
- type: import('vue').PropType<boolean>;
7986
- };
7987
- layoutRoot: {
7988
- type: import('vue').PropType<boolean>;
7989
- };
7990
- 'data-framer-portal-id': {
7991
- type: import('vue').PropType<string>;
7992
- };
7993
- crossfade: {
7994
- type: import('vue').PropType<boolean>;
7995
- };
7996
- inViewOptions: {
7997
- type: import('vue').PropType<import('../../features/gestures/in-view/types').InViewOptions & {
7998
- once?: boolean;
7999
- }>;
8000
- };
8001
- dragSnapToOrigin: {
8002
- type: import('vue').PropType<boolean>;
8003
- };
8004
- onDragTransitionEnd: {
8005
- type: import('vue').PropType<() => void>;
8006
- };
8007
- onDragEnd: {
8008
- type: import('vue').PropType<(event: PointerEvent, info: import('framer-motion').PanInfo) => void>;
8009
- };
8010
- dragPropagation: {
8011
- type: import('vue').PropType<boolean>;
8012
- };
8013
- drag: {
8014
- type: import('vue').PropType<boolean | "x" | "y">;
8015
- };
8016
- dragConstraints: {
8017
- type: import('vue').PropType<false | HTMLElement | Partial<import('framer-motion').BoundingBox>>;
8018
- };
8019
- dragElastic: {
8020
- type: import('vue').PropType<import('framer-motion').DragElastic>;
8021
- };
8022
- onMeasureDragConstraints: {
8023
- type: import('vue').PropType<(constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void>;
8024
- };
8025
8011
  focus: {
8026
8012
  type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
8027
8013
  };
@@ -8059,6 +8045,11 @@ export declare const Reorder: {
8059
8045
  type: import('vue').PropType<keyof import('vue').IntrinsicElementAttributes>;
8060
8046
  default: string;
8061
8047
  };
8048
+ variants: {
8049
+ type: import('vue').PropType<{
8050
+ [k: string]: import('../..').Variant | ((custom: unknown) => import('../..').Variant);
8051
+ }>;
8052
+ };
8062
8053
  layoutGroup: {
8063
8054
  type: import('vue').PropType<import('../context').LayoutGroupState>;
8064
8055
  };
@@ -8086,6 +8077,9 @@ export declare const Reorder: {
8086
8077
  globalPressTarget: {
8087
8078
  type: import('vue').PropType<boolean>;
8088
8079
  };
8080
+ press: {
8081
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
8082
+ };
8089
8083
  onPressStart: {
8090
8084
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
8091
8085
  };
@@ -8095,12 +8089,18 @@ export declare const Reorder: {
8095
8089
  onPressCancel: {
8096
8090
  type: import('vue').PropType<import('../../features/gestures/press/types').PressEvent>;
8097
8091
  };
8092
+ hover: {
8093
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
8094
+ };
8098
8095
  onHoverStart: {
8099
8096
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
8100
8097
  };
8101
8098
  onHoverEnd: {
8102
8099
  type: import('vue').PropType<import('../../features/gestures/hover/types').HoverEvent>;
8103
8100
  };
8101
+ inView: {
8102
+ type: import('vue').PropType<import('../..').VariantLabels | import('../..').Variant>;
8103
+ };
8104
8104
  onViewportEnter: {
8105
8105
  type: import('vue').PropType<(entry: IntersectionObserverEntry | null) => void>;
8106
8106
  };
@@ -8177,18 +8177,39 @@ export declare const Reorder: {
8177
8177
  [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
8178
8178
  [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
8179
8179
  string?: string | number | import('framer-motion/dom').MotionValue<any>;
8180
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
8181
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
8182
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
8180
+ end?: string | number | import('framer-motion/dom').MotionValue<any>;
8183
8181
  x?: string | number | import('framer-motion/dom').MotionValue<any>;
8184
8182
  y?: string | number | import('framer-motion/dom').MotionValue<any>;
8183
+ position?: string | number | import('framer-motion/dom').MotionValue<any>;
8184
+ page?: string | number | import('framer-motion/dom').MotionValue<any>;
8185
+ [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
8186
+ top?: string | number | import('framer-motion/dom').MotionValue<any>;
8187
+ right?: string | number | import('framer-motion/dom').MotionValue<any>;
8188
+ bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
8189
+ left?: string | number | import('framer-motion/dom').MotionValue<any>;
8190
+ readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
8191
+ filter?: string | number | import('framer-motion/dom').MotionValue<any>;
8192
+ fill?: string | number | import('framer-motion/dom').MotionValue<any>;
8193
+ values?: string | number | import('framer-motion/dom').MotionValue<any>;
8194
+ all?: string | number | import('framer-motion/dom').MotionValue<any>;
8195
+ clear?: string | number | import('framer-motion/dom').MotionValue<any>;
8196
+ willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
8197
+ rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
8198
+ scale?: string | number | import('framer-motion/dom').MotionValue<any>;
8199
+ perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
8200
+ transition?: string | number | import('framer-motion/dom').MotionValue<any>;
8201
+ translate?: string | number | import('framer-motion/dom').MotionValue<any>;
8202
+ from?: string | number | import('framer-motion/dom').MotionValue<any>;
8203
+ resize?: string | number | import('framer-motion/dom').MotionValue<any>;
8204
+ transform?: string | number | import('framer-motion/dom').MotionValue<any>;
8205
+ offset?: string | number | import('framer-motion/dom').MotionValue<any>;
8206
+ direction?: string | number | import('framer-motion/dom').MotionValue<any>;
8185
8207
  z?: string | number | import('framer-motion/dom').MotionValue<any>;
8186
8208
  accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
8187
8209
  alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
8188
8210
  alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
8189
8211
  alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
8190
8212
  alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
8191
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
8192
8213
  animation?: string | number | import('framer-motion/dom').MotionValue<any>;
8193
8214
  animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
8194
8215
  animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8279,7 +8300,6 @@ export declare const Reorder: {
8279
8300
  borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
8280
8301
  borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
8281
8302
  borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
8282
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
8283
8303
  boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
8284
8304
  boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
8285
8305
  breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8287,7 +8307,6 @@ export declare const Reorder: {
8287
8307
  breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
8288
8308
  captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
8289
8309
  caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
8290
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
8291
8310
  clip?: string | number | import('framer-motion/dom').MotionValue<any>;
8292
8311
  clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
8293
8312
  clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8328,10 +8347,8 @@ export declare const Reorder: {
8328
8347
  display?: string | number | import('framer-motion/dom').MotionValue<any>;
8329
8348
  dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
8330
8349
  emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
8331
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
8332
8350
  fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
8333
8351
  fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
8334
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
8335
8352
  flex?: string | number | import('framer-motion/dom').MotionValue<any>;
8336
8353
  flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
8337
8354
  flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8402,8 +8419,6 @@ export declare const Reorder: {
8402
8419
  justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
8403
8420
  justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
8404
8421
  justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
8405
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
8406
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
8407
8422
  letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
8408
8423
  lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
8409
8424
  lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8450,7 +8465,6 @@ export declare const Reorder: {
8450
8465
  mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
8451
8466
  objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
8452
8467
  objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
8453
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
8454
8468
  offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
8455
8469
  offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
8456
8470
  offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8486,30 +8500,23 @@ export declare const Reorder: {
8486
8500
  paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
8487
8501
  paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
8488
8502
  paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
8489
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
8490
8503
  pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
8491
8504
  pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
8492
8505
  pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
8493
8506
  paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
8494
8507
  readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
8495
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
8496
8508
  perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
8497
8509
  placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
8498
8510
  placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
8499
8511
  placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
8500
8512
  pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
8501
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
8502
8513
  printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
8503
8514
  quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
8504
8515
  r?: string | number | import('framer-motion/dom').MotionValue<any>;
8505
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
8506
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
8507
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
8508
8516
  rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
8509
8517
  rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
8510
8518
  rx?: string | number | import('framer-motion/dom').MotionValue<any>;
8511
8519
  ry?: string | number | import('framer-motion/dom').MotionValue<any>;
8512
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
8513
8520
  scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
8514
8521
  scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
8515
8522
  scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8580,9 +8587,7 @@ export declare const Reorder: {
8580
8587
  textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
8581
8588
  textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
8582
8589
  textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
8583
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
8584
8590
  touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
8585
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
8586
8591
  transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
8587
8592
  transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
8588
8593
  transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8591,7 +8596,6 @@ export declare const Reorder: {
8591
8596
  transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
8592
8597
  transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
8593
8598
  transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
8594
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
8595
8599
  unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
8596
8600
  userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
8597
8601
  vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8671,7 +8675,6 @@ export declare const Reorder: {
8671
8675
  whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
8672
8676
  widows?: string | number | import('framer-motion/dom').MotionValue<any>;
8673
8677
  width?: string | number | import('framer-motion/dom').MotionValue<any>;
8674
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
8675
8678
  wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
8676
8679
  wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
8677
8680
  wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8726,7 +8729,6 @@ export declare const Reorder: {
8726
8729
  edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
8727
8730
  elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
8728
8731
  enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
8729
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
8730
8732
  exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
8731
8733
  externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
8732
8734
  filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8734,7 +8736,6 @@ export declare const Reorder: {
8734
8736
  focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
8735
8737
  format?: string | number | import('framer-motion/dom').MotionValue<any>;
8736
8738
  fr?: string | number | import('framer-motion/dom').MotionValue<any>;
8737
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
8738
8739
  fx?: string | number | import('framer-motion/dom').MotionValue<any>;
8739
8740
  fy?: string | number | import('framer-motion/dom').MotionValue<any>;
8740
8741
  g1?: string | number | import('framer-motion/dom').MotionValue<any>;
@@ -8833,7 +8834,6 @@ export declare const Reorder: {
8833
8834
  unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
8834
8835
  unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
8835
8836
  vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
8836
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
8837
8837
  version?: string | number | import('framer-motion/dom').MotionValue<any>;
8838
8838
  vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
8839
8839
  vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;