@epam/ai-dial-conversation-input 1.1.0-dev.56 → 1.1.0-dev.58

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAeA,OAAO,EAEL,KAAK,EAAE,EAMR,MAAM,OAAO,CAAC;AAOf,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAUrD,wIAAwI;AACxI,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CA4bhC,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAeA,OAAO,EAEL,KAAK,EAAE,EAMR,MAAM,OAAO,CAAC;AAOf,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAUrD,wIAAwI;AACxI,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CA6bhC,CAAC"}
package/index.js CHANGED
@@ -127,7 +127,7 @@ var Te = (e, t) => {
127
127
  let e = p + _.current.length + i.length;
128
128
  if (e > f) {
129
129
  i.forEach((e) => {
130
- e.previewUrl && URL.revokeObjectURL(e.previewUrl);
130
+ e.previewUrl && URL.revokeObjectURL(e.previewUrl), e.playUrl && URL.revokeObjectURL(e.playUrl);
131
131
  }), m?.(e, f);
132
132
  return;
133
133
  }
@@ -1619,7 +1619,7 @@ var Ct = {
1619
1619
  K(""), Ve.reset();
1620
1620
  try {
1621
1621
  await n?.(e, t), t.forEach((e) => {
1622
- e.previewUrl && URL.revokeObjectURL(e.previewUrl);
1622
+ e.previewUrl && URL.revokeObjectURL(e.previewUrl), e.playUrl && URL.revokeObjectURL(e.playUrl);
1623
1623
  }), Y([]);
1624
1624
  } catch {
1625
1625
  K(e), Y(t);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-conversation-input",
3
3
  "description": "Conversation message input with model selection, attachments, voice input, and edit mode",
4
- "version": "1.1.0-dev.56",
4
+ "version": "1.1.0-dev.58",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -17,12 +17,12 @@
17
17
  }
18
18
  },
19
19
  "peerDependencies": {
20
- "@epam/ai-dial-attachment-input": "1.1.0-dev.56",
21
- "@epam/ai-dial-chat-shared": "1.1.0-dev.56",
20
+ "@epam/ai-dial-attachment-input": "1.1.0-dev.58",
21
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.58",
22
22
  "@tabler/icons-react": "^3.44.0",
23
23
  "react": "^19.0.0",
24
24
  "react-dom": "^19.2.6",
25
- "@epam/ai-dial-kit": "1.1.0-dev.56",
25
+ "@epam/ai-dial-kit": "1.1.0-dev.58",
26
26
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.17"
27
27
  },
28
28
  "dependencies": {