Skip to content

Commit 6a9aa6d

Browse files
authored
Change names (#141)
1 parent d342559 commit 6a9aa6d

32 files changed

+136
-115
lines changed

.github/workflows/build-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Lint and Build All'
22
on:
33
pull_request:
4-
types: [opened, reopened, synchronize]
4+
types: [ opened, reopened, synchronize ]
55

66
jobs:
77
test:
@@ -17,4 +17,4 @@ jobs:
1717
- run: yarn elements:build
1818
- run: yarn build
1919
- run: yarn lint
20-
- run: yarn workspace @circle-libs/react-elements build-storybook
20+
- run: yarn workspace @chainsafe/circle-react-elements build-storybook

.github/workflows/publish-storybook-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 20
3030
cache: yarn
3131
- run: yarn install
32-
- run: yarn workspace @circle-libs/react-elements build-storybook
32+
- run: yarn workspace @chainsafe/circle-react-elements build-storybook
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5
3535
- name: Upload artifact

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
Monorepo that contains the following packages:
44

5-
- [`@circle-libs/circle-demo-webapp`](packages/circle-demo-webapp) - Demo application combining Circle React components and [Circle SDK](https://developers.circle.com/)
6-
- [`@circle-libs/react-elements`](packages/circle-react-elements) - React components compatible with Circle SDK
5+
- [`@circle-libs/circle-demo-webapp`](packages/circle-demo-webapp) - Demo application combining Circle React components
6+
and [Circle SDK](https://developers.circle.com/)
7+
- [`@chainsafe/circle-react-elements`](packages/circle-react-elements) - React components compatible with Circle SDK
78
- [`@circle-libs/sdk-setup`](packages/circle-sdk-setup) - CLI tool for Circle SDK setup
89

910
## Local Development

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "circle-elements-monorepo",
2+
"name": "@chainsafe/circle-elements-monorepo",
33
"version": "0.0.1",
4-
"description": "Circle Wallet Elements - UI components and tools compatible with Circle SDK",
4+
"description": "ChainSafe React Elements powered by Circle Web3 Services - UI components and tools compatible with Circle SDK",
55
"homepage": "https://github.com/ChainSafe/web3-circle-libs#readme",
66
"bugs": {
77
"url": "https://github.com/ChainSafe/web3-circle-libs/issues"
@@ -18,9 +18,9 @@
1818
"scripts": {
1919
"demo:dev": "yarn workspace circle-demo-webapp dev",
2020
"demo:build": "yarn elements:build && yarn workspace circle-demo-webapp build",
21-
"elements:build": "yarn workspace @circle-libs/react-elements build",
22-
"elements:watch": "yarn workspace @circle-libs/react-elements watch",
23-
"elements:storybook": "yarn workspace @circle-libs/react-elements storybook",
21+
"elements:build": "yarn workspace @chainsafe/circle-react-elements build",
22+
"elements:watch": "yarn workspace @chainsafe/circle-react-elements watch",
23+
"elements:storybook": "yarn workspace @chainsafe/circle-react-elements storybook",
2424
"build": "yarn workspaces run build",
2525
"lint": "yarn workspaces run lint"
2626
},

packages/circle-demo-webapp/app/components/Sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ElementsWalletSet } from '@circle-libs/react-elements';
1+
import { ElementsWalletSet } from '@chainsafe/circle-react-elements';
22
import { Link, NavLink } from '@remix-run/react';
33
import { Database, LayoutDashboard } from 'lucide-react';
44
import React from 'react';

packages/circle-demo-webapp/app/hooks/useCreateWalletSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ElementsWalletSet } from '@circle-libs/react-elements';
1+
import { ElementsWalletSet } from '@chainsafe/circle-react-elements';
22
import { useCallback, useState } from 'react';
33

44
import { callFetch } from '~/lib/utils';

packages/circle-demo-webapp/app/hooks/useGetTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import { ElementsTransactionWithToken } from '@chainsafe/circle-react-elements';
12
import { GetTransactionInput } from '@circle-fin/developer-controlled-wallets';
2-
import { ElementsTransactionWithToken } from '@circle-libs/react-elements';
33
import { useCallback, useState } from 'react';
44

55
import { callGetFetch } from '~/lib/utils';

packages/circle-demo-webapp/app/hooks/useTransactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import { ElementsTransactionWithToken } from '@chainsafe/circle-react-elements';
12
import { ListTransactionsInput } from '@circle-fin/developer-controlled-wallets';
2-
import { ElementsTransactionWithToken } from '@circle-libs/react-elements';
33
import { useCallback, useState } from 'react';
44

55
import { callGetFetch } from '~/lib/utils';

packages/circle-demo-webapp/app/lib/memcache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import { ElementsWalletSet } from '@chainsafe/circle-react-elements';
12
import { Token } from '@circle-fin/developer-controlled-wallets';
2-
import { ElementsWalletSet } from '@circle-libs/react-elements';
33

44
import { sdk } from '~/lib/sdk';
55

packages/circle-demo-webapp/app/routes/_index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Page() {
77
<p className="text-muted-foreground">
88
This is a demonstration application showcasing Circle&apos;s
99
developer-controlled wallets using Circle SDK and ChainSafe&apos;s{' '}
10-
@circle-libs/react-elements library.
10+
@chainsafe/circle-react-elements library.
1111
</p>
1212
</div>
1313

@@ -19,7 +19,7 @@ export default function Page() {
1919
</p>
2020
<ul className="list-disc list-inside space-y-2 text-muted-foreground ml-4">
2121
<li>Circle SDK for wallet and transaction management</li>
22-
<li>@circle-libs/react-elements library for pre-built UI components</li>
22+
<li>@chainsafe/circle-react-elements library for pre-built UI components</li>
2323
<li>Remix.js for the application framework</li>
2424
<li>Tailwind CSS for styling</li>
2525
</ul>
@@ -43,15 +43,15 @@ export default function Page() {
4343
href="https://github.com/ChainSafe/web3-circle-libs"
4444
className="text-primary hover:underline"
4545
>
46-
@circle-libs/react-elements GitHub Repository
46+
@chainsafe/circle-react-elements GitHub Repository
4747
</a>
4848
</li>
4949
<li>
5050
<a
5151
href="https://chainsafe.github.io/web3-circle-libs/"
5252
className="text-primary hover:underline"
5353
>
54-
@circle-libs/react-elements Documentation
54+
@chainsafe/circle-react-elements Documentation
5555
</a>
5656
</li>
5757
</ul>

0 commit comments

Comments
 (0)