@rocket.chat/fuselage 0.87.0 → 0.88.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 (151) hide show
  1. package/dist/components/Sidebar/Sidebar.d.ts +5 -10
  2. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
  3. package/dist/components/Sidebar/SidebarAccordion.d.ts.map +1 -0
  4. package/dist/components/Sidebar/SidebarAccordionItem.d.ts.map +1 -0
  5. package/dist/components/Sidebar/SidebarAction.d.ts.map +1 -0
  6. package/dist/components/Sidebar/SidebarActions.d.ts +2 -17
  7. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  8. package/dist/components/Sidebar/SidebarBanner.d.ts +5 -14
  9. package/dist/components/Sidebar/SidebarBanner.d.ts.map +1 -1
  10. package/dist/components/Sidebar/SidebarButtonGroup.d.ts.map +1 -0
  11. package/dist/components/Sidebar/SidebarCollapseGroup.d.ts.map +1 -0
  12. package/dist/components/Sidebar/SidebarCollapseGroupMenu.d.ts.map +1 -0
  13. package/dist/components/Sidebar/SidebarDivider.d.ts +1 -5
  14. package/dist/components/Sidebar/SidebarDivider.d.ts.map +1 -1
  15. package/dist/components/Sidebar/SidebarFooter/SidebarFooter.d.ts.map +1 -0
  16. package/dist/components/Sidebar/SidebarFooter/SidebarFooterContent.d.ts.map +1 -0
  17. package/dist/components/Sidebar/SidebarFooter/index.d.ts +3 -0
  18. package/dist/components/Sidebar/SidebarFooter/index.d.ts.map +1 -0
  19. package/dist/components/Sidebar/SidebarGroupTitle.d.ts.map +1 -0
  20. package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItem.d.ts +2 -2
  21. package/dist/components/Sidebar/SidebarItem/SidebarItem.d.ts.map +1 -0
  22. package/dist/components/Sidebar/SidebarItem/SidebarItemAction.d.ts.map +1 -0
  23. package/dist/components/Sidebar/SidebarItem/SidebarItemAvatarWrapper.d.ts.map +1 -0
  24. package/dist/components/Sidebar/SidebarItem/SidebarItemBadge.d.ts.map +1 -0
  25. package/dist/components/Sidebar/SidebarItem/SidebarItemCol.d.ts.map +1 -0
  26. package/dist/components/Sidebar/SidebarItem/SidebarItemContent.d.ts.map +1 -0
  27. package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemIcon.d.ts +2 -2
  28. package/dist/components/Sidebar/SidebarItem/SidebarItemIcon.d.ts.map +1 -0
  29. package/dist/components/Sidebar/SidebarItem/SidebarItemMenu.d.ts.map +1 -0
  30. package/dist/components/Sidebar/SidebarItem/SidebarItemRow.d.ts.map +1 -0
  31. package/dist/components/Sidebar/SidebarItem/SidebarItemStatusBullet.d.ts.map +1 -0
  32. package/dist/components/Sidebar/SidebarItem/SidebarItemTimestamp.d.ts.map +1 -0
  33. package/dist/components/Sidebar/SidebarItem/SidebarItemTitle.d.ts.map +1 -0
  34. package/dist/components/Sidebar/SidebarItem/SidebarListItem.d.ts.map +1 -0
  35. package/dist/components/Sidebar/SidebarItem/index.d.ts +14 -0
  36. package/dist/components/Sidebar/SidebarItem/index.d.ts.map +1 -0
  37. package/dist/components/Sidebar/SidebarLink.d.ts.map +1 -0
  38. package/dist/components/Sidebar/SidebarMedia/SidebarMedia.d.ts.map +1 -0
  39. package/dist/components/Sidebar/SidebarMedia/SidebarMediaController.d.ts.map +1 -0
  40. package/dist/components/Sidebar/SidebarMedia/SidebarMediaTitle.d.ts.map +1 -0
  41. package/dist/components/Sidebar/SidebarMedia/index.d.ts +4 -0
  42. package/dist/components/Sidebar/SidebarMedia/index.d.ts.map +1 -0
  43. package/dist/components/Sidebar/SidebarSection.d.ts.map +1 -0
  44. package/dist/components/{SidebarV2 → Sidebar}/helpers.d.ts +2 -2
  45. package/dist/components/Sidebar/helpers.d.ts.map +1 -0
  46. package/dist/components/Sidebar/hooks/useCollapse.d.ts.map +1 -0
  47. package/dist/components/Sidebar/index.d.ts +15 -8
  48. package/dist/components/Sidebar/index.d.ts.map +1 -1
  49. package/dist/components/index.d.ts +0 -1
  50. package/dist/components/index.d.ts.map +1 -1
  51. package/dist/fuselage.css +1 -1
  52. package/dist/fuselage.css.map +1 -1
  53. package/dist/fuselage.development.js +269 -777
  54. package/dist/fuselage.development.js.map +1 -1
  55. package/dist/fuselage.production.js +19 -19
  56. package/package.json +1 -1
  57. package/dist/components/Sidebar/Item.d.ts +0 -144
  58. package/dist/components/Sidebar/Item.d.ts.map +0 -1
  59. package/dist/components/Sidebar/Section.d.ts +0 -22
  60. package/dist/components/Sidebar/Section.d.ts.map +0 -1
  61. package/dist/components/Sidebar/SidebarFooter.d.ts +0 -23
  62. package/dist/components/Sidebar/SidebarFooter.d.ts.map +0 -1
  63. package/dist/components/Sidebar/TopBar/TopBar.d.ts +0 -15
  64. package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +0 -1
  65. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +0 -8
  66. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts.map +0 -1
  67. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts +0 -8
  68. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts.map +0 -1
  69. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts +0 -13
  70. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts.map +0 -1
  71. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts +0 -12
  72. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts.map +0 -1
  73. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts +0 -13
  74. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts.map +0 -1
  75. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts +0 -13
  76. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts.map +0 -1
  77. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts +0 -12
  78. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts.map +0 -1
  79. package/dist/components/Sidebar/TopBar/index.d.ts +0 -15
  80. package/dist/components/Sidebar/TopBar/index.d.ts.map +0 -1
  81. package/dist/components/SidebarV2/Sidebar.d.ts +0 -6
  82. package/dist/components/SidebarV2/Sidebar.d.ts.map +0 -1
  83. package/dist/components/SidebarV2/SidebarAccordion.d.ts.map +0 -1
  84. package/dist/components/SidebarV2/SidebarAccordionItem.d.ts.map +0 -1
  85. package/dist/components/SidebarV2/SidebarAction.d.ts.map +0 -1
  86. package/dist/components/SidebarV2/SidebarActions.d.ts +0 -5
  87. package/dist/components/SidebarV2/SidebarActions.d.ts.map +0 -1
  88. package/dist/components/SidebarV2/SidebarBanner.d.ts +0 -14
  89. package/dist/components/SidebarV2/SidebarBanner.d.ts.map +0 -1
  90. package/dist/components/SidebarV2/SidebarButtonGroup.d.ts.map +0 -1
  91. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts.map +0 -1
  92. package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts.map +0 -1
  93. package/dist/components/SidebarV2/SidebarDivider.d.ts +0 -2
  94. package/dist/components/SidebarV2/SidebarDivider.d.ts.map +0 -1
  95. package/dist/components/SidebarV2/SidebarFooter/SidebarFooter.d.ts.map +0 -1
  96. package/dist/components/SidebarV2/SidebarFooter/SidebarFooterContent.d.ts.map +0 -1
  97. package/dist/components/SidebarV2/SidebarFooter/index.d.ts +0 -3
  98. package/dist/components/SidebarV2/SidebarFooter/index.d.ts.map +0 -1
  99. package/dist/components/SidebarV2/SidebarGroupTitle.d.ts.map +0 -1
  100. package/dist/components/SidebarV2/SidebarItem/SidebarItem.d.ts.map +0 -1
  101. package/dist/components/SidebarV2/SidebarItem/SidebarItemAction.d.ts.map +0 -1
  102. package/dist/components/SidebarV2/SidebarItem/SidebarItemAvatarWrapper.d.ts.map +0 -1
  103. package/dist/components/SidebarV2/SidebarItem/SidebarItemBadge.d.ts.map +0 -1
  104. package/dist/components/SidebarV2/SidebarItem/SidebarItemCol.d.ts.map +0 -1
  105. package/dist/components/SidebarV2/SidebarItem/SidebarItemContent.d.ts.map +0 -1
  106. package/dist/components/SidebarV2/SidebarItem/SidebarItemIcon.d.ts.map +0 -1
  107. package/dist/components/SidebarV2/SidebarItem/SidebarItemMenu.d.ts.map +0 -1
  108. package/dist/components/SidebarV2/SidebarItem/SidebarItemRow.d.ts.map +0 -1
  109. package/dist/components/SidebarV2/SidebarItem/SidebarItemStatusBullet.d.ts.map +0 -1
  110. package/dist/components/SidebarV2/SidebarItem/SidebarItemTimestamp.d.ts.map +0 -1
  111. package/dist/components/SidebarV2/SidebarItem/SidebarItemTitle.d.ts.map +0 -1
  112. package/dist/components/SidebarV2/SidebarItem/SidebarListItem.d.ts.map +0 -1
  113. package/dist/components/SidebarV2/SidebarItem/index.d.ts +0 -14
  114. package/dist/components/SidebarV2/SidebarItem/index.d.ts.map +0 -1
  115. package/dist/components/SidebarV2/SidebarLink.d.ts.map +0 -1
  116. package/dist/components/SidebarV2/SidebarMedia/SidebarMedia.d.ts.map +0 -1
  117. package/dist/components/SidebarV2/SidebarMedia/SidebarMediaController.d.ts.map +0 -1
  118. package/dist/components/SidebarV2/SidebarMedia/SidebarMediaTitle.d.ts.map +0 -1
  119. package/dist/components/SidebarV2/SidebarMedia/index.d.ts +0 -4
  120. package/dist/components/SidebarV2/SidebarMedia/index.d.ts.map +0 -1
  121. package/dist/components/SidebarV2/SidebarSection.d.ts.map +0 -1
  122. package/dist/components/SidebarV2/helpers.d.ts.map +0 -1
  123. package/dist/components/SidebarV2/hooks/useCollapse.d.ts.map +0 -1
  124. package/dist/components/SidebarV2/index.d.ts +0 -17
  125. package/dist/components/SidebarV2/index.d.ts.map +0 -1
  126. /package/dist/components/{SidebarV2 → Sidebar}/SidebarAccordion.d.ts +0 -0
  127. /package/dist/components/{SidebarV2 → Sidebar}/SidebarAccordionItem.d.ts +0 -0
  128. /package/dist/components/{SidebarV2 → Sidebar}/SidebarAction.d.ts +0 -0
  129. /package/dist/components/{SidebarV2 → Sidebar}/SidebarButtonGroup.d.ts +0 -0
  130. /package/dist/components/{SidebarV2 → Sidebar}/SidebarCollapseGroup.d.ts +0 -0
  131. /package/dist/components/{SidebarV2 → Sidebar}/SidebarCollapseGroupMenu.d.ts +0 -0
  132. /package/dist/components/{SidebarV2 → Sidebar}/SidebarFooter/SidebarFooter.d.ts +0 -0
  133. /package/dist/components/{SidebarV2 → Sidebar}/SidebarFooter/SidebarFooterContent.d.ts +0 -0
  134. /package/dist/components/{SidebarV2 → Sidebar}/SidebarGroupTitle.d.ts +0 -0
  135. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemAction.d.ts +0 -0
  136. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemAvatarWrapper.d.ts +0 -0
  137. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemBadge.d.ts +0 -0
  138. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemCol.d.ts +0 -0
  139. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemContent.d.ts +0 -0
  140. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemMenu.d.ts +0 -0
  141. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemRow.d.ts +0 -0
  142. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemStatusBullet.d.ts +0 -0
  143. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemTimestamp.d.ts +0 -0
  144. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemTitle.d.ts +0 -0
  145. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarListItem.d.ts +0 -0
  146. /package/dist/components/{SidebarV2 → Sidebar}/SidebarLink.d.ts +0 -0
  147. /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMedia.d.ts +0 -0
  148. /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMediaController.d.ts +0 -0
  149. /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMediaTitle.d.ts +0 -0
  150. /package/dist/components/{SidebarV2 → Sidebar}/SidebarSection.d.ts +0 -0
  151. /package/dist/components/{SidebarV2 → Sidebar}/hooks/useCollapse.d.ts +0 -0
@@ -1,11 +1,6 @@
1
- import { type BoxProps } from '../Box';
2
- /**
3
- * @deprecated Use `SidebarV2Props` instead.
4
- */
5
- export type SidebarProps = BoxProps;
6
- /**
7
- * @deprecated Use `SidebarV2` instead.
8
- */
9
- declare const Sidebar: (props: SidebarProps) => import("react").JSX.Element;
10
- export default Sidebar;
1
+ import type { RefAttributes, HTMLAttributes } from 'react';
2
+ export type SidebarProps = HTMLAttributes<HTMLElement> & RefAttributes<HTMLElement> & {
3
+ collapsed?: boolean;
4
+ };
5
+ export declare function Sidebar({ collapsed, className, ...props }: SidebarProps): import("react").JSX.Element;
11
6
  //# sourceMappingURL=Sidebar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,QAAQ,CAAC;AAEpC;;GAEG;AACH,QAAA,MAAM,OAAO,GAAI,OAAO,YAAY,gCAAmC,CAAC;AAExE,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE3D,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,WAAW,CAAC,GACpD,aAAa,CAAC,WAAW,CAAC,GAAG;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ,wBAAgB,OAAO,CAAC,EAAE,SAAS,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,+BAcvE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarAccordion.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnE,QAAA,MAAM,gBAAgB,GAAI,mCAIvB,qBAAqB,gCAYvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarAccordionItem.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarAccordionItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvD,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,SAAS,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,QAAA,MAAM,oBAAoB,GAAI,mHAU3B,yBAAyB,gCAoD3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarAction.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAE/C;AAED,eAAe,aAAa,CAAC"}
@@ -1,20 +1,5 @@
1
- import type { RefAttributes } from 'react';
2
- import type { IconButtonProps } from '../Button/IconButton';
3
1
  import type { ButtonGroupProps } from '../ButtonGroup';
4
- /**
5
- * @deprecated Use `SidebarV2ActionsProps` instead.
6
- */
7
2
  export type SidebarActionsProps = ButtonGroupProps;
8
- /**
9
- * @deprecated Use `SidebarV2Actions` instead.
10
- */
11
- export declare function SidebarActions(props: SidebarActionsProps): import("react").JSX.Element;
12
- /**
13
- * @deprecated Use `SidebarV2ActionProps` instead.
14
- */
15
- export type SidebarActionProps = Omit<IconButtonProps, 'ref'> & RefAttributes<HTMLElement>;
16
- /**
17
- * @deprecated Use `SidebarV2Action` instead.
18
- */
19
- export declare function SidebarAction(props: SidebarActionProps): import("react").JSX.Element;
3
+ declare function SidebarActions(props: SidebarActionsProps): import("react").JSX.Element;
4
+ export default SidebarActions;
20
5
  //# sourceMappingURL=SidebarActions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,+BAExD;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,GAC3D,aAAa,CAAC,WAAW,CAAC,CAAC;AAE7B;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAEtD"}
