Skip to content

Commit

Permalink
Build 20-10-2024 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and web-flow authored Oct 20, 2024
1 parent 719fcca commit f703ad6
Show file tree
Hide file tree
Showing 598 changed files with 5,802 additions and 2,299 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/center-focus-weak.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/center-focus-weak.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion public/core/common/ResourceType.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ export declare class ResourceType {
canonicalMimeType(): string;
}
export declare class ResourceCategory {
readonly name: string;
title: () => Platform.UIString.LocalizedString;
shortTitle: () => Platform.UIString.LocalizedString;
constructor(title: () => Platform.UIString.LocalizedString, shortTitle: () => Platform.UIString.LocalizedString);
constructor(name: string, title: () => Platform.UIString.LocalizedString, shortTitle: () => Platform.UIString.LocalizedString);
static categoryByTitle(title: string): ResourceCategory | null;
}
export declare const resourceCategories: {
Expand Down
26 changes: 14 additions & 12 deletions public/core/common/ResourceType.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/ResourceType.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f703ad6

Please sign in to comment.