@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,3749 @@
1
+ import type { AnimationControls, MotionProps as FramerMotionProps, Target, TargetAndTransition } from 'framer-motion';
2
+ import type { MotionConfigs, MotionState, MotionTransition, MotionVariant } from './types';
3
+ type TransformProperties = {
4
+ x?: string | number;
5
+ y?: string | number;
6
+ z?: string | number;
7
+ translateX?: string | number;
8
+ translateY?: string | number;
9
+ translateZ?: string | number;
10
+ rotate?: string | number;
11
+ rotateX?: string | number;
12
+ rotateY?: string | number;
13
+ rotateZ?: string | number;
14
+ scale?: string | number;
15
+ scaleX?: string | number;
16
+ scaleY?: string | number;
17
+ scaleZ?: string | number;
18
+ skew?: string | number;
19
+ skewX?: string | number;
20
+ skewY?: string | number;
21
+ originX?: string | number;
22
+ originY?: string | number;
23
+ originZ?: string | number;
24
+ perspective?: string | number;
25
+ transformPerspective?: string | number;
26
+ };
27
+ export type UseMotionProps = {
28
+ /**
29
+ * Array of CDS Motion configs for enter animation
30
+ */
31
+ enterConfigs?: MotionConfigs;
32
+ /**
33
+ * Array of CDS Motion configs for exit animation
34
+ */
35
+ exitConfigs?: MotionConfigs;
36
+ /**
37
+ * FM initial prop
38
+ * @default exit
39
+ * @link https://www.framer.com/docs/component/###initial
40
+ */
41
+ initial?: MotionState | Target | boolean;
42
+ /**
43
+ * FM animate prop
44
+ * @default enter
45
+ * @link https://www.framer.com/docs/component/###animate
46
+ */
47
+ animate?: MotionState | TargetAndTransition | AnimationControls | boolean;
48
+ /**
49
+ * FM exit prop
50
+ * @link https://www.framer.com/docs/component/###exit
51
+ */
52
+ exit?: MotionState | TargetAndTransition;
53
+ /**
54
+ * FM transition prop with CDS time-based tokens
55
+ * @link https://www.framer.com/docs/component/###transition
56
+ */
57
+ transition?: MotionTransition;
58
+ transformTemplate?: (transform: TransformProperties, generatedTransform: string) => string;
59
+ viewport?: FramerMotionProps['viewport'];
60
+ } & Omit<FramerMotionProps, 'exit' | 'initial' | 'animate' | 'transition' | 'transformTemplate' | 'viewport'>;
61
+ export declare const getMotionProps: ({ enterConfigs, exitConfigs, initial, animate, transition, ...rest }: UseMotionProps) => {
62
+ /**
63
+ * FM exit prop
64
+ * @link https://www.framer.com/docs/component/###exit
65
+ */
66
+ exit?: MotionState | TargetAndTransition;
67
+ transformTemplate?: (transform: TransformProperties, generatedTransform: string) => string;
68
+ viewport?: FramerMotionProps["viewport"];
69
+ inherit?: boolean | undefined;
70
+ style?: import("framer-motion").MotionStyle | undefined;
71
+ children?: import("react").ReactNode | import("framer-motion").MotionValue<number> | import("framer-motion").MotionValue<string>;
72
+ onDrag?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
73
+ onDragEnd?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
74
+ onDragStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
75
+ onAnimationStart?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
76
+ drag?: boolean | "x" | "y" | undefined;
77
+ layout?: boolean | "position" | "size" | "preserve-aspect" | undefined;
78
+ custom?: any;
79
+ transformValues?: (<V extends import("framer-motion").ResolvedValues>(values: V) => V) | undefined;
80
+ variants: MotionVariant | import("framer-motion").Variants | undefined;
81
+ onBeforeLayoutMeasure?: ((box: import("framer-motion").Box) => void) | undefined;
82
+ onLayoutMeasure?: ((box: import("framer-motion").Box, prevBox: import("framer-motion").Box) => void) | undefined;
83
+ onUpdate?: ((latest: import("framer-motion").ResolvedValues) => void) | undefined;
84
+ onAnimationComplete?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
85
+ onPan?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
86
+ onPanStart?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
87
+ onPanSessionStart?: ((event: PointerEvent, info: import("framer-motion").EventInfo) => void) | undefined;
88
+ onPanEnd?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
89
+ onTap?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
90
+ onTapStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
91
+ onTapCancel?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
92
+ whileTap?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
93
+ globalTapTarget?: boolean | undefined;
94
+ whileHover?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
95
+ onHoverStart?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
96
+ onHoverEnd?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
97
+ whileFocus?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
98
+ whileInView?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
99
+ onViewportEnter?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
100
+ onViewportLeave?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
101
+ whileDrag?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
102
+ dragDirectionLock?: boolean | undefined;
103
+ dragPropagation?: boolean | undefined;
104
+ dragConstraints?: (false | Partial<import("framer-motion").BoundingBox> | {
105
+ current: Element | null;
106
+ }) | undefined;
107
+ dragElastic?: import("framer-motion").DragElastic | undefined;
108
+ dragMomentum?: boolean | undefined;
109
+ dragTransition?: Partial<Omit<import("framer-motion").Inertia, "type" | "velocity">> | undefined;
110
+ dragControls?: import("framer-motion").DragControls | undefined;
111
+ dragSnapToOrigin?: boolean | undefined;
112
+ dragListener?: boolean | undefined;
113
+ onMeasureDragConstraints?: ((constraints: import("framer-motion").BoundingBox) => import("framer-motion").BoundingBox | void) | undefined;
114
+ _dragX?: import("framer-motion").MotionValue<number> | undefined;
115
+ _dragY?: import("framer-motion").MotionValue<number> | undefined;
116
+ onDirectionLock?: ((axis: "x" | "y") => void) | undefined;
117
+ onDragTransitionEnd?: (() => void) | undefined;
118
+ layoutId?: string | undefined;
119
+ onLayoutAnimationStart?: (() => void) | undefined;
120
+ onLayoutAnimationComplete?: (() => void) | undefined;
121
+ layoutDependency?: any;
122
+ layoutScroll?: boolean | undefined;
123
+ layoutRoot?: boolean | undefined;
124
+ ignoreStrict?: boolean | undefined;
125
+ initial: boolean | MotionState | {
126
+ filter?: string | import("framer-motion").CustomValueType | undefined;
127
+ fill?: string | import("framer-motion").CustomValueType | undefined;
128
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
129
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
130
+ fontFamily?: string | import("framer-motion").CustomValueType | undefined;
131
+ fontSize?: string | number | import("framer-motion").CustomValueType | undefined;
132
+ fontWeight?: string | number | import("framer-motion").CustomValueType | undefined;
133
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | import("framer-motion").CustomValueType | undefined;
134
+ textTransform?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
135
+ color?: string | import("framer-motion").CustomValueType | undefined;
136
+ "--blue0"?: string | import("framer-motion").CustomValueType | undefined;
137
+ "--blue5"?: string | import("framer-motion").CustomValueType | undefined;
138
+ "--blue10"?: string | import("framer-motion").CustomValueType | undefined;
139
+ "--blue15"?: string | import("framer-motion").CustomValueType | undefined;
140
+ "--blue20"?: string | import("framer-motion").CustomValueType | undefined;
141
+ "--blue30"?: string | import("framer-motion").CustomValueType | undefined;
142
+ "--blue40"?: string | import("framer-motion").CustomValueType | undefined;
143
+ "--blue50"?: string | import("framer-motion").CustomValueType | undefined;
144
+ "--blue60"?: string | import("framer-motion").CustomValueType | undefined;
145
+ "--blue70"?: string | import("framer-motion").CustomValueType | undefined;
146
+ "--blue80"?: string | import("framer-motion").CustomValueType | undefined;
147
+ "--blue90"?: string | import("framer-motion").CustomValueType | undefined;
148
+ "--blue100"?: string | import("framer-motion").CustomValueType | undefined;
149
+ "--green0"?: string | import("framer-motion").CustomValueType | undefined;
150
+ "--green5"?: string | import("framer-motion").CustomValueType | undefined;
151
+ "--green10"?: string | import("framer-motion").CustomValueType | undefined;
152
+ "--green15"?: string | import("framer-motion").CustomValueType | undefined;
153
+ "--green20"?: string | import("framer-motion").CustomValueType | undefined;
154
+ "--green30"?: string | import("framer-motion").CustomValueType | undefined;
155
+ "--green40"?: string | import("framer-motion").CustomValueType | undefined;
156
+ "--green50"?: string | import("framer-motion").CustomValueType | undefined;
157
+ "--green60"?: string | import("framer-motion").CustomValueType | undefined;
158
+ "--green70"?: string | import("framer-motion").CustomValueType | undefined;
159
+ "--green80"?: string | import("framer-motion").CustomValueType | undefined;
160
+ "--green90"?: string | import("framer-motion").CustomValueType | undefined;
161
+ "--green100"?: string | import("framer-motion").CustomValueType | undefined;
162
+ "--orange0"?: string | import("framer-motion").CustomValueType | undefined;
163
+ "--orange5"?: string | import("framer-motion").CustomValueType | undefined;
164
+ "--orange10"?: string | import("framer-motion").CustomValueType | undefined;
165
+ "--orange15"?: string | import("framer-motion").CustomValueType | undefined;
166
+ "--orange20"?: string | import("framer-motion").CustomValueType | undefined;
167
+ "--orange30"?: string | import("framer-motion").CustomValueType | undefined;
168
+ "--orange40"?: string | import("framer-motion").CustomValueType | undefined;
169
+ "--orange50"?: string | import("framer-motion").CustomValueType | undefined;
170
+ "--orange60"?: string | import("framer-motion").CustomValueType | undefined;
171
+ "--orange70"?: string | import("framer-motion").CustomValueType | undefined;
172
+ "--orange80"?: string | import("framer-motion").CustomValueType | undefined;
173
+ "--orange90"?: string | import("framer-motion").CustomValueType | undefined;
174
+ "--orange100"?: string | import("framer-motion").CustomValueType | undefined;
175
+ "--yellow0"?: string | import("framer-motion").CustomValueType | undefined;
176
+ "--yellow5"?: string | import("framer-motion").CustomValueType | undefined;
177
+ "--yellow10"?: string | import("framer-motion").CustomValueType | undefined;
178
+ "--yellow15"?: string | import("framer-motion").CustomValueType | undefined;
179
+ "--yellow20"?: string | import("framer-motion").CustomValueType | undefined;
180
+ "--yellow30"?: string | import("framer-motion").CustomValueType | undefined;
181
+ "--yellow40"?: string | import("framer-motion").CustomValueType | undefined;
182
+ "--yellow50"?: string | import("framer-motion").CustomValueType | undefined;
183
+ "--yellow60"?: string | import("framer-motion").CustomValueType | undefined;
184
+ "--yellow70"?: string | import("framer-motion").CustomValueType | undefined;
185
+ "--yellow80"?: string | import("framer-motion").CustomValueType | undefined;
186
+ "--yellow90"?: string | import("framer-motion").CustomValueType | undefined;
187
+ "--yellow100"?: string | import("framer-motion").CustomValueType | undefined;
188
+ "--gray0"?: string | import("framer-motion").CustomValueType | undefined;
189
+ "--gray5"?: string | import("framer-motion").CustomValueType | undefined;
190
+ "--gray10"?: string | import("framer-motion").CustomValueType | undefined;
191
+ "--gray15"?: string | import("framer-motion").CustomValueType | undefined;
192
+ "--gray20"?: string | import("framer-motion").CustomValueType | undefined;
193
+ "--gray30"?: string | import("framer-motion").CustomValueType | undefined;
194
+ "--gray40"?: string | import("framer-motion").CustomValueType | undefined;
195
+ "--gray50"?: string | import("framer-motion").CustomValueType | undefined;
196
+ "--gray60"?: string | import("framer-motion").CustomValueType | undefined;
197
+ "--gray70"?: string | import("framer-motion").CustomValueType | undefined;
198
+ "--gray80"?: string | import("framer-motion").CustomValueType | undefined;
199
+ "--gray90"?: string | import("framer-motion").CustomValueType | undefined;
200
+ "--gray100"?: string | import("framer-motion").CustomValueType | undefined;
201
+ "--indigo0"?: string | import("framer-motion").CustomValueType | undefined;
202
+ "--indigo5"?: string | import("framer-motion").CustomValueType | undefined;
203
+ "--indigo10"?: string | import("framer-motion").CustomValueType | undefined;
204
+ "--indigo15"?: string | import("framer-motion").CustomValueType | undefined;
205
+ "--indigo20"?: string | import("framer-motion").CustomValueType | undefined;
206
+ "--indigo30"?: string | import("framer-motion").CustomValueType | undefined;
207
+ "--indigo40"?: string | import("framer-motion").CustomValueType | undefined;
208
+ "--indigo50"?: string | import("framer-motion").CustomValueType | undefined;
209
+ "--indigo60"?: string | import("framer-motion").CustomValueType | undefined;
210
+ "--indigo70"?: string | import("framer-motion").CustomValueType | undefined;
211
+ "--indigo80"?: string | import("framer-motion").CustomValueType | undefined;
212
+ "--indigo90"?: string | import("framer-motion").CustomValueType | undefined;
213
+ "--indigo100"?: string | import("framer-motion").CustomValueType | undefined;
214
+ "--pink0"?: string | import("framer-motion").CustomValueType | undefined;
215
+ "--pink5"?: string | import("framer-motion").CustomValueType | undefined;
216
+ "--pink10"?: string | import("framer-motion").CustomValueType | undefined;
217
+ "--pink15"?: string | import("framer-motion").CustomValueType | undefined;
218
+ "--pink20"?: string | import("framer-motion").CustomValueType | undefined;
219
+ "--pink30"?: string | import("framer-motion").CustomValueType | undefined;
220
+ "--pink40"?: string | import("framer-motion").CustomValueType | undefined;
221
+ "--pink50"?: string | import("framer-motion").CustomValueType | undefined;
222
+ "--pink60"?: string | import("framer-motion").CustomValueType | undefined;
223
+ "--pink70"?: string | import("framer-motion").CustomValueType | undefined;
224
+ "--pink80"?: string | import("framer-motion").CustomValueType | undefined;
225
+ "--pink90"?: string | import("framer-motion").CustomValueType | undefined;
226
+ "--pink100"?: string | import("framer-motion").CustomValueType | undefined;
227
+ "--purple0"?: string | import("framer-motion").CustomValueType | undefined;
228
+ "--purple5"?: string | import("framer-motion").CustomValueType | undefined;
229
+ "--purple10"?: string | import("framer-motion").CustomValueType | undefined;
230
+ "--purple15"?: string | import("framer-motion").CustomValueType | undefined;
231
+ "--purple20"?: string | import("framer-motion").CustomValueType | undefined;
232
+ "--purple30"?: string | import("framer-motion").CustomValueType | undefined;
233
+ "--purple40"?: string | import("framer-motion").CustomValueType | undefined;
234
+ "--purple50"?: string | import("framer-motion").CustomValueType | undefined;
235
+ "--purple60"?: string | import("framer-motion").CustomValueType | undefined;
236
+ "--purple70"?: string | import("framer-motion").CustomValueType | undefined;
237
+ "--purple80"?: string | import("framer-motion").CustomValueType | undefined;
238
+ "--purple90"?: string | import("framer-motion").CustomValueType | undefined;
239
+ "--purple100"?: string | import("framer-motion").CustomValueType | undefined;
240
+ "--red0"?: string | import("framer-motion").CustomValueType | undefined;
241
+ "--red5"?: string | import("framer-motion").CustomValueType | undefined;
242
+ "--red10"?: string | import("framer-motion").CustomValueType | undefined;
243
+ "--red15"?: string | import("framer-motion").CustomValueType | undefined;
244
+ "--red20"?: string | import("framer-motion").CustomValueType | undefined;
245
+ "--red30"?: string | import("framer-motion").CustomValueType | undefined;
246
+ "--red40"?: string | import("framer-motion").CustomValueType | undefined;
247
+ "--red50"?: string | import("framer-motion").CustomValueType | undefined;
248
+ "--red60"?: string | import("framer-motion").CustomValueType | undefined;
249
+ "--red70"?: string | import("framer-motion").CustomValueType | undefined;
250
+ "--red80"?: string | import("framer-motion").CustomValueType | undefined;
251
+ "--red90"?: string | import("framer-motion").CustomValueType | undefined;
252
+ "--red100"?: string | import("framer-motion").CustomValueType | undefined;
253
+ "--teal0"?: string | import("framer-motion").CustomValueType | undefined;
254
+ "--teal5"?: string | import("framer-motion").CustomValueType | undefined;
255
+ "--teal10"?: string | import("framer-motion").CustomValueType | undefined;
256
+ "--teal15"?: string | import("framer-motion").CustomValueType | undefined;
257
+ "--teal20"?: string | import("framer-motion").CustomValueType | undefined;
258
+ "--teal30"?: string | import("framer-motion").CustomValueType | undefined;
259
+ "--teal40"?: string | import("framer-motion").CustomValueType | undefined;
260
+ "--teal50"?: string | import("framer-motion").CustomValueType | undefined;
261
+ "--teal60"?: string | import("framer-motion").CustomValueType | undefined;
262
+ "--teal70"?: string | import("framer-motion").CustomValueType | undefined;
263
+ "--teal80"?: string | import("framer-motion").CustomValueType | undefined;
264
+ "--teal90"?: string | import("framer-motion").CustomValueType | undefined;
265
+ "--teal100"?: string | import("framer-motion").CustomValueType | undefined;
266
+ "--chartreuse0"?: string | import("framer-motion").CustomValueType | undefined;
267
+ "--chartreuse5"?: string | import("framer-motion").CustomValueType | undefined;
268
+ "--chartreuse10"?: string | import("framer-motion").CustomValueType | undefined;
269
+ "--chartreuse15"?: string | import("framer-motion").CustomValueType | undefined;
270
+ "--chartreuse20"?: string | import("framer-motion").CustomValueType | undefined;
271
+ "--chartreuse30"?: string | import("framer-motion").CustomValueType | undefined;
272
+ "--chartreuse40"?: string | import("framer-motion").CustomValueType | undefined;
273
+ "--chartreuse50"?: string | import("framer-motion").CustomValueType | undefined;
274
+ "--chartreuse60"?: string | import("framer-motion").CustomValueType | undefined;
275
+ "--chartreuse70"?: string | import("framer-motion").CustomValueType | undefined;
276
+ "--chartreuse80"?: string | import("framer-motion").CustomValueType | undefined;
277
+ "--chartreuse90"?: string | import("framer-motion").CustomValueType | undefined;
278
+ "--chartreuse100"?: string | import("framer-motion").CustomValueType | undefined;
279
+ "--color-currentColor"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
280
+ "--color-fg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
281
+ "--color-fgMuted"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
282
+ "--color-fgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
283
+ "--color-fgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
284
+ "--color-fgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
285
+ "--color-fgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
286
+ "--color-fgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
287
+ "--color-bg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
288
+ "--color-bgAlternate"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
289
+ "--color-bgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
290
+ "--color-bgOverlay"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
291
+ "--color-bgElevation1"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
292
+ "--color-bgElevation2"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
293
+ "--color-bgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
294
+ "--color-bgPrimaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
295
+ "--color-bgSecondary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
296
+ "--color-bgTertiary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
297
+ "--color-bgSecondaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
298
+ "--color-bgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
299
+ "--color-bgNegativeWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
300
+ "--color-bgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
301
+ "--color-bgPositiveWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
302
+ "--color-bgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
303
+ "--color-bgWarningWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
304
+ "--color-bgLine"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
305
+ "--color-bgLineHeavy"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
306
+ "--color-bgLineInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
307
+ "--color-bgLinePrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
308
+ "--color-bgLinePrimarySubtle"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
309
+ "--color-accentSubtleRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
310
+ "--color-accentBoldRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
311
+ "--color-accentSubtleGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
312
+ "--color-accentBoldGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
313
+ "--color-accentSubtleBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
314
+ "--color-accentBoldBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
315
+ "--color-accentSubtlePurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
316
+ "--color-accentBoldPurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
317
+ "--color-accentSubtleYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
318
+ "--color-accentBoldYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
319
+ "--color-accentSubtleGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
320
+ "--color-accentBoldGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
321
+ "--color-transparent"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
322
+ "--space-0"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
323
+ "--space-1"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
324
+ "--space-2"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
325
+ "--space-5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
326
+ "--space-10"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
327
+ "--space-0.25"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
328
+ "--space-0.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
329
+ "--space-0.75"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
330
+ "--space-1.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
331
+ "--space-3"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
332
+ "--space-4"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
333
+ "--space-6"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
334
+ "--space-7"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
335
+ "--space-8"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
336
+ "--space-9"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
337
+ "--iconSize-xs"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
338
+ "--iconSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
339
+ "--iconSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
340
+ "--iconSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
341
+ "--avatarSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
342
+ "--avatarSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
343
+ "--avatarSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
344
+ "--avatarSize-xl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
345
+ "--avatarSize-xxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
346
+ "--avatarSize-xxxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
347
+ "--borderWidth-0"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
348
+ "--borderWidth-100"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
349
+ "--borderWidth-200"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
350
+ "--borderWidth-300"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
351
+ "--borderWidth-400"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
352
+ "--borderWidth-500"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
353
+ "--borderRadius-0"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
354
+ "--borderRadius-100"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
355
+ "--borderRadius-200"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
356
+ "--borderRadius-300"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
357
+ "--borderRadius-400"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
358
+ "--borderRadius-500"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
359
+ "--borderRadius-600"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
360
+ "--borderRadius-700"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
361
+ "--borderRadius-800"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
362
+ "--borderRadius-900"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
363
+ "--borderRadius-1000"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
364
+ "--fontFamily-display1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
365
+ "--fontFamily-display2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
366
+ "--fontFamily-display3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
367
+ "--fontFamily-title1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
368
+ "--fontFamily-title2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
369
+ "--fontFamily-title3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
370
+ "--fontFamily-title4"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
371
+ "--fontFamily-headline"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
372
+ "--fontFamily-body"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
373
+ "--fontFamily-label1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
374
+ "--fontFamily-label2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
375
+ "--fontFamily-caption"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
376
+ "--fontFamily-legal"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
377
+ "--fontSize-display1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
378
+ "--fontSize-display2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
379
+ "--fontSize-display3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
380
+ "--fontSize-title1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
381
+ "--fontSize-title2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
382
+ "--fontSize-title3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
383
+ "--fontSize-title4"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
384
+ "--fontSize-headline"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
385
+ "--fontSize-body"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
386
+ "--fontSize-label1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
387
+ "--fontSize-label2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
388
+ "--fontSize-caption"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
389
+ "--fontSize-legal"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
390
+ "--fontWeight-display1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
391
+ "--fontWeight-display2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
392
+ "--fontWeight-display3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
393
+ "--fontWeight-title1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
394
+ "--fontWeight-title2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
395
+ "--fontWeight-title3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
396
+ "--fontWeight-title4"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
397
+ "--fontWeight-headline"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
398
+ "--fontWeight-body"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
399
+ "--fontWeight-label1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
400
+ "--fontWeight-label2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
401
+ "--fontWeight-caption"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
402
+ "--fontWeight-legal"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
403
+ "--lineHeight-display1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
404
+ "--lineHeight-display2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
405
+ "--lineHeight-display3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
406
+ "--lineHeight-title1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
407
+ "--lineHeight-title2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
408
+ "--lineHeight-title3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
409
+ "--lineHeight-title4"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
410
+ "--lineHeight-headline"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
411
+ "--lineHeight-body"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
412
+ "--lineHeight-label1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
413
+ "--lineHeight-label2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
414
+ "--lineHeight-caption"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
415
+ "--lineHeight-legal"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
416
+ "--textTransform-display1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
417
+ "--textTransform-display2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
418
+ "--textTransform-display3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
419
+ "--textTransform-title1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
420
+ "--textTransform-title2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
421
+ "--textTransform-title3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
422
+ "--textTransform-title4"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
423
+ "--textTransform-headline"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
424
+ "--textTransform-body"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
425
+ "--textTransform-label1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
426
+ "--textTransform-label2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
427
+ "--textTransform-caption"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
428
+ "--textTransform-legal"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
429
+ "--shadow-elevation1"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
430
+ "--shadow-elevation2"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
431
+ "--controlSize-checkboxSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
432
+ "--controlSize-radioSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
433
+ "--controlSize-switchWidth"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
434
+ "--controlSize-switchHeight"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
435
+ "--controlSize-switchThumbSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
436
+ "--controlSize-tileSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
437
+ clipPath?: string | import("framer-motion").CustomValueType | undefined;
438
+ marker?: import("csstype").Property.Marker | import("framer-motion").CustomValueType | undefined;
439
+ mask?: string | import("framer-motion").CustomValueType | undefined;
440
+ height?: string | number | import("framer-motion").CustomValueType | undefined;
441
+ width?: string | number | import("framer-motion").CustomValueType | undefined;
442
+ 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;
443
+ azimuth?: string | import("framer-motion").CustomValueType | undefined;
444
+ baselineShift?: string | number | import("framer-motion").CustomValueType | undefined;
445
+ clip?: string | import("framer-motion").CustomValueType | undefined;
446
+ clipRule?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
447
+ colorInterpolation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
448
+ colorRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeQuality" | "optimizeSpeed" | import("framer-motion").CustomValueType | undefined;
449
+ cursor?: string | import("framer-motion").CustomValueType | undefined;
450
+ direction?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("framer-motion").CustomValueType | undefined;
451
+ display?: string | import("framer-motion").CustomValueType | undefined;
452
+ 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;
453
+ fillOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
454
+ fillRule?: "inherit" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
455
+ floodColor?: string | import("framer-motion").CustomValueType | undefined;
456
+ floodOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
457
+ fontSizeAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
458
+ fontStretch?: string | import("framer-motion").CustomValueType | undefined;
459
+ fontStyle?: string | import("framer-motion").CustomValueType | undefined;
460
+ fontVariant?: string | import("framer-motion").CustomValueType | undefined;
461
+ glyphOrientationVertical?: string | number | import("framer-motion").CustomValueType | undefined;
462
+ imageRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | import("framer-motion").CustomValueType | undefined;
463
+ letterSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
464
+ lightingColor?: string | import("framer-motion").CustomValueType | undefined;
465
+ markerEnd?: string | import("framer-motion").CustomValueType | undefined;
466
+ markerMid?: string | import("framer-motion").CustomValueType | undefined;
467
+ markerStart?: string | import("framer-motion").CustomValueType | undefined;
468
+ offset?: string | number | import("framer-motion").CustomValueType | undefined;
469
+ opacity?: string | number | import("framer-motion").CustomValueType | undefined;
470
+ order?: string | number | import("framer-motion").CustomValueType | undefined;
471
+ overflow?: string | import("framer-motion").CustomValueType | undefined;
472
+ paintOrder?: string | import("framer-motion").CustomValueType | undefined;
473
+ pointerEvents?: "fill" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "stroke" | "all" | "visible" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | import("framer-motion").CustomValueType | undefined;
474
+ shapeRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | import("framer-motion").CustomValueType | undefined;
475
+ stopColor?: string | import("framer-motion").CustomValueType | undefined;
476
+ stopOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
477
+ stroke?: string | import("framer-motion").CustomValueType | undefined;
478
+ strokeDasharray?: string | number | import("framer-motion").CustomValueType | undefined;
479
+ strokeDashoffset?: string | number | import("framer-motion").CustomValueType | undefined;
480
+ strokeLinecap?: "inherit" | "round" | "butt" | "square" | import("framer-motion").CustomValueType | undefined;
481
+ strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | import("framer-motion").CustomValueType | undefined;
482
+ strokeMiterlimit?: string | number | import("framer-motion").CustomValueType | undefined;
483
+ strokeOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
484
+ strokeWidth?: string | number | import("framer-motion").CustomValueType | undefined;
485
+ textAnchor?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "middle" | import("framer-motion").CustomValueType | undefined;
486
+ textDecoration?: string | number | import("framer-motion").CustomValueType | undefined;
487
+ textRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "geometricPrecision" | "optimizeLegibility" | import("framer-motion").CustomValueType | undefined;
488
+ transform?: string | import("framer-motion").CustomValueType | undefined;
489
+ 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;
490
+ vectorEffect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "non-scaling-stroke" | import("framer-motion").CustomValueType | undefined;
491
+ visibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "hidden" | "visible" | "collapse" | import("framer-motion").CustomValueType | undefined;
492
+ wordSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
493
+ writingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("framer-motion").CustomValueType | undefined;
494
+ translate?: import("csstype").Property.Translate<string | number> | import("framer-motion").CustomValueType | undefined;
495
+ content?: import("csstype").Property.Content | import("framer-motion").CustomValueType | undefined;
496
+ border?: import("csstype").Property.Border<string | number> | import("framer-motion").CustomValueType | undefined;
497
+ animation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
498
+ flex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
499
+ grid?: import("csstype").Property.Grid | import("framer-motion").CustomValueType | undefined;
500
+ top?: import("csstype").Property.Top<string | number> | import("framer-motion").CustomValueType | undefined;
501
+ bottom?: import("csstype").Property.Bottom<string | number> | import("framer-motion").CustomValueType | undefined;
502
+ left?: import("csstype").Property.Left<string | number> | import("framer-motion").CustomValueType | undefined;
503
+ right?: import("csstype").Property.Right<string | number> | import("framer-motion").CustomValueType | undefined;
504
+ all?: import("csstype").Globals | import("framer-motion").CustomValueType | undefined;
505
+ minWidth?: import("csstype").Property.MinWidth<string | number> | import("framer-motion").CustomValueType | undefined;
506
+ minHeight?: import("csstype").Property.MinHeight<string | number> | import("framer-motion").CustomValueType | undefined;
507
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | import("framer-motion").CustomValueType | undefined;
508
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | import("framer-motion").CustomValueType | undefined;
509
+ aspectRatio?: import("csstype").Property.AspectRatio | import("framer-motion").CustomValueType | undefined;
510
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
511
+ flexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
512
+ flexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
513
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | import("framer-motion").CustomValueType | undefined;
514
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | import("framer-motion").CustomValueType | undefined;
515
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("framer-motion").CustomValueType | undefined;
516
+ gridTemplate?: import("csstype").Property.GridTemplate | import("framer-motion").CustomValueType | undefined;
517
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | import("framer-motion").CustomValueType | undefined;
518
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | import("framer-motion").CustomValueType | undefined;
519
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("framer-motion").CustomValueType | undefined;
520
+ gridRowStart?: import("csstype").Property.GridRowStart | import("framer-motion").CustomValueType | undefined;
521
+ gridColumnStart?: import("csstype").Property.GridColumnStart | import("framer-motion").CustomValueType | undefined;
522
+ gridRowEnd?: import("csstype").Property.GridRowEnd | import("framer-motion").CustomValueType | undefined;
523
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("framer-motion").CustomValueType | undefined;
524
+ gridRow?: import("csstype").Property.GridRow | import("framer-motion").CustomValueType | undefined;
525
+ gridColumn?: import("csstype").Property.GridColumn | import("framer-motion").CustomValueType | undefined;
526
+ gridArea?: import("csstype").Property.GridArea | import("framer-motion").CustomValueType | undefined;
527
+ zIndex?: import("csstype").Property.ZIndex | import("framer-motion").CustomValueType | undefined;
528
+ background?: import("csstype").Property.Background<string | number> | import("framer-motion").CustomValueType | undefined;
529
+ borderColor?: import("csstype").Property.BorderColor | import("framer-motion").CustomValueType | undefined;
530
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("framer-motion").CustomValueType | undefined;
531
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("framer-motion").CustomValueType | undefined;
532
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
533
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
534
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
535
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
536
+ gap?: import("csstype").Property.Gap<string | number> | import("framer-motion").CustomValueType | undefined;
537
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
538
+ rowGap?: import("csstype").Property.RowGap<string | number> | import("framer-motion").CustomValueType | undefined;
539
+ padding?: import("csstype").Property.Padding<string | number> | import("framer-motion").CustomValueType | undefined;
540
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
541
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
542
+ margin?: import("csstype").Property.Margin<string | number> | import("framer-motion").CustomValueType | undefined;
543
+ marginTop?: import("csstype").Property.MarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
544
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
545
+ userSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
546
+ justifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
547
+ alignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
548
+ alignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
549
+ alignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
550
+ flexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
551
+ flexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
552
+ position?: import("csstype").Property.Position | import("framer-motion").CustomValueType | undefined;
553
+ textAlign?: import("csstype").Property.TextAlign | import("framer-motion").CustomValueType | undefined;
554
+ accentColor?: import("csstype").Property.AccentColor | import("framer-motion").CustomValueType | undefined;
555
+ alignTracks?: import("csstype").Property.AlignTracks | import("framer-motion").CustomValueType | undefined;
556
+ animationComposition?: import("csstype").Property.AnimationComposition | import("framer-motion").CustomValueType | undefined;
557
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
558
+ animationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
559
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
560
+ animationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
561
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
562
+ animationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
563
+ animationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
564
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | import("framer-motion").CustomValueType | undefined;
565
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | import("framer-motion").CustomValueType | undefined;
566
+ animationTimeline?: import("csstype").Property.AnimationTimeline | import("framer-motion").CustomValueType | undefined;
567
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
568
+ appearance?: import("csstype").Property.Appearance | import("framer-motion").CustomValueType | undefined;
569
+ backdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
570
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
571
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("framer-motion").CustomValueType | undefined;
572
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("framer-motion").CustomValueType | undefined;
573
+ backgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
574
+ backgroundColor?: import("csstype").Property.BackgroundColor | import("framer-motion").CustomValueType | undefined;
575
+ backgroundImage?: import("csstype").Property.BackgroundImage | import("framer-motion").CustomValueType | undefined;
576
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
577
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
578
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
579
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("framer-motion").CustomValueType | undefined;
580
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
581
+ blockOverflow?: import("csstype").Property.BlockOverflow | import("framer-motion").CustomValueType | undefined;
582
+ blockSize?: import("csstype").Property.BlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
583
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | import("framer-motion").CustomValueType | undefined;
584
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("framer-motion").CustomValueType | undefined;
585
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("framer-motion").CustomValueType | undefined;
586
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
587
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("framer-motion").CustomValueType | undefined;
588
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("framer-motion").CustomValueType | undefined;
589
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
590
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("framer-motion").CustomValueType | undefined;
591
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("framer-motion").CustomValueType | undefined;
592
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | import("framer-motion").CustomValueType | undefined;
593
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("framer-motion").CustomValueType | undefined;
594
+ borderCollapse?: import("csstype").Property.BorderCollapse | import("framer-motion").CustomValueType | undefined;
595
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
596
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
597
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | import("framer-motion").CustomValueType | undefined;
598
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("framer-motion").CustomValueType | undefined;
599
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
600
+ borderImageSource?: import("csstype").Property.BorderImageSource | import("framer-motion").CustomValueType | undefined;
601
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | import("framer-motion").CustomValueType | undefined;
602
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | import("framer-motion").CustomValueType | undefined;
603
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
604
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
605
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
606
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
607
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
608
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
609
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("framer-motion").CustomValueType | undefined;
610
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
611
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | import("framer-motion").CustomValueType | undefined;
612
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("framer-motion").CustomValueType | undefined;
613
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("framer-motion").CustomValueType | undefined;
614
+ borderRightColor?: import("csstype").Property.BorderRightColor | import("framer-motion").CustomValueType | undefined;
615
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | import("framer-motion").CustomValueType | undefined;
616
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("framer-motion").CustomValueType | undefined;
617
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | import("framer-motion").CustomValueType | undefined;
618
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
619
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
620
+ borderTopColor?: import("csstype").Property.BorderTopColor | import("framer-motion").CustomValueType | undefined;
621
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | import("framer-motion").CustomValueType | undefined;
622
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
623
+ boxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
624
+ boxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
625
+ breakAfter?: import("csstype").Property.BreakAfter | import("framer-motion").CustomValueType | undefined;
626
+ breakBefore?: import("csstype").Property.BreakBefore | import("framer-motion").CustomValueType | undefined;
627
+ breakInside?: import("csstype").Property.BreakInside | import("framer-motion").CustomValueType | undefined;
628
+ captionSide?: import("csstype").Property.CaptionSide | import("framer-motion").CustomValueType | undefined;
629
+ caretColor?: import("csstype").Property.CaretColor | import("framer-motion").CustomValueType | undefined;
630
+ caretShape?: import("csstype").Property.CaretShape | import("framer-motion").CustomValueType | undefined;
631
+ clear?: import("csstype").Property.Clear | import("framer-motion").CustomValueType | undefined;
632
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
633
+ colorScheme?: import("csstype").Property.ColorScheme | import("framer-motion").CustomValueType | undefined;
634
+ columnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
635
+ columnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
636
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
637
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
638
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
639
+ columnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
640
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
641
+ contain?: import("csstype").Property.Contain | import("framer-motion").CustomValueType | undefined;
642
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
643
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | import("framer-motion").CustomValueType | undefined;
644
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
645
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | import("framer-motion").CustomValueType | undefined;
646
+ containerName?: import("csstype").Property.ContainerName | import("framer-motion").CustomValueType | undefined;
647
+ containerType?: import("csstype").Property.ContainerType | import("framer-motion").CustomValueType | undefined;
648
+ contentVisibility?: import("csstype").Property.ContentVisibility | import("framer-motion").CustomValueType | undefined;
649
+ counterIncrement?: import("csstype").Property.CounterIncrement | import("framer-motion").CustomValueType | undefined;
650
+ counterReset?: import("csstype").Property.CounterReset | import("framer-motion").CustomValueType | undefined;
651
+ counterSet?: import("csstype").Property.CounterSet | import("framer-motion").CustomValueType | undefined;
652
+ emptyCells?: import("csstype").Property.EmptyCells | import("framer-motion").CustomValueType | undefined;
653
+ float?: import("csstype").Property.Float | import("framer-motion").CustomValueType | undefined;
654
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
655
+ fontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
656
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
657
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("framer-motion").CustomValueType | undefined;
658
+ fontPalette?: import("csstype").Property.FontPalette | import("framer-motion").CustomValueType | undefined;
659
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
660
+ fontSynthesis?: import("csstype").Property.FontSynthesis | import("framer-motion").CustomValueType | undefined;
661
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | import("framer-motion").CustomValueType | undefined;
662
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | import("framer-motion").CustomValueType | undefined;
663
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | import("framer-motion").CustomValueType | undefined;
664
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | import("framer-motion").CustomValueType | undefined;
665
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("framer-motion").CustomValueType | undefined;
666
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("framer-motion").CustomValueType | undefined;
667
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("framer-motion").CustomValueType | undefined;
668
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | import("framer-motion").CustomValueType | undefined;
669
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
670
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("framer-motion").CustomValueType | undefined;
671
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("framer-motion").CustomValueType | undefined;
672
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("framer-motion").CustomValueType | undefined;
673
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("framer-motion").CustomValueType | undefined;
674
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("framer-motion").CustomValueType | undefined;
675
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
676
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
677
+ hyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
678
+ imageOrientation?: import("csstype").Property.ImageOrientation | import("framer-motion").CustomValueType | undefined;
679
+ imageResolution?: import("csstype").Property.ImageResolution | import("framer-motion").CustomValueType | undefined;
680
+ initialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
681
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
682
+ inputSecurity?: import("csstype").Property.InputSecurity | import("framer-motion").CustomValueType | undefined;
683
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
684
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
685
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
686
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
687
+ isolation?: import("csstype").Property.Isolation | import("framer-motion").CustomValueType | undefined;
688
+ justifyItems?: import("csstype").Property.JustifyItems | import("framer-motion").CustomValueType | undefined;
689
+ justifySelf?: import("csstype").Property.JustifySelf | import("framer-motion").CustomValueType | undefined;
690
+ justifyTracks?: import("csstype").Property.JustifyTracks | import("framer-motion").CustomValueType | undefined;
691
+ lineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
692
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("framer-motion").CustomValueType | undefined;
693
+ listStyleImage?: import("csstype").Property.ListStyleImage | import("framer-motion").CustomValueType | undefined;
694
+ listStylePosition?: import("csstype").Property.ListStylePosition | import("framer-motion").CustomValueType | undefined;
695
+ listStyleType?: import("csstype").Property.ListStyleType | import("framer-motion").CustomValueType | undefined;
696
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
697
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
698
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
699
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
700
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
701
+ marginRight?: import("csstype").Property.MarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
702
+ marginTrim?: import("csstype").Property.MarginTrim | import("framer-motion").CustomValueType | undefined;
703
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | import("framer-motion").CustomValueType | undefined;
704
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
705
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
706
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
707
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
708
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
709
+ maskClip?: import("csstype").Property.MaskClip | import("framer-motion").CustomValueType | undefined;
710
+ maskComposite?: import("csstype").Property.MaskComposite | import("framer-motion").CustomValueType | undefined;
711
+ maskImage?: import("csstype").Property.MaskImage | import("framer-motion").CustomValueType | undefined;
712
+ maskMode?: import("csstype").Property.MaskMode | import("framer-motion").CustomValueType | undefined;
713
+ maskOrigin?: import("csstype").Property.MaskOrigin | import("framer-motion").CustomValueType | undefined;
714
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
715
+ maskRepeat?: import("csstype").Property.MaskRepeat | import("framer-motion").CustomValueType | undefined;
716
+ maskSize?: import("csstype").Property.MaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
717
+ maskType?: import("csstype").Property.MaskType | import("framer-motion").CustomValueType | undefined;
718
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | import("framer-motion").CustomValueType | undefined;
719
+ mathDepth?: import("csstype").Property.MathDepth | import("framer-motion").CustomValueType | undefined;
720
+ mathShift?: import("csstype").Property.MathShift | import("framer-motion").CustomValueType | undefined;
721
+ mathStyle?: import("csstype").Property.MathStyle | import("framer-motion").CustomValueType | undefined;
722
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
723
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
724
+ maxLines?: import("csstype").Property.MaxLines | import("framer-motion").CustomValueType | undefined;
725
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
726
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
727
+ mixBlendMode?: import("csstype").Property.MixBlendMode | import("framer-motion").CustomValueType | undefined;
728
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
729
+ motionPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
730
+ motionRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
731
+ objectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
732
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
733
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | import("framer-motion").CustomValueType | undefined;
734
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
735
+ offsetPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
736
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | import("framer-motion").CustomValueType | undefined;
737
+ offsetRotate?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
738
+ offsetRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
739
+ orphans?: import("csstype").Property.Orphans | import("framer-motion").CustomValueType | undefined;
740
+ outlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
741
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
742
+ outlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
743
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
744
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | import("framer-motion").CustomValueType | undefined;
745
+ overflowBlock?: import("csstype").Property.OverflowBlock | import("framer-motion").CustomValueType | undefined;
746
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | import("framer-motion").CustomValueType | undefined;
747
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | import("framer-motion").CustomValueType | undefined;
748
+ overflowInline?: import("csstype").Property.OverflowInline | import("framer-motion").CustomValueType | undefined;
749
+ overflowWrap?: import("csstype").Property.OverflowWrap | import("framer-motion").CustomValueType | undefined;
750
+ overflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
751
+ overflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
752
+ overlay?: import("csstype").Property.Overlay | import("framer-motion").CustomValueType | undefined;
753
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("framer-motion").CustomValueType | undefined;
754
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("framer-motion").CustomValueType | undefined;
755
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("framer-motion").CustomValueType | undefined;
756
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("framer-motion").CustomValueType | undefined;
757
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
758
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
759
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
760
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
761
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
762
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
763
+ page?: import("csstype").Property.Page | import("framer-motion").CustomValueType | undefined;
764
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("framer-motion").CustomValueType | undefined;
765
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("framer-motion").CustomValueType | undefined;
766
+ pageBreakInside?: import("csstype").Property.PageBreakInside | import("framer-motion").CustomValueType | undefined;
767
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
768
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
769
+ quotes?: import("csstype").Property.Quotes | import("framer-motion").CustomValueType | undefined;
770
+ resize?: import("csstype").Property.Resize | import("framer-motion").CustomValueType | undefined;
771
+ rubyAlign?: import("csstype").Property.RubyAlign | import("framer-motion").CustomValueType | undefined;
772
+ rubyMerge?: import("csstype").Property.RubyMerge | import("framer-motion").CustomValueType | undefined;
773
+ rubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
774
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | import("framer-motion").CustomValueType | undefined;
775
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
776
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
777
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
778
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
779
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
780
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
781
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
782
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
783
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
784
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
785
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
786
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
787
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
788
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
789
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
790
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
791
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("framer-motion").CustomValueType | undefined;
792
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
793
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
794
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
795
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
796
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("framer-motion").CustomValueType | undefined;
797
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
798
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | import("framer-motion").CustomValueType | undefined;
799
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | import("framer-motion").CustomValueType | undefined;
800
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | import("framer-motion").CustomValueType | undefined;
801
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("framer-motion").CustomValueType | undefined;
802
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("framer-motion").CustomValueType | undefined;
803
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("framer-motion").CustomValueType | undefined;
804
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
805
+ shapeOutside?: import("csstype").Property.ShapeOutside | import("framer-motion").CustomValueType | undefined;
806
+ tabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
807
+ tableLayout?: import("csstype").Property.TableLayout | import("framer-motion").CustomValueType | undefined;
808
+ textAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
809
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
810
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
811
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
812
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
813
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("framer-motion").CustomValueType | undefined;
814
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
815
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | import("framer-motion").CustomValueType | undefined;
816
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
817
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
818
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
819
+ textIndent?: import("csstype").Property.TextIndent<string | number> | import("framer-motion").CustomValueType | undefined;
820
+ textJustify?: import("csstype").Property.TextJustify | import("framer-motion").CustomValueType | undefined;
821
+ textOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
822
+ textOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
823
+ textShadow?: import("csstype").Property.TextShadow | import("framer-motion").CustomValueType | undefined;
824
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
825
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
826
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
827
+ textWrap?: import("csstype").Property.TextWrap | import("framer-motion").CustomValueType | undefined;
828
+ timelineScope?: import("csstype").Property.TimelineScope | import("framer-motion").CustomValueType | undefined;
829
+ touchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
830
+ transformBox?: import("csstype").Property.TransformBox | import("framer-motion").CustomValueType | undefined;
831
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
832
+ transformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
833
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | import("framer-motion").CustomValueType | undefined;
834
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
835
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
836
+ transitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
837
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
838
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | import("framer-motion").CustomValueType | undefined;
839
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | import("framer-motion").CustomValueType | undefined;
840
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | import("framer-motion").CustomValueType | undefined;
841
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | import("framer-motion").CustomValueType | undefined;
842
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | import("framer-motion").CustomValueType | undefined;
843
+ whiteSpace?: import("csstype").Property.WhiteSpace | import("framer-motion").CustomValueType | undefined;
844
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | import("framer-motion").CustomValueType | undefined;
845
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | import("framer-motion").CustomValueType | undefined;
846
+ widows?: import("csstype").Property.Widows | import("framer-motion").CustomValueType | undefined;
847
+ willChange?: import("csstype").Property.WillChange | import("framer-motion").CustomValueType | undefined;
848
+ wordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
849
+ wordWrap?: import("csstype").Property.WordWrap | import("framer-motion").CustomValueType | undefined;
850
+ zoom?: import("csstype").Property.Zoom | import("framer-motion").CustomValueType | undefined;
851
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | import("framer-motion").CustomValueType | undefined;
852
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | import("framer-motion").CustomValueType | undefined;
853
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | import("framer-motion").CustomValueType | undefined;
854
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
855
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
856
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | import("framer-motion").CustomValueType | undefined;
857
+ borderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
858
+ borderInline?: import("csstype").Property.BorderInline<string | number> | import("framer-motion").CustomValueType | undefined;
859
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
860
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
861
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | import("framer-motion").CustomValueType | undefined;
862
+ borderRight?: import("csstype").Property.BorderRight<string | number> | import("framer-motion").CustomValueType | undefined;
863
+ borderStyle?: import("csstype").Property.BorderStyle | import("framer-motion").CustomValueType | undefined;
864
+ borderTop?: import("csstype").Property.BorderTop<string | number> | import("framer-motion").CustomValueType | undefined;
865
+ caret?: import("csstype").Property.Caret | import("framer-motion").CustomValueType | undefined;
866
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
867
+ columns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
868
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | import("framer-motion").CustomValueType | undefined;
869
+ container?: import("csstype").Property.Container | import("framer-motion").CustomValueType | undefined;
870
+ flexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
871
+ font?: import("csstype").Property.Font | import("framer-motion").CustomValueType | undefined;
872
+ inset?: import("csstype").Property.Inset<string | number> | import("framer-motion").CustomValueType | undefined;
873
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
874
+ insetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
875
+ lineClamp?: import("csstype").Property.LineClamp | import("framer-motion").CustomValueType | undefined;
876
+ listStyle?: import("csstype").Property.ListStyle | import("framer-motion").CustomValueType | undefined;
877
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
878
+ marginInline?: import("csstype").Property.MarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
879
+ maskBorder?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
880
+ motion?: import("csstype").Property.Offset<string | number> | import("framer-motion").CustomValueType | undefined;
881
+ outline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
882
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("framer-motion").CustomValueType | undefined;
883
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
884
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
885
+ placeContent?: import("csstype").Property.PlaceContent | import("framer-motion").CustomValueType | undefined;
886
+ placeItems?: import("csstype").Property.PlaceItems | import("framer-motion").CustomValueType | undefined;
887
+ placeSelf?: import("csstype").Property.PlaceSelf | import("framer-motion").CustomValueType | undefined;
888
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
889
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
890
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
891
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | import("framer-motion").CustomValueType | undefined;
892
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
893
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
894
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
895
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | import("framer-motion").CustomValueType | undefined;
896
+ textEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
897
+ viewTimeline?: import("csstype").Property.ViewTimeline | import("framer-motion").CustomValueType | undefined;
898
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
899
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
900
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
901
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
902
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
903
+ MozAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
904
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
905
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
906
+ MozAppearance?: import("csstype").Property.MozAppearance | import("framer-motion").CustomValueType | undefined;
907
+ MozBinding?: import("csstype").Property.MozBinding | import("framer-motion").CustomValueType | undefined;
908
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("framer-motion").CustomValueType | undefined;
909
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
910
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
911
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
912
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("framer-motion").CustomValueType | undefined;
913
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("framer-motion").CustomValueType | undefined;
914
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
915
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
916
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("framer-motion").CustomValueType | undefined;
917
+ MozBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
918
+ MozColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
919
+ MozColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
920
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
921
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
922
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
923
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
924
+ MozContextProperties?: import("csstype").Property.MozContextProperties | import("framer-motion").CustomValueType | undefined;
925
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
926
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
927
+ MozHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
928
+ MozImageRegion?: import("csstype").Property.MozImageRegion | import("framer-motion").CustomValueType | undefined;
929
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
930
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
931
+ MozOrient?: import("csstype").Property.MozOrient | import("framer-motion").CustomValueType | undefined;
932
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
933
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | import("framer-motion").CustomValueType | undefined;
934
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | import("framer-motion").CustomValueType | undefined;
935
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | import("framer-motion").CustomValueType | undefined;
936
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | import("framer-motion").CustomValueType | undefined;
937
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
938
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
939
+ MozStackSizing?: import("csstype").Property.MozStackSizing | import("framer-motion").CustomValueType | undefined;
940
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
941
+ MozTextBlink?: import("csstype").Property.MozTextBlink | import("framer-motion").CustomValueType | undefined;
942
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
943
+ MozUserFocus?: import("csstype").Property.MozUserFocus | import("framer-motion").CustomValueType | undefined;
944
+ MozUserModify?: import("csstype").Property.MozUserModify | import("framer-motion").CustomValueType | undefined;
945
+ MozUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
946
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("framer-motion").CustomValueType | undefined;
947
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("framer-motion").CustomValueType | undefined;
948
+ msAccelerator?: import("csstype").Property.MsAccelerator | import("framer-motion").CustomValueType | undefined;
949
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | import("framer-motion").CustomValueType | undefined;
950
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("framer-motion").CustomValueType | undefined;
951
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("framer-motion").CustomValueType | undefined;
952
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("framer-motion").CustomValueType | undefined;
953
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("framer-motion").CustomValueType | undefined;
954
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("framer-motion").CustomValueType | undefined;
955
+ msContentZooming?: import("csstype").Property.MsContentZooming | import("framer-motion").CustomValueType | undefined;
956
+ msFilter?: import("csstype").Property.MsFilter | import("framer-motion").CustomValueType | undefined;
957
+ msFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
958
+ msFlexPositive?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
959
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | import("framer-motion").CustomValueType | undefined;
960
+ msFlowInto?: import("csstype").Property.MsFlowInto | import("framer-motion").CustomValueType | undefined;
961
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | import("framer-motion").CustomValueType | undefined;
962
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | import("framer-motion").CustomValueType | undefined;
963
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("framer-motion").CustomValueType | undefined;
964
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
965
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("framer-motion").CustomValueType | undefined;
966
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | import("framer-motion").CustomValueType | undefined;
967
+ msHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
968
+ msImeAlign?: import("csstype").Property.MsImeAlign | import("framer-motion").CustomValueType | undefined;
969
+ msLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
970
+ msOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
971
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("framer-motion").CustomValueType | undefined;
972
+ msOverflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
973
+ msOverflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
974
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | import("framer-motion").CustomValueType | undefined;
975
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("framer-motion").CustomValueType | undefined;
976
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("framer-motion").CustomValueType | undefined;
977
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("framer-motion").CustomValueType | undefined;
978
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("framer-motion").CustomValueType | undefined;
979
+ msScrollRails?: import("csstype").Property.MsScrollRails | import("framer-motion").CustomValueType | undefined;
980
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
981
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
982
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("framer-motion").CustomValueType | undefined;
983
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("framer-motion").CustomValueType | undefined;
984
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("framer-motion").CustomValueType | undefined;
985
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("framer-motion").CustomValueType | undefined;
986
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("framer-motion").CustomValueType | undefined;
987
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("framer-motion").CustomValueType | undefined;
988
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("framer-motion").CustomValueType | undefined;
989
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("framer-motion").CustomValueType | undefined;
990
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("framer-motion").CustomValueType | undefined;
991
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("framer-motion").CustomValueType | undefined;
992
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | import("framer-motion").CustomValueType | undefined;
993
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
994
+ msTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
995
+ msTouchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
996
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | import("framer-motion").CustomValueType | undefined;
997
+ msTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
998
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
999
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1000
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1001
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1002
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1003
+ msUserSelect?: import("csstype").Property.MsUserSelect | import("framer-motion").CustomValueType | undefined;
1004
+ msWordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
1005
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | import("framer-motion").CustomValueType | undefined;
1006
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("framer-motion").CustomValueType | undefined;
1007
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | import("framer-motion").CustomValueType | undefined;
1008
+ msWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
1009
+ WebkitAlignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
1010
+ WebkitAlignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
1011
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
1012
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1013
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
1014
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1015
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
1016
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
1017
+ WebkitAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
1018
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
1019
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
1020
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("framer-motion").CustomValueType | undefined;
1021
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
1022
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
1023
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
1024
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
1025
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
1026
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("framer-motion").CustomValueType | undefined;
1027
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("framer-motion").CustomValueType | undefined;
1028
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1029
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1030
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1031
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
1032
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1033
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1034
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
1035
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | import("framer-motion").CustomValueType | undefined;
1036
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
1037
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
1038
+ WebkitClipPath?: import("csstype").Property.ClipPath | import("framer-motion").CustomValueType | undefined;
1039
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
1040
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
1041
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
1042
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
1043
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1044
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
1045
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1046
+ WebkitFilter?: import("csstype").Property.Filter | import("framer-motion").CustomValueType | undefined;
1047
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
1048
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
1049
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
1050
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
1051
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
1052
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
1053
+ WebkitFontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
1054
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
1055
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
1056
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
1057
+ WebkitHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
1058
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
1059
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
1060
+ WebkitLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
1061
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("framer-motion").CustomValueType | undefined;
1062
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1063
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1064
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("framer-motion").CustomValueType | undefined;
1065
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
1066
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
1067
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
1068
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
1069
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1070
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("framer-motion").CustomValueType | undefined;
1071
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("framer-motion").CustomValueType | undefined;
1072
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("framer-motion").CustomValueType | undefined;
1073
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("framer-motion").CustomValueType | undefined;
1074
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
1075
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
1076
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
1077
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("framer-motion").CustomValueType | undefined;
1078
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("framer-motion").CustomValueType | undefined;
1079
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("framer-motion").CustomValueType | undefined;
1080
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
1081
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
1082
+ WebkitOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
1083
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("framer-motion").CustomValueType | undefined;
1084
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1085
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1086
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
1087
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1088
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
1089
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
1090
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
1091
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
1092
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("framer-motion").CustomValueType | undefined;
1093
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
1094
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
1095
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
1096
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
1097
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
1098
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
1099
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
1100
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
1101
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("framer-motion").CustomValueType | undefined;
1102
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
1103
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
1104
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("framer-motion").CustomValueType | undefined;
1105
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1106
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
1107
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("framer-motion").CustomValueType | undefined;
1108
+ WebkitTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1109
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1110
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
1111
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1112
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1113
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1114
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1115
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("framer-motion").CustomValueType | undefined;
1116
+ WebkitUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
1117
+ WebkitWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
1118
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1119
+ MozBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1120
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
1121
+ MozColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
1122
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1123
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("framer-motion").CustomValueType | undefined;
1124
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("framer-motion").CustomValueType | undefined;
1125
+ msFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
1126
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | import("framer-motion").CustomValueType | undefined;
1127
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("framer-motion").CustomValueType | undefined;
1128
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("framer-motion").CustomValueType | undefined;
1129
+ msTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1130
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1131
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | import("framer-motion").CustomValueType | undefined;
1132
+ WebkitBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1133
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1134
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
1135
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
1136
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
1137
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
1138
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | import("framer-motion").CustomValueType | undefined;
1139
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
1140
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
1141
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | import("framer-motion").CustomValueType | undefined;
1142
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1143
+ boxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1144
+ boxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1145
+ boxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1146
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1147
+ boxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1148
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1149
+ boxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1150
+ boxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1151
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
1152
+ gridGap?: import("csstype").Property.GridGap<string | number> | import("framer-motion").CustomValueType | undefined;
1153
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | import("framer-motion").CustomValueType | undefined;
1154
+ imeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
1155
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
1156
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1157
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
1158
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
1159
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1160
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1161
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | import("framer-motion").CustomValueType | undefined;
1162
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | import("framer-motion").CustomValueType | undefined;
1163
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
1164
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
1165
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("framer-motion").CustomValueType | undefined;
1166
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("framer-motion").CustomValueType | undefined;
1167
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1168
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1169
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1170
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1171
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1172
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1173
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1174
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1175
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
1176
+ KhtmlOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
1177
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
1178
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
1179
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
1180
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
1181
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
1182
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
1183
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1184
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1185
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1186
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1187
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1188
+ MozBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1189
+ MozBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1190
+ MozBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1191
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1192
+ MozBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1193
+ MozBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1194
+ MozBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
1195
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("framer-motion").CustomValueType | undefined;
1196
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("framer-motion").CustomValueType | undefined;
1197
+ MozOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
1198
+ MozOutline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
1199
+ MozOutlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
1200
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
1201
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1202
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
1203
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1204
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
1205
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
1206
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
1207
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
1208
+ MozTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1209
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1210
+ MozTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
1211
+ MozTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1212
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1213
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1214
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1215
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1216
+ MozUserInput?: import("csstype").Property.MozUserInput | import("framer-motion").CustomValueType | undefined;
1217
+ msImeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
1218
+ OAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1219
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1220
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
1221
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1222
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
1223
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
1224
+ OAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
1225
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
1226
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
1227
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
1228
+ OBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1229
+ OObjectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
1230
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
1231
+ OTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
1232
+ OTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
1233
+ OTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1234
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1235
+ OTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1236
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1237
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1238
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1239
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1240
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1241
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1242
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1243
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1244
+ WebkitBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1245
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1246
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1247
+ WebkitBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1248
+ suppressHydrationWarning?: boolean | import("framer-motion").CustomValueType | undefined;
1249
+ className?: string | import("framer-motion").CustomValueType | undefined;
1250
+ id?: string | import("framer-motion").CustomValueType | undefined;
1251
+ lang?: string | import("framer-motion").CustomValueType | undefined;
1252
+ max?: string | number | import("framer-motion").CustomValueType | undefined;
1253
+ media?: string | import("framer-motion").CustomValueType | undefined;
1254
+ method?: string | import("framer-motion").CustomValueType | undefined;
1255
+ min?: string | number | import("framer-motion").CustomValueType | undefined;
1256
+ name?: string | import("framer-motion").CustomValueType | undefined;
1257
+ style?: import("react").CSSProperties | import("framer-motion").CustomValueType | undefined;
1258
+ target?: string | import("framer-motion").CustomValueType | undefined;
1259
+ type?: string | import("framer-motion").CustomValueType | undefined;
1260
+ role?: import("react").AriaRole | import("framer-motion").CustomValueType | undefined;
1261
+ tabIndex?: number | import("framer-motion").CustomValueType | undefined;
1262
+ crossOrigin?: ("" | "anonymous" | "use-credentials" | undefined) | import("framer-motion").CustomValueType;
1263
+ accentHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1264
+ accumulate?: "none" | "sum" | import("framer-motion").CustomValueType | undefined;
1265
+ additive?: "replace" | "sum" | import("framer-motion").CustomValueType | undefined;
1266
+ allowReorder?: "no" | "yes" | import("framer-motion").CustomValueType | undefined;
1267
+ alphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
1268
+ amplitude?: string | number | import("framer-motion").CustomValueType | undefined;
1269
+ arabicForm?: "initial" | "medial" | "terminal" | "isolated" | import("framer-motion").CustomValueType | undefined;
1270
+ ascent?: string | number | import("framer-motion").CustomValueType | undefined;
1271
+ attributeName?: string | import("framer-motion").CustomValueType | undefined;
1272
+ attributeType?: string | import("framer-motion").CustomValueType | undefined;
1273
+ autoReverse?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1274
+ baseFrequency?: string | number | import("framer-motion").CustomValueType | undefined;
1275
+ baseProfile?: string | number | import("framer-motion").CustomValueType | undefined;
1276
+ bbox?: string | number | import("framer-motion").CustomValueType | undefined;
1277
+ begin?: string | number | import("framer-motion").CustomValueType | undefined;
1278
+ bias?: string | number | import("framer-motion").CustomValueType | undefined;
1279
+ by?: string | number | import("framer-motion").CustomValueType | undefined;
1280
+ calcMode?: string | number | import("framer-motion").CustomValueType | undefined;
1281
+ capHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1282
+ clipPathUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1283
+ colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
1284
+ colorProfile?: string | number | import("framer-motion").CustomValueType | undefined;
1285
+ contentScriptType?: string | number | import("framer-motion").CustomValueType | undefined;
1286
+ contentStyleType?: string | number | import("framer-motion").CustomValueType | undefined;
1287
+ cx?: string | number | import("framer-motion").CustomValueType | undefined;
1288
+ cy?: string | number | import("framer-motion").CustomValueType | undefined;
1289
+ d?: string | import("framer-motion").CustomValueType | undefined;
1290
+ decelerate?: string | number | import("framer-motion").CustomValueType | undefined;
1291
+ descent?: string | number | import("framer-motion").CustomValueType | undefined;
1292
+ diffuseConstant?: string | number | import("framer-motion").CustomValueType | undefined;
1293
+ divisor?: string | number | import("framer-motion").CustomValueType | undefined;
1294
+ dur?: string | number | import("framer-motion").CustomValueType | undefined;
1295
+ dx?: string | number | import("framer-motion").CustomValueType | undefined;
1296
+ dy?: string | number | import("framer-motion").CustomValueType | undefined;
1297
+ edgeMode?: string | number | import("framer-motion").CustomValueType | undefined;
1298
+ elevation?: string | number | import("framer-motion").CustomValueType | undefined;
1299
+ enableBackground?: string | number | import("framer-motion").CustomValueType | undefined;
1300
+ end?: string | number | import("framer-motion").CustomValueType | undefined;
1301
+ exponent?: string | number | import("framer-motion").CustomValueType | undefined;
1302
+ externalResourcesRequired?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1303
+ filterRes?: string | number | import("framer-motion").CustomValueType | undefined;
1304
+ filterUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1305
+ focusable?: "auto" | (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1306
+ format?: string | number | import("framer-motion").CustomValueType | undefined;
1307
+ fr?: string | number | import("framer-motion").CustomValueType | undefined;
1308
+ from?: string | number | import("framer-motion").CustomValueType | undefined;
1309
+ fx?: string | number | import("framer-motion").CustomValueType | undefined;
1310
+ fy?: string | number | import("framer-motion").CustomValueType | undefined;
1311
+ g1?: string | number | import("framer-motion").CustomValueType | undefined;
1312
+ g2?: string | number | import("framer-motion").CustomValueType | undefined;
1313
+ glyphName?: string | number | import("framer-motion").CustomValueType | undefined;
1314
+ glyphOrientationHorizontal?: string | number | import("framer-motion").CustomValueType | undefined;
1315
+ glyphRef?: string | number | import("framer-motion").CustomValueType | undefined;
1316
+ gradientTransform?: string | import("framer-motion").CustomValueType | undefined;
1317
+ gradientUnits?: string | import("framer-motion").CustomValueType | undefined;
1318
+ hanging?: string | number | import("framer-motion").CustomValueType | undefined;
1319
+ horizAdvX?: string | number | import("framer-motion").CustomValueType | undefined;
1320
+ horizOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
1321
+ href?: string | import("framer-motion").CustomValueType | undefined;
1322
+ ideographic?: string | number | import("framer-motion").CustomValueType | undefined;
1323
+ in2?: string | number | import("framer-motion").CustomValueType | undefined;
1324
+ in?: string | import("framer-motion").CustomValueType | undefined;
1325
+ intercept?: string | number | import("framer-motion").CustomValueType | undefined;
1326
+ k1?: string | number | import("framer-motion").CustomValueType | undefined;
1327
+ k2?: string | number | import("framer-motion").CustomValueType | undefined;
1328
+ k3?: string | number | import("framer-motion").CustomValueType | undefined;
1329
+ k4?: string | number | import("framer-motion").CustomValueType | undefined;
1330
+ k?: string | number | import("framer-motion").CustomValueType | undefined;
1331
+ kernelMatrix?: string | number | import("framer-motion").CustomValueType | undefined;
1332
+ kernelUnitLength?: string | number | import("framer-motion").CustomValueType | undefined;
1333
+ kerning?: string | number | import("framer-motion").CustomValueType | undefined;
1334
+ keyPoints?: string | number | import("framer-motion").CustomValueType | undefined;
1335
+ keySplines?: string | number | import("framer-motion").CustomValueType | undefined;
1336
+ keyTimes?: string | number | import("framer-motion").CustomValueType | undefined;
1337
+ lengthAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
1338
+ limitingConeAngle?: string | number | import("framer-motion").CustomValueType | undefined;
1339
+ local?: string | number | import("framer-motion").CustomValueType | undefined;
1340
+ markerHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1341
+ markerUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1342
+ markerWidth?: string | number | import("framer-motion").CustomValueType | undefined;
1343
+ maskContentUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1344
+ maskUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1345
+ mathematical?: string | number | import("framer-motion").CustomValueType | undefined;
1346
+ mode?: string | number | import("framer-motion").CustomValueType | undefined;
1347
+ numOctaves?: string | number | import("framer-motion").CustomValueType | undefined;
1348
+ operator?: string | number | import("framer-motion").CustomValueType | undefined;
1349
+ orient?: string | number | import("framer-motion").CustomValueType | undefined;
1350
+ orientation?: string | number | import("framer-motion").CustomValueType | undefined;
1351
+ origin?: string | number | import("framer-motion").CustomValueType | undefined;
1352
+ overlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
1353
+ overlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1354
+ panose1?: string | number | import("framer-motion").CustomValueType | undefined;
1355
+ path?: string | import("framer-motion").CustomValueType | undefined;
1356
+ pathLength?: number | import("framer-motion").CustomValueType | undefined;
1357
+ patternContentUnits?: string | import("framer-motion").CustomValueType | undefined;
1358
+ patternTransform?: string | number | import("framer-motion").CustomValueType | undefined;
1359
+ patternUnits?: string | import("framer-motion").CustomValueType | undefined;
1360
+ points?: string | import("framer-motion").CustomValueType | undefined;
1361
+ pointsAtX?: string | number | import("framer-motion").CustomValueType | undefined;
1362
+ pointsAtY?: string | number | import("framer-motion").CustomValueType | undefined;
1363
+ pointsAtZ?: string | number | import("framer-motion").CustomValueType | undefined;
1364
+ preserveAlpha?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1365
+ preserveAspectRatio?: string | import("framer-motion").CustomValueType | undefined;
1366
+ primitiveUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1367
+ r?: string | number | import("framer-motion").CustomValueType | undefined;
1368
+ radius?: string | number | import("framer-motion").CustomValueType | undefined;
1369
+ refX?: string | number | import("framer-motion").CustomValueType | undefined;
1370
+ refY?: string | number | import("framer-motion").CustomValueType | undefined;
1371
+ renderingIntent?: string | number | import("framer-motion").CustomValueType | undefined;
1372
+ repeatCount?: string | number | import("framer-motion").CustomValueType | undefined;
1373
+ repeatDur?: string | number | import("framer-motion").CustomValueType | undefined;
1374
+ requiredExtensions?: string | number | import("framer-motion").CustomValueType | undefined;
1375
+ requiredFeatures?: string | number | import("framer-motion").CustomValueType | undefined;
1376
+ restart?: string | number | import("framer-motion").CustomValueType | undefined;
1377
+ result?: string | import("framer-motion").CustomValueType | undefined;
1378
+ rotate?: string | number | import("framer-motion").CustomValueType | undefined;
1379
+ rx?: string | number | import("framer-motion").CustomValueType | undefined;
1380
+ ry?: string | number | import("framer-motion").CustomValueType | undefined;
1381
+ scale?: string | number | import("framer-motion").CustomValueType | undefined;
1382
+ seed?: string | number | import("framer-motion").CustomValueType | undefined;
1383
+ slope?: string | number | import("framer-motion").CustomValueType | undefined;
1384
+ spacing?: string | number | import("framer-motion").CustomValueType | undefined;
1385
+ specularConstant?: string | number | import("framer-motion").CustomValueType | undefined;
1386
+ specularExponent?: string | number | import("framer-motion").CustomValueType | undefined;
1387
+ speed?: string | number | import("framer-motion").CustomValueType | undefined;
1388
+ spreadMethod?: string | import("framer-motion").CustomValueType | undefined;
1389
+ startOffset?: string | number | import("framer-motion").CustomValueType | undefined;
1390
+ stdDeviation?: string | number | import("framer-motion").CustomValueType | undefined;
1391
+ stemh?: string | number | import("framer-motion").CustomValueType | undefined;
1392
+ stemv?: string | number | import("framer-motion").CustomValueType | undefined;
1393
+ stitchTiles?: string | number | import("framer-motion").CustomValueType | undefined;
1394
+ strikethroughPosition?: string | number | import("framer-motion").CustomValueType | undefined;
1395
+ strikethroughThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1396
+ string?: string | number | import("framer-motion").CustomValueType | undefined;
1397
+ surfaceScale?: string | number | import("framer-motion").CustomValueType | undefined;
1398
+ systemLanguage?: string | number | import("framer-motion").CustomValueType | undefined;
1399
+ tableValues?: string | number | import("framer-motion").CustomValueType | undefined;
1400
+ targetX?: string | number | import("framer-motion").CustomValueType | undefined;
1401
+ targetY?: string | number | import("framer-motion").CustomValueType | undefined;
1402
+ textLength?: string | number | import("framer-motion").CustomValueType | undefined;
1403
+ to?: string | number | import("framer-motion").CustomValueType | undefined;
1404
+ u1?: string | number | import("framer-motion").CustomValueType | undefined;
1405
+ u2?: string | number | import("framer-motion").CustomValueType | undefined;
1406
+ underlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
1407
+ underlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1408
+ unicode?: string | number | import("framer-motion").CustomValueType | undefined;
1409
+ unicodeRange?: string | number | import("framer-motion").CustomValueType | undefined;
1410
+ unitsPerEm?: string | number | import("framer-motion").CustomValueType | undefined;
1411
+ vAlphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
1412
+ values?: string | import("framer-motion").CustomValueType | undefined;
1413
+ version?: string | import("framer-motion").CustomValueType | undefined;
1414
+ vertAdvY?: string | number | import("framer-motion").CustomValueType | undefined;
1415
+ vertOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
1416
+ vertOriginY?: string | number | import("framer-motion").CustomValueType | undefined;
1417
+ vHanging?: string | number | import("framer-motion").CustomValueType | undefined;
1418
+ vIdeographic?: string | number | import("framer-motion").CustomValueType | undefined;
1419
+ viewBox?: string | import("framer-motion").CustomValueType | undefined;
1420
+ viewTarget?: string | number | import("framer-motion").CustomValueType | undefined;
1421
+ vMathematical?: string | number | import("framer-motion").CustomValueType | undefined;
1422
+ widths?: string | number | import("framer-motion").CustomValueType | undefined;
1423
+ x1?: string | number | import("framer-motion").CustomValueType | undefined;
1424
+ x2?: string | number | import("framer-motion").CustomValueType | undefined;
1425
+ x?: string | number | import("framer-motion").CustomValueType | undefined;
1426
+ xChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
1427
+ xHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1428
+ xlinkActuate?: string | import("framer-motion").CustomValueType | undefined;
1429
+ xlinkArcrole?: string | import("framer-motion").CustomValueType | undefined;
1430
+ xlinkHref?: string | import("framer-motion").CustomValueType | undefined;
1431
+ xlinkRole?: string | import("framer-motion").CustomValueType | undefined;
1432
+ xlinkShow?: string | import("framer-motion").CustomValueType | undefined;
1433
+ xlinkTitle?: string | import("framer-motion").CustomValueType | undefined;
1434
+ xlinkType?: string | import("framer-motion").CustomValueType | undefined;
1435
+ xmlBase?: string | import("framer-motion").CustomValueType | undefined;
1436
+ xmlLang?: string | import("framer-motion").CustomValueType | undefined;
1437
+ xmlns?: string | import("framer-motion").CustomValueType | undefined;
1438
+ xmlnsXlink?: string | import("framer-motion").CustomValueType | undefined;
1439
+ xmlSpace?: string | import("framer-motion").CustomValueType | undefined;
1440
+ y1?: string | number | import("framer-motion").CustomValueType | undefined;
1441
+ y2?: string | number | import("framer-motion").CustomValueType | undefined;
1442
+ y?: string | number | import("framer-motion").CustomValueType | undefined;
1443
+ yChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
1444
+ z?: string | number | import("framer-motion").CustomValueType | undefined;
1445
+ zoomAndPan?: string | import("framer-motion").CustomValueType | undefined;
1446
+ "aria-activedescendant"?: string | import("framer-motion").CustomValueType | undefined;
1447
+ "aria-atomic"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1448
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | import("framer-motion").CustomValueType | undefined;
1449
+ "aria-braillelabel"?: string | import("framer-motion").CustomValueType | undefined;
1450
+ "aria-brailleroledescription"?: string | import("framer-motion").CustomValueType | undefined;
1451
+ "aria-busy"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1452
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
1453
+ "aria-colcount"?: number | import("framer-motion").CustomValueType | undefined;
1454
+ "aria-colindex"?: number | import("framer-motion").CustomValueType | undefined;
1455
+ "aria-colindextext"?: string | import("framer-motion").CustomValueType | undefined;
1456
+ "aria-colspan"?: number | import("framer-motion").CustomValueType | undefined;
1457
+ "aria-controls"?: string | import("framer-motion").CustomValueType | undefined;
1458
+ "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "date" | "location" | import("framer-motion").CustomValueType | undefined;
1459
+ "aria-describedby"?: string | import("framer-motion").CustomValueType | undefined;
1460
+ "aria-description"?: string | import("framer-motion").CustomValueType | undefined;
1461
+ "aria-details"?: string | import("framer-motion").CustomValueType | undefined;
1462
+ "aria-disabled"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1463
+ "aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | import("framer-motion").CustomValueType | undefined;
1464
+ "aria-errormessage"?: string | import("framer-motion").CustomValueType | undefined;
1465
+ "aria-expanded"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1466
+ "aria-flowto"?: string | import("framer-motion").CustomValueType | undefined;
1467
+ "aria-grabbed"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1468
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | import("framer-motion").CustomValueType | undefined;
1469
+ "aria-hidden"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1470
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | import("framer-motion").CustomValueType | undefined;
1471
+ "aria-keyshortcuts"?: string | import("framer-motion").CustomValueType | undefined;
1472
+ "aria-label"?: string | import("framer-motion").CustomValueType | undefined;
1473
+ "aria-labelledby"?: string | import("framer-motion").CustomValueType | undefined;
1474
+ "aria-level"?: number | import("framer-motion").CustomValueType | undefined;
1475
+ "aria-live"?: "off" | "assertive" | "polite" | import("framer-motion").CustomValueType | undefined;
1476
+ "aria-modal"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1477
+ "aria-multiline"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1478
+ "aria-multiselectable"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1479
+ "aria-orientation"?: "horizontal" | "vertical" | import("framer-motion").CustomValueType | undefined;
1480
+ "aria-owns"?: string | import("framer-motion").CustomValueType | undefined;
1481
+ "aria-placeholder"?: string | import("framer-motion").CustomValueType | undefined;
1482
+ "aria-posinset"?: number | import("framer-motion").CustomValueType | undefined;
1483
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
1484
+ "aria-readonly"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1485
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | import("framer-motion").CustomValueType | undefined;
1486
+ "aria-required"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1487
+ "aria-roledescription"?: string | import("framer-motion").CustomValueType | undefined;
1488
+ "aria-rowcount"?: number | import("framer-motion").CustomValueType | undefined;
1489
+ "aria-rowindex"?: number | import("framer-motion").CustomValueType | undefined;
1490
+ "aria-rowindextext"?: string | import("framer-motion").CustomValueType | undefined;
1491
+ "aria-rowspan"?: number | import("framer-motion").CustomValueType | undefined;
1492
+ "aria-selected"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1493
+ "aria-setsize"?: number | import("framer-motion").CustomValueType | undefined;
1494
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | import("framer-motion").CustomValueType | undefined;
1495
+ "aria-valuemax"?: number | import("framer-motion").CustomValueType | undefined;
1496
+ "aria-valuemin"?: number | import("framer-motion").CustomValueType | undefined;
1497
+ "aria-valuenow"?: number | import("framer-motion").CustomValueType | undefined;
1498
+ "aria-valuetext"?: string | import("framer-motion").CustomValueType | undefined;
1499
+ children?: import("react").ReactNode | import("framer-motion").CustomValueType;
1500
+ dangerouslySetInnerHTML?: {
1501
+ __html: string | TrustedHTML;
1502
+ } | import("framer-motion").CustomValueType | undefined;
1503
+ onCopy?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1504
+ onCopyCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1505
+ onCut?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1506
+ onCutCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1507
+ onPaste?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1508
+ onPasteCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1509
+ onCompositionEnd?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1510
+ onCompositionEndCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1511
+ onCompositionStart?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1512
+ onCompositionStartCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1513
+ onCompositionUpdate?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1514
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1515
+ onFocus?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1516
+ onFocusCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1517
+ onBlur?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1518
+ onBlurCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1519
+ onChange?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1520
+ onChangeCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1521
+ onBeforeInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1522
+ onBeforeInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1523
+ onInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1524
+ onInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1525
+ onReset?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1526
+ onResetCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1527
+ onSubmit?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1528
+ onSubmitCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1529
+ onInvalid?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1530
+ onInvalidCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1531
+ onLoad?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1532
+ onLoadCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1533
+ onError?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1534
+ onErrorCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1535
+ onKeyDown?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1536
+ onKeyDownCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1537
+ onKeyPress?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1538
+ onKeyPressCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1539
+ onKeyUp?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1540
+ onKeyUpCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1541
+ onAbort?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1542
+ onAbortCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1543
+ onCanPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1544
+ onCanPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1545
+ onCanPlayThrough?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1546
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1547
+ onDurationChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1548
+ onDurationChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1549
+ onEmptied?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1550
+ onEmptiedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1551
+ onEncrypted?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1552
+ onEncryptedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1553
+ onEnded?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1554
+ onEndedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1555
+ onLoadedData?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1556
+ onLoadedDataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1557
+ onLoadedMetadata?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1558
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1559
+ onLoadStart?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1560
+ onLoadStartCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1561
+ onPause?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1562
+ onPauseCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1563
+ onPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1564
+ onPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1565
+ onPlaying?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1566
+ onPlayingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1567
+ onProgress?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1568
+ onProgressCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1569
+ onRateChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1570
+ onRateChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1571
+ onResize?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1572
+ onResizeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1573
+ onSeeked?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1574
+ onSeekedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1575
+ onSeeking?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1576
+ onSeekingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1577
+ onStalled?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1578
+ onStalledCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1579
+ onSuspend?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1580
+ onSuspendCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1581
+ onTimeUpdate?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1582
+ onTimeUpdateCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1583
+ onVolumeChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1584
+ onVolumeChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1585
+ onWaiting?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1586
+ onWaitingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1587
+ onAuxClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1588
+ onAuxClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1589
+ onClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1590
+ onClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1591
+ onContextMenu?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1592
+ onContextMenuCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1593
+ onDoubleClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1594
+ onDoubleClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1595
+ onDrag?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1596
+ onDragCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1597
+ onDragEnd?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1598
+ onDragEndCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1599
+ onDragEnter?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1600
+ onDragEnterCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1601
+ onDragExit?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1602
+ onDragExitCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1603
+ onDragLeave?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1604
+ onDragLeaveCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1605
+ onDragOver?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1606
+ onDragOverCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1607
+ onDragStart?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1608
+ onDragStartCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1609
+ onDrop?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1610
+ onDropCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1611
+ onMouseDown?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1612
+ onMouseDownCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1613
+ onMouseEnter?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1614
+ onMouseLeave?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1615
+ onMouseMove?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1616
+ onMouseMoveCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1617
+ onMouseOut?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1618
+ onMouseOutCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1619
+ onMouseOver?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1620
+ onMouseOverCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1621
+ onMouseUp?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1622
+ onMouseUpCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1623
+ onSelect?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1624
+ onSelectCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1625
+ onTouchCancel?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1626
+ onTouchCancelCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1627
+ onTouchEnd?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1628
+ onTouchEndCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1629
+ onTouchMove?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1630
+ onTouchMoveCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1631
+ onTouchStart?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1632
+ onTouchStartCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1633
+ onPointerDown?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1634
+ onPointerDownCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1635
+ onPointerMove?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1636
+ onPointerMoveCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1637
+ onPointerUp?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1638
+ onPointerUpCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1639
+ onPointerCancel?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1640
+ onPointerCancelCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1641
+ onPointerEnter?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1642
+ onPointerLeave?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1643
+ onPointerOver?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1644
+ onPointerOverCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1645
+ onPointerOut?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1646
+ onPointerOutCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1647
+ onGotPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1648
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1649
+ onLostPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1650
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1651
+ onScroll?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1652
+ onScrollCapture?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1653
+ onWheel?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1654
+ onWheelCapture?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1655
+ onAnimationStart?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1656
+ onAnimationStartCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1657
+ onAnimationEnd?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1658
+ onAnimationEndCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1659
+ onAnimationIteration?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1660
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1661
+ onTransitionEnd?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1662
+ onTransitionEndCapture?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1663
+ attrX?: number | import("framer-motion").CustomValueType | undefined;
1664
+ attrY?: number | import("framer-motion").CustomValueType | undefined;
1665
+ attrScale?: number | import("framer-motion").CustomValueType | undefined;
1666
+ translateX?: string | number | import("framer-motion").CustomValueType | undefined;
1667
+ translateY?: string | number | import("framer-motion").CustomValueType | undefined;
1668
+ translateZ?: string | number | import("framer-motion").CustomValueType | undefined;
1669
+ rotateX?: string | number | import("framer-motion").CustomValueType | undefined;
1670
+ rotateY?: string | number | import("framer-motion").CustomValueType | undefined;
1671
+ rotateZ?: string | number | import("framer-motion").CustomValueType | undefined;
1672
+ scaleX?: string | number | import("framer-motion").CustomValueType | undefined;
1673
+ scaleY?: string | number | import("framer-motion").CustomValueType | undefined;
1674
+ scaleZ?: string | number | import("framer-motion").CustomValueType | undefined;
1675
+ skew?: string | number | import("framer-motion").CustomValueType | undefined;
1676
+ skewX?: string | number | import("framer-motion").CustomValueType | undefined;
1677
+ skewY?: string | number | import("framer-motion").CustomValueType | undefined;
1678
+ originX?: string | number | import("framer-motion").CustomValueType | undefined;
1679
+ originY?: string | number | import("framer-motion").CustomValueType | undefined;
1680
+ originZ?: string | number | import("framer-motion").CustomValueType | undefined;
1681
+ perspective?: string | number | import("framer-motion").CustomValueType | undefined;
1682
+ transformPerspective?: string | number | import("framer-motion").CustomValueType | undefined;
1683
+ size?: string | number | import("framer-motion").CustomValueType | undefined;
1684
+ shadow?: string | import("framer-motion").CustomValueType | undefined;
1685
+ image?: string | import("framer-motion").CustomValueType | undefined;
1686
+ pathOffset?: number | import("framer-motion").CustomValueType | undefined;
1687
+ pathSpacing?: number | import("framer-motion").CustomValueType | undefined;
1688
+ };
1689
+ animate: boolean | MotionState | TargetAndTransition | AnimationControls;
1690
+ transition: {
1691
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1692
+ duration: number | undefined;
1693
+ delay: number | undefined;
1694
+ when?: false | "beforeChildren" | "afterChildren" | string;
1695
+ delayChildren?: number;
1696
+ staggerChildren?: number;
1697
+ staggerDirection?: number;
1698
+ repeat?: number;
1699
+ repeatType?: "loop" | "reverse" | "mirror";
1700
+ repeatDelay?: number;
1701
+ type?: "tween";
1702
+ times?: number[];
1703
+ easings?: import("framer-motion").Easing[];
1704
+ from?: number | string;
1705
+ } | {
1706
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1707
+ duration: number | undefined;
1708
+ delay: number | undefined;
1709
+ when?: false | "beforeChildren" | "afterChildren" | string;
1710
+ delayChildren?: number;
1711
+ staggerChildren?: number;
1712
+ staggerDirection?: number;
1713
+ repeat?: number;
1714
+ repeatType?: "loop" | "reverse" | "mirror";
1715
+ repeatDelay?: number;
1716
+ type: "spring";
1717
+ stiffness?: number;
1718
+ damping?: number;
1719
+ mass?: number;
1720
+ bounce?: number;
1721
+ restSpeed?: number;
1722
+ restDelta?: number;
1723
+ from?: number | string;
1724
+ velocity?: number;
1725
+ } | {
1726
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1727
+ duration: number | undefined;
1728
+ delay: number | undefined;
1729
+ when?: false | "beforeChildren" | "afterChildren" | string;
1730
+ delayChildren?: number;
1731
+ staggerChildren?: number;
1732
+ staggerDirection?: number;
1733
+ repeat?: number;
1734
+ repeatType?: "loop" | "reverse" | "mirror";
1735
+ repeatDelay?: number;
1736
+ type: "keyframes";
1737
+ times?: number[];
1738
+ } | {
1739
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1740
+ duration: number | undefined;
1741
+ delay: number | undefined;
1742
+ when?: false | "beforeChildren" | "afterChildren" | string;
1743
+ delayChildren?: number;
1744
+ staggerChildren?: number;
1745
+ staggerDirection?: number;
1746
+ repeat?: number;
1747
+ repeatType?: "loop" | "reverse" | "mirror";
1748
+ repeatDelay?: number;
1749
+ type: "inertia";
1750
+ modifyTarget?(v: number): number;
1751
+ bounceStiffness?: number;
1752
+ bounceDamping?: number;
1753
+ power?: number;
1754
+ timeConstant?: number;
1755
+ restDelta?: number;
1756
+ min?: number;
1757
+ max?: number;
1758
+ from?: number | string;
1759
+ velocity?: number;
1760
+ } | {
1761
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1762
+ duration: number | undefined;
1763
+ delay: number | undefined;
1764
+ when?: false | "beforeChildren" | "afterChildren" | string;
1765
+ delayChildren?: number;
1766
+ staggerChildren?: number;
1767
+ staggerDirection?: number;
1768
+ repeat?: number;
1769
+ repeatType?: "loop" | "reverse" | "mirror";
1770
+ repeatDelay?: number;
1771
+ type: "just";
1772
+ } | {
1773
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1774
+ duration: number | undefined;
1775
+ delay: number | undefined;
1776
+ when?: false | "beforeChildren" | "afterChildren" | string;
1777
+ delayChildren?: number;
1778
+ staggerChildren?: number;
1779
+ staggerDirection?: number;
1780
+ repeat?: number;
1781
+ repeatType?: "loop" | "reverse" | "mirror";
1782
+ repeatDelay?: number;
1783
+ type: false;
1784
+ } | {
1785
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1786
+ duration: number | undefined;
1787
+ delay: number | undefined;
1788
+ when?: false | "beforeChildren" | "afterChildren" | string;
1789
+ delayChildren?: number;
1790
+ staggerChildren?: number;
1791
+ staggerDirection?: number;
1792
+ repeat?: number;
1793
+ repeatType?: "loop" | "reverse" | "mirror";
1794
+ repeatDelay?: number;
1795
+ } | {
1796
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1797
+ duration: number | undefined;
1798
+ delay: number | undefined;
1799
+ when?: false | "beforeChildren" | "afterChildren" | string;
1800
+ delayChildren?: number;
1801
+ staggerChildren?: number;
1802
+ staggerDirection?: number;
1803
+ repeat?: number;
1804
+ repeatType?: "loop" | "reverse" | "mirror";
1805
+ repeatDelay?: number;
1806
+ type?: "tween";
1807
+ times?: number[];
1808
+ easings?: import("framer-motion").Easing[];
1809
+ from?: number | string;
1810
+ } | {
1811
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1812
+ duration: number | undefined;
1813
+ delay: number | undefined;
1814
+ when?: false | "beforeChildren" | "afterChildren" | string;
1815
+ delayChildren?: number;
1816
+ staggerChildren?: number;
1817
+ staggerDirection?: number;
1818
+ repeat?: number;
1819
+ repeatType?: "loop" | "reverse" | "mirror";
1820
+ repeatDelay?: number;
1821
+ type: "spring";
1822
+ stiffness?: number;
1823
+ damping?: number;
1824
+ mass?: number;
1825
+ bounce?: number;
1826
+ restSpeed?: number;
1827
+ restDelta?: number;
1828
+ from?: number | string;
1829
+ velocity?: number;
1830
+ } | {
1831
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1832
+ duration: number | undefined;
1833
+ delay: number | undefined;
1834
+ when?: false | "beforeChildren" | "afterChildren" | string;
1835
+ delayChildren?: number;
1836
+ staggerChildren?: number;
1837
+ staggerDirection?: number;
1838
+ repeat?: number;
1839
+ repeatType?: "loop" | "reverse" | "mirror";
1840
+ repeatDelay?: number;
1841
+ type: "keyframes";
1842
+ times?: number[];
1843
+ } | {
1844
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1845
+ duration: number | undefined;
1846
+ delay: number | undefined;
1847
+ when?: false | "beforeChildren" | "afterChildren" | string;
1848
+ delayChildren?: number;
1849
+ staggerChildren?: number;
1850
+ staggerDirection?: number;
1851
+ repeat?: number;
1852
+ repeatType?: "loop" | "reverse" | "mirror";
1853
+ repeatDelay?: number;
1854
+ type: "inertia";
1855
+ modifyTarget?(v: number): number;
1856
+ bounceStiffness?: number;
1857
+ bounceDamping?: number;
1858
+ power?: number;
1859
+ timeConstant?: number;
1860
+ restDelta?: number;
1861
+ min?: number;
1862
+ max?: number;
1863
+ from?: number | string;
1864
+ velocity?: number;
1865
+ } | {
1866
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1867
+ duration: number | undefined;
1868
+ delay: number | undefined;
1869
+ when?: false | "beforeChildren" | "afterChildren" | string;
1870
+ delayChildren?: number;
1871
+ staggerChildren?: number;
1872
+ staggerDirection?: number;
1873
+ repeat?: number;
1874
+ repeatType?: "loop" | "reverse" | "mirror";
1875
+ repeatDelay?: number;
1876
+ type: "just";
1877
+ } | {
1878
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1879
+ duration: number | undefined;
1880
+ delay: number | undefined;
1881
+ when?: false | "beforeChildren" | "afterChildren" | string;
1882
+ delayChildren?: number;
1883
+ staggerChildren?: number;
1884
+ staggerDirection?: number;
1885
+ repeat?: number;
1886
+ repeatType?: "loop" | "reverse" | "mirror";
1887
+ repeatDelay?: number;
1888
+ type: false;
1889
+ } | {
1890
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1891
+ duration: number | undefined;
1892
+ delay: number | undefined;
1893
+ when?: false | "beforeChildren" | "afterChildren" | string;
1894
+ delayChildren?: number;
1895
+ staggerChildren?: number;
1896
+ staggerDirection?: number;
1897
+ repeat?: number;
1898
+ repeatType?: "loop" | "reverse" | "mirror";
1899
+ repeatDelay?: number;
1900
+ } | undefined;
1901
+ };
1902
+ /**
1903
+ * Convert CDS motion configs to framer motion props.
1904
+ * @warning Use the function version(getMotionProps) if possible to avoid unnecessary rerenders.
1905
+ * @link https://www.framer.com/docs/component/##animation
1906
+ */
1907
+ export declare const useMotionProps: (props: UseMotionProps) => {
1908
+ /**
1909
+ * FM exit prop
1910
+ * @link https://www.framer.com/docs/component/###exit
1911
+ */
1912
+ exit?: MotionState | TargetAndTransition;
1913
+ transformTemplate?: (transform: TransformProperties, generatedTransform: string) => string;
1914
+ viewport?: FramerMotionProps["viewport"];
1915
+ inherit?: boolean | undefined;
1916
+ style?: import("framer-motion").MotionStyle | undefined;
1917
+ children?: import("react").ReactNode | import("framer-motion").MotionValue<number> | import("framer-motion").MotionValue<string>;
1918
+ onDrag?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1919
+ onDragEnd?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1920
+ onDragStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1921
+ onAnimationStart?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
1922
+ drag?: boolean | "x" | "y" | undefined;
1923
+ layout?: boolean | "position" | "size" | "preserve-aspect" | undefined;
1924
+ custom?: any;
1925
+ transformValues?: (<V extends import("framer-motion").ResolvedValues>(values: V) => V) | undefined;
1926
+ variants: MotionVariant | import("framer-motion").Variants | undefined;
1927
+ onBeforeLayoutMeasure?: ((box: import("framer-motion").Box) => void) | undefined;
1928
+ onLayoutMeasure?: ((box: import("framer-motion").Box, prevBox: import("framer-motion").Box) => void) | undefined;
1929
+ onUpdate?: ((latest: import("framer-motion").ResolvedValues) => void) | undefined;
1930
+ onAnimationComplete?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
1931
+ onPan?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1932
+ onPanStart?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1933
+ onPanSessionStart?: ((event: PointerEvent, info: import("framer-motion").EventInfo) => void) | undefined;
1934
+ onPanEnd?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1935
+ onTap?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
1936
+ onTapStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
1937
+ onTapCancel?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
1938
+ whileTap?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
1939
+ globalTapTarget?: boolean | undefined;
1940
+ whileHover?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
1941
+ onHoverStart?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
1942
+ onHoverEnd?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
1943
+ whileFocus?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
1944
+ whileInView?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
1945
+ onViewportEnter?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
1946
+ onViewportLeave?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
1947
+ whileDrag?: (import("framer-motion").VariantLabels | TargetAndTransition) | undefined;
1948
+ dragDirectionLock?: boolean | undefined;
1949
+ dragPropagation?: boolean | undefined;
1950
+ dragConstraints?: (false | Partial<import("framer-motion").BoundingBox> | {
1951
+ current: Element | null;
1952
+ }) | undefined;
1953
+ dragElastic?: import("framer-motion").DragElastic | undefined;
1954
+ dragMomentum?: boolean | undefined;
1955
+ dragTransition?: Partial<Omit<import("framer-motion").Inertia, "type" | "velocity">> | undefined;
1956
+ dragControls?: import("framer-motion").DragControls | undefined;
1957
+ dragSnapToOrigin?: boolean | undefined;
1958
+ dragListener?: boolean | undefined;
1959
+ onMeasureDragConstraints?: ((constraints: import("framer-motion").BoundingBox) => import("framer-motion").BoundingBox | void) | undefined;
1960
+ _dragX?: import("framer-motion").MotionValue<number> | undefined;
1961
+ _dragY?: import("framer-motion").MotionValue<number> | undefined;
1962
+ onDirectionLock?: ((axis: "x" | "y") => void) | undefined;
1963
+ onDragTransitionEnd?: (() => void) | undefined;
1964
+ layoutId?: string | undefined;
1965
+ onLayoutAnimationStart?: (() => void) | undefined;
1966
+ onLayoutAnimationComplete?: (() => void) | undefined;
1967
+ layoutDependency?: any;
1968
+ layoutScroll?: boolean | undefined;
1969
+ layoutRoot?: boolean | undefined;
1970
+ ignoreStrict?: boolean | undefined;
1971
+ initial: boolean | MotionState | {
1972
+ filter?: string | import("framer-motion").CustomValueType | undefined;
1973
+ fill?: string | import("framer-motion").CustomValueType | undefined;
1974
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1975
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1976
+ fontFamily?: string | import("framer-motion").CustomValueType | undefined;
1977
+ fontSize?: string | number | import("framer-motion").CustomValueType | undefined;
1978
+ fontWeight?: string | number | import("framer-motion").CustomValueType | undefined;
1979
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | import("framer-motion").CustomValueType | undefined;
1980
+ textTransform?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
1981
+ color?: string | import("framer-motion").CustomValueType | undefined;
1982
+ "--blue0"?: string | import("framer-motion").CustomValueType | undefined;
1983
+ "--blue5"?: string | import("framer-motion").CustomValueType | undefined;
1984
+ "--blue10"?: string | import("framer-motion").CustomValueType | undefined;
1985
+ "--blue15"?: string | import("framer-motion").CustomValueType | undefined;
1986
+ "--blue20"?: string | import("framer-motion").CustomValueType | undefined;
1987
+ "--blue30"?: string | import("framer-motion").CustomValueType | undefined;
1988
+ "--blue40"?: string | import("framer-motion").CustomValueType | undefined;
1989
+ "--blue50"?: string | import("framer-motion").CustomValueType | undefined;
1990
+ "--blue60"?: string | import("framer-motion").CustomValueType | undefined;
1991
+ "--blue70"?: string | import("framer-motion").CustomValueType | undefined;
1992
+ "--blue80"?: string | import("framer-motion").CustomValueType | undefined;
1993
+ "--blue90"?: string | import("framer-motion").CustomValueType | undefined;
1994
+ "--blue100"?: string | import("framer-motion").CustomValueType | undefined;
1995
+ "--green0"?: string | import("framer-motion").CustomValueType | undefined;
1996
+ "--green5"?: string | import("framer-motion").CustomValueType | undefined;
1997
+ "--green10"?: string | import("framer-motion").CustomValueType | undefined;
1998
+ "--green15"?: string | import("framer-motion").CustomValueType | undefined;
1999
+ "--green20"?: string | import("framer-motion").CustomValueType | undefined;
2000
+ "--green30"?: string | import("framer-motion").CustomValueType | undefined;
2001
+ "--green40"?: string | import("framer-motion").CustomValueType | undefined;
2002
+ "--green50"?: string | import("framer-motion").CustomValueType | undefined;
2003
+ "--green60"?: string | import("framer-motion").CustomValueType | undefined;
2004
+ "--green70"?: string | import("framer-motion").CustomValueType | undefined;
2005
+ "--green80"?: string | import("framer-motion").CustomValueType | undefined;
2006
+ "--green90"?: string | import("framer-motion").CustomValueType | undefined;
2007
+ "--green100"?: string | import("framer-motion").CustomValueType | undefined;
2008
+ "--orange0"?: string | import("framer-motion").CustomValueType | undefined;
2009
+ "--orange5"?: string | import("framer-motion").CustomValueType | undefined;
2010
+ "--orange10"?: string | import("framer-motion").CustomValueType | undefined;
2011
+ "--orange15"?: string | import("framer-motion").CustomValueType | undefined;
2012
+ "--orange20"?: string | import("framer-motion").CustomValueType | undefined;
2013
+ "--orange30"?: string | import("framer-motion").CustomValueType | undefined;
2014
+ "--orange40"?: string | import("framer-motion").CustomValueType | undefined;
2015
+ "--orange50"?: string | import("framer-motion").CustomValueType | undefined;
2016
+ "--orange60"?: string | import("framer-motion").CustomValueType | undefined;
2017
+ "--orange70"?: string | import("framer-motion").CustomValueType | undefined;
2018
+ "--orange80"?: string | import("framer-motion").CustomValueType | undefined;
2019
+ "--orange90"?: string | import("framer-motion").CustomValueType | undefined;
2020
+ "--orange100"?: string | import("framer-motion").CustomValueType | undefined;
2021
+ "--yellow0"?: string | import("framer-motion").CustomValueType | undefined;
2022
+ "--yellow5"?: string | import("framer-motion").CustomValueType | undefined;
2023
+ "--yellow10"?: string | import("framer-motion").CustomValueType | undefined;
2024
+ "--yellow15"?: string | import("framer-motion").CustomValueType | undefined;
2025
+ "--yellow20"?: string | import("framer-motion").CustomValueType | undefined;
2026
+ "--yellow30"?: string | import("framer-motion").CustomValueType | undefined;
2027
+ "--yellow40"?: string | import("framer-motion").CustomValueType | undefined;
2028
+ "--yellow50"?: string | import("framer-motion").CustomValueType | undefined;
2029
+ "--yellow60"?: string | import("framer-motion").CustomValueType | undefined;
2030
+ "--yellow70"?: string | import("framer-motion").CustomValueType | undefined;
2031
+ "--yellow80"?: string | import("framer-motion").CustomValueType | undefined;
2032
+ "--yellow90"?: string | import("framer-motion").CustomValueType | undefined;
2033
+ "--yellow100"?: string | import("framer-motion").CustomValueType | undefined;
2034
+ "--gray0"?: string | import("framer-motion").CustomValueType | undefined;
2035
+ "--gray5"?: string | import("framer-motion").CustomValueType | undefined;
2036
+ "--gray10"?: string | import("framer-motion").CustomValueType | undefined;
2037
+ "--gray15"?: string | import("framer-motion").CustomValueType | undefined;
2038
+ "--gray20"?: string | import("framer-motion").CustomValueType | undefined;
2039
+ "--gray30"?: string | import("framer-motion").CustomValueType | undefined;
2040
+ "--gray40"?: string | import("framer-motion").CustomValueType | undefined;
2041
+ "--gray50"?: string | import("framer-motion").CustomValueType | undefined;
2042
+ "--gray60"?: string | import("framer-motion").CustomValueType | undefined;
2043
+ "--gray70"?: string | import("framer-motion").CustomValueType | undefined;
2044
+ "--gray80"?: string | import("framer-motion").CustomValueType | undefined;
2045
+ "--gray90"?: string | import("framer-motion").CustomValueType | undefined;
2046
+ "--gray100"?: string | import("framer-motion").CustomValueType | undefined;
2047
+ "--indigo0"?: string | import("framer-motion").CustomValueType | undefined;
2048
+ "--indigo5"?: string | import("framer-motion").CustomValueType | undefined;
2049
+ "--indigo10"?: string | import("framer-motion").CustomValueType | undefined;
2050
+ "--indigo15"?: string | import("framer-motion").CustomValueType | undefined;
2051
+ "--indigo20"?: string | import("framer-motion").CustomValueType | undefined;
2052
+ "--indigo30"?: string | import("framer-motion").CustomValueType | undefined;
2053
+ "--indigo40"?: string | import("framer-motion").CustomValueType | undefined;
2054
+ "--indigo50"?: string | import("framer-motion").CustomValueType | undefined;
2055
+ "--indigo60"?: string | import("framer-motion").CustomValueType | undefined;
2056
+ "--indigo70"?: string | import("framer-motion").CustomValueType | undefined;
2057
+ "--indigo80"?: string | import("framer-motion").CustomValueType | undefined;
2058
+ "--indigo90"?: string | import("framer-motion").CustomValueType | undefined;
2059
+ "--indigo100"?: string | import("framer-motion").CustomValueType | undefined;
2060
+ "--pink0"?: string | import("framer-motion").CustomValueType | undefined;
2061
+ "--pink5"?: string | import("framer-motion").CustomValueType | undefined;
2062
+ "--pink10"?: string | import("framer-motion").CustomValueType | undefined;
2063
+ "--pink15"?: string | import("framer-motion").CustomValueType | undefined;
2064
+ "--pink20"?: string | import("framer-motion").CustomValueType | undefined;
2065
+ "--pink30"?: string | import("framer-motion").CustomValueType | undefined;
2066
+ "--pink40"?: string | import("framer-motion").CustomValueType | undefined;
2067
+ "--pink50"?: string | import("framer-motion").CustomValueType | undefined;
2068
+ "--pink60"?: string | import("framer-motion").CustomValueType | undefined;
2069
+ "--pink70"?: string | import("framer-motion").CustomValueType | undefined;
2070
+ "--pink80"?: string | import("framer-motion").CustomValueType | undefined;
2071
+ "--pink90"?: string | import("framer-motion").CustomValueType | undefined;
2072
+ "--pink100"?: string | import("framer-motion").CustomValueType | undefined;
2073
+ "--purple0"?: string | import("framer-motion").CustomValueType | undefined;
2074
+ "--purple5"?: string | import("framer-motion").CustomValueType | undefined;
2075
+ "--purple10"?: string | import("framer-motion").CustomValueType | undefined;
2076
+ "--purple15"?: string | import("framer-motion").CustomValueType | undefined;
2077
+ "--purple20"?: string | import("framer-motion").CustomValueType | undefined;
2078
+ "--purple30"?: string | import("framer-motion").CustomValueType | undefined;
2079
+ "--purple40"?: string | import("framer-motion").CustomValueType | undefined;
2080
+ "--purple50"?: string | import("framer-motion").CustomValueType | undefined;
2081
+ "--purple60"?: string | import("framer-motion").CustomValueType | undefined;
2082
+ "--purple70"?: string | import("framer-motion").CustomValueType | undefined;
2083
+ "--purple80"?: string | import("framer-motion").CustomValueType | undefined;
2084
+ "--purple90"?: string | import("framer-motion").CustomValueType | undefined;
2085
+ "--purple100"?: string | import("framer-motion").CustomValueType | undefined;
2086
+ "--red0"?: string | import("framer-motion").CustomValueType | undefined;
2087
+ "--red5"?: string | import("framer-motion").CustomValueType | undefined;
2088
+ "--red10"?: string | import("framer-motion").CustomValueType | undefined;
2089
+ "--red15"?: string | import("framer-motion").CustomValueType | undefined;
2090
+ "--red20"?: string | import("framer-motion").CustomValueType | undefined;
2091
+ "--red30"?: string | import("framer-motion").CustomValueType | undefined;
2092
+ "--red40"?: string | import("framer-motion").CustomValueType | undefined;
2093
+ "--red50"?: string | import("framer-motion").CustomValueType | undefined;
2094
+ "--red60"?: string | import("framer-motion").CustomValueType | undefined;
2095
+ "--red70"?: string | import("framer-motion").CustomValueType | undefined;
2096
+ "--red80"?: string | import("framer-motion").CustomValueType | undefined;
2097
+ "--red90"?: string | import("framer-motion").CustomValueType | undefined;
2098
+ "--red100"?: string | import("framer-motion").CustomValueType | undefined;
2099
+ "--teal0"?: string | import("framer-motion").CustomValueType | undefined;
2100
+ "--teal5"?: string | import("framer-motion").CustomValueType | undefined;
2101
+ "--teal10"?: string | import("framer-motion").CustomValueType | undefined;
2102
+ "--teal15"?: string | import("framer-motion").CustomValueType | undefined;
2103
+ "--teal20"?: string | import("framer-motion").CustomValueType | undefined;
2104
+ "--teal30"?: string | import("framer-motion").CustomValueType | undefined;
2105
+ "--teal40"?: string | import("framer-motion").CustomValueType | undefined;
2106
+ "--teal50"?: string | import("framer-motion").CustomValueType | undefined;
2107
+ "--teal60"?: string | import("framer-motion").CustomValueType | undefined;
2108
+ "--teal70"?: string | import("framer-motion").CustomValueType | undefined;
2109
+ "--teal80"?: string | import("framer-motion").CustomValueType | undefined;
2110
+ "--teal90"?: string | import("framer-motion").CustomValueType | undefined;
2111
+ "--teal100"?: string | import("framer-motion").CustomValueType | undefined;
2112
+ "--chartreuse0"?: string | import("framer-motion").CustomValueType | undefined;
2113
+ "--chartreuse5"?: string | import("framer-motion").CustomValueType | undefined;
2114
+ "--chartreuse10"?: string | import("framer-motion").CustomValueType | undefined;
2115
+ "--chartreuse15"?: string | import("framer-motion").CustomValueType | undefined;
2116
+ "--chartreuse20"?: string | import("framer-motion").CustomValueType | undefined;
2117
+ "--chartreuse30"?: string | import("framer-motion").CustomValueType | undefined;
2118
+ "--chartreuse40"?: string | import("framer-motion").CustomValueType | undefined;
2119
+ "--chartreuse50"?: string | import("framer-motion").CustomValueType | undefined;
2120
+ "--chartreuse60"?: string | import("framer-motion").CustomValueType | undefined;
2121
+ "--chartreuse70"?: string | import("framer-motion").CustomValueType | undefined;
2122
+ "--chartreuse80"?: string | import("framer-motion").CustomValueType | undefined;
2123
+ "--chartreuse90"?: string | import("framer-motion").CustomValueType | undefined;
2124
+ "--chartreuse100"?: string | import("framer-motion").CustomValueType | undefined;
2125
+ "--color-currentColor"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2126
+ "--color-fg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2127
+ "--color-fgMuted"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2128
+ "--color-fgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2129
+ "--color-fgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2130
+ "--color-fgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2131
+ "--color-fgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2132
+ "--color-fgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2133
+ "--color-bg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2134
+ "--color-bgAlternate"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2135
+ "--color-bgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2136
+ "--color-bgOverlay"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2137
+ "--color-bgElevation1"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2138
+ "--color-bgElevation2"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2139
+ "--color-bgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2140
+ "--color-bgPrimaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2141
+ "--color-bgSecondary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2142
+ "--color-bgTertiary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2143
+ "--color-bgSecondaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2144
+ "--color-bgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2145
+ "--color-bgNegativeWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2146
+ "--color-bgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2147
+ "--color-bgPositiveWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2148
+ "--color-bgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2149
+ "--color-bgWarningWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2150
+ "--color-bgLine"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2151
+ "--color-bgLineHeavy"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2152
+ "--color-bgLineInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2153
+ "--color-bgLinePrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2154
+ "--color-bgLinePrimarySubtle"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2155
+ "--color-accentSubtleRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2156
+ "--color-accentBoldRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2157
+ "--color-accentSubtleGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2158
+ "--color-accentBoldGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2159
+ "--color-accentSubtleBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2160
+ "--color-accentBoldBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2161
+ "--color-accentSubtlePurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2162
+ "--color-accentBoldPurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2163
+ "--color-accentSubtleYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2164
+ "--color-accentBoldYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2165
+ "--color-accentSubtleGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2166
+ "--color-accentBoldGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2167
+ "--color-transparent"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2168
+ "--space-0"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2169
+ "--space-1"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2170
+ "--space-2"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2171
+ "--space-5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2172
+ "--space-10"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2173
+ "--space-0.25"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2174
+ "--space-0.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2175
+ "--space-0.75"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2176
+ "--space-1.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2177
+ "--space-3"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2178
+ "--space-4"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2179
+ "--space-6"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2180
+ "--space-7"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2181
+ "--space-8"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2182
+ "--space-9"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2183
+ "--iconSize-xs"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2184
+ "--iconSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2185
+ "--iconSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2186
+ "--iconSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2187
+ "--avatarSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2188
+ "--avatarSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2189
+ "--avatarSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2190
+ "--avatarSize-xl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2191
+ "--avatarSize-xxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2192
+ "--avatarSize-xxxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2193
+ "--borderWidth-0"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2194
+ "--borderWidth-100"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2195
+ "--borderWidth-200"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2196
+ "--borderWidth-300"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2197
+ "--borderWidth-400"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2198
+ "--borderWidth-500"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2199
+ "--borderRadius-0"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2200
+ "--borderRadius-100"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2201
+ "--borderRadius-200"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2202
+ "--borderRadius-300"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2203
+ "--borderRadius-400"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2204
+ "--borderRadius-500"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2205
+ "--borderRadius-600"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2206
+ "--borderRadius-700"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2207
+ "--borderRadius-800"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2208
+ "--borderRadius-900"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2209
+ "--borderRadius-1000"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2210
+ "--fontFamily-display1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2211
+ "--fontFamily-display2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2212
+ "--fontFamily-display3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2213
+ "--fontFamily-title1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2214
+ "--fontFamily-title2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2215
+ "--fontFamily-title3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2216
+ "--fontFamily-title4"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2217
+ "--fontFamily-headline"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2218
+ "--fontFamily-body"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2219
+ "--fontFamily-label1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2220
+ "--fontFamily-label2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2221
+ "--fontFamily-caption"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2222
+ "--fontFamily-legal"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2223
+ "--fontSize-display1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2224
+ "--fontSize-display2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2225
+ "--fontSize-display3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2226
+ "--fontSize-title1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2227
+ "--fontSize-title2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2228
+ "--fontSize-title3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2229
+ "--fontSize-title4"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2230
+ "--fontSize-headline"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2231
+ "--fontSize-body"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2232
+ "--fontSize-label1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2233
+ "--fontSize-label2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2234
+ "--fontSize-caption"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2235
+ "--fontSize-legal"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2236
+ "--fontWeight-display1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2237
+ "--fontWeight-display2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2238
+ "--fontWeight-display3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2239
+ "--fontWeight-title1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2240
+ "--fontWeight-title2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2241
+ "--fontWeight-title3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2242
+ "--fontWeight-title4"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2243
+ "--fontWeight-headline"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2244
+ "--fontWeight-body"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2245
+ "--fontWeight-label1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2246
+ "--fontWeight-label2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2247
+ "--fontWeight-caption"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2248
+ "--fontWeight-legal"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2249
+ "--lineHeight-display1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2250
+ "--lineHeight-display2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2251
+ "--lineHeight-display3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2252
+ "--lineHeight-title1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2253
+ "--lineHeight-title2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2254
+ "--lineHeight-title3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2255
+ "--lineHeight-title4"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2256
+ "--lineHeight-headline"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2257
+ "--lineHeight-body"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2258
+ "--lineHeight-label1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2259
+ "--lineHeight-label2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2260
+ "--lineHeight-caption"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2261
+ "--lineHeight-legal"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2262
+ "--textTransform-display1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2263
+ "--textTransform-display2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2264
+ "--textTransform-display3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2265
+ "--textTransform-title1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2266
+ "--textTransform-title2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2267
+ "--textTransform-title3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2268
+ "--textTransform-title4"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2269
+ "--textTransform-headline"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2270
+ "--textTransform-body"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2271
+ "--textTransform-label1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2272
+ "--textTransform-label2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2273
+ "--textTransform-caption"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2274
+ "--textTransform-legal"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2275
+ "--shadow-elevation1"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
2276
+ "--shadow-elevation2"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
2277
+ "--controlSize-checkboxSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2278
+ "--controlSize-radioSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2279
+ "--controlSize-switchWidth"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2280
+ "--controlSize-switchHeight"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2281
+ "--controlSize-switchThumbSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2282
+ "--controlSize-tileSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2283
+ clipPath?: string | import("framer-motion").CustomValueType | undefined;
2284
+ marker?: import("csstype").Property.Marker | import("framer-motion").CustomValueType | undefined;
2285
+ mask?: string | import("framer-motion").CustomValueType | undefined;
2286
+ height?: string | number | import("framer-motion").CustomValueType | undefined;
2287
+ width?: string | number | import("framer-motion").CustomValueType | undefined;
2288
+ 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;
2289
+ azimuth?: string | import("framer-motion").CustomValueType | undefined;
2290
+ baselineShift?: string | number | import("framer-motion").CustomValueType | undefined;
2291
+ clip?: string | import("framer-motion").CustomValueType | undefined;
2292
+ clipRule?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
2293
+ colorInterpolation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
2294
+ colorRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeQuality" | "optimizeSpeed" | import("framer-motion").CustomValueType | undefined;
2295
+ cursor?: string | import("framer-motion").CustomValueType | undefined;
2296
+ direction?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("framer-motion").CustomValueType | undefined;
2297
+ display?: string | import("framer-motion").CustomValueType | undefined;
2298
+ 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;
2299
+ fillOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
2300
+ fillRule?: "inherit" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
2301
+ floodColor?: string | import("framer-motion").CustomValueType | undefined;
2302
+ floodOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
2303
+ fontSizeAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
2304
+ fontStretch?: string | import("framer-motion").CustomValueType | undefined;
2305
+ fontStyle?: string | import("framer-motion").CustomValueType | undefined;
2306
+ fontVariant?: string | import("framer-motion").CustomValueType | undefined;
2307
+ glyphOrientationVertical?: string | number | import("framer-motion").CustomValueType | undefined;
2308
+ imageRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | import("framer-motion").CustomValueType | undefined;
2309
+ letterSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
2310
+ lightingColor?: string | import("framer-motion").CustomValueType | undefined;
2311
+ markerEnd?: string | import("framer-motion").CustomValueType | undefined;
2312
+ markerMid?: string | import("framer-motion").CustomValueType | undefined;
2313
+ markerStart?: string | import("framer-motion").CustomValueType | undefined;
2314
+ offset?: string | number | import("framer-motion").CustomValueType | undefined;
2315
+ opacity?: string | number | import("framer-motion").CustomValueType | undefined;
2316
+ order?: string | number | import("framer-motion").CustomValueType | undefined;
2317
+ overflow?: string | import("framer-motion").CustomValueType | undefined;
2318
+ paintOrder?: string | import("framer-motion").CustomValueType | undefined;
2319
+ pointerEvents?: "fill" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "stroke" | "all" | "visible" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | import("framer-motion").CustomValueType | undefined;
2320
+ shapeRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | import("framer-motion").CustomValueType | undefined;
2321
+ stopColor?: string | import("framer-motion").CustomValueType | undefined;
2322
+ stopOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
2323
+ stroke?: string | import("framer-motion").CustomValueType | undefined;
2324
+ strokeDasharray?: string | number | import("framer-motion").CustomValueType | undefined;
2325
+ strokeDashoffset?: string | number | import("framer-motion").CustomValueType | undefined;
2326
+ strokeLinecap?: "inherit" | "round" | "butt" | "square" | import("framer-motion").CustomValueType | undefined;
2327
+ strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | import("framer-motion").CustomValueType | undefined;
2328
+ strokeMiterlimit?: string | number | import("framer-motion").CustomValueType | undefined;
2329
+ strokeOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
2330
+ strokeWidth?: string | number | import("framer-motion").CustomValueType | undefined;
2331
+ textAnchor?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "middle" | import("framer-motion").CustomValueType | undefined;
2332
+ textDecoration?: string | number | import("framer-motion").CustomValueType | undefined;
2333
+ textRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "geometricPrecision" | "optimizeLegibility" | import("framer-motion").CustomValueType | undefined;
2334
+ transform?: string | import("framer-motion").CustomValueType | undefined;
2335
+ 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;
2336
+ vectorEffect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "non-scaling-stroke" | import("framer-motion").CustomValueType | undefined;
2337
+ visibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "hidden" | "visible" | "collapse" | import("framer-motion").CustomValueType | undefined;
2338
+ wordSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
2339
+ writingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("framer-motion").CustomValueType | undefined;
2340
+ translate?: import("csstype").Property.Translate<string | number> | import("framer-motion").CustomValueType | undefined;
2341
+ content?: import("csstype").Property.Content | import("framer-motion").CustomValueType | undefined;
2342
+ border?: import("csstype").Property.Border<string | number> | import("framer-motion").CustomValueType | undefined;
2343
+ animation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
2344
+ flex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
2345
+ grid?: import("csstype").Property.Grid | import("framer-motion").CustomValueType | undefined;
2346
+ top?: import("csstype").Property.Top<string | number> | import("framer-motion").CustomValueType | undefined;
2347
+ bottom?: import("csstype").Property.Bottom<string | number> | import("framer-motion").CustomValueType | undefined;
2348
+ left?: import("csstype").Property.Left<string | number> | import("framer-motion").CustomValueType | undefined;
2349
+ right?: import("csstype").Property.Right<string | number> | import("framer-motion").CustomValueType | undefined;
2350
+ all?: import("csstype").Globals | import("framer-motion").CustomValueType | undefined;
2351
+ minWidth?: import("csstype").Property.MinWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2352
+ minHeight?: import("csstype").Property.MinHeight<string | number> | import("framer-motion").CustomValueType | undefined;
2353
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2354
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | import("framer-motion").CustomValueType | undefined;
2355
+ aspectRatio?: import("csstype").Property.AspectRatio | import("framer-motion").CustomValueType | undefined;
2356
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
2357
+ flexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
2358
+ flexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
2359
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | import("framer-motion").CustomValueType | undefined;
2360
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | import("framer-motion").CustomValueType | undefined;
2361
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("framer-motion").CustomValueType | undefined;
2362
+ gridTemplate?: import("csstype").Property.GridTemplate | import("framer-motion").CustomValueType | undefined;
2363
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | import("framer-motion").CustomValueType | undefined;
2364
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | import("framer-motion").CustomValueType | undefined;
2365
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("framer-motion").CustomValueType | undefined;
2366
+ gridRowStart?: import("csstype").Property.GridRowStart | import("framer-motion").CustomValueType | undefined;
2367
+ gridColumnStart?: import("csstype").Property.GridColumnStart | import("framer-motion").CustomValueType | undefined;
2368
+ gridRowEnd?: import("csstype").Property.GridRowEnd | import("framer-motion").CustomValueType | undefined;
2369
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("framer-motion").CustomValueType | undefined;
2370
+ gridRow?: import("csstype").Property.GridRow | import("framer-motion").CustomValueType | undefined;
2371
+ gridColumn?: import("csstype").Property.GridColumn | import("framer-motion").CustomValueType | undefined;
2372
+ gridArea?: import("csstype").Property.GridArea | import("framer-motion").CustomValueType | undefined;
2373
+ zIndex?: import("csstype").Property.ZIndex | import("framer-motion").CustomValueType | undefined;
2374
+ background?: import("csstype").Property.Background<string | number> | import("framer-motion").CustomValueType | undefined;
2375
+ borderColor?: import("csstype").Property.BorderColor | import("framer-motion").CustomValueType | undefined;
2376
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2377
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2378
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2379
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2380
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2381
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2382
+ gap?: import("csstype").Property.Gap<string | number> | import("framer-motion").CustomValueType | undefined;
2383
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
2384
+ rowGap?: import("csstype").Property.RowGap<string | number> | import("framer-motion").CustomValueType | undefined;
2385
+ padding?: import("csstype").Property.Padding<string | number> | import("framer-motion").CustomValueType | undefined;
2386
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
2387
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2388
+ margin?: import("csstype").Property.Margin<string | number> | import("framer-motion").CustomValueType | undefined;
2389
+ marginTop?: import("csstype").Property.MarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
2390
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2391
+ userSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
2392
+ justifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
2393
+ alignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
2394
+ alignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
2395
+ alignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
2396
+ flexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
2397
+ flexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
2398
+ position?: import("csstype").Property.Position | import("framer-motion").CustomValueType | undefined;
2399
+ textAlign?: import("csstype").Property.TextAlign | import("framer-motion").CustomValueType | undefined;
2400
+ accentColor?: import("csstype").Property.AccentColor | import("framer-motion").CustomValueType | undefined;
2401
+ alignTracks?: import("csstype").Property.AlignTracks | import("framer-motion").CustomValueType | undefined;
2402
+ animationComposition?: import("csstype").Property.AnimationComposition | import("framer-motion").CustomValueType | undefined;
2403
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2404
+ animationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
2405
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2406
+ animationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
2407
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
2408
+ animationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
2409
+ animationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
2410
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2411
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | import("framer-motion").CustomValueType | undefined;
2412
+ animationTimeline?: import("csstype").Property.AnimationTimeline | import("framer-motion").CustomValueType | undefined;
2413
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
2414
+ appearance?: import("csstype").Property.Appearance | import("framer-motion").CustomValueType | undefined;
2415
+ backdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
2416
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
2417
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("framer-motion").CustomValueType | undefined;
2418
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("framer-motion").CustomValueType | undefined;
2419
+ backgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
2420
+ backgroundColor?: import("csstype").Property.BackgroundColor | import("framer-motion").CustomValueType | undefined;
2421
+ backgroundImage?: import("csstype").Property.BackgroundImage | import("framer-motion").CustomValueType | undefined;
2422
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
2423
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
2424
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
2425
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("framer-motion").CustomValueType | undefined;
2426
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
2427
+ blockOverflow?: import("csstype").Property.BlockOverflow | import("framer-motion").CustomValueType | undefined;
2428
+ blockSize?: import("csstype").Property.BlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
2429
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | import("framer-motion").CustomValueType | undefined;
2430
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("framer-motion").CustomValueType | undefined;
2431
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("framer-motion").CustomValueType | undefined;
2432
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2433
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("framer-motion").CustomValueType | undefined;
2434
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("framer-motion").CustomValueType | undefined;
2435
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2436
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("framer-motion").CustomValueType | undefined;
2437
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2438
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | import("framer-motion").CustomValueType | undefined;
2439
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("framer-motion").CustomValueType | undefined;
2440
+ borderCollapse?: import("csstype").Property.BorderCollapse | import("framer-motion").CustomValueType | undefined;
2441
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2442
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2443
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | import("framer-motion").CustomValueType | undefined;
2444
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("framer-motion").CustomValueType | undefined;
2445
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
2446
+ borderImageSource?: import("csstype").Property.BorderImageSource | import("framer-motion").CustomValueType | undefined;
2447
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2448
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | import("framer-motion").CustomValueType | undefined;
2449
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
2450
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
2451
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2452
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
2453
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
2454
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2455
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("framer-motion").CustomValueType | undefined;
2456
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2457
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | import("framer-motion").CustomValueType | undefined;
2458
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("framer-motion").CustomValueType | undefined;
2459
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2460
+ borderRightColor?: import("csstype").Property.BorderRightColor | import("framer-motion").CustomValueType | undefined;
2461
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | import("framer-motion").CustomValueType | undefined;
2462
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2463
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | import("framer-motion").CustomValueType | undefined;
2464
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2465
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2466
+ borderTopColor?: import("csstype").Property.BorderTopColor | import("framer-motion").CustomValueType | undefined;
2467
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | import("framer-motion").CustomValueType | undefined;
2468
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
2469
+ boxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
2470
+ boxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
2471
+ breakAfter?: import("csstype").Property.BreakAfter | import("framer-motion").CustomValueType | undefined;
2472
+ breakBefore?: import("csstype").Property.BreakBefore | import("framer-motion").CustomValueType | undefined;
2473
+ breakInside?: import("csstype").Property.BreakInside | import("framer-motion").CustomValueType | undefined;
2474
+ captionSide?: import("csstype").Property.CaptionSide | import("framer-motion").CustomValueType | undefined;
2475
+ caretColor?: import("csstype").Property.CaretColor | import("framer-motion").CustomValueType | undefined;
2476
+ caretShape?: import("csstype").Property.CaretShape | import("framer-motion").CustomValueType | undefined;
2477
+ clear?: import("csstype").Property.Clear | import("framer-motion").CustomValueType | undefined;
2478
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
2479
+ colorScheme?: import("csstype").Property.ColorScheme | import("framer-motion").CustomValueType | undefined;
2480
+ columnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
2481
+ columnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
2482
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
2483
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
2484
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2485
+ columnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
2486
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2487
+ contain?: import("csstype").Property.Contain | import("framer-motion").CustomValueType | undefined;
2488
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
2489
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | import("framer-motion").CustomValueType | undefined;
2490
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2491
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2492
+ containerName?: import("csstype").Property.ContainerName | import("framer-motion").CustomValueType | undefined;
2493
+ containerType?: import("csstype").Property.ContainerType | import("framer-motion").CustomValueType | undefined;
2494
+ contentVisibility?: import("csstype").Property.ContentVisibility | import("framer-motion").CustomValueType | undefined;
2495
+ counterIncrement?: import("csstype").Property.CounterIncrement | import("framer-motion").CustomValueType | undefined;
2496
+ counterReset?: import("csstype").Property.CounterReset | import("framer-motion").CustomValueType | undefined;
2497
+ counterSet?: import("csstype").Property.CounterSet | import("framer-motion").CustomValueType | undefined;
2498
+ emptyCells?: import("csstype").Property.EmptyCells | import("framer-motion").CustomValueType | undefined;
2499
+ float?: import("csstype").Property.Float | import("framer-motion").CustomValueType | undefined;
2500
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
2501
+ fontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
2502
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
2503
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("framer-motion").CustomValueType | undefined;
2504
+ fontPalette?: import("csstype").Property.FontPalette | import("framer-motion").CustomValueType | undefined;
2505
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
2506
+ fontSynthesis?: import("csstype").Property.FontSynthesis | import("framer-motion").CustomValueType | undefined;
2507
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | import("framer-motion").CustomValueType | undefined;
2508
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | import("framer-motion").CustomValueType | undefined;
2509
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | import("framer-motion").CustomValueType | undefined;
2510
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | import("framer-motion").CustomValueType | undefined;
2511
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("framer-motion").CustomValueType | undefined;
2512
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("framer-motion").CustomValueType | undefined;
2513
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("framer-motion").CustomValueType | undefined;
2514
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | import("framer-motion").CustomValueType | undefined;
2515
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
2516
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("framer-motion").CustomValueType | undefined;
2517
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("framer-motion").CustomValueType | undefined;
2518
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("framer-motion").CustomValueType | undefined;
2519
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("framer-motion").CustomValueType | undefined;
2520
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("framer-motion").CustomValueType | undefined;
2521
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
2522
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
2523
+ hyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
2524
+ imageOrientation?: import("csstype").Property.ImageOrientation | import("framer-motion").CustomValueType | undefined;
2525
+ imageResolution?: import("csstype").Property.ImageResolution | import("framer-motion").CustomValueType | undefined;
2526
+ initialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
2527
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2528
+ inputSecurity?: import("csstype").Property.InputSecurity | import("framer-motion").CustomValueType | undefined;
2529
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2530
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2531
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2532
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2533
+ isolation?: import("csstype").Property.Isolation | import("framer-motion").CustomValueType | undefined;
2534
+ justifyItems?: import("csstype").Property.JustifyItems | import("framer-motion").CustomValueType | undefined;
2535
+ justifySelf?: import("csstype").Property.JustifySelf | import("framer-motion").CustomValueType | undefined;
2536
+ justifyTracks?: import("csstype").Property.JustifyTracks | import("framer-motion").CustomValueType | undefined;
2537
+ lineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
2538
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("framer-motion").CustomValueType | undefined;
2539
+ listStyleImage?: import("csstype").Property.ListStyleImage | import("framer-motion").CustomValueType | undefined;
2540
+ listStylePosition?: import("csstype").Property.ListStylePosition | import("framer-motion").CustomValueType | undefined;
2541
+ listStyleType?: import("csstype").Property.ListStyleType | import("framer-motion").CustomValueType | undefined;
2542
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2543
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2544
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2545
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2546
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2547
+ marginRight?: import("csstype").Property.MarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
2548
+ marginTrim?: import("csstype").Property.MarginTrim | import("framer-motion").CustomValueType | undefined;
2549
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | import("framer-motion").CustomValueType | undefined;
2550
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
2551
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
2552
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
2553
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
2554
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2555
+ maskClip?: import("csstype").Property.MaskClip | import("framer-motion").CustomValueType | undefined;
2556
+ maskComposite?: import("csstype").Property.MaskComposite | import("framer-motion").CustomValueType | undefined;
2557
+ maskImage?: import("csstype").Property.MaskImage | import("framer-motion").CustomValueType | undefined;
2558
+ maskMode?: import("csstype").Property.MaskMode | import("framer-motion").CustomValueType | undefined;
2559
+ maskOrigin?: import("csstype").Property.MaskOrigin | import("framer-motion").CustomValueType | undefined;
2560
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2561
+ maskRepeat?: import("csstype").Property.MaskRepeat | import("framer-motion").CustomValueType | undefined;
2562
+ maskSize?: import("csstype").Property.MaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
2563
+ maskType?: import("csstype").Property.MaskType | import("framer-motion").CustomValueType | undefined;
2564
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | import("framer-motion").CustomValueType | undefined;
2565
+ mathDepth?: import("csstype").Property.MathDepth | import("framer-motion").CustomValueType | undefined;
2566
+ mathShift?: import("csstype").Property.MathShift | import("framer-motion").CustomValueType | undefined;
2567
+ mathStyle?: import("csstype").Property.MathStyle | import("framer-motion").CustomValueType | undefined;
2568
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
2569
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2570
+ maxLines?: import("csstype").Property.MaxLines | import("framer-motion").CustomValueType | undefined;
2571
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
2572
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2573
+ mixBlendMode?: import("csstype").Property.MixBlendMode | import("framer-motion").CustomValueType | undefined;
2574
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
2575
+ motionPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
2576
+ motionRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
2577
+ objectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
2578
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2579
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | import("framer-motion").CustomValueType | undefined;
2580
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
2581
+ offsetPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
2582
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2583
+ offsetRotate?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
2584
+ offsetRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
2585
+ orphans?: import("csstype").Property.Orphans | import("framer-motion").CustomValueType | undefined;
2586
+ outlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
2587
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
2588
+ outlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
2589
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2590
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | import("framer-motion").CustomValueType | undefined;
2591
+ overflowBlock?: import("csstype").Property.OverflowBlock | import("framer-motion").CustomValueType | undefined;
2592
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | import("framer-motion").CustomValueType | undefined;
2593
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2594
+ overflowInline?: import("csstype").Property.OverflowInline | import("framer-motion").CustomValueType | undefined;
2595
+ overflowWrap?: import("csstype").Property.OverflowWrap | import("framer-motion").CustomValueType | undefined;
2596
+ overflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
2597
+ overflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
2598
+ overlay?: import("csstype").Property.Overlay | import("framer-motion").CustomValueType | undefined;
2599
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("framer-motion").CustomValueType | undefined;
2600
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("framer-motion").CustomValueType | undefined;
2601
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("framer-motion").CustomValueType | undefined;
2602
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("framer-motion").CustomValueType | undefined;
2603
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2604
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2605
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2606
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2607
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2608
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
2609
+ page?: import("csstype").Property.Page | import("framer-motion").CustomValueType | undefined;
2610
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("framer-motion").CustomValueType | undefined;
2611
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("framer-motion").CustomValueType | undefined;
2612
+ pageBreakInside?: import("csstype").Property.PageBreakInside | import("framer-motion").CustomValueType | undefined;
2613
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2614
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
2615
+ quotes?: import("csstype").Property.Quotes | import("framer-motion").CustomValueType | undefined;
2616
+ resize?: import("csstype").Property.Resize | import("framer-motion").CustomValueType | undefined;
2617
+ rubyAlign?: import("csstype").Property.RubyAlign | import("framer-motion").CustomValueType | undefined;
2618
+ rubyMerge?: import("csstype").Property.RubyMerge | import("framer-motion").CustomValueType | undefined;
2619
+ rubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
2620
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | import("framer-motion").CustomValueType | undefined;
2621
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2622
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2623
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2624
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2625
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2626
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2627
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
2628
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
2629
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2630
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2631
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2632
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2633
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2634
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2635
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
2636
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
2637
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("framer-motion").CustomValueType | undefined;
2638
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2639
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2640
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
2641
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
2642
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("framer-motion").CustomValueType | undefined;
2643
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
2644
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | import("framer-motion").CustomValueType | undefined;
2645
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | import("framer-motion").CustomValueType | undefined;
2646
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | import("framer-motion").CustomValueType | undefined;
2647
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("framer-motion").CustomValueType | undefined;
2648
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("framer-motion").CustomValueType | undefined;
2649
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("framer-motion").CustomValueType | undefined;
2650
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2651
+ shapeOutside?: import("csstype").Property.ShapeOutside | import("framer-motion").CustomValueType | undefined;
2652
+ tabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
2653
+ tableLayout?: import("csstype").Property.TableLayout | import("framer-motion").CustomValueType | undefined;
2654
+ textAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
2655
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
2656
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
2657
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
2658
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
2659
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("framer-motion").CustomValueType | undefined;
2660
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
2661
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | import("framer-motion").CustomValueType | undefined;
2662
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
2663
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
2664
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
2665
+ textIndent?: import("csstype").Property.TextIndent<string | number> | import("framer-motion").CustomValueType | undefined;
2666
+ textJustify?: import("csstype").Property.TextJustify | import("framer-motion").CustomValueType | undefined;
2667
+ textOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
2668
+ textOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
2669
+ textShadow?: import("csstype").Property.TextShadow | import("framer-motion").CustomValueType | undefined;
2670
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
2671
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
2672
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
2673
+ textWrap?: import("csstype").Property.TextWrap | import("framer-motion").CustomValueType | undefined;
2674
+ timelineScope?: import("csstype").Property.TimelineScope | import("framer-motion").CustomValueType | undefined;
2675
+ touchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
2676
+ transformBox?: import("csstype").Property.TransformBox | import("framer-motion").CustomValueType | undefined;
2677
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2678
+ transformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
2679
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | import("framer-motion").CustomValueType | undefined;
2680
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2681
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2682
+ transitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
2683
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
2684
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | import("framer-motion").CustomValueType | undefined;
2685
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | import("framer-motion").CustomValueType | undefined;
2686
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | import("framer-motion").CustomValueType | undefined;
2687
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | import("framer-motion").CustomValueType | undefined;
2688
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | import("framer-motion").CustomValueType | undefined;
2689
+ whiteSpace?: import("csstype").Property.WhiteSpace | import("framer-motion").CustomValueType | undefined;
2690
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | import("framer-motion").CustomValueType | undefined;
2691
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | import("framer-motion").CustomValueType | undefined;
2692
+ widows?: import("csstype").Property.Widows | import("framer-motion").CustomValueType | undefined;
2693
+ willChange?: import("csstype").Property.WillChange | import("framer-motion").CustomValueType | undefined;
2694
+ wordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
2695
+ wordWrap?: import("csstype").Property.WordWrap | import("framer-motion").CustomValueType | undefined;
2696
+ zoom?: import("csstype").Property.Zoom | import("framer-motion").CustomValueType | undefined;
2697
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | import("framer-motion").CustomValueType | undefined;
2698
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2699
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2700
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2701
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2702
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2703
+ borderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
2704
+ borderInline?: import("csstype").Property.BorderInline<string | number> | import("framer-motion").CustomValueType | undefined;
2705
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2706
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2707
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2708
+ borderRight?: import("csstype").Property.BorderRight<string | number> | import("framer-motion").CustomValueType | undefined;
2709
+ borderStyle?: import("csstype").Property.BorderStyle | import("framer-motion").CustomValueType | undefined;
2710
+ borderTop?: import("csstype").Property.BorderTop<string | number> | import("framer-motion").CustomValueType | undefined;
2711
+ caret?: import("csstype").Property.Caret | import("framer-motion").CustomValueType | undefined;
2712
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
2713
+ columns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
2714
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | import("framer-motion").CustomValueType | undefined;
2715
+ container?: import("csstype").Property.Container | import("framer-motion").CustomValueType | undefined;
2716
+ flexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
2717
+ font?: import("csstype").Property.Font | import("framer-motion").CustomValueType | undefined;
2718
+ inset?: import("csstype").Property.Inset<string | number> | import("framer-motion").CustomValueType | undefined;
2719
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2720
+ insetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
2721
+ lineClamp?: import("csstype").Property.LineClamp | import("framer-motion").CustomValueType | undefined;
2722
+ listStyle?: import("csstype").Property.ListStyle | import("framer-motion").CustomValueType | undefined;
2723
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2724
+ marginInline?: import("csstype").Property.MarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
2725
+ maskBorder?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
2726
+ motion?: import("csstype").Property.Offset<string | number> | import("framer-motion").CustomValueType | undefined;
2727
+ outline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
2728
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("framer-motion").CustomValueType | undefined;
2729
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2730
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
2731
+ placeContent?: import("csstype").Property.PlaceContent | import("framer-motion").CustomValueType | undefined;
2732
+ placeItems?: import("csstype").Property.PlaceItems | import("framer-motion").CustomValueType | undefined;
2733
+ placeSelf?: import("csstype").Property.PlaceSelf | import("framer-motion").CustomValueType | undefined;
2734
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2735
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2736
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
2737
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | import("framer-motion").CustomValueType | undefined;
2738
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2739
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
2740
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2741
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | import("framer-motion").CustomValueType | undefined;
2742
+ textEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
2743
+ viewTimeline?: import("csstype").Property.ViewTimeline | import("framer-motion").CustomValueType | undefined;
2744
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2745
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
2746
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2747
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
2748
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
2749
+ MozAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
2750
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
2751
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
2752
+ MozAppearance?: import("csstype").Property.MozAppearance | import("framer-motion").CustomValueType | undefined;
2753
+ MozBinding?: import("csstype").Property.MozBinding | import("framer-motion").CustomValueType | undefined;
2754
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("framer-motion").CustomValueType | undefined;
2755
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
2756
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
2757
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2758
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("framer-motion").CustomValueType | undefined;
2759
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("framer-motion").CustomValueType | undefined;
2760
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
2761
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
2762
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("framer-motion").CustomValueType | undefined;
2763
+ MozBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
2764
+ MozColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
2765
+ MozColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
2766
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
2767
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
2768
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2769
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2770
+ MozContextProperties?: import("csstype").Property.MozContextProperties | import("framer-motion").CustomValueType | undefined;
2771
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
2772
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
2773
+ MozHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
2774
+ MozImageRegion?: import("csstype").Property.MozImageRegion | import("framer-motion").CustomValueType | undefined;
2775
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2776
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2777
+ MozOrient?: import("csstype").Property.MozOrient | import("framer-motion").CustomValueType | undefined;
2778
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
2779
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | import("framer-motion").CustomValueType | undefined;
2780
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | import("framer-motion").CustomValueType | undefined;
2781
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | import("framer-motion").CustomValueType | undefined;
2782
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | import("framer-motion").CustomValueType | undefined;
2783
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2784
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2785
+ MozStackSizing?: import("csstype").Property.MozStackSizing | import("framer-motion").CustomValueType | undefined;
2786
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
2787
+ MozTextBlink?: import("csstype").Property.MozTextBlink | import("framer-motion").CustomValueType | undefined;
2788
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
2789
+ MozUserFocus?: import("csstype").Property.MozUserFocus | import("framer-motion").CustomValueType | undefined;
2790
+ MozUserModify?: import("csstype").Property.MozUserModify | import("framer-motion").CustomValueType | undefined;
2791
+ MozUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
2792
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("framer-motion").CustomValueType | undefined;
2793
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("framer-motion").CustomValueType | undefined;
2794
+ msAccelerator?: import("csstype").Property.MsAccelerator | import("framer-motion").CustomValueType | undefined;
2795
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | import("framer-motion").CustomValueType | undefined;
2796
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("framer-motion").CustomValueType | undefined;
2797
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("framer-motion").CustomValueType | undefined;
2798
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("framer-motion").CustomValueType | undefined;
2799
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("framer-motion").CustomValueType | undefined;
2800
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("framer-motion").CustomValueType | undefined;
2801
+ msContentZooming?: import("csstype").Property.MsContentZooming | import("framer-motion").CustomValueType | undefined;
2802
+ msFilter?: import("csstype").Property.MsFilter | import("framer-motion").CustomValueType | undefined;
2803
+ msFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
2804
+ msFlexPositive?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
2805
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | import("framer-motion").CustomValueType | undefined;
2806
+ msFlowInto?: import("csstype").Property.MsFlowInto | import("framer-motion").CustomValueType | undefined;
2807
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | import("framer-motion").CustomValueType | undefined;
2808
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | import("framer-motion").CustomValueType | undefined;
2809
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("framer-motion").CustomValueType | undefined;
2810
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
2811
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("framer-motion").CustomValueType | undefined;
2812
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | import("framer-motion").CustomValueType | undefined;
2813
+ msHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
2814
+ msImeAlign?: import("csstype").Property.MsImeAlign | import("framer-motion").CustomValueType | undefined;
2815
+ msLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
2816
+ msOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
2817
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("framer-motion").CustomValueType | undefined;
2818
+ msOverflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
2819
+ msOverflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
2820
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | import("framer-motion").CustomValueType | undefined;
2821
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("framer-motion").CustomValueType | undefined;
2822
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("framer-motion").CustomValueType | undefined;
2823
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("framer-motion").CustomValueType | undefined;
2824
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("framer-motion").CustomValueType | undefined;
2825
+ msScrollRails?: import("csstype").Property.MsScrollRails | import("framer-motion").CustomValueType | undefined;
2826
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
2827
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
2828
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("framer-motion").CustomValueType | undefined;
2829
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("framer-motion").CustomValueType | undefined;
2830
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("framer-motion").CustomValueType | undefined;
2831
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("framer-motion").CustomValueType | undefined;
2832
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("framer-motion").CustomValueType | undefined;
2833
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("framer-motion").CustomValueType | undefined;
2834
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("framer-motion").CustomValueType | undefined;
2835
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("framer-motion").CustomValueType | undefined;
2836
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("framer-motion").CustomValueType | undefined;
2837
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("framer-motion").CustomValueType | undefined;
2838
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | import("framer-motion").CustomValueType | undefined;
2839
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
2840
+ msTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
2841
+ msTouchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
2842
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | import("framer-motion").CustomValueType | undefined;
2843
+ msTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
2844
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2845
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2846
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2847
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
2848
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
2849
+ msUserSelect?: import("csstype").Property.MsUserSelect | import("framer-motion").CustomValueType | undefined;
2850
+ msWordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
2851
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | import("framer-motion").CustomValueType | undefined;
2852
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2853
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | import("framer-motion").CustomValueType | undefined;
2854
+ msWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
2855
+ WebkitAlignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
2856
+ WebkitAlignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
2857
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
2858
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2859
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
2860
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2861
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
2862
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
2863
+ WebkitAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
2864
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
2865
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
2866
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("framer-motion").CustomValueType | undefined;
2867
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
2868
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
2869
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
2870
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
2871
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
2872
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("framer-motion").CustomValueType | undefined;
2873
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("framer-motion").CustomValueType | undefined;
2874
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2875
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2876
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2877
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
2878
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2879
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2880
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
2881
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | import("framer-motion").CustomValueType | undefined;
2882
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
2883
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
2884
+ WebkitClipPath?: import("csstype").Property.ClipPath | import("framer-motion").CustomValueType | undefined;
2885
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
2886
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
2887
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
2888
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
2889
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2890
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
2891
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2892
+ WebkitFilter?: import("csstype").Property.Filter | import("framer-motion").CustomValueType | undefined;
2893
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
2894
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
2895
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
2896
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
2897
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
2898
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
2899
+ WebkitFontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
2900
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
2901
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
2902
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
2903
+ WebkitHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
2904
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
2905
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
2906
+ WebkitLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
2907
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("framer-motion").CustomValueType | undefined;
2908
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2909
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2910
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("framer-motion").CustomValueType | undefined;
2911
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
2912
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
2913
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
2914
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
2915
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2916
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("framer-motion").CustomValueType | undefined;
2917
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("framer-motion").CustomValueType | undefined;
2918
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("framer-motion").CustomValueType | undefined;
2919
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("framer-motion").CustomValueType | undefined;
2920
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2921
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
2922
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
2923
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("framer-motion").CustomValueType | undefined;
2924
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("framer-motion").CustomValueType | undefined;
2925
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("framer-motion").CustomValueType | undefined;
2926
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
2927
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2928
+ WebkitOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
2929
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("framer-motion").CustomValueType | undefined;
2930
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2931
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2932
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
2933
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2934
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
2935
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
2936
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
2937
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2938
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("framer-motion").CustomValueType | undefined;
2939
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
2940
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
2941
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
2942
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
2943
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
2944
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
2945
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
2946
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
2947
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("framer-motion").CustomValueType | undefined;
2948
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
2949
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
2950
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("framer-motion").CustomValueType | undefined;
2951
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2952
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
2953
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("framer-motion").CustomValueType | undefined;
2954
+ WebkitTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
2955
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2956
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
2957
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2958
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2959
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
2960
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
2961
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("framer-motion").CustomValueType | undefined;
2962
+ WebkitUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
2963
+ WebkitWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
2964
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
2965
+ MozBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
2966
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
2967
+ MozColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
2968
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2969
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("framer-motion").CustomValueType | undefined;
2970
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("framer-motion").CustomValueType | undefined;
2971
+ msFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
2972
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | import("framer-motion").CustomValueType | undefined;
2973
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("framer-motion").CustomValueType | undefined;
2974
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("framer-motion").CustomValueType | undefined;
2975
+ msTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
2976
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
2977
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | import("framer-motion").CustomValueType | undefined;
2978
+ WebkitBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
2979
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2980
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
2981
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
2982
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
2983
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
2984
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | import("framer-motion").CustomValueType | undefined;
2985
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
2986
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
2987
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | import("framer-motion").CustomValueType | undefined;
2988
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
2989
+ boxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
2990
+ boxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
2991
+ boxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
2992
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
2993
+ boxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
2994
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
2995
+ boxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
2996
+ boxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
2997
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
2998
+ gridGap?: import("csstype").Property.GridGap<string | number> | import("framer-motion").CustomValueType | undefined;
2999
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | import("framer-motion").CustomValueType | undefined;
3000
+ imeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
3001
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
3002
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
3003
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
3004
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
3005
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
3006
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
3007
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | import("framer-motion").CustomValueType | undefined;
3008
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | import("framer-motion").CustomValueType | undefined;
3009
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
3010
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
3011
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("framer-motion").CustomValueType | undefined;
3012
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("framer-motion").CustomValueType | undefined;
3013
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
3014
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
3015
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
3016
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
3017
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
3018
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
3019
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
3020
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
3021
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
3022
+ KhtmlOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
3023
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
3024
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
3025
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
3026
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
3027
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
3028
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
3029
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3030
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3031
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3032
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3033
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3034
+ MozBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
3035
+ MozBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
3036
+ MozBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
3037
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
3038
+ MozBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
3039
+ MozBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
3040
+ MozBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
3041
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("framer-motion").CustomValueType | undefined;
3042
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("framer-motion").CustomValueType | undefined;
3043
+ MozOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
3044
+ MozOutline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
3045
+ MozOutlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
3046
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
3047
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
3048
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
3049
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
3050
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
3051
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
3052
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
3053
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
3054
+ MozTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
3055
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
3056
+ MozTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
3057
+ MozTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
3058
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
3059
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
3060
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
3061
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
3062
+ MozUserInput?: import("csstype").Property.MozUserInput | import("framer-motion").CustomValueType | undefined;
3063
+ msImeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
3064
+ OAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
3065
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
3066
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
3067
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
3068
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
3069
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
3070
+ OAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
3071
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
3072
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
3073
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
3074
+ OBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
3075
+ OObjectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
3076
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
3077
+ OTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
3078
+ OTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
3079
+ OTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
3080
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
3081
+ OTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
3082
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
3083
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
3084
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
3085
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
3086
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
3087
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
3088
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
3089
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
3090
+ WebkitBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
3091
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
3092
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
3093
+ WebkitBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
3094
+ suppressHydrationWarning?: boolean | import("framer-motion").CustomValueType | undefined;
3095
+ className?: string | import("framer-motion").CustomValueType | undefined;
3096
+ id?: string | import("framer-motion").CustomValueType | undefined;
3097
+ lang?: string | import("framer-motion").CustomValueType | undefined;
3098
+ max?: string | number | import("framer-motion").CustomValueType | undefined;
3099
+ media?: string | import("framer-motion").CustomValueType | undefined;
3100
+ method?: string | import("framer-motion").CustomValueType | undefined;
3101
+ min?: string | number | import("framer-motion").CustomValueType | undefined;
3102
+ name?: string | import("framer-motion").CustomValueType | undefined;
3103
+ style?: import("react").CSSProperties | import("framer-motion").CustomValueType | undefined;
3104
+ target?: string | import("framer-motion").CustomValueType | undefined;
3105
+ type?: string | import("framer-motion").CustomValueType | undefined;
3106
+ role?: import("react").AriaRole | import("framer-motion").CustomValueType | undefined;
3107
+ tabIndex?: number | import("framer-motion").CustomValueType | undefined;
3108
+ crossOrigin?: ("" | "anonymous" | "use-credentials" | undefined) | import("framer-motion").CustomValueType;
3109
+ accentHeight?: string | number | import("framer-motion").CustomValueType | undefined;
3110
+ accumulate?: "none" | "sum" | import("framer-motion").CustomValueType | undefined;
3111
+ additive?: "replace" | "sum" | import("framer-motion").CustomValueType | undefined;
3112
+ allowReorder?: "no" | "yes" | import("framer-motion").CustomValueType | undefined;
3113
+ alphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
3114
+ amplitude?: string | number | import("framer-motion").CustomValueType | undefined;
3115
+ arabicForm?: "initial" | "medial" | "terminal" | "isolated" | import("framer-motion").CustomValueType | undefined;
3116
+ ascent?: string | number | import("framer-motion").CustomValueType | undefined;
3117
+ attributeName?: string | import("framer-motion").CustomValueType | undefined;
3118
+ attributeType?: string | import("framer-motion").CustomValueType | undefined;
3119
+ autoReverse?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3120
+ baseFrequency?: string | number | import("framer-motion").CustomValueType | undefined;
3121
+ baseProfile?: string | number | import("framer-motion").CustomValueType | undefined;
3122
+ bbox?: string | number | import("framer-motion").CustomValueType | undefined;
3123
+ begin?: string | number | import("framer-motion").CustomValueType | undefined;
3124
+ bias?: string | number | import("framer-motion").CustomValueType | undefined;
3125
+ by?: string | number | import("framer-motion").CustomValueType | undefined;
3126
+ calcMode?: string | number | import("framer-motion").CustomValueType | undefined;
3127
+ capHeight?: string | number | import("framer-motion").CustomValueType | undefined;
3128
+ clipPathUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3129
+ colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
3130
+ colorProfile?: string | number | import("framer-motion").CustomValueType | undefined;
3131
+ contentScriptType?: string | number | import("framer-motion").CustomValueType | undefined;
3132
+ contentStyleType?: string | number | import("framer-motion").CustomValueType | undefined;
3133
+ cx?: string | number | import("framer-motion").CustomValueType | undefined;
3134
+ cy?: string | number | import("framer-motion").CustomValueType | undefined;
3135
+ d?: string | import("framer-motion").CustomValueType | undefined;
3136
+ decelerate?: string | number | import("framer-motion").CustomValueType | undefined;
3137
+ descent?: string | number | import("framer-motion").CustomValueType | undefined;
3138
+ diffuseConstant?: string | number | import("framer-motion").CustomValueType | undefined;
3139
+ divisor?: string | number | import("framer-motion").CustomValueType | undefined;
3140
+ dur?: string | number | import("framer-motion").CustomValueType | undefined;
3141
+ dx?: string | number | import("framer-motion").CustomValueType | undefined;
3142
+ dy?: string | number | import("framer-motion").CustomValueType | undefined;
3143
+ edgeMode?: string | number | import("framer-motion").CustomValueType | undefined;
3144
+ elevation?: string | number | import("framer-motion").CustomValueType | undefined;
3145
+ enableBackground?: string | number | import("framer-motion").CustomValueType | undefined;
3146
+ end?: string | number | import("framer-motion").CustomValueType | undefined;
3147
+ exponent?: string | number | import("framer-motion").CustomValueType | undefined;
3148
+ externalResourcesRequired?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3149
+ filterRes?: string | number | import("framer-motion").CustomValueType | undefined;
3150
+ filterUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3151
+ focusable?: "auto" | (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3152
+ format?: string | number | import("framer-motion").CustomValueType | undefined;
3153
+ fr?: string | number | import("framer-motion").CustomValueType | undefined;
3154
+ from?: string | number | import("framer-motion").CustomValueType | undefined;
3155
+ fx?: string | number | import("framer-motion").CustomValueType | undefined;
3156
+ fy?: string | number | import("framer-motion").CustomValueType | undefined;
3157
+ g1?: string | number | import("framer-motion").CustomValueType | undefined;
3158
+ g2?: string | number | import("framer-motion").CustomValueType | undefined;
3159
+ glyphName?: string | number | import("framer-motion").CustomValueType | undefined;
3160
+ glyphOrientationHorizontal?: string | number | import("framer-motion").CustomValueType | undefined;
3161
+ glyphRef?: string | number | import("framer-motion").CustomValueType | undefined;
3162
+ gradientTransform?: string | import("framer-motion").CustomValueType | undefined;
3163
+ gradientUnits?: string | import("framer-motion").CustomValueType | undefined;
3164
+ hanging?: string | number | import("framer-motion").CustomValueType | undefined;
3165
+ horizAdvX?: string | number | import("framer-motion").CustomValueType | undefined;
3166
+ horizOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
3167
+ href?: string | import("framer-motion").CustomValueType | undefined;
3168
+ ideographic?: string | number | import("framer-motion").CustomValueType | undefined;
3169
+ in2?: string | number | import("framer-motion").CustomValueType | undefined;
3170
+ in?: string | import("framer-motion").CustomValueType | undefined;
3171
+ intercept?: string | number | import("framer-motion").CustomValueType | undefined;
3172
+ k1?: string | number | import("framer-motion").CustomValueType | undefined;
3173
+ k2?: string | number | import("framer-motion").CustomValueType | undefined;
3174
+ k3?: string | number | import("framer-motion").CustomValueType | undefined;
3175
+ k4?: string | number | import("framer-motion").CustomValueType | undefined;
3176
+ k?: string | number | import("framer-motion").CustomValueType | undefined;
3177
+ kernelMatrix?: string | number | import("framer-motion").CustomValueType | undefined;
3178
+ kernelUnitLength?: string | number | import("framer-motion").CustomValueType | undefined;
3179
+ kerning?: string | number | import("framer-motion").CustomValueType | undefined;
3180
+ keyPoints?: string | number | import("framer-motion").CustomValueType | undefined;
3181
+ keySplines?: string | number | import("framer-motion").CustomValueType | undefined;
3182
+ keyTimes?: string | number | import("framer-motion").CustomValueType | undefined;
3183
+ lengthAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
3184
+ limitingConeAngle?: string | number | import("framer-motion").CustomValueType | undefined;
3185
+ local?: string | number | import("framer-motion").CustomValueType | undefined;
3186
+ markerHeight?: string | number | import("framer-motion").CustomValueType | undefined;
3187
+ markerUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3188
+ markerWidth?: string | number | import("framer-motion").CustomValueType | undefined;
3189
+ maskContentUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3190
+ maskUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3191
+ mathematical?: string | number | import("framer-motion").CustomValueType | undefined;
3192
+ mode?: string | number | import("framer-motion").CustomValueType | undefined;
3193
+ numOctaves?: string | number | import("framer-motion").CustomValueType | undefined;
3194
+ operator?: string | number | import("framer-motion").CustomValueType | undefined;
3195
+ orient?: string | number | import("framer-motion").CustomValueType | undefined;
3196
+ orientation?: string | number | import("framer-motion").CustomValueType | undefined;
3197
+ origin?: string | number | import("framer-motion").CustomValueType | undefined;
3198
+ overlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
3199
+ overlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
3200
+ panose1?: string | number | import("framer-motion").CustomValueType | undefined;
3201
+ path?: string | import("framer-motion").CustomValueType | undefined;
3202
+ pathLength?: number | import("framer-motion").CustomValueType | undefined;
3203
+ patternContentUnits?: string | import("framer-motion").CustomValueType | undefined;
3204
+ patternTransform?: string | number | import("framer-motion").CustomValueType | undefined;
3205
+ patternUnits?: string | import("framer-motion").CustomValueType | undefined;
3206
+ points?: string | import("framer-motion").CustomValueType | undefined;
3207
+ pointsAtX?: string | number | import("framer-motion").CustomValueType | undefined;
3208
+ pointsAtY?: string | number | import("framer-motion").CustomValueType | undefined;
3209
+ pointsAtZ?: string | number | import("framer-motion").CustomValueType | undefined;
3210
+ preserveAlpha?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3211
+ preserveAspectRatio?: string | import("framer-motion").CustomValueType | undefined;
3212
+ primitiveUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3213
+ r?: string | number | import("framer-motion").CustomValueType | undefined;
3214
+ radius?: string | number | import("framer-motion").CustomValueType | undefined;
3215
+ refX?: string | number | import("framer-motion").CustomValueType | undefined;
3216
+ refY?: string | number | import("framer-motion").CustomValueType | undefined;
3217
+ renderingIntent?: string | number | import("framer-motion").CustomValueType | undefined;
3218
+ repeatCount?: string | number | import("framer-motion").CustomValueType | undefined;
3219
+ repeatDur?: string | number | import("framer-motion").CustomValueType | undefined;
3220
+ requiredExtensions?: string | number | import("framer-motion").CustomValueType | undefined;
3221
+ requiredFeatures?: string | number | import("framer-motion").CustomValueType | undefined;
3222
+ restart?: string | number | import("framer-motion").CustomValueType | undefined;
3223
+ result?: string | import("framer-motion").CustomValueType | undefined;
3224
+ rotate?: string | number | import("framer-motion").CustomValueType | undefined;
3225
+ rx?: string | number | import("framer-motion").CustomValueType | undefined;
3226
+ ry?: string | number | import("framer-motion").CustomValueType | undefined;
3227
+ scale?: string | number | import("framer-motion").CustomValueType | undefined;
3228
+ seed?: string | number | import("framer-motion").CustomValueType | undefined;
3229
+ slope?: string | number | import("framer-motion").CustomValueType | undefined;
3230
+ spacing?: string | number | import("framer-motion").CustomValueType | undefined;
3231
+ specularConstant?: string | number | import("framer-motion").CustomValueType | undefined;
3232
+ specularExponent?: string | number | import("framer-motion").CustomValueType | undefined;
3233
+ speed?: string | number | import("framer-motion").CustomValueType | undefined;
3234
+ spreadMethod?: string | import("framer-motion").CustomValueType | undefined;
3235
+ startOffset?: string | number | import("framer-motion").CustomValueType | undefined;
3236
+ stdDeviation?: string | number | import("framer-motion").CustomValueType | undefined;
3237
+ stemh?: string | number | import("framer-motion").CustomValueType | undefined;
3238
+ stemv?: string | number | import("framer-motion").CustomValueType | undefined;
3239
+ stitchTiles?: string | number | import("framer-motion").CustomValueType | undefined;
3240
+ strikethroughPosition?: string | number | import("framer-motion").CustomValueType | undefined;
3241
+ strikethroughThickness?: string | number | import("framer-motion").CustomValueType | undefined;
3242
+ string?: string | number | import("framer-motion").CustomValueType | undefined;
3243
+ surfaceScale?: string | number | import("framer-motion").CustomValueType | undefined;
3244
+ systemLanguage?: string | number | import("framer-motion").CustomValueType | undefined;
3245
+ tableValues?: string | number | import("framer-motion").CustomValueType | undefined;
3246
+ targetX?: string | number | import("framer-motion").CustomValueType | undefined;
3247
+ targetY?: string | number | import("framer-motion").CustomValueType | undefined;
3248
+ textLength?: string | number | import("framer-motion").CustomValueType | undefined;
3249
+ to?: string | number | import("framer-motion").CustomValueType | undefined;
3250
+ u1?: string | number | import("framer-motion").CustomValueType | undefined;
3251
+ u2?: string | number | import("framer-motion").CustomValueType | undefined;
3252
+ underlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
3253
+ underlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
3254
+ unicode?: string | number | import("framer-motion").CustomValueType | undefined;
3255
+ unicodeRange?: string | number | import("framer-motion").CustomValueType | undefined;
3256
+ unitsPerEm?: string | number | import("framer-motion").CustomValueType | undefined;
3257
+ vAlphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
3258
+ values?: string | import("framer-motion").CustomValueType | undefined;
3259
+ version?: string | import("framer-motion").CustomValueType | undefined;
3260
+ vertAdvY?: string | number | import("framer-motion").CustomValueType | undefined;
3261
+ vertOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
3262
+ vertOriginY?: string | number | import("framer-motion").CustomValueType | undefined;
3263
+ vHanging?: string | number | import("framer-motion").CustomValueType | undefined;
3264
+ vIdeographic?: string | number | import("framer-motion").CustomValueType | undefined;
3265
+ viewBox?: string | import("framer-motion").CustomValueType | undefined;
3266
+ viewTarget?: string | number | import("framer-motion").CustomValueType | undefined;
3267
+ vMathematical?: string | number | import("framer-motion").CustomValueType | undefined;
3268
+ widths?: string | number | import("framer-motion").CustomValueType | undefined;
3269
+ x1?: string | number | import("framer-motion").CustomValueType | undefined;
3270
+ x2?: string | number | import("framer-motion").CustomValueType | undefined;
3271
+ x?: string | number | import("framer-motion").CustomValueType | undefined;
3272
+ xChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
3273
+ xHeight?: string | number | import("framer-motion").CustomValueType | undefined;
3274
+ xlinkActuate?: string | import("framer-motion").CustomValueType | undefined;
3275
+ xlinkArcrole?: string | import("framer-motion").CustomValueType | undefined;
3276
+ xlinkHref?: string | import("framer-motion").CustomValueType | undefined;
3277
+ xlinkRole?: string | import("framer-motion").CustomValueType | undefined;
3278
+ xlinkShow?: string | import("framer-motion").CustomValueType | undefined;
3279
+ xlinkTitle?: string | import("framer-motion").CustomValueType | undefined;
3280
+ xlinkType?: string | import("framer-motion").CustomValueType | undefined;
3281
+ xmlBase?: string | import("framer-motion").CustomValueType | undefined;
3282
+ xmlLang?: string | import("framer-motion").CustomValueType | undefined;
3283
+ xmlns?: string | import("framer-motion").CustomValueType | undefined;
3284
+ xmlnsXlink?: string | import("framer-motion").CustomValueType | undefined;
3285
+ xmlSpace?: string | import("framer-motion").CustomValueType | undefined;
3286
+ y1?: string | number | import("framer-motion").CustomValueType | undefined;
3287
+ y2?: string | number | import("framer-motion").CustomValueType | undefined;
3288
+ y?: string | number | import("framer-motion").CustomValueType | undefined;
3289
+ yChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
3290
+ z?: string | number | import("framer-motion").CustomValueType | undefined;
3291
+ zoomAndPan?: string | import("framer-motion").CustomValueType | undefined;
3292
+ "aria-activedescendant"?: string | import("framer-motion").CustomValueType | undefined;
3293
+ "aria-atomic"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3294
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | import("framer-motion").CustomValueType | undefined;
3295
+ "aria-braillelabel"?: string | import("framer-motion").CustomValueType | undefined;
3296
+ "aria-brailleroledescription"?: string | import("framer-motion").CustomValueType | undefined;
3297
+ "aria-busy"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3298
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
3299
+ "aria-colcount"?: number | import("framer-motion").CustomValueType | undefined;
3300
+ "aria-colindex"?: number | import("framer-motion").CustomValueType | undefined;
3301
+ "aria-colindextext"?: string | import("framer-motion").CustomValueType | undefined;
3302
+ "aria-colspan"?: number | import("framer-motion").CustomValueType | undefined;
3303
+ "aria-controls"?: string | import("framer-motion").CustomValueType | undefined;
3304
+ "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "date" | "location" | import("framer-motion").CustomValueType | undefined;
3305
+ "aria-describedby"?: string | import("framer-motion").CustomValueType | undefined;
3306
+ "aria-description"?: string | import("framer-motion").CustomValueType | undefined;
3307
+ "aria-details"?: string | import("framer-motion").CustomValueType | undefined;
3308
+ "aria-disabled"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3309
+ "aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | import("framer-motion").CustomValueType | undefined;
3310
+ "aria-errormessage"?: string | import("framer-motion").CustomValueType | undefined;
3311
+ "aria-expanded"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3312
+ "aria-flowto"?: string | import("framer-motion").CustomValueType | undefined;
3313
+ "aria-grabbed"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3314
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | import("framer-motion").CustomValueType | undefined;
3315
+ "aria-hidden"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3316
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | import("framer-motion").CustomValueType | undefined;
3317
+ "aria-keyshortcuts"?: string | import("framer-motion").CustomValueType | undefined;
3318
+ "aria-label"?: string | import("framer-motion").CustomValueType | undefined;
3319
+ "aria-labelledby"?: string | import("framer-motion").CustomValueType | undefined;
3320
+ "aria-level"?: number | import("framer-motion").CustomValueType | undefined;
3321
+ "aria-live"?: "off" | "assertive" | "polite" | import("framer-motion").CustomValueType | undefined;
3322
+ "aria-modal"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3323
+ "aria-multiline"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3324
+ "aria-multiselectable"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3325
+ "aria-orientation"?: "horizontal" | "vertical" | import("framer-motion").CustomValueType | undefined;
3326
+ "aria-owns"?: string | import("framer-motion").CustomValueType | undefined;
3327
+ "aria-placeholder"?: string | import("framer-motion").CustomValueType | undefined;
3328
+ "aria-posinset"?: number | import("framer-motion").CustomValueType | undefined;
3329
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
3330
+ "aria-readonly"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3331
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | import("framer-motion").CustomValueType | undefined;
3332
+ "aria-required"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3333
+ "aria-roledescription"?: string | import("framer-motion").CustomValueType | undefined;
3334
+ "aria-rowcount"?: number | import("framer-motion").CustomValueType | undefined;
3335
+ "aria-rowindex"?: number | import("framer-motion").CustomValueType | undefined;
3336
+ "aria-rowindextext"?: string | import("framer-motion").CustomValueType | undefined;
3337
+ "aria-rowspan"?: number | import("framer-motion").CustomValueType | undefined;
3338
+ "aria-selected"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3339
+ "aria-setsize"?: number | import("framer-motion").CustomValueType | undefined;
3340
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | import("framer-motion").CustomValueType | undefined;
3341
+ "aria-valuemax"?: number | import("framer-motion").CustomValueType | undefined;
3342
+ "aria-valuemin"?: number | import("framer-motion").CustomValueType | undefined;
3343
+ "aria-valuenow"?: number | import("framer-motion").CustomValueType | undefined;
3344
+ "aria-valuetext"?: string | import("framer-motion").CustomValueType | undefined;
3345
+ children?: import("react").ReactNode | import("framer-motion").CustomValueType;
3346
+ dangerouslySetInnerHTML?: {
3347
+ __html: string | TrustedHTML;
3348
+ } | import("framer-motion").CustomValueType | undefined;
3349
+ onCopy?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3350
+ onCopyCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3351
+ onCut?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3352
+ onCutCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3353
+ onPaste?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3354
+ onPasteCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3355
+ onCompositionEnd?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3356
+ onCompositionEndCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3357
+ onCompositionStart?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3358
+ onCompositionStartCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3359
+ onCompositionUpdate?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3360
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3361
+ onFocus?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3362
+ onFocusCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3363
+ onBlur?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3364
+ onBlurCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3365
+ onChange?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3366
+ onChangeCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3367
+ onBeforeInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3368
+ onBeforeInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3369
+ onInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3370
+ onInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3371
+ onReset?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3372
+ onResetCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3373
+ onSubmit?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3374
+ onSubmitCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3375
+ onInvalid?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3376
+ onInvalidCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3377
+ onLoad?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3378
+ onLoadCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3379
+ onError?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3380
+ onErrorCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3381
+ onKeyDown?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3382
+ onKeyDownCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3383
+ onKeyPress?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3384
+ onKeyPressCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3385
+ onKeyUp?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3386
+ onKeyUpCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3387
+ onAbort?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3388
+ onAbortCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3389
+ onCanPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3390
+ onCanPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3391
+ onCanPlayThrough?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3392
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3393
+ onDurationChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3394
+ onDurationChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3395
+ onEmptied?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3396
+ onEmptiedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3397
+ onEncrypted?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3398
+ onEncryptedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3399
+ onEnded?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3400
+ onEndedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3401
+ onLoadedData?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3402
+ onLoadedDataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3403
+ onLoadedMetadata?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3404
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3405
+ onLoadStart?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3406
+ onLoadStartCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3407
+ onPause?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3408
+ onPauseCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3409
+ onPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3410
+ onPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3411
+ onPlaying?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3412
+ onPlayingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3413
+ onProgress?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3414
+ onProgressCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3415
+ onRateChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3416
+ onRateChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3417
+ onResize?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3418
+ onResizeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3419
+ onSeeked?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3420
+ onSeekedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3421
+ onSeeking?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3422
+ onSeekingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3423
+ onStalled?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3424
+ onStalledCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3425
+ onSuspend?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3426
+ onSuspendCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3427
+ onTimeUpdate?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3428
+ onTimeUpdateCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3429
+ onVolumeChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3430
+ onVolumeChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3431
+ onWaiting?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3432
+ onWaitingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3433
+ onAuxClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3434
+ onAuxClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3435
+ onClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3436
+ onClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3437
+ onContextMenu?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3438
+ onContextMenuCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3439
+ onDoubleClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3440
+ onDoubleClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3441
+ onDrag?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3442
+ onDragCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3443
+ onDragEnd?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3444
+ onDragEndCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3445
+ onDragEnter?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3446
+ onDragEnterCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3447
+ onDragExit?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3448
+ onDragExitCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3449
+ onDragLeave?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3450
+ onDragLeaveCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3451
+ onDragOver?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3452
+ onDragOverCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3453
+ onDragStart?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3454
+ onDragStartCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3455
+ onDrop?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3456
+ onDropCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3457
+ onMouseDown?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3458
+ onMouseDownCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3459
+ onMouseEnter?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3460
+ onMouseLeave?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3461
+ onMouseMove?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3462
+ onMouseMoveCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3463
+ onMouseOut?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3464
+ onMouseOutCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3465
+ onMouseOver?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3466
+ onMouseOverCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3467
+ onMouseUp?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3468
+ onMouseUpCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3469
+ onSelect?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3470
+ onSelectCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3471
+ onTouchCancel?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3472
+ onTouchCancelCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3473
+ onTouchEnd?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3474
+ onTouchEndCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3475
+ onTouchMove?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3476
+ onTouchMoveCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3477
+ onTouchStart?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3478
+ onTouchStartCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3479
+ onPointerDown?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3480
+ onPointerDownCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3481
+ onPointerMove?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3482
+ onPointerMoveCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3483
+ onPointerUp?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3484
+ onPointerUpCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3485
+ onPointerCancel?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3486
+ onPointerCancelCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3487
+ onPointerEnter?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3488
+ onPointerLeave?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3489
+ onPointerOver?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3490
+ onPointerOverCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3491
+ onPointerOut?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3492
+ onPointerOutCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3493
+ onGotPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3494
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3495
+ onLostPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3496
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3497
+ onScroll?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3498
+ onScrollCapture?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3499
+ onWheel?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3500
+ onWheelCapture?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3501
+ onAnimationStart?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3502
+ onAnimationStartCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3503
+ onAnimationEnd?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3504
+ onAnimationEndCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3505
+ onAnimationIteration?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3506
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3507
+ onTransitionEnd?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3508
+ onTransitionEndCapture?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3509
+ attrX?: number | import("framer-motion").CustomValueType | undefined;
3510
+ attrY?: number | import("framer-motion").CustomValueType | undefined;
3511
+ attrScale?: number | import("framer-motion").CustomValueType | undefined;
3512
+ translateX?: string | number | import("framer-motion").CustomValueType | undefined;
3513
+ translateY?: string | number | import("framer-motion").CustomValueType | undefined;
3514
+ translateZ?: string | number | import("framer-motion").CustomValueType | undefined;
3515
+ rotateX?: string | number | import("framer-motion").CustomValueType | undefined;
3516
+ rotateY?: string | number | import("framer-motion").CustomValueType | undefined;
3517
+ rotateZ?: string | number | import("framer-motion").CustomValueType | undefined;
3518
+ scaleX?: string | number | import("framer-motion").CustomValueType | undefined;
3519
+ scaleY?: string | number | import("framer-motion").CustomValueType | undefined;
3520
+ scaleZ?: string | number | import("framer-motion").CustomValueType | undefined;
3521
+ skew?: string | number | import("framer-motion").CustomValueType | undefined;
3522
+ skewX?: string | number | import("framer-motion").CustomValueType | undefined;
3523
+ skewY?: string | number | import("framer-motion").CustomValueType | undefined;
3524
+ originX?: string | number | import("framer-motion").CustomValueType | undefined;
3525
+ originY?: string | number | import("framer-motion").CustomValueType | undefined;
3526
+ originZ?: string | number | import("framer-motion").CustomValueType | undefined;
3527
+ perspective?: string | number | import("framer-motion").CustomValueType | undefined;
3528
+ transformPerspective?: string | number | import("framer-motion").CustomValueType | undefined;
3529
+ size?: string | number | import("framer-motion").CustomValueType | undefined;
3530
+ shadow?: string | import("framer-motion").CustomValueType | undefined;
3531
+ image?: string | import("framer-motion").CustomValueType | undefined;
3532
+ pathOffset?: number | import("framer-motion").CustomValueType | undefined;
3533
+ pathSpacing?: number | import("framer-motion").CustomValueType | undefined;
3534
+ };
3535
+ animate: boolean | MotionState | TargetAndTransition | AnimationControls;
3536
+ transition: {
3537
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3538
+ duration: number | undefined;
3539
+ delay: number | undefined;
3540
+ when?: false | "beforeChildren" | "afterChildren" | string;
3541
+ delayChildren?: number;
3542
+ staggerChildren?: number;
3543
+ staggerDirection?: number;
3544
+ repeat?: number;
3545
+ repeatType?: "loop" | "reverse" | "mirror";
3546
+ repeatDelay?: number;
3547
+ type?: "tween";
3548
+ times?: number[];
3549
+ easings?: import("framer-motion").Easing[];
3550
+ from?: number | string;
3551
+ } | {
3552
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3553
+ duration: number | undefined;
3554
+ delay: number | undefined;
3555
+ when?: false | "beforeChildren" | "afterChildren" | string;
3556
+ delayChildren?: number;
3557
+ staggerChildren?: number;
3558
+ staggerDirection?: number;
3559
+ repeat?: number;
3560
+ repeatType?: "loop" | "reverse" | "mirror";
3561
+ repeatDelay?: number;
3562
+ type: "spring";
3563
+ stiffness?: number;
3564
+ damping?: number;
3565
+ mass?: number;
3566
+ bounce?: number;
3567
+ restSpeed?: number;
3568
+ restDelta?: number;
3569
+ from?: number | string;
3570
+ velocity?: number;
3571
+ } | {
3572
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3573
+ duration: number | undefined;
3574
+ delay: number | undefined;
3575
+ when?: false | "beforeChildren" | "afterChildren" | string;
3576
+ delayChildren?: number;
3577
+ staggerChildren?: number;
3578
+ staggerDirection?: number;
3579
+ repeat?: number;
3580
+ repeatType?: "loop" | "reverse" | "mirror";
3581
+ repeatDelay?: number;
3582
+ type: "keyframes";
3583
+ times?: number[];
3584
+ } | {
3585
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3586
+ duration: number | undefined;
3587
+ delay: number | undefined;
3588
+ when?: false | "beforeChildren" | "afterChildren" | string;
3589
+ delayChildren?: number;
3590
+ staggerChildren?: number;
3591
+ staggerDirection?: number;
3592
+ repeat?: number;
3593
+ repeatType?: "loop" | "reverse" | "mirror";
3594
+ repeatDelay?: number;
3595
+ type: "inertia";
3596
+ modifyTarget?(v: number): number;
3597
+ bounceStiffness?: number;
3598
+ bounceDamping?: number;
3599
+ power?: number;
3600
+ timeConstant?: number;
3601
+ restDelta?: number;
3602
+ min?: number;
3603
+ max?: number;
3604
+ from?: number | string;
3605
+ velocity?: number;
3606
+ } | {
3607
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3608
+ duration: number | undefined;
3609
+ delay: number | undefined;
3610
+ when?: false | "beforeChildren" | "afterChildren" | string;
3611
+ delayChildren?: number;
3612
+ staggerChildren?: number;
3613
+ staggerDirection?: number;
3614
+ repeat?: number;
3615
+ repeatType?: "loop" | "reverse" | "mirror";
3616
+ repeatDelay?: number;
3617
+ type: "just";
3618
+ } | {
3619
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3620
+ duration: number | undefined;
3621
+ delay: number | undefined;
3622
+ when?: false | "beforeChildren" | "afterChildren" | string;
3623
+ delayChildren?: number;
3624
+ staggerChildren?: number;
3625
+ staggerDirection?: number;
3626
+ repeat?: number;
3627
+ repeatType?: "loop" | "reverse" | "mirror";
3628
+ repeatDelay?: number;
3629
+ type: false;
3630
+ } | {
3631
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3632
+ duration: number | undefined;
3633
+ delay: number | undefined;
3634
+ when?: false | "beforeChildren" | "afterChildren" | string;
3635
+ delayChildren?: number;
3636
+ staggerChildren?: number;
3637
+ staggerDirection?: number;
3638
+ repeat?: number;
3639
+ repeatType?: "loop" | "reverse" | "mirror";
3640
+ repeatDelay?: number;
3641
+ } | {
3642
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3643
+ duration: number | undefined;
3644
+ delay: number | undefined;
3645
+ when?: false | "beforeChildren" | "afterChildren" | string;
3646
+ delayChildren?: number;
3647
+ staggerChildren?: number;
3648
+ staggerDirection?: number;
3649
+ repeat?: number;
3650
+ repeatType?: "loop" | "reverse" | "mirror";
3651
+ repeatDelay?: number;
3652
+ type?: "tween";
3653
+ times?: number[];
3654
+ easings?: import("framer-motion").Easing[];
3655
+ from?: number | string;
3656
+ } | {
3657
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3658
+ duration: number | undefined;
3659
+ delay: number | undefined;
3660
+ when?: false | "beforeChildren" | "afterChildren" | string;
3661
+ delayChildren?: number;
3662
+ staggerChildren?: number;
3663
+ staggerDirection?: number;
3664
+ repeat?: number;
3665
+ repeatType?: "loop" | "reverse" | "mirror";
3666
+ repeatDelay?: number;
3667
+ type: "spring";
3668
+ stiffness?: number;
3669
+ damping?: number;
3670
+ mass?: number;
3671
+ bounce?: number;
3672
+ restSpeed?: number;
3673
+ restDelta?: number;
3674
+ from?: number | string;
3675
+ velocity?: number;
3676
+ } | {
3677
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3678
+ duration: number | undefined;
3679
+ delay: number | undefined;
3680
+ when?: false | "beforeChildren" | "afterChildren" | string;
3681
+ delayChildren?: number;
3682
+ staggerChildren?: number;
3683
+ staggerDirection?: number;
3684
+ repeat?: number;
3685
+ repeatType?: "loop" | "reverse" | "mirror";
3686
+ repeatDelay?: number;
3687
+ type: "keyframes";
3688
+ times?: number[];
3689
+ } | {
3690
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3691
+ duration: number | undefined;
3692
+ delay: number | undefined;
3693
+ when?: false | "beforeChildren" | "afterChildren" | string;
3694
+ delayChildren?: number;
3695
+ staggerChildren?: number;
3696
+ staggerDirection?: number;
3697
+ repeat?: number;
3698
+ repeatType?: "loop" | "reverse" | "mirror";
3699
+ repeatDelay?: number;
3700
+ type: "inertia";
3701
+ modifyTarget?(v: number): number;
3702
+ bounceStiffness?: number;
3703
+ bounceDamping?: number;
3704
+ power?: number;
3705
+ timeConstant?: number;
3706
+ restDelta?: number;
3707
+ min?: number;
3708
+ max?: number;
3709
+ from?: number | string;
3710
+ velocity?: number;
3711
+ } | {
3712
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3713
+ duration: number | undefined;
3714
+ delay: number | undefined;
3715
+ when?: false | "beforeChildren" | "afterChildren" | string;
3716
+ delayChildren?: number;
3717
+ staggerChildren?: number;
3718
+ staggerDirection?: number;
3719
+ repeat?: number;
3720
+ repeatType?: "loop" | "reverse" | "mirror";
3721
+ repeatDelay?: number;
3722
+ type: "just";
3723
+ } | {
3724
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3725
+ duration: number | undefined;
3726
+ delay: number | undefined;
3727
+ when?: false | "beforeChildren" | "afterChildren" | string;
3728
+ delayChildren?: number;
3729
+ staggerChildren?: number;
3730
+ staggerDirection?: number;
3731
+ repeat?: number;
3732
+ repeatType?: "loop" | "reverse" | "mirror";
3733
+ repeatDelay?: number;
3734
+ type: false;
3735
+ } | {
3736
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3737
+ duration: number | undefined;
3738
+ delay: number | undefined;
3739
+ when?: false | "beforeChildren" | "afterChildren" | string;
3740
+ delayChildren?: number;
3741
+ staggerChildren?: number;
3742
+ staggerDirection?: number;
3743
+ repeat?: number;
3744
+ repeatType?: "loop" | "reverse" | "mirror";
3745
+ repeatDelay?: number;
3746
+ } | undefined;
3747
+ };
3748
+ export {};
3749
+ //# sourceMappingURL=useMotionProps.d.ts.map