Skip to content

Commit

Permalink
Build 27-10-2024 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and web-flow authored Oct 27, 2024
1 parent f703ad6 commit 649a167
Show file tree
Hide file tree
Showing 588 changed files with 7,348 additions and 2,650 deletions.
1 change: 1 addition & 0 deletions public/Images/Images.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/Images/Images.prebundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/Images/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/Images/src/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/core/common/Color.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@ export declare class Legacy implements Color {
a: (number | undefined);
};
invert(): Legacy;
/**
* Returns a new color using the NTSC formula for making a RGB color grayscale.
* Note: this is ill-defined for colors with alpha, and alpha is not modified.
*/
grayscale(): Legacy;
setAlpha(alpha: number): Legacy;
blendWith(fgColor: Legacy): Legacy;
blendWithAlpha(alpha: number): Legacy;
Expand Down
9 changes: 9 additions & 0 deletions public/core/common/Color.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/common/Color.js.map

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion public/core/host/InspectorFrontendHostAPI.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,19 @@ export interface InspectorFrontendHostAPI {
recordChange(event: ChangeEvent): void;
recordKeyDown(event: KeyDownEvent): void;
}
export interface AcceleratorDescriptor {
keyCode: number;
modifiers: number;
}
export interface ContextMenuDescriptor {
type: 'checkbox' | 'item' | 'separator' | 'subMenu';
id?: number;
label?: string;
accelerator?: AcceleratorDescriptor;
isExperimentalFeature?: boolean;
enabled?: boolean;
checked?: boolean;
isDevToolsPerformanceMenuItem?: boolean;
subItems?: ContextMenuDescriptor[];
shortcut?: string;
jslogContext?: string;
Expand Down Expand Up @@ -346,7 +352,6 @@ export declare const enum EnumeratedHistogram {
CSSHintShown = "DevTools.CSSHintShown",
LighthouseModeRun = "DevTools.LighthouseModeRun",
LighthouseCategoryUsed = "DevTools.LighthouseCategoryUsed",
ColorPickerOpenedFrom = "DevTools.ColorPickerOpenedFrom",
CSSPropertyDocumentation = "DevTools.CSSPropertyDocumentation",
SwatchActivated = "DevTools.SwatchActivated",
AnimationPlaybackRateChanged = "DevTools.AnimationPlaybackRateChanged",
Expand Down
2 changes: 1 addition & 1 deletion public/core/host/InspectorFrontendHostAPI.js.map

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions public/core/host/UserMetrics.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export declare class UserMetrics {
cssHintShown(type: CSSHintType): void;
lighthouseModeRun(type: LighthouseModeRun): void;
lighthouseCategoryUsed(type: LighthouseCategoryUsed): void;
colorPickerOpenedFrom(type: ColorPickerOpenedFrom): void;
cssPropertyDocumentation(type: CSSPropertyDocumentation): void;
swatchActivated(swatch: SwatchType): void;
animationPlaybackRateChanged(playbackRate: AnimationsPlaybackRate): void;
Expand Down Expand Up @@ -663,12 +662,8 @@ export declare enum DevtoolsExperiments {
'extension-storage-viewer' = 100,
'floating-entry-points-for-ai-assistance' = 101,
'timeline-experimental-insights' = 102,
MAX_VALUE = 103
}
export declare const enum ColorPickerOpenedFrom {
SOURCES_PANEL = 0,
STYLES_TAB = 1,
MAX_VALUE = 2
'timeline-dim-unrelated-events' = 103,
MAX_VALUE = 104
}
export declare const enum CSSPropertyDocumentation {
SHOWN = 0,
Expand Down
6 changes: 2 additions & 4 deletions public/core/host/UserMetrics.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/host/UserMetrics.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/af.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/am.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/ar.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/as.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/az.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/be.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/bg.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/bn.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/bs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/ca.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/cs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/cy.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/da.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/el.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/en-GB.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/en-US.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/en-XL.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/es-419.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/es.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/et.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/eu.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/fa.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/fi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/fil.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/fr-CA.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/generated/collected-ui-strings.d

Large diffs are not rendered by default.

Loading

0 comments on commit 649a167

Please sign in to comment.