@coinbase/cds-mcp-server 8.34.0 → 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 (102) hide show
  1. package/CHANGELOG.md +4 -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
@@ -245,11 +245,70 @@ A full-width primary action with a compact secondary option.
245
245
  | Prop | Type | Required | Default | Description |
246
246
  | --- | --- | --- | --- | --- |
247
247
  | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | Yes | `-` | Children to render within the button. |
248
+ | `about` | `string \| undefined` | No | `-` | - |
249
+ | `accessKey` | `string \| undefined` | No | `-` | - |
248
250
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
249
251
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
250
252
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
251
- | `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 | `-` | - |
253
+ | `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
254
+ | `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. |
255
+ | `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. |
256
+ | `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
257
+ | `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. |
258
+ | `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
259
+ | `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
260
+ | `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
261
+ | `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. |
262
+ | `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
263
+ | `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
264
+ | `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
265
+ | `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. |
266
+ | `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
267
+ | `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
268
+ | `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
269
+ | `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
270
+ | `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. |
271
+ | `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
272
+ | `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
273
+ | `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. |
274
+ | `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
275
+ | `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. |
276
+ | `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
277
+ | `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
278
+ | `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
279
+ | `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
280
+ | `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
281
+ | `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
282
+ | `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. |
283
+ | `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
284
+ | `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
285
+ | `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
286
+ | `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
287
+ | `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. |
288
+ | `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. |
289
+ | `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. |
290
+ | `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
291
+ | `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
292
+ | `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. |
293
+ | `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
294
+ | `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
295
+ | `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
296
+ | `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. |
297
+ | `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
298
+ | `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
299
+ | `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
300
+ | `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. |
301
+ | `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
302
+ | `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
303
+ | `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
304
+ | `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
305
+ | `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
306
+ | `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. |
252
307
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
308
+ | `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
309
+ | `autoCorrect` | `string \| undefined` | No | `-` | - |
310
+ | `autoFocus` | `boolean \| undefined` | No | `-` | - |
311
+ | `autoSave` | `string \| undefined` | No | `-` | - |
253
312
  | `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). |
254
313
  | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
255
314
  | `block` | `boolean` | No | `-` | Change to block and expand to 100% of parent width. |
@@ -276,13 +335,23 @@ A full-width primary action with a compact secondary option.
276
335
  | `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 | `-` | - |
277
336
  | `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
278
337
  | `compact` | `boolean` | No | `-` | Reduce the inner padding within the button itself. |
338
+ | `content` | `string \| undefined` | No | `-` | - |
339
+ | `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
340
+ | `contextMenu` | `string \| undefined` | No | `-` | - |
279
341
  | `dangerouslySetBackground` | `string` | No | `-` | - |
342
+ | `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
343
+ | `datatype` | `string \| undefined` | No | `-` | - |
344
+ | `defaultChecked` | `boolean \| undefined` | No | `-` | - |
345
+ | `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
346
+ | `dir` | `string \| undefined` | No | `-` | - |
280
347
  | `disabled` | `boolean` | No | `-` | Mark the button as disabled. |
281
348
  | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
349
+ | `draggable` | `Booleanish \| undefined` | No | `-` | - |
282
350
  | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
283
351
  | `end` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Set the end node |
