@rocket.chat/fuselage 0.58.2 → 0.59.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 (98) hide show
  1. package/dist/components/SidebarV2/Sidebar.d.ts +5 -0
  2. package/dist/components/SidebarV2/Sidebar.d.ts.map +1 -0
  3. package/dist/components/SidebarV2/SidebarAccordion.d.ts +3 -0
  4. package/dist/components/SidebarV2/SidebarAccordion.d.ts.map +1 -0
  5. package/dist/components/SidebarV2/SidebarAccordionItem.d.ts +14 -0
  6. package/dist/components/SidebarV2/SidebarAccordionItem.d.ts.map +1 -0
  7. package/dist/components/SidebarV2/SidebarAction.d.ts +24 -0
  8. package/dist/components/SidebarV2/SidebarAction.d.ts.map +1 -0
  9. package/dist/components/SidebarV2/SidebarActions.d.ts +9 -0
  10. package/dist/components/SidebarV2/SidebarActions.d.ts.map +1 -0
  11. package/dist/components/SidebarV2/SidebarBanner.d.ts +15 -0
  12. package/dist/components/SidebarV2/SidebarBanner.d.ts.map +1 -0
  13. package/dist/components/SidebarV2/SidebarButtonGroup.d.ts +4 -0
  14. package/dist/components/SidebarV2/SidebarButtonGroup.d.ts.map +1 -0
  15. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts +10 -0
  16. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts.map +1 -0
  17. package/dist/components/SidebarV2/SidebarDivider.d.ts +2 -0
  18. package/dist/components/SidebarV2/SidebarDivider.d.ts.map +1 -0
  19. package/dist/components/SidebarV2/SidebarFooter/SidebarFooter.d.ts +3 -0
  20. package/dist/components/SidebarV2/SidebarFooter/SidebarFooter.d.ts.map +1 -0
  21. package/dist/components/SidebarV2/SidebarFooter/SidebarFooterContent.d.ts +4 -0
  22. package/dist/components/SidebarV2/SidebarFooter/SidebarFooterContent.d.ts.map +1 -0
  23. package/dist/components/SidebarV2/SidebarFooter/index.d.ts +3 -0
  24. package/dist/components/SidebarV2/SidebarFooter/index.d.ts.map +1 -0
  25. package/dist/components/SidebarV2/SidebarGroupTitle.d.ts +12 -0
  26. package/dist/components/SidebarV2/SidebarGroupTitle.d.ts.map +1 -0
  27. package/dist/components/SidebarV2/SidebarItem/SidebarItem.d.ts +6 -0
  28. package/dist/components/SidebarV2/SidebarItem/SidebarItem.d.ts.map +1 -0
  29. package/dist/components/SidebarV2/SidebarItem/SidebarItemAction.d.ts +7 -0
  30. package/dist/components/SidebarV2/SidebarItem/SidebarItemAction.d.ts.map +1 -0
  31. package/dist/components/SidebarV2/SidebarItem/SidebarItemAvatarWrapper.d.ts +3 -0
  32. package/dist/components/SidebarV2/SidebarItem/SidebarItemAvatarWrapper.d.ts.map +1 -0
  33. package/dist/components/SidebarV2/SidebarItem/SidebarItemBadge.d.ts +4 -0
  34. package/dist/components/SidebarV2/SidebarItem/SidebarItemBadge.d.ts.map +1 -0
  35. package/dist/components/SidebarV2/SidebarItem/SidebarItemCol.d.ts +3 -0
  36. package/dist/components/SidebarV2/SidebarItem/SidebarItemCol.d.ts.map +1 -0
  37. package/dist/components/SidebarV2/SidebarItem/SidebarItemContent.d.ts +5 -0
  38. package/dist/components/SidebarV2/SidebarItem/SidebarItemContent.d.ts.map +1 -0
  39. package/dist/components/SidebarV2/SidebarItem/SidebarItemIcon.d.ts +10 -0
  40. package/dist/components/SidebarV2/SidebarItem/SidebarItemIcon.d.ts.map +1 -0
  41. package/dist/components/SidebarV2/SidebarItem/SidebarItemMenu.d.ts +3 -0
  42. package/dist/components/SidebarV2/SidebarItem/SidebarItemMenu.d.ts.map +1 -0
  43. package/dist/components/SidebarV2/SidebarItem/SidebarItemRow.d.ts +3 -0
  44. package/dist/components/SidebarV2/SidebarItem/SidebarItemRow.d.ts.map +1 -0
  45. package/dist/components/SidebarV2/SidebarItem/SidebarItemStatusBullet.d.ts +4 -0
  46. package/dist/components/SidebarV2/SidebarItem/SidebarItemStatusBullet.d.ts.map +1 -0
  47. package/dist/components/SidebarV2/SidebarItem/SidebarItemTimestamp.d.ts +3 -0
  48. package/dist/components/SidebarV2/SidebarItem/SidebarItemTimestamp.d.ts.map +1 -0
  49. package/dist/components/SidebarV2/SidebarItem/SidebarItemTitle.d.ts +5 -0
  50. package/dist/components/SidebarV2/SidebarItem/SidebarItemTitle.d.ts.map +1 -0
  51. package/dist/components/SidebarV2/SidebarItem/SidebarListItem.d.ts +5 -0
  52. package/dist/components/SidebarV2/SidebarItem/SidebarListItem.d.ts.map +1 -0
  53. package/dist/components/SidebarV2/SidebarItem/index.d.ts +14 -0
  54. package/dist/components/SidebarV2/SidebarItem/index.d.ts.map +1 -0
  55. package/dist/components/SidebarV2/SidebarLink.d.ts +9 -0
  56. package/dist/components/SidebarV2/SidebarLink.d.ts.map +1 -0
  57. package/dist/components/SidebarV2/SidebarMedia/SidebarMedia.d.ts +3 -0
  58. package/dist/components/SidebarV2/SidebarMedia/SidebarMedia.d.ts.map +1 -0
  59. package/dist/components/SidebarV2/SidebarMedia/SidebarMediaController.d.ts +5 -0
  60. package/dist/components/SidebarV2/SidebarMedia/SidebarMediaController.d.ts.map +1 -0
  61. package/dist/components/SidebarV2/SidebarMedia/SidebarMediaTitle.d.ts +3 -0
  62. package/dist/components/SidebarV2/SidebarMedia/SidebarMediaTitle.d.ts.map +1 -0
  63. package/dist/components/SidebarV2/SidebarMedia/index.d.ts +4 -0
  64. package/dist/components/SidebarV2/SidebarMedia/index.d.ts.map +1 -0
  65. package/dist/components/SidebarV2/SidebarSection.d.ts +3 -0
  66. package/dist/components/SidebarV2/SidebarSection.d.ts.map +1 -0
  67. package/dist/components/SidebarV2/helpers.d.ts +23 -0
  68. package/dist/components/SidebarV2/helpers.d.ts.map +1 -0
  69. package/dist/components/SidebarV2/hooks/useCollapse.d.ts +25 -0
  70. package/dist/components/SidebarV2/hooks/useCollapse.d.ts.map +1 -0
  71. package/dist/components/SidebarV2/index.d.ts +16 -0
  72. package/dist/components/SidebarV2/index.d.ts.map +1 -0
  73. package/dist/components/Sidepanel/Sidepanel.d.ts +3 -0
  74. package/dist/components/Sidepanel/Sidepanel.d.ts.map +1 -0
  75. package/dist/components/Sidepanel/SidepanelDivider.d.ts +2 -0
  76. package/dist/components/Sidepanel/SidepanelDivider.d.ts.map +1 -0
  77. package/dist/components/Sidepanel/SidepanelHeader.d.ts +3 -0
  78. package/dist/components/Sidepanel/SidepanelHeader.d.ts.map +1 -0
  79. package/dist/components/Sidepanel/SidepanelHeaderTitle.d.ts +3 -0
  80. package/dist/components/Sidepanel/SidepanelHeaderTitle.d.ts.map +1 -0
  81. package/dist/components/Sidepanel/SidepanelList.d.ts +3 -0
  82. package/dist/components/Sidepanel/SidepanelList.d.ts.map +1 -0
  83. package/dist/components/Sidepanel/SidepanelListItem.d.ts +3 -0
  84. package/dist/components/Sidepanel/SidepanelListItem.d.ts.map +1 -0
  85. package/dist/components/Sidepanel/SidepanelSection.d.ts +3 -0
  86. package/dist/components/Sidepanel/SidepanelSection.d.ts.map +1 -0
  87. package/dist/components/Sidepanel/SidepanelSectionAction.d.ts +3 -0
  88. package/dist/components/Sidepanel/SidepanelSectionAction.d.ts.map +1 -0
  89. package/dist/components/Sidepanel/index.d.ts +9 -0
  90. package/dist/components/Sidepanel/index.d.ts.map +1 -0
  91. package/dist/components/index.d.ts +2 -0
  92. package/dist/components/index.d.ts.map +1 -1
  93. package/dist/fuselage.css +2 -2
  94. package/dist/fuselage.css.map +1 -1
  95. package/dist/fuselage.development.js +1836 -0
  96. package/dist/fuselage.development.js.map +1 -1
  97. package/dist/fuselage.production.js +1 -1
  98. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ import { type HTMLAttributes } from 'react';
2
+ export declare const Sidebar: import("react").ForwardRefExoticComponent<{
3
+ collapsed?: boolean;
4
+ } & HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>>;
5
+ //# sourceMappingURL=Sidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIxD,eAAO,MAAM,OAAO;gBAFc,OAAO;6EAiBxC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarAccordion: ({ className, children, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarAccordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarAccordion.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,gBAAgB,sCAI1B,cAAc,CAAC,cAAc,CAAC,4CAYhC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ type SidebarAccordionItemProps = {
3
+ children?: ReactNode;
4
+ className?: string;
5
+ defaultExpanded?: boolean;
6
+ disabled?: boolean;
7
+ expanded?: boolean;
8
+ title: ReactNode;
9
+ noncollapsible?: boolean;
10
+ badge?: ReactNode;
11
+ } & HTMLAttributes<HTMLElement>;
12
+ export declare const SidebarAccordionItem: ({ children, title, badge, noncollapsible, disabled, expanded: propExpanded, defaultExpanded, tabIndex, ...props }: SidebarAccordionItemProps) => import("react/jsx-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=SidebarAccordionItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarAccordionItem.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarAccordionItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvD,KAAK,yBAAyB,GAAG;IAC/B,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,eAAO,MAAM,oBAAoB,sHAU9B,yBAAyB,4CAoD3B,CAAC"}
@@ -0,0 +1,24 @@
1
+ import type { ComponentProps } from 'react';
2
+ export declare const SidebarAction: import("react").ForwardRefExoticComponent<Omit<Omit<{
3
+ icon: ComponentProps<typeof import("..").Icon>["name"] | import("react").ReactElement;
4
+ primary?: boolean;
5
+ secondary?: boolean;
6
+ info?: boolean;
7
+ danger?: boolean;
8
+ warning?: boolean;
9
+ success?: boolean;
10
+ pressed?: boolean;
11
+ } & {
12
+ large?: boolean;
13
+ medium?: boolean;
14
+ small?: boolean;
15
+ tiny?: boolean;
16
+ mini?: boolean;
17
+ } & {
18
+ is?: import("react").ElementType;
19
+ className?: string | import("@rocket.chat/css-in-js").cssFn | (string | import("@rocket.chat/css-in-js").cssFn | import("../../types/Falsy").Falsy)[];
20
+ animated?: boolean;
21
+ withRichContent?: boolean | "inlineWithoutBreaks";
22
+ htmlSize?: import("react").AllHTMLAttributes<HTMLElement>["size"];
23
+ } & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>, "ref"> & import("react").RefAttributes<HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
24
+ //# sourceMappingURL=SidebarAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarAction.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AAOjD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;uaAKxB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const SidebarActions: import("react").ForwardRefExoticComponent<Omit<{
2
+ align?: "start" | "center" | "end";
3
+ stretch?: boolean;
4
+ wrap?: boolean;
5
+ vertical?: boolean;
6
+ small?: boolean;
7
+ large?: boolean;
8
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
9
+ //# sourceMappingURL=SidebarActions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarActions.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,cAAc;;;;;;;2JAKzB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
+ type VariantType = 'default' | 'info' | 'success' | 'warning' | 'danger';
3
+ type SidebarBannerProps = {
4
+ title?: ReactNode;
5
+ linkText?: string;
6
+ linkProps?: AllHTMLAttributes<HTMLAnchorElement>;
7
+ onClick?: () => void;
8
+ variant?: VariantType;
9
+ onClose?: () => void;
10
+ children?: ReactNode;
11
+ addon?: ReactNode;
12
+ };
13
+ export declare const SidebarBanner: ({ title, linkText, linkProps, variant, addon, onClose, children, ...props }: SidebarBannerProps) => import("react/jsx-runtime").JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=SidebarBanner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarBanner.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAI1D,KAAK,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEzE,KAAK,kBAAkB,GAAG;IACxB,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,WAAW,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,gFASvB,kBAAkB,4CA2BpB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ComponentProps } from 'react';
2
+ import { ButtonGroup } from '../ButtonGroup';
3
+ export declare const SidebarButtonGroup: ({ align, small, ...props }: ComponentProps<typeof ButtonGroup>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=SidebarButtonGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,eAAO,MAAM,kBAAkB,+BAI5B,cAAc,CAAC,OAAO,WAAW,CAAC,4CAEpC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ export declare const SidebarCollapseGroup: import("react").ForwardRefExoticComponent<{
3
+ expanded?: boolean;
4
+ defaultExpanded?: boolean;
5
+ tabIndex?: number;
6
+ title: string;
7
+ badge?: ReactNode;
8
+ actions?: ReactNode;
9
+ } & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
10
+ //# sourceMappingURL=SidebarCollapseGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarCollapseGroup.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarCollapseGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAevD,eAAO,MAAM,oBAAoB;eARpB,OAAO;sBACA,OAAO;eACd,MAAM;WACV,MAAM;YACL,SAAS;cACP,SAAS;mFAwDpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const SidebarDivider: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SidebarDivider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarDivider.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,+CAE1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarFooter: ({ children, ...props }: HTMLAttributes<HTMLElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarFooter/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,aAAa,2BAGvB,cAAc,CAAC,WAAW,CAAC,4CAI7B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ComponentProps } from 'react';
2
+ import Box from '../../Box';
3
+ export declare const SidebarFooterContent: ({ children, ...props }: ComponentProps<typeof Box>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=SidebarFooterContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarFooterContent.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarFooter/SidebarFooterContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,GAAG,MAAM,WAAW,CAAC;AAE5B,eAAO,MAAM,oBAAoB,2BAG9B,cAAc,CAAC,OAAO,GAAG,CAAC,4CAI5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { SidebarFooter as SidebarV2Footer } from './SidebarFooter';
2
+ export { SidebarFooterContent as SidebarV2FooterContent } from './SidebarFooterContent';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarFooter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import React from 'react';
3
+ type SidebarGroupTitleProps = {
4
+ expanded?: boolean;
5
+ title?: string;
6
+ titleId?: string;
7
+ badge?: React.ReactNode;
8
+ barProps?: React.AriaAttributes;
9
+ } & HTMLAttributes<HTMLDivElement>;
10
+ export declare const SidebarGroupTitle: ({ title, titleId, badge, barProps, expanded, ...props }: SidebarGroupTitleProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=SidebarGroupTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarGroupTitle.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarGroupTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,sBAAsB,GAAG;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC;CACjC,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AACnC,eAAO,MAAM,iBAAiB,4DAO3B,sBAAsB,4CAsBxB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { AllHTMLAttributes } from 'react';
2
+ export declare const SidebarItem: ({ selected, className, children, is: Tag, ...props }: {
3
+ selected?: boolean;
4
+ is?: React.ElementType;
5
+ } & AllHTMLAttributes<HTMLAnchorElement>) => import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=SidebarItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItem.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,eAAO,MAAM,WAAW,yDAMrB;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACxB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,4CAavC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { Keys as Icons } from '@rocket.chat/icons';
2
+ import type { HTMLAttributes } from 'react';
3
+ export declare const SidebarItemAction: ({ children, className, icon, ...props }: {
4
+ onClick: (e: Event) => void;
5
+ icon?: Icons;
6
+ } & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=SidebarItemAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemAction.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/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,4CAK3B;IACD,OAAO,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GAAG,cAAc,CAAC,cAAc,CAAC,4CAejC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarItemAvatarWrapper: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarItemAvatarWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemAvatarWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemAvatarWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,wBAAwB,4BAGlC,cAAc,CAAC,cAAc,CAAC,4CAOhC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ComponentProps } from 'react';
2
+ import { Badge } from '../../Badge';
3
+ export declare const SidebarItemBadge: ({ className, ...props }: ComponentProps<typeof Badge>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=SidebarItemBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEpC,eAAO,MAAM,gBAAgB,4BAG1B,cAAc,CAAC,OAAO,KAAK,CAAC,4CAO9B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarItemCol: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarItemCol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemCol.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemCol.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,cAAc,4BAGxB,cAAc,CAAC,cAAc,CAAC,4CAOhC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarItemContent: ({ className, unread, ...props }: {
3
+ unread?: boolean;
4
+ } & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=SidebarItemContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemContent.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,kBAAkB,oCAI5B;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,4CAWvD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { Keys as IconKeys } from '@rocket.chat/icons';
2
+ import { type ComponentProps, type ReactElement } from 'react';
3
+ import { Icon } from '../../Icon';
4
+ type SidebarItemIconProps = Omit<ComponentProps<typeof Icon>, 'name'> & {
5
+ icon: IconKeys | ReactElement;
6
+ highlighted?: boolean;
7
+ };
8
+ export declare const SidebarItemIcon: ({ icon, className, highlighted, ...props }: SidebarItemIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=SidebarItemIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAkB,KAAK,cAAc,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAE/E,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,KAAK,oBAAoB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,EAAE,MAAM,CAAC,GAAG;IACtE,IAAI,EAAE,QAAQ,GAAG,YAAY,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,eAAe,+CAKzB,oBAAoB,4CAgBtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarItemMenu: ({ children, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarItemMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,eAAO,MAAM,eAAe,2BAGzB,cAAc,CAAC,cAAc,CAAC,4CAiBhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarItemRow: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarItemRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemRow.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,cAAc,4BAGxB,cAAc,CAAC,cAAc,CAAC,4CAOhC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ComponentProps } from 'react';
2
+ import { StatusBullet } from '../../StatusBullet';
3
+ export declare const SidebarItemStatusBullet: (props: ComponentProps<typeof StatusBullet>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=SidebarItemStatusBullet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemStatusBullet.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemStatusBullet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,eAAO,MAAM,uBAAuB,UAC3B,cAAc,CAAC,OAAO,YAAY,CAAC,4CAK3C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarItemTimestamp: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarItemTimestamp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemTimestamp.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemTimestamp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,oBAAoB,4BAG9B,cAAc,CAAC,cAAc,CAAC,4CAUhC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarItemTitle: ({ className, unread, ...props }: {
3
+ unread?: boolean;
4
+ } & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=SidebarItemTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarItemTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,gBAAgB,oCAI1B;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,4CAWvD,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarListItem: import("react").ForwardRefExoticComponent<{
3
+ selected?: boolean;
4
+ } & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
+ //# sourceMappingURL=SidebarListItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAO5C,eAAO,MAAM,eAAe;eAHf,OAAO;mFAmBnB,CAAC"}
@@ -0,0 +1,14 @@
1
+ export { SidebarItem as SidebarV2Item } from './SidebarItem';
2
+ export { SidebarItemAction as SidebarV2ItemAction } from './SidebarItemAction';
3
+ export { SidebarItemAvatarWrapper as SidebarV2ItemAvatarWrapper } from './SidebarItemAvatarWrapper';
4
+ export { SidebarItemBadge as SidebarV2ItemBadge } from './SidebarItemBadge';
5
+ export { SidebarItemIcon as SidebarV2ItemIcon } from './SidebarItemIcon';
6
+ export { SidebarItemMenu as SidebarV2ItemMenu } from './SidebarItemMenu';
7
+ export { SidebarItemTitle as SidebarV2ItemTitle } from './SidebarItemTitle';
8
+ export { SidebarItemRow as SidebarV2ItemRow } from './SidebarItemRow';
9
+ export { SidebarItemCol as SidebarV2ItemCol } from './SidebarItemCol';
10
+ export { SidebarItemTimestamp as SidebarV2ItemTimestamp } from './SidebarItemTimestamp';
11
+ export { SidebarListItem as SidebarV2ListItem } from './SidebarListItem';
12
+ export { SidebarItemContent as SidebarV2ItemContent } from './SidebarItemContent';
13
+ export { SidebarItemStatusBullet as SidebarV2ItemStatusBullet } from './SidebarItemStatusBullet';
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,iBAAiB,IAAI,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC/E,OAAO,EAAE,wBAAwB,IAAI,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AACpG,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,eAAe,IAAI,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,eAAe,IAAI,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACxF,OAAO,EAAE,eAAe,IAAI,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,kBAAkB,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,uBAAuB,IAAI,yBAAyB,EAAE,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { Keys as Icons } from '@rocket.chat/icons';
2
+ import type { LinkHTMLAttributes, ReactNode } from 'react';
3
+ export declare const SidebarLink: ({ selected, icon, badge, menu, ...props }: {
4
+ selected?: boolean;
5
+ icon?: Icons;
6
+ badge?: ReactNode;
7
+ menu?: ReactNode;
8
+ } & LinkHTMLAttributes<HTMLAnchorElement>) => import("react/jsx-runtime").JSX.Element;
9
+ //# sourceMappingURL=SidebarLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarLink.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/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,eAAO,MAAM,WAAW,8CAMrB;IACD,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,4CAiCxC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarMedia: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarMedia.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarMedia.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarMedia/SidebarMedia.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,YAAY,4BAGtB,cAAc,CAAC,cAAc,CAAC,4CAKhC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarMediaController: ({ className, label, children, ...props }: {
3
+ label?: string;
4
+ } & HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=SidebarMediaController.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarMediaController.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarMedia/SidebarMediaController.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,sBAAsB,6CAKhC;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,4CAWrD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarMediaTitle: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarMediaTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarMediaTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarMedia/SidebarMediaTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,iBAAiB,4BAG3B,cAAc,CAAC,cAAc,CAAC,4CAOhC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { SidebarMedia as SidebarV2Media } from './SidebarMedia';
2
+ export { SidebarMediaController as SidebarV2MediaController } from './SidebarMediaController';
3
+ export { SidebarMediaTitle as SidebarV2MediaTitle } from './SidebarMediaTitle';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarMedia/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChE,OAAO,EAAE,sBAAsB,IAAI,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAC9F,OAAO,EAAE,iBAAiB,IAAI,mBAAmB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarSection: (props: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidebarSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarSection.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,cAAc,UAAW,cAAc,CAAC,cAAc,CAAC,4CAKnE,CAAC"}
@@ -0,0 +1,23 @@
1
+ import type { Decorator } from '@storybook/react';
2
+ import type { ComponentProps } from 'react';
3
+ import { SidebarV2Item } from '.';
4
+ export declare const leterAvatarUrls: string[];
5
+ export declare const names: string[];
6
+ export declare const MenuTemplate: () => import("react/jsx-runtime").JSX.Element;
7
+ export declare const GenericCondensedItem: ({ i }: {
8
+ i: number;
9
+ }) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const GenericNoAvatarItem: ({ i }: {
11
+ i: number;
12
+ }) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const GenericMediumItem: ({ i }: {
14
+ i: number;
15
+ }) => import("react/jsx-runtime").JSX.Element;
16
+ export declare const GenericExtendedItem: ({ i }: {
17
+ i: number;
18
+ }) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const GenericCallItem: ({ i, ...props }: {
20
+ i?: number;
21
+ } & ComponentProps<typeof SidebarV2Item>) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const decorators: Decorator[];
23
+ //# sourceMappingURL=helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAgB,MAAM,OAAO,CAAC;AAE1D,OAAO,EASL,aAAa,EAYd,MAAM,GAAG,CAAC;AAGX,eAAO,MAAM,eAAe,UAK3B,CAAC;AAEF,eAAO,MAAM,KAAK,UAWjB,CAAC;AAEF,eAAO,MAAM,YAAY,+CAMxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,UAAe;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,4CA+B5D,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAe;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,4CAY3D,CAAC;AAEF,eAAO,MAAM,iBAAiB,UAAe;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,4CAezD,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAe;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,4CAyB3D,CAAC;AAEF,eAAO,MAAM,eAAe,oBAGzB;IAAE,CAAC,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC,OAAO,aAAa,CAAC,4CAwBvD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,SAAS,EA8BjC,CAAC"}
@@ -0,0 +1,25 @@
1
+ import type { KeyboardEventHandler, MouseEvent } from 'react';
2
+ export declare const useCollapse: ({ expanded: propExpanded, defaultExpanded, disabled, noncollapsible, tabIndex, }: {
3
+ expanded?: boolean;
4
+ defaultExpanded?: boolean;
5
+ disabled?: boolean;
6
+ noncollapsible?: boolean;
7
+ tabIndex?: number;
8
+ }) => {
9
+ barProps: {
10
+ readonly 'aria-disabled': "true";
11
+ readonly 'aria-expanded': "true";
12
+ readonly 'aria-labelledby': string;
13
+ } | {
14
+ readonly 'aria-controls': string;
15
+ readonly 'aria-expanded': "true" | "false";
16
+ readonly tabIndex: number | undefined;
17
+ readonly onClick: (e: MouseEvent<HTMLElement>) => void;
18
+ readonly onKeyDown: KeyboardEventHandler;
19
+ };
20
+ titleId: string;
21
+ panelId: string;
22
+ panelExpanded: boolean;
23
+ expanded: boolean;
24
+ };
25
+ //# sourceMappingURL=useCollapse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCollapse.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/hooks/useCollapse.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAE9D,eAAO,MAAM,WAAW,qFAMrB;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"}
@@ -0,0 +1,16 @@
1
+ export { Sidebar as SidebarV2 } from './Sidebar';
2
+ export { SidebarAccordion as SidebarV2Accordion } from './SidebarAccordion';
3
+ export { SidebarAccordionItem as SidebarV2AccordionItem } from './SidebarAccordionItem';
4
+ export { SidebarAction as SidebarV2Action } from './SidebarAction';
5
+ export { SidebarActions as SidebarV2Actions } from './SidebarActions';
6
+ export { SidebarLink as SidebarV2Link } from './SidebarLink';
7
+ export * from './SidebarItem';
8
+ export { SidebarCollapseGroup as SidebarV2CollapseGroup } from './SidebarCollapseGroup';
9
+ export { SidebarBanner as SidebarV2Banner } from './SidebarBanner';
10
+ export * from './SidebarFooter';
11
+ export * from './SidebarMedia';
12
+ export { SidebarButtonGroup as SidebarV2ButtonGroup } from './SidebarButtonGroup';
13
+ export { SidebarSection as SidebarV2Section } from './SidebarSection';
14
+ export { SidebarDivider as SidebarV2Divider } from './SidebarDivider';
15
+ export { SidebarGroupTitle as SidebarV2GroupTitle } from './SidebarGroupTitle';
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACxF,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,eAAe,CAAC;AAC7D,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACxF,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACnE,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,kBAAkB,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,iBAAiB,IAAI,mBAAmB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const Sidepanel: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=Sidepanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidepanel.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/Sidepanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,SAAS,4BAGnB,cAAc,CAAC,cAAc,CAAC,4CAKhC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const SidepanelDivider: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SidepanelDivider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidepanelDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelDivider.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,+CAE5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidepanelHeader: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidepanelHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidepanelHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,eAAe,4BAGzB,cAAc,CAAC,cAAc,CAAC,4CAQhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidepanelHeaderTitle: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidepanelHeaderTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidepanelHeaderTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelHeaderTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,oBAAoB,4BAG9B,cAAc,CAAC,cAAc,CAAC,4CAOhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidepanelList: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=SidepanelList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidepanelList.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,aAAa,2HAYxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidepanelListItem: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=SidepanelListItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidepanelListItem.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,iBAAiB,2HAc5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidepanelSection: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidepanelSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidepanelSection.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,gBAAgB,4BAG1B,cAAc,CAAC,cAAc,CAAC,4CAKhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidepanelSectionAction: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SidepanelSectionAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidepanelSectionAction.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelSectionAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,eAAO,MAAM,sBAAsB,4BAGhC,cAAc,CAAC,cAAc,CAAC,4CAOhC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export * from './Sidepanel';
2
+ export * from './SidepanelSection';
3
+ export * from './SidepanelSectionAction';
4
+ export * from './SidepanelHeaderTitle';
5
+ export * from './SidepanelHeader';
6
+ export * from './SidepanelList';
7
+ export * from './SidepanelListItem';
8
+ export * from './SidepanelDivider';
9
+ //# sourceMappingURL=index.d.ts.map