@coinbase/cds-mobile 8.13.1 → 8.13.5

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 (1008) hide show
  1. package/CHANGELOG.md +61 -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 +17 -6
  336. package/dts/tabs/SegmentedTab.d.ts.map +1 -1
  337. package/dts/tabs/SegmentedTabs.d.ts +9 -4
  338. package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +5 -2
  339. package/dts/tabs/TabIndicator.d.ts +23 -19
  340. package/dts/tabs/TabLabel.d.ts +13 -4
  341. package/dts/tabs/TabNavigation.d.ts +19 -14
  342. package/dts/tabs/Tabs.d.ts +27 -20
  343. package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +1 -1
  344. package/dts/tabs/__figma__/TabNavigation.figma.d.ts +1 -1
  345. package/dts/tabs/hooks/useDotAnimation.d.ts +5 -5
  346. package/dts/tabs/hooks/useTabIndicatorStyles.d.ts +15 -12
  347. package/dts/tabs/index.d.ts +1 -1
  348. package/dts/tag/Tag.d.ts +38 -25
  349. package/dts/tag/__figma__/Tag.figma.d.ts +1 -1
  350. package/dts/themes/coinbaseDenseTheme.d.ts +551 -551
  351. package/dts/themes/coinbaseHighContrastTheme.d.ts +551 -551
  352. package/dts/themes/coinbaseTheme.d.ts +551 -551
  353. package/dts/themes/defaultHighContrastTheme.d.ts +551 -551
  354. package/dts/themes/defaultTheme.d.ts +551 -551
  355. package/dts/tour/DefaultTourMask.d.ts +8 -2
  356. package/dts/tour/DefaultTourStepArrow.d.ts +4 -2
  357. package/dts/tour/Tour.d.ts +59 -54
  358. package/dts/tour/Tour.d.ts.map +1 -1
  359. package/dts/tour/TourStep.d.ts +8 -5
  360. package/dts/tour/TourStep.d.ts.map +1 -1
  361. package/dts/tour/index.d.ts +1 -1
  362. package/dts/typography/Link.d.ts +20 -4
  363. package/dts/typography/Text.d.ts +121 -110
  364. package/dts/typography/TextBody.d.ts +26 -19
  365. package/dts/typography/TextCaption.d.ts +26 -19
  366. package/dts/typography/TextDisplay1.d.ts +26 -19
  367. package/dts/typography/TextDisplay2.d.ts +26 -19
  368. package/dts/typography/TextDisplay3.d.ts +26 -19
  369. package/dts/typography/TextHeadline.d.ts +26 -19
  370. package/dts/typography/TextInherited.d.ts +26 -19
  371. package/dts/typography/TextLabel1.d.ts +26 -19
  372. package/dts/typography/TextLabel2.d.ts +26 -19
  373. package/dts/typography/TextLegal.d.ts +26 -19
  374. package/dts/typography/TextTitle1.d.ts +26 -19
  375. package/dts/typography/TextTitle2.d.ts +26 -19
  376. package/dts/typography/TextTitle3.d.ts +26 -19
  377. package/dts/typography/TextTitle4.d.ts +26 -19
  378. package/dts/typography/__figma__/Link.figma.d.ts +1 -1
  379. package/dts/typography/index.d.ts +1 -1
  380. package/dts/utils/customTabsHelper.d.ts +2 -2
  381. package/dts/utils/debounce.d.ts +5 -2
  382. package/dts/utils/flattenAndJoinNodes.d.ts +18 -4
  383. package/dts/utils/getAdjustedFontScale.d.ts +6 -2
  384. package/dts/utils/getSpacerStyle.d.ts +23 -12
  385. package/dts/utils/haptics.d.ts +7 -7
  386. package/dts/utils/isValidURL.d.ts +1 -1
  387. package/dts/utils/openWebBrowser.d.ts +45 -34
  388. package/dts/utils/testHelpers.d.ts +570 -566
  389. package/dts/visualizations/Counter.d.ts +11 -6
  390. package/dts/visualizations/DefaultProgressCircleContent.d.ts +8 -2
  391. package/dts/visualizations/ProgressBar.d.ts +57 -49
  392. package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +46 -40
  393. package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +35 -27
  394. package/dts/visualizations/ProgressCircle.d.ts +104 -97
  395. package/dts/visualizations/ProgressContainerWithButtons.d.ts +5 -2
  396. package/dts/visualizations/ProgressIndicator.d.ts +39 -32
  397. package/dts/visualizations/ProgressTextLabel.d.ts +17 -9
  398. package/dts/visualizations/VisualizationContainer.d.ts +8 -8
  399. package/dts/visualizations/__figma__/ProgressBar.figma.d.ts +1 -1
  400. package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts +1 -1
  401. package/dts/visualizations/getProgressBarLabelParts.d.ts +16 -12
  402. package/dts/visualizations/index.d.ts +1 -1
  403. package/esm/controls/__stories__/TextInput.stories.js +1 -1
  404. package/esm/numbers/RollingNumber/RollingNumber.js +0 -1
  405. package/esm/numbers/__stories__/RollingNumber.stories.js +2 -1
  406. package/esm/tabs/SegmentedTab.js +12 -3
  407. package/esm/tabs/__stories__/SegmentedTabs.stories.js +25 -0
  408. package/esm/tour/Tour.js +73 -62
  409. package/esm/tour/TourStep.js +5 -4
  410. package/package.json +8 -8
  411. package/dts/accordion/__stories__/Accordion.stories.d.ts +0 -3
  412. package/dts/accordion/__stories__/Accordion.stories.d.ts.map +0 -1
  413. package/dts/accordion/__tests__/Accordion.test.d.ts +0 -2
  414. package/dts/accordion/__tests__/Accordion.test.d.ts.map +0 -1
  415. package/dts/alpha/carousel/__tests__/Carousel.test.d.ts +0 -2
  416. package/dts/alpha/carousel/__tests__/Carousel.test.d.ts.map +0 -1
  417. package/dts/alpha/carousel/__tests__/CarouselItem.test.d.ts +0 -2
  418. package/dts/alpha/carousel/__tests__/CarouselItem.test.d.ts.map +0 -1
  419. package/dts/animation/__stories__/Lottie.stories.d.ts +0 -3
  420. package/dts/animation/__stories__/Lottie.stories.d.ts.map +0 -1
  421. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +0 -3
  422. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts.map +0 -1
  423. package/dts/animation/__tests__/Lottie.perf-test.d.ts +0 -2
  424. package/dts/animation/__tests__/Lottie.perf-test.d.ts.map +0 -1
  425. package/dts/animation/__tests__/Lottie.test.d.ts +0 -2
  426. package/dts/animation/__tests__/Lottie.test.d.ts.map +0 -1
  427. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts +0 -2
  428. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts.map +0 -1
  429. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts +0 -2
  430. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts.map +0 -1
  431. package/dts/animation/__tests__/convertMotionConfig.test.d.ts +0 -2
  432. package/dts/animation/__tests__/convertMotionConfig.test.d.ts.map +0 -1
  433. package/dts/animation/__tests__/createLottie.test.d.ts +0 -2
  434. package/dts/animation/__tests__/createLottie.test.d.ts.map +0 -1
  435. package/dts/banner/__stories__/Banner.stories.d.ts +0 -3
  436. package/dts/banner/__stories__/Banner.stories.d.ts.map +0 -1
  437. package/dts/banner/__tests__/Banner.test.d.ts +0 -2
  438. package/dts/banner/__tests__/Banner.test.d.ts.map +0 -1
  439. package/dts/buttons/__stories__/AvatarButton.stories.d.ts +0 -3
  440. package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +0 -1
  441. package/dts/buttons/__stories__/Button.stories.d.ts +0 -3
  442. package/dts/buttons/__stories__/Button.stories.d.ts.map +0 -1
  443. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +0 -3
  444. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +0 -1
  445. package/dts/buttons/__stories__/IconButton.stories.d.ts +0 -3
  446. package/dts/buttons/__stories__/IconButton.stories.d.ts.map +0 -1
  447. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +0 -3
  448. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +0 -1
  449. package/dts/buttons/__stories__/SlideButton.stories.d.ts +0 -3
  450. package/dts/buttons/__stories__/SlideButton.stories.d.ts.map +0 -1
  451. package/dts/buttons/__tests__/AvatarButton.test.d.ts +0 -2
  452. package/dts/buttons/__tests__/AvatarButton.test.d.ts.map +0 -1
  453. package/dts/buttons/__tests__/Button.perf-test.d.ts +0 -2
  454. package/dts/buttons/__tests__/Button.perf-test.d.ts.map +0 -1
  455. package/dts/buttons/__tests__/Button.test.d.ts +0 -2
  456. package/dts/buttons/__tests__/Button.test.d.ts.map +0 -1
  457. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts +0 -2
  458. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts.map +0 -1
  459. package/dts/buttons/__tests__/IconButton.test.d.ts +0 -2
  460. package/dts/buttons/__tests__/IconButton.test.d.ts.map +0 -1
  461. package/dts/buttons/__tests__/IconCounterButton.test.d.ts +0 -2
  462. package/dts/buttons/__tests__/IconCounterButton.test.d.ts.map +0 -1
  463. package/dts/buttons/__tests__/SlideButton.test.d.ts +0 -2
  464. package/dts/buttons/__tests__/SlideButton.test.d.ts.map +0 -1
  465. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts +0 -2
  466. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts.map +0 -1
  467. package/dts/cards/__stories__/Card.stories.d.ts +0 -3
  468. package/dts/cards/__stories__/Card.stories.d.ts.map +0 -1
  469. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +0 -3
  470. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +0 -1
  471. package/dts/cards/__stories__/ContentCard.stories.d.ts +0 -3
  472. package/dts/cards/__stories__/ContentCard.stories.d.ts.map +0 -1
  473. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +0 -3
  474. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +0 -1
  475. package/dts/cards/__stories__/NudgeCard.stories.d.ts +0 -3
  476. package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +0 -1
  477. package/dts/cards/__stories__/UpsellCard.stories.d.ts +0 -3
  478. package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +0 -1
  479. package/dts/cards/__tests__/CardGroup.test.d.ts +0 -2
  480. package/dts/cards/__tests__/CardGroup.test.d.ts.map +0 -1
  481. package/dts/cards/__tests__/CardMedia.test.d.ts +0 -2
  482. package/dts/cards/__tests__/CardMedia.test.d.ts.map +0 -1
  483. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts +0 -2
  484. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts.map +0 -1
  485. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts +0 -2
  486. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts.map +0 -1
  487. package/dts/cards/__tests__/NudgeCard.test.d.ts +0 -2
  488. package/dts/cards/__tests__/NudgeCard.test.d.ts.map +0 -1
  489. package/dts/cards/__tests__/UpsellCard.test.d.ts +0 -2
  490. package/dts/cards/__tests__/UpsellCard.test.d.ts.map +0 -1
  491. package/dts/carousel/__stories__/Carousel.stories.d.ts +0 -2
  492. package/dts/carousel/__stories__/Carousel.stories.d.ts.map +0 -1
  493. package/dts/carousel/__tests__/Carousel.test.d.ts +0 -2
  494. package/dts/carousel/__tests__/Carousel.test.d.ts.map +0 -1
  495. package/dts/cells/__stories__/ContentCell.stories.d.ts +0 -3
  496. package/dts/cells/__stories__/ContentCell.stories.d.ts.map +0 -1
  497. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +0 -3
  498. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +0 -1
  499. package/dts/cells/__stories__/ListCell.stories.d.ts +0 -3
  500. package/dts/cells/__stories__/ListCell.stories.d.ts.map +0 -1
  501. package/dts/cells/__stories__/ListCellFallback.stories.d.ts +0 -3
  502. package/dts/cells/__stories__/ListCellFallback.stories.d.ts.map +0 -1
  503. package/dts/cells/__tests__/CellMedia.test.d.ts +0 -2
  504. package/dts/cells/__tests__/CellMedia.test.d.ts.map +0 -1
  505. package/dts/cells/__tests__/ContentCell.test.d.ts +0 -2
  506. package/dts/cells/__tests__/ContentCell.test.d.ts.map +0 -1
  507. package/dts/cells/__tests__/ContentCellFallback.test.d.ts +0 -2
  508. package/dts/cells/__tests__/ContentCellFallback.test.d.ts.map +0 -1
  509. package/dts/cells/__tests__/ListCell.perf-test.d.ts +0 -2
  510. package/dts/cells/__tests__/ListCell.perf-test.d.ts.map +0 -1
  511. package/dts/cells/__tests__/ListCell.test.d.ts +0 -2
  512. package/dts/cells/__tests__/ListCell.test.d.ts.map +0 -1
  513. package/dts/cells/__tests__/ListCellFallback.test.d.ts +0 -2
  514. package/dts/cells/__tests__/ListCellFallback.test.d.ts.map +0 -1
  515. package/dts/chips/__stories__/Chip.stories.d.ts +0 -3
  516. package/dts/chips/__stories__/Chip.stories.d.ts.map +0 -1
  517. package/dts/chips/__stories__/InputChip.stories.d.ts +0 -3
  518. package/dts/chips/__stories__/InputChip.stories.d.ts.map +0 -1
  519. package/dts/chips/__stories__/SelectChip.stories.d.ts +0 -3
  520. package/dts/chips/__stories__/SelectChip.stories.d.ts.map +0 -1
  521. package/dts/chips/__stories__/TabbedChips.stories.d.ts +0 -3
  522. package/dts/chips/__stories__/TabbedChips.stories.d.ts.map +0 -1
  523. package/dts/chips/__tests__/Chip.test.d.ts +0 -2
  524. package/dts/chips/__tests__/Chip.test.d.ts.map +0 -1
  525. package/dts/chips/__tests__/InputChip.test.d.ts +0 -2
  526. package/dts/chips/__tests__/InputChip.test.d.ts.map +0 -1
  527. package/dts/chips/__tests__/SelectChip.test.d.ts +0 -2
  528. package/dts/chips/__tests__/SelectChip.test.d.ts.map +0 -1
  529. package/dts/chips/__tests__/TabbedChips.test.d.ts +0 -2
  530. package/dts/chips/__tests__/TabbedChips.test.d.ts.map +0 -1
  531. package/dts/coachmark/__stories__/Coachmark.stories.d.ts +0 -3
  532. package/dts/coachmark/__stories__/Coachmark.stories.d.ts.map +0 -1
  533. package/dts/coachmark/__tests__/Coachmark.test.d.ts +0 -2
  534. package/dts/coachmark/__tests__/Coachmark.test.d.ts.map +0 -1
  535. package/dts/collapsible/__stories__/Collapsible.stories.d.ts +0 -3
  536. package/dts/collapsible/__stories__/Collapsible.stories.d.ts.map +0 -1
  537. package/dts/collapsible/__tests__/Collapsible.test.d.ts +0 -2
  538. package/dts/collapsible/__tests__/Collapsible.test.d.ts.map +0 -1
  539. package/dts/controls/__stories__/Checkbox.stories.d.ts +0 -3
  540. package/dts/controls/__stories__/Checkbox.stories.d.ts.map +0 -1
  541. package/dts/controls/__stories__/CheckboxCell.stories.d.ts +0 -3
  542. package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +0 -1
  543. package/dts/controls/__stories__/ControlGroup.stories.d.ts +0 -3
  544. package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +0 -1
  545. package/dts/controls/__stories__/InputIcon.stories.d.ts +0 -3
  546. package/dts/controls/__stories__/InputIcon.stories.d.ts.map +0 -1
  547. package/dts/controls/__stories__/InputIconButton.stories.d.ts +0 -3
  548. package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +0 -1
  549. package/dts/controls/__stories__/InputStack.stories.d.ts +0 -2
  550. package/dts/controls/__stories__/InputStack.stories.d.ts.map +0 -1
  551. package/dts/controls/__stories__/RadioCell.stories.d.ts +0 -3
  552. package/dts/controls/__stories__/RadioCell.stories.d.ts.map +0 -1
  553. package/dts/controls/__stories__/RadioGroup.stories.d.ts +0 -3
  554. package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +0 -1
  555. package/dts/controls/__stories__/SearchInput.stories.d.ts +0 -3
  556. package/dts/controls/__stories__/SearchInput.stories.d.ts.map +0 -1
  557. package/dts/controls/__stories__/Select.stories.d.ts +0 -3
  558. package/dts/controls/__stories__/Select.stories.d.ts.map +0 -1
  559. package/dts/controls/__stories__/SelectOption.stories.d.ts +0 -2
  560. package/dts/controls/__stories__/SelectOption.stories.d.ts.map +0 -1
  561. package/dts/controls/__stories__/Switch.stories.d.ts +0 -3
  562. package/dts/controls/__stories__/Switch.stories.d.ts.map +0 -1
  563. package/dts/controls/__stories__/TextInput.stories.d.ts +0 -3
  564. package/dts/controls/__stories__/TextInput.stories.d.ts.map +0 -1
  565. package/dts/controls/__tests__/Checkbox.test.d.ts +0 -2
  566. package/dts/controls/__tests__/Checkbox.test.d.ts.map +0 -1
  567. package/dts/controls/__tests__/CheckboxCell.test.d.ts +0 -2
  568. package/dts/controls/__tests__/CheckboxCell.test.d.ts.map +0 -1
  569. package/dts/controls/__tests__/CheckboxGroup.test.d.ts +0 -2
  570. package/dts/controls/__tests__/CheckboxGroup.test.d.ts.map +0 -1
  571. package/dts/controls/__tests__/ControlGroup.test.d.ts +0 -2
  572. package/dts/controls/__tests__/ControlGroup.test.d.ts.map +0 -1
  573. package/dts/controls/__tests__/HelperText.test.d.ts +0 -2
  574. package/dts/controls/__tests__/HelperText.test.d.ts.map +0 -1
  575. package/dts/controls/__tests__/InputIcon.test.d.ts +0 -2
  576. package/dts/controls/__tests__/InputIcon.test.d.ts.map +0 -1
  577. package/dts/controls/__tests__/InputIconButton.test.d.ts +0 -2
  578. package/dts/controls/__tests__/InputIconButton.test.d.ts.map +0 -1
  579. package/dts/controls/__tests__/InputStack.test.d.ts +0 -2
  580. package/dts/controls/__tests__/InputStack.test.d.ts.map +0 -1
  581. package/dts/controls/__tests__/Menu.test.d.ts +0 -2
  582. package/dts/controls/__tests__/Menu.test.d.ts.map +0 -1
  583. package/dts/controls/__tests__/RadioCell.test.d.ts +0 -2
  584. package/dts/controls/__tests__/RadioCell.test.d.ts.map +0 -1
  585. package/dts/controls/__tests__/RadioGroup.test.d.ts +0 -2
  586. package/dts/controls/__tests__/RadioGroup.test.d.ts.map +0 -1
  587. package/dts/controls/__tests__/SearchInput.test.d.ts +0 -2
  588. package/dts/controls/__tests__/SearchInput.test.d.ts.map +0 -1
  589. package/dts/controls/__tests__/Select.test.d.ts +0 -2
  590. package/dts/controls/__tests__/Select.test.d.ts.map +0 -1
  591. package/dts/controls/__tests__/SelectOption.test.d.ts +0 -2
  592. package/dts/controls/__tests__/SelectOption.test.d.ts.map +0 -1
  593. package/dts/controls/__tests__/Switch.test.d.ts +0 -2
  594. package/dts/controls/__tests__/Switch.test.d.ts.map +0 -1
  595. package/dts/controls/__tests__/TextInput.test.d.ts +0 -2
  596. package/dts/controls/__tests__/TextInput.test.d.ts.map +0 -1
  597. package/dts/controls/__tests__/useControlMotionProps.test.d.ts +0 -2
  598. package/dts/controls/__tests__/useControlMotionProps.test.d.ts.map +0 -1
  599. package/dts/dates/__stories__/DateInput.stories.d.ts +0 -3
  600. package/dts/dates/__stories__/DateInput.stories.d.ts.map +0 -1
  601. package/dts/dates/__stories__/DatePicker.stories.d.ts +0 -3
  602. package/dts/dates/__stories__/DatePicker.stories.d.ts.map +0 -1
  603. package/dts/dots/__stories__/Dot.stories.d.ts +0 -3
  604. package/dts/dots/__stories__/Dot.stories.d.ts.map +0 -1
  605. package/dts/dots/__stories__/DotMisc.stories.d.ts +0 -3
  606. package/dts/dots/__stories__/DotMisc.stories.d.ts.map +0 -1
  607. package/dts/dots/__tests__/DotCount.test.d.ts +0 -2
  608. package/dts/dots/__tests__/DotCount.test.d.ts.map +0 -1
  609. package/dts/dots/__tests__/DotStatusColor.test.d.ts +0 -2
  610. package/dts/dots/__tests__/DotStatusColor.test.d.ts.map +0 -1
  611. package/dts/dots/__tests__/DotSymbol.test.d.ts +0 -2
  612. package/dts/dots/__tests__/DotSymbol.test.d.ts.map +0 -1
  613. package/dts/dots/__tests__/getTransformers.test.d.ts +0 -2
  614. package/dts/dots/__tests__/getTransformers.test.d.ts.map +0 -1
  615. package/dts/gradients/__stories__/LinearGradient.stories.d.ts +0 -3
  616. package/dts/gradients/__stories__/LinearGradient.stories.d.ts.map +0 -1
  617. package/dts/hooks/__tests__/constants.d.ts +0 -2
  618. package/dts/hooks/__tests__/constants.d.ts.map +0 -1
  619. package/dts/hooks/__tests__/useA11y.test.d.ts +0 -2
  620. package/dts/hooks/__tests__/useA11y.test.d.ts.map +0 -1
  621. package/dts/hooks/__tests__/useAppState.test.d.ts +0 -2
  622. package/dts/hooks/__tests__/useAppState.test.d.ts.map +0 -1
  623. package/dts/hooks/__tests__/useCellSpacing.test.d.ts +0 -2
  624. package/dts/hooks/__tests__/useCellSpacing.test.d.ts.map +0 -1
  625. package/dts/hooks/__tests__/useDimension.test.d.ts +0 -2
  626. package/dts/hooks/__tests__/useDimension.test.d.ts.map +0 -1
  627. package/dts/hooks/__tests__/useInputBorderStyle.test.d.ts +0 -2
  628. package/dts/hooks/__tests__/useInputBorderStyle.test.d.ts.map +0 -1
  629. package/dts/hooks/__tests__/usePressAnimation.test.d.ts +0 -2
  630. package/dts/hooks/__tests__/usePressAnimation.test.d.ts.map +0 -1
  631. package/dts/hooks/__tests__/useScreenReaderStatus.test.d.ts +0 -2
  632. package/dts/hooks/__tests__/useScreenReaderStatus.test.d.ts.map +0 -1
  633. package/dts/hooks/__tests__/useScrollOffset.test.d.ts +0 -2
  634. package/dts/hooks/__tests__/useScrollOffset.test.d.ts.map +0 -1
  635. package/dts/hooks/__tests__/useScrollTo.test.d.ts +0 -2
  636. package/dts/hooks/__tests__/useScrollTo.test.d.ts.map +0 -1
  637. package/dts/hooks/__tests__/useStatusBarHeight.test.d.ts +0 -2
  638. package/dts/hooks/__tests__/useStatusBarHeight.test.d.ts.map +0 -1
  639. package/dts/hooks/__tests__/useWebBrowserOpener.test.d.ts +0 -2
  640. package/dts/hooks/__tests__/useWebBrowserOpener.test.d.ts.map +0 -1
  641. package/dts/icons/__stories__/Icon.stories.d.ts +0 -5
  642. package/dts/icons/__stories__/Icon.stories.d.ts.map +0 -1
  643. package/dts/icons/__stories__/IconSheet.d.ts +0 -8
  644. package/dts/icons/__stories__/IconSheet.d.ts.map +0 -1
  645. package/dts/icons/__stories__/Logo.stories.d.ts +0 -3
  646. package/dts/icons/__stories__/Logo.stories.d.ts.map +0 -1
  647. package/dts/icons/__tests__/Icon.perf-test.d.ts +0 -2
  648. package/dts/icons/__tests__/Icon.perf-test.d.ts.map +0 -1
  649. package/dts/icons/__tests__/Icon.test.d.ts +0 -2
  650. package/dts/icons/__tests__/Icon.test.d.ts.map +0 -1
  651. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts +0 -3
  652. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +0 -1
  653. package/dts/illustrations/__stories__/Pictogram.stories.d.ts +0 -3
  654. package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +0 -1
  655. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +0 -3
  656. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +0 -1
  657. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +0 -3
  658. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +0 -1
  659. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +0 -3
  660. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +0 -1
  661. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +0 -4
  662. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts.map +0 -1
  663. package/dts/illustrations/__tests__/HeroSquare.test.d.ts +0 -2
  664. package/dts/illustrations/__tests__/HeroSquare.test.d.ts.map +0 -1
  665. package/dts/illustrations/__tests__/Pictogram.test.d.ts +0 -2
  666. package/dts/illustrations/__tests__/Pictogram.test.d.ts.map +0 -1
  667. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts +0 -2
  668. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts.map +0 -1
  669. package/dts/illustrations/__tests__/SpotSquare.test.d.ts +0 -2
  670. package/dts/illustrations/__tests__/SpotSquare.test.d.ts.map +0 -1
  671. package/dts/layout/__stories__/Box.stories.d.ts +0 -3
  672. package/dts/layout/__stories__/Box.stories.d.ts.map +0 -1
  673. package/dts/layout/__stories__/Divider.stories.d.ts +0 -3
  674. package/dts/layout/__stories__/Divider.stories.d.ts.map +0 -1
  675. package/dts/layout/__stories__/Group.stories.d.ts +0 -3
  676. package/dts/layout/__stories__/Group.stories.d.ts.map +0 -1
  677. package/dts/layout/__stories__/LoremIpsum.d.ts +0 -9
  678. package/dts/layout/__stories__/LoremIpsum.d.ts.map +0 -1
  679. package/dts/layout/__stories__/Spacer.stories.d.ts +0 -3
  680. package/dts/layout/__stories__/Spacer.stories.d.ts.map +0 -1
  681. package/dts/layout/__tests__/Box.perf-test.d.ts +0 -2
  682. package/dts/layout/__tests__/Box.perf-test.d.ts.map +0 -1
  683. package/dts/layout/__tests__/Box.test.d.ts +0 -2
  684. package/dts/layout/__tests__/Box.test.d.ts.map +0 -1
  685. package/dts/layout/__tests__/Divider.perf-test.d.ts +0 -2
  686. package/dts/layout/__tests__/Divider.perf-test.d.ts.map +0 -1
  687. package/dts/layout/__tests__/Fallback.perf-test.d.ts +0 -2
  688. package/dts/layout/__tests__/Fallback.perf-test.d.ts.map +0 -1
  689. package/dts/layout/__tests__/Fallback.test.d.ts +0 -2
  690. package/dts/layout/__tests__/Fallback.test.d.ts.map +0 -1
  691. package/dts/loaders/__stories__/Spinner.stories.d.ts +0 -3
  692. package/dts/loaders/__stories__/Spinner.stories.d.ts.map +0 -1
  693. package/dts/loaders/__tests__/Spinner.test.d.ts +0 -2
  694. package/dts/loaders/__tests__/Spinner.test.d.ts.map +0 -1
  695. package/dts/media/Carousel/__tests__/Carousel.test.d.ts +0 -2
  696. package/dts/media/Carousel/__tests__/Carousel.test.d.ts.map +0 -1
  697. package/dts/media/Carousel/__tests__/useCarousel.test.d.ts +0 -2
  698. package/dts/media/Carousel/__tests__/useCarousel.test.d.ts.map +0 -1
  699. package/dts/media/Carousel/__tests__/useCarouselItem.test.d.ts +0 -2
  700. package/dts/media/Carousel/__tests__/useCarouselItem.test.d.ts.map +0 -1
  701. package/dts/media/__stories__/Avatar.stories.d.ts +0 -3
  702. package/dts/media/__stories__/Avatar.stories.d.ts.map +0 -1
  703. package/dts/media/__stories__/CarouselAlphaExample.d.ts +0 -7
  704. package/dts/media/__stories__/CarouselAlphaExample.d.ts.map +0 -1
  705. package/dts/media/__stories__/CarouselMedia.stories.d.ts +0 -3
  706. package/dts/media/__stories__/CarouselMedia.stories.d.ts.map +0 -1
  707. package/dts/media/__stories__/RemoteImage.stories.d.ts +0 -3
  708. package/dts/media/__stories__/RemoteImage.stories.d.ts.map +0 -1
  709. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +0 -5
  710. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts.map +0 -1
  711. package/dts/media/__tests__/Avatar.test.d.ts +0 -2
  712. package/dts/media/__tests__/Avatar.test.d.ts.map +0 -1
  713. package/dts/media/__tests__/RemoteImage.test.d.ts +0 -2
  714. package/dts/media/__tests__/RemoteImage.test.d.ts.map +0 -1
  715. package/dts/media/__tests__/RemoteImageGroup.test.d.ts +0 -2
  716. package/dts/media/__tests__/RemoteImageGroup.test.d.ts.map +0 -1
  717. package/dts/media/__tests__/getSource.test.d.ts +0 -2
  718. package/dts/media/__tests__/getSource.test.d.ts.map +0 -1
  719. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +0 -3
  720. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +0 -1
  721. package/dts/motion/__stories__/HintMotion.stories.d.ts +0 -3
  722. package/dts/motion/__stories__/HintMotion.stories.d.ts.map +0 -1
  723. package/dts/motion/__tests__/AnimatedCaret.test.d.ts +0 -2
  724. package/dts/motion/__tests__/AnimatedCaret.test.d.ts.map +0 -1
  725. package/dts/motion/__tests__/Pulse.test.d.ts +0 -2
  726. package/dts/motion/__tests__/Pulse.test.d.ts.map +0 -1
  727. package/dts/motion/__tests__/Shake.test.d.ts +0 -2
  728. package/dts/motion/__tests__/Shake.test.d.ts.map +0 -1
  729. package/dts/motion/__tests__/convertMotionConfig.test.d.ts +0 -2
  730. package/dts/motion/__tests__/convertMotionConfig.test.d.ts.map +0 -1
  731. package/dts/motion/__tests__/withMotionTiming.test.d.ts +0 -2
  732. package/dts/motion/__tests__/withMotionTiming.test.d.ts.map +0 -1
  733. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +0 -6
  734. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts.map +0 -1
  735. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts +0 -2
  736. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts.map +0 -1
  737. package/dts/navigation/__stories__/BrowserBar.stories.d.ts +0 -3
  738. package/dts/navigation/__stories__/BrowserBar.stories.d.ts.map +0 -1
  739. package/dts/navigation/__stories__/BrowserBarSearchInput.stories.d.ts +0 -3
  740. package/dts/navigation/__stories__/BrowserBarSearchInput.stories.d.ts.map +0 -1
  741. package/dts/navigation/__stories__/NavBarIconButton.stories.d.ts +0 -3
  742. package/dts/navigation/__stories__/NavBarIconButton.stories.d.ts.map +0 -1
  743. package/dts/navigation/__stories__/NavigationSubtitle.stories.d.ts +0 -3
  744. package/dts/navigation/__stories__/NavigationSubtitle.stories.d.ts.map +0 -1
  745. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +0 -3
  746. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +0 -1
  747. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +0 -3
  748. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +0 -1
  749. package/dts/navigation/__stories__/TopNavBar.stories.d.ts +0 -3
  750. package/dts/navigation/__stories__/TopNavBar.stories.d.ts.map +0 -1
  751. package/dts/navigation/__tests__/BrowserBar.test.d.ts +0 -2
  752. package/dts/navigation/__tests__/BrowserBar.test.d.ts.map +0 -1
  753. package/dts/navigation/__tests__/BrowserBarSearchInput.test.d.ts +0 -2
  754. package/dts/navigation/__tests__/BrowserBarSearchInput.test.d.ts.map +0 -1
  755. package/dts/navigation/__tests__/NavBarIconButton.test.d.ts +0 -2
  756. package/dts/navigation/__tests__/NavBarIconButton.test.d.ts.map +0 -1
  757. package/dts/navigation/__tests__/NavigationSubtitle.test.d.ts +0 -2
  758. package/dts/navigation/__tests__/NavigationSubtitle.test.d.ts.map +0 -1
  759. package/dts/navigation/__tests__/NavigationTitle.test.d.ts +0 -2
  760. package/dts/navigation/__tests__/NavigationTitle.test.d.ts.map +0 -1
  761. package/dts/navigation/__tests__/NavigationTitleSelect.test.d.ts +0 -2
  762. package/dts/navigation/__tests__/NavigationTitleSelect.test.d.ts.map +0 -1
  763. package/dts/navigation/__tests__/TopNavBar.test.d.ts +0 -2
  764. package/dts/navigation/__tests__/TopNavBar.test.d.ts.map +0 -1
  765. package/dts/numbers/__stories__/RollingNumber.stories.d.ts +0 -7
  766. package/dts/numbers/__stories__/RollingNumber.stories.d.ts.map +0 -1
  767. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts +0 -2
  768. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts.map +0 -1
  769. package/dts/numpad/__stories__/Numpad.stories.d.ts +0 -3
  770. package/dts/numpad/__stories__/Numpad.stories.d.ts.map +0 -1
  771. package/dts/numpad/__tests__/Numpad.test.d.ts +0 -2
  772. package/dts/numpad/__tests__/Numpad.test.d.ts.map +0 -1
  773. package/dts/overlays/__stories__/AlertBasic.stories.d.ts +0 -3
  774. package/dts/overlays/__stories__/AlertBasic.stories.d.ts.map +0 -1
  775. package/dts/overlays/__stories__/AlertLongTitle.stories.d.ts +0 -3
  776. package/dts/overlays/__stories__/AlertLongTitle.stories.d.ts.map +0 -1
  777. package/dts/overlays/__stories__/AlertOverModal.stories.d.ts +0 -3
  778. package/dts/overlays/__stories__/AlertOverModal.stories.d.ts.map +0 -1
  779. package/dts/overlays/__stories__/AlertPortal.stories.d.ts +0 -3
  780. package/dts/overlays/__stories__/AlertPortal.stories.d.ts.map +0 -1
  781. package/dts/overlays/__stories__/AlertSingleAction.stories.d.ts +0 -3
  782. package/dts/overlays/__stories__/AlertSingleAction.stories.d.ts.map +0 -1
  783. package/dts/overlays/__stories__/AlertVerticalActions.stories.d.ts +0 -3
  784. package/dts/overlays/__stories__/AlertVerticalActions.stories.d.ts.map +0 -1
  785. package/dts/overlays/__stories__/DrawerBottom.stories.d.ts +0 -3
  786. package/dts/overlays/__stories__/DrawerBottom.stories.d.ts.map +0 -1
  787. package/dts/overlays/__stories__/DrawerFallback.stories.d.ts +0 -3
  788. package/dts/overlays/__stories__/DrawerFallback.stories.d.ts.map +0 -1
  789. package/dts/overlays/__stories__/DrawerLeft.stories.d.ts +0 -3
  790. package/dts/overlays/__stories__/DrawerLeft.stories.d.ts.map +0 -1
  791. package/dts/overlays/__stories__/DrawerMisc.stories.d.ts +0 -3
  792. package/dts/overlays/__stories__/DrawerMisc.stories.d.ts.map +0 -1
  793. package/dts/overlays/__stories__/DrawerRight.stories.d.ts +0 -3
  794. package/dts/overlays/__stories__/DrawerRight.stories.d.ts.map +0 -1
  795. package/dts/overlays/__stories__/DrawerScrollable.stories.d.ts +0 -3
  796. package/dts/overlays/__stories__/DrawerScrollable.stories.d.ts.map +0 -1
  797. package/dts/overlays/__stories__/DrawerTop.stories.d.ts +0 -3
  798. package/dts/overlays/__stories__/DrawerTop.stories.d.ts.map +0 -1
  799. package/dts/overlays/__stories__/Drawers.d.ts +0 -15
  800. package/dts/overlays/__stories__/Drawers.d.ts.map +0 -1
  801. package/dts/overlays/__stories__/ModalBackButton.stories.d.ts +0 -3
  802. package/dts/overlays/__stories__/ModalBackButton.stories.d.ts.map +0 -1
  803. package/dts/overlays/__stories__/ModalBasic.stories.d.ts +0 -3
  804. package/dts/overlays/__stories__/ModalBasic.stories.d.ts.map +0 -1
  805. package/dts/overlays/__stories__/ModalLong.stories.d.ts +0 -3
  806. package/dts/overlays/__stories__/ModalLong.stories.d.ts.map +0 -1
  807. package/dts/overlays/__stories__/ModalPortal.stories.d.ts +0 -3
  808. package/dts/overlays/__stories__/ModalPortal.stories.d.ts.map +0 -1
  809. package/dts/overlays/__stories__/Overlay.stories.d.ts +0 -3
  810. package/dts/overlays/__stories__/Overlay.stories.d.ts.map +0 -1
  811. package/dts/overlays/__stories__/Toast.stories.d.ts +0 -3
  812. package/dts/overlays/__stories__/Toast.stories.d.ts.map +0 -1
  813. package/dts/overlays/__stories__/TooltipV2.stories.d.ts +0 -3
  814. package/dts/overlays/__stories__/TooltipV2.stories.d.ts.map +0 -1
  815. package/dts/overlays/__stories__/TrayAction.stories.d.ts +0 -6
  816. package/dts/overlays/__stories__/TrayAction.stories.d.ts.map +0 -1
  817. package/dts/overlays/__stories__/TrayBasic.stories.d.ts +0 -3
  818. package/dts/overlays/__stories__/TrayBasic.stories.d.ts.map +0 -1
  819. package/dts/overlays/__stories__/TrayFallback.stories.d.ts +0 -3
  820. package/dts/overlays/__stories__/TrayFallback.stories.d.ts.map +0 -1
  821. package/dts/overlays/__stories__/TrayFeedCard.stories.d.ts +0 -3
  822. package/dts/overlays/__stories__/TrayFeedCard.stories.d.ts.map +0 -1
  823. package/dts/overlays/__stories__/TrayInformational.stories.d.ts +0 -5
  824. package/dts/overlays/__stories__/TrayInformational.stories.d.ts.map +0 -1
  825. package/dts/overlays/__stories__/TrayMessaging.stories.d.ts +0 -4
  826. package/dts/overlays/__stories__/TrayMessaging.stories.d.ts.map +0 -1
  827. package/dts/overlays/__stories__/TrayMisc.stories.d.ts +0 -3
  828. package/dts/overlays/__stories__/TrayMisc.stories.d.ts.map +0 -1
  829. package/dts/overlays/__stories__/TrayNavigation.stories.d.ts +0 -3
  830. package/dts/overlays/__stories__/TrayNavigation.stories.d.ts.map +0 -1
  831. package/dts/overlays/__stories__/TrayPromotional.stories.d.ts +0 -4
  832. package/dts/overlays/__stories__/TrayPromotional.stories.d.ts.map +0 -1
  833. package/dts/overlays/__stories__/TrayScrollable.stories.d.ts +0 -3
  834. package/dts/overlays/__stories__/TrayScrollable.stories.d.ts.map +0 -1
  835. package/dts/overlays/__stories__/TrayTall.stories.d.ts +0 -3
  836. package/dts/overlays/__stories__/TrayTall.stories.d.ts.map +0 -1
  837. package/dts/overlays/__stories__/TrayWithTitle.stories.d.ts +0 -3
  838. package/dts/overlays/__stories__/TrayWithTitle.stories.d.ts.map +0 -1
  839. package/dts/overlays/__stories__/Trays.d.ts +0 -11
  840. package/dts/overlays/__stories__/Trays.d.ts.map +0 -1
  841. package/dts/overlays/__tests__/Alert.test.d.ts +0 -2
  842. package/dts/overlays/__tests__/Alert.test.d.ts.map +0 -1
  843. package/dts/overlays/__tests__/PortalProvider.test.d.ts +0 -2
  844. package/dts/overlays/__tests__/PortalProvider.test.d.ts.map +0 -1
  845. package/dts/overlays/__tests__/Toast.test.d.ts +0 -2
  846. package/dts/overlays/__tests__/Toast.test.d.ts.map +0 -1
  847. package/dts/overlays/drawer/__tests__/Drawer.test.d.ts +0 -2
  848. package/dts/overlays/drawer/__tests__/Drawer.test.d.ts.map +0 -1
  849. package/dts/overlays/drawer/__tests__/useDrawerSpacing.test.d.ts +0 -2
  850. package/dts/overlays/drawer/__tests__/useDrawerSpacing.test.d.ts.map +0 -1
  851. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts +0 -2
  852. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts.map +0 -1
  853. package/dts/overlays/modal/__tests__/Modal.test.d.ts +0 -2
  854. package/dts/overlays/modal/__tests__/Modal.test.d.ts.map +0 -1
  855. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts +0 -2
  856. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts.map +0 -1
  857. package/dts/overlays/overlay/__tests__/useOverlayAnimation.test.d.ts +0 -2
  858. package/dts/overlays/overlay/__tests__/useOverlayAnimation.test.d.ts.map +0 -1
  859. package/dts/overlays/tooltip/__tests__/InternalTooltip.test.d.ts +0 -2
  860. package/dts/overlays/tooltip/__tests__/InternalTooltip.test.d.ts.map +0 -1
  861. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts +0 -2
  862. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts.map +0 -1
  863. package/dts/overlays/tooltip/__tests__/UseTooltipPositionTestData.d.ts +0 -19
  864. package/dts/overlays/tooltip/__tests__/UseTooltipPositionTestData.d.ts.map +0 -1
  865. package/dts/overlays/tray/__tests__/Tray.test.d.ts +0 -2
  866. package/dts/overlays/tray/__tests__/Tray.test.d.ts.map +0 -1
  867. package/dts/page/__stories__/PageFooter.stories.d.ts +0 -3
  868. package/dts/page/__stories__/PageFooter.stories.d.ts.map +0 -1
  869. package/dts/page/__stories__/PageFooterInPage.stories.d.ts +0 -3
  870. package/dts/page/__stories__/PageFooterInPage.stories.d.ts.map +0 -1
  871. package/dts/page/__stories__/PageHeader.stories.d.ts +0 -3
  872. package/dts/page/__stories__/PageHeader.stories.d.ts.map +0 -1
  873. package/dts/page/__stories__/PageHeaderInErrorEmptyState.stories.d.ts +0 -3
  874. package/dts/page/__stories__/PageHeaderInErrorEmptyState.stories.d.ts.map +0 -1
  875. package/dts/page/__stories__/PageHeaderInPage.stories.d.ts +0 -3
  876. package/dts/page/__stories__/PageHeaderInPage.stories.d.ts.map +0 -1
  877. package/dts/page/__tests__/PageFooter.test.d.ts +0 -2
  878. package/dts/page/__tests__/PageFooter.test.d.ts.map +0 -1
  879. package/dts/page/__tests__/PageHeader.test.d.ts +0 -2
  880. package/dts/page/__tests__/PageHeader.test.d.ts.map +0 -1
  881. package/dts/section-header/__stories__/SectionHeader.stories.d.ts +0 -3
  882. package/dts/section-header/__stories__/SectionHeader.stories.d.ts.map +0 -1
  883. package/dts/section-header/__tests__/SectionHeader.test.d.ts +0 -2
  884. package/dts/section-header/__tests__/SectionHeader.test.d.ts.map +0 -1
  885. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +0 -3
  886. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +0 -1
  887. package/dts/stepper/__stories__/StepperVertical.stories.d.ts +0 -3
  888. package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +0 -1
  889. package/dts/sticky-footer/__stories__/StickyFooter.stories.d.ts +0 -3
  890. package/dts/sticky-footer/__stories__/StickyFooter.stories.d.ts.map +0 -1
  891. package/dts/sticky-footer/__stories__/StickyFooterWithTray.stories.d.ts +0 -3
  892. package/dts/sticky-footer/__stories__/StickyFooterWithTray.stories.d.ts.map +0 -1
  893. package/dts/sticky-footer/__tests__/StickyFooter.test.d.ts +0 -2
  894. package/dts/sticky-footer/__tests__/StickyFooter.test.d.ts.map +0 -1
  895. package/dts/system/__stories__/Frontier.stories.d.ts +0 -3
  896. package/dts/system/__stories__/Frontier.stories.d.ts.map +0 -1
  897. package/dts/system/__stories__/Palette.stories.d.ts +0 -3
  898. package/dts/system/__stories__/Palette.stories.d.ts.map +0 -1
  899. package/dts/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.d.ts +0 -3
  900. package/dts/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.d.ts.map +0 -1
  901. package/dts/system/__stories__/PatternDisclosureHighFrictionRisk.stories.d.ts +0 -3
  902. package/dts/system/__stories__/PatternDisclosureHighFrictionRisk.stories.d.ts.map +0 -1
  903. package/dts/system/__stories__/PatternDisclosureLowFriction.stories.d.ts +0 -3
  904. package/dts/system/__stories__/PatternDisclosureLowFriction.stories.d.ts.map +0 -1
  905. package/dts/system/__stories__/PatternDisclosureMedFriction.stories.d.ts +0 -3
  906. package/dts/system/__stories__/PatternDisclosureMedFriction.stories.d.ts.map +0 -1
  907. package/dts/system/__stories__/PatternError.stories.d.ts +0 -3
  908. package/dts/system/__stories__/PatternError.stories.d.ts.map +0 -1
  909. package/dts/system/__stories__/Pressable.stories.d.ts +0 -3
  910. package/dts/system/__stories__/Pressable.stories.d.ts.map +0 -1
  911. package/dts/system/__stories__/PressableOpacity.stories.d.ts +0 -3
  912. package/dts/system/__stories__/PressableOpacity.stories.d.ts.map +0 -1
  913. package/dts/system/__stories__/Spectrum.stories.d.ts +0 -4
  914. package/dts/system/__stories__/Spectrum.stories.d.ts.map +0 -1
  915. package/dts/system/__stories__/ThemeProvider.stories.d.ts +0 -3
  916. package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +0 -1
  917. package/dts/system/__tests__/AndroidNavigationBar.test.d.ts +0 -2
  918. package/dts/system/__tests__/AndroidNavigationBar.test.d.ts.map +0 -1
  919. package/dts/system/__tests__/StatusBar.test.d.ts +0 -2
  920. package/dts/system/__tests__/StatusBar.test.d.ts.map +0 -1
  921. package/dts/system/__tests__/useAndroidNavigationBarUpdater.test.d.ts +0 -2
  922. package/dts/system/__tests__/useAndroidNavigationBarUpdater.test.d.ts.map +0 -1
  923. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +0 -3
  924. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +0 -1
  925. package/dts/tabs/__stories__/TabIndicator.stories.d.ts +0 -3
  926. package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +0 -1
  927. package/dts/tabs/__stories__/TabLabel.stories.d.ts +0 -3
  928. package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +0 -1
  929. package/dts/tabs/__stories__/TabNavigation.stories.d.ts +0 -3
  930. package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +0 -1
  931. package/dts/tabs/__stories__/Tabs.stories.d.ts +0 -3
  932. package/dts/tabs/__stories__/Tabs.stories.d.ts.map +0 -1
  933. package/dts/tabs/__tests__/SegmentedTab.test.d.ts +0 -2
  934. package/dts/tabs/__tests__/SegmentedTab.test.d.ts.map +0 -1
  935. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts +0 -2
  936. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts.map +0 -1
  937. package/dts/tabs/__tests__/TabIndicator.test.d.ts +0 -2
  938. package/dts/tabs/__tests__/TabIndicator.test.d.ts.map +0 -1
  939. package/dts/tabs/__tests__/TabNavigation.test.d.ts +0 -2
  940. package/dts/tabs/__tests__/TabNavigation.test.d.ts.map +0 -1
  941. package/dts/tabs/hooks/__tests__/useDotAnimation.test.d.ts +0 -2
  942. package/dts/tabs/hooks/__tests__/useDotAnimation.test.d.ts.map +0 -1
  943. package/dts/tag/__stories__/Tag.stories.d.ts +0 -3
  944. package/dts/tag/__stories__/Tag.stories.d.ts.map +0 -1
  945. package/dts/tag/__tests__/Tag.test.d.ts +0 -2
  946. package/dts/tag/__tests__/Tag.test.d.ts.map +0 -1
  947. package/dts/tour/__stories__/Tour.stories.d.ts +0 -4
  948. package/dts/tour/__stories__/Tour.stories.d.ts.map +0 -1
  949. package/dts/tour/__tests__/Tour.test.d.ts +0 -2
  950. package/dts/tour/__tests__/Tour.test.d.ts.map +0 -1
  951. package/dts/typography/__stories__/Link.stories.d.ts +0 -3
  952. package/dts/typography/__stories__/Link.stories.d.ts.map +0 -1
  953. package/dts/typography/__stories__/Text.stories.d.ts +0 -3
  954. package/dts/typography/__stories__/Text.stories.d.ts.map +0 -1
  955. package/dts/typography/__stories__/TextBody.stories.d.ts +0 -3
  956. package/dts/typography/__stories__/TextBody.stories.d.ts.map +0 -1
  957. package/dts/typography/__stories__/TextCaption.stories.d.ts +0 -3
  958. package/dts/typography/__stories__/TextCaption.stories.d.ts.map +0 -1
  959. package/dts/typography/__stories__/TextCore.stories.d.ts +0 -3
  960. package/dts/typography/__stories__/TextCore.stories.d.ts.map +0 -1
  961. package/dts/typography/__stories__/TextDisplay1.stories.d.ts +0 -3
  962. package/dts/typography/__stories__/TextDisplay1.stories.d.ts.map +0 -1
  963. package/dts/typography/__stories__/TextDisplay2.stories.d.ts +0 -3
  964. package/dts/typography/__stories__/TextDisplay2.stories.d.ts.map +0 -1
  965. package/dts/typography/__stories__/TextDisplay3.stories.d.ts +0 -3
  966. package/dts/typography/__stories__/TextDisplay3.stories.d.ts.map +0 -1
  967. package/dts/typography/__stories__/TextExamples.d.ts +0 -8
  968. package/dts/typography/__stories__/TextExamples.d.ts.map +0 -1
  969. package/dts/typography/__stories__/TextHeadline.stories.d.ts +0 -3
  970. package/dts/typography/__stories__/TextHeadline.stories.d.ts.map +0 -1
  971. package/dts/typography/__stories__/TextLabel1.stories.d.ts +0 -3
  972. package/dts/typography/__stories__/TextLabel1.stories.d.ts.map +0 -1
  973. package/dts/typography/__stories__/TextLabel2.stories.d.ts +0 -3
  974. package/dts/typography/__stories__/TextLabel2.stories.d.ts.map +0 -1
  975. package/dts/typography/__stories__/TextLegal.stories.d.ts +0 -3
  976. package/dts/typography/__stories__/TextLegal.stories.d.ts.map +0 -1
  977. package/dts/typography/__stories__/TextTitle1.stories.d.ts +0 -3
  978. package/dts/typography/__stories__/TextTitle1.stories.d.ts.map +0 -1
  979. package/dts/typography/__stories__/TextTitle2.stories.d.ts +0 -3
  980. package/dts/typography/__stories__/TextTitle2.stories.d.ts.map +0 -1
  981. package/dts/typography/__stories__/TextTitle3.stories.d.ts +0 -3
  982. package/dts/typography/__stories__/TextTitle3.stories.d.ts.map +0 -1
  983. package/dts/typography/__stories__/TextTitle4.stories.d.ts +0 -3
  984. package/dts/typography/__stories__/TextTitle4.stories.d.ts.map +0 -1
  985. package/dts/typography/__tests__/Link.perf-test.d.ts +0 -2
  986. package/dts/typography/__tests__/Link.perf-test.d.ts.map +0 -1
  987. package/dts/typography/__tests__/Link.test.d.ts +0 -2
  988. package/dts/typography/__tests__/Link.test.d.ts.map +0 -1
  989. package/dts/typography/__tests__/Text.test.d.ts +0 -2
  990. package/dts/typography/__tests__/Text.test.d.ts.map +0 -1
  991. package/dts/utils/__tests__/debounce.test.d.ts +0 -2
  992. package/dts/utils/__tests__/debounce.test.d.ts.map +0 -1
  993. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts +0 -2
  994. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts.map +0 -1
  995. package/dts/utils/__tests__/isValidURL.test.d.ts +0 -2
  996. package/dts/utils/__tests__/isValidURL.test.d.ts.map +0 -1
  997. package/dts/utils/__tests__/openWebBrowser.test.d.ts +0 -2
  998. package/dts/utils/__tests__/openWebBrowser.test.d.ts.map +0 -1
  999. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +0 -3
  1000. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +0 -1
  1001. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +0 -3
  1002. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts.map +0 -1
  1003. package/dts/visualizations/__tests__/ProgressBar.test.d.ts +0 -2
  1004. package/dts/visualizations/__tests__/ProgressBar.test.d.ts.map +0 -1
  1005. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts +0 -2
  1006. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts.map +0 -1
  1007. package/dts/visualizations/__tests__/ProgressIndicator.test.d.ts +0 -2
  1008. package/dts/visualizations/__tests__/ProgressIndicator.test.d.ts.map +0 -1
@@ -6,43 +6,60 @@ import type { SharedAccessibilityProps } from '@coinbase/cds-common/types/Shared
6
6
  import type { TextBaseProps } from '../typography/Text';
7
7
  import type { TextInputBaseProps } from './TextInput';
8
8
  export type NativeInputProps = {
9
- /**
10
- * Text Align Input
11
- * @default start
12
- * */
13
- align?: TextBaseProps['align'];
14
- /** Custom container spacing if needed. This will add to the existing spacing */
15
- containerSpacing?: ViewStyle | undefined;
16
- /**
17
- * Disables input
18
- * @default false
19
- * */
20
- disabled?: boolean;
21
- /**
22
- * Native TextInput textAlign with the extra unset option to remove the textAlign style.
23
- * Use this to workaround the issue where long text does not ellipsis in TextInput
24
- * @warning Setting this to unset will break alignment for RTL languages.
25
- */
26
- textAlign?: TextInputProps['textAlign'] | 'unset';
27
- } & SharedProps & Pick<TextInputBaseProps, 'compact'> & Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityLabelledBy' | 'accessibilityHint'> & Omit<TextInputProps, 'textAlign'>;
28
- export declare const NativeInput: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
29
- /**
30
- * Text Align Input
31
- * @default start
32
- * */
33
- align?: TextBaseProps["align"];
34
- /** Custom container spacing if needed. This will add to the existing spacing */
35
- containerSpacing?: ViewStyle | undefined;
36
- /**
37
- * Disables input
38
- * @default false
39
- * */
40
- disabled?: boolean;
41
- /**
42
- * Native TextInput textAlign with the extra unset option to remove the textAlign style.
43
- * Use this to workaround the issue where long text does not ellipsis in TextInput
44
- * @warning Setting this to unset will break alignment for RTL languages.
45
- */
46
- textAlign?: TextInputProps["textAlign"] | "unset";
47
- } & SharedProps & Pick<TextInputBaseProps, "compact"> & Pick<SharedAccessibilityProps, "accessibilityLabel" | "accessibilityHint" | "accessibilityLabelledBy"> & Omit<TextInputProps, "textAlign"> & React.RefAttributes<TextInput>>>;
48
- //# sourceMappingURL=NativeInput.d.ts.map
9
+ /**
10
+ * Text Align Input
11
+ * @default start
12
+ * */
13
+ align?: TextBaseProps['align'];
14
+ /** Custom container spacing if needed. This will add to the existing spacing */
15
+ containerSpacing?: ViewStyle | undefined;
16
+ /**
17
+ * Disables input
18
+ * @default false
19
+ * */
20
+ disabled?: boolean;
21
+ /**
22
+ * Native TextInput textAlign with the extra unset option to remove the textAlign style.
23
+ * Use this to workaround the issue where long text does not ellipsis in TextInput
24
+ * @warning Setting this to unset will break alignment for RTL languages.
25
+ */
26
+ textAlign?: TextInputProps['textAlign'] | 'unset';
27
+ } & SharedProps &
28
+ Pick<TextInputBaseProps, 'compact'> &
29
+ Pick<
30
+ SharedAccessibilityProps,
31
+ 'accessibilityLabel' | 'accessibilityLabelledBy' | 'accessibilityHint'
32
+ > &
33
+ Omit<TextInputProps, 'textAlign'>;
34
+ export declare const NativeInput: React.MemoExoticComponent<
35
+ React.ForwardRefExoticComponent<
36
+ {
37
+ /**
38
+ * Text Align Input
39
+ * @default start
40
+ * */
41
+ align?: TextBaseProps['align'];
42
+ /** Custom container spacing if needed. This will add to the existing spacing */
43
+ containerSpacing?: ViewStyle | undefined;
44
+ /**
45
+ * Disables input
46
+ * @default false
47
+ * */
48
+ disabled?: boolean;
49
+ /**
50
+ * Native TextInput textAlign with the extra unset option to remove the textAlign style.
51
+ * Use this to workaround the issue where long text does not ellipsis in TextInput
52
+ * @warning Setting this to unset will break alignment for RTL languages.
53
+ */
54
+ textAlign?: TextInputProps['textAlign'] | 'unset';
55
+ } & SharedProps &
56
+ Pick<TextInputBaseProps, 'compact'> &
57
+ Pick<
58
+ SharedAccessibilityProps,
59
+ 'accessibilityLabel' | 'accessibilityHint' | 'accessibilityLabelledBy'
60
+ > &
61
+ Omit<TextInputProps, 'textAlign'> &
62
+ React.RefAttributes<TextInput>
63
+ >
64
+ >;
65
+ //# sourceMappingURL=NativeInput.d.ts.map
@@ -3,9 +3,11 @@ import { type View } from 'react-native';
3
3
  import { type ControlBaseProps } from './Control';
4
4
  export type RadioBaseProps<T extends string> = ControlBaseProps<T>;
5
5
  export type RadioProps<T extends string> = RadioBaseProps<T>;
6
- declare const RadioWithRef: <T extends string>(props: RadioProps<T> & {
6
+ declare const RadioWithRef: <T extends string>(
7
+ props: RadioProps<T> & {
7
8
  ref?: React.Ref<View>;
8
- }) => React.ReactElement;
9
+ },
10
+ ) => React.ReactElement;
9
11
  export declare const Radio: typeof RadioWithRef & React.MemoExoticComponent<typeof RadioWithRef>;
10
12
  export {};
11
- //# sourceMappingURL=Radio.d.ts.map
13
+ //# sourceMappingURL=Radio.d.ts.map
@@ -4,25 +4,29 @@ import type { ThemeVars } from '@coinbase/cds-common/core/theme';
4
4
  import { type PressableProps } from '../system/Pressable';
5
5
  import type { ControlBaseProps } from './Control';
6
6
  export type RadioCellBaseProps<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<PressableProps, '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<PressableProps, 'children' | 'noScaleOnPress'>;
14
15
  export type RadioCellProps<T extends string> = RadioCellBaseProps<T> & {
15
- styles?: {
16
- root?: StyleProp<ViewStyle>;
17
- radioContainer?: StyleProp<ViewStyle>;
18
- contentContainer?: StyleProp<ViewStyle>;
19
- title?: StyleProp<TextStyle>;
20
- description?: StyleProp<TextStyle>;
21
- };
16
+ styles?: {
17
+ root?: StyleProp<ViewStyle>;
18
+ radioContainer?: StyleProp<ViewStyle>;
19
+ contentContainer?: StyleProp<ViewStyle>;
20
+ title?: StyleProp<TextStyle>;
21
+ description?: StyleProp<TextStyle>;
22
+ };
22
23
  };
23
- declare const RadioCellWithRef: <T extends string>(props: RadioCellProps<T> & {
24
+ declare const RadioCellWithRef: <T extends string>(
25
+ props: RadioCellProps<T> & {
24
26
  ref?: React.ForwardedRef<View>;
25
- }) => React.ReactElement;
26
- export declare const RadioCell: typeof RadioCellWithRef & React.MemoExoticComponent<typeof RadioCellWithRef>;
27
+ },
28
+ ) => React.ReactElement;
29
+ export declare const RadioCell: typeof RadioCellWithRef &
30
+ React.MemoExoticComponent<typeof RadioCellWithRef>;
27
31
  export {};
28
- //# sourceMappingURL=RadioCell.d.ts.map
32
+ //# sourceMappingURL=RadioCell.d.ts.map
@@ -21,7 +21,12 @@ export { Radio, type RadioBaseProps, type RadioProps };
21
21
  * onChange={(value) => onChange(value)}
22
22
  * />
23
23
  */
24
- export type RadioGroupBaseProps<T extends string> = Omit<AccessibilityProps, 'accessibilityLabelledBy'> & SharedProps & Pick<GroupBaseProps<BoxBaseProps>, 'direction' | 'gap'> & {
24
+ export type RadioGroupBaseProps<T extends string> = Omit<
25
+ AccessibilityProps,
26
+ 'accessibilityLabelledBy'
27
+ > &
28
+ SharedProps &
29
+ Pick<GroupBaseProps<BoxBaseProps>, 'direction' | 'gap'> & {
25
30
  /**
26
31
  * Multiple choice options for the radio group. The object key represents
27
32
  * the radio input value and the object value represents the radio option label.
@@ -39,16 +44,19 @@ export type RadioGroupBaseProps<T extends string> = Omit<AccessibilityProps, 'ac
39
44
  controlColor?: RadioProps<T>['controlColor'];
40
45
  /** A11Y label to indicate order of radio buttons when focused on one button */
41
46
  radioAccessibilityLabel?: string;
42
- };
47
+ };
43
48
  /**
44
49
  * @deprecated RadioGroup is deprecated. Use ControlGroup with accessibilityRole="radiogroup" instead.
45
50
  */
46
51
  export type RadioGroupProps<T extends string> = RadioGroupBaseProps<T>;
47
- declare const RadioGroupWithRef: <T extends string>(props: RadioGroupProps<T> & {
52
+ declare const RadioGroupWithRef: <T extends string>(
53
+ props: RadioGroupProps<T> & {
48
54
  ref?: React.Ref<View>;
49
- }) => React.ReactElement;
55
+ },
56
+ ) => React.ReactElement;
50
57
  /**
51
58
  * @deprecated RadioGroup is deprecated. Use ControlGroup with accessibilityRole="radiogroup" instead.
52
59
  */
53
- export declare const RadioGroup: typeof RadioGroupWithRef & React.MemoExoticComponent<typeof RadioGroupWithRef>;
54
- //# sourceMappingURL=RadioGroup.d.ts.map
60
+ export declare const RadioGroup: typeof RadioGroupWithRef &
61
+ React.MemoExoticComponent<typeof RadioGroupWithRef>;
62
+ //# sourceMappingURL=RadioGroup.d.ts.map
@@ -1,100 +1,65 @@
1
1
  import React from 'react';
2
- import type { GestureResponderEvent, TextInput as RNTextInput, TextInputProps as RNTextInputProps } from 'react-native';
2
+ import type {
3
+ GestureResponderEvent,
4
+ TextInput as RNTextInput,
5
+ TextInputProps as RNTextInputProps,
6
+ } from 'react-native';
3
7
  import type { IconName } from '@coinbase/cds-common/types';
4
8
  import { type TextInputBaseProps } from './TextInput';
5
- export type SearchInputBaseProps = Pick<TextInputBaseProps, 'accessibilityHint' | 'accessibilityLabel' | 'accessibilityLabelledBy' | 'compact' | 'disabled' | 'enableColorSurge' | 'helperTextErrorIconAccessibilityLabel' | 'placeholder' | 'testID' | 'testIDMap' | 'width'> & {
6
- /**
7
- * Callback is fired when a user hits enter on the keyboard. Can obtain the query
8
- * through str parameter
9
- */
10
- onSearch?: (str: string) => void;
11
- /**
12
- * hide the start icon
13
- * @default false
14
- */
15
- hideStartIcon?: boolean;
16
- /**
17
- * Set the start icon. You can only
18
- * set it to search | backArrow icon. If
19
- * you set this, the icon would not toggle
20
- * between search and backArrow depending on
21
- * the focus state
22
- * @default search
23
- */
24
- startIcon?: Extract<IconName, 'search' | 'backArrow'>;
25
- /**
26
- * hide the end icon
27
- * @default undefined
28
- */
29
- hideEndIcon?: boolean;
30
- /**
31
- * Set the end node
32
- * @default undefined
33
- */
34
- end?: React.ReactNode;
35
- /**
36
- * Set the a11y label for the clear icon
37
- */
38
- clearIconAccessibilityLabel?: string | undefined;
39
- /**
40
- * Set the a11y label for the start icon
41
- */
42
- startIconAccessibilityLabel?: string | undefined;
9
+ export type SearchInputBaseProps = Pick<
10
+ TextInputBaseProps,
11
+ | 'accessibilityHint'
12
+ | 'accessibilityLabel'
13
+ | 'accessibilityLabelledBy'
14
+ | 'compact'
15
+ | 'disabled'
16
+ | 'enableColorSurge'
17
+ | 'helperTextErrorIconAccessibilityLabel'
18
+ | 'placeholder'
19
+ | 'testID'
20
+ | 'testIDMap'
21
+ | 'width'
22
+ > & {
23
+ /**
24
+ * Callback is fired when a user hits enter on the keyboard. Can obtain the query
25
+ * through str parameter
26
+ */
27
+ onSearch?: (str: string) => void;
28
+ /**
29
+ * hide the start icon
30
+ * @default false
31
+ */
32
+ hideStartIcon?: boolean;
33
+ /**
34
+ * Set the start icon. You can only
35
+ * set it to search | backArrow icon. If
36
+ * you set this, the icon would not toggle
37
+ * between search and backArrow depending on
38
+ * the focus state
39
+ * @default search
40
+ */
41
+ startIcon?: Extract<IconName, 'search' | 'backArrow'>;
42
+ /**
43
+ * hide the end icon
44
+ * @default undefined
45
+ */
46
+ hideEndIcon?: boolean;
47
+ /**
48
+ * Set the end node
49
+ * @default undefined
50
+ */
51
+ end?: React.ReactNode;
52
+ /**
53
+ * Set the a11y label for the clear icon
54
+ */
55
+ clearIconAccessibilityLabel?: string | undefined;
56
+ /**
57
+ * Set the a11y label for the start icon
58
+ */
59
+ startIconAccessibilityLabel?: string | undefined;
43
60
  };
44
- export type SearchInputProps = SearchInputBaseProps & RNTextInputProps & {
45
- /** Callback is fired when the clear icon is pressed */
46
- onClear?: (event: GestureResponderEvent) => void;
47
- /**
48
- * Callback is fired when backArrow is pressed.
49
- * If disableBackArrow is true, this will do nothing
50
- * */
51
- onBack?: (event: GestureResponderEvent) => void;
52
- /**
53
- * If this is set to true, the start icon won't toggle between backArrow and Search.
54
- * The start icon will always be a search icon
55
- * @default false
56
- * */
57
- disableBackArrow?: boolean;
58
- } & Required<Pick<RNTextInputProps, 'onChangeText' | 'value'>>;
59
- export declare const SearchInput: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<TextInputBaseProps, "width" | "testID" | "accessibilityLabel" | "accessibilityHint" | "accessibilityLabelledBy" | "disabled" | "placeholder" | "compact" | "enableColorSurge" | "testIDMap" | "helperTextErrorIconAccessibilityLabel"> & {
60
- /**
61
- * Callback is fired when a user hits enter on the keyboard. Can obtain the query
62
- * through str parameter
63
- */
64
- onSearch?: (str: string) => void;
65
- /**
66
- * hide the start icon
67
- * @default false
68
- */
69
- hideStartIcon?: boolean;
70
- /**
71
- * Set the start icon. You can only
72
- * set it to search | backArrow icon. If
73
- * you set this, the icon would not toggle
74
- * between search and backArrow depending on
75
- * the focus state
76
- * @default search
77
- */
78
- startIcon?: Extract<IconName, "search" | "backArrow">;
79
- /**
80
- * hide the end icon
81
- * @default undefined
82
- */
83
- hideEndIcon?: boolean;
84
- /**
85
- * Set the end node
86
- * @default undefined
87
- */
88
- end?: React.ReactNode;
89
- /**
90
- * Set the a11y label for the clear icon
91
- */
92
- clearIconAccessibilityLabel?: string | undefined;
93
- /**
94
- * Set the a11y label for the start icon
95
- */
96
- startIconAccessibilityLabel?: string | undefined;
97
- } & RNTextInputProps & {
61
+ export type SearchInputProps = SearchInputBaseProps &
62
+ RNTextInputProps & {
98
63
  /** Callback is fired when the clear icon is pressed */
99
64
  onClear?: (event: GestureResponderEvent) => void;
100
65
  /**
@@ -108,5 +73,76 @@ export declare const SearchInput: React.MemoExoticComponent<React.ForwardRefExot
108
73
  * @default false
109
74
  * */
110
75
  disableBackArrow?: boolean;
111
- } & Required<Pick<RNTextInputProps, "value" | "onChangeText">> & React.RefAttributes<RNTextInput>>>;
112
- //# sourceMappingURL=SearchInput.d.ts.map
76
+ } & Required<Pick<RNTextInputProps, 'onChangeText' | 'value'>>;
77
+ export declare const SearchInput: React.MemoExoticComponent<
78
+ React.ForwardRefExoticComponent<
79
+ Pick<
80
+ TextInputBaseProps,
81
+ | 'width'
82
+ | 'testID'
83
+ | 'accessibilityLabel'
84
+ | 'accessibilityHint'
85
+ | 'accessibilityLabelledBy'
86
+ | 'disabled'
87
+ | 'placeholder'
88
+ | 'compact'
89
+ | 'testIDMap'
90
+ | 'enableColorSurge'
91
+ | 'helperTextErrorIconAccessibilityLabel'
92
+ > & {
93
+ /**
94
+ * Callback is fired when a user hits enter on the keyboard. Can obtain the query
95
+ * through str parameter
96
+ */
97
+ onSearch?: (str: string) => void;
98
+ /**
99
+ * hide the start icon
100
+ * @default false
101
+ */
102
+ hideStartIcon?: boolean;
103
+ /**
104
+ * Set the start icon. You can only
105
+ * set it to search | backArrow icon. If
106
+ * you set this, the icon would not toggle
107
+ * between search and backArrow depending on
108
+ * the focus state
109
+ * @default search
110
+ */
111
+ startIcon?: Extract<IconName, 'search' | 'backArrow'>;
112
+ /**
113
+ * hide the end icon
114
+ * @default undefined
115
+ */
116
+ hideEndIcon?: boolean;
117
+ /**
118
+ * Set the end node
119
+ * @default undefined
120
+ */
121
+ end?: React.ReactNode;
122
+ /**
123
+ * Set the a11y label for the clear icon
124
+ */
125
+ clearIconAccessibilityLabel?: string | undefined;
126
+ /**
127
+ * Set the a11y label for the start icon
128
+ */
129
+ startIconAccessibilityLabel?: string | undefined;
130
+ } & RNTextInputProps & {
131
+ /** Callback is fired when the clear icon is pressed */
132
+ onClear?: (event: GestureResponderEvent) => void;
133
+ /**
134
+ * Callback is fired when backArrow is pressed.
135
+ * If disableBackArrow is true, this will do nothing
136
+ * */
137
+ onBack?: (event: GestureResponderEvent) => void;
138
+ /**
139
+ * If this is set to true, the start icon won't toggle between backArrow and Search.
140
+ * The start icon will always be a search icon
141
+ * @default false
142
+ * */
143
+ disableBackArrow?: boolean;
144
+ } & Required<Pick<RNTextInputProps, 'value' | 'onChangeText'>> &
145
+ React.RefAttributes<RNTextInput>
146
+ >
147
+ >;
148
+ //# sourceMappingURL=SearchInput.d.ts.map
@@ -1,8 +1,21 @@
1
1
  import React from 'react';
2
2
  import { TouchableWithoutFeedback } from 'react-native';
3
- import type { SharedAccessibilityProps, SharedInputProps, SharedProps } from '@coinbase/cds-common/types';
3
+ import type {
4
+ SharedAccessibilityProps,
5
+ SharedInputProps,
6
+ SharedProps,
7
+ } from '@coinbase/cds-common/types';
4
8
  import { type InputStackBaseProps } from './InputStack';
5
- export type SelectBaseProps = SharedProps & Omit<SharedInputProps, 'label'> & Pick<InputStackBaseProps, 'width' | 'disabled' | 'variant' | 'focused' | 'startNode' | 'labelVariant'> & Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityLabelledBy' | 'accessibilityHint'> & {
9
+ export type SelectBaseProps = SharedProps &
10
+ Omit<SharedInputProps, 'label'> &
11
+ Pick<
12
+ InputStackBaseProps,
13
+ 'width' | 'disabled' | 'variant' | 'focused' | 'startNode' | 'labelVariant'
14
+ > &
15
+ Pick<
16
+ SharedAccessibilityProps,
17
+ 'accessibilityLabel' | 'accessibilityLabelledBy' | 'accessibilityHint'
18
+ > & {
6
19
  children?: React.ReactNode;
7
20
  /** Pass a value that will prepopulate the select input. This will replace the placeholder text. */
8
21
  value?: string;
@@ -14,19 +27,32 @@ export type SelectBaseProps = SharedProps & Omit<SharedInputProps, 'label'> & Pi
14
27
  label?: string;
15
28
  /** Callback that is fired whenever a select option is selected */
16
29
  onChange?: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>>;
17
- };
30
+ };
18
31
  export type SelectProps = SelectBaseProps;
19
- export declare const Select: React.MemoExoticComponent<React.ForwardRefExoticComponent<SharedProps & Omit<SharedInputProps, "label"> & Pick<InputStackBaseProps, "width" | "disabled" | "variant" | "startNode" | "focused" | "labelVariant"> & Pick<SharedAccessibilityProps, "accessibilityLabel" | "accessibilityHint" | "accessibilityLabelledBy"> & {
20
- children?: React.ReactNode;
21
- /** Pass a value that will prepopulate the select input. This will replace the placeholder text. */
22
- value?: string;
23
- /** Optional label for selected value when using a value/label object model */
24
- valueLabel?: string;
25
- /** Event handler for when the Select Input trigger is pressed */
26
- onPress?: () => void;
27
- /** Optional string placed above the input (or within if compact is enabled) to indicate purpose of the input */
28
- label?: string;
29
- /** Callback that is fired whenever a select option is selected */
30
- onChange?: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>>;
31
- } & React.RefAttributes<TouchableWithoutFeedback>>>;
32
- //# sourceMappingURL=Select.d.ts.map
32
+ export declare const Select: React.MemoExoticComponent<
33
+ React.ForwardRefExoticComponent<
34
+ SharedProps &
35
+ Omit<SharedInputProps, 'label'> &
36
+ Pick<
37
+ InputStackBaseProps,
38
+ 'width' | 'disabled' | 'variant' | 'startNode' | 'focused' | 'labelVariant'
39
+ > &
40
+ Pick<
41
+ SharedAccessibilityProps,
42
+ 'accessibilityLabel' | 'accessibilityHint' | 'accessibilityLabelledBy'
43
+ > & {
44
+ children?: React.ReactNode;
45
+ /** Pass a value that will prepopulate the select input. This will replace the placeholder text. */
46
+ value?: string;
47
+ /** Optional label for selected value when using a value/label object model */
48
+ valueLabel?: string;
49
+ /** Event handler for when the Select Input trigger is pressed */
50
+ onPress?: () => void;
51
+ /** Optional string placed above the input (or within if compact is enabled) to indicate purpose of the input */
52
+ label?: string;
53
+ /** Callback that is fired whenever a select option is selected */
54
+ onChange?: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>>;
55
+ } & React.RefAttributes<TouchableWithoutFeedback>
56
+ >
57
+ >;
58
+ //# sourceMappingURL=Select.d.ts.map
@@ -1,17 +1,17 @@
1
1
  import React from 'react';
