|
14 | 14 |
|
15 | 15 | /// Chat Theme |
16 | 16 | /// @param {Map} $schema [$light-material-schema] - The schema used as basis for styling the component. |
17 | | -/// @prop {Color} background [null] - The background color of the chat component. |
18 | | -/// @prop {Color} header-background [null] - The background color of the chat header. |
19 | | -/// @prop {Color} header-color [null] - The text color of the chat header. |
20 | | -/// @prop {Color} header-border [null] - The color used for the chat header border. |
21 | | -/// @prop {Color} message-background [null] - The background color of the sent message bubble. |
22 | | -/// @prop {Color} message-color [null] - The text color of the chat messages. |
23 | | -/// @prop {Color} message-actions-color [null] - The icon color of the chat message actions. |
24 | | -/// @prop {Color} file-background [null] - The background color of the image message container. |
25 | | -/// @prop {Color} file-icon-color [null] - The color of the attached file icon. |
26 | | -/// @prop {Color} file-icon-accent-color [null] - The accent color of the attached file icon. |
27 | | -/// @prop {Color} image-background [null] - The background color of the image message container. |
28 | | -/// @prop {Color} image-border [null] - The border color of the image message container. |
29 | | -/// @prop {Color} image-attachment-icon [null] - The color of the message attachment icon. |
30 | | -/// @prop {Color} chat-input-border [null] - The border color of the chat input area. |
31 | | -/// @prop {Color} progress-indicator-color [null] - The color of the progress indicator in the chat component. |
32 | | -/// @prop {Color} code-background [null] - The background color of the code snippets in the chat component. |
33 | | -/// @prop {Color} code-border [null] - The border color of the code snippets in the chat component. |
| 17 | +/// @param {Color} background [null] - The background color of the chat component. |
| 18 | +/// @param {Color} header-background [null] - The background color of the chat header. |
| 19 | +/// @param {Color} header-color [null] - The text color of the chat header. |
| 20 | +/// @param {Color} header-border [null] - The color used for the chat header border. |
| 21 | +/// @param {Color} message-background [null] - The background color of the sent message bubble. |
| 22 | +/// @param {Color} message-color [null] - The text color of the chat messages. |
| 23 | +/// @param {Color} message-actions-color [null] - The icon color of the chat message actions. |
| 24 | +/// @param {Color} file-background [null] - The background color of the image message container. |
| 25 | +/// @param {Color} file-icon-color [null] - The color of the attached file icon. |
| 26 | +/// @param {Color} file-icon-accent-color [null] - The accent color of the attached file icon. |
| 27 | +/// @param {Color} image-background [null] - The background color of the image message container. |
| 28 | +/// @param {Color} image-border [null] - The border color of the image message container. |
| 29 | +/// @param {Color} image-attachment-icon [null] - The color of the message attachment icon. |
| 30 | +/// @param {Color} chat-input-border [null] - The border color of the chat input area. |
| 31 | +/// @param {Color} progress-indicator-color [null] - The color of the progress indicator in the chat component. |
| 32 | +/// @param {Color} code-background [null] - The background color of the code snippets in the chat component. |
| 33 | +/// @param {Color} code-border [null] - The border color of the code snippets in the chat component. |
34 | 34 | /// @requires $light-material-schema |
35 | 35 | /// |
36 | 36 | /// @example scss Change background color |
|
0 commit comments