@epam/ai-dial-conversation-panel 1.0.0-dev.520 → 1.0.0-dev.531
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 -0
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -495,6 +495,7 @@ var q = /* @__PURE__ */ function(e) {
|
|
|
495
495
|
label: e.label,
|
|
496
496
|
selected: i,
|
|
497
497
|
onClick: () => n(e.id),
|
|
498
|
+
"aria-selected": i,
|
|
498
499
|
className: r("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", a, Y.tabContainer, i && Y.tabActive)
|
|
499
500
|
}, e.id);
|
|
500
501
|
})
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-conversation-panel",
|
|
3
3
|
"description": "Virtualized sidebar panel for browsing conversation history with grouping, tabs, and search",
|
|
4
|
-
"version": "1.0.0-dev.
|
|
4
|
+
"version": "1.0.0-dev.531",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"react-window": "^2.2.7",
|
|
21
|
-
"@epam/ai-dial-kit": "1.0.0-dev.
|
|
21
|
+
"@epam/ai-dial-kit": "1.0.0-dev.531"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"react": "^19.0.0",
|
|
25
25
|
"@tabler/icons-react": "^3.0.0",
|
|
26
|
-
"@epam/ai-dial-chat-shared": "1.0.0-dev.
|
|
26
|
+
"@epam/ai-dial-chat-shared": "1.0.0-dev.531",
|
|
27
27
|
"@epam/ai-dial-ui-kit": "0.12.0-dev.28",
|
|
28
|
-
"@epam/ai-dial-sidebar": "1.0.0-dev.
|
|
28
|
+
"@epam/ai-dial-sidebar": "1.0.0-dev.531"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|