@epam/ai-dial-source-panel 1.1.0-dev.209 → 1.1.0-dev.211

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationSourcesPanel.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationSourcesPanel/ConversationSourcesPanel.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;;AAkLnG,wBAA8C"}
1
+ {"version":3,"file":"ConversationSourcesPanel.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationSourcesPanel/ConversationSourcesPanel.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;;AAiLnG,wBAA8C"}
package/index.js CHANGED
@@ -131,8 +131,7 @@ var w = g(({ attachments: e, title: t, searchQuery: n, titleClassName: i = "dial
131
131
  orientation: a.Right,
132
132
  styles: {
133
133
  className: g && t ? "w-full" : void 0,
134
- bodyClassName: "flex flex-col overflow-hidden p-0",
135
- headerClassName: "border-b border-tertiary"
134
+ bodyClassName: "flex flex-col overflow-hidden p-0"
136
135
  },
137
136
  labels: A,
138
137
  title: M,
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.209",
4
+ "version": "1.1.0-dev.211",
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.209",
23
- "@epam/ai-dial-sidebar": "1.1.0-dev.209",
24
- "@epam/ai-dial-conversation-input": "1.1.0-dev.209",
22
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.211",
23
+ "@epam/ai-dial-sidebar": "1.1.0-dev.211",
24
+ "@epam/ai-dial-conversation-input": "1.1.0-dev.211",
25
25
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
26
26
  },
27
27
  "repository": {