284
- | `endIcon` | `key \| search \| pin \| filter \| visible \| continuous \| auto \| loop \| warning \| error \| account \| activity \| add \| addPeople \| advancedMarketSelector \| advancedTradeProduct \| affiliates \| airdrop \| allTimeHigh \| allocation \| annotation \| api \| apiPlug \| appSwitcher \| appleLogo \| application \| arrowDown \| arrowLeft \| arrowRight \| arrowUp \| arrowsHorizontal \| arrowsUpDown \| arrowsVertical \| artwork \| assetHubProduct \| assetManagementProduct \| astronautHelmet \| avatar \| average \| backArrow \| bank \| barChartWindow \| base \| baseApps \| baseFeed \| baseNotification \| baseQuickBuy \| baseSquare \| baseTransact \| baseVerification \| baseWallet \| beaker \| beginningArrow \| bell \| bellCheck \| bellPlus \| block \| blockchain \| blog \| book \| bookmark \| borrowProduct \| bridging \| briefcase \| browser \| calculator \| calendar \| calendarBlank \| calendarEmpty \| camera \| candlesticks \| car \| card \| caret \| caretDown \| caretLeft \| caretRight \| caretUp \| cash \| cashAustralianDollar \| cashBrazilianReal \| cashBrazillianReal \| cashCanadianDollar \| cashCoins \| cashEUR \| cashGBP \| cashIndonesianRupiah \| cashJPY \| cashPhilippinePeso \| cashPolishZloty \| cashRupee \| cashSingaporeDollar \| cashSwissFranc \| cashThaiBaht \| cashTurkishLira \| cashUSD \| cashUaeDirham \| cashVietnameseDong \| chainLink \| chartBar \| chartCandles \| chartLine \| chartPie \| chartPieCircle \| chartVolume \| chatBotAgent \| chatBubble \| chatRequests \| checkboxChecked \| checkboxEmpty \| checkmark \| circleCheckmark \| circleCross \| circulatingSupply \| clipboard \| clock \| clockOutline \| close \| closeCaption \| clothing \| cloud \| cloudProduct \| cluster \| coinbase \| coinbaseCardProduct \| coinbaseOne \| coinbaseOneCard \| coinbaseOneLogo \| coinbaseRewards \| coinsCrypto \| collapse \| collectibles \| collection \| comment \| commentPlus \| commerceProduct \| compass \| complianceProduct \| compose \| concierge \| conciergeBell \| config \| convert \| copy \| creatorCoin \| cross \| crossTrade \| crypto \| cryptobasics \| crystalBall \| crystalBallInsight \| currencies \| custodyProduct \| dashboard \| dataMarketplaceProduct \| dataStack \| defi \| delegateProduct \| deposit \| derivatives \| derivativesProduct \| derivativesProductNew \| developerAPIProduct \| developerPlatformProduct \| dex \| diagonalDownArrow \| diagonalRightArrow \| diagonalUpArrow \| diamond \| diamondIncentives \| dinnerPlate \| directDeposit \| directDepositIcon \| disabledPhone \| discordLogo \| distribution \| document \| documentation \| dot \| doubleChevronRight \| downArrow \| download \| drag \| drops \| earn \| earnProduct \| earnRewards \| email \| endArrow \| ethereum \| eventContracts \| exchangeProduct \| exclamationMark \| expand \| expandAddress \| expandAll \| externalLink \| eye \| faceScan \| faces \| faucet \| fib \| fingerprint \| flame \| folder \| folderArrow \| folderOpen \| followAdd \| following \| fork \| forwardArrow \| fscsProtection \| gab \| games \| gasFees \| gauge \| gaugeEmpty \| gaugeHigh \| gaugeHighLow \| gaugeHighMid \| gaugeLow \| gaugeLowHigh \| gaugeLowMid \| gaugeMedium \| gavel \| gear \| generalCharacter \| ghost \| gif \| giftBox \| giftCard \| gitHubLogo \| globe \| googleLogo \| grid \| group \| hamburger \| hammer \| heart \| helpCenterProduct \| helpCenterQuestionMark \| hiddenEye \| home \| horizontalLine \| ideal \| identityCard \| image \| info \| initiator \| instagramLogo \| instantUnstakingClock \| institute \| institutionalProduct \| interest \| invisible \| invoice \| keyboard \| laptop \| leadChart \| leadCoin \| learningRewardsProduct \| light \| lightbulb \| lightningBolt \| lineChartCrypto \| list \| location \| lock \| login \| logout \| magnifyingGlass \| marketCap \| megaphone \| menu \| metaverse \| microphone \| mint \| minus \| moneyCardCoin \| moon \| more \| moreVertical \| music \| newsFeed \| newsletter \| nft \| nftBuy \| nftOffer \| nftProduct \| nftSale \| noRocket \| noWifi \| nodeProduct \| options \| orderBook \| orderHistory \| outline \| pFPS \| paperAirplane \| paperclip \| participate \| participateProduct \| passKey \| passport \| pause \| pay \| payProduct \| paymentCard \| payments \| payouts \| paypal \| pencil \| peopleGroup \| peopleStar \| percentage \| perpetualSwap \| phone \| pieChartData \| plane \| planet \| play \| plusMinus \| powerTool \| priceAlerts \| priceAlertsCheck \| primePoduct \| privateClientProduct \| proProduct \| profile \| protection \| pulse \| pyramid \| qrCode \| qrCodeAlt \| queryTransact \| questionMark \| reCenter \| rectangle \| recurring \| refresh \| regulated \| regulatedFutures \| report \| rewardsProduct \| robot \| rocket \| rocketShip \| rollingSpot \| rosettaProduct \| royalty \| safe \| save \| savingsBank \| scanQrCode \| securityKey \| securityShield \| seen \| sendReceive \| setPinCode \| settings \| share \| shield \| shieldOutline \| shoppingCart \| signinProduct \| singleCoin \| smartContract \| socialChat \| socialReshare \| socialShare \| sofort \| sortDoubleArrow \| sortDown \| sortDownCenter \| sortUp \| sortUpCenter \| soundOff \| soundOn \| sparkle \| speaker \| staggeredList \| stake \| staking \| star \| statusDot \| step0 \| step1 \| step2 \| step3 \| step4 \| step5 \| step6 \| step7 \| step8 \| step9 \| sun \| support \| tag \| taxes \| taxesReceipt \| telephone \| thumbsDown \| thumbsDownOutline \| thumbsUp \| thumbsUpOutline \| tokenSales \| trading \| transactions \| trashCan \| trophy \| trophyCup \| twitterLogo \| ultility \| undo \| unfollowPeople \| unknown \| unlock \| upArrow \| upload \| venturesProduct \| verifiedBadge \| verifiedPools \| verticalLine \| waasProduct \| wallet \| walletLogo \| walletProduct \| wellness \| wifi \| wireTransfer \| withdraw \| wrapToken \| xLogo` | No | `-` | Icon to render at the end of the button. |
352
+ | `endIcon` | `key \| search \| pin \| filter \| visible \| continuous \| auto \| loop \| warning \| error \| account \| activity \| add \| addPeople \| advancedMarketSelector \| advancedTradeProduct \| affiliates \| airdrop \| airdropAlt \| airdropCoins \| airdropParachute \| alien \| allTimeHigh \| allocation \| annotation \| api \| apiPlug \| apothecary \| appSwitcher \| apple \| appleLogo \| application \| arrowDown \| arrowLeft \| arrowRight \| arrowUp \| arrowsHorizontal \| arrowsUpDown \| arrowsVertical \| artwork \| assetHubProduct \| assetManagementProduct \| astronautHelmet \| atSign \| atomScience \| avatar \| average \| backArrow \| ballot \| ballotbox \| bandage \| bank \| barChartSimple \| barChartWindow \| base \| baseApps \| baseFeed \| baseNotification \| baseQuickBuy \| baseSquare \| baseTransact \| baseVerification \| baseWallet \| baseball \| basketball \| beaker \| beginningArrow \| bell \| bellCheck \| bellPlus \| block \| blockchain \| blog \| book \| bookmark \| borrowProduct \| boxing \| bridging \| briefcase \| briefcaseAlt \| browser \| bug \| building \| calculator \| calendar \| calendarBlank \| calendarDates \| calendarEmpty \| calendarHeart \| calendarMoney \| calendarStar \| camera \| candlesticks \| car \| card \| caret \| caretDown \| caretLeft \| caretRight \| caretUp \| cash \| cashAustralianDollar \| cashBrazilianReal \| cashBrazillianReal \| cashCanadianDollar \| cashCoins \| cashEUR \| cashGBP \| cashIndonesianRupiah \| cashJPY \| cashPhilippinePeso \| cashPolishZloty \| cashRupee \| cashSingaporeDollar \| cashSwissFranc \| cashThaiBaht \| cashTurkishLira \| cashUSD \| cashUaeDirham \| cashVietnameseDong \| chainLink \| chartBar \| chartCandles \| chartLine \| chartPie \| chartPieCircle \| chartVolume \| chatBotAgent \| chatBubble \| chatRequests \| checkboxChecked \| checkboxEmpty \| checkmark \| chess \| circleCheckmark \| circleCross \| circulatingSupply \| city \| clipboard \| clock \| clockOutline \| close \| closeCaption \| clothing \| cloud \| cloudPartial \| cloudProduct \| cluster \| coinbase \| coinbaseCardProduct \| coinbaseOne \| coinbaseOneCard \| coinbaseOneLogo \| coinbaseRewards \| coinsCrypto \| collapse \| collectibles \| collection \| comment \| commentPlus \| commerceProduct \| compass \| complianceProduct \| compose \| computerChip \| concierge \| conciergeBell \| config \| convert \| copy \| corporation \| creatorCoin \| cricket \| cross \| crossTrade \| crypto \| cryptobasics \| crystalBall \| crystalBallInsight \| currencies \| custodyProduct \| dashboard \| dataMarketplaceProduct \| dataStack \| defi \| delegateProduct \| deposit \| derivatives \| derivativesProduct \| derivativesProductNew \| developerAPIProduct \| developerPlatformProduct \| dex \| diagonalDownArrow \| diagonalRightArrow \| diagonalUpArrow \| diamond \| diamondIncentives \| dinnerPlate \| directDeposit \| directDepositIcon \| disabledPhone \| discordLogo \| distribution \| document \| documentation \| dot \| doubleChevronRight \| downArrow \| download \| drag \| drops \| earn \| earnProduct \| earnRewards \| earthquake \| educationBook \| educationPencil \| email \| endArrow \| entertainment \| ethereum \| eventContracts \| exchangeProduct \| exclamationMark \| expand \| expandAddress \| expandAll \| externalLink \| eye \| faceScan \| faces \| factory \| faucet \| fib \| filmStrip \| fingerprint \| flame \| folder \| folderArrow \| folderOpen \| followAdd \| following \| football \| fork \| forwardArrow \| fscsProtection \| gab \| games \| gaming \| gasFees \| gasFeesAlt \| gauge \| gaugeEmpty \| gaugeHigh \| gaugeHighLow \| gaugeHighMid \| gaugeLow \| gaugeLowHigh \| gaugeLowMid \| gaugeMedium \| gavel \| gear \| generalCharacter \| ghost \| gif \| giftBox \| giftCard \| gitHubLogo \| globe \| golf \| googleLogo \| greenEnergy \| grid \| group \| hamburger \| hammer \| heart \| helpCenterProduct \| helpCenterQuestionMark \| hiddenEye \| hockey \| home \| horizontalLine \| hospital \| hospitalCross \| hurricane \| ideal \| identityCard \| image \| info \| initiator \| instagramLogo \| instantUnstakingClock \| institute \| institutionalProduct \| interest \| invisible \| invoice \| keyboard \| laptop \| leadChart \| leadCoin \| learningRewardsProduct \| light \| lightbulb \| lightning \| lightningBolt \| lineChartCrypto \| list \| location \| lock \| login \| logout \| magnifyingGlass \| marketCap \| medal \| megaphone \| menu \| metaverse \| microphone \| microphoneCordless \| microscope \| mint \| minus \| mma \| moneyCardCoin \| moon \| more \| moreVertical \| motorsport \| music \| musicArticles \| needle \| newsFeed \| newsletter \| nft \| nftBuy \| nftOffer \| nftProduct \| nftSale \| noRocket \| noWifi \| nodeProduct \| oil \| options \| orderBook \| orderHistory \| outline \| pFPS \| paperAirplane \| paperclip \| participate \| participateProduct \| passKey \| passport \| pause \| pay \| payProduct \| paymentCard \| payments \| payouts \| paypal \| pencil \| peopleGroup \| peopleStar \| percentage \| perpetualSwap \| phone \| pieChartData \| pillBottle \| pillCapsule \| plane \| planet \| play \| playbutton \| plusMinus \| podiumStar \| politicsBuilding \| politicsCandidate \| politicsFlag \| politicsGavel \| politicsPodium \| politicsStar \| powerTool \| priceAlerts \| priceAlertsCheck \| primePoduct \| privateClientProduct \| proProduct \| profile \| protection \| pulse \| pyramid \| qrCode \| qrCodeAlt \| queryTransact \| questionMark \| quotation \| rain \| ratingsCheck \| ratingsChecks \| ratingsStar \| reCenter \| rectangle \| recurring \| refresh \| regulated \| regulatedFutures \| report \| rewardsProduct \| ribbon \| robot \| rocket \| rocketShip \| rollingSpot \| rosettaProduct \| rottenTomato \| royalty \| safe \| save \| savingsBank \| scanQrCode \| scienceAtom \| scienceBeaker \| scienceMoon \| securityKey \| securityShield \| seen \| sendReceive \| setPinCode \| settings \| share \| shield \| shieldOutline \| shoe \| shoppingCart \| signinProduct \| singleCoin \| singleNote \| singlecloud \| smartContract \| snow \| soccer \| socialChat \| socialReshare \| socialShare \| sofort \| sortDoubleArrow \| sortDown \| sortDownCenter \| sortUp \| sortUpCenter \| soundOff \| soundOn \| sparkle \| speaker \| speechBubble \| stableCoin \| stablecoinStack \| staggeredList \| stake \| staking \| star \| starAward \| starBubble \| starTrophy \| statusDot \| step0 \| step1 \| step2 \| step3 \| step4 \| step5 \| step6 \| step7 \| step8 \| step9 \| strategy \| sun \| support \| tag \| taxes \| taxesReceipt \| telephone \| tennis \| test \| thermometer \| thumbsDown \| thumbsDownOutline \| thumbsUp \| thumbsUpOutline \| tokenLaunchCoin \| tokenLaunchRocket \| tokenSales \| tornado \| trading \| transactions \| trashCan \| trophy \| trophyCup \| tshirt \| tv \| tvStand \| twitterLogo \| ultility \| umbrella \| undo \| unfollowPeople \| unknown \| unlock \| upArrow \| upload \| venturesProduct \| verifiedBadge \| verifiedPools \| verticalLine \| virus \| waasProduct \| wallet \| walletLogo \| walletProduct \| wellness \| wifi \| wind \| wireTransfer \| withdraw \| wrapToken \| xLogo` | No | `-` | Icon to render at the end of the button. |
285
353
  | `endIconActive` | `boolean` | No | `-` | Whether the end icon is active |
