@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.
- package/dist/{ShareablesScreen-BdL7BEQ1.mjs → ShareablesScreen-BDHGcO4c.mjs} +2 -1
- package/dist/{ShareablesScreen-BdL7BEQ1.mjs.map → ShareablesScreen-BDHGcO4c.mjs.map} +1 -1
- package/dist/{ShareablesScreen-B6gNemDD.cjs → ShareablesScreen-CSCdh897.cjs} +2 -1
- package/dist/{ShareablesScreen-B6gNemDD.cjs.map → ShareablesScreen-CSCdh897.cjs.map} +1 -1
- package/dist/{ShareablesScreen-BiBwsSUV.cjs → ShareablesScreen-Cvxi4Fen.cjs} +1 -1
- package/dist/{ShareablesScreen-Cs83wM-i.mjs → ShareablesScreen-DK5h1Wv1.mjs} +1 -1
- package/dist/{SubscriptionsScreen-DzJhgb_H.mjs → SubscriptionsScreen-Blky8Wv8.mjs} +8 -15
- package/dist/{SubscriptionsScreen-DzJhgb_H.mjs.map → SubscriptionsScreen-Blky8Wv8.mjs.map} +1 -1
- package/dist/{SubscriptionsScreen-DG2qu9A9.cjs → SubscriptionsScreen-CemaSoUv.cjs} +8 -15
- package/dist/{SubscriptionsScreen-DG2qu9A9.cjs.map → SubscriptionsScreen-CemaSoUv.cjs.map} +1 -1
- package/dist/{SubscriptionsScreen-dZwLcWJi.cjs → SubscriptionsScreen-DBtKxiPF.cjs} +1 -1
- package/dist/{SubscriptionsScreen-Fz7WzPge.mjs → SubscriptionsScreen-DEmYXiXj.mjs} +1 -1
- package/dist/index.cjs +18 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +18 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +17 -17
|
@@ -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-
|
|
13998
|
+
//# sourceMappingURL=ShareablesScreen-CSCdh897.cjs.map
|