@learningpool/ui 1.6.0 → 1.6.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 (437) hide show
  1. package/.eslintrc.js +40 -0
  2. package/.github/pull_request_template.md +23 -0
  3. package/.github/renovate.json +57 -0
  4. package/.github/workflows/integration.yml +53 -0
  5. package/.github/workflows/wss.yml +22 -0
  6. package/.jest-test-results.json +1 -0
  7. package/.releaserc +32 -0
  8. package/.storybook/learningpoolTheme.js +39 -0
  9. package/.storybook/main.js +21 -0
  10. package/.storybook/manager-head.html +175 -0
  11. package/.storybook/manager.js +34 -0
  12. package/.storybook/preview-head.html +212 -0
  13. package/.storybook/preview.js +120 -0
  14. package/.storybook/storybook-sort.js +54 -0
  15. package/CHANGELOG.md +6 -0
  16. package/amplify.yml +16 -0
  17. package/babel.config.json +14 -0
  18. package/{assets → dist/assets}/Images.d.ts +0 -0
  19. package/{assets → dist/assets}/Images.js +0 -0
  20. package/{components → dist/components}/atoms/Autocomplete/Autocomplete.d.ts +0 -0
  21. package/{components → dist/components}/atoms/Autocomplete/Autocomplete.js +0 -0
  22. package/{components → dist/components}/atoms/Button/Button.d.ts +0 -0
  23. package/{components → dist/components}/atoms/Button/Button.js +0 -0
  24. package/{components → dist/components}/atoms/Checkbox/Checkbox.d.ts +0 -0
  25. package/{components → dist/components}/atoms/Checkbox/Checkbox.js +0 -0
  26. package/{components → dist/components}/atoms/IconButton/IconButton.d.ts +0 -0
  27. package/{components → dist/components}/atoms/IconButton/IconButton.js +0 -0
  28. package/{components → dist/components}/atoms/Radio/Radio.d.ts +0 -0
  29. package/{components → dist/components}/atoms/Radio/Radio.js +0 -0
  30. package/{components → dist/components}/atoms/Select/Select.d.ts +0 -0
  31. package/{components → dist/components}/atoms/Select/Select.js +0 -0
  32. package/{components → dist/components}/atoms/Slider/Slider.d.ts +0 -0
  33. package/{components → dist/components}/atoms/Slider/Slider.js +0 -0
  34. package/{components → dist/components}/atoms/Switch/Switch.d.ts +0 -0
  35. package/{components → dist/components}/atoms/Switch/Switch.js +0 -0
  36. package/{components → dist/components}/atoms/TextField/TextField.d.ts +0 -0
  37. package/{components → dist/components}/atoms/TextField/TextField.js +0 -0
  38. package/{components → dist/components}/atoms/ToggleButton/ToggleButton.d.ts +0 -0
  39. package/{components → dist/components}/atoms/ToggleButton/ToggleButton.js +0 -0
  40. package/{components → dist/components}/datadisplay/Avatar/Avatar.d.ts +0 -0
  41. package/{components → dist/components}/datadisplay/Avatar/Avatar.js +0 -0
  42. package/{components → dist/components}/datadisplay/Chip/Chip.d.ts +0 -0
  43. package/{components → dist/components}/datadisplay/Chip/Chip.js +0 -0
  44. package/{components → dist/components}/datadisplay/List/List.d.ts +0 -0
  45. package/{components → dist/components}/datadisplay/List/List.js +0 -0
  46. package/{components → dist/components}/datadisplay/Tooltip/Tooltip.d.ts +0 -0
  47. package/{components → dist/components}/datadisplay/Tooltip/Tooltip.js +0 -0
  48. package/{components → dist/components}/feedback/Alert/Alert.d.ts +0 -0
  49. package/{components → dist/components}/feedback/Alert/Alert.js +0 -0
  50. package/{components → dist/components}/landmarks/Header/Header.d.ts +0 -0
  51. package/{components → dist/components}/landmarks/Header/Header.js +0 -0
  52. package/{components → dist/components}/landmarks/Header/HeaderActionButtons.d.ts +0 -0
  53. package/{components → dist/components}/landmarks/Header/HeaderActionButtons.js +0 -0
  54. package/{components → dist/components}/landmarks/Header/HeaderStyles.d.ts +0 -0
  55. package/{components → dist/components}/landmarks/Header/HeaderStyles.js +0 -0
  56. package/{components → dist/components}/navigation/Drawer/Drawer.d.ts +0 -0
  57. package/{components → dist/components}/navigation/Drawer/Drawer.js +0 -0
  58. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigation.d.ts +0 -0
  59. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigation.js +64 -41
  60. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationAvatar.d.ts +0 -0
  61. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationAvatar.js +23 -19
  62. package/dist/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +3296 -0
  63. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationAvatarStyles.js +4 -4
  64. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationDrawer.d.ts +0 -0
  65. package/dist/components/navigation/MobileNavigation/MobileNavigationDrawer.js +71 -0
  66. package/dist/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +1215 -0
  67. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationDrawerStyles.js +2 -2
  68. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.d.ts +0 -0
  69. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js +0 -0
  70. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.d.ts +0 -0
  71. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js +0 -0
  72. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +0 -0
  73. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js +0 -0
  74. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +0 -0
  75. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js +0 -0
  76. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationMotion.d.ts +0 -0
  77. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationMotion.js +0 -0
  78. package/dist/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.d.ts +3 -0
  79. package/dist/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +19 -0
  80. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationSearch.d.ts +0 -0
  81. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationSearch.js +8 -6
  82. package/dist/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +1080 -0
  83. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationSearchStyles.js +2 -2
  84. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationStyles.d.ts +0 -0
  85. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationStyles.js +0 -0
  86. package/dist/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.d.ts +3 -0
  87. package/dist/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +28 -0
  88. package/dist/components/navigation/MobileNavigation/MobileNavigationToggleX.d.ts +3 -0
  89. package/dist/components/navigation/MobileNavigation/MobileNavigationToggleX.js +28 -0
  90. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigation.d.ts +0 -0
  91. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigation.js +18 -16
  92. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationAvatar.d.ts +0 -0
  93. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationAvatar.js +20 -25
  94. package/dist/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +3296 -0
  95. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js +4 -4
  96. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.d.ts +0 -0
  97. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js +5 -1
  98. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.d.ts +0 -0
  99. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js +0 -0
  100. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +0 -0
  101. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js +0 -0
  102. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +0 -0
  103. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js +0 -0
  104. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationMotion.d.ts +0 -0
  105. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationMotion.js +0 -0
  106. package/dist/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +1163 -0
  107. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationStyles.js +3 -2
  108. package/{components → dist/components}/pages/ErrorPage/ErrorPage.d.ts +0 -0
  109. package/{components → dist/components}/pages/ErrorPage/ErrorPage.js +0 -0
  110. package/{components → dist/components}/pages/ErrorPage/ErrorPageStyles.d.ts +0 -0
  111. package/{components → dist/components}/pages/ErrorPage/ErrorPageStyles.js +0 -0
  112. package/{components → dist/components}/pages/SideInSide/SideInSide.d.ts +0 -0
  113. package/{components → dist/components}/pages/SideInSide/SideInSide.js +0 -0
  114. package/{components → dist/components}/pages/SideInSide/SideInSideStyles.d.ts +0 -0
  115. package/{components → dist/components}/pages/SideInSide/SideInSideStyles.js +0 -0
  116. package/{components → dist/components}/stream/AppSwitcher/AppSwitcher.d.ts +0 -0
  117. package/{components → dist/components}/stream/AppSwitcher/AppSwitcher.js +0 -0
  118. package/{components → dist/components}/stream/AppSwitcher/AppSwitcherItem.d.ts +0 -0
  119. package/{components → dist/components}/stream/AppSwitcher/AppSwitcherItem.js +0 -0
  120. package/{components → dist/components}/stream/AppSwitcher/AppSwitcherStyles.d.ts +0 -0
  121. package/{components → dist/components}/stream/AppSwitcher/AppSwitcherStyles.js +0 -0
  122. package/{components → dist/components}/stream/AppSwitcher/constants.d.ts +0 -0
  123. package/{components → dist/components}/stream/AppSwitcher/constants.js +0 -0
  124. package/{index.d.ts → dist/index.d.ts} +0 -0
  125. package/{index.js → dist/index.js} +0 -0
  126. package/{lang → dist/lang}/en-us.d.ts +0 -0
  127. package/{lang → dist/lang}/en-us.js +0 -0
  128. package/dist/package.json +41 -0
  129. package/{types → dist/types}/components/navigation/VerticalNavigation.d.ts +0 -0
  130. package/{types → dist/types}/components/navigation/VerticalNavigation.js +0 -0
  131. package/{types → dist/types}/components/navigation/VerticalNavigationAvatar.d.ts +1 -0
  132. package/{types → dist/types}/components/navigation/VerticalNavigationAvatar.js +0 -0
  133. package/{types → dist/types}/components/stream/AppSwitcher.d.ts +0 -0
  134. package/{types → dist/types}/components/stream/AppSwitcher.js +0 -0
  135. package/{types → dist/types}/index.d.ts +0 -0
  136. package/{types → dist/types}/index.js +0 -0
  137. package/{utils → dist/utils}/constants.d.ts +0 -0
  138. package/{utils → dist/utils}/constants.js +0 -0
  139. package/dist/utils/helpers.d.ts +21 -0
  140. package/dist/utils/helpers.js +64 -0
  141. package/{utils → dist/utils}/hooks.d.ts +0 -0
  142. package/{utils → dist/utils}/hooks.js +0 -0
  143. package/{utils → dist/utils}/index.d.ts +0 -0
  144. package/{utils → dist/utils}/index.js +0 -0
  145. package/{utils → dist/utils}/theme.d.ts +0 -0
  146. package/{utils → dist/utils}/theme.js +0 -0
  147. package/jest.config.ts +11 -0
  148. package/jest.setup.ts +5 -0
  149. package/{LICENSE → license} +0 -0
  150. package/merge.js +27 -0
  151. package/package.json +71 -4
  152. package/public/android-chrome-192x192.png +0 -0
  153. package/public/android-chrome-512x512.png +0 -0
  154. package/public/apple-touch-icon.png +0 -0
  155. package/public/assets/atoms.svg +5 -0
  156. package/public/assets/automation.svg +1 -0
  157. package/public/assets/avatar-1.jpg +0 -0
  158. package/public/assets/avatar-2.jpg +0 -0
  159. package/public/assets/avatar-3.jpg +0 -0
  160. package/public/assets/flux/icon-dark.svg +6 -0
  161. package/public/assets/flux/icon-light.svg +1 -0
  162. package/public/assets/flux/icon-white.svg +6 -0
  163. package/public/assets/flux/icon.svg +6 -0
  164. package/public/assets/flux/logo-dark.svg +22 -0
  165. package/public/assets/flux/logo-light.svg +1 -0
  166. package/public/assets/flux/logo-white.svg +22 -0
  167. package/public/assets/flux/logo.svg +22 -0
  168. package/public/assets/iPhone6.jpg +0 -0
  169. package/public/assets/iPhone6Plus.jpg +0 -0
  170. package/public/assets/lp-logo.png +0 -0
  171. package/public/assets/lplogo.svg +1 -0
  172. package/public/assets/molecules.svg +8 -0
  173. package/public/assets/organisms.svg +21 -0
  174. package/public/assets/pages.svg +4 -0
  175. package/public/assets/particles.svg +3 -0
  176. package/public/assets/stream-dark.png +0 -0
  177. package/public/assets/stream-suite-logo.svg +38 -0
  178. package/public/assets/stream-white.png +0 -0
  179. package/public/assets/stream.png +0 -0
  180. package/public/assets/templates.svg +3 -0
  181. package/public/favicon-16x16.png +0 -0
  182. package/public/favicon-32x32.png +0 -0
  183. package/public/favicon.ico +0 -0
  184. package/public/index.html +43 -0
  185. package/public/logo192.png +0 -0
  186. package/public/logo512.png +0 -0
  187. package/public/manifest.json +25 -0
  188. package/public/robots.txt +3 -0
  189. package/public/site.webmanifest +1 -0
  190. package/{README.md → readme.md} +0 -0
  191. package/src/docs.tsx +167 -0
  192. package/src/lib/assets/Images.tsx +47 -0
  193. package/src/lib/assets/stream-suite-logo.svg +38 -0
  194. package/src/lib/components/atoms/Autocomplete/Autocomplete.test.tsx +179 -0
  195. package/src/lib/components/atoms/Autocomplete/Autocomplete.tsx +14 -0
  196. package/src/lib/components/atoms/Button/Button.test.tsx +166 -0
  197. package/src/lib/components/atoms/Button/Button.tsx +16 -0
  198. package/src/lib/components/atoms/Checkbox/Checkbox.test.tsx +85 -0
  199. package/src/lib/components/atoms/Checkbox/Checkbox.tsx +10 -0
  200. package/src/lib/components/atoms/IconButton/IconButton.test.tsx +60 -0
  201. package/src/lib/components/atoms/IconButton/IconButton.tsx +9 -0
  202. package/src/lib/components/atoms/Radio/Radio.test.tsx +136 -0
  203. package/src/lib/components/atoms/Radio/Radio.tsx +10 -0
  204. package/src/lib/components/atoms/Select/Select.test.tsx +158 -0
  205. package/src/lib/components/atoms/Select/Select.tsx +12 -0
  206. package/src/lib/components/atoms/Slider/Slider.test.tsx +103 -0
  207. package/src/lib/components/atoms/Slider/Slider.tsx +10 -0
  208. package/src/lib/components/atoms/Switch/Switch.test.tsx +96 -0
  209. package/src/lib/components/atoms/Switch/Switch.tsx +10 -0
  210. package/src/lib/components/atoms/TextField/TextField.test.tsx +131 -0
  211. package/src/lib/components/atoms/TextField/TextField.tsx +31 -0
  212. package/src/lib/components/atoms/ToggleButton/ToggleButton.test.tsx +122 -0
  213. package/src/lib/components/atoms/ToggleButton/ToggleButton.tsx +10 -0
  214. package/src/lib/components/datadisplay/Avatar/Avatar.test.tsx +187 -0
  215. package/src/lib/components/datadisplay/Avatar/Avatar.tsx +35 -0
  216. package/src/lib/components/datadisplay/Avatar/avatar-1.jpg +0 -0
  217. package/src/lib/components/datadisplay/Chip/Chip.test.tsx +82 -0
  218. package/src/lib/components/datadisplay/Chip/Chip.tsx +11 -0
  219. package/src/lib/components/datadisplay/List/List.test.tsx +168 -0
  220. package/src/lib/components/datadisplay/List/List.tsx +8 -0
  221. package/src/lib/components/datadisplay/Tooltip/Tooltip.test.tsx +98 -0
  222. package/src/lib/components/datadisplay/Tooltip/Tooltip.tsx +9 -0
  223. package/src/lib/components/feedback/Alert/Alert.test.tsx +139 -0
  224. package/src/lib/components/feedback/Alert/Alert.tsx +10 -0
  225. package/src/lib/components/landmarks/Header/Header.tsx +140 -0
  226. package/src/lib/components/landmarks/Header/HeaderActionButtons.tsx +117 -0
  227. package/src/lib/components/landmarks/Header/HeaderStyles.tsx +62 -0
  228. package/src/lib/components/navigation/Drawer/Drawer.test.tsx +95 -0
  229. package/src/lib/components/navigation/Drawer/Drawer.tsx +21 -0
  230. package/src/lib/components/navigation/MobileNavigation/MobileNavigation.tsx +276 -0
  231. package/src/lib/components/navigation/MobileNavigation/MobileNavigationAvatar.tsx +334 -0
  232. package/src/lib/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.tsx +77 -0
  233. package/src/lib/components/navigation/MobileNavigation/MobileNavigationDrawer.tsx +197 -0
  234. package/src/lib/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.tsx +143 -0
  235. package/src/lib/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.tsx +192 -0
  236. package/src/lib/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.tsx +67 -0
  237. package/src/lib/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.tsx +192 -0
  238. package/src/lib/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.tsx +217 -0
  239. package/src/lib/components/navigation/MobileNavigation/MobileNavigationMotion.tsx +119 -0
  240. package/src/lib/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.tsx +35 -0
  241. package/src/lib/components/navigation/MobileNavigation/MobileNavigationSearch.tsx +114 -0
  242. package/src/lib/components/navigation/MobileNavigation/MobileNavigationSearchStyles.tsx +47 -0
  243. package/src/lib/components/navigation/MobileNavigation/MobileNavigationStyles.tsx +320 -0
  244. package/src/lib/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.tsx +59 -0
  245. package/src/lib/components/navigation/MobileNavigation/MobileNavigationToggleX.tsx +51 -0
  246. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigation.tsx +467 -0
  247. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationAvatar.tsx +208 -0
  248. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.tsx +75 -0
  249. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.tsx +196 -0
  250. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.tsx +94 -0
  251. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.tsx +212 -0
  252. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.tsx +240 -0
  253. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationMotion.tsx +119 -0
  254. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationStyles.tsx +303 -0
  255. package/src/lib/components/pages/ErrorPage/ErrorPage.test.tsx +78 -0
  256. package/src/lib/components/pages/ErrorPage/ErrorPage.tsx +50 -0
  257. package/src/lib/components/pages/ErrorPage/ErrorPageStyles.tsx +30 -0
  258. package/src/lib/components/pages/SideInSide/SideInSide.tsx +100 -0
  259. package/src/lib/components/pages/SideInSide/SideInSideStyles.tsx +62 -0
  260. package/src/lib/components/stream/AppSwitcher/AppSwitcher.tsx +392 -0
  261. package/src/lib/components/stream/AppSwitcher/AppSwitcherItem.tsx +83 -0
  262. package/src/lib/components/stream/AppSwitcher/AppSwitcherStyles.tsx +325 -0
  263. package/src/lib/components/stream/AppSwitcher/constants.tsx +28 -0
  264. package/src/lib/index.tsx +148 -0
  265. package/src/lib/lang/en-us.js +6 -0
  266. package/src/lib/types/components/navigation/VerticalNavigation.ts +52 -0
  267. package/src/lib/types/components/navigation/VerticalNavigationAvatar.ts +26 -0
  268. package/src/lib/types/components/stream/AppSwitcher.ts +10 -0
  269. package/src/lib/types/index.ts +9 -0
  270. package/src/lib/utils/constants.tsx +11 -0
  271. package/src/lib/utils/helpers.tsx +77 -0
  272. package/src/lib/utils/hooks.tsx +33 -0
  273. package/src/lib/utils/index.tsx +4 -0
  274. package/src/lib/utils/theme.tsx +79 -0
  275. package/src/react-app-env.d.ts +1 -0
  276. package/src/setupTests.ts +5 -0
  277. package/src/stories/Components/DataDisplay/Avatar/Accessibility.stories.mdx +34 -0
  278. package/src/stories/Components/DataDisplay/Avatar/AllCombinations.tsx +56 -0
  279. package/src/stories/Components/DataDisplay/Avatar/Avatar.stories.tsx +19 -0
  280. package/src/stories/Components/DataDisplay/Avatar/Examples.stories.tsx +278 -0
  281. package/src/stories/Components/DataDisplay/Avatar/Overview.stories.mdx +47 -0
  282. package/src/stories/Components/DataDisplay/Chip/Accessibility.stories.mdx +29 -0
  283. package/src/stories/Components/DataDisplay/Chip/AllCombinations.tsx +58 -0
  284. package/src/stories/Components/DataDisplay/Chip/Chip.stories.tsx +21 -0
  285. package/src/stories/Components/DataDisplay/Chip/Examples.stories.tsx +126 -0
  286. package/src/stories/Components/DataDisplay/Chip/Overview.stories.mdx +57 -0
  287. package/src/stories/Components/DataDisplay/List/Accessibility.stories.mdx +54 -0
  288. package/src/stories/Components/DataDisplay/List/AllCombinations.tsx +396 -0
  289. package/src/stories/Components/DataDisplay/List/Examples.stories.tsx +501 -0
  290. package/src/stories/Components/DataDisplay/List/List.stories.tsx +35 -0
  291. package/src/stories/Components/DataDisplay/List/Overview.stories.mdx +69 -0
  292. package/src/stories/Components/DataDisplay/Table/Overview.stories.mdx +70 -0
  293. package/src/stories/Components/DataDisplay/Tooltip/Accessibility.stories.mdx +39 -0
  294. package/src/stories/Components/DataDisplay/Tooltip/AllCombinations.tsx +134 -0
  295. package/src/stories/Components/DataDisplay/Tooltip/Examples.stories.tsx +237 -0
  296. package/src/stories/Components/DataDisplay/Tooltip/Overview.stories.mdx +58 -0
  297. package/src/stories/Components/DataDisplay/Tooltip/Tooltip.stories.tsx +22 -0
  298. package/src/stories/Components/Feedback/Alert/Accessibility.stories.mdx +25 -0
  299. package/src/stories/Components/Feedback/Alert/Alert.stories.tsx +22 -0
  300. package/src/stories/Components/Feedback/Alert/AllCombinations.tsx +37 -0
  301. package/src/stories/Components/Feedback/Alert/Examples.stories.tsx +137 -0
  302. package/src/stories/Components/Feedback/Alert/Overview.stories.mdx +62 -0
  303. package/src/stories/Components/Inputs/Autocomplete/Accessibility.stories.mdx +31 -0
  304. package/src/stories/Components/Inputs/Autocomplete/AllCombinations.tsx +182 -0
  305. package/src/stories/Components/Inputs/Autocomplete/Autocomplete.stories.tsx +31 -0
  306. package/src/stories/Components/Inputs/Autocomplete/Examples.stories.tsx +233 -0
  307. package/src/stories/Components/Inputs/Autocomplete/Overview.stories.mdx +52 -0
  308. package/src/stories/Components/Inputs/Button/Accessibility.stories.mdx +52 -0
  309. package/src/stories/Components/Inputs/Button/AllCombinations.tsx +53 -0
  310. package/src/stories/Components/Inputs/Button/Button.stories.tsx +23 -0
  311. package/src/stories/Components/Inputs/Button/Examples.stories.tsx +190 -0
  312. package/src/stories/Components/Inputs/Button/Overview.stories.mdx +52 -0
  313. package/src/stories/Components/Inputs/Checkbox/Accessibility.stories.mdx +38 -0
  314. package/src/stories/Components/Inputs/Checkbox/AllCombinations.tsx +55 -0
  315. package/src/stories/Components/Inputs/Checkbox/Checkbox.stories.tsx +22 -0
  316. package/src/stories/Components/Inputs/Checkbox/Examples.stories.tsx +363 -0
  317. package/src/stories/Components/Inputs/Checkbox/Overview.stories.mdx +63 -0
  318. package/src/stories/Components/Inputs/IconButton/Examples.stories.tsx +24 -0
  319. package/src/stories/Components/Inputs/IconButton/IconButton.stories.tsx +26 -0
  320. package/src/stories/Components/Inputs/Radio/Accessibility.stories.mdx +61 -0
  321. package/src/stories/Components/Inputs/Radio/AllCombinations.tsx +75 -0
  322. package/src/stories/Components/Inputs/Radio/Examples.stories.tsx +333 -0
  323. package/src/stories/Components/Inputs/Radio/Overview.stories.mdx +74 -0
  324. package/src/stories/Components/Inputs/Radio/Radio.stories.tsx +22 -0
  325. package/src/stories/Components/Inputs/Select/Accessibility.stories.mdx +51 -0
  326. package/src/stories/Components/Inputs/Select/AllCombinations.tsx +63 -0
  327. package/src/stories/Components/Inputs/Select/Examples.stories.tsx +803 -0
  328. package/src/stories/Components/Inputs/Select/Overview.stories.mdx +73 -0
  329. package/src/stories/Components/Inputs/Select/Select.stories.tsx +22 -0
  330. package/src/stories/Components/Inputs/Slider/Accessibility.stories.mdx +43 -0
  331. package/src/stories/Components/Inputs/Slider/AllCombinations.tsx +30 -0
  332. package/src/stories/Components/Inputs/Slider/Examples.stories.tsx +146 -0
  333. package/src/stories/Components/Inputs/Slider/Overview.stories.mdx +59 -0
  334. package/src/stories/Components/Inputs/Slider/Slider.stories.tsx +27 -0
  335. package/src/stories/Components/Inputs/Switch/Accessibility.stories.mdx +34 -0
  336. package/src/stories/Components/Inputs/Switch/AllCombinations.tsx +45 -0
  337. package/src/stories/Components/Inputs/Switch/Examples.stories.tsx +213 -0
  338. package/src/stories/Components/Inputs/Switch/Overview.stories.mdx +62 -0
  339. package/src/stories/Components/Inputs/Switch/Switch.stories.tsx +22 -0
  340. package/src/stories/Components/Inputs/TextField/Accessibility.stories.mdx +29 -0
  341. package/src/stories/Components/Inputs/TextField/AllCombinations.tsx +57 -0
  342. package/src/stories/Components/Inputs/TextField/Examples.stories.tsx +127 -0
  343. package/src/stories/Components/Inputs/TextField/Overview.stories.mdx +60 -0
  344. package/src/stories/Components/Inputs/TextField/TextField.stories.tsx +261 -0
  345. package/src/stories/Components/Inputs/ToggleButton/Accessibility.stories.mdx +32 -0
  346. package/src/stories/Components/Inputs/ToggleButton/AllCombinations.tsx +113 -0
  347. package/src/stories/Components/Inputs/ToggleButton/Examples.stories.tsx +339 -0
  348. package/src/stories/Components/Inputs/ToggleButton/Overview.stories.mdx +55 -0
  349. package/src/stories/Components/Inputs/ToggleButton/ToggleButton.stories.tsx +19 -0
  350. package/src/stories/Components/Landmarks/Header/Examples.stories.tsx +197 -0
  351. package/src/stories/Components/Landmarks/Header/Header.stories.tsx +34 -0
  352. package/src/stories/Components/Landmarks/Header/Overview.stories.mdx +44 -0
  353. package/src/stories/Components/Navigation/Drawer/Accessibility.stories.mdx +13 -0
  354. package/src/stories/Components/Navigation/Drawer/Drawer.stories.tsx +80 -0
  355. package/src/stories/Components/Navigation/Drawer/Examples.stories.tsx +440 -0
  356. package/src/stories/Components/Navigation/Drawer/Overview.stories.mdx +43 -0
  357. package/src/stories/Components/Navigation/MobileNavigation/Accessibility.stories.mdx +14 -0
  358. package/src/stories/Components/Navigation/MobileNavigation/Examples.stories.tsx +384 -0
  359. package/src/stories/Components/Navigation/MobileNavigation/MobileNavigation.stories.tsx +24 -0
  360. package/src/stories/Components/Navigation/MobileNavigation/Overview.stories.mdx +47 -0
  361. package/src/stories/Components/Navigation/VerticalNavigation/Accessibility.stories.mdx +14 -0
  362. package/src/stories/Components/Navigation/VerticalNavigation/Examples.stories.tsx +307 -0
  363. package/src/stories/Components/Navigation/VerticalNavigation/Overview.stories.mdx +47 -0
  364. package/src/stories/Components/Navigation/VerticalNavigation/VerticalNavigation.stories.tsx +24 -0
  365. package/src/stories/ContactUs.stories.mdx +21 -0
  366. package/src/stories/Experimental/Test.stories.mdx +46 -0
  367. package/src/stories/GettingStarted/Designer.stories.mdx +86 -0
  368. package/src/stories/GettingStarted/Developer.stories.mdx +134 -0
  369. package/src/stories/Guidelines/Accessibility/AssistiveTechnology.stories.mdx +70 -0
  370. package/src/stories/Guidelines/Accessibility/ColorAndContrast.stories.mdx +109 -0
  371. package/src/stories/Guidelines/Accessibility/Hierarchy.stories.mdx +119 -0
  372. package/src/stories/Guidelines/Accessibility/Imagery.stories.mdx +136 -0
  373. package/src/stories/Guidelines/Accessibility/Overview.stories.mdx +44 -0
  374. package/src/stories/Guidelines/Accessibility/Principles.stories.mdx +156 -0
  375. package/src/stories/Guidelines/Accessibility/SoundAndMotion.stories.mdx +59 -0
  376. package/src/stories/Guidelines/Accessibility/Typography.stories.mdx +69 -0
  377. package/src/stories/Guidelines/Accessibility/Writing.stories.mdx +188 -0
  378. package/src/stories/Guidelines/Styleguide/ColorSwatch.tsx +53 -0
  379. package/src/stories/Guidelines/Styleguide/Colors.stories.mdx +118 -0
  380. package/src/stories/Guidelines/Styleguide/Typography.stories.mdx +84 -0
  381. package/src/stories/Introduction.stories.mdx +65 -0
  382. package/src/stories/Pages/ErrorPage.stories.tsx +30 -0
  383. package/src/stories/Pages/SideInSide.stories.tsx +195 -0
  384. package/src/stories/Roadmap.stories.mdx +19 -0
  385. package/src/stories/Templates/Login.stories.mdx +46 -0
  386. package/src/stories/assets/Atomic_Design_Icons-Dark.svg +24 -0
  387. package/src/stories/assets/Atomic_Design_Icons-Light.svg +25 -0
  388. package/src/stories/assets/accessibility-1.png +0 -0
  389. package/src/stories/assets/accessibility-2.png +0 -0
  390. package/src/stories/assets/accessibility-3.png +0 -0
  391. package/src/stories/assets/accessibility-banner.png +0 -0
  392. package/src/stories/assets/atoms.svg +6 -0
  393. package/src/stories/assets/design_system_2022-02-11_12.22pm.png +0 -0
  394. package/src/stories/assets/figma-tokens.png +0 -0
  395. package/src/stories/assets/hierarchy-1.jpg +0 -0
  396. package/src/stories/assets/hierarchy-2.jpg +0 -0
  397. package/src/stories/assets/hierarchy-3.jpg +0 -0
  398. package/src/stories/assets/icon-contrast-1.jpg +0 -0
  399. package/src/stories/assets/icon-contrast-2.jpg +0 -0
  400. package/src/stories/assets/imagery-1.png +0 -0
  401. package/src/stories/assets/imagery-2.png +0 -0
  402. package/src/stories/assets/imagery-3.png +0 -0
  403. package/src/stories/assets/imagery-4.jpg +0 -0
  404. package/src/stories/assets/molecules.svg +9 -0
  405. package/src/stories/assets/organisms.svg +22 -0
  406. package/src/stories/assets/pages.svg +5 -0
  407. package/src/stories/assets/particles.svg +4 -0
  408. package/src/stories/assets/templates.svg +4 -0
  409. package/src/stories/assets/testData.tsx +102 -0
  410. package/src/stories/assets/text-contrast-1.jpg +0 -0
  411. package/src/stories/assets/text-contrast-2.jpg +0 -0
  412. package/src/stories/assets/typography-1.png +0 -0
  413. package/src/stories/assets/visual-clues-1.png +0 -0
  414. package/src/stories/assets/visual-clues-2.png +0 -0
  415. package/src/stories/assets/writing-1.jpg +0 -0
  416. package/src/stories/assets/writing-2.png +0 -0
  417. package/src/stories/assets/writing-3.png +0 -0
  418. package/src/stories/assets/writing-4.png +0 -0
  419. package/src/stories/utils/CustomIcons.tsx +44 -0
  420. package/tsconfig.eslint.json +16 -0
  421. package/tsconfig.json +50 -0
  422. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +0 -827
  423. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +0 -147
  424. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +0 -392
  425. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.d.ts +0 -3
  426. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +0 -31
  427. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +0 -257
  428. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.d.ts +0 -3
  429. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +0 -33
  430. package/components/navigation/MobileNavigation/MobileNavigationToggleX.d.ts +0 -3
  431. package/components/navigation/MobileNavigation/MobileNavigationToggleX.js +0 -27
  432. package/components/navigation/MobileNavigation/MobileNavigationToggleXStyles.d.ts +0 -36
  433. package/components/navigation/MobileNavigation/MobileNavigationToggleXStyles.js +0 -10
  434. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +0 -827
  435. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +0 -88
  436. package/utils/helpers.d.ts +0 -6
  437. package/utils/helpers.js +0 -17
