@epam/ai-dial-sidebar 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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -76294,6 +76294,7 @@ b(({ tabs: e, activeTabId: t, onTabChange: n, styles: r }) => {
76294
76294
  label: e.label,
76295
76295
  selected: r,
76296
76296
  onClick: () => n(e.id),
76297
+ "aria-selected": r,
76297
76298
  className: EB("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", i, c3.tabContainer, r && c3.tabActive)
76298
76299
  }, e.id);
76299
76300
  })
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.520",
4
+ "version": "1.0.0-dev.531",
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.520",
21
- "@epam/ai-dial-kit": "1.0.0-dev.520",
20
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.531",
21
+ "@epam/ai-dial-kit": "1.0.0-dev.531",
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"