Skip to content

Commit

Permalink
Update react-devtools artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Aug 28, 2024
1 parent 7f6cfe3 commit 5954666
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 621 deletions.
17 changes: 12 additions & 5 deletions front_end/third_party/react-devtools/package/frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -1493,12 +1493,13 @@
.fzFQP5c1Nu7WdBiHvVcv {
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
line-height: normal;
display: flex;
padding: 0.25rem 0;
height: 100%;
align-items: flex-end;
}

.sZBTjxc2Uuj6j1x1PXgE {
flex: 1 1 auto;
.YKuorLPRdZmjgVZny_DK {
color: var(--color-component-name);
font-family: var(--font-family-monospace);
font-size: var(--font-size-monospace-normal);
Expand All @@ -1508,6 +1509,10 @@
max-width: 100%;
}

.HAChzQIE5vkPJTTMmcwx {
color: var(--color-console-error-icon);
}

.ioBCP8YZ8QjgPhP8HHS0 {
padding: 0.25rem;
color: var(--color-dimmer);
Expand All @@ -1516,9 +1521,11 @@
}

.qItvNDYiaAL24IKVfRqL {
margin-right: 0.25rem;
display: inline-flex;
padding: 0.25rem;
color: var(--color-console-error-icon);
}

.azF2eH48iOjBz6HDO9Ow,
.LPaApyuVrcOGD5qUoWQn,
.dLYZXm2g99I3865s06gd {
Expand Down
3 changes: 2 additions & 1 deletion front_end/third_party/react-devtools/package/frontend.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ export type InitializationOptions = {
canViewElementSourceFunction?: CanViewElementSource,
};

export function initialize(node: Element | Document, options: InitializationOptions): void;
export function initializeComponents(node: Element | Document, options: InitializationOptions): void;
export function initializeProfiler(node: Element | Document, options: InitializationOptions): void;
796 changes: 182 additions & 614 deletions front_end/third_party/react-devtools/package/frontend.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3662,7 +3662,7 @@ const SNAPSHOT_MAX_HEIGHT = 60;
* An error thrown when an invalid profile could not be processed.
*/
class InvalidProfileError extends Error {}
;// CONCATENATED MODULE: ../react-devtools-timeline/node_modules/memoize-one/dist/memoize-one.esm.js
;// CONCATENATED MODULE: ../../node_modules/memoize-one/dist/memoize-one.esm.js
function areInputsEqual(newInputs, lastInputs) {
if (newInputs.length !== lastInputs.length) {
return false;
Expand Down

0 comments on commit 5954666

Please sign in to comment.