@epam/ai-dial-conversation-messages 1.0.0-dev.533 → 1.0.0-dev.534

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -188,13 +188,13 @@ var Fe = "flex size-[84px] items-center justify-center rounded-xl border", Y = /
188
188
  className: d(x, "line-clamp-2 min-w-0 break-all", X.nameText, !k && I),
189
189
  children: R
190
190
  }), V = M && /* @__PURE__ */ J("div", {
191
- className: d("flex items-center gap-1 overflow-hidden", k && I),
191
+ className: d("flex w-full items-center gap-1", k && I),
192
192
  children: [/* @__PURE__ */ q(M, {
193
193
  size: 16,
194
194
  className: X.typeText,
195
195
  "aria-hidden": !0
196
196
  }), /* @__PURE__ */ q("span", {
197
- className: d(S, "truncate", X.typeText),
197
+ className: d(S, "min-w-0 flex-1 truncate", X.typeText),
198
198
  children: _ ? `${N} · ${_}` : N
199
199
  })]
200
200
  }), te = () => {
@@ -535,7 +535,7 @@ var at = (e) => /* @__PURE__ */ q(y, { ...e }), ot = ({ features: e, initialResp
535
535
  a
536
536
  ])
537
537
  };
538
- }, st = "!text-[14px] !leading-[20px] font-semibold !text-primary gap-1", ct = ({ features: e, responseFormat: t, systemPrompt: n, temperature: r, onResponseFormatChange: i, onSystemPromptChange: a, onTemperatureChange: o, responseFormatLabel: s = "Response format", responseFormatHint: c = "Applies to new and existing messages", responseFormatMarkdownLabel: u = "Markdown", responseFormatPlainTextLabel: d = "Plain text", systemPromptLabel: f = "System prompt", systemPromptTooltip: p = "Enter a prompt", temperatureLabel: m = "Temperature", temperatureLabels: g = [
538
+ }, st = "!dial-small-semi-text !text-primary gap-1", ct = ({ features: e, responseFormat: t, systemPrompt: n, temperature: r, onResponseFormatChange: i, onSystemPromptChange: a, onTemperatureChange: o, responseFormatLabel: s = "Response format", responseFormatHint: c = "Applies to new and existing messages", responseFormatMarkdownLabel: u = "Markdown", responseFormatPlainTextLabel: d = "Plain text", systemPromptLabel: f = "System prompt", systemPromptTooltip: p = "Enter a prompt", temperatureLabel: m = "Temperature", temperatureLabels: g = [
539
539
  "Precise",
540
540
  "Neutral",
541
541
  "Creative"
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.533",
4
+ "version": "1.0.0-dev.534",
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-ui-kit": "0.12.0-dev.28",
23
- "@epam/ai-dial-chat-shared": "1.0.0-dev.533",
24
- "@epam/ai-dial-conversation-input": "1.0.0-dev.533",
22
+ "@epam/ai-dial-ui-kit": "0.12.0-dev.36",
23
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.534",
24
+ "@epam/ai-dial-conversation-input": "1.0.0-dev.534",
25
25
  "react-markdown": "^10.1.0"
26
26
  },
27
27
  "repository": {