@epam/ai-dial-publish-panel 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.
- package/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -10067,7 +10067,7 @@ var Th = {
|
|
|
10067
10067
|
}, Ah = (e, t) => {
|
|
10068
10068
|
kh(new Blob([e], { type: "text/plain;charset=utf-8" }), t);
|
|
10069
10069
|
}, jh = {
|
|
10070
|
-
[cn.Model]: "var(--text-
|
|
10070
|
+
[cn.Model]: "var(--text-visual-blue, #1189C8)",
|
|
10071
10071
|
[cn.Agent]: "var(--text-visual-green-1, #059669)",
|
|
10072
10072
|
[cn.Skill]: "var(--text-visual-violet-1, #7C3AED)",
|
|
10073
10073
|
[cn.Toolset]: "var(--text-visual-brown-2, #B45309)",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-publish-panel",
|
|
3
3
|
"description": "Publish-to-folder UI and state flow shared by catalog entity publish and conversation publish",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.284",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"react": "^19.0.0",
|
|
21
21
|
"@tabler/icons-react": "^3.0.0",
|
|
22
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.284",
|
|
23
23
|
"@epam/ai-dial-ui-kit": "*",
|
|
24
24
|
"@epam/ai-dial-react-file-manager": "^0.2.0-dev.3"
|
|
25
25
|
},
|