@epam/ai-dial-catalog 1.0.0-dev.459 → 1.0.0-dev.460

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":"SearchBar.d.ts","sourceRoot":"","sources":["../../../src/components/SearchBar/SearchBar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,2BAA2B;AAC3B,MAAM,WAAW,cAAc;IAC7B,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uFAAuF;IACvF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAiBxC,CAAC"}
1
+ {"version":3,"file":"SearchBar.d.ts","sourceRoot":"","sources":["../../../src/components/SearchBar/SearchBar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,2BAA2B;AAC3B,MAAM,WAAW,cAAc;IAC7B,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uFAAuF;IACvF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAmBxC,CAAC"}
package/index.js CHANGED
@@ -115638,14 +115638,17 @@ var i9 = {
115638
115638
  ]
115639
115639
  })
115640
115640
  });
115641
- }, P_e = ({ placeholder: e = "Search", className: t, ...n }) => /* @__PURE__ */ F(qge, {
115642
- placeholder: e,
115643
- ...n,
115644
- iconSize: 18,
115645
- iconStrokeWidth: 1.8,
115646
- containerClassName: z("h-[50px] flex-1 rounded-xl px-[18px]", t),
115647
- inputClassName: "text-[15px]",
115648
- clearButtonClassName: "size-11 desktop:size-auto"
115641
+ }, P_e = ({ placeholder: e = "Search", className: t, ...n }) => /* @__PURE__ */ F("div", {
115642
+ className: "flex-1",
115643
+ children: /* @__PURE__ */ F(qge, {
115644
+ placeholder: e,
115645
+ ...n,
115646
+ iconSize: 18,
115647
+ iconStrokeWidth: 1.8,
115648
+ containerClassName: z("h-[50px] flex-1 rounded-xl px-[18px]", t),
115649
+ inputClassName: "text-[15px]",
115650
+ clearButtonClassName: "size-11 desktop:size-auto"
115651
+ })
115649
115652
  }), F_e = ({ totalCount: e, viewMode: t, onViewModeChange: n, title: r = "Browse", styles: i, query: a, onQueryChange: o, searchPlaceholder: s, gridViewLabel: c = "Grid view", listViewLabel: l = "List view", sortKey: u, onSortChange: d, sortOptions: f, filters: p, onFiltersChange: m, filterValues: h, isMyAppsActive: g, onMyAppsChange: _, filterFromLabel: v, filterMyAppsLabel: y, filterTopicsLabel: x }) => {
115650
115653
  let S = i?.typography?.titleClassName ?? "dial-body-semi-text", C = i?.typography?.countClassName ?? "dial-tiny-semi-text", w = f?.find((e) => e.value === u)?.label ?? "";
115651
115654
  return /* @__PURE__ */ I("div", {
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.459",
4
+ "version": "1.0.0-dev.460",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -20,8 +20,8 @@
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.25",
23
- "@epam/ai-dial-kit": "1.0.0-dev.459",
24
- "@epam/ai-dial-chat-shared": "1.0.0-dev.459",
23
+ "@epam/ai-dial-kit": "1.0.0-dev.460",
24
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.460",
25
25
  "ag-grid-community": "35.3.0"
26
26
  },
27
27
  "repository": {