Update 0BDFDB.data.json
This commit is contained in:
parent
9e74e7bfb6
commit
a94b7062c8
|
@ -433,17 +433,29 @@
|
|||
"Image": ["containerRef"],
|
||||
"ImageReadyStates": ["LOADING", "ERROR"]
|
||||
}},
|
||||
"ImageModal": {"name": "ImageModal"},
|
||||
"LazyImage": {"name": "LazyImage"},
|
||||
"ListHeader": {"name": "ListSectionItem"},
|
||||
"Mask": {"name": "Mask"},
|
||||
"ImageModal": {"strings": ["mobileCloseWrapper", "closeAction"]},
|
||||
"LazyImage": {"strings": ["LOADING", "visibilityObserver"]},
|
||||
"ListHeader": {"strings": [".container", "\"h2\"", "[\"aria-label\"]"]},
|
||||
"Mask": {"props": "Masks"},
|
||||
"Menu": {"strings": ["Menu API only allows Items and groups of Items as children"], "funcStrings": ["keyboardModeEnabled"]},
|
||||
"MessageGroup": {"name": "ChannelMessage"},
|
||||
"MessagesPopoutComponents": {"props": ["Header", "EmptyStateBottom"]},
|
||||
"ModalComponents": {"props": ["ModalContent", "ModalFooter"], "assign": true},
|
||||
"NavItem": {"name": "NavItem"},
|
||||
"Paginator": {"name": "Paginator"},
|
||||
"PanelButton": {"name": "PanelButton"},
|
||||
"MessageGroup": {"strings": ["renderThreadAccessory", "HAS_THREAD", "allowHeading"], "nonStrings": ["THREAD_STARTER"]},
|
||||
"MessagesPopoutComponents": {"strings": ["canCloseAllMessages", "loadingMore"], "exported": false, "value": "exports", "map": {
|
||||
"EmptyState": ["emptyPlaceholder"],
|
||||
"Header": [".header", "heading"],
|
||||
"Popout": ["renderHeader", "renderEmptyState"]
|
||||
}},
|
||||
"ModalComponents": {"strings": [".renderModal,", "onCloseRequest"], "exported": false, "value": "exports", "map": {
|
||||
"Modal": [".renderModal"],
|
||||
"ModalCloseButton": ["closeWithCircle"],
|
||||
"ModalContent": [".content,"],
|
||||
"ModalFooter": [".footer,"],
|
||||
"ModalHeader": [".headerId"],
|
||||
"ModalListContent": [".scrollerRef"],
|
||||
"ModalRoot": [".transitionState", ".size"],
|
||||
"ModalSize": ["DYNAMIC", "SMALL"]
|
||||
}},
|
||||
"Paginator": {"strings": ["totalPageCount", "selectedPage"]},
|
||||
"PanelButton": {"strings": ["Masks.PANEL_BUTTON"]},
|
||||
"PopoutCSSAnimator": {"name": "PopoutCSSAnimator"},
|
||||
"PopoutFocusLock": {"strings": ["useFocusLock", "useImperativeHandle"], "value": "default"},
|
||||
"PrivateChannelItems": {"props": ["DirectMessage", "GroupDM"]},
|
||||
|
@ -459,7 +471,8 @@
|
|||
"Spinner": {"name": "Spinner"},
|
||||
"Status": {"name": "Status"},
|
||||
"StatusPickerPopout": {"strings": ["\"StatusPickerPopout\""], "value": "default"},
|
||||
"TextElement": {"props": ["Colors", "Sizes"]},
|
||||
"TextElement": {"strings": [".strong,", ".STANDARD"]},
|
||||
"Timeout": {"protos": ["start", "stop", "isStarted"]},
|
||||
"UserBadgeKeys": {"props": ["BadgeKeys"], "value": "BadgeKeys"},
|
||||
"UserBadges": {"props": ["BadgeSizes"]},
|
||||
"UserMention": {"strings": [".inlinePreview", "renderPopout", ".openContextMenu", ".isMobile"]},
|
||||
|
@ -1751,6 +1764,8 @@
|
|||
"anchor": ["Anchor", "anchor"],
|
||||
"anchorunderlineonhover": ["Anchor", "anchorUnderlineOnHover"],
|
||||
"animationcontainerbottom": ["AnimationContainer", "animatorBottom"],
|
||||
"animationcontainercenter": ["AnimationContainer", "animatorCenter"],
|
||||
"animationcontainerfade": ["AnimationContainer", "fade"],
|
||||
"animationcontainerleft": ["AnimationContainer", "animatorLeft"],
|
||||
"animationcontainerright": ["AnimationContainer", "animatorRight"],
|
||||
"animationcontainertop": ["AnimationContainer", "animatorTop"],
|
||||
|
|
Loading…
Reference in New Issue