@coinbase/cds-mcp-server 8.33.1 → 8.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/mcp-docs/mobile/components/Banner.txt +1 -1
  3. package/mcp-docs/mobile/components/Button.txt +2 -2
  4. package/mcp-docs/mobile/components/CellMedia.txt +1 -1
  5. package/mcp-docs/mobile/components/CheckboxCell.txt +1 -1
  6. package/mcp-docs/mobile/components/CheckboxGroup.txt +1 -1
  7. package/mcp-docs/mobile/components/DotSymbol.txt +1 -1
  8. package/mcp-docs/mobile/components/Icon.txt +1 -1
  9. package/mcp-docs/mobile/components/IconButton.txt +1 -1
  10. package/mcp-docs/mobile/components/PeriodSelector.txt +10 -1
  11. package/mcp-docs/mobile/components/PortalProvider.txt +2 -1
  12. package/mcp-docs/mobile/components/RadioCell.txt +1 -1
  13. package/mcp-docs/mobile/components/RadioGroup.txt +9 -28
  14. package/mcp-docs/mobile/components/Select.txt +9 -28
  15. package/mcp-docs/mobile/components/SelectAlpha.txt +38 -0
  16. package/mcp-docs/mobile/components/SelectOption.txt +1 -1
  17. package/mcp-docs/mobile/components/SlideButton.txt +22 -0
  18. package/mcp-docs/mobile/components/SparklineInteractiveHeader.txt +9 -6
  19. package/mcp-docs/mobile/components/TopNavBar.txt +9 -90
  20. package/mcp-docs/web/components/AreaChart.txt +1 -1
  21. package/mcp-docs/web/components/Avatar.txt +1 -1
  22. package/mcp-docs/web/components/AvatarButton.txt +271 -1
  23. package/mcp-docs/web/components/Banner.txt +2 -2
  24. package/mcp-docs/web/components/BarChart.txt +1 -1
  25. package/mcp-docs/web/components/Box.txt +264 -1
  26. package/mcp-docs/web/components/Button.txt +272 -3
  27. package/mcp-docs/web/components/Calendar.txt +1 -1
  28. package/mcp-docs/web/components/Carousel.txt +1 -1
  29. package/mcp-docs/web/components/CartesianChart.txt +1 -1
  30. package/mcp-docs/web/components/CellMedia.txt +1 -1
  31. package/mcp-docs/web/components/Checkbox.txt +2 -2
  32. package/mcp-docs/web/components/CheckboxCell.txt +2 -2
  33. package/mcp-docs/web/components/Chip.txt +1 -1
  34. package/mcp-docs/web/components/Coachmark.txt +1 -1
  35. package/mcp-docs/web/components/ContainedAssetCard.txt +1 -1
  36. package/mcp-docs/web/components/ContentCard.txt +264 -1
  37. package/mcp-docs/web/components/ContentCardBody.txt +264 -1
  38. package/mcp-docs/web/components/ContentCardFooter.txt +264 -1
  39. package/mcp-docs/web/components/ContentCardHeader.txt +263 -1
  40. package/mcp-docs/web/components/ContentCell.txt +260 -1
  41. package/mcp-docs/web/components/DateInput.txt +2 -2
  42. package/mcp-docs/web/components/DatePicker.txt +1 -1
  43. package/mcp-docs/web/components/Divider.txt +1 -1
  44. package/mcp-docs/web/components/DotSymbol.txt +1 -1
  45. package/mcp-docs/web/components/Fallback.txt +264 -1
  46. package/mcp-docs/web/components/FloatingAssetCard.txt +1 -1
  47. package/mcp-docs/web/components/Grid.txt +264 -1
  48. package/mcp-docs/web/components/GridColumn.txt +264 -1
  49. package/mcp-docs/web/components/HStack.txt +264 -1
  50. package/mcp-docs/web/components/Icon.txt +2 -2
  51. package/mcp-docs/web/components/IconButton.txt +272 -2
  52. package/mcp-docs/web/components/InputChip.txt +1 -1
  53. package/mcp-docs/web/components/Interactable.txt +272 -1
  54. package/mcp-docs/web/components/LineChart.txt +1 -1
  55. package/mcp-docs/web/components/Link.txt +271 -1
  56. package/mcp-docs/web/components/ListCell.txt +260 -1
  57. package/mcp-docs/web/components/MediaChip.txt +1 -1
  58. package/mcp-docs/web/components/Modal.txt +1 -1
  59. package/mcp-docs/web/components/ModalBody.txt +2 -2
  60. package/mcp-docs/web/components/ModalFooter.txt +1 -1
  61. package/mcp-docs/web/components/ModalHeader.txt +1 -1
  62. package/mcp-docs/web/components/MultiContentModule.txt +262 -1
  63. package/mcp-docs/web/components/NudgeCard.txt +1 -1
  64. package/mcp-docs/web/components/Overlay.txt +1 -1
  65. package/mcp-docs/web/components/PageFooter.txt +1 -1
  66. package/mcp-docs/web/components/PageHeader.txt +1 -1
  67. package/mcp-docs/web/components/Pagination.txt +1 -1
  68. package/mcp-docs/web/components/PeriodSelector.txt +11 -59
  69. package/mcp-docs/web/components/Point.txt +1 -4
  70. package/mcp-docs/web/components/PortalProvider.txt +2 -0
  71. package/mcp-docs/web/components/Pressable.txt +272 -1
  72. package/mcp-docs/web/components/Radio.txt +2 -2
  73. package/mcp-docs/web/components/RadioCell.txt +2 -2
  74. package/mcp-docs/web/components/RadioGroup.txt +8 -14
  75. package/mcp-docs/web/components/RemoteImage.txt +2 -2
  76. package/mcp-docs/web/components/RollingNumber.txt +263 -1
  77. package/mcp-docs/web/components/SearchInput.txt +2 -2
  78. package/mcp-docs/web/components/SectionHeader.txt +1 -1
  79. package/mcp-docs/web/components/SegmentedTabs.txt +1 -1
  80. package/mcp-docs/web/components/Select.txt +8 -14
  81. package/mcp-docs/web/components/SelectAlpha.txt +41 -0
  82. package/mcp-docs/web/components/SelectChip.txt +1 -1
  83. package/mcp-docs/web/components/Sidebar.txt +2 -2
  84. package/mcp-docs/web/components/SidebarItem.txt +4 -4
  85. package/mcp-docs/web/components/Spacer.txt +264 -1
  86. package/mcp-docs/web/components/SparklineInteractiveHeader.txt +8 -6
  87. package/mcp-docs/web/components/Spinner.txt +1 -1
  88. package/mcp-docs/web/components/Stepper.txt +2 -1
  89. package/mcp-docs/web/components/Switch.txt +2 -2
  90. package/mcp-docs/web/components/TabLabel.txt +2 -2
  91. package/mcp-docs/web/components/Table.txt +1 -1
  92. package/mcp-docs/web/components/TableCaption.txt +1 -1
  93. package/mcp-docs/web/components/TableCell.txt +1 -1
  94. package/mcp-docs/web/components/TableRow.txt +1 -1
  95. package/mcp-docs/web/components/Tabs.txt +1 -1
  96. package/mcp-docs/web/components/Tag.txt +1 -1
  97. package/mcp-docs/web/components/Text.txt +264 -1
  98. package/mcp-docs/web/components/TextInput.txt +3 -3
  99. package/mcp-docs/web/components/ThemeProvider.txt +6 -21
  100. package/mcp-docs/web/components/TileButton.txt +271 -1
  101. package/mcp-docs/web/components/Toast.txt +1 -1
  102. package/mcp-docs/web/components/VStack.txt +264 -1
  103. package/package.json +1 -1
@@ -250,13 +250,72 @@ An icon button with a badge showing the notification count. Uses `DotCount` to d
250
250
 
251
251
  | Prop | Type | Required | Default | Description |
252
252
  | --- | --- | --- | --- | --- |
253
- | `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 | `-` | Name of the icon, as defined in Figma. |
253
+ | `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 | `-` | Name of the icon, as defined in Figma. |
254
+ | `about` | `string \| undefined` | No | `-` | - |
255
+ | `accessKey` | `string \| undefined` | No | `-` | - |
254
256
  | `active` | `boolean` | No | `-` | Whether the icon is active |
255
257
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
256
258
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
257
259
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
258
- | `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 | `-` | - |
260
+ | `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
261
+ | `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. |
262
+ | `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. |
263
+ | `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
264
+ | `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. |
265
+ | `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
266
+ | `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
267
+ | `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
268
+ | `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. |
269
+ | `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
270
+ | `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
271
+ | `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
272
+ | `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. |
273
+ | `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
274
+ | `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
275
+ | `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
276
+ | `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
277
+ | `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. |
278
+ | `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
279
+ | `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
280
+ | `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. |
281
+ | `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
282
+ | `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. |
283
+ | `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
284
+ | `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
285
+ | `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
286
+ | `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
287
+ | `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
288
+ | `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
289
+ | `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. |
290
+ | `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
291
+ | `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
292
+ | `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
293
+ | `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
294
+ | `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. |
295
+ | `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. |
296
+ | `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. |
297
+ | `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
298
+ | `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
299
+ | `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. |
300
+ | `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
301
+ | `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
302
+ | `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
303
+ | `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. |
304
+ | `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
305
+ | `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
306
+ | `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
307
+ | `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. |
308
+ | `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
309
+ | `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
310
+ | `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
311
+ | `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
312
+ | `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
313
+ | `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. |
259
314
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
315
+ | `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
316
+ | `autoCorrect` | `string \| undefined` | No | `-` | - |
317
+ | `autoFocus` | `boolean \| undefined` | No | `-` | - |
318
+ | `autoSave` | `string \| undefined` | No | `-` | - |
260
319
  | `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). |
261
320
  | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
262
321
  | `block` | `boolean` | No | `-` | Set element to block and expand to 100% width. |
@@ -279,14 +338,25 @@ An icon button with a badge showing the notification count. Uses `DotCount` to d
279
338
  | `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
280
339
  | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
281
340
  | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
341
+ | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
282
342
  | `className` | `string` | No | `-` | Apply class names to the outer container. |
283
343
  | `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 | `-` | - |
284
344
  | `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
285
345
  | `compact` | `boolean` | No | `-` | Reduce the inner padding within the button itself. |
346
+ | `content` | `string \| undefined` | No | `-` | - |
347
+ | `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
348
+ | `contextMenu` | `string \| undefined` | No | `-` | - |
286
349
  | `dangerouslySetBackground` | `string` | No | `-` | - |
350
+ | `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
351
+ | `datatype` | `string \| undefined` | No | `-` | - |
352
+ | `defaultChecked` | `boolean \| undefined` | No | `-` | - |
353
+ | `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
354
+ | `dir` | `string \| undefined` | No | `-` | - |
287
355
  | `disabled` | `boolean` | No | `-` | Mark the button as disabled. |
288
356
  | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
357
+ | `draggable` | `Booleanish \| undefined` | No | `-` | - |
289
358
  | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
359
+ | `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
290
360
  | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
291
361
  | `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
292
362
  | `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -298,6 +368,12 @@ An icon button with a badge showing the notification count. Uses `DotCount` to d
298
368
  | `fontFamily` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
299
369
  | `fontSize` | `ResponsiveProp<FontSize \| inherit>` | No | `-` | - |
300
370
  | `fontWeight` | `ResponsiveProp<FontWeight \| inherit>` | No | `-` | - |
371
+ | `form` | `string \| undefined` | No | `-` | - |
372
+ | `formAction` | `string \| undefined` | No | `-` | - |
373
+ | `formEncType` | `string \| undefined` | No | `-` | - |
374
+ | `formMethod` | `string \| undefined` | No | `-` | - |
375
+ | `formNoValidate` | `boolean \| undefined` | No | `-` | - |
376
+ | `formTarget` | `string \| undefined` | No | `-` | - |
301
377
  | `gap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
302
378
  | `grid` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
303
379
  | `gridArea` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -315,7 +391,19 @@ An icon button with a badge showing the notification count. Uses `DotCount` to d
315
391
  | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
316
392
  | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
317
393
  | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
394
+ | `hidden` | `boolean \| undefined` | No | `-` | - |
395
+ | `id` | `string \| undefined` | No | `-` | - |
396
+ | `inlist` | `any` | No | `-` | - |
397
+ | `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 |
398
+ | `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
399
+ | `itemID` | `string \| undefined` | No | `-` | - |
400
+ | `itemProp` | `string \| undefined` | No | `-` | - |
401
+ | `itemRef` | `string \| undefined` | No | `-` | - |
402
+ | `itemScope` | `boolean \| undefined` | No | `-` | - |
403
+ | `itemType` | `string \| undefined` | No | `-` | - |
318
404
  | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
405
+ | `key` | `Key \| null \| undefined` | No | `-` | - |
406
+ | `lang` | `string \| undefined` | No | `-` | - |
319
407
  | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
320
408
  | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
321
409
  | `loading` | `boolean` | No | `-` | Is the element currenty loading. When set to true, will disable element from press and keyboard events |
@@ -331,6 +419,167 @@ An icon button with a badge showing the notification count. Uses `DotCount` to d
331
419
  | `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