1
+ {"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,iBAAS,cAAc,CAAC,KAAK,EAAE,mBAAmB,+BAEjD;AAED,eAAe,cAAc,CAAC"}
@@ -1,23 +1,14 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `SidebarV2BannerVariant` instead.
4
- */
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
5
2
  export type SidebarBannerVariant = 'default' | 'info' | 'success' | 'warning' | 'danger';
6
- /**
7
- * @deprecated Use `SidebarV2BannerProps` instead.
8
- */
9
3
  export type SidebarBannerProps = {
10
- text?: ReactNode;
11
- description?: ReactNode;
4
+ title?: ReactNode;
5
+ linkText?: string;
6
+ linkProps?: AllHTMLAttributes<HTMLAnchorElement>;
12
7
  onClick?: () => void;
13
8
  variant?: SidebarBannerVariant;
14
9
  onClose?: () => void;
15
10
  children?: ReactNode;
16
11
  addon?: ReactNode;
17
12
  };
18
- /**
19
- * @deprecated Use `SidebarV2Banner` instead.
20
- */
21
- declare const SidebarBanner: ({ text, description, onClick, variant, addon, onClose, children, }: SidebarBannerProps) => import("react").JSX.Element;
22
- export default SidebarBanner;
13
+ export declare const SidebarBanner: ({ title, linkText, linkProps, variant, addon, onClose, children, ...props }: SidebarBannerProps) => import("react").JSX.Element;
23
14
  //# sourceMappingURL=SidebarBanner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarBanner.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,aAAa,GAAI,oEAQpB,kBAAkB,gCA6BpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"SidebarBanner.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAI1D,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IACjD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,6EAS3B,kBAAkB,gCA0BpB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,eAAO,MAAM,kBAAkB,GAAI,4BAIhC,gBAAgB,gCAA2D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarCollapseGroup.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarCollapseGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAKtE,KAAK,yBAAyB,GAAG,cAAc,CAAC,cAAc,CAAC,GAC7D,aAAa,CAAC,cAAc,CAAC,GAAG;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB,CAAC;AAEJ,wBAAgB,oBAAoB,CAAC,EACnC,GAAG,EACH,QAAQ,EAAE,YAAY,EACtB,eAAe,EACf,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,IAAI,EACJ,KAAK,EACL,GAAG,KAAK,EACT,EAAE,yBAAyB,+BAoC3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarCollapseGroupMenu.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarCollapseGroupMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,eAAO,MAAM,wBAAwB,GAAI,wBAGtC,cAAc,CAAC,cAAc,CAAC,gCAiBhC,CAAC"}
@@ -1,6 +1,2 @@
1
- /**
2
- * @deprecated Use `SidebarV2Divider` instead.
3
- */
4
- declare const SidebarDivider: () => import("react").JSX.Element;
5
- export default SidebarDivider;
1
+ export declare const SidebarDivider: () => import("react").JSX.Element;
6
2
  //# sourceMappingURL=SidebarDivider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarDivider.tsx"],"names":[],"mappings":"AAEA;;GAEG;AACH,QAAA,MAAM,cAAc,mCAEnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"SidebarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarDivider.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,mCAE1B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarFooter/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,aAAa,GAAI,wBAG3B,cAAc,CAAC,WAAW,CAAC,gCAI7B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarFooterContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarFooter/SidebarFooterContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE/C,eAAO,MAAM,oBAAoB,GAAI,wBAAwB,QAAQ,gCAIpE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { SidebarFooter } from './SidebarFooter';
2
+ export { SidebarFooterContent } from './SidebarFooterContent';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarFooter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarGroupTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarGroupTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvE,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,eAAO,MAAM,iBAAiB,GAAI,qEAS/B,sBAAsB,gCA4BxB,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import type { AllHTMLAttributes, ElementType } from 'react';
2
- export type SidebarV2ItemProps = {
2
+ export type SidebarItemProps = {
3
3
  selected?: boolean;
4
4
  level?: number;
5
5
  is?: ElementType;
6
6
  } & AllHTMLAttributes<HTMLAnchorElement>;
7
- export declare const SidebarItem: ({ selected, level, className, children, is: Tag, ...props }: SidebarV2ItemProps) => import("react").JSX.Element;
7
+ export declare const SidebarItem: ({ selected, level, className, children, is: Tag, ...props }: SidebarItemProps) => import("react").JSX.Element;
8
8
  //# sourceMappingURL=SidebarItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItem.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAE5D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,WAAW,CAAC;CAClB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,WAAW,GAAI,6DAOzB,gBAAgB,gCAclB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemAction.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,iBAAiB,GAAI,yCAK/B;IACD,OAAO,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GAAG,cAAc,CAAC,cAAc,CAAC,gCAejC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemAvatarWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemAvatarWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,wBAAwB,GAAI,yBAGtC,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,gBAAgB,GAAI,yBAAyB,UAAU,gCAOnE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemCol.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemCol.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,cAAc,GAAI,yBAG5B,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,kBAAkB,GAAI,iCAIhC;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWvD,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import type { Keys as IconKeys } from '@rocket.chat/icons';
2
2
  import { type ReactElement } from 'react';
3
3
  import { type IconProps } from '../../Icon';
4
- export type SidebarV2ItemIconProps = Omit<IconProps, 'name'> & {
4
+ export type SidebarItemIconProps = Omit<IconProps, 'name'> & {
5
5
  icon: IconKeys | ReactElement<any>;
6
6
  highlighted?: boolean;
7
7
  };
8
- export declare const SidebarItemIcon: ({ icon, className, highlighted, ...props }: SidebarV2ItemIconProps) => import("react").JSX.Element;
8
+ export declare const SidebarItemIcon: ({ icon, className, highlighted, ...props }: SidebarItemIconProps) => import("react").JSX.Element;
9
9
  //# sourceMappingURL=SidebarItemIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAkB,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAElD,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,GAAG;IAC3D,IAAI,EAAE,QAAQ,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,4CAK7B,oBAAoB,gCAgBtB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,eAAO,MAAM,eAAe,GAAI,wBAG7B,cAAc,CAAC,cAAc,CAAC,gCAiBhC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemRow.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,cAAc,GAAI,yBAG5B,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemStatusBullet.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemStatusBullet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAG5D,eAAO,MAAM,uBAAuB,GAAI,OAAO,iBAAiB,gCAI/D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemTimestamp.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemTimestamp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,oBAAoB,GAAI,iCAIlC;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWvD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarItemTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,gBAAgB,GAAI,iCAI9B;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWvD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/SidebarListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3D,KAAK,oBAAoB,GAAG,cAAc,CAAC,cAAc,CAAC,GACxD,aAAa,CAAC,cAAc,CAAC,GAAG;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEJ,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,oBAAoB,+BAetB"}
@@ -0,0 +1,14 @@
1
+ export { SidebarItem, type SidebarItemProps } from './SidebarItem';
2
+ export { SidebarItemAction } from './SidebarItemAction';
3
+ export { SidebarItemAvatarWrapper } from './SidebarItemAvatarWrapper';
4
+ export { SidebarItemBadge } from './SidebarItemBadge';
5
+ export { SidebarItemIcon, type SidebarItemIconProps } from './SidebarItemIcon';
6
+ export { SidebarItemMenu } from './SidebarItemMenu';
7
+ export { SidebarItemTitle } from './SidebarItemTitle';
8
+ export { SidebarItemRow } from './SidebarItemRow';
9
+ export { SidebarItemCol } from './SidebarItemCol';
10
+ export { SidebarItemTimestamp } from './SidebarItemTimestamp';
11
+ export { SidebarListItem } from './SidebarListItem';
12
+ export { SidebarItemContent } from './SidebarItemContent';
13
+ export { SidebarItemStatusBullet } from './SidebarItemStatusBullet';
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarLink.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAM3D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,kBAAkB,CAAC,iBAAiB,CAAC,CAAC;AAE1C,QAAA,MAAM,WAAW,GAAI,2CAMlB,gBAAgB,gCAkClB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarMedia.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarMedia/SidebarMedia.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,YAAY,GAAI,yBAG1B,cAAc,CAAC,cAAc,CAAC,gCAKhC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarMediaController.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarMedia/SidebarMediaController.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,sBAAsB,GAAI,0CAKpC;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWrD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarMediaTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarMedia/SidebarMediaTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,iBAAiB,GAAI,yBAG/B,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { SidebarMedia } from './SidebarMedia';
2
+ export { SidebarMediaController } from './SidebarMediaController';
3
+ export { SidebarMediaTitle } from './SidebarMediaTitle';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/SidebarMedia/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarSection.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,cAAc,GAAI,OAAO,cAAc,CAAC,cAAc,CAAC,gCAKnE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Decorator } from '@storybook/react-webpack5';
2
- import type { SidebarV2ItemProps } from './SidebarItem/SidebarItem';
2
+ import type { SidebarItemProps } from './SidebarItem/SidebarItem';
3
3
  export declare const leterAvatarUrls: string[];
4
4
  export declare const names: string[];
5
5
  export declare const MenuTemplate: () => import("react").JSX.Element;
@@ -17,6 +17,6 @@ export declare const GenericExtendedItem: ({ i }: {
17
17
  }) => import("react").JSX.Element;
18
18
  export declare const GenericCallItem: ({ i, ...props }: {
19
19
  i?: number;
20
- } & SidebarV2ItemProps) => import("react").JSX.Element;
20
+ } & SidebarItemProps) => import("react").JSX.Element;
21
21
  export declare const decorators: Decorator[];
