odaptos_design_system 2.0.81 → 2.0.82

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.
@@ -12809,6 +12809,7 @@ const EndRecording = ({
12809
12809
  text: stopRecDescription ?? '',
12810
12810
  size: "sm"
12811
12811
  }), /*#__PURE__*/React__default.createElement(Button, {
12812
+ id: "end_non_moderated_interview",
12812
12813
  text: stopRecCTA ?? '',
12813
12814
  variant: "alert",
12814
12815
  onClick: stopRecording,