We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c19aee commit 44fb968Copy full SHA for 44fb968
2 files changed
libs/widget-lib/src/index.ts
@@ -1,9 +1,9 @@
1
export { createCowSwapWidget } from './cowSwapWidget'
2
export { WIDGET_IFRAME_ALLOW, WIDGET_IFRAME_REFERRER_POLICY, WIDGET_IFRAME_SANDBOX } from './cowSwapWidget.constants'
3
-export { widgetIframeTransport } from './widgetIframeTransport'
4
export type { CowSwapWidgetHandler } from './cowSwapWidget'
5
export { resolveFlexibleConfigValues } from './resolveFlexibleConfigValues'
6
export { sanitizeWidgetBaseUrl, SHOULD_THROW_IF_INVALID_URL } from './urlUtils'
+export { widgetIframeTransport } from './widgetIframeTransport'
7
8
export * from './types'
9
export * from './themeUtils'
libs/widget-react/src/index.ts
@@ -1,3 +1,2 @@
export * from '@cowprotocol/widget-lib'
-
export * from './lib/CowSwapWidget'
0 commit comments