@zealicsolutions/web-ui 0.1.72 → 0.1.73

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.
@@ -1,6 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  import { CSSProperties } from 'styled-components';
3
3
  import { FontSizesTypes, ThemeColors } from 'theme';
4
+ export declare const MATRIX_MESSAGE_ELEMENT_ID = "matrix-message";
5
+ export declare const COMMUNICATION_LINK_ELEMENT_ID = "communication-link";
6
+ export declare const MATRIX_MESSAGE_DATA_ID = "matrix-message-id";
7
+ export declare const COMMUNICATION_LINK_DATA_URL = "communication-link-url";
8
+ export declare const COMMUNICATION_LINK_DATA_TEXT = "communication-link-text";
4
9
  export declare type RichTextEditorProps = Partial<{
5
10
  value: string;
6
11
  font: FontSizesTypes;