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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.8",
2
+ "version": "2.0.9",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -11,6 +11,7 @@ import {
11
11
  SusExplanation,
12
12
  Button,
13
13
  TvIcon,
14
+ SendIcon,
14
15
  } from '../../';
15
16
  import Grid from '@mui/material/Grid';
16
17
 
@@ -159,7 +160,7 @@ export const Chat = ({
159
160
  size="sm"
160
161
  />
161
162
  <Button
162
- id="start_scenario"
163
+ id="start_screen_share"
163
164
  text={'Share my screen'}
164
165
  onClick={() => startNMScreenSharing()}
165
166
  iconRight={<TvIcon />}
@@ -263,7 +264,7 @@ export const Chat = ({
263
264
  id="start_scenario"
264
265
  text={'Start Now'}
265
266
  onClick={() => sendTask(task)}
266
- iconRight={<TvIcon />}
267
+ iconRight={<SendIcon />}
267
268
  className={styles.nm_button}
268
269
  />
269
270
  </div>