{"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 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 = _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 ?? Theme.background2, foregroundColor ?? Theme.background3, backgroundColor ?? Theme.background3]\n }),\n width,\n 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,\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, {\n ...animatedProps\n }, 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":73,"map":[[13,2,17,0,"Object"],[13,8,17,0],[13,9,17,0,"defineProperty"],[13,23,17,0],[13,24,17,0,"exports"],[13,31,17,0],[14,4,17,0,"enumerable"],[14,14,17,0],[15,4,17,0,"get"],[15,7,17,0],[15,18,17,0,"get"],[15,19,17,0],[16,6,17,0],[16,13,17,0,"Shimmer"],[16,20,17,0],[17,4,17,0],[18,2,17,0],[19,2,1,0],[19,6,1,0,"_reactNativeSvg"],[19,21,1,0],[19,24,1,0,"require"],[19,31,1,0],[19,32,1,0,"_dependencyMap"],[19,46,1,0],[20,2,2,0],[20,6,2,0,"_reactNative"],[20,18,2,0],[20,21,2,0,"require"],[20,28,2,0],[20,29,2,0,"_dependencyMap"],[20,43,2,0],[21,2,3,0],[21,6,3,0,"_hooksUseTheme"],[21,20,3,0],[21,23,3,0,"require"],[21,30,3,0],[21,31,3,0,"_dependencyMap"],[21,45,3,0],[22,2,3,0],[22,6,3,0,"useTheme"],[22,14,3,0],[22,17,3,0,"_interopDefault"],[22,32,3,0],[22,33,3,0,"_hooksUseTheme"],[22,47,3,0],[23,2,3,41],[23,6,3,41,"_reactJsxDevRuntime"],[23,25,3,41],[23,28,3,41,"require"],[23,35,3,41],[23,36,3,41,"_dependencyMap"],[23,50,3,41],[24,2,5,0],[24,6,5,6,"AnimatedRect"],[24,18,5,18],[24,21,5,21,"Animated"],[24,33,5,29],[24,34,5,29,"Animated"],[24,42,5,29],[24,43,5,30,"createAnimatedComponent"],[24,66,5,53],[24,67,5,54,"Rect"],[24,82,5,58],[24,83,5,58,"Rect"],[24,87,5,58],[24,88,5,59],[25,2,17,7],[25,6,17,13,"Shimmer"],[25,13,17,20],[25,16,17,23,"_ref"],[25,20,17,23],[25,24,25,20],[26,4,25,20],[26,8,25,20,"_ref$width"],[26,18,25,20],[26,21,25,20,"_ref"],[26,25,25,20],[26,26,18,2,"width"],[26,31,18,7],[27,6,18,2,"width"],[27,11,18,7],[27,14,18,7,"_ref$width"],[27,24,18,7],[27,38,18,10],[27,41,18,13],[27,44,18,13,"_ref$width"],[27,54,18,13],[28,6,18,13,"_ref$height"],[28,17,18,13],[28,20,18,13,"_ref"],[28,24,18,13],[28,25,19,2,"height"],[28,31,19,8],[29,6,19,2,"height"],[29,12,19,8],[29,15,19,8,"_ref$height"],[29,26,19,8],[29,40,19,11],[29,43,19,14],[29,46,19,14,"_ref$height"],[29,57,19,14],[30,6,19,14,"_ref$duration"],[30,19,19,14],[30,22,19,14,"_ref"],[30,26,19,14],[30,27,20,2,"duration"],[30,35,20,10],[31,6,20,2,"duration"],[31,14,20,10],[31,17,20,10,"_ref$duration"],[31,30,20,10],[31,44,20,13],[31,48,20,17],[31,51,20,17,"_ref$duration"],[31,64,20,17],[32,6,20,17,"_ref$borderRadius"],[32,23,20,17],[32,26,20,17,"_ref"],[32,30,20,17],[32,31,21,2,"borderRadius"],[32,43,21,14],[33,6,21,2,"borderRadius"],[33,18,21,14],[33,21,21,14,"_ref$borderRadius"],[33,38,21,14],[33,52,21,17],[33,53,21,18],[33,56,21,18,"_ref$borderRadius"],[33,73,21,18],[34,6,22,2,"backgroundColor"],[34,21,22,17],[34,24,22,17,"_ref"],[34,28,22,17],[34,29,22,2,"backgroundColor"],[34,44,22,17],[35,6,23,2,"foregroundColor"],[35,21,23,17],[35,24,23,17,"_ref"],[35,28,23,17],[35,29,23,2,"foregroundColor"],[35,44,23,17],[36,6,24,2,"style"],[36,11,24,7],[36,14,24,7,"_ref"],[36,18,24,7],[36,19,24,2,"style"],[36,24,24,7],[37,4,26,2],[37,8,26,8,"animatedValue"],[37,21,26,21],[37,24,26,24],[37,28,26,28,"Animated"],[37,40,26,36],[37,41,26,36,"Animated"],[37,49,26,36],[37,50,26,37,"Value"],[37,55,26,42],[37,56,26,43],[37,57,26,44],[37,58,26,45],[38,4,27,2],[38,8,27,8,"Theme"],[38,13,27,13],[38,16,27,16],[38,20,27,16,"useTheme"],[38,28,27,24],[38,29,27,24,"default"],[38,36,27,24],[38,38,27,25],[38,39,27,26],[39,4,29,2],[39,8,29,8,"animatedProps"],[39,21,29,21],[39,24,29,24],[40,6,30,4,"fill"],[40,10,30,8],[40,12,30,10,"animatedValue"],[40,25,30,23],[40,26,30,24,"interpolate"],[40,37,30,35],[40,38,30,36],[41,8,31,6,"inputRange"],[41,18,31,16],[41,20,31,18],[41,21,31,19],[41,22,31,20],[41,24,31,22],[41,27,31,25],[41,29,31,27],[41,30,31,28],[41,31,31,29],[42,8,32,6,"outputRange"],[42,19,32,17],[42,21,32,19],[42,22,33,8,"backgroundColor"],[42,37,33,23],[42,41,33,27,"Theme"],[42,46,33,32],[42,47,33,33,"background2"],[42,58,33,44],[42,60,34,8,"foregroundColor"],[42,75,34,23],[42,79,34,27,"Theme"],[42,84,34,32],[42,85,34,33,"background3"],[42,96,34,44],[42,98,35,8,"backgroundColor"],[42,113,35,23],[42,117,35,27,"Theme"],[42,122,35,32],[42,123,35,33,"background3"],[42,134,35,44],[43,6,37,4],[43,7,37,5],[43,8,37,6],[44,6,38,4,"width"],[44,11,38,9],[45,6,39,4,"height"],[45,12,39,10],[46,6,40,4,"x"],[46,7,40,5],[46,9,40,7],[46,10,40,8],[47,6,41,4,"y"],[47,7,41,5],[47,9,41,7],[47,10,41,8],[48,6,42,4,"rx"],[48,8,42,6],[48,10,42,8,"borderRadius"],[48,22,42,20],[49,6,43,4,"ry"],[49,8,43,6],[49,10,43,8,"borderRadius"],[50,4,44,2],[50,5,44,3],[51,4,46,2,"Animated"],[51,16,46,10],[51,17,46,10,"Animated"],[51,25,46,10],[51,26,46,11,"loop"],[51,30,46,15],[51,31,47,4,"Animated"],[51,43,47,12],[51,44,47,12,"Animated"],[51,52,47,12],[51,53,47,13,"timing"],[51,59,47,19],[51,60,47,20,"animatedValue"],[51,73,47,33],[51,75,47,35],[52,6,48,6,"toValue"],[52,13,48,13],[52,15,48,15],[52,16,48,16],[53,6,49,6,"duration"],[53,14,49,14],[54,6,50,6,"useNativeDriver"],[54,21,50,21],[54,23,50,23],[55,4,51,4],[55,5,51,5],[55,6,52,2],[55,7,52,3],[55,8,52,4,"start"],[55,13,52,9],[55,14,52,10],[55,15,52,11],[56,4,54,2],[56,24,55,4],[56,28,55,4,"_reactJsxDevRuntime"],[56,47,55,4],[56,48,55,4,"jsxDEV"],[56,54,55,4],[56,56,55,5,"_reactNativeSvg"],[56,71,55,8],[56,72,55,8,"Svg"],[56,75,55,8],[57,6,55,9,"width"],[57,11,55,14],[57,13,55,16,"width"],[57,18,55,22],[58,6,55,23,"height"],[58,12,55,29],[58,14,55,31,"height"],[58,20,55,38],[59,6,55,39,"style"],[59,11,55,44],[59,13,55,46,"style"],[59,18,55,52],[60,6,55,52,"children"],[60,14,55,52],[60,29,56,6],[60,33,56,6,"_reactJsxDevRuntime"],[60,52,56,6],[60,53,56,6,"jsxDEV"],[60,59,56,6],[60,61,56,7,"AnimatedRect"],[60,73,56,19],[61,8,56,19],[61,11,56,24,"animatedProps"],[62,6,56,37],[63,8,56,37,"fileName"],[63,16,56,37],[63,18,56,37,"_jsxFileName"],[63,30,56,37],[64,8,56,37,"lineNumber"],[64,18,56,37],[65,8,56,37,"columnNumber"],[65,20,56,37],[66,6,56,37],[66,13,56,40],[67,4,56,41],[68,6,56,41,"fileName"],[68,14,56,41],[68,16,56,41,"_jsxFileName"],[68,28,56,41],[69,6,56,41,"lineNumber"],[69,16,56,41],[70,6,56,41,"columnNumber"],[70,18,56,41],[71,4,56,41],[71,11,57,9],[71,12,57,10],[72,2,59,0],[72,3,59,1],[73,0,59,2],[73,3]],"functionMap":{"names":["","Shimmer"],"mappings":"AAA;uBCgB;CD0C"},"hasCjsExports":false},"type":"js/module"}]}