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.
@@ -11884,6 +11884,7 @@ const ControlsBar = ({
11884
11884
  onClick: () => endInterview(),
11885
11885
  icon: /*#__PURE__*/React__default.createElement(HangUpIcon, null)
11886
11886
  }), !isInterviewer && screenShareText && enableScreenSharing && /*#__PURE__*/React__default.createElement(InterviewButton, {
11887
+ id: "odaptos_screen_share",
11887
11888
  text: screenShareText,
11888
11889
  variant: "screenshare",
11889
11890
  icon: /*#__PURE__*/React__default.createElement(TvFlatScreenIcon, null),