@epam/ai-dial-conversation-messages 1.0.0-dev.536 → 1.0.0-dev.538

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 +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -370,7 +370,7 @@ var Fe = "flex size-[84px] items-center justify-center rounded-xl border", Y = /
370
370
  cssVars: m,
371
371
  isExpandable: p
372
372
  });
373
- }, et = { tile: "_tile_1s4d7_1" }, tt = ({ count: e, onClick: t, labels: n, children: r, styles: i }) => {
373
+ }, et = { tile: "_tile_nzsrz_1" }, tt = ({ count: e, onClick: t, labels: n, children: r, styles: i }) => {
374
374
  let { ariaLabel: a } = n ?? {}, { typography: { fontClassName: o = "dial-small-semi-text" } = {}, className: s, colors: c } = i ?? {}, l = u({
375
375
  "--ci-more-tile-bg": c?.background,
376
376
  "--ci-more-tile-border": c?.border,
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.536",
4
+ "version": "1.0.0-dev.538",
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.36",
23
- "@epam/ai-dial-chat-shared": "1.0.0-dev.536",
24
- "@epam/ai-dial-conversation-input": "1.0.0-dev.536",
23
+ "@epam/ai-dial-chat-shared": "1.0.0-dev.538",
24
+ "@epam/ai-dial-conversation-input": "1.0.0-dev.538",
25
25
  "react-markdown": "^10.1.0"
26
26
  },
27
27
  "repository": {