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