@popmenu/common-ui 0.126.1 → 0.126.3

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 (277) hide show
  1. package/build/cjs/components/Avatar/Avatar.d.ts +3 -0
  2. package/build/cjs/components/Avatar/AvatarProps.d.ts +22 -0
  3. package/build/cjs/components/Avatar/avatar.styles.d.ts +2 -0
  4. package/build/cjs/components/Avatar/index.d.ts +2 -0
  5. package/build/cjs/components/Avatar/util/useImageProps.d.ts +10 -0
  6. package/build/cjs/components/BrowserSilhouette/BrowserSilhouette.d.ts +2 -0
  7. package/build/cjs/components/BrowserSilhouette/browserSilhouette.styles.d.ts +1 -0
  8. package/build/cjs/components/BrowserSilhouette/index.d.ts +1 -0
  9. package/build/cjs/components/Button/Button.d.ts +6 -0
  10. package/build/cjs/components/Button/ButtonProps.d.ts +11 -0
  11. package/build/cjs/components/Button/ButtonStyles.d.ts +2 -0
  12. package/build/cjs/components/Button/index.d.ts +2 -0
  13. package/build/cjs/components/Checkbox/Checkbox.d.ts +3 -0
  14. package/build/cjs/components/Checkbox/CheckboxProps.d.ts +7 -0
  15. package/build/cjs/components/Checkbox/index.d.ts +2 -0
  16. package/build/cjs/components/Chip/Chip.d.ts +6 -0
  17. package/build/cjs/components/Chip/ChipProps.d.ts +8 -0
  18. package/build/cjs/components/Chip/ChipStyles.d.ts +2 -0
  19. package/build/cjs/components/Chip/index.d.ts +2 -0
  20. package/build/cjs/components/CollapsibleText/CollapsibleText.d.ts +3 -0
  21. package/build/cjs/components/CollapsibleText/CollapsibleTextProps.d.ts +13 -0
  22. package/build/cjs/components/CollapsibleText/CollapsibleTextStyles.d.ts +5 -0
  23. package/build/cjs/components/CollapsibleText/index.d.ts +2 -0
  24. package/build/cjs/components/Divider/Divider.d.ts +3 -0
  25. package/build/cjs/components/Divider/DividerProps.d.ts +17 -0
  26. package/build/cjs/components/Divider/index.d.ts +2 -0
  27. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationAltActions.d.ts +2 -0
  28. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationBody.d.ts +2 -0
  29. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationCloseButton.d.ts +2 -0
  30. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationContent.d.ts +4 -0
  31. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationDialog.d.ts +3 -0
  32. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationDialogProps.d.ts +29 -0
  33. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationFooter.d.ts +2 -0
  34. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.d.ts +2 -0
  35. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationGraphic.d.ts +2 -0
  36. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationInfo.d.ts +2 -0
  37. package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationTitle.d.ts +2 -0
  38. package/build/cjs/components/FollowerAuthenticationDialog/context.d.ts +4 -0
  39. package/build/cjs/components/FollowerAuthenticationDialog/index.d.ts +2 -0
  40. package/build/cjs/components/FollowerAuthenticationDialog/theme.d.ts +35 -0
  41. package/build/cjs/components/Icon/Icon.d.ts +4 -0
  42. package/build/cjs/components/Icon/IconProps.d.ts +17 -0
  43. package/build/cjs/components/Icon/IconStyles.d.ts +2 -0
  44. package/build/cjs/components/Icon/index.d.ts +2 -0
  45. package/build/cjs/components/IconButton/IconButton.d.ts +3 -0
  46. package/build/cjs/components/IconButton/IconButtonProps.d.ts +2 -0
  47. package/build/cjs/components/IconButton/index.d.ts +2 -0
  48. package/build/cjs/components/Link/Link.d.ts +11 -0
  49. package/build/cjs/components/Link/LinkStyles.d.ts +2 -0
  50. package/build/cjs/components/Link/index.d.ts +2 -0
  51. package/build/cjs/components/NumberField/NumberField.d.ts +3 -0
  52. package/build/cjs/components/NumberField/NumberFieldProps.d.ts +12 -0
  53. package/build/cjs/components/NumberField/NumberFieldStyles.d.ts +2 -0
  54. package/build/cjs/components/NumberField/index.d.ts +2 -0
  55. package/build/cjs/components/Paper/Paper.d.ts +6 -0
  56. package/build/cjs/components/Paper/index.d.ts +2 -0
  57. package/build/cjs/components/PaperContent/PaperContent.d.ts +2 -0
  58. package/build/cjs/components/PaperContent/index.d.ts +1 -0
  59. package/build/cjs/components/Radio/Radio.d.ts +3 -0
  60. package/build/cjs/components/Radio/RadioProps.d.ts +7 -0
  61. package/build/cjs/components/Radio/index.d.ts +2 -0
  62. package/build/cjs/components/SplitInput/SplitInput.d.ts +3 -0
  63. package/build/cjs/components/SplitInput/SplitInputProps.d.ts +20 -0
  64. package/build/cjs/components/SplitInput/SplitInputStyles.d.ts +2 -0
  65. package/build/cjs/components/SplitInput/index.d.ts +2 -0
  66. package/build/cjs/components/Switch/Switch.d.ts +3 -0
  67. package/build/cjs/components/Switch/SwitchProps.d.ts +7 -0
  68. package/build/cjs/components/Switch/index.d.ts +2 -0
  69. package/build/cjs/components/Switch/switch.styles.d.ts +2 -0
  70. package/build/cjs/components/TabPanel/TabPanel.d.ts +3 -0
  71. package/build/cjs/components/TabPanel/TabPanelProps.d.ts +3 -0
  72. package/build/cjs/components/TabPanel/index.d.ts +2 -0
  73. package/build/cjs/components/ToggleButton/ToggleButton.d.ts +3 -0
  74. package/build/cjs/components/ToggleButton/ToggleButtonProps.d.ts +4 -0
  75. package/build/cjs/components/ToggleButton/ToggleButtonStyles.d.ts +2 -0
  76. package/build/cjs/components/ToggleButton/index.d.ts +2 -0
  77. package/build/cjs/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -0
  78. package/build/cjs/components/ToggleButtonGroup/ToggleButtonGroupProps.d.ts +6 -0
  79. package/build/cjs/components/ToggleButtonGroup/ToggleButtonGroupStyles.d.ts +1 -0
  80. package/build/cjs/components/ToggleButtonGroup/index.d.ts +2 -0
  81. package/build/cjs/components/Tooltip/Tooltip.d.ts +3 -0
  82. package/build/cjs/components/Tooltip/TooltipProps.d.ts +1 -0
  83. package/build/cjs/components/Tooltip/TooltipStyles.d.ts +2 -0
  84. package/build/cjs/components/Tooltip/index.d.ts +2 -0
  85. package/build/cjs/components/Typography/Typography.d.ts +9 -0
  86. package/build/cjs/components/Typography/TypographyProps.d.ts +14 -0
  87. package/build/cjs/components/Typography/TypographyStyles.d.ts +10 -0
  88. package/build/cjs/components/Typography/index.d.ts +2 -0
  89. package/build/cjs/components/index.d.ts +45 -0
  90. package/build/cjs/hooks/index.d.ts +2 -0
  91. package/build/cjs/hooks/useCollapsibleText.d.ts +9 -0
  92. package/build/cjs/hooks/useTabs/index.d.ts +1 -0
  93. package/build/cjs/hooks/useTabs/useTabs.d.ts +3 -0
  94. package/build/cjs/hooks/useTabs/useTabsOptions.d.ts +3 -0
  95. package/build/cjs/hooks/useTabs/useTabsResult.d.ts +22 -0
  96. package/build/cjs/index.d.ts +3 -0
  97. package/build/{index.js → cjs/index.js} +350 -401
  98. package/build/cjs/index.js.map +1 -0
  99. package/build/cjs/types/index.d.ts +2 -0
  100. package/build/cjs/util/colors/alpha.d.ts +1 -0
  101. package/build/cjs/util/colors/darken.d.ts +1 -0
  102. package/build/cjs/util/colors/decomposeColor.d.ts +1 -0
  103. package/build/cjs/util/colors/getLuminance.d.ts +1 -0
  104. package/build/cjs/util/colors/hexToRgb.d.ts +1 -0
  105. package/build/cjs/util/colors/index.d.ts +8 -0
  106. package/build/cjs/util/colors/lighten.d.ts +1 -0
  107. package/build/cjs/util/colors/recomposeColor.d.ts +1 -0
  108. package/build/cjs/util/colors/rgbToHex.d.ts +1 -0
  109. package/build/cjs/util/createTheme.d.ts +1 -0
  110. package/build/cjs/util/index.d.ts +4 -0
  111. package/build/cjs/util/makeStyles.d.ts +1 -0
  112. package/build/esm/components/Avatar/Avatar.js +3 -3
  113. package/build/esm/components/Avatar/Avatar.js.map +1 -1
  114. package/build/esm/components/Avatar/AvatarProps.d.ts +1 -1
  115. package/build/esm/components/Avatar/avatar.styles.js +1 -1
  116. package/build/esm/components/Avatar/avatar.styles.js.map +1 -1
  117. package/build/esm/components/Avatar/index.d.ts +2 -2
  118. package/build/esm/components/BrowserSilhouette/BrowserSilhouette.js.map +1 -1
  119. package/build/esm/components/BrowserSilhouette/browserSilhouette.styles.js +1 -1
  120. package/build/esm/components/BrowserSilhouette/browserSilhouette.styles.js.map +1 -1
  121. package/build/esm/components/BrowserSilhouette/index.d.ts +1 -1
  122. package/build/esm/components/Button/Button.js +3 -5
  123. package/build/esm/components/Button/Button.js.map +1 -1
  124. package/build/esm/components/Button/ButtonProps.d.ts +1 -1
  125. package/build/esm/components/Button/ButtonStyles.js +1 -1
  126. package/build/esm/components/Button/ButtonStyles.js.map +1 -1
  127. package/build/esm/components/Button/index.d.ts +2 -2
  128. package/build/esm/components/Checkbox/Checkbox.js +2 -3
  129. package/build/esm/components/Checkbox/Checkbox.js.map +1 -1
  130. package/build/esm/components/Checkbox/CheckboxProps.d.ts +1 -2
  131. package/build/esm/components/Checkbox/index.d.ts +2 -2
  132. package/build/esm/components/Chip/Chip.js +3 -3
  133. package/build/esm/components/Chip/Chip.js.map +1 -1
  134. package/build/esm/components/Chip/ChipProps.d.ts +1 -1
  135. package/build/esm/components/Chip/ChipStyles.js +1 -1
  136. package/build/esm/components/Chip/ChipStyles.js.map +1 -1
  137. package/build/esm/components/Chip/index.d.ts +2 -2
  138. package/build/esm/components/CollapsibleText/CollapsibleText.js +1 -2
  139. package/build/esm/components/CollapsibleText/CollapsibleText.js.map +1 -1
  140. package/build/esm/components/CollapsibleText/CollapsibleTextProps.d.ts +1 -1
  141. package/build/esm/components/CollapsibleText/index.d.ts +2 -2
  142. package/build/esm/components/Divider/Divider.js.map +1 -1
  143. package/build/esm/components/Divider/index.d.ts +2 -2
  144. package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.js +19 -3
  145. package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.js.map +1 -1
  146. package/build/esm/components/FollowerAuthenticationDialog/index.d.ts +1 -1
  147. package/build/esm/components/Icon/Icon.js +2 -2
  148. package/build/esm/components/Icon/Icon.js.map +1 -1
  149. package/build/esm/components/Icon/IconStyles.js +5 -1
  150. package/build/esm/components/Icon/IconStyles.js.map +1 -1
  151. package/build/esm/components/Icon/index.d.ts +2 -2
  152. package/build/esm/components/IconButton/IconButton.d.ts +1 -1
  153. package/build/esm/components/IconButton/IconButton.js +2 -2
  154. package/build/esm/components/IconButton/IconButton.js.map +1 -1
  155. package/build/esm/components/IconButton/IconButtonProps.d.ts +1 -1
  156. package/build/esm/components/IconButton/index.d.ts +2 -2
  157. package/build/esm/components/Link/LinkStyles.js +1 -1
  158. package/build/esm/components/Link/LinkStyles.js.map +1 -1
  159. package/build/esm/components/Link/index.d.ts +2 -2
  160. package/build/esm/components/NumberField/NumberField.js +1 -1
  161. package/build/esm/components/NumberField/NumberField.js.map +1 -1
  162. package/build/esm/components/NumberField/index.d.ts +1 -1
  163. package/build/esm/components/Paper/index.d.ts +2 -1
  164. package/build/esm/components/PaperContent/PaperContent.js.map +1 -1
  165. package/build/esm/components/PaperContent/index.d.ts +1 -1
  166. package/build/esm/components/Radio/Radio.js +2 -3
  167. package/build/esm/components/Radio/Radio.js.map +1 -1
  168. package/build/esm/components/Radio/RadioProps.d.ts +1 -2
  169. package/build/esm/components/Radio/index.d.ts +2 -2
  170. package/build/esm/components/SplitInput/SplitInput.js +1 -2
  171. package/build/esm/components/SplitInput/SplitInput.js.map +1 -1
  172. package/build/esm/components/SplitInput/SplitInputProps.d.ts +3 -3
  173. package/build/esm/components/SplitInput/SplitInputStyles.js +1 -1
  174. package/build/esm/components/SplitInput/SplitInputStyles.js.map +1 -1
  175. package/build/esm/components/SplitInput/index.d.ts +2 -2
  176. package/build/esm/components/Switch/Switch.js +2 -3
  177. package/build/esm/components/Switch/Switch.js.map +1 -1
  178. package/build/esm/components/Switch/SwitchProps.d.ts +1 -2
  179. package/build/esm/components/Switch/index.d.ts +2 -2
  180. package/build/esm/components/Switch/switch.styles.js +1 -1
  181. package/build/esm/components/Switch/switch.styles.js.map +1 -1
  182. package/build/esm/components/TabPanel/TabPanel.js.map +1 -1
  183. package/build/esm/components/TabPanel/index.d.ts +1 -1
  184. package/build/esm/components/ToggleButton/ToggleButton.js +2 -2
  185. package/build/esm/components/ToggleButton/ToggleButton.js.map +1 -1
  186. package/build/esm/components/ToggleButton/ToggleButtonProps.d.ts +1 -1
  187. package/build/esm/components/ToggleButton/ToggleButtonStyles.js +1 -1
  188. package/build/esm/components/ToggleButton/ToggleButtonStyles.js.map +1 -1
  189. package/build/esm/components/ToggleButton/index.d.ts +2 -2
  190. package/build/esm/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
  191. package/build/esm/components/ToggleButtonGroup/ToggleButtonGroup.js.map +1 -1
  192. package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupProps.d.ts +1 -1
  193. package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupStyles.js +1 -1
  194. package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupStyles.js.map +1 -1
  195. package/build/esm/components/ToggleButtonGroup/index.d.ts +2 -2
  196. package/build/esm/components/Tooltip/Tooltip.d.ts +1 -1
  197. package/build/esm/components/Tooltip/Tooltip.js +2 -2
  198. package/build/esm/components/Tooltip/Tooltip.js.map +1 -1
  199. package/build/esm/components/Tooltip/TooltipProps.d.ts +1 -1
  200. package/build/esm/components/Tooltip/TooltipStyles.js +1 -1
  201. package/build/esm/components/Tooltip/TooltipStyles.js.map +1 -1
  202. package/build/esm/components/Tooltip/index.d.ts +2 -2
  203. package/build/esm/components/Typography/Typography.d.ts +1 -1
  204. package/build/esm/components/Typography/TypographyProps.d.ts +1 -2
  205. package/build/esm/components/Typography/TypographyProps.js.map +1 -1
  206. package/build/esm/components/Typography/TypographyStyles.d.ts +1 -1
  207. package/build/esm/components/Typography/TypographyStyles.js +1 -1
  208. package/build/esm/components/Typography/TypographyStyles.js.map +1 -1
  209. package/build/esm/components/Typography/index.d.ts +2 -2
  210. package/build/esm/components/index.d.ts +45 -78
  211. package/build/esm/index.js +5 -37
  212. package/build/esm/index.js.map +1 -1
  213. package/build/esm/util/index.d.ts +1 -1
  214. package/package.json +3 -3
  215. package/build/esm/components/Accordion/index.d.ts +0 -1
  216. package/build/esm/components/AccordionActions/index.d.ts +0 -1
  217. package/build/esm/components/AccordionDetails/index.d.ts +0 -1
  218. package/build/esm/components/AccordionSummary/index.d.ts +0 -1
  219. package/build/esm/components/Alert/index.d.ts +0 -1
  220. package/build/esm/components/AppBar/index.d.ts +0 -1
  221. package/build/esm/components/Badge/index.d.ts +0 -1
  222. package/build/esm/components/Box/Box.d.ts +0 -3
  223. package/build/esm/components/Box/BoxProps.d.ts +0 -5
  224. package/build/esm/components/Box/BoxStyles.d.ts +0 -1
  225. package/build/esm/components/Box/index.d.ts +0 -7
  226. package/build/esm/components/Breadcrumbs/index.d.ts +0 -1
  227. package/build/esm/components/ButtonBase/index.d.ts +0 -1
  228. package/build/esm/components/ButtonGroup/index.d.ts +0 -1
  229. package/build/esm/components/Card/index.d.ts +0 -1
  230. package/build/esm/components/CardActionArea/index.d.ts +0 -1
  231. package/build/esm/components/CardActions/index.d.ts +0 -1
  232. package/build/esm/components/CardContent/index.d.ts +0 -1
  233. package/build/esm/components/CardHeader/index.d.ts +0 -1
  234. package/build/esm/components/CardMedia/index.d.ts +0 -1
  235. package/build/esm/components/CircularProgress/index.d.ts +0 -1
  236. package/build/esm/components/ClickAwayListener/index.d.ts +0 -1
  237. package/build/esm/components/Dialog/index.d.ts +0 -1
  238. package/build/esm/components/DialogActions/index.d.ts +0 -1
  239. package/build/esm/components/DialogContent/index.d.ts +0 -1
  240. package/build/esm/components/DialogContentText/index.d.ts +0 -1
  241. package/build/esm/components/DialogTitle/index.d.ts +0 -1
  242. package/build/esm/components/Drawer/index.d.ts +0 -1
  243. package/build/esm/components/Fab/index.d.ts +0 -1
  244. package/build/esm/components/FormControl/index.d.ts +0 -1
  245. package/build/esm/components/FormControlLabel/index.d.ts +0 -1
  246. package/build/esm/components/FormLabel/index.d.ts +0 -1
  247. package/build/esm/components/Grid/index.d.ts +0 -1
  248. package/build/esm/components/GridList/index.d.ts +0 -1
  249. package/build/esm/components/Hidden/index.d.ts +0 -1
  250. package/build/esm/components/InputAdornment/index.d.ts +0 -1
  251. package/build/esm/components/LinearProgress/index.d.ts +0 -1
  252. package/build/esm/components/List/index.d.ts +0 -1
  253. package/build/esm/components/ListItem/index.d.ts +0 -1
  254. package/build/esm/components/ListItemAvatar/index.d.ts +0 -1
  255. package/build/esm/components/ListItemIcon/index.d.ts +0 -1
  256. package/build/esm/components/ListItemSecondaryAction/index.d.ts +0 -1
  257. package/build/esm/components/ListItemText/index.d.ts +0 -1
  258. package/build/esm/components/Menu/index.d.ts +0 -1
  259. package/build/esm/components/MenuItem/index.d.ts +0 -1
  260. package/build/esm/components/MenuList/index.d.ts +0 -1
  261. package/build/esm/components/Modal/index.d.ts +0 -1
  262. package/build/esm/components/Popover/index.d.ts +0 -1
  263. package/build/esm/components/Popper/index.d.ts +0 -1
  264. package/build/esm/components/Step/index.d.ts +0 -1
  265. package/build/esm/components/StepButton/index.d.ts +0 -1
  266. package/build/esm/components/StepConnector/index.d.ts +0 -1
  267. package/build/esm/components/StepContent/index.d.ts +0 -1
  268. package/build/esm/components/StepIcon/index.d.ts +0 -1
  269. package/build/esm/components/StepLabel/index.d.ts +0 -1
  270. package/build/esm/components/Stepper/index.d.ts +0 -1
  271. package/build/esm/components/Tab/index.d.ts +0 -1
  272. package/build/esm/components/Tabs/index.d.ts +0 -1
  273. package/build/esm/components/TextField/index.d.ts +0 -1
  274. package/build/esm/components/ThemeProvider/index.d.ts +0 -1
  275. package/build/esm/components/Toolbar/index.d.ts +0 -1
  276. package/build/esm/util/ServerStyleSheets.d.ts +0 -1
  277. package/build/index.js.map +0 -1
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { AvatarProps } from './AvatarProps';
3
+ export declare const Avatar: React.ForwardRefExoticComponent<Pick<AvatarProps, "color" | "translate" | "background" | "hidden" | "size" | "style" | "aria-describedby" | "aria-hidden" | "aria-label" | "className" | "variant" | "slot" | "title" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "imgProps" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "fallback" | "fit" | "alt" | "sizes" | "src" | "srcSet"> & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,22 @@
1
+ import { AvatarProps as MuiAvatarProps } from '@material-ui/core';
2
+ import { ReactNode } from 'react';
3
+ import { LoadingStatus } from './util/useImageProps';
4
+ export declare const AvatarDefaultProps: {
5
+ size: string;
6
+ fit: string;
7
+ background: string;
8
+ };
9
+ export interface AvatarProps extends MuiAvatarProps {
10
+ /** Sets the background-color for an Avatar. Automatically adjusts text color for readable contrast. Accepts color codes only, no CSS colors. */
11
+ background?: string;
12
+ /** Sets the css object-fit property for the Avatar img. */
13
+ fit?: 'cover' | 'contain';
14
+ /** Sets the size for an Avatar. */
15
+ size?: 'extra-small' | 'small' | 'medium' | 'large' | 'extra-large';
16
+ /** Disables the default fallback when set to 'none'. A component can be given to set a new fallback. */
17
+ fallback?: 'none' | ReactNode;
18
+ }
19
+ export declare type PracticalAvatarProps = AvatarProps & typeof AvatarDefaultProps;
20
+ export declare type StyledAvatarProps = PracticalAvatarProps & {
21
+ loaded: LoadingStatus;
22
+ };
@@ -0,0 +1,2 @@
1
+ import { StyledAvatarProps } from './AvatarProps';
2
+ export declare const useAvatarStyles: (props: StyledAvatarProps) => import("@material-ui/styles").ClassNameMap<string>;
@@ -0,0 +1,2 @@
1
+ export { Avatar } from './Avatar';
2
+ export type { AvatarProps } from './AvatarProps';
@@ -0,0 +1,10 @@
1
+ import { AvatarProps } from '../AvatarProps';
2
+ export declare enum LoadingStatus {
3
+ ERROR = "ERROR",
4
+ LOADED = "LOADED",
5
+ PENDING = "PENDING"
6
+ }
7
+ export declare const useImgProps: (avatarProps: AvatarProps) => {
8
+ imgProps: AvatarProps['imgProps'];
9
+ loaded: LoadingStatus;
10
+ };
@@ -0,0 +1,2 @@
1
+ import { PropsWithChildren } from 'react';
2
+ export declare const BrowserSilhouette: ({ children }: PropsWithChildren<Record<string, unknown>>) => JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const useBrowserSilhouetteStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
@@ -0,0 +1 @@
1
+ export { BrowserSilhouette } from './BrowserSilhouette';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ButtonProps } from './ButtonProps';
3
+ export declare const Button: {
4
+ <C extends React.ElementType<any> = "button">(props: ButtonProps<C>): JSX.Element;
5
+ displayName: string;
6
+ };
@@ -0,0 +1,11 @@
1
+ import { ButtonProps as MuiButtonProps } from '@material-ui/core';
2
+ import React, { RefObject } from 'react';
3
+ export declare type ButtonProps<C extends React.ElementType = 'button'> = MuiButtonProps<C, {
4
+ component?: C;
5
+ }> & {
6
+ ButtonRef?: RefObject<HTMLButtonElement>;
7
+ /** Sets loading state for Button. */
8
+ loading?: boolean;
9
+ /** Sets the text transformation property of a button. */
10
+ textTransform?: 'uppercase' | 'lowercase' | 'capitalize' | 'none';
11
+ };
@@ -0,0 +1,2 @@
1
+ import { ButtonProps } from './ButtonProps';
2
+ export declare const useButtonStyles: (props: ButtonProps<"button">) => import("@material-ui/styles").ClassNameMap<string>;
@@ -0,0 +1,2 @@
1
+ export { Button } from './Button';
2
+ export type { ButtonProps } from './ButtonProps';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { CheckboxProps } from './CheckboxProps';
3
+ export declare const Checkbox: React.ForwardRefExoticComponent<Pick<CheckboxProps, "color" | "translate" | "hidden" | "size" | "style" | "icon" | "disabled" | "aria-describedby" | "aria-hidden" | "aria-label" | "className" | "form" | "label" | "slot" | "title" | "id" | "lang" | "name" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "readOnly" | "required" | "checked" | "action" | "disableFocusRipple" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "indeterminate" | "checkedIcon" | "edge" | "inputProps" | "inputRef" | "LabelProps" | "indeterminateIcon"> & React.RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,7 @@
1
+ import { FormControlLabelProps, CheckboxProps as MuiCheckboxProps } from '@material-ui/core';
2
+ export interface CheckboxProps extends MuiCheckboxProps {
3
+ /** Adds a text label to the Checkbox. If provided, the Checkbox will be wrapped by a FormControlLabel component. */
4
+ label: string;
5
+ /** Props applied to the FormControlLabel component wrapping a checkbox if a label is given. */
6
+ LabelProps: Omit<FormControlLabelProps, 'control'>;
7
+ }
@@ -0,0 +1,2 @@
1
+ export { Checkbox } from './Checkbox';
2
+ export type { CheckboxProps } from './CheckboxProps';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ChipProps } from './ChipProps';
3
+ export declare const Chip: {
4
+ <C extends React.ElementType<any> = "div">(props: ChipProps<C>): JSX.Element;
5
+ displayName: string;
6
+ };
@@ -0,0 +1,8 @@
1
+ import { ChipTypeMap, ChipProps as MuiChipProps } from '@material-ui/core';
2
+ import React from 'react';
3
+ export declare type DefaultChipComponent = ChipTypeMap['defaultComponent'];
4
+ export declare type ChipProps<C extends React.ElementType = DefaultChipComponent> = MuiChipProps<C, {
5
+ component?: C;
6
+ }> & {
7
+ severity?: 'success' | 'info' | 'warning' | 'error';
8
+ };
@@ -0,0 +1,2 @@
1
+ import { ChipProps } from './ChipProps';
2
+ export declare const useChipStyles: (props: ChipProps<any>) => import("@material-ui/styles").ClassNameMap<string>;
@@ -0,0 +1,2 @@
1
+ export { Chip } from './Chip';
2
+ export type { ChipProps } from './ChipProps';
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { CollapsibleTextProps } from './CollapsibleTextProps';
3
+ export declare const CollapsibleText: FC<CollapsibleTextProps>;
@@ -0,0 +1,13 @@
1
+ import { BoxProps } from '@material-ui/core';
2
+ export interface CollapsibleTextProps extends Pick<BoxProps, 'onClick'> {
3
+ /** The content of the CollapsibleText component. */
4
+ text: string;
5
+ /** Expands and collapses the component. */
6
+ open: boolean;
7
+ /** The number of lines visible in the collapsed state. */
8
+ previewLines?: number;
9
+ /** The variant of the typography. */
10
+ typographyVariant?: 'body1' | 'body2';
11
+ /** A React state tuple. */
12
+ collapseState?: [boolean, (collapsible: boolean) => void];
13
+ }
@@ -0,0 +1,5 @@
1
+ import { CollapsibleTextProps } from './CollapsibleTextProps';
2
+ export declare const useCollapsibleTextStyles: (props: CollapsibleTextProps & {
3
+ fadeStop?: string | number | undefined;
4
+ typographyVariant: 'body1' | 'body2';
5
+ }) => import("@material-ui/styles").ClassNameMap<string>;
@@ -0,0 +1,2 @@
1
+ export { CollapsibleText } from './CollapsibleText';
2
+ export type { CollapsibleTextProps } from './CollapsibleTextProps';
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { DividerProps } from './DividerProps';
3
+ export declare const Divider: FC<DividerProps>;
@@ -0,0 +1,17 @@
1
+ import { TypographyProps } from '../Typography';
2
+ declare type Colors = 'primary.main' | 'primary.dark' | 'primary.light' | 'secondary.main' | 'secondary.dark' | 'secondary.light';
3
+ export interface DividerProps {
4
+ /** Sets the styles for a divider. */
5
+ className?: string;
6
+ /** Sets the color of the divider line. Accepts thematic color names and color codes. */
7
+ dividerColor?: Colors | string;
8
+ /** A message shown in the center of the divider */
9
+ text?: string;
10
+ /** Sets the color of the divider text. Accepts thematic color names and color codes. */
11
+ textColor?: Colors | string;
12
+ /** Sets the casing of the text */
13
+ textTransform?: 'uppercase' | 'lowercase' | 'capitalize';
14
+ /** Props applied to the internal Typography component that displays text */
15
+ TypographyProps?: TypographyProps;
16
+ }
17
+ export {};
@@ -0,0 +1,2 @@
1
+ export { Divider } from './Divider';
2
+ export type { DividerProps } from './DividerProps';
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const FollowerAuthenticationAltActions: () => JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const FollowerAuthenticationBody: () => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const FollowerAuthenticationCloseButton: () => JSX.Element;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const FollowerAuthenticationContent: (props: {
3
+ children: React.ReactNode;
4
+ }) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { FollowerAuthenticationDialogProps } from './FollowerAuthenticationDialogProps';
3
+ export declare const FollowerAuthenticationDialog: (props: FollowerAuthenticationDialogProps) => JSX.Element;
@@ -0,0 +1,29 @@
1
+ import { ReactNode } from 'react';
2
+ export declare type FollowerAuthenticationDialogProps = {
3
+ open: boolean;
4
+ state: ReducerState;
5
+ messages: Record<MessageKey, ReactNode> & {
6
+ closeButtonLabel: string;
7
+ };
8
+ locationOptions: LocationOption[];
9
+ loading: boolean;
10
+ graphics: Record<`${ReducerStateValue}`, string>;
11
+ logos: Record<'popmenu' | 'facebook' | 'google', ReactNode>;
12
+ onActionButtonClick: (eventType: ClickEventType, values?: Record<string, string>) => void;
13
+ };
14
+ export declare type ReducerState = {
15
+ value: ReducerStateValue;
16
+ context: {
17
+ email?: string;
18
+ phone?: string;
19
+ name?: string;
20
+ };
21
+ };
22
+ export declare type ReducerStateValue = 'initial' | 'signUp' | 'emailFound' | 'indirectUserFound' | 'emailAuthCode' | 'emailPasswordSignIn' | 'phoneFound' | 'phoneAuthCode' | 'phonePasswordSignIn' | 'welcome' | 'requirePhone';
23
+ export declare type ClickEventType = 'submit-form' | 'click-close' | 'code-sent' | 'request-auth-code-email' | 'request-auth-code-sms' | 'close' | 'use-different-account' | 'sign-in-with-password' | 'sign-in-with-facebook' | 'sign-in-with-google';
24
+ export declare type MessageKey = `${ReducerStateValue}Title` | `${ReducerStateValue}Info` | `${ReducerStateValue}GraphicAlt` | 'requirePhoneInputLabel' | 'requirePhoneCtaButtonLabel' | 'indirectUserFoundLabel' | 'indirectUserFoundCtaButtonLabel' | 'indirectUserFoundCtaButtonLabelAlt' | 'signUpPhoneErrorText' | 'signUpPhoneInputLabel' | 'signUpNameInputLabel' | 'signUpEmailErrorText' | 'signUpEmailInputLabel' | 'signUpLocationErrorText' | 'signUpLocationInputLabel' | 'signUpBirthdaySectionLabel' | 'signUpMonthInputLabel' | 'signUpDayInputLabel' | 'signUp' | 'signUpFinePrint' | 'emailFoundInputLabel' | 'emailFoundCtaButtonLabel' | 'phoneFoundInputLabel' | 'phoneFoundCtaButtonLabel' | 'emailAuthCodeInputLabel' | 'phoneAuthCodeInputLabel' | 'resendAuthCode' | 'or' | 'popmenuLogoAlt' | 'continueWithFacebookButtonLabel' | 'continueWithGoogleButtonLabel' | 'initialCtaButtonLabel' | 'initialInputLabel' | 'passwordInputLabel' | 'poweredBy' | 'done' | 'signIn' | 'signInWithPassword';
25
+ declare type LocationOption = {
26
+ label: string;
27
+ value: string;
28
+ };
29
+ export {};
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const FollowerAuthenticationFooter: () => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const FollowerAuthenticationForm: () => JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const FollowerAuthenticationGraphic: () => JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const FollowerAuthenticationInfo: () => JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const FollowerAuthenticationTitle: () => JSX.Element;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { FollowerAuthenticationDialogProps } from './FollowerAuthenticationDialogProps';
3
+ export declare const FollowerAuthenticationDialogContextProvider: import("react").Provider<Omit<FollowerAuthenticationDialogProps, "open"> | null>;
4
+ export declare const useFollowerAuthenticationDialogContext: () => Omit<FollowerAuthenticationDialogProps, "open">;
@@ -0,0 +1,2 @@
1
+ export { FollowerAuthenticationDialog } from './FollowerAuthenticationDialog';
2
+ export type { FollowerAuthenticationDialogProps } from './FollowerAuthenticationDialogProps';
@@ -0,0 +1,35 @@
1
+ export declare const theme: {
2
+ readonly palette: {
3
+ readonly primary: {
4
+ readonly main: "#2E3042";
5
+ };
6
+ };
7
+ readonly typography: {
8
+ readonly h1: {
9
+ readonly fontFamily: "Poppins";
10
+ readonly fontSize: "24px";
11
+ readonly fontWeight: 400;
12
+ readonly lineHeight: "36px";
13
+ };
14
+ };
15
+ readonly props: {
16
+ readonly MuiTextField: {
17
+ readonly variant: "outlined";
18
+ readonly fullWidth: true;
19
+ };
20
+ readonly MuiButton: {
21
+ readonly variant: "contained";
22
+ readonly color: "primary";
23
+ readonly disableElevation: true;
24
+ readonly fullWidth: true;
25
+ };
26
+ };
27
+ readonly overrides: {
28
+ readonly MuiButton: {
29
+ readonly root: {
30
+ readonly borderRadius: 32;
31
+ readonly textTransform: "none";
32
+ };
33
+ };
34
+ };
35
+ };
@@ -0,0 +1,4 @@
1
+ import { VoidFunctionComponent } from 'react';
2
+ import { IconProps } from './IconProps';
3
+ export declare const iconStaticClassName = "pop-icon";
4
+ export declare const Icon: VoidFunctionComponent<IconProps>;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ export interface IconProps {
3
+ /** Adds aria-describedby attribute to the html element */
4
+ 'aria-describedby'?: string;
5
+ /** Overrides aria-hidden attribute on the html element */
6
+ 'aria-hidden'?: boolean;
7
+ /** Adds aria-label attribute to the html element */
8
+ 'aria-label'?: string;
9
+ /** Adds to the class attribute on the html element */
10
+ className?: string;
11
+ /** The icon from @popmenu/web-icons to be rendered */
12
+ icon: string | React.FC<React.SVGProps<SVGSVGElement>>;
13
+ /** Sets the color of the icon */
14
+ color?: 'primary' | 'secondary' | 'primary.light' | 'primary.dark' | 'secondary.light' | 'secondary.dark' | string;
15
+ /** Sets the dimensions of the icon */
16
+ size?: 'small' | 'medium' | 'large' | 'extra-large' | 'inherit';
17
+ }
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './IconProps';
2
+ export declare const useIconStyles: (props: IconProps) => import("@material-ui/styles").ClassNameMap<string>;
@@ -0,0 +1,2 @@
1
+ export { Icon, iconStaticClassName } from './Icon';
2
+ export type { IconProps } from './IconProps';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconButtonProps } from './IconButtonProps';
3
+ export declare const IconButton: React.ForwardRefExoticComponent<Pick<IconButtonProps, "color" | "translate" | "hidden" | "size" | "disabled" | "aria-describedby" | "aria-hidden" | "aria-label" | "form" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "action" | "disableFocusRipple" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "edge" | keyof import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").IconButtonTypeMap<{}, "button">>> & React.RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,2 @@
1
+ import { IconButtonProps as MuiIconButtonProps } from '@material-ui/core';
2
+ export declare type IconButtonProps = MuiIconButtonProps;
@@ -0,0 +1,2 @@
1
+ export { IconButton } from './IconButton';
2
+ export type { IconButtonProps } from './IconButtonProps';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { LinkProps } from '@material-ui/core';
3
+ interface LinkType {
4
+ <C extends React.ElementType = 'a'>(props: LinkProps<C> & {
5
+ component?: C;
6
+ }): React.ReactElement;
7
+ defaultProps?: Partial<LinkProps>;
8
+ displayName?: string;
9
+ }
10
+ export declare const Link: LinkType;
11
+ export {};
@@ -0,0 +1,2 @@
1
+ import { LinkProps } from '@material-ui/core';
2
+ export declare const useLinkStyles: (props: LinkProps<"a", {}>) => import("@material-ui/styles").ClassNameMap<string>;
@@ -0,0 +1,2 @@
1
+ export type { LinkProps } from '@material-ui/core';
2
+ export { Link } from './Link';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { NumberFieldProps } from './NumberFieldProps';
3
+ export declare const NumberField: (props: NumberFieldProps) => JSX.Element;
@@ -0,0 +1,12 @@
1
+ import { FilledTextFieldProps } from '@material-ui/core';
2
+ import { IconButtonProps } from '../IconButton';
3
+ export interface NumberFieldProps extends Omit<FilledTextFieldProps, 'variant'> {
4
+ /** Callback invoked when the plus sign is clicked. */
5
+ onIncrement: () => void;
6
+ /** Callback invoked when the minus sign is clicked. */
7
+ onDecrement: () => void;
8
+ /** Props for the endAdornment IconButton element */
9
+ endAdornmentButtonProps?: IconButtonProps;
10
+ /** Props for the startAdornment IconButton element */
11
+ startAdornmentButtonProps?: IconButtonProps;
12
+ }
@@ -0,0 +1,2 @@
1
+ export declare const useNumberFieldStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root">;
2
+ export declare const useNumberInputStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"input" | "root" | "adornedEnd" | "adornedStart">;
@@ -0,0 +1,2 @@
1
+ export { NumberField } from './NumberField';
2
+ export type { NumberFieldProps } from './NumberFieldProps';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { PaperProps as MuiPaperProps } from '@material-ui/core';
3
+ export interface PaperProps extends MuiPaperProps {
4
+ legacyStyles?: boolean;
5
+ }
6
+ export declare const Paper: React.ForwardRefExoticComponent<Pick<PaperProps, "color" | "translate" | "hidden" | "style" | "square" | "aria-describedby" | "aria-hidden" | "aria-label" | "className" | "variant" | "slot" | "title" | "id" | "lang" | "role" | "tabIndex" | "elevation" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "component" | "legacyStyles"> & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,2 @@
1
+ export { Paper } from './Paper';
2
+ export type { PaperProps } from './Paper';
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const PaperContent: FC<Record<string, never>>;
@@ -0,0 +1 @@
1
+ export { PaperContent } from './PaperContent';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { RadioProps } from './RadioProps';
3
+ export declare const Radio: React.ForwardRefExoticComponent<Pick<RadioProps, "color" | "translate" | "hidden" | "size" | "style" | "icon" | "disabled" | "aria-describedby" | "aria-hidden" | "aria-label" | "className" | "form" | "label" | "slot" | "title" | "id" | "lang" | "name" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "readOnly" | "required" | "checked" | "action" | "disableFocusRipple" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "checkedIcon" | "edge" | "inputProps" | "inputRef" | "LabelProps"> & React.RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,7 @@
1
+ import { FormControlLabelProps, RadioProps as MuiRadioProps } from '@material-ui/core';
2
+ export interface RadioProps extends MuiRadioProps {
3
+ /** Adds a text label to the Radio. If provided, the Radio will be wrapped by a FormControlLabel component. */
4
+ label: string;
5
+ /** Props applied to the FormControlLabel component wrapping a Radio if a label is given. */
6
+ LabelProps: Omit<FormControlLabelProps, 'control'>;
7
+ }
@@ -0,0 +1,2 @@
1
+ export { Radio } from './Radio';
2
+ export type { RadioProps } from './RadioProps';
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { SplitInputProps } from './SplitInputProps';
3
+ export declare const SplitInput: FC<SplitInputProps>;
@@ -0,0 +1,20 @@
1
+ import { TextFieldProps as MuiTextFieldProps } from '@material-ui/core';
2
+ import { ButtonProps } from '../Button';
3
+ export interface SplitInputProps {
4
+ /** Props applied to the composed TextField component */
5
+ TextFieldProps?: MuiTextFieldProps;
6
+ /** Props applied to the composed Button component */
7
+ ButtonProps?: ButtonProps;
8
+ /** Label for the button element */
9
+ buttonLabel: string;
10
+ /** Sets the color for both TextField and Button */
11
+ color?: 'primary' | 'secondary';
12
+ /** Sets the text color for the TextField */
13
+ inputTextColor?: string;
14
+ /** Applies a partially transparent background to the TextField */
15
+ backgroundTransparency?: boolean;
16
+ /** Event callback for the TextField change event */
17
+ onChange?: MuiTextFieldProps['onChange'];
18
+ /** Event callback for the Button click event */
19
+ onClick?: ButtonProps['onClick'];
20
+ }
@@ -0,0 +1,2 @@
1
+ import { SplitInputProps } from './SplitInputProps';
2
+ export declare const useSplitInputStyles: (props: SplitInputProps) => import("@material-ui/styles").ClassNameMap<string>;
@@ -0,0 +1,2 @@
1
+ export { SplitInput } from './SplitInput';
2
+ export type { SplitInputProps } from './SplitInputProps';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SwitchProps } from './SwitchProps';
3
+ export declare const Switch: React.ForwardRefExoticComponent<Pick<SwitchProps, "color" | "translate" | "hidden" | "size" | "style" | "icon" | "disabled" | "aria-describedby" | "aria-hidden" | "aria-label" | "className" | "form" | "label" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "readOnly" | "required" | "checked" | "action" | "disableFocusRipple" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "checkedIcon" | "edge" | "inputProps" | "inputRef" | "LabelProps"> & React.RefAttributes<HTMLInputElement>>;