354
+ | `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
286
355
  | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
287
356
  | `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
288
357
  | `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -294,6 +363,12 @@ A full-width primary action with a compact secondary option.
294
363
  | `fontFamily` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
295
364
  | `fontSize` | `ResponsiveProp<FontSize \| inherit>` | No | `-` | - |
296
365
  | `fontWeight` | `ResponsiveProp<FontWeight \| inherit>` | No | `-` | - |
366
+ | `form` | `string \| undefined` | No | `-` | - |
367
+ | `formAction` | `string \| undefined` | No | `-` | - |
368
+ | `formEncType` | `string \| undefined` | No | `-` | - |
369
+ | `formMethod` | `string \| undefined` | No | `-` | - |
370
+ | `formNoValidate` | `boolean \| undefined` | No | `-` | - |
371
+ | `formTarget` | `string \| undefined` | No | `-` | - |
297
372
  | `gap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
298
373
  | `grid` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
299
374
  | `gridArea` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -311,7 +386,19 @@ A full-width primary action with a compact secondary option.
311
386
  | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
312
387
  | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
313
388
  | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
389
+ | `hidden` | `boolean \| undefined` | No | `-` | - |
390
+ | `id` | `string \| undefined` | No | `-` | - |
391
+ | `inlist` | `any` | No | `-` | - |
392
+ | `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 |
393
+ | `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
394
+ | `itemID` | `string \| undefined` | No | `-` | - |
395
+ | `itemProp` | `string \| undefined` | No | `-` | - |
396
+ | `itemRef` | `string \| undefined` | No | `-` | - |
397
+ | `itemScope` | `boolean \| undefined` | No | `-` | - |
398
+ | `itemType` | `string \| undefined` | No | `-` | - |
314
399
  | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
400
+ | `key` | `Key \| null \| undefined` | No | `-` | - |
401
+ | `lang` | `string \| undefined` | No | `-` | - |
315
402
  | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
316
403
  | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
317
404
  | `loading` | `boolean` | No | `-` | Mark the button as loading and display a spinner. |
@@ -328,7 +415,168 @@ A full-width primary action with a compact secondary option.
328
415
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
329
416
  | `name` | `string` | No | `-` | Uniquely identify the button within a form. |
330
417
  | `noScaleOnPress` | `boolean` | No | `-` | Dont scale element on press. |
418
+ | `nonce` | `string \| undefined` | No | `-` | - |
331
419
  | `numberOfLines` | `number` | No | `1` | Truncates text after wrapping to a defined number of lines. |
