@cloudscape-design/chat-components 1.0.17 → 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.
@@ -1,14 +1,14 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_cdujn_ypox2_11",
5
- "message-area": "awsui_message-area_cdujn_ypox2_45",
6
- "with-loading-bar": "awsui_with-loading-bar_cdujn_ypox2_55",
7
- "chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_ypox2_58",
8
- "chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_ypox2_62",
9
- "avatar": "awsui_avatar_cdujn_ypox2_67",
10
- "hide": "awsui_hide_cdujn_ypox2_70",
11
- "content": "awsui_content_cdujn_ypox2_74",
12
- "actions": "awsui_actions_cdujn_ypox2_78"
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
- .awsui_root_cdujn_ypox2_11:not(#\9) {
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-area_cdujn_ypox2_45:not(#\9) {
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-area_cdujn_ypox2_45.awsui_with-loading-bar_cdujn_ypox2_55:not(#\9) {
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-area_cdujn_ypox2_45.awsui_chat-bubble-type-outgoing_cdujn_ypox2_58:not(#\9) {
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-area_cdujn_ypox2_45.awsui_chat-bubble-type-incoming_cdujn_ypox2_62:not(#\9) {
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-ljtp6c, #f3f3f7);
65
+ background-color: var(--color-background-chat-bubble-incoming-8pi0ow, #f6f6f9);
66
66
  }
67
67
 
68
- .awsui_avatar_cdujn_ypox2_67:not(#\9) {
68
+ .awsui_avatar_cdujn_18ie7_67:not(#\9) {
69
69
  padding-block: var(--space-scaled-xs-26e2du, 8px);
70
70
  }
71
- .awsui_avatar_cdujn_ypox2_67.awsui_hide_cdujn_ypox2_70:not(#\9) {
71
+ .awsui_avatar_cdujn_18ie7_67.awsui_hide_cdujn_18ie7_70:not(#\9) {
72
72
  opacity: 0;
73
73
  }
74
74
 
75
- .awsui_content_cdujn_ypox2_74:not(#\9) {
75
+ .awsui_content_cdujn_18ie7_74:not(#\9) {
76
76
  /* Used in test utils */
77
77
  }
78
78
 
79
- .awsui_actions_cdujn_ypox2_78:not(#\9) {
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": "awsui_root_cdujn_ypox2_11",
6
- "message-area": "awsui_message-area_cdujn_ypox2_45",
7
- "with-loading-bar": "awsui_with-loading-bar_cdujn_ypox2_55",
8
- "chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_ypox2_58",
9
- "chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_ypox2_62",
10
- "avatar": "awsui_avatar_cdujn_ypox2_67",
11
- "hide": "awsui_hide_cdujn_ypox2_70",
12
- "content": "awsui_content_cdujn_ypox2_74",
13
- "actions": "awsui_actions_cdujn_ypox2_78"
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",
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "chat-components";
2
- export var PACKAGE_VERSION = "1.0.0 (316e93bb)";
2
+ export var PACKAGE_VERSION = "1.0.0 (ac996e04)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "chat-components",
3
- "PACKAGE_VERSION": "1.0.0 (316e93bb)",
3
+ "PACKAGE_VERSION": "1.0.0 (ac996e04)",
4
4
  "THEME": "open-source-visual-refresh",
5
5
  "ALWAYS_VISUAL_REFRESH": true
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "316e93bbbf6d48de6199c8092dbf56dd6d8c6d82"
2
+ "commit": "ac996e0486f98ecff00d752672535989a86c9a6f"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/chat-components",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cloudscape-design/chat-components.git"