@astral/ui 4.69.0 → 4.71.0

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 (305) hide show
  1. package/components/Accordion/styles.d.ts +1 -0
  2. package/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.d.ts +3 -2
  3. package/components/ActionGroup/MainActions/styles.d.ts +2 -1
  4. package/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +2 -1
  5. package/components/Alert/styles.d.ts +4 -1
  6. package/components/AutoSaveIndicator/ErrorState/styles.d.ts +2 -1
  7. package/components/AutoSaveIndicator/styles.d.ts +4 -1
  8. package/components/BottomDrawer/styles.d.ts +1 -0
  9. package/components/Button/Button.d.ts +2 -1
  10. package/components/Button/types.d.ts +4 -3
  11. package/components/CardGridInfinite/Card/SecondaryActionButton/styles.d.ts +2 -1
  12. package/components/CheckableTag/CheckableTag.d.ts +0 -1
  13. package/components/CheckableTag/CheckableTag.js +0 -1
  14. package/components/Chip/styles.d.ts +1 -0
  15. package/components/CodeField/styles.d.ts +1 -0
  16. package/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
  17. package/components/CollapsibleTypography/styles.d.ts +3 -1
  18. package/components/ConfirmAction/styles.d.ts +1 -0
  19. package/components/ConfirmDialog/styles.d.ts +2 -1
  20. package/components/CopyTypography/styles.d.ts +1 -0
  21. package/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
  22. package/components/DashboardAlert/styles.d.ts +2 -1
  23. package/components/DashboardLayout/Container/styles.js +1 -1
  24. package/components/DashboardLayout/DashboardLayout.d.ts +1 -1
  25. package/components/DashboardLayout/DashboardLayout.js +1 -1
  26. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.js +5 -5
  27. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.js +1 -1
  28. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.js +1 -1
  29. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.d.ts +6 -6
  30. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.js +8 -8
  31. package/{node/components → components/DashboardLayout}/DashboardSidebar/types.d.ts +1 -1
  32. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.js +3 -3
  33. package/{node/components → components/DashboardLayout}/DashboardSidebar/useLogic/useLogic.d.ts +2 -2
  34. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/useLogic.js +7 -7
  35. package/components/DashboardLayout/Header/styles.d.ts +2 -1
  36. package/components/DashboardLayout/Header/styles.js +1 -1
  37. package/components/DashboardLayout/index.d.ts +1 -0
  38. package/components/DashboardLayout/public.d.ts +1 -1
  39. package/components/DashboardSidebarButton/styles.d.ts +2 -1
  40. package/components/DashboardSidebarPopover/styles.d.ts +1 -0
  41. package/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +1 -1
  42. package/components/DataGrid/Cell/Cell.js +5 -2
  43. package/components/DataGrid/Cell/constants.d.ts +1 -0
  44. package/components/DataGrid/Cell/constants.js +1 -0
  45. package/components/DataGrid/Cell/styles.d.ts +1 -0
  46. package/components/DataGrid/Cell/styles.js +4 -0
  47. package/components/DataGrid/Cell/useLogic/useLogic.d.ts +1 -0
  48. package/components/DataGrid/Cell/useLogic/useLogic.js +6 -2
  49. package/components/DataGrid/DataGrid.js +2 -2
  50. package/components/DataGrid/DataGridContext/DataGridContext.d.ts +1 -0
  51. package/components/DataGrid/DataGridContext/DataGridContext.js +1 -0
  52. package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.d.ts +2 -1
  53. package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +3 -1
  54. package/components/DataGrid/Row/NestedChildren/styles.d.ts +2 -1
  55. package/components/DataGrid/Row/styles.d.ts +3 -1
  56. package/components/DataGrid/types.d.ts +8 -0
  57. package/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.d.ts +2 -1
  58. package/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.d.ts +2 -1
  59. package/components/DataGridActionCell/SecondaryActionsButton/styles.d.ts +2 -1
  60. package/components/DataGridPagination/styles.d.ts +1 -0
  61. package/components/DataGridPaginationContainer/styles.d.ts +1 -0
  62. package/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
  63. package/components/DatePicker/styles.d.ts +2 -1
  64. package/components/Description/Description.d.ts +4 -0
  65. package/components/Description/Description.js +5 -2
  66. package/components/Description/Value/Value.d.ts +1 -1
  67. package/components/Description/Value/styles.d.ts +2 -0
  68. package/components/Description/constants.d.ts +1 -0
  69. package/components/Description/constants.js +1 -0
  70. package/components/Description/styles.js +4 -0
  71. package/components/DescriptionList/DescriptionList.d.ts +1 -1
  72. package/components/DescriptionList/DescriptionList.js +4 -3
  73. package/components/DescriptionList/styles.d.ts +2 -1
  74. package/components/DescriptionList/types.d.ts +2 -2
  75. package/components/Fieldset/styles.d.ts +2 -0
  76. package/components/Filename/styles.d.ts +1 -0
  77. package/components/FlowButton/styles.d.ts +3 -1
  78. package/components/IconButton/IconButton.d.ts +2 -1
  79. package/components/IconButton/styles.d.ts +2 -1
  80. package/components/JsonViewer/NodeValue/styles.d.ts +3 -0
  81. package/components/LegacyNotification/NotificationTemplate/styles.d.ts +4 -1
  82. package/components/MenuGroup/styles.d.ts +1 -0
  83. package/components/MenuOrganization/OrganizationButton/styles.d.ts +3 -1
  84. package/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
  85. package/components/MenuOrganization/OrganizationItem/styles.d.ts +2 -1
  86. package/components/MenuOrganization/styles.d.ts +1 -0
  87. package/components/MinimalisticPagination/styles.d.ts +1 -0
  88. package/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
  89. package/components/NewStepper/Step/Description/styles.d.ts +1 -0
  90. package/components/NewStepper/Step/Label/styles.d.ts +2 -0
  91. package/components/NewStepper/Step/styles.d.ts +2 -1
  92. package/components/NotFoundPage/styles.d.ts +2 -0
  93. package/components/Notification/NotificationStackContainer/NotificationStackContainer.js +1 -1
  94. package/components/Notification/NotificationStackContainer/styles.d.ts +2 -1
  95. package/components/Notification/NotificationTemplate/styles.d.ts +4 -1
  96. package/components/NotificationList/ListItem/ListItem.js +1 -1
  97. package/components/NotificationList/ListItem/styles.d.ts +1 -0
  98. package/components/OverflowTypography/OverflowTypography.d.ts +1 -0
  99. package/components/OverflowTypography/styles.d.ts +2 -0
  100. package/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
  101. package/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
  102. package/components/PageHeader/MobilePageActions/styles.d.ts +1 -1
  103. package/components/PageHeader/PageActions/PageActions.d.ts +1 -1
  104. package/components/PageHeader/PageActions/SecondaryActions/styles.d.ts +2 -1
  105. package/components/PageHeader/PageActions/SecondaryVisibleActions/styles.d.ts +2 -1
  106. package/components/PageHeader/PageActions/styles.d.ts +2 -1
  107. package/components/PageHeader/Title/styles.d.ts +3 -1
  108. package/components/Pagination/PaginationItem/PaginationItem.js +1 -1
  109. package/components/Pagination/PaginationItem/styles.d.ts +3 -1
  110. package/components/PinButton/styles.d.ts +3 -1
  111. package/components/Product/styles.d.ts +2 -1
  112. package/components/ProductSwitcher/Content/styles.d.ts +1 -0
  113. package/components/Profile/styles.d.ts +2 -1
  114. package/components/SearchField/styles.d.ts +2 -1
  115. package/components/StaticCalendar/StaticCalendarButton/styles.d.ts +2 -1
  116. package/components/Tag/styles.d.ts +2 -1
  117. package/components/Tree/TreeItem/styles.d.ts +4 -1
  118. package/components/Typography/Typography.d.ts +1 -0
  119. package/components/Typography/Typography.js +13 -4
  120. package/components/Typography/constants.d.ts +1 -0
  121. package/components/Typography/constants.js +2 -1
  122. package/components/Typography/styles.js +4 -0
  123. package/components/Typography/types.d.ts +4 -0
  124. package/components/WelcomeScreen/styles.d.ts +2 -0
  125. package/components/fileUploading/FileInfo/styles.d.ts +1 -0
  126. package/components/index.d.ts +1 -1
  127. package/components/placeholders/Placeholder/styles.d.ts +2 -0
  128. package/hook-form/EditableText/EditingForm/styles.d.ts +3 -1
  129. package/hook-form/EditableText/styles.d.ts +1 -0
  130. package/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.d.ts +2 -1
  131. package/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.d.ts +4 -2
  132. package/hook-form/FormPageLayout/FormPageFooter/styles.d.ts +2 -1
  133. package/hook-form/FormPageLayoutBase/FormMobileActions/styles.d.ts +2 -1
  134. package/hook-form/FormWizard/Footer/styles.d.ts +2 -1
  135. package/hook-form/FormWizardPageLayout/FormWizardFooter/styles.d.ts +2 -1
  136. package/node/components/Accordion/styles.d.ts +1 -0
  137. package/node/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.d.ts +3 -2
  138. package/node/components/ActionGroup/MainActions/styles.d.ts +2 -1
  139. package/node/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +2 -1
  140. package/node/components/Alert/styles.d.ts +4 -1
  141. package/node/components/AutoSaveIndicator/ErrorState/styles.d.ts +2 -1
  142. package/node/components/AutoSaveIndicator/styles.d.ts +4 -1
  143. package/node/components/BottomDrawer/styles.d.ts +1 -0
  144. package/node/components/Button/Button.d.ts +2 -1
  145. package/node/components/Button/types.d.ts +4 -3
  146. package/node/components/CardGridInfinite/Card/SecondaryActionButton/styles.d.ts +2 -1
  147. package/node/components/CheckableTag/CheckableTag.d.ts +0 -1
  148. package/node/components/CheckableTag/CheckableTag.js +0 -1
  149. package/node/components/Chip/styles.d.ts +1 -0
  150. package/node/components/CodeField/styles.d.ts +1 -0
  151. package/node/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
  152. package/node/components/CollapsibleTypography/styles.d.ts +3 -1
  153. package/node/components/ConfirmAction/styles.d.ts +1 -0
  154. package/node/components/ConfirmDialog/styles.d.ts +2 -1
  155. package/node/components/CopyTypography/styles.d.ts +1 -0
  156. package/node/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
  157. package/node/components/DashboardAlert/styles.d.ts +2 -1
  158. package/node/components/DashboardLayout/Container/styles.js +6 -6
  159. package/node/components/DashboardLayout/DashboardLayout.d.ts +1 -1
  160. package/node/components/DashboardLayout/DashboardLayout.js +1 -1
  161. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.js +5 -5
  162. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.js +1 -1
  163. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.js +1 -1
  164. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.d.ts +1 -1
  165. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.js +12 -12
  166. package/{components → node/components/DashboardLayout}/DashboardSidebar/types.d.ts +1 -1
  167. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.js +3 -3
  168. package/{components → node/components/DashboardLayout}/DashboardSidebar/useLogic/useLogic.d.ts +2 -2
  169. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/useLogic.js +7 -7
  170. package/node/components/DashboardLayout/Header/styles.d.ts +2 -1
  171. package/node/components/DashboardLayout/Header/styles.js +20 -20
  172. package/node/components/DashboardLayout/index.d.ts +1 -0
  173. package/node/components/DashboardLayout/public.d.ts +1 -1
  174. package/node/components/DashboardSidebarButton/styles.d.ts +2 -1
  175. package/node/components/DashboardSidebarPopover/styles.d.ts +1 -0
  176. package/node/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +1 -1
  177. package/node/components/DataGrid/Cell/Cell.js +5 -2
  178. package/node/components/DataGrid/Cell/constants.d.ts +1 -0
  179. package/node/components/DataGrid/Cell/constants.js +1 -0
  180. package/node/components/DataGrid/Cell/styles.d.ts +1 -0
  181. package/node/components/DataGrid/Cell/styles.js +4 -0
  182. package/node/components/DataGrid/Cell/useLogic/useLogic.d.ts +1 -0
  183. package/node/components/DataGrid/Cell/useLogic/useLogic.js +5 -1
  184. package/node/components/DataGrid/DataGrid.js +2 -2
  185. package/node/components/DataGrid/DataGridContext/DataGridContext.d.ts +1 -0
  186. package/node/components/DataGrid/DataGridContext/DataGridContext.js +1 -0
  187. package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.d.ts +2 -1
  188. package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +3 -1
  189. package/node/components/DataGrid/Row/NestedChildren/styles.d.ts +2 -1
  190. package/node/components/DataGrid/Row/styles.d.ts +3 -1
  191. package/node/components/DataGrid/types.d.ts +8 -0
  192. package/node/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.d.ts +2 -1
  193. package/node/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.d.ts +2 -1
  194. package/node/components/DataGridActionCell/SecondaryActionsButton/styles.d.ts +2 -1
  195. package/node/components/DataGridPagination/styles.d.ts +1 -0
  196. package/node/components/DataGridPaginationContainer/styles.d.ts +1 -0
  197. package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
  198. package/node/components/DatePicker/styles.d.ts +2 -1
  199. package/node/components/Description/Description.d.ts +4 -0
  200. package/node/components/Description/Description.js +5 -2
  201. package/node/components/Description/Value/Value.d.ts +1 -1
  202. package/node/components/Description/Value/styles.d.ts +2 -0
  203. package/node/components/Description/constants.d.ts +1 -0
  204. package/node/components/Description/constants.js +1 -0
  205. package/node/components/Description/styles.js +4 -0
  206. package/node/components/DescriptionList/DescriptionList.d.ts +1 -1
  207. package/node/components/DescriptionList/DescriptionList.js +4 -3
  208. package/node/components/DescriptionList/styles.d.ts +2 -1
  209. package/node/components/DescriptionList/types.d.ts +2 -2
  210. package/node/components/Fieldset/styles.d.ts +2 -0
  211. package/node/components/Filename/styles.d.ts +1 -0
  212. package/node/components/FlowButton/styles.d.ts +3 -1
  213. package/node/components/IconButton/IconButton.d.ts +2 -1
  214. package/node/components/IconButton/styles.d.ts +2 -1
  215. package/node/components/JsonViewer/NodeValue/styles.d.ts +3 -0
  216. package/node/components/LegacyNotification/NotificationTemplate/styles.d.ts +4 -1
  217. package/node/components/MenuGroup/styles.d.ts +1 -0
  218. package/node/components/MenuOrganization/OrganizationButton/styles.d.ts +3 -1
  219. package/node/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
  220. package/node/components/MenuOrganization/OrganizationItem/styles.d.ts +2 -1
  221. package/node/components/MenuOrganization/styles.d.ts +1 -0
  222. package/node/components/MinimalisticPagination/styles.d.ts +1 -0
  223. package/node/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
  224. package/node/components/NewStepper/Step/Description/styles.d.ts +1 -0
  225. package/node/components/NewStepper/Step/Label/styles.d.ts +2 -0
  226. package/node/components/NewStepper/Step/styles.d.ts +2 -1
  227. package/node/components/NotFoundPage/styles.d.ts +2 -0
  228. package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js +1 -1
  229. package/node/components/Notification/NotificationStackContainer/styles.d.ts +2 -1
  230. package/node/components/Notification/NotificationTemplate/styles.d.ts +4 -1
  231. package/node/components/NotificationList/ListItem/ListItem.js +1 -1
  232. package/node/components/NotificationList/ListItem/styles.d.ts +1 -0
  233. package/node/components/OverflowTypography/OverflowTypography.d.ts +1 -0
  234. package/node/components/OverflowTypography/styles.d.ts +2 -0
  235. package/node/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
  236. package/node/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
  237. package/node/components/PageHeader/MobilePageActions/styles.d.ts +1 -1
  238. package/node/components/PageHeader/PageActions/PageActions.d.ts +1 -1
  239. package/node/components/PageHeader/PageActions/SecondaryActions/styles.d.ts +2 -1
  240. package/node/components/PageHeader/PageActions/SecondaryVisibleActions/styles.d.ts +2 -1
  241. package/node/components/PageHeader/PageActions/styles.d.ts +2 -1
  242. package/node/components/PageHeader/Title/styles.d.ts +3 -1
  243. package/node/components/Pagination/PaginationItem/PaginationItem.js +1 -1
  244. package/node/components/Pagination/PaginationItem/styles.d.ts +3 -1
  245. package/node/components/PinButton/styles.d.ts +3 -1
  246. package/node/components/Product/styles.d.ts +2 -1
  247. package/node/components/ProductSwitcher/Content/styles.d.ts +1 -0
  248. package/node/components/Profile/styles.d.ts +2 -1
  249. package/node/components/SearchField/styles.d.ts +2 -1
  250. package/node/components/StaticCalendar/StaticCalendarButton/styles.d.ts +2 -1
  251. package/node/components/Tag/styles.d.ts +2 -1
  252. package/node/components/Tree/TreeItem/styles.d.ts +4 -1
  253. package/node/components/Typography/Typography.d.ts +1 -0
  254. package/node/components/Typography/Typography.js +13 -4
  255. package/node/components/Typography/constants.d.ts +1 -0
  256. package/node/components/Typography/constants.js +2 -1
  257. package/node/components/Typography/styles.js +4 -0
  258. package/node/components/Typography/types.d.ts +4 -0
  259. package/node/components/WelcomeScreen/styles.d.ts +2 -0
  260. package/node/components/fileUploading/FileInfo/styles.d.ts +1 -0
  261. package/node/components/index.d.ts +1 -1
  262. package/node/components/placeholders/Placeholder/styles.d.ts +2 -0
  263. package/node/hook-form/EditableText/EditingForm/styles.d.ts +3 -1
  264. package/node/hook-form/EditableText/styles.d.ts +1 -0
  265. package/node/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.d.ts +2 -1
  266. package/node/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.d.ts +4 -2
  267. package/node/hook-form/FormPageLayout/FormPageFooter/styles.d.ts +2 -1
  268. package/node/hook-form/FormPageLayoutBase/FormMobileActions/styles.d.ts +2 -1
  269. package/node/hook-form/FormWizard/Footer/styles.d.ts +2 -1
  270. package/node/hook-form/FormWizardPageLayout/FormWizardFooter/styles.d.ts +2 -1
  271. package/package.json +1 -1
  272. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.d.ts +0 -0
  273. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.d.ts +0 -0
  274. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.js +0 -0
  275. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.d.ts +0 -0
  276. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.d.ts +0 -0
  277. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.js +0 -0
  278. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.d.ts +0 -0
  279. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.d.ts +0 -0
  280. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.js +0 -0
  281. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/types.js +0 -0
  282. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.d.ts +0 -0
  283. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.js +0 -0
  284. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.d.ts +0 -0
  285. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.js +0 -0
  286. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.d.ts +0 -0
  287. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.d.ts +0 -0
  288. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.js +0 -0
  289. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.d.ts +0 -0
  290. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.d.ts +0 -0
  291. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.js +0 -0
  292. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.d.ts +0 -0
  293. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.d.ts +0 -0
  294. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.js +0 -0
  295. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.d.ts +0 -0
  296. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.d.ts +0 -0
  297. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.js +0 -0
  298. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/types.js +0 -0
  299. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.d.ts +0 -0
  300. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.js +0 -0
  301. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.d.ts +0 -0
  302. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.js +0 -0
  303. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.d.ts +0 -0
  304. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.d.ts +0 -0
  305. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.js +0 -0
