stream-chat-react 14.0.0-beta.2 → 14.0.0-beta.4
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 +4670 -0
- package/dist/cjs/WithAudioPlayback.236d404c.js.map +1 -0
- package/dist/{audioProcessing-BbOs2wMd.js → cjs/audioProcessing.56e5db9d.js} +1 -1
- package/dist/cjs/audioProcessing.56e5db9d.js.map +1 -0
- package/dist/cjs/emojis.js +2 -2
- package/dist/cjs/emojis.js.map +1 -1
- package/dist/cjs/index.js +807 -485
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/mp3-encoder.js +1 -1
- package/dist/css/emoji-replacement.css +34 -0
- package/dist/css/emoji-replacement.css.map +1 -0
- package/dist/css/index.css +190 -51
- package/dist/css/index.css.map +1 -1
- package/dist/es/WithAudioPlayback.89700cb5.mjs +4654 -0
- package/dist/es/WithAudioPlayback.89700cb5.mjs.map +1 -0
- package/dist/{audioProcessing-ByEVSjGG.mjs → es/audioProcessing.21cb49e1.mjs} +1 -1
- package/dist/es/audioProcessing.21cb49e1.mjs.map +1 -0
- package/dist/es/emojis.mjs +2 -2
- package/dist/es/emojis.mjs.map +1 -1
- package/dist/es/index.mjs +857 -535
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/mp3-encoder.mjs +1 -1
- package/dist/types/components/Attachment/Giphy.d.ts.map +1 -1
- package/dist/types/components/Attachment/VoiceRecording.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/AudioPlayer.d.ts.map +1 -1
- package/dist/types/components/BaseImage/toBaseImageDescriptors.d.ts +1 -1
- package/dist/types/components/BaseImage/toBaseImageDescriptors.d.ts.map +1 -1
- package/dist/types/components/ChannelList/hooks/useMobileNavigation.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.d.ts +3 -1
- package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.defaults.d.ts +6 -3
- package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.defaults.d.ts.map +1 -1
- package/dist/types/components/Chat/hooks/useSplitActionSet.d.ts +5 -0
- package/dist/types/components/Chat/hooks/useSplitActionSet.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/ContextMenu.d.ts +119 -3
- package/dist/types/components/Dialog/components/ContextMenu.d.ts.map +1 -1
- package/dist/types/components/Dialog/hooks/useDialog.d.ts +1 -1
- package/dist/types/components/Dialog/hooks/useDialog.d.ts.map +1 -1
- package/dist/types/components/Dialog/service/DialogAnchor.d.ts +14 -1
- package/dist/types/components/Dialog/service/DialogAnchor.d.ts.map +1 -1
- package/dist/types/components/Dialog/service/DialogManager.d.ts +14 -3
- package/dist/types/components/Dialog/service/DialogManager.d.ts.map +1 -1
- package/dist/types/components/Dialog/service/DialogPortal.d.ts.map +1 -1
- package/dist/types/components/Form/TextInput.d.ts +2 -2
- package/dist/types/components/Form/TextInput.d.ts.map +1 -1
- package/dist/types/components/Gallery/GalleryContext.d.ts +1 -1
- package/dist/types/components/Gallery/GalleryContext.d.ts.map +1 -1
- package/dist/types/components/Icons/IconGiphy.d.ts.map +1 -1
- package/dist/types/components/Icons/icons.d.ts +56 -340
- package/dist/types/components/Icons/icons.d.ts.map +1 -1
- package/dist/types/components/Loading/LoadingIndicator.d.ts +2 -2
- package/dist/types/components/Loading/LoadingIndicator.d.ts.map +1 -1
- package/dist/types/components/MessageActions/MessageActions.d.ts +14 -3
- package/dist/types/components/MessageActions/MessageActions.d.ts.map +1 -1
- package/dist/types/components/MessageActions/MessageActions.defaults.d.ts +1 -1
- package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
- package/dist/types/components/MessageActions/QuickMessageActionButton.d.ts.map +1 -1
- package/dist/types/components/MessageActions/hooks/useBaseMessageActionSetFilter.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/MediaAttachmentPreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useScrollLocationLogic.d.ts +18 -0
- package/dist/types/components/MessageList/hooks/MessageList/useScrollLocationLogic.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotes.d.ts.map +1 -1
- package/dist/types/components/Poll/PollCreationDialog/OptionFieldSet.d.ts.map +1 -1
- package/dist/types/components/Reactions/MessageReactions.d.ts.map +1 -1
- package/dist/types/components/Reactions/MessageReactionsDetail.d.ts +1 -0
- package/dist/types/components/Reactions/MessageReactionsDetail.d.ts.map +1 -1
- package/dist/types/components/Reactions/ReactionSelector.d.ts +1 -1
- package/dist/types/components/Reactions/ReactionSelector.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/TextareaComposer.d.ts.map +1 -1
- package/dist/types/context/ChannelListContext.d.ts +1 -1
- package/dist/types/context/ChannelListContext.d.ts.map +1 -1
- package/dist/types/context/ComponentContext.d.ts +5 -1
- package/dist/types/context/ComponentContext.d.ts.map +1 -1
- package/dist/types/context/DialogManagerContext.d.ts +11 -7
- package/dist/types/context/DialogManagerContext.d.ts.map +1 -1
- package/package.json +5 -4
- package/dist/WithAudioPlayback-C1hfFIcu.mjs +0 -4716
- package/dist/WithAudioPlayback-C1hfFIcu.mjs.map +0 -1
- package/dist/WithAudioPlayback-myzUS2m6.js +0 -4732
- package/dist/WithAudioPlayback-myzUS2m6.js.map +0 -1
- package/dist/assets/icons/stream-chat-icons.eot +0 -0
- package/dist/assets/icons/stream-chat-icons.svg +0 -50
- package/dist/assets/icons/stream-chat-icons.ttf +0 -0
- package/dist/assets/icons/stream-chat-icons.woff +0 -0
- package/dist/assets/icons/stream-chat-icons.woff2 +0 -0
- package/dist/audioProcessing-BbOs2wMd.js.map +0 -1
- package/dist/audioProcessing-ByEVSjGG.mjs.map +0 -1
- package/dist/css/v2/emoji-mart.css +0 -1
- package/dist/css/v2/emoji-replacement.css +0 -1
- package/dist/css/v2/index.css +0 -1
- package/dist/css/v2/index.layout.css +0 -1
- package/dist/scss/v2/AIStateIndicator/AIStateIndicator-layout.scss +0 -3
- package/dist/scss/v2/AIStateIndicator/AIStateIndicator-theme.scss +0 -7
- package/dist/scss/v2/AttachmentList/AttachmentList-layout.scss +0 -701
- package/dist/scss/v2/AttachmentList/AttachmentList-theme.scss +0 -605
- package/dist/scss/v2/AttachmentPreviewList/AttachmentPreviewList-layout.scss +0 -141
- package/dist/scss/v2/AttachmentPreviewList/AttachmentPreviewList-theme.scss +0 -190
- package/dist/scss/v2/AudioRecorder/AudioRecorder-layout.scss +0 -139
- package/dist/scss/v2/AudioRecorder/AudioRecorder-theme.scss +0 -61
- package/dist/scss/v2/Autocomplete/Autocomplete-layout.scss +0 -94
- package/dist/scss/v2/Autocomplete/Autocomplete-theme.scss +0 -220
- package/dist/scss/v2/Avatar/Avatar-layout.scss +0 -137
- package/dist/scss/v2/Avatar/Avatar-theme.scss +0 -64
- package/dist/scss/v2/BaseImage/BaseImage-layout.scss +0 -21
- package/dist/scss/v2/BaseImage/BaseImage-theme.scss +0 -35
- package/dist/scss/v2/BaseImage/index.scss +0 -2
- package/dist/scss/v2/Channel/Channel-layout.scss +0 -141
- package/dist/scss/v2/Channel/Channel-theme.scss +0 -100
- package/dist/scss/v2/ChannelHeader/ChannelHeader-layout.scss +0 -27
- package/dist/scss/v2/ChannelHeader/ChannelHeader-theme.scss +0 -43
- package/dist/scss/v2/ChannelList/ChannelList-layout.scss +0 -65
- package/dist/scss/v2/ChannelList/ChannelList-theme.scss +0 -89
- package/dist/scss/v2/ChannelPreview/ChannelPreview-layout.scss +0 -126
- package/dist/scss/v2/ChannelPreview/ChannelPreview-theme.scss +0 -148
- package/dist/scss/v2/ChannelSearch/ChannelSearch-layout.scss +0 -122
- package/dist/scss/v2/ChannelSearch/ChannelSearch-theme.scss +0 -238
- package/dist/scss/v2/ChatView/ChatView-layout.scss +0 -43
- package/dist/scss/v2/ChatView/ChatView-theme.scss +0 -32
- package/dist/scss/v2/Dialog/Dialog-layout.scss +0 -70
- package/dist/scss/v2/Dialog/Dialog-theme.scss +0 -103
- package/dist/scss/v2/DragAndDropContainer/DragAndDropContainer-layout.scss +0 -5
- package/dist/scss/v2/DragAndDropContainer/DragAndDropContainer-theme.scss +0 -47
- package/dist/scss/v2/DropzoneContainer/DropzoneContainer-layout.scss +0 -14
- package/dist/scss/v2/DropzoneContainer/DropzoneContainer-theme.scss +0 -17
- package/dist/scss/v2/EditMessageForm/EditMessageForm-layout.scss +0 -51
- package/dist/scss/v2/EditMessageForm/EditMessageForm-theme.scss +0 -50
- package/dist/scss/v2/Form/Form-layout.scss +0 -49
- package/dist/scss/v2/Form/Form-theme.scss +0 -82
- package/dist/scss/v2/Icon/Icon-layout.scss +0 -98
- package/dist/scss/v2/Icon/Icon-theme.scss +0 -17
- package/dist/scss/v2/ImageCarousel/ImageCarousel-layout.scss +0 -51
- package/dist/scss/v2/ImageCarousel/ImageCarousel-theme.scss +0 -30
- package/dist/scss/v2/InfiniteScrollPaginator/InfiniteScrollPaginator-layout.scss +0 -4
- package/dist/scss/v2/LinkPreview/LinkPreview-layout.scss +0 -67
- package/dist/scss/v2/LinkPreview/LinkPreview-theme.scss +0 -32
- package/dist/scss/v2/LinkPreview/index.scss +0 -2
- package/dist/scss/v2/LoadingIndicator/LoadingIndicator-layout.scss +0 -64
- package/dist/scss/v2/LoadingIndicator/LoadingIndicator-theme.scss +0 -14
- package/dist/scss/v2/Location/Location-layout.scss +0 -52
- package/dist/scss/v2/Location/Location-theme.scss +0 -32
- package/dist/scss/v2/Message/Message-layout.scss +0 -619
- package/dist/scss/v2/Message/Message-theme.scss +0 -483
- package/dist/scss/v2/MessageActionsBox/MessageActionsBox-layout.scss +0 -21
- package/dist/scss/v2/MessageActionsBox/MessageActionsBox-theme.scss +0 -85
- package/dist/scss/v2/MessageBouncePrompt/MessageBouncePrompt-layout.scss +0 -19
- package/dist/scss/v2/MessageBouncePrompt/MessageBouncePrompt-theme.scss +0 -51
- package/dist/scss/v2/MessageInput/MessageInput-layout.scss +0 -268
- package/dist/scss/v2/MessageInput/MessageInput-theme.scss +0 -359
- package/dist/scss/v2/MessageList/MessageList-layout.scss +0 -65
- package/dist/scss/v2/MessageList/MessageList-theme.scss +0 -107
- package/dist/scss/v2/MessageList/VirtualizedMessageList-layout.scss +0 -57
- package/dist/scss/v2/MessageList/VirtualizedMessageList-theme.scss +0 -41
- package/dist/scss/v2/MessageReactions/MessageReactions-layout.scss +0 -143
- package/dist/scss/v2/MessageReactions/MessageReactions-theme.scss +0 -92
- package/dist/scss/v2/MessageReactions/MessageReactionsSelector-layout.scss +0 -86
- package/dist/scss/v2/MessageReactions/MessageReactionsSelector-theme.scss +0 -94
- package/dist/scss/v2/Modal/Modal-layout.scss +0 -74
- package/dist/scss/v2/Modal/Modal-theme.scss +0 -109
- package/dist/scss/v2/Notification/MessageNotification-layout.scss +0 -12
- package/dist/scss/v2/Notification/MessageNotification-theme.scss +0 -34
- package/dist/scss/v2/Notification/Notification-layout.scss +0 -7
- package/dist/scss/v2/Notification/Notification-theme.scss +0 -32
- package/dist/scss/v2/Notification/NotificationList-layout.scss +0 -11
- package/dist/scss/v2/Notification/NotificationList-theme.scss +0 -31
- package/dist/scss/v2/Poll/Poll-layout.scss +0 -493
- package/dist/scss/v2/Poll/Poll-theme.scss +0 -178
- package/dist/scss/v2/Search/Search-layout.scss +0 -148
- package/dist/scss/v2/Search/Search-theme.scss +0 -222
- package/dist/scss/v2/Thread/Thread-layout.scss +0 -65
- package/dist/scss/v2/Thread/Thread-theme.scss +0 -82
- package/dist/scss/v2/ThreadList/ThreadList-layout.scss +0 -152
- package/dist/scss/v2/ThreadList/ThreadList-theme.scss +0 -75
- package/dist/scss/v2/Tooltip/Tooltip-layout.scss +0 -10
- package/dist/scss/v2/Tooltip/Tooltip-theme.scss +0 -36
- package/dist/scss/v2/TypingIndicator/TypingIndicator-layout.scss +0 -31
- package/dist/scss/v2/TypingIndicator/TypingIndicator-theme.scss +0 -68
- package/dist/scss/v2/UnreadCountBadge/UnreadCountBadge-layout.scss +0 -49
- package/dist/scss/v2/UnreadCountBadge/UnreadCountBadge-theme.scss +0 -11
- package/dist/scss/v2/_base.scss +0 -65
- package/dist/scss/v2/_emoji-replacement.scss +0 -45
- package/dist/scss/v2/_global-layout-variables.scss +0 -65
- package/dist/scss/v2/_global-theme-variables.scss +0 -173
- package/dist/scss/v2/_icons.scss +0 -36
- package/dist/scss/v2/_palette-variables.scss +0 -55
- package/dist/scss/v2/_utils.scss +0 -212
- package/dist/scss/v2/_variables.scss +0 -2
- package/dist/scss/v2/common/CTAButton/CTAButton-layout.scss +0 -4
- package/dist/scss/v2/common/CTAButton/CTAButton-theme.scss +0 -42
- package/dist/scss/v2/common/CircleFAButton/CircleFAButton-layout.scss +0 -14
- package/dist/scss/v2/common/CircleFAButton/CircleFAButton-theme.scss +0 -35
- package/dist/scss/v2/index.layout.scss +0 -49
- package/dist/scss/v2/index.scss +0 -50
- package/dist/scss/v2/vendor/emoji-mart.scss +0 -514
- package/dist/scss/v2/vendor/react-image-gallery.scss +0 -258
- /package/dist/{assets → css/assets}/EmojiOneColor.woff2 +0 -0
- /package/dist/{assets → css/assets}/NotoColorEmoji-flags.woff2 +0 -0
package/dist/cjs/mp3-encoder.js
CHANGED
|
@@ -22,7 +22,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
22
22
|
mod
|
|
23
23
|
));
|
|
24
24
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
25
|
-
const audioProcessing = require("
|
|
25
|
+
const audioProcessing = require("./audioProcessing.56e5db9d.js");
|
|
26
26
|
const ENCODING_BIT_RATE = 128;
|
|
27
27
|
const COUNT_SAMPLES_PER_ENCODED_BLOCK = 1152;
|
|
28
28
|
const float32ArrayToInt16Array = (float32Arr) => {
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* png based woff for most browsers */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: ReplaceFlagEmojiPNG;
|
|
4
|
+
src: url("assets/NotoColorEmoji-flags.woff2") format("woff2");
|
|
5
|
+
/* using the unicode-range attribute to limit the reach of the Flag Emoji web font to only flags */
|
|
6
|
+
unicode-range: U+1F1E6-1F1FF;
|
|
7
|
+
}
|
|
8
|
+
/* svg based for firefox */
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: ReplaceFlagEmojiSVG;
|
|
11
|
+
src: url("assets/EmojiOneColor.woff2") format("woff2");
|
|
12
|
+
unicode-range: U+1F1E6-1F1FF;
|
|
13
|
+
}
|
|
14
|
+
.str-chat--windows-flags .str-chat__textarea__textarea,
|
|
15
|
+
.str-chat--windows-flags .str-chat__message-textarea,
|
|
16
|
+
.str-chat--windows-flags .str-chat__message-text-inner *,
|
|
17
|
+
.str-chat--windows-flags .str-chat__emoji-item--entity,
|
|
18
|
+
.str-chat--windows-flags .emoji-mart-emoji-native * {
|
|
19
|
+
font-family: ReplaceFlagEmojiPNG, var(--str-chat__font-family), sans-serif;
|
|
20
|
+
font-display: swap;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@-moz-document url-prefix('') {
|
|
24
|
+
.str-chat--windows-flags .str-chat__textarea__textarea,
|
|
25
|
+
.str-chat--windows-flags .str-chat__message-textarea,
|
|
26
|
+
.str-chat--windows-flags .str-chat__message-text-inner *,
|
|
27
|
+
.str-chat--windows-flags .str-chat__emoji-item--entity,
|
|
28
|
+
.str-chat--windows-flags .emoji-mart-emoji-native * {
|
|
29
|
+
font-family: ReplaceFlagEmojiSVG, var(--str-chat__font-family), sans-serif;
|
|
30
|
+
font-display: swap;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/*# sourceMappingURL=emoji-replacement.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/styling/_emoji-replacement.scss"],"names":[],"mappings":"AAEA;AACA;EACE;EACA;AACA;EACA,eAPyB;;AAU3B;AACA;EACE;EACA;EACA,eAdyB;;AAmBzB;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;;;AAIJ;EAEI;AAAA;AAAA;AAAA;AAAA;IAKE;IACA","file":"emoji-replacement.css"}
|
package/dist/css/index.css
CHANGED
|
@@ -1097,22 +1097,6 @@
|
|
|
1097
1097
|
-moz-appearance: textfield;
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
|
-
/* declare asset path, useful if you want to create your own style bundle */
|
|
1101
|
-
@font-face {
|
|
1102
|
-
font-family: "stream-chat-icons";
|
|
1103
|
-
src: url("../assets/icons/stream-chat-icons.eot");
|
|
1104
|
-
src: url("../assets/icons/stream-chat-icons.eot#iefix") format("embedded-opentype"), url("../assets/icons/stream-chat-icons.woff") format("woff2"), url("../assets/icons/stream-chat-icons.woff") format("woff"), url("../assets/icons/stream-chat-icons.ttf") format("truetype"), url("../assets/icons/stream-chat-icons.svg#stream-chat-icons") format("svg");
|
|
1105
|
-
font-weight: normal;
|
|
1106
|
-
font-style: normal;
|
|
1107
|
-
}
|
|
1108
|
-
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
1109
|
-
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
1110
|
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
1111
|
-
@font-face {
|
|
1112
|
-
font-family: "stream-chat-icons";
|
|
1113
|
-
src: url("../assets/icons/stream-chat-icons.svg#stream-chat-icons") format("svg");
|
|
1114
|
-
}
|
|
1115
|
-
}
|
|
1116
1100
|
.str-chat__icon {
|
|
1117
1101
|
flex-shrink: 0;
|
|
1118
1102
|
width: 1em;
|
|
@@ -1120,7 +1104,7 @@
|
|
|
1120
1104
|
fill: currentColor;
|
|
1121
1105
|
}
|
|
1122
1106
|
|
|
1123
|
-
.str-chat__icon--exclamation-
|
|
1107
|
+
.str-chat__icon--exclamation-mark {
|
|
1124
1108
|
stroke: currentColor;
|
|
1125
1109
|
}
|
|
1126
1110
|
|
|
@@ -1892,6 +1876,66 @@
|
|
|
1892
1876
|
top: var(--spacing-xs);
|
|
1893
1877
|
}
|
|
1894
1878
|
|
|
1879
|
+
@keyframes str-chat-context-menu-roll-in-from-left {
|
|
1880
|
+
from {
|
|
1881
|
+
opacity: 0.12;
|
|
1882
|
+
transform: translateX(16px) scale(0.98);
|
|
1883
|
+
}
|
|
1884
|
+
to {
|
|
1885
|
+
opacity: 1;
|
|
1886
|
+
transform: translateX(0) scale(1);
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
@keyframes str-chat-context-menu-roll-in-from-right {
|
|
1890
|
+
from {
|
|
1891
|
+
opacity: 0.12;
|
|
1892
|
+
transform: translateX(-16px) scale(0.98);
|
|
1893
|
+
}
|
|
1894
|
+
to {
|
|
1895
|
+
opacity: 1;
|
|
1896
|
+
transform: translateX(0) scale(1);
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1899
|
+
@keyframes str-chat-context-menu-roll-in-from-top {
|
|
1900
|
+
from {
|
|
1901
|
+
opacity: 0.12;
|
|
1902
|
+
transform: translateY(14px) scale(0.98);
|
|
1903
|
+
}
|
|
1904
|
+
to {
|
|
1905
|
+
opacity: 1;
|
|
1906
|
+
transform: translateY(0) scale(1);
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
@keyframes str-chat-context-menu-roll-in-from-bottom {
|
|
1910
|
+
from {
|
|
1911
|
+
opacity: 0.12;
|
|
1912
|
+
transform: translateY(-14px) scale(0.98);
|
|
1913
|
+
}
|
|
1914
|
+
to {
|
|
1915
|
+
opacity: 1;
|
|
1916
|
+
transform: translateY(0) scale(1);
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
@keyframes str-chat-context-menu-submenu-forward {
|
|
1920
|
+
from {
|
|
1921
|
+
opacity: 0.18;
|
|
1922
|
+
transform: translateX(28px);
|
|
1923
|
+
}
|
|
1924
|
+
to {
|
|
1925
|
+
opacity: 1;
|
|
1926
|
+
transform: translateX(0);
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
@keyframes str-chat-context-menu-submenu-backward {
|
|
1930
|
+
from {
|
|
1931
|
+
opacity: 0.18;
|
|
1932
|
+
transform: translateX(-32px);
|
|
1933
|
+
}
|
|
1934
|
+
to {
|
|
1935
|
+
opacity: 1;
|
|
1936
|
+
transform: translateX(0);
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1895
1939
|
.str-chat {
|
|
1896
1940
|
/*
|
|
1897
1941
|
* Dialog theme variables (ported from @stream-chat-css v2 Dialog theme),
|
|
@@ -1929,6 +1973,12 @@
|
|
|
1929
1973
|
--str-chat__dialog-menu-button-border-inline-start: none;
|
|
1930
1974
|
--str-chat__dialog-menu-button-border-inline-end: none;
|
|
1931
1975
|
--str-chat__dialog-menu-button-box-shadow: none;
|
|
1976
|
+
--str-chat__menu-roll-duration: 170ms;
|
|
1977
|
+
--str-chat__menu-roll-ease: cubic-bezier(0.22, 1, 0.36, 1);
|
|
1978
|
+
--str-chat__menu-submenu-forward-duration: 280ms;
|
|
1979
|
+
--str-chat__menu-submenu-backward-duration: 400ms;
|
|
1980
|
+
--str-chat__menu-submenu-forward-ease: cubic-bezier(0.2, 0.95, 0.25, 1);
|
|
1981
|
+
--str-chat__menu-submenu-backward-ease: cubic-bezier(0.16, 0.92, 0.2, 1);
|
|
1932
1982
|
}
|
|
1933
1983
|
.str-chat .str-chat__context-menu {
|
|
1934
1984
|
background: var(--str-chat__dialog-menu-background-color);
|
|
@@ -1988,6 +2038,19 @@
|
|
|
1988
2038
|
display: flex;
|
|
1989
2039
|
flex-direction: column;
|
|
1990
2040
|
gap: var(--spacing-xxxs);
|
|
2041
|
+
overflow-x: hidden;
|
|
2042
|
+
}
|
|
2043
|
+
.str-chat .str-chat__context-menu .str-chat__context-menu__body.str-chat__context-menu__body--submenu-forward {
|
|
2044
|
+
animation-duration: var(--str-chat__menu-submenu-forward-duration, 220ms);
|
|
2045
|
+
animation-name: var(--str-chat__context-menu-submenu-forward-animation, str-chat-context-menu-submenu-forward);
|
|
2046
|
+
animation-timing-function: var(--str-chat__menu-submenu-forward-ease, cubic-bezier(0.25, 0.9, 0.35, 1));
|
|
2047
|
+
transform-origin: var(--str-chat__context-menu-submenu-forward-transform-origin, left center);
|
|
2048
|
+
}
|
|
2049
|
+
.str-chat .str-chat__context-menu .str-chat__context-menu__body.str-chat__context-menu__body--submenu-backward {
|
|
2050
|
+
animation-duration: var(--str-chat__menu-submenu-backward-duration, 320ms);
|
|
2051
|
+
animation-name: var(--str-chat__context-menu-submenu-backward-animation, str-chat-context-menu-submenu-backward);
|
|
2052
|
+
animation-timing-function: var(--str-chat__menu-submenu-backward-ease, cubic-bezier(0.2, 0.75, 0.2, 1));
|
|
2053
|
+
transform-origin: var(--str-chat__context-menu-submenu-backward-transform-origin, right center);
|
|
1991
2054
|
}
|
|
1992
2055
|
.str-chat .str-chat__context-menu .str-chat__context-menu__button {
|
|
1993
2056
|
background: var(--str-chat__dialog-menu-button-background-color);
|
|
@@ -2053,6 +2116,72 @@
|
|
|
2053
2116
|
.str-chat .str-chat__context-menu .str-chat__user-context-menu__button {
|
|
2054
2117
|
font-weight: var(--typography-font-weight-regular, 400);
|
|
2055
2118
|
}
|
|
2119
|
+
.str-chat [data-str-chat-placement^=right] > .str-chat__context-menu {
|
|
2120
|
+
animation: str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2121
|
+
transform-origin: left center;
|
|
2122
|
+
}
|
|
2123
|
+
.str-chat [data-str-chat-placement^=left] > .str-chat__context-menu {
|
|
2124
|
+
animation: str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2125
|
+
transform-origin: right center;
|
|
2126
|
+
}
|
|
2127
|
+
.str-chat [data-str-chat-placement^=bottom] > .str-chat__context-menu {
|
|
2128
|
+
animation: str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2129
|
+
transform-origin: center top;
|
|
2130
|
+
}
|
|
2131
|
+
.str-chat [data-str-chat-placement^=top] > .str-chat__context-menu {
|
|
2132
|
+
animation: str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2133
|
+
transform-origin: center bottom;
|
|
2134
|
+
}
|
|
2135
|
+
.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=right] > .str-chat__context-menu {
|
|
2136
|
+
animation: str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease) reverse forwards;
|
|
2137
|
+
transform-origin: left center;
|
|
2138
|
+
}
|
|
2139
|
+
.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=left] > .str-chat__context-menu {
|
|
2140
|
+
animation: str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease) reverse forwards;
|
|
2141
|
+
transform-origin: right center;
|
|
2142
|
+
}
|
|
2143
|
+
.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=bottom] > .str-chat__context-menu {
|
|
2144
|
+
animation: str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease) reverse forwards;
|
|
2145
|
+
transform-origin: center top;
|
|
2146
|
+
}
|
|
2147
|
+
.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=top] > .str-chat__context-menu {
|
|
2148
|
+
animation: str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease) reverse forwards;
|
|
2149
|
+
transform-origin: center bottom;
|
|
2150
|
+
}
|
|
2151
|
+
.str-chat .str-chat__context-menu__submenu-container:not([data-str-chat-roll-from])[data-str-chat-roll-axis=x][data-str-chat-placement^=left] > .str-chat__context-menu {
|
|
2152
|
+
animation: str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2153
|
+
transform-origin: right center;
|
|
2154
|
+
}
|
|
2155
|
+
.str-chat .str-chat__context-menu__submenu-container:not([data-str-chat-roll-from])[data-str-chat-roll-axis=x]:not([data-str-chat-placement^=left]) > .str-chat__context-menu {
|
|
2156
|
+
animation: str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2157
|
+
transform-origin: left center;
|
|
2158
|
+
}
|
|
2159
|
+
.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=left] > .str-chat__context-menu {
|
|
2160
|
+
animation: str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2161
|
+
transform-origin: left center;
|
|
2162
|
+
}
|
|
2163
|
+
.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=right] > .str-chat__context-menu {
|
|
2164
|
+
animation: str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2165
|
+
transform-origin: right center;
|
|
2166
|
+
}
|
|
2167
|
+
.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=top] > .str-chat__context-menu {
|
|
2168
|
+
animation: str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2169
|
+
transform-origin: center top;
|
|
2170
|
+
}
|
|
2171
|
+
.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=bottom] > .str-chat__context-menu {
|
|
2172
|
+
animation: str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration, 130ms) var(--str-chat__menu-roll-ease);
|
|
2173
|
+
transform-origin: center bottom;
|
|
2174
|
+
}
|
|
2175
|
+
.str-chat .str-chat__context-menu[data-str-chat-enable-animations=false],
|
|
2176
|
+
.str-chat .str-chat__context-menu[data-str-chat-enable-animations=false] .str-chat__context-menu__body {
|
|
2177
|
+
animation: none !important;
|
|
2178
|
+
transform: none !important;
|
|
2179
|
+
}
|
|
2180
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2181
|
+
.str-chat [data-str-chat-placement] > .str-chat__context-menu {
|
|
2182
|
+
animation: none;
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2056
2185
|
|
|
2057
2186
|
.str-chat__dialog-overlay {
|
|
2058
2187
|
inset: 0;
|
|
@@ -2616,9 +2745,14 @@
|
|
|
2616
2745
|
display: flex;
|
|
2617
2746
|
align-items: center;
|
|
2618
2747
|
justify-content: center;
|
|
2619
|
-
padding: var(--spacing-xs);
|
|
2748
|
+
padding-block: var(--spacing-xs);
|
|
2749
|
+
padding-inline-start: var(--spacing-xs);
|
|
2750
|
+
padding-inline-end: var(--spacing-sm);
|
|
2620
2751
|
min-height: 60px;
|
|
2621
2752
|
}
|
|
2753
|
+
.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__play-button-container {
|
|
2754
|
+
padding: var(--spacing-xxs);
|
|
2755
|
+
}
|
|
2622
2756
|
.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata {
|
|
2623
2757
|
min-width: 180px;
|
|
2624
2758
|
padding-inline: var(--spacing-xs);
|
|
@@ -2662,14 +2796,16 @@
|
|
|
2662
2796
|
}
|
|
2663
2797
|
|
|
2664
2798
|
.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-bubble {
|
|
2665
|
-
padding: 0;
|
|
2666
|
-
background-color: transparent;
|
|
2667
2799
|
border: 1px solid var(--chat-border-incoming);
|
|
2668
2800
|
box-shadow: var(--background-core-elevation-0);
|
|
2669
2801
|
}
|
|
2670
2802
|
.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment {
|
|
2671
2803
|
background-color: var(--chat-bg-incoming);
|
|
2672
2804
|
}
|
|
2805
|
+
.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment .str-chat__message-attachment__voice-recording-widget {
|
|
2806
|
+
padding: unset;
|
|
2807
|
+
padding-inline-end: var(--spacing-xxs);
|
|
2808
|
+
}
|
|
2673
2809
|
|
|
2674
2810
|
.str-chat__message--me .str-chat__message-attachment {
|
|
2675
2811
|
background-color: var(--chat-bg-attachment-outgoing);
|
|
@@ -3492,7 +3628,7 @@
|
|
|
3492
3628
|
position: absolute;
|
|
3493
3629
|
width: calc(100% + 4px);
|
|
3494
3630
|
height: calc(100% + 4px);
|
|
3495
|
-
border: 2px solid var(--border-core-
|
|
3631
|
+
border: 2px solid var(--border-core-inverse);
|
|
3496
3632
|
border-radius: inherit;
|
|
3497
3633
|
}
|
|
3498
3634
|
.str-chat__avatar .str-chat__avatar-status-badge {
|
|
@@ -5094,6 +5230,7 @@
|
|
|
5094
5230
|
.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback,
|
|
5095
5231
|
.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview {
|
|
5096
5232
|
flex: 1;
|
|
5233
|
+
min-width: 0;
|
|
5097
5234
|
display: flex;
|
|
5098
5235
|
align-items: center;
|
|
5099
5236
|
gap: var(--spacing-md);
|
|
@@ -5116,7 +5253,7 @@
|
|
|
5116
5253
|
.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback--isPlaying .str-chat__recording-timer {
|
|
5117
5254
|
color: var(--chat-waveform-bar-playing);
|
|
5118
5255
|
}
|
|
5119
|
-
.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview .str-chat__icon--
|
|
5256
|
+
.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview .str-chat__icon--voice {
|
|
5120
5257
|
height: var(--icon-size-sm);
|
|
5121
5258
|
width: var(--icon-size-sm);
|
|
5122
5259
|
color: var(--button-destructive-text);
|
|
@@ -5166,11 +5303,11 @@
|
|
|
5166
5303
|
}
|
|
5167
5304
|
.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,
|
|
5168
5305
|
.str-chat__audio_recorder .str-chat__waveform-box-container {
|
|
5306
|
+
flex: 1 1 auto;
|
|
5169
5307
|
display: flex;
|
|
5170
5308
|
align-items: center;
|
|
5171
|
-
width:
|
|
5309
|
+
width: auto;
|
|
5172
5310
|
min-width: 0;
|
|
5173
|
-
flex-shrink: 1;
|
|
5174
5311
|
}
|
|
5175
5312
|
.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container {
|
|
5176
5313
|
max-width: 500px;
|
|
@@ -5181,7 +5318,7 @@
|
|
|
5181
5318
|
.str-chat__audio_recorder .str-chat__wave-progress-bar__track {
|
|
5182
5319
|
display: flex;
|
|
5183
5320
|
min-width: 0;
|
|
5184
|
-
width:
|
|
5321
|
+
width: 100%;
|
|
5185
5322
|
align-items: center;
|
|
5186
5323
|
flex-wrap: nowrap;
|
|
5187
5324
|
height: 2rem;
|
|
@@ -5196,7 +5333,7 @@
|
|
|
5196
5333
|
padding-inline: var(--spacing-xs);
|
|
5197
5334
|
}
|
|
5198
5335
|
.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container .str-chat__wave-progress-bar__track {
|
|
5199
|
-
flex:
|
|
5336
|
+
flex: 1 1 auto;
|
|
5200
5337
|
}
|
|
5201
5338
|
.str-chat__audio_recorder .str-chat__audio_recorder__recording-controls {
|
|
5202
5339
|
display: flex;
|
|
@@ -5336,16 +5473,6 @@
|
|
|
5336
5473
|
max-width: var(--str-chat__message-max-width);
|
|
5337
5474
|
}
|
|
5338
5475
|
|
|
5339
|
-
.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-bubble {
|
|
5340
|
-
padding: 0;
|
|
5341
|
-
}
|
|
5342
|
-
.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-giphy-attachment .str-chat__message-bubble {
|
|
5343
|
-
padding: 0;
|
|
5344
|
-
}
|
|
5345
|
-
.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-giphy-attachment .str-chat__message-text {
|
|
5346
|
-
display: none;
|
|
5347
|
-
}
|
|
5348
|
-
|
|
5349
5476
|
.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-giphy-attachment .str-chat__message-bubble {
|
|
5350
5477
|
padding: 0;
|
|
5351
5478
|
}
|
|
@@ -5403,10 +5530,10 @@
|
|
|
5403
5530
|
grid-template-columns: 1fr;
|
|
5404
5531
|
}
|
|
5405
5532
|
.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host {
|
|
5406
|
-
justify-self: flex-
|
|
5533
|
+
justify-self: flex-end;
|
|
5407
5534
|
}
|
|
5408
5535
|
.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--flipped-horizontally) {
|
|
5409
|
-
justify-self: flex-
|
|
5536
|
+
justify-self: flex-start;
|
|
5410
5537
|
}
|
|
5411
5538
|
.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--top) {
|
|
5412
5539
|
padding-inline-start: calc(var(--str-chat__message-reactions-host-offset-x) * -1);
|
|
@@ -5439,10 +5566,10 @@
|
|
|
5439
5566
|
grid-template-columns: 1fr;
|
|
5440
5567
|
}
|
|
5441
5568
|
.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host {
|
|
5442
|
-
justify-self: flex-
|
|
5569
|
+
justify-self: flex-start;
|
|
5443
5570
|
}
|
|
5444
5571
|
.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--flipped-horizontally) {
|
|
5445
|
-
justify-self: flex-
|
|
5572
|
+
justify-self: flex-end;
|
|
5446
5573
|
}
|
|
5447
5574
|
.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--top) {
|
|
5448
5575
|
padding-inline-end: calc(var(--str-chat__message-reactions-host-offset-x) * -1);
|
|
@@ -6129,7 +6256,7 @@
|
|
|
6129
6256
|
.str-chat__message-bounce-alert {
|
|
6130
6257
|
max-width: 300px;
|
|
6131
6258
|
}
|
|
6132
|
-
.str-chat__message-bounce-alert .str-chat__alert-header svg.str-chat__icon--exclamation-
|
|
6259
|
+
.str-chat__message-bounce-alert .str-chat__alert-header svg.str-chat__icon--exclamation-mark {
|
|
6133
6260
|
color: var(--text-tertiary);
|
|
6134
6261
|
}
|
|
6135
6262
|
|
|
@@ -6352,7 +6479,7 @@
|
|
|
6352
6479
|
background-color: var(--str-chat__attachment-preview-media-overlay-pressed-background-color);
|
|
6353
6480
|
}
|
|
6354
6481
|
.str-chat .str-chat__attachment-preview-media__overlay .str-chat__loading-indicator,
|
|
6355
|
-
.str-chat .str-chat__attachment-preview-media__overlay .str-chat__icon--exclamation-
|
|
6482
|
+
.str-chat .str-chat__attachment-preview-media__overlay .str-chat__icon--exclamation-mark {
|
|
6356
6483
|
width: 14px;
|
|
6357
6484
|
height: 14px;
|
|
6358
6485
|
position: absolute;
|
|
@@ -6713,7 +6840,7 @@
|
|
|
6713
6840
|
--str-chat__cooldown-border-inline-start: 0;
|
|
6714
6841
|
--str-chat__cooldown-border-inline-end: 0;
|
|
6715
6842
|
--str-chat__cooldown-box-shadow: none;
|
|
6716
|
-
--str-chat__message-composer-max-width:
|
|
6843
|
+
--str-chat__message-composer-max-width: 1120px;
|
|
6717
6844
|
--str-chat__message-composer-padding: var(--spacing-md);
|
|
6718
6845
|
--str-chat__message-composer-command-transition-duration: 280ms;
|
|
6719
6846
|
--str-chat__message-composer-command-ease: cubic-bezier(0.22, 1, 0.32, 1);
|
|
@@ -6894,11 +7021,11 @@
|
|
|
6894
7021
|
height: var(--icon-size-md);
|
|
6895
7022
|
width: var(--icon-size-md);
|
|
6896
7023
|
}
|
|
6897
|
-
.str-chat .str-chat__message-composer-controls .str-chat__start-recording-audio-button .str-chat__icon--
|
|
7024
|
+
.str-chat .str-chat__message-composer-controls .str-chat__start-recording-audio-button .str-chat__icon--voice {
|
|
6898
7025
|
height: var(--icon-size-md);
|
|
6899
7026
|
width: var(--icon-size-md);
|
|
6900
7027
|
}
|
|
6901
|
-
.str-chat .str-chat__message-composer-controls .str-chat__send-button .str-chat__icon--
|
|
7028
|
+
.str-chat .str-chat__message-composer-controls .str-chat__send-button .str-chat__icon--send {
|
|
6902
7029
|
height: var(--icon-size-md);
|
|
6903
7030
|
width: var(--icon-size-md);
|
|
6904
7031
|
}
|
|
@@ -7015,7 +7142,7 @@
|
|
|
7015
7142
|
height: var(--typography-font-size-xs);
|
|
7016
7143
|
width: var(--typography-font-size-xs);
|
|
7017
7144
|
}
|
|
7018
|
-
.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__icon--
|
|
7145
|
+
.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__icon--voice path {
|
|
7019
7146
|
stroke-width: 2;
|
|
7020
7147
|
}
|
|
7021
7148
|
.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__quoted-message-preview__message-text {
|
|
@@ -7052,11 +7179,11 @@
|
|
|
7052
7179
|
border-radius: var(--radius-max);
|
|
7053
7180
|
background-color: var(--control-play-control-bg);
|
|
7054
7181
|
}
|
|
7055
|
-
.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator .str-chat__icon--play-
|
|
7182
|
+
.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator .str-chat__icon--play-fill {
|
|
7056
7183
|
height: 12px;
|
|
7057
7184
|
width: 12px;
|
|
7058
7185
|
}
|
|
7059
|
-
.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator .str-chat__icon--play-
|
|
7186
|
+
.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator .str-chat__icon--play-fill path {
|
|
7060
7187
|
fill: var(--control-play-control-icon);
|
|
7061
7188
|
}
|
|
7062
7189
|
.str-chat .str-chat__quoted-message-preview--own {
|
|
@@ -7154,7 +7281,7 @@
|
|
|
7154
7281
|
.str-chat__message-list-main-panel {
|
|
7155
7282
|
--str-chat__message-list-scroll-max-width: calc(
|
|
7156
7283
|
var(--str-chat__message-composer-max-width) +
|
|
7157
|
-
var(--str-chat__message-composer-padding)
|
|
7284
|
+
(2 * var(--str-chat__message-composer-padding))
|
|
7158
7285
|
);
|
|
7159
7286
|
}
|
|
7160
7287
|
|
|
@@ -7185,7 +7312,6 @@
|
|
|
7185
7312
|
max-width: 100%;
|
|
7186
7313
|
}
|
|
7187
7314
|
.str-chat__message-list .str-chat__message-list-scroll {
|
|
7188
|
-
/* Max container 800px, 16px padding → 768px readable content; matches composer width + padding */
|
|
7189
7315
|
max-width: var(--str-chat__message-list-scroll-max-width);
|
|
7190
7316
|
}
|
|
7191
7317
|
.str-chat__message-list .str-chat__message-list-scroll .str-chat__ul {
|
|
@@ -7971,7 +8097,9 @@
|
|
|
7971
8097
|
border-top: 1px solid var(--border-core-default);
|
|
7972
8098
|
}
|
|
7973
8099
|
.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option--has-more-votes,
|
|
7974
|
-
.str-chat__modal__poll-results .str-
|
|
8100
|
+
.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option--has-votes,
|
|
8101
|
+
.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option--has-more-votes,
|
|
8102
|
+
.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option--has-votes {
|
|
7975
8103
|
padding-bottom: 0;
|
|
7976
8104
|
}
|
|
7977
8105
|
.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option {
|
|
@@ -8378,10 +8506,20 @@
|
|
|
8378
8506
|
gap: var(--spacing-xs);
|
|
8379
8507
|
padding-inline: calc(var(--spacing-sm) + var(--spacing-xxs));
|
|
8380
8508
|
}
|
|
8509
|
+
.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-icon {
|
|
8510
|
+
font-size: 14px;
|
|
8511
|
+
line-height: 20px;
|
|
8512
|
+
font-family: system-ui;
|
|
8513
|
+
font-style: normal;
|
|
8514
|
+
letter-spacing: 0;
|
|
8515
|
+
display: flex;
|
|
8516
|
+
}
|
|
8381
8517
|
.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-info {
|
|
8382
8518
|
display: flex;
|
|
8383
8519
|
flex-direction: column;
|
|
8384
8520
|
gap: var(--spacing-xxxs);
|
|
8521
|
+
flex-grow: 1;
|
|
8522
|
+
min-width: 0;
|
|
8385
8523
|
}
|
|
8386
8524
|
.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-info .str-chat__message-reactions-detail__user-list-item-username {
|
|
8387
8525
|
color: var(--text-primary);
|
|
@@ -8397,6 +8535,7 @@
|
|
|
8397
8535
|
color: var(--text-tertiary);
|
|
8398
8536
|
font: var(--str-chat__metadata-default-text);
|
|
8399
8537
|
cursor: pointer;
|
|
8538
|
+
align-self: flex-start;
|
|
8400
8539
|
}
|
|
8401
8540
|
|
|
8402
8541
|
.str-chat__search {
|