@epam/ai-dial-sidebar 1.0.0-dev.513 → 1.0.0-dev.514
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 +3 -3
package/index.js
CHANGED
|
@@ -52296,7 +52296,7 @@ b(({ icon: e, label: t, colors: n }) => /* @__PURE__ */ j("div", {
|
|
|
52296
52296
|
}),
|
|
52297
52297
|
children: /* @__PURE__ */ j(Uo, {
|
|
52298
52298
|
title: t,
|
|
52299
|
-
icon: /* @__PURE__ */ j("span", {
|
|
52299
|
+
icon: e && /* @__PURE__ */ j("span", {
|
|
52300
52300
|
className: FB.icon,
|
|
52301
52301
|
children: e
|
|
52302
52302
|
}),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-sidebar",
|
|
3
3
|
"description": "Resizable sidebar panel shell with header, search, and empty state components",
|
|
4
|
-
"version": "1.0.0-dev.
|
|
4
|
+
"version": "1.0.0-dev.514",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@epam/ai-dial-chat-shared": "1.0.0-dev.
|
|
21
|
-
"@epam/ai-dial-kit": "1.0.0-dev.
|
|
20
|
+
"@epam/ai-dial-chat-shared": "1.0.0-dev.514",
|
|
21
|
+
"@epam/ai-dial-kit": "1.0.0-dev.514",
|
|
22
22
|
"@epam/ai-dial-ui-kit": "0.12.0-dev.28",
|
|
23
23
|
"@tabler/icons-react": "^3.44.0",
|
|
24
24
|
"react": "^19.0.0"
|