odaptos_design_system 2.0.26 → 2.0.28

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.
@@ -12,9 +12,9 @@ interface Texts {
12
12
  endOfScenarioTitle: string;
13
13
  endOfScenarioDescription: string;
14
14
  endOfScenarioCTA: string;
15
- stopRecTitle: string;
16
- stopRecDescription: string;
17
- stopRecCTA: string;
15
+ stopRecTitleNM: string;
16
+ stopRecDescriptionNM: string;
17
+ stopRecCTANM: string;
18
18
  SusExplanationTitle: string;
19
19
  SusExplanationDescription: string;
20
20
  }
@@ -11956,9 +11956,9 @@ const SelfProtocolManager = ({
11956
11956
  isDisabled: false,
11957
11957
  isDisplay: true
11958
11958
  }), areAllTasksSend && !isRecordingFinished && isLastScenario && /*#__PURE__*/React__default.createElement(EndRecording, {
11959
- stopRecTitle: texts.stopRecTitle,
11960
- stopRecDescription: texts.stopRecDescription,
11961
- stopRecCTA: texts.stopRecCTA,
11959
+ stopRecTitle: texts.stopRecTitleNM,
11960
+ stopRecDescription: texts.stopRecDescriptionNM,
11961
+ stopRecCTA: texts.stopRecCTANM,
11962
11962
  stopRecording: stopRecording
11963
11963
  }), /*#__PURE__*/React__default.createElement("div", {
11964
11964
  ref: refTask
@@ -14032,7 +14032,8 @@ const PopoverBeta = ({
14032
14032
  height: "16",
14033
14033
  viewBox: "0 0 78 16",
14034
14034
  fill: "none",
14035
- xmlns: "http://www.w3.org/2000/svg"
14035
+ xmlns: "http://www.w3.org/2000/svg",
14036
+ className: className
14036
14037
  }, /*#__PURE__*/React__default.createElement("rect", {
14037
14038
  width: "78",
14038
14039
  height: "16",
@@ -15252,12 +15253,12 @@ styleInject(css_248z$P);
15252
15253
  const CssTextField$7 = /*#__PURE__*/styles$13.styled(material.TextField)({
15253
15254
  '& .MuiInputBase-input': {
15254
15255
  color: '#26292E',
15255
- fontFamily: 'OpenSans !important',
15256
+ fontFamily: 'Open Sans !important',
15256
15257
  fontSize: '1rem'
15257
15258
  },
15258
15259
  '& .MuiInputBase-input.Mui-disabled': {
15259
15260
  color: '#26292E',
15260
- fontFamily: 'OpenSans !important',
15261
+ fontFamily: 'Open Sans !important',
15261
15262
  fontSize: '1rem'
15262
15263
  },
15263
15264
  '& .MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled': {
@@ -15284,25 +15285,25 @@ const CssTextField$7 = /*#__PURE__*/styles$13.styled(material.TextField)({
15284
15285
  },
15285
15286
  '& label': {
15286
15287
  color: '#26292E',
15287
- fontFamily: 'OpenSans !important',
15288
+ fontFamily: 'Open Sans !important',
15288
15289
  fontSize: '1rem'
15289
15290
  },
15290
15291
  '& label.Mui-disabled.Mui-error': {
15291
15292
  color: '#26292E',
15292
15293
  opacity: 0.5,
15293
- fontFamily: 'OpenSans !important',
15294
+ fontFamily: 'Open Sans !important',
15294
15295
  fontSize: '1rem'
15295
15296
  },
15296
15297
  '& label.Mui-focused': {
15297
15298
  color: '#26292E',
15298
- fontFamily: 'OpenSans',
15299
+ fontFamily: 'Open Sans',
15299
15300
  fontSize: '1rem',
15300
15301
  backgroundColor: 'transparent',
15301
15302
  marginRight: 5,
15302
15303
  paddingRight: 5
15303
15304
  },
15304
15305
  '& .MuiOutlinedInput-root': {
15305
- fontFamily: 'OpenSans',
15306
+ fontFamily: 'Open Sans',
15306
15307
  '& fieldset': {
15307
15308
  borderColor: '#96989A'
15308
15309
  },
@@ -15388,13 +15389,13 @@ const TextInput = props => {
15388
15389
  endAdornment,
15389
15390
  startAdornment,
15390
15391
  style: {
15391
- fontFamily: 'OpenSans',
15392
+ fontFamily: 'Open Sans',
15392
15393
  fontSize: '1rem'
15393
15394
  }
15394
15395
  },
15395
15396
  InputLabelProps: {
15396
15397
  style: {
15397
- fontFamily: 'OpenSans',
15398
+ fontFamily: 'Open Sans',
15398
15399
  fontSize: '1rem'
15399
15400
  },
15400
15401
  ...InputLabelProps