@coinbase/cds-mcp-server 8.34.0 → 8.34.2

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 (102) 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/SparklineInteractiveHeader.txt +9 -6
  18. package/mcp-docs/mobile/components/TopNavBar.txt +9 -90
  19. package/mcp-docs/web/components/AreaChart.txt +1 -1
  20. package/mcp-docs/web/components/Avatar.txt +1 -1
  21. package/mcp-docs/web/components/AvatarButton.txt +271 -1
  22. package/mcp-docs/web/components/Banner.txt +2 -2
  23. package/mcp-docs/web/components/BarChart.txt +1 -1
  24. package/mcp-docs/web/components/Box.txt +264 -1
  25. package/mcp-docs/web/components/Button.txt +272 -3
  26. package/mcp-docs/web/components/Calendar.txt +1 -1
  27. package/mcp-docs/web/components/Carousel.txt +1 -1
  28. package/mcp-docs/web/components/CartesianChart.txt +1 -1
  29. package/mcp-docs/web/components/CellMedia.txt +1 -1
  30. package/mcp-docs/web/components/Checkbox.txt +2 -2
  31. package/mcp-docs/web/components/CheckboxCell.txt +2 -2
  32. package/mcp-docs/web/components/Chip.txt +1 -1
  33. package/mcp-docs/web/components/Coachmark.txt +1 -1
  34. package/mcp-docs/web/components/ContainedAssetCard.txt +1 -1
  35. package/mcp-docs/web/components/ContentCard.txt +264 -1
  36. package/mcp-docs/web/components/ContentCardBody.txt +264 -1
  37. package/mcp-docs/web/components/ContentCardFooter.txt +264 -1
  38. package/mcp-docs/web/components/ContentCardHeader.txt +263 -1
  39. package/mcp-docs/web/components/ContentCell.txt +260 -1
  40. package/mcp-docs/web/components/DateInput.txt +2 -2
  41. package/mcp-docs/web/components/DatePicker.txt +1 -1
  42. package/mcp-docs/web/components/Divider.txt +1 -1
  43. package/mcp-docs/web/components/DotSymbol.txt +1 -1
  44. package/mcp-docs/web/components/Fallback.txt +264 -1
  45. package/mcp-docs/web/components/FloatingAssetCard.txt +1 -1
  46. package/mcp-docs/web/components/Grid.txt +264 -1
  47. package/mcp-docs/web/components/GridColumn.txt +264 -1
  48. package/mcp-docs/web/components/HStack.txt +264 -1
  49. package/mcp-docs/web/components/Icon.txt +2 -2
  50. package/mcp-docs/web/components/IconButton.txt +272 -2
  51. package/mcp-docs/web/components/InputChip.txt +1 -1
  52. package/mcp-docs/web/components/Interactable.txt +272 -1
  53. package/mcp-docs/web/components/LineChart.txt +1 -1
  54. package/mcp-docs/web/components/Link.txt +271 -1
  55. package/mcp-docs/web/components/ListCell.txt +260 -1
  56. package/mcp-docs/web/components/MediaChip.txt +1 -1
  57. package/mcp-docs/web/components/Modal.txt +1 -1
  58. package/mcp-docs/web/components/ModalBody.txt +2 -2
  59. package/mcp-docs/web/components/ModalFooter.txt +1 -1
  60. package/mcp-docs/web/components/ModalHeader.txt +1 -1
  61. package/mcp-docs/web/components/MultiContentModule.txt +262 -1
  62. package/mcp-docs/web/components/NudgeCard.txt +1 -1
  63. package/mcp-docs/web/components/Overlay.txt +1 -1
  64. package/mcp-docs/web/components/PageFooter.txt +1 -1
  65. package/mcp-docs/web/components/PageHeader.txt +1 -1
  66. package/mcp-docs/web/components/Pagination.txt +1 -1
  67. package/mcp-docs/web/components/PeriodSelector.txt +11 -59
  68. package/mcp-docs/web/components/Point.txt +1 -4
  69. package/mcp-docs/web/components/PortalProvider.txt +2 -0
  70. package/mcp-docs/web/components/Pressable.txt +272 -1
  71. package/mcp-docs/web/components/Radio.txt +2 -2
  72. package/mcp-docs/web/components/RadioCell.txt +2 -2
  73. package/mcp-docs/web/components/RadioGroup.txt +8 -14
  74. package/mcp-docs/web/components/RemoteImage.txt +2 -2
  75. package/mcp-docs/web/components/RollingNumber.txt +263 -1
  76. package/mcp-docs/web/components/SearchInput.txt +2 -2
  77. package/mcp-docs/web/components/SectionHeader.txt +1 -1
  78. package/mcp-docs/web/components/SegmentedTabs.txt +1 -1
  79. package/mcp-docs/web/components/Select.txt +8 -14
  80. package/mcp-docs/web/components/SelectAlpha.txt +41 -0
  81. package/mcp-docs/web/components/SelectChip.txt +1 -1
  82. package/mcp-docs/web/components/Sidebar.txt +2 -2
  83. package/mcp-docs/web/components/SidebarItem.txt +4 -4
  84. package/mcp-docs/web/components/Spacer.txt +264 -1
  85. package/mcp-docs/web/components/SparklineInteractiveHeader.txt +8 -6
  86. package/mcp-docs/web/components/Spinner.txt +1 -1
  87. package/mcp-docs/web/components/Stepper.txt +2 -1
  88. package/mcp-docs/web/components/Switch.txt +2 -2
  89. package/mcp-docs/web/components/TabLabel.txt +2 -2
  90. package/mcp-docs/web/components/Table.txt +1 -1
  91. package/mcp-docs/web/components/TableCaption.txt +1 -1
  92. package/mcp-docs/web/components/TableCell.txt +1 -1
  93. package/mcp-docs/web/components/TableRow.txt +1 -1
  94. package/mcp-docs/web/components/Tabs.txt +1 -1
  95. package/mcp-docs/web/components/Tag.txt +1 -1
  96. package/mcp-docs/web/components/Text.txt +264 -1
  97. package/mcp-docs/web/components/TextInput.txt +3 -3
  98. package/mcp-docs/web/components/ThemeProvider.txt +6 -21
  99. package/mcp-docs/web/components/TileButton.txt +271 -1
  100. package/mcp-docs/web/components/Toast.txt +1 -1
  101. package/mcp-docs/web/components/VStack.txt +264 -1
  102. package/package.json +1 -1
