@leanix/components 0.2.240 → 0.2.241

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {