Update BDFDB.data.json
This commit is contained in:
parent
e668fa791a
commit
02977b5882
|
@ -294,6 +294,7 @@
|
||||||
"FlowerStar": {"name": "FlowerStar"},
|
"FlowerStar": {"name": "FlowerStar"},
|
||||||
"FocusRingScope": {"props": ["FocusRingScope"], "value": "default"},
|
"FocusRingScope": {"props": ["FocusRingScope"], "value": "default"},
|
||||||
"FormComponents": {"props": ["FormSection", "FormText"], "assign": true},
|
"FormComponents": {"props": ["FormSection", "FormText"], "assign": true},
|
||||||
|
"FriendsEmptyState": {"strings": ["FriendsEmptyState", "FriendsSections"]},
|
||||||
"GuildComponents Badge": {"name": "GuildBadge"},
|
"GuildComponents Badge": {"name": "GuildBadge"},
|
||||||
"GuildComponents BlobMask": {"name": "BlobMask"},
|
"GuildComponents BlobMask": {"name": "BlobMask"},
|
||||||
"GuildComponents Icon": {"name": "GuildIconWrapper"},
|
"GuildComponents Icon": {"name": "GuildIconWrapper"},
|
||||||
|
@ -1263,6 +1264,7 @@
|
||||||
"Pagination": {"props": ["pageButton", "pageControl"]},
|
"Pagination": {"props": ["pageButton", "pageControl"]},
|
||||||
"PeopleItem": {"props": ["peopleListItem", "active"]},
|
"PeopleItem": {"props": ["peopleListItem", "active"]},
|
||||||
"PeopleItemInfo": {"props": ["listItemContents", "actions"], "length": 2},
|
"PeopleItemInfo": {"props": ["listItemContents", "actions"], "length": 2},
|
||||||
|
"PeopleList": {"props": ["peopleList", "emptyStateContainer"]},
|
||||||
"Peoples": {"props": ["peopleColumn", "tabBar"]},
|
"Peoples": {"props": ["peopleColumn", "tabBar"]},
|
||||||
"PictureInPicture": {"props": ["pictureInPicture", "pictureInPictureWindow"]},
|
"PictureInPicture": {"props": ["pictureInPicture", "pictureInPictureWindow"]},
|
||||||
"PillWrapper": {"props": ["item", "wrapper"], "length": 2},
|
"PillWrapper": {"props": ["item", "wrapper"], "length": 2},
|
||||||
|
@ -2654,6 +2656,8 @@
|
||||||
"peopleinner": ["PeopleItemInfo", "listItemContents"],
|
"peopleinner": ["PeopleItemInfo", "listItemContents"],
|
||||||
"peoples": ["Peoples", "container"],
|
"peoples": ["Peoples", "container"],
|
||||||
"peoplesbadge": ["Peoples", "badge"],
|
"peoplesbadge": ["Peoples", "badge"],
|
||||||
|
"peopleslist": ["PeopleList", "peopleList"],
|
||||||
|
"peopleslistempty": ["PeopleList", "emptyStateContainer"],
|
||||||
"peoplesnowplayingcolumn": ["Peoples", "nowPlayingColumn"],
|
"peoplesnowplayingcolumn": ["Peoples", "nowPlayingColumn"],
|
||||||
"peoplespeoplecolumn": ["Peoples", "peopleColumn"],
|
"peoplespeoplecolumn": ["Peoples", "peopleColumn"],
|
||||||
"peoplestabbar": ["Peoples", "tabBar"],
|
"peoplestabbar": ["Peoples", "tabBar"],
|
||||||
|
|
Loading…
Reference in New Issue