22
22
  //# sourceMappingURL=helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AA8B3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAElE,eAAO,MAAM,eAAe,UAK3B,CAAC;AAEF,eAAO,MAAM,KAAK,UAWjB,CAAC;AAEF,eAAO,MAAM,YAAY,mCAMxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,OAAW;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,gCA4B5D,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAW;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,gCAW3D,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,OAAW;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,gCAczD,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAW;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,gCAwB3D,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,iBAG7B;IAAE,CAAC,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,gBAAgB,gCAwBnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,SAAS,EAiCjC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCollapse.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/hooks/useCollapse.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,KAAK,oBAAoB,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAK1E,eAAO,MAAM,WAAW,GAAI,kFAMzB;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;;;;;;;;;8BASyB,UAAU,CAAC,WAAW,CAAC;;;;;;;CAyChD,CAAC"}
@@ -1,10 +1,17 @@
1
- export { default as Sidebar, type SidebarProps } from './Sidebar';
2
- export * from './Item';
3
- export * from './Section';
4
- export * from './TopBar';
5
- export { TopBar as SidebarTopBar, TopBarTitle as SidebarTopBarTitle, TopBarAction as SidebarTopBarAction, TopBarActions as SidebarTopBarActions, TopBarAvatar as SidebarTopBarAvatar, TopBarToolBox as SidebarTopBarToolBox, } from './TopBar';
6
- export { default as SidebarBanner, type SidebarBannerProps, type SidebarBannerVariant, } from './SidebarBanner';
1
+ export { Sidebar, type SidebarProps } from './Sidebar';
2
+ export { default as SidebarAccordion, type SidebarAccordionProps, } from './SidebarAccordion';
3
+ export { default as SidebarAccordionItem, type SidebarAccordionItemProps, } from './SidebarAccordionItem';
4
+ export { default as SidebarAction, type SidebarActionProps, } from './SidebarAction';
5
+ export { default as SidebarActions, type SidebarActionsProps, } from './SidebarActions';
6
+ export { default as SidebarLink, type SidebarLinkProps } from './SidebarLink';
7
+ export * from './SidebarItem';
8
+ export { SidebarCollapseGroup } from './SidebarCollapseGroup';
9
+ export { SidebarCollapseGroupMenu } from './SidebarCollapseGroupMenu';
10
+ export { SidebarBanner, type SidebarBannerProps, type SidebarBannerVariant, } from './SidebarBanner';
7
11
  export * from './SidebarFooter';
8
- export { default as SidebarDivider } from './SidebarDivider';
9
- export type { SidebarActionProps } from './SidebarActions';
12
+ export * from './SidebarMedia';
13
+ export { SidebarButtonGroup } from './SidebarButtonGroup';
14
+ export { SidebarSection } from './SidebarSection';
15
+ export { SidebarDivider } from './SidebarDivider';
16
+ export { SidebarGroupTitle, type SidebarGroupTitleProps, } from './SidebarGroupTitle';
10
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAClE,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,OAAO,EACL,MAAM,IAAI,aAAa,EACvB,WAAW,IAAI,kBAAkB,EACjC,YAAY,IAAI,mBAAmB,EACnC,aAAa,IAAI,oBAAoB,EACrC,YAAY,IAAI,mBAAmB,EACnC,aAAa,IAAI,oBAAoB,GACtC,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,GAC1B,MAAM,iBAAiB,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,YAAY,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AACvD,OAAO,EACL,OAAO,IAAI,gBAAgB,EAC3B,KAAK,qBAAqB,GAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,OAAO,IAAI,oBAAoB,EAC/B,KAAK,yBAAyB,GAC/B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,kBAAkB,GACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,OAAO,IAAI,cAAc,EACzB,KAAK,mBAAmB,GACzB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,GAC1B,MAAM,iBAAiB,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,qBAAqB,CAAC"}
@@ -50,7 +50,6 @@ export * from './Scrollable';
50
50
  export * from './SearchInput';
51
51
  export * from './Select';
52
52
  export * from './Sidebar';
53
- export * from './SidebarV2';
54
53
  export * from './Sidepanel';
55
54
  export * from './Skeleton';
56
55
  export * from './Slider';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}