@rocket.chat/fuselage 0.83.0 → 0.85.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 (109) hide show
  1. package/dist/Theme.d.ts.map +1 -1
  2. package/dist/components/AutoComplete/AutoComplete.d.ts +5 -0
  3. package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
  4. package/dist/components/Button/Button.d.ts +13 -1
  5. package/dist/components/Button/Button.d.ts.map +1 -1
  6. package/dist/components/Contextualbar/Contextualbar.d.ts +1 -1
  7. package/dist/components/Contextualbar/Contextualbar.d.ts.map +1 -1
  8. package/dist/components/Contextualbar/ContextualbarAction.d.ts +3 -4
  9. package/dist/components/Contextualbar/ContextualbarAction.d.ts.map +1 -1
  10. package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts +3 -4
  11. package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts.map +1 -1
  12. package/dist/components/Contextualbar/ContextualbarFooter.d.ts +1 -1
  13. package/dist/components/Contextualbar/ContextualbarFooter.d.ts.map +1 -1
  14. package/dist/components/Contextualbar/ContextualbarHeader.d.ts.map +1 -1
  15. package/dist/components/Contextualbar/ContextualbarSection.d.ts.map +1 -1
  16. package/dist/components/Contextualbar/ContextualbarTitle.d.ts.map +1 -1
  17. package/dist/components/Menu/MenuDropdown.d.ts +23 -1
  18. package/dist/components/Menu/MenuDropdown.d.ts.map +1 -1
  19. package/dist/components/Menu/MenuPopover.d.ts.map +1 -1
  20. package/dist/components/Menu/MenuPortalContext.d.ts +17 -0
  21. package/dist/components/Menu/MenuPortalContext.d.ts.map +1 -0
  22. package/dist/components/Menu/MenuSection.d.ts +7 -3
  23. package/dist/components/Menu/MenuSection.d.ts.map +1 -1
  24. package/dist/components/Menu/MenuSubmenu.d.ts +24 -0
  25. package/dist/components/Menu/MenuSubmenu.d.ts.map +1 -0
  26. package/dist/components/Menu/index.d.ts +1 -0
  27. package/dist/components/Menu/index.d.ts.map +1 -1
  28. package/dist/components/Menu/stately/MenuSubmenuTrigger.d.ts +20 -0
  29. package/dist/components/Menu/stately/MenuSubmenuTrigger.d.ts.map +1 -0
  30. package/dist/components/Message/helpers.d.ts +2 -3
  31. package/dist/components/Message/helpers.d.ts.map +1 -1
  32. package/dist/components/Popover/Popover.d.ts +3 -2
  33. package/dist/components/Popover/Popover.d.ts.map +1 -1
  34. package/dist/components/Sidebar/Item.d.ts +74 -0
  35. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  36. package/dist/components/Sidebar/Section.d.ts +12 -0
  37. package/dist/components/Sidebar/Section.d.ts.map +1 -1
  38. package/dist/components/Sidebar/Sidebar.d.ts +6 -0
  39. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
  40. package/dist/components/Sidebar/SidebarActions.d.ts +12 -0
  41. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  42. package/dist/components/Sidebar/SidebarBanner.d.ts +9 -0
  43. package/dist/components/Sidebar/SidebarBanner.d.ts.map +1 -1
  44. package/dist/components/Sidebar/SidebarDivider.d.ts +3 -0
  45. package/dist/components/Sidebar/SidebarDivider.d.ts.map +1 -1
  46. package/dist/components/Sidebar/SidebarFooter.d.ts +12 -0
  47. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -1
  48. package/dist/components/Sidebar/TopBar/TopBar.d.ts +5 -0
  49. package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +1 -1
  50. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +3 -0
  51. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts.map +1 -1
  52. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts +3 -0
  53. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts.map +1 -1
  54. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts +6 -0
  55. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts.map +1 -1
  56. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts +6 -0
  57. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts.map +1 -1
  58. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts +6 -0
  59. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts.map +1 -1
  60. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts +6 -0
  61. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts.map +1 -1
  62. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts +6 -0
  63. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts.map +1 -1
  64. package/dist/components/Sidebar/TopBar/index.d.ts +3 -0
  65. package/dist/components/Sidebar/TopBar/index.d.ts.map +1 -1
  66. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts +2 -1
  67. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts.map +1 -1
  68. package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts +3 -0
  69. package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts.map +1 -0
  70. package/dist/components/SidebarV2/SidebarGroupTitle.d.ts +2 -1
  71. package/dist/components/SidebarV2/SidebarGroupTitle.d.ts.map +1 -1
  72. package/dist/components/SidebarV2/helpers.d.ts.map +1 -1
  73. package/dist/components/SidebarV2/index.d.ts +1 -0
  74. package/dist/components/SidebarV2/index.d.ts.map +1 -1
  75. package/dist/components/index.d.ts +0 -1
  76. package/dist/components/index.d.ts.map +1 -1
  77. package/dist/fuselage.css +4 -4
  78. package/dist/fuselage.css.map +1 -1
  79. package/dist/fuselage.development.js +466 -444
  80. package/dist/fuselage.development.js.map +1 -1
  81. package/dist/fuselage.production.js +13 -13
  82. package/dist/tsdoc-metadata.json +1 -1
  83. package/package.json +24 -25
  84. package/dist/components/ContextualbarV2/Contextualbar.d.ts +0 -10
  85. package/dist/components/ContextualbarV2/Contextualbar.d.ts.map +0 -1
  86. package/dist/components/ContextualbarV2/ContextualbarAction.d.ts +0 -7
  87. package/dist/components/ContextualbarV2/ContextualbarAction.d.ts.map +0 -1
  88. package/dist/components/ContextualbarV2/ContextualbarActions.d.ts +0 -5
  89. package/dist/components/ContextualbarV2/ContextualbarActions.d.ts.map +0 -1
  90. package/dist/components/ContextualbarV2/ContextualbarButton.d.ts +0 -5
  91. package/dist/components/ContextualbarV2/ContextualbarButton.d.ts.map +0 -1
  92. package/dist/components/ContextualbarV2/ContextualbarContent.d.ts +0 -7
  93. package/dist/components/ContextualbarV2/ContextualbarContent.d.ts.map +0 -1
  94. package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts +0 -11
  95. package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts.map +0 -1
  96. package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts +0 -7
  97. package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts.map +0 -1
  98. package/dist/components/ContextualbarV2/ContextualbarHeader.d.ts +0 -5
  99. package/dist/components/ContextualbarV2/ContextualbarHeader.d.ts.map +0 -1
  100. package/dist/components/ContextualbarV2/ContextualbarIcon.d.ts +0 -5
  101. package/dist/components/ContextualbarV2/ContextualbarIcon.d.ts.map +0 -1
  102. package/dist/components/ContextualbarV2/ContextualbarSection.d.ts +0 -7
  103. package/dist/components/ContextualbarV2/ContextualbarSection.d.ts.map +0 -1
  104. package/dist/components/ContextualbarV2/ContextualbarSkeleton.d.ts +0 -5
  105. package/dist/components/ContextualbarV2/ContextualbarSkeleton.d.ts.map +0 -1
  106. package/dist/components/ContextualbarV2/ContextualbarTitle.d.ts +0 -5
  107. package/dist/components/ContextualbarV2/ContextualbarTitle.d.ts.map +0 -1
  108. package/dist/components/ContextualbarV2/index.d.ts +0 -13
  109. package/dist/components/ContextualbarV2/index.d.ts.map +0 -1
