Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: appkit basic code-split #3757

Open
wants to merge 170 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
170 commits
Select commit Hold shift + click to select a range
d291003
chore: bootstrap basic flag. re-import components. nothing is visible…
tomiir Jan 23, 2025
b680fe3
chore: add core export on scaffold
tomiir Jan 23, 2025
e1d74d0
chore: start of migration
tomiir Jan 23, 2025
9d6fadb
chore: refactor all scaffold partials to import specific subcomponents
tomiir Jan 23, 2025
2495d9c
chore: all partials are migrated
tomiir Jan 23, 2025
119d244
chore: add comment
tomiir Jan 23, 2025
88d93c3
feat: dynamically import views according to feature flags
tomiir Jan 23, 2025
7a318d6
chore: remove logs
tomiir Jan 23, 2025
9443655
chore: remove script
tomiir Jan 23, 2025
81c9f26
chore: fix broken test imports
tomiir Jan 23, 2025
48ca0a5
chore: remove exports-config
tomiir Jan 23, 2025
54c12bb
Merge branch 'main' of github.com:reown-com/appkit into chore/basic-flag
tomiir Jan 23, 2025
3eddeb2
chore: prune solana deps
tomiir Jan 23, 2025
03e8b79
chore: remove init promise
tomiir Jan 23, 2025
6b5c403
chore: re-exporting ui
magiziz Jan 28, 2025
979deeb
chore: re-export half of partials
tomiir Jan 28, 2025
ee1f154
chore: finish partials
magiziz Jan 28, 2025
bac3bac
Merge branch 'chore/ui-re-exporting' of github.com:reown-com/appkit i…
tomiir Jan 28, 2025
15ae20c
chore: finish modal
magiziz Jan 28, 2025
859bd70
chore: re-export modal components
tomiir Jan 28, 2025
1cc0c5f
Merge branch 'chore/ui-re-exporting' of github.com:reown-com/appkit i…
tomiir Jan 28, 2025
3c218a9
chore: finish views
magiziz Jan 28, 2025
9afb419
chore: re-export views
tomiir Jan 28, 2025
ac2433d
Merge branch 'chore/ui-re-exporting' of github.com:reown-com/appkit i…
tomiir Jan 28, 2025
06bd9b9
chore: fix type errors
magiziz Jan 28, 2025
643116a
chore: fix type issues
magiziz Jan 28, 2025
bda5d26
chore: changes
magiziz Jan 28, 2025
4e1ed17
fix: network button
magiziz Jan 28, 2025
0396fba
feat: appkit-basic
magiziz Jan 28, 2025
8fe7440
chore: cleanup
magiziz Jan 28, 2025
0bae2ac
chore: split appkit and appkit-basic classes
tomiir Jan 28, 2025
e2846e5
feat: abstract AppKitCore
tomiir Jan 28, 2025
993f1f4
chore: remove packages
magiziz Jan 28, 2025
d45d4df
chore: remove unused packages and code
magiziz Jan 28, 2025
9ccfcda
Merge branch 'chore/ui-re-exporting' into feat/appkit-basic-class
tomiir Jan 28, 2025
d22ff0b
chore: add bundle analyzer to wagmi example
tomiir Jan 28, 2025
b653841
chore: restore proper appkit
tomiir Jan 28, 2025
3b01f37
chore: remove initPromise
tomiir Jan 28, 2025
d9b5424
chore: fix import path
tomiir Jan 28, 2025
026b8a3
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Jan 28, 2025
95eb3b9
chore: remove uinneeded dependency
tomiir Jan 28, 2025
280b98a
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Jan 29, 2025
52700d3
chore: abstracted full core class and appkit class
tomiir Jan 29, 2025
91867ad
featr: finish abstracting core appkit class
tomiir Jan 29, 2025
bbb320a
chore: fix type issues with sdk version
tomiir Jan 29, 2025
8797988
chore: upgrade wc dependencies
enesozturk Jan 29, 2025
028820a
Merge branch 'main' into feat/appkit-basic-class
enesozturk Jan 29, 2025
869d713
chore: lock file
enesozturk Jan 29, 2025
89d4e12
chore: linter issues
enesozturk Jan 29, 2025
e07cb5a
fix: ts issues for sdkVersion
enesozturk Jan 29, 2025
f37268c
chore: update wc in missing packages
tomiir Jan 29, 2025
b483081
fix: unit tests
enesozturk Jan 29, 2025
532c399
chore: ts issues
enesozturk Jan 29, 2025
5ead76a
chore: fix siwe test mock for document
tomiir Jan 29, 2025
4277a09
chore: mock document.inserAdjacentElement0
tomiir Jan 29, 2025
ebc80b0
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
tomiir Jan 29, 2025
5b957b8
fix: only import ui client side
tomiir Jan 29, 2025
1d8c2cb
chore: promise.all the ui imports
tomiir Jan 29, 2025
10e3ff4
fix: ui mport
tomiir Jan 29, 2025
93fa7b0
chore: import missing ui elements on scaffold utils
tomiir Jan 29, 2025
34d9879
chore: fix solana adapter package version
tomiir Jan 29, 2025
e861ac6
chore; ignore bundle analysis for linter
tomiir Jan 29, 2025
a64153e
chore: add missing ui imports in widget
tomiir Jan 29, 2025
70c0a4a
chore: import ui component in builder
tomiir Jan 29, 2025
f0dd605
chore: export jsx decalrartions
tomiir Jan 29, 2025
fad310d
chore: add jsx export
tomiir Jan 29, 2025
6c1d049
chore: use new export
tomiir Jan 29, 2025
b4ddd7f
fix: add import on wallet-button
tomiir Jan 29, 2025
34e3c19
chore: remove only
tomiir Jan 29, 2025
39b59c1
fix: switch namespace issue
tomiir Jan 29, 2025
d99ae5c
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Jan 29, 2025
43e401d
fix: caip network not set for extension wallets
tomiir Jan 29, 2025
ac1b78f
chore: setcaip network for wc connections
tomiir Jan 29, 2025
4e3bf1c
chore: add changesets
tomiir Jan 29, 2025
502846c
chore: remove script file
tomiir Jan 30, 2025
af648fe
chore: remove unused script. Add constant for adapter types
tomiir Jan 30, 2025
befe77d
chore: remove optionscontroller basic flag
tomiir Jan 30, 2025
2f72f83
chore: rollback wagmi-example
tomiir Jan 30, 2025
1736ded
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Jan 30, 2025
a694189
chore: update lockfile
tomiir Jan 30, 2025
2d28acd
chore: refactor network switching for more generic approach
tomiir Jan 30, 2025
7bd6159
chore: use proper adapter when syncing wc
tomiir Jan 30, 2025
7a344ff
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Jan 30, 2025
3bd475c
chore: reduced bundle size for `@reown/appkit-wallet`, added missing …
magiziz Jan 30, 2025
fb10cb7
chore: rebuild lock
tomiir Jan 30, 2025
060fbf6
chore: rollback ep version in new examples as it was causing resoluti…
tomiir Jan 30, 2025
638825f
Merge branch 'main' into feat/appkit-basic-class
tomiir Jan 30, 2025
8a7d03d
chore: fix lint issues
tomiir Jan 30, 2025
5ac1a2a
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
tomiir Jan 30, 2025
b74f0c6
chore: rollback env changes
tomiir Jan 30, 2025
ace9e27
fix: set user on response from call not on every success
tomiir Jan 30, 2025
db3168a
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Jan 30, 2025
09a11fb
Revert "chore: refactor network switching for more generic approach"
tomiir Jan 30, 2025
33baadb
chore: lazy load svg icons (#3767)
magiziz Jan 31, 2025
fb494f5
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Jan 31, 2025
d4f4221
chore: improve html-ak-basic example with multiple networks
tomiir Jan 31, 2025
03be0be
chore: update sign client exapmle
tomiir Jan 31, 2025
45f578f
chore: imprve UP example
tomiir Jan 31, 2025
a77a485
chore: use sign client to sign
tomiir Jan 31, 2025
dc374eb
Merge branch 'chore/sign-client-ak-baisc-example' of github.com:reown…
svenvoskamp Jan 31, 2025
7190370
fix: sign client example
tomiir Jan 31, 2025
dcf94b1
Merge branch 'chore/sign-client-ak-baisc-example' of github.com:reown…
svenvoskamp Jan 31, 2025
acd9ed8
replace small issue when signing
svenvoskamp Jan 31, 2025
9f3fb2b
update dom after switch network
svenvoskamp Jan 31, 2025
18e4866
Trigger deploy
tomiir Jan 31, 2025
0a0fcc6
chore: add config for ep
tomiir Jan 31, 2025
bb18e35
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
svenvoskamp Jan 31, 2025
a461732
Trigger deploy
tomiir Jan 31, 2025
7763cb4
fix sign client test
svenvoskamp Jan 31, 2025
bd05ef7
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
svenvoskamp Jan 31, 2025
fd36f3e
Merge branch 'chore/sign-client-ak-baisc-example' into feat/appkit-ba…
tomiir Jan 31, 2025
79e41ec
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
tomiir Jan 31, 2025
45b1137
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
svenvoskamp Jan 31, 2025
c9ccb1f
fix up test
svenvoskamp Jan 31, 2025
87d69f6
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Feb 4, 2025
026c041
fix: appkit basic screens (#3774)
magiziz Feb 4, 2025
d8453ea
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Feb 4, 2025
671e236
Trigger deploy
tomiir Feb 4, 2025
3b50ee3
chore: merge main
magiziz Feb 4, 2025
14c0aa8
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
svenvoskamp Feb 4, 2025
65ceea4
add switch chain to sign client example
svenvoskamp Feb 4, 2025
383a70b
update package lock
svenvoskamp Feb 4, 2025
3937246
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Feb 5, 2025
a4f8a7d
fix: appkit core sign client example switch network logic (#3800)
enesozturk Feb 5, 2025
879b08a
chore: export downloads view from basic (#3799)
enesozturk Feb 5, 2025
1c2a3df
refactor: render only unique wallets on the wallets list (#3805)
enesozturk Feb 5, 2025
90a20ad
fix: appkit tests for basic (#3807)
enesozturk Feb 6, 2025
2b65ff9
fix: wrong status shown when using `useAppKitAccount` hook (#3806)
magiziz Feb 6, 2025
078cbd4
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Feb 6, 2025
580c5e4
fix: appkit basic deeplink not working (#3792)
magiziz Feb 6, 2025
954859e
chore: remove unused import
tomiir Feb 6, 2025
0a11994
chore: remove unused import
tomiir Feb 6, 2025
7e18105
fix: lint issues
magiziz Feb 6, 2025
37c8b9f
chore: remove unused import
tomiir Feb 6, 2025
a8f4e65
Chore/side effects (#3811)
tomiir Feb 6, 2025
e1c9dad
chore: defer supported chains call (#3810)
tomiir Feb 7, 2025
24820cb
chore: remove siedeefffects from ui and scaffold
tomiir Feb 7, 2025
2a68708
chore: optimize appkit basic initialization (#3813)
magiziz Feb 7, 2025
5906ae7
chore: prevent appkit.open from opening modal in basic (#3815)
tomiir Feb 7, 2025
13f3f38
Adds manualWCControl flag (#3817)
tomiir Feb 7, 2025
9b03aee
fix: sign message not working for metamask (#3830)
magiziz Feb 10, 2025
b82d7ed
fix: sign client deeplink (#3821)
magiziz Feb 10, 2025
1526e7c
fix: sign message not working in basic example (#3829)
magiziz Feb 10, 2025
e31ae2d
chore: list for disconnect event
magiziz Feb 10, 2025
5f4ae1c
fix: cannot reconnect after cancelling modal (#3835)
magiziz Feb 10, 2025
e89e53f
fix: `useAppKitTheme` doesn't have initial state (#3836)
magiziz Feb 10, 2025
4f1b2dc
fix issue with ak-basic up
svenvoskamp Feb 10, 2025
c6c1388
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
svenvoskamp Feb 10, 2025
0e81cf6
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Feb 11, 2025
4d29b05
fix: `process` is not defined (#3845)
magiziz Feb 11, 2025
219e887
chore: use namespace parameter in setUser. Bring subscribe accoutnb f…
tomiir Feb 11, 2025
4797073
chore: update with main. Use storage util instead of plain storage us…
tomiir Feb 11, 2025
65915ab
chore: sort imports
tomiir Feb 11, 2025
024d172
chore: fix test issues
tomiir Feb 11, 2025
4963d9e
chore: remove sideEffects from wallet-button pkg
magiziz Feb 12, 2025
27f0e8a
chore: remove sideEffects from appkit pkg
magiziz Feb 12, 2025
7e557fe
chore: remove switchNetwork super from wagmi adapter
magiziz Feb 12, 2025
9e9f0ad
chore: prettify
magiziz Feb 12, 2025
cdadc12
Merge branch 'main' into feat/appkit-basic-class
tomiir Feb 12, 2025
526c07b
Merge branch 'main' into feat/appkit-basic-class
tomiir Feb 13, 2025
ed9e60b
chore: remove manual env binding
tomiir Feb 13, 2025
be38757
chore: use proper secure site origin in wallet button package
tomiir Feb 13, 2025
ff3b5dc
chore: remove manual button on multichain basic
tomiir Feb 13, 2025
ef5792d
chore: remove log
tomiir Feb 13, 2025
db259f0
chore: use latest package version
tomiir Feb 13, 2025
5ff2169
Update examples/html-ak-basic-sign-client/src/main.js
tomiir Feb 13, 2025
d93eec8
chore: update package versions
tomiir Feb 13, 2025
4b6d9a2
Merge branch 'feat/appkit-basic-class' of github.com:reown-com/appkit…
tomiir Feb 13, 2025
298f1b2
chore: use helper for env in scaffold ui
tomiir Feb 13, 2025
71cceb4
Merge branch 'main' of github.com:reown-com/appkit into feat/appkit-b…
tomiir Feb 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions .changeset/long-beds-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@reown/appkit-adapter-ethers5': patch
'@reown/appkit-adapter-ethers': patch
'@reown/appkit-adapter-solana': patch
'@reown/appkit-adapter-wagmi': patch
'@reown/appkit-wallet-button': patch
'@reown/appkit-utils': patch
'@reown/appkit-scaffold-ui': patch
'@reown/appkit': patch
'@reown/appkit-core': patch
'@reown/appkit-siwe': patch
'@reown/appkit-siwx': patch
'@reown/appkit-ui': patch
'@reown/appkit-adapter-bitcoin': patch
'@reown/appkit-cdn': patch
'@reown/appkit-cli': patch
'@reown/appkit-common': patch
'@reown/appkit-experimental': patch
'@reown/appkit-polyfills': patch
'@reown/appkit-wallet': patch
---

Splits code into basic and regular appkit. Re-exports ui and scaffold components so they can be tree-shaken. Dynamically import appropiate chunks according to feature flags'
69 changes: 69 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"mode": "pre",
"tag": "core-2",
"initialVersions": {
"@apps/browser-extension": "1.0.0",
"@apps/builder": "1.1.7",
"@apps/gallery": "1.5.2",
"@apps/laboratory": "1.5.1",
"@examples/html-ak-basic": "1.2.0",
"@examples/html-ak-basic-sign-client": "1.2.0",
"@examples/html-ak-basic-up": "1.2.0",
"@examples/html-bitcoin": "1.2.0",
"@examples/html-ep": "1.2.0",
"@examples/html-ethers": "1.2.0",
"@examples/html-solana": "1.2.0",
"@examples/html-wagmi": "1.2.0",
"@examples/html-wagmi-cdn": "1.2.0",
"@examples/html-wagmi-solana-bitcoin": "1.2.0",
"@examples/html-wagmi-wallet-button": "1.2.0",
"@examples/next-ak-basic-app-router": "1.0.5",
"@examples/next-ak-basic-sign-client-app-router": "1.0.5",
"@examples/next-ak-basic-up-app-router": "1.0.5",
"@examples/next-ep-app-router": "1.0.5",
"@examples/next-ethers-app-router": "1.0.5",
"@examples/next-wagmi-app-router": "1.0.5",
"@examples/next-wagmi-solana-bitcoin-app-router": "1.0.5",
"@examples/parcel-react-wagmi": "1.0.0",
"@examples/react-ak-basic": "1.2.0",
"@examples/react-ak-basic-sign-client": "1.2.0",
"@examples/react-ak-basic-up": "1.2.0",
"@examples/react-ep": "1.2.0",
"@examples/react-ethers": "1.2.0",
"@examples/react-ethers5": "1.2.0",
"@examples/react-solana": "1.2.0",
"@examples/react-wagmi": "1.2.0",
"@examples/sveltekit-ethers": "0.0.1",
"@examples/vue-ak-basic": "1.2.0",
"@examples/vue-ak-basic-sign-client": "1.2.0",
"@examples/vue-ak-basic-up": "1.2.0",
"@examples/vue-ep": "1.2.0",
"@examples/vue-ethers-solana": "1.2.0",
"@examples/vue-ethers5": "1.2.0",
"@examples/vue-solana": "1.2.0",
"@examples/vue-wagmi": "1.2.0",
"@examples/vue-wagmi-solana": "1.2.0",
"@reown/appkit-adapter-bitcoin": "1.6.6",
"@reown/appkit-adapter-ethers": "1.6.6",
"@reown/appkit-adapter-ethers5": "1.6.6",
"@reown/appkit-adapter-polkadot": "1.5.2",
"@reown/appkit-adapter-solana": "1.6.6",
"@reown/appkit-adapter-wagmi": "1.6.6",
"@reown/appkit": "1.6.6",
"@reown/appkit-utils": "1.6.6",
"@reown/appkit-cdn": "1.6.6",
"@reown/appkit-cli": "1.6.6",
"@reown/appkit-common": "1.6.6",
"@reown/appkit-core": "1.6.6",
"@reown/appkit-experimental": "1.6.6",
"@reown/appkit-polyfills": "1.6.6",
"@reown/appkit-scaffold-ui": "1.6.8",
"@reown/appkit-siwe": "1.6.6",
"@reown/appkit-siwx": "1.6.6",
"@reown/appkit-ui": "1.6.8",
"@reown/appkit-ui-new": "1.4.1",
"@reown/appkit-wallet": "1.6.6",
"@reown/appkit-wallet-button": "1.6.6"
},
"changesets": []
}
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
".changeset",
"playwright-report",
"*.mock.ts",
"*.test.ts"
"*.test.ts",
"scripts/*.js"
],
"rules": {
// Core
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
coverage
pnpm-lock.yaml
.nuxt
.svelte-kit
.svelte-kit
bundle-analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { Transform } from '@dnd-kit/utilities'
import classNames from 'classnames'

import { SocialProvider } from '@reown/appkit-core'
import '@reown/appkit-ui/jsx'
tomiir marked this conversation as resolved.
Show resolved Hide resolved

import { useAppKitContext } from '@/hooks/use-appkit'

Expand Down
4 changes: 2 additions & 2 deletions apps/gallery/stories/composites/wui-button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import type { Meta } from '@storybook/web-components'

import { html } from 'lit'

import type { IconType } from '@reown/appkit-ui'
import '@reown/appkit-ui/src/composites/wui-button'
import type { WuiButton } from '@reown/appkit-ui/src/composites/wui-button'
import type { IconType } from '@reown/appkit-ui/src/utils/TypesUtil'
import type { WuiButton } from '@reown/appkit-ui/wui-button'

import { buttonOptions, iconOptions } from '../../utils/PresetUtils'

Expand Down
4 changes: 2 additions & 2 deletions apps/gallery/stories/composites/wui-link.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import type { Meta } from '@storybook/web-components'

import { html } from 'lit'

import type { IconType } from '@reown/appkit-ui'
import '@reown/appkit-ui/src/composites/wui-link'
import type { WuiLink } from '@reown/appkit-ui/src/composites/wui-link'
import type { IconType } from '@reown/appkit-ui/src/utils/TypesUtil'
import type { WuiLink } from '@reown/appkit-ui/wui-link'

import { iconOptions } from '../../utils/PresetUtils'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default function MultiChainWagmiAdapterOnly() {
ThemeStore.setModal(modal)
setAppKit(modal)

provider.on('display_uri', (connection: string) => {
modal.open({ view: 'ConnectingWalletConnectBasic', uri: connection })
provider.on('display_uri', () => {
modal.open({ view: 'ConnectingWalletConnectBasic' })
})

setUprovider(provider)
Expand Down
14 changes: 11 additions & 3 deletions examples/html-ak-basic-sign-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@
<h1 class="page-title">HTML AppKit Basic Sign Client Example</h1>

<div class="appkit-buttons-container">
<button id="disconnect">Disconnect</button>
<button id="sign-message">Sign Message</button>
<button id="connect">Connect</button>
<div class="row">
<button id="disconnect">Disconnect</button>
<button id="sign-message">Sign Message</button>
<button id="connect">Connect</button>
</div>
<div class="row">
<button id="switch-network-eth">Switch to Ethereum</button>
<button id="switch-network-polygon">Switch to Polygon</button>
<button id="switch-network-solana">Switch to Solana</button>
<button id="switch-network-bitcoin">Switch to Bitcoin</button>
</div>
</div>

<div class="code-container-wrapper">
Expand Down
3 changes: 2 additions & 1 deletion examples/html-ak-basic-sign-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"dependencies": {
"@reown/appkit": "workspace:*",
"@walletconnect/sign-client": "2.18.0"
"@walletconnect/sign-client": "2.18.0",
"bs58": "6.0.0"
tomiir marked this conversation as resolved.
Show resolved Hide resolved
},
"devDependencies": {
"vite": "5.4.12"
Expand Down
9 changes: 8 additions & 1 deletion examples/html-ak-basic-sign-client/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,18 @@ a:disabled {
flex-direction: row;
}

.appkit-buttons-container {
.row {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
}

.appkit-buttons-container {
display: flex;
flex-direction: column;
justify-content: center;
gap: var(--apkt-spacing-2, 8px);
flex-wrap: wrap;

Expand Down
Loading
Loading