Skip to content

Commit

Permalink
Merge branch 'main' into chore/id-allocation-service
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Aug 5, 2024
2 parents 53cc6e7 + 2ca19d9 commit a83290c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { TransactionUtil, customElement } from '@web3modal/ui'
import { LitElement, html } from 'lit'
import { property, state } from 'lit/decorators.js'
import type { TransactionType } from '@web3modal/ui/src/utils/TypeUtil.js'
import type { TransactionType } from '@web3modal/ui'
import { W3mFrameRpcConstants } from '@web3modal/wallet'
import { ConstantsUtil } from '@web3modal/common'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { html, LitElement } from 'lit'
import { property } from 'lit/decorators.js'
import { customElement } from '@web3modal/ui'
import type { ColorType } from '@web3modal/ui/src/utils/TypeUtil.js'
import { customElement, type ColorType } from '@web3modal/ui'
import { ApiController } from '@web3modal/core'
import styles from './styles.js'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { html, LitElement } from 'lit'
import { property } from 'lit/decorators.js'
import { ifDefined } from 'lit/directives/if-defined.js'
import { customElement } from '@web3modal/ui'
import type { ColorType } from '@web3modal/ui/src/utils/TypeUtil.js'
import { customElement, type ColorType } from '@web3modal/ui'
import { AssetUtil, NetworkController, type OnRampProvider } from '@web3modal/core'
import styles from './styles.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ export { UiHelperUtil } from './src/utils/UiHelperUtil.js'
export { TransactionUtil } from './src/utils/TransactionUtil.js'
export { customElement } from './src/utils/WebComponentsUtil.js'

export type { IconType, VisualType, ColorType } from './src/utils/TypeUtil.js'
export type { IconType, VisualType, ColorType, TransactionType } from './src/utils/TypeUtil.js'

0 comments on commit a83290c

Please sign in to comment.