@fluid-app/portal-sdk 0.1.208 → 0.1.209
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-0Mba_MWW.mjs → FluidProvider-BhXU4mXn.mjs} +3 -3
- package/dist/{FluidProvider-0Mba_MWW.mjs.map → FluidProvider-BhXU4mXn.mjs.map} +1 -1
- package/dist/{FluidProvider-Df88VSWk.cjs → FluidProvider-CVYSJW9G.cjs} +3 -3
- package/dist/{FluidProvider-Df88VSWk.cjs.map → FluidProvider-CVYSJW9G.cjs.map} +1 -1
- package/dist/{MessagingScreen-BrHK0nrA.cjs → MessagingScreen-CneT3yWA.cjs} +3 -3
- package/dist/{MessagingScreen-BKgNsHdQ.mjs → MessagingScreen-DZPzRM2a.mjs} +2 -2
- package/dist/{MessagingScreen-BKgNsHdQ.mjs.map → MessagingScreen-DZPzRM2a.mjs.map} +1 -1
- package/dist/{MessagingScreen-BE9FZr7f.cjs → MessagingScreen-lOhqghg5.cjs} +2 -2
- package/dist/{MessagingScreen-BE9FZr7f.cjs.map → MessagingScreen-lOhqghg5.cjs.map} +1 -1
- package/dist/{ProfileScreen-WC3LIwDh.mjs → ProfileScreen-BVlyq4I8.mjs} +2 -2
- package/dist/{ProfileScreen-WC3LIwDh.mjs.map → ProfileScreen-BVlyq4I8.mjs.map} +1 -1
- package/dist/{ProfileScreen-DYHRKKVI.cjs → ProfileScreen-CJlMCpIM.cjs} +3 -3
- package/dist/{ProfileScreen-DtNJ1sdF.cjs → ProfileScreen-DToaxnsZ.cjs} +2 -2
- package/dist/{ProfileScreen-DtNJ1sdF.cjs.map → ProfileScreen-DToaxnsZ.cjs.map} +1 -1
- package/dist/RecentActivityWidget-C6qm5x9b.mjs +560 -0
- package/dist/RecentActivityWidget-C6qm5x9b.mjs.map +1 -0
- package/dist/RecentActivityWidget-Cw5Qxx_x.cjs +577 -0
- package/dist/RecentActivityWidget-Cw5Qxx_x.cjs.map +1 -0
- package/dist/{ShopScreen-MZm20clN.cjs → ShopScreen-7s5O5oFR.cjs} +3 -3
- package/dist/{ShopScreen-BfexFHUc.mjs → ShopScreen-DAZC9E9E.mjs} +2 -2
- package/dist/{ShopScreen-BfexFHUc.mjs.map → ShopScreen-DAZC9E9E.mjs.map} +1 -1
- package/dist/{ShopScreen-Bo9YZ_EO.cjs → ShopScreen-dkt4YuUO.cjs} +2 -2
- package/dist/{ShopScreen-Bo9YZ_EO.cjs.map → ShopScreen-dkt4YuUO.cjs.map} +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.d.cts +8 -0
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +8 -0
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +11 -11
- package/package.json +9 -9
- package/dist/RecentActivityWidget-CWr6bFgP.cjs +0 -394
- package/dist/RecentActivityWidget-CWr6bFgP.cjs.map +0 -1
- package/dist/RecentActivityWidget-D-uJcFkE.mjs +0 -377
- package/dist/RecentActivityWidget-D-uJcFkE.mjs.map +0 -1
|
@@ -26,7 +26,7 @@ import { t as MySiteWidget } from "./MySiteWidget-C6IZytLt.mjs";
|
|
|
26
26
|
import { t as NestedWidget } from "./NestedWidget-J9sJbt9s.mjs";
|
|
27
27
|
import { t as PointsWidget } from "./PointsWidget-CoDqvWC5.mjs";
|
|
28
28
|
import { t as QuickShareWidget } from "./QuickShareWidget-Dbjueevf.mjs";
|
|
29
|
-
import { t as RecentActivityWidget } from "./RecentActivityWidget-
|
|
29
|
+
import { t as RecentActivityWidget } from "./RecentActivityWidget-C6qm5x9b.mjs";
|
|
30
30
|
import { t as SeparatorWidget } from "./SeparatorWidget-Clm35u4g.mjs";
|
|
31
31
|
import { t as SpacerWidget } from "./SpacerWidget-JyChGNdx.mjs";
|
|
32
32
|
import { t as TableWidget } from "./TableWidget-DVfzScu1.mjs";
|
|
@@ -1959,7 +1959,7 @@ const widgetPropertySchemas = {
|
|
|
1959
1959
|
NestedWidget: () => import("./NestedWidget-J9sJbt9s.mjs").then((n) => n.n).then((m) => m.nestedWidgetPropertySchema),
|
|
1960
1960
|
PointsWidget: () => import("./PointsWidget-CoDqvWC5.mjs").then((n) => n.n).then((m) => m.pointsWidgetPropertySchema),
|
|
1961
1961
|
QuickShareWidget: () => import("./QuickShareWidget-Dbjueevf.mjs").then((n) => n.n).then((m) => m.quickShareWidgetPropertySchema),
|
|
1962
|
-
RecentActivityWidget: () => import("./RecentActivityWidget-
|
|
1962
|
+
RecentActivityWidget: () => import("./RecentActivityWidget-C6qm5x9b.mjs").then((n) => n.n).then((m) => m.recentActivityWidgetPropertySchema),
|
|
1963
1963
|
SeparatorWidget: () => import("./SeparatorWidget-Clm35u4g.mjs").then((n) => n.n).then((m) => m.separatorWidgetPropertySchema),
|
|
1964
1964
|
SpacerWidget: () => import("./SpacerWidget-JyChGNdx.mjs").then((n) => n.n).then((m) => m.spacerWidgetPropertySchema),
|
|
1965
1965
|
TableWidget: () => import("./TableWidget-DVfzScu1.mjs").then((n) => n.n).then((m) => m.tableWidgetPropertySchema),
|
|
@@ -2141,4 +2141,4 @@ function useFluidContext() {
|
|
|
2141
2141
|
//#endregion
|
|
2142
2142
|
export { createScreen as a, FluidThemeProvider as c, useLanguagesApi as d, usePayApi as f, deleteDatabase as h, widgetPropertySchemas as i, useThemeContext as l, createPersister as m, useFluidContext as n, createWidgetFromShareable as o, useAppDefinitionApi as p, DEFAULT_SDK_WIDGET_REGISTRY as r, createWidgetRegistry as s, FluidProvider as t, ApiError as u };
|
|
2143
2143
|
|
|
2144
|
-
//# sourceMappingURL=FluidProvider-
|
|
2144
|
+
//# sourceMappingURL=FluidProvider-BhXU4mXn.mjs.map
|