Skip to content

Commit

Permalink
regenerate pnpm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed May 13, 2024
1 parent 64f1508 commit dbd4e04
Show file tree
Hide file tree
Showing 5 changed files with 984 additions and 8,486 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SequenceWaaS, SequenceConfig, ExtendedSequenceConfig, Transaction, FeeO
import { ethers } from 'ethers'
import { v4 as uuidv4 } from 'uuid'
import { TransactionRejectedRpcError, UserRejectedRequestError, getAddress } from 'viem'
import { createConnector } from 'wagmi'
import { createConnector, CreateConnectorFn } from 'wagmi'

export interface SequenceWaasConnectConfig {
googleClientId?: string
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/src/defaultConnectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CreateConnectorFn } from 'wagmi'

import { apple, coinbaseWallet, email, facebook, google, metamask, sequence, twitch, walletConnect } from './connectors'
import { appleWaas } from './connectors/apple/appleWaas'
// import { emailWaas } from './connectors/email/emailWaas'
import { emailWaas } from './connectors/email/emailWaas'
import { googleWaas } from './connectors/google/googleWaas'

interface GetDefaultConnectors {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
Button,
Text,
Spinner,
PINCodeInput
} from '@0xsequence/design-system'
import { PINCodeInput } from './PINCodeInput'


export interface WaasCodeInputContentProps {
Expand Down
5 changes: 1 addition & 4 deletions packages/kit/src/components/KitProvider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ import { setStorageItem } from '../../utils/storage'
import { TxnDetails } from '../TxnDetails'
import { useWaasRevalidation } from '../../hooks'


import { ConnectWalletContent } from './ConnectWalletContent'
import { NetworkBadge } from './NetworkBadge'
import { SequenceLogo } from './SequenceLogo'

export declare const THEME: readonly ['dark', 'light']
export declare type Theme = Exclude<ComponentProps<typeof ThemeProvider>['theme'], undefined>
Expand Down Expand Up @@ -378,7 +375,7 @@ export const KitProvider = (props: KitConnectProviderProps) => {
}
}}
>
<Box paddingX="4" paddingTop="4" paddingBottom="2" className={sharedStyles.walletContent}>
<Box paddingX="4" paddingTop="4" paddingBottom="2">
<Box
flexDirection="column"
justifyContent="center"
Expand Down
Loading

0 comments on commit dbd4e04

Please sign in to comment.