{"ast":null,"code":"export { createDomMotionComponent, motion } from './render/dom/motion.js';\nexport { m } from './render/dom/motion-minimal.js';\nexport { AnimatePresence } from './components/AnimatePresence/index.js';\nexport { AnimateSharedLayout } from './components/AnimateSharedLayout/index.js';\nexport { MotionConfig } from './components/MotionConfig/index.js';\nexport { LazyMotion } from './components/LazyMotion/index.js';\nexport { domAnimation } from './render/dom/features-animation.js';\nexport { domMax } from './render/dom/features-max.js';\nexport { useMotionValue } from './value/use-motion-value.js';\nexport { useMotionTemplate } from './value/use-motion-template.js';\nexport { MotionValue, motionValue } from './value/index.js';\nexport { resolveMotionValue } from './value/utils/resolve-motion-value.js';\nexport { useTransform } from './value/use-transform.js';\nexport { useSpring } from './value/use-spring.js';\nexport { useVelocity } from './value/use-velocity.js';\nexport { useElementScroll } from './value/scroll/use-element-scroll.js';\nexport { useViewportScroll } from './value/scroll/use-viewport-scroll.js';\nexport { useReducedMotion } from './utils/use-reduced-motion.js';\nexport { animationControls } from './animation/animation-controls.js';\nexport { useAnimation } from './animation/use-animation.js';\nexport { animate } from './animation/animate.js';\nexport { animateVisualElement } from './render/utils/animation.js';\nexport { useCycle } from './utils/use-cycle.js';\nexport { transform } from './utils/transform.js';\nexport { isValidMotionProp } from './motion/utils/valid-prop.js';\nexport { useIsPresent, usePresence } from './components/AnimatePresence/use-presence.js';\nexport { DragControls, useDragControls } from './gestures/drag/use-drag-controls.js';\nexport { useDomEvent } from './events/use-dom-event.js';\nexport { createMotionComponent } from './motion/index.js';\nexport { addScaleCorrection } from './render/dom/projection/scale-correction.js';\nexport { snapshotViewportBox } from './render/dom/projection/utils.js';\nexport { createCrossfader } from './components/AnimateSharedLayout/utils/crossfader.js';\nexport { visualElement } from './render/index.js';\nexport { batchLayout, flushLayout } from './render/dom/utils/batch-layout.js';\nexport { MotionConfigContext } from './context/MotionConfigContext.js';\nexport { PresenceContext } from './context/PresenceContext.js';\nexport { LayoutGroupContext } from './context/LayoutGroupContext.js';\nexport { VisibilityAction } from './components/AnimateSharedLayout/types.js';\nexport { FramerTreeLayoutContext, SharedLayoutContext } from './context/SharedLayoutContext.js';\nexport { createBatcher } from './components/AnimateSharedLayout/utils/batcher.js';\nexport { FlatTree } from './render/utils/flat-tree.js';\nexport { useAnimatedState as useDeprecatedAnimatedState } from './animation/use-animated-state.js';\nexport { useInvertedScale as useDeprecatedInvertedScale } from './value/use-inverted-scale.js';","map":{"version":3,"names":["createDomMotionComponent","motion","m","AnimatePresence","AnimateSharedLayout","MotionConfig","LazyMotion","domAnimation","domMax","useMotionValue","useMotionTemplate","MotionValue","motionValue","resolveMotionValue","useTransform","useSpring","useVelocity","useElementScroll","useViewportScroll","useReducedMotion","animationControls","useAnimation","animate","animateVisualElement","useCycle","transform","isValidMotionProp","useIsPresent","usePresence","DragControls","useDragControls","useDomEvent","createMotionComponent","addScaleCorrection","snapshotViewportBox","createCrossfader","visualElement","batchLayout","flushLayout","MotionConfigContext","PresenceContext","LayoutGroupContext","VisibilityAction","FramerTreeLayoutContext","SharedLayoutContext","createBatcher","FlatTree","useAnimatedState","useDeprecatedAnimatedState","useInvertedScale","useDeprecatedInvertedScale"],"sources":["C:/LDT/DSP_Management/node_modules/framer-motion/dist/es/index.js"],"sourcesContent":["export { createDomMotionComponent, motion } from './render/dom/motion.js';\nexport { m } from './render/dom/motion-minimal.js';\nexport { AnimatePresence } from './components/AnimatePresence/index.js';\nexport { AnimateSharedLayout } from './components/AnimateSharedLayout/index.js';\nexport { MotionConfig } from './components/MotionConfig/index.js';\nexport { LazyMotion } from './components/LazyMotion/index.js';\nexport { domAnimation } from './render/dom/features-animation.js';\nexport { domMax } from './render/dom/features-max.js';\nexport { useMotionValue } from './value/use-motion-value.js';\nexport { useMotionTemplate } from './value/use-motion-template.js';\nexport { MotionValue, motionValue } from './value/index.js';\nexport { resolveMotionValue } from './value/utils/resolve-motion-value.js';\nexport { useTransform } from './value/use-transform.js';\nexport { useSpring } from './value/use-spring.js';\nexport { useVelocity } from './value/use-velocity.js';\nexport { useElementScroll } from './value/scroll/use-element-scroll.js';\nexport { useViewportScroll } from './value/scroll/use-viewport-scroll.js';\nexport { useReducedMotion } from './utils/use-reduced-motion.js';\nexport { animationControls } from './animation/animation-controls.js';\nexport { useAnimation } from './animation/use-animation.js';\nexport { animate } from './animation/animate.js';\nexport { animateVisualElement } from './render/utils/animation.js';\nexport { useCycle } from './utils/use-cycle.js';\nexport { transform } from './utils/transform.js';\nexport { isValidMotionProp } from './motion/utils/valid-prop.js';\nexport { useIsPresent, usePresence } from './components/AnimatePresence/use-presence.js';\nexport { DragControls, useDragControls } from './gestures/drag/use-drag-controls.js';\nexport { useDomEvent } from './events/use-dom-event.js';\nexport { createMotionComponent } from './motion/index.js';\nexport { addScaleCorrection } from './render/dom/projection/scale-correction.js';\nexport { snapshotViewportBox } from './render/dom/projection/utils.js';\nexport { createCrossfader } from './components/AnimateSharedLayout/utils/crossfader.js';\nexport { visualElement } from './render/index.js';\nexport { batchLayout, flushLayout } from './render/dom/utils/batch-layout.js';\nexport { MotionConfigContext } from './context/MotionConfigContext.js';\nexport { PresenceContext } from './context/PresenceContext.js';\nexport { LayoutGroupContext } from './context/LayoutGroupContext.js';\nexport { VisibilityAction } from './components/AnimateSharedLayout/types.js';\nexport { FramerTreeLayoutContext, SharedLayoutContext } from './context/SharedLayoutContext.js';\nexport { createBatcher } from './components/AnimateSharedLayout/utils/batcher.js';\nexport { FlatTree } from './render/utils/flat-tree.js';\nexport { useAnimatedState as useDeprecatedAnimatedState } from './animation/use-animated-state.js';\nexport { useInvertedScale as useDeprecatedInvertedScale } from './value/use-inverted-scale.js';\n"],"mappings":"AAAA,SAASA,wBAAwB,EAAEC,MAAM,QAAQ,wBAAwB;AACzE,SAASC,CAAC,QAAQ,gCAAgC;AAClD,SAASC,eAAe,QAAQ,uCAAuC;AACvE,SAASC,mBAAmB,QAAQ,2CAA2C;AAC/E,SAASC,YAAY,QAAQ,oCAAoC;AACjE,SAASC,UAAU,QAAQ,kCAAkC;AAC7D,SAASC,YAAY,QAAQ,oCAAoC;AACjE,SAASC,MAAM,QAAQ,8BAA8B;AACrD,SAASC,cAAc,QAAQ,6BAA6B;AAC5D,SAASC,iBAAiB,QAAQ,gCAAgC;AAClE,SAASC,WAAW,EAAEC,WAAW,QAAQ,kBAAkB;AAC3D,SAASC,kBAAkB,QAAQ,uCAAuC;AAC1E,SAASC,YAAY,QAAQ,0BAA0B;AACvD,SAASC,SAAS,QAAQ,uBAAuB;AACjD,SAASC,WAAW,QAAQ,yBAAyB;AACrD,SAASC,gBAAgB,QAAQ,sCAAsC;AACvE,SAASC,iBAAiB,QAAQ,uCAAuC;AACzE,SAASC,gBAAgB,QAAQ,+BAA+B;AAChE,SAASC,iBAAiB,QAAQ,mCAAmC;AACrE,SAASC,YAAY,QAAQ,8BAA8B;AAC3D,SAASC,OAAO,QAAQ,wBAAwB;AAChD,SAASC,oBAAoB,QAAQ,6BAA6B;AAClE,SAASC,QAAQ,QAAQ,sBAAsB;AAC/C,SAASC,SAAS,QAAQ,sBAAsB;AAChD,SAASC,iBAAiB,QAAQ,8BAA8B;AAChE,SAASC,YAAY,EAAEC,WAAW,QAAQ,8CAA8C;AACxF,SAASC,YAAY,EAAEC,eAAe,QAAQ,sCAAsC;AACpF,SAASC,WAAW,QAAQ,2BAA2B;AACvD,SAASC,qBAAqB,QAAQ,mBAAmB;AACzD,SAASC,kBAAkB,QAAQ,6CAA6C;AAChF,SAASC,mBAAmB,QAAQ,kCAAkC;AACtE,SAASC,gBAAgB,QAAQ,sDAAsD;AACvF,SAASC,aAAa,QAAQ,mBAAmB;AACjD,SAASC,WAAW,EAAEC,WAAW,QAAQ,oCAAoC;AAC7E,SAASC,mBAAmB,QAAQ,kCAAkC;AACtE,SAASC,eAAe,QAAQ,8BAA8B;AAC9D,SAASC,kBAAkB,QAAQ,iCAAiC;AACpE,SAASC,gBAAgB,QAAQ,2CAA2C;AAC5E,SAASC,uBAAuB,EAAEC,mBAAmB,QAAQ,kCAAkC;AAC/F,SAASC,aAAa,QAAQ,mDAAmD;AACjF,SAASC,QAAQ,QAAQ,6BAA6B;AACtD,SAASC,gBAAgB,IAAIC,0BAA0B,QAAQ,mCAAmC;AAClG,SAASC,gBAAgB,IAAIC,0BAA0B,QAAQ,+BAA+B","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}