@epam/ai-dial-catalog 1.1.0-dev.158 → 1.1.0-dev.161

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":"DetailsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/Details/DetailsPanel.tsx"],"names":[],"mappings":"AAoBA,OAAO,EACL,EAAE,EAMH,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAqDzE,4EAA4E;AAC5E,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAypB9C,CAAC"}
1
+ {"version":3,"file":"DetailsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/Details/DetailsPanel.tsx"],"names":[],"mappings":"AAoBA,OAAO,EACL,EAAE,EAMH,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAqDzE,4EAA4E;AAC5E,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA2pB9C,CAAC"}
package/index.js CHANGED
@@ -164051,11 +164051,14 @@ var w9 = {
164051
164051
  title: e.name,
164052
164052
  version: e.version
164053
164053
  },
164054
- renderSummary: () => /* @__PURE__ */ F(at, { children: [/* @__PURE__ */ P(O9, {
164055
- item: e,
164056
- iconSize: 40,
164057
- hasFeaturedTag: !1,
164058
- showVersion: !1
164054
+ renderSummary: () => /* @__PURE__ */ F(at, { children: [/* @__PURE__ */ P("div", {
164055
+ className: "min-w-0 flex-1",
164056
+ children: /* @__PURE__ */ P(O9, {
164057
+ item: e,
164058
+ iconSize: 40,
164059
+ hasFeaturedTag: !1,
164060
+ showVersion: !1
164061
+ })
164059
164062
  }), /* @__PURE__ */ P(xe, {
164060
164063
  label: `Version ${e.version} · current`,
164061
164064
  className: I("shrink-0 whitespace-nowrap", R9.currentVersionTag)
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.158",
4
+ "version": "1.1.0-dev.161",
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.158",
23
- "@epam/ai-dial-chat-shared": "1.1.0-dev.158",
24
- "@epam/ai-dial-publish-panel": "1.1.0-dev.158",
22
+ "@epam/ai-dial-kit": "1.1.0-dev.161",
23
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.161",
24
+ "@epam/ai-dial-publish-panel": "1.1.0-dev.161",
25
25
  "ag-grid-community": "35.3.0",
26
26
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
27
27
  },