@cloudscape-design/chat-components 1.0.34 → 1.0.36

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.
@@ -14,7 +14,7 @@ module.exports = {
14
14
  "name": "ariaLabel",
15
15
  "type": "string",
16
16
  "optional": false,
17
- "description": "Text to describe the avatar for assistive technology.\nWhen more than one avatar is used, provide a unique label for each.\nFor example, \"Avatar of John Doe\" or \"Avatar of generative AI assistant\".\nIf `tooltipText` is used make sure to include it in the `ariaLabel`.\n"
17
+ "description": "Text to describe the avatar for assistive technology.\nWhen more than one avatar is used, provide a unique label for each.\nFor example, \"Avatar of John Doe\" or \"Avatar of generative AI assistant\".\n\nIf `tooltipText` is used make sure to include it in the `ariaLabel`."
18
18
  },
19
19
  {
20
20
  "name": "color",
@@ -38,6 +38,12 @@ module.exports = {
38
38
  "name": "IconProps.Name",
39
39
  "type": "union",
40
40
  "values": [
41
+ "copy",
42
+ "close",
43
+ "pause",
44
+ "play",
45
+ "key",
46
+ "gen-ai",
41
47
  "add-plus",
42
48
  "anchor-link",
43
49
  "angle-left-double",
@@ -65,10 +71,8 @@ module.exports = {
65
71
  "caret-up",
66
72
  "check",
67
73
  "contact",
68
- "close",
69
74
  "closed-caption",
70
75
  "closed-caption-unavailable",
71
- "copy",
72
76
  "command-prompt",
73
77
  "delete-marker",
74
78
  "download",
@@ -93,7 +97,6 @@ module.exports = {
93
97
  "folder",
94
98
  "forward-10-seconds",
95
99
  "full-screen",
96
- "gen-ai",
97
100
  "globe",
98
101
  "grid-view",
99
102
  "group-active",
@@ -101,7 +104,6 @@ module.exports = {
101
104
  "heart",
102
105
  "heart-filled",
103
106
  "insert-row",
104
- "key",
105
107
  "keyboard",
106
108
  "list-view",
107
109
  "location-pin",
@@ -113,8 +115,6 @@ module.exports = {
113
115
  "mini-player",
114
116
  "multiscreen",
115
117
  "notification",
116
- "pause",
117
- "play",
118
118
  "redo",
119
119
  "refresh",
120
120
  "remove",
@@ -168,7 +168,7 @@ module.exports = {
168
168
  ]
169
169
  },
170
170
  "optional": true,
171
- "description": "Specifies the icon to be displayed as Avatar.\nUse `gen-ai` icon for AI assistants. By default `user-profile` icon is used.\nIf you set both `iconName` and `initials`, `initials` will take precedence.\n",
171
+ "description": "Specifies the icon to be displayed as Avatar.\nUse `gen-ai` icon for AI assistants. By default `user-profile` icon is used.\n\nIf you set both `iconName` and `initials`, `initials` will take precedence.",
172
172
  "defaultValue": "\"user-profile\""
173
173
  },
174
174
  {
@@ -200,7 +200,7 @@ module.exports = {
200
200
  "name": "tooltipText",
201
201
  "type": "string",
202
202
  "optional": true,
203
- "description": "The text content shown in the avatar's tooltip.\nWhen you use this property, make sure to include it in the `ariaLabel`.\n"
203
+ "description": "The text content shown in the avatar's tooltip.\n\nWhen you use this property, make sure to include it in the `ariaLabel`."
204
204
  },
205
205
  {
206
206
  "name": "width",
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  "avatar":require('./avatar'),
3
- "chat-bubble":require('./chat-bubble'),
4
3
  "loading-bar":require('./loading-bar'),
4
+ "chat-bubble":require('./chat-bubble'),
5
5
  "support-prompt-group":require('./support-prompt-group')
6
6
  }
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "chat-components";
2
- export var PACKAGE_VERSION = "1.0.0 (d2ecef85)";
2
+ export var PACKAGE_VERSION = "1.0.0 (3a1d006b)";
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 (d2ecef85)",
3
+ "PACKAGE_VERSION": "1.0.0 (3a1d006b)",
4
4
  "THEME": "open-source-visual-refresh",
5
5
  "ALWAYS_VISUAL_REFRESH": true
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "d2ecef85a82bbdb1abc687f64aa00f06c8475919"
2
+ "commit": "3a1d006b8c0cba16f690d6833f6a99c9715b7234"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/chat-components",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cloudscape-design/chat-components.git"