@rocket.chat/fuselage 0.80.0 → 0.82.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 (261) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +3 -0
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  3. package/dist/components/AudioPlayer/AudioPlayer.d.ts +6 -3
  4. package/dist/components/AudioPlayer/AudioPlayer.d.ts.map +1 -1
  5. package/dist/components/AudioPlayer/AudioPlayerControls.d.ts +28 -0
  6. package/dist/components/AudioPlayer/AudioPlayerControls.d.ts.map +1 -0
  7. package/dist/components/AudioPlayer/index.d.ts +1 -0
  8. package/dist/components/AudioPlayer/index.d.ts.map +1 -1
  9. package/dist/components/AutoComplete/AutoComplete.d.ts +6 -4
  10. package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
  11. package/dist/components/Badge/Badge.d.ts +3 -0
  12. package/dist/components/Badge/Badge.d.ts.map +1 -1
  13. package/dist/components/Box/Box.d.ts +6 -3
  14. package/dist/components/Box/Box.d.ts.map +1 -1
  15. package/dist/components/Box/StylingBox.d.ts +6 -0
  16. package/dist/components/Box/StylingBox.d.ts.map +1 -1
  17. package/dist/components/Button/Button.d.ts +7 -20
  18. package/dist/components/Button/Button.d.ts.map +1 -1
  19. package/dist/components/Button/IconButton.d.ts +1 -10
  20. package/dist/components/Button/IconButton.d.ts.map +1 -1
  21. package/dist/components/Button/index.d.ts +0 -1
  22. package/dist/components/Button/index.d.ts.map +1 -1
  23. package/dist/components/ButtonGroup/ButtonGroup.d.ts +6 -10
  24. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  25. package/dist/components/Callout/Callout.d.ts +3 -0
  26. package/dist/components/Callout/Callout.d.ts.map +1 -1
  27. package/dist/components/CheckBox/CheckBox.d.ts +3 -6
  28. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -1
  29. package/dist/components/CodeSnippet/CodeSnippet.d.ts +7 -0
  30. package/dist/components/CodeSnippet/CodeSnippet.d.ts.map +1 -1
  31. package/dist/components/Contextualbar/Contextualbar.d.ts +7 -2
  32. package/dist/components/Contextualbar/Contextualbar.d.ts.map +1 -1
  33. package/dist/components/Contextualbar/ContextualbarContent.d.ts +4 -2
  34. package/dist/components/Contextualbar/ContextualbarContent.d.ts.map +1 -1
  35. package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts +4 -6
  36. package/dist/components/Contextualbar/ContextualbarEmptyContent.d.ts.map +1 -1
  37. package/dist/components/Contextualbar/ContextualbarFooter.d.ts +4 -2
  38. package/dist/components/Contextualbar/ContextualbarFooter.d.ts.map +1 -1
  39. package/dist/components/Contextualbar/ContextualbarSection.d.ts +4 -2
  40. package/dist/components/Contextualbar/ContextualbarSection.d.ts.map +1 -1
  41. package/dist/components/ContextualbarV2/Contextualbar.d.ts +7 -2
  42. package/dist/components/ContextualbarV2/Contextualbar.d.ts.map +1 -1
  43. package/dist/components/ContextualbarV2/ContextualbarContent.d.ts +4 -2
  44. package/dist/components/ContextualbarV2/ContextualbarContent.d.ts.map +1 -1
  45. package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts +2 -5
  46. package/dist/components/ContextualbarV2/ContextualbarEmptyContent.d.ts.map +1 -1
  47. package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts +4 -2
  48. package/dist/components/ContextualbarV2/ContextualbarFooter.d.ts.map +1 -1
  49. package/dist/components/ContextualbarV2/ContextualbarSection.d.ts +4 -2
  50. package/dist/components/ContextualbarV2/ContextualbarSection.d.ts.map +1 -1
  51. package/dist/components/Dropdown/Dropdown.d.ts +3 -3
  52. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -1
  53. package/dist/components/Dropdown/DropdownDesktop.d.ts +3 -3
  54. package/dist/components/Dropdown/DropdownDesktop.d.ts.map +1 -1
  55. package/dist/components/Dropdown/DropdownDesktopWrapper.d.ts +3 -3
  56. package/dist/components/Dropdown/DropdownDesktopWrapper.d.ts.map +1 -1
  57. package/dist/components/Dropdown/DropdownMobile.d.ts +3 -3
  58. package/dist/components/Dropdown/DropdownMobile.d.ts.map +1 -1
  59. package/dist/components/EmailInput/EmailInput.d.ts +5 -9
  60. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  61. package/dist/components/Field/Field.d.ts +3 -0
  62. package/dist/components/Field/Field.d.ts.map +1 -1
  63. package/dist/components/Field/FieldLabel.d.ts +1 -5
  64. package/dist/components/Field/FieldLabel.d.ts.map +1 -1
  65. package/dist/components/FieldGroup/FieldGroup.d.ts +3 -0
  66. package/dist/components/FieldGroup/FieldGroup.d.ts.map +1 -1
  67. package/dist/components/Flex/index.d.ts +0 -6
  68. package/dist/components/Flex/index.d.ts.map +1 -1
  69. package/dist/components/Icon/Icon.d.ts +3 -5
  70. package/dist/components/Icon/Icon.d.ts.map +1 -1
  71. package/dist/components/InputBox/Input.d.ts +3 -2
  72. package/dist/components/InputBox/Input.d.ts.map +1 -1
  73. package/dist/components/InputBox/InputBox.d.ts +9 -15
  74. package/dist/components/InputBox/InputBox.d.ts.map +1 -1
  75. package/dist/components/InputBox/InputBoxAddon.d.ts +6 -2
  76. package/dist/components/InputBox/InputBoxAddon.d.ts.map +1 -1
  77. package/dist/components/Label/Label.d.ts +6 -8
  78. package/dist/components/Label/Label.d.ts.map +1 -1
  79. package/dist/components/Margins/Margins.d.ts +3 -0
  80. package/dist/components/Margins/Margins.d.ts.map +1 -1
  81. package/dist/components/Menu/Menu.d.ts +3 -0
  82. package/dist/components/Menu/Menu.d.ts.map +1 -1
  83. package/dist/components/Menu/MenuOption.d.ts +4 -4
  84. package/dist/components/Menu/MenuOption.d.ts.map +1 -1
  85. package/dist/components/Message/Message.d.ts +3 -11
  86. package/dist/components/Message/Message.d.ts.map +1 -1
  87. package/dist/components/Message/MessageBlock.d.ts +4 -5
  88. package/dist/components/Message/MessageBlock.d.ts.map +1 -1
  89. package/dist/components/Message/MessageNameContainer.d.ts +3 -3
  90. package/dist/components/Message/MessageNameContainer.d.ts.map +1 -1
  91. package/dist/components/Message/MessageReactions/MessageReaction.d.ts +3 -8
  92. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -1
  93. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +3 -3
  94. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -1
  95. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts +3 -3
  96. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts.map +1 -1
  97. package/dist/components/Message/MessageToolbar/MessageToolbar.d.ts +1 -8
  98. package/dist/components/Message/MessageToolbar/MessageToolbar.d.ts.map +1 -1
  99. package/dist/components/Message/MessageToolbar/MessageToolbarItem.d.ts +3 -11
  100. package/dist/components/Message/MessageToolbar/MessageToolbarItem.d.ts.map +1 -1
  101. package/dist/components/Message/MessageToolbar/MessageToolbarWrapper.d.ts +3 -5
  102. package/dist/components/Message/MessageToolbar/MessageToolbarWrapper.d.ts.map +1 -1
  103. package/dist/components/Modal/Modal.d.ts +4 -7
  104. package/dist/components/Modal/Modal.d.ts.map +1 -1
  105. package/dist/components/MultiSelect/MultiSelect.d.ts +9 -24
  106. package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -1
  107. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts +4 -3
  108. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts.map +1 -1
  109. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts +1 -25
  110. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts.map +1 -1
  111. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts +3 -15
  112. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts.map +1 -1
  113. package/dist/components/MultiSelect/MultiSelectFilteredContext.d.ts +7 -0
  114. package/dist/components/MultiSelect/MultiSelectFilteredContext.d.ts.map +1 -0
  115. package/dist/components/NavBar/NavBarGroup.d.ts +1 -8
  116. package/dist/components/NavBar/NavBarGroup.d.ts.map +1 -1
  117. package/dist/components/NavBar/NavBarItem.d.ts +3 -3
  118. package/dist/components/NavBar/NavBarItem.d.ts.map +1 -1
  119. package/dist/components/NavBar/NavBarSection.d.ts.map +1 -1
  120. package/dist/components/NumberInput/NumberInput.d.ts +5 -2
  121. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  122. package/dist/components/Option/Option.d.ts +9 -6
  123. package/dist/components/Option/Option.d.ts.map +1 -1
  124. package/dist/components/Options/OptionContainer.d.ts +3 -2
  125. package/dist/components/Options/OptionContainer.d.ts.map +1 -1
  126. package/dist/components/Options/OptionType.d.ts +15 -1
  127. package/dist/components/Options/OptionType.d.ts.map +1 -1
  128. package/dist/components/Options/Options.d.ts +8 -5
  129. package/dist/components/Options/Options.d.ts.map +1 -1
  130. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +9 -26
  131. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  132. package/dist/components/PaginatedSelect/PaginatedMultiSelect.d.ts.map +1 -1
  133. package/dist/components/PaginatedSelect/PaginatedMultiSelectFiltered.d.ts.map +1 -1
  134. package/dist/components/PaginatedSelect/PaginatedSelectFiltered.d.ts +2 -1
  135. package/dist/components/PaginatedSelect/PaginatedSelectFiltered.d.ts.map +1 -1
  136. package/dist/components/PaginatedSelect/PaginatedSelectWrapper.d.ts +3 -1
  137. package/dist/components/PaginatedSelect/PaginatedSelectWrapper.d.ts.map +1 -1
  138. package/dist/components/PaletteStyleTag/PaletteStyleTag.d.ts +19 -0
  139. package/dist/components/PaletteStyleTag/PaletteStyleTag.d.ts.map +1 -1
  140. package/dist/components/PasswordInput/PasswordInput.d.ts +2 -2
  141. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  142. package/dist/components/{Position → PositionAnimated}/Position.d.ts +2 -2
  143. package/dist/components/PositionAnimated/Position.d.ts.map +1 -0
  144. package/dist/components/PositionAnimated/PositionAnimated.d.ts +9 -3
  145. package/dist/components/PositionAnimated/PositionAnimated.d.ts.map +1 -1
  146. package/dist/components/ProgressBar/ProgressBar.d.ts +6 -9
  147. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  148. package/dist/components/RadioButton/RadioButton.d.ts +3 -5
  149. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -1
  150. package/dist/components/Scrollable/Scrollable.d.ts +3 -0
  151. package/dist/components/Scrollable/Scrollable.d.ts.map +1 -1
  152. package/dist/components/SearchInput/SearchInput.d.ts +5 -9
  153. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  154. package/dist/components/Select/Select.d.ts +6 -10
  155. package/dist/components/Select/Select.d.ts.map +1 -1
  156. package/dist/components/Select/SelectAddon.d.ts +3 -1
  157. package/dist/components/Select/SelectAddon.d.ts.map +1 -1
  158. package/dist/components/Select/SelectAria.d.ts +3 -9
  159. package/dist/components/Select/SelectAria.d.ts.map +1 -1
  160. package/dist/components/Select/SelectFiltered.d.ts +3 -20
  161. package/dist/components/Select/SelectFiltered.d.ts.map +1 -1
  162. package/dist/components/Select/SelectFilteredAnchor.d.ts +3 -13
  163. package/dist/components/Select/SelectFilteredAnchor.d.ts.map +1 -1
  164. package/dist/components/Select/SelectFilteredContext.d.ts +7 -0
  165. package/dist/components/Select/SelectFilteredContext.d.ts.map +1 -0
  166. package/dist/components/Select/SelectFocus.d.ts +3 -1
  167. package/dist/components/Select/SelectFocus.d.ts.map +1 -1
  168. package/dist/components/Select/SelectLegacy.d.ts +3 -16
  169. package/dist/components/Select/SelectLegacy.d.ts.map +1 -1
  170. package/dist/components/Select/SelectTrigger.d.ts +5 -3
  171. package/dist/components/Select/SelectTrigger.d.ts.map +1 -1
  172. package/dist/components/Sidebar/Item.d.ts +6 -29
  173. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  174. package/dist/components/Sidebar/Section.d.ts +1 -3
  175. package/dist/components/Sidebar/Section.d.ts.map +1 -1
  176. package/dist/components/Sidebar/Sidebar.d.ts +1 -56
  177. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
  178. package/dist/components/Sidebar/SidebarActions.d.ts +4 -19
  179. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  180. package/dist/components/Sidebar/TopBar/TopBar.d.ts +3 -0
  181. package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +1 -1
  182. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +4 -10
  183. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts.map +1 -1
  184. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts +4 -8
  185. package/dist/components/Sidebar/TopBar/TopBarActions.d.ts.map +1 -1
  186. package/dist/components/Sidebar/TopBar/index.d.ts +0 -29
  187. package/dist/components/Sidebar/TopBar/index.d.ts.map +1 -1
  188. package/dist/components/Sidebar/index.d.ts +1 -1
  189. package/dist/components/Sidebar/index.d.ts.map +1 -1
  190. package/dist/components/SidebarV2/Sidebar.d.ts +4 -6
  191. package/dist/components/SidebarV2/Sidebar.d.ts.map +1 -1
  192. package/dist/components/SidebarV2/SidebarAction.d.ts +3 -11
  193. package/dist/components/SidebarV2/SidebarAction.d.ts.map +1 -1
  194. package/dist/components/SidebarV2/SidebarActions.d.ts +1 -8
  195. package/dist/components/SidebarV2/SidebarActions.d.ts.map +1 -1
  196. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts +5 -3
  197. package/dist/components/SidebarV2/SidebarCollapseGroup.d.ts.map +1 -1
  198. package/dist/components/SidebarV2/SidebarItem/SidebarListItem.d.ts +5 -3
  199. package/dist/components/SidebarV2/SidebarItem/SidebarListItem.d.ts.map +1 -1
  200. package/dist/components/Sidepanel/SidepanelList.d.ts +3 -3
  201. package/dist/components/Sidepanel/SidepanelList.d.ts.map +1 -1
  202. package/dist/components/Sidepanel/SidepanelListItem.d.ts +3 -3
  203. package/dist/components/Sidepanel/SidepanelListItem.d.ts.map +1 -1
  204. package/dist/components/Slider/Slider.d.ts +20 -4
  205. package/dist/components/Slider/Slider.d.ts.map +1 -1
  206. package/dist/components/StatusBullet/StatusBullet.d.ts +3 -0
  207. package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -1
  208. package/dist/components/Tabs/Tabs.d.ts +3 -6
  209. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  210. package/dist/components/Tabs/TabsItem.d.ts +3 -5
  211. package/dist/components/Tabs/TabsItem.d.ts.map +1 -1
  212. package/dist/components/Tag/Tag.d.ts +3 -0
  213. package/dist/components/Tag/Tag.d.ts.map +1 -1
  214. package/dist/components/TextAreaInput/TextAreaInput.d.ts +5 -9
  215. package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -1
  216. package/dist/components/TextInput/TextInput.d.ts +5 -9
  217. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  218. package/dist/components/Throbber/Throbber.d.ts +6 -6
  219. package/dist/components/Throbber/Throbber.d.ts.map +1 -1
  220. package/dist/components/Tile/Tile.d.ts +3 -2
  221. package/dist/components/Tile/Tile.d.ts.map +1 -1
  222. package/dist/components/ToastBar/ToastBar.d.ts +3 -0
  223. package/dist/components/ToastBar/ToastBar.d.ts.map +1 -1
  224. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +3 -5
  225. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  226. package/dist/components/Tooltip/Tooltip.d.ts +3 -5
  227. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  228. package/dist/components/UrlInput/UrlInput.d.ts +2 -2
  229. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  230. package/dist/components/index.d.ts +0 -3
  231. package/dist/components/index.d.ts.map +1 -1
  232. package/dist/fuselage.css.map +1 -1
  233. package/dist/fuselage.development.js +629 -718
  234. package/dist/fuselage.development.js.map +1 -1
  235. package/dist/fuselage.production.js +15 -15
  236. package/dist/helpers/composeClassNames.d.ts +32 -0
  237. package/dist/helpers/composeClassNames.d.ts.map +1 -1
  238. package/dist/helpers/exhaustiveCheck.d.ts +27 -0
  239. package/dist/helpers/exhaustiveCheck.d.ts.map +1 -1
  240. package/dist/styleTokens.d.ts +1 -0
  241. package/dist/styleTokens.d.ts.map +1 -1
  242. package/package.json +5 -5
  243. package/dist/components/Button/ActionButton.d.ts +0 -31
  244. package/dist/components/Button/ActionButton.d.ts.map +0 -1
  245. package/dist/components/Position/Position.d.ts.map +0 -1
  246. package/dist/components/Position/index.d.ts +0 -2
  247. package/dist/components/Position/index.d.ts.map +0 -1
  248. package/dist/components/SelectInput/SelectInput.d.ts +0 -17
  249. package/dist/components/SelectInput/SelectInput.d.ts.map +0 -1
  250. package/dist/components/SelectInput/SelectInputOption.d.ts +0 -5
  251. package/dist/components/SelectInput/SelectInputOption.d.ts.map +0 -1
  252. package/dist/components/SelectInput/SelectInputPlaceholder.d.ts +0 -5
  253. package/dist/components/SelectInput/SelectInputPlaceholder.d.ts.map +0 -1
  254. package/dist/components/SelectInput/index.d.ts +0 -3
  255. package/dist/components/SelectInput/index.d.ts.map +0 -1
  256. package/dist/components/TelephoneInput/TelephoneInput.d.ts +0 -14
  257. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +0 -1
  258. package/dist/components/TelephoneInput/index.d.ts +0 -2
  259. package/dist/components/TelephoneInput/index.d.ts.map +0 -1
  260. package/dist/helpers/isForwardRefType.d.ts +0 -3
  261. package/dist/helpers/isForwardRefType.d.ts.map +0 -1
@@ -1,9 +1,5 @@
1
- export declare const TopBarActions: import("react").ForwardRefExoticComponent<{
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>>;
1
+ import type { SidebarActionsProps } from '../SidebarActions';
2
+ type TopBarActionsProps = SidebarActionsProps;
3
+ export declare function TopBarActions(props: TopBarActionsProps): import("react").JSX.Element;
4
+ export {};
9
5
  //# sourceMappingURL=TopBarActions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBarActions.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa;;;;;;;mGAIzB,CAAC"}
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,35 +1,6 @@
1
1
  export declare const TopBarAvatar: {
2
2
  size: "x24";
3
3
  };
4
- declare const _default: (({ className, ...props }: import("./TopBar").TopBarProps) => import("react").JSX.Element) & {
5
- Section: ({ className, children, ...props }: import("./TopBarSection").TopBarSectionProps) => import("react").JSX.Element;
6
- ToolBox: ({ children, className, ...props }: import("./TopBarToolBox").TopBarToolBoxProps) => import("react").JSX.Element;
7
- Wrapper: ({ children }: import("./TopBarWrapper").TopBarWrapperProps) => import("react").JSX.Element;
8
- Avatar: {
9
- size: "x24";
10
- };
11
- Actions: import("react").ForwardRefExoticComponent<{
12
- align?: "start" | "center" | "end";
13
- stretch?: boolean;
14
- wrap?: boolean;
15
- vertical?: boolean;
16
- small?: boolean;
17
- large?: boolean;
18
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
19
- Action: import("react").ForwardRefExoticComponent<{
20
- icon: import("@rocket.chat/icons").Keys | import("react").ReactElement<any>;
21
- primary?: boolean;
22
- secondary?: boolean;
23
- info?: boolean;
24
- danger?: boolean;
25
- warning?: boolean;
26
- success?: boolean;
27
- pressed?: boolean;
28
- } & import("../..").IconButtonSize & import("../..").BoxProps & import("react").RefAttributes<HTMLElement>>;
29
- Divider: () => import("react").JSX.Element;
30
- Title: (props: import("./TopBarTitle").TopBarTitleProps) => import("react").JSX.Element;
31
- };
32
- export default _default;
33
4
  export * from './TopBar';
34
5
  export * from './TopBarV2';
35
6
  export * from './TopBarAction';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/index.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,YAAY;UAFH,KAAK;CAEO,CAAC;;;;;;cAFb,KAAK;;;;;;;;;;;;;;;;;;;;;;;AAI3B,wBAiBG;AAEH,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,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"}
@@ -2,7 +2,7 @@ export { default as Sidebar, type SidebarProps } from './Sidebar';
2
2
  export * from './Item';
3
3
  export * from './Section';
4
4
  export * from './TopBar';
5
- export { default as SidebarTopBar } from './TopBar';
5
+ export { TopBar as SidebarTopBar, TopBarTitle as SidebarTopBarTitle, TopBarAction as SidebarTopBarAction, TopBarActions as SidebarTopBarActions, TopBarAvatar as SidebarTopBarAvatar, TopBarToolBox as SidebarTopBarToolBox, } from './TopBar';
6
6
  export { default as SidebarBanner, type SidebarBannerProps, type SidebarBannerVariant, } from './SidebarBanner';
7
7
  export * from './SidebarFooter';
8
8
  export { default as SidebarDivider } from './SidebarDivider';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAClE,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,GAC1B,MAAM,iBAAiB,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,YAAY,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAClE,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,OAAO,EACL,MAAM,IAAI,aAAa,EACvB,WAAW,IAAI,kBAAkB,EACjC,YAAY,IAAI,mBAAmB,EACnC,aAAa,IAAI,oBAAoB,EACrC,YAAY,IAAI,mBAAmB,EACnC,aAAa,IAAI,oBAAoB,GACtC,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,GAC1B,MAAM,iBAAiB,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,YAAY,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1,8 +1,6 @@
1
- import { type HTMLAttributes } from 'react';
2
- export type SidebarProps = {
1
+ import type { RefAttributes, HTMLAttributes } from 'react';
2
+ export type SidebarProps = HTMLAttributes<HTMLElement> & RefAttributes<HTMLElement> & {
3
3
  collapsed?: boolean;
4
- } & HTMLAttributes<HTMLElement>;
5
- export declare const Sidebar: import("react").ForwardRefExoticComponent<{
6
- collapsed?: boolean;
7
- } & HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>>;
4
+ };
5
+ export declare function Sidebar({ collapsed, className, ...props }: SidebarProps): import("react").JSX.Element;
8
6
  //# sourceMappingURL=Sidebar.d.ts.map
@@ -1 +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;AAExD,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,eAAO,MAAM,OAAO;gBAHN,OAAO;6EAkBpB,CAAC"}
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,14 +1,6 @@
1
+ import type { RefAttributes } from 'react';
1
2
  import type { IconButtonProps } from '../Button/IconButton';
2
- export type SidebarActionProps = IconButtonProps;
3
- declare const SidebarAction: import("react").ForwardRefExoticComponent<{
4
- icon: import("@rocket.chat/icons").Keys | import("react").ReactElement<any>;
5
- primary?: boolean;
6
- secondary?: boolean;
7
- info?: boolean;
8
- danger?: boolean;
9
- warning?: boolean;
10
- success?: boolean;
11
- pressed?: boolean;
12
- } & import("../Button").IconButtonSize & import("..").BoxProps & import("react").RefAttributes<HTMLElement>>;
3
+ export type SidebarActionProps = Omit<IconButtonProps, 'ref'> & RefAttributes<HTMLElement>;
4
+ declare function SidebarAction(props: SidebarActionProps): import("react").JSX.Element;
13
5
  export default SidebarAction;
14
6
  //# sourceMappingURL=SidebarAction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarAction.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarAction.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG,eAAe,CAAC;AAEjD,QAAA,MAAM,aAAa;;;;;;;;;4GAIlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
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,12 +1,5 @@
1
1
  import type { ButtonGroupProps } from '../ButtonGroup';
2
2
  export type SidebarActionsProps = ButtonGroupProps;
3
- declare const SidebarActions: import("react").ForwardRefExoticComponent<{
4
- align?: "start" | "center" | "end";
5
- stretch?: boolean;
6
- wrap?: boolean;
7
- vertical?: boolean;
8
- small?: boolean;
9
- large?: boolean;
10
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
3
+ declare function SidebarActions(props: SidebarActionsProps): import("react").JSX.Element;
11
4
  export default SidebarActions;
12
5
  //# sourceMappingURL=SidebarActions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarActions.d.ts","sourceRoot":"","sources":["../../../src/components/SidebarV2/SidebarActions.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,QAAA,MAAM,cAAc;;;;;;;mGAInB,CAAC;AAEF,eAAe,cAAc,CAAC"}
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,10 +1,12 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
2
- export declare const SidebarCollapseGroup: import("react").ForwardRefExoticComponent<{
1
+ import type { HTMLAttributes, ReactNode, RefAttributes } from 'react';
2
+ type SidebarCollapseGroupProps = HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement> & {
3
3
  expanded?: boolean;
4
4
  defaultExpanded?: boolean;
5
5
  tabIndex?: number;
6
6
  title: string;
7
7
  badge?: ReactNode;
8
8
  actions?: ReactNode;
9
- } & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
9
+ };
10
+ export declare function SidebarCollapseGroup({ ref, expanded: propExpanded, defaultExpanded, tabIndex, children, badge, title, ...props }: SidebarCollapseGroupProps): import("react").JSX.Element;
11
+ export {};
10
12
  //# 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,MAAM,OAAO,CAAC;AAevD,eAAO,MAAM,oBAAoB;eARpB,OAAO;sBACA,OAAO;eACd,MAAM;WACV,MAAM;YACL,SAAS;cACP,SAAS;mFAwDpB,CAAC"}
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,5 +1,7 @@
1
- import type { HTMLAttributes } from 'react';
2
- export declare const SidebarListItem: import("react").ForwardRefExoticComponent<{
1
+ import type { HTMLAttributes, RefAttributes } from 'react';
2
+ type SidebarListItemProps = HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement> & {
3
3
  selected?: boolean;
4
- } & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
4
+ };
5
+ export declare function SidebarListItem({ className, children, ...props }: SidebarListItemProps): import("react").JSX.Element;
6
+ export {};
5
7
  //# sourceMappingURL=SidebarListItem.d.ts.map
@@ -1 +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"}
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,5 +1,5 @@
1
- import type { HTMLAttributes } from 'react';
2
- export type SidepanelListProps = HTMLAttributes<HTMLDivElement>;
3
- declare const SidepanelList: import("react").ForwardRefExoticComponent<SidepanelListProps & import("react").RefAttributes<HTMLDivElement>>;
1
+ import type { HTMLAttributes, RefAttributes } from 'react';
2
+ export type SidepanelListProps = HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>;
3
+ declare function SidepanelList({ className, ...props }: SidepanelListProps): import("react").JSX.Element;
4
4
  export default SidepanelList;
5
5
  //# sourceMappingURL=SidepanelList.d.ts.map
@@ -1 +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,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEhE,QAAA,MAAM,aAAa,+GAWlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"SidepanelList.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3D,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,cAAc,CAAC,GAC7D,aAAa,CAAC,cAAc,CAAC,CAAC;AAEhC,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,+BAQjE;AAED,eAAe,aAAa,CAAC"}
@@ -1,5 +1,5 @@
1
- import type { HTMLAttributes } from 'react';
2
- export type SidepanelListItemProps = HTMLAttributes<HTMLDivElement>;
3
- declare const SidepanelListItem: import("react").ForwardRefExoticComponent<SidepanelListItemProps & import("react").RefAttributes<HTMLDivElement>>;
1
+ import type { HTMLAttributes, RefAttributes } from 'react';
2
+ export type SidepanelListItemProps = HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>;
3
+ declare function SidepanelListItem({ className, ...props }: SidepanelListItemProps): import("react").JSX.Element;
4
4
  export default SidepanelListItem;
5
5
  //# sourceMappingURL=SidepanelListItem.d.ts.map
@@ -1 +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,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEpE,QAAA,MAAM,iBAAiB,mHAatB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"SidepanelListItem.d.ts","sourceRoot":"","sources":["../../../src/components/Sidepanel/SidepanelListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3D,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,cAAc,CAAC,GACjE,aAAa,CAAC,cAAc,CAAC,CAAC;AAEhC,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,+BAUzE;AAED,eAAe,iBAAiB,CAAC"}
@@ -1,12 +1,28 @@
1
- import type { AriaAttributes } from 'react';
2
- export type SliderProps<T extends number | number[]> = AriaAttributes & {
1
+ import type { AriaAttributes, RefAttributes } from 'react';
2
+ export type SliderProps<T extends number | number[]> = AriaAttributes & RefAttributes<HTMLDivElement> & {
3
+ /**
4
+ * The display format of the value output.
5
+ */
3
6
  formatOptions?: Intl.NumberFormatOptions;
7
+ /**
8
+ * The id of the slider input element, used to connect with an external label.
9
+ */
4
10
  id?: string;
5
11
  label?: string;
6
12
  showOutput?: boolean;
13
+ /**
14
+ * Slider with multiple thumbs.
15
+ * @default false
16
+ */
7
17
  multiThumb?: T extends number[] ? true : false;
8
18
  step?: number;
19
+ /**
20
+ * @default 0
21
+ */
9
22
  minValue?: number;
23
+ /**
24
+ * @default 100
25
+ */
10
26
  maxValue?: number;
11
27
  orientation?: 'horizontal' | 'vertical';
12
28
  disabled?: boolean;
@@ -18,6 +34,6 @@ export type SliderProps<T extends number | number[]> = AriaAttributes & {
18
34
  value?: never;
19
35
  onChange?: never;
20
36
  });
21
- declare const _default: import("react").ForwardRefExoticComponent<(SliderProps<number> | SliderProps<[min: number, max: number]>) & import("react").RefAttributes<HTMLDivElement>>;
22
- export default _default;
37
+ declare function Slider<T extends number | [min: number, max: number]>({ ref, ...props }: T extends number ? SliderProps<number> : SliderProps<[min: number, max: number]>): import("react").JSX.Element;
38
+ export default Slider;
23
39
  //# sourceMappingURL=Slider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AAYjD,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,cAAc,GAAG;IAItE,aAAa,CAAC,EAAE,IAAI,CAAC,mBAAmB,CAAC;IAIzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,UAAU,CAAC,EAAE,CAAC,SAAS,MAAM,EAAE,GAAG,IAAI,GAAG,KAAK,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,CAAC,CAAC;CAClB,GAAG,CACE;IACE,KAAK,EAAE,CAAC,CAAC;IACT,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;CAC9B,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CACJ,CAAC;;AA2GJ,wBAAkC"}
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAY3D,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,cAAc,GACnE,aAAa,CAAC,cAAc,CAAC,GAAG;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC,mBAAmB,CAAC;IACzC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,SAAS,MAAM,EAAE,GAAG,IAAI,GAAG,KAAK,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,CAAC,CAAC;CAClB,GAAG,CACA;IACE,KAAK,EAAE,CAAC,CAAC;IACT,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;CAC9B,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CACJ,CAAC;AAEJ,iBAAS,MAAM,CAAC,CAAC,SAAS,MAAM,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,EAC7D,GAAG,EACH,GAAG,KAAK,EACT,EAAE,CAAC,SAAS,MAAM,GACf,WAAW,CAAC,MAAM,CAAC,GACnB,WAAW,CAAC,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC,+BAkG1C;AAED,eAAe,MAAM,CAAC"}
@@ -3,6 +3,9 @@ export type StatusBulletProps = {
3
3
  status?: 'loading' | 'online' | 'busy' | 'away' | 'offline' | 'disabled';
4
4
  size?: 'small' | 'large';
5
5
  } & Omit<AllHTMLAttributes<SVGElement>, 'size'>;
6
+ /**
7
+ * The `StatusBullet` is used to inform the user status.
8
+ */
6
9
  declare const StatusBullet: ({ status, ...props }: StatusBulletProps) => import("react").JSX.Element;
7
10
  export default StatusBullet;
8
11
  //# sourceMappingURL=StatusBullet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBullet.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBullet/StatusBullet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAS/C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;IACzE,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAC1B,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,CAAC;AAKhD,QAAA,MAAM,YAAY,GAAI,sBAAkC,iBAAiB,gCAexE,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"StatusBullet.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBullet/StatusBullet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAS/C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;IACzE,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAC1B,GAAG,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,CAAC;AAEhD;;GAEG;AACH,QAAA,MAAM,YAAY,GAAI,sBAAkC,iBAAiB,gCAexE,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -2,12 +2,9 @@ import { type BoxProps } from '../Box';
2
2
  export type TabsProps = BoxProps & {
3
3
  divider?: boolean;
4
4
  };
5
+ /**
6
+ * Tabs is a component to navigate around the UI using buttons arranged together with the selected tab highlighted.
7
+ */
5
8
  declare function Tabs({ children, divider, ...props }: TabsProps): import("react").JSX.Element;
6
- declare namespace Tabs {
7
- var Item: import("react").ForwardRefExoticComponent<BoxProps & {
8
- selected?: boolean;
9
- disabled?: boolean;
10
- } & import("react").RefAttributes<HTMLButtonElement>>;
11
- }
12
9
  export default Tabs;
13
10
  //# sourceMappingURL=Tabs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAI5C,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAKzD,iBAAS,IAAI,CAAC,EAAE,QAAQ,EAAE,OAAc,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAQ9D;kBARQ,IAAI;;;;;;AAab,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAEzD;;GAEG;AACH,iBAAS,IAAI,CAAC,EAAE,QAAQ,EAAE,OAAc,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAQ9D;AAED,eAAe,IAAI,CAAC"}
@@ -1,11 +1,9 @@
1
+ import type { RefAttributes } from 'react';
1
2
  import { type BoxProps } from '../Box';
2
- export type TabsItemProps = BoxProps & {
3
+ export type TabsItemProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLButtonElement> & {
3
4
  selected?: boolean;
4
5
  disabled?: boolean;
5
6
  };
6
- declare const TabsItem: import("react").ForwardRefExoticComponent<BoxProps & {
7
- selected?: boolean;
8
- disabled?: boolean;
9
- } & import("react").RefAttributes<HTMLButtonElement>>;
7
+ declare function TabsItem({ selected, disabled, ...props }: TabsItemProps): import("react").JSX.Element;
10
8
  export default TabsItem;
11
9
  //# sourceMappingURL=TabsItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TabsItem.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/TabsItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,QAAQ;eAJD,OAAO;eACP,OAAO;qDAoBlB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"TabsItem.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/TabsItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAC/C,aAAa,CAAC,iBAAiB,CAAC,GAAG;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEJ,iBAAS,QAAQ,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,+BAahE;AAED,eAAe,QAAQ,CAAC"}
@@ -7,6 +7,9 @@ export type TagProps = {
7
7
  disabled?: boolean;
8
8
  icon?: ReactNode;
9
9
  } & Omit<BoxProps, 'is'>;
10
+ /**
11
+ * Used for mentions
12
+ */
10
13
  declare const Tag: ({ large, medium, className, disabled, onClick, variant, children, icon, href, ...props }: TagProps) => import("react").JSX.Element;
11
14
  export default Tag;
12
15
  //# sourceMappingURL=Tag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EACJ,SAAS,GACT,WAAW,GACX,QAAQ,GACR,SAAS,GACT,kBAAkB,GAClB,mBAAmB,GACnB,gBAAgB,GAChB,UAAU,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AAKzB,QAAA,MAAM,GAAG,GAAI,0FAWV,QAAQ,gCAyBV,CAAC;AAEF,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EACJ,SAAS,GACT,WAAW,GACX,QAAQ,GACR,SAAS,GACT,kBAAkB,GAClB,mBAAmB,GACnB,gBAAgB,GAChB,UAAU,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AAEzB;;GAEG;AACH,QAAA,MAAM,GAAG,GAAI,0FAWV,QAAQ,gCAyBV,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -1,12 +1,8 @@
1
- import type { ReactNode } from 'react';
2
1
  import { type InputBoxProps } from '../InputBox';
3
- export type TextAreaInputProps = Omit<InputBoxProps, 'type'> & {
4
- addon?: ReactNode;
5
- error?: string;
6
- };
7
- declare const TextAreaInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
8
- addon?: ReactNode;
9
- error?: string;
10
- } & import("react").RefAttributes<HTMLTextAreaElement>>;
2
+ export type TextAreaInputProps = Omit<InputBoxProps<HTMLTextAreaElement>, 'type'>;
3
+ /**
4
+ * An input for multi-line plain-text editing.
5
+ */
6
+ declare function TextAreaInput(props: TextAreaInputProps): import("react").JSX.Element;
11
7
  export default TextAreaInput;
12
8
  //# sourceMappingURL=TextAreaInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextAreaInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextAreaInput/TextAreaInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;IAC7D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAKF,QAAA,MAAM,aAAa;YAPT,SAAS;YACT,MAAM;uDAUf,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"TextAreaInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextAreaInput/TextAreaInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,aAAa,CAAC,mBAAmB,CAAC,EAClC,MAAM,CACP,CAAC;AAEF;;GAEG;AACH,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAE/C;AAED,eAAe,aAAa,CAAC"}
@@ -1,12 +1,8 @@
1
- import type { ReactNode } from 'react';
2
1
  import { type InputBoxProps } from '../InputBox';
3
- export type TextInputProps = Omit<InputBoxProps, 'type'> & {
4
- addon?: ReactNode;
5
- error?: string;
6
- };
7
- declare const TextInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
8
- addon?: ReactNode;
9
- error?: string;
10
- } & import("react").RefAttributes<HTMLInputElement>>;
2
+ export type TextInputProps = Omit<InputBoxProps, 'type'>;
3
+ /**
4
+ * An input for any kind of single-line text.
5
+ */
6
+ declare function TextInput(props: TextInputProps): import("react").JSX.Element;
11
7
  export default TextInput;
12
8
  //# sourceMappingURL=TextInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;IACzD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAKF,QAAA,MAAM,SAAS;YAPL,SAAS;YACT,MAAM;oDAUf,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;AAEzD;;GAEG;AACH,iBAAS,SAAS,CAAC,KAAK,EAAE,cAAc,+BAEvC;AAED,eAAe,SAAS,CAAC"}
@@ -1,13 +1,13 @@
1
+ import type { RefAttributes } from 'react';
1
2
  import { type BoxProps } from '../Box';
2
- export type ThrobberProps = Omit<BoxProps, 'disabled'> & {
3
+ export type ThrobberProps = Omit<BoxProps, 'ref' | 'disabled'> & RefAttributes<HTMLElement> & {
3
4
  circleCount?: number;
4
5
  disabled?: boolean;
5
6
  inheritColor?: boolean;
6
7
  };
7
- declare const Throbber: import("react").ForwardRefExoticComponent<Omit<BoxProps, "disabled"> & {
8
- circleCount?: number;
9
- disabled?: boolean;
10
- inheritColor?: boolean;
11
- } & import("react").RefAttributes<HTMLElement>>;
8
+ /**
9
+ * Indicates content that has not loaded yet.
10
+ */
11
+ declare function Throbber({ disabled, size, circleCount, inheritColor, ...props }: ThrobberProps): import("react").JSX.Element;
12
12
  export default Throbber;
13
13
  //# sourceMappingURL=Throbber.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Throbber.d.ts","sourceRoot":"","sources":["../../../src/components/Throbber/Throbber.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AA+B5C,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,GAAG;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAKF,QAAA,MAAM,QAAQ;kBARE,MAAM;eACT,OAAO;mBACH,OAAO;+CAwBtB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Throbber.d.ts","sourceRoot":"","sources":["../../../src/components/Throbber/Throbber.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AA+B5C,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,GAAG,UAAU,CAAC,GAC5D,aAAa,CAAC,WAAW,CAAC,GAAG;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEJ;;GAEG;AACH,iBAAS,QAAQ,CAAC,EAChB,QAAQ,EACR,IAAY,EACZ,WAAe,EACf,YAAY,EACZ,GAAG,KAAK,EACT,EAAE,aAAa,+BAef;AAED,eAAe,QAAQ,CAAC"}
@@ -1,5 +1,6 @@
1
+ import type { RefAttributes } from 'react';
1
2
  import { type BoxProps } from '../Box';
2
- export type TileProps = BoxProps;
3
- declare const Tile: import("react").ForwardRefExoticComponent<BoxProps & import("react").RefAttributes<HTMLElement>>;
3
+ export type TileProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement>;
4
+ declare function Tile({ elevation, padding, ...props }: TileProps): import("react").JSX.Element;
4
5
  export default Tile;
5
6
  //# sourceMappingURL=Tile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../src/components/Tile/Tile.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,SAAS,GAAG,QAAQ,CAAC;AAEjC,QAAA,MAAM,IAAI,kGAaR,CAAC;AAEH,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../src/components/Tile/Tile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC;AAE3E,iBAAS,IAAI,CAAC,EAAE,SAAe,EAAE,OAAY,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BASnE;AAED,eAAe,IAAI,CAAC"}
@@ -9,6 +9,9 @@ export type ToastBarProps = {
9
9
  onClose?: (id: string) => void;
10
10
  buttonLabel?: string;
11
11
  } & Omit<AllHTMLAttributes<HTMLElement>, 'is'>;
12
+ /**
13
+ * Shows alerts in a toast component.
14
+ */
12
15
  declare function ToastBar({ children, className, variant, time, isPaused, id, onClose, buttonLabel, ...props }: ToastBarProps): import("react").JSX.Element;
13
16
  export default ToastBar;
14
17
  //# sourceMappingURL=ToastBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToastBar.d.ts","sourceRoot":"","sources":["../../../src/components/ToastBar/ToastBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,iBAAiB,EAAS,MAAM,OAAO,CAAC;AAMtE,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC,CAAC;AAK/C,iBAAS,QAAQ,CAAC,EAChB,QAAQ,EACR,SAAc,EACd,OAAgB,EAChB,IAAQ,EACR,QAAQ,EACR,EAAE,EACF,OAAO,EACP,WAA6B,EAC7B,GAAG,KAAK,EACT,EAAE,aAAa,+BA4Ef;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"ToastBar.d.ts","sourceRoot":"","sources":["../../../src/components/ToastBar/ToastBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,iBAAiB,EAAS,MAAM,OAAO,CAAC;AAMtE,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC,CAAC;AAE/C;;GAEG;AACH,iBAAS,QAAQ,CAAC,EAChB,QAAQ,EACR,SAAc,EACd,OAAgB,EAChB,IAAQ,EACR,QAAQ,EACR,EAAE,EACF,OAAO,EACP,WAA6B,EAC7B,GAAG,KAAK,EACT,EAAE,aAAa,+BA4Ef;AAED,eAAe,QAAQ,CAAC"}
@@ -1,10 +1,8 @@
1
- import type { AllHTMLAttributes, ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode, RefAttributes } from 'react';
2
2
  import { type BoxProps } from '../Box';
3
- export type ToggleSwitchProps = BoxProps & AllHTMLAttributes<HTMLInputElement> & {
3
+ export type ToggleSwitchProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLInputElement> & AllHTMLAttributes<HTMLInputElement> & {
4
4
  labelChildren?: ReactNode;
5
5
  };
6
- declare const ToggleSwitch: import("react").ForwardRefExoticComponent<BoxProps & AllHTMLAttributes<HTMLInputElement> & {
7
- labelChildren?: ReactNode;
8
- } & import("react").RefAttributes<HTMLInputElement>>;
6
+ declare function ToggleSwitch({ className, labelChildren, ...props }: ToggleSwitchProps): import("react").JSX.Element;
9
7
  export default ToggleSwitch;
10
8
  //# sourceMappingURL=ToggleSwitch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleSwitch.d.ts","sourceRoot":"","sources":["../../../src/components/ToggleSwitch/ToggleSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GACtC,iBAAiB,CAAC,gBAAgB,CAAC,GAAG;IACpC,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B,CAAC;AAEJ,QAAA,MAAM,YAAY;oBAHE,SAAS;oDAoB5B,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"ToggleSwitch.d.ts","sourceRoot":"","sources":["../../../src/components/ToggleSwitch/ToggleSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEzE,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GACnD,aAAa,CAAC,gBAAgB,CAAC,GAC/B,iBAAiB,CAAC,gBAAgB,CAAC,GAAG;IACpC,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B,CAAC;AAEJ,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,aAAa,EACb,GAAG,KAAK,EACT,EAAE,iBAAiB,+BASnB;AAED,eAAe,YAAY,CAAC"}
@@ -1,11 +1,9 @@
1
+ import type { RefAttributes } from 'react';
1
2
  import { type BoxProps } from '../Box';
2
- export type TooltipProps = BoxProps & {
3
+ export type TooltipProps = Omit<BoxProps, 'ref'> & RefAttributes<HTMLElement> & {
3
4
  variation?: 'dark' | 'light';
4
5
  placement?: 'top-start' | 'top-middle' | 'top-end' | 'bottom-start' | 'bottom-middle' | 'bottom-end' | 'top' | 'left' | 'bottom' | 'right' | null;
5
6
  };
6
- declare const Tooltip: import("react").ForwardRefExoticComponent<BoxProps & {
7
- variation?: "dark" | "light";
8
- placement?: "top-start" | "top-middle" | "top-end" | "bottom-start" | "bottom-middle" | "bottom-end" | "top" | "left" | "bottom" | "right" | null;
9
- } & import("react").RefAttributes<HTMLElement>>;
7
+ declare function Tooltip({ variation, placement, ...props }: TooltipProps): import("react").JSX.Element;
10
8
  export default Tooltip;
11
9
  //# sourceMappingURL=Tooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAc5C,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG;IACpC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC7B,SAAS,CAAC,EACN,WAAW,GACX,YAAY,GACZ,SAAS,GACT,cAAc,GACd,eAAe,GACf,YAAY,GACZ,KAAK,GACL,MAAM,GACN,QAAQ,GACR,OAAO,GACP,IAAI,CAAC;CACV,CAAC;AAEF,QAAA,MAAM,OAAO;gBAfC,MAAM,GAAG,OAAO;gBAExB,WAAW,GACX,YAAY,GACZ,SAAS,GACT,cAAc,GACd,eAAe,GACf,YAAY,GACZ,KAAK,GACL,MAAM,GACN,QAAQ,GACR,OAAO,GACP,IAAI;+CAqBR,CAAC;AAEH,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAO,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAc5C,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAC9C,aAAa,CAAC,WAAW,CAAC,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC7B,SAAS,CAAC,EACN,WAAW,GACX,YAAY,GACZ,SAAS,GACT,cAAc,GACd,eAAe,GACf,YAAY,GACZ,KAAK,GACL,MAAM,GACN,QAAQ,GACR,OAAO,GACP,IAAI,CAAC;CACV,CAAC;AAEJ,iBAAS,OAAO,CAAC,EAAE,SAAkB,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,+BAczE;AAED,eAAe,OAAO,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { type InputBoxProps } from '../InputBox';
2
- export type UrlInputProps = Omit<InputBoxProps, 'type'>;
3
- declare const UrlInput: import("react").ForwardRefExoticComponent<UrlInputProps & import("react").RefAttributes<HTMLElement>>;
2
+ export type UrlInputProps = Omit<InputBoxProps<HTMLInputElement>, 'type'>;
3
+ declare function UrlInput(props: UrlInputProps): import("react").JSX.Element;
4
4
  export default UrlInput;
5
5
  //# sourceMappingURL=UrlInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UrlInput.d.ts","sourceRoot":"","sources":["../../../src/components/UrlInput/UrlInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;AAExD,QAAA,MAAM,QAAQ,uGAIb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"UrlInput.d.ts","sourceRoot":"","sources":["../../../src/components/UrlInput/UrlInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAE1E,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,+BAErC;AAED,eAAe,QAAQ,CAAC"}
@@ -44,14 +44,12 @@ export * from './Pagination';
44
44
  export * from './PaletteStyleTag';
45
45
  export * from './PasswordInput';
46
46
  export * from './Popover';
47
- export * from './Position';
48
47
  export * from './PositionAnimated';
49
48
  export * from './ProgressBar';
50
49
  export * from './RadioButton';
51
50
  export * from './Scrollable';
52
51
  export * from './SearchInput';
53
52
  export * from './Select';
54
- export * from './SelectInput';
55
53
  export * from './Sidebar';
56
54
  export * from './SidebarV2';
57
55
  export * from './Sidepanel';
@@ -62,7 +60,6 @@ export * from './StatusBullet';
62
60
  export * from './Table';
63
61
  export * from './Tabs';
64
62
  export * from './Tag';
65
- export * from './TelephoneInput';
66
63
  export * from './TextAreaInput';
67
64
  export * from './TextInput';
68
65
  export * from './Throbber';
@@ -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,YAAY,CAAC;AAC3B,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,eAAe,CAAC;AAC9B,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,kBAAkB,CAAC;AACjC,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,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"}