@coinbase/cds-web 8.13.1 → 8.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1141) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +24 -11
  3. package/dts/accordion/Accordion.d.ts +11 -3
  4. package/dts/accordion/AccordionHeader.d.ts +43 -27
  5. package/dts/accordion/AccordionItem.d.ts +19 -4
  6. package/dts/accordion/AccordionPanel.d.ts +18 -12
  7. package/dts/accordion/__figma__/Accordion.figma.d.ts +1 -1
  8. package/dts/accordion/index.d.ts +1 -1
  9. package/dts/accordion/utils.d.ts +1 -1
  10. package/dts/animation/Lottie.d.ts +17 -10
  11. package/dts/animation/LottieStatusAnimation.d.ts +9 -2
  12. package/dts/animation/NewAnimatePresence.d.ts +2 -2
  13. package/dts/animation/convertMotionConfig.d.ts +28 -15
  14. package/dts/animation/index.d.ts +1 -1
  15. package/dts/animation/types.d.ts +46 -40
  16. package/dts/animation/useLottieHandlers.d.ts +1 -1
  17. package/dts/animation/useLottieListeners.d.ts +5 -2
  18. package/dts/animation/useLottieLoader.d.ts +11 -5
  19. package/dts/banner/Banner.d.ts +56 -48
  20. package/dts/buttons/AvatarButton.d.ts +18 -5
  21. package/dts/buttons/Button.d.ts +65 -50
  22. package/dts/buttons/ButtonGroup.d.ts +9 -4
  23. package/dts/buttons/IconButton.d.ts +15 -6
  24. package/dts/buttons/IconCounterButton.d.ts +24 -19
  25. package/dts/buttons/Tile.d.ts +10 -8
  26. package/dts/buttons/TileButton.d.ts +15 -6
  27. package/dts/buttons/__figma__/AvatarButton.figma.d.ts +1 -1
  28. package/dts/buttons/__figma__/Button.figma.d.ts +1 -1
  29. package/dts/buttons/__figma__/ButtonGroup.figma.d.ts +1 -1
  30. package/dts/buttons/__figma__/IconButton.figma.d.ts +1 -1
  31. package/dts/buttons/__figma__/TileButton.figma.d.ts +1 -1
  32. package/dts/buttons/index.d.ts +1 -1
  33. package/dts/cards/AnnouncementCard.d.ts +1 -1
  34. package/dts/cards/Card.d.ts +7 -4
  35. package/dts/cards/CardBody.d.ts +4 -3
  36. package/dts/cards/CardFooter.d.ts +4 -3
  37. package/dts/cards/CardGroup.d.ts +6 -2
  38. package/dts/cards/CardHeader.d.ts +1 -1
  39. package/dts/cards/CardMedia.d.ts +1 -1
  40. package/dts/cards/CardRemoteImage.d.ts +1 -1
  41. package/dts/cards/ContainedAssetCard.d.ts +28 -9
  42. package/dts/cards/ContentCard/ContentCard.d.ts +10 -4
  43. package/dts/cards/ContentCard/ContentCardBody.d.ts +17 -6
  44. package/dts/cards/ContentCard/ContentCardFooter.d.ts +12 -4
  45. package/dts/cards/ContentCard/ContentCardHeader.d.ts +17 -6
  46. package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts +1 -1
  47. package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts +1 -1
  48. package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts +1 -1
  49. package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts +1 -1
  50. package/dts/cards/ContentCard/index.d.ts +1 -1
  51. package/dts/cards/DataCard.d.ts +4 -3
  52. package/dts/cards/FeatureEntryCard.d.ts +1 -1
  53. package/dts/cards/FeedCard.d.ts +5 -4
  54. package/dts/cards/FloatingAssetCard.d.ts +30 -18
  55. package/dts/cards/LikeButton.d.ts +7 -3
  56. package/dts/cards/NudgeCard.d.ts +65 -42
  57. package/dts/cards/UpsellCard.d.ts +26 -5
  58. package/dts/cards/__figma__/AnnouncementCard.figma.d.ts +1 -1
  59. package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts +1 -1
  60. package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts +1 -1
  61. package/dts/cards/__figma__/NudgeCard.figma.d.ts +1 -1
  62. package/dts/cards/__figma__/UpsellCard.figma.d.ts +1 -1
  63. package/dts/cards/index.d.ts +1 -1
  64. package/dts/carousel/Carousel.d.ts +145 -137
  65. package/dts/carousel/CarouselItem.d.ts +10 -2
  66. package/dts/carousel/DefaultCarouselNavigation.d.ts +52 -52
  67. package/dts/carousel/DefaultCarouselPagination.d.ts +20 -19
  68. package/dts/carousel/index.d.ts +1 -1
  69. package/dts/cells/Cell.d.ts +32 -7
  70. package/dts/cells/CellAccessory.d.ts +13 -9
  71. package/dts/cells/CellDetail.d.ts +13 -13
  72. package/dts/cells/CellHelperText.d.ts +8 -4
  73. package/dts/cells/CellMedia.d.ts +19 -17
  74. package/dts/cells/ContentCell.d.ts +15 -6
  75. package/dts/cells/ContentCellFallback.d.ts +11 -11
  76. package/dts/cells/ListCell.d.ts +15 -6
  77. package/dts/cells/ListCellFallback.d.ts +32 -30
  78. package/dts/cells/MediaFallback.d.ts +2 -2
  79. package/dts/cells/__figma__/ContentCell.figma.d.ts +1 -1
  80. package/dts/cells/__figma__/ListCell.figma.d.ts +1 -1
  81. package/dts/cells/index.d.ts +1 -1
  82. package/dts/chips/Chip.d.ts +6 -2
  83. package/dts/chips/ChipProps.d.ts +21 -6
  84. package/dts/chips/InputChip.d.ts +6 -2
  85. package/dts/chips/SelectChip.d.ts +14 -10
  86. package/dts/chips/TabbedChips.d.ts +7 -4
  87. package/dts/chips/__figma__/InputChip.figma.d.ts +1 -1
  88. package/dts/chips/__figma__/SelectChip.figma.d.ts +1 -1
  89. package/dts/chips/__figma__/TabbedChips.figma.d.ts +1 -1
  90. package/dts/chips/index.d.ts +1 -1
  91. package/dts/coachmark/Coachmark.d.ts +9 -5
  92. package/dts/coachmark/__figma__/Coachmark.figma.d.ts +1 -1
  93. package/dts/collapsible/Collapsible.d.ts +40 -32
  94. package/dts/collapsible/index.d.ts +1 -1
  95. package/dts/collapsible/useCollapsibleMotionProps.d.ts +5421 -1718
  96. package/dts/controls/Checkbox.d.ts +16 -13
  97. package/dts/controls/CheckboxCell.d.ts +30 -20
  98. package/dts/controls/CheckboxGroup.d.ts +24 -16
  99. package/dts/controls/Control.d.ts +21 -8
  100. package/dts/controls/ControlGroup.d.ts +19 -9
  101. package/dts/controls/HelperText.d.ts +9 -9
  102. package/dts/controls/InputIcon.d.ts +11 -8
  103. package/dts/controls/InputIconButton.d.ts +11 -7
  104. package/dts/controls/InputLabel.d.ts +1 -1
  105. package/dts/controls/InputStack.d.ts +70 -64
  106. package/dts/controls/NativeInput.d.ts +43 -28
  107. package/dts/controls/NativeTextArea.d.ts +14 -9
  108. package/dts/controls/Radio.d.ts +9 -7
  109. package/dts/controls/RadioCell.d.ts +30 -20
  110. package/dts/controls/RadioGroup.d.ts +15 -6
  111. package/dts/controls/SearchInput.d.ts +128 -95
  112. package/dts/controls/SegmentedControl.d.ts +34 -26
  113. package/dts/controls/Select.d.ts +39 -17
  114. package/dts/controls/SelectOption.d.ts +23 -5
  115. package/dts/controls/SelectStack.d.ts +21 -8
  116. package/dts/controls/SelectTrigger.d.ts +21 -14
  117. package/dts/controls/Switch.d.ts +35 -21
  118. package/dts/controls/TextInput.d.ts +127 -90
  119. package/dts/controls/__figma__/Checkbox.figma.d.ts +1 -1
  120. package/dts/controls/__figma__/CheckboxCell.figma.d.ts +1 -1
  121. package/dts/controls/__figma__/CheckboxGroup.figma.d.ts +1 -1
  122. package/dts/controls/__figma__/NativeTextArea.figma.d.ts +1 -1
  123. package/dts/controls/__figma__/RadioCell.figma.d.ts +1 -1
  124. package/dts/controls/__figma__/RadioGroup.figma.d.ts +1 -1
  125. package/dts/controls/__figma__/SearchInput.figma.d.ts +1 -1
  126. package/dts/controls/__figma__/Select.figma.d.ts +1 -1
  127. package/dts/controls/__figma__/SelectOption.figma.d.ts +1 -1
  128. package/dts/controls/__figma__/Switch.figma.d.ts +1 -1
  129. package/dts/controls/__figma__/TextInput.figma.d.ts +1 -1
  130. package/dts/controls/context.d.ts +4 -2
  131. package/dts/controls/index.d.ts +1 -1
  132. package/dts/controls/selectContext.d.ts +7 -7
  133. package/dts/controls/useHandleRadioSelect.d.ts +4 -2
  134. package/dts/controls/useRefocusTrigger.d.ts +4 -2
  135. package/dts/controls/useSelectionCellControlHeight.d.ts +11 -2
  136. package/dts/core/createThemeCssVars.d.ts +1 -1
  137. package/dts/core/polymorphism.d.ts +19 -12
  138. package/dts/core/theme.d.ts +147 -143
  139. package/dts/cx.d.ts +4 -4
  140. package/dts/dates/Calendar.d.ts +99 -91
  141. package/dts/dates/DateInput.d.ts +19 -12
  142. package/dts/dates/DatePicker.d.ts +149 -102
  143. package/dts/dates/__figma__/DatePicker.figma.d.ts +1 -1
  144. package/dts/defaultFontStyles.d.ts +1 -1
  145. package/dts/dots/DotCount.d.ts +63 -37
  146. package/dts/dots/DotStatusColor.d.ts +27 -5
  147. package/dts/dots/DotSymbol.d.ts +39 -5
  148. package/dts/dots/__figma__/DotCount.figma.d.ts +1 -1
  149. package/dts/dots/__figma__/DotStatusColor.figma.d.ts +1 -1
  150. package/dts/dots/__figma__/DotSymbol.figma.d.ts +1 -1
  151. package/dts/dots/dotStyles.d.ts +18 -13
  152. package/dts/dots/index.d.ts +1 -1
  153. package/dts/dropdown/Dropdown.d.ts +37 -17
  154. package/dts/dropdown/DropdownContent.d.ts +12 -7
  155. package/dts/dropdown/DropdownProps.d.ts +68 -53
  156. package/dts/dropdown/MenuItem.d.ts +15 -6
  157. package/dts/dropdown/__figma__/Dropdown.figma.d.ts +1 -1
  158. package/dts/dropdown/index.d.ts +1 -1
  159. package/dts/dropdown/useResponsiveHeight.d.ts +14 -8
  160. package/dts/globalStyles.d.ts +1 -1
  161. package/dts/hooks/useA11yControlledVisibility.d.ts +16 -13
  162. package/dts/hooks/useA11yLabels.d.ts +4 -4
  163. package/dts/hooks/useBreakpoints.d.ts +12 -2
  164. package/dts/hooks/useCellSpacing.d.ts +281 -66
  165. package/dts/hooks/useCheckboxGroupState.d.ts +9 -6
  166. package/dts/hooks/useDimensions.d.ts +34 -24
  167. package/dts/hooks/useEventHandler.d.ts +1 -1
  168. package/dts/hooks/useHasMounted.d.ts +1 -1
  169. package/dts/hooks/useIsBrowser.d.ts +1 -1
  170. package/dts/hooks/useIsoEffect.d.ts +1 -1
  171. package/dts/hooks/useMediaQuery.d.ts +1 -1
  172. package/dts/hooks/useScrollBlocker.d.ts +1 -1
  173. package/dts/hooks/useTheme.d.ts +1 -1
  174. package/dts/hooks/useThemeContext.d.ts +1 -1
  175. package/dts/icons/Icon.d.ts +27 -14
  176. package/dts/icons/LogoMark.d.ts +7 -2
  177. package/dts/icons/LogoWordmark.d.ts +6 -2
  178. package/dts/icons/SubBrandLogoMark.d.ts +7 -2
  179. package/dts/icons/SubBrandLogoWordmark.d.ts +6 -2
  180. package/dts/icons/__figma__/Icon.figma.d.ts +1 -1
  181. package/dts/icons/__figma__/LogoMark.figma.d.ts +1 -1
  182. package/dts/icons/__figma__/LogoWordmark.figma.d.ts +1 -1
  183. package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts +1 -1
  184. package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts +1 -1
  185. package/dts/icons/index.d.ts +1 -1
  186. package/dts/illustrations/HeroSquare.d.ts +12 -5
  187. package/dts/illustrations/Pictogram.d.ts +12 -5
  188. package/dts/illustrations/SpotIcon.d.ts +12 -5
  189. package/dts/illustrations/SpotRectangle.d.ts +12 -5
  190. package/dts/illustrations/SpotSquare.d.ts +12 -5
  191. package/dts/illustrations/__figma__/HeroSquare.figma.d.ts +1 -1
  192. package/dts/illustrations/__figma__/Pictogram.figma.d.ts +1 -1
  193. package/dts/illustrations/__figma__/SpotIcon.figma.d.ts +1 -1
  194. package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts +1 -1
  195. package/dts/illustrations/__figma__/SpotSquare.figma.d.ts +1 -1
  196. package/dts/illustrations/createIllustration.d.ts +56 -37
  197. package/dts/illustrations/index.d.ts +1 -1
  198. package/dts/index.d.ts +1 -1
  199. package/dts/layout/Box.d.ts +21 -7
  200. package/dts/layout/Divider.d.ts +14 -7
  201. package/dts/layout/Fallback.d.ts +24 -11
  202. package/dts/layout/Grid.d.ts +15 -6
  203. package/dts/layout/GridColumn.d.ts +15 -6
  204. package/dts/layout/Group.d.ts +32 -30
  205. package/dts/layout/HStack.d.ts +10 -4
  206. package/dts/layout/Spacer.d.ts +15 -6
  207. package/dts/layout/VStack.d.ts +10 -4
  208. package/dts/layout/__figma__/Divider.figma.d.ts +1 -1
  209. package/dts/layout/__figma__/Fallback.figma.d.ts +1 -1
  210. package/dts/layout/index.d.ts +1 -1
  211. package/dts/loaders/CircularProgress.d.ts +26 -18
  212. package/dts/loaders/MaterialSpinner.d.ts +8 -6
  213. package/dts/loaders/Spinner.d.ts +16 -6
  214. package/dts/loaders/index.d.ts +1 -1
  215. package/dts/media/Avatar.d.ts +47 -30
  216. package/dts/media/Hexagon.d.ts +67 -59
  217. package/dts/media/RemoteImage.d.ts +36 -20
  218. package/dts/media/RemoteImageGroup.d.ts +18 -5
  219. package/dts/media/__figma__/Avatar.figma.d.ts +1 -1
  220. package/dts/media/index.d.ts +1 -1
  221. package/dts/motion/AnimatedCaret.d.ts +2 -2
  222. package/dts/motion/ColorSurge.d.ts +18 -14
  223. package/dts/motion/Pulse.d.ts +45 -41
  224. package/dts/motion/Shake.d.ts +10 -6
  225. package/dts/motion/types.d.ts +20 -15
  226. package/dts/motion/useMotionProps.d.ts +10831 -3452
  227. package/dts/motion/utils.d.ts +5380 -1776
  228. package/dts/multi-content-module/MultiContentModule.d.ts +17 -6
  229. package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts +1 -1
  230. package/dts/navigation/NavLink.d.ts +10 -4
  231. package/dts/navigation/NavigationBar.d.ts +62 -48
  232. package/dts/navigation/NavigationTitle.d.ts +5 -3
  233. package/dts/navigation/NavigationTitleSelect.d.ts +19 -8
  234. package/dts/navigation/Sidebar.d.ts +29 -29
  235. package/dts/navigation/SidebarContext.d.ts +5 -5
  236. package/dts/navigation/SidebarItem.d.ts +46 -38
  237. package/dts/navigation/SidebarMoreMenu.d.ts +10 -8
  238. package/dts/navigation/__figma__/NavLink.figma.d.ts +1 -1
  239. package/dts/navigation/__figma__/NavigationBar.figma.d.ts +1 -1
  240. package/dts/navigation/__figma__/NavigationTitle.figma.d.ts +1 -1
  241. package/dts/navigation/__figma__/Sidebar.figma.d.ts +1 -1
  242. package/dts/navigation/__figma__/SidebarItem.figma.d.ts +1 -1
  243. package/dts/navigation/index.d.ts +1 -1
  244. package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts +1 -1
  245. package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts +1 -1
  246. package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts +1 -1
  247. package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts +1 -1
  248. package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts +1 -1
  249. package/dts/numbers/RollingNumber/RollingNumber.d.ts +273 -264
  250. package/dts/numbers/RollingNumber/index.d.ts +1 -1
  251. package/dts/numbers/RollingNumber/useColorPulse.d.ts +16 -9
  252. package/dts/numbers/index.d.ts +1 -1
  253. package/dts/overlays/Alert.d.ts +77 -48
  254. package/dts/overlays/FocusTrap.d.ts +37 -37
  255. package/dts/overlays/FullscreenAlert.d.ts +14 -4
  256. package/dts/overlays/Portal.d.ts +10 -10
  257. package/dts/overlays/PortalProvider.d.ts +13 -13
  258. package/dts/overlays/Toast.d.ts +12 -6
  259. package/dts/overlays/__figma__/Alert.figma.d.ts +1 -1
  260. package/dts/overlays/__figma__/Toast.figma.d.ts +1 -1
  261. package/dts/overlays/index.d.ts +1 -1
  262. package/dts/overlays/modal/FullscreenModal.d.ts +59 -42
  263. package/dts/overlays/modal/FullscreenModalHeader.d.ts +16 -9
  264. package/dts/overlays/modal/FullscreenModalLayout.d.ts +42 -6
  265. package/dts/overlays/modal/Modal.d.ts +12 -5
  266. package/dts/overlays/modal/ModalBody.d.ts +4 -2
  267. package/dts/overlays/modal/ModalFooter.d.ts +24 -9
  268. package/dts/overlays/modal/ModalHeader.d.ts +51 -40
  269. package/dts/overlays/modal/ModalWrapper.d.ts +40 -36
  270. package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts +1 -1
  271. package/dts/overlays/modal/__figma__/Modal.figma.d.ts +1 -1
  272. package/dts/overlays/overlay/Overlay.d.ts +4 -2
  273. package/dts/overlays/overlay/OverlayContent.d.ts +11 -8
  274. package/dts/overlays/popover/Popover.d.ts +31 -2
  275. package/dts/overlays/popover/PopoverProps.d.ts +73 -61
  276. package/dts/overlays/popover/usePopper.d.ts +22 -14
  277. package/dts/overlays/tooltip/Tooltip.d.ts +20 -2
  278. package/dts/overlays/tooltip/TooltipContent.d.ts +13 -5
  279. package/dts/overlays/tooltip/TooltipProps.d.ts +18 -8
  280. package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts +1 -1
  281. package/dts/overlays/tooltip/useTooltipState.d.ts +7 -7
  282. package/dts/overlays/tray/Tray.d.ts +136 -131
  283. package/dts/overlays/useModal.d.ts +1 -1
  284. package/dts/overlays/usePortal.d.ts +1 -1
  285. package/dts/overlays/useToast.d.ts +4 -4
  286. package/dts/page/PageFooter.d.ts +13 -5
  287. package/dts/page/PageHeader.d.ts +46 -38
  288. package/dts/page/__figma__/PageFooter.figma.d.ts +1 -1
  289. package/dts/page/__figma__/PageHeader.figma.d.ts +1 -1
  290. package/dts/pagination/DefaultPaginationEllipsis.d.ts +5 -2
  291. package/dts/pagination/DefaultPaginationNavigationButton.d.ts +8 -6
  292. package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts +13 -2
  293. package/dts/pagination/DefaultPaginationPageButton.d.ts +4 -2
  294. package/dts/pagination/Pagination.d.ts +86 -67
  295. package/dts/pagination/__figma__/Pagination.figma.d.ts +1 -1
  296. package/dts/pagination/usePagination.d.ts +45 -37
  297. package/dts/section-header/SectionHeader.d.ts +21 -14
  298. package/dts/section-header/__figma__/SectionHeader.figma.d.ts +1 -1
  299. package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts +1 -1
  300. package/dts/stepper/DefaultStepperIconVertical.d.ts +1 -1
  301. package/dts/stepper/DefaultStepperLabelHorizontal.d.ts +1 -1
  302. package/dts/stepper/DefaultStepperLabelVertical.d.ts +1 -1
  303. package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +1 -1
  304. package/dts/stepper/DefaultStepperProgressVertical.d.ts +1 -1
  305. package/dts/stepper/DefaultStepperStepHorizontal.d.ts +1 -1
  306. package/dts/stepper/DefaultStepperStepVertical.d.ts +1 -1
  307. package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts +1 -1
  308. package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts +1 -1
  309. package/dts/stepper/Stepper.d.ts +121 -90
  310. package/dts/stepper/index.d.ts +1 -1
  311. package/dts/styles/booleanStyles.d.ts +8 -8
  312. package/dts/styles/config.d.ts +88 -61
  313. package/dts/styles/defaultFont.d.ts +2 -2
  314. package/dts/styles/global.d.ts +2 -2
  315. package/dts/styles/media.d.ts +29 -19
  316. package/dts/styles/responsive/base.d.ts +104 -101
  317. package/dts/styles/responsive/desktop.d.ts +149 -146
  318. package/dts/styles/responsive/phone.d.ts +149 -146
  319. package/dts/styles/responsive/tablet.d.ts +149 -146
  320. package/dts/styles/styleProps.d.ts +96 -91
  321. package/dts/system/BrowserOnly.d.ts +7 -3
  322. package/dts/system/ButtonOrLink.d.ts +9 -5
  323. package/dts/system/EventHandlerProvider.d.ts +1 -1
  324. package/dts/system/FramerMotionProvider.d.ts +6 -3
  325. package/dts/system/Interactable.d.ts +55 -41
  326. package/dts/system/MediaQueryProvider.d.ts +21 -20
  327. package/dts/system/Pressable.d.ts +15 -6
  328. package/dts/system/PressableOpacity.d.ts +16 -5
  329. package/dts/system/ThemeProvider.d.ts +19 -11
  330. package/dts/system/index.d.ts +1 -1
  331. package/dts/system/interactableCSSProperties.d.ts +12 -12
  332. package/dts/system/reakit-utils.d.ts +16 -8
  333. package/dts/tables/Table.d.ts +48 -40
  334. package/dts/tables/TableBody.d.ts +4 -2
  335. package/dts/tables/TableCaption.d.ts +40 -5
  336. package/dts/tables/TableCell.d.ts +137 -110
  337. package/dts/tables/TableCellFallback.d.ts +27 -11
  338. package/dts/tables/TableCellSortIcon.d.ts +5 -3
  339. package/dts/tables/TableFooter.d.ts +4 -2
  340. package/dts/tables/TableHeader.d.ts +16 -9
  341. package/dts/tables/TableRow.d.ts +18 -4
  342. package/dts/tables/TableSection.d.ts +17 -9
  343. package/dts/tables/__figma__/TableCell.figma.d.ts +1 -1
  344. package/dts/tables/context/TableContext.d.ts +2 -2
  345. package/dts/tables/context/TableSectionContext.d.ts +3 -3
  346. package/dts/tables/hooks/useSortableCell.d.ts +13 -9
  347. package/dts/tables/hooks/useTable.d.ts +11 -11
  348. package/dts/tables/hooks/useTableRowListener.d.ts +1 -1
  349. package/dts/tables/hooks/useTableVariant.d.ts +2 -2
  350. package/dts/tables/index.d.ts +1 -1
  351. package/dts/tabs/Paddle.d.ts +22 -13
  352. package/dts/tabs/SegmentedTab.d.ts +44 -30
  353. package/dts/tabs/SegmentedTabs.d.ts +9 -4
  354. package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +5 -2
  355. package/dts/tabs/TabIndicator.d.ts +23 -19
  356. package/dts/tabs/TabLabel.d.ts +19 -6
  357. package/dts/tabs/TabNavigation.d.ts +22 -17
  358. package/dts/tabs/Tabs.d.ts +30 -22
  359. package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +1 -1
  360. package/dts/tabs/__figma__/TabNavigation.figma.d.ts +1 -1
  361. package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +11151 -3717
  362. package/dts/tabs/index.d.ts +1 -1
  363. package/dts/tag/Tag.d.ts +16 -7
  364. package/dts/tag/__figma__/Tag.figma.d.ts +1 -1
  365. package/dts/themes/coinbaseDenseTheme.d.ts +537 -537
  366. package/dts/themes/coinbaseHighContrastTheme.d.ts +537 -537
  367. package/dts/themes/coinbaseTheme.d.ts +537 -537
  368. package/dts/themes/defaultHighContrastTheme.d.ts +537 -537
  369. package/dts/themes/defaultTheme.d.ts +537 -537
  370. package/dts/tour/DefaultTourMask.d.ts +8 -2
  371. package/dts/tour/DefaultTourStepArrow.d.ts +4 -2
  372. package/dts/tour/Tour.d.ts +76 -67
  373. package/dts/tour/TourStep.d.ts +8 -5
  374. package/dts/tour/index.d.ts +1 -1
  375. package/dts/types.d.ts +5 -2
  376. package/dts/typography/Link.d.ts +15 -6
  377. package/dts/typography/Text.d.ts +15 -6
  378. package/dts/typography/TextBody.d.ts +10 -4
  379. package/dts/typography/TextCaption.d.ts +10 -4
  380. package/dts/typography/TextDisplay1.d.ts +10 -4
  381. package/dts/typography/TextDisplay2.d.ts +10 -4
  382. package/dts/typography/TextDisplay3.d.ts +10 -4
  383. package/dts/typography/TextHeadline.d.ts +10 -4
  384. package/dts/typography/TextInherited.d.ts +10 -4
  385. package/dts/typography/TextLabel1.d.ts +10 -4
  386. package/dts/typography/TextLabel2.d.ts +10 -4
  387. package/dts/typography/TextLegal.d.ts +10 -4
  388. package/dts/typography/TextTitle1.d.ts +10 -4
  389. package/dts/typography/TextTitle2.d.ts +10 -4
  390. package/dts/typography/TextTitle3.d.ts +10 -4
  391. package/dts/typography/TextTitle4.d.ts +10 -4
  392. package/dts/typography/__figma__/Link.figma.d.ts +1 -1
  393. package/dts/typography/index.d.ts +1 -1
  394. package/dts/utils/browser.d.ts +7 -5
  395. package/dts/utils/eventHandlers.d.ts +1 -1
  396. package/dts/utils/flattenAndJoinNodes.d.ts +18 -4
  397. package/dts/utils/isRtl.d.ts +1 -1
  398. package/dts/utils/mediaQueryListener.d.ts +9 -3
  399. package/dts/utils/storybook.d.ts +1 -1
  400. package/dts/utils/test.d.ts +13 -6
  401. package/dts/visualizations/Counter.d.ts +11 -6
  402. package/dts/visualizations/DefaultProgressCircleContent.d.ts +8 -2
  403. package/dts/visualizations/ProgressBar.d.ts +83 -75
  404. package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +69 -63
  405. package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +52 -44
  406. package/dts/visualizations/ProgressCircle.d.ts +138 -132
  407. package/dts/visualizations/ProgressContainerWithButtons.d.ts +5 -2
  408. package/dts/visualizations/ProgressTextLabel.d.ts +22 -13
  409. package/dts/visualizations/VisualizationContainer.d.ts +8 -8
  410. package/dts/visualizations/__figma__/ProgressBar.figma.d.ts +1 -1
  411. package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts +1 -1
  412. package/dts/visualizations/getProgressBarLabelParts.d.ts +16 -12
  413. package/dts/visualizations/index.d.ts +1 -1
  414. package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.css +1 -1
  415. package/esm/accordion/AccordionHeader.css +2 -2
  416. package/esm/animation/Lottie.css +1 -1
  417. package/esm/banner/Banner.css +1 -1
  418. package/esm/buttons/AvatarButton.css +1 -1
  419. package/esm/buttons/Button.css +2 -2
  420. package/esm/buttons/ButtonGroup.css +2 -2
  421. package/esm/buttons/IconButton.css +2 -2
  422. package/esm/buttons/Tile.css +2 -2
  423. package/esm/cards/ContainedAssetCard.css +2 -2
  424. package/esm/cards/FloatingAssetCard.css +2 -2
  425. package/esm/cards/NudgeCard.css +2 -2
  426. package/esm/carousel/Carousel.css +1 -1
  427. package/esm/carousel/DefaultCarouselNavigation.css +1 -1
  428. package/esm/carousel/DefaultCarouselPagination.css +2 -2
  429. package/esm/cells/Cell.css +2 -2
  430. package/esm/cells/ContentCell.css +2 -2
  431. package/esm/cells/ListCell.css +1 -1
  432. package/esm/chips/Chip.css +2 -2
  433. package/esm/chips/TabbedChips.css +1 -1
  434. package/esm/controls/Checkbox.css +1 -1
  435. package/esm/controls/CheckboxCell.css +1 -1
  436. package/esm/controls/CheckboxGroup.css +1 -1
  437. package/esm/controls/Control.css +2 -2
  438. package/esm/controls/ControlGroup.css +1 -1
  439. package/esm/controls/HelperText.css +1 -1
  440. package/esm/controls/InputStack.css +2 -2
  441. package/esm/controls/NativeInput.css +2 -2
  442. package/esm/controls/NativeTextArea.css +2 -2
  443. package/esm/controls/Radio.css +1 -1
  444. package/esm/controls/RadioCell.css +1 -1
  445. package/esm/controls/SearchInput.css +2 -2
  446. package/esm/controls/SegmentedControl.css +2 -2
  447. package/esm/controls/SelectOption.css +2 -2
  448. package/esm/controls/SelectTrigger.css +1 -1
  449. package/esm/controls/Switch.css +2 -2
  450. package/esm/controls/TextInput.css +2 -2
  451. package/esm/dates/Calendar.css +1 -1
  452. package/esm/dots/DotCount.css +2 -2
  453. package/esm/dots/DotStatusColor.css +1 -1
  454. package/esm/dots/DotSymbol.css +2 -2
  455. package/esm/dropdown/MenuItem.css +1 -1
  456. package/esm/icons/Icon.css +2 -2
  457. package/esm/icons/LogoMark.css +2 -2
  458. package/esm/icons/LogoWordmark.css +2 -2
  459. package/esm/icons/SubBrandLogoMark.css +2 -2
  460. package/esm/icons/SubBrandLogoWordmark.css +2 -2
  461. package/esm/layout/Divider.css +2 -2
  462. package/esm/layout/Fallback.css +1 -1
  463. package/esm/loaders/MaterialSpinner.css +1 -1
  464. package/esm/loaders/Spinner.css +2 -2
  465. package/esm/media/Avatar.css +2 -2
  466. package/esm/media/Hexagon.css +1 -1
  467. package/esm/media/RemoteImage.css +2 -2
  468. package/esm/media/RemoteImageGroup.css +2 -2
  469. package/esm/navigation/NavLink.css +1 -1
  470. package/esm/navigation/Sidebar.css +2 -2
  471. package/esm/navigation/SidebarItem.css +1 -1
  472. package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.css +1 -1
  473. package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.css +2 -2
  474. package/esm/numbers/RollingNumber/DefaultRollingNumberMask.css +1 -1
  475. package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.css +1 -1
  476. package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.css +1 -1
  477. package/esm/numbers/RollingNumber/RollingNumber.css +2 -2
  478. package/esm/overlays/FullscreenAlert.css +2 -2
  479. package/esm/overlays/Toast.css +2 -2
  480. package/esm/overlays/modal/FullscreenModal.css +2 -2
  481. package/esm/overlays/modal/FullscreenModalHeader.css +2 -2
  482. package/esm/overlays/modal/FullscreenModalLayout.css +1 -1
  483. package/esm/overlays/modal/Modal.css +2 -2
  484. package/esm/overlays/modal/ModalFooter.css +1 -1
  485. package/esm/overlays/modal/ModalWrapper.css +1 -1
  486. package/esm/overlays/modal/__figma__/FullscreenModal.figma.css +1 -1
  487. package/esm/overlays/popover/Popover.css +2 -2
  488. package/esm/overlays/tooltip/TooltipContent.css +1 -1
  489. package/esm/page/PageHeader.css +2 -2
  490. package/esm/pagination/DefaultPaginationPageButton.css +1 -1
  491. package/esm/styles/booleanStyles.css +2 -2
  492. package/esm/styles/defaultFont.css +1 -1
  493. package/esm/styles/global.css +1 -1
  494. package/esm/styles/responsive/base.css +2 -2
  495. package/esm/styles/responsive/desktop.css +1 -659
  496. package/esm/styles/responsive/phone.css +1 -659
  497. package/esm/styles/responsive/tablet.css +1 -659
  498. package/esm/system/ButtonOrLink.css +1 -1
  499. package/esm/system/Interactable.css +2 -2
  500. package/esm/system/Pressable.css +2 -2
  501. package/esm/tables/Table.css +2 -2
  502. package/esm/tables/TableCell.css +2 -2
  503. package/esm/tables/TableCellFallback.css +1 -1
  504. package/esm/tables/TableHeader.css +1 -1
  505. package/esm/tables/TableRow.css +2 -2
  506. package/esm/tabs/Paddle.css +2 -2
  507. package/esm/tabs/SegmentedTab.css +2 -2
  508. package/esm/tabs/TabLabel.css +2 -2
  509. package/esm/tabs/TabNavigation.css +2 -2
  510. package/esm/tour/Tour.css +1 -1
  511. package/esm/typography/Link.css +1 -1
  512. package/esm/typography/Text.css +2 -2
  513. package/esm/visualizations/Counter.css +2 -2
  514. package/esm/visualizations/ProgressBar.css +1 -1
  515. package/esm/visualizations/ProgressBarWithFloatLabel.css +1 -1
  516. package/esm/visualizations/ProgressCircle.css +1 -1
  517. package/package.json +9 -9
  518. package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts +0 -14
  519. package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts.map +0 -1
  520. package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts +0 -2
  521. package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts.map +0 -1
  522. package/dts/__stories__/Palette.stories.d.ts +0 -7
  523. package/dts/__stories__/Palette.stories.d.ts.map +0 -1
  524. package/dts/accordion/__stories__/Accordion.stories.d.ts +0 -14
  525. package/dts/accordion/__stories__/Accordion.stories.d.ts.map +0 -1
  526. package/dts/accordion/__tests__/Accordion.test.d.ts +0 -2
  527. package/dts/accordion/__tests__/Accordion.test.d.ts.map +0 -1
  528. package/dts/animation/__stories__/Lottie.stories.d.ts +0 -17
  529. package/dts/animation/__stories__/Lottie.stories.d.ts.map +0 -1
  530. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +0 -8
  531. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts.map +0 -1
  532. package/dts/animation/__tests__/Lottie.perf-test.d.ts +0 -2
  533. package/dts/animation/__tests__/Lottie.perf-test.d.ts.map +0 -1
  534. package/dts/animation/__tests__/Lottie.test.d.ts +0 -2
  535. package/dts/animation/__tests__/Lottie.test.d.ts.map +0 -1
  536. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts +0 -2
  537. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts.map +0 -1
  538. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts +0 -2
  539. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts.map +0 -1
  540. package/dts/animation/__tests__/convertMotionConfig.test.d.ts +0 -2
  541. package/dts/animation/__tests__/convertMotionConfig.test.d.ts.map +0 -1
  542. package/dts/animation/__tests__/useLottieHandlers.test.d.ts +0 -2
  543. package/dts/animation/__tests__/useLottieHandlers.test.d.ts.map +0 -1
  544. package/dts/animation/__tests__/useLottieListeners.test.d.ts +0 -2
  545. package/dts/animation/__tests__/useLottieListeners.test.d.ts.map +0 -1
  546. package/dts/banner/__stories__/Banner.stories.d.ts +0 -12
  547. package/dts/banner/__stories__/Banner.stories.d.ts.map +0 -1
  548. package/dts/banner/__tests__/Banner.test.d.ts +0 -2
  549. package/dts/banner/__tests__/Banner.test.d.ts.map +0 -1
  550. package/dts/buttons/__stories__/AvatarButton.stories.d.ts +0 -9
  551. package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +0 -1
  552. package/dts/buttons/__stories__/Button.stories.d.ts +0 -10
  553. package/dts/buttons/__stories__/Button.stories.d.ts.map +0 -1
  554. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +0 -10
  555. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +0 -1
  556. package/dts/buttons/__stories__/IconButton.stories.d.ts +0 -12
  557. package/dts/buttons/__stories__/IconButton.stories.d.ts.map +0 -1
  558. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +0 -8
  559. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +0 -1
  560. package/dts/buttons/__stories__/TileButton.stories.d.ts +0 -8
  561. package/dts/buttons/__stories__/TileButton.stories.d.ts.map +0 -1
  562. package/dts/buttons/__stories__/ToggleLoading.d.ts +0 -4
  563. package/dts/buttons/__stories__/ToggleLoading.d.ts.map +0 -1
  564. package/dts/buttons/__tests__/AvatarButton.test.d.ts +0 -2
  565. package/dts/buttons/__tests__/AvatarButton.test.d.ts.map +0 -1
  566. package/dts/buttons/__tests__/Button.perf-test.d.ts +0 -2
  567. package/dts/buttons/__tests__/Button.perf-test.d.ts.map +0 -1
  568. package/dts/buttons/__tests__/Button.test.d.ts +0 -2
  569. package/dts/buttons/__tests__/Button.test.d.ts.map +0 -1
  570. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts +0 -2
  571. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts.map +0 -1
  572. package/dts/buttons/__tests__/ButtonGroup.test.d.ts +0 -2
  573. package/dts/buttons/__tests__/ButtonGroup.test.d.ts.map +0 -1
  574. package/dts/buttons/__tests__/IconButton.test.d.ts +0 -2
  575. package/dts/buttons/__tests__/IconButton.test.d.ts.map +0 -1
  576. package/dts/buttons/__tests__/IconCounterButton.test.d.ts +0 -2
  577. package/dts/buttons/__tests__/IconCounterButton.test.d.ts.map +0 -1
  578. package/dts/buttons/__tests__/Tile.test.d.ts +0 -2
  579. package/dts/buttons/__tests__/Tile.test.d.ts.map +0 -1
  580. package/dts/buttons/__tests__/TileButton.test.d.ts +0 -2
  581. package/dts/buttons/__tests__/TileButton.test.d.ts.map +0 -1
  582. package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts +0 -21
  583. package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts.map +0 -1
  584. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts +0 -2
  585. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts.map +0 -1
  586. package/dts/cards/__stories__/Card.stories.d.ts +0 -264
  587. package/dts/cards/__stories__/Card.stories.d.ts.map +0 -1
  588. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +0 -30
  589. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +0 -1
  590. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +0 -12
  591. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +0 -1
  592. package/dts/cards/__stories__/NudgeCard.stories.d.ts +0 -14
  593. package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +0 -1
  594. package/dts/cards/__stories__/UpsellCard.stories.d.ts +0 -17
  595. package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +0 -1
  596. package/dts/cards/__tests__/Card.test.d.ts +0 -2
  597. package/dts/cards/__tests__/Card.test.d.ts.map +0 -1
  598. package/dts/cards/__tests__/CardMedia.test.d.ts +0 -2
  599. package/dts/cards/__tests__/CardMedia.test.d.ts.map +0 -1
  600. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts +0 -2
  601. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts.map +0 -1
  602. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts +0 -2
  603. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts.map +0 -1
  604. package/dts/cards/__tests__/NudgeCard.test.d.ts +0 -2
  605. package/dts/cards/__tests__/NudgeCard.test.d.ts.map +0 -1
  606. package/dts/cards/__tests__/UpsellCard.test.d.ts +0 -2
  607. package/dts/cards/__tests__/UpsellCard.test.d.ts.map +0 -1
  608. package/dts/carousel/__stories__/Carousel.stories.d.ts +0 -8
  609. package/dts/carousel/__stories__/Carousel.stories.d.ts.map +0 -1
  610. package/dts/carousel/__tests__/Carousel.test.d.ts +0 -2
  611. package/dts/carousel/__tests__/Carousel.test.d.ts.map +0 -1
  612. package/dts/cells/__stories__/ContentCell.stories.d.ts +0 -12
  613. package/dts/cells/__stories__/ContentCell.stories.d.ts.map +0 -1
  614. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +0 -8
  615. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +0 -1
  616. package/dts/cells/__stories__/ListCell.stories.d.ts +0 -33
  617. package/dts/cells/__stories__/ListCell.stories.d.ts.map +0 -1
  618. package/dts/cells/__stories__/ListCellFallback.stories.d.ts +0 -8
  619. package/dts/cells/__stories__/ListCellFallback.stories.d.ts.map +0 -1
  620. package/dts/cells/__tests__/Cell.test.d.ts +0 -2
  621. package/dts/cells/__tests__/Cell.test.d.ts.map +0 -1
  622. package/dts/cells/__tests__/CellAccessory.test.d.ts +0 -2
  623. package/dts/cells/__tests__/CellAccessory.test.d.ts.map +0 -1
  624. package/dts/cells/__tests__/CellMedia.test.d.ts +0 -2
  625. package/dts/cells/__tests__/CellMedia.test.d.ts.map +0 -1
  626. package/dts/cells/__tests__/ContentCell.test.d.ts +0 -2
  627. package/dts/cells/__tests__/ContentCell.test.d.ts.map +0 -1
  628. package/dts/cells/__tests__/ContentCellFallback.test.d.ts +0 -2
  629. package/dts/cells/__tests__/ContentCellFallback.test.d.ts.map +0 -1
  630. package/dts/cells/__tests__/ListCell.perf-test.d.ts +0 -2
  631. package/dts/cells/__tests__/ListCell.perf-test.d.ts.map +0 -1
  632. package/dts/cells/__tests__/ListCell.test.d.ts +0 -2
  633. package/dts/cells/__tests__/ListCell.test.d.ts.map +0 -1
  634. package/dts/cells/__tests__/ListCellFallback.test.d.ts +0 -2
  635. package/dts/cells/__tests__/ListCellFallback.test.d.ts.map +0 -1
  636. package/dts/cells/__tests__/MediaFallback.test.d.ts +0 -2
  637. package/dts/cells/__tests__/MediaFallback.test.d.ts.map +0 -1
  638. package/dts/chips/__stories__/Chip.stories.d.ts +0 -9
  639. package/dts/chips/__stories__/Chip.stories.d.ts.map +0 -1
  640. package/dts/chips/__stories__/InputChip.stories.d.ts +0 -8
  641. package/dts/chips/__stories__/InputChip.stories.d.ts.map +0 -1
  642. package/dts/chips/__stories__/SelectChip.stories.d.ts +0 -12
  643. package/dts/chips/__stories__/SelectChip.stories.d.ts.map +0 -1
  644. package/dts/chips/__stories__/TabbedChips.stories.d.ts +0 -25
  645. package/dts/chips/__stories__/TabbedChips.stories.d.ts.map +0 -1
  646. package/dts/chips/__tests__/Chip.test.d.ts +0 -2
  647. package/dts/chips/__tests__/Chip.test.d.ts.map +0 -1
  648. package/dts/chips/__tests__/InputChip.test.d.ts +0 -2
  649. package/dts/chips/__tests__/InputChip.test.d.ts.map +0 -1
  650. package/dts/chips/__tests__/SelectChip.test.d.ts +0 -2
  651. package/dts/chips/__tests__/SelectChip.test.d.ts.map +0 -1
  652. package/dts/chips/__tests__/TabbedChips.test.d.ts +0 -2
  653. package/dts/chips/__tests__/TabbedChips.test.d.ts.map +0 -1
  654. package/dts/coachmark/__stories__/Coachmark.stories.d.ts +0 -8
  655. package/dts/coachmark/__stories__/Coachmark.stories.d.ts.map +0 -1
  656. package/dts/coachmark/__tests__/Coachmark.test.d.ts +0 -2
  657. package/dts/coachmark/__tests__/Coachmark.test.d.ts.map +0 -1
  658. package/dts/collapsible/__stories__/Collapsible.stories.d.ts +0 -19
  659. package/dts/collapsible/__stories__/Collapsible.stories.d.ts.map +0 -1
  660. package/dts/collapsible/__tests__/Collapsible.test.d.ts +0 -2
  661. package/dts/collapsible/__tests__/Collapsible.test.d.ts.map +0 -1
  662. package/dts/controls/__stories__/AddressForm.d.ts +0 -4
  663. package/dts/controls/__stories__/AddressForm.d.ts.map +0 -1
  664. package/dts/controls/__stories__/Checkbox.stories.d.ts +0 -83
  665. package/dts/controls/__stories__/Checkbox.stories.d.ts.map +0 -1
  666. package/dts/controls/__stories__/CheckboxCell.stories.d.ts +0 -51
  667. package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +0 -1
  668. package/dts/controls/__stories__/ControlGroup.stories.d.ts +0 -11
  669. package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +0 -1
  670. package/dts/controls/__stories__/HelperText.stories.d.ts +0 -23
  671. package/dts/controls/__stories__/HelperText.stories.d.ts.map +0 -1
  672. package/dts/controls/__stories__/InputIcon.stories.d.ts +0 -14
  673. package/dts/controls/__stories__/InputIcon.stories.d.ts.map +0 -1
  674. package/dts/controls/__stories__/InputIconButton.stories.d.ts +0 -14
  675. package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +0 -1
  676. package/dts/controls/__stories__/InputLabel.stories.d.ts +0 -11
  677. package/dts/controls/__stories__/InputLabel.stories.d.ts.map +0 -1
  678. package/dts/controls/__stories__/InputStack.stories.d.ts +0 -10
  679. package/dts/controls/__stories__/InputStack.stories.d.ts.map +0 -1
  680. package/dts/controls/__stories__/NativeInput.stories.d.ts +0 -16
  681. package/dts/controls/__stories__/NativeInput.stories.d.ts.map +0 -1
  682. package/dts/controls/__stories__/RadioCell.stories.d.ts +0 -55
  683. package/dts/controls/__stories__/RadioCell.stories.d.ts.map +0 -1
  684. package/dts/controls/__stories__/RadioGroup.stories.d.ts +0 -28
  685. package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +0 -1
  686. package/dts/controls/__stories__/SearchInput.stories.d.ts +0 -26
  687. package/dts/controls/__stories__/SearchInput.stories.d.ts.map +0 -1
  688. package/dts/controls/__stories__/SegmentedControl.stories.d.ts +0 -9
  689. package/dts/controls/__stories__/SegmentedControl.stories.d.ts.map +0 -1
  690. package/dts/controls/__stories__/Select.stories.d.ts +0 -42
  691. package/dts/controls/__stories__/Select.stories.d.ts.map +0 -1
  692. package/dts/controls/__stories__/SelectInteraction.stories.d.ts +0 -11
  693. package/dts/controls/__stories__/SelectInteraction.stories.d.ts.map +0 -1
  694. package/dts/controls/__stories__/SelectOption.stories.d.ts +0 -8
  695. package/dts/controls/__stories__/SelectOption.stories.d.ts.map +0 -1
  696. package/dts/controls/__stories__/Switch.stories.d.ts +0 -42
  697. package/dts/controls/__stories__/Switch.stories.d.ts.map +0 -1
  698. package/dts/controls/__stories__/TextInput.stories.d.ts +0 -90
  699. package/dts/controls/__stories__/TextInput.stories.d.ts.map +0 -1
  700. package/dts/controls/__stories__/TextInputInteractive.stories.d.ts +0 -11
  701. package/dts/controls/__stories__/TextInputInteractive.stories.d.ts.map +0 -1
  702. package/dts/controls/__stories__/TextInputPerformance.stories.d.ts +0 -30
  703. package/dts/controls/__stories__/TextInputPerformance.stories.d.ts.map +0 -1
  704. package/dts/controls/__tests__/Checkbox.test.d.ts +0 -2
  705. package/dts/controls/__tests__/Checkbox.test.d.ts.map +0 -1
  706. package/dts/controls/__tests__/CheckboxCell.test.d.ts +0 -2
  707. package/dts/controls/__tests__/CheckboxCell.test.d.ts.map +0 -1
  708. package/dts/controls/__tests__/CheckboxGroup.test.d.ts +0 -2
  709. package/dts/controls/__tests__/CheckboxGroup.test.d.ts.map +0 -1
  710. package/dts/controls/__tests__/Control.test.d.ts +0 -2
  711. package/dts/controls/__tests__/Control.test.d.ts.map +0 -1
  712. package/dts/controls/__tests__/ControlGroup.test.d.ts +0 -2
  713. package/dts/controls/__tests__/ControlGroup.test.d.ts.map +0 -1
  714. package/dts/controls/__tests__/HelperText.test.d.ts +0 -2
  715. package/dts/controls/__tests__/HelperText.test.d.ts.map +0 -1
  716. package/dts/controls/__tests__/InputIcon.test.d.ts +0 -2
  717. package/dts/controls/__tests__/InputIcon.test.d.ts.map +0 -1
  718. package/dts/controls/__tests__/InputIconButton.test.d.ts +0 -2
  719. package/dts/controls/__tests__/InputIconButton.test.d.ts.map +0 -1
  720. package/dts/controls/__tests__/InputStack.test.d.ts +0 -2
  721. package/dts/controls/__tests__/InputStack.test.d.ts.map +0 -1
  722. package/dts/controls/__tests__/NativeInput.test.d.ts +0 -2
  723. package/dts/controls/__tests__/NativeInput.test.d.ts.map +0 -1
  724. package/dts/controls/__tests__/NativeTextArea.test.d.ts +0 -2
  725. package/dts/controls/__tests__/NativeTextArea.test.d.ts.map +0 -1
  726. package/dts/controls/__tests__/RadioCell.test.d.ts +0 -2
  727. package/dts/controls/__tests__/RadioCell.test.d.ts.map +0 -1
  728. package/dts/controls/__tests__/RadioGroup.test.d.ts +0 -2
  729. package/dts/controls/__tests__/RadioGroup.test.d.ts.map +0 -1
  730. package/dts/controls/__tests__/SearchInput.test.d.ts +0 -2
  731. package/dts/controls/__tests__/SearchInput.test.d.ts.map +0 -1
  732. package/dts/controls/__tests__/SegmentedControl.test.d.ts +0 -2
  733. package/dts/controls/__tests__/SegmentedControl.test.d.ts.map +0 -1
  734. package/dts/controls/__tests__/Select.test.d.ts +0 -2
  735. package/dts/controls/__tests__/Select.test.d.ts.map +0 -1
  736. package/dts/controls/__tests__/Switch.test.d.ts +0 -2
  737. package/dts/controls/__tests__/Switch.test.d.ts.map +0 -1
  738. package/dts/controls/__tests__/TextInput.test.d.ts +0 -2
  739. package/dts/controls/__tests__/TextInput.test.d.ts.map +0 -1
  740. package/dts/dates/__stories__/A11yTest.stories.d.ts +0 -33
  741. package/dts/dates/__stories__/A11yTest.stories.d.ts.map +0 -1
  742. package/dts/dates/__stories__/Calendar.stories.d.ts +0 -38
  743. package/dts/dates/__stories__/Calendar.stories.d.ts.map +0 -1
  744. package/dts/dates/__stories__/DateInput.stories.d.ts +0 -27
  745. package/dts/dates/__stories__/DateInput.stories.d.ts.map +0 -1
  746. package/dts/dates/__stories__/DatePicker.stories.d.ts +0 -55
  747. package/dts/dates/__stories__/DatePicker.stories.d.ts.map +0 -1
  748. package/dts/dates/__stories__/Note.d.ts +0 -5
  749. package/dts/dates/__stories__/Note.d.ts.map +0 -1
  750. package/dts/dots/__stories__/DotCount.stories.d.ts +0 -9
  751. package/dts/dots/__stories__/DotCount.stories.d.ts.map +0 -1
  752. package/dts/dots/__stories__/DotStatusColor.stories.d.ts +0 -8
  753. package/dts/dots/__stories__/DotStatusColor.stories.d.ts.map +0 -1
  754. package/dts/dots/__stories__/DotSymbol.stories.d.ts +0 -9
  755. package/dts/dots/__stories__/DotSymbol.stories.d.ts.map +0 -1
  756. package/dts/dots/__tests__/DotCount.test.d.ts +0 -2
  757. package/dts/dots/__tests__/DotCount.test.d.ts.map +0 -1
  758. package/dts/dots/__tests__/DotStatusColor.test.d.ts +0 -2
  759. package/dts/dots/__tests__/DotStatusColor.test.d.ts.map +0 -1
  760. package/dts/dots/__tests__/DotSymbol.test.d.ts +0 -2
  761. package/dts/dots/__tests__/DotSymbol.test.d.ts.map +0 -1
  762. package/dts/dots/__tests__/getTransform.test.d.ts +0 -2
  763. package/dts/dots/__tests__/getTransform.test.d.ts.map +0 -1
  764. package/dts/dropdown/__stories__/Dropdown.stories.d.ts +0 -41
  765. package/dts/dropdown/__stories__/Dropdown.stories.d.ts.map +0 -1
  766. package/dts/dropdown/__stories__/DropdownContent.stories.d.ts +0 -8
  767. package/dts/dropdown/__stories__/DropdownContent.stories.d.ts.map +0 -1
  768. package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts +0 -15
  769. package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts.map +0 -1
  770. package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts +0 -2
  771. package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts.map +0 -1
  772. package/dts/dropdown/__tests__/Dropdown.test.d.ts +0 -2
  773. package/dts/dropdown/__tests__/Dropdown.test.d.ts.map +0 -1
  774. package/dts/dropdown/__tests__/MenuItem.test.d.ts +0 -2
  775. package/dts/dropdown/__tests__/MenuItem.test.d.ts.map +0 -1
  776. package/dts/hooks/__stories__/useBreakpoints.stories.d.ts +0 -14
  777. package/dts/hooks/__stories__/useBreakpoints.stories.d.ts.map +0 -1
  778. package/dts/hooks/__stories__/useMediaQuery.stories.d.ts +0 -14
  779. package/dts/hooks/__stories__/useMediaQuery.stories.d.ts.map +0 -1
  780. package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts +0 -2
  781. package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts.map +0 -1
  782. package/dts/hooks/__tests__/useA11yLabels.test.d.ts +0 -2
  783. package/dts/hooks/__tests__/useA11yLabels.test.d.ts.map +0 -1
  784. package/dts/hooks/__tests__/useBreakpoints.test.d.ts +0 -2
  785. package/dts/hooks/__tests__/useBreakpoints.test.d.ts.map +0 -1
  786. package/dts/hooks/__tests__/useCellSpacing.test.d.ts +0 -2
  787. package/dts/hooks/__tests__/useCellSpacing.test.d.ts.map +0 -1
  788. package/dts/hooks/__tests__/useDimensions.test.d.ts +0 -2
  789. package/dts/hooks/__tests__/useDimensions.test.d.ts.map +0 -1
  790. package/dts/hooks/__tests__/useIsBrowser.test.d.ts +0 -2
  791. package/dts/hooks/__tests__/useIsBrowser.test.d.ts.map +0 -1
  792. package/dts/hooks/__tests__/useMediaQuery.test.d.ts +0 -2
  793. package/dts/hooks/__tests__/useMediaQuery.test.d.ts.map +0 -1
  794. package/dts/icons/__stories__/Icon.stories.d.ts +0 -20
  795. package/dts/icons/__stories__/Icon.stories.d.ts.map +0 -1
  796. package/dts/icons/__stories__/IconSheet.d.ts +0 -8
  797. package/dts/icons/__stories__/IconSheet.d.ts.map +0 -1
  798. package/dts/icons/__stories__/Logo.stories.d.ts +0 -7
  799. package/dts/icons/__stories__/Logo.stories.d.ts.map +0 -1
  800. package/dts/icons/__tests__/Icon.perf-test.d.ts +0 -2
  801. package/dts/icons/__tests__/Icon.perf-test.d.ts.map +0 -1
  802. package/dts/icons/__tests__/Icon.test.d.ts +0 -2
  803. package/dts/icons/__tests__/Icon.test.d.ts.map +0 -1
  804. package/dts/icons/__tests__/LogoMark.test.d.ts +0 -2
  805. package/dts/icons/__tests__/LogoMark.test.d.ts.map +0 -1
  806. package/dts/icons/__tests__/LogoWordMark.test.d.ts +0 -2
  807. package/dts/icons/__tests__/LogoWordMark.test.d.ts.map +0 -1
  808. package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts +0 -2
  809. package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts.map +0 -1
  810. package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts +0 -2
  811. package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts.map +0 -1
  812. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts +0 -15
  813. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +0 -1
  814. package/dts/illustrations/__stories__/IllustrationExample.d.ts +0 -5
  815. package/dts/illustrations/__stories__/IllustrationExample.d.ts.map +0 -1
  816. package/dts/illustrations/__stories__/Pictogram.stories.d.ts +0 -15
  817. package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +0 -1
  818. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +0 -15
  819. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +0 -1
  820. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +0 -15
  821. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +0 -1
  822. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +0 -15
  823. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +0 -1
  824. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +0 -9
  825. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts.map +0 -1
  826. package/dts/illustrations/__tests__/HeroSquare.test.d.ts +0 -2
  827. package/dts/illustrations/__tests__/HeroSquare.test.d.ts.map +0 -1
  828. package/dts/illustrations/__tests__/Pictogram.test.d.ts +0 -2
  829. package/dts/illustrations/__tests__/Pictogram.test.d.ts.map +0 -1
  830. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts +0 -2
  831. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts.map +0 -1
  832. package/dts/illustrations/__tests__/SpotSquare.test.d.ts +0 -2
  833. package/dts/illustrations/__tests__/SpotSquare.test.d.ts.map +0 -1
  834. package/dts/layout/__stories__/Box.stories.d.ts +0 -49
  835. package/dts/layout/__stories__/Box.stories.d.ts.map +0 -1
  836. package/dts/layout/__stories__/BoxPerformance.stories.d.ts +0 -15
  837. package/dts/layout/__stories__/BoxPerformance.stories.d.ts.map +0 -1
  838. package/dts/layout/__stories__/Divider.stories.d.ts +0 -19
  839. package/dts/layout/__stories__/Divider.stories.d.ts.map +0 -1
  840. package/dts/layout/__stories__/Fallback.stories.d.ts +0 -9
  841. package/dts/layout/__stories__/Fallback.stories.d.ts.map +0 -1
  842. package/dts/layout/__stories__/Grid.stories.d.ts +0 -7
  843. package/dts/layout/__stories__/Grid.stories.d.ts.map +0 -1
  844. package/dts/layout/__stories__/Layouts.stories.d.ts +0 -7
  845. package/dts/layout/__stories__/Layouts.stories.d.ts.map +0 -1
  846. package/dts/layout/__stories__/LoremIpsum.d.ts +0 -9
  847. package/dts/layout/__stories__/LoremIpsum.d.ts.map +0 -1
  848. package/dts/layout/__stories__/Responsive.stories.d.ts +0 -15
  849. package/dts/layout/__stories__/Responsive.stories.d.ts.map +0 -1
  850. package/dts/layout/__tests__/Box.perf-test.d.ts +0 -2
  851. package/dts/layout/__tests__/Box.perf-test.d.ts.map +0 -1
  852. package/dts/layout/__tests__/Box.test.d.ts +0 -2
  853. package/dts/layout/__tests__/Box.test.d.ts.map +0 -1
  854. package/dts/layout/__tests__/Divider.perf-test.d.ts +0 -2
  855. package/dts/layout/__tests__/Divider.perf-test.d.ts.map +0 -1
  856. package/dts/layout/__tests__/Fallback.perf-test.d.ts +0 -2
  857. package/dts/layout/__tests__/Fallback.perf-test.d.ts.map +0 -1
  858. package/dts/layout/__tests__/Fallback.test.d.ts +0 -2
  859. package/dts/layout/__tests__/Fallback.test.d.ts.map +0 -1
  860. package/dts/layout/__tests__/Grid.test.d.ts +0 -2
  861. package/dts/layout/__tests__/Grid.test.d.ts.map +0 -1
  862. package/dts/layout/__tests__/GridColumn.test.d.ts +0 -2
  863. package/dts/layout/__tests__/GridColumn.test.d.ts.map +0 -1
  864. package/dts/layout/__tests__/Group.test.d.ts +0 -2
  865. package/dts/layout/__tests__/Group.test.d.ts.map +0 -1
  866. package/dts/layout/__tests__/VStack.test.d.ts +0 -2
  867. package/dts/layout/__tests__/VStack.test.d.ts.map +0 -1
  868. package/dts/loaders/__stories__/CircularProgress.stories.d.ts +0 -8
  869. package/dts/loaders/__stories__/CircularProgress.stories.d.ts.map +0 -1
  870. package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts +0 -8
  871. package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts.map +0 -1
  872. package/dts/loaders/__stories__/Spinner.stories.d.ts +0 -10
  873. package/dts/loaders/__stories__/Spinner.stories.d.ts.map +0 -1
  874. package/dts/loaders/__tests__/CircularProgress.test.d.ts +0 -2
  875. package/dts/loaders/__tests__/CircularProgress.test.d.ts.map +0 -1
  876. package/dts/loaders/__tests__/MaterialSpinner.test.d.ts +0 -2
  877. package/dts/loaders/__tests__/MaterialSpinner.test.d.ts.map +0 -1
  878. package/dts/loaders/__tests__/Spinner.test.d.ts +0 -2
  879. package/dts/loaders/__tests__/Spinner.test.d.ts.map +0 -1
  880. package/dts/media/__stories__/Avatar.stories.d.ts +0 -12
  881. package/dts/media/__stories__/Avatar.stories.d.ts.map +0 -1
  882. package/dts/media/__stories__/RemoteImage.stories.d.ts +0 -8
  883. package/dts/media/__stories__/RemoteImage.stories.d.ts.map +0 -1
  884. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +0 -7
  885. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts.map +0 -1
  886. package/dts/media/__tests__/Avatar.test.d.ts +0 -2
  887. package/dts/media/__tests__/Avatar.test.d.ts.map +0 -1
  888. package/dts/media/__tests__/Hexagon.test.d.ts +0 -2
  889. package/dts/media/__tests__/Hexagon.test.d.ts.map +0 -1
  890. package/dts/media/__tests__/RemoteImage.test.d.ts +0 -2
  891. package/dts/media/__tests__/RemoteImage.test.d.ts.map +0 -1
  892. package/dts/media/__tests__/RemoteImageGroup.test.d.ts +0 -2
  893. package/dts/media/__tests__/RemoteImageGroup.test.d.ts.map +0 -1
  894. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +0 -8
  895. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +0 -1
  896. package/dts/motion/__stories__/HintMotion.stories.d.ts +0 -8
  897. package/dts/motion/__stories__/HintMotion.stories.d.ts.map +0 -1
  898. package/dts/motion/__stories__/Tokens.stories.d.ts +0 -7
  899. package/dts/motion/__stories__/Tokens.stories.d.ts.map +0 -1
  900. package/dts/motion/__tests__/AnimatedCaret.test.d.ts +0 -2
  901. package/dts/motion/__tests__/AnimatedCaret.test.d.ts.map +0 -1
  902. package/dts/motion/__tests__/ColorSurge.test.d.ts +0 -2
  903. package/dts/motion/__tests__/ColorSurge.test.d.ts.map +0 -1
  904. package/dts/motion/__tests__/Pulse.test.d.ts +0 -2
  905. package/dts/motion/__tests__/Pulse.test.d.ts.map +0 -1
  906. package/dts/motion/__tests__/Shake.test.d.ts +0 -2
  907. package/dts/motion/__tests__/Shake.test.d.ts.map +0 -1
  908. package/dts/motion/__tests__/useMotionProps.test.d.ts +0 -2
  909. package/dts/motion/__tests__/useMotionProps.test.d.ts.map +0 -1
  910. package/dts/motion/__tests__/utils.test.d.ts +0 -2
  911. package/dts/motion/__tests__/utils.test.d.ts.map +0 -1
  912. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +0 -12
  913. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts.map +0 -1
  914. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts +0 -2
  915. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts.map +0 -1
  916. package/dts/navigation/__stories__/NavLink.stories.d.ts +0 -8
  917. package/dts/navigation/__stories__/NavLink.stories.d.ts.map +0 -1
  918. package/dts/navigation/__stories__/NavigationBar.stories.d.ts +0 -30
  919. package/dts/navigation/__stories__/NavigationBar.stories.d.ts.map +0 -1
  920. package/dts/navigation/__stories__/NavigationStorySetup.d.ts +0 -49
  921. package/dts/navigation/__stories__/NavigationStorySetup.d.ts.map +0 -1
  922. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +0 -15
  923. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +0 -1
  924. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +0 -12
  925. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +0 -1
  926. package/dts/navigation/__stories__/Sidebar.stories.d.ts +0 -10
  927. package/dts/navigation/__stories__/Sidebar.stories.d.ts.map +0 -1
  928. package/dts/navigation/__tests__/NavigationBar.test.d.ts +0 -2
  929. package/dts/navigation/__tests__/NavigationBar.test.d.ts.map +0 -1
  930. package/dts/navigation/__tests__/NavigationTitle.test.d.ts +0 -2
  931. package/dts/navigation/__tests__/NavigationTitle.test.d.ts.map +0 -1
  932. package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts +0 -2
  933. package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts.map +0 -1
  934. package/dts/navigation/__tests__/Sidebar.test.d.ts +0 -2
  935. package/dts/navigation/__tests__/Sidebar.test.d.ts.map +0 -1
  936. package/dts/navigation/__tests__/SidebarItem.test.d.ts +0 -2
  937. package/dts/navigation/__tests__/SidebarItem.test.d.ts.map +0 -1
  938. package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts +0 -2
  939. package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts.map +0 -1
  940. package/dts/numbers/__stories__/RollingNumber.stories.d.ts +0 -18
  941. package/dts/numbers/__stories__/RollingNumber.stories.d.ts.map +0 -1
  942. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts +0 -2
  943. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts.map +0 -1
  944. package/dts/overlays/__stories__/Alert.stories.d.ts +0 -23
  945. package/dts/overlays/__stories__/Alert.stories.d.ts.map +0 -1
  946. package/dts/overlays/__stories__/FocusTrap.stories.d.ts +0 -7
  947. package/dts/overlays/__stories__/FocusTrap.stories.d.ts.map +0 -1
  948. package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts +0 -9
  949. package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts.map +0 -1
  950. package/dts/overlays/__stories__/FullscreenModal.stories.d.ts +0 -24
  951. package/dts/overlays/__stories__/FullscreenModal.stories.d.ts.map +0 -1
  952. package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts +0 -30
  953. package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts.map +0 -1
  954. package/dts/overlays/__stories__/Modal.stories.d.ts +0 -13
  955. package/dts/overlays/__stories__/Modal.stories.d.ts.map +0 -1
  956. package/dts/overlays/__stories__/ModalInteractive.stories.d.ts +0 -21
  957. package/dts/overlays/__stories__/ModalInteractive.stories.d.ts.map +0 -1
  958. package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts +0 -23
  959. package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts.map +0 -1
  960. package/dts/overlays/__stories__/PortalProvider.stories.d.ts +0 -7
  961. package/dts/overlays/__stories__/PortalProvider.stories.d.ts.map +0 -1
  962. package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts +0 -7
  963. package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts.map +0 -1
  964. package/dts/overlays/__stories__/Toast.stories.d.ts +0 -8
  965. package/dts/overlays/__stories__/Toast.stories.d.ts.map +0 -1
  966. package/dts/overlays/__stories__/Tooltip.stories.d.ts +0 -11
  967. package/dts/overlays/__stories__/Tooltip.stories.d.ts.map +0 -1
  968. package/dts/overlays/__stories__/TooltipContent.stories.d.ts +0 -11
  969. package/dts/overlays/__stories__/TooltipContent.stories.d.ts.map +0 -1
  970. package/dts/overlays/__tests__/Alert.test.d.ts +0 -2
  971. package/dts/overlays/__tests__/Alert.test.d.ts.map +0 -1
  972. package/dts/overlays/__tests__/FocusTrap.test.d.ts +0 -2
  973. package/dts/overlays/__tests__/FocusTrap.test.d.ts.map +0 -1
  974. package/dts/overlays/__tests__/FullscreenAlert.test.d.ts +0 -2
  975. package/dts/overlays/__tests__/FullscreenAlert.test.d.ts.map +0 -1
  976. package/dts/overlays/__tests__/OverlayContentContext.test.d.ts +0 -2
  977. package/dts/overlays/__tests__/OverlayContentContext.test.d.ts.map +0 -1
  978. package/dts/overlays/__tests__/Popover.test.d.ts +0 -2
  979. package/dts/overlays/__tests__/Popover.test.d.ts.map +0 -1
  980. package/dts/overlays/__tests__/PortalProvider.test.d.ts +0 -2
  981. package/dts/overlays/__tests__/PortalProvider.test.d.ts.map +0 -1
  982. package/dts/overlays/__tests__/Toast.test.d.ts +0 -2
  983. package/dts/overlays/__tests__/Toast.test.d.ts.map +0 -1
  984. package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts +0 -2
  985. package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts.map +0 -1
  986. package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts +0 -2
  987. package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts.map +0 -1
  988. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts +0 -2
  989. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts.map +0 -1
  990. package/dts/overlays/modal/__tests__/Modal.test.d.ts +0 -2
  991. package/dts/overlays/modal/__tests__/Modal.test.d.ts.map +0 -1
  992. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts +0 -2
  993. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts.map +0 -1
  994. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts +0 -2
  995. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts.map +0 -1
  996. package/dts/overlays/tray/__stories__/Tray.stories.d.ts +0 -5
  997. package/dts/overlays/tray/__stories__/Tray.stories.d.ts.map +0 -1
  998. package/dts/overlays/tray/__tests__/Tray.test.d.ts +0 -2
  999. package/dts/overlays/tray/__tests__/Tray.test.d.ts.map +0 -1
  1000. package/dts/page/__stories__/PageFooter.stories.d.ts +0 -69
  1001. package/dts/page/__stories__/PageFooter.stories.d.ts.map +0 -1
  1002. package/dts/page/__stories__/PageHeader.stories.d.ts +0 -95
  1003. package/dts/page/__stories__/PageHeader.stories.d.ts.map +0 -1
  1004. package/dts/page/__tests__/PageFooter.test.d.ts +0 -2
  1005. package/dts/page/__tests__/PageFooter.test.d.ts.map +0 -1
  1006. package/dts/page/__tests__/PageHeader.test.d.ts +0 -2
  1007. package/dts/page/__tests__/PageHeader.test.d.ts.map +0 -1
  1008. package/dts/pagination/__stories__/Pagination.stories.d.ts +0 -5
  1009. package/dts/pagination/__stories__/Pagination.stories.d.ts.map +0 -1
  1010. package/dts/pagination/__stories__/UsePagination.stories.d.ts +0 -5
  1011. package/dts/pagination/__stories__/UsePagination.stories.d.ts.map +0 -1
  1012. package/dts/pagination/__tests__/Pagination.test.d.ts +0 -2
  1013. package/dts/pagination/__tests__/Pagination.test.d.ts.map +0 -1
  1014. package/dts/pagination/__tests__/usePagination.test.d.ts +0 -2
  1015. package/dts/pagination/__tests__/usePagination.test.d.ts.map +0 -1
  1016. package/dts/section-header/__stories__/SectionHeader.stories.d.ts +0 -9
  1017. package/dts/section-header/__stories__/SectionHeader.stories.d.ts.map +0 -1
  1018. package/dts/section-header/__tests__/SectionHeader.test.d.ts +0 -2
  1019. package/dts/section-header/__tests__/SectionHeader.test.d.ts.map +0 -1
  1020. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +0 -17
  1021. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +0 -1
  1022. package/dts/stepper/__stories__/StepperVertical.stories.d.ts +0 -16
  1023. package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +0 -1
  1024. package/dts/system/__stories__/Interactable.stories.d.ts +0 -8
  1025. package/dts/system/__stories__/Interactable.stories.d.ts.map +0 -1
  1026. package/dts/system/__stories__/Patterns.stories.d.ts +0 -10
  1027. package/dts/system/__stories__/Patterns.stories.d.ts.map +0 -1
  1028. package/dts/system/__stories__/Pressable.stories.d.ts +0 -10
  1029. package/dts/system/__stories__/Pressable.stories.d.ts.map +0 -1
  1030. package/dts/system/__stories__/ThemeProvider.stories.d.ts +0 -22
  1031. package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +0 -1
  1032. package/dts/system/__tests__/BrowserOnly.test.d.ts +0 -2
  1033. package/dts/system/__tests__/BrowserOnly.test.d.ts.map +0 -1
  1034. package/dts/system/__tests__/MediaQueryProvider.test.d.ts +0 -2
  1035. package/dts/system/__tests__/MediaQueryProvider.test.d.ts.map +0 -1
  1036. package/dts/system/__tests__/ThemeProvider.test.d.ts +0 -2
  1037. package/dts/system/__tests__/ThemeProvider.test.d.ts.map +0 -1
  1038. package/dts/tables/__mocks__/assetHub.mock.d.ts +0 -242
  1039. package/dts/tables/__mocks__/assetHub.mock.d.ts.map +0 -1
  1040. package/dts/tables/__mocks__/index.d.ts +0 -3
  1041. package/dts/tables/__mocks__/index.d.ts.map +0 -1
  1042. package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts +0 -1839
  1043. package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts.map +0 -1
  1044. package/dts/tables/__stories__/Table.stories.d.ts +0 -8
  1045. package/dts/tables/__stories__/Table.stories.d.ts.map +0 -1
  1046. package/dts/tables/__stories__/TableCaption.stories.d.ts +0 -5
  1047. package/dts/tables/__stories__/TableCaption.stories.d.ts.map +0 -1
  1048. package/dts/tables/__stories__/TableCell.stories.d.ts +0 -9
  1049. package/dts/tables/__stories__/TableCell.stories.d.ts.map +0 -1
  1050. package/dts/tables/__stories__/TableCellFallback.stories.d.ts +0 -5
  1051. package/dts/tables/__stories__/TableCellFallback.stories.d.ts.map +0 -1
  1052. package/dts/tables/__stories__/TableInteractive.stories.d.ts +0 -9
  1053. package/dts/tables/__stories__/TableInteractive.stories.d.ts.map +0 -1
  1054. package/dts/tables/__stories__/TableRow.stories.d.ts +0 -5
  1055. package/dts/tables/__stories__/TableRow.stories.d.ts.map +0 -1
  1056. package/dts/tables/__stories__/TableSection.stories.d.ts +0 -7
  1057. package/dts/tables/__stories__/TableSection.stories.d.ts.map +0 -1
  1058. package/dts/tables/__tests__/Table.test.d.ts +0 -2
  1059. package/dts/tables/__tests__/Table.test.d.ts.map +0 -1
  1060. package/dts/tables/__tests__/TableCaption.test.d.ts +0 -2
  1061. package/dts/tables/__tests__/TableCaption.test.d.ts.map +0 -1
  1062. package/dts/tables/__tests__/TableCell.test.d.ts +0 -2
  1063. package/dts/tables/__tests__/TableCell.test.d.ts.map +0 -1
  1064. package/dts/tables/__tests__/TableCellFallback.test.d.ts +0 -2
  1065. package/dts/tables/__tests__/TableCellFallback.test.d.ts.map +0 -1
  1066. package/dts/tables/__tests__/TableCellSortIcon.test.d.ts +0 -2
  1067. package/dts/tables/__tests__/TableCellSortIcon.test.d.ts.map +0 -1
  1068. package/dts/tables/__tests__/TableFooter.test.d.ts +0 -2
  1069. package/dts/tables/__tests__/TableFooter.test.d.ts.map +0 -1
  1070. package/dts/tables/__tests__/TableHeader.test.d.ts +0 -2
  1071. package/dts/tables/__tests__/TableHeader.test.d.ts.map +0 -1
  1072. package/dts/tables/__tests__/TableRow.test.d.ts +0 -2
  1073. package/dts/tables/__tests__/TableRow.test.d.ts.map +0 -1
  1074. package/dts/tables/__tests__/TableSection.test.d.ts +0 -2
  1075. package/dts/tables/__tests__/TableSection.test.d.ts.map +0 -1
  1076. package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts +0 -2
  1077. package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts.map +0 -1
  1078. package/dts/tables/hooks/__tests__/useTable.test.d.ts +0 -2
  1079. package/dts/tables/hooks/__tests__/useTable.test.d.ts.map +0 -1
  1080. package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts +0 -2
  1081. package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts.map +0 -1
  1082. package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts +0 -2
  1083. package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts.map +0 -1
  1084. package/dts/tabs/__stories__/MockTabPanel.d.ts +0 -6
  1085. package/dts/tabs/__stories__/MockTabPanel.d.ts.map +0 -1
  1086. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +0 -27
  1087. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +0 -1
  1088. package/dts/tabs/__stories__/TabIndicator.stories.d.ts +0 -5
  1089. package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +0 -1
  1090. package/dts/tabs/__stories__/TabLabel.stories.d.ts +0 -5
  1091. package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +0 -1
  1092. package/dts/tabs/__stories__/TabNavigation.stories.d.ts +0 -13
  1093. package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +0 -1
  1094. package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts +0 -9
  1095. package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts.map +0 -1
  1096. package/dts/tabs/__tests__/SegmentedTab.test.d.ts +0 -2
  1097. package/dts/tabs/__tests__/SegmentedTab.test.d.ts.map +0 -1
  1098. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts +0 -2
  1099. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts.map +0 -1
  1100. package/dts/tabs/__tests__/TabIndicator.test.d.ts +0 -2
  1101. package/dts/tabs/__tests__/TabIndicator.test.d.ts.map +0 -1
  1102. package/dts/tabs/__tests__/TabNavigation.test.d.ts +0 -2
  1103. package/dts/tabs/__tests__/TabNavigation.test.d.ts.map +0 -1
  1104. package/dts/tag/__stories__/Tag.stories.d.ts +0 -12
  1105. package/dts/tag/__stories__/Tag.stories.d.ts.map +0 -1
  1106. package/dts/tag/__tests__/Tag.test.d.ts +0 -2
  1107. package/dts/tag/__tests__/Tag.test.d.ts.map +0 -1
  1108. package/dts/tour/__stories__/Tour.stories.d.ts +0 -12
  1109. package/dts/tour/__stories__/Tour.stories.d.ts.map +0 -1
  1110. package/dts/tour/__tests__/Tour.test.d.ts +0 -2
  1111. package/dts/tour/__tests__/Tour.test.d.ts.map +0 -1
  1112. package/dts/typography/__stories__/Link.stories.d.ts +0 -20
  1113. package/dts/typography/__stories__/Link.stories.d.ts.map +0 -1
  1114. package/dts/typography/__stories__/Text.stories.d.ts +0 -33
  1115. package/dts/typography/__stories__/Text.stories.d.ts.map +0 -1
  1116. package/dts/typography/__tests__/Link.perf-test.d.ts +0 -2
  1117. package/dts/typography/__tests__/Link.perf-test.d.ts.map +0 -1
  1118. package/dts/typography/__tests__/Link.test.d.ts +0 -2
  1119. package/dts/typography/__tests__/Link.test.d.ts.map +0 -1
  1120. package/dts/typography/__tests__/Text.test.d.ts +0 -2
  1121. package/dts/typography/__tests__/Text.test.d.ts.map +0 -1
  1122. package/dts/utils/__tests__/browser.test.d.ts +0 -2
  1123. package/dts/utils/__tests__/browser.test.d.ts.map +0 -1
  1124. package/dts/utils/__tests__/eventHandler.test.d.ts +0 -2
  1125. package/dts/utils/__tests__/eventHandler.test.d.ts.map +0 -1
  1126. package/dts/utils/__tests__/eventHandlers.test.d.ts +0 -2
  1127. package/dts/utils/__tests__/eventHandlers.test.d.ts.map +0 -1
  1128. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts +0 -2
  1129. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts.map +0 -1
  1130. package/dts/utils/__tests__/isRtl.test.d.ts +0 -2
  1131. package/dts/utils/__tests__/isRtl.test.d.ts.map +0 -1
  1132. package/dts/utils/__tests__/mediaQueryListener.test.d.ts +0 -2
  1133. package/dts/utils/__tests__/mediaQueryListener.test.d.ts.map +0 -1
  1134. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +0 -158
  1135. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +0 -1
  1136. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +0 -65
  1137. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts.map +0 -1
  1138. package/dts/visualizations/__tests__/ProgressBar.test.d.ts +0 -2
  1139. package/dts/visualizations/__tests__/ProgressBar.test.d.ts.map +0 -1
  1140. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts +0 -2
  1141. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts.map +0 -1
@@ -2,19 +2,22 @@ import React from 'react';
2
2
  import type { ThemeVars } from '@coinbase/cds-common/core/theme';
3
3
  import { type ControlBaseProps } from './Control';
4
4
  export type CheckboxProps<T extends string> = ControlBaseProps<T> & {
5
- /** Sets the checked/active color of the control.
6
- * @default fgInverse
7
- */
8
- controlColor?: ThemeVars.Color;
9
- /**
10
- * Optional.Sets the border width of the control.
11
- * @default 100
12
- */
13
- borderWidth?: ThemeVars.BorderWidth;
5
+ /** Sets the checked/active color of the control.
6
+ * @default fgInverse
7
+ */
8
+ controlColor?: ThemeVars.Color;
9
+ /**
10
+ * Optional.Sets the border width of the control.
11
+ * @default 100
12
+ */
13
+ borderWidth?: ThemeVars.BorderWidth;
14
14
  };
15
- declare const CheckboxWithRef: <T extends string>(props: CheckboxProps<T> & {
15
+ declare const CheckboxWithRef: <T extends string>(
16
+ props: CheckboxProps<T> & {
16
17
  ref?: React.Ref<HTMLInputElement>;
17
- }) => React.ReactElement;
18
- export declare const Checkbox: typeof CheckboxWithRef & React.MemoExoticComponent<typeof CheckboxWithRef>;
18
+ },
19
+ ) => React.ReactElement;
20
+ export declare const Checkbox: typeof CheckboxWithRef &
21
+ React.MemoExoticComponent<typeof CheckboxWithRef>;
19
22
  export {};
20
- //# sourceMappingURL=Checkbox.d.ts.map
23
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -3,7 +3,14 @@ import type { ThemeVars } from '@coinbase/cds-common/core/theme';
3
3
  import type { ResponsiveProp } from '../styles/styleProps';
4
4
  import { type PressableProps } from '../system/Pressable';
5
5
  import type { ControlBaseProps } from './Control';
6
- export type CheckboxCellBaseProps<T extends string> = Omit<PressableProps<'label'>, 'title' | 'onChange'> & Omit<ControlBaseProps<T>, 'onChange' | 'title' | 'children' | 'iconStyle' | 'labelStyle' | 'checked'> & {
6
+ export type CheckboxCellBaseProps<T extends string> = Omit<
7
+ PressableProps<'label'>,
8
+ 'title' | 'onChange'
9
+ > &
10
+ Omit<
11
+ ControlBaseProps<T>,
12
+ 'onChange' | 'title' | 'children' | 'iconStyle' | 'labelStyle' | 'checked'
13
+ > & {
7
14
  checked?: boolean;
8
15
  title: React.ReactNode;
9
16
  description?: React.ReactNode;
@@ -14,26 +21,29 @@ export type CheckboxCellBaseProps<T extends string> = Omit<PressableProps<'label
14
21
  titleId?: string;
15
22
  /** Custom ID for the description element. If not provided, a unique ID will be generated. */
16
23
  descriptionId?: string;
17
- };
24
+ };
18
25
  export type CheckboxCellProps<T extends string> = CheckboxCellBaseProps<T> & {
19
- classNames?: {
20
- root?: string;
21
- checkboxContainer?: string;
22
- title?: string;
23
- description?: string;
24
- contentContainer?: string;
25
- };
26
- styles?: {
27
- root?: CSSProperties;
28
- checkboxContainer?: CSSProperties;
29
- title?: CSSProperties;
30
- description?: CSSProperties;
31
- contentContainer?: CSSProperties;
32
- };
26
+ classNames?: {
27
+ root?: string;
28
+ checkboxContainer?: string;
29
+ title?: string;
30
+ description?: string;
31
+ contentContainer?: string;
32
+ };
33
+ styles?: {
34
+ root?: CSSProperties;
35
+ checkboxContainer?: CSSProperties;
36
+ title?: CSSProperties;
37
+ description?: CSSProperties;
38
+ contentContainer?: CSSProperties;
39
+ };
33
40
  };
34
- declare const CheckboxCellWithRef: <T extends string>(props: CheckboxCellProps<T> & {
41
+ declare const CheckboxCellWithRef: <T extends string>(
42
+ props: CheckboxCellProps<T> & {
35
43
  ref?: React.Ref<HTMLLabelElement>;
36
- }) => React.ReactElement;
37
- export declare const CheckboxCell: typeof CheckboxCellWithRef & React.MemoExoticComponent<typeof CheckboxCellWithRef>;
44
+ },
45
+ ) => React.ReactElement;
46
+ export declare const CheckboxCell: typeof CheckboxCellWithRef &
47
+ React.MemoExoticComponent<typeof CheckboxCellWithRef>;
38
48
  export {};
39
- //# sourceMappingURL=CheckboxCell.d.ts.map
49
+ //# sourceMappingURL=CheckboxCell.d.ts.map
@@ -19,7 +19,11 @@ import type { FilteredHTMLAttributes } from '../types';
19
19
  * onChange={onChange}xw
20
20
  * />
21
21
  */
22
- export type CheckboxGroupBaseProps<T extends string | number> = FilteredHTMLAttributes<FieldsetHTMLAttributes<HTMLFieldSetElement>, 'onChange'> & SharedProps & {
22
+ export type CheckboxGroupBaseProps<T extends string | number> = FilteredHTMLAttributes<
23
+ FieldsetHTMLAttributes<HTMLFieldSetElement>,
24
+ 'onChange'
25
+ > &
26
+ SharedProps & {
23
27
  /** Checkbox elements that are part of the checkbox group. */
24
28
  children: React.ReactElement[];
25
29
  /** Set a label summary for the group of checkboxes. */
@@ -30,23 +34,27 @@ export type CheckboxGroupBaseProps<T extends string | number> = FilteredHTMLAttr
30
34
  /** Handle change event when pressing on a checkbox option. */
31
35
  onChange?: React.ChangeEventHandler<HTMLInputElement>;
32
36
  style?: React.CSSProperties;
33
- };
37
+ };
34
38
  /**
35
39
  * @deprecated CheckboxGroup is deprecated. Use ControlGroup with role="group" instead.
36
40
  */
37
41
  export type CheckboxGroupProps<T extends string> = CheckboxGroupBaseProps<T>;
38
- declare const CheckboxGroupWithRef: React.ForwardRefExoticComponent<FilteredHTMLAttributes<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, "onChange"> & SharedProps & {
39
- /** Checkbox elements that are part of the checkbox group. */
40
- children: React.ReactElement[];
41
- /** Set a label summary for the group of checkboxes. */
42
- label?: React.ReactNode;
43
- /** Checkbox options that are checked. */
44
- selectedValues: Set<string>;
45
- className?: string;
46
- /** Handle change event when pressing on a checkbox option. */
47
- onChange?: React.ChangeEventHandler<HTMLInputElement>;
48
- style?: React.CSSProperties;
49
- } & React.RefAttributes<HTMLFieldSetElement>>;
50
- export declare const CheckboxGroup: typeof CheckboxGroupWithRef & React.MemoExoticComponent<typeof CheckboxGroupWithRef>;
42
+ declare const CheckboxGroupWithRef: React.ForwardRefExoticComponent<
43
+ FilteredHTMLAttributes<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, 'onChange'> &
44
+ SharedProps & {
45
+ /** Checkbox elements that are part of the checkbox group. */
46
+ children: React.ReactElement[];
47
+ /** Set a label summary for the group of checkboxes. */
48
+ label?: React.ReactNode;
49
+ /** Checkbox options that are checked. */
50
+ selectedValues: Set<string>;
51
+ className?: string;
52
+ /** Handle change event when pressing on a checkbox option. */
53
+ onChange?: React.ChangeEventHandler<HTMLInputElement>;
54
+ style?: React.CSSProperties;
55
+ } & React.RefAttributes<HTMLFieldSetElement>
56
+ >;
57
+ export declare const CheckboxGroup: typeof CheckboxGroupWithRef &
58
+ React.MemoExoticComponent<typeof CheckboxGroupWithRef>;
51
59
  export {};
52
- //# sourceMappingURL=CheckboxGroup.d.ts.map
60
+ //# sourceMappingURL=CheckboxGroup.d.ts.map
@@ -2,7 +2,17 @@ import React from 'react';
2
2
  import type { SharedProps } from '@coinbase/cds-common/types/SharedProps';
3
3
  import { type InteractableBaseProps } from '../system/Interactable';
4
4
  import type { FilteredHTMLAttributes } from '../types';
5
- export type ControlBaseProps<T extends string> = FilteredHTMLAttributes<React.InputHTMLAttributes<HTMLInputElement>, 'value' | 'color'> & SharedProps & Partial<Pick<InteractableBaseProps, 'background' | 'borderColor' | 'borderRadius' | 'borderWidth' | 'color'>> & {
5
+ export type ControlBaseProps<T extends string> = FilteredHTMLAttributes<
6
+ React.InputHTMLAttributes<HTMLInputElement>,
7
+ 'value' | 'color'
8
+ > &
9
+ SharedProps &
10
+ Partial<
11
+ Pick<
12
+ InteractableBaseProps,
13
+ 'background' | 'borderColor' | 'borderRadius' | 'borderWidth' | 'color'
14
+ >
15
+ > & {
6
16
  /** Label for the control option. */
7
17
  children?: React.ReactNode;
8
18
  /** Set the control to selected/on. */
@@ -21,14 +31,17 @@ export type ControlBaseProps<T extends string> = FilteredHTMLAttributes<React.In
21
31
  iconStyle?: React.CSSProperties;
22
32
  /** Style for the label element */
23
33
  labelStyle?: React.CSSProperties;
24
- };
34
+ };
25
35
  export type ControlProps<T extends string> = ControlBaseProps<T> & {
26
- label?: React.ReactNode;
27
- children: React.ReactNode;
36
+ label?: React.ReactNode;
37
+ children: React.ReactNode;
28
38
  };
29
- declare const ControlWithRef: <T extends string>(props: ControlProps<T> & {
39
+ declare const ControlWithRef: <T extends string>(
40
+ props: ControlProps<T> & {
30
41
  ref?: React.Ref<HTMLInputElement>;
31
- }) => React.ReactElement;
32
- export declare const Control: typeof ControlWithRef & React.MemoExoticComponent<typeof ControlWithRef>;
42
+ },
43
+ ) => React.ReactElement;
44
+ export declare const Control: typeof ControlWithRef &
45
+ React.MemoExoticComponent<typeof ControlWithRef>;
33
46
  export {};
34
- //# sourceMappingURL=Control.d.ts.map
47
+ //# sourceMappingURL=Control.d.ts.map
@@ -2,14 +2,18 @@ import React from 'react';
2
2
  import type { SharedProps } from '@coinbase/cds-common/types';
3
3
  import { type BoxProps } from '../layout';
4
4
  export type ControlGroupOption<P> = Omit<P, 'onChange' | 'checked' | 'value'>;
5
- export type ControlGroupProps<T extends string, P extends {
5
+ export type ControlGroupProps<
6
+ T extends string,
7
+ P extends {
6
8
  value?: T;
7
- }> = Omit<BoxProps<'div'>, 'children' | 'onChange' | 'as'> & SharedProps & {
9
+ },
10
+ > = Omit<BoxProps<'div'>, 'children' | 'onChange' | 'as'> &
11
+ SharedProps & {
8
12
  /** The control component to render for each option. */
9
13
  ControlComponent: React.ComponentType<P>;
10
14
  /** Control options for the group. */
11
15
  options: (ControlGroupOption<P> & {
12
- value: T;
16
+ value: T;
13
17
  })[];
14
18
  /** Set a label for the group. */
15
19
  label?: React.ReactNode;
@@ -23,12 +27,18 @@ export type ControlGroupProps<T extends string, P extends {
23
27
  direction?: 'horizontal' | 'vertical';
24
28
  /** The name of the group. */
25
29
  name?: string;
26
- };
27
- declare const ControlGroupWithRef: <T extends string, P extends {
30
+ };
31
+ declare const ControlGroupWithRef: <
32
+ T extends string,
33
+ P extends {
28
34
  value?: T;
29
- }>(props: ControlGroupProps<T, P> & {
35
+ },
36
+ >(
37
+ props: ControlGroupProps<T, P> & {
30
38
  ref?: React.Ref<HTMLDivElement>;
31
- }) => React.ReactElement;
32
- export declare const ControlGroup: typeof ControlGroupWithRef & React.MemoExoticComponent<typeof ControlGroupWithRef>;
39
+ },
40
+ ) => React.ReactElement;
41
+ export declare const ControlGroup: typeof ControlGroupWithRef &
42
+ React.MemoExoticComponent<typeof ControlGroupWithRef>;
33
43
  export {};
34
- //# sourceMappingURL=ControlGroup.d.ts.map
44
+ //# sourceMappingURL=ControlGroup.d.ts.map
@@ -2,14 +2,14 @@ import React from 'react';
2
2
  import type { ThemeVars } from '@coinbase/cds-common/core/theme';
3
3
  import { type TextDefaultElement, type TextProps } from '../typography/Text';
4
4
  export type HelperTextProps = {
5
- /** Color of helper text. negative color will render an icon */
6
- color?: ThemeVars.Color;
7
- /** Used to associate the helper text with an input */
8
- id?: string;
9
- /** Accessibility label for the error icon */
10
- errorIconAccessibilityLabel?: string;
11
- /** Test ID for the error icon */
12
- errorIconTestID?: string;
5
+ /** Color of helper text. negative color will render an icon */
6
+ color?: ThemeVars.Color;
7
+ /** Used to associate the helper text with an input */
8
+ id?: string;
9
+ /** Accessibility label for the error icon */
10
+ errorIconAccessibilityLabel?: string;
11
+ /** Test ID for the error icon */
12
+ errorIconTestID?: string;
13
13
  } & TextProps<TextDefaultElement>;
14
14
  export declare const HelperText: React.NamedExoticComponent<HelperTextProps>;
15
- //# sourceMappingURL=HelperText.d.ts.map
15
+ //# sourceMappingURL=HelperText.d.ts.map
@@ -4,12 +4,15 @@ import type { InputVariant } from '@coinbase/cds-common/types/InputBaseProps';
4
4
  import type { SharedProps } from '@coinbase/cds-common/types/SharedProps';
5
5
  import type { IconProps } from '../icons/Icon';
6
6
  export type InputIconProps = {
7
- /**
8
- * If set to true, when parent input is focused, the icon will match the color of the focus state
9
- * @default false
10
- * */
11
- disableInheritFocusStyle?: boolean;
12
- } & Omit<IconProps, 'size'> & SharedProps;
7
+ /**
8
+ * If set to true, when parent input is focused, the icon will match the color of the focus state
9
+ * @default false
10
+ * */
11
+ disableInheritFocusStyle?: boolean;
12
+ } & Omit<IconProps, 'size'> &
13
+ SharedProps;
13
14
  export declare const variantColorMap: Record<InputVariant, ThemeVars.Color>;
14
- export declare const InputIcon: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<InputIconProps, "ref"> & React.RefAttributes<HTMLDivElement>>>;
15
- //# sourceMappingURL=InputIcon.d.ts.map
15
+ export declare const InputIcon: React.MemoExoticComponent<
16
+ React.ForwardRefExoticComponent<Omit<InputIconProps, 'ref'> & React.RefAttributes<HTMLDivElement>>
17
+ >;
18
+ //# sourceMappingURL=InputIcon.d.ts.map
@@ -3,11 +3,15 @@ import type { IconButtonVariant, InputVariant } from '@coinbase/cds-common/types
3
3
  import { type IconButtonDefaultElement, type IconButtonProps } from '../buttons/IconButton';
4
4
  export declare const variantTransformMap: Record<InputVariant, IconButtonVariant>;
5
5
  export type InputIconButtonProps = IconButtonProps<IconButtonDefaultElement> & {
6
- /**
7
- * If set to true, when parent input is focused, the icon will match the color of the focus state
8
- * @default false
9
- * */
10
- disableInheritFocusStyle?: boolean;
6
+ /**
7
+ * If set to true, when parent input is focused, the icon will match the color of the focus state
8
+ * @default false
9
+ * */
10
+ disableInheritFocusStyle?: boolean;
11
11
  };
12
- export declare const InputIconButton: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<InputIconButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>>;
13
- //# sourceMappingURL=InputIconButton.d.ts.map
12
+ export declare const InputIconButton: React.MemoExoticComponent<
13
+ React.ForwardRefExoticComponent<
14
+ Omit<InputIconButtonProps, 'ref'> & React.RefAttributes<HTMLButtonElement>
15
+ >
16
+ >;
17
+ //# sourceMappingURL=InputIconButton.d.ts.map
@@ -2,4 +2,4 @@ import React from 'react';
2
2
  import { type TextProps } from '../typography/Text';
3
3
  export type InputLabelProps = TextProps<'label'>;
4
4
  export declare const InputLabel: React.NamedExoticComponent<InputLabelProps>;
5
- //# sourceMappingURL=InputLabel.d.ts.map
5
+ //# sourceMappingURL=InputLabel.d.ts.map
@@ -4,68 +4,74 @@ import type { InputVariant } from '@coinbase/cds-common/types/InputBaseProps';
4
4
  import type { SharedProps } from '@coinbase/cds-common/types/SharedProps';
5
5
  import { type BoxBaseProps, type BoxDefaultElement, type BoxProps } from '../layout/Box';
6
6
  export type InputStackBaseProps = SharedProps & {
7
- /** Width of the border.
8
- * @default 100
9
- */
10
- borderWidth?: ThemeVars.BorderWidth;
11
- /**
12
- * Determines the sentiment of the input. Because
13
- * we allow startContent and endContent to be custom ReactNode,
14
- * the content placed inside these slots will not change colors according
15
- * to the variant. You will have to add that yourself
16
- * @default foregroundMuted
17
- */
18
- variant?: InputVariant;
19
- /**
20
- * Width of input as a percentage string.
21
- * @default 100%
22
- * */
23
- width?: BoxBaseProps['width'];
24
- /**
25
- * Height of input
26
- */
27
- height?: BoxBaseProps['height'];
28
- /**
29
- * Toggles input interactability and opacity
30
- * @default false
31
- */
32
- disabled?: boolean;
33
- /** Prepends custom content to the start. Content is not part of input */
34
- prependNode?: React.ReactNode;
35
- /** Adds content to the start of the inner input. Refer to diagram for location of startNode in InputStack component */
36
- startNode?: React.ReactNode;
37
- /** Appends custom content to the end. Content is not part of input */
38
- appendNode?: React.ReactNode;
39
- /** Adds content to the end of the inner input. Refer to diagram for location of endNode in InputStack component */
40
- endNode?: React.ReactNode;
41
- /** Editable area of the Input */
42
- inputNode: React.ReactNode;
43
- /** Text shown below input. Used for when label is not enough to indicate what this input does */
44
- helperTextNode?: React.ReactNode;
45
- /** A message indicating the purpose of this input */
46
- labelNode?: React.ReactNode;
47
- /** This should only be used when focused styles need to be persisted */
48
- focused?: boolean;
49
- /**
50
- * Leverage one of the borderRadius styles we offer to round the corners of the input.
51
- * @default 200
52
- */
53
- borderRadius?: BoxBaseProps['borderRadius'];
54
- /**
55
- * Disable default focus styles
56
- * @default false
57
- */
58
- disableFocusedStyle?: boolean;
59
- /**
60
- * Enable Color Surge motion
61
- */
62
- enableColorSurge?: boolean;
63
- /**
64
- * The variant of the label. Only used when compact is not true.
65
- * @default 'outside'
66
- */
67
- labelVariant?: 'inside' | 'outside';
7
+ /** Width of the border.
8
+ * @default 100
9
+ */
10
+ borderWidth?: ThemeVars.BorderWidth;
11
+ /**
12
+ * Determines the sentiment of the input. Because
13
+ * we allow startContent and endContent to be custom ReactNode,
14
+ * the content placed inside these slots will not change colors according
15
+ * to the variant. You will have to add that yourself
16
+ * @default foregroundMuted
17
+ */
18
+ variant?: InputVariant;
19
+ /**
20
+ * Width of input as a percentage string.
21
+ * @default 100%
22
+ * */
23
+ width?: BoxBaseProps['width'];
24
+ /**
25
+ * Height of input
26
+ */
27
+ height?: BoxBaseProps['height'];
28
+ /**
29
+ * Toggles input interactability and opacity
30
+ * @default false
31
+ */
32
+ disabled?: boolean;
33
+ /** Prepends custom content to the start. Content is not part of input */
34
+ prependNode?: React.ReactNode;
35
+ /** Adds content to the start of the inner input. Refer to diagram for location of startNode in InputStack component */
36
+ startNode?: React.ReactNode;
37
+ /** Appends custom content to the end. Content is not part of input */
38
+ appendNode?: React.ReactNode;
39
+ /** Adds content to the end of the inner input. Refer to diagram for location of endNode in InputStack component */
40
+ endNode?: React.ReactNode;
41
+ /** Editable area of the Input */
42
+ inputNode: React.ReactNode;
43
+ /** Text shown below input. Used for when label is not enough to indicate what this input does */
44
+ helperTextNode?: React.ReactNode;
45
+ /** A message indicating the purpose of this input */
46
+ labelNode?: React.ReactNode;
47
+ /** This should only be used when focused styles need to be persisted */
48
+ focused?: boolean;
49
+ /**
50
+ * Leverage one of the borderRadius styles we offer to round the corners of the input.
51
+ * @default 200
52
+ */
53
+ borderRadius?: BoxBaseProps['borderRadius'];
54
+ /**
55
+ * Disable default focus styles
56
+ * @default false
57
+ */
58
+ disableFocusedStyle?: boolean;
59
+ /**
60
+ * Enable Color Surge motion
61
+ */
62
+ enableColorSurge?: boolean;
63
+ /**
64
+ * The variant of the label. Only used when compact is not true.
65
+ * @default 'outside'
66
+ */
67
+ labelVariant?: 'inside' | 'outside';
68
68
  };
69
- export type InputStackProps = Omit<BoxProps<BoxDefaultElement>, 'width' | 'height' | 'borderRadius'> & InputStackBaseProps;
70
- export declare const InputStack: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<InputStackProps, "ref"> & React.RefAttributes<HTMLElement>>>;
71
- //# sourceMappingURL=InputStack.d.ts.map
69
+ export type InputStackProps = Omit<
70
+ BoxProps<BoxDefaultElement>,
71
+ 'width' | 'height' | 'borderRadius'
72
+ > &
73
+ InputStackBaseProps;
74
+ export declare const InputStack: React.MemoExoticComponent<
75
+ React.ForwardRefExoticComponent<Omit<InputStackProps, 'ref'> & React.RefAttributes<HTMLElement>>
76
+ >;
77
+ //# sourceMappingURL=InputStack.d.ts.map
@@ -3,31 +3,46 @@ import type { SharedAccessibilityProps } from '@coinbase/cds-common/types/Shared
3
3
  import type { SharedProps } from '@coinbase/cds-common/types/SharedProps';
4
4
  import type { TextAlignProps } from '@coinbase/cds-common/types/TextBaseProps';
5
5
  export type NativeInputProps = {
6
- compact?: boolean;
7
- /** Custom container spacing if needed. This will add to the existing spacing */
8
- containerSpacing?: string;
9
- /**
10
- * Text Align Input
11
- * @default start
12
- * */
13
- align?: TextAlignProps['align'];
14
- /**
15
- * Callback fired when pressed/clicked
16
- */
17
- onClick?: React.MouseEventHandler;
18
- } & SharedProps & Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityLabelledBy' | 'accessibilityHint'> & React.InputHTMLAttributes<HTMLInputElement>;
19
- export declare const NativeInput: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
20
- compact?: boolean;
21
- /** Custom container spacing if needed. This will add to the existing spacing */
22
- containerSpacing?: string;
23
- /**
24
- * Text Align Input
25
- * @default start
26
- * */
27
- align?: TextAlignProps["align"];
28
- /**
29
- * Callback fired when pressed/clicked
30
- */
31
- onClick?: React.MouseEventHandler;
32
- } & SharedProps & Pick<SharedAccessibilityProps, "accessibilityLabel" | "accessibilityLabelledBy" | "accessibilityHint"> & React.InputHTMLAttributes<HTMLInputElement> & React.RefAttributes<HTMLInputElement>>>;
33
- //# sourceMappingURL=NativeInput.d.ts.map
6
+ compact?: boolean;
7
+ /** Custom container spacing if needed. This will add to the existing spacing */
8
+ containerSpacing?: string;
9
+ /**
10
+ * Text Align Input
11
+ * @default start
12
+ * */
13
+ align?: TextAlignProps['align'];
14
+ /**
15
+ * Callback fired when pressed/clicked
16
+ */
17
+ onClick?: React.MouseEventHandler;
18
+ } & SharedProps &
19
+ Pick<
20
+ SharedAccessibilityProps,
21
+ 'accessibilityLabel' | 'accessibilityLabelledBy' | 'accessibilityHint'
22
+ > &
23
+ React.InputHTMLAttributes<HTMLInputElement>;
24
+ export declare const NativeInput: React.MemoExoticComponent<
25
+ React.ForwardRefExoticComponent<
26
+ {
27
+ compact?: boolean;
28
+ /** Custom container spacing if needed. This will add to the existing spacing */
29
+ containerSpacing?: string;
30
+ /**
31
+ * Text Align Input
32
+ * @default start
33
+ * */
34
+ align?: TextAlignProps['align'];
35
+ /**
36
+ * Callback fired when pressed/clicked
37
+ */
38
+ onClick?: React.MouseEventHandler;
39
+ } & SharedProps &
40
+ Pick<
41
+ SharedAccessibilityProps,
42
+ 'accessibilityLabel' | 'accessibilityLabelledBy' | 'accessibilityHint'
43
+ > &
44
+ React.InputHTMLAttributes<HTMLInputElement> &
45
+ React.RefAttributes<HTMLInputElement>
46
+ >
47
+ >;
48
+ //# sourceMappingURL=NativeInput.d.ts.map
@@ -3,13 +3,18 @@ import type { SharedProps } from '@coinbase/cds-common/types/SharedProps';
3
3
  import type { BoxProps } from '../layout/Box';
4
4
  import type { TextInputBaseProps } from './TextInput';
5
5
  export type NativeTextAreaBaseProp = {
6
- /** Custom container spacing if needed. This will add to the existing spacing */
7
- containerSpacing?: string;
8
- /**
9
- * Callback fired when pressed/clicked
10
- */
11
- onClick?: React.MouseEventHandler;
12
- } & SharedProps & Pick<TextInputBaseProps, 'compact'>;
6
+ /** Custom container spacing if needed. This will add to the existing spacing */
7
+ containerSpacing?: string;
8
+ /**
9
+ * Callback fired when pressed/clicked
10
+ */
11
+ onClick?: React.MouseEventHandler;
12
+ } & SharedProps &
13
+ Pick<TextInputBaseProps, 'compact'>;
13
14
  export type NativeTextAreaProp = NativeTextAreaBaseProp & BoxProps<'textarea'>;
14
- export declare const NativeTextArea: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<NativeTextAreaProp, "ref"> & React.RefAttributes<HTMLTextAreaElement>>>;
15
- //# sourceMappingURL=NativeTextArea.d.ts.map
15
+ export declare const NativeTextArea: React.MemoExoticComponent<
16
+ React.ForwardRefExoticComponent<
17
+ Omit<NativeTextAreaProp, 'ref'> & React.RefAttributes<HTMLTextAreaElement>
18
+ >
19
+ >;
20
+ //# sourceMappingURL=NativeTextArea.d.ts.map
@@ -2,14 +2,16 @@ import React from 'react';
2
2
  import type { ThemeVars } from '@coinbase/cds-common/core/theme';
3
3
  import { type ControlBaseProps } from './Control';
4
4
  export type RadioProps<T extends string> = ControlBaseProps<T> & {
5
- /** Sets the checked/active color of the control.
6
- * @default bgPrimary
7
- */
8
- controlColor?: ThemeVars.Color;
5
+ /** Sets the checked/active color of the control.
6
+ * @default bgPrimary
7
+ */
8
+ controlColor?: ThemeVars.Color;
9
9
  };
10
- declare const RadioWithRef: <T extends string>(props: RadioProps<T> & {
10
+ declare const RadioWithRef: <T extends string>(
11
+ props: RadioProps<T> & {
11
12
  ref?: React.Ref<HTMLInputElement>;
12
- }) => React.ReactElement;
13
+ },
14
+ ) => React.ReactElement;
13
15
  export declare const Radio: typeof RadioWithRef & React.MemoExoticComponent<typeof RadioWithRef>;
14
16
  export {};
15
- //# sourceMappingURL=Radio.d.ts.map
17
+ //# sourceMappingURL=Radio.d.ts.map