@skip-go/widget 1.2.2 → 1.2.3

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/build/index.es.js CHANGED
@@ -5180,8 +5180,7 @@ const WidgetWithProvider = (props) => {
5180
5180
  : value;
5181
5181
  return accumulator;
5182
5182
  }, {});
5183
- const { toasterProps, endpointOptions, apiURL, ...swapWidgetProps } = realProps;
5184
- return (jsx(SwapWidgetProvider, { toasterProps: toasterProps, endpointOptions: endpointOptions, apiURL: apiURL, children: jsx(SwapWidget, { ...swapWidgetProps }) }));
5183
+ return jsx(SwapWidget, { ...realProps });
5185
5184
  };
5186
5185
  const WEB_COMPONENT_NAME = 'skip-widget';
5187
5186
  let initialized = false;