@epam/ai-dial-attachment-canvas 1.0.0-dev.471 → 1.0.0-dev.473
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":"AttachmentCanvas.d.ts","sourceRoot":"","sources":["../../../src/components/AttachmentCanvas/AttachmentCanvas.tsx"],"names":[],"mappings":"AAkBA,OAAO,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"AttachmentCanvas.d.ts","sourceRoot":"","sources":["../../../src/components/AttachmentCanvas/AttachmentCanvas.tsx"],"names":[],"mappings":"AAkBA,OAAO,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AA+V5E,eAAO,MAAM,gBAAgB,6DAA6B,CAAC"}
|
package/index.js
CHANGED
|
@@ -17176,16 +17176,20 @@ var To = fo.map((e) => ({
|
|
|
17176
17176
|
isOpen: t,
|
|
17177
17177
|
orientation: l.Right,
|
|
17178
17178
|
title: s,
|
|
17179
|
-
|
|
17180
|
-
|
|
17179
|
+
labels: {
|
|
17180
|
+
ariaLabel: c,
|
|
17181
|
+
closeLabel: f
|
|
17182
|
+
},
|
|
17181
17183
|
onClose: i,
|
|
17182
17184
|
resizable: !A,
|
|
17183
17185
|
defaultWidth: fe,
|
|
17184
17186
|
minWidth: pe,
|
|
17185
17187
|
maxWidth: me,
|
|
17186
17188
|
onResizeStop: he,
|
|
17187
|
-
|
|
17188
|
-
|
|
17189
|
+
styles: {
|
|
17190
|
+
...je,
|
|
17191
|
+
className: a(t ? "mobile:w-full" : "w-0", _e, je?.className)
|
|
17192
|
+
},
|
|
17189
17193
|
rightActions: B || V || H || Ne ? /* @__PURE__ */ N(le, { children: [
|
|
17190
17194
|
B && /* @__PURE__ */ M(h, {
|
|
17191
17195
|
icon: M(F ? S : T, {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-attachment-canvas",
|
|
3
3
|
"description": "Canvas viewer for rendering attachment content — images, PDFs, JSON, markdown, and plain text",
|
|
4
|
-
"version": "1.0.0-dev.
|
|
4
|
+
"version": "1.0.0-dev.473",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@epam/ai-dial-chat-shared": "1.0.0-dev.
|
|
21
|
-
"@epam/ai-dial-sidebar": "1.0.0-dev.
|
|
20
|
+
"@epam/ai-dial-chat-shared": "1.0.0-dev.473",
|
|
21
|
+
"@epam/ai-dial-sidebar": "1.0.0-dev.473",
|
|
22
22
|
"@epam/ai-dial-ui-kit": "0.12.0-dev.28",
|
|
23
23
|
"@epam/pdf-highlighter-kit": ">=0.0.14",
|
|
24
24
|
"@tabler/icons-react": "^3.44.0",
|