odaptos_design_system 2.0.6 → 2.0.7
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 +1 -0
- 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 +1 -0
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/ControlsBar.tsx +1 -0
|
@@ -11876,6 +11876,7 @@ const ControlsBar = ({
|
|
|
11876
11876
|
onClick: () => endInterview(),
|
|
11877
11877
|
icon: /*#__PURE__*/React.createElement(HangUpIcon, null)
|
|
11878
11878
|
}), !isInterviewer && screenShareText && enableScreenSharing && /*#__PURE__*/React.createElement(InterviewButton, {
|
|
11879
|
+
id: "odaptos_screen_share",
|
|
11879
11880
|
text: screenShareText,
|
|
11880
11881
|
variant: "screenshare",
|
|
11881
11882
|
icon: /*#__PURE__*/React.createElement(TvFlatScreenIcon, null),
|