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/dist/odaptos_design_system.cjs.development.js +2 -2
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +2 -2
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/Chat.tsx +3 -2
|
@@ -11630,7 +11630,7 @@ const Chat = ({
|
|
|
11630
11630
|
text: 'In order to participate to this test you need to share your screen before the first task is sent',
|
|
11631
11631
|
size: "sm"
|
|
11632
11632
|
}), /*#__PURE__*/React__default.createElement(Button, {
|
|
11633
|
-
id: "
|
|
11633
|
+
id: "start_screen_share",
|
|
11634
11634
|
text: 'Share my screen',
|
|
11635
11635
|
onClick: () => startNMScreenSharing(),
|
|
11636
11636
|
iconRight: /*#__PURE__*/React__default.createElement(TvIcon, null),
|
|
@@ -11681,7 +11681,7 @@ const Chat = ({
|
|
|
11681
11681
|
id: "start_scenario",
|
|
11682
11682
|
text: 'Start Now',
|
|
11683
11683
|
onClick: () => sendTask(task),
|
|
11684
|
-
iconRight: /*#__PURE__*/React__default.createElement(
|
|
11684
|
+
iconRight: /*#__PURE__*/React__default.createElement(SendIcon, null),
|
|
11685
11685
|
className: styles$g.nm_button
|
|
11686
11686
|
}));
|
|
11687
11687
|
} else return /*#__PURE__*/React__default.createElement(React__default.Fragment, null);
|