@epilot/base-elements 2.5.6 → 2.5.10

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 (413) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/Accordion/Accordion.d.ts +1 -0
  3. package/dist/Accordion/AccordionActions.d.ts +1 -0
  4. package/dist/Accordion/AccordionDetails.d.ts +1 -0
  5. package/dist/Accordion/AccordionSummary.d.ts +1 -0
  6. package/dist/Accordion/types.d.ts +1 -1
  7. package/dist/AppBar/AppBar.d.ts +1 -0
  8. package/dist/Autocomplete/Autocomplete.d.ts +1 -0
  9. package/dist/Autocomplete/styles.d.ts +1 -0
  10. package/dist/Autocomplete/types.d.ts +1 -1
  11. package/dist/Avatar/Avatar.d.ts +1 -0
  12. package/dist/Avatar/AvatarGroup.d.ts +1 -0
  13. package/dist/Badge/Badge.d.ts +1 -0
  14. package/dist/Box/Box.d.ts +1 -0
  15. package/dist/Breadcrumbs/Breadcrumbs.d.ts +1 -0
  16. package/dist/Button/Button.d.ts +1 -0
  17. package/dist/ButtonGroup/ButtonGroup.d.ts +1 -0
  18. package/dist/Card/Card.d.ts +1 -0
  19. package/dist/Checkbox/Checkbox.d.ts +1 -0
  20. package/dist/Chip/Chip.d.ts +1 -0
  21. package/dist/Collapse/Collapse.d.ts +1 -0
  22. package/dist/Dialog/Dialog.d.ts +1 -0
  23. package/dist/Dialog/types.d.ts +4 -4
  24. package/dist/Divider/Divider.d.ts +1 -0
  25. package/dist/Drawer/Drawer.d.ts +1 -0
  26. package/dist/Drawer/types.d.ts +1 -1
  27. package/dist/Form/types.d.ts +2 -6
  28. package/dist/Grid/Grid.d.ts +1 -0
  29. package/dist/Hidden/Hidden.d.ts +1 -0
  30. package/dist/Icon/Icon.d.ts +1 -0
  31. package/dist/Image/Image.d.ts +1 -0
  32. package/dist/Link/Link.d.ts +1 -0
  33. package/dist/List/List.d.ts +1 -0
  34. package/dist/Notification/Notification.d.ts +1 -0
  35. package/dist/Pagination/Pagination.d.ts +1 -0
  36. package/dist/Pickers/DatePicker.d.ts +3 -1
  37. package/dist/Pickers/DateTimePicker.d.ts +1 -0
  38. package/dist/Pickers/TimePicker.d.ts +1 -0
  39. package/dist/Popover/types.d.ts +2 -2
  40. package/dist/Progress/Progress.d.ts +1 -0
  41. package/dist/Progress/types.d.ts +2 -2
  42. package/dist/Radio/Radio.d.ts +1 -0
  43. package/dist/Radio/RadioGroup.d.ts +1 -0
  44. package/dist/Rating/Rating.d.ts +1 -0
  45. package/dist/Select/Select.d.ts +1 -0
  46. package/dist/Snackbar/Snackbar.d.ts +1 -0
  47. package/dist/Spacing/Spacing.d.ts +1 -0
  48. package/dist/Stepper/MobileStepper.d.ts +1 -0
  49. package/dist/Stepper/Stepper.d.ts +1 -0
  50. package/dist/Switch/Switch.d.ts +1 -0
  51. package/dist/Table/ResizeTableCell/ResizeTableCell.d.ts +1 -0
  52. package/dist/TableColumnSettings/TableColumnSettings.d.ts +1 -0
  53. package/dist/TableColumnSettings/TableColumnSettingsStyles.d.ts +1 -1
  54. package/dist/Tabs/Tabs.d.ts +1 -0
  55. package/dist/TextField/CurrencyTextField.d.ts +1 -0
  56. package/dist/TextField/InlineTextField.d.ts +1 -0
  57. package/dist/TextField/MaskedTextField.d.ts +1 -0
  58. package/dist/TextField/ValidatedTextField.d.ts +1 -0
  59. package/dist/ThemeProvider/ThemeProvider.d.ts +1 -0
  60. package/dist/ToggleButton/ToggleButton.d.ts +1 -0
  61. package/dist/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -0
  62. package/dist/Tooltip/Tooltip.d.ts +1 -0
  63. package/dist/Typography/Typography.d.ts +1 -0
  64. package/dist/bundle.js +191 -2
  65. package/dist/bundle.js.map +1 -0
  66. package/package.json +8 -9
  67. package/dist/Accordion/Accordion.js +0 -12
  68. package/dist/Accordion/Accordion.js.map +0 -1
  69. package/dist/Accordion/AccordionActions.js +0 -12
  70. package/dist/Accordion/AccordionActions.js.map +0 -1
  71. package/dist/Accordion/AccordionDetails.js +0 -12
  72. package/dist/Accordion/AccordionDetails.js.map +0 -1
  73. package/dist/Accordion/AccordionSummary.js +0 -13
  74. package/dist/Accordion/AccordionSummary.js.map +0 -1
  75. package/dist/Accordion/index.js +0 -9
  76. package/dist/Accordion/index.js.map +0 -1
  77. package/dist/Accordion/types.js +0 -3
  78. package/dist/Accordion/types.js.map +0 -1
  79. package/dist/AppBar/AppBar.js +0 -17
  80. package/dist/AppBar/AppBar.js.map +0 -1
  81. package/dist/AppBar/index.js +0 -6
  82. package/dist/AppBar/index.js.map +0 -1
  83. package/dist/AppBar/types.js +0 -3
  84. package/dist/AppBar/types.js.map +0 -1
  85. package/dist/Autocomplete/Autocomplete.js +0 -47
  86. package/dist/Autocomplete/Autocomplete.js.map +0 -1
  87. package/dist/Autocomplete/index.js +0 -8
  88. package/dist/Autocomplete/index.js.map +0 -1
  89. package/dist/Autocomplete/types.js +0 -3
  90. package/dist/Autocomplete/types.js.map +0 -1
  91. package/dist/AutocompleteX/AutocompleteX.js +0 -6
  92. package/dist/AutocompleteX/AutocompleteX.js.map +0 -1
  93. package/dist/AutocompleteX/index.js +0 -8
  94. package/dist/AutocompleteX/index.js.map +0 -1
  95. package/dist/AutocompleteX/types.js +0 -3
  96. package/dist/AutocompleteX/types.js.map +0 -1
  97. package/dist/Avatar/Avatar.js +0 -28
  98. package/dist/Avatar/Avatar.js.map +0 -1
  99. package/dist/Avatar/AvatarGroup.js +0 -22
  100. package/dist/Avatar/AvatarGroup.js.map +0 -1
  101. package/dist/Avatar/index.js +0 -10
  102. package/dist/Avatar/index.js.map +0 -1
  103. package/dist/Avatar/types.js +0 -3
  104. package/dist/Avatar/types.js.map +0 -1
  105. package/dist/Badge/Badge.js +0 -12
  106. package/dist/Badge/Badge.js.map +0 -1
  107. package/dist/Badge/index.js +0 -6
  108. package/dist/Badge/index.js.map +0 -1
  109. package/dist/Badge/types.js +0 -3
  110. package/dist/Badge/types.js.map +0 -1
  111. package/dist/Box/Box.js +0 -12
  112. package/dist/Box/Box.js.map +0 -1
  113. package/dist/Box/index.js +0 -6
  114. package/dist/Box/index.js.map +0 -1
  115. package/dist/Box/types.js +0 -3
  116. package/dist/Box/types.js.map +0 -1
  117. package/dist/Breadcrumbs/Breadcrumbs.js +0 -11
  118. package/dist/Breadcrumbs/Breadcrumbs.js.map +0 -1
  119. package/dist/Breadcrumbs/index.js +0 -8
  120. package/dist/Breadcrumbs/index.js.map +0 -1
  121. package/dist/Breadcrumbs/types.js +0 -3
  122. package/dist/Breadcrumbs/types.js.map +0 -1
  123. package/dist/Button/Button.js +0 -126
  124. package/dist/Button/Button.js.map +0 -1
  125. package/dist/Button/index.js +0 -6
  126. package/dist/Button/index.js.map +0 -1
  127. package/dist/Button/types.js +0 -3
  128. package/dist/Button/types.js.map +0 -1
  129. package/dist/ButtonGroup/ButtonGroup.js +0 -12
  130. package/dist/ButtonGroup/ButtonGroup.js.map +0 -1
  131. package/dist/ButtonGroup/index.js +0 -6
  132. package/dist/ButtonGroup/index.js.map +0 -1
  133. package/dist/ButtonGroup/types.js +0 -3
  134. package/dist/ButtonGroup/types.js.map +0 -1
  135. package/dist/Card/Card.js +0 -37
  136. package/dist/Card/Card.js.map +0 -1
  137. package/dist/Card/index.js +0 -6
  138. package/dist/Card/index.js.map +0 -1
  139. package/dist/Card/types.js +0 -3
  140. package/dist/Card/types.js.map +0 -1
  141. package/dist/Checkbox/Checkbox.js +0 -28
  142. package/dist/Checkbox/Checkbox.js.map +0 -1
  143. package/dist/Checkbox/index.js +0 -6
  144. package/dist/Checkbox/index.js.map +0 -1
  145. package/dist/Checkbox/types.js +0 -3
  146. package/dist/Checkbox/types.js.map +0 -1
  147. package/dist/Chip/Chip.js +0 -13
  148. package/dist/Chip/Chip.js.map +0 -1
  149. package/dist/Chip/index.js +0 -6
  150. package/dist/Chip/index.js.map +0 -1
  151. package/dist/Chip/types.js +0 -3
  152. package/dist/Chip/types.js.map +0 -1
  153. package/dist/Collapse/Collapse.js +0 -12
  154. package/dist/Collapse/Collapse.js.map +0 -1
  155. package/dist/Collapse/index.js +0 -6
  156. package/dist/Collapse/index.js.map +0 -1
  157. package/dist/Collapse/types.js +0 -3
  158. package/dist/Collapse/types.js.map +0 -1
  159. package/dist/Dialog/Dialog.js +0 -32
  160. package/dist/Dialog/Dialog.js.map +0 -1
  161. package/dist/Dialog/index.js +0 -6
  162. package/dist/Dialog/index.js.map +0 -1
  163. package/dist/Dialog/types.js +0 -3
  164. package/dist/Dialog/types.js.map +0 -1
  165. package/dist/Divider/Divider.js +0 -11
  166. package/dist/Divider/Divider.js.map +0 -1
  167. package/dist/Divider/index.js +0 -6
  168. package/dist/Divider/index.js.map +0 -1
  169. package/dist/Divider/types.js +0 -3
  170. package/dist/Divider/types.js.map +0 -1
  171. package/dist/Drawer/Drawer.js +0 -12
  172. package/dist/Drawer/Drawer.js.map +0 -1
  173. package/dist/Drawer/index.js +0 -6
  174. package/dist/Drawer/index.js.map +0 -1
  175. package/dist/Drawer/types.js +0 -3
  176. package/dist/Drawer/types.js.map +0 -1
  177. package/dist/Form/FormControl.js +0 -5
  178. package/dist/Form/FormControl.js.map +0 -1
  179. package/dist/Form/FormControlLabel.js +0 -5
  180. package/dist/Form/FormControlLabel.js.map +0 -1
  181. package/dist/Form/FormGroup.js +0 -6
  182. package/dist/Form/FormGroup.js.map +0 -1
  183. package/dist/Form/FormHelperText.js +0 -5
  184. package/dist/Form/FormHelperText.js.map +0 -1
  185. package/dist/Form/FormLabel.js +0 -5
  186. package/dist/Form/FormLabel.js.map +0 -1
  187. package/dist/Form/InputAdornment.js +0 -5
  188. package/dist/Form/InputAdornment.js.map +0 -1
  189. package/dist/Form/InputLabel.js +0 -5
  190. package/dist/Form/InputLabel.js.map +0 -1
  191. package/dist/Form/index.js +0 -20
  192. package/dist/Form/index.js.map +0 -1
  193. package/dist/Form/types.js +0 -3
  194. package/dist/Form/types.js.map +0 -1
  195. package/dist/Grid/Grid.js +0 -11
  196. package/dist/Grid/Grid.js.map +0 -1
  197. package/dist/Grid/index.js +0 -6
  198. package/dist/Grid/index.js.map +0 -1
  199. package/dist/Grid/types.js +0 -3
  200. package/dist/Grid/types.js.map +0 -1
  201. package/dist/Hidden/Hidden.js +0 -12
  202. package/dist/Hidden/Hidden.js.map +0 -1
  203. package/dist/Hidden/index.js +0 -6
  204. package/dist/Hidden/index.js.map +0 -1
  205. package/dist/Hidden/types.js +0 -3
  206. package/dist/Hidden/types.js.map +0 -1
  207. package/dist/Icon/Icon.js +0 -58
  208. package/dist/Icon/Icon.js.map +0 -1
  209. package/dist/Icon/index.js +0 -10
  210. package/dist/Icon/index.js.map +0 -1
  211. package/dist/Icon/types.js +0 -3
  212. package/dist/Icon/types.js.map +0 -1
  213. package/dist/Image/Image.js +0 -23
  214. package/dist/Image/Image.js.map +0 -1
  215. package/dist/Image/index.js +0 -8
  216. package/dist/Image/index.js.map +0 -1
  217. package/dist/Image/types.js +0 -3
  218. package/dist/Image/types.js.map +0 -1
  219. package/dist/Link/Link.js +0 -11
  220. package/dist/Link/Link.js.map +0 -1
  221. package/dist/Link/index.js +0 -8
  222. package/dist/Link/index.js.map +0 -1
  223. package/dist/Link/types.js +0 -3
  224. package/dist/Link/types.js.map +0 -1
  225. package/dist/List/List.js +0 -37
  226. package/dist/List/List.js.map +0 -1
  227. package/dist/List/index.js +0 -6
  228. package/dist/List/index.js.map +0 -1
  229. package/dist/List/types.js +0 -3
  230. package/dist/List/types.js.map +0 -1
  231. package/dist/Menu/Menu.js +0 -10
  232. package/dist/Menu/Menu.js.map +0 -1
  233. package/dist/Menu/index.js +0 -6
  234. package/dist/Menu/index.js.map +0 -1
  235. package/dist/Menu/types.js +0 -3
  236. package/dist/Menu/types.js.map +0 -1
  237. package/dist/Notification/Notification.js +0 -52
  238. package/dist/Notification/Notification.js.map +0 -1
  239. package/dist/Notification/index.js +0 -10
  240. package/dist/Notification/index.js.map +0 -1
  241. package/dist/Notification/types.js +0 -3
  242. package/dist/Notification/types.js.map +0 -1
  243. package/dist/Pagination/Pagination.js +0 -191
  244. package/dist/Pagination/Pagination.js.map +0 -1
  245. package/dist/Pagination/PaginationHelper.js +0 -124
  246. package/dist/Pagination/PaginationHelper.js.map +0 -1
  247. package/dist/Pagination/index.js +0 -8
  248. package/dist/Pagination/index.js.map +0 -1
  249. package/dist/Pagination/types.js +0 -9
  250. package/dist/Pagination/types.js.map +0 -1
  251. package/dist/Paper/Paper.js +0 -6
  252. package/dist/Paper/Paper.js.map +0 -1
  253. package/dist/Paper/index.js +0 -6
  254. package/dist/Paper/index.js.map +0 -1
  255. package/dist/Paper/types.js +0 -3
  256. package/dist/Paper/types.js.map +0 -1
  257. package/dist/Pickers/DatePicker.js +0 -30
  258. package/dist/Pickers/DatePicker.js.map +0 -1
  259. package/dist/Pickers/DateTimePicker.js +0 -26
  260. package/dist/Pickers/DateTimePicker.js.map +0 -1
  261. package/dist/Pickers/TimePicker.js +0 -26
  262. package/dist/Pickers/TimePicker.js.map +0 -1
  263. package/dist/Pickers/index.js +0 -8
  264. package/dist/Pickers/index.js.map +0 -1
  265. package/dist/Pickers/types.js +0 -3
  266. package/dist/Pickers/types.js.map +0 -1
  267. package/dist/Popover/Popover.js +0 -6
  268. package/dist/Popover/Popover.js.map +0 -1
  269. package/dist/Popover/index.js +0 -8
  270. package/dist/Popover/index.js.map +0 -1
  271. package/dist/Popover/types.js +0 -3
  272. package/dist/Popover/types.js.map +0 -1
  273. package/dist/Progress/Progress.js +0 -13
  274. package/dist/Progress/Progress.js.map +0 -1
  275. package/dist/Progress/index.js +0 -6
  276. package/dist/Progress/index.js.map +0 -1
  277. package/dist/Progress/types.js +0 -3
  278. package/dist/Progress/types.js.map +0 -1
  279. package/dist/Radio/Radio.js +0 -27
  280. package/dist/Radio/Radio.js.map +0 -1
  281. package/dist/Radio/RadioGroup.js +0 -10
  282. package/dist/Radio/RadioGroup.js.map +0 -1
  283. package/dist/Radio/index.js +0 -10
  284. package/dist/Radio/index.js.map +0 -1
  285. package/dist/Radio/types.js +0 -3
  286. package/dist/Radio/types.js.map +0 -1
  287. package/dist/Rating/Rating.js +0 -72
  288. package/dist/Rating/Rating.js.map +0 -1
  289. package/dist/Rating/index.js +0 -6
  290. package/dist/Rating/index.js.map +0 -1
  291. package/dist/Rating/types.js +0 -3
  292. package/dist/Rating/types.js.map +0 -1
  293. package/dist/Select/Select.js +0 -35
  294. package/dist/Select/Select.js.map +0 -1
  295. package/dist/Select/index.js +0 -8
  296. package/dist/Select/index.js.map +0 -1
  297. package/dist/Select/types.js +0 -3
  298. package/dist/Select/types.js.map +0 -1
  299. package/dist/Snackbar/Snackbar.js +0 -12
  300. package/dist/Snackbar/Snackbar.js.map +0 -1
  301. package/dist/Snackbar/index.js +0 -8
  302. package/dist/Snackbar/index.js.map +0 -1
  303. package/dist/Snackbar/types.js +0 -3
  304. package/dist/Snackbar/types.js.map +0 -1
  305. package/dist/Spacing/Spacing.js +0 -72
  306. package/dist/Spacing/Spacing.js.map +0 -1
  307. package/dist/Spacing/index.js +0 -6
  308. package/dist/Spacing/index.js.map +0 -1
  309. package/dist/Spacing/types.js +0 -3
  310. package/dist/Spacing/types.js.map +0 -1
  311. package/dist/Stepper/MobileStepper.js +0 -11
  312. package/dist/Stepper/MobileStepper.js.map +0 -1
  313. package/dist/Stepper/Stepper.js +0 -28
  314. package/dist/Stepper/Stepper.js.map +0 -1
  315. package/dist/Stepper/index.js +0 -7
  316. package/dist/Stepper/index.js.map +0 -1
  317. package/dist/Stepper/types.js +0 -3
  318. package/dist/Stepper/types.js.map +0 -1
  319. package/dist/Switch/Switch.js +0 -11
  320. package/dist/Switch/Switch.js.map +0 -1
  321. package/dist/Switch/index.js +0 -8
  322. package/dist/Switch/index.js.map +0 -1
  323. package/dist/Switch/types.js +0 -3
  324. package/dist/Switch/types.js.map +0 -1
  325. package/dist/Table/ResizeTableCell/ResizeTableCell.js +0 -95
  326. package/dist/Table/ResizeTableCell/ResizeTableCell.js.map +0 -1
  327. package/dist/Table/ResizeTableCell/ResizeTableCellStyles.js +0 -61
  328. package/dist/Table/ResizeTableCell/ResizeTableCellStyles.js.map +0 -1
  329. package/dist/Table/ResizeTableCell/ResizeTableContext.js +0 -17
  330. package/dist/Table/ResizeTableCell/ResizeTableContext.js.map +0 -1
  331. package/dist/Table/Table.js +0 -12
  332. package/dist/Table/Table.js.map +0 -1
  333. package/dist/Table/index.js +0 -8
  334. package/dist/Table/index.js.map +0 -1
  335. package/dist/Table/types.js +0 -3
  336. package/dist/Table/types.js.map +0 -1
  337. package/dist/TableColumnSettings/TableColumnSettings.js +0 -132
  338. package/dist/TableColumnSettings/TableColumnSettings.js.map +0 -1
  339. package/dist/TableColumnSettings/TableColumnSettingsStyles.js +0 -84
  340. package/dist/TableColumnSettings/TableColumnSettingsStyles.js.map +0 -1
  341. package/dist/TableColumnSettings/index.js +0 -8
  342. package/dist/TableColumnSettings/index.js.map +0 -1
  343. package/dist/TableColumnSettings/types.js +0 -3
  344. package/dist/TableColumnSettings/types.js.map +0 -1
  345. package/dist/Tabs/Tabs.js +0 -136
  346. package/dist/Tabs/Tabs.js.map +0 -1
  347. package/dist/Tabs/index.js +0 -6
  348. package/dist/Tabs/index.js.map +0 -1
  349. package/dist/Tabs/types.js +0 -3
  350. package/dist/Tabs/types.js.map +0 -1
  351. package/dist/TextField/CurrencyTextField.js +0 -23
  352. package/dist/TextField/CurrencyTextField.js.map +0 -1
  353. package/dist/TextField/InlineTextField.js +0 -143
  354. package/dist/TextField/InlineTextField.js.map +0 -1
  355. package/dist/TextField/MaskedTextField.js +0 -14
  356. package/dist/TextField/MaskedTextField.js.map +0 -1
  357. package/dist/TextField/TextField.js +0 -6
  358. package/dist/TextField/TextField.js.map +0 -1
  359. package/dist/TextField/ValidatedTextField.js +0 -36
  360. package/dist/TextField/ValidatedTextField.js.map +0 -1
  361. package/dist/TextField/index.js +0 -10
  362. package/dist/TextField/index.js.map +0 -1
  363. package/dist/TextField/types.js +0 -3
  364. package/dist/TextField/types.js.map +0 -1
  365. package/dist/ThemeProvider/DefaultEpilotTheme.js +0 -313
  366. package/dist/ThemeProvider/DefaultEpilotTheme.js.map +0 -1
  367. package/dist/ThemeProvider/ThemeProvider.js +0 -31
  368. package/dist/ThemeProvider/ThemeProvider.js.map +0 -1
  369. package/dist/ThemeProvider/fonts.js +0 -14
  370. package/dist/ThemeProvider/fonts.js.map +0 -1
  371. package/dist/ThemeProvider/index.js +0 -9
  372. package/dist/ThemeProvider/index.js.map +0 -1
  373. package/dist/ThemeProvider/mapping.js +0 -847
  374. package/dist/ThemeProvider/mapping.js.map +0 -1
  375. package/dist/ThemeProvider/types.js +0 -3
  376. package/dist/ThemeProvider/types.js.map +0 -1
  377. package/dist/ToggleButton/ToggleButton.js +0 -13
  378. package/dist/ToggleButton/ToggleButton.js.map +0 -1
  379. package/dist/ToggleButton/index.js +0 -6
  380. package/dist/ToggleButton/index.js.map +0 -1
  381. package/dist/ToggleButton/types.js +0 -3
  382. package/dist/ToggleButton/types.js.map +0 -1
  383. package/dist/ToggleButtonGroup/ToggleButtonGroup.js +0 -13
  384. package/dist/ToggleButtonGroup/ToggleButtonGroup.js.map +0 -1
  385. package/dist/ToggleButtonGroup/index.js +0 -6
  386. package/dist/ToggleButtonGroup/index.js.map +0 -1
  387. package/dist/ToggleButtonGroup/types.js +0 -3
  388. package/dist/ToggleButtonGroup/types.js.map +0 -1
  389. package/dist/Tooltip/Tooltip.js +0 -23
  390. package/dist/Tooltip/Tooltip.js.map +0 -1
  391. package/dist/Tooltip/index.js +0 -6
  392. package/dist/Tooltip/index.js.map +0 -1
  393. package/dist/Tooltip/types.js +0 -3
  394. package/dist/Tooltip/types.js.map +0 -1
  395. package/dist/Typography/Typography.js +0 -61
  396. package/dist/Typography/Typography.js.map +0 -1
  397. package/dist/Typography/index.js +0 -23
  398. package/dist/Typography/index.js.map +0 -1
  399. package/dist/Typography/types.js +0 -3
  400. package/dist/Typography/types.js.map +0 -1
  401. package/dist/bundle.js.LICENSE.txt +0 -64
  402. package/dist/config.js +0 -7
  403. package/dist/config.js.map +0 -1
  404. package/dist/context/ClassPrefixContext.js +0 -15
  405. package/dist/context/ClassPrefixContext.js.map +0 -1
  406. package/dist/index.js +0 -53
  407. package/dist/index.js.map +0 -1
  408. package/dist/styles/index.js +0 -5
  409. package/dist/styles/index.js.map +0 -1
  410. package/dist/styles/styles.js +0 -16
  411. package/dist/styles/styles.js.map +0 -1
  412. package/dist/utils.js +0 -8
  413. package/dist/utils.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.5.10](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.9...v2.5.10) (2022-01-24)
6
+
7
+ ### [2.5.9](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.8...v2.5.9) (2022-01-24)
8
+
9
+ ### [2.5.8](https://gitlab.com/e-pilot/product/frontend/base/elements/compare/v2.5.7...v2.5.8) (2021-11-30)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * add required symbol ([a67c2b5](https://gitlab.com/e-pilot/product/frontend/base/elements/commit/a67c2b5818d29a2af39e87c7c6c1aacb04fcb15f))
15
+ * import prop ([626639f](https://gitlab.com/e-pilot/product/frontend/base/elements/commit/626639f496a26a410bb4533cb7146ac2b361367a))
16
+
17
+ ### [2.5.7](https://gitlab.com/e-pilot/product/frontend/base/elements/compare/v2.5.6...v2.5.7) (2021-11-04)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **er-1939:** make autocomplete x icon secondary color ([8647e48](https://gitlab.com/e-pilot/product/frontend/base/elements/commit/8647e48e36a21c02ca9bdd15b9cde60778b33cc1))
23
+
5
24
  ### [2.5.6](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.5...v2.5.6) (2021-10-25)
6
25
 
7
26
 
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionProps } from './types';
2
3
  export declare function Accordion(props: AccordionProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionActionsProps } from './types';
2
3
  export declare function AccordionActions(props: AccordionActionsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionDetailsProps } from './types';
2
3
  export declare function AccordionDetails(props: AccordionDetailsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionSummaryProps } from './types';
2
3
  export declare function AccordionSummary(props: AccordionSummaryProps): JSX.Element;
@@ -25,7 +25,7 @@ export declare type AccordionProps = PaperProps & {
25
25
  * @param {object} event The event source of the callback.
26
26
  * @param {boolean} expanded The `expanded` state of the accordion.
27
27
  */
28
- onChange?: (event: React.ChangeEvent<{}>, expanded: boolean) => void;
28
+ onChange?: (event: React.ChangeEvent<unknown>, expanded: boolean) => void;
29
29
  /**
30
30
  * The component used for the collapse effect.
31
31
  * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AppBarProps, ToolbarProps } from './types';
2
3
  export declare function AppBar(props: AppBarProps): JSX.Element;
3
4
  export declare function Toolbar(props: ToolbarProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AutocompleteProps } from './types';
2
3
  export declare function Autocomplete(props: AutocompleteProps): JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const useAutocompleteStyles: (props?: any) => Record<"clearIconOverwrite", string>;
@@ -38,7 +38,7 @@ export declare type AutocompleteProps = Omit<MuiAutocompleteProps<any, Multiple,
38
38
  /**
39
39
  * Callback fired when the value changes.
40
40
  */
41
- onChange?: (event: React.ChangeEvent<{}>, value: string | string[] | null) => void;
41
+ onChange?: (event: React.ChangeEvent<unknown>, value: string | string[] | null) => void;
42
42
  /**
43
43
  * If true, the options will not be displayed until typing starts.
44
44
  */
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AvatarProps } from './types';
2
3
  export declare function Avatar(props: AvatarProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AvatarGroupProps } from './types';
2
3
  export declare function AvatarGroup(props: AvatarGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BadgeProps } from './types';
2
3
  export declare function Badge(props: BadgeProps): JSX.Element;
package/dist/Box/Box.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BoxProps } from './types';
2
3
  export declare function Box(props: BoxProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BreadcrumbsProps } from './types';
