Update remaining API reports using build script

Signed-off-by: minkimcello <minkimcello@gmail.com>
This commit is contained in:
minkimcello
2021-09-15 19:06:18 -04:00
parent 5376e56333
commit 92dd9b88f8
3 changed files with 50 additions and 50 deletions
+27 -27
View File
@@ -626,10 +626,15 @@ export const SidebarDivider: React_2.ComponentType<
React_2.HTMLAttributes<HTMLHRElement>,
HTMLHRElement
>,
| 'children'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'color'
| 'translate'
| 'prefix'
| 'children'
| 'id'
| 'defaultChecked'
| 'defaultValue'
@@ -638,20 +643,16 @@ export const SidebarDivider: React_2.ComponentType<
| 'accessKey'
| 'contentEditable'
| 'contextMenu'
| 'dir'
| 'draggable'
| 'hidden'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'translate'
| 'radioGroup'
| 'role'
| 'about'
| 'datatype'
| 'inlist'
| 'prefix'
| 'property'
| 'resource'
| 'typeof'
@@ -659,7 +660,6 @@ export const SidebarDivider: React_2.ComponentType<
| 'autoCapitalize'
| 'autoCorrect'
| 'autoSave'
| 'color'
| 'itemProp'
| 'itemScope'
| 'itemType'
@@ -926,12 +926,16 @@ export const SidebarScrollWrapper: React_2.ComponentType<
React_2.HTMLAttributes<HTMLDivElement>,
HTMLDivElement
>,
| 'children'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'color'
| 'translate'
| 'prefix'
| 'children'
| 'id'
| keyof React_2.ClassAttributes<HTMLDivElement>
| 'defaultChecked'
| 'defaultValue'
| 'suppressContentEditableWarning'
@@ -939,20 +943,16 @@ export const SidebarScrollWrapper: React_2.ComponentType<
| 'accessKey'
| 'contentEditable'
| 'contextMenu'
| 'dir'
| 'draggable'
| 'hidden'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'translate'
| 'radioGroup'
| 'role'
| 'about'
| 'datatype'
| 'inlist'
| 'prefix'
| 'property'
| 'resource'
| 'typeof'
@@ -960,7 +960,6 @@ export const SidebarScrollWrapper: React_2.ComponentType<
| 'autoCapitalize'
| 'autoCorrect'
| 'autoSave'
| 'color'
| 'itemProp'
| 'itemScope'
| 'itemType'
@@ -1180,6 +1179,7 @@ export const SidebarScrollWrapper: React_2.ComponentType<
| 'onAnimationIterationCapture'
| 'onTransitionEnd'
| 'onTransitionEndCapture'
| keyof React_2.ClassAttributes<HTMLDivElement>
> &
StyledComponentProps<'root'> & {
className?: string | undefined;
@@ -1201,12 +1201,16 @@ export const SidebarSpace: React_2.ComponentType<
React_2.HTMLAttributes<HTMLDivElement>,
HTMLDivElement
>,
| 'children'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'color'
| 'translate'
| 'prefix'
| 'children'
| 'id'
| keyof React_2.ClassAttributes<HTMLDivElement>
| 'defaultChecked'
| 'defaultValue'
| 'suppressContentEditableWarning'
@@ -1214,20 +1218,16 @@ export const SidebarSpace: React_2.ComponentType<
| 'accessKey'
| 'contentEditable'
| 'contextMenu'
| 'dir'
| 'draggable'
| 'hidden'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'translate'
| 'radioGroup'
| 'role'
| 'about'
| 'datatype'
| 'inlist'
| 'prefix'
| 'property'
| 'resource'
| 'typeof'
@@ -1235,7 +1235,6 @@ export const SidebarSpace: React_2.ComponentType<
| 'autoCapitalize'
| 'autoCorrect'
| 'autoSave'
| 'color'
| 'itemProp'
| 'itemScope'
| 'itemType'
@@ -1455,6 +1454,7 @@ export const SidebarSpace: React_2.ComponentType<
| 'onAnimationIterationCapture'
| 'onTransitionEnd'
| 'onTransitionEndCapture'
| keyof React_2.ClassAttributes<HTMLDivElement>
> &
StyledComponentProps<'root'> & {
className?: string | undefined;
@@ -1470,12 +1470,16 @@ export const SidebarSpacer: React_2.ComponentType<
React_2.HTMLAttributes<HTMLDivElement>,
HTMLDivElement
>,
| 'children'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'color'
| 'translate'
| 'prefix'
| 'children'
| 'id'
| keyof React_2.ClassAttributes<HTMLDivElement>
| 'defaultChecked'
| 'defaultValue'
| 'suppressContentEditableWarning'
@@ -1483,20 +1487,16 @@ export const SidebarSpacer: React_2.ComponentType<
| 'accessKey'
| 'contentEditable'
| 'contextMenu'
| 'dir'
| 'draggable'
| 'hidden'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'translate'
| 'radioGroup'
| 'role'
| 'about'
| 'datatype'
| 'inlist'
| 'prefix'
| 'property'
| 'resource'
| 'typeof'
@@ -1504,7 +1504,6 @@ export const SidebarSpacer: React_2.ComponentType<
| 'autoCapitalize'
| 'autoCorrect'
| 'autoSave'
| 'color'
| 'itemProp'
| 'itemScope'
| 'itemType'
@@ -1724,6 +1723,7 @@ export const SidebarSpacer: React_2.ComponentType<
| 'onAnimationIterationCapture'
| 'onTransitionEnd'
| 'onTransitionEndCapture'
| keyof React_2.ClassAttributes<HTMLDivElement>
> &
StyledComponentProps<'root'> & {
className?: string | undefined;
+22 -22
View File
@@ -243,36 +243,39 @@ export const EntityRefLink: React_2.ForwardRefExoticComponent<
Pick<
EntityRefLinkProps,
| 'replace'
| 'children'
| 'media'
| 'hidden'
| 'dir'
| 'slot'
| 'style'
| 'title'
| 'id'
| 'className'
| 'classes'
| 'innerRef'
| 'color'
| 'underline'
| 'display'
| 'translate'
| 'prefix'
| 'children'
| 'key'
| 'id'
| 'classes'
| 'defaultChecked'
| 'defaultValue'
| 'suppressContentEditableWarning'
| 'suppressHydrationWarning'
| 'accessKey'
| 'className'
| 'contentEditable'
| 'contextMenu'
| 'dir'
| 'draggable'
| 'hidden'
| 'lang'
| 'placeholder'
| 'spellCheck'
| 'tabIndex'
| 'translate'
| 'radioGroup'
| 'role'
| 'about'
| 'datatype'
| 'inlist'
| 'prefix'
| 'property'
| 'resource'
| 'typeof'
@@ -280,7 +283,6 @@ export const EntityRefLink: React_2.ForwardRefExoticComponent<
| 'autoCapitalize'
| 'autoCorrect'
| 'autoSave'
| 'color'
| 'itemProp'
| 'itemScope'
| 'itemType'
@@ -500,25 +502,23 @@ export const EntityRefLink: React_2.ForwardRefExoticComponent<
| 'onAnimationIterationCapture'
| 'onTransitionEnd'
| 'onTransitionEndCapture'
| 'type'
| 'display'
| 'underline'
| 'media'
| 'target'
| 'component'
| 'variant'
| 'innerRef'
| 'download'
| 'href'
| 'hrefLang'
| 'referrerPolicy'
| 'rel'
| 'download'
| 'ping'
| 'align'
| 'component'
| 'state'
| 'variant'
| 'rel'
| 'target'
| 'type'
| 'referrerPolicy'
| 'noWrap'
| 'gutterBottom'
| 'paragraph'
| 'align'
| 'variantMapping'
| 'state'
| 'TypographyClasses'
| 'entityRef'
| 'defaultKind'
+1 -1
View File
@@ -118,11 +118,11 @@ export const DocsTable: ({
actions?:
| (
| Action<DocsTableRow>
| ((rowData: DocsTableRow) => Action<DocsTableRow>)
| {
action: (rowData: DocsTableRow) => Action<DocsTableRow>;
position: string;
}
| ((rowData: DocsTableRow) => Action<DocsTableRow>)
)[]
| undefined;
}) => JSX.Element | null;