@epam/ai-dial-conversation-panel 1.1.0-dev.44 → 1.1.0-dev.45

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 +10 -5
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -489,14 +489,19 @@ var q = /* @__PURE__ */ function(e) {
489
489
  let { tabClassName: a = "dial-tiny-semi-text" } = i?.typography ?? {};
490
490
  return /* @__PURE__ */ A("div", {
491
491
  className: "flex flex-nowrap gap-1",
492
+ role: "tablist",
492
493
  children: e.map((e) => {
493
494
  let i = t === e.id;
494
- return /* @__PURE__ */ A(_, {
495
- label: e.label,
496
- selected: i,
497
- onClick: () => n(e.id),
495
+ return /* @__PURE__ */ A("div", {
496
+ role: "tab",
498
497
  "aria-selected": i,
499
- className: r("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", a, Y.tabContainer, i && Y.tabActive)
498
+ className: "contents",
499
+ children: /* @__PURE__ */ A(_, {
500
+ label: e.label,
501
+ selected: i,
502
+ onClick: () => n(e.id),
503
+ className: r("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", a, Y.tabContainer, i && Y.tabActive)
504
+ })
500
505
  }, e.id);
501
506
  })
502
507
  });
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.1.0-dev.44",
4
+ "version": "1.1.0-dev.45",
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.1.0-dev.44",
21
+ "@epam/ai-dial-kit": "1.1.0-dev.45",
22
22
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.12"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^19.0.0",
26
26
  "@tabler/icons-react": "^3.0.0",
27
- "@epam/ai-dial-chat-shared": "1.1.0-dev.44",
28
- "@epam/ai-dial-sidebar": "1.1.0-dev.44"
27
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.45",
28
+ "@epam/ai-dial-sidebar": "1.1.0-dev.45"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",