@fluid-app/portal-sdk 0.1.240 → 0.1.241
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-BbXSELEP.mjs → FluidProvider-BwMwMCxW.mjs} +3 -3
- package/dist/{FluidProvider-BbXSELEP.mjs.map → FluidProvider-BwMwMCxW.mjs.map} +1 -1
- package/dist/{FluidProvider-DRXysbXj.cjs → FluidProvider-eT4gA6Io.cjs} +3 -3
- package/dist/{FluidProvider-DRXysbXj.cjs.map → FluidProvider-eT4gA6Io.cjs.map} +1 -1
- package/dist/{MessagingScreen-DZvq5j13.cjs → MessagingScreen-BHYX1Kc6.cjs} +3 -3
- package/dist/{MessagingScreen-DlRwCPg8.mjs → MessagingScreen-CZddjqma.mjs} +2 -2
- package/dist/{MessagingScreen-DlRwCPg8.mjs.map → MessagingScreen-CZddjqma.mjs.map} +1 -1
- package/dist/{MessagingScreen-_-sdlwh0.cjs → MessagingScreen-D3S230Ba.cjs} +2 -2
- package/dist/{MessagingScreen-_-sdlwh0.cjs.map → MessagingScreen-D3S230Ba.cjs.map} +1 -1
- package/dist/{PointsWidget-icodgubL.mjs → PointsWidget-BwA6aGVZ.mjs} +4 -7
- package/dist/PointsWidget-BwA6aGVZ.mjs.map +1 -0
- package/dist/{PointsWidget-C5cXxKlM.cjs → PointsWidget-D1FV8l1h.cjs} +4 -7
- package/dist/PointsWidget-D1FV8l1h.cjs.map +1 -0
- package/dist/{ProfileScreen-BalGphXn.cjs → ProfileScreen-BYJj4D1W.cjs} +3 -3
- package/dist/{ProfileScreen-SWcwqDK4.cjs → ProfileScreen-DAujb81k.cjs} +2 -2
- package/dist/{ProfileScreen-SWcwqDK4.cjs.map → ProfileScreen-DAujb81k.cjs.map} +1 -1
- package/dist/{ProfileScreen-91WrZUpz.mjs → ProfileScreen-DlMEqXXg.mjs} +2 -2
- package/dist/{ProfileScreen-91WrZUpz.mjs.map → ProfileScreen-DlMEqXXg.mjs.map} +1 -1
- package/dist/{ShopScreen-B6Bo1VOu.cjs → ShopScreen-1yvcCk7l.cjs} +2 -2
- package/dist/{ShopScreen-B6Bo1VOu.cjs.map → ShopScreen-1yvcCk7l.cjs.map} +1 -1
- package/dist/{ShopScreen-Ce29yINo.cjs → ShopScreen-6nEKrNjK.cjs} +3 -3
- package/dist/{ShopScreen-DbMmVqSK.mjs → ShopScreen-U7G6Jf67.mjs} +2 -2
- package/dist/{ShopScreen-DbMmVqSK.mjs.map → ShopScreen-U7G6Jf67.mjs.map} +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.mjs +11 -11
- package/package.json +15 -15
- package/dist/PointsWidget-C5cXxKlM.cjs.map +0 -1
- package/dist/PointsWidget-icodgubL.mjs.map +0 -1
|
@@ -26,7 +26,7 @@ import { t as LinkWidget } from "./LinkWidget-CO-Cxf7Z.mjs";
|
|
|
26
26
|
import { t as ListWidget } from "./ListWidget-f88QhcGI.mjs";
|
|
27
27
|
import { t as MySiteWidget } from "./MySiteWidget-CQNASVaF.mjs";
|
|
28
28
|
import { t as NestedWidget } from "./NestedWidget-RuyrOrFn.mjs";
|
|
29
|
-
import { t as PointsWidget } from "./PointsWidget-
|
|
29
|
+
import { t as PointsWidget } from "./PointsWidget-BwA6aGVZ.mjs";
|
|
30
30
|
import { t as QuickLinksWidget } from "./QuickLinksWidget-CJqwiBJ7.mjs";
|
|
31
31
|
import { t as QuickShareWidget } from "./QuickShareWidget-DKE7Tba2.mjs";
|
|
32
32
|
import { t as RecentActivityWidget } from "./RecentActivityWidget-D1AlZgfV.mjs";
|
|
@@ -2048,7 +2048,7 @@ const widgetPropertySchemas = {
|
|
|
2048
2048
|
ListWidget: () => import("./ListWidget-f88QhcGI.mjs").then((n) => n.n).then((m) => m.listWidgetPropertySchema),
|
|
2049
2049
|
MySiteWidget: () => import("./MySiteWidget-CQNASVaF.mjs").then((n) => n.n).then((m) => m.mySiteWidgetPropertySchema),
|
|
2050
2050
|
NestedWidget: () => import("./NestedWidget-RuyrOrFn.mjs").then((n) => n.n).then((m) => m.nestedWidgetPropertySchema),
|
|
2051
|
-
PointsWidget: () => import("./PointsWidget-
|
|
2051
|
+
PointsWidget: () => import("./PointsWidget-BwA6aGVZ.mjs").then((n) => n.n).then((m) => m.pointsWidgetPropertySchema),
|
|
2052
2052
|
QuickLinksWidget: () => import("./QuickLinksWidget-CJqwiBJ7.mjs").then((n) => n.n).then((m) => m.quickLinksWidgetPropertySchema),
|
|
2053
2053
|
QuickShareWidget: () => import("./QuickShareWidget-DKE7Tba2.mjs").then((n) => n.n).then((m) => m.quickShareWidgetPropertySchema),
|
|
2054
2054
|
RecentActivityWidget: () => import("./RecentActivityWidget-D1AlZgfV.mjs").then((n) => n.n).then((m) => m.recentActivityWidgetPropertySchema),
|
|
@@ -2234,4 +2234,4 @@ function useFluidContext() {
|
|
|
2234
2234
|
//#endregion
|
|
2235
2235
|
export { createScreen as a, FluidThemeProvider as c, useLanguagesApi as d, useAppDefinitionApi as f, widgetPropertySchemas as i, useThemeContext as l, deleteDatabase as m, useFluidContext as n, createWidgetFromShareable as o, createPersister as p, DEFAULT_SDK_WIDGET_REGISTRY as r, createWidgetRegistry as s, FluidProvider as t, ApiError as u };
|
|
2236
2236
|
|
|
2237
|
-
//# sourceMappingURL=FluidProvider-
|
|
2237
|
+
//# sourceMappingURL=FluidProvider-BwMwMCxW.mjs.map
|