@rocket.chat/fuselage 0.51.2 → 0.52.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 (61) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
  3. package/dist/components/Menu/V2/MenuOption.d.ts +1 -1
  4. package/dist/components/Message/MessageBody.d.ts +2 -2
  5. package/dist/components/Message/MessageBody.d.ts.map +1 -1
  6. package/dist/components/Message/MessageContainer.d.ts +2 -6
  7. package/dist/components/Message/MessageContainer.d.ts.map +1 -1
  8. package/dist/components/Message/MessageContainerFixed.d.ts +2 -6
  9. package/dist/components/Message/MessageContainerFixed.d.ts.map +1 -1
  10. package/dist/components/Message/MessageEmoji.d.ts +4 -7
  11. package/dist/components/Message/MessageEmoji.d.ts.map +1 -1
  12. package/dist/components/Message/MessageEmojiBase.d.ts +3 -5
  13. package/dist/components/Message/MessageEmojiBase.d.ts.map +1 -1
  14. package/dist/components/Message/MessageHeader.d.ts +2 -6
  15. package/dist/components/Message/MessageHeader.d.ts.map +1 -1
  16. package/dist/components/Message/MessageLeftContainer.d.ts +2 -6
  17. package/dist/components/Message/MessageLeftContainer.d.ts.map +1 -1
  18. package/dist/components/Message/MessageName.d.ts +2 -4
  19. package/dist/components/Message/MessageName.d.ts.map +1 -1
  20. package/dist/components/Message/MessageNameContainer.d.ts +2 -4
  21. package/dist/components/Message/MessageNameContainer.d.ts.map +1 -1
  22. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -1
  23. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts.map +1 -1
  24. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts +3 -9
  25. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts.map +1 -1
  26. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +3 -6
  27. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -1
  28. package/dist/components/Message/MessageReactions/index.d.ts +7 -3
  29. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -1
  30. package/dist/components/Message/MessageRole.d.ts +3 -6
  31. package/dist/components/Message/MessageRole.d.ts.map +1 -1
  32. package/dist/components/Message/MessageRoles.d.ts +2 -6
  33. package/dist/components/Message/MessageRoles.d.ts.map +1 -1
  34. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts +1 -1
  35. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts.map +1 -1
  36. package/dist/components/Message/MessageSystem/index.d.ts +1 -3
  37. package/dist/components/Message/MessageSystem/index.d.ts.map +1 -1
  38. package/dist/components/Message/MessageTimestamp.d.ts +2 -7
  39. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -1
  40. package/dist/components/Message/MessageUsername.d.ts +2 -4
  41. package/dist/components/Message/MessageUsername.d.ts.map +1 -1
  42. package/dist/components/Message/ThreadMessage/ThreadMessageEmoji.d.ts +3 -9
  43. package/dist/components/Message/ThreadMessage/ThreadMessageEmoji.d.ts.map +1 -1
  44. package/dist/components/Message/ThreadMessage/index.d.ts +2 -6
  45. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -1
  46. package/dist/components/Message/helpers.d.ts +4 -0
  47. package/dist/components/Message/helpers.d.ts.map +1 -0
  48. package/dist/components/Message/index.d.ts +16 -25
  49. package/dist/components/Message/index.d.ts.map +1 -1
  50. package/dist/components/Option/CheckOption.d.ts +1 -1
  51. package/dist/components/Option/Option.d.ts +1 -1
  52. package/dist/components/Option/index.d.ts +2 -2
  53. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +1 -1
  54. package/dist/components/PaginatedSelect/PaginatedSelect.d.ts +1 -1
  55. package/dist/components/PaginatedSelect/PaginatedSelect.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 +164 -26
  59. package/dist/fuselage.development.js.map +1 -1
  60. package/dist/fuselage.production.js +1 -1
  61. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.52.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1331](https://github.com/RocketChat/fuselage/pull/1331) [`bd17e9c59`](https://github.com/RocketChat/fuselage/commit/bd17e9c59696f26bf59f7f389f08f3185a780c65) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): MessageReactions focus state
8
+
9
+ ### Patch Changes
10
+
11
+ - [#1335](https://github.com/RocketChat/fuselage/pull/1335) [`cef61fd9f`](https://github.com/RocketChat/fuselage/commit/cef61fd9f0e2139f54036809b11782de09b9d025) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): show `AutoComplete` placeholder
12
+
13
+ ## 0.51.3
14
+
15
+ ### Patch Changes
16
+
17
+ - [#1327](https://github.com/RocketChat/fuselage/pull/1327) [`350eaa1ac`](https://github.com/RocketChat/fuselage/commit/350eaa1ac73a4dc66f1b6787df475c52389f96b6) Thanks [@csuadev](https://github.com/csuadev)! - fix(fuselage): Add missing renderItem property on PaginatedSelect component to allow options customization.
18
+
19
+ - [#1328](https://github.com/RocketChat/fuselage/pull/1328) [`6eecf95fb`](https://github.com/RocketChat/fuselage/commit/6eecf95fb1f7e77032de801033134eaed3e4501f) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): add missing `Bubble` gap
20
+
3
21
  ## 0.51.2
4
22
 
5
23
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"AutoComplete.d.ts","sourceRoot":"","sources":["../../../src/components/AutoComplete/AutoComplete.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,iBAAiB,EAEjB,WAAW,EACX,YAAY,EACb,MAAM,OAAO,CAAC;AAgBf,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAC;IAC7C,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,UAAU,CAAC,CAAC;AAc1D,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,MAAM,EACN,SAAS,EACT,OAAY,EACZ,UAAU,EACV,cAAc,EAAE,cAAc,EAC9B,QAAQ,EACR,WAAW,EACX,WAAW,EACX,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,MAAM,EAAE,YAAuB,EAC/B,GAAG,KAAK,EACT,EAAE,iBAAiB,GAAG,YAAY,CA6IlC"}
1
+ {"version":3,"file":"AutoComplete.d.ts","sourceRoot":"","sources":["../../../src/components/AutoComplete/AutoComplete.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,iBAAiB,EAEjB,WAAW,EACX,YAAY,EACb,MAAM,OAAO,CAAC;AAgBf,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAC;IAC7C,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,UAAU,CAAC,CAAC;AAc1D,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,MAAM,EACN,SAAS,EACT,OAAY,EACZ,UAAU,EACV,cAAc,EAAE,cAAc,EAC9B,QAAQ,EACR,WAAW,EACX,WAAW,EACX,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,MAAM,EAAE,YAAuB,EAC/B,GAAG,KAAK,EACT,EAAE,iBAAiB,GAAG,YAAY,CA8IlC"}
@@ -15,6 +15,6 @@ declare const MenuOption: React.MemoExoticComponent<React.ForwardRefExoticCompon
15
15
  variant?: "warning" | "primary" | "danger" | "success" | undefined;
16
16
  onClick?: ((event: MouseEvent<HTMLElement>) => void) | undefined;
17
17
  description?: ReactNode;
18
- } & Omit<AllHTMLAttributes<HTMLElement>, "label">, "default" | "type" | "color" | "is" | "className" | "size" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "focus" | "variant" | "description"> & React.RefAttributes<unknown>>>;
18
+ } & Omit<AllHTMLAttributes<HTMLElement>, "label">, "default" | "type" | "color" | "is" | "className" | "size" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant" | "focus" | "description"> & React.RefAttributes<unknown>>>;
19
19
  export default MenuOption;
20
20
  //# sourceMappingURL=MenuOption.d.ts.map
@@ -1,5 +1,5 @@
1
- import type { AllHTMLAttributes, ReactElement } from 'react';
2
- type MessageBodyProps = AllHTMLAttributes<HTMLDivElement> & {
1
+ import type { HTMLAttributes, ReactElement } from 'react';
2
+ type MessageBodyProps = HTMLAttributes<HTMLDivElement> & {
3
3
  clamp?: 2 | 3 | 4;
4
4
  };
5
5
  export declare const MessageBody: ({ clamp, className, ...props }: MessageBodyProps) => ReactElement;
@@ -1 +1 @@
1
- {"version":3,"file":"MessageBody.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAK7D,KAAK,gBAAgB,GAAG,iBAAiB,CAAC,cAAc,CAAC,GAAG;IAC1D,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAIrB,gBAAgB,KAAG,YAerB,CAAC"}
1
+ {"version":3,"file":"MessageBody.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAK1D,KAAK,gBAAgB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACvD,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAIrB,gBAAgB,KAAG,YAerB,CAAC"}
@@ -1,7 +1,3 @@
1
- import type { ReactNode } from 'react';
2
- type MessageContainerProps = {
3
- children?: ReactNode;
4
- };
5
- export declare const MessageContainer: (props: MessageContainerProps) => JSX.Element;
6
- export {};
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const MessageContainer: (props: HTMLAttributes<HTMLDivElement>) => JSX.Element;
7
3
  //# sourceMappingURL=MessageContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,qBAAqB,GAAG;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,gBAE5D,CAAC"}
1
+ {"version":3,"file":"MessageContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,gBAAgB,UAAW,eAAe,cAAc,CAAC,gBAErE,CAAC"}
@@ -1,7 +1,3 @@
1
- import type { ReactNode } from 'react';
2
- type MessageContainerFixedProps = {
3
- children?: ReactNode;
4
- };
5
- export declare const MessageContainerFixed: (props: MessageContainerFixedProps) => JSX.Element;
6
- export {};
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const MessageContainerFixed: (props: HTMLAttributes<HTMLDivElement>) => JSX.Element;
7
3
  //# sourceMappingURL=MessageContainerFixed.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageContainerFixed.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageContainerFixed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,0BAA0B,GAAG;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,qBAAqB,UAAW,0BAA0B,gBAKtE,CAAC"}
1
+ {"version":3,"file":"MessageContainerFixed.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageContainerFixed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,qBAAqB,UACzB,eAAe,cAAc,CAAC,gBAMtC,CAAC"}
@@ -1,11 +1,8 @@
1
- import type { ReactNode } from 'react';
2
- type MessageEmojiProps = {
3
- name: string;
4
- className?: string;
5
- image?: string;
1
+ import type { ComponentProps } from 'react';
2
+ import { MessageEmojiBase } from './MessageEmojiBase';
3
+ type MessageEmojiProps = ComponentProps<typeof MessageEmojiBase> & {
6
4
  big?: boolean;
7
- children?: ReactNode;
8
5
  };
9
- export declare const MessageEmoji: ({ name, className, image, big, children, }: MessageEmojiProps) => JSX.Element;
6
+ export declare const MessageEmoji: ({ name, className, image, big, ...props }: MessageEmojiProps) => JSX.Element;
10
7
  export {};
11
8
  //# sourceMappingURL=MessageEmoji.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageEmoji.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageEmoji.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,YAAY,+CAMtB,iBAAiB,gBAanB,CAAC"}
1
+ {"version":3,"file":"MessageEmoji.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageEmoji.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,GAAG;IACjE,GAAG,CAAC,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,YAAY,8CAMtB,iBAAiB,gBAanB,CAAC"}
@@ -1,10 +1,8 @@
1
- import type { ReactNode } from 'react';
1
+ import type { HTMLAttributes } from 'react';
2
2
  type MessageEmojiBaseProps = {
3
3
  name: string;
4
- className?: string;
5
- children?: ReactNode;
6
4
  image?: string;
7
- };
8
- export declare const MessageEmojiBase: ({ name, className, image, children, }: MessageEmojiBaseProps) => JSX.Element;
5
+ } & HTMLAttributes<HTMLSpanElement>;
6
+ export declare const MessageEmojiBase: ({ name, image, className, ...props }: MessageEmojiBaseProps) => JSX.Element;
9
7
  export {};
10
8
  //# sourceMappingURL=MessageEmojiBase.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageEmojiBase.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageEmojiBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,gBAAgB,0CAK1B,qBAAqB,gBAMvB,CAAC"}
1
+ {"version":3,"file":"MessageEmojiBase.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageEmojiBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,cAAc,CAAC,eAAe,CAAC,CAAC;AAEpC,eAAO,MAAM,gBAAgB,yCAK1B,qBAAqB,gBAMvB,CAAC"}
@@ -1,7 +1,3 @@
1
- import type { ReactNode } from 'react';
2
- type MessageHeaderProps = {
3
- children?: ReactNode;
4
- };
5
- export declare const MessageHeader: ({ children }: MessageHeaderProps) => JSX.Element;
6
- export {};
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const MessageHeader: ({ children, ...props }: HTMLAttributes<HTMLDivElement>) => JSX.Element;
7
3
  //# sourceMappingURL=MessageHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,kBAAkB,GAAG;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,iBAAkB,kBAAkB,gBAM7D,CAAC"}
1
+ {"version":3,"file":"MessageHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,aAAa,2BAGvB,eAAe,cAAc,CAAC,gBAMhC,CAAC"}
@@ -1,7 +1,3 @@
1
- import type { ReactElement, ReactNode } from 'react';
2
- type MessageLeftContainerProps = {
3
- children?: ReactNode;
4
- };
5
- export declare const MessageLeftContainer: (props: MessageLeftContainerProps) => ReactElement;
6
- export {};
1
+ import type { HTMLAttributes, ReactElement } from 'react';
2
+ export declare const MessageLeftContainer: (props: HTMLAttributes<HTMLDivElement>) => ReactElement;
7
3
  //# sourceMappingURL=MessageLeftContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageLeftContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageLeftContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrD,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,UACxB,yBAAyB,KAC/B,YAKF,CAAC"}
1
+ {"version":3,"file":"MessageLeftContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageLeftContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAG1D,eAAO,MAAM,oBAAoB,UACxB,eAAe,cAAc,CAAC,KACpC,YAKF,CAAC"}
@@ -1,5 +1,3 @@
1
- import type { AllHTMLAttributes } from 'react';
2
- type MessageNameProps = AllHTMLAttributes<HTMLSpanElement>;
3
- export declare const MessageName: (props: MessageNameProps) => JSX.Element;
4
- export {};
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const MessageName: (props: HTMLAttributes<HTMLSpanElement>) => JSX.Element;
5
3
  //# sourceMappingURL=MessageName.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageName.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageName.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,KAAK,gBAAgB,GAAG,iBAAiB,CAAC,eAAe,CAAC,CAAC;AAE3D,eAAO,MAAM,WAAW,0CAEvB,CAAC"}
1
+ {"version":3,"file":"MessageName.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageName.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,WAAW,UAAW,eAAe,eAAe,CAAC,gBAEjE,CAAC"}
@@ -1,6 +1,4 @@
1
- import type { AllHTMLAttributes } from 'react';
1
+ import type { HTMLAttributes } from 'react';
2
2
  import React from 'react';
3
- type MessageNameContainerProps = AllHTMLAttributes<HTMLSpanElement>;
4
- export declare const MessageNameContainer: React.ForwardRefExoticComponent<MessageNameContainerProps & React.RefAttributes<HTMLSpanElement>>;
5
- export {};
3
+ export declare const MessageNameContainer: React.ForwardRefExoticComponent<HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>>;
6
4
  //# sourceMappingURL=MessageNameContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageNameContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageNameContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,KAAK,yBAAyB,GAAG,iBAAiB,CAAC,eAAe,CAAC,CAAC;AAEpE,eAAO,MAAM,oBAAoB,mGAW/B,CAAC"}
1
+ {"version":3,"file":"MessageNameContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageNameContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,oBAAoB,yGAW/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageReaction.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReaction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAY1C,eAAO,MAAM,eAAe;;;;eAHf,SAAS;yEA2BpB,CAAC"}
1
+ {"version":3,"file":"MessageReaction.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReaction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAY1C,eAAO,MAAM,eAAe;;;;eAHf,SAAS;yEA6BpB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageReactionAction.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReactionAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,eAAO,MAAM,qBAAqB,4BAG/B,eAAe,cAAc,CAAC,gBAYhC,CAAC"}
1
+ {"version":3,"file":"MessageReactionAction.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReactionAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,eAAO,MAAM,qBAAqB,4BAG/B,eAAe,cAAc,CAAC,gBAchC,CAAC"}
@@ -1,10 +1,4 @@
1
- import type { ReactNode } from 'react';
2
- type MessageReactionEmojiProps = {
3
- name: string;
4
- className?: string;
5
- children?: ReactNode;
6
- image?: string;
7
- };
8
- export declare const MessageReactionEmoji: ({ name, className, image, children, }: MessageReactionEmojiProps) => JSX.Element;
9
- export {};
1
+ import type { ComponentProps } from 'react';
2
+ import { MessageEmojiBase } from '../MessageEmojiBase';
3
+ export declare const MessageReactionEmoji: ({ className, ...props }: ComponentProps<typeof MessageEmojiBase>) => JSX.Element;
10
4
  //# sourceMappingURL=MessageReactionEmoji.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageReactionEmoji.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReactionEmoji.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,KAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,oBAAoB,0CAK9B,yBAAyB,gBAO3B,CAAC"}
1
+ {"version":3,"file":"MessageReactionEmoji.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReactionEmoji.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,eAAO,MAAM,oBAAoB,4BAG9B,eAAe,uBAAuB,CAAC,gBAKzC,CAAC"}
@@ -1,7 +1,4 @@
1
- import type { ReactNode } from 'react';
2
- type MessageReactionsProps = {
3
- children: ReactNode;
4
- };
5
- export declare const MessageReactions: (props: MessageReactionsProps) => JSX.Element;
6
- export {};
1
+ import type { HTMLAttributes } from 'react';
2
+ import React from 'react';
3
+ export declare const MessageReactions: React.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
7
4
  //# sourceMappingURL=MessageReactions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageReactions.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReactions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,KAAK,qBAAqB,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,CAAC;AAErD,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,gBAI5D,CAAC"}
1
+ {"version":3,"file":"MessageReactions.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/MessageReactions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AACjD,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,eAAO,MAAM,gBAAgB,uGAS3B,CAAC"}
@@ -4,15 +4,19 @@ import { MessageReactionAction } from './MessageReactionAction';
4
4
  import { MessageReactionCounter } from './MessageReactionCounter';
5
5
  import { MessageReactionEmoji } from './MessageReactionEmoji';
6
6
  import { MessageReactions } from './MessageReactions';
7
- declare const _default: ((props: {
8
- children: import("react").ReactNode;
9
- }) => JSX.Element) & {
7
+ declare const _default: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>> & {
8
+ /**
9
+ * @deprecated prefer using named imports
10
+ * */
10
11
  Reaction: import("react").ForwardRefExoticComponent<{
11
12
  name?: string | undefined;
12
13
  counter?: number | undefined;
13
14
  mine?: boolean | undefined;
14
15
  children?: import("react").ReactNode;
15
16
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
17
+ /**
18
+ * @deprecated prefer using named imports
19
+ * */
16
20
  Action: ({ className, ...props }: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element;
17
21
  };
18
22
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;;;;;;;;;;;AAEtD,wBAGG;AAEH,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,gBAAgB,EAChB,sBAAsB,EACtB,oBAAoB,GACrB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageReactions/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;IAGpD;;SAEK;;;;;;;IAEL;;SAEK;;;AAPP,wBASG;AAEH,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,gBAAgB,EAChB,sBAAsB,EACtB,oBAAoB,GACrB,CAAC"}
@@ -1,7 +1,4 @@
1
- import type { ReactNode } from 'react';
2
- type MessageRoleProps = {
3
- children?: ReactNode;
4
- };
5
- export declare const MessageRole: (props: MessageRoleProps) => JSX.Element;
6
- export {};
1
+ import type { ComponentProps } from 'react';
2
+ import { Tag } from '../Tag';
3
+ export declare const MessageRole: (props: ComponentProps<typeof Tag>) => JSX.Element;
7
4
  //# sourceMappingURL=MessageRole.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageRole.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageRole.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,WAAW,UAAW,gBAAgB,gBAElD,CAAC"}
1
+ {"version":3,"file":"MessageRole.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageRole.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,eAAO,MAAM,WAAW,UAAW,eAAe,UAAU,CAAC,gBAE5D,CAAC"}
@@ -1,7 +1,3 @@
1
- import type { ReactNode } from 'react';
2
- type MessageRolesProps = {
3
- children?: ReactNode;
4
- };
5
- export declare const MessageRoles: (props: MessageRolesProps) => JSX.Element;
6
- export {};
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const MessageRoles: (props: HTMLAttributes<HTMLDivElement>) => JSX.Element;
7
3
  //# sourceMappingURL=MessageRoles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageRoles.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageRoles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,iBAAiB,GAAG;IACvB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,iBAAiB,gBAEpD,CAAC"}
1
+ {"version":3,"file":"MessageRoles.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageRoles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,YAAY,UAAW,eAAe,cAAc,CAAC,gBAEjE,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- export declare const MessageSystemName: (props: React.AllHTMLAttributes<HTMLSpanElement>) => JSX.Element;
2
+ export declare const MessageSystemName: (props: React.HTMLAttributes<HTMLSpanElement>) => JSX.Element;
3
3
  //# sourceMappingURL=MessageSystemName.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageSystemName.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageSystem/MessageSystemName.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,iBAAiB,kEAE7B,CAAC"}
1
+ {"version":3,"file":"MessageSystemName.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageSystem/MessageSystemName.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,iBAAiB,+DAE7B,CAAC"}
@@ -5,7 +5,5 @@ export * from './MessageSystemBody';
5
5
  export * from './MessageSystemContainer';
6
6
  export * from './MessageSystemName';
7
7
  export * from './MessageSystemTimestamp';
8
- export declare const MessageSystemLeftContainer: (props: {
9
- children?: import("react").ReactNode;
10
- }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
8
+ export declare const MessageSystemLeftContainer: (props: import("react").HTMLAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
11
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageSystem/index.tsx"],"names":[],"mappings":";AAEA,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,eAAO,MAAM,0BAA0B;;4FAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageSystem/index.tsx"],"names":[],"mappings":";AAEA,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,eAAO,MAAM,0BAA0B,mJAAuB,CAAC"}
@@ -1,8 +1,3 @@
1
- import type { ReactNode } from 'react';
2
- type MessageTimestampProps = {
3
- children: ReactNode;
4
- title?: string;
5
- };
6
- export declare const MessageTimestamp: (props: MessageTimestampProps) => JSX.Element;
7
- export {};
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const MessageTimestamp: (props: HTMLAttributes<HTMLSpanElement>) => JSX.Element;
8
3
  //# sourceMappingURL=MessageTimestamp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageTimestamp.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageTimestamp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,qBAAqB,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAErE,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,gBAE5D,CAAC"}
1
+ {"version":3,"file":"MessageTimestamp.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageTimestamp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,gBAAgB,UAAW,eAAe,eAAe,CAAC,gBAEtE,CAAC"}
@@ -1,5 +1,3 @@
1
- import type { AllHTMLAttributes } from 'react';
2
- type MessageUsernameProps = AllHTMLAttributes<HTMLSpanElement>;
3
- export declare const MessageUsername: (props: MessageUsernameProps) => JSX.Element;
4
- export {};
1
+ import type { HTMLAttributes } from 'react';
2
+ export declare const MessageUsername: (props: HTMLAttributes<HTMLSpanElement>) => JSX.Element;
5
3
  //# sourceMappingURL=MessageUsername.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageUsername.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageUsername.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,KAAK,oBAAoB,GAAG,iBAAiB,CAAC,eAAe,CAAC,CAAC;AAE/D,eAAO,MAAM,eAAe,8CAK3B,CAAC"}
1
+ {"version":3,"file":"MessageUsername.d.ts","sourceRoot":"","sources":["../../../src/components/Message/MessageUsername.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,eAAe,UAAW,eAAe,eAAe,CAAC,gBAKrE,CAAC"}
@@ -1,10 +1,4 @@
1
- import type { ReactNode } from 'react';
2
- type ThreadMessageEmojiProps = {
3
- name: string;
4
- className?: string;
5
- image?: string;
6
- children?: ReactNode;
7
- };
8
- export declare const ThreadMessageEmoji: ({ name, className, image, children, }: ThreadMessageEmojiProps) => JSX.Element;
9
- export {};
1
+ import type { ComponentProps } from 'react';
2
+ import { MessageEmojiBase } from '../MessageEmojiBase';
3
+ export declare const ThreadMessageEmoji: ({ className, ...props }: ComponentProps<typeof MessageEmojiBase>) => JSX.Element;
10
4
  //# sourceMappingURL=ThreadMessageEmoji.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThreadMessageEmoji.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageEmoji.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,0CAK5B,uBAAuB,gBAOzB,CAAC"}
1
+ {"version":3,"file":"ThreadMessageEmoji.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/ThreadMessageEmoji.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,eAAO,MAAM,kBAAkB,4BAG5B,eAAe,uBAAuB,CAAC,gBAKzC,CAAC"}
@@ -8,9 +8,7 @@ import { ThreadMessageIconThread } from './ThreadMessageIconThread';
8
8
  import { ThreadMessageOrigin } from './ThreadMessageOrigin';
9
9
  import { ThreadMessageRow } from './ThreadMessageRow';
10
10
  import { ThreadMessageUnfollow } from './ThreadMessageUnfollow';
11
- declare const ThreadMessageLeftContainer: (props: {
12
- children?: import("react").ReactNode;
13
- }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
11
+ declare const ThreadMessageLeftContainer: (props: import("react").HTMLAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
14
12
  declare const _default: ((props: import("react").AllHTMLAttributes<HTMLDivElement> & {
15
13
  clickable?: boolean | undefined;
16
14
  sequential?: boolean | undefined;
@@ -24,9 +22,7 @@ declare const _default: ((props: import("react").AllHTMLAttributes<HTMLDivElemen
24
22
  Container: (props: {
25
23
  children?: import("react").ReactNode;
26
24
  }) => JSX.Element;
27
- LeftContainer: (props: {
28
- children?: import("react").ReactNode;
29
- }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
25
+ LeftContainer: (props: import("react").HTMLAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
30
26
  Origin: ({ children, system, }: {
31
27
  children?: import("react").ReactNode;
32
28
  system?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,QAAA,MAAM,0BAA0B;;4FAAuB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAExD,wBASG;AAEH,OAAO,EACL,aAAa,EACb,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,0BAA0B,GAC3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,QAAA,MAAM,0BAA0B,mJAAuB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAExD,wBASG;AAEH,OAAO,EACL,aAAa,EACb,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,0BAA0B,GAC3B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { Story } from '@storybook/react';
2
+ export declare const avatarUrl = "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAoACgDASIAAhEBAxEB/8QAGwAAAgIDAQAAAAAAAAAAAAAAAAcEBgIDBQj/xAAuEAACAQQAAwcEAQUAAAAAAAABAgMABAUREiExBhMUIkFRYQcWcYGhFTJSgpH/xAAYAQADAQEAAAAAAAAAAAAAAAACAwQBAP/EAB4RAAIBBQEBAQAAAAAAAAAAAAABAgMREiExE0HR/9oADAMBAAIRAxEAPwBuXuIkhBuMe5ib/AHQP49q4L3mLitryTLTSpOiHQI5k/HzXa/qbFOEudVTu1dumWvcTaNCZYZ7vU6g6LxqjOU/24dfs1Ouh9FnkMpd3Reeyx83hAxZZEhkdV9/MBrX71WGPvJcqrJBGveKATtuXXqNU0pu02bTHXD/AGvJAluyxxRd6F4x00o+NdKoVrjbzJdvVe1t5cVLc2ck8qjnohgpPtz2v7G6JtPQ2VJwjlcw+37mchpnK6GtIuv5NFWeTsLNPvxWTvpfjvOEfwKKzEVkSct2vscS/BIzSN0YRkeX81UpPqO8masJETu7OOccY4dswYFQeftv096XV5knuJGdm2T1+agvMXj8jEaHX905QihabvcbuS7X566mLWLwSY8PuRnk/u4eZ0deTl71Ef6hY+0yM88TzeNZY4luYwpVYyduOfrvhPTnr0pXSX9y5mCsyJMdyxxvwq599em+taItqCSNc90ChvZRUruUcT0JiO18Elpk7t8v41LWzacxkBSuvjQ/FFJayjDWrCTepAQ2vUH0oo/Jk3ovpwJJeVCP5CN+lFFaaMqy+nAyuChvrTI2kN9JAsi2ZOy4IBHMnkSCP+iqBexSWdxLazoUljJVlPUH2oorkV10pRc7b1zXb/hZOzuJvM86QWEXeELxOzHSIPcmiiiunVlF2RNTpRkrs//Z";
3
+ export declare const BasicMessageTemplate: Story;
4
+ //# sourceMappingURL=helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/Message/helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAS9C,eAAO,MAAM,SAAS,4nCACqmC,CAAC;AAE5nC,eAAO,MAAM,oBAAoB,EAAE,KAgClC,CAAC"}
@@ -164,19 +164,11 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
164
164
  maxHeight?: string | number | undefined;
165
165
  }) => JSX.Element;
166
166
  };
167
- Container: (props: {
168
- children?: import("react").ReactNode;
169
- }) => JSX.Element;
170
- ContainerFixed: (props: {
171
- children?: import("react").ReactNode;
172
- }) => JSX.Element;
173
- LeftContainer: (props: {
174
- children?: import("react").ReactNode;
175
- }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
176
- Header: ({ children }: {
177
- children?: import("react").ReactNode;
178
- }) => JSX.Element;
179
- Body: ({ clamp, className, ...props }: import("react").AllHTMLAttributes<HTMLDivElement> & {
167
+ Container: (props: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element;
168
+ ContainerFixed: (props: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element;
169
+ LeftContainer: (props: import("react").HTMLAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
170
+ Header: ({ children, ...props }: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element;
171
+ Body: ({ clamp, className, ...props }: import("react").HTMLAttributes<HTMLDivElement> & {
180
172
  clamp?: 2 | 3 | 4 | undefined;
181
173
  }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
182
174
  Block: ({ className: _className, fixedWidth, ...props }: {
@@ -188,19 +180,18 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
188
180
  withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
189
181
  htmlSize?: number | undefined;
190
182
  } & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
191
- Timestamp: (props: {
192
- children: import("react").ReactNode;
193
- title?: string | undefined;
194
- }) => JSX.Element;
195
- NameContainer: import("react").ForwardRefExoticComponent<import("react").AllHTMLAttributes<HTMLSpanElement> & import("react").RefAttributes<HTMLSpanElement>>;
196
- Name: (props: import("react").AllHTMLAttributes<HTMLSpanElement>) => JSX.Element;
197
- Username: (props: import("react").AllHTMLAttributes<HTMLSpanElement>) => JSX.Element;
198
- Roles: (props: {
199
- children?: import("react").ReactNode;
200
- }) => JSX.Element;
183
+ Timestamp: (props: import("react").HTMLAttributes<HTMLSpanElement>) => JSX.Element;
184
+ NameContainer: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & import("react").RefAttributes<HTMLSpanElement>>;
185
+ Name: (props: import("react").HTMLAttributes<HTMLSpanElement>) => JSX.Element;
186
+ Username: (props: import("react").HTMLAttributes<HTMLSpanElement>) => JSX.Element;
187
+ Roles: (props: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element;
201
188
  Role: (props: {
202
- children?: import("react").ReactNode;
203
- }) => JSX.Element;
189
+ medium?: boolean | undefined;
190
+ large?: boolean | undefined;
191
+ variant?: "warning" | "primary" | "secondary" | "danger" | "secondary-danger" | "featured" | undefined;
192
+ disabled?: boolean | undefined;
193
+ icon?: import("react").ReactNode;
194
+ } & Omit<import("react").AllHTMLAttributes<HTMLSpanElement | HTMLAnchorElement>, "is">) => JSX.Element;
204
195
  Divider: ({ children, unreadLabel, ...props }: {
205
196
  children?: import("react").ReactNode;
206
197
  unreadLabel?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAWtD,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEnC,wBAiBG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAWtD,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEnC,wBAiBG"}