@epam/ai-dial-conversation-panel 1.1.0-dev.254 → 1.1.0-dev.256

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 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -556,7 +556,7 @@ var Y = /* @__PURE__ */ function(e) {
556
556
  children: /* @__PURE__ */ A("button", {
557
557
  onClick: r,
558
558
  type: "button",
559
- className: n("flex h-[36px] w-full cursor-pointer items-center justify-center gap-2 rounded-full px-3 py-1 shadow-sm hover:shadow-md active:shadow-xs", be.button),
559
+ className: n("flex h-[36px] w-full cursor-pointer items-center justify-center gap-2 rounded-full px-3 py-1 shadow-sm hover:shadow-xs active:shadow-xs", be.button),
560
560
  children: [/* @__PURE__ */ k(te, {
561
561
  size: 18,
562
562
  stroke: 2,
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.1.0-dev.254",
4
+ "version": "1.1.0-dev.256",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -23,8 +23,8 @@
23
23
  "peerDependencies": {
24
24
  "react": "^19.0.0",
25
25
  "@tabler/icons-react": "^3.0.0",
26
- "@epam/ai-dial-chat-shared": "1.1.0-dev.254",
27
- "@epam/ai-dial-sidebar": "1.1.0-dev.254"
26
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.256",
27
+ "@epam/ai-dial-sidebar": "1.1.0-dev.256"
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",