@astral/ui 4.69.0 → 4.70.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 (179) hide show
  1. package/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.d.ts +3 -2
  2. package/components/ActionGroup/MainActions/styles.d.ts +2 -1
  3. package/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +2 -1
  4. package/components/Alert/styles.d.ts +2 -1
  5. package/components/AutoSaveIndicator/ErrorState/styles.d.ts +2 -1
  6. package/components/AutoSaveIndicator/styles.d.ts +2 -1
  7. package/components/Button/Button.d.ts +2 -1
  8. package/components/Button/types.d.ts +4 -3
  9. package/components/CardGridInfinite/Card/SecondaryActionButton/styles.d.ts +2 -1
  10. package/components/CheckableTag/CheckableTag.d.ts +0 -1
  11. package/components/CheckableTag/CheckableTag.js +0 -1
  12. package/components/CollapsibleTypography/styles.d.ts +2 -1
  13. package/components/ConfirmDialog/styles.d.ts +2 -1
  14. package/components/DashboardAlert/styles.d.ts +2 -1
  15. package/components/DashboardLayout/Container/styles.js +1 -1
  16. package/components/DashboardLayout/DashboardLayout.d.ts +1 -1
  17. package/components/DashboardLayout/DashboardLayout.js +1 -1
  18. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.js +5 -5
  19. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.js +1 -1
  20. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.js +1 -1
  21. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.d.ts +6 -6
  22. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.js +8 -8
  23. package/{node/components → components/DashboardLayout}/DashboardSidebar/types.d.ts +1 -1
  24. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.js +3 -3
  25. package/{node/components → components/DashboardLayout}/DashboardSidebar/useLogic/useLogic.d.ts +2 -2
  26. package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/useLogic.js +7 -7
  27. package/components/DashboardLayout/Header/styles.d.ts +2 -1
  28. package/components/DashboardLayout/Header/styles.js +1 -1
  29. package/components/DashboardLayout/index.d.ts +1 -0
  30. package/components/DashboardLayout/public.d.ts +1 -1
  31. package/components/DashboardSidebarButton/styles.d.ts +2 -1
  32. package/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +1 -1
  33. package/components/DataGrid/Row/NestedChildren/styles.d.ts +2 -1
  34. package/components/DataGrid/Row/styles.d.ts +2 -1
  35. package/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.d.ts +2 -1
  36. package/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.d.ts +2 -1
  37. package/components/DataGridActionCell/SecondaryActionsButton/styles.d.ts +2 -1
  38. package/components/DatePicker/styles.d.ts +2 -1
  39. package/components/FlowButton/styles.d.ts +2 -1
  40. package/components/IconButton/IconButton.d.ts +2 -1
  41. package/components/IconButton/styles.d.ts +2 -1
  42. package/components/LegacyNotification/NotificationTemplate/styles.d.ts +2 -1
  43. package/components/MenuOrganization/OrganizationButton/styles.d.ts +2 -1
  44. package/components/MenuOrganization/OrganizationItem/styles.d.ts +2 -1
  45. package/components/NewStepper/Step/styles.d.ts +2 -1
  46. package/components/Notification/NotificationStackContainer/NotificationStackContainer.js +1 -1
  47. package/components/Notification/NotificationStackContainer/styles.d.ts +2 -1
  48. package/components/Notification/NotificationTemplate/styles.d.ts +2 -1
  49. package/components/NotificationList/ListItem/ListItem.js +1 -1
  50. package/components/PageHeader/MobilePageActions/styles.d.ts +1 -1
  51. package/components/PageHeader/PageActions/PageActions.d.ts +1 -1
  52. package/components/PageHeader/PageActions/SecondaryActions/styles.d.ts +2 -1
  53. package/components/PageHeader/PageActions/SecondaryVisibleActions/styles.d.ts +2 -1
  54. package/components/PageHeader/PageActions/styles.d.ts +2 -1
  55. package/components/PageHeader/Title/styles.d.ts +2 -1
  56. package/components/Pagination/PaginationItem/PaginationItem.js +1 -1
  57. package/components/Pagination/PaginationItem/styles.d.ts +2 -1
  58. package/components/PinButton/styles.d.ts +2 -1
  59. package/components/Product/styles.d.ts +2 -1
  60. package/components/Profile/styles.d.ts +2 -1
  61. package/components/SearchField/styles.d.ts +2 -1
  62. package/components/StaticCalendar/StaticCalendarButton/styles.d.ts +2 -1
  63. package/components/Tag/styles.d.ts +2 -1
  64. package/components/Tree/TreeItem/styles.d.ts +2 -1
  65. package/components/index.d.ts +1 -1
  66. package/hook-form/EditableText/EditingForm/styles.d.ts +2 -1
  67. package/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.d.ts +2 -1
  68. package/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.d.ts +4 -2
  69. package/hook-form/FormPageLayout/FormPageFooter/styles.d.ts +2 -1
  70. package/hook-form/FormPageLayoutBase/FormMobileActions/styles.d.ts +2 -1
  71. package/hook-form/FormWizard/Footer/styles.d.ts +2 -1
  72. package/hook-form/FormWizardPageLayout/FormWizardFooter/styles.d.ts +2 -1
  73. package/node/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.d.ts +3 -2
  74. package/node/components/ActionGroup/MainActions/styles.d.ts +2 -1
  75. package/node/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +2 -1
  76. package/node/components/Alert/styles.d.ts +2 -1
  77. package/node/components/AutoSaveIndicator/ErrorState/styles.d.ts +2 -1
  78. package/node/components/AutoSaveIndicator/styles.d.ts +2 -1
  79. package/node/components/Button/Button.d.ts +2 -1
  80. package/node/components/Button/types.d.ts +4 -3
  81. package/node/components/CardGridInfinite/Card/SecondaryActionButton/styles.d.ts +2 -1
  82. package/node/components/CheckableTag/CheckableTag.d.ts +0 -1
  83. package/node/components/CheckableTag/CheckableTag.js +0 -1
  84. package/node/components/CollapsibleTypography/styles.d.ts +2 -1
  85. package/node/components/ConfirmDialog/styles.d.ts +2 -1
  86. package/node/components/DashboardAlert/styles.d.ts +2 -1
  87. package/node/components/DashboardLayout/Container/styles.js +6 -6
  88. package/node/components/DashboardLayout/DashboardLayout.d.ts +1 -1
  89. package/node/components/DashboardLayout/DashboardLayout.js +1 -1
  90. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.js +5 -5
  91. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.js +1 -1
  92. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.js +1 -1
  93. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.d.ts +1 -1
  94. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/styles.js +12 -12
  95. package/{components → node/components/DashboardLayout}/DashboardSidebar/types.d.ts +1 -1
  96. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.js +3 -3
  97. package/{components → node/components/DashboardLayout}/DashboardSidebar/useLogic/useLogic.d.ts +2 -2
  98. package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/useLogic.js +7 -7
  99. package/node/components/DashboardLayout/Header/styles.d.ts +2 -1
  100. package/node/components/DashboardLayout/Header/styles.js +20 -20
  101. package/node/components/DashboardLayout/index.d.ts +1 -0
  102. package/node/components/DashboardLayout/public.d.ts +1 -1
  103. package/node/components/DashboardSidebarButton/styles.d.ts +2 -1
  104. package/node/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +1 -1
  105. package/node/components/DataGrid/Row/NestedChildren/styles.d.ts +2 -1
  106. package/node/components/DataGrid/Row/styles.d.ts +2 -1
  107. package/node/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.d.ts +2 -1
  108. package/node/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.d.ts +2 -1
  109. package/node/components/DataGridActionCell/SecondaryActionsButton/styles.d.ts +2 -1
  110. package/node/components/DatePicker/styles.d.ts +2 -1
  111. package/node/components/FlowButton/styles.d.ts +2 -1
  112. package/node/components/IconButton/IconButton.d.ts +2 -1
  113. package/node/components/IconButton/styles.d.ts +2 -1
  114. package/node/components/LegacyNotification/NotificationTemplate/styles.d.ts +2 -1
  115. package/node/components/MenuOrganization/OrganizationButton/styles.d.ts +2 -1
  116. package/node/components/MenuOrganization/OrganizationItem/styles.d.ts +2 -1
  117. package/node/components/NewStepper/Step/styles.d.ts +2 -1
  118. package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js +1 -1
  119. package/node/components/Notification/NotificationStackContainer/styles.d.ts +2 -1
  120. package/node/components/Notification/NotificationTemplate/styles.d.ts +2 -1
  121. package/node/components/NotificationList/ListItem/ListItem.js +1 -1
  122. package/node/components/PageHeader/MobilePageActions/styles.d.ts +1 -1
  123. package/node/components/PageHeader/PageActions/PageActions.d.ts +1 -1
  124. package/node/components/PageHeader/PageActions/SecondaryActions/styles.d.ts +2 -1
  125. package/node/components/PageHeader/PageActions/SecondaryVisibleActions/styles.d.ts +2 -1
  126. package/node/components/PageHeader/PageActions/styles.d.ts +2 -1
  127. package/node/components/PageHeader/Title/styles.d.ts +2 -1
  128. package/node/components/Pagination/PaginationItem/PaginationItem.js +1 -1
  129. package/node/components/Pagination/PaginationItem/styles.d.ts +2 -1
  130. package/node/components/PinButton/styles.d.ts +2 -1
  131. package/node/components/Product/styles.d.ts +2 -1
  132. package/node/components/Profile/styles.d.ts +2 -1
  133. package/node/components/SearchField/styles.d.ts +2 -1
  134. package/node/components/StaticCalendar/StaticCalendarButton/styles.d.ts +2 -1
  135. package/node/components/Tag/styles.d.ts +2 -1
  136. package/node/components/Tree/TreeItem/styles.d.ts +2 -1
  137. package/node/components/index.d.ts +1 -1
  138. package/node/hook-form/EditableText/EditingForm/styles.d.ts +2 -1
  139. package/node/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.d.ts +2 -1
  140. package/node/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.d.ts +4 -2
  141. package/node/hook-form/FormPageLayout/FormPageFooter/styles.d.ts +2 -1
  142. package/node/hook-form/FormPageLayoutBase/FormMobileActions/styles.d.ts +2 -1
  143. package/node/hook-form/FormWizard/Footer/styles.d.ts +2 -1
  144. package/node/hook-form/FormWizardPageLayout/FormWizardFooter/styles.d.ts +2 -1
  145. package/package.json +1 -1
  146. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.d.ts +0 -0
  147. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.d.ts +0 -0
  148. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.js +0 -0
  149. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.d.ts +0 -0
  150. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.d.ts +0 -0
  151. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.js +0 -0
  152. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.d.ts +0 -0
  153. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.d.ts +0 -0
  154. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.js +0 -0
  155. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/types.js +0 -0
  156. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.d.ts +0 -0
  157. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.js +0 -0
  158. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.d.ts +0 -0
  159. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.js +0 -0
  160. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.d.ts +0 -0
  161. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.d.ts +0 -0
  162. /package/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.js +0 -0
  163. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/DashboardSidebar.d.ts +0 -0
  164. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.d.ts +0 -0
  165. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/SidebarNav.js +0 -0
  166. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/constants.d.ts +0 -0
  167. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.d.ts +0 -0
  168. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/SidebarNav/index.js +0 -0
  169. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/constants.d.ts +0 -0
  170. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.d.ts +0 -0
  171. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/index.js +0 -0
  172. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/types.js +0 -0
  173. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.d.ts +0 -0
  174. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/index.js +0 -0
  175. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.d.ts +0 -0
  176. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/index.js +0 -0
  177. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/hooks/useCloseSidebarOnMobile/useCloseSidebarOnMobile.d.ts +0 -0
  178. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.d.ts +0 -0
  179. /package/node/components/{DashboardSidebar → DashboardLayout/DashboardSidebar}/useLogic/index.js +0 -0
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const SidebarButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const SidebarButton: import("@emotion/styled/dist/declarations/src/types").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
  } & {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DashboardSidebarSkeleton = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
- const constants_1 = require("../DashboardSidebar/constants");
5
+ const constants_1 = require("../DashboardLayout/DashboardSidebar/constants");
6
6
  const Skeleton_1 = require("../Skeleton");
7
7
  const classNames_1 = require("../utils/classNames");
8
8
  const styles_1 = require("./styles");
@@ -14,12 +14,13 @@ export declare const MoreButtonRow: import("@emotion/styled/dist/declarations/sr
14
14
  $isShowConnector: boolean;
15
15
  $gridColumns: string;
16
16
  }, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
17
- export declare const MoreButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
17
+ export declare const MoreButton: import("@emotion/styled/dist/declarations/src/types").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
  } & {
@@ -20,12 +20,13 @@ export declare const CollapseCell: import("@emotion/styled/dist/declarations/src
20
20
  theme?: import("@emotion/react").Theme | undefined;
21
21
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
22
22
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
23
- export declare const CollapseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
23
+ export declare const CollapseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
24
24
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
25
25
  loading?: boolean | undefined;
26
26
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
27
27
  component?: import("react").ElementType | undefined;
28
28
  selected?: boolean | undefined;
29
+ size?: "large" | "medium" | undefined;
29
30
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
30
31
  theme?: import("@emotion/react").Theme | undefined;
31
32
  }, {}, {}>;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").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 StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").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 StyledIconButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").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 ConfirmButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const ConfirmButton: import("@emotion/styled/dist/declarations/src/types").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 StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").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
  import { type ElementType } from 'react';
2
2
  import { type ButtonProps } from '../Button';
3
3
  export type IconButtonProps<TComponent extends ElementType = ElementType> = ButtonProps<TComponent>;
4
- export declare const IconButton: <TComponent extends ElementType>(props: Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
4
+ export declare const IconButton: <TComponent extends ElementType>(props: Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
5
5
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
6
6
  loading?: boolean | undefined;
7
7
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
8
8
  component?: TComponent | undefined;
9
9
  selected?: boolean | undefined;
10
+ size?: "large" | "medium" | undefined;
10
11
  } & Omit<import("react").ComponentPropsWithRef<ElementType extends TComponent ? "button" : TComponent>, ""> & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").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
  }, {}, {}>;
@@ -36,12 +36,13 @@ export declare const Header: import("@emotion/styled/dist/declarations/src/types
36
36
  theme?: import("@emotion/react").Theme | undefined;
37
37
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
38
38
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
39
- export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
39
+ export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
40
40
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
41
41
  loading?: boolean | undefined;
42
42
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
43
43
  component?: import("react").ElementType | undefined;
44
44
  selected?: boolean | undefined;
45
+ size?: "large" | "medium" | undefined;
45
46
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
46
47
  theme?: import("@emotion/react").Theme | undefined;
47
48
  }, {}, {}>;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").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
  }, {}, {}>;
