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.
@@ -11948,9 +11948,9 @@ const SelfProtocolManager = ({
11948
11948
  isDisabled: false,
11949
11949
  isDisplay: true
11950
11950
  }), areAllTasksSend && !isRecordingFinished && isLastScenario && /*#__PURE__*/React.createElement(EndRecording, {
11951
- stopRecTitle: texts.stopRecTitle,
11952
- stopRecDescription: texts.stopRecDescription,
11953
- stopRecCTA: texts.stopRecCTA,
11951
+ stopRecTitle: texts.stopRecTitleNM,
11952
+ stopRecDescription: texts.stopRecDescriptionNM,
11953
+ stopRecCTA: texts.stopRecCTANM,
11954
11954
  stopRecording: stopRecording
11955
11955
  }), /*#__PURE__*/React.createElement("div", {
11956
11956
  ref: refTask
@@ -14024,7 +14024,8 @@ const PopoverBeta = ({
14024
14024
  height: "16",
14025
14025
  viewBox: "0 0 78 16",
14026
14026
  fill: "none",
14027
- xmlns: "http://www.w3.org/2000/svg"
14027
+ xmlns: "http://www.w3.org/2000/svg",
14028
+ className: className
14028
14029
  }, /*#__PURE__*/React.createElement("rect", {
14029
14030
  width: "78",
14030
14031
  height: "16",
@@ -15244,12 +15245,12 @@ styleInject(css_248z$P);
15244
15245
  const CssTextField$7 = /*#__PURE__*/styled(TextField)({
15245
15246
  '& .MuiInputBase-input': {
15246
15247
  color: '#26292E',
15247
- fontFamily: 'OpenSans !important',
15248
+ fontFamily: 'Open Sans !important',
15248
15249
  fontSize: '1rem'
15249
15250
  },
15250
15251
  '& .MuiInputBase-input.Mui-disabled': {
15251
15252
  color: '#26292E',
15252
- fontFamily: 'OpenSans !important',
15253
+ fontFamily: 'Open Sans !important',
15253
15254
  fontSize: '1rem'
15254
15255
  },
15255
15256
  '& .MuiInputBase-input.MuiOutlinedInput-input.Mui-disabled': {
@@ -15276,25 +15277,25 @@ const CssTextField$7 = /*#__PURE__*/styled(TextField)({
15276
15277
  },
15277
15278
  '& label': {
15278
15279
  color: '#26292E',
15279
- fontFamily: 'OpenSans !important',
15280
+ fontFamily: 'Open Sans !important',
15280
15281
  fontSize: '1rem'
15281
15282
  },
15282
15283
  '& label.Mui-disabled.Mui-error': {
15283
15284
  color: '#26292E',
15284
15285
  opacity: 0.5,
15285
- fontFamily: 'OpenSans !important',
15286
+ fontFamily: 'Open Sans !important',
15286
15287
  fontSize: '1rem'
15287
15288
  },
15288
15289
  '& label.Mui-focused': {
15289
15290
  color: '#26292E',
15290
- fontFamily: 'OpenSans',
15291
+ fontFamily: 'Open Sans',
15291
15292
  fontSize: '1rem',
15292
15293
  backgroundColor: 'transparent',
15293
15294
  marginRight: 5,
15294
15295
  paddingRight: 5
15295
15296
  },
15296
15297
  '& .MuiOutlinedInput-root': {
15297
- fontFamily: 'OpenSans',
15298
+ fontFamily: 'Open Sans',
15298
15299
  '& fieldset': {
15299
15300
  borderColor: '#96989A'
15300
15301
  },
@@ -15380,13 +15381,13 @@ const TextInput = props => {
15380
15381
  endAdornment,
15381
15382
  startAdornment,
15382
15383
  style: {
15383
- fontFamily: 'OpenSans',
15384
+ fontFamily: 'Open Sans',
15384
15385
  fontSize: '1rem'
15385
15386
  }
15386
15387
  },
15387
15388
  InputLabelProps: {
15388
15389
  style: {
15389
- fontFamily: 'OpenSans',
15390
+ fontFamily: 'Open Sans',
15390
15391
  fontSize: '1rem'
15391
15392
  },
15392
15393
  ...InputLabelProps