odaptos_design_system 2.0.78 → 2.0.80

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.78",
2
+ "version": "2.0.80",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
 
40
40
  .cta_button {
41
41
  width: 100%;
42
- max-width: calc(100% - 2.2rem);
42
+
43
43
  svg {
44
44
  margin-top: 0px !important;
45
45
  }
@@ -16,7 +16,7 @@ interface Texts {
16
16
  nextTaskCTA: string;
17
17
  endOfScenarioTitle: string;
18
18
  endOfScenarioDescription: string;
19
- endOfScenarioCTA: string;
19
+ endOfScenarioCTANM: string;
20
20
  stopRecTitleNM: string;
21
21
  stopRecDescriptionNM: string;
22
22
  stopRecCTANM: string;
@@ -191,7 +191,7 @@ export const SelfProtocolManager = ({
191
191
  <SelfProtocolTaskContainer
192
192
  mainTitle={texts.endOfScenarioTitle}
193
193
  description={texts.endOfScenarioDescription}
194
- ctaText={texts.endOfScenarioCTA}
194
+ ctaText={texts.endOfScenarioCTANM}
195
195
  buttonIcon={<SendIcon />}
196
196
  onClick={() => onClickFinishScenario()}
197
197
  isDisabled={false}