@epam/ai-dial-conversation-panel 1.1.0-dev.443 → 1.1.0-dev.445

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":"ImportExportQueueRow.d.ts","sourceRoot":"","sources":["../../../src/components/ImportExportQueueRow/ImportExportQueueRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,uBAAuB,EAC7B,MAAM,2BAA2B,CAAC;AAgBnC,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EACV,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAI1C,wCAAwC;AACxC,MAAM,WAAW,yBAAyB;IACxC,4CAA4C;IAC5C,GAAG,EAAE,uBAAuB,CAAC;IAC7B,wDAAwD;IACxD,MAAM,EAAE,uBAAuB,CAAC;IAChC,uEAAuE;IACvE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,4DAA4D;IAC5D,MAAM,CAAC,EAAE,uBAAuB,CAAC;CAClC;AAED,wFAAwF;AACxF,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CA4H9D,CAAC"}
1
+ {"version":3,"file":"ImportExportQueueRow.d.ts","sourceRoot":"","sources":["../../../src/components/ImportExportQueueRow/ImportExportQueueRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,uBAAuB,EAC7B,MAAM,2BAA2B,CAAC;AAgBnC,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EACV,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAI1C,wCAAwC;AACxC,MAAM,WAAW,yBAAyB;IACxC,4CAA4C;IAC5C,GAAG,EAAE,uBAAuB,CAAC;IAC7B,wDAAwD;IACxD,MAAM,EAAE,uBAAuB,CAAC;IAChC,uEAAuE;IACvE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,4DAA4D;IAC5D,MAAM,CAAC,EAAE,uBAAuB,CAAC;CAClC;AAED,wFAAwF;AACxF,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CAsH9D,CAAC"}
package/index.js CHANGED
@@ -1036,7 +1036,7 @@ var X = /* @__PURE__ */ function(e) {
1036
1036
  children: [/* @__PURE__ */ z(ee, {
1037
1037
  size: g.SM,
1038
1038
  ariaLabel: n.jobProgressAriaLabel(t.fileName),
1039
- className: "col-start-1 row-start-1 opacity-100 transition-opacity group-focus-within:opacity-0 group-hover:opacity-0"
1039
+ className: "pointer-events-none col-start-1 row-start-1 opacity-100 transition-opacity group-focus-within:opacity-0 group-hover:opacity-0"
1040
1040
  }), /* @__PURE__ */ z(x, {
1041
1041
  "aria-label": n.cancelJobAriaLabel(t.fileName),
1042
1042
  size: y.Small,
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.443",
4
+ "version": "1.1.0-dev.445",
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.443",
27
- "@epam/ai-dial-sidebar": "1.1.0-dev.443"
26
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.445",
27
+ "@epam/ai-dial-sidebar": "1.1.0-dev.445"
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",