Update BDFDB.data.json
This commit is contained in:
parent
e668fa791a
commit
02977b5882
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue