@coinbase/cds-mobile 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 (999) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dts/accordion/Accordion.d.ts +12 -2
  3. package/dts/accordion/AccordionHeader.d.ts +43 -27
  4. package/dts/accordion/AccordionItem.d.ts +19 -4
  5. package/dts/accordion/AccordionPanel.d.ts +17 -11
  6. package/dts/accordion/__figma__/Accordion.figma.d.ts +1 -1
  7. package/dts/accordion/index.d.ts +1 -1
  8. package/dts/alpha/carousel/Carousel.d.ts +61 -49
  9. package/dts/alpha/carousel/CarouselControlsWrapper.d.ts +2 -2
  10. package/dts/alpha/carousel/CarouselItem.d.ts +26 -26
  11. package/dts/alpha/carousel/types.d.ts +16 -16
  12. package/dts/alpha/carousel/useCarousel.d.ts +2 -2
  13. package/dts/alpha/carousel/useCarouselItem.d.ts +1 -1
  14. package/dts/animation/AnimationProps.d.ts +4 -4
  15. package/dts/animation/Lottie.d.ts +22 -13
  16. package/dts/animation/Lottie.e2e.d.ts +11 -2
  17. package/dts/animation/LottieStatusAnimation.d.ts +7 -2
  18. package/dts/animation/convertMotionConfig.d.ts +15 -8
  19. package/dts/animation/createLottie.d.ts +22 -19
  20. package/dts/animation/createLottie.e2e.d.ts +28 -19
  21. package/dts/animation/index.d.ts +1 -1
  22. package/dts/animation/lottieProgresConfig.d.ts +4 -4
  23. package/dts/animation/mocks.d.ts +38 -20
  24. package/dts/animation/types.d.ts +49 -46
  25. package/dts/animation/useLottie.d.ts +5 -2
  26. package/dts/animation/useLottie.e2e.d.ts +28 -19
  27. package/dts/animation/useLottieColorFilters.d.ts +7 -4
  28. package/dts/animation/useRotateAnimation.d.ts +14 -10
  29. package/dts/banner/Banner.d.ts +102 -92
  30. package/dts/buttons/AvatarButton.d.ts +5 -2
  31. package/dts/buttons/Button.d.ts +87 -71
  32. package/dts/buttons/ButtonGroup.d.ts +9 -4
  33. package/dts/buttons/DefaultSlideButtonBackground.d.ts +18 -11
  34. package/dts/buttons/DefaultSlideButtonHandle.d.ts +63 -39
  35. package/dts/buttons/IconButton.d.ts +5 -3
  36. package/dts/buttons/IconCounterButton.d.ts +33 -24
  37. package/dts/buttons/SlideButton.d.ts +212 -201
  38. package/dts/buttons/__figma__/AvatarButton.figma.d.ts +1 -1
  39. package/dts/buttons/__figma__/Button.figma.d.ts +1 -1
  40. package/dts/buttons/__figma__/ButtonGroup.figma.d.ts +1 -1
  41. package/dts/buttons/__figma__/IconButton.figma.d.ts +1 -1
  42. package/dts/buttons/__figma__/SlideButton.figma.d.ts +1 -1
  43. package/dts/buttons/index.d.ts +1 -1
  44. package/dts/cards/AnnouncementCard.d.ts +1 -1
  45. package/dts/cards/Card.d.ts +8 -3
  46. package/dts/cards/CardBody.d.ts +7 -3
  47. package/dts/cards/CardFooter.d.ts +7 -3
  48. package/dts/cards/CardGroup.d.ts +39 -31
  49. package/dts/cards/CardHeader.d.ts +10 -2
  50. package/dts/cards/CardMedia.d.ts +1 -1
  51. package/dts/cards/CardRemoteImage.d.ts +1 -1
  52. package/dts/cards/ContainedAssetCard.d.ts +37 -22
  53. package/dts/cards/ContentCard/ContentCard.d.ts +25 -18
  54. package/dts/cards/ContentCard/ContentCardBody.d.ts +50 -43
  55. package/dts/cards/ContentCard/ContentCardFooter.d.ts +28 -21
  56. package/dts/cards/ContentCard/ContentCardHeader.d.ts +42 -35
  57. package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts +1 -1
  58. package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts +1 -1
  59. package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts +1 -1
  60. package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts +1 -1
  61. package/dts/cards/ContentCard/index.d.ts +1 -1
  62. package/dts/cards/DataCard.d.ts +5 -4
  63. package/dts/cards/FeatureEntryCard.d.ts +1 -1
  64. package/dts/cards/FeedCard.d.ts +6 -4
  65. package/dts/cards/FloatingAssetCard.d.ts +29 -19
  66. package/dts/cards/LikeButton.d.ts +7 -3
  67. package/dts/cards/NudgeCard.d.ts +32 -5
  68. package/dts/cards/UpsellCard.d.ts +26 -5
  69. package/dts/cards/__figma__/AnnouncementCard.figma.d.ts +1 -1
  70. package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts +1 -1
  71. package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts +1 -1
  72. package/dts/cards/__figma__/NudgeCard.figma.d.ts +1 -1
  73. package/dts/cards/__figma__/UpsellCard.figma.d.ts +1 -1
  74. package/dts/cards/index.d.ts +1 -1
  75. package/dts/carousel/Carousel.d.ts +213 -204
  76. package/dts/carousel/CarouselItem.d.ts +4 -2
  77. package/dts/carousel/DefaultCarouselNavigation.d.ts +37 -37
  78. package/dts/carousel/DefaultCarouselPagination.d.ts +12 -12
  79. package/dts/carousel/index.d.ts +1 -1
  80. package/dts/cells/Cell.d.ts +21 -4
  81. package/dts/cells/CellAccessory.d.ts +7 -7
  82. package/dts/cells/CellDetail.d.ts +14 -14
  83. package/dts/cells/CellHelperText.d.ts +6 -4
  84. package/dts/cells/CellMedia.d.ts +20 -18
  85. package/dts/cells/ContentCell.d.ts +13 -13
  86. package/dts/cells/ContentCellFallback.d.ts +11 -11
  87. package/dts/cells/ListCell.d.ts +4 -3
  88. package/dts/cells/ListCellFallback.d.ts +19 -17
  89. package/dts/cells/MediaFallback.d.ts +2 -2
  90. package/dts/cells/__figma__/ContentCell.figma.d.ts +1 -1
  91. package/dts/cells/__figma__/ListCell.figma.d.ts +1 -1
  92. package/dts/cells/index.d.ts +1 -1
  93. package/dts/chips/Chip.d.ts +17 -11
  94. package/dts/chips/ChipProps.d.ts +14 -8
  95. package/dts/chips/InputChip.d.ts +10 -5
  96. package/dts/chips/SelectChip.d.ts +19 -8
  97. package/dts/chips/TabbedChips.d.ts +9 -4
  98. package/dts/chips/__figma__/InputChip.figma.d.ts +1 -1
  99. package/dts/chips/__figma__/SelectChip.figma.d.ts +1 -1
  100. package/dts/chips/__figma__/TabbedChips.figma.d.ts +1 -1
  101. package/dts/coachmark/Coachmark.d.ts +62 -53
  102. package/dts/coachmark/__figma__/Coachmark.figma.d.ts +1 -1
  103. package/dts/collapsible/Collapsible.d.ts +37 -31
  104. package/dts/collapsible/index.d.ts +1 -1
  105. package/dts/collapsible/useCollapsibleAnimation.d.ts +17 -12
  106. package/dts/collapsible/useCollapsibleDirection.d.ts +14 -8
  107. package/dts/collapsible/useToggleAnimation.d.ts +4 -4
  108. package/dts/controls/Checkbox.d.ts +16 -13
  109. package/dts/controls/CheckboxCell.d.ts +22 -18
  110. package/dts/controls/CheckboxGroup.d.ts +10 -6
  111. package/dts/controls/Control.d.ts +36 -24
  112. package/dts/controls/ControlGroup.d.ts +19 -9
  113. package/dts/controls/HelperText.d.ts +10 -10
  114. package/dts/controls/InputIcon.d.ts +10 -8
  115. package/dts/controls/InputIconButton.d.ts +6 -6
  116. package/dts/controls/InputLabel.d.ts +1 -1
  117. package/dts/controls/InputStack.d.ts +58 -57
  118. package/dts/controls/Menu.d.ts +8 -2
  119. package/dts/controls/NativeInput.d.ts +57 -40
  120. package/dts/controls/Radio.d.ts +5 -3
  121. package/dts/controls/RadioCell.d.ts +22 -18
  122. package/dts/controls/RadioGroup.d.ts +14 -6
  123. package/dts/controls/SearchInput.d.ts +131 -95
  124. package/dts/controls/Select.d.ts +43 -17
  125. package/dts/controls/SelectContext.d.ts +10 -10
  126. package/dts/controls/SelectOption.d.ts +5 -3
  127. package/dts/controls/Switch.d.ts +4 -2
  128. package/dts/controls/TextInput.d.ts +98 -58
  129. package/dts/controls/__figma__/Checkbox.figma.d.ts +1 -1
  130. package/dts/controls/__figma__/CheckboxCell.figma.d.ts +1 -1
  131. package/dts/controls/__figma__/CheckboxGroup.figma.d.ts +1 -1
  132. package/dts/controls/__figma__/RadioCell.figma.d.ts +1 -1
  133. package/dts/controls/__figma__/RadioGroup.figma.d.ts +1 -1
  134. package/dts/controls/__figma__/SearchInput.figma.d.ts +1 -1
  135. package/dts/controls/__figma__/Select.figma.d.ts +1 -1
  136. package/dts/controls/__figma__/SelectOption.figma.d.ts +1 -1
  137. package/dts/controls/__figma__/Switch.figma.d.ts +1 -1
  138. package/dts/controls/__figma__/TextInput.figma.d.ts +1 -1
  139. package/dts/controls/context.d.ts +4 -2
  140. package/dts/controls/index.d.ts +1 -1
  141. package/dts/controls/useControlMotionProps.d.ts +13 -9
  142. package/dts/controls/useSelect.d.ts +14 -7
  143. package/dts/core/theme.d.ts +85 -85
  144. package/dts/dates/DateInput.d.ts +17 -10
  145. package/dts/dates/DatePicker.d.ts +110 -79
  146. package/dts/dates/__figma__/DatePicker.figma.d.ts +1 -1
  147. package/dts/dots/DotCount.d.ts +43 -21
  148. package/dts/dots/DotStatusColor.d.ts +25 -5
  149. package/dts/dots/DotSymbol.d.ts +40 -6
  150. package/dts/dots/__figma__/DotCount.figma.d.ts +1 -1
  151. package/dts/dots/__figma__/DotStatusColor.figma.d.ts +1 -1
  152. package/dts/dots/__figma__/DotSymbol.figma.d.ts +1 -1
  153. package/dts/dots/dotStyles.d.ts +12 -6
  154. package/dts/dots/index.d.ts +1 -1
  155. package/dts/dots/useDotsLayout.d.ts +1 -1
  156. package/dts/examples/ExampleScreen.d.ts +12 -6
  157. package/dts/gradients/LinearGradient.d.ts +63 -51
  158. package/dts/hooks/useA11y.d.ts +3 -3
  159. package/dts/hooks/useAnimatedTransition.d.ts +5 -2
  160. package/dts/hooks/useAppState.d.ts +7 -2
  161. package/dts/hooks/useCellSpacing.d.ts +225 -42
  162. package/dts/hooks/useCheckboxGroupState.d.ts +1 -1
  163. package/dts/hooks/useContentSize.d.ts +3 -3
  164. package/dts/hooks/useDeviceColorScheme.d.ts +1 -1
  165. package/dts/hooks/useDeviceFontScale.d.ts +1 -1
  166. package/dts/hooks/useDimensions.d.ts +4 -4
  167. package/dts/hooks/useDotPinStyles.d.ts +10 -6
  168. package/dts/hooks/useEventHandler.d.ts +1 -1
  169. package/dts/hooks/useHasNotch.d.ts +1 -1
  170. package/dts/hooks/useHorizontallyScrollingPressables.d.ts +23 -12
  171. package/dts/hooks/useInputBorderAnimation.d.ts +10 -7
  172. package/dts/hooks/useInputBorderStyle.d.ts +16 -11
  173. package/dts/hooks/useLayout.d.ts +1 -1
  174. package/dts/hooks/usePressAnimation.d.ts +7 -5
  175. package/dts/hooks/useSafeBottomPadding.d.ts +1 -1
  176. package/dts/hooks/useScreenReaderStatus.d.ts +1 -1
  177. package/dts/hooks/useScrollOffset.d.ts +5 -5
  178. package/dts/hooks/useScrollTo.d.ts +11 -10
  179. package/dts/hooks/useSelectionCellBorderStyle.d.ts +26 -20
  180. package/dts/hooks/useStatusBarHeight.d.ts +1 -1
  181. package/dts/hooks/useTextAlign.d.ts +8 -6
  182. package/dts/hooks/useTheme.d.ts +1 -1
  183. package/dts/hooks/useWebBrowserOpener.d.ts +5 -2
  184. package/dts/icons/Icon.d.ts +17 -8
  185. package/dts/icons/LogoMark.d.ts +7 -2
  186. package/dts/icons/LogoWordmark.d.ts +6 -2
  187. package/dts/icons/SubBrandLogoMark.d.ts +4 -2
  188. package/dts/icons/SubBrandLogoWordmark.d.ts +4 -2
  189. package/dts/icons/TextIcon.d.ts +13 -10
  190. package/dts/icons/__figma__/Icon.figma.d.ts +1 -1
  191. package/dts/icons/__figma__/LogoMark.figma.d.ts +1 -1
  192. package/dts/icons/__figma__/LogoWordmark.figma.d.ts +1 -1
  193. package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts +1 -1
  194. package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts +1 -1
  195. package/dts/icons/index.d.ts +1 -1
  196. package/dts/illustrations/HeroSquare.d.ts +12 -5
  197. package/dts/illustrations/Pictogram.d.ts +12 -5
  198. package/dts/illustrations/SpotIcon.d.ts +12 -5
  199. package/dts/illustrations/SpotRectangle.d.ts +12 -5
  200. package/dts/illustrations/SpotSquare.d.ts +12 -5
  201. package/dts/illustrations/__figma__/HeroSquare.figma.d.ts +1 -1
  202. package/dts/illustrations/__figma__/Pictogram.figma.d.ts +1 -1
  203. package/dts/illustrations/__figma__/SpotIcon.figma.d.ts +1 -1
  204. package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts +1 -1
  205. package/dts/illustrations/__figma__/SpotSquare.figma.d.ts +1 -1
  206. package/dts/illustrations/createIllustration.d.ts +60 -35
  207. package/dts/illustrations/index.d.ts +1 -1
  208. package/dts/index.d.ts +1 -1
  209. package/dts/layout/Box.d.ts +65 -56
  210. package/dts/layout/Divider.d.ts +11 -11
  211. package/dts/layout/Fallback.d.ts +14 -14
  212. package/dts/layout/Group.d.ts +83 -75
  213. package/dts/layout/HStack.d.ts +25 -18
  214. package/dts/layout/OverflowGradient.d.ts +3 -3
  215. package/dts/layout/Spacer.d.ts +4 -3
  216. package/dts/layout/VStack.d.ts +25 -18
  217. package/dts/layout/__figma__/Divider.figma.d.ts +1 -1
  218. package/dts/layout/__figma__/Fallback.figma.d.ts +1 -1
  219. package/dts/layout/index.d.ts +1 -1
  220. package/dts/loaders/Spinner.d.ts +1 -1
  221. package/dts/loaders/index.d.ts +1 -1
  222. package/dts/media/Avatar.d.ts +30 -7
  223. package/dts/media/Carousel/Carousel.d.ts +25 -18
  224. package/dts/media/Carousel/CarouselItem.d.ts +9 -9
  225. package/dts/media/Carousel/CarouselItemContext.d.ts +4 -2
  226. package/dts/media/Carousel/index.d.ts +1 -1
  227. package/dts/media/Carousel/types.d.ts +13 -13
  228. package/dts/media/Carousel/useCarousel.d.ts +2 -2
  229. package/dts/media/Carousel/useCarouselItem.d.ts +1 -1
  230. package/dts/media/Carousel/useDismissCarouselItem.d.ts +11 -8
  231. package/dts/media/RemoteImage.d.ts +65 -47
  232. package/dts/media/RemoteImageFallbackXmls/dark.d.ts +1 -1
  233. package/dts/media/RemoteImageFallbackXmls/light.d.ts +1 -1
  234. package/dts/media/RemoteImageGroup.d.ts +18 -5
  235. package/dts/media/__figma__/Avatar.figma.d.ts +1 -1
  236. package/dts/media/index.d.ts +1 -1
  237. package/dts/motion/AnimatedCaret.d.ts +8 -8
  238. package/dts/motion/ColorSurge.d.ts +18 -14
  239. package/dts/motion/Pulse.d.ts +45 -41
  240. package/dts/motion/Shake.d.ts +10 -6
  241. package/dts/motion/convertMotionConfig.d.ts +43 -36
  242. package/dts/motion/types.d.ts +6 -6
  243. package/dts/motion/withMotionTiming.d.ts +5 -2
  244. package/dts/multi-content-module/MultiContentModule.d.ts +26 -21
  245. package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts +1 -1
  246. package/dts/navigation/BrowserBar.d.ts +27 -14
  247. package/dts/navigation/BrowserBarSearchInput.d.ts +15 -7
  248. package/dts/navigation/NavBarIconButton.d.ts +18 -4
  249. package/dts/navigation/NavigationSubtitle.d.ts +8 -3
  250. package/dts/navigation/NavigationTitle.d.ts +8 -2
  251. package/dts/navigation/NavigationTitleSelect.d.ts +18 -8
  252. package/dts/navigation/TopNavBar.d.ts +87 -54
  253. package/dts/navigation/__figma__/BrowserBar.figma.d.ts +1 -1
  254. package/dts/navigation/__figma__/TopNavBar.figma.d.ts +1 -1
  255. package/dts/navigation/index.d.ts +1 -1
  256. package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts +1 -1
  257. package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts +1 -1
  258. package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts +1 -1
  259. package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts +1 -1
  260. package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts +1 -1
  261. package/dts/numbers/RollingNumber/RollingNumber.d.ts +353 -320
  262. package/dts/numbers/RollingNumber/index.d.ts +1 -1
  263. package/dts/numbers/RollingNumber/useColorPulse.d.ts +17 -9
  264. package/dts/numbers/index.d.ts +1 -1
  265. package/dts/numpad/Numpad.d.ts +65 -56
  266. package/dts/numpad/__figma__/Numpad.figma.d.ts +1 -1
  267. package/dts/overlays/Alert.d.ts +57 -44
  268. package/dts/overlays/PortalProvider.d.ts +11 -9
  269. package/dts/overlays/Toast.d.ts +36 -24
  270. package/dts/overlays/__figma__/Alert.figma.d.ts +1 -1
  271. package/dts/overlays/__figma__/Toast.figma.d.ts +1 -1
  272. package/dts/overlays/drawer/Drawer.d.ts +60 -54
  273. package/dts/overlays/drawer/DrawerStatusBar.d.ts +3 -3
  274. package/dts/overlays/drawer/useDrawerAnimation.d.ts +21 -15
  275. package/dts/overlays/drawer/useDrawerPanResponder.d.ts +19 -10
  276. package/dts/overlays/drawer/useDrawerSpacing.d.ts +26 -22
  277. package/dts/overlays/handlebar/HandleBar.d.ts +3 -3
  278. package/dts/overlays/index.d.ts +1 -1
  279. package/dts/overlays/modal/Modal.d.ts +26 -16
  280. package/dts/overlays/modal/ModalBody.d.ts +1 -1
  281. package/dts/overlays/modal/ModalFooter.d.ts +22 -10
  282. package/dts/overlays/modal/ModalHeader.d.ts +39 -39
  283. package/dts/overlays/modal/__figma__/Modal.figma.d.ts +1 -1
  284. package/dts/overlays/modal/useModalAnimation.d.ts +7 -3
  285. package/dts/overlays/overlay/Overlay.d.ts +3 -3
  286. package/dts/overlays/overlay/useOverlayAnimation.d.ts +5 -2
  287. package/dts/overlays/tooltip/InternalTooltip.d.ts +1 -1
  288. package/dts/overlays/tooltip/Tooltip.d.ts +20 -2
  289. package/dts/overlays/tooltip/TooltipProps.d.ts +28 -12
  290. package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts +1 -1
  291. package/dts/overlays/tooltip/useTooltipAnimation.d.ts +5 -5
  292. package/dts/overlays/tooltip/useTooltipPosition.d.ts +10 -5
  293. package/dts/overlays/tray/Tray.d.ts +33 -27
  294. package/dts/overlays/tray/__figma__/Tray.figma.d.ts +1 -1
  295. package/dts/overlays/useAlertAnimation.d.ts +7 -3
  296. package/dts/overlays/useModal.d.ts +1 -1
  297. package/dts/overlays/usePortal.d.ts +1 -1
  298. package/dts/overlays/useToast.d.ts +4 -4
  299. package/dts/overlays/useToastAnimation.d.ts +7 -3
  300. package/dts/overlays/useToastPanResponder.d.ts +14 -8
  301. package/dts/page/PageFooter.d.ts +37 -28
  302. package/dts/page/PageHeader.d.ts +76 -69
  303. package/dts/page/__figma__/PageFooter.figma.d.ts +1 -1
  304. package/dts/page/__figma__/PageHeader.figma.d.ts +1 -1
  305. package/dts/section-header/SectionHeader.d.ts +17 -10
  306. package/dts/section-header/__figma__/SectionHeader.figma.d.ts +1 -1
  307. package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts +1 -1
  308. package/dts/stepper/DefaultStepperIconVertical.d.ts +1 -1
  309. package/dts/stepper/DefaultStepperLabelVertical.d.ts +2 -2
  310. package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +1 -1
  311. package/dts/stepper/DefaultStepperProgressVertical.d.ts +1 -1
  312. package/dts/stepper/DefaultStepperStepHorizontal.d.ts +1 -1
  313. package/dts/stepper/DefaultStepperStepVertical.d.ts +1 -1
  314. package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts +1 -1
  315. package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts +1 -1
  316. package/dts/stepper/Stepper.d.ts +112 -81
  317. package/dts/stepper/index.d.ts +1 -1
  318. package/dts/sticky-footer/StickyFooter.d.ts +35 -29
  319. package/dts/sticky-footer/__figma__/StickyFooter.figma.d.ts +1 -1
  320. package/dts/styles/fallbackShimmer.d.ts +3 -3
  321. package/dts/styles/getBorderStyles.d.ts +39 -26
  322. package/dts/styles/getFlushStyles.d.ts +3 -3
  323. package/dts/styles/getInteractableStyles.d.ts +45 -37
  324. package/dts/styles/pinStyles.d.ts +26 -26
  325. package/dts/styles/styleProps.d.ts +101 -101
  326. package/dts/system/AndroidNavigationBar.d.ts +8 -4
  327. package/dts/system/EventHandlerProvider.d.ts +1 -1
  328. package/dts/system/Interactable.d.ts +61 -61
  329. package/dts/system/Pressable.d.ts +54 -35
  330. package/dts/system/PressableOpacity.d.ts +9 -3
  331. package/dts/system/StatusBar.d.ts +17 -4
  332. package/dts/system/ThemeProvider.d.ts +13 -7
  333. package/dts/system/__figma__/AndroidNavigationBar.figma.d.ts +1 -1
  334. package/dts/system/index.d.ts +1 -1
  335. package/dts/tabs/SegmentedTab.d.ts +27 -18
  336. package/dts/tabs/SegmentedTabs.d.ts +9 -4
  337. package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +5 -2
  338. package/dts/tabs/TabIndicator.d.ts +23 -19
  339. package/dts/tabs/TabLabel.d.ts +13 -4
  340. package/dts/tabs/TabNavigation.d.ts +19 -14
  341. package/dts/tabs/Tabs.d.ts +27 -20
  342. package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +1 -1
  343. package/dts/tabs/__figma__/TabNavigation.figma.d.ts +1 -1
  344. package/dts/tabs/hooks/useDotAnimation.d.ts +5 -5
  345. package/dts/tabs/hooks/useTabIndicatorStyles.d.ts +15 -12
  346. package/dts/tabs/index.d.ts +1 -1
  347. package/dts/tag/Tag.d.ts +38 -25
  348. package/dts/tag/__figma__/Tag.figma.d.ts +1 -1
  349. package/dts/themes/coinbaseDenseTheme.d.ts +551 -551
  350. package/dts/themes/coinbaseHighContrastTheme.d.ts +551 -551
  351. package/dts/themes/coinbaseTheme.d.ts +551 -551
  352. package/dts/themes/defaultHighContrastTheme.d.ts +551 -551
  353. package/dts/themes/defaultTheme.d.ts +551 -551
  354. package/dts/tour/DefaultTourMask.d.ts +8 -2
  355. package/dts/tour/DefaultTourStepArrow.d.ts +4 -2
  356. package/dts/tour/Tour.d.ts +59 -54
  357. package/dts/tour/TourStep.d.ts +8 -5
  358. package/dts/tour/index.d.ts +1 -1
  359. package/dts/typography/Link.d.ts +20 -4
  360. package/dts/typography/Text.d.ts +121 -110
  361. package/dts/typography/TextBody.d.ts +26 -19
  362. package/dts/typography/TextCaption.d.ts +26 -19
  363. package/dts/typography/TextDisplay1.d.ts +26 -19
  364. package/dts/typography/TextDisplay2.d.ts +26 -19
  365. package/dts/typography/TextDisplay3.d.ts +26 -19
  366. package/dts/typography/TextHeadline.d.ts +26 -19
  367. package/dts/typography/TextInherited.d.ts +26 -19
  368. package/dts/typography/TextLabel1.d.ts +26 -19
  369. package/dts/typography/TextLabel2.d.ts +26 -19
  370. package/dts/typography/TextLegal.d.ts +26 -19
  371. package/dts/typography/TextTitle1.d.ts +26 -19
  372. package/dts/typography/TextTitle2.d.ts +26 -19
  373. package/dts/typography/TextTitle3.d.ts +26 -19
  374. package/dts/typography/TextTitle4.d.ts +26 -19
  375. package/dts/typography/__figma__/Link.figma.d.ts +1 -1
  376. package/dts/typography/index.d.ts +1 -1
  377. package/dts/utils/customTabsHelper.d.ts +2 -2
  378. package/dts/utils/debounce.d.ts +5 -2
  379. package/dts/utils/flattenAndJoinNodes.d.ts +18 -4
  380. package/dts/utils/getAdjustedFontScale.d.ts +6 -2
  381. package/dts/utils/getSpacerStyle.d.ts +23 -12
  382. package/dts/utils/haptics.d.ts +7 -7
  383. package/dts/utils/isValidURL.d.ts +1 -1
  384. package/dts/utils/openWebBrowser.d.ts +45 -34
  385. package/dts/utils/testHelpers.d.ts +570 -566
  386. package/dts/visualizations/Counter.d.ts +11 -6
  387. package/dts/visualizations/DefaultProgressCircleContent.d.ts +8 -2
  388. package/dts/visualizations/ProgressBar.d.ts +57 -49
  389. package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +46 -40
  390. package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +35 -27
  391. package/dts/visualizations/ProgressCircle.d.ts +104 -97
  392. package/dts/visualizations/ProgressContainerWithButtons.d.ts +5 -2
  393. package/dts/visualizations/ProgressIndicator.d.ts +39 -32
  394. package/dts/visualizations/ProgressTextLabel.d.ts +17 -9
  395. package/dts/visualizations/VisualizationContainer.d.ts +8 -8
  396. package/dts/visualizations/__figma__/ProgressBar.figma.d.ts +1 -1
  397. package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts +1 -1
  398. package/dts/visualizations/getProgressBarLabelParts.d.ts +16 -12
  399. package/dts/visualizations/index.d.ts +1 -1
  400. package/esm/controls/__stories__/TextInput.stories.js +1 -1
  401. package/package.json +8 -8
  402. package/dts/accordion/__stories__/Accordion.stories.d.ts +0 -3
  403. package/dts/accordion/__stories__/Accordion.stories.d.ts.map +0 -1
  404. package/dts/accordion/__tests__/Accordion.test.d.ts +0 -2
  405. package/dts/accordion/__tests__/Accordion.test.d.ts.map +0 -1
  406. package/dts/alpha/carousel/__tests__/Carousel.test.d.ts +0 -2
  407. package/dts/alpha/carousel/__tests__/Carousel.test.d.ts.map +0 -1
  408. package/dts/alpha/carousel/__tests__/CarouselItem.test.d.ts +0 -2
  409. package/dts/alpha/carousel/__tests__/CarouselItem.test.d.ts.map +0 -1
  410. package/dts/animation/__stories__/Lottie.stories.d.ts +0 -3
  411. package/dts/animation/__stories__/Lottie.stories.d.ts.map +0 -1
  412. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +0 -3
  413. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts.map +0 -1
  414. package/dts/animation/__tests__/Lottie.perf-test.d.ts +0 -2
  415. package/dts/animation/__tests__/Lottie.perf-test.d.ts.map +0 -1
  416. package/dts/animation/__tests__/Lottie.test.d.ts +0 -2
  417. package/dts/animation/__tests__/Lottie.test.d.ts.map +0 -1
  418. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts +0 -2
  419. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts.map +0 -1
  420. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts +0 -2
  421. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts.map +0 -1
  422. package/dts/animation/__tests__/convertMotionConfig.test.d.ts +0 -2
  423. package/dts/animation/__tests__/convertMotionConfig.test.d.ts.map +0 -1
  424. package/dts/animation/__tests__/createLottie.test.d.ts +0 -2
  425. package/dts/animation/__tests__/createLottie.test.d.ts.map +0 -1
  426. package/dts/banner/__stories__/Banner.stories.d.ts +0 -3
  427. package/dts/banner/__stories__/Banner.stories.d.ts.map +0 -1
  428. package/dts/banner/__tests__/Banner.test.d.ts +0 -2
  429. package/dts/banner/__tests__/Banner.test.d.ts.map +0 -1
  430. package/dts/buttons/__stories__/AvatarButton.stories.d.ts +0 -3
  431. package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +0 -1
  432. package/dts/buttons/__stories__/Button.stories.d.ts +0 -3
  433. package/dts/buttons/__stories__/Button.stories.d.ts.map +0 -1
  434. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +0 -3
  435. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +0 -1
  436. package/dts/buttons/__stories__/IconButton.stories.d.ts +0 -3
  437. package/dts/buttons/__stories__/IconButton.stories.d.ts.map +0 -1
  438. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +0 -3
  439. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +0 -1
  440. package/dts/buttons/__stories__/SlideButton.stories.d.ts +0 -3
  441. package/dts/buttons/__stories__/SlideButton.stories.d.ts.map +0 -1
  442. package/dts/buttons/__tests__/AvatarButton.test.d.ts +0 -2
  443. package/dts/buttons/__tests__/AvatarButton.test.d.ts.map +0 -1
  444. package/dts/buttons/__tests__/Button.perf-test.d.ts +0 -2
  445. package/dts/buttons/__tests__/Button.perf-test.d.ts.map +0 -1
  446. package/dts/buttons/__tests__/Button.test.d.ts +0 -2
  447. package/dts/buttons/__tests__/Button.test.d.ts.map +0 -1
  448. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts +0 -2
  449. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts.map +0 -1
  450. package/dts/buttons/__tests__/IconButton.test.d.ts +0 -2
  451. package/dts/buttons/__tests__/IconButton.test.d.ts.map +0 -1
  452. package/dts/buttons/__tests__/IconCounterButton.test.d.ts +0 -2
  453. package/dts/buttons/__tests__/IconCounterButton.test.d.ts.map +0 -1
  454. package/dts/buttons/__tests__/SlideButton.test.d.ts +0 -2
  455. package/dts/buttons/__tests__/SlideButton.test.d.ts.map +0 -1
  456. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts +0 -2
  457. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts.map +0 -1
  458. package/dts/cards/__stories__/Card.stories.d.ts +0 -3
  459. package/dts/cards/__stories__/Card.stories.d.ts.map +0 -1
  460. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +0 -3
  461. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +0 -1
  462. package/dts/cards/__stories__/ContentCard.stories.d.ts +0 -3
  463. package/dts/cards/__stories__/ContentCard.stories.d.ts.map +0 -1
  464. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +0 -3
  465. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +0 -1
  466. package/dts/cards/__stories__/NudgeCard.stories.d.ts +0 -3
  467. package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +0 -1
  468. package/dts/cards/__stories__/UpsellCard.stories.d.ts +0 -3
  469. package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +0 -1
  470. package/dts/cards/__tests__/CardGroup.test.d.ts +0 -2
  471. package/dts/cards/__tests__/CardGroup.test.d.ts.map +0 -1
  472. package/dts/cards/__tests__/CardMedia.test.d.ts +0 -2
  473. package/dts/cards/__tests__/CardMedia.test.d.ts.map +0 -1
  474. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts +0 -2
  475. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts.map +0 -1
  476. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts +0 -2
  477. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts.map +0 -1
  478. package/dts/cards/__tests__/NudgeCard.test.d.ts +0 -2
  479. package/dts/cards/__tests__/NudgeCard.test.d.ts.map +0 -1
  480. package/dts/cards/__tests__/UpsellCard.test.d.ts +0 -2
  481. package/dts/cards/__tests__/UpsellCard.test.d.ts.map +0 -1
  482. package/dts/carousel/__stories__/Carousel.stories.d.ts +0 -2
  483. package/dts/carousel/__stories__/Carousel.stories.d.ts.map +0 -1
  484. package/dts/carousel/__tests__/Carousel.test.d.ts +0 -2
  485. package/dts/carousel/__tests__/Carousel.test.d.ts.map +0 -1
  486. package/dts/cells/__stories__/ContentCell.stories.d.ts +0 -3
  487. package/dts/cells/__stories__/ContentCell.stories.d.ts.map +0 -1
  488. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +0 -3
  489. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +0 -1
  490. package/dts/cells/__stories__/ListCell.stories.d.ts +0 -3
  491. package/dts/cells/__stories__/ListCell.stories.d.ts.map +0 -1
  492. package/dts/cells/__stories__/ListCellFallback.stories.d.ts +0 -3
  493. package/dts/cells/__stories__/ListCellFallback.stories.d.ts.map +0 -1
  494. package/dts/cells/__tests__/CellMedia.test.d.ts +0 -2
  495. package/dts/cells/__tests__/CellMedia.test.d.ts.map +0 -1
  496. package/dts/cells/__tests__/ContentCell.test.d.ts +0 -2
  497. package/dts/cells/__tests__/ContentCell.test.d.ts.map +0 -1
  498. package/dts/cells/__tests__/ContentCellFallback.test.d.ts +0 -2
  499. package/dts/cells/__tests__/ContentCellFallback.test.d.ts.map +0 -1
  500. package/dts/cells/__tests__/ListCell.perf-test.d.ts +0 -2
  501. package/dts/cells/__tests__/ListCell.perf-test.d.ts.map +0 -1
  502. package/dts/cells/__tests__/ListCell.test.d.ts +0 -2
  503. package/dts/cells/__tests__/ListCell.test.d.ts.map +0 -1
  504. package/dts/cells/__tests__/ListCellFallback.test.d.ts +0 -2
  505. package/dts/cells/__tests__/ListCellFallback.test.d.ts.map +0 -1
  506. package/dts/chips/__stories__/Chip.stories.d.ts +0 -3
  507. package/dts/chips/__stories__/Chip.stories.d.ts.map +0 -1
  508. package/dts/chips/__stories__/InputChip.stories.d.ts +0 -3
  509. package/dts/chips/__stories__/InputChip.stories.d.ts.map +0 -1
  510. package/dts/chips/__stories__/SelectChip.stories.d.ts +0 -3
  511. package/dts/chips/__stories__/SelectChip.stories.d.ts.map +0 -1
  512. package/dts/chips/__stories__/TabbedChips.stories.d.ts +0 -3
  513. package/dts/chips/__stories__/TabbedChips.stories.d.ts.map +0 -1
  514. package/dts/chips/__tests__/Chip.test.d.ts +0 -2
  515. package/dts/chips/__tests__/Chip.test.d.ts.map +0 -1
  516. package/dts/chips/__tests__/InputChip.test.d.ts +0 -2
  517. package/dts/chips/__tests__/InputChip.test.d.ts.map +0 -1
  518. package/dts/chips/__tests__/SelectChip.test.d.ts +0 -2
  519. package/dts/chips/__tests__/SelectChip.test.d.ts.map +0 -1
  520. package/dts/chips/__tests__/TabbedChips.test.d.ts +0 -2
  521. package/dts/chips/__tests__/TabbedChips.test.d.ts.map +0 -1
  522. package/dts/coachmark/__stories__/Coachmark.stories.d.ts +0 -3
  523. package/dts/coachmark/__stories__/Coachmark.stories.d.ts.map +0 -1
  524. package/dts/coachmark/__tests__/Coachmark.test.d.ts +0 -2
  525. package/dts/coachmark/__tests__/Coachmark.test.d.ts.map +0 -1
  526. package/dts/collapsible/__stories__/Collapsible.stories.d.ts +0 -3
  527. package/dts/collapsible/__stories__/Collapsible.stories.d.ts.map +0 -1
  528. package/dts/collapsible/__tests__/Collapsible.test.d.ts +0 -2
  529. package/dts/collapsible/__tests__/Collapsible.test.d.ts.map +0 -1
  530. package/dts/controls/__stories__/Checkbox.stories.d.ts +0 -3
  531. package/dts/controls/__stories__/Checkbox.stories.d.ts.map +0 -1
  532. package/dts/controls/__stories__/CheckboxCell.stories.d.ts +0 -3
  533. package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +0 -1
  534. package/dts/controls/__stories__/ControlGroup.stories.d.ts +0 -3
  535. package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +0 -1
  536. package/dts/controls/__stories__/InputIcon.stories.d.ts +0 -3
  537. package/dts/controls/__stories__/InputIcon.stories.d.ts.map +0 -1
  538. package/dts/controls/__stories__/InputIconButton.stories.d.ts +0 -3
  539. package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +0 -1
  540. package/dts/controls/__stories__/InputStack.stories.d.ts +0 -2
  541. package/dts/controls/__stories__/InputStack.stories.d.ts.map +0 -1
  542. package/dts/controls/__stories__/RadioCell.stories.d.ts +0 -3
  543. package/dts/controls/__stories__/RadioCell.stories.d.ts.map +0 -1
  544. package/dts/controls/__stories__/RadioGroup.stories.d.ts +0 -3
  545. package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +0 -1
  546. package/dts/controls/__stories__/SearchInput.stories.d.ts +0 -3
  547. package/dts/controls/__stories__/SearchInput.stories.d.ts.map +0 -1
  548. package/dts/controls/__stories__/Select.stories.d.ts +0 -3
  549. package/dts/controls/__stories__/Select.stories.d.ts.map +0 -1
  550. package/dts/controls/__stories__/SelectOption.stories.d.ts +0 -2
  551. package/dts/controls/__stories__/SelectOption.stories.d.ts.map +0 -1
  552. package/dts/controls/__stories__/Switch.stories.d.ts +0 -3
  553. package/dts/controls/__stories__/Switch.stories.d.ts.map +0 -1
  554. package/dts/controls/__stories__/TextInput.stories.d.ts +0 -3
  555. package/dts/controls/__stories__/TextInput.stories.d.ts.map +0 -1
  556. package/dts/controls/__tests__/Checkbox.test.d.ts +0 -2
  557. package/dts/controls/__tests__/Checkbox.test.d.ts.map +0 -1
  558. package/dts/controls/__tests__/CheckboxCell.test.d.ts +0 -2
  559. package/dts/controls/__tests__/CheckboxCell.test.d.ts.map +0 -1
  560. package/dts/controls/__tests__/CheckboxGroup.test.d.ts +0 -2
  561. package/dts/controls/__tests__/CheckboxGroup.test.d.ts.map +0 -1
  562. package/dts/controls/__tests__/ControlGroup.test.d.ts +0 -2
  563. package/dts/controls/__tests__/ControlGroup.test.d.ts.map +0 -1
  564. package/dts/controls/__tests__/HelperText.test.d.ts +0 -2
  565. package/dts/controls/__tests__/HelperText.test.d.ts.map +0 -1
  566. package/dts/controls/__tests__/InputIcon.test.d.ts +0 -2
  567. package/dts/controls/__tests__/InputIcon.test.d.ts.map +0 -1
  568. package/dts/controls/__tests__/InputIconButton.test.d.ts +0 -2
  569. package/dts/controls/__tests__/InputIconButton.test.d.ts.map +0 -1
  570. package/dts/controls/__tests__/InputStack.test.d.ts +0 -2
  571. package/dts/controls/__tests__/InputStack.test.d.ts.map +0 -1
  572. package/dts/controls/__tests__/Menu.test.d.ts +0 -2
  573. package/dts/controls/__tests__/Menu.test.d.ts.map +0 -1
  574. package/dts/controls/__tests__/RadioCell.test.d.ts +0 -2
  575. package/dts/controls/__tests__/RadioCell.test.d.ts.map +0 -1
  576. package/dts/controls/__tests__/RadioGroup.test.d.ts +0 -2
  577. package/dts/controls/__tests__/RadioGroup.test.d.ts.map +0 -1
  578. package/dts/controls/__tests__/SearchInput.test.d.ts +0 -2
  579. package/dts/controls/__tests__/SearchInput.test.d.ts.map +0 -1
  580. package/dts/controls/__tests__/Select.test.d.ts +0 -2
  581. package/dts/controls/__tests__/Select.test.d.ts.map +0 -1
  582. package/dts/controls/__tests__/SelectOption.test.d.ts +0 -2
  583. package/dts/controls/__tests__/SelectOption.test.d.ts.map +0 -1
  584. package/dts/controls/__tests__/Switch.test.d.ts +0 -2
  585. package/dts/controls/__tests__/Switch.test.d.ts.map +0 -1
  586. package/dts/controls/__tests__/TextInput.test.d.ts +0 -2
  587. package/dts/controls/__tests__/TextInput.test.d.ts.map +0 -1
  588. package/dts/controls/__tests__/useControlMotionProps.test.d.ts +0 -2
  589. package/dts/controls/__tests__/useControlMotionProps.test.d.ts.map +0 -1
  590. package/dts/dates/__stories__/DateInput.stories.d.ts +0 -3
  591. package/dts/dates/__stories__/DateInput.stories.d.ts.map +0 -1
  592. package/dts/dates/__stories__/DatePicker.stories.d.ts +0 -3
  593. package/dts/dates/__stories__/DatePicker.stories.d.ts.map +0 -1
  594. package/dts/dots/__stories__/Dot.stories.d.ts +0 -3
  595. package/dts/dots/__stories__/Dot.stories.d.ts.map +0 -1
  596. package/dts/dots/__stories__/DotMisc.stories.d.ts +0 -3
  597. package/dts/dots/__stories__/DotMisc.stories.d.ts.map +0 -1
  598. package/dts/dots/__tests__/DotCount.test.d.ts +0 -2
  599. package/dts/dots/__tests__/DotCount.test.d.ts.map +0 -1
  600. package/dts/dots/__tests__/DotStatusColor.test.d.ts +0 -2
  601. package/dts/dots/__tests__/DotStatusColor.test.d.ts.map +0 -1
  602. package/dts/dots/__tests__/DotSymbol.test.d.ts +0 -2
  603. package/dts/dots/__tests__/DotSymbol.test.d.ts.map +0 -1
  604. package/dts/dots/__tests__/getTransformers.test.d.ts +0 -2
  605. package/dts/dots/__tests__/getTransformers.test.d.ts.map +0 -1
  606. package/dts/gradients/__stories__/LinearGradient.stories.d.ts +0 -3
  607. package/dts/gradients/__stories__/LinearGradient.stories.d.ts.map +0 -1
  608. package/dts/hooks/__tests__/constants.d.ts +0 -2
  609. package/dts/hooks/__tests__/constants.d.ts.map +0 -1
  610. package/dts/hooks/__tests__/useA11y.test.d.ts +0 -2
  611. package/dts/hooks/__tests__/useA11y.test.d.ts.map +0 -1
  612. package/dts/hooks/__tests__/useAppState.test.d.ts +0 -2
  613. package/dts/hooks/__tests__/useAppState.test.d.ts.map +0 -1
  614. package/dts/hooks/__tests__/useCellSpacing.test.d.ts +0 -2
  615. package/dts/hooks/__tests__/useCellSpacing.test.d.ts.map +0 -1
  616. package/dts/hooks/__tests__/useDimension.test.d.ts +0 -2
  617. package/dts/hooks/__tests__/useDimension.test.d.ts.map +0 -1
  618. package/dts/hooks/__tests__/useInputBorderStyle.test.d.ts +0 -2
  619. package/dts/hooks/__tests__/useInputBorderStyle.test.d.ts.map +0 -1
  620. package/dts/hooks/__tests__/usePressAnimation.test.d.ts +0 -2
  621. package/dts/hooks/__tests__/usePressAnimation.test.d.ts.map +0 -1
  622. package/dts/hooks/__tests__/useScreenReaderStatus.test.d.ts +0 -2
  623. package/dts/hooks/__tests__/useScreenReaderStatus.test.d.ts.map +0 -1
  624. package/dts/hooks/__tests__/useScrollOffset.test.d.ts +0 -2
  625. package/dts/hooks/__tests__/useScrollOffset.test.d.ts.map +0 -1
  626. package/dts/hooks/__tests__/useScrollTo.test.d.ts +0 -2
  627. package/dts/hooks/__tests__/useScrollTo.test.d.ts.map +0 -1
  628. package/dts/hooks/__tests__/useStatusBarHeight.test.d.ts +0 -2
  629. package/dts/hooks/__tests__/useStatusBarHeight.test.d.ts.map +0 -1
  630. package/dts/hooks/__tests__/useWebBrowserOpener.test.d.ts +0 -2
  631. package/dts/hooks/__tests__/useWebBrowserOpener.test.d.ts.map +0 -1
  632. package/dts/icons/__stories__/Icon.stories.d.ts +0 -5
  633. package/dts/icons/__stories__/Icon.stories.d.ts.map +0 -1
  634. package/dts/icons/__stories__/IconSheet.d.ts +0 -8
  635. package/dts/icons/__stories__/IconSheet.d.ts.map +0 -1
  636. package/dts/icons/__stories__/Logo.stories.d.ts +0 -3
  637. package/dts/icons/__stories__/Logo.stories.d.ts.map +0 -1
  638. package/dts/icons/__tests__/Icon.perf-test.d.ts +0 -2
  639. package/dts/icons/__tests__/Icon.perf-test.d.ts.map +0 -1
  640. package/dts/icons/__tests__/Icon.test.d.ts +0 -2
  641. package/dts/icons/__tests__/Icon.test.d.ts.map +0 -1
  642. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts +0 -3
  643. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +0 -1
  644. package/dts/illustrations/__stories__/Pictogram.stories.d.ts +0 -3
  645. package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +0 -1
  646. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +0 -3
  647. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +0 -1
  648. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +0 -3
  649. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +0 -1
  650. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +0 -3
  651. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +0 -1
  652. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +0 -4
  653. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts.map +0 -1
  654. package/dts/illustrations/__tests__/HeroSquare.test.d.ts +0 -2
  655. package/dts/illustrations/__tests__/HeroSquare.test.d.ts.map +0 -1
  656. package/dts/illustrations/__tests__/Pictogram.test.d.ts +0 -2
  657. package/dts/illustrations/__tests__/Pictogram.test.d.ts.map +0 -1
  658. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts +0 -2
  659. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts.map +0 -1
  660. package/dts/illustrations/__tests__/SpotSquare.test.d.ts +0 -2
  661. package/dts/illustrations/__tests__/SpotSquare.test.d.ts.map +0 -1
  662. package/dts/layout/__stories__/Box.stories.d.ts +0 -3
  663. package/dts/layout/__stories__/Box.stories.d.ts.map +0 -1
  664. package/dts/layout/__stories__/Divider.stories.d.ts +0 -3
  665. package/dts/layout/__stories__/Divider.stories.d.ts.map +0 -1
  666. package/dts/layout/__stories__/Group.stories.d.ts +0 -3
  667. package/dts/layout/__stories__/Group.stories.d.ts.map +0 -1
  668. package/dts/layout/__stories__/LoremIpsum.d.ts +0 -9
  669. package/dts/layout/__stories__/LoremIpsum.d.ts.map +0 -1
  670. package/dts/layout/__stories__/Spacer.stories.d.ts +0 -3
  671. package/dts/layout/__stories__/Spacer.stories.d.ts.map +0 -1
  672. package/dts/layout/__tests__/Box.perf-test.d.ts +0 -2
  673. package/dts/layout/__tests__/Box.perf-test.d.ts.map +0 -1
  674. package/dts/layout/__tests__/Box.test.d.ts +0 -2
  675. package/dts/layout/__tests__/Box.test.d.ts.map +0 -1
  676. package/dts/layout/__tests__/Divider.perf-test.d.ts +0 -2
  677. package/dts/layout/__tests__/Divider.perf-test.d.ts.map +0 -1
  678. package/dts/layout/__tests__/Fallback.perf-test.d.ts +0 -2
  679. package/dts/layout/__tests__/Fallback.perf-test.d.ts.map +0 -1
  680. package/dts/layout/__tests__/Fallback.test.d.ts +0 -2
  681. package/dts/layout/__tests__/Fallback.test.d.ts.map +0 -1
  682. package/dts/loaders/__stories__/Spinner.stories.d.ts +0 -3
  683. package/dts/loaders/__stories__/Spinner.stories.d.ts.map +0 -1
  684. package/dts/loaders/__tests__/Spinner.test.d.ts +0 -2
  685. package/dts/loaders/__tests__/Spinner.test.d.ts.map +0 -1
  686. package/dts/media/Carousel/__tests__/Carousel.test.d.ts +0 -2
  687. package/dts/media/Carousel/__tests__/Carousel.test.d.ts.map +0 -1
  688. package/dts/media/Carousel/__tests__/useCarousel.test.d.ts +0 -2
  689. package/dts/media/Carousel/__tests__/useCarousel.test.d.ts.map +0 -1
  690. package/dts/media/Carousel/__tests__/useCarouselItem.test.d.ts +0 -2
  691. package/dts/media/Carousel/__tests__/useCarouselItem.test.d.ts.map +0 -1
  692. package/dts/media/__stories__/Avatar.stories.d.ts +0 -3
  693. package/dts/media/__stories__/Avatar.stories.d.ts.map +0 -1
  694. package/dts/media/__stories__/CarouselAlphaExample.d.ts +0 -7
  695. package/dts/media/__stories__/CarouselAlphaExample.d.ts.map +0 -1
  696. package/dts/media/__stories__/CarouselMedia.stories.d.ts +0 -3
  697. package/dts/media/__stories__/CarouselMedia.stories.d.ts.map +0 -1
  698. package/dts/media/__stories__/RemoteImage.stories.d.ts +0 -3
  699. package/dts/media/__stories__/RemoteImage.stories.d.ts.map +0 -1
  700. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +0 -5
  701. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts.map +0 -1
  702. package/dts/media/__tests__/Avatar.test.d.ts +0 -2
  703. package/dts/media/__tests__/Avatar.test.d.ts.map +0 -1
  704. package/dts/media/__tests__/RemoteImage.test.d.ts +0 -2
  705. package/dts/media/__tests__/RemoteImage.test.d.ts.map +0 -1
  706. package/dts/media/__tests__/RemoteImageGroup.test.d.ts +0 -2
  707. package/dts/media/__tests__/RemoteImageGroup.test.d.ts.map +0 -1
  708. package/dts/media/__tests__/getSource.test.d.ts +0 -2
  709. package/dts/media/__tests__/getSource.test.d.ts.map +0 -1
  710. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +0 -3
  711. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +0 -1
  712. package/dts/motion/__stories__/HintMotion.stories.d.ts +0 -3
  713. package/dts/motion/__stories__/HintMotion.stories.d.ts.map +0 -1
  714. package/dts/motion/__tests__/AnimatedCaret.test.d.ts +0 -2
  715. package/dts/motion/__tests__/AnimatedCaret.test.d.ts.map +0 -1
  716. package/dts/motion/__tests__/Pulse.test.d.ts +0 -2
  717. package/dts/motion/__tests__/Pulse.test.d.ts.map +0 -1
  718. package/dts/motion/__tests__/Shake.test.d.ts +0 -2
  719. package/dts/motion/__tests__/Shake.test.d.ts.map +0 -1
  720. package/dts/motion/__tests__/convertMotionConfig.test.d.ts +0 -2
  721. package/dts/motion/__tests__/convertMotionConfig.test.d.ts.map +0 -1
  722. package/dts/motion/__tests__/withMotionTiming.test.d.ts +0 -2
  723. package/dts/motion/__tests__/withMotionTiming.test.d.ts.map +0 -1
  724. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +0 -6
  725. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts.map +0 -1
  726. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts +0 -2
  727. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts.map +0 -1
  728. package/dts/navigation/__stories__/BrowserBar.stories.d.ts +0 -3
  729. package/dts/navigation/__stories__/BrowserBar.stories.d.ts.map +0 -1
  730. package/dts/navigation/__stories__/BrowserBarSearchInput.stories.d.ts +0 -3
  731. package/dts/navigation/__stories__/BrowserBarSearchInput.stories.d.ts.map +0 -1
  732. package/dts/navigation/__stories__/NavBarIconButton.stories.d.ts +0 -3
  733. package/dts/navigation/__stories__/NavBarIconButton.stories.d.ts.map +0 -1
  734. package/dts/navigation/__stories__/NavigationSubtitle.stories.d.ts +0 -3
  735. package/dts/navigation/__stories__/NavigationSubtitle.stories.d.ts.map +0 -1
  736. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +0 -3
  737. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +0 -1
  738. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +0 -3
  739. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +0 -1
  740. package/dts/navigation/__stories__/TopNavBar.stories.d.ts +0 -3
  741. package/dts/navigation/__stories__/TopNavBar.stories.d.ts.map +0 -1
  742. package/dts/navigation/__tests__/BrowserBar.test.d.ts +0 -2
  743. package/dts/navigation/__tests__/BrowserBar.test.d.ts.map +0 -1
  744. package/dts/navigation/__tests__/BrowserBarSearchInput.test.d.ts +0 -2
  745. package/dts/navigation/__tests__/BrowserBarSearchInput.test.d.ts.map +0 -1
  746. package/dts/navigation/__tests__/NavBarIconButton.test.d.ts +0 -2
  747. package/dts/navigation/__tests__/NavBarIconButton.test.d.ts.map +0 -1
  748. package/dts/navigation/__tests__/NavigationSubtitle.test.d.ts +0 -2
  749. package/dts/navigation/__tests__/NavigationSubtitle.test.d.ts.map +0 -1
  750. package/dts/navigation/__tests__/NavigationTitle.test.d.ts +0 -2
  751. package/dts/navigation/__tests__/NavigationTitle.test.d.ts.map +0 -1
  752. package/dts/navigation/__tests__/NavigationTitleSelect.test.d.ts +0 -2
  753. package/dts/navigation/__tests__/NavigationTitleSelect.test.d.ts.map +0 -1
  754. package/dts/navigation/__tests__/TopNavBar.test.d.ts +0 -2
  755. package/dts/navigation/__tests__/TopNavBar.test.d.ts.map +0 -1
  756. package/dts/numbers/__stories__/RollingNumber.stories.d.ts +0 -7
  757. package/dts/numbers/__stories__/RollingNumber.stories.d.ts.map +0 -1
  758. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts +0 -2
  759. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts.map +0 -1
  760. package/dts/numpad/__stories__/Numpad.stories.d.ts +0 -3
  761. package/dts/numpad/__stories__/Numpad.stories.d.ts.map +0 -1
  762. package/dts/numpad/__tests__/Numpad.test.d.ts +0 -2
  763. package/dts/numpad/__tests__/Numpad.test.d.ts.map +0 -1
  764. package/dts/overlays/__stories__/AlertBasic.stories.d.ts +0 -3
  765. package/dts/overlays/__stories__/AlertBasic.stories.d.ts.map +0 -1
  766. package/dts/overlays/__stories__/AlertLongTitle.stories.d.ts +0 -3
  767. package/dts/overlays/__stories__/AlertLongTitle.stories.d.ts.map +0 -1
  768. package/dts/overlays/__stories__/AlertOverModal.stories.d.ts +0 -3
  769. package/dts/overlays/__stories__/AlertOverModal.stories.d.ts.map +0 -1
  770. package/dts/overlays/__stories__/AlertPortal.stories.d.ts +0 -3
  771. package/dts/overlays/__stories__/AlertPortal.stories.d.ts.map +0 -1
  772. package/dts/overlays/__stories__/AlertSingleAction.stories.d.ts +0 -3
  773. package/dts/overlays/__stories__/AlertSingleAction.stories.d.ts.map +0 -1
  774. package/dts/overlays/__stories__/AlertVerticalActions.stories.d.ts +0 -3
  775. package/dts/overlays/__stories__/AlertVerticalActions.stories.d.ts.map +0 -1
  776. package/dts/overlays/__stories__/DrawerBottom.stories.d.ts +0 -3
  777. package/dts/overlays/__stories__/DrawerBottom.stories.d.ts.map +0 -1
  778. package/dts/overlays/__stories__/DrawerFallback.stories.d.ts +0 -3
  779. package/dts/overlays/__stories__/DrawerFallback.stories.d.ts.map +0 -1
  780. package/dts/overlays/__stories__/DrawerLeft.stories.d.ts +0 -3
  781. package/dts/overlays/__stories__/DrawerLeft.stories.d.ts.map +0 -1
  782. package/dts/overlays/__stories__/DrawerMisc.stories.d.ts +0 -3
  783. package/dts/overlays/__stories__/DrawerMisc.stories.d.ts.map +0 -1
  784. package/dts/overlays/__stories__/DrawerRight.stories.d.ts +0 -3
  785. package/dts/overlays/__stories__/DrawerRight.stories.d.ts.map +0 -1
  786. package/dts/overlays/__stories__/DrawerScrollable.stories.d.ts +0 -3
  787. package/dts/overlays/__stories__/DrawerScrollable.stories.d.ts.map +0 -1
  788. package/dts/overlays/__stories__/DrawerTop.stories.d.ts +0 -3
  789. package/dts/overlays/__stories__/DrawerTop.stories.d.ts.map +0 -1
  790. package/dts/overlays/__stories__/Drawers.d.ts +0 -15
  791. package/dts/overlays/__stories__/Drawers.d.ts.map +0 -1
  792. package/dts/overlays/__stories__/ModalBackButton.stories.d.ts +0 -3
  793. package/dts/overlays/__stories__/ModalBackButton.stories.d.ts.map +0 -1
  794. package/dts/overlays/__stories__/ModalBasic.stories.d.ts +0 -3
  795. package/dts/overlays/__stories__/ModalBasic.stories.d.ts.map +0 -1
  796. package/dts/overlays/__stories__/ModalLong.stories.d.ts +0 -3
  797. package/dts/overlays/__stories__/ModalLong.stories.d.ts.map +0 -1
  798. package/dts/overlays/__stories__/ModalPortal.stories.d.ts +0 -3
  799. package/dts/overlays/__stories__/ModalPortal.stories.d.ts.map +0 -1
  800. package/dts/overlays/__stories__/Overlay.stories.d.ts +0 -3
  801. package/dts/overlays/__stories__/Overlay.stories.d.ts.map +0 -1
  802. package/dts/overlays/__stories__/Toast.stories.d.ts +0 -3
  803. package/dts/overlays/__stories__/Toast.stories.d.ts.map +0 -1
  804. package/dts/overlays/__stories__/TooltipV2.stories.d.ts +0 -3
  805. package/dts/overlays/__stories__/TooltipV2.stories.d.ts.map +0 -1
  806. package/dts/overlays/__stories__/TrayAction.stories.d.ts +0 -6
  807. package/dts/overlays/__stories__/TrayAction.stories.d.ts.map +0 -1
  808. package/dts/overlays/__stories__/TrayBasic.stories.d.ts +0 -3
  809. package/dts/overlays/__stories__/TrayBasic.stories.d.ts.map +0 -1
  810. package/dts/overlays/__stories__/TrayFallback.stories.d.ts +0 -3
  811. package/dts/overlays/__stories__/TrayFallback.stories.d.ts.map +0 -1
  812. package/dts/overlays/__stories__/TrayFeedCard.stories.d.ts +0 -3
  813. package/dts/overlays/__stories__/TrayFeedCard.stories.d.ts.map +0 -1
  814. package/dts/overlays/__stories__/TrayInformational.stories.d.ts +0 -5
  815. package/dts/overlays/__stories__/TrayInformational.stories.d.ts.map +0 -1
  816. package/dts/overlays/__stories__/TrayMessaging.stories.d.ts +0 -4
  817. package/dts/overlays/__stories__/TrayMessaging.stories.d.ts.map +0 -1
  818. package/dts/overlays/__stories__/TrayMisc.stories.d.ts +0 -3
  819. package/dts/overlays/__stories__/TrayMisc.stories.d.ts.map +0 -1
  820. package/dts/overlays/__stories__/TrayNavigation.stories.d.ts +0 -3
  821. package/dts/overlays/__stories__/TrayNavigation.stories.d.ts.map +0 -1
  822. package/dts/overlays/__stories__/TrayPromotional.stories.d.ts +0 -4
  823. package/dts/overlays/__stories__/TrayPromotional.stories.d.ts.map +0 -1
  824. package/dts/overlays/__stories__/TrayScrollable.stories.d.ts +0 -3
  825. package/dts/overlays/__stories__/TrayScrollable.stories.d.ts.map +0 -1
  826. package/dts/overlays/__stories__/TrayTall.stories.d.ts +0 -3
  827. package/dts/overlays/__stories__/TrayTall.stories.d.ts.map +0 -1
  828. package/dts/overlays/__stories__/TrayWithTitle.stories.d.ts +0 -3
  829. package/dts/overlays/__stories__/TrayWithTitle.stories.d.ts.map +0 -1
  830. package/dts/overlays/__stories__/Trays.d.ts +0 -11
  831. package/dts/overlays/__stories__/Trays.d.ts.map +0 -1
  832. package/dts/overlays/__tests__/Alert.test.d.ts +0 -2
  833. package/dts/overlays/__tests__/Alert.test.d.ts.map +0 -1
  834. package/dts/overlays/__tests__/PortalProvider.test.d.ts +0 -2
  835. package/dts/overlays/__tests__/PortalProvider.test.d.ts.map +0 -1
  836. package/dts/overlays/__tests__/Toast.test.d.ts +0 -2
  837. package/dts/overlays/__tests__/Toast.test.d.ts.map +0 -1
  838. package/dts/overlays/drawer/__tests__/Drawer.test.d.ts +0 -2
  839. package/dts/overlays/drawer/__tests__/Drawer.test.d.ts.map +0 -1
  840. package/dts/overlays/drawer/__tests__/useDrawerSpacing.test.d.ts +0 -2
  841. package/dts/overlays/drawer/__tests__/useDrawerSpacing.test.d.ts.map +0 -1
  842. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts +0 -2
  843. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts.map +0 -1
  844. package/dts/overlays/modal/__tests__/Modal.test.d.ts +0 -2
  845. package/dts/overlays/modal/__tests__/Modal.test.d.ts.map +0 -1
  846. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts +0 -2
  847. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts.map +0 -1
  848. package/dts/overlays/overlay/__tests__/useOverlayAnimation.test.d.ts +0 -2
  849. package/dts/overlays/overlay/__tests__/useOverlayAnimation.test.d.ts.map +0 -1
  850. package/dts/overlays/tooltip/__tests__/InternalTooltip.test.d.ts +0 -2
  851. package/dts/overlays/tooltip/__tests__/InternalTooltip.test.d.ts.map +0 -1
  852. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts +0 -2
  853. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts.map +0 -1
  854. package/dts/overlays/tooltip/__tests__/UseTooltipPositionTestData.d.ts +0 -19
  855. package/dts/overlays/tooltip/__tests__/UseTooltipPositionTestData.d.ts.map +0 -1
  856. package/dts/overlays/tray/__tests__/Tray.test.d.ts +0 -2
  857. package/dts/overlays/tray/__tests__/Tray.test.d.ts.map +0 -1
  858. package/dts/page/__stories__/PageFooter.stories.d.ts +0 -3
  859. package/dts/page/__stories__/PageFooter.stories.d.ts.map +0 -1
  860. package/dts/page/__stories__/PageFooterInPage.stories.d.ts +0 -3
  861. package/dts/page/__stories__/PageFooterInPage.stories.d.ts.map +0 -1
  862. package/dts/page/__stories__/PageHeader.stories.d.ts +0 -3
  863. package/dts/page/__stories__/PageHeader.stories.d.ts.map +0 -1
  864. package/dts/page/__stories__/PageHeaderInErrorEmptyState.stories.d.ts +0 -3
  865. package/dts/page/__stories__/PageHeaderInErrorEmptyState.stories.d.ts.map +0 -1
  866. package/dts/page/__stories__/PageHeaderInPage.stories.d.ts +0 -3
  867. package/dts/page/__stories__/PageHeaderInPage.stories.d.ts.map +0 -1
  868. package/dts/page/__tests__/PageFooter.test.d.ts +0 -2
  869. package/dts/page/__tests__/PageFooter.test.d.ts.map +0 -1
  870. package/dts/page/__tests__/PageHeader.test.d.ts +0 -2
  871. package/dts/page/__tests__/PageHeader.test.d.ts.map +0 -1
  872. package/dts/section-header/__stories__/SectionHeader.stories.d.ts +0 -3
  873. package/dts/section-header/__stories__/SectionHeader.stories.d.ts.map +0 -1
  874. package/dts/section-header/__tests__/SectionHeader.test.d.ts +0 -2
  875. package/dts/section-header/__tests__/SectionHeader.test.d.ts.map +0 -1
  876. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +0 -3
  877. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +0 -1
  878. package/dts/stepper/__stories__/StepperVertical.stories.d.ts +0 -3
  879. package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +0 -1
  880. package/dts/sticky-footer/__stories__/StickyFooter.stories.d.ts +0 -3
  881. package/dts/sticky-footer/__stories__/StickyFooter.stories.d.ts.map +0 -1
  882. package/dts/sticky-footer/__stories__/StickyFooterWithTray.stories.d.ts +0 -3
  883. package/dts/sticky-footer/__stories__/StickyFooterWithTray.stories.d.ts.map +0 -1
  884. package/dts/sticky-footer/__tests__/StickyFooter.test.d.ts +0 -2
  885. package/dts/sticky-footer/__tests__/StickyFooter.test.d.ts.map +0 -1
  886. package/dts/system/__stories__/Frontier.stories.d.ts +0 -3
  887. package/dts/system/__stories__/Frontier.stories.d.ts.map +0 -1
  888. package/dts/system/__stories__/Palette.stories.d.ts +0 -3
  889. package/dts/system/__stories__/Palette.stories.d.ts.map +0 -1
  890. package/dts/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.d.ts +0 -3
  891. package/dts/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.d.ts.map +0 -1
  892. package/dts/system/__stories__/PatternDisclosureHighFrictionRisk.stories.d.ts +0 -3
  893. package/dts/system/__stories__/PatternDisclosureHighFrictionRisk.stories.d.ts.map +0 -1
  894. package/dts/system/__stories__/PatternDisclosureLowFriction.stories.d.ts +0 -3
  895. package/dts/system/__stories__/PatternDisclosureLowFriction.stories.d.ts.map +0 -1
  896. package/dts/system/__stories__/PatternDisclosureMedFriction.stories.d.ts +0 -3
  897. package/dts/system/__stories__/PatternDisclosureMedFriction.stories.d.ts.map +0 -1
  898. package/dts/system/__stories__/PatternError.stories.d.ts +0 -3
  899. package/dts/system/__stories__/PatternError.stories.d.ts.map +0 -1
  900. package/dts/system/__stories__/Pressable.stories.d.ts +0 -3
  901. package/dts/system/__stories__/Pressable.stories.d.ts.map +0 -1
  902. package/dts/system/__stories__/PressableOpacity.stories.d.ts +0 -3
  903. package/dts/system/__stories__/PressableOpacity.stories.d.ts.map +0 -1
  904. package/dts/system/__stories__/Spectrum.stories.d.ts +0 -4
  905. package/dts/system/__stories__/Spectrum.stories.d.ts.map +0 -1
  906. package/dts/system/__stories__/ThemeProvider.stories.d.ts +0 -3
  907. package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +0 -1
  908. package/dts/system/__tests__/AndroidNavigationBar.test.d.ts +0 -2
  909. package/dts/system/__tests__/AndroidNavigationBar.test.d.ts.map +0 -1
  910. package/dts/system/__tests__/StatusBar.test.d.ts +0 -2
  911. package/dts/system/__tests__/StatusBar.test.d.ts.map +0 -1
  912. package/dts/system/__tests__/useAndroidNavigationBarUpdater.test.d.ts +0 -2
  913. package/dts/system/__tests__/useAndroidNavigationBarUpdater.test.d.ts.map +0 -1
  914. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +0 -3
  915. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +0 -1
  916. package/dts/tabs/__stories__/TabIndicator.stories.d.ts +0 -3
  917. package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +0 -1
  918. package/dts/tabs/__stories__/TabLabel.stories.d.ts +0 -3
  919. package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +0 -1
  920. package/dts/tabs/__stories__/TabNavigation.stories.d.ts +0 -3
  921. package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +0 -1
  922. package/dts/tabs/__stories__/Tabs.stories.d.ts +0 -3
  923. package/dts/tabs/__stories__/Tabs.stories.d.ts.map +0 -1
  924. package/dts/tabs/__tests__/SegmentedTab.test.d.ts +0 -2
  925. package/dts/tabs/__tests__/SegmentedTab.test.d.ts.map +0 -1
  926. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts +0 -2
  927. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts.map +0 -1
  928. package/dts/tabs/__tests__/TabIndicator.test.d.ts +0 -2
  929. package/dts/tabs/__tests__/TabIndicator.test.d.ts.map +0 -1
  930. package/dts/tabs/__tests__/TabNavigation.test.d.ts +0 -2
  931. package/dts/tabs/__tests__/TabNavigation.test.d.ts.map +0 -1
  932. package/dts/tabs/hooks/__tests__/useDotAnimation.test.d.ts +0 -2
  933. package/dts/tabs/hooks/__tests__/useDotAnimation.test.d.ts.map +0 -1
  934. package/dts/tag/__stories__/Tag.stories.d.ts +0 -3
  935. package/dts/tag/__stories__/Tag.stories.d.ts.map +0 -1
  936. package/dts/tag/__tests__/Tag.test.d.ts +0 -2
  937. package/dts/tag/__tests__/Tag.test.d.ts.map +0 -1
  938. package/dts/tour/__stories__/Tour.stories.d.ts +0 -4
  939. package/dts/tour/__stories__/Tour.stories.d.ts.map +0 -1
  940. package/dts/tour/__tests__/Tour.test.d.ts +0 -2
  941. package/dts/tour/__tests__/Tour.test.d.ts.map +0 -1
  942. package/dts/typography/__stories__/Link.stories.d.ts +0 -3
  943. package/dts/typography/__stories__/Link.stories.d.ts.map +0 -1
  944. package/dts/typography/__stories__/Text.stories.d.ts +0 -3
  945. package/dts/typography/__stories__/Text.stories.d.ts.map +0 -1
  946. package/dts/typography/__stories__/TextBody.stories.d.ts +0 -3
  947. package/dts/typography/__stories__/TextBody.stories.d.ts.map +0 -1
  948. package/dts/typography/__stories__/TextCaption.stories.d.ts +0 -3
  949. package/dts/typography/__stories__/TextCaption.stories.d.ts.map +0 -1
  950. package/dts/typography/__stories__/TextCore.stories.d.ts +0 -3
  951. package/dts/typography/__stories__/TextCore.stories.d.ts.map +0 -1
  952. package/dts/typography/__stories__/TextDisplay1.stories.d.ts +0 -3
  953. package/dts/typography/__stories__/TextDisplay1.stories.d.ts.map +0 -1
  954. package/dts/typography/__stories__/TextDisplay2.stories.d.ts +0 -3
  955. package/dts/typography/__stories__/TextDisplay2.stories.d.ts.map +0 -1
  956. package/dts/typography/__stories__/TextDisplay3.stories.d.ts +0 -3
  957. package/dts/typography/__stories__/TextDisplay3.stories.d.ts.map +0 -1
  958. package/dts/typography/__stories__/TextExamples.d.ts +0 -8
  959. package/dts/typography/__stories__/TextExamples.d.ts.map +0 -1
  960. package/dts/typography/__stories__/TextHeadline.stories.d.ts +0 -3
  961. package/dts/typography/__stories__/TextHeadline.stories.d.ts.map +0 -1
  962. package/dts/typography/__stories__/TextLabel1.stories.d.ts +0 -3
  963. package/dts/typography/__stories__/TextLabel1.stories.d.ts.map +0 -1
  964. package/dts/typography/__stories__/TextLabel2.stories.d.ts +0 -3
  965. package/dts/typography/__stories__/TextLabel2.stories.d.ts.map +0 -1
  966. package/dts/typography/__stories__/TextLegal.stories.d.ts +0 -3
  967. package/dts/typography/__stories__/TextLegal.stories.d.ts.map +0 -1
  968. package/dts/typography/__stories__/TextTitle1.stories.d.ts +0 -3
  969. package/dts/typography/__stories__/TextTitle1.stories.d.ts.map +0 -1
  970. package/dts/typography/__stories__/TextTitle2.stories.d.ts +0 -3
  971. package/dts/typography/__stories__/TextTitle2.stories.d.ts.map +0 -1
  972. package/dts/typography/__stories__/TextTitle3.stories.d.ts +0 -3
  973. package/dts/typography/__stories__/TextTitle3.stories.d.ts.map +0 -1
  974. package/dts/typography/__stories__/TextTitle4.stories.d.ts +0 -3
  975. package/dts/typography/__stories__/TextTitle4.stories.d.ts.map +0 -1
  976. package/dts/typography/__tests__/Link.perf-test.d.ts +0 -2
  977. package/dts/typography/__tests__/Link.perf-test.d.ts.map +0 -1
  978. package/dts/typography/__tests__/Link.test.d.ts +0 -2
  979. package/dts/typography/__tests__/Link.test.d.ts.map +0 -1
  980. package/dts/typography/__tests__/Text.test.d.ts +0 -2
  981. package/dts/typography/__tests__/Text.test.d.ts.map +0 -1
  982. package/dts/utils/__tests__/debounce.test.d.ts +0 -2
  983. package/dts/utils/__tests__/debounce.test.d.ts.map +0 -1
  984. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts +0 -2
  985. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts.map +0 -1
  986. package/dts/utils/__tests__/isValidURL.test.d.ts +0 -2
  987. package/dts/utils/__tests__/isValidURL.test.d.ts.map +0 -1
  988. package/dts/utils/__tests__/openWebBrowser.test.d.ts +0 -2
  989. package/dts/utils/__tests__/openWebBrowser.test.d.ts.map +0 -1
  990. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +0 -3
  991. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +0 -1
  992. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +0 -3
  993. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts.map +0 -1
  994. package/dts/visualizations/__tests__/ProgressBar.test.d.ts +0 -2
  995. package/dts/visualizations/__tests__/ProgressBar.test.d.ts.map +0 -1
  996. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts +0 -2
  997. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts.map +0 -1
  998. package/dts/visualizations/__tests__/ProgressIndicator.test.d.ts +0 -2
  999. package/dts/visualizations/__tests__/ProgressIndicator.test.d.ts.map +0 -1
@@ -2,7 +2,8 @@ import React from 'react';
2
2
  import { View } from 'react-native';
3
3
  import type { ScrollViewProps } from 'react-native';
4
4
  import type { CollapsibleDirection, PaddingProps, SharedProps } from '@coinbase/cds-common/types';
5
- export type CollapsibleBaseProps = SharedProps & PaddingProps & {
5
+ export type CollapsibleBaseProps = SharedProps &
6
+ PaddingProps & {
6
7
  /**
7
8
  * Expand/collapse state of the content.
8
9
  * @default true
@@ -29,34 +30,39 @@ export type CollapsibleBaseProps = SharedProps & PaddingProps & {
29
30
  * Max width of the content. Overflow content will be scrollable.
30
31
  */
31
32
  maxWidth?: number;
32
- };
33
+ };
33
34
  export type CollapsibleProps = CollapsibleBaseProps;
34
- export declare const Collapsible: React.MemoExoticComponent<React.ForwardRefExoticComponent<SharedProps & PaddingProps & {
35
- /**
36
- * Expand/collapse state of the content.
37
- * @default true
38
- */
39
- collapsed: boolean;
40
- /**
41
- * Collapsible content
42
- */
43
- children: React.ReactNode;
44
- /**
45
- * Direction the content should expand/collapse to
46
- * @default vertical
47
- */
48
- direction?: CollapsibleDirection;
49
- /**
50
- * RN ScrollView props. Use with caution as it might break default settings.
51
- */
52
- scrollViewProps?: ScrollViewProps;
53
- /**
54
- * Max height of the content. Overflow content will be scrollable.
55
- */
56
- maxHeight?: number;
57
- /**
58
- * Max width of the content. Overflow content will be scrollable.
59
- */
60
- maxWidth?: number;
61
- } & React.RefAttributes<View>>>;
62
- //# sourceMappingURL=Collapsible.d.ts.map
35
+ export declare const Collapsible: React.MemoExoticComponent<
36
+ React.ForwardRefExoticComponent<
37
+ SharedProps &
38
+ PaddingProps & {
39
+ /**
40
+ * Expand/collapse state of the content.
41
+ * @default true
42
+ */
43
+ collapsed: boolean;
44
+ /**
45
+ * Collapsible content
46
+ */
47
+ children: React.ReactNode;
48
+ /**
49
+ * Direction the content should expand/collapse to
50
+ * @default vertical
51
+ */
52
+ direction?: CollapsibleDirection;
53
+ /**
54
+ * RN ScrollView props. Use with caution as it might break default settings.
55
+ */
56
+ scrollViewProps?: ScrollViewProps;
57
+ /**
58
+ * Max height of the content. Overflow content will be scrollable.
59
+ */
60
+ maxHeight?: number;
61
+ /**
62
+ * Max width of the content. Overflow content will be scrollable.
63
+ */
64
+ maxWidth?: number;
65
+ } & React.RefAttributes<View>
66
+ >
67
+ >;
68
+ //# sourceMappingURL=Collapsible.d.ts.map
@@ -1,2 +1,2 @@
1
1
  export * from './Collapsible';
2
- //# sourceMappingURL=index.d.ts.map
2
+ //# sourceMappingURL=index.d.ts.map
@@ -2,18 +2,23 @@ import { Animated } from 'react-native';
2
2
  import type { CollapsibleDirection } from '@coinbase/cds-common';
3
3
  import type { UseCollapsibleDirectionReturn } from './useCollapsibleDirection';
4
4
  type UseCollapsibleAnimationParams = {
5
- collapsed: boolean;
6
- animateTo: UseCollapsibleDirectionReturn['animateTo'];
7
- animateProperty: UseCollapsibleDirectionReturn['animateProperty'];
8
- direction: CollapsibleDirection;
5
+ collapsed: boolean;
6
+ animateTo: UseCollapsibleDirectionReturn['animateTo'];
7
+ animateProperty: UseCollapsibleDirectionReturn['animateProperty'];
8
+ direction: CollapsibleDirection;
9
9
  };
10
- export declare const useCollapsibleAnimation: ({ collapsed, animateTo, animateProperty, direction, }: UseCollapsibleAnimationParams) => {
11
- animatedStyles: {
12
- [x: string]: Animated.Value;
13
- opacity: Animated.Value;
14
- };
15
- animateIn: Animated.CompositeAnimation;
16
- animateOut: Animated.CompositeAnimation;
10
+ export declare const useCollapsibleAnimation: ({
11
+ collapsed,
12
+ animateTo,
13
+ animateProperty,
14
+ direction,
15
+ }: UseCollapsibleAnimationParams) => {
16
+ animatedStyles: {
17
+ [x: string]: Animated.Value;
18
+ opacity: Animated.Value;
19
+ };
20
+ animateIn: Animated.CompositeAnimation;
21
+ animateOut: Animated.CompositeAnimation;
17
22
  };
18
23
  export {};
19
- //# sourceMappingURL=useCollapsibleAnimation.d.ts.map
24
+ //# sourceMappingURL=useCollapsibleAnimation.d.ts.map
@@ -1,12 +1,18 @@
1
1
  import type { CollapsibleProps } from './Collapsible';
2
2
  export type UseCollapsibleDirectionReturn = ReturnType<typeof useCollapsibleDirection>;
3
- export declare const useCollapsibleDirection: ({ direction, maxHeight, maxWidth, contentWidth, contentHeight, }: Pick<CollapsibleProps, "direction" | "maxHeight" | "maxWidth"> & {
4
- contentWidth: number;
5
- contentHeight: number;
3
+ export declare const useCollapsibleDirection: ({
4
+ direction,
5
+ maxHeight,
6
+ maxWidth,
7
+ contentWidth,
8
+ contentHeight,
9
+ }: Pick<CollapsibleProps, 'direction' | 'maxHeight' | 'maxWidth'> & {
10
+ contentWidth: number;
11
+ contentHeight: number;
6
12
  }) => {
7
- shouldEnableScroll: boolean;
8
- animateTo: number;
9
- animateProperty: string;
10
- horizontal: boolean;
13
+ shouldEnableScroll: boolean;
14
+ animateTo: number;
15
+ animateProperty: string;
16
+ horizontal: boolean;
11
17
  };
12
- //# sourceMappingURL=useCollapsibleDirection.d.ts.map
18
+ //# sourceMappingURL=useCollapsibleDirection.d.ts.map
@@ -1,9 +1,9 @@
1
1
  import type { Animated } from 'react-native';
2
2
  type ToggleAnimation = {
3
- animateIn: Animated.CompositeAnimation;
4
- animateOut: Animated.CompositeAnimation;
5
- on: boolean;
3
+ animateIn: Animated.CompositeAnimation;
4
+ animateOut: Animated.CompositeAnimation;
5
+ on: boolean;
6
6
  };
7
7
  export declare const useToggleAnimation: ({ on, animateIn, animateOut }: ToggleAnimation) => void;
8
8
  export {};
9
- //# sourceMappingURL=useToggleAnimation.d.ts.map
9
+ //# sourceMappingURL=useToggleAnimation.d.ts.map
@@ -4,19 +4,22 @@ import type { ThemeVars } from '@coinbase/cds-common';
4
4
  import { type ControlBaseProps } from './Control';
5
5
  export type CheckboxBaseProps<T extends string> = ControlBaseProps<T>;
6
6
  export type CheckboxProps<T extends string> = ControlBaseProps<T> & {
7
- /** Sets the checked/active color of the control.
8
- * @default bgPrimary
9
- */
10
- controlColor?: ThemeVars.Color;
11
- /**
12
- * Optional.Sets the border width of the checkbox.
13
- * @default 100
14
- */
15
- borderWidth?: ThemeVars.BorderWidth;
7
+ /** Sets the checked/active color of the control.
8
+ * @default bgPrimary
9
+ */
10
+ controlColor?: ThemeVars.Color;
11
+ /**
12
+ * Optional.Sets the border width of the checkbox.
13
+ * @default 100
14
+ */
15
+ borderWidth?: ThemeVars.BorderWidth;
16
16
  };
17
- declare const CheckboxWithRef: <T extends string>(props: CheckboxProps<T> & {
17
+ declare const CheckboxWithRef: <T extends string>(
18
+ props: CheckboxProps<T> & {
18
19
  ref?: React.Ref<View>;
19
- }) => React.ReactElement;
20
- export declare const Checkbox: typeof CheckboxWithRef & React.MemoExoticComponent<typeof CheckboxWithRef>;
20
+ },
21
+ ) => React.ReactElement;
22
+ export declare const Checkbox: typeof CheckboxWithRef &
23
+ React.MemoExoticComponent<typeof CheckboxWithRef>;
21
24
  export {};
22
- //# sourceMappingURL=Checkbox.d.ts.map
25
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -4,25 +4,29 @@ import type { ThemeVars } from '@coinbase/cds-common/core/theme';
4
4
  import { type PressableBaseProps } from '../system/Pressable';
5
5
  import type { ControlBaseProps } from './Control';
6
6
  export type CheckboxCellBaseProps<T extends string> = {
7
- title: React.ReactNode;
8
- description?: React.ReactNode;
9
- columnGap?: ThemeVars.Space;
10
- rowGap?: ThemeVars.Space;
11
- pressedBorderColor?: ThemeVars.Color;
12
- pressedBorderWidth?: ThemeVars.BorderWidth;
13
- } & Omit<ControlBaseProps<T>, 'style' | 'children' | 'title'> & Omit<PressableBaseProps, 'children' | 'noScaleOnPress'>;
7
+ title: React.ReactNode;
8
+ description?: React.ReactNode;
9
+ columnGap?: ThemeVars.Space;
10
+ rowGap?: ThemeVars.Space;
11
+ pressedBorderColor?: ThemeVars.Color;
12
+ pressedBorderWidth?: ThemeVars.BorderWidth;
13
+ } & Omit<ControlBaseProps<T>, 'style' | 'children' | 'title'> &
14
+ Omit<PressableBaseProps, 'children' | 'noScaleOnPress'>;
14
15
  export type CheckboxCellProps<T extends string> = CheckboxCellBaseProps<T> & {
15
- styles?: {
16
- root?: StyleProp<ViewStyle>;
17
- checkboxContainer?: StyleProp<ViewStyle>;
18
- contentContainer?: StyleProp<ViewStyle>;
19
- title?: StyleProp<TextStyle>;
20
- description?: StyleProp<TextStyle>;
21
- };
16
+ styles?: {
17
+ root?: StyleProp<ViewStyle>;
18
+ checkboxContainer?: StyleProp<ViewStyle>;
19
+ contentContainer?: StyleProp<ViewStyle>;
20
+ title?: StyleProp<TextStyle>;
21
+ description?: StyleProp<TextStyle>;
22
+ };
22
23
  };
23
- declare const CheckboxCellWithRef: <T extends string>(props: CheckboxCellProps<T> & {
24
+ declare const CheckboxCellWithRef: <T extends string>(
25
+ props: CheckboxCellProps<T> & {
24
26
  ref?: React.ForwardedRef<View>;
25
- }) => React.ReactElement;
26
- export declare const CheckboxCell: typeof CheckboxCellWithRef & React.MemoExoticComponent<typeof CheckboxCellWithRef>;
27
+ },
28
+ ) => React.ReactElement;
29
+ export declare const CheckboxCell: typeof CheckboxCellWithRef &
30
+ React.MemoExoticComponent<typeof CheckboxCellWithRef>;
27
31
  export {};
28
- //# sourceMappingURL=CheckboxCell.d.ts.map
32
+ //# sourceMappingURL=CheckboxCell.d.ts.map
@@ -19,7 +19,8 @@ import type { SharedProps } from '@coinbase/cds-common';
19
19
  * onChange={(value) => onChange(value)}
20
20
  * />
21
21
  */
22
- export type CheckboxGroupBaseProps<T extends string | number> = Omit<ViewProps, 'children'> & SharedProps & {
22
+ export type CheckboxGroupBaseProps<T extends string | number> = Omit<ViewProps, 'children'> &
23
+ SharedProps & {
23
24
  /** Checkbox elements that are part of the checkbox group. */
24
25
  children: React.ReactElement[];
25
26
  /** Set a label summary for the group of checkboxes. */
@@ -28,17 +29,20 @@ export type CheckboxGroupBaseProps<T extends string | number> = Omit<ViewProps,
28
29
  selectedValues: Set<T>;
29
30
  /** Handle change events when user tap on the checkboxes */
30
31
  onChange?: (value?: T) => void;
31
- };
32
+ };
32
33
  /**
33
34
  * @deprecated CheckboxGroup is deprecated. Use ControlGroup with accessibilityRole="combobox" instead.
34
35
  */
35
36
  export type CheckboxGroupProps<T extends string> = CheckboxGroupBaseProps<T>;
36
- declare const CheckboxGroupWithRef: <T extends string>(props: CheckboxGroupProps<T> & {
37
+ declare const CheckboxGroupWithRef: <T extends string>(
38
+ props: CheckboxGroupProps<T> & {
37
39
  ref?: React.Ref<View>;
38
- }) => React.ReactElement;
40
+ },
41
+ ) => React.ReactElement;
39
42
  /**
40
43
  * @deprecated CheckboxGroup is deprecated. Use ControlGroup with accessibilityRole="combobox" instead.
41
44
  */
42
- export declare const CheckboxGroup: typeof CheckboxGroupWithRef & React.MemoExoticComponent<typeof CheckboxGroupWithRef>;
45
+ export declare const CheckboxGroup: typeof CheckboxGroupWithRef &
46
+ React.MemoExoticComponent<typeof CheckboxGroupWithRef>;
43
47
  export {};
44
- //# sourceMappingURL=CheckboxGroup.d.ts.map
48
+ //# sourceMappingURL=CheckboxGroup.d.ts.map
@@ -6,20 +6,29 @@ import type { ThemeVars } from '@coinbase/cds-common/core/theme';
6
6
  import type { InteractableBaseProps } from '../system';
7
7
  import type { TextProps } from '../typography/Text';
8
8
  export type ControlIconProps = SharedProps & {
9
- pressed: boolean;
10
- checked?: boolean;
11
- indeterminate?: boolean;
12
- disabled?: boolean;
13
- controlColor?: ThemeVars.Color;
14
- background?: ThemeVars.Color;
15
- borderColor?: ThemeVars.Color;
16
- borderRadius?: ThemeVars.BorderRadius;
17
- borderWidth?: ThemeVars.BorderWidth;
18
- animatedScaleValue: Animated.Value;
19
- animatedOpacityValue: Animated.Value;
20
- accessible?: boolean;
9
+ pressed: boolean;
10
+ checked?: boolean;
11
+ indeterminate?: boolean;
12
+ disabled?: boolean;
13
+ controlColor?: ThemeVars.Color;
14
+ background?: ThemeVars.Color;
15
+ borderColor?: ThemeVars.Color;
16
+ borderRadius?: ThemeVars.BorderRadius;
17
+ borderWidth?: ThemeVars.BorderWidth;
18
+ animatedScaleValue: Animated.Value;
19
+ animatedOpacityValue: Animated.Value;
20
+ accessible?: boolean;
21
21
  };
22
- export type ControlBaseProps<T extends string> = Omit<PressableProps, 'disabled' | 'children' | 'style'> & Partial<Pick<InteractableBaseProps, 'background' | 'borderColor' | 'borderRadius' | 'borderWidth' | 'color'>> & {
22
+ export type ControlBaseProps<T extends string> = Omit<
23
+ PressableProps,
24
+ 'disabled' | 'children' | 'style'
25
+ > &
26
+ Partial<
27
+ Pick<
28
+ InteractableBaseProps,
29
+ 'background' | 'borderColor' | 'borderRadius' | 'borderWidth' | 'color'
30
+ >
31
+ > & {
23
32
  /** Label for the control option. */
24
33
  children?: React.ReactNode;
25
34
  /** Set the control to selected/on. */
@@ -41,18 +50,21 @@ export type ControlBaseProps<T extends string> = Omit<PressableProps, 'disabled'
41
50
  */
42
51
  controlColor?: ThemeVars.Color;
43
52
  style?: ViewStyle;
44
- };
53
+ };
45
54
  export type ControlProps<T extends string> = Omit<ControlBaseProps<T>, 'children'> & {
46
- /** Control icon to show. */
47
- children: React.ComponentType<React.PropsWithChildren<ControlIconProps>>;
48
- /** Label associated with the multiple choice option control. */
49
- label?: TextProps['children'];
50
- /** If control is a switch. This will use switch motion token. */
51
- shouldUseSwitchTransition?: boolean;
55
+ /** Control icon to show. */
56
+ children: React.ComponentType<React.PropsWithChildren<ControlIconProps>>;
57
+ /** Label associated with the multiple choice option control. */
58
+ label?: TextProps['children'];
59
+ /** If control is a switch. This will use switch motion token. */
60
+ shouldUseSwitchTransition?: boolean;
52
61
  };
53
- declare const ControlWithRef: <T extends string>(props: ControlProps<T> & {
62
+ declare const ControlWithRef: <T extends string>(
63
+ props: ControlProps<T> & {
54
64
  ref?: React.Ref<View>;
55
- }) => React.ReactElement;
56
- export declare const Control: typeof ControlWithRef & React.MemoExoticComponent<typeof ControlWithRef>;
65
+ },
66
+ ) => React.ReactElement;
67
+ export declare const Control: typeof ControlWithRef &
68
+ React.MemoExoticComponent<typeof ControlWithRef>;
57
69
  export {};
58
- //# sourceMappingURL=Control.d.ts.map
70
+ //# sourceMappingURL=Control.d.ts.map
@@ -3,14 +3,18 @@ import type { View } from 'react-native';
3
3
  import type { SharedProps } from '@coinbase/cds-common';
4
4
  import { type GroupProps } from '../layout';
5
5
  export type ControlGroupOption<P> = Omit<P, 'onChange' | 'checked' | 'value'>;
6
- export type ControlGroupProps<T extends string, P extends {
6
+ export type ControlGroupProps<
7
+ T extends string,
8
+ P extends {
7
9
  value?: T;
8
- }> = Omit<GroupProps, 'children' | 'onChange'> & SharedProps & {
10
+ },
11
+ > = Omit<GroupProps, 'children' | 'onChange'> &
12
+ SharedProps & {
9
13
  /** The control component to render for each option. */
10
14
  ControlComponent: React.ComponentType<P>;
11
15
  /** Control options for the group. */
12
16
  options: (ControlGroupOption<P> & {
13
- value: T;
17
+ value: T;
14
18
  })[];
15
19
  /** Set a label for the group. */
16
20
  label?: React.ReactNode;
@@ -18,12 +22,18 @@ export type ControlGroupProps<T extends string, P extends {
18
22
  value: T | T[];
19
23
  /** Handle change events. */
20
24
  onChange?: (value: T | undefined, checked?: boolean) => void;
21
- };
22
- declare const ControlGroupWithRef: <T extends string, P extends {
25
+ };
26
+ declare const ControlGroupWithRef: <
27
+ T extends string,
28
+ P extends {
23
29
  value?: T;
24
- }>(props: ControlGroupProps<T, P> & {
30
+ },
31
+ >(
32
+ props: ControlGroupProps<T, P> & {
25
33
  ref?: React.Ref<View>;
26
- }) => React.ReactElement;
27
- export declare const ControlGroup: typeof ControlGroupWithRef & React.MemoExoticComponent<typeof ControlGroupWithRef>;
34
+ },
35
+ ) => React.ReactElement;
36
+ export declare const ControlGroup: typeof ControlGroupWithRef &
37
+ React.MemoExoticComponent<typeof ControlGroupWithRef>;
28
38
  export {};
29
- //# sourceMappingURL=ControlGroup.d.ts.map
39
+ //# sourceMappingURL=ControlGroup.d.ts.map
@@ -2,15 +2,15 @@ import React from 'react';
2
2
  import type { ThemeVars } from '@coinbase/cds-common/core/theme';
3
3
  import type { TextProps } from '../typography/Text';
4
4
  export type HelperTextProps = {
5
- /**
6
- * Determines the color of the text
7
- * @default fgMuted
8
- */
9
- color?: ThemeVars.Color;
10
- /** Accessibility label for the error icon */
11
- errorIconAccessibilityLabel?: string;
12
- /** Test ID for the error icon */
13
- errorIconTestID?: string;
5
+ /**
6
+ * Determines the color of the text
7
+ * @default fgMuted
8
+ */
9
+ color?: ThemeVars.Color;
10
+ /** Accessibility label for the error icon */
11
+ errorIconAccessibilityLabel?: string;
12
+ /** Test ID for the error icon */
13
+ errorIconTestID?: string;
14
14
  } & TextProps;
15
15
  export declare const HelperText: React.NamedExoticComponent<HelperTextProps>;
16
- //# sourceMappingURL=HelperText.d.ts.map
16
+ //# sourceMappingURL=HelperText.d.ts.map
@@ -3,12 +3,14 @@ import type { SharedAccessibilityProps } from '@coinbase/cds-common';
3
3
  import type { SharedProps } from '@coinbase/cds-common/types/SharedProps';
4
4
  import type { IconProps } from '../icons/Icon';
5
5
  export type InputIconProps = {
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
- compact?: boolean;
12
- } & Omit<IconProps, 'size'> & SharedProps & Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityHint'>;
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
+ compact?: boolean;
12
+ } & Omit<IconProps, 'size'> &
13
+ SharedProps &
14
+ Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityHint'>;
13
15
  export declare const InputIcon: React.NamedExoticComponent<InputIconProps>;
14
- //# sourceMappingURL=InputIcon.d.ts.map
16
+ //# sourceMappingURL=InputIcon.d.ts.map
@@ -3,11 +3,11 @@ import type { IconButtonVariant, InputVariant } from '@coinbase/cds-common/types
3
3
  import { type IconButtonProps } from '../buttons/IconButton';
4
4
  export declare const variantTransformMap: Record<InputVariant, IconButtonVariant>;
5
5
  export type InputIconButtonProps = IconButtonProps & {
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
12
  export declare const InputIconButton: React.NamedExoticComponent<InputIconButtonProps>;
13
- //# sourceMappingURL=InputIconButton.d.ts.map
13
+ //# sourceMappingURL=InputIconButton.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { HelperTextProps } from './HelperText';
3
3
  export declare const InputLabel: React.NamedExoticComponent<HelperTextProps>;
4
- //# sourceMappingURL=InputLabel.d.ts.map
4
+ //# sourceMappingURL=InputLabel.d.ts.map
@@ -5,62 +5,63 @@ import type { InputVariant } from '@coinbase/cds-common/types/InputBaseProps';
5
5
  import type { SharedProps } from '@coinbase/cds-common/types/SharedProps';
6
6
  import type { BoxBaseProps, BoxProps } from '../layout';
7
7
  export type InputStackBaseProps = SharedProps & {
8
- /**
9
- * Determines the sentiment of the input. Because
10
- * we allow startContent and endContent to be custom ReactNode,
11
- * the content placed inside these slots will not change colors according
12
- * to the variant. You will have to add that yourself
13
- */
14
- variant?: InputVariant;
15
- /**
16
- * Width of input as a percentage string.
17
- * @default 100%
18
- * */
19
- width?: BoxProps['width'];
20
- /**
21
- * Height of input
22
- */
23
- height?: BoxBaseProps['height'];
24
- /**
25
- * Toggles input interactability and opacity
26
- * @default false
27
- */
28
- disabled?: boolean;
29
- /** Prepends custom content to the start. Content is not part of input */
30
- prependNode?: React.ReactNode;
31
- /** Adds content to the start of the inner input. Refer to diagram for location of startNode in InputStack component */
32
- startNode?: React.ReactNode;
33
- /** Appends custom content to the end. Content is not part of input */
34
- appendNode?: React.ReactNode;
35
- /** Adds content to the end of the inner input. Refer to diagram for location of endNode in InputStack component */
36
- endNode?: React.ReactNode;
37
- /** Editable area of the Input */
38
- inputNode: React.ReactNode;
39
- /** Text shown below input. Used for when label is not enough to indicate what this input does */
40
- helperTextNode?: React.ReactNode;
41
- /** A message indicating the purpose of this input */
42
- labelNode?: React.ReactNode;
43
- /** This should only be used when focused styles need to be persisted */
44
- focused?: boolean;
45
- /**
46
- * Leverage one of the borderRadius styles we offer to round the corners of the input.
47
- * @default 200
48
- */
49
- borderRadius?: BoxProps['borderRadius'];
50
- /**
51
- * Enable Color Surge motion
52
- */
53
- enableColorSurge?: boolean;
54
- /** Adds border styling to input */
55
- borderStyle?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;
56
- /** Border overlay to animate border when focused */
57
- borderFocusedStyle?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;
58
- /**
59
- * The variant of the label. Only used when compact is not true.
60
- * @default 'outside'
61
- */
62
- labelVariant?: 'inside' | 'outside';
8
+ /**
9
+ * Determines the sentiment of the input. Because
10
+ * we allow startContent and endContent to be custom ReactNode,
11
+ * the content placed inside these slots will not change colors according
12
+ * to the variant. You will have to add that yourself
13
+ */
14
+ variant?: InputVariant;
15
+ /**
16
+ * Width of input as a percentage string.
17
+ * @default 100%
18
+ * */
19
+ width?: BoxProps['width'];
20
+ /**
21
+ * Height of input
22
+ */
23
+ height?: BoxBaseProps['height'];
24
+ /**
25
+ * Toggles input interactability and opacity
26
+ * @default false
27
+ */
28
+ disabled?: boolean;
29
+ /** Prepends custom content to the start. Content is not part of input */
30
+ prependNode?: React.ReactNode;
31
+ /** Adds content to the start of the inner input. Refer to diagram for location of startNode in InputStack component */
32
+ startNode?: React.ReactNode;
33
+ /** Appends custom content to the end. Content is not part of input */
34
+ appendNode?: React.ReactNode;
35
+ /** Adds content to the end of the inner input. Refer to diagram for location of endNode in InputStack component */
36
+ endNode?: React.ReactNode;
37
+ /** Editable area of the Input */
38
+ inputNode: React.ReactNode;
39
+ /** Text shown below input. Used for when label is not enough to indicate what this input does */
40
+ helperTextNode?: React.ReactNode;
41
+ /** A message indicating the purpose of this input */
42
+ labelNode?: React.ReactNode;
43
+ /** This should only be used when focused styles need to be persisted */
44
+ focused?: boolean;
45
+ /**
46
+ * Leverage one of the borderRadius styles we offer to round the corners of the input.
47
+ * @default 200
48
+ */
49
+ borderRadius?: BoxProps['borderRadius'];
50
+ /**
51
+ * Enable Color Surge motion
52
+ */
53
+ enableColorSurge?: boolean;
54
+ /** Adds border styling to input */
55
+ borderStyle?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;
56
+ /** Border overlay to animate border when focused */
57
+ borderFocusedStyle?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;
58
+ /**
59
+ * The variant of the label. Only used when compact is not true.
60
+ * @default 'outside'
61
+ */
62
+ labelVariant?: 'inside' | 'outside';
63
63
  };
64
- export type InputStackProps = Omit<BoxProps, 'width' | 'height' | 'borderRadius'> & InputStackBaseProps;
64
+ export type InputStackProps = Omit<BoxProps, 'width' | 'height' | 'borderRadius'> &
65
+ InputStackBaseProps;
65
66
  export declare const InputStack: React.NamedExoticComponent<InputStackProps>;
66
- //# sourceMappingURL=InputStack.d.ts.map
67
+ //# sourceMappingURL=InputStack.d.ts.map
@@ -1,4 +1,10 @@
1
1
  import React from 'react';
2
2
  import type { SelectBaseProps } from './Select';
3
- export declare const Menu: ({ onChange, value, children, }: React.PropsWithChildren<Pick<SelectBaseProps, "onChange" | "value">>) => import("react/jsx-runtime").JSX.Element;
4
- //# sourceMappingURL=Menu.d.ts.map
3
+ export declare const Menu: ({
4
+ onChange,
5
+ value,
6
+ children,
7
+ }: React.PropsWithChildren<
8
+ Pick<SelectBaseProps, 'onChange' | 'value'>
9
+ >) => import('react/jsx-runtime').JSX.Element;
10
+ //# sourceMappingURL=Menu.d.ts.map