@epam/ai-dial-conversation-messages 1.0.0-dev.494 → 1.0.0-dev.495

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 +3 -3
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -503,8 +503,8 @@ var Fe = /* @__PURE__ */ function(e) {
503
503
  })]
504
504
  });
505
505
  }, Qe = {
506
- tab: "_tab_1mi6x_1",
507
- tabActive: "_tabActive_1mi6x_13"
506
+ tabContainer: "_tabContainer_rzv03_1",
507
+ tabActive: "_tabActive_rzv03_13"
508
508
  };
509
509
  ke(({ tabs: e, activeTabId: t, onTabChange: n, tabClassName: r = "dial-tiny-semi-text" }) => /* @__PURE__ */ J("div", {
510
510
  className: "flex flex-nowrap gap-1",
@@ -514,7 +514,7 @@ ke(({ tabs: e, activeTabId: t, onTabChange: n, tabClassName: r = "dial-tiny-semi
514
514
  label: e.label,
515
515
  selected: i,
516
516
  onClick: () => n(e.id),
517
- className: f("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", r, Qe.tab, i && Qe.tabActive)
517
+ className: f("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", r, Qe.tabContainer, i && Qe.tabActive)
518
518
  }, e.id);
519
519
  })
520
520
  }));
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.494",
4
+ "version": "1.0.0-dev.495",
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.494",
24
- "@epam/ai-dial-conversation-input": "1.0.0-dev.494",
23
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.495",
24
+ "@epam/ai-dial-conversation-input": "1.0.0-dev.495",
25
25
  "react-markdown": "^10.1.0"
26
26
  },
27
27
  "repository": {