@coinbase/cds-mcp-server 8.33.1 → 8.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/mcp-docs/mobile/components/Banner.txt +1 -1
  3. package/mcp-docs/mobile/components/Button.txt +2 -2
  4. package/mcp-docs/mobile/components/CellMedia.txt +1 -1
  5. package/mcp-docs/mobile/components/CheckboxCell.txt +1 -1
  6. package/mcp-docs/mobile/components/CheckboxGroup.txt +1 -1
  7. package/mcp-docs/mobile/components/DotSymbol.txt +1 -1
  8. package/mcp-docs/mobile/components/Icon.txt +1 -1
  9. package/mcp-docs/mobile/components/IconButton.txt +1 -1
  10. package/mcp-docs/mobile/components/PeriodSelector.txt +10 -1
  11. package/mcp-docs/mobile/components/PortalProvider.txt +2 -1
  12. package/mcp-docs/mobile/components/RadioCell.txt +1 -1
  13. package/mcp-docs/mobile/components/RadioGroup.txt +9 -28
  14. package/mcp-docs/mobile/components/Select.txt +9 -28
  15. package/mcp-docs/mobile/components/SelectAlpha.txt +38 -0
  16. package/mcp-docs/mobile/components/SelectOption.txt +1 -1
  17. package/mcp-docs/mobile/components/SlideButton.txt +22 -0
  18. package/mcp-docs/mobile/components/SparklineInteractiveHeader.txt +9 -6
  19. package/mcp-docs/mobile/components/TopNavBar.txt +9 -90
  20. package/mcp-docs/web/components/AreaChart.txt +1 -1
  21. package/mcp-docs/web/components/Avatar.txt +1 -1
  22. package/mcp-docs/web/components/AvatarButton.txt +271 -1
  23. package/mcp-docs/web/components/Banner.txt +2 -2
  24. package/mcp-docs/web/components/BarChart.txt +1 -1
  25. package/mcp-docs/web/components/Box.txt +264 -1
  26. package/mcp-docs/web/components/Button.txt +272 -3
  27. package/mcp-docs/web/components/Calendar.txt +1 -1
  28. package/mcp-docs/web/components/Carousel.txt +1 -1
  29. package/mcp-docs/web/components/CartesianChart.txt +1 -1
  30. package/mcp-docs/web/components/CellMedia.txt +1 -1
  31. package/mcp-docs/web/components/Checkbox.txt +2 -2
  32. package/mcp-docs/web/components/CheckboxCell.txt +2 -2
  33. package/mcp-docs/web/components/Chip.txt +1 -1
  34. package/mcp-docs/web/components/Coachmark.txt +1 -1
  35. package/mcp-docs/web/components/ContainedAssetCard.txt +1 -1
  36. package/mcp-docs/web/components/ContentCard.txt +264 -1
  37. package/mcp-docs/web/components/ContentCardBody.txt +264 -1
  38. package/mcp-docs/web/components/ContentCardFooter.txt +264 -1
  39. package/mcp-docs/web/components/ContentCardHeader.txt +263 -1
  40. package/mcp-docs/web/components/ContentCell.txt +260 -1
  41. package/mcp-docs/web/components/DateInput.txt +2 -2
  42. package/mcp-docs/web/components/DatePicker.txt +1 -1
  43. package/mcp-docs/web/components/Divider.txt +1 -1
  44. package/mcp-docs/web/components/DotSymbol.txt +1 -1
  45. package/mcp-docs/web/components/Fallback.txt +264 -1
  46. package/mcp-docs/web/components/FloatingAssetCard.txt +1 -1
  47. package/mcp-docs/web/components/Grid.txt +264 -1
  48. package/mcp-docs/web/components/GridColumn.txt +264 -1
  49. package/mcp-docs/web/components/HStack.txt +264 -1
  50. package/mcp-docs/web/components/Icon.txt +2 -2
  51. package/mcp-docs/web/components/IconButton.txt +272 -2
  52. package/mcp-docs/web/components/InputChip.txt +1 -1
  53. package/mcp-docs/web/components/Interactable.txt +272 -1
  54. package/mcp-docs/web/components/LineChart.txt +1 -1
  55. package/mcp-docs/web/components/Link.txt +271 -1
  56. package/mcp-docs/web/components/ListCell.txt +260 -1
  57. package/mcp-docs/web/components/MediaChip.txt +1 -1
  58. package/mcp-docs/web/components/Modal.txt +1 -1
  59. package/mcp-docs/web/components/ModalBody.txt +2 -2
  60. package/mcp-docs/web/components/ModalFooter.txt +1 -1
  61. package/mcp-docs/web/components/ModalHeader.txt +1 -1
  62. package/mcp-docs/web/components/MultiContentModule.txt +262 -1
  63. package/mcp-docs/web/components/NudgeCard.txt +1 -1
  64. package/mcp-docs/web/components/Overlay.txt +1 -1
  65. package/mcp-docs/web/components/PageFooter.txt +1 -1
  66. package/mcp-docs/web/components/PageHeader.txt +1 -1
  67. package/mcp-docs/web/components/Pagination.txt +1 -1
  68. package/mcp-docs/web/components/PeriodSelector.txt +11 -59
  69. package/mcp-docs/web/components/Point.txt +1 -4
  70. package/mcp-docs/web/components/PortalProvider.txt +2 -0
  71. package/mcp-docs/web/components/Pressable.txt +272 -1
  72. package/mcp-docs/web/components/Radio.txt +2 -2
  73. package/mcp-docs/web/components/RadioCell.txt +2 -2
  74. package/mcp-docs/web/components/RadioGroup.txt +8 -14
  75. package/mcp-docs/web/components/RemoteImage.txt +2 -2
  76. package/mcp-docs/web/components/RollingNumber.txt +263 -1
  77. package/mcp-docs/web/components/SearchInput.txt +2 -2
  78. package/mcp-docs/web/components/SectionHeader.txt +1 -1
  79. package/mcp-docs/web/components/SegmentedTabs.txt +1 -1
  80. package/mcp-docs/web/components/Select.txt +8 -14
  81. package/mcp-docs/web/components/SelectAlpha.txt +41 -0
  82. package/mcp-docs/web/components/SelectChip.txt +1 -1
  83. package/mcp-docs/web/components/Sidebar.txt +2 -2
  84. package/mcp-docs/web/components/SidebarItem.txt +4 -4
  85. package/mcp-docs/web/components/Spacer.txt +264 -1
  86. package/mcp-docs/web/components/SparklineInteractiveHeader.txt +8 -6
  87. package/mcp-docs/web/components/Spinner.txt +1 -1
  88. package/mcp-docs/web/components/Stepper.txt +2 -1
  89. package/mcp-docs/web/components/Switch.txt +2 -2
  90. package/mcp-docs/web/components/TabLabel.txt +2 -2
  91. package/mcp-docs/web/components/Table.txt +1 -1
  92. package/mcp-docs/web/components/TableCaption.txt +1 -1
  93. package/mcp-docs/web/components/TableCell.txt +1 -1
  94. package/mcp-docs/web/components/TableRow.txt +1 -1
  95. package/mcp-docs/web/components/Tabs.txt +1 -1
  96. package/mcp-docs/web/components/Tag.txt +1 -1
  97. package/mcp-docs/web/components/Text.txt +264 -1
  98. package/mcp-docs/web/components/TextInput.txt +3 -3
  99. package/mcp-docs/web/components/ThemeProvider.txt +6 -21
  100. package/mcp-docs/web/components/TileButton.txt +271 -1
  101. package/mcp-docs/web/components/Toast.txt +1 -1
  102. package/mcp-docs/web/components/VStack.txt +264 -1
  103. package/package.json +1 -1
