@doist/reactist 27.3.6 → 27.4.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.
@@ -896,21 +896,23 @@ function BannerSuccessIcon(props) {
896
896
  }));
897
897
  }
898
898
 
899
- var modules_3d05deee = {"container":"_05d956e0"};
899
+ var modules_3d05deee = {"container":"d77fcdc6","default":"_468ce45c","inherit":"_54f92a1e","underline":"cdc8b08c","no-underline":"_06995bac"};
900
900
 
901
- const _excluded$o = ["as", "openInNewTab", "exceptionallySetClassName"];
901
+ const _excluded$o = ["as", "openInNewTab", "exceptionallySetClassName", "color", "underline"];
902
902
  const TextLink = /*#__PURE__*/polymorphicComponent(function TextLink(_ref, ref) {
903
903
  let {
904
904
  as = 'a',
905
905
  openInNewTab = false,
906
- exceptionallySetClassName
906
+ exceptionallySetClassName,
907
+ color = 'default',
908
+ underline = true
907
909
  } = _ref,
908
910
  props = _objectWithoutProperties(_ref, _excluded$o);
909
911
 
910
912
  return /*#__PURE__*/React__namespace.createElement(Box$1, _objectSpread2(_objectSpread2({}, props), {}, {
911
913
  as: as,
912
914
  display: "inline",
913
- className: [exceptionallySetClassName, modules_3d05deee.container],
915
+ className: [exceptionallySetClassName, modules_3d05deee.container, modules_3d05deee[color], underline ? modules_3d05deee.underline : modules_3d05deee['no-underline']],
914
916
  ref: ref,
915
917
  target: openInNewTab ? '_blank' : undefined,
916
918
  rel: openInNewTab ? 'noopener noreferrer' : undefined