odaptos_design_system 2.0.116 → 2.0.118
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 -2
- 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 -2
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/PipModerated.tsx +5 -2
|
@@ -13311,15 +13311,18 @@ const PipModerated = ({
|
|
|
13311
13311
|
height: 2rem;
|
|
13312
13312
|
display: flex;
|
|
13313
13313
|
align-items: center;
|
|
13314
|
+
justify-content: center;
|
|
13314
13315
|
gap: 0.5rem;
|
|
13315
13316
|
padding: 0.375rem 0.75rem;
|
|
13316
|
-
border-radius:
|
|
13317
|
+
border-radius: 0.5rem;
|
|
13317
13318
|
font-family: "Open Sans";
|
|
13319
|
+
text-align: center;
|
|
13318
13320
|
font-size: 0.875rem;
|
|
13319
13321
|
font-style: normal;
|
|
13320
13322
|
font-weight: 600;
|
|
13321
13323
|
line-height: 140%; /* 1.225rem */
|
|
13322
13324
|
width: 100%;
|
|
13325
|
+
margin-top: 0.5rem;
|
|
13323
13326
|
}
|
|
13324
13327
|
}
|
|
13325
13328
|
|
|
@@ -13613,7 +13616,7 @@ display: flex;
|
|
|
13613
13616
|
<button class="buttonScenario" onclick="window.open('${(() => {
|
|
13614
13617
|
const parsed = JSON.parse(currentScenario.body);
|
|
13615
13618
|
return parsed ? parsed.url : '';
|
|
13616
|
-
})()}', '_blank')">${contentFunc('
|
|
13619
|
+
})()}', '_blank')">${contentFunc('startNow')}</button>
|
|
13617
13620
|
</div>` : '';
|
|
13618
13621
|
root.innerHTML = `
|
|
13619
13622
|
<div class="pipContainer">
|