@fluid-app/portal-sdk 0.1.246 → 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.
Files changed (26) hide show
  1. package/dist/{FluidProvider-o1Gu53TN.cjs → FluidProvider-7J0MNPAs.cjs} +3 -2
  2. package/dist/{FluidProvider-o1Gu53TN.cjs.map → FluidProvider-7J0MNPAs.cjs.map} +1 -1
  3. package/dist/{FluidProvider-CNk1Y2k1.mjs → FluidProvider-SBBG4bwO.mjs} +3 -2
  4. package/dist/{FluidProvider-CNk1Y2k1.mjs.map → FluidProvider-SBBG4bwO.mjs.map} +1 -1
  5. package/dist/{MessagingScreen-BwI0RShj.cjs → MessagingScreen-13jwskAp.cjs} +2 -2
  6. package/dist/{MessagingScreen-WCeHWGlX.cjs → MessagingScreen-CYUeWbtR.cjs} +2 -2
  7. package/dist/{MessagingScreen-WCeHWGlX.cjs.map → MessagingScreen-CYUeWbtR.cjs.map} +1 -1
  8. package/dist/{MessagingScreen-DiSZ7fyd.mjs → MessagingScreen-DF0Xmv8w.mjs} +2 -2
  9. package/dist/{MessagingScreen-DiSZ7fyd.mjs.map → MessagingScreen-DF0Xmv8w.mjs.map} +1 -1
  10. package/dist/{ProfileScreen-Za3ZIWPO.cjs → ProfileScreen-B-gHp1AD.cjs} +2 -2
  11. package/dist/{ProfileScreen-CRLf8oDe.mjs → ProfileScreen-CbnDuoYA.mjs} +2 -2
  12. package/dist/{ProfileScreen-CRLf8oDe.mjs.map → ProfileScreen-CbnDuoYA.mjs.map} +1 -1
  13. package/dist/{ProfileScreen-BfvdQa0q.cjs → ProfileScreen-OmqrjseW.cjs} +2 -2
  14. package/dist/{ProfileScreen-BfvdQa0q.cjs.map → ProfileScreen-OmqrjseW.cjs.map} +1 -1
  15. package/dist/{ShopScreen-BG1pxd2D.mjs → ShopScreen-DBInpm5S.mjs} +61 -3
  16. package/dist/ShopScreen-DBInpm5S.mjs.map +1 -0
  17. package/dist/{ShopScreen-S6rBaoWM.cjs → ShopScreen-DxTDjfkY.cjs} +61 -3
  18. package/dist/ShopScreen-DxTDjfkY.cjs.map +1 -0
  19. package/dist/{ShopScreen-BigHJ5wE.cjs → ShopScreen-IhDmoEKQ.cjs} +2 -2
  20. package/dist/index.cjs +10 -10
  21. package/dist/index.d.cts.map +1 -1
  22. package/dist/index.d.mts.map +1 -1
  23. package/dist/index.mjs +10 -10
  24. package/package.json +15 -15
  25. package/dist/ShopScreen-BG1pxd2D.mjs.map +0 -1
  26. 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-o1Gu53TN.cjs.map
2337
+ //# sourceMappingURL=FluidProvider-7J0MNPAs.cjs.map