@epam/ai-dial-source-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 +4 -4
package/index.js CHANGED
@@ -167,7 +167,7 @@ var w = g(({ attachments: e, title: t, searchQuery: n, titleClassName: i = "dial
167
167
  children: H ? A.noResultsLabel : ""
168
168
  }),
169
169
  /* @__PURE__ */ S("div", {
170
- className: "flex-1 overflow-y-auto p-4",
170
+ className: "flex-1 overflow-y-auto p-4 pt-0",
171
171
  children: U
172
172
  })
173
173
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-source-panel",
3
3
  "description": "Panel for displaying conversation sources — uploaded files and generated citations",
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",
@@ -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.1.0-dev.254",
23
- "@epam/ai-dial-sidebar": "1.1.0-dev.254",
24
- "@epam/ai-dial-conversation-input": "1.1.0-dev.254",
22
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.256",
23
+ "@epam/ai-dial-sidebar": "1.1.0-dev.256",
24
+ "@epam/ai-dial-conversation-input": "1.1.0-dev.256",
25
25
  "@epam/ai-dial-ui-kit": "*"
26
26
  },
27
27
  "repository": {