| /expo/packages/@expo/metro-runtime/src/error-overlay/overlay/ |
| H A D | LogBoxInspectorMessageHeader.tsx | 14 import * as LogBoxStyle from '../UI/LogBoxStyle'; 61 backgroundColor: LogBoxStyle.getBackgroundColor(1), 65 color: LogBoxStyle.getTextColor(1), 88 color: LogBoxStyle.getWarningColor(1), 91 color: LogBoxStyle.getErrorColor(1), 94 color: LogBoxStyle.getFatalColor(1), 97 color: LogBoxStyle.getFatalColor(1), 100 color: LogBoxStyle.getFatalColor(1), 103 color: LogBoxStyle.getTextColor(0.6), 106 color: LogBoxStyle.getTextColor(0.7),
|
| H A D | LogBoxInspectorHeader.tsx | 14 import * as LogBoxStyle from '../UI/LogBoxStyle'; 69 pressed: LogBoxStyle.getWarningDarkColor(), 73 pressed: LogBoxStyle.getErrorDarkColor(), 77 pressed: LogBoxStyle.getFatalDarkColor(), 81 pressed: LogBoxStyle.getFatalDarkColor(), 85 pressed: LogBoxStyle.getFatalDarkColor(), 103 tintColor={LogBoxStyle.getTextColor()} 128 backgroundColor: LogBoxStyle.getFatalColor(), 131 backgroundColor: LogBoxStyle.getFatalColor(), 134 backgroundColor: LogBoxStyle.getFatalColor(), [all …]
|
| H A D | LogBoxInspectorStackFrame.tsx | 13 import * as LogBoxStyle from '../UI/LogBoxStyle'; 32 pressed: onPress ? LogBoxStyle.getBackgroundColor(1) : 'transparent', 63 color: LogBoxStyle.getTextColor(1), 71 color: LogBoxStyle.getTextColor(0.8), 79 color: LogBoxStyle.getTextColor(0.4), 83 color: LogBoxStyle.getTextColor(0.8),
|
| H A D | LogBoxInspectorCodeFrame.tsx | 15 import * as LogBoxStyle from '../UI/LogBoxStyle'; 51 pressed: LogBoxStyle.getBackgroundDarkColor(1), 69 backgroundColor: LogBoxStyle.getBackgroundColor(), 79 borderBottomColor: LogBoxStyle.getTextColor(0.1), 87 color: LogBoxStyle.getTextColor(1), 95 color: LogBoxStyle.getTextColor(0.5),
|
| H A D | LogBoxInspectorFooter.tsx | 12 import * as LogBoxStyle from '../UI/LogBoxStyle'; 58 : LogBoxStyle.getBackgroundColor(), 84 color: LogBoxStyle.getTextColor(1), 93 backgroundColor: LogBoxStyle.getBackgroundColor(1), 109 color: LogBoxStyle.getTextColor(0.6),
|
| H A D | LogBoxInspectorSourceMapStatus.tsx | 12 import * as LogBoxStyle from '../UI/LogBoxStyle'; 71 color = LogBoxStyle.getErrorColor(1); 75 color = LogBoxStyle.getWarningColor(1); 87 pressed: LogBoxStyle.getBackgroundColor(1), 94 tintColor={color ?? LogBoxStyle.getTextColor(0.4)}
|
| H A D | LogBoxInspectorStackFrames.tsx | 18 import * as LogBoxStyle from '../UI/LogBoxStyle'; 130 pressed: LogBoxStyle.getBackgroundColor(1), 151 color: LogBoxStyle.getTextColor(1), 162 color: LogBoxStyle.getTextColor(1), 170 color: LogBoxStyle.getTextColor(0.7), 178 backgroundColor: LogBoxStyle.getBackgroundColor(), 193 color: LogBoxStyle.getTextColor(0.7),
|
| H A D | LogBoxInspectorSection.tsx | 11 import * as LogBoxStyle from '../UI/LogBoxStyle'; 42 color: LogBoxStyle.getTextColor(1),
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/overlay/ |
| H A D | LogBoxInspectorMessageHeader.js | 40 const LogBoxStyle = __importStar(require("../UI/LogBoxStyle")); constant 59 backgroundColor: LogBoxStyle.getBackgroundColor(1), 63 color: LogBoxStyle.getTextColor(1), 86 color: LogBoxStyle.getWarningColor(1), 89 color: LogBoxStyle.getErrorColor(1), 92 color: LogBoxStyle.getFatalColor(1), 95 color: LogBoxStyle.getFatalColor(1), 98 color: LogBoxStyle.getFatalColor(1), 101 color: LogBoxStyle.getTextColor(0.6), 104 color: LogBoxStyle.getTextColor(0.7),
|
| H A D | LogBoxInspectorHeader.js | 65 pressed: LogBoxStyle.getWarningDarkColor(), 69 pressed: LogBoxStyle.getErrorDarkColor(), 73 pressed: LogBoxStyle.getFatalDarkColor(), 77 pressed: LogBoxStyle.getFatalDarkColor(), 81 pressed: LogBoxStyle.getFatalDarkColor(), 103 backgroundColor: LogBoxStyle.getFatalColor(), 106 backgroundColor: LogBoxStyle.getFatalColor(), 109 backgroundColor: LogBoxStyle.getFatalColor(), 112 backgroundColor: LogBoxStyle.getWarningColor(), 115 backgroundColor: LogBoxStyle.getErrorColor(), [all …]
|
| H A D | LogBoxInspectorStackFrame.js | 40 const LogBoxStyle = __importStar(require("../UI/LogBoxStyle")); constant 49 pressed: onPress ? LogBoxStyle.getBackgroundColor(1) : 'transparent', 70 color: LogBoxStyle.getTextColor(1), 78 color: LogBoxStyle.getTextColor(0.8), 86 color: LogBoxStyle.getTextColor(0.4), 90 color: LogBoxStyle.getTextColor(0.8),
|
| H A D | LogBoxInspectorCodeFrame.js | 42 const LogBoxStyle = __importStar(require("../UI/LogBoxStyle")); constant 67 pressed: LogBoxStyle.getBackgroundDarkColor(1), 78 backgroundColor: LogBoxStyle.getBackgroundColor(), 88 borderBottomColor: LogBoxStyle.getTextColor(0.1), 96 color: LogBoxStyle.getTextColor(1), 104 color: LogBoxStyle.getTextColor(0.5),
|
| H A D | LogBoxInspectorStackFrames.js | 44 const LogBoxStyle = __importStar(require("../UI/LogBoxStyle")); constant 108 pressed: LogBoxStyle.getBackgroundColor(1), 123 color: LogBoxStyle.getTextColor(1), 134 color: LogBoxStyle.getTextColor(1), 142 color: LogBoxStyle.getTextColor(0.7), 150 backgroundColor: LogBoxStyle.getBackgroundColor(), 165 color: LogBoxStyle.getTextColor(0.7),
|
| H A D | LogBoxInspectorSourceMapStatus.js | 37 const LogBoxStyle = __importStar(require("../UI/LogBoxStyle")); constant 83 color = LogBoxStyle.getErrorColor(1); 87 color = LogBoxStyle.getWarningColor(1); 95 pressed: LogBoxStyle.getBackgroundColor(1), 97 …nt(react_native_1.Animated.Image, { source: image, tintColor: color ?? LogBoxStyle.getTextColor(0.…
|
| H A D | LogBoxInspectorFooter.js | 40 const LogBoxStyle = __importStar(require("../UI/LogBoxStyle")); constant 65 : LogBoxStyle.getBackgroundColor(), 85 color: LogBoxStyle.getTextColor(1), 93 backgroundColor: LogBoxStyle.getBackgroundColor(1), 109 color: LogBoxStyle.getTextColor(0.6),
|
| H A D | LogBoxInspectorMessageHeader.js.map | 1 …LogBoxStyle from '../UI/LogBoxStyle';\n\ntype Props = {\n collapsed: boolean;\n message: Message…
|
| H A D | LogBoxInspectorHeader.js.map | 1 …LogBoxStyle from '../UI/LogBoxStyle';\n\ntype Props = {\n onSelectIndex: (selectedIndex: number) …
|
| H A D | LogBoxInspectorStackFrame.js.map | 1 …LogBoxStyle from '../UI/LogBoxStyle';\nimport { CODE_FONT } from '../UI/constants';\nimport { getS…
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/toast/ |
| H A D | ErrorToastMessage.tsx | 6 import * as LogBoxStyle from '../UI/LogBoxStyle'; 20 color: LogBoxStyle.getTextColor(1), 26 color: LogBoxStyle.getTextColor(0.6),
|
| H A D | ErrorToast.tsx | 14 import * as LogBoxStyle from '../UI/LogBoxStyle'; 55 : LogBoxStyle.getBackgroundColor(), 108 backgroundColor: LogBoxStyle.getWarningColor(1), 111 backgroundColor: LogBoxStyle.getErrorColor(1), 114 backgroundColor: LogBoxStyle.getLogColor(1), 126 color: LogBoxStyle.getTextColor(1), 131 textShadow: `0px 0px 3px ${LogBoxStyle.getBackgroundColor(0.8)}`, 163 backgroundColor: LogBoxStyle.getBackgroundColor(),
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/toast/ |
| H A D | ErrorToast.js | 38 const LogBoxStyle = __importStar(require("../UI/LogBoxStyle")); constant 61 : LogBoxStyle.getBackgroundColor(), 88 backgroundColor: LogBoxStyle.getWarningColor(1), 91 backgroundColor: LogBoxStyle.getErrorColor(1), 94 backgroundColor: LogBoxStyle.getLogColor(1), 106 color: LogBoxStyle.getTextColor(1), 111 textShadow: `0px 0px 3px ${LogBoxStyle.getBackgroundColor(0.8)}`, 141 backgroundColor: LogBoxStyle.getBackgroundColor(),
|
| H A D | ErrorToastMessage.js.map | 1 …LogBoxStyle from '../UI/LogBoxStyle';\n\nexport function ErrorToastMessage({ message }: { message?…
|
| H A D | ErrorToastMessage.js | 33 const LogBoxStyle = __importStar(require("../UI/LogBoxStyle")); constant 42 color: LogBoxStyle.getTextColor(1), 48 color: LogBoxStyle.getTextColor(0.6),
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/UI/ |
| H A D | LogBoxButton.tsx | 11 import * as LogBoxStyle from './LogBoxStyle'; 30 default: LogBoxStyle.getBackgroundColor(0.95), 31 pressed: LogBoxStyle.getBackgroundColor(0.6),
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/UI/ |
| H A D | LogBoxButton.js | 36 const LogBoxStyle = __importStar(require("./LogBoxStyle")); constant 42 default: LogBoxStyle.getBackgroundColor(0.95), 43 pressed: LogBoxStyle.getBackgroundColor(0.6),
|