Update 0BDFDB.data.json
This commit is contained in:
parent
265c11f9c3
commit
3819276477
|
@ -1417,8 +1417,9 @@
|
||||||
"PollModal": "cbdbf0",
|
"PollModal": "cbdbf0",
|
||||||
"SelectFilterPopout": "cfe282",
|
"SelectFilterPopout": "cfe282",
|
||||||
"SettingsWindow": "c25c6d",
|
"SettingsWindow": "c25c6d",
|
||||||
"UserProfile": "b9fccc",
|
"UserProfile": "bc9cc2",
|
||||||
"UserProfileInfoSection": "a24910",
|
"UserProfileInfoSection": "a24910",
|
||||||
|
"UserProfileTabBar": "c1519f",
|
||||||
"UserProfileUsernameSection": "afed89"
|
"UserProfileUsernameSection": "afed89"
|
||||||
},
|
},
|
||||||
"DiscordClassModules": {
|
"DiscordClassModules": {
|
||||||
|
@ -1658,13 +1659,14 @@
|
||||||
"UserPopoutHeader": {"props": ["avatarHint", "profileBadges", "avatarWrapperNormal"]},
|
"UserPopoutHeader": {"props": ["avatarHint", "profileBadges", "avatarWrapperNormal"]},
|
||||||
"UserPopoutSection": {"props": ["section", "lastSection"]},
|
"UserPopoutSection": {"props": ["section", "lastSection"]},
|
||||||
"UserPopoutSectionTitle": {"props": ["title", "body"], "length": 2},
|
"UserPopoutSectionTitle": {"props": ["title", "body"], "length": 2},
|
||||||
"UserProfile": {"props": ["root", "tabBarContainer"]},
|
"UserProfile": {"props": ["root", "friendRequestBanner"]},
|
||||||
"UserProfileHeader": {"props": ["additionalActionsIcon", "header", "relationshipButtons"]},
|
"UserProfileHeader": {"props": ["additionalActionsIcon", "header", "relationshipButtons"]},
|
||||||
"UserProfileInfoSection": {"props": ["userInfoSection", "note"]},
|
"UserProfileInfoSection": {"props": ["userInfoSection", "note"]},
|
||||||
"UserProfileList": {"props": ["listAvatar", "listRow"]},
|
"UserProfileList": {"props": ["listAvatar", "listRow"]},
|
||||||
"UserProfileListGuild": {"props": ["guildAvatar", "guildAvatarWithoutIcon"]},
|
"UserProfileListGuild": {"props": ["guildAvatar", "guildAvatarWithoutIcon"]},
|
||||||
"UserProfileUsernameSection": {"props": ["customStatusSoloEmoji", "nameTag", "discriminator"]},
|
"UserProfileUsernameSection": {"props": ["customStatusSoloEmoji", "nameTag", "discriminator"]},
|
||||||
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
|
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
|
||||||
|
"UserProfileTabBar": {"props": ["container", "tabBar", "tabBarItem"]},
|
||||||
"UserTheme": {"props": ["userPopoutOuter", "userPopoutInner"]},
|
"UserTheme": {"props": ["userPopoutOuter", "userPopoutInner"]},
|
||||||
"Video": {"props": ["video", "fullScreen", "chatSidebarOpen"]},
|
"Video": {"props": ["video", "fullScreen", "chatSidebarOpen"]},
|
||||||
"VoiceChannel": {"props": ["avatarSpeaking", "voiceUser"]},
|
"VoiceChannel": {"props": ["avatarSpeaking", "voiceUser"]},
|
||||||
|
@ -3159,10 +3161,10 @@
|
||||||
"switchinner": ["Switch", "input"],
|
"switchinner": ["Switch", "input"],
|
||||||
"switchmini": ["BDFDB", "switchMini"],
|
"switchmini": ["BDFDB", "switchMini"],
|
||||||
"switchslider": ["Switch", "slider"],
|
"switchslider": ["Switch", "slider"],
|
||||||
"tabbar": ["UserProfile", "tabBar"],
|
"tabbar": ["UserProfileTabBar", "tabBar"],
|
||||||
"tabbarcontainer": ["UserProfile", "tabBarContainer"],
|
"tabbarcontainer": ["UserProfileTabBar", "container"],
|
||||||
"tabbarcontainerbottom": ["BDFDB", "tabBarContainerBottom"],
|
"tabbarcontainerbottom": ["BDFDB", "tabBarContainerBottom"],
|
||||||
"tabbaritem": ["UserProfile", "tabBarItem"],
|
"tabbaritem": ["UserProfileTabBar", "tabBarItem"],
|
||||||
"tabbarside": ["Item", "side"],
|
"tabbarside": ["Item", "side"],
|
||||||
"tabbartop": ["Item", "top"],
|
"tabbartop": ["Item", "top"],
|
||||||
"tabbartoppill": ["Item", "topPill"],
|
"tabbartoppill": ["Item", "topPill"],
|
||||||
|
|
Loading…
Reference in New Issue