{"dependencies":[{"name":"../../Components/View/View","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0},"end":{"line":11,"column":46}}],"key":"OQ+UwuOXakCp1lTGDrZ4ulZZQC4=","exportNames":["*"],"imports":1}},{"name":"../../StyleSheet/StyleSheet","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0},"end":{"line":12,"column":53}}],"key":"yxGa5FOOJGEfBq/dpb2XMHwdFLI=","exportNames":["*"],"imports":1}},{"name":"../Data/LogBoxData","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0},"end":{"line":13,"column":49}}],"key":"A5Z1ymCQl9OoAWyeygTXLGmRNuU=","exportNames":["*"],"imports":1}},{"name":"../Data/LogBoxLog","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0},"end":{"line":14,"column":42}}],"key":"G7ZBvdkqrR7u14zDBnWaTI9YPCM=","exportNames":["*"],"imports":1}},{"name":"./LogBoxButton","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0},"end":{"line":15,"column":42}}],"key":"M6ofQu070ZUTf+Oq+Zz+7FQEgjs=","exportNames":["*"],"imports":1}},{"name":"./LogBoxNotificationCountBadge","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0},"end":{"line":16,"column":74}}],"key":"I6r6KjoPsW86OB0pfsP2MnZ7ze8=","exportNames":["*"],"imports":1}},{"name":"./LogBoxNotificationDismissButton","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":17,"column":0},"end":{"line":17,"column":80}}],"key":"u/MKnq4lY/h9vdNN8bmdgUJ0Cwo=","exportNames":["*"],"imports":1}},{"name":"./LogBoxNotificationMessage","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":18,"column":0},"end":{"line":18,"column":68}}],"key":"MpBfMi03tZjqlfi9DD8dFEZNBLQ=","exportNames":["*"],"imports":1}},{"name":"./LogBoxStyle","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":19,"column":0},"end":{"line":19,"column":45}}],"key":"ZNPCT6BEiOEisuHiD4UE+iOD6VQ=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":20,"column":0},"end":{"line":20,"column":31}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","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/react-native/Libraries/LogBox/UI/LogBoxNotification.js\";\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 function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return LogBoxNotification;\n }\n });\n var _ComponentsViewView = require(_dependencyMap[0], \"../../Components/View/View\");\n var View = _interopDefault(_ComponentsViewView);\n var _StyleSheetStyleSheet = require(_dependencyMap[1], \"../../StyleSheet/StyleSheet\");\n var StyleSheet = _interopDefault(_StyleSheetStyleSheet);\n var _DataLogBoxData = require(_dependencyMap[2], \"../Data/LogBoxData\");\n var LogBoxData = _interopNamespace(_DataLogBoxData);\n require(_dependencyMap[3], \"../Data/LogBoxLog\");\n var _LogBoxButton = require(_dependencyMap[4], \"./LogBoxButton\");\n var LogBoxButton = _interopDefault(_LogBoxButton);\n var _LogBoxNotificationCountBadge = require(_dependencyMap[5], \"./LogBoxNotificationCountBadge\");\n var LogBoxNotificationCountBadge = _interopDefault(_LogBoxNotificationCountBadge);\n var _LogBoxNotificationDismissButton = require(_dependencyMap[6], \"./LogBoxNotificationDismissButton\");\n var LogBoxNotificationDismissButton = _interopDefault(_LogBoxNotificationDismissButton);\n var _LogBoxNotificationMessage = require(_dependencyMap[7], \"./LogBoxNotificationMessage\");\n var LogBoxNotificationMessage = _interopDefault(_LogBoxNotificationMessage);\n var _LogBoxStyle = require(_dependencyMap[8], \"./LogBoxStyle\");\n var LogBoxStyle = _interopNamespace(_LogBoxStyle);\n var _react = require(_dependencyMap[9], \"react\");\n var _reactJsxDevRuntime = require(_dependencyMap[10], \"react/jsx-dev-runtime\");\n function LogBoxNotification(props) {\n var totalLogCount = props.totalLogCount,\n level = props.level,\n log = props.log;\n (0, _react.useEffect)(() => {\n LogBoxData.symbolicateLogLazy(log);\n }, [log]);\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n id: \"logbox_notification\",\n style: styles.container,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(LogBoxButton.default, {\n id: `logbox_open_button_${level}`,\n onPress: props.onPressOpen,\n style: styles.press,\n backgroundColor: {\n default: LogBoxStyle.getBackgroundColor(1),\n pressed: LogBoxStyle.getBackgroundColor(0.9)\n },\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.content,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(LogBoxNotificationCountBadge.default, {\n count: totalLogCount,\n level: level\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(LogBoxNotificationMessage.default, {\n message: log.message\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(LogBoxNotificationDismissButton.default, {\n id: `logbox_dismiss_button_${level}`,\n onPress: props.onPressDismiss\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 49,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 40,\n columnNumber: 5\n }, this);\n }\n var styles = StyleSheet.default.create({\n container: {\n height: 48,\n position: 'relative',\n width: '100%',\n justifyContent: 'center',\n marginTop: 0.5,\n backgroundColor: LogBoxStyle.getTextColor(1)\n },\n press: {\n height: 48,\n position: 'relative',\n width: '100%',\n justifyContent: 'center',\n marginTop: 0.5,\n paddingHorizontal: 12\n },\n content: {\n alignItems: 'flex-start',\n flexDirection: 'row',\n borderRadius: 8,\n flexGrow: 0,\n flexShrink: 0,\n flexBasis: 'auto'\n }\n });\n});","lineCount":136,"map":[[28,2,31,15,"Object"],[28,8,31,15],[28,9,31,15,"defineProperty"],[28,23,31,15],[28,24,31,15,"exports"],[28,31,31,15],[29,4,31,15,"enumerable"],[29,14,31,15],[30,4,31,15,"get"],[30,7,31,15],[30,18,31,15,"get"],[30,19,31,15],[31,6,31,15],[31,13,31,15,"LogBoxNotification"],[31,31,31,15],[32,4,31,15],[33,2,31,15],[34,2,11,0],[34,6,11,0,"_ComponentsViewView"],[34,25,11,0],[34,28,11,0,"require"],[34,35,11,0],[34,36,11,0,"_dependencyMap"],[34,50,11,0],[35,2,11,0],[35,6,11,0,"View"],[35,10,11,0],[35,13,11,0,"_interopDefault"],[35,28,11,0],[35,29,11,0,"_ComponentsViewView"],[35,48,11,0],[36,2,12,0],[36,6,12,0,"_StyleSheetStyleSheet"],[36,27,12,0],[36,30,12,0,"require"],[36,37,12,0],[36,38,12,0,"_dependencyMap"],[36,52,12,0],[37,2,12,0],[37,6,12,0,"StyleSheet"],[37,16,12,0],[37,19,12,0,"_interopDefault"],[37,34,12,0],[37,35,12,0,"_StyleSheetStyleSheet"],[37,56,12,0],[38,2,13,0],[38,6,13,0,"_DataLogBoxData"],[38,21,13,0],[38,24,13,0,"require"],[38,31,13,0],[38,32,13,0,"_dependencyMap"],[38,46,13,0],[39,2,13,0],[39,6,13,0,"LogBoxData"],[39,16,13,0],[39,19,13,0,"_interopNamespace"],[39,36,13,0],[39,37,13,0,"_DataLogBoxData"],[39,52,13,0],[40,2,14,0,"require"],[40,9,14,0],[40,10,14,0,"_dependencyMap"],[40,24,14,0],[41,2,15,0],[41,6,15,0,"_LogBoxButton"],[41,19,15,0],[41,22,15,0,"require"],[41,29,15,0],[41,30,15,0,"_dependencyMap"],[41,44,15,0],[42,2,15,0],[42,6,15,0,"LogBoxButton"],[42,18,15,0],[42,21,15,0,"_interopDefault"],[42,36,15,0],[42,37,15,0,"_LogBoxButton"],[42,50,15,0],[43,2,16,0],[43,6,16,0,"_LogBoxNotificationCountBadge"],[43,35,16,0],[43,38,16,0,"require"],[43,45,16,0],[43,46,16,0,"_dependencyMap"],[43,60,16,0],[44,2,16,0],[44,6,16,0,"LogBoxNotificationCountBadge"],[44,34,16,0],[44,37,16,0,"_interopDefault"],[44,52,16,0],[44,53,16,0,"_LogBoxNotificationCountBadge"],[44,82,16,0],[45,2,17,0],[45,6,17,0,"_LogBoxNotificationDismissButton"],[45,38,17,0],[45,41,17,0,"require"],[45,48,17,0],[45,49,17,0,"_dependencyMap"],[45,63,17,0],[46,2,17,0],[46,6,17,0,"LogBoxNotificationDismissButton"],[46,37,17,0],[46,40,17,0,"_interopDefault"],[46,55,17,0],[46,56,17,0,"_LogBoxNotificationDismissButton"],[46,88,17,0],[47,2,18,0],[47,6,18,0,"_LogBoxNotificationMessage"],[47,32,18,0],[47,35,18,0,"require"],[47,42,18,0],[47,43,18,0,"_dependencyMap"],[47,57,18,0],[48,2,18,0],[48,6,18,0,"LogBoxNotificationMessage"],[48,31,18,0],[48,34,18,0,"_interopDefault"],[48,49,18,0],[48,50,18,0,"_LogBoxNotificationMessage"],[48,76,18,0],[49,2,19,0],[49,6,19,0,"_LogBoxStyle"],[49,18,19,0],[49,21,19,0,"require"],[49,28,19,0],[49,29,19,0,"_dependencyMap"],[49,43,19,0],[50,2,19,0],[50,6,19,0,"LogBoxStyle"],[50,17,19,0],[50,20,19,0,"_interopNamespace"],[50,37,19,0],[50,38,19,0,"_LogBoxStyle"],[50,50,19,0],[51,2,20,0],[51,6,20,0,"_react"],[51,12,20,0],[51,15,20,0,"require"],[51,22,20,0],[51,23,20,0,"_dependencyMap"],[51,37,20,0],[52,2,20,31],[52,6,20,31,"_reactJsxDevRuntime"],[52,25,20,31],[52,28,20,31,"require"],[52,35,20,31],[52,36,20,31,"_dependencyMap"],[52,50,20,31],[53,2,31,15],[53,11,31,24,"LogBoxNotification"],[53,29,31,42,"LogBoxNotification"],[53,30,31,43,"props"],[53,35,31,55],[53,37,31,69],[54,4,32,2],[54,8,32,9,"totalLogCount"],[54,21,32,22],[54,24,32,38,"props"],[54,29,32,43],[54,30,32,9,"totalLogCount"],[54,43,32,22],[55,6,32,24,"level"],[55,11,32,29],[55,14,32,38,"props"],[55,19,32,43],[55,20,32,24,"level"],[55,25,32,29],[56,6,32,31,"log"],[56,9,32,34],[56,12,32,38,"props"],[56,17,32,43],[56,18,32,31,"log"],[56,21,32,34],[57,4,35,2],[57,8,35,2,"useEffect"],[57,14,35,11],[57,15,35,11,"useEffect"],[57,24,35,11],[57,26,35,12],[57,32,35,18],[58,6,36,4,"LogBoxData"],[58,16,36,14],[58,17,36,15,"symbolicateLogLazy"],[58,35,36,33],[58,36,36,34,"log"],[58,39,36,37],[58,40,36,38],[59,4,37,2],[59,5,37,3],[59,7,37,5],[59,8,37,6,"log"],[59,11,37,9],[59,12,37,10],[59,13,37,11],[60,4,39,2],[60,24,40,4],[60,28,40,4,"_reactJsxDevRuntime"],[60,47,40,4],[60,48,40,4,"jsxDEV"],[60,54,40,4],[60,56,40,5,"View"],[60,60,40,9],[60,61,40,9,"default"],[60,68,40,9],[61,6,40,10,"id"],[61,8,40,12],[61,10,40,13],[61,31,40,34],[62,6,40,35,"style"],[62,11,40,40],[62,13,40,42,"styles"],[62,19,40,48],[62,20,40,49,"container"],[62,29,40,59],[63,6,40,59,"children"],[63,14,40,59],[63,29,41,6],[63,33,41,6,"_reactJsxDevRuntime"],[63,52,41,6],[63,53,41,6,"jsxDEV"],[63,59,41,6],[63,61,41,7,"LogBoxButton"],[63,73,41,19],[63,74,41,19,"default"],[63,81,41,19],[64,8,42,8,"id"],[64,10,42,10],[64,12,42,12],[64,34,42,34,"level"],[64,39,42,39],[64,41,42,42],[65,8,43,8,"onPress"],[65,15,43,15],[65,17,43,17,"props"],[65,22,43,22],[65,23,43,23,"onPressOpen"],[65,34,43,35],[66,8,44,8,"style"],[66,13,44,13],[66,15,44,15,"styles"],[66,21,44,21],[66,22,44,22,"press"],[66,27,44,28],[67,8,45,8,"backgroundColor"],[67,23,45,23],[67,25,45,25],[68,10,46,10,"default"],[68,17,46,17],[68,19,46,19,"LogBoxStyle"],[68,30,46,30],[68,31,46,31,"getBackgroundColor"],[68,49,46,49],[68,50,46,50],[68,51,46,51],[68,52,46,52],[69,10,47,10,"pressed"],[69,17,47,17],[69,19,47,19,"LogBoxStyle"],[69,30,47,30],[69,31,47,31,"getBackgroundColor"],[69,49,47,49],[69,50,47,50],[69,53,47,53],[70,8,48,8],[70,9,48,10],[71,8,48,10,"children"],[71,16,48,10],[71,31,49,8],[71,35,49,8,"_reactJsxDevRuntime"],[71,54,49,8],[71,55,49,8,"jsxDEV"],[71,61,49,8],[71,63,49,9,"View"],[71,67,49,13],[71,68,49,13,"default"],[71,75,49,13],[72,10,49,14,"style"],[72,15,49,19],[72,17,49,21,"styles"],[72,23,49,27],[72,24,49,28,"content"],[72,31,49,36],[73,10,49,36,"children"],[73,18,49,36],[73,34,50,10],[73,38,50,10,"_reactJsxDevRuntime"],[73,57,50,10],[73,58,50,10,"jsxDEV"],[73,64,50,10],[73,66,50,11,"LogBoxNotificationCountBadge"],[73,94,50,39],[73,95,50,39,"default"],[73,102,50,39],[74,12,50,40,"count"],[74,17,50,45],[74,19,50,47,"totalLogCount"],[74,32,50,61],[75,12,50,62,"level"],[75,17,50,67],[75,19,50,69,"level"],[76,10,50,75],[77,12,50,75,"fileName"],[77,20,50,75],[77,22,50,75,"_jsxFileName"],[77,34,50,75],[78,12,50,75,"lineNumber"],[78,22,50,75],[79,12,50,75,"columnNumber"],[79,24,50,75],[80,10,50,75],[80,17,50,77],[80,18,50,78],[80,33,51,10],[80,37,51,10,"_reactJsxDevRuntime"],[80,56,51,10],[80,57,51,10,"jsxDEV"],[80,63,51,10],[80,65,51,11,"LogBoxNotificationMessage"],[80,90,51,36],[80,91,51,36,"default"],[80,98,51,36],[81,12,51,37,"message"],[81,19,51,44],[81,21,51,46,"log"],[81,24,51,49],[81,25,51,50,"message"],[82,10,51,58],[83,12,51,58,"fileName"],[83,20,51,58],[83,22,51,58,"_jsxFileName"],[83,34,51,58],[84,12,51,58,"lineNumber"],[84,22,51,58],[85,12,51,58,"columnNumber"],[85,24,51,58],[86,10,51,58],[86,17,51,60],[86,18,51,61],[86,33,52,10],[86,37,52,10,"_reactJsxDevRuntime"],[86,56,52,10],[86,57,52,10,"jsxDEV"],[86,63,52,10],[86,65,52,11,"LogBoxNotificationDismissButton"],[86,96,52,42],[86,97,52,42,"default"],[86,104,52,42],[87,12,53,12,"id"],[87,14,53,14],[87,16,53,16],[87,41,53,41,"level"],[87,46,53,46],[87,48,53,49],[88,12,54,12,"onPress"],[88,19,54,19],[88,21,54,21,"props"],[88,26,54,26],[88,27,54,27,"onPressDismiss"],[89,10,54,42],[90,12,54,42,"fileName"],[90,20,54,42],[90,22,54,42,"_jsxFileName"],[90,34,54,42],[91,12,54,42,"lineNumber"],[91,22,54,42],[92,12,54,42,"columnNumber"],[92,24,54,42],[93,10,54,42],[93,17,55,11],[93,18,55,12],[94,8,55,12],[95,10,55,12,"fileName"],[95,18,55,12],[95,20,55,12,"_jsxFileName"],[95,32,55,12],[96,10,55,12,"lineNumber"],[96,20,55,12],[97,10,55,12,"columnNumber"],[97,22,55,12],[98,8,55,12],[98,15,56,14],[99,6,56,15],[100,8,56,15,"fileName"],[100,16,56,15],[100,18,56,15,"_jsxFileName"],[100,30,56,15],[101,8,56,15,"lineNumber"],[101,18,56,15],[102,8,56,15,"columnNumber"],[102,20,56,15],[103,6,56,15],[103,13,57,20],[104,4,57,21],[105,6,57,21,"fileName"],[105,14,57,21],[105,16,57,21,"_jsxFileName"],[105,28,57,21],[106,6,57,21,"lineNumber"],[106,16,57,21],[107,6,57,21,"columnNumber"],[107,18,57,21],[108,4,57,21],[108,11,58,10],[108,12,58,11],[109,2,60,0],[110,2,62,0],[110,6,62,6,"styles"],[110,12,62,12],[110,15,62,15,"StyleSheet"],[110,25,62,25],[110,26,62,25,"default"],[110,33,62,25],[110,34,62,26,"create"],[110,40,62,32],[110,41,62,33],[111,4,63,2,"container"],[111,13,63,11],[111,15,63,13],[112,6,64,4,"height"],[112,12,64,10],[112,14,64,12],[112,16,64,14],[113,6,65,4,"position"],[113,14,65,12],[113,16,65,14],[113,26,65,24],[114,6,66,4,"width"],[114,11,66,9],[114,13,66,11],[114,19,66,17],[115,6,67,4,"justifyContent"],[115,20,67,18],[115,22,67,20],[115,30,67,28],[116,6,68,4,"marginTop"],[116,15,68,13],[116,17,68,15],[116,20,68,18],[117,6,69,4,"backgroundColor"],[117,21,69,19],[117,23,69,21,"LogBoxStyle"],[117,34,69,32],[117,35,69,33,"getTextColor"],[117,47,69,45],[117,48,69,46],[117,49,69,47],[118,4,70,2],[118,5,70,3],[119,4,71,2,"press"],[119,9,71,7],[119,11,71,9],[120,6,72,4,"height"],[120,12,72,10],[120,14,72,12],[120,16,72,14],[121,6,73,4,"position"],[121,14,73,12],[121,16,73,14],[121,26,73,24],[122,6,74,4,"width"],[122,11,74,9],[122,13,74,11],[122,19,74,17],[123,6,75,4,"justifyContent"],[123,20,75,18],[123,22,75,20],[123,30,75,28],[124,6,76,4,"marginTop"],[124,15,76,13],[124,17,76,15],[124,20,76,18],[125,6,77,4,"paddingHorizontal"],[125,23,77,21],[125,25,77,23],[126,4,78,2],[126,5,78,3],[127,4,79,2,"content"],[127,11,79,9],[127,13,79,11],[128,6,80,4,"alignItems"],[128,16,80,14],[128,18,80,16],[128,30,80,28],[129,6,81,4,"flexDirection"],[129,19,81,17],[129,21,81,19],[129,26,81,24],[130,6,82,4,"borderRadius"],[130,18,82,16],[130,20,82,18],[130,21,82,19],[131,6,83,4,"flexGrow"],[131,14,83,12],[131,16,83,14],[131,17,83,15],[132,6,84,4,"flexShrink"],[132,16,84,14],[132,18,84,16],[132,19,84,17],[133,6,85,4,"flexBasis"],[133,15,85,13],[133,17,85,15],[134,4,86,2],[135,2,87,0],[135,3,87,1],[135,4,87,2],[136,0,87,3],[136,3]],"functionMap":{"names":["","LogBoxNotification","useEffect$argument_0"],"mappings":"AAA;eC8B;YCI;GDE;CDuB"},"hasCjsExports":false},"type":"js/module"}]}