@@ -29,6 +29,7 @@ export declare const Content: import("../../styled").StyledComponent<import("../
29
29
  component?: import("../../Typography/types").ComponentProp | undefined;
30
30
  isUpperCase?: boolean | undefined;
31
31
  withoutCalt?: boolean | undefined;
32
+ isTabularNums?: boolean | undefined;
32
33
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
33
34
  theme?: import("@emotion/react").Theme | undefined;
34
35
  }, {}, {}>;
@@ -36,12 +37,13 @@ export declare const Header: import("../../styled").StyledComponent<{
36
37
  theme?: import("@emotion/react").Theme | undefined;
37
38
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
38
39
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
39
- export declare const CloseButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
40
+ export declare const CloseButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
40
41
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
41
42
  loading?: boolean | undefined;
42
43
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
43
44
  component?: import("react").ElementType | undefined;
44
45
  selected?: boolean | undefined;
46
+ size?: "large" | "medium" | undefined;
45
47
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
46
48
  theme?: import("@emotion/react").Theme | undefined;
47
49
  }, {}, {}>;
@@ -52,6 +54,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
52
54
  component?: import("../../Typography/types").ComponentProp | undefined;
53
55
  isUpperCase?: boolean | undefined;
54
56
  withoutCalt?: boolean | undefined;