@@ -8,12 +8,13 @@ export declare const StyledMenuItem: import("@emotion/styled/dist/declarations/s
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("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
11
+ export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").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
  }, {}, {}>;
@@ -27,12 +27,13 @@ export declare const StepContentWrapper: import("@emotion/styled/dist/declaratio
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("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
30
+ export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").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
  }, {}, {}>;
@@ -16,7 +16,7 @@ const NotificationStackContainer = ({ containerId = constants_1.NOTIFY_CONTAINER
16
16
  });
17
17
  return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { className: (0, classNames_1.classNames)({
18
18
  [constants_1.notifyClassnames.container]: isStackExpanded,
19
- }), children: [(0, jsx_runtime_1.jsx)("div", { className: constants_1.notifyClassnames.stackHost, children: (0, jsx_runtime_1.jsx)(styles_1.Inner, { ...props, className: (0, classNames_1.classNames)(constants_1.notifyClassnames.stack, props.className), ...{ stacked: true }, containerId: containerId, pauseOnFocusLoss: true, position: constants_1.NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${constants_1.notifyClassnames.body}`, toastClassName: constants_1.notifyClassnames.root, progressClassName: `${constants_1.notifyClassnames.progress}` }) }), isVisibleCloseButton && ((0, jsx_runtime_1.jsx)(styles_1.CloseButton, { size: "small", variant: "light", color: "grey", className: (0, classNames_1.classNames)({
19
+ }), children: [(0, jsx_runtime_1.jsx)("div", { className: constants_1.notifyClassnames.stackHost, children: (0, jsx_runtime_1.jsx)(styles_1.Inner, { ...props, className: (0, classNames_1.classNames)(constants_1.notifyClassnames.stack, props.className), ...{ stacked: true }, containerId: containerId, pauseOnFocusLoss: true, position: constants_1.NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${constants_1.notifyClassnames.body}`, toastClassName: constants_1.notifyClassnames.root, progressClassName: `${constants_1.notifyClassnames.progress}` }) }), isVisibleCloseButton && ((0, jsx_runtime_1.jsx)(styles_1.CloseButton, { variant: "light", color: "grey", className: (0, classNames_1.classNames)({
20
20
  [constants_1.notifyClassnames.closeButtonAnimationOut]: isStartedClosingNotify,
21
21
  }), onClick: closeAll, children: "\u0421\u043A\u0440\u044B\u0442\u044C \u0432\u0441\u0435" })), (0, jsx_runtime_1.jsx)(styles_1.StaticInner, { containerId: staticContainerId, position: constants_1.NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${constants_1.notifyClassnames.body}`, toastClassName: constants_1.notifyClassnames.root, progressClassName: `${constants_1.notifyClassnames.progress}` }), bannerContainer] }));
22
22
  };
@@ -9,12 +9,13 @@ export declare const Inner: import("@emotion/styled/dist/declarations/src/types"
9
9
  export declare const StaticInner: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("react-toastify-next").ToastContainerProps & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
11
  }, {}, {}>;
12
- export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
12
+ export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").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
  }, {}, {}>;
@@ -32,12 +32,13 @@ export declare const IconWrapper: import("@emotion/styled/dist/declarations/src/
32
32
  theme?: import("@emotion/react").Theme | undefined;
33
33
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
34
34
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
35
- export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
35
+ export declare const CloseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
36
36
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
37
37
  loading?: boolean | undefined;
38
38
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
39
39
  component?: import("react").ElementType | undefined;
40
40
  selected?: boolean | undefined;
41
+ size?: "large" | "medium" | undefined;
41
42
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
42
43
  theme?: import("@emotion/react").Theme | undefined;
43
44
  }, {}, {}>;
@@ -24,6 +24,6 @@ const ListItem = ({ id, title, date, text, priority = 'ordinary', actions, isUnr
24
24
  onViewNotification,
25
25
  isUnread,
26
26
  });
27
- return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { ref: ref, className: rootCva({ hasCloseButton: isDeleteButtonVisible }), children: [(0, jsx_runtime_1.jsx)(styles_1.IconSlot, { children: (0, jsx_runtime_1.jsx)(styles_1.Priority, { priority: priority }) }), (0, jsx_runtime_1.jsxs)(styles_1.ListItemContent, { children: [(0, jsx_runtime_1.jsxs)(styles_1.TitleWrapper, { children: [(0, jsx_runtime_1.jsx)(styles_1.Title, { variant: isUnread ? 'h6' : 'body1', children: title }), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { colorIntensity: "600", color: "grey", children: (0, utils_1.getDateFormat)(date) })] }), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { variant: "body1", color: "grey", colorIntensity: "800", children: text }), actions && (0, jsx_runtime_1.jsx)(styles_1.Actions, { children: actions })] }), isDeleteButtonVisible && ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { onClick: handleDelete, variant: "text", size: "small", color: "grey", children: (0, jsx_runtime_1.jsx)(CrossOutlineMd_1.CrossOutlineMd, {}) }))] }));
27
+ return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { ref: ref, className: rootCva({ hasCloseButton: isDeleteButtonVisible }), children: [(0, jsx_runtime_1.jsx)(styles_1.IconSlot, { children: (0, jsx_runtime_1.jsx)(styles_1.Priority, { priority: priority }) }), (0, jsx_runtime_1.jsxs)(styles_1.ListItemContent, { children: [(0, jsx_runtime_1.jsxs)(styles_1.TitleWrapper, { children: [(0, jsx_runtime_1.jsx)(styles_1.Title, { variant: isUnread ? 'h6' : 'body1', children: title }), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { colorIntensity: "600", color: "grey", children: (0, utils_1.getDateFormat)(date) })] }), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { variant: "body1", color: "grey", colorIntensity: "800", children: text }), actions && (0, jsx_runtime_1.jsx)(styles_1.Actions, { children: actions })] }), isDeleteButtonVisible && ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { onClick: handleDelete, variant: "text", color: "grey", children: (0, jsx_runtime_1.jsx)(CrossOutlineMd_1.CrossOutlineMd, {}) }))] }));
28
28
  };
29
29
  exports.ListItem = ListItem;
@@ -20,7 +20,7 @@ export declare const SecondaryActionsWrapper: import("@emotion/styled/dist/decla
20
20
  export declare const StyledMainActions: import("@emotion/styled/dist/declarations/src/types").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("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledMobileButton: import("@emotion/styled/dist/declarations/src/types").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("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledMobileButton: import("@emotion/styled/dist/declarations/src/types").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("@emotion/styled/dist/declarations/sr
25
25
  } & {
26
26
  $spacing: number;
27
27
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
- export declare const FocusModeButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
28
+ export declare const FocusModeButton: import("@emotion/styled/dist/declarations/src/types").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
  }, {}, {}>;
@@ -12,12 +12,13 @@ export declare const TitleWrapper: import("@emotion/styled/dist/declarations/src
12
12
  $hasDescription?: boolean | undefined;
13
13
  $hasBreadcrumbs?: boolean | undefined;
14
14
  }, {}, {}>;
15
- export declare const BackButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
15
+ export declare const BackButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
16
16
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
17
17
  loading?: boolean | undefined;
18
18
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
19
19
  component?: import("react").ElementType | undefined;
20
20
  selected?: boolean | undefined;
21
+ size?: "large" | "medium" | undefined;
21
22
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
22
23
  theme?: import("@emotion/react").Theme | undefined;
23
24
  }, {}, {}>;
@@ -18,7 +18,7 @@ const PaginationItem = ({ pageNumber, type, selected, disabled, onClick, onItemC
18
18
  if (type === 'start-ellipsis' || type === 'end-ellipsis') {
19
19
  return ((0, jsx_runtime_1.jsx)(styles_1.Ellipsis, { className: ellipsisCva({ disabled: restPropsDisabled }), children: "\u2026" }));
20
20
  }
21
- const PaginationButton = ({ children, ...rest }) => ((0, jsx_runtime_1.jsx)(styles_1.StyledButton, { variant: "text", color: "grey", size: "small", selected: selected, disabled: disabled || restPropsDisabled, onClick: (e) => {
21
+ const PaginationButton = ({ children, ...rest }) => ((0, jsx_runtime_1.jsx)(styles_1.StyledButton, { variant: "text", color: "grey", selected: selected, disabled: disabled || restPropsDisabled, onClick: (e) => {
22
22
  onItemClick(pageNumber, onClick, e);
23
23
  }, ...rest, children: children }));
24
24
  if (type === 'page') {
@@ -9,12 +9,13 @@ export declare const Ellipsis: import("@emotion/styled/dist/declarations/src/typ
9
9
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
11
  }, {}, {}>;
12
- export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
12
+ export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").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
  }, {}, {}>;
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const TogglerButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const TogglerButton: import("@emotion/styled/dist/declarations/src/types").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 StyledButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const StyledButton: import("@emotion/styled/dist/declarations/src/types").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,11 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { type AvatarProps } from '../Avatar';
3
- export declare const ProfileRoot: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
3
+ export declare const ProfileRoot: import("@emotion/styled/dist/declarations/src/types").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("@emotion/styled/dist/declarations/src/t
7
7
  } & import("react").SVGProps<SVGSVGElement> & {
8
8
  theme?: import("@emotion/react").Theme | undefined;
9
9
  }, {}, {}>;
10
- export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
10
+ export declare const StyledIconButton: import("@emotion/styled/dist/declarations/src/types").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("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
2
+ export declare const Wrapper: import("@emotion/styled/dist/declarations/src/types").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("@emotion/styled/dist/declarations/src/
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("@emotion/styled/dist/declarations/src/types").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("@emotion/styled/dist/declarations/src/types").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("@emotion/styled/dist/declarations/src/
14
14
  $isDisabled: boolean;
15
15
  $level: number;
16
16
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
17
- export declare const CollapseButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
17
+ export declare const CollapseButton: import("@emotion/styled/dist/declarations/src/types").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
  } & {
@@ -34,7 +34,7 @@ export { Counter, type CounterProps } from './Counter';
34
34
  export { DashboardAlert, type DashboardAlertProps } from './DashboardAlert';
35
35
  export { type DashboardLayoutProps, DashboardLayout, } from './DashboardLayout';
36
36
  export { DashboardContext, type DashboardContextProps, } from './DashboardContext';
37
- export type { DashboardSidebarProps } from './DashboardSidebar';
37
+ export type { DashboardSidebarProps } from './DashboardLayout';
38
38
  export { DashboardSidebarButton as SidebarButton } from './DashboardSidebarButton';
39
39
  export { DashboardSidebarCounter as SidebarCounter, type DashboardSidebarCounterProps as SidebarCounterProps, } from './DashboardSidebarCounter';
40
40
  export { DashboardMenuSidebarButton as MenuSidebarButton, type DashboardMenuSidebarButtonProps as MenuSidebarButtonProps, } from './DashboardMenuSidebarButton';
@@ -17,12 +17,13 @@ export declare const FormFooter: import("@emotion/styled/dist/declarations/src/t
17
17
  theme?: import("@emotion/react").Theme | undefined;
18
18
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
19
19
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
20
- export declare const CancelButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
20
+ export declare const CancelButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../..").WithoutEmotionSpecific<import("@mui/material").ButtonProps>, "color" | "component" | "size" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple"> & {
21
21
  variant?: "light" | "link" | "text" | "contained" | "outlined" | undefined;
22
22
  loading?: boolean | undefined;
23
23
  color?: "primary" | "success" | "warning" | "error" | "grey" | undefined;
24
24
  component?: import("react").ElementType | undefined;
25
25
  selected?: boolean | undefined;
26
+ size?: "large" | "medium" | undefined;
26
27
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
27
28
  theme?: import("@emotion/react").Theme | undefined;
28
29
  }, {}, {}>;