Update 0BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2024-06-30 20:20:47 +02:00
parent 265c11f9c3
commit 3819276477
1 changed files with 7 additions and 5 deletions

View File

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