@epam/ai-dial-catalog 1.1.0-dev.162 → 1.1.0-dev.167

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;AAsB/D,mHAAmH;AACnH,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAofpC,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;AAsB/D,mHAAmH;AACnH,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAsgBpC,CAAC"}
package/index.js CHANGED
@@ -165061,7 +165061,11 @@ var w9 = {
165061
165061
  fe,
165062
165062
  e,
165063
165063
  gt
165064
- ]);
165064
+ ]), p(() => {
165065
+ if (st == null) return;
165066
+ let t = e.find((e) => e.id === st.id);
165067
+ t && t !== st && ct(t);
165068
+ }, [e, st]);
165065
165069
  let vt = d(async (e, t) => {
165066
165070
  await j?.(e, t), await gt(e);
165067
165071
  }, [j, gt]), yt = d(async (e, t) => {
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.1.0-dev.162",
4
+ "version": "1.1.0-dev.167",
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-kit": "1.1.0-dev.162",
23
- "@epam/ai-dial-chat-shared": "1.1.0-dev.162",
24
- "@epam/ai-dial-publish-panel": "1.1.0-dev.162",
22
+ "@epam/ai-dial-kit": "1.1.0-dev.167",
23
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.167",
24
+ "@epam/ai-dial-publish-panel": "1.1.0-dev.167",
25
25
  "ag-grid-community": "35.3.0",
26
26
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
27
27
  },