@coinbase/cds-web 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 (1146) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +24 -11
  3. package/dts/accordion/Accordion.d.ts +11 -3
  4. package/dts/accordion/AccordionHeader.d.ts +43 -27
  5. package/dts/accordion/AccordionItem.d.ts +19 -4
  6. package/dts/accordion/AccordionPanel.d.ts +18 -12
  7. package/dts/accordion/__figma__/Accordion.figma.d.ts +1 -1
  8. package/dts/accordion/index.d.ts +1 -1
  9. package/dts/accordion/utils.d.ts +1 -1
  10. package/dts/animation/Lottie.d.ts +17 -10
  11. package/dts/animation/LottieStatusAnimation.d.ts +9 -2
  12. package/dts/animation/NewAnimatePresence.d.ts +2 -2
  13. package/dts/animation/convertMotionConfig.d.ts +28 -15
  14. package/dts/animation/index.d.ts +1 -1
  15. package/dts/animation/types.d.ts +46 -40
  16. package/dts/animation/useLottieHandlers.d.ts +1 -1
  17. package/dts/animation/useLottieListeners.d.ts +5 -2
  18. package/dts/animation/useLottieLoader.d.ts +11 -5
  19. package/dts/banner/Banner.d.ts +56 -48
  20. package/dts/buttons/AvatarButton.d.ts +18 -5
  21. package/dts/buttons/Button.d.ts +65 -50
  22. package/dts/buttons/ButtonGroup.d.ts +9 -4
  23. package/dts/buttons/IconButton.d.ts +15 -6
  24. package/dts/buttons/IconCounterButton.d.ts +24 -19
  25. package/dts/buttons/Tile.d.ts +10 -8
  26. package/dts/buttons/TileButton.d.ts +15 -6
  27. package/dts/buttons/__figma__/AvatarButton.figma.d.ts +1 -1
  28. package/dts/buttons/__figma__/Button.figma.d.ts +1 -1
  29. package/dts/buttons/__figma__/ButtonGroup.figma.d.ts +1 -1
  30. package/dts/buttons/__figma__/IconButton.figma.d.ts +1 -1
  31. package/dts/buttons/__figma__/TileButton.figma.d.ts +1 -1
  32. package/dts/buttons/index.d.ts +1 -1
  33. package/dts/cards/AnnouncementCard.d.ts +1 -1
  34. package/dts/cards/Card.d.ts +7 -4
  35. package/dts/cards/CardBody.d.ts +4 -3
  36. package/dts/cards/CardFooter.d.ts +4 -3
  37. package/dts/cards/CardGroup.d.ts +6 -2
  38. package/dts/cards/CardHeader.d.ts +1 -1
  39. package/dts/cards/CardMedia.d.ts +1 -1
  40. package/dts/cards/CardRemoteImage.d.ts +1 -1
  41. package/dts/cards/ContainedAssetCard.d.ts +28 -9
  42. package/dts/cards/ContentCard/ContentCard.d.ts +10 -4
  43. package/dts/cards/ContentCard/ContentCardBody.d.ts +17 -6
  44. package/dts/cards/ContentCard/ContentCardFooter.d.ts +12 -4
  45. package/dts/cards/ContentCard/ContentCardHeader.d.ts +17 -6
  46. package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts +1 -1
  47. package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts +1 -1
  48. package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts +1 -1
  49. package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts +1 -1
  50. package/dts/cards/ContentCard/index.d.ts +1 -1
  51. package/dts/cards/DataCard.d.ts +4 -3
  52. package/dts/cards/FeatureEntryCard.d.ts +1 -1
  53. package/dts/cards/FeedCard.d.ts +5 -4
  54. package/dts/cards/FloatingAssetCard.d.ts +30 -18
  55. package/dts/cards/LikeButton.d.ts +7 -3
  56. package/dts/cards/NudgeCard.d.ts +65 -42
  57. package/dts/cards/UpsellCard.d.ts +26 -5
  58. package/dts/cards/__figma__/AnnouncementCard.figma.d.ts +1 -1
  59. package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts +1 -1
  60. package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts +1 -1
  61. package/dts/cards/__figma__/NudgeCard.figma.d.ts +1 -1
  62. package/dts/cards/__figma__/UpsellCard.figma.d.ts +1 -1
  63. package/dts/cards/index.d.ts +1 -1
  64. package/dts/carousel/Carousel.d.ts +145 -137
  65. package/dts/carousel/CarouselItem.d.ts +10 -2
  66. package/dts/carousel/DefaultCarouselNavigation.d.ts +52 -52
  67. package/dts/carousel/DefaultCarouselPagination.d.ts +20 -19
  68. package/dts/carousel/index.d.ts +1 -1
  69. package/dts/cells/Cell.d.ts +32 -7
  70. package/dts/cells/CellAccessory.d.ts +13 -9
  71. package/dts/cells/CellDetail.d.ts +13 -13
  72. package/dts/cells/CellHelperText.d.ts +8 -4
  73. package/dts/cells/CellMedia.d.ts +19 -17
  74. package/dts/cells/ContentCell.d.ts +15 -6
  75. package/dts/cells/ContentCellFallback.d.ts +11 -11
  76. package/dts/cells/ListCell.d.ts +15 -6
  77. package/dts/cells/ListCellFallback.d.ts +32 -30
  78. package/dts/cells/MediaFallback.d.ts +2 -2
  79. package/dts/cells/__figma__/ContentCell.figma.d.ts +1 -1
  80. package/dts/cells/__figma__/ListCell.figma.d.ts +1 -1
  81. package/dts/cells/index.d.ts +1 -1
  82. package/dts/chips/Chip.d.ts +6 -2
  83. package/dts/chips/ChipProps.d.ts +21 -6
  84. package/dts/chips/InputChip.d.ts +6 -2
  85. package/dts/chips/SelectChip.d.ts +14 -10
  86. package/dts/chips/TabbedChips.d.ts +7 -4
  87. package/dts/chips/__figma__/InputChip.figma.d.ts +1 -1
  88. package/dts/chips/__figma__/SelectChip.figma.d.ts +1 -1
  89. package/dts/chips/__figma__/TabbedChips.figma.d.ts +1 -1
  90. package/dts/chips/index.d.ts +1 -1
  91. package/dts/coachmark/Coachmark.d.ts +9 -5
  92. package/dts/coachmark/__figma__/Coachmark.figma.d.ts +1 -1
  93. package/dts/collapsible/Collapsible.d.ts +40 -32
  94. package/dts/collapsible/index.d.ts +1 -1
  95. package/dts/collapsible/useCollapsibleMotionProps.d.ts +5421 -1718
  96. package/dts/controls/Checkbox.d.ts +16 -13
  97. package/dts/controls/CheckboxCell.d.ts +30 -20
  98. package/dts/controls/CheckboxGroup.d.ts +24 -16
  99. package/dts/controls/Control.d.ts +21 -8
  100. package/dts/controls/ControlGroup.d.ts +19 -9
  101. package/dts/controls/HelperText.d.ts +9 -9
  102. package/dts/controls/InputIcon.d.ts +11 -8
  103. package/dts/controls/InputIconButton.d.ts +11 -7
  104. package/dts/controls/InputLabel.d.ts +1 -1
  105. package/dts/controls/InputStack.d.ts +70 -64
  106. package/dts/controls/NativeInput.d.ts +43 -28
  107. package/dts/controls/NativeTextArea.d.ts +14 -9
  108. package/dts/controls/Radio.d.ts +9 -7
  109. package/dts/controls/RadioCell.d.ts +30 -20
  110. package/dts/controls/RadioGroup.d.ts +15 -6
  111. package/dts/controls/SearchInput.d.ts +128 -95
  112. package/dts/controls/SegmentedControl.d.ts +34 -26
  113. package/dts/controls/Select.d.ts +39 -17
  114. package/dts/controls/SelectOption.d.ts +23 -5
  115. package/dts/controls/SelectStack.d.ts +21 -8
  116. package/dts/controls/SelectTrigger.d.ts +21 -14
  117. package/dts/controls/Switch.d.ts +35 -21
  118. package/dts/controls/TextInput.d.ts +127 -90
  119. package/dts/controls/__figma__/Checkbox.figma.d.ts +1 -1
  120. package/dts/controls/__figma__/CheckboxCell.figma.d.ts +1 -1
  121. package/dts/controls/__figma__/CheckboxGroup.figma.d.ts +1 -1
  122. package/dts/controls/__figma__/NativeTextArea.figma.d.ts +1 -1
  123. package/dts/controls/__figma__/RadioCell.figma.d.ts +1 -1
  124. package/dts/controls/__figma__/RadioGroup.figma.d.ts +1 -1
  125. package/dts/controls/__figma__/SearchInput.figma.d.ts +1 -1
  126. package/dts/controls/__figma__/Select.figma.d.ts +1 -1
  127. package/dts/controls/__figma__/SelectOption.figma.d.ts +1 -1
  128. package/dts/controls/__figma__/Switch.figma.d.ts +1 -1
  129. package/dts/controls/__figma__/TextInput.figma.d.ts +1 -1
  130. package/dts/controls/context.d.ts +4 -2
  131. package/dts/controls/index.d.ts +1 -1
  132. package/dts/controls/selectContext.d.ts +7 -7
  133. package/dts/controls/useHandleRadioSelect.d.ts +4 -2
  134. package/dts/controls/useRefocusTrigger.d.ts +4 -2
  135. package/dts/controls/useSelectionCellControlHeight.d.ts +11 -2
  136. package/dts/core/createThemeCssVars.d.ts +1 -1
  137. package/dts/core/polymorphism.d.ts +19 -12
  138. package/dts/core/theme.d.ts +147 -143
  139. package/dts/cx.d.ts +4 -4
  140. package/dts/dates/Calendar.d.ts +99 -91
  141. package/dts/dates/DateInput.d.ts +19 -12
  142. package/dts/dates/DatePicker.d.ts +149 -102
  143. package/dts/dates/__figma__/DatePicker.figma.d.ts +1 -1
  144. package/dts/defaultFontStyles.d.ts +1 -1
  145. package/dts/dots/DotCount.d.ts +63 -37
  146. package/dts/dots/DotStatusColor.d.ts +27 -5
  147. package/dts/dots/DotSymbol.d.ts +39 -5
  148. package/dts/dots/__figma__/DotCount.figma.d.ts +1 -1
  149. package/dts/dots/__figma__/DotStatusColor.figma.d.ts +1 -1
  150. package/dts/dots/__figma__/DotSymbol.figma.d.ts +1 -1
  151. package/dts/dots/dotStyles.d.ts +18 -13
  152. package/dts/dots/index.d.ts +1 -1
  153. package/dts/dropdown/Dropdown.d.ts +37 -17
  154. package/dts/dropdown/DropdownContent.d.ts +12 -7
  155. package/dts/dropdown/DropdownProps.d.ts +68 -53
  156. package/dts/dropdown/MenuItem.d.ts +15 -6
  157. package/dts/dropdown/__figma__/Dropdown.figma.d.ts +1 -1
  158. package/dts/dropdown/index.d.ts +1 -1
  159. package/dts/dropdown/useResponsiveHeight.d.ts +14 -8
  160. package/dts/globalStyles.d.ts +1 -1
  161. package/dts/hooks/useA11yControlledVisibility.d.ts +16 -13
  162. package/dts/hooks/useA11yLabels.d.ts +4 -4
  163. package/dts/hooks/useBreakpoints.d.ts +12 -2
  164. package/dts/hooks/useCellSpacing.d.ts +281 -66
  165. package/dts/hooks/useCheckboxGroupState.d.ts +9 -6
  166. package/dts/hooks/useDimensions.d.ts +34 -24
  167. package/dts/hooks/useEventHandler.d.ts +1 -1
  168. package/dts/hooks/useHasMounted.d.ts +1 -1
  169. package/dts/hooks/useIsBrowser.d.ts +1 -1
  170. package/dts/hooks/useIsoEffect.d.ts +1 -1
  171. package/dts/hooks/useMediaQuery.d.ts +1 -1
  172. package/dts/hooks/useScrollBlocker.d.ts +1 -1
  173. package/dts/hooks/useTheme.d.ts +1 -1
  174. package/dts/hooks/useThemeContext.d.ts +1 -1
  175. package/dts/icons/Icon.d.ts +27 -14
  176. package/dts/icons/LogoMark.d.ts +7 -2
  177. package/dts/icons/LogoWordmark.d.ts +6 -2
  178. package/dts/icons/SubBrandLogoMark.d.ts +7 -2
  179. package/dts/icons/SubBrandLogoWordmark.d.ts +6 -2
  180. package/dts/icons/__figma__/Icon.figma.d.ts +1 -1
  181. package/dts/icons/__figma__/LogoMark.figma.d.ts +1 -1
  182. package/dts/icons/__figma__/LogoWordmark.figma.d.ts +1 -1
  183. package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts +1 -1
  184. package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts +1 -1
  185. package/dts/icons/index.d.ts +1 -1
  186. package/dts/illustrations/HeroSquare.d.ts +12 -5
  187. package/dts/illustrations/Pictogram.d.ts +12 -5
  188. package/dts/illustrations/SpotIcon.d.ts +12 -5
  189. package/dts/illustrations/SpotRectangle.d.ts +12 -5
  190. package/dts/illustrations/SpotSquare.d.ts +12 -5
  191. package/dts/illustrations/__figma__/HeroSquare.figma.d.ts +1 -1
  192. package/dts/illustrations/__figma__/Pictogram.figma.d.ts +1 -1
  193. package/dts/illustrations/__figma__/SpotIcon.figma.d.ts +1 -1
  194. package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts +1 -1
  195. package/dts/illustrations/__figma__/SpotSquare.figma.d.ts +1 -1
  196. package/dts/illustrations/createIllustration.d.ts +56 -37
  197. package/dts/illustrations/index.d.ts +1 -1
  198. package/dts/index.d.ts +1 -1
  199. package/dts/layout/Box.d.ts +21 -7
  200. package/dts/layout/Divider.d.ts +14 -7
  201. package/dts/layout/Fallback.d.ts +24 -11
  202. package/dts/layout/Grid.d.ts +15 -6
  203. package/dts/layout/GridColumn.d.ts +15 -6
  204. package/dts/layout/Group.d.ts +32 -30
  205. package/dts/layout/HStack.d.ts +10 -4
  206. package/dts/layout/Spacer.d.ts +15 -6
  207. package/dts/layout/VStack.d.ts +10 -4
  208. package/dts/layout/__figma__/Divider.figma.d.ts +1 -1
  209. package/dts/layout/__figma__/Fallback.figma.d.ts +1 -1
  210. package/dts/layout/index.d.ts +1 -1
  211. package/dts/loaders/CircularProgress.d.ts +26 -18
  212. package/dts/loaders/MaterialSpinner.d.ts +8 -6
  213. package/dts/loaders/Spinner.d.ts +16 -6
  214. package/dts/loaders/index.d.ts +1 -1
  215. package/dts/media/Avatar.d.ts +47 -30
  216. package/dts/media/Hexagon.d.ts +67 -59
  217. package/dts/media/RemoteImage.d.ts +36 -20
  218. package/dts/media/RemoteImageGroup.d.ts +18 -5
  219. package/dts/media/__figma__/Avatar.figma.d.ts +1 -1
  220. package/dts/media/index.d.ts +1 -1
  221. package/dts/motion/AnimatedCaret.d.ts +2 -2
  222. package/dts/motion/ColorSurge.d.ts +18 -14
  223. package/dts/motion/Pulse.d.ts +45 -41
  224. package/dts/motion/Shake.d.ts +10 -6
  225. package/dts/motion/types.d.ts +20 -15
  226. package/dts/motion/useMotionProps.d.ts +10831 -3452
  227. package/dts/motion/utils.d.ts +5380 -1776
  228. package/dts/multi-content-module/MultiContentModule.d.ts +17 -6
  229. package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts +1 -1
  230. package/dts/navigation/NavLink.d.ts +10 -4
  231. package/dts/navigation/NavigationBar.d.ts +62 -48
  232. package/dts/navigation/NavigationTitle.d.ts +5 -3
  233. package/dts/navigation/NavigationTitleSelect.d.ts +19 -8
  234. package/dts/navigation/Sidebar.d.ts +29 -29
  235. package/dts/navigation/SidebarContext.d.ts +5 -5
  236. package/dts/navigation/SidebarItem.d.ts +46 -38
  237. package/dts/navigation/SidebarMoreMenu.d.ts +10 -8
  238. package/dts/navigation/__figma__/NavLink.figma.d.ts +1 -1
  239. package/dts/navigation/__figma__/NavigationBar.figma.d.ts +1 -1
  240. package/dts/navigation/__figma__/NavigationTitle.figma.d.ts +1 -1
  241. package/dts/navigation/__figma__/Sidebar.figma.d.ts +1 -1
  242. package/dts/navigation/__figma__/SidebarItem.figma.d.ts +1 -1
  243. package/dts/navigation/index.d.ts +1 -1
  244. package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts +1 -1
  245. package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts +1 -1
  246. package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts +1 -1
  247. package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts +1 -1
  248. package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts +1 -1
  249. package/dts/numbers/RollingNumber/RollingNumber.d.ts +273 -264
  250. package/dts/numbers/RollingNumber/index.d.ts +1 -1
  251. package/dts/numbers/RollingNumber/useColorPulse.d.ts +16 -9
  252. package/dts/numbers/index.d.ts +1 -1
  253. package/dts/overlays/Alert.d.ts +77 -48
  254. package/dts/overlays/FocusTrap.d.ts +37 -37
  255. package/dts/overlays/FullscreenAlert.d.ts +14 -4
  256. package/dts/overlays/Portal.d.ts +10 -10
  257. package/dts/overlays/PortalProvider.d.ts +13 -13
  258. package/dts/overlays/Toast.d.ts +12 -6
  259. package/dts/overlays/__figma__/Alert.figma.d.ts +1 -1
  260. package/dts/overlays/__figma__/Toast.figma.d.ts +1 -1
  261. package/dts/overlays/index.d.ts +1 -1
  262. package/dts/overlays/modal/FullscreenModal.d.ts +59 -42
  263. package/dts/overlays/modal/FullscreenModalHeader.d.ts +16 -9
  264. package/dts/overlays/modal/FullscreenModalLayout.d.ts +42 -6
  265. package/dts/overlays/modal/Modal.d.ts +12 -5
  266. package/dts/overlays/modal/ModalBody.d.ts +4 -2
  267. package/dts/overlays/modal/ModalFooter.d.ts +24 -9
  268. package/dts/overlays/modal/ModalHeader.d.ts +51 -40
  269. package/dts/overlays/modal/ModalWrapper.d.ts +40 -36
  270. package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts +1 -1
  271. package/dts/overlays/modal/__figma__/Modal.figma.d.ts +1 -1
  272. package/dts/overlays/overlay/Overlay.d.ts +4 -2
  273. package/dts/overlays/overlay/OverlayContent.d.ts +11 -8
  274. package/dts/overlays/popover/Popover.d.ts +31 -2
  275. package/dts/overlays/popover/PopoverProps.d.ts +73 -61
  276. package/dts/overlays/popover/usePopper.d.ts +22 -14
  277. package/dts/overlays/tooltip/Tooltip.d.ts +20 -2
  278. package/dts/overlays/tooltip/TooltipContent.d.ts +13 -5
  279. package/dts/overlays/tooltip/TooltipProps.d.ts +18 -8
  280. package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts +1 -1
  281. package/dts/overlays/tooltip/useTooltipState.d.ts +7 -7
  282. package/dts/overlays/tray/Tray.d.ts +136 -131
  283. package/dts/overlays/useModal.d.ts +1 -1
  284. package/dts/overlays/usePortal.d.ts +1 -1
  285. package/dts/overlays/useToast.d.ts +4 -4
  286. package/dts/page/PageFooter.d.ts +13 -5
  287. package/dts/page/PageHeader.d.ts +46 -38
  288. package/dts/page/__figma__/PageFooter.figma.d.ts +1 -1
  289. package/dts/page/__figma__/PageHeader.figma.d.ts +1 -1
  290. package/dts/pagination/DefaultPaginationEllipsis.d.ts +5 -2
  291. package/dts/pagination/DefaultPaginationNavigationButton.d.ts +8 -6
  292. package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts +13 -2
  293. package/dts/pagination/DefaultPaginationPageButton.d.ts +4 -2
  294. package/dts/pagination/Pagination.d.ts +86 -67
  295. package/dts/pagination/__figma__/Pagination.figma.d.ts +1 -1
  296. package/dts/pagination/usePagination.d.ts +45 -37
  297. package/dts/section-header/SectionHeader.d.ts +21 -14
  298. package/dts/section-header/__figma__/SectionHeader.figma.d.ts +1 -1
  299. package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts +1 -1
  300. package/dts/stepper/DefaultStepperIconVertical.d.ts +1 -1
  301. package/dts/stepper/DefaultStepperLabelHorizontal.d.ts +1 -1
  302. package/dts/stepper/DefaultStepperLabelVertical.d.ts +1 -1
  303. package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +1 -1
  304. package/dts/stepper/DefaultStepperProgressVertical.d.ts +1 -1
  305. package/dts/stepper/DefaultStepperStepHorizontal.d.ts +1 -1
  306. package/dts/stepper/DefaultStepperStepVertical.d.ts +1 -1
  307. package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts +1 -1
  308. package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts +1 -1
  309. package/dts/stepper/Stepper.d.ts +121 -90
  310. package/dts/stepper/index.d.ts +1 -1
  311. package/dts/styles/booleanStyles.d.ts +8 -8
  312. package/dts/styles/config.d.ts +88 -61
  313. package/dts/styles/defaultFont.d.ts +2 -2
  314. package/dts/styles/global.d.ts +2 -2
  315. package/dts/styles/media.d.ts +29 -19
  316. package/dts/styles/responsive/base.d.ts +104 -101
  317. package/dts/styles/responsive/desktop.d.ts +149 -146
  318. package/dts/styles/responsive/phone.d.ts +149 -146
  319. package/dts/styles/responsive/tablet.d.ts +149 -146
  320. package/dts/styles/styleProps.d.ts +96 -91
  321. package/dts/system/BrowserOnly.d.ts +7 -3
  322. package/dts/system/ButtonOrLink.d.ts +9 -5
  323. package/dts/system/EventHandlerProvider.d.ts +1 -1
  324. package/dts/system/FramerMotionProvider.d.ts +6 -3
  325. package/dts/system/Interactable.d.ts +55 -41
  326. package/dts/system/MediaQueryProvider.d.ts +21 -20
  327. package/dts/system/Pressable.d.ts +15 -6
  328. package/dts/system/PressableOpacity.d.ts +16 -5
  329. package/dts/system/ThemeProvider.d.ts +19 -11
  330. package/dts/system/index.d.ts +1 -1
  331. package/dts/system/interactableCSSProperties.d.ts +12 -12
  332. package/dts/system/reakit-utils.d.ts +16 -8
  333. package/dts/tables/Table.d.ts +48 -40
  334. package/dts/tables/TableBody.d.ts +4 -2
  335. package/dts/tables/TableCaption.d.ts +40 -5
  336. package/dts/tables/TableCell.d.ts +137 -110
  337. package/dts/tables/TableCellFallback.d.ts +27 -11
  338. package/dts/tables/TableCellSortIcon.d.ts +5 -3
  339. package/dts/tables/TableFooter.d.ts +4 -2
  340. package/dts/tables/TableHeader.d.ts +16 -9
  341. package/dts/tables/TableRow.d.ts +18 -4
  342. package/dts/tables/TableSection.d.ts +17 -9
  343. package/dts/tables/__figma__/TableCell.figma.d.ts +1 -1
  344. package/dts/tables/context/TableContext.d.ts +2 -2
  345. package/dts/tables/context/TableSectionContext.d.ts +3 -3
  346. package/dts/tables/hooks/useSortableCell.d.ts +13 -9
  347. package/dts/tables/hooks/useTable.d.ts +11 -11
  348. package/dts/tables/hooks/useTableRowListener.d.ts +1 -1
  349. package/dts/tables/hooks/useTableVariant.d.ts +2 -2
  350. package/dts/tables/index.d.ts +1 -1
  351. package/dts/tabs/Paddle.d.ts +22 -13
  352. package/dts/tabs/SegmentedTab.d.ts +36 -20
  353. package/dts/tabs/SegmentedTab.d.ts.map +1 -1
  354. package/dts/tabs/SegmentedTabs.d.ts +9 -4
  355. package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +5 -2
  356. package/dts/tabs/TabIndicator.d.ts +23 -19
  357. package/dts/tabs/TabLabel.d.ts +19 -6
  358. package/dts/tabs/TabNavigation.d.ts +22 -17
  359. package/dts/tabs/Tabs.d.ts +30 -22
  360. package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +1 -1
  361. package/dts/tabs/__figma__/TabNavigation.figma.d.ts +1 -1
  362. package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +11151 -3717
  363. package/dts/tabs/index.d.ts +1 -1
  364. package/dts/tag/Tag.d.ts +16 -7
  365. package/dts/tag/__figma__/Tag.figma.d.ts +1 -1
  366. package/dts/themes/coinbaseDenseTheme.d.ts +537 -537
  367. package/dts/themes/coinbaseHighContrastTheme.d.ts +537 -537
  368. package/dts/themes/coinbaseTheme.d.ts +537 -537
  369. package/dts/themes/defaultHighContrastTheme.d.ts +537 -537
  370. package/dts/themes/defaultTheme.d.ts +537 -537
  371. package/dts/tour/DefaultTourMask.d.ts +8 -2
  372. package/dts/tour/DefaultTourStepArrow.d.ts +4 -2
  373. package/dts/tour/Tour.d.ts +76 -67
  374. package/dts/tour/Tour.d.ts.map +1 -1
  375. package/dts/tour/TourStep.d.ts +8 -5
  376. package/dts/tour/index.d.ts +1 -1
  377. package/dts/types.d.ts +5 -2
  378. package/dts/typography/Link.d.ts +15 -6
  379. package/dts/typography/Text.d.ts +15 -6
  380. package/dts/typography/TextBody.d.ts +10 -4
  381. package/dts/typography/TextCaption.d.ts +10 -4
  382. package/dts/typography/TextDisplay1.d.ts +10 -4
  383. package/dts/typography/TextDisplay2.d.ts +10 -4
  384. package/dts/typography/TextDisplay3.d.ts +10 -4
  385. package/dts/typography/TextHeadline.d.ts +10 -4
  386. package/dts/typography/TextInherited.d.ts +10 -4
  387. package/dts/typography/TextLabel1.d.ts +10 -4
  388. package/dts/typography/TextLabel2.d.ts +10 -4
  389. package/dts/typography/TextLegal.d.ts +10 -4
  390. package/dts/typography/TextTitle1.d.ts +10 -4
  391. package/dts/typography/TextTitle2.d.ts +10 -4
  392. package/dts/typography/TextTitle3.d.ts +10 -4
  393. package/dts/typography/TextTitle4.d.ts +10 -4
  394. package/dts/typography/__figma__/Link.figma.d.ts +1 -1
  395. package/dts/typography/index.d.ts +1 -1
  396. package/dts/utils/browser.d.ts +7 -5
  397. package/dts/utils/eventHandlers.d.ts +1 -1
  398. package/dts/utils/flattenAndJoinNodes.d.ts +18 -4
  399. package/dts/utils/isRtl.d.ts +1 -1
  400. package/dts/utils/mediaQueryListener.d.ts +9 -3
  401. package/dts/utils/storybook.d.ts +1 -1
  402. package/dts/utils/test.d.ts +13 -6
  403. package/dts/visualizations/Counter.d.ts +11 -6
  404. package/dts/visualizations/DefaultProgressCircleContent.d.ts +8 -2
  405. package/dts/visualizations/ProgressBar.d.ts +83 -75
  406. package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +69 -63
  407. package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +52 -44
  408. package/dts/visualizations/ProgressCircle.d.ts +138 -132
  409. package/dts/visualizations/ProgressContainerWithButtons.d.ts +5 -2
  410. package/dts/visualizations/ProgressTextLabel.d.ts +22 -13
  411. package/dts/visualizations/VisualizationContainer.d.ts +8 -8
  412. package/dts/visualizations/__figma__/ProgressBar.figma.d.ts +1 -1
  413. package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts +1 -1
  414. package/dts/visualizations/getProgressBarLabelParts.d.ts +16 -12
  415. package/dts/visualizations/index.d.ts +1 -1
  416. package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.css +1 -1
  417. package/esm/accordion/AccordionHeader.css +2 -2
  418. package/esm/animation/Lottie.css +1 -1
  419. package/esm/banner/Banner.css +1 -1
  420. package/esm/buttons/AvatarButton.css +1 -1
  421. package/esm/buttons/Button.css +2 -2
  422. package/esm/buttons/ButtonGroup.css +2 -2
  423. package/esm/buttons/IconButton.css +2 -2
  424. package/esm/buttons/Tile.css +2 -2
  425. package/esm/cards/ContainedAssetCard.css +2 -2
  426. package/esm/cards/FloatingAssetCard.css +2 -2
  427. package/esm/cards/NudgeCard.css +2 -2
  428. package/esm/carousel/Carousel.css +1 -1
  429. package/esm/carousel/DefaultCarouselNavigation.css +1 -1
  430. package/esm/carousel/DefaultCarouselPagination.css +2 -2
  431. package/esm/cells/Cell.css +2 -2
  432. package/esm/cells/ContentCell.css +2 -2
  433. package/esm/cells/ListCell.css +1 -1
  434. package/esm/chips/Chip.css +2 -2
  435. package/esm/chips/TabbedChips.css +1 -1
  436. package/esm/controls/Checkbox.css +1 -1
  437. package/esm/controls/CheckboxCell.css +1 -1
  438. package/esm/controls/CheckboxGroup.css +1 -1
  439. package/esm/controls/Control.css +2 -2
  440. package/esm/controls/ControlGroup.css +1 -1
  441. package/esm/controls/HelperText.css +1 -1
  442. package/esm/controls/InputStack.css +2 -2
  443. package/esm/controls/NativeInput.css +2 -2
  444. package/esm/controls/NativeTextArea.css +2 -2
  445. package/esm/controls/Radio.css +1 -1
  446. package/esm/controls/RadioCell.css +1 -1
  447. package/esm/controls/SearchInput.css +2 -2
  448. package/esm/controls/SegmentedControl.css +2 -2
  449. package/esm/controls/SelectOption.css +2 -2
  450. package/esm/controls/SelectTrigger.css +1 -1
  451. package/esm/controls/Switch.css +2 -2
  452. package/esm/controls/TextInput.css +2 -2
  453. package/esm/dates/Calendar.css +1 -1
  454. package/esm/dots/DotCount.css +2 -2
  455. package/esm/dots/DotStatusColor.css +1 -1
  456. package/esm/dots/DotSymbol.css +2 -2
  457. package/esm/dropdown/MenuItem.css +1 -1
  458. package/esm/icons/Icon.css +2 -2
  459. package/esm/icons/LogoMark.css +2 -2
  460. package/esm/icons/LogoWordmark.css +2 -2
  461. package/esm/icons/SubBrandLogoMark.css +2 -2
  462. package/esm/icons/SubBrandLogoWordmark.css +2 -2
  463. package/esm/layout/Divider.css +2 -2
  464. package/esm/layout/Fallback.css +1 -1
  465. package/esm/loaders/MaterialSpinner.css +1 -1
  466. package/esm/loaders/Spinner.css +2 -2
  467. package/esm/media/Avatar.css +2 -2
  468. package/esm/media/Hexagon.css +1 -1
  469. package/esm/media/RemoteImage.css +2 -2
  470. package/esm/media/RemoteImageGroup.css +2 -2
  471. package/esm/navigation/NavLink.css +1 -1
  472. package/esm/navigation/Sidebar.css +2 -2
  473. package/esm/navigation/SidebarItem.css +1 -1
  474. package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.css +1 -1
  475. package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.css +2 -2
  476. package/esm/numbers/RollingNumber/DefaultRollingNumberMask.css +1 -1
  477. package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.css +1 -1
  478. package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.css +1 -1
  479. package/esm/numbers/RollingNumber/RollingNumber.css +2 -2
  480. package/esm/overlays/FullscreenAlert.css +2 -2
  481. package/esm/overlays/Toast.css +2 -2
  482. package/esm/overlays/modal/FullscreenModal.css +2 -2
  483. package/esm/overlays/modal/FullscreenModalHeader.css +2 -2
  484. package/esm/overlays/modal/FullscreenModalLayout.css +1 -1
  485. package/esm/overlays/modal/Modal.css +2 -2
  486. package/esm/overlays/modal/ModalFooter.css +1 -1
  487. package/esm/overlays/modal/ModalWrapper.css +1 -1
  488. package/esm/overlays/modal/__figma__/FullscreenModal.figma.css +1 -1
  489. package/esm/overlays/popover/Popover.css +2 -2
  490. package/esm/overlays/tooltip/TooltipContent.css +1 -1
  491. package/esm/page/PageHeader.css +2 -2
  492. package/esm/pagination/DefaultPaginationPageButton.css +1 -1
  493. package/esm/styles/booleanStyles.css +2 -2
  494. package/esm/styles/defaultFont.css +1 -1
  495. package/esm/styles/global.css +1 -1
  496. package/esm/styles/responsive/base.css +2 -2
  497. package/esm/styles/responsive/desktop.css +1 -659
  498. package/esm/styles/responsive/phone.css +1 -659
  499. package/esm/styles/responsive/tablet.css +1 -659
  500. package/esm/system/ButtonOrLink.css +1 -1
  501. package/esm/system/Interactable.css +2 -2
  502. package/esm/system/Pressable.css +2 -2
  503. package/esm/tables/Table.css +2 -2
  504. package/esm/tables/TableCell.css +2 -2
  505. package/esm/tables/TableCellFallback.css +1 -1
  506. package/esm/tables/TableHeader.css +1 -1
  507. package/esm/tables/TableRow.css +2 -2
  508. package/esm/tabs/Paddle.css +2 -2
  509. package/esm/tabs/SegmentedTab.css +2 -2
  510. package/esm/tabs/SegmentedTab.js +25 -4
  511. package/esm/tabs/TabLabel.css +2 -2
  512. package/esm/tabs/TabNavigation.css +2 -2
  513. package/esm/tour/Tour.css +1 -1
  514. package/esm/tour/Tour.js +102 -72
  515. package/esm/tour/TourStep.js +5 -4
  516. package/esm/typography/Link.css +1 -1
  517. package/esm/typography/Text.css +2 -2
  518. package/esm/visualizations/Counter.css +2 -2
  519. package/esm/visualizations/ProgressBar.css +1 -1
  520. package/esm/visualizations/ProgressBarWithFloatLabel.css +1 -1
  521. package/esm/visualizations/ProgressCircle.css +1 -1
  522. package/package.json +9 -9
  523. package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts +0 -14
  524. package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts.map +0 -1
  525. package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts +0 -2
  526. package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts.map +0 -1
  527. package/dts/__stories__/Palette.stories.d.ts +0 -7
  528. package/dts/__stories__/Palette.stories.d.ts.map +0 -1
  529. package/dts/accordion/__stories__/Accordion.stories.d.ts +0 -14
  530. package/dts/accordion/__stories__/Accordion.stories.d.ts.map +0 -1
  531. package/dts/accordion/__tests__/Accordion.test.d.ts +0 -2
  532. package/dts/accordion/__tests__/Accordion.test.d.ts.map +0 -1
  533. package/dts/animation/__stories__/Lottie.stories.d.ts +0 -17
  534. package/dts/animation/__stories__/Lottie.stories.d.ts.map +0 -1
  535. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +0 -8
  536. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts.map +0 -1
  537. package/dts/animation/__tests__/Lottie.perf-test.d.ts +0 -2
  538. package/dts/animation/__tests__/Lottie.perf-test.d.ts.map +0 -1
  539. package/dts/animation/__tests__/Lottie.test.d.ts +0 -2
  540. package/dts/animation/__tests__/Lottie.test.d.ts.map +0 -1
  541. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts +0 -2
  542. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts.map +0 -1
  543. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts +0 -2
  544. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts.map +0 -1
  545. package/dts/animation/__tests__/convertMotionConfig.test.d.ts +0 -2
  546. package/dts/animation/__tests__/convertMotionConfig.test.d.ts.map +0 -1
  547. package/dts/animation/__tests__/useLottieHandlers.test.d.ts +0 -2
  548. package/dts/animation/__tests__/useLottieHandlers.test.d.ts.map +0 -1
  549. package/dts/animation/__tests__/useLottieListeners.test.d.ts +0 -2
  550. package/dts/animation/__tests__/useLottieListeners.test.d.ts.map +0 -1
  551. package/dts/banner/__stories__/Banner.stories.d.ts +0 -12
  552. package/dts/banner/__stories__/Banner.stories.d.ts.map +0 -1
  553. package/dts/banner/__tests__/Banner.test.d.ts +0 -2
  554. package/dts/banner/__tests__/Banner.test.d.ts.map +0 -1
  555. package/dts/buttons/__stories__/AvatarButton.stories.d.ts +0 -9
  556. package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +0 -1
  557. package/dts/buttons/__stories__/Button.stories.d.ts +0 -10
  558. package/dts/buttons/__stories__/Button.stories.d.ts.map +0 -1
  559. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +0 -10
  560. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +0 -1
  561. package/dts/buttons/__stories__/IconButton.stories.d.ts +0 -12
  562. package/dts/buttons/__stories__/IconButton.stories.d.ts.map +0 -1
  563. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +0 -8
  564. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +0 -1
  565. package/dts/buttons/__stories__/TileButton.stories.d.ts +0 -8
  566. package/dts/buttons/__stories__/TileButton.stories.d.ts.map +0 -1
  567. package/dts/buttons/__stories__/ToggleLoading.d.ts +0 -4
  568. package/dts/buttons/__stories__/ToggleLoading.d.ts.map +0 -1
  569. package/dts/buttons/__tests__/AvatarButton.test.d.ts +0 -2
  570. package/dts/buttons/__tests__/AvatarButton.test.d.ts.map +0 -1
  571. package/dts/buttons/__tests__/Button.perf-test.d.ts +0 -2
  572. package/dts/buttons/__tests__/Button.perf-test.d.ts.map +0 -1
  573. package/dts/buttons/__tests__/Button.test.d.ts +0 -2
  574. package/dts/buttons/__tests__/Button.test.d.ts.map +0 -1
  575. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts +0 -2
  576. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts.map +0 -1
  577. package/dts/buttons/__tests__/ButtonGroup.test.d.ts +0 -2
  578. package/dts/buttons/__tests__/ButtonGroup.test.d.ts.map +0 -1
  579. package/dts/buttons/__tests__/IconButton.test.d.ts +0 -2
  580. package/dts/buttons/__tests__/IconButton.test.d.ts.map +0 -1
  581. package/dts/buttons/__tests__/IconCounterButton.test.d.ts +0 -2
  582. package/dts/buttons/__tests__/IconCounterButton.test.d.ts.map +0 -1
  583. package/dts/buttons/__tests__/Tile.test.d.ts +0 -2
  584. package/dts/buttons/__tests__/Tile.test.d.ts.map +0 -1
  585. package/dts/buttons/__tests__/TileButton.test.d.ts +0 -2
  586. package/dts/buttons/__tests__/TileButton.test.d.ts.map +0 -1
  587. package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts +0 -21
  588. package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts.map +0 -1
  589. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts +0 -2
  590. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts.map +0 -1
  591. package/dts/cards/__stories__/Card.stories.d.ts +0 -264
  592. package/dts/cards/__stories__/Card.stories.d.ts.map +0 -1
  593. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +0 -30
  594. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +0 -1
  595. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +0 -12
  596. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +0 -1
  597. package/dts/cards/__stories__/NudgeCard.stories.d.ts +0 -14
  598. package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +0 -1
  599. package/dts/cards/__stories__/UpsellCard.stories.d.ts +0 -17
  600. package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +0 -1
  601. package/dts/cards/__tests__/Card.test.d.ts +0 -2
  602. package/dts/cards/__tests__/Card.test.d.ts.map +0 -1
  603. package/dts/cards/__tests__/CardMedia.test.d.ts +0 -2
  604. package/dts/cards/__tests__/CardMedia.test.d.ts.map +0 -1
  605. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts +0 -2
  606. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts.map +0 -1
  607. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts +0 -2
  608. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts.map +0 -1
  609. package/dts/cards/__tests__/NudgeCard.test.d.ts +0 -2
  610. package/dts/cards/__tests__/NudgeCard.test.d.ts.map +0 -1
  611. package/dts/cards/__tests__/UpsellCard.test.d.ts +0 -2
  612. package/dts/cards/__tests__/UpsellCard.test.d.ts.map +0 -1
  613. package/dts/carousel/__stories__/Carousel.stories.d.ts +0 -8
  614. package/dts/carousel/__stories__/Carousel.stories.d.ts.map +0 -1
  615. package/dts/carousel/__tests__/Carousel.test.d.ts +0 -2
  616. package/dts/carousel/__tests__/Carousel.test.d.ts.map +0 -1
  617. package/dts/cells/__stories__/ContentCell.stories.d.ts +0 -12
  618. package/dts/cells/__stories__/ContentCell.stories.d.ts.map +0 -1
  619. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +0 -8
  620. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +0 -1
  621. package/dts/cells/__stories__/ListCell.stories.d.ts +0 -33
  622. package/dts/cells/__stories__/ListCell.stories.d.ts.map +0 -1
  623. package/dts/cells/__stories__/ListCellFallback.stories.d.ts +0 -8
  624. package/dts/cells/__stories__/ListCellFallback.stories.d.ts.map +0 -1
  625. package/dts/cells/__tests__/Cell.test.d.ts +0 -2
  626. package/dts/cells/__tests__/Cell.test.d.ts.map +0 -1
  627. package/dts/cells/__tests__/CellAccessory.test.d.ts +0 -2
  628. package/dts/cells/__tests__/CellAccessory.test.d.ts.map +0 -1
  629. package/dts/cells/__tests__/CellMedia.test.d.ts +0 -2
  630. package/dts/cells/__tests__/CellMedia.test.d.ts.map +0 -1
  631. package/dts/cells/__tests__/ContentCell.test.d.ts +0 -2
  632. package/dts/cells/__tests__/ContentCell.test.d.ts.map +0 -1
  633. package/dts/cells/__tests__/ContentCellFallback.test.d.ts +0 -2
  634. package/dts/cells/__tests__/ContentCellFallback.test.d.ts.map +0 -1
  635. package/dts/cells/__tests__/ListCell.perf-test.d.ts +0 -2
  636. package/dts/cells/__tests__/ListCell.perf-test.d.ts.map +0 -1
  637. package/dts/cells/__tests__/ListCell.test.d.ts +0 -2
  638. package/dts/cells/__tests__/ListCell.test.d.ts.map +0 -1
  639. package/dts/cells/__tests__/ListCellFallback.test.d.ts +0 -2
  640. package/dts/cells/__tests__/ListCellFallback.test.d.ts.map +0 -1
  641. package/dts/cells/__tests__/MediaFallback.test.d.ts +0 -2
  642. package/dts/cells/__tests__/MediaFallback.test.d.ts.map +0 -1
  643. package/dts/chips/__stories__/Chip.stories.d.ts +0 -9
  644. package/dts/chips/__stories__/Chip.stories.d.ts.map +0 -1
  645. package/dts/chips/__stories__/InputChip.stories.d.ts +0 -8
  646. package/dts/chips/__stories__/InputChip.stories.d.ts.map +0 -1
  647. package/dts/chips/__stories__/SelectChip.stories.d.ts +0 -12
  648. package/dts/chips/__stories__/SelectChip.stories.d.ts.map +0 -1
  649. package/dts/chips/__stories__/TabbedChips.stories.d.ts +0 -25
  650. package/dts/chips/__stories__/TabbedChips.stories.d.ts.map +0 -1
  651. package/dts/chips/__tests__/Chip.test.d.ts +0 -2
  652. package/dts/chips/__tests__/Chip.test.d.ts.map +0 -1
  653. package/dts/chips/__tests__/InputChip.test.d.ts +0 -2
  654. package/dts/chips/__tests__/InputChip.test.d.ts.map +0 -1
  655. package/dts/chips/__tests__/SelectChip.test.d.ts +0 -2
  656. package/dts/chips/__tests__/SelectChip.test.d.ts.map +0 -1
  657. package/dts/chips/__tests__/TabbedChips.test.d.ts +0 -2
  658. package/dts/chips/__tests__/TabbedChips.test.d.ts.map +0 -1
  659. package/dts/coachmark/__stories__/Coachmark.stories.d.ts +0 -8
  660. package/dts/coachmark/__stories__/Coachmark.stories.d.ts.map +0 -1
  661. package/dts/coachmark/__tests__/Coachmark.test.d.ts +0 -2
  662. package/dts/coachmark/__tests__/Coachmark.test.d.ts.map +0 -1
  663. package/dts/collapsible/__stories__/Collapsible.stories.d.ts +0 -19
  664. package/dts/collapsible/__stories__/Collapsible.stories.d.ts.map +0 -1
  665. package/dts/collapsible/__tests__/Collapsible.test.d.ts +0 -2
  666. package/dts/collapsible/__tests__/Collapsible.test.d.ts.map +0 -1
  667. package/dts/controls/__stories__/AddressForm.d.ts +0 -4
  668. package/dts/controls/__stories__/AddressForm.d.ts.map +0 -1
  669. package/dts/controls/__stories__/Checkbox.stories.d.ts +0 -83
  670. package/dts/controls/__stories__/Checkbox.stories.d.ts.map +0 -1
  671. package/dts/controls/__stories__/CheckboxCell.stories.d.ts +0 -51
  672. package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +0 -1
  673. package/dts/controls/__stories__/ControlGroup.stories.d.ts +0 -11
  674. package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +0 -1
  675. package/dts/controls/__stories__/HelperText.stories.d.ts +0 -23
  676. package/dts/controls/__stories__/HelperText.stories.d.ts.map +0 -1
  677. package/dts/controls/__stories__/InputIcon.stories.d.ts +0 -14
  678. package/dts/controls/__stories__/InputIcon.stories.d.ts.map +0 -1
  679. package/dts/controls/__stories__/InputIconButton.stories.d.ts +0 -14
  680. package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +0 -1
  681. package/dts/controls/__stories__/InputLabel.stories.d.ts +0 -11
  682. package/dts/controls/__stories__/InputLabel.stories.d.ts.map +0 -1
  683. package/dts/controls/__stories__/InputStack.stories.d.ts +0 -10
  684. package/dts/controls/__stories__/InputStack.stories.d.ts.map +0 -1
  685. package/dts/controls/__stories__/NativeInput.stories.d.ts +0 -16
  686. package/dts/controls/__stories__/NativeInput.stories.d.ts.map +0 -1
  687. package/dts/controls/__stories__/RadioCell.stories.d.ts +0 -55
  688. package/dts/controls/__stories__/RadioCell.stories.d.ts.map +0 -1
  689. package/dts/controls/__stories__/RadioGroup.stories.d.ts +0 -28
  690. package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +0 -1
  691. package/dts/controls/__stories__/SearchInput.stories.d.ts +0 -26
  692. package/dts/controls/__stories__/SearchInput.stories.d.ts.map +0 -1
  693. package/dts/controls/__stories__/SegmentedControl.stories.d.ts +0 -9
  694. package/dts/controls/__stories__/SegmentedControl.stories.d.ts.map +0 -1
  695. package/dts/controls/__stories__/Select.stories.d.ts +0 -42
  696. package/dts/controls/__stories__/Select.stories.d.ts.map +0 -1
  697. package/dts/controls/__stories__/SelectInteraction.stories.d.ts +0 -11
  698. package/dts/controls/__stories__/SelectInteraction.stories.d.ts.map +0 -1
  699. package/dts/controls/__stories__/SelectOption.stories.d.ts +0 -8
  700. package/dts/controls/__stories__/SelectOption.stories.d.ts.map +0 -1
  701. package/dts/controls/__stories__/Switch.stories.d.ts +0 -42
  702. package/dts/controls/__stories__/Switch.stories.d.ts.map +0 -1
  703. package/dts/controls/__stories__/TextInput.stories.d.ts +0 -90
  704. package/dts/controls/__stories__/TextInput.stories.d.ts.map +0 -1
  705. package/dts/controls/__stories__/TextInputInteractive.stories.d.ts +0 -11
  706. package/dts/controls/__stories__/TextInputInteractive.stories.d.ts.map +0 -1
  707. package/dts/controls/__stories__/TextInputPerformance.stories.d.ts +0 -30
  708. package/dts/controls/__stories__/TextInputPerformance.stories.d.ts.map +0 -1
  709. package/dts/controls/__tests__/Checkbox.test.d.ts +0 -2
  710. package/dts/controls/__tests__/Checkbox.test.d.ts.map +0 -1
  711. package/dts/controls/__tests__/CheckboxCell.test.d.ts +0 -2
  712. package/dts/controls/__tests__/CheckboxCell.test.d.ts.map +0 -1
  713. package/dts/controls/__tests__/CheckboxGroup.test.d.ts +0 -2
  714. package/dts/controls/__tests__/CheckboxGroup.test.d.ts.map +0 -1
  715. package/dts/controls/__tests__/Control.test.d.ts +0 -2
  716. package/dts/controls/__tests__/Control.test.d.ts.map +0 -1
  717. package/dts/controls/__tests__/ControlGroup.test.d.ts +0 -2
  718. package/dts/controls/__tests__/ControlGroup.test.d.ts.map +0 -1
  719. package/dts/controls/__tests__/HelperText.test.d.ts +0 -2
  720. package/dts/controls/__tests__/HelperText.test.d.ts.map +0 -1
  721. package/dts/controls/__tests__/InputIcon.test.d.ts +0 -2
  722. package/dts/controls/__tests__/InputIcon.test.d.ts.map +0 -1
  723. package/dts/controls/__tests__/InputIconButton.test.d.ts +0 -2
  724. package/dts/controls/__tests__/InputIconButton.test.d.ts.map +0 -1
  725. package/dts/controls/__tests__/InputStack.test.d.ts +0 -2
  726. package/dts/controls/__tests__/InputStack.test.d.ts.map +0 -1
  727. package/dts/controls/__tests__/NativeInput.test.d.ts +0 -2
  728. package/dts/controls/__tests__/NativeInput.test.d.ts.map +0 -1
  729. package/dts/controls/__tests__/NativeTextArea.test.d.ts +0 -2
  730. package/dts/controls/__tests__/NativeTextArea.test.d.ts.map +0 -1
  731. package/dts/controls/__tests__/RadioCell.test.d.ts +0 -2
  732. package/dts/controls/__tests__/RadioCell.test.d.ts.map +0 -1
  733. package/dts/controls/__tests__/RadioGroup.test.d.ts +0 -2
  734. package/dts/controls/__tests__/RadioGroup.test.d.ts.map +0 -1
  735. package/dts/controls/__tests__/SearchInput.test.d.ts +0 -2
  736. package/dts/controls/__tests__/SearchInput.test.d.ts.map +0 -1
  737. package/dts/controls/__tests__/SegmentedControl.test.d.ts +0 -2
  738. package/dts/controls/__tests__/SegmentedControl.test.d.ts.map +0 -1
  739. package/dts/controls/__tests__/Select.test.d.ts +0 -2
  740. package/dts/controls/__tests__/Select.test.d.ts.map +0 -1
  741. package/dts/controls/__tests__/Switch.test.d.ts +0 -2
  742. package/dts/controls/__tests__/Switch.test.d.ts.map +0 -1
  743. package/dts/controls/__tests__/TextInput.test.d.ts +0 -2
  744. package/dts/controls/__tests__/TextInput.test.d.ts.map +0 -1
  745. package/dts/dates/__stories__/A11yTest.stories.d.ts +0 -33
  746. package/dts/dates/__stories__/A11yTest.stories.d.ts.map +0 -1
  747. package/dts/dates/__stories__/Calendar.stories.d.ts +0 -38
  748. package/dts/dates/__stories__/Calendar.stories.d.ts.map +0 -1
  749. package/dts/dates/__stories__/DateInput.stories.d.ts +0 -27
  750. package/dts/dates/__stories__/DateInput.stories.d.ts.map +0 -1
  751. package/dts/dates/__stories__/DatePicker.stories.d.ts +0 -55
  752. package/dts/dates/__stories__/DatePicker.stories.d.ts.map +0 -1
  753. package/dts/dates/__stories__/Note.d.ts +0 -5
  754. package/dts/dates/__stories__/Note.d.ts.map +0 -1
  755. package/dts/dots/__stories__/DotCount.stories.d.ts +0 -9
  756. package/dts/dots/__stories__/DotCount.stories.d.ts.map +0 -1
  757. package/dts/dots/__stories__/DotStatusColor.stories.d.ts +0 -8
  758. package/dts/dots/__stories__/DotStatusColor.stories.d.ts.map +0 -1
  759. package/dts/dots/__stories__/DotSymbol.stories.d.ts +0 -9
  760. package/dts/dots/__stories__/DotSymbol.stories.d.ts.map +0 -1
  761. package/dts/dots/__tests__/DotCount.test.d.ts +0 -2
  762. package/dts/dots/__tests__/DotCount.test.d.ts.map +0 -1
  763. package/dts/dots/__tests__/DotStatusColor.test.d.ts +0 -2
  764. package/dts/dots/__tests__/DotStatusColor.test.d.ts.map +0 -1
  765. package/dts/dots/__tests__/DotSymbol.test.d.ts +0 -2
  766. package/dts/dots/__tests__/DotSymbol.test.d.ts.map +0 -1
  767. package/dts/dots/__tests__/getTransform.test.d.ts +0 -2
  768. package/dts/dots/__tests__/getTransform.test.d.ts.map +0 -1
  769. package/dts/dropdown/__stories__/Dropdown.stories.d.ts +0 -41
  770. package/dts/dropdown/__stories__/Dropdown.stories.d.ts.map +0 -1
  771. package/dts/dropdown/__stories__/DropdownContent.stories.d.ts +0 -8
  772. package/dts/dropdown/__stories__/DropdownContent.stories.d.ts.map +0 -1
  773. package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts +0 -15
  774. package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts.map +0 -1
  775. package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts +0 -2
  776. package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts.map +0 -1
  777. package/dts/dropdown/__tests__/Dropdown.test.d.ts +0 -2
  778. package/dts/dropdown/__tests__/Dropdown.test.d.ts.map +0 -1
  779. package/dts/dropdown/__tests__/MenuItem.test.d.ts +0 -2
  780. package/dts/dropdown/__tests__/MenuItem.test.d.ts.map +0 -1
  781. package/dts/hooks/__stories__/useBreakpoints.stories.d.ts +0 -14
  782. package/dts/hooks/__stories__/useBreakpoints.stories.d.ts.map +0 -1
  783. package/dts/hooks/__stories__/useMediaQuery.stories.d.ts +0 -14
  784. package/dts/hooks/__stories__/useMediaQuery.stories.d.ts.map +0 -1
  785. package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts +0 -2
  786. package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts.map +0 -1
  787. package/dts/hooks/__tests__/useA11yLabels.test.d.ts +0 -2
  788. package/dts/hooks/__tests__/useA11yLabels.test.d.ts.map +0 -1
  789. package/dts/hooks/__tests__/useBreakpoints.test.d.ts +0 -2
  790. package/dts/hooks/__tests__/useBreakpoints.test.d.ts.map +0 -1
  791. package/dts/hooks/__tests__/useCellSpacing.test.d.ts +0 -2
  792. package/dts/hooks/__tests__/useCellSpacing.test.d.ts.map +0 -1
  793. package/dts/hooks/__tests__/useDimensions.test.d.ts +0 -2
  794. package/dts/hooks/__tests__/useDimensions.test.d.ts.map +0 -1
  795. package/dts/hooks/__tests__/useIsBrowser.test.d.ts +0 -2
  796. package/dts/hooks/__tests__/useIsBrowser.test.d.ts.map +0 -1
  797. package/dts/hooks/__tests__/useMediaQuery.test.d.ts +0 -2
  798. package/dts/hooks/__tests__/useMediaQuery.test.d.ts.map +0 -1
  799. package/dts/icons/__stories__/Icon.stories.d.ts +0 -20
  800. package/dts/icons/__stories__/Icon.stories.d.ts.map +0 -1
  801. package/dts/icons/__stories__/IconSheet.d.ts +0 -8
  802. package/dts/icons/__stories__/IconSheet.d.ts.map +0 -1
  803. package/dts/icons/__stories__/Logo.stories.d.ts +0 -7
  804. package/dts/icons/__stories__/Logo.stories.d.ts.map +0 -1
  805. package/dts/icons/__tests__/Icon.perf-test.d.ts +0 -2
  806. package/dts/icons/__tests__/Icon.perf-test.d.ts.map +0 -1
  807. package/dts/icons/__tests__/Icon.test.d.ts +0 -2
  808. package/dts/icons/__tests__/Icon.test.d.ts.map +0 -1
  809. package/dts/icons/__tests__/LogoMark.test.d.ts +0 -2
  810. package/dts/icons/__tests__/LogoMark.test.d.ts.map +0 -1
  811. package/dts/icons/__tests__/LogoWordMark.test.d.ts +0 -2
  812. package/dts/icons/__tests__/LogoWordMark.test.d.ts.map +0 -1
  813. package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts +0 -2
  814. package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts.map +0 -1
  815. package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts +0 -2
  816. package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts.map +0 -1
  817. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts +0 -15
  818. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +0 -1
  819. package/dts/illustrations/__stories__/IllustrationExample.d.ts +0 -5
  820. package/dts/illustrations/__stories__/IllustrationExample.d.ts.map +0 -1
  821. package/dts/illustrations/__stories__/Pictogram.stories.d.ts +0 -15
  822. package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +0 -1
  823. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +0 -15
  824. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +0 -1
  825. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +0 -15
  826. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +0 -1
  827. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +0 -15
  828. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +0 -1
  829. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +0 -9
  830. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts.map +0 -1
  831. package/dts/illustrations/__tests__/HeroSquare.test.d.ts +0 -2
  832. package/dts/illustrations/__tests__/HeroSquare.test.d.ts.map +0 -1
  833. package/dts/illustrations/__tests__/Pictogram.test.d.ts +0 -2
  834. package/dts/illustrations/__tests__/Pictogram.test.d.ts.map +0 -1
  835. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts +0 -2
  836. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts.map +0 -1
  837. package/dts/illustrations/__tests__/SpotSquare.test.d.ts +0 -2
  838. package/dts/illustrations/__tests__/SpotSquare.test.d.ts.map +0 -1
  839. package/dts/layout/__stories__/Box.stories.d.ts +0 -49
  840. package/dts/layout/__stories__/Box.stories.d.ts.map +0 -1
  841. package/dts/layout/__stories__/BoxPerformance.stories.d.ts +0 -15
  842. package/dts/layout/__stories__/BoxPerformance.stories.d.ts.map +0 -1
  843. package/dts/layout/__stories__/Divider.stories.d.ts +0 -19
  844. package/dts/layout/__stories__/Divider.stories.d.ts.map +0 -1
  845. package/dts/layout/__stories__/Fallback.stories.d.ts +0 -9
  846. package/dts/layout/__stories__/Fallback.stories.d.ts.map +0 -1
  847. package/dts/layout/__stories__/Grid.stories.d.ts +0 -7
  848. package/dts/layout/__stories__/Grid.stories.d.ts.map +0 -1
  849. package/dts/layout/__stories__/Layouts.stories.d.ts +0 -7
  850. package/dts/layout/__stories__/Layouts.stories.d.ts.map +0 -1
  851. package/dts/layout/__stories__/LoremIpsum.d.ts +0 -9
  852. package/dts/layout/__stories__/LoremIpsum.d.ts.map +0 -1
  853. package/dts/layout/__stories__/Responsive.stories.d.ts +0 -15
  854. package/dts/layout/__stories__/Responsive.stories.d.ts.map +0 -1
  855. package/dts/layout/__tests__/Box.perf-test.d.ts +0 -2
  856. package/dts/layout/__tests__/Box.perf-test.d.ts.map +0 -1
  857. package/dts/layout/__tests__/Box.test.d.ts +0 -2
  858. package/dts/layout/__tests__/Box.test.d.ts.map +0 -1
  859. package/dts/layout/__tests__/Divider.perf-test.d.ts +0 -2
  860. package/dts/layout/__tests__/Divider.perf-test.d.ts.map +0 -1
  861. package/dts/layout/__tests__/Fallback.perf-test.d.ts +0 -2
  862. package/dts/layout/__tests__/Fallback.perf-test.d.ts.map +0 -1
  863. package/dts/layout/__tests__/Fallback.test.d.ts +0 -2
  864. package/dts/layout/__tests__/Fallback.test.d.ts.map +0 -1
  865. package/dts/layout/__tests__/Grid.test.d.ts +0 -2
  866. package/dts/layout/__tests__/Grid.test.d.ts.map +0 -1
  867. package/dts/layout/__tests__/GridColumn.test.d.ts +0 -2
  868. package/dts/layout/__tests__/GridColumn.test.d.ts.map +0 -1
  869. package/dts/layout/__tests__/Group.test.d.ts +0 -2
  870. package/dts/layout/__tests__/Group.test.d.ts.map +0 -1
  871. package/dts/layout/__tests__/VStack.test.d.ts +0 -2
  872. package/dts/layout/__tests__/VStack.test.d.ts.map +0 -1
  873. package/dts/loaders/__stories__/CircularProgress.stories.d.ts +0 -8
  874. package/dts/loaders/__stories__/CircularProgress.stories.d.ts.map +0 -1
  875. package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts +0 -8
  876. package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts.map +0 -1
  877. package/dts/loaders/__stories__/Spinner.stories.d.ts +0 -10
  878. package/dts/loaders/__stories__/Spinner.stories.d.ts.map +0 -1
  879. package/dts/loaders/__tests__/CircularProgress.test.d.ts +0 -2
  880. package/dts/loaders/__tests__/CircularProgress.test.d.ts.map +0 -1
  881. package/dts/loaders/__tests__/MaterialSpinner.test.d.ts +0 -2
  882. package/dts/loaders/__tests__/MaterialSpinner.test.d.ts.map +0 -1
  883. package/dts/loaders/__tests__/Spinner.test.d.ts +0 -2
  884. package/dts/loaders/__tests__/Spinner.test.d.ts.map +0 -1
  885. package/dts/media/__stories__/Avatar.stories.d.ts +0 -12
  886. package/dts/media/__stories__/Avatar.stories.d.ts.map +0 -1
  887. package/dts/media/__stories__/RemoteImage.stories.d.ts +0 -8
  888. package/dts/media/__stories__/RemoteImage.stories.d.ts.map +0 -1
  889. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +0 -7
  890. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts.map +0 -1
  891. package/dts/media/__tests__/Avatar.test.d.ts +0 -2
  892. package/dts/media/__tests__/Avatar.test.d.ts.map +0 -1
  893. package/dts/media/__tests__/Hexagon.test.d.ts +0 -2
  894. package/dts/media/__tests__/Hexagon.test.d.ts.map +0 -1
  895. package/dts/media/__tests__/RemoteImage.test.d.ts +0 -2
  896. package/dts/media/__tests__/RemoteImage.test.d.ts.map +0 -1
  897. package/dts/media/__tests__/RemoteImageGroup.test.d.ts +0 -2
  898. package/dts/media/__tests__/RemoteImageGroup.test.d.ts.map +0 -1
  899. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +0 -8
  900. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +0 -1
  901. package/dts/motion/__stories__/HintMotion.stories.d.ts +0 -8
  902. package/dts/motion/__stories__/HintMotion.stories.d.ts.map +0 -1
  903. package/dts/motion/__stories__/Tokens.stories.d.ts +0 -7
  904. package/dts/motion/__stories__/Tokens.stories.d.ts.map +0 -1
  905. package/dts/motion/__tests__/AnimatedCaret.test.d.ts +0 -2
  906. package/dts/motion/__tests__/AnimatedCaret.test.d.ts.map +0 -1
  907. package/dts/motion/__tests__/ColorSurge.test.d.ts +0 -2
  908. package/dts/motion/__tests__/ColorSurge.test.d.ts.map +0 -1
  909. package/dts/motion/__tests__/Pulse.test.d.ts +0 -2
  910. package/dts/motion/__tests__/Pulse.test.d.ts.map +0 -1
  911. package/dts/motion/__tests__/Shake.test.d.ts +0 -2
  912. package/dts/motion/__tests__/Shake.test.d.ts.map +0 -1
  913. package/dts/motion/__tests__/useMotionProps.test.d.ts +0 -2
  914. package/dts/motion/__tests__/useMotionProps.test.d.ts.map +0 -1
  915. package/dts/motion/__tests__/utils.test.d.ts +0 -2
  916. package/dts/motion/__tests__/utils.test.d.ts.map +0 -1
  917. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +0 -12
  918. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts.map +0 -1
  919. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts +0 -2
  920. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts.map +0 -1
  921. package/dts/navigation/__stories__/NavLink.stories.d.ts +0 -8
  922. package/dts/navigation/__stories__/NavLink.stories.d.ts.map +0 -1
  923. package/dts/navigation/__stories__/NavigationBar.stories.d.ts +0 -30
  924. package/dts/navigation/__stories__/NavigationBar.stories.d.ts.map +0 -1
  925. package/dts/navigation/__stories__/NavigationStorySetup.d.ts +0 -49
  926. package/dts/navigation/__stories__/NavigationStorySetup.d.ts.map +0 -1
  927. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +0 -15
  928. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +0 -1
  929. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +0 -12
  930. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +0 -1
  931. package/dts/navigation/__stories__/Sidebar.stories.d.ts +0 -10
  932. package/dts/navigation/__stories__/Sidebar.stories.d.ts.map +0 -1
  933. package/dts/navigation/__tests__/NavigationBar.test.d.ts +0 -2
  934. package/dts/navigation/__tests__/NavigationBar.test.d.ts.map +0 -1
  935. package/dts/navigation/__tests__/NavigationTitle.test.d.ts +0 -2
  936. package/dts/navigation/__tests__/NavigationTitle.test.d.ts.map +0 -1
  937. package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts +0 -2
  938. package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts.map +0 -1
  939. package/dts/navigation/__tests__/Sidebar.test.d.ts +0 -2
  940. package/dts/navigation/__tests__/Sidebar.test.d.ts.map +0 -1
  941. package/dts/navigation/__tests__/SidebarItem.test.d.ts +0 -2
  942. package/dts/navigation/__tests__/SidebarItem.test.d.ts.map +0 -1
  943. package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts +0 -2
  944. package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts.map +0 -1
  945. package/dts/numbers/__stories__/RollingNumber.stories.d.ts +0 -18
  946. package/dts/numbers/__stories__/RollingNumber.stories.d.ts.map +0 -1
  947. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts +0 -2
  948. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts.map +0 -1
  949. package/dts/overlays/__stories__/Alert.stories.d.ts +0 -23
  950. package/dts/overlays/__stories__/Alert.stories.d.ts.map +0 -1
  951. package/dts/overlays/__stories__/FocusTrap.stories.d.ts +0 -7
  952. package/dts/overlays/__stories__/FocusTrap.stories.d.ts.map +0 -1
  953. package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts +0 -9
  954. package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts.map +0 -1
  955. package/dts/overlays/__stories__/FullscreenModal.stories.d.ts +0 -24
  956. package/dts/overlays/__stories__/FullscreenModal.stories.d.ts.map +0 -1
  957. package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts +0 -30
  958. package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts.map +0 -1
  959. package/dts/overlays/__stories__/Modal.stories.d.ts +0 -13
  960. package/dts/overlays/__stories__/Modal.stories.d.ts.map +0 -1
  961. package/dts/overlays/__stories__/ModalInteractive.stories.d.ts +0 -21
  962. package/dts/overlays/__stories__/ModalInteractive.stories.d.ts.map +0 -1
  963. package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts +0 -23
  964. package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts.map +0 -1
  965. package/dts/overlays/__stories__/PortalProvider.stories.d.ts +0 -7
  966. package/dts/overlays/__stories__/PortalProvider.stories.d.ts.map +0 -1
  967. package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts +0 -7
  968. package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts.map +0 -1
  969. package/dts/overlays/__stories__/Toast.stories.d.ts +0 -8
  970. package/dts/overlays/__stories__/Toast.stories.d.ts.map +0 -1
  971. package/dts/overlays/__stories__/Tooltip.stories.d.ts +0 -11
  972. package/dts/overlays/__stories__/Tooltip.stories.d.ts.map +0 -1
  973. package/dts/overlays/__stories__/TooltipContent.stories.d.ts +0 -11
  974. package/dts/overlays/__stories__/TooltipContent.stories.d.ts.map +0 -1
  975. package/dts/overlays/__tests__/Alert.test.d.ts +0 -2
  976. package/dts/overlays/__tests__/Alert.test.d.ts.map +0 -1
  977. package/dts/overlays/__tests__/FocusTrap.test.d.ts +0 -2
  978. package/dts/overlays/__tests__/FocusTrap.test.d.ts.map +0 -1
  979. package/dts/overlays/__tests__/FullscreenAlert.test.d.ts +0 -2
  980. package/dts/overlays/__tests__/FullscreenAlert.test.d.ts.map +0 -1
  981. package/dts/overlays/__tests__/OverlayContentContext.test.d.ts +0 -2
  982. package/dts/overlays/__tests__/OverlayContentContext.test.d.ts.map +0 -1
  983. package/dts/overlays/__tests__/Popover.test.d.ts +0 -2
  984. package/dts/overlays/__tests__/Popover.test.d.ts.map +0 -1
  985. package/dts/overlays/__tests__/PortalProvider.test.d.ts +0 -2
  986. package/dts/overlays/__tests__/PortalProvider.test.d.ts.map +0 -1
  987. package/dts/overlays/__tests__/Toast.test.d.ts +0 -2
  988. package/dts/overlays/__tests__/Toast.test.d.ts.map +0 -1
  989. package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts +0 -2
  990. package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts.map +0 -1
  991. package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts +0 -2
  992. package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts.map +0 -1
  993. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts +0 -2
  994. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts.map +0 -1
  995. package/dts/overlays/modal/__tests__/Modal.test.d.ts +0 -2
  996. package/dts/overlays/modal/__tests__/Modal.test.d.ts.map +0 -1
  997. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts +0 -2
  998. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts.map +0 -1
  999. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts +0 -2
  1000. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts.map +0 -1
  1001. package/dts/overlays/tray/__stories__/Tray.stories.d.ts +0 -5
  1002. package/dts/overlays/tray/__stories__/Tray.stories.d.ts.map +0 -1
  1003. package/dts/overlays/tray/__tests__/Tray.test.d.ts +0 -2
  1004. package/dts/overlays/tray/__tests__/Tray.test.d.ts.map +0 -1
  1005. package/dts/page/__stories__/PageFooter.stories.d.ts +0 -69
  1006. package/dts/page/__stories__/PageFooter.stories.d.ts.map +0 -1
  1007. package/dts/page/__stories__/PageHeader.stories.d.ts +0 -95
  1008. package/dts/page/__stories__/PageHeader.stories.d.ts.map +0 -1
  1009. package/dts/page/__tests__/PageFooter.test.d.ts +0 -2
  1010. package/dts/page/__tests__/PageFooter.test.d.ts.map +0 -1
  1011. package/dts/page/__tests__/PageHeader.test.d.ts +0 -2
  1012. package/dts/page/__tests__/PageHeader.test.d.ts.map +0 -1
  1013. package/dts/pagination/__stories__/Pagination.stories.d.ts +0 -5
  1014. package/dts/pagination/__stories__/Pagination.stories.d.ts.map +0 -1
  1015. package/dts/pagination/__stories__/UsePagination.stories.d.ts +0 -5
  1016. package/dts/pagination/__stories__/UsePagination.stories.d.ts.map +0 -1
  1017. package/dts/pagination/__tests__/Pagination.test.d.ts +0 -2
  1018. package/dts/pagination/__tests__/Pagination.test.d.ts.map +0 -1
  1019. package/dts/pagination/__tests__/usePagination.test.d.ts +0 -2
  1020. package/dts/pagination/__tests__/usePagination.test.d.ts.map +0 -1
  1021. package/dts/section-header/__stories__/SectionHeader.stories.d.ts +0 -9
  1022. package/dts/section-header/__stories__/SectionHeader.stories.d.ts.map +0 -1
  1023. package/dts/section-header/__tests__/SectionHeader.test.d.ts +0 -2
  1024. package/dts/section-header/__tests__/SectionHeader.test.d.ts.map +0 -1
  1025. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +0 -17
  1026. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +0 -1
  1027. package/dts/stepper/__stories__/StepperVertical.stories.d.ts +0 -16
  1028. package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +0 -1
  1029. package/dts/system/__stories__/Interactable.stories.d.ts +0 -8
  1030. package/dts/system/__stories__/Interactable.stories.d.ts.map +0 -1
  1031. package/dts/system/__stories__/Patterns.stories.d.ts +0 -10
  1032. package/dts/system/__stories__/Patterns.stories.d.ts.map +0 -1
  1033. package/dts/system/__stories__/Pressable.stories.d.ts +0 -10
  1034. package/dts/system/__stories__/Pressable.stories.d.ts.map +0 -1
  1035. package/dts/system/__stories__/ThemeProvider.stories.d.ts +0 -22
  1036. package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +0 -1
  1037. package/dts/system/__tests__/BrowserOnly.test.d.ts +0 -2
  1038. package/dts/system/__tests__/BrowserOnly.test.d.ts.map +0 -1
  1039. package/dts/system/__tests__/MediaQueryProvider.test.d.ts +0 -2
  1040. package/dts/system/__tests__/MediaQueryProvider.test.d.ts.map +0 -1
  1041. package/dts/system/__tests__/ThemeProvider.test.d.ts +0 -2
  1042. package/dts/system/__tests__/ThemeProvider.test.d.ts.map +0 -1
  1043. package/dts/tables/__mocks__/assetHub.mock.d.ts +0 -242
  1044. package/dts/tables/__mocks__/assetHub.mock.d.ts.map +0 -1
  1045. package/dts/tables/__mocks__/index.d.ts +0 -3
  1046. package/dts/tables/__mocks__/index.d.ts.map +0 -1
  1047. package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts +0 -1839
  1048. package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts.map +0 -1
  1049. package/dts/tables/__stories__/Table.stories.d.ts +0 -8
  1050. package/dts/tables/__stories__/Table.stories.d.ts.map +0 -1
  1051. package/dts/tables/__stories__/TableCaption.stories.d.ts +0 -5
  1052. package/dts/tables/__stories__/TableCaption.stories.d.ts.map +0 -1
  1053. package/dts/tables/__stories__/TableCell.stories.d.ts +0 -9
  1054. package/dts/tables/__stories__/TableCell.stories.d.ts.map +0 -1
  1055. package/dts/tables/__stories__/TableCellFallback.stories.d.ts +0 -5
  1056. package/dts/tables/__stories__/TableCellFallback.stories.d.ts.map +0 -1
  1057. package/dts/tables/__stories__/TableInteractive.stories.d.ts +0 -9
  1058. package/dts/tables/__stories__/TableInteractive.stories.d.ts.map +0 -1
  1059. package/dts/tables/__stories__/TableRow.stories.d.ts +0 -5
  1060. package/dts/tables/__stories__/TableRow.stories.d.ts.map +0 -1
  1061. package/dts/tables/__stories__/TableSection.stories.d.ts +0 -7
  1062. package/dts/tables/__stories__/TableSection.stories.d.ts.map +0 -1
  1063. package/dts/tables/__tests__/Table.test.d.ts +0 -2
  1064. package/dts/tables/__tests__/Table.test.d.ts.map +0 -1
  1065. package/dts/tables/__tests__/TableCaption.test.d.ts +0 -2
  1066. package/dts/tables/__tests__/TableCaption.test.d.ts.map +0 -1
  1067. package/dts/tables/__tests__/TableCell.test.d.ts +0 -2
  1068. package/dts/tables/__tests__/TableCell.test.d.ts.map +0 -1
  1069. package/dts/tables/__tests__/TableCellFallback.test.d.ts +0 -2
  1070. package/dts/tables/__tests__/TableCellFallback.test.d.ts.map +0 -1
  1071. package/dts/tables/__tests__/TableCellSortIcon.test.d.ts +0 -2
  1072. package/dts/tables/__tests__/TableCellSortIcon.test.d.ts.map +0 -1
  1073. package/dts/tables/__tests__/TableFooter.test.d.ts +0 -2
  1074. package/dts/tables/__tests__/TableFooter.test.d.ts.map +0 -1
  1075. package/dts/tables/__tests__/TableHeader.test.d.ts +0 -2
  1076. package/dts/tables/__tests__/TableHeader.test.d.ts.map +0 -1
  1077. package/dts/tables/__tests__/TableRow.test.d.ts +0 -2
  1078. package/dts/tables/__tests__/TableRow.test.d.ts.map +0 -1
  1079. package/dts/tables/__tests__/TableSection.test.d.ts +0 -2
  1080. package/dts/tables/__tests__/TableSection.test.d.ts.map +0 -1
  1081. package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts +0 -2
  1082. package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts.map +0 -1
  1083. package/dts/tables/hooks/__tests__/useTable.test.d.ts +0 -2
  1084. package/dts/tables/hooks/__tests__/useTable.test.d.ts.map +0 -1
  1085. package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts +0 -2
  1086. package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts.map +0 -1
  1087. package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts +0 -2
  1088. package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts.map +0 -1
  1089. package/dts/tabs/__stories__/MockTabPanel.d.ts +0 -6
  1090. package/dts/tabs/__stories__/MockTabPanel.d.ts.map +0 -1
  1091. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +0 -27
  1092. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +0 -1
  1093. package/dts/tabs/__stories__/TabIndicator.stories.d.ts +0 -5
  1094. package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +0 -1
  1095. package/dts/tabs/__stories__/TabLabel.stories.d.ts +0 -5
  1096. package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +0 -1
  1097. package/dts/tabs/__stories__/TabNavigation.stories.d.ts +0 -13
  1098. package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +0 -1
  1099. package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts +0 -9
  1100. package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts.map +0 -1
  1101. package/dts/tabs/__tests__/SegmentedTab.test.d.ts +0 -2
  1102. package/dts/tabs/__tests__/SegmentedTab.test.d.ts.map +0 -1
  1103. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts +0 -2
  1104. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts.map +0 -1
  1105. package/dts/tabs/__tests__/TabIndicator.test.d.ts +0 -2
  1106. package/dts/tabs/__tests__/TabIndicator.test.d.ts.map +0 -1
  1107. package/dts/tabs/__tests__/TabNavigation.test.d.ts +0 -2
  1108. package/dts/tabs/__tests__/TabNavigation.test.d.ts.map +0 -1
  1109. package/dts/tag/__stories__/Tag.stories.d.ts +0 -12
  1110. package/dts/tag/__stories__/Tag.stories.d.ts.map +0 -1
  1111. package/dts/tag/__tests__/Tag.test.d.ts +0 -2
  1112. package/dts/tag/__tests__/Tag.test.d.ts.map +0 -1
  1113. package/dts/tour/__stories__/Tour.stories.d.ts +0 -12
  1114. package/dts/tour/__stories__/Tour.stories.d.ts.map +0 -1
  1115. package/dts/tour/__tests__/Tour.test.d.ts +0 -2
  1116. package/dts/tour/__tests__/Tour.test.d.ts.map +0 -1
  1117. package/dts/typography/__stories__/Link.stories.d.ts +0 -20
  1118. package/dts/typography/__stories__/Link.stories.d.ts.map +0 -1
  1119. package/dts/typography/__stories__/Text.stories.d.ts +0 -33
  1120. package/dts/typography/__stories__/Text.stories.d.ts.map +0 -1
  1121. package/dts/typography/__tests__/Link.perf-test.d.ts +0 -2
  1122. package/dts/typography/__tests__/Link.perf-test.d.ts.map +0 -1
  1123. package/dts/typography/__tests__/Link.test.d.ts +0 -2
  1124. package/dts/typography/__tests__/Link.test.d.ts.map +0 -1
  1125. package/dts/typography/__tests__/Text.test.d.ts +0 -2
  1126. package/dts/typography/__tests__/Text.test.d.ts.map +0 -1
  1127. package/dts/utils/__tests__/browser.test.d.ts +0 -2
  1128. package/dts/utils/__tests__/browser.test.d.ts.map +0 -1
  1129. package/dts/utils/__tests__/eventHandler.test.d.ts +0 -2
  1130. package/dts/utils/__tests__/eventHandler.test.d.ts.map +0 -1
  1131. package/dts/utils/__tests__/eventHandlers.test.d.ts +0 -2
  1132. package/dts/utils/__tests__/eventHandlers.test.d.ts.map +0 -1
  1133. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts +0 -2
  1134. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts.map +0 -1
  1135. package/dts/utils/__tests__/isRtl.test.d.ts +0 -2
  1136. package/dts/utils/__tests__/isRtl.test.d.ts.map +0 -1
  1137. package/dts/utils/__tests__/mediaQueryListener.test.d.ts +0 -2
  1138. package/dts/utils/__tests__/mediaQueryListener.test.d.ts.map +0 -1
  1139. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +0 -158
  1140. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +0 -1
  1141. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +0 -65
  1142. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts.map +0 -1
  1143. package/dts/visualizations/__tests__/ProgressBar.test.d.ts +0 -2
  1144. package/dts/visualizations/__tests__/ProgressBar.test.d.ts.map +0 -1
  1145. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts +0 -2
  1146. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts.map +0 -1
@@ -1,242 +0,0 @@
1
- export declare const assetHubMock: readonly [{
2
- readonly name: "Bitcoin";
3
- readonly ticker: "BTC";
4
- readonly image: "https://dynamic-assets.coinbase.com/e785e0181f1a23a30d9476038d9be91e9f6c63959b538eabbc51a1abc8898940383291eede695c3b8dfaa1829a9b57f5a2d0a16b0523580346c6b8fab67af14b/asset_icons/b57ac673f06a4b0338a596817eb0a50ce16e2059f327dc117744449a47915cb2.png";
5
- readonly type: "Blockchain";
6
- readonly appStatus: "Denied";
7
- readonly appSubmittedAt: "2021-01-22T06:56:18.009Z";
8
- readonly bookmarked: true;
9
- }, {
10
- readonly name: "Ethereum";
11
- readonly ticker: "ETH";
12
- readonly image: "https://dynamic-assets.coinbase.com/dbb4b4983bde81309ddab83eb598358eb44375b930b94687ebe38bc22e52c3b2125258ffb8477a5ef22e33d6bd72e32a506c391caa13af64c00e46613c3e5806/asset_icons/4113b082d21cc5fab17fc8f2d19fb996165bcce635e6900f7fc2d57c4ef33ae9.png";
13
- readonly type: "ERC-20";
14
- readonly appStatus: "Denied";
15
- readonly appSubmittedAt: "2021-01-10T23:10:08.511Z";
16
- readonly bookmarked: true;
17
- }, {
18
- readonly name: "Ethereum 2";
19
- readonly ticker: "ETH2";
20
- readonly image: "https://dynamic-assets.coinbase.com/9f3242d7cd65e806cc3a12b3d5c2ba3a6a1140dee43f7d1eafaad8747855065aff50fe2bda4d897076cbdada8b9b971015cb2d19c04e67b20a8145d506283287/asset_icons/4e321a458d36c0c6467b346f85e88caddde59fcc0f03444e374de32cc3def4d6.png";
21
- readonly type: "ERC-20";
22
- readonly appStatus: "In review";
23
- readonly appSubmittedAt: "2021-03-09T13:05:55.923Z";
24
- readonly bookmarked: false;
25
- }, {
26
- readonly name: "Binance Coin";
27
- readonly ticker: "BNB";
28
- readonly image: "https://dynamic-assets.coinbase.com/4861e50787caa9405703c71e788467e8242f5d15a7a51335c299dc3e87a8d1d08bfd19ab67ad8bb2581b525af27c8dcbd0c78ede837eeaff75ae9b96716bf75e/asset_icons/1597d628dd19b7885433a2ac2d7de6ad196c519aeab4bfe679706aacbf1df78a.png";
29
- readonly type: "ERC-20";
30
- readonly appStatus: "In review";
31
- readonly appSubmittedAt: "2020-12-30T06:53:34.122Z";
32
- readonly bookmarked: false;
33
- }, {
34
- readonly name: "XRP";
35
- readonly ticker: "XRP";
36
- readonly image: "https://dynamic-assets.coinbase.com/e81509d2307f706f3a6f8999968874b50b628634abf5154fc91a7e5f7685d496a33acb4cde02265ed6f54b0a08fa54912208516e956bc5f0ffd1c9c2634099ae/asset_icons/3af4b33bde3012fd29dd1366b0ad737660f24acc91750ee30a034a0679256d0b.png";
37
- readonly type: "Blockchain";
38
- readonly appStatus: "In review";
39
- readonly appSubmittedAt: "2020-12-16T01:10:56.179Z";
40
- readonly bookmarked: true;
41
- }, {
42
- readonly name: "Tether";
43
- readonly ticker: "USDT";
44
- readonly image: "https://dynamic-assets.coinbase.com/41f6a93a3a222078c939115fc304a67c384886b7a9e6c15dcbfa6519dc45f6bb4a586e9c48535d099efa596dbf8a9dd72b05815bcd32ac650c50abb5391a5bd0/asset_icons/1f8489bb280fb0a0fd643c1161312ba49655040e9aaaced5f9ad3eeaf868eadc.png";
45
- readonly type: "ERC-20";
46
- readonly appStatus: "In review";
47
- readonly appSubmittedAt: "2021-02-11T02:07:51.057Z";
48
- readonly bookmarked: false;
49
- }, {
50
- readonly name: "Cardano";
51
- readonly ticker: "ADA";
52
- readonly image: "https://dynamic-assets.coinbase.com/da39dfe3632bf7a9c26b5aff94fe72bc1a70850bc488e0c4d68ab3cf87ddac277cd1561427b94acb4b3e37479a1f73f1c37ed311c11a742d6edf512672aea7bb/asset_icons/a55046bc53c5de686bf82a2d9d280b006bd8d2aa1f3bbb4eba28f0c69c7597da.png";
53
- readonly type: "ERC-20";
54
- readonly appStatus: "In review";
55
- readonly appSubmittedAt: "2020-12-09T09:50:08.079Z";
56
- readonly bookmarked: false;
57
- }, {
58
- readonly name: "Polkadot";
59
- readonly ticker: "DOT";
60
- readonly image: "https://dynamic-assets.coinbase.com/c84bcb2ed0ffc251842b9f68b27b6bfb8cc8f9c84bb4d691cb6164785ee749d79b465d64180a3af2cff91cbb923fcc1a2dc5458163527935aa2785cd8230ae24/asset_icons/2df31e270dbbb2da8a3ee340e1fe2553c908be4c63ab7ba9e2fb1bf0d3c9f6a6.png";
61
- readonly type: "Blockchain";
62
- readonly appStatus: "In review";
63
- readonly appSubmittedAt: "2021-02-28T22:04:24.694Z";
64
- readonly bookmarked: true;
65
- }, {
66
- readonly name: "Uniswap";
67
- readonly ticker: "UNI";
68
- readonly image: "https://dynamic-assets.coinbase.com/a1f4b7b34069888e313f284b49012a01b3bbc37b5113319c7105170a8fe268de8f60be5a0af7a8dafa8aba31fcc21ef44bc30c1e8bbb8379064ac94965bccf26/asset_icons/aafc2f5fff21664213e2a5a2c6e31aa055f277d1069b16745d54f84c0e94f1f3.png";
69
- readonly type: "Blockchain";
70
- readonly appStatus: "In review";
71
- readonly appSubmittedAt: "2021-02-03T09:36:47.742Z";
72
- readonly bookmarked: false;
73
- }, {
74
- readonly name: "Litecoin";
75
- readonly ticker: "LTC";
76
- readonly image: "https://dynamic-assets.coinbase.com/f018870b721574ef7f269b9fd91b36042dc05ebed4ae9dcdc340a1bae5b359e8760a8c224bc99466db704d10a3e23cf1f4cd1ff6f647340c4c9c899a9e6595cd/asset_icons/984a4fe2ba5b2c325c06e4c2f3ba3f1c1fef1f157edb3b8ebbfe234340a157a5.png";
77
- readonly type: "Blockchain";
78
- readonly appStatus: "In review";
79
- readonly appSubmittedAt: "2020-10-27T11:53:07.726Z";
80
- readonly bookmarked: false;
81
- }, {
82
- readonly name: "Chainlink";
83
- readonly ticker: "LINK";
84
- readonly image: "https://dynamic-assets.coinbase.com/9e34c547e363744ad9e5d140d098f498ee8959a2c175366765beb000c24695712697b3aa8d972e75e4d6c79a5c16e496a78fe30094638b1ad5fea45db71c82df/asset_icons/351b8b5f92576806a20692c98ae00c4d930117e44b26f217ab2bef5b29b3e312.png";
85
- readonly type: "Blockchain";
86
- readonly appStatus: "In review";
87
- readonly appSubmittedAt: "2020-12-06T22:36:39.377Z";
88
- readonly bookmarked: true;
89
- }, {
90
- readonly name: "Stellar Lumens";
91
- readonly ticker: "XLM";
92
- readonly image: "https://dynamic-assets.coinbase.com/ddaf9d27a2388105c5568c68ebe4078d057efac1cb9b091af6a57f4d187cf06b2701b95f75bd148d3872df32b69ebb678de71a42da317370aaec7d6448bda379/asset_icons/80782fe2d690f299e7f5bb9b89af87e1db75769e59c14fa0257054c962401805.png";
93
- readonly type: "Blockchain";
94
- readonly appStatus: "In review";
95
- readonly appSubmittedAt: "2020-11-18T23:03:28.675Z";
96
- readonly bookmarked: true;
97
- }, {
98
- readonly name: "Bitcoin Cash";
99
- readonly ticker: "BCH";
100
- readonly image: "https://dynamic-assets.coinbase.com/93a4303d1b0410b79bb1feac01020e4e7bdf8e6ece68282d0af2c7d0b481c5f5c44c0cec1d7071ae8f84674dbd139e290d50a038a6a4c1bbc856ec0871b5f3e2/asset_icons/3af4b33bde3012fd29dd1366b0ad737660f24acc91750ee30a034a0679256d0b.png";
101
- readonly type: "Blockchain";
102
- readonly appStatus: "In review";
103
- readonly appSubmittedAt: "2021-03-13T17:55:00.277Z";
104
- readonly bookmarked: false;
105
- }, {
106
- readonly name: "THETA";
107
- readonly ticker: "THETA";
108
- readonly image: "https://dynamic-assets.coinbase.com/3be5d54f1653ac3e70ffa43ac8f6aa127e315432cbee2f6526d5b9dde19b0d6927ffdc911c3c96917c4ac66b3f717b5b6afa21cfda0ce57f135ddfdf8512c459/asset_icons/4e59a25a86b06b64147f7f1420a875b5a353b1be247ba8a4f714be53f1733e9a.png";
109
- readonly type: "ERC-20";
110
- readonly appStatus: "In review";
111
- readonly appSubmittedAt: "2021-02-05T12:22:02.104Z";
112
- readonly bookmarked: false;
113
- }, {
114
- readonly name: "Filecoin";
115
- readonly ticker: "FIL";
116
- readonly image: "https://dynamic-assets.coinbase.com/2bbc4131cbc45d77e1732e3f733c6d80a2bc9e514e85344cb517d59660b79e5b7377ed5e28a924f5ed750ef2c1b0718d3ef3f2504a6b0a1f6efd3d789ebf71bd/asset_icons/da7c0257d0caecc0e09e6fdd7e37c8eb23f7688329c58affd2157147f0529573.png";
117
- readonly type: "Blockchain";
118
- readonly appStatus: "In review";
119
- readonly appSubmittedAt: "2020-10-20T06:34:42.550Z";
120
- readonly bookmarked: true;
121
- }, {
122
- readonly name: "USD Coin";
123
- readonly ticker: "USDC";
124
- readonly image: "https://dynamic-assets.coinbase.com/3c15df5e2ac7d4abbe9499ed9335041f00c620f28e8de2f93474a9f432058742cdf4674bd43f309e69778a26969372310135be97eb183d91c492154176d455b8/asset_icons/9d67b728b6c8f457717154b3a35f9ddc702eae7e76c4684ee39302c4d7fd0bb8.png";
125
- readonly type: "ERC-20";
126
- readonly appStatus: "In review";
127
- readonly appSubmittedAt: "2021-04-12T14:16:48.866Z";
128
- readonly bookmarked: false;
129
- }, {
130
- readonly name: "TRON";
131
- readonly ticker: "TRX";
132
- readonly image: "https://dynamic-assets.coinbase.com/49567ec5f7c7a1ccb3ce247297c443b3dd32072ee5b91902abc0f6789654e14fd3b9ed8851580b93b4daf7da13324bc61e143a2d391d9e6d8b98f8d69923e4b4/asset_icons/3c5b36c70a05bad40eee4f711aeefbb1809169a17db047bf91f1ef45828349e5.png";
133
- readonly type: "Blockchain";
134
- readonly appStatus: "In review";
135
- readonly appSubmittedAt: "2021-04-01T09:32:57.174Z";
136
- readonly bookmarked: true;
137
- }, {
138
- readonly name: "Dogecoin";
139
- readonly ticker: "DOGE";
140
- readonly image: "https://dynamic-assets.coinbase.com/3803f30367bb3972e192cd3fdd2230cd37e6d468eab12575a859229b20f12ff9c994d2c86ccd7bf9bc258e9bd5e46c5254283182f70caf4bd02cc4f8e3890d82/asset_icons/1597d628dd19b7885433a2ac2d7de6ad196c519aeab4bfe679706aacbf1df78a.png";
141
- readonly type: "ERC-20";
142
- readonly appStatus: "In review";
143
- readonly appSubmittedAt: "2021-02-21T05:59:37.057Z";
144
- readonly bookmarked: true;
145
- }, {
146
- readonly name: "Wrapped Bitcoin";
147
- readonly ticker: "WBTC";
148
- readonly image: "https://dynamic-assets.coinbase.com/51bfc85a5a881014b4558bbe8f9758c354a0c831208f189286be93b6b0b86b886a3d656cff4122bac435ec97bd54f08a8d198103dcfab6cae8578bbc1c81afc3/asset_icons/bb1ab3b1677110aea1e1ed5a93f4440d229e01b901de963201417861c57d9add.png";
149
- readonly type: "ERC-20";
150
- readonly appStatus: "In review";
151
- readonly appSubmittedAt: "2021-01-18T23:29:40.532Z";
152
- readonly bookmarked: true;
153
- }, {
154
- readonly name: "VeChain";
155
- readonly ticker: "VET";
156
- readonly image: "https://dynamic-assets.coinbase.com/0ad9feddd1edfda57c5ee772f241bf8a1b5c78c8d90da7acf5281718d67e121f9d8934e6a796cfc9d7693da2e188926b40bba5a25f9802fb2350bb5af2ff2c2c/asset_icons/2163bda6b530aca9b138244a21abf50f87626beb0605fc5fd492d0dc0eb04143.png";
157
- readonly type: "Blockchain";
158
- readonly appStatus: "In review";
159
- readonly appSubmittedAt: "2020-11-26T08:20:09.151Z";
160
- readonly bookmarked: false;
161
- }, {
162
- readonly name: "Solana";
163
- readonly ticker: "SOL";
164
- readonly image: "https://dynamic-assets.coinbase.com/1fc01e2041d73391435745c272904ab3784f4e84a75797a898b7c953947da07ff983e4198bac5e7d87a26e68293706c3a085ab2bc4d50576708a761131052423/asset_icons/9d488a34c3b70817dddc30d3fa4c93498fa8de0186de8fb96c61edcef042ddde.png";
165
- readonly type: "Blockchain";
166
- readonly appStatus: "In review";
167
- readonly appSubmittedAt: "2021-02-17T21:48:06.240Z";
168
- readonly bookmarked: false;
169
- }, {
170
- readonly name: "Klaytn";
171
- readonly ticker: "KLAY";
172
- readonly image: "https://dynamic-assets.coinbase.com/2bccbcb0cc5de32dbe1e69fff3022417dc5e0fb6c3ecbdb7c547993e52434ba33f05ac1f80cc6e7202baac4c23bea673511249207a4c625dcfe0e3e871621b4e/asset_icons/f46ce7d1cf79208d7a613face31a48146685df3456146fa42f0dd74ba37283cc.png";
173
- readonly type: "ERC-20";
174
- readonly appStatus: "In review";
175
- readonly appSubmittedAt: "2021-02-14T20:29:12.978Z";
176
- readonly bookmarked: false;
177
- }, {
178
- readonly name: "EOS";
179
- readonly ticker: "EOS";
180
- readonly image: "https://dynamic-assets.coinbase.com/deaca3d47b10ed4a91a872e9618706eec34081127762d88f2476ac8e99ada4b48525a9565cf2206d18c04053f278f693434af4d4629ca084a9d01b7a286a7e26/asset_icons/1f8489bb280fb0a0fd643c1161312ba49655040e9aaaced5f9ad3eeaf868eadc.png";
181
- readonly type: "Blockchain";
182
- readonly appStatus: "In review";
183
- readonly appSubmittedAt: "2021-02-21T23:50:33.327Z";
184
- readonly bookmarked: false;
185
- }, {
186
- readonly name: "Monero";
187
- readonly ticker: "XMR";
188
- readonly image: "https://dynamic-assets.coinbase.com/a353373ccecedb0e8b6f51ed78db22fbe0167d63d129b15963407f71392c052ae5f2ffd5fbaa6e976da86b73987a335462022f5f54ec559360683ddb8da3da96/asset_icons/a6f13081ab7468290003b49b78fc383614e113700a151a4f9794c556f5c3ca9a.png";
189
- readonly type: "Blockchain";
190
- readonly appStatus: "In review";
191
- readonly appSubmittedAt: "2021-04-02T11:00:20.001Z";
192
- readonly bookmarked: true;
193
- }, {
194
- readonly name: "Terra";
195
- readonly ticker: "LUNA";
196
- readonly image: "https://dynamic-assets.coinbase.com/349c78bb0cca8d9a48d660f500b43a88417337074e4948b964c005252a999548b514b9d06b177b5392421996329ef3b944e80638151f21ae445e8c7a19a78d4f/asset_icons/2925e68c9ec25fc3cffa661d2f5d88798a10c191ea613dd4c3951ab86904ad69.png";
197
- readonly type: "Blockchain";
198
- readonly appStatus: "In review";
199
- readonly appSubmittedAt: "2021-03-04T03:45:31.607Z";
200
- readonly bookmarked: false;
201
- }, {
202
- readonly name: "IOTA";
203
- readonly ticker: "MIOTA";
204
- readonly image: "https://dynamic-assets.coinbase.com/23886119e204f60756a1b7cc89e40b64e11373111f5f6f607580a76a5ba3bbd8637c446f8e985ed70373ebbeb91bf516be286ab49b9cf36849627cf8b6f388da/asset_icons/3af4b33bde3012fd29dd1366b0ad737660f24acc91750ee30a034a0679256d0b.png";
205
- readonly type: "Blockchain";
206
- readonly appStatus: "In review";
207
- readonly appSubmittedAt: "2020-11-05T20:22:14.450Z";
208
- readonly bookmarked: false;
209
- }, {
210
- readonly name: "BitTorrent";
211
- readonly ticker: "BTT";
212
- readonly image: "https://dynamic-assets.coinbase.com/80ecca848cf8063ef116820f40917d9afa6e4539db7915864261c1b15d88038959578a046de6c043afbbc2bc57add006fec9cda135c1d7f9e15abd0ada922226/asset_icons/fad98159f8fc5dea07c6b76b69bee91f38383053504603c7d0e0cfed156fb79f.png";
213
- readonly type: "Blockchain";
214
- readonly appStatus: "In review";
215
- readonly appSubmittedAt: "2021-04-10T05:33:32.911Z";
216
- readonly bookmarked: true;
217
- }, {
218
- readonly name: "Crypto.com Coin";
219
- readonly ticker: "CRO";
220
- readonly image: "https://dynamic-assets.coinbase.com/b9cca547a64af22552489abd90e6aef1beda7a7891e4db2d2e622b3d892da1bd6d92b7bf8f96daefc9f49a239b9c257a9067d4c553e7e6845249e31ac683e52e/asset_icons/e54f79cc0e1915d2d49be224372e5bd33ac7c140bf8878e2d92d8beb7e5cb8b2.png";
221
- readonly type: "Blockchain";
222
- readonly appStatus: "In review";
223
- readonly appSubmittedAt: "2021-03-03T04:54:40.979Z";
224
- readonly bookmarked: true;
225
- }, {
226
- readonly name: "Binance USD";
227
- readonly ticker: "BUSD";
228
- readonly image: "https://dynamic-assets.coinbase.com/2abc930c5ffe8a31546ae668f3f34830cea5311ad3b08ca747c15f50eb110c2805073397c8d7892bdc5b0937f4c7cf2fedb785653a342e979ab916e58b404bb4/asset_icons/557ba984249638fc434becf23356c67d26b5ca6bb08d095c2a2a80ae7b0cbde8.png";
229
- readonly type: "Blockchain";
230
- readonly appStatus: "In review";
231
- readonly appSubmittedAt: "2020-10-25T23:45:16.758Z";
232
- readonly bookmarked: true;
233
- }, {
234
- readonly name: "FTX Token";
235
- readonly ticker: "FTT";
236
- readonly image: "https://dynamic-assets.coinbase.com/088c335a751afca4e1eebe1730b9d716f3ac36c6ca354015589cde70b3c7f592f8019dcc6bf0cb2ae1b6a808cb68313a0ba8e332dbfd8b91a089bae627710aa8/asset_icons/9d6f17a8256cd40984d1e85b2f99c9cc9cbc634855c75250054b8d0c671ff006.png";
237
- readonly type: "ERC-20";
238
- readonly appStatus: "In review";
239
- readonly appSubmittedAt: "2020-12-27T21:15:47.792Z";
240
- readonly bookmarked: true;
241
- }];
242
- //# sourceMappingURL=assetHub.mock.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"assetHub.mock.d.ts","sourceRoot":"","sources":["../../../src/tables/__mocks__/assetHub.mock.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6Sf,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from './assetHub.mock';
2
- export * from './retailWebYourAssets.mock';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tables/__mocks__/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC"}