Skip to content

Commit

Permalink
deprecate getFEAASLibraryStylesheetLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
yavorsk committed Jan 23, 2024
1 parent 6a29e62 commit cf5c626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sitecore-jss/src/feaas/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const FEAAS_LIBRARY_ID_REGEX = /-library--([^\s]+)/;
* @param {string} [sitecoreEdgeUrl] Sitecore Edge Platform URL. Default is https://edge-platform.sitecorecloud.io
* @returns {HTMLLink[]} library stylesheet links
*/
/** @deprecated use getComponentLibraryStylesheetLinks instead */
export function getFEAASLibraryStylesheetLinks(
layoutData: LayoutServiceData,
sitecoreEdgeContextId: string,
Expand Down

0 comments on commit cf5c626

Please sign in to comment.