@fluid-app/portal-sdk 0.1.245 → 0.1.247
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-o1Gu53TN.cjs → FluidProvider-7J0MNPAs.cjs} +3 -2
- package/dist/{FluidProvider-o1Gu53TN.cjs.map → FluidProvider-7J0MNPAs.cjs.map} +1 -1
- package/dist/{FluidProvider-CNk1Y2k1.mjs → FluidProvider-SBBG4bwO.mjs} +3 -2
- package/dist/{FluidProvider-CNk1Y2k1.mjs.map → FluidProvider-SBBG4bwO.mjs.map} +1 -1
- package/dist/{MessagingScreen-BwI0RShj.cjs → MessagingScreen-13jwskAp.cjs} +2 -2
- package/dist/{MessagingScreen-WCeHWGlX.cjs → MessagingScreen-CYUeWbtR.cjs} +2 -2
- package/dist/{MessagingScreen-WCeHWGlX.cjs.map → MessagingScreen-CYUeWbtR.cjs.map} +1 -1
- package/dist/{MessagingScreen-DiSZ7fyd.mjs → MessagingScreen-DF0Xmv8w.mjs} +2 -2
- package/dist/{MessagingScreen-DiSZ7fyd.mjs.map → MessagingScreen-DF0Xmv8w.mjs.map} +1 -1
- package/dist/{ProfileScreen-Za3ZIWPO.cjs → ProfileScreen-B-gHp1AD.cjs} +2 -2
- package/dist/{ProfileScreen-CRLf8oDe.mjs → ProfileScreen-CbnDuoYA.mjs} +2 -2
- package/dist/{ProfileScreen-CRLf8oDe.mjs.map → ProfileScreen-CbnDuoYA.mjs.map} +1 -1
- package/dist/{ProfileScreen-BfvdQa0q.cjs → ProfileScreen-OmqrjseW.cjs} +2 -2
- package/dist/{ProfileScreen-BfvdQa0q.cjs.map → ProfileScreen-OmqrjseW.cjs.map} +1 -1
- package/dist/{ShopScreen-BG1pxd2D.mjs → ShopScreen-DBInpm5S.mjs} +61 -3
- package/dist/ShopScreen-DBInpm5S.mjs.map +1 -0
- package/dist/{ShopScreen-S6rBaoWM.cjs → ShopScreen-DxTDjfkY.cjs} +61 -3
- package/dist/ShopScreen-DxTDjfkY.cjs.map +1 -0
- package/dist/{ShopScreen-BigHJ5wE.cjs → ShopScreen-IhDmoEKQ.cjs} +2 -2
- package/dist/index.cjs +83 -67
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +83 -67
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -11
- package/dist/ShopScreen-BG1pxd2D.mjs.map +0 -1
- package/dist/ShopScreen-S6rBaoWM.cjs.map +0 -1
|
@@ -2134,7 +2134,8 @@ function FluidProvider({ config, children, queryClient, initialTheme, themeConta
|
|
|
2134
2134
|
return new _tanstack_react_query.QueryClient({ defaultOptions: { queries: {
|
|
2135
2135
|
staleTime: 1e3 * 60,
|
|
2136
2136
|
retry: 1,
|
|
2137
|
-
persister: (typeof window !== "undefined" && !{}.env?.DEV ? createPersister() : void 0)?.persisterFn
|
|
2137
|
+
persister: (typeof window !== "undefined" && !{}.env?.DEV ? createPersister() : void 0)?.persisterFn,
|
|
2138
|
+
refetchOnWindowFocus: false
|
|
2138
2139
|
} } });
|
|
2139
2140
|
}, []);
|
|
2140
2141
|
const configRef = (0, react.useRef)(config);
|
|
@@ -2333,4 +2334,4 @@ Object.defineProperty(exports, "widgetPropertySchemas", {
|
|
|
2333
2334
|
}
|
|
2334
2335
|
});
|
|
2335
2336
|
|
|
2336
|
-
//# sourceMappingURL=FluidProvider-
|
|
2337
|
+
//# sourceMappingURL=FluidProvider-7J0MNPAs.cjs.map
|