@zealicsolutions/web-ui 1.0.140-beta.63 → 1.0.140-beta.65

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.
@@ -50,6 +50,7 @@ export declare const getParamFromInternalLink: (internalLink: Nullable<string>,
50
50
  /**
51
51
  * Get the selected webpage id encoded into an internal link
52
52
  * Checks multiple keys for compatibility
53
+ * Supports both URL query params and slash-delimited key=value format
53
54
  */
54
55
  export declare const getSelectedWebpageIdFromInternalLink: (internalLink: Nullable<string>) => string | undefined;
55
56
  /**