stream-chat-react 14.0.0-beta.4 → 14.0.0-beta.6
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.
- package/dist/cjs/{WithAudioPlayback.236d404c.js → WithAudioPlayback.f9abf707.js} +94 -116
- package/dist/cjs/WithAudioPlayback.f9abf707.js.map +1 -0
- package/dist/cjs/emojis.js +1 -1
- package/dist/cjs/index.js +161 -188
- package/dist/cjs/index.js.map +1 -1
- package/dist/css/index.css +219 -595
- package/dist/css/index.css.map +1 -1
- package/dist/es/{WithAudioPlayback.89700cb5.mjs → WithAudioPlayback.d90f1a99.mjs} +184 -206
- package/dist/es/WithAudioPlayback.d90f1a99.mjs.map +1 -0
- package/dist/es/emojis.mjs +1 -1
- package/dist/es/index.mjs +221 -248
- package/dist/es/index.mjs.map +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/Avatar/AvatarStack.d.ts +2 -2
- package/dist/types/components/Avatar/AvatarStack.d.ts.map +1 -1
- package/dist/types/components/Avatar/ChannelAvatar.d.ts +2 -6
- package/dist/types/components/Avatar/ChannelAvatar.d.ts.map +1 -1
- package/dist/types/components/Avatar/GroupAvatar.d.ts +6 -7
- package/dist/types/components/Avatar/GroupAvatar.d.ts.map +1 -1
- package/dist/types/components/ChannelHeader/ChannelHeader.d.ts +1 -1
- package/dist/types/components/ChannelHeader/ChannelHeader.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/utils.d.ts.map +1 -1
- package/dist/types/components/Dialog/service/DialogPortal.d.ts.map +1 -1
- package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
- package/dist/types/components/Icons/createIcon.d.ts +1 -1
- package/dist/types/components/Icons/createIcon.d.ts.map +1 -1
- package/dist/types/components/Icons/icons.d.ts +9 -41
- package/dist/types/components/Icons/icons.d.ts.map +1 -1
- package/dist/types/components/Icons/index.d.ts +0 -1
- package/dist/types/components/Icons/index.d.ts.map +1 -1
- package/dist/types/components/Message/Message.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useUserRole.d.ts.map +1 -1
- package/dist/types/components/Message/types.d.ts +1 -5
- package/dist/types/components/Message/types.d.ts.map +1 -1
- package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/MessageComposerUI.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/useSubmitHandler.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/preEditSnapshot.d.ts +16 -0
- package/dist/types/components/MessageComposer/preEditSnapshot.d.ts.map +1 -0
- package/dist/types/components/MessageList/MessageList.d.ts +1 -1
- package/dist/types/components/MessageList/MessageList.d.ts.map +1 -1
- package/dist/types/components/MessageList/VirtualizedMessageList.d.ts +1 -1
- package/dist/types/components/MessageList/VirtualizedMessageList.d.ts.map +1 -1
- package/dist/types/components/MessageList/VirtualizedMessageListComponents.d.ts.map +1 -1
- package/dist/types/components/Reactions/MessageReactions.d.ts +4 -16
- package/dist/types/components/Reactions/MessageReactions.d.ts.map +1 -1
- package/dist/types/components/Reactions/MessageReactionsDetail.d.ts +4 -4
- package/dist/types/components/Reactions/MessageReactionsDetail.d.ts.map +1 -1
- package/dist/types/components/Reactions/hooks/useProcessReactions.d.ts +4 -2
- package/dist/types/components/Reactions/hooks/useProcessReactions.d.ts.map +1 -1
- package/dist/types/components/Reactions/types.d.ts +0 -1
- package/dist/types/components/Reactions/types.d.ts.map +1 -1
- package/dist/types/components/SummarizedMessagePreview/SummarizedMessagePreview.d.ts.map +1 -1
- package/dist/types/components/SummarizedMessagePreview/hooks/useLatestMessagePreview.d.ts.map +1 -1
- package/dist/types/components/Thread/ThreadHeader.d.ts +1 -1
- package/dist/types/components/Thread/ThreadHeader.d.ts.map +1 -1
- package/dist/types/components/TypingIndicator/TypingIndicator.d.ts.map +1 -1
- package/dist/types/context/ComponentContext.d.ts +2 -2
- package/dist/types/context/ComponentContext.d.ts.map +1 -1
- package/dist/types/context/MessageBounceContext.d.ts.map +1 -1
- package/dist/types/context/MessageContext.d.ts +1 -5
- package/dist/types/context/MessageContext.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/WithAudioPlayback.236d404c.js.map +0 -1
- package/dist/es/WithAudioPlayback.89700cb5.mjs.map +0 -1
- package/dist/types/components/Icons/IconGiphy.d.ts +0 -3
- 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(
|
|
1127
|
-
|
|
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",
|
|
@@ -1152,12 +1161,8 @@ const IconArrowLeft = createIcon(
|
|
|
1152
1161
|
strokeLinejoin: "round",
|
|
1153
1162
|
strokeWidth: "1.5"
|
|
1154
1163
|
}
|
|
1155
|
-
)
|
|
1156
|
-
|
|
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" }
|
|
1164
|
+
),
|
|
1165
|
+
{ "data-rtl-mirror": "" }
|
|
1161
1166
|
);
|
|
1162
1167
|
const IconArrowUpRight = createIcon(
|
|
1163
1168
|
"IconArrowUpRight",
|
|
@@ -1171,7 +1176,8 @@ const IconArrowUpRight = createIcon(
|
|
|
1171
1176
|
strokeLinejoin: "round",
|
|
1172
1177
|
strokeWidth: "1.5"
|
|
1173
1178
|
}
|
|
1174
|
-
)
|
|
1179
|
+
),
|
|
1180
|
+
{ "data-rtl-mirror": "" }
|
|
1175
1181
|
);
|
|
1176
1182
|
const IconRetry = createIcon(
|
|
1177
1183
|
"IconRetry",
|
|
@@ -1213,7 +1219,8 @@ const IconReply = createIcon(
|
|
|
1213
1219
|
strokeLinejoin: "round",
|
|
1214
1220
|
strokeWidth: "1.5"
|
|
1215
1221
|
}
|
|
1216
|
-
)
|
|
1222
|
+
),
|
|
1223
|
+
{ "data-rtl-mirror": "" }
|
|
1217
1224
|
);
|
|
1218
1225
|
const IconArrowUp = createIcon(
|
|
1219
1226
|
"IconArrowUp",
|
|
@@ -1317,17 +1324,12 @@ const IconMessageBubbleFill = createIcon(
|
|
|
1317
1324
|
"IconMessageBubbleFill",
|
|
1318
1325
|
/* @__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
1326
|
);
|
|
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
1327
|
const IconThread = createIcon(
|
|
1326
1328
|
"IconThread",
|
|
1327
1329
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1328
1330
|
"path",
|
|
1329
1331
|
{
|
|
1330
|
-
d: "M7.
|
|
1332
|
+
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
1333
|
fill: "none",
|
|
1332
1334
|
stroke: "currentColor",
|
|
1333
1335
|
strokeLinecap: "round",
|
|
@@ -1336,11 +1338,6 @@ const IconThread = createIcon(
|
|
|
1336
1338
|
}
|
|
1337
1339
|
)
|
|
1338
1340
|
);
|
|
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
1341
|
const IconThreadFill = createIcon(
|
|
1345
1342
|
"IconThreadFill",
|
|
1346
1343
|
/* @__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" })
|
|
@@ -1468,7 +1465,8 @@ const IconChevronLeft = createIcon(
|
|
|
1468
1465
|
strokeLinejoin: "round",
|
|
1469
1466
|
strokeWidth: "1.5"
|
|
1470
1467
|
}
|
|
1471
|
-
)
|
|
1468
|
+
),
|
|
1469
|
+
{ "data-rtl-mirror": "" }
|
|
1472
1470
|
);
|
|
1473
1471
|
const IconChevronRight = createIcon(
|
|
1474
1472
|
"IconChevronRight",
|
|
@@ -1482,7 +1480,8 @@ const IconChevronRight = createIcon(
|
|
|
1482
1480
|
strokeLinejoin: "round",
|
|
1483
1481
|
strokeWidth: "1.5"
|
|
1484
1482
|
}
|
|
1485
|
-
)
|
|
1483
|
+
),
|
|
1484
|
+
{ "data-rtl-mirror": "" }
|
|
1486
1485
|
);
|
|
1487
1486
|
const IconNoSign = createIcon(
|
|
1488
1487
|
"IconNoSign",
|
|
@@ -1498,14 +1497,6 @@ const IconNoSign = createIcon(
|
|
|
1498
1497
|
}
|
|
1499
1498
|
)
|
|
1500
1499
|
);
|
|
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
1500
|
const IconMinusCircle = createIcon(
|
|
1510
1501
|
"IconMinusCircle",
|
|
1511
1502
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -1576,12 +1567,12 @@ const IconXmark = createIcon(
|
|
|
1576
1567
|
}
|
|
1577
1568
|
)
|
|
1578
1569
|
);
|
|
1579
|
-
const
|
|
1580
|
-
"
|
|
1570
|
+
const IconXmarkSmall = createIcon(
|
|
1571
|
+
"IconXmarkSmall",
|
|
1581
1572
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1582
1573
|
"path",
|
|
1583
1574
|
{
|
|
1584
|
-
d: "
|
|
1575
|
+
d: "M13.5 6.5L6.5 13.5M13.5 13.5L6.5 6.5",
|
|
1585
1576
|
fill: "none",
|
|
1586
1577
|
stroke: "currentColor",
|
|
1587
1578
|
strokeLinecap: "round",
|
|
@@ -1658,15 +1649,13 @@ const IconExclamationMark = createIcon(
|
|
|
1658
1649
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 14.375C10.5178 14.375 10.9375 13.9553 10.9375 13.4375C10.9375 12.9197 10.5178 12.5 10 12.5C9.48223 12.5 9.0625 12.9197 9.0625 13.4375C9.0625 13.9553 9.48223 14.375 10 14.375Z" })
|
|
1659
1650
|
] })
|
|
1660
1651
|
);
|
|
1661
|
-
const
|
|
1662
|
-
"
|
|
1663
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
1664
|
-
{ viewBox: "0 0 16 16" }
|
|
1652
|
+
const IconExclamationTriangleFill = createIcon(
|
|
1653
|
+
"IconExclamationTriangleFill",
|
|
1654
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M18.4999 14.6946L11.6678 2.82974C11.4971 2.53906 11.2534 2.29803 10.9608 2.13057C10.6682 1.9631 10.337 1.875 9.99986 1.875C9.66275 1.875 9.33149 1.9631 9.03892 2.13057C8.74635 2.29803 8.50262 2.53906 8.33189 2.82974L1.49986 14.6946C1.33559 14.9757 1.24902 15.2955 1.24902 15.6211C1.24902 15.9468 1.33559 16.2665 1.49986 16.5477C1.6684 16.8401 1.91171 17.0825 2.20483 17.2498C2.49795 17.4172 2.83032 17.5036 3.16783 17.5001H16.8319C17.1691 17.5033 17.5012 17.4168 17.794 17.2494C18.0868 17.0821 18.3299 16.8399 18.4983 16.5477C18.6628 16.2667 18.7496 15.947 18.7499 15.6214C18.7502 15.2957 18.6639 14.9759 18.4999 14.6946ZM9.37486 8.12505C9.37486 7.95929 9.44071 7.80032 9.55792 7.68311C9.67513 7.5659 9.8341 7.50005 9.99986 7.50005C10.1656 7.50005 10.3246 7.5659 10.4418 7.68311C10.559 7.80032 10.6249 7.95929 10.6249 8.12505V11.2501C10.6249 11.4158 10.559 11.5748 10.4418 11.692C10.3246 11.8092 10.1656 11.8751 9.99986 11.8751C9.8341 11.8751 9.67513 11.8092 9.55792 11.692C9.44071 11.5748 9.37486 11.4158 9.37486 11.2501V8.12505ZM9.99986 15.0001C9.81444 15.0001 9.63319 14.9451 9.47901 14.8421C9.32484 14.739 9.20468 14.5926 9.13372 14.4213C9.06277 14.25 9.0442 14.0615 9.08038 13.8797C9.11655 13.6978 9.20584 13.5308 9.33695 13.3996C9.46806 13.2685 9.63511 13.1792 9.81696 13.1431C9.99882 13.1069 10.1873 13.1255 10.3586 13.1964C10.5299 13.2674 10.6764 13.3875 10.7794 13.5417C10.8824 13.6959 10.9374 13.8771 10.9374 14.0626C10.9374 14.3112 10.8386 14.5496 10.6628 14.7255C10.487 14.9013 10.2485 15.0001 9.99986 15.0001Z" })
|
|
1665
1655
|
);
|
|
1666
|
-
const
|
|
1667
|
-
"
|
|
1668
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
1669
|
-
{ viewBox: "0 0 16 16" }
|
|
1656
|
+
const IconEyeFill = createIcon(
|
|
1657
|
+
"IconEyeFill",
|
|
1658
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19.3211 9.74688C19.2937 9.68516 18.632 8.21719 17.1609 6.74609C15.2008 4.78594 12.725 3.75 9.99999 3.75C7.27499 3.75 4.79921 4.78594 2.83905 6.74609C1.36796 8.21719 0.703118 9.6875 0.678899 9.74688C0.643362 9.82681 0.625 9.91331 0.625 10.0008C0.625 10.0883 0.643362 10.1748 0.678899 10.2547C0.706243 10.3164 1.36796 11.7836 2.83905 13.2547C4.79921 15.2141 7.27499 16.25 9.99999 16.25C12.725 16.25 15.2008 15.2141 17.1609 13.2547C18.632 11.7836 19.2937 10.3164 19.3211 10.2547C19.3566 10.1748 19.375 10.0883 19.375 10.0008C19.375 9.91331 19.3566 9.82681 19.3211 9.74688ZM9.99999 13.125C9.38193 13.125 8.77774 12.9417 8.26384 12.5983C7.74993 12.255 7.34939 11.7669 7.11287 11.1959C6.87634 10.6249 6.81446 9.99653 6.93504 9.39034C7.05562 8.78415 7.35324 8.22733 7.79028 7.79029C8.22732 7.35325 8.78414 7.05562 9.39033 6.93505C9.99652 6.81447 10.6249 6.87635 11.1959 7.11288C11.7669 7.3494 12.255 7.74994 12.5983 8.26384C12.9417 8.77775 13.125 9.38193 13.125 10C13.125 10.8288 12.7958 11.6237 12.2097 12.2097C11.6236 12.7958 10.8288 13.125 9.99999 13.125Z" })
|
|
1670
1659
|
);
|
|
1671
1660
|
const IconUpload = createIcon(
|
|
1672
1661
|
"IconUpload",
|
|
@@ -1724,8 +1713,8 @@ const IconImage = createIcon(
|
|
|
1724
1713
|
}
|
|
1725
1714
|
)
|
|
1726
1715
|
);
|
|
1727
|
-
const
|
|
1728
|
-
"
|
|
1716
|
+
const IconSidebar = createIcon(
|
|
1717
|
+
"IconSidebar",
|
|
1729
1718
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1730
1719
|
"path",
|
|
1731
1720
|
{
|
|
@@ -1736,15 +1725,8 @@ const IconLayoutAlignLeft = createIcon(
|
|
|
1736
1725
|
strokeLinejoin: "round",
|
|
1737
1726
|
strokeWidth: "1.5"
|
|
1738
1727
|
}
|
|
1739
|
-
)
|
|
1740
|
-
|
|
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" }
|
|
1728
|
+
),
|
|
1729
|
+
{ "data-rtl-mirror": "" }
|
|
1748
1730
|
);
|
|
1749
1731
|
const IconSearch = createIcon(
|
|
1750
1732
|
"IconSearch",
|
|
@@ -1758,7 +1740,8 @@ const IconSearch = createIcon(
|
|
|
1758
1740
|
strokeLinejoin: "round",
|
|
1759
1741
|
strokeWidth: "1.5"
|
|
1760
1742
|
}
|
|
1761
|
-
)
|
|
1743
|
+
),
|
|
1744
|
+
{ "data-rtl-mirror": "" }
|
|
1762
1745
|
);
|
|
1763
1746
|
const IconLocation = createIcon(
|
|
1764
1747
|
"IconLocation",
|
|
@@ -1801,38 +1784,6 @@ const IconVoice = createIcon(
|
|
|
1801
1784
|
}
|
|
1802
1785
|
)
|
|
1803
1786
|
);
|
|
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
1787
|
const IconMute = createIcon(
|
|
1837
1788
|
"IconMute",
|
|
1838
1789
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -1845,7 +1796,8 @@ const IconMute = createIcon(
|
|
|
1845
1796
|
strokeLinejoin: "round",
|
|
1846
1797
|
strokeWidth: "1.5"
|
|
1847
1798
|
}
|
|
1848
|
-
)
|
|
1799
|
+
),
|
|
1800
|
+
{ "data-rtl-mirror": "" }
|
|
1849
1801
|
);
|
|
1850
1802
|
const IconSend = createIcon(
|
|
1851
1803
|
"IconSend",
|
|
@@ -1859,7 +1811,8 @@ const IconSend = createIcon(
|
|
|
1859
1811
|
strokeLinejoin: "round",
|
|
1860
1812
|
strokeWidth: "1.5"
|
|
1861
1813
|
}
|
|
1862
|
-
)
|
|
1814
|
+
),
|
|
1815
|
+
{ "data-rtl-mirror": "" }
|
|
1863
1816
|
);
|
|
1864
1817
|
const IconAttachment = createIcon(
|
|
1865
1818
|
"IconAttachment",
|
|
@@ -2004,11 +1957,6 @@ const IconCommand = createIcon(
|
|
|
2004
1957
|
}
|
|
2005
1958
|
)
|
|
2006
1959
|
);
|
|
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
1960
|
const IconCopy = createIcon(
|
|
2013
1961
|
"IconCopy",
|
|
2014
1962
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -2023,8 +1971,8 @@ const IconCopy = createIcon(
|
|
|
2023
1971
|
}
|
|
2024
1972
|
)
|
|
2025
1973
|
);
|
|
2026
|
-
const
|
|
2027
|
-
"
|
|
1974
|
+
const IconBolt = createIcon(
|
|
1975
|
+
"IconBolt",
|
|
2028
1976
|
/* @__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
1977
|
);
|
|
2030
1978
|
const IconTranslate = createIcon(
|
|
@@ -2098,14 +2046,16 @@ const IconVideo = createIcon(
|
|
|
2098
2046
|
}
|
|
2099
2047
|
) }),
|
|
2100
2048
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_14111_491476", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { fill: "white", height: "20", width: "20" }) }) })
|
|
2101
|
-
] })
|
|
2049
|
+
] }),
|
|
2050
|
+
{ "data-rtl-mirror": "" }
|
|
2102
2051
|
);
|
|
2103
2052
|
const IconVideoFill = createIcon(
|
|
2104
2053
|
"IconVideoFill",
|
|
2105
2054
|
/* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2106
2055
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_14064_467281)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M15 5.625V14.375C15 14.7065 14.8683 15.0245 14.6339 15.2589C14.3995 15.4933 14.0815 15.625 13.75 15.625H2.5C2.16848 15.625 1.85054 15.4933 1.61612 15.2589C1.3817 15.0245 1.25 14.7065 1.25 14.375V5.625C1.25 5.29348 1.3817 4.97554 1.61612 4.74112C1.85054 4.5067 2.16848 4.375 2.5 4.375H13.75C14.0815 4.375 14.3995 4.5067 14.6339 4.74112C14.8683 4.97554 15 5.29348 15 5.625ZM19.5312 5.64453C19.4431 5.62295 19.3513 5.62029 19.2621 5.63672C19.1728 5.65315 19.088 5.68829 19.0133 5.73984L16.3891 7.48906C16.3463 7.51762 16.3112 7.55631 16.2869 7.6017C16.2626 7.64708 16.25 7.69776 16.25 7.74922V12.2508C16.25 12.3022 16.2626 12.3529 16.2869 12.3983C16.3112 12.4437 16.3463 12.4824 16.3891 12.5109L19.0281 14.2703C19.1269 14.3362 19.2424 14.3726 19.3611 14.3752C19.4798 14.3779 19.5968 14.3466 19.6984 14.2852C19.7924 14.2254 19.8695 14.1425 19.9223 14.0444C19.9751 13.9464 20.0019 13.8364 20 13.725V6.25C20.0001 6.11139 19.9541 5.97668 19.8692 5.86708C19.7843 5.75747 19.6655 5.67918 19.5312 5.64453Z" }) }),
|
|
2107
2056
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_14064_467281", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { fill: "white", height: "20", width: "20" }) }) })
|
|
2108
|
-
] })
|
|
2057
|
+
] }),
|
|
2058
|
+
{ "data-rtl-mirror": "" }
|
|
2109
2059
|
);
|
|
2110
2060
|
const IconAudio = createIcon(
|
|
2111
2061
|
"IconAudio",
|
|
@@ -2119,7 +2069,8 @@ const IconAudio = createIcon(
|
|
|
2119
2069
|
strokeLinejoin: "round",
|
|
2120
2070
|
strokeWidth: "1.5"
|
|
2121
2071
|
}
|
|
2122
|
-
)
|
|
2072
|
+
),
|
|
2073
|
+
{ "data-rtl-mirror": "" }
|
|
2123
2074
|
);
|
|
2124
2075
|
const IconArchive = createIcon(
|
|
2125
2076
|
"IconArchive",
|
|
@@ -2160,6 +2111,42 @@ const IconLoading = createIcon(
|
|
|
2160
2111
|
)
|
|
2161
2112
|
] })
|
|
2162
2113
|
);
|
|
2114
|
+
const IconGiphy = createIcon(
|
|
2115
|
+
"IconGiphy",
|
|
2116
|
+
/* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2117
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", { fill: "black", height: "20", rx: "10", width: "20" }),
|
|
2118
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2119
|
+
"path",
|
|
2120
|
+
{
|
|
2121
|
+
clipRule: "evenodd",
|
|
2122
|
+
d: "M6.5997 5.50024H13.4008V14.4999H6.59912L6.5997 5.50024Z",
|
|
2123
|
+
fill: "black",
|
|
2124
|
+
fillRule: "evenodd"
|
|
2125
|
+
}
|
|
2126
|
+
),
|
|
2127
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.24023 5.1665H6.59998V14.8335H5.24023V5.1665Z", fill: "#04FF8E" }),
|
|
2128
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M13.4004 7.8335H14.7601V14.8335H13.4004V7.8335Z", fill: "#8E2EFF" }),
|
|
2129
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.24023 14.4998H14.7602V15.8333H5.24023V14.4998Z", fill: "#00C5FF" }),
|
|
2130
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.24023 4.16675H10.6804V5.50025H5.24023V4.16675Z", fill: "#FFF152" }),
|
|
2131
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2132
|
+
"path",
|
|
2133
|
+
{
|
|
2134
|
+
d: "M13.4003 6.83316V5.50025H12.0399V4.16675H10.6802V8.16666H14.76V6.83316",
|
|
2135
|
+
fill: "#FF5B5B"
|
|
2136
|
+
}
|
|
2137
|
+
),
|
|
2138
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M13.4004 9.5V8.1665H14.7601", fill: "#551C99" }),
|
|
2139
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2140
|
+
"path",
|
|
2141
|
+
{
|
|
2142
|
+
clipRule: "evenodd",
|
|
2143
|
+
d: "M10.6802 4.16675V5.50025H9.31982",
|
|
2144
|
+
fill: "#999131",
|
|
2145
|
+
fillRule: "evenodd"
|
|
2146
|
+
}
|
|
2147
|
+
)
|
|
2148
|
+
] })
|
|
2149
|
+
);
|
|
2163
2150
|
const UnMemoizedEmptyStateIndicator = (props) => {
|
|
2164
2151
|
const { listType, messageText } = props;
|
|
2165
2152
|
const { t } = useTranslationContext("EmptyStateIndicator");
|
|
@@ -4346,7 +4333,7 @@ const ChatViewThreadsSelectorButton = ({
|
|
|
4346
4333
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4347
4334
|
ChatViewSelectorButton,
|
|
4348
4335
|
{
|
|
4349
|
-
ActiveIcon:
|
|
4336
|
+
ActiveIcon: IconThreadFill,
|
|
4350
4337
|
"aria-selected": isActive,
|
|
4351
4338
|
Icon: IconThread,
|
|
4352
4339
|
iconOnly,
|
|
@@ -4356,7 +4343,7 @@ const ChatViewThreadsSelectorButton = ({
|
|
|
4356
4343
|
setActiveChatView("threads");
|
|
4357
4344
|
},
|
|
4358
4345
|
text: t("Threads"),
|
|
4359
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(UnreadCountBadge, { count: unreadThreadCount, position: "top-right", children: isActive ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
4346
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(UnreadCountBadge, { count: unreadThreadCount, position: "top-right", children: isActive ? /* @__PURE__ */ jsxRuntime.jsx(IconThreadFill, {}) : /* @__PURE__ */ jsxRuntime.jsx(IconThread, {}) })
|
|
4360
4347
|
}
|
|
4361
4348
|
);
|
|
4362
4349
|
};
|
|
@@ -4469,7 +4456,6 @@ const useActiveAudioPlayer = () => {
|
|
|
4469
4456
|
};
|
|
4470
4457
|
exports.ACTIONS_NOT_WORKING_IN_THREAD = ACTIONS_NOT_WORKING_IN_THREAD;
|
|
4471
4458
|
exports.AudioPlayer = AudioPlayer;
|
|
4472
|
-
exports.BaseIcon = BaseIcon;
|
|
4473
4459
|
exports.Button = Button;
|
|
4474
4460
|
exports.CHANNEL_CONTAINER_ID = CHANNEL_CONTAINER_ID;
|
|
4475
4461
|
exports.Channel = Channel;
|
|
@@ -4496,15 +4482,13 @@ exports.IconArchive = IconArchive;
|
|
|
4496
4482
|
exports.IconArrowDown = IconArrowDown;
|
|
4497
4483
|
exports.IconArrowDownCircle = IconArrowDownCircle;
|
|
4498
4484
|
exports.IconArrowLeft = IconArrowLeft;
|
|
4499
|
-
exports.IconArrowRight = IconArrowRight;
|
|
4500
4485
|
exports.IconArrowUp = IconArrowUp;
|
|
4501
4486
|
exports.IconArrowUpRight = IconArrowUpRight;
|
|
4502
4487
|
exports.IconAttachment = IconAttachment;
|
|
4503
4488
|
exports.IconAudio = IconAudio;
|
|
4504
4489
|
exports.IconBell = IconBell;
|
|
4505
4490
|
exports.IconBellOff = IconBellOff;
|
|
4506
|
-
exports.
|
|
4507
|
-
exports.IconBubbleText6SolidChatMessage = IconBubbleText6SolidChatMessage;
|
|
4491
|
+
exports.IconBolt = IconBolt;
|
|
4508
4492
|
exports.IconCamera = IconCamera;
|
|
4509
4493
|
exports.IconCheckmark = IconCheckmark;
|
|
4510
4494
|
exports.IconCheckmark1Small = IconCheckmark1Small;
|
|
@@ -4515,31 +4499,26 @@ exports.IconChevronRight = IconChevronRight;
|
|
|
4515
4499
|
exports.IconClock = IconClock;
|
|
4516
4500
|
exports.IconCommand = IconCommand;
|
|
4517
4501
|
exports.IconCopy = IconCopy;
|
|
4518
|
-
exports.IconCrossSmall = IconCrossSmall;
|
|
4519
4502
|
exports.IconDelete = IconDelete;
|
|
4520
4503
|
exports.IconEdit = IconEdit;
|
|
4521
4504
|
exports.IconEmoji = IconEmoji;
|
|
4522
4505
|
exports.IconExclamationCircleFill = IconExclamationCircleFill;
|
|
4523
4506
|
exports.IconExclamationMark = IconExclamationMark;
|
|
4524
4507
|
exports.IconExclamationMarkFill = IconExclamationMarkFill;
|
|
4525
|
-
exports.
|
|
4526
|
-
exports.
|
|
4508
|
+
exports.IconExclamationTriangleFill = IconExclamationTriangleFill;
|
|
4509
|
+
exports.IconEyeFill = IconEyeFill;
|
|
4527
4510
|
exports.IconFile = IconFile;
|
|
4528
4511
|
exports.IconFlag = IconFlag;
|
|
4512
|
+
exports.IconGiphy = IconGiphy;
|
|
4529
4513
|
exports.IconImage = IconImage;
|
|
4530
|
-
exports.IconInfo = IconInfo;
|
|
4531
|
-
exports.IconLayoutAlignLeft = IconLayoutAlignLeft;
|
|
4532
4514
|
exports.IconLeave = IconLeave;
|
|
4533
|
-
exports.IconLightBulbSimple = IconLightBulbSimple;
|
|
4534
4515
|
exports.IconLink = IconLink;
|
|
4535
4516
|
exports.IconLoading = IconLoading;
|
|
4536
4517
|
exports.IconLocation = IconLocation;
|
|
4537
4518
|
exports.IconMessageBubble = IconMessageBubble;
|
|
4538
4519
|
exports.IconMessageBubbleFill = IconMessageBubbleFill;
|
|
4539
4520
|
exports.IconMessageBubbles = IconMessageBubbles;
|
|
4540
|
-
exports.IconMinus = IconMinus;
|
|
4541
4521
|
exports.IconMinusCircle = IconMinusCircle;
|
|
4542
|
-
exports.IconMinusSmall = IconMinusSmall;
|
|
4543
4522
|
exports.IconMore = IconMore;
|
|
4544
4523
|
exports.IconMute = IconMute;
|
|
4545
4524
|
exports.IconNoSign = IconNoSign;
|
|
@@ -4558,10 +4537,9 @@ exports.IconRetry = IconRetry;
|
|
|
4558
4537
|
exports.IconSave = IconSave;
|
|
4559
4538
|
exports.IconSearch = IconSearch;
|
|
4560
4539
|
exports.IconSend = IconSend;
|
|
4561
|
-
exports.
|
|
4540
|
+
exports.IconSidebar = IconSidebar;
|
|
4562
4541
|
exports.IconThread = IconThread;
|
|
4563
4542
|
exports.IconThreadFill = IconThreadFill;
|
|
4564
|
-
exports.IconThunder = IconThunder;
|
|
4565
4543
|
exports.IconTranslate = IconTranslate;
|
|
4566
4544
|
exports.IconTrophy = IconTrophy;
|
|
4567
4545
|
exports.IconUnpin = IconUnpin;
|
|
@@ -4574,9 +4552,9 @@ exports.IconUserRemove = IconUserRemove;
|
|
|
4574
4552
|
exports.IconVideo = IconVideo;
|
|
4575
4553
|
exports.IconVideoFill = IconVideoFill;
|
|
4576
4554
|
exports.IconVoice = IconVoice;
|
|
4577
|
-
exports.IconVoiceFill = IconVoiceFill;
|
|
4578
4555
|
exports.IconXCircle = IconXCircle;
|
|
4579
4556
|
exports.IconXmark = IconXmark;
|
|
4557
|
+
exports.IconXmarkSmall = IconXmarkSmall;
|
|
4580
4558
|
exports.LegacyThreadContext = LegacyThreadContext;
|
|
4581
4559
|
exports.LoadingChannel = LoadingChannel;
|
|
4582
4560
|
exports.LoadingErrorIndicator = LoadingErrorIndicator;
|
|
@@ -4667,4 +4645,4 @@ exports.useThreadsViewContext = useThreadsViewContext;
|
|
|
4667
4645
|
exports.useTranslationContext = useTranslationContext;
|
|
4668
4646
|
exports.useTypingContext = useTypingContext;
|
|
4669
4647
|
exports.validateAndGetMessage = validateAndGetMessage;
|
|
4670
|
-
//# sourceMappingURL=WithAudioPlayback.
|
|
4648
|
+
//# sourceMappingURL=WithAudioPlayback.f9abf707.js.map
|