@epam/ai-dial-conversation-messages 1.1.0-dev.266 → 1.1.0-dev.268
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 +16 -16
- package/package.json +4 -4
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
._activeRating_ygoee_1{color:var(--ma-active-rating-text,var(--text-accent,#1d4ed8))}.
|
|
1
|
+
._activeRating_ygoee_1{color:var(--ma-active-rating-text,var(--text-accent,#1d4ed8))}._userBubble_qoxdz_1{border-color:var(--cm-bubble-user-border,var(--stroke-secondary,#d1dbea));background:var(--cm-bubble-user-bg,var(--bg-layer-sunken,#eef1f7))}._collapsibleText_qoxdz_6{max-height:var(--cm-bubble-collapsed-height);transition:max-height .2s ease-out}._expandedText_qoxdz_11{max-height:var(--cm-bubble-expanded-height)}._collapsedText_qoxdz_15:after{content:"";pointer-events:none;background:linear-gradient(to bottom, var(--cm-bubble-fade-start,var(--shadow-xs-sm-2,#161b2d08)), var(--cm-bubble-user-bg,var(--bg-layer-sunken,#eef1f7)));height:3rem;position:absolute;bottom:0;left:0;right:0}@media (prefers-reduced-motion:reduce){._collapsibleText_qoxdz_6{transition:none}}._startersDivider_qoxdz_26{border-color:var(--cm-starters-divider,var(--stroke-secondary,#d1dbea))}._text_qoxdz_30{color:var(--cm-bubble-text,var(--text-primary,#161b2d))}
|
|
2
2
|
/*$vite$:1*/
|
package/index.js
CHANGED
|
@@ -89,16 +89,16 @@ var Ie = (e) => {
|
|
|
89
89
|
typeLabel: d ? null : Be(e, n)
|
|
90
90
|
};
|
|
91
91
|
}, He = "flex size-[84px] items-center justify-center rounded-xl border", Z = {
|
|
92
|
-
tile: "
|
|
93
|
-
hovered: "
|
|
94
|
-
selected: "
|
|
95
|
-
tileError: "
|
|
96
|
-
nameText: "
|
|
97
|
-
typeText: "
|
|
98
|
-
retryIcon: "
|
|
99
|
-
track: "
|
|
100
|
-
actionButton: "
|
|
101
|
-
imageActionButton: "
|
|
92
|
+
tile: "_tile_1whwz_1",
|
|
93
|
+
hovered: "_hovered_1whwz_5",
|
|
94
|
+
selected: "_selected_1whwz_15",
|
|
95
|
+
tileError: "_tileError_1whwz_20",
|
|
96
|
+
nameText: "_nameText_1whwz_25",
|
|
97
|
+
typeText: "_typeText_1whwz_29",
|
|
98
|
+
retryIcon: "_retryIcon_1whwz_33",
|
|
99
|
+
track: "_track_1whwz_37",
|
|
100
|
+
actionButton: "_actionButton_1whwz_43",
|
|
101
|
+
imageActionButton: "_imageActionButton_1whwz_47"
|
|
102
102
|
}, Q = ({ ariaLabel: e, errorTitle: t, errorDescId: n, onClick: r, id: i, icon: a, className: o }) => /* @__PURE__ */ Y(k, {
|
|
103
103
|
icon: a,
|
|
104
104
|
size: h.Small,
|
|
@@ -646,12 +646,12 @@ var ot = { activeRating: "_activeRating_ygoee_1" }, st = 2e3, ct = ({ role: e =
|
|
|
646
646
|
] })]
|
|
647
647
|
});
|
|
648
648
|
}, $ = {
|
|
649
|
-
userBubble: "
|
|
650
|
-
collapsibleText: "
|
|
651
|
-
expandedText: "
|
|
652
|
-
collapsedText: "
|
|
653
|
-
startersDivider: "
|
|
654
|
-
text: "
|
|
649
|
+
userBubble: "_userBubble_qoxdz_1",
|
|
650
|
+
collapsibleText: "_collapsibleText_qoxdz_6",
|
|
651
|
+
expandedText: "_expandedText_qoxdz_11",
|
|
652
|
+
collapsedText: "_collapsedText_qoxdz_15",
|
|
653
|
+
startersDivider: "_startersDivider_qoxdz_26",
|
|
654
|
+
text: "_text_qoxdz_30"
|
|
655
655
|
}, lt = ({ text: e, styles: n, actions: a, hasAlwaysVisibleActions: o, isStreaming: c, attachments: l, afterContent: f, starters: p, onSelectStarter: m, deploymentIconUrl: h, deploymentDisplayName: g, markdownComponents: _, markdownClassNames: v, onAttachmentClick: y, onDownloadAll: x, onAttachmentRetry: S, codeBlockTheme: C, labels: w, selectedAttachmentId: T }) => {
|
|
656
656
|
let { colors: E, typography: D, className: O, bubbleClassName: k } = n ?? {}, { attachmentClickLabel: A, attachmentRetryLabel: j, attachmentOpenInNewTabLabel: M, startersAriaLabel: N = "Quick reply buttons", thinkingLabel: P, codeBlockCopyLabel: F, codeBlockCopiedLabel: I, assistantMessageAriaLabel: L = "Assistant message", deploymentIconFallbackLabel: R = "AI" } = w ?? {}, z = c ? (l ?? []).filter((e) => e.type !== t.Audio) : l ?? [], B = u({
|
|
657
657
|
"--cm-bubble-text": E?.text,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-conversation-messages",
|
|
3
3
|
"description": "Message bubble components for rendering conversation history with actions and source citations",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.268",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -19,10 +19,10 @@
|
|
|
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.
|
|
23
|
-
"@epam/ai-dial-conversation-input": "1.1.0-dev.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.268",
|
|
23
|
+
"@epam/ai-dial-conversation-input": "1.1.0-dev.268",
|
|
24
24
|
"react-markdown": "^10.1.0",
|
|
25
|
-
"@epam/ai-dial-ui-kit": "^0.14.0-dev.
|
|
25
|
+
"@epam/ai-dial-ui-kit": "^0.14.0-dev.6"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|