@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
@@ -16,13 +16,13 @@ Check [Sidebar](/components/navigation/Sidebar) for usage examples
16
16
 
17
17
  | Prop | Type | Required | Default | Description |
18
18
  | --- | --- | --- | --- | --- |
19
- | `icon` | `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 | `undefined` | The Navigation Icon this item represents |
19
+ | `icon` | `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 | `undefined` | The Navigation Icon this item represents |
20
20
  | `Component` | `symbol \| object \| style \| title \| 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 \| 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<CustomSidebarItemProps, any> \| FunctionComponent<CustomSidebarItemProps>` | No | `-` | Optional presentational component to render for the SidebarItem. By default, the SidebarItem will render as a row with an Icon and Headline Text element The component must implement the CustomSidebarItemProps props interface |
21
21
  | `active` | `boolean` | No | `false` | Use the active prop to identify the current page |
22
22
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
23
23
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
24
24
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
25
- | `as` | `button` | No | `-` | - |
25
+ | `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. |
26
26
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
27
27
  | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
28
28
  | `block` | `boolean` | No | `-` | Set element to block and expand to 100% width. |
@@ -96,7 +96,7 @@ Check [Sidebar](/components/navigation/Sidebar) for usage examples
96
96
  | `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
97
97
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
98
98
  | `noScaleOnPress` | `boolean` | No | `-` | Dont scale element on press. |
99
- | `onChange` | `FormEventHandler<HTMLButtonElement>` | No | `-` | - |
99
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
100
100
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
101
101
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
102
102
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
@@ -124,7 +124,7 @@ Check [Sidebar](/components/navigation/Sidebar) for usage examples
124
124
  | `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 |
125
125
  | `type` | `button \| submit \| reset` | No | `-` | - |
126
126
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
127
- | `value` | `string \| number \| readonly string[]` | No | `-` | - |
127
+ | `value` | `string \| (readonly string[] & string)` | No | `-` | The **value** property of the HTMLInputElement interface represents the current value of the input element as a string. [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/value) |
128
128
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
129
129
  | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
130
130
 
@@ -68,11 +68,70 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
68
68
 
69
69
  | Prop | Type | Required | Default | Description |
70
70
  | --- | --- | --- | --- | --- |
71
+ | `about` | `string \| undefined` | No | `-` | - |
72
+ | `accessKey` | `string \| undefined` | No | `-` | - |
71
73
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
72
74
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
73
75
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
74
- | `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 | `-` | - |
76
+ | `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
77
+ | `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. |
78
+ | `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. |
79
+ | `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
80
+ | `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. |
81
+ | `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
82
+ | `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
83
+ | `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
84
+ | `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. |
85
+ | `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
86
+ | `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
87
+ | `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
88
+ | `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. |
89
+ | `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
90
+ | `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
91
+ | `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
92
+ | `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
93
+ | `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. |
94
+ | `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
95
+ | `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
96
+ | `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. |
97
+ | `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
98
+ | `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. |
99
+ | `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
100
+ | `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
101
+ | `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
102
+ | `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
103
+ | `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
104
+ | `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
105
+ | `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. |
106
+ | `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
107
+ | `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
108
+ | `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
109
+ | `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
110
+ | `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. |
111
+ | `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. |
112
+ | `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. |
113
+ | `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
114
+ | `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
115
+ | `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. |
116
+ | `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
117
+ | `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
118
+ | `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
119
+ | `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. |
120
+ | `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
121
+ | `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
122
+ | `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
123
+ | `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. |
124
+ | `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
125
+ | `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
126
+ | `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
127
+ | `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
128
+ | `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
129
+ | `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 | `span` | 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. |
75
130
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
131
+ | `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
132
+ | `autoCorrect` | `string \| undefined` | No | `-` | - |
133
+ | `autoFocus` | `boolean \| undefined` | No | `-` | - |
134
+ | `autoSave` | `string \| undefined` | No | `-` | - |
76
135
  | `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 | `-` | - |
77
136
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
78
137
  | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -93,11 +152,23 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
93
152
  | `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
94
153
  | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
95
154
  | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
155
+ | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
156
+ | `className` | `string \| undefined` | No | `-` | - |
96
157
  | `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 | `-` | - |
97
158
  | `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
159
+ | `content` | `string \| undefined` | No | `-` | - |
160
+ | `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
161
+ | `contextMenu` | `string \| undefined` | No | `-` | - |
98
162
  | `dangerouslySetBackground` | `string` | No | `-` | - |
163
+ | `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
164
+ | `datatype` | `string \| undefined` | No | `-` | - |
165
+ | `defaultChecked` | `boolean \| undefined` | No | `-` | - |
166
+ | `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
167
+ | `dir` | `string \| undefined` | No | `-` | - |
99
168
  | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
169
+ | `draggable` | `Booleanish \| undefined` | No | `-` | - |
100
170
  | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
171
+ | `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
101
172
  | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
102
173
  | `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
103
174
  | `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -124,8 +195,20 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
124
195
  | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
125
196
  | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
126
197
  | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
198
+ | `hidden` | `boolean \| undefined` | No | `-` | - |
127
199
  | `horizontal` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | Space in the horizontal direction |
200
+ | `id` | `string \| undefined` | No | `-` | - |
201
+ | `inlist` | `any` | No | `-` | - |
202
+ | `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 |
203
+ | `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
204
+ | `itemID` | `string \| undefined` | No | `-` | - |
205
+ | `itemProp` | `string \| undefined` | No | `-` | - |
206
+ | `itemRef` | `string \| undefined` | No | `-` | - |
207
+ | `itemScope` | `boolean \| undefined` | No | `-` | - |
208
+ | `itemType` | `string \| undefined` | No | `-` | - |
128
209
  | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
210
+ | `key` | `Key \| null \| undefined` | No | `-` | - |
211
+ | `lang` | `string \| undefined` | No | `-` | - |
129
212
  | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
130
213
  | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
131
214
  | `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
@@ -143,6 +226,167 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
143
226
  | `minHorizontal` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | Min space in the horizontal direction |
144
227
  | `minVertical` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | Min space in the vertical direction |
145
228
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
229
+ | `nonce` | `string \| undefined` | No | `-` | - |
230
+ | `onAbort` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
231
+ | `onAbortCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
232
+ | `onAnimationEnd` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
233
+ | `onAnimationEndCapture` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
234
+ | `onAnimationIteration` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
235
+ | `onAnimationIterationCapture` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
236
+ | `onAnimationStart` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
237
+ | `onAnimationStartCapture` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
238
+ | `onAuxClick` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
239
+ | `onAuxClickCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
240
+ | `onBeforeInput` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
241
+ | `onBeforeInputCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
242
+ | `onBlur` | `FocusEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
243
+ | `onBlurCapture` | `FocusEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
244
+ | `onCanPlay` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
245
+ | `onCanPlayCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
246
+ | `onCanPlayThrough` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
247
+ | `onCanPlayThroughCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
248
+ | `onChange` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
249
+ | `onChangeCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
250
+ | `onClick` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
251
+ | `onClickCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
252
+ | `onCompositionEnd` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
253
+ | `onCompositionEndCapture` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
254
+ | `onCompositionStart` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
255
+ | `onCompositionStartCapture` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
256
+ | `onCompositionUpdate` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
257
+ | `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
258
+ | `onContextMenu` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
259
+ | `onContextMenuCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
260
+ | `onCopy` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
261
+ | `onCopyCapture` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
262
+ | `onCut` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
263
+ | `onCutCapture` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
264
+ | `onDoubleClick` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
265
+ | `onDoubleClickCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
266
+ | `onDrag` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
267
+ | `onDragCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
268
+ | `onDragEnd` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
269
+ | `onDragEndCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
270
+ | `onDragEnter` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
271
+ | `onDragEnterCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
272
+ | `onDragExit` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
273
+ | `onDragExitCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
274
+ | `onDragLeave` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
275
+ | `onDragLeaveCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
276
+ | `onDragOver` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
277
+ | `onDragOverCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
278
+ | `onDragStart` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
279
+ | `onDragStartCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
280
+ | `onDrop` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
281
+ | `onDropCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
282
+ | `onDurationChange` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
283
+ | `onDurationChangeCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
284
+ | `onEmptied` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
285
+ | `onEmptiedCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
286
+ | `onEncrypted` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
287
+ | `onEncryptedCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
288
+ | `onEnded` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
289
+ | `onEndedCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
290
+ | `onError` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
291
+ | `onErrorCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
292
+ | `onFocus` | `FocusEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
293
+ | `onFocusCapture` | `FocusEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
294
+ | `onGotPointerCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
295
+ | `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
296
+ | `onInput` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
297
+ | `onInputCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
298
+ | `onInvalid` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
299
+ | `onInvalidCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
300
+ | `onKeyDown` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
301
+ | `onKeyDownCapture` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
302
+ | `onKeyPress` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
303
+ | `onKeyPressCapture` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
304
+ | `onKeyUp` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
305
+ | `onKeyUpCapture` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
306
+ | `onLoad` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
307
+ | `onLoadCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
308
+ | `onLoadStart` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
309
+ | `onLoadStartCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
310
+ | `onLoadedData` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
311
+ | `onLoadedDataCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
312
+ | `onLoadedMetadata` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
313
+ | `onLoadedMetadataCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
314
+ | `onLostPointerCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
315
+ | `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
316
+ | `onMouseDown` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
317
+ | `onMouseDownCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
318
+ | `onMouseEnter` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
319
+ | `onMouseLeave` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
320
+ | `onMouseMove` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
321
+ | `onMouseMoveCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
322
+ | `onMouseOut` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
323
+ | `onMouseOutCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
324
+ | `onMouseOver` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
325
+ | `onMouseOverCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
326
+ | `onMouseUp` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
327
+ | `onMouseUpCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
328
+ | `onPaste` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
329
+ | `onPasteCapture` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
330
+ | `onPause` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
331
+ | `onPauseCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
332
+ | `onPlay` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
333
+ | `onPlayCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
334
+ | `onPlaying` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
335
+ | `onPlayingCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
336
+ | `onPointerCancel` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
337
+ | `onPointerCancelCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
338
+ | `onPointerDown` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
339
+ | `onPointerDownCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
340
+ | `onPointerEnter` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
341
+ | `onPointerLeave` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
342
+ | `onPointerMove` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
343
+ | `onPointerMoveCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
344
+ | `onPointerOut` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
345
+ | `onPointerOutCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
346
+ | `onPointerOver` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
347
+ | `onPointerOverCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
348
+ | `onPointerUp` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
349
+ | `onPointerUpCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
350
+ | `onProgress` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
351
+ | `onProgressCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
352
+ | `onRateChange` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
353
+ | `onRateChangeCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
354
+ | `onReset` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
355
+ | `onResetCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
356
+ | `onResize` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
357
+ | `onResizeCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
358
+ | `onScroll` | `UIEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
359
+ | `onScrollCapture` | `UIEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
360
+ | `onSeeked` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
361
+ | `onSeekedCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
362
+ | `onSeeking` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
363
+ | `onSeekingCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
364
+ | `onSelect` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
365
+ | `onSelectCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
366
+ | `onStalled` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
367
+ | `onStalledCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
368
+ | `onSubmit` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
369
+ | `onSubmitCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
370
+ | `onSuspend` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
371
+ | `onSuspendCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
372
+ | `onTimeUpdate` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
373
+ | `onTimeUpdateCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
374
+ | `onTouchCancel` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
375
+ | `onTouchCancelCapture` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
376
+ | `onTouchEnd` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
377
+ | `onTouchEndCapture` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
378
+ | `onTouchMove` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
379
+ | `onTouchMoveCapture` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
380
+ | `onTouchStart` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
381
+ | `onTouchStartCapture` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
382
+ | `onTransitionEnd` | `TransitionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
383
+ | `onTransitionEndCapture` | `TransitionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
384
+ | `onVolumeChange` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
385
+ | `onVolumeChangeCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
386
+ | `onWaiting` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
387
+ | `onWaitingCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
388
+ | `onWheel` | `WheelEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
389
+ | `onWheelCapture` | `WheelEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
146
390
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
147
391
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
148
392
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
@@ -154,19 +398,38 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
154
398
  | `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
155
399
  | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
156
400
  | `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
401
+ | `prefix` | `string \| undefined` | No | `-` | - |
402
+ | `property` | `string \| undefined` | No | `-` | - |
403
+ | `radioGroup` | `string \| undefined` | No | `-` | - |
157
404
  | `ref` | `any` | No | `-` | - |
405
+ | `rel` | `string \| undefined` | No | `-` | - |
406
+ | `resource` | `string \| undefined` | No | `-` | - |
407
+ | `results` | `number \| undefined` | No | `-` | - |
408
+ | `rev` | `string \| undefined` | No | `-` | - |
158
409
  | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
410
+ | `role` | `AriaRole \| undefined` | No | `-` | - |
159
411
  | `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
412
+ | `security` | `string \| undefined` | No | `-` | - |
413
+ | `slot` | `string \| undefined` | No | `-` | - |
414
+ | `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
160
415
  | `style` | `CSSProperties` | No | `-` | - |
416
+ | `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
417
+ | `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
418
+ | `tabIndex` | `number \| undefined` | No | `-` | - |
161
419
  | `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 |
162
420
  | `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
163
421
  | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
164
422
  | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
423
+ | `title` | `string \| undefined` | No | `-` | - |
165
424
  | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
166
425
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
426
+ | `translate` | `yes \| no \| undefined` | No | `-` | - |
427
+ | `typeof` | `string \| undefined` | No | `-` | - |
428
+ | `unselectable` | `off \| on \| undefined` | No | `-` | - |
167
429
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
168
430
  | `vertical` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | Space in the vertical direction |
169
431
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
432
+ | `vocab` | `string \| undefined` | No | `-` | - |
170
433
  | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
171
434
  | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
172
435
 
@@ -68,11 +68,13 @@ The fill will be added by default
68
68
 
69
69
  | Prop | Type | Required | Default | Description |
70
70
  | --- | --- | --- | --- | --- |
71
- | `percent` | `string` | Yes | `-` | Free form percentage change |
72
- | `sign` | ` \| positive \| negative \| upwardTrend \| downwardTrend` | Yes | `-` | Sign to denote the change in price |
73
- | `variant` | `positive \| negative \| foregroundMuted` | Yes | `-` | The variant to use for the price and percentage change |
74
- | `accessibilityLabel` | `string` | No | `-` | The accessibilityLabel to show for the price and / or percentage change. This should be localized |
75
- | `accessoryText` | `string` | No | `-` | The accessoryText to show after the price and / or percentage change. An example is All time |
76
- | `priceChange` | `string` | No | `-` | Show the dollar amount of price change |
71
+ | `defaultTitle` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | Yes | `-` | Default title, changing this prop has no effect once the default is rendered. If you use a ReactNode that is not a string, then you cannot use the text based label that supports updates. |
72
+ | `compact` | `boolean` | No | `-` | Reduce the font size used for the header itself. |
73
+ | `defaultLabel` | `string` | No | `-` | Default label, changing this prop has no effect once the default is rendered. |
74
+ | `defaultSubHead` | `SparklineInteractiveSubHead` | No | `-` | Default SubHead, changing this prop has no effect once the default is rendered. |
75
+ | `key` | `Key \| null` | No | `-` | - |
76
+ | `labelNode` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Adds a label node that allows React components. If you use this node then you cannot use the text based label that supports updates. |
77
+ | `ref` | `((instance: SparklineInteractiveHeaderRef \| null) => void) \| RefObject<SparklineInteractiveHeaderRef> \| null` | No | `-` | - |
78
+ | `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 |
77
79
 
78
80
 
@@ -30,7 +30,7 @@ Change color of spinner
30
30
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
31
31
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
32
32
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
33
- | `as` | `div` | No | `-` | - |
33
+ | `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. |
34
34
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
35
35
  | `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 | `-` | - |
36
36
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -578,7 +578,7 @@ It follows the same structure as `classNames`:
578
578
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
579
579
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
580
580
  | `animate` | `boolean` | No | `true` | Whether to animate the progress spring. |
581
- | `as` | `div` | No | `-` | - |
581
+ | `as` | `div` | No | `div` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
582
582
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
583
583
  | `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 | `-` | - |
584
584
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -600,6 +600,7 @@ It follows the same structure as `classNames`:
600
600
  | `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
601
601
  | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
602
602
  | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
603
+ | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
603
604
  | `classNames` | `{ root?: string; step?: string \| undefined; substepContainer?: string \| undefined; label?: string \| undefined; progress?: string \| undefined; icon?: string \| undefined; header?: string \| undefined; } \| undefined` | No | `-` | Optional CSS class names for specific child elements of Stepper |
604
605
  | `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 | `-` | - |
605
606
  | `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
@@ -76,10 +76,10 @@ function AdvancedSwitchDemo() {
76
76
  | `indeterminate` | `boolean` | No | `-` | Enable indeterminate state. Useful when you want to indicate that sub-items of a control are partially filled. |
77
77
  | `key` | `Key \| null` | No | `-` | - |
78
78
  | `labelStyle` | `CSSProperties` | No | `-` | Style for the label element |
79
- | `onChange` | `ChangeEventHandler<HTMLInputElement>` | No | `-` | - |
79
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
80
80
  | `ref` | `((instance: HTMLInputElement \| null) => void) \| RefObject<HTMLInputElement> \| null` | No | `-` | - |
81
81
  | `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 |
82
- | `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 | `-` | - |
82
+ | `type` | `button \| submit \| reset` | No | `-` | - |
83
83
  | `value` | `string` | No | `-` | Value of the option. Useful for multiple choice. |
84
84
 
85
85
 
@@ -45,7 +45,7 @@ import { TabLabel } from '@coinbase/cds-web/tabs/TabLabel'
45
45
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
46
46
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
47
47
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
48
- | `as` | `h2` | No | `-` | - |
48
+ | `as` | `h2` | 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. |
49
49
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
50
50
  | `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 | `-` | - |
51
51
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -121,7 +121,7 @@ import { TabLabel } from '@coinbase/cds-web/tabs/TabLabel'
121
121
  | `mono` | `boolean` | No | `-` | Use monospace font family. |
122
122
  | `noWrap` | `boolean` | No | `false` | Set text to be in a single line. |
123
123
  | `numberOfLines` | `number` | No | `-` | - |
124
- | `onChange` | `FormEventHandler<HTMLHeadingElement>` | No | `-` | - |
124
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
125
125
  | `onLayout` | `((key: string, props: TabIndicatorProps) => void)` | No | `-` | - |
126
126
  | `onPress` | `(() => void)` | No | `-` | Callback to fire when pressed |
127
127
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -358,7 +358,7 @@ function SortingExample() {
358
358
  | `height` | `string \| number` | No | `-` | Set a fixed height. |
359
359
  | `key` | `Key \| null` | No | `-` | - |
360
360
  | `maxHeight` | `string \| number` | No | `-` | Set a maximum height. |
361
- | `onChange` | `FormEventHandler<HTMLTableElement>` | No | `-` | - |
361
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
362
362
  | `ref` | `((instance: HTMLTableElement \| null) => void) \| RefObject<HTMLTableElement> \| null` | No | `-` | - |
363
363
  | `tableLayout` | `fixed \| auto` | No | `'auto'` | Use tableLayout=fixed if you need full control over cell width |
364
364
  | `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 |
@@ -95,7 +95,7 @@ import { TableCaption } from '@coinbase/cds-web/tables/TableCaption'
95
95
  | `as` | `div \| abbr \| code \| dd \| del \| dl \| dt \| h1 \| h2 \| h3 \| h4 \| ins \| kbd \| label \| li \| output \| p \| pre \| q \| s \| span \| strong \| sub \| sup \| time` | No | `'span'` | A semantic HTML element or a React component to be rendered. Only applicable when children is a string. |
96
96
  | `backgroundColor` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | Set the background color to a CDS palette background color name. |
97
97
  | `innerSpacing` | `CellSpacing` | No | `-` | The spacing to use on the inner content of the caption. Overrides table cell spacing defaults. |
98
- | `onChange` | `FormEventHandler<HTMLTableCaptionElement>` | No | `-` | - |
98
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
99
99
  | `outerSpacing` | `CellSpacing` | No | `-` | The spacing to use on the parent wrapper of the caption. Overrides table cell spacing defaults. |
100
100
  | `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 |
101
101
 
@@ -153,7 +153,7 @@ import { TableCell } from '@coinbase/cds-web/tables/TableCell'
153
153
  | `end` | `ReactElement` | No | `undefined` | Element (icon, asset, image, etc) to display at the end of the cell |
154
154
  | `innerSpacing` | `CellSpacing` | No | `{ spacingHorizontal: 0 }` | The spacing to use on the inner content of Cell |
155
155
  | `justifyContent` | `space-evenly \| FlexAxisValue \| FlexSpaceCommon` | No | `'flex-start'` | This prop us useful for right-aligning the last column |
156
- | `onChange` | `FormEventHandler<HTMLTableCellElement>` | No | `-` | - |
156
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
157
157
  | `outerSpacing` | `CellSpacing` | No | `-` | The spacing to use on the parent wrapper of Cell |
158
158
  | `overflow` | `clip \| wrap \| truncate \| break` | No | `false` | Should the title/subtitle text truncate |
159
159
  | `start` | `ReactElement` | No | `undefined` | Element (icon, asset, image, etc) to display at the start of the cell |
@@ -133,7 +133,7 @@ function ResponsiveExample() {
133
133
  | `disableHoverIndicator` | `boolean` | No | `false` | By default, we set a hover background color of palette.backgroundAlternate on hover for the row. Use this prop to disable this behavior |
134
134
  | `fullWidth` | `boolean` | No | `undefined` | Should this row span the entire width of the table? Useful for treating a row as a Control Strip. |
135
135
  | `innerSpacing` | `CellSpacing` | No | `-` | The spacing to use on the inner content of Cell. Will only take effect when fullWidth is set to true |
136
- | `onChange` | `FormEventHandler<HTMLTableRowElement>` | No | `-` | - |
136
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
137
137
  | `outerSpacing` | `CellSpacing` | No | `-` | The spacing to use on the parent wrapper of Cell. Will only take effect when fullWidth is set to true |
138
138
  | `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 |
139
139
 
@@ -114,7 +114,7 @@ import { Tabs } from '@coinbase/cds-web/tabs/Tabs'
114
114
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
115
115
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
116
116
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
117
- | `as` | `div` | No | `-` | - |
117
+ | `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. |
118
118
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
119
119
  | `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 | `-` | - |
120
120
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -255,7 +255,7 @@ function MarginExample() {
255
255
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
256
256
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
257
257
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
258
- | `as` | `div` | No | `-` | - |
258
+ | `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. |
259
259
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
260
260
  | `background` | `blue0 \| blue100 \| blue5 \| blue10 \| blue15 \| blue20 \| blue30 \| blue40 \| blue50 \| blue60 \| blue70 \| blue80 \| blue90 \| green0 \| green100 \| green5 \| green10 \| green15 \| green20 \| green30 \| green40 \| green50 \| green60 \| green70 \| green80 \| green90 \| orange0 \| orange100 \| orange5 \| orange10 \| orange15 \| orange20 \| orange30 \| orange40 \| orange50 \| orange60 \| orange70 \| orange80 \| orange90 \| yellow0 \| yellow100 \| yellow5 \| yellow10 \| yellow15 \| yellow20 \| yellow30 \| yellow40 \| yellow50 \| yellow60 \| yellow70 \| yellow80 \| yellow90 \| gray0 \| gray100 \| gray5 \| gray10 \| gray15 \| gray20 \| gray30 \| gray40 \| gray50 \| gray60 \| gray70 \| gray80 \| gray90 \| indigo0 \| indigo100 \| indigo5 \| indigo10 \| indigo15 \| indigo20 \| indigo30 \| indigo40 \| indigo50 \| indigo60 \| indigo70 \| indigo80 \| indigo90 \| pink0 \| pink100 \| pink5 \| pink10 \| pink15 \| pink20 \| pink30 \| pink40 \| pink50 \| pink60 \| pink70 \| pink80 \| pink90 \| purple0 \| purple100 \| purple5 \| purple10 \| purple15 \| purple20 \| purple30 \| purple40 \| purple50 \| purple60 \| purple70 \| purple80 \| purple90 \| red0 \| red100 \| red5 \| red10 \| red15 \| red20 \| red30 \| red40 \| red50 \| red60 \| red70 \| red80 \| red90 \| teal0 \| teal100 \| teal5 \| teal10 \| teal15 \| teal20 \| teal30 \| teal40 \| teal50 \| teal60 \| teal70 \| teal80 \| teal90 \| chartreuse0 \| chartreuse100 \| chartreuse5 \| chartreuse10 \| chartreuse15 \| chartreuse20 \| chartreuse30 \| chartreuse40 \| chartreuse50 \| chartreuse60 \| chartreuse70 \| chartreuse80 \| chartreuse90` | No | `-` | - |
261
261
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |