stream-chat-react 14.0.0-beta.4 → 14.0.0-beta.5

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 (54) hide show
  1. package/dist/cjs/{WithAudioPlayback.236d404c.js → WithAudioPlayback.0c10cb67.js} +58 -90
  2. package/dist/cjs/WithAudioPlayback.0c10cb67.js.map +1 -0
  3. package/dist/cjs/emojis.js +1 -1
  4. package/dist/cjs/index.js +109 -138
  5. package/dist/cjs/index.js.map +1 -1
  6. package/dist/css/index.css +72 -53
  7. package/dist/css/index.css.map +1 -1
  8. package/dist/es/{WithAudioPlayback.89700cb5.mjs → WithAudioPlayback.e7821fd4.mjs} +149 -181
  9. package/dist/es/WithAudioPlayback.e7821fd4.mjs.map +1 -0
  10. package/dist/es/emojis.mjs +1 -1
  11. package/dist/es/index.mjs +169 -198
  12. package/dist/es/index.mjs.map +1 -1
  13. package/dist/types/components/ChannelHeader/ChannelHeader.d.ts +1 -1
  14. package/dist/types/components/ChannelHeader/ChannelHeader.d.ts.map +1 -1
  15. package/dist/types/components/Dialog/service/DialogPortal.d.ts.map +1 -1
  16. package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
  17. package/dist/types/components/Icons/icons.d.ts +6 -38
  18. package/dist/types/components/Icons/icons.d.ts.map +1 -1
  19. package/dist/types/components/Icons/index.d.ts +0 -1
  20. package/dist/types/components/Icons/index.d.ts.map +1 -1
  21. package/dist/types/components/Message/Message.d.ts.map +1 -1
  22. package/dist/types/components/Message/hooks/useUserRole.d.ts.map +1 -1
  23. package/dist/types/components/Message/types.d.ts +1 -5
  24. package/dist/types/components/Message/types.d.ts.map +1 -1
  25. package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
  26. package/dist/types/components/MessageComposer/MessageComposerUI.d.ts.map +1 -1
  27. package/dist/types/components/MessageComposer/hooks/useSubmitHandler.d.ts.map +1 -1
  28. package/dist/types/components/MessageComposer/preEditSnapshot.d.ts +16 -0
  29. package/dist/types/components/MessageComposer/preEditSnapshot.d.ts.map +1 -0
  30. package/dist/types/components/MessageList/MessageList.d.ts +1 -1
  31. package/dist/types/components/MessageList/MessageList.d.ts.map +1 -1
  32. package/dist/types/components/MessageList/VirtualizedMessageList.d.ts +1 -1
  33. package/dist/types/components/MessageList/VirtualizedMessageList.d.ts.map +1 -1
  34. package/dist/types/components/MessageList/VirtualizedMessageListComponents.d.ts.map +1 -1
  35. package/dist/types/components/Reactions/MessageReactions.d.ts +4 -16
  36. package/dist/types/components/Reactions/MessageReactions.d.ts.map +1 -1
  37. package/dist/types/components/Reactions/MessageReactionsDetail.d.ts +4 -4
  38. package/dist/types/components/Reactions/MessageReactionsDetail.d.ts.map +1 -1
  39. package/dist/types/components/Reactions/hooks/useProcessReactions.d.ts +4 -2
  40. package/dist/types/components/Reactions/hooks/useProcessReactions.d.ts.map +1 -1
  41. package/dist/types/components/Reactions/types.d.ts +0 -1
  42. package/dist/types/components/Reactions/types.d.ts.map +1 -1
  43. package/dist/types/components/SummarizedMessagePreview/SummarizedMessagePreview.d.ts.map +1 -1
  44. package/dist/types/components/SummarizedMessagePreview/hooks/useLatestMessagePreview.d.ts.map +1 -1
  45. package/dist/types/components/Thread/ThreadHeader.d.ts +1 -1
  46. package/dist/types/components/Thread/ThreadHeader.d.ts.map +1 -1
  47. package/dist/types/context/MessageBounceContext.d.ts.map +1 -1
  48. package/dist/types/context/MessageContext.d.ts +1 -5
  49. package/dist/types/context/MessageContext.d.ts.map +1 -1
  50. package/package.json +1 -1
  51. package/dist/cjs/WithAudioPlayback.236d404c.js.map +0 -1
  52. package/dist/es/WithAudioPlayback.89700cb5.mjs.map +0 -1
  53. package/dist/types/components/Icons/IconGiphy.d.ts +0 -3
  54. package/dist/types/components/Icons/IconGiphy.d.ts.map +0 -1
@@ -1123,8 +1123,17 @@ const IconLeave = createIcon(
1123
1123
  );