@@ -275,13 +275,72 @@ function Example() {
275
275
  | Prop | Type | Required | Default | Description |
276
276
  | --- | --- | --- | --- | --- |
277
277
  | `title` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | Yes | `-` | ReactNode or Text to be displayed in TextTitle1 |
278
+ | `about` | `string \| undefined` | No | `-` | - |
279
+ | `accessKey` | `string \| undefined` | No | `-` | - |
278
280
  | `action` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Text to be displayed in Button or ReactNode to display as call to action |
279
281
  | `actionAccessibilityLabel` | `string` | No | `-` | A11y Label for action button and cannot be used when action is a React Element |
280
282
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
281
283
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
282
284
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
283
- | `as` | `symbol \| object \| style \| div \| a \| abbr \| address \| area \| article \| aside \| audio \| b \| base \| bdi \| bdo \| big \| blockquote \| body \| br \| button \| canvas \| caption \| center \| cite \| code \| col \| colgroup \| data \| datalist \| dd \| del \| details \| dfn \| dialog \| dl \| dt \| em \| embed \| fieldset \| figcaption \| figure \| footer \| form \| h1 \| h2 \| h3 \| h4 \| h5 \| h6 \| head \| header \| hgroup \| hr \| html \| i \| iframe \| img \| input \| ins \| kbd \| keygen \| label \| legend \| li \| link \| main \| map \| mark \| menu \| menuitem \| meta \| meter \| nav \| noindex \| noscript \| ol \| optgroup \| option \| output \| p \| param \| picture \| pre \| progress \| q \| rp \| rt \| ruby \| s \| samp \| search \| slot \| script \| section \| select \| small \| source \| span \| strong \| sub \| summary \| sup \| table \| template \| tbody \| td \| textarea \| tfoot \| th \| thead \| time \| title \| tr \| track \| u \| ul \| var \| video \| wbr \| webview \| svg \| animate \| animateMotion \| animateTransform \| circle \| clipPath \| defs \| desc \| ellipse \| feBlend \| feColorMatrix \| feComponentTransfer \| feComposite \| feConvolveMatrix \| feDiffuseLighting \| feDisplacementMap \| feDistantLight \| feDropShadow \| feFlood \| feFuncA \| feFuncB \| feFuncG \| feFuncR \| feGaussianBlur \| feImage \| feMerge \| feMergeNode \| feMorphology \| feOffset \| fePointLight \| feSpecularLighting \| feSpotLight \| feTile \| feTurbulence \| filter \| foreignObject \| g \| image \| line \| linearGradient \| marker \| mask \| metadata \| mpath \| path \| pattern \| polygon \| polyline \| radialGradient \| rect \| set \| stop \| switch \| text \| textPath \| tspan \| use \| view \| ComponentClass<any, any> \| FunctionComponent<any>` | No | `-` | - |
285
+ | `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
286
+ | `aria-atomic` | `Booleanish \| undefined` | No | `-` | Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. |
287
+ | `aria-autocomplete` | `none \| list \| inline \| both \| undefined` | No | `-` | Indicates whether inputting text could trigger display of one or more predictions of the users intended value for an input and specifies how predictions would be presented if they are made. |
288
+ | `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
289
+ | `aria-brailleroledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille. |
290
+ | `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
291
+ | `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
292
+ | `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
293
+ | `aria-colindex` | `number \| undefined` | No | `-` | Defines an elements column index or position with respect to the total number of columns within a table, grid, or treegrid. |
294
+ | `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
295
+ | `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
296
+ | `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
297
+ | `aria-current` | `boolean \| true \| false \| page \| step \| location \| date \| time \| undefined` | No | `-` | Indicates the element that represents the current item within a container or set of related elements. |
298
+ | `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
299
+ | `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
300
+ | `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
301
+ | `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
302
+ | `aria-dropeffect` | `none \| link \| copy \| execute \| move \| popup \| undefined` | No | `-` | Indicates what functions can be performed when a dragged object is released on the drop target. |
303
+ | `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
304
+ | `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
305
+ | `aria-flowto` | `string \| undefined` | No | `-` | Identifies the next element (or elements) in an alternate reading order of content which, at the users discretion, allows assistive technology to override the general default of reading in document source order. |
306
+ | `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
307
+ | `aria-haspopup` | `boolean \| true \| false \| dialog \| grid \| listbox \| menu \| tree \| undefined` | No | `-` | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. |
308
+ | `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
309
+ | `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
310
+ | `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
311
+ | `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
312
+ | `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
313
+ | `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
314
+ | `aria-live` | `off \| assertive \| polite \| undefined` | No | `-` | Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. |
315
+ | `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
316
+ | `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
317
+ | `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
318
+ | `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
319
+ | `aria-owns` | `string \| undefined` | No | `-` | Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. |
320
+ | `aria-placeholder` | `string \| undefined` | No | `-` | Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. |
321
+ | `aria-posinset` | `number \| undefined` | No | `-` | Defines an elements number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. |
322
+ | `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
323
+ | `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
324
+ | `aria-relevant` | `text \| additions \| additions removals \| additions text \| all \| removals \| removals additions \| removals text \| text additions \| text removals \| undefined` | No | `-` | Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. |
325
+ | `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
326
+ | `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
327
+ | `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
328
+ | `aria-rowindex` | `number \| undefined` | No | `-` | Defines an elements row index or position with respect to the total number of rows within a table, grid, or treegrid. |
329
+ | `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
330
+ | `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
331
+ | `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
332
+ | `aria-setsize` | `number \| undefined` | No | `-` | Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. |
333
+ | `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
334
+ | `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
335
+ | `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
336
+ | `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
337
+ | `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
338
+ | `as` | `symbol \| object \| style \| div \| a \| abbr \| address \| area \| article \| aside \| audio \| b \| base \| bdi \| bdo \| big \| blockquote \| body \| br \| button \| canvas \| caption \| center \| cite \| code \| col \| colgroup \| data \| datalist \| dd \| del \| details \| dfn \| dialog \| dl \| dt \| em \| embed \| fieldset \| figcaption \| figure \| footer \| form \| h1 \| h2 \| h3 \| h4 \| h5 \| h6 \| head \| header \| hgroup \| hr \| html \| i \| iframe \| img \| input \| ins \| kbd \| keygen \| label \| legend \| li \| link \| main \| map \| mark \| menu \| menuitem \| meta \| meter \| nav \| noindex \| noscript \| ol \| optgroup \| option \| output \| p \| param \| picture \| pre \| progress \| q \| rp \| rt \| ruby \| s \| samp \| search \| slot \| script \| section \| select \| small \| source \| span \| strong \| sub \| summary \| sup \| table \| template \| tbody \| td \| textarea \| tfoot \| th \| thead \| time \| title \| tr \| track \| u \| ul \| var \| video \| wbr \| webview \| svg \| animate \| animateMotion \| animateTransform \| circle \| clipPath \| defs \| desc \| ellipse \| feBlend \| feColorMatrix \| feComponentTransfer \| feComposite \| feConvolveMatrix \| feDiffuseLighting \| feDisplacementMap \| feDistantLight \| feDropShadow \| feFlood \| feFuncA \| feFuncB \| feFuncG \| feFuncR \| feGaussianBlur \| feImage \| feMerge \| feMergeNode \| feMorphology \| feOffset \| fePointLight \| feSpecularLighting \| feSpotLight \| feTile \| feTurbulence \| filter \| foreignObject \| g \| image \| line \| linearGradient \| marker \| mask \| metadata \| mpath \| path \| pattern \| polygon \| polyline \| radialGradient \| rect \| set \| stop \| switch \| text \| textPath \| tspan \| use \| view \| ComponentClass<any, any> \| FunctionComponent<any>` | No | `div` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
284
339
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
340
+ | `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
341
+ | `autoCorrect` | `string \| undefined` | No | `-` | - |
342
+ | `autoFocus` | `boolean \| undefined` | No | `-` | - |
343
+ | `autoSave` | `string \| undefined` | No | `-` | - |
285
344
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
286
345
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
287
346
  | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -303,13 +362,24 @@ function Example() {
303
362
  | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
304
363
  | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
305
364
  | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | ReactNode to be displayed at the middle of the module |
365
+ | `className` | `string \| undefined` | No | `-` | - |
306
366
  | `color` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
307
367
  | `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
368
+ | `content` | `string \| undefined` | No | `-` | - |
369
+ | `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
370
+ | `contextMenu` | `string \| undefined` | No | `-` | - |
308
371
  | `dangerouslySetBackground` | `string` | No | `-` | - |
372
+ | `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
373
+ | `datatype` | `string \| undefined` | No | `-` | - |
374
+ | `defaultChecked` | `boolean \| undefined` | No | `-` | - |
375
+ | `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
309
376
  | `description` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | ReactNode or Text to be displayed in TextBody to provide details about the module |
377
+ | `dir` | `string \| undefined` | No | `-` | - |
310
378
  | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
379
+ | `draggable` | `Booleanish \| undefined` | No | `-` | - |
311
380
  | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
312
381
  | `end` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | ReactNode to display at the end |
382
+ | `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
313
383
  | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
314
384
  | `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
315
385
  | `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -336,7 +406,19 @@ function Example() {
336
406
  | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
337
407
  | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
338
408
  | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
409
+ | `hidden` | `boolean \| undefined` | No | `-` | - |
410
+ | `id` | `string \| undefined` | No | `-` | - |
411
+ | `inlist` | `any` | No | `-` | - |
412
+ | `inputMode` | `none \| search \| text \| tel \| url \| email \| numeric \| decimal \| undefined` | No | `-` | Hints at the type of data that might be entered by the user while editing the element or its contents |
413
+ | `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
414
+ | `itemID` | `string \| undefined` | No | `-` | - |
415
+ | `itemProp` | `string \| undefined` | No | `-` | - |
416
+ | `itemRef` | `string \| undefined` | No | `-` | - |
417
+ | `itemScope` | `boolean \| undefined` | No | `-` | - |
418
+ | `itemType` | `string \| undefined` | No | `-` | - |
339
419
  | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
420
+ | `key` | `Key \| null \| undefined` | No | `-` | - |
421
+ | `lang` | `string \| undefined` | No | `-` | - |
340
422
  | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
341
423
  | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
342
424
  | `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
@@ -350,7 +432,168 @@ function Example() {
350
432
  | `maxWidth` | `ResponsiveProp<MaxWidth<string \| number>>` | No | `-` | - |
351
433
  | `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
352
434
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
435
+ | `nonce` | `string \| undefined` | No | `-` | - |
436
+ | `onAbort` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
437
+ | `onAbortCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
353
438
  | `onActionPress` | `MouseEventHandler<Element>` | No | `-` | Callback fired when the action button pressed and cannot be used when action is a React Element |
439
+ | `onAnimationEnd` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
440
+ | `onAnimationEndCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
441
+ | `onAnimationIteration` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
442
+ | `onAnimationIterationCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
443
+ | `onAnimationStart` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
444
+ | `onAnimationStartCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
445
+ | `onAuxClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
446
+ | `onAuxClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
447
+ | `onBeforeInput` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
448
+ | `onBeforeInputCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
449
+ | `onBlur` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
450
+ | `onBlurCapture` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
451
+ | `onCanPlay` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
452
+ | `onCanPlayCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
453
+ | `onCanPlayThrough` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
454
+ | `onCanPlayThroughCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
455
+ | `onChange` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
456
+ | `onChangeCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
457
+ | `onClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
458
+ | `onClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
459
+ | `onCompositionEnd` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
460
+ | `onCompositionEndCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
461
+ | `onCompositionStart` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
462
+ | `onCompositionStartCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
463
+ | `onCompositionUpdate` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
464
+ | `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
465
+ | `onContextMenu` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
466
+ | `onContextMenuCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
467
+ | `onCopy` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
468
+ | `onCopyCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
469
+ | `onCut` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
470
+ | `onCutCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
471
+ | `onDoubleClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
472
+ | `onDoubleClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
473
+ | `onDrag` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
474
+ | `onDragCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
475
+ | `onDragEnd` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
476
+ | `onDragEndCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
477
+ | `onDragEnter` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
478
+ | `onDragEnterCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
479
+ | `onDragExit` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
480
+ | `onDragExitCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
481
+ | `onDragLeave` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
482
+ | `onDragLeaveCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
483
+ | `onDragOver` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
484
+ | `onDragOverCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
485
+ | `onDragStart` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
486
+ | `onDragStartCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
487
+ | `onDrop` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
488
+ | `onDropCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
489
+ | `onDurationChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
490
+ | `onDurationChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
491
+ | `onEmptied` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
492
+ | `onEmptiedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
493
+ | `onEncrypted` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
494
+ | `onEncryptedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
495
+ | `onEnded` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
496
+ | `onEndedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
497
+ | `onError` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
498
+ | `onErrorCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
499
+ | `onFocus` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
500
+ | `onFocusCapture` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
501
+ | `onGotPointerCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
502
+ | `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
503
+ | `onInput` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
504
+ | `onInputCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
505
+ | `onInvalid` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
506
+ | `onInvalidCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
507
+ | `onKeyDown` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
508
+ | `onKeyDownCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
509
+ | `onKeyPress` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
510
+ | `onKeyPressCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
511
+ | `onKeyUp` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
512
+ | `onKeyUpCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
513
+ | `onLoad` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
514
+ | `onLoadCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
515
+ | `onLoadStart` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
516
+ | `onLoadStartCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
517
+ | `onLoadedData` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
518
+ | `onLoadedDataCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
519
+ | `onLoadedMetadata` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
520
+ | `onLoadedMetadataCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
521
+ | `onLostPointerCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
522
+ | `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
523
+ | `onMouseDown` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
524
+ | `onMouseDownCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
525
+ | `onMouseEnter` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
526
+ | `onMouseLeave` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
527
+ | `onMouseMove` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
528
+ | `onMouseMoveCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
529
+ | `onMouseOut` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
530
+ | `onMouseOutCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
531
+ | `onMouseOver` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
532
+ | `onMouseOverCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
533
+ | `onMouseUp` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
534
+ | `onMouseUpCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
535
+ | `onPaste` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
536
+ | `onPasteCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
537
+ | `onPause` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
538
+ | `onPauseCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
539
+ | `onPlay` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
540
+ | `onPlayCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
541
+ | `onPlaying` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
542
+ | `onPlayingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
543
+ | `onPointerCancel` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
544
+ | `onPointerCancelCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
545
+ | `onPointerDown` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
546
+ | `onPointerDownCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
547
+ | `onPointerEnter` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
548
+ | `onPointerLeave` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
549
+ | `onPointerMove` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
550
+ | `onPointerMoveCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
551
+ | `onPointerOut` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
552
+ | `onPointerOutCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
553
+ | `onPointerOver` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
554
+ | `onPointerOverCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
555
+ | `onPointerUp` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
556
+ | `onPointerUpCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
557
+ | `onProgress` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
558
+ | `onProgressCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
559
+ | `onRateChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
560
+ | `onRateChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
561
+ | `onReset` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
562
+ | `onResetCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
563
+ | `onResize` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
564
+ | `onResizeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
565
+ | `onScroll` | `UIEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
566
+ | `onScrollCapture` | `UIEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
567
+ | `onSeeked` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
568
+ | `onSeekedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
569
+ | `onSeeking` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
570
+ | `onSeekingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
571
+ | `onSelect` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
572
+ | `onSelectCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
573
+ | `onStalled` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
574
+ | `onStalledCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
575
+ | `onSubmit` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
576
+ | `onSubmitCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
577
+ | `onSuspend` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
578
+ | `onSuspendCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
579
+ | `onTimeUpdate` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
580
+ | `onTimeUpdateCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
581
+ | `onTouchCancel` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
582
+ | `onTouchCancelCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
583
+ | `onTouchEnd` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
584
+ | `onTouchEndCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
585
+ | `onTouchMove` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
586
+ | `onTouchMoveCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
587
+ | `onTouchStart` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
588
+ | `onTouchStartCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
589
+ | `onTransitionEnd` | `TransitionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
590
+ | `onTransitionEndCapture` | `TransitionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
591
+ | `onVolumeChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
592
+ | `onVolumeChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
593
+ | `onWaiting` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
594
+ | `onWaitingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
595
+ | `onWheel` | `WheelEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
596
+ | `onWheelCapture` | `WheelEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
354
597
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
355
598
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
356
599
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
@@ -363,18 +606,36 @@ function Example() {
363
606
  | `pictogram` | `string \| number \| boolean \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal \| null` | No | `-` | Illustration pictogram name or ReacNode to be displayed at the start of an module |
364
607
  | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
365
608
  | `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
609
+ | `prefix` | `string \| undefined` | No | `-` | - |
610
+ | `property` | `string \| undefined` | No | `-` | - |
611
+ | `radioGroup` | `string \| undefined` | No | `-` | - |
366
612
  | `ref` | `any` | No | `-` | - |
613
+ | `rel` | `string \| undefined` | No | `-` | - |
614
+ | `resource` | `string \| undefined` | No | `-` | - |
615
+ | `results` | `number \| undefined` | No | `-` | - |
616
+ | `rev` | `string \| undefined` | No | `-` | - |
367
617
  | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
618
+ | `role` | `AriaRole \| undefined` | No | `-` | - |
368
619
  | `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
620
+ | `security` | `string \| undefined` | No | `-` | - |
621
+ | `slot` | `string \| undefined` | No | `-` | - |
622
+ | `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
369
623
  | `style` | `CSSProperties` | No | `-` | - |
624
+ | `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
625
+ | `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
626
+ | `tabIndex` | `number \| undefined` | No | `-` | - |
370
627
  | `testID` | `string` | No | `-` | Used to locate this element in unit and end-to-end tests. Under the hood, testID translates to data-testid on Web. On Mobile, testID stays the same - testID |
371
628
  | `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
372
629
  | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
373
630
  | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
374
631
  | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
375
632
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
633
+ | `translate` | `yes \| no \| undefined` | No | `-` | - |
634
+ | `typeof` | `string \| undefined` | No | `-` | - |
635
+ | `unselectable` | `off \| on \| undefined` | No | `-` | - |
376
636
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
377
637
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
638
+ | `vocab` | `string \| undefined` | No | `-` | - |
378
639
  | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
379
640
  | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
380
641
 
@@ -75,7 +75,7 @@ function Example() {
75
75
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
76
76
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
77
77
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
78
- | `as` | `div` | No | `-` | - |
78
+ | `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
79
79
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
80
80
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `bgAlternate` | Background color for the card. |
81
81
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -72,7 +72,7 @@ function CustomOverlay() {
72
72
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
73
73
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
74
74
  | `animated` | `boolean` | No | `false` | Animate overlay |
75
- | `as` | `div` | No | `-` | - |
75
+ | `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
76
76
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
77
77
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
78
78
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -92,7 +92,7 @@ function CustomLayoutFooter() {
92
92
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
93
93
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
94
94
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
95
- | `as` | `div` | No | `-` | - |
95
+ | `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
96
96
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
97
97
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | Set the background color of the box. |
98
98
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -143,7 +143,7 @@ function Example() {
143
143
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
144
144
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
145
145
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
146
- | `as` | `div` | No | `-` | - |
146
+ | `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
147
147
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
148
148
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | Set the background color of the box. |
149
149
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -419,7 +419,7 @@ function TablePaginationExample() {
419
419
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
420
420
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
421
421
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
422
- | `as` | `div` | No | `-` | - |
422
+ | `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
423
423
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
424
424
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
425
425
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |