motion-v 0.12.0-beta.2 → 0.13.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (398) hide show
  1. package/dist/cjs/index.js +478 -1218
  2. package/dist/es/animation/hooks/animation-controls.mjs +1 -1
  3. package/dist/es/animation/hooks/use-animate.mjs +1 -1
  4. package/dist/es/animation/hooks/use-reduced-motion.mjs +9 -0
  5. package/dist/es/components/animate-presence/AnimatePresence.vue.mjs +27 -19
  6. package/dist/es/components/animate-presence/use-pop-layout.mjs +1 -1
  7. package/dist/es/components/motion/Motion.vue.mjs +1 -0
  8. package/dist/es/components/reorder/utils.mjs +1 -1
  9. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/index.mjs +1 -2
  10. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/resolve-subjects.mjs +1 -2
  11. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/single-value.mjs +1 -1
  12. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/subject.mjs +1 -1
  13. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs +4 -7
  14. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/BaseAnimation.mjs +3 -1
  15. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs +5 -4
  16. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.mjs +1 -2
  17. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/utils/can-animate.mjs +2 -2
  18. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/NativeAnimation.mjs +3 -6
  19. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +4 -4
  20. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +1 -2
  21. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/index.mjs +9 -2
  22. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/utils/supports-partial-keyframes.mjs +2 -2
  23. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.mjs +2 -2
  24. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/generators/spring/find.mjs +2 -2
  25. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/generators/spring/index.mjs +3 -4
  26. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/generators/utils/velocity.mjs +2 -1
  27. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs +4 -5
  28. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs +1 -3
  29. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/create.mjs +4 -5
  30. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/edit.mjs +2 -1
  31. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/cubic-bezier.mjs +2 -2
  32. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/utils/map.mjs +3 -3
  33. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/animation/mix-values.mjs +3 -3
  34. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/node/create-projection-node.mjs +27 -7
  35. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/shared/stack.mjs +2 -1
  36. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/VisualElement.mjs +4 -5
  37. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/resize/handle-element.mjs +1 -2
  38. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/index.mjs +3 -3
  39. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/info.mjs +3 -3
  40. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/observe.mjs +1 -1
  41. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs +2 -1
  42. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/track.mjs +1 -1
  43. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs +1 -1
  44. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs +3 -18
  45. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/viewport/index.mjs +1 -2
  46. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs +2 -3
  47. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/render/html/utils/parse-transform.mjs +82 -0
  48. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs +1 -1
  49. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/KeyframesResolver.mjs +1 -1
  50. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/flat-tree.mjs +2 -1
  51. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/motion-values.mjs +4 -3
  52. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/setters.mjs +1 -1
  53. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/delay.mjs +3 -4
  54. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/interpolate.mjs +3 -3
  55. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/mix/color.mjs +1 -1
  56. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/mix/complex.mjs +1 -1
  57. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/offsets/fill.mjs +2 -2
  58. package/dist/es/features/gestures/drag/VisualElementDragControls.mjs +2 -2
  59. package/dist/es/features/gestures/drag/index.mjs +2 -2
  60. package/dist/es/features/gestures/focus/index.mjs +1 -1
  61. package/dist/es/features/gestures/hover/index.mjs +1 -3
  62. package/dist/es/features/gestures/in-view/index.mjs +2 -2
  63. package/dist/es/features/gestures/pan/PanSession.mjs +3 -3
  64. package/dist/es/features/gestures/pan/index.mjs +3 -3
  65. package/dist/es/features/gestures/press/index.mjs +30 -19
  66. package/dist/es/features/layout/config.mjs +2 -2
  67. package/dist/es/features/layout/layout.mjs +2 -2
  68. package/dist/es/features/layout/projection.mjs +2 -2
  69. package/dist/es/index.mjs +32 -42
  70. package/dist/es/state/animate-updates.mjs +6 -5
  71. package/dist/es/state/create-visual-element.mjs +2 -2
  72. package/dist/es/state/motion-state.mjs +3 -3
  73. package/dist/es/state/utils.mjs +0 -1
  74. package/dist/es/utils/use-animation-frame.mjs +1 -1
  75. package/dist/es/utils/use-in-view.mjs +6 -3
  76. package/dist/es/value/use-combine-values.mjs +1 -2
  77. package/dist/es/value/use-computed.mjs +1 -1
  78. package/dist/es/value/use-scroll.mjs +26 -24
  79. package/dist/es/value/use-spring.mjs +2 -3
  80. package/dist/es/value/use-time.mjs +1 -1
  81. package/dist/es/value/use-transform.mjs +3 -5
  82. package/dist/es/value/use-velocity.mjs +1 -2
  83. package/dist/nuxt/index.cjs +39 -27
  84. package/dist/nuxt/index.d.cts +7 -3
  85. package/dist/nuxt/index.d.mts +7 -3
  86. package/dist/nuxt/index.mjs +39 -27
  87. package/package.json +4 -3
  88. package/dist/es/animation/hooks/animation-controls.d.ts +0 -8
  89. package/dist/es/animation/hooks/use-animate.d.ts +0 -8
  90. package/dist/es/animation/hooks/use-animation-controls.d.ts +0 -33
  91. package/dist/es/animation/index.d.ts +0 -2
  92. package/dist/es/animation/types.d.ts +0 -68
  93. package/dist/es/animation/utils.d.ts +0 -2
  94. package/dist/es/components/LayoutGroup.d.ts +0 -43
  95. package/dist/es/components/RowValue.d.ts +0 -18
  96. package/dist/es/components/animate-presence/AnimatePresence.d.ts +0 -49
  97. package/dist/es/components/animate-presence/index.d.ts +0 -2
  98. package/dist/es/components/animate-presence/types.d.ts +0 -9
  99. package/dist/es/components/animate-presence/use-pop-layout.d.ts +0 -7
  100. package/dist/es/components/animate-presence/use-presence.d.ts +0 -2
  101. package/dist/es/components/animate-presence/utils.d.ts +0 -0
  102. package/dist/es/components/context.d.ts +0 -16
  103. package/dist/es/components/group.d.ts +0 -7
  104. package/dist/es/components/hooks/use-motion-elm.d.ts +0 -13
  105. package/dist/es/components/index.d.ts +0 -6
  106. package/dist/es/components/motion/Motion.d.ts +0 -32
  107. package/dist/es/components/motion/NameSpace.d.ts +0 -14
  108. package/dist/es/components/motion/Primitive.d.ts +0 -48
  109. package/dist/es/components/motion/Slot.d.ts +0 -5
  110. package/dist/es/components/motion/index.d.ts +0 -2
  111. package/dist/es/components/motion/renderSlotFragments.d.ts +0 -2
  112. package/dist/es/components/motion/utils.d.ts +0 -7
  113. package/dist/es/components/motion-config/MotionConfig.d.ts +0 -39
  114. package/dist/es/components/motion-config/context.d.ts +0 -11
  115. package/dist/es/components/motion-config/index.d.ts +0 -2
  116. package/dist/es/components/motion-config/types.d.ts +0 -16
  117. package/dist/es/components/presence.d.ts +0 -7
  118. package/dist/es/components/reorder/Group.d.ts +0 -71
  119. package/dist/es/components/reorder/Item.d.ts +0 -36
  120. package/dist/es/components/reorder/context.d.ts +0 -8
  121. package/dist/es/components/reorder/index.d.ts +0 -8942
  122. package/dist/es/components/reorder/types.d.ts +0 -5
  123. package/dist/es/components/reorder/utils.d.ts +0 -6
  124. package/dist/es/components/use-force-update.d.ts +0 -2
  125. package/dist/es/components/use-layout-group.d.ts +0 -23
  126. package/dist/es/components/use-slot-change-index.d.ts +0 -1
  127. package/dist/es/constants/index.d.ts +0 -9
  128. package/dist/es/constants/index.mjs +0 -31
  129. package/dist/es/events/add-dom-event.d.ts +0 -1
  130. package/dist/es/events/add-pointer-event.d.ts +0 -2
  131. package/dist/es/events/event-info.d.ts +0 -4
  132. package/dist/es/events/index.d.ts +0 -5
  133. package/dist/es/events/types.d.ts +0 -5
  134. package/dist/es/events/utils/index.d.ts +0 -1
  135. package/dist/es/events/utils/is-primary-pointer.d.ts +0 -1
  136. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/frameloop/batcher.mjs +0 -63
  137. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/frameloop/frame.mjs +0 -10
  138. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/frameloop/index-legacy.mjs +0 -11
  139. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/frameloop/microtask.mjs +0 -6
  140. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/frameloop/order.mjs +0 -17
  141. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/frameloop/render-step.mjs +0 -70
  142. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/frameloop/sync-time.mjs +0 -21
  143. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/stats/buffer.mjs +0 -7
  144. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/utils/GlobalConfig.mjs +0 -7
  145. package/dist/es/external/.pnpm/framer-motion@12.4.10/external/framer-motion/dist/es/value/index.mjs +0 -282
  146. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/controls/BaseGroup.mjs +0 -79
  147. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/controls/Group.mjs +0 -9
  148. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -15
  149. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +0 -17
  150. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -6
  151. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -6
  152. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/waapi/NativeAnimationControls.mjs +0 -81
  153. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/waapi/utils/attach-timeline.mjs +0 -7
  154. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/waapi/utils/easing.mjs +0 -37
  155. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs +0 -13
  156. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs +0 -11
  157. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/hover.mjs +0 -30
  158. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/press/index.mjs +0 -74
  159. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -13
  160. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -32
  161. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -4
  162. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/utils/capture-pointer.mjs +0 -12
  163. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -12
  164. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -10
  165. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/gestures/utils/setup.mjs +0 -15
  166. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/utils/is-bezier-definition.mjs +0 -4
  167. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/utils/resolve-elements.mjs +0 -17
  168. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/utils/supports/flags.mjs +0 -6
  169. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -12
  170. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/utils/supports/memo.mjs +0 -13
  171. package/dist/es/external/.pnpm/motion-dom@12.4.10/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +0 -6
  172. package/dist/es/features/animation/animation.d.ts +0 -13
  173. package/dist/es/features/feature-manager.d.ts +0 -12
  174. package/dist/es/features/feature.d.ts +0 -11
  175. package/dist/es/features/gestures/base.d.ts +0 -8
  176. package/dist/es/features/gestures/drag/VisualElementDragControls.d.ts +0 -57
  177. package/dist/es/features/gestures/drag/index.d.ts +0 -10
  178. package/dist/es/features/gestures/drag/lock.d.ts +0 -4
  179. package/dist/es/features/gestures/drag/types.d.ts +0 -225
  180. package/dist/es/features/gestures/drag/use-drag-controls.d.ts +0 -73
  181. package/dist/es/features/gestures/drag/utils/constraints.d.ts +0 -55
  182. package/dist/es/features/gestures/drag/utils/is.d.ts +0 -1
  183. package/dist/es/features/gestures/focus/index.d.ts +0 -7
  184. package/dist/es/features/gestures/focus/types.d.ts +0 -13
  185. package/dist/es/features/gestures/hover/index.d.ts +0 -7
  186. package/dist/es/features/gestures/hover/types.d.ts +0 -15
  187. package/dist/es/features/gestures/in-view/index.d.ts +0 -9
  188. package/dist/es/features/gestures/in-view/types.d.ts +0 -25
  189. package/dist/es/features/gestures/index.d.ts +0 -5
  190. package/dist/es/features/gestures/pan/PanSession.d.ts +0 -139
  191. package/dist/es/features/gestures/pan/index.d.ts +0 -16
  192. package/dist/es/features/gestures/pan/types.d.ts +0 -7
  193. package/dist/es/features/gestures/press/index.d.ts +0 -9
  194. package/dist/es/features/gestures/press/types.d.ts +0 -20
  195. package/dist/es/features/gestures/types.d.ts +0 -22
  196. package/dist/es/features/index.d.ts +0 -6
  197. package/dist/es/features/layout/config.d.ts +0 -8
  198. package/dist/es/features/layout/layout.d.ts +0 -11
  199. package/dist/es/features/layout/projection.d.ts +0 -9
  200. package/dist/es/features/layout/types.d.ts +0 -21
  201. package/dist/es/features/layout/utils.d.ts +0 -4
  202. package/dist/es/index.d.ts +0 -15
  203. package/dist/es/projection/conversion.d.ts +0 -14
  204. package/dist/es/projection/geometry/delta-apply.d.ts +0 -2
  205. package/dist/es/projection/geometry/delta-calc.d.ts +0 -2
  206. package/dist/es/projection/geometry/models.d.ts +0 -3
  207. package/dist/es/projection/node/types.d.ts +0 -16
  208. package/dist/es/projection/utils/each-axis.d.ts +0 -3
  209. package/dist/es/projection/utils/measure.d.ts +0 -3
  210. package/dist/es/render/utils/setters.d.ts +0 -3
  211. package/dist/es/shared/test.d.ts +0 -1
  212. package/dist/es/state/animate-updates.d.ts +0 -20
  213. package/dist/es/state/animate-variants-children.d.ts +0 -15
  214. package/dist/es/state/animation/index.d.ts +0 -0
  215. package/dist/es/state/animation/types.d.ts +0 -0
  216. package/dist/es/state/create-visual-element.d.ts +0 -1
  217. package/dist/es/state/event.d.ts +0 -6
  218. package/dist/es/state/index.d.ts +0 -1
  219. package/dist/es/state/motion-state.d.ts +0 -50
  220. package/dist/es/state/style.d.ts +0 -11
  221. package/dist/es/state/transform.d.ts +0 -25
  222. package/dist/es/state/utils/is-present.d.ts +0 -2
  223. package/dist/es/state/utils/is-variant-labels.d.ts +0 -2
  224. package/dist/es/state/utils.d.ts +0 -19
  225. package/dist/es/types/framer-motion.d.ts +0 -43
  226. package/dist/es/types/index.d.ts +0 -4
  227. package/dist/es/types/motion-values.d.ts +0 -93
  228. package/dist/es/types/state.d.ts +0 -79
  229. package/dist/es/types/transform.d.ts +0 -23
  230. package/dist/es/utils/clamp.d.ts +0 -1
  231. package/dist/es/utils/createContext.d.ts +0 -8
  232. package/dist/es/utils/delay.d.ts +0 -1
  233. package/dist/es/utils/get-context-window.d.ts +0 -2
  234. package/dist/es/utils/index.d.ts +0 -7
  235. package/dist/es/utils/mix/number.d.ts +0 -1
  236. package/dist/es/utils/motion-value.d.ts +0 -2
  237. package/dist/es/utils/noop.d.ts +0 -1
  238. package/dist/es/utils/progress.d.ts +0 -1
  239. package/dist/es/utils/time-conversion.d.ts +0 -8
  240. package/dist/es/utils/use-animation-frame.d.ts +0 -2
  241. package/dist/es/utils/use-dom-ref.d.ts +0 -1
  242. package/dist/es/utils/use-in-view.d.ts +0 -3
  243. package/dist/es/value/index.d.ts +0 -9
  244. package/dist/es/value/types/numbers/units.d.ts +0 -30
  245. package/dist/es/value/use-combine-values.d.ts +0 -6
  246. package/dist/es/value/use-computed.d.ts +0 -2
  247. package/dist/es/value/use-motion-template.d.ts +0 -21
  248. package/dist/es/value/use-motion-value-event.d.ts +0 -3
  249. package/dist/es/value/use-scroll.d.ts +0 -12
  250. package/dist/es/value/use-spring.d.ts +0 -4
  251. package/dist/es/value/use-time.d.ts +0 -1
  252. package/dist/es/value/use-transform.d.ts +0 -59
  253. package/dist/es/value/use-velocity.d.ts +0 -13
  254. package/dist/es/value/use-will-change/add-will-change.d.ts +0 -2
  255. package/dist/es/value/use-will-change/is.d.ts +0 -2
  256. package/dist/es/value/use-will-change/types.d.ts +0 -4
  257. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/sequence.mjs +0 -0
  258. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/utils/accelerated-values.mjs +0 -0
  259. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs +0 -0
  260. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/utils/style.mjs +0 -0
  261. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/generators/inertia.mjs +0 -0
  262. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/generators/keyframes.mjs +0 -0
  263. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/generators/spring/defaults.mjs +0 -0
  264. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/optimized-appear/data-id.mjs +0 -0
  265. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -0
  266. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs +0 -0
  267. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs +0 -0
  268. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs +0 -0
  269. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/sort.mjs +0 -0
  270. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/create-visual-element.mjs +0 -0
  271. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/default-transitions.mjs +0 -0
  272. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-animatable.mjs +0 -0
  273. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-animation-controls.mjs +0 -0
  274. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs +0 -0
  275. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs +0 -0
  276. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-none.mjs +0 -0
  277. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-transition-defined.mjs +0 -0
  278. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/stagger.mjs +0 -0
  279. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/anticipate.mjs +0 -0
  280. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/back.mjs +0 -0
  281. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/circ.mjs +0 -0
  282. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/ease.mjs +0 -0
  283. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/modifiers/mirror.mjs +0 -0
  284. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/modifiers/reverse.mjs +0 -0
  285. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/steps.mjs +0 -0
  286. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs +0 -0
  287. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/easing/utils/is-easing-array.mjs +0 -0
  288. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/events/add-dom-event.mjs +0 -0
  289. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/motion/features/definitions.mjs +0 -0
  290. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs +0 -0
  291. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/conversion.mjs +0 -0
  292. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/copy.mjs +0 -0
  293. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/delta-apply.mjs +0 -0
  294. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/delta-calc.mjs +0 -0
  295. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/delta-remove.mjs +0 -0
  296. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/models.mjs +0 -0
  297. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/utils.mjs +0 -0
  298. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs +0 -0
  299. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs +0 -0
  300. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/node/state.mjs +0 -0
  301. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs +0 -0
  302. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs +0 -0
  303. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/styles/scale-correction.mjs +0 -0
  304. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/styles/transform.mjs +0 -0
  305. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/utils/each-axis.mjs +0 -0
  306. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/utils/has-transform.mjs +0 -0
  307. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/utils/measure.mjs +0 -0
  308. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/DOMKeyframesResolver.mjs +0 -0
  309. package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/DOMVisualElement.mjs +1 -1
  310. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/resize/handle-window.mjs +0 -0
  311. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/resize/index.mjs +0 -0
  312. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs +0 -0
  313. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs +0 -0
  314. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs +0 -0
  315. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs +0 -0
  316. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs +0 -0
  317. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
  318. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs +0 -0
  319. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs +0 -0
  320. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs +0 -0
  321. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/defaults.mjs +0 -0
  322. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/dimensions.mjs +0 -0
  323. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/find.mjs +0 -0
  324. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs +0 -0
  325. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/number-browser.mjs +0 -0
  326. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/number.mjs +0 -0
  327. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/test.mjs +0 -0
  328. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/transform.mjs +0 -0
  329. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/type-auto.mjs +0 -0
  330. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/value-types/type-int.mjs +0 -0
  331. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/build-styles.mjs +0 -0
  332. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/build-transform.mjs +0 -0
  333. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/keys-position.mjs +0 -0
  334. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/keys-transform.mjs +0 -0
  335. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/make-none-animatable.mjs +0 -0
  336. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/render.mjs +0 -0
  337. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs +0 -0
  338. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/object/ObjectVisualElement.mjs +0 -0
  339. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/store.mjs +0 -0
  340. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/build-attrs.mjs +0 -0
  341. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -0
  342. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs +0 -0
  343. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/measure.mjs +0 -0
  344. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/path.mjs +0 -0
  345. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/render.mjs +0 -0
  346. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs +0 -0
  347. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/transform-origin.mjs +0 -0
  348. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/compare-by-depth.mjs +0 -0
  349. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/is-controlling-variants.mjs +0 -0
  350. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/is-variant-label.mjs +0 -0
  351. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -0
  352. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/resolve-variants.mjs +0 -0
  353. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/variant-props.mjs +0 -0
  354. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/clamp.mjs +0 -0
  355. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/distance.mjs +0 -0
  356. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/hsla-to-rgba.mjs +0 -0
  357. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/is-browser.mjs +0 -0
  358. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/is-numerical-string.mjs +0 -0
  359. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/is-zero-value-string.mjs +0 -0
  360. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/mix/immediate.mjs +0 -0
  361. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/mix/index.mjs +0 -0
  362. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/mix/number.mjs +0 -0
  363. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/mix/visibility.mjs +0 -0
  364. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/offsets/default.mjs +0 -0
  365. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/offsets/time.mjs +0 -0
  366. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/pipe.mjs +0 -0
  367. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/reduced-motion/index.mjs +0 -0
  368. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/reduced-motion/state.mjs +0 -0
  369. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/resolve-value.mjs +0 -0
  370. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/transform.mjs +0 -0
  371. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/wrap.mjs +0 -0
  372. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/color/hex.mjs +0 -0
  373. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/color/hsla.mjs +0 -0
  374. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/color/index.mjs +0 -0
  375. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/color/rgba.mjs +0 -0
  376. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/color/utils.mjs +0 -0
  377. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/complex/filter.mjs +0 -0
  378. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/complex/index.mjs +0 -0
  379. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/numbers/index.mjs +0 -0
  380. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/numbers/units.mjs +0 -0
  381. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/utils/color-regex.mjs +0 -0
  382. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/utils/float-regex.mjs +0 -0
  383. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/utils/is-nullish.mjs +0 -0
  384. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/utils/sanitize.mjs +0 -0
  385. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/types/utils/single-color-regex.mjs +0 -0
  386. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +0 -0
  387. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/use-will-change/is.mjs +0 -0
  388. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/utils/is-motion-value.mjs +0 -0
  389. /package/dist/es/external/.pnpm/{framer-motion@12.4.10 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +0 -0
  390. /package/dist/es/external/.pnpm/{framer-motion@12.4.10/external/framer-motion/dist/es/utils → motion-utils@12.5.0/external/motion-utils/dist/es}/array.mjs +0 -0
  391. /package/dist/es/external/.pnpm/{motion-utils@12.4.10 → motion-utils@12.5.0}/external/motion-utils/dist/es/errors.mjs +0 -0
  392. /package/dist/es/external/.pnpm/{motion-utils@12.4.10 → motion-utils@12.5.0}/external/motion-utils/dist/es/memo.mjs +0 -0
  393. /package/dist/es/external/.pnpm/{motion-utils@12.4.10 → motion-utils@12.5.0}/external/motion-utils/dist/es/noop.mjs +0 -0
  394. /package/dist/es/external/.pnpm/{motion-utils@12.4.10 → motion-utils@12.5.0}/external/motion-utils/dist/es/progress.mjs +0 -0
  395. /package/dist/es/external/.pnpm/{framer-motion@12.4.10/external/framer-motion/dist/es/utils → motion-utils@12.5.0/external/motion-utils/dist/es}/subscription-manager.mjs +0 -0
  396. /package/dist/es/external/.pnpm/{motion-utils@12.4.10 → motion-utils@12.5.0}/external/motion-utils/dist/es/time-conversion.mjs +0 -0
  397. /package/dist/es/external/.pnpm/{framer-motion@12.4.10/external/framer-motion/dist/es/utils → motion-utils@12.5.0/external/motion-utils/dist/es}/velocity-per-second.mjs +0 -0
  398. /package/dist/es/external/.pnpm/{framer-motion@12.4.10/external/framer-motion/dist/es/utils → motion-utils@12.5.0/external/motion-utils/dist/es}/warn-once.mjs +0 -0
@@ -1,79 +0,0 @@
1
- import { supportsScrollTimeline } from "../../utils/supports/scroll-timeline.mjs";
2
- class BaseGroupPlaybackControls {
3
- constructor(animations) {
4
- this.stop = () => this.runAll("stop");
5
- this.animations = animations.filter(Boolean);
6
- }
7
- get finished() {
8
- return Promise.all(this.animations.map((animation) => "finished" in animation ? animation.finished : animation));
9
- }
10
- /**
11
- * TODO: Filter out cancelled or stopped animations before returning
12
- */
13
- getAll(propName) {
14
- return this.animations[0][propName];
15
- }
16
- setAll(propName, newValue) {
17
- for (let i = 0; i < this.animations.length; i++) {
18
- this.animations[i][propName] = newValue;
19
- }
20
- }
21
- attachTimeline(timeline, fallback) {
22
- const subscriptions = this.animations.map((animation) => {
23
- if (supportsScrollTimeline() && animation.attachTimeline) {
24
- return animation.attachTimeline(timeline);
25
- } else if (typeof fallback === "function") {
26
- return fallback(animation);
27
- }
28
- });
29
- return () => {
30
- subscriptions.forEach((cancel, i) => {
31
- cancel && cancel();
32
- this.animations[i].stop();
33
- });
34
- };
35
- }
36
- get time() {
37
- return this.getAll("time");
38
- }
39
- set time(time) {
40
- this.setAll("time", time);
41
- }
42
- get speed() {
43
- return this.getAll("speed");
44
- }
45
- set speed(speed) {
46
- this.setAll("speed", speed);
47
- }
48
- get startTime() {
49
- return this.getAll("startTime");
50
- }
51
- get duration() {
52
- let max = 0;
53
- for (let i = 0; i < this.animations.length; i++) {
54
- max = Math.max(max, this.animations[i].duration);
55
- }
56
- return max;
57
- }
58
- runAll(methodName) {
59
- this.animations.forEach((controls) => controls[methodName]());
60
- }
61
- flatten() {
62
- this.runAll("flatten");
63
- }
64
- play() {
65
- this.runAll("play");
66
- }
67
- pause() {
68
- this.runAll("pause");
69
- }
70
- cancel() {
71
- this.runAll("cancel");
72
- }
73
- complete() {
74
- this.runAll("complete");
75
- }
76
- }
77
- export {
78
- BaseGroupPlaybackControls
79
- };
@@ -1,9 +0,0 @@
1
- import { BaseGroupPlaybackControls } from "./BaseGroup.mjs";
2
- class GroupPlaybackControls extends BaseGroupPlaybackControls {
3
- then(onResolve, onReject) {
4
- return Promise.all(this.animations).then(onResolve).catch(onReject);
5
- }
6
- }
7
- export {
8
- GroupPlaybackControls
9
- };
@@ -1,15 +0,0 @@
1
- const maxGeneratorDuration = 2e4;
2
- function calcGeneratorDuration(generator) {
3
- let duration = 0;
4
- const timeStep = 50;
5
- let state = generator.next(duration);
6
- while (!state.done && duration < maxGeneratorDuration) {
7
- duration += timeStep;
8
- state = generator.next(duration);
9
- }
10
- return duration >= maxGeneratorDuration ? Infinity : duration;
11
- }
12
- export {
13
- calcGeneratorDuration,
14
- maxGeneratorDuration
15
- };
@@ -1,17 +0,0 @@
1
- import "../../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/errors.mjs";
2
- import { millisecondsToSeconds } from "../../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/time-conversion.mjs";
3
- import { calcGeneratorDuration, maxGeneratorDuration } from "./calc-duration.mjs";
4
- function createGeneratorEasing(options, scale = 100, createGenerator) {
5
- const generator = createGenerator({ ...options, keyframes: [0, scale] });
6
- const duration = Math.min(calcGeneratorDuration(generator), maxGeneratorDuration);
7
- return {
8
- type: "keyframes",
9
- ease: (progress) => {
10
- return generator.next(duration * progress).value / scale;
11
- },
12
- duration: millisecondsToSeconds(duration)
13
- };
14
- }
15
- export {
16
- createGeneratorEasing
17
- };
@@ -1,6 +0,0 @@
1
- function isGenerator(type) {
2
- return typeof type === "function";
3
- }
4
- export {
5
- isGenerator
6
- };
@@ -1,6 +0,0 @@
1
- function getValueTransition(transition, key) {
2
- return transition ? transition[key] || transition["default"] || transition : void 0;
3
- }
4
- export {
5
- getValueTransition
6
- };
@@ -1,81 +0,0 @@
1
- import "../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/errors.mjs";
2
- import { noop } from "../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/noop.mjs";
3
- import { millisecondsToSeconds, secondsToMilliseconds } from "../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/time-conversion.mjs";
4
- import { attachTimeline } from "./utils/attach-timeline.mjs";
5
- class NativeAnimationControls {
6
- constructor(animation) {
7
- this.animation = animation;
8
- }
9
- get duration() {
10
- var _a, _b, _c;
11
- const durationInMs = ((_b = (_a = this.animation) === null || _a === void 0 ? void 0 : _a.effect) === null || _b === void 0 ? void 0 : _b.getComputedTiming().duration) || ((_c = this.options) === null || _c === void 0 ? void 0 : _c.duration) || 300;
12
- return millisecondsToSeconds(Number(durationInMs));
13
- }
14
- get time() {
15
- var _a;
16
- if (this.animation) {
17
- return millisecondsToSeconds(((_a = this.animation) === null || _a === void 0 ? void 0 : _a.currentTime) || 0);
18
- }
19
- return 0;
20
- }
21
- set time(newTime) {
22
- if (this.animation) {
23
- this.animation.currentTime = secondsToMilliseconds(newTime);
24
- }
25
- }
26
- get speed() {
27
- return this.animation ? this.animation.playbackRate : 1;
28
- }
29
- set speed(newSpeed) {
30
- if (this.animation) {
31
- this.animation.playbackRate = newSpeed;
32
- }
33
- }
34
- get state() {
35
- return this.animation ? this.animation.playState : "finished";
36
- }
37
- get startTime() {
38
- return this.animation ? this.animation.startTime : null;
39
- }
40
- get finished() {
41
- return this.animation ? this.animation.finished : Promise.resolve();
42
- }
43
- play() {
44
- this.animation && this.animation.play();
45
- }
46
- pause() {
47
- this.animation && this.animation.pause();
48
- }
49
- stop() {
50
- if (!this.animation || this.state === "idle" || this.state === "finished") {
51
- return;
52
- }
53
- if (this.animation.commitStyles) {
54
- this.animation.commitStyles();
55
- }
56
- this.cancel();
57
- }
58
- flatten() {
59
- var _a;
60
- if (!this.animation)
61
- return;
62
- (_a = this.animation.effect) === null || _a === void 0 ? void 0 : _a.updateTiming({ easing: "linear" });
63
- }
64
- attachTimeline(timeline) {
65
- if (this.animation)
66
- attachTimeline(this.animation, timeline);
67
- return noop;
68
- }
69
- complete() {
70
- this.animation && this.animation.finish();
71
- }
72
- cancel() {
73
- try {
74
- this.animation && this.animation.cancel();
75
- } catch (e) {
76
- }
77
- }
78
- }
79
- export {
80
- NativeAnimationControls
81
- };
@@ -1,7 +0,0 @@
1
- function attachTimeline(animation, timeline) {
2
- animation.timeline = timeline;
3
- animation.onfinish = null;
4
- }
5
- export {
6
- attachTimeline
7
- };
@@ -1,37 +0,0 @@
1
- import { isBezierDefinition } from "../../../utils/is-bezier-definition.mjs";
2
- import { supportsLinearEasing } from "../../../utils/supports/linear-easing.mjs";
3
- import { generateLinearEasing } from "./linear.mjs";
4
- function isWaapiSupportedEasing(easing) {
5
- return Boolean(typeof easing === "function" && supportsLinearEasing() || !easing || typeof easing === "string" && (easing in supportedWaapiEasing || supportsLinearEasing()) || isBezierDefinition(easing) || Array.isArray(easing) && easing.every(isWaapiSupportedEasing));
6
- }
7
- const cubicBezierAsString = ([a, b, c, d]) => `cubic-bezier(${a}, ${b}, ${c}, ${d})`;
8
- const supportedWaapiEasing = {
9
- linear: "linear",
10
- ease: "ease",
11
- easeIn: "ease-in",
12
- easeOut: "ease-out",
13
- easeInOut: "ease-in-out",
14
- circIn: /* @__PURE__ */ cubicBezierAsString([0, 0.65, 0.55, 1]),
15
- circOut: /* @__PURE__ */ cubicBezierAsString([0.55, 0, 1, 0.45]),
16
- backIn: /* @__PURE__ */ cubicBezierAsString([0.31, 0.01, 0.66, -0.59]),
17
- backOut: /* @__PURE__ */ cubicBezierAsString([0.33, 1.53, 0.69, 0.99])
18
- };
19
- function mapEasingToNativeEasing(easing, duration) {
20
- if (!easing) {
21
- return void 0;
22
- } else if (typeof easing === "function" && supportsLinearEasing()) {
23
- return generateLinearEasing(easing, duration);
24
- } else if (isBezierDefinition(easing)) {
25
- return cubicBezierAsString(easing);
26
- } else if (Array.isArray(easing)) {
27
- return easing.map((segmentEasing) => mapEasingToNativeEasing(segmentEasing, duration) || supportedWaapiEasing.easeOut);
28
- } else {
29
- return supportedWaapiEasing[easing];
30
- }
31
- }
32
- export {
33
- cubicBezierAsString,
34
- isWaapiSupportedEasing,
35
- mapEasingToNativeEasing,
36
- supportedWaapiEasing
37
- };
@@ -1,13 +0,0 @@
1
- import "../../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/errors.mjs";
2
- import { progress } from "../../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/progress.mjs";
3
- const generateLinearEasing = (easing, duration, resolution = 10) => {
4
- let points = "";
5
- const numPoints = Math.max(Math.round(duration / resolution), 2);
6
- for (let i = 0; i < numPoints; i++) {
7
- points += easing(progress(0, numPoints - 1, i)) + ", ";
8
- }
9
- return `linear(${points.substring(0, points.length - 2)})`;
10
- };
11
- export {
12
- generateLinearEasing
13
- };
@@ -1,11 +0,0 @@
1
- const isDragging = {
2
- x: false,
3
- y: false
4
- };
5
- function isDragActive() {
6
- return isDragging.y;
7
- }
8
- export {
9
- isDragActive,
10
- isDragging
11
- };
@@ -1,30 +0,0 @@
1
- import { isDragActive } from "./drag/state/is-active.mjs";
2
- import { setupGesture } from "./utils/setup.mjs";
3
- function isValidHover(event) {
4
- return !(event.pointerType === "touch" || isDragActive());
5
- }
6
- function hover(elementOrSelector, onHoverStart, options = {}) {
7
- const [elements, eventOptions, cancel] = setupGesture(elementOrSelector, options);
8
- const onPointerEnter = (enterEvent) => {
9
- if (!isValidHover(enterEvent))
10
- return;
11
- const { target } = enterEvent;
12
- const onHoverEnd = onHoverStart(target, enterEvent);
13
- if (typeof onHoverEnd !== "function" || !target)
14
- return;
15
- const onPointerLeave = (leaveEvent) => {
16
- if (!isValidHover(leaveEvent))
17
- return;
18
- onHoverEnd(leaveEvent);
19
- target.removeEventListener("pointerleave", onPointerLeave);
20
- };
21
- target.addEventListener("pointerleave", onPointerLeave, eventOptions);
22
- };
23
- elements.forEach((element) => {
24
- element.addEventListener("pointerenter", onPointerEnter, eventOptions);
25
- });
26
- return cancel;
27
- }
28
- export {
29
- hover
30
- };
@@ -1,74 +0,0 @@
1
- import { isDragActive } from "../drag/state/is-active.mjs";
2
- import { capturePointer } from "../utils/capture-pointer.mjs";
3
- import { isNodeOrChild } from "../utils/is-node-or-child.mjs";
4
- import { isPrimaryPointer } from "../utils/is-primary-pointer.mjs";
5
- import { setupGesture } from "../utils/setup.mjs";
6
- import { isElementKeyboardAccessible } from "./utils/is-keyboard-accessible.mjs";
7
- import { enableKeyboardPress } from "./utils/keyboard.mjs";
8
- import { isPressing } from "./utils/state.mjs";
9
- function isValidPressEvent(event) {
10
- return isPrimaryPointer(event) && !isDragActive();
11
- }
12
- function press(targetOrSelector, onPressStart, options = {}) {
13
- const [targets, eventOptions, cancelEvents] = setupGesture(targetOrSelector, options);
14
- const startPress = (startEvent) => {
15
- const target = startEvent.currentTarget;
16
- if (!target || !isValidPressEvent(startEvent) || isPressing.has(target))
17
- return;
18
- isPressing.add(target);
19
- capturePointer(startEvent, "set");
20
- const onPressEnd = onPressStart(target, startEvent);
21
- const onPointerEnd = (endEvent, success) => {
22
- target.removeEventListener("pointerup", onPointerUp);
23
- target.removeEventListener("pointercancel", onPointerCancel);
24
- capturePointer(endEvent, "release");
25
- if (!isValidPressEvent(endEvent) || !isPressing.has(target)) {
26
- return;
27
- }
28
- isPressing.delete(target);
29
- if (typeof onPressEnd === "function") {
30
- onPressEnd(endEvent, { success });
31
- }
32
- };
33
- const onPointerUp = (upEvent) => {
34
- const isOutside = !upEvent.isTrusted ? false : checkOutside(upEvent, target instanceof Element ? target.getBoundingClientRect() : {
35
- left: 0,
36
- top: 0,
37
- right: window.innerWidth,
38
- bottom: window.innerHeight
39
- });
40
- if (isOutside) {
41
- onPointerEnd(upEvent, false);
42
- } else {
43
- onPointerEnd(upEvent, !(target instanceof Element) || isNodeOrChild(target, upEvent.target));
44
- }
45
- };
46
- const onPointerCancel = (cancelEvent) => {
47
- onPointerEnd(cancelEvent, false);
48
- };
49
- target.addEventListener("pointerup", onPointerUp, eventOptions);
50
- target.addEventListener("pointercancel", onPointerCancel, eventOptions);
51
- target.addEventListener("lostpointercapture", onPointerCancel, eventOptions);
52
- };
53
- targets.forEach((target) => {
54
- target = options.useGlobalTarget ? window : target;
55
- let canAddKeyboardAccessibility = false;
56
- if (target instanceof HTMLElement) {
57
- canAddKeyboardAccessibility = true;
58
- if (!isElementKeyboardAccessible(target) && target.getAttribute("tabindex") === null) {
59
- target.tabIndex = 0;
60
- }
61
- }
62
- target.addEventListener("pointerdown", startPress, eventOptions);
63
- if (canAddKeyboardAccessibility) {
64
- target.addEventListener("focus", (event) => enableKeyboardPress(event, eventOptions), eventOptions);
65
- }
66
- });
67
- return cancelEvents;
68
- }
69
- function checkOutside(event, rect) {
70
- return event.clientX < rect.left || event.clientX > rect.right || event.clientY < rect.top || event.clientY > rect.bottom;
71
- }
72
- export {
73
- press
74
- };
@@ -1,13 +0,0 @@
1
- const focusableElements = /* @__PURE__ */ new Set([
2
- "BUTTON",
3
- "INPUT",
4
- "SELECT",
5
- "TEXTAREA",
6
- "A"
7
- ]);
8
- function isElementKeyboardAccessible(element) {
9
- return focusableElements.has(element.tagName) || element.tabIndex !== -1;
10
- }
11
- export {
12
- isElementKeyboardAccessible
13
- };
@@ -1,32 +0,0 @@
1
- import { isPressing } from "./state.mjs";
2
- function filterEvents(callback) {
3
- return (event) => {
4
- if (event.key !== "Enter")
5
- return;
6
- callback(event);
7
- };
8
- }
9
- function firePointerEvent(target, type) {
10
- target.dispatchEvent(new PointerEvent("pointer" + type, { isPrimary: true, bubbles: true }));
11
- }
12
- const enableKeyboardPress = (focusEvent, eventOptions) => {
13
- const element = focusEvent.currentTarget;
14
- if (!element)
15
- return;
16
- const handleKeydown = filterEvents(() => {
17
- if (isPressing.has(element))
18
- return;
19
- firePointerEvent(element, "down");
20
- const handleKeyup = filterEvents(() => {
21
- firePointerEvent(element, "up");
22
- });
23
- const handleBlur = () => firePointerEvent(element, "cancel");
24
- element.addEventListener("keyup", handleKeyup, eventOptions);
25
- element.addEventListener("blur", handleBlur, eventOptions);
26
- });
27
- element.addEventListener("keydown", handleKeydown, eventOptions);
28
- element.addEventListener("blur", () => element.removeEventListener("keydown", handleKeydown), eventOptions);
29
- };
30
- export {
31
- enableKeyboardPress
32
- };
@@ -1,4 +0,0 @@
1
- const isPressing = /* @__PURE__ */ new WeakSet();
2
- export {
3
- isPressing
4
- };
@@ -1,12 +0,0 @@
1
- function capturePointer(event, action) {
2
- const actionName = `${action}PointerCapture`;
3
- if (event.target instanceof Element && actionName in event.target && event.pointerId !== void 0) {
4
- try {
5
- event.target[actionName](event.pointerId);
6
- } catch (e) {
7
- }
8
- }
9
- }
10
- export {
11
- capturePointer
12
- };
@@ -1,12 +0,0 @@
1
- const isNodeOrChild = (parent, child) => {
2
- if (!child) {
3
- return false;
4
- } else if (parent === child) {
5
- return true;
6
- } else {
7
- return isNodeOrChild(parent, child.parentElement);
8
- }
9
- };
10
- export {
11
- isNodeOrChild
12
- };
@@ -1,10 +0,0 @@
1
- const isPrimaryPointer = (event) => {
2
- if (event.pointerType === "mouse") {
3
- return typeof event.button !== "number" || event.button <= 0;
4
- } else {
5
- return event.isPrimary !== false;
6
- }
7
- };
8
- export {
9
- isPrimaryPointer
10
- };
@@ -1,15 +0,0 @@
1
- import { resolveElements } from "../../utils/resolve-elements.mjs";
2
- function setupGesture(elementOrSelector, options) {
3
- const elements = resolveElements(elementOrSelector);
4
- const gestureAbortController = new AbortController();
5
- const eventOptions = {
6
- passive: true,
7
- ...options,
8
- signal: gestureAbortController.signal
9
- };
10
- const cancel = () => gestureAbortController.abort();
11
- return [elements, eventOptions, cancel];
12
- }
13
- export {
14
- setupGesture
15
- };
@@ -1,4 +0,0 @@
1
- const isBezierDefinition = (easing) => Array.isArray(easing) && typeof easing[0] === "number";
2
- export {
3
- isBezierDefinition
4
- };
@@ -1,17 +0,0 @@
1
- function resolveElements(elementOrSelector, scope, selectorCache) {
2
- var _a;
3
- if (elementOrSelector instanceof EventTarget) {
4
- return [elementOrSelector];
5
- } else if (typeof elementOrSelector === "string") {
6
- let root = document;
7
- if (scope) {
8
- root = scope.current;
9
- }
10
- const elements = (_a = selectorCache === null || selectorCache === void 0 ? void 0 : selectorCache[elementOrSelector]) !== null && _a !== void 0 ? _a : root.querySelectorAll(elementOrSelector);
11
- return elements ? Array.from(elements) : [];
12
- }
13
- return Array.from(elementOrSelector);
14
- }
15
- export {
16
- resolveElements
17
- };
@@ -1,6 +0,0 @@
1
- const supportsFlags = {
2
- linearEasing: void 0
3
- };
4
- export {
5
- supportsFlags
6
- };
@@ -1,12 +0,0 @@
1
- import { memoSupports } from "./memo.mjs";
2
- const supportsLinearEasing = /* @__PURE__ */ memoSupports(() => {
3
- try {
4
- document.createElement("div").animate({ opacity: 0 }, { easing: "linear(0, 1)" });
5
- } catch (e) {
6
- return false;
7
- }
8
- return true;
9
- }, "linearEasing");
10
- export {
11
- supportsLinearEasing
12
- };
@@ -1,13 +0,0 @@
1
- import "../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/errors.mjs";
2
- import { memo } from "../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/memo.mjs";
3
- import { supportsFlags } from "./flags.mjs";
4
- function memoSupports(callback, supportsFlag) {
5
- const memoized = memo(callback);
6
- return () => {
7
- var _a;
8
- return (_a = supportsFlags[supportsFlag]) !== null && _a !== void 0 ? _a : memoized();
9
- };
10
- }
11
- export {
12
- memoSupports
13
- };
@@ -1,6 +0,0 @@
1
- import "../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/errors.mjs";
2
- import { memo } from "../../../../../../../motion-utils@12.4.10/external/motion-utils/dist/es/memo.mjs";
3
- const supportsScrollTimeline = memo(() => window.ScrollTimeline !== void 0);
4
- export {
5
- supportsScrollTimeline
6
- };
@@ -1,13 +0,0 @@
1
- import { Feature } from '../feature';
2
- import { MotionState } from '../../state';
3
- export declare class AnimationFeature extends Feature {
4
- unmountControls?: () => void;
5
- constructor(state: MotionState);
6
- updateAnimationControlsSubscription(): void;
7
- /**
8
- * Subscribe any provided AnimationControls to the component's VisualElement
9
- */
10
- mount(): void;
11
- update(): void;
12
- unmount(): void;
13
- }
@@ -1,12 +0,0 @@
1
- import { Feature } from '.';
2
- import { MotionState } from '../state';
3
- export declare class FeatureManager {
4
- features: Feature[];
5
- constructor(state: MotionState);
6
- mount(): void;
7
- beforeMount(): void;
8
- unmount(): void;
9
- update(): void;
10
- beforeUpdate(): void;
11
- beforeUnmount(): void;
12
- }
@@ -1,11 +0,0 @@
1
- import { MotionState } from '../state/motion-state';
2
- export declare abstract class Feature {
3
- state: MotionState;
4
- constructor(state: MotionState);
5
- beforeMount(): void;
6
- mount(): void;
7
- unmount(): void;
8
- update?(): void;
9
- beforeUpdate?(): void;
10
- beforeUnmount?(): void;
11
- }
@@ -1,8 +0,0 @@
1
- import { Feature } from '../feature';
2
- export declare abstract class BaseGesture extends Feature {
3
- abstract isActive(): boolean;
4
- removeGestureSubscriptions?: VoidFunction;
5
- subscribeEvents?: () => VoidFunction;
6
- protected updateGestureSubscriptions(): void;
7
- unmount(): void;
8
- }