@epam/ai-dial-conversation-stages 1.1.0-dev.116 → 1.1.0-dev.121
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/index.css +1 -1
- package/index.js +23 -23
- package/package.json +2 -2
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._panel_1ucl5_1{color:var(--cs-text,var(--text-primary,#161b2d))}._row_1ucl5_5:hover{background:var(--cs-row-hover,var(--bg-layer-sunken,#eef1f7))}._collapseButton_1ucl5_9{background:var(--cs-button-bg,transparent)}._stageName_1ucl5_13{color:var(--cs-stage-text,var(--text-secondary,#57647a))}._stageNameFailed_1ucl5_17{color:var(--cs-failed-text,var(--text-warning,#7f6300))}._monoName_1ucl5_21{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}._tag_1ucl5_25{color:var(--cs-tag-text,var(--text-tertiary,#848e9c))}._count_1ucl5_29{color:var(--cs-count-text,var(--text-tertiary,#848e9c));font-variant-numeric:tabular-nums}._duration_1ucl5_34{color:var(--cs-duration-text,var(--text-tertiary,#848e9c));font-variant-numeric:tabular-nums}._iconSecondary_1ucl5_39{color:var(--cs-icon-secondary,var(--text-secondary,#57647a));opacity:.7}._iconCompleted_1ucl5_44{color:var(--cs-icon-completed,var(--text-tertiary,#848e9c))}._iconError_1ucl5_48{color:var(--cs-icon-error,var(--text-warning,#7f6300))}._stageContent_1ucl5_52{color:var(--cs-stage-text,var(--text-secondary,#57647a));line-height:150%!important}._codeBlock_1ucl5_57{background:var(--cs-code-bg,var(--bg-layer-raised,#fcfcfc));border-color:var(--cs-code-border,var(--stroke-secondary,#d1dbea));color:var(--cs-code-text,var(--text-primary,#161b2d))}._codeInline_1ucl5_63{background:var(--cs-code-bg,var(--bg-layer-raised,#fcfcfc));border:1px solid var(--cs-code-border,var(--stroke-secondary,#d1dbea));color:var(--cs-code-text,var(--text-primary,#161b2d))}._blockquote_1ucl5_69{border-color:var(--cs-stage-text,var(--text-secondary,#57647a));color:var(--cs-stage-text,var(--text-secondary,#57647a))}._tableCell_1ucl5_74{border-color:var(--cs-border,var(--stroke-secondary,#d1dbea));color:var(--cs-stage-text,var(--text-secondary,#57647a))}._toggleButton_rt6w3_1{color:var(--cs-cg-label,var(--text-secondary,#57647a));width:100%;justify-content:flex-start!important}._toggleButton_rt6w3_1:hover{color:var(--cs-cg-label-hover,var(--text-primary,#161b2d))}._executedLabel_rt6w3_10{color:var(--cs-cg-label,var(--text-secondary,#57647a))}._stepsCount_rt6w3_14{color:var(--cs-cg-steps-count,var(--text-tertiary,#848e9c));font-variant-numeric:tabular-nums}._doneIcon_rt6w3_19{color:var(--cs-cg-done,var(--text-success,#007274))}._failedText_rt6w3_23{color:var(--cs-cg-failed,var(--text-warning,#7f6300))}._liveName_rt6w3_27{color:var(--cs-cg-label,var(--text-primary,#161b2d))}
|
|
2
2
|
/*$vite$:1*/
|
package/index.js
CHANGED
|
@@ -40,23 +40,23 @@ var w = /[([][^()[\]]*[)\]]/g, T = /(\d+(?:\.\d+)?)\s*s\b/, E = /:\s*$/, D = (e)
|
|
|
40
40
|
}
|
|
41
41
|
return t;
|
|
42
42
|
}, P = {
|
|
43
|
-
panel: "
|
|
44
|
-
row: "
|
|
45
|
-
collapseButton: "
|
|
46
|
-
stageName: "
|
|
47
|
-
stageNameFailed: "
|
|
48
|
-
monoName: "
|
|
49
|
-
tag: "
|
|
50
|
-
count: "
|
|
51
|
-
duration: "
|
|
52
|
-
iconSecondary: "
|
|
53
|
-
iconCompleted: "
|
|
54
|
-
iconError: "
|
|
55
|
-
stageContent: "
|
|
56
|
-
codeBlock: "
|
|
57
|
-
codeInline: "
|
|
58
|
-
blockquote: "
|
|
59
|
-
tableCell: "
|
|
43
|
+
panel: "_panel_1ucl5_1",
|
|
44
|
+
row: "_row_1ucl5_5",
|
|
45
|
+
collapseButton: "_collapseButton_1ucl5_9",
|
|
46
|
+
stageName: "_stageName_1ucl5_13",
|
|
47
|
+
stageNameFailed: "_stageNameFailed_1ucl5_17",
|
|
48
|
+
monoName: "_monoName_1ucl5_21",
|
|
49
|
+
tag: "_tag_1ucl5_25",
|
|
50
|
+
count: "_count_1ucl5_29",
|
|
51
|
+
duration: "_duration_1ucl5_34",
|
|
52
|
+
iconSecondary: "_iconSecondary_1ucl5_39",
|
|
53
|
+
iconCompleted: "_iconCompleted_1ucl5_44",
|
|
54
|
+
iconError: "_iconError_1ucl5_48",
|
|
55
|
+
stageContent: "_stageContent_1ucl5_52",
|
|
56
|
+
codeBlock: "_codeBlock_1ucl5_57",
|
|
57
|
+
codeInline: "_codeInline_1ucl5_63",
|
|
58
|
+
blockquote: "_blockquote_1ucl5_69",
|
|
59
|
+
tableCell: "_tableCell_1ucl5_74"
|
|
60
60
|
}, F = ({ status: e, isLive: n, runningLabel: r = "Running", failedLabel: i = "Failed" }) => n ? /* @__PURE__ */ S(s, {
|
|
61
61
|
size: 16,
|
|
62
62
|
ariaLabel: r
|
|
@@ -293,12 +293,12 @@ var w = /[([][^()[\]]*[)\]]/g, T = /(\d+(?:\.\d+)?)\s*s\b/, E = /:\s*$/, D = (e)
|
|
|
293
293
|
})
|
|
294
294
|
});
|
|
295
295
|
}, V = {
|
|
296
|
-
toggleButton: "
|
|
297
|
-
executedLabel: "
|
|
298
|
-
stepsCount: "
|
|
299
|
-
doneIcon: "
|
|
300
|
-
failedText: "
|
|
301
|
-
liveName: "
|
|
296
|
+
toggleButton: "_toggleButton_rt6w3_1",
|
|
297
|
+
executedLabel: "_executedLabel_rt6w3_10",
|
|
298
|
+
stepsCount: "_stepsCount_rt6w3_14",
|
|
299
|
+
doneIcon: "_doneIcon_rt6w3_19",
|
|
300
|
+
failedText: "_failedText_rt6w3_23",
|
|
301
|
+
liveName: "_liveName_rt6w3_27"
|
|
302
302
|
}, H = ({ stages: e, isStreaming: r, labels: o, className: c, styles: l }) => {
|
|
303
303
|
let { executedLabel: d = "Executed", stepsLabel: h = () => "steps", failedCountLabel: g = (e) => `${e} failed`, runningStepLabel: _ = (e, t) => `Step ${e} of ${t}`, runningAriaLabel: x = "Running", copyAriaLabel: w, failedAriaLabel: T, attemptLabel: E } = o ?? {}, [O, N] = b(r), P = y(r);
|
|
304
304
|
v(() => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-conversation-stages",
|
|
3
3
|
"description": "Panel for displaying agent processing stages during LLM response streaming",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.121",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"react": "^19.0.0",
|
|
21
21
|
"@tabler/icons-react": "^3.0.0",
|
|
22
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.121",
|
|
23
23
|
"@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|