@epam/ai-dial-conversation-messages 1.0.0-dev.478 → 1.0.0-dev.481
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 +6 -6
- package/package.json +3 -3
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._userBubble_1exhl_1{border-color:var(--cm-bubble-user-border,var(--stroke-secondary,#d1dbea));background:var(--cm-bubble-user-bg,var(--bg-layer-2,#eef1f7))}._collapsibleText_1exhl_6{max-height:var(--cm-bubble-collapsed-height);transition:max-height .2s ease-out}._expandedText_1exhl_11{max-height:var(--cm-bubble-expanded-height)}._collapsedText_1exhl_15:after{content:"";pointer-events:none;background:linear-gradient(to bottom, var(--cm-bubble-fade-start,var(--bg-transparent-black,#0000)), var(--cm-bubble-user-bg,var(--bg-layer-2,#eef1f7)));height:3rem;position:absolute;bottom:0;left:0;right:0}@media (prefers-reduced-motion:reduce){._collapsibleText_1exhl_6{transition:none}}._startersDivider_1exhl_26{border-color:var(--cm-starters-divider,var(--stroke-secondary,#d1dbea))}._text_1exhl_30{color:var(--cm-bubble-text,var(--text-primary,#161b2d))}._button_15boc_1{background:var(--cm-source-bg,var(--bg-neutral,#fcfcfc));border-color:var(--cm-source-border,var(--stroke-secondary,#d1dbea));color:var(--cm-source-text,var(--text-primary,#161b2d))}._button_15boc_1:hover,._button_15boc_1:active,._button_15boc_1:focus-visible{background:var(--cm-source-bg-hover,var(--bg-accent-primary-alpha,#7da4ff2e));border-color:var(--cm-source-border-hover,var(--stroke-accent-primary,#124ace))}
|
|
2
2
|
/*$vite$:1*/
|
package/index.js
CHANGED
|
@@ -710,12 +710,12 @@ var nt = 2e3, rt = ({ role: e = c.User, onEdit: t, onEditHover: n, onDelete: r,
|
|
|
710
710
|
] })]
|
|
711
711
|
});
|
|
712
712
|
}, $ = {
|
|
713
|
-
userBubble: "
|
|
714
|
-
collapsibleText: "
|
|
715
|
-
expandedText: "
|
|
716
|
-
collapsedText: "
|
|
717
|
-
startersDivider: "
|
|
718
|
-
text: "
|
|
713
|
+
userBubble: "_userBubble_1exhl_1",
|
|
714
|
+
collapsibleText: "_collapsibleText_1exhl_6",
|
|
715
|
+
expandedText: "_expandedText_1exhl_11",
|
|
716
|
+
collapsedText: "_collapsedText_1exhl_15",
|
|
717
|
+
startersDivider: "_startersDivider_1exhl_26",
|
|
718
|
+
text: "_text_1exhl_30"
|
|
719
719
|
}, it = ({ text: e, styles: n, actions: i, hasAlwaysVisibleActions: o, isStreaming: s, attachments: l, afterContent: u, starters: p, onSelectStarter: m, deploymentIconUrl: h, deploymentDisplayName: g, markdownComponents: _, onAttachmentClick: v, onDownloadAll: y, onAttachmentRetry: b, getAttachmentSizeLabel: x, attachmentTheme: C, codeBlockTheme: w, labels: T }) => {
|
|
720
720
|
let { colors: E, typography: D, className: O, bubbleClassName: k } = n ?? {}, { attachmentClickLabel: A, attachmentRetryLabel: j, startersAriaLabel: M = "Quick reply buttons", thinkingLabel: N, codeBlockCopyLabel: P, codeBlockCopiedLabel: F, assistantMessageAriaLabel: I = "Assistant message", deploymentIconFallbackLabel: L = "AI" } = T ?? {}, R = s ? (l ?? []).filter((e) => e.type !== t.Audio) : l ?? [], z = d({
|
|
721
721
|
"--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.0.0-dev.
|
|
4
|
+
"version": "1.0.0-dev.481",
|
|
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.28",
|
|
23
|
-
"@epam/ai-dial-chat-shared": "1.0.0-dev.
|
|
24
|
-
"@epam/ai-dial-conversation-input": "1.0.0-dev.
|
|
23
|
+
"@epam/ai-dial-chat-shared": "1.0.0-dev.481",
|
|
24
|
+
"@epam/ai-dial-conversation-input": "1.0.0-dev.481",
|
|
25
25
|
"react-markdown": "^10.1.0"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|