Files
ETB/ETB-FrontEnd/node_modules/.cache/babel-loader/b051ff010ddfac7cb85d5ef5b9330f08213ebb94d3adb9cd5a8f14d7495bd53e.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

1 line
819 B
JSON

{"ast":null,"code":"const isDragging = {\n x: false,\n y: false\n};\nfunction isDragActive() {\n return isDragging.x || isDragging.y;\n}\nexport { isDragActive, isDragging };","map":{"version":3,"names":["isDragging","x","y","isDragActive"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.mjs"],"sourcesContent":["const isDragging = {\n x: false,\n y: false,\n};\nfunction isDragActive() {\n return isDragging.x || isDragging.y;\n}\n\nexport { isDragActive, isDragging };\n"],"mappings":"AAAA,MAAMA,UAAU,GAAG;EACfC,CAAC,EAAE,KAAK;EACRC,CAAC,EAAE;AACP,CAAC;AACD,SAASC,YAAYA,CAAA,EAAG;EACpB,OAAOH,UAAU,CAACC,CAAC,IAAID,UAAU,CAACE,CAAC;AACvC;AAEA,SAASC,YAAY,EAAEH,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}