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