@zealicsolutions/web-ui 0.3.161 → 0.3.162

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,4 +11,4 @@ export declare const checkIsInternalLink: (link?: LinkAttributes) => boolean;
11
11
  export declare const addInternalParamsToCurrentLink: (internalLink?: Nullable<string>) => string;
12
12
  export declare const getHref: (link?: LinkAttributes) => string;
13
13
  export declare const parseDescendantContent: (string: string) => CustomDescendant[];
14
- export declare const matchSlateAndStateObject: (slateValue: Descendant[], stateConfig: StateConfigType) => Descendant[] | undefined;
14
+ export declare const matchSlateAndStateObject: (slateValue: Descendant[], stateConfig: StateConfigType) => Descendant[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.161",
3
+ "version": "0.3.162",
4
4
  "testVersion": "0.3.146",
5
5
  "repository": {
6
6
  "type": "git",