@connectif/ui-components 0.0.1 → 0.0.2

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 (558) hide show
  1. package/dist/components/alert/Alert.d.ts +1 -2
  2. package/dist/components/avatar/Avatar.d.ts +5 -5
  3. package/dist/components/avatar/AvatarCard.d.ts +1 -2
  4. package/dist/components/avatar/AvatarMultiple.d.ts +3 -3
  5. package/dist/components/button/BadgeToggleButton.d.ts +1 -1
  6. package/dist/components/button/Button.d.ts +12 -12
  7. package/dist/components/button/ButtonGroup.d.ts +1 -1
  8. package/dist/components/button/ButtonWithActions.d.ts +17 -17
  9. package/dist/components/button/IconButton.d.ts +5 -5
  10. package/dist/components/button/IconToggleButton.d.ts +5 -5
  11. package/dist/components/button/MenuButton.d.ts +4 -4
  12. package/dist/components/button/MenuIconButton.d.ts +12 -12
  13. package/dist/components/button/ToggleButton.d.ts +1 -1
  14. package/dist/components/button/ToggleButtonGroup.d.ts +1 -2
  15. package/dist/components/card/Card.d.ts +1 -1
  16. package/dist/components/card/CardActions.d.ts +1 -1
  17. package/dist/components/card/CardChips.d.ts +1 -2
  18. package/dist/components/card/CardDescription.d.ts +1 -1
  19. package/dist/components/card/CardImage.d.ts +1 -2
  20. package/dist/components/card/CardStatus.d.ts +1 -2
  21. package/dist/components/card/CardTable.d.ts +1 -2
  22. package/dist/components/card/CardTitle.d.ts +1 -2
  23. package/dist/components/card/CardTitleWithIcon.d.ts +1 -2
  24. package/dist/components/chart/BarChart.d.ts +1 -1
  25. package/dist/components/chart/CategorizedChartProps.d.ts +0 -1
  26. package/dist/components/chart/DonutChart.d.ts +1 -1
  27. package/dist/components/chart/DonutChartLegendItem.d.ts +1 -2
  28. package/dist/components/chart/FunnelChart.d.ts +1 -1
  29. package/dist/components/chart/IncrementLabel.d.ts +1 -2
  30. package/dist/components/chart/LineChart.d.ts +1 -2
  31. package/dist/components/chart/MicroPieChart.d.ts +1 -2
  32. package/dist/components/chart/RankingChart.d.ts +1 -1
  33. package/dist/components/chart/RankingChartItem.d.ts +1 -2
  34. package/dist/components/chart/RankingChartTooltip.d.ts +1 -2
  35. package/dist/components/chart/WeekChart.d.ts +1 -1
  36. package/dist/components/chart/WeekChartItem.d.ts +1 -2
  37. package/dist/components/chart/WeekChartTooltip.d.ts +1 -2
  38. package/dist/components/chat/Chat.d.ts +1 -1
  39. package/dist/components/chip/Chip.d.ts +88 -51
  40. package/dist/components/chip/ChipList.d.ts +1 -1
  41. package/dist/components/chip/MenuChip.d.ts +4 -4
  42. package/dist/components/dialog/ConfirmationDialog.d.ts +1 -1
  43. package/dist/components/dialog/Dialog.d.ts +1 -1
  44. package/dist/components/divider/Divider.d.ts +1 -2
  45. package/dist/components/drawer/Drawer.d.ts +1 -2
  46. package/dist/components/drawer/InputDrawer.d.ts +1 -1
  47. package/dist/components/formatter/CompactNumberFormatter.d.ts +1 -2
  48. package/dist/components/formatter/CurrencyFormatter.d.ts +1 -2
  49. package/dist/components/formatter/DateFormatter.d.ts +1 -2
  50. package/dist/components/formatter/NumberFormatter.d.ts +1 -2
  51. package/dist/components/formatter/PercentageFormatter.d.ts +1 -2
  52. package/dist/components/header/Header.d.ts +1 -1
  53. package/dist/components/header/HeaderSubtitle.d.ts +1 -1
  54. package/dist/components/header/HeaderTitle.d.ts +1 -2
  55. package/dist/components/icon/Icon.d.ts +2 -2
  56. package/dist/components/icon/StackedIcons.d.ts +1 -1
  57. package/dist/components/input/Autocomplete.d.ts +5 -1
  58. package/dist/components/input/CalendarDay.d.ts +1 -1
  59. package/dist/components/input/CalendarMonth.d.ts +1 -2
  60. package/dist/components/input/CalendarScrollPicker.d.ts +1 -2
  61. package/dist/components/input/CategorizedPicker.d.ts +1 -2
  62. package/dist/components/input/Checkbox.d.ts +1 -2
  63. package/dist/components/input/CodeEditor.d.ts +7 -1
  64. package/dist/components/input/CodeEditorPopup.d.ts +1 -1
  65. package/dist/components/input/DateIntervalPicker.d.ts +1 -2
  66. package/dist/components/input/DateIntervalPickerInputs.d.ts +1 -2
  67. package/dist/components/input/DateIntervalPickerList.d.ts +1 -2
  68. package/dist/components/input/DateIntervalPickerPopover.d.ts +1 -2
  69. package/dist/components/input/DatePicker.d.ts +7 -7
  70. package/dist/components/input/DatePickerPopover.d.ts +1 -2
  71. package/dist/components/input/DatePickerStatic.d.ts +1 -2
  72. package/dist/components/input/DaysOfWeekPicker.d.ts +1 -2
  73. package/dist/components/input/DaysOfWeekRow.d.ts +1 -2
  74. package/dist/components/input/DebouncedTextField.d.ts +1 -1
  75. package/dist/components/input/InputHelperText.d.ts +3 -3
  76. package/dist/components/input/InputLabel.d.ts +5 -5
  77. package/dist/components/input/ItemSelector.d.ts +1 -2
  78. package/dist/components/input/NumberField.d.ts +11 -11
  79. package/dist/components/input/PhoneField.d.ts +4 -4
  80. package/dist/components/input/Select.d.ts +7 -1
  81. package/dist/components/input/SelectPopover.d.ts +1 -1
  82. package/dist/components/input/SelectPopoverItem.d.ts +1 -2
  83. package/dist/components/input/TextEditor.d.ts +1 -1
  84. package/dist/components/input/TextFieldContainer.d.ts +12 -12
  85. package/dist/components/input/TimeField.d.ts +1 -2
  86. package/dist/components/input/TimezoneSelector.d.ts +1 -2
  87. package/dist/components/input/UploadClickableArea.d.ts +1 -1
  88. package/dist/components/layout/Box.d.ts +2 -1
  89. package/dist/components/layout/Collapse.d.ts +1 -2
  90. package/dist/components/layout/CollapsiblePanel.d.ts +1 -1
  91. package/dist/components/layout/CollapsiblePanelSwitcher.d.ts +1 -1
  92. package/dist/components/layout/Container.d.ts +1 -2
  93. package/dist/components/layout/Grid.d.ts +1 -2
  94. package/dist/components/layout/LazyLoad.d.ts +1 -2
  95. package/dist/components/layout/PageScrollContext.d.ts +0 -1
  96. package/dist/components/layout/PageWithHeader.d.ts +1 -1
  97. package/dist/components/layout/PageWithNavbar.d.ts +1 -1
  98. package/dist/components/layout/PageWithSidePanel.d.ts +1 -1
  99. package/dist/components/layout/PageWithToolBox.d.ts +1 -1
  100. package/dist/components/layout/PageWithToolbar.d.ts +1 -1
  101. package/dist/components/layout/Paper.d.ts +1 -2
  102. package/dist/components/layout/SidePanel.d.ts +1 -1
  103. package/dist/components/layout/ToolBox.d.ts +1 -1
  104. package/dist/components/list/BaseListItem.d.ts +1 -1
  105. package/dist/components/list/List.d.ts +1 -2
  106. package/dist/components/list/ListItem.d.ts +1 -1
  107. package/dist/components/list/ListItemButton.d.ts +6 -6
  108. package/dist/components/list/ListItemText.d.ts +1 -2
  109. package/dist/components/loader/Loader.d.ts +1 -2
  110. package/dist/components/navbar/Navbar.d.ts +1 -1
  111. package/dist/components/navbar/NavbarHeader.d.ts +1 -2
  112. package/dist/components/overlay/DonutFocusOverlay.d.ts +1 -1
  113. package/dist/components/pager/Pager.d.ts +1 -2
  114. package/dist/components/popover/Popover.d.ts +1 -2
  115. package/dist/components/popover/PopoverActions.d.ts +1 -1
  116. package/dist/components/progress/CircularProgress.d.ts +1 -2
  117. package/dist/components/progress/LinearProgress.d.ts +1 -2
  118. package/dist/components/scrollable/HorizontalScrollable.d.ts +1 -1
  119. package/dist/components/snackbar/SnackbarProvider.d.ts +1 -2
  120. package/dist/components/tab/TabButton.d.ts +1 -1
  121. package/dist/components/tab/TabContent.d.ts +1 -1
  122. package/dist/components/tab/Tabs.d.ts +1 -1
  123. package/dist/components/table/NestedTable.d.ts +1 -1
  124. package/dist/components/table/Table.d.ts +1 -2
  125. package/dist/components/table/TableBody.d.ts +1 -1
  126. package/dist/components/table/TableCell.d.ts +1 -2
  127. package/dist/components/table/TableCellCopy.d.ts +1 -2
  128. package/dist/components/table/TableDivider.d.ts +1 -2
  129. package/dist/components/table/TableHead.d.ts +1 -1
  130. package/dist/components/table/TableRow.d.ts +1 -1
  131. package/dist/components/table/TableSortLabel.d.ts +1 -2
  132. package/dist/components/toolbar/Toolbar.d.ts +1 -1
  133. package/dist/components/toolbar/ToolbarBreadcrumb.d.ts +1 -1
  134. package/dist/components/tooltip/TextEllipsis.d.ts +1 -1
  135. package/dist/components/tooltip/TextEllipsisTooltip.d.ts +1 -1
  136. package/dist/components/tooltip/Tooltip.d.ts +1 -1
  137. package/dist/components/tooltip/TooltipMenu.d.ts +1 -1
  138. package/dist/components/typography/TextMarker.d.ts +1 -2
  139. package/dist/components/typography/Typography.d.ts +5 -5
  140. package/dist/components/widget/Widget.d.ts +1 -1
  141. package/dist/components/widget/WidgetActions.d.ts +1 -1
  142. package/dist/components/widget/WidgetLegendItem.d.ts +1 -2
  143. package/dist/components/widget/WidgetTitle.d.ts +1 -1
  144. package/dist/components/window/MinimizableWindow.d.ts +7 -7
  145. package/dist/contexts/IntlContext.d.ts +0 -1
  146. package/dist/hooks/useFormatters.d.ts +1 -1
  147. package/dist/hooks/useResizeObserver.d.ts +0 -1
  148. package/dist/index.js +647 -684
  149. package/dist/tsconfig.build.tsbuildinfo +1 -1
  150. package/package.json +5 -7
  151. package/dist/components/layout/SwipeableViews.d.ts +0 -8
  152. package/dist/components/progress/DonutProgress.d.ts +0 -45
  153. package/dist/src/components/alert/Alert.d.ts +0 -33
  154. package/dist/src/components/alert/Alert.theme.d.ts +0 -2
  155. package/dist/src/components/alert/AlertTitle.theme.d.ts +0 -2
  156. package/dist/src/components/alert/index.d.ts +0 -1
  157. package/dist/src/components/avatar/Avatar.d.ts +0 -91
  158. package/dist/src/components/avatar/AvatarCard.d.ts +0 -9
  159. package/dist/src/components/avatar/AvatarMultiple.d.ts +0 -35
  160. package/dist/src/components/avatar/index.d.ts +0 -3
  161. package/dist/src/components/button/BadgeToggleButton.d.ts +0 -42
  162. package/dist/src/components/button/Button.d.ts +0 -175
  163. package/dist/src/components/button/Button.theme.d.ts +0 -2
  164. package/dist/src/components/button/ButtonGroup.d.ts +0 -26
  165. package/dist/src/components/button/ButtonWithActions.d.ts +0 -68
  166. package/dist/src/components/button/IconButton.d.ts +0 -78
  167. package/dist/src/components/button/IconButton.theme.d.ts +0 -2
  168. package/dist/src/components/button/IconToggleButton.d.ts +0 -35
  169. package/dist/src/components/button/MenuButton.d.ts +0 -56
  170. package/dist/src/components/button/MenuIconButton.d.ts +0 -77
  171. package/dist/src/components/button/MenuItem.theme.d.ts +0 -2
  172. package/dist/src/components/button/ToggleButton.d.ts +0 -28
  173. package/dist/src/components/button/ToggleButton.theme.d.ts +0 -2
  174. package/dist/src/components/button/ToggleButtonGroup.d.ts +0 -40
  175. package/dist/src/components/button/UploadButton.d.ts +0 -25
  176. package/dist/src/components/button/index.d.ts +0 -11
  177. package/dist/src/components/card/Card.d.ts +0 -40
  178. package/dist/src/components/card/CardActions.d.ts +0 -17
  179. package/dist/src/components/card/CardChips.d.ts +0 -17
  180. package/dist/src/components/card/CardDescription.d.ts +0 -13
  181. package/dist/src/components/card/CardImage.d.ts +0 -22
  182. package/dist/src/components/card/CardStatus.d.ts +0 -23
  183. package/dist/src/components/card/CardTable.d.ts +0 -22
  184. package/dist/src/components/card/CardTitle.d.ts +0 -22
  185. package/dist/src/components/card/CardTitleWithIcon.d.ts +0 -29
  186. package/dist/src/components/card/EnhancedCard.d.ts +0 -97
  187. package/dist/src/components/card/EnhancedCardImage.d.ts +0 -43
  188. package/dist/src/components/card/EnhancedCardRow.d.ts +0 -11
  189. package/dist/src/components/card/EnhancedCardSubtitle.d.ts +0 -26
  190. package/dist/src/components/card/EnhancedCardTitle.d.ts +0 -38
  191. package/dist/src/components/card/index.d.ts +0 -14
  192. package/dist/src/components/chart/BarChart.d.ts +0 -84
  193. package/dist/src/components/chart/CategorizedChartProps.d.ts +0 -35
  194. package/dist/src/components/chart/ChartUtils.d.ts +0 -8
  195. package/dist/src/components/chart/DonutChart.d.ts +0 -79
  196. package/dist/src/components/chart/DonutChartLegendItem.d.ts +0 -9
  197. package/dist/src/components/chart/EchartsConfig.d.ts +0 -1
  198. package/dist/src/components/chart/FunnelChart.d.ts +0 -84
  199. package/dist/src/components/chart/IncrementLabel.d.ts +0 -18
  200. package/dist/src/components/chart/LineChart.d.ts +0 -98
  201. package/dist/src/components/chart/MicroPieChart.d.ts +0 -18
  202. package/dist/src/components/chart/RankingChart.d.ts +0 -33
  203. package/dist/src/components/chart/RankingChartItem.d.ts +0 -7
  204. package/dist/src/components/chart/RankingChartTooltip.d.ts +0 -15
  205. package/dist/src/components/chart/WeekChart.d.ts +0 -41
  206. package/dist/src/components/chart/WeekChartItem.d.ts +0 -5
  207. package/dist/src/components/chart/WeekChartTooltip.d.ts +0 -19
  208. package/dist/src/components/chart/index.d.ts +0 -8
  209. package/dist/src/components/chat/Chat.d.ts +0 -13
  210. package/dist/src/components/chat/ChatMessage.d.ts +0 -35
  211. package/dist/src/components/chat/index.d.ts +0 -2
  212. package/dist/src/components/chip/Chip.d.ts +0 -1002
  213. package/dist/src/components/chip/ChipList.d.ts +0 -14
  214. package/dist/src/components/chip/MenuChip.d.ts +0 -56
  215. package/dist/src/components/chip/index.d.ts +0 -3
  216. package/dist/src/components/dialog/ConfirmationDialog.d.ts +0 -54
  217. package/dist/src/components/dialog/Dialog.d.ts +0 -16
  218. package/dist/src/components/dialog/index.d.ts +0 -2
  219. package/dist/src/components/divider/Divider.d.ts +0 -18
  220. package/dist/src/components/divider/index.d.ts +0 -1
  221. package/dist/src/components/drawer/Drawer.d.ts +0 -9
  222. package/dist/src/components/drawer/InputDrawer.d.ts +0 -41
  223. package/dist/src/components/drawer/index.d.ts +0 -2
  224. package/dist/src/components/formatter/CompactNumberFormatter.d.ts +0 -13
  225. package/dist/src/components/formatter/CurrencyFormatter.d.ts +0 -21
  226. package/dist/src/components/formatter/DateFormatter.d.ts +0 -18
  227. package/dist/src/components/formatter/NumberFormatter.d.ts +0 -17
  228. package/dist/src/components/formatter/PercentageFormatter.d.ts +0 -17
  229. package/dist/src/components/formatter/index.d.ts +0 -5
  230. package/dist/src/components/header/Header.d.ts +0 -33
  231. package/dist/src/components/header/HeaderSubtitle.d.ts +0 -13
  232. package/dist/src/components/header/HeaderTitle.d.ts +0 -13
  233. package/dist/src/components/header/index.d.ts +0 -3
  234. package/dist/src/components/icon/Icon.d.ts +0 -47
  235. package/dist/src/components/icon/StackedIcons.d.ts +0 -13
  236. package/dist/src/components/icon/SvgIcon.theme.d.ts +0 -2
  237. package/dist/src/components/icon/icons.d.ts +0 -1953
  238. package/dist/src/components/icon/index.d.ts +0 -1
  239. package/dist/src/components/image/ImageEditor.d.ts +0 -12
  240. package/dist/src/components/image/index.d.ts +0 -1
  241. package/dist/src/components/index.d.ts +0 -35
  242. package/dist/src/components/info/InfoBox.d.ts +0 -10
  243. package/dist/src/components/info/index.d.ts +0 -1
  244. package/dist/src/components/input/Autocomplete.d.ts +0 -118
  245. package/dist/src/components/input/CalendarDay.d.ts +0 -17
  246. package/dist/src/components/input/CalendarMonth.d.ts +0 -19
  247. package/dist/src/components/input/CalendarScrollPicker.d.ts +0 -17
  248. package/dist/src/components/input/CategorizedPicker.d.ts +0 -22
  249. package/dist/src/components/input/Checkbox.d.ts +0 -39
  250. package/dist/src/components/input/CodeEditor.d.ts +0 -29
  251. package/dist/src/components/input/CodeEditorPopup.d.ts +0 -18
  252. package/dist/src/components/input/ColorPicker.d.ts +0 -62
  253. package/dist/src/components/input/DateIntervalPicker.d.ts +0 -84
  254. package/dist/src/components/input/DateIntervalPickerInputs.d.ts +0 -18
  255. package/dist/src/components/input/DateIntervalPickerList.d.ts +0 -35
  256. package/dist/src/components/input/DateIntervalPickerPopover.d.ts +0 -32
  257. package/dist/src/components/input/DatePicker.d.ts +0 -59
  258. package/dist/src/components/input/DatePickerPopover.d.ts +0 -10
  259. package/dist/src/components/input/DatePickerStatic.d.ts +0 -9
  260. package/dist/src/components/input/DaysOfWeekPicker.d.ts +0 -11
  261. package/dist/src/components/input/DaysOfWeekRow.d.ts +0 -3
  262. package/dist/src/components/input/DebouncedTextField.d.ts +0 -18
  263. package/dist/src/components/input/InputHelperText.d.ts +0 -29
  264. package/dist/src/components/input/InputLabel.d.ts +0 -47
  265. package/dist/src/components/input/ItemSelector.d.ts +0 -27
  266. package/dist/src/components/input/NumberField.d.ts +0 -106
  267. package/dist/src/components/input/PageSelector.d.ts +0 -30
  268. package/dist/src/components/input/PhoneField.d.ts +0 -43
  269. package/dist/src/components/input/Radio.d.ts +0 -49
  270. package/dist/src/components/input/Select.d.ts +0 -89
  271. package/dist/src/components/input/SelectPopover.d.ts +0 -107
  272. package/dist/src/components/input/SelectPopoverItem.d.ts +0 -17
  273. package/dist/src/components/input/Switch.d.ts +0 -22
  274. package/dist/src/components/input/Switch.theme.d.ts +0 -2
  275. package/dist/src/components/input/TextEditor.d.ts +0 -123
  276. package/dist/src/components/input/TextField.d.ts +0 -156
  277. package/dist/src/components/input/TextFieldContainer.d.ts +0 -95
  278. package/dist/src/components/input/TimeField.d.ts +0 -20
  279. package/dist/src/components/input/TimezoneSelector.d.ts +0 -7
  280. package/dist/src/components/input/UploadClickableArea.d.ts +0 -14
  281. package/dist/src/components/input/index.d.ts +0 -26
  282. package/dist/src/components/layout/Box.d.ts +0 -2
  283. package/dist/src/components/layout/Collapse.d.ts +0 -5
  284. package/dist/src/components/layout/CollapsiblePanel.d.ts +0 -48
  285. package/dist/src/components/layout/CollapsiblePanelSwitcher.d.ts +0 -87
  286. package/dist/src/components/layout/Container.d.ts +0 -5
  287. package/dist/src/components/layout/Container.theme.d.ts +0 -2
  288. package/dist/src/components/layout/Grid.d.ts +0 -8
  289. package/dist/src/components/layout/LazyLoad.d.ts +0 -5
  290. package/dist/src/components/layout/PageScrollContext.d.ts +0 -5
  291. package/dist/src/components/layout/PageWithHeader.d.ts +0 -13
  292. package/dist/src/components/layout/PageWithNavbar.d.ts +0 -13
  293. package/dist/src/components/layout/PageWithSidePanel.d.ts +0 -17
  294. package/dist/src/components/layout/PageWithToolBox.d.ts +0 -17
  295. package/dist/src/components/layout/PageWithToolbar.d.ts +0 -18
  296. package/dist/src/components/layout/Paper.d.ts +0 -13
  297. package/dist/src/components/layout/SidePanel.d.ts +0 -7
  298. package/dist/src/components/layout/Stack.d.ts +0 -2
  299. package/dist/src/components/layout/Stepper.d.ts +0 -23
  300. package/dist/src/components/layout/ToolBox.d.ts +0 -12
  301. package/dist/src/components/layout/index.d.ts +0 -17
  302. package/dist/src/components/list/BaseListItem.d.ts +0 -70
  303. package/dist/src/components/list/List.d.ts +0 -5
  304. package/dist/src/components/list/ListItem.d.ts +0 -16
  305. package/dist/src/components/list/ListItemButton.d.ts +0 -42
  306. package/dist/src/components/list/ListItemText.d.ts +0 -17
  307. package/dist/src/components/list/index.d.ts +0 -3
  308. package/dist/src/components/loader/Loader.d.ts +0 -32
  309. package/dist/src/components/loader/index.d.ts +0 -1
  310. package/dist/src/components/navbar/Navbar.d.ts +0 -41
  311. package/dist/src/components/navbar/NavbarButton.d.ts +0 -39
  312. package/dist/src/components/navbar/NavbarHeader.d.ts +0 -12
  313. package/dist/src/components/navbar/NavbarLogo.d.ts +0 -16
  314. package/dist/src/components/navbar/index.d.ts +0 -4
  315. package/dist/src/components/overlay/DonutFocusOverlay.d.ts +0 -11
  316. package/dist/src/components/overlay/index.d.ts +0 -1
  317. package/dist/src/components/pager/Pager.d.ts +0 -31
  318. package/dist/src/components/pager/index.d.ts +0 -1
  319. package/dist/src/components/popover/Popover.d.ts +0 -26
  320. package/dist/src/components/popover/Popover.theme.d.ts +0 -2
  321. package/dist/src/components/popover/PopoverActions.d.ts +0 -21
  322. package/dist/src/components/popover/index.d.ts +0 -2
  323. package/dist/src/components/progress/CircularProgress.d.ts +0 -35
  324. package/dist/src/components/progress/LinearProgress.d.ts +0 -19
  325. package/dist/src/components/progress/LinearProgress.theme.d.ts +0 -2
  326. package/dist/src/components/progress/index.d.ts +0 -2
  327. package/dist/src/components/scrollable/HorizontalScrollable.d.ts +0 -18
  328. package/dist/src/components/scrollable/index.d.ts +0 -1
  329. package/dist/src/components/skeleton/Skeleton.d.ts +0 -8
  330. package/dist/src/components/skeleton/index.d.ts +0 -1
  331. package/dist/src/components/snackbar/Snackbar.d.ts +0 -52
  332. package/dist/src/components/snackbar/SnackbarProvider.d.ts +0 -10
  333. package/dist/src/components/snackbar/enqueueSnackbar.d.ts +0 -27
  334. package/dist/src/components/snackbar/index.d.ts +0 -3
  335. package/dist/src/components/tab/TabButton.d.ts +0 -30
  336. package/dist/src/components/tab/TabContent.d.ts +0 -7
  337. package/dist/src/components/tab/Tabs.d.ts +0 -52
  338. package/dist/src/components/tab/Tabs.theme.d.ts +0 -2
  339. package/dist/src/components/tab/index.d.ts +0 -3
  340. package/dist/src/components/table/NestedTable.d.ts +0 -29
  341. package/dist/src/components/table/Table.d.ts +0 -5
  342. package/dist/src/components/table/Table.theme.d.ts +0 -2
  343. package/dist/src/components/table/TableBody.d.ts +0 -4
  344. package/dist/src/components/table/TableCell.d.ts +0 -20
  345. package/dist/src/components/table/TableCell.theme.d.ts +0 -2
  346. package/dist/src/components/table/TableCellCopy.d.ts +0 -10
  347. package/dist/src/components/table/TableDivider.d.ts +0 -3
  348. package/dist/src/components/table/TableHead.d.ts +0 -4
  349. package/dist/src/components/table/TableRow.d.ts +0 -9
  350. package/dist/src/components/table/TableSortLabel.d.ts +0 -8
  351. package/dist/src/components/table/index.d.ts +0 -9
  352. package/dist/src/components/toolbar/Toolbar.d.ts +0 -24
  353. package/dist/src/components/toolbar/ToolbarBreadcrumb.d.ts +0 -15
  354. package/dist/src/components/toolbar/ToolbarBreadcrumbButton.d.ts +0 -11
  355. package/dist/src/components/toolbar/ToolbarTitle.d.ts +0 -27
  356. package/dist/src/components/toolbar/index.d.ts +0 -4
  357. package/dist/src/components/tooltip/TextEllipsis.d.ts +0 -18
  358. package/dist/src/components/tooltip/TextEllipsisTooltip.d.ts +0 -27
  359. package/dist/src/components/tooltip/Tooltip.d.ts +0 -59
  360. package/dist/src/components/tooltip/Tooltip.theme.d.ts +0 -2
  361. package/dist/src/components/tooltip/TooltipMenu.d.ts +0 -35
  362. package/dist/src/components/tooltip/index.d.ts +0 -4
  363. package/dist/src/components/transition/Slide.d.ts +0 -3
  364. package/dist/src/components/transition/index.d.ts +0 -1
  365. package/dist/src/components/typography/TextMarker.d.ts +0 -32
  366. package/dist/src/components/typography/Typography.d.ts +0 -39
  367. package/dist/src/components/typography/index.d.ts +0 -2
  368. package/dist/src/components/widget/Widget.d.ts +0 -7
  369. package/dist/src/components/widget/WidgetActions.d.ts +0 -8
  370. package/dist/src/components/widget/WidgetLegendItem.d.ts +0 -65
  371. package/dist/src/components/widget/WidgetTitle.d.ts +0 -23
  372. package/dist/src/components/widget/index.d.ts +0 -4
  373. package/dist/src/components/window/MinimizableWindow.d.ts +0 -98
  374. package/dist/src/components/window/index.d.ts +0 -1
  375. package/dist/src/contexts/IntlContext.d.ts +0 -7
  376. package/dist/src/contexts/index.d.ts +0 -1
  377. package/dist/src/hooks/index.d.ts +0 -3
  378. package/dist/src/hooks/useDebouncedCallback.d.ts +0 -1
  379. package/dist/src/hooks/useFormatters.d.ts +0 -8
  380. package/dist/src/hooks/useResizeObserver.d.ts +0 -7
  381. package/dist/src/i18n/TranslationKey.d.ts +0 -11
  382. package/dist/src/i18n/en.d.ts +0 -202
  383. package/dist/src/i18n/es.d.ts +0 -202
  384. package/dist/src/i18n/fr.d.ts +0 -202
  385. package/dist/src/i18n/it.d.ts +0 -202
  386. package/dist/src/i18n/pt.d.ts +0 -202
  387. package/dist/src/i18n/translate.d.ts +0 -4
  388. package/dist/src/index.d.ts +0 -6
  389. package/dist/src/models/ComparisonInterval.d.ts +0 -1
  390. package/dist/src/models/DateInputFormat.d.ts +0 -4
  391. package/dist/src/models/DateInterval.d.ts +0 -1
  392. package/dist/src/models/SimpleDate.d.ts +0 -8
  393. package/dist/src/propTypes/IncrementLabel.d.ts +0 -15
  394. package/dist/src/propTypes/index.d.ts +0 -1
  395. package/dist/src/stories/alert/Alert.stories.d.ts +0 -6
  396. package/dist/src/stories/avatar/Avatar.stories.d.ts +0 -31
  397. package/dist/src/stories/avatar/AvatarCard.stories.d.ts +0 -8
  398. package/dist/src/stories/avatar/AvatarMultiple.stories.d.ts +0 -13
  399. package/dist/src/stories/button/BadgeToggleButton.stories.d.ts +0 -5
  400. package/dist/src/stories/button/Button.stories.d.ts +0 -33
  401. package/dist/src/stories/button/ButtonGroup.stories.d.ts +0 -6
  402. package/dist/src/stories/button/ButtonWithActions.stories.d.ts +0 -45
  403. package/dist/src/stories/button/IconButton.stories.d.ts +0 -17
  404. package/dist/src/stories/button/IconToggleButton.stories.d.ts +0 -15
  405. package/dist/src/stories/button/MenuButton.stories.d.ts +0 -13
  406. package/dist/src/stories/button/MenuIconButton.stories.d.ts +0 -23
  407. package/dist/src/stories/button/ToggleButton.stories.d.ts +0 -6
  408. package/dist/src/stories/button/ToggleButtonGroup.stories.d.ts +0 -6
  409. package/dist/src/stories/button/UploadButton.stories.d.ts +0 -11
  410. package/dist/src/stories/card/Card.stories.d.ts +0 -6
  411. package/dist/src/stories/card/CardActions.stories.d.ts +0 -6
  412. package/dist/src/stories/card/CardChips.stories.d.ts +0 -6
  413. package/dist/src/stories/card/CardDescription.stories.d.ts +0 -6
  414. package/dist/src/stories/card/CardImage.stories.d.ts +0 -6
  415. package/dist/src/stories/card/CardStatus.stories.d.ts +0 -6
  416. package/dist/src/stories/card/CardTable.stories.d.ts +0 -6
  417. package/dist/src/stories/card/CardTitle.stories.d.ts +0 -6
  418. package/dist/src/stories/card/CardTitleWithIcon.stories.d.ts +0 -6
  419. package/dist/src/stories/card/EnhancedCard.stories.d.ts +0 -6
  420. package/dist/src/stories/chart/BarChart.stories.d.ts +0 -9
  421. package/dist/src/stories/chart/DonutChart.stories.d.ts +0 -11
  422. package/dist/src/stories/chart/FunnelChart.stories.d.ts +0 -9
  423. package/dist/src/stories/chart/IncrementLabel.stories.d.ts +0 -7
  424. package/dist/src/stories/chart/LineChart.stories.d.ts +0 -10
  425. package/dist/src/stories/chart/MicroPieChart.stories.d.ts +0 -6
  426. package/dist/src/stories/chart/RankingChart.stories.d.ts +0 -8
  427. package/dist/src/stories/chart/WeekChart.stories.d.ts +0 -9
  428. package/dist/src/stories/chat/Chat.stories.d.ts +0 -7
  429. package/dist/src/stories/chat/ChatMessage.stories.d.ts +0 -8
  430. package/dist/src/stories/chip/Chip.stories.d.ts +0 -131
  431. package/dist/src/stories/chip/ChipList.stories.d.ts +0 -6
  432. package/dist/src/stories/chip/MenuChip.stories.d.ts +0 -13
  433. package/dist/src/stories/dialog/ConformationDialog.stories.d.ts +0 -7
  434. package/dist/src/stories/dialog/Dialog.stories.d.ts +0 -7
  435. package/dist/src/stories/divider/Divider.stories.d.ts +0 -6
  436. package/dist/src/stories/drawer/Drawer.stories.d.ts +0 -6
  437. package/dist/src/stories/drawer/InputDrawer.stories.d.ts +0 -6
  438. package/dist/src/stories/formatter/CompactNumberFormatter.stories.d.ts +0 -6
  439. package/dist/src/stories/formatter/CurrencyFormatter.stories.d.ts +0 -6
  440. package/dist/src/stories/formatter/DateFormatter.stories.d.ts +0 -6
  441. package/dist/src/stories/formatter/NumberFormatter.stories.d.ts +0 -6
  442. package/dist/src/stories/formatter/PercentageFormatter.stories.d.ts +0 -6
  443. package/dist/src/stories/header/Header.stories.d.ts +0 -6
  444. package/dist/src/stories/header/HeaderSubtitle.stories.d.ts +0 -6
  445. package/dist/src/stories/header/HeaderTitle.stories.d.ts +0 -6
  446. package/dist/src/stories/icon/Icon.stories.d.ts +0 -12
  447. package/dist/src/stories/icon/StackedIcons.stories.d.ts +0 -6
  448. package/dist/src/stories/image/ImageEditor.stories.d.ts +0 -6
  449. package/dist/src/stories/info/InfoBox.stories.d.ts +0 -6
  450. package/dist/src/stories/input/Autocomplete.stories.d.ts +0 -11
  451. package/dist/src/stories/input/CategorizedPicker.stories.d.ts +0 -9
  452. package/dist/src/stories/input/Checkbox.stories.d.ts +0 -6
  453. package/dist/src/stories/input/CodeEditor.stories.d.ts +0 -6
  454. package/dist/src/stories/input/ColorPicker.stories.d.ts +0 -6
  455. package/dist/src/stories/input/DateIntervalPicker.stories.d.ts +0 -6
  456. package/dist/src/stories/input/DatePicker.stories.d.ts +0 -13
  457. package/dist/src/stories/input/DaysOfWeekPicker.stories.d.ts +0 -6
  458. package/dist/src/stories/input/DebouncedTextField.stories.d.ts +0 -8
  459. package/dist/src/stories/input/InputHelperText.stories.d.ts +0 -11
  460. package/dist/src/stories/input/InputLabel.stories.d.ts +0 -13
  461. package/dist/src/stories/input/ItemSelector.stories.d.ts +0 -6
  462. package/dist/src/stories/input/NumberField.stories.d.ts +0 -18
  463. package/dist/src/stories/input/PageSelector.stories.d.ts +0 -6
  464. package/dist/src/stories/input/PhoneField.stories.d.ts +0 -11
  465. package/dist/src/stories/input/Radio.stories.d.ts +0 -6
  466. package/dist/src/stories/input/Select.stories.d.ts +0 -23
  467. package/dist/src/stories/input/SelectPopover.stories.d.ts +0 -9
  468. package/dist/src/stories/input/Switch.stories.d.ts +0 -6
  469. package/dist/src/stories/input/TextEditor.stories.d.ts +0 -6
  470. package/dist/src/stories/input/TextField.stories.d.ts +0 -10
  471. package/dist/src/stories/input/TextFieldContainer.stories.d.ts +0 -20
  472. package/dist/src/stories/input/TimeField.stories.d.ts +0 -6
  473. package/dist/src/stories/input/TimezoneSelector.stories.d.ts +0 -6
  474. package/dist/src/stories/input/UploadClickableArea.stories.d.ts +0 -5
  475. package/dist/src/stories/layout/CollapsiblePanel.stories.d.ts +0 -6
  476. package/dist/src/stories/layout/CollapsiblePanelSwitcher.stories.d.ts +0 -7
  477. package/dist/src/stories/layout/Container.stories.d.ts +0 -6
  478. package/dist/src/stories/layout/Grid.stories.d.ts +0 -6
  479. package/dist/src/stories/layout/LazyLoad.stories.d.ts +0 -6
  480. package/dist/src/stories/layout/PageWIthNavbar.stories.d.ts +0 -10
  481. package/dist/src/stories/layout/PageWIthSidePanel.stories.d.ts +0 -8
  482. package/dist/src/stories/layout/PageWIthToolBox.stories.d.ts +0 -8
  483. package/dist/src/stories/layout/PageWithHeader.stories.d.ts +0 -6
  484. package/dist/src/stories/layout/PageWithToolbar.stories.d.ts +0 -6
  485. package/dist/src/stories/layout/Paper.stories.d.ts +0 -6
  486. package/dist/src/stories/layout/SidePanel.stories.d.ts +0 -6
  487. package/dist/src/stories/layout/Stepper.stories.d.ts +0 -6
  488. package/dist/src/stories/layout/ToolBox.stories.d.ts +0 -6
  489. package/dist/src/stories/list/List.stories.d.ts +0 -6
  490. package/dist/src/stories/list/ListItem.stories.d.ts +0 -28
  491. package/dist/src/stories/list/ListItemButton.stories.d.ts +0 -57
  492. package/dist/src/stories/loader/Loader.stories.d.ts +0 -8
  493. package/dist/src/stories/navbar/Navbar.stories.d.ts +0 -6
  494. package/dist/src/stories/overlay/DonutFocusOverlay.stories.d.ts +0 -6
  495. package/dist/src/stories/pager/Pager.stories.d.ts +0 -6
  496. package/dist/src/stories/popover/Popover.stories.d.ts +0 -6
  497. package/dist/src/stories/progress/CircularProgress.stories.d.ts +0 -9
  498. package/dist/src/stories/progress/LinearProgress.stories.d.ts +0 -9
  499. package/dist/src/stories/scrollable/HorizontalScrollable.stories.d.ts +0 -6
  500. package/dist/src/stories/skeleton/Skeleton.stories.d.ts +0 -33
  501. package/dist/src/stories/snackbar/Snackbar.stories.d.ts +0 -10
  502. package/dist/src/stories/tab/TabButton.stories.d.ts +0 -5
  503. package/dist/src/stories/tab/Tabs.stories.d.ts +0 -5
  504. package/dist/src/stories/table/NestedTable.stories.d.ts +0 -6
  505. package/dist/src/stories/table/Table.stories.d.ts +0 -7
  506. package/dist/src/stories/text-ellipsis/TextEllipsis.stories.d.ts +0 -6
  507. package/dist/src/stories/toolbar/Toolbar.stories.d.ts +0 -9
  508. package/dist/src/stories/toolbar/ToolbarBreadcrumb.stories.d.ts +0 -6
  509. package/dist/src/stories/toolbar/ToolbarTitle.stories.d.ts +0 -6
  510. package/dist/src/stories/tooltip/Tooltip.stories.d.ts +0 -7
  511. package/dist/src/stories/tooltip/TooltipMenu.stories.d.ts +0 -6
  512. package/dist/src/stories/typography/TextMarker.stories.d.ts +0 -6
  513. package/dist/src/stories/typography/Typography.stories.d.ts +0 -11
  514. package/dist/src/stories/utils/StoryUtilities.d.ts +0 -2
  515. package/dist/src/stories/widget/Widget.stories.d.ts +0 -6
  516. package/dist/src/stories/widget/WidgetActions.stories.d.ts +0 -6
  517. package/dist/src/stories/widget/WidgetLegendItem.stories.d.ts +0 -7
  518. package/dist/src/stories/widget/WidgetTitle.stories.d.ts +0 -6
  519. package/dist/src/stories/window/MinimizableWindow.stories.d.ts +0 -25
  520. package/dist/src/theme/Animations.d.ts +0 -3
  521. package/dist/src/theme/Breakpoints.d.ts +0 -11
  522. package/dist/src/theme/Colors.d.ts +0 -90
  523. package/dist/src/theme/GlobalStyles.d.ts +0 -3
  524. package/dist/src/theme/Palettes.d.ts +0 -4
  525. package/dist/src/theme/Shadows.d.ts +0 -2
  526. package/dist/src/theme/Theme.d.ts +0 -1
  527. package/dist/src/theme/Typography.d.ts +0 -97
  528. package/dist/src/theme/index.d.ts +0 -7
  529. package/dist/src/utils/ChartUtils.d.ts +0 -23
  530. package/dist/src/utils/CurrencyFormatter.d.ts +0 -1
  531. package/dist/src/utils/DateUtils.d.ts +0 -45
  532. package/dist/src/utils/NumberFormatter.d.ts +0 -2
  533. package/dist/src/utils/PercentageFormatter.d.ts +0 -1
  534. package/dist/src/utils/PhoneUtils.d.ts +0 -11
  535. package/dist/src/utils/RegExpUtils.d.ts +0 -1
  536. package/dist/src/utils/ResizeObserverUtils.d.ts +0 -1
  537. package/dist/src/utils/index.d.ts +0 -5
  538. package/dist/test/Setup.d.ts +0 -1
  539. package/dist/test/TestUtils.d.ts +0 -3
  540. package/dist/test/unit/components/button/Button.spec.d.ts +0 -1
  541. package/dist/test/unit/components/button/MenuButton.spec.d.ts +0 -1
  542. package/dist/test/unit/components/formatter/CurrencyFormatter.spec.d.ts +0 -1
  543. package/dist/test/unit/components/formatter/DateFormatter.spec.d.ts +0 -1
  544. package/dist/test/unit/components/formatter/NumberFormatter.spec.d.ts +0 -1
  545. package/dist/test/unit/components/formatter/PercentageFormatter.spec.d.ts +0 -1
  546. package/dist/test/unit/components/input/DateIntervalPicker.spec.d.ts +0 -1
  547. package/dist/test/unit/components/input/DatePicker.spec.d.ts +0 -1
  548. package/dist/test/unit/components/input/NumberField.spec.d.ts +0 -1
  549. package/dist/test/unit/components/input/PhoneField.spec.d.ts +0 -1
  550. package/dist/test/unit/components/input/TextField.spec.d.ts +0 -1
  551. package/dist/test/unit/components/input/__mocks__/react-virtualized-auto-sizer.d.ts +0 -4
  552. package/dist/test/unit/components/list/ListItemButton.spec.d.ts +0 -1
  553. package/dist/test/unit/components/tab/Tabs.spec.d.ts +0 -1
  554. package/dist/test/unit/components/tooltop/Tooltip.spec.d.ts +0 -1
  555. package/dist/test/unit/components/widget/WidgetLegendItem.spec.d.ts +0 -1
  556. package/dist/test/unit/i18n/translate.spec.d.ts +0 -1
  557. package/dist/test/unit/utils/DateUtils.spec.d.ts +0 -1
  558. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,14 +0,0 @@
