odaptos_design_system 2.0.24 → 2.0.26
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/dist/odaptos_design_system.cjs.development.js +0 -3
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +0 -3
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/SelfProtocolManager.tsx +1 -14
|
@@ -11960,9 +11960,6 @@ const SelfProtocolManager = ({
|
|
|
11960
11960
|
stopRecDescription: texts.stopRecDescription,
|
|
11961
11961
|
stopRecCTA: texts.stopRecCTA,
|
|
11962
11962
|
stopRecording: stopRecording
|
|
11963
|
-
}), isRecordingFinished && isSus && areAllTasksSend && /*#__PURE__*/React__default.createElement(SusExplanation, {
|
|
11964
|
-
title: texts.SusExplanationTitle,
|
|
11965
|
-
description: texts.SusExplanationDescription
|
|
11966
11963
|
}), /*#__PURE__*/React__default.createElement("div", {
|
|
11967
11964
|
ref: refTask
|
|
11968
11965
|
}))));
|