@lumx/react 3.12.1-alpha.3 → 3.12.1-alpha.5

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/index.js CHANGED
@@ -9129,7 +9129,8 @@ const Link = forwardRef((props, ref) => {
9129
9129
  className: classNames(className, handleBasicClasses({
9130
9130
  prefix: CLASSNAME$K,
9131
9131
  color,
9132
- colorVariant
9132
+ colorVariant,
9133
+ hasTypography: !!typography
9133
9134
  }), typography && getTypographyClassName(typography))
9134
9135
  }), wrapChildrenIconWithSpaces(/*#__PURE__*/React__default.createElement(React__default.Fragment, null, leftIcon && /*#__PURE__*/React__default.createElement(Icon, {
9135
9136
  icon: leftIcon,