From 02977b588214956c8e665abd3f3ca1aa0f31b60f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 30 Jun 2021 17:28:23 +0200 Subject: [PATCH] Update BDFDB.data.json --- Library/_res/BDFDB.data.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 7809273fd1..39a3d2f206 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -294,6 +294,7 @@ "FlowerStar": {"name": "FlowerStar"}, "FocusRingScope": {"props": ["FocusRingScope"], "value": "default"}, "FormComponents": {"props": ["FormSection", "FormText"], "assign": true}, + "FriendsEmptyState": {"strings": ["FriendsEmptyState", "FriendsSections"]}, "GuildComponents Badge": {"name": "GuildBadge"}, "GuildComponents BlobMask": {"name": "BlobMask"}, "GuildComponents Icon": {"name": "GuildIconWrapper"}, @@ -1263,6 +1264,7 @@ "Pagination": {"props": ["pageButton", "pageControl"]}, "PeopleItem": {"props": ["peopleListItem", "active"]}, "PeopleItemInfo": {"props": ["listItemContents", "actions"], "length": 2}, + "PeopleList": {"props": ["peopleList", "emptyStateContainer"]}, "Peoples": {"props": ["peopleColumn", "tabBar"]}, "PictureInPicture": {"props": ["pictureInPicture", "pictureInPictureWindow"]}, "PillWrapper": {"props": ["item", "wrapper"], "length": 2}, @@ -2654,6 +2656,8 @@ "peopleinner": ["PeopleItemInfo", "listItemContents"], "peoples": ["Peoples", "container"], "peoplesbadge": ["Peoples", "badge"], + "peopleslist": ["PeopleList", "peopleList"], + "peopleslistempty": ["PeopleList", "emptyStateContainer"], "peoplesnowplayingcolumn": ["Peoples", "nowPlayingColumn"], "peoplespeoplecolumn": ["Peoples", "peopleColumn"], "peoplestabbar": ["Peoples", "tabBar"],