mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
1 line
9.9 KiB
Plaintext
1 line
9.9 KiB
Plaintext
{"dependencies":[{"name":"react-native-svg","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":45,"index":45}}],"key":"lCMYlEpYXUxeSuxY/qJGK1buGwU=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":46},"end":{"line":2,"column":72,"index":118}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"../hooks/useTheme","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":119},"end":{"line":3,"column":41,"index":160}}],"key":"N6uZq7lIXABAFl7Ydp8eCYEfNSg=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/node_modules/@walletconnect/modal-react-native/src/components/Shimmer.tsx\",\n _this = this;\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"Shimmer\", {\n enumerable: true,\n get: function () {\n return Shimmer;\n }\n });\n var _reactNativeSvg = require(_dependencyMap[0], \"react-native-svg\");\n var _reactNative = require(_dependencyMap[1], \"react-native\");\n var _hooksUseTheme = require(_dependencyMap[2], \"../hooks/useTheme\");\n var useTheme = _interopDefault(_hooksUseTheme);\n var _reactJsxDevRuntime = require(_dependencyMap[3], \"react/jsx-dev-runtime\");\n var AnimatedRect = _reactNative.Animated.createAnimatedComponent(_reactNativeSvg.Rect);\n var Shimmer = function Shimmer(_ref) {\n var _ref$width = _ref.width,\n width = _ref$width === void 0 ? 200 : _ref$width,\n _ref$height = _ref.height,\n height = _ref$height === void 0 ? 200 : _ref$height,\n _ref$duration = _ref.duration,\n duration = _ref$duration === void 0 ? 1000 : _ref$duration,\n _ref$borderRadius = _ref.borderRadius,\n borderRadius = _ref$borderRadius === void 0 ? 0 : _ref$borderRadius,\n backgroundColor = _ref.backgroundColor,\n foregroundColor = _ref.foregroundColor,\n style = _ref.style;\n var animatedValue = new _reactNative.Animated.Value(0);\n var Theme = (0, useTheme.default)();\n var animatedProps = {\n fill: animatedValue.interpolate({\n inputRange: [0, 0.5, 1],\n outputRange: [backgroundColor != null ? backgroundColor : Theme.background2, foregroundColor != null ? foregroundColor : Theme.background3, backgroundColor != null ? backgroundColor : Theme.background3]\n }),\n width: width,\n height: height,\n x: 0,\n y: 0,\n rx: borderRadius,\n ry: borderRadius\n };\n _reactNative.Animated.loop(_reactNative.Animated.timing(animatedValue, {\n toValue: 1,\n duration: duration,\n useNativeDriver: false\n })).start();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNativeSvg.Svg, {\n width: width,\n height: height,\n style: style,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(AnimatedRect, Object.assign({}, animatedProps), void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 56,\n columnNumber: 7\n }, _this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 55,\n columnNumber: 5\n }, _this);\n };\n});","lineCount":72,"map":[[14,2,17,0,"Object"],[14,8,17,0],[14,9,17,0,"defineProperty"],[14,23,17,0],[14,24,17,0,"exports"],[14,31,17,0],[15,4,17,0,"enumerable"],[15,14,17,0],[16,4,17,0,"get"],[16,7,17,0],[16,18,17,0,"get"],[16,19,17,0],[17,6,17,0],[17,13,17,0,"Shimmer"],[17,20,17,0],[18,4,17,0],[19,2,17,0],[20,2,1,0],[20,6,1,0,"_reactNativeSvg"],[20,21,1,0],[20,24,1,0,"require"],[20,31,1,0],[20,32,1,0,"_dependencyMap"],[20,46,1,0],[21,2,2,0],[21,6,2,0,"_reactNative"],[21,18,2,0],[21,21,2,0,"require"],[21,28,2,0],[21,29,2,0,"_dependencyMap"],[21,43,2,0],[22,2,3,0],[22,6,3,0,"_hooksUseTheme"],[22,20,3,0],[22,23,3,0,"require"],[22,30,3,0],[22,31,3,0,"_dependencyMap"],[22,45,3,0],[23,2,3,0],[23,6,3,0,"useTheme"],[23,14,3,0],[23,17,3,0,"_interopDefault"],[23,32,3,0],[23,33,3,0,"_hooksUseTheme"],[23,47,3,0],[24,2,3,41],[24,6,3,41,"_reactJsxDevRuntime"],[24,25,3,41],[24,28,3,41,"require"],[24,35,3,41],[24,36,3,41,"_dependencyMap"],[24,50,3,41],[25,2,5,0],[25,6,5,6,"AnimatedRect"],[25,18,5,18],[25,21,5,21,"Animated"],[25,33,5,29],[25,34,5,29,"Animated"],[25,42,5,29],[25,43,5,30,"createAnimatedComponent"],[25,66,5,53],[25,67,5,54,"Rect"],[25,82,5,58],[25,83,5,58,"Rect"],[25,87,5,58],[25,88,5,59],[26,2,17,7],[26,6,17,13,"Shimmer"],[26,13,17,20],[26,16,17,23],[26,25,17,13,"Shimmer"],[26,32,17,20,"Shimmer"],[26,33,17,20,"_ref"],[26,37,17,20],[26,39,25,20],[27,4,25,20],[27,8,25,20,"_ref$width"],[27,18,25,20],[27,21,25,20,"_ref"],[27,25,25,20],[27,26,18,2,"width"],[27,31,18,7],[28,6,18,2,"width"],[28,11,18,7],[28,14,18,7,"_ref$width"],[28,24,18,7],[28,38,18,10],[28,41,18,13],[28,44,18,13,"_ref$width"],[28,54,18,13],[29,6,18,13,"_ref$height"],[29,17,18,13],[29,20,18,13,"_ref"],[29,24,18,13],[29,25,19,2,"height"],[29,31,19,8],[30,6,19,2,"height"],[30,12,19,8],[30,15,19,8,"_ref$height"],[30,26,19,8],[30,40,19,11],[30,43,19,14],[30,46,19,14,"_ref$height"],[30,57,19,14],[31,6,19,14,"_ref$duration"],[31,19,19,14],[31,22,19,14,"_ref"],[31,26,19,14],[31,27,20,2,"duration"],[31,35,20,10],[32,6,20,2,"duration"],[32,14,20,10],[32,17,20,10,"_ref$duration"],[32,30,20,10],[32,44,20,13],[32,48,20,17],[32,51,20,17,"_ref$duration"],[32,64,20,17],[33,6,20,17,"_ref$borderRadius"],[33,23,20,17],[33,26,20,17,"_ref"],[33,30,20,17],[33,31,21,2,"borderRadius"],[33,43,21,14],[34,6,21,2,"borderRadius"],[34,18,21,14],[34,21,21,14,"_ref$borderRadius"],[34,38,21,14],[34,52,21,17],[34,53,21,18],[34,56,21,18,"_ref$borderRadius"],[34,73,21,18],[35,6,22,2,"backgroundColor"],[35,21,22,17],[35,24,22,17,"_ref"],[35,28,22,17],[35,29,22,2,"backgroundColor"],[35,44,22,17],[36,6,23,2,"foregroundColor"],[36,21,23,17],[36,24,23,17,"_ref"],[36,28,23,17],[36,29,23,2,"foregroundColor"],[36,44,23,17],[37,6,24,2,"style"],[37,11,24,7],[37,14,24,7,"_ref"],[37,18,24,7],[37,19,24,2,"style"],[37,24,24,7],[38,4,26,2],[38,8,26,8,"animatedValue"],[38,21,26,21],[38,24,26,24],[38,28,26,28,"Animated"],[38,40,26,36],[38,41,26,36,"Animated"],[38,49,26,36],[38,50,26,37,"Value"],[38,55,26,42],[38,56,26,43],[38,57,26,44],[38,58,26,45],[39,4,27,2],[39,8,27,8,"Theme"],[39,13,27,13],[39,16,27,16],[39,20,27,16,"useTheme"],[39,28,27,24],[39,29,27,24,"default"],[39,36,27,24],[39,38,27,25],[39,39,27,26],[40,4,29,2],[40,8,29,8,"animatedProps"],[40,21,29,21],[40,24,29,24],[41,6,30,4,"fill"],[41,10,30,8],[41,12,30,10,"animatedValue"],[41,25,30,23],[41,26,30,24,"interpolate"],[41,37,30,35],[41,38,30,36],[42,8,31,6,"inputRange"],[42,18,31,16],[42,20,31,18],[42,21,31,19],[42,22,31,20],[42,24,31,22],[42,27,31,25],[42,29,31,27],[42,30,31,28],[42,31,31,29],[43,8,32,6,"outputRange"],[43,19,32,17],[43,21,32,19],[43,22,33,8,"backgroundColor"],[43,37,33,23],[43,48,33,8,"backgroundColor"],[43,63,33,23],[43,66,33,27,"Theme"],[43,71,33,32],[43,72,33,33,"background2"],[43,83,33,44],[43,85,34,8,"foregroundColor"],[43,100,34,23],[43,111,34,8,"foregroundColor"],[43,126,34,23],[43,129,34,27,"Theme"],[43,134,34,32],[43,135,34,33,"background3"],[43,146,34,44],[43,148,35,8,"backgroundColor"],[43,163,35,23],[43,174,35,8,"backgroundColor"],[43,189,35,23],[43,192,35,27,"Theme"],[43,197,35,32],[43,198,35,33,"background3"],[43,209,35,44],[44,6,37,4],[44,7,37,5],[44,8,37,6],[45,6,38,4,"width"],[45,11,38,9],[45,13,38,4,"width"],[45,18,38,9],[46,6,39,4,"height"],[46,12,39,10],[46,14,39,4,"height"],[46,20,39,10],[47,6,40,4,"x"],[47,7,40,5],[47,9,40,7],[47,10,40,8],[48,6,41,4,"y"],[48,7,41,5],[48,9,41,7],[48,10,41,8],[49,6,42,4,"rx"],[49,8,42,6],[49,10,42,8,"borderRadius"],[49,22,42,20],[50,6,43,4,"ry"],[50,8,43,6],[50,10,43,8,"borderRadius"],[51,4,44,2],[51,5,44,3],[52,4,46,2,"Animated"],[52,16,46,10],[52,17,46,10,"Animated"],[52,25,46,10],[52,26,46,11,"loop"],[52,30,46,15],[52,31,47,4,"Animated"],[52,43,47,12],[52,44,47,12,"Animated"],[52,52,47,12],[52,53,47,13,"timing"],[52,59,47,19],[52,60,47,20,"animatedValue"],[52,73,47,33],[52,75,47,35],[53,6,48,6,"toValue"],[53,13,48,13],[53,15,48,15],[53,16,48,16],[54,6,49,6,"duration"],[54,14,49,14],[54,16,49,6,"duration"],[54,24,49,14],[55,6,50,6,"useNativeDriver"],[55,21,50,21],[55,23,50,23],[56,4,51,4],[56,5,51,5],[56,6,52,2],[56,7,52,3],[56,8,52,4,"start"],[56,13,52,9],[56,14,52,10],[56,15,52,11],[57,4,54,2],[57,24,55,4],[57,28,55,4,"_reactJsxDevRuntime"],[57,47,55,4],[57,48,55,4,"jsxDEV"],[57,54,55,4],[57,56,55,5,"_reactNativeSvg"],[57,71,55,8],[57,72,55,8,"Svg"],[57,75,55,8],[58,6,55,9,"width"],[58,11,55,14],[58,13,55,16,"width"],[58,18,55,22],[59,6,55,23,"height"],[59,12,55,29],[59,14,55,31,"height"],[59,20,55,38],[60,6,55,39,"style"],[60,11,55,44],[60,13,55,46,"style"],[60,18,55,52],[61,6,55,52,"children"],[61,14,55,52],[61,29,56,6],[61,33,56,6,"_reactJsxDevRuntime"],[61,52,56,6],[61,53,56,6,"jsxDEV"],[61,59,56,6],[61,61,56,7,"AnimatedRect"],[61,73,56,19],[61,75,56,19,"Object"],[61,81,56,19],[61,82,56,19,"assign"],[61,88,56,19],[61,93,56,24,"animatedProps"],[61,106,56,37],[62,8,56,37,"fileName"],[62,16,56,37],[62,18,56,37,"_jsxFileName"],[62,30,56,37],[63,8,56,37,"lineNumber"],[63,18,56,37],[64,8,56,37,"columnNumber"],[64,20,56,37],[65,6,56,37],[65,9,56,37,"_this"],[65,14,56,40],[66,4,56,41],[67,6,56,41,"fileName"],[67,14,56,41],[67,16,56,41,"_jsxFileName"],[67,28,56,41],[68,6,56,41,"lineNumber"],[68,16,56,41],[69,6,56,41,"columnNumber"],[69,18,56,41],[70,4,56,41],[70,7,56,41,"_this"],[70,12,57,9],[70,13,57,10],[71,2,59,0],[71,3,59,1],[72,0,59,2],[72,3]],"functionMap":{"names":["<global>","Shimmer"],"mappings":"AAA;uBCgB;CD0C"},"hasCjsExports":false},"type":"js/module"}]} |