@basic-ui/material 1.0.0-alpha.51 → 1.0.0-alpha.54

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