@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,562 +1,590 @@
1
- export declare const theme: {
2
- googleFonts: string;
3
- colors: {
4
- primary: string;
5
- secondary: string;
6
- tertiary: string;
7
- error: string;
8
- 'primary-container': string;
9
- 'secondary-container': string;
10
- 'tertiary-container': string;
11
- 'error-container': string;
12
- background: string;
13
- surface: string;
14
- 'surface-variant': string;
15
- outline: string;
16
- 'outline-variant': string;
17
- on: {
18
- primary: string;
19
- secondary: string;
20
- tertiary: string;
21
- error: string;
22
- 'primary-container': string;
23
- 'secondary-container': string;
24
- 'tertiary-container': string;
25
- 'error-container': string;
26
- background: string;
27
- surface: string;
28
- 'surface-variant': string;
29
- outline: string;
30
- 'outline-variant': string;
31
- };
32
- modes: {
33
- dark: {
34
- primary: string;
35
- secondary: string;
36
- tertiary: string;
37
- error: string;
38
- 'primary-container': string;
39
- 'secondary-container': string;
40
- 'tertiary-container': string;
41
- 'error-container': string;
42
- background: string;
43
- surface: string;
44
- 'surface-variant': string;
45
- outline: string;
46
- 'outline-variant': string;
47
- on: {
48
- primary: string;
49
- secondary: string;
50
- tertiary: string;
51
- error: string;
52
- 'primary-container': string;
53
- 'secondary-container': string;
54
- 'tertiary-container': string;
55
- 'error-container': string;
56
- background: string;
57
- surface: string;
58
- 'surface-variant': string;
59
- outline: string;
60
- 'outline-variant': string;
61
- };
62
- };
63
- };
64
- };
65
- sizes: {
66
- icon: string;
67
- avatar: string;
68
- };
69
- radii: {
70
- none: number;
71
- default: string;
72
- 'extra-small': string;
73
- 'extra-small_top': string;
74
- small: string;
75
- medium: string;
76
- large: string;
77
- large_end: string;
78
- large_top: string;
79
- 'extra-large': string;
80
- 'extra-large_top': string;
81
- full: string;
82
- circle: string;
83
- };
84
- shadows: {
85
- 0: string;
86
- 1: string;
87
- 2: string;
88
- 3: string;
89
- 4: string;
90
- 5: string;
91
- };
92
- fonts: {
93
- body: string;
94
- heading: string;
95
- brand: string;
96
- plain: string;
97
- monospace: string;
98
- };
99
- fontSizes: {
100
- 0: string;
101
- 1: string;
102
- 2: string;
103
- 3: string;
104
- 4: string;
105
- 5: string;
106
- 6: string;
107
- 7: string;
108
- 8: string;
109
- 9: string;
110
- };
111
- fontWeights: {
112
- light: number;
113
- regular: number;
114
- medium: number;
115
- };
116
- lineHeights: {
117
- body: number;
118
- heading: number;
119
- };
120
- space: {
121
- 0: string;
122
- 1: string;
123
- 2: string;
124
- 3: string;
125
- 4: string;
126
- 5: string;
127
- 6: string;
128
- 7: string;
129
- 8: string;
130
- };
131
- text: {
132
- caps: {
133
- textTransform: string;
134
- fontFamily: string;
135
- lineHeight: string;
136
- letterSpacing: string;
137
- };
138
- heading: {
139
- fontFamily: string;
140
- lineHeight: string;
141
- };
142
- display: {
143
- fontFamily: string;
144
- lineHeight: string;
145
- };
146
- 'display-large': {
147
- fontFamily: "plain" | "brand";
148
- lineHeight: string;
149
- fontSize: string;
150
- letterSpacing: string;
151
- fontWeight: number;
152
- };
153
- 'display-medium': {
154
- fontFamily: "plain" | "brand";
155
- lineHeight: string;
156
- fontSize: string;
157
- letterSpacing: string;
158
- fontWeight: number;
159
- };
160
- 'display-small': {
161
- fontFamily: "plain" | "brand";
162
- lineHeight: string;
163
- fontSize: string;
164
- letterSpacing: string;
165
- fontWeight: number;
166
- };
167
- 'headline-large': {
168
- fontFamily: "plain" | "brand";
169
- lineHeight: string;
170
- fontSize: string;
171
- letterSpacing: string;
172
- fontWeight: number;
173
- };
174
- 'headline-medium': {
175
- fontFamily: "plain" | "brand";
176
- lineHeight: string;
177
- fontSize: string;
178
- letterSpacing: string;
179
- fontWeight: number;
180
- };
181
- 'headline-small': {
182
- fontFamily: "plain" | "brand";
183
- lineHeight: string;
184
- fontSize: string;
185
- letterSpacing: string;
186
- fontWeight: number;
187
- };
188
- 'title-large': {
189
- fontFamily: "plain" | "brand";
190
- lineHeight: string;
191
- fontSize: string;
192
- letterSpacing: string;
193
- fontWeight: number;
194
- };
195
- 'title-medium': {
196
- fontFamily: "plain" | "brand";
197
- lineHeight: string;
198
- fontSize: string;
199
- letterSpacing: string;
200
- fontWeight: number;
201
- };
202
- 'title-small': {
203
- fontFamily: "plain" | "brand";
204
- lineHeight: string;
205
- fontSize: string;
206
- letterSpacing: string;
207
- fontWeight: number;
208
- };
209
- 'label-large': {
210
- fontFamily: "plain" | "brand";
211
- lineHeight: string;
212
- fontSize: string;
213
- letterSpacing: string;
214
- fontWeight: number;
215
- };
216
- 'label-medium': {
217
- fontFamily: "plain" | "brand";
218
- lineHeight: string;
219
- fontSize: string;
220
- letterSpacing: string;
221
- fontWeight: number;
222
- };
223
- 'label-small': {
224
- fontFamily: "plain" | "brand";
225
- lineHeight: string;
226
- fontSize: string;
227
- letterSpacing: string;
228
- fontWeight: number;
229
- };
230
- 'body-large': {
231
- fontFamily: "plain" | "brand";
232
- lineHeight: string;
233
- fontSize: string;
234
- letterSpacing: string;
235
- fontWeight: number;
236
- };
237
- 'body-medium': {
238
- fontFamily: "plain" | "brand";
239
- lineHeight: string;
240
- fontSize: string;
241
- letterSpacing: string;
242
- fontWeight: number;
243
- };
244
- 'body-small': {
245
- fontFamily: "plain" | "brand";
246
- lineHeight: string;
247
- fontSize: string;
248
- letterSpacing: string;
249
- fontWeight: number;
250
- };
251
- h1: {
252
- variant: string;
253
- fontWeight: string;
254
- fontSize: number;
255
- letterSpacing: string;
256
- };
257
- h2: {
258
- variant: string;
259
- fontWeight: string;
260
- fontSize: number;
261
- letterSpacing: string;
262
- };
263
- h3: {
264
- variant: string;
265
- fontWeight: string;
266
- fontSize: number;
267
- letterSpacing: string;
268
- };
269
- h4: {
270
- variant: string;
271
- fontWeight: string;
272
- fontSize: number;
273
- letterSpacing: string;
274
- };
275
- h5: {
276
- variant: string;
277
- fontWeight: string;
278
- fontSize: number;
279
- letterSpacing: string;
280
- };
281
- h6: {
282
- variant: string;
283
- fontWeight: string;
284
- fontSize: number;
285
- letterSpacing: string;
286
- };
287
- subtitle1: {
288
- variant: string;
289
- fontWeight: string;
290
- fontSize: number;
291
- letterSpacing: string;
292
- };
293
- subtitle2: {
294
- variant: string;
295
- fontWeight: string;
296
- fontSize: number;
297
- letterSpacing: string;
298
- };
299
- body1: {
300
- variant: string;
301
- fontWeight: string;
302
- fontSize: number;
303
- letterSpacing: string;
304
- };
305
- body2: {
306
- variant: string;
307
- fontWeight: string;
308
- fontSize: number;
309
- letterSpacing: string;
310
- };
311
- button: {
312
- variant: string;
313
- fontSize: number;
314
- letterSpacing: string;
315
- fontWeight: string;
316
- };
317
- caption: {
318
- variant: string;
319
- fontWeight: string;
320
- fontSize: number;
321
- letterSpacing: string;
322
- };
323
- overline: {
324
- variant: string;
325
- fontWeight: string;
326
- fontSize: number;
327
- letterSpacing: string;
328
- };
329
- };
330
- appbar: {
331
- variants: {
332
- base: {
333
- fontFamily: string;
334
- fontSize: number;
335
- };
336
- default: {
337
- variant: string;
338
- backgroundColor: string;
339
- color: string;
340
- };
341
- primary: {
342
- variant: string;
343
- backgroundColor: string;
344
- color: string;
345
- };
346
- secondary: {
347
- variant: string;
348
- backgroundColor: string;
349
- color: string;
350
- };
351
- transparent: {
352
- variant: string;
353
- backgroundColor: string;
354
- color: string;
355
- };
356
- };
357
- elevations: {
358
- default: {};
359
- elevated: {
360
- boxShadow: number;
361
- };
362
- };
363
- sizes: {
364
- default: {
365
- height: string;
366
- p: number;
367
- };
368
- dense: {
369
- height: string;
370
- };
371
- };
372
- };
373
- buttons: {
374
- variants: {
375
- base: {
376
- variant: string;
377
- boxShadow: string;
378
- py: number;
379
- px: string;
380
- height: string;
381
- borderRadius: string;
382
- cursor: string;
383
- outline: string;
384
- };
385
- text: {
386
- variant: string;
387
- px: string;
388
- };
389
- filled: {
390
- variant: string;
391
- };
392
- outlined: {
393
- variant: string;
394
- };
395
- fab: {
396
- variant: string;
397
- height: string;
398
- maxHeight: string;
399
- width: string;
400
- maxWidth: string;
401
- borderRadius: string;
402
- px: number;
403
- };
404
- 'fab-mini': {
405
- variant: string;
406
- height: string;
407
- maxHeight: string;
408
- width: string;
409
- maxWidth: string;
410
- borderRadius: string;
411
- px: number;
412
- };
413
- 'fab-large': {
414
- variant: string;
415
- height: string;
416
- maxHeight: string;
417
- width: string;
418
- maxWidth: string;
419
- borderRadius: string;
420
- px: number;
421
- };
422
- 'fab-extended': {
423
- variant: string;
424
- height: string;
425
- px: string;
426
- borderRadius: string;
427
- };
428
- icon: {
429
- variant: string;
430
- height: string;
431
- maxHeight: string;
432
- width: string;
433
- maxWidth: string;
434
- px: string;
435
- borderRadius: string;
436
- };
437
- };
438
- elevations: {
439
- none: {};
440
- default: {
441
- transition: string;
442
- '&:hover': {
443
- boxShadow: number;
444
- };
445
- '&:active,&:focus-visible,&:disabled': {
446
- boxShadow: number;
447
- };
448
- };
449
- elevated: {
450
- transition: string;
451
- boxShadow: number;
452
- '&:hover': {
453
- boxShadow: number;
454
- };
455
- '&:active,&:focus-visible': {
456
- boxShadow: number;
457
- };
458
- '&:disabled,&:disabled:hover,&:disabled:focus,&:disabled:active': {
459
- boxShadow: number;
460
- };
461
- };
462
- floating: {
463
- transition: string;
464
- boxShadow: number;
465
- ':hover': {
466
- boxShadow: number;
467
- };
468
- '&:active,&:focus-visible': {
469
- boxShadow: number;
470
- };
471
- '&:disabled,&:disabled:hover,&:disabled:focus,&:disabled:active': {
472
- boxShadow: number;
473
- };
474
- };
475
- };
476
- overlays: {
477
- transparent: {
478
- hover: {
479
- opacity: number;
480
- };
481
- focus: {
482
- opacity: number;
483
- };
484
- pressed: {
485
- opacity: number;
486
- };
487
- };
488
- filled: {
489
- hover: {
490
- opacity: number;
491
- };
492
- focus: {
493
- opacity: number;
494
- };
495
- pressed: {
496
- opacity: number;
497
- };
498
- };
499
- };
500
- };
501
- chips: {
502
- variants: {
503
- base: {
504
- variant: string;
505
- boxShadow: string;
506
- py: number;
507
- px: number;
508
- height: string;
509
- borderRadius: string;
510
- outline: string;
511
- transition: string;
512
- };
513
- filled: {
514
- variant: string;
515
- boxShadow: number;
516
- ':active:not([data-disabled])': {
517
- boxShadow: number;
518
- };
519
- };
520
- outlined: {
521
- variant: string;
522
- };
523
- };
524
- };
525
- dialogs: {
526
- variants: {
527
- base: {
528
- borderRadius: string;
529
- };
530
- };
531
- backgroundColorOverlay: number;
532
- };
533
- paper: {
534
- overlays: {
535
- 0: number;
536
- 1: number;
537
- 2: number;
538
- 3: number;
539
- 4: number;
540
- 5: number;
541
- };
542
- };
543
- zIndices: {
544
- appBar: number;
545
- drawer: number;
546
- dialog: number;
547
- snackbar: number;
548
- tooltip: number;
549
- };
550
- styles: {
551
- root: {
552
- body: {
553
- fontFamily: string;
554
- fontWeight: string;
555
- lineHeight: string;
556
- backgroundColor: string;
557
- color: string;
558
- };
559
- };
560
- };
561
- };
562
- export declare type Theme = typeof theme;
1
+ export declare const theme: {
2
+ googleFonts: string;
3
+ colors: {
4
+ primary: string;
5
+ secondary: string;
6
+ tertiary: string;
7
+ error: string;
8
+ 'primary-container': string;
9
+ 'secondary-container': string;
10
+ 'tertiary-container': string;
11
+ 'error-container': string;
12
+ background: string;
13
+ 'surface-variant': string;
14
+ outline: string;
15
+ 'outline-variant': string;
16
+ 'surface-dim': string;
17
+ surface: string;
18
+ 'surface-bright': string;
19
+ 'surface-container-lowest': string;
20
+ 'surface-container-low': string;
21
+ 'surface-container': string;
22
+ 'surface-container-high': string;
23
+ 'surface-container-highest': string;
24
+ on: {
25
+ primary: string;
26
+ secondary: string;
27
+ tertiary: string;
28
+ error: string;
29
+ 'primary-container': string;
30
+ 'secondary-container': string;
31
+ 'tertiary-container': string;
32
+ 'error-container': string;
33
+ background: string;
34
+ 'surface-variant': string;
35
+ outline: string;
36
+ 'outline-variant': string;
37
+ 'surface-dim': string;
38
+ surface: string;
39
+ 'surface-bright': string;
40
+ 'surface-container-lowest': string;
41
+ 'surface-container-low': string;
42
+ 'surface-container': string;
43
+ 'surface-container-high': string;
44
+ 'surface-container-highest': string;
45
+ };
46
+ modes: {
47
+ dark: {
48
+ primary: string;
49
+ secondary: string;
50
+ tertiary: string;
51
+ error: string;
52
+ 'primary-container': string;
53
+ 'secondary-container': string;
54
+ 'tertiary-container': string;
55
+ 'error-container': string;
56
+ background: string;
57
+ 'surface-variant': string;
58
+ outline: string;
59
+ 'outline-variant': string;
60
+ 'surface-dim': string;
61
+ surface: string;
62
+ 'surface-bright': string;
63
+ 'surface-container-lowest': string;
64
+ 'surface-container-low': string;
65
+ 'surface-container': string;
66
+ 'surface-container-high': string;
67
+ 'surface-container-highest': string;
68
+ on: {
69
+ primary: string;
70
+ secondary: string;
71
+ tertiary: string;
72
+ error: string;
73
+ 'primary-container': string;
74
+ 'secondary-container': string;
75
+ 'tertiary-container': string;
76
+ 'error-container': string;
77
+ background: string;
78
+ 'surface-variant': string;
79
+ outline: string;
80
+ 'outline-variant': string;
81
+ 'surface-dim': string;
82
+ surface: string;
83
+ 'surface-bright': string;
84
+ 'surface-container-lowest': string;
85
+ 'surface-container-low': string;
86
+ 'surface-container': string;
87
+ 'surface-container-high': string;
88
+ 'surface-container-highest': string;
89
+ };
90
+ };
91
+ };
92
+ };
93
+ sizes: {
94
+ icon: string;
95
+ avatar: string;
96
+ };
97
+ radii: {
98
+ none: number;
99
+ default: string;
100
+ 'extra-small': string;
101
+ 'extra-small_top': string;
102
+ small: string;
103
+ medium: string;
104
+ large: string;
105
+ large_end: string;
106
+ large_top: string;
107
+ 'extra-large': string;
108
+ 'extra-large_top': string;
109
+ full: string;
110
+ circle: string;
111
+ };
112
+ shadows: {
113
+ 0: string;
114
+ 1: string;
115
+ 2: string;
116
+ 3: string;
117
+ 4: string;
118
+ 5: string;
119
+ };
120
+ fonts: {
121
+ body: string;
122
+ heading: string;
123
+ brand: string;
124
+ plain: string;
125
+ monospace: string;
126
+ };
127
+ fontSizes: {
128
+ 0: string;
129
+ 1: string;
130
+ 2: string;
131
+ 3: string;
132
+ 4: string;
133
+ 5: string;
134
+ 6: string;
135
+ 7: string;
136
+ 8: string;
137
+ 9: string;
138
+ };
139
+ fontWeights: {
140
+ light: number;
141
+ regular: number;
142
+ medium: number;
143
+ };
144
+ lineHeights: {
145
+ body: number;
146
+ heading: number;
147
+ };
148
+ space: {
149
+ 0: string;
150
+ 1: string;
151
+ 2: string;
152
+ 3: string;
153
+ 4: string;
154
+ 5: string;
155
+ 6: string;
156
+ 7: string;
157
+ 8: string;
158
+ };
159
+ text: {
160
+ caps: {
161
+ textTransform: string;
162
+ fontFamily: string;
163
+ lineHeight: string;
164
+ letterSpacing: string;
165
+ };
166
+ heading: {
167
+ fontFamily: string;
168
+ lineHeight: string;
169
+ };
170
+ display: {
171
+ fontFamily: string;
172
+ lineHeight: string;
173
+ };
174
+ 'display-large': {
175
+ fontFamily: "plain" | "brand";
176
+ lineHeight: string;
177
+ fontSize: string;
178
+ letterSpacing: string;
179
+ fontWeight: number;
180
+ };
181
+ 'display-medium': {
182
+ fontFamily: "plain" | "brand";
183
+ lineHeight: string;
184
+ fontSize: string;
185
+ letterSpacing: string;
186
+ fontWeight: number;
187
+ };
188
+ 'display-small': {
189
+ fontFamily: "plain" | "brand";
190
+ lineHeight: string;
191
+ fontSize: string;
192
+ letterSpacing: string;
193
+ fontWeight: number;
194
+ };
195
+ 'headline-large': {
196
+ fontFamily: "plain" | "brand";
197
+ lineHeight: string;
198
+ fontSize: string;
199
+ letterSpacing: string;
200
+ fontWeight: number;
201
+ };
202
+ 'headline-medium': {
203
+ fontFamily: "plain" | "brand";
204
+ lineHeight: string;
205
+ fontSize: string;
206
+ letterSpacing: string;
207
+ fontWeight: number;
208
+ };
209
+ 'headline-small': {
210
+ fontFamily: "plain" | "brand";
211
+ lineHeight: string;
212
+ fontSize: string;
213
+ letterSpacing: string;
214
+ fontWeight: number;
215
+ };
216
+ 'title-large': {
217
+ fontFamily: "plain" | "brand";
218
+ lineHeight: string;
219
+ fontSize: string;
220
+ letterSpacing: string;
221
+ fontWeight: number;
222
+ };
223
+ 'title-medium': {
224
+ fontFamily: "plain" | "brand";
225
+ lineHeight: string;
226
+ fontSize: string;
227
+ letterSpacing: string;
228
+ fontWeight: number;
229
+ };
230
+ 'title-small': {
231
+ fontFamily: "plain" | "brand";
232
+ lineHeight: string;
233
+ fontSize: string;
234
+ letterSpacing: string;
235
+ fontWeight: number;
236
+ };
237
+ 'label-large': {
238
+ fontFamily: "plain" | "brand";
239
+ lineHeight: string;
240
+ fontSize: string;
241
+ letterSpacing: string;
242
+ fontWeight: number;
243
+ };
244
+ 'label-medium': {
245
+ fontFamily: "plain" | "brand";
246
+ lineHeight: string;
247
+ fontSize: string;
248
+ letterSpacing: string;
249
+ fontWeight: number;
250
+ };
251
+ 'label-small': {
252
+ fontFamily: "plain" | "brand";
253
+ lineHeight: string;
254
+ fontSize: string;
255
+ letterSpacing: string;
256
+ fontWeight: number;
257
+ };
258
+ 'body-large': {
259
+ fontFamily: "plain" | "brand";
260
+ lineHeight: string;
261
+ fontSize: string;
262
+ letterSpacing: string;
263
+ fontWeight: number;
264
+ };
265
+ 'body-medium': {
266
+ fontFamily: "plain" | "brand";
267
+ lineHeight: string;
268
+ fontSize: string;
269
+ letterSpacing: string;
270
+ fontWeight: number;
271
+ };
272
+ 'body-small': {
273
+ fontFamily: "plain" | "brand";
274
+ lineHeight: string;
275
+ fontSize: string;
276
+ letterSpacing: string;
277
+ fontWeight: number;
278
+ };
279
+ h1: {
280
+ variant: string;
281
+ fontWeight: string;
282
+ fontSize: number;
283
+ letterSpacing: string;
284
+ };
285
+ h2: {
286
+ variant: string;
287
+ fontWeight: string;
288
+ fontSize: number;
289
+ letterSpacing: string;
290
+ };
291
+ h3: {
292
+ variant: string;
293
+ fontWeight: string;
294
+ fontSize: number;
295
+ letterSpacing: string;
296
+ };
297
+ h4: {
298
+ variant: string;
299
+ fontWeight: string;
300
+ fontSize: number;
301
+ letterSpacing: string;
302
+ };
303
+ h5: {
304
+ variant: string;
305
+ fontWeight: string;
306
+ fontSize: number;
307
+ letterSpacing: string;
308
+ };
309
+ h6: {
310
+ variant: string;
311
+ fontWeight: string;
312
+ fontSize: number;
313
+ letterSpacing: string;
314
+ };
315
+ subtitle1: {
316
+ variant: string;
317
+ fontWeight: string;
318
+ fontSize: number;
319
+ letterSpacing: string;
320
+ };
321
+ subtitle2: {
322
+ variant: string;
323
+ fontWeight: string;
324
+ fontSize: number;
325
+ letterSpacing: string;
326
+ };
327
+ body1: {
328
+ variant: string;
329
+ fontWeight: string;
330
+ fontSize: number;
331
+ letterSpacing: string;
332
+ };
333
+ body2: {
334
+ variant: string;
335
+ fontWeight: string;
336
+ fontSize: number;
337
+ letterSpacing: string;
338
+ };
339
+ button: {
340
+ variant: string;
341
+ fontSize: number;
342
+ letterSpacing: string;
343
+ fontWeight: string;
344
+ };
345
+ caption: {
346
+ variant: string;
347
+ fontWeight: string;
348
+ fontSize: number;
349
+ letterSpacing: string;
350
+ };
351
+ overline: {
352
+ variant: string;
353
+ fontWeight: string;
354
+ fontSize: number;
355
+ letterSpacing: string;
356
+ };
357
+ };
358
+ appbar: {
359
+ variants: {
360
+ base: {
361
+ fontFamily: string;
362
+ fontSize: number;
363
+ };
364
+ default: {
365
+ variant: string;
366
+ backgroundColor: string;
367
+ color: string;
368
+ };
369
+ primary: {
370
+ variant: string;
371
+ backgroundColor: string;
372
+ color: string;
373
+ };
374
+ secondary: {
375
+ variant: string;
376
+ backgroundColor: string;
377
+ color: string;
378
+ };
379
+ transparent: {
380
+ variant: string;
381
+ backgroundColor: string;
382
+ color: string;
383
+ };
384
+ };
385
+ elevations: {
386
+ default: {};
387
+ elevated: {
388
+ boxShadow: number;
389
+ };
390
+ };
391
+ sizes: {
392
+ default: {
393
+ height: string;
394
+ p: number;
395
+ };
396
+ dense: {
397
+ height: string;
398
+ };
399
+ };
400
+ };
401
+ buttons: {
402
+ variants: {
403
+ base: {
404
+ variant: string;
405
+ boxShadow: string;
406
+ py: number;
407
+ px: string;
408
+ height: string;
409
+ borderRadius: string;
410
+ cursor: string;
411
+ outline: string;
412
+ };
413
+ text: {
414
+ variant: string;
415
+ px: string;
416
+ };
417
+ filled: {
418
+ variant: string;
419
+ };
420
+ outlined: {
421
+ variant: string;
422
+ };
423
+ fab: {
424
+ variant: string;
425
+ height: string;
426
+ maxHeight: string;
427
+ width: string;
428
+ maxWidth: string;
429
+ borderRadius: string;
430
+ px: number;
431
+ };
432
+ 'fab-mini': {
433
+ variant: string;
434
+ height: string;
435
+ maxHeight: string;
436
+ width: string;
437
+ maxWidth: string;
438
+ borderRadius: string;
439
+ px: number;
440
+ };
441
+ 'fab-large': {
442
+ variant: string;
443
+ height: string;
444
+ maxHeight: string;
445
+ width: string;
446
+ maxWidth: string;
447
+ borderRadius: string;
448
+ px: number;
449
+ };
450
+ 'fab-extended': {
451
+ variant: string;
452
+ height: string;
453
+ px: string;
454
+ borderRadius: string;
455
+ };
456
+ icon: {
457
+ variant: string;
458
+ height: string;
459
+ maxHeight: string;
460
+ width: string;
461
+ maxWidth: string;
462
+ px: string;
463
+ borderRadius: string;
464
+ };
465
+ };
466
+ elevations: {
467
+ none: {};
468
+ default: {
469
+ transition: string;
470
+ '&:hover': {
471
+ boxShadow: number;
472
+ };
473
+ '&:active,&:focus-visible,&:disabled': {
474
+ boxShadow: number;
475
+ };
476
+ };
477
+ elevated: {
478
+ transition: string;
479
+ boxShadow: number;
480
+ '&:hover': {
481
+ boxShadow: number;
482
+ };
483
+ '&:active,&:focus-visible': {
484
+ boxShadow: number;
485
+ };
486
+ '&:disabled,&:disabled:hover,&:disabled:focus,&:disabled:active': {
487
+ boxShadow: number;
488
+ };
489
+ };
490
+ floating: {
491
+ transition: string;
492
+ boxShadow: number;
493
+ ':hover': {
494
+ boxShadow: number;
495
+ };
496
+ '&:active,&:focus-visible': {
497
+ boxShadow: number;
498
+ };
499
+ '&:disabled,&:disabled:hover,&:disabled:focus,&:disabled:active': {
500
+ boxShadow: number;
501
+ };
502
+ };
503
+ };
504
+ overlays: {
505
+ transparent: {
506
+ hover: {
507
+ opacity: number;
508
+ };
509
+ focus: {
510
+ opacity: number;
511
+ };
512
+ pressed: {
513
+ opacity: number;
514
+ };
515
+ };
516
+ filled: {
517
+ hover: {
518
+ opacity: number;
519
+ };
520
+ focus: {
521
+ opacity: number;
522
+ };
523
+ pressed: {
524
+ opacity: number;
525
+ };
526
+ };
527
+ };
528
+ };
529
+ chips: {
530
+ variants: {
531
+ base: {
532
+ variant: string;
533
+ boxShadow: string;
534
+ py: number;
535
+ px: number;
536
+ height: string;
537
+ borderRadius: string;
538
+ outline: string;
539
+ transition: string;
540
+ };
541
+ filled: {
542
+ variant: string;
543
+ boxShadow: number;
544
+ ':active:not([data-disabled])': {
545
+ boxShadow: number;
546
+ };
547
+ };
548
+ outlined: {
549
+ variant: string;
550
+ };
551
+ };
552
+ };
553
+ dialogs: {
554
+ variants: {
555
+ base: {
556
+ borderRadius: string;
557
+ };
558
+ };
559
+ backgroundColorOverlay: number;
560
+ };
561
+ paper: {
562
+ overlays: {
563
+ 0: number;
564
+ 1: number;
565
+ 2: number;
566
+ 3: number;
567
+ 4: number;
568
+ 5: number;
569
+ };
570
+ };
571
+ zIndices: {
572
+ appBar: number;
573
+ drawer: number;
574
+ dialog: number;
575
+ snackbar: number;
576
+ tooltip: number;
577
+ };
578
+ styles: {
579
+ root: {
580
+ body: {
581
+ fontFamily: string;
582
+ fontWeight: string;
583
+ lineHeight: string;
584
+ backgroundColor: string;
585
+ color: string;
586
+ };
587
+ };
588
+ };
589
+ };
590
+ export type Theme = typeof theme;