@@ -84,11 +84,70 @@ On web, all [ARIA attributes](https://developer.mozilla.org/en-US/docs/Web/Acces
84
84
 
85
85
  | Prop | Type | Required | Default | Description |
86
86
  | --- | --- | --- | --- | --- |
87
+ | `about` | `string \| undefined` | No | `-` | - |
88
+ | `accessKey` | `string \| undefined` | No | `-` | - |
87
89
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
88
90
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
89
91
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
90
- | `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 | `-` | - |
92
+ | `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
93
+ | `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. |
94
+ | `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. |
95
+ | `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
96
+ | `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. |
97
+ | `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
98
+ | `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
99
+ | `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
100
+ | `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. |
101
+ | `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
102
+ | `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
103
+ | `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
104
+ | `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. |
105
+ | `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
106
+ | `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
107
+ | `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
108
+ | `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
109
+ | `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. |
110
+ | `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
111
+ | `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
112
+ | `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. |
113
+ | `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
114
+ | `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. |
115
+ | `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
116
+ | `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
117
+ | `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
118
+ | `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
119
+ | `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
120
+ | `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
121
+ | `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. |
122
+ | `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
123
+ | `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
124
+ | `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
125
+ | `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
126
+ | `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. |
127
+ | `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. |
128
+ | `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. |
129
+ | `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
130
+ | `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
131
+ | `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. |
132
+ | `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
133
+ | `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
134
+ | `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
135
+ | `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. |
136
+ | `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
137
+ | `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
138
+ | `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
139
+ | `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. |
140
+ | `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
141
+ | `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
142
+ | `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
143
+ | `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
144
+ | `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
145
+ | `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 | `button` | 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. |
91
146
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
147
+ | `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
148
+ | `autoCorrect` | `string \| undefined` | No | `-` | - |
149
+ | `autoFocus` | `boolean \| undefined` | No | `-` | - |
150
+ | `autoSave` | `string \| undefined` | No | `-` | - |
92
151
  | `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 | `-` | Background color of the overlay (element being interacted with). |
93
152
  | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
94
153
  | `block` | `boolean` | No | `-` | Set element to block and expand to 100% width. |
@@ -111,13 +170,24 @@ On web, all [ARIA attributes](https://developer.mozilla.org/en-US/docs/Web/Acces
111
170
  | `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
112
171
  | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
113
172
  | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
173
+ | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
114
174
  | `className` | `string` | No | `-` | Apply class names to the outer container. |
115
175
  | `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 | `-` | - |
116
176
  | `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
177
+ | `content` | `string \| undefined` | No | `-` | - |
178
+ | `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
179
+ | `contextMenu` | `string \| undefined` | No | `-` | - |
117
180
  | `dangerouslySetBackground` | `string` | No | `-` | - |
181
+ | `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
182
+ | `datatype` | `string \| undefined` | No | `-` | - |
183
+ | `defaultChecked` | `boolean \| undefined` | No | `-` | - |
184
+ | `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
185
+ | `dir` | `string \| undefined` | No | `-` | - |
118
186
  | `disabled` | `boolean` | No | `-` | Is the element currently disabled. |
119
187
  | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
188
+ | `draggable` | `Booleanish \| undefined` | No | `-` | - |
120
189
  | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
190
+ | `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
121
191
  | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
122
192
  | `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
123
193
  | `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -128,6 +198,12 @@ On web, all [ARIA attributes](https://developer.mozilla.org/en-US/docs/Web/Acces
128
198
  | `fontFamily` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
129
199
  | `fontSize` | `ResponsiveProp<FontSize \| inherit>` | No | `-` | - |
130
200
  | `fontWeight` | `ResponsiveProp<FontWeight \| inherit>` | No | `-` | - |
201
+ | `form` | `string \| undefined` | No | `-` | - |
202
+ | `formAction` | `string \| undefined` | No | `-` | - |
203
+ | `formEncType` | `string \| undefined` | No | `-` | - |
204
+ | `formMethod` | `string \| undefined` | No | `-` | - |
205
+ | `formNoValidate` | `boolean \| undefined` | No | `-` | - |
206
+ | `formTarget` | `string \| undefined` | No | `-` | - |
131
207
  | `gap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
132
208
  | `grid` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
133
209
  | `gridArea` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -145,7 +221,19 @@ On web, all [ARIA attributes](https://developer.mozilla.org/en-US/docs/Web/Acces
145
221
  | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
146
222
  | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
147
223
  | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
224
+ | `hidden` | `boolean \| undefined` | No | `-` | - |
225
+ | `id` | `string \| undefined` | No | `-` | - |
226
+ | `inlist` | `any` | No | `-` | - |
227
+ | `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 |
228
+ | `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
229
+ | `itemID` | `string \| undefined` | No | `-` | - |
230
+ | `itemProp` | `string \| undefined` | No | `-` | - |
231
+ | `itemRef` | `string \| undefined` | No | `-` | - |
232
+ | `itemScope` | `boolean \| undefined` | No | `-` | - |
233
+ | `itemType` | `string \| undefined` | No | `-` | - |
148
234
  | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
235
+ | `key` | `Key \| null \| undefined` | No | `-` | - |
236
+ | `lang` | `string \| undefined` | No | `-` | - |
149
237
  | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
150
238
  | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
151
239
  | `loading` | `boolean` | No | `-` | Is the element currenty loading. When set to true, will disable element from press and keyboard events |
@@ -160,7 +248,169 @@ On web, all [ARIA attributes](https://developer.mozilla.org/en-US/docs/Web/Acces
160
248
  | `maxWidth` | `ResponsiveProp<MaxWidth<string \| number>>` | No | `-` | - |
161
249
  | `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
162
250
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
251
+ | `name` | `string \| undefined` | No | `-` | - |
163
252
  | `noScaleOnPress` | `boolean` | No | `-` | Dont scale element on press. |
253
+ | `nonce` | `string \| undefined` | No | `-` | - |
254
+ | `onAbort` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
255
+ | `onAbortCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
256
+ | `onAnimationEnd` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
257
+ | `onAnimationEndCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
258
+ | `onAnimationIteration` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
259
+ | `onAnimationIterationCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
260
+ | `onAnimationStart` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
261
+ | `onAnimationStartCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
262
+ | `onAuxClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
263
+ | `onAuxClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
264
+ | `onBeforeInput` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
265
+ | `onBeforeInputCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
266
+ | `onBlur` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
267
+ | `onBlurCapture` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
268
+ | `onCanPlay` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
269
+ | `onCanPlayCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
270
+ | `onCanPlayThrough` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
271
+ | `onCanPlayThroughCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
272
+ | `onChange` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
273
+ | `onChangeCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
274
+ | `onClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
275
+ | `onClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
276
+ | `onCompositionEnd` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
277
+ | `onCompositionEndCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
278
+ | `onCompositionStart` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
279
+ | `onCompositionStartCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
280
+ | `onCompositionUpdate` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
281
+ | `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
282
+ | `onContextMenu` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
283
+ | `onContextMenuCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
284
+ | `onCopy` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
285
+ | `onCopyCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
286
+ | `onCut` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
287
+ | `onCutCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
288
+ | `onDoubleClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
289
+ | `onDoubleClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
290
+ | `onDrag` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
291
+ | `onDragCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
292
+ | `onDragEnd` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
293
+ | `onDragEndCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
294
+ | `onDragEnter` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
295
+ | `onDragEnterCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
296
+ | `onDragExit` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
297
+ | `onDragExitCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
298
+ | `onDragLeave` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
299
+ | `onDragLeaveCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
300
+ | `onDragOver` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
301
+ | `onDragOverCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
302
+ | `onDragStart` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
303
+ | `onDragStartCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
304
+ | `onDrop` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
305
+ | `onDropCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
306
+ | `onDurationChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
307
+ | `onDurationChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
308
+ | `onEmptied` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
309
+ | `onEmptiedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
310
+ | `onEncrypted` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
311
+ | `onEncryptedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
312
+ | `onEnded` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
313
+ | `onEndedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
314
+ | `onError` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
315
+ | `onErrorCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
316
+ | `onFocus` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
317
+ | `onFocusCapture` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
318
+ | `onGotPointerCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
319
+ | `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
320
+ | `onInput` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
321
+ | `onInputCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
322
+ | `onInvalid` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
323
+ | `onInvalidCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
324
+ | `onKeyDown` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
325
+ | `onKeyDownCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
326
+ | `onKeyPress` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
327
+ | `onKeyPressCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
328
+ | `onKeyUp` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
329
+ | `onKeyUpCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
330
+ | `onLoad` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
331
+ | `onLoadCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
332
+ | `onLoadStart` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
333
+ | `onLoadStartCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
334
+ | `onLoadedData` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
335
+ | `onLoadedDataCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
336
+ | `onLoadedMetadata` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
337
+ | `onLoadedMetadataCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
338
+ | `onLostPointerCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
339
+ | `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
340
+ | `onMouseDown` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
341
+ | `onMouseDownCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
342
+ | `onMouseEnter` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
343
+ | `onMouseLeave` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
344
+ | `onMouseMove` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
345
+ | `onMouseMoveCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
346
+ | `onMouseOut` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
347
+ | `onMouseOutCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
348
+ | `onMouseOver` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
349
+ | `onMouseOverCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
350
+ | `onMouseUp` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
351
+ | `onMouseUpCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
352
+ | `onPaste` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
353
+ | `onPasteCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
354
+ | `onPause` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
355
+ | `onPauseCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
356
+ | `onPlay` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
357
+ | `onPlayCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
358
+ | `onPlaying` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
359
+ | `onPlayingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
360
+ | `onPointerCancel` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
361
+ | `onPointerCancelCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
362
+ | `onPointerDown` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
363
+ | `onPointerDownCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
364
+ | `onPointerEnter` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
365
+ | `onPointerLeave` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
366
+ | `onPointerMove` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
367
+ | `onPointerMoveCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
368
+ | `onPointerOut` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
369
+ | `onPointerOutCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
370
+ | `onPointerOver` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
371
+ | `onPointerOverCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
372
+ | `onPointerUp` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
373
+ | `onPointerUpCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
374
+ | `onProgress` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
375
+ | `onProgressCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
376
+ | `onRateChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
377
+ | `onRateChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
378
+ | `onReset` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
379
+ | `onResetCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
380
+ | `onResize` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
381
+ | `onResizeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
382
+ | `onScroll` | `UIEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
383
+ | `onScrollCapture` | `UIEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
384
+ | `onSeeked` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
385
+ | `onSeekedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
386
+ | `onSeeking` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
387
+ | `onSeekingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
388
+ | `onSelect` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
389
+ | `onSelectCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
390
+ | `onStalled` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
391
+ | `onStalledCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
392
+ | `onSubmit` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
393
+ | `onSubmitCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
394
+ | `onSuspend` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
395
+ | `onSuspendCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
396
+ | `onTimeUpdate` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
397
+ | `onTimeUpdateCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
398
+ | `onTouchCancel` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
399
+ | `onTouchCancelCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
400
+ | `onTouchEnd` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
401
+ | `onTouchEndCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
402
+ | `onTouchMove` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
403
+ | `onTouchMoveCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
404
+ | `onTouchStart` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
405
+ | `onTouchStartCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
406
+ | `onTransitionEnd` | `TransitionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
407
+ | `onTransitionEndCapture` | `TransitionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
408
+ | `onVolumeChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
409
+ | `onVolumeChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
410
+ | `onWaiting` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
411
+ | `onWaitingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
412
+ | `onWheel` | `WheelEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
413
+ | `onWheelCapture` | `WheelEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
164
414
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
165
415
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
166
416
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `0` | - |
@@ -172,21 +422,42 @@ On web, all [ARIA attributes](https://developer.mozilla.org/en-US/docs/Web/Acces
172
422
  | `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
173
423
  | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
174
424
  | `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
425
+ | `prefix` | `string \| undefined` | No | `-` | - |
175
426
  | `pressed` | `boolean` | No | `-` | Is the element being pressed. Primarily a mobile feature, but can be used on the web. |
427
+ | `property` | `string \| undefined` | No | `-` | - |
428
+ | `radioGroup` | `string \| undefined` | No | `-` | - |
176
429
  | `ref` | `any` | No | `-` | - |
430
+ | `rel` | `string \| undefined` | No | `-` | - |
431
+ | `resource` | `string \| undefined` | No | `-` | - |
432
+ | `results` | `number \| undefined` | No | `-` | - |
433
+ | `rev` | `string \| undefined` | No | `-` | - |
177
434
  | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
435
+ | `role` | `AriaRole \| undefined` | No | `-` | - |
178
436
  | `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
437
+ | `security` | `string \| undefined` | No | `-` | - |
438
+ | `slot` | `string \| undefined` | No | `-` | - |
439
+ | `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
179
440
  | `style` | `CSSProperties` | No | `-` | - |
441
+ | `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
442
+ | `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
443
+ | `tabIndex` | `number \| undefined` | No | `-` | - |
180
444
  | `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 |
181
445
  | `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
182
446
  | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
183
447
  | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
448
+ | `title` | `string \| undefined` | No | `-` | - |
184
449
  | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
185
450
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
451
+ | `translate` | `yes \| no \| undefined` | No | `-` | - |
186
452
  | `transparentWhileInactive` | `boolean` | No | `-` | Mark the background and border as transparent until the element is interacted with (hovered, pressed, etc). Must be used in conjunction with the pressed prop |
187
453
  | `transparentWhilePressed` | `boolean` | No | `-` | Mark the background and border as transparent even while element is interacted with (elevation underlay issue). Must be used in conjunction with the pressed prop |
454
+ | `type` | `button \| submit \| reset \| undefined` | No | `-` | - |
455
+ | `typeof` | `string \| undefined` | No | `-` | - |
456
+ | `unselectable` | `off \| on \| undefined` | No | `-` | - |
188
457
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
458
+ | `value` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
189
459
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
460
+ | `vocab` | `string \| undefined` | No | `-` | - |
190
461
  | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
191
462
  | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
192
463
 
@@ -210,10 +210,10 @@ function CustomStyledRadio() {
210
210
  | `iconStyle` | `CSSProperties` | No | `-` | Style for the icon element |
211
211
  | `indeterminate` | `boolean` | No | `-` | Enable indeterminate state. Useful when you want to indicate that sub-items of a control are partially filled. |
212
212
  | `labelStyle` | `CSSProperties` | No | `-` | Style for the label element |
213
- | `onChange` | `ChangeEventHandler<HTMLInputElement>` | No | `-` | - |
213
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
214
214
  | `ref` | `null \| (instance: HTMLInputElement \| null) => void \| RefObject<HTMLInputElement>` | No | `-` | - |
215
215
  | `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 |
216
- | `type` | `number \| color \| button \| search \| time \| image \| text \| hidden \| string & {} \| email \| checkbox \| radio \| tel \| url \| date \| submit \| reset \| datetime-local \| file \| month \| password \| range \| week` | No | `-` | - |
216
+ | `type` | `button \| submit \| reset` | No | `-` | - |
217
217
  | `value` | `string` | No | `-` | Value of the option. Useful for multiple choice. |
218
218
 
219
219
 
@@ -98,7 +98,7 @@ function CustomRadioCellExample() {
98
98
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
99
99
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
100
100
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
101
- | `as` | `label` | No | `-` | - |
101
+ | `as` | `label` | 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. |
102
102
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
103
103
  | `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 | `-` | Background color of the overlay (element being interacted with). |
104
104
  | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
@@ -205,7 +205,7 @@ function CustomRadioCellExample() {
205
205
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
206
206
  | `transparentWhileInactive` | `boolean` | No | `-` | Mark the background and border as transparent until the element is interacted with (hovered, pressed, etc). Must be used in conjunction with the pressed prop |
207
207
  | `transparentWhilePressed` | `boolean` | No | `-` | Mark the background and border as transparent even while element is interacted with (elevation underlay issue). Must be used in conjunction with the pressed prop |
208
- | `type` | `number \| color \| button \| search \| time \| image \| text \| hidden \| string & {} \| email \| checkbox \| radio \| tel \| url \| date \| submit \| reset \| datetime-local \| file \| month \| password \| range \| week` | No | `-` | - |
208
+ | `type` | `button \| submit \| reset` | No | `-` | - |
209
209
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
210
210
  | `value` | `string` | No | `-` | Value of the option. Useful for multiple choice. |
211
211
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
@@ -268,21 +268,15 @@ function AdvancedCustomColors() {
268
268
 
269
269
  | Prop | Type | Required | Default | Description |
270
270
  | --- | --- | --- | --- | --- |
271
- | `accessibilityLabel` | `string` | No | `-` | Accessibility label describing the element. |
272
- | `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 | `-` | Background color of the overlay (element being interacted with). |
273
- | `borderColor` | `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 | `-` | Border color of the element. |
274
- | `borderRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
275
- | `borderWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
276
- | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Label for the control option. |
277
- | `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 | `black` | - |
278
- | `controlColor` | `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 | `bgPrimary` | Sets the checked/active color of the control. |
279
- | `iconStyle` | `CSSProperties` | No | `-` | Style for the icon element |
280
- | `indeterminate` | `boolean` | No | `-` | Enable indeterminate state. Useful when you want to indicate that sub-items of a control are partially filled. |
281
- | `labelStyle` | `CSSProperties` | No | `-` | Style for the label element |
282
- | `onChange` | `ChangeEventHandler<HTMLInputElement>` | No | `-` | - |
271
+ | `name` | `string` | Yes | `-` | Field name of the multiple choice radio group. |
272
+ | `options` | `Record<T, ReactNode>` | Yes | `-` | Multiple choice options for the radio group. The object key represents the radio input value and the object value represents the radio option label. |
273
+ | `controlColor` | `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 | `bgPrimary` | Sets the checked/active color of each control in the group. |
274
+ | `direction` | `horizontal \| vertical` | No | `vertical` | Direction a group of components should flow. |
275
+ | `gap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | Gap to insert between siblings. |
276
+ | `label` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Set a label summary for the group of radios. |
277
+ | `onChange` | `((value: T) => void)` | No | `-` | Handle change event when pressing on a radio option. |
283
278
  | `ref` | `null \| (instance: HTMLInputElement \| null) => void \| RefObject<HTMLInputElement>` | No | `-` | - |
284
279
  | `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 |
285
- | `type` | `number \| color \| button \| search \| time \| image \| text \| hidden \| string & {} \| email \| checkbox \| radio \| tel \| url \| date \| submit \| reset \| datetime-local \| file \| month \| password \| range \| week` | No | `-` | - |
286
- | `value` | `string` | No | `-` | Value of the option. Useful for multiple choice. |
280
+ | `value` | `string` | No | `-` | Currently selected value. |
287
281
 
288
282
 
@@ -63,7 +63,7 @@ If no images are shown, RemoteImage will show a default Fallback. Be aware that
63
63
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
64
64
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
65
65
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
66
- | `as` | `img` | No | `-` | - |
66
+ | `as` | `img` | 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. |
67
67
  | `aspectRatio` | `auto \| inherit \| string & {} \| -moz-initial \| initial \| revert \| revert-layer \| unset \| number & {}` | No | `-` | - |
68
68
  | `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 | `-` | - |
69
69
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -131,7 +131,7 @@ If no images are shown, RemoteImage will show a default Fallback. Be aware that
131
131
  | `maxWidth` | `ResponsiveProp<MaxWidth<string \| number>>` | No | `-` | - |
132
132
  | `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
133
133
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
134
- | `onChange` | `FormEventHandler<HTMLImageElement>` | No | `-` | - |
134
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
135
135
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
136
136
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
137
137
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |