Skip to content

Commit 44fb968

Browse files
authored
feat(widget)!: bring cow.fi back (#7361)
1 parent 7c19aee commit 44fb968

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

libs/widget-lib/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export { createCowSwapWidget } from './cowSwapWidget'
22
export { WIDGET_IFRAME_ALLOW, WIDGET_IFRAME_REFERRER_POLICY, WIDGET_IFRAME_SANDBOX } from './cowSwapWidget.constants'
3-
export { widgetIframeTransport } from './widgetIframeTransport'
43
export type { CowSwapWidgetHandler } from './cowSwapWidget'
54
export { resolveFlexibleConfigValues } from './resolveFlexibleConfigValues'
65
export { sanitizeWidgetBaseUrl, SHOULD_THROW_IF_INVALID_URL } from './urlUtils'
6+
export { widgetIframeTransport } from './widgetIframeTransport'
77

88
export * from './types'
99
export * from './themeUtils'

libs/widget-react/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export * from '@cowprotocol/widget-lib'
2-
32
export * from './lib/CowSwapWidget'

0 commit comments

Comments
 (0)