Reintroduce inline metadata with full RTL support
This commit is contained in:
parent
801c70b298
commit
bb066d4a84
10 changed files with 185 additions and 9 deletions
|
@ -11,7 +11,7 @@ import { storiesOf } from '@storybook/react';
|
|||
import { ConversationColors } from '../../types/Colors';
|
||||
import { pngUrl } from '../../storybook/Fixtures';
|
||||
import type { Props as MessagesProps } from './Message';
|
||||
import { Message } from './Message';
|
||||
import { Message, TextDirection } from './Message';
|
||||
import {
|
||||
AUDIO_MP3,
|
||||
IMAGE_PNG,
|
||||
|
@ -95,6 +95,7 @@ const defaultMessageProps: MessagesProps = {
|
|||
showVisualAttachment: action('default--showVisualAttachment'),
|
||||
status: 'sent',
|
||||
text: 'This is really interesting.',
|
||||
textDirection: TextDirection.Default,
|
||||
theme: ThemeType.light,
|
||||
timestamp: Date.now(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue