Skip to content

Commit 5954666

Browse files
committed
Update react-devtools artifacts
1 parent 7f6cfe3 commit 5954666

File tree

4 files changed

+197
-621
lines changed

4 files changed

+197
-621
lines changed

front_end/third_party/react-devtools/package/frontend.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,12 +1493,13 @@
14931493
.fzFQP5c1Nu7WdBiHvVcv {
14941494
flex: 1 1 auto;
14951495
overflow: hidden;
1496-
text-overflow: ellipsis;
1497-
line-height: normal;
1496+
display: flex;
1497+
padding: 0.25rem 0;
1498+
height: 100%;
1499+
align-items: flex-end;
14981500
}
14991501

1500-
.sZBTjxc2Uuj6j1x1PXgE {
1501-
flex: 1 1 auto;
1502+
.YKuorLPRdZmjgVZny_DK {
15021503
color: var(--color-component-name);
15031504
font-family: var(--font-family-monospace);
15041505
font-size: var(--font-size-monospace-normal);
@@ -1508,6 +1509,10 @@
15081509
max-width: 100%;
15091510
}
15101511

1512+
.HAChzQIE5vkPJTTMmcwx {
1513+
color: var(--color-console-error-icon);
1514+
}
1515+
15111516
.ioBCP8YZ8QjgPhP8HHS0 {
15121517
padding: 0.25rem;
15131518
color: var(--color-dimmer);
@@ -1516,9 +1521,11 @@
15161521
}
15171522

15181523
.qItvNDYiaAL24IKVfRqL {
1519-
margin-right: 0.25rem;
1524+
display: inline-flex;
1525+
padding: 0.25rem;
15201526
color: var(--color-console-error-icon);
15211527
}
1528+
15221529
.azF2eH48iOjBz6HDO9Ow,
15231530
.LPaApyuVrcOGD5qUoWQn,
15241531
.dLYZXm2g99I3865s06gd {

front_end/third_party/react-devtools/package/frontend.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ export type InitializationOptions = {
5050
canViewElementSourceFunction?: CanViewElementSource,
5151
};
5252

53-
export function initialize(node: Element | Document, options: InitializationOptions): void;
53+
export function initializeComponents(node: Element | Document, options: InitializationOptions): void;
54+
export function initializeProfiler(node: Element | Document, options: InitializationOptions): void;

front_end/third_party/react-devtools/package/frontend.js

Lines changed: 182 additions & 614 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/third_party/react-devtools/package/importFile.worker.worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3662,7 +3662,7 @@ const SNAPSHOT_MAX_HEIGHT = 60;
36623662
* An error thrown when an invalid profile could not be processed.
36633663
*/
36643664
class InvalidProfileError extends Error {}
3665-
;// CONCATENATED MODULE: ../react-devtools-timeline/node_modules/memoize-one/dist/memoize-one.esm.js
3665+
;// CONCATENATED MODULE: ../../node_modules/memoize-one/dist/memoize-one.esm.js
36663666
function areInputsEqual(newInputs, lastInputs) {
36673667
if (newInputs.length !== lastInputs.length) {
36683668
return false;

0 commit comments

Comments
 (0)