Update BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2021-07-28 22:57:20 +02:00
parent 7572c5ada0
commit 483e6c3670
1 changed files with 4 additions and 0 deletions

View File

@ -1327,6 +1327,7 @@
"TextColor2": {"props": ["muted", "wrapper", "base"]},
"TextSize": {"props": ["size10", "size14", "size20"]},
"TextStyle": {"props": ["strikethrough", "underline", "bold"]},
"ThreadCard": {"props": ["threadName", "container", "facepile"]},
"Tip": {"props": ["pro", "inline"]},
"TitleBar": {"props": ["titleBar", "wordmark"]},
"Tooltip": {"props": ["tooltip", "tooltipTop"]},
@ -2949,6 +2950,9 @@
"themedark": ["NotFound", "themeDark"],
"themelight": ["NotFound", "themeLight"],
"themeundefined": ["NotFound", "themeUndefined"],
"threadcard": ["ThreadCard", "container"],
"threadcardauthor": ["ThreadCard", "authorName"],
"threadcardname": ["ThreadCard", "threadName"],
"tip": ["Tip", "tip"],
"tipblock": ["Tip", "block"],
"tippro": ["Tip", "pro"],