mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
1 line
13 KiB
Plaintext
1 line
13 KiB
Plaintext
{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Animated","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"dNPzxVfn0yBoRxvhD+vE+lN7k4Q=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Easing","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"LAsBVyuYCfLH1Ubsv0umnkq0e/A=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-svg","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":110},"end":{"line":3,"column":45,"index":155}}],"key":"lCMYlEpYXUxeSuxY/qJGK1buGwU=","exportNames":["*"],"imports":1}},{"name":"../hooks/useTheme","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":156},"end":{"line":4,"column":41,"index":197}}],"key":"N6uZq7lIXABAFl7Ydp8eCYEfNSg=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\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, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsAnimated = require(_dependencyMap[1], \"react-native-web/dist/exports/Animated\");\n var Animated = _interopDefault(_reactNativeWebDistExportsAnimated);\n var _reactNativeWebDistExportsEasing = require(_dependencyMap[2], \"react-native-web/dist/exports/Easing\");\n var Easing = _interopDefault(_reactNativeWebDistExportsEasing);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsView = require(_dependencyMap[4], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeSvg = require(_dependencyMap[5], \"react-native-svg\");\n var Svg = _interopDefault(_reactNativeSvg);\n var _hooksUseTheme = require(_dependencyMap[6], \"../hooks/useTheme\");\n var useTheme = _interopDefault(_hooksUseTheme);\n const AnimatedRect = Animated.default.createAnimatedComponent(_reactNativeSvg.Rect);\n function WalletLoadingThumbnail(_ref) {\n let {\n children,\n showError\n } = _ref;\n const Theme = (0, useTheme.default)();\n const spinValue = (0, _react.useRef)(new Animated.default.Value(0));\n (0, _react.useEffect)(() => {\n const animation = Animated.default.timing(spinValue.current, {\n toValue: 1,\n duration: 1150,\n useNativeDriver: true,\n easing: Easing.default.linear\n });\n const loop = Animated.default.loop(animation);\n loop.start();\n return () => {\n loop.stop();\n };\n }, [spinValue]);\n const spin = spinValue.current.interpolate({\n inputRange: [0, 1],\n outputRange: [0, -371]\n });\n return /*#__PURE__*/React.createElement(View.default, {\n style: styles.container\n }, /*#__PURE__*/React.createElement(Svg.default, {\n width: 110,\n height: 110,\n viewBox: \"0 0 110 110\",\n style: styles.loader\n }, /*#__PURE__*/React.createElement(AnimatedRect, {\n x: \"2\",\n y: \"2\",\n width: 106,\n height: 106,\n rx: 31,\n stroke: showError ? 'transparent' : Theme.accent,\n strokeWidth: 2,\n fill: \"transparent\",\n strokeDasharray: '116 255',\n strokeDashoffset: spin\n })), showError && /*#__PURE__*/React.createElement(View.default, {\n style: [styles.error, {\n borderColor: Theme.negative\n }]\n }), children);\n }\n const styles = StyleSheet.default.create({\n container: {\n alignItems: 'center',\n justifyContent: 'center'\n },\n loader: {\n position: 'absolute'\n },\n error: {\n position: 'absolute',\n borderWidth: 2,\n height: 106,\n width: 106,\n borderRadius: 31\n }\n });\n var _default = WalletLoadingThumbnail;\n});","lineCount":97,"map":[[12,2,70,0,"Object"],[12,8,70,0],[12,9,70,0,"defineProperty"],[12,23,70,0],[12,24,70,0,"exports"],[12,31,70,0],[13,4,70,0,"enumerable"],[13,14,70,0],[14,4,70,0,"get"],[14,7,70,0],[14,18,70,0,"get"],[14,19,70,0],[15,6,70,0],[15,13,70,0,"_default"],[15,21,70,0],[16,4,70,0],[17,2,70,0],[18,2,1,0],[18,6,1,0,"_react"],[18,12,1,0],[18,15,1,0,"require"],[18,22,1,0],[18,23,1,0,"_dependencyMap"],[18,37,1,0],[19,2,1,42],[19,6,1,42,"_reactNativeWebDistExportsAnimated"],[19,40,1,42],[19,43,1,42,"require"],[19,50,1,42],[19,51,1,42,"_dependencyMap"],[19,65,1,42],[20,2,1,42],[20,6,1,42,"Animated"],[20,14,1,42],[20,17,1,42,"_interopDefault"],[20,32,1,42],[20,33,1,42,"_reactNativeWebDistExportsAnimated"],[20,67,1,42],[21,2,1,42],[21,6,1,42,"_reactNativeWebDistExportsEasing"],[21,38,1,42],[21,41,1,42,"require"],[21,48,1,42],[21,49,1,42,"_dependencyMap"],[21,63,1,42],[22,2,1,42],[22,6,1,42,"Easing"],[22,12,1,42],[22,15,1,42,"_interopDefault"],[22,30,1,42],[22,31,1,42,"_reactNativeWebDistExportsEasing"],[22,63,1,42],[23,2,1,42],[23,6,1,42,"_reactNativeWebDistExportsStyleSheet"],[23,42,1,42],[23,45,1,42,"require"],[23,52,1,42],[23,53,1,42,"_dependencyMap"],[23,67,1,42],[24,2,1,42],[24,6,1,42,"StyleSheet"],[24,16,1,42],[24,19,1,42,"_interopDefault"],[24,34,1,42],[24,35,1,42,"_reactNativeWebDistExportsStyleSheet"],[24,71,1,42],[25,2,1,42],[25,6,1,42,"_reactNativeWebDistExportsView"],[25,36,1,42],[25,39,1,42,"require"],[25,46,1,42],[25,47,1,42,"_dependencyMap"],[25,61,1,42],[26,2,1,42],[26,6,1,42,"View"],[26,10,1,42],[26,13,1,42,"_interopDefault"],[26,28,1,42],[26,29,1,42,"_reactNativeWebDistExportsView"],[26,59,1,42],[27,2,3,0],[27,6,3,0,"_reactNativeSvg"],[27,21,3,0],[27,24,3,0,"require"],[27,31,3,0],[27,32,3,0,"_dependencyMap"],[27,46,3,0],[28,2,3,0],[28,6,3,0,"Svg"],[28,9,3,0],[28,12,3,0,"_interopDefault"],[28,27,3,0],[28,28,3,0,"_reactNativeSvg"],[28,43,3,0],[29,2,4,0],[29,6,4,0,"_hooksUseTheme"],[29,20,4,0],[29,23,4,0,"require"],[29,30,4,0],[29,31,4,0,"_dependencyMap"],[29,45,4,0],[30,2,4,0],[30,6,4,0,"useTheme"],[30,14,4,0],[30,17,4,0,"_interopDefault"],[30,32,4,0],[30,33,4,0,"_hooksUseTheme"],[30,47,4,0],[31,2,5,0],[31,8,5,6,"AnimatedRect"],[31,20,5,18],[31,23,5,21,"Animated"],[31,31,5,29],[31,32,5,29,"default"],[31,39,5,29],[31,40,5,30,"createAnimatedComponent"],[31,63,5,53],[31,64,5,54,"Rect"],[31,79,5,58],[31,80,5,58,"Rect"],[31,84,5,58],[31,85,5,59],[32,2,6,0],[32,11,6,9,"WalletLoadingThumbnail"],[32,33,6,31,"WalletLoadingThumbnail"],[32,34,6,32,"_ref"],[32,38,6,36],[32,40,6,38],[33,4,7,2],[33,8,7,6],[34,6,8,4,"children"],[34,14,8,12],[35,6,9,4,"showError"],[36,4,10,2],[36,5,10,3],[36,8,10,6,"_ref"],[36,12,10,10],[37,4,11,2],[37,10,11,8,"Theme"],[37,15,11,13],[37,18,11,16],[37,22,11,16,"useTheme"],[37,30,11,24],[37,31,11,24,"default"],[37,38,11,24],[37,40,11,25],[37,41,11,26],[38,4,12,2],[38,10,12,8,"spinValue"],[38,19,12,17],[38,22,12,20],[38,26,12,20,"useRef"],[38,32,12,26],[38,33,12,26,"useRef"],[38,39,12,26],[38,41,12,27],[38,45,12,31,"Animated"],[38,53,12,39],[38,54,12,39,"default"],[38,61,12,39],[38,62,12,40,"Value"],[38,67,12,45],[38,68,12,46],[38,69,12,47],[38,70,12,48],[38,71,12,49],[39,4,13,2],[39,8,13,2,"useEffect"],[39,14,13,11],[39,15,13,11,"useEffect"],[39,24,13,11],[39,26,13,12],[39,32,13,18],[40,6,14,4],[40,12,14,10,"animation"],[40,21,14,19],[40,24,14,22,"Animated"],[40,32,14,30],[40,33,14,30,"default"],[40,40,14,30],[40,41,14,31,"timing"],[40,47,14,37],[40,48,14,38,"spinValue"],[40,57,14,47],[40,58,14,48,"current"],[40,65,14,55],[40,67,14,57],[41,8,15,6,"toValue"],[41,15,15,13],[41,17,15,15],[41,18,15,16],[42,8,16,6,"duration"],[42,16,16,14],[42,18,16,16],[42,22,16,20],[43,8,17,6,"useNativeDriver"],[43,23,17,21],[43,25,17,23],[43,29,17,27],[44,8,18,6,"easing"],[44,14,18,12],[44,16,18,14,"Easing"],[44,22,18,20],[44,23,18,20,"default"],[44,30,18,20],[44,31,18,21,"linear"],[45,6,19,4],[45,7,19,5],[45,8,19,6],[46,6,20,4],[46,12,20,10,"loop"],[46,16,20,14],[46,19,20,17,"Animated"],[46,27,20,25],[46,28,20,25,"default"],[46,35,20,25],[46,36,20,26,"loop"],[46,40,20,30],[46,41,20,31,"animation"],[46,50,20,40],[46,51,20,41],[47,6,21,4,"loop"],[47,10,21,8],[47,11,21,9,"start"],[47,16,21,14],[47,17,21,15],[47,18,21,16],[48,6,22,4],[48,13,22,11],[48,19,22,17],[49,8,23,6,"loop"],[49,12,23,10],[49,13,23,11,"stop"],[49,17,23,15],[49,18,23,16],[49,19,23,17],[50,6,24,4],[50,7,24,5],[51,4,25,2],[51,5,25,3],[51,7,25,5],[51,8,25,6,"spinValue"],[51,17,25,15],[51,18,25,16],[51,19,25,17],[52,4,26,2],[52,10,26,8,"spin"],[52,14,26,12],[52,17,26,15,"spinValue"],[52,26,26,24],[52,27,26,25,"current"],[52,34,26,32],[52,35,26,33,"interpolate"],[52,46,26,44],[52,47,26,45],[53,6,27,4,"inputRange"],[53,16,27,14],[53,18,27,16],[53,19,27,17],[53,20,27,18],[53,22,27,20],[53,23,27,21],[53,24,27,22],[54,6,28,4,"outputRange"],[54,17,28,15],[54,19,28,17],[54,20,28,18],[54,21,28,19],[54,23,28,21],[54,24,28,22],[54,27,28,25],[55,4,29,2],[55,5,29,3],[55,6,29,4],[56,4,30,2],[56,11,30,9],[56,24,30,22,"React"],[56,29,30,27],[56,30,30,28,"createElement"],[56,43,30,41],[56,44,30,42,"View"],[56,48,30,46],[56,49,30,46,"default"],[56,56,30,46],[56,58,30,48],[57,6,31,4,"style"],[57,11,31,9],[57,13,31,11,"styles"],[57,19,31,17],[57,20,31,18,"container"],[58,4,32,2],[58,5,32,3],[58,7,32,5],[58,20,32,18,"React"],[58,25,32,23],[58,26,32,24,"createElement"],[58,39,32,37],[58,40,32,38,"Svg"],[58,43,32,41],[58,44,32,41,"default"],[58,51,32,41],[58,53,32,43],[59,6,33,4,"width"],[59,11,33,9],[59,13,33,11],[59,16,33,14],[60,6,34,4,"height"],[60,12,34,10],[60,14,34,12],[60,17,34,15],[61,6,35,4,"viewBox"],[61,13,35,11],[61,15,35,13],[61,28,35,26],[62,6,36,4,"style"],[62,11,36,9],[62,13,36,11,"styles"],[62,19,36,17],[62,20,36,18,"loader"],[63,4,37,2],[63,5,37,3],[63,7,37,5],[63,20,37,18,"React"],[63,25,37,23],[63,26,37,24,"createElement"],[63,39,37,37],[63,40,37,38,"AnimatedRect"],[63,52,37,50],[63,54,37,52],[64,6,38,4,"x"],[64,7,38,5],[64,9,38,7],[64,12,38,10],[65,6,39,4,"y"],[65,7,39,5],[65,9,39,7],[65,12,39,10],[66,6,40,4,"width"],[66,11,40,9],[66,13,40,11],[66,16,40,14],[67,6,41,4,"height"],[67,12,41,10],[67,14,41,12],[67,17,41,15],[68,6,42,4,"rx"],[68,8,42,6],[68,10,42,8],[68,12,42,10],[69,6,43,4,"stroke"],[69,12,43,10],[69,14,43,12,"showError"],[69,23,43,21],[69,26,43,24],[69,39,43,37],[69,42,43,40,"Theme"],[69,47,43,45],[69,48,43,46,"accent"],[69,54,43,52],[70,6,44,4,"strokeWidth"],[70,17,44,15],[70,19,44,17],[70,20,44,18],[71,6,45,4,"fill"],[71,10,45,8],[71,12,45,10],[71,25,45,23],[72,6,46,4,"strokeDasharray"],[72,21,46,19],[72,23,46,21],[72,32,46,30],[73,6,47,4,"strokeDashoffset"],[73,22,47,20],[73,24,47,22,"spin"],[74,4,48,2],[74,5,48,3],[74,6,48,4],[74,7,48,5],[74,9,48,7,"showError"],[74,18,48,16],[74,22,48,20],[74,35,48,33,"React"],[74,40,48,38],[74,41,48,39,"createElement"],[74,54,48,52],[74,55,48,53,"View"],[74,59,48,57],[74,60,48,57,"default"],[74,67,48,57],[74,69,48,59],[75,6,49,4,"style"],[75,11,49,9],[75,13,49,11],[75,14,49,12,"styles"],[75,20,49,18],[75,21,49,19,"error"],[75,26,49,24],[75,28,49,26],[76,8,50,6,"borderColor"],[76,19,50,17],[76,21,50,19,"Theme"],[76,26,50,24],[76,27,50,25,"negative"],[77,6,51,4],[77,7,51,5],[78,4,52,2],[78,5,52,3],[78,6,52,4],[78,8,52,6,"children"],[78,16,52,14],[78,17,52,15],[79,2,53,0],[80,2,54,0],[80,8,54,6,"styles"],[80,14,54,12],[80,17,54,15,"StyleSheet"],[80,27,54,25],[80,28,54,25,"default"],[80,35,54,25],[80,36,54,26,"create"],[80,42,54,32],[80,43,54,33],[81,4,55,2,"container"],[81,13,55,11],[81,15,55,13],[82,6,56,4,"alignItems"],[82,16,56,14],[82,18,56,16],[82,26,56,24],[83,6,57,4,"justifyContent"],[83,20,57,18],[83,22,57,20],[84,4,58,2],[84,5,58,3],[85,4,59,2,"loader"],[85,10,59,8],[85,12,59,10],[86,6,60,4,"position"],[86,14,60,12],[86,16,60,14],[87,4,61,2],[87,5,61,3],[88,4,62,2,"error"],[88,9,62,7],[88,11,62,9],[89,6,63,4,"position"],[89,14,63,12],[89,16,63,14],[89,26,63,24],[90,6,64,4,"borderWidth"],[90,17,64,15],[90,19,64,17],[90,20,64,18],[91,6,65,4,"height"],[91,12,65,10],[91,14,65,12],[91,17,65,15],[92,6,66,4,"width"],[92,11,66,9],[92,13,66,11],[92,16,66,14],[93,6,67,4,"borderRadius"],[93,18,67,16],[93,20,67,18],[94,4,68,2],[95,2,69,0],[95,3,69,1],[95,4,69,2],[96,2,70,0],[96,6,70,0,"_default"],[96,14,70,0],[96,17,70,15,"WalletLoadingThumbnail"],[96,39,70,37],[97,0,70,38],[97,3]],"functionMap":{"names":["<global>","WalletLoadingThumbnail","useEffect$argument_0","<anonymous>"],"mappings":"AAA;ACK;YCO;WCS;KDE;GDC;CD4B"},"hasCjsExports":false},"type":"js/module"}]} |