mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 08:51:01 +00:00
1 line
5.4 KiB
Plaintext
1 line
5.4 KiB
Plaintext
{"dependencies":[{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"]}},{"name":"@radix-ui/react-slot","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":121},"end":{"line":4,"column":52,"index":152}}],"key":"bkUm2nGzb7xwgwEgs/ET+MDNlHQ=","exportNames":["*"]}},{"name":"react","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":16,"index":170},"end":{"line":5,"column":32,"index":186}}],"key":"XN65eZP/QkNMzaBAXbG/zPyidpY=","exportNames":["*"]}},{"name":"react-native-web/dist/index","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"55efhPHw3gz2FoQtoN2yI1VuhbM=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _reactJsxDevRuntime = require(_dependencyMap[0], \"react/jsx-dev-runtime\");\n var _jsxFileName = \"/app/frontend/node_modules/expo-router/build/ui/Slot.js\";\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.Slot = void 0;\n const react_slot_1 = require(_dependencyMap[1], \"@radix-ui/react-slot\");\n const react_1 = require(_dependencyMap[2], \"react\");\n const react_native_1 = require(_dependencyMap[3], \"react-native-web/dist/index\");\n /**\n * RadixUI has special logic to handle the merging of `style` and `className` props.\n * On the web styles are not allowed so Radix does not handle this scenario.\n * This could be fixed upstream (PR open), but it may not as RN is not their target\n * platform.\n *\n * This shim calls `StyleSheet.flatten` on the styles before we render the <Slot />\n *\n * @see https://github.com/expo/expo/issues/31352\n * @see https://github.com/radix-ui/primitives/issues/3107\n * @param Component\n * @returns\n */\n function ShimSlotForReactNative(Component) {\n return (0, react_1.forwardRef)(function RNSlotHOC({\n style,\n ...props\n }, ref) {\n style = (0, react_1.useMemo)(() => react_native_1.StyleSheet.flatten(style), [style]);\n return /*#__PURE__*/_reactJsxDevRuntime.jsxDEV(Component, {\n ref: ref,\n ...props,\n style: style\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 16\n }, this);\n });\n }\n exports.Slot = ShimSlotForReactNative(react_slot_1.Slot);\n});","lineCount":44,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13],[4,6,1,13,"_reactJsxDevRuntime"],[4,25,1,13],[4,28,1,13,"require"],[4,35,1,13],[4,36,1,13,"_dependencyMap"],[4,50,1,13],[5,2,1,13],[5,6,1,13,"_jsxFileName"],[5,18,1,13],[6,2,2,0,"Object"],[6,8,2,6],[6,9,2,7,"defineProperty"],[6,23,2,21],[6,24,2,22,"exports"],[6,31,2,29],[6,33,2,31],[6,45,2,43],[6,47,2,45],[7,4,2,47,"value"],[7,9,2,52],[7,11,2,54],[8,2,2,59],[8,3,2,60],[8,4,2,61],[9,2,3,0,"exports"],[9,9,3,7],[9,10,3,8,"Slot"],[9,14,3,12],[9,17,3,15],[9,22,3,20],[9,23,3,21],[10,2,4,0],[10,8,4,6,"react_slot_1"],[10,20,4,18],[10,23,4,21,"require"],[10,30,4,28],[10,31,4,28,"_dependencyMap"],[10,45,4,28],[10,72,4,51],[10,73,4,52],[11,2,5,0],[11,8,5,6,"react_1"],[11,15,5,13],[11,18,5,16,"require"],[11,25,5,23],[11,26,5,23,"_dependencyMap"],[11,40,5,23],[11,52,5,31],[11,53,5,32],[12,2,5,33],[12,8,5,33,"react_native_1"],[12,22,5,33],[12,25,5,33,"require"],[12,32,5,33],[12,33,5,33,"_dependencyMap"],[12,47,5,33],[13,2,7,0],[14,0,8,0],[15,0,9,0],[16,0,10,0],[17,0,11,0],[18,0,12,0],[19,0,13,0],[20,0,14,0],[21,0,15,0],[22,0,16,0],[23,0,17,0],[24,0,18,0],[25,0,19,0],[26,2,20,0],[26,11,20,9,"ShimSlotForReactNative"],[26,33,20,31,"ShimSlotForReactNative"],[26,34,20,32,"Component"],[26,43,20,41],[26,45,20,43],[27,4,21,4],[27,11,21,11],[27,12,21,12],[27,13,21,13],[27,15,21,15,"react_1"],[27,22,21,22],[27,23,21,23,"forwardRef"],[27,33,21,33],[27,35,21,35],[27,44,21,44,"RNSlotHOC"],[27,53,21,53,"RNSlotHOC"],[27,54,21,54],[28,6,21,56,"style"],[28,11,21,61],[29,6,21,63],[29,9,21,66,"props"],[30,4,21,72],[30,5,21,73],[30,7,21,75,"ref"],[30,10,21,78],[30,12,21,80],[31,6,22,8,"style"],[31,11,22,13],[31,14,22,16],[31,15,22,17],[31,16,22,18],[31,18,22,20,"react_1"],[31,25,22,27],[31,26,22,28,"useMemo"],[31,33,22,35],[31,35,22,37],[31,41,22,43,"react_native_1"],[31,55,22,57],[31,56,22,58,"StyleSheet"],[31,66,22,68],[31,67,22,69,"flatten"],[31,74,22,76],[31,75,22,77,"style"],[31,80,22,82],[31,81,22,83],[31,83,22,85],[31,84,22,86,"style"],[31,89,22,91],[31,90,22,92],[31,91,22,93],[32,6,23,8],[32,26,23,15,"_reactJsxDevRuntime"],[32,45,23,15],[32,46,23,15,"jsxDEV"],[32,52,23,15],[32,53,23,16,"Component"],[32,62,23,25],[33,8,23,26,"ref"],[33,11,23,29],[33,13,23,31,"ref"],[33,16,23,35],[34,8,23,35],[34,11,23,40,"props"],[34,16,23,45],[35,8,23,47,"style"],[35,13,23,52],[35,15,23,54,"style"],[36,6,23,60],[37,8,23,60,"fileName"],[37,16,23,60],[37,18,23,60,"_jsxFileName"],[37,30,23,60],[38,8,23,60,"lineNumber"],[38,18,23,60],[39,8,23,60,"columnNumber"],[39,20,23,60],[40,6,23,60],[40,13,23,61],[40,14,23,62],[41,4,24,4],[41,5,24,5],[41,6,24,6],[42,2,25,0],[43,2,26,0,"exports"],[43,9,26,7],[43,10,26,8,"Slot"],[43,14,26,12],[43,17,26,15,"ShimSlotForReactNative"],[43,39,26,37],[43,40,26,38,"react_slot_1"],[43,52,26,50],[43,53,26,51,"Slot"],[43,57,26,55],[43,58,26,56],[44,0,26,57],[44,3]],"functionMap":{"names":["<global>","ShimSlotForReactNative","RNSlotHOC","<anonymous>"],"mappings":"AAA;ACmB;mCCC;qCCC,8CD;KDE;CDC"}},"type":"js/module"}]} |