1124
1124
  const IconArrowDown = createIcon(
1125
1125
  "IconArrowDown",
1126
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7.39973 2.5C7.39973 2.16863 7.66895 1.90039 8.00032 1.90039C8.33154 1.90057 8.59993 2.16874 8.59993 2.5V12.0518L11.7425 8.90918C11.9768 8.67487 12.3568 8.67487 12.5911 8.90918C12.8253 9.14351 12.8254 9.52355 12.5911 9.75781L8.42415 13.9238C8.3117 14.0363 8.15933 14.0995 8.00032 14.0996C7.84119 14.0996 7.68804 14.0363 7.57552 13.9238L3.4095 9.75781C3.17519 9.5235 3.17519 9.14349 3.4095 8.90918C3.64377 8.67508 4.02288 8.67508 4.25716 8.90918L7.39973 12.0518V2.5Z" }),
1127
- { viewBox: "0 0 16 16" }
1126
+ /* @__PURE__ */ jsxRuntime.jsx(
1127
+ "path",
1128
+ {
1129
+ d: "M10 3.125V16.875M10 16.875L4.375 11.25M10 16.875L15.625 11.25",
1130
+ fill: "none",
1131
+ stroke: "currentColor",
1132
+ strokeLinecap: "round",
1133
+ strokeLinejoin: "round",
1134
+ strokeWidth: "1.5"
1135
+ }
1136
+ )
1128
1137
  );
1129
1138
  const IconArrowDownCircle = createIcon(
1130
1139
  "IconArrowDownCircle",
@@ -1154,11 +1163,6 @@ const IconArrowLeft = createIcon(
1154
1163
  }
1155
1164
  )
1156
1165
  );
1157
- const IconArrowRight = createIcon(
1158
- "IconArrowRight",
1159
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8.90918 3.4095C9.14349 3.17519 9.5235 3.17519 9.75781 3.4095L13.9238 7.57552C14.0363 7.68804 14.0996 7.84119 14.0996 8.00032C14.0995 8.15933 14.0363 8.3117 13.9238 8.42415L9.75781 12.5911C9.52355 12.8254 9.14351 12.8253 8.90918 12.5911C8.67487 12.3568 8.67487 11.9768 8.90918 11.7425L12.0518 8.59993H2.5C2.16874 8.59993 1.90057 8.33154 1.90039 8.00032C1.90039 7.66895 2.16863 7.39973 2.5 7.39973H12.0518L8.90918 4.25716C8.67508 4.02288 8.67508 3.64377 8.90918 3.4095Z" }),
1160
- { viewBox: "0 0 16 16" }
1161
- );
1162
1166
  const IconArrowUpRight = createIcon(
1163
1167
  "IconArrowUpRight",
1164
1168
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -1317,17 +1321,12 @@ const IconMessageBubbleFill = createIcon(
1317
1321
  "IconMessageBubbleFill",
1318
1322
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M18.125 10.0001C18.1253 11.4028 17.7624 12.7818 17.0717 14.0027C16.381 15.2236 15.3859 16.2449 14.1834 16.9671C12.9808 17.6894 11.6118 18.088 10.2095 18.1242C8.80719 18.1603 7.41942 17.8328 6.18125 17.1735L3.52109 18.0602C3.30085 18.1337 3.0645 18.1444 2.83854 18.091C2.61257 18.0377 2.40593 17.9225 2.24176 17.7583C2.07759 17.5942 1.96239 17.3875 1.90906 17.1615C1.85573 16.9356 1.86639 16.6992 1.93984 16.479L2.82656 13.8188C2.24699 12.7292 1.92328 11.5218 1.88 10.2883C1.83672 9.0549 2.075 7.8278 2.57677 6.70019C3.07854 5.57258 3.8306 4.57411 4.77587 3.78055C5.72114 2.98699 6.83478 2.41921 8.03224 2.1203C9.22971 1.82139 10.4795 1.79922 11.6868 2.05545C12.8942 2.31169 14.0272 2.8396 15.0001 3.59912C15.9729 4.35865 16.7599 5.32981 17.3014 6.43891C17.8428 7.548 18.1245 8.76588 18.125 10.0001Z" })
1319
1323
  );
1320
- const IconBubble3ChatMessage = createIcon(
1321
- "IconBubble3ChatMessage",
1322
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M13.5667 8.00031C13.5667 4.92603 11.0745 2.4331 8.00031 2.43292C4.92592 2.43292 2.43292 4.92592 2.43292 8.00031C2.43297 8.84133 2.61967 9.63756 2.95245 10.3509C3.07245 10.6082 3.11534 10.9117 3.0423 11.2122L2.50323 13.4319C2.49184 13.4799 2.53435 13.5227 2.58234 13.512L4.89679 12.9925C5.18423 12.9279 5.4722 12.9685 5.71906 13.0794C6.4143 13.3921 7.18646 13.5667 8.00031 13.5667C11.0744 13.5665 13.5665 11.0744 13.5667 8.00031ZM14.7669 8.00031C14.7667 11.7372 11.7372 14.7667 8.00031 14.7669C7.01349 14.7669 6.07389 14.5551 5.22687 14.1741C5.19459 14.1597 5.17067 14.1609 5.15948 14.1634L2.84601 14.6829C1.92949 14.889 1.11544 14.0605 1.33722 13.1478L1.87628 10.928C1.87907 10.9163 1.88025 10.8913 1.86456 10.8577C1.45928 9.9889 1.23375 9.02014 1.2337 8.00031C1.2337 4.26318 4.26318 1.2337 8.00031 1.2337C11.7373 1.23388 14.7669 4.26329 14.7669 8.00031Z" }),
1323
- { viewBox: "0 0 16 16" }
1324
- );
1325
1324
  const IconThread = createIcon(
1326
1325
  "IconThread",
1327
1326
  /* @__PURE__ */ jsxRuntime.jsx(
1328
1327
  "path",
1329
1328
  {
1330
- d: "M7.49978 8.75022H12.4998M7.49978 11.2502H12.4998M6.24431 16.4932C7.81972 17.405 9.67297 17.7127 11.4585 17.359C13.2441 17.0053 14.84 16.0143 15.9489 14.5708C17.0578 13.1273 17.6038 11.3298 17.4852 9.51341C17.3667 7.69704 16.5916 5.98577 15.3045 4.69866C14.0174 3.41156 12.3061 2.63646 10.4897 2.51789C8.67333 2.39932 6.87582 2.94537 5.43231 4.05422C3.9888 5.16308 2.99781 6.75906 2.64412 8.54461C2.29042 10.3302 2.59815 12.1834 3.50993 13.7588L2.53259 16.6768C2.49586 16.7869 2.49053 16.9051 2.5172 17.0181C2.54386 17.131 2.60146 17.2344 2.68355 17.3165C2.76563 17.3985 2.86895 17.4561 2.98194 17.4828C3.09492 17.5095 3.21309 17.5041 3.32321 17.4674L6.24431 16.4932Z",
1329
+ d: "M7.5 8.75H12.8125M7.5 11.25H12.8125M10.3125 16.875H3.75C3.58424 16.875 3.42527 16.8092 3.30806 16.6919C3.19085 16.5747 3.125 16.4158 3.125 16.25V9.6875C3.125 7.78126 3.88225 5.95309 5.23017 4.60517C6.57809 3.25725 8.40626 2.5 10.3125 2.5C11.2564 2.5 12.191 2.68591 13.063 3.04712C13.9351 3.40832 14.7274 3.93775 15.3948 4.60517C16.0623 5.27259 16.5917 6.06493 16.9529 6.93696C17.3141 7.80899 17.5 8.74362 17.5 9.6875C17.5 10.6314 17.3141 11.566 16.9529 12.438C16.5917 13.3101 16.0623 14.1024 15.3948 14.7698C14.7274 15.4373 13.9351 15.9667 13.063 16.3279C12.191 16.6891 11.2564 16.875 10.3125 16.875Z",
1331
1330
  fill: "none",
1332
1331
  stroke: "currentColor",
1333
1332
  strokeLinecap: "round",
@@ -1336,11 +1335,6 @@ const IconThread = createIcon(
1336
1335
  }
1337
1336
  )
1338
1337
  );
1339
- const IconBubbleText6SolidChatMessage = createIcon(
1340
- "IconBubbleText6SolidChatMessage",
1341
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1.33337 5.83333C1.33337 3.71624 3.04961 2 5.16671 2H10.8334C12.9504 2 14.6667 3.71624 14.6667 5.83333V10.1667C14.6667 12.2837 12.9504 14 10.8334 14H1.83337C1.55723 14 1.33337 13.7761 1.33337 13.5V5.83333ZM5.83337 6C5.55723 6 5.33337 6.22386 5.33337 6.5C5.33337 6.77613 5.55723 7 5.83337 7H10.1667C10.4428 7 10.6667 6.77613 10.6667 6.5C10.6667 6.22386 10.4428 6 10.1667 6H5.83337ZM5.83337 9C5.55723 9 5.33337 9.22387 5.33337 9.5C5.33337 9.77613 5.55723 10 5.83337 10H8.16671C8.44284 10 8.66671 9.77613 8.66671 9.5C8.66671 9.22387 8.44284 9 8.16671 9H5.83337Z" }),
1342
- { viewBox: "0 0 16 16" }
1343
- );
1344
1338
  const IconThreadFill = createIcon(
1345
1339
  "IconThreadFill",
1346
1340
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10.3125 1.875C8.24119 1.87727 6.25538 2.70111 4.79074 4.16574C3.32611 5.63038 2.50227 7.61619 2.5 9.6875V16.25C2.5 16.5815 2.6317 16.8995 2.86612 17.1339C3.10054 17.3683 3.41848 17.5 3.75 17.5H10.3125C12.3845 17.5 14.3716 16.6769 15.8368 15.2118C17.3019 13.7466 18.125 11.7595 18.125 9.6875C18.125 7.6155 17.3019 5.62836 15.8368 4.16323C14.3716 2.6981 12.3845 1.875 10.3125 1.875ZM12.8125 11.875H7.5C7.33424 11.875 7.17527 11.8092 7.05806 11.6919C6.94085 11.5747 6.875 11.4158 6.875 11.25C6.875 11.0842 6.94085 10.9253 7.05806 10.8081C7.17527 10.6908 7.33424 10.625 7.5 10.625H12.8125C12.9783 10.625 13.1372 10.6908 13.2544 10.8081C13.3717 10.9253 13.4375 11.0842 13.4375 11.25C13.4375 11.4158 13.3717 11.5747 13.2544 11.6919C13.1372 11.8092 12.9783 11.875 12.8125 11.875ZM12.8125 9.375H7.5C7.33424 9.375 7.17527 9.30915 7.05806 9.19194C6.94085 9.07473 6.875 8.91576 6.875 8.75C6.875 8.58424 6.94085 8.42527 7.05806 8.30806C7.17527 8.19085 7.33424 8.125 7.5 8.125H12.8125C12.9783 8.125 13.1372 8.19085 13.2544 8.30806C13.3717 8.42527 13.4375 8.58424 13.4375 8.75C13.4375 8.91576 13.3717 9.07473 13.2544 9.19194C13.1372 9.30915 12.9783 9.375 12.8125 9.375Z" })
@@ -1498,14 +1492,6 @@ const IconNoSign = createIcon(
1498
1492
  }
1499
1493
  )
1500
1494
  );
1501
- const IconInfo = createIcon(
1502
- "IconInfo",
1503
- /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
1504
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16.75 10C16.75 6.27208 13.7279 3.25 10 3.25C6.27208 3.25 3.25 6.27208 3.25 10C3.25 13.7279 6.27208 16.75 10 16.75C13.7279 16.75 16.75 13.7279 16.75 10ZM18.25 10C18.25 14.5563 14.5563 18.25 10 18.25C5.44365 18.25 1.75 14.5563 1.75 10C1.75 5.44365 5.44365 1.75 10 1.75C14.5563 1.75 18.25 5.44365 18.25 10Z" }),
1505
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10.75 13.0107C11.1047 13.0703 11.375 13.3784 11.375 13.75C11.375 14.1642 11.0392 14.5 10.625 14.5C10.2603 14.5 9.91021 14.3555 9.65234 14.0977C9.39448 13.8398 9.25 13.4897 9.25 13.125V10.1133C8.89539 10.0537 8.625 9.74655 8.625 9.375C8.625 8.96079 8.96079 8.625 9.375 8.625C9.69403 8.625 10.0014 8.73611 10.2461 8.93652L10.3477 9.02734L10.4385 9.12891C10.6389 9.37356 10.75 9.68097 10.75 10V13.0107Z" }),
1506
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9.6875 7.5C10.2053 7.5 10.625 7.08027 10.625 6.5625C10.625 6.04473 10.2053 5.625 9.6875 5.625C9.16973 5.625 8.75 6.04473 8.75 6.5625C8.75 7.08027 9.16973 7.5 9.6875 7.5Z" })
1507
- ] })
1508
- );
1509
1495
  const IconMinusCircle = createIcon(
1510
1496
  "IconMinusCircle",
1511
1497
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -1724,8 +1710,8 @@ const IconImage = createIcon(
1724
1710
  }
1725
1711
  )
1726
1712
  );
1727
- const IconLayoutAlignLeft = createIcon(
1728
- "IconLayoutAlignLeft",
1713
+ const IconSidebar = createIcon(
1714
+ "IconSidebar",
1729
1715
  /* @__PURE__ */ jsxRuntime.jsx(
1730
1716
  "path",
1731
1717
  {
@@ -1738,14 +1724,6 @@ const IconLayoutAlignLeft = createIcon(
1738
1724
  }
1739
1725
  )
1740
1726
  );
1741
- const IconLightBulbSimple = createIcon(
1742
- "IconLightBulbSimple",
1743
- /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
1744
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12.2328 6.66736C12.2328 4.32904 10.3378 2.43302 7.99945 2.43298C5.66113 2.43298 3.76508 4.32901 3.76508 6.66736C3.76509 8.03465 4.4128 9.25078 5.42035 10.0258C5.44202 10.0425 5.46556 10.0594 5.48871 10.0765C6.00058 10.4543 6.43207 11.0657 6.43207 11.8119V12.6664C6.43232 13.5319 7.13392 14.2338 7.99945 14.2338C8.86496 14.2337 9.56658 13.5318 9.56683 12.6664V11.8119C9.56683 11.0657 9.99831 10.4543 10.5102 10.0765C10.5335 10.0593 10.556 10.0424 10.5776 10.0258L10.7631 9.87537C11.6644 9.09822 12.2328 7.94919 12.2328 6.66736ZM13.433 6.66736C13.433 8.42299 12.6002 9.98457 11.31 10.9769C11.2807 10.9995 11.2513 11.0205 11.2231 11.0414C10.9238 11.2623 10.767 11.55 10.767 11.8119V12.6664C10.7668 14.1946 9.5277 15.4329 7.99945 15.433C6.47116 15.433 5.23213 14.1946 5.23187 12.6664V11.8119C5.23187 11.5827 5.11171 11.3346 4.88129 11.1283L4.77582 11.0424L4.6889 10.9769C3.39867 9.98457 2.56587 8.42301 2.56586 6.66736C2.56586 3.66628 4.99838 1.23376 7.99945 1.23376C11.0005 1.2338 13.433 3.6663 13.433 6.66736Z" }),
1745
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10.1669 11.2338C10.4982 11.2338 10.7665 11.502 10.7665 11.8334C10.7665 12.1647 10.4982 12.433 10.1669 12.433H5.83193C5.50056 12.433 5.23232 12.1647 5.23232 11.8334C5.23232 11.502 5.50056 11.2338 5.83193 11.2338H10.1669Z" })
1746
- ] }),
1747
- { viewBox: "0 0 16 16" }
1748
- );
1749
1727
  const IconSearch = createIcon(
1750
1728
  "IconSearch",
1751
1729
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -1801,38 +1779,6 @@ const IconVoice = createIcon(
1801
1779
  }
1802
1780
  )
