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.
@@ -9309,7 +9309,7 @@ const TooltipLayout = ({
9309
9309
  href: optionalUrl,
9310
9310
  target: "_blank",
9311
9311
  rel: "noopener noreferrer",
9312
- className: isTooltipSimplified ? styles$c.tooltip_layout_optional_url : styles$c.tooltip_layout_optional_url_simplified
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", {