motion-v 1.0.0-beta.3 → 1.0.0-beta.4

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 (324) hide show
  1. package/dist/cjs/index.js +3089 -3584
  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/components/animate-presence/use-pop-layout.mjs +2 -1
  5. package/dist/es/components/motion/use-motion-state.d.ts +706 -706
  6. package/dist/es/components/reorder/index.d.ts +2808 -2808
  7. package/dist/es/components/reorder/utils.d.ts +1 -1
  8. package/dist/es/components/reorder/utils.mjs +2 -1
  9. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/index.mjs +3 -2
  10. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/resolve-subjects.mjs +2 -1
  11. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/sequence.mjs +1 -1
  12. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/single-value.mjs +2 -1
  13. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animate/subject.mjs +1 -1
  14. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs +247 -0
  15. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/BaseAnimation.mjs +102 -0
  16. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs +281 -0
  17. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation → framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators}/drivers/driver-frameloop.mjs +3 -2
  18. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation → framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators}/utils/can-animate.mjs +3 -3
  19. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/waapi/NativeAnimation.mjs +108 -0
  20. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +32 -0
  21. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +14 -0
  22. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/waapi/index.mjs +22 -0
  23. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/waapi/utils/style.mjs +10 -0
  24. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs → framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/waapi/utils/supports-partial-keyframes.mjs} +2 -1
  25. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.mjs +6 -0
  26. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/animation/generators/keyframes.mjs +5 -5
  27. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/animation/generators/spring/find.mjs +3 -3
  28. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/animation/generators/spring/index.mjs +6 -15
  29. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/animation/generators/utils/velocity.mjs +2 -1
  30. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/interfaces/motion-value.mjs +24 -16
  31. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs +6 -8
  32. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/create.mjs +10 -10
  33. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs +2 -1
  34. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/edit.mjs +4 -3
  35. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/default-transitions.mjs +1 -1
  36. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes → framer-motion@12.5.0/external/framer-motion/dist/es/animation}/utils/is-none.mjs +1 -1
  37. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/stagger.mjs +1 -1
  38. package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/cubic-bezier.mjs +2 -1
  39. package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/steps.mjs +1 -1
  40. package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/utils/get-easing-for-segment.mjs +1 -1
  41. package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/utils/map.mjs +4 -7
  42. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs +1 -1
  43. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/animation/mix-values.mjs +14 -8
  44. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/delta-apply.mjs +1 -1
  45. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/delta-calc.mjs +1 -1
  46. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/delta-remove.mjs +2 -2
  47. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/node/create-projection-node.mjs +25 -48
  48. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/shared/stack.mjs +2 -1
  49. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/styles/scale-border-radius.mjs +1 -1
  50. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs +2 -2
  51. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/styles/scale-correction.mjs +1 -1
  52. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/styles/transform.mjs +1 -1
  53. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/VisualElement.mjs +19 -15
  54. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom}/DOMKeyframesResolver.mjs +9 -9
  55. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/DOMVisualElement.mjs +1 -1
  56. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/resize/handle-element.mjs +7 -6
  57. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/scroll/index.mjs +70 -0
  58. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/info.mjs +3 -2
  59. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom}/scroll/observe.mjs +3 -2
  60. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs +3 -3
  61. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs +2 -1
  62. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/track.mjs +4 -3
  63. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom}/utils/css-variables-conversion.mjs +3 -3
  64. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom}/utils/unit-conversion.mjs +2 -2
  65. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types/utils → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types}/animatable-none.mjs +3 -3
  66. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types/maps → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types}/defaults.mjs +2 -2
  67. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types}/dimensions.mjs +3 -3
  68. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types/find.mjs +9 -0
  69. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types/maps/number.mjs → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types/number-browser.mjs} +4 -13
  70. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types/number.mjs +18 -0
  71. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types/maps → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types}/transform.mjs +2 -2
  72. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types/int.mjs → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types/type-int.mjs} +1 -1
  73. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/viewport/index.mjs +2 -1
  74. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/HTMLVisualElement.mjs +3 -3
  75. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/build-styles.mjs +4 -4
  76. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/build-transform.mjs +3 -3
  77. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/render → framer-motion@12.5.0/external/framer-motion/dist/es/render/html}/utils/keys-transform.mjs +1 -1
  78. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes → framer-motion@12.5.0/external/framer-motion/dist/es/render/html}/utils/make-none-animatable.mjs +1 -1
  79. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs +1 -1
  80. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/SVGVisualElement.mjs +15 -2
  81. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/build-attrs.mjs +8 -9
  82. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/render/svg/utils/measure.mjs +15 -0
  83. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/path.mjs +1 -1
  84. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs +1 -1
  85. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/render/svg/utils/transform-origin.mjs +12 -0
  86. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes → framer-motion@12.5.0/external/framer-motion/dist/es/render/utils}/KeyframesResolver.mjs +28 -26
  87. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/flat-tree.mjs +2 -1
  88. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/motion-values.mjs +4 -3
  89. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/resolve-variants.mjs +1 -1
  90. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/setters.mjs +3 -5
  91. package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/delay.mjs +5 -4
  92. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/utils/interpolate.mjs +6 -7
  93. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/utils/mix/color.mjs +4 -4
  94. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/utils/mix/complex.mjs +8 -7
  95. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/offsets/fill.mjs +3 -2
  96. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/utils/resolve-value.mjs +11 -0
  97. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/utils/transform.mjs +8 -1
  98. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/color/rgba.mjs +1 -1
  99. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/complex/index.mjs +1 -1
  100. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/numbers/index.mjs +1 -1
  101. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/numbers/units.mjs +3 -3
  102. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +10 -0
  103. package/dist/es/external/.pnpm/framer-motion@12.5.0/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +9 -0
  104. package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/GroupAnimation.mjs → motion-dom@12.5.0/external/motion-dom/dist/es/animation/controls/BaseGroup.mjs} +15 -8
  105. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/animation/controls/Group.mjs +9 -0
  106. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs +2 -1
  107. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +6 -0
  108. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +6 -0
  109. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/animation/waapi/NativeAnimationControls.mjs +81 -0
  110. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/animation/waapi/utils/attach-timeline.mjs +7 -0
  111. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/animation/waapi/utils/easing.mjs +37 -0
  112. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/animation/waapi/utils/linear.mjs +3 -1
  113. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/frameloop/batcher.mjs +4 -6
  114. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/frameloop/frame.mjs +2 -1
  115. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/frameloop/order.mjs +0 -4
  116. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/frameloop/sync-time.mjs +2 -1
  117. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/gestures/drag/state/is-active.mjs +1 -1
  118. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/gestures/press/index.mjs +74 -0
  119. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/gestures/utils/capture-pointer.mjs +12 -0
  120. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/utils/resolve-elements.mjs +2 -1
  121. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/utils/supports/flags.mjs +6 -0
  122. package/dist/es/external/.pnpm/motion-dom@12.5.0/external/motion-dom/dist/es/utils/supports/memo.mjs +13 -0
  123. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/utils/supports/scroll-timeline.mjs +2 -1
  124. package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/value/index.mjs +10 -12
  125. package/dist/es/external/.pnpm/motion-utils@12.5.0/external/motion-utils/dist/es/array.mjs +13 -0
  126. package/dist/es/external/.pnpm/{motion-utils@12.8.3 → motion-utils@12.5.0}/external/motion-utils/dist/es/errors.mjs +3 -4
  127. package/dist/es/external/.pnpm/motion-utils@12.5.0/external/motion-utils/dist/es/global-config.mjs +7 -0
  128. package/dist/es/external/.pnpm/{motion-utils@12.8.3 → motion-utils@12.5.0}/external/motion-utils/dist/es/warn-once.mjs +0 -6
  129. package/dist/es/features/animation/animation.mjs +4 -3
  130. package/dist/es/features/gestures/drag/VisualElementDragControls.mjs +3 -2
  131. package/dist/es/features/gestures/drag/index.mjs +2 -1
  132. package/dist/es/features/gestures/focus/index.mjs +1 -1
  133. package/dist/es/features/gestures/hover/index.mjs +3 -2
  134. package/dist/es/features/gestures/in-view/index.mjs +3 -2
  135. package/dist/es/features/gestures/pan/PanSession.mjs +5 -4
  136. package/dist/es/features/gestures/pan/index.mjs +3 -2
  137. package/dist/es/features/gestures/press/index.mjs +3 -2
  138. package/dist/es/features/layout/config.mjs +2 -2
  139. package/dist/es/features/layout/layout.mjs +2 -2
  140. package/dist/es/features/layout/projection.mjs +2 -2
  141. package/dist/es/index.mjs +36 -243
  142. package/dist/es/state/animate-variants-children.d.ts +15 -0
  143. package/dist/es/state/create-visual-element.mjs +2 -2
  144. package/dist/es/state/motion-state.mjs +6 -2
  145. package/dist/es/state/utils.d.ts +2 -2
  146. package/dist/es/types/index.d.ts +1 -0
  147. package/dist/es/types/transform.d.ts +23 -0
  148. package/dist/es/utils/index.d.ts +1 -0
  149. package/dist/es/utils/time-conversion.mjs +8 -0
  150. package/dist/es/utils/use-animation-frame.mjs +2 -1
  151. package/dist/es/utils/use-in-view.mjs +1 -1
  152. package/dist/es/value/use-combine-values.mjs +3 -2
  153. package/dist/es/value/use-computed.mjs +2 -1
  154. package/dist/es/value/use-scroll.d.ts +4 -4
  155. package/dist/es/value/use-scroll.mjs +3 -2
  156. package/dist/es/value/use-spring.mjs +7 -6
  157. package/dist/es/value/use-time.d.ts +1 -1
  158. package/dist/es/value/use-time.mjs +2 -1
  159. package/dist/es/value/use-transform.d.ts +2 -1
  160. package/dist/es/value/use-transform.mjs +1 -1
  161. package/dist/es/value/use-velocity.mjs +3 -2
  162. package/package.json +4 -3
  163. package/dist/es/external/.pnpm/framer-motion@12.9.0/external/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs +0 -73
  164. package/dist/es/external/.pnpm/framer-motion@12.9.0/external/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs +0 -13
  165. package/dist/es/external/.pnpm/framer-motion@12.9.0/external/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs +0 -17
  166. package/dist/es/external/.pnpm/framer-motion@12.9.0/external/framer-motion/dist/es/render/dom/scroll/attach-function.mjs +0 -18
  167. package/dist/es/external/.pnpm/framer-motion@12.9.0/external/framer-motion/dist/es/render/dom/scroll/index.mjs +0 -9
  168. package/dist/es/external/.pnpm/framer-motion@12.9.0/external/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs +0 -27
  169. package/dist/es/external/.pnpm/framer-motion@12.9.0/external/framer-motion/dist/es/value/use-will-change/add-will-change.mjs +0 -15
  170. package/dist/es/external/.pnpm/framer-motion@12.9.0/external/framer-motion/dist/es/value/utils/resolve-motion-value.mjs +0 -7
  171. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs +0 -133
  172. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs +0 -10
  173. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/JSAnimation.mjs +0 -261
  174. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/NativeAnimation.mjs +0 -150
  175. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/NativeAnimationExtended.mjs +0 -44
  176. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs +0 -14
  177. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/generators/utils/is-generator.mjs +0 -6
  178. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes/get-final.mjs +0 -10
  179. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs +0 -11
  180. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs +0 -8
  181. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/utils/WithPromise.mjs +0 -29
  182. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/utils/active-animations.mjs +0 -11
  183. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/utils/get-value-transition.mjs +0 -6
  184. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/utils/replace-transition-type.mjs +0 -18
  185. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs +0 -4
  186. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs +0 -9
  187. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs +0 -21
  188. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/easing/supported.mjs +0 -15
  189. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs +0 -36
  190. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/supports/waapi.mjs +0 -26
  191. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs +0 -14
  192. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/utils/px-values.mjs +0 -40
  193. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs +0 -19
  194. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/effects/style-effect.mjs +0 -30
  195. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/frameloop/index-legacy.mjs +0 -11
  196. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/gestures/drag/state/set-active.mjs +0 -25
  197. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/gestures/press/index.mjs +0 -53
  198. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/render/dom/is-css-var.mjs +0 -4
  199. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/render/dom/style-computed.mjs +0 -8
  200. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/render/dom/style-set.mjs +0 -7
  201. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/stats/animation-count.mjs +0 -8
  202. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/stats/index.mjs +0 -114
  203. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/utils/supports/flags.mjs +0 -4
  204. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/utils/supports/memo.mjs +0 -9
  205. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/value/map-value.mjs +0 -9
  206. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/value/subscribe-value.mjs +0 -13
  207. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/value/transform-value.mjs +0 -14
  208. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/value/types/utils/find.mjs +0 -9
  209. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/view/index.mjs +0 -65
  210. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/view/queue.mjs +0 -45
  211. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/view/start.mjs +0 -115
  212. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/view/utils/choose-layer-type.mjs +0 -12
  213. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/view/utils/css.mjs +0 -35
  214. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/view/utils/get-layer-name.mjs +0 -9
  215. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/view/utils/get-view-animations.mjs +0 -13
  216. package/dist/es/external/.pnpm/motion-dom@12.9.0/external/motion-dom/dist/es/view/utils/has-target.mjs +0 -6
  217. package/dist/es/external/.pnpm/motion-utils@12.8.3/external/motion-utils/dist/es/array.mjs +0 -23
  218. package/dist/es/external/.pnpm/motion-utils@12.8.3/external/motion-utils/dist/es/global-config.mjs +0 -4
  219. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/waapi → framer-motion@12.5.0/external/framer-motion/dist/es/animation/animators}/utils/accelerated-values.mjs +0 -0
  220. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs +0 -0
  221. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/animation/generators/inertia.mjs +0 -0
  222. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/animation/generators/spring/defaults.mjs +0 -0
  223. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/optimized-appear/data-id.mjs +0 -0
  224. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs +0 -0
  225. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs +0 -0
  226. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs +0 -0
  227. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/sequence/utils/sort.mjs +0 -0
  228. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/create-visual-element.mjs +0 -0
  229. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/animation/utils/is-animatable.mjs +0 -0
  230. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-animation-controls.mjs +0 -0
  231. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs +0 -0
  232. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs +0 -0
  233. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/animation/utils/is-transition-defined.mjs +0 -0
  234. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/anticipate.mjs +0 -0
  235. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/back.mjs +0 -0
  236. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/circ.mjs +0 -0
  237. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/ease.mjs +0 -0
  238. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/modifiers/mirror.mjs +0 -0
  239. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/modifiers/reverse.mjs +0 -0
  240. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils → framer-motion@12.5.0/external/framer-motion}/dist/es/easing/utils/is-easing-array.mjs +0 -0
  241. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/events/add-dom-event.mjs +0 -0
  242. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/motion/features/definitions.mjs +0 -0
  243. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/conversion.mjs +0 -0
  244. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/copy.mjs +0 -0
  245. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/models.mjs +0 -0
  246. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/geometry/utils.mjs +0 -0
  247. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs +0 -0
  248. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs +0 -0
  249. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/node/state.mjs +0 -0
  250. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/utils/each-axis.mjs +0 -0
  251. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/utils/has-transform.mjs +0 -0
  252. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/projection/utils/measure.mjs +0 -0
  253. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/resize/handle-window.mjs +0 -0
  254. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/resize/index.mjs +0 -0
  255. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs +0 -0
  256. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs +0 -0
  257. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs +0 -0
  258. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs +0 -0
  259. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs +0 -0
  260. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom}/utils/is-css-variable.mjs +0 -0
  261. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs +0 -0
  262. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types/utils → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types}/get-as-type.mjs +0 -0
  263. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types}/test.mjs +0 -0
  264. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types/auto.mjs → framer-motion@12.5.0/external/framer-motion/dist/es/render/dom/value-types/type-auto.mjs} +0 -0
  265. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/render → framer-motion@12.5.0/external/framer-motion/dist/es/render/html}/utils/keys-position.mjs +0 -0
  266. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/render/dom → framer-motion@12.5.0/external/framer-motion/dist/es/render/html/utils}/parse-transform.mjs +0 -0
  267. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/html/utils/render.mjs +0 -0
  268. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/object/ObjectVisualElement.mjs +0 -0
  269. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/store.mjs +0 -0
  270. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs +0 -0
  271. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs +0 -0
  272. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/svg/utils/render.mjs +0 -0
  273. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/compare-by-depth.mjs +0 -0
  274. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/is-controlling-variants.mjs +0 -0
  275. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/is-variant-label.mjs +0 -0
  276. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs +0 -0
  277. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/render/utils/variant-props.mjs +0 -0
  278. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils/dist/es → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/clamp.mjs +0 -0
  279. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/distance.mjs +0 -0
  280. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/value/types/color → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/hsla-to-rgba.mjs +0 -0
  281. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/is-browser.mjs +0 -0
  282. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils/dist/es → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/is-numerical-string.mjs +0 -0
  283. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils/dist/es → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/is-zero-value-string.mjs +0 -0
  284. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/utils/mix/immediate.mjs +0 -0
  285. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/utils/mix/index.mjs +0 -0
  286. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/utils/mix/number.mjs +0 -0
  287. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/utils/mix/visibility.mjs +0 -0
  288. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/offsets/default.mjs +0 -0
  289. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom/dist/es/animation/keyframes → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/offsets/time.mjs +0 -0
  290. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils/dist/es → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/pipe.mjs +0 -0
  291. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/reduced-motion/index.mjs +0 -0
  292. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/utils/reduced-motion/state.mjs +0 -0
  293. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils/dist/es → framer-motion@12.5.0/external/framer-motion/dist/es/utils}/wrap.mjs +0 -0
  294. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/color/hex.mjs +0 -0
  295. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/color/hsla.mjs +0 -0
  296. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/color/index.mjs +0 -0
  297. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/color/utils.mjs +0 -0
  298. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/complex/filter.mjs +0 -0
  299. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/utils/color-regex.mjs +0 -0
  300. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/utils/float-regex.mjs +0 -0
  301. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/utils/is-nullish.mjs +0 -0
  302. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/utils/sanitize.mjs +0 -0
  303. /package/dist/es/external/.pnpm/{motion-dom@12.9.0/external/motion-dom → framer-motion@12.5.0/external/framer-motion}/dist/es/value/types/utils/single-color-regex.mjs +0 -0
  304. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/use-will-change/is.mjs +0 -0
  305. /package/dist/es/external/.pnpm/{framer-motion@12.9.0 → framer-motion@12.5.0}/external/framer-motion/dist/es/value/utils/is-motion-value.mjs +0 -0
  306. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs +0 -0
  307. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/frameloop/microtask.mjs +0 -0
  308. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/frameloop/render-step.mjs +0 -0
  309. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/gestures/hover.mjs +0 -0
  310. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs +0 -0
  311. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/gestures/press/utils/keyboard.mjs +0 -0
  312. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/gestures/press/utils/state.mjs +0 -0
  313. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs +0 -0
  314. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs +0 -0
  315. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/gestures/utils/setup.mjs +0 -0
  316. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/stats/buffer.mjs +0 -0
  317. /package/dist/es/external/.pnpm/{motion-utils@12.8.3/external/motion-utils/dist/es/easing → motion-dom@12.5.0/external/motion-dom/dist/es}/utils/is-bezier-definition.mjs +0 -0
  318. /package/dist/es/external/.pnpm/{motion-dom@12.9.0 → motion-dom@12.5.0}/external/motion-dom/dist/es/utils/supports/linear-easing.mjs +0 -0
  319. /package/dist/es/external/.pnpm/{motion-utils@12.8.3 → motion-utils@12.5.0}/external/motion-utils/dist/es/memo.mjs +0 -0
  320. /package/dist/es/external/.pnpm/{motion-utils@12.8.3 → motion-utils@12.5.0}/external/motion-utils/dist/es/noop.mjs +0 -0
  321. /package/dist/es/external/.pnpm/{motion-utils@12.8.3 → motion-utils@12.5.0}/external/motion-utils/dist/es/progress.mjs +0 -0
  322. /package/dist/es/external/.pnpm/{motion-utils@12.8.3 → motion-utils@12.5.0}/external/motion-utils/dist/es/subscription-manager.mjs +0 -0
  323. /package/dist/es/external/.pnpm/{motion-utils@12.8.3 → motion-utils@12.5.0}/external/motion-utils/dist/es/time-conversion.mjs +0 -0
  324. /package/dist/es/external/.pnpm/{motion-utils@12.8.3 → motion-utils@12.5.0}/external/motion-utils/dist/es/velocity-per-second.mjs +0 -0
