@cloudscape-design/chat-components 1.0.29 → 1.0.31
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,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"message-area": "awsui_message-
|
|
6
|
-
"with-loading-bar": "awsui_with-loading-
|
|
7
|
-
"chat-bubble-type-outgoing": "awsui_chat-bubble-type-
|
|
8
|
-
"chat-bubble-type-incoming": "awsui_chat-bubble-type-
|
|
9
|
-
"avatar": "
|
|
10
|
-
"hide": "
|
|
11
|
-
"content": "
|
|
12
|
-
"actions": "
|
|
4
|
+
"root": "awsui_root_cdujn_1bnjm_11",
|
|
5
|
+
"message-area": "awsui_message-area_cdujn_1bnjm_45",
|
|
6
|
+
"with-loading-bar": "awsui_with-loading-bar_cdujn_1bnjm_57",
|
|
7
|
+
"chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_1bnjm_60",
|
|
8
|
+
"chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_1bnjm_64",
|
|
9
|
+
"avatar": "awsui_avatar_cdujn_1bnjm_69",
|
|
10
|
+
"hide": "awsui_hide_cdujn_1bnjm_72",
|
|
11
|
+
"content": "awsui_content_cdujn_1bnjm_76",
|
|
12
|
+
"actions": "awsui_actions_cdujn_1bnjm_80"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
10
10
|
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
11
|
-
.
|
|
11
|
+
.awsui_root_cdujn_1bnjm_11:not(#\9) {
|
|
12
12
|
border-collapse: separate;
|
|
13
13
|
border-spacing: 0;
|
|
14
14
|
box-sizing: border-box;
|
|
@@ -43,39 +43,41 @@
|
|
|
43
43
|
line-height: var(--line-height-heading-m-50evfk, 22px);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.awsui_message-
|
|
46
|
+
.awsui_message-area_cdujn_1bnjm_45:not(#\9) {
|
|
47
47
|
display: flex;
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
gap: var(--space-scaled-s-aqzyko, 12px);
|
|
50
50
|
padding: var(--space-scaled-s-aqzyko, 12px);
|
|
51
|
+
min-width: 0;
|
|
52
|
+
overflow-x: auto;
|
|
51
53
|
border-start-start-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
|
|
52
54
|
border-start-end-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
|
|
53
55
|
border-end-start-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
|
|
54
56
|
border-end-end-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
|
|
55
57
|
}
|
|
56
|
-
.awsui_message-
|
|
58
|
+
.awsui_message-area_cdujn_1bnjm_45.awsui_with-loading-bar_cdujn_1bnjm_57:not(#\9) {
|
|
57
59
|
padding-block-end: 0;
|
|
58
60
|
}
|
|
59
|
-
.awsui_message-
|
|
61
|
+
.awsui_message-area_cdujn_1bnjm_45.awsui_chat-bubble-type-outgoing_cdujn_1bnjm_60:not(#\9) {
|
|
60
62
|
color: var(--color-text-chat-bubble-outgoing-bvbr0v, #0f141a);
|
|
61
63
|
background-color: var(--color-background-chat-bubble-outgoing-pfqan2, transparent);
|
|
62
64
|
}
|
|
63
|
-
.awsui_message-
|
|
65
|
+
.awsui_message-area_cdujn_1bnjm_45.awsui_chat-bubble-type-incoming_cdujn_1bnjm_64:not(#\9) {
|
|
64
66
|
color: var(--color-text-chat-bubble-incoming-x2kig8, #0f141a);
|
|
65
67
|
background-color: var(--color-background-chat-bubble-incoming-8pi0ow, #f6f6f9);
|
|
66
68
|
}
|
|
67
69
|
|
|
68
|
-
.
|
|
70
|
+
.awsui_avatar_cdujn_1bnjm_69:not(#\9) {
|
|
69
71
|
padding-block: var(--space-scaled-xs-26e2du, 8px);
|
|
70
72
|
}
|
|
71
|
-
.
|
|
73
|
+
.awsui_avatar_cdujn_1bnjm_69.awsui_hide_cdujn_1bnjm_72:not(#\9) {
|
|
72
74
|
opacity: 0;
|
|
73
75
|
}
|
|
74
76
|
|
|
75
|
-
.
|
|
77
|
+
.awsui_content_cdujn_1bnjm_76:not(#\9) {
|
|
76
78
|
/* Used in test utils */
|
|
77
79
|
}
|
|
78
80
|
|
|
79
|
-
.
|
|
81
|
+
.awsui_actions_cdujn_1bnjm_80:not(#\9) {
|
|
80
82
|
/* Used in test utils */
|
|
81
83
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"message-area": "awsui_message-
|
|
7
|
-
"with-loading-bar": "awsui_with-loading-
|
|
8
|
-
"chat-bubble-type-outgoing": "awsui_chat-bubble-type-
|
|
9
|
-
"chat-bubble-type-incoming": "awsui_chat-bubble-type-
|
|
10
|
-
"avatar": "
|
|
11
|
-
"hide": "
|
|
12
|
-
"content": "
|
|
13
|
-
"actions": "
|
|
5
|
+
"root": "awsui_root_cdujn_1bnjm_11",
|
|
6
|
+
"message-area": "awsui_message-area_cdujn_1bnjm_45",
|
|
7
|
+
"with-loading-bar": "awsui_with-loading-bar_cdujn_1bnjm_57",
|
|
8
|
+
"chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_1bnjm_60",
|
|
9
|
+
"chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_1bnjm_64",
|
|
10
|
+
"avatar": "awsui_avatar_cdujn_1bnjm_69",
|
|
11
|
+
"hide": "awsui_hide_cdujn_1bnjm_72",
|
|
12
|
+
"content": "awsui_content_cdujn_1bnjm_76",
|
|
13
|
+
"actions": "awsui_actions_cdujn_1bnjm_80"
|
|
14
14
|
};
|
|
15
15
|
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED