odaptos_design_system 1.4.216 → 1.4.217
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 +5 -1
- 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 +5 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Interviews/ControlsBar.tsx +5 -1
|
@@ -10026,7 +10026,11 @@ const ControlsBar = ({
|
|
|
10026
10026
|
if (stopRecording) stopRecording();
|
|
10027
10027
|
}
|
|
10028
10028
|
}
|
|
10029
|
-
}, isRecording ? /*#__PURE__*/React__default.createElement(StopRecordingIcon,
|
|
10029
|
+
}, isRecording ? /*#__PURE__*/React__default.createElement(StopRecordingIcon, {
|
|
10030
|
+
size: "xl"
|
|
10031
|
+
}) : /*#__PURE__*/React__default.createElement(RecordIcon, {
|
|
10032
|
+
size: "xl"
|
|
10033
|
+
})), isInterviewer && endInterview && /*#__PURE__*/React__default.createElement(InterviewButton, {
|
|
10030
10034
|
text: endInterviewText,
|
|
10031
10035
|
variant: "end-interview",
|
|
10032
10036
|
disabled: disabledEndInterview,
|