2
3
  export declare function Breadcrumbs(props: BreadcrumbsProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Button } from '@material-ui/core';
2
3
  import { IconButtonProps, ColoredButtonProps, ElevatedIconButtonProps } from './types';
3
4
  export { Button };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ButtonGroupProps } from './types';
2
3
  export declare function ButtonGroup(props: ButtonGroupProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CardProps, CardActionAreaProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps } from './types';
2
3
  export declare function Card(props: CardProps): JSX.Element;
3
4
  export declare function CardActionArea(props: CardActionAreaProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CheckboxProps } from './types';
2
3
  export declare function Checkbox(props: CheckboxProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ChipProps } from './types';
2
3
  export declare function Chip(props: ChipProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CollapseProps } from './types';
2
3
  export declare function Collapse(props: CollapseProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps } from './types';
2
3
  export declare function Dialog(props: DialogProps): JSX.Element;
3
4
  export declare function DialogActions(props: DialogActionsProps): JSX.Element;
@@ -129,7 +129,7 @@ export declare type DialogProps = {
129
129
  */
130
130
  TransitionProps?: TransitionProps;
131
131
  };
132
- export declare type DialogActionsProps = MuiDialogActionsProps & {};
133
- export declare type DialogContentProps = MuiDialogContentProps & {};
134
- export declare type DialogContentTextProps = MuiDialogContentTextProps & {};
135
- export declare type DialogTitleProps = MuiDialogTitleProps & {};
132
+ export declare type DialogActionsProps = MuiDialogActionsProps;
133
+ export declare type DialogContentProps = MuiDialogContentProps;
134
+ export declare type DialogContentTextProps = MuiDialogContentTextProps;
135
+ export declare type DialogTitleProps = MuiDialogTitleProps;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DividerProps } from './types';
2
3
  export declare function Divider(props: DividerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DrawerProps } from './types';
2
3
  export declare function Drawer(props: DrawerProps): JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { DrawerProps as MuiDrawerProps } from '@material-ui/core';
2
- export declare type DrawerProps = MuiDrawerProps & {};
2
+ export declare type DrawerProps = MuiDrawerProps;
@@ -1,13 +1,9 @@
1
1
  /// <reference types="react" />
2
- import { FormControlProps as MuiFormControlProps, FormLabelProps as MuiFormLabelProps, InputLabelProps, FormControlLabelProps, FormHelperTextProps, InputAdornmentProps, FormGroupProps } from '@material-ui/core';
2
+ import type { FormControlProps as MuiFormControlProps, FormLabelProps as MuiFormLabelProps, InputLabelProps, FormControlLabelProps, FormHelperTextProps, InputAdornmentProps, FormGroupProps } from '@material-ui/core';
3
3
  export declare type FormControlProps = MuiFormControlProps & {
4
4
  component?: string | React.ReactNode;
5
5
  };
6
6
  export declare type FormLabelProps = MuiFormLabelProps & {
7
7
  component: string | React.ReactNode;
8
8
  };
9
- export { InputLabelProps };
10
- export { FormHelperTextProps };
11
- export { FormControlLabelProps };
12
- export { InputAdornmentProps };
13
- export { FormGroupProps };
9
+ export type { InputLabelProps, FormHelperTextProps, FormControlLabelProps, InputAdornmentProps, FormGroupProps };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { GridProps } from './types';
2
3
  export declare function Grid(props: GridProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { HiddenProps } from './types';
2
3
  export declare function Hidden(props: HiddenProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IconProps, SvgIconProps, EIconProps } from './types';
2
3
  export default function Icon(props: IconProps): JSX.Element;
3
4
  export declare function EIcon(props: EIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ImageProps } from './types';
2
3
  export declare function Image(props: ImageProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { LinkProps } from './types';
2
3
  export declare function Link(props: LinkProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ListProps, ListItemProps, ListItemContentProps, ListItemPrefixProps, ListItemSufixProps, ListSubheaderProps } from './types';
2
3
  export declare function List(props: ListProps): JSX.Element;
3
4
  export declare function ListItem(props: ListItemProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BaseNotificationProps } from './types';
2
3
  export declare function InfoNotification(props: BaseNotificationProps): JSX.Element;
3
4
  export declare function ErrorNotification(props: BaseNotificationProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PaginationProps } from './types';
2
3
  declare const Pagination: (props: PaginationProps) => JSX.Element;
3
4
  export default Pagination;
@@ -1,8 +1,10 @@
1
+ /// <reference types="react" />
1
2
  import DateFnsUtils from '@date-io/date-fns';
2
- import { MuiPickersUtilsProvider, KeyboardDatePicker, KeyboardTimePicker } from '@material-ui/pickers';
3
+ import { MuiPickersUtilsProvider, KeyboardDatePicker, KeyboardTimePicker, KeyboardDateTimePicker } from '@material-ui/pickers';
3
4
  import { DatePickerProps } from '..';
4
5
  export { MuiPickersUtilsProvider };
5
6
  export { KeyboardTimePicker };
6
7
  export { KeyboardDatePicker };
8
+ export { KeyboardDateTimePicker };
7
9
  export { DateFnsUtils };
8
10
  export declare function DatePicker(props: DatePickerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DateTimePickerProps } from '..';
2
3
  export declare function DateTimePicker(props: DateTimePickerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { TimePickerProps } from '..';
2
3
  export declare function TimePicker(props: TimePickerProps): JSX.Element;
@@ -1,2 +1,2 @@
1
- import { PopoverProps } from '@material-ui/core';
2
- export { PopoverProps };
1
+ import type { PopoverProps } from '@material-ui/core';
2
+ export type { PopoverProps };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { LinearProgress } from '@material-ui/core';
2
3
  import { CircularProgressProps } from './types';
3
4
  export declare function CircularProgress(props: CircularProgressProps): JSX.Element;
@@ -1,3 +1,3 @@
1
- import { CircularProgressProps as MuiCircularProgressProps, LinearProgressProps } from '@material-ui/core';
1
+ import type { CircularProgressProps as MuiCircularProgressProps, LinearProgressProps } from '@material-ui/core';
2
2
  export declare type CircularProgressProps = MuiCircularProgressProps;
3
- export { LinearProgressProps };
3
+ export type { LinearProgressProps };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RadioProps } from './types';
2
3
  export default function Radio(props: RadioProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RadioGroupProps } from './types';
2
3
  export default function RadioGroup(props: RadioGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RatingProps } from './types';
2
3
  export declare function Rating(props: RatingProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from './types';
2
3
  export declare function Select(props: SelectProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SnackbarProps } from './types';
2
3
  export declare function Snackbar(props: SnackbarProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SpacingProps } from './types';
2
3
  export declare function InsetSpacing(props: SpacingProps): JSX.Element;
3
4
  export declare function InsetSquishSpacing(props: SpacingProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { MobileStepperProps } from './types';
2
3
  export declare function MobileStepper(props: MobileStepperProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { StepperProps, StepProps, StepLabelProps, StepContentProps, StepConnectorProps } from './types';
2
3
  export declare function Stepper(props: StepperProps): JSX.Element;
3
4
  export declare function Step(props: StepProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SwitchProps } from './types';
2
3
  export default function Switch(props: SwitchProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableCellProps } from '../..';
2
3
  export interface ResizeTableCellProps extends TableCellProps {
3
4
  columnId: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableColumnSettingsProps } from './types';
2
3
  declare const TableColumnSettings: ({ columns, onColumnsChange, locales: propLocales }: TableColumnSettingsProps) => JSX.Element;
3
4
  export default TableColumnSettings;
@@ -1 +1 @@
1
- export declare const useClasses: (props?: any) => Record<"header" | "text" | "inputRoot" | "container" | "item" | "formControlRoot" | "formControlLabel" | "contentContainer" | "dragItem" | "switchTrack" | "informationContainer" | "dragIcon" | "dragIconDisabled" | "showContainer" | "noClick", string>;
1
+ export declare const useClasses: (props?: any) => Record<"header" | "text" | "container" | "item" | "inputRoot" | "formControlRoot" | "formControlLabel" | "contentContainer" | "dragItem" | "switchTrack" | "informationContainer" | "dragIcon" | "dragIconDisabled" | "showContainer" | "noClick", string>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { useTabContext } from '@material-ui/lab';
2
3
  import { TabsProps, TabPanelProps, TabProps, TabContextProps, TabListProps } from './types';
3
4
  export declare function Tabs(props: TabsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CurrencyTextFieldProps } from './types';
2
3
  export declare const CurrencyTextField: (props: CurrencyTextFieldProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { InlineTextFieldProps } from './types';
2
3
  export declare function InlineTextField(props: InlineTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { MaskedTextFieldProps } from './types';
2
3
  export declare function MaskedTextField(props: MaskedTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ValidatedTextFieldProps } from './types';
2
3
  export declare function ValidatedTextField(props: ValidatedTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ThemeProviderProps } from './types';
2
3
  export declare function ThemeProvider({ children, theme, classPrefix, isMuiTheme }: ThemeProviderProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ToggleButtonProps } from './types';
2
3
  export declare function ToggleButton(props: ToggleButtonProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ToggleButtonGroupProps } from './types';
2
3
  export declare function ToggleButtonGroup(props: ToggleButtonGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipProps } from './types';
2
3
  export declare function Tooltip(props: TooltipProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TypographyProps } from './types';
2
3
  export declare function Typography(props: TypographyProps): JSX.Element;
3
4
  export declare function DisplayText(props: TypographyProps): JSX.Element;