{"version":3,"file":"static/chunks/299.68716f847e004472.js","mappings":"wLACA,MCMe,ICAM,CACjBA,S,OAAU,KACPC,EAAA,KACA,QDDAC,EAAA,KACAC,EAAA,E","sources":["webpack://_N_E/./src/utils/motion.features.ts","webpack://_N_E/./node_modules/framer-motion/dist/es/render/dom/features-max.mjs","webpack://_N_E/./node_modules/framer-motion/dist/es/render/dom/features-animation.mjs"],"sourcesContent":["import { domMax } from 'framer-motion'\nexport default domMax\n","import { drag } from '../../motion/features/drag.mjs';\nimport { layout } from '../../motion/features/layout.mjs';\nimport { domAnimation } from './features-animation.mjs';\n\n/**\n * @public\n */\nconst domMax = {\n ...domAnimation,\n ...drag,\n ...layout,\n};\n\nexport { domMax };\n","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"],"names":["renderer","animations","drag","layout"],"sourceRoot":""}