@cloudscape-design/chat-components 1.0.69 → 1.0.70
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.
|
@@ -53,6 +53,7 @@ module.exports = {
|
|
|
53
53
|
"arrow-right",
|
|
54
54
|
"arrow-up",
|
|
55
55
|
"arrow-down",
|
|
56
|
+
"at-symbol",
|
|
56
57
|
"audio-full",
|
|
57
58
|
"audio-half",
|
|
58
59
|
"audio-off",
|
|
@@ -102,6 +103,7 @@ module.exports = {
|
|
|
102
103
|
"group",
|
|
103
104
|
"heart",
|
|
104
105
|
"heart-filled",
|
|
106
|
+
"history",
|
|
105
107
|
"insert-row",
|
|
106
108
|
"key",
|
|
107
109
|
"keyboard",
|
|
@@ -127,6 +129,7 @@ module.exports = {
|
|
|
127
129
|
"send",
|
|
128
130
|
"share",
|
|
129
131
|
"shrink",
|
|
132
|
+
"slash",
|
|
130
133
|
"star-filled",
|
|
131
134
|
"star-half",
|
|
132
135
|
"star",
|
package/internal/environment.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "chat-components";
|
|
2
|
-
export var PACKAGE_VERSION = "1.0.0 (
|
|
2
|
+
export var PACKAGE_VERSION = "1.0.0 (d555ae4c)";
|
|
3
3
|
export var THEME = "open-source-visual-refresh";
|
|
4
4
|
export var SYSTEM = "console";
|
|
5
5
|
export var ALWAYS_VISUAL_REFRESH = true;
|
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudscape-design/chat-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.70",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cloudscape-design/chat-components.git"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-config-recommended-scss": "^14.1.0",
|
|
80
80
|
"stylelint-prettier": "^5.0.2",
|
|
81
81
|
"typescript": "^4.9.4",
|
|
82
|
-
"vite": "^6.
|
|
82
|
+
"vite": "^6.4.1",
|
|
83
83
|
"vitest": "^3.2.4"
|
|
84
84
|
},
|
|
85
85
|
"//": "ensure that typedoc uses latest typescript. It prints a warning, but works",
|