@epam/ai-dial-catalog 1.0.0-dev.514 → 1.0.0-dev.517

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":"Catalog.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAqB/D;;;;GAIG;AACH,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAuepC,CAAC"}
1
+ {"version":3,"file":"Catalog.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAqB/D;;;;GAIG;AACH,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CA0epC,CAAC"}
package/index.js CHANGED
@@ -26786,7 +26786,7 @@ var Dx = {
26786
26786
  i && !a && (r(b, i), n([...b, i])), x(null);
26787
26787
  },
26788
26788
  onCreateFolderCancel: () => x(null),
26789
- emptyStateDescription: T ? c.replace("{query}", i.trim()) : void 0
26789
+ emptyStateTitle: T ? c.replace("{query}", i.trim()) : void 0
26790
26790
  }), /* @__PURE__ */ R("button", {
26791
26791
  type: "button",
26792
26792
  disabled: a,
@@ -28842,7 +28842,11 @@ var Dx = {
28842
28842
  })())), await Promise.all(t);
28843
28843
  }, [E]), ct = u(null);
28844
28844
  o(() => {
28845
- if (!I || ct.current === I) return;
28845
+ if (!I) {
28846
+ ct.current = null;
28847
+ return;
28848
+ }
28849
+ if (ct.current === I) return;
28846
28850
  let t = e.find((e) => e.id === I);
28847
28851
  t && (ct.current = I, st(t));
28848
28852
  }, [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-catalog",
3
3
  "description": "Marketplace catalog component for browsing models, tools, and assistants with search, filter, and sort",
4
- "version": "1.0.0-dev.514",
4
+ "version": "1.0.0-dev.517",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -20,9 +20,9 @@
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
22
  "@epam/ai-dial-ui-kit": "0.12.0-dev.28",
23
- "@epam/ai-dial-kit": "1.0.0-dev.514",
24
- "@epam/ai-dial-sidebar": "1.0.0-dev.514",
25
- "@epam/ai-dial-chat-shared": "1.0.0-dev.514",
23
+ "@epam/ai-dial-kit": "1.0.0-dev.517",
24
+ "@epam/ai-dial-sidebar": "1.0.0-dev.517",
25
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.517",
26
26
  "ag-grid-community": "35.3.0"
27
27
  },
28
28
  "repository": {