@cloudscape-design/chat-components 1.0.16 → 1.0.18
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/chat-bubble/styles.css.js +9 -9
- package/chat-bubble/styles.scoped.css +10 -10
- package/chat-bubble/styles.selectors.js +9 -9
- package/internal/api-docs/components/avatar.js +26 -0
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
|
@@ -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_18ie7_11",
|
|
5
|
+
"message-area": "awsui_message-area_cdujn_18ie7_45",
|
|
6
|
+
"with-loading-bar": "awsui_with-loading-bar_cdujn_18ie7_55",
|
|
7
|
+
"chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_18ie7_58",
|
|
8
|
+
"chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_18ie7_62",
|
|
9
|
+
"avatar": "awsui_avatar_cdujn_18ie7_67",
|
|
10
|
+
"hide": "awsui_hide_cdujn_18ie7_70",
|
|
11
|
+
"content": "awsui_content_cdujn_18ie7_74",
|
|
12
|
+
"actions": "awsui_actions_cdujn_18ie7_78"
|
|
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_18ie7_11:not(#\9) {
|
|
12
12
|
border-collapse: separate;
|
|
13
13
|
border-spacing: 0;
|
|
14
14
|
box-sizing: border-box;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
line-height: var(--line-height-heading-m-50evfk, 22px);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.awsui_message-
|
|
46
|
+
.awsui_message-area_cdujn_18ie7_45:not(#\9) {
|
|
47
47
|
display: flex;
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
gap: var(--space-scaled-s-aqzyko, 12px);
|
|
@@ -53,29 +53,29 @@
|
|
|
53
53
|
border-end-start-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
|
|
54
54
|
border-end-end-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
|
|
55
55
|
}
|
|
56
|
-
.awsui_message-
|
|
56
|
+
.awsui_message-area_cdujn_18ie7_45.awsui_with-loading-bar_cdujn_18ie7_55:not(#\9) {
|
|
57
57
|
padding-block-end: 0;
|
|
58
58
|
}
|
|
59
|
-
.awsui_message-
|
|
59
|
+
.awsui_message-area_cdujn_18ie7_45.awsui_chat-bubble-type-outgoing_cdujn_18ie7_58:not(#\9) {
|
|
60
60
|
color: var(--color-text-chat-bubble-outgoing-bvbr0v, #0f141a);
|
|
61
61
|
background-color: var(--color-background-chat-bubble-outgoing-pfqan2, transparent);
|
|
62
62
|
}
|
|
63
|
-
.awsui_message-
|
|
63
|
+
.awsui_message-area_cdujn_18ie7_45.awsui_chat-bubble-type-incoming_cdujn_18ie7_62:not(#\9) {
|
|
64
64
|
color: var(--color-text-chat-bubble-incoming-x2kig8, #0f141a);
|
|
65
|
-
background-color: var(--color-background-chat-bubble-incoming-
|
|
65
|
+
background-color: var(--color-background-chat-bubble-incoming-8pi0ow, #f6f6f9);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.
|
|
68
|
+
.awsui_avatar_cdujn_18ie7_67:not(#\9) {
|
|
69
69
|
padding-block: var(--space-scaled-xs-26e2du, 8px);
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.awsui_avatar_cdujn_18ie7_67.awsui_hide_cdujn_18ie7_70:not(#\9) {
|
|
72
72
|
opacity: 0;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.
|
|
75
|
+
.awsui_content_cdujn_18ie7_74:not(#\9) {
|
|
76
76
|
/* Used in test utils */
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
.awsui_actions_cdujn_18ie7_78:not(#\9) {
|
|
80
80
|
/* Used in test utils */
|
|
81
81
|
}
|
|
@@ -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_18ie7_11",
|
|
6
|
+
"message-area": "awsui_message-area_cdujn_18ie7_45",
|
|
7
|
+
"with-loading-bar": "awsui_with-loading-bar_cdujn_18ie7_55",
|
|
8
|
+
"chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_18ie7_58",
|
|
9
|
+
"chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_18ie7_62",
|
|
10
|
+
"avatar": "awsui_avatar_cdujn_18ie7_67",
|
|
11
|
+
"hide": "awsui_hide_cdujn_18ie7_70",
|
|
12
|
+
"content": "awsui_content_cdujn_18ie7_74",
|
|
13
|
+
"actions": "awsui_actions_cdujn_18ie7_78"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -51,6 +51,7 @@ module.exports = {
|
|
|
51
51
|
"audio-full",
|
|
52
52
|
"audio-half",
|
|
53
53
|
"audio-off",
|
|
54
|
+
"backward-10-seconds",
|
|
54
55
|
"bug",
|
|
55
56
|
"call",
|
|
56
57
|
"calendar",
|
|
@@ -63,22 +64,36 @@ module.exports = {
|
|
|
63
64
|
"check",
|
|
64
65
|
"contact",
|
|
65
66
|
"close",
|
|
67
|
+
"closed-caption",
|
|
68
|
+
"closed-caption-unavailable",
|
|
66
69
|
"copy",
|
|
70
|
+
"command-prompt",
|
|
67
71
|
"delete-marker",
|
|
68
72
|
"download",
|
|
69
73
|
"drag-indicator",
|
|
70
74
|
"edit",
|
|
71
75
|
"ellipsis",
|
|
72
76
|
"envelope",
|
|
77
|
+
"exit-full-screen",
|
|
73
78
|
"expand",
|
|
74
79
|
"external",
|
|
80
|
+
"face-happy",
|
|
81
|
+
"face-happy-filled",
|
|
82
|
+
"face-neutral",
|
|
83
|
+
"face-neutral-filled",
|
|
84
|
+
"face-sad",
|
|
85
|
+
"face-sad-filled",
|
|
75
86
|
"file-open",
|
|
76
87
|
"file",
|
|
77
88
|
"filter",
|
|
78
89
|
"flag",
|
|
79
90
|
"folder-open",
|
|
80
91
|
"folder",
|
|
92
|
+
"forward-10-seconds",
|
|
93
|
+
"full-screen",
|
|
81
94
|
"gen-ai",
|
|
95
|
+
"globe",
|
|
96
|
+
"grid-view",
|
|
82
97
|
"group-active",
|
|
83
98
|
"group",
|
|
84
99
|
"heart",
|
|
@@ -86,12 +101,18 @@ module.exports = {
|
|
|
86
101
|
"insert-row",
|
|
87
102
|
"key",
|
|
88
103
|
"keyboard",
|
|
104
|
+
"list-view",
|
|
105
|
+
"location-pin",
|
|
89
106
|
"lock-private",
|
|
107
|
+
"map",
|
|
90
108
|
"menu",
|
|
91
109
|
"microphone",
|
|
92
110
|
"microphone-off",
|
|
111
|
+
"mini-player",
|
|
93
112
|
"multiscreen",
|
|
94
113
|
"notification",
|
|
114
|
+
"pause",
|
|
115
|
+
"play",
|
|
95
116
|
"redo",
|
|
96
117
|
"refresh",
|
|
97
118
|
"remove",
|
|
@@ -115,11 +136,13 @@ module.exports = {
|
|
|
115
136
|
"status-warning",
|
|
116
137
|
"subtract-minus",
|
|
117
138
|
"suggestions",
|
|
139
|
+
"support",
|
|
118
140
|
"thumbs-down-filled",
|
|
119
141
|
"thumbs-down",
|
|
120
142
|
"thumbs-up-filled",
|
|
121
143
|
"thumbs-up",
|
|
122
144
|
"ticket",
|
|
145
|
+
"transcript",
|
|
123
146
|
"treeview-collapse",
|
|
124
147
|
"treeview-expand",
|
|
125
148
|
"undo",
|
|
@@ -131,6 +154,9 @@ module.exports = {
|
|
|
131
154
|
"video-off",
|
|
132
155
|
"video-on",
|
|
133
156
|
"video-unavailable",
|
|
157
|
+
"video-camera-off",
|
|
158
|
+
"video-camera-on",
|
|
159
|
+
"video-camera-unavailable",
|
|
134
160
|
"view-full",
|
|
135
161
|
"view-horizontal",
|
|
136
162
|
"view-vertical",
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED