@coinbase/cds-web 0.0.0 → 8.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1966) hide show
  1. package/README.md +1 -0
  2. package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +19 -0
  3. package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts.map +1 -0
  4. package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts +14 -0
  5. package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts.map +1 -0
  6. package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts +2 -0
  7. package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts.map +1 -0
  8. package/dts/__stories__/Palette.stories.d.ts +7 -0
  9. package/dts/__stories__/Palette.stories.d.ts.map +1 -0
  10. package/dts/accordion/Accordion.d.ts +9 -0
  11. package/dts/accordion/Accordion.d.ts.map +1 -0
  12. package/dts/accordion/AccordionHeader.d.ts +53 -0
  13. package/dts/accordion/AccordionHeader.d.ts.map +1 -0
  14. package/dts/accordion/AccordionItem.d.ts +16 -0
  15. package/dts/accordion/AccordionItem.d.ts.map +1 -0
  16. package/dts/accordion/AccordionPanel.d.ts +27 -0
  17. package/dts/accordion/AccordionPanel.d.ts.map +1 -0
  18. package/dts/accordion/__figma__/Accordion.figma.d.ts +2 -0
  19. package/dts/accordion/__figma__/Accordion.figma.d.ts.map +1 -0
  20. package/dts/accordion/__stories__/Accordion.stories.d.ts +14 -0
  21. package/dts/accordion/__stories__/Accordion.stories.d.ts.map +1 -0
  22. package/dts/accordion/__tests__/Accordion.test.d.ts +2 -0
  23. package/dts/accordion/__tests__/Accordion.test.d.ts.map +1 -0
  24. package/dts/accordion/index.d.ts +3 -0
  25. package/dts/accordion/index.d.ts.map +1 -0
  26. package/dts/accordion/utils.d.ts +3 -0
  27. package/dts/accordion/utils.d.ts.map +1 -0
  28. package/dts/animation/Lottie.d.ts +13 -0
  29. package/dts/animation/Lottie.d.ts.map +1 -0
  30. package/dts/animation/LottieStatusAnimation.d.ts +4 -0
  31. package/dts/animation/LottieStatusAnimation.d.ts.map +1 -0
  32. package/dts/animation/NewAnimatePresence.d.ts +7 -0
  33. package/dts/animation/NewAnimatePresence.d.ts.map +1 -0
  34. package/dts/animation/__stories__/Lottie.stories.d.ts +17 -0
  35. package/dts/animation/__stories__/Lottie.stories.d.ts.map +1 -0
  36. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +8 -0
  37. package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts.map +1 -0
  38. package/dts/animation/__tests__/Lottie.perf-test.d.ts +2 -0
  39. package/dts/animation/__tests__/Lottie.perf-test.d.ts.map +1 -0
  40. package/dts/animation/__tests__/Lottie.test.d.ts +2 -0
  41. package/dts/animation/__tests__/Lottie.test.d.ts.map +1 -0
  42. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts +2 -0
  43. package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts.map +1 -0
  44. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts +2 -0
  45. package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts.map +1 -0
  46. package/dts/animation/__tests__/convertMotionConfig.test.d.ts +2 -0
  47. package/dts/animation/__tests__/convertMotionConfig.test.d.ts.map +1 -0
  48. package/dts/animation/__tests__/useLottieHandlers.test.d.ts +2 -0
  49. package/dts/animation/__tests__/useLottieHandlers.test.d.ts.map +1 -0
  50. package/dts/animation/__tests__/useLottieListeners.test.d.ts +2 -0
  51. package/dts/animation/__tests__/useLottieListeners.test.d.ts.map +1 -0
  52. package/dts/animation/convertMotionConfig.d.ts +20 -0
  53. package/dts/animation/convertMotionConfig.d.ts.map +1 -0
  54. package/dts/animation/index.d.ts +3 -0
  55. package/dts/animation/index.d.ts.map +1 -0
  56. package/dts/animation/types.d.ts +49 -0
  57. package/dts/animation/types.d.ts.map +1 -0
  58. package/dts/animation/useLottieHandlers.d.ts +3 -0
  59. package/dts/animation/useLottieHandlers.d.ts.map +1 -0
  60. package/dts/animation/useLottieListeners.d.ts +3 -0
  61. package/dts/animation/useLottieListeners.d.ts.map +1 -0
  62. package/dts/animation/useLottieLoader.d.ts +9 -0
  63. package/dts/animation/useLottieLoader.d.ts.map +1 -0
  64. package/dts/banner/Banner.d.ts +55 -0
  65. package/dts/banner/Banner.d.ts.map +1 -0
  66. package/dts/banner/__stories__/Banner.stories.d.ts +12 -0
  67. package/dts/banner/__stories__/Banner.stories.d.ts.map +1 -0
  68. package/dts/banner/__tests__/Banner.test.d.ts +2 -0
  69. package/dts/banner/__tests__/Banner.test.d.ts.map +1 -0
  70. package/dts/buttons/AvatarButton.d.ts +13 -0
  71. package/dts/buttons/AvatarButton.d.ts.map +1 -0
  72. package/dts/buttons/Button.d.ts +57 -0
  73. package/dts/buttons/Button.d.ts.map +1 -0
  74. package/dts/buttons/ButtonGroup.d.ts +18 -0
  75. package/dts/buttons/ButtonGroup.d.ts.map +1 -0
  76. package/dts/buttons/IconButton.d.ts +23 -0
  77. package/dts/buttons/IconButton.d.ts.map +1 -0
  78. package/dts/buttons/IconCounterButton.d.ts +26 -0
  79. package/dts/buttons/IconCounterButton.d.ts.map +1 -0
  80. package/dts/buttons/Tile.d.ts +15 -0
  81. package/dts/buttons/Tile.d.ts.map +1 -0
  82. package/dts/buttons/TileButton.d.ts +16 -0
  83. package/dts/buttons/TileButton.d.ts.map +1 -0
  84. package/dts/buttons/__figma__/AvatarButton.figma.d.ts +2 -0
  85. package/dts/buttons/__figma__/AvatarButton.figma.d.ts.map +1 -0
  86. package/dts/buttons/__figma__/Button.figma.d.ts +2 -0
  87. package/dts/buttons/__figma__/Button.figma.d.ts.map +1 -0
  88. package/dts/buttons/__figma__/ButtonGroup.figma.d.ts +2 -0
  89. package/dts/buttons/__figma__/ButtonGroup.figma.d.ts.map +1 -0
  90. package/dts/buttons/__figma__/IconButton.figma.d.ts +2 -0
  91. package/dts/buttons/__figma__/IconButton.figma.d.ts.map +1 -0
  92. package/dts/buttons/__figma__/TileButton.figma.d.ts +2 -0
  93. package/dts/buttons/__figma__/TileButton.figma.d.ts.map +1 -0
  94. package/dts/buttons/__stories__/AvatarButton.stories.d.ts +9 -0
  95. package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +1 -0
  96. package/dts/buttons/__stories__/Button.stories.d.ts +10 -0
  97. package/dts/buttons/__stories__/Button.stories.d.ts.map +1 -0
  98. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +10 -0
  99. package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +1 -0
  100. package/dts/buttons/__stories__/IconButton.stories.d.ts +12 -0
  101. package/dts/buttons/__stories__/IconButton.stories.d.ts.map +1 -0
  102. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +8 -0
  103. package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +1 -0
  104. package/dts/buttons/__stories__/TileButton.stories.d.ts +8 -0
  105. package/dts/buttons/__stories__/TileButton.stories.d.ts.map +1 -0
  106. package/dts/buttons/__stories__/ToggleLoading.d.ts +4 -0
  107. package/dts/buttons/__stories__/ToggleLoading.d.ts.map +1 -0
  108. package/dts/buttons/__tests__/AvatarButton.test.d.ts +2 -0
  109. package/dts/buttons/__tests__/AvatarButton.test.d.ts.map +1 -0
  110. package/dts/buttons/__tests__/Button.perf-test.d.ts +2 -0
  111. package/dts/buttons/__tests__/Button.perf-test.d.ts.map +1 -0
  112. package/dts/buttons/__tests__/Button.test.d.ts +2 -0
  113. package/dts/buttons/__tests__/Button.test.d.ts.map +1 -0
  114. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts +2 -0
  115. package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts.map +1 -0
  116. package/dts/buttons/__tests__/ButtonGroup.test.d.ts +2 -0
  117. package/dts/buttons/__tests__/ButtonGroup.test.d.ts.map +1 -0
  118. package/dts/buttons/__tests__/IconButton.test.d.ts +2 -0
  119. package/dts/buttons/__tests__/IconButton.test.d.ts.map +1 -0
  120. package/dts/buttons/__tests__/IconCounterButton.test.d.ts +2 -0
  121. package/dts/buttons/__tests__/IconCounterButton.test.d.ts.map +1 -0
  122. package/dts/buttons/__tests__/Tile.test.d.ts +2 -0
  123. package/dts/buttons/__tests__/Tile.test.d.ts.map +1 -0
  124. package/dts/buttons/__tests__/TileButton.test.d.ts +2 -0
  125. package/dts/buttons/__tests__/TileButton.test.d.ts.map +1 -0
  126. package/dts/buttons/index.d.ts +7 -0
  127. package/dts/buttons/index.d.ts.map +1 -0
  128. package/dts/cards/AnnouncementCard.d.ts +8 -0
  129. package/dts/cards/AnnouncementCard.d.ts.map +1 -0
  130. package/dts/cards/Card.d.ts +15 -0
  131. package/dts/cards/Card.d.ts.map +1 -0
  132. package/dts/cards/CardBody.d.ts +54 -0
  133. package/dts/cards/CardBody.d.ts.map +1 -0
  134. package/dts/cards/CardFooter.d.ts +10 -0
  135. package/dts/cards/CardFooter.d.ts.map +1 -0
  136. package/dts/cards/CardGroup.d.ts +7 -0
  137. package/dts/cards/CardGroup.d.ts.map +1 -0
  138. package/dts/cards/CardHeader.d.ts +4 -0
  139. package/dts/cards/CardHeader.d.ts.map +1 -0
  140. package/dts/cards/CardMedia.d.ts +4 -0
  141. package/dts/cards/CardMedia.d.ts.map +1 -0
  142. package/dts/cards/CardRemoteImage.d.ts +8 -0
  143. package/dts/cards/CardRemoteImage.d.ts.map +1 -0
  144. package/dts/cards/ContainedAssetCard.d.ts +19 -0
  145. package/dts/cards/ContainedAssetCard.d.ts.map +1 -0
  146. package/dts/cards/ContentCard/ContentCard.d.ts +11 -0
  147. package/dts/cards/ContentCard/ContentCard.d.ts.map +1 -0
  148. package/dts/cards/ContentCard/ContentCardBody.d.ts +25 -0
  149. package/dts/cards/ContentCard/ContentCardBody.d.ts.map +1 -0
  150. package/dts/cards/ContentCard/ContentCardFooter.d.ts +11 -0
  151. package/dts/cards/ContentCard/ContentCardFooter.d.ts.map +1 -0
  152. package/dts/cards/ContentCard/ContentCardHeader.d.ts +21 -0
  153. package/dts/cards/ContentCard/ContentCardHeader.d.ts.map +1 -0
  154. package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts +2 -0
  155. package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts.map +1 -0
  156. package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts +2 -0
  157. package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts.map +1 -0
  158. package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts +2 -0
  159. package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts.map +1 -0
  160. package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts +2 -0
  161. package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts.map +1 -0
  162. package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts +21 -0
  163. package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts.map +1 -0
  164. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts +2 -0
  165. package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts.map +1 -0
  166. package/dts/cards/ContentCard/index.d.ts +5 -0
  167. package/dts/cards/ContentCard/index.d.ts.map +1 -0
  168. package/dts/cards/DataCard.d.ts +19 -0
  169. package/dts/cards/DataCard.d.ts.map +1 -0
  170. package/dts/cards/FeatureEntryCard.d.ts +9 -0
  171. package/dts/cards/FeatureEntryCard.d.ts.map +1 -0
  172. package/dts/cards/FeedCard.d.ts +36 -0
  173. package/dts/cards/FeedCard.d.ts.map +1 -0
  174. package/dts/cards/FloatingAssetCard.d.ts +25 -0
  175. package/dts/cards/FloatingAssetCard.d.ts.map +1 -0
  176. package/dts/cards/LikeButton.d.ts +17 -0
  177. package/dts/cards/LikeButton.d.ts.map +1 -0
  178. package/dts/cards/NudgeCard.d.ts +49 -0
  179. package/dts/cards/NudgeCard.d.ts.map +1 -0
  180. package/dts/cards/UpsellCard.d.ts +34 -0
  181. package/dts/cards/UpsellCard.d.ts.map +1 -0
  182. package/dts/cards/__figma__/AnnouncementCard.figma.d.ts +2 -0
  183. package/dts/cards/__figma__/AnnouncementCard.figma.d.ts.map +1 -0
  184. package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts +2 -0
  185. package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts.map +1 -0
  186. package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts +2 -0
  187. package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts.map +1 -0
  188. package/dts/cards/__figma__/NudgeCard.figma.d.ts +2 -0
  189. package/dts/cards/__figma__/NudgeCard.figma.d.ts.map +1 -0
  190. package/dts/cards/__figma__/UpsellCard.figma.d.ts +2 -0
  191. package/dts/cards/__figma__/UpsellCard.figma.d.ts.map +1 -0
  192. package/dts/cards/__stories__/Card.stories.d.ts +264 -0
  193. package/dts/cards/__stories__/Card.stories.d.ts.map +1 -0
  194. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +30 -0
  195. package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +1 -0
  196. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +12 -0
  197. package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +1 -0
  198. package/dts/cards/__stories__/NudgeCard.stories.d.ts +14 -0
  199. package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +1 -0
  200. package/dts/cards/__stories__/UpsellCard.stories.d.ts +17 -0
  201. package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +1 -0
  202. package/dts/cards/__tests__/Card.test.d.ts +2 -0
  203. package/dts/cards/__tests__/Card.test.d.ts.map +1 -0
  204. package/dts/cards/__tests__/CardMedia.test.d.ts +2 -0
  205. package/dts/cards/__tests__/CardMedia.test.d.ts.map +1 -0
  206. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts +2 -0
  207. package/dts/cards/__tests__/ContainedAssetCard.test.d.ts.map +1 -0
  208. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts +2 -0
  209. package/dts/cards/__tests__/FloatingAssetCard.test.d.ts.map +1 -0
  210. package/dts/cards/__tests__/NudgeCard.test.d.ts +2 -0
  211. package/dts/cards/__tests__/NudgeCard.test.d.ts.map +1 -0
  212. package/dts/cards/__tests__/UpsellCard.test.d.ts +2 -0
  213. package/dts/cards/__tests__/UpsellCard.test.d.ts.map +1 -0
  214. package/dts/cards/index.d.ts +15 -0
  215. package/dts/cards/index.d.ts.map +1 -0
  216. package/dts/carousel/Carousel.d.ts +251 -0
  217. package/dts/carousel/Carousel.d.ts.map +1 -0
  218. package/dts/carousel/CarouselItem.d.ts +7 -0
  219. package/dts/carousel/CarouselItem.d.ts.map +1 -0
  220. package/dts/carousel/DefaultCarouselNavigation.d.ts +75 -0
  221. package/dts/carousel/DefaultCarouselNavigation.d.ts.map +1 -0
  222. package/dts/carousel/DefaultCarouselPagination.d.ts +33 -0
  223. package/dts/carousel/DefaultCarouselPagination.d.ts.map +1 -0
  224. package/dts/carousel/__stories__/Carousel.stories.d.ts +8 -0
  225. package/dts/carousel/__stories__/Carousel.stories.d.ts.map +1 -0
  226. package/dts/carousel/__tests__/Carousel.test.d.ts +2 -0
  227. package/dts/carousel/__tests__/Carousel.test.d.ts.map +1 -0
  228. package/dts/carousel/index.d.ts +5 -0
  229. package/dts/carousel/index.d.ts.map +1 -0
  230. package/dts/cells/Cell.d.ts +42 -0
  231. package/dts/cells/Cell.d.ts.map +1 -0
  232. package/dts/cells/CellAccessory.d.ts +16 -0
  233. package/dts/cells/CellAccessory.d.ts.map +1 -0
  234. package/dts/cells/CellDetail.d.ts +18 -0
  235. package/dts/cells/CellDetail.d.ts.map +1 -0
  236. package/dts/cells/CellHelperText.d.ts +9 -0
  237. package/dts/cells/CellHelperText.d.ts.map +1 -0
  238. package/dts/cells/CellMedia.d.ts +32 -0
  239. package/dts/cells/CellMedia.d.ts.map +1 -0
  240. package/dts/cells/ContentCell.d.ts +25 -0
  241. package/dts/cells/ContentCell.d.ts.map +1 -0
  242. package/dts/cells/ContentCellFallback.d.ts +17 -0
  243. package/dts/cells/ContentCellFallback.d.ts.map +1 -0
  244. package/dts/cells/ListCell.d.ts +42 -0
  245. package/dts/cells/ListCell.d.ts.map +1 -0
  246. package/dts/cells/ListCellFallback.d.ts +48 -0
  247. package/dts/cells/ListCellFallback.d.ts.map +1 -0
  248. package/dts/cells/MediaFallback.d.ts +8 -0
  249. package/dts/cells/MediaFallback.d.ts.map +1 -0
  250. package/dts/cells/__figma__/ContentCell.figma.d.ts +2 -0
  251. package/dts/cells/__figma__/ContentCell.figma.d.ts.map +1 -0
  252. package/dts/cells/__figma__/ListCell.figma.d.ts +2 -0
  253. package/dts/cells/__figma__/ListCell.figma.d.ts.map +1 -0
  254. package/dts/cells/__stories__/ContentCell.stories.d.ts +12 -0
  255. package/dts/cells/__stories__/ContentCell.stories.d.ts.map +1 -0
  256. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +8 -0
  257. package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +1 -0
  258. package/dts/cells/__stories__/ListCell.stories.d.ts +33 -0
  259. package/dts/cells/__stories__/ListCell.stories.d.ts.map +1 -0
  260. package/dts/cells/__stories__/ListCellFallback.stories.d.ts +8 -0
  261. package/dts/cells/__stories__/ListCellFallback.stories.d.ts.map +1 -0
  262. package/dts/cells/__tests__/Cell.test.d.ts +2 -0
  263. package/dts/cells/__tests__/Cell.test.d.ts.map +1 -0
  264. package/dts/cells/__tests__/CellAccessory.test.d.ts +2 -0
  265. package/dts/cells/__tests__/CellAccessory.test.d.ts.map +1 -0
  266. package/dts/cells/__tests__/CellMedia.test.d.ts +2 -0
  267. package/dts/cells/__tests__/CellMedia.test.d.ts.map +1 -0
  268. package/dts/cells/__tests__/ContentCell.test.d.ts +2 -0
  269. package/dts/cells/__tests__/ContentCell.test.d.ts.map +1 -0
  270. package/dts/cells/__tests__/ContentCellFallback.test.d.ts +2 -0
  271. package/dts/cells/__tests__/ContentCellFallback.test.d.ts.map +1 -0
  272. package/dts/cells/__tests__/ListCell.perf-test.d.ts +2 -0
  273. package/dts/cells/__tests__/ListCell.perf-test.d.ts.map +1 -0
  274. package/dts/cells/__tests__/ListCell.test.d.ts +2 -0
  275. package/dts/cells/__tests__/ListCell.test.d.ts.map +1 -0
  276. package/dts/cells/__tests__/ListCellFallback.test.d.ts +2 -0
  277. package/dts/cells/__tests__/ListCellFallback.test.d.ts.map +1 -0
  278. package/dts/cells/__tests__/MediaFallback.test.d.ts +2 -0
  279. package/dts/cells/__tests__/MediaFallback.test.d.ts.map +1 -0
  280. package/dts/cells/index.d.ts +7 -0
  281. package/dts/cells/index.d.ts.map +1 -0
  282. package/dts/chips/Chip.d.ts +6 -0
  283. package/dts/chips/Chip.d.ts.map +1 -0
  284. package/dts/chips/ChipProps.d.ts +36 -0
  285. package/dts/chips/ChipProps.d.ts.map +1 -0
  286. package/dts/chips/InputChip.d.ts +4 -0
  287. package/dts/chips/InputChip.d.ts.map +1 -0
  288. package/dts/chips/SelectChip.d.ts +15 -0
  289. package/dts/chips/SelectChip.d.ts.map +1 -0
  290. package/dts/chips/TabbedChips.d.ts +11 -0
  291. package/dts/chips/TabbedChips.d.ts.map +1 -0
  292. package/dts/chips/__figma__/InputChip.figma.d.ts +2 -0
  293. package/dts/chips/__figma__/InputChip.figma.d.ts.map +1 -0
  294. package/dts/chips/__figma__/SelectChip.figma.d.ts +2 -0
  295. package/dts/chips/__figma__/SelectChip.figma.d.ts.map +1 -0
  296. package/dts/chips/__figma__/TabbedChips.figma.d.ts +2 -0
  297. package/dts/chips/__figma__/TabbedChips.figma.d.ts.map +1 -0
  298. package/dts/chips/__stories__/Chip.stories.d.ts +9 -0
  299. package/dts/chips/__stories__/Chip.stories.d.ts.map +1 -0
  300. package/dts/chips/__stories__/InputChip.stories.d.ts +8 -0
  301. package/dts/chips/__stories__/InputChip.stories.d.ts.map +1 -0
  302. package/dts/chips/__stories__/SelectChip.stories.d.ts +12 -0
  303. package/dts/chips/__stories__/SelectChip.stories.d.ts.map +1 -0
  304. package/dts/chips/__stories__/TabbedChips.stories.d.ts +25 -0
  305. package/dts/chips/__stories__/TabbedChips.stories.d.ts.map +1 -0
  306. package/dts/chips/__tests__/Chip.test.d.ts +2 -0
  307. package/dts/chips/__tests__/Chip.test.d.ts.map +1 -0
  308. package/dts/chips/__tests__/InputChip.test.d.ts +2 -0
  309. package/dts/chips/__tests__/InputChip.test.d.ts.map +1 -0
  310. package/dts/chips/__tests__/SelectChip.test.d.ts +2 -0
  311. package/dts/chips/__tests__/SelectChip.test.d.ts.map +1 -0
  312. package/dts/chips/__tests__/TabbedChips.test.d.ts +2 -0
  313. package/dts/chips/__tests__/TabbedChips.test.d.ts.map +1 -0
  314. package/dts/chips/index.d.ts +6 -0
  315. package/dts/chips/index.d.ts.map +1 -0
  316. package/dts/coachmark/Coachmark.d.ts +40 -0
  317. package/dts/coachmark/Coachmark.d.ts.map +1 -0
  318. package/dts/coachmark/__figma__/Coachmark.figma.d.ts +2 -0
  319. package/dts/coachmark/__figma__/Coachmark.figma.d.ts.map +1 -0
  320. package/dts/coachmark/__stories__/Coachmark.stories.d.ts +8 -0
  321. package/dts/coachmark/__stories__/Coachmark.stories.d.ts.map +1 -0
  322. package/dts/coachmark/__tests__/Coachmark.test.d.ts +2 -0
  323. package/dts/coachmark/__tests__/Coachmark.test.d.ts.map +1 -0
  324. package/dts/collapsible/Collapsible.d.ts +63 -0
  325. package/dts/collapsible/Collapsible.d.ts.map +1 -0
  326. package/dts/collapsible/__stories__/Collapsible.stories.d.ts +19 -0
  327. package/dts/collapsible/__stories__/Collapsible.stories.d.ts.map +1 -0
  328. package/dts/collapsible/__tests__/Collapsible.test.d.ts +2 -0
  329. package/dts/collapsible/__tests__/Collapsible.test.d.ts.map +1 -0
  330. package/dts/collapsible/index.d.ts +2 -0
  331. package/dts/collapsible/index.d.ts.map +1 -0
  332. package/dts/collapsible/useCollapsibleMotionProps.d.ts +1862 -0
  333. package/dts/collapsible/useCollapsibleMotionProps.d.ts.map +1 -0
  334. package/dts/controls/Checkbox.d.ts +20 -0
  335. package/dts/controls/Checkbox.d.ts.map +1 -0
  336. package/dts/controls/CheckboxCell.d.ts +39 -0
  337. package/dts/controls/CheckboxCell.d.ts.map +1 -0
  338. package/dts/controls/CheckboxGroup.d.ts +52 -0
  339. package/dts/controls/CheckboxGroup.d.ts.map +1 -0
  340. package/dts/controls/Control.d.ts +34 -0
  341. package/dts/controls/Control.d.ts.map +1 -0
  342. package/dts/controls/ControlGroup.d.ts +34 -0
  343. package/dts/controls/ControlGroup.d.ts.map +1 -0
  344. package/dts/controls/HelperText.d.ts +15 -0
  345. package/dts/controls/HelperText.d.ts.map +1 -0
  346. package/dts/controls/InputIcon.d.ts +15 -0
  347. package/dts/controls/InputIcon.d.ts.map +1 -0
  348. package/dts/controls/InputIconButton.d.ts +13 -0
  349. package/dts/controls/InputIconButton.d.ts.map +1 -0
  350. package/dts/controls/InputLabel.d.ts +5 -0
  351. package/dts/controls/InputLabel.d.ts.map +1 -0
  352. package/dts/controls/InputStack.d.ts +71 -0
  353. package/dts/controls/InputStack.d.ts.map +1 -0
  354. package/dts/controls/NativeInput.d.ts +33 -0
  355. package/dts/controls/NativeInput.d.ts.map +1 -0
  356. package/dts/controls/NativeTextArea.d.ts +15 -0
  357. package/dts/controls/NativeTextArea.d.ts.map +1 -0
  358. package/dts/controls/Radio.d.ts +15 -0
  359. package/dts/controls/Radio.d.ts.map +1 -0
  360. package/dts/controls/RadioCell.d.ts +39 -0
  361. package/dts/controls/RadioCell.d.ts.map +1 -0
  362. package/dts/controls/RadioGroup.d.ts +56 -0
  363. package/dts/controls/RadioGroup.d.ts.map +1 -0
  364. package/dts/controls/SearchInput.d.ts +113 -0
  365. package/dts/controls/SearchInput.d.ts.map +1 -0
  366. package/dts/controls/SegmentedControl.d.ts +41 -0
  367. package/dts/controls/SegmentedControl.d.ts.map +1 -0
  368. package/dts/controls/Select.d.ts +32 -0
  369. package/dts/controls/Select.d.ts.map +1 -0
  370. package/dts/controls/SelectOption.d.ts +21 -0
  371. package/dts/controls/SelectOption.d.ts.map +1 -0
  372. package/dts/controls/SelectStack.d.ts +12 -0
  373. package/dts/controls/SelectStack.d.ts.map +1 -0
  374. package/dts/controls/SelectTrigger.d.ts +17 -0
  375. package/dts/controls/SelectTrigger.d.ts.map +1 -0
  376. package/dts/controls/Switch.d.ts +26 -0
  377. package/dts/controls/Switch.d.ts.map +1 -0
  378. package/dts/controls/TextInput.d.ts +102 -0
  379. package/dts/controls/TextInput.d.ts.map +1 -0
  380. package/dts/controls/__figma__/Checkbox.figma.d.ts +2 -0
  381. package/dts/controls/__figma__/Checkbox.figma.d.ts.map +1 -0
  382. package/dts/controls/__figma__/CheckboxCell.figma.d.ts +2 -0
  383. package/dts/controls/__figma__/CheckboxCell.figma.d.ts.map +1 -0
  384. package/dts/controls/__figma__/CheckboxGroup.figma.d.ts +2 -0
  385. package/dts/controls/__figma__/CheckboxGroup.figma.d.ts.map +1 -0
  386. package/dts/controls/__figma__/NativeTextArea.figma.d.ts +2 -0
  387. package/dts/controls/__figma__/NativeTextArea.figma.d.ts.map +1 -0
  388. package/dts/controls/__figma__/RadioCell.figma.d.ts +2 -0
  389. package/dts/controls/__figma__/RadioCell.figma.d.ts.map +1 -0
  390. package/dts/controls/__figma__/RadioGroup.figma.d.ts +2 -0
  391. package/dts/controls/__figma__/RadioGroup.figma.d.ts.map +1 -0
  392. package/dts/controls/__figma__/SearchInput.figma.d.ts +2 -0
  393. package/dts/controls/__figma__/SearchInput.figma.d.ts.map +1 -0
  394. package/dts/controls/__figma__/Select.figma.d.ts +2 -0
  395. package/dts/controls/__figma__/Select.figma.d.ts.map +1 -0
  396. package/dts/controls/__figma__/SelectOption.figma.d.ts +2 -0
  397. package/dts/controls/__figma__/SelectOption.figma.d.ts.map +1 -0
  398. package/dts/controls/__figma__/Switch.figma.d.ts +2 -0
  399. package/dts/controls/__figma__/Switch.figma.d.ts.map +1 -0
  400. package/dts/controls/__figma__/TextInput.figma.d.ts +2 -0
  401. package/dts/controls/__figma__/TextInput.figma.d.ts.map +1 -0
  402. package/dts/controls/__stories__/AddressForm.d.ts +4 -0
  403. package/dts/controls/__stories__/AddressForm.d.ts.map +1 -0
  404. package/dts/controls/__stories__/Checkbox.stories.d.ts +83 -0
  405. package/dts/controls/__stories__/Checkbox.stories.d.ts.map +1 -0
  406. package/dts/controls/__stories__/CheckboxCell.stories.d.ts +51 -0
  407. package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +1 -0
  408. package/dts/controls/__stories__/ControlGroup.stories.d.ts +11 -0
  409. package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +1 -0
  410. package/dts/controls/__stories__/HelperText.stories.d.ts +23 -0
  411. package/dts/controls/__stories__/HelperText.stories.d.ts.map +1 -0
  412. package/dts/controls/__stories__/InputIcon.stories.d.ts +14 -0
  413. package/dts/controls/__stories__/InputIcon.stories.d.ts.map +1 -0
  414. package/dts/controls/__stories__/InputIconButton.stories.d.ts +14 -0
  415. package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +1 -0
  416. package/dts/controls/__stories__/InputLabel.stories.d.ts +11 -0
  417. package/dts/controls/__stories__/InputLabel.stories.d.ts.map +1 -0
  418. package/dts/controls/__stories__/InputStack.stories.d.ts +10 -0
  419. package/dts/controls/__stories__/InputStack.stories.d.ts.map +1 -0
  420. package/dts/controls/__stories__/NativeInput.stories.d.ts +16 -0
  421. package/dts/controls/__stories__/NativeInput.stories.d.ts.map +1 -0
  422. package/dts/controls/__stories__/RadioCell.stories.d.ts +55 -0
  423. package/dts/controls/__stories__/RadioCell.stories.d.ts.map +1 -0
  424. package/dts/controls/__stories__/RadioGroup.stories.d.ts +28 -0
  425. package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +1 -0
  426. package/dts/controls/__stories__/SearchInput.stories.d.ts +26 -0
  427. package/dts/controls/__stories__/SearchInput.stories.d.ts.map +1 -0
  428. package/dts/controls/__stories__/SegmentedControl.stories.d.ts +9 -0
  429. package/dts/controls/__stories__/SegmentedControl.stories.d.ts.map +1 -0
  430. package/dts/controls/__stories__/Select.stories.d.ts +42 -0
  431. package/dts/controls/__stories__/Select.stories.d.ts.map +1 -0
  432. package/dts/controls/__stories__/SelectInteraction.stories.d.ts +11 -0
  433. package/dts/controls/__stories__/SelectInteraction.stories.d.ts.map +1 -0
  434. package/dts/controls/__stories__/SelectOption.stories.d.ts +8 -0
  435. package/dts/controls/__stories__/SelectOption.stories.d.ts.map +1 -0
  436. package/dts/controls/__stories__/Switch.stories.d.ts +42 -0
  437. package/dts/controls/__stories__/Switch.stories.d.ts.map +1 -0
  438. package/dts/controls/__stories__/TextInput.stories.d.ts +90 -0
  439. package/dts/controls/__stories__/TextInput.stories.d.ts.map +1 -0
  440. package/dts/controls/__stories__/TextInputInteractive.stories.d.ts +11 -0
  441. package/dts/controls/__stories__/TextInputInteractive.stories.d.ts.map +1 -0
  442. package/dts/controls/__stories__/TextInputPerformance.stories.d.ts +30 -0
  443. package/dts/controls/__stories__/TextInputPerformance.stories.d.ts.map +1 -0
  444. package/dts/controls/__tests__/Checkbox.test.d.ts +2 -0
  445. package/dts/controls/__tests__/Checkbox.test.d.ts.map +1 -0
  446. package/dts/controls/__tests__/CheckboxCell.test.d.ts +2 -0
  447. package/dts/controls/__tests__/CheckboxCell.test.d.ts.map +1 -0
  448. package/dts/controls/__tests__/CheckboxGroup.test.d.ts +2 -0
  449. package/dts/controls/__tests__/CheckboxGroup.test.d.ts.map +1 -0
  450. package/dts/controls/__tests__/Control.test.d.ts +2 -0
  451. package/dts/controls/__tests__/Control.test.d.ts.map +1 -0
  452. package/dts/controls/__tests__/ControlGroup.test.d.ts +2 -0
  453. package/dts/controls/__tests__/ControlGroup.test.d.ts.map +1 -0
  454. package/dts/controls/__tests__/HelperText.test.d.ts +2 -0
  455. package/dts/controls/__tests__/HelperText.test.d.ts.map +1 -0
  456. package/dts/controls/__tests__/InputIcon.test.d.ts +2 -0
  457. package/dts/controls/__tests__/InputIcon.test.d.ts.map +1 -0
  458. package/dts/controls/__tests__/InputIconButton.test.d.ts +2 -0
  459. package/dts/controls/__tests__/InputIconButton.test.d.ts.map +1 -0
  460. package/dts/controls/__tests__/InputStack.test.d.ts +2 -0
  461. package/dts/controls/__tests__/InputStack.test.d.ts.map +1 -0
  462. package/dts/controls/__tests__/NativeInput.test.d.ts +2 -0
  463. package/dts/controls/__tests__/NativeInput.test.d.ts.map +1 -0
  464. package/dts/controls/__tests__/NativeTextArea.test.d.ts +2 -0
  465. package/dts/controls/__tests__/NativeTextArea.test.d.ts.map +1 -0
  466. package/dts/controls/__tests__/RadioCell.test.d.ts +2 -0
  467. package/dts/controls/__tests__/RadioCell.test.d.ts.map +1 -0
  468. package/dts/controls/__tests__/RadioGroup.test.d.ts +2 -0
  469. package/dts/controls/__tests__/RadioGroup.test.d.ts.map +1 -0
  470. package/dts/controls/__tests__/SearchInput.test.d.ts +2 -0
  471. package/dts/controls/__tests__/SearchInput.test.d.ts.map +1 -0
  472. package/dts/controls/__tests__/SegmentedControl.test.d.ts +2 -0
  473. package/dts/controls/__tests__/SegmentedControl.test.d.ts.map +1 -0
  474. package/dts/controls/__tests__/Select.test.d.ts +2 -0
  475. package/dts/controls/__tests__/Select.test.d.ts.map +1 -0
  476. package/dts/controls/__tests__/Switch.test.d.ts +2 -0
  477. package/dts/controls/__tests__/Switch.test.d.ts.map +1 -0
  478. package/dts/controls/__tests__/TextInput.test.d.ts +2 -0
  479. package/dts/controls/__tests__/TextInput.test.d.ts.map +1 -0
  480. package/dts/controls/context.d.ts +4 -0
  481. package/dts/controls/context.d.ts.map +1 -0
  482. package/dts/controls/index.d.ts +16 -0
  483. package/dts/controls/index.d.ts.map +1 -0
  484. package/dts/controls/selectContext.d.ts +13 -0
  485. package/dts/controls/selectContext.d.ts.map +1 -0
  486. package/dts/controls/useHandleRadioSelect.d.ts +2 -0
  487. package/dts/controls/useHandleRadioSelect.d.ts.map +1 -0
  488. package/dts/controls/useRefocusTrigger.d.ts +3 -0
  489. package/dts/controls/useRefocusTrigger.d.ts.map +1 -0
  490. package/dts/controls/useSelectionCellControlHeight.d.ts +6 -0
  491. package/dts/controls/useSelectionCellControlHeight.d.ts.map +1 -0
  492. package/dts/core/createThemeCssVars.d.ts +4 -0
  493. package/dts/core/createThemeCssVars.d.ts.map +1 -0
  494. package/dts/core/polymorphism.d.ts +20 -0
  495. package/dts/core/polymorphism.d.ts.map +1 -0
  496. package/dts/core/theme.d.ts +158 -0
  497. package/dts/core/theme.d.ts.map +1 -0
  498. package/dts/cx.d.ts +30 -0
  499. package/dts/cx.d.ts.map +1 -0
  500. package/dts/dates/Calendar.d.ts +101 -0
  501. package/dts/dates/Calendar.d.ts.map +1 -0
  502. package/dts/dates/DateInput.d.ts +16 -0
  503. package/dts/dates/DateInput.d.ts.map +1 -0
  504. package/dts/dates/DatePicker.d.ts +108 -0
  505. package/dts/dates/DatePicker.d.ts.map +1 -0
  506. package/dts/dates/__figma__/DatePicker.figma.d.ts +2 -0
  507. package/dts/dates/__figma__/DatePicker.figma.d.ts.map +1 -0
  508. package/dts/dates/__stories__/A11yTest.stories.d.ts +33 -0
  509. package/dts/dates/__stories__/A11yTest.stories.d.ts.map +1 -0
  510. package/dts/dates/__stories__/Calendar.stories.d.ts +38 -0
  511. package/dts/dates/__stories__/Calendar.stories.d.ts.map +1 -0
  512. package/dts/dates/__stories__/DateInput.stories.d.ts +27 -0
  513. package/dts/dates/__stories__/DateInput.stories.d.ts.map +1 -0
  514. package/dts/dates/__stories__/DatePicker.stories.d.ts +55 -0
  515. package/dts/dates/__stories__/DatePicker.stories.d.ts.map +1 -0
  516. package/dts/dates/__stories__/Note.d.ts +5 -0
  517. package/dts/dates/__stories__/Note.d.ts.map +1 -0
  518. package/dts/defaultFontStyles.d.ts +2 -0
  519. package/dts/defaultFontStyles.d.ts.map +1 -0
  520. package/dts/dots/DotCount.d.ts +70 -0
  521. package/dts/dots/DotCount.d.ts.map +1 -0
  522. package/dts/dots/DotStatusColor.d.ts +17 -0
  523. package/dts/dots/DotStatusColor.d.ts.map +1 -0
  524. package/dts/dots/DotSymbol.d.ts +35 -0
  525. package/dts/dots/DotSymbol.d.ts.map +1 -0
  526. package/dts/dots/__figma__/DotCount.figma.d.ts +2 -0
  527. package/dts/dots/__figma__/DotCount.figma.d.ts.map +1 -0
  528. package/dts/dots/__figma__/DotStatusColor.figma.d.ts +2 -0
  529. package/dts/dots/__figma__/DotStatusColor.figma.d.ts.map +1 -0
  530. package/dts/dots/__figma__/DotSymbol.figma.d.ts +2 -0
  531. package/dts/dots/__figma__/DotSymbol.figma.d.ts.map +1 -0
  532. package/dts/dots/__stories__/DotCount.stories.d.ts +9 -0
  533. package/dts/dots/__stories__/DotCount.stories.d.ts.map +1 -0
  534. package/dts/dots/__stories__/DotStatusColor.stories.d.ts +8 -0
  535. package/dts/dots/__stories__/DotStatusColor.stories.d.ts.map +1 -0
  536. package/dts/dots/__stories__/DotSymbol.stories.d.ts +9 -0
  537. package/dts/dots/__stories__/DotSymbol.stories.d.ts.map +1 -0
  538. package/dts/dots/__tests__/DotCount.test.d.ts +2 -0
  539. package/dts/dots/__tests__/DotCount.test.d.ts.map +1 -0
  540. package/dts/dots/__tests__/DotStatusColor.test.d.ts +2 -0
  541. package/dts/dots/__tests__/DotStatusColor.test.d.ts.map +1 -0
  542. package/dts/dots/__tests__/DotSymbol.test.d.ts +2 -0
  543. package/dts/dots/__tests__/DotSymbol.test.d.ts.map +1 -0
  544. package/dts/dots/__tests__/getTransform.test.d.ts +2 -0
  545. package/dts/dots/__tests__/getTransform.test.d.ts.map +1 -0
  546. package/dts/dots/dotStyles.d.ts +15 -0
  547. package/dts/dots/dotStyles.d.ts.map +1 -0
  548. package/dts/dots/index.d.ts +4 -0
  549. package/dts/dots/index.d.ts.map +1 -0
  550. package/dts/dropdown/Dropdown.d.ts +20 -0
  551. package/dts/dropdown/Dropdown.d.ts.map +1 -0
  552. package/dts/dropdown/DropdownContent.d.ts +13 -0
  553. package/dts/dropdown/DropdownContent.d.ts.map +1 -0
  554. package/dts/dropdown/DropdownProps.d.ts +62 -0
  555. package/dts/dropdown/DropdownProps.d.ts.map +1 -0
  556. package/dts/dropdown/MenuItem.d.ts +14 -0
  557. package/dts/dropdown/MenuItem.d.ts.map +1 -0
  558. package/dts/dropdown/__figma__/Dropdown.figma.d.ts +2 -0
  559. package/dts/dropdown/__figma__/Dropdown.figma.d.ts.map +1 -0
  560. package/dts/dropdown/__stories__/Dropdown.stories.d.ts +41 -0
  561. package/dts/dropdown/__stories__/Dropdown.stories.d.ts.map +1 -0
  562. package/dts/dropdown/__stories__/DropdownContent.stories.d.ts +8 -0
  563. package/dts/dropdown/__stories__/DropdownContent.stories.d.ts.map +1 -0
  564. package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts +15 -0
  565. package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts.map +1 -0
  566. package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts +2 -0
  567. package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts.map +1 -0
  568. package/dts/dropdown/__tests__/Dropdown.test.d.ts +2 -0
  569. package/dts/dropdown/__tests__/Dropdown.test.d.ts.map +1 -0
  570. package/dts/dropdown/__tests__/MenuItem.test.d.ts +2 -0
  571. package/dts/dropdown/__tests__/MenuItem.test.d.ts.map +1 -0
  572. package/dts/dropdown/index.d.ts +4 -0
  573. package/dts/dropdown/index.d.ts.map +1 -0
  574. package/dts/dropdown/useResponsiveHeight.d.ts +16 -0
  575. package/dts/dropdown/useResponsiveHeight.d.ts.map +1 -0
  576. package/dts/globalStyles.d.ts +2 -0
  577. package/dts/globalStyles.d.ts.map +1 -0
  578. package/dts/hooks/__stories__/useBreakpoints.stories.d.ts +14 -0
  579. package/dts/hooks/__stories__/useBreakpoints.stories.d.ts.map +1 -0
  580. package/dts/hooks/__stories__/useMediaQuery.stories.d.ts +14 -0
  581. package/dts/hooks/__stories__/useMediaQuery.stories.d.ts.map +1 -0
  582. package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts +2 -0
  583. package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts.map +1 -0
  584. package/dts/hooks/__tests__/useA11yLabels.test.d.ts +2 -0
  585. package/dts/hooks/__tests__/useA11yLabels.test.d.ts.map +1 -0
  586. package/dts/hooks/__tests__/useBreakpoints.test.d.ts +2 -0
  587. package/dts/hooks/__tests__/useBreakpoints.test.d.ts.map +1 -0
  588. package/dts/hooks/__tests__/useCellSpacing.test.d.ts +2 -0
  589. package/dts/hooks/__tests__/useCellSpacing.test.d.ts.map +1 -0
  590. package/dts/hooks/__tests__/useDimensions.test.d.ts +2 -0
  591. package/dts/hooks/__tests__/useDimensions.test.d.ts.map +1 -0
  592. package/dts/hooks/__tests__/useIsBrowser.test.d.ts +2 -0
  593. package/dts/hooks/__tests__/useIsBrowser.test.d.ts.map +1 -0
  594. package/dts/hooks/__tests__/useMediaQuery.test.d.ts +2 -0
  595. package/dts/hooks/__tests__/useMediaQuery.test.d.ts.map +1 -0
  596. package/dts/hooks/useA11yControlledVisibility.d.ts +19 -0
  597. package/dts/hooks/useA11yControlledVisibility.d.ts.map +1 -0
  598. package/dts/hooks/useA11yLabels.d.ts +45 -0
  599. package/dts/hooks/useA11yLabels.d.ts.map +1 -0
  600. package/dts/hooks/useBreakpoints.d.ts +9 -0
  601. package/dts/hooks/useBreakpoints.d.ts.map +1 -0
  602. package/dts/hooks/useCellSpacing.d.ts +83 -0
  603. package/dts/hooks/useCellSpacing.d.ts.map +1 -0
  604. package/dts/hooks/useCheckboxGroupState.d.ts +24 -0
  605. package/dts/hooks/useCheckboxGroupState.d.ts.map +1 -0
  606. package/dts/hooks/useDimensions.d.ts +63 -0
  607. package/dts/hooks/useDimensions.d.ts.map +1 -0
  608. package/dts/hooks/useEventHandler.d.ts +7 -0
  609. package/dts/hooks/useEventHandler.d.ts.map +1 -0
  610. package/dts/hooks/useHasMounted.d.ts +2 -0
  611. package/dts/hooks/useHasMounted.d.ts.map +1 -0
  612. package/dts/hooks/useIsBrowser.d.ts +3 -0
  613. package/dts/hooks/useIsBrowser.d.ts.map +1 -0
  614. package/dts/hooks/useIsoEffect.d.ts +3 -0
  615. package/dts/hooks/useIsoEffect.d.ts.map +1 -0
  616. package/dts/hooks/useMediaQuery.d.ts +2 -0
  617. package/dts/hooks/useMediaQuery.d.ts.map +1 -0
  618. package/dts/hooks/useScrollBlocker.d.ts +2 -0
  619. package/dts/hooks/useScrollBlocker.d.ts.map +1 -0
  620. package/dts/hooks/useTheme.d.ts +4 -0
  621. package/dts/hooks/useTheme.d.ts.map +1 -0
  622. package/dts/hooks/useThemeContext.d.ts +8 -0
  623. package/dts/hooks/useThemeContext.d.ts.map +1 -0
  624. package/dts/icons/Icon.d.ts +43 -0
  625. package/dts/icons/Icon.d.ts.map +1 -0
  626. package/dts/icons/LogoMark.d.ts +4 -0
  627. package/dts/icons/LogoMark.d.ts.map +1 -0
  628. package/dts/icons/LogoWordmark.d.ts +4 -0
  629. package/dts/icons/LogoWordmark.d.ts.map +1 -0
  630. package/dts/icons/SubBrandLogoMark.d.ts +4 -0
  631. package/dts/icons/SubBrandLogoMark.d.ts.map +1 -0
  632. package/dts/icons/SubBrandLogoWordmark.d.ts +4 -0
  633. package/dts/icons/SubBrandLogoWordmark.d.ts.map +1 -0
  634. package/dts/icons/__figma__/Icon.figma.d.ts +2 -0
  635. package/dts/icons/__figma__/Icon.figma.d.ts.map +1 -0
  636. package/dts/icons/__figma__/LogoMark.figma.d.ts +2 -0
  637. package/dts/icons/__figma__/LogoMark.figma.d.ts.map +1 -0
  638. package/dts/icons/__figma__/LogoWordmark.figma.d.ts +2 -0
  639. package/dts/icons/__figma__/LogoWordmark.figma.d.ts.map +1 -0
  640. package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts +2 -0
  641. package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts.map +1 -0
  642. package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts +2 -0
  643. package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts.map +1 -0
  644. package/dts/icons/__stories__/Icon.stories.d.ts +20 -0
  645. package/dts/icons/__stories__/Icon.stories.d.ts.map +1 -0
  646. package/dts/icons/__stories__/IconSheet.d.ts +8 -0
  647. package/dts/icons/__stories__/IconSheet.d.ts.map +1 -0
  648. package/dts/icons/__stories__/Logo.stories.d.ts +7 -0
  649. package/dts/icons/__stories__/Logo.stories.d.ts.map +1 -0
  650. package/dts/icons/__tests__/Icon.perf-test.d.ts +2 -0
  651. package/dts/icons/__tests__/Icon.perf-test.d.ts.map +1 -0
  652. package/dts/icons/__tests__/Icon.test.d.ts +2 -0
  653. package/dts/icons/__tests__/Icon.test.d.ts.map +1 -0
  654. package/dts/icons/__tests__/LogoMark.test.d.ts +2 -0
  655. package/dts/icons/__tests__/LogoMark.test.d.ts.map +1 -0
  656. package/dts/icons/__tests__/LogoWordMark.test.d.ts +2 -0
  657. package/dts/icons/__tests__/LogoWordMark.test.d.ts.map +1 -0
  658. package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts +2 -0
  659. package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts.map +1 -0
  660. package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts +2 -0
  661. package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts.map +1 -0
  662. package/dts/icons/index.d.ts +6 -0
  663. package/dts/icons/index.d.ts.map +1 -0
  664. package/dts/illustrations/HeroSquare.d.ts +12 -0
  665. package/dts/illustrations/HeroSquare.d.ts.map +1 -0
  666. package/dts/illustrations/Pictogram.d.ts +11 -0
  667. package/dts/illustrations/Pictogram.d.ts.map +1 -0
  668. package/dts/illustrations/SpotIcon.d.ts +11 -0
  669. package/dts/illustrations/SpotIcon.d.ts.map +1 -0
  670. package/dts/illustrations/SpotRectangle.d.ts +12 -0
  671. package/dts/illustrations/SpotRectangle.d.ts.map +1 -0
  672. package/dts/illustrations/SpotSquare.d.ts +11 -0
  673. package/dts/illustrations/SpotSquare.d.ts.map +1 -0
  674. package/dts/illustrations/__figma__/HeroSquare.figma.d.ts +2 -0
  675. package/dts/illustrations/__figma__/HeroSquare.figma.d.ts.map +1 -0
  676. package/dts/illustrations/__figma__/Pictogram.figma.d.ts +2 -0
  677. package/dts/illustrations/__figma__/Pictogram.figma.d.ts.map +1 -0
  678. package/dts/illustrations/__figma__/SpotIcon.figma.d.ts +2 -0
  679. package/dts/illustrations/__figma__/SpotIcon.figma.d.ts.map +1 -0
  680. package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts +2 -0
  681. package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts.map +1 -0
  682. package/dts/illustrations/__figma__/SpotSquare.figma.d.ts +2 -0
  683. package/dts/illustrations/__figma__/SpotSquare.figma.d.ts.map +1 -0
  684. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts +15 -0
  685. package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +1 -0
  686. package/dts/illustrations/__stories__/IllustrationExample.d.ts +5 -0
  687. package/dts/illustrations/__stories__/IllustrationExample.d.ts.map +1 -0
  688. package/dts/illustrations/__stories__/Pictogram.stories.d.ts +15 -0
  689. package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +1 -0
  690. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +15 -0
  691. package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +1 -0
  692. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +15 -0
  693. package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +1 -0
  694. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +15 -0
  695. package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +1 -0
  696. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +9 -0
  697. package/dts/illustrations/__stories__/getIllustrationSheet.d.ts.map +1 -0
  698. package/dts/illustrations/__tests__/HeroSquare.test.d.ts +2 -0
  699. package/dts/illustrations/__tests__/HeroSquare.test.d.ts.map +1 -0
  700. package/dts/illustrations/__tests__/Pictogram.test.d.ts +2 -0
  701. package/dts/illustrations/__tests__/Pictogram.test.d.ts.map +1 -0
  702. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts +2 -0
  703. package/dts/illustrations/__tests__/SpotRectangle.test.d.ts.map +1 -0
  704. package/dts/illustrations/__tests__/SpotSquare.test.d.ts +2 -0
  705. package/dts/illustrations/__tests__/SpotSquare.test.d.ts.map +1 -0
  706. package/dts/illustrations/createIllustration.d.ts +49 -0
  707. package/dts/illustrations/createIllustration.d.ts.map +1 -0
  708. package/dts/illustrations/index.d.ts +6 -0
  709. package/dts/illustrations/index.d.ts.map +1 -0
  710. package/dts/index.d.ts +7 -0
  711. package/dts/index.d.ts.map +1 -0
  712. package/dts/layout/Box.d.ts +55 -0
  713. package/dts/layout/Box.d.ts.map +1 -0
  714. package/dts/layout/Divider.d.ts +12 -0
  715. package/dts/layout/Divider.d.ts.map +1 -0
  716. package/dts/layout/Fallback.d.ts +36 -0
  717. package/dts/layout/Fallback.d.ts.map +1 -0
  718. package/dts/layout/Grid.d.ts +46 -0
  719. package/dts/layout/Grid.d.ts.map +1 -0
  720. package/dts/layout/GridColumn.d.ts +51 -0
  721. package/dts/layout/GridColumn.d.ts.map +1 -0
  722. package/dts/layout/Group.d.ts +42 -0
  723. package/dts/layout/Group.d.ts.map +1 -0
  724. package/dts/layout/HStack.d.ts +11 -0
  725. package/dts/layout/HStack.d.ts.map +1 -0
  726. package/dts/layout/Spacer.d.ts +25 -0
  727. package/dts/layout/Spacer.d.ts.map +1 -0
  728. package/dts/layout/VStack.d.ts +11 -0
  729. package/dts/layout/VStack.d.ts.map +1 -0
  730. package/dts/layout/__figma__/Divider.figma.d.ts +2 -0
  731. package/dts/layout/__figma__/Divider.figma.d.ts.map +1 -0
  732. package/dts/layout/__figma__/Fallback.figma.d.ts +2 -0
  733. package/dts/layout/__figma__/Fallback.figma.d.ts.map +1 -0
  734. package/dts/layout/__stories__/Box.stories.d.ts +49 -0
  735. package/dts/layout/__stories__/Box.stories.d.ts.map +1 -0
  736. package/dts/layout/__stories__/BoxPerformance.stories.d.ts +15 -0
  737. package/dts/layout/__stories__/BoxPerformance.stories.d.ts.map +1 -0
  738. package/dts/layout/__stories__/Divider.stories.d.ts +19 -0
  739. package/dts/layout/__stories__/Divider.stories.d.ts.map +1 -0
  740. package/dts/layout/__stories__/Fallback.stories.d.ts +9 -0
  741. package/dts/layout/__stories__/Fallback.stories.d.ts.map +1 -0
  742. package/dts/layout/__stories__/Grid.stories.d.ts +7 -0
  743. package/dts/layout/__stories__/Grid.stories.d.ts.map +1 -0
  744. package/dts/layout/__stories__/Layouts.stories.d.ts +7 -0
  745. package/dts/layout/__stories__/Layouts.stories.d.ts.map +1 -0
  746. package/dts/layout/__stories__/LoremIpsum.d.ts +9 -0
  747. package/dts/layout/__stories__/LoremIpsum.d.ts.map +1 -0
  748. package/dts/layout/__stories__/Responsive.stories.d.ts +15 -0
  749. package/dts/layout/__stories__/Responsive.stories.d.ts.map +1 -0
  750. package/dts/layout/__tests__/Box.perf-test.d.ts +2 -0
  751. package/dts/layout/__tests__/Box.perf-test.d.ts.map +1 -0
  752. package/dts/layout/__tests__/Box.test.d.ts +2 -0
  753. package/dts/layout/__tests__/Box.test.d.ts.map +1 -0
  754. package/dts/layout/__tests__/Divider.perf-test.d.ts +2 -0
  755. package/dts/layout/__tests__/Divider.perf-test.d.ts.map +1 -0
  756. package/dts/layout/__tests__/Fallback.perf-test.d.ts +2 -0
  757. package/dts/layout/__tests__/Fallback.perf-test.d.ts.map +1 -0
  758. package/dts/layout/__tests__/Fallback.test.d.ts +2 -0
  759. package/dts/layout/__tests__/Fallback.test.d.ts.map +1 -0
  760. package/dts/layout/__tests__/Grid.test.d.ts +2 -0
  761. package/dts/layout/__tests__/Grid.test.d.ts.map +1 -0
  762. package/dts/layout/__tests__/GridColumn.test.d.ts +2 -0
  763. package/dts/layout/__tests__/GridColumn.test.d.ts.map +1 -0
  764. package/dts/layout/__tests__/Group.test.d.ts +2 -0
  765. package/dts/layout/__tests__/Group.test.d.ts.map +1 -0
  766. package/dts/layout/__tests__/VStack.test.d.ts +2 -0
  767. package/dts/layout/__tests__/VStack.test.d.ts.map +1 -0
  768. package/dts/layout/index.d.ts +10 -0
  769. package/dts/layout/index.d.ts.map +1 -0
  770. package/dts/loaders/CircularProgress.d.ts +22 -0
  771. package/dts/loaders/CircularProgress.d.ts.map +1 -0
  772. package/dts/loaders/MaterialSpinner.d.ts +14 -0
  773. package/dts/loaders/MaterialSpinner.d.ts.map +1 -0
  774. package/dts/loaders/Spinner.d.ts +11 -0
  775. package/dts/loaders/Spinner.d.ts.map +1 -0
  776. package/dts/loaders/__stories__/CircularProgress.stories.d.ts +8 -0
  777. package/dts/loaders/__stories__/CircularProgress.stories.d.ts.map +1 -0
  778. package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts +8 -0
  779. package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts.map +1 -0
  780. package/dts/loaders/__stories__/Spinner.stories.d.ts +10 -0
  781. package/dts/loaders/__stories__/Spinner.stories.d.ts.map +1 -0
  782. package/dts/loaders/__tests__/CircularProgress.test.d.ts +2 -0
  783. package/dts/loaders/__tests__/CircularProgress.test.d.ts.map +1 -0
  784. package/dts/loaders/__tests__/MaterialSpinner.test.d.ts +2 -0
  785. package/dts/loaders/__tests__/MaterialSpinner.test.d.ts.map +1 -0
  786. package/dts/loaders/__tests__/Spinner.test.d.ts +2 -0
  787. package/dts/loaders/__tests__/Spinner.test.d.ts.map +1 -0
  788. package/dts/loaders/index.d.ts +2 -0
  789. package/dts/loaders/index.d.ts.map +1 -0
  790. package/dts/media/Avatar.d.ts +38 -0
  791. package/dts/media/Avatar.d.ts.map +1 -0
  792. package/dts/media/Hexagon.d.ts +82 -0
  793. package/dts/media/Hexagon.d.ts.map +1 -0
  794. package/dts/media/RemoteImage.d.ts +30 -0
  795. package/dts/media/RemoteImage.d.ts.map +1 -0
  796. package/dts/media/RemoteImageGroup.d.ts +24 -0
  797. package/dts/media/RemoteImageGroup.d.ts.map +1 -0
  798. package/dts/media/__figma__/Avatar.figma.d.ts +2 -0
  799. package/dts/media/__figma__/Avatar.figma.d.ts.map +1 -0
  800. package/dts/media/__stories__/Avatar.stories.d.ts +12 -0
  801. package/dts/media/__stories__/Avatar.stories.d.ts.map +1 -0
  802. package/dts/media/__stories__/RemoteImage.stories.d.ts +8 -0
  803. package/dts/media/__stories__/RemoteImage.stories.d.ts.map +1 -0
  804. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +7 -0
  805. package/dts/media/__stories__/RemoteImageGroup.stories.d.ts.map +1 -0
  806. package/dts/media/__tests__/Avatar.test.d.ts +2 -0
  807. package/dts/media/__tests__/Avatar.test.d.ts.map +1 -0
  808. package/dts/media/__tests__/Hexagon.test.d.ts +2 -0
  809. package/dts/media/__tests__/Hexagon.test.d.ts.map +1 -0
  810. package/dts/media/__tests__/RemoteImage.test.d.ts +2 -0
  811. package/dts/media/__tests__/RemoteImage.test.d.ts.map +1 -0
  812. package/dts/media/__tests__/RemoteImageGroup.test.d.ts +2 -0
  813. package/dts/media/__tests__/RemoteImageGroup.test.d.ts.map +1 -0
  814. package/dts/media/index.d.ts +4 -0
  815. package/dts/media/index.d.ts.map +1 -0
  816. package/dts/motion/AnimatedCaret.d.ts +9 -0
  817. package/dts/motion/AnimatedCaret.d.ts.map +1 -0
  818. package/dts/motion/ColorSurge.d.ts +25 -0
  819. package/dts/motion/ColorSurge.d.ts.map +1 -0
  820. package/dts/motion/Pulse.d.ts +53 -0
  821. package/dts/motion/Pulse.d.ts.map +1 -0
  822. package/dts/motion/Shake.d.ts +16 -0
  823. package/dts/motion/Shake.d.ts.map +1 -0
  824. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +8 -0
  825. package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +1 -0
  826. package/dts/motion/__stories__/HintMotion.stories.d.ts +8 -0
  827. package/dts/motion/__stories__/HintMotion.stories.d.ts.map +1 -0
  828. package/dts/motion/__stories__/Tokens.stories.d.ts +7 -0
  829. package/dts/motion/__stories__/Tokens.stories.d.ts.map +1 -0
  830. package/dts/motion/__tests__/AnimatedCaret.test.d.ts +2 -0
  831. package/dts/motion/__tests__/AnimatedCaret.test.d.ts.map +1 -0
  832. package/dts/motion/__tests__/ColorSurge.test.d.ts +2 -0
  833. package/dts/motion/__tests__/ColorSurge.test.d.ts.map +1 -0
  834. package/dts/motion/__tests__/Pulse.test.d.ts +2 -0
  835. package/dts/motion/__tests__/Pulse.test.d.ts.map +1 -0
  836. package/dts/motion/__tests__/Shake.test.d.ts +2 -0
  837. package/dts/motion/__tests__/Shake.test.d.ts.map +1 -0
  838. package/dts/motion/__tests__/useMotionProps.test.d.ts +2 -0
  839. package/dts/motion/__tests__/useMotionProps.test.d.ts.map +1 -0
  840. package/dts/motion/__tests__/utils.test.d.ts +2 -0
  841. package/dts/motion/__tests__/utils.test.d.ts.map +1 -0
  842. package/dts/motion/types.d.ts +24 -0
  843. package/dts/motion/types.d.ts.map +1 -0
  844. package/dts/motion/useMotionProps.d.ts +3749 -0
  845. package/dts/motion/useMotionProps.d.ts.map +1 -0
  846. package/dts/motion/utils.d.ts +1792 -0
  847. package/dts/motion/utils.d.ts.map +1 -0
  848. package/dts/multi-content-module/MultiContentModule.d.ts +29 -0
  849. package/dts/multi-content-module/MultiContentModule.d.ts.map +1 -0
  850. package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts +2 -0
  851. package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts.map +1 -0
  852. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +12 -0
  853. package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts.map +1 -0
  854. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts +2 -0
  855. package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts.map +1 -0
  856. package/dts/navigation/NavLink.d.ts +8 -0
  857. package/dts/navigation/NavLink.d.ts.map +1 -0
  858. package/dts/navigation/NavigationBar.d.ts +54 -0
  859. package/dts/navigation/NavigationBar.d.ts.map +1 -0
  860. package/dts/navigation/NavigationTitle.d.ts +5 -0
  861. package/dts/navigation/NavigationTitle.d.ts.map +1 -0
  862. package/dts/navigation/NavigationTitleSelect.d.ts +12 -0
  863. package/dts/navigation/NavigationTitleSelect.d.ts.map +1 -0
  864. package/dts/navigation/Sidebar.d.ts +36 -0
  865. package/dts/navigation/Sidebar.d.ts.map +1 -0
  866. package/dts/navigation/SidebarContext.d.ts +8 -0
  867. package/dts/navigation/SidebarContext.d.ts.map +1 -0
  868. package/dts/navigation/SidebarItem.d.ts +47 -0
  869. package/dts/navigation/SidebarItem.d.ts.map +1 -0
  870. package/dts/navigation/SidebarMoreMenu.d.ts +14 -0
  871. package/dts/navigation/SidebarMoreMenu.d.ts.map +1 -0
  872. package/dts/navigation/__figma__/NavLink.figma.d.ts +2 -0
  873. package/dts/navigation/__figma__/NavLink.figma.d.ts.map +1 -0
  874. package/dts/navigation/__figma__/NavigationBar.figma.d.ts +2 -0
  875. package/dts/navigation/__figma__/NavigationBar.figma.d.ts.map +1 -0
  876. package/dts/navigation/__figma__/NavigationTitle.figma.d.ts +2 -0
  877. package/dts/navigation/__figma__/NavigationTitle.figma.d.ts.map +1 -0
  878. package/dts/navigation/__figma__/Sidebar.figma.d.ts +2 -0
  879. package/dts/navigation/__figma__/Sidebar.figma.d.ts.map +1 -0
  880. package/dts/navigation/__figma__/SidebarItem.figma.d.ts +2 -0
  881. package/dts/navigation/__figma__/SidebarItem.figma.d.ts.map +1 -0
  882. package/dts/navigation/__stories__/NavLink.stories.d.ts +8 -0
  883. package/dts/navigation/__stories__/NavLink.stories.d.ts.map +1 -0
  884. package/dts/navigation/__stories__/NavigationBar.stories.d.ts +30 -0
  885. package/dts/navigation/__stories__/NavigationBar.stories.d.ts.map +1 -0
  886. package/dts/navigation/__stories__/NavigationStorySetup.d.ts +49 -0
  887. package/dts/navigation/__stories__/NavigationStorySetup.d.ts.map +1 -0
  888. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +15 -0
  889. package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +1 -0
  890. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +12 -0
  891. package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +1 -0
  892. package/dts/navigation/__stories__/Sidebar.stories.d.ts +10 -0
  893. package/dts/navigation/__stories__/Sidebar.stories.d.ts.map +1 -0
  894. package/dts/navigation/__tests__/NavigationBar.test.d.ts +2 -0
  895. package/dts/navigation/__tests__/NavigationBar.test.d.ts.map +1 -0
  896. package/dts/navigation/__tests__/NavigationTitle.test.d.ts +2 -0
  897. package/dts/navigation/__tests__/NavigationTitle.test.d.ts.map +1 -0
  898. package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts +2 -0
  899. package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts.map +1 -0
  900. package/dts/navigation/__tests__/Sidebar.test.d.ts +2 -0
  901. package/dts/navigation/__tests__/Sidebar.test.d.ts.map +1 -0
  902. package/dts/navigation/__tests__/SidebarItem.test.d.ts +2 -0
  903. package/dts/navigation/__tests__/SidebarItem.test.d.ts.map +1 -0
  904. package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts +2 -0
  905. package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts.map +1 -0
  906. package/dts/navigation/index.d.ts +8 -0
  907. package/dts/navigation/index.d.ts.map +1 -0
  908. package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts +3 -0
  909. package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts.map +1 -0
  910. package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts +8 -0
  911. package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts.map +1 -0
  912. package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts +3 -0
  913. package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts.map +1 -0
  914. package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts +3 -0
  915. package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts.map +1 -0
  916. package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts +3 -0
  917. package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts.map +1 -0
  918. package/dts/numbers/RollingNumber/RollingNumber.d.ts +406 -0
  919. package/dts/numbers/RollingNumber/RollingNumber.d.ts.map +1 -0
  920. package/dts/numbers/RollingNumber/index.d.ts +7 -0
  921. package/dts/numbers/RollingNumber/index.d.ts.map +1 -0
  922. package/dts/numbers/RollingNumber/useColorPulse.d.ts +10 -0
  923. package/dts/numbers/RollingNumber/useColorPulse.d.ts.map +1 -0
  924. package/dts/numbers/__stories__/RollingNumber.stories.d.ts +18 -0
  925. package/dts/numbers/__stories__/RollingNumber.stories.d.ts.map +1 -0
  926. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts +2 -0
  927. package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts.map +1 -0
  928. package/dts/numbers/index.d.ts +2 -0
  929. package/dts/numbers/index.d.ts.map +1 -0
  930. package/dts/overlays/Alert.d.ts +93 -0
  931. package/dts/overlays/Alert.d.ts.map +1 -0
  932. package/dts/overlays/FocusTrap.d.ts +42 -0
  933. package/dts/overlays/FocusTrap.d.ts.map +1 -0
  934. package/dts/overlays/FullscreenAlert.d.ts +33 -0
  935. package/dts/overlays/FullscreenAlert.d.ts.map +1 -0
  936. package/dts/overlays/Portal.d.ts +14 -0
  937. package/dts/overlays/Portal.d.ts.map +1 -0
  938. package/dts/overlays/PortalProvider.d.ts +19 -0
  939. package/dts/overlays/PortalProvider.d.ts.map +1 -0
  940. package/dts/overlays/Toast.d.ts +22 -0
  941. package/dts/overlays/Toast.d.ts.map +1 -0
  942. package/dts/overlays/__figma__/Alert.figma.d.ts +2 -0
  943. package/dts/overlays/__figma__/Alert.figma.d.ts.map +1 -0
  944. package/dts/overlays/__figma__/Toast.figma.d.ts +2 -0
  945. package/dts/overlays/__figma__/Toast.figma.d.ts.map +1 -0
  946. package/dts/overlays/__stories__/Alert.stories.d.ts +23 -0
  947. package/dts/overlays/__stories__/Alert.stories.d.ts.map +1 -0
  948. package/dts/overlays/__stories__/FocusTrap.stories.d.ts +7 -0
  949. package/dts/overlays/__stories__/FocusTrap.stories.d.ts.map +1 -0
  950. package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts +9 -0
  951. package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts.map +1 -0
  952. package/dts/overlays/__stories__/FullscreenModal.stories.d.ts +24 -0
  953. package/dts/overlays/__stories__/FullscreenModal.stories.d.ts.map +1 -0
  954. package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts +30 -0
  955. package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts.map +1 -0
  956. package/dts/overlays/__stories__/Modal.stories.d.ts +13 -0
  957. package/dts/overlays/__stories__/Modal.stories.d.ts.map +1 -0
  958. package/dts/overlays/__stories__/ModalInteractive.stories.d.ts +21 -0
  959. package/dts/overlays/__stories__/ModalInteractive.stories.d.ts.map +1 -0
  960. package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts +23 -0
  961. package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts.map +1 -0
  962. package/dts/overlays/__stories__/PortalProvider.stories.d.ts +7 -0
  963. package/dts/overlays/__stories__/PortalProvider.stories.d.ts.map +1 -0
  964. package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts +7 -0
  965. package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts.map +1 -0
  966. package/dts/overlays/__stories__/Toast.stories.d.ts +8 -0
  967. package/dts/overlays/__stories__/Toast.stories.d.ts.map +1 -0
  968. package/dts/overlays/__stories__/Tooltip.stories.d.ts +11 -0
  969. package/dts/overlays/__stories__/Tooltip.stories.d.ts.map +1 -0
  970. package/dts/overlays/__stories__/TooltipContent.stories.d.ts +11 -0
  971. package/dts/overlays/__stories__/TooltipContent.stories.d.ts.map +1 -0
  972. package/dts/overlays/__tests__/Alert.test.d.ts +2 -0
  973. package/dts/overlays/__tests__/Alert.test.d.ts.map +1 -0
  974. package/dts/overlays/__tests__/FocusTrap.test.d.ts +2 -0
  975. package/dts/overlays/__tests__/FocusTrap.test.d.ts.map +1 -0
  976. package/dts/overlays/__tests__/FullscreenAlert.test.d.ts +2 -0
  977. package/dts/overlays/__tests__/FullscreenAlert.test.d.ts.map +1 -0
  978. package/dts/overlays/__tests__/OverlayContentContext.test.d.ts +2 -0
  979. package/dts/overlays/__tests__/OverlayContentContext.test.d.ts.map +1 -0
  980. package/dts/overlays/__tests__/Popover.test.d.ts +2 -0
  981. package/dts/overlays/__tests__/Popover.test.d.ts.map +1 -0
  982. package/dts/overlays/__tests__/PortalProvider.test.d.ts +2 -0
  983. package/dts/overlays/__tests__/PortalProvider.test.d.ts.map +1 -0
  984. package/dts/overlays/__tests__/Toast.test.d.ts +2 -0
  985. package/dts/overlays/__tests__/Toast.test.d.ts.map +1 -0
  986. package/dts/overlays/index.d.ts +18 -0
  987. package/dts/overlays/index.d.ts.map +1 -0
  988. package/dts/overlays/modal/FullscreenModal.d.ts +48 -0
  989. package/dts/overlays/modal/FullscreenModal.d.ts.map +1 -0
  990. package/dts/overlays/modal/FullscreenModalHeader.d.ts +14 -0
  991. package/dts/overlays/modal/FullscreenModalHeader.d.ts.map +1 -0
  992. package/dts/overlays/modal/FullscreenModalLayout.d.ts +11 -0
  993. package/dts/overlays/modal/FullscreenModalLayout.d.ts.map +1 -0
  994. package/dts/overlays/modal/Modal.d.ts +50 -0
  995. package/dts/overlays/modal/Modal.d.ts.map +1 -0
  996. package/dts/overlays/modal/ModalBody.d.ts +5 -0
  997. package/dts/overlays/modal/ModalBody.d.ts.map +1 -0
  998. package/dts/overlays/modal/ModalFooter.d.ts +17 -0
  999. package/dts/overlays/modal/ModalFooter.d.ts.map +1 -0
  1000. package/dts/overlays/modal/ModalHeader.d.ts +46 -0
  1001. package/dts/overlays/modal/ModalHeader.d.ts.map +1 -0
  1002. package/dts/overlays/modal/ModalWrapper.d.ts +42 -0
  1003. package/dts/overlays/modal/ModalWrapper.d.ts.map +1 -0
  1004. package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts +2 -0
  1005. package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts.map +1 -0
  1006. package/dts/overlays/modal/__figma__/Modal.figma.d.ts +2 -0
  1007. package/dts/overlays/modal/__figma__/Modal.figma.d.ts.map +1 -0
  1008. package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts +2 -0
  1009. package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts.map +1 -0
  1010. package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts +2 -0
  1011. package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts.map +1 -0
  1012. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts +2 -0
  1013. package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts.map +1 -0
  1014. package/dts/overlays/modal/__tests__/Modal.test.d.ts +2 -0
  1015. package/dts/overlays/modal/__tests__/Modal.test.d.ts.map +1 -0
  1016. package/dts/overlays/overlay/Overlay.d.ts +4 -0
  1017. package/dts/overlays/overlay/Overlay.d.ts.map +1 -0
  1018. package/dts/overlays/overlay/OverlayContent.d.ts +12 -0
  1019. package/dts/overlays/overlay/OverlayContent.d.ts.map +1 -0
  1020. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts +2 -0
  1021. package/dts/overlays/overlay/__tests__/Overlay.test.d.ts.map +1 -0
  1022. package/dts/overlays/popover/Popover.d.ts +8 -0
  1023. package/dts/overlays/popover/Popover.d.ts.map +1 -0
  1024. package/dts/overlays/popover/PopoverProps.d.ts +71 -0
  1025. package/dts/overlays/popover/PopoverProps.d.ts.map +1 -0
  1026. package/dts/overlays/popover/usePopper.d.ts +16 -0
  1027. package/dts/overlays/popover/usePopper.d.ts.map +1 -0
  1028. package/dts/overlays/tooltip/Tooltip.d.ts +3 -0
  1029. package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -0
  1030. package/dts/overlays/tooltip/TooltipContent.d.ts +6 -0
  1031. package/dts/overlays/tooltip/TooltipContent.d.ts.map +1 -0
  1032. package/dts/overlays/tooltip/TooltipProps.d.ts +50 -0
  1033. package/dts/overlays/tooltip/TooltipProps.d.ts.map +1 -0
  1034. package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts +2 -0
  1035. package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts.map +1 -0
  1036. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts +2 -0
  1037. package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts.map +1 -0
  1038. package/dts/overlays/tooltip/useTooltipState.d.ts +9 -0
  1039. package/dts/overlays/tooltip/useTooltipState.d.ts.map +1 -0
  1040. package/dts/overlays/tray/Tray.d.ts +140 -0
  1041. package/dts/overlays/tray/Tray.d.ts.map +1 -0
  1042. package/dts/overlays/tray/__stories__/Tray.stories.d.ts +5 -0
  1043. package/dts/overlays/tray/__stories__/Tray.stories.d.ts.map +1 -0
  1044. package/dts/overlays/tray/__tests__/Tray.test.d.ts +2 -0
  1045. package/dts/overlays/tray/__tests__/Tray.test.d.ts.map +1 -0
  1046. package/dts/overlays/useModal.d.ts +6 -0
  1047. package/dts/overlays/useModal.d.ts.map +1 -0
  1048. package/dts/overlays/usePortal.d.ts +3 -0
  1049. package/dts/overlays/usePortal.d.ts.map +1 -0
  1050. package/dts/overlays/useToast.d.ts +9 -0
  1051. package/dts/overlays/useToast.d.ts.map +1 -0
  1052. package/dts/page/PageFooter.d.ts +20 -0
  1053. package/dts/page/PageFooter.d.ts.map +1 -0
  1054. package/dts/page/PageHeader.d.ts +73 -0
  1055. package/dts/page/PageHeader.d.ts.map +1 -0
  1056. package/dts/page/__figma__/PageFooter.figma.d.ts +2 -0
  1057. package/dts/page/__figma__/PageFooter.figma.d.ts.map +1 -0
  1058. package/dts/page/__figma__/PageHeader.figma.d.ts +2 -0
  1059. package/dts/page/__figma__/PageHeader.figma.d.ts.map +1 -0
  1060. package/dts/page/__stories__/PageFooter.stories.d.ts +69 -0
  1061. package/dts/page/__stories__/PageFooter.stories.d.ts.map +1 -0
  1062. package/dts/page/__stories__/PageHeader.stories.d.ts +95 -0
  1063. package/dts/page/__stories__/PageHeader.stories.d.ts.map +1 -0
  1064. package/dts/page/__tests__/PageFooter.test.d.ts +2 -0
  1065. package/dts/page/__tests__/PageFooter.test.d.ts.map +1 -0
  1066. package/dts/page/__tests__/PageHeader.test.d.ts +2 -0
  1067. package/dts/page/__tests__/PageHeader.test.d.ts.map +1 -0
  1068. package/dts/pagination/DefaultPaginationEllipsis.d.ts +3 -0
  1069. package/dts/pagination/DefaultPaginationEllipsis.d.ts.map +1 -0
  1070. package/dts/pagination/DefaultPaginationNavigationButton.d.ts +9 -0
  1071. package/dts/pagination/DefaultPaginationNavigationButton.d.ts.map +1 -0
  1072. package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts +4 -0
  1073. package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts.map +1 -0
  1074. package/dts/pagination/DefaultPaginationPageButton.d.ts +3 -0
  1075. package/dts/pagination/DefaultPaginationPageButton.d.ts.map +1 -0
  1076. package/dts/pagination/Pagination.d.ts +82 -0
  1077. package/dts/pagination/Pagination.d.ts.map +1 -0
  1078. package/dts/pagination/__figma__/Pagination.figma.d.ts +2 -0
  1079. package/dts/pagination/__figma__/Pagination.figma.d.ts.map +1 -0
  1080. package/dts/pagination/__stories__/Pagination.stories.d.ts +5 -0
  1081. package/dts/pagination/__stories__/Pagination.stories.d.ts.map +1 -0
  1082. package/dts/pagination/__stories__/UsePagination.stories.d.ts +5 -0
  1083. package/dts/pagination/__stories__/UsePagination.stories.d.ts.map +1 -0
  1084. package/dts/pagination/__tests__/Pagination.test.d.ts +2 -0
  1085. package/dts/pagination/__tests__/Pagination.test.d.ts.map +1 -0
  1086. package/dts/pagination/__tests__/usePagination.test.d.ts +2 -0
  1087. package/dts/pagination/__tests__/usePagination.test.d.ts.map +1 -0
  1088. package/dts/pagination/usePagination.d.ts +41 -0
  1089. package/dts/pagination/usePagination.d.ts.map +1 -0
  1090. package/dts/section-header/SectionHeader.d.ts +20 -0
  1091. package/dts/section-header/SectionHeader.d.ts.map +1 -0
  1092. package/dts/section-header/__figma__/SectionHeader.figma.d.ts +2 -0
  1093. package/dts/section-header/__figma__/SectionHeader.figma.d.ts.map +1 -0
  1094. package/dts/section-header/__stories__/SectionHeader.stories.d.ts +9 -0
  1095. package/dts/section-header/__stories__/SectionHeader.stories.d.ts.map +1 -0
  1096. package/dts/section-header/__tests__/SectionHeader.test.d.ts +2 -0
  1097. package/dts/section-header/__tests__/SectionHeader.test.d.ts.map +1 -0
  1098. package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts +3 -0
  1099. package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts.map +1 -0
  1100. package/dts/stepper/DefaultStepperIconVertical.d.ts +3 -0
  1101. package/dts/stepper/DefaultStepperIconVertical.d.ts.map +1 -0
  1102. package/dts/stepper/DefaultStepperLabelHorizontal.d.ts +3 -0
  1103. package/dts/stepper/DefaultStepperLabelHorizontal.d.ts.map +1 -0
  1104. package/dts/stepper/DefaultStepperLabelVertical.d.ts +3 -0
  1105. package/dts/stepper/DefaultStepperLabelVertical.d.ts.map +1 -0
  1106. package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +3 -0
  1107. package/dts/stepper/DefaultStepperProgressHorizontal.d.ts.map +1 -0
  1108. package/dts/stepper/DefaultStepperProgressVertical.d.ts +3 -0
  1109. package/dts/stepper/DefaultStepperProgressVertical.d.ts.map +1 -0
  1110. package/dts/stepper/DefaultStepperStepHorizontal.d.ts +3 -0
  1111. package/dts/stepper/DefaultStepperStepHorizontal.d.ts.map +1 -0
  1112. package/dts/stepper/DefaultStepperStepVertical.d.ts +3 -0
  1113. package/dts/stepper/DefaultStepperStepVertical.d.ts.map +1 -0
  1114. package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts +3 -0
  1115. package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts.map +1 -0
  1116. package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts +3 -0
  1117. package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts.map +1 -0
  1118. package/dts/stepper/Stepper.d.ts +228 -0
  1119. package/dts/stepper/Stepper.d.ts.map +1 -0
  1120. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +17 -0
  1121. package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +1 -0
  1122. package/dts/stepper/__stories__/StepperVertical.stories.d.ts +16 -0
  1123. package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +1 -0
  1124. package/dts/stepper/index.d.ts +12 -0
  1125. package/dts/stepper/index.d.ts.map +1 -0
  1126. package/dts/styles/booleanStyles.d.ts +18 -0
  1127. package/dts/styles/booleanStyles.d.ts.map +1 -0
  1128. package/dts/styles/config.d.ts +106 -0
  1129. package/dts/styles/config.d.ts.map +1 -0
  1130. package/dts/styles/defaultFont.d.ts +2 -0
  1131. package/dts/styles/defaultFont.d.ts.map +1 -0
  1132. package/dts/styles/global.d.ts +2 -0
  1133. package/dts/styles/global.d.ts.map +1 -0
  1134. package/dts/styles/media.d.ts +23 -0
  1135. package/dts/styles/media.d.ts.map +1 -0
  1136. package/dts/styles/responsive/base.d.ts +175 -0
  1137. package/dts/styles/responsive/base.d.ts.map +1 -0
  1138. package/dts/styles/responsive/desktop.d.ts +223 -0
  1139. package/dts/styles/responsive/desktop.d.ts.map +1 -0
  1140. package/dts/styles/responsive/phone.d.ts +223 -0
  1141. package/dts/styles/responsive/phone.d.ts.map +1 -0
  1142. package/dts/styles/responsive/tablet.d.ts +223 -0
  1143. package/dts/styles/responsive/tablet.d.ts.map +1 -0
  1144. package/dts/styles/styleProps.d.ts +148 -0
  1145. package/dts/styles/styleProps.d.ts.map +1 -0
  1146. package/dts/system/BrowserOnly.d.ts +10 -0
  1147. package/dts/system/BrowserOnly.d.ts.map +1 -0
  1148. package/dts/system/ButtonOrLink.d.ts +13 -0
  1149. package/dts/system/ButtonOrLink.d.ts.map +1 -0
  1150. package/dts/system/EventHandlerProvider.d.ts +8 -0
  1151. package/dts/system/EventHandlerProvider.d.ts.map +1 -0
  1152. package/dts/system/FramerMotionProvider.d.ts +6 -0
  1153. package/dts/system/FramerMotionProvider.d.ts.map +1 -0
  1154. package/dts/system/Interactable.d.ts +98 -0
  1155. package/dts/system/Interactable.d.ts.map +1 -0
  1156. package/dts/system/MediaQueryProvider.d.ts +45 -0
  1157. package/dts/system/MediaQueryProvider.d.ts.map +1 -0
  1158. package/dts/system/Pressable.d.ts +16 -0
  1159. package/dts/system/Pressable.d.ts.map +1 -0
  1160. package/dts/system/PressableOpacity.d.ts +14 -0
  1161. package/dts/system/PressableOpacity.d.ts.map +1 -0
  1162. package/dts/system/ThemeProvider.d.ts +29 -0
  1163. package/dts/system/ThemeProvider.d.ts.map +1 -0
  1164. package/dts/system/__stories__/Interactable.stories.d.ts +8 -0
  1165. package/dts/system/__stories__/Interactable.stories.d.ts.map +1 -0
  1166. package/dts/system/__stories__/Patterns.stories.d.ts +10 -0
  1167. package/dts/system/__stories__/Patterns.stories.d.ts.map +1 -0
  1168. package/dts/system/__stories__/Pressable.stories.d.ts +10 -0
  1169. package/dts/system/__stories__/Pressable.stories.d.ts.map +1 -0
  1170. package/dts/system/__stories__/ThemeProvider.stories.d.ts +22 -0
  1171. package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +1 -0
  1172. package/dts/system/__tests__/BrowserOnly.test.d.ts +2 -0
  1173. package/dts/system/__tests__/BrowserOnly.test.d.ts.map +1 -0
  1174. package/dts/system/__tests__/MediaQueryProvider.test.d.ts +2 -0
  1175. package/dts/system/__tests__/MediaQueryProvider.test.d.ts.map +1 -0
  1176. package/dts/system/__tests__/ThemeProvider.test.d.ts +2 -0
  1177. package/dts/system/__tests__/ThemeProvider.test.d.ts.map +1 -0
  1178. package/dts/system/index.d.ts +7 -0
  1179. package/dts/system/index.d.ts.map +1 -0
  1180. package/dts/system/interactableCSSProperties.d.ts +12 -0
  1181. package/dts/system/interactableCSSProperties.d.ts.map +1 -0
  1182. package/dts/system/reakit-utils.d.ts +18 -0
  1183. package/dts/system/reakit-utils.d.ts.map +1 -0
  1184. package/dts/tables/Table.d.ts +87 -0
  1185. package/dts/tables/Table.d.ts.map +1 -0
  1186. package/dts/tables/TableBody.d.ts +5 -0
  1187. package/dts/tables/TableBody.d.ts.map +1 -0
  1188. package/dts/tables/TableCaption.d.ts +46 -0
  1189. package/dts/tables/TableCaption.d.ts.map +1 -0
  1190. package/dts/tables/TableCell.d.ts +125 -0
  1191. package/dts/tables/TableCell.d.ts.map +1 -0
  1192. package/dts/tables/TableCellFallback.d.ts +17 -0
  1193. package/dts/tables/TableCellFallback.d.ts.map +1 -0
  1194. package/dts/tables/TableCellSortIcon.d.ts +6 -0
  1195. package/dts/tables/TableCellSortIcon.d.ts.map +1 -0
  1196. package/dts/tables/TableFooter.d.ts +5 -0
  1197. package/dts/tables/TableFooter.d.ts.map +1 -0
  1198. package/dts/tables/TableHeader.d.ts +13 -0
  1199. package/dts/tables/TableHeader.d.ts.map +1 -0
  1200. package/dts/tables/TableRow.d.ts +53 -0
  1201. package/dts/tables/TableRow.d.ts.map +1 -0
  1202. package/dts/tables/TableSection.d.ts +14 -0
  1203. package/dts/tables/TableSection.d.ts.map +1 -0
  1204. package/dts/tables/__figma__/TableCell.figma.d.ts +2 -0
  1205. package/dts/tables/__figma__/TableCell.figma.d.ts.map +1 -0
  1206. package/dts/tables/__mocks__/assetHub.mock.d.ts +242 -0
  1207. package/dts/tables/__mocks__/assetHub.mock.d.ts.map +1 -0
  1208. package/dts/tables/__mocks__/index.d.ts +3 -0
  1209. package/dts/tables/__mocks__/index.d.ts.map +1 -0
  1210. package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts +1839 -0
  1211. package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts.map +1 -0
  1212. package/dts/tables/__stories__/Table.stories.d.ts +8 -0
  1213. package/dts/tables/__stories__/Table.stories.d.ts.map +1 -0
  1214. package/dts/tables/__stories__/TableCaption.stories.d.ts +5 -0
  1215. package/dts/tables/__stories__/TableCaption.stories.d.ts.map +1 -0
  1216. package/dts/tables/__stories__/TableCell.stories.d.ts +9 -0
  1217. package/dts/tables/__stories__/TableCell.stories.d.ts.map +1 -0
  1218. package/dts/tables/__stories__/TableCellFallback.stories.d.ts +5 -0
  1219. package/dts/tables/__stories__/TableCellFallback.stories.d.ts.map +1 -0
  1220. package/dts/tables/__stories__/TableInteractive.stories.d.ts +9 -0
  1221. package/dts/tables/__stories__/TableInteractive.stories.d.ts.map +1 -0
  1222. package/dts/tables/__stories__/TableRow.stories.d.ts +5 -0
  1223. package/dts/tables/__stories__/TableRow.stories.d.ts.map +1 -0
  1224. package/dts/tables/__stories__/TableSection.stories.d.ts +7 -0
  1225. package/dts/tables/__stories__/TableSection.stories.d.ts.map +1 -0
  1226. package/dts/tables/__tests__/Table.test.d.ts +2 -0
  1227. package/dts/tables/__tests__/Table.test.d.ts.map +1 -0
  1228. package/dts/tables/__tests__/TableCaption.test.d.ts +2 -0
  1229. package/dts/tables/__tests__/TableCaption.test.d.ts.map +1 -0
  1230. package/dts/tables/__tests__/TableCell.test.d.ts +2 -0
  1231. package/dts/tables/__tests__/TableCell.test.d.ts.map +1 -0
  1232. package/dts/tables/__tests__/TableCellFallback.test.d.ts +2 -0
  1233. package/dts/tables/__tests__/TableCellFallback.test.d.ts.map +1 -0
  1234. package/dts/tables/__tests__/TableCellSortIcon.test.d.ts +2 -0
  1235. package/dts/tables/__tests__/TableCellSortIcon.test.d.ts.map +1 -0
  1236. package/dts/tables/__tests__/TableFooter.test.d.ts +2 -0
  1237. package/dts/tables/__tests__/TableFooter.test.d.ts.map +1 -0
  1238. package/dts/tables/__tests__/TableHeader.test.d.ts +2 -0
  1239. package/dts/tables/__tests__/TableHeader.test.d.ts.map +1 -0
  1240. package/dts/tables/__tests__/TableRow.test.d.ts +2 -0
  1241. package/dts/tables/__tests__/TableRow.test.d.ts.map +1 -0
  1242. package/dts/tables/__tests__/TableSection.test.d.ts +2 -0
  1243. package/dts/tables/__tests__/TableSection.test.d.ts.map +1 -0
  1244. package/dts/tables/context/TableContext.d.ts +4 -0
  1245. package/dts/tables/context/TableContext.d.ts.map +1 -0
  1246. package/dts/tables/context/TableSectionContext.d.ts +6 -0
  1247. package/dts/tables/context/TableSectionContext.d.ts.map +1 -0
  1248. package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts +2 -0
  1249. package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts.map +1 -0
  1250. package/dts/tables/hooks/__tests__/useTable.test.d.ts +2 -0
  1251. package/dts/tables/hooks/__tests__/useTable.test.d.ts.map +1 -0
  1252. package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts +2 -0
  1253. package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts.map +1 -0
  1254. package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts +2 -0
  1255. package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts.map +1 -0
  1256. package/dts/tables/hooks/useSortableCell.d.ts +13 -0
  1257. package/dts/tables/hooks/useSortableCell.d.ts.map +1 -0
  1258. package/dts/tables/hooks/useTable.d.ts +27 -0
  1259. package/dts/tables/hooks/useTable.d.ts.map +1 -0
  1260. package/dts/tables/hooks/useTableRowListener.d.ts +4 -0
  1261. package/dts/tables/hooks/useTableRowListener.d.ts.map +1 -0
  1262. package/dts/tables/hooks/useTableVariant.d.ts +2 -0
  1263. package/dts/tables/hooks/useTableVariant.d.ts.map +1 -0
  1264. package/dts/tables/index.d.ts +9 -0
  1265. package/dts/tables/index.d.ts.map +1 -0
  1266. package/dts/tabs/Paddle.d.ts +24 -0
  1267. package/dts/tabs/Paddle.d.ts.map +1 -0
  1268. package/dts/tabs/SegmentedTab.d.ts +38 -0
  1269. package/dts/tabs/SegmentedTab.d.ts.map +1 -0
  1270. package/dts/tabs/SegmentedTabs.d.ts +9 -0
  1271. package/dts/tabs/SegmentedTabs.d.ts.map +1 -0
  1272. package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +4 -0
  1273. package/dts/tabs/SegmentedTabsActiveIndicator.d.ts.map +1 -0
  1274. package/dts/tabs/TabIndicator.d.ts +24 -0
  1275. package/dts/tabs/TabIndicator.d.ts.map +1 -0
  1276. package/dts/tabs/TabLabel.d.ts +18 -0
  1277. package/dts/tabs/TabLabel.d.ts.map +1 -0
  1278. package/dts/tabs/TabNavigation.d.ts +81 -0
  1279. package/dts/tabs/TabNavigation.d.ts.map +1 -0
  1280. package/dts/tabs/Tabs.d.ts +38 -0
  1281. package/dts/tabs/Tabs.d.ts.map +1 -0
  1282. package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +2 -0
  1283. package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts.map +1 -0
  1284. package/dts/tabs/__figma__/TabNavigation.figma.d.ts +2 -0
  1285. package/dts/tabs/__figma__/TabNavigation.figma.d.ts.map +1 -0
  1286. package/dts/tabs/__stories__/MockTabPanel.d.ts +6 -0
  1287. package/dts/tabs/__stories__/MockTabPanel.d.ts.map +1 -0
  1288. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +27 -0
  1289. package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +1 -0
  1290. package/dts/tabs/__stories__/TabIndicator.stories.d.ts +5 -0
  1291. package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +1 -0
  1292. package/dts/tabs/__stories__/TabLabel.stories.d.ts +5 -0
  1293. package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +1 -0
  1294. package/dts/tabs/__stories__/TabNavigation.stories.d.ts +13 -0
  1295. package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +1 -0
  1296. package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts +9 -0
  1297. package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts.map +1 -0
  1298. package/dts/tabs/__tests__/SegmentedTab.test.d.ts +2 -0
  1299. package/dts/tabs/__tests__/SegmentedTab.test.d.ts.map +1 -0
  1300. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts +2 -0
  1301. package/dts/tabs/__tests__/SegmentedTabs.test.d.ts.map +1 -0
  1302. package/dts/tabs/__tests__/TabIndicator.test.d.ts +2 -0
  1303. package/dts/tabs/__tests__/TabIndicator.test.d.ts.map +1 -0
  1304. package/dts/tabs/__tests__/TabNavigation.test.d.ts +2 -0
  1305. package/dts/tabs/__tests__/TabNavigation.test.d.ts.map +1 -0
  1306. package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +3726 -0
  1307. package/dts/tabs/hooks/useAnimateTabIndicator.d.ts.map +1 -0
  1308. package/dts/tabs/index.d.ts +8 -0
  1309. package/dts/tabs/index.d.ts.map +1 -0
  1310. package/dts/tag/Tag.d.ts +28 -0
  1311. package/dts/tag/Tag.d.ts.map +1 -0
  1312. package/dts/tag/__figma__/Tag.figma.d.ts +2 -0
  1313. package/dts/tag/__figma__/Tag.figma.d.ts.map +1 -0
  1314. package/dts/tag/__stories__/Tag.stories.d.ts +12 -0
  1315. package/dts/tag/__stories__/Tag.stories.d.ts.map +1 -0
  1316. package/dts/tag/__tests__/Tag.test.d.ts +2 -0
  1317. package/dts/tag/__tests__/Tag.test.d.ts.map +1 -0
  1318. package/dts/themes/coinbaseDenseTheme.d.ts +540 -0
  1319. package/dts/themes/coinbaseDenseTheme.d.ts.map +1 -0
  1320. package/dts/themes/coinbaseHighContrastTheme.d.ts +539 -0
  1321. package/dts/themes/coinbaseHighContrastTheme.d.ts.map +1 -0
  1322. package/dts/themes/coinbaseTheme.d.ts +539 -0
  1323. package/dts/themes/coinbaseTheme.d.ts.map +1 -0
  1324. package/dts/themes/defaultHighContrastTheme.d.ts +539 -0
  1325. package/dts/themes/defaultHighContrastTheme.d.ts.map +1 -0
  1326. package/dts/themes/defaultTheme.d.ts +539 -0
  1327. package/dts/themes/defaultTheme.d.ts.map +1 -0
  1328. package/dts/tour/DefaultTourMask.d.ts +4 -0
  1329. package/dts/tour/DefaultTourMask.d.ts.map +1 -0
  1330. package/dts/tour/DefaultTourStepArrow.d.ts +4 -0
  1331. package/dts/tour/DefaultTourStepArrow.d.ts.map +1 -0
  1332. package/dts/tour/Tour.d.ts +76 -0
  1333. package/dts/tour/Tour.d.ts.map +1 -0
  1334. package/dts/tour/TourStep.d.ts +14 -0
  1335. package/dts/tour/TourStep.d.ts.map +1 -0
  1336. package/dts/tour/__stories__/Tour.stories.d.ts +12 -0
  1337. package/dts/tour/__stories__/Tour.stories.d.ts.map +1 -0
  1338. package/dts/tour/__tests__/Tour.test.d.ts +2 -0
  1339. package/dts/tour/__tests__/Tour.test.d.ts.map +1 -0
  1340. package/dts/tour/index.d.ts +5 -0
  1341. package/dts/tour/index.d.ts.map +1 -0
  1342. package/dts/types.d.ts +2 -0
  1343. package/dts/types.d.ts.map +1 -0
  1344. package/dts/typography/Link.d.ts +28 -0
  1345. package/dts/typography/Link.d.ts.map +1 -0
  1346. package/dts/typography/Text.d.ts +51 -0
  1347. package/dts/typography/Text.d.ts.map +1 -0
  1348. package/dts/typography/TextBody.d.ts +11 -0
  1349. package/dts/typography/TextBody.d.ts.map +1 -0
  1350. package/dts/typography/TextCaption.d.ts +11 -0
  1351. package/dts/typography/TextCaption.d.ts.map +1 -0
  1352. package/dts/typography/TextDisplay1.d.ts +11 -0
  1353. package/dts/typography/TextDisplay1.d.ts.map +1 -0
  1354. package/dts/typography/TextDisplay2.d.ts +11 -0
  1355. package/dts/typography/TextDisplay2.d.ts.map +1 -0
  1356. package/dts/typography/TextDisplay3.d.ts +11 -0
  1357. package/dts/typography/TextDisplay3.d.ts.map +1 -0
  1358. package/dts/typography/TextHeadline.d.ts +11 -0
  1359. package/dts/typography/TextHeadline.d.ts.map +1 -0
  1360. package/dts/typography/TextInherited.d.ts +11 -0
  1361. package/dts/typography/TextInherited.d.ts.map +1 -0
  1362. package/dts/typography/TextLabel1.d.ts +11 -0
  1363. package/dts/typography/TextLabel1.d.ts.map +1 -0
  1364. package/dts/typography/TextLabel2.d.ts +11 -0
  1365. package/dts/typography/TextLabel2.d.ts.map +1 -0
  1366. package/dts/typography/TextLegal.d.ts +11 -0
  1367. package/dts/typography/TextLegal.d.ts.map +1 -0
  1368. package/dts/typography/TextTitle1.d.ts +11 -0
  1369. package/dts/typography/TextTitle1.d.ts.map +1 -0
  1370. package/dts/typography/TextTitle2.d.ts +11 -0
  1371. package/dts/typography/TextTitle2.d.ts.map +1 -0
  1372. package/dts/typography/TextTitle3.d.ts +11 -0
  1373. package/dts/typography/TextTitle3.d.ts.map +1 -0
  1374. package/dts/typography/TextTitle4.d.ts +11 -0
  1375. package/dts/typography/TextTitle4.d.ts.map +1 -0
  1376. package/dts/typography/__figma__/Link.figma.d.ts +2 -0
  1377. package/dts/typography/__figma__/Link.figma.d.ts.map +1 -0
  1378. package/dts/typography/__stories__/Link.stories.d.ts +20 -0
  1379. package/dts/typography/__stories__/Link.stories.d.ts.map +1 -0
  1380. package/dts/typography/__stories__/Text.stories.d.ts +33 -0
  1381. package/dts/typography/__stories__/Text.stories.d.ts.map +1 -0
  1382. package/dts/typography/__tests__/Link.perf-test.d.ts +2 -0
  1383. package/dts/typography/__tests__/Link.perf-test.d.ts.map +1 -0
  1384. package/dts/typography/__tests__/Link.test.d.ts +2 -0
  1385. package/dts/typography/__tests__/Link.test.d.ts.map +1 -0
  1386. package/dts/typography/__tests__/Text.test.d.ts +2 -0
  1387. package/dts/typography/__tests__/Text.test.d.ts.map +1 -0
  1388. package/dts/typography/index.d.ts +17 -0
  1389. package/dts/typography/index.d.ts.map +1 -0
  1390. package/dts/utils/__tests__/browser.test.d.ts +2 -0
  1391. package/dts/utils/__tests__/browser.test.d.ts.map +1 -0
  1392. package/dts/utils/__tests__/eventHandler.test.d.ts +2 -0
  1393. package/dts/utils/__tests__/eventHandler.test.d.ts.map +1 -0
  1394. package/dts/utils/__tests__/eventHandlers.test.d.ts +2 -0
  1395. package/dts/utils/__tests__/eventHandlers.test.d.ts.map +1 -0
  1396. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts +2 -0
  1397. package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts.map +1 -0
  1398. package/dts/utils/__tests__/isRtl.test.d.ts +2 -0
  1399. package/dts/utils/__tests__/isRtl.test.d.ts.map +1 -0
  1400. package/dts/utils/__tests__/mediaQueryListener.test.d.ts +2 -0
  1401. package/dts/utils/__tests__/mediaQueryListener.test.d.ts.map +1 -0
  1402. package/dts/utils/browser.d.ts +19 -0
  1403. package/dts/utils/browser.d.ts.map +1 -0
  1404. package/dts/utils/eventHandlers.d.ts +2 -0
  1405. package/dts/utils/eventHandlers.d.ts.map +1 -0
  1406. package/dts/utils/flattenAndJoinNodes.d.ts +10 -0
  1407. package/dts/utils/flattenAndJoinNodes.d.ts.map +1 -0
  1408. package/dts/utils/isRtl.d.ts +2 -0
  1409. package/dts/utils/isRtl.d.ts.map +1 -0
  1410. package/dts/utils/mediaQueryListener.d.ts +5 -0
  1411. package/dts/utils/mediaQueryListener.d.ts.map +1 -0
  1412. package/dts/utils/storybook.d.ts +6 -0
  1413. package/dts/utils/storybook.d.ts.map +1 -0
  1414. package/dts/utils/test.d.ts +13 -0
  1415. package/dts/utils/test.d.ts.map +1 -0
  1416. package/dts/visualizations/Counter.d.ts +13 -0
  1417. package/dts/visualizations/Counter.d.ts.map +1 -0
  1418. package/dts/visualizations/DefaultProgressCircleContent.d.ts +4 -0
  1419. package/dts/visualizations/DefaultProgressCircleContent.d.ts.map +1 -0
  1420. package/dts/visualizations/ProgressBar.d.ts +128 -0
  1421. package/dts/visualizations/ProgressBar.d.ts.map +1 -0
  1422. package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +83 -0
  1423. package/dts/visualizations/ProgressBarWithFixedLabels.d.ts.map +1 -0
  1424. package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +58 -0
  1425. package/dts/visualizations/ProgressBarWithFloatLabel.d.ts.map +1 -0
  1426. package/dts/visualizations/ProgressCircle.d.ts +165 -0
  1427. package/dts/visualizations/ProgressCircle.d.ts.map +1 -0
  1428. package/dts/visualizations/ProgressContainerWithButtons.d.ts +3 -0
  1429. package/dts/visualizations/ProgressContainerWithButtons.d.ts.map +1 -0
  1430. package/dts/visualizations/ProgressTextLabel.d.ts +18 -0
  1431. package/dts/visualizations/ProgressTextLabel.d.ts.map +1 -0
  1432. package/dts/visualizations/VisualizationContainer.d.ts +16 -0
  1433. package/dts/visualizations/VisualizationContainer.d.ts.map +1 -0
  1434. package/dts/visualizations/__figma__/ProgressBar.figma.d.ts +2 -0
  1435. package/dts/visualizations/__figma__/ProgressBar.figma.d.ts.map +1 -0
  1436. package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts +2 -0
  1437. package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts.map +1 -0
  1438. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +158 -0
  1439. package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +1 -0
  1440. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +65 -0
  1441. package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts.map +1 -0
  1442. package/dts/visualizations/__tests__/ProgressBar.test.d.ts +2 -0
  1443. package/dts/visualizations/__tests__/ProgressBar.test.d.ts.map +1 -0
  1444. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts +2 -0
  1445. package/dts/visualizations/__tests__/ProgressCircle.test.d.ts.map +1 -0
  1446. package/dts/visualizations/getProgressBarLabelParts.d.ts +12 -0
  1447. package/dts/visualizations/getProgressBarLabelParts.d.ts.map +1 -0
  1448. package/dts/visualizations/index.d.ts +8 -0
  1449. package/dts/visualizations/index.d.ts.map +1 -0
  1450. package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.css +1 -0
  1451. package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.js +46 -0
  1452. package/esm/accordion/Accordion.js +35 -0
  1453. package/esm/accordion/AccordionHeader.css +3 -0
  1454. package/esm/accordion/AccordionHeader.js +125 -0
  1455. package/esm/accordion/AccordionItem.js +53 -0
  1456. package/esm/accordion/AccordionPanel.js +36 -0
  1457. package/esm/accordion/__figma__/Accordion.figma.js +47 -0
  1458. package/esm/accordion/index.js +2 -0
  1459. package/esm/accordion/utils.js +2 -0
  1460. package/esm/animation/Lottie.css +1 -0
  1461. package/esm/animation/Lottie.js +83 -0
  1462. package/esm/animation/LottieStatusAnimation.js +41 -0
  1463. package/esm/animation/NewAnimatePresence.js +5 -0
  1464. package/esm/animation/convertMotionConfig.js +35 -0
  1465. package/esm/animation/index.js +2 -0
  1466. package/esm/animation/types.js +1 -0
  1467. package/esm/animation/useLottieHandlers.js +15 -0
  1468. package/esm/animation/useLottieListeners.js +24 -0
  1469. package/esm/animation/useLottieLoader.js +94 -0
  1470. package/esm/banner/Banner.css +1 -0
  1471. package/esm/banner/Banner.js +226 -0
  1472. package/esm/buttons/AvatarButton.css +1 -0
  1473. package/esm/buttons/AvatarButton.js +55 -0
  1474. package/esm/buttons/Button.css +13 -0
  1475. package/esm/buttons/Button.js +136 -0
  1476. package/esm/buttons/ButtonGroup.css +3 -0
  1477. package/esm/buttons/ButtonGroup.js +34 -0
  1478. package/esm/buttons/IconButton.css +4 -0
  1479. package/esm/buttons/IconButton.js +94 -0
  1480. package/esm/buttons/IconCounterButton.js +50 -0
  1481. package/esm/buttons/Tile.css +2 -0
  1482. package/esm/buttons/Tile.js +56 -0
  1483. package/esm/buttons/TileButton.js +58 -0
  1484. package/esm/buttons/__figma__/AvatarButton.figma.js +30 -0
  1485. package/esm/buttons/__figma__/Button.figma.js +63 -0
  1486. package/esm/buttons/__figma__/ButtonGroup.figma.js +54 -0
  1487. package/esm/buttons/__figma__/IconButton.figma.js +35 -0
  1488. package/esm/buttons/__figma__/TileButton.figma.js +29 -0
  1489. package/esm/buttons/index.js +6 -0
  1490. package/esm/cards/AnnouncementCard.js +45 -0
  1491. package/esm/cards/Card.js +97 -0
  1492. package/esm/cards/CardBody.js +162 -0
  1493. package/esm/cards/CardFooter.js +28 -0
  1494. package/esm/cards/CardGroup.js +30 -0
  1495. package/esm/cards/CardHeader.js +43 -0
  1496. package/esm/cards/CardMedia.js +55 -0
  1497. package/esm/cards/CardRemoteImage.js +26 -0
  1498. package/esm/cards/ContainedAssetCard.css +2 -0
  1499. package/esm/cards/ContainedAssetCard.js +96 -0
  1500. package/esm/cards/ContentCard/ContentCard.js +38 -0
  1501. package/esm/cards/ContentCard/ContentCardBody.js +59 -0
  1502. package/esm/cards/ContentCard/ContentCardFooter.js +29 -0
  1503. package/esm/cards/ContentCard/ContentCardHeader.js +57 -0
  1504. package/esm/cards/ContentCard/__figma__/ContentCard.figma.js +37 -0
  1505. package/esm/cards/ContentCard/__figma__/ContentCardBody.figma.js +55 -0
  1506. package/esm/cards/ContentCard/__figma__/ContentCardFooter.figma.js +150 -0
  1507. package/esm/cards/ContentCard/__figma__/ContentCardHeader.figma.js +29 -0
  1508. package/esm/cards/ContentCard/index.js +4 -0
  1509. package/esm/cards/DataCard.js +72 -0
  1510. package/esm/cards/FeatureEntryCard.js +42 -0
  1511. package/esm/cards/FeedCard.js +104 -0
  1512. package/esm/cards/FloatingAssetCard.css +2 -0
  1513. package/esm/cards/FloatingAssetCard.js +76 -0
  1514. package/esm/cards/LikeButton.js +62 -0
  1515. package/esm/cards/NudgeCard.css +2 -0
  1516. package/esm/cards/NudgeCard.js +162 -0
  1517. package/esm/cards/UpsellCard.js +99 -0
  1518. package/esm/cards/__figma__/AnnouncementCard.figma.js +19 -0
  1519. package/esm/cards/__figma__/ContainedAssetCard.figma.js +45 -0
  1520. package/esm/cards/__figma__/FloatingAssetCard.figma.js +36 -0
  1521. package/esm/cards/__figma__/NudgeCard.figma.js +60 -0
  1522. package/esm/cards/__figma__/UpsellCard.figma.js +57 -0
  1523. package/esm/cards/index.js +17 -0
  1524. package/esm/carousel/Carousel.css +1 -0
  1525. package/esm/carousel/Carousel.js +424 -0
  1526. package/esm/carousel/CarouselItem.js +52 -0
  1527. package/esm/carousel/DefaultCarouselNavigation.css +1 -0
  1528. package/esm/carousel/DefaultCarouselNavigation.js +60 -0
  1529. package/esm/carousel/DefaultCarouselPagination.css +2 -0
  1530. package/esm/carousel/DefaultCarouselPagination.js +119 -0
  1531. package/esm/carousel/index.js +4 -0
  1532. package/esm/cells/Cell.css +4 -0
  1533. package/esm/cells/Cell.js +201 -0
  1534. package/esm/cells/CellAccessory.js +50 -0
  1535. package/esm/cells/CellDetail.js +34 -0
  1536. package/esm/cells/CellHelperText.js +40 -0
  1537. package/esm/cells/CellMedia.js +54 -0
  1538. package/esm/cells/ContentCell.css +2 -0
  1539. package/esm/cells/ContentCell.js +111 -0
  1540. package/esm/cells/ContentCellFallback.js +69 -0
  1541. package/esm/cells/ListCell.css +1 -0
  1542. package/esm/cells/ListCell.js +102 -0
  1543. package/esm/cells/ListCellFallback.js +127 -0
  1544. package/esm/cells/MediaFallback.js +24 -0
  1545. package/esm/cells/__figma__/ContentCell.figma.js +40 -0
  1546. package/esm/cells/__figma__/ListCell.figma.js +79 -0
  1547. package/esm/cells/index.js +6 -0
  1548. package/esm/chips/Chip.css +2 -0
  1549. package/esm/chips/Chip.js +79 -0
  1550. package/esm/chips/ChipProps.js +1 -0
  1551. package/esm/chips/InputChip.js +33 -0
  1552. package/esm/chips/SelectChip.js +94 -0
  1553. package/esm/chips/TabbedChips.css +1 -0
  1554. package/esm/chips/TabbedChips.js +156 -0
  1555. package/esm/chips/__figma__/InputChip.figma.js +29 -0
  1556. package/esm/chips/__figma__/SelectChip.figma.js +47 -0
  1557. package/esm/chips/__figma__/TabbedChips.figma.js +55 -0
  1558. package/esm/chips/index.js +5 -0
  1559. package/esm/coachmark/Coachmark.js +73 -0
  1560. package/esm/coachmark/__figma__/Coachmark.figma.js +49 -0
  1561. package/esm/collapsible/Collapsible.js +99 -0
  1562. package/esm/collapsible/index.js +1 -0
  1563. package/esm/collapsible/useCollapsibleMotionProps.js +34 -0
  1564. package/esm/controls/Checkbox.css +1 -0
  1565. package/esm/controls/Checkbox.js +84 -0
  1566. package/esm/controls/CheckboxCell.css +1 -0
  1567. package/esm/controls/CheckboxCell.js +120 -0
  1568. package/esm/controls/CheckboxGroup.css +1 -0
  1569. package/esm/controls/CheckboxGroup.js +112 -0
  1570. package/esm/controls/Control.css +3 -0
  1571. package/esm/controls/Control.js +118 -0
  1572. package/esm/controls/ControlGroup.css +1 -0
  1573. package/esm/controls/ControlGroup.js +72 -0
  1574. package/esm/controls/HelperText.css +1 -0
  1575. package/esm/controls/HelperText.js +49 -0
  1576. package/esm/controls/InputIcon.js +41 -0
  1577. package/esm/controls/InputIconButton.js +41 -0
  1578. package/esm/controls/InputLabel.js +26 -0
  1579. package/esm/controls/InputStack.css +3 -0
  1580. package/esm/controls/InputStack.js +137 -0
  1581. package/esm/controls/NativeInput.css +3 -0
  1582. package/esm/controls/NativeInput.js +56 -0
  1583. package/esm/controls/NativeTextArea.css +2 -0
  1584. package/esm/controls/NativeTextArea.js +46 -0
  1585. package/esm/controls/Radio.css +1 -0
  1586. package/esm/controls/Radio.js +84 -0
  1587. package/esm/controls/RadioCell.css +1 -0
  1588. package/esm/controls/RadioCell.js +118 -0
  1589. package/esm/controls/RadioGroup.js +85 -0
  1590. package/esm/controls/SearchInput.css +2 -0
  1591. package/esm/controls/SearchInput.js +90 -0
  1592. package/esm/controls/SegmentedControl.css +6 -0
  1593. package/esm/controls/SegmentedControl.js +109 -0
  1594. package/esm/controls/Select.js +94 -0
  1595. package/esm/controls/SelectOption.css +5 -0
  1596. package/esm/controls/SelectOption.js +106 -0
  1597. package/esm/controls/SelectStack.js +64 -0
  1598. package/esm/controls/SelectTrigger.css +1 -0
  1599. package/esm/controls/SelectTrigger.js +133 -0
  1600. package/esm/controls/Switch.css +2 -0
  1601. package/esm/controls/Switch.js +88 -0
  1602. package/esm/controls/TextInput.css +3 -0
  1603. package/esm/controls/TextInput.js +206 -0
  1604. package/esm/controls/__figma__/Checkbox.figma.js +32 -0
  1605. package/esm/controls/__figma__/CheckboxCell.figma.js +43 -0
  1606. package/esm/controls/__figma__/CheckboxGroup.figma.js +27 -0
  1607. package/esm/controls/__figma__/NativeTextArea.figma.js +30 -0
  1608. package/esm/controls/__figma__/RadioCell.figma.js +43 -0
  1609. package/esm/controls/__figma__/RadioGroup.figma.js +47 -0
  1610. package/esm/controls/__figma__/SearchInput.figma.js +44 -0
  1611. package/esm/controls/__figma__/Select.figma.js +47 -0
  1612. package/esm/controls/__figma__/SelectOption.figma.js +38 -0
  1613. package/esm/controls/__figma__/Switch.figma.js +20 -0
  1614. package/esm/controls/__figma__/TextInput.figma.js +130 -0
  1615. package/esm/controls/context.js +3 -0
  1616. package/esm/controls/index.js +15 -0
  1617. package/esm/controls/selectContext.js +9 -0
  1618. package/esm/controls/useHandleRadioSelect.js +6 -0
  1619. package/esm/controls/useRefocusTrigger.js +19 -0
  1620. package/esm/controls/useSelectionCellControlHeight.js +35 -0
  1621. package/esm/core/createThemeCssVars.js +33 -0
  1622. package/esm/core/polymorphism.js +6 -0
  1623. package/esm/core/theme.js +26 -0
  1624. package/esm/cx.js +49 -0
  1625. package/esm/dates/Calendar.css +1 -0
  1626. package/esm/dates/Calendar.js +271 -0
  1627. package/esm/dates/DateInput.js +108 -0
  1628. package/esm/dates/DatePicker.js +188 -0
  1629. package/esm/dates/__figma__/DatePicker.figma.js +46 -0
  1630. package/esm/defaultFontStyles.js +1 -0
  1631. package/esm/dots/DotCount.css +2 -0
  1632. package/esm/dots/DotCount.js +84 -0
  1633. package/esm/dots/DotStatusColor.css +1 -0
  1634. package/esm/dots/DotStatusColor.js +60 -0
  1635. package/esm/dots/DotSymbol.css +3 -0
  1636. package/esm/dots/DotSymbol.js +86 -0
  1637. package/esm/dots/__figma__/DotCount.figma.js +19 -0
  1638. package/esm/dots/__figma__/DotStatusColor.figma.js +27 -0
  1639. package/esm/dots/__figma__/DotSymbol.figma.js +49 -0
  1640. package/esm/dots/dotStyles.js +31 -0
  1641. package/esm/dots/index.js +3 -0
  1642. package/esm/dropdown/Dropdown.js +213 -0
  1643. package/esm/dropdown/DropdownContent.js +51 -0
  1644. package/esm/dropdown/DropdownProps.js +1 -0
  1645. package/esm/dropdown/MenuItem.css +1 -0
  1646. package/esm/dropdown/MenuItem.js +51 -0
  1647. package/esm/dropdown/__figma__/Dropdown.figma.js +20 -0
  1648. package/esm/dropdown/index.js +3 -0
  1649. package/esm/dropdown/useResponsiveHeight.js +74 -0
  1650. package/esm/globalStyles.js +1 -0
  1651. package/esm/hooks/useA11yControlledVisibility.js +27 -0
  1652. package/esm/hooks/useA11yLabels.js +51 -0
  1653. package/esm/hooks/useBreakpoints.js +79 -0
  1654. package/esm/hooks/useCellSpacing.js +31 -0
  1655. package/esm/hooks/useCheckboxGroupState.js +43 -0
  1656. package/esm/hooks/useDimensions.js +169 -0
  1657. package/esm/hooks/useEventHandler.js +6 -0
  1658. package/esm/hooks/useHasMounted.js +8 -0
  1659. package/esm/hooks/useIsBrowser.js +8 -0
  1660. package/esm/hooks/useIsoEffect.js +3 -0
  1661. package/esm/hooks/useMediaQuery.js +20 -0
  1662. package/esm/hooks/useScrollBlocker.js +32 -0
  1663. package/esm/hooks/useTheme.js +9 -0
  1664. package/esm/hooks/useThemeContext.js +13 -0
  1665. package/esm/icons/Icon.css +5 -0
  1666. package/esm/icons/Icon.js +83 -0
  1667. package/esm/icons/LogoMark.css +2 -0
  1668. package/esm/icons/LogoMark.js +43 -0
  1669. package/esm/icons/LogoWordmark.css +2 -0
  1670. package/esm/icons/LogoWordmark.js +39 -0
  1671. package/esm/icons/SubBrandLogoMark.css +2 -0
  1672. package/esm/icons/SubBrandLogoMark.js +49 -0
  1673. package/esm/icons/SubBrandLogoWordmark.css +2 -0
  1674. package/esm/icons/SubBrandLogoWordmark.js +52 -0
  1675. package/esm/icons/__figma__/Icon.figma.js +3000 -0
  1676. package/esm/icons/__figma__/LogoMark.figma.js +23 -0
  1677. package/esm/icons/__figma__/LogoWordmark.figma.js +35 -0
  1678. package/esm/icons/__figma__/SubBrandLogoMark.figma.js +51 -0
  1679. package/esm/icons/__figma__/SubBrandLogoWordmark.figma.js +52 -0
  1680. package/esm/icons/index.js +5 -0
  1681. package/esm/illustrations/HeroSquare.js +3 -0
  1682. package/esm/illustrations/Pictogram.js +3 -0
  1683. package/esm/illustrations/SpotIcon.js +3 -0
  1684. package/esm/illustrations/SpotRectangle.js +3 -0
  1685. package/esm/illustrations/SpotSquare.js +3 -0
  1686. package/esm/illustrations/__figma__/HeroSquare.figma.js +2103 -0
  1687. package/esm/illustrations/__figma__/Pictogram.figma.js +1773 -0
  1688. package/esm/illustrations/__figma__/SpotIcon.figma.js +339 -0
  1689. package/esm/illustrations/__figma__/SpotRectangle.figma.js +1101 -0
  1690. package/esm/illustrations/__figma__/SpotSquare.figma.js +1191 -0
  1691. package/esm/illustrations/createIllustration.js +53 -0
  1692. package/esm/illustrations/index.js +5 -0
  1693. package/esm/index.js +6 -0
  1694. package/esm/layout/Box.js +239 -0
  1695. package/esm/layout/Divider.css +2 -0
  1696. package/esm/layout/Divider.js +39 -0
  1697. package/esm/layout/Fallback.css +1 -0
  1698. package/esm/layout/Fallback.js +83 -0
  1699. package/esm/layout/Grid.js +40 -0
  1700. package/esm/layout/GridColumn.js +32 -0
  1701. package/esm/layout/Group.js +68 -0
  1702. package/esm/layout/HStack.js +26 -0
  1703. package/esm/layout/Spacer.js +45 -0
  1704. package/esm/layout/VStack.js +26 -0
  1705. package/esm/layout/__figma__/Divider.figma.js +31 -0
  1706. package/esm/layout/__figma__/Fallback.figma.js +25 -0
  1707. package/esm/layout/index.js +9 -0
  1708. package/esm/loaders/CircularProgress.js +51 -0
  1709. package/esm/loaders/MaterialSpinner.css +1 -0
  1710. package/esm/loaders/MaterialSpinner.js +68 -0
  1711. package/esm/loaders/Spinner.css +2 -0
  1712. package/esm/loaders/Spinner.js +45 -0
  1713. package/esm/loaders/index.js +1 -0
  1714. package/esm/media/Avatar.css +5 -0
  1715. package/esm/media/Avatar.js +130 -0
  1716. package/esm/media/Hexagon.css +1 -0
  1717. package/esm/media/Hexagon.js +158 -0
  1718. package/esm/media/RemoteImage.css +10 -0
  1719. package/esm/media/RemoteImage.js +63 -0
  1720. package/esm/media/RemoteImageGroup.css +5 -0
  1721. package/esm/media/RemoteImageGroup.js +93 -0
  1722. package/esm/media/__figma__/Avatar.figma.js +61 -0
  1723. package/esm/media/index.js +3 -0
  1724. package/esm/motion/AnimatedCaret.js +72 -0
  1725. package/esm/motion/ColorSurge.js +46 -0
  1726. package/esm/motion/Pulse.js +60 -0
  1727. package/esm/motion/Shake.js +31 -0
  1728. package/esm/motion/types.js +1 -0
  1729. package/esm/motion/useMotionProps.js +46 -0
  1730. package/esm/motion/utils.js +80 -0
  1731. package/esm/multi-content-module/MultiContentModule.js +81 -0
  1732. package/esm/multi-content-module/__figma__/MultiContentModule.figma.js +39 -0
  1733. package/esm/navigation/NavLink.css +1 -0
  1734. package/esm/navigation/NavLink.js +29 -0
  1735. package/esm/navigation/NavigationBar.js +73 -0
  1736. package/esm/navigation/NavigationTitle.js +24 -0
  1737. package/esm/navigation/NavigationTitleSelect.js +81 -0
  1738. package/esm/navigation/Sidebar.css +3 -0
  1739. package/esm/navigation/Sidebar.js +122 -0
  1740. package/esm/navigation/SidebarContext.js +10 -0
  1741. package/esm/navigation/SidebarItem.css +1 -0
  1742. package/esm/navigation/SidebarItem.js +87 -0
  1743. package/esm/navigation/SidebarMoreMenu.js +85 -0
  1744. package/esm/navigation/__figma__/NavLink.figma.js +58 -0
  1745. package/esm/navigation/__figma__/NavigationBar.figma.js +284 -0
  1746. package/esm/navigation/__figma__/NavigationTitle.figma.js +18 -0
  1747. package/esm/navigation/__figma__/Sidebar.figma.js +40 -0
  1748. package/esm/navigation/__figma__/SidebarItem.figma.js +25 -0
  1749. package/esm/navigation/index.js +7 -0
  1750. package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.css +1 -0
  1751. package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.js +37 -0
  1752. package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.css +5 -0
  1753. package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.js +83 -0
  1754. package/esm/numbers/RollingNumber/DefaultRollingNumberMask.css +1 -0
  1755. package/esm/numbers/RollingNumber/DefaultRollingNumberMask.js +31 -0
  1756. package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.css +1 -0
  1757. package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.js +35 -0
  1758. package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.css +1 -0
  1759. package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.js +90 -0
  1760. package/esm/numbers/RollingNumber/RollingNumber.css +3 -0
  1761. package/esm/numbers/RollingNumber/RollingNumber.js +261 -0
  1762. package/esm/numbers/RollingNumber/index.js +6 -0
  1763. package/esm/numbers/RollingNumber/useColorPulse.js +35 -0
  1764. package/esm/numbers/index.js +1 -0
  1765. package/esm/overlays/Alert.js +146 -0
  1766. package/esm/overlays/FocusTrap.js +201 -0
  1767. package/esm/overlays/FullscreenAlert.css +3 -0
  1768. package/esm/overlays/FullscreenAlert.js +96 -0
  1769. package/esm/overlays/Portal.js +24 -0
  1770. package/esm/overlays/PortalProvider.js +109 -0
  1771. package/esm/overlays/Toast.css +2 -0
  1772. package/esm/overlays/Toast.js +135 -0
  1773. package/esm/overlays/__figma__/Alert.figma.js +37 -0
  1774. package/esm/overlays/__figma__/Toast.figma.js +51 -0
  1775. package/esm/overlays/index.js +17 -0
  1776. package/esm/overlays/modal/FullscreenModal.css +5 -0
  1777. package/esm/overlays/modal/FullscreenModal.js +103 -0
  1778. package/esm/overlays/modal/FullscreenModalHeader.css +2 -0
  1779. package/esm/overlays/modal/FullscreenModalHeader.js +74 -0
  1780. package/esm/overlays/modal/FullscreenModalLayout.css +1 -0
  1781. package/esm/overlays/modal/FullscreenModalLayout.js +74 -0
  1782. package/esm/overlays/modal/Modal.css +3 -0
  1783. package/esm/overlays/modal/Modal.js +134 -0
  1784. package/esm/overlays/modal/ModalBody.js +38 -0
  1785. package/esm/overlays/modal/ModalFooter.css +1 -0
  1786. package/esm/overlays/modal/ModalFooter.js +46 -0
  1787. package/esm/overlays/modal/ModalHeader.js +83 -0
  1788. package/esm/overlays/modal/ModalWrapper.css +1 -0
  1789. package/esm/overlays/modal/ModalWrapper.js +77 -0
  1790. package/esm/overlays/modal/__figma__/FullscreenModal.figma.css +1 -0
  1791. package/esm/overlays/modal/__figma__/FullscreenModal.figma.js +104 -0
  1792. package/esm/overlays/modal/__figma__/Modal.figma.js +81 -0
  1793. package/esm/overlays/overlay/Overlay.js +21 -0
  1794. package/esm/overlays/overlay/OverlayContent.js +38 -0
  1795. package/esm/overlays/popover/Popover.css +2 -0
  1796. package/esm/overlays/popover/Popover.js +147 -0
  1797. package/esm/overlays/popover/PopoverProps.js +1 -0
  1798. package/esm/overlays/popover/usePopper.js +40 -0
  1799. package/esm/overlays/tooltip/Tooltip.js +87 -0
  1800. package/esm/overlays/tooltip/TooltipContent.css +1 -0
  1801. package/esm/overlays/tooltip/TooltipContent.js +65 -0
  1802. package/esm/overlays/tooltip/TooltipProps.js +1 -0
  1803. package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +91 -0
  1804. package/esm/overlays/tooltip/useTooltipState.js +27 -0
  1805. package/esm/overlays/tray/Tray.js +208 -0
  1806. package/esm/overlays/useModal.js +6 -0
  1807. package/esm/overlays/usePortal.js +2 -0
  1808. package/esm/overlays/useToast.js +44 -0
  1809. package/esm/page/PageFooter.js +43 -0
  1810. package/esm/page/PageHeader.css +2 -0
  1811. package/esm/page/PageHeader.js +131 -0
  1812. package/esm/page/__figma__/PageFooter.figma.js +17 -0
  1813. package/esm/page/__figma__/PageHeader.figma.js +57 -0
  1814. package/esm/pagination/DefaultPaginationEllipsis.js +16 -0
  1815. package/esm/pagination/DefaultPaginationNavigationButton.js +30 -0
  1816. package/esm/pagination/DefaultPaginationNavigationTextButton.js +35 -0
  1817. package/esm/pagination/DefaultPaginationPageButton.css +1 -0
  1818. package/esm/pagination/DefaultPaginationPageButton.js +41 -0
  1819. package/esm/pagination/Pagination.js +141 -0
  1820. package/esm/pagination/__figma__/Pagination.figma.js +22 -0
  1821. package/esm/pagination/usePagination.js +122 -0
  1822. package/esm/section-header/SectionHeader.js +70 -0
  1823. package/esm/section-header/__figma__/SectionHeader.figma.js +58 -0
  1824. package/esm/stepper/DefaultStepperHeaderHorizontal.js +87 -0
  1825. package/esm/stepper/DefaultStepperIconVertical.js +51 -0
  1826. package/esm/stepper/DefaultStepperLabelHorizontal.js +114 -0
  1827. package/esm/stepper/DefaultStepperLabelVertical.js +72 -0
  1828. package/esm/stepper/DefaultStepperProgressHorizontal.js +65 -0
  1829. package/esm/stepper/DefaultStepperProgressVertical.js +111 -0
  1830. package/esm/stepper/DefaultStepperStepHorizontal.js +173 -0
  1831. package/esm/stepper/DefaultStepperStepVertical.js +179 -0
  1832. package/esm/stepper/DefaultStepperSubstepContainerHorizontal.js +37 -0
  1833. package/esm/stepper/DefaultStepperSubstepContainerVertical.js +35 -0
  1834. package/esm/stepper/Stepper.js +238 -0
  1835. package/esm/stepper/index.js +13 -0
  1836. package/esm/styles/booleanStyles.css +12 -0
  1837. package/esm/styles/booleanStyles.js +25 -0
  1838. package/esm/styles/config.js +47 -0
  1839. package/esm/styles/defaultFont.css +1 -0
  1840. package/esm/styles/defaultFont.js +3 -0
  1841. package/esm/styles/global.css +1 -0
  1842. package/esm/styles/global.js +3 -0
  1843. package/esm/styles/media.js +21 -0
  1844. package/esm/styles/responsive/base.css +659 -0
  1845. package/esm/styles/responsive/base.js +786 -0
  1846. package/esm/styles/responsive/desktop.css +659 -0
  1847. package/esm/styles/responsive/desktop.js +787 -0
  1848. package/esm/styles/responsive/phone.css +659 -0
  1849. package/esm/styles/responsive/phone.js +787 -0
  1850. package/esm/styles/responsive/tablet.css +659 -0
  1851. package/esm/styles/responsive/tablet.js +787 -0
  1852. package/esm/styles/styleProps.js +187 -0
  1853. package/esm/system/BrowserOnly.js +13 -0
  1854. package/esm/system/ButtonOrLink.css +1 -0
  1855. package/esm/system/ButtonOrLink.js +167 -0
  1856. package/esm/system/EventHandlerProvider.js +7 -0
  1857. package/esm/system/FramerMotionProvider.js +14 -0
  1858. package/esm/system/Interactable.css +4 -0
  1859. package/esm/system/Interactable.js +114 -0
  1860. package/esm/system/MediaQueryProvider.js +164 -0
  1861. package/esm/system/Pressable.css +3 -0
  1862. package/esm/system/Pressable.js +148 -0
  1863. package/esm/system/PressableOpacity.js +33 -0
  1864. package/esm/system/ThemeProvider.js +87 -0
  1865. package/esm/system/index.js +6 -0
  1866. package/esm/system/interactableCSSProperties.js +14 -0
  1867. package/esm/system/reakit-utils.js +151 -0
  1868. package/esm/tables/Table.css +7 -0
  1869. package/esm/tables/Table.js +76 -0
  1870. package/esm/tables/TableBody.js +25 -0
  1871. package/esm/tables/TableCaption.js +68 -0
  1872. package/esm/tables/TableCell.css +5 -0
  1873. package/esm/tables/TableCell.js +187 -0
  1874. package/esm/tables/TableCellFallback.css +1 -0
  1875. package/esm/tables/TableCellFallback.js +79 -0
  1876. package/esm/tables/TableCellSortIcon.js +37 -0
  1877. package/esm/tables/TableFooter.js +25 -0
  1878. package/esm/tables/TableHeader.css +1 -0
  1879. package/esm/tables/TableHeader.js +32 -0
  1880. package/esm/tables/TableRow.css +2 -0
  1881. package/esm/tables/TableRow.js +68 -0
  1882. package/esm/tables/TableSection.js +41 -0
  1883. package/esm/tables/__figma__/TableCell.figma.js +116 -0
  1884. package/esm/tables/context/TableContext.js +5 -0
  1885. package/esm/tables/context/TableSectionContext.js +2 -0
  1886. package/esm/tables/hooks/useSortableCell.js +21 -0
  1887. package/esm/tables/hooks/useTable.js +77 -0
  1888. package/esm/tables/hooks/useTableRowListener.js +25 -0
  1889. package/esm/tables/hooks/useTableVariant.js +7 -0
  1890. package/esm/tables/index.js +8 -0
  1891. package/esm/tabs/Paddle.css +7 -0
  1892. package/esm/tabs/Paddle.js +87 -0
  1893. package/esm/tabs/SegmentedTab.css +4 -0
  1894. package/esm/tabs/SegmentedTab.js +78 -0
  1895. package/esm/tabs/SegmentedTabs.js +34 -0
  1896. package/esm/tabs/SegmentedTabsActiveIndicator.js +20 -0
  1897. package/esm/tabs/TabIndicator.js +55 -0
  1898. package/esm/tabs/TabLabel.css +3 -0
  1899. package/esm/tabs/TabLabel.js +125 -0
  1900. package/esm/tabs/TabNavigation.css +5 -0
  1901. package/esm/tabs/TabNavigation.js +319 -0
  1902. package/esm/tabs/Tabs.js +142 -0
  1903. package/esm/tabs/__figma__/SegmentedTabs.figma.js +82 -0
  1904. package/esm/tabs/__figma__/TabNavigation.figma.js +82 -0
  1905. package/esm/tabs/hooks/useAnimateTabIndicator.js +47 -0
  1906. package/esm/tabs/index.js +7 -0
  1907. package/esm/tag/Tag.js +63 -0
  1908. package/esm/tag/__figma__/Tag.figma.js +82 -0
  1909. package/esm/themes/coinbaseDenseTheme.js +135 -0
  1910. package/esm/themes/coinbaseHighContrastTheme.js +576 -0
  1911. package/esm/themes/coinbaseTheme.js +576 -0
  1912. package/esm/themes/defaultHighContrastTheme.js +576 -0
  1913. package/esm/themes/defaultTheme.js +576 -0
  1914. package/esm/tour/DefaultTourMask.js +39 -0
  1915. package/esm/tour/DefaultTourStepArrow.js +42 -0
  1916. package/esm/tour/Tour.css +1 -0
  1917. package/esm/tour/Tour.js +204 -0
  1918. package/esm/tour/TourStep.js +22 -0
  1919. package/esm/tour/index.js +4 -0
  1920. package/esm/types.js +1 -0
  1921. package/esm/typography/Link.css +1 -0
  1922. package/esm/typography/Link.js +62 -0
  1923. package/esm/typography/Text.css +11 -0
  1924. package/esm/typography/Text.js +77 -0
  1925. package/esm/typography/TextBody.js +26 -0
  1926. package/esm/typography/TextCaption.js +26 -0
  1927. package/esm/typography/TextDisplay1.js +26 -0
  1928. package/esm/typography/TextDisplay2.js +26 -0
  1929. package/esm/typography/TextDisplay3.js +26 -0
  1930. package/esm/typography/TextHeadline.js +26 -0
  1931. package/esm/typography/TextInherited.js +26 -0
  1932. package/esm/typography/TextLabel1.js +26 -0
  1933. package/esm/typography/TextLabel2.js +26 -0
  1934. package/esm/typography/TextLegal.js +26 -0
  1935. package/esm/typography/TextTitle1.js +26 -0
  1936. package/esm/typography/TextTitle2.js +26 -0
  1937. package/esm/typography/TextTitle3.js +26 -0
  1938. package/esm/typography/TextTitle4.js +26 -0
  1939. package/esm/typography/__figma__/Link.figma.js +32 -0
  1940. package/esm/typography/index.js +16 -0
  1941. package/esm/utils/browser.js +29 -0
  1942. package/esm/utils/eventHandlers.js +1 -0
  1943. package/esm/utils/flattenAndJoinNodes.js +47 -0
  1944. package/esm/utils/isRtl.js +7 -0
  1945. package/esm/utils/mediaQueryListener.js +16 -0
  1946. package/esm/utils/storybook.js +5 -0
  1947. package/esm/utils/test.js +30 -0
  1948. package/esm/visualizations/Counter.css +3 -0
  1949. package/esm/visualizations/Counter.js +38 -0
  1950. package/esm/visualizations/DefaultProgressCircleContent.js +15 -0
  1951. package/esm/visualizations/ProgressBar.css +1 -0
  1952. package/esm/visualizations/ProgressBar.js +96 -0
  1953. package/esm/visualizations/ProgressBarWithFixedLabels.js +166 -0
  1954. package/esm/visualizations/ProgressBarWithFloatLabel.css +1 -0
  1955. package/esm/visualizations/ProgressBarWithFloatLabel.js +126 -0
  1956. package/esm/visualizations/ProgressCircle.css +1 -0
  1957. package/esm/visualizations/ProgressCircle.js +162 -0
  1958. package/esm/visualizations/ProgressContainerWithButtons.js +39 -0
  1959. package/esm/visualizations/ProgressTextLabel.js +48 -0
  1960. package/esm/visualizations/VisualizationContainer.js +32 -0
  1961. package/esm/visualizations/__figma__/ProgressBar.figma.js +103 -0
  1962. package/esm/visualizations/__figma__/ProgressCircle.figma.js +29 -0
  1963. package/esm/visualizations/getProgressBarLabelParts.js +11 -0
  1964. package/esm/visualizations/index.js +7 -0
  1965. package/package.json +185 -5
  1966. package/index.js +0 -1
