@lvce-editor/chat-view 3.4.0 → 3.5.0

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.
@@ -6497,7 +6497,6 @@ const getHeaderActionVirtualDom = item => {
6497
6497
  className: IconButton,
6498
6498
  name: item.name,
6499
6499
  onClick: item.onClick,
6500
- role: Button$2,
6501
6500
  title: item.title,
6502
6501
  type: Button$1
6503
6502
  }, {
@@ -7553,7 +7552,6 @@ const getSessionDom = session => {
7553
7552
  'data-id': session.id,
7554
7553
  name: SessionDelete,
7555
7554
  onClick: HandleClickDelete,
7556
- role: Button$2,
7557
7555
  tabIndex: 0,
7558
7556
  title: deleteChatSession$1(),
7559
7557
  type: Button$1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/chat-view",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "Chat View Worker",
5
5
  "repository": {
6
6
  "type": "git",