@epam/ai-dial-catalog 1.1.0-dev.178 → 1.1.0-dev.179
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/components/Details/TabsContent/Content.d.ts +3 -2
- package/components/Details/TabsContent/Content.d.ts.map +1 -1
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -1
- package/index.js +10194 -10160
- package/package.json +4 -4
- package/utils/prompt-variables.d.ts +0 -21
- package/utils/prompt-variables.d.ts.map +0 -1
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.
|
|
4
|
+
"version": "1.1.0-dev.179",
|
|
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.
|
|
23
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
24
|
-
"@epam/ai-dial-publish-panel": "1.1.0-dev.
|
|
22
|
+
"@epam/ai-dial-kit": "1.1.0-dev.179",
|
|
23
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.179",
|
|
24
|
+
"@epam/ai-dial-publish-panel": "1.1.0-dev.179",
|
|
25
25
|
"ag-grid-community": "35.3.0",
|
|
26
26
|
"@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
|
|
27
27
|
},
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/** Class applied to each highlighted placeholder. The host owns its styling. */
|
|
2
|
-
export declare const PROMPT_VARIABLE_CLASS_NAME = "cat-prompt-variable";
|
|
3
|
-
/** Minimal hast shapes this plugin reads and writes. */
|
|
4
|
-
interface HastNode {
|
|
5
|
-
type: string;
|
|
6
|
-
tagName?: string;
|
|
7
|
-
value?: string;
|
|
8
|
-
properties?: Record<string, unknown>;
|
|
9
|
-
children?: HastNode[];
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Rehype plugin that wraps every `{{name}}` placeholder in a span so it can be
|
|
13
|
-
* styled apart from the surrounding prose. Placeholders inside code are left
|
|
14
|
-
* alone.
|
|
15
|
-
*
|
|
16
|
-
* The spans are built as hast nodes rather than injected as raw HTML, so a
|
|
17
|
-
* placeholder that contains markup cannot escape into the document.
|
|
18
|
-
*/
|
|
19
|
-
export declare const rehypePromptVariables: () => (tree: HastNode) => void;
|
|
20
|
-
export {};
|
|
21
|
-
//# sourceMappingURL=prompt-variables.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-variables.d.ts","sourceRoot":"","sources":["../../src/utils/prompt-variables.ts"],"names":[],"mappings":"AAOA,gFAAgF;AAChF,eAAO,MAAM,0BAA0B,wBAAwB,CAAC;AAEhE,wDAAwD;AACxD,UAAU,QAAQ;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;CACvB;AAoDD;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,SAAU,MAAM,QAAQ,SAEzD,CAAC"}
|