@epam/ai-dial-conversation-messages 1.0.0-dev.530 → 1.0.0-dev.533

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
@@ -496,6 +496,7 @@ je(({ tabs: e, activeTabId: t, onTabChange: n, styles: r }) => {
496
496
  label: e.label,
497
497
  selected: r,
498
498
  onClick: () => n(e.id),
499
+ "aria-selected": r,
499
500
  className: d("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", i, it.tabContainer, r && it.tabActive)
500
501
  }, e.id);
501
502
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-conversation-messages",
3
3
  "description": "Message bubble components for rendering conversation history with actions and source citations",
4
- "version": "1.0.0-dev.530",
4
+ "version": "1.0.0-dev.533",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -20,8 +20,8 @@
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
22
  "@epam/ai-dial-ui-kit": "0.12.0-dev.28",
23
- "@epam/ai-dial-chat-shared": "1.0.0-dev.530",
24
- "@epam/ai-dial-conversation-input": "1.0.0-dev.530",
23
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.533",
24
+ "@epam/ai-dial-conversation-input": "1.0.0-dev.533",
25
25
  "react-markdown": "^10.1.0"
26
26
  },
27
27
  "repository": {