Skip to content

Commit

Permalink
Build 25-08-2024 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and web-flow authored Aug 25, 2024
1 parent b95b412 commit 2ee2762
Show file tree
Hide file tree
Showing 1,122 changed files with 8,528 additions and 5,972 deletions.
2 changes: 1 addition & 1 deletion public/Images/src/mouse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/core/common/Color.test.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions public/core/common/Console.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ export declare class Console extends ObjectWrapper<EventTypes> {
showPromise(): Promise<void>;
}
export declare const enum Events {
MessageAdded = "messageAdded"
MESSAGE_ADDED = "messageAdded"
}
export type EventTypes = {
[Events.MessageAdded]: Message;
[Events.MESSAGE_ADDED]: Message;
};
export declare const enum MessageLevel {
Info = "info",
Warning = "warning",
Error = "error"
INFO = "info",
WARNING = "warning",
ERROR = "error"
}
export declare enum FrontendMessageSource {
CSS = "css",
ConsoleAPI = "console-api",
IssuePanel = "issue-panel",
SelfXss = "self-xss"
ISSUE_PANEL = "issue-panel",
SELF_XSS = "self-xss"
}
export declare class Message {
text: string;
Expand Down
15 changes: 8 additions & 7 deletions public/core/common/Console.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/Console.js.map

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

24 changes: 12 additions & 12 deletions public/core/common/Console.test.js

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

Loading

0 comments on commit 2ee2762

Please sign in to comment.