{"version":3,"file":"static/js/9892.6dae0b54.chunk.js","mappings":"iQAOMA,GAAe,gBACjBC,SAAUC,EAAAA,GACPC,EAAAA,GACAC,EAAAA,G,WCRP,GCMe,kCACRJ,GACAK,EAAAA,GACAC,EAAAA,GAAc,IACjBC,0BAA2BC,EAAAA,G","sources":["../node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","components/animate/features.js","../node_modules/framer-motion/dist/es/render/dom/features-max.mjs"],"sourcesContent":["import { animations } from '../../motion/features/animations.mjs';\nimport { gestureAnimations } from '../../motion/features/gestures.mjs';\nimport { createDomVisualElement } from './create-visual-element.mjs';\n\n/**\n * @public\n */\nconst domAnimation = {\n renderer: createDomVisualElement,\n ...animations,\n ...gestureAnimations,\n};\n\nexport { domAnimation };\n","import { domMax } from 'framer-motion';\n\nexport default domMax;\n","import { drag } from '../../motion/features/drag.mjs';\nimport { layoutFeatures } from '../../motion/features/layout/index.mjs';\nimport { domAnimation } from './features-animation.mjs';\nimport { HTMLProjectionNode } from '../../projection/node/HTMLProjectionNode.mjs';\n\n/**\n * @public\n */\nconst domMax = {\n ...domAnimation,\n ...drag,\n ...layoutFeatures,\n projectionNodeConstructor: HTMLProjectionNode,\n};\n\nexport { domMax };\n"],"names":["domAnimation","renderer","createDomVisualElement","animations","gestureAnimations","drag","layoutFeatures","projectionNodeConstructor","HTMLProjectionNode"],"sourceRoot":""}