332
420
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
333
421
  | `noScaleOnPress` | `boolean` | No | `-` | Dont scale element on press. |
422
+ | `nonce` | `string \| undefined` | No | `-` | - |
423
+ | `onAbort` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
424
+ | `onAbortCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
425
+ | `onAnimationEnd` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
426
+ | `onAnimationEndCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
427
+ | `onAnimationIteration` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
428
+ | `onAnimationIterationCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
429
+ | `onAnimationStart` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
430
+ | `onAnimationStartCapture` | `AnimationEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
431
+ | `onAuxClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
432
+ | `onAuxClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
433
+ | `onBeforeInput` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
434
+ | `onBeforeInputCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
435
+ | `onBlur` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
436
+ | `onBlurCapture` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
437
+ | `onCanPlay` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
438
+ | `onCanPlayCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
439
+ | `onCanPlayThrough` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
440
+ | `onCanPlayThroughCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
441
+ | `onChange` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
442
+ | `onChangeCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
443
+ | `onClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
444
+ | `onClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
445
+ | `onCompositionEnd` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
446
+ | `onCompositionEndCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
447
+ | `onCompositionStart` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
448
+ | `onCompositionStartCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
449
+ | `onCompositionUpdate` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
450
+ | `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
451
+ | `onContextMenu` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
452
+ | `onContextMenuCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
453
+ | `onCopy` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
454
+ | `onCopyCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
455
+ | `onCut` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
456
+ | `onCutCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
457
+ | `onDoubleClick` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
458
+ | `onDoubleClickCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
459
+ | `onDrag` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
460
+ | `onDragCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
461
+ | `onDragEnd` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
462
+ | `onDragEndCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
463
+ | `onDragEnter` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
464
+ | `onDragEnterCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
465
+ | `onDragExit` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
466
+ | `onDragExitCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
467
+ | `onDragLeave` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
468
+ | `onDragLeaveCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
469
+ | `onDragOver` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
470
+ | `onDragOverCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
471
+ | `onDragStart` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
472
+ | `onDragStartCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
473
+ | `onDrop` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
474
+ | `onDropCapture` | `DragEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
475
+ | `onDurationChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
476
+ | `onDurationChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
477
+ | `onEmptied` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
478
+ | `onEmptiedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
479
+ | `onEncrypted` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
480
+ | `onEncryptedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
481
+ | `onEnded` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
482
+ | `onEndedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
483
+ | `onError` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
484
+ | `onErrorCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
485
+ | `onFocus` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
486
+ | `onFocusCapture` | `FocusEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
487
+ | `onGotPointerCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
488
+ | `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
489
+ | `onInput` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
490
+ | `onInputCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
491
+ | `onInvalid` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
492
+ | `onInvalidCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
493
+ | `onKeyDown` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
494
+ | `onKeyDownCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
495
+ | `onKeyPress` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
496
+ | `onKeyPressCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
497
+ | `onKeyUp` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
498
+ | `onKeyUpCapture` | `KeyboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
499
+ | `onLoad` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
500
+ | `onLoadCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
501
+ | `onLoadStart` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
502
+ | `onLoadStartCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
503
+ | `onLoadedData` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
504
+ | `onLoadedDataCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
505
+ | `onLoadedMetadata` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
506
+ | `onLoadedMetadataCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
507
+ | `onLostPointerCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
508
+ | `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
509
+ | `onMouseDown` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
510
+ | `onMouseDownCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
511
+ | `onMouseEnter` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
512
+ | `onMouseLeave` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
513
+ | `onMouseMove` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
514
+ | `onMouseMoveCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
515
+ | `onMouseOut` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
516
+ | `onMouseOutCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
517
+ | `onMouseOver` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
518
+ | `onMouseOverCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
519
+ | `onMouseUp` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
520
+ | `onMouseUpCapture` | `MouseEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
521
+ | `onPaste` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
522
+ | `onPasteCapture` | `ClipboardEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
523
+ | `onPause` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
524
+ | `onPauseCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
525
+ | `onPlay` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
526
+ | `onPlayCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
527
+ | `onPlaying` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
528
+ | `onPlayingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
529
+ | `onPointerCancel` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
530
+ | `onPointerCancelCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
531
+ | `onPointerDown` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
532
+ | `onPointerDownCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
533
+ | `onPointerEnter` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
534
+ | `onPointerLeave` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
535
+ | `onPointerMove` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
536
+ | `onPointerMoveCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
537
+ | `onPointerOut` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
538
+ | `onPointerOutCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
539
+ | `onPointerOver` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
540
+ | `onPointerOverCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
541
+ | `onPointerUp` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
542
+ | `onPointerUpCapture` | `PointerEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
543
+ | `onProgress` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
544
+ | `onProgressCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
545
+ | `onRateChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
546
+ | `onRateChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
547
+ | `onReset` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
548
+ | `onResetCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
549
+ | `onResize` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
550
+ | `onResizeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
551
+ | `onScroll` | `UIEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
552
+ | `onScrollCapture` | `UIEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
553
+ | `onSeeked` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
554
+ | `onSeekedCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
555
+ | `onSeeking` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
556
+ | `onSeekingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
557
+ | `onSelect` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
558
+ | `onSelectCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
559
+ | `onStalled` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
560
+ | `onStalledCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
561
+ | `onSubmit` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
562
+ | `onSubmitCapture` | `FormEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
563
+ | `onSuspend` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
564
+ | `onSuspendCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
565
+ | `onTimeUpdate` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
566
+ | `onTimeUpdateCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
567
+ | `onTouchCancel` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
568
+ | `onTouchCancelCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
569
+ | `onTouchEnd` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
570
+ | `onTouchEndCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
571
+ | `onTouchMove` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
572
+ | `onTouchMoveCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
573
+ | `onTouchStart` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
574
+ | `onTouchStartCapture` | `TouchEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
575
+ | `onTransitionEnd` | `TransitionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
576
+ | `onTransitionEndCapture` | `TransitionEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
577
+ | `onVolumeChange` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
578
+ | `onVolumeChangeCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
579
+ | `onWaiting` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
580
+ | `onWaitingCapture` | `ReactEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
581
+ | `onWheel` | `WheelEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
582
+ | `onWheelCapture` | `WheelEventHandler<HTMLButtonElement> \| undefined` | No | `-` | - |
334
583
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
335
584
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
336
585
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
@@ -342,23 +591,44 @@ An icon button with a badge showing the notification count. Uses `DotCount` to d
342
591
  | `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
343
592
  | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
344
593
  | `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
594
+ | `prefix` | `string \| undefined` | No | `-` | - |
345
595
  | `pressed` | `boolean` | No | `-` | Is the element being pressed. Primarily a mobile feature, but can be used on the web. |
596
+ | `property` | `string \| undefined` | No | `-` | - |
597
+ | `radioGroup` | `string \| undefined` | No | `-` | - |
346
598
  | `ref` | `any` | No | `-` | - |
599
+ | `rel` | `string \| undefined` | No | `-` | - |
600
+ | `resource` | `string \| undefined` | No | `-` | - |
601
+ | `results` | `number \| undefined` | No | `-` | - |
602
+ | `rev` | `string \| undefined` | No | `-` | - |
347
603
  | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
604
+ | `role` | `AriaRole \| undefined` | No | `-` | - |
348
605
  | `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
606
+ | `security` | `string \| undefined` | No | `-` | - |
607
+ | `slot` | `string \| undefined` | No | `-` | - |
608
+ | `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
349
609
  | `style` | `CSSProperties` | No | `-` | - |
610
+ | `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
611
+ | `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
612
+ | `tabIndex` | `number \| undefined` | No | `-` | - |
350
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 |
351
614
  | `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
352
615
  | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
353
616
  | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
617
+ | `title` | `string \| undefined` | No | `-` | - |
354
618
  | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
355
619
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
620
+ | `translate` | `yes \| no \| undefined` | No | `-` | - |
356
621
  | `transparent` | `boolean` | No | `-` | Mark the background and border as transparent until interacted with. |
357
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 |
358
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 | `-` | - |
359
627
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
628
+ | `value` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
360
629
  | `variant` | `primary \| secondary \| tertiary \| positive \| negative \| foregroundMuted` | No | `primary` | Toggle design and visual variants. |
361
630
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
631
+ | `vocab` | `string \| undefined` | No | `-` | - |
362
632
  | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
363
633
  | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
364
634
 
@@ -76,7 +76,7 @@ function Example() {
76
76
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
77
77
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
78
78
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
79
- | `as` | `button` | No | `-` | - |
79
+ | `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. |
80
80
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
81
81
  | `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). |
82
82
  | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |