@leanix/components 0.4.27 → 0.4.29

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.
@@ -41,7 +41,7 @@ export declare class LxLinkifyPipe implements PipeTransform {
41
41
  * Link to regex101: https://regex101.com/r/5UMUH8/1
42
42
  */
43
43
  static readonly NAMED_LINK_REGEX: RegExp;
44
- transform(text?: string | null): string | undefined | null;
44
+ transform(text?: string | null, escape?: boolean): string | undefined | null;
45
45
  private turnMarkdownStyleLinksIntoAnchorTags;
46
46
  private wrapRawHttpLinksWithAnchorTags;
47
47
  private getAllRegexMatches;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.27",
3
+ "version": "0.4.29",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {