@fluid-app/portal-sdk 0.1.333 → 0.1.334

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.
@@ -13385,6 +13385,7 @@ function mapEnrollmentPack(raw) {
13385
13385
  slug: raw.slug ?? null,
13386
13386
  description: raw.description ?? null,
13387
13387
  url: raw.url ?? null,
13388
+ canonical_url: raw.canonical_url ?? null,
13388
13389
  images: (raw.images ?? []).map((img) => ({
13389
13390
  url: img.url ?? null,
13390
13391
  alt: img.alt ?? null
@@ -13978,4 +13979,4 @@ const shareablesScreenPropertySchema = {
13978
13979
  //#endregion
13979
13980
  export { shareablesScreenPropertySchema as n, ShareablesScreen as t };
13980
13981
 
13981
- //# sourceMappingURL=ShareablesScreen-BdL7BEQ1.mjs.map
13982
+ //# sourceMappingURL=ShareablesScreen-BDHGcO4c.mjs.map