odaptos_design_system 2.0.8 → 2.0.9

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.
@@ -11622,7 +11622,7 @@ const Chat = ({
11622
11622
  text: 'In order to participate to this test you need to share your screen before the first task is sent',
11623
11623
  size: "sm"
11624
11624
  }), /*#__PURE__*/React.createElement(Button, {
11625
- id: "start_scenario",
11625
+ id: "start_screen_share",
11626
11626
  text: 'Share my screen',
11627
11627
  onClick: () => startNMScreenSharing(),
11628
11628
  iconRight: /*#__PURE__*/React.createElement(TvIcon, null),
@@ -11673,7 +11673,7 @@ const Chat = ({
11673
11673
  id: "start_scenario",
11674
11674
  text: 'Start Now',
11675
11675
  onClick: () => sendTask(task),
11676
- iconRight: /*#__PURE__*/React.createElement(TvIcon, null),
11676
+ iconRight: /*#__PURE__*/React.createElement(SendIcon, null),
11677
11677
  className: styles$g.nm_button
11678
11678
  }));
11679
11679
  } else return /*#__PURE__*/React.createElement(React.Fragment, null);