odaptos_design_system 2.0.174 → 2.0.176

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.
@@ -13195,7 +13195,7 @@ const ControlsBar = ({
13195
13195
  icon: /*#__PURE__*/React__default.createElement(HangUpIcon, {
13196
13196
  fill: "white"
13197
13197
  })
13198
- }))) : null, (identity === 'interviewee' || !isModerated) && screenShareText && enableScreenSharing && /*#__PURE__*/React__default.createElement(InterviewButton, {
13198
+ }))) : null, identity === 'interviewee' && isModerated && screenShareText && enableScreenSharing && /*#__PURE__*/React__default.createElement(InterviewButton, {
13199
13199
  id: "odaptos_screen_share",
13200
13200
  text: screenShareText,
13201
13201
  variant: "screenshare",
@@ -16867,7 +16867,7 @@ const SingleSelect = ({
16867
16867
  fill: "black",
16868
16868
  className: `${styles$Z.icon}`
16869
16869
  }),
16870
- className: `${styles$Z.newAutocomplete} ${noWidth ? styles$Z.newAutocompleteNoWidth : ''}`,
16870
+ className: `${noWidth ? styles$Z.newAutocompleteNoWidth : styles$Z.newAutocomplete}`,
16871
16871
  renderOption: (props, option) => {
16872
16872
  return /*#__PURE__*/React__default.createElement("li", Object.assign({}, props, {
16873
16873
  key: option.value,