odaptos_design_system 1.4.214 → 1.4.215
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/Tooltip/Layout/TooltipCustomLayout.tsx +2 -2
|
@@ -9309,7 +9309,7 @@ const TooltipLayout = ({
|
|
|
9309
9309
|
href: optionalUrl,
|
|
9310
9310
|
target: "_blank",
|
|
9311
9311
|
rel: "noopener noreferrer",
|
|
9312
|
-
className: isTooltipSimplified ? styles$c.
|
|
9312
|
+
className: isTooltipSimplified ? styles$c.tooltip_layout_optional_url_simplified : styles$c.tooltip_layout_optional_url
|
|
9313
9313
|
}, optionalUrlText), customContent && /*#__PURE__*/React__default.createElement("div", {
|
|
9314
9314
|
className: styles$c.tooltip_layout_content
|
|
9315
9315
|
}, customContent)), (buttonOneText || buttonOneVariant || buttonOneOnClick || buttonOneIconLeft || buttonOneIconRight || buttonTwoText || buttonTwoVariant || buttonTwoOnClick || buttonTwoIconLeft || buttonTwoIconRight) && /*#__PURE__*/React__default.createElement("div", {
|