420
+ | `onAbort` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
421
+ | `onAbortCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
422
+ | `onAnimationEnd` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
423
+ | `onAnimationEndCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
424
+ | `onAnimationIteration` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
425
+ | `onAnimationIterationCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
426
+ | `onAnimationStart` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
427
+ | `onAnimationStartCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
428
+ | `onAuxClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
429
+ | `onAuxClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
430
+ | `onBeforeInput` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
431
+ | `onBeforeInputCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
432
+ | `onBlur` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
433
+ | `onBlurCapture` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
434
+ | `onCanPlay` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
435
+ | `onCanPlayCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
436
+ | `onCanPlayThrough` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
437
+ | `onCanPlayThroughCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
438
+ | `onChange` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
439
+ | `onChangeCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
440
+ | `onClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
441
+ | `onClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
442
+ | `onCompositionEnd` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
443
+ | `onCompositionEndCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
444
+ | `onCompositionStart` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
445
+ | `onCompositionStartCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
446
+ | `onCompositionUpdate` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
447
+ | `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
448
+ | `onContextMenu` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
449
+ | `onContextMenuCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
450
+ | `onCopy` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
451
+ | `onCopyCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
452
+ | `onCut` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
453
+ | `onCutCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
454
+ | `onDoubleClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
455
+ | `onDoubleClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
456
+ | `onDrag` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
457
+ | `onDragCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
458
+ | `onDragEnd` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
459
+ | `onDragEndCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
460
+ | `onDragEnter` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
461
+ | `onDragEnterCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
462
+ | `onDragExit` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
463
+ | `onDragExitCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
464
+ | `onDragLeave` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
465
+ | `onDragLeaveCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
466
+ | `onDragOver` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
467
+ | `onDragOverCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
468
+ | `onDragStart` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
469
+ | `onDragStartCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
470
+ | `onDrop` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
471
+ | `onDropCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
472
+ | `onDurationChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
473
+ | `onDurationChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
474
+ | `onEmptied` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
475
+ | `onEmptiedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
476
+ | `onEncrypted` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
477
+ | `onEncryptedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
478
+ | `onEnded` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
479
+ | `onEndedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
480
+ | `onError` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
481
+ | `onErrorCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
482
+ | `onFocus` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
483
+ | `onFocusCapture` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
484
+ | `onGotPointerCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
485
+ | `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
486
+ | `onInput` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
487
+ | `onInputCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
488
+ | `onInvalid` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
489
+ | `onInvalidCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
490
+ | `onKeyDown` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
491
+ | `onKeyDownCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
492
+ | `onKeyPress` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
493
+ | `onKeyPressCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
494
+ | `onKeyUp` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
495
+ | `onKeyUpCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
496
+ | `onLoad` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
497
+ | `onLoadCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
498
+ | `onLoadStart` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
499
+ | `onLoadStartCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
500
+ | `onLoadedData` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
501
+ | `onLoadedDataCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
502
+ | `onLoadedMetadata` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
503
+ | `onLoadedMetadataCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
504
+ | `onLostPointerCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
505
+ | `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
506
+ | `onMouseDown` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
507
+ | `onMouseDownCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
508
+ | `onMouseEnter` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
509
+ | `onMouseLeave` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
510
+ | `onMouseMove` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
511
+ | `onMouseMoveCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
512
+ | `onMouseOut` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
513
+ | `onMouseOutCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
514
+ | `onMouseOver` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
515
+ | `onMouseOverCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
516
+ | `onMouseUp` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
517
+ | `onMouseUpCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
518
+ | `onPaste` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
519
+ | `onPasteCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
520
+ | `onPause` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
521
+ | `onPauseCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
522
+ | `onPlay` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
523
+ | `onPlayCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
524
+ | `onPlaying` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
525
+ | `onPlayingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
526
+ | `onPointerCancel` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
527
+ | `onPointerCancelCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
528
+ | `onPointerDown` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
529
+ | `onPointerDownCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
530
+ | `onPointerEnter` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
531
+ | `onPointerLeave` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
532
+ | `onPointerMove` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
533
+ | `onPointerMoveCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
534
+ | `onPointerOut` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
535
+ | `onPointerOutCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
536
+ | `onPointerOver` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
537
+ | `onPointerOverCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
538
+ | `onPointerUp` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
539
+ | `onPointerUpCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
540
+ | `onProgress` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
541
+ | `onProgressCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
542
+ | `onRateChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
543
+ | `onRateChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
544
+ | `onReset` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
545
+ | `onResetCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
546
+ | `onResize` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
547
+ | `onResizeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
548
+ | `onScroll` | `UIEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
549
+ | `onScrollCapture` | `UIEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
550
+ | `onSeeked` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
551
+ | `onSeekedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
552
+ | `onSeeking` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
553
+ | `onSeekingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
554
+ | `onSelect` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
555
+ | `onSelectCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
556
+ | `onStalled` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
557
+ | `onStalledCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
558
+ | `onSubmit` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
559
+ | `onSubmitCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
560
+ | `onSuspend` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
561
+ | `onSuspendCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
562
+ | `onTimeUpdate` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
563
+ | `onTimeUpdateCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
564
+ | `onTouchCancel` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
565
+ | `onTouchCancelCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
566
+ | `onTouchEnd` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
567
+ | `onTouchEndCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
568
+ | `onTouchMove` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
569
+ | `onTouchMoveCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
570
+ | `onTouchStart` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
571
+ | `onTouchStartCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
572
+ | `onTransitionEnd` | `TransitionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
573
+ | `onTransitionEndCapture` | `TransitionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
574
+ | `onVolumeChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
575
+ | `onVolumeChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
576
+ | `onWaiting` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
577
+ | `onWaitingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
578
+ | `onWheel` | `WheelEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
579
+ | `onWheelCapture` | `WheelEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
332
580
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
333
581
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
334
582
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
@@ -340,26 +588,47 @@ A full-width primary action with a compact secondary option.
340
588
  | `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
341
589
  | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
342
590
  | `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
591
+ | `prefix` | `string \| undefined` | No | `-` | - |
343
592
  | `pressed` | `boolean` | No | `-` | Is the element being pressed. Primarily a mobile feature, but can be used on the web. |
593
+ | `property` | `string \| undefined` | No | `-` | - |
594
+ | `radioGroup` | `string \| undefined` | No | `-` | - |
344
595
  | `ref` | `any` | No | `-` | - |
596
+ | `rel` | `string \| undefined` | No | `-` | - |
597
+ | `resource` | `string \| undefined` | No | `-` | - |
598
+ | `results` | `number \| undefined` | No | `-` | - |
599
+ | `rev` | `string \| undefined` | No | `-` | - |
345
600
  | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
601
+ | `role` | `AriaRole \| undefined` | No | `-` | - |
346
602
  | `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
