@fluid-app/portal-sdk 0.1.166 → 0.1.167
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/{PortalContentApiProvider-Di5emtYd.cjs → PortalContentApiProvider-BMflGLYQ.cjs} +10 -1
- package/dist/{PortalContentApiProvider-Di5emtYd.cjs.map → PortalContentApiProvider-BMflGLYQ.cjs.map} +1 -1
- package/dist/{PortalContentApiProvider-CW0ADhPi.mjs → PortalContentApiProvider-CBm0adwh.mjs} +10 -1
- package/dist/{PortalContentApiProvider-CW0ADhPi.mjs.map → PortalContentApiProvider-CBm0adwh.mjs.map} +1 -1
- package/dist/{ProductsScreen-C6eNgxjP.cjs → ProductsScreen-CYRCTRvW.cjs} +2 -2
- package/dist/{ProductsScreen-C8amMeRh.mjs → ProductsScreen-D810-dkz.mjs} +2 -4
- package/dist/{ProductsScreen-KjjhlDGo.cjs → ProductsScreen-DOn1eC4t.cjs} +2 -2
- package/dist/{ProductsScreen-KjjhlDGo.cjs.map → ProductsScreen-DOn1eC4t.cjs.map} +1 -1
- package/dist/{ProductsScreen-CVNJudq9.mjs → ProductsScreen-DWrE0FKE.mjs} +2 -2
- package/dist/{ProductsScreen-CVNJudq9.mjs.map → ProductsScreen-DWrE0FKE.mjs.map} +1 -1
- package/dist/{ShareablesScreen-Dz8w2l3e.cjs → ShareablesScreen-C3_fEMc0.cjs} +2 -2
- package/dist/{ShareablesScreen-Dz8w2l3e.cjs.map → ShareablesScreen-C3_fEMc0.cjs.map} +1 -1
- package/dist/{ShareablesScreen-DUzo8kRi.cjs → ShareablesScreen-ChpDLh7n.cjs} +2 -2
- package/dist/{ShareablesScreen-JxVPd89h.mjs → ShareablesScreen-CxWuxuGd.mjs} +2 -4
- package/dist/{ShareablesScreen-DpEP_6u0.mjs → ShareablesScreen-eCUiJFdU.mjs} +2 -2
- package/dist/{ShareablesScreen-DpEP_6u0.mjs.map → ShareablesScreen-eCUiJFdU.mjs.map} +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.mjs +7 -7
- package/package.json +13 -13
package/dist/{PortalContentApiProvider-Di5emtYd.cjs → PortalContentApiProvider-BMflGLYQ.cjs}
RENAMED
|
@@ -9961,6 +9961,15 @@ function usePortalContentContext() {
|
|
|
9961
9961
|
if (!ctx) throw new Error("usePortalContentContext must be used within a <PortalContentApiProvider>");
|
|
9962
9962
|
return ctx;
|
|
9963
9963
|
}
|
|
9964
|
+
/**
|
|
9965
|
+
* Provides all content-domain adapters (media, playlists, shares,
|
|
9966
|
+
* fileResources, productMedia) via ShareablesApiProvider, plus extra
|
|
9967
|
+
* context values available through usePortalContentContext().
|
|
9968
|
+
*
|
|
9969
|
+
* **Required ancestor:** `<PortalProductsApiProvider>` must appear above
|
|
9970
|
+
* this in the tree — it supplies the `PortalProductsApi` consumed via
|
|
9971
|
+
* `usePortalProductsApi()` for product-media bridging.
|
|
9972
|
+
*/
|
|
9964
9973
|
function PortalContentApiProvider({ children }) {
|
|
9965
9974
|
const client = require_PortalTenantClientProvider.usePortalTenantClient();
|
|
9966
9975
|
const productsApi = require_PortalProductsApiProvider.usePortalProductsApi();
|
|
@@ -10022,4 +10031,4 @@ Object.defineProperty(exports, "usePortalContentContext", {
|
|
|
10022
10031
|
}
|
|
10023
10032
|
});
|
|
10024
10033
|
|
|
10025
|
-
//# sourceMappingURL=PortalContentApiProvider-
|
|
10034
|
+
//# sourceMappingURL=PortalContentApiProvider-BMflGLYQ.cjs.map
|