2
2
  export declare const SelectContext: React.Context<{
3
- value: string | undefined;
4
- onChange: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>> | undefined;
5
- handleClose: (() => void) | undefined;
3
+ value: string | undefined;
4
+ onChange: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>> | undefined;
5
+ handleClose: (() => void) | undefined;
6
6
  }>;
7
7
  export declare const SelectProvider: React.Provider<{
8
- value: string | undefined;
9
- onChange: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>> | undefined;
10
- handleClose: (() => void) | undefined;
8
+ value: string | undefined;
9
+ onChange: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>> | undefined;
10
+ handleClose: (() => void) | undefined;
11
11
  }>;
12
12
  export declare const useSelectContext: () => {
13
- value: string | undefined;
14
- onChange: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>> | undefined;
15
- handleClose: (() => void) | undefined;
13
+ value: string | undefined;
14
+ onChange: ((newValue: string) => void) | React.Dispatch<React.SetStateAction<string>> | undefined;
15
+ handleClose: (() => void) | undefined;
16
16
  };
17
- //# sourceMappingURL=SelectContext.d.ts.map
17
+ //# sourceMappingURL=SelectContext.d.ts.map
@@ -3,11 +3,13 @@ import type { GestureResponderEvent } from 'react-native';
3
3
  import type { SharedAccessibilityProps } from '@coinbase/cds-common/types';
4
4
  import { type CellBaseProps } from '../cells/Cell';
5
5
  import type { ListCellBaseProps } from '../cells/ListCell';
6
- export type SelectOptionBaseProps = Omit<CellBaseProps, 'children' | 'selected'> & Pick<ListCellBaseProps, 'title' | 'description' | 'multiline'> & Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityHint'> & {
6
+ export type SelectOptionBaseProps = Omit<CellBaseProps, 'children' | 'selected'> &
7
+ Pick<ListCellBaseProps, 'title' | 'description' | 'multiline'> &
8
+ Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityHint'> & {
7
9
  onPress?: (() => void) | ((event: GestureResponderEvent) => void);
8
10
  /** Unique identifier for each option */
9
11
  value: string;
10
- };
12
+ };
11
13
  export type SelectOptionProps = SelectOptionBaseProps;
12
14
  export declare const SelectOption: React.NamedExoticComponent<SelectOptionBaseProps>;
13
- //# sourceMappingURL=SelectOption.d.ts.map
15
+ //# sourceMappingURL=SelectOption.d.ts.map
@@ -3,5 +3,7 @@ import { type View } from 'react-native';
3
3
  import { type ControlBaseProps } from './Control';
4
4
  export type SwitchBaseProps<T extends string> = Omit<ControlBaseProps<T>, 'style'>;
5
5
  export type SwitchProps<T extends string> = SwitchBaseProps<T>;
6
- export declare const Switch: React.MemoExoticComponent<React.ForwardRefExoticComponent<SwitchProps<string> & React.RefAttributes<View>>>;
7
- //# sourceMappingURL=Switch.d.ts.map
6
+ export declare const Switch: React.MemoExoticComponent<
7
+ React.ForwardRefExoticComponent<SwitchProps<string> & React.RefAttributes<View>>
8
+ >;
9
+ //# sourceMappingURL=Switch.d.ts.map