stream-chat-react 14.0.1 → 14.1.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 (159) hide show
  1. package/dist/cjs/emojis.js +8 -8
  2. package/dist/cjs/emojis.js.map +1 -1
  3. package/dist/cjs/index.js +18361 -16460
  4. package/dist/cjs/index.js.map +1 -1
  5. package/dist/cjs/{WithAudioPlayback.ba05c770.js → useNotificationApi.fd802923.js} +1439 -1360
  6. package/dist/cjs/useNotificationApi.fd802923.js.map +1 -0
  7. package/dist/css/index.css +455 -489
  8. package/dist/css/index.css.map +1 -1
  9. package/dist/es/emojis.mjs +1 -1
  10. package/dist/es/index.mjs +18031 -16130
  11. package/dist/es/index.mjs.map +1 -1
  12. package/dist/es/{WithAudioPlayback.610fdf2c.mjs → useNotificationApi.e0c52de6.mjs} +1573 -1494
  13. package/dist/es/useNotificationApi.e0c52de6.mjs.map +1 -0
  14. package/dist/types/a11y/a11yUtils.d.ts +23 -0
  15. package/dist/types/a11y/a11yUtils.d.ts.map +1 -0
  16. package/dist/types/a11y/hooks/useAriaIdentifiers.d.ts +15 -0
  17. package/dist/types/a11y/hooks/useAriaIdentifiers.d.ts.map +1 -0
  18. package/dist/types/a11y/hooks/useResolvedModalAriaProps.d.ts +22 -0
  19. package/dist/types/a11y/hooks/useResolvedModalAriaProps.d.ts.map +1 -0
  20. package/dist/types/components/Accessibility/AriaLiveRegion.d.ts +3 -0
  21. package/dist/types/components/Accessibility/AriaLiveRegion.d.ts.map +1 -0
  22. package/dist/types/components/Accessibility/NotificationAnnouncer.d.ts +14 -0
  23. package/dist/types/components/Accessibility/NotificationAnnouncer.d.ts.map +1 -0
  24. package/dist/types/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts +9 -0
  25. package/dist/types/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts.map +1 -0
  26. package/dist/types/components/Accessibility/index.d.ts +5 -0
  27. package/dist/types/components/Accessibility/index.d.ts.map +1 -0
  28. package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts +9 -0
  29. package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts.map +1 -0
  30. package/dist/types/components/Attachment/Audio.d.ts.map +1 -1
  31. package/dist/types/components/Attachment/LinkPreview/CardAudio.d.ts.map +1 -1
  32. package/dist/types/components/Attachment/ModalGallery.d.ts.map +1 -1
  33. package/dist/types/components/Attachment/VoiceRecording.d.ts.map +1 -1
  34. package/dist/types/components/AudioPlayback/components/DurationDisplay.d.ts.map +1 -1
  35. package/dist/types/components/AudioPlayback/components/ProgressBar.d.ts +5 -1
  36. package/dist/types/components/AudioPlayback/components/ProgressBar.d.ts.map +1 -1
  37. package/dist/types/components/AudioPlayback/components/WaveProgressBar.d.ts +5 -1
  38. package/dist/types/components/AudioPlayback/components/WaveProgressBar.d.ts.map +1 -1
  39. package/dist/types/components/AudioPlayback/components/formatTime.d.ts +2 -0
  40. package/dist/types/components/AudioPlayback/components/formatTime.d.ts.map +1 -0
  41. package/dist/types/components/AudioPlayback/components/keyboardSeek.d.ts +12 -0
  42. package/dist/types/components/AudioPlayback/components/keyboardSeek.d.ts.map +1 -0
  43. package/dist/types/components/AudioPlayback/components/progressBarA11y.d.ts +10 -0
  44. package/dist/types/components/AudioPlayback/components/progressBarA11y.d.ts.map +1 -0
  45. package/dist/types/components/Avatar/Avatar.d.ts +1 -1
  46. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  47. package/dist/types/components/Button/PlayButton.d.ts.map +1 -1
  48. package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.d.ts.map +1 -1
  49. package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.defaults.d.ts.map +1 -1
  50. package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts.map +1 -1
  51. package/dist/types/components/Chat/Chat.d.ts.map +1 -1
  52. package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts +26 -0
  53. package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts.map +1 -0
  54. package/dist/types/components/ChatView/ChatView.d.ts +9 -0
  55. package/dist/types/components/ChatView/ChatView.d.ts.map +1 -1
  56. package/dist/types/components/Dialog/components/Alert.d.ts +3 -1
  57. package/dist/types/components/Dialog/components/Alert.d.ts.map +1 -1
  58. package/dist/types/components/Dialog/components/ContextMenu.d.ts +31 -6
  59. package/dist/types/components/Dialog/components/ContextMenu.d.ts.map +1 -1
  60. package/dist/types/components/Dialog/components/Prompt.d.ts +3 -1
  61. package/dist/types/components/Dialog/components/Prompt.d.ts.map +1 -1
  62. package/dist/types/components/Dialog/components/Viewer.d.ts +3 -1
  63. package/dist/types/components/Dialog/components/Viewer.d.ts.map +1 -1
  64. package/dist/types/components/Dialog/service/DialogAnchor.d.ts.map +1 -1
  65. package/dist/types/components/Form/Dropdown.d.ts.map +1 -1
  66. package/dist/types/components/Form/NumericInput.d.ts.map +1 -1
  67. package/dist/types/components/Form/SwitchField.d.ts +5 -2
  68. package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
  69. package/dist/types/components/Form/TextInput.d.ts.map +1 -1
  70. package/dist/types/components/Icons/BaseIcon.d.ts +4 -1
  71. package/dist/types/components/Icons/BaseIcon.d.ts.map +1 -1
  72. package/dist/types/components/Icons/createIcon.d.ts +6 -3
  73. package/dist/types/components/Icons/createIcon.d.ts.map +1 -1
  74. package/dist/types/components/Icons/icons.d.ts +81 -82
  75. package/dist/types/components/Icons/icons.d.ts.map +1 -1
  76. package/dist/types/components/InfiniteScrollPaginator/InfiniteScroll.d.ts.map +1 -1
  77. package/dist/types/components/Loading/LoadingIndicator.d.ts +2 -2
  78. package/dist/types/components/Loading/LoadingIndicator.d.ts.map +1 -1
  79. package/dist/types/components/Location/ShareLocationDialog.d.ts +1 -0
  80. package/dist/types/components/Location/ShareLocationDialog.d.ts.map +1 -1
  81. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecorderRecordingControls.d.ts.map +1 -1
  82. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingButtonWithNotification.d.ts.map +1 -1
  83. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts.map +1 -1
  84. package/dist/types/components/Message/Message.d.ts.map +1 -1
  85. package/dist/types/components/Message/MessageText.d.ts.map +1 -1
  86. package/dist/types/components/Message/MessageUI.d.ts.map +1 -1
  87. package/dist/types/components/Message/types.d.ts +4 -2
  88. package/dist/types/components/Message/types.d.ts.map +1 -1
  89. package/dist/types/components/MessageActions/DeleteMessageAlert.d.ts.map +1 -1
  90. package/dist/types/components/MessageActions/MessageActions.d.ts.map +1 -1
  91. package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
  92. package/dist/types/components/MessageBounce/MessageBouncePrompt.d.ts.map +1 -1
  93. package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentPreviewList.d.ts.map +1 -1
  94. package/dist/types/components/MessageComposer/AttachmentPreviewList/AudioAttachmentPreview.d.ts.map +1 -1
  95. package/dist/types/components/MessageComposer/AttachmentPreviewList/utils/AttachmentPreviewRoot.d.ts.map +1 -1
  96. package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts.map +1 -1
  97. package/dist/types/components/MessageComposer/CommandChip.d.ts.map +1 -1
  98. package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
  99. package/dist/types/components/MessageList/MessageList.d.ts.map +1 -1
  100. package/dist/types/components/MessageList/NewMessageNotification.d.ts.map +1 -1
  101. package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts +1 -2
  102. package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts.map +1 -1
  103. package/dist/types/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
  104. package/dist/types/components/MessageList/UnreadMessagesSeparator.d.ts.map +1 -1
  105. package/dist/types/components/MessageList/VirtualizedMessageList.d.ts +1 -1
  106. package/dist/types/components/MessageList/VirtualizedMessageList.d.ts.map +1 -1
  107. package/dist/types/components/MessageList/hooks/MessageList/useMessageListScrollManager.d.ts +1 -0
  108. package/dist/types/components/MessageList/hooks/MessageList/useMessageListScrollManager.d.ts.map +1 -1
  109. package/dist/types/components/MessageList/hooks/MessageList/useScrollLocationLogic.d.ts.map +1 -1
  110. package/dist/types/components/MessageList/hooks/useReducedMotionPreference.d.ts +2 -0
  111. package/dist/types/components/MessageList/hooks/useReducedMotionPreference.d.ts.map +1 -0
  112. package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts.map +1 -1
  113. package/dist/types/components/Modal/GlobalModal.d.ts +9 -1
  114. package/dist/types/components/Modal/GlobalModal.d.ts.map +1 -1
  115. package/dist/types/components/Notifications/Notification.d.ts.map +1 -1
  116. package/dist/types/components/Notifications/NotificationList.d.ts.map +1 -1
  117. package/dist/types/components/Poll/PollActions/AddCommentPrompt.d.ts.map +1 -1
  118. package/dist/types/components/Poll/PollActions/PollAnswerList.d.ts.map +1 -1
  119. package/dist/types/components/Poll/PollActions/PollOptionsFullList.d.ts.map +1 -1
  120. package/dist/types/components/Poll/PollActions/PollResults/PollResults.d.ts.map +1 -1
  121. package/dist/types/components/Poll/PollActions/SuggestPollOptionPrompt.d.ts.map +1 -1
  122. package/dist/types/components/Poll/PollCreationDialog/MultipleAnswersField.d.ts.map +1 -1
  123. package/dist/types/components/Poll/PollCreationDialog/NameField.d.ts.map +1 -1
  124. package/dist/types/components/Poll/PollCreationDialog/OptionFieldSet.d.ts.map +1 -1
  125. package/dist/types/components/Poll/PollCreationDialog/PollCreationDialog.d.ts.map +1 -1
  126. package/dist/types/components/Poll/PollOptionSelector.d.ts.map +1 -1
  127. package/dist/types/components/Reactions/MessageReactions.d.ts.map +1 -1
  128. package/dist/types/components/Reactions/MessageReactionsDetail.d.ts.map +1 -1
  129. package/dist/types/components/Reactions/ReactionSelector.d.ts.map +1 -1
  130. package/dist/types/components/Search/SearchBar/SearchBar.d.ts.map +1 -1
  131. package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts.map +1 -1
  132. package/dist/types/components/Search/SearchResults/SearchResultsHeader.d.ts.map +1 -1
  133. package/dist/types/components/SkipNavigation/SkipNavigation.d.ts +38 -0
  134. package/dist/types/components/SkipNavigation/SkipNavigation.d.ts.map +1 -0
  135. package/dist/types/components/SkipNavigation/index.d.ts +2 -0
  136. package/dist/types/components/SkipNavigation/index.d.ts.map +1 -0
  137. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
  138. package/dist/types/components/Threads/ThreadList/ThreadList.d.ts.map +1 -1
  139. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts.map +1 -1
  140. package/dist/types/components/TypingIndicator/TypingIndicatorHeader.d.ts.map +1 -1
  141. package/dist/types/components/TypingIndicator/utils/getTypingStatusMessage.d.ts +8 -0
  142. package/dist/types/components/TypingIndicator/utils/getTypingStatusMessage.d.ts.map +1 -0
  143. package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts +7 -0
  144. package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
  145. package/dist/types/components/VisuallyHidden/index.d.ts +2 -0
  146. package/dist/types/components/VisuallyHidden/index.d.ts.map +1 -0
  147. package/dist/types/components/index.d.ts +3 -0
  148. package/dist/types/components/index.d.ts.map +1 -1
  149. package/dist/types/context/ComponentContext.d.ts +10 -1
  150. package/dist/types/context/ComponentContext.d.ts.map +1 -1
  151. package/dist/types/context/ModalContext.d.ts +1 -0
  152. package/dist/types/context/ModalContext.d.ts.map +1 -1
  153. package/dist/types/context/index.d.ts +1 -0
  154. package/dist/types/context/index.d.ts.map +1 -1
  155. package/dist/types/i18n/Streami18n.d.ts +55 -2
  156. package/dist/types/i18n/Streami18n.d.ts.map +1 -1
  157. package/package.json +1 -1
  158. package/dist/cjs/WithAudioPlayback.ba05c770.js.map +0 -1
  159. package/dist/es/WithAudioPlayback.610fdf2c.mjs.map +0 -1
