framer-motion 12.23.13 → 12.23.14

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var featureBundle = require('./feature-bundle-CEbtLyJA.js');
5
+ var featureBundle = require('./feature-bundle-DUWayF3h.js');
6
6
  require('react');
7
7
  require('motion-dom');
8
8
  require('motion-utils');
@@ -4094,7 +4094,7 @@ function useMotionRef(visualState, visualElement, externalRef) {
4094
4094
  * Include externalRef in dependencies to ensure the callback updates
4095
4095
  * when the ref changes, allowing proper ref forwarding.
4096
4096
  */
4097
- [visualElement, externalRef]);
4097
+ [visualElement]);
4098
4098
  }
4099
4099
 
4100
4100
  /**
package/dist/cjs/index.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var jsxRuntime = require('react/jsx-runtime');
6
6
  var React = require('react');
7
- var featureBundle = require('./feature-bundle-CEbtLyJA.js');
7
+ var featureBundle = require('./feature-bundle-DUWayF3h.js');
8
8
  var motionDom = require('motion-dom');
9
9
  var motionUtils = require('motion-utils');
10
10
 
package/dist/cjs/m.js CHANGED
@@ -802,7 +802,7 @@ function useMotionRef(visualState, visualElement, externalRef) {
802
802
  * Include externalRef in dependencies to ensure the callback updates
803
803
  * when the ref changes, allowing proper ref forwarding.
804
804
  */
805
- [visualElement, externalRef]);
805
+ [visualElement]);
806
806
  }
807
807
 
808
808
  /**
@@ -31,7 +31,7 @@ function useMotionRef(visualState, visualElement, externalRef) {
31
31
  * Include externalRef in dependencies to ensure the callback updates
32
32
  * when the ref changes, allowing proper ref forwarding.
33
33
  */
34
- [visualElement, externalRef]);
34
+ [visualElement]);
35
35
  }
36
36
 
37
37
  export { useMotionRef };
@@ -9571,7 +9571,7 @@
9571
9571
  * Include externalRef in dependencies to ensure the callback updates
9572
9572
  * when the ref changes, allowing proper ref forwarding.
9573
9573
  */
9574
- [visualElement, externalRef]);
9574
+ [visualElement]);
9575
9575
  }
9576
9576
 
9577
9577
  /**