@@ -36,708 +36,708 @@ export declare function useMotionState(props: MotionProps): {
36
36
  };
37
37
  inherit?: boolean;
38
38
  style?: Partial<{
39
- [x: number]: string | number | import('framer-motion/dom').MotionValue<any>;
40
- [x: `--${string}`]: string | number | import('framer-motion/dom').MotionValue<any>;
41
- string?: string | number | import('framer-motion/dom').MotionValue<any>;
42
- end?: string | number | import('framer-motion/dom').MotionValue<any>;
43
- x?: string | number | import('framer-motion/dom').MotionValue<any>;
44
- y?: string | number | import('framer-motion/dom').MotionValue<any>;
45
- position?: string | number | import('framer-motion/dom').MotionValue<any>;
46
- page?: string | number | import('framer-motion/dom').MotionValue<any>;
47
- [Symbol.iterator]?: string | number | import('framer-motion/dom').MotionValue<any>;
48
- top?: string | number | import('framer-motion/dom').MotionValue<any>;
49
- right?: string | number | import('framer-motion/dom').MotionValue<any>;
50
- bottom?: string | number | import('framer-motion/dom').MotionValue<any>;
51
- left?: string | number | import('framer-motion/dom').MotionValue<any>;
52
- readonly length?: string | number | import('framer-motion/dom').MotionValue<any>;
53
- filter?: string | number | import('framer-motion/dom').MotionValue<any>;
54
- fill?: string | number | import('framer-motion/dom').MotionValue<any>;
55
- values?: string | number | import('framer-motion/dom').MotionValue<any>;
56
- all?: string | number | import('framer-motion/dom').MotionValue<any>;
57
- clear?: string | number | import('framer-motion/dom').MotionValue<any>;
58
- willChange?: string | number | import('framer-motion/dom').MotionValue<any>;
59
- rotate?: string | number | import('framer-motion/dom').MotionValue<any>;
60
- scale?: string | number | import('framer-motion/dom').MotionValue<any>;
61
- perspective?: string | number | import('framer-motion/dom').MotionValue<any>;
62
- transition?: string | number | import('framer-motion/dom').MotionValue<any>;
63
- translate?: string | number | import('framer-motion/dom').MotionValue<any>;
64
- from?: string | number | import('framer-motion/dom').MotionValue<any>;
65
- resize?: string | number | import('framer-motion/dom').MotionValue<any>;
66
- transform?: string | number | import('framer-motion/dom').MotionValue<any>;
67
- offset?: string | number | import('framer-motion/dom').MotionValue<any>;
68
- clipPath?: string | number | import('framer-motion/dom').MotionValue<any>;
69
- marker?: string | number | import('framer-motion/dom').MotionValue<any>;
70
- mask?: string | number | import('framer-motion/dom').MotionValue<any>;
71
- path?: string | number | import('framer-motion/dom').MotionValue<any>;
72
- direction?: string | number | import('framer-motion/dom').MotionValue<any>;
73
- z?: string | number | import('framer-motion/dom').MotionValue<any>;
74
- accentColor?: string | number | import('framer-motion/dom').MotionValue<any>;
75
- alignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
76
- alignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
77
- alignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
78
- alignmentBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
79
- animation?: string | number | import('framer-motion/dom').MotionValue<any>;
80
- animationComposition?: string | number | import('framer-motion/dom').MotionValue<any>;
81
- animationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
82
- animationDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
83
- animationDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
84
- animationFillMode?: string | number | import('framer-motion/dom').MotionValue<any>;
85
- animationIterationCount?: string | number | import('framer-motion/dom').MotionValue<any>;
86
- animationName?: string | number | import('framer-motion/dom').MotionValue<any>;
87
- animationPlayState?: string | number | import('framer-motion/dom').MotionValue<any>;
88
- animationTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
89
- appearance?: string | number | import('framer-motion/dom').MotionValue<any>;
90
- aspectRatio?: string | number | import('framer-motion/dom').MotionValue<any>;
91
- backdropFilter?: string | number | import('framer-motion/dom').MotionValue<any>;
92
- backfaceVisibility?: string | number | import('framer-motion/dom').MotionValue<any>;
93
- background?: string | number | import('framer-motion/dom').MotionValue<any>;
94
- backgroundAttachment?: string | number | import('framer-motion/dom').MotionValue<any>;
95
- backgroundBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
96
- backgroundClip?: string | number | import('framer-motion/dom').MotionValue<any>;
97
- backgroundColor?: string | number | import('framer-motion/dom').MotionValue<any>;
98
- backgroundImage?: string | number | import('framer-motion/dom').MotionValue<any>;
99
- backgroundOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
100
- backgroundPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
101
- backgroundPositionX?: string | number | import('framer-motion/dom').MotionValue<any>;
102
- backgroundPositionY?: string | number | import('framer-motion/dom').MotionValue<any>;
103
- backgroundRepeat?: string | number | import('framer-motion/dom').MotionValue<any>;
104
- backgroundSize?: string | number | import('framer-motion/dom').MotionValue<any>;
105
- baselineShift?: string | number | import('framer-motion/dom').MotionValue<any>;
106
- baselineSource?: string | number | import('framer-motion/dom').MotionValue<any>;
107
- blockSize?: string | number | import('framer-motion/dom').MotionValue<any>;
108
- border?: string | number | import('framer-motion/dom').MotionValue<any>;
109
- borderBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
110
- borderBlockColor?: string | number | import('framer-motion/dom').MotionValue<any>;
111
- borderBlockEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
112
- borderBlockEndColor?: string | number | import('framer-motion/dom').MotionValue<any>;
113
- borderBlockEndStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
114
- borderBlockEndWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
115
- borderBlockStart?: string | number | import('framer-motion/dom').MotionValue<any>;
116
- borderBlockStartColor?: string | number | import('framer-motion/dom').MotionValue<any>;
117
- borderBlockStartStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
118
- borderBlockStartWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
119
- borderBlockStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
120
- borderBlockWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
121
- borderBottom?: string | number | import('framer-motion/dom').MotionValue<any>;
122
- borderBottomColor?: string | number | import('framer-motion/dom').MotionValue<any>;
123
- borderBottomLeftRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
124
- borderBottomRightRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
125
- borderBottomStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
126
- borderBottomWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
127
- borderCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
128
- borderColor?: string | number | import('framer-motion/dom').MotionValue<any>;
129
- borderEndEndRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
130
- borderEndStartRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
131
- borderImage?: string | number | import('framer-motion/dom').MotionValue<any>;
132
- borderImageOutset?: string | number | import('framer-motion/dom').MotionValue<any>;
133
- borderImageRepeat?: string | number | import('framer-motion/dom').MotionValue<any>;
134
- borderImageSlice?: string | number | import('framer-motion/dom').MotionValue<any>;
135
- borderImageSource?: string | number | import('framer-motion/dom').MotionValue<any>;
136
- borderImageWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
137
- borderInline?: string | number | import('framer-motion/dom').MotionValue<any>;
138
- borderInlineColor?: string | number | import('framer-motion/dom').MotionValue<any>;
139
- borderInlineEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
140
- borderInlineEndColor?: string | number | import('framer-motion/dom').MotionValue<any>;
141
- borderInlineEndStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
142
- borderInlineEndWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
143
- borderInlineStart?: string | number | import('framer-motion/dom').MotionValue<any>;
144
- borderInlineStartColor?: string | number | import('framer-motion/dom').MotionValue<any>;
145
- borderInlineStartStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
146
- borderInlineStartWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
147
- borderInlineStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
148
- borderInlineWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
149
- borderLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
150
- borderLeftColor?: string | number | import('framer-motion/dom').MotionValue<any>;
151
- borderLeftStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
152
- borderLeftWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
153
- borderRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
154
- borderRight?: string | number | import('framer-motion/dom').MotionValue<any>;
155
- borderRightColor?: string | number | import('framer-motion/dom').MotionValue<any>;
156
- borderRightStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
157
- borderRightWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
158
- borderSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
159
- borderStartEndRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
160
- borderStartStartRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
161
- borderStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
162
- borderTop?: string | number | import('framer-motion/dom').MotionValue<any>;
163
- borderTopColor?: string | number | import('framer-motion/dom').MotionValue<any>;
164
- borderTopLeftRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
165
- borderTopRightRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
166
- borderTopStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
167
- borderTopWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
168
- borderWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
169
- boxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
170
- boxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
171
- breakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
172
- breakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
173
- breakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
174
- captionSide?: string | number | import('framer-motion/dom').MotionValue<any>;
175
- caretColor?: string | number | import('framer-motion/dom').MotionValue<any>;
176
- clip?: string | number | import('framer-motion/dom').MotionValue<any>;
177
- clipRule?: string | number | import('framer-motion/dom').MotionValue<any>;
178
- color?: string | number | import('framer-motion/dom').MotionValue<any>;
179
- colorInterpolation?: string | number | import('framer-motion/dom').MotionValue<any>;
180
- colorInterpolationFilters?: string | number | import('framer-motion/dom').MotionValue<any>;
181
- colorScheme?: string | number | import('framer-motion/dom').MotionValue<any>;
182
- columnCount?: string | number | import('framer-motion/dom').MotionValue<any>;
183
- columnFill?: string | number | import('framer-motion/dom').MotionValue<any>;
184
- columnGap?: string | number | import('framer-motion/dom').MotionValue<any>;
185
- columnRule?: string | number | import('framer-motion/dom').MotionValue<any>;
186
- columnRuleColor?: string | number | import('framer-motion/dom').MotionValue<any>;
187
- columnRuleStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
188
- columnRuleWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
189
- columnSpan?: string | number | import('framer-motion/dom').MotionValue<any>;
190
- columnWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
191
- columns?: string | number | import('framer-motion/dom').MotionValue<any>;
192
- contain?: string | number | import('framer-motion/dom').MotionValue<any>;
193
- containIntrinsicBlockSize?: string | number | import('framer-motion/dom').MotionValue<any>;
194
- containIntrinsicHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
195
- containIntrinsicInlineSize?: string | number | import('framer-motion/dom').MotionValue<any>;
196
- containIntrinsicSize?: string | number | import('framer-motion/dom').MotionValue<any>;
197
- containIntrinsicWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
198
- container?: string | number | import('framer-motion/dom').MotionValue<any>;
199
- containerName?: string | number | import('framer-motion/dom').MotionValue<any>;
200
- containerType?: string | number | import('framer-motion/dom').MotionValue<any>;
201
- content?: string | number | import('framer-motion/dom').MotionValue<any>;
202
- contentVisibility?: string | number | import('framer-motion/dom').MotionValue<any>;
203
- counterIncrement?: string | number | import('framer-motion/dom').MotionValue<any>;
204
- counterReset?: string | number | import('framer-motion/dom').MotionValue<any>;
205
- counterSet?: string | number | import('framer-motion/dom').MotionValue<any>;
206
- cssFloat?: string | number | import('framer-motion/dom').MotionValue<any>;
207
- cssText?: string | number | import('framer-motion/dom').MotionValue<any>;
208
- cursor?: string | number | import('framer-motion/dom').MotionValue<any>;
209
- cx?: string | number | import('framer-motion/dom').MotionValue<any>;
210
- cy?: string | number | import('framer-motion/dom').MotionValue<any>;
211
- d?: string | number | import('framer-motion/dom').MotionValue<any>;
212
- display?: string | number | import('framer-motion/dom').MotionValue<any>;
213
- dominantBaseline?: string | number | import('framer-motion/dom').MotionValue<any>;
214
- emptyCells?: string | number | import('framer-motion/dom').MotionValue<any>;
215
- fillOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
216
- fillRule?: string | number | import('framer-motion/dom').MotionValue<any>;
217
- flex?: string | number | import('framer-motion/dom').MotionValue<any>;
218
- flexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
219
- flexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
220
- flexFlow?: string | number | import('framer-motion/dom').MotionValue<any>;
221
- flexGrow?: string | number | import('framer-motion/dom').MotionValue<any>;
222
- flexShrink?: string | number | import('framer-motion/dom').MotionValue<any>;
223
- flexWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
224
- float?: string | number | import('framer-motion/dom').MotionValue<any>;
225
- floodColor?: string | number | import('framer-motion/dom').MotionValue<any>;
226
- floodOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
227
- font?: string | number | import('framer-motion/dom').MotionValue<any>;
228
- fontFamily?: string | number | import('framer-motion/dom').MotionValue<any>;
229
- fontFeatureSettings?: string | number | import('framer-motion/dom').MotionValue<any>;
230
- fontKerning?: string | number | import('framer-motion/dom').MotionValue<any>;
231
- fontOpticalSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
232
- fontPalette?: string | number | import('framer-motion/dom').MotionValue<any>;
233
- fontSize?: string | number | import('framer-motion/dom').MotionValue<any>;
234
- fontSizeAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
235
- fontStretch?: string | number | import('framer-motion/dom').MotionValue<any>;
236
- fontStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
237
- fontSynthesis?: string | number | import('framer-motion/dom').MotionValue<any>;
238
- fontSynthesisSmallCaps?: string | number | import('framer-motion/dom').MotionValue<any>;
239
- fontSynthesisStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
240
- fontSynthesisWeight?: string | number | import('framer-motion/dom').MotionValue<any>;
241
- fontVariant?: string | number | import('framer-motion/dom').MotionValue<any>;
242
- fontVariantAlternates?: string | number | import('framer-motion/dom').MotionValue<any>;
243
- fontVariantCaps?: string | number | import('framer-motion/dom').MotionValue<any>;
244
- fontVariantEastAsian?: string | number | import('framer-motion/dom').MotionValue<any>;
245
- fontVariantLigatures?: string | number | import('framer-motion/dom').MotionValue<any>;
246
- fontVariantNumeric?: string | number | import('framer-motion/dom').MotionValue<any>;
247
- fontVariantPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
248
- fontVariationSettings?: string | number | import('framer-motion/dom').MotionValue<any>;
249
- fontWeight?: string | number | import('framer-motion/dom').MotionValue<any>;
250
- forcedColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
251
- gap?: string | number | import('framer-motion/dom').MotionValue<any>;
252
- grid?: string | number | import('framer-motion/dom').MotionValue<any>;
253
- gridArea?: string | number | import('framer-motion/dom').MotionValue<any>;
254
- gridAutoColumns?: string | number | import('framer-motion/dom').MotionValue<any>;
255
- gridAutoFlow?: string | number | import('framer-motion/dom').MotionValue<any>;
256
- gridAutoRows?: string | number | import('framer-motion/dom').MotionValue<any>;
257
- gridColumn?: string | number | import('framer-motion/dom').MotionValue<any>;
258
- gridColumnEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
259
- gridColumnGap?: string | number | import('framer-motion/dom').MotionValue<any>;
260
- gridColumnStart?: string | number | import('framer-motion/dom').MotionValue<any>;
261
- gridGap?: string | number | import('framer-motion/dom').MotionValue<any>;
262
- gridRow?: string | number | import('framer-motion/dom').MotionValue<any>;
263
- gridRowEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
264
- gridRowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
265
- gridRowStart?: string | number | import('framer-motion/dom').MotionValue<any>;
266
- gridTemplate?: string | number | import('framer-motion/dom').MotionValue<any>;
267
- gridTemplateAreas?: string | number | import('framer-motion/dom').MotionValue<any>;
268
- gridTemplateColumns?: string | number | import('framer-motion/dom').MotionValue<any>;
269
- gridTemplateRows?: string | number | import('framer-motion/dom').MotionValue<any>;
270
- height?: string | number | import('framer-motion/dom').MotionValue<any>;
271
- hyphenateCharacter?: string | number | import('framer-motion/dom').MotionValue<any>;
272
- hyphens?: string | number | import('framer-motion/dom').MotionValue<any>;
273
- imageOrientation?: string | number | import('framer-motion/dom').MotionValue<any>;
274
- imageRendering?: string | number | import('framer-motion/dom').MotionValue<any>;
275
- inlineSize?: string | number | import('framer-motion/dom').MotionValue<any>;
276
- inset?: string | number | import('framer-motion/dom').MotionValue<any>;
277
- insetBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
278
- insetBlockEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
279
- insetBlockStart?: string | number | import('framer-motion/dom').MotionValue<any>;
280
- insetInline?: string | number | import('framer-motion/dom').MotionValue<any>;
281
- insetInlineEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
282
- insetInlineStart?: string | number | import('framer-motion/dom').MotionValue<any>;
283
- isolation?: string | number | import('framer-motion/dom').MotionValue<any>;
284
- justifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
285
- justifyItems?: string | number | import('framer-motion/dom').MotionValue<any>;
286
- justifySelf?: string | number | import('framer-motion/dom').MotionValue<any>;
287
- letterSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
288
- lightingColor?: string | number | import('framer-motion/dom').MotionValue<any>;
289
- lineBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
290
- lineHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
291
- listStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
292
- listStyleImage?: string | number | import('framer-motion/dom').MotionValue<any>;
293
- listStylePosition?: string | number | import('framer-motion/dom').MotionValue<any>;
294
- listStyleType?: string | number | import('framer-motion/dom').MotionValue<any>;
295
- margin?: string | number | import('framer-motion/dom').MotionValue<any>;
296
- marginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
297
- marginBlockEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
298
- marginBlockStart?: string | number | import('framer-motion/dom').MotionValue<any>;
299
- marginBottom?: string | number | import('framer-motion/dom').MotionValue<any>;
300
- marginInline?: string | number | import('framer-motion/dom').MotionValue<any>;
301
- marginInlineEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
302
- marginInlineStart?: string | number | import('framer-motion/dom').MotionValue<any>;
303
- marginLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
304
- marginRight?: string | number | import('framer-motion/dom').MotionValue<any>;
305
- marginTop?: string | number | import('framer-motion/dom').MotionValue<any>;
306
- markerEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
307
- markerMid?: string | number | import('framer-motion/dom').MotionValue<any>;
308
- markerStart?: string | number | import('framer-motion/dom').MotionValue<any>;
309
- maskClip?: string | number | import('framer-motion/dom').MotionValue<any>;
310
- maskComposite?: string | number | import('framer-motion/dom').MotionValue<any>;
311
- maskImage?: string | number | import('framer-motion/dom').MotionValue<any>;
312
- maskMode?: string | number | import('framer-motion/dom').MotionValue<any>;
313
- maskOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
314
- maskPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
315
- maskRepeat?: string | number | import('framer-motion/dom').MotionValue<any>;
316
- maskSize?: string | number | import('framer-motion/dom').MotionValue<any>;
317
- maskType?: string | number | import('framer-motion/dom').MotionValue<any>;
318
- mathDepth?: string | number | import('framer-motion/dom').MotionValue<any>;
319
- mathStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
320
- maxBlockSize?: string | number | import('framer-motion/dom').MotionValue<any>;
321
- maxHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
322
- maxInlineSize?: string | number | import('framer-motion/dom').MotionValue<any>;
323
- maxWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
324
- minBlockSize?: string | number | import('framer-motion/dom').MotionValue<any>;
325
- minHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
326
- minInlineSize?: string | number | import('framer-motion/dom').MotionValue<any>;
327
- minWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
328
- mixBlendMode?: string | number | import('framer-motion/dom').MotionValue<any>;
329
- objectFit?: string | number | import('framer-motion/dom').MotionValue<any>;
330
- objectPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
331
- offsetAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
332
- offsetDistance?: string | number | import('framer-motion/dom').MotionValue<any>;
333
- offsetPath?: string | number | import('framer-motion/dom').MotionValue<any>;
334
- offsetPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
335
- offsetRotate?: string | number | import('framer-motion/dom').MotionValue<any>;
336
- opacity?: string | number | import('framer-motion/dom').MotionValue<any>;
337
- order?: string | number | import('framer-motion/dom').MotionValue<any>;
338
- orphans?: string | number | import('framer-motion/dom').MotionValue<any>;
339
- outline?: string | number | import('framer-motion/dom').MotionValue<any>;
340
- outlineColor?: string | number | import('framer-motion/dom').MotionValue<any>;
341
- outlineOffset?: string | number | import('framer-motion/dom').MotionValue<any>;
342
- outlineStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
343
- outlineWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
344
- overflow?: string | number | import('framer-motion/dom').MotionValue<any>;
345
- overflowAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
346
- overflowClipMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
347
- overflowWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
348
- overflowX?: string | number | import('framer-motion/dom').MotionValue<any>;
349
- overflowY?: string | number | import('framer-motion/dom').MotionValue<any>;
350
- overscrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
351
- overscrollBehaviorBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
352
- overscrollBehaviorInline?: string | number | import('framer-motion/dom').MotionValue<any>;
353
- overscrollBehaviorX?: string | number | import('framer-motion/dom').MotionValue<any>;
354
- overscrollBehaviorY?: string | number | import('framer-motion/dom').MotionValue<any>;
355
- padding?: string | number | import('framer-motion/dom').MotionValue<any>;
356
- paddingBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
357
- paddingBlockEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
358
- paddingBlockStart?: string | number | import('framer-motion/dom').MotionValue<any>;
359
- paddingBottom?: string | number | import('framer-motion/dom').MotionValue<any>;
360
- paddingInline?: string | number | import('framer-motion/dom').MotionValue<any>;
361
- paddingInlineEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
362
- paddingInlineStart?: string | number | import('framer-motion/dom').MotionValue<any>;
363
- paddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
364
- paddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
365
- paddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
366
- pageBreakAfter?: string | number | import('framer-motion/dom').MotionValue<any>;
367
- pageBreakBefore?: string | number | import('framer-motion/dom').MotionValue<any>;
368
- pageBreakInside?: string | number | import('framer-motion/dom').MotionValue<any>;
369
- paintOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
370
- readonly parentRule?: string | number | import('framer-motion/dom').MotionValue<any>;
371
- perspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
372
- placeContent?: string | number | import('framer-motion/dom').MotionValue<any>;
373
- placeItems?: string | number | import('framer-motion/dom').MotionValue<any>;
374
- placeSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
375
- pointerEvents?: string | number | import('framer-motion/dom').MotionValue<any>;
376
- printColorAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
377
- quotes?: string | number | import('framer-motion/dom').MotionValue<any>;
378
- r?: string | number | import('framer-motion/dom').MotionValue<any>;
379
- rowGap?: string | number | import('framer-motion/dom').MotionValue<any>;
380
- rubyPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
381
- rx?: string | number | import('framer-motion/dom').MotionValue<any>;
382
- ry?: string | number | import('framer-motion/dom').MotionValue<any>;
383
- scrollBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
384
- scrollMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
385
- scrollMarginBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
386
- scrollMarginBlockEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
387
- scrollMarginBlockStart?: string | number | import('framer-motion/dom').MotionValue<any>;
388
- scrollMarginBottom?: string | number | import('framer-motion/dom').MotionValue<any>;
389
- scrollMarginInline?: string | number | import('framer-motion/dom').MotionValue<any>;
390
- scrollMarginInlineEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
391
- scrollMarginInlineStart?: string | number | import('framer-motion/dom').MotionValue<any>;
392
- scrollMarginLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
393
- scrollMarginRight?: string | number | import('framer-motion/dom').MotionValue<any>;
394
- scrollMarginTop?: string | number | import('framer-motion/dom').MotionValue<any>;
395
- scrollPadding?: string | number | import('framer-motion/dom').MotionValue<any>;
396
- scrollPaddingBlock?: string | number | import('framer-motion/dom').MotionValue<any>;
397
- scrollPaddingBlockEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
398
- scrollPaddingBlockStart?: string | number | import('framer-motion/dom').MotionValue<any>;
399
- scrollPaddingBottom?: string | number | import('framer-motion/dom').MotionValue<any>;
400
- scrollPaddingInline?: string | number | import('framer-motion/dom').MotionValue<any>;
401
- scrollPaddingInlineEnd?: string | number | import('framer-motion/dom').MotionValue<any>;
402
- scrollPaddingInlineStart?: string | number | import('framer-motion/dom').MotionValue<any>;
403
- scrollPaddingLeft?: string | number | import('framer-motion/dom').MotionValue<any>;
404
- scrollPaddingRight?: string | number | import('framer-motion/dom').MotionValue<any>;
405
- scrollPaddingTop?: string | number | import('framer-motion/dom').MotionValue<any>;
406
- scrollSnapAlign?: string | number | import('framer-motion/dom').MotionValue<any>;
407
- scrollSnapStop?: string | number | import('framer-motion/dom').MotionValue<any>;
408
- scrollSnapType?: string | number | import('framer-motion/dom').MotionValue<any>;
409
- scrollbarColor?: string | number | import('framer-motion/dom').MotionValue<any>;
410
- scrollbarGutter?: string | number | import('framer-motion/dom').MotionValue<any>;
411
- scrollbarWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
412
- shapeImageThreshold?: string | number | import('framer-motion/dom').MotionValue<any>;
413
- shapeMargin?: string | number | import('framer-motion/dom').MotionValue<any>;
414
- shapeOutside?: string | number | import('framer-motion/dom').MotionValue<any>;
415
- shapeRendering?: string | number | import('framer-motion/dom').MotionValue<any>;
416
- stopColor?: string | number | import('framer-motion/dom').MotionValue<any>;
417
- stopOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
418
- stroke?: string | number | import('framer-motion/dom').MotionValue<any>;
419
- strokeDasharray?: string | number | import('framer-motion/dom').MotionValue<any>;
420
- strokeDashoffset?: string | number | import('framer-motion/dom').MotionValue<any>;
421
- strokeLinecap?: string | number | import('framer-motion/dom').MotionValue<any>;
422
- strokeLinejoin?: string | number | import('framer-motion/dom').MotionValue<any>;
423
- strokeMiterlimit?: string | number | import('framer-motion/dom').MotionValue<any>;
424
- strokeOpacity?: string | number | import('framer-motion/dom').MotionValue<any>;
425
- strokeWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
426
- tabSize?: string | number | import('framer-motion/dom').MotionValue<any>;
427
- tableLayout?: string | number | import('framer-motion/dom').MotionValue<any>;
428
- textAlign?: string | number | import('framer-motion/dom').MotionValue<any>;
429
- textAlignLast?: string | number | import('framer-motion/dom').MotionValue<any>;
430
- textAnchor?: string | number | import('framer-motion/dom').MotionValue<any>;
431
- textCombineUpright?: string | number | import('framer-motion/dom').MotionValue<any>;
432
- textDecoration?: string | number | import('framer-motion/dom').MotionValue<any>;
433
- textDecorationColor?: string | number | import('framer-motion/dom').MotionValue<any>;
434
- textDecorationLine?: string | number | import('framer-motion/dom').MotionValue<any>;
435
- textDecorationSkipInk?: string | number | import('framer-motion/dom').MotionValue<any>;
436
- textDecorationStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
437
- textDecorationThickness?: string | number | import('framer-motion/dom').MotionValue<any>;
438
- textEmphasis?: string | number | import('framer-motion/dom').MotionValue<any>;
439
- textEmphasisColor?: string | number | import('framer-motion/dom').MotionValue<any>;
440
- textEmphasisPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
441
- textEmphasisStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
442
- textIndent?: string | number | import('framer-motion/dom').MotionValue<any>;
443
- textOrientation?: string | number | import('framer-motion/dom').MotionValue<any>;
444
- textOverflow?: string | number | import('framer-motion/dom').MotionValue<any>;
445
- textRendering?: string | number | import('framer-motion/dom').MotionValue<any>;
446
- textShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
447
- textTransform?: string | number | import('framer-motion/dom').MotionValue<any>;
448
- textUnderlineOffset?: string | number | import('framer-motion/dom').MotionValue<any>;
449
- textUnderlinePosition?: string | number | import('framer-motion/dom').MotionValue<any>;
450
- textWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
451
- textWrapMode?: string | number | import('framer-motion/dom').MotionValue<any>;
452
- textWrapStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
453
- touchAction?: string | number | import('framer-motion/dom').MotionValue<any>;
454
- transformBox?: string | number | import('framer-motion/dom').MotionValue<any>;
455
- transformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
456
- transformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
457
- transitionBehavior?: string | number | import('framer-motion/dom').MotionValue<any>;
458
- transitionDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
459
- transitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
460
- transitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
461
- transitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
462
- unicodeBidi?: string | number | import('framer-motion/dom').MotionValue<any>;
463
- userSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
464
- vectorEffect?: string | number | import('framer-motion/dom').MotionValue<any>;
465
- verticalAlign?: string | number | import('framer-motion/dom').MotionValue<any>;
466
- visibility?: string | number | import('framer-motion/dom').MotionValue<any>;
467
- webkitAlignContent?: string | number | import('framer-motion/dom').MotionValue<any>;
468
- webkitAlignItems?: string | number | import('framer-motion/dom').MotionValue<any>;
469
- webkitAlignSelf?: string | number | import('framer-motion/dom').MotionValue<any>;
470
- webkitAnimation?: string | number | import('framer-motion/dom').MotionValue<any>;
471
- webkitAnimationDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
472
- webkitAnimationDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
473
- webkitAnimationDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
474
- webkitAnimationFillMode?: string | number | import('framer-motion/dom').MotionValue<any>;
475
- webkitAnimationIterationCount?: string | number | import('framer-motion/dom').MotionValue<any>;
476
- webkitAnimationName?: string | number | import('framer-motion/dom').MotionValue<any>;
477
- webkitAnimationPlayState?: string | number | import('framer-motion/dom').MotionValue<any>;
478
- webkitAnimationTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
479
- webkitAppearance?: string | number | import('framer-motion/dom').MotionValue<any>;
480
- webkitBackfaceVisibility?: string | number | import('framer-motion/dom').MotionValue<any>;
481
- webkitBackgroundClip?: string | number | import('framer-motion/dom').MotionValue<any>;
482
- webkitBackgroundOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
483
- webkitBackgroundSize?: string | number | import('framer-motion/dom').MotionValue<any>;
484
- webkitBorderBottomLeftRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
485
- webkitBorderBottomRightRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
486
- webkitBorderRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
487
- webkitBorderTopLeftRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
488
- webkitBorderTopRightRadius?: string | number | import('framer-motion/dom').MotionValue<any>;
489
- webkitBoxAlign?: string | number | import('framer-motion/dom').MotionValue<any>;
490
- webkitBoxFlex?: string | number | import('framer-motion/dom').MotionValue<any>;
491
- webkitBoxOrdinalGroup?: string | number | import('framer-motion/dom').MotionValue<any>;
492
- webkitBoxOrient?: string | number | import('framer-motion/dom').MotionValue<any>;
493
- webkitBoxPack?: string | number | import('framer-motion/dom').MotionValue<any>;
494
- webkitBoxShadow?: string | number | import('framer-motion/dom').MotionValue<any>;
495
- webkitBoxSizing?: string | number | import('framer-motion/dom').MotionValue<any>;
496
- webkitFilter?: string | number | import('framer-motion/dom').MotionValue<any>;
497
- webkitFlex?: string | number | import('framer-motion/dom').MotionValue<any>;
498
- webkitFlexBasis?: string | number | import('framer-motion/dom').MotionValue<any>;
499
- webkitFlexDirection?: string | number | import('framer-motion/dom').MotionValue<any>;
500
- webkitFlexFlow?: string | number | import('framer-motion/dom').MotionValue<any>;
501
- webkitFlexGrow?: string | number | import('framer-motion/dom').MotionValue<any>;
502
- webkitFlexShrink?: string | number | import('framer-motion/dom').MotionValue<any>;
503
- webkitFlexWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
504
- webkitJustifyContent?: string | number | import('framer-motion/dom').MotionValue<any>;
505
- webkitLineClamp?: string | number | import('framer-motion/dom').MotionValue<any>;
506
- webkitMask?: string | number | import('framer-motion/dom').MotionValue<any>;
507
- webkitMaskBoxImage?: string | number | import('framer-motion/dom').MotionValue<any>;
508
- webkitMaskBoxImageOutset?: string | number | import('framer-motion/dom').MotionValue<any>;
509
- webkitMaskBoxImageRepeat?: string | number | import('framer-motion/dom').MotionValue<any>;
510
- webkitMaskBoxImageSlice?: string | number | import('framer-motion/dom').MotionValue<any>;
511
- webkitMaskBoxImageSource?: string | number | import('framer-motion/dom').MotionValue<any>;
512
- webkitMaskBoxImageWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
513
- webkitMaskClip?: string | number | import('framer-motion/dom').MotionValue<any>;
514
- webkitMaskComposite?: string | number | import('framer-motion/dom').MotionValue<any>;
515
- webkitMaskImage?: string | number | import('framer-motion/dom').MotionValue<any>;
516
- webkitMaskOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
517
- webkitMaskPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
518
- webkitMaskRepeat?: string | number | import('framer-motion/dom').MotionValue<any>;
519
- webkitMaskSize?: string | number | import('framer-motion/dom').MotionValue<any>;
520
- webkitOrder?: string | number | import('framer-motion/dom').MotionValue<any>;
521
- webkitPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
522
- webkitPerspectiveOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
523
- webkitTextFillColor?: string | number | import('framer-motion/dom').MotionValue<any>;
524
- webkitTextSizeAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
525
- webkitTextStroke?: string | number | import('framer-motion/dom').MotionValue<any>;
526
- webkitTextStrokeColor?: string | number | import('framer-motion/dom').MotionValue<any>;
527
- webkitTextStrokeWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
528
- webkitTransform?: string | number | import('framer-motion/dom').MotionValue<any>;
529
- webkitTransformOrigin?: string | number | import('framer-motion/dom').MotionValue<any>;
530
- webkitTransformStyle?: string | number | import('framer-motion/dom').MotionValue<any>;
531
- webkitTransition?: string | number | import('framer-motion/dom').MotionValue<any>;
532
- webkitTransitionDelay?: string | number | import('framer-motion/dom').MotionValue<any>;
533
- webkitTransitionDuration?: string | number | import('framer-motion/dom').MotionValue<any>;
534
- webkitTransitionProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
535
- webkitTransitionTimingFunction?: string | number | import('framer-motion/dom').MotionValue<any>;
536
- webkitUserSelect?: string | number | import('framer-motion/dom').MotionValue<any>;
537
- whiteSpace?: string | number | import('framer-motion/dom').MotionValue<any>;
538
- whiteSpaceCollapse?: string | number | import('framer-motion/dom').MotionValue<any>;
539
- widows?: string | number | import('framer-motion/dom').MotionValue<any>;
540
- width?: string | number | import('framer-motion/dom').MotionValue<any>;
541
- wordBreak?: string | number | import('framer-motion/dom').MotionValue<any>;
542
- wordSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
543
- wordWrap?: string | number | import('framer-motion/dom').MotionValue<any>;
544
- writingMode?: string | number | import('framer-motion/dom').MotionValue<any>;
545
- zIndex?: string | number | import('framer-motion/dom').MotionValue<any>;
546
- zoom?: string | number | import('framer-motion/dom').MotionValue<any>;
547
- getPropertyPriority?: string | number | import('framer-motion/dom').MotionValue<any>;
548
- getPropertyValue?: string | number | import('framer-motion/dom').MotionValue<any>;
549
- item?: string | number | import('framer-motion/dom').MotionValue<any>;
550
- removeProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
551
- setProperty?: string | number | import('framer-motion/dom').MotionValue<any>;
552
- rotateX?: string | number | import('framer-motion/dom').MotionValue<any>;
553
- rotateY?: string | number | import('framer-motion/dom').MotionValue<any>;
554
- rotateZ?: string | number | import('framer-motion/dom').MotionValue<any>;
555
- scaleX?: string | number | import('framer-motion/dom').MotionValue<any>;
556
- scaleY?: string | number | import('framer-motion/dom').MotionValue<any>;
557
- scaleZ?: string | number | import('framer-motion/dom').MotionValue<any>;
558
- skewX?: string | number | import('framer-motion/dom').MotionValue<any>;
559
- skewY?: string | number | import('framer-motion/dom').MotionValue<any>;
560
- accentHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
561
- accumulate?: string | number | import('framer-motion/dom').MotionValue<any>;
562
- additive?: string | number | import('framer-motion/dom').MotionValue<any>;
563
- allowReorder?: string | number | import('framer-motion/dom').MotionValue<any>;
564
- alphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
565
- amplitude?: string | number | import('framer-motion/dom').MotionValue<any>;
566
- arabicForm?: string | number | import('framer-motion/dom').MotionValue<any>;
567
- ascent?: string | number | import('framer-motion/dom').MotionValue<any>;
568
- attributeName?: string | number | import('framer-motion/dom').MotionValue<any>;
569
- attributeType?: string | number | import('framer-motion/dom').MotionValue<any>;
570
- autoReverse?: string | number | import('framer-motion/dom').MotionValue<any>;
571
- azimuth?: string | number | import('framer-motion/dom').MotionValue<any>;
572
- baseFrequency?: string | number | import('framer-motion/dom').MotionValue<any>;
573
- baseProfile?: string | number | import('framer-motion/dom').MotionValue<any>;
574
- bbox?: string | number | import('framer-motion/dom').MotionValue<any>;
575
- begin?: string | number | import('framer-motion/dom').MotionValue<any>;
576
- bias?: string | number | import('framer-motion/dom').MotionValue<any>;
577
- by?: string | number | import('framer-motion/dom').MotionValue<any>;
578
- calcMode?: string | number | import('framer-motion/dom').MotionValue<any>;
579
- capHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
580
- clipPathUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
581
- colorProfile?: string | number | import('framer-motion/dom').MotionValue<any>;
582
- colorRendering?: string | number | import('framer-motion/dom').MotionValue<any>;
583
- contentScriptType?: string | number | import('framer-motion/dom').MotionValue<any>;
584
- contentStyleType?: string | number | import('framer-motion/dom').MotionValue<any>;
585
- decelerate?: string | number | import('framer-motion/dom').MotionValue<any>;
586
- descent?: string | number | import('framer-motion/dom').MotionValue<any>;
587
- diffuseConstant?: string | number | import('framer-motion/dom').MotionValue<any>;
588
- divisor?: string | number | import('framer-motion/dom').MotionValue<any>;
589
- dur?: string | number | import('framer-motion/dom').MotionValue<any>;
590
- dx?: string | number | import('framer-motion/dom').MotionValue<any>;
591
- dy?: string | number | import('framer-motion/dom').MotionValue<any>;
592
- edgeMode?: string | number | import('framer-motion/dom').MotionValue<any>;
593
- elevation?: string | number | import('framer-motion/dom').MotionValue<any>;
594
- enableBackground?: string | number | import('framer-motion/dom').MotionValue<any>;
595
- exponent?: string | number | import('framer-motion/dom').MotionValue<any>;
596
- externalResourcesRequired?: string | number | import('framer-motion/dom').MotionValue<any>;
597
- filterRes?: string | number | import('framer-motion/dom').MotionValue<any>;
598
- filterUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
599
- focusable?: string | number | import('framer-motion/dom').MotionValue<any>;
600
- format?: string | number | import('framer-motion/dom').MotionValue<any>;
601
- fr?: string | number | import('framer-motion/dom').MotionValue<any>;
602
- fx?: string | number | import('framer-motion/dom').MotionValue<any>;
603
- fy?: string | number | import('framer-motion/dom').MotionValue<any>;
604
- g1?: string | number | import('framer-motion/dom').MotionValue<any>;
605
- g2?: string | number | import('framer-motion/dom').MotionValue<any>;
606
- glyphName?: string | number | import('framer-motion/dom').MotionValue<any>;
607
- glyphOrientationHorizontal?: string | number | import('framer-motion/dom').MotionValue<any>;
608
- glyphOrientationVertical?: string | number | import('framer-motion/dom').MotionValue<any>;
609
- glyphRef?: string | number | import('framer-motion/dom').MotionValue<any>;
610
- gradientTransform?: string | number | import('framer-motion/dom').MotionValue<any>;
611
- gradientUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
612
- hanging?: string | number | import('framer-motion/dom').MotionValue<any>;
613
- horizAdvX?: string | number | import('framer-motion/dom').MotionValue<any>;
614
- horizOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
615
- href?: string | number | import('framer-motion/dom').MotionValue<any>;
616
- ideographic?: string | number | import('framer-motion/dom').MotionValue<any>;
617
- in2?: string | number | import('framer-motion/dom').MotionValue<any>;
618
- in?: string | number | import('framer-motion/dom').MotionValue<any>;
619
- intercept?: string | number | import('framer-motion/dom').MotionValue<any>;
620
- k1?: string | number | import('framer-motion/dom').MotionValue<any>;
621
- k2?: string | number | import('framer-motion/dom').MotionValue<any>;
622
- k3?: string | number | import('framer-motion/dom').MotionValue<any>;
623
- k4?: string | number | import('framer-motion/dom').MotionValue<any>;
624
- k?: string | number | import('framer-motion/dom').MotionValue<any>;
625
- kernelMatrix?: string | number | import('framer-motion/dom').MotionValue<any>;
626
- kernelUnitLength?: string | number | import('framer-motion/dom').MotionValue<any>;
627
- kerning?: string | number | import('framer-motion/dom').MotionValue<any>;
628
- keyPoints?: string | number | import('framer-motion/dom').MotionValue<any>;
629
- keySplines?: string | number | import('framer-motion/dom').MotionValue<any>;
630
- keyTimes?: string | number | import('framer-motion/dom').MotionValue<any>;
631
- lengthAdjust?: string | number | import('framer-motion/dom').MotionValue<any>;
632
- limitingConeAngle?: string | number | import('framer-motion/dom').MotionValue<any>;
633
- local?: string | number | import('framer-motion/dom').MotionValue<any>;
634
- markerHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
635
- markerUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
636
- markerWidth?: string | number | import('framer-motion/dom').MotionValue<any>;
637
- maskContentUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
638
- maskUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
639
- mathematical?: string | number | import('framer-motion/dom').MotionValue<any>;
640
- mode?: string | number | import('framer-motion/dom').MotionValue<any>;
641
- numOctaves?: string | number | import('framer-motion/dom').MotionValue<any>;
642
- operator?: string | number | import('framer-motion/dom').MotionValue<any>;
643
- orient?: string | number | import('framer-motion/dom').MotionValue<any>;
644
- orientation?: string | number | import('framer-motion/dom').MotionValue<any>;
645
- origin?: string | number | import('framer-motion/dom').MotionValue<any>;
646
- overlinePosition?: string | number | import('framer-motion/dom').MotionValue<any>;
647
- overlineThickness?: string | number | import('framer-motion/dom').MotionValue<any>;
648
- panose1?: string | number | import('framer-motion/dom').MotionValue<any>;
649
- pathLength?: string | number | import('framer-motion/dom').MotionValue<any>;
650
- patternContentUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
651
- patternTransform?: string | number | import('framer-motion/dom').MotionValue<any>;
652
- patternUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
653
- points?: string | number | import('framer-motion/dom').MotionValue<any>;
654
- pointsAtX?: string | number | import('framer-motion/dom').MotionValue<any>;
655
- pointsAtY?: string | number | import('framer-motion/dom').MotionValue<any>;
656
- pointsAtZ?: string | number | import('framer-motion/dom').MotionValue<any>;
657
- preserveAlpha?: string | number | import('framer-motion/dom').MotionValue<any>;
658
- preserveAspectRatio?: string | number | import('framer-motion/dom').MotionValue<any>;
659
- primitiveUnits?: string | number | import('framer-motion/dom').MotionValue<any>;
660
- radius?: string | number | import('framer-motion/dom').MotionValue<any>;
661
- refX?: string | number | import('framer-motion/dom').MotionValue<any>;
662
- refY?: string | number | import('framer-motion/dom').MotionValue<any>;
663
- renderingIntent?: string | number | import('framer-motion/dom').MotionValue<any>;
664
- repeatCount?: string | number | import('framer-motion/dom').MotionValue<any>;
665
- repeatDur?: string | number | import('framer-motion/dom').MotionValue<any>;
666
- requiredExtensions?: string | number | import('framer-motion/dom').MotionValue<any>;
667
- requiredFeatures?: string | number | import('framer-motion/dom').MotionValue<any>;
668
- restart?: string | number | import('framer-motion/dom').MotionValue<any>;
669
- result?: string | number | import('framer-motion/dom').MotionValue<any>;
670
- seed?: string | number | import('framer-motion/dom').MotionValue<any>;
671
- slope?: string | number | import('framer-motion/dom').MotionValue<any>;
672
- spacing?: string | number | import('framer-motion/dom').MotionValue<any>;
673
- specularConstant?: string | number | import('framer-motion/dom').MotionValue<any>;
674
- specularExponent?: string | number | import('framer-motion/dom').MotionValue<any>;
675
- speed?: string | number | import('framer-motion/dom').MotionValue<any>;
676
- spreadMethod?: string | number | import('framer-motion/dom').MotionValue<any>;
677
- startOffset?: string | number | import('framer-motion/dom').MotionValue<any>;
678
- stdDeviation?: string | number | import('framer-motion/dom').MotionValue<any>;
679
- stemh?: string | number | import('framer-motion/dom').MotionValue<any>;
680
- stemv?: string | number | import('framer-motion/dom').MotionValue<any>;
681
- stitchTiles?: string | number | import('framer-motion/dom').MotionValue<any>;
682
- strikethroughPosition?: string | number | import('framer-motion/dom').MotionValue<any>;
683
- strikethroughThickness?: string | number | import('framer-motion/dom').MotionValue<any>;
684
- surfaceScale?: string | number | import('framer-motion/dom').MotionValue<any>;
685
- systemLanguage?: string | number | import('framer-motion/dom').MotionValue<any>;
686
- tableValues?: string | number | import('framer-motion/dom').MotionValue<any>;
687
- targetX?: string | number | import('framer-motion/dom').MotionValue<any>;
688
- targetY?: string | number | import('framer-motion/dom').MotionValue<any>;
689
- textLength?: string | number | import('framer-motion/dom').MotionValue<any>;
690
- to?: string | number | import('framer-motion/dom').MotionValue<any>;
691
- u1?: string | number | import('framer-motion/dom').MotionValue<any>;
692
- u2?: string | number | import('framer-motion/dom').MotionValue<any>;
693
- underlinePosition?: string | number | import('framer-motion/dom').MotionValue<any>;
694
- underlineThickness?: string | number | import('framer-motion/dom').MotionValue<any>;
695
- unicode?: string | number | import('framer-motion/dom').MotionValue<any>;
696
- unicodeRange?: string | number | import('framer-motion/dom').MotionValue<any>;
697
- unitsPerEm?: string | number | import('framer-motion/dom').MotionValue<any>;
698
- vAlphabetic?: string | number | import('framer-motion/dom').MotionValue<any>;
699
- version?: string | number | import('framer-motion/dom').MotionValue<any>;
700
- vertAdvY?: string | number | import('framer-motion/dom').MotionValue<any>;
701
- vertOriginX?: string | number | import('framer-motion/dom').MotionValue<any>;
702
- vertOriginY?: string | number | import('framer-motion/dom').MotionValue<any>;
703
- vHanging?: string | number | import('framer-motion/dom').MotionValue<any>;
704
- vIdeographic?: string | number | import('framer-motion/dom').MotionValue<any>;
705
- viewBox?: string | number | import('framer-motion/dom').MotionValue<any>;
706
- viewTarget?: string | number | import('framer-motion/dom').MotionValue<any>;
707
- vMathematical?: string | number | import('framer-motion/dom').MotionValue<any>;
708
- widths?: string | number | import('framer-motion/dom').MotionValue<any>;
709
- x1?: string | number | import('framer-motion/dom').MotionValue<any>;
710
- x2?: string | number | import('framer-motion/dom').MotionValue<any>;
711
- xChannelSelector?: string | number | import('framer-motion/dom').MotionValue<any>;
712
- xHeight?: string | number | import('framer-motion/dom').MotionValue<any>;
713
- xlinkActuate?: string | number | import('framer-motion/dom').MotionValue<any>;
714
- xlinkArcrole?: string | number | import('framer-motion/dom').MotionValue<any>;
715
- xlinkHref?: string | number | import('framer-motion/dom').MotionValue<any>;
716
- xlinkRole?: string | number | import('framer-motion/dom').MotionValue<any>;
717
- xlinkShow?: string | number | import('framer-motion/dom').MotionValue<any>;
718
- xlinkTitle?: string | number | import('framer-motion/dom').MotionValue<any>;
719
- xlinkType?: string | number | import('framer-motion/dom').MotionValue<any>;
720
- xmlBase?: string | number | import('framer-motion/dom').MotionValue<any>;
721
- xmlLang?: string | number | import('framer-motion/dom').MotionValue<any>;
722
- xmlns?: string | number | import('framer-motion/dom').MotionValue<any>;
723
- xmlnsXlink?: string | number | import('framer-motion/dom').MotionValue<any>;
724
- xmlSpace?: string | number | import('framer-motion/dom').MotionValue<any>;
725
- y1?: string | number | import('framer-motion/dom').MotionValue<any>;
726
- y2?: string | number | import('framer-motion/dom').MotionValue<any>;
727
- yChannelSelector?: string | number | import('framer-motion/dom').MotionValue<any>;
728
- zoomAndPan?: string | number | import('framer-motion/dom').MotionValue<any>;
729
- pathOffset?: string | number | import('framer-motion/dom').MotionValue<any>;
730
- pathSpacing?: string | number | import('framer-motion/dom').MotionValue<any>;
731
- translateX?: string | number | import('framer-motion/dom').MotionValue<any>;
732
- translateY?: string | number | import('framer-motion/dom').MotionValue<any>;
733
- translateZ?: string | number | import('framer-motion/dom').MotionValue<any>;
734
- skew?: string | number | import('framer-motion/dom').MotionValue<any>;
735
- originX?: string | number | import('framer-motion/dom').MotionValue<any>;
736
- originY?: string | number | import('framer-motion/dom').MotionValue<any>;
737
- originZ?: string | number | import('framer-motion/dom').MotionValue<any>;
738
- transformPerspective?: string | number | import('framer-motion/dom').MotionValue<any>;
39
+ [x: number]: string | number | import('motion-dom').MotionValue<any>;
40
+ [x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
41
+ string?: string | number | import('motion-dom').MotionValue<any>;
42
+ end?: string | number | import('motion-dom').MotionValue<any>;
43
+ x?: string | number | import('motion-dom').MotionValue<any>;
44
+ y?: string | number | import('motion-dom').MotionValue<any>;
45
+ position?: string | number | import('motion-dom').MotionValue<any>;
46
+ page?: string | number | import('motion-dom').MotionValue<any>;
47
+ [Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
48
+ top?: string | number | import('motion-dom').MotionValue<any>;
49
+ right?: string | number | import('motion-dom').MotionValue<any>;
50
+ bottom?: string | number | import('motion-dom').MotionValue<any>;
51
+ left?: string | number | import('motion-dom').MotionValue<any>;
52
+ readonly length?: string | number | import('motion-dom').MotionValue<any>;
53
+ filter?: string | number | import('motion-dom').MotionValue<any>;
54
+ fill?: string | number | import('motion-dom').MotionValue<any>;
55
+ values?: string | number | import('motion-dom').MotionValue<any>;
56
+ all?: string | number | import('motion-dom').MotionValue<any>;
57
+ clear?: string | number | import('motion-dom').MotionValue<any>;
58
+ willChange?: string | number | import('motion-dom').MotionValue<any>;
59
+ rotate?: string | number | import('motion-dom').MotionValue<any>;
60
+ scale?: string | number | import('motion-dom').MotionValue<any>;
61
+ perspective?: string | number | import('motion-dom').MotionValue<any>;
62
+ transition?: string | number | import('motion-dom').MotionValue<any>;
63
+ translate?: string | number | import('motion-dom').MotionValue<any>;
64
+ from?: string | number | import('motion-dom').MotionValue<any>;
65
+ resize?: string | number | import('motion-dom').MotionValue<any>;
66
+ transform?: string | number | import('motion-dom').MotionValue<any>;
67
+ offset?: string | number | import('motion-dom').MotionValue<any>;
68
+ clipPath?: string | number | import('motion-dom').MotionValue<any>;
69
+ marker?: string | number | import('motion-dom').MotionValue<any>;
70
+ mask?: string | number | import('motion-dom').MotionValue<any>;
71
+ path?: string | number | import('motion-dom').MotionValue<any>;
72
+ direction?: string | number | import('motion-dom').MotionValue<any>;
73
+ z?: string | number | import('motion-dom').MotionValue<any>;
74
+ accentColor?: string | number | import('motion-dom').MotionValue<any>;
75
+ alignContent?: string | number | import('motion-dom').MotionValue<any>;
76
+ alignItems?: string | number | import('motion-dom').MotionValue<any>;
77
+ alignSelf?: string | number | import('motion-dom').MotionValue<any>;
78
+ alignmentBaseline?: string | number | import('motion-dom').MotionValue<any>;
79
+ animation?: string | number | import('motion-dom').MotionValue<any>;
80
+ animationComposition?: string | number | import('motion-dom').MotionValue<any>;
81
+ animationDelay?: string | number | import('motion-dom').MotionValue<any>;
82
+ animationDirection?: string | number | import('motion-dom').MotionValue<any>;
83
+ animationDuration?: string | number | import('motion-dom').MotionValue<any>;
84
+ animationFillMode?: string | number | import('motion-dom').MotionValue<any>;
85
+ animationIterationCount?: string | number | import('motion-dom').MotionValue<any>;
86
+ animationName?: string | number | import('motion-dom').MotionValue<any>;
87
+ animationPlayState?: string | number | import('motion-dom').MotionValue<any>;
88
+ animationTimingFunction?: string | number | import('motion-dom').MotionValue<any>;
89
+ appearance?: string | number | import('motion-dom').MotionValue<any>;
90
+ aspectRatio?: string | number | import('motion-dom').MotionValue<any>;
91
+ backdropFilter?: string | number | import('motion-dom').MotionValue<any>;
92
+ backfaceVisibility?: string | number | import('motion-dom').MotionValue<any>;
93
+ background?: string | number | import('motion-dom').MotionValue<any>;
94
+ backgroundAttachment?: string | number | import('motion-dom').MotionValue<any>;
95
+ backgroundBlendMode?: string | number | import('motion-dom').MotionValue<any>;
96
+ backgroundClip?: string | number | import('motion-dom').MotionValue<any>;
97
+ backgroundColor?: string | number | import('motion-dom').MotionValue<any>;
98
+ backgroundImage?: string | number | import('motion-dom').MotionValue<any>;
99
+ backgroundOrigin?: string | number | import('motion-dom').MotionValue<any>;
100
+ backgroundPosition?: string | number | import('motion-dom').MotionValue<any>;
101
+ backgroundPositionX?: string | number | import('motion-dom').MotionValue<any>;
102
+ backgroundPositionY?: string | number | import('motion-dom').MotionValue<any>;
103
+ backgroundRepeat?: string | number | import('motion-dom').MotionValue<any>;
104
+ backgroundSize?: string | number | import('motion-dom').MotionValue<any>;
105
+ baselineShift?: string | number | import('motion-dom').MotionValue<any>;
106
+ baselineSource?: string | number | import('motion-dom').MotionValue<any>;
107
+ blockSize?: string | number | import('motion-dom').MotionValue<any>;
108
+ border?: string | number | import('motion-dom').MotionValue<any>;
109
+ borderBlock?: string | number | import('motion-dom').MotionValue<any>;
110
+ borderBlockColor?: string | number | import('motion-dom').MotionValue<any>;
111
+ borderBlockEnd?: string | number | import('motion-dom').MotionValue<any>;
112
+ borderBlockEndColor?: string | number | import('motion-dom').MotionValue<any>;
113
+ borderBlockEndStyle?: string | number | import('motion-dom').MotionValue<any>;
114
+ borderBlockEndWidth?: string | number | import('motion-dom').MotionValue<any>;
115
+ borderBlockStart?: string | number | import('motion-dom').MotionValue<any>;
116
+ borderBlockStartColor?: string | number | import('motion-dom').MotionValue<any>;
117
+ borderBlockStartStyle?: string | number | import('motion-dom').MotionValue<any>;
118
+ borderBlockStartWidth?: string | number | import('motion-dom').MotionValue<any>;
119
+ borderBlockStyle?: string | number | import('motion-dom').MotionValue<any>;
120
+ borderBlockWidth?: string | number | import('motion-dom').MotionValue<any>;
121
+ borderBottom?: string | number | import('motion-dom').MotionValue<any>;
122
+ borderBottomColor?: string | number | import('motion-dom').MotionValue<any>;
123
+ borderBottomLeftRadius?: string | number | import('motion-dom').MotionValue<any>;
124
+ borderBottomRightRadius?: string | number | import('motion-dom').MotionValue<any>;
125
+ borderBottomStyle?: string | number | import('motion-dom').MotionValue<any>;
126
+ borderBottomWidth?: string | number | import('motion-dom').MotionValue<any>;
127
+ borderCollapse?: string | number | import('motion-dom').MotionValue<any>;
128
+ borderColor?: string | number | import('motion-dom').MotionValue<any>;
129
+ borderEndEndRadius?: string | number | import('motion-dom').MotionValue<any>;
130
+ borderEndStartRadius?: string | number | import('motion-dom').MotionValue<any>;
131
+ borderImage?: string | number | import('motion-dom').MotionValue<any>;
132
+ borderImageOutset?: string | number | import('motion-dom').MotionValue<any>;
133
+ borderImageRepeat?: string | number | import('motion-dom').MotionValue<any>;
134
+ borderImageSlice?: string | number | import('motion-dom').MotionValue<any>;
135
+ borderImageSource?: string | number | import('motion-dom').MotionValue<any>;
136
+ borderImageWidth?: string | number | import('motion-dom').MotionValue<any>;
137
+ borderInline?: string | number | import('motion-dom').MotionValue<any>;
138
+ borderInlineColor?: string | number | import('motion-dom').MotionValue<any>;
139
+ borderInlineEnd?: string | number | import('motion-dom').MotionValue<any>;
140
+ borderInlineEndColor?: string | number | import('motion-dom').MotionValue<any>;
141
+ borderInlineEndStyle?: string | number | import('motion-dom').MotionValue<any>;
142
+ borderInlineEndWidth?: string | number | import('motion-dom').MotionValue<any>;
143
+ borderInlineStart?: string | number | import('motion-dom').MotionValue<any>;
144
+ borderInlineStartColor?: string | number | import('motion-dom').MotionValue<any>;
145
+ borderInlineStartStyle?: string | number | import('motion-dom').MotionValue<any>;
146
+ borderInlineStartWidth?: string | number | import('motion-dom').MotionValue<any>;
147
+ borderInlineStyle?: string | number | import('motion-dom').MotionValue<any>;
148
+ borderInlineWidth?: string | number | import('motion-dom').MotionValue<any>;
149
+ borderLeft?: string | number | import('motion-dom').MotionValue<any>;
150
+ borderLeftColor?: string | number | import('motion-dom').MotionValue<any>;
151
+ borderLeftStyle?: string | number | import('motion-dom').MotionValue<any>;
152
+ borderLeftWidth?: string | number | import('motion-dom').MotionValue<any>;
153
+ borderRadius?: string | number | import('motion-dom').MotionValue<any>;
154
+ borderRight?: string | number | import('motion-dom').MotionValue<any>;
155
+ borderRightColor?: string | number | import('motion-dom').MotionValue<any>;
156
+ borderRightStyle?: string | number | import('motion-dom').MotionValue<any>;
157
+ borderRightWidth?: string | number | import('motion-dom').MotionValue<any>;
158
+ borderSpacing?: string | number | import('motion-dom').MotionValue<any>;
159
+ borderStartEndRadius?: string | number | import('motion-dom').MotionValue<any>;
160
+ borderStartStartRadius?: string | number | import('motion-dom').MotionValue<any>;
161
+ borderStyle?: string | number | import('motion-dom').MotionValue<any>;
162
+ borderTop?: string | number | import('motion-dom').MotionValue<any>;
163
+ borderTopColor?: string | number | import('motion-dom').MotionValue<any>;
164
+ borderTopLeftRadius?: string | number | import('motion-dom').MotionValue<any>;
165
+ borderTopRightRadius?: string | number | import('motion-dom').MotionValue<any>;
166
+ borderTopStyle?: string | number | import('motion-dom').MotionValue<any>;
167
+ borderTopWidth?: string | number | import('motion-dom').MotionValue<any>;
168
+ borderWidth?: string | number | import('motion-dom').MotionValue<any>;
169
+ boxShadow?: string | number | import('motion-dom').MotionValue<any>;
170
+ boxSizing?: string | number | import('motion-dom').MotionValue<any>;
171
+ breakAfter?: string | number | import('motion-dom').MotionValue<any>;
172
+ breakBefore?: string | number | import('motion-dom').MotionValue<any>;
173
+ breakInside?: string | number | import('motion-dom').MotionValue<any>;
174
+ captionSide?: string | number | import('motion-dom').MotionValue<any>;
175
+ caretColor?: string | number | import('motion-dom').MotionValue<any>;
176
+ clip?: string | number | import('motion-dom').MotionValue<any>;
177
+ clipRule?: string | number | import('motion-dom').MotionValue<any>;
178
+ color?: string | number | import('motion-dom').MotionValue<any>;
179
+ colorInterpolation?: string | number | import('motion-dom').MotionValue<any>;
180
+ colorInterpolationFilters?: string | number | import('motion-dom').MotionValue<any>;
181
+ colorScheme?: string | number | import('motion-dom').MotionValue<any>;
182
+ columnCount?: string | number | import('motion-dom').MotionValue<any>;
183
+ columnFill?: string | number | import('motion-dom').MotionValue<any>;
184
+ columnGap?: string | number | import('motion-dom').MotionValue<any>;
185
+ columnRule?: string | number | import('motion-dom').MotionValue<any>;
186
+ columnRuleColor?: string | number | import('motion-dom').MotionValue<any>;
187
+ columnRuleStyle?: string | number | import('motion-dom').MotionValue<any>;
188
+ columnRuleWidth?: string | number | import('motion-dom').MotionValue<any>;
189
+ columnSpan?: string | number | import('motion-dom').MotionValue<any>;
190
+ columnWidth?: string | number | import('motion-dom').MotionValue<any>;
191
+ columns?: string | number | import('motion-dom').MotionValue<any>;
192
+ contain?: string | number | import('motion-dom').MotionValue<any>;
193
+ containIntrinsicBlockSize?: string | number | import('motion-dom').MotionValue<any>;
194
+ containIntrinsicHeight?: string | number | import('motion-dom').MotionValue<any>;
195
+ containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
196
+ containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
197
+ containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
198
+ container?: string | number | import('motion-dom').MotionValue<any>;
199
+ containerName?: string | number | import('motion-dom').MotionValue<any>;
200
+ containerType?: string | number | import('motion-dom').MotionValue<any>;
201
+ content?: string | number | import('motion-dom').MotionValue<any>;
202
+ contentVisibility?: string | number | import('motion-dom').MotionValue<any>;
203
+ counterIncrement?: string | number | import('motion-dom').MotionValue<any>;
204
+ counterReset?: string | number | import('motion-dom').MotionValue<any>;
205
+ counterSet?: string | number | import('motion-dom').MotionValue<any>;
206
+ cssFloat?: string | number | import('motion-dom').MotionValue<any>;
207
+ cssText?: string | number | import('motion-dom').MotionValue<any>;
208
+ cursor?: string | number | import('motion-dom').MotionValue<any>;
209
+ cx?: string | number | import('motion-dom').MotionValue<any>;
210
+ cy?: string | number | import('motion-dom').MotionValue<any>;
211
+ d?: string | number | import('motion-dom').MotionValue<any>;
212
+ display?: string | number | import('motion-dom').MotionValue<any>;
213
+ dominantBaseline?: string | number | import('motion-dom').MotionValue<any>;
214
+ emptyCells?: string | number | import('motion-dom').MotionValue<any>;
215
+ fillOpacity?: string | number | import('motion-dom').MotionValue<any>;
216
+ fillRule?: string | number | import('motion-dom').MotionValue<any>;
217
+ flex?: string | number | import('motion-dom').MotionValue<any>;
218
+ flexBasis?: string | number | import('motion-dom').MotionValue<any>;
219
+ flexDirection?: string | number | import('motion-dom').MotionValue<any>;
220
+ flexFlow?: string | number | import('motion-dom').MotionValue<any>;
221
+ flexGrow?: string | number | import('motion-dom').MotionValue<any>;
222
+ flexShrink?: string | number | import('motion-dom').MotionValue<any>;
223
+ flexWrap?: string | number | import('motion-dom').MotionValue<any>;
224
+ float?: string | number | import('motion-dom').MotionValue<any>;
225
+ floodColor?: string | number | import('motion-dom').MotionValue<any>;
226
+ floodOpacity?: string | number | import('motion-dom').MotionValue<any>;
227
+ font?: string | number | import('motion-dom').MotionValue<any>;
228
+ fontFamily?: string | number | import('motion-dom').MotionValue<any>;
229
+ fontFeatureSettings?: string | number | import('motion-dom').MotionValue<any>;
230
+ fontKerning?: string | number | import('motion-dom').MotionValue<any>;
231
+ fontOpticalSizing?: string | number | import('motion-dom').MotionValue<any>;
232
+ fontPalette?: string | number | import('motion-dom').MotionValue<any>;
233
+ fontSize?: string | number | import('motion-dom').MotionValue<any>;
234
+ fontSizeAdjust?: string | number | import('motion-dom').MotionValue<any>;
235
+ fontStretch?: string | number | import('motion-dom').MotionValue<any>;
236
+ fontStyle?: string | number | import('motion-dom').MotionValue<any>;
237
+ fontSynthesis?: string | number | import('motion-dom').MotionValue<any>;
238
+ fontSynthesisSmallCaps?: string | number | import('motion-dom').MotionValue<any>;
239
+ fontSynthesisStyle?: string | number | import('motion-dom').MotionValue<any>;
240
+ fontSynthesisWeight?: string | number | import('motion-dom').MotionValue<any>;
241
+ fontVariant?: string | number | import('motion-dom').MotionValue<any>;
242
+ fontVariantAlternates?: string | number | import('motion-dom').MotionValue<any>;
243
+ fontVariantCaps?: string | number | import('motion-dom').MotionValue<any>;
244
+ fontVariantEastAsian?: string | number | import('motion-dom').MotionValue<any>;
245
+ fontVariantLigatures?: string | number | import('motion-dom').MotionValue<any>;
246
+ fontVariantNumeric?: string | number | import('motion-dom').MotionValue<any>;
247
+ fontVariantPosition?: string | number | import('motion-dom').MotionValue<any>;
248
+ fontVariationSettings?: string | number | import('motion-dom').MotionValue<any>;
249
+ fontWeight?: string | number | import('motion-dom').MotionValue<any>;
250
+ forcedColorAdjust?: string | number | import('motion-dom').MotionValue<any>;
251
+ gap?: string | number | import('motion-dom').MotionValue<any>;
252
+ grid?: string | number | import('motion-dom').MotionValue<any>;
253
+ gridArea?: string | number | import('motion-dom').MotionValue<any>;
254
+ gridAutoColumns?: string | number | import('motion-dom').MotionValue<any>;
255
+ gridAutoFlow?: string | number | import('motion-dom').MotionValue<any>;
256
+ gridAutoRows?: string | number | import('motion-dom').MotionValue<any>;
257
+ gridColumn?: string | number | import('motion-dom').MotionValue<any>;
258
+ gridColumnEnd?: string | number | import('motion-dom').MotionValue<any>;
259
+ gridColumnGap?: string | number | import('motion-dom').MotionValue<any>;
260
+ gridColumnStart?: string | number | import('motion-dom').MotionValue<any>;
261
+ gridGap?: string | number | import('motion-dom').MotionValue<any>;
262
+ gridRow?: string | number | import('motion-dom').MotionValue<any>;
263
+ gridRowEnd?: string | number | import('motion-dom').MotionValue<any>;
264
+ gridRowGap?: string | number | import('motion-dom').MotionValue<any>;
265
+ gridRowStart?: string | number | import('motion-dom').MotionValue<any>;
266
+ gridTemplate?: string | number | import('motion-dom').MotionValue<any>;
267
+ gridTemplateAreas?: string | number | import('motion-dom').MotionValue<any>;
268
+ gridTemplateColumns?: string | number | import('motion-dom').MotionValue<any>;
269
+ gridTemplateRows?: string | number | import('motion-dom').MotionValue<any>;
270
+ height?: string | number | import('motion-dom').MotionValue<any>;
271
+ hyphenateCharacter?: string | number | import('motion-dom').MotionValue<any>;
272
+ hyphens?: string | number | import('motion-dom').MotionValue<any>;
273
+ imageOrientation?: string | number | import('motion-dom').MotionValue<any>;
274
+ imageRendering?: string | number | import('motion-dom').MotionValue<any>;
275
+ inlineSize?: string | number | import('motion-dom').MotionValue<any>;
276
+ inset?: string | number | import('motion-dom').MotionValue<any>;
277
+ insetBlock?: string | number | import('motion-dom').MotionValue<any>;
278
+ insetBlockEnd?: string | number | import('motion-dom').MotionValue<any>;
279
+ insetBlockStart?: string | number | import('motion-dom').MotionValue<any>;
280
+ insetInline?: string | number | import('motion-dom').MotionValue<any>;
281
+ insetInlineEnd?: string | number | import('motion-dom').MotionValue<any>;
282
+ insetInlineStart?: string | number | import('motion-dom').MotionValue<any>;
283
+ isolation?: string | number | import('motion-dom').MotionValue<any>;
284
+ justifyContent?: string | number | import('motion-dom').MotionValue<any>;
285
+ justifyItems?: string | number | import('motion-dom').MotionValue<any>;
286
+ justifySelf?: string | number | import('motion-dom').MotionValue<any>;
287
+ letterSpacing?: string | number | import('motion-dom').MotionValue<any>;
288
+ lightingColor?: string | number | import('motion-dom').MotionValue<any>;
289
+ lineBreak?: string | number | import('motion-dom').MotionValue<any>;
290
+ lineHeight?: string | number | import('motion-dom').MotionValue<any>;
291
+ listStyle?: string | number | import('motion-dom').MotionValue<any>;
292
+ listStyleImage?: string | number | import('motion-dom').MotionValue<any>;
293
+ listStylePosition?: string | number | import('motion-dom').MotionValue<any>;
294
+ listStyleType?: string | number | import('motion-dom').MotionValue<any>;
295
+ margin?: string | number | import('motion-dom').MotionValue<any>;
296
+ marginBlock?: string | number | import('motion-dom').MotionValue<any>;
297
+ marginBlockEnd?: string | number | import('motion-dom').MotionValue<any>;
298
+ marginBlockStart?: string | number | import('motion-dom').MotionValue<any>;
299
+ marginBottom?: string | number | import('motion-dom').MotionValue<any>;
300
+ marginInline?: string | number | import('motion-dom').MotionValue<any>;
301
+ marginInlineEnd?: string | number | import('motion-dom').MotionValue<any>;
302
+ marginInlineStart?: string | number | import('motion-dom').MotionValue<any>;
303
+ marginLeft?: string | number | import('motion-dom').MotionValue<any>;
304
+ marginRight?: string | number | import('motion-dom').MotionValue<any>;
305
+ marginTop?: string | number | import('motion-dom').MotionValue<any>;
306
+ markerEnd?: string | number | import('motion-dom').MotionValue<any>;
307
+ markerMid?: string | number | import('motion-dom').MotionValue<any>;
308
+ markerStart?: string | number | import('motion-dom').MotionValue<any>;
309
+ maskClip?: string | number | import('motion-dom').MotionValue<any>;
310
+ maskComposite?: string | number | import('motion-dom').MotionValue<any>;
311
+ maskImage?: string | number | import('motion-dom').MotionValue<any>;
312
+ maskMode?: string | number | import('motion-dom').MotionValue<any>;
313
+ maskOrigin?: string | number | import('motion-dom').MotionValue<any>;
314
+ maskPosition?: string | number | import('motion-dom').MotionValue<any>;
315
+ maskRepeat?: string | number | import('motion-dom').MotionValue<any>;
316
+ maskSize?: string | number | import('motion-dom').MotionValue<any>;
317
+ maskType?: string | number | import('motion-dom').MotionValue<any>;
318
+ mathDepth?: string | number | import('motion-dom').MotionValue<any>;
319
+ mathStyle?: string | number | import('motion-dom').MotionValue<any>;
320
+ maxBlockSize?: string | number | import('motion-dom').MotionValue<any>;
321
+ maxHeight?: string | number | import('motion-dom').MotionValue<any>;
322
+ maxInlineSize?: string | number | import('motion-dom').MotionValue<any>;
323
+ maxWidth?: string | number | import('motion-dom').MotionValue<any>;
324
+ minBlockSize?: string | number | import('motion-dom').MotionValue<any>;
325
+ minHeight?: string | number | import('motion-dom').MotionValue<any>;
326
+ minInlineSize?: string | number | import('motion-dom').MotionValue<any>;
327
+ minWidth?: string | number | import('motion-dom').MotionValue<any>;
328
+ mixBlendMode?: string | number | import('motion-dom').MotionValue<any>;
329
+ objectFit?: string | number | import('motion-dom').MotionValue<any>;
330
+ objectPosition?: string | number | import('motion-dom').MotionValue<any>;
331
+ offsetAnchor?: string | number | import('motion-dom').MotionValue<any>;
332
+ offsetDistance?: string | number | import('motion-dom').MotionValue<any>;
333
+ offsetPath?: string | number | import('motion-dom').MotionValue<any>;
334
+ offsetPosition?: string | number | import('motion-dom').MotionValue<any>;
335
+ offsetRotate?: string | number | import('motion-dom').MotionValue<any>;
336
+ opacity?: string | number | import('motion-dom').MotionValue<any>;
337
+ order?: string | number | import('motion-dom').MotionValue<any>;
338
+ orphans?: string | number | import('motion-dom').MotionValue<any>;
339
+ outline?: string | number | import('motion-dom').MotionValue<any>;
340
+ outlineColor?: string | number | import('motion-dom').MotionValue<any>;
341
+ outlineOffset?: string | number | import('motion-dom').MotionValue<any>;
342
+ outlineStyle?: string | number | import('motion-dom').MotionValue<any>;
343
+ outlineWidth?: string | number | import('motion-dom').MotionValue<any>;
344
+ overflow?: string | number | import('motion-dom').MotionValue<any>;
345
+ overflowAnchor?: string | number | import('motion-dom').MotionValue<any>;
346
+ overflowClipMargin?: string | number | import('motion-dom').MotionValue<any>;
347
+ overflowWrap?: string | number | import('motion-dom').MotionValue<any>;
348
+ overflowX?: string | number | import('motion-dom').MotionValue<any>;
349
+ overflowY?: string | number | import('motion-dom').MotionValue<any>;
350
+ overscrollBehavior?: string | number | import('motion-dom').MotionValue<any>;
351
+ overscrollBehaviorBlock?: string | number | import('motion-dom').MotionValue<any>;
352
+ overscrollBehaviorInline?: string | number | import('motion-dom').MotionValue<any>;
353
+ overscrollBehaviorX?: string | number | import('motion-dom').MotionValue<any>;
354
+ overscrollBehaviorY?: string | number | import('motion-dom').MotionValue<any>;
355
+ padding?: string | number | import('motion-dom').MotionValue<any>;
356
+ paddingBlock?: string | number | import('motion-dom').MotionValue<any>;
357
+ paddingBlockEnd?: string | number | import('motion-dom').MotionValue<any>;
358
+ paddingBlockStart?: string | number | import('motion-dom').MotionValue<any>;
359
+ paddingBottom?: string | number | import('motion-dom').MotionValue<any>;
360
+ paddingInline?: string | number | import('motion-dom').MotionValue<any>;
361
+ paddingInlineEnd?: string | number | import('motion-dom').MotionValue<any>;
362
+ paddingInlineStart?: string | number | import('motion-dom').MotionValue<any>;
363
+ paddingLeft?: string | number | import('motion-dom').MotionValue<any>;
364
+ paddingRight?: string | number | import('motion-dom').MotionValue<any>;
365
+ paddingTop?: string | number | import('motion-dom').MotionValue<any>;
366
+ pageBreakAfter?: string | number | import('motion-dom').MotionValue<any>;
367
+ pageBreakBefore?: string | number | import('motion-dom').MotionValue<any>;
368
+ pageBreakInside?: string | number | import('motion-dom').MotionValue<any>;
369
+ paintOrder?: string | number | import('motion-dom').MotionValue<any>;
370
+ readonly parentRule?: string | number | import('motion-dom').MotionValue<any>;
371
+ perspectiveOrigin?: string | number | import('motion-dom').MotionValue<any>;
372
+ placeContent?: string | number | import('motion-dom').MotionValue<any>;
373
+ placeItems?: string | number | import('motion-dom').MotionValue<any>;
374
+ placeSelf?: string | number | import('motion-dom').MotionValue<any>;
375
+ pointerEvents?: string | number | import('motion-dom').MotionValue<any>;
376
+ printColorAdjust?: string | number | import('motion-dom').MotionValue<any>;
377
+ quotes?: string | number | import('motion-dom').MotionValue<any>;
378
+ r?: string | number | import('motion-dom').MotionValue<any>;
379
+ rowGap?: string | number | import('motion-dom').MotionValue<any>;
380
+ rubyPosition?: string | number | import('motion-dom').MotionValue<any>;
381
+ rx?: string | number | import('motion-dom').MotionValue<any>;
382
+ ry?: string | number | import('motion-dom').MotionValue<any>;
383
+ scrollBehavior?: string | number | import('motion-dom').MotionValue<any>;
384
+ scrollMargin?: string | number | import('motion-dom').MotionValue<any>;
385
+ scrollMarginBlock?: string | number | import('motion-dom').MotionValue<any>;
386
+ scrollMarginBlockEnd?: string | number | import('motion-dom').MotionValue<any>;
387
+ scrollMarginBlockStart?: string | number | import('motion-dom').MotionValue<any>;
388
+ scrollMarginBottom?: string | number | import('motion-dom').MotionValue<any>;
389
+ scrollMarginInline?: string | number | import('motion-dom').MotionValue<any>;
390
+ scrollMarginInlineEnd?: string | number | import('motion-dom').MotionValue<any>;
391
+ scrollMarginInlineStart?: string | number | import('motion-dom').MotionValue<any>;
392
+ scrollMarginLeft?: string | number | import('motion-dom').MotionValue<any>;
393
+ scrollMarginRight?: string | number | import('motion-dom').MotionValue<any>;
394
+ scrollMarginTop?: string | number | import('motion-dom').MotionValue<any>;
395
+ scrollPadding?: string | number | import('motion-dom').MotionValue<any>;
396
+ scrollPaddingBlock?: string | number | import('motion-dom').MotionValue<any>;
397
+ scrollPaddingBlockEnd?: string | number | import('motion-dom').MotionValue<any>;
398
+ scrollPaddingBlockStart?: string | number | import('motion-dom').MotionValue<any>;
399
+ scrollPaddingBottom?: string | number | import('motion-dom').MotionValue<any>;
400
+ scrollPaddingInline?: string | number | import('motion-dom').MotionValue<any>;
401
+ scrollPaddingInlineEnd?: string | number | import('motion-dom').MotionValue<any>;
402
+ scrollPaddingInlineStart?: string | number | import('motion-dom').MotionValue<any>;
403
+ scrollPaddingLeft?: string | number | import('motion-dom').MotionValue<any>;
404
+ scrollPaddingRight?: string | number | import('motion-dom').MotionValue<any>;
405
+ scrollPaddingTop?: string | number | import('motion-dom').MotionValue<any>;
406
+ scrollSnapAlign?: string | number | import('motion-dom').MotionValue<any>;
407
+ scrollSnapStop?: string | number | import('motion-dom').MotionValue<any>;
408
+ scrollSnapType?: string | number | import('motion-dom').MotionValue<any>;
409
+ scrollbarColor?: string | number | import('motion-dom').MotionValue<any>;
410
+ scrollbarGutter?: string | number | import('motion-dom').MotionValue<any>;
411
+ scrollbarWidth?: string | number | import('motion-dom').MotionValue<any>;
412
+ shapeImageThreshold?: string | number | import('motion-dom').MotionValue<any>;
413
+ shapeMargin?: string | number | import('motion-dom').MotionValue<any>;
414
+ shapeOutside?: string | number | import('motion-dom').MotionValue<any>;
415
+ shapeRendering?: string | number | import('motion-dom').MotionValue<any>;
416
+ stopColor?: string | number | import('motion-dom').MotionValue<any>;
417
+ stopOpacity?: string | number | import('motion-dom').MotionValue<any>;
418
+ stroke?: string | number | import('motion-dom').MotionValue<any>;
419
+ strokeDasharray?: string | number | import('motion-dom').MotionValue<any>;
420
+ strokeDashoffset?: string | number | import('motion-dom').MotionValue<any>;
421
+ strokeLinecap?: string | number | import('motion-dom').MotionValue<any>;
422
+ strokeLinejoin?: string | number | import('motion-dom').MotionValue<any>;
423
+ strokeMiterlimit?: string | number | import('motion-dom').MotionValue<any>;
424
+ strokeOpacity?: string | number | import('motion-dom').MotionValue<any>;
425
+ strokeWidth?: string | number | import('motion-dom').MotionValue<any>;
426
+ tabSize?: string | number | import('motion-dom').MotionValue<any>;
427
+ tableLayout?: string | number | import('motion-dom').MotionValue<any>;
428
+ textAlign?: string | number | import('motion-dom').MotionValue<any>;
429
+ textAlignLast?: string | number | import('motion-dom').MotionValue<any>;
430
+ textAnchor?: string | number | import('motion-dom').MotionValue<any>;
431
+ textCombineUpright?: string | number | import('motion-dom').MotionValue<any>;
432
+ textDecoration?: string | number | import('motion-dom').MotionValue<any>;
433
+ textDecorationColor?: string | number | import('motion-dom').MotionValue<any>;
434
+ textDecorationLine?: string | number | import('motion-dom').MotionValue<any>;
435
+ textDecorationSkipInk?: string | number | import('motion-dom').MotionValue<any>;
436
+ textDecorationStyle?: string | number | import('motion-dom').MotionValue<any>;
437
+ textDecorationThickness?: string | number | import('motion-dom').MotionValue<any>;
438
+ textEmphasis?: string | number | import('motion-dom').MotionValue<any>;
439
+ textEmphasisColor?: string | number | import('motion-dom').MotionValue<any>;
440
+ textEmphasisPosition?: string | number | import('motion-dom').MotionValue<any>;
441
+ textEmphasisStyle?: string | number | import('motion-dom').MotionValue<any>;
442
+ textIndent?: string | number | import('motion-dom').MotionValue<any>;
443
+ textOrientation?: string | number | import('motion-dom').MotionValue<any>;
444
+ textOverflow?: string | number | import('motion-dom').MotionValue<any>;
445
+ textRendering?: string | number | import('motion-dom').MotionValue<any>;
446
+ textShadow?: string | number | import('motion-dom').MotionValue<any>;
447
+ textTransform?: string | number | import('motion-dom').MotionValue<any>;
448
+ textUnderlineOffset?: string | number | import('motion-dom').MotionValue<any>;
449
+ textUnderlinePosition?: string | number | import('motion-dom').MotionValue<any>;
450
+ textWrap?: string | number | import('motion-dom').MotionValue<any>;
451
+ textWrapMode?: string | number | import('motion-dom').MotionValue<any>;
452
+ textWrapStyle?: string | number | import('motion-dom').MotionValue<any>;
453
+ touchAction?: string | number | import('motion-dom').MotionValue<any>;
454
+ transformBox?: string | number | import('motion-dom').MotionValue<any>;
455
+ transformOrigin?: string | number | import('motion-dom').MotionValue<any>;
456
+ transformStyle?: string | number | import('motion-dom').MotionValue<any>;
457
+ transitionBehavior?: string | number | import('motion-dom').MotionValue<any>;
458
+ transitionDelay?: string | number | import('motion-dom').MotionValue<any>;
459
+ transitionDuration?: string | number | import('motion-dom').MotionValue<any>;
460
+ transitionProperty?: string | number | import('motion-dom').MotionValue<any>;
461
+ transitionTimingFunction?: string | number | import('motion-dom').MotionValue<any>;
462
+ unicodeBidi?: string | number | import('motion-dom').MotionValue<any>;
463
+ userSelect?: string | number | import('motion-dom').MotionValue<any>;
464
+ vectorEffect?: string | number | import('motion-dom').MotionValue<any>;
465
+ verticalAlign?: string | number | import('motion-dom').MotionValue<any>;
466
+ visibility?: string | number | import('motion-dom').MotionValue<any>;
467
+ webkitAlignContent?: string | number | import('motion-dom').MotionValue<any>;
468
+ webkitAlignItems?: string | number | import('motion-dom').MotionValue<any>;
469
+ webkitAlignSelf?: string | number | import('motion-dom').MotionValue<any>;
470
+ webkitAnimation?: string | number | import('motion-dom').MotionValue<any>;
471
+ webkitAnimationDelay?: string | number | import('motion-dom').MotionValue<any>;
472
+ webkitAnimationDirection?: string | number | import('motion-dom').MotionValue<any>;
473
+ webkitAnimationDuration?: string | number | import('motion-dom').MotionValue<any>;
474
+ webkitAnimationFillMode?: string | number | import('motion-dom').MotionValue<any>;
475
+ webkitAnimationIterationCount?: string | number | import('motion-dom').MotionValue<any>;
476
+ webkitAnimationName?: string | number | import('motion-dom').MotionValue<any>;
477
+ webkitAnimationPlayState?: string | number | import('motion-dom').MotionValue<any>;
478
+ webkitAnimationTimingFunction?: string | number | import('motion-dom').MotionValue<any>;
479
+ webkitAppearance?: string | number | import('motion-dom').MotionValue<any>;
480
+ webkitBackfaceVisibility?: string | number | import('motion-dom').MotionValue<any>;
481
+ webkitBackgroundClip?: string | number | import('motion-dom').MotionValue<any>;
482
+ webkitBackgroundOrigin?: string | number | import('motion-dom').MotionValue<any>;
483
+ webkitBackgroundSize?: string | number | import('motion-dom').MotionValue<any>;
484
+ webkitBorderBottomLeftRadius?: string | number | import('motion-dom').MotionValue<any>;
485
+ webkitBorderBottomRightRadius?: string | number | import('motion-dom').MotionValue<any>;
486
+ webkitBorderRadius?: string | number | import('motion-dom').MotionValue<any>;
487
+ webkitBorderTopLeftRadius?: string | number | import('motion-dom').MotionValue<any>;
488
+ webkitBorderTopRightRadius?: string | number | import('motion-dom').MotionValue<any>;
489
+ webkitBoxAlign?: string | number | import('motion-dom').MotionValue<any>;
490
+ webkitBoxFlex?: string | number | import('motion-dom').MotionValue<any>;
491
+ webkitBoxOrdinalGroup?: string | number | import('motion-dom').MotionValue<any>;
492
+ webkitBoxOrient?: string | number | import('motion-dom').MotionValue<any>;
493
+ webkitBoxPack?: string | number | import('motion-dom').MotionValue<any>;
494
+ webkitBoxShadow?: string | number | import('motion-dom').MotionValue<any>;
495
+ webkitBoxSizing?: string | number | import('motion-dom').MotionValue<any>;
496
+ webkitFilter?: string | number | import('motion-dom').MotionValue<any>;
497
+ webkitFlex?: string | number | import('motion-dom').MotionValue<any>;
498
+ webkitFlexBasis?: string | number | import('motion-dom').MotionValue<any>;
499
+ webkitFlexDirection?: string | number | import('motion-dom').MotionValue<any>;
500
+ webkitFlexFlow?: string | number | import('motion-dom').MotionValue<any>;
501
+ webkitFlexGrow?: string | number | import('motion-dom').MotionValue<any>;
502
+ webkitFlexShrink?: string | number | import('motion-dom').MotionValue<any>;
503
+ webkitFlexWrap?: string | number | import('motion-dom').MotionValue<any>;
504
+ webkitJustifyContent?: string | number | import('motion-dom').MotionValue<any>;
505
+ webkitLineClamp?: string | number | import('motion-dom').MotionValue<any>;
506
+ webkitMask?: string | number | import('motion-dom').MotionValue<any>;
507
+ webkitMaskBoxImage?: string | number | import('motion-dom').MotionValue<any>;
508
+ webkitMaskBoxImageOutset?: string | number | import('motion-dom').MotionValue<any>;
509
+ webkitMaskBoxImageRepeat?: string | number | import('motion-dom').MotionValue<any>;
510
+ webkitMaskBoxImageSlice?: string | number | import('motion-dom').MotionValue<any>;
511
+ webkitMaskBoxImageSource?: string | number | import('motion-dom').MotionValue<any>;
512
+ webkitMaskBoxImageWidth?: string | number | import('motion-dom').MotionValue<any>;
513
+ webkitMaskClip?: string | number | import('motion-dom').MotionValue<any>;
514
+ webkitMaskComposite?: string | number | import('motion-dom').MotionValue<any>;
515
+ webkitMaskImage?: string | number | import('motion-dom').MotionValue<any>;
516
+ webkitMaskOrigin?: string | number | import('motion-dom').MotionValue<any>;
517
+ webkitMaskPosition?: string | number | import('motion-dom').MotionValue<any>;
518
+ webkitMaskRepeat?: string | number | import('motion-dom').MotionValue<any>;
519
+ webkitMaskSize?: string | number | import('motion-dom').MotionValue<any>;
520
+ webkitOrder?: string | number | import('motion-dom').MotionValue<any>;
521
+ webkitPerspective?: string | number | import('motion-dom').MotionValue<any>;
522
+ webkitPerspectiveOrigin?: string | number | import('motion-dom').MotionValue<any>;
523
+ webkitTextFillColor?: string | number | import('motion-dom').MotionValue<any>;
524
+ webkitTextSizeAdjust?: string | number | import('motion-dom').MotionValue<any>;
525
+ webkitTextStroke?: string | number | import('motion-dom').MotionValue<any>;
526
+ webkitTextStrokeColor?: string | number | import('motion-dom').MotionValue<any>;
527
+ webkitTextStrokeWidth?: string | number | import('motion-dom').MotionValue<any>;
528
+ webkitTransform?: string | number | import('motion-dom').MotionValue<any>;
529
+ webkitTransformOrigin?: string | number | import('motion-dom').MotionValue<any>;
530
+ webkitTransformStyle?: string | number | import('motion-dom').MotionValue<any>;
531
+ webkitTransition?: string | number | import('motion-dom').MotionValue<any>;
532
+ webkitTransitionDelay?: string | number | import('motion-dom').MotionValue<any>;
533
+ webkitTransitionDuration?: string | number | import('motion-dom').MotionValue<any>;
534
+ webkitTransitionProperty?: string | number | import('motion-dom').MotionValue<any>;
535
+ webkitTransitionTimingFunction?: string | number | import('motion-dom').MotionValue<any>;
536
+ webkitUserSelect?: string | number | import('motion-dom').MotionValue<any>;
537
+ whiteSpace?: string | number | import('motion-dom').MotionValue<any>;
538
+ whiteSpaceCollapse?: string | number | import('motion-dom').MotionValue<any>;
539
+ widows?: string | number | import('motion-dom').MotionValue<any>;
540
+ width?: string | number | import('motion-dom').MotionValue<any>;
541
+ wordBreak?: string | number | import('motion-dom').MotionValue<any>;
542
+ wordSpacing?: string | number | import('motion-dom').MotionValue<any>;
543
+ wordWrap?: string | number | import('motion-dom').MotionValue<any>;
544
+ writingMode?: string | number | import('motion-dom').MotionValue<any>;
545
+ zIndex?: string | number | import('motion-dom').MotionValue<any>;
546
+ zoom?: string | number | import('motion-dom').MotionValue<any>;
547
+ getPropertyPriority?: string | number | import('motion-dom').MotionValue<any>;
548
+ getPropertyValue?: string | number | import('motion-dom').MotionValue<any>;
549
+ item?: string | number | import('motion-dom').MotionValue<any>;
550
+ removeProperty?: string | number | import('motion-dom').MotionValue<any>;
551
+ setProperty?: string | number | import('motion-dom').MotionValue<any>;
552
+ rotateX?: string | number | import('motion-dom').MotionValue<any>;
553
+ rotateY?: string | number | import('motion-dom').MotionValue<any>;
554
+ rotateZ?: string | number | import('motion-dom').MotionValue<any>;
555
+ scaleX?: string | number | import('motion-dom').MotionValue<any>;
556
+ scaleY?: string | number | import('motion-dom').MotionValue<any>;
557
+ scaleZ?: string | number | import('motion-dom').MotionValue<any>;
558
+ skewX?: string | number | import('motion-dom').MotionValue<any>;
559
+ skewY?: string | number | import('motion-dom').MotionValue<any>;
560
+ accentHeight?: string | number | import('motion-dom').MotionValue<any>;
561
+ accumulate?: string | number | import('motion-dom').MotionValue<any>;
562
+ additive?: string | number | import('motion-dom').MotionValue<any>;
563
+ allowReorder?: string | number | import('motion-dom').MotionValue<any>;
564
+ alphabetic?: string | number | import('motion-dom').MotionValue<any>;
565
+ amplitude?: string | number | import('motion-dom').MotionValue<any>;
566
+ arabicForm?: string | number | import('motion-dom').MotionValue<any>;
567
+ ascent?: string | number | import('motion-dom').MotionValue<any>;
568
+ attributeName?: string | number | import('motion-dom').MotionValue<any>;
569
+ attributeType?: string | number | import('motion-dom').MotionValue<any>;
570
+ autoReverse?: string | number | import('motion-dom').MotionValue<any>;
571
+ azimuth?: string | number | import('motion-dom').MotionValue<any>;
572
+ baseFrequency?: string | number | import('motion-dom').MotionValue<any>;
573
+ baseProfile?: string | number | import('motion-dom').MotionValue<any>;
574
+ bbox?: string | number | import('motion-dom').MotionValue<any>;
575
+ begin?: string | number | import('motion-dom').MotionValue<any>;
576
+ bias?: string | number | import('motion-dom').MotionValue<any>;
577
+ by?: string | number | import('motion-dom').MotionValue<any>;
578
+ calcMode?: string | number | import('motion-dom').MotionValue<any>;
579
+ capHeight?: string | number | import('motion-dom').MotionValue<any>;
580
+ clipPathUnits?: string | number | import('motion-dom').MotionValue<any>;
581
+ colorProfile?: string | number | import('motion-dom').MotionValue<any>;
582
+ colorRendering?: string | number | import('motion-dom').MotionValue<any>;
583
+ contentScriptType?: string | number | import('motion-dom').MotionValue<any>;
584
+ contentStyleType?: string | number | import('motion-dom').MotionValue<any>;
585
+ decelerate?: string | number | import('motion-dom').MotionValue<any>;
586
+ descent?: string | number | import('motion-dom').MotionValue<any>;
587
+ diffuseConstant?: string | number | import('motion-dom').MotionValue<any>;
588
+ divisor?: string | number | import('motion-dom').MotionValue<any>;
589
+ dur?: string | number | import('motion-dom').MotionValue<any>;
590
+ dx?: string | number | import('motion-dom').MotionValue<any>;
591
+ dy?: string | number | import('motion-dom').MotionValue<any>;
592
+ edgeMode?: string | number | import('motion-dom').MotionValue<any>;
593
+ elevation?: string | number | import('motion-dom').MotionValue<any>;
594
+ enableBackground?: string | number | import('motion-dom').MotionValue<any>;
595
+ exponent?: string | number | import('motion-dom').MotionValue<any>;
596
+ externalResourcesRequired?: string | number | import('motion-dom').MotionValue<any>;
597
+ filterRes?: string | number | import('motion-dom').MotionValue<any>;
598
+ filterUnits?: string | number | import('motion-dom').MotionValue<any>;
599
+ focusable?: string | number | import('motion-dom').MotionValue<any>;
600
+ format?: string | number | import('motion-dom').MotionValue<any>;
601
+ fr?: string | number | import('motion-dom').MotionValue<any>;
602
+ fx?: string | number | import('motion-dom').MotionValue<any>;
603
+ fy?: string | number | import('motion-dom').MotionValue<any>;
604
+ g1?: string | number | import('motion-dom').MotionValue<any>;
605
+ g2?: string | number | import('motion-dom').MotionValue<any>;
606
+ glyphName?: string | number | import('motion-dom').MotionValue<any>;
607
+ glyphOrientationHorizontal?: string | number | import('motion-dom').MotionValue<any>;
608
+ glyphOrientationVertical?: string | number | import('motion-dom').MotionValue<any>;
609
+ glyphRef?: string | number | import('motion-dom').MotionValue<any>;
610
+ gradientTransform?: string | number | import('motion-dom').MotionValue<any>;
611
+ gradientUnits?: string | number | import('motion-dom').MotionValue<any>;
612
+ hanging?: string | number | import('motion-dom').MotionValue<any>;
613
+ horizAdvX?: string | number | import('motion-dom').MotionValue<any>;
614
+ horizOriginX?: string | number | import('motion-dom').MotionValue<any>;
615
+ href?: string | number | import('motion-dom').MotionValue<any>;
616
+ ideographic?: string | number | import('motion-dom').MotionValue<any>;
617
+ in2?: string | number | import('motion-dom').MotionValue<any>;
618
+ in?: string | number | import('motion-dom').MotionValue<any>;
619
+ intercept?: string | number | import('motion-dom').MotionValue<any>;
620
+ k1?: string | number | import('motion-dom').MotionValue<any>;
621
+ k2?: string | number | import('motion-dom').MotionValue<any>;
622
+ k3?: string | number | import('motion-dom').MotionValue<any>;
623
+ k4?: string | number | import('motion-dom').MotionValue<any>;
624
+ k?: string | number | import('motion-dom').MotionValue<any>;
625
+ kernelMatrix?: string | number | import('motion-dom').MotionValue<any>;
626
+ kernelUnitLength?: string | number | import('motion-dom').MotionValue<any>;
627
+ kerning?: string | number | import('motion-dom').MotionValue<any>;
628
+ keyPoints?: string | number | import('motion-dom').MotionValue<any>;
629
+ keySplines?: string | number | import('motion-dom').MotionValue<any>;
630
+ keyTimes?: string | number | import('motion-dom').MotionValue<any>;
631
+ lengthAdjust?: string | number | import('motion-dom').MotionValue<any>;
632
+ limitingConeAngle?: string | number | import('motion-dom').MotionValue<any>;
633
+ local?: string | number | import('motion-dom').MotionValue<any>;
634
+ markerHeight?: string | number | import('motion-dom').MotionValue<any>;
635
+ markerUnits?: string | number | import('motion-dom').MotionValue<any>;
636
+ markerWidth?: string | number | import('motion-dom').MotionValue<any>;
637
+ maskContentUnits?: string | number | import('motion-dom').MotionValue<any>;
638
+ maskUnits?: string | number | import('motion-dom').MotionValue<any>;
639
+ mathematical?: string | number | import('motion-dom').MotionValue<any>;
640
+ mode?: string | number | import('motion-dom').MotionValue<any>;
641
+ numOctaves?: string | number | import('motion-dom').MotionValue<any>;
642
+ operator?: string | number | import('motion-dom').MotionValue<any>;
643
+ orient?: string | number | import('motion-dom').MotionValue<any>;
644
+ orientation?: string | number | import('motion-dom').MotionValue<any>;
645
+ origin?: string | number | import('motion-dom').MotionValue<any>;
646
+ overlinePosition?: string | number | import('motion-dom').MotionValue<any>;
647
+ overlineThickness?: string | number | import('motion-dom').MotionValue<any>;
648
+ panose1?: string | number | import('motion-dom').MotionValue<any>;
649
+ pathLength?: string | number | import('motion-dom').MotionValue<any>;
650
+ patternContentUnits?: string | number | import('motion-dom').MotionValue<any>;
651
+ patternTransform?: string | number | import('motion-dom').MotionValue<any>;
652
+ patternUnits?: string | number | import('motion-dom').MotionValue<any>;
653
+ points?: string | number | import('motion-dom').MotionValue<any>;
654
+ pointsAtX?: string | number | import('motion-dom').MotionValue<any>;
655
+ pointsAtY?: string | number | import('motion-dom').MotionValue<any>;
656
+ pointsAtZ?: string | number | import('motion-dom').MotionValue<any>;
657
+ preserveAlpha?: string | number | import('motion-dom').MotionValue<any>;
658
+ preserveAspectRatio?: string | number | import('motion-dom').MotionValue<any>;
659
+ primitiveUnits?: string | number | import('motion-dom').MotionValue<any>;
660
+ radius?: string | number | import('motion-dom').MotionValue<any>;
661
+ refX?: string | number | import('motion-dom').MotionValue<any>;
662
+ refY?: string | number | import('motion-dom').MotionValue<any>;
663
+ renderingIntent?: string | number | import('motion-dom').MotionValue<any>;
664
+ repeatCount?: string | number | import('motion-dom').MotionValue<any>;
665
+ repeatDur?: string | number | import('motion-dom').MotionValue<any>;
666
+ requiredExtensions?: string | number | import('motion-dom').MotionValue<any>;
667
+ requiredFeatures?: string | number | import('motion-dom').MotionValue<any>;
668
+ restart?: string | number | import('motion-dom').MotionValue<any>;
669
+ result?: string | number | import('motion-dom').MotionValue<any>;
670
+ seed?: string | number | import('motion-dom').MotionValue<any>;
671
+ slope?: string | number | import('motion-dom').MotionValue<any>;
672
+ spacing?: string | number | import('motion-dom').MotionValue<any>;
673
+ specularConstant?: string | number | import('motion-dom').MotionValue<any>;
674
+ specularExponent?: string | number | import('motion-dom').MotionValue<any>;
675
+ speed?: string | number | import('motion-dom').MotionValue<any>;
676
+ spreadMethod?: string | number | import('motion-dom').MotionValue<any>;
677
+ startOffset?: string | number | import('motion-dom').MotionValue<any>;
678
+ stdDeviation?: string | number | import('motion-dom').MotionValue<any>;
679
+ stemh?: string | number | import('motion-dom').MotionValue<any>;
680
+ stemv?: string | number | import('motion-dom').MotionValue<any>;
681
+ stitchTiles?: string | number | import('motion-dom').MotionValue<any>;
682
+ strikethroughPosition?: string | number | import('motion-dom').MotionValue<any>;
683
+ strikethroughThickness?: string | number | import('motion-dom').MotionValue<any>;
684
+ surfaceScale?: string | number | import('motion-dom').MotionValue<any>;
685
+ systemLanguage?: string | number | import('motion-dom').MotionValue<any>;
686
+ tableValues?: string | number | import('motion-dom').MotionValue<any>;
687
+ targetX?: string | number | import('motion-dom').MotionValue<any>;
688
+ targetY?: string | number | import('motion-dom').MotionValue<any>;
689
+ textLength?: string | number | import('motion-dom').MotionValue<any>;
690
+ to?: string | number | import('motion-dom').MotionValue<any>;
691
+ u1?: string | number | import('motion-dom').MotionValue<any>;
692
+ u2?: string | number | import('motion-dom').MotionValue<any>;
693
+ underlinePosition?: string | number | import('motion-dom').MotionValue<any>;
694
+ underlineThickness?: string | number | import('motion-dom').MotionValue<any>;
695
+ unicode?: string | number | import('motion-dom').MotionValue<any>;
696
+ unicodeRange?: string | number | import('motion-dom').MotionValue<any>;
697
+ unitsPerEm?: string | number | import('motion-dom').MotionValue<any>;
698
+ vAlphabetic?: string | number | import('motion-dom').MotionValue<any>;
699
+ version?: string | number | import('motion-dom').MotionValue<any>;
700
+ vertAdvY?: string | number | import('motion-dom').MotionValue<any>;
701
+ vertOriginX?: string | number | import('motion-dom').MotionValue<any>;
702
+ vertOriginY?: string | number | import('motion-dom').MotionValue<any>;
703
+ vHanging?: string | number | import('motion-dom').MotionValue<any>;
704
+ vIdeographic?: string | number | import('motion-dom').MotionValue<any>;
705
+ viewBox?: string | number | import('motion-dom').MotionValue<any>;
706
+ viewTarget?: string | number | import('motion-dom').MotionValue<any>;
707
+ vMathematical?: string | number | import('motion-dom').MotionValue<any>;
708
+ widths?: string | number | import('motion-dom').MotionValue<any>;
709
+ x1?: string | number | import('motion-dom').MotionValue<any>;
710
+ x2?: string | number | import('motion-dom').MotionValue<any>;
711
+ xChannelSelector?: string | number | import('motion-dom').MotionValue<any>;
712
+ xHeight?: string | number | import('motion-dom').MotionValue<any>;
713
+ xlinkActuate?: string | number | import('motion-dom').MotionValue<any>;
714
+ xlinkArcrole?: string | number | import('motion-dom').MotionValue<any>;
715
+ xlinkHref?: string | number | import('motion-dom').MotionValue<any>;
716
+ xlinkRole?: string | number | import('motion-dom').MotionValue<any>;
717
+ xlinkShow?: string | number | import('motion-dom').MotionValue<any>;
718
+ xlinkTitle?: string | number | import('motion-dom').MotionValue<any>;
719
+ xlinkType?: string | number | import('motion-dom').MotionValue<any>;
720
+ xmlBase?: string | number | import('motion-dom').MotionValue<any>;
721
+ xmlLang?: string | number | import('motion-dom').MotionValue<any>;
722
+ xmlns?: string | number | import('motion-dom').MotionValue<any>;
723
+ xmlnsXlink?: string | number | import('motion-dom').MotionValue<any>;
724
+ xmlSpace?: string | number | import('motion-dom').MotionValue<any>;
725
+ y1?: string | number | import('motion-dom').MotionValue<any>;
726
+ y2?: string | number | import('motion-dom').MotionValue<any>;
727
+ yChannelSelector?: string | number | import('motion-dom').MotionValue<any>;
728
+ zoomAndPan?: string | number | import('motion-dom').MotionValue<any>;
729
+ pathOffset?: string | number | import('motion-dom').MotionValue<any>;
730
+ pathSpacing?: string | number | import('motion-dom').MotionValue<any>;
731
+ translateX?: string | number | import('motion-dom').MotionValue<any>;
732
+ translateY?: string | number | import('motion-dom').MotionValue<any>;
733
+ translateZ?: string | number | import('motion-dom').MotionValue<any>;
734
+ skew?: string | number | import('motion-dom').MotionValue<any>;
735
+ originX?: string | number | import('motion-dom').MotionValue<any>;
736
+ originY?: string | number | import('motion-dom').MotionValue<any>;
737
+ originZ?: string | number | import('motion-dom').MotionValue<any>;
738
+ transformPerspective?: string | number | import('motion-dom').MotionValue<any>;
739
739
  }>;
740
- transformTemplate?: (transform: import('framer-motion/dom').TransformProperties, generatedTransform: string) => string;
740
+ transformTemplate?: (transform: import('motion-dom').TransformProperties, generatedTransform: string) => string;
741
741
  onAnimationComplete?: (definition: import('../..').Options["animate"]) => void;
742
742
  onUpdate?: (latest: import('framer-motion').ResolvedValues) => void;
743
743
  onAnimationStart?: (definition: import('../..').Options["animate"]) => void;
@@ -747,8 +747,8 @@ export declare function useMotionState(props: MotionProps): {
747
747
  'data-framer-portal-id'?: string;
748
748
  crossfade?: boolean;
749
749
  layoutDependency?: any;
750
- onBeforeLayoutMeasure?: (box: import('framer-motion/dom').Box) => void;
751
- onLayoutMeasure?: (box: import('framer-motion/dom').Box, prevBox: import('framer-motion/dom').Box) => void;
750
+ onBeforeLayoutMeasure?: (box: import('framer-motion').Box) => void;
751
+ onLayoutMeasure?: (box: import('framer-motion').Box, prevBox: import('framer-motion').Box) => void;
752
752
  onLayoutAnimationStart?: () => void;
753
753
  onLayoutAnimationComplete?: () => void;
754
754
  globalPressTarget?: boolean;
@@ -763,10 +763,10 @@ export declare function useMotionState(props: MotionProps): {
763
763
  dragSnapToOrigin?: boolean;
764
764
  dragDirectionLock?: boolean;
765
765
  dragPropagation?: boolean;
766
- dragConstraints?: false | Partial<import('framer-motion/dom').BoundingBox> | HTMLElement;
766
+ dragConstraints?: false | Partial<import('framer-motion').BoundingBox> | HTMLElement;
767
767
  dragElastic?: import('framer-motion').DragElastic;
768
768
  dragMomentum?: boolean;
769
- dragTransition?: import('framer-motion/dom').InertiaOptions;
769
+ dragTransition?: import('motion-dom').InertiaOptions;
770
770
  dragListener?: boolean;
771
771
  dragControls?: import('../../features/gestures/drag/use-drag-controls').DragControls;
772
772
  onDragStart?: (event: PointerEvent, info: import('framer-motion').PanInfo) => void;
@@ -774,7 +774,7 @@ export declare function useMotionState(props: MotionProps): {
774
774
  onDrag?: (event: PointerEvent, info: import('framer-motion').PanInfo) => void;
775
775
  onDirectionLock?: (axis: "x" | "y") => void;
776
776
  onDragTransitionEnd?: () => void;
777
- onMeasureDragConstraints?: (constraints: import('framer-motion/dom').BoundingBox) => import('framer-motion/dom').BoundingBox | void;
777
+ onMeasureDragConstraints?: (constraints: import('framer-motion').BoundingBox) => import('framer-motion').BoundingBox | void;
778
778
  onPanSessionStart?: (event: PointerEvent, info: import('../..').PanInfo) => void;
779
779
  onPanStart?: (event: PointerEvent, info: import('../..').PanInfo) => void;
780
780
  onPan?: (event: PointerEvent, info: import('../..').PanInfo) => void;