@fluid-app/portal-sdk 0.1.212 → 0.1.213
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-jP1UPIfR.mjs → FluidProvider-D2eBYdP9.mjs} +3 -3
- package/dist/{FluidProvider-jP1UPIfR.mjs.map → FluidProvider-D2eBYdP9.mjs.map} +1 -1
- package/dist/{FluidProvider-Bt4SKs7T.cjs → FluidProvider-D7-UjZFz.cjs} +3 -3
- package/dist/{FluidProvider-Bt4SKs7T.cjs.map → FluidProvider-D7-UjZFz.cjs.map} +1 -1
- package/dist/{MessagingScreen-CcIu18cI.cjs → MessagingScreen-B0WWqXj9.cjs} +3 -3
- package/dist/{MessagingScreen-DcGDKg37.cjs → MessagingScreen-CrPiH9br.cjs} +2 -2
- package/dist/{MessagingScreen-DcGDKg37.cjs.map → MessagingScreen-CrPiH9br.cjs.map} +1 -1
- package/dist/{MessagingScreen-B0ENhnsm.mjs → MessagingScreen-D54c5afj.mjs} +2 -2
- package/dist/{MessagingScreen-B0ENhnsm.mjs.map → MessagingScreen-D54c5afj.mjs.map} +1 -1
- package/dist/{ProfileScreen-QiVaR0cu.mjs → ProfileScreen-C60U8ubV.mjs} +2 -2
- package/dist/{ProfileScreen-QiVaR0cu.mjs.map → ProfileScreen-C60U8ubV.mjs.map} +1 -1
- package/dist/{ProfileScreen-BvPCl8Aw.cjs → ProfileScreen-KKkt3e9c.cjs} +2 -2
- package/dist/{ProfileScreen-BvPCl8Aw.cjs.map → ProfileScreen-KKkt3e9c.cjs.map} +1 -1
- package/dist/{ProfileScreen-CAUOIsa5.cjs → ProfileScreen-u9MNVGne.cjs} +3 -3
- package/dist/{ShopScreen-DvlABqGn.mjs → ShopScreen-BJfA62O-.mjs} +2 -2
- package/dist/{ShopScreen-DvlABqGn.mjs.map → ShopScreen-BJfA62O-.mjs.map} +1 -1
- package/dist/{ShopScreen-C-jvejyb.cjs → ShopScreen-Bc7jZje5.cjs} +3 -3
- package/dist/{ShopScreen-Dn_XPw2v.cjs → ShopScreen-Ct3RyfWT.cjs} +2 -2
- package/dist/{ShopScreen-Dn_XPw2v.cjs.map → ShopScreen-Ct3RyfWT.cjs.map} +1 -1
- package/dist/VideoWidget-CMk4QEx_.mjs +969 -0
- package/dist/VideoWidget-CMk4QEx_.mjs.map +1 -0
- package/dist/VideoWidget-DIUMQy1C.cjs +986 -0
- package/dist/VideoWidget-DIUMQy1C.cjs.map +1 -0
- package/dist/index.cjs +11 -11
- package/dist/index.d.cts +34 -4
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +34 -4
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +11 -11
- package/package.json +13 -13
- package/dist/VideoWidget-B9yfmLXd.cjs +0 -222
- package/dist/VideoWidget-B9yfmLXd.cjs.map +0 -1
- package/dist/VideoWidget-FoAueFwA.mjs +0 -205
- package/dist/VideoWidget-FoAueFwA.mjs.map +0 -1
|
@@ -31,7 +31,7 @@ import { t as SeparatorWidget } from "./SeparatorWidget-DeCY23G9.mjs";
|
|
|
31
31
|
import { t as SpacerWidget } from "./SpacerWidget-CvuJeeAj.mjs";
|
|
32
32
|
import { t as TableWidget } from "./TableWidget-BAwpJ-Vb.mjs";
|
|
33
33
|
import { t as ToDoWidget } from "./ToDoWidget-DT30Nnjt.mjs";
|
|
34
|
-
import { t as VideoWidget } from "./VideoWidget-
|
|
34
|
+
import { t as VideoWidget } from "./VideoWidget-CMk4QEx_.mjs";
|
|
35
35
|
import { createContext, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
|
|
36
36
|
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
|
|
37
37
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1965,7 +1965,7 @@ const widgetPropertySchemas = {
|
|
|
1965
1965
|
TableWidget: () => import("./TableWidget-BAwpJ-Vb.mjs").then((n) => n.n).then((m) => m.tableWidgetPropertySchema),
|
|
1966
1966
|
TextWidget: () => import("./TextWidget-B6BxAGIR.mjs").then((n) => n.n).then((m) => m.textWidgetPropertySchema),
|
|
1967
1967
|
ToDoWidget: () => import("./ToDoWidget-DT30Nnjt.mjs").then((n) => n.n).then((m) => m.toDoWidgetPropertySchema),
|
|
1968
|
-
VideoWidget: () => import("./VideoWidget-
|
|
1968
|
+
VideoWidget: () => import("./VideoWidget-CMk4QEx_.mjs").then((n) => n.n).then((m) => m.videoWidgetPropertySchema)
|
|
1969
1969
|
};
|
|
1970
1970
|
//#endregion
|
|
1971
1971
|
//#region src/core/default-widget-registry.ts
|
|
@@ -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-D2eBYdP9.mjs.map
|