Skip to content

Commit

Permalink
chore: merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev committed Nov 14, 2024
2 parents 9f2ed24 + 6f7ff72 commit 5e0d4de
Show file tree
Hide file tree
Showing 90 changed files with 3,219 additions and 1,991 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
},
"dependencies": {
"@ardenthq/arkvault-url": "^1.2.0",
"@ardenthq/sdk": "^2.1.2",
"@ardenthq/sdk-ark": "^2.1.2",
"@ardenthq/sdk-cryptography": "^2.1.2",
"@ardenthq/sdk-helpers": "^2.1.2",
"@ardenthq/sdk-intl": "^2.1.2",
"@ardenthq/sdk-ledger": "^2.1.2",
"@ardenthq/sdk-profiles": "^2.1.2",
"@ardenthq/sdk": "^2.2.0",
"@ardenthq/sdk-ark": "^2.2.0",
"@ardenthq/sdk-cryptography": "^2.2.0",
"@ardenthq/sdk-helpers": "^2.2.0",
"@ardenthq/sdk-intl": "^2.2.0",
"@ardenthq/sdk-ledger": "^2.2.0",
"@ardenthq/sdk-profiles": "^2.2.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand Down
112 changes: 56 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/app/assets/svg/circle-completed-dark-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/app/assets/svg/circle-completed-light-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/app/assets/svg/import-profile-dark-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/app/assets/svg/import-profile-light-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/app/assets/svg/import-wallet-dark-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/app/assets/svg/import-wallet-light-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/app/assets/svg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import CircleExclamationMark from "./circle-exclamation-mark.svg?react";
import CircleInfo from "./circle-info.svg?react";
import CircleQuestionMark from "./circle-question-mark.svg?react";
import CircleCompletedLight from "./circle-completed-light.svg?react";
import CircleCompletedLightGreen from "./circle-completed-light-green.svg?react";
import CircleCompletedDark from "./circle-completed-dark.svg?react";
import CircleCompletedDarkGreen from "./circle-completed-dark-green.svg?react";
import Clock from "./clock.svg?react";
import ClockError from "./clock-error.svg?react";
import ClockPencil from "./clock-pencil.svg?react";
Expand Down Expand Up @@ -89,16 +91,26 @@ import UserCheckMark from "./user-check-mark.svg?react";
import Dashboard from "./dashboard.svg?react";
import DocumentView from "./document-view.svg?react";
import ImportWalletLight from "./import-wallet-light.svg?react";
import ImportWalletLightGreen from "./import-wallet-light-green.svg?react";
import ImportWalletDark from "./import-wallet-dark.svg?react";
import ImportWalletDarkGreen from "./import-wallet-dark-green.svg?react";
import ImportProfileLight from "./import-profile-light.svg?react";
import ImportProfileLightGreen from "./import-profile-light-green.svg?react";
import ImportProfileDark from "./import-profile-dark.svg?react";
import ImportProfileDarkGreen from "./import-profile-dark-green.svg?react";
import SelectNetworkLightGreen from "./select-network-light-green.svg?react";
import SelectNetworkLight from "./select-network-light.svg?react";
import SelectNetworkDarkGreen from "./select-network-dark-green.svg?react";
import SelectNetworkDark from "./select-network-dark.svg?react";
import WalletEncryptionDark from "./wallet-encryption-dark.svg?react";
import WalletEncryptionDarkGreen from "./wallet-encryption-dark-green.svg?react";
import WalletEncryptionLight from "./wallet-encryption-light.svg?react";
import WalletEncryptionLightGreen from "./wallet-encryption-light-green.svg?react";
import Completed from "./completed.svg?react";
import YourPassphraseLight from "./your-passphrase-light.svg?react";
import YourPassphraseLightGreen from "./your-passphrase-light-green.svg?react";
import YourPassphraseDark from "./your-passphrase-dark.svg?react";
import YourPassphraseDarkGreen from "./your-passphrase-dark-green.svg?react";
import ConfirmYourPassphrase from "./confirm-your-passphrase.svg?react";
import PersonLight from "./person-light.svg?react";
import PersonDark from "./person-dark.svg?react";
Expand All @@ -120,7 +132,9 @@ export const SvgCollection: Record<string, FC<SVGProps<SVGSVGElement>>> = {
CircleCheckMark,
CircleCheckMarkPencil,
CircleCompletedDark,
CircleCompletedDarkGreen,
CircleCompletedLight,
CircleCompletedLightGreen,
CircleCross,
CircleExclamationMark,
CircleInfo,
Expand Down Expand Up @@ -163,9 +177,13 @@ export const SvgCollection: Record<string, FC<SVGProps<SVGSVGElement>>> = {
Grid,
HintSmall,
ImportProfileDark,
ImportProfileDarkGreen,
ImportProfileLight,
ImportProfileLightGreen,
ImportWalletDark,
ImportWalletDarkGreen,
ImportWalletLight,
ImportWalletLightGreen,
Ledger,
LedgerAlt,
List,
Expand All @@ -189,7 +207,9 @@ export const SvgCollection: Record<string, FC<SVGProps<SVGSVGElement>>> = {
QRCode,
QuestionMarkSmall,
SelectNetworkDark,
SelectNetworkDarkGreen,
SelectNetworkLight,
SelectNetworkLightGreen,
Server,
ServerMultisign,
ServerPeer,
Expand All @@ -207,7 +227,11 @@ export const SvgCollection: Record<string, FC<SVGProps<SVGSVGElement>>> = {
User,
UserCheckMark,
WalletEncryptionDark,
WalletEncryptionDarkGreen,
WalletEncryptionLight,
WalletEncryptionLightGreen,
YourPassphraseDark,
YourPassphraseDarkGreen,
YourPassphraseLight,
YourPassphraseLightGreen,
};
Loading

0 comments on commit 5e0d4de

Please sign in to comment.