odaptos_design_system 2.0.122 → 2.0.123
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 +1 -1
- 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 +1 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/Scenario.tsx +1 -4
|
@@ -13790,7 +13790,7 @@ const Scenario = ({
|
|
|
13790
13790
|
text: description,
|
|
13791
13791
|
size: "sm",
|
|
13792
13792
|
className: styles$t.description
|
|
13793
|
-
}), !isObserver && buttonIcon && buttonText &&
|
|
13793
|
+
}), !isObserver && buttonIcon && buttonText && !isPipAvailable ? /*#__PURE__*/React__default.createElement(Button, {
|
|
13794
13794
|
text: buttonText,
|
|
13795
13795
|
iconRight: buttonIcon ?? /*#__PURE__*/React__default.createElement(SendIcon, null),
|
|
13796
13796
|
disabled: disabled,
|