@epam/ai-dial-conversation-stages 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 je = /* @__PURE__ */ function(e) {
503
503
  })]
504
504
  });
505
505
  }, Je = {
506
- tab: "_tab_1mi6x_1",
507
- tabActive: "_tabActive_1mi6x_13"
506
+ tabContainer: "_tabContainer_rzv03_1",
507
+ tabActive: "_tabActive_rzv03_13"
508
508
  };
509
509
  Te(({ tabs: e, activeTabId: t, onTabChange: n, tabClassName: r = "dial-tiny-semi-text" }) => /* @__PURE__ */ q("div", {
510
510
  className: "flex flex-nowrap gap-1",
@@ -514,7 +514,7 @@ Te(({ 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: d("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", r, Je.tab, i && Je.tabActive)
517
+ className: d("box-border h-auto shrink-0 justify-center rounded-full p-2 text-center", r, Je.tabContainer, i && Je.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-stages",
3
3
  "description": "Panel for displaying agent processing stages during LLM response streaming",
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",
@@ -19,9 +19,9 @@
19
19
  "peerDependencies": {
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
- "@epam/ai-dial-chat-shared": "1.0.0-dev.494",
22
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.495",
23
23
  "@epam/ai-dial-ui-kit": "0.12.0-dev.28",
24
- "@epam/ai-dial-conversation-input": "1.0.0-dev.494"
24
+ "@epam/ai-dial-conversation-input": "1.0.0-dev.495"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",