@@ -0,0 +1,1839 @@
1
+ export declare const retailWebYourAssetsMock: readonly [{
2
+ readonly id: "667f58cf-0a52-55e4-a47b-357187313e8b";
3
+ readonly name: "BCH Wallet";
4
+ readonly primary: true;
5
+ readonly type: "wallet";
6
+ readonly currency: {
7
+ readonly code: "BCH";
8
+ readonly name: "Bitcoin Cash";
9
+ readonly color: "#8DC351";
10
+ readonly sort_index: 101;
11
+ readonly exponent: 8;
12
+ readonly type: "crypto";
13
+ readonly address_regex: "^([2mn][1-9A-HJ-NP-Za-km-z]{25,34})|^((bchtest:)?(q|p)[a-z0-9]{41})|^((BCHTEST:)?(Q|P)[A-Z0-9]{41})$";
14
+ readonly asset_id: "45f99e13-b522-57d7-8058-c57bf92fe7a3";
15
+ readonly slug: "bitcoin-cash";
16
+ };
17
+ readonly balance: {
18
+ readonly amount: "1000.00000000";
19
+ readonly currency: "BCH";
20
+ };
21
+ readonly created_at: "2021-09-02T23:33:48Z";
22
+ readonly updated_at: "2021-09-02T23:33:51Z";
23
+ readonly resource: "account";
24
+ readonly resource_path: "/v2/accounts/667f58cf-0a52-55e4-a47b-357187313e8b";
25
+ readonly allow_deposits: true;
26
+ readonly allow_withdrawals: true;
27
+ readonly active: true;
28
+ }, {
29
+ readonly id: "08ec5cc3-ffe6-536a-a5b3-de10e221a037";
30
+ readonly name: "Cash (USD)";
31
+ readonly primary: false;
32
+ readonly type: "fiat";
33
+ readonly currency: {
34
+ readonly code: "USD";
35
+ readonly name: "US Dollar";
36
+ readonly color: "#0066cf";
37
+ readonly sort_index: 0;
38
+ readonly exponent: 2;
39
+ readonly type: "fiat";
40
+ };
41
+ readonly balance: {
42
+ readonly amount: "0.00";
43
+ readonly currency: "USD";
44
+ };
45
+ readonly created_at: "2021-09-02T23:24:06Z";
46
+ readonly updated_at: "2021-09-02T23:24:06Z";
47
+ readonly resource: "account";
48
+ readonly resource_path: "/v2/accounts/08ec5cc3-ffe6-536a-a5b3-de10e221a037";
49
+ readonly allow_deposits: true;
50
+ readonly allow_withdrawals: true;
51
+ readonly active: true;
52
+ readonly wire_deposit_information: {
53
+ readonly account_number: null;
54
+ readonly routing_number: "021214891";
55
+ readonly bank_name: "Cross River Bank";
56
+ readonly bank_address: "885 Teaneck Road, Teaneck, NJ 07666";
57
+ readonly bank_country: {
58
+ readonly code: "US";
59
+ readonly name: "United States";
60
+ };
61
+ readonly account_name: "Coinbase Inc";
62
+ readonly account_address: "100 Pine Street, Suite 1250, San Francisco, CA 94111";
63
+ readonly reference: "FGNLKXTW";
64
+ };
65
+ readonly swift_deposit_information: null;
66
+ }, {
67
+ readonly id: "df4f3062-d44d-526c-91c4-1ae6af0748fd";
68
+ readonly name: "GBP Wallet";
69
+ readonly primary: false;
70
+ readonly type: "fiat";
71
+ readonly currency: {
72
+ readonly code: "GBP";
73
+ readonly name: "British Pound";
74
+ readonly color: "#0066cf";
75
+ readonly sort_index: 3;
76
+ readonly exponent: 2;
77
+ readonly type: "fiat";
78
+ };
79
+ readonly balance: {
80
+ readonly amount: "0.00";
81
+ readonly currency: "GBP";
82
+ };
83
+ readonly created_at: "2021-09-02T23:22:54Z";
84
+ readonly updated_at: "2021-09-02T23:22:54Z";
85
+ readonly resource: "account";
86
+ readonly resource_path: "/v2/accounts/df4f3062-d44d-526c-91c4-1ae6af0748fd";
87
+ readonly allow_deposits: true;
88
+ readonly allow_withdrawals: true;
89
+ readonly active: true;
90
+ readonly uk_deposit_information: {
91
+ readonly sort_code: "04-06-10";
92
+ readonly account_number: "00013818";
93
+ readonly account_name: "Jonathan Rossi";
94
+ readonly bank_name: "Coinbase";
95
+ readonly reference: "CBAGBPWSZTLUHK";
96
+ };
97
+ }, {
98
+ readonly id: "dcb78d77-3803-5b7e-ad91-8bce2ed25e28";
99
+ readonly name: "EUR Wallet";
100
+ readonly primary: false;
101
+ readonly type: "fiat";
102
+ readonly currency: {
103
+ readonly code: "EUR";
104
+ readonly name: "Euro";
105
+ readonly color: "#0066cf";
106
+ readonly sort_index: 2;
107
+ readonly exponent: 2;
108
+ readonly type: "fiat";
109
+ };
110
+ readonly balance: {
111
+ readonly amount: "0.00";
112
+ readonly currency: "EUR";
113
+ };
114
+ readonly created_at: "2021-09-02T23:22:54Z";
115
+ readonly updated_at: "2021-09-02T23:22:54Z";
116
+ readonly resource: "account";
117
+ readonly resource_path: "/v2/accounts/dcb78d77-3803-5b7e-ad91-8bce2ed25e28";
118
+ readonly allow_deposits: true;
119
+ readonly allow_withdrawals: true;
120
+ readonly active: true;
121
+ readonly sepa_deposit_information: {
122
+ readonly iban: "TODO-CBINC-ACCOUNT-NUMBER";
123
+ readonly swift: "LHVBEE22";
124
+ readonly bank_name: "AS LHV Pank";
125
+ readonly bank_address: "Tartu mnt 2, 10145 Tallinn, Estonia";
126
+ readonly bank_country: {
127
+ readonly code: "EE";
128
+ readonly name: "Estonia";
129
+ };
130
+ readonly account_name: "Coinbase Inc";
131
+ readonly account_address: "100 Pine Street, Suite 1250, San Francisco, CA 94111";
132
+ readonly reference: "CBAEURMYVMGSFB";
133
+ };
134
+ }, {
135
+ readonly id: "2ad2ed31-0336-5cb7-889d-ee833c2c6312";
136
+ readonly name: "BTC Wallet";
137
+ readonly primary: true;
138
+ readonly type: "wallet";
139
+ readonly currency: {
140
+ readonly code: "BTC";
141
+ readonly name: "Bitcoin";
142
+ readonly color: "#F7931A";
143
+ readonly sort_index: 100;
144
+ readonly exponent: 8;
145
+ readonly type: "crypto";
146
+ readonly address_regex: "^([2mn][1-9A-HJ-NP-Za-km-z]{25,34})|^(tb1([qpzry9x8gf2tvdw0s3jn54khce6mua7l]{39}|[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{59}))$";
147
+ readonly asset_id: "5b71fc48-3dd3-540c-809b-f8c94d0e68b5";
148
+ readonly slug: "bitcoin";
149
+ };
150
+ readonly balance: {
151
+ readonly amount: "0.00000000";
152
+ readonly currency: "BTC";
153
+ };
154
+ readonly created_at: "2021-09-02T23:22:17Z";
155
+ readonly updated_at: "2021-09-02T23:22:17Z";
156
+ readonly resource: "account";
157
+ readonly resource_path: "/v2/accounts/2ad2ed31-0336-5cb7-889d-ee833c2c6312";
158
+ readonly allow_deposits: true;
159
+ readonly allow_withdrawals: true;
160
+ readonly active: true;
161
+ }, {
162
+ readonly id: "ETH";
163
+ readonly name: "ETH Wallet";
164
+ readonly primary: true;
165
+ readonly type: "wallet";
166
+ readonly currency: {
167
+ readonly code: "ETH";
168
+ readonly name: "Ethereum";
169
+ readonly color: "#627EEA";
170
+ readonly sort_index: 102;
171
+ readonly exponent: 8;
172
+ readonly type: "crypto";
173
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
174
+ readonly asset_id: "d85dce9b-5b73-5c3c-8978-522ce1d1c1b4";
175
+ readonly slug: "ethereum";
176
+ };
177
+ readonly balance: {
178
+ readonly amount: "0.00000000";
179
+ readonly currency: "ETH";
180
+ };
181
+ readonly created_at: null;
182
+ readonly updated_at: null;
183
+ readonly resource: "account";
184
+ readonly resource_path: "/v2/accounts/ETH";
185
+ readonly allow_deposits: true;
186
+ readonly allow_withdrawals: true;
187
+ readonly active: true;
188
+ }, {
189
+ readonly id: "ETC";
190
+ readonly name: "ETC Wallet";
191
+ readonly primary: true;
192
+ readonly type: "wallet";
193
+ readonly currency: {
194
+ readonly code: "ETC";
195
+ readonly name: "Ethereum Classic";
196
+ readonly color: "#59D4AF";
197
+ readonly sort_index: 103;
198
+ readonly exponent: 8;
199
+ readonly type: "crypto";
200
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
201
+ readonly asset_id: "c16df856-0345-5358-8a70-2a78c804e61f";
202
+ readonly slug: "ethereum-classic";
203
+ };
204
+ readonly balance: {
205
+ readonly amount: "0.00000000";
206
+ readonly currency: "ETC";
207
+ };
208
+ readonly created_at: null;
209
+ readonly updated_at: null;
210
+ readonly resource: "account";
211
+ readonly resource_path: "/v2/accounts/ETC";
212
+ readonly allow_deposits: true;
213
+ readonly allow_withdrawals: true;
214
+ readonly active: true;
215
+ }, {
216
+ readonly id: "LTC";
217
+ readonly name: "LTC Wallet";
218
+ readonly primary: true;
219
+ readonly type: "wallet";
220
+ readonly currency: {
221
+ readonly code: "LTC";
222
+ readonly name: "Litecoin";
223
+ readonly color: "#A6A9AA";
224
+ readonly sort_index: 104;
225
+ readonly exponent: 8;
226
+ readonly type: "crypto";
227
+ readonly address_regex: "^((m|n|2|Q)[a-km-zA-HJ-NP-Z1-9]{25,34})|^(tltc1([qpzry9x8gf2tvdw0s3jn54khce6mua7l]{39}|[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{59}))$";
228
+ readonly asset_id: "c9c24c6e-c045-5fde-98a2-00ea7f520437";
229
+ readonly slug: "litecoin";
230
+ };
231
+ readonly balance: {
232
+ readonly amount: "0.00000000";
233
+ readonly currency: "LTC";
234
+ };
235
+ readonly created_at: null;
236
+ readonly updated_at: null;
237
+ readonly resource: "account";
238
+ readonly resource_path: "/v2/accounts/LTC";
239
+ readonly allow_deposits: true;
240
+ readonly allow_withdrawals: true;
241
+ readonly active: true;
242
+ }, {
243
+ readonly id: "ZRX";
244
+ readonly name: "ZRX Wallet";
245
+ readonly primary: true;
246
+ readonly type: "wallet";
247
+ readonly currency: {
248
+ readonly code: "ZRX";
249
+ readonly name: "0x";
250
+ readonly color: "#302C2C";
251
+ readonly sort_index: 105;
252
+ readonly exponent: 8;
253
+ readonly type: "crypto";
254
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
255
+ readonly asset_id: "a2a8f5ae-83a6-542e-9064-7d335ae8a58d";
256
+ readonly slug: "0x";
257
+ };
258
+ readonly balance: {
259
+ readonly amount: "0.00000000";
260
+ readonly currency: "ZRX";
261
+ };
262
+ readonly created_at: null;
263
+ readonly updated_at: null;
264
+ readonly resource: "account";
265
+ readonly resource_path: "/v2/accounts/ZRX";
266
+ readonly allow_deposits: true;
267
+ readonly allow_withdrawals: true;
268
+ readonly active: true;
269
+ }, {
270
+ readonly id: "BAT";
271
+ readonly name: "BAT Wallet";
272
+ readonly primary: true;
273
+ readonly type: "wallet";
274
+ readonly currency: {
275
+ readonly code: "BAT";
276
+ readonly name: "Basic Attention Token";
277
+ readonly color: "#FF5000";
278
+ readonly sort_index: 106;
279
+ readonly exponent: 8;
280
+ readonly type: "crypto";
281
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
282
+ readonly asset_id: "b8950bef-d61b-53cd-bb66-db436f0f81bc";
283
+ readonly slug: "basic-attention-token";
284
+ };
285
+ readonly balance: {
286
+ readonly amount: "0.00000000";
287
+ readonly currency: "BAT";
288
+ };
289
+ readonly created_at: null;
290
+ readonly updated_at: null;
291
+ readonly resource: "account";
292
+ readonly resource_path: "/v2/accounts/BAT";
293
+ readonly allow_deposits: true;
294
+ readonly allow_withdrawals: true;
295
+ readonly active: true;
296
+ }, {
297
+ readonly id: "USDC";
298
+ readonly name: "USDC Wallet";
299
+ readonly primary: true;
300
+ readonly type: "wallet";
301
+ readonly currency: {
302
+ readonly code: "USDC";
303
+ readonly name: "USD Coin";
304
+ readonly color: "#2775CA";
305
+ readonly sort_index: 107;
306
+ readonly exponent: 6;
307
+ readonly type: "crypto";
308
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
309
+ readonly asset_id: "2b92315d-eab7-5bef-84fa-089a131333f5";
310
+ readonly slug: "usdc";
311
+ };
312
+ readonly balance: {
313
+ readonly amount: "0.000000";
314
+ readonly currency: "USDC";
315
+ };
316
+ readonly created_at: null;
317
+ readonly updated_at: null;
318
+ readonly resource: "account";
319
+ readonly resource_path: "/v2/accounts/USDC";
320
+ readonly allow_deposits: true;
321
+ readonly allow_withdrawals: true;
322
+ readonly active: true;
323
+ readonly rewards_apy: "0.0015";
324
+ readonly rewards: {
325
+ readonly apy: "0.0015";
326
+ readonly formatted_apy: "0.15%";
327
+ readonly label: "0.15% APY";
328
+ };
329
+ }, {
330
+ readonly id: "ZEC";
331
+ readonly name: "ZEC Wallet";
332
+ readonly primary: true;
333
+ readonly type: "wallet";
334
+ readonly currency: {
335
+ readonly code: "ZEC";
336
+ readonly name: "Zcash";
337
+ readonly color: "#ECB244";
338
+ readonly sort_index: 108;
339
+ readonly exponent: 8;
340
+ readonly type: "crypto";
341
+ readonly address_regex: "^(tm|t2)[a-km-zA-HJ-NP-Z1-9]{33}$";
342
+ readonly asset_id: "1d3c2625-a8d9-5458-84d0-437d75540421";
343
+ readonly slug: "zcash";
344
+ };
345
+ readonly balance: {
346
+ readonly amount: "0.00000000";
347
+ readonly currency: "ZEC";
348
+ };
349
+ readonly created_at: null;
350
+ readonly updated_at: null;
351
+ readonly resource: "account";
352
+ readonly resource_path: "/v2/accounts/ZEC";
353
+ readonly allow_deposits: true;
354
+ readonly allow_withdrawals: true;
355
+ readonly active: true;
356
+ }, {
357
+ readonly id: "MKR";
358
+ readonly name: "MKR Wallet";
359
+ readonly primary: true;
360
+ readonly type: "wallet";
361
+ readonly currency: {
362
+ readonly code: "MKR";
363
+ readonly name: "Maker";
364
+ readonly color: "#1AAB9B";
365
+ readonly sort_index: 114;
366
+ readonly exponent: 8;
367
+ readonly type: "crypto";
368
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
369
+ readonly asset_id: "5553e486-7a85-5433-a5c1-aaeb18a154dd";
370
+ readonly slug: "maker";
371
+ };
372
+ readonly balance: {
373
+ readonly amount: "0.00000000";
374
+ readonly currency: "MKR";
375
+ };
376
+ readonly created_at: null;
377
+ readonly updated_at: null;
378
+ readonly resource: "account";
379
+ readonly resource_path: "/v2/accounts/MKR";
380
+ readonly allow_deposits: true;
381
+ readonly allow_withdrawals: true;
382
+ readonly active: true;
383
+ }, {
384
+ readonly id: "DAI";
385
+ readonly name: "DAI Wallet";
386
+ readonly primary: true;
387
+ readonly type: "wallet";
388
+ readonly currency: {
389
+ readonly code: "DAI";
390
+ readonly name: "Dai";
391
+ readonly color: "#FFB74D";
392
+ readonly sort_index: 115;
393
+ readonly exponent: 8;
394
+ readonly type: "crypto";
395
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
396
+ readonly asset_id: "01e9e33b-d099-56fb-aa3b-76c19d0b250e";
397
+ readonly slug: "dai";
398
+ };
399
+ readonly balance: {
400
+ readonly amount: "0.00000000";
401
+ readonly currency: "DAI";
402
+ };
403
+ readonly created_at: null;
404
+ readonly updated_at: null;
405
+ readonly resource: "account";
406
+ readonly resource_path: "/v2/accounts/DAI";
407
+ readonly allow_deposits: true;
408
+ readonly allow_withdrawals: true;
409
+ readonly active: true;
410
+ readonly rewards_apy: "0.02";
411
+ readonly rewards: {
412
+ readonly apy: "0.02";
413
+ readonly formatted_apy: "2.00%";
414
+ readonly label: "2.00% APY";
415
+ };
416
+ }, {
417
+ readonly id: "OMG";
418
+ readonly name: "OMG Wallet";
419
+ readonly primary: true;
420
+ readonly type: "wallet";
421
+ readonly currency: {
422
+ readonly code: "OMG";
423
+ readonly name: "OMG Network";
424
+ readonly color: "#101010";
425
+ readonly sort_index: 118;
426
+ readonly exponent: 8;
427
+ readonly type: "crypto";
428
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
429
+ readonly asset_id: "7616bfa5-9874-5680-87ef-6f04dd3a0e75";
430
+ readonly slug: "omg-network";
431
+ };
432
+ readonly balance: {
433
+ readonly amount: "0.00000000";
434
+ readonly currency: "OMG";
435
+ };
436
+ readonly created_at: null;
437
+ readonly updated_at: null;
438
+ readonly resource: "account";
439
+ readonly resource_path: "/v2/accounts/OMG";
440
+ readonly allow_deposits: true;
441
+ readonly allow_withdrawals: true;
442
+ readonly active: true;
443
+ }, {
444
+ readonly id: "KNC";
445
+ readonly name: "KNC Wallet";
446
+ readonly primary: true;
447
+ readonly type: "wallet";
448
+ readonly currency: {
449
+ readonly code: "KNC";
450
+ readonly name: "Kyber Network";
451
+ readonly color: "#31CB9E";
452
+ readonly sort_index: 121;
453
+ readonly exponent: 8;
454
+ readonly type: "crypto";
455
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
456
+ readonly asset_id: "8c853af0-5071-5dd7-9f70-1a871107f53c";
457
+ readonly slug: "kyber-network";
458
+ };
459
+ readonly balance: {
460
+ readonly amount: "0.00000000";
461
+ readonly currency: "KNC";
462
+ };
463
+ readonly created_at: null;
464
+ readonly updated_at: null;
465
+ readonly resource: "account";
466
+ readonly resource_path: "/v2/accounts/KNC";
467
+ readonly allow_deposits: true;
468
+ readonly allow_withdrawals: true;
469
+ readonly active: true;
470
+ }, {
471
+ readonly id: "XRP";
472
+ readonly name: "XRP Wallet";
473
+ readonly primary: true;
474
+ readonly type: "wallet";
475
+ readonly currency: {
476
+ readonly code: "XRP";
477
+ readonly name: "XRP";
478
+ readonly color: "#222222";
479
+ readonly sort_index: 125;
480
+ readonly exponent: 6;
481
+ readonly type: "crypto";
482
+ readonly address_regex: "^r[1-9a-km-zA-HJ-NP-Z]{25,35}$";
483
+ readonly asset_id: "e17a44c8-6ea1-564f-a02c-2a9ca1d8eec4";
484
+ readonly destination_tag_name: "XRP Tag";
485
+ readonly destination_tag_regex: "^\\d{1,10}$";
486
+ readonly slug: "xrp";
487
+ };
488
+ readonly balance: {
489
+ readonly amount: "0.000000";
490
+ readonly currency: "XRP";
491
+ };
492
+ readonly created_at: null;
493
+ readonly updated_at: null;
494
+ readonly resource: "account";
495
+ readonly resource_path: "/v2/accounts/XRP";
496
+ readonly allow_deposits: true;
497
+ readonly allow_withdrawals: true;
498
+ readonly active: true;
499
+ }, {
500
+ readonly id: "REP";
501
+ readonly name: "REP Wallet";
502
+ readonly primary: true;
503
+ readonly type: "wallet";
504
+ readonly currency: {
505
+ readonly code: "REP";
506
+ readonly name: "Augur";
507
+ readonly color: "#553580";
508
+ readonly sort_index: 126;
509
+ readonly exponent: 8;
510
+ readonly type: "crypto";
511
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
512
+ readonly asset_id: "b8b44189-a54b-526f-b68d-1dbb27b462c3";
513
+ readonly slug: "augur";
514
+ };
515
+ readonly balance: {
516
+ readonly amount: "0.00000000";
517
+ readonly currency: "REP";
518
+ };
519
+ readonly created_at: null;
520
+ readonly updated_at: null;
521
+ readonly resource: "account";
522
+ readonly resource_path: "/v2/accounts/REP";
523
+ readonly allow_deposits: true;
524
+ readonly allow_withdrawals: true;
525
+ readonly active: true;
526
+ }, {
527
+ readonly id: "XLM";
528
+ readonly name: "XLM Wallet";
529
+ readonly primary: true;
530
+ readonly type: "wallet";
531
+ readonly currency: {
532
+ readonly code: "XLM";
533
+ readonly name: "Stellar Lumens";
534
+ readonly color: "#000000";
535
+ readonly sort_index: 127;
536
+ readonly exponent: 7;
537
+ readonly type: "crypto";
538
+ readonly address_regex: "^G[A-Z2-7]{55}$";
539
+ readonly asset_id: "13b83335-5ede-595b-821e-5bcdfa80560f";
540
+ readonly destination_tag_name: "XLM Memo";
541
+ readonly destination_tag_regex: "^[ -~]{1,28}$";
542
+ readonly slug: "stellar";
543
+ };
544
+ readonly balance: {
545
+ readonly amount: "0.0000000";
546
+ readonly currency: "XLM";
547
+ };
548
+ readonly created_at: null;
549
+ readonly updated_at: null;
550
+ readonly resource: "account";
551
+ readonly resource_path: "/v2/accounts/XLM";
552
+ readonly allow_deposits: true;
553
+ readonly allow_withdrawals: true;
554
+ readonly active: true;
555
+ }, {
556
+ readonly id: "EOS";
557
+ readonly name: "EOS Wallet";
558
+ readonly primary: true;
559
+ readonly type: "wallet";
560
+ readonly currency: {
561
+ readonly code: "EOS";
562
+ readonly name: "EOS";
563
+ readonly color: "#000000";
564
+ readonly sort_index: 128;
565
+ readonly exponent: 4;
566
+ readonly type: "crypto";
567
+ readonly address_regex: "(^[a-z1-5.]{1,11}[a-z1-5]$)|(^[a-z1-5.]{12}[a-j1-5]$)";
568
+ readonly asset_id: "8d556883-6c26-5a88-9d8f-fa41fe8ed76e";
569
+ readonly destination_tag_name: "EOS Memo";
570
+ readonly destination_tag_regex: "^.{1,100}$";
571
+ readonly slug: "eos";
572
+ };
573
+ readonly balance: {
574
+ readonly amount: "0.0000";
575
+ readonly currency: "EOS";
576
+ };
577
+ readonly created_at: null;
578
+ readonly updated_at: null;
579
+ readonly resource: "account";
580
+ readonly resource_path: "/v2/accounts/EOS";
581
+ readonly allow_deposits: true;
582
+ readonly allow_withdrawals: true;
583
+ readonly active: true;
584
+ }, {
585
+ readonly id: "DOGE";
586
+ readonly name: "DOGE Wallet";
587
+ readonly primary: true;
588
+ readonly type: "wallet";
589
+ readonly currency: {
590
+ readonly code: "DOGE";
591
+ readonly name: "Dogecoin";
592
+ readonly color: "#BA9F33";
593
+ readonly sort_index: 129;
594
+ readonly exponent: 8;
595
+ readonly type: "crypto";
596
+ readonly address_regex: "^((2|n)[a-km-zA-HJ-NP-Z1-9]{25,34})$";
597
+ readonly asset_id: "d9a3edfa-1be7-589c-bd20-c034f3830b60";
598
+ readonly slug: "dogecoin";
599
+ };
600
+ readonly balance: {
601
+ readonly amount: "0.00000000";
602
+ readonly currency: "DOGE";
603
+ };
604
+ readonly created_at: null;
605
+ readonly updated_at: null;
606
+ readonly resource: "account";
607
+ readonly resource_path: "/v2/accounts/DOGE";
608
+ readonly allow_deposits: true;
609
+ readonly allow_withdrawals: true;
610
+ readonly active: true;
611
+ }, {
612
+ readonly id: "XTZ";
613
+ readonly name: "XTZ Wallet";
614
+ readonly primary: true;
615
+ readonly type: "wallet";
616
+ readonly currency: {
617
+ readonly code: "XTZ";
618
+ readonly name: "Tezos";
619
+ readonly color: "#2C7DF7";
620
+ readonly sort_index: 130;
621
+ readonly exponent: 6;
622
+ readonly type: "crypto";
623
+ readonly address_regex: "(tz[1|2|3]([a-zA-Z0-9]){33})|(^KT1([a-zA-Z0-9]){33}$)";
624
+ readonly asset_id: "69e559ec-547a-520a-aeb3-01cac23f1826";
625
+ readonly slug: "tezos";
626
+ };
627
+ readonly balance: {
628
+ readonly amount: "0.000000";
629
+ readonly currency: "XTZ";
630
+ };
631
+ readonly created_at: null;
632
+ readonly updated_at: null;
633
+ readonly resource: "account";
634
+ readonly resource_path: "/v2/accounts/XTZ";
635
+ readonly allow_deposits: true;
636
+ readonly allow_withdrawals: true;
637
+ readonly active: true;
638
+ readonly rewards: {
639
+ readonly apy: "0.0463";
640
+ readonly formatted_apy: "4.63%";
641
+ readonly label: "4.63% APY";
642
+ };
643
+ }, {
644
+ readonly id: "ALGO";
645
+ readonly name: "ALGO Wallet";
646
+ readonly primary: true;
647
+ readonly type: "wallet";
648
+ readonly currency: {
649
+ readonly code: "ALGO";
650
+ readonly name: "Algorand";
651
+ readonly color: "#000000";
652
+ readonly sort_index: 131;
653
+ readonly exponent: 6;
654
+ readonly type: "crypto";
655
+ readonly address_regex: "^[A-Z2-7]{58}$";
656
+ readonly asset_id: "9220d47f-bc0a-53ad-9646-ef49918adcf3";
657
+ readonly slug: "algorand";
658
+ };
659
+ readonly balance: {
660
+ readonly amount: "0.000000";
661
+ readonly currency: "ALGO";
662
+ };
663
+ readonly created_at: null;
664
+ readonly updated_at: null;
665
+ readonly resource: "account";
666
+ readonly resource_path: "/v2/accounts/ALGO";
667
+ readonly allow_deposits: true;
668
+ readonly allow_withdrawals: true;
669
+ readonly active: true;
670
+ }, {
671
+ readonly id: "DASH";
672
+ readonly name: "DASH Wallet";
673
+ readonly primary: true;
674
+ readonly type: "wallet";
675
+ readonly currency: {
676
+ readonly code: "DASH";
677
+ readonly name: "Dash";
678
+ readonly color: "#008DE4";
679
+ readonly sort_index: 132;
680
+ readonly exponent: 8;
681
+ readonly type: "crypto";
682
+ readonly address_regex: "^([y7][a-km-zA-HJ-NP-Z1-9]{25,34})$";
683
+ readonly asset_id: "b9c43d61-e77d-5e02-9a0d-800b50eb9d5f";
684
+ readonly slug: "dash";
685
+ };
686
+ readonly balance: {
687
+ readonly amount: "0.00000000";
688
+ readonly currency: "DASH";
689
+ };
690
+ readonly created_at: null;
691
+ readonly updated_at: null;
692
+ readonly resource: "account";
693
+ readonly resource_path: "/v2/accounts/DASH";
694
+ readonly allow_deposits: true;
695
+ readonly allow_withdrawals: true;
696
+ readonly active: true;
697
+ }, {
698
+ readonly id: "ATOM";
699
+ readonly name: "ATOM Wallet";
700
+ readonly primary: true;
701
+ readonly type: "wallet";
702
+ readonly currency: {
703
+ readonly code: "ATOM";
704
+ readonly name: "Cosmos";
705
+ readonly color: "#2E3148";
706
+ readonly sort_index: 133;
707
+ readonly exponent: 6;
708
+ readonly type: "crypto";
709
+ readonly address_regex: "^cosmos1[ac-hj-np-z02-9]{38}$";
710
+ readonly asset_id: "64c607d2-4663-5649-86e0-3ab06bba0202";
711
+ readonly destination_tag_name: "ATOM Memo";
712
+ readonly destination_tag_regex: "^\\w{1,24}$";
713
+ readonly slug: "cosmos";
714
+ };
715
+ readonly balance: {
716
+ readonly amount: "0.000000";
717
+ readonly currency: "ATOM";
718
+ };
719
+ readonly created_at: null;
720
+ readonly updated_at: null;
721
+ readonly resource: "account";
722
+ readonly resource_path: "/v2/accounts/ATOM";
723
+ readonly allow_deposits: true;
724
+ readonly allow_withdrawals: true;
725
+ readonly active: true;
726
+ readonly rewards: {
727
+ readonly apy: "0.05";
728
+ readonly formatted_apy: "5.00%";
729
+ readonly label: "5.00% APY";
730
+ };
731
+ }, {
732
+ readonly id: "OXT";
733
+ readonly name: "OXT Wallet";
734
+ readonly primary: true;
735
+ readonly type: "wallet";
736
+ readonly currency: {
737
+ readonly code: "OXT";
738
+ readonly name: "Orchid";
739
+ readonly color: "#5F45BA";
740
+ readonly sort_index: 136;
741
+ readonly exponent: 8;
742
+ readonly type: "crypto";
743
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
744
+ readonly asset_id: "07525606-a404-5f15-a71d-ba0e40e74eca";
745
+ readonly slug: "orchid";
746
+ };
747
+ readonly balance: {
748
+ readonly amount: "0.00000000";
749
+ readonly currency: "OXT";
750
+ };
751
+ readonly created_at: null;
752
+ readonly updated_at: null;
753
+ readonly resource: "account";
754
+ readonly resource_path: "/v2/accounts/OXT";
755
+ readonly allow_deposits: true;
756
+ readonly allow_withdrawals: true;
757
+ readonly active: true;
758
+ }, {
759
+ readonly id: "COMP";
760
+ readonly name: "COMP Wallet";
761
+ readonly primary: true;
762
+ readonly type: "wallet";
763
+ readonly currency: {
764
+ readonly code: "COMP";
765
+ readonly name: "Compound";
766
+ readonly color: "#00D395";
767
+ readonly sort_index: 137;
768
+ readonly exponent: 8;
769
+ readonly type: "crypto";
770
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
771
+ readonly asset_id: "65557d44-082d-50a1-a68b-bc98d961f794";
772
+ readonly slug: "compound";
773
+ };
774
+ readonly balance: {
775
+ readonly amount: "0.00000000";
776
+ readonly currency: "COMP";
777
+ };
778
+ readonly created_at: null;
779
+ readonly updated_at: null;
780
+ readonly resource: "account";
781
+ readonly resource_path: "/v2/accounts/COMP";
782
+ readonly allow_deposits: true;
783
+ readonly allow_withdrawals: true;
784
+ readonly active: true;
785
+ }, {
786
+ readonly id: "BAL";
787
+ readonly name: "BAL Wallet";
788
+ readonly primary: true;
789
+ readonly type: "wallet";
790
+ readonly currency: {
791
+ readonly code: "BAL";
792
+ readonly name: "Balancer";
793
+ readonly color: "#1D282A";
794
+ readonly sort_index: 149;
795
+ readonly exponent: 8;
796
+ readonly type: "crypto";
797
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
798
+ readonly asset_id: "e0409f05-5a95-5abf-8082-c746da699f82";
799
+ readonly slug: "balancer";
800
+ };
801
+ readonly balance: {
802
+ readonly amount: "0.00000000";
803
+ readonly currency: "BAL";
804
+ };
805
+ readonly created_at: null;
806
+ readonly updated_at: null;
807
+ readonly resource: "account";
808
+ readonly resource_path: "/v2/accounts/BAL";
809
+ readonly allow_deposits: true;
810
+ readonly allow_withdrawals: true;
811
+ readonly active: true;
812
+ }, {
813
+ readonly id: "YFII";
814
+ readonly name: "YFII Wallet";
815
+ readonly primary: true;
816
+ readonly type: "wallet";
817
+ readonly currency: {
818
+ readonly code: "YFII";
819
+ readonly name: "DFI.Money";
820
+ readonly color: "#FA2978";
821
+ readonly sort_index: 153;
822
+ readonly exponent: 8;
823
+ readonly type: "crypto";
824
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
825
+ readonly asset_id: "9d5c9eca-87ec-5ad0-846c-aeae910d4a30";
826
+ readonly slug: "yearn-finance-ii";
827
+ };
828
+ readonly balance: {
829
+ readonly amount: "0.00000000";
830
+ readonly currency: "YFII";
831
+ };
832
+ readonly created_at: null;
833
+ readonly updated_at: null;
834
+ readonly resource: "account";
835
+ readonly resource_path: "/v2/accounts/YFII";
836
+ readonly allow_deposits: true;
837
+ readonly allow_withdrawals: true;
838
+ readonly active: true;
839
+ }, {
840
+ readonly id: "BNT";
841
+ readonly name: "BNT Wallet";
842
+ readonly primary: true;
843
+ readonly type: "wallet";
844
+ readonly currency: {
845
+ readonly code: "BNT";
846
+ readonly name: "Bancor Network Token";
847
+ readonly color: "#000B20";
848
+ readonly sort_index: 156;
849
+ readonly exponent: 8;
850
+ readonly type: "crypto";
851
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
852
+ readonly asset_id: "1b74d2fd-fa35-558d-a010-38d4481398c6";
853
+ readonly slug: "bancor-network-token";
854
+ };
855
+ readonly balance: {
856
+ readonly amount: "0.00000000";
857
+ readonly currency: "BNT";
858
+ };
859
+ readonly created_at: null;
860
+ readonly updated_at: null;
861
+ readonly resource: "account";
862
+ readonly resource_path: "/v2/accounts/BNT";
863
+ readonly allow_deposits: true;
864
+ readonly allow_withdrawals: true;
865
+ readonly active: true;
866
+ }, {
867
+ readonly id: "SNX";
868
+ readonly name: "SNX Wallet";
869
+ readonly primary: true;
870
+ readonly type: "wallet";
871
+ readonly currency: {
872
+ readonly code: "SNX";
873
+ readonly name: "Synthetix Network Token";
874
+ readonly color: "#0A0118";
875
+ readonly sort_index: 158;
876
+ readonly exponent: 8;
877
+ readonly type: "crypto";
878
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
879
+ readonly asset_id: "3bd5bbea-a525-520c-9d2a-2d842e543caa";
880
+ readonly slug: "synthetix-network-token";
881
+ };
882
+ readonly balance: {
883
+ readonly amount: "0.00000000";
884
+ readonly currency: "SNX";
885
+ };
886
+ readonly created_at: null;
887
+ readonly updated_at: null;
888
+ readonly resource: "account";
889
+ readonly resource_path: "/v2/accounts/SNX";
890
+ readonly allow_deposits: true;
891
+ readonly allow_withdrawals: true;
892
+ readonly active: true;
893
+ }, {
894
+ readonly id: "MATIC";
895
+ readonly name: "MATIC Wallet";
896
+ readonly primary: true;
897
+ readonly type: "wallet";
898
+ readonly currency: {
899
+ readonly code: "MATIC";
900
+ readonly name: "Polygon";
901
+ readonly color: "#8247E5";
902
+ readonly sort_index: 162;
903
+ readonly exponent: 8;
904
+ readonly type: "crypto";
905
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
906
+ readonly asset_id: "026bcc1e-9163-591c-a709-34dd18b2e7a1";
907
+ readonly slug: "polygon";
908
+ };
909
+ readonly balance: {
910
+ readonly amount: "0.00000000";
911
+ readonly currency: "MATIC";
912
+ };
913
+ readonly created_at: null;
914
+ readonly updated_at: null;
915
+ readonly resource: "account";
916
+ readonly resource_path: "/v2/accounts/MATIC";
917
+ readonly allow_deposits: true;
918
+ readonly allow_withdrawals: true;
919
+ readonly active: true;
920
+ }, {
921
+ readonly id: "SKL";
922
+ readonly name: "SKL Wallet";
923
+ readonly primary: true;
924
+ readonly type: "wallet";
925
+ readonly currency: {
926
+ readonly code: "SKL";
927
+ readonly name: "SKALE";
928
+ readonly color: "#000000";
929
+ readonly sort_index: 163;
930
+ readonly exponent: 8;
931
+ readonly type: "crypto";
932
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
933
+ readonly asset_id: "af2d755d-6142-57f4-a092-0aa4fe67a9b5";
934
+ readonly slug: "skale";
935
+ };
936
+ readonly balance: {
937
+ readonly amount: "0.00000000";
938
+ readonly currency: "SKL";
939
+ };
940
+ readonly created_at: null;
941
+ readonly updated_at: null;
942
+ readonly resource: "account";
943
+ readonly resource_path: "/v2/accounts/SKL";
944
+ readonly allow_deposits: true;
945
+ readonly allow_withdrawals: true;
946
+ readonly active: true;
947
+ }, {
948
+ readonly id: "ADA";
949
+ readonly name: "ADA Wallet";
950
+ readonly primary: true;
951
+ readonly type: "wallet";
952
+ readonly currency: {
953
+ readonly code: "ADA";
954
+ readonly name: "Cardano";
955
+ readonly color: "#0033AD";
956
+ readonly sort_index: 164;
957
+ readonly exponent: 6;
958
+ readonly type: "crypto";
959
+ readonly address_regex: "(^(addr_test)1[ac-hj-np-z02-9]{6,}$)";
960
+ readonly asset_id: "63062039-7afb-56ff-8e19-5e3215dc404a";
961
+ readonly slug: "cardano";
962
+ };
963
+ readonly balance: {
964
+ readonly amount: "0.000000";
965
+ readonly currency: "ADA";
966
+ };
967
+ readonly created_at: null;
968
+ readonly updated_at: null;
969
+ readonly resource: "account";
970
+ readonly resource_path: "/v2/accounts/ADA";
971
+ readonly allow_deposits: true;
972
+ readonly allow_withdrawals: true;
973
+ readonly active: true;
974
+ }, {
975
+ readonly id: "ICP";
976
+ readonly name: "ICP Wallet";
977
+ readonly primary: true;
978
+ readonly type: "wallet";
979
+ readonly currency: {
980
+ readonly code: "ICP";
981
+ readonly name: "Internet Computer";
982
+ readonly color: "#292A2E";
983
+ readonly sort_index: 167;
984
+ readonly exponent: 8;
985
+ readonly type: "crypto";
986
+ readonly address_regex: "^[0-9a-f]{64}$";
987
+ readonly asset_id: "8f0fb5e8-9924-50bd-b95c-1d4b88fd20cc";
988
+ readonly slug: "internet-computer";
989
+ };
990
+ readonly balance: {
991
+ readonly amount: "0.00000000";
992
+ readonly currency: "ICP";
993
+ };
994
+ readonly created_at: null;
995
+ readonly updated_at: null;
996
+ readonly resource: "account";
997
+ readonly resource_path: "/v2/accounts/ICP";
998
+ readonly allow_deposits: true;
999
+ readonly allow_withdrawals: true;
1000
+ readonly active: true;
1001
+ }, {
1002
+ readonly id: "1INCH";
1003
+ readonly name: "1INCH Wallet";
1004
+ readonly primary: true;
1005
+ readonly type: "wallet";
1006
+ readonly currency: {
1007
+ readonly code: "1INCH";
1008
+ readonly name: "1Inch";
1009
+ readonly color: "#1B314F";
1010
+ readonly sort_index: 170;
1011
+ readonly exponent: 8;
1012
+ readonly type: "crypto";
1013
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1014
+ readonly asset_id: "484f30a6-9e06-58df-80b7-e63141e3ca0c";
1015
+ readonly slug: "1inch";
1016
+ };
1017
+ readonly balance: {
1018
+ readonly amount: "0.00000000";
1019
+ readonly currency: "1INCH";
1020
+ };
1021
+ readonly created_at: null;
1022
+ readonly updated_at: null;
1023
+ readonly resource: "account";
1024
+ readonly resource_path: "/v2/accounts/1INCH";
1025
+ readonly allow_deposits: true;
1026
+ readonly allow_withdrawals: true;
1027
+ readonly active: true;
1028
+ }, {
1029
+ readonly id: "USDT";
1030
+ readonly name: "USDT Wallet";
1031
+ readonly primary: true;
1032
+ readonly type: "wallet";
1033
+ readonly currency: {
1034
+ readonly code: "USDT";
1035
+ readonly name: "Tether";
1036
+ readonly color: "#22A079";
1037
+ readonly sort_index: 171;
1038
+ readonly exponent: 6;
1039
+ readonly type: "crypto";
1040
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1041
+ readonly asset_id: "b26327c1-9a34-51d9-b982-9b29e6012648";
1042
+ readonly slug: "tether";
1043
+ };
1044
+ readonly balance: {
1045
+ readonly amount: "0.000000";
1046
+ readonly currency: "USDT";
1047
+ };
1048
+ readonly created_at: null;
1049
+ readonly updated_at: null;
1050
+ readonly resource: "account";
1051
+ readonly resource_path: "/v2/accounts/USDT";
1052
+ readonly allow_deposits: true;
1053
+ readonly allow_withdrawals: true;
1054
+ readonly active: true;
1055
+ }, {
1056
+ readonly id: "POLY";
1057
+ readonly name: "POLY Wallet";
1058
+ readonly primary: true;
1059
+ readonly type: "wallet";
1060
+ readonly currency: {
1061
+ readonly code: "POLY";
1062
+ readonly name: "Polymath";
1063
+ readonly color: "#1348E4";
1064
+ readonly sort_index: 176;
1065
+ readonly exponent: 8;
1066
+ readonly type: "crypto";
1067
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1068
+ readonly asset_id: "11c99387-6be3-53cf-8896-5ca867d201d3";
1069
+ readonly slug: "polymath-network";
1070
+ };
1071
+ readonly balance: {
1072
+ readonly amount: "0.00000000";
1073
+ readonly currency: "POLY";
1074
+ };
1075
+ readonly created_at: null;
1076
+ readonly updated_at: null;
1077
+ readonly resource: "account";
1078
+ readonly resource_path: "/v2/accounts/POLY";
1079
+ readonly allow_deposits: true;
1080
+ readonly allow_withdrawals: true;
1081
+ readonly active: true;
1082
+ }, {
1083
+ readonly id: "AMP";
1084
+ readonly name: "AMP Wallet";
1085
+ readonly primary: true;
1086
+ readonly type: "wallet";
1087
+ readonly currency: {
1088
+ readonly code: "AMP";
1089
+ readonly name: "Amp";
1090
+ readonly color: "#E42E95";
1091
+ readonly sort_index: 182;
1092
+ readonly exponent: 8;
1093
+ readonly type: "crypto";
1094
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1095
+ readonly asset_id: "f3b62870-ddd0-5dea-9d80-5190d8558461";
1096
+ readonly slug: "amp";
1097
+ };
1098
+ readonly balance: {
1099
+ readonly amount: "0.00000000";
1100
+ readonly currency: "AMP";
1101
+ };
1102
+ readonly created_at: null;
1103
+ readonly updated_at: null;
1104
+ readonly resource: "account";
1105
+ readonly resource_path: "/v2/accounts/AMP";
1106
+ readonly allow_deposits: true;
1107
+ readonly allow_withdrawals: true;
1108
+ readonly active: true;
1109
+ }, {
1110
+ readonly id: "BOND";
1111
+ readonly name: "BOND Wallet";
1112
+ readonly primary: true;
1113
+ readonly type: "wallet";
1114
+ readonly currency: {
1115
+ readonly code: "BOND";
1116
+ readonly name: "BarnBridge";
1117
+ readonly color: "#FF4339";
1118
+ readonly sort_index: 187;
1119
+ readonly exponent: 8;
1120
+ readonly type: "crypto";
1121
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1122
+ readonly asset_id: "b5652bd9-8ea8-5451-b153-96fbcba1ace5";
1123
+ readonly slug: "barnbridge";
1124
+ };
1125
+ readonly balance: {
1126
+ readonly amount: "0.00000000";
1127
+ readonly currency: "BOND";
1128
+ };
1129
+ readonly created_at: null;
1130
+ readonly updated_at: null;
1131
+ readonly resource: "account";
1132
+ readonly resource_path: "/v2/accounts/BOND";
1133
+ readonly allow_deposits: true;
1134
+ readonly allow_withdrawals: true;
1135
+ readonly active: true;
1136
+ }, {
1137
+ readonly id: "RLY";
1138
+ readonly name: "RLY Wallet";
1139
+ readonly primary: true;
1140
+ readonly type: "wallet";
1141
+ readonly currency: {
1142
+ readonly code: "RLY";
1143
+ readonly name: "Rally";
1144
+ readonly color: "#FF8A03";
1145
+ readonly sort_index: 188;
1146
+ readonly exponent: 8;
1147
+ readonly type: "crypto";
1148
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1149
+ readonly asset_id: "39d7d62b-c1fc-5db4-bc0e-a0465473a748";
1150
+ readonly slug: "rally";
1151
+ };
1152
+ readonly balance: {
1153
+ readonly amount: "0.00000000";
1154
+ readonly currency: "RLY";
1155
+ };
1156
+ readonly created_at: null;
1157
+ readonly updated_at: null;
1158
+ readonly resource: "account";
1159
+ readonly resource_path: "/v2/accounts/RLY";
1160
+ readonly allow_deposits: true;
1161
+ readonly allow_withdrawals: true;
1162
+ readonly active: true;
1163
+ }, {
1164
+ readonly id: "CLV";
1165
+ readonly name: "CLV Wallet";
1166
+ readonly primary: true;
1167
+ readonly type: "wallet";
1168
+ readonly currency: {
1169
+ readonly code: "CLV";
1170
+ readonly name: "Clover";
1171
+ readonly color: "#42C37B";
1172
+ readonly sort_index: 189;
1173
+ readonly exponent: 8;
1174
+ readonly type: "crypto";
1175
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1176
+ readonly asset_id: "453639be-192e-5e36-88e3-38496e542524";
1177
+ readonly slug: "clover-finance";
1178
+ };
1179
+ readonly balance: {
1180
+ readonly amount: "0.00000000";
1181
+ readonly currency: "CLV";
1182
+ };
1183
+ readonly created_at: null;
1184
+ readonly updated_at: null;
1185
+ readonly resource: "account";
1186
+ readonly resource_path: "/v2/accounts/CLV";
1187
+ readonly allow_deposits: true;
1188
+ readonly allow_withdrawals: true;
1189
+ readonly active: true;
1190
+ }, {
1191
+ readonly id: "FARM";
1192
+ readonly name: "FARM Wallet";
1193
+ readonly primary: true;
1194
+ readonly type: "wallet";
1195
+ readonly currency: {
1196
+ readonly code: "FARM";
1197
+ readonly name: "Harvest Finance";
1198
+ readonly color: "#BDE4E3";
1199
+ readonly sort_index: 190;
1200
+ readonly exponent: 8;
1201
+ readonly type: "crypto";
1202
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1203
+ readonly asset_id: "7ea0bd74-3cab-5bf8-94e2-f0c0b3896f07";
1204
+ readonly slug: "harvest-finance";
1205
+ };
1206
+ readonly balance: {
1207
+ readonly amount: "0.00000000";
1208
+ readonly currency: "FARM";
1209
+ };
1210
+ readonly created_at: null;
1211
+ readonly updated_at: null;
1212
+ readonly resource: "account";
1213
+ readonly resource_path: "/v2/accounts/FARM";
1214
+ readonly allow_deposits: true;
1215
+ readonly allow_withdrawals: true;
1216
+ readonly active: true;
1217
+ }, {
1218
+ readonly id: "MASK";
1219
+ readonly name: "MASK Wallet";
1220
+ readonly primary: true;
1221
+ readonly type: "wallet";
1222
+ readonly currency: {
1223
+ readonly code: "MASK";
1224
+ readonly name: "Mask Network";
1225
+ readonly color: "#1C68F3";
1226
+ readonly sort_index: 191;
1227
+ readonly exponent: 8;
1228
+ readonly type: "crypto";
1229
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1230
+ readonly asset_id: "45ce7f01-2962-5576-8dfd-449e4a49b75d";
1231
+ readonly slug: "mask-network";
1232
+ };
1233
+ readonly balance: {
1234
+ readonly amount: "0.00000000";
1235
+ readonly currency: "MASK";
1236
+ };
1237
+ readonly created_at: null;
1238
+ readonly updated_at: null;
1239
+ readonly resource: "account";
1240
+ readonly resource_path: "/v2/accounts/MASK";
1241
+ readonly allow_deposits: true;
1242
+ readonly allow_withdrawals: true;
1243
+ readonly active: true;
1244
+ }, {
1245
+ readonly id: "FET";
1246
+ readonly name: "FET Wallet";
1247
+ readonly primary: true;
1248
+ readonly type: "wallet";
1249
+ readonly currency: {
1250
+ readonly code: "FET";
1251
+ readonly name: "Fetch.ai";
1252
+ readonly color: "#1D2743";
1253
+ readonly sort_index: 194;
1254
+ readonly exponent: 8;
1255
+ readonly type: "crypto";
1256
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1257
+ readonly asset_id: "3672ab4a-25e0-57a8-b029-99239c081958";
1258
+ readonly slug: "fetch";
1259
+ };
1260
+ readonly balance: {
1261
+ readonly amount: "0.00000000";
1262
+ readonly currency: "FET";
1263
+ };
1264
+ readonly created_at: null;
1265
+ readonly updated_at: null;
1266
+ readonly resource: "account";
1267
+ readonly resource_path: "/v2/accounts/FET";
1268
+ readonly allow_deposits: true;
1269
+ readonly allow_withdrawals: true;
1270
+ readonly active: true;
1271
+ }, {
1272
+ readonly id: "PAX";
1273
+ readonly name: "PAX Wallet";
1274
+ readonly primary: true;
1275
+ readonly type: "wallet";
1276
+ readonly currency: {
1277
+ readonly code: "PAX";
1278
+ readonly name: "Paxos Standard";
1279
+ readonly color: "#2F8260";
1280
+ readonly sort_index: 195;
1281
+ readonly exponent: 8;
1282
+ readonly type: "crypto";
1283
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1284
+ readonly asset_id: "be4a78af-d300-59b0-9c70-ba42a93caf56";
1285
+ readonly slug: "paxos-standard";
1286
+ };
1287
+ readonly balance: {
1288
+ readonly amount: "0.00000000";
1289
+ readonly currency: "PAX";
1290
+ };
1291
+ readonly created_at: null;
1292
+ readonly updated_at: null;
1293
+ readonly resource: "account";
1294
+ readonly resource_path: "/v2/accounts/PAX";
1295
+ readonly allow_deposits: true;
1296
+ readonly allow_withdrawals: true;
1297
+ readonly active: true;
1298
+ }, {
1299
+ readonly id: "ACH";
1300
+ readonly name: "ACH Wallet";
1301
+ readonly primary: true;
1302
+ readonly type: "wallet";
1303
+ readonly currency: {
1304
+ readonly code: "ACH";
1305
+ readonly name: "Alchemy Pay";
1306
+ readonly color: "#2E3567";
1307
+ readonly sort_index: 196;
1308
+ readonly exponent: 8;
1309
+ readonly type: "crypto";
1310
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1311
+ readonly asset_id: "045e4fab-f2ca-58a3-ac2b-8c47c5d23968";
1312
+ readonly slug: "alchemy-pay";
1313
+ };
1314
+ readonly balance: {
1315
+ readonly amount: "0.00000000";
1316
+ readonly currency: "ACH";
1317
+ };
1318
+ readonly created_at: null;
1319
+ readonly updated_at: null;
1320
+ readonly resource: "account";
1321
+ readonly resource_path: "/v2/accounts/ACH";
1322
+ readonly allow_deposits: true;
1323
+ readonly allow_withdrawals: true;
1324
+ readonly active: true;
1325
+ }, {
1326
+ readonly id: "ASM";
1327
+ readonly name: "ASM Wallet";
1328
+ readonly primary: true;
1329
+ readonly type: "wallet";
1330
+ readonly currency: {
1331
+ readonly code: "ASM";
1332
+ readonly name: "Assemble Protocol";
1333
+ readonly color: "#0667D0";
1334
+ readonly sort_index: 197;
1335
+ readonly exponent: 8;
1336
+ readonly type: "crypto";
1337
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1338
+ readonly asset_id: "49e1401a-48a0-58ac-881d-03ef6894a038";
1339
+ readonly slug: "assemble-protocol";
1340
+ };
1341
+ readonly balance: {
1342
+ readonly amount: "0.00000000";
1343
+ readonly currency: "ASM";
1344
+ };
1345
+ readonly created_at: null;
1346
+ readonly updated_at: null;
1347
+ readonly resource: "account";
1348
+ readonly resource_path: "/v2/accounts/ASM";
1349
+ readonly allow_deposits: true;
1350
+ readonly allow_withdrawals: true;
1351
+ readonly active: true;
1352
+ }, {
1353
+ readonly id: "PLA";
1354
+ readonly name: "PLA Wallet";
1355
+ readonly primary: true;
1356
+ readonly type: "wallet";
1357
+ readonly currency: {
1358
+ readonly code: "PLA";
1359
+ readonly name: "PlayDapp";
1360
+ readonly color: "#02D6B4";
1361
+ readonly sort_index: 198;
1362
+ readonly exponent: 8;
1363
+ readonly type: "crypto";
1364
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1365
+ readonly asset_id: "baeb8efc-a5a6-5d8a-844c-2b95e4d09c99";
1366
+ readonly slug: "playdapp";
1367
+ };
1368
+ readonly balance: {
1369
+ readonly amount: "0.00000000";
1370
+ readonly currency: "PLA";
1371
+ };
1372
+ readonly created_at: null;
1373
+ readonly updated_at: null;
1374
+ readonly resource: "account";
1375
+ readonly resource_path: "/v2/accounts/PLA";
1376
+ readonly allow_deposits: true;
1377
+ readonly allow_withdrawals: true;
1378
+ readonly active: true;
1379
+ }, {
1380
+ readonly id: "RAI";
1381
+ readonly name: "RAI Wallet";
1382
+ readonly primary: true;
1383
+ readonly type: "wallet";
1384
+ readonly currency: {
1385
+ readonly code: "RAI";
1386
+ readonly name: "Rai Reflex Index";
1387
+ readonly color: "#1FC8A7";
1388
+ readonly sort_index: 199;
1389
+ readonly exponent: 8;
1390
+ readonly type: "crypto";
1391
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1392
+ readonly asset_id: "8adc8071-0938-5583-b672-6033f16f2786";
1393
+ readonly slug: "rai";
1394
+ };
1395
+ readonly balance: {
1396
+ readonly amount: "0.00000000";
1397
+ readonly currency: "RAI";
1398
+ };
1399
+ readonly created_at: null;
1400
+ readonly updated_at: null;
1401
+ readonly resource: "account";
1402
+ readonly resource_path: "/v2/accounts/RAI";
1403
+ readonly allow_deposits: true;
1404
+ readonly allow_withdrawals: true;
1405
+ readonly active: true;
1406
+ }, {
1407
+ readonly id: "TRIBE";
1408
+ readonly name: "TRIBE Wallet";
1409
+ readonly primary: true;
1410
+ readonly type: "wallet";
1411
+ readonly currency: {
1412
+ readonly code: "TRIBE";
1413
+ readonly name: "Tribe";
1414
+ readonly color: "#178DD0";
1415
+ readonly sort_index: 200;
1416
+ readonly exponent: 8;
1417
+ readonly type: "crypto";
1418
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1419
+ readonly asset_id: "09fa97ba-0baa-554b-a4a7-bfc4d00f4086";
1420
+ readonly slug: "tribe";
1421
+ };
1422
+ readonly balance: {
1423
+ readonly amount: "0.00000000";
1424
+ readonly currency: "TRIBE";
1425
+ };
1426
+ readonly created_at: null;
1427
+ readonly updated_at: null;
1428
+ readonly resource: "account";
1429
+ readonly resource_path: "/v2/accounts/TRIBE";
1430
+ readonly allow_deposits: true;
1431
+ readonly allow_withdrawals: true;
1432
+ readonly active: true;
1433
+ }, {
1434
+ readonly id: "ORN";
1435
+ readonly name: "ORN Wallet";
1436
+ readonly primary: true;
1437
+ readonly type: "wallet";
1438
+ readonly currency: {
1439
+ readonly code: "ORN";
1440
+ readonly name: "Orion Protocol";
1441
+ readonly color: "#313151";
1442
+ readonly sort_index: 201;
1443
+ readonly exponent: 8;
1444
+ readonly type: "crypto";
1445
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1446
+ readonly asset_id: "0c275161-fb4b-50c4-926b-d4d7d093b897";
1447
+ readonly slug: "orion-protocol";
1448
+ };
1449
+ readonly balance: {
1450
+ readonly amount: "0.00000000";
1451
+ readonly currency: "ORN";
1452
+ };
1453
+ readonly created_at: null;
1454
+ readonly updated_at: null;
1455
+ readonly resource: "account";
1456
+ readonly resource_path: "/v2/accounts/ORN";
1457
+ readonly allow_deposits: true;
1458
+ readonly allow_withdrawals: true;
1459
+ readonly active: true;
1460
+ }, {
1461
+ readonly id: "IOTX";
1462
+ readonly name: "IOTX Wallet";
1463
+ readonly primary: true;
1464
+ readonly type: "wallet";
1465
+ readonly currency: {
1466
+ readonly code: "IOTX";
1467
+ readonly name: "IoTeX";
1468
+ readonly color: "#19263B";
1469
+ readonly sort_index: 202;
1470
+ readonly exponent: 8;
1471
+ readonly type: "crypto";
1472
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1473
+ readonly asset_id: "56f8ea19-7e6a-5e38-ac47-fc9762b955ae";
1474
+ readonly slug: "iotex";
1475
+ };
1476
+ readonly balance: {
1477
+ readonly amount: "0.00000000";
1478
+ readonly currency: "IOTX";
1479
+ };
1480
+ readonly created_at: null;
1481
+ readonly updated_at: null;
1482
+ readonly resource: "account";
1483
+ readonly resource_path: "/v2/accounts/IOTX";
1484
+ readonly allow_deposits: true;
1485
+ readonly allow_withdrawals: true;
1486
+ readonly active: true;
1487
+ }, {
1488
+ readonly id: "UST";
1489
+ readonly name: "UST Wallet";
1490
+ readonly primary: true;
1491
+ readonly type: "wallet";
1492
+ readonly currency: {
1493
+ readonly code: "UST";
1494
+ readonly name: "TerraUSD";
1495
+ readonly color: "#5493F7";
1496
+ readonly sort_index: 203;
1497
+ readonly exponent: 8;
1498
+ readonly type: "crypto";
1499
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1500
+ readonly asset_id: "05120843-11c1-5b66-9df2-395db6d7ed6b";
1501
+ readonly slug: "terrausd";
1502
+ };
1503
+ readonly balance: {
1504
+ readonly amount: "0.00000000";
1505
+ readonly currency: "UST";
1506
+ };
1507
+ readonly created_at: null;
1508
+ readonly updated_at: null;
1509
+ readonly resource: "account";
1510
+ readonly resource_path: "/v2/accounts/UST";
1511
+ readonly allow_deposits: true;
1512
+ readonly allow_withdrawals: true;
1513
+ readonly active: true;
1514
+ }, {
1515
+ readonly id: "QUICK";
1516
+ readonly name: "QUICK Wallet";
1517
+ readonly primary: true;
1518
+ readonly type: "wallet";
1519
+ readonly currency: {
1520
+ readonly code: "QUICK";
1521
+ readonly name: "Quickswap";
1522
+ readonly color: "#418AC9";
1523
+ readonly sort_index: 204;
1524
+ readonly exponent: 8;
1525
+ readonly type: "crypto";
1526
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1527
+ readonly asset_id: "f04b2f59-319f-5fb5-ba88-2c33cca01901";
1528
+ readonly slug: "quickswap";
1529
+ };
1530
+ readonly balance: {
1531
+ readonly amount: "0.00000000";
1532
+ readonly currency: "QUICK";
1533
+ };
1534
+ readonly created_at: null;
1535
+ readonly updated_at: null;
1536
+ readonly resource: "account";
1537
+ readonly resource_path: "/v2/accounts/QUICK";
1538
+ readonly allow_deposits: true;
1539
+ readonly allow_withdrawals: true;
1540
+ readonly active: true;
1541
+ }, {
1542
+ readonly id: "AXS";
1543
+ readonly name: "AXS Wallet";
1544
+ readonly primary: true;
1545
+ readonly type: "wallet";
1546
+ readonly currency: {
1547
+ readonly code: "AXS";
1548
+ readonly name: "Axie Infinity";
1549
+ readonly color: "#0055D5";
1550
+ readonly sort_index: 205;
1551
+ readonly exponent: 8;
1552
+ readonly type: "crypto";
1553
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1554
+ readonly asset_id: "b76225e9-3cff-5c6f-88a2-2490f70cb02e";
1555
+ readonly slug: "axie-infinity";
1556
+ };
1557
+ readonly balance: {
1558
+ readonly amount: "0.00000000";
1559
+ readonly currency: "AXS";
1560
+ };
1561
+ readonly created_at: null;
1562
+ readonly updated_at: null;
1563
+ readonly resource: "account";
1564
+ readonly resource_path: "/v2/accounts/AXS";
1565
+ readonly allow_deposits: true;
1566
+ readonly allow_withdrawals: true;
1567
+ readonly active: true;
1568
+ }, {
1569
+ readonly id: "REQ";
1570
+ readonly name: "REQ Wallet";
1571
+ readonly primary: true;
1572
+ readonly type: "wallet";
1573
+ readonly currency: {
1574
+ readonly code: "REQ";
1575
+ readonly name: "Request";
1576
+ readonly color: "#00E6A0";
1577
+ readonly sort_index: 206;
1578
+ readonly exponent: 8;
1579
+ readonly type: "crypto";
1580
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1581
+ readonly asset_id: "7c6cf248-e06b-5426-a05d-ac2777159a11";
1582
+ readonly slug: "request";
1583
+ };
1584
+ readonly balance: {
1585
+ readonly amount: "0.00000000";
1586
+ readonly currency: "REQ";
1587
+ };
1588
+ readonly created_at: null;
1589
+ readonly updated_at: null;
1590
+ readonly resource: "account";
1591
+ readonly resource_path: "/v2/accounts/REQ";
1592
+ readonly allow_deposits: true;
1593
+ readonly allow_withdrawals: true;
1594
+ readonly active: true;
1595
+ }, {
1596
+ readonly id: "WLUNA";
1597
+ readonly name: "WLUNA Wallet";
1598
+ readonly primary: true;
1599
+ readonly type: "wallet";
1600
+ readonly currency: {
1601
+ readonly code: "WLUNA";
1602
+ readonly name: "Wrapped Luna";
1603
+ readonly color: "#28CD88";
1604
+ readonly sort_index: 207;
1605
+ readonly exponent: 8;
1606
+ readonly type: "crypto";
1607
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1608
+ readonly asset_id: "ecd5367c-801d-5160-8c7a-6bb5f9bb018b";
1609
+ readonly slug: "wrapped-luna-token";
1610
+ };
1611
+ readonly balance: {
1612
+ readonly amount: "0.00000000";
1613
+ readonly currency: "WLUNA";
1614
+ };
1615
+ readonly created_at: null;
1616
+ readonly updated_at: null;
1617
+ readonly resource: "account";
1618
+ readonly resource_path: "/v2/accounts/WLUNA";
1619
+ readonly allow_deposits: true;
1620
+ readonly allow_withdrawals: true;
1621
+ readonly active: true;
1622
+ }, {
1623
+ readonly id: "TRU";
1624
+ readonly name: "TRU Wallet";
1625
+ readonly primary: true;
1626
+ readonly type: "wallet";
1627
+ readonly currency: {
1628
+ readonly code: "TRU";
1629
+ readonly name: "Truefi";
1630
+ readonly color: "#1A5AFF";
1631
+ readonly sort_index: 208;
1632
+ readonly exponent: 8;
1633
+ readonly type: "crypto";
1634
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1635
+ readonly asset_id: "248c3984-79c8-5df2-a35d-bbd3a3e16e70";
1636
+ readonly slug: "truefi-token";
1637
+ };
1638
+ readonly balance: {
1639
+ readonly amount: "0.00000000";
1640
+ readonly currency: "TRU";
1641
+ };
1642
+ readonly created_at: null;
1643
+ readonly updated_at: null;
1644
+ readonly resource: "account";
1645
+ readonly resource_path: "/v2/accounts/TRU";
1646
+ readonly allow_deposits: true;
1647
+ readonly allow_withdrawals: true;
1648
+ readonly active: true;
1649
+ }, {
1650
+ readonly id: "RAD";
1651
+ readonly name: "RAD Wallet";
1652
+ readonly primary: true;
1653
+ readonly type: "wallet";
1654
+ readonly currency: {
1655
+ readonly code: "RAD";
1656
+ readonly name: "Radicle";
1657
+ readonly color: "#53D855";
1658
+ readonly sort_index: 209;
1659
+ readonly exponent: 8;
1660
+ readonly type: "crypto";
1661
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1662
+ readonly asset_id: "aa75e77c-c936-58a2-9d3c-afb7f23886e1";
1663
+ readonly slug: "radicle";
1664
+ };
1665
+ readonly balance: {
1666
+ readonly amount: "0.00000000";
1667
+ readonly currency: "RAD";
1668
+ };
1669
+ readonly created_at: null;
1670
+ readonly updated_at: null;
1671
+ readonly resource: "account";
1672
+ readonly resource_path: "/v2/accounts/RAD";
1673
+ readonly allow_deposits: true;
1674
+ readonly allow_withdrawals: true;
1675
+ readonly active: true;
1676
+ }, {
1677
+ readonly id: "DDX";
1678
+ readonly name: "DDX Wallet";
1679
+ readonly primary: true;
1680
+ readonly type: "wallet";
1681
+ readonly currency: {
1682
+ readonly code: "DDX";
1683
+ readonly name: "DerivaDAO";
1684
+ readonly color: "#2D1680";
1685
+ readonly sort_index: 210;
1686
+ readonly exponent: 8;
1687
+ readonly type: "crypto";
1688
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1689
+ readonly asset_id: "83cb4677-21c9-557f-9baa-969b3fee1a34";
1690
+ readonly slug: "derivadao";
1691
+ };
1692
+ readonly balance: {
1693
+ readonly amount: "0.00000000";
1694
+ readonly currency: "DDX";
1695
+ };
1696
+ readonly created_at: null;
1697
+ readonly updated_at: null;
1698
+ readonly resource: "account";
1699
+ readonly resource_path: "/v2/accounts/DDX";
1700
+ readonly allow_deposits: true;
1701
+ readonly allow_withdrawals: true;
1702
+ readonly active: true;
1703
+ }, {
1704
+ readonly id: "SUKU";
1705
+ readonly name: "SUKU Wallet";
1706
+ readonly primary: true;
1707
+ readonly type: "wallet";
1708
+ readonly currency: {
1709
+ readonly code: "SUKU";
1710
+ readonly name: "SUKU";
1711
+ readonly color: "#0667D0";
1712
+ readonly sort_index: 211;
1713
+ readonly exponent: 8;
1714
+ readonly type: "crypto";
1715
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1716
+ readonly asset_id: "bfb347d2-9510-5a8f-8aed-001fd3e1131d";
1717
+ readonly slug: "suku";
1718
+ };
1719
+ readonly balance: {
1720
+ readonly amount: "0.00000000";
1721
+ readonly currency: "SUKU";
1722
+ };
1723
+ readonly created_at: null;
1724
+ readonly updated_at: null;
1725
+ readonly resource: "account";
1726
+ readonly resource_path: "/v2/accounts/SUKU";
1727
+ readonly allow_deposits: true;
1728
+ readonly allow_withdrawals: true;
1729
+ readonly active: true;
1730
+ }, {
1731
+ readonly id: "RGT";
1732
+ readonly name: "RGT Wallet";
1733
+ readonly primary: true;
1734
+ readonly type: "wallet";
1735
+ readonly currency: {
1736
+ readonly code: "RGT";
1737
+ readonly name: "Rari Governance Token";
1738
+ readonly color: "#0667D0";
1739
+ readonly sort_index: 212;
1740
+ readonly exponent: 8;
1741
+ readonly type: "crypto";
1742
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1743
+ readonly asset_id: "a1548f40-bf11-5f95-a1c4-13cf8ecd8f8f";
1744
+ readonly slug: "rari-governance-token";
1745
+ };
1746
+ readonly balance: {
1747
+ readonly amount: "0.00000000";
1748
+ readonly currency: "RGT";
1749
+ };
1750
+ readonly created_at: null;
1751
+ readonly updated_at: null;
1752
+ readonly resource: "account";
1753
+ readonly resource_path: "/v2/accounts/RGT";
1754
+ readonly allow_deposits: true;
1755
+ readonly allow_withdrawals: true;
1756
+ readonly active: true;
1757
+ }, {
1758
+ readonly id: "XYO";
1759
+ readonly name: "XYO Wallet";
1760
+ readonly primary: true;
1761
+ readonly type: "wallet";
1762
+ readonly currency: {
1763
+ readonly code: "XYO";
1764
+ readonly name: "XYO";
1765
+ readonly color: "#0667D0";
1766
+ readonly sort_index: 213;
1767
+ readonly exponent: 8;
1768
+ readonly type: "crypto";
1769
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1770
+ readonly asset_id: "36d68172-0e1b-5a94-845a-a1e4e1022b75";
1771
+ readonly slug: "xyo";
1772
+ };
1773
+ readonly balance: {
1774
+ readonly amount: "0.00000000";
1775
+ readonly currency: "XYO";
1776
+ };
1777
+ readonly created_at: null;
1778
+ readonly updated_at: null;
1779
+ readonly resource: "account";
1780
+ readonly resource_path: "/v2/accounts/XYO";
1781
+ readonly allow_deposits: true;
1782
+ readonly allow_withdrawals: true;
1783
+ readonly active: true;
1784
+ }, {
1785
+ readonly id: "COTI";
1786
+ readonly name: "COTI Wallet";
1787
+ readonly primary: true;
1788
+ readonly type: "wallet";
1789
+ readonly currency: {
1790
+ readonly code: "COTI";
1791
+ readonly name: "COTI";
1792
+ readonly color: "#229FD0";
1793
+ readonly sort_index: 214;
1794
+ readonly exponent: 8;
1795
+ readonly type: "crypto";
1796
+ readonly address_regex: "^(?:0x)?[0-9a-fA-F]{40}$";
1797
+ readonly asset_id: "95c91657-a486-5b3f-a6e4-d0831331dcd1";
1798
+ readonly slug: "coti";
1799
+ };
1800
+ readonly balance: {
1801
+ readonly amount: "0.00000000";
1802
+ readonly currency: "COTI";
1803
+ };
1804
+ readonly created_at: null;
1805
+ readonly updated_at: null;
1806
+ readonly resource: "account";
1807
+ readonly resource_path: "/v2/accounts/COTI";
1808
+ readonly allow_deposits: true;
1809
+ readonly allow_withdrawals: true;
1810
+ readonly active: true;
1811
+ }, {
1812
+ readonly id: "ZEN";
1813
+ readonly name: "ZEN Wallet";
1814
+ readonly primary: true;
1815
+ readonly type: "wallet";
1816
+ readonly currency: {
1817
+ readonly code: "ZEN";
1818
+ readonly name: "Horizen";
1819
+ readonly color: "#234871";
1820
+ readonly sort_index: 215;
1821
+ readonly exponent: 8;
1822
+ readonly type: "crypto";
1823
+ readonly address_regex: "^(zn|zr|zt|zs)[a-km-zA-HJ-NP-Z1-9]{25,34}$";
1824
+ readonly asset_id: "ef343d07-52fe-5fee-88ad-ddf1a9e2d852";
1825
+ readonly slug: "horizen";
1826
+ };
1827
+ readonly balance: {
1828
+ readonly amount: "0.00000000";
1829
+ readonly currency: "ZEN";
1830
+ };
1831
+ readonly created_at: null;
1832
+ readonly updated_at: null;
1833
+ readonly resource: "account";
1834
+ readonly resource_path: "/v2/accounts/ZEN";
1835
+ readonly allow_deposits: true;
1836
+ readonly allow_withdrawals: true;
1837
+ readonly active: true;
1838
+ }];
1839
+ //# sourceMappingURL=retailWebYourAssets.mock.d.ts.map