@@ -1,4 +1,5 @@
1
- import type { ComponentProps, PropsWithChildren, ReactNode } from 'react';
1
+ import type { ComponentProps, MouseEventHandler, PropsWithChildren, ReactNode } from 'react';
2
+ import React from 'react';
2
3
  export type SwitchFieldProps = Omit<PropsWithChildren<ComponentProps<'input'>>, 'children'> & {
3
4
  /** Main label content when title/description are not used */
4
5
  children?: ReactNode;
@@ -10,8 +11,10 @@ export type SwitchFieldProps = Omit<PropsWithChildren<ComponentProps<'input'>>,
10
11
  title?: string;
11
12
  };
12
13
  export declare const SwitchField: ({ children, description, fieldClassName, title, ...props }: SwitchFieldProps) => import("react/jsx-runtime").JSX.Element;
13
- export type SwitchProps = ComponentProps<'div'> & {
14
+ export type SwitchProps = Omit<ComponentProps<'input'>, 'type'> & {
14
15
  on?: boolean;
16
+ onSwitchClick?: MouseEventHandler<HTMLDivElement>;
17
+ switchRef?: React.RefObject<HTMLInputElement | null>;
15
18
  };
16
19
  export type SwitchFieldLabelProps = ComponentProps<'label'> & {
17
20
  /** Adds className str-chat__form__switch-field__label--as-error to the root */
@@ -1 +1 @@
1
- {"version":3,"file":"SwitchField.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/SwitchField.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,cAAc,EAEd,iBAAiB,EACjB,SAAS,EACV,MAAM,OAAO,CAAC;AAGf,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,iBAAiB,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,EAC1C,UAAU,CACX,GAAG;IACF,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,4CAA4C;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,WAAW,+DAMrB,gBAAgB,4CAuClB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAChD,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC;AAgBF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC5D,+EAA+E;IAC/E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,mEAO1B,qBAAqB,4CAsBvB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6CAK1B,qBAAqB,4CAOvB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAChE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,sBAAsB,mDAKhC,2BAA2B,4CAO7B,CAAC"}
1
+ {"version":3,"file":"SwitchField.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/SwitchField.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,cAAc,EAEd,iBAAiB,EACjB,iBAAiB,EACjB,SAAS,EACV,MAAM,OAAO,CAAC;AACf,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,iBAAiB,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,EAC1C,UAAU,CACX,GAAG;IACF,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,4CAA4C;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,WAAW,+DAMrB,gBAAgB,4CAyFlB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,GAAG;IAChE,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,aAAa,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAC;IAClD,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC;CACtD,CAAC;AAoBF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC5D,+EAA+E;IAC/E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,mEAO1B,qBAAqB,4CAsBvB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6CAK1B,qBAAqB,4CAOvB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAChE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,sBAAsB,mDAKhC,2BAA2B,4CAO7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/TextInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvD,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,OAAO,CAAC;AAEnD,wGAAwG;AACxG,MAAM,MAAM,8BAA8B,GAAG,SAAS,GAAG,QAAQ,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,WAAW,CAAC,GAAG;IACxE,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,8BAA8B,CAAC;IACvD,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iEAAiE;IACjE,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,yEAAyE;IACzE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uDAAuD;IACvD,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,yEAAyE;IACzE,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,oDAAoD;IACpD,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,sCAAsC;IACtC,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,oDAAoD;IACpD,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,gDAAgD;IAChD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2DAA2D;IAC3D,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC5B,CAAC;AA6FF,eAAO,MAAM,SAAS,sGAoHpB,CAAC"}
1
+ {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/TextInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvD,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,OAAO,CAAC;AAEnD,wGAAwG;AACxG,MAAM,MAAM,8BAA8B,GAAG,SAAS,GAAG,QAAQ,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,WAAW,CAAC,GAAG;IACxE,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,8BAA8B,CAAC;IACvD,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iEAAiE;IACjE,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,yEAAyE;IACzE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uDAAuD;IACvD,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,yEAAyE;IACzE,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,oDAAoD;IACpD,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,sCAAsC;IACtC,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,oDAAoD;IACpD,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,gDAAgD;IAChD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2DAA2D;IAC3D,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC5B,CAAC;AA6FF,eAAO,MAAM,SAAS,sGAsHpB,CAAC"}
@@ -1,3 +1,6 @@
1
1
  import { type ComponentProps } from 'react';
2
- export declare const BaseIcon: ({ className, ...props }: ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element;
2
+ export type BaseIconProps = ComponentProps<'svg'> & {
3
+ decorative?: boolean;
4
+ };
5
+ export declare const BaseIcon: ({ className, decorative, ...props }: BaseIconProps) => import("react/jsx-runtime").JSX.Element;
3
6
  //# sourceMappingURL=BaseIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BaseIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icons/BaseIcon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAGnD,eAAO,MAAM,QAAQ,4BAA6B,eAAe,KAAK,CAAC,4CAOtE,CAAC"}
1
+ {"version":3,"file":"BaseIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icons/BaseIcon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAGnD,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,QAAQ,wCAAgD,aAAa,4CAcjF,CAAC"}
@@ -1,6 +1,9 @@
1
- import { type ComponentProps, type ReactNode } from 'react';
2
- export declare function createIcon(name: string, content: ReactNode, defaultProps?: ComponentProps<'svg'> & Record<`data-${string}`, string>): {
3
- ({ className, ...props }: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;
1
+ import { type ReactNode } from 'react';
2
+ import { type BaseIconProps } from './BaseIcon';
3
+ type IconProps = BaseIconProps & Record<`data-${string}`, string>;
4
+ export declare function createIcon(name: string, content: ReactNode, defaultProps?: IconProps): {
5
+ ({ className, ...props }: BaseIconProps): import("react/jsx-runtime").JSX.Element;
4
6
  displayName: string;
5
7
  };
8
+ export {};
6
9
  //# sourceMappingURL=createIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icons/createIcon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAiBnE,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,SAAS,EAClB,YAAY,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,QAAQ,MAAM,EAAE,EAAE,MAAM,CAAC;8BAGhC,eAAe,KAAK,CAAC;;EAO7D"}
1
+ {"version":3,"file":"createIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icons/createIcon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAe1D,KAAK,SAAS,GAAG,aAAa,GAAG,MAAM,CAAC,QAAQ,MAAM,EAAE,EAAE,MAAM,CAAC,CAAC;AAElE,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,YAAY,CAAC,EAAE,SAAS;8BAE5C,aAAa;;EAOrD"}
@@ -1,326 +1,325 @@
1
- import React from 'react';
2
1
  export declare const IconLeave: {
3
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
2
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
4
3
  displayName: string;
5
4
  };
6
5
  export declare const IconArrowDown: {
7
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
6
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
8
7
  displayName: string;
9
8
  };
10
9
  export declare const IconArrowDownCircle: {
11
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
10
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
12
11
  displayName: string;
13
12
  };
14
13
  export declare const IconArrowLeft: {
15
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
14
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
16
15
  displayName: string;
17
16
  };
18
17
  export declare const IconArrowUpRight: {
19
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
18
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
20
19
  displayName: string;
21
20
  };
22
21
  export declare const IconRetry: {
23
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
22
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
24
23
  displayName: string;
25
24
  };
26
25
  export declare const IconRefresh: {
27
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
26
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
28
27
  displayName: string;
29
28
  };
30
29
  export declare const IconReply: {
31
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
30
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
32
31
  displayName: string;
33
32
  };
34
33
  export declare const IconArrowUp: {
35
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
34
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
36
35
  displayName: string;
37
36
  };
38
37
  export declare const IconBell: {
39
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
38
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
40
39
  displayName: string;
41
40
  };
42
41
  export declare const IconBellOff: {
43
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
42
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
44
43
  displayName: string;
45
44
  };
46
45
  export declare const IconBookmark: {
47
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
46
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
48
47
  displayName: string;
49
48
  };
50
49
  export declare const IconBookmarkRemove: {
51
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
50
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
52
51
  displayName: string;
53
52
  };
54
53
  export declare const IconMessageBubbles: {
55
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
54
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
56
55
  displayName: string;
57
56
  };
58
57
  export declare const IconMessageBubble: {
59
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
58
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
60
59
  displayName: string;
61
60
  };
62
61
  export declare const IconMessageBubbleFill: {
63
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
62
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
64
63
  displayName: string;
65
64
  };
66
65
  export declare const IconThread: {
67
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
66
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
68
67
  displayName: string;
69
68
  };
70
69
  export declare const IconThreadFill: {
71
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
70
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
72
71
  displayName: string;
73
72
  };
74
73
  export declare const IconNotification: {
75
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
74
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
76
75
  displayName: string;
77
76
  };
78
77
  export declare const IconCamera: {
79
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
78
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
80
79
  displayName: string;
81
80
  };
82
81
  export declare const IconLink: {
83
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
82
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
84
83
  displayName: string;
85
84
  };
86
85
  export declare const IconPoll: {
87
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
86
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
88
87
  displayName: string;
89
88
  };
90
89
  export declare const IconCheckmark1Small: {
91
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
90
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
92
91
  displayName: string;
93
92
  };
94
93
  export declare const IconCheckmark: {
95
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
94
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
96
95
  displayName: string;
97
96
  };
98
97
  export declare const IconChevronDown: {
99
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
98
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
100
99
  displayName: string;
101
100
  };
102
101
  export declare const IconChevronLeft: {
103
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
102
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
104
103
  displayName: string;
105
104
  };
106
105
  export declare const IconChevronRight: {
107
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
106
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
108
107
  displayName: string;
109
108
  };
110
109
  export declare const IconNoSign: {
111
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
110
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
112
111
  displayName: string;
113
112
  };
114
113
  export declare const IconMinusCircle: {
115
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
114
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
116
115
  displayName: string;
117
116
  };
118
117
  export declare const IconMinus: {
119
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
118
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
120
119
  displayName: string;
121
120
  };
122
121
  export declare const IconXCircle: {
123
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
122
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
124
123
  displayName: string;
125
124
  };
126
125
  export declare const IconClock: {
127
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
126
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
128
127
  displayName: string;
129
128
  };
130
129
  export declare const IconQuote: {
131
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
130
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
132
131
  displayName: string;
133
132
  };
134
133
  export declare const IconXmark: {
135
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
134
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
136
135
  displayName: string;
137
136
  };
138
137
  export declare const IconXmarkSmall: {
139
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
138
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
140
139
  displayName: string;
141
140
  };
142
141
  export declare const IconMore: {
143
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
142
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
144
143
  displayName: string;
145
144
  };
146
145
  export declare const IconReorder: {
147
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
146
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
148
147
  displayName: string;
149
148
  };
150
149
  export declare const IconChecks: {
151
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
150
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
152
151
  displayName: string;
153
152
  };
154
153
  export declare const IconDownload: {
155
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
154
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
156
155
  displayName: string;
157
156
  };
158
157
  export declare const IconEdit: {
159
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
158
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
160
159
  displayName: string;
161
160
  };
162
161
  export declare const IconEmoji: {
163
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
162
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
164
163
  displayName: string;
165
164
  };
166
165
  export declare const IconEmojiAdd: {
167
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
166
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
168
167
  displayName: string;
169
168
  };
170
169
  export declare const IconExclamationMarkFill: {
171
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
170
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
172
171
  displayName: string;
173
172
  };
174
173
  export declare const IconExclamationCircleFill: {
175
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
174
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
176
175
  displayName: string;
177
176
  };
178
177
  export declare const IconExclamationMark: {
179
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
178
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
180
179
  displayName: string;
181
180
  };
182
181
  export declare const IconExclamationTriangleFill: {
183
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
182
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
184
183
  displayName: string;
185
184
  };
186
185
  export declare const IconEyeFill: {
187
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
186
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
188
187
  displayName: string;
189
188
  };
190
189
  export declare const IconUnsupportedAttachment: {
191
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
190
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
192
191
  displayName: string;
193
192
  };
194
193
  export declare const IconUpload: {
195
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
194
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
196
195
  displayName: string;
197
196
  };
198
197
  export declare const IconFile: {
199
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
198
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
200
199
  displayName: string;
201
200
  };
202
201
  export declare const IconFlag: {
203
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
202
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
204
203
  displayName: string;
205
204
  };
206
205
  export declare const IconImage: {
207
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
206
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
208
207
  displayName: string;
209
208
  };
210
209
  export declare const IconSearch: {
211
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
210
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
212
211
  displayName: string;
213
212
  };
214
213
  export declare const IconLocation: {
215
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
214
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
216
215
  displayName: string;
217
216
  };
218
217
  export declare const IconVoice: {
219
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
218
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
220
219
  displayName: string;
221
220
  };
222
221
  export declare const IconMicrophoneSolid: {
223
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
222
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
224
223
  displayName: string;
225
224
  };
226
225
  export declare const IconMute: {
227
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
226
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
228
227
  displayName: string;
229
228
  };
230
229
  export declare const IconSend: {
231
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
230
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
232
231
  displayName: string;
233
232
  };
234
233
  export declare const IconAttachment: {
235
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
234
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
236
235
  displayName: string;
237
236
  };
238
237
  export declare const IconPauseFill: {
239
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
238
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
240
239
  displayName: string;
241
240
  };
242
241
  export declare const IconUser: {
243
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
242
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
244
243
  displayName: string;
245
244
  };
246
245
  export declare const IconUserAdd: {
247
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
246
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
248
247
  displayName: string;
249
248
  };
250
249
  export declare const IconUserCheck: {
251
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
250
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
252
251
  displayName: string;
253
252
  };
254
253
  export declare const IconUserRemove: {
255
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
254
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
256
255
  displayName: string;
257
256
  };
258
257
  export declare const IconPin: {
259
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
258
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
260
259
  displayName: string;
261
260
  };
262
261
  export declare const IconPlayFill: {
263
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
262
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
264
263
  displayName: string;
265
264
  };
266
265
  export declare const IconPlus: {
267
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
266
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
268
267
  displayName: string;
269
268
  };
270
269
  export declare const IconPlusSmall: {
271
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
270
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
272
271
  displayName: string;
273
272
  };
274
273
  export declare const IconCommand: {
275
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
274
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
276
275
  displayName: string;
277
276
  };
278
277
  export declare const IconCopy: {
279
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
278
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
280
279
  displayName: string;
281
280
  };
282
281
  export declare const IconBolt: {
283
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
282
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
284
283
  displayName: string;
285
284
  };
286
285
  export declare const IconTranslate: {
287
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
286
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
288
287
  displayName: string;
289
288
  };
290
289
  export declare const IconDelete: {
291
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
290
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
292
291
  displayName: string;
293
292
  };
294
293
  export declare const IconTrophy: {
295
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
294
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
296
295
  displayName: string;
297
296
  };
298
297
  export declare const IconUnpin: {
299
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
298
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
300
299
  displayName: string;
301
300
  };
302
301
  export declare const IconVideo: {
303
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
302
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
304
303
  displayName: string;
305
304
  };
306
305
  export declare const IconVideoFill: {
307
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
306
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
308
307
  displayName: string;
309
308
  };
310
309
  export declare const IconAudio: {
311
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
310
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
312
311
  displayName: string;
313
312
  };
314
313
  export declare const IconArchive: {
315
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
314
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
316
315
  displayName: string;
317
316
  };
318
317
  export declare const IconLoading: {
319
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
318
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
320
319
  displayName: string;
321
320
  };
322
321
  export declare const IconGiphy: {
323
- ({ className, ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
322
+ ({ className, ...props }: import("./BaseIcon").BaseIconProps): import("react/jsx-runtime").JSX.Element;
324
323
  displayName: string;
325
324
  };
326
325
  //# sourceMappingURL=icons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/components/Icons/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,SAAS;;;CAUrB,CAAC;AAEF,eAAO,MAAM,aAAa;;;CAUzB,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;CAU/B,CAAC;AAEF,eAAO,MAAM,aAAa;;;CAWzB,CAAC;AAGF,eAAO,MAAM,gBAAgB;;;CAW5B,CAAC;AAGF,eAAO,MAAM,SAAS;;;CAUrB,CAAC;AAGF,eAAO,MAAM,WAAW;;;CAUvB,CAAC;AAGF,eAAO,MAAM,SAAS;;;CAWrB,CAAC;AAEF,eAAO,MAAM,WAAW;;;CAUvB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAEF,eAAO,MAAM,WAAW;;;CAUvB,CAAC;AAEF,eAAO,MAAM,YAAY;;;CAUxB,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;CAU9B,CAAC;AAGF,eAAO,MAAM,kBAAkB;;;CAU9B,CAAC;AAGF,eAAO,MAAM,iBAAiB;;;CAU7B,CAAC;AAGF,eAAO,MAAM,qBAAqB;;;CAGjC,CAAC;AAGF,eAAO,MAAM,UAAU;;;CAUtB,CAAC;AAGF,eAAO,MAAM,cAAc;;;CAG1B,CAAC;AAGF,eAAO,MAAM,gBAAgB;;;CAU5B,CAAC;AAGF,eAAO,MAAM,UAAU;;;CAoBtB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;CAU/B,CAAC;AAGF,eAAO,MAAM,aAAa;;;CAUzB,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAU3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAW3B,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;CAW5B,CAAC;AAGF,eAAO,MAAM,UAAU;;;CAUtB,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAU3B,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAMrB,CAAC;AAGF,eAAO,MAAM,WAAW;;;CAUvB,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAUrB,CAAC;AAGF,eAAO,MAAM,SAAS;;;CAUrB,CAAC;AAGF,eAAO,MAAM,SAAS;;;CAUrB,CAAC;AAGF,eAAO,MAAM,cAAc;;;CAU1B,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAOpB,CAAC;AAGF,eAAO,MAAM,WAAW;;;CAGvB,CAAC;AAGF,eAAO,MAAM,UAAU;;;CAUtB,CAAC;AAEF,eAAO,MAAM,YAAY;;;CAMxB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAGF,eAAO,MAAM,SAAS;;;CAQrB,CAAC;AAEF,eAAO,MAAM,YAAY;;;CAwBxB,CAAC;AAGF,eAAO,MAAM,uBAAuB;;;CAMnC,CAAC;AAGF,eAAO,MAAM,yBAAyB;;;CAGrC,CAAC;AAGF,eAAO,MAAM,mBAAmB;;;CAO/B,CAAC;AAGF,eAAO,MAAM,2BAA2B;;;CAGvC,CAAC;AAGF,eAAO,MAAM,WAAW;;;CAGvB,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;CAMrC,CAAC;AAGF,eAAO,MAAM,UAAU;;;CAUtB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAUrB,CAAC;AAGF,eAAO,MAAM,UAAU;;;CAWtB,CAAC;AAGF,eAAO,MAAM,YAAY;;;CAoBxB,CAAC;AAGF,eAAO,MAAM,SAAS;;;CAUrB,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;CAM/B,CAAC;AAEF,eAAO,MAAM,QAAQ;;;CAWpB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAWpB,CAAC;AAGF,eAAO,MAAM,cAAc;;;CAU1B,CAAC;AAGF,eAAO,MAAM,aAAa;;;CAGzB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAGF,eAAO,MAAM,WAAW;;;CAmBvB,CAAC;AAGF,eAAO,MAAM,aAAa;;;CAmBzB,CAAC;AAGF,eAAO,MAAM,cAAc;;;CAmB1B,CAAC;AAEF,eAAO,MAAM,OAAO;;;CAUnB,CAAC;AAGF,eAAO,MAAM,YAAY;;;CAGxB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAEF,eAAO,MAAM,aAAa;;;CAUzB,CAAC;AAGF,eAAO,MAAM,WAAW;;;CAUvB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAUpB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;CAGpB,CAAC;AAEF,eAAO,MAAM,aAAa;;;CAUzB,CAAC;AAGF,eAAO,MAAM,UAAU;;;CAUtB,CAAC;AAEF,eAAO,MAAM,UAAU;;;CAUtB,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAUrB,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAoBrB,CAAC;AAGF,eAAO,MAAM,aAAa;;;CAazB,CAAC;AAGF,eAAO,MAAM,SAAS;;;CAWrB,CAAC;AAEF,eAAO,MAAM,WAAW;;;CAUvB,CAAC;AAGF,eAAO,MAAM,WAAW;;;CAkBvB,CAAC;AAEF,eAAO,MAAM,SAAS;;;CA0BrB,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/components/Icons/icons.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"InfiniteScroll.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteScrollPaginator/InfiniteScroll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAaxD,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAC5B,mHAAmH;IACnH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACpF,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,UAAW,kBAAkB,mBAAmB,CAAC,4CAqG3E,CAAC"}
1
+ {"version":3,"file":"InfiniteScroll.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteScrollPaginator/InfiniteScroll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAaxD,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAC5B,mHAAmH;IACnH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACpF,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,UAAW,kBAAkB,mBAAmB,CAAC,4CA8G3E,CAAC"}
@@ -1,5 +1,5 @@
1
- import React, { type ComponentProps } from 'react';
1
+ import { type ComponentProps } from 'react';
2
2
  import { IconLoading } from '../Icons';
3
3
  export type LoadingIndicatorProps = ComponentProps<typeof IconLoading>;
4
- export declare const LoadingIndicator: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const LoadingIndicator: (props: LoadingIndicatorProps) => import("react/jsx-runtime").JSX.Element;
5
5
  //# sourceMappingURL=LoadingIndicator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/Loading/LoadingIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC;AAEvE,eAAO,MAAM,gBAAgB,mFAE5B,CAAC"}
1
+ {"version":3,"file":"LoadingIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/Loading/LoadingIndicator.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC;AAEvE,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,4CAE5D,CAAC"}
@@ -14,6 +14,7 @@ export type ShareLocationDialogProps = {
14
14
  export declare const ShareLocationDialog: ({ close, GeolocationMap, shareDurations, }: ShareLocationDialogProps) => import("react/jsx-runtime").JSX.Element;
15
15
  export type DurationDropdownItemsProps = {
16
16
  durations: number[];
17
+ selectedDuration?: number;
17
18
  selectDuration: (duration: number) => void;
18
19
  };
19
20
  //# sourceMappingURL=ShareLocationDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShareLocationDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Location/ShareLocationDialog.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,KAAK,aAAa,EAKnB,MAAM,OAAO,CAAC;AAYf,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAY1C,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG;IACvD,eAAe,EAAE,OAAO,CAAC;IACzB,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;CACrD,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,cAAc,CAAC,EAAE,aAAa,CAAC,wBAAwB,CAAC,CAAC;IACzD,qBAAqB,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;CACnE,CAAC;AAqBF,eAAO,MAAM,mBAAmB,+CAI7B,wBAAwB,4CAuN1B,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C,CAAC"}
1
+ {"version":3,"file":"ShareLocationDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Location/ShareLocationDialog.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,KAAK,aAAa,EAKnB,MAAM,OAAO,CAAC;AAYf,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAY1C,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG;IACvD,eAAe,EAAE,OAAO,CAAC;IACzB,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;CACrD,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,cAAc,CAAC,EAAE,aAAa,CAAC,wBAAwB,CAAC,CAAC;IACzD,qBAAqB,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;CACnE,CAAC;AAqBF,eAAO,MAAM,mBAAmB,+CAI7B,wBAAwB,4CA8N1B,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AudioRecorderRecordingControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/MediaRecorder/AudioRecorder/AudioRecorderRecordingControls.tsx"],"names":[],"mappings":"AA8BA,eAAO,MAAM,8BAA8B,sDAqD1C,CAAC"}
1
+ {"version":3,"file":"AudioRecorderRecordingControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/MediaRecorder/AudioRecorder/AudioRecorderRecordingControls.tsx"],"names":[],"mappings":"AAgCA,eAAO,MAAM,8BAA8B,sDAuD1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AudioRecordingButtonWithNotification.d.ts","sourceRoot":"","sources":["../../../../../src/components/MediaRecorder/AudioRecorder/AudioRecordingButtonWithNotification.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA6B,MAAM,OAAO,CAAC;AASlD,eAAO,MAAM,oCAAoC,+CA+ChD,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE5E,eAAO,MAAM,gCAAgC,kLAmB3C,CAAC"}
1
+ {"version":3,"file":"AudioRecordingButtonWithNotification.d.ts","sourceRoot":"","sources":["../../../../../src/components/MediaRecorder/AudioRecorder/AudioRecordingButtonWithNotification.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAalD,eAAO,MAAM,oCAAoC,+CA+ChD,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE5E,eAAO,MAAM,gCAAgC,kLAqB3C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AudioRecordingPlayback.d.ts","sourceRoot":"","sources":["../../../../../src/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.tsx"],"names":[],"mappings":"AAeA,MAAM,MAAM,yBAAyB,GAAG;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,sDAKhC,yBAAyB,wDAwD3B,CAAC"}
1
+ {"version":3,"file":"AudioRecordingPlayback.d.ts","sourceRoot":"","sources":["../../../../../src/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.tsx"],"names":[],"mappings":"AAgBA,MAAM,MAAM,yBAAyB,GAAG;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,sDAKhC,yBAAyB,wDA4D3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AA2J5C;;;GAGG;AACH,eAAO,MAAM,OAAO,UAAW,YAAY,4CAmF1C,CAAC"}
1
+ {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AA+J5C;;;GAGG;AACH,eAAO,MAAM,OAAO,UAAW,YAAY,4CAmF1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageText.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageText.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAIzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,gBAAgB,GAAG;IAE7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB,GAAG,IAAI,CAAC,mBAAmB,EAAE,YAAY,CAAC,CAAC;AA8D5C,eAAO,MAAM,WAAW,UA5DuB,gBAAgB,mDA8DrB,CAAC"}
1
+ {"version":3,"file":"MessageText.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageText.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAIzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,gBAAgB,GAAG;IAE7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB,GAAG,IAAI,CAAC,mBAAmB,EAAE,YAAY,CAAC,CAAC;AA4E5C,eAAO,MAAM,WAAW,UA1EuB,gBAAgB,mDA4ErB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MessageUI.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageUI.tsx"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAiOvD;;GAEG;AACH,eAAO,MAAM,SAAS,UAAW,uBAAuB,4CAIvD,CAAC"}
1
+ {"version":3,"file":"MessageUI.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/MessageUI.tsx"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAiPvD;;GAEG;AACH,eAAO,MAAM,SAAS,UAAW,uBAAuB,4CAIvD,CAAC"}
@@ -35,8 +35,10 @@ export type MessageProps = {
35
35
  lastOwnMessage?: LocalMessage;
36
36
  /** Latest message id on current channel */
37
37
  lastReceivedId?: string | null;
38
- /** UI component to display a Message in MessageList, overrides value in [ComponentContext](https://getstream.io/chat/docs/sdk/react/contexts/component_context/#message) */
39
- Message?: ComponentContextValue['Message'];
38
+ /** UI component to display a Message in MessageList, overrides value in [ComponentContext](https://getstream.io/chat/docs/sdk/react/contexts/component_context/#message)
39
+ * @deprecated use `ComponentContext` (`WithComponents`) component override instead (`MessageUI` slot)
40
+ */
41
+ Message?: ComponentContextValue['MessageUI'];
40
42
  /** Array of allowed message actions (ex: ['edit', 'delete', 'flag', 'mute', 'pin', 'quote', 'react', 'reply']). To disable all actions, provide an empty array. */
41
43
  messageActions?: MessageActionsArray;
42
44
  /** DOMRect object for parent MessageList component */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/types.ts"],"names":[],"mappings":"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"}