@zealicsolutions/web-ui 0.4.38 → 0.4.39

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,6 @@ export declare const downloadFile: (url?: string, name?: string) => Promise<void
9
9
  export declare const navigateToExternalLink: (externalLink?: Nullable<string>) => void;
10
10
  export declare const checkIsInternalLink: (link?: LinkAttributes) => boolean;
11
11
  export declare const addInternalParamsToCurrentLink: (internalLink?: Nullable<string>) => string;
12
- export declare const getHref: (link?: LinkAttributes) => string;
12
+ export declare const getHref: (link?: LinkAttributes) => string | undefined;
13
13
  export declare const parseDescendantContent: (string: string) => CustomDescendant[];
14
14
  export declare const matchSlateAndStateObject: (slateValue: Descendant[], stateConfig: StateConfigType) => Descendant[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.38",
4
- "testVersion": "0.3.174",
3
+ "version": "0.4.39",
4
+ "testVersion": "0.3.176",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"