UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

21 lines 573 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { mergeStyles } from '@fluentui/react'; /** * @private */ export const typingIndicatorContainerStyle = mergeStyles({ minHeight: '2.125rem', // flexFlow set to column-reverse to align the text to the bottom of the container flexFlow: 'column-reverse' }); /** * @private */ export const typingIndicatorStringStyle = mergeStyles({ fontWeight: 400, width: '100%', alignSelf: 'center', wordBreak: 'break-word' }); //# sourceMappingURL=TypingIndicator.styles.js.map