603
+ | `security` | `string \| undefined` | No | `-` | - |
604
+ | `slot` | `string \| undefined` | No | `-` | - |
605
+ | `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
347
606
  | `start` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Set the start node |
348
- | `startIcon` | `key \| search \| pin \| filter \| visible \| continuous \| auto \| loop \| warning \| error \| account \| activity \| add \| addPeople \| advancedMarketSelector \| advancedTradeProduct \| affiliates \| airdrop \| allTimeHigh \| allocation \| annotation \| api \| apiPlug \| appSwitcher \| appleLogo \| application \| arrowDown \| arrowLeft \| arrowRight \| arrowUp \| arrowsHorizontal \| arrowsUpDown \| arrowsVertical \| artwork \| assetHubProduct \| assetManagementProduct \| astronautHelmet \| avatar \| average \| backArrow \| bank \| barChartWindow \| base \| baseApps \| baseFeed \| baseNotification \| baseQuickBuy \| baseSquare \| baseTransact \| baseVerification \| baseWallet \| beaker \| beginningArrow \| bell \| bellCheck \| bellPlus \| block \| blockchain \| blog \| book \| bookmark \| borrowProduct \| bridging \| briefcase \| browser \| calculator \| calendar \| calendarBlank \| calendarEmpty \| camera \| candlesticks \| car \| card \| caret \| caretDown \| caretLeft \| caretRight \| caretUp \| cash \| cashAustralianDollar \| cashBrazilianReal \| cashBrazillianReal \| cashCanadianDollar \| cashCoins \| cashEUR \| cashGBP \| cashIndonesianRupiah \| cashJPY \| cashPhilippinePeso \| cashPolishZloty \| cashRupee \| cashSingaporeDollar \| cashSwissFranc \| cashThaiBaht \| cashTurkishLira \| cashUSD \| cashUaeDirham \| cashVietnameseDong \| chainLink \| chartBar \| chartCandles \| chartLine \| chartPie \| chartPieCircle \| chartVolume \| chatBotAgent \| chatBubble \| chatRequests \| checkboxChecked \| checkboxEmpty \| checkmark \| circleCheckmark \| circleCross \| circulatingSupply \| clipboard \| clock \| clockOutline \| close \| closeCaption \| clothing \| cloud \| cloudProduct \| cluster \| coinbase \| coinbaseCardProduct \| coinbaseOne \| coinbaseOneCard \| coinbaseOneLogo \| coinbaseRewards \| coinsCrypto \| collapse \| collectibles \| collection \| comment \| commentPlus \| commerceProduct \| compass \| complianceProduct \| compose \| concierge \| conciergeBell \| config \| convert \| copy \| creatorCoin \| cross \| crossTrade \| crypto \| cryptobasics \| crystalBall \| crystalBallInsight \| currencies \| custodyProduct \| dashboard \| dataMarketplaceProduct \| dataStack \| defi \| delegateProduct \| deposit \| derivatives \| derivativesProduct \| derivativesProductNew \| developerAPIProduct \| developerPlatformProduct \| dex \| diagonalDownArrow \| diagonalRightArrow \| diagonalUpArrow \| diamond \| diamondIncentives \| dinnerPlate \| directDeposit \| directDepositIcon \| disabledPhone \| discordLogo \| distribution \| document \| documentation \| dot \| doubleChevronRight \| downArrow \| download \| drag \| drops \| earn \| earnProduct \| earnRewards \| email \| endArrow \| ethereum \| eventContracts \| exchangeProduct \| exclamationMark \| expand \| expandAddress \| expandAll \| externalLink \| eye \| faceScan \| faces \| faucet \| fib \| fingerprint \| flame \| folder \| folderArrow \| folderOpen \| followAdd \| following \| fork \| forwardArrow \| fscsProtection \| gab \| games \| gasFees \| gauge \| gaugeEmpty \| gaugeHigh \| gaugeHighLow \| gaugeHighMid \| gaugeLow \| gaugeLowHigh \| gaugeLowMid \| gaugeMedium \| gavel \| gear \| generalCharacter \| ghost \| gif \| giftBox \| giftCard \| gitHubLogo \| globe \| googleLogo \| grid \| group \| hamburger \| hammer \| heart \| helpCenterProduct \| helpCenterQuestionMark \| hiddenEye \| home \| horizontalLine \| ideal \| identityCard \| image \| info \| initiator \| instagramLogo \| instantUnstakingClock \| institute \| institutionalProduct \| interest \| invisible \| invoice \| keyboard \| laptop \| leadChart \| leadCoin \| learningRewardsProduct \| light \| lightbulb \| lightningBolt \| lineChartCrypto \| list \| location \| lock \| login \| logout \| magnifyingGlass \| marketCap \| megaphone \| menu \| metaverse \| microphone \| mint \| minus \| moneyCardCoin \| moon \| more \| moreVertical \| music \| newsFeed \| newsletter \| nft \| nftBuy \| nftOffer \| nftProduct \| nftSale \| noRocket \| noWifi \| nodeProduct \| options \| orderBook \| orderHistory \| outline \| pFPS \| paperAirplane \| paperclip \| participate \| participateProduct \| passKey \| passport \| pause \| pay \| payProduct \| paymentCard \| payments \| payouts \| paypal \| pencil \| peopleGroup \| peopleStar \| percentage \| perpetualSwap \| phone \| pieChartData \| plane \| planet \| play \| plusMinus \| powerTool \| priceAlerts \| priceAlertsCheck \| primePoduct \| privateClientProduct \| proProduct \| profile \| protection \| pulse \| pyramid \| qrCode \| qrCodeAlt \| queryTransact \| questionMark \| reCenter \| rectangle \| recurring \| refresh \| regulated \| regulatedFutures \| report \| rewardsProduct \| robot \| rocket \| rocketShip \| rollingSpot \| rosettaProduct \| royalty \| safe \| save \| savingsBank \| scanQrCode \| securityKey \| securityShield \| seen \| sendReceive \| setPinCode \| settings \| share \| shield \| shieldOutline \| shoppingCart \| signinProduct \| singleCoin \| smartContract \| socialChat \| socialReshare \| socialShare \| sofort \| sortDoubleArrow \| sortDown \| sortDownCenter \| sortUp \| sortUpCenter \| soundOff \| soundOn \| sparkle \| speaker \| staggeredList \| stake \| staking \| star \| statusDot \| step0 \| step1 \| step2 \| step3 \| step4 \| step5 \| step6 \| step7 \| step8 \| step9 \| sun \| support \| tag \| taxes \| taxesReceipt \| telephone \| thumbsDown \| thumbsDownOutline \| thumbsUp \| thumbsUpOutline \| tokenSales \| trading \| transactions \| trashCan \| trophy \| trophyCup \| twitterLogo \| ultility \| undo \| unfollowPeople \| unknown \| unlock \| upArrow \| upload \| venturesProduct \| verifiedBadge \| verifiedPools \| verticalLine \| waasProduct \| wallet \| walletLogo \| walletProduct \| wellness \| wifi \| wireTransfer \| withdraw \| wrapToken \| xLogo` | No | `-` | Icon to render at the start of the button. |
607
+ | `startIcon` | `key \| search \| pin \| filter \| visible \| continuous \| auto \| loop \| warning \| error \| account \| activity \| add \| addPeople \| advancedMarketSelector \| advancedTradeProduct \| affiliates \| airdrop \| airdropAlt \| airdropCoins \| airdropParachute \| alien \| allTimeHigh \| allocation \| annotation \| api \| apiPlug \| apothecary \| appSwitcher \| apple \| appleLogo \| application \| arrowDown \| arrowLeft \| arrowRight \| arrowUp \| arrowsHorizontal \| arrowsUpDown \| arrowsVertical \| artwork \| assetHubProduct \| assetManagementProduct \| astronautHelmet \| atSign \| atomScience \| avatar \| average \| backArrow \| ballot \| ballotbox \| bandage \| bank \| barChartSimple \| barChartWindow \| base \| baseApps \| baseFeed \| baseNotification \| baseQuickBuy \| baseSquare \| baseTransact \| baseVerification \| baseWallet \| baseball \| basketball \| beaker \| beginningArrow \| bell \| bellCheck \| bellPlus \| block \| blockchain \| blog \| book \| bookmark \| borrowProduct \| boxing \| bridging \| briefcase \| briefcaseAlt \| browser \| bug \| building \| calculator \| calendar \| calendarBlank \| calendarDates \| calendarEmpty \| calendarHeart \| calendarMoney \| calendarStar \| camera \| candlesticks \| car \| card \| caret \| caretDown \| caretLeft \| caretRight \| caretUp \| cash \| cashAustralianDollar \| cashBrazilianReal \| cashBrazillianReal \| cashCanadianDollar \| cashCoins \| cashEUR \| cashGBP \| cashIndonesianRupiah \| cashJPY \| cashPhilippinePeso \| cashPolishZloty \| cashRupee \| cashSingaporeDollar \| cashSwissFranc \| cashThaiBaht \| cashTurkishLira \| cashUSD \| cashUaeDirham \| cashVietnameseDong \| chainLink \| chartBar \| chartCandles \| chartLine \| chartPie \| chartPieCircle \| chartVolume \| chatBotAgent \| chatBubble \| chatRequests \| checkboxChecked \| checkboxEmpty \| checkmark \| chess \| circleCheckmark \| circleCross \| circulatingSupply \| city \| clipboard \| clock \| clockOutline \| close \| closeCaption \| clothing \| cloud \| cloudPartial \| cloudProduct \| cluster \| coinbase \| coinbaseCardProduct \| coinbaseOne \| coinbaseOneCard \| coinbaseOneLogo \| coinbaseRewards \| coinsCrypto \| collapse \| collectibles \| collection \| comment \| commentPlus \| commerceProduct \| compass \| complianceProduct \| compose \| computerChip \| concierge \| conciergeBell \| config \| convert \| copy \| corporation \| creatorCoin \| cricket \| cross \| crossTrade \| crypto \| cryptobasics \| crystalBall \| crystalBallInsight \| currencies \| custodyProduct \| dashboard \| dataMarketplaceProduct \| dataStack \| defi \| delegateProduct \| deposit \| derivatives \| derivativesProduct \| derivativesProductNew \| developerAPIProduct \| developerPlatformProduct \| dex \| diagonalDownArrow \| diagonalRightArrow \| diagonalUpArrow \| diamond \| diamondIncentives \| dinnerPlate \| directDeposit \| directDepositIcon \| disabledPhone \| discordLogo \| distribution \| document \| documentation \| dot \| doubleChevronRight \| downArrow \| download \| drag \| drops \| earn \| earnProduct \| earnRewards \| earthquake \| educationBook \| educationPencil \| email \| endArrow \| entertainment \| ethereum \| eventContracts \| exchangeProduct \| exclamationMark \| expand \| expandAddress \| expandAll \| externalLink \| eye \| faceScan \| faces \| factory \| faucet \| fib \| filmStrip \| fingerprint \| flame \| folder \| folderArrow \| folderOpen \| followAdd \| following \| football \| fork \| forwardArrow \| fscsProtection \| gab \| games \| gaming \| gasFees \| gasFeesAlt \| gauge \| gaugeEmpty \| gaugeHigh \| gaugeHighLow \| gaugeHighMid \| gaugeLow \| gaugeLowHigh \| gaugeLowMid \| gaugeMedium \| gavel \| gear \| generalCharacter \| ghost \| gif \| giftBox \| giftCard \| gitHubLogo \| globe \| golf \| googleLogo \| greenEnergy \| grid \| group \| hamburger \| hammer \| heart \| helpCenterProduct \| helpCenterQuestionMark \| hiddenEye \| hockey \| home \| horizontalLine \| hospital \| hospitalCross \| hurricane \| ideal \| identityCard \| image \| info \| initiator \| instagramLogo \| instantUnstakingClock \| institute \| institutionalProduct \| interest \| invisible \| invoice \| keyboard \| laptop \| leadChart \| leadCoin \| learningRewardsProduct \| light \| lightbulb \| lightning \| lightningBolt \| lineChartCrypto \| list \| location \| lock \| login \| logout \| magnifyingGlass \| marketCap \| medal \| megaphone \| menu \| metaverse \| microphone \| microphoneCordless \| microscope \| mint \| minus \| mma \| moneyCardCoin \| moon \| more \| moreVertical \| motorsport \| music \| musicArticles \| needle \| newsFeed \| newsletter \| nft \| nftBuy \| nftOffer \| nftProduct \| nftSale \| noRocket \| noWifi \| nodeProduct \| oil \| options \| orderBook \| orderHistory \| outline \| pFPS \| paperAirplane \| paperclip \| participate \| participateProduct \| passKey \| passport \| pause \| pay \| payProduct \| paymentCard \| payments \| payouts \| paypal \| pencil \| peopleGroup \| peopleStar \| percentage \| perpetualSwap \| phone \| pieChartData \| pillBottle \| pillCapsule \| plane \| planet \| play \| playbutton \| plusMinus \| podiumStar \| politicsBuilding \| politicsCandidate \| politicsFlag \| politicsGavel \| politicsPodium \| politicsStar \| powerTool \| priceAlerts \| priceAlertsCheck \| primePoduct \| privateClientProduct \| proProduct \| profile \| protection \| pulse \| pyramid \| qrCode \| qrCodeAlt \| queryTransact \| questionMark \| quotation \| rain \| ratingsCheck \| ratingsChecks \| ratingsStar \| reCenter \| rectangle \| recurring \| refresh \| regulated \| regulatedFutures \| report \| rewardsProduct \| ribbon \| robot \| rocket \| rocketShip \| rollingSpot \| rosettaProduct \| rottenTomato \| royalty \| safe \| save \| savingsBank \| scanQrCode \| scienceAtom \| scienceBeaker \| scienceMoon \| securityKey \| securityShield \| seen \| sendReceive \| setPinCode \| settings \| share \| shield \| shieldOutline \| shoe \| shoppingCart \| signinProduct \| singleCoin \| singleNote \| singlecloud \| smartContract \| snow \| soccer \| socialChat \| socialReshare \| socialShare \| sofort \| sortDoubleArrow \| sortDown \| sortDownCenter \| sortUp \| sortUpCenter \| soundOff \| soundOn \| sparkle \| speaker \| speechBubble \| stableCoin \| stablecoinStack \| staggeredList \| stake \| staking \| star \| starAward \| starBubble \| starTrophy \| statusDot \| step0 \| step1 \| step2 \| step3 \| step4 \| step5 \| step6 \| step7 \| step8 \| step9 \| strategy \| sun \| support \| tag \| taxes \| taxesReceipt \| telephone \| tennis \| test \| thermometer \| thumbsDown \| thumbsDownOutline \| thumbsUp \| thumbsUpOutline \| tokenLaunchCoin \| tokenLaunchRocket \| tokenSales \| tornado \| trading \| transactions \| trashCan \| trophy \| trophyCup \| tshirt \| tv \| tvStand \| twitterLogo \| ultility \| umbrella \| undo \| unfollowPeople \| unknown \| unlock \| upArrow \| upload \| venturesProduct \| verifiedBadge \| verifiedPools \| verticalLine \| virus \| waasProduct \| wallet \| walletLogo \| walletProduct \| wellness \| wifi \| wind \| wireTransfer \| withdraw \| wrapToken \| xLogo` | No | `-` | Icon to render at the start of the button. |
349
608
  | `startIconActive` | `boolean` | No | `-` | Whether the start icon is active |
350
609
  | `style` | `CSSProperties` | No | `-` | - |
610
+ | `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
611
+ | `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
612
+ | `tabIndex` | `number \| undefined` | No | `-` | - |
351
613
  | `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 |
