igniteui-theming 24.1.0 → 24.1.1
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/package.json
CHANGED
|
@@ -14,23 +14,23 @@
|
|
|
14
14
|
|
|
15
15
|
/// Chat Theme
|
|
16
16
|
/// @param {Map} $schema [$light-material-schema] - The schema used as basis for styling the component.
|
|
17
|
-
/// @
|
|
18
|
-
/// @
|
|
19
|
-
/// @
|
|
20
|
-
/// @
|
|
21
|
-
/// @
|
|
22
|
-
/// @
|
|
23
|
-
/// @
|
|
24
|
-
/// @
|
|
25
|
-
/// @
|
|
26
|
-
/// @
|
|
27
|
-
/// @
|
|
28
|
-
/// @
|
|
29
|
-
/// @
|
|
30
|
-
/// @
|
|
31
|
-
/// @
|
|
32
|
-
/// @
|
|
33
|
-
/// @
|
|
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
|