@fluid-app/portal-sdk 0.1.211 → 0.1.212
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/CalendarWidget-CmVC7I4i.cjs +627 -0
- package/dist/CalendarWidget-CmVC7I4i.cjs.map +1 -0
- package/dist/CalendarWidget-RdPgsQLG.mjs +610 -0
- package/dist/CalendarWidget-RdPgsQLG.mjs.map +1 -0
- package/dist/{FluidProvider-CfBG1eFt.cjs → FluidProvider-Bt4SKs7T.cjs} +3 -3
- package/dist/{FluidProvider-CfBG1eFt.cjs.map → FluidProvider-Bt4SKs7T.cjs.map} +1 -1
- package/dist/{FluidProvider-DJfKbTQm.mjs → FluidProvider-jP1UPIfR.mjs} +3 -3
- package/dist/{FluidProvider-DJfKbTQm.mjs.map → FluidProvider-jP1UPIfR.mjs.map} +1 -1
- package/dist/{MessagingScreen-BUSGkkQM.mjs → MessagingScreen-B0ENhnsm.mjs} +2 -2
- package/dist/{MessagingScreen-BUSGkkQM.mjs.map → MessagingScreen-B0ENhnsm.mjs.map} +1 -1
- package/dist/{MessagingScreen-4QQbsIUy.cjs → MessagingScreen-CcIu18cI.cjs} +3 -3
- package/dist/{MessagingScreen-C6rXYwlm.cjs → MessagingScreen-DcGDKg37.cjs} +2 -2
- package/dist/{MessagingScreen-C6rXYwlm.cjs.map → MessagingScreen-DcGDKg37.cjs.map} +1 -1
- package/dist/{ProfileScreen-DaDRVK5B.cjs → ProfileScreen-BvPCl8Aw.cjs} +2 -2
- package/dist/{ProfileScreen-DaDRVK5B.cjs.map → ProfileScreen-BvPCl8Aw.cjs.map} +1 -1
- package/dist/{ProfileScreen-gHoo8LGb.cjs → ProfileScreen-CAUOIsa5.cjs} +3 -3
- package/dist/{ProfileScreen-aUcLKi7B.mjs → ProfileScreen-QiVaR0cu.mjs} +2 -2
- package/dist/{ProfileScreen-aUcLKi7B.mjs.map → ProfileScreen-QiVaR0cu.mjs.map} +1 -1
- package/dist/{ShopScreen-Bdkbl6gq.cjs → ShopScreen-C-jvejyb.cjs} +3 -3
- package/dist/{ShopScreen-vC7Yk8vC.cjs → ShopScreen-Dn_XPw2v.cjs} +2 -2
- package/dist/{ShopScreen-vC7Yk8vC.cjs.map → ShopScreen-Dn_XPw2v.cjs.map} +1 -1
- package/dist/{ShopScreen-jdit46tQ.mjs → ShopScreen-DvlABqGn.mjs} +2 -2
- package/dist/{ShopScreen-jdit46tQ.mjs.map → ShopScreen-DvlABqGn.mjs.map} +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.d.cts +8 -4
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +8 -4
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +11 -11
- package/package.json +15 -15
- package/dist/CalendarWidget-BcZNsVQo.cjs +0 -445
- package/dist/CalendarWidget-BcZNsVQo.cjs.map +0 -1
- package/dist/CalendarWidget-DTqgk0qe.mjs +0 -428
- package/dist/CalendarWidget-DTqgk0qe.mjs.map +0 -1
|
@@ -13,7 +13,7 @@ import { t as LayoutWidget } from "./LayoutWidget-MTchacII.mjs";
|
|
|
13
13
|
import { t as TextWidget } from "./TextWidget-B6BxAGIR.mjs";
|
|
14
14
|
import { t as AlertWidget } from "./AlertWidget-CmMEgOdD.mjs";
|
|
15
15
|
import { t as BulletListWidget } from "./BulletListWidget-CBFEw86U.mjs";
|
|
16
|
-
import { t as CalendarWidget } from "./CalendarWidget-
|
|
16
|
+
import { t as CalendarWidget } from "./CalendarWidget-RdPgsQLG.mjs";
|
|
17
17
|
import { t as CardWidget } from "./CardWidget-Scr2BDrZ.mjs";
|
|
18
18
|
import { t as CarouselWidget } from "./CarouselWidget-n_D82uZI.mjs";
|
|
19
19
|
import { t as CatchUpWidget } from "./CatchUpWidget-DP8J9FQV.mjs";
|
|
@@ -1944,7 +1944,7 @@ function createWidgetFromShareable(item) {
|
|
|
1944
1944
|
const widgetPropertySchemas = {
|
|
1945
1945
|
AlertWidget: () => import("./AlertWidget-CmMEgOdD.mjs").then((n) => n.n).then((m) => m.alertWidgetPropertySchema),
|
|
1946
1946
|
BulletListWidget: () => import("./BulletListWidget-CBFEw86U.mjs").then((n) => n.n).then((m) => m.bulletListWidgetPropertySchema),
|
|
1947
|
-
CalendarWidget: () => import("./CalendarWidget-
|
|
1947
|
+
CalendarWidget: () => import("./CalendarWidget-RdPgsQLG.mjs").then((n) => n.n).then((m) => m.calendarWidgetPropertySchema),
|
|
1948
1948
|
CardWidget: () => import("./CardWidget-Scr2BDrZ.mjs").then((n) => n.n).then((m) => m.cardWidgetPropertySchema),
|
|
1949
1949
|
CarouselWidget: () => import("./CarouselWidget-n_D82uZI.mjs").then((n) => n.n).then((m) => m.carouselWidgetPropertySchema),
|
|
1950
1950
|
CatchUpWidget: () => import("./CatchUpWidget-DP8J9FQV.mjs").then((n) => n.n).then((m) => m.catchUpWidgetPropertySchema),
|
|
@@ -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-jP1UPIfR.mjs.map
|