352
614
  | `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
353
615
  | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
354
616
  | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
617
+ | `title` | `string \| undefined` | No | `-` | - |
355
618
  | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
356
619
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
620
+ | `translate` | `yes \| no \| undefined` | No | `-` | - |
357
621
  | `transparent` | `boolean` | No | `-` | Mark the background and border as transparent until interacted with. |
358
622
  | `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 |
359
623
  | `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 |
624
+ | `type` | `button \| submit \| reset \| undefined` | No | `-` | - |
625
+ | `typeof` | `string \| undefined` | No | `-` | - |
626
+ | `unselectable` | `off \| on \| undefined` | No | `-` | - |
360
627
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
628
+ | `value` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
361
629
  | `variant` | `primary \| secondary \| tertiary \| positive \| negative \| foregroundMuted` | No | `primary` | Toggle design and visual variants. |
362
630
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
631
+ | `vocab` | `string \| undefined` | No | `-` | - |
363
632
  | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
364
633
  | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
365
634
 
@@ -70,7 +70,7 @@ import { Calendar } from '@coinbase/cds-web/dates/Calendar'
70
70
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
71
71
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
72
72
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
73
- | `as` | `div` | No | `-` | - |
73
+ | `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. |
74
74
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
75
75
  | `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 | `-` | - |
76
76
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -1472,7 +1472,7 @@ You can use the `onChangePage`, `onDragStart`, and `onDragEnd` callbacks to list
1472
1472
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
1473
1473
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
1474
1474
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
1475
- | `as` | `div` | No | `-` | - |
1475
+ | `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. |
1476
1476
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
1477
1477
  | `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 | `-` | - |
1478
1478
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -691,7 +691,7 @@ function TradingTrends() {
691
691
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| self-start \| self-end>` | No | `-` | - |
692
692
  | `alignSelf` | `ResponsiveProp<center \| auto \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| self-start \| self-end>` | No | `-` | - |
693
693
  | `animate` | `boolean` | No | `true` | Whether to animate the chart. |
694
- | `as` | `div` | No | `-` | - |
694
+ | `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. |
695
695
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
696
696
  | `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 | `-` | - |
697
697
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -45,7 +45,7 @@ Used for displaying pictographic illustrations, commonly used in empty states or
45
45
  | Prop | Type | Required | Default | Description |
46
46
  | --- | --- | --- | --- | --- |
47
47
  | `illustration` | `ReactElement<PictogramBaseProps, string \| JSXElementConstructor<any>>` | Yes | `-` | - |