1803
1781
  );
1804
- const IconVoiceFill = createIcon(
1805
- "IconVoiceFill",
1806
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6.25 10V5C6.25 4.00544 6.64509 3.05161 7.34835 2.34835C8.05161 1.64509 9.00544 1.25 10 1.25C10.9946 1.25 11.9484 1.64509 12.6517 2.34835C13.3549 3.05161 13.75 4.00544 13.75 5V10C13.75 10.9946 13.3549 11.9484 12.6517 12.6517C11.9484 13.3549 10.9946 13.75 10 13.75C9.00544 13.75 8.05161 13.3549 7.34835 12.6517C6.64509 11.9484 6.25 10.9946 6.25 10ZM16.25 10C16.25 9.83424 16.1842 9.67527 16.0669 9.55806C15.9497 9.44085 15.7908 9.375 15.625 9.375C15.4592 9.375 15.3003 9.44085 15.1831 9.55806C15.0658 9.67527 15 9.83424 15 10C15 11.3261 14.4732 12.5979 13.5355 13.5355C12.5979 14.4732 11.3261 15 10 15C8.67392 15 7.40215 14.4732 6.46447 13.5355C5.52678 12.5979 5 11.3261 5 10C5 9.83424 4.93415 9.67527 4.81694 9.55806C4.69973 9.44085 4.54076 9.375 4.375 9.375C4.20924 9.375 4.05027 9.44085 3.93306 9.55806C3.81585 9.67527 3.75 9.83424 3.75 10C3.7519 11.5489 4.32806 13.042 5.36707 14.1907C6.40607 15.3393 7.8341 16.062 9.375 16.2188V18.75C9.375 18.9158 9.44085 19.0747 9.55806 19.1919C9.67527 19.3092 9.83424 19.375 10 19.375C10.1658 19.375 10.3247 19.3092 10.4419 19.1919C10.5592 19.0747 10.625 18.9158 10.625 18.75V16.2188C12.1659 16.062 13.5939 15.3393 14.6329 14.1907C15.6719 13.042 16.2481 11.5489 16.25 10Z" })
1807
- );
1808
- const IconMinus = createIcon(
1809
- "IconMinus",
1810
- /* @__PURE__ */ jsxRuntime.jsx(
1811
- "path",
1812
- {
1813
- d: "M3.125 10H16.875",
1814
- fill: "none",
1815
- stroke: "currentColor",
1816
- strokeLinecap: "round",
1817
- strokeLinejoin: "round",
1818
- strokeWidth: "1.5"
1819
- }
1820
- )
1821
- );
1822
- const IconMinusSmall = createIcon(
1823
- "IconMinusSmall",
1824
- /* @__PURE__ */ jsxRuntime.jsx(
1825
- "path",
1826
- {
1827
- d: "M3.125 10H16.875",
1828
- fill: "none",
1829
- stroke: "currentColor",
1830
- strokeLinecap: "round",
1831
- strokeLinejoin: "round",
1832
- strokeWidth: "1.5"
1833
- }
1834
- )
1835
- );
1836
1782
  const IconMute = createIcon(
1837
1783
  "IconMute",
1838
1784
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -2004,11 +1950,6 @@ const IconCommand = createIcon(
2004
1950
  }
2005
1951
  )
2006
1952
  );
2007
- const IconSettingsGear2 = createIcon(
2008
- "IconSettingsGear2",
2009
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M13.5667 8.00031C13.5667 7.81566 13.4743 7.64281 13.3206 7.54034L12.7503 7.16046C12.0815 6.71442 11.7583 5.90079 11.9388 5.11749L12.0472 4.64777C12.092 4.45315 12.034 4.24906 11.8929 4.10773C11.7515 3.96629 11.5467 3.90753 11.3519 3.95245L10.8831 4.06085C10.0996 4.24168 9.28525 3.91849 8.8392 3.24933L8.45932 2.67902C8.35689 2.52558 8.18474 2.43303 8.00034 2.43292C7.81575 2.43292 7.64286 2.5254 7.54037 2.67902L7.16049 3.24933C6.7145 3.91832 5.90097 4.24146 5.11752 4.06085L4.6478 3.95245C4.45304 3.90767 4.24908 3.9664 4.10776 4.10773C3.96643 4.24905 3.9077 4.45301 3.95248 4.64777L4.06088 5.11749C4.24149 5.90094 3.91835 6.71447 3.24936 7.16046L2.67905 7.54034C2.52543 7.64282 2.43295 7.81572 2.43295 8.00031C2.43306 8.18471 2.52561 8.35686 2.67905 8.45929L3.24936 8.83917C3.91852 9.28522 4.24171 10.0995 4.06088 10.8831L3.95248 11.3519C3.90756 11.5467 3.96632 11.7514 4.10776 11.8929C4.24909 12.034 4.45317 12.092 4.6478 12.0472L5.11752 11.9388C5.90082 11.7583 6.71445 12.0814 7.16049 12.7503L7.54037 13.3206C7.64284 13.4743 7.81569 13.5667 8.00034 13.5667C8.18484 13.5666 8.35691 13.4742 8.45932 13.3206L8.8392 12.7503C9.2574 12.123 9.99909 11.8004 10.7357 11.9114L10.8831 11.9388L11.3519 12.0472C11.5467 12.0922 11.7505 12.0334 11.8919 11.8919C12.0334 11.7504 12.0922 11.5467 12.0472 11.3519L11.9388 10.8831C11.7581 10.0996 12.0812 9.28525 12.7503 8.83917L13.3206 8.45929C13.4742 8.35688 13.5666 8.18481 13.5667 8.00031ZM9.23373 8.00031C9.23373 7.31925 8.68135 6.76708 8.00034 6.76691C7.31917 6.76691 6.76694 7.31914 6.76694 8.00031C6.76711 8.68132 7.31928 9.2337 8.00034 9.2337C8.68124 9.23353 9.23356 8.68121 9.23373 8.00031ZM10.433 8.00031C10.4328 9.34395 9.34398 10.4327 8.00034 10.4329C6.65654 10.4329 5.56692 9.34406 5.56674 8.00031C5.56674 6.6564 6.65643 5.56671 8.00034 5.56671C9.34409 5.56689 10.433 6.65651 10.433 8.00031ZM14.7669 8.00031C14.7668 8.58607 14.474 9.13337 13.9867 9.45831L13.4164 9.8382C13.1627 10.0072 13.0404 10.3155 13.1087 10.6126L13.2171 11.0823C13.355 11.6803 13.1744 12.3067 12.7406 12.7405C12.3067 13.1744 11.6803 13.355 11.0824 13.2171L10.6126 13.1087C10.3155 13.0403 10.0073 13.1627 9.83823 13.4163L9.45834 13.9866C9.1334 14.4739 8.5861 14.7668 8.00034 14.7669C7.41454 14.7669 6.86735 14.4739 6.54233 13.9866L6.16245 13.4163C5.99328 13.1626 5.6843 13.0402 5.38705 13.1087L4.9183 13.2171C4.32022 13.3552 3.69313 13.1746 3.25912 12.7405C2.82535 12.3066 2.64568 11.6802 2.78354 11.0823L2.89194 10.6126C2.96027 10.3155 2.83695 10.0072 2.58334 9.8382L2.01401 9.45831C1.52667 9.13338 1.23384 8.58608 1.23373 8.00031C1.23373 7.4144 1.52657 6.86729 2.01401 6.5423L2.58334 6.16241C2.83709 5.99325 2.96042 5.68417 2.89194 5.38702L2.78354 4.91827C2.64553 4.32022 2.82513 3.69309 3.25912 3.25909C3.69312 2.8251 4.32025 2.6455 4.9183 2.78351L5.38705 2.89191C5.6842 2.96039 5.99328 2.83706 6.16245 2.58331L6.54233 2.01398C6.86732 1.52654 7.41443 1.2337 8.00034 1.2337C8.58611 1.23381 9.13341 1.52663 9.45834 2.01398L9.83823 2.58331C10.0073 2.83692 10.3156 2.96024 10.6126 2.89191L11.0824 2.78351C11.6803 2.64565 12.3067 2.82532 12.7406 3.25909C13.1746 3.6931 13.3552 4.3202 13.2171 4.91827L13.1087 5.38702C13.0402 5.68427 13.1626 5.99325 13.4164 6.16241L13.9867 6.5423C14.4739 6.86732 14.7669 7.41451 14.7669 8.00031Z" }),
2010
- { viewBox: "0 0 16 16" }
2011
- );
2012
1953
  const IconCopy = createIcon(
2013
1954
  "IconCopy",
2014
1955
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -2023,8 +1964,8 @@ const IconCopy = createIcon(
2023
1964
  }
2024
1965
  )
2025
1966
  );
2026
- const IconThunder = createIcon(
2027
- "IconThunder",
1967
+ const IconBolt = createIcon(
1968
+ "IconBolt",
2028
1969
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16.7071 9.80157L7.95711 19.1766C7.86438 19.2755 7.74198 19.3416 7.60839 19.3649C7.47479 19.3882 7.33724 19.3674 7.2165 19.3057C7.09576 19.244 6.99837 19.1446 6.93904 19.0227C6.8797 18.9007 6.86164 18.7628 6.88757 18.6297L8.03289 12.9008L3.53054 11.2102C3.43385 11.174 3.34762 11.1144 3.27956 11.0368C3.2115 10.9592 3.16373 10.8659 3.14052 10.7653C3.1173 10.6647 3.11937 10.5599 3.14653 10.4603C3.17369 10.3607 3.2251 10.2694 3.29617 10.1945L12.0462 0.819538C12.1389 0.720581 12.2613 0.654468 12.3949 0.631176C12.5285 0.607884 12.666 0.628675 12.7868 0.690414C12.9075 0.752152 13.0049 0.851488 13.0642 0.97343C13.1236 1.09537 13.1416 1.2333 13.1157 1.36641L11.9673 7.10157L16.4696 8.78985C16.5656 8.82626 16.6511 8.88576 16.7187 8.96307C16.7862 9.04039 16.8336 9.13315 16.8568 9.23316C16.88 9.33317 16.8781 9.43734 16.8515 9.53648C16.8248 9.63562 16.7742 9.72666 16.704 9.80157H16.7071Z" })
2029
1970
  );
2030
1971
  const IconTranslate = createIcon(
@@ -2160,6 +2101,42 @@ const IconLoading = createIcon(
2160
2101
  )
2161
2102
  ] })
2162
2103
  );
