@epam/ai-dial-conversation-panel 1.2.0-dev.34 → 1.2.0-dev.38

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 +2 -2
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -508,7 +508,7 @@ var X = /* @__PURE__ */ function(e) {
508
508
  appearance: M.Selectable,
509
509
  selected: e === i,
510
510
  onClick: () => n(i),
511
- className: N("flex-1 min-w-max justify-center rounded-full !px-2", r)
511
+ className: N("min-w-max flex-1 justify-center rounded-full !px-2", r)
512
512
  }, i))
513
513
  });
514
514
  }), Ue = { button: "_button_1vksy_1" }, We = P(({ label: e, onClick: t, labelClassName: n = "dial-small-semi-text", colors: i }) => /* @__PURE__ */ B("div", {
@@ -940,7 +940,7 @@ var X = /* @__PURE__ */ function(e) {
940
940
  children: t ? te : Xe ? ee : Ze ? N : ""
941
941
  }),
942
942
  /* @__PURE__ */ B("div", {
943
- className: "flex-1 overflow-hidden ps-2 pe-3 py-1",
943
+ className: "flex-1 overflow-hidden py-1 pe-3 ps-2",
944
944
  children: t ? /* @__PURE__ */ B("div", {
945
945
  className: "flex flex-col gap-3 px-2 py-3",
946
946
  children: Array.from({ length: 15 }, (e, t) => /* @__PURE__ */ B(O, {
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.2.0-dev.34",
4
+ "version": "1.2.0-dev.38",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -19,11 +19,11 @@
19
19
  "dependencies": {
20
20
  "react-window": "^2.2.7",
21
21
  "@tabler/icons-react": "^3.44.0",
22
- "@epam/ai-dial-sidebar": "1.2.0-dev.34"
22
+ "@epam/ai-dial-sidebar": "1.2.0-dev.38"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^19.2.8",
26
- "@epam/ai-dial-chat-shared": "1.2.0-dev.34",
26
+ "@epam/ai-dial-chat-shared": "1.2.0-dev.38",
27
27
  "@epam/ai-dial-ui-kit": "^0.14.2"
28
28
  },
29
29
  "repository": {