@leanix/components 0.2.240 → 0.2.241

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.
@@ -40,6 +40,8 @@ export declare class LxLinkifyPipe implements PipeTransform {
40
40
  */
41
41
  static readonly NAMED_LINK_REGEX: RegExp;
42
42
  transform(text?: string | null): string | undefined | null;
43
+ private turnMarkdownStyleLinksIntoAnchorTags;
44
+ private wrapRawHttpLinksWithAnchorTags;
43
45
  private getAllRegexMatches;
44
46
  static ɵfac: i0.ɵɵFactoryDeclaration<LxLinkifyPipe, never>;
45
47
  static ɵpipe: i0.ɵɵPipeDeclaration<LxLinkifyPipe, "lxLinkify">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.240",
3
+ "version": "0.2.241",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {