Skip to content

Commit

Permalink
Build 24-11-2024 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and web-flow authored Nov 24, 2024
1 parent ce12540 commit 959cdc0
Show file tree
Hide file tree
Showing 560 changed files with 5,467 additions and 1,154 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/cookie_off.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: 3 additions & 0 deletions public/Images/src/cookie_off.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.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export declare class Legacy implements Color {
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.
* Note: We override with an alpha of 50% to enhance the dimming effect.
*/
grayscale(): Legacy;
setAlpha(alpha: number): Legacy;
Expand Down
6 changes: 3 additions & 3 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.

3 changes: 2 additions & 1 deletion public/core/common/SettingRegistration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export declare const enum SettingCategory {
MEMORY = "MEMORY",
EXTENSIONS = "EXTENSIONS",
ADORNER = "ADORNER",
SYNC = "SYNC"
SYNC = "SYNC",
PRIVACY = "PRIVACY"
}
export declare function getLocalizedSettingsCategory(category: SettingCategory): Platform.UIString.LocalizedString;
export declare const enum SettingType {
Expand Down
6 changes: 6 additions & 0 deletions public/core/common/SettingRegistration.js

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

Loading

0 comments on commit 959cdc0

Please sign in to comment.