2104
+ const IconGiphy = createIcon(
2105
+ "IconGiphy",
2106
+ /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2107
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { fill: "black", height: "20", rx: "10", width: "20" }),
2108
+ /* @__PURE__ */ jsxRuntime.jsx(
2109
+ "path",
2110
+ {
2111
+ clipRule: "evenodd",
2112
+ d: "M6.5997 5.50012H13.4008V14.4998H6.59912L6.5997 5.50012Z",
2113
+ fill: "black",
2114
+ fillRule: "evenodd"
2115
+ }
2116
+ ),
2117
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.24023 5.1665H6.59998V14.8335H5.24023V5.1665Z", fill: "#04FF8E" }),
2118
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M13.4004 7.8335H14.7601V14.8335H13.4004V7.8335Z", fill: "#8E2EFF" }),
2119
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.24023 14.4999H14.7602V15.8334H5.24023V14.4999Z", fill: "#00C5FF" }),
2120
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.24023 4.16663H10.6804V5.50013H5.24023V4.16663Z", fill: "#FFF152" }),
2121
+ /* @__PURE__ */ jsxRuntime.jsx(
2122
+ "path",
2123
+ {
2124
+ d: "M13.4003 6.83304V5.50013H12.0399V4.16663H10.6802V8.16654H14.76V6.83304",
2125
+ fill: "#FF5B5B"
2126
+ }
2127
+ ),
2128
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M13.4004 9.50013V8.16663H14.7601", fill: "#551C99" }),
2129
+ /* @__PURE__ */ jsxRuntime.jsx(
2130
+ "path",
2131
+ {
2132
+ clipRule: "evenodd",
2133
+ d: "M10.6802 4.16663V5.50013H9.31982",
2134
+ fill: "#999131",
2135
+ fillRule: "evenodd"
2136
+ }
2137
+ )
2138
+ ] })
2139
+ );
2163
2140
  const UnMemoizedEmptyStateIndicator = (props) => {
2164
2141
  const { listType, messageText } = props;
2165
2142
  const { t } = useTranslationContext("EmptyStateIndicator");
@@ -4346,7 +4323,7 @@ const ChatViewThreadsSelectorButton = ({
4346
4323
  return /* @__PURE__ */ jsxRuntime.jsx(
4347
4324
  ChatViewSelectorButton,
4348
4325
  {
4349
- ActiveIcon: IconBubbleText6SolidChatMessage,
4326
+ ActiveIcon: IconThreadFill,
4350
4327
  "aria-selected": isActive,
4351
4328
  Icon: IconThread,
4352
4329
  iconOnly,
@@ -4356,7 +4333,7 @@ const ChatViewThreadsSelectorButton = ({
4356
4333
  setActiveChatView("threads");
4357
4334
  },
4358
4335
  text: t("Threads"),
4359
- children: /* @__PURE__ */ jsxRuntime.jsx(UnreadCountBadge, { count: unreadThreadCount, position: "top-right", children: isActive ? /* @__PURE__ */ jsxRuntime.jsx(IconBubbleText6SolidChatMessage, {}) : /* @__PURE__ */ jsxRuntime.jsx(IconThread, {}) })
4336
+ children: /* @__PURE__ */ jsxRuntime.jsx(UnreadCountBadge, { count: unreadThreadCount, position: "top-right", children: isActive ? /* @__PURE__ */ jsxRuntime.jsx(IconThreadFill, {}) : /* @__PURE__ */ jsxRuntime.jsx(IconThread, {}) })
4360
4337
  }
4361
4338
  );
4362
4339
  };
@@ -4469,7 +4446,6 @@ const useActiveAudioPlayer = () => {
4469
4446
  };
4470
4447
  exports.ACTIONS_NOT_WORKING_IN_THREAD = ACTIONS_NOT_WORKING_IN_THREAD;
4471
4448
  exports.AudioPlayer = AudioPlayer;
4472
- exports.BaseIcon = BaseIcon;
4473
4449
  exports.Button = Button;
4474
4450
  exports.CHANNEL_CONTAINER_ID = CHANNEL_CONTAINER_ID;
4475
4451
  exports.Channel = Channel;
@@ -4496,15 +4472,13 @@ exports.IconArchive = IconArchive;
4496
4472
  exports.IconArrowDown = IconArrowDown;
4497
4473
  exports.IconArrowDownCircle = IconArrowDownCircle;
4498
4474
  exports.IconArrowLeft = IconArrowLeft;
4499
- exports.IconArrowRight = IconArrowRight;
4500
4475
  exports.IconArrowUp = IconArrowUp;
4501
4476
  exports.IconArrowUpRight = IconArrowUpRight;
4502
4477
  exports.IconAttachment = IconAttachment;
4503
4478
  exports.IconAudio = IconAudio;
4504
4479
  exports.IconBell = IconBell;
4505
4480
  exports.IconBellOff = IconBellOff;
4506
- exports.IconBubble3ChatMessage = IconBubble3ChatMessage;
4507
- exports.IconBubbleText6SolidChatMessage = IconBubbleText6SolidChatMessage;
4481
+ exports.IconBolt = IconBolt;
4508
4482
  exports.IconCamera = IconCamera;
4509
4483
  exports.IconCheckmark = IconCheckmark;
4510
4484
  exports.IconCheckmark1Small = IconCheckmark1Small;
@@ -4526,20 +4500,16 @@ exports.IconExclamationTriangle = IconExclamationTriangle;
4526
4500
  exports.IconEyeOpen = IconEyeOpen;
4527
4501
  exports.IconFile = IconFile;
4528
4502
  exports.IconFlag = IconFlag;
4503
+ exports.IconGiphy = IconGiphy;
4529
4504
  exports.IconImage = IconImage;
4530
- exports.IconInfo = IconInfo;
4531
- exports.IconLayoutAlignLeft = IconLayoutAlignLeft;
4532
4505
  exports.IconLeave = IconLeave;
4533
- exports.IconLightBulbSimple = IconLightBulbSimple;
4534
4506
  exports.IconLink = IconLink;
4535
4507
  exports.IconLoading = IconLoading;
4536
4508
  exports.IconLocation = IconLocation;
4537
4509
  exports.IconMessageBubble = IconMessageBubble;
4538
4510
  exports.IconMessageBubbleFill = IconMessageBubbleFill;
4539
4511
  exports.IconMessageBubbles = IconMessageBubbles;
4540
- exports.IconMinus = IconMinus;
4541
4512
  exports.IconMinusCircle = IconMinusCircle;
4542
- exports.IconMinusSmall = IconMinusSmall;
4543
4513
  exports.IconMore = IconMore;
4544
4514
  exports.IconMute = IconMute;
4545
4515
  exports.IconNoSign = IconNoSign;
@@ -4558,10 +4528,9 @@ exports.IconRetry = IconRetry;
4558
4528
  exports.IconSave = IconSave;
4559
4529
  exports.IconSearch = IconSearch;
4560
4530
  exports.IconSend = IconSend;
4561
- exports.IconSettingsGear2 = IconSettingsGear2;
4531
+ exports.IconSidebar = IconSidebar;
4562
4532
  exports.IconThread = IconThread;
4563
4533
  exports.IconThreadFill = IconThreadFill;
4564
- exports.IconThunder = IconThunder;
4565
4534
  exports.IconTranslate = IconTranslate;
4566
4535
  exports.IconTrophy = IconTrophy;
4567
4536
  exports.IconUnpin = IconUnpin;
@@ -4574,7 +4543,6 @@ exports.IconUserRemove = IconUserRemove;
4574
4543
  exports.IconVideo = IconVideo;
4575
4544
  exports.IconVideoFill = IconVideoFill;
4576
4545
  exports.IconVoice = IconVoice;
4577
- exports.IconVoiceFill = IconVoiceFill;
4578
4546
  exports.IconXCircle = IconXCircle;
4579
4547
  exports.IconXmark = IconXmark;
4580
4548
  exports.LegacyThreadContext = LegacyThreadContext;
@@ -4667,4 +4635,4 @@ exports.useThreadsViewContext = useThreadsViewContext;
4667
4635
  exports.useTranslationContext = useTranslationContext;
4668
4636
  exports.useTypingContext = useTypingContext;
4669
4637
  exports.validateAndGetMessage = validateAndGetMessage;
4670
- //# sourceMappingURL=WithAudioPlayback.236d404c.js.map
4638
+ //# sourceMappingURL=WithAudioPlayback.0c10cb67.js.map