@epam/ai-dial-chat-shared 1.1.0-dev.281 → 1.1.0-dev.284

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10500,7 +10500,7 @@ var Kp = {
10500
10500
  }, Sm = (e, t) => {
10501
10501
  ym(new Blob([e], { type: "text/plain;charset=utf-8" }), t);
10502
10502
  }, Cm = {
10503
- [fe.Model]: "var(--text-accent, #1D4ED8)",
10503
+ [fe.Model]: "var(--text-visual-blue, #1189C8)",
10504
10504
  [fe.Agent]: "var(--text-visual-green-1, #059669)",
10505
10505
  [fe.Skill]: "var(--text-visual-violet-1, #7C3AED)",
10506
10506
  [fe.Toolset]: "var(--text-visual-brown-2, #B45309)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-chat-shared",
3
3
  "description": "Shared domain models, utilities, and UI components for AI DIAL Chat libraries",
4
- "version": "1.1.0-dev.281",
4
+ "version": "1.1.0-dev.284",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",