1
- import * as React from 'react';
2
- import { ChipProps } from './Chip';
3
- export type ChipListProps = React.PropsWithChildren<{
4
- /**
5
- * The chips to display.
6
- */
7
- chips: ChipProps[];
8
- }>;
9
- /**
10
- * Shows a list of chips, in a horizontal layout.
11
- * If chips doesn't fit in the available space, they will be overflow to multiline.
12
- */
13
- declare const ChipList: ({ chips }: ChipListProps) => JSX.Element;
14
- export default ChipList;
@@ -1,56 +0,0 @@
1
- import * as React from 'react';
2
- import { ChipProps } from './Chip';
3
- import { PopoverProps } from '../popover';
4
- export type MenuChipProps = Omit<ChipProps, 'children' | 'component'> & Pick<PopoverProps, 'anchorHorizontalOrigin' | 'horizontalAlign'> & {
5
- /**
6
- * The list of menu items to display.
7
- */
8
- children: React.ReactNode;
9
- /**
10
- * Whether the menu is opened or not.
11
- */
12
- isOpen?: boolean;
13
- /**
14
- * To remove the icon on menu chip.
15
- * @default false
16
- */
17
- removeIcon?: boolean;
18
- /**
19
- * To show menu on the top of de chip.
20
- * @default bottom
21
- */
22
- placement?: 'top' | 'bottom';
23
- /**
24
- * Called when the menuChip is closed by Escape key, Tab key or click outside.
25
- */
26
- onClose?: (reason: 'backdropClick' | 'escapeKeyDown' | 'tabKeyDown') => void;
27
- };
28
- /**
29
- * A component that displays a Chip with a menu.
30
- * An invisible overlay is displayed on top of the page to close menu if clicked outside.
31
- */
32
- declare const MenuChip: React.ForwardRefExoticComponent<Omit<ChipProps, "children" | "component"> & Pick<PopoverProps, "anchorHorizontalOrigin" | "horizontalAlign"> & {
33
- /**
34
- * The list of menu items to display.
35
- */
36
- children: React.ReactNode;
37
- /**
38
- * Whether the menu is opened or not.
39
- */
40
- isOpen?: boolean | undefined;
41
- /**
42
- * To remove the icon on menu chip.
43
- * @default false
44
- */
45
- removeIcon?: boolean | undefined;
46
- /**
47
- * To show menu on the top of de chip.
48
- * @default bottom
49
- */
50
- placement?: "bottom" | "top" | undefined;
51
- /**
52
- * Called when the menuChip is closed by Escape key, Tab key or click outside.
53
- */
54
- onClose?: ((reason: 'backdropClick' | 'escapeKeyDown' | 'tabKeyDown') => void) | undefined;
55
- } & React.RefAttributes<HTMLDivElement>>;
56
- export default MenuChip;
@@ -1,3 +0,0 @@
1
- export { default as Chip, ChipProps } from './Chip';
2
- export { default as ChipList, ChipListProps } from './ChipList';
3
- export { default as MenuChip, MenuChipProps } from './MenuChip';
@@ -1,54 +0,0 @@
1
- import * as React from 'react';
2
- import { DialogProps } from './Dialog';
3
- export type ConfirmationDialogVariant = 'primary' | 'warning';
4
- export type ConfirmationDialogProps = Pick<DialogProps, 'title' | 'open' | 'children' | 'TransitionProps' | 'size' | 'fullScreen'> & {
5
- /**
6
- * Text to override the accept button default text
7
- */
8
- acceptText?: string;
9
- /**
10
- * Text to override the cancel button default text
11
- */
12
- cancelText?: string;
13
- /**
14
- * Manages disabled prop for confirm button.
15
- */
16
- acceptButtonDisabled?: boolean;
17
- /**
18
- * Tooltip displayed when accept button is disabled.
19
- */
20
- acceptButtonDisabledTooltipText?: string;
21
- /**
22
- * Select the variant of the component
23
- */
24
- variant?: ConfirmationDialogVariant;
25
- /**
26
- * Children above confirmation buttons
27
- */
28
- footerChildren?: React.ReactNode;
29
- /**
30
- * Children to the left of the buttons
31
- */
32
- buttonsLeftChildren?: React.ReactNode;
33
- /**
34
- * When true, show borders in header and footer. Default false
35
- */
36
- displayBorders?: boolean;
37
- /**
38
- * When true, hide cancel button. Default false
39
- */
40
- hideCancelButton?: boolean;
41
- /**
42
- * Callback when cancel button is clicked
43
- */
44
- onCancel?: () => void;
45
- /**
46
- * Callback when accept button is clicked
47
- */
48
- onAccept?: () => void;
49
- };
50
- /**
51
- * A dialog component to make a confirmation.
52
- */
53
- declare const ConfirmationDialog: ({ onCancel, onAccept, acceptText, cancelText, acceptButtonDisabled, acceptButtonDisabledTooltipText, variant, children, footerChildren, buttonsLeftChildren, displayBorders, hideCancelButton, ...rest }: ConfirmationDialogProps) => JSX.Element;
54
- export default ConfirmationDialog;
@@ -1,16 +0,0 @@
1
- import * as React from 'react';
2
- import { DialogProps as MuiDialogProps } from '@mui/material';
3
- export type DialogProps = Pick<MuiDialogProps, 'open' | 'sx' | 'children' | 'TransitionProps' | 'fullScreen'> & {
4
- /**
5
- * The title of the Dialog
6
- */
7
- title: string | React.ReactNode;
8
- size?: 'S' | 'M' | 'L' | 'XL' | 'XXL';
9
- noPadding?: boolean;
10
- noPaddingTitle?: boolean;
11
- wrapChildren?: boolean;
12
- closeable?: boolean;
13
- onClose: () => void;
14
- };
15
- declare const Dialog: ({ title, sx, open, children, size, noPadding, noPaddingTitle, fullScreen, wrapChildren, closeable, onClose, ...rest }: DialogProps) => JSX.Element;
16
- export default Dialog;
@@ -1,2 +0,0 @@
1
- export { default as Dialog, DialogProps } from './Dialog';
2
- export { default as ConfirmationDialog, ConfirmationDialogProps } from './ConfirmationDialog';
@@ -1,18 +0,0 @@
1
- /// <reference types="react" />
2
- import { DividerProps as MuiDividerProps } from '@mui/material';
3
- export type DividerProps = Pick<MuiDividerProps, 'orientation' | 'flexItem' | 'sx'> & {
4
- /**
5
- * The variant to use for the divider.
6
- */
7
- variant?: 'fullWidth' | 'middle';
8
- /**
9
- * The color of the divider. By default, the divider will use the color of
10
- * grey300
11
- */
12
- color?: string;
13
- };
14
- /**
15
- * A divider component to show a thin line to divide sections, paragraphs or anything.
16
- */
17
- declare const Divider: ({ sx, variant, color, ...rest }: DividerProps) => JSX.Element;
18
- export default Divider;
@@ -1 +0,0 @@
1
- export { default as Divider, DividerProps } from './Divider';
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { DrawerProps as MuiDrawerProps } from '@mui/material/Drawer';
3
- export type DrawerProps = Omit<MuiDrawerProps, 'anchor'>;
4
- /**
5
- * Navigation drawers (or "sidebars") provide access to destinations and app functionality, such as switching accounts.
6
- * They can either be permanently on-screen or controlled by a navigation menu icon.
7
- */
8
- declare const Drawer: ({ ...props }: DrawerProps) => JSX.Element;
9
- export default Drawer;
@@ -1,41 +0,0 @@
1
- import * as React from 'react';
2
- import { DrawerProps } from './Drawer';
3
- export type InputDrawerProps = {
4
- /**
5
- * If `true`, the component is shown.
6
- * @default false
7
- */
8
- open: DrawerProps['open'];
9
- /**
10
- * Function to close drawer
11
- */
12
- close: () => void;
13
- /**
14
- * Callback fired when the component requests to be closed.
15
- *
16
- * @param {object} event The event source of the callback.
17
- */
18
- onClose?: DrawerProps['onClose'];
19
- /**
20
- * Title of he drawer to display.
21
- */
22
- title: string;
23
- /**
24
- * The content of the component.
25
- */
26
- children?: React.ReactNode;
27
- /**
28
- * The buttons on the bot right. Add them as React.Fragment
29
- * https://reactjs.org/docs/fragments.html
30
- */
31
- buttons: JSX.Element;
32
- /**
33
- * Text to display in the cancel button.
34
- */
35
- cancelButtonText: string;
36
- };
37
- /**
38
- * Custom Drawer with an icon, tittle and subtitle.
39
- */
40
- declare const InputDrawer: ({ open, close, onClose, title, children, buttons, cancelButtonText }: InputDrawerProps) => JSX.Element;
41
- export default InputDrawer;
@@ -1,2 +0,0 @@
1
- export { default as Drawer, DrawerProps } from './Drawer';
2
- export { default as InputDrawer, InputDrawerProps } from './InputDrawer';
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- export type CompactNumberFormatterProps = {
3
- /**
4
- * Number to format
5
- */
6
- value: number;
7
- };
8
- /**
9
- * Formats a number to a shorten format like 1.5K or 4.5M.
10
- * It will use locale from the context.
11
- */
12
- declare const CompactNumberFormatter: ({ value }: CompactNumberFormatterProps) => JSX.Element;
13
- export default CompactNumberFormatter;
@@ -1,21 +0,0 @@
1
- /// <reference types="react" />
2
- export type CurrencyFormatterProps = {
3
- /**
4
- * Amount to format
5
- */
6
- value: number;
7
- /**
8
- * Notation to use
9
- */
10
- notation?: 'compact';
11
- /**
12
- * Ignore context Currency and use this one instead
13
- */
14
- currency?: string;
15
- };
16
- /**
17
- * Component to format any currency amount.
18
- * It will use locale and currency from the context.
19
- */
20
- declare const CurrencyFormatter: ({ value, notation, currency }: CurrencyFormatterProps) => JSX.Element;
21
- export default CurrencyFormatter;
@@ -1,18 +0,0 @@
1
- /// <reference types="react" />
2
- import { DateTimeFormat } from '../../utils';
3
- export type DateFormatterProps = {
4
- /**
5
- * Date to format
6
- */
7
- date: Date;
8
- /**
9
- * Format to use
10
- */
11
- format?: DateTimeFormat;
12
- };
13
- /**
14
- * Component to format any date to the given format.
15
- * It will use locale and timezone from the context.
16
- */
17
- declare const DateFormatter: ({ date, format }: DateFormatterProps) => JSX.Element;
18
- export default DateFormatter;
@@ -1,17 +0,0 @@
1
- /// <reference types="react" />
2
- export type NumberFormatterProps = {
3
- /**
4
- * Number to format
5
- */
6
- value: number;
7
- /**
8
- * Quantity of decimals to use
9
- */
10
- fractionSize?: number;
11
- };
12
- /**
13
- * Component to format any number.
14
- * It will use locale from the context.
15
- */
16
- declare const NumberFormatter: ({ value, fractionSize }: NumberFormatterProps) => JSX.Element;
17
- export default NumberFormatter;
@@ -1,17 +0,0 @@
1
- /// <reference types="react" />
2
- export type PercentageFormatterProps = {
3
- /**
4
- * Value to format
5
- */
6
- value: number;
7
- /**
8
- * Quantity of decimals to use
9
- */
10
- fractionSize?: 0 | 1 | 2 | 3;
11
- };
12
- /**
13
- * Component to format any currency amount.
14
- * It will use locale and currency from the context.
15
- */
16
- declare const PercentageFormatter: ({ value, fractionSize }: PercentageFormatterProps) => JSX.Element;
17
- export default PercentageFormatter;
@@ -1,5 +0,0 @@
1
- export { default as CompactNumberFormatter, CompactNumberFormatterProps } from './CompactNumberFormatter';
2
- export { default as CurrencyFormatter, CurrencyFormatterProps } from './CurrencyFormatter';
3
- export { default as DateFormatter, DateFormatterProps } from './DateFormatter';
4
- export { default as NumberFormatter, NumberFormatterProps } from './NumberFormatter';
5
- export { default as PercentageFormatter, PercentageFormatterProps } from './PercentageFormatter';
@@ -1,33 +0,0 @@
1
- import * as React from 'react';
2
- import { IconId } from '../icon';
3
- export type HeaderProps = React.PropsWithChildren<{
4
- /**
5
- * Text to be shown as title
6
- */
7
- title: string;
8
- /**
9
- * Text to be shown as subtitle
10
- */
11
- subtitle?: React.ReactNode;
12
- /**
13
- * The iconId to be shown as icon before title
14
- */
15
- iconId?: IconId;
16
- /**
17
- * If isElevated is true, header will have a box-shadow at the bottom, so it will
18
- * looks like if header is elevated over the rest of the page.
19
- */
20
- isElevated?: boolean;
21
- /**
22
- * Actions to show along with the header text.
23
- */
24
- actions?: React.ReactNode;
25
- }>;
26
- /**
27
- * A Header to be used within PageWithHeader component.
28
- * If PageWithHeader component (parent) is scrolled on its body, this header will
29
- * automatically looks like elevated (the same than `isElevated={true}`).
30
- * If title gets truncated (with ellipsis), a Tooltip will be shown (using TextEllipsisTooltip component)
31
- */
32
- declare const Header: ({ title, subtitle, iconId, isElevated, actions, children }: HeaderProps) => JSX.Element;
33
- export default Header;
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- export type HeaderSubtitleProps = {
3
- /**
4
- * The text to display.
5
- */
6
- text: React.ReactNode;
7
- };
8
- /**
9
- * The subtitle for a Header component. It automatically handles show a tooltip if the subtitle
10
- * gets clipped with ellipsis
11
- */
12
- declare const HeaderSubtitle: ({ text }: HeaderSubtitleProps) => JSX.Element;
13
- export default HeaderSubtitle;
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- export type HeaderTitleProps = {
3
- /**
4
- * The title to display.
5
- */
6
- text: string;
7
- };
8
- /**
9
- * The title for a Header component. It automatically handles show a tooltip if the title
10
- * gets clipped with ellipsis
11
- */
12
- declare const HeaderTitle: ({ text }: HeaderTitleProps) => JSX.Element;
13
- export default HeaderTitle;
@@ -1,3 +0,0 @@
1
- export { default as Header, HeaderProps } from './Header';
2
- export { default as HeaderTitle, HeaderTitleProps } from './HeaderTitle';
3
- export { default as HeaderSubtitle, HeaderSubtitleProps } from './HeaderSubtitle';
@@ -1,47 +0,0 @@
1
- import * as React from 'react';
2
- import { SvgIconProps } from '@mui/material';
3
- import { icons } from './icons';
4
- export declare const iconSizes: {
5
- readonly XXS: 12;
6
- readonly XS: 16;
7
- readonly S: 20;
8
- readonly M: 24;
9
- readonly L: 40;
10
- readonly XL: 48;
11
- readonly XXL: 72;
12
- };
13
- export type IconId = keyof typeof icons;
14
- export type IconProps = Pick<SvgIconProps, 'sx'> & {
15
- /**
16
- * The ID of the icon to display.
17
- */
18
- id: IconId;
19
- /**
20
- * The size of the icon to display.
21
- */
22
- size?: 'XXS' | 'XS' | 'S' | 'M' | 'L' | 'XL' | 'XXL';
23
- /**
24
- * Classes of this icon
25
- */
26
- className?: string;
27
- };
28
- /**
29
- * A component that displays an icon.
30
- * By default, this components renders the icon with the `currentColor` fill.
31
- * It can be customized with a CSS style.
32
- */
33
- declare const Icon: React.ForwardRefExoticComponent<Pick<SvgIconProps, "sx"> & {
34
- /**
35
- * The ID of the icon to display.
36
- */
37
- id: IconId;
38
- /**
39
- * The size of the icon to display.
40
- */
41
- size?: "XXS" | "XS" | "S" | "M" | "L" | "XL" | "XXL" | undefined;
42
- /**
43
- * Classes of this icon
44
- */
45
- className?: string | undefined;
46
- } & React.RefAttributes<SVGSVGElement>>;
47
- export default Icon;
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from './Icon';
3
- export type StackedIconsProps = {
4
- /**
5
- * List of icons to stack. Maximum 3.
6
- */
7
- children: React.ReactElement<IconProps>[];
8
- };
9
- /**
10
- * Stack 2 or 3 icons together one over the other and slightly moved to the right.
11
- */
12
- declare const StackedIcons: ({ children }: StackedIconsProps) => JSX.Element;
13
- export default StackedIcons;
@@ -1,2 +0,0 @@
1
- import { Components, Theme } from '@mui/material';
2
- export declare const svgIconTheme: Components<Theme>['MuiSvgIcon'];