Home
last modified time | relevance | path

Searched refs:LogBoxStyle (Results 1 – 25 of 38) sorted by relevance

12

/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorMessageHeader.tsx14 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 DLogBoxInspectorHeader.tsx14 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 DLogBoxInspectorStackFrame.tsx13 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 DLogBoxInspectorCodeFrame.tsx15 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 DLogBoxInspectorFooter.tsx12 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 DLogBoxInspectorSourceMapStatus.tsx12 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 DLogBoxInspectorStackFrames.tsx18 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 DLogBoxInspectorSection.tsx11 import * as LogBoxStyle from '../UI/LogBoxStyle';
42 color: LogBoxStyle.getTextColor(1),
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorMessageHeader.js40 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 DLogBoxInspectorHeader.js65 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 DLogBoxInspectorStackFrame.js40 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 DLogBoxInspectorCodeFrame.js42 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 DLogBoxInspectorStackFrames.js44 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 DLogBoxInspectorSourceMapStatus.js37 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 DLogBoxInspectorFooter.js40 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 DLogBoxInspectorMessageHeader.js.map1LogBoxStyle from '../UI/LogBoxStyle';\n\ntype Props = {\n collapsed: boolean;\n message: Message…
H A DLogBoxInspectorHeader.js.map1LogBoxStyle from '../UI/LogBoxStyle';\n\ntype Props = {\n onSelectIndex: (selectedIndex: number) …
H A DLogBoxInspectorStackFrame.js.map1LogBoxStyle from '../UI/LogBoxStyle';\nimport { CODE_FONT } from '../UI/constants';\nimport { getS…
/expo/packages/@expo/metro-runtime/src/error-overlay/toast/
H A DErrorToastMessage.tsx6 import * as LogBoxStyle from '../UI/LogBoxStyle';
20 color: LogBoxStyle.getTextColor(1),
26 color: LogBoxStyle.getTextColor(0.6),
H A DErrorToast.tsx14 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 DErrorToast.js38 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 DErrorToastMessage.js.map1LogBoxStyle from '../UI/LogBoxStyle';\n\nexport function ErrorToastMessage({ message }: { message?…
H A DErrorToastMessage.js33 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 DLogBoxButton.tsx11 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 DLogBoxButton.js36 const LogBoxStyle = __importStar(require("./LogBoxStyle")); constant
42 default: LogBoxStyle.getBackgroundColor(0.95),
43 pressed: LogBoxStyle.getBackgroundColor(0.6),

12