From 06928ae17676633b479142f42fd87b21d7ffd75f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 13 Dec 2022 12:08:14 +0100 Subject: [PATCH] Update 0BDFDB.data.json --- Library/_res/0BDFDB.data.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Library/_res/0BDFDB.data.json b/Library/_res/0BDFDB.data.json index f8673ad878..18ad1e67e8 100644 --- a/Library/_res/0BDFDB.data.json +++ b/Library/_res/0BDFDB.data.json @@ -26,6 +26,14 @@ "MAX_VIDEO_HEIGHT": 720, "MAX_VIDEO_WIDTH": 1280, "ME": "@me", + "MenuItemColors": { + "BRAND": "colorBrand", + "DANGER": "colorDanger", + "DEFAULT": "colorDefault", + "PREMIUM": "colorPremium", + "PREMIUMGRADIENT": "colorPremiumGradient", + "SUCCESS": "colorSuccess" + }, "SEARCH_PAGE_SIZE": 25, "ToastIcons": { "info": "INFO", @@ -1478,7 +1486,7 @@ "LiveTag": {"props": ["liveLarge", "live"]}, "LoadingScreen": {"props": ["container", "problemsText", "problems"]}, "Margins": {"props": ["marginBottom4", "marginCenterHorz"]}, - "Menu": {"props": ["menu", "styleFlexible", "item"]}, + "Menu": {"props": ["menu", "colorPremiumGradient", "item"]}, "MenuCaret": {"props": ["arrow", "open"]}, "MenuReactButton": {"props": ["wrapper", "icon", "focused", "button"]}, "MenuSlider": {"props": ["slider", "sliderContainer"]}, @@ -2651,6 +2659,7 @@ "menucolordanger": ["Menu", "colorDanger"], "menucolordefault": ["Menu", "colorDefault"], "menucolorpremium": ["Menu", "colorPremium"], + "menucolorpremiumgradient": ["Menu", "colorPremiumGradient"], "menucustomitem": ["Menu", "customItem"], "menudisabled": ["Menu", "disabled"], "menufocused": ["Menu", "focused"],