@epam/ai-dial-source-panel 1.1.0-dev.56 → 1.1.0-dev.57

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
@@ -97,7 +97,7 @@ var w = g(({ attachments: t, title: n, searchQuery: r, titleClassName: a = "dial
97
97
  isOpen: e,
98
98
  orientation: c.Right,
99
99
  styles: {
100
- className: e ? "mobile:w-full" : "w-0",
100
+ className: g && e ? "w-full" : void 0,
101
101
  bodyClassName: "flex flex-col overflow-hidden p-0"
102
102
  },
103
103
  labels: A,
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.56",
4
+ "version": "1.1.0-dev.57",
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.56",
23
- "@epam/ai-dial-sidebar": "1.1.0-dev.56",
24
- "@epam/ai-dial-conversation-input": "1.1.0-dev.56",
22
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.57",
23
+ "@epam/ai-dial-sidebar": "1.1.0-dev.57",
24
+ "@epam/ai-dial-conversation-input": "1.1.0-dev.57",
25
25
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.17"
26
26
  },
27
27
  "repository": {