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.
@@ -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),