Skip to content

Commit

Permalink
locks
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 5, 2024
1 parent 0e04513 commit 29d5f63
Show file tree
Hide file tree
Showing 32 changed files with 122,732 additions and 184,150 deletions.
6,027 changes: 3,368 additions & 2,659 deletions examples/asset-list-chakra/yarn.lock

Large diffs are not rendered by default.

17,679 changes: 6,081 additions & 11,598 deletions examples/asset-list/yarn.lock

Large diffs are not rendered by default.

23,693 changes: 6,371 additions & 17,322 deletions examples/authz/yarn.lock

Large diffs are not rendered by default.

5,017 changes: 2,476 additions & 2,541 deletions examples/contracts/yarn.lock

Large diffs are not rendered by default.

5,067 changes: 2,496 additions & 2,571 deletions examples/cosmwasm/yarn.lock

Large diffs are not rendered by default.

6,520 changes: 3,239 additions & 3,281 deletions examples/grpc-web-grpc-gateway/yarn.lock

Large diffs are not rendered by default.

5,164 changes: 2,544 additions & 2,620 deletions examples/ibc-transfer/yarn.lock

Large diffs are not rendered by default.

5,063 changes: 2,494 additions & 2,569 deletions examples/juno/yarn.lock

Large diffs are not rendered by default.

5,057 changes: 2,475 additions & 2,582 deletions examples/nft-chakra/yarn.lock

Large diffs are not rendered by default.

20,780 changes: 6,020 additions & 14,760 deletions examples/nft/yarn.lock

Large diffs are not rendered by default.

5,069 changes: 2,497 additions & 2,572 deletions examples/osmosis-cosmwasm/yarn.lock

Large diffs are not rendered by default.

5,069 changes: 2,497 additions & 2,572 deletions examples/osmosis/yarn.lock

Large diffs are not rendered by default.

5,139 changes: 2,561 additions & 2,578 deletions examples/provide-liquidity/yarn.lock

Large diffs are not rendered by default.

5,867 changes: 2,362 additions & 3,505 deletions examples/rollkit/yarn.lock

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions examples/send-tokens/components/react/address-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { FiCopy } from 'react-icons/fi';
import React, { ReactNode, useEffect, useState } from "react";

import { CopyAddressType } from "../types";
import { handleChangeColorModeValue } from "./handleChangeColor";

const SIZES = {
lg: {
Expand Down Expand Up @@ -49,16 +50,6 @@ export function stringTruncateFromCenter(str: string, maxLength: number) {
return str.substring(0, left) + midChar + str.substring(right);
}

export function handleChangeColorModeValue(
colorMode: string,
light: string,
dark: string
) {
if (colorMode === 'light') return light;
if (colorMode === 'dark') return dark;
}


export const ConnectedShowAddress = ({
address,
walletIcon,
Expand Down
5,067 changes: 2,496 additions & 2,571 deletions examples/send-tokens/yarn.lock

Large diffs are not rendered by default.

5,160 changes: 2,537 additions & 2,623 deletions examples/stake-tokens-chakra/yarn.lock

Large diffs are not rendered by default.

4,473 changes: 2,207 additions & 2,266 deletions examples/stake-tokens/yarn.lock

Large diffs are not rendered by default.

5,059 changes: 2,492 additions & 2,567 deletions examples/stargaze/yarn.lock

Large diffs are not rendered by default.

6,076 changes: 3,432 additions & 2,644 deletions examples/swap-tokens-chakra/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 29d5f63

Please sign in to comment.