@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,3726 @@
1
+ import type { TabIndicatorProps } from '../TabIndicator';
2
+ type UseAnimateTabIndicator = Pick<TabIndicatorProps, 'width' | 'x'>;
3
+ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicator) => {
4
+ widthMotionProps: {
5
+ exit?: import("../../motion/types").MotionState | import("framer-motion").TargetAndTransition;
6
+ transformTemplate?: (transform: {
7
+ x?: string | number;
8
+ y?: string | number;
9
+ z?: string | number;
10
+ translateX?: string | number;
11
+ translateY?: string | number;
12
+ translateZ?: string | number;
13
+ rotate?: string | number;
14
+ rotateX?: string | number;
15
+ rotateY?: string | number;
16
+ rotateZ?: string | number;
17
+ scale?: string | number;
18
+ scaleX?: string | number;
19
+ scaleY?: string | number;
20
+ scaleZ?: string | number;
21
+ skew?: string | number;
22
+ skewX?: string | number;
23
+ skewY?: string | number;
24
+ originX?: string | number;
25
+ originY?: string | number;
26
+ originZ?: string | number;
27
+ perspective?: string | number;
28
+ transformPerspective?: string | number;
29
+ }, generatedTransform: string) => string;
30
+ viewport?: import("framer-motion").MotionProps["viewport"];
31
+ inherit?: boolean | undefined;
32
+ style?: import("framer-motion").MotionStyle | undefined;
33
+ children?: import("react").ReactNode | import("framer-motion").MotionValue<number> | import("framer-motion").MotionValue<string>;
34
+ onDrag?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
35
+ onDragEnd?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
36
+ onDragStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
37
+ onAnimationStart?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
38
+ drag?: boolean | "x" | "y" | undefined;
39
+ layout?: boolean | "position" | "size" | "preserve-aspect" | undefined;
40
+ custom?: any;
41
+ transformValues?: (<V extends import("framer-motion").ResolvedValues>(values: V) => V) | undefined;
42
+ variants: import("../../motion/types").MotionVariant | import("framer-motion").Variants | undefined;
43
+ onBeforeLayoutMeasure?: ((box: import("framer-motion").Box) => void) | undefined;
44
+ onLayoutMeasure?: ((box: import("framer-motion").Box, prevBox: import("framer-motion").Box) => void) | undefined;
45
+ onUpdate?: ((latest: import("framer-motion").ResolvedValues) => void) | undefined;
46
+ onAnimationComplete?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
47
+ onPan?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
48
+ onPanStart?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
49
+ onPanSessionStart?: ((event: PointerEvent, info: import("framer-motion").EventInfo) => void) | undefined;
50
+ onPanEnd?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
51
+ onTap?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
52
+ onTapStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
53
+ onTapCancel?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
54
+ whileTap?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
55
+ globalTapTarget?: boolean | undefined;
56
+ whileHover?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
57
+ onHoverStart?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
58
+ onHoverEnd?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
59
+ whileFocus?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
60
+ whileInView?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
61
+ onViewportEnter?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
62
+ onViewportLeave?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
63
+ whileDrag?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
64
+ dragDirectionLock?: boolean | undefined;
65
+ dragPropagation?: boolean | undefined;
66
+ dragConstraints?: (false | Partial<import("framer-motion").BoundingBox> | {
67
+ current: Element | null;
68
+ }) | undefined;
69
+ dragElastic?: import("framer-motion").DragElastic | undefined;
70
+ dragMomentum?: boolean | undefined;
71
+ dragTransition?: Partial<Omit<import("framer-motion").Inertia, "type" | "velocity">> | undefined;
72
+ dragControls?: import("framer-motion").DragControls | undefined;
73
+ dragSnapToOrigin?: boolean | undefined;
74
+ dragListener?: boolean | undefined;
75
+ onMeasureDragConstraints?: ((constraints: import("framer-motion").BoundingBox) => import("framer-motion").BoundingBox | void) | undefined;
76
+ _dragX?: import("framer-motion").MotionValue<number> | undefined;
77
+ _dragY?: import("framer-motion").MotionValue<number> | undefined;
78
+ onDirectionLock?: ((axis: "x" | "y") => void) | undefined;
79
+ onDragTransitionEnd?: (() => void) | undefined;
80
+ layoutId?: string | undefined;
81
+ onLayoutAnimationStart?: (() => void) | undefined;
82
+ onLayoutAnimationComplete?: (() => void) | undefined;
83
+ layoutDependency?: any;
84
+ layoutScroll?: boolean | undefined;
85
+ layoutRoot?: boolean | undefined;
86
+ ignoreStrict?: boolean | undefined;
87
+ initial: boolean | import("../../motion/types").MotionState | {
88
+ filter?: string | import("framer-motion").CustomValueType | undefined;
89
+ fill?: string | import("framer-motion").CustomValueType | undefined;
90
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
91
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
92
+ fontFamily?: string | import("framer-motion").CustomValueType | undefined;
93
+ fontSize?: string | number | import("framer-motion").CustomValueType | undefined;
94
+ fontWeight?: string | number | import("framer-motion").CustomValueType | undefined;
95
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | import("framer-motion").CustomValueType | undefined;
96
+ textTransform?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
97
+ color?: string | import("framer-motion").CustomValueType | undefined;
98
+ "--blue0"?: string | import("framer-motion").CustomValueType | undefined;
99
+ "--blue5"?: string | import("framer-motion").CustomValueType | undefined;
100
+ "--blue10"?: string | import("framer-motion").CustomValueType | undefined;
101
+ "--blue15"?: string | import("framer-motion").CustomValueType | undefined;
102
+ "--blue20"?: string | import("framer-motion").CustomValueType | undefined;
103
+ "--blue30"?: string | import("framer-motion").CustomValueType | undefined;
104
+ "--blue40"?: string | import("framer-motion").CustomValueType | undefined;
105
+ "--blue50"?: string | import("framer-motion").CustomValueType | undefined;
106
+ "--blue60"?: string | import("framer-motion").CustomValueType | undefined;
107
+ "--blue70"?: string | import("framer-motion").CustomValueType | undefined;
108
+ "--blue80"?: string | import("framer-motion").CustomValueType | undefined;
109
+ "--blue90"?: string | import("framer-motion").CustomValueType | undefined;
110
+ "--blue100"?: string | import("framer-motion").CustomValueType | undefined;
111
+ "--green0"?: string | import("framer-motion").CustomValueType | undefined;
112
+ "--green5"?: string | import("framer-motion").CustomValueType | undefined;
113
+ "--green10"?: string | import("framer-motion").CustomValueType | undefined;
114
+ "--green15"?: string | import("framer-motion").CustomValueType | undefined;
115
+ "--green20"?: string | import("framer-motion").CustomValueType | undefined;
116
+ "--green30"?: string | import("framer-motion").CustomValueType | undefined;
117
+ "--green40"?: string | import("framer-motion").CustomValueType | undefined;
118
+ "--green50"?: string | import("framer-motion").CustomValueType | undefined;
119
+ "--green60"?: string | import("framer-motion").CustomValueType | undefined;
120
+ "--green70"?: string | import("framer-motion").CustomValueType | undefined;
121
+ "--green80"?: string | import("framer-motion").CustomValueType | undefined;
122
+ "--green90"?: string | import("framer-motion").CustomValueType | undefined;
123
+ "--green100"?: string | import("framer-motion").CustomValueType | undefined;
124
+ "--orange0"?: string | import("framer-motion").CustomValueType | undefined;
125
+ "--orange5"?: string | import("framer-motion").CustomValueType | undefined;
126
+ "--orange10"?: string | import("framer-motion").CustomValueType | undefined;
127
+ "--orange15"?: string | import("framer-motion").CustomValueType | undefined;
128
+ "--orange20"?: string | import("framer-motion").CustomValueType | undefined;
129
+ "--orange30"?: string | import("framer-motion").CustomValueType | undefined;
130
+ "--orange40"?: string | import("framer-motion").CustomValueType | undefined;
131
+ "--orange50"?: string | import("framer-motion").CustomValueType | undefined;
132
+ "--orange60"?: string | import("framer-motion").CustomValueType | undefined;
133
+ "--orange70"?: string | import("framer-motion").CustomValueType | undefined;
134
+ "--orange80"?: string | import("framer-motion").CustomValueType | undefined;
135
+ "--orange90"?: string | import("framer-motion").CustomValueType | undefined;
136
+ "--orange100"?: string | import("framer-motion").CustomValueType | undefined;
137
+ "--yellow0"?: string | import("framer-motion").CustomValueType | undefined;
138
+ "--yellow5"?: string | import("framer-motion").CustomValueType | undefined;
139
+ "--yellow10"?: string | import("framer-motion").CustomValueType | undefined;
140
+ "--yellow15"?: string | import("framer-motion").CustomValueType | undefined;
141
+ "--yellow20"?: string | import("framer-motion").CustomValueType | undefined;
142
+ "--yellow30"?: string | import("framer-motion").CustomValueType | undefined;
143
+ "--yellow40"?: string | import("framer-motion").CustomValueType | undefined;
144
+ "--yellow50"?: string | import("framer-motion").CustomValueType | undefined;
145
+ "--yellow60"?: string | import("framer-motion").CustomValueType | undefined;
146
+ "--yellow70"?: string | import("framer-motion").CustomValueType | undefined;
147
+ "--yellow80"?: string | import("framer-motion").CustomValueType | undefined;
148
+ "--yellow90"?: string | import("framer-motion").CustomValueType | undefined;
149
+ "--yellow100"?: string | import("framer-motion").CustomValueType | undefined;
150
+ "--gray0"?: string | import("framer-motion").CustomValueType | undefined;
151
+ "--gray5"?: string | import("framer-motion").CustomValueType | undefined;
152
+ "--gray10"?: string | import("framer-motion").CustomValueType | undefined;
153
+ "--gray15"?: string | import("framer-motion").CustomValueType | undefined;
154
+ "--gray20"?: string | import("framer-motion").CustomValueType | undefined;
155
+ "--gray30"?: string | import("framer-motion").CustomValueType | undefined;
156
+ "--gray40"?: string | import("framer-motion").CustomValueType | undefined;
157
+ "--gray50"?: string | import("framer-motion").CustomValueType | undefined;
158
+ "--gray60"?: string | import("framer-motion").CustomValueType | undefined;
159
+ "--gray70"?: string | import("framer-motion").CustomValueType | undefined;
160
+ "--gray80"?: string | import("framer-motion").CustomValueType | undefined;
161
+ "--gray90"?: string | import("framer-motion").CustomValueType | undefined;
162
+ "--gray100"?: string | import("framer-motion").CustomValueType | undefined;
163
+ "--indigo0"?: string | import("framer-motion").CustomValueType | undefined;
164
+ "--indigo5"?: string | import("framer-motion").CustomValueType | undefined;
165
+ "--indigo10"?: string | import("framer-motion").CustomValueType | undefined;
166
+ "--indigo15"?: string | import("framer-motion").CustomValueType | undefined;
167
+ "--indigo20"?: string | import("framer-motion").CustomValueType | undefined;
168
+ "--indigo30"?: string | import("framer-motion").CustomValueType | undefined;
169
+ "--indigo40"?: string | import("framer-motion").CustomValueType | undefined;
170
+ "--indigo50"?: string | import("framer-motion").CustomValueType | undefined;
171
+ "--indigo60"?: string | import("framer-motion").CustomValueType | undefined;
172
+ "--indigo70"?: string | import("framer-motion").CustomValueType | undefined;
173
+ "--indigo80"?: string | import("framer-motion").CustomValueType | undefined;
174
+ "--indigo90"?: string | import("framer-motion").CustomValueType | undefined;
175
+ "--indigo100"?: string | import("framer-motion").CustomValueType | undefined;
176
+ "--pink0"?: string | import("framer-motion").CustomValueType | undefined;
177
+ "--pink5"?: string | import("framer-motion").CustomValueType | undefined;
178
+ "--pink10"?: string | import("framer-motion").CustomValueType | undefined;
179
+ "--pink15"?: string | import("framer-motion").CustomValueType | undefined;
180
+ "--pink20"?: string | import("framer-motion").CustomValueType | undefined;
181
+ "--pink30"?: string | import("framer-motion").CustomValueType | undefined;
182
+ "--pink40"?: string | import("framer-motion").CustomValueType | undefined;
183
+ "--pink50"?: string | import("framer-motion").CustomValueType | undefined;
184
+ "--pink60"?: string | import("framer-motion").CustomValueType | undefined;
185
+ "--pink70"?: string | import("framer-motion").CustomValueType | undefined;
186
+ "--pink80"?: string | import("framer-motion").CustomValueType | undefined;
187
+ "--pink90"?: string | import("framer-motion").CustomValueType | undefined;
188
+ "--pink100"?: string | import("framer-motion").CustomValueType | undefined;
189
+ "--purple0"?: string | import("framer-motion").CustomValueType | undefined;
190
+ "--purple5"?: string | import("framer-motion").CustomValueType | undefined;
191
+ "--purple10"?: string | import("framer-motion").CustomValueType | undefined;
192
+ "--purple15"?: string | import("framer-motion").CustomValueType | undefined;
193
+ "--purple20"?: string | import("framer-motion").CustomValueType | undefined;
194
+ "--purple30"?: string | import("framer-motion").CustomValueType | undefined;
195
+ "--purple40"?: string | import("framer-motion").CustomValueType | undefined;
196
+ "--purple50"?: string | import("framer-motion").CustomValueType | undefined;
197
+ "--purple60"?: string | import("framer-motion").CustomValueType | undefined;
198
+ "--purple70"?: string | import("framer-motion").CustomValueType | undefined;
199
+ "--purple80"?: string | import("framer-motion").CustomValueType | undefined;
200
+ "--purple90"?: string | import("framer-motion").CustomValueType | undefined;
201
+ "--purple100"?: string | import("framer-motion").CustomValueType | undefined;
202
+ "--red0"?: string | import("framer-motion").CustomValueType | undefined;
203
+ "--red5"?: string | import("framer-motion").CustomValueType | undefined;
204
+ "--red10"?: string | import("framer-motion").CustomValueType | undefined;
205
+ "--red15"?: string | import("framer-motion").CustomValueType | undefined;
206
+ "--red20"?: string | import("framer-motion").CustomValueType | undefined;
207
+ "--red30"?: string | import("framer-motion").CustomValueType | undefined;
208
+ "--red40"?: string | import("framer-motion").CustomValueType | undefined;
209
+ "--red50"?: string | import("framer-motion").CustomValueType | undefined;
210
+ "--red60"?: string | import("framer-motion").CustomValueType | undefined;
211
+ "--red70"?: string | import("framer-motion").CustomValueType | undefined;
212
+ "--red80"?: string | import("framer-motion").CustomValueType | undefined;
213
+ "--red90"?: string | import("framer-motion").CustomValueType | undefined;
214
+ "--red100"?: string | import("framer-motion").CustomValueType | undefined;
215
+ "--teal0"?: string | import("framer-motion").CustomValueType | undefined;
216
+ "--teal5"?: string | import("framer-motion").CustomValueType | undefined;
217
+ "--teal10"?: string | import("framer-motion").CustomValueType | undefined;
218
+ "--teal15"?: string | import("framer-motion").CustomValueType | undefined;
219
+ "--teal20"?: string | import("framer-motion").CustomValueType | undefined;
220
+ "--teal30"?: string | import("framer-motion").CustomValueType | undefined;
221
+ "--teal40"?: string | import("framer-motion").CustomValueType | undefined;
222
+ "--teal50"?: string | import("framer-motion").CustomValueType | undefined;
223
+ "--teal60"?: string | import("framer-motion").CustomValueType | undefined;
224
+ "--teal70"?: string | import("framer-motion").CustomValueType | undefined;
225
+ "--teal80"?: string | import("framer-motion").CustomValueType | undefined;
226
+ "--teal90"?: string | import("framer-motion").CustomValueType | undefined;
227
+ "--teal100"?: string | import("framer-motion").CustomValueType | undefined;
228
+ "--chartreuse0"?: string | import("framer-motion").CustomValueType | undefined;
229
+ "--chartreuse5"?: string | import("framer-motion").CustomValueType | undefined;
230
+ "--chartreuse10"?: string | import("framer-motion").CustomValueType | undefined;
231
+ "--chartreuse15"?: string | import("framer-motion").CustomValueType | undefined;
232
+ "--chartreuse20"?: string | import("framer-motion").CustomValueType | undefined;
233
+ "--chartreuse30"?: string | import("framer-motion").CustomValueType | undefined;
234
+ "--chartreuse40"?: string | import("framer-motion").CustomValueType | undefined;
235
+ "--chartreuse50"?: string | import("framer-motion").CustomValueType | undefined;
236
+ "--chartreuse60"?: string | import("framer-motion").CustomValueType | undefined;
237
+ "--chartreuse70"?: string | import("framer-motion").CustomValueType | undefined;
238
+ "--chartreuse80"?: string | import("framer-motion").CustomValueType | undefined;
239
+ "--chartreuse90"?: string | import("framer-motion").CustomValueType | undefined;
240
+ "--chartreuse100"?: string | import("framer-motion").CustomValueType | undefined;
241
+ "--color-currentColor"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
242
+ "--color-fg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
243
+ "--color-fgMuted"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
244
+ "--color-fgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
245
+ "--color-fgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
246
+ "--color-fgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
247
+ "--color-fgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
248
+ "--color-fgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
249
+ "--color-bg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
250
+ "--color-bgAlternate"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
251
+ "--color-bgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
252
+ "--color-bgOverlay"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
253
+ "--color-bgElevation1"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
254
+ "--color-bgElevation2"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
255
+ "--color-bgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
256
+ "--color-bgPrimaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
257
+ "--color-bgSecondary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
258
+ "--color-bgTertiary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
259
+ "--color-bgSecondaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
260
+ "--color-bgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
261
+ "--color-bgNegativeWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
262
+ "--color-bgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
263
+ "--color-bgPositiveWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
264
+ "--color-bgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
265
+ "--color-bgWarningWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
266
+ "--color-bgLine"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
267
+ "--color-bgLineHeavy"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
268
+ "--color-bgLineInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
269
+ "--color-bgLinePrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
270
+ "--color-bgLinePrimarySubtle"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
271
+ "--color-accentSubtleRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
272
+ "--color-accentBoldRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
273
+ "--color-accentSubtleGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
274
+ "--color-accentBoldGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
275
+ "--color-accentSubtleBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
276
+ "--color-accentBoldBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
277
+ "--color-accentSubtlePurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
278
+ "--color-accentBoldPurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
279
+ "--color-accentSubtleYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
280
+ "--color-accentBoldYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
281
+ "--color-accentSubtleGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
282
+ "--color-accentBoldGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
283
+ "--color-transparent"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
284
+ "--space-0"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
285
+ "--space-1"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
286
+ "--space-2"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
287
+ "--space-5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
288
+ "--space-10"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
289
+ "--space-0.25"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
290
+ "--space-0.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
291
+ "--space-0.75"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
292
+ "--space-1.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
293
+ "--space-3"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
294
+ "--space-4"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
295
+ "--space-6"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
296
+ "--space-7"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
297
+ "--space-8"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
298
+ "--space-9"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
299
+ "--iconSize-xs"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
300
+ "--iconSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
301
+ "--iconSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
302
+ "--iconSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
303
+ "--avatarSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
304
+ "--avatarSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
305
+ "--avatarSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
306
+ "--avatarSize-xl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
307
+ "--avatarSize-xxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
308
+ "--avatarSize-xxxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
309
+ "--borderWidth-0"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
310
+ "--borderWidth-100"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
311
+ "--borderWidth-200"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
312
+ "--borderWidth-300"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
313
+ "--borderWidth-400"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
314
+ "--borderWidth-500"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
315
+ "--borderRadius-0"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
316
+ "--borderRadius-100"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
317
+ "--borderRadius-200"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
318
+ "--borderRadius-300"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
319
+ "--borderRadius-400"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
320
+ "--borderRadius-500"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
321
+ "--borderRadius-600"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
322
+ "--borderRadius-700"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
323
+ "--borderRadius-800"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
324
+ "--borderRadius-900"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
325
+ "--borderRadius-1000"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
326
+ "--fontFamily-display1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
327
+ "--fontFamily-display2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
328
+ "--fontFamily-display3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
329
+ "--fontFamily-title1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
330
+ "--fontFamily-title2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
331
+ "--fontFamily-title3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
332
+ "--fontFamily-title4"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
333
+ "--fontFamily-headline"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
334
+ "--fontFamily-body"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
335
+ "--fontFamily-label1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
336
+ "--fontFamily-label2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
337
+ "--fontFamily-caption"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
338
+ "--fontFamily-legal"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
339
+ "--fontSize-display1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
340
+ "--fontSize-display2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
341
+ "--fontSize-display3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
342
+ "--fontSize-title1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
343
+ "--fontSize-title2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
344
+ "--fontSize-title3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
345
+ "--fontSize-title4"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
346
+ "--fontSize-headline"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
347
+ "--fontSize-body"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
348
+ "--fontSize-label1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
349
+ "--fontSize-label2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
350
+ "--fontSize-caption"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
351
+ "--fontSize-legal"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
352
+ "--fontWeight-display1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
353
+ "--fontWeight-display2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
354
+ "--fontWeight-display3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
355
+ "--fontWeight-title1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
356
+ "--fontWeight-title2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
357
+ "--fontWeight-title3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
358
+ "--fontWeight-title4"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
359
+ "--fontWeight-headline"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
360
+ "--fontWeight-body"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
361
+ "--fontWeight-label1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
362
+ "--fontWeight-label2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
363
+ "--fontWeight-caption"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
364
+ "--fontWeight-legal"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
365
+ "--lineHeight-display1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
366
+ "--lineHeight-display2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
367
+ "--lineHeight-display3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
368
+ "--lineHeight-title1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
369
+ "--lineHeight-title2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
370
+ "--lineHeight-title3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
371
+ "--lineHeight-title4"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
372
+ "--lineHeight-headline"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
373
+ "--lineHeight-body"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
374
+ "--lineHeight-label1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
375
+ "--lineHeight-label2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
376
+ "--lineHeight-caption"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
377
+ "--lineHeight-legal"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
378
+ "--textTransform-display1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
379
+ "--textTransform-display2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
380
+ "--textTransform-display3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
381
+ "--textTransform-title1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
382
+ "--textTransform-title2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
383
+ "--textTransform-title3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
384
+ "--textTransform-title4"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
385
+ "--textTransform-headline"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
386
+ "--textTransform-body"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
387
+ "--textTransform-label1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
388
+ "--textTransform-label2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
389
+ "--textTransform-caption"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
390
+ "--textTransform-legal"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
391
+ "--shadow-elevation1"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
392
+ "--shadow-elevation2"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
393
+ "--controlSize-checkboxSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
394
+ "--controlSize-radioSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
395
+ "--controlSize-switchWidth"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
396
+ "--controlSize-switchHeight"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
397
+ "--controlSize-switchThumbSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
398
+ "--controlSize-tileSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
399
+ clipPath?: string | import("framer-motion").CustomValueType | undefined;
400
+ marker?: import("csstype").Property.Marker | import("framer-motion").CustomValueType | undefined;
401
+ mask?: string | import("framer-motion").CustomValueType | undefined;
402
+ height?: string | number | import("framer-motion").CustomValueType | undefined;
403
+ width?: string | number | import("framer-motion").CustomValueType | undefined;
404
+ 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;
405
+ azimuth?: string | import("framer-motion").CustomValueType | undefined;
406
+ baselineShift?: string | number | import("framer-motion").CustomValueType | undefined;
407
+ clip?: string | import("framer-motion").CustomValueType | undefined;
408
+ clipRule?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
409
+ colorInterpolation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
410
+ colorRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeQuality" | "optimizeSpeed" | import("framer-motion").CustomValueType | undefined;
411
+ cursor?: string | import("framer-motion").CustomValueType | undefined;
412
+ direction?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("framer-motion").CustomValueType | undefined;
413
+ display?: string | import("framer-motion").CustomValueType | undefined;
414
+ 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;
415
+ fillOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
416
+ fillRule?: "inherit" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
417
+ floodColor?: string | import("framer-motion").CustomValueType | undefined;
418
+ floodOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
419
+ fontSizeAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
420
+ fontStretch?: string | import("framer-motion").CustomValueType | undefined;
421
+ fontStyle?: string | import("framer-motion").CustomValueType | undefined;
422
+ fontVariant?: string | import("framer-motion").CustomValueType | undefined;
423
+ glyphOrientationVertical?: string | number | import("framer-motion").CustomValueType | undefined;
424
+ imageRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | import("framer-motion").CustomValueType | undefined;
425
+ letterSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
426
+ lightingColor?: string | import("framer-motion").CustomValueType | undefined;
427
+ markerEnd?: string | import("framer-motion").CustomValueType | undefined;
428
+ markerMid?: string | import("framer-motion").CustomValueType | undefined;
429
+ markerStart?: string | import("framer-motion").CustomValueType | undefined;
430
+ offset?: string | number | import("framer-motion").CustomValueType | undefined;
431
+ opacity?: string | number | import("framer-motion").CustomValueType | undefined;
432
+ order?: string | number | import("framer-motion").CustomValueType | undefined;
433
+ overflow?: string | import("framer-motion").CustomValueType | undefined;
434
+ paintOrder?: string | import("framer-motion").CustomValueType | undefined;
435
+ pointerEvents?: "fill" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "stroke" | "all" | "visible" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | import("framer-motion").CustomValueType | undefined;
436
+ shapeRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | import("framer-motion").CustomValueType | undefined;
437
+ stopColor?: string | import("framer-motion").CustomValueType | undefined;
438
+ stopOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
439
+ stroke?: string | import("framer-motion").CustomValueType | undefined;
440
+ strokeDasharray?: string | number | import("framer-motion").CustomValueType | undefined;
441
+ strokeDashoffset?: string | number | import("framer-motion").CustomValueType | undefined;
442
+ strokeLinecap?: "inherit" | "round" | "butt" | "square" | import("framer-motion").CustomValueType | undefined;
443
+ strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | import("framer-motion").CustomValueType | undefined;
444
+ strokeMiterlimit?: string | number | import("framer-motion").CustomValueType | undefined;
445
+ strokeOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
446
+ strokeWidth?: string | number | import("framer-motion").CustomValueType | undefined;
447
+ textAnchor?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "middle" | import("framer-motion").CustomValueType | undefined;
448
+ textDecoration?: string | number | import("framer-motion").CustomValueType | undefined;
449
+ textRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "geometricPrecision" | "optimizeLegibility" | import("framer-motion").CustomValueType | undefined;
450
+ transform?: string | import("framer-motion").CustomValueType | undefined;
451
+ 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;
452
+ vectorEffect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "non-scaling-stroke" | import("framer-motion").CustomValueType | undefined;
453
+ visibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "hidden" | "visible" | "collapse" | import("framer-motion").CustomValueType | undefined;
454
+ wordSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
455
+ writingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("framer-motion").CustomValueType | undefined;
456
+ translate?: import("csstype").Property.Translate<string | number> | import("framer-motion").CustomValueType | undefined;
457
+ content?: import("csstype").Property.Content | import("framer-motion").CustomValueType | undefined;
458
+ border?: import("csstype").Property.Border<string | number> | import("framer-motion").CustomValueType | undefined;
459
+ animation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
460
+ flex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
461
+ grid?: import("csstype").Property.Grid | import("framer-motion").CustomValueType | undefined;
462
+ top?: import("csstype").Property.Top<string | number> | import("framer-motion").CustomValueType | undefined;
463
+ bottom?: import("csstype").Property.Bottom<string | number> | import("framer-motion").CustomValueType | undefined;
464
+ left?: import("csstype").Property.Left<string | number> | import("framer-motion").CustomValueType | undefined;
465
+ right?: import("csstype").Property.Right<string | number> | import("framer-motion").CustomValueType | undefined;
466
+ all?: import("csstype").Globals | import("framer-motion").CustomValueType | undefined;
467
+ minWidth?: import("csstype").Property.MinWidth<string | number> | import("framer-motion").CustomValueType | undefined;
468
+ minHeight?: import("csstype").Property.MinHeight<string | number> | import("framer-motion").CustomValueType | undefined;
469
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | import("framer-motion").CustomValueType | undefined;
470
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | import("framer-motion").CustomValueType | undefined;
471
+ aspectRatio?: import("csstype").Property.AspectRatio | import("framer-motion").CustomValueType | undefined;
472
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
473
+ flexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
474
+ flexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
475
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | import("framer-motion").CustomValueType | undefined;
476
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | import("framer-motion").CustomValueType | undefined;
477
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("framer-motion").CustomValueType | undefined;
478
+ gridTemplate?: import("csstype").Property.GridTemplate | import("framer-motion").CustomValueType | undefined;
479
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | import("framer-motion").CustomValueType | undefined;
480
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | import("framer-motion").CustomValueType | undefined;
481
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("framer-motion").CustomValueType | undefined;
482
+ gridRowStart?: import("csstype").Property.GridRowStart | import("framer-motion").CustomValueType | undefined;
483
+ gridColumnStart?: import("csstype").Property.GridColumnStart | import("framer-motion").CustomValueType | undefined;
484
+ gridRowEnd?: import("csstype").Property.GridRowEnd | import("framer-motion").CustomValueType | undefined;
485
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("framer-motion").CustomValueType | undefined;
486
+ gridRow?: import("csstype").Property.GridRow | import("framer-motion").CustomValueType | undefined;
487
+ gridColumn?: import("csstype").Property.GridColumn | import("framer-motion").CustomValueType | undefined;
488
+ gridArea?: import("csstype").Property.GridArea | import("framer-motion").CustomValueType | undefined;
489
+ zIndex?: import("csstype").Property.ZIndex | import("framer-motion").CustomValueType | undefined;
490
+ background?: import("csstype").Property.Background<string | number> | import("framer-motion").CustomValueType | undefined;
491
+ borderColor?: import("csstype").Property.BorderColor | import("framer-motion").CustomValueType | undefined;
492
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("framer-motion").CustomValueType | undefined;
493
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("framer-motion").CustomValueType | undefined;
494
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
495
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
496
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
497
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
498
+ gap?: import("csstype").Property.Gap<string | number> | import("framer-motion").CustomValueType | undefined;
499
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
500
+ rowGap?: import("csstype").Property.RowGap<string | number> | import("framer-motion").CustomValueType | undefined;
501
+ padding?: import("csstype").Property.Padding<string | number> | import("framer-motion").CustomValueType | undefined;
502
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
503
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
504
+ margin?: import("csstype").Property.Margin<string | number> | import("framer-motion").CustomValueType | undefined;
505
+ marginTop?: import("csstype").Property.MarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
506
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
507
+ userSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
508
+ justifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
509
+ alignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
510
+ alignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
511
+ alignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
512
+ flexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
513
+ flexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
514
+ position?: import("csstype").Property.Position | import("framer-motion").CustomValueType | undefined;
515
+ textAlign?: import("csstype").Property.TextAlign | import("framer-motion").CustomValueType | undefined;
516
+ accentColor?: import("csstype").Property.AccentColor | import("framer-motion").CustomValueType | undefined;
517
+ alignTracks?: import("csstype").Property.AlignTracks | import("framer-motion").CustomValueType | undefined;
518
+ animationComposition?: import("csstype").Property.AnimationComposition | import("framer-motion").CustomValueType | undefined;
519
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
520
+ animationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
521
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
522
+ animationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
523
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
524
+ animationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
525
+ animationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
526
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | import("framer-motion").CustomValueType | undefined;
527
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | import("framer-motion").CustomValueType | undefined;
528
+ animationTimeline?: import("csstype").Property.AnimationTimeline | import("framer-motion").CustomValueType | undefined;
529
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
530
+ appearance?: import("csstype").Property.Appearance | import("framer-motion").CustomValueType | undefined;
531
+ backdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
532
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
533
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("framer-motion").CustomValueType | undefined;
534
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("framer-motion").CustomValueType | undefined;
535
+ backgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
536
+ backgroundColor?: import("csstype").Property.BackgroundColor | import("framer-motion").CustomValueType | undefined;
537
+ backgroundImage?: import("csstype").Property.BackgroundImage | import("framer-motion").CustomValueType | undefined;
538
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
539
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
540
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
541
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("framer-motion").CustomValueType | undefined;
542
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
543
+ blockOverflow?: import("csstype").Property.BlockOverflow | import("framer-motion").CustomValueType | undefined;
544
+ blockSize?: import("csstype").Property.BlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
545
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | import("framer-motion").CustomValueType | undefined;
546
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("framer-motion").CustomValueType | undefined;
547
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("framer-motion").CustomValueType | undefined;
548
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
549
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("framer-motion").CustomValueType | undefined;
550
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("framer-motion").CustomValueType | undefined;
551
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
552
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("framer-motion").CustomValueType | undefined;
553
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("framer-motion").CustomValueType | undefined;
554
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | import("framer-motion").CustomValueType | undefined;
555
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("framer-motion").CustomValueType | undefined;
556
+ borderCollapse?: import("csstype").Property.BorderCollapse | import("framer-motion").CustomValueType | undefined;
557
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
558
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
559
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | import("framer-motion").CustomValueType | undefined;
560
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("framer-motion").CustomValueType | undefined;
561
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
562
+ borderImageSource?: import("csstype").Property.BorderImageSource | import("framer-motion").CustomValueType | undefined;
563
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | import("framer-motion").CustomValueType | undefined;
564
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | import("framer-motion").CustomValueType | undefined;
565
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
566
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
567
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
568
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
569
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
570
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
571
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("framer-motion").CustomValueType | undefined;
572
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
573
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | import("framer-motion").CustomValueType | undefined;
574
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("framer-motion").CustomValueType | undefined;
575
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("framer-motion").CustomValueType | undefined;
576
+ borderRightColor?: import("csstype").Property.BorderRightColor | import("framer-motion").CustomValueType | undefined;
577
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | import("framer-motion").CustomValueType | undefined;
578
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("framer-motion").CustomValueType | undefined;
579
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | import("framer-motion").CustomValueType | undefined;
580
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
581
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
582
+ borderTopColor?: import("csstype").Property.BorderTopColor | import("framer-motion").CustomValueType | undefined;
583
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | import("framer-motion").CustomValueType | undefined;
584
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
585
+ boxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
586
+ boxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
587
+ breakAfter?: import("csstype").Property.BreakAfter | import("framer-motion").CustomValueType | undefined;
588
+ breakBefore?: import("csstype").Property.BreakBefore | import("framer-motion").CustomValueType | undefined;
589
+ breakInside?: import("csstype").Property.BreakInside | import("framer-motion").CustomValueType | undefined;
590
+ captionSide?: import("csstype").Property.CaptionSide | import("framer-motion").CustomValueType | undefined;
591
+ caretColor?: import("csstype").Property.CaretColor | import("framer-motion").CustomValueType | undefined;
592
+ caretShape?: import("csstype").Property.CaretShape | import("framer-motion").CustomValueType | undefined;
593
+ clear?: import("csstype").Property.Clear | import("framer-motion").CustomValueType | undefined;
594
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
595
+ colorScheme?: import("csstype").Property.ColorScheme | import("framer-motion").CustomValueType | undefined;
596
+ columnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
597
+ columnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
598
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
599
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
600
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
601
+ columnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
602
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
603
+ contain?: import("csstype").Property.Contain | import("framer-motion").CustomValueType | undefined;
604
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
605
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | import("framer-motion").CustomValueType | undefined;
606
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
607
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | import("framer-motion").CustomValueType | undefined;
608
+ containerName?: import("csstype").Property.ContainerName | import("framer-motion").CustomValueType | undefined;
609
+ containerType?: import("csstype").Property.ContainerType | import("framer-motion").CustomValueType | undefined;
610
+ contentVisibility?: import("csstype").Property.ContentVisibility | import("framer-motion").CustomValueType | undefined;
611
+ counterIncrement?: import("csstype").Property.CounterIncrement | import("framer-motion").CustomValueType | undefined;
612
+ counterReset?: import("csstype").Property.CounterReset | import("framer-motion").CustomValueType | undefined;
613
+ counterSet?: import("csstype").Property.CounterSet | import("framer-motion").CustomValueType | undefined;
614
+ emptyCells?: import("csstype").Property.EmptyCells | import("framer-motion").CustomValueType | undefined;
615
+ float?: import("csstype").Property.Float | import("framer-motion").CustomValueType | undefined;
616
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
617
+ fontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
618
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
619
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("framer-motion").CustomValueType | undefined;
620
+ fontPalette?: import("csstype").Property.FontPalette | import("framer-motion").CustomValueType | undefined;
621
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
622
+ fontSynthesis?: import("csstype").Property.FontSynthesis | import("framer-motion").CustomValueType | undefined;
623
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | import("framer-motion").CustomValueType | undefined;
624
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | import("framer-motion").CustomValueType | undefined;
625
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | import("framer-motion").CustomValueType | undefined;
626
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | import("framer-motion").CustomValueType | undefined;
627
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("framer-motion").CustomValueType | undefined;
628
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("framer-motion").CustomValueType | undefined;
629
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("framer-motion").CustomValueType | undefined;
630
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | import("framer-motion").CustomValueType | undefined;
631
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
632
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("framer-motion").CustomValueType | undefined;
633
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("framer-motion").CustomValueType | undefined;
634
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("framer-motion").CustomValueType | undefined;
635
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("framer-motion").CustomValueType | undefined;
636
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("framer-motion").CustomValueType | undefined;
637
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
638
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
639
+ hyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
640
+ imageOrientation?: import("csstype").Property.ImageOrientation | import("framer-motion").CustomValueType | undefined;
641
+ imageResolution?: import("csstype").Property.ImageResolution | import("framer-motion").CustomValueType | undefined;
642
+ initialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
643
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
644
+ inputSecurity?: import("csstype").Property.InputSecurity | import("framer-motion").CustomValueType | undefined;
645
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
646
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
647
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
648
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
649
+ isolation?: import("csstype").Property.Isolation | import("framer-motion").CustomValueType | undefined;
650
+ justifyItems?: import("csstype").Property.JustifyItems | import("framer-motion").CustomValueType | undefined;
651
+ justifySelf?: import("csstype").Property.JustifySelf | import("framer-motion").CustomValueType | undefined;
652
+ justifyTracks?: import("csstype").Property.JustifyTracks | import("framer-motion").CustomValueType | undefined;
653
+ lineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
654
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("framer-motion").CustomValueType | undefined;
655
+ listStyleImage?: import("csstype").Property.ListStyleImage | import("framer-motion").CustomValueType | undefined;
656
+ listStylePosition?: import("csstype").Property.ListStylePosition | import("framer-motion").CustomValueType | undefined;
657
+ listStyleType?: import("csstype").Property.ListStyleType | import("framer-motion").CustomValueType | undefined;
658
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
659
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
660
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
661
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
662
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
663
+ marginRight?: import("csstype").Property.MarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
664
+ marginTrim?: import("csstype").Property.MarginTrim | import("framer-motion").CustomValueType | undefined;
665
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | import("framer-motion").CustomValueType | undefined;
666
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
667
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
668
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
669
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
670
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
671
+ maskClip?: import("csstype").Property.MaskClip | import("framer-motion").CustomValueType | undefined;
672
+ maskComposite?: import("csstype").Property.MaskComposite | import("framer-motion").CustomValueType | undefined;
673
+ maskImage?: import("csstype").Property.MaskImage | import("framer-motion").CustomValueType | undefined;
674
+ maskMode?: import("csstype").Property.MaskMode | import("framer-motion").CustomValueType | undefined;
675
+ maskOrigin?: import("csstype").Property.MaskOrigin | import("framer-motion").CustomValueType | undefined;
676
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
677
+ maskRepeat?: import("csstype").Property.MaskRepeat | import("framer-motion").CustomValueType | undefined;
678
+ maskSize?: import("csstype").Property.MaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
679
+ maskType?: import("csstype").Property.MaskType | import("framer-motion").CustomValueType | undefined;
680
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | import("framer-motion").CustomValueType | undefined;
681
+ mathDepth?: import("csstype").Property.MathDepth | import("framer-motion").CustomValueType | undefined;
682
+ mathShift?: import("csstype").Property.MathShift | import("framer-motion").CustomValueType | undefined;
683
+ mathStyle?: import("csstype").Property.MathStyle | import("framer-motion").CustomValueType | undefined;
684
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
685
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
686
+ maxLines?: import("csstype").Property.MaxLines | import("framer-motion").CustomValueType | undefined;
687
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
688
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
689
+ mixBlendMode?: import("csstype").Property.MixBlendMode | import("framer-motion").CustomValueType | undefined;
690
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
691
+ motionPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
692
+ motionRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
693
+ objectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
694
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
695
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | import("framer-motion").CustomValueType | undefined;
696
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
697
+ offsetPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
698
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | import("framer-motion").CustomValueType | undefined;
699
+ offsetRotate?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
700
+ offsetRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
701
+ orphans?: import("csstype").Property.Orphans | import("framer-motion").CustomValueType | undefined;
702
+ outlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
703
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
704
+ outlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
705
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
706
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | import("framer-motion").CustomValueType | undefined;
707
+ overflowBlock?: import("csstype").Property.OverflowBlock | import("framer-motion").CustomValueType | undefined;
708
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | import("framer-motion").CustomValueType | undefined;
709
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | import("framer-motion").CustomValueType | undefined;
710
+ overflowInline?: import("csstype").Property.OverflowInline | import("framer-motion").CustomValueType | undefined;
711
+ overflowWrap?: import("csstype").Property.OverflowWrap | import("framer-motion").CustomValueType | undefined;
712
+ overflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
713
+ overflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
714
+ overlay?: import("csstype").Property.Overlay | import("framer-motion").CustomValueType | undefined;
715
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("framer-motion").CustomValueType | undefined;
716
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("framer-motion").CustomValueType | undefined;
717
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("framer-motion").CustomValueType | undefined;
718
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("framer-motion").CustomValueType | undefined;
719
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
720
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
721
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
722
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
723
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
724
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
725
+ page?: import("csstype").Property.Page | import("framer-motion").CustomValueType | undefined;
726
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("framer-motion").CustomValueType | undefined;
727
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("framer-motion").CustomValueType | undefined;
728
+ pageBreakInside?: import("csstype").Property.PageBreakInside | import("framer-motion").CustomValueType | undefined;
729
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
730
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
731
+ quotes?: import("csstype").Property.Quotes | import("framer-motion").CustomValueType | undefined;
732
+ resize?: import("csstype").Property.Resize | import("framer-motion").CustomValueType | undefined;
733
+ rubyAlign?: import("csstype").Property.RubyAlign | import("framer-motion").CustomValueType | undefined;
734
+ rubyMerge?: import("csstype").Property.RubyMerge | import("framer-motion").CustomValueType | undefined;
735
+ rubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
736
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | import("framer-motion").CustomValueType | undefined;
737
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
738
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
739
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
740
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
741
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
742
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
743
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
744
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
745
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
746
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
747
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
748
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
749
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
750
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
751
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
752
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
753
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("framer-motion").CustomValueType | undefined;
754
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
755
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
756
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
757
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
758
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("framer-motion").CustomValueType | undefined;
759
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
760
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | import("framer-motion").CustomValueType | undefined;
761
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | import("framer-motion").CustomValueType | undefined;
762
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | import("framer-motion").CustomValueType | undefined;
763
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("framer-motion").CustomValueType | undefined;
764
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("framer-motion").CustomValueType | undefined;
765
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("framer-motion").CustomValueType | undefined;
766
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
767
+ shapeOutside?: import("csstype").Property.ShapeOutside | import("framer-motion").CustomValueType | undefined;
768
+ tabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
769
+ tableLayout?: import("csstype").Property.TableLayout | import("framer-motion").CustomValueType | undefined;
770
+ textAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
771
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
772
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
773
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
774
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
775
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("framer-motion").CustomValueType | undefined;
776
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
777
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | import("framer-motion").CustomValueType | undefined;
778
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
779
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
780
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
781
+ textIndent?: import("csstype").Property.TextIndent<string | number> | import("framer-motion").CustomValueType | undefined;
782
+ textJustify?: import("csstype").Property.TextJustify | import("framer-motion").CustomValueType | undefined;
783
+ textOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
784
+ textOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
785
+ textShadow?: import("csstype").Property.TextShadow | import("framer-motion").CustomValueType | undefined;
786
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
787
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
788
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
789
+ textWrap?: import("csstype").Property.TextWrap | import("framer-motion").CustomValueType | undefined;
790
+ timelineScope?: import("csstype").Property.TimelineScope | import("framer-motion").CustomValueType | undefined;
791
+ touchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
792
+ transformBox?: import("csstype").Property.TransformBox | import("framer-motion").CustomValueType | undefined;
793
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
794
+ transformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
795
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | import("framer-motion").CustomValueType | undefined;
796
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
797
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
798
+ transitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
799
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
800
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | import("framer-motion").CustomValueType | undefined;
801
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | import("framer-motion").CustomValueType | undefined;
802
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | import("framer-motion").CustomValueType | undefined;
803
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | import("framer-motion").CustomValueType | undefined;
804
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | import("framer-motion").CustomValueType | undefined;
805
+ whiteSpace?: import("csstype").Property.WhiteSpace | import("framer-motion").CustomValueType | undefined;
806
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | import("framer-motion").CustomValueType | undefined;
807
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | import("framer-motion").CustomValueType | undefined;
808
+ widows?: import("csstype").Property.Widows | import("framer-motion").CustomValueType | undefined;
809
+ willChange?: import("csstype").Property.WillChange | import("framer-motion").CustomValueType | undefined;
810
+ wordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
811
+ wordWrap?: import("csstype").Property.WordWrap | import("framer-motion").CustomValueType | undefined;
812
+ zoom?: import("csstype").Property.Zoom | import("framer-motion").CustomValueType | undefined;
813
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | import("framer-motion").CustomValueType | undefined;
814
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | import("framer-motion").CustomValueType | undefined;
815
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | import("framer-motion").CustomValueType | undefined;
816
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
817
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
818
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | import("framer-motion").CustomValueType | undefined;
819
+ borderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
820
+ borderInline?: import("csstype").Property.BorderInline<string | number> | import("framer-motion").CustomValueType | undefined;
821
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
822
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
823
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | import("framer-motion").CustomValueType | undefined;
824
+ borderRight?: import("csstype").Property.BorderRight<string | number> | import("framer-motion").CustomValueType | undefined;
825
+ borderStyle?: import("csstype").Property.BorderStyle | import("framer-motion").CustomValueType | undefined;
826
+ borderTop?: import("csstype").Property.BorderTop<string | number> | import("framer-motion").CustomValueType | undefined;
827
+ caret?: import("csstype").Property.Caret | import("framer-motion").CustomValueType | undefined;
828
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
829
+ columns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
830
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | import("framer-motion").CustomValueType | undefined;
831
+ container?: import("csstype").Property.Container | import("framer-motion").CustomValueType | undefined;
832
+ flexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
833
+ font?: import("csstype").Property.Font | import("framer-motion").CustomValueType | undefined;
834
+ inset?: import("csstype").Property.Inset<string | number> | import("framer-motion").CustomValueType | undefined;
835
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
836
+ insetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
837
+ lineClamp?: import("csstype").Property.LineClamp | import("framer-motion").CustomValueType | undefined;
838
+ listStyle?: import("csstype").Property.ListStyle | import("framer-motion").CustomValueType | undefined;
839
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
840
+ marginInline?: import("csstype").Property.MarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
841
+ maskBorder?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
842
+ motion?: import("csstype").Property.Offset<string | number> | import("framer-motion").CustomValueType | undefined;
843
+ outline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
844
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("framer-motion").CustomValueType | undefined;
845
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
846
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
847
+ placeContent?: import("csstype").Property.PlaceContent | import("framer-motion").CustomValueType | undefined;
848
+ placeItems?: import("csstype").Property.PlaceItems | import("framer-motion").CustomValueType | undefined;
849
+ placeSelf?: import("csstype").Property.PlaceSelf | import("framer-motion").CustomValueType | undefined;
850
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
851
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
852
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
853
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | import("framer-motion").CustomValueType | undefined;
854
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
855
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
856
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
857
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | import("framer-motion").CustomValueType | undefined;
858
+ textEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
859
+ viewTimeline?: import("csstype").Property.ViewTimeline | import("framer-motion").CustomValueType | undefined;
860
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
861
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
862
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
863
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
864
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
865
+ MozAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
866
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
867
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
868
+ MozAppearance?: import("csstype").Property.MozAppearance | import("framer-motion").CustomValueType | undefined;
869
+ MozBinding?: import("csstype").Property.MozBinding | import("framer-motion").CustomValueType | undefined;
870
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("framer-motion").CustomValueType | undefined;
871
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
872
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
873
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
874
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("framer-motion").CustomValueType | undefined;
875
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("framer-motion").CustomValueType | undefined;
876
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
877
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
878
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("framer-motion").CustomValueType | undefined;
879
+ MozBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
880
+ MozColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
881
+ MozColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
882
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
883
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
884
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
885
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
886
+ MozContextProperties?: import("csstype").Property.MozContextProperties | import("framer-motion").CustomValueType | undefined;
887
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
888
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
889
+ MozHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
890
+ MozImageRegion?: import("csstype").Property.MozImageRegion | import("framer-motion").CustomValueType | undefined;
891
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
892
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
893
+ MozOrient?: import("csstype").Property.MozOrient | import("framer-motion").CustomValueType | undefined;
894
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
895
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | import("framer-motion").CustomValueType | undefined;
896
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | import("framer-motion").CustomValueType | undefined;
897
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | import("framer-motion").CustomValueType | undefined;
898
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | import("framer-motion").CustomValueType | undefined;
899
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
900
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
901
+ MozStackSizing?: import("csstype").Property.MozStackSizing | import("framer-motion").CustomValueType | undefined;
902
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
903
+ MozTextBlink?: import("csstype").Property.MozTextBlink | import("framer-motion").CustomValueType | undefined;
904
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
905
+ MozUserFocus?: import("csstype").Property.MozUserFocus | import("framer-motion").CustomValueType | undefined;
906
+ MozUserModify?: import("csstype").Property.MozUserModify | import("framer-motion").CustomValueType | undefined;
907
+ MozUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
908
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("framer-motion").CustomValueType | undefined;
909
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("framer-motion").CustomValueType | undefined;
910
+ msAccelerator?: import("csstype").Property.MsAccelerator | import("framer-motion").CustomValueType | undefined;
911
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | import("framer-motion").CustomValueType | undefined;
912
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("framer-motion").CustomValueType | undefined;
913
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("framer-motion").CustomValueType | undefined;
914
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("framer-motion").CustomValueType | undefined;
915
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("framer-motion").CustomValueType | undefined;
916
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("framer-motion").CustomValueType | undefined;
917
+ msContentZooming?: import("csstype").Property.MsContentZooming | import("framer-motion").CustomValueType | undefined;
918
+ msFilter?: import("csstype").Property.MsFilter | import("framer-motion").CustomValueType | undefined;
919
+ msFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
920
+ msFlexPositive?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
921
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | import("framer-motion").CustomValueType | undefined;
922
+ msFlowInto?: import("csstype").Property.MsFlowInto | import("framer-motion").CustomValueType | undefined;
923
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | import("framer-motion").CustomValueType | undefined;
924
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | import("framer-motion").CustomValueType | undefined;
925
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("framer-motion").CustomValueType | undefined;
926
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
927
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("framer-motion").CustomValueType | undefined;
928
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | import("framer-motion").CustomValueType | undefined;
929
+ msHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
930
+ msImeAlign?: import("csstype").Property.MsImeAlign | import("framer-motion").CustomValueType | undefined;
931
+ msLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
932
+ msOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
933
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("framer-motion").CustomValueType | undefined;
934
+ msOverflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
935
+ msOverflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
936
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | import("framer-motion").CustomValueType | undefined;
937
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("framer-motion").CustomValueType | undefined;
938
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("framer-motion").CustomValueType | undefined;
939
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("framer-motion").CustomValueType | undefined;
940
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("framer-motion").CustomValueType | undefined;
941
+ msScrollRails?: import("csstype").Property.MsScrollRails | import("framer-motion").CustomValueType | undefined;
942
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
943
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
944
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("framer-motion").CustomValueType | undefined;
945
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("framer-motion").CustomValueType | undefined;
946
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("framer-motion").CustomValueType | undefined;
947
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("framer-motion").CustomValueType | undefined;
948
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("framer-motion").CustomValueType | undefined;
949
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("framer-motion").CustomValueType | undefined;
950
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("framer-motion").CustomValueType | undefined;
951
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("framer-motion").CustomValueType | undefined;
952
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("framer-motion").CustomValueType | undefined;
953
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("framer-motion").CustomValueType | undefined;
954
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | import("framer-motion").CustomValueType | undefined;
955
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
956
+ msTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
957
+ msTouchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
958
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | import("framer-motion").CustomValueType | undefined;
959
+ msTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
960
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
961
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
962
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
963
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
964
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
965
+ msUserSelect?: import("csstype").Property.MsUserSelect | import("framer-motion").CustomValueType | undefined;
966
+ msWordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
967
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | import("framer-motion").CustomValueType | undefined;
968
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("framer-motion").CustomValueType | undefined;
969
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | import("framer-motion").CustomValueType | undefined;
970
+ msWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
971
+ WebkitAlignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
972
+ WebkitAlignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
973
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
974
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
975
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
976
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
977
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
978
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
979
+ WebkitAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
980
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
981
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
982
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("framer-motion").CustomValueType | undefined;
983
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
984
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
985
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
986
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
987
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
988
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("framer-motion").CustomValueType | undefined;
989
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("framer-motion").CustomValueType | undefined;
990
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
991
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
992
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
993
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
994
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
995
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
996
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
997
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | import("framer-motion").CustomValueType | undefined;
998
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
999
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
1000
+ WebkitClipPath?: import("csstype").Property.ClipPath | import("framer-motion").CustomValueType | undefined;
1001
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
1002
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
1003
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
1004
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
1005
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1006
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
1007
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1008
+ WebkitFilter?: import("csstype").Property.Filter | import("framer-motion").CustomValueType | undefined;
1009
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
1010
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
1011
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
1012
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
1013
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
1014
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
1015
+ WebkitFontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
1016
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
1017
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
1018
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
1019
+ WebkitHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
1020
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
1021
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
1022
+ WebkitLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
1023
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("framer-motion").CustomValueType | undefined;
1024
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1025
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1026
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("framer-motion").CustomValueType | undefined;
1027
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
1028
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
1029
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
1030
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
1031
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1032
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("framer-motion").CustomValueType | undefined;
1033
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("framer-motion").CustomValueType | undefined;
1034
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("framer-motion").CustomValueType | undefined;
1035
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("framer-motion").CustomValueType | undefined;
1036
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
1037
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
1038
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
1039
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("framer-motion").CustomValueType | undefined;
1040
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("framer-motion").CustomValueType | undefined;
1041
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("framer-motion").CustomValueType | undefined;
1042
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
1043
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
1044
+ WebkitOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
1045
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("framer-motion").CustomValueType | undefined;
1046
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1047
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1048
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
1049
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1050
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
1051
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
1052
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
1053
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
1054
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("framer-motion").CustomValueType | undefined;
1055
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
1056
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
1057
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
1058
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
1059
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
1060
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
1061
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
1062
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
1063
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("framer-motion").CustomValueType | undefined;
1064
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
1065
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
1066
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("framer-motion").CustomValueType | undefined;
1067
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1068
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
1069
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("framer-motion").CustomValueType | undefined;
1070
+ WebkitTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1071
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1072
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
1073
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1074
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1075
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1076
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1077
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("framer-motion").CustomValueType | undefined;
1078
+ WebkitUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
1079
+ WebkitWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
1080
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1081
+ MozBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1082
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
1083
+ MozColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
1084
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1085
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("framer-motion").CustomValueType | undefined;
1086
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("framer-motion").CustomValueType | undefined;
1087
+ msFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
1088
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | import("framer-motion").CustomValueType | undefined;
1089
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("framer-motion").CustomValueType | undefined;
1090
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("framer-motion").CustomValueType | undefined;
1091
+ msTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1092
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1093
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | import("framer-motion").CustomValueType | undefined;
1094
+ WebkitBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1095
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1096
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
1097
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
1098
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
1099
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
1100
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | import("framer-motion").CustomValueType | undefined;
1101
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
1102
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
1103
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | import("framer-motion").CustomValueType | undefined;
1104
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1105
+ boxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1106
+ boxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1107
+ boxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1108
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1109
+ boxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1110
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1111
+ boxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1112
+ boxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1113
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
1114
+ gridGap?: import("csstype").Property.GridGap<string | number> | import("framer-motion").CustomValueType | undefined;
1115
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | import("framer-motion").CustomValueType | undefined;
1116
+ imeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
1117
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
1118
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1119
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
1120
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
1121
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
1122
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
1123
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | import("framer-motion").CustomValueType | undefined;
1124
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | import("framer-motion").CustomValueType | undefined;
1125
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
1126
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
1127
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("framer-motion").CustomValueType | undefined;
1128
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("framer-motion").CustomValueType | undefined;
1129
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1130
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1131
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1132
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1133
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1134
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1135
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1136
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1137
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
1138
+ KhtmlOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
1139
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
1140
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
1141
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
1142
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
1143
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
1144
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
1145
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1146
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1147
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1148
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1149
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1150
+ MozBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1151
+ MozBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1152
+ MozBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1153
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1154
+ MozBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1155
+ MozBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1156
+ MozBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
1157
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("framer-motion").CustomValueType | undefined;
1158
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("framer-motion").CustomValueType | undefined;
1159
+ MozOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
1160
+ MozOutline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
1161
+ MozOutlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
1162
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
1163
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1164
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
1165
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1166
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
1167
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
1168
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
1169
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
1170
+ MozTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1171
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1172
+ MozTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
1173
+ MozTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1174
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1175
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1176
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1177
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1178
+ MozUserInput?: import("csstype").Property.MozUserInput | import("framer-motion").CustomValueType | undefined;
1179
+ msImeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
1180
+ OAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
1181
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1182
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
1183
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1184
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
1185
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
1186
+ OAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
1187
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
1188
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
1189
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
1190
+ OBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
1191
+ OObjectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
1192
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
1193
+ OTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
1194
+ OTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
1195
+ OTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
1196
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
1197
+ OTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
1198
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
1199
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
1200
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
1201
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
1202
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
1203
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
1204
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
1205
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
1206
+ WebkitBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
1207
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
1208
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
1209
+ WebkitBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
1210
+ suppressHydrationWarning?: boolean | import("framer-motion").CustomValueType | undefined;
1211
+ className?: string | import("framer-motion").CustomValueType | undefined;
1212
+ id?: string | import("framer-motion").CustomValueType | undefined;
1213
+ lang?: string | import("framer-motion").CustomValueType | undefined;
1214
+ max?: string | number | import("framer-motion").CustomValueType | undefined;
1215
+ media?: string | import("framer-motion").CustomValueType | undefined;
1216
+ method?: string | import("framer-motion").CustomValueType | undefined;
1217
+ min?: string | number | import("framer-motion").CustomValueType | undefined;
1218
+ name?: string | import("framer-motion").CustomValueType | undefined;
1219
+ style?: import("react").CSSProperties | import("framer-motion").CustomValueType | undefined;
1220
+ target?: string | import("framer-motion").CustomValueType | undefined;
1221
+ type?: string | import("framer-motion").CustomValueType | undefined;
1222
+ role?: import("react").AriaRole | import("framer-motion").CustomValueType | undefined;
1223
+ tabIndex?: number | import("framer-motion").CustomValueType | undefined;
1224
+ crossOrigin?: ("" | "anonymous" | "use-credentials" | undefined) | import("framer-motion").CustomValueType;
1225
+ accentHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1226
+ accumulate?: "none" | "sum" | import("framer-motion").CustomValueType | undefined;
1227
+ additive?: "replace" | "sum" | import("framer-motion").CustomValueType | undefined;
1228
+ allowReorder?: "no" | "yes" | import("framer-motion").CustomValueType | undefined;
1229
+ alphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
1230
+ amplitude?: string | number | import("framer-motion").CustomValueType | undefined;
1231
+ arabicForm?: "initial" | "medial" | "terminal" | "isolated" | import("framer-motion").CustomValueType | undefined;
1232
+ ascent?: string | number | import("framer-motion").CustomValueType | undefined;
1233
+ attributeName?: string | import("framer-motion").CustomValueType | undefined;
1234
+ attributeType?: string | import("framer-motion").CustomValueType | undefined;
1235
+ autoReverse?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1236
+ baseFrequency?: string | number | import("framer-motion").CustomValueType | undefined;
1237
+ baseProfile?: string | number | import("framer-motion").CustomValueType | undefined;
1238
+ bbox?: string | number | import("framer-motion").CustomValueType | undefined;
1239
+ begin?: string | number | import("framer-motion").CustomValueType | undefined;
1240
+ bias?: string | number | import("framer-motion").CustomValueType | undefined;
1241
+ by?: string | number | import("framer-motion").CustomValueType | undefined;
1242
+ calcMode?: string | number | import("framer-motion").CustomValueType | undefined;
1243
+ capHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1244
+ clipPathUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1245
+ colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
1246
+ colorProfile?: string | number | import("framer-motion").CustomValueType | undefined;
1247
+ contentScriptType?: string | number | import("framer-motion").CustomValueType | undefined;
1248
+ contentStyleType?: string | number | import("framer-motion").CustomValueType | undefined;
1249
+ cx?: string | number | import("framer-motion").CustomValueType | undefined;
1250
+ cy?: string | number | import("framer-motion").CustomValueType | undefined;
1251
+ d?: string | import("framer-motion").CustomValueType | undefined;
1252
+ decelerate?: string | number | import("framer-motion").CustomValueType | undefined;
1253
+ descent?: string | number | import("framer-motion").CustomValueType | undefined;
1254
+ diffuseConstant?: string | number | import("framer-motion").CustomValueType | undefined;
1255
+ divisor?: string | number | import("framer-motion").CustomValueType | undefined;
1256
+ dur?: string | number | import("framer-motion").CustomValueType | undefined;
1257
+ dx?: string | number | import("framer-motion").CustomValueType | undefined;
1258
+ dy?: string | number | import("framer-motion").CustomValueType | undefined;
1259
+ edgeMode?: string | number | import("framer-motion").CustomValueType | undefined;
1260
+ elevation?: string | number | import("framer-motion").CustomValueType | undefined;
1261
+ enableBackground?: string | number | import("framer-motion").CustomValueType | undefined;
1262
+ end?: string | number | import("framer-motion").CustomValueType | undefined;
1263
+ exponent?: string | number | import("framer-motion").CustomValueType | undefined;
1264
+ externalResourcesRequired?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1265
+ filterRes?: string | number | import("framer-motion").CustomValueType | undefined;
1266
+ filterUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1267
+ focusable?: "auto" | (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1268
+ format?: string | number | import("framer-motion").CustomValueType | undefined;
1269
+ fr?: string | number | import("framer-motion").CustomValueType | undefined;
1270
+ from?: string | number | import("framer-motion").CustomValueType | undefined;
1271
+ fx?: string | number | import("framer-motion").CustomValueType | undefined;
1272
+ fy?: string | number | import("framer-motion").CustomValueType | undefined;
1273
+ g1?: string | number | import("framer-motion").CustomValueType | undefined;
1274
+ g2?: string | number | import("framer-motion").CustomValueType | undefined;
1275
+ glyphName?: string | number | import("framer-motion").CustomValueType | undefined;
1276
+ glyphOrientationHorizontal?: string | number | import("framer-motion").CustomValueType | undefined;
1277
+ glyphRef?: string | number | import("framer-motion").CustomValueType | undefined;
1278
+ gradientTransform?: string | import("framer-motion").CustomValueType | undefined;
1279
+ gradientUnits?: string | import("framer-motion").CustomValueType | undefined;
1280
+ hanging?: string | number | import("framer-motion").CustomValueType | undefined;
1281
+ horizAdvX?: string | number | import("framer-motion").CustomValueType | undefined;
1282
+ horizOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
1283
+ href?: string | import("framer-motion").CustomValueType | undefined;
1284
+ ideographic?: string | number | import("framer-motion").CustomValueType | undefined;
1285
+ in2?: string | number | import("framer-motion").CustomValueType | undefined;
1286
+ in?: string | import("framer-motion").CustomValueType | undefined;
1287
+ intercept?: string | number | import("framer-motion").CustomValueType | undefined;
1288
+ k1?: string | number | import("framer-motion").CustomValueType | undefined;
1289
+ k2?: string | number | import("framer-motion").CustomValueType | undefined;
1290
+ k3?: string | number | import("framer-motion").CustomValueType | undefined;
1291
+ k4?: string | number | import("framer-motion").CustomValueType | undefined;
1292
+ k?: string | number | import("framer-motion").CustomValueType | undefined;
1293
+ kernelMatrix?: string | number | import("framer-motion").CustomValueType | undefined;
1294
+ kernelUnitLength?: string | number | import("framer-motion").CustomValueType | undefined;
1295
+ kerning?: string | number | import("framer-motion").CustomValueType | undefined;
1296
+ keyPoints?: string | number | import("framer-motion").CustomValueType | undefined;
1297
+ keySplines?: string | number | import("framer-motion").CustomValueType | undefined;
1298
+ keyTimes?: string | number | import("framer-motion").CustomValueType | undefined;
1299
+ lengthAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
1300
+ limitingConeAngle?: string | number | import("framer-motion").CustomValueType | undefined;
1301
+ local?: string | number | import("framer-motion").CustomValueType | undefined;
1302
+ markerHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1303
+ markerUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1304
+ markerWidth?: string | number | import("framer-motion").CustomValueType | undefined;
1305
+ maskContentUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1306
+ maskUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1307
+ mathematical?: string | number | import("framer-motion").CustomValueType | undefined;
1308
+ mode?: string | number | import("framer-motion").CustomValueType | undefined;
1309
+ numOctaves?: string | number | import("framer-motion").CustomValueType | undefined;
1310
+ operator?: string | number | import("framer-motion").CustomValueType | undefined;
1311
+ orient?: string | number | import("framer-motion").CustomValueType | undefined;
1312
+ orientation?: string | number | import("framer-motion").CustomValueType | undefined;
1313
+ origin?: string | number | import("framer-motion").CustomValueType | undefined;
1314
+ overlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
1315
+ overlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1316
+ panose1?: string | number | import("framer-motion").CustomValueType | undefined;
1317
+ path?: string | import("framer-motion").CustomValueType | undefined;
1318
+ pathLength?: number | import("framer-motion").CustomValueType | undefined;
1319
+ patternContentUnits?: string | import("framer-motion").CustomValueType | undefined;
1320
+ patternTransform?: string | number | import("framer-motion").CustomValueType | undefined;
1321
+ patternUnits?: string | import("framer-motion").CustomValueType | undefined;
1322
+ points?: string | import("framer-motion").CustomValueType | undefined;
1323
+ pointsAtX?: string | number | import("framer-motion").CustomValueType | undefined;
1324
+ pointsAtY?: string | number | import("framer-motion").CustomValueType | undefined;
1325
+ pointsAtZ?: string | number | import("framer-motion").CustomValueType | undefined;
1326
+ preserveAlpha?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1327
+ preserveAspectRatio?: string | import("framer-motion").CustomValueType | undefined;
1328
+ primitiveUnits?: string | number | import("framer-motion").CustomValueType | undefined;
1329
+ r?: string | number | import("framer-motion").CustomValueType | undefined;
1330
+ radius?: string | number | import("framer-motion").CustomValueType | undefined;
1331
+ refX?: string | number | import("framer-motion").CustomValueType | undefined;
1332
+ refY?: string | number | import("framer-motion").CustomValueType | undefined;
1333
+ renderingIntent?: string | number | import("framer-motion").CustomValueType | undefined;
1334
+ repeatCount?: string | number | import("framer-motion").CustomValueType | undefined;
1335
+ repeatDur?: string | number | import("framer-motion").CustomValueType | undefined;
1336
+ requiredExtensions?: string | number | import("framer-motion").CustomValueType | undefined;
1337
+ requiredFeatures?: string | number | import("framer-motion").CustomValueType | undefined;
1338
+ restart?: string | number | import("framer-motion").CustomValueType | undefined;
1339
+ result?: string | import("framer-motion").CustomValueType | undefined;
1340
+ rotate?: string | number | import("framer-motion").CustomValueType | undefined;
1341
+ rx?: string | number | import("framer-motion").CustomValueType | undefined;
1342
+ ry?: string | number | import("framer-motion").CustomValueType | undefined;
1343
+ scale?: string | number | import("framer-motion").CustomValueType | undefined;
1344
+ seed?: string | number | import("framer-motion").CustomValueType | undefined;
1345
+ slope?: string | number | import("framer-motion").CustomValueType | undefined;
1346
+ spacing?: string | number | import("framer-motion").CustomValueType | undefined;
1347
+ specularConstant?: string | number | import("framer-motion").CustomValueType | undefined;
1348
+ specularExponent?: string | number | import("framer-motion").CustomValueType | undefined;
1349
+ speed?: string | number | import("framer-motion").CustomValueType | undefined;
1350
+ spreadMethod?: string | import("framer-motion").CustomValueType | undefined;
1351
+ startOffset?: string | number | import("framer-motion").CustomValueType | undefined;
1352
+ stdDeviation?: string | number | import("framer-motion").CustomValueType | undefined;
1353
+ stemh?: string | number | import("framer-motion").CustomValueType | undefined;
1354
+ stemv?: string | number | import("framer-motion").CustomValueType | undefined;
1355
+ stitchTiles?: string | number | import("framer-motion").CustomValueType | undefined;
1356
+ strikethroughPosition?: string | number | import("framer-motion").CustomValueType | undefined;
1357
+ strikethroughThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1358
+ string?: string | number | import("framer-motion").CustomValueType | undefined;
1359
+ surfaceScale?: string | number | import("framer-motion").CustomValueType | undefined;
1360
+ systemLanguage?: string | number | import("framer-motion").CustomValueType | undefined;
1361
+ tableValues?: string | number | import("framer-motion").CustomValueType | undefined;
1362
+ targetX?: string | number | import("framer-motion").CustomValueType | undefined;
1363
+ targetY?: string | number | import("framer-motion").CustomValueType | undefined;
1364
+ textLength?: string | number | import("framer-motion").CustomValueType | undefined;
1365
+ to?: string | number | import("framer-motion").CustomValueType | undefined;
1366
+ u1?: string | number | import("framer-motion").CustomValueType | undefined;
1367
+ u2?: string | number | import("framer-motion").CustomValueType | undefined;
1368
+ underlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
1369
+ underlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
1370
+ unicode?: string | number | import("framer-motion").CustomValueType | undefined;
1371
+ unicodeRange?: string | number | import("framer-motion").CustomValueType | undefined;
1372
+ unitsPerEm?: string | number | import("framer-motion").CustomValueType | undefined;
1373
+ vAlphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
1374
+ values?: string | import("framer-motion").CustomValueType | undefined;
1375
+ version?: string | import("framer-motion").CustomValueType | undefined;
1376
+ vertAdvY?: string | number | import("framer-motion").CustomValueType | undefined;
1377
+ vertOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
1378
+ vertOriginY?: string | number | import("framer-motion").CustomValueType | undefined;
1379
+ vHanging?: string | number | import("framer-motion").CustomValueType | undefined;
1380
+ vIdeographic?: string | number | import("framer-motion").CustomValueType | undefined;
1381
+ viewBox?: string | import("framer-motion").CustomValueType | undefined;
1382
+ viewTarget?: string | number | import("framer-motion").CustomValueType | undefined;
1383
+ vMathematical?: string | number | import("framer-motion").CustomValueType | undefined;
1384
+ widths?: string | number | import("framer-motion").CustomValueType | undefined;
1385
+ x1?: string | number | import("framer-motion").CustomValueType | undefined;
1386
+ x2?: string | number | import("framer-motion").CustomValueType | undefined;
1387
+ x?: string | number | import("framer-motion").CustomValueType | undefined;
1388
+ xChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
1389
+ xHeight?: string | number | import("framer-motion").CustomValueType | undefined;
1390
+ xlinkActuate?: string | import("framer-motion").CustomValueType | undefined;
1391
+ xlinkArcrole?: string | import("framer-motion").CustomValueType | undefined;
1392
+ xlinkHref?: string | import("framer-motion").CustomValueType | undefined;
1393
+ xlinkRole?: string | import("framer-motion").CustomValueType | undefined;
1394
+ xlinkShow?: string | import("framer-motion").CustomValueType | undefined;
1395
+ xlinkTitle?: string | import("framer-motion").CustomValueType | undefined;
1396
+ xlinkType?: string | import("framer-motion").CustomValueType | undefined;
1397
+ xmlBase?: string | import("framer-motion").CustomValueType | undefined;
1398
+ xmlLang?: string | import("framer-motion").CustomValueType | undefined;
1399
+ xmlns?: string | import("framer-motion").CustomValueType | undefined;
1400
+ xmlnsXlink?: string | import("framer-motion").CustomValueType | undefined;
1401
+ xmlSpace?: string | import("framer-motion").CustomValueType | undefined;
1402
+ y1?: string | number | import("framer-motion").CustomValueType | undefined;
1403
+ y2?: string | number | import("framer-motion").CustomValueType | undefined;
1404
+ y?: string | number | import("framer-motion").CustomValueType | undefined;
1405
+ yChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
1406
+ z?: string | number | import("framer-motion").CustomValueType | undefined;
1407
+ zoomAndPan?: string | import("framer-motion").CustomValueType | undefined;
1408
+ "aria-activedescendant"?: string | import("framer-motion").CustomValueType | undefined;
1409
+ "aria-atomic"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1410
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | import("framer-motion").CustomValueType | undefined;
1411
+ "aria-braillelabel"?: string | import("framer-motion").CustomValueType | undefined;
1412
+ "aria-brailleroledescription"?: string | import("framer-motion").CustomValueType | undefined;
1413
+ "aria-busy"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1414
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
1415
+ "aria-colcount"?: number | import("framer-motion").CustomValueType | undefined;
1416
+ "aria-colindex"?: number | import("framer-motion").CustomValueType | undefined;
1417
+ "aria-colindextext"?: string | import("framer-motion").CustomValueType | undefined;
1418
+ "aria-colspan"?: number | import("framer-motion").CustomValueType | undefined;
1419
+ "aria-controls"?: string | import("framer-motion").CustomValueType | undefined;
1420
+ "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "date" | "location" | import("framer-motion").CustomValueType | undefined;
1421
+ "aria-describedby"?: string | import("framer-motion").CustomValueType | undefined;
1422
+ "aria-description"?: string | import("framer-motion").CustomValueType | undefined;
1423
+ "aria-details"?: string | import("framer-motion").CustomValueType | undefined;
1424
+ "aria-disabled"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1425
+ "aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | import("framer-motion").CustomValueType | undefined;
1426
+ "aria-errormessage"?: string | import("framer-motion").CustomValueType | undefined;
1427
+ "aria-expanded"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1428
+ "aria-flowto"?: string | import("framer-motion").CustomValueType | undefined;
1429
+ "aria-grabbed"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1430
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | import("framer-motion").CustomValueType | undefined;
1431
+ "aria-hidden"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1432
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | import("framer-motion").CustomValueType | undefined;
1433
+ "aria-keyshortcuts"?: string | import("framer-motion").CustomValueType | undefined;
1434
+ "aria-label"?: string | import("framer-motion").CustomValueType | undefined;
1435
+ "aria-labelledby"?: string | import("framer-motion").CustomValueType | undefined;
1436
+ "aria-level"?: number | import("framer-motion").CustomValueType | undefined;
1437
+ "aria-live"?: "off" | "assertive" | "polite" | import("framer-motion").CustomValueType | undefined;
1438
+ "aria-modal"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1439
+ "aria-multiline"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1440
+ "aria-multiselectable"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1441
+ "aria-orientation"?: "horizontal" | "vertical" | import("framer-motion").CustomValueType | undefined;
1442
+ "aria-owns"?: string | import("framer-motion").CustomValueType | undefined;
1443
+ "aria-placeholder"?: string | import("framer-motion").CustomValueType | undefined;
1444
+ "aria-posinset"?: number | import("framer-motion").CustomValueType | undefined;
1445
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
1446
+ "aria-readonly"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1447
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | import("framer-motion").CustomValueType | undefined;
1448
+ "aria-required"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1449
+ "aria-roledescription"?: string | import("framer-motion").CustomValueType | undefined;
1450
+ "aria-rowcount"?: number | import("framer-motion").CustomValueType | undefined;
1451
+ "aria-rowindex"?: number | import("framer-motion").CustomValueType | undefined;
1452
+ "aria-rowindextext"?: string | import("framer-motion").CustomValueType | undefined;
1453
+ "aria-rowspan"?: number | import("framer-motion").CustomValueType | undefined;
1454
+ "aria-selected"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
1455
+ "aria-setsize"?: number | import("framer-motion").CustomValueType | undefined;
1456
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | import("framer-motion").CustomValueType | undefined;
1457
+ "aria-valuemax"?: number | import("framer-motion").CustomValueType | undefined;
1458
+ "aria-valuemin"?: number | import("framer-motion").CustomValueType | undefined;
1459
+ "aria-valuenow"?: number | import("framer-motion").CustomValueType | undefined;
1460
+ "aria-valuetext"?: string | import("framer-motion").CustomValueType | undefined;
1461
+ children?: import("react").ReactNode | import("framer-motion").CustomValueType;
1462
+ dangerouslySetInnerHTML?: {
1463
+ __html: string | TrustedHTML;
1464
+ } | import("framer-motion").CustomValueType | undefined;
1465
+ onCopy?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1466
+ onCopyCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1467
+ onCut?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1468
+ onCutCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1469
+ onPaste?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1470
+ onPasteCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1471
+ onCompositionEnd?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1472
+ onCompositionEndCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1473
+ onCompositionStart?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1474
+ onCompositionStartCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1475
+ onCompositionUpdate?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1476
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1477
+ onFocus?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1478
+ onFocusCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1479
+ onBlur?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1480
+ onBlurCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1481
+ onChange?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1482
+ onChangeCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1483
+ onBeforeInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1484
+ onBeforeInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1485
+ onInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1486
+ onInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1487
+ onReset?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1488
+ onResetCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1489
+ onSubmit?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1490
+ onSubmitCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1491
+ onInvalid?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1492
+ onInvalidCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1493
+ onLoad?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1494
+ onLoadCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1495
+ onError?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1496
+ onErrorCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1497
+ onKeyDown?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1498
+ onKeyDownCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1499
+ onKeyPress?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1500
+ onKeyPressCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1501
+ onKeyUp?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1502
+ onKeyUpCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1503
+ onAbort?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1504
+ onAbortCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1505
+ onCanPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1506
+ onCanPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1507
+ onCanPlayThrough?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1508
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1509
+ onDurationChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1510
+ onDurationChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1511
+ onEmptied?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1512
+ onEmptiedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1513
+ onEncrypted?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1514
+ onEncryptedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1515
+ onEnded?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1516
+ onEndedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1517
+ onLoadedData?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1518
+ onLoadedDataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1519
+ onLoadedMetadata?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1520
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1521
+ onLoadStart?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1522
+ onLoadStartCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1523
+ onPause?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1524
+ onPauseCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1525
+ onPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1526
+ onPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1527
+ onPlaying?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1528
+ onPlayingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1529
+ onProgress?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1530
+ onProgressCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1531
+ onRateChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1532
+ onRateChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1533
+ onResize?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1534
+ onResizeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1535
+ onSeeked?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1536
+ onSeekedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1537
+ onSeeking?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1538
+ onSeekingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1539
+ onStalled?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1540
+ onStalledCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1541
+ onSuspend?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1542
+ onSuspendCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1543
+ onTimeUpdate?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1544
+ onTimeUpdateCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1545
+ onVolumeChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1546
+ onVolumeChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1547
+ onWaiting?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1548
+ onWaitingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1549
+ onAuxClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1550
+ onAuxClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1551
+ onClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1552
+ onClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1553
+ onContextMenu?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1554
+ onContextMenuCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1555
+ onDoubleClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1556
+ onDoubleClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1557
+ onDrag?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1558
+ onDragCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1559
+ onDragEnd?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1560
+ onDragEndCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1561
+ onDragEnter?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1562
+ onDragEnterCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1563
+ onDragExit?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1564
+ onDragExitCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1565
+ onDragLeave?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1566
+ onDragLeaveCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1567
+ onDragOver?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1568
+ onDragOverCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1569
+ onDragStart?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1570
+ onDragStartCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1571
+ onDrop?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1572
+ onDropCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1573
+ onMouseDown?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1574
+ onMouseDownCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1575
+ onMouseEnter?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1576
+ onMouseLeave?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1577
+ onMouseMove?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1578
+ onMouseMoveCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1579
+ onMouseOut?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1580
+ onMouseOutCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1581
+ onMouseOver?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1582
+ onMouseOverCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1583
+ onMouseUp?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1584
+ onMouseUpCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1585
+ onSelect?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1586
+ onSelectCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1587
+ onTouchCancel?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1588
+ onTouchCancelCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1589
+ onTouchEnd?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1590
+ onTouchEndCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1591
+ onTouchMove?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1592
+ onTouchMoveCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1593
+ onTouchStart?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1594
+ onTouchStartCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1595
+ onPointerDown?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1596
+ onPointerDownCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1597
+ onPointerMove?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1598
+ onPointerMoveCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1599
+ onPointerUp?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1600
+ onPointerUpCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1601
+ onPointerCancel?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1602
+ onPointerCancelCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1603
+ onPointerEnter?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1604
+ onPointerLeave?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1605
+ onPointerOver?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1606
+ onPointerOverCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1607
+ onPointerOut?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1608
+ onPointerOutCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1609
+ onGotPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1610
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1611
+ onLostPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1612
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1613
+ onScroll?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1614
+ onScrollCapture?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1615
+ onWheel?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1616
+ onWheelCapture?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1617
+ onAnimationStart?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1618
+ onAnimationStartCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1619
+ onAnimationEnd?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1620
+ onAnimationEndCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1621
+ onAnimationIteration?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1622
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1623
+ onTransitionEnd?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1624
+ onTransitionEndCapture?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
1625
+ attrX?: number | import("framer-motion").CustomValueType | undefined;
1626
+ attrY?: number | import("framer-motion").CustomValueType | undefined;
1627
+ attrScale?: number | import("framer-motion").CustomValueType | undefined;
1628
+ translateX?: string | number | import("framer-motion").CustomValueType | undefined;
1629
+ translateY?: string | number | import("framer-motion").CustomValueType | undefined;
1630
+ translateZ?: string | number | import("framer-motion").CustomValueType | undefined;
1631
+ rotateX?: string | number | import("framer-motion").CustomValueType | undefined;
1632
+ rotateY?: string | number | import("framer-motion").CustomValueType | undefined;
1633
+ rotateZ?: string | number | import("framer-motion").CustomValueType | undefined;
1634
+ scaleX?: string | number | import("framer-motion").CustomValueType | undefined;
1635
+ scaleY?: string | number | import("framer-motion").CustomValueType | undefined;
1636
+ scaleZ?: string | number | import("framer-motion").CustomValueType | undefined;
1637
+ skew?: string | number | import("framer-motion").CustomValueType | undefined;
1638
+ skewX?: string | number | import("framer-motion").CustomValueType | undefined;
1639
+ skewY?: string | number | import("framer-motion").CustomValueType | undefined;
1640
+ originX?: string | number | import("framer-motion").CustomValueType | undefined;
1641
+ originY?: string | number | import("framer-motion").CustomValueType | undefined;
1642
+ originZ?: string | number | import("framer-motion").CustomValueType | undefined;
1643
+ perspective?: string | number | import("framer-motion").CustomValueType | undefined;
1644
+ transformPerspective?: string | number | import("framer-motion").CustomValueType | undefined;
1645
+ size?: string | number | import("framer-motion").CustomValueType | undefined;
1646
+ shadow?: string | import("framer-motion").CustomValueType | undefined;
1647
+ image?: string | import("framer-motion").CustomValueType | undefined;
1648
+ pathOffset?: number | import("framer-motion").CustomValueType | undefined;
1649
+ pathSpacing?: number | import("framer-motion").CustomValueType | undefined;
1650
+ };
1651
+ animate: boolean | import("../../motion/types").MotionState | import("framer-motion").TargetAndTransition | import("framer-motion").AnimationControls;
1652
+ transition: {
1653
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1654
+ duration: number | undefined;
1655
+ delay: number | undefined;
1656
+ when?: false | "beforeChildren" | "afterChildren" | string;
1657
+ delayChildren?: number;
1658
+ staggerChildren?: number;
1659
+ staggerDirection?: number;
1660
+ repeat?: number;
1661
+ repeatType?: "loop" | "reverse" | "mirror";
1662
+ repeatDelay?: number;
1663
+ type?: "tween";
1664
+ times?: number[];
1665
+ easings?: import("framer-motion").Easing[];
1666
+ from?: number | string;
1667
+ } | {
1668
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1669
+ duration: number | undefined;
1670
+ delay: number | undefined;
1671
+ when?: false | "beforeChildren" | "afterChildren" | string;
1672
+ delayChildren?: number;
1673
+ staggerChildren?: number;
1674
+ staggerDirection?: number;
1675
+ repeat?: number;
1676
+ repeatType?: "loop" | "reverse" | "mirror";
1677
+ repeatDelay?: number;
1678
+ type: "spring";
1679
+ stiffness?: number;
1680
+ damping?: number;
1681
+ mass?: number;
1682
+ bounce?: number;
1683
+ restSpeed?: number;
1684
+ restDelta?: number;
1685
+ from?: number | string;
1686
+ velocity?: number;
1687
+ } | {
1688
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1689
+ duration: number | undefined;
1690
+ delay: number | undefined;
1691
+ when?: false | "beforeChildren" | "afterChildren" | string;
1692
+ delayChildren?: number;
1693
+ staggerChildren?: number;
1694
+ staggerDirection?: number;
1695
+ repeat?: number;
1696
+ repeatType?: "loop" | "reverse" | "mirror";
1697
+ repeatDelay?: number;
1698
+ type: "keyframes";
1699
+ times?: number[];
1700
+ } | {
1701
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1702
+ duration: number | undefined;
1703
+ delay: number | undefined;
1704
+ when?: false | "beforeChildren" | "afterChildren" | string;
1705
+ delayChildren?: number;
1706
+ staggerChildren?: number;
1707
+ staggerDirection?: number;
1708
+ repeat?: number;
1709
+ repeatType?: "loop" | "reverse" | "mirror";
1710
+ repeatDelay?: number;
1711
+ type: "inertia";
1712
+ modifyTarget?(v: number): number;
1713
+ bounceStiffness?: number;
1714
+ bounceDamping?: number;
1715
+ power?: number;
1716
+ timeConstant?: number;
1717
+ restDelta?: number;
1718
+ min?: number;
1719
+ max?: number;
1720
+ from?: number | string;
1721
+ velocity?: number;
1722
+ } | {
1723
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1724
+ duration: number | undefined;
1725
+ delay: number | undefined;
1726
+ when?: false | "beforeChildren" | "afterChildren" | string;
1727
+ delayChildren?: number;
1728
+ staggerChildren?: number;
1729
+ staggerDirection?: number;
1730
+ repeat?: number;
1731
+ repeatType?: "loop" | "reverse" | "mirror";
1732
+ repeatDelay?: number;
1733
+ type: "just";
1734
+ } | {
1735
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1736
+ duration: number | undefined;
1737
+ delay: number | undefined;
1738
+ when?: false | "beforeChildren" | "afterChildren" | string;
1739
+ delayChildren?: number;
1740
+ staggerChildren?: number;
1741
+ staggerDirection?: number;
1742
+ repeat?: number;
1743
+ repeatType?: "loop" | "reverse" | "mirror";
1744
+ repeatDelay?: number;
1745
+ type: false;
1746
+ } | {
1747
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1748
+ duration: number | undefined;
1749
+ delay: number | undefined;
1750
+ when?: false | "beforeChildren" | "afterChildren" | string;
1751
+ delayChildren?: number;
1752
+ staggerChildren?: number;
1753
+ staggerDirection?: number;
1754
+ repeat?: number;
1755
+ repeatType?: "loop" | "reverse" | "mirror";
1756
+ repeatDelay?: number;
1757
+ } | {
1758
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1759
+ duration: number | undefined;
1760
+ delay: number | undefined;
1761
+ when?: false | "beforeChildren" | "afterChildren" | string;
1762
+ delayChildren?: number;
1763
+ staggerChildren?: number;
1764
+ staggerDirection?: number;
1765
+ repeat?: number;
1766
+ repeatType?: "loop" | "reverse" | "mirror";
1767
+ repeatDelay?: number;
1768
+ type?: "tween";
1769
+ times?: number[];
1770
+ easings?: import("framer-motion").Easing[];
1771
+ from?: number | string;
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: "spring";
1784
+ stiffness?: number;
1785
+ damping?: number;
1786
+ mass?: number;
1787
+ bounce?: number;
1788
+ restSpeed?: number;
1789
+ restDelta?: number;
1790
+ from?: number | string;
1791
+ velocity?: number;
1792
+ } | {
1793
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1794
+ duration: number | undefined;
1795
+ delay: number | undefined;
1796
+ when?: false | "beforeChildren" | "afterChildren" | string;
1797
+ delayChildren?: number;
1798
+ staggerChildren?: number;
1799
+ staggerDirection?: number;
1800
+ repeat?: number;
1801
+ repeatType?: "loop" | "reverse" | "mirror";
1802
+ repeatDelay?: number;
1803
+ type: "keyframes";
1804
+ times?: number[];
1805
+ } | {
1806
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1807
+ duration: number | undefined;
1808
+ delay: number | undefined;
1809
+ when?: false | "beforeChildren" | "afterChildren" | string;
1810
+ delayChildren?: number;
1811
+ staggerChildren?: number;
1812
+ staggerDirection?: number;
1813
+ repeat?: number;
1814
+ repeatType?: "loop" | "reverse" | "mirror";
1815
+ repeatDelay?: number;
1816
+ type: "inertia";
1817
+ modifyTarget?(v: number): number;
1818
+ bounceStiffness?: number;
1819
+ bounceDamping?: number;
1820
+ power?: number;
1821
+ timeConstant?: number;
1822
+ restDelta?: number;
1823
+ min?: number;
1824
+ max?: number;
1825
+ from?: number | string;
1826
+ velocity?: number;
1827
+ } | {
1828
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1829
+ duration: number | undefined;
1830
+ delay: number | undefined;
1831
+ when?: false | "beforeChildren" | "afterChildren" | string;
1832
+ delayChildren?: number;
1833
+ staggerChildren?: number;
1834
+ staggerDirection?: number;
1835
+ repeat?: number;
1836
+ repeatType?: "loop" | "reverse" | "mirror";
1837
+ repeatDelay?: number;
1838
+ type: "just";
1839
+ } | {
1840
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1841
+ duration: number | undefined;
1842
+ delay: number | undefined;
1843
+ when?: false | "beforeChildren" | "afterChildren" | string;
1844
+ delayChildren?: number;
1845
+ staggerChildren?: number;
1846
+ staggerDirection?: number;
1847
+ repeat?: number;
1848
+ repeatType?: "loop" | "reverse" | "mirror";
1849
+ repeatDelay?: number;
1850
+ type: false;
1851
+ } | {
1852
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
1853
+ duration: number | undefined;
1854
+ delay: number | undefined;
1855
+ when?: false | "beforeChildren" | "afterChildren" | string;
1856
+ delayChildren?: number;
1857
+ staggerChildren?: number;
1858
+ staggerDirection?: number;
1859
+ repeat?: number;
1860
+ repeatType?: "loop" | "reverse" | "mirror";
1861
+ repeatDelay?: number;
1862
+ } | undefined;
1863
+ };
1864
+ xMotionProps: {
1865
+ exit?: import("../../motion/types").MotionState | import("framer-motion").TargetAndTransition;
1866
+ transformTemplate?: (transform: {
1867
+ x?: string | number;
1868
+ y?: string | number;
1869
+ z?: string | number;
1870
+ translateX?: string | number;
1871
+ translateY?: string | number;
1872
+ translateZ?: string | number;
1873
+ rotate?: string | number;
1874
+ rotateX?: string | number;
1875
+ rotateY?: string | number;
1876
+ rotateZ?: string | number;
1877
+ scale?: string | number;
1878
+ scaleX?: string | number;
1879
+ scaleY?: string | number;
1880
+ scaleZ?: string | number;
1881
+ skew?: string | number;
1882
+ skewX?: string | number;
1883
+ skewY?: string | number;
1884
+ originX?: string | number;
1885
+ originY?: string | number;
1886
+ originZ?: string | number;
1887
+ perspective?: string | number;
1888
+ transformPerspective?: string | number;
1889
+ }, generatedTransform: string) => string;
1890
+ viewport?: import("framer-motion").MotionProps["viewport"];
1891
+ inherit?: boolean | undefined;
1892
+ style?: import("framer-motion").MotionStyle | undefined;
1893
+ children?: import("react").ReactNode | import("framer-motion").MotionValue<number> | import("framer-motion").MotionValue<string>;
1894
+ onDrag?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1895
+ onDragEnd?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1896
+ onDragStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1897
+ onAnimationStart?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
1898
+ drag?: boolean | "x" | "y" | undefined;
1899
+ layout?: boolean | "position" | "size" | "preserve-aspect" | undefined;
1900
+ custom?: any;
1901
+ transformValues?: (<V extends import("framer-motion").ResolvedValues>(values: V) => V) | undefined;
1902
+ variants: import("../../motion/types").MotionVariant | import("framer-motion").Variants | undefined;
1903
+ onBeforeLayoutMeasure?: ((box: import("framer-motion").Box) => void) | undefined;
1904
+ onLayoutMeasure?: ((box: import("framer-motion").Box, prevBox: import("framer-motion").Box) => void) | undefined;
1905
+ onUpdate?: ((latest: import("framer-motion").ResolvedValues) => void) | undefined;
1906
+ onAnimationComplete?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
1907
+ onPan?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1908
+ onPanStart?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1909
+ onPanSessionStart?: ((event: PointerEvent, info: import("framer-motion").EventInfo) => void) | undefined;
1910
+ onPanEnd?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
1911
+ onTap?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
1912
+ onTapStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
1913
+ onTapCancel?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
1914
+ whileTap?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
1915
+ globalTapTarget?: boolean | undefined;
1916
+ whileHover?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
1917
+ onHoverStart?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
1918
+ onHoverEnd?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
1919
+ whileFocus?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
1920
+ whileInView?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
1921
+ onViewportEnter?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
1922
+ onViewportLeave?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
1923
+ whileDrag?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
1924
+ dragDirectionLock?: boolean | undefined;
1925
+ dragPropagation?: boolean | undefined;
1926
+ dragConstraints?: (false | Partial<import("framer-motion").BoundingBox> | {
1927
+ current: Element | null;
1928
+ }) | undefined;
1929
+ dragElastic?: import("framer-motion").DragElastic | undefined;
1930
+ dragMomentum?: boolean | undefined;
1931
+ dragTransition?: Partial<Omit<import("framer-motion").Inertia, "type" | "velocity">> | undefined;
1932
+ dragControls?: import("framer-motion").DragControls | undefined;
1933
+ dragSnapToOrigin?: boolean | undefined;
1934
+ dragListener?: boolean | undefined;
1935
+ onMeasureDragConstraints?: ((constraints: import("framer-motion").BoundingBox) => import("framer-motion").BoundingBox | void) | undefined;
1936
+ _dragX?: import("framer-motion").MotionValue<number> | undefined;
1937
+ _dragY?: import("framer-motion").MotionValue<number> | undefined;
1938
+ onDirectionLock?: ((axis: "x" | "y") => void) | undefined;
1939
+ onDragTransitionEnd?: (() => void) | undefined;
1940
+ layoutId?: string | undefined;
1941
+ onLayoutAnimationStart?: (() => void) | undefined;
1942
+ onLayoutAnimationComplete?: (() => void) | undefined;
1943
+ layoutDependency?: any;
1944
+ layoutScroll?: boolean | undefined;
1945
+ layoutRoot?: boolean | undefined;
1946
+ ignoreStrict?: boolean | undefined;
1947
+ initial: boolean | import("../../motion/types").MotionState | {
1948
+ filter?: string | import("framer-motion").CustomValueType | undefined;
1949
+ fill?: string | import("framer-motion").CustomValueType | undefined;
1950
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
1951
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
1952
+ fontFamily?: string | import("framer-motion").CustomValueType | undefined;
1953
+ fontSize?: string | number | import("framer-motion").CustomValueType | undefined;
1954
+ fontWeight?: string | number | import("framer-motion").CustomValueType | undefined;
1955
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | import("framer-motion").CustomValueType | undefined;
1956
+ textTransform?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
1957
+ color?: string | import("framer-motion").CustomValueType | undefined;
1958
+ "--blue0"?: string | import("framer-motion").CustomValueType | undefined;
1959
+ "--blue5"?: string | import("framer-motion").CustomValueType | undefined;
1960
+ "--blue10"?: string | import("framer-motion").CustomValueType | undefined;
1961
+ "--blue15"?: string | import("framer-motion").CustomValueType | undefined;
1962
+ "--blue20"?: string | import("framer-motion").CustomValueType | undefined;
1963
+ "--blue30"?: string | import("framer-motion").CustomValueType | undefined;
1964
+ "--blue40"?: string | import("framer-motion").CustomValueType | undefined;
1965
+ "--blue50"?: string | import("framer-motion").CustomValueType | undefined;
1966
+ "--blue60"?: string | import("framer-motion").CustomValueType | undefined;
1967
+ "--blue70"?: string | import("framer-motion").CustomValueType | undefined;
1968
+ "--blue80"?: string | import("framer-motion").CustomValueType | undefined;
1969
+ "--blue90"?: string | import("framer-motion").CustomValueType | undefined;
1970
+ "--blue100"?: string | import("framer-motion").CustomValueType | undefined;
1971
+ "--green0"?: string | import("framer-motion").CustomValueType | undefined;
1972
+ "--green5"?: string | import("framer-motion").CustomValueType | undefined;
1973
+ "--green10"?: string | import("framer-motion").CustomValueType | undefined;
1974
+ "--green15"?: string | import("framer-motion").CustomValueType | undefined;
1975
+ "--green20"?: string | import("framer-motion").CustomValueType | undefined;
1976
+ "--green30"?: string | import("framer-motion").CustomValueType | undefined;
1977
+ "--green40"?: string | import("framer-motion").CustomValueType | undefined;
1978
+ "--green50"?: string | import("framer-motion").CustomValueType | undefined;
1979
+ "--green60"?: string | import("framer-motion").CustomValueType | undefined;
1980
+ "--green70"?: string | import("framer-motion").CustomValueType | undefined;
1981
+ "--green80"?: string | import("framer-motion").CustomValueType | undefined;
1982
+ "--green90"?: string | import("framer-motion").CustomValueType | undefined;
1983
+ "--green100"?: string | import("framer-motion").CustomValueType | undefined;
1984
+ "--orange0"?: string | import("framer-motion").CustomValueType | undefined;
1985
+ "--orange5"?: string | import("framer-motion").CustomValueType | undefined;
1986
+ "--orange10"?: string | import("framer-motion").CustomValueType | undefined;
1987
+ "--orange15"?: string | import("framer-motion").CustomValueType | undefined;
1988
+ "--orange20"?: string | import("framer-motion").CustomValueType | undefined;
1989
+ "--orange30"?: string | import("framer-motion").CustomValueType | undefined;
1990
+ "--orange40"?: string | import("framer-motion").CustomValueType | undefined;
1991
+ "--orange50"?: string | import("framer-motion").CustomValueType | undefined;
1992
+ "--orange60"?: string | import("framer-motion").CustomValueType | undefined;
1993
+ "--orange70"?: string | import("framer-motion").CustomValueType | undefined;
1994
+ "--orange80"?: string | import("framer-motion").CustomValueType | undefined;
1995
+ "--orange90"?: string | import("framer-motion").CustomValueType | undefined;
1996
+ "--orange100"?: string | import("framer-motion").CustomValueType | undefined;
1997
+ "--yellow0"?: string | import("framer-motion").CustomValueType | undefined;
1998
+ "--yellow5"?: string | import("framer-motion").CustomValueType | undefined;
1999
+ "--yellow10"?: string | import("framer-motion").CustomValueType | undefined;
2000
+ "--yellow15"?: string | import("framer-motion").CustomValueType | undefined;
2001
+ "--yellow20"?: string | import("framer-motion").CustomValueType | undefined;
2002
+ "--yellow30"?: string | import("framer-motion").CustomValueType | undefined;
2003
+ "--yellow40"?: string | import("framer-motion").CustomValueType | undefined;
2004
+ "--yellow50"?: string | import("framer-motion").CustomValueType | undefined;
2005
+ "--yellow60"?: string | import("framer-motion").CustomValueType | undefined;
2006
+ "--yellow70"?: string | import("framer-motion").CustomValueType | undefined;
2007
+ "--yellow80"?: string | import("framer-motion").CustomValueType | undefined;
2008
+ "--yellow90"?: string | import("framer-motion").CustomValueType | undefined;
2009
+ "--yellow100"?: string | import("framer-motion").CustomValueType | undefined;
2010
+ "--gray0"?: string | import("framer-motion").CustomValueType | undefined;
2011
+ "--gray5"?: string | import("framer-motion").CustomValueType | undefined;
2012
+ "--gray10"?: string | import("framer-motion").CustomValueType | undefined;
2013
+ "--gray15"?: string | import("framer-motion").CustomValueType | undefined;
2014
+ "--gray20"?: string | import("framer-motion").CustomValueType | undefined;
2015
+ "--gray30"?: string | import("framer-motion").CustomValueType | undefined;
2016
+ "--gray40"?: string | import("framer-motion").CustomValueType | undefined;
2017
+ "--gray50"?: string | import("framer-motion").CustomValueType | undefined;
2018
+ "--gray60"?: string | import("framer-motion").CustomValueType | undefined;
2019
+ "--gray70"?: string | import("framer-motion").CustomValueType | undefined;
2020
+ "--gray80"?: string | import("framer-motion").CustomValueType | undefined;
2021
+ "--gray90"?: string | import("framer-motion").CustomValueType | undefined;
2022
+ "--gray100"?: string | import("framer-motion").CustomValueType | undefined;
2023
+ "--indigo0"?: string | import("framer-motion").CustomValueType | undefined;
2024
+ "--indigo5"?: string | import("framer-motion").CustomValueType | undefined;
2025
+ "--indigo10"?: string | import("framer-motion").CustomValueType | undefined;
2026
+ "--indigo15"?: string | import("framer-motion").CustomValueType | undefined;
2027
+ "--indigo20"?: string | import("framer-motion").CustomValueType | undefined;
2028
+ "--indigo30"?: string | import("framer-motion").CustomValueType | undefined;
2029
+ "--indigo40"?: string | import("framer-motion").CustomValueType | undefined;
2030
+ "--indigo50"?: string | import("framer-motion").CustomValueType | undefined;
2031
+ "--indigo60"?: string | import("framer-motion").CustomValueType | undefined;
2032
+ "--indigo70"?: string | import("framer-motion").CustomValueType | undefined;
2033
+ "--indigo80"?: string | import("framer-motion").CustomValueType | undefined;
2034
+ "--indigo90"?: string | import("framer-motion").CustomValueType | undefined;
2035
+ "--indigo100"?: string | import("framer-motion").CustomValueType | undefined;
2036
+ "--pink0"?: string | import("framer-motion").CustomValueType | undefined;
2037
+ "--pink5"?: string | import("framer-motion").CustomValueType | undefined;
2038
+ "--pink10"?: string | import("framer-motion").CustomValueType | undefined;
2039
+ "--pink15"?: string | import("framer-motion").CustomValueType | undefined;
2040
+ "--pink20"?: string | import("framer-motion").CustomValueType | undefined;
2041
+ "--pink30"?: string | import("framer-motion").CustomValueType | undefined;
2042
+ "--pink40"?: string | import("framer-motion").CustomValueType | undefined;
2043
+ "--pink50"?: string | import("framer-motion").CustomValueType | undefined;
2044
+ "--pink60"?: string | import("framer-motion").CustomValueType | undefined;
2045
+ "--pink70"?: string | import("framer-motion").CustomValueType | undefined;
2046
+ "--pink80"?: string | import("framer-motion").CustomValueType | undefined;
2047
+ "--pink90"?: string | import("framer-motion").CustomValueType | undefined;
2048
+ "--pink100"?: string | import("framer-motion").CustomValueType | undefined;
2049
+ "--purple0"?: string | import("framer-motion").CustomValueType | undefined;
2050
+ "--purple5"?: string | import("framer-motion").CustomValueType | undefined;
2051
+ "--purple10"?: string | import("framer-motion").CustomValueType | undefined;
2052
+ "--purple15"?: string | import("framer-motion").CustomValueType | undefined;
2053
+ "--purple20"?: string | import("framer-motion").CustomValueType | undefined;
2054
+ "--purple30"?: string | import("framer-motion").CustomValueType | undefined;
2055
+ "--purple40"?: string | import("framer-motion").CustomValueType | undefined;
2056
+ "--purple50"?: string | import("framer-motion").CustomValueType | undefined;
2057
+ "--purple60"?: string | import("framer-motion").CustomValueType | undefined;
2058
+ "--purple70"?: string | import("framer-motion").CustomValueType | undefined;
2059
+ "--purple80"?: string | import("framer-motion").CustomValueType | undefined;
2060
+ "--purple90"?: string | import("framer-motion").CustomValueType | undefined;
2061
+ "--purple100"?: string | import("framer-motion").CustomValueType | undefined;
2062
+ "--red0"?: string | import("framer-motion").CustomValueType | undefined;
2063
+ "--red5"?: string | import("framer-motion").CustomValueType | undefined;
2064
+ "--red10"?: string | import("framer-motion").CustomValueType | undefined;
2065
+ "--red15"?: string | import("framer-motion").CustomValueType | undefined;
2066
+ "--red20"?: string | import("framer-motion").CustomValueType | undefined;
2067
+ "--red30"?: string | import("framer-motion").CustomValueType | undefined;
2068
+ "--red40"?: string | import("framer-motion").CustomValueType | undefined;
2069
+ "--red50"?: string | import("framer-motion").CustomValueType | undefined;
2070
+ "--red60"?: string | import("framer-motion").CustomValueType | undefined;
2071
+ "--red70"?: string | import("framer-motion").CustomValueType | undefined;
2072
+ "--red80"?: string | import("framer-motion").CustomValueType | undefined;
2073
+ "--red90"?: string | import("framer-motion").CustomValueType | undefined;
2074
+ "--red100"?: string | import("framer-motion").CustomValueType | undefined;
2075
+ "--teal0"?: string | import("framer-motion").CustomValueType | undefined;
2076
+ "--teal5"?: string | import("framer-motion").CustomValueType | undefined;
2077
+ "--teal10"?: string | import("framer-motion").CustomValueType | undefined;
2078
+ "--teal15"?: string | import("framer-motion").CustomValueType | undefined;
2079
+ "--teal20"?: string | import("framer-motion").CustomValueType | undefined;
2080
+ "--teal30"?: string | import("framer-motion").CustomValueType | undefined;
2081
+ "--teal40"?: string | import("framer-motion").CustomValueType | undefined;
2082
+ "--teal50"?: string | import("framer-motion").CustomValueType | undefined;
2083
+ "--teal60"?: string | import("framer-motion").CustomValueType | undefined;
2084
+ "--teal70"?: string | import("framer-motion").CustomValueType | undefined;
2085
+ "--teal80"?: string | import("framer-motion").CustomValueType | undefined;
2086
+ "--teal90"?: string | import("framer-motion").CustomValueType | undefined;
2087
+ "--teal100"?: string | import("framer-motion").CustomValueType | undefined;
2088
+ "--chartreuse0"?: string | import("framer-motion").CustomValueType | undefined;
2089
+ "--chartreuse5"?: string | import("framer-motion").CustomValueType | undefined;
2090
+ "--chartreuse10"?: string | import("framer-motion").CustomValueType | undefined;
2091
+ "--chartreuse15"?: string | import("framer-motion").CustomValueType | undefined;
2092
+ "--chartreuse20"?: string | import("framer-motion").CustomValueType | undefined;
2093
+ "--chartreuse30"?: string | import("framer-motion").CustomValueType | undefined;
2094
+ "--chartreuse40"?: string | import("framer-motion").CustomValueType | undefined;
2095
+ "--chartreuse50"?: string | import("framer-motion").CustomValueType | undefined;
2096
+ "--chartreuse60"?: string | import("framer-motion").CustomValueType | undefined;
2097
+ "--chartreuse70"?: string | import("framer-motion").CustomValueType | undefined;
2098
+ "--chartreuse80"?: string | import("framer-motion").CustomValueType | undefined;
2099
+ "--chartreuse90"?: string | import("framer-motion").CustomValueType | undefined;
2100
+ "--chartreuse100"?: string | import("framer-motion").CustomValueType | undefined;
2101
+ "--color-currentColor"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2102
+ "--color-fg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2103
+ "--color-fgMuted"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2104
+ "--color-fgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2105
+ "--color-fgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2106
+ "--color-fgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2107
+ "--color-fgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2108
+ "--color-fgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2109
+ "--color-bg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2110
+ "--color-bgAlternate"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2111
+ "--color-bgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2112
+ "--color-bgOverlay"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2113
+ "--color-bgElevation1"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2114
+ "--color-bgElevation2"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2115
+ "--color-bgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2116
+ "--color-bgPrimaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2117
+ "--color-bgSecondary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2118
+ "--color-bgTertiary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2119
+ "--color-bgSecondaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2120
+ "--color-bgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2121
+ "--color-bgNegativeWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2122
+ "--color-bgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2123
+ "--color-bgPositiveWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2124
+ "--color-bgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2125
+ "--color-bgWarningWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2126
+ "--color-bgLine"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2127
+ "--color-bgLineHeavy"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2128
+ "--color-bgLineInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2129
+ "--color-bgLinePrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2130
+ "--color-bgLinePrimarySubtle"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2131
+ "--color-accentSubtleRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2132
+ "--color-accentBoldRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2133
+ "--color-accentSubtleGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2134
+ "--color-accentBoldGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2135
+ "--color-accentSubtleBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2136
+ "--color-accentBoldBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2137
+ "--color-accentSubtlePurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2138
+ "--color-accentBoldPurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2139
+ "--color-accentSubtleYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2140
+ "--color-accentBoldYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2141
+ "--color-accentSubtleGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2142
+ "--color-accentBoldGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2143
+ "--color-transparent"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
2144
+ "--space-0"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2145
+ "--space-1"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2146
+ "--space-2"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2147
+ "--space-5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2148
+ "--space-10"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2149
+ "--space-0.25"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2150
+ "--space-0.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2151
+ "--space-0.75"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2152
+ "--space-1.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2153
+ "--space-3"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2154
+ "--space-4"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2155
+ "--space-6"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2156
+ "--space-7"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2157
+ "--space-8"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2158
+ "--space-9"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2159
+ "--iconSize-xs"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2160
+ "--iconSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2161
+ "--iconSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2162
+ "--iconSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2163
+ "--avatarSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2164
+ "--avatarSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2165
+ "--avatarSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2166
+ "--avatarSize-xl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2167
+ "--avatarSize-xxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2168
+ "--avatarSize-xxxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2169
+ "--borderWidth-0"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2170
+ "--borderWidth-100"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2171
+ "--borderWidth-200"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2172
+ "--borderWidth-300"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2173
+ "--borderWidth-400"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2174
+ "--borderWidth-500"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2175
+ "--borderRadius-0"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2176
+ "--borderRadius-100"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2177
+ "--borderRadius-200"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2178
+ "--borderRadius-300"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2179
+ "--borderRadius-400"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2180
+ "--borderRadius-500"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2181
+ "--borderRadius-600"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2182
+ "--borderRadius-700"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2183
+ "--borderRadius-800"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2184
+ "--borderRadius-900"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2185
+ "--borderRadius-1000"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2186
+ "--fontFamily-display1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2187
+ "--fontFamily-display2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2188
+ "--fontFamily-display3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2189
+ "--fontFamily-title1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2190
+ "--fontFamily-title2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2191
+ "--fontFamily-title3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2192
+ "--fontFamily-title4"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2193
+ "--fontFamily-headline"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2194
+ "--fontFamily-body"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2195
+ "--fontFamily-label1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2196
+ "--fontFamily-label2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2197
+ "--fontFamily-caption"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2198
+ "--fontFamily-legal"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
2199
+ "--fontSize-display1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2200
+ "--fontSize-display2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2201
+ "--fontSize-display3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2202
+ "--fontSize-title1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2203
+ "--fontSize-title2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2204
+ "--fontSize-title3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2205
+ "--fontSize-title4"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2206
+ "--fontSize-headline"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2207
+ "--fontSize-body"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2208
+ "--fontSize-label1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2209
+ "--fontSize-label2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2210
+ "--fontSize-caption"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2211
+ "--fontSize-legal"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2212
+ "--fontWeight-display1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2213
+ "--fontWeight-display2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2214
+ "--fontWeight-display3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2215
+ "--fontWeight-title1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2216
+ "--fontWeight-title2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2217
+ "--fontWeight-title3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2218
+ "--fontWeight-title4"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2219
+ "--fontWeight-headline"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2220
+ "--fontWeight-body"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2221
+ "--fontWeight-label1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2222
+ "--fontWeight-label2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2223
+ "--fontWeight-caption"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2224
+ "--fontWeight-legal"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
2225
+ "--lineHeight-display1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2226
+ "--lineHeight-display2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2227
+ "--lineHeight-display3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2228
+ "--lineHeight-title1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2229
+ "--lineHeight-title2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2230
+ "--lineHeight-title3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2231
+ "--lineHeight-title4"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2232
+ "--lineHeight-headline"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2233
+ "--lineHeight-body"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2234
+ "--lineHeight-label1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2235
+ "--lineHeight-label2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2236
+ "--lineHeight-caption"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2237
+ "--lineHeight-legal"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2238
+ "--textTransform-display1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2239
+ "--textTransform-display2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2240
+ "--textTransform-display3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2241
+ "--textTransform-title1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2242
+ "--textTransform-title2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2243
+ "--textTransform-title3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2244
+ "--textTransform-title4"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2245
+ "--textTransform-headline"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2246
+ "--textTransform-body"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2247
+ "--textTransform-label1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2248
+ "--textTransform-label2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2249
+ "--textTransform-caption"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2250
+ "--textTransform-legal"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
2251
+ "--shadow-elevation1"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
2252
+ "--shadow-elevation2"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
2253
+ "--controlSize-checkboxSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2254
+ "--controlSize-radioSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2255
+ "--controlSize-switchWidth"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2256
+ "--controlSize-switchHeight"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2257
+ "--controlSize-switchThumbSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2258
+ "--controlSize-tileSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
2259
+ clipPath?: string | import("framer-motion").CustomValueType | undefined;
2260
+ marker?: import("csstype").Property.Marker | import("framer-motion").CustomValueType | undefined;
2261
+ mask?: string | import("framer-motion").CustomValueType | undefined;
2262
+ height?: string | number | import("framer-motion").CustomValueType | undefined;
2263
+ width?: string | number | import("framer-motion").CustomValueType | undefined;
2264
+ 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;
2265
+ azimuth?: string | import("framer-motion").CustomValueType | undefined;
2266
+ baselineShift?: string | number | import("framer-motion").CustomValueType | undefined;
2267
+ clip?: string | import("framer-motion").CustomValueType | undefined;
2268
+ clipRule?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
2269
+ colorInterpolation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
2270
+ colorRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeQuality" | "optimizeSpeed" | import("framer-motion").CustomValueType | undefined;
2271
+ cursor?: string | import("framer-motion").CustomValueType | undefined;
2272
+ direction?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("framer-motion").CustomValueType | undefined;
2273
+ display?: string | import("framer-motion").CustomValueType | undefined;
2274
+ 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;
2275
+ fillOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
2276
+ fillRule?: "inherit" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
2277
+ floodColor?: string | import("framer-motion").CustomValueType | undefined;
2278
+ floodOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
2279
+ fontSizeAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
2280
+ fontStretch?: string | import("framer-motion").CustomValueType | undefined;
2281
+ fontStyle?: string | import("framer-motion").CustomValueType | undefined;
2282
+ fontVariant?: string | import("framer-motion").CustomValueType | undefined;
2283
+ glyphOrientationVertical?: string | number | import("framer-motion").CustomValueType | undefined;
2284
+ imageRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | import("framer-motion").CustomValueType | undefined;
2285
+ letterSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
2286
+ lightingColor?: string | import("framer-motion").CustomValueType | undefined;
2287
+ markerEnd?: string | import("framer-motion").CustomValueType | undefined;
2288
+ markerMid?: string | import("framer-motion").CustomValueType | undefined;
2289
+ markerStart?: string | import("framer-motion").CustomValueType | undefined;
2290
+ offset?: string | number | import("framer-motion").CustomValueType | undefined;
2291
+ opacity?: string | number | import("framer-motion").CustomValueType | undefined;
2292
+ order?: string | number | import("framer-motion").CustomValueType | undefined;
2293
+ overflow?: string | import("framer-motion").CustomValueType | undefined;
2294
+ paintOrder?: string | import("framer-motion").CustomValueType | undefined;
2295
+ pointerEvents?: "fill" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "stroke" | "all" | "visible" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | import("framer-motion").CustomValueType | undefined;
2296
+ shapeRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | import("framer-motion").CustomValueType | undefined;
2297
+ stopColor?: string | import("framer-motion").CustomValueType | undefined;
2298
+ stopOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
2299
+ stroke?: string | import("framer-motion").CustomValueType | undefined;
2300
+ strokeDasharray?: string | number | import("framer-motion").CustomValueType | undefined;
2301
+ strokeDashoffset?: string | number | import("framer-motion").CustomValueType | undefined;
2302
+ strokeLinecap?: "inherit" | "round" | "butt" | "square" | import("framer-motion").CustomValueType | undefined;
2303
+ strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | import("framer-motion").CustomValueType | undefined;
2304
+ strokeMiterlimit?: string | number | import("framer-motion").CustomValueType | undefined;
2305
+ strokeOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
2306
+ strokeWidth?: string | number | import("framer-motion").CustomValueType | undefined;
2307
+ textAnchor?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "middle" | import("framer-motion").CustomValueType | undefined;
2308
+ textDecoration?: string | number | import("framer-motion").CustomValueType | undefined;
2309
+ textRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "geometricPrecision" | "optimizeLegibility" | import("framer-motion").CustomValueType | undefined;
2310
+ transform?: string | import("framer-motion").CustomValueType | undefined;
2311
+ 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;
2312
+ vectorEffect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "non-scaling-stroke" | import("framer-motion").CustomValueType | undefined;
2313
+ visibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "hidden" | "visible" | "collapse" | import("framer-motion").CustomValueType | undefined;
2314
+ wordSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
2315
+ writingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("framer-motion").CustomValueType | undefined;
2316
+ translate?: import("csstype").Property.Translate<string | number> | import("framer-motion").CustomValueType | undefined;
2317
+ content?: import("csstype").Property.Content | import("framer-motion").CustomValueType | undefined;
2318
+ border?: import("csstype").Property.Border<string | number> | import("framer-motion").CustomValueType | undefined;
2319
+ animation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
2320
+ flex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
2321
+ grid?: import("csstype").Property.Grid | import("framer-motion").CustomValueType | undefined;
2322
+ top?: import("csstype").Property.Top<string | number> | import("framer-motion").CustomValueType | undefined;
2323
+ bottom?: import("csstype").Property.Bottom<string | number> | import("framer-motion").CustomValueType | undefined;
2324
+ left?: import("csstype").Property.Left<string | number> | import("framer-motion").CustomValueType | undefined;
2325
+ right?: import("csstype").Property.Right<string | number> | import("framer-motion").CustomValueType | undefined;
2326
+ all?: import("csstype").Globals | import("framer-motion").CustomValueType | undefined;
2327
+ minWidth?: import("csstype").Property.MinWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2328
+ minHeight?: import("csstype").Property.MinHeight<string | number> | import("framer-motion").CustomValueType | undefined;
2329
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2330
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | import("framer-motion").CustomValueType | undefined;
2331
+ aspectRatio?: import("csstype").Property.AspectRatio | import("framer-motion").CustomValueType | undefined;
2332
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
2333
+ flexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
2334
+ flexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
2335
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | import("framer-motion").CustomValueType | undefined;
2336
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | import("framer-motion").CustomValueType | undefined;
2337
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("framer-motion").CustomValueType | undefined;
2338
+ gridTemplate?: import("csstype").Property.GridTemplate | import("framer-motion").CustomValueType | undefined;
2339
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | import("framer-motion").CustomValueType | undefined;
2340
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | import("framer-motion").CustomValueType | undefined;
2341
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("framer-motion").CustomValueType | undefined;
2342
+ gridRowStart?: import("csstype").Property.GridRowStart | import("framer-motion").CustomValueType | undefined;
2343
+ gridColumnStart?: import("csstype").Property.GridColumnStart | import("framer-motion").CustomValueType | undefined;
2344
+ gridRowEnd?: import("csstype").Property.GridRowEnd | import("framer-motion").CustomValueType | undefined;
2345
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("framer-motion").CustomValueType | undefined;
2346
+ gridRow?: import("csstype").Property.GridRow | import("framer-motion").CustomValueType | undefined;
2347
+ gridColumn?: import("csstype").Property.GridColumn | import("framer-motion").CustomValueType | undefined;
2348
+ gridArea?: import("csstype").Property.GridArea | import("framer-motion").CustomValueType | undefined;
2349
+ zIndex?: import("csstype").Property.ZIndex | import("framer-motion").CustomValueType | undefined;
2350
+ background?: import("csstype").Property.Background<string | number> | import("framer-motion").CustomValueType | undefined;
2351
+ borderColor?: import("csstype").Property.BorderColor | import("framer-motion").CustomValueType | undefined;
2352
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2353
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2354
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2355
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2356
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2357
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2358
+ gap?: import("csstype").Property.Gap<string | number> | import("framer-motion").CustomValueType | undefined;
2359
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
2360
+ rowGap?: import("csstype").Property.RowGap<string | number> | import("framer-motion").CustomValueType | undefined;
2361
+ padding?: import("csstype").Property.Padding<string | number> | import("framer-motion").CustomValueType | undefined;
2362
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
2363
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2364
+ margin?: import("csstype").Property.Margin<string | number> | import("framer-motion").CustomValueType | undefined;
2365
+ marginTop?: import("csstype").Property.MarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
2366
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2367
+ userSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
2368
+ justifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
2369
+ alignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
2370
+ alignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
2371
+ alignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
2372
+ flexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
2373
+ flexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
2374
+ position?: import("csstype").Property.Position | import("framer-motion").CustomValueType | undefined;
2375
+ textAlign?: import("csstype").Property.TextAlign | import("framer-motion").CustomValueType | undefined;
2376
+ accentColor?: import("csstype").Property.AccentColor | import("framer-motion").CustomValueType | undefined;
2377
+ alignTracks?: import("csstype").Property.AlignTracks | import("framer-motion").CustomValueType | undefined;
2378
+ animationComposition?: import("csstype").Property.AnimationComposition | import("framer-motion").CustomValueType | undefined;
2379
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2380
+ animationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
2381
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2382
+ animationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
2383
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
2384
+ animationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
2385
+ animationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
2386
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2387
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | import("framer-motion").CustomValueType | undefined;
2388
+ animationTimeline?: import("csstype").Property.AnimationTimeline | import("framer-motion").CustomValueType | undefined;
2389
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
2390
+ appearance?: import("csstype").Property.Appearance | import("framer-motion").CustomValueType | undefined;
2391
+ backdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
2392
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
2393
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("framer-motion").CustomValueType | undefined;
2394
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("framer-motion").CustomValueType | undefined;
2395
+ backgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
2396
+ backgroundColor?: import("csstype").Property.BackgroundColor | import("framer-motion").CustomValueType | undefined;
2397
+ backgroundImage?: import("csstype").Property.BackgroundImage | import("framer-motion").CustomValueType | undefined;
2398
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
2399
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
2400
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
2401
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("framer-motion").CustomValueType | undefined;
2402
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
2403
+ blockOverflow?: import("csstype").Property.BlockOverflow | import("framer-motion").CustomValueType | undefined;
2404
+ blockSize?: import("csstype").Property.BlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
2405
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | import("framer-motion").CustomValueType | undefined;
2406
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("framer-motion").CustomValueType | undefined;
2407
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("framer-motion").CustomValueType | undefined;
2408
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2409
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("framer-motion").CustomValueType | undefined;
2410
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("framer-motion").CustomValueType | undefined;
2411
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2412
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("framer-motion").CustomValueType | undefined;
2413
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2414
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | import("framer-motion").CustomValueType | undefined;
2415
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("framer-motion").CustomValueType | undefined;
2416
+ borderCollapse?: import("csstype").Property.BorderCollapse | import("framer-motion").CustomValueType | undefined;
2417
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2418
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2419
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | import("framer-motion").CustomValueType | undefined;
2420
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("framer-motion").CustomValueType | undefined;
2421
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
2422
+ borderImageSource?: import("csstype").Property.BorderImageSource | import("framer-motion").CustomValueType | undefined;
2423
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2424
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | import("framer-motion").CustomValueType | undefined;
2425
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
2426
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
2427
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2428
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
2429
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
2430
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2431
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("framer-motion").CustomValueType | undefined;
2432
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2433
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | import("framer-motion").CustomValueType | undefined;
2434
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("framer-motion").CustomValueType | undefined;
2435
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2436
+ borderRightColor?: import("csstype").Property.BorderRightColor | import("framer-motion").CustomValueType | undefined;
2437
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | import("framer-motion").CustomValueType | undefined;
2438
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2439
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | import("framer-motion").CustomValueType | undefined;
2440
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2441
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2442
+ borderTopColor?: import("csstype").Property.BorderTopColor | import("framer-motion").CustomValueType | undefined;
2443
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | import("framer-motion").CustomValueType | undefined;
2444
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
2445
+ boxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
2446
+ boxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
2447
+ breakAfter?: import("csstype").Property.BreakAfter | import("framer-motion").CustomValueType | undefined;
2448
+ breakBefore?: import("csstype").Property.BreakBefore | import("framer-motion").CustomValueType | undefined;
2449
+ breakInside?: import("csstype").Property.BreakInside | import("framer-motion").CustomValueType | undefined;
2450
+ captionSide?: import("csstype").Property.CaptionSide | import("framer-motion").CustomValueType | undefined;
2451
+ caretColor?: import("csstype").Property.CaretColor | import("framer-motion").CustomValueType | undefined;
2452
+ caretShape?: import("csstype").Property.CaretShape | import("framer-motion").CustomValueType | undefined;
2453
+ clear?: import("csstype").Property.Clear | import("framer-motion").CustomValueType | undefined;
2454
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
2455
+ colorScheme?: import("csstype").Property.ColorScheme | import("framer-motion").CustomValueType | undefined;
2456
+ columnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
2457
+ columnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
2458
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
2459
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
2460
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2461
+ columnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
2462
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2463
+ contain?: import("csstype").Property.Contain | import("framer-motion").CustomValueType | undefined;
2464
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
2465
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | import("framer-motion").CustomValueType | undefined;
2466
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2467
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2468
+ containerName?: import("csstype").Property.ContainerName | import("framer-motion").CustomValueType | undefined;
2469
+ containerType?: import("csstype").Property.ContainerType | import("framer-motion").CustomValueType | undefined;
2470
+ contentVisibility?: import("csstype").Property.ContentVisibility | import("framer-motion").CustomValueType | undefined;
2471
+ counterIncrement?: import("csstype").Property.CounterIncrement | import("framer-motion").CustomValueType | undefined;
2472
+ counterReset?: import("csstype").Property.CounterReset | import("framer-motion").CustomValueType | undefined;
2473
+ counterSet?: import("csstype").Property.CounterSet | import("framer-motion").CustomValueType | undefined;
2474
+ emptyCells?: import("csstype").Property.EmptyCells | import("framer-motion").CustomValueType | undefined;
2475
+ float?: import("csstype").Property.Float | import("framer-motion").CustomValueType | undefined;
2476
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
2477
+ fontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
2478
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
2479
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("framer-motion").CustomValueType | undefined;
2480
+ fontPalette?: import("csstype").Property.FontPalette | import("framer-motion").CustomValueType | undefined;
2481
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
2482
+ fontSynthesis?: import("csstype").Property.FontSynthesis | import("framer-motion").CustomValueType | undefined;
2483
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | import("framer-motion").CustomValueType | undefined;
2484
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | import("framer-motion").CustomValueType | undefined;
2485
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | import("framer-motion").CustomValueType | undefined;
2486
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | import("framer-motion").CustomValueType | undefined;
2487
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("framer-motion").CustomValueType | undefined;
2488
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("framer-motion").CustomValueType | undefined;
2489
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("framer-motion").CustomValueType | undefined;
2490
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | import("framer-motion").CustomValueType | undefined;
2491
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
2492
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("framer-motion").CustomValueType | undefined;
2493
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("framer-motion").CustomValueType | undefined;
2494
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("framer-motion").CustomValueType | undefined;
2495
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("framer-motion").CustomValueType | undefined;
2496
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("framer-motion").CustomValueType | undefined;
2497
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
2498
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
2499
+ hyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
2500
+ imageOrientation?: import("csstype").Property.ImageOrientation | import("framer-motion").CustomValueType | undefined;
2501
+ imageResolution?: import("csstype").Property.ImageResolution | import("framer-motion").CustomValueType | undefined;
2502
+ initialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
2503
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2504
+ inputSecurity?: import("csstype").Property.InputSecurity | import("framer-motion").CustomValueType | undefined;
2505
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2506
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2507
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2508
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2509
+ isolation?: import("csstype").Property.Isolation | import("framer-motion").CustomValueType | undefined;
2510
+ justifyItems?: import("csstype").Property.JustifyItems | import("framer-motion").CustomValueType | undefined;
2511
+ justifySelf?: import("csstype").Property.JustifySelf | import("framer-motion").CustomValueType | undefined;
2512
+ justifyTracks?: import("csstype").Property.JustifyTracks | import("framer-motion").CustomValueType | undefined;
2513
+ lineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
2514
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("framer-motion").CustomValueType | undefined;
2515
+ listStyleImage?: import("csstype").Property.ListStyleImage | import("framer-motion").CustomValueType | undefined;
2516
+ listStylePosition?: import("csstype").Property.ListStylePosition | import("framer-motion").CustomValueType | undefined;
2517
+ listStyleType?: import("csstype").Property.ListStyleType | import("framer-motion").CustomValueType | undefined;
2518
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2519
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2520
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2521
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2522
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2523
+ marginRight?: import("csstype").Property.MarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
2524
+ marginTrim?: import("csstype").Property.MarginTrim | import("framer-motion").CustomValueType | undefined;
2525
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | import("framer-motion").CustomValueType | undefined;
2526
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
2527
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
2528
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
2529
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
2530
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2531
+ maskClip?: import("csstype").Property.MaskClip | import("framer-motion").CustomValueType | undefined;
2532
+ maskComposite?: import("csstype").Property.MaskComposite | import("framer-motion").CustomValueType | undefined;
2533
+ maskImage?: import("csstype").Property.MaskImage | import("framer-motion").CustomValueType | undefined;
2534
+ maskMode?: import("csstype").Property.MaskMode | import("framer-motion").CustomValueType | undefined;
2535
+ maskOrigin?: import("csstype").Property.MaskOrigin | import("framer-motion").CustomValueType | undefined;
2536
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2537
+ maskRepeat?: import("csstype").Property.MaskRepeat | import("framer-motion").CustomValueType | undefined;
2538
+ maskSize?: import("csstype").Property.MaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
2539
+ maskType?: import("csstype").Property.MaskType | import("framer-motion").CustomValueType | undefined;
2540
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | import("framer-motion").CustomValueType | undefined;
2541
+ mathDepth?: import("csstype").Property.MathDepth | import("framer-motion").CustomValueType | undefined;
2542
+ mathShift?: import("csstype").Property.MathShift | import("framer-motion").CustomValueType | undefined;
2543
+ mathStyle?: import("csstype").Property.MathStyle | import("framer-motion").CustomValueType | undefined;
2544
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
2545
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2546
+ maxLines?: import("csstype").Property.MaxLines | import("framer-motion").CustomValueType | undefined;
2547
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
2548
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2549
+ mixBlendMode?: import("csstype").Property.MixBlendMode | import("framer-motion").CustomValueType | undefined;
2550
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
2551
+ motionPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
2552
+ motionRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
2553
+ objectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
2554
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2555
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | import("framer-motion").CustomValueType | undefined;
2556
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
2557
+ offsetPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
2558
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2559
+ offsetRotate?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
2560
+ offsetRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
2561
+ orphans?: import("csstype").Property.Orphans | import("framer-motion").CustomValueType | undefined;
2562
+ outlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
2563
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
2564
+ outlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
2565
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2566
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | import("framer-motion").CustomValueType | undefined;
2567
+ overflowBlock?: import("csstype").Property.OverflowBlock | import("framer-motion").CustomValueType | undefined;
2568
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | import("framer-motion").CustomValueType | undefined;
2569
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2570
+ overflowInline?: import("csstype").Property.OverflowInline | import("framer-motion").CustomValueType | undefined;
2571
+ overflowWrap?: import("csstype").Property.OverflowWrap | import("framer-motion").CustomValueType | undefined;
2572
+ overflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
2573
+ overflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
2574
+ overlay?: import("csstype").Property.Overlay | import("framer-motion").CustomValueType | undefined;
2575
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("framer-motion").CustomValueType | undefined;
2576
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("framer-motion").CustomValueType | undefined;
2577
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("framer-motion").CustomValueType | undefined;
2578
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("framer-motion").CustomValueType | undefined;
2579
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2580
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2581
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2582
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2583
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2584
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
2585
+ page?: import("csstype").Property.Page | import("framer-motion").CustomValueType | undefined;
2586
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("framer-motion").CustomValueType | undefined;
2587
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("framer-motion").CustomValueType | undefined;
2588
+ pageBreakInside?: import("csstype").Property.PageBreakInside | import("framer-motion").CustomValueType | undefined;
2589
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2590
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
2591
+ quotes?: import("csstype").Property.Quotes | import("framer-motion").CustomValueType | undefined;
2592
+ resize?: import("csstype").Property.Resize | import("framer-motion").CustomValueType | undefined;
2593
+ rubyAlign?: import("csstype").Property.RubyAlign | import("framer-motion").CustomValueType | undefined;
2594
+ rubyMerge?: import("csstype").Property.RubyMerge | import("framer-motion").CustomValueType | undefined;
2595
+ rubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
2596
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | import("framer-motion").CustomValueType | undefined;
2597
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2598
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2599
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2600
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2601
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2602
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2603
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
2604
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
2605
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2606
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2607
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2608
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2609
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2610
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2611
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
2612
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
2613
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("framer-motion").CustomValueType | undefined;
2614
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2615
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2616
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
2617
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
2618
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("framer-motion").CustomValueType | undefined;
2619
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
2620
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | import("framer-motion").CustomValueType | undefined;
2621
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | import("framer-motion").CustomValueType | undefined;
2622
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | import("framer-motion").CustomValueType | undefined;
2623
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("framer-motion").CustomValueType | undefined;
2624
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("framer-motion").CustomValueType | undefined;
2625
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("framer-motion").CustomValueType | undefined;
2626
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2627
+ shapeOutside?: import("csstype").Property.ShapeOutside | import("framer-motion").CustomValueType | undefined;
2628
+ tabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
2629
+ tableLayout?: import("csstype").Property.TableLayout | import("framer-motion").CustomValueType | undefined;
2630
+ textAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
2631
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
2632
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
2633
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
2634
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
2635
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("framer-motion").CustomValueType | undefined;
2636
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
2637
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | import("framer-motion").CustomValueType | undefined;
2638
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
2639
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
2640
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
2641
+ textIndent?: import("csstype").Property.TextIndent<string | number> | import("framer-motion").CustomValueType | undefined;
2642
+ textJustify?: import("csstype").Property.TextJustify | import("framer-motion").CustomValueType | undefined;
2643
+ textOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
2644
+ textOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
2645
+ textShadow?: import("csstype").Property.TextShadow | import("framer-motion").CustomValueType | undefined;
2646
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
2647
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
2648
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
2649
+ textWrap?: import("csstype").Property.TextWrap | import("framer-motion").CustomValueType | undefined;
2650
+ timelineScope?: import("csstype").Property.TimelineScope | import("framer-motion").CustomValueType | undefined;
2651
+ touchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
2652
+ transformBox?: import("csstype").Property.TransformBox | import("framer-motion").CustomValueType | undefined;
2653
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2654
+ transformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
2655
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | import("framer-motion").CustomValueType | undefined;
2656
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2657
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2658
+ transitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
2659
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
2660
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | import("framer-motion").CustomValueType | undefined;
2661
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | import("framer-motion").CustomValueType | undefined;
2662
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | import("framer-motion").CustomValueType | undefined;
2663
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | import("framer-motion").CustomValueType | undefined;
2664
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | import("framer-motion").CustomValueType | undefined;
2665
+ whiteSpace?: import("csstype").Property.WhiteSpace | import("framer-motion").CustomValueType | undefined;
2666
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | import("framer-motion").CustomValueType | undefined;
2667
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | import("framer-motion").CustomValueType | undefined;
2668
+ widows?: import("csstype").Property.Widows | import("framer-motion").CustomValueType | undefined;
2669
+ willChange?: import("csstype").Property.WillChange | import("framer-motion").CustomValueType | undefined;
2670
+ wordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
2671
+ wordWrap?: import("csstype").Property.WordWrap | import("framer-motion").CustomValueType | undefined;
2672
+ zoom?: import("csstype").Property.Zoom | import("framer-motion").CustomValueType | undefined;
2673
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | import("framer-motion").CustomValueType | undefined;
2674
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2675
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2676
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2677
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2678
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | import("framer-motion").CustomValueType | undefined;
2679
+ borderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
2680
+ borderInline?: import("csstype").Property.BorderInline<string | number> | import("framer-motion").CustomValueType | undefined;
2681
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2682
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2683
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | import("framer-motion").CustomValueType | undefined;
2684
+ borderRight?: import("csstype").Property.BorderRight<string | number> | import("framer-motion").CustomValueType | undefined;
2685
+ borderStyle?: import("csstype").Property.BorderStyle | import("framer-motion").CustomValueType | undefined;
2686
+ borderTop?: import("csstype").Property.BorderTop<string | number> | import("framer-motion").CustomValueType | undefined;
2687
+ caret?: import("csstype").Property.Caret | import("framer-motion").CustomValueType | undefined;
2688
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
2689
+ columns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
2690
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | import("framer-motion").CustomValueType | undefined;
2691
+ container?: import("csstype").Property.Container | import("framer-motion").CustomValueType | undefined;
2692
+ flexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
2693
+ font?: import("csstype").Property.Font | import("framer-motion").CustomValueType | undefined;
2694
+ inset?: import("csstype").Property.Inset<string | number> | import("framer-motion").CustomValueType | undefined;
2695
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2696
+ insetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
2697
+ lineClamp?: import("csstype").Property.LineClamp | import("framer-motion").CustomValueType | undefined;
2698
+ listStyle?: import("csstype").Property.ListStyle | import("framer-motion").CustomValueType | undefined;
2699
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2700
+ marginInline?: import("csstype").Property.MarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
2701
+ maskBorder?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
2702
+ motion?: import("csstype").Property.Offset<string | number> | import("framer-motion").CustomValueType | undefined;
2703
+ outline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
2704
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("framer-motion").CustomValueType | undefined;
2705
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2706
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
2707
+ placeContent?: import("csstype").Property.PlaceContent | import("framer-motion").CustomValueType | undefined;
2708
+ placeItems?: import("csstype").Property.PlaceItems | import("framer-motion").CustomValueType | undefined;
2709
+ placeSelf?: import("csstype").Property.PlaceSelf | import("framer-motion").CustomValueType | undefined;
2710
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2711
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2712
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
2713
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | import("framer-motion").CustomValueType | undefined;
2714
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2715
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
2716
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2717
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | import("framer-motion").CustomValueType | undefined;
2718
+ textEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
2719
+ viewTimeline?: import("csstype").Property.ViewTimeline | import("framer-motion").CustomValueType | undefined;
2720
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2721
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
2722
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2723
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
2724
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
2725
+ MozAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
2726
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
2727
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
2728
+ MozAppearance?: import("csstype").Property.MozAppearance | import("framer-motion").CustomValueType | undefined;
2729
+ MozBinding?: import("csstype").Property.MozBinding | import("framer-motion").CustomValueType | undefined;
2730
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("framer-motion").CustomValueType | undefined;
2731
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
2732
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
2733
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2734
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("framer-motion").CustomValueType | undefined;
2735
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("framer-motion").CustomValueType | undefined;
2736
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
2737
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
2738
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("framer-motion").CustomValueType | undefined;
2739
+ MozBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
2740
+ MozColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
2741
+ MozColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
2742
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
2743
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
2744
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2745
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2746
+ MozContextProperties?: import("csstype").Property.MozContextProperties | import("framer-motion").CustomValueType | undefined;
2747
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
2748
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
2749
+ MozHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
2750
+ MozImageRegion?: import("csstype").Property.MozImageRegion | import("framer-motion").CustomValueType | undefined;
2751
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2752
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2753
+ MozOrient?: import("csstype").Property.MozOrient | import("framer-motion").CustomValueType | undefined;
2754
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
2755
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | import("framer-motion").CustomValueType | undefined;
2756
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | import("framer-motion").CustomValueType | undefined;
2757
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | import("framer-motion").CustomValueType | undefined;
2758
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | import("framer-motion").CustomValueType | undefined;
2759
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2760
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2761
+ MozStackSizing?: import("csstype").Property.MozStackSizing | import("framer-motion").CustomValueType | undefined;
2762
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
2763
+ MozTextBlink?: import("csstype").Property.MozTextBlink | import("framer-motion").CustomValueType | undefined;
2764
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
2765
+ MozUserFocus?: import("csstype").Property.MozUserFocus | import("framer-motion").CustomValueType | undefined;
2766
+ MozUserModify?: import("csstype").Property.MozUserModify | import("framer-motion").CustomValueType | undefined;
2767
+ MozUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
2768
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("framer-motion").CustomValueType | undefined;
2769
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("framer-motion").CustomValueType | undefined;
2770
+ msAccelerator?: import("csstype").Property.MsAccelerator | import("framer-motion").CustomValueType | undefined;
2771
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | import("framer-motion").CustomValueType | undefined;
2772
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("framer-motion").CustomValueType | undefined;
2773
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("framer-motion").CustomValueType | undefined;
2774
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("framer-motion").CustomValueType | undefined;
2775
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("framer-motion").CustomValueType | undefined;
2776
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("framer-motion").CustomValueType | undefined;
2777
+ msContentZooming?: import("csstype").Property.MsContentZooming | import("framer-motion").CustomValueType | undefined;
2778
+ msFilter?: import("csstype").Property.MsFilter | import("framer-motion").CustomValueType | undefined;
2779
+ msFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
2780
+ msFlexPositive?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
2781
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | import("framer-motion").CustomValueType | undefined;
2782
+ msFlowInto?: import("csstype").Property.MsFlowInto | import("framer-motion").CustomValueType | undefined;
2783
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | import("framer-motion").CustomValueType | undefined;
2784
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | import("framer-motion").CustomValueType | undefined;
2785
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("framer-motion").CustomValueType | undefined;
2786
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
2787
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("framer-motion").CustomValueType | undefined;
2788
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | import("framer-motion").CustomValueType | undefined;
2789
+ msHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
2790
+ msImeAlign?: import("csstype").Property.MsImeAlign | import("framer-motion").CustomValueType | undefined;
2791
+ msLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
2792
+ msOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
2793
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("framer-motion").CustomValueType | undefined;
2794
+ msOverflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
2795
+ msOverflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
2796
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | import("framer-motion").CustomValueType | undefined;
2797
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("framer-motion").CustomValueType | undefined;
2798
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("framer-motion").CustomValueType | undefined;
2799
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("framer-motion").CustomValueType | undefined;
2800
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("framer-motion").CustomValueType | undefined;
2801
+ msScrollRails?: import("csstype").Property.MsScrollRails | import("framer-motion").CustomValueType | undefined;
2802
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
2803
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
2804
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("framer-motion").CustomValueType | undefined;
2805
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("framer-motion").CustomValueType | undefined;
2806
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("framer-motion").CustomValueType | undefined;
2807
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("framer-motion").CustomValueType | undefined;
2808
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("framer-motion").CustomValueType | undefined;
2809
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("framer-motion").CustomValueType | undefined;
2810
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("framer-motion").CustomValueType | undefined;
2811
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("framer-motion").CustomValueType | undefined;
2812
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("framer-motion").CustomValueType | undefined;
2813
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("framer-motion").CustomValueType | undefined;
2814
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | import("framer-motion").CustomValueType | undefined;
2815
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
2816
+ msTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
2817
+ msTouchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
2818
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | import("framer-motion").CustomValueType | undefined;
2819
+ msTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
2820
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2821
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2822
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2823
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
2824
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
2825
+ msUserSelect?: import("csstype").Property.MsUserSelect | import("framer-motion").CustomValueType | undefined;
2826
+ msWordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
2827
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | import("framer-motion").CustomValueType | undefined;
2828
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2829
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | import("framer-motion").CustomValueType | undefined;
2830
+ msWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
2831
+ WebkitAlignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
2832
+ WebkitAlignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
2833
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
2834
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2835
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
2836
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2837
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
2838
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
2839
+ WebkitAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
2840
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
2841
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
2842
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("framer-motion").CustomValueType | undefined;
2843
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
2844
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
2845
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
2846
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
2847
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
2848
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("framer-motion").CustomValueType | undefined;
2849
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("framer-motion").CustomValueType | undefined;
2850
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2851
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2852
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2853
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
2854
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2855
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2856
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
2857
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | import("framer-motion").CustomValueType | undefined;
2858
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
2859
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
2860
+ WebkitClipPath?: import("csstype").Property.ClipPath | import("framer-motion").CustomValueType | undefined;
2861
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
2862
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
2863
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
2864
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
2865
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2866
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
2867
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2868
+ WebkitFilter?: import("csstype").Property.Filter | import("framer-motion").CustomValueType | undefined;
2869
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
2870
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
2871
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
2872
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
2873
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
2874
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
2875
+ WebkitFontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
2876
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
2877
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
2878
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
2879
+ WebkitHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
2880
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
2881
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
2882
+ WebkitLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
2883
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("framer-motion").CustomValueType | undefined;
2884
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2885
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2886
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("framer-motion").CustomValueType | undefined;
2887
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
2888
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
2889
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
2890
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
2891
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2892
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("framer-motion").CustomValueType | undefined;
2893
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("framer-motion").CustomValueType | undefined;
2894
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("framer-motion").CustomValueType | undefined;
2895
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("framer-motion").CustomValueType | undefined;
2896
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
2897
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
2898
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
2899
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("framer-motion").CustomValueType | undefined;
2900
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("framer-motion").CustomValueType | undefined;
2901
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("framer-motion").CustomValueType | undefined;
2902
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
2903
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
2904
+ WebkitOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
2905
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("framer-motion").CustomValueType | undefined;
2906
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2907
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2908
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
2909
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2910
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
2911
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
2912
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
2913
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
2914
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("framer-motion").CustomValueType | undefined;
2915
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
2916
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
2917
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
2918
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
2919
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
2920
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
2921
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
2922
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
2923
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("framer-motion").CustomValueType | undefined;
2924
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
2925
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
2926
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("framer-motion").CustomValueType | undefined;
2927
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
2928
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
2929
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("framer-motion").CustomValueType | undefined;
2930
+ WebkitTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
2931
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
2932
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
2933
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
2934
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
2935
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
2936
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
2937
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("framer-motion").CustomValueType | undefined;
2938
+ WebkitUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
2939
+ WebkitWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
2940
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
2941
+ MozBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
2942
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
2943
+ MozColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
2944
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2945
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("framer-motion").CustomValueType | undefined;
2946
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("framer-motion").CustomValueType | undefined;
2947
+ msFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
2948
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | import("framer-motion").CustomValueType | undefined;
2949
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("framer-motion").CustomValueType | undefined;
2950
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("framer-motion").CustomValueType | undefined;
2951
+ msTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
2952
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
2953
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | import("framer-motion").CustomValueType | undefined;
2954
+ WebkitBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
2955
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
2956
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
2957
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
2958
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
2959
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
2960
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | import("framer-motion").CustomValueType | undefined;
2961
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
2962
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
2963
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | import("framer-motion").CustomValueType | undefined;
2964
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
2965
+ boxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
2966
+ boxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
2967
+ boxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
2968
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
2969
+ boxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
2970
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
2971
+ boxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
2972
+ boxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
2973
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
2974
+ gridGap?: import("csstype").Property.GridGap<string | number> | import("framer-motion").CustomValueType | undefined;
2975
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | import("framer-motion").CustomValueType | undefined;
2976
+ imeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
2977
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
2978
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2979
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
2980
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
2981
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
2982
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
2983
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | import("framer-motion").CustomValueType | undefined;
2984
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | import("framer-motion").CustomValueType | undefined;
2985
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
2986
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
2987
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("framer-motion").CustomValueType | undefined;
2988
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("framer-motion").CustomValueType | undefined;
2989
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
2990
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
2991
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
2992
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
2993
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
2994
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
2995
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
2996
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
2997
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
2998
+ KhtmlOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
2999
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
3000
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
3001
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
3002
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
3003
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
3004
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
3005
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3006
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3007
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3008
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3009
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
3010
+ MozBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
3011
+ MozBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
3012
+ MozBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
3013
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
3014
+ MozBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
3015
+ MozBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
3016
+ MozBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
3017
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("framer-motion").CustomValueType | undefined;
3018
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("framer-motion").CustomValueType | undefined;
3019
+ MozOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
3020
+ MozOutline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
3021
+ MozOutlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
3022
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
3023
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
3024
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
3025
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
3026
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
3027
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
3028
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
3029
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
3030
+ MozTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
3031
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
3032
+ MozTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
3033
+ MozTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
3034
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
3035
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
3036
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
3037
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
3038
+ MozUserInput?: import("csstype").Property.MozUserInput | import("framer-motion").CustomValueType | undefined;
3039
+ msImeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
3040
+ OAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
3041
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
3042
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
3043
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
3044
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
3045
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
3046
+ OAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
3047
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
3048
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
3049
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
3050
+ OBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
3051
+ OObjectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
3052
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
3053
+ OTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
3054
+ OTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
3055
+ OTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
3056
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
3057
+ OTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
3058
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
3059
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
3060
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
3061
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
3062
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
3063
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
3064
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
3065
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
3066
+ WebkitBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
3067
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
3068
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
3069
+ WebkitBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
3070
+ suppressHydrationWarning?: boolean | import("framer-motion").CustomValueType | undefined;
3071
+ className?: string | import("framer-motion").CustomValueType | undefined;
3072
+ id?: string | import("framer-motion").CustomValueType | undefined;
3073
+ lang?: string | import("framer-motion").CustomValueType | undefined;
3074
+ max?: string | number | import("framer-motion").CustomValueType | undefined;
3075
+ media?: string | import("framer-motion").CustomValueType | undefined;
3076
+ method?: string | import("framer-motion").CustomValueType | undefined;
3077
+ min?: string | number | import("framer-motion").CustomValueType | undefined;
3078
+ name?: string | import("framer-motion").CustomValueType | undefined;
3079
+ style?: import("react").CSSProperties | import("framer-motion").CustomValueType | undefined;
3080
+ target?: string | import("framer-motion").CustomValueType | undefined;
3081
+ type?: string | import("framer-motion").CustomValueType | undefined;
3082
+ role?: import("react").AriaRole | import("framer-motion").CustomValueType | undefined;
3083
+ tabIndex?: number | import("framer-motion").CustomValueType | undefined;
3084
+ crossOrigin?: ("" | "anonymous" | "use-credentials" | undefined) | import("framer-motion").CustomValueType;
3085
+ accentHeight?: string | number | import("framer-motion").CustomValueType | undefined;
3086
+ accumulate?: "none" | "sum" | import("framer-motion").CustomValueType | undefined;
3087
+ additive?: "replace" | "sum" | import("framer-motion").CustomValueType | undefined;
3088
+ allowReorder?: "no" | "yes" | import("framer-motion").CustomValueType | undefined;
3089
+ alphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
3090
+ amplitude?: string | number | import("framer-motion").CustomValueType | undefined;
3091
+ arabicForm?: "initial" | "medial" | "terminal" | "isolated" | import("framer-motion").CustomValueType | undefined;
3092
+ ascent?: string | number | import("framer-motion").CustomValueType | undefined;
3093
+ attributeName?: string | import("framer-motion").CustomValueType | undefined;
3094
+ attributeType?: string | import("framer-motion").CustomValueType | undefined;
3095
+ autoReverse?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3096
+ baseFrequency?: string | number | import("framer-motion").CustomValueType | undefined;
3097
+ baseProfile?: string | number | import("framer-motion").CustomValueType | undefined;
3098
+ bbox?: string | number | import("framer-motion").CustomValueType | undefined;
3099
+ begin?: string | number | import("framer-motion").CustomValueType | undefined;
3100
+ bias?: string | number | import("framer-motion").CustomValueType | undefined;
3101
+ by?: string | number | import("framer-motion").CustomValueType | undefined;
3102
+ calcMode?: string | number | import("framer-motion").CustomValueType | undefined;
3103
+ capHeight?: string | number | import("framer-motion").CustomValueType | undefined;
3104
+ clipPathUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3105
+ colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
3106
+ colorProfile?: string | number | import("framer-motion").CustomValueType | undefined;
3107
+ contentScriptType?: string | number | import("framer-motion").CustomValueType | undefined;
3108
+ contentStyleType?: string | number | import("framer-motion").CustomValueType | undefined;
3109
+ cx?: string | number | import("framer-motion").CustomValueType | undefined;
3110
+ cy?: string | number | import("framer-motion").CustomValueType | undefined;
3111
+ d?: string | import("framer-motion").CustomValueType | undefined;
3112
+ decelerate?: string | number | import("framer-motion").CustomValueType | undefined;
3113
+ descent?: string | number | import("framer-motion").CustomValueType | undefined;
3114
+ diffuseConstant?: string | number | import("framer-motion").CustomValueType | undefined;
3115
+ divisor?: string | number | import("framer-motion").CustomValueType | undefined;
3116
+ dur?: string | number | import("framer-motion").CustomValueType | undefined;
3117
+ dx?: string | number | import("framer-motion").CustomValueType | undefined;
3118
+ dy?: string | number | import("framer-motion").CustomValueType | undefined;
3119
+ edgeMode?: string | number | import("framer-motion").CustomValueType | undefined;
3120
+ elevation?: string | number | import("framer-motion").CustomValueType | undefined;
3121
+ enableBackground?: string | number | import("framer-motion").CustomValueType | undefined;
3122
+ end?: string | number | import("framer-motion").CustomValueType | undefined;
3123
+ exponent?: string | number | import("framer-motion").CustomValueType | undefined;
3124
+ externalResourcesRequired?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3125
+ filterRes?: string | number | import("framer-motion").CustomValueType | undefined;
3126
+ filterUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3127
+ focusable?: "auto" | (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3128
+ format?: string | number | import("framer-motion").CustomValueType | undefined;
3129
+ fr?: string | number | import("framer-motion").CustomValueType | undefined;
3130
+ from?: string | number | import("framer-motion").CustomValueType | undefined;
3131
+ fx?: string | number | import("framer-motion").CustomValueType | undefined;
3132
+ fy?: string | number | import("framer-motion").CustomValueType | undefined;
3133
+ g1?: string | number | import("framer-motion").CustomValueType | undefined;
3134
+ g2?: string | number | import("framer-motion").CustomValueType | undefined;
3135
+ glyphName?: string | number | import("framer-motion").CustomValueType | undefined;
3136
+ glyphOrientationHorizontal?: string | number | import("framer-motion").CustomValueType | undefined;
3137
+ glyphRef?: string | number | import("framer-motion").CustomValueType | undefined;
3138
+ gradientTransform?: string | import("framer-motion").CustomValueType | undefined;
3139
+ gradientUnits?: string | import("framer-motion").CustomValueType | undefined;
3140
+ hanging?: string | number | import("framer-motion").CustomValueType | undefined;
3141
+ horizAdvX?: string | number | import("framer-motion").CustomValueType | undefined;
3142
+ horizOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
3143
+ href?: string | import("framer-motion").CustomValueType | undefined;
3144
+ ideographic?: string | number | import("framer-motion").CustomValueType | undefined;
3145
+ in2?: string | number | import("framer-motion").CustomValueType | undefined;
3146
+ in?: string | import("framer-motion").CustomValueType | undefined;
3147
+ intercept?: string | number | import("framer-motion").CustomValueType | undefined;
3148
+ k1?: string | number | import("framer-motion").CustomValueType | undefined;
3149
+ k2?: string | number | import("framer-motion").CustomValueType | undefined;
3150
+ k3?: string | number | import("framer-motion").CustomValueType | undefined;
3151
+ k4?: string | number | import("framer-motion").CustomValueType | undefined;
3152
+ k?: string | number | import("framer-motion").CustomValueType | undefined;
3153
+ kernelMatrix?: string | number | import("framer-motion").CustomValueType | undefined;
3154
+ kernelUnitLength?: string | number | import("framer-motion").CustomValueType | undefined;
3155
+ kerning?: string | number | import("framer-motion").CustomValueType | undefined;
3156
+ keyPoints?: string | number | import("framer-motion").CustomValueType | undefined;
3157
+ keySplines?: string | number | import("framer-motion").CustomValueType | undefined;
3158
+ keyTimes?: string | number | import("framer-motion").CustomValueType | undefined;
3159
+ lengthAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
3160
+ limitingConeAngle?: string | number | import("framer-motion").CustomValueType | undefined;
3161
+ local?: string | number | import("framer-motion").CustomValueType | undefined;
3162
+ markerHeight?: string | number | import("framer-motion").CustomValueType | undefined;
3163
+ markerUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3164
+ markerWidth?: string | number | import("framer-motion").CustomValueType | undefined;
3165
+ maskContentUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3166
+ maskUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3167
+ mathematical?: string | number | import("framer-motion").CustomValueType | undefined;
3168
+ mode?: string | number | import("framer-motion").CustomValueType | undefined;
3169
+ numOctaves?: string | number | import("framer-motion").CustomValueType | undefined;
3170
+ operator?: string | number | import("framer-motion").CustomValueType | undefined;
3171
+ orient?: string | number | import("framer-motion").CustomValueType | undefined;
3172
+ orientation?: string | number | import("framer-motion").CustomValueType | undefined;
3173
+ origin?: string | number | import("framer-motion").CustomValueType | undefined;
3174
+ overlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
3175
+ overlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
3176
+ panose1?: string | number | import("framer-motion").CustomValueType | undefined;
3177
+ path?: string | import("framer-motion").CustomValueType | undefined;
3178
+ pathLength?: number | import("framer-motion").CustomValueType | undefined;
3179
+ patternContentUnits?: string | import("framer-motion").CustomValueType | undefined;
3180
+ patternTransform?: string | number | import("framer-motion").CustomValueType | undefined;
3181
+ patternUnits?: string | import("framer-motion").CustomValueType | undefined;
3182
+ points?: string | import("framer-motion").CustomValueType | undefined;
3183
+ pointsAtX?: string | number | import("framer-motion").CustomValueType | undefined;
3184
+ pointsAtY?: string | number | import("framer-motion").CustomValueType | undefined;
3185
+ pointsAtZ?: string | number | import("framer-motion").CustomValueType | undefined;
3186
+ preserveAlpha?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3187
+ preserveAspectRatio?: string | import("framer-motion").CustomValueType | undefined;
3188
+ primitiveUnits?: string | number | import("framer-motion").CustomValueType | undefined;
3189
+ r?: string | number | import("framer-motion").CustomValueType | undefined;
3190
+ radius?: string | number | import("framer-motion").CustomValueType | undefined;
3191
+ refX?: string | number | import("framer-motion").CustomValueType | undefined;
3192
+ refY?: string | number | import("framer-motion").CustomValueType | undefined;
3193
+ renderingIntent?: string | number | import("framer-motion").CustomValueType | undefined;
3194
+ repeatCount?: string | number | import("framer-motion").CustomValueType | undefined;
3195
+ repeatDur?: string | number | import("framer-motion").CustomValueType | undefined;
3196
+ requiredExtensions?: string | number | import("framer-motion").CustomValueType | undefined;
3197
+ requiredFeatures?: string | number | import("framer-motion").CustomValueType | undefined;
3198
+ restart?: string | number | import("framer-motion").CustomValueType | undefined;
3199
+ result?: string | import("framer-motion").CustomValueType | undefined;
3200
+ rotate?: string | number | import("framer-motion").CustomValueType | undefined;
3201
+ rx?: string | number | import("framer-motion").CustomValueType | undefined;
3202
+ ry?: string | number | import("framer-motion").CustomValueType | undefined;
3203
+ scale?: string | number | import("framer-motion").CustomValueType | undefined;
3204
+ seed?: string | number | import("framer-motion").CustomValueType | undefined;
3205
+ slope?: string | number | import("framer-motion").CustomValueType | undefined;
3206
+ spacing?: string | number | import("framer-motion").CustomValueType | undefined;
3207
+ specularConstant?: string | number | import("framer-motion").CustomValueType | undefined;
3208
+ specularExponent?: string | number | import("framer-motion").CustomValueType | undefined;
3209
+ speed?: string | number | import("framer-motion").CustomValueType | undefined;
3210
+ spreadMethod?: string | import("framer-motion").CustomValueType | undefined;
3211
+ startOffset?: string | number | import("framer-motion").CustomValueType | undefined;
3212
+ stdDeviation?: string | number | import("framer-motion").CustomValueType | undefined;
3213
+ stemh?: string | number | import("framer-motion").CustomValueType | undefined;
3214
+ stemv?: string | number | import("framer-motion").CustomValueType | undefined;
3215
+ stitchTiles?: string | number | import("framer-motion").CustomValueType | undefined;
3216
+ strikethroughPosition?: string | number | import("framer-motion").CustomValueType | undefined;
3217
+ strikethroughThickness?: string | number | import("framer-motion").CustomValueType | undefined;
3218
+ string?: string | number | import("framer-motion").CustomValueType | undefined;
3219
+ surfaceScale?: string | number | import("framer-motion").CustomValueType | undefined;
3220
+ systemLanguage?: string | number | import("framer-motion").CustomValueType | undefined;
3221
+ tableValues?: string | number | import("framer-motion").CustomValueType | undefined;
3222
+ targetX?: string | number | import("framer-motion").CustomValueType | undefined;
3223
+ targetY?: string | number | import("framer-motion").CustomValueType | undefined;
3224
+ textLength?: string | number | import("framer-motion").CustomValueType | undefined;
3225
+ to?: string | number | import("framer-motion").CustomValueType | undefined;
3226
+ u1?: string | number | import("framer-motion").CustomValueType | undefined;
3227
+ u2?: string | number | import("framer-motion").CustomValueType | undefined;
3228
+ underlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
3229
+ underlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
3230
+ unicode?: string | number | import("framer-motion").CustomValueType | undefined;
3231
+ unicodeRange?: string | number | import("framer-motion").CustomValueType | undefined;
3232
+ unitsPerEm?: string | number | import("framer-motion").CustomValueType | undefined;
3233
+ vAlphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
3234
+ values?: string | import("framer-motion").CustomValueType | undefined;
3235
+ version?: string | import("framer-motion").CustomValueType | undefined;
3236
+ vertAdvY?: string | number | import("framer-motion").CustomValueType | undefined;
3237
+ vertOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
3238
+ vertOriginY?: string | number | import("framer-motion").CustomValueType | undefined;
3239
+ vHanging?: string | number | import("framer-motion").CustomValueType | undefined;
3240
+ vIdeographic?: string | number | import("framer-motion").CustomValueType | undefined;
3241
+ viewBox?: string | import("framer-motion").CustomValueType | undefined;
3242
+ viewTarget?: string | number | import("framer-motion").CustomValueType | undefined;
3243
+ vMathematical?: string | number | import("framer-motion").CustomValueType | undefined;
3244
+ widths?: string | number | import("framer-motion").CustomValueType | undefined;
3245
+ x1?: string | number | import("framer-motion").CustomValueType | undefined;
3246
+ x2?: string | number | import("framer-motion").CustomValueType | undefined;
3247
+ x?: string | number | import("framer-motion").CustomValueType | undefined;
3248
+ xChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
3249
+ xHeight?: string | number | import("framer-motion").CustomValueType | undefined;
3250
+ xlinkActuate?: string | import("framer-motion").CustomValueType | undefined;
3251
+ xlinkArcrole?: string | import("framer-motion").CustomValueType | undefined;
3252
+ xlinkHref?: string | import("framer-motion").CustomValueType | undefined;
3253
+ xlinkRole?: string | import("framer-motion").CustomValueType | undefined;
3254
+ xlinkShow?: string | import("framer-motion").CustomValueType | undefined;
3255
+ xlinkTitle?: string | import("framer-motion").CustomValueType | undefined;
3256
+ xlinkType?: string | import("framer-motion").CustomValueType | undefined;
3257
+ xmlBase?: string | import("framer-motion").CustomValueType | undefined;
3258
+ xmlLang?: string | import("framer-motion").CustomValueType | undefined;
3259
+ xmlns?: string | import("framer-motion").CustomValueType | undefined;
3260
+ xmlnsXlink?: string | import("framer-motion").CustomValueType | undefined;
3261
+ xmlSpace?: string | import("framer-motion").CustomValueType | undefined;
3262
+ y1?: string | number | import("framer-motion").CustomValueType | undefined;
3263
+ y2?: string | number | import("framer-motion").CustomValueType | undefined;
3264
+ y?: string | number | import("framer-motion").CustomValueType | undefined;
3265
+ yChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
3266
+ z?: string | number | import("framer-motion").CustomValueType | undefined;
3267
+ zoomAndPan?: string | import("framer-motion").CustomValueType | undefined;
3268
+ "aria-activedescendant"?: string | import("framer-motion").CustomValueType | undefined;
3269
+ "aria-atomic"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3270
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | import("framer-motion").CustomValueType | undefined;
3271
+ "aria-braillelabel"?: string | import("framer-motion").CustomValueType | undefined;
3272
+ "aria-brailleroledescription"?: string | import("framer-motion").CustomValueType | undefined;
3273
+ "aria-busy"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3274
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
3275
+ "aria-colcount"?: number | import("framer-motion").CustomValueType | undefined;
3276
+ "aria-colindex"?: number | import("framer-motion").CustomValueType | undefined;
3277
+ "aria-colindextext"?: string | import("framer-motion").CustomValueType | undefined;
3278
+ "aria-colspan"?: number | import("framer-motion").CustomValueType | undefined;
3279
+ "aria-controls"?: string | import("framer-motion").CustomValueType | undefined;
3280
+ "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "date" | "location" | import("framer-motion").CustomValueType | undefined;
3281
+ "aria-describedby"?: string | import("framer-motion").CustomValueType | undefined;
3282
+ "aria-description"?: string | import("framer-motion").CustomValueType | undefined;
3283
+ "aria-details"?: string | import("framer-motion").CustomValueType | undefined;
3284
+ "aria-disabled"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3285
+ "aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | import("framer-motion").CustomValueType | undefined;
3286
+ "aria-errormessage"?: string | import("framer-motion").CustomValueType | undefined;
3287
+ "aria-expanded"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3288
+ "aria-flowto"?: string | import("framer-motion").CustomValueType | undefined;
3289
+ "aria-grabbed"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3290
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | import("framer-motion").CustomValueType | undefined;
3291
+ "aria-hidden"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3292
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | import("framer-motion").CustomValueType | undefined;
3293
+ "aria-keyshortcuts"?: string | import("framer-motion").CustomValueType | undefined;
3294
+ "aria-label"?: string | import("framer-motion").CustomValueType | undefined;
3295
+ "aria-labelledby"?: string | import("framer-motion").CustomValueType | undefined;
3296
+ "aria-level"?: number | import("framer-motion").CustomValueType | undefined;
3297
+ "aria-live"?: "off" | "assertive" | "polite" | import("framer-motion").CustomValueType | undefined;
3298
+ "aria-modal"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3299
+ "aria-multiline"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3300
+ "aria-multiselectable"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3301
+ "aria-orientation"?: "horizontal" | "vertical" | import("framer-motion").CustomValueType | undefined;
3302
+ "aria-owns"?: string | import("framer-motion").CustomValueType | undefined;
3303
+ "aria-placeholder"?: string | import("framer-motion").CustomValueType | undefined;
3304
+ "aria-posinset"?: number | import("framer-motion").CustomValueType | undefined;
3305
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
3306
+ "aria-readonly"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3307
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | import("framer-motion").CustomValueType | undefined;
3308
+ "aria-required"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3309
+ "aria-roledescription"?: string | import("framer-motion").CustomValueType | undefined;
3310
+ "aria-rowcount"?: number | import("framer-motion").CustomValueType | undefined;
3311
+ "aria-rowindex"?: number | import("framer-motion").CustomValueType | undefined;
3312
+ "aria-rowindextext"?: string | import("framer-motion").CustomValueType | undefined;
3313
+ "aria-rowspan"?: number | import("framer-motion").CustomValueType | undefined;
3314
+ "aria-selected"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
3315
+ "aria-setsize"?: number | import("framer-motion").CustomValueType | undefined;
3316
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | import("framer-motion").CustomValueType | undefined;
3317
+ "aria-valuemax"?: number | import("framer-motion").CustomValueType | undefined;
3318
+ "aria-valuemin"?: number | import("framer-motion").CustomValueType | undefined;
3319
+ "aria-valuenow"?: number | import("framer-motion").CustomValueType | undefined;
3320
+ "aria-valuetext"?: string | import("framer-motion").CustomValueType | undefined;
3321
+ children?: import("react").ReactNode | import("framer-motion").CustomValueType;
3322
+ dangerouslySetInnerHTML?: {
3323
+ __html: string | TrustedHTML;
3324
+ } | import("framer-motion").CustomValueType | undefined;
3325
+ onCopy?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3326
+ onCopyCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3327
+ onCut?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3328
+ onCutCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3329
+ onPaste?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3330
+ onPasteCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3331
+ onCompositionEnd?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3332
+ onCompositionEndCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3333
+ onCompositionStart?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3334
+ onCompositionStartCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3335
+ onCompositionUpdate?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3336
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3337
+ onFocus?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3338
+ onFocusCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3339
+ onBlur?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3340
+ onBlurCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3341
+ onChange?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3342
+ onChangeCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3343
+ onBeforeInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3344
+ onBeforeInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3345
+ onInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3346
+ onInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3347
+ onReset?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3348
+ onResetCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3349
+ onSubmit?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3350
+ onSubmitCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3351
+ onInvalid?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3352
+ onInvalidCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3353
+ onLoad?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3354
+ onLoadCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3355
+ onError?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3356
+ onErrorCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3357
+ onKeyDown?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3358
+ onKeyDownCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3359
+ onKeyPress?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3360
+ onKeyPressCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3361
+ onKeyUp?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3362
+ onKeyUpCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3363
+ onAbort?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3364
+ onAbortCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3365
+ onCanPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3366
+ onCanPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3367
+ onCanPlayThrough?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3368
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3369
+ onDurationChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3370
+ onDurationChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3371
+ onEmptied?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3372
+ onEmptiedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3373
+ onEncrypted?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3374
+ onEncryptedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3375
+ onEnded?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3376
+ onEndedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3377
+ onLoadedData?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3378
+ onLoadedDataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3379
+ onLoadedMetadata?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3380
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3381
+ onLoadStart?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3382
+ onLoadStartCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3383
+ onPause?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3384
+ onPauseCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3385
+ onPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3386
+ onPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3387
+ onPlaying?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3388
+ onPlayingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3389
+ onProgress?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3390
+ onProgressCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3391
+ onRateChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3392
+ onRateChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3393
+ onResize?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3394
+ onResizeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3395
+ onSeeked?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3396
+ onSeekedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3397
+ onSeeking?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3398
+ onSeekingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3399
+ onStalled?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3400
+ onStalledCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3401
+ onSuspend?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3402
+ onSuspendCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3403
+ onTimeUpdate?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3404
+ onTimeUpdateCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3405
+ onVolumeChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3406
+ onVolumeChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3407
+ onWaiting?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3408
+ onWaitingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3409
+ onAuxClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3410
+ onAuxClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3411
+ onClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3412
+ onClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3413
+ onContextMenu?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3414
+ onContextMenuCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3415
+ onDoubleClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3416
+ onDoubleClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3417
+ onDrag?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3418
+ onDragCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3419
+ onDragEnd?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3420
+ onDragEndCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3421
+ onDragEnter?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3422
+ onDragEnterCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3423
+ onDragExit?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3424
+ onDragExitCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3425
+ onDragLeave?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3426
+ onDragLeaveCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3427
+ onDragOver?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3428
+ onDragOverCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3429
+ onDragStart?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3430
+ onDragStartCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3431
+ onDrop?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3432
+ onDropCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3433
+ onMouseDown?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3434
+ onMouseDownCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3435
+ onMouseEnter?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3436
+ onMouseLeave?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3437
+ onMouseMove?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3438
+ onMouseMoveCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3439
+ onMouseOut?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3440
+ onMouseOutCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3441
+ onMouseOver?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3442
+ onMouseOverCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3443
+ onMouseUp?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3444
+ onMouseUpCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3445
+ onSelect?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3446
+ onSelectCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3447
+ onTouchCancel?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3448
+ onTouchCancelCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3449
+ onTouchEnd?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3450
+ onTouchEndCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3451
+ onTouchMove?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3452
+ onTouchMoveCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3453
+ onTouchStart?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3454
+ onTouchStartCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3455
+ onPointerDown?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3456
+ onPointerDownCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3457
+ onPointerMove?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3458
+ onPointerMoveCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3459
+ onPointerUp?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3460
+ onPointerUpCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3461
+ onPointerCancel?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3462
+ onPointerCancelCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3463
+ onPointerEnter?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3464
+ onPointerLeave?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3465
+ onPointerOver?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3466
+ onPointerOverCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3467
+ onPointerOut?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3468
+ onPointerOutCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3469
+ onGotPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3470
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3471
+ onLostPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3472
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3473
+ onScroll?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3474
+ onScrollCapture?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3475
+ onWheel?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3476
+ onWheelCapture?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3477
+ onAnimationStart?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3478
+ onAnimationStartCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3479
+ onAnimationEnd?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3480
+ onAnimationEndCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3481
+ onAnimationIteration?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3482
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3483
+ onTransitionEnd?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3484
+ onTransitionEndCapture?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
3485
+ attrX?: number | import("framer-motion").CustomValueType | undefined;
3486
+ attrY?: number | import("framer-motion").CustomValueType | undefined;
3487
+ attrScale?: number | import("framer-motion").CustomValueType | undefined;
3488
+ translateX?: string | number | import("framer-motion").CustomValueType | undefined;
3489
+ translateY?: string | number | import("framer-motion").CustomValueType | undefined;
3490
+ translateZ?: string | number | import("framer-motion").CustomValueType | undefined;
3491
+ rotateX?: string | number | import("framer-motion").CustomValueType | undefined;
3492
+ rotateY?: string | number | import("framer-motion").CustomValueType | undefined;
3493
+ rotateZ?: string | number | import("framer-motion").CustomValueType | undefined;
3494
+ scaleX?: string | number | import("framer-motion").CustomValueType | undefined;
3495
+ scaleY?: string | number | import("framer-motion").CustomValueType | undefined;
3496
+ scaleZ?: string | number | import("framer-motion").CustomValueType | undefined;
3497
+ skew?: string | number | import("framer-motion").CustomValueType | undefined;
3498
+ skewX?: string | number | import("framer-motion").CustomValueType | undefined;
3499
+ skewY?: string | number | import("framer-motion").CustomValueType | undefined;
3500
+ originX?: string | number | import("framer-motion").CustomValueType | undefined;
3501
+ originY?: string | number | import("framer-motion").CustomValueType | undefined;
3502
+ originZ?: string | number | import("framer-motion").CustomValueType | undefined;
3503
+ perspective?: string | number | import("framer-motion").CustomValueType | undefined;
3504
+ transformPerspective?: string | number | import("framer-motion").CustomValueType | undefined;
3505
+ size?: string | number | import("framer-motion").CustomValueType | undefined;
3506
+ shadow?: string | import("framer-motion").CustomValueType | undefined;
3507
+ image?: string | import("framer-motion").CustomValueType | undefined;
3508
+ pathOffset?: number | import("framer-motion").CustomValueType | undefined;
3509
+ pathSpacing?: number | import("framer-motion").CustomValueType | undefined;
3510
+ };
3511
+ animate: boolean | import("../../motion/types").MotionState | import("framer-motion").TargetAndTransition | import("framer-motion").AnimationControls;
3512
+ transition: {
3513
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3514
+ duration: number | undefined;
3515
+ delay: number | undefined;
3516
+ when?: false | "beforeChildren" | "afterChildren" | string;
3517
+ delayChildren?: number;
3518
+ staggerChildren?: number;
3519
+ staggerDirection?: number;
3520
+ repeat?: number;
3521
+ repeatType?: "loop" | "reverse" | "mirror";
3522
+ repeatDelay?: number;
3523
+ type?: "tween";
3524
+ times?: number[];
3525
+ easings?: import("framer-motion").Easing[];
3526
+ from?: number | string;
3527
+ } | {
3528
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3529
+ duration: number | undefined;
3530
+ delay: number | undefined;
3531
+ when?: false | "beforeChildren" | "afterChildren" | string;
3532
+ delayChildren?: number;
3533
+ staggerChildren?: number;
3534
+ staggerDirection?: number;
3535
+ repeat?: number;
3536
+ repeatType?: "loop" | "reverse" | "mirror";
3537
+ repeatDelay?: number;
3538
+ type: "spring";
3539
+ stiffness?: number;
3540
+ damping?: number;
3541
+ mass?: number;
3542
+ bounce?: number;
3543
+ restSpeed?: number;
3544
+ restDelta?: number;
3545
+ from?: number | string;
3546
+ velocity?: number;
3547
+ } | {
3548
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3549
+ duration: number | undefined;
3550
+ delay: number | undefined;
3551
+ when?: false | "beforeChildren" | "afterChildren" | string;
3552
+ delayChildren?: number;
3553
+ staggerChildren?: number;
3554
+ staggerDirection?: number;
3555
+ repeat?: number;
3556
+ repeatType?: "loop" | "reverse" | "mirror";
3557
+ repeatDelay?: number;
3558
+ type: "keyframes";
3559
+ times?: number[];
3560
+ } | {
3561
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3562
+ duration: number | undefined;
3563
+ delay: number | undefined;
3564
+ when?: false | "beforeChildren" | "afterChildren" | string;
3565
+ delayChildren?: number;
3566
+ staggerChildren?: number;
3567
+ staggerDirection?: number;
3568
+ repeat?: number;
3569
+ repeatType?: "loop" | "reverse" | "mirror";
3570
+ repeatDelay?: number;
3571
+ type: "inertia";
3572
+ modifyTarget?(v: number): number;
3573
+ bounceStiffness?: number;
3574
+ bounceDamping?: number;
3575
+ power?: number;
3576
+ timeConstant?: number;
3577
+ restDelta?: number;
3578
+ min?: number;
3579
+ max?: number;
3580
+ from?: number | string;
3581
+ velocity?: number;
3582
+ } | {
3583
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3584
+ duration: number | undefined;
3585
+ delay: number | undefined;
3586
+ when?: false | "beforeChildren" | "afterChildren" | string;
3587
+ delayChildren?: number;
3588
+ staggerChildren?: number;
3589
+ staggerDirection?: number;
3590
+ repeat?: number;
3591
+ repeatType?: "loop" | "reverse" | "mirror";
3592
+ repeatDelay?: number;
3593
+ type: "just";
3594
+ } | {
3595
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3596
+ duration: number | undefined;
3597
+ delay: number | undefined;
3598
+ when?: false | "beforeChildren" | "afterChildren" | string;
3599
+ delayChildren?: number;
3600
+ staggerChildren?: number;
3601
+ staggerDirection?: number;
3602
+ repeat?: number;
3603
+ repeatType?: "loop" | "reverse" | "mirror";
3604
+ repeatDelay?: number;
3605
+ type: false;
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
+ } | {
3618
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3619
+ duration: number | undefined;
3620
+ delay: number | undefined;
3621
+ when?: false | "beforeChildren" | "afterChildren" | string;
3622
+ delayChildren?: number;
3623
+ staggerChildren?: number;
3624
+ staggerDirection?: number;
3625
+ repeat?: number;
3626
+ repeatType?: "loop" | "reverse" | "mirror";
3627
+ repeatDelay?: number;
3628
+ type?: "tween";
3629
+ times?: number[];
3630
+ easings?: import("framer-motion").Easing[];
3631
+ from?: number | string;
3632
+ } | {
3633
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3634
+ duration: number | undefined;
3635
+ delay: number | undefined;
3636
+ when?: false | "beforeChildren" | "afterChildren" | string;
3637
+ delayChildren?: number;
3638
+ staggerChildren?: number;
3639
+ staggerDirection?: number;
3640
+ repeat?: number;
3641
+ repeatType?: "loop" | "reverse" | "mirror";
3642
+ repeatDelay?: number;
3643
+ type: "spring";
3644
+ stiffness?: number;
3645
+ damping?: number;
3646
+ mass?: number;
3647
+ bounce?: number;
3648
+ restSpeed?: number;
3649
+ restDelta?: number;
3650
+ from?: number | string;
3651
+ velocity?: number;
3652
+ } | {
3653
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3654
+ duration: number | undefined;
3655
+ delay: number | undefined;
3656
+ when?: false | "beforeChildren" | "afterChildren" | string;
3657
+ delayChildren?: number;
3658
+ staggerChildren?: number;
3659
+ staggerDirection?: number;
3660
+ repeat?: number;
3661
+ repeatType?: "loop" | "reverse" | "mirror";
3662
+ repeatDelay?: number;
3663
+ type: "keyframes";
3664
+ times?: number[];
3665
+ } | {
3666
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3667
+ duration: number | undefined;
3668
+ delay: number | undefined;
3669
+ when?: false | "beforeChildren" | "afterChildren" | string;
3670
+ delayChildren?: number;
3671
+ staggerChildren?: number;
3672
+ staggerDirection?: number;
3673
+ repeat?: number;
3674
+ repeatType?: "loop" | "reverse" | "mirror";
3675
+ repeatDelay?: number;
3676
+ type: "inertia";
3677
+ modifyTarget?(v: number): number;
3678
+ bounceStiffness?: number;
3679
+ bounceDamping?: number;
3680
+ power?: number;
3681
+ timeConstant?: number;
3682
+ restDelta?: number;
3683
+ min?: number;
3684
+ max?: number;
3685
+ from?: number | string;
3686
+ velocity?: number;
3687
+ } | {
3688
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3689
+ duration: number | undefined;
3690
+ delay: number | undefined;
3691
+ when?: false | "beforeChildren" | "afterChildren" | string;
3692
+ delayChildren?: number;
3693
+ staggerChildren?: number;
3694
+ staggerDirection?: number;
3695
+ repeat?: number;
3696
+ repeatType?: "loop" | "reverse" | "mirror";
3697
+ repeatDelay?: number;
3698
+ type: "just";
3699
+ } | {
3700
+ ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
3701
+ duration: number | undefined;
3702
+ delay: number | undefined;
3703
+ when?: false | "beforeChildren" | "afterChildren" | string;
3704
+ delayChildren?: number;
3705
+ staggerChildren?: number;
3706
+ staggerDirection?: number;
3707
+ repeat?: number;
3708
+ repeatType?: "loop" | "reverse" | "mirror";
3709
+ repeatDelay?: number;
3710
+ type: false;
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
+ } | undefined;
3723
+ };
3724
+ };
3725
+ export {};
3726
+ //# sourceMappingURL=useAnimateTabIndicator.d.ts.map