@rocket.chat/fuselage 0.86.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 (156) hide show
  1. package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
  2. package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -1
  3. package/dist/components/PaginatedSelect/PaginatedSelect.d.ts.map +1 -1
  4. package/dist/components/Select/SelectLegacy.d.ts.map +1 -1
  5. package/dist/components/Select/SelectTrigger.d.ts.map +1 -1
  6. package/dist/components/Sidebar/Sidebar.d.ts +5 -10
  7. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
  8. package/dist/components/Sidebar/SidebarAccordion.d.ts.map +1 -0
  9. package/dist/components/Sidebar/SidebarAccordionItem.d.ts.map +1 -0
  10. package/dist/components/Sidebar/SidebarAction.d.ts.map +1 -0
  11. package/dist/components/Sidebar/SidebarActions.d.ts +2 -17
  12. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  13. package/dist/components/Sidebar/SidebarBanner.d.ts +5 -14
  14. package/dist/components/Sidebar/SidebarBanner.d.ts.map +1 -1
  15. package/dist/components/Sidebar/SidebarButtonGroup.d.ts.map +1 -0
  16. package/dist/components/Sidebar/SidebarCollapseGroup.d.ts.map +1 -0
  17. package/dist/components/Sidebar/SidebarCollapseGroupMenu.d.ts.map +1 -0
  18. package/dist/components/Sidebar/SidebarDivider.d.ts +1 -5
  19. package/dist/components/Sidebar/SidebarDivider.d.ts.map +1 -1
  20. package/dist/components/Sidebar/SidebarFooter/SidebarFooter.d.ts.map +1 -0
  21. package/dist/components/Sidebar/SidebarFooter/SidebarFooterContent.d.ts.map +1 -0
  22. package/dist/components/Sidebar/SidebarFooter/index.d.ts +3 -0
  23. package/dist/components/Sidebar/SidebarFooter/index.d.ts.map +1 -0
  24. package/dist/components/Sidebar/SidebarGroupTitle.d.ts.map +1 -0
  25. package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItem.d.ts +2 -2
  26. package/dist/components/Sidebar/SidebarItem/SidebarItem.d.ts.map +1 -0
  27. package/dist/components/Sidebar/SidebarItem/SidebarItemAction.d.ts.map +1 -0
  28. package/dist/components/Sidebar/SidebarItem/SidebarItemAvatarWrapper.d.ts.map +1 -0
  29. package/dist/components/Sidebar/SidebarItem/SidebarItemBadge.d.ts.map +1 -0
  30. package/dist/components/Sidebar/SidebarItem/SidebarItemCol.d.ts.map +1 -0
  31. package/dist/components/Sidebar/SidebarItem/SidebarItemContent.d.ts.map +1 -0
  32. package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemIcon.d.ts +2 -2
  33. package/dist/components/Sidebar/SidebarItem/SidebarItemIcon.d.ts.map +1 -0
  34. package/dist/components/Sidebar/SidebarItem/SidebarItemMenu.d.ts.map +1 -0
  35. package/dist/components/Sidebar/SidebarItem/SidebarItemRow.d.ts.map +1 -0
  36. package/dist/components/Sidebar/SidebarItem/SidebarItemStatusBullet.d.ts.map +1 -0
  37. package/dist/components/Sidebar/SidebarItem/SidebarItemTimestamp.d.ts.map +1 -0
  38. package/dist/components/Sidebar/SidebarItem/SidebarItemTitle.d.ts.map +1 -0
  39. package/dist/components/Sidebar/SidebarItem/SidebarListItem.d.ts.map +1 -0
  40. package/dist/components/Sidebar/SidebarItem/index.d.ts +14 -0
  41. package/dist/components/Sidebar/SidebarItem/index.d.ts.map +1 -0
  42. package/dist/components/Sidebar/SidebarLink.d.ts.map +1 -0
  43. package/dist/components/Sidebar/SidebarMedia/SidebarMedia.d.ts.map +1 -0
  44. package/dist/components/Sidebar/SidebarMedia/SidebarMediaController.d.ts.map +1 -0
  45. package/dist/components/Sidebar/SidebarMedia/SidebarMediaTitle.d.ts.map +1 -0
  46. package/dist/components/Sidebar/SidebarMedia/index.d.ts +4 -0
  47. package/dist/components/Sidebar/SidebarMedia/index.d.ts.map +1 -0
  48. package/dist/components/Sidebar/SidebarSection.d.ts.map +1 -0
  49. package/dist/components/{SidebarV2 → Sidebar}/helpers.d.ts +2 -2
  50. package/dist/components/Sidebar/helpers.d.ts.map +1 -0
  51. package/dist/components/Sidebar/hooks/useCollapse.d.ts.map +1 -0
  52. package/dist/components/Sidebar/index.d.ts +15 -8
  53. package/dist/components/Sidebar/index.d.ts.map +1 -1
  54. package/dist/components/index.d.ts +0 -1
  55. package/dist/components/index.d.ts.map +1 -1
  56. package/dist/fuselage.css +1 -1
  57. package/dist/fuselage.css.map +1 -1
  58. package/dist/fuselage.development.js +277 -785
  59. package/dist/fuselage.development.js.map +1 -1
  60. package/dist/fuselage.production.js +19 -19
  61. package/package.json +2 -2
  62. package/dist/components/Sidebar/Item.d.ts +0 -144
  63. package/dist/components/Sidebar/Item.d.ts.map +0 -1
  64. package/dist/components/Sidebar/Section.d.ts +0 -22
  65. package/dist/components/Sidebar/Section.d.ts.map +0 -1
  66. package/dist/components/Sidebar/SidebarFooter.d.ts +0 -23
  67. package/dist/components/Sidebar/SidebarFooter.d.ts.map +0 -1
  68. package/dist/components/Sidebar/TopBar/TopBar.d.ts +0 -15
  69. package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +0 -1
  70. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +0 -8
  71. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts.map +0 -1
  72. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts +0 -8
  73. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts.map +0 -1
  74. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts +0 -13
  75. package/dist/components/Sidebar/TopBar/TopBarSection.d.ts.map +0 -1
  76. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts +0 -12
  77. package/dist/components/Sidebar/TopBar/TopBarTitle.d.ts.map +0 -1
  78. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts +0 -13
  79. package/dist/components/Sidebar/TopBar/TopBarToolBox.d.ts.map +0 -1
  80. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts +0 -13
  81. package/dist/components/Sidebar/TopBar/TopBarV2.d.ts.map +0 -1
  82. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts +0 -12
  83. package/dist/components/Sidebar/TopBar/TopBarWrapper.d.ts.map +0 -1
  84. package/dist/components/Sidebar/TopBar/index.d.ts +0 -15
  85. package/dist/components/Sidebar/TopBar/index.d.ts.map +0 -1
  86. package/dist/components/SidebarV2/Sidebar.d.ts +0 -6
  87. package/dist/components/SidebarV2/Sidebar.d.ts.map +0 -1
  88. package/dist/components/SidebarV2/SidebarAccordion.d.ts.map +0 -1
  89. package/dist/components/SidebarV2/SidebarAccordionItem.d.ts.map +0 -1
  90. package/dist/components/SidebarV2/SidebarAction.d.ts.map +0 -1
  91. package/dist/components/SidebarV2/SidebarActions.d.ts +0 -5
  92. package/dist/components/SidebarV2/SidebarActions.d.ts.map +0 -1
  93. package/dist/components/SidebarV2/SidebarBanner.d.ts +0 -14
  94. package/dist/components/SidebarV2/SidebarBanner.d.ts.map +0 -1
  95. package/dist/components/SidebarV2/SidebarButtonGroup.d.ts.map +0 -1
  96. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts.map +0 -1
  97. package/dist/components/SidebarV2/SidebarCollapseGroupMenu.d.ts.map +0 -1
  98. package/dist/components/SidebarV2/SidebarDivider.d.ts +0 -2
  99. package/dist/components/SidebarV2/SidebarDivider.d.ts.map +0 -1
  100. package/dist/components/SidebarV2/SidebarFooter/SidebarFooter.d.ts.map +0 -1
  101. package/dist/components/SidebarV2/SidebarFooter/SidebarFooterContent.d.ts.map +0 -1
  102. package/dist/components/SidebarV2/SidebarFooter/index.d.ts +0 -3
  103. package/dist/components/SidebarV2/SidebarFooter/index.d.ts.map +0 -1
  104. package/dist/components/SidebarV2/SidebarGroupTitle.d.ts.map +0 -1
  105. package/dist/components/SidebarV2/SidebarItem/SidebarItem.d.ts.map +0 -1
  106. package/dist/components/SidebarV2/SidebarItem/SidebarItemAction.d.ts.map +0 -1
  107. package/dist/components/SidebarV2/SidebarItem/SidebarItemAvatarWrapper.d.ts.map +0 -1
  108. package/dist/components/SidebarV2/SidebarItem/SidebarItemBadge.d.ts.map +0 -1
  109. package/dist/components/SidebarV2/SidebarItem/SidebarItemCol.d.ts.map +0 -1
  110. package/dist/components/SidebarV2/SidebarItem/SidebarItemContent.d.ts.map +0 -1
  111. package/dist/components/SidebarV2/SidebarItem/SidebarItemIcon.d.ts.map +0 -1
  112. package/dist/components/SidebarV2/SidebarItem/SidebarItemMenu.d.ts.map +0 -1
  113. package/dist/components/SidebarV2/SidebarItem/SidebarItemRow.d.ts.map +0 -1
  114. package/dist/components/SidebarV2/SidebarItem/SidebarItemStatusBullet.d.ts.map +0 -1
  115. package/dist/components/SidebarV2/SidebarItem/SidebarItemTimestamp.d.ts.map +0 -1
  116. package/dist/components/SidebarV2/SidebarItem/SidebarItemTitle.d.ts.map +0 -1
  117. package/dist/components/SidebarV2/SidebarItem/SidebarListItem.d.ts.map +0 -1
  118. package/dist/components/SidebarV2/SidebarItem/index.d.ts +0 -14
  119. package/dist/components/SidebarV2/SidebarItem/index.d.ts.map +0 -1
  120. package/dist/components/SidebarV2/SidebarLink.d.ts.map +0 -1
  121. package/dist/components/SidebarV2/SidebarMedia/SidebarMedia.d.ts.map +0 -1
  122. package/dist/components/SidebarV2/SidebarMedia/SidebarMediaController.d.ts.map +0 -1
  123. package/dist/components/SidebarV2/SidebarMedia/SidebarMediaTitle.d.ts.map +0 -1
  124. package/dist/components/SidebarV2/SidebarMedia/index.d.ts +0 -4
  125. package/dist/components/SidebarV2/SidebarMedia/index.d.ts.map +0 -1
  126. package/dist/components/SidebarV2/SidebarSection.d.ts.map +0 -1
  127. package/dist/components/SidebarV2/helpers.d.ts.map +0 -1
  128. package/dist/components/SidebarV2/hooks/useCollapse.d.ts.map +0 -1
  129. package/dist/components/SidebarV2/index.d.ts +0 -17
  130. package/dist/components/SidebarV2/index.d.ts.map +0 -1
  131. /package/dist/components/{SidebarV2 → Sidebar}/SidebarAccordion.d.ts +0 -0
  132. /package/dist/components/{SidebarV2 → Sidebar}/SidebarAccordionItem.d.ts +0 -0
  133. /package/dist/components/{SidebarV2 → Sidebar}/SidebarAction.d.ts +0 -0
  134. /package/dist/components/{SidebarV2 → Sidebar}/SidebarButtonGroup.d.ts +0 -0
  135. /package/dist/components/{SidebarV2 → Sidebar}/SidebarCollapseGroup.d.ts +0 -0
  136. /package/dist/components/{SidebarV2 → Sidebar}/SidebarCollapseGroupMenu.d.ts +0 -0
  137. /package/dist/components/{SidebarV2 → Sidebar}/SidebarFooter/SidebarFooter.d.ts +0 -0
  138. /package/dist/components/{SidebarV2 → Sidebar}/SidebarFooter/SidebarFooterContent.d.ts +0 -0
  139. /package/dist/components/{SidebarV2 → Sidebar}/SidebarGroupTitle.d.ts +0 -0
  140. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemAction.d.ts +0 -0
  141. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemAvatarWrapper.d.ts +0 -0
  142. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemBadge.d.ts +0 -0
  143. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemCol.d.ts +0 -0
  144. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemContent.d.ts +0 -0
  145. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemMenu.d.ts +0 -0
  146. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemRow.d.ts +0 -0
  147. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemStatusBullet.d.ts +0 -0
  148. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemTimestamp.d.ts +0 -0
  149. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarItemTitle.d.ts +0 -0
  150. /package/dist/components/{SidebarV2 → Sidebar}/SidebarItem/SidebarListItem.d.ts +0 -0
  151. /package/dist/components/{SidebarV2 → Sidebar}/SidebarLink.d.ts +0 -0
  152. /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMedia.d.ts +0 -0
  153. /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMediaController.d.ts +0 -0
  154. /package/dist/components/{SidebarV2 → Sidebar}/SidebarMedia/SidebarMediaTitle.d.ts +0 -0
  155. /package/dist/components/{SidebarV2 → Sidebar}/SidebarSection.d.ts +0 -0
  156. /package/dist/components/{SidebarV2 → Sidebar}/hooks/useCollapse.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/fuselage",
3
- "version": "0.86.0",
3
+ "version": "0.88.0",
4
4
  "description": "Rocket.Chat's React Components Library",
5
5
  "homepage": "https://github.com/RocketChat/fuselage#readme",
6
6
  "bugs": {
@@ -58,7 +58,7 @@
58
58
  "@babel/preset-typescript": "~7.29.7",
59
59
  "@microsoft/api-extractor": "~7.58.12",
60
60
  "@rocket.chat/fuselage-hooks": "^0.43.1",
61
- "@rocket.chat/icons": "^0.48.0",
61
+ "@rocket.chat/icons": "^0.49.0",
62
62
  "@rocket.chat/storybook-dark-mode": "^4.2.1",
63
63
  "@rocket.chat/visual-regression": "^0.0.1",
64
64
  "@storybook/addon-a11y": "~9.1.20",
@@ -1,144 +0,0 @@
1
- import type { AllHTMLAttributes, ReactNode } from 'react';
2
- import type { BoxProps } from '../Box';
3
- import type { IconProps } from '../Icon';
4
- import type { SidebarActionProps } from './SidebarActions';
5
- import { SidebarActions } from './SidebarActions';
6
- /**
7
- * @deprecated Use the `SidebarV2` component family instead.
8
- */
9
- export type SidebarItemContainerProps = {
10
- children?: ReactNode;
11
- } & AllHTMLAttributes<HTMLElement>;
12
- /**
13
- * @deprecated Use the `SidebarV2` component family instead.
14
- */
15
- export declare const SidebarItemContainer: (props: SidebarItemContainerProps) => import("react").JSX.Element;
16
- /**
17
- * @deprecated Use `SidebarV2ItemMenu` instead.
18
- */
19
- export type SidebarItemMenuProps = {
20
- children?: ReactNode;
21
- } & AllHTMLAttributes<HTMLElement>;
22
- /**
23
- * @deprecated Use `SidebarV2ItemMenu` instead.
24
- */
25
- export declare const SidebarItemMenu: (props: SidebarItemMenuProps) => import("react").JSX.Element;
26
- /**
27
- * @deprecated Use `SidebarV2ItemContent` instead.
28
- */
29
- export type SidebarItemContentProps = {
30
- children?: ReactNode;
31
- className?: string;
32
- } & AllHTMLAttributes<HTMLElement>;
33
- /**
34
- * @deprecated Use `SidebarV2ItemContent` instead.
35
- */
36
- export declare const SidebarItemContent: ({ className, ...props }: SidebarItemContentProps) => import("react").JSX.Element;
37
- /**
38
- * @deprecated Use `SidebarV2ItemTitle` instead.
39
- */
40
- export type SidebarItemTitleProps = {
41
- children?: ReactNode;
42
- className?: string;
43
- } & AllHTMLAttributes<HTMLElement>;
44
- /**
45
- * @deprecated Use `SidebarV2ItemTitle` instead.
46
- */
47
- export declare const SidebarItemTitle: ({ className, ...props }: SidebarItemTitleProps) => import("react").JSX.Element;
48
- /**
49
- * @deprecated Use `SidebarV2ItemTimestamp` instead.
50
- */
51
- export type SidebarItemTimeProps = {
52
- children?: ReactNode;
53
- className?: string;
54
- } & AllHTMLAttributes<HTMLElement>;
55
- /**
56
- * @deprecated Use `SidebarV2ItemTimestamp` instead.
57
- */
58
- export declare const SidebarItemTime: ({ className, ...props }: SidebarItemTimeProps) => import("react").JSX.Element;
59
- /**
60
- * @deprecated Use `SidebarV2ItemBadge` instead.
61
- */
62
- export type SidebarItemBadgeProps = {
63
- children?: ReactNode;
64
- className?: string;
65
- } & AllHTMLAttributes<HTMLElement>;
66
- /**
67
- * @deprecated Use `SidebarV2ItemBadge` instead.
68
- */
69
- export declare const SidebarItemBadge: ({ className, ...props }: SidebarItemBadgeProps) => import("react").JSX.Element;
70
- /**
71
- * @deprecated Use the `SidebarV2` component family instead.
72
- */
73
- export type SidebarItemSubtitleProps = {
74
- children?: ReactNode;
75
- className?: string;
76
- } & AllHTMLAttributes<HTMLElement>;
77
- /**
78
- * @deprecated Use the `SidebarV2` component family instead.
79
- */
80
- export declare const SidebarItemSubtitle: ({ className, ...props }: SidebarItemSubtitleProps) => import("react").JSX.Element;
81
- /**
82
- * @deprecated Use the `SidebarV2` component family instead.
83
- */
84
- export type SidebarItemWrapperProps = {
85
- children?: ReactNode;
86
- className?: string;
87
- } & AllHTMLAttributes<HTMLElement>;
88
- /**
89
- * @deprecated Use the `SidebarV2` component family instead.
90
- */
91
- export declare const SidebarItemWrapper: ({ className, ...props }: SidebarItemWrapperProps) => import("react").JSX.Element;
92
- /**
93
- * @deprecated Use `SidebarV2ItemIconProps` instead.
94
- */
95
- export type SidebarItemIconProps = {
96
- children?: ReactNode;
97
- className?: string;
98
- highlighted?: boolean;
99
- icon: IconProps['name'];
100
- } & Omit<AllHTMLAttributes<HTMLElement>, 'name' | 'is'>;
101
- /**
102
- * @deprecated Use `SidebarV2ItemIcon` instead.
103
- */
104
- export declare const SidebarItemIcon: ({ highlighted, children, icon, className: _className, ...props }: SidebarItemIconProps) => import("react").JSX.Element;
105
- /**
106
- * @deprecated Use `SidebarV2ItemAvatarWrapper` instead.
107
- */
108
- export type SidebarItemAvatarProps = {
109
- children?: ReactNode;
110
- } & AllHTMLAttributes<HTMLElement>;
111
- /**
112
- * @deprecated Use `SidebarV2ItemAvatarWrapper` instead.
113
- */
114
- export declare const SidebarItemAvatar: ({ ...props }: SidebarItemAvatarProps) => import("react").JSX.Element;
115
- /**
116
- * @deprecated Use `SidebarV2ItemMenu` instead.
117
- */
118
- export declare const SidebarItemActions: typeof SidebarActions;
119
- /**
120
- * @deprecated Use `SidebarV2ItemAction` instead.
121
- */
122
- export type SidebarItemActionProps = SidebarActionProps;
123
- /**
124
- * @deprecated Use `SidebarV2ItemAction` instead.
125
- */
126
- export declare const SidebarItemAction: (props: SidebarItemActionProps) => import("react").JSX.Element;
127
- /**
128
- * @deprecated Use `SidebarV2ItemProps` instead.
129
- */
130
- export type SidebarItemProps = {
131
- selected?: boolean;
132
- highlighted?: boolean;
133
- clickable?: boolean;
134
- featured?: boolean;
135
- is?: BoxProps['is'];
136
- children?: ReactNode;
137
- } & AllHTMLAttributes<HTMLElement>;
138
- /**
139
- * Item component to be used inside Sidebar.
140
- *
141
- * @deprecated Use `SidebarV2Item` instead.
142
- */
143
- export declare const SidebarItem: ({ selected, highlighted, clickable, featured, is: Tag, children, ...props }: SidebarItemProps) => import("react").JSX.Element;
144
- //# sourceMappingURL=Item.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"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"}
@@ -1,22 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `SidebarV2GroupTitleProps` instead.
4
- */
5
- export type SidebarSectionTitleProps = {
6
- children?: ReactNode;
7
- };
8
- /**
9
- * @deprecated Use `SidebarV2GroupTitle` instead.
10
- */
11
- export declare const SidebarSectionTitle: (props: SidebarSectionTitleProps) => import("react").JSX.Element;
12
- /**
13
- * @deprecated Use `SidebarV2Section` instead.
14
- */
15
- export type SidebarSectionProps = {
16
- children?: ReactNode;
17
- };
18
- /**
19
- * @deprecated Use `SidebarV2Section` instead.
20
- */
21
- export declare const SidebarSection: (props: SidebarSectionProps) => import("react").JSX.Element;
22
- //# sourceMappingURL=Section.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,OAAO,wBAAwB,gCAElE,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,gCAExD,CAAC"}
@@ -1,23 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `SidebarV2Footer` instead.
4
- */
5
- export type SidebarFooterProps = {
6
- children?: ReactNode;
7
- elevated?: boolean;
8
- };
9
- /**
10
- * @deprecated Use `SidebarV2Footer` instead.
11
- */
12
- export declare const SidebarFooter: ({ elevated, ...props }: SidebarFooterProps) => import("react").JSX.Element;
13
- /**
14
- * @deprecated Use `SidebarV2FooterContent` instead.
15
- */
16
- export type SidebarFooterHighlightProps = {
17
- children?: ReactNode;
18
- };
19
- /**
20
- * @deprecated Use `SidebarV2FooterContent` instead.
21
- */
22
- export declare const SidebarFooterHighlight: ({ ...props }: SidebarFooterHighlightProps) => import("react").JSX.Element;
23
- //# sourceMappingURL=SidebarFooter.d.ts.map
@@ -1 +0,0 @@
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,15 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `NavBar` for app-level navigation instead.
4
- */
5
- export type TopBarProps = {
6
- children?: ReactNode;
7
- className?: string;
8
- };
9
- /**
10
- * Sidebar TopBar and ToolBox.
11
- *
12
- * @deprecated Use `NavBar` for app-level navigation instead.
13
- */
14
- export declare const TopBar: ({ className, ...props }: TopBarProps) => import("react").JSX.Element;
15
- //# sourceMappingURL=TopBar.d.ts.map
@@ -1 +0,0 @@
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,8 +0,0 @@
1
- import type { SidebarActionProps } from '../SidebarActions';
2
- type TopBarActionProps = SidebarActionProps;
3
- /**
4
- * @deprecated Use `NavBar` for app-level navigation instead.
5
- */
6
- export declare function TopBarAction(props: TopBarActionProps): import("react").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=TopBarAction.d.ts.map
@@ -1 +0,0 @@
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,8 +0,0 @@
1
- import type { SidebarActionsProps } from '../SidebarActions';
2
- type TopBarActionsProps = SidebarActionsProps;
3
- /**
4
- * @deprecated Use `NavBar` for app-level navigation instead.
5
- */
6
- export declare function TopBarActions(props: TopBarActionsProps): import("react").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=TopBarActions.d.ts.map
@@ -1 +0,0 @@
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,13 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `NavBar` for app-level navigation instead.
4
- */
5
- export type TopBarSectionProps = {
6
- children?: ReactNode;
7
- className?: string;
8
- };
9
- /**
10
- * @deprecated Use `NavBar` for app-level navigation instead.
11
- */
12
- export declare const TopBarSection: ({ className, children, ...props }: TopBarSectionProps) => import("react").JSX.Element;
13
- //# sourceMappingURL=TopBarSection.d.ts.map
@@ -1 +0,0 @@
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,12 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `NavBar` for app-level navigation instead.
4
- */
5
- export type TopBarTitleProps = {
6
- children?: ReactNode;
7
- };
8
- /**
9
- * @deprecated Use `NavBar` for app-level navigation instead.
10
- */
11
- export declare const TopBarTitle: (props: TopBarTitleProps) => import("react").JSX.Element;
12
- //# sourceMappingURL=TopBarTitle.d.ts.map
@@ -1 +0,0 @@
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,13 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `NavBar` for app-level navigation instead.
4
- */
5
- export type TopBarToolBoxProps = {
6
- children?: ReactNode;
7
- className?: string;
8
- };
9
- /**
10
- * @deprecated Use `NavBar` for app-level navigation instead.
11
- */
12
- export declare const TopBarToolBox: ({ children, className, ...props }: TopBarToolBoxProps) => import("react").JSX.Element;
13
- //# sourceMappingURL=TopBarToolBox.d.ts.map
@@ -1 +0,0 @@
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,13 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `NavBar` for app-level navigation instead.
4
- */
5
- export type TopBarV2Props = {
6
- children?: ReactNode;
7
- className?: string;
8
- };
9
- /**
10
- * @deprecated Use `NavBar` for app-level navigation instead.
11
- */
12
- export declare const TopBarV2: ({ className, ...props }: TopBarV2Props) => import("react").JSX.Element;
13
- //# sourceMappingURL=TopBarV2.d.ts.map
@@ -1 +0,0 @@
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,12 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- /**
3
- * @deprecated Use `NavBar` for app-level navigation instead.
4
- */
5
- export type TopBarWrapperProps = {
6
- children?: ReactNode;
7
- };
8
- /**
9
- * @deprecated Use `NavBar` for app-level navigation instead.
10
- */
11
- export declare const TopBarWrapper: ({ children }: TopBarWrapperProps) => import("react").JSX.Element;
12
- //# sourceMappingURL=TopBarWrapper.d.ts.map
@@ -1 +0,0 @@
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,15 +0,0 @@
1
- /**
2
- * @deprecated Use `NavBar` for app-level navigation instead.
3
- */
4
- export declare const TopBarAvatar: {
5
- size: "x24";
6
- };
7
- export * from './TopBar';
8
- export * from './TopBarV2';
9
- export * from './TopBarAction';
10
- export * from './TopBarActions';
11
- export * from './TopBarSection';
12
- export * from './TopBarTitle';
13
- export * from './TopBarToolBox';
14
- export * from './TopBarWrapper';
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
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;
6
- //# sourceMappingURL=Sidebar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/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"}
@@ -1 +0,0 @@
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,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnE,QAAA,MAAM,gBAAgB,GAAI,mCAIvB,qBAAqB,gCAYvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1 +0,0 @@
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;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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidebarAction.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/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,5 +0,0 @@
1
- import type { ButtonGroupProps } from '../ButtonGroup';
2
- export type SidebarActionsProps = ButtonGroupProps;
3
- declare function SidebarActions(props: SidebarActionsProps): import("react").JSX.Element;
4
- export default SidebarActions;
5
- //# sourceMappingURL=SidebarActions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/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,14 +0,0 @@
1
- import type { AllHTMLAttributes, ReactNode } from 'react';
2
- export type SidebarV2BannerVariant = 'default' | 'info' | 'success' | 'warning' | 'danger';
3
- export type SidebarV2BannerProps = {
4
- title?: ReactNode;
5
- linkText?: string;
6
- linkProps?: AllHTMLAttributes<HTMLAnchorElement>;
7
- onClick?: () => void;
8
- variant?: SidebarV2BannerVariant;
9
- onClose?: () => void;
10
- children?: ReactNode;
11
- addon?: ReactNode;
12
- };
13
- export declare const SidebarBanner: ({ title, linkText, linkProps, variant, addon, onClose, children, ...props }: SidebarV2BannerProps) => import("react").JSX.Element;
14
- //# sourceMappingURL=SidebarBanner.d.ts.map
@@ -1 +0,0 @@
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,MAAM,MAAM,sBAAsB,GAC9B,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb,MAAM,MAAM,oBAAoB,GAAG;IACjC,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,sBAAsB,CAAC;IACjC,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,oBAAoB,gCA0BtB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidebarButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,eAAO,MAAM,kBAAkB,GAAI,4BAIhC,gBAAgB,gCAA2D,CAAC"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1,2 +0,0 @@
1
- export declare const SidebarDivider: () => import("react").JSX.Element;
2
- //# sourceMappingURL=SidebarDivider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidebarDivider.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarDivider.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,mCAE1B,CAAC"}
@@ -1 +0,0 @@
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,GAAI,wBAG3B,cAAc,CAAC,WAAW,CAAC,gCAI7B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidebarFooterContent.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarFooter/SidebarFooterContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE/C,eAAO,MAAM,oBAAoB,GAAI,wBAAwB,QAAQ,gCAIpE,CAAC"}
@@ -1,3 +0,0 @@
1
- export { SidebarFooter as SidebarV2Footer } from './SidebarFooter';
2
- export { SidebarFooterContent as SidebarV2FooterContent } from './SidebarFooterContent';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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,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 +0,0 @@
1
- {"version":3,"file":"SidebarItem.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG;IAC/B,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,kBAAkB,gCAcpB,CAAC"}
@@ -1 +0,0 @@
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,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"}
@@ -1 +0,0 @@
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,GAAI,yBAGtC,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidebarItemBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,gBAAgB,GAAI,yBAAyB,UAAU,gCAOnE,CAAC"}
@@ -1 +0,0 @@
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,GAAI,yBAG5B,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
@@ -1 +0,0 @@
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,GAAI,iCAIhC;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWvD,CAAC"}
@@ -1 +0,0 @@
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,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAElD,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,GAAG;IAC7D,IAAI,EAAE,QAAQ,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC;IACnC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,4CAK7B,sBAAsB,gCAgBxB,CAAC"}
@@ -1 +0,0 @@
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,GAAI,wBAG7B,cAAc,CAAC,cAAc,CAAC,gCAiBhC,CAAC"}
@@ -1 +0,0 @@
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,GAAI,yBAG5B,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidebarItemStatusBullet.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/SidebarItemStatusBullet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAG5D,eAAO,MAAM,uBAAuB,GAAI,OAAO,iBAAiB,gCAI/D,CAAC"}
@@ -1 +0,0 @@
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,GAAI,iCAIlC;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWvD,CAAC"}
@@ -1 +0,0 @@
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,GAAI,iCAI9B;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWvD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidebarListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/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"}
@@ -1,14 +0,0 @@
1
- export { SidebarItem as SidebarV2Item, type SidebarV2ItemProps, } 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, type SidebarV2ItemIconProps, } 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
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/SidebarItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,aAAa,EAC5B,KAAK,kBAAkB,GACxB,MAAM,eAAe,CAAC;AACvB,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,EACL,eAAe,IAAI,iBAAiB,EACpC,KAAK,sBAAsB,GAC5B,MAAM,mBAAmB,CAAC;AAC3B,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"}
@@ -1 +0,0 @@
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,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,gCAoClB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +0,0 @@
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,GAAI,yBAG1B,cAAc,CAAC,cAAc,CAAC,gCAKhC,CAAC"}
@@ -1 +0,0 @@
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,GAAI,0CAKpC;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,gCAWrD,CAAC"}
@@ -1 +0,0 @@
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,GAAI,yBAG/B,cAAc,CAAC,cAAc,CAAC,gCAOhC,CAAC"}
@@ -1,4 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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,GAAI,OAAO,cAAc,CAAC,cAAc,CAAC,gCAKnE,CAAC"}
@@ -1 +0,0 @@
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;AA8B3D,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,EAuCjC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useCollapse.d.ts","sourceRoot":"","sources":["../../../../src/components/SidebarV2/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"}