stream-chat-react 14.0.1 → 14.2.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 (180) 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 +18599 -16466
  4. package/dist/cjs/index.js.map +1 -1
  5. package/dist/cjs/{WithAudioPlayback.ba05c770.js → useNotificationApi.f2c7704d.js} +1442 -1363
  6. package/dist/cjs/useNotificationApi.f2c7704d.js.map +1 -0
  7. package/dist/css/index.css +614 -557
  8. package/dist/css/index.css.map +1 -1
  9. package/dist/es/emojis.mjs +1 -1
  10. package/dist/es/index.mjs +18216 -16083
  11. package/dist/es/index.mjs.map +1 -1
  12. package/dist/es/{WithAudioPlayback.610fdf2c.mjs → useNotificationApi.f91ae46b.mjs} +1576 -1497
  13. package/dist/es/useNotificationApi.f91ae46b.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/BaseImage/BaseImage.d.ts.map +1 -1
  48. package/dist/types/components/Button/PlayButton.d.ts.map +1 -1
  49. package/dist/types/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
  50. package/dist/types/components/ChannelListItem/ChannelListItem.d.ts +2 -0
  51. package/dist/types/components/ChannelListItem/ChannelListItem.d.ts.map +1 -1
  52. package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.d.ts.map +1 -1
  53. package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.defaults.d.ts.map +1 -1
  54. package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts.map +1 -1
  55. package/dist/types/components/Chat/Chat.d.ts.map +1 -1
  56. package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts +26 -0
  57. package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts.map +1 -0
  58. package/dist/types/components/ChatView/ChatView.d.ts +9 -0
  59. package/dist/types/components/ChatView/ChatView.d.ts.map +1 -1
  60. package/dist/types/components/Dialog/components/Alert.d.ts +3 -1
  61. package/dist/types/components/Dialog/components/Alert.d.ts.map +1 -1
  62. package/dist/types/components/Dialog/components/ContextMenu.d.ts +31 -6
  63. package/dist/types/components/Dialog/components/ContextMenu.d.ts.map +1 -1
  64. package/dist/types/components/Dialog/components/Prompt.d.ts +3 -1
  65. package/dist/types/components/Dialog/components/Prompt.d.ts.map +1 -1
  66. package/dist/types/components/Dialog/components/Viewer.d.ts +3 -1
  67. package/dist/types/components/Dialog/components/Viewer.d.ts.map +1 -1
  68. package/dist/types/components/Dialog/service/DialogAnchor.d.ts.map +1 -1
  69. package/dist/types/components/Form/Dropdown.d.ts +2 -1
  70. package/dist/types/components/Form/Dropdown.d.ts.map +1 -1
  71. package/dist/types/components/Form/NumericInput.d.ts.map +1 -1
  72. package/dist/types/components/Form/SwitchField.d.ts +5 -2
  73. package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
  74. package/dist/types/components/Form/TextInput.d.ts.map +1 -1
  75. package/dist/types/components/Icons/BaseIcon.d.ts +4 -1
  76. package/dist/types/components/Icons/BaseIcon.d.ts.map +1 -1
  77. package/dist/types/components/Icons/createIcon.d.ts +6 -3
  78. package/dist/types/components/Icons/createIcon.d.ts.map +1 -1
  79. package/dist/types/components/Icons/icons.d.ts +81 -82
  80. package/dist/types/components/Icons/icons.d.ts.map +1 -1
  81. package/dist/types/components/InfiniteScrollPaginator/InfiniteScroll.d.ts.map +1 -1
  82. package/dist/types/components/Loading/LoadingIndicator.d.ts +2 -2
  83. package/dist/types/components/Loading/LoadingIndicator.d.ts.map +1 -1
  84. package/dist/types/components/Location/ShareLocationDialog.d.ts +1 -0
  85. package/dist/types/components/Location/ShareLocationDialog.d.ts.map +1 -1
  86. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecorderRecordingControls.d.ts.map +1 -1
  87. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingButtonWithNotification.d.ts.map +1 -1
  88. package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts.map +1 -1
  89. package/dist/types/components/Message/Message.d.ts.map +1 -1
  90. package/dist/types/components/Message/MessageText.d.ts.map +1 -1
  91. package/dist/types/components/Message/MessageUI.d.ts.map +1 -1
  92. package/dist/types/components/Message/types.d.ts +4 -2
  93. package/dist/types/components/Message/types.d.ts.map +1 -1
  94. package/dist/types/components/MessageActions/DeleteMessageAlert.d.ts.map +1 -1
  95. package/dist/types/components/MessageActions/MessageActions.d.ts.map +1 -1
  96. package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
  97. package/dist/types/components/MessageBounce/MessageBouncePrompt.d.ts.map +1 -1
  98. package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentPreviewList.d.ts.map +1 -1
  99. package/dist/types/components/MessageComposer/AttachmentPreviewList/AudioAttachmentPreview.d.ts.map +1 -1
  100. package/dist/types/components/MessageComposer/AttachmentPreviewList/utils/AttachmentPreviewRoot.d.ts.map +1 -1
  101. package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts.map +1 -1
  102. package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts +2 -1
  103. package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts.map +1 -1
  104. package/dist/types/components/MessageComposer/CommandChip.d.ts.map +1 -1
  105. package/dist/types/components/MessageComposer/EditedMessagePreview.d.ts.map +1 -1
  106. package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts +4 -2
  107. package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
  108. package/dist/types/components/MessageComposer/WithDragAndDropUpload.d.ts.map +1 -1
  109. package/dist/types/components/MessageComposer/hooks/index.d.ts +1 -0
  110. package/dist/types/components/MessageComposer/hooks/index.d.ts.map +1 -1
  111. package/dist/types/components/MessageComposer/hooks/useMessageComposerCommands.d.ts +9 -0
  112. package/dist/types/components/MessageComposer/hooks/useMessageComposerCommands.d.ts.map +1 -0
  113. package/dist/types/components/MessageList/MessageList.d.ts.map +1 -1
  114. package/dist/types/components/MessageList/NewMessageNotification.d.ts.map +1 -1
  115. package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts +1 -2
  116. package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts.map +1 -1
  117. package/dist/types/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
  118. package/dist/types/components/MessageList/UnreadMessagesSeparator.d.ts.map +1 -1
  119. package/dist/types/components/MessageList/VirtualizedMessageList.d.ts +1 -1
  120. package/dist/types/components/MessageList/VirtualizedMessageList.d.ts.map +1 -1
  121. package/dist/types/components/MessageList/hooks/MessageList/useMessageListScrollManager.d.ts +1 -0
  122. package/dist/types/components/MessageList/hooks/MessageList/useMessageListScrollManager.d.ts.map +1 -1
  123. package/dist/types/components/MessageList/hooks/MessageList/useScrollLocationLogic.d.ts.map +1 -1
  124. package/dist/types/components/MessageList/hooks/useReducedMotionPreference.d.ts +2 -0
  125. package/dist/types/components/MessageList/hooks/useReducedMotionPreference.d.ts.map +1 -0
  126. package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts.map +1 -1
  127. package/dist/types/components/Modal/GlobalModal.d.ts +9 -1
  128. package/dist/types/components/Modal/GlobalModal.d.ts.map +1 -1
  129. package/dist/types/components/Notifications/Notification.d.ts.map +1 -1
  130. package/dist/types/components/Notifications/NotificationList.d.ts.map +1 -1
  131. package/dist/types/components/Poll/PollActions/AddCommentPrompt.d.ts.map +1 -1
  132. package/dist/types/components/Poll/PollActions/PollAnswerList.d.ts.map +1 -1
  133. package/dist/types/components/Poll/PollActions/PollOptionsFullList.d.ts.map +1 -1
  134. package/dist/types/components/Poll/PollActions/PollResults/PollResults.d.ts.map +1 -1
  135. package/dist/types/components/Poll/PollActions/SuggestPollOptionPrompt.d.ts.map +1 -1
  136. package/dist/types/components/Poll/PollCreationDialog/MultipleAnswersField.d.ts.map +1 -1
  137. package/dist/types/components/Poll/PollCreationDialog/NameField.d.ts.map +1 -1
  138. package/dist/types/components/Poll/PollCreationDialog/OptionFieldSet.d.ts.map +1 -1
  139. package/dist/types/components/Poll/PollCreationDialog/PollCreationDialog.d.ts.map +1 -1
  140. package/dist/types/components/Poll/PollOptionSelector.d.ts.map +1 -1
  141. package/dist/types/components/Reactions/MessageReactions.d.ts.map +1 -1
  142. package/dist/types/components/Reactions/MessageReactionsDetail.d.ts.map +1 -1
  143. package/dist/types/components/Reactions/ReactionSelector.d.ts.map +1 -1
  144. package/dist/types/components/Search/SearchBar/SearchBar.d.ts.map +1 -1
  145. package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts.map +1 -1
  146. package/dist/types/components/Search/SearchResults/SearchResultsHeader.d.ts.map +1 -1
  147. package/dist/types/components/SkipNavigation/SkipNavigation.d.ts +38 -0
  148. package/dist/types/components/SkipNavigation/SkipNavigation.d.ts.map +1 -0
  149. package/dist/types/components/SkipNavigation/index.d.ts +2 -0
  150. package/dist/types/components/SkipNavigation/index.d.ts.map +1 -0
  151. package/dist/types/components/TextareaComposer/SuggestionList/CommandItem.d.ts +1 -0
  152. package/dist/types/components/TextareaComposer/SuggestionList/CommandItem.d.ts.map +1 -1
  153. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
  154. package/dist/types/components/TextareaComposer/TextareaComposer.d.ts +1 -0
  155. package/dist/types/components/TextareaComposer/TextareaComposer.d.ts.map +1 -1
  156. package/dist/types/components/Threads/ThreadList/ThreadList.d.ts.map +1 -1
  157. package/dist/types/components/TypingIndicator/TypingIndicator.d.ts.map +1 -1
  158. package/dist/types/components/TypingIndicator/TypingIndicatorHeader.d.ts.map +1 -1
  159. package/dist/types/components/TypingIndicator/utils/getTypingStatusMessage.d.ts +8 -0
  160. package/dist/types/components/TypingIndicator/utils/getTypingStatusMessage.d.ts.map +1 -0
  161. package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts +7 -0
  162. package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
  163. package/dist/types/components/VisuallyHidden/index.d.ts +2 -0
  164. package/dist/types/components/VisuallyHidden/index.d.ts.map +1 -0
  165. package/dist/types/components/index.d.ts +3 -0
  166. package/dist/types/components/index.d.ts.map +1 -1
  167. package/dist/types/context/ComponentContext.d.ts +10 -1
  168. package/dist/types/context/ComponentContext.d.ts.map +1 -1
  169. package/dist/types/context/ModalContext.d.ts +1 -0
  170. package/dist/types/context/ModalContext.d.ts.map +1 -1
  171. package/dist/types/context/index.d.ts +1 -0
  172. package/dist/types/context/index.d.ts.map +1 -1
  173. package/dist/types/i18n/Streami18n.d.ts +61 -2
  174. package/dist/types/i18n/Streami18n.d.ts.map +1 -1
  175. package/dist/types/i18n/TranslationBuilder/notifications/translators.d.ts +1 -0
  176. package/dist/types/i18n/TranslationBuilder/notifications/translators.d.ts.map +1 -1
  177. package/dist/types/i18n/TranslationBuilder/notifications/translatorsByNotificationType.d.ts.map +1 -1
  178. package/package.json +9 -5
  179. package/dist/cjs/WithAudioPlayback.ba05c770.js.map +0 -1
  180. package/dist/es/WithAudioPlayback.610fdf2c.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Viewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Viewer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AASxD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AA2CF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,KAAK,yBAAyB,GAAG,iBAAiB,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AA0BH,eAAO,MAAM,MAAM;oCAxC0B,eAAe;sCAQb,iBAAiB;8CAQT,yBAAyB;2DAcZ,WAAW;6DAVT,WAAW;gEA3D9E,iBAAiB;8CApBmC,eAAe,KAAK,CAAC;CA2G3E,CAAC"}
1
+ {"version":3,"file":"Viewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Viewer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAWxD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAkEF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,KAAK,yBAAyB,GAAG,iBAAiB,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AA0BH,eAAO,MAAM,MAAM;oCAxC0B,eAAe;sCAQb,iBAAiB;8CAQT,yBAAyB;2DAcZ,WAAW;6DAVT,WAAW;wFAhF9E,iBAAiB;8CAxBmC,eAAe,KAAK,CAAC;CAoI3E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DialogAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogAnchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,OAAO,EAAE,KAAK,SAAS,EAAsB,MAAM,6BAA6B,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,mBAAmB,CAAC;IAC/B,gBAAgB,EAAE,WAAW,GAAG,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,EAAE,EACrD,SAAS,EACT,MAAM,EACN,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,6BAAqC,GACtC,EAAE,mBAAmB;;;;EA+ErB;AAED,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,GAAG;IAChF;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE1B,eAAO,MAAM,YAAY,gOAiBtB,iBAAiB,mDAwGnB,CAAC"}
1
+ {"version":3,"file":"DialogAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogAnchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,OAAO,EAAE,KAAK,SAAS,EAAsB,MAAM,6BAA6B,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,mBAAmB,CAAC;IAC/B,gBAAgB,EAAE,WAAW,GAAG,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,EAAE,EACrD,SAAS,EACT,MAAM,EACN,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,6BAAqC,GACtC,EAAE,mBAAmB;;;;EA+ErB;AAED,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,GAAG;IAChF;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE1B,eAAO,MAAM,YAAY,gOAiBtB,iBAAiB,mDAyHnB,CAAC"}
@@ -10,6 +10,7 @@ export type DropdownTriggerProps = Pick<ComponentProps<'button'>, 'aria-expanded
10
10
  };
11
11
  export type DropdownProps = PropsWithChildren<{
12
12
  className?: string;
13
+ matchReferenceWidth?: boolean;
13
14
  onClose?: () => void;
14
15
  onOpen?: () => void;
15
16
  placement?: PopperLikePlacement;
@@ -17,6 +18,6 @@ export type DropdownProps = PropsWithChildren<{
17
18
  triggerProps?: Omit<DropdownTriggerProps, 'aria-expanded' | 'onClick' | 'referenceRef'>;
18
19
  referenceElement?: HTMLElement | null;
19
20
  }>;
20
- export declare const Dropdown: ({ children, className, onClose, onOpen, placement, referenceElement, TriggerComponent, triggerProps, }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
21
+ export declare const Dropdown: ({ children, className, matchReferenceWidth, onClose, onOpen, placement, referenceElement, TriggerComponent, triggerProps, }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
21
22
  export {};
22
23
  //# sourceMappingURL=Dropdown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAC;AAGf,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,oCAAoC,CAAC;AAE5C,KAAK,oBAAoB,GAAG;IAC1B,KAAK,IAAI,IAAI,CAAC;CACf,CAAC;AAeF,eAAO,MAAM,kBAAkB,4BAA0C,CAAC;AAE1E,MAAM,MAAM,oBAAoB,GAAG,IAAI,CACrC,cAAc,CAAC,QAAQ,CAAC,EACxB,eAAe,GAAG,SAAS,CAC5B,GAAG;IACF,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,YAAY,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,iBAAiB,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAChC,gBAAgB,CAAC,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,eAAe,GAAG,SAAS,GAAG,cAAc,CAAC,CAAC;IACxF,gBAAgB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACvC,CAAC,CAAC;AAEH,eAAO,MAAM,QAAQ,2GASlB,aAAa,4CA6Gf,CAAC"}
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAC;AAIf,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,oCAAoC,CAAC;AAU5C,KAAK,oBAAoB,GAAG;IAC1B,KAAK,IAAI,IAAI,CAAC;CACf,CAAC;AAeF,eAAO,MAAM,kBAAkB,4BAA0C,CAAC;AAE1E,MAAM,MAAM,oBAAoB,GAAG,IAAI,CACrC,cAAc,CAAC,QAAQ,CAAC,EACxB,eAAe,GAAG,SAAS,CAC5B,GAAG;IACF,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,YAAY,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,iBAAiB,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAChC,gBAAgB,CAAC,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,eAAe,GAAG,SAAS,GAAG,cAAc,CAAC,CAAC;IACxF,gBAAgB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACvC,CAAC,CAAC;AAEH,eAAO,MAAM,QAAQ,gIAUlB,aAAa,4CAmJf,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/NumericInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkC,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAiB,MAAM,OAAO,CAAC;AAKxE,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAClC,cAAc,CAAC,OAAO,CAAC,EACvB,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAC5C,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACrD,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8BAA8B;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAYF,eAAO,MAAM,YAAY,yGA+HxB,CAAC"}
1
+ {"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/NumericInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkC,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAiB,MAAM,OAAO,CAAC;AAMxE,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAClC,cAAc,CAAC,OAAO,CAAC,EACvB,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAC5C,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACrD,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8BAA8B;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAYF,eAAO,MAAM,YAAY,yGAoIxB,CAAC"}
@@ -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":"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"}
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"}