@fluid-app/portal-sdk 0.1.195 → 0.1.197
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/{FluidProvider-dp9q6oRM.mjs → FluidProvider-CGqVqcHP.mjs} +3 -3
- package/dist/{FluidProvider-dp9q6oRM.mjs.map → FluidProvider-CGqVqcHP.mjs.map} +1 -1
- package/dist/{FluidProvider-BWBEdHQQ.cjs → FluidProvider-j5QX1XRm.cjs} +3 -3
- package/dist/{FluidProvider-BWBEdHQQ.cjs.map → FluidProvider-j5QX1XRm.cjs.map} +1 -1
- package/dist/{MessagingScreen-DX8A0ahD.cjs → MessagingScreen-BaGLql5n.cjs} +2 -2
- package/dist/{MessagingScreen-DX8A0ahD.cjs.map → MessagingScreen-BaGLql5n.cjs.map} +1 -1
- package/dist/{MessagingScreen-CJ3p3ZHq.cjs → MessagingScreen-Beyb0TUm.cjs} +2 -2
- package/dist/{MessagingScreen-BNsaLpzu.mjs → MessagingScreen-CpUfQIFf.mjs} +2 -2
- package/dist/{MessagingScreen-BNsaLpzu.mjs.map → MessagingScreen-CpUfQIFf.mjs.map} +1 -1
- package/dist/{PortalContentApiProvider-3zgq-z26.mjs → PortalContentApiProvider-C2cVPFwK.mjs} +74 -30
- package/dist/PortalContentApiProvider-C2cVPFwK.mjs.map +1 -0
- package/dist/{PortalContentApiProvider-Zoz_YDJM.cjs → PortalContentApiProvider-CmDBRz5Y.cjs} +74 -30
- package/dist/PortalContentApiProvider-CmDBRz5Y.cjs.map +1 -0
- package/dist/{ProductsScreen-BLsyTVHI.cjs → ProductsScreen-A6AmNu6A.cjs} +2 -2
- package/dist/{ProductsScreen-xuQq68Lm.mjs → ProductsScreen-Bmvtrqwz.mjs} +4 -2
- package/dist/{ProductsScreen-DNigWzOk.mjs → ProductsScreen-CgoKo7Zn.mjs} +2 -2
- package/dist/{ProductsScreen-DNigWzOk.mjs.map → ProductsScreen-CgoKo7Zn.mjs.map} +1 -1
- package/dist/{ProductsScreen-BiyYxql3.cjs → ProductsScreen-Dmu_hEzn.cjs} +2 -2
- package/dist/{ProductsScreen-BiyYxql3.cjs.map → ProductsScreen-Dmu_hEzn.cjs.map} +1 -1
- package/dist/{ProfileScreen-DL-C2R6R.cjs → ProfileScreen-BoFYel4G.cjs} +2 -2
- package/dist/{ProfileScreen-BsjuHCor.cjs → ProfileScreen-CtMB7I96.cjs} +2 -2
- package/dist/{ProfileScreen-BsjuHCor.cjs.map → ProfileScreen-CtMB7I96.cjs.map} +1 -1
- package/dist/{ProfileScreen-eJvfI2YW.mjs → ProfileScreen-th1mmEn0.mjs} +2 -2
- package/dist/{ProfileScreen-eJvfI2YW.mjs.map → ProfileScreen-th1mmEn0.mjs.map} +1 -1
- package/dist/{ShareablesScreen-CP4uXPPz.cjs → ShareablesScreen-3G_tIwAB.cjs} +2 -2
- package/dist/{ShareablesScreen-Df9GKUVi.cjs → ShareablesScreen-Dead0Hax.cjs} +2 -2
- package/dist/{ShareablesScreen-Df9GKUVi.cjs.map → ShareablesScreen-Dead0Hax.cjs.map} +1 -1
- package/dist/{ShareablesScreen-CfuQenlV.mjs → ShareablesScreen-eZgLDxLb.mjs} +2 -2
- package/dist/{ShareablesScreen-CfuQenlV.mjs.map → ShareablesScreen-eZgLDxLb.mjs.map} +1 -1
- package/dist/{ShareablesScreen-w72hongE.mjs → ShareablesScreen-gaClu1n7.mjs} +4 -2
- package/dist/{ShopScreen-5AXTCtLQ.mjs → ShopScreen-BBFsy04y.mjs} +26 -11
- package/dist/{ShopScreen-5AXTCtLQ.mjs.map → ShopScreen-BBFsy04y.mjs.map} +1 -1
- package/dist/{ShopScreen-X802gHEX.cjs → ShopScreen-BCZ_tsd3.cjs} +26 -11
- package/dist/{ShopScreen-X802gHEX.cjs.map → ShopScreen-BCZ_tsd3.cjs.map} +1 -1
- package/dist/{ShopScreen-DEFhDrcd.cjs → ShopScreen-tjFoj6_r.cjs} +2 -2
- package/dist/index.cjs +17 -17
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +17 -17
- package/package.json +9 -9
- package/dist/PortalContentApiProvider-3zgq-z26.mjs.map +0 -1
- package/dist/PortalContentApiProvider-Zoz_YDJM.cjs.map +0 -1
|
@@ -2586,7 +2586,7 @@ function transformLegacyPointsLedger(data) {
|
|
|
2586
2586
|
}))
|
|
2587
2587
|
};
|
|
2588
2588
|
}
|
|
2589
|
-
function
|
|
2589
|
+
function createLegacyWidgetsApiAdapter(config) {
|
|
2590
2590
|
function buildHeaders() {
|
|
2591
2591
|
return {
|
|
2592
2592
|
"content-type": "application/json",
|
|
@@ -2656,7 +2656,7 @@ function createLegacyWidgetsAdapter(config) {
|
|
|
2656
2656
|
function createPortalWidgetsApiAdapter(client, legacyConfig) {
|
|
2657
2657
|
const bff = createBffWidgetsAdapter(client);
|
|
2658
2658
|
return {
|
|
2659
|
-
...
|
|
2659
|
+
...createLegacyWidgetsApiAdapter(legacyConfig),
|
|
2660
2660
|
...bff
|
|
2661
2661
|
};
|
|
2662
2662
|
}
|
|
@@ -2910,4 +2910,4 @@ function useFluidContext() {
|
|
|
2910
2910
|
//#endregion
|
|
2911
2911
|
export { mergeDarkOverrides as A, usePayApi as B, DEFAULT_THEME_ID as C, deriveDarkVariant as D, generateThemeCSS as E, RADIUS_KEYS as F, createPersister as H, SEMANTIC_COLOR_NAMES as I, SHADE_STEPS as L, resolveTheme as M, FONT_FAMILY_KEYS as N, generateShades as O, FONT_SIZE_KEYS as P, ApiError as R, DEFAULT_SPACING as S, getDefaultThemeDefinition as T, deleteDatabase as U, useAppDefinitionApi as V, serialiseTheme as _, createScreen as a, DEFAULT_FONT_SIZES as b, FluidThemeProvider as c, removeAllThemes as d, removeTheme as f, deserialiseTheme as g, transformThemes as h, widgetPropertySchemas as i, parseColor as j, getForegroundColor as k, useThemeContext as l, getActiveThemeId as m, useFluidContext as n, createWidgetFromShareable as o, buildThemeDefinition as p, DEFAULT_SDK_WIDGET_REGISTRY as r, createWidgetRegistry as s, FluidProvider as t, applyTheme as u, DEFAULT_COLORS as v, DEFAULT_THEME_NAME as w, DEFAULT_RADII as x, DEFAULT_FONT_FAMILIES as y, useLanguagesApi as z };
|
|
2912
2912
|
|
|
2913
|
-
//# sourceMappingURL=FluidProvider-
|
|
2913
|
+
//# sourceMappingURL=FluidProvider-CGqVqcHP.mjs.map
|