48
- | `name` | `key \| search \| pin \| filter \| visible \| continuous \| auto \| loop \| warning \| error \| account \| activity \| add \| addPeople \| advancedMarketSelector \| advancedTradeProduct \| affiliates \| airdrop \| allTimeHigh \| allocation \| annotation \| api \| apiPlug \| appSwitcher \| appleLogo \| application \| arrowDown \| arrowLeft \| arrowRight \| arrowUp \| arrowsHorizontal \| arrowsUpDown \| arrowsVertical \| artwork \| assetHubProduct \| assetManagementProduct \| astronautHelmet \| avatar \| average \| backArrow \| bank \| barChartWindow \| base \| baseApps \| baseFeed \| baseNotification \| baseQuickBuy \| baseSquare \| baseTransact \| baseVerification \| baseWallet \| beaker \| beginningArrow \| bell \| bellCheck \| bellPlus \| block \| blockchain \| blog \| book \| bookmark \| borrowProduct \| bridging \| briefcase \| browser \| calculator \| calendar \| calendarBlank \| calendarEmpty \| camera \| candlesticks \| car \| card \| caret \| caretDown \| caretLeft \| caretRight \| caretUp \| cash \| cashAustralianDollar \| cashBrazilianReal \| cashBrazillianReal \| cashCanadianDollar \| cashCoins \| cashEUR \| cashGBP \| cashIndonesianRupiah \| cashJPY \| cashPhilippinePeso \| cashPolishZloty \| cashRupee \| cashSingaporeDollar \| cashSwissFranc \| cashThaiBaht \| cashTurkishLira \| cashUSD \| cashUaeDirham \| cashVietnameseDong \| chainLink \| chartBar \| chartCandles \| chartLine \| chartPie \| chartPieCircle \| chartVolume \| chatBotAgent \| chatBubble \| chatRequests \| checkboxChecked \| checkboxEmpty \| checkmark \| circleCheckmark \| circleCross \| circulatingSupply \| clipboard \| clock \| clockOutline \| close \| closeCaption \| clothing \| cloud \| cloudProduct \| cluster \| coinbase \| coinbaseCardProduct \| coinbaseOne \| coinbaseOneCard \| coinbaseOneLogo \| coinbaseRewards \| coinsCrypto \| collapse \| collectibles \| collection \| comment \| commentPlus \| commerceProduct \| compass \| complianceProduct \| compose \| concierge \| conciergeBell \| config \| convert \| copy \| creatorCoin \| cross \| crossTrade \| crypto \| cryptobasics \| crystalBall \| crystalBallInsight \| currencies \| custodyProduct \| dashboard \| dataMarketplaceProduct \| dataStack \| defi \| delegateProduct \| deposit \| derivatives \| derivativesProduct \| derivativesProductNew \| developerAPIProduct \| developerPlatformProduct \| dex \| diagonalDownArrow \| diagonalRightArrow \| diagonalUpArrow \| diamond \| diamondIncentives \| dinnerPlate \| directDeposit \| directDepositIcon \| disabledPhone \| discordLogo \| distribution \| document \| documentation \| dot \| doubleChevronRight \| downArrow \| download \| drag \| drops \| earn \| earnProduct \| earnRewards \| email \| endArrow \| ethereum \| eventContracts \| exchangeProduct \| exclamationMark \| expand \| expandAddress \| expandAll \| externalLink \| eye \| faceScan \| faces \| faucet \| fib \| fingerprint \| flame \| folder \| folderArrow \| folderOpen \| followAdd \| following \| fork \| forwardArrow \| fscsProtection \| gab \| games \| gasFees \| gauge \| gaugeEmpty \| gaugeHigh \| gaugeHighLow \| gaugeHighMid \| gaugeLow \| gaugeLowHigh \| gaugeLowMid \| gaugeMedium \| gavel \| gear \| generalCharacter \| ghost \| gif \| giftBox \| giftCard \| gitHubLogo \| globe \| googleLogo \| grid \| group \| hamburger \| hammer \| heart \| helpCenterProduct \| helpCenterQuestionMark \| hiddenEye \| home \| horizontalLine \| ideal \| identityCard \| image \| info \| initiator \| instagramLogo \| instantUnstakingClock \| institute \| institutionalProduct \| interest \| invisible \| invoice \| keyboard \| laptop \| leadChart \| leadCoin \| learningRewardsProduct \| light \| lightbulb \| lightningBolt \| lineChartCrypto \| list \| location \| lock \| login \| logout \| magnifyingGlass \| marketCap \| megaphone \| menu \| metaverse \| microphone \| mint \| minus \| moneyCardCoin \| moon \| more \| moreVertical \| music \| newsFeed \| newsletter \| nft \| nftBuy \| nftOffer \| nftProduct \| nftSale \| noRocket \| noWifi \| nodeProduct \| options \| orderBook \| orderHistory \| outline \| pFPS \| paperAirplane \| paperclip \| participate \| participateProduct \| passKey \| passport \| pause \| pay \| payProduct \| paymentCard \| payments \| payouts \| paypal \| pencil \| peopleGroup \| peopleStar \| percentage \| perpetualSwap \| phone \| pieChartData \| plane \| planet \| play \| plusMinus \| powerTool \| priceAlerts \| priceAlertsCheck \| primePoduct \| privateClientProduct \| proProduct \| profile \| protection \| pulse \| pyramid \| qrCode \| qrCodeAlt \| queryTransact \| questionMark \| reCenter \| rectangle \| recurring \| refresh \| regulated \| regulatedFutures \| report \| rewardsProduct \| robot \| rocket \| rocketShip \| rollingSpot \| rosettaProduct \| royalty \| safe \| save \| savingsBank \| scanQrCode \| securityKey \| securityShield \| seen \| sendReceive \| setPinCode \| settings \| share \| shield \| shieldOutline \| shoppingCart \| signinProduct \| singleCoin \| smartContract \| socialChat \| socialReshare \| socialShare \| sofort \| sortDoubleArrow \| sortDown \| sortDownCenter \| sortUp \| sortUpCenter \| soundOff \| soundOn \| sparkle \| speaker \| staggeredList \| stake \| staking \| star \| statusDot \| step0 \| step1 \| step2 \| step3 \| step4 \| step5 \| step6 \| step7 \| step8 \| step9 \| sun \| support \| tag \| taxes \| taxesReceipt \| telephone \| thumbsDown \| thumbsDownOutline \| thumbsUp \| thumbsUpOutline \| tokenSales \| trading \| transactions \| trashCan \| trophy \| trophyCup \| twitterLogo \| ultility \| undo \| unfollowPeople \| unknown \| unlock \| upArrow \| upload \| venturesProduct \| verifiedBadge \| verifiedPools \| verticalLine \| waasProduct \| wallet \| walletLogo \| walletProduct \| wellness \| wifi \| wireTransfer \| withdraw \| wrapToken \| xLogo` | Yes | `-` | - |
48
+ | `name` | `key \| search \| pin \| filter \| visible \| continuous \| auto \| loop \| warning \| error \| account \| activity \| add \| addPeople \| advancedMarketSelector \| advancedTradeProduct \| affiliates \| airdrop \| airdropAlt \| airdropCoins \| airdropParachute \| alien \| allTimeHigh \| allocation \| annotation \| api \| apiPlug \| apothecary \| appSwitcher \| apple \| appleLogo \| application \| arrowDown \| arrowLeft \| arrowRight \| arrowUp \| arrowsHorizontal \| arrowsUpDown \| arrowsVertical \| artwork \| assetHubProduct \| assetManagementProduct \| astronautHelmet \| atSign \| atomScience \| avatar \| average \| backArrow \| ballot \| ballotbox \| bandage \| bank \| barChartSimple \| barChartWindow \| base \| baseApps \| baseFeed \| baseNotification \| baseQuickBuy \| baseSquare \| baseTransact \| baseVerification \| baseWallet \| baseball \| basketball \| beaker \| beginningArrow \| bell \| bellCheck \| bellPlus \| block \| blockchain \| blog \| book \| bookmark \| borrowProduct \| boxing \| bridging \| briefcase \| briefcaseAlt \| browser \| bug \| building \| calculator \| calendar \| calendarBlank \| calendarDates \| calendarEmpty \| calendarHeart \| calendarMoney \| calendarStar \| camera \| candlesticks \| car \| card \| caret \| caretDown \| caretLeft \| caretRight \| caretUp \| cash \| cashAustralianDollar \| cashBrazilianReal \| cashBrazillianReal \| cashCanadianDollar \| cashCoins \| cashEUR \| cashGBP \| cashIndonesianRupiah \| cashJPY \| cashPhilippinePeso \| cashPolishZloty \| cashRupee \| cashSingaporeDollar \| cashSwissFranc \| cashThaiBaht \| cashTurkishLira \| cashUSD \| cashUaeDirham \| cashVietnameseDong \| chainLink \| chartBar \| chartCandles \| chartLine \| chartPie \| chartPieCircle \| chartVolume \| chatBotAgent \| chatBubble \| chatRequests \| checkboxChecked \| checkboxEmpty \| checkmark \| chess \| circleCheckmark \| circleCross \| circulatingSupply \| city \| clipboard \| clock \| clockOutline \| close \| closeCaption \| clothing \| cloud \| cloudPartial \| cloudProduct \| cluster \| coinbase \| coinbaseCardProduct \| coinbaseOne \| coinbaseOneCard \| coinbaseOneLogo \| coinbaseRewards \| coinsCrypto \| collapse \| collectibles \| collection \| comment \| commentPlus \| commerceProduct \| compass \| complianceProduct \| compose \| computerChip \| concierge \| conciergeBell \| config \| convert \| copy \| corporation \| creatorCoin \| cricket \| cross \| crossTrade \| crypto \| cryptobasics \| crystalBall \| crystalBallInsight \| currencies \| custodyProduct \| dashboard \| dataMarketplaceProduct \| dataStack \| defi \| delegateProduct \| deposit \| derivatives \| derivativesProduct \| derivativesProductNew \| developerAPIProduct \| developerPlatformProduct \| dex \| diagonalDownArrow \| diagonalRightArrow \| diagonalUpArrow \| diamond \| diamondIncentives \| dinnerPlate \| directDeposit \| directDepositIcon \| disabledPhone \| discordLogo \| distribution \| document \| documentation \| dot \| doubleChevronRight \| downArrow \| download \| drag \| drops \| earn \| earnProduct \| earnRewards \| earthquake \| educationBook \| educationPencil \| email \| endArrow \| entertainment \| ethereum \| eventContracts \| exchangeProduct \| exclamationMark \| expand \| expandAddress \| expandAll \| externalLink \| eye \| faceScan \| faces \| factory \| faucet \| fib \| filmStrip \| fingerprint \| flame \| folder \| folderArrow \| folderOpen \| followAdd \| following \| football \| fork \| forwardArrow \| fscsProtection \| gab \| games \| gaming \| gasFees \| gasFeesAlt \| gauge \| gaugeEmpty \| gaugeHigh \| gaugeHighLow \| gaugeHighMid \| gaugeLow \| gaugeLowHigh \| gaugeLowMid \| gaugeMedium \| gavel \| gear \| generalCharacter \| ghost \| gif \| giftBox \| giftCard \| gitHubLogo \| globe \| golf \| googleLogo \| greenEnergy \| grid \| group \| hamburger \| hammer \| heart \| helpCenterProduct \| helpCenterQuestionMark \| hiddenEye \| hockey \| home \| horizontalLine \| hospital \| hospitalCross \| hurricane \| ideal \| identityCard \| image \| info \| initiator \| instagramLogo \| instantUnstakingClock \| institute \| institutionalProduct \| interest \| invisible \| invoice \| keyboard \| laptop \| leadChart \| leadCoin \| learningRewardsProduct \| light \| lightbulb \| lightning \| lightningBolt \| lineChartCrypto \| list \| location \| lock \| login \| logout \| magnifyingGlass \| marketCap \| medal \| megaphone \| menu \| metaverse \| microphone \| microphoneCordless \| microscope \| mint \| minus \| mma \| moneyCardCoin \| moon \| more \| moreVertical \| motorsport \| music \| musicArticles \| needle \| newsFeed \| newsletter \| nft \| nftBuy \| nftOffer \| nftProduct \| nftSale \| noRocket \| noWifi \| nodeProduct \| oil \| options \| orderBook \| orderHistory \| outline \| pFPS \| paperAirplane \| paperclip \| participate \| participateProduct \| passKey \| passport \| pause \| pay \| payProduct \| paymentCard \| payments \| payouts \| paypal \| pencil \| peopleGroup \| peopleStar \| percentage \| perpetualSwap \| phone \| pieChartData \| pillBottle \| pillCapsule \| plane \| planet \| play \| playbutton \| plusMinus \| podiumStar \| politicsBuilding \| politicsCandidate \| politicsFlag \| politicsGavel \| politicsPodium \| politicsStar \| powerTool \| priceAlerts \| priceAlertsCheck \| primePoduct \| privateClientProduct \| proProduct \| profile \| protection \| pulse \| pyramid \| qrCode \| qrCodeAlt \| queryTransact \| questionMark \| quotation \| rain \| ratingsCheck \| ratingsChecks \| ratingsStar \| reCenter \| rectangle \| recurring \| refresh \| regulated \| regulatedFutures \| report \| rewardsProduct \| ribbon \| robot \| rocket \| rocketShip \| rollingSpot \| rosettaProduct \| rottenTomato \| royalty \| safe \| save \| savingsBank \| scanQrCode \| scienceAtom \| scienceBeaker \| scienceMoon \| securityKey \| securityShield \| seen \| sendReceive \| setPinCode \| settings \| share \| shield \| shieldOutline \| shoe \| shoppingCart \| signinProduct \| singleCoin \| singleNote \| singlecloud \| smartContract \| snow \| soccer \| socialChat \| socialReshare \| socialShare \| sofort \| sortDoubleArrow \| sortDown \| sortDownCenter \| sortUp \| sortUpCenter \| soundOff \| soundOn \| sparkle \| speaker \| speechBubble \| stableCoin \| stablecoinStack \| staggeredList \| stake \| staking \| star \| starAward \| starBubble \| starTrophy \| statusDot \| step0 \| step1 \| step2 \| step3 \| step4 \| step5 \| step6 \| step7 \| step8 \| step9 \| strategy \| sun \| support \| tag \| taxes \| taxesReceipt \| telephone \| tennis \| test \| thermometer \| thumbsDown \| thumbsDownOutline \| thumbsUp \| thumbsUpOutline \| tokenLaunchCoin \| tokenLaunchRocket \| tokenSales \| tornado \| trading \| transactions \| trashCan \| trophy \| trophyCup \| tshirt \| tv \| tvStand \| twitterLogo \| ultility \| umbrella \| undo \| unfollowPeople \| unknown \| unlock \| upArrow \| upload \| venturesProduct \| verifiedBadge \| verifiedPools \| verticalLine \| virus \| waasProduct \| wallet \| walletLogo \| walletProduct \| wellness \| wifi \| wind \| wireTransfer \| withdraw \| wrapToken \| xLogo` | Yes | `-` | - |
49
49
  | `source` | `string \| number` | Yes | `-` | - |
50
50
  | `type` | `image \| avatar \| pictogram \| asset \| icon` | Yes | `-` | - |
51
51
  | `active` | `boolean` | No | `-` | Whether the icon is active |
@@ -179,10 +179,10 @@ function MultipleCheckboxes() {
179
179
  | `iconStyle` | `CSSProperties` | No | `-` | Style for the icon element |
180
180
  | `indeterminate` | `boolean` | No | `-` | Enable indeterminate state. Useful when you want to indicate that sub-items of a control are partially filled. |
181
181
  | `labelStyle` | `CSSProperties` | No | `-` | Style for the label element |
182
- | `onChange` | `ChangeEventHandler<HTMLInputElement>` | No | `-` | - |
182
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
183
183
  | `ref` | `null \| (instance: HTMLInputElement \| null) => void \| RefObject<HTMLInputElement>` | No | `-` | - |
184
184
  | `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 |
185
- | `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 | `-` | - |
185
+ | `type` | `button \| submit \| reset` | No | `-` | - |
186
186
  | `value` | `string` | No | `-` | Value of the option. Useful for multiple choice. |
187
187
 
188
188
 
@@ -85,7 +85,7 @@ function CustomCheckboxCellExample() {
85
85
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
86
86
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
87
87
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
88
- | `as` | `label` | No | `-` | - |
88
+ | `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. |
89
89
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
90
90
  | `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). |
91
91
  | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
@@ -192,7 +192,7 @@ function CustomCheckboxCellExample() {
192
192
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
193
193
  | `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 |
194
194
  | `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 |
195
- | `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 | `-` | - |
195
+ | `type` | `button \| submit \| reset` | No | `-` | - |
196
196
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
197
197
  | `value` | `string` | No | `-` | Value of the option. Useful for multiple choice. |
198
198
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
@@ -81,7 +81,7 @@ function Example() {
81
81
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
82
82
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
83
83
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
84
- | `as` | `button` | No | `-` | - |
84
+ | `as` | `button` | 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. |
85
85
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
86
86
  | `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). |
87
87
  | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
@@ -86,7 +86,7 @@ import { Coachmark } from '@coinbase/cds-web/coachmark/Coachmark'
86
86
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
87
87
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
88
88
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
89
- | `as` | `div` | No | `-` | - |
89
+ | `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. |
90
90
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
91
91
  | `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 | `-` | - |
92
92
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -131,7 +131,7 @@ function Example() {
131
131
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
132
132
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
133
133
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
134
- | `as` | `div` | No | `-` | - |
134
+ | `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. |
135
135
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
136
136
  | `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` | - |
137
137
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |