* useExplorerLink hook
* move the creation of the explorer link out of the ExplorerLink
component
* components to be used in connected dapps view
* added DAppInfoCard a box that shows the dapp icon name and link
* added DAppPermissionsList that shows a list of permissions
* updated SummaryCard to fix overflow and borders for footer and add a
divider option
* updated WalletListSelect to add disconnect mode, disabled state and
allow filtering visible accounts
* add functionality to disconnect only specific accounts
* support multi accounts in connected apps view
* allow disconnecting specific account from a dapp
* some refactoring for SuiApps to
* connected apps to use also the data from the WalletDapps list
* simplify Props
* fix stylings and use new components like Link and Button
* mint demo nft toasts and using mutation
Playground/WalletApps listing page styling changes
https://user-images.githubusercontent.com/10210143/220197176-e68aff9e-515b-4633-a82d-275c721cd5db.mov
Multi-accounts in Disconnect app view
https://user-images.githubusercontent.com/10210143/220197372-c982fc9e-ba83-4820-896c-c08e902a203e.mov
https://user-images.githubusercontent.com/10210143/220197417-730f9b3b-2fd8-47c7-a95d-6f5aa45856c4.mov
https://user-images.githubusercontent.com/10210143/220197467-b2a682d2-23ed-42dc-a484-66e9c69ed3b6.mov
closes APPS-284