57
+ isTabularNums?: boolean | undefined;
55
58
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
56
59
  theme?: import("@emotion/react").Theme | undefined;
57
60
  }, {}, {}>;
@@ -6,6 +6,7 @@ export declare const Label: import("../styled").StyledComponent<import("../Typog
6
6
  component?: import("../Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  }, {}, {}>;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledButton: import("../../styled/styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledButton: import("../../styled/styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
3
3
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
4
4
  loading?: boolean | undefined;
5
5
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
6
6
  component?: import("react").ElementType | undefined;
7
7
  selected?: boolean | undefined;
8
+ size?: "large" | "medium" | undefined;
8
9
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
9
10
  theme?: import("@emotion/react").Theme | undefined;
10
11
  }, {}, {}>;
@@ -25,6 +26,7 @@ export declare const StyledTypography: import("../../styled/styled").StyledCompo
25
26
  component?: import("../../Typography/types").ComponentProp | undefined;
26
27
  isUpperCase?: boolean | undefined;
27
28
  withoutCalt?: boolean | undefined;
29
+ isTabularNums?: boolean | undefined;
28
30
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
29
31
  theme?: import("@emotion/react").Theme | undefined;
30
32
  } & {
@@ -6,6 +6,7 @@ export declare const Label: import("../../styled").StyledComponent<import("../..
6
6
  component?: import("../../Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  }, {}, {}>;
@@ -8,12 +8,13 @@ export declare const StyledMenuItem: import("../../styled").StyledComponent<impo
8
8
  } & import("react").ClassAttributes<HTMLLIElement> & import("react").LiHTMLAttributes<HTMLLIElement> & import("react").RefAttributes<HTMLLIElement> & {
9
9
  theme?: import("@emotion/react").Theme | undefined;
10
10
  }, {}, {}>;
11
- export declare const StyledButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
11
+ export declare const StyledButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
12
12
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
13
13
  loading?: boolean | undefined;
14
14
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
15
15
  component?: import("react").ElementType | undefined;
16
16
  selected?: boolean | undefined;
17
+ size?: "large" | "medium" | undefined;
17
18
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
18
19
  theme?: import("@emotion/react").Theme | undefined;
19
20
  }, {}, {}>;
@@ -23,6 +23,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
23
23
  component?: import("../Typography/types").ComponentProp | undefined;
24
24
  isUpperCase?: boolean | undefined;
25
25
  withoutCalt?: boolean | undefined;
26
+ isTabularNums?: boolean | undefined;
26
27
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
27
28
  theme?: import("@emotion/react").Theme | undefined;
28
29
  }, {}, {}>;
@@ -6,6 +6,7 @@ export declare const PageItem: import("../styled").StyledComponent<import("../Ty
6
6
  component?: import("../Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  }, {}, {}>;
@@ -632,6 +632,7 @@ export declare const NavMenuItemButtonText: import("../../../styled").StyledComp
632
632
  component?: import("../../../Typography/types").ComponentProp | undefined;
633
633
  isUpperCase?: boolean | undefined;
634
634
  withoutCalt?: boolean | undefined;
635
+ isTabularNums?: boolean | undefined;
635
636
  } & import("react").HTMLAttributes<HTMLParagraphElement> & {
636
637
  children?: import("react").ReactNode;
637
638
  } & import("react").RefAttributes<HTMLElement> & {
@@ -6,6 +6,7 @@ export declare const StyledTypography: import("../../../styled").StyledComponent
6
6
  component?: import("../../../Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  }, {}, {}>;
@@ -10,6 +10,7 @@ export declare const MobileCompactLabel: import("../../../styled").StyledCompone
10
10
  component?: import("../../../Typography/types").ComponentProp | undefined;
11
11
  isUpperCase?: boolean | undefined;
12
12
  withoutCalt?: boolean | undefined;
13
+ isTabularNums?: boolean | undefined;
13
14
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
14
15
  theme?: import("@emotion/react").Theme | undefined;
15
16
  }, {}, {}>;
@@ -20,6 +21,7 @@ export declare const DesktopLabel: import("../../../styled").StyledComponent<imp
20
21
  component?: import("../../../Typography/types").ComponentProp | undefined;
21
22
  isUpperCase?: boolean | undefined;
22
23
  withoutCalt?: boolean | undefined;
24
+ isTabularNums?: boolean | undefined;
23
25
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
24
26
  theme?: import("@emotion/react").Theme | undefined;
25
27
  }, {}, {}>;
@@ -27,12 +27,13 @@ export declare const StepContentWrapper: import("../../styled").StyledComponent<
27
27
  theme?: import("@emotion/react").Theme | undefined;
28
28
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
29
29
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
30
- export declare const StyledButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
30
+ export declare const StyledButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
31
31
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
32
32
  loading?: boolean | undefined;
33
33
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
34
34
  component?: import("react").ElementType | undefined;
35
35
  selected?: boolean | undefined;
36
+ size?: "large" | "medium" | undefined;
36
37
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
37
38
  theme?: import("@emotion/react").Theme | undefined;
38
39
  }, {}, {}>;
@@ -10,6 +10,7 @@ export declare const Header: import("../styled").StyledComponent<import("../Typo
10
10
  component?: import("../Typography/types").ComponentProp | undefined;
11
11
  isUpperCase?: boolean | undefined;
12
12
  withoutCalt?: boolean | undefined;
13
+ isTabularNums?: boolean | undefined;
13
14
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
14
15
  theme?: import("@emotion/react").Theme | undefined;
15
16
  }, {}, {}>;
@@ -20,6 +21,7 @@ export declare const Subheader: import("../styled").StyledComponent<import("../T
20
21
  component?: import("../Typography/types").ComponentProp | undefined;
21
22
  isUpperCase?: boolean | undefined;
22
23
  withoutCalt?: boolean | undefined;
24
+ isTabularNums?: boolean | undefined;
23
25
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
24
26
  theme?: import("@emotion/react").Theme | undefined;
25
27
  }, {}, {}>;
@@ -13,7 +13,7 @@ export const NotificationStackContainer = ({ containerId = NOTIFY_CONTAINER_ID,
13
13
  });
14
14
  return (_jsxs(Wrapper, { className: classNames({
15
15
  [notifyClassnames.container]: isStackExpanded,
16
- }), children: [_jsx("div", { className: notifyClassnames.stackHost, children: _jsx(Inner, { ...props, className: classNames(notifyClassnames.stack, props.className), ...{ stacked: true }, containerId: containerId, pauseOnFocusLoss: true, position: NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${notifyClassnames.body}`, toastClassName: notifyClassnames.root, progressClassName: `${notifyClassnames.progress}` }) }), isVisibleCloseButton && (_jsx(CloseButton, { size: "small", variant: "light", color: "grey", className: classNames({
16
+ }), children: [_jsx("div", { className: notifyClassnames.stackHost, children: _jsx(Inner, { ...props, className: classNames(notifyClassnames.stack, props.className), ...{ stacked: true }, containerId: containerId, pauseOnFocusLoss: true, position: NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${notifyClassnames.body}`, toastClassName: notifyClassnames.root, progressClassName: `${notifyClassnames.progress}` }) }), isVisibleCloseButton && (_jsx(CloseButton, { variant: "light", color: "grey", className: classNames({
17
17
  [notifyClassnames.closeButtonAnimationOut]: isStartedClosingNotify,
18
18
  }), onClick: closeAll, children: "\u0421\u043A\u0440\u044B\u0442\u044C \u0432\u0441\u0435" })), _jsx(StaticInner, { containerId: staticContainerId, position: NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${notifyClassnames.body}`, toastClassName: notifyClassnames.root, progressClassName: `${notifyClassnames.progress}` }), bannerContainer] }));
19
19
  };
@@ -9,12 +9,13 @@ export declare const Inner: import("../../styled").StyledComponent<import("react
9
9
  export declare const StaticInner: import("../../styled").StyledComponent<import("react-toastify-next").ToastContainerProps & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
11
  }, {}, {}>;
12
- export declare const CloseButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
12
+ export declare const CloseButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
13
13
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
14
14
  loading?: boolean | undefined;
15
15
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
16
16
  component?: import("react").ElementType | undefined;
17
17
  selected?: boolean | undefined;
18
+ size?: "large" | "medium" | undefined;
18
19
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
19
20
  theme?: import("@emotion/react").Theme | undefined;
20
21
  }, {}, {}>;
@@ -21,6 +21,7 @@ export declare const Content: import("../../styled").StyledComponent<import("../
21
21
  component?: import("../../Typography/types").ComponentProp | undefined;
22
22
  isUpperCase?: boolean | undefined;
23
23
  withoutCalt?: boolean | undefined;
24
+ isTabularNums?: boolean | undefined;
24
25
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
25
26
  theme?: import("@emotion/react").Theme | undefined;
26
27
  }, {}, {}>;
@@ -32,12 +33,13 @@ export declare const IconWrapper: import("../../styled").StyledComponent<{
32
33
  theme?: import("@emotion/react").Theme | undefined;
33
34
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
34
35
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
35
- export declare const CloseButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
36
+ export declare const CloseButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
36
37
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
37
38
  loading?: boolean | undefined;
38
39
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
39
40
  component?: import("react").ElementType | undefined;
40
41
  selected?: boolean | undefined;
42
+ size?: "large" | "medium" | undefined;
41
43
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
42
44
  theme?: import("@emotion/react").Theme | undefined;
43
45
  }, {}, {}>;
@@ -48,6 +50,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
48
50
  component?: import("../../Typography/types").ComponentProp | undefined;
49
51
  isUpperCase?: boolean | undefined;
50
52
  withoutCalt?: boolean | undefined;
53
+ isTabularNums?: boolean | undefined;
51
54
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
52
55
  theme?: import("@emotion/react").Theme | undefined;
53
56
  }, {}, {}>;
@@ -21,5 +21,5 @@ export const ListItem = ({ id, title, date, text, priority = 'ordinary', actions
21
21
  onViewNotification,
22
22
  isUnread,
23
23
  });
24
- return (_jsxs(Wrapper, { ref: ref, className: rootCva({ hasCloseButton: isDeleteButtonVisible }), children: [_jsx(IconSlot, { children: _jsx(Priority, { priority: priority }) }), _jsxs(ListItemContent, { children: [_jsxs(TitleWrapper, { children: [_jsx(Title, { variant: isUnread ? 'h6' : 'body1', children: title }), _jsx(Typography, { colorIntensity: "600", color: "grey", children: getDateFormat(date) })] }), _jsx(Typography, { variant: "body1", color: "grey", colorIntensity: "800", children: text }), actions && _jsx(Actions, { children: actions })] }), isDeleteButtonVisible && (_jsx(IconButton, { onClick: handleDelete, variant: "text", size: "small", color: "grey", children: _jsx(CrossOutlineMd, {}) }))] }));
24
+ return (_jsxs(Wrapper, { ref: ref, className: rootCva({ hasCloseButton: isDeleteButtonVisible }), children: [_jsx(IconSlot, { children: _jsx(Priority, { priority: priority }) }), _jsxs(ListItemContent, { children: [_jsxs(TitleWrapper, { children: [_jsx(Title, { variant: isUnread ? 'h6' : 'body1', children: title }), _jsx(Typography, { colorIntensity: "600", color: "grey", children: getDateFormat(date) })] }), _jsx(Typography, { variant: "body1", color: "grey", colorIntensity: "800", children: text }), actions && _jsx(Actions, { children: actions })] }), isDeleteButtonVisible && (_jsx(IconButton, { onClick: handleDelete, variant: "text", color: "grey", children: _jsx(CrossOutlineMd, {}) }))] }));
25
25
  };
@@ -11,6 +11,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
11
11
  component?: import("../../Typography/types").ComponentProp | undefined;
12
12
  isUpperCase?: boolean | undefined;
13
13
  withoutCalt?: boolean | undefined;
14
+ isTabularNums?: boolean | undefined;
14
15
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
15
16
  theme?: import("@emotion/react").Theme | undefined;
16
17
  }, {}, {}>;
@@ -344,6 +344,7 @@ export declare const OverflowTypography: import("react").ForwardRefExoticCompone
344
344
  component?: import("../Typography/types").ComponentProp | undefined;
345
345
  isUpperCase?: boolean | undefined;
346
346
  withoutCalt?: boolean | undefined;
347
+ isTabularNums?: boolean | undefined;
347
348
  } & import("react").HTMLAttributes<HTMLParagraphElement> & {
348
349
  children?: import("react").ReactNode;
349
350
  } & import("react").RefAttributes<HTMLElement>>;
@@ -10,6 +10,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
10
10
  component?: import("../Typography/types").ComponentProp | undefined;
11
11
  isUpperCase?: boolean | undefined;
12
12
  withoutCalt?: boolean | undefined;
13
+ isTabularNums?: boolean | undefined;
13
14
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
14
15
  theme?: import("@emotion/react").Theme | undefined;
15
16
  } & OverflowTypographyWrapperProps, {}, {}>;
@@ -20,6 +21,7 @@ export declare const Wrapper: import("../styled").StyledComponent<import("../Typ
20
21
  component?: import("../Typography/types").ComponentProp | undefined;
21
22
  isUpperCase?: boolean | undefined;
22
23
  withoutCalt?: boolean | undefined;
24
+ isTabularNums?: boolean | undefined;
23
25
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
24
26
  theme?: import("@emotion/react").Theme | undefined;
25
27
  } & {
@@ -6,6 +6,7 @@ export declare const TitleWrapper: import("../../../styled").StyledComponent<imp
6
6
  component?: import("../../../Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  }, {}, {}>;
@@ -6,6 +6,7 @@ export declare const StyledTypography: import("../../../styled").StyledComponent
6
6
  component?: import("../../../Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  }, {}, {}>;
@@ -20,7 +20,7 @@ export declare const SecondaryActionsWrapper: import("../../styled").StyledCompo
20
20
  export declare const StyledMainActions: import("../../styled").StyledComponent<Omit<import("../../ActionGroup").MainActionsProps<import("react").ElementType>, "actions"> & {
21
21
  actions?: import("../..").MainAction<import("react").ElementType>[] | undefined;
22
22
  className?: string | undefined;
23
- size: "large" | "medium";
23
+ size: import("../..").ButtonSize;
24
24
  spacing?: number | undefined;
25
25
  } & {
26
26
  theme?: import("@emotion/react").Theme | undefined;
@@ -1,7 +1,7 @@
1
1
  import { type ElementType } from 'react';
2
2
  export declare const PageActions: <TMainActionComponent extends ElementType = ElementType, TSecondaryActionComponent extends ElementType = ElementType>(props: import("../..").ActionGroupProps<TMainActionComponent, TSecondaryActionComponent> & {
3
3
  isLoading?: boolean | undefined;
4
- size?: "large" | "medium" | undefined;
4
+ size?: import("../..").ButtonSize | undefined;
5
5
  spacing?: number | undefined;
6
6
  withCollapseOnLaptop?: boolean | undefined;
7
7
  } & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledMobileButton: import("../../../styled").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledMobileButton: import("../../../styled").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
3
3
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
4
4
  loading?: boolean | undefined;
5
5
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
6
6
  component?: import("react").ElementType | undefined;
7
7
  selected?: boolean | undefined;
8
+ size?: "large" | "medium" | undefined;
8
9
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
9
10
  theme?: import("@emotion/react").Theme | undefined;
10
11
  }, {}, {}>;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledMobileButton: import("../../../styled").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledMobileButton: import("../../../styled").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
3
3
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
4
4
  loading?: boolean | undefined;
5
5
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
6
6
  component?: import("react").ElementType | undefined;
7
7
  selected?: boolean | undefined;
8
+ size?: "large" | "medium" | undefined;
8
9
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
9
10
  theme?: import("@emotion/react").Theme | undefined;
10
11
  }, {}, {}>;
@@ -25,12 +25,13 @@ export declare const ActionWrapper: import("../../styled").StyledComponent<{
25
25
  } & {
26
26
  $spacing: number;
27
27
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
- export declare const FocusModeButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
28
+ export declare const FocusModeButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
29
29
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
30
30
  loading?: boolean | undefined;
31
31
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
32
32
  component?: import("react").ElementType | undefined;
33
33
  selected?: boolean | undefined;
34
+ size?: "large" | "medium" | undefined;
34
35
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
35
36
  theme?: import("@emotion/react").Theme | undefined;
36
37
  }, {}, {}>;
@@ -6,18 +6,20 @@ export declare const TitleWrapper: import("../../styled").StyledComponent<import
6
6
  component?: import("../../Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  } & {
12
13
  $hasDescription?: boolean | undefined;
13
14
  $hasBreadcrumbs?: boolean | undefined;
14
15
  }, {}, {}>;
15
- export declare const BackButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
16
+ export declare const BackButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
16
17
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
17
18
  loading?: boolean | undefined;
18
19
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
19
20
  component?: import("react").ElementType | undefined;
20
21
  selected?: boolean | undefined;
22
+ size?: "large" | "medium" | undefined;
21
23
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
22
24
  theme?: import("@emotion/react").Theme | undefined;
23
25
  }, {}, {}>;
@@ -15,7 +15,7 @@ export const PaginationItem = ({ pageNumber, type, selected, disabled, onClick,
15
15
  if (type === 'start-ellipsis' || type === 'end-ellipsis') {
16
16
  return (_jsx(Ellipsis, { className: ellipsisCva({ disabled: restPropsDisabled }), children: "\u2026" }));
17
17
  }
18
- const PaginationButton = ({ children, ...rest }) => (_jsx(StyledButton, { variant: "text", color: "grey", size: "small", selected: selected, disabled: disabled || restPropsDisabled, onClick: (e) => {
18
+ const PaginationButton = ({ children, ...rest }) => (_jsx(StyledButton, { variant: "text", color: "grey", selected: selected, disabled: disabled || restPropsDisabled, onClick: (e) => {
19
19
  onItemClick(pageNumber, onClick, e);
20
20
  }, ...rest, children: children }));
21
21
  if (type === 'page') {
@@ -6,15 +6,17 @@ export declare const Ellipsis: import("../../styled").StyledComponent<import("..
6
6
  component?: import("../../Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  }, {}, {}>;
12
- export declare const StyledButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
13
+ export declare const StyledButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
13
14
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
14
15
  loading?: boolean | undefined;
15
16
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
16
17
  component?: import("react").ElementType | undefined;
17
18
  selected?: boolean | undefined;
19
+ size?: "large" | "medium" | undefined;
18
20
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
19
21
  theme?: import("@emotion/react").Theme | undefined;
20
22
  }, {}, {}>;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const TogglerButton: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const TogglerButton: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
3
3
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
4
4
  loading?: boolean | undefined;
5
5
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
6
6
  component?: import("react").ElementType | undefined;
7
7
  selected?: boolean | undefined;
8
+ size?: "large" | "medium" | undefined;
8
9
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
9
10
  theme?: import("@emotion/react").Theme | undefined;
10
11
  }, {}, {}>;
@@ -15,6 +16,7 @@ export declare const Content: import("../styled").StyledComponent<import("../Typ
15
16
  component?: import("../Typography/types").ComponentProp | undefined;
16
17
  isUpperCase?: boolean | undefined;
17
18
  withoutCalt?: boolean | undefined;
19
+ isTabularNums?: boolean | undefined;
18
20
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
19
21
  theme?: import("@emotion/react").Theme | undefined;
20
22
  }, {}, {}>;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledButton: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledButton: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
3
3
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
4
4
  loading?: boolean | undefined;
5
5
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
6
6
  component?: import("react").ElementType | undefined;
7
7
  selected?: boolean | undefined;
8
+ size?: "large" | "medium" | undefined;
8
9
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
9
10
  theme?: import("@emotion/react").Theme | undefined;
10
11
  }, {}, {}>;
@@ -20,6 +20,7 @@ export declare const ProductName: import("../../styled").StyledComponent<import(
20
20
  component?: import("../../Typography/types").ComponentProp | undefined;
21
21
  isUpperCase?: boolean | undefined;
22
22
  withoutCalt?: boolean | undefined;
23
+ isTabularNums?: boolean | undefined;
23
24
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
24
25
  theme?: import("@emotion/react").Theme | undefined;
25
26
  }, {}, {}>;
@@ -1,11 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { type AvatarProps } from '../Avatar';
3
- export declare const ProfileRoot: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
3
+ export declare const ProfileRoot: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
4
4
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
5
5
  loading?: boolean | undefined;
6
6
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
7
7
  component?: import("react").ElementType | undefined;
8
8
  selected?: boolean | undefined;
9
+ size?: "large" | "medium" | undefined;
9
10
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  }, {}, {}>;
@@ -7,12 +7,13 @@ export declare const SearchIcon: import("../styled").StyledComponent<{
7
7
  } & import("react").SVGProps<SVGSVGElement> & {
8
8
  theme?: import("@emotion/react").Theme | undefined;
9
9
  }, {}, {}>;
10
- export declare const StyledIconButton: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
10
+ export declare const StyledIconButton: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
11
11
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
12
12
  loading?: boolean | undefined;
13
13
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
14
14
  component?: import("react").ElementType | undefined;
15
15
  selected?: boolean | undefined;
16
+ size?: "large" | "medium" | undefined;
16
17
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
17
18
  theme?: import("@emotion/react").Theme | undefined;
18
19
  } & {
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const Wrapper: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const Wrapper: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
3
3
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
4
4
  loading?: boolean | undefined;
5
5
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
6
6
  component?: import("react").ElementType | undefined;
7
7
  selected?: boolean | undefined;
8
+ size?: "large" | "medium" | undefined;
8
9
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
9
10
  theme?: import("@emotion/react").Theme | undefined;
10
11
  }, {}, {}>;
@@ -28,12 +28,13 @@ export declare const IconWrapper: import("../styled").StyledComponent<{
28
28
  theme?: import("@emotion/react").Theme | undefined;
29
29
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
30
30
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
31
- export declare const StyledIconButton: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material/Button").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
31
+ export declare const StyledIconButton: import("../styled").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material/Button").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
32
32
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
33
33
  loading?: boolean | undefined;
34
34
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
35
35
  component?: import("react").ElementType | undefined;
36
36
  selected?: boolean | undefined;
37
+ size?: "large" | "medium" | undefined;
37
38
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
38
39
  theme?: import("@emotion/react").Theme | undefined;
39
40
  } & {
@@ -14,12 +14,13 @@ export declare const ItemContent: import("../../styled").StyledComponent<{
14
14
  $isDisabled: boolean;
15
15
  $level: number;
16
16
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
17
- export declare const CollapseButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
17
+ export declare const CollapseButton: import("../../styled").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
18
18
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
19
19
  loading?: boolean | undefined;
20
20
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
21
21
  component?: import("react").ElementType | undefined;
22
22
  selected?: boolean | undefined;
23
+ size?: "large" | "medium" | undefined;
23
24
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
24
25
  theme?: import("@emotion/react").Theme | undefined;
25
26
  } & {
@@ -48,6 +49,7 @@ export declare const Label: import("../../styled").StyledComponent<import("../..
48
49
  component?: import("../../Typography/types").ComponentProp | undefined;
49
50
  isUpperCase?: boolean | undefined;
50
51
  withoutCalt?: boolean | undefined;
52
+ isTabularNums?: boolean | undefined;
51
53
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
52
54
  theme?: import("@emotion/react").Theme | undefined;
53
55
  }, {}, {}>;
@@ -394,6 +396,7 @@ export declare const Note: import("../../styled").StyledComponent<import("../../
394
396
  component?: import("../../Typography/types").ComponentProp | undefined;
395
397
  isUpperCase?: boolean | undefined;
396
398
  withoutCalt?: boolean | undefined;
399
+ isTabularNums?: boolean | undefined;
397
400
  } & import("react").HTMLAttributes<HTMLParagraphElement> & {
398
401
  children?: import("react").ReactNode;
399
402
  } & import("react").RefAttributes<HTMLElement> & {