@carbon/ai-chat 1.6.0-rc.0 → 1.6.0

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.
@@ -1791,7 +1791,7 @@ function agentUpdateIsTyping(isTyping) {
1791
1791
  };
1792
1792
  }
1793
1793
 
1794
- const VERSION = "1.5.1";
1794
+ const VERSION = "1.6.0";
1795
1795
 
1796
1796
  const TIME_TO_ENTRANCE_ANIMATION_START = 15e3;
1797
1797
 
@@ -1791,7 +1791,7 @@ function agentUpdateIsTyping(isTyping) {
1791
1791
  };
1792
1792
  }
1793
1793
 
1794
- const VERSION = "1.5.1";
1794
+ const VERSION = "1.6.0";
1795
1795
 
1796
1796
  const TIME_TO_ENTRANCE_ANIMATION_START = 15e3;
1797
1797
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/ai-chat",
3
- "version": "1.6.0-rc.0",
3
+ "version": "1.6.0",
4
4
  "description": "Be sure to review the [chat documentation](https://chat.carbondesignsystem.com/tag/latest/docs/documents/Overview.html).",
5
5
  "author": "IBM Corp",
6
6
  "license": "Apache-2.0",
@@ -126,7 +126,7 @@
126
126
  "react-dom": ">=17.0.0 <20.0.0"
127
127
  },
128
128
  "dependencies": {
129
- "@carbon/ai-chat-components": "^0.8.0-rc.0",
129
+ "@carbon/ai-chat-components": "^0.8.0",
130
130
  "@carbon/icons": "^11.53.0",
131
131
  "@ibm/telemetry-js": "^1.10.2",
132
132
  "@lit/react": "^1.0.6",
@@ -159,5 +159,5 @@
159
159
  "url": "https://github.com/carbon-design-system/carbon-ai-chat/issues"
160
160
  },
161
161
  "homepage": "https://github.com/carbon-design-system/carbon-ai-chat#readme",
162
- "gitHead": "2cbdda64c35c24959cc160d5659b310217b08565"
162
+ "gitHead": "ba2da96881b4e0be6fcd74c164a0defa77a6d906"
163
163
  }
package/telemetry.yml CHANGED
@@ -49,8 +49,8 @@ collect:
49
49
  - tooltip-alignment
50
50
  allowedAttributeStringValues:
51
51
  # General - boolean attributes
52
- - 'true'
53
- - 'false'
52
+ - "true"
53
+ - "false"
54
54
  # cds-aichat-chat-header-avatar - corners
55
55
  - round
56
56
  - square