@epam/ai-dial-catalog 1.1.0-dev.53 → 1.1.0-dev.55

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.
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.53",
4
+ "version": "1.1.0-dev.55",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -19,11 +19,11 @@
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.53",
23
- "@epam/ai-dial-chat-shared": "1.1.0-dev.53",
24
- "@epam/ai-dial-publish-panel": "1.1.0-dev.53",
22
+ "@epam/ai-dial-kit": "1.1.0-dev.55",
23
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.55",
24
+ "@epam/ai-dial-publish-panel": "1.1.0-dev.55",
25
25
  "ag-grid-community": "35.3.0",
26
- "@epam/ai-dial-ui-kit": "^0.13.0-dev.12"
26
+ "@epam/ai-dial-ui-kit": "^0.13.0-dev.17"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",
@@ -1,22 +0,0 @@
1
- import { FC } from 'react';
2
- /** Props for FolderPath. */
3
- export interface FolderPathProps {
4
- /** Folder breadcrumb segments, outermost first. */
5
- segments: string[];
6
- /** CSS class applied to each breadcrumb label. Default: 'dial-small-text text-secondary'. */
7
- labelClassName?: string;
8
- /** CSS class for the last (leaf) segment. Default: 'dial-small-semi-text'. */
9
- leafClassName?: string;
10
- /**
11
- * CSS class for the breadcrumb's `<nav>` container. `DialBreadcrumb`
12
- * scrolls horizontally on overflow, so its `<nav>` must keep a definite,
13
- * non-shrunk width (its default full width, or a parent-resolved size) —
14
- * do not size it to content (e.g. via `w-auto`), since a scroll container
15
- * reports a collapsed intrinsic size to auto-sizing algorithms and will
16
- * truncate.
17
- */
18
- className?: string;
19
- }
20
- /** Renders folder path segments as a read-only horizontal breadcrumb. */
21
- export declare const FolderPath: FC<FolderPathProps>;
22
- //# sourceMappingURL=FolderPath.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FolderPath.d.ts","sourceRoot":"","sources":["../../../src/components/FolderPath/FolderPath.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,4BAA4B;AAC5B,MAAM,WAAW,eAAe;IAC9B,mDAAmD;IACnD,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,6FAA6F;IAC7F,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,yEAAyE;AACzE,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAwC1C,CAAC"}