@ornikar/kitt-universal 31.2.0 → 31.2.1-canary.338c0e3dad9e12a43d9c58a1a2e846e1df8c075b.0

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.
@@ -13410,14 +13410,14 @@ function TypographyEmoji(_ref3) {
13410
13410
  });
13411
13411
  }
13412
13412
 
13413
- // overrides :global(a) in Link styles.module.css
13414
- var displayUnderline = "kitt-u_displayUnderline_dch42t";
13415
- var displayUnderlineWhenHovered = "kitt-u_displayUnderlineWhenHovered_d80w0t7";
13413
+ var styles = {"displayUnderline":"TypographyLinkWebWrapper-module_displayUnderline__KxwMp","displayUnderlineWhenHovered":"TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl"};
13414
+
13416
13415
  function TypographyLinkWebWrapper(_ref) {
13417
13416
  var children = _ref.children,
13418
13417
  hasNoUnderline = _ref.hasNoUnderline;
13418
+ var className = hasNoUnderline ? "".concat(styles.displayUnderline, " ").concat(styles.displayUnderlineWhenHovered) : styles.displayUnderline;
13419
13419
  return /*#__PURE__*/jsx("span", {
13420
- className: (displayUnderline ) + " " + ((hasNoUnderline ? displayUnderlineWhenHovered : undefined) || ""),
13420
+ className: className,
13421
13421
  children: children
13422
13422
  });
13423
13423
  }