@fluid-app/portal-sdk 0.1.333 → 0.1.335

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.
@@ -13390,6 +13390,7 @@ function mapEnrollmentPack(raw) {
13390
13390
  slug: raw.slug ?? null,
13391
13391
  description: raw.description ?? null,
13392
13392
  url: raw.url ?? null,
13393
+ canonical_url: raw.canonical_url ?? null,
13393
13394
  images: (raw.images ?? []).map((img) => ({
13394
13395
  url: img.url ?? null,
13395
13396
  alt: img.alt ?? null
@@ -13994,4 +13995,4 @@ Object.defineProperty(exports, "shareablesScreenPropertySchema", {
13994
13995
  }
13995
13996
  });
13996
13997
 
13997
- //# sourceMappingURL=ShareablesScreen-B6gNemDD.cjs.map
13998
+ //# sourceMappingURL=ShareablesScreen-CSCdh897.cjs.map