@moveindustries/movement-design-system 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ pnpm test
|
|
|
69
69
|
|
|
70
70
|
## Documentation
|
|
71
71
|
|
|
72
|
-
See the full component documentation in [Storybook](https://movement-design-system-docs
|
|
72
|
+
See the full component documentation in [Storybook](https://movement-design-system-docs.vercel.app/).
|
|
73
73
|
|
|
74
74
|
## License
|
|
75
75
|
|
|
@@ -2,5 +2,9 @@ import { WalletSortingOptions } from '@aptos-labs/wallet-adapter-react';
|
|
|
2
2
|
export interface ConnectWalletDialogProps extends WalletSortingOptions {
|
|
3
3
|
onClose: () => void;
|
|
4
4
|
}
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated Use `WalletModal` or `WalletSelector` from `@moveindustries/wallet-adapter-move-design` instead.
|
|
7
|
+
* This component will be removed in a future major version.
|
|
8
|
+
*/
|
|
5
9
|
export declare function WalletModal({ onClose, ...walletSortingOptions }: ConnectWalletDialogProps): import("react/jsx-runtime").JSX.Element | null;
|
|
6
10
|
//# sourceMappingURL=WalletModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletModal.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,oBAAoB,EAK1B,MAAM,kCAAkC,CAAC;AAsE1C,MAAM,WAAW,wBAAyB,SAAQ,oBAAoB;IACpE,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AA4ND,wBAAgB,WAAW,CAAC,EAC1B,OAAO,EACP,GAAG,oBAAoB,EACxB,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"WalletModal.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,oBAAoB,EAK1B,MAAM,kCAAkC,CAAC;AAsE1C,MAAM,WAAW,wBAAyB,SAAQ,oBAAoB;IACpE,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AA4ND;;;GAGG;AACH,wBAAgB,WAAW,CAAC,EAC1B,OAAO,EACP,GAAG,oBAAoB,EACxB,EAAE,wBAAwB,kDAuD1B"}
|