@rocket.chat/fuselage 0.57.1 → 0.58.1

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 (105) 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/Accordion/index.d.ts.map +1 -1
  4. package/dist/components/AudioPlayer/AudioPlayer.d.ts +3 -0
  5. package/dist/components/AudioPlayer/AudioPlayer.d.ts.map +1 -1
  6. package/dist/components/AutoComplete/AutoComplete.d.ts +3 -0
  7. package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
  8. package/dist/components/Avatar/index.d.ts.map +1 -1
  9. package/dist/components/Badge/Badge.d.ts +3 -0
  10. package/dist/components/Badge/Badge.d.ts.map +1 -1
  11. package/dist/components/Box/Box.d.ts +6 -0
  12. package/dist/components/Box/Box.d.ts.map +1 -1
  13. package/dist/components/Box/withBoxStyling.d.ts +6 -3
  14. package/dist/components/Box/withBoxStyling.d.ts.map +1 -1
  15. package/dist/components/Button/Button.d.ts +3 -0
  16. package/dist/components/Button/Button.d.ts.map +1 -1
  17. package/dist/components/ButtonGroup/ButtonGroup.d.ts +3 -0
  18. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  19. package/dist/components/Callout/Callout.d.ts +3 -0
  20. package/dist/components/Callout/Callout.d.ts.map +1 -1
  21. package/dist/components/Chip/index.d.ts +10 -7
  22. package/dist/components/Chip/index.d.ts.map +1 -1
  23. package/dist/components/CodeSnippet/CodeSnippet.d.ts +7 -0
  24. package/dist/components/CodeSnippet/CodeSnippet.d.ts.map +1 -1
  25. package/dist/components/Contextualbar/Contextualbar.d.ts.map +1 -1
  26. package/dist/components/Contextualbar/ContextualbarSkeleton.d.ts +1 -1
  27. package/dist/components/Contextualbar/ContextualbarSkeleton.d.ts.map +1 -1
  28. package/dist/components/ContextualbarV2/Contextualbar.d.ts.map +1 -1
  29. package/dist/components/EmailInput/EmailInput.d.ts +3 -0
  30. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  31. package/dist/components/Field/Field.d.ts +3 -0
  32. package/dist/components/Field/Field.d.ts.map +1 -1
  33. package/dist/components/FieldGroup/FieldGroup.d.ts +3 -0
  34. package/dist/components/FieldGroup/FieldGroup.d.ts.map +1 -1
  35. package/dist/components/InputBox/InputBox.d.ts +8 -3
  36. package/dist/components/InputBox/InputBox.d.ts.map +1 -1
  37. package/dist/components/Label/Label.d.ts +3 -0
  38. package/dist/components/Label/Label.d.ts.map +1 -1
  39. package/dist/components/Margins/Margins.d.ts +3 -0
  40. package/dist/components/Margins/Margins.d.ts.map +1 -1
  41. package/dist/components/Menu/Menu.d.ts +4 -1
  42. package/dist/components/Menu/Menu.d.ts.map +1 -1
  43. package/dist/components/Menu/V2/Menu.d.ts +4 -1
  44. package/dist/components/Menu/V2/Menu.d.ts.map +1 -1
  45. package/dist/components/Message/MessageToolbar/index.d.ts.map +1 -1
  46. package/dist/components/Message/helpers.d.ts +7 -2
  47. package/dist/components/Message/helpers.d.ts.map +1 -1
  48. package/dist/components/Message/index.d.ts.map +1 -1
  49. package/dist/components/MultiSelect/MultiSelect.d.ts +3 -0
  50. package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -1
  51. package/dist/components/NumberInput/NumberInput.d.ts +3 -0
  52. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  53. package/dist/components/Option/Option.d.ts +3 -0
  54. package/dist/components/Option/Option.d.ts.map +1 -1
  55. package/dist/components/Options/Options.d.ts +3 -0
  56. package/dist/components/Options/Options.d.ts.map +1 -1
  57. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +3 -0
  58. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  59. package/dist/components/PaginatedSelect/index.d.ts +1 -1
  60. package/dist/components/PaginatedSelect/index.d.ts.map +1 -1
  61. package/dist/components/PaletteStyleTag/PaletteStyleTag.d.ts +7 -0
  62. package/dist/components/PaletteStyleTag/PaletteStyleTag.d.ts.map +1 -1
  63. package/dist/components/Position/Position.d.ts +2 -2
  64. package/dist/components/Position/Position.d.ts.map +1 -1
  65. package/dist/components/ProgressBar/ProgressBar.d.ts +3 -0
  66. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  67. package/dist/components/Scrollable/Scrollable.d.ts +3 -0
  68. package/dist/components/Scrollable/Scrollable.d.ts.map +1 -1
  69. package/dist/components/SearchInput/SearchInput.d.ts +3 -0
  70. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  71. package/dist/components/Select/Select.d.ts +3 -0
  72. package/dist/components/Select/Select.d.ts.map +1 -1
  73. package/dist/components/SelectInput/SelectInput.d.ts +3 -0
  74. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  75. package/dist/components/Sidebar/Item.d.ts +3 -0
  76. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  77. package/dist/components/Sidebar/TopBar/TopBar.d.ts +3 -0
  78. package/dist/components/Sidebar/TopBar/TopBar.d.ts.map +1 -1
  79. package/dist/components/StatusBullet/StatusBullet.d.ts +3 -0
  80. package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -1
  81. package/dist/components/Tabs/Tabs.d.ts +3 -0
  82. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  83. package/dist/components/Tag/Tag.d.ts +3 -0
  84. package/dist/components/Tag/Tag.d.ts.map +1 -1
  85. package/dist/components/TelephoneInput/TelephoneInput.d.ts +3 -0
  86. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  87. package/dist/components/TextAreaInput/{TextArea.d.ts → TextAreaInput.d.ts} +4 -1
  88. package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -0
  89. package/dist/components/TextAreaInput/index.d.ts +1 -1
  90. package/dist/components/TextAreaInput/index.d.ts.map +1 -1
  91. package/dist/components/TextInput/TextInput.d.ts +3 -0
  92. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  93. package/dist/components/Throbber/Throbber.d.ts +3 -0
  94. package/dist/components/Throbber/Throbber.d.ts.map +1 -1
  95. package/dist/components/ToastBar/ToastBar.d.ts +3 -0
  96. package/dist/components/ToastBar/ToastBar.d.ts.map +1 -1
  97. package/dist/fuselage.css +1 -1
  98. package/dist/fuselage.css.map +1 -1
  99. package/dist/fuselage.development.js +214 -51
  100. package/dist/fuselage.development.js.map +1 -1
  101. package/dist/fuselage.production.js +1 -1
  102. package/dist/testing.d.ts +12 -0
  103. package/dist/testing.d.ts.map +1 -0
  104. package/package.json +27 -28
  105. package/dist/components/TextAreaInput/TextArea.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"PaletteStyleTag.d.ts","sourceRoot":"","sources":["../../../src/components/PaletteStyleTag/PaletteStyleTag.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAQ7C,eAAO,MAAM,eAAe;YAOlB,MAAM;IACd;;OAEG;YACK,MAAM;IACd;;OAEG;aACM,MAAM;IACf;;OAEG;eACQ,MAAM;IACjB;;OAEG;cACO,MAAM;EAKhB,CAAC;AAEH,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"PaletteStyleTag.d.ts","sourceRoot":"","sources":["../../../src/components/PaletteStyleTag/PaletteStyleTag.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAQ7C;;;;;;GAMG;AACH,eAAO,MAAM,eAAe;YAOlB,MAAM;IACd;;OAEG;YACK,MAAM;IACd;;OAEG;aACM,MAAM;IACf;;OAEG;eACQ,MAAM;IACjB;;OAEG;cACO,MAAM;EAKhB,CAAC;AAEH,eAAe,eAAe,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { UsePositionOptions } from '@rocket.chat/fuselage-hooks';
2
- import type { RefObject, ComponentProps, ReactPortal, ReactElement } from 'react';
2
+ import type { RefObject, ComponentProps, ReactElement } from 'react';
3
3
  import type Box from '../Box';
4
4
  type PositionProps = {
5
5
  anchor: RefObject<Element>;
@@ -7,6 +7,6 @@ type PositionProps = {
7
7
  margin?: number;
8
8
  placement?: UsePositionOptions['placement'];
9
9
  } & Omit<ComponentProps<typeof Box>, 'children' | 'margin'>;
10
- declare const Position: ({ anchor, children, placement, margin, className: _className, ...props }: PositionProps) => ReactPortal;
10
+ declare const Position: ({ anchor, children, placement, margin, className: _className, ...props }: PositionProps) => import("react").ReactPortal;
11
11
  export default Position;
12
12
  //# sourceMappingURL=Position.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Position.d.ts","sourceRoot":"","sources":["../../../src/components/Position/Position.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,OAAO,KAAK,EACV,SAAS,EACT,cAAc,EACd,WAAW,EACX,YAAY,EACb,MAAM,OAAO,CAAC;AAIf,OAAO,KAAK,GAAG,MAAM,QAAQ,CAAC;AAE9B,KAAK,aAAa,GAAG;IACnB,MAAM,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC3B,QAAQ,EAAE,YAAY,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;CAC7C,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC,CAAC;AAE5D,QAAA,MAAM,QAAQ,6EAOX,aAAa,KAAG,WA4ClB,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Position.d.ts","sourceRoot":"","sources":["../../../src/components/Position/Position.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIrE,OAAO,KAAK,GAAG,MAAM,QAAQ,CAAC;AAE9B,KAAK,aAAa,GAAG;IACnB,MAAM,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC3B,QAAQ,EAAE,YAAY,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;CAC7C,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC,CAAC;AAE5D,QAAA,MAAM,QAAQ,6EAOX,aAAa,gCA4Cf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,4 +1,7 @@
1
1
  import type { AllHTMLAttributes } from 'react';
2
+ /**
3
+ * The `ProgressBar` is used to inform the user the progress of an operation.
4
+ */
2
5
  export declare const ProgressBar: import("react").ForwardRefExoticComponent<{
3
6
  percentage: number;
4
7
  variant?: "info" | "success" | "warning" | "danger";
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAwC/C,eAAO,MAAM,WAAW;gBAPV,MAAM;cACR,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ;YAC3C,MAAM;eACH,OAAO;YACV,OAAO;wFA8Bf,CAAC"}
1
+ {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAwC/C;;GAEG;AACH,eAAO,MAAM,WAAW;gBAVV,MAAM;cACR,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ;YAC3C,MAAM;eACH,OAAO;YACV,OAAO;wFAiCf,CAAC"}
@@ -7,6 +7,9 @@ type ScrollableProps = PropsWithChildren<{
7
7
  top: boolean;
8
8
  }) => void;
9
9
  }>;
10
+ /**
11
+ * Add scroll capability to the wrapped component.
12
+ */
10
13
  export declare const Scrollable: ({ children, horizontal, vertical, smooth, onScrollContent, }: ScrollableProps) => import("react/jsx-runtime").JSX.Element;
11
14
  export {};
12
15
  //# sourceMappingURL=Scrollable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Scrollable.d.ts","sourceRoot":"","sources":["../../../src/components/Scrollable/Scrollable.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAgC,MAAM,OAAO,CAAC;AAO7E,KAAK,eAAe,GAAG,iBAAiB,CAAC;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE;QAAE,GAAG,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACxD,CAAC,CAAC;AA8BH,eAAO,MAAM,UAAU,iEAMpB,eAAe,4CAuFjB,CAAC"}
1
+ {"version":3,"file":"Scrollable.d.ts","sourceRoot":"","sources":["../../../src/components/Scrollable/Scrollable.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAgC,MAAM,OAAO,CAAC;AAO7E,KAAK,eAAe,GAAG,iBAAiB,CAAC;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE;QAAE,GAAG,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACxD,CAAC,CAAC;AA8BH;;GAEG;AACH,eAAO,MAAM,UAAU,iEAMpB,eAAe,4CAuFjB,CAAC"}
@@ -1,4 +1,7 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * An input for search queries.
4
+ */
2
5
  export declare const SearchInput: import("react").ForwardRefExoticComponent<Omit<Omit<{
3
6
  is?: import("react").ElementType;
4
7
  className?: string | import("@rocket.chat/css-in-js").cssFn | (string | import("@rocket.chat/css-in-js").cssFn | import("../../types/Falsy").Falsy)[];
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,SAAS,EAAO,MAAM,OAAO,CAAC;AAU5D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;YAJd,SAAS;YACT,MAAM;4DAQd,CAAC"}
1
+ {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,SAAS,EAAO,MAAM,OAAO,CAAC;AAU5D;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;YAPd,SAAS;YACT,MAAM;4DAWd,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import type { AriaSelectProps } from '@react-types/select';
2
2
  import type { AllHTMLAttributes, Key } from 'react';
3
3
  type SelectOption = readonly [value: string, label: string, selected?: boolean];
4
+ /**
5
+ * An input for selection of options.
6
+ */
4
7
  export declare const Select: import("react").ForwardRefExoticComponent<Omit<AriaSelectProps<object>, "value" | "children" | "onChange"> & {
5
8
  error?: string;
6
9
  placeholder?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,KAAK,EAAE,iBAAiB,EAAkB,GAAG,EAAO,MAAM,OAAO,CAAC;AAMzE,KAAK,YAAY,GAAG,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC;AAchF,eAAO,MAAM,MAAM;YART,MAAM;kBACA,MAAM;;8BAEI,GAAG;aAClB,YAAY,EAAE;YACf,OAAO;kGAoBf,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,KAAK,EAAE,iBAAiB,EAAkB,GAAG,EAAO,MAAM,OAAO,CAAC;AAMzE,KAAK,YAAY,GAAG,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC;AAchF;;GAEG;AACH,eAAO,MAAM,MAAM;YAXT,MAAM;kBACA,MAAM;;8BAEI,GAAG;aAClB,YAAY,EAAE;YACf,OAAO;kGAuBf,CAAC"}
@@ -1,5 +1,8 @@
1
1
  import type { ReactNode } from 'react';
2
2
  type SelectInputOptions = readonly (readonly [string, string])[];
3
+ /**
4
+ * An input for selection of options.
5
+ */
3
6
  export declare const SelectInput: import("react").ForwardRefExoticComponent<Omit<Omit<{
4
7
  is?: import("react").ElementType;
5
8
  className?: string | import("@rocket.chat/css-in-js").cssFn | (string | import("@rocket.chat/css-in-js").cssFn | import("../../types/Falsy").Falsy)[];
@@ -1 +1 @@
1
- {"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/SelectInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,SAAS,EAAO,MAAM,OAAO,CAAC;AAM5D,KAAK,kBAAkB,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC;AASjE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;YANd,MAAM;cACJ,kBAAkB;eACjB,MAAM;YACT,SAAS;uDA6CjB,CAAC"}
1
+ {"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/SelectInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,SAAS,EAAO,MAAM,OAAO,CAAC;AAM5D,KAAK,kBAAkB,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC;AASjE;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;YATd,MAAM;cACJ,kBAAkB;eACjB,MAAM;YACT,SAAS;uDAgDjB,CAAC"}
@@ -10,6 +10,9 @@ type SidebarItemProps = {
10
10
  is?: ComponentProps<typeof Box>['is'];
11
11
  children?: ReactNode;
12
12
  } & AllHTMLAttributes<HTMLElement>;
13
+ /**
14
+ * Item component to be used inside Sidebar.
15
+ */
13
16
  export declare const SidebarItem: ({ selected, highlighted, clickable, featured, is: Tag, children, ...props }: SidebarItemProps) => import("react/jsx-runtime").JSX.Element;
14
17
  type SidebarItemContainerProps = {
15
18
  children?: ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"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"}
@@ -3,6 +3,9 @@ type TopBarProps = {
3
3
  children?: ReactNode;
4
4
  className?: string;
5
5
  };
6
+ /**
7
+ * Sidebar TopBar and ToolBox.
8
+ */
6
9
  export declare const TopBar: ({ className, ...props }: TopBarProps) => import("react/jsx-runtime").JSX.Element;
7
10
  export {};
8
11
  //# sourceMappingURL=TopBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,MAAM,4BAA6B,WAAW,4CAO1D,CAAC"}
1
+ {"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/TopBar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,MAAM,4BAA6B,WAAW,4CAO1D,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-runtime").JSX.Element;
7
10
  export { 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;AAEhD,QAAA,MAAM,YAAY,yBAAsC,iBAAiB,4CAexE,CAAC;AACF,OAAO,EAAE,YAAY,EAAE,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,yBAAsC,iBAAiB,4CAexE,CAAC;AACF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -3,6 +3,9 @@ import Box from '../Box';
3
3
  type TabsProps = ComponentProps<typeof Box> & {
4
4
  divider?: boolean;
5
5
  };
6
+ /**
7
+ * Tabs is a component to navigate around the UI using buttons arranged together with the selected tab highlighted.
8
+ */
6
9
  export declare function Tabs({ children, divider, ...props }: TabsProps): import("react/jsx-runtime").JSX.Element;
7
10
  export declare namespace Tabs {
8
11
  var Item: import("react").ForwardRefExoticComponent<Omit<{
@@ -1 +1 @@
1
- {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,GAAG,MAAM,QAAQ,CAAC;AAGzB,KAAK,SAAS,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAEpE,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,OAAc,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAQrE;yBARe,IAAI"}
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,GAAG,MAAM,QAAQ,CAAC;AAGzB,KAAK,SAAS,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAEpE;;GAEG;AACH,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,OAAc,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAQrE;yBARe,IAAI"}
@@ -6,6 +6,9 @@ type TagProps = {
6
6
  disabled?: boolean;
7
7
  icon?: ReactNode;
8
8
  } & Omit<AllHTMLAttributes<HTMLSpanElement | HTMLAnchorElement>, 'is'>;
9
+ /**
10
+ * Used for mentions
11
+ */
9
12
  export declare const Tag: ({ large, medium, className, disabled, onClick, variant, children, icon, href, ...props }: TagProps) => import("react/jsx-runtime").JSX.Element;
10
13
  export {};
11
14
  //# 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,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAK1D,KAAK,QAAQ,GAAG;IACd,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,UAAU,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,IAAI,CAAC,iBAAiB,CAAC,eAAe,GAAG,iBAAiB,CAAC,EAAE,IAAI,CAAC,CAAC;AAEvE,eAAO,MAAM,GAAG,6FAWb,QAAQ,4CAyBV,CAAC"}
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAK1D,KAAK,QAAQ,GAAG;IACd,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,UAAU,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,IAAI,CAAC,iBAAiB,CAAC,eAAe,GAAG,iBAAiB,CAAC,EAAE,IAAI,CAAC,CAAC;AAEvE;;GAEG;AACH,eAAO,MAAM,GAAG,6FAWb,QAAQ,4CAyBV,CAAC"}
@@ -1,4 +1,7 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * An input for telephone numbers.
4
+ */
2
5
  export declare const TelephoneInput: import("react").ForwardRefExoticComponent<Omit<Omit<{
3
6
  is?: import("react").ElementType;
4
7
  className?: string | import("@rocket.chat/css-in-js").cssFn | (string | import("@rocket.chat/css-in-js").cssFn | import("../../types/Falsy").Falsy)[];
@@ -1 +1 @@
1
- {"version":3,"file":"TelephoneInput.d.ts","sourceRoot":"","sources":["../../../src/components/TelephoneInput/TelephoneInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,SAAS,EAAO,MAAM,OAAO,CAAC;AAW5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;YALjB,SAAS;YACT,SAAS;YACT,MAAM;4DAQd,CAAC"}
1
+ {"version":3,"file":"TelephoneInput.d.ts","sourceRoot":"","sources":["../../../src/components/TelephoneInput/TelephoneInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,SAAS,EAAO,MAAM,OAAO,CAAC;AAW5D;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;YARjB,SAAS;YACT,SAAS;YACT,MAAM;4DAWd,CAAC"}
@@ -1,4 +1,7 @@
1
1
  import type { ReactNode } from 'react';
2
+ /**
3
+ * An input for multi-line plain-text editing.
4
+ */
2
5
  export declare const TextAreaInput: import("react").ForwardRefExoticComponent<Omit<Omit<{
3
6
  is?: import("react").ElementType;
4
7
  className?: string | import("@rocket.chat/css-in-js").cssFn | (string | import("@rocket.chat/css-in-js").cssFn | import("../../types/Falsy").Falsy)[];
@@ -18,4 +21,4 @@ export declare const TextAreaInput: import("react").ForwardRefExoticComponent<Om
18
21
  addon?: ReactNode;
19
22
  error?: string;
20
23
  }, "ref"> & import("react").RefAttributes<HTMLTextAreaElement>>;
21
- //# sourceMappingURL=TextArea.d.ts.map
24
+ //# sourceMappingURL=TextAreaInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAreaInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextAreaInput/TextAreaInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,SAAS,EAAO,MAAM,OAAO,CAAC;AAU5D;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;YAPhB,SAAS;YACT,MAAM;+DAWd,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './TextArea';
1
+ export * from './TextAreaInput';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TextAreaInput/index.tsx"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TextAreaInput/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -4,6 +4,9 @@ export type TextInputProps = Omit<ComponentProps<typeof InputBox>, 'type'> & {
4
4
  addon?: ReactNode;
5
5
  error?: string;
6
6
  };
7
+ /**
8
+ * An input for any kind of single-line text.
9
+ */
7
10
  export declare const TextInput: import("react").ForwardRefExoticComponent<Omit<Omit<{
8
11
  is?: import("react").ElementType;
9
12
  className?: string | import("@rocket.chat/css-in-js").cssFn | (string | import("@rocket.chat/css-in-js").cssFn | import("../../types/Falsy").Falsy)[];
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG;IAC3E,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;YAJZ,SAAS;YACT,MAAM;4DAQd,CAAC"}
1
+ {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../src/components/TextInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG;IAC3E,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;YAPZ,SAAS;YACT,MAAM;4DAWd,CAAC"}
@@ -1,3 +1,6 @@
1
+ /**
2
+ * Indicates content that has not loaded yet.
3
+ */
1
4
  export declare const Throbber: import("react").ForwardRefExoticComponent<Omit<Omit<{
2
5
  is?: import("react").ElementType;
3
6
  className?: string | import("@rocket.chat/css-in-js").cssFn | (string | import("@rocket.chat/css-in-js").cssFn | import("../../types/Falsy").Falsy)[];
@@ -1 +1 @@
1
- {"version":3,"file":"Throbber.d.ts","sourceRoot":"","sources":["../../../src/components/Throbber/Throbber.tsx"],"names":[],"mappings":"AAyCA,eAAO,MAAM,QAAQ;;;;;;;kBAlCL,MAAM;eACT,OAAO;mBACH,OAAO;uDAwDtB,CAAC"}
1
+ {"version":3,"file":"Throbber.d.ts","sourceRoot":"","sources":["../../../src/components/Throbber/Throbber.tsx"],"names":[],"mappings":"AAyCA;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;;kBArCL,MAAM;eACT,OAAO;mBACH,OAAO;uDA2DtB,CAAC"}
@@ -9,5 +9,8 @@ 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
  export declare function ToastBar({ children, className, variant, time, isPaused, id, onClose, buttonLabel, ...props }: ToastBarProps): import("react/jsx-runtime").JSX.Element;
13
16
  //# sourceMappingURL=ToastBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToastBar.d.ts","sourceRoot":"","sources":["../../../src/components/ToastBar/ToastBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAM1D,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,wBAAgB,QAAQ,CAAC,EACvB,QAAQ,EACR,SAAc,EACd,OAAgB,EAChB,IAAQ,EACR,QAAQ,EACR,EAAE,EACF,OAAO,EACP,WAA6B,EAC7B,GAAG,KAAK,EACT,EAAE,aAAa,2CA0Ef"}
1
+ {"version":3,"file":"ToastBar.d.ts","sourceRoot":"","sources":["../../../src/components/ToastBar/ToastBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAM1D,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,wBAAgB,QAAQ,CAAC,EACvB,QAAQ,EACR,SAAc,EACd,OAAgB,EAChB,IAAQ,EACR,QAAQ,EACR,EAAE,EACF,OAAO,EACP,WAA6B,EAC7B,GAAG,KAAK,EACT,EAAE,aAAa,2CA0Ef"}