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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.6",
2
+ "version": "2.0.7",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -153,6 +153,7 @@ export const ControlsBar = ({
153
153
  )}
154
154
  {!isInterviewer && screenShareText && enableScreenSharing && (
155
155
  <InterviewButton
156
+ id="odaptos_screen_share"
156
157
  text={screenShareText}
157
158
  variant="screenshare"
158
159
  icon={<TvFlatScreenIcon />}