@lunit/oui 1.0.0-alpha.3 → 1.0.0-alpha.4

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 (377) hide show
  1. package/package.json +2 -3
  2. package/src/components/Dialog/Dialog.styled.ts +2 -2
  3. package/src/components/Dialog/Dialog.types.ts +1 -1
  4. package/src/components/UploadManager/UploadManager.tsx +2 -2
  5. package/.lintstagedrc.json +0 -3
  6. package/dist/assets/ic-bell-noti-outlined-20px.js +0 -4
  7. package/dist/assets/ic-close-large-outlined-20px.js +0 -4
  8. package/dist/assets/ic-close-small-outlined-20px.js +0 -4
  9. package/dist/assets/ic-download-pdf-outlined-20px.js +0 -4
  10. package/dist/assets/ic-ellipse-outlined-20px.js +0 -4
  11. package/dist/assets/ic-filter-noti-outlined-20px.js +0 -4
  12. package/dist/assets/ic-hide-large-outlined-20px.js +0 -4
  13. package/dist/assets/ic-hide-small-outlined-20px.js +0 -4
  14. package/dist/assets/ic-information-large-outlined-20px.js +0 -4
  15. package/dist/assets/ic-information-small-outlined-20px.js +0 -4
  16. package/dist/assets/ic-manufacturer-outlined-20px.js +0 -4
  17. package/dist/assets/ic-rectangle-outlined-20px.js +0 -4
  18. package/dist/assets/ic-refresh-left-outlined-20px.js +0 -4
  19. package/dist/assets/ic-refresh-right-outlined-20px.js +0 -4
  20. package/dist/assets/ic-show-large-outlined-20px.js +0 -4
  21. package/dist/assets/ic-show-small-outlined-20px.js +0 -4
  22. package/dist/assets/index.js +0 -17
  23. package/dist/components/Alert/Alert.js +0 -15
  24. package/dist/components/Alert/Alert.styled.js +0 -42
  25. package/dist/components/Alert/Alert.types.js +0 -2
  26. package/dist/components/Alert/Alert.utils.js +0 -40
  27. package/dist/components/Alert/index.js +0 -3
  28. package/dist/components/BaseTextField/BaseTextField.styled.js +0 -97
  29. package/dist/components/BaseTextField/BaseTextField.types.js +0 -3
  30. package/dist/components/BaseTextField/BaseTextField.utils.js +0 -10
  31. package/dist/components/Button/BaseButton.js +0 -15
  32. package/dist/components/Button/Button.js +0 -43
  33. package/dist/components/Button/Button.types.js +0 -2
  34. package/dist/components/Button/Button.utils.js +0 -11
  35. package/dist/components/Button/index.js +0 -4
  36. package/dist/components/Button/styleds/BaseButton.styled.js +0 -52
  37. package/dist/components/Button/styleds/ContainedButton.styled.js +0 -112
  38. package/dist/components/Button/styleds/GhostButton.styled.js +0 -128
  39. package/dist/components/Button/styleds/IconButton.styled.js +0 -23
  40. package/dist/components/Button/styleds/OutlinedButton.styled.js +0 -136
  41. package/dist/components/Card/Card.js +0 -7
  42. package/dist/components/Card/Card.styled.js +0 -14
  43. package/dist/components/Card/Card.types.js +0 -2
  44. package/dist/components/Card/index.js +0 -3
  45. package/dist/components/Checkbox/Checkbox.js +0 -11
  46. package/dist/components/Checkbox/Checkbox.styled.js +0 -25
  47. package/dist/components/Checkbox/Checkbox.types.js +0 -2
  48. package/dist/components/Checkbox/Checkbox.utils.js +0 -22
  49. package/dist/components/Checkbox/index.js +0 -3
  50. package/dist/components/Chip/Chip.js +0 -26
  51. package/dist/components/Chip/Chip.styled.js +0 -106
  52. package/dist/components/Chip/Chip.types.js +0 -2
  53. package/dist/components/Chip/Chip.utils.js +0 -49
  54. package/dist/components/Chip/index.js +0 -3
  55. package/dist/components/DataTable/DataTable.js +0 -12
  56. package/dist/components/DataTable/DataTable.styled.js +0 -65
  57. package/dist/components/DataTable/index.js +0 -2
  58. package/dist/components/DatePicker/DatePicker.js +0 -162
  59. package/dist/components/DatePicker/DatePicker.styled.js +0 -17
  60. package/dist/components/DatePicker/DatePicker.types.js +0 -2
  61. package/dist/components/DatePicker/index.js +0 -3
  62. package/dist/components/Dialog/Dialog.js +0 -21
  63. package/dist/components/Dialog/Dialog.styled.js +0 -60
  64. package/dist/components/Dialog/Dialog.types.js +0 -2
  65. package/dist/components/Dialog/index.js +0 -3
  66. package/dist/components/Divider/Divider.js +0 -7
  67. package/dist/components/Divider/Divider.styled.js +0 -22
  68. package/dist/components/Divider/Divider.types.js +0 -2
  69. package/dist/components/Divider/index.js +0 -3
  70. package/dist/components/Dropdown/Dropdown.js +0 -55
  71. package/dist/components/Dropdown/Dropdown.styled.js +0 -103
  72. package/dist/components/Dropdown/Dropdown.types.js +0 -2
  73. package/dist/components/Dropdown/Dropdown.utils.js +0 -12
  74. package/dist/components/Dropdown/DropdownItem.js +0 -9
  75. package/dist/components/Dropdown/DropdownItem.styled.js +0 -57
  76. package/dist/components/Dropdown/DropdownItem.types.js +0 -2
  77. package/dist/components/Dropdown/DropdownItem.utils.js +0 -10
  78. package/dist/components/Dropdown/DropdownSubtitle.js +0 -7
  79. package/dist/components/Dropdown/DropdownSubtitle.styled.js +0 -12
  80. package/dist/components/Dropdown/DropdownSubtitle.types.js +0 -2
  81. package/dist/components/Dropdown/IconDropdown.js +0 -35
  82. package/dist/components/Dropdown/IconDropdown.styled.js +0 -72
  83. package/dist/components/Dropdown/IconDropdown.types.js +0 -2
  84. package/dist/components/Dropdown/index.js +0 -6
  85. package/dist/components/FileDnDZone/FileDnDZone.js +0 -13
  86. package/dist/components/FileDnDZone/FileDnDZone.styled.js +0 -39
  87. package/dist/components/FileDnDZone/FileDnDZone.types.js +0 -2
  88. package/dist/components/FileDnDZone/FileDnDZone.utils.js +0 -3
  89. package/dist/components/FileDnDZone/index.js +0 -3
  90. package/dist/components/Icons/BellNoti/index.js +0 -14
  91. package/dist/components/Icons/CloseLarge/index.js +0 -14
  92. package/dist/components/Icons/CloseSmall/index.js +0 -14
  93. package/dist/components/Icons/DownloadPdf/index.js +0 -14
  94. package/dist/components/Icons/Ellipse/index.js +0 -14
  95. package/dist/components/Icons/FilterNoti/index.js +0 -14
  96. package/dist/components/Icons/HideLarge/index.js +0 -14
  97. package/dist/components/Icons/HideSmall/index.js +0 -14
  98. package/dist/components/Icons/InformationLarge/index.js +0 -14
  99. package/dist/components/Icons/InformationSmall/index.js +0 -14
  100. package/dist/components/Icons/Manufacturer/index.js +0 -14
  101. package/dist/components/Icons/Rectangle/index.js +0 -14
  102. package/dist/components/Icons/RefreshLeft/index.js +0 -14
  103. package/dist/components/Icons/RefreshRight/index.js +0 -14
  104. package/dist/components/Icons/ShowLarge/index.js +0 -14
  105. package/dist/components/Icons/ShowSmall/index.js +0 -14
  106. package/dist/components/Icons/index.js +0 -180
  107. package/dist/components/List/List.js +0 -23
  108. package/dist/components/List/List.styled.js +0 -29
  109. package/dist/components/List/List.types.js +0 -2
  110. package/dist/components/List/List.utils.js +0 -12
  111. package/dist/components/List/ListItem.js +0 -25
  112. package/dist/components/List/ListItem.styled.js +0 -45
  113. package/dist/components/List/ListItem.types.js +0 -2
  114. package/dist/components/List/ListItemCaption.js +0 -10
  115. package/dist/components/List/ListItemCaption.styled.js +0 -7
  116. package/dist/components/List/ListItemCaption.types.js +0 -2
  117. package/dist/components/List/index.js +0 -4
  118. package/dist/components/LoadingIndicator/LoadingIndicator.js +0 -11
  119. package/dist/components/LoadingIndicator/LoadingIndicator.styled.js +0 -37
  120. package/dist/components/LoadingIndicator/LoadingIndicator.types.js +0 -2
  121. package/dist/components/LoadingIndicator/assets/DnaLoadingAnimation.json +0 -769
  122. package/dist/components/LoadingIndicator/assets/DotLoadingAnimation.json +0 -426
  123. package/dist/components/LoadingIndicator/index.js +0 -3
  124. package/dist/components/Menu/Menu.js +0 -13
  125. package/dist/components/Menu/Menu.styled.js +0 -31
  126. package/dist/components/Menu/Menu.types.js +0 -2
  127. package/dist/components/Menu/MenuItem.js +0 -20
  128. package/dist/components/Menu/MenuItem.styled.js +0 -48
  129. package/dist/components/Menu/MenuItem.types.js +0 -2
  130. package/dist/components/Menu/index.js +0 -3
  131. package/dist/components/MuiCssBaseline.js +0 -67
  132. package/dist/components/MuiInputBase.js +0 -24
  133. package/dist/components/MuiOutlinedInput.js +0 -56
  134. package/dist/components/MuiTextField.js +0 -16
  135. package/dist/components/ProductLabel/ProductLabel.js +0 -16
  136. package/dist/components/ProductLabel/ProductLabel.styled.js +0 -53
  137. package/dist/components/ProductLabel/ProductLabel.types.js +0 -2
  138. package/dist/components/ProductLabel/index.js +0 -3
  139. package/dist/components/Progress/CircularProgress.js +0 -7
  140. package/dist/components/Progress/CircularProgress.styled.js +0 -8
  141. package/dist/components/Progress/CircularProgress.types.js +0 -2
  142. package/dist/components/Progress/LinearProgress.js +0 -7
  143. package/dist/components/Progress/LinearProgress.styled.js +0 -13
  144. package/dist/components/Progress/LinearProgress.types.js +0 -2
  145. package/dist/components/Progress/index.js +0 -4
  146. package/dist/components/Radio/Radio.js +0 -10
  147. package/dist/components/Radio/Radio.styled.js +0 -32
  148. package/dist/components/Radio/Radio.types.js +0 -2
  149. package/dist/components/Radio/RadioGroup.js +0 -8
  150. package/dist/components/Radio/RadioGroup.styled.js +0 -6
  151. package/dist/components/Radio/RadioGroup.types.js +0 -2
  152. package/dist/components/Radio/index.js +0 -4
  153. package/dist/components/Stepper/Stepper.js +0 -7
  154. package/dist/components/Stepper/Stepper.styled.js +0 -33
  155. package/dist/components/Stepper/Stepper.types.js +0 -2
  156. package/dist/components/Stepper/index.js +0 -3
  157. package/dist/components/TabbedPanel/TabbedPanel.js +0 -18
  158. package/dist/components/TabbedPanel/TabbedPanel.styled.js +0 -116
  159. package/dist/components/TabbedPanel/TabbedPanel.types.js +0 -2
  160. package/dist/components/TabbedPanel/TabbedPanel.utils.js +0 -18
  161. package/dist/components/TabbedPanel/index.js +0 -3
  162. package/dist/components/TextField/TextArea.js +0 -10
  163. package/dist/components/TextField/TextArea.styled.js +0 -31
  164. package/dist/components/TextField/TextArea.types.js +0 -3
  165. package/dist/components/TextField/TextInput.js +0 -13
  166. package/dist/components/TextField/TextInput.styled.js +0 -103
  167. package/dist/components/TextField/TextInput.types.js +0 -2
  168. package/dist/components/TextField/TextInput.utils.js +0 -6
  169. package/dist/components/TextField/components/Buttons.js +0 -11
  170. package/dist/components/TextField/components/NormalTextInput.js +0 -39
  171. package/dist/components/TextField/components/PasswordInput.js +0 -22
  172. package/dist/components/TextField/index.js +0 -4
  173. package/dist/components/Tooltip/Tooltip.js +0 -21
  174. package/dist/components/Tooltip/Tooltip.styled.js +0 -24
  175. package/dist/components/Tooltip/Tooltip.types.js +0 -2
  176. package/dist/components/Tooltip/Tooltip.utils.js +0 -30
  177. package/dist/components/Tooltip/index.js +0 -3
  178. package/dist/components/UploadManager/UploadManager.js +0 -85
  179. package/dist/components/UploadManager/UploadManager.styled.js +0 -38
  180. package/dist/components/UploadManager/UploadManager.types.js +0 -2
  181. package/dist/components/UploadManager/index.js +0 -3
  182. package/dist/components/index.js +0 -24
  183. package/dist/foundations/index.js +0 -4
  184. package/dist/foundations/palette.js +0 -209
  185. package/dist/foundations/spacing.js +0 -3
  186. package/dist/foundations/typography.js +0 -288
  187. package/dist/index.js +0 -4
  188. package/dist/reportWebVitals.js +0 -13
  189. package/dist/setupTests.js +0 -6
  190. package/dist/systems/drawer.js +0 -6
  191. package/dist/systems/index.js +0 -7
  192. package/dist/theme.js +0 -21
  193. package/dist/types/assets/ic-bell-noti-outlined-20px.d.ts +0 -3
  194. package/dist/types/assets/ic-close-large-outlined-20px.d.ts +0 -3
  195. package/dist/types/assets/ic-close-small-outlined-20px.d.ts +0 -3
  196. package/dist/types/assets/ic-download-pdf-outlined-20px.d.ts +0 -3
  197. package/dist/types/assets/ic-ellipse-outlined-20px.d.ts +0 -3
  198. package/dist/types/assets/ic-filter-noti-outlined-20px.d.ts +0 -3
  199. package/dist/types/assets/ic-hide-large-outlined-20px.d.ts +0 -3
  200. package/dist/types/assets/ic-hide-small-outlined-20px.d.ts +0 -3
  201. package/dist/types/assets/ic-information-large-outlined-20px.d.ts +0 -3
  202. package/dist/types/assets/ic-information-small-outlined-20px.d.ts +0 -3
  203. package/dist/types/assets/ic-manufacturer-outlined-20px.d.ts +0 -3
  204. package/dist/types/assets/ic-rectangle-outlined-20px.d.ts +0 -3
  205. package/dist/types/assets/ic-refresh-left-outlined-20px.d.ts +0 -3
  206. package/dist/types/assets/ic-refresh-right-outlined-20px.d.ts +0 -3
  207. package/dist/types/assets/ic-show-large-outlined-20px.d.ts +0 -3
  208. package/dist/types/assets/ic-show-small-outlined-20px.d.ts +0 -3
  209. package/dist/types/assets/index.d.ts +0 -16
  210. package/dist/types/components/Alert/Alert.d.ts +0 -4
  211. package/dist/types/components/Alert/Alert.styled.d.ts +0 -3
  212. package/dist/types/components/Alert/Alert.types.d.ts +0 -4
  213. package/dist/types/components/Alert/Alert.utils.d.ts +0 -4
  214. package/dist/types/components/Alert/index.d.ts +0 -4
  215. package/dist/types/components/BaseTextField/BaseTextField.styled.d.ts +0 -61
  216. package/dist/types/components/BaseTextField/BaseTextField.types.d.ts +0 -17
  217. package/dist/types/components/BaseTextField/BaseTextField.utils.d.ts +0 -2
  218. package/dist/types/components/Button/BaseButton.d.ts +0 -3
  219. package/dist/types/components/Button/Button.d.ts +0 -3
  220. package/dist/types/components/Button/Button.types.d.ts +0 -24
  221. package/dist/types/components/Button/Button.utils.d.ts +0 -8
  222. package/dist/types/components/Button/index.d.ts +0 -5
  223. package/dist/types/components/Button/styleds/BaseButton.styled.d.ts +0 -859
  224. package/dist/types/components/Button/styleds/ContainedButton.styled.d.ts +0 -894
  225. package/dist/types/components/Button/styleds/GhostButton.styled.d.ts +0 -888
  226. package/dist/types/components/Button/styleds/IconButton.styled.d.ts +0 -21
  227. package/dist/types/components/Button/styleds/OutlinedButton.styled.d.ts +0 -895
  228. package/dist/types/components/Card/Card.d.ts +0 -3
  229. package/dist/types/components/Card/Card.styled.d.ts +0 -3
  230. package/dist/types/components/Card/Card.types.d.ts +0 -8
  231. package/dist/types/components/Card/index.d.ts +0 -4
  232. package/dist/types/components/Checkbox/Checkbox.d.ts +0 -4
  233. package/dist/types/components/Checkbox/Checkbox.styled.d.ts +0 -10
  234. package/dist/types/components/Checkbox/Checkbox.types.d.ts +0 -15
  235. package/dist/types/components/Checkbox/Checkbox.utils.d.ts +0 -3
  236. package/dist/types/components/Checkbox/index.d.ts +0 -4
  237. package/dist/types/components/Chip/Chip.d.ts +0 -3
  238. package/dist/types/components/Chip/Chip.styled.d.ts +0 -6
  239. package/dist/types/components/Chip/Chip.types.d.ts +0 -6
  240. package/dist/types/components/Chip/Chip.utils.d.ts +0 -2
  241. package/dist/types/components/Chip/index.d.ts +0 -3
  242. package/dist/types/components/DataTable/DataTable.d.ts +0 -3
  243. package/dist/types/components/DataTable/DataTable.styled.d.ts +0 -3
  244. package/dist/types/components/DataTable/index.d.ts +0 -1
  245. package/dist/types/components/DatePicker/DatePicker.d.ts +0 -3
  246. package/dist/types/components/DatePicker/DatePicker.styled.d.ts +0 -3
  247. package/dist/types/components/DatePicker/DatePicker.types.d.ts +0 -6
  248. package/dist/types/components/DatePicker/index.d.ts +0 -3
  249. package/dist/types/components/Dialog/Dialog.d.ts +0 -3
  250. package/dist/types/components/Dialog/Dialog.styled.d.ts +0 -24
  251. package/dist/types/components/Dialog/Dialog.types.d.ts +0 -19
  252. package/dist/types/components/Dialog/index.d.ts +0 -4
  253. package/dist/types/components/Divider/Divider.d.ts +0 -3
  254. package/dist/types/components/Divider/Divider.styled.d.ts +0 -6
  255. package/dist/types/components/Divider/Divider.types.d.ts +0 -5
  256. package/dist/types/components/Divider/index.d.ts +0 -4
  257. package/dist/types/components/Dropdown/Dropdown.d.ts +0 -3
  258. package/dist/types/components/Dropdown/Dropdown.styled.d.ts +0 -12
  259. package/dist/types/components/Dropdown/Dropdown.types.d.ts +0 -20
  260. package/dist/types/components/Dropdown/Dropdown.utils.d.ts +0 -3
  261. package/dist/types/components/Dropdown/DropdownItem.d.ts +0 -3
  262. package/dist/types/components/Dropdown/DropdownItem.styled.d.ts +0 -10
  263. package/dist/types/components/Dropdown/DropdownItem.types.d.ts +0 -12
  264. package/dist/types/components/Dropdown/DropdownItem.utils.d.ts +0 -3
  265. package/dist/types/components/Dropdown/DropdownSubtitle.d.ts +0 -3
  266. package/dist/types/components/Dropdown/DropdownSubtitle.styled.d.ts +0 -5
  267. package/dist/types/components/Dropdown/DropdownSubtitle.types.d.ts +0 -5
  268. package/dist/types/components/Dropdown/IconDropdown.d.ts +0 -3
  269. package/dist/types/components/Dropdown/IconDropdown.styled.d.ts +0 -6
  270. package/dist/types/components/Dropdown/IconDropdown.types.d.ts +0 -19
  271. package/dist/types/components/Dropdown/index.d.ts +0 -9
  272. package/dist/types/components/FileDnDZone/FileDnDZone.d.ts +0 -3
  273. package/dist/types/components/FileDnDZone/FileDnDZone.styled.d.ts +0 -14
  274. package/dist/types/components/FileDnDZone/FileDnDZone.types.d.ts +0 -12
  275. package/dist/types/components/FileDnDZone/FileDnDZone.utils.d.ts +0 -2
  276. package/dist/types/components/FileDnDZone/index.d.ts +0 -4
  277. package/dist/types/components/Icons/BellNoti/index.d.ts +0 -12
  278. package/dist/types/components/Icons/CloseLarge/index.d.ts +0 -12
  279. package/dist/types/components/Icons/CloseSmall/index.d.ts +0 -12
  280. package/dist/types/components/Icons/DownloadPdf/index.d.ts +0 -12
  281. package/dist/types/components/Icons/Ellipse/index.d.ts +0 -12
  282. package/dist/types/components/Icons/FilterNoti/index.d.ts +0 -12
  283. package/dist/types/components/Icons/HideLarge/index.d.ts +0 -12
  284. package/dist/types/components/Icons/HideSmall/index.d.ts +0 -12
  285. package/dist/types/components/Icons/InformationLarge/index.d.ts +0 -12
  286. package/dist/types/components/Icons/InformationSmall/index.d.ts +0 -12
  287. package/dist/types/components/Icons/Manufacturer/index.d.ts +0 -12
  288. package/dist/types/components/Icons/Rectangle/index.d.ts +0 -12
  289. package/dist/types/components/Icons/RefreshLeft/index.d.ts +0 -12
  290. package/dist/types/components/Icons/RefreshRight/index.d.ts +0 -12
  291. package/dist/types/components/Icons/ShowLarge/index.d.ts +0 -12
  292. package/dist/types/components/Icons/ShowSmall/index.d.ts +0 -12
  293. package/dist/types/components/Icons/index.d.ts +0 -179
  294. package/dist/types/components/List/List.d.ts +0 -5
  295. package/dist/types/components/List/List.styled.d.ts +0 -8
  296. package/dist/types/components/List/List.types.d.ts +0 -19
  297. package/dist/types/components/List/List.utils.d.ts +0 -3
  298. package/dist/types/components/List/ListItem.d.ts +0 -3
  299. package/dist/types/components/List/ListItem.styled.d.ts +0 -35
  300. package/dist/types/components/List/ListItem.types.d.ts +0 -23
  301. package/dist/types/components/List/ListItemCaption.d.ts +0 -4
  302. package/dist/types/components/List/ListItemCaption.styled.d.ts +0 -4
  303. package/dist/types/components/List/ListItemCaption.types.d.ts +0 -1
  304. package/dist/types/components/List/index.d.ts +0 -6
  305. package/dist/types/components/LoadingIndicator/LoadingIndicator.d.ts +0 -3
  306. package/dist/types/components/LoadingIndicator/LoadingIndicator.styled.d.ts +0 -13
  307. package/dist/types/components/LoadingIndicator/LoadingIndicator.types.d.ts +0 -6
  308. package/dist/types/components/LoadingIndicator/index.d.ts +0 -4
  309. package/dist/types/components/Menu/Menu.d.ts +0 -5
  310. package/dist/types/components/Menu/Menu.styled.d.ts +0 -6
  311. package/dist/types/components/Menu/Menu.types.d.ts +0 -15
  312. package/dist/types/components/Menu/MenuItem.d.ts +0 -3
  313. package/dist/types/components/Menu/MenuItem.styled.d.ts +0 -9
  314. package/dist/types/components/Menu/MenuItem.types.d.ts +0 -13
  315. package/dist/types/components/Menu/index.d.ts +0 -4
  316. package/dist/types/components/MuiCssBaseline.d.ts +0 -4
  317. package/dist/types/components/MuiInputBase.d.ts +0 -4
  318. package/dist/types/components/MuiOutlinedInput.d.ts +0 -4
  319. package/dist/types/components/MuiTextField.d.ts +0 -5
  320. package/dist/types/components/ProductLabel/ProductLabel.d.ts +0 -3
  321. package/dist/types/components/ProductLabel/ProductLabel.styled.d.ts +0 -22
  322. package/dist/types/components/ProductLabel/ProductLabel.types.d.ts +0 -10
  323. package/dist/types/components/ProductLabel/index.d.ts +0 -4
  324. package/dist/types/components/Progress/CircularProgress.d.ts +0 -3
  325. package/dist/types/components/Progress/CircularProgress.styled.d.ts +0 -3
  326. package/dist/types/components/Progress/CircularProgress.types.d.ts +0 -5
  327. package/dist/types/components/Progress/LinearProgress.d.ts +0 -3
  328. package/dist/types/components/Progress/LinearProgress.styled.d.ts +0 -3
  329. package/dist/types/components/Progress/LinearProgress.types.d.ts +0 -6
  330. package/dist/types/components/Progress/index.d.ts +0 -3
  331. package/dist/types/components/Radio/Radio.d.ts +0 -4
  332. package/dist/types/components/Radio/Radio.styled.d.ts +0 -7
  333. package/dist/types/components/Radio/Radio.types.d.ts +0 -14
  334. package/dist/types/components/Radio/RadioGroup.d.ts +0 -4
  335. package/dist/types/components/Radio/RadioGroup.styled.d.ts +0 -1
  336. package/dist/types/components/Radio/RadioGroup.types.d.ts +0 -9
  337. package/dist/types/components/Radio/index.d.ts +0 -5
  338. package/dist/types/components/Stepper/Stepper.d.ts +0 -3
  339. package/dist/types/components/Stepper/Stepper.styled.d.ts +0 -12
  340. package/dist/types/components/Stepper/Stepper.types.d.ts +0 -11
  341. package/dist/types/components/Stepper/index.d.ts +0 -4
  342. package/dist/types/components/TabbedPanel/TabbedPanel.d.ts +0 -3
  343. package/dist/types/components/TabbedPanel/TabbedPanel.styled.d.ts +0 -11
  344. package/dist/types/components/TabbedPanel/TabbedPanel.types.d.ts +0 -31
  345. package/dist/types/components/TabbedPanel/TabbedPanel.utils.d.ts +0 -13
  346. package/dist/types/components/TabbedPanel/index.d.ts +0 -4
  347. package/dist/types/components/TextField/TextArea.d.ts +0 -4
  348. package/dist/types/components/TextField/TextArea.styled.d.ts +0 -5
  349. package/dist/types/components/TextField/TextArea.types.d.ts +0 -19
  350. package/dist/types/components/TextField/TextInput.d.ts +0 -4
  351. package/dist/types/components/TextField/TextInput.styled.d.ts +0 -11
  352. package/dist/types/components/TextField/TextInput.types.d.ts +0 -26
  353. package/dist/types/components/TextField/TextInput.utils.d.ts +0 -3
  354. package/dist/types/components/TextField/components/Buttons.d.ts +0 -8
  355. package/dist/types/components/TextField/components/NormalTextInput.d.ts +0 -4
  356. package/dist/types/components/TextField/components/PasswordInput.d.ts +0 -4
  357. package/dist/types/components/TextField/index.d.ts +0 -6
  358. package/dist/types/components/Tooltip/Tooltip.d.ts +0 -4
  359. package/dist/types/components/Tooltip/Tooltip.styled.d.ts +0 -3
  360. package/dist/types/components/Tooltip/Tooltip.types.d.ts +0 -16
  361. package/dist/types/components/Tooltip/Tooltip.utils.d.ts +0 -4
  362. package/dist/types/components/Tooltip/index.d.ts +0 -4
  363. package/dist/types/components/UploadManager/UploadManager.d.ts +0 -6
  364. package/dist/types/components/UploadManager/UploadManager.styled.d.ts +0 -13
  365. package/dist/types/components/UploadManager/UploadManager.types.d.ts +0 -14
  366. package/dist/types/components/UploadManager/index.d.ts +0 -4
  367. package/dist/types/components/index.d.ts +0 -23
  368. package/dist/types/foundations/index.d.ts +0 -3
  369. package/dist/types/foundations/palette.d.ts +0 -72
  370. package/dist/types/foundations/spacing.d.ts +0 -3
  371. package/dist/types/foundations/typography.d.ts +0 -152
  372. package/dist/types/index.d.ts +0 -3
  373. package/dist/types/reportWebVitals.d.ts +0 -3
  374. package/dist/types/setupTests.d.ts +0 -1
  375. package/dist/types/systems/drawer.d.ts +0 -22
  376. package/dist/types/systems/index.d.ts +0 -6
  377. package/dist/types/theme.d.ts +0 -2