@@ -0,0 +1,1080 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledSwipeableSearch: import("@emotion/styled").StyledComponent<import("@mui/material").SwipeableDrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3
+ export declare const StyledBox: import("@emotion/styled").StyledComponent<import("@react-spring/web").AnimatedProps<{
4
+ className?: string | undefined;
5
+ style?: {
6
+ accentColor?: import("csstype").Property.AccentColor | undefined;
7
+ alignContent?: import("csstype").Property.AlignContent | undefined;
8
+ alignItems?: import("csstype").Property.AlignItems | undefined;
9
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
10
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
11
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
12
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
13
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
14
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
15
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
16
+ animationName?: import("csstype").Property.AnimationName | undefined;
17
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
18
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
19
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
20
+ appearance?: import("csstype").Property.Appearance | undefined;
21
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
22
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
23
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
24
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
25
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
26
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
27
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
28
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
29
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
30
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
31
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
32
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
33
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
34
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
35
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
36
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
37
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
38
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
39
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
40
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
41
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
42
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
43
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
44
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
45
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
46
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
47
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
48
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
49
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
50
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
51
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
52
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
53
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
54
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
55
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
56
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
57
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
58
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
59
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
60
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
61
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
62
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
63
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
64
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
65
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
66
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
67
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
68
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
69
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
70
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
71
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
72
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
73
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
74
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
75
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
76
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
77
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
78
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
79
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
80
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
81
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
82
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
83
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
84
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
85
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
86
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
87
+ breakInside?: import("csstype").Property.BreakInside | undefined;
88
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
89
+ caretColor?: import("csstype").Property.CaretColor | undefined;
90
+ clear?: import("csstype").Property.Clear | undefined;
91
+ clipPath?: import("csstype").Property.ClipPath | undefined;
92
+ color?: import("csstype").Property.Color | undefined;
93
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
94
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
95
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
96
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
97
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
98
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
99
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
100
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
101
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
102
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
103
+ contain?: import("csstype").Property.Contain | undefined;
104
+ content?: import("csstype").Property.Content | undefined;
105
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
106
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
107
+ counterReset?: import("csstype").Property.CounterReset | undefined;
108
+ counterSet?: import("csstype").Property.CounterSet | undefined;
109
+ cursor?: import("csstype").Property.Cursor | undefined;
110
+ direction?: import("csstype").Property.Direction | undefined;
111
+ display?: import("csstype").Property.Display | undefined;
112
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
113
+ filter?: import("csstype").Property.Filter | undefined;
114
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
115
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
116
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
117
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
118
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
119
+ float?: import("csstype").Property.Float | undefined;
120
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
121
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
122
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
123
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
124
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
125
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
126
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
127
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
128
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
129
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
130
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
131
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
132
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
133
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
134
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
135
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
136
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
137
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
138
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
139
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
140
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
141
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
142
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
143
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
144
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
145
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
146
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
147
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
148
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
149
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
150
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
151
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
152
+ height?: import("csstype").Property.Height<string | number> | undefined;
153
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
154
+ hyphens?: import("csstype").Property.Hyphens | undefined;
155
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
156
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
157
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
158
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
159
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
160
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
161
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
162
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
163
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
164
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
165
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
166
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
167
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
168
+ isolation?: import("csstype").Property.Isolation | undefined;
169
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
170
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
171
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
172
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
173
+ left?: import("csstype").Property.Left<string | number> | undefined;
174
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
175
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
176
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
177
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
178
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
179
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
180
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
181
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
182
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
183
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
184
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
185
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
186
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
187
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
188
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
189
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
190
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
191
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
192
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
193
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
194
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
195
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
196
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
197
+ maskClip?: import("csstype").Property.MaskClip | undefined;
198
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
199
+ maskImage?: import("csstype").Property.MaskImage | undefined;
200
+ maskMode?: import("csstype").Property.MaskMode | undefined;
201
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
202
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
203
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
204
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
205
+ maskType?: import("csstype").Property.MaskType | undefined;
206
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
207
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
208
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
209
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
210
+ maxLines?: import("csstype").Property.MaxLines | undefined;
211
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
212
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
213
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
214
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
215
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
216
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
217
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
218
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
219
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
220
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
221
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
222
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
223
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
224
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
225
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
226
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
227
+ opacity?: import("csstype").Property.Opacity | undefined;
228
+ order?: import("csstype").Property.Order | undefined;
229
+ orphans?: import("csstype").Property.Orphans | undefined;
230
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
231
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
232
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
233
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
234
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
235
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
236
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
237
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
238
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
239
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
240
+ overflowX?: import("csstype").Property.OverflowX | undefined;
241
+ overflowY?: import("csstype").Property.OverflowY | undefined;
242
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
243
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
244
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
245
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
246
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
247
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
248
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
249
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
250
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
251
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
252
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
253
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
254
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
255
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
256
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
257
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
258
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
259
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
260
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
261
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
262
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
263
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
264
+ position?: import("csstype").Property.Position | undefined;
265
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
266
+ quotes?: import("csstype").Property.Quotes | undefined;
267
+ resize?: import("csstype").Property.Resize | undefined;
268
+ right?: import("csstype").Property.Right<string | number> | undefined;
269
+ rotate?: (string | number) | undefined;
270
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
271
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
272
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
273
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
274
+ scale?: string | number | readonly [number, number] | undefined;
275
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
276
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
277
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
278
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
279
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
280
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
281
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
282
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
283
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
284
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
285
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
286
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
287
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
288
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
289
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
290
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
291
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
292
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
293
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
294
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
295
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
296
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
297
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
298
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
299
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
300
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
301
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
302
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
303
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
304
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
305
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
306
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
307
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
308
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
309
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
310
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
311
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
312
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
313
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
314
+ textAlign?: import("csstype").Property.TextAlign | undefined;
315
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
316
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
317
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
318
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
319
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
320
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
321
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
322
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
323
+ textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
324
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
325
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
326
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
327
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
328
+ textJustify?: import("csstype").Property.TextJustify | undefined;
329
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
330
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
331
+ textRendering?: import("csstype").Property.TextRendering | undefined;
332
+ textShadow?: import("csstype").Property.TextShadow | undefined;
333
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
334
+ textTransform?: import("csstype").Property.TextTransform | undefined;
335
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
336
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
337
+ top?: import("csstype").Property.Top<string | number> | undefined;
338
+ touchAction?: import("csstype").Property.TouchAction | undefined;
339
+ transform?: string | undefined;
340
+ transformBox?: import("csstype").Property.TransformBox | undefined;
341
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
342
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
343
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
344
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
345
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
346
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
347
+ translate?: (string | number) | readonly [string | number, string | number] | undefined;
348
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
349
+ userSelect?: import("csstype").Property.UserSelect | undefined;
350
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
351
+ visibility?: import("csstype").Property.Visibility | undefined;
352
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
353
+ widows?: import("csstype").Property.Widows | undefined;
354
+ width?: import("csstype").Property.Width<string | number> | undefined;
355
+ willChange?: import("csstype").Property.WillChange | undefined;
356
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
357
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
358
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
359
+ writingMode?: import("csstype").Property.WritingMode | undefined;
360
+ zIndex?: import("csstype").Property.ZIndex | undefined;
361
+ zoom?: import("csstype").Property.Zoom | undefined;
362
+ all?: import("csstype").Globals | undefined;
363
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
364
+ background?: import("csstype").Property.Background<string | number> | undefined;
365
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
366
+ border?: import("csstype").Property.Border<string | number> | undefined;
367
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
368
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
369
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
370
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
371
+ borderColor?: import("csstype").Property.BorderColor | undefined;
372
+ borderImage?: import("csstype").Property.BorderImage | undefined;
373
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
374
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
375
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
376
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
377
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
378
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
379
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
380
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
381
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
382
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
383
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
384
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
385
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
386
+ font?: import("csstype").Property.Font | undefined;
387
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
388
+ grid?: import("csstype").Property.Grid | undefined;
389
+ gridArea?: import("csstype").Property.GridArea | undefined;
390
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
391
+ gridRow?: import("csstype").Property.GridRow | undefined;
392
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
393
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
394
+ listStyle?: import("csstype").Property.ListStyle | undefined;
395
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
396
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
397
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
398
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
399
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
400
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
401
+ overflow?: import("csstype").Property.Overflow | undefined;
402
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
403
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
404
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
405
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
406
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
407
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
408
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
409
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
410
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
411
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
412
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
413
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
414
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
415
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
416
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
417
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
418
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
419
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
420
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
421
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
422
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
423
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
424
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
425
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
426
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
427
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
428
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
429
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
430
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
431
+ MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
432
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
433
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
434
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
435
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
436
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
437
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
438
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
439
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
440
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
441
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
442
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
443
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
444
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
445
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
446
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
447
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
448
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
449
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
450
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
451
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
452
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
453
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
454
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
455
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
456
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
457
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
458
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
459
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
460
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
461
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
462
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
463
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
464
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
465
+ msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
466
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
467
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
468
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
469
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
470
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
471
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
472
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
473
+ msFilter?: import("csstype").Property.MsFilter | undefined;
474
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
475
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
476
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
477
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
478
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
479
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
480
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
481
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
482
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
483
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
484
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
485
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
486
+ msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
487
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
488
+ msOrder?: import("csstype").Property.Order | undefined;
489
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
490
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
491
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
492
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
493
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
494
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
495
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
496
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
497
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
498
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
499
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
500
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
501
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
502
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
503
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
504
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
505
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
506
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
507
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
508
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
509
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
510
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
511
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
512
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
513
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
514
+ msTransform?: import("csstype").Property.Transform | undefined;
515
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
516
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
517
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
518
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
519
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
520
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
521
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
522
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
523
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
524
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
525
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
526
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
527
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
528
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
529
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
530
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
531
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
532
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
533
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
534
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
535
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
536
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
537
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
538
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
539
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
540
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
541
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
542
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
543
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
544
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
545
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
546
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
547
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
548
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
549
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
550
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
551
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
552
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
553
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
554
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
555
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
556
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
557
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
558
+ WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
559
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
560
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
561
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
562
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
563
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
564
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
565
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
566
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
567
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
568
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
569
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
570
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
571
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
572
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
573
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
574
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
575
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
576
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
577
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
578
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
579
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
580
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
581
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
582
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
583
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
584
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
585
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
586
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
587
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
588
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
589
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
590
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
591
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
592
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
593
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
594
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
595
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
596
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
597
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
598
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
599
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
600
+ WebkitOrder?: import("csstype").Property.Order | undefined;
601
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
602
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
603
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
604
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
605
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
606
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
607
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
608
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
609
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
610
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
611
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
612
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
613
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
614
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
615
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
616
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
617
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
618
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
619
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
620
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
621
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
622
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
623
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
624
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
625
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
626
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
627
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
628
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
629
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
630
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
631
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
632
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
633
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
634
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
635
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
636
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
637
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
638
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
639
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
640
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
641
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
642
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
643
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
644
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
645
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
646
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
647
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
648
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
649
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
650
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
651
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
652
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
653
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
654
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
655
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
656
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
657
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
658
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
659
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
660
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
661
+ azimuth?: import("csstype").Property.Azimuth | undefined;
662
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
663
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
664
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
665
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
666
+ boxLines?: import("csstype").Property.BoxLines | undefined;
667
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
668
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
669
+ boxPack?: import("csstype").Property.BoxPack | undefined;
670
+ clip?: import("csstype").Property.Clip | undefined;
671
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
672
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
673
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
674
+ imeMode?: import("csstype").Property.ImeMode | undefined;
675
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
676
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
677
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
678
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
679
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
680
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
681
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
682
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
683
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
684
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
685
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
686
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
687
+ scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
688
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
689
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
690
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
691
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
692
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
693
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
694
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
695
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
696
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
697
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
698
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
699
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
700
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
701
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
702
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
703
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
704
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
705
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
706
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
707
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
708
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
709
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
710
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
711
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
712
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
713
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
714
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
715
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
716
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
717
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
718
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
719
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
720
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
721
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
722
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
723
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
724
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
725
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
726
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
727
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
728
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
729
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
730
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
731
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
732
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
733
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
734
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
735
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
736
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
737
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
738
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
739
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
740
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
741
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
742
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
743
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
744
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
745
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
746
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
747
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
748
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
749
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
750
+ OTransform?: import("csstype").Property.Transform | undefined;
751
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
752
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
753
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
754
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
755
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
756
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
757
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
758
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
759
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
760
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
761
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
762
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
763
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
764
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
765
+ WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
766
+ WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
767
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
768
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
769
+ clipRule?: import("csstype").Property.ClipRule | undefined;
770
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
771
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
772
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
773
+ fill?: import("csstype").Property.Fill | undefined;
774
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
775
+ fillRule?: import("csstype").Property.FillRule | undefined;
776
+ floodColor?: import("csstype").Property.FloodColor | undefined;
777
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
778
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
779
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
780
+ marker?: import("csstype").Property.Marker | undefined;
781
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
782
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
783
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
784
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
785
+ stopColor?: import("csstype").Property.StopColor | undefined;
786
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
787
+ stroke?: import("csstype").Property.Stroke | undefined;
788
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
789
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
790
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
791
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
792
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
793
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
794
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
795
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
796
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
797
+ x?: (string | number) | undefined;
798
+ y?: (string | number) | undefined;
799
+ z?: (string | number) | undefined;
800
+ translateX?: (string | number) | undefined;
801
+ translateY?: (string | number) | undefined;
802
+ translateZ?: (string | number) | undefined;
803
+ translate3d?: readonly [string | number, string | number, string | number] | undefined;
804
+ rotateX?: (string | number) | undefined;
805
+ rotateY?: (string | number) | undefined;
806
+ rotateZ?: (string | number) | undefined;
807
+ rotate3d?: readonly [number, number, number, string | number] | undefined;
808
+ scaleX?: number | undefined;
809
+ scaleY?: number | undefined;
810
+ scaleZ?: number | undefined;
811
+ scale3d?: readonly [number, number, number] | undefined;
812
+ skew?: (string | number) | readonly [string | number, string | number] | undefined;
813
+ skewX?: (string | number) | undefined;
814
+ skewY?: (string | number) | undefined;
815
+ matrix?: readonly [number, number, number, number, number, number] | undefined;
816
+ matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
817
+ } | undefined;
818
+ slot?: string | undefined;
819
+ title?: string | undefined;
820
+ key?: import("react").Key | null | undefined;
821
+ defaultChecked?: boolean | undefined;
822
+ defaultValue?: string | number | readonly string[] | undefined;
823
+ suppressContentEditableWarning?: boolean | undefined;
824
+ suppressHydrationWarning?: boolean | undefined;
825
+ accessKey?: string | undefined;
826
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
827
+ contextMenu?: string | undefined;
828
+ dir?: string | undefined;
829
+ draggable?: (boolean | "true" | "false") | undefined;
830
+ hidden?: boolean | undefined;
831
+ id?: string | undefined;
832
+ lang?: string | undefined;
833
+ placeholder?: string | undefined;
834
+ spellCheck?: (boolean | "true" | "false") | undefined;
835
+ tabIndex?: number | undefined;
836
+ translate?: "yes" | "no" | undefined;
837
+ radioGroup?: string | undefined;
838
+ role?: import("react").AriaRole | undefined;
839
+ about?: string | undefined;
840
+ datatype?: string | undefined;
841
+ inlist?: any;
842
+ prefix?: string | undefined;
843
+ property?: string | undefined;
844
+ resource?: string | undefined;
845
+ typeof?: string | undefined;
846
+ vocab?: string | undefined;
847
+ autoCapitalize?: string | undefined;
848
+ autoCorrect?: string | undefined;
849
+ autoSave?: string | undefined;
850
+ color?: string | undefined;
851
+ itemProp?: string | undefined;
852
+ itemScope?: boolean | undefined;
853
+ itemType?: string | undefined;
854
+ itemID?: string | undefined;
855
+ itemRef?: string | undefined;
856
+ results?: number | undefined;
857
+ security?: string | undefined;
858
+ unselectable?: "on" | "off" | undefined;
859
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
860
+ is?: string | undefined;
861
+ 'aria-activedescendant'?: string | undefined;
862
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
863
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
864
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
865
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
866
+ 'aria-colcount'?: number | undefined;
867
+ 'aria-colindex'?: number | undefined;
868
+ 'aria-colspan'?: number | undefined;
869
+ 'aria-controls'?: string | undefined;
870
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
871
+ 'aria-describedby'?: string | undefined;
872
+ 'aria-details'?: string | undefined;
873
+ 'aria-disabled'?: (boolean | "true" | "false") | undefined;
874
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
875
+ 'aria-errormessage'?: string | undefined;
876
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
877
+ 'aria-flowto'?: string | undefined;
878
+ 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
879
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
880
+ 'aria-hidden'?: (boolean | "true" | "false") | undefined;
881
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
882
+ 'aria-keyshortcuts'?: string | undefined;
883
+ 'aria-label'?: string | undefined;
884
+ 'aria-labelledby'?: string | undefined;
885
+ 'aria-level'?: number | undefined;
886
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
887
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
888
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
889
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
890
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
891
+ 'aria-owns'?: string | undefined;
892
+ 'aria-placeholder'?: string | undefined;
893
+ 'aria-posinset'?: number | undefined;
894
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
895
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
896
+ 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
897
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
898
+ 'aria-roledescription'?: string | undefined;
899
+ 'aria-rowcount'?: number | undefined;
900
+ 'aria-rowindex'?: number | undefined;
901
+ 'aria-rowspan'?: number | undefined;
902
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
903
+ 'aria-setsize'?: number | undefined;
904
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
905
+ 'aria-valuemax'?: number | undefined;
906
+ 'aria-valuemin'?: number | undefined;
907
+ 'aria-valuenow'?: number | undefined;
908
+ 'aria-valuetext'?: string | undefined;
909
+ children?: import("react").ReactNode;
910
+ dangerouslySetInnerHTML?: {
911
+ __html: string;
912
+ } | undefined;
913
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
914
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
915
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
916
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
917
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
918
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
919
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
920
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
921
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
922
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
923
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
924
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
925
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
926
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
927
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
928
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
929
+ onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
930
+ onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
931
+ onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
932
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
933
+ onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
934
+ onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
935
+ onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
936
+ onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
937
+ onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
938
+ onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
939
+ onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
940
+ onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
941
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
942
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
943
+ onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
944
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
945
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
946
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
947
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
948
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
949
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
950
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
951
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
952
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
953
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
954
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
955
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
956
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
957
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
958
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
959
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
960
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
961
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
962
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
963
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
964
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
965
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
966
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
967
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
968
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
969
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
970
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
971
+ onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
972
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
973
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
974
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
975
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
976
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
977
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
978
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
979
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
980
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
981
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
982
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
983
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
984
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
985
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
986
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
987
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
988
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
989
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
990
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
991
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
992
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
993
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
994
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
995
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
996
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
997
+ onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
998
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
999
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1000
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1001
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1002
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1003
+ onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1004
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1005
+ onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1006
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1007
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1008
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1009
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1010
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1011
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1012
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1013
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1014
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1015
+ onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1016
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1017
+ onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1018
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
1019
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1020
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1021
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1022
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1023
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1024
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1025
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1026
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1027
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1028
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1029
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1030
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
1031
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1032
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1033
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1034
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1035
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1036
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1037
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1038
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1039
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1040
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
1041
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1042
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1043
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1044
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1045
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1046
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1047
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1048
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1049
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1050
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1051
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1052
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1053
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1054
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1055
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1056
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1057
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1058
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1059
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1060
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1061
+ onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1062
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1063
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1064
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1065
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1066
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1067
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1068
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1069
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1070
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1071
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1072
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1073
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
1074
+ }> & {
1075
+ scrollTop?: number | import("@react-spring/shared/dist/declarations/src/fluids").FluidValue<number, any> | undefined;
1076
+ scrollLeft?: number | import("@react-spring/shared/dist/declarations/src/fluids").FluidValue<number, any> | undefined;
1077
+ viewBox?: string | import("@react-spring/shared/dist/declarations/src/fluids").FluidValue<string, any> | undefined;
1078
+ } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
1079
+ export declare const StyledOutlinedInputLabel: import("@emotion/styled").StyledComponent<import("@mui/material").InputLabelProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
1080
+ export declare const StyledOutlinedInput: import("@emotion/styled").StyledComponent<import("@mui/material").OutlinedInputProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;