@@ -1,5 +1,11 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * @deprecated Use `SidebarV2BannerVariant` instead.
4
+ */
2
5
  export type SidebarBannerVariant = 'default' | 'info' | 'success' | 'warning' | 'danger';
6
+ /**
7
+ * @deprecated Use `SidebarV2BannerProps` instead.
8
+ */
3
9
  export type SidebarBannerProps = {
4
10
  text?: ReactNode;
5
11
  description?: ReactNode;
@@ -9,6 +15,9 @@ export type SidebarBannerProps = {
9
15
  children?: ReactNode;
10
16
  addon?: ReactNode;
11
17
  };
18
+ /**
19
+ * @deprecated Use `SidebarV2Banner` instead.
20
+ */
12
21
  declare const SidebarBanner: ({ text, description, onClick, variant, addon, onClose, children, }: SidebarBannerProps) => import("react").JSX.Element;
13
22
  export default SidebarBanner;
14
23
  //# 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,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb,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,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,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,3 +1,6 @@
1
+ /**
2
+ * @deprecated Use `SidebarV2Divider` instead.
3
+ */
1
4
  declare const SidebarDivider: () => import("react").JSX.Element;
2
5
  export default SidebarDivider;
3
6
  //# sourceMappingURL=SidebarDivider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarDivider.tsx"],"names":[],"mappings":"AAEA,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;;GAEG;AACH,QAAA,MAAM,cAAc,mCAEnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,11 +1,23 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * @deprecated Use `SidebarV2Footer` instead.
4
+ */
2
5
  export type SidebarFooterProps = {
3
6
  children?: ReactNode;
4
7
  elevated?: boolean;
5
8
  };
9
+ /**
10
+ * @deprecated Use `SidebarV2Footer` instead.
11
+ */
6
12
  export declare const SidebarFooter: ({ elevated, ...props }: SidebarFooterProps) => import("react").JSX.Element;
13
+ /**
14
+ * @deprecated Use `SidebarV2FooterContent` instead.
15
+ */
7
16
  export type SidebarFooterHighlightProps = {
8
17
  children?: ReactNode;
9
18
  };
19
+ /**
20
+ * @deprecated Use `SidebarV2FooterContent` instead.
21
+ */
10
22
  export declare const SidebarFooterHighlight: ({ ...props }: SidebarFooterHighlightProps) => import("react").JSX.Element;
11
23
  //# sourceMappingURL=SidebarFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,wBAAwB,kBAAkB,gCAUvE,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,cAEpC,2BAA2B,gCAK7B,CAAC"}
1
+ {"version":3,"file":"SidebarFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,wBAAwB,kBAAkB,gCAUvE,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,GAAI,cAEpC,2BAA2B,gCAK7B,CAAC"}
@@ -1,10 +1,15 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * @deprecated Use `NavBar` for app-level navigation instead.
4
+ */
2
5
  export type TopBarProps = {
3
6
  children?: ReactNode;
4
7
  className?: string;
5
8
  };
6
9
  /**
7
10
  * Sidebar TopBar and ToolBox.
11
+ *
12
+ * @deprecated Use `NavBar` for app-level navigation instead.
8
13
  */
9
14
  export declare const TopBar: ({ className, ...props }: TopBarProps) => import("react").JSX.Element;
10
15
  //# sourceMappingURL=TopBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,MAAM,GAAI,yBAAyB,WAAW,gCAO1D,CAAC"}
1
+ {"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,MAAM,GAAI,yBAAyB,WAAW,gCAO1D,CAAC"}
@@ -1,5 +1,8 @@
1
1
  import type { SidebarActionProps } from '../SidebarActions';
2
2
  type TopBarActionProps = SidebarActionProps;
3
+ /**
4
+ * @deprecated Use `NavBar` for app-level navigation instead.
5
+ */
3
6
  export declare function TopBarAction(props: TopBarActionProps): import("react").JSX.Element;
4
7
  export {};
5
8
  //# sourceMappingURL=TopBarAction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarAction.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,KAAK,iBAAiB,GAAG,kBAAkB,CAAC;AAE5C,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,+BAEpD"}
1
+ {"version":3,"file":"TopBarAction.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,KAAK,iBAAiB,GAAG,kBAAkB,CAAC;AAE5C;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,+BAEpD"}
@@ -1,5 +1,8 @@
1
1
  import type { SidebarActionsProps } from '../SidebarActions';
2
2
  type TopBarActionsProps = SidebarActionsProps;
3
+ /**
4
+ * @deprecated Use `NavBar` for app-level navigation instead.
5
+ */
3
6
  export declare function TopBarActions(props: TopBarActionsProps): import("react").JSX.Element;
4
7
  export {};
5
8
  //# sourceMappingURL=TopBarActions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAG7D,KAAK,kBAAkB,GAAG,mBAAmB,CAAC;AAE9C,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAEtD"}
1
+ {"version":3,"file":"TopBarActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAG7D,KAAK,kBAAkB,GAAG,mBAAmB,CAAC;AAE9C;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAEtD"}
@@ -1,7 +1,13 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * @deprecated Use `NavBar` for app-level navigation instead.
4
+ */
2
5
  export type TopBarSectionProps = {
3
6
  children?: ReactNode;
4
7
  className?: string;
5
8
  };
9
+ /**
10
+ * @deprecated Use `NavBar` for app-level navigation instead.
11
+ */
6
12
  export declare const TopBarSection: ({ className, children, ...props }: TopBarSectionProps) => import("react").JSX.Element;
7
13
  //# sourceMappingURL=TopBarSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,mCAI3B,kBAAkB,gCAUpB,CAAC"}
1
+ {"version":3,"file":"TopBarSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,mCAI3B,kBAAkB,gCAUpB,CAAC"}
@@ -1,6 +1,12 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * @deprecated Use `NavBar` for app-level navigation instead.
4
+ */
2
5
  export type TopBarTitleProps = {
3
6
  children?: ReactNode;
4
7
  };
8
+ /**
9
+ * @deprecated Use `NavBar` for app-level navigation instead.
10
+ */
5
11
  export declare const TopBarTitle: (props: TopBarTitleProps) => import("react").JSX.Element;
6
12
  //# sourceMappingURL=TopBarTitle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,gCAElD,CAAC"}
1
+ {"version":3,"file":"TopBarTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,gCAElD,CAAC"}
@@ -1,7 +1,13 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * @deprecated Use `NavBar` for app-level navigation instead.
4
+ */
2
5
  export type TopBarToolBoxProps = {
3
6
  children?: ReactNode;
4
7
  className?: string;
5
8
  };
9
+ /**
10
+ * @deprecated Use `NavBar` for app-level navigation instead.
11
+ */
6
12
  export declare const TopBarToolBox: ({ children, className, ...props }: TopBarToolBoxProps) => import("react").JSX.Element;
7
13
  //# sourceMappingURL=TopBarToolBox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarToolBox.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarToolBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,mCAI3B,kBAAkB,gCAUpB,CAAC"}
1
+ {"version":3,"file":"TopBarToolBox.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarToolBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,mCAI3B,kBAAkB,gCAUpB,CAAC"}
@@ -1,7 +1,13 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * @deprecated Use `NavBar` for app-level navigation instead.
4
+ */
2
5
  export type TopBarV2Props = {
3
6
  children?: ReactNode;
4
7
  className?: string;
5
8
  };
9
+ /**
10
+ * @deprecated Use `NavBar` for app-level navigation instead.
11
+ */
6
12
  export declare const TopBarV2: ({ className, ...props }: TopBarV2Props) => import("react").JSX.Element;
7
13
  //# sourceMappingURL=TopBarV2.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarV2.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarV2.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,yBAAyB,aAAa,gCAU9D,CAAC"}
1
+ {"version":3,"file":"TopBarV2.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarV2.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,yBAAyB,aAAa,gCAU9D,CAAC"}
@@ -1,6 +1,12 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * @deprecated Use `NavBar` for app-level navigation instead.
4
+ */
2
5
  export type TopBarWrapperProps = {
3
6
  children?: ReactNode;
4
7
  };
8
+ /**
9
+ * @deprecated Use `NavBar` for app-level navigation instead.
10
+ */
5
11
  export declare const TopBarWrapper: ({ children }: TopBarWrapperProps) => import("react").JSX.Element;
6
12
  //# sourceMappingURL=TopBarWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,cAAc,kBAAkB,gCAI7D,CAAC"}
1
+ {"version":3,"file":"TopBarWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,cAAc,kBAAkB,gCAI7D,CAAC"}
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @deprecated Use `NavBar` for app-level navigation instead.
3
+ */
1
4
  export declare const TopBarAvatar: {
2
5
  size: "x24";
3
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;CAA2B,CAAC;AACrD,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,YAAY;;CAA2B,CAAC;AACrD,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
@@ -5,8 +5,9 @@ type SidebarCollapseGroupProps = HTMLAttributes<HTMLDivElement> & RefAttributes<
5
5
  tabIndex?: number;
6
6
  title: string;
7
7
  badge?: ReactNode;
8
+ menu?: ReactNode;
8
9
  actions?: ReactNode;
9
10
  };
10
- export declare function SidebarCollapseGroup({ ref, expanded: propExpanded, defaultExpanded, tabIndex, children, badge, title, ...props }: SidebarCollapseGroupProps): import("react").JSX.Element;
11
+ export declare function SidebarCollapseGroup({ ref, expanded: propExpanded, defaultExpanded, tabIndex, children, badge, menu, title, ...props }: SidebarCollapseGroupProps): import("react").JSX.Element;
11
12
  export {};
12
13
  //# sourceMappingURL=SidebarCollapseGroup.d.ts.map
@@ -1 +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,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,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,KAAK,EACL,GAAG,KAAK,EACT,EAAE,yBAAyB,+BAmC3B"}
1
+ {"version":3,"file":"SidebarCollapseGroup.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/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,3 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const SidebarCollapseGroupMenu: ({ children, ...props }: HTMLAttributes<HTMLDivElement>) => import("react").JSX.Element;
3
+ //# sourceMappingURL=SidebarCollapseGroupMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarCollapseGroupMenu.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/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"}
@@ -4,7 +4,8 @@ export type SidebarGroupTitleProps = {
4
4
  title?: string;
5
5
  titleId?: string;
6
6
  badge?: ReactNode;
7
+ menu?: ReactNode;
7
8
  barProps?: AriaAttributes;
8
9
  } & HTMLAttributes<HTMLDivElement>;
9
- export declare const SidebarGroupTitle: ({ title, titleId, badge, barProps, expanded, ...props }: SidebarGroupTitleProps) => import("react").JSX.Element;
10
+ export declare const SidebarGroupTitle: ({ title, titleId, badge, menu, barProps, expanded, role, ...props }: SidebarGroupTitleProps) => import("react").JSX.Element;
10
11
  //# sourceMappingURL=SidebarGroupTitle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarGroupTitle.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/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,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,eAAO,MAAM,iBAAiB,GAAI,yDAO/B,sBAAsB,gCAsBxB,CAAC"}
1
+ {"version":3,"file":"SidebarGroupTitle.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarGroupTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvE,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 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AA6B3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,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,gCA8B5D,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,kBAAkB,gCAwBrC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,SAAS,EAkCjC,CAAC"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AA6B3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,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,gCA8B5D,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,kBAAkB,gCAwBrC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,SAAS,EAmCjC,CAAC"}
@@ -6,6 +6,7 @@ export { default as SidebarV2Actions, type SidebarActionsProps as SidebarV2Actio
6
6
  export { default as SidebarV2Link, type SidebarLinkProps as SidebarV2LinkProps, } from './SidebarLink';
7
7
  export * from './SidebarItem';
8
8
  export { SidebarCollapseGroup as SidebarV2CollapseGroup } from './SidebarCollapseGroup';
9
+ export { SidebarCollapseGroupMenu as SidebarV2CollapseGroupMenu } from './SidebarCollapseGroupMenu';
9
10
  export { SidebarBanner as SidebarV2Banner, type SidebarV2BannerProps, type SidebarV2BannerVariant, } from './SidebarBanner';
10
11
  export * from './SidebarFooter';
11
12
  export * from './SidebarMedia';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,SAAS,EACpB,KAAK,YAAY,IAAI,cAAc,GACpC,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,OAAO,IAAI,kBAAkB,EAC7B,KAAK,qBAAqB,IAAI,uBAAuB,GACtD,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,OAAO,IAAI,sBAAsB,EACjC,KAAK,yBAAyB,IAAI,2BAA2B,GAC9D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,OAAO,IAAI,eAAe,EAC1B,KAAK,kBAAkB,IAAI,oBAAoB,GAChD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,OAAO,IAAI,gBAAgB,EAC3B,KAAK,mBAAmB,IAAI,qBAAqB,GAClD,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,gBAAgB,IAAI,kBAAkB,GAC5C,MAAM,eAAe,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACxF,OAAO,EACL,aAAa,IAAI,eAAe,EAChC,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,GAC5B,MAAM,iBAAiB,CAAC;AACzB,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,EACL,iBAAiB,IAAI,mBAAmB,EACxC,KAAK,sBAAsB,IAAI,wBAAwB,GACxD,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,SAAS,EACpB,KAAK,YAAY,IAAI,cAAc,GACpC,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,OAAO,IAAI,kBAAkB,EAC7B,KAAK,qBAAqB,IAAI,uBAAuB,GACtD,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,OAAO,IAAI,sBAAsB,EACjC,KAAK,yBAAyB,IAAI,2BAA2B,GAC9D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,OAAO,IAAI,eAAe,EAC1B,KAAK,kBAAkB,IAAI,oBAAoB,GAChD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,OAAO,IAAI,gBAAgB,EAC3B,KAAK,mBAAmB,IAAI,qBAAqB,GAClD,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,gBAAgB,IAAI,kBAAkB,GAC5C,MAAM,eAAe,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACxF,OAAO,EAAE,wBAAwB,IAAI,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AACpG,OAAO,EACL,aAAa,IAAI,eAAe,EAChC,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,GAC5B,MAAM,iBAAiB,CAAC;AACzB,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,EACL,iBAAiB,IAAI,mBAAmB,EACxC,KAAK,sBAAsB,IAAI,wBAAwB,GACxD,MAAM,qBAAqB,CAAC"}
@@ -18,7 +18,6 @@ export * from './Chevron';
18
18
  export * from './Chip';
19
19
  export * from './CodeSnippet';
20
20
  export * from './Contextualbar';
21
- export * from './ContextualbarV2';
22
21
  export * from './Divider';
23
22
  export * from './Dropdown';
24
23
  export * from './EmailInput';
@@ -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,mBAAmB,CAAC;AAClC,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,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"}