@@ -1,894 +0,0 @@
1
- /// <reference types="react" />
2
- import type { Theme } from '@mui/material';
3
- import type { BaseButtonProps } from '../Button.types';
4
- declare const containedPrimaryStyle: (theme: Theme, focusOutline: boolean | undefined) => {
5
- backgroundColor: import("csstype").Property.Color | undefined;
6
- color: import("csstype").Property.Color | undefined;
7
- '&:hover': {
8
- backgroundColor: import("csstype").Property.Color | undefined;
9
- opacity: number;
10
- };
11
- '&:disabled': {
12
- color: import("csstype").Property.Color | undefined;
13
- backgroundColor: import("csstype").Property.Color | undefined;
14
- opacity: number;
15
- };
16
- '&:focus': {
17
- border: string;
18
- outline: "none";
19
- };
20
- '&:focus-visible': {
21
- border: string;
22
- outline: "none";
23
- };
24
- accentColor?: import("csstype").Property.AccentColor | undefined;
25
- alignContent?: import("csstype").Property.AlignContent | undefined;
26
- alignItems: string;
27
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
28
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
29
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
30
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
31
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
32
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
33
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
34
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
35
- animationName?: import("csstype").Property.AnimationName | undefined;
36
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
37
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<number | (string & {})> | undefined;
38
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<number | (string & {})> | undefined;
39
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
40
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
41
- appearance?: import("csstype").Property.Appearance | undefined;
42
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
43
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
44
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
45
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
46
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
47
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
48
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
49
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
50
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<number | (string & {})> | undefined;
51
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<number | (string & {})> | undefined;
52
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
53
- backgroundSize?: import("csstype").Property.BackgroundSize<number | (string & {})> | undefined;
54
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
55
- blockSize?: import("csstype").Property.BlockSize<number | (string & {})> | undefined;
56
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
57
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
58
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
59
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<number | (string & {})> | undefined;
60
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
61
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
62
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<number | (string & {})> | undefined;
63
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
64
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<number | (string & {})> | undefined;
65
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
66
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<number | (string & {})> | undefined;
67
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<number | (string & {})> | undefined;
68
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
69
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<number | (string & {})> | undefined;
70
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
71
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<number | (string & {})> | undefined;
72
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<number | (string & {})> | undefined;
73
- borderImageOutset?: import("csstype").Property.BorderImageOutset<number | (string & {})> | undefined;
74
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
75
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
76
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
77
- borderImageWidth?: import("csstype").Property.BorderImageWidth<number | (string & {})> | undefined;
78
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
79
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
80
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
81
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<number | (string & {})> | undefined;
82
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
83
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
84
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<number | (string & {})> | undefined;
85
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
86
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<number | (string & {})> | undefined;
87
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
88
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
89
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<number | (string & {})> | undefined;
90
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
91
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
92
- borderRightWidth?: import("csstype").Property.BorderRightWidth<number | (string & {})> | undefined;
93
- borderSpacing?: import("csstype").Property.BorderSpacing<number | (string & {})> | undefined;
94
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<number | (string & {})> | undefined;
95
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<number | (string & {})> | undefined;
96
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
97
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<number | (string & {})> | undefined;
98
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<number | (string & {})> | undefined;
99
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
100
- borderTopWidth?: import("csstype").Property.BorderTopWidth<number | (string & {})> | undefined;
101
- bottom?: import("csstype").Property.Bottom<number | (string & {})> | undefined;
102
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
103
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
104
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
105
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
106
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
107
- breakInside?: import("csstype").Property.BreakInside | undefined;
108
- captionSide?: import("csstype").Property.CaptionSide | undefined;
109
- caretColor?: import("csstype").Property.CaretColor | undefined;
110
- caretShape?: import("csstype").Property.CaretShape | undefined;
111
- clear?: import("csstype").Property.Clear | undefined;
112
- clipPath?: import("csstype").Property.ClipPath | undefined;
113
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
114
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
115
- columnCount?: import("csstype").Property.ColumnCount | undefined;
116
- columnFill?: import("csstype").Property.ColumnFill | undefined;
117
- columnGap?: import("csstype").Property.ColumnGap<number | (string & {})> | undefined;
118
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
119
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
120
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<number | (string & {})> | undefined;
121
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
122
- columnWidth?: import("csstype").Property.ColumnWidth<number | (string & {})> | undefined;
123
- contain?: import("csstype").Property.Contain | undefined;
124
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<number | (string & {})> | undefined;
125
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<number | (string & {})> | undefined;
126
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<number | (string & {})> | undefined;
127
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<number | (string & {})> | undefined;
128
- containerName?: import("csstype").Property.ContainerName | undefined;
129
- containerType?: import("csstype").Property.ContainerType | undefined;
130
- content?: import("csstype").Property.Content | undefined;
131
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
132
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
133
- counterReset?: import("csstype").Property.CounterReset | undefined;
134
- counterSet?: import("csstype").Property.CounterSet | undefined;
135
- cursor?: import("csstype").Property.Cursor | undefined;
136
- direction?: import("csstype").Property.Direction | undefined;
137
- display: string;
138
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
139
- filter?: import("csstype").Property.Filter | undefined;
140
- flexBasis?: import("csstype").Property.FlexBasis<number | (string & {})> | undefined;
141
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
142
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
143
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
144
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
145
- float?: import("csstype").Property.Float | undefined;
146
- fontFamily?: import("csstype").Property.FontFamily | undefined;
147
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
148
- fontKerning?: import("csstype").Property.FontKerning | undefined;
149
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
150
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
151
- fontPalette?: import("csstype").Property.FontPalette | undefined;
152
- fontSize?: import("csstype").Property.FontSize<number | (string & {})> | undefined;
153
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
154
- fontSmooth?: import("csstype").Property.FontSmooth<number | (string & {})> | undefined;
155
- fontStretch?: import("csstype").Property.FontStretch | undefined;
156
- fontStyle?: import("csstype").Property.FontStyle | undefined;
157
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
158
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
159
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
160
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
161
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
162
- fontVariant?: import("csstype").Property.FontVariant | undefined;
163
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
164
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
165
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
166
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
167
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
168
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
169
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
170
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
171
- fontWeight?: import("csstype").Property.FontWeight | undefined;
172
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
173
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<number | (string & {})> | undefined;
174
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
175
- gridAutoRows?: import("csstype").Property.GridAutoRows<number | (string & {})> | undefined;
176
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
177
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
178
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
179
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
180
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
181
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<number | (string & {})> | undefined;
182
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<number | (string & {})> | undefined;
183
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
184
- height: string | number;
185
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
186
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
187
- hyphens?: import("csstype").Property.Hyphens | undefined;
188
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
189
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
190
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
191
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
192
- inlineSize?: import("csstype").Property.InlineSize<number | (string & {})> | undefined;
193
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
194
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<number | (string & {})> | undefined;
195
- insetBlockStart?: import("csstype").Property.InsetBlockStart<number | (string & {})> | undefined;
196
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<number | (string & {})> | undefined;
197
- insetInlineStart?: import("csstype").Property.InsetInlineStart<number | (string & {})> | undefined;
198
- isolation?: import("csstype").Property.Isolation | undefined;
199
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
200
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
201
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
202
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
203
- left?: import("csstype").Property.Left<number | (string & {})> | undefined;
204
- letterSpacing?: import("csstype").Property.LetterSpacing<number | (string & {})> | undefined;
205
- lineBreak?: import("csstype").Property.LineBreak | undefined;
206
- lineHeight?: import("csstype").Property.LineHeight<number | (string & {})> | undefined;
207
- lineHeightStep?: import("csstype").Property.LineHeightStep<number | (string & {})> | undefined;
208
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
209
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
210
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
211
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<number | (string & {})> | undefined;
212
- marginBlockStart?: import("csstype").Property.MarginBlockStart<number | (string & {})> | undefined;
213
- marginBottom?: import("csstype").Property.MarginBottom<number | (string & {})> | undefined;
214
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<number | (string & {})> | undefined;
215
- marginInlineStart?: import("csstype").Property.MarginInlineStart<number | (string & {})> | undefined;
216
- marginLeft?: import("csstype").Property.MarginLeft<number | (string & {})> | undefined;
217
- marginRight?: import("csstype").Property.MarginRight<number | (string & {})> | undefined;
218
- marginTop?: import("csstype").Property.MarginTop<number | (string & {})> | undefined;
219
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
220
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
221
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<number | (string & {})> | undefined;
222
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
223
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
224
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
225
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<number | (string & {})> | undefined;
226
- maskClip?: import("csstype").Property.MaskClip | undefined;
227
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
228
- maskImage?: import("csstype").Property.MaskImage | undefined;
229
- maskMode?: import("csstype").Property.MaskMode | undefined;
230
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
231
- maskPosition?: import("csstype").Property.MaskPosition<number | (string & {})> | undefined;
232
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
233
- maskSize?: import("csstype").Property.MaskSize<number | (string & {})> | undefined;
234
- maskType?: import("csstype").Property.MaskType | undefined;
235
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
236
- mathDepth?: import("csstype").Property.MathDepth | undefined;
237
- mathShift?: import("csstype").Property.MathShift | undefined;
238
- mathStyle?: import("csstype").Property.MathStyle | undefined;
239
- maxBlockSize?: import("csstype").Property.MaxBlockSize<number | (string & {})> | undefined;
240
- maxHeight?: import("csstype").Property.MaxHeight<number | (string & {})> | undefined;
241
- maxInlineSize?: import("csstype").Property.MaxInlineSize<number | (string & {})> | undefined;
242
- maxLines?: import("csstype").Property.MaxLines | undefined;
243
- maxWidth?: import("csstype").Property.MaxWidth<number | (string & {})> | undefined;
244
- minBlockSize?: import("csstype").Property.MinBlockSize<number | (string & {})> | undefined;
245
- minHeight?: import("csstype").Property.MinHeight<number | (string & {})> | undefined;
246
- minInlineSize?: import("csstype").Property.MinInlineSize<number | (string & {})> | undefined;
247
- minWidth: string | number;
248
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
249
- motionDistance?: import("csstype").Property.OffsetDistance<number | (string & {})> | undefined;
250
- motionPath?: import("csstype").Property.OffsetPath | undefined;
251
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
252
- objectFit?: import("csstype").Property.ObjectFit | undefined;
253
- objectPosition?: import("csstype").Property.ObjectPosition<number | (string & {})> | undefined;
254
- offsetAnchor?: import("csstype").Property.OffsetAnchor<number | (string & {})> | undefined;
255
- offsetDistance?: import("csstype").Property.OffsetDistance<number | (string & {})> | undefined;
256
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
257
- offsetPosition?: import("csstype").Property.OffsetPosition<number | (string & {})> | undefined;
258
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
259
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
260
- opacity?: import("csstype").Property.Opacity | undefined;
261
- order?: import("csstype").Property.Order | undefined;
262
- orphans?: import("csstype").Property.Orphans | undefined;
263
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
264
- outlineOffset?: import("csstype").Property.OutlineOffset<number | (string & {})> | undefined;
265
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
266
- outlineWidth?: import("csstype").Property.OutlineWidth<number | (string & {})> | undefined;
267
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
268
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
269
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
270
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<number | (string & {})> | undefined;
271
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
272
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
273
- overflowX?: import("csstype").Property.OverflowX | undefined;
274
- overflowY?: import("csstype").Property.OverflowY | undefined;
275
- overlay?: import("csstype").Property.Overlay | undefined;
276
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
277
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
278
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
279
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
280
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<number | (string & {})> | undefined;
281
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<number | (string & {})> | undefined;
282
- paddingBottom?: import("csstype").Property.PaddingBottom<number | (string & {})> | undefined;
283
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<number | (string & {})> | undefined;
284
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<number | (string & {})> | undefined;
285
- paddingLeft?: import("csstype").Property.PaddingLeft<number | (string & {})> | undefined;
286
- paddingRight?: import("csstype").Property.PaddingRight<number | (string & {})> | undefined;
287
- paddingTop?: import("csstype").Property.PaddingTop<number | (string & {})> | undefined;
288
- page?: import("csstype").Property.Page | undefined;
289
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
290
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
291
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
292
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
293
- perspective?: import("csstype").Property.Perspective<number | (string & {})> | undefined;
294
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<number | (string & {})> | undefined;
295
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
296
- position?: import("csstype").Property.Position | undefined;
297
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
298
- quotes?: import("csstype").Property.Quotes | undefined;
299
- resize?: import("csstype").Property.Resize | undefined;
300
- right?: import("csstype").Property.Right<number | (string & {})> | undefined;
301
- rotate?: import("csstype").Property.Rotate | undefined;
302
- rowGap?: import("csstype").Property.RowGap<number | (string & {})> | undefined;
303
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
304
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
305
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
306
- scale?: import("csstype").Property.Scale | undefined;
307
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
308
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<number | (string & {})> | undefined;
309
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<number | (string & {})> | undefined;
310
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<number | (string & {})> | undefined;
311
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<number | (string & {})> | undefined;
312
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<number | (string & {})> | undefined;
313
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<number | (string & {})> | undefined;
314
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<number | (string & {})> | undefined;
315
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<number | (string & {})> | undefined;
316
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<number | (string & {})> | undefined;
317
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<number | (string & {})> | undefined;
318
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<number | (string & {})> | undefined;
319
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<number | (string & {})> | undefined;
320
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<number | (string & {})> | undefined;
321
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<number | (string & {})> | undefined;
322
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<number | (string & {})> | undefined;
323
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<number | (string & {})> | undefined;
324
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
325
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<number | (string & {})> | undefined;
326
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<number | (string & {})> | undefined;
327
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<number | (string & {})> | undefined;
328
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<number | (string & {})> | undefined;
329
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
330
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
331
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
332
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
333
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
334
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
335
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
336
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
337
- shapeMargin?: import("csstype").Property.ShapeMargin<number | (string & {})> | undefined;
338
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
339
- tabSize?: import("csstype").Property.TabSize<number | (string & {})> | undefined;
340
- tableLayout?: import("csstype").Property.TableLayout | undefined;
341
- textAlign?: import("csstype").Property.TextAlign | undefined;
342
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
343
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
344
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
345
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
346
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
347
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
348
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
349
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<number | (string & {})> | undefined;
350
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
351
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
352
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
353
- textIndent?: import("csstype").Property.TextIndent<number | (string & {})> | undefined;
354
- textJustify?: import("csstype").Property.TextJustify | undefined;
355
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
356
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
357
- textRendering?: import("csstype").Property.TextRendering | undefined;
358
- textShadow?: import("csstype").Property.TextShadow | undefined;
359
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
360
- textTransform: import("csstype").Property.TextTransform;
361
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<number | (string & {})> | undefined;
362
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
363
- textWrap?: import("csstype").Property.TextWrap | undefined;
364
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
365
- top?: import("csstype").Property.Top<number | (string & {})> | undefined;
366
- touchAction?: import("csstype").Property.TouchAction | undefined;
367
- transform?: import("csstype").Property.Transform | undefined;
368
- transformBox?: import("csstype").Property.TransformBox | undefined;
369
- transformOrigin?: import("csstype").Property.TransformOrigin<number | (string & {})> | undefined;
370
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
371
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
372
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
373
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
374
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
375
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
376
- translate?: import("csstype").Property.Translate<number | (string & {})> | undefined;
377
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
378
- userSelect?: import("csstype").Property.UserSelect | undefined;
379
- verticalAlign?: import("csstype").Property.VerticalAlign<number | (string & {})> | undefined;
380
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
381
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<number | (string & {})> | undefined;
382
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
383
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
384
- visibility?: import("csstype").Property.Visibility | undefined;
385
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
386
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
387
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
388
- widows?: import("csstype").Property.Widows | undefined;
389
- width: string | number;
390
- willChange?: import("csstype").Property.WillChange | undefined;
391
- wordBreak?: import("csstype").Property.WordBreak | undefined;
392
- wordSpacing?: import("csstype").Property.WordSpacing<number | (string & {})> | undefined;
393
- wordWrap?: import("csstype").Property.WordWrap | undefined;
394
- writingMode?: import("csstype").Property.WritingMode | undefined;
395
- zIndex?: import("csstype").Property.ZIndex | undefined;
396
- zoom?: import("csstype").Property.Zoom | undefined;
397
- all?: import("csstype").Globals | undefined;
398
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
399
- animationRange?: import("csstype").Property.AnimationRange<number | (string & {})> | undefined;
400
- background?: import("csstype").Property.Background<number | (string & {})> | undefined;
401
- backgroundPosition?: import("csstype").Property.BackgroundPosition<number | (string & {})> | undefined;
402
- border: string | number;
403
- borderBlock?: import("csstype").Property.BorderBlock<number | (string & {})> | undefined;
404
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<number | (string & {})> | undefined;
405
- borderBlockStart?: import("csstype").Property.BorderBlockStart<number | (string & {})> | undefined;
406
- borderBottom?: import("csstype").Property.BorderBottom<number | (string & {})> | undefined;
407
- borderColor?: import("csstype").Property.BorderColor | undefined;
408
- borderImage?: import("csstype").Property.BorderImage | undefined;
409
- borderInline?: import("csstype").Property.BorderInline<number | (string & {})> | undefined;
410
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<number | (string & {})> | undefined;
411
- borderInlineStart?: import("csstype").Property.BorderInlineStart<number | (string & {})> | undefined;
412
- borderLeft?: import("csstype").Property.BorderLeft<number | (string & {})> | undefined;
413
- borderRadius: string | number;
414
- borderRight?: import("csstype").Property.BorderRight<number | (string & {})> | undefined;
415
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
416
- borderTop?: import("csstype").Property.BorderTop<number | (string & {})> | undefined;
417
- borderWidth?: import("csstype").Property.BorderWidth<number | (string & {})> | undefined;
418
- caret?: import("csstype").Property.Caret | undefined;
419
- columnRule?: import("csstype").Property.ColumnRule<number | (string & {})> | undefined;
420
- columns?: import("csstype").Property.Columns<number | (string & {})> | undefined;
421
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<number | (string & {})> | undefined;
422
- container?: import("csstype").Property.Container | undefined;
423
- flex?: import("csstype").Property.Flex<number | (string & {})> | undefined;
424
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
425
- font?: import("csstype").Property.Font | undefined;
426
- gap: string | number;
427
- grid?: import("csstype").Property.Grid | undefined;
428
- gridArea?: import("csstype").Property.GridArea | undefined;
429
- gridColumn?: import("csstype").Property.GridColumn | undefined;
430
- gridRow?: import("csstype").Property.GridRow | undefined;
431
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
432
- inset?: import("csstype").Property.Inset<number | (string & {})> | undefined;
433
- insetBlock?: import("csstype").Property.InsetBlock<number | (string & {})> | undefined;
434
- insetInline?: import("csstype").Property.InsetInline<number | (string & {})> | undefined;
435
- lineClamp?: import("csstype").Property.LineClamp | undefined;
436
- listStyle?: import("csstype").Property.ListStyle | undefined;
437
- margin?: import("csstype").Property.Margin<number | (string & {})> | undefined;
438
- marginBlock?: import("csstype").Property.MarginBlock<number | (string & {})> | undefined;
439
- marginInline?: import("csstype").Property.MarginInline<number | (string & {})> | undefined;
440
- mask?: import("csstype").Property.Mask<number | (string & {})> | undefined;
441
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
442
- motion?: import("csstype").Property.Offset<number | (string & {})> | undefined;
443
- offset?: import("csstype").Property.Offset<number | (string & {})> | undefined;
444
- outline?: import("csstype").Property.Outline<number | (string & {})> | undefined;
445
- overflow?: import("csstype").Property.Overflow | undefined;
446
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
447
- padding: string | number;
448
- paddingBlock?: import("csstype").Property.PaddingBlock<number | (string & {})> | undefined;
449
- paddingInline?: import("csstype").Property.PaddingInline<number | (string & {})> | undefined;
450
- placeContent?: import("csstype").Property.PlaceContent | undefined;
451
- placeItems?: import("csstype").Property.PlaceItems | undefined;
452
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
453
- scrollMargin?: import("csstype").Property.ScrollMargin<number | (string & {})> | undefined;
454
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<number | (string & {})> | undefined;
455
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<number | (string & {})> | undefined;
456
- scrollPadding?: import("csstype").Property.ScrollPadding<number | (string & {})> | undefined;
457
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<number | (string & {})> | undefined;
458
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<number | (string & {})> | undefined;
459
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<number | (string & {})> | undefined;
460
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
461
- textDecoration?: import("csstype").Property.TextDecoration<number | (string & {})> | undefined;
462
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
463
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
464
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
465
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
466
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
467
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
468
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
469
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
470
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
471
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
472
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
473
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
474
- MozBinding?: import("csstype").Property.MozBinding | undefined;
475
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
476
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
477
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
478
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<number | (string & {})> | undefined;
479
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
480
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
481
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
482
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
483
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
484
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
485
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
486
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
487
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
488
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
489
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<number | (string & {})> | undefined;
490
- MozColumnWidth?: import("csstype").Property.ColumnWidth<number | (string & {})> | undefined;
491
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
492
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
493
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
494
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
495
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
496
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<number | (string & {})> | undefined;
497
- MozMarginStart?: import("csstype").Property.MarginInlineStart<number | (string & {})> | undefined;
498
- MozOrient?: import("csstype").Property.MozOrient | undefined;
499
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<number | (string & {})> | undefined;
500
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<number | (string & {})> | undefined;
501
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<number | (string & {})> | undefined;
502
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<number | (string & {})> | undefined;
503
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<number | (string & {})> | undefined;
504
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<number | (string & {})> | undefined;
505
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<number | (string & {})> | undefined;
506
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
507
- MozTabSize?: import("csstype").Property.TabSize<number | (string & {})> | undefined;
508
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
509
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
510
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
511
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
512
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
513
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
514
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
515
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
516
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
517
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
518
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
519
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
520
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
521
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
522
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
523
- msFilter?: import("csstype").Property.MsFilter | undefined;
524
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
525
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
526
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
527
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
528
- msGridColumns?: import("csstype").Property.MsGridColumns<number | (string & {})> | undefined;
529
- msGridRows?: import("csstype").Property.MsGridRows<number | (string & {})> | undefined;
530
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
531
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
532
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
533
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<number | (string & {})> | undefined;
534
- msHyphens?: import("csstype").Property.Hyphens | undefined;
535
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
536
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
537
- msOrder?: import("csstype").Property.Order | undefined;
538
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
539
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
540
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
541
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
542
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<number | (string & {})> | undefined;
543
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<number | (string & {})> | undefined;
544
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<number | (string & {})> | undefined;
545
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<number | (string & {})> | undefined;
546
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
547
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
548
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
549
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
550
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
551
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
552
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
553
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
554
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
555
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
556
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
557
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
558
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
559
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
560
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
561
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
562
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
563
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
564
- msTransform?: import("csstype").Property.Transform | undefined;
565
- msTransformOrigin?: import("csstype").Property.TransformOrigin<number | (string & {})> | undefined;
566
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
567
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
568
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
569
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
570
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
571
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
572
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
573
- msWrapMargin?: import("csstype").Property.MsWrapMargin<number | (string & {})> | undefined;
574
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
575
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
576
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
577
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
578
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
579
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
580
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
581
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
582
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
583
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
584
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
585
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
586
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
587
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
588
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
589
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
590
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
591
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
592
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<number | (string & {})> | undefined;
593
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
594
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
595
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<number | (string & {})> | undefined;
596
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<number | (string & {})> | undefined;
597
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<number | (string & {})> | undefined;
598
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
599
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<number | (string & {})> | undefined;
600
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<number | (string & {})> | undefined;
601
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
602
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<number | (string & {})> | undefined;
603
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
604
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
605
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
606
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
607
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
608
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
609
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
610
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<number | (string & {})> | undefined;
611
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
612
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<number | (string & {})> | undefined;
613
- WebkitFilter?: import("csstype").Property.Filter | undefined;
614
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<number | (string & {})> | undefined;
615
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
616
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
617
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
618
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
619
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
620
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
621
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<number | (string & {})> | undefined;
622
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
623
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
624
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
625
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
626
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
627
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
628
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
629
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<number | (string & {})> | undefined;
630
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<number | (string & {})> | undefined;
631
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
632
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<number | (string & {})> | undefined;
633
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
634
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
635
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
636
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<number | (string & {})> | undefined;
637
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
638
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
639
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
640
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
641
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<number | (string & {})> | undefined;
642
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<number | (string & {})> | undefined;
643
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<number | (string & {})> | undefined;
644
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
645
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
646
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
647
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<number | (string & {})> | undefined;
648
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<number | (string & {})> | undefined;
649
- WebkitOrder?: import("csstype").Property.Order | undefined;
650
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
651
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<number | (string & {})> | undefined;
652
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<number | (string & {})> | undefined;
653
- WebkitPerspective?: import("csstype").Property.Perspective<number | (string & {})> | undefined;
654
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<number | (string & {})> | undefined;
655
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
656
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
657
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
658
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<number | (string & {})> | undefined;
659
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
660
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
661
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
662
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
663
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
664
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
665
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
666
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
667
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
668
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
669
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
670
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
671
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
672
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<number | (string & {})> | undefined;
673
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
674
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
675
- WebkitTransform?: import("csstype").Property.Transform | undefined;
676
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<number | (string & {})> | undefined;
677
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
678
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
679
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
680
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
681
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
682
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
683
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
684
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
685
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
686
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
687
- MozColumnRule?: import("csstype").Property.ColumnRule<number | (string & {})> | undefined;
688
- MozColumns?: import("csstype").Property.Columns<number | (string & {})> | undefined;
689
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<number | (string & {})> | undefined;
690
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
691
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
692
- msFlex?: import("csstype").Property.Flex<number | (string & {})> | undefined;
693
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
694
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
695
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
696
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
697
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
698
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<number | (string & {})> | undefined;
699
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
700
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<number | (string & {})> | undefined;
701
- WebkitColumnRule?: import("csstype").Property.ColumnRule<number | (string & {})> | undefined;
702
- WebkitColumns?: import("csstype").Property.Columns<number | (string & {})> | undefined;
703
- WebkitFlex?: import("csstype").Property.Flex<number | (string & {})> | undefined;
704
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
705
- WebkitMask?: import("csstype").Property.WebkitMask<number | (string & {})> | undefined;
706
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
707
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
708
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<number | (string & {})> | undefined;
709
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
710
- azimuth?: import("csstype").Property.Azimuth | undefined;
711
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
712
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
713
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
714
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
715
- boxLines?: import("csstype").Property.BoxLines | undefined;
716
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
717
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
718
- boxPack?: import("csstype").Property.BoxPack | undefined;
719
- clip?: import("csstype").Property.Clip | undefined;
720
- gridColumnGap?: import("csstype").Property.GridColumnGap<number | (string & {})> | undefined;
721
- gridGap?: import("csstype").Property.GridGap<number | (string & {})> | undefined;
722
- gridRowGap?: import("csstype").Property.GridRowGap<number | (string & {})> | undefined;
723
- imeMode?: import("csstype").Property.ImeMode | undefined;
724
- offsetBlock?: import("csstype").Property.InsetBlock<number | (string & {})> | undefined;
725
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<number | (string & {})> | undefined;
726
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<number | (string & {})> | undefined;
727
- offsetInline?: import("csstype").Property.InsetInline<number | (string & {})> | undefined;
728
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<number | (string & {})> | undefined;
729
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<number | (string & {})> | undefined;
730
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<number | (string & {})> | undefined;
731
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<number | (string & {})> | undefined;
732
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
733
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
734
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
735
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
736
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
737
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
738
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
739
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
740
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
741
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
742
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
743
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
744
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
745
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
746
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
747
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
748
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
749
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
750
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
751
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<number | (string & {})> | undefined;
752
- MozBorderRadius?: import("csstype").Property.BorderRadius<number | (string & {})> | undefined;
753
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<number | (string & {})> | undefined;
754
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<number | (string & {})> | undefined;
755
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<number | (string & {})> | undefined;
756
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<number | (string & {})> | undefined;
757
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
758
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
759
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
760
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
761
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
762
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
763
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
764
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
765
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
766
- MozOpacity?: import("csstype").Property.Opacity | undefined;
767
- MozOutline?: import("csstype").Property.Outline<number | (string & {})> | undefined;
768
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
769
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
770
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<number | (string & {})> | undefined;
771
- MozPerspective?: import("csstype").Property.Perspective<number | (string & {})> | undefined;
772
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<number | (string & {})> | undefined;
773
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
774
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
775
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
776
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
777
- MozTransform?: import("csstype").Property.Transform | undefined;
778
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<number | (string & {})> | undefined;
779
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
780
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
781
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
782
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
783
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
784
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
785
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
786
- msImeMode?: import("csstype").Property.ImeMode | undefined;
787
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
788
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
789
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
790
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
791
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
792
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
793
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
794
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
795
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
796
- OBackgroundSize?: import("csstype").Property.BackgroundSize<number | (string & {})> | undefined;
797
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
798
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
799
- OObjectPosition?: import("csstype").Property.ObjectPosition<number | (string & {})> | undefined;
800
- OTabSize?: import("csstype").Property.TabSize<number | (string & {})> | undefined;
801
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
802
- OTransform?: import("csstype").Property.Transform | undefined;
803
- OTransformOrigin?: import("csstype").Property.TransformOrigin<number | (string & {})> | undefined;
804
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
805
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
806
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
807
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
808
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
809
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
810
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
811
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
812
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
813
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
814
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
815
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
816
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
817
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
818
- baselineShift?: import("csstype").Property.BaselineShift<number | (string & {})> | undefined;
819
- clipRule?: import("csstype").Property.ClipRule | undefined;
820
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
821
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
822
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
823
- fill?: import("csstype").Property.Fill | undefined;
824
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
825
- fillRule?: import("csstype").Property.FillRule | undefined;
826
- floodColor?: import("csstype").Property.FloodColor | undefined;
827
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
828
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
829
- lightingColor?: import("csstype").Property.LightingColor | undefined;
830
- marker?: import("csstype").Property.Marker | undefined;
831
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
832
- markerMid?: import("csstype").Property.MarkerMid | undefined;
833
- markerStart?: import("csstype").Property.MarkerStart | undefined;
834
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
835
- stopColor?: import("csstype").Property.StopColor | undefined;
836
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
837
- stroke?: import("csstype").Property.Stroke | undefined;
838
- strokeDasharray?: import("csstype").Property.StrokeDasharray<number | (string & {})> | undefined;
839
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<number | (string & {})> | undefined;
840
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
841
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
842
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
843
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
844
- strokeWidth?: import("csstype").Property.StrokeWidth<number | (string & {})> | undefined;
845
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
846
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
847
- };
848
- declare const containedSecondaryStyle: (theme: Theme, focusOutline: boolean | undefined) => {
849
- backgroundColor: import("csstype").Property.Color | undefined;
850
- color: import("csstype").Property.Color | undefined;
851
- '&:hover': {
852
- color: import("csstype").Property.Color | undefined;
853
- backgroundColor: import("csstype").Property.Color | undefined;
854
- opacity: number;
855
- };
856
- '&:disabled': {
857
- color: import("csstype").Property.Color | undefined;
858
- backgroundColor: import("csstype").Property.Color | undefined;
859
- opacity: number;
860
- };
861
- '&:focus': {
862
- outline: "none";
863
- border: string;
864
- };
865
- '&:focus-visible': {
866
- outline: "none";
867
- border: string;
868
- };
869
- };
870
- declare const containedErrorStyle: (theme: Theme, focusOutline: boolean | undefined) => {
871
- backgroundColor: import("csstype").Property.Color | undefined;
872
- color: import("csstype").Property.Color | undefined;
873
- '&:hover': {
874
- backgroundColor: import("csstype").Property.Color | undefined;
875
- opacity: number;
876
- };
877
- '&:disabled': {
878
- color: import("csstype").Property.Color | undefined;
879
- backgroundColor: import("csstype").Property.Color | undefined;
880
- opacity: number;
881
- };
882
- '&:focus': {
883
- outline: "none";
884
- border: string;
885
- };
886
- '&:focus-visible': {
887
- outline: "none";
888
- border: string;
889
- };
890
- };
891
- declare const BaseContainedButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonBaseOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
892
- ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
893
- }, "disabled" | "style" | "classes" | "className" | "children" | "sx" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/system").MUIStyledCommonProps<Theme> & BaseButtonProps, {}, {}>;
894
- export { containedPrimaryStyle, containedSecondaryStyle, containedErrorStyle, BaseContainedButton };