Skip to content

Commit

Permalink
feat: redesign connection flow, closes leather.io/issues#283
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 27, 2024
1 parent fb5a46f commit 7075d2c
Show file tree
Hide file tree
Showing 21 changed files with 1,532 additions and 1,666 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,28 +141,28 @@
"@coinbase/cbpay-js": "2.1.0",
"@fungible-systems/zone-file": "2.0.0",
"@hirosystems/token-metadata-api-client": "1.2.0",
"@leather.io/bitcoin": "0.12.2",
"@leather.io/constants": "0.10.0",
"@leather.io/crypto": "1.5.2",
"@leather.io/models": "0.15.0",
"@leather.io/query": "2.11.0",
"@leather.io/stacks": "1.1.2",
"@leather.io/bitcoin": "0.13.2",
"@leather.io/constants": "0.12.1",
"@leather.io/crypto": "1.6.2",
"@leather.io/models": "0.17.0",
"@leather.io/query": "2.13.1",
"@leather.io/stacks": "1.1.5",
"@leather.io/tokens": "0.9.0",
"@leather.io/ui": "1.21.1",
"@leather.io/utils": "0.15.0",
"@leather.io/ui": "1.24.1",
"@leather.io/utils": "0.16.2",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.4.0",
"@noble/hashes": "1.5.0",
"@noble/secp256k1": "2.1.0",
"@octokit/types": "12.4.0",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-tooltip": "1.0.7",
"@radix-ui/themes": "2.0.3",
"@reduxjs/toolkit": "2.2.3",
"@scure/base": "1.1.6",
"@scure/bip32": "1.4.0",
"@scure/bip39": "1.3.0",
"@scure/btc-signer": "1.3.2",
"@scure/base": "1.1.9",
"@scure/bip32": "1.5.0",
"@scure/bip39": "1.4.0",
"@scure/btc-signer": "1.4.0",
"@segment/analytics-next": "1.70.0",
"@sentry/browser": "8.26.0",
"@sentry/tracing": "7.106.0",
Expand All @@ -188,7 +188,7 @@
"@types/lodash.uniqby": "4.7.7",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@zondax/ledger-stacks": "1.0.4",
"alex-sdk": "2.1.3",
"alex-sdk": "2.1.4",
"are-passive-events-supported": "1.1.1",
"argon2-browser": "1.18.0",
"assert": "2.1.0",
Expand All @@ -209,6 +209,7 @@
"dotenv": "16.4.5",
"ecdsa-sig-formatter": "1.0.11",
"formik": "2.4.5",
"framer-motion": "11.5.6",
"jotai": "2.2.1",
"jotai-redux": "0.2.1",
"jsontokens": "4.0.1",
Expand All @@ -221,7 +222,7 @@
"observable-hooks": "4.2.3",
"p-queue": "8.0.1",
"pino": "8.19.0",
"postcss-preset-env": "9.5.4",
"postcss-preset-env": "10.0.5",
"prism-react-renderer": "2.3.1",
"prismjs": "1.29.0",
"promise-memoize": "1.2.1",
Expand Down Expand Up @@ -259,12 +260,12 @@
"@btckit/types": "0.0.19",
"@chromatic-com/storybook": "1.2.23",
"@leather.io/eslint-config": "0.7.0",
"@leather.io/panda-preset": "0.3.8",
"@leather.io/panda-preset": "0.4.0",
"@leather.io/prettier-config": "0.6.0",
"@leather.io/rpc": "2.1.7",
"@leather.io/rpc": "2.1.10",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.40.1",
"@pandacss/dev": "0.46.1",
"@playwright/test": "1.44.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.13",
"@redux-devtools/cli": "4.0.0",
Expand Down
3 changes: 2 additions & 1 deletion panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import { globalCss } from './theme/global/global';

export default defineConfig({
preflight: true,

include: [
'./node_modules/@leather.io/ui/dist-web/src/**/*.{js,jsx,ts,tsx}',
'./node_modules/@leather.io/ui/dist-web/**/*.{js,jsx,ts,tsx}',
'./src/**/*.{js,jsx,ts,tsx}',
],

Expand Down
Loading

0 comments on commit 7075d2c

Please sign in to comment.