@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,1862 @@
1
+ import type { CollapsibleProps } from './Collapsible';
2
+ export declare const useCollapsibleMotionProps: ({ collapsed, direction, dangerouslyDisableOverflowHidden, }: Pick<CollapsibleProps, "collapsed" | "direction" | "dangerouslyDisableOverflowHidden">) => {
3
+ exit?: import("../motion/types").MotionState | import("framer-motion").TargetAndTransition;
4
+ transformTemplate?: (transform: {
5
+ x?: string | number;
6
+ y?: string | number;
7
+ z?: string | number;
8
+ translateX?: string | number;
9
+ translateY?: string | number;
10
+ translateZ?: string | number;
11
+ rotate?: string | number;
12
+ rotateX?: string | number;
13
+ rotateY?: string | number;
14
+ rotateZ?: string | number;
15
+ scale?: string | number;
16
+ scaleX?: string | number;
17
+ scaleY?: string | number;
18
+ scaleZ?: string | number;
19
+ skew?: string | number;
20
+ skewX?: string | number;
21
+ skewY?: string | number;
22
+ originX?: string | number;
23
+ originY?: string | number;
24
+ originZ?: string | number;
25
+ perspective?: string | number;
26
+ transformPerspective?: string | number;
27
+ }, generatedTransform: string) => string;
28
+ viewport?: import("framer-motion").MotionProps["viewport"];
29
+ inherit?: boolean | undefined;
30
+ style?: import("framer-motion").MotionStyle | undefined;
31
+ children?: import("react").ReactNode | import("framer-motion").MotionValue<number> | import("framer-motion").MotionValue<string>;
32
+ onDrag?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
33
+ onDragEnd?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
34
+ onDragStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
35
+ onAnimationStart?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
36
+ drag?: boolean | "x" | "y" | undefined;
37
+ layout?: boolean | "position" | "size" | "preserve-aspect" | undefined;
38
+ custom?: any;
39
+ transformValues?: (<V extends import("framer-motion").ResolvedValues>(values: V) => V) | undefined;
40
+ variants: import("../motion/types").MotionVariant | import("framer-motion").Variants | undefined;
41
+ onBeforeLayoutMeasure?: ((box: import("framer-motion").Box) => void) | undefined;
42
+ onLayoutMeasure?: ((box: import("framer-motion").Box, prevBox: import("framer-motion").Box) => void) | undefined;
43
+ onUpdate?: ((latest: import("framer-motion").ResolvedValues) => void) | undefined;
44
+ onAnimationComplete?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
45
+ onPan?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
46
+ onPanStart?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
47
+ onPanSessionStart?: ((event: PointerEvent, info: import("framer-motion").EventInfo) => void) | undefined;
48
+ onPanEnd?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
49
+ onTap?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
50
+ onTapStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
51
+ onTapCancel?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
52
+ whileTap?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
53
+ globalTapTarget?: boolean | undefined;
54
+ whileHover?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
55
+ onHoverStart?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
56
+ onHoverEnd?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
57
+ whileFocus?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
58
+ whileInView?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
59
+ onViewportEnter?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
60
+ onViewportLeave?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
61
+ whileDrag?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
62
+ dragDirectionLock?: boolean | undefined;
63
+ dragPropagation?: boolean | undefined;
64
+ dragConstraints?: (false | Partial<import("framer-motion").BoundingBox> | {
65
+ current: Element | null;
66
+ }) | undefined;
67
+ dragElastic?: import("framer-motion").DragElastic | undefined;
68
+ dragMomentum?: boolean | undefined;
69
+ dragTransition?: Partial<Omit<import("framer-motion").Inertia, "type" | "velocity">> | undefined;
70
+ dragControls?: import("framer-motion").DragControls | undefined;
71
+ dragSnapToOrigin?: boolean | undefined;
72
+ dragListener?: boolean | undefined;
73
+ onMeasureDragConstraints?: ((constraints: import("framer-motion").BoundingBox) => import("framer-motion").BoundingBox | void) | undefined;
74
+ _dragX?: import("framer-motion").MotionValue<number> | undefined;
75
+ _dragY?: import("framer-motion").MotionValue<number> | undefined;
76
+ onDirectionLock?: ((axis: "x" | "y") => void) | undefined;
77
+ onDragTransitionEnd?: (() => void) | undefined;
78
+ layoutId?: string | undefined;
79
+ onLayoutAnimationStart?: (() => void) | undefined;
80
+ onLayoutAnimationComplete?: (() => void) | undefined;
81
+ layoutDependency?: any;
82
+ layoutScroll?: boolean | undefined;
83
+ layoutRoot?: boolean | undefined;
84
+ ignoreStrict?: boolean | undefined;
85
+ initial: boolean | import("../motion/types").MotionState | {
86
+ filter?: string | import("framer-motion").CustomValueType | undefined;
87
+ fill?: string | import("framer-motion").CustomValueType | undefined;
88
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
89
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
90
+ fontFamily?: string | import("framer-motion").CustomValueType | undefined;
91
+ fontSize?: string | number | import("framer-motion").CustomValueType | undefined;
92
+ fontWeight?: string | number | import("framer-motion").CustomValueType | undefined;
93
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | import("framer-motion").CustomValueType | undefined;
94
+ textTransform?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
95
+ color?: string | import("framer-motion").CustomValueType | undefined;
96
+ "--blue0"?: string | import("framer-motion").CustomValueType | undefined;
97
+ "--blue5"?: string | import("framer-motion").CustomValueType | undefined;
98
+ "--blue10"?: string | import("framer-motion").CustomValueType | undefined;
99
+ "--blue15"?: string | import("framer-motion").CustomValueType | undefined;
100
+ "--blue20"?: string | import("framer-motion").CustomValueType | undefined;
101
+ "--blue30"?: string | import("framer-motion").CustomValueType | undefined;
102
+ "--blue40"?: string | import("framer-motion").CustomValueType | undefined;
103
+ "--blue50"?: string | import("framer-motion").CustomValueType | undefined;
104
+ "--blue60"?: string | import("framer-motion").CustomValueType | undefined;
105
+ "--blue70"?: string | import("framer-motion").CustomValueType | undefined;
106
+ "--blue80"?: string | import("framer-motion").CustomValueType | undefined;
107
+ "--blue90"?: string | import("framer-motion").CustomValueType | undefined;
108
+ "--blue100"?: string | import("framer-motion").CustomValueType | undefined;
109
+ "--green0"?: string | import("framer-motion").CustomValueType | undefined;
110
+ "--green5"?: string | import("framer-motion").CustomValueType | undefined;
111
+ "--green10"?: string | import("framer-motion").CustomValueType | undefined;
112
+ "--green15"?: string | import("framer-motion").CustomValueType | undefined;
113
+ "--green20"?: string | import("framer-motion").CustomValueType | undefined;
114
+ "--green30"?: string | import("framer-motion").CustomValueType | undefined;
115
+ "--green40"?: string | import("framer-motion").CustomValueType | undefined;
116
+ "--green50"?: string | import("framer-motion").CustomValueType | undefined;
117
+ "--green60"?: string | import("framer-motion").CustomValueType | undefined;
118
+ "--green70"?: string | import("framer-motion").CustomValueType | undefined;
119
+ "--green80"?: string | import("framer-motion").CustomValueType | undefined;
120
+ "--green90"?: string | import("framer-motion").CustomValueType | undefined;
121
+ "--green100"?: string | import("framer-motion").CustomValueType | undefined;
122
+ "--orange0"?: string | import("framer-motion").CustomValueType | undefined;
123
+ "--orange5"?: string | import("framer-motion").CustomValueType | undefined;
124
+ "--orange10"?: string | import("framer-motion").CustomValueType | undefined;
125
+ "--orange15"?: string | import("framer-motion").CustomValueType | undefined;
126
+ "--orange20"?: string | import("framer-motion").CustomValueType | undefined;
127
+ "--orange30"?: string | import("framer-motion").CustomValueType | undefined;
128
+ "--orange40"?: string | import("framer-motion").CustomValueType | undefined;
129
+ "--orange50"?: string | import("framer-motion").CustomValueType | undefined;
130
+ "--orange60"?: string | import("framer-motion").CustomValueType | undefined;
131
+ "--orange70"?: string | import("framer-motion").CustomValueType | undefined;
132
+ "--orange80"?: string | import("framer-motion").CustomValueType | undefined;
133
+ "--orange90"?: string | import("framer-motion").CustomValueType | undefined;
134
+ "--orange100"?: string | import("framer-motion").CustomValueType | undefined;
135
+ "--yellow0"?: string | import("framer-motion").CustomValueType | undefined;
136
+ "--yellow5"?: string | import("framer-motion").CustomValueType | undefined;
137
+ "--yellow10"?: string | import("framer-motion").CustomValueType | undefined;
138
+ "--yellow15"?: string | import("framer-motion").CustomValueType | undefined;
139
+ "--yellow20"?: string | import("framer-motion").CustomValueType | undefined;
140
+ "--yellow30"?: string | import("framer-motion").CustomValueType | undefined;
141
+ "--yellow40"?: string | import("framer-motion").CustomValueType | undefined;
142
+ "--yellow50"?: string | import("framer-motion").CustomValueType | undefined;
143
+ "--yellow60"?: string | import("framer-motion").CustomValueType | undefined;
144
+ "--yellow70"?: string | import("framer-motion").CustomValueType | undefined;
145
+ "--yellow80"?: string | import("framer-motion").CustomValueType | undefined;
146
+ "--yellow90"?: string | import("framer-motion").CustomValueType | undefined;
147
+ "--yellow100"?: string | import("framer-motion").CustomValueType | undefined;
148
+ "--gray0"?: string | import("framer-motion").CustomValueType | undefined;
149
+ "--gray5"?: string | import("framer-motion").CustomValueType | undefined;
150
+ "--gray10"?: string | import("framer-motion").CustomValueType | undefined;
151
+ "--gray15"?: string | import("framer-motion").CustomValueType | undefined;
152
+ "--gray20"?: string | import("framer-motion").CustomValueType | undefined;
153
+ "--gray30"?: string | import("framer-motion").CustomValueType | undefined;
154
+ "--gray40"?: string | import("framer-motion").CustomValueType | undefined;
155
+ "--gray50"?: string | import("framer-motion").CustomValueType | undefined;
156
+ "--gray60"?: string | import("framer-motion").CustomValueType | undefined;
157
+ "--gray70"?: string | import("framer-motion").CustomValueType | undefined;
158
+ "--gray80"?: string | import("framer-motion").CustomValueType | undefined;
159
+ "--gray90"?: string | import("framer-motion").CustomValueType | undefined;
160
+ "--gray100"?: string | import("framer-motion").CustomValueType | undefined;
161
+ "--indigo0"?: string | import("framer-motion").CustomValueType | undefined;
162
+ "--indigo5"?: string | import("framer-motion").CustomValueType | undefined;
163
+ "--indigo10"?: string | import("framer-motion").CustomValueType | undefined;
164
+ "--indigo15"?: string | import("framer-motion").CustomValueType | undefined;
165
+ "--indigo20"?: string | import("framer-motion").CustomValueType | undefined;
166
+ "--indigo30"?: string | import("framer-motion").CustomValueType | undefined;
167
+ "--indigo40"?: string | import("framer-motion").CustomValueType | undefined;
168
+ "--indigo50"?: string | import("framer-motion").CustomValueType | undefined;
169
+ "--indigo60"?: string | import("framer-motion").CustomValueType | undefined;
170
+ "--indigo70"?: string | import("framer-motion").CustomValueType | undefined;
171
+ "--indigo80"?: string | import("framer-motion").CustomValueType | undefined;
172
+ "--indigo90"?: string | import("framer-motion").CustomValueType | undefined;
173
+ "--indigo100"?: string | import("framer-motion").CustomValueType | undefined;
174
+ "--pink0"?: string | import("framer-motion").CustomValueType | undefined;
175
+ "--pink5"?: string | import("framer-motion").CustomValueType | undefined;
176
+ "--pink10"?: string | import("framer-motion").CustomValueType | undefined;
177
+ "--pink15"?: string | import("framer-motion").CustomValueType | undefined;
178
+ "--pink20"?: string | import("framer-motion").CustomValueType | undefined;
179
+ "--pink30"?: string | import("framer-motion").CustomValueType | undefined;
180
+ "--pink40"?: string | import("framer-motion").CustomValueType | undefined;
181
+ "--pink50"?: string | import("framer-motion").CustomValueType | undefined;
182
+ "--pink60"?: string | import("framer-motion").CustomValueType | undefined;
183
+ "--pink70"?: string | import("framer-motion").CustomValueType | undefined;
184
+ "--pink80"?: string | import("framer-motion").CustomValueType | undefined;
185
+ "--pink90"?: string | import("framer-motion").CustomValueType | undefined;
186
+ "--pink100"?: string | import("framer-motion").CustomValueType | undefined;
187
+ "--purple0"?: string | import("framer-motion").CustomValueType | undefined;
188
+ "--purple5"?: string | import("framer-motion").CustomValueType | undefined;
189
+ "--purple10"?: string | import("framer-motion").CustomValueType | undefined;
190
+ "--purple15"?: string | import("framer-motion").CustomValueType | undefined;
191
+ "--purple20"?: string | import("framer-motion").CustomValueType | undefined;
192
+ "--purple30"?: string | import("framer-motion").CustomValueType | undefined;
193
+ "--purple40"?: string | import("framer-motion").CustomValueType | undefined;
194
+ "--purple50"?: string | import("framer-motion").CustomValueType | undefined;
195
+ "--purple60"?: string | import("framer-motion").CustomValueType | undefined;
196
+ "--purple70"?: string | import("framer-motion").CustomValueType | undefined;
197
+ "--purple80"?: string | import("framer-motion").CustomValueType | undefined;
198
+ "--purple90"?: string | import("framer-motion").CustomValueType | undefined;
199
+ "--purple100"?: string | import("framer-motion").CustomValueType | undefined;
200
+ "--red0"?: string | import("framer-motion").CustomValueType | undefined;
201
+ "--red5"?: string | import("framer-motion").CustomValueType | undefined;
202
+ "--red10"?: string | import("framer-motion").CustomValueType | undefined;
203
+ "--red15"?: string | import("framer-motion").CustomValueType | undefined;
204
+ "--red20"?: string | import("framer-motion").CustomValueType | undefined;
205
+ "--red30"?: string | import("framer-motion").CustomValueType | undefined;
206
+ "--red40"?: string | import("framer-motion").CustomValueType | undefined;
207
+ "--red50"?: string | import("framer-motion").CustomValueType | undefined;
208
+ "--red60"?: string | import("framer-motion").CustomValueType | undefined;
209
+ "--red70"?: string | import("framer-motion").CustomValueType | undefined;
210
+ "--red80"?: string | import("framer-motion").CustomValueType | undefined;
211
+ "--red90"?: string | import("framer-motion").CustomValueType | undefined;
212
+ "--red100"?: string | import("framer-motion").CustomValueType | undefined;
213
+ "--teal0"?: string | import("framer-motion").CustomValueType | undefined;
214
+ "--teal5"?: string | import("framer-motion").CustomValueType | undefined;
215
+ "--teal10"?: string | import("framer-motion").CustomValueType | undefined;
216
+ "--teal15"?: string | import("framer-motion").CustomValueType | undefined;
217
+ "--teal20"?: string | import("framer-motion").CustomValueType | undefined;
218
+ "--teal30"?: string | import("framer-motion").CustomValueType | undefined;
219
+ "--teal40"?: string | import("framer-motion").CustomValueType | undefined;
220
+ "--teal50"?: string | import("framer-motion").CustomValueType | undefined;
221
+ "--teal60"?: string | import("framer-motion").CustomValueType | undefined;
222
+ "--teal70"?: string | import("framer-motion").CustomValueType | undefined;
223
+ "--teal80"?: string | import("framer-motion").CustomValueType | undefined;
224
+ "--teal90"?: string | import("framer-motion").CustomValueType | undefined;
225
+ "--teal100"?: string | import("framer-motion").CustomValueType | undefined;
226
+ "--chartreuse0"?: string | import("framer-motion").CustomValueType | undefined;
227
+ "--chartreuse5"?: string | import("framer-motion").CustomValueType | undefined;
228
+ "--chartreuse10"?: string | import("framer-motion").CustomValueType | undefined;
229
+ "--chartreuse15"?: string | import("framer-motion").CustomValueType | undefined;
230
+ "--chartreuse20"?: string | import("framer-motion").CustomValueType | undefined;
231
+ "--chartreuse30"?: string | import("framer-motion").CustomValueType | undefined;
232
+ "--chartreuse40"?: string | import("framer-motion").CustomValueType | undefined;
233
+ "--chartreuse50"?: string | import("framer-motion").CustomValueType | undefined;
234
+ "--chartreuse60"?: string | import("framer-motion").CustomValueType | undefined;
235
+ "--chartreuse70"?: string | import("framer-motion").CustomValueType | undefined;
236
+ "--chartreuse80"?: string | import("framer-motion").CustomValueType | undefined;
237
+ "--chartreuse90"?: string | import("framer-motion").CustomValueType | undefined;
238
+ "--chartreuse100"?: string | import("framer-motion").CustomValueType | undefined;
239
+ "--color-currentColor"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
240
+ "--color-fg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
241
+ "--color-fgMuted"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
242
+ "--color-fgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
243
+ "--color-fgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
244
+ "--color-fgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
245
+ "--color-fgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
246
+ "--color-fgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
247
+ "--color-bg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
248
+ "--color-bgAlternate"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
249
+ "--color-bgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
250
+ "--color-bgOverlay"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
251
+ "--color-bgElevation1"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
252
+ "--color-bgElevation2"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
253
+ "--color-bgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
254
+ "--color-bgPrimaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
255
+ "--color-bgSecondary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
256
+ "--color-bgTertiary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
257
+ "--color-bgSecondaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
258
+ "--color-bgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
259
+ "--color-bgNegativeWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
260
+ "--color-bgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
261
+ "--color-bgPositiveWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
262
+ "--color-bgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
263
+ "--color-bgWarningWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
264
+ "--color-bgLine"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
265
+ "--color-bgLineHeavy"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
266
+ "--color-bgLineInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
267
+ "--color-bgLinePrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
268
+ "--color-bgLinePrimarySubtle"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
269
+ "--color-accentSubtleRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
270
+ "--color-accentBoldRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
271
+ "--color-accentSubtleGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
272
+ "--color-accentBoldGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
273
+ "--color-accentSubtleBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
274
+ "--color-accentBoldBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
275
+ "--color-accentSubtlePurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
276
+ "--color-accentBoldPurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
277
+ "--color-accentSubtleYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
278
+ "--color-accentBoldYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
279
+ "--color-accentSubtleGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
280
+ "--color-accentBoldGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
281
+ "--color-transparent"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
282
+ "--space-0"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
283
+ "--space-1"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
284
+ "--space-2"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
285
+ "--space-5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
286
+ "--space-10"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
287
+ "--space-0.25"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
288
+ "--space-0.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
289
+ "--space-0.75"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
290
+ "--space-1.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
291
+ "--space-3"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
292
+ "--space-4"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
293
+ "--space-6"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
294
+ "--space-7"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
295
+ "--space-8"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
296
+ "--space-9"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
297
+ "--iconSize-xs"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
298
+ "--iconSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
299
+ "--iconSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
300
+ "--iconSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
301
+ "--avatarSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
302
+ "--avatarSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
303
+ "--avatarSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
304
+ "--avatarSize-xl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
305
+ "--avatarSize-xxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
306
+ "--avatarSize-xxxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
307
+ "--borderWidth-0"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
308
+ "--borderWidth-100"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
309
+ "--borderWidth-200"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
310
+ "--borderWidth-300"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
311
+ "--borderWidth-400"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
312
+ "--borderWidth-500"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
313
+ "--borderRadius-0"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
314
+ "--borderRadius-100"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
315
+ "--borderRadius-200"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
316
+ "--borderRadius-300"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
317
+ "--borderRadius-400"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
318
+ "--borderRadius-500"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
319
+ "--borderRadius-600"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
320
+ "--borderRadius-700"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
321
+ "--borderRadius-800"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
322
+ "--borderRadius-900"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
323
+ "--borderRadius-1000"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
324
+ "--fontFamily-display1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
325
+ "--fontFamily-display2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
326
+ "--fontFamily-display3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
327
+ "--fontFamily-title1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
328
+ "--fontFamily-title2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
329
+ "--fontFamily-title3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
330
+ "--fontFamily-title4"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
331
+ "--fontFamily-headline"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
332
+ "--fontFamily-body"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
333
+ "--fontFamily-label1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
334
+ "--fontFamily-label2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
335
+ "--fontFamily-caption"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
336
+ "--fontFamily-legal"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
337
+ "--fontSize-display1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
338
+ "--fontSize-display2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
339
+ "--fontSize-display3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
340
+ "--fontSize-title1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
341
+ "--fontSize-title2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
342
+ "--fontSize-title3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
343
+ "--fontSize-title4"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
344
+ "--fontSize-headline"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
345
+ "--fontSize-body"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
346
+ "--fontSize-label1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
347
+ "--fontSize-label2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
348
+ "--fontSize-caption"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
349
+ "--fontSize-legal"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
350
+ "--fontWeight-display1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
351
+ "--fontWeight-display2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
352
+ "--fontWeight-display3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
353
+ "--fontWeight-title1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
354
+ "--fontWeight-title2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
355
+ "--fontWeight-title3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
356
+ "--fontWeight-title4"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
357
+ "--fontWeight-headline"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
358
+ "--fontWeight-body"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
359
+ "--fontWeight-label1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
360
+ "--fontWeight-label2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
361
+ "--fontWeight-caption"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
362
+ "--fontWeight-legal"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
363
+ "--lineHeight-display1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
364
+ "--lineHeight-display2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
365
+ "--lineHeight-display3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
366
+ "--lineHeight-title1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
367
+ "--lineHeight-title2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
368
+ "--lineHeight-title3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
369
+ "--lineHeight-title4"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
370
+ "--lineHeight-headline"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
371
+ "--lineHeight-body"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
372
+ "--lineHeight-label1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
373
+ "--lineHeight-label2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
374
+ "--lineHeight-caption"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
375
+ "--lineHeight-legal"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
376
+ "--textTransform-display1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
377
+ "--textTransform-display2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
378
+ "--textTransform-display3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
379
+ "--textTransform-title1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
380
+ "--textTransform-title2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
381
+ "--textTransform-title3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
382
+ "--textTransform-title4"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
383
+ "--textTransform-headline"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
384
+ "--textTransform-body"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
385
+ "--textTransform-label1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
386
+ "--textTransform-label2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
387
+ "--textTransform-caption"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
388
+ "--textTransform-legal"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
389
+ "--shadow-elevation1"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
390
+ "--shadow-elevation2"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
391
+ "--controlSize-checkboxSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
392
+ "--controlSize-radioSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
393
+ "--controlSize-switchWidth"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
394
+ "--controlSize-switchHeight"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
395
+ "--controlSize-switchThumbSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
396
+ "--controlSize-tileSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
397
+ clipPath?: string | import("framer-motion").CustomValueType | undefined;
398
+ marker?: import("csstype").Property.Marker | import("framer-motion").CustomValueType | undefined;
399
+ mask?: string | import("framer-motion").CustomValueType | undefined;
400
+ height?: string | number | import("framer-motion").CustomValueType | undefined;
401
+ width?: string | number | import("framer-motion").CustomValueType | undefined;
402
+ alignmentBaseline?: "inherit" | "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "after-edge" | "baseline" | "before-edge" | "central" | "middle" | "text-after-edge" | "text-before-edge" | import("framer-motion").CustomValueType | undefined;
403
+ azimuth?: string | import("framer-motion").CustomValueType | undefined;
404
+ baselineShift?: string | number | import("framer-motion").CustomValueType | undefined;
405
+ clip?: string | import("framer-motion").CustomValueType | undefined;
406
+ clipRule?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
407
+ colorInterpolation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
408
+ colorRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeQuality" | "optimizeSpeed" | import("framer-motion").CustomValueType | undefined;
409
+ cursor?: string | import("framer-motion").CustomValueType | undefined;
410
+ direction?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("framer-motion").CustomValueType | undefined;
411
+ display?: string | import("framer-motion").CustomValueType | undefined;
412
+ dominantBaseline?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "central" | "middle" | "text-after-edge" | "text-before-edge" | "no-change" | "reset-size" | "use-script" | import("framer-motion").CustomValueType | undefined;
413
+ fillOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
414
+ fillRule?: "inherit" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
415
+ floodColor?: string | import("framer-motion").CustomValueType | undefined;
416
+ floodOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
417
+ fontSizeAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
418
+ fontStretch?: string | import("framer-motion").CustomValueType | undefined;
419
+ fontStyle?: string | import("framer-motion").CustomValueType | undefined;
420
+ fontVariant?: string | import("framer-motion").CustomValueType | undefined;
421
+ glyphOrientationVertical?: string | number | import("framer-motion").CustomValueType | undefined;
422
+ imageRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | import("framer-motion").CustomValueType | undefined;
423
+ letterSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
424
+ lightingColor?: string | import("framer-motion").CustomValueType | undefined;
425
+ markerEnd?: string | import("framer-motion").CustomValueType | undefined;
426
+ markerMid?: string | import("framer-motion").CustomValueType | undefined;
427
+ markerStart?: string | import("framer-motion").CustomValueType | undefined;
428
+ offset?: string | number | import("framer-motion").CustomValueType | undefined;
429
+ opacity?: string | number | import("framer-motion").CustomValueType | undefined;
430
+ order?: string | number | import("framer-motion").CustomValueType | undefined;
431
+ overflow?: string | import("framer-motion").CustomValueType | undefined;
432
+ paintOrder?: string | import("framer-motion").CustomValueType | undefined;
433
+ pointerEvents?: "fill" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "stroke" | "all" | "visible" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | import("framer-motion").CustomValueType | undefined;
434
+ shapeRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | import("framer-motion").CustomValueType | undefined;
435
+ stopColor?: string | import("framer-motion").CustomValueType | undefined;
436
+ stopOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
437
+ stroke?: string | import("framer-motion").CustomValueType | undefined;
438
+ strokeDasharray?: string | number | import("framer-motion").CustomValueType | undefined;
439
+ strokeDashoffset?: string | number | import("framer-motion").CustomValueType | undefined;
440
+ strokeLinecap?: "inherit" | "round" | "butt" | "square" | import("framer-motion").CustomValueType | undefined;
441
+ strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | import("framer-motion").CustomValueType | undefined;
442
+ strokeMiterlimit?: string | number | import("framer-motion").CustomValueType | undefined;
443
+ strokeOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
444
+ strokeWidth?: string | number | import("framer-motion").CustomValueType | undefined;
445
+ textAnchor?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "middle" | import("framer-motion").CustomValueType | undefined;
446
+ textDecoration?: string | number | import("framer-motion").CustomValueType | undefined;
447
+ textRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "geometricPrecision" | "optimizeLegibility" | import("framer-motion").CustomValueType | undefined;
448
+ transform?: string | import("framer-motion").CustomValueType | undefined;
449
+ unicodeBidi?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "embed" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "isolate" | "isolate-override" | "plaintext" | import("framer-motion").CustomValueType | undefined;
450
+ vectorEffect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "non-scaling-stroke" | import("framer-motion").CustomValueType | undefined;
451
+ visibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "hidden" | "visible" | "collapse" | import("framer-motion").CustomValueType | undefined;
452
+ wordSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
453
+ writingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("framer-motion").CustomValueType | undefined;
454
+ translate?: import("csstype").Property.Translate<string | number> | import("framer-motion").CustomValueType | undefined;
455
+ content?: import("csstype").Property.Content | import("framer-motion").CustomValueType | undefined;
456
+ border?: import("csstype").Property.Border<string | number> | import("framer-motion").CustomValueType | undefined;
457
+ animation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
458
+ flex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
459
+ grid?: import("csstype").Property.Grid | import("framer-motion").CustomValueType | undefined;
460
+ top?: import("csstype").Property.Top<string | number> | import("framer-motion").CustomValueType | undefined;
461
+ bottom?: import("csstype").Property.Bottom<string | number> | import("framer-motion").CustomValueType | undefined;
462
+ left?: import("csstype").Property.Left<string | number> | import("framer-motion").CustomValueType | undefined;
463
+ right?: import("csstype").Property.Right<string | number> | import("framer-motion").CustomValueType | undefined;
464
+ all?: import("csstype").Globals | import("framer-motion").CustomValueType | undefined;
465
+ minWidth?: import("csstype").Property.MinWidth<string | number> | import("framer-motion").CustomValueType | undefined;
466
+ minHeight?: import("csstype").Property.MinHeight<string | number> | import("framer-motion").CustomValueType | undefined;
467
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | import("framer-motion").CustomValueType | undefined;
468
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | import("framer-motion").CustomValueType | undefined;
469
+ aspectRatio?: import("csstype").Property.AspectRatio | import("framer-motion").CustomValueType | undefined;
470
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
471
+ flexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
472
+ flexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
473
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | import("framer-motion").CustomValueType | undefined;
474
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | import("framer-motion").CustomValueType | undefined;
475
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("framer-motion").CustomValueType | undefined;
476
+ gridTemplate?: import("csstype").Property.GridTemplate | import("framer-motion").CustomValueType | undefined;
477
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | import("framer-motion").CustomValueType | undefined;
478
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | import("framer-motion").CustomValueType | undefined;
479
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("framer-motion").CustomValueType | undefined;
480
+ gridRowStart?: import("csstype").Property.GridRowStart | import("framer-motion").CustomValueType | undefined;
481
+ gridColumnStart?: import("csstype").Property.GridColumnStart | import("framer-motion").CustomValueType | undefined;
482
+ gridRowEnd?: import("csstype").Property.GridRowEnd | import("framer-motion").CustomValueType | undefined;
483
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("framer-motion").CustomValueType | undefined;
484
+ gridRow?: import("csstype").Property.GridRow | import("framer-motion").CustomValueType | undefined;
485
+ gridColumn?: import("csstype").Property.GridColumn | import("framer-motion").CustomValueType | undefined;
486
+ gridArea?: import("csstype").Property.GridArea | import("framer-motion").CustomValueType | undefined;
487
+ zIndex?: import("csstype").Property.ZIndex | import("framer-motion").CustomValueType | undefined;
488
+ background?: import("csstype").Property.Background<string | number> | import("framer-motion").CustomValueType | undefined;
489
+ borderColor?: import("csstype").Property.BorderColor | import("framer-motion").CustomValueType | undefined;
490
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("framer-motion").CustomValueType | undefined;
491
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("framer-motion").CustomValueType | undefined;
492
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
493
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
494
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
495
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
496
+ gap?: import("csstype").Property.Gap<string | number> | import("framer-motion").CustomValueType | undefined;
497
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
498
+ rowGap?: import("csstype").Property.RowGap<string | number> | import("framer-motion").CustomValueType | undefined;
499
+ padding?: import("csstype").Property.Padding<string | number> | import("framer-motion").CustomValueType | undefined;
500
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
501
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
502
+ margin?: import("csstype").Property.Margin<string | number> | import("framer-motion").CustomValueType | undefined;
503
+ marginTop?: import("csstype").Property.MarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
504
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
505
+ userSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
506
+ justifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
507
+ alignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
508
+ alignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
509
+ alignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
510
+ flexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
511
+ flexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
512
+ position?: import("csstype").Property.Position | import("framer-motion").CustomValueType | undefined;
513
+ textAlign?: import("csstype").Property.TextAlign | import("framer-motion").CustomValueType | undefined;
514
+ accentColor?: import("csstype").Property.AccentColor | import("framer-motion").CustomValueType | undefined;
515
+ alignTracks?: import("csstype").Property.AlignTracks | import("framer-motion").CustomValueType | undefined;
516
+ animationComposition?: import("csstype").Property.AnimationComposition | import("framer-motion").CustomValueType | undefined;
517
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
518
+ animationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
519
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
520
+ animationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
521
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
522
+ animationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
523
+ animationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
524
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | import("framer-motion").CustomValueType | undefined;
525
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | import("framer-motion").CustomValueType | undefined;
526
+ animationTimeline?: import("csstype").Property.AnimationTimeline | import("framer-motion").CustomValueType | undefined;
527
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
528
+ appearance?: import("csstype").Property.Appearance | import("framer-motion").CustomValueType | undefined;
529
+ backdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
530
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
531
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("framer-motion").CustomValueType | undefined;
532
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("framer-motion").CustomValueType | undefined;
533
+ backgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
534
+ backgroundColor?: import("csstype").Property.BackgroundColor | import("framer-motion").CustomValueType | undefined;
535
+ backgroundImage?: import("csstype").Property.BackgroundImage | import("framer-motion").CustomValueType | undefined;
536
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
537
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
538
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
539
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("framer-motion").CustomValueType | undefined;
540
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
541
+ blockOverflow?: import("csstype").Property.BlockOverflow | import("framer-motion").CustomValueType | undefined;
542
+ blockSize?: import("csstype").Property.BlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
543
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | import("framer-motion").CustomValueType | undefined;
544
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("framer-motion").CustomValueType | undefined;
545
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("framer-motion").CustomValueType | undefined;
546
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
547
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("framer-motion").CustomValueType | undefined;
548
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("framer-motion").CustomValueType | undefined;
549
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
550
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("framer-motion").CustomValueType | undefined;
551
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("framer-motion").CustomValueType | undefined;
552
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | import("framer-motion").CustomValueType | undefined;
553
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("framer-motion").CustomValueType | undefined;
554
+ borderCollapse?: import("csstype").Property.BorderCollapse | import("framer-motion").CustomValueType | undefined;
555
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
556
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
557
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | import("framer-motion").CustomValueType | undefined;
558
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("framer-motion").CustomValueType | undefined;
559
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
560
+ borderImageSource?: import("csstype").Property.BorderImageSource | import("framer-motion").CustomValueType | undefined;
561
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | import("framer-motion").CustomValueType | undefined;
562
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | import("framer-motion").CustomValueType | undefined;
563
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
564
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
565
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
566
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
567
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
568
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
569
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("framer-motion").CustomValueType | undefined;
570
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
571
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | import("framer-motion").CustomValueType | undefined;
572
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("framer-motion").CustomValueType | undefined;
573
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("framer-motion").CustomValueType | undefined;
574
+ borderRightColor?: import("csstype").Property.BorderRightColor | import("framer-motion").CustomValueType | undefined;
575
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | import("framer-motion").CustomValueType | undefined;
576
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("framer-motion").CustomValueType | undefined;
577
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | import("framer-motion").CustomValueType | undefined;
578
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
579
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
580
+ borderTopColor?: import("csstype").Property.BorderTopColor | import("framer-motion").CustomValueType | undefined;
581
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | import("framer-motion").CustomValueType | undefined;
582
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
583
+ boxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
584
+ boxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
585
+ breakAfter?: import("csstype").Property.BreakAfter | import("framer-motion").CustomValueType | undefined;
586
+ breakBefore?: import("csstype").Property.BreakBefore | import("framer-motion").CustomValueType | undefined;
587
+ breakInside?: import("csstype").Property.BreakInside | import("framer-motion").CustomValueType | undefined;
588
+ captionSide?: import("csstype").Property.CaptionSide | import("framer-motion").CustomValueType | undefined;
589
+ caretColor?: import("csstype").Property.CaretColor | import("framer-motion").CustomValueType | undefined;
590
+ caretShape?: import("csstype").Property.CaretShape | import("framer-motion").CustomValueType | undefined;
591
+ clear?: import("csstype").Property.Clear | import("framer-motion").CustomValueType | undefined;
592
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
593
+ colorScheme?: import("csstype").Property.ColorScheme | import("framer-motion").CustomValueType | undefined;
594
+ columnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
595
+ columnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
596
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
597
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
598
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
599
+ columnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
600
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
601
+ contain?: import("csstype").Property.Contain | import("framer-motion").CustomValueType | undefined;
602
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
603
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | import("framer-motion").CustomValueType | undefined;
604
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
605
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | import("framer-motion").CustomValueType | undefined;
606
+ containerName?: import("csstype").Property.ContainerName | import("framer-motion").CustomValueType | undefined;
607
+ containerType?: import("csstype").Property.ContainerType | import("framer-motion").CustomValueType | undefined;
608
+ contentVisibility?: import("csstype").Property.ContentVisibility | import("framer-motion").CustomValueType | undefined;
609
+ counterIncrement?: import("csstype").Property.CounterIncrement | import("framer-motion").CustomValueType | undefined;
610
+ counterReset?: import("csstype").Property.CounterReset | import("framer-motion").CustomValueType | undefined;
611
+ counterSet?: import("csstype").Property.CounterSet | import("framer-motion").CustomValueType | undefined;
612
+ emptyCells?: import("csstype").Property.EmptyCells | import("framer-motion").CustomValueType | undefined;
613
+ float?: import("csstype").Property.Float | import("framer-motion").CustomValueType | undefined;
614
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
615
+ fontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
616
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
617
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("framer-motion").CustomValueType | undefined;
618
+ fontPalette?: import("csstype").Property.FontPalette | import("framer-motion").CustomValueType | undefined;
619
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
620
+ fontSynthesis?: import("csstype").Property.FontSynthesis | import("framer-motion").CustomValueType | undefined;
621
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | import("framer-motion").CustomValueType | undefined;
622
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | import("framer-motion").CustomValueType | undefined;
623
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | import("framer-motion").CustomValueType | undefined;
624
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | import("framer-motion").CustomValueType | undefined;
625
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("framer-motion").CustomValueType | undefined;
626
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("framer-motion").CustomValueType | undefined;
627
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("framer-motion").CustomValueType | undefined;
628
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | import("framer-motion").CustomValueType | undefined;
629
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
630
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("framer-motion").CustomValueType | undefined;
631
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("framer-motion").CustomValueType | undefined;
632
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("framer-motion").CustomValueType | undefined;
633
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("framer-motion").CustomValueType | undefined;
634
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("framer-motion").CustomValueType | undefined;
635
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
636
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
637
+ hyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
638
+ imageOrientation?: import("csstype").Property.ImageOrientation | import("framer-motion").CustomValueType | undefined;
639
+ imageResolution?: import("csstype").Property.ImageResolution | import("framer-motion").CustomValueType | undefined;
640
+ initialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
641
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
642
+ inputSecurity?: import("csstype").Property.InputSecurity | import("framer-motion").CustomValueType | undefined;
643
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
644
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
645
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
646
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
647
+ isolation?: import("csstype").Property.Isolation | import("framer-motion").CustomValueType | undefined;
648
+ justifyItems?: import("csstype").Property.JustifyItems | import("framer-motion").CustomValueType | undefined;
649
+ justifySelf?: import("csstype").Property.JustifySelf | import("framer-motion").CustomValueType | undefined;
650
+ justifyTracks?: import("csstype").Property.JustifyTracks | import("framer-motion").CustomValueType | undefined;
651
+ lineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
652
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("framer-motion").CustomValueType | undefined;
653
+ listStyleImage?: import("csstype").Property.ListStyleImage | import("framer-motion").CustomValueType | undefined;
654
+ listStylePosition?: import("csstype").Property.ListStylePosition | import("framer-motion").CustomValueType | undefined;
655
+ listStyleType?: import("csstype").Property.ListStyleType | import("framer-motion").CustomValueType | undefined;
656
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
657
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
658
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
659
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
660
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
661
+ marginRight?: import("csstype").Property.MarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
662
+ marginTrim?: import("csstype").Property.MarginTrim | import("framer-motion").CustomValueType | undefined;
663
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | import("framer-motion").CustomValueType | undefined;
664
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
665
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
666
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
667
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
668
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
669
+ maskClip?: import("csstype").Property.MaskClip | import("framer-motion").CustomValueType | undefined;
670
+ maskComposite?: import("csstype").Property.MaskComposite | import("framer-motion").CustomValueType | undefined;
671
+ maskImage?: import("csstype").Property.MaskImage | import("framer-motion").CustomValueType | undefined;
672
+ maskMode?: import("csstype").Property.MaskMode | import("framer-motion").CustomValueType | undefined;
673
+ maskOrigin?: import("csstype").Property.MaskOrigin | import("framer-motion").CustomValueType | undefined;
674
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
675
+ maskRepeat?: import("csstype").Property.MaskRepeat | import("framer-motion").CustomValueType | undefined;
676
+ maskSize?: import("csstype").Property.MaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
677
+ maskType?: import("csstype").Property.MaskType | import("framer-motion").CustomValueType | undefined;
678
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | import("framer-motion").CustomValueType | undefined;
679
+ mathDepth?: import("csstype").Property.MathDepth | import("framer-motion").CustomValueType | undefined;
680
+ mathShift?: import("csstype").Property.MathShift | import("framer-motion").CustomValueType | undefined;
681
+ mathStyle?: import("csstype").Property.MathStyle | import("framer-motion").CustomValueType | undefined;
682
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
683
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
684
+ maxLines?: import("csstype").Property.MaxLines | import("framer-motion").CustomValueType | undefined;
685
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
686
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
687
+ mixBlendMode?: import("csstype").Property.MixBlendMode | import("framer-motion").CustomValueType | undefined;
688
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
689
+ motionPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
690
+ motionRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
691
+ objectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
692
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
693
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | import("framer-motion").CustomValueType | undefined;
694
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
695
+ offsetPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
696
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | import("framer-motion").CustomValueType | undefined;
697
+ offsetRotate?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
698
+ offsetRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
699
+ orphans?: import("csstype").Property.Orphans | import("framer-motion").CustomValueType | undefined;
700
+ outlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
701
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
702
+ outlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
703
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
704
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | import("framer-motion").CustomValueType | undefined;
705
+ overflowBlock?: import("csstype").Property.OverflowBlock | import("framer-motion").CustomValueType | undefined;
706
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | import("framer-motion").CustomValueType | undefined;
707
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | import("framer-motion").CustomValueType | undefined;
708
+ overflowInline?: import("csstype").Property.OverflowInline | import("framer-motion").CustomValueType | undefined;
709
+ overflowWrap?: import("csstype").Property.OverflowWrap | import("framer-motion").CustomValueType | undefined;
710
+ overflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
711
+ overflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
712
+ overlay?: import("csstype").Property.Overlay | import("framer-motion").CustomValueType | undefined;
713
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("framer-motion").CustomValueType | undefined;
714
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("framer-motion").CustomValueType | undefined;
715
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("framer-motion").CustomValueType | undefined;
716
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("framer-motion").CustomValueType | undefined;
717
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
718
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
719
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
720
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
721
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
722
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
723
+ page?: import("csstype").Property.Page | import("framer-motion").CustomValueType | undefined;
724
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("framer-motion").CustomValueType | undefined;
725
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("framer-motion").CustomValueType | undefined;
726
+ pageBreakInside?: import("csstype").Property.PageBreakInside | import("framer-motion").CustomValueType | undefined;
727
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
728
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
729
+ quotes?: import("csstype").Property.Quotes | import("framer-motion").CustomValueType | undefined;
730
+ resize?: import("csstype").Property.Resize | import("framer-motion").CustomValueType | undefined;
731
+ rubyAlign?: import("csstype").Property.RubyAlign | import("framer-motion").CustomValueType | undefined;
732
+ rubyMerge?: import("csstype").Property.RubyMerge | import("framer-motion").CustomValueType | undefined;
733
+ rubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
734
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | import("framer-motion").CustomValueType | undefined;
735
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
736
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
737
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
738
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
739
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
740
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
741
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
742
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
743
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
744
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
745
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
746
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
747
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
748
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
749
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
750
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
751
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("framer-motion").CustomValueType | undefined;
752
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
753
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
754
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
755
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
756
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("framer-motion").CustomValueType | undefined;
757
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
758
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | import("framer-motion").CustomValueType | undefined;
759
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | import("framer-motion").CustomValueType | undefined;
760
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | import("framer-motion").CustomValueType | undefined;
761
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("framer-motion").CustomValueType | undefined;
762
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("framer-motion").CustomValueType | undefined;
763
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("framer-motion").CustomValueType | undefined;
764
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
765
+ shapeOutside?: import("csstype").Property.ShapeOutside | import("framer-motion").CustomValueType | undefined;
766
+ tabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
767
+ tableLayout?: import("csstype").Property.TableLayout | import("framer-motion").CustomValueType | undefined;
768
+ textAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
769
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
770
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
771
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
772
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
773
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("framer-motion").CustomValueType | undefined;
774
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
775
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | import("framer-motion").CustomValueType | undefined;
776
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
777
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
778
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
779
+ textIndent?: import("csstype").Property.TextIndent<string | number> | import("framer-motion").CustomValueType | undefined;
780
+ textJustify?: import("csstype").Property.TextJustify | import("framer-motion").CustomValueType | undefined;
781
+ textOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
782
+ textOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
783
+ textShadow?: import("csstype").Property.TextShadow | import("framer-motion").CustomValueType | undefined;
784
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
785
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
786
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
787
+ textWrap?: import("csstype").Property.TextWrap | import("framer-motion").CustomValueType | undefined;
788
+ timelineScope?: import("csstype").Property.TimelineScope | import("framer-motion").CustomValueType | undefined;
789
+ touchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
790
+ transformBox?: import("csstype").Property.TransformBox | import("framer-motion").CustomValueType | undefined;
791
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
792
+ transformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
793
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | import("framer-motion").CustomValueType | undefined;
794
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
795
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
796
+ transitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
797
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
798
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | import("framer-motion").CustomValueType | undefined;
799
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | import("framer-motion").CustomValueType | undefined;
800
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | import("framer-motion").CustomValueType | undefined;
801
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | import("framer-motion").CustomValueType | undefined;
802
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | import("framer-motion").CustomValueType | undefined;
803
+ whiteSpace?: import("csstype").Property.WhiteSpace | import("framer-motion").CustomValueType | undefined;
804
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | import("framer-motion").CustomValueType | undefined;
805
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | import("framer-motion").CustomValueType | undefined;
806
+ widows?: import("csstype").Property.Widows | import("framer-motion").CustomValueType | undefined;
807
+ willChange?: import("csstype").Property.WillChange | import("framer-motion").CustomValueType | undefined;
808
+ wordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
809
+ wordWrap?: import("csstype").Property.WordWrap | import("framer-motion").CustomValueType | undefined;
810
+ zoom?: import("csstype").Property.Zoom | import("framer-motion").CustomValueType | undefined;
811
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | import("framer-motion").CustomValueType | undefined;
812
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | import("framer-motion").CustomValueType | undefined;
813
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | import("framer-motion").CustomValueType | undefined;
814
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
815
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
816
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | import("framer-motion").CustomValueType | undefined;
817
+ borderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
818
+ borderInline?: import("csstype").Property.BorderInline<string | number> | import("framer-motion").CustomValueType | undefined;
819
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
820
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
821
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | import("framer-motion").CustomValueType | undefined;
822
+ borderRight?: import("csstype").Property.BorderRight<string | number> | import("framer-motion").CustomValueType | undefined;
823
+ borderStyle?: import("csstype").Property.BorderStyle | import("framer-motion").CustomValueType | undefined;
824
+ borderTop?: import("csstype").Property.BorderTop<string | number> | import("framer-motion").CustomValueType | undefined;
825
+ caret?: import("csstype").Property.Caret | import("framer-motion").CustomValueType | undefined;
826
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
827
+ columns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
828
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | import("framer-motion").CustomValueType | undefined;
829
+ container?: import("csstype").Property.Container | import("framer-motion").CustomValueType | undefined;
830
+ flexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
831
+ font?: import("csstype").Property.Font | import("framer-motion").CustomValueType | undefined;
832
+ inset?: import("csstype").Property.Inset<string | number> | import("framer-motion").CustomValueType | undefined;
833
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
834
+ insetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
835
+ lineClamp?: import("csstype").Property.LineClamp | import("framer-motion").CustomValueType | undefined;
836
+ listStyle?: import("csstype").Property.ListStyle | import("framer-motion").CustomValueType | undefined;
837
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
838
+ marginInline?: import("csstype").Property.MarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
839
+ maskBorder?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
840
+ motion?: import("csstype").Property.Offset<string | number> | import("framer-motion").CustomValueType | undefined;
841
+ outline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
842
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("framer-motion").CustomValueType | undefined;
843
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
844
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
845
+ placeContent?: import("csstype").Property.PlaceContent | import("framer-motion").CustomValueType | undefined;
846
+ placeItems?: import("csstype").Property.PlaceItems | import("framer-motion").CustomValueType | undefined;
847
+ placeSelf?: import("csstype").Property.PlaceSelf | import("framer-motion").CustomValueType | undefined;
848
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
849
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
850
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
851
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | import("framer-motion").CustomValueType | undefined;
852
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
853
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
854
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
855
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | import("framer-motion").CustomValueType | undefined;
856
+ textEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
857
+ viewTimeline?: import("csstype").Property.ViewTimeline | import("framer-motion").CustomValueType | undefined;
858
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
859
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
860
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
861
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
862
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
863
+ MozAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
864
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
865
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
866
+ MozAppearance?: import("csstype").Property.MozAppearance | import("framer-motion").CustomValueType | undefined;
867
+ MozBinding?: import("csstype").Property.MozBinding | import("framer-motion").CustomValueType | undefined;
868
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("framer-motion").CustomValueType | undefined;
869
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
870
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
871
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
872
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("framer-motion").CustomValueType | undefined;
873
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("framer-motion").CustomValueType | undefined;
874
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
875
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
876
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("framer-motion").CustomValueType | undefined;
877
+ MozBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
878
+ MozColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
879
+ MozColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
880
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
881
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
882
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
883
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
884
+ MozContextProperties?: import("csstype").Property.MozContextProperties | import("framer-motion").CustomValueType | undefined;
885
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
886
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
887
+ MozHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
888
+ MozImageRegion?: import("csstype").Property.MozImageRegion | import("framer-motion").CustomValueType | undefined;
889
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
890
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
891
+ MozOrient?: import("csstype").Property.MozOrient | import("framer-motion").CustomValueType | undefined;
892
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
893
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | import("framer-motion").CustomValueType | undefined;
894
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | import("framer-motion").CustomValueType | undefined;
895
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | import("framer-motion").CustomValueType | undefined;
896
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | import("framer-motion").CustomValueType | undefined;
897
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
898
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
899
+ MozStackSizing?: import("csstype").Property.MozStackSizing | import("framer-motion").CustomValueType | undefined;
900
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
901
+ MozTextBlink?: import("csstype").Property.MozTextBlink | import("framer-motion").CustomValueType | undefined;
902
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
903
+ MozUserFocus?: import("csstype").Property.MozUserFocus | import("framer-motion").CustomValueType | undefined;
904
+ MozUserModify?: import("csstype").Property.MozUserModify | import("framer-motion").CustomValueType | undefined;
905
+ MozUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
906
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("framer-motion").CustomValueType | undefined;
907
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("framer-motion").CustomValueType | undefined;
908
+ msAccelerator?: import("csstype").Property.MsAccelerator | import("framer-motion").CustomValueType | undefined;
909
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | import("framer-motion").CustomValueType | undefined;
910
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("framer-motion").CustomValueType | undefined;
911
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("framer-motion").CustomValueType | undefined;
912
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("framer-motion").CustomValueType | undefined;
913
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("framer-motion").CustomValueType | undefined;
914
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("framer-motion").CustomValueType | undefined;
915
+ msContentZooming?: import("csstype").Property.MsContentZooming | import("framer-motion").CustomValueType | undefined;
916
+ msFilter?: import("csstype").Property.MsFilter | import("framer-motion").CustomValueType | undefined;
917
+ msFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
918
+ msFlexPositive?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
919
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | import("framer-motion").CustomValueType | undefined;
920
+ msFlowInto?: import("csstype").Property.MsFlowInto | import("framer-motion").CustomValueType | undefined;
921
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | import("framer-motion").CustomValueType | undefined;
922
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | import("framer-motion").CustomValueType | undefined;
923
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("framer-motion").CustomValueType | undefined;
924
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
925
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("framer-motion").CustomValueType | undefined;
926
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | import("framer-motion").CustomValueType | undefined;
927
+ msHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
928
+ msImeAlign?: import("csstype").Property.MsImeAlign | import("framer-motion").CustomValueType | undefined;
929
+ msLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
930
+ msOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
931
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("framer-motion").CustomValueType | undefined;
932
+ msOverflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
933
+ msOverflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
934
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | import("framer-motion").CustomValueType | undefined;
935
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("framer-motion").CustomValueType | undefined;
936
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("framer-motion").CustomValueType | undefined;
937
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("framer-motion").CustomValueType | undefined;
938
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("framer-motion").CustomValueType | undefined;
939
+ msScrollRails?: import("csstype").Property.MsScrollRails | import("framer-motion").CustomValueType | undefined;
940
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
941
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
942
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("framer-motion").CustomValueType | undefined;
943
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("framer-motion").CustomValueType | undefined;
944
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("framer-motion").CustomValueType | undefined;
945
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("framer-motion").CustomValueType | undefined;
946
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("framer-motion").CustomValueType | undefined;
947
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("framer-motion").CustomValueType | undefined;
948
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("framer-motion").CustomValueType | undefined;
949
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("framer-motion").CustomValueType | undefined;
950
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("framer-motion").CustomValueType | undefined;
951
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("framer-motion").CustomValueType | undefined;
952
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | import("framer-motion").CustomValueType | undefined;
953
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
954
+ msTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
955
+ msTouchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
956
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | import("framer-motion").CustomValueType | undefined;
957
+ msTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
958
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
959
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
960
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
961
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
962
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
963
+ msUserSelect?: import("csstype").Property.MsUserSelect | import("framer-motion").CustomValueType | undefined;
964
+ msWordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
965
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | import("framer-motion").CustomValueType | undefined;
966
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("framer-motion").CustomValueType | undefined;
967
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | import("framer-motion").CustomValueType | undefined;
968
+ msWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
969
+ WebkitAlignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
970
+ WebkitAlignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
971
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
972
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
973
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
974
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
975
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
976
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
977
+ WebkitAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
978
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
979
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
980
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("framer-motion").CustomValueType | undefined;
981
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
982
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
983
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
984
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
985
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
986
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("framer-motion").CustomValueType | undefined;
987
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("framer-motion").CustomValueType | undefined;
988
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
989
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
990
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
991
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
992
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
993
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
994
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
995
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | import("framer-motion").CustomValueType | undefined;
996
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
997
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
998
+ WebkitClipPath?: import("csstype").Property.ClipPath | import("framer-motion").CustomValueType | undefined;
999
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
1000
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
1001
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
1002
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
1003
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1004
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
1005
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1006
+ WebkitFilter?: import("csstype").Property.Filter | import("framer-motion").CustomValueType | undefined;
1007
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
1008
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
1009
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
1010
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
1011
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
1012
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
1013
+ WebkitFontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
1014
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
1015
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
1016
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
1017
+ WebkitHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
1018
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
1019
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
1020
+ WebkitLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
1021
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("framer-motion").CustomValueType | undefined;
1022
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1023
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1024
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("framer-motion").CustomValueType | undefined;
1025
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
1026
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
1027
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
1028
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
1029
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1030
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("framer-motion").CustomValueType | undefined;
1031
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("framer-motion").CustomValueType | undefined;
1032
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("framer-motion").CustomValueType | undefined;
1033
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("framer-motion").CustomValueType | undefined;
1034
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
1035
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
1036
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
1037
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("framer-motion").CustomValueType | undefined;
1038
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("framer-motion").CustomValueType | undefined;
1039
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("framer-motion").CustomValueType | undefined;
1040
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
1041
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
1042
+ WebkitOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
1043
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("framer-motion").CustomValueType | undefined;
1044
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1045
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1046
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
1047
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1048
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
1049
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
1050
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
1051
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
1052
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("framer-motion").CustomValueType | undefined;
1053
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
1054
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
1055
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
1056
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
1057
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
1058
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
1059
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
1060
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
1061
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("framer-motion").CustomValueType | undefined;
1062
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
1063
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
1064
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("framer-motion").CustomValueType | undefined;
1065
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1066
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
1067
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("framer-motion").CustomValueType | undefined;
1068
+ WebkitTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1069
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1070
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
1071
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1072
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1073
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1074
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1075
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("framer-motion").CustomValueType | undefined;
1076
+ WebkitUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
1077
+ WebkitWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
1078
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1079
+ MozBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1080
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
1081
+ MozColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
1082
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1083
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("framer-motion").CustomValueType | undefined;
1084
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("framer-motion").CustomValueType | undefined;
1085
+ msFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
1086
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | import("framer-motion").CustomValueType | undefined;
1087
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("framer-motion").CustomValueType | undefined;
1088
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("framer-motion").CustomValueType | undefined;
1089
+ msTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1090
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1091
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | import("framer-motion").CustomValueType | undefined;
1092
+ WebkitBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1093
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1094
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
1095
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
1096
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
1097
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
1098
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | import("framer-motion").CustomValueType | undefined;
1099
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
1100
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
1101
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | import("framer-motion").CustomValueType | undefined;
1102
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1103
+ boxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1104
+ boxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1105
+ boxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1106
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1107
+ boxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1108
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1109
+ boxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1110
+ boxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1111
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
1112
+ gridGap?: import("csstype").Property.GridGap<string | number> | import("framer-motion").CustomValueType | undefined;
1113
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | import("framer-motion").CustomValueType | undefined;
1114
+ imeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
1115
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
1116
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1117
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
1118
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
1119
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1120
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1121
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | import("framer-motion").CustomValueType | undefined;
1122
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | import("framer-motion").CustomValueType | undefined;
1123
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
1124
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
1125
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("framer-motion").CustomValueType | undefined;
1126
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("framer-motion").CustomValueType | undefined;
1127
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1128
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1129
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1130
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1131
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1132
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1133
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1134
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1135
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
1136
+ KhtmlOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
1137
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
1138
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
1139
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
1140
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
1141
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
1142
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
1143
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1144
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1145
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1146
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1147
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1148
+ MozBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1149
+ MozBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1150
+ MozBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1151
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1152
+ MozBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1153
+ MozBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1154
+ MozBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
1155
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("framer-motion").CustomValueType | undefined;
1156
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("framer-motion").CustomValueType | undefined;
1157
+ MozOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
1158
+ MozOutline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
1159
+ MozOutlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
1160
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
1161
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1162
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
1163
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1164
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
1165
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
1166
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
1167
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
1168
+ MozTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1169
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1170
+ MozTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
1171
+ MozTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1172
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1173
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1174
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1175
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1176
+ MozUserInput?: import("csstype").Property.MozUserInput | import("framer-motion").CustomValueType | undefined;
1177
+ msImeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
1178
+ OAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1179
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1180
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
1181
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1182
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
1183
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
1184
+ OAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
1185
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
1186
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
1187
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
1188
+ OBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1189
+ OObjectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
1190
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
1191
+ OTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
1192
+ OTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
1193
+ OTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1194
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1195
+ OTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1196
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1197
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1198
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1199
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1200
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1201
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1202
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1203
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1204
+ WebkitBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1205
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1206
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1207
+ WebkitBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1208
+ suppressHydrationWarning?: boolean | import("framer-motion").CustomValueType | undefined;
1209
+ className?: string | import("framer-motion").CustomValueType | undefined;
1210
+ id?: string | import("framer-motion").CustomValueType | undefined;
1211
+ lang?: string | import("framer-motion").CustomValueType | undefined;
1212
+ max?: string | number | import("framer-motion").CustomValueType | undefined;
1213
+ media?: string | import("framer-motion").CustomValueType | undefined;
1214
+ method?: string | import("framer-motion").CustomValueType | undefined;
1215
+ min?: string | number | import("framer-motion").CustomValueType | undefined;
1216
+ name?: string | import("framer-motion").CustomValueType | undefined;
1217
+ style?: import("react").CSSProperties | import("framer-motion").CustomValueType | undefined;
1218
+ target?: string | import("framer-motion").CustomValueType | undefined;
1219
+ type?: string | import("framer-motion").CustomValueType | undefined;
1220
+ role?: import("react").AriaRole | import("framer-motion").CustomValueType | undefined;
1221
+ tabIndex?: number | import("framer-motion").CustomValueType | undefined;
1222
+ crossOrigin?: ("" | "anonymous" | "use-credentials" | undefined) | import("framer-motion").CustomValueType;
1223
+ accentHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1224
+ accumulate?: "none" | "sum" | import("framer-motion").CustomValueType | undefined;
1225
+ additive?: "replace" | "sum" | import("framer-motion").CustomValueType | undefined;
1226
+ allowReorder?: "no" | "yes" | import("framer-motion").CustomValueType | undefined;
1227
+ alphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
1228
+ amplitude?: string | number | import("framer-motion").CustomValueType | undefined;
1229
+ arabicForm?: "initial" | "medial" | "terminal" | "isolated" | import("framer-motion").CustomValueType | undefined;
1230
+ ascent?: string | number | import("framer-motion").CustomValueType | undefined;
1231
+ attributeName?: string | import("framer-motion").CustomValueType | undefined;
1232
+ attributeType?: string | import("framer-motion").CustomValueType | undefined;
1233
+ autoReverse?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1234
+ baseFrequency?: string | number | import("framer-motion").CustomValueType | undefined;
1235
+ baseProfile?: string | number | import("framer-motion").CustomValueType | undefined;
1236
+ bbox?: string | number | import("framer-motion").CustomValueType | undefined;
1237
+ begin?: string | number | import("framer-motion").CustomValueType | undefined;
1238
+ bias?: string | number | import("framer-motion").CustomValueType | undefined;
1239
+ by?: string | number | import("framer-motion").CustomValueType | undefined;
1240
+ calcMode?: string | number | import("framer-motion").CustomValueType | undefined;
1241
+ capHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1242
+ clipPathUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1243
+ colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
1244
+ colorProfile?: string | number | import("framer-motion").CustomValueType | undefined;
1245
+ contentScriptType?: string | number | import("framer-motion").CustomValueType | undefined;
1246
+ contentStyleType?: string | number | import("framer-motion").CustomValueType | undefined;
1247
+ cx?: string | number | import("framer-motion").CustomValueType | undefined;
1248
+ cy?: string | number | import("framer-motion").CustomValueType | undefined;
1249
+ d?: string | import("framer-motion").CustomValueType | undefined;
1250
+ decelerate?: string | number | import("framer-motion").CustomValueType | undefined;
1251
+ descent?: string | number | import("framer-motion").CustomValueType | undefined;
1252
+ diffuseConstant?: string | number | import("framer-motion").CustomValueType | undefined;
1253
+ divisor?: string | number | import("framer-motion").CustomValueType | undefined;
1254
+ dur?: string | number | import("framer-motion").CustomValueType | undefined;
1255
+ dx?: string | number | import("framer-motion").CustomValueType | undefined;
1256
+ dy?: string | number | import("framer-motion").CustomValueType | undefined;
1257
+ edgeMode?: string | number | import("framer-motion").CustomValueType | undefined;
1258
+ elevation?: string | number | import("framer-motion").CustomValueType | undefined;
1259
+ enableBackground?: string | number | import("framer-motion").CustomValueType | undefined;
1260
+ end?: string | number | import("framer-motion").CustomValueType | undefined;
1261
+ exponent?: string | number | import("framer-motion").CustomValueType | undefined;
1262
+ externalResourcesRequired?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1263
+ filterRes?: string | number | import("framer-motion").CustomValueType | undefined;
1264
+ filterUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1265
+ focusable?: "auto" | (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1266
+ format?: string | number | import("framer-motion").CustomValueType | undefined;
1267
+ fr?: string | number | import("framer-motion").CustomValueType | undefined;
1268
+ from?: string | number | import("framer-motion").CustomValueType | undefined;
1269
+ fx?: string | number | import("framer-motion").CustomValueType | undefined;
1270
+ fy?: string | number | import("framer-motion").CustomValueType | undefined;
1271
+ g1?: string | number | import("framer-motion").CustomValueType | undefined;
1272
+ g2?: string | number | import("framer-motion").CustomValueType | undefined;
1273
+ glyphName?: string | number | import("framer-motion").CustomValueType | undefined;
1274
+ glyphOrientationHorizontal?: string | number | import("framer-motion").CustomValueType | undefined;
1275
+ glyphRef?: string | number | import("framer-motion").CustomValueType | undefined;
1276
+ gradientTransform?: string | import("framer-motion").CustomValueType | undefined;
1277
+ gradientUnits?: string | import("framer-motion").CustomValueType | undefined;
1278
+ hanging?: string | number | import("framer-motion").CustomValueType | undefined;
1279
+ horizAdvX?: string | number | import("framer-motion").CustomValueType | undefined;
1280
+ horizOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
1281
+ href?: string | import("framer-motion").CustomValueType | undefined;
1282
+ ideographic?: string | number | import("framer-motion").CustomValueType | undefined;
1283
+ in2?: string | number | import("framer-motion").CustomValueType | undefined;
1284
+ in?: string | import("framer-motion").CustomValueType | undefined;
1285
+ intercept?: string | number | import("framer-motion").CustomValueType | undefined;
1286
+ k1?: string | number | import("framer-motion").CustomValueType | undefined;
1287
+ k2?: string | number | import("framer-motion").CustomValueType | undefined;
1288
+ k3?: string | number | import("framer-motion").CustomValueType | undefined;
1289
+ k4?: string | number | import("framer-motion").CustomValueType | undefined;
1290
+ k?: string | number | import("framer-motion").CustomValueType | undefined;
1291
+ kernelMatrix?: string | number | import("framer-motion").CustomValueType | undefined;
1292
+ kernelUnitLength?: string | number | import("framer-motion").CustomValueType | undefined;
1293
+ kerning?: string | number | import("framer-motion").CustomValueType | undefined;
1294
+ keyPoints?: string | number | import("framer-motion").CustomValueType | undefined;
1295
+ keySplines?: string | number | import("framer-motion").CustomValueType | undefined;
1296
+ keyTimes?: string | number | import("framer-motion").CustomValueType | undefined;
1297
+ lengthAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
1298
+ limitingConeAngle?: string | number | import("framer-motion").CustomValueType | undefined;
1299
+ local?: string | number | import("framer-motion").CustomValueType | undefined;
1300
+ markerHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1301
+ markerUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1302
+ markerWidth?: string | number | import("framer-motion").CustomValueType | undefined;
1303
+ maskContentUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1304
+ maskUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1305
+ mathematical?: string | number | import("framer-motion").CustomValueType | undefined;
1306
+ mode?: string | number | import("framer-motion").CustomValueType | undefined;
1307
+ numOctaves?: string | number | import("framer-motion").CustomValueType | undefined;
1308
+ operator?: string | number | import("framer-motion").CustomValueType | undefined;
1309
+ orient?: string | number | import("framer-motion").CustomValueType | undefined;
1310
+ orientation?: string | number | import("framer-motion").CustomValueType | undefined;
1311
+ origin?: string | number | import("framer-motion").CustomValueType | undefined;
1312
+ overlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
1313
+ overlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1314
+ panose1?: string | number | import("framer-motion").CustomValueType | undefined;
1315
+ path?: string | import("framer-motion").CustomValueType | undefined;
1316
+ pathLength?: number | import("framer-motion").CustomValueType | undefined;
1317
+ patternContentUnits?: string | import("framer-motion").CustomValueType | undefined;
1318
+ patternTransform?: string | number | import("framer-motion").CustomValueType | undefined;
1319
+ patternUnits?: string | import("framer-motion").CustomValueType | undefined;
1320
+ points?: string | import("framer-motion").CustomValueType | undefined;
1321
+ pointsAtX?: string | number | import("framer-motion").CustomValueType | undefined;
1322
+ pointsAtY?: string | number | import("framer-motion").CustomValueType | undefined;
1323
+ pointsAtZ?: string | number | import("framer-motion").CustomValueType | undefined;
1324
+ preserveAlpha?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1325
+ preserveAspectRatio?: string | import("framer-motion").CustomValueType | undefined;
1326
+ primitiveUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1327
+ r?: string | number | import("framer-motion").CustomValueType | undefined;
1328
+ radius?: string | number | import("framer-motion").CustomValueType | undefined;
1329
+ refX?: string | number | import("framer-motion").CustomValueType | undefined;
1330
+ refY?: string | number | import("framer-motion").CustomValueType | undefined;
1331
+ renderingIntent?: string | number | import("framer-motion").CustomValueType | undefined;
1332
+ repeatCount?: string | number | import("framer-motion").CustomValueType | undefined;
1333
+ repeatDur?: string | number | import("framer-motion").CustomValueType | undefined;
1334
+ requiredExtensions?: string | number | import("framer-motion").CustomValueType | undefined;
1335
+ requiredFeatures?: string | number | import("framer-motion").CustomValueType | undefined;
1336
+ restart?: string | number | import("framer-motion").CustomValueType | undefined;
1337
+ result?: string | import("framer-motion").CustomValueType | undefined;
1338
+ rotate?: string | number | import("framer-motion").CustomValueType | undefined;
1339
+ rx?: string | number | import("framer-motion").CustomValueType | undefined;
1340
+ ry?: string | number | import("framer-motion").CustomValueType | undefined;
1341
+ scale?: string | number | import("framer-motion").CustomValueType | undefined;
1342
+ seed?: string | number | import("framer-motion").CustomValueType | undefined;
1343
+ slope?: string | number | import("framer-motion").CustomValueType | undefined;
1344
+ spacing?: string | number | import("framer-motion").CustomValueType | undefined;
1345
+ specularConstant?: string | number | import("framer-motion").CustomValueType | undefined;
1346
+ specularExponent?: string | number | import("framer-motion").CustomValueType | undefined;
1347
+ speed?: string | number | import("framer-motion").CustomValueType | undefined;
1348
+ spreadMethod?: string | import("framer-motion").CustomValueType | undefined;
1349
+ startOffset?: string | number | import("framer-motion").CustomValueType | undefined;
1350
+ stdDeviation?: string | number | import("framer-motion").CustomValueType | undefined;
1351
+ stemh?: string | number | import("framer-motion").CustomValueType | undefined;
1352
+ stemv?: string | number | import("framer-motion").CustomValueType | undefined;
1353
+ stitchTiles?: string | number | import("framer-motion").CustomValueType | undefined;
1354
+ strikethroughPosition?: string | number | import("framer-motion").CustomValueType | undefined;
1355
+ strikethroughThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1356
+ string?: string | number | import("framer-motion").CustomValueType | undefined;
1357
+ surfaceScale?: string | number | import("framer-motion").CustomValueType | undefined;
1358
+ systemLanguage?: string | number | import("framer-motion").CustomValueType | undefined;
1359
+ tableValues?: string | number | import("framer-motion").CustomValueType | undefined;
1360
+ targetX?: string | number | import("framer-motion").CustomValueType | undefined;
1361
+ targetY?: string | number | import("framer-motion").CustomValueType | undefined;
1362
+ textLength?: string | number | import("framer-motion").CustomValueType | undefined;
1363
+ to?: string | number | import("framer-motion").CustomValueType | undefined;
1364
+ u1?: string | number | import("framer-motion").CustomValueType | undefined;
1365
+ u2?: string | number | import("framer-motion").CustomValueType | undefined;
1366
+ underlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
1367
+ underlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1368
+ unicode?: string | number | import("framer-motion").CustomValueType | undefined;
1369
+ unicodeRange?: string | number | import("framer-motion").CustomValueType | undefined;
1370
+ unitsPerEm?: string | number | import("framer-motion").CustomValueType | undefined;
1371
+ vAlphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
1372
+ values?: string | import("framer-motion").CustomValueType | undefined;
1373
+ version?: string | import("framer-motion").CustomValueType | undefined;
1374
+ vertAdvY?: string | number | import("framer-motion").CustomValueType | undefined;
1375
+ vertOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
1376
+ vertOriginY?: string | number | import("framer-motion").CustomValueType | undefined;
1377
+ vHanging?: string | number | import("framer-motion").CustomValueType | undefined;
1378
+ vIdeographic?: string | number | import("framer-motion").CustomValueType | undefined;
1379
+ viewBox?: string | import("framer-motion").CustomValueType | undefined;
1380
+ viewTarget?: string | number | import("framer-motion").CustomValueType | undefined;
1381
+ vMathematical?: string | number | import("framer-motion").CustomValueType | undefined;
1382
+ widths?: string | number | import("framer-motion").CustomValueType | undefined;
1383
+ x1?: string | number | import("framer-motion").CustomValueType | undefined;
1384
+ x2?: string | number | import("framer-motion").CustomValueType | undefined;
1385
+ x?: string | number | import("framer-motion").CustomValueType | undefined;
1386
+ xChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
1387
+ xHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1388
+ xlinkActuate?: string | import("framer-motion").CustomValueType | undefined;
1389
+ xlinkArcrole?: string | import("framer-motion").CustomValueType | undefined;
1390
+ xlinkHref?: string | import("framer-motion").CustomValueType | undefined;
1391
+ xlinkRole?: string | import("framer-motion").CustomValueType | undefined;
1392
+ xlinkShow?: string | import("framer-motion").CustomValueType | undefined;
1393
+ xlinkTitle?: string | import("framer-motion").CustomValueType | undefined;
1394
+ xlinkType?: string | import("framer-motion").CustomValueType | undefined;
1395
+ xmlBase?: string | import("framer-motion").CustomValueType | undefined;
1396
+ xmlLang?: string | import("framer-motion").CustomValueType | undefined;
1397
+ xmlns?: string | import("framer-motion").CustomValueType | undefined;
1398
+ xmlnsXlink?: string | import("framer-motion").CustomValueType | undefined;
1399
+ xmlSpace?: string | import("framer-motion").CustomValueType | undefined;
1400
+ y1?: string | number | import("framer-motion").CustomValueType | undefined;
1401
+ y2?: string | number | import("framer-motion").CustomValueType | undefined;
1402
+ y?: string | number | import("framer-motion").CustomValueType | undefined;
1403
+ yChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
1404
+ z?: string | number | import("framer-motion").CustomValueType | undefined;
1405
+ zoomAndPan?: string | import("framer-motion").CustomValueType | undefined;
1406
+ "aria-activedescendant"?: string | import("framer-motion").CustomValueType | undefined;
1407
+ "aria-atomic"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1408
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | import("framer-motion").CustomValueType | undefined;
1409
+ "aria-braillelabel"?: string | import("framer-motion").CustomValueType | undefined;
1410
+ "aria-brailleroledescription"?: string | import("framer-motion").CustomValueType | undefined;
1411
+ "aria-busy"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1412
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
1413
+ "aria-colcount"?: number | import("framer-motion").CustomValueType | undefined;
1414
+ "aria-colindex"?: number | import("framer-motion").CustomValueType | undefined;
1415
+ "aria-colindextext"?: string | import("framer-motion").CustomValueType | undefined;
1416
+ "aria-colspan"?: number | import("framer-motion").CustomValueType | undefined;
1417
+ "aria-controls"?: string | import("framer-motion").CustomValueType | undefined;
1418
+ "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "date" | "location" | import("framer-motion").CustomValueType | undefined;
1419
+ "aria-describedby"?: string | import("framer-motion").CustomValueType | undefined;
1420
+ "aria-description"?: string | import("framer-motion").CustomValueType | undefined;
1421
+ "aria-details"?: string | import("framer-motion").CustomValueType | undefined;
1422
+ "aria-disabled"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1423
+ "aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | import("framer-motion").CustomValueType | undefined;
1424
+ "aria-errormessage"?: string | import("framer-motion").CustomValueType | undefined;
1425
+ "aria-expanded"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1426
+ "aria-flowto"?: string | import("framer-motion").CustomValueType | undefined;
1427
+ "aria-grabbed"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1428
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | import("framer-motion").CustomValueType | undefined;
1429
+ "aria-hidden"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1430
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | import("framer-motion").CustomValueType | undefined;
1431
+ "aria-keyshortcuts"?: string | import("framer-motion").CustomValueType | undefined;
1432
+ "aria-label"?: string | import("framer-motion").CustomValueType | undefined;
1433
+ "aria-labelledby"?: string | import("framer-motion").CustomValueType | undefined;
1434
+ "aria-level"?: number | import("framer-motion").CustomValueType | undefined;
1435
+ "aria-live"?: "off" | "assertive" | "polite" | import("framer-motion").CustomValueType | undefined;
1436
+ "aria-modal"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1437
+ "aria-multiline"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1438
+ "aria-multiselectable"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1439
+ "aria-orientation"?: "horizontal" | "vertical" | import("framer-motion").CustomValueType | undefined;
1440
+ "aria-owns"?: string | import("framer-motion").CustomValueType | undefined;
1441
+ "aria-placeholder"?: string | import("framer-motion").CustomValueType | undefined;
1442
+ "aria-posinset"?: number | import("framer-motion").CustomValueType | undefined;
1443
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
1444
+ "aria-readonly"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1445
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | import("framer-motion").CustomValueType | undefined;
1446
+ "aria-required"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1447
+ "aria-roledescription"?: string | import("framer-motion").CustomValueType | undefined;
1448
+ "aria-rowcount"?: number | import("framer-motion").CustomValueType | undefined;
1449
+ "aria-rowindex"?: number | import("framer-motion").CustomValueType | undefined;
1450
+ "aria-rowindextext"?: string | import("framer-motion").CustomValueType | undefined;
1451
+ "aria-rowspan"?: number | import("framer-motion").CustomValueType | undefined;
1452
+ "aria-selected"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1453
+ "aria-setsize"?: number | import("framer-motion").CustomValueType | undefined;
1454
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | import("framer-motion").CustomValueType | undefined;
1455
+ "aria-valuemax"?: number | import("framer-motion").CustomValueType | undefined;
1456
+ "aria-valuemin"?: number | import("framer-motion").CustomValueType | undefined;
1457
+ "aria-valuenow"?: number | import("framer-motion").CustomValueType | undefined;
1458
+ "aria-valuetext"?: string | import("framer-motion").CustomValueType | undefined;
1459
+ children?: import("react").ReactNode | import("framer-motion").CustomValueType;
1460
+ dangerouslySetInnerHTML?: {
1461
+ __html: string | TrustedHTML;
1462
+ } | import("framer-motion").CustomValueType | undefined;
1463
+ onCopy?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1464
+ onCopyCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1465
+ onCut?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1466
+ onCutCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1467
+ onPaste?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1468
+ onPasteCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1469
+ onCompositionEnd?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1470
+ onCompositionEndCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1471
+ onCompositionStart?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1472
+ onCompositionStartCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1473
+ onCompositionUpdate?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1474
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1475
+ onFocus?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1476
+ onFocusCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1477
+ onBlur?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1478
+ onBlurCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1479
+ onChange?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1480
+ onChangeCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1481
+ onBeforeInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1482
+ onBeforeInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1483
+ onInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1484
+ onInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1485
+ onReset?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1486
+ onResetCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1487
+ onSubmit?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1488
+ onSubmitCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1489
+ onInvalid?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1490
+ onInvalidCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1491
+ onLoad?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1492
+ onLoadCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1493
+ onError?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1494
+ onErrorCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1495
+ onKeyDown?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1496
+ onKeyDownCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1497
+ onKeyPress?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1498
+ onKeyPressCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1499
+ onKeyUp?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1500
+ onKeyUpCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1501
+ onAbort?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1502
+ onAbortCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1503
+ onCanPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1504
+ onCanPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1505
+ onCanPlayThrough?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1506
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1507
+ onDurationChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1508
+ onDurationChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1509
+ onEmptied?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1510
+ onEmptiedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1511
+ onEncrypted?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1512
+ onEncryptedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1513
+ onEnded?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1514
+ onEndedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1515
+ onLoadedData?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1516
+ onLoadedDataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1517
+ onLoadedMetadata?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1518
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1519
+ onLoadStart?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1520
+ onLoadStartCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1521
+ onPause?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1522
+ onPauseCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1523
+ onPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1524
+ onPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1525
+ onPlaying?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1526
+ onPlayingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1527
+ onProgress?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1528
+ onProgressCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1529
+ onRateChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1530
+ onRateChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1531
+ onResize?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1532
+ onResizeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1533
+ onSeeked?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1534
+ onSeekedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1535
+ onSeeking?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1536
+ onSeekingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1537
+ onStalled?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1538
+ onStalledCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1539
+ onSuspend?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1540
+ onSuspendCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1541
+ onTimeUpdate?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1542
+ onTimeUpdateCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1543
+ onVolumeChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1544
+ onVolumeChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1545
+ onWaiting?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1546
+ onWaitingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1547
+ onAuxClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1548
+ onAuxClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1549
+ onClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1550
+ onClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1551
+ onContextMenu?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1552
+ onContextMenuCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1553
+ onDoubleClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1554
+ onDoubleClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1555
+ onDrag?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1556
+ onDragCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1557
+ onDragEnd?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1558
+ onDragEndCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1559
+ onDragEnter?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1560
+ onDragEnterCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1561
+ onDragExit?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1562
+ onDragExitCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1563
+ onDragLeave?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1564
+ onDragLeaveCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1565
+ onDragOver?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1566
+ onDragOverCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1567
+ onDragStart?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1568
+ onDragStartCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1569
+ onDrop?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1570
+ onDropCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1571
+ onMouseDown?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1572
+ onMouseDownCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1573
+ onMouseEnter?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1574
+ onMouseLeave?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1575
+ onMouseMove?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1576
+ onMouseMoveCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1577
+ onMouseOut?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1578
+ onMouseOutCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1579
+ onMouseOver?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1580
+ onMouseOverCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1581
+ onMouseUp?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1582
+ onMouseUpCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1583
+ onSelect?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1584
+ onSelectCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1585
+ onTouchCancel?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1586
+ onTouchCancelCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1587
+ onTouchEnd?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1588
+ onTouchEndCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1589
+ onTouchMove?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1590
+ onTouchMoveCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1591
+ onTouchStart?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1592
+ onTouchStartCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1593
+ onPointerDown?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1594
+ onPointerDownCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1595
+ onPointerMove?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1596
+ onPointerMoveCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1597
+ onPointerUp?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1598
+ onPointerUpCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1599
+ onPointerCancel?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1600
+ onPointerCancelCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1601
+ onPointerEnter?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1602
+ onPointerLeave?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1603
+ onPointerOver?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1604
+ onPointerOverCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1605
+ onPointerOut?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1606
+ onPointerOutCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1607
+ onGotPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1608
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1609
+ onLostPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1610
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1611
+ onScroll?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1612
+ onScrollCapture?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1613
+ onWheel?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1614
+ onWheelCapture?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1615
+ onAnimationStart?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1616
+ onAnimationStartCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1617
+ onAnimationEnd?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1618
+ onAnimationEndCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1619
+ onAnimationIteration?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1620
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1621
+ onTransitionEnd?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1622
+ onTransitionEndCapture?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1623
+ attrX?: number | import("framer-motion").CustomValueType | undefined;
1624
+ attrY?: number | import("framer-motion").CustomValueType | undefined;
1625
+ attrScale?: number | import("framer-motion").CustomValueType | undefined;
1626
+ translateX?: string | number | import("framer-motion").CustomValueType | undefined;
1627
+ translateY?: string | number | import("framer-motion").CustomValueType | undefined;
1628
+ translateZ?: string | number | import("framer-motion").CustomValueType | undefined;
1629
+ rotateX?: string | number | import("framer-motion").CustomValueType | undefined;
1630
+ rotateY?: string | number | import("framer-motion").CustomValueType | undefined;
1631
+ rotateZ?: string | number | import("framer-motion").CustomValueType | undefined;
1632
+ scaleX?: string | number | import("framer-motion").CustomValueType | undefined;
1633
+ scaleY?: string | number | import("framer-motion").CustomValueType | undefined;
1634
+ scaleZ?: string | number | import("framer-motion").CustomValueType | undefined;
1635
+ skew?: string | number | import("framer-motion").CustomValueType | undefined;
1636
+ skewX?: string | number | import("framer-motion").CustomValueType | undefined;
1637
+ skewY?: string | number | import("framer-motion").CustomValueType | undefined;
1638
+ originX?: string | number | import("framer-motion").CustomValueType | undefined;
1639
+ originY?: string | number | import("framer-motion").CustomValueType | undefined;
1640
+ originZ?: string | number | import("framer-motion").CustomValueType | undefined;
1641
+ perspective?: string | number | import("framer-motion").CustomValueType | undefined;
1642
+ transformPerspective?: string | number | import("framer-motion").CustomValueType | undefined;
1643
+ size?: string | number | import("framer-motion").CustomValueType | undefined;
1644
+ shadow?: string | import("framer-motion").CustomValueType | undefined;
1645
+ image?: string | import("framer-motion").CustomValueType | undefined;
1646
+ pathOffset?: number | import("framer-motion").CustomValueType | undefined;
1647
+ pathSpacing?: number | import("framer-motion").CustomValueType | undefined;
1648
+ };
1649
+ animate: boolean | import("../motion/types").MotionState | import("framer-motion").TargetAndTransition | import("framer-motion").AnimationControls;
1650
+ transition: {
1651
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1652
+ duration: number | undefined;
1653
+ delay: number | undefined;
1654
+ when?: false | "beforeChildren" | "afterChildren" | string;
1655
+ delayChildren?: number;
1656
+ staggerChildren?: number;
1657
+ staggerDirection?: number;
1658
+ repeat?: number;
1659
+ repeatType?: "loop" | "reverse" | "mirror";
1660
+ repeatDelay?: number;
1661
+ type?: "tween";
1662
+ times?: number[];
1663
+ easings?: import("framer-motion").Easing[];
1664
+ from?: number | string;
1665
+ } | {
1666
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1667
+ duration: number | undefined;
1668
+ delay: number | undefined;
1669
+ when?: false | "beforeChildren" | "afterChildren" | string;
1670
+ delayChildren?: number;
1671
+ staggerChildren?: number;
1672
+ staggerDirection?: number;
1673
+ repeat?: number;
1674
+ repeatType?: "loop" | "reverse" | "mirror";
1675
+ repeatDelay?: number;
1676
+ type: "spring";
1677
+ stiffness?: number;
1678
+ damping?: number;
1679
+ mass?: number;
1680
+ bounce?: number;
1681
+ restSpeed?: number;
1682
+ restDelta?: number;
1683
+ from?: number | string;
1684
+ velocity?: number;
1685
+ } | {
1686
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1687
+ duration: number | undefined;
1688
+ delay: number | undefined;
1689
+ when?: false | "beforeChildren" | "afterChildren" | string;
1690
+ delayChildren?: number;
1691
+ staggerChildren?: number;
1692
+ staggerDirection?: number;
1693
+ repeat?: number;
1694
+ repeatType?: "loop" | "reverse" | "mirror";
1695
+ repeatDelay?: number;
1696
+ type: "keyframes";
1697
+ times?: number[];
1698
+ } | {
1699
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1700
+ duration: number | undefined;
1701
+ delay: number | undefined;
1702
+ when?: false | "beforeChildren" | "afterChildren" | string;
1703
+ delayChildren?: number;
1704
+ staggerChildren?: number;
1705
+ staggerDirection?: number;
1706
+ repeat?: number;
1707
+ repeatType?: "loop" | "reverse" | "mirror";
1708
+ repeatDelay?: number;
1709
+ type: "inertia";
1710
+ modifyTarget?(v: number): number;
1711
+ bounceStiffness?: number;
1712
+ bounceDamping?: number;
1713
+ power?: number;
1714
+ timeConstant?: number;
1715
+ restDelta?: number;
1716
+ min?: number;
1717
+ max?: number;
1718
+ from?: number | string;
1719
+ velocity?: number;
1720
+ } | {
1721
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1722
+ duration: number | undefined;
1723
+ delay: number | undefined;
1724
+ when?: false | "beforeChildren" | "afterChildren" | string;
1725
+ delayChildren?: number;
1726
+ staggerChildren?: number;
1727
+ staggerDirection?: number;
1728
+ repeat?: number;
1729
+ repeatType?: "loop" | "reverse" | "mirror";
1730
+ repeatDelay?: number;
1731
+ type: "just";
1732
+ } | {
1733
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1734
+ duration: number | undefined;
1735
+ delay: number | undefined;
1736
+ when?: false | "beforeChildren" | "afterChildren" | string;
1737
+ delayChildren?: number;
1738
+ staggerChildren?: number;
1739
+ staggerDirection?: number;
1740
+ repeat?: number;
1741
+ repeatType?: "loop" | "reverse" | "mirror";
1742
+ repeatDelay?: number;
1743
+ type: false;
1744
+ } | {
1745
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1746
+ duration: number | undefined;
1747
+ delay: number | undefined;
1748
+ when?: false | "beforeChildren" | "afterChildren" | string;
1749
+ delayChildren?: number;
1750
+ staggerChildren?: number;
1751
+ staggerDirection?: number;
1752
+ repeat?: number;
1753
+ repeatType?: "loop" | "reverse" | "mirror";
1754
+ repeatDelay?: number;
1755
+ } | {
1756
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1757
+ duration: number | undefined;
1758
+ delay: number | undefined;
1759
+ when?: false | "beforeChildren" | "afterChildren" | string;
1760
+ delayChildren?: number;
1761
+ staggerChildren?: number;
1762
+ staggerDirection?: number;
1763
+ repeat?: number;
1764
+ repeatType?: "loop" | "reverse" | "mirror";
1765
+ repeatDelay?: number;
1766
+ type?: "tween";
1767
+ times?: number[];
1768
+ easings?: import("framer-motion").Easing[];
1769
+ from?: number | string;
1770
+ } | {
1771
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1772
+ duration: number | undefined;
1773
+ delay: number | undefined;
1774
+ when?: false | "beforeChildren" | "afterChildren" | string;
1775
+ delayChildren?: number;
1776
+ staggerChildren?: number;
1777
+ staggerDirection?: number;
1778
+ repeat?: number;
1779
+ repeatType?: "loop" | "reverse" | "mirror";
1780
+ repeatDelay?: number;
1781
+ type: "spring";
1782
+ stiffness?: number;
1783
+ damping?: number;
1784
+ mass?: number;
1785
+ bounce?: number;
1786
+ restSpeed?: number;
1787
+ restDelta?: number;
1788
+ from?: number | string;
1789
+ velocity?: number;
1790
+ } | {
1791
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1792
+ duration: number | undefined;
1793
+ delay: number | undefined;
1794
+ when?: false | "beforeChildren" | "afterChildren" | string;
1795
+ delayChildren?: number;
1796
+ staggerChildren?: number;
1797
+ staggerDirection?: number;
1798
+ repeat?: number;
1799
+ repeatType?: "loop" | "reverse" | "mirror";
1800
+ repeatDelay?: number;
1801
+ type: "keyframes";
1802
+ times?: number[];
1803
+ } | {
1804
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1805
+ duration: number | undefined;
1806
+ delay: number | undefined;
1807
+ when?: false | "beforeChildren" | "afterChildren" | string;
1808
+ delayChildren?: number;
1809
+ staggerChildren?: number;
1810
+ staggerDirection?: number;
1811
+ repeat?: number;
1812
+ repeatType?: "loop" | "reverse" | "mirror";
1813
+ repeatDelay?: number;
1814
+ type: "inertia";
1815
+ modifyTarget?(v: number): number;
1816
+ bounceStiffness?: number;
1817
+ bounceDamping?: number;
1818
+ power?: number;
1819
+ timeConstant?: number;
1820
+ restDelta?: number;
1821
+ min?: number;
1822
+ max?: number;
1823
+ from?: number | string;
1824
+ velocity?: number;
1825
+ } | {
1826
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1827
+ duration: number | undefined;
1828
+ delay: number | undefined;
1829
+ when?: false | "beforeChildren" | "afterChildren" | string;
1830
+ delayChildren?: number;
1831
+ staggerChildren?: number;
1832
+ staggerDirection?: number;
1833
+ repeat?: number;
1834
+ repeatType?: "loop" | "reverse" | "mirror";
1835
+ repeatDelay?: number;
1836
+ type: "just";
1837
+ } | {
1838
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1839
+ duration: number | undefined;
1840
+ delay: number | undefined;
1841
+ when?: false | "beforeChildren" | "afterChildren" | string;
1842
+ delayChildren?: number;
1843
+ staggerChildren?: number;
1844
+ staggerDirection?: number;
1845
+ repeat?: number;
1846
+ repeatType?: "loop" | "reverse" | "mirror";
1847
+ repeatDelay?: number;
1848
+ type: false;
1849
+ } | {
1850
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1851
+ duration: number | undefined;
1852
+ delay: number | undefined;
1853
+ when?: false | "beforeChildren" | "afterChildren" | string;
1854
+ delayChildren?: number;
1855
+ staggerChildren?: number;
1856
+ staggerDirection?: number;
1857
+ repeat?: number;
1858
+ repeatType?: "loop" | "reverse" | "mirror";
1859
+ repeatDelay?: number;
1860
+ } | undefined;
1861
+ };
1862
+ //# sourceMappingURL=useCollapsibleMotionProps.d.ts.map