Update BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2021-06-30 17:28:23 +02:00
parent e668fa791a
commit 02977b5882
1 changed files with 4 additions and 0 deletions

View File

@ -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"],