@skip-go/widget 3.1.11-alpha.7 → 3.1.11-alpha.8

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.
@@ -5690,7 +5690,7 @@ function walletConnect(parameters) {
5690
5690
  const optionalChains = config2.chains.map((x) => x.id);
5691
5691
  if (!optionalChains.length)
5692
5692
  return;
5693
- const { EthereumProvider } = await import("./index.es-59-i-scQ.js");
5693
+ const { EthereumProvider } = await import("./index.es-DA0bjl4y.js");
5694
5694
  return await EthereumProvider.init({
5695
5695
  ...parameters,
5696
5696
  disableProviderPing: true,
@@ -45333,7 +45333,7 @@ const useGetSourceBalance = () => {
45333
45333
  }, [sourceAsset, sourceAccount, skipBalances, cw20Balance.data, cw20Balance.error]);
45334
45334
  return {
45335
45335
  data,
45336
- isLoading: !isFetched || isLoading || cw20Balance.isFetching,
45336
+ isLoading: !isFetched || isLoading || cw20Balance.isPending && cw20Balance.isFetching,
45337
45337
  refetch: () => {
45338
45338
  refetch();
45339
45339
  cw20Balance.refetch();
@@ -47165,7 +47165,7 @@ const initSentry = () => {
47165
47165
  });
47166
47166
  isSentryInitialized = true;
47167
47167
  };
47168
- const version = "3.1.11-alpha.7";
47168
+ const version = "3.1.11-alpha.8";
47169
47169
  const useInitWidget = (props) => {
47170
47170
  var _a;
47171
47171
  if (props.enableSentrySessionReplays) {
@@ -47319,10 +47319,10 @@ const WidgetContainer = dt.div`
47319
47319
  export {
47320
47320
  ShowWidget as S,
47321
47321
  Widget as W,
47322
- getAugmentedNamespace as a,
47322
+ getDefaultExportFromCjs as a,
47323
47323
  commonjsGlobal as c,
47324
47324
  defaultTheme as d,
47325
- getDefaultExportFromCjs as g,
47325
+ getAugmentedNamespace as g,
47326
47326
  lightTheme as l,
47327
47327
  process$1 as p
47328
47328
  };