odaptos_design_system 2.0.21 → 2.0.23

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.
@@ -11930,7 +11930,8 @@ const SelfProtocolManager = ({
11930
11930
  ctaText: texts.nextTaskCTA,
11931
11931
  buttonIcon: /*#__PURE__*/React__default.createElement(SendIcon, null),
11932
11932
  onClick: () => sendTask(task),
11933
- isDisabled: getIsTaskDisabled(task)
11933
+ isDisabled: getIsTaskDisabled(task),
11934
+ isDisplay: true
11934
11935
  });
11935
11936
  } else if (task.type === 'scenario') {
11936
11937
  return /*#__PURE__*/React__default.createElement(SelfProtocolTaskContainer, {
@@ -11952,7 +11953,8 @@ const SelfProtocolManager = ({
11952
11953
  ctaText: texts.endOfScenarioCTA,
11953
11954
  buttonIcon: /*#__PURE__*/React__default.createElement(SendIcon, null),
11954
11955
  onClick: () => onClickFinishScenario(),
11955
- isDisabled: false
11956
+ isDisabled: false,
11957
+ isDisplay: true
11956
11958
  }), areAllTasksSend && !isRecordingFinished && isLastScenario && /*#__PURE__*/React__default.createElement(EndRecording, {
11957
11959
  stopRecTitle: texts.stopRecTitle,
11958
11960
  stopRecDescription: texts.stopRecDescription,