@reown/appkit-ui-react-native 0.0.0-feat-smart-account-20241017180406 → 0.0.0-fix-token-balance-20241017200828
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/lib/commonjs/assets/svg/{X.js → Twitter.js} +28 -18
- package/lib/commonjs/assets/svg/Twitter.js.map +1 -0
- package/lib/commonjs/assets/svg/{More.js → TwitterIcon.js} +5 -16
- package/lib/commonjs/assets/svg/TwitterIcon.js.map +1 -0
- package/lib/commonjs/assets/svg/WalletConnect.js +1 -19
- package/lib/commonjs/assets/svg/WalletConnect.js.map +1 -1
- package/lib/commonjs/components/wui-icon/index.js +7 -14
- package/lib/commonjs/components/wui-icon/index.js.map +1 -1
- package/lib/commonjs/components/wui-visual/index.js +0 -6
- package/lib/commonjs/components/wui-visual/index.js.map +1 -1
- package/lib/commonjs/composites/wui-chip/index.js +3 -7
- package/lib/commonjs/composites/wui-chip/index.js.map +1 -1
- package/lib/commonjs/composites/wui-compatible-network/index.js +6 -6
- package/lib/commonjs/composites/wui-compatible-network/index.js.map +1 -1
- package/lib/commonjs/composites/wui-logo/index.js +2 -4
- package/lib/commonjs/composites/wui-logo/index.js.map +1 -1
- package/lib/commonjs/composites/wui-logo-select/index.js +3 -6
- package/lib/commonjs/composites/wui-logo-select/index.js.map +1 -1
- package/lib/commonjs/composites/wui-logo-select/styles.js +3 -3
- package/lib/commonjs/composites/wui-logo-select/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-otp/index.js +2 -1
- package/lib/commonjs/composites/wui-otp/index.js.map +1 -1
- package/lib/commonjs/composites/wui-qr-code/index.js +1 -2
- package/lib/commonjs/composites/wui-qr-code/index.js.map +1 -1
- package/lib/commonjs/index.js +0 -14
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/assets/svg/Twitter.js +37 -0
- package/lib/module/assets/svg/Twitter.js.map +1 -0
- package/lib/module/assets/svg/TwitterIcon.js +11 -0
- package/lib/module/assets/svg/TwitterIcon.js.map +1 -0
- package/lib/module/assets/svg/WalletConnect.js +1 -18
- package/lib/module/assets/svg/WalletConnect.js.map +1 -1
- package/lib/module/components/wui-icon/index.js +7 -12
- package/lib/module/components/wui-icon/index.js.map +1 -1
- package/lib/module/components/wui-visual/index.js +0 -6
- package/lib/module/components/wui-visual/index.js.map +1 -1
- package/lib/module/composites/wui-chip/index.js +3 -7
- package/lib/module/composites/wui-chip/index.js.map +1 -1
- package/lib/module/composites/wui-compatible-network/index.js +6 -6
- package/lib/module/composites/wui-compatible-network/index.js.map +1 -1
- package/lib/module/composites/wui-logo/index.js +2 -4
- package/lib/module/composites/wui-logo/index.js.map +1 -1
- package/lib/module/composites/wui-logo-select/index.js +3 -6
- package/lib/module/composites/wui-logo-select/index.js.map +1 -1
- package/lib/module/composites/wui-logo-select/styles.js +3 -3
- package/lib/module/composites/wui-logo-select/styles.js.map +1 -1
- package/lib/module/composites/wui-otp/index.js +3 -2
- package/lib/module/composites/wui-otp/index.js.map +1 -1
- package/lib/module/composites/wui-qr-code/index.js +1 -2
- package/lib/module/composites/wui-qr-code/index.js.map +1 -1
- package/lib/module/index.js +0 -2
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/assets/svg/Twitter.d.ts +4 -0
- package/lib/typescript/assets/svg/Twitter.d.ts.map +1 -0
- package/lib/typescript/assets/svg/TwitterIcon.d.ts +4 -0
- package/lib/typescript/assets/svg/TwitterIcon.d.ts.map +1 -0
- package/lib/typescript/assets/svg/WalletConnect.d.ts +0 -1
- package/lib/typescript/assets/svg/WalletConnect.d.ts.map +1 -1
- package/lib/typescript/components/wui-icon/index.d.ts.map +1 -1
- package/lib/typescript/components/wui-visual/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-chip/index.d.ts +2 -3
- package/lib/typescript/composites/wui-chip/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-compatible-network/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-logo/index.d.ts +1 -3
- package/lib/typescript/composites/wui-logo/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-logo-select/index.d.ts +1 -4
- package/lib/typescript/composites/wui-logo-select/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-otp/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-qr-code/index.d.ts +1 -3
- package/lib/typescript/composites/wui-qr-code/index.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +0 -2
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/utils/TypesUtil.d.ts +4 -4
- package/lib/typescript/utils/TypesUtil.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/svg/Twitter.tsx +27 -0
- package/src/assets/svg/TwitterIcon.tsx +10 -0
- package/src/assets/svg/WalletConnect.tsx +1 -24
- package/src/components/wui-icon/index.tsx +7 -12
- package/src/components/wui-visual/index.tsx +0 -6
- package/src/composites/wui-chip/index.tsx +4 -7
- package/src/composites/wui-compatible-network/index.tsx +4 -4
- package/src/composites/wui-logo/index.tsx +2 -4
- package/src/composites/wui-logo-select/index.tsx +4 -7
- package/src/composites/wui-logo-select/styles.ts +3 -3
- package/src/composites/wui-otp/index.tsx +4 -2
- package/src/composites/wui-qr-code/index.tsx +2 -4
- package/src/index.ts +0 -2
- package/src/utils/TypesUtil.ts +4 -22
- package/lib/commonjs/assets/svg/Farcaster.js +0 -28
- package/lib/commonjs/assets/svg/Farcaster.js.map +0 -1
- package/lib/commonjs/assets/svg/FarcasterSquare.js +0 -28
- package/lib/commonjs/assets/svg/FarcasterSquare.js.map +0 -1
- package/lib/commonjs/assets/svg/More.js.map +0 -1
- package/lib/commonjs/assets/svg/X.js.map +0 -1
- package/lib/commonjs/assets/visual/Google.js +0 -59
- package/lib/commonjs/assets/visual/Google.js.map +0 -1
- package/lib/commonjs/assets/visual/Lightbulb.js +0 -58
- package/lib/commonjs/assets/visual/Lightbulb.js.map +0 -1
- package/lib/commonjs/assets/visual/Pencil.js +0 -81
- package/lib/commonjs/assets/visual/Pencil.js.map +0 -1
- package/lib/commonjs/composites/wui-list-social/index.js +0 -54
- package/lib/commonjs/composites/wui-list-social/index.js.map +0 -1
- package/lib/commonjs/composites/wui-list-social/styles.js +0 -34
- package/lib/commonjs/composites/wui-list-social/styles.js.map +0 -1
- package/lib/commonjs/composites/wui-promo/index.js +0 -48
- package/lib/commonjs/composites/wui-promo/index.js.map +0 -1
- package/lib/module/assets/svg/Farcaster.js +0 -20
- package/lib/module/assets/svg/Farcaster.js.map +0 -1
- package/lib/module/assets/svg/FarcasterSquare.js +0 -20
- package/lib/module/assets/svg/FarcasterSquare.js.map +0 -1
- package/lib/module/assets/svg/More.js +0 -22
- package/lib/module/assets/svg/More.js.map +0 -1
- package/lib/module/assets/svg/X.js +0 -27
- package/lib/module/assets/svg/X.js.map +0 -1
- package/lib/module/assets/visual/Google.js +0 -51
- package/lib/module/assets/visual/Google.js.map +0 -1
- package/lib/module/assets/visual/Lightbulb.js +0 -50
- package/lib/module/assets/visual/Lightbulb.js.map +0 -1
- package/lib/module/assets/visual/Pencil.js +0 -73
- package/lib/module/assets/visual/Pencil.js.map +0 -1
- package/lib/module/composites/wui-list-social/index.js +0 -47
- package/lib/module/composites/wui-list-social/index.js.map +0 -1
- package/lib/module/composites/wui-list-social/styles.js +0 -28
- package/lib/module/composites/wui-list-social/styles.js.map +0 -1
- package/lib/module/composites/wui-promo/index.js +0 -42
- package/lib/module/composites/wui-promo/index.js.map +0 -1
- package/lib/typescript/assets/svg/Farcaster.d.ts +0 -4
- package/lib/typescript/assets/svg/Farcaster.d.ts.map +0 -1
- package/lib/typescript/assets/svg/FarcasterSquare.d.ts +0 -4
- package/lib/typescript/assets/svg/FarcasterSquare.d.ts.map +0 -1
- package/lib/typescript/assets/svg/More.d.ts +0 -4
- package/lib/typescript/assets/svg/More.d.ts.map +0 -1
- package/lib/typescript/assets/svg/X.d.ts +0 -4
- package/lib/typescript/assets/svg/X.d.ts.map +0 -1
- package/lib/typescript/assets/visual/Google.d.ts +0 -4
- package/lib/typescript/assets/visual/Google.d.ts.map +0 -1
- package/lib/typescript/assets/visual/Lightbulb.d.ts +0 -4
- package/lib/typescript/assets/visual/Lightbulb.d.ts.map +0 -1
- package/lib/typescript/assets/visual/Pencil.d.ts +0 -4
- package/lib/typescript/assets/visual/Pencil.d.ts.map +0 -1
- package/lib/typescript/composites/wui-list-social/index.d.ts +0 -15
- package/lib/typescript/composites/wui-list-social/index.d.ts.map +0 -1
- package/lib/typescript/composites/wui-list-social/styles.d.ts +0 -27
- package/lib/typescript/composites/wui-list-social/styles.d.ts.map +0 -1
- package/lib/typescript/composites/wui-promo/index.d.ts +0 -8
- package/lib/typescript/composites/wui-promo/index.d.ts.map +0 -1
- package/src/assets/svg/Farcaster.tsx +0 -15
- package/src/assets/svg/FarcasterSquare.tsx +0 -15
- package/src/assets/svg/More.tsx +0 -16
- package/src/assets/svg/X.tsx +0 -26
- package/src/assets/visual/Google.tsx +0 -43
- package/src/assets/visual/Lightbulb.tsx +0 -54
- package/src/assets/visual/Pencil.tsx +0 -80
- package/src/composites/wui-list-social/index.tsx +0 -65
- package/src/composites/wui-list-social/styles.ts +0 -28
- package/src/composites/wui-promo/index.tsx +0 -42
package/lib/module/index.js
CHANGED
|
@@ -27,7 +27,6 @@ export { InputNumeric } from './composites/wui-input-numeric';
|
|
|
27
27
|
export { InputText } from './composites/wui-input-text';
|
|
28
28
|
export { Link } from './composites/wui-link';
|
|
29
29
|
export { ListItem } from './composites/wui-list-item';
|
|
30
|
-
export { ListSocial } from './composites/wui-list-social';
|
|
31
30
|
export { ListToken } from './composites/wui-list-token';
|
|
32
31
|
export { ListTransaction } from './composites/wui-list-transaction';
|
|
33
32
|
export { ListWallet } from './composites/wui-list-wallet';
|
|
@@ -36,7 +35,6 @@ export { LogoSelect } from './composites/wui-logo-select';
|
|
|
36
35
|
export { NetworkButton } from './composites/wui-network-button';
|
|
37
36
|
export { NetworkImage } from './composites/wui-network-image';
|
|
38
37
|
export { Otp } from './composites/wui-otp';
|
|
39
|
-
export { Promo } from './composites/wui-promo';
|
|
40
38
|
export { QrCode } from './composites/wui-qr-code';
|
|
41
39
|
export { SearchBar } from './composites/wui-search-bar';
|
|
42
40
|
export { Snackbar } from './composites/wui-snackbar';
|
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Card","Icon","Image","LoadingHexagon","LoadingSpinner","LoadingThumbnail","Text","Visual","Shimmer","AccountButton","AccountPill","ActionEntry","Avatar","Balance","Banner","Button","CardSelectLoader","CardSelectLoaderHeight","CardSelect","CardSelectHeight","CardSelectWidth","Chip","CompatibleNetwork","ConnectButton","EmailInput","IconBox","IconLink","InputElement","InputNumeric","InputText","Link","ListItem","
|
|
1
|
+
{"version":3,"names":["Card","Icon","Image","LoadingHexagon","LoadingSpinner","LoadingThumbnail","Text","Visual","Shimmer","AccountButton","AccountPill","ActionEntry","Avatar","Balance","Banner","Button","CardSelectLoader","CardSelectLoaderHeight","CardSelect","CardSelectHeight","CardSelectWidth","Chip","CompatibleNetwork","ConnectButton","EmailInput","IconBox","IconLink","InputElement","InputNumeric","InputText","Link","ListItem","ListToken","ListTransaction","ListWallet","Logo","LogoSelect","NetworkButton","NetworkImage","Otp","QrCode","SearchBar","Snackbar","Tabs","Tag","TokenButton","Tooltip","WalletImage","Overlay","FlexView","Separator","UiUtil","TransactionUtil","Spacing","BorderRadius","useTheme","useAnimatedValue"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":"AAAA,SAASA,IAAI,QAAwB,uBAAuB;AAC5D,SAASC,IAAI,QAAwB,uBAAuB;AAC5D,SAASC,KAAK,QAAyB,wBAAwB;AAC/D,SAASC,cAAc,QAAkC,kCAAkC;AAC3F,SAASC,cAAc,QAAQ,kCAAkC;AACjE,SAASC,gBAAgB,QAAoC,oCAAoC;AACjG,SAASC,IAAI,QAAwB,uBAAuB;AAC5D,SAASC,MAAM,QAA0B,yBAAyB;AAClE,SAASC,OAAO,QAA2B,0BAA0B;AAErE,SAASC,aAAa,QAAiC,iCAAiC;AACxF,SAASC,WAAW,QAA+B,+BAA+B;AAClF,SAASC,WAAW,QAA+B,+BAA+B;AAClF,SAASC,MAAM,QAA0B,yBAAyB;AAClE,SAASC,OAAO,QAA2B,0BAA0B;AACrE,SAASC,MAAM,QAA0B,yBAAyB;AAClE,SAASC,MAAM,QAA0B,yBAAyB;AAClE,SACEC,gBAAgB,EAChBC,sBAAsB,QAEjB,qCAAqC;AAC5C,SACEC,UAAU,EACVC,gBAAgB,EAChBC,eAAe,QAEV,8BAA8B;AACrC,SAASC,IAAI,QAAwB,uBAAuB;AAC5D,SACEC,iBAAiB,QAEZ,qCAAqC;AAC5C,SAASC,aAAa,QAAiC,iCAAiC;AACxF,SAASC,UAAU,QAA8B,8BAA8B;AAC/E,SAASC,OAAO,QAA2B,2BAA2B;AACtE,SAASC,QAAQ,QAA4B,4BAA4B;AACzE,SAASC,YAAY,QAAgC,gCAAgC;AACrF,SAASC,YAAY,QAAgC,gCAAgC;AACrF,SAASC,SAAS,QAA6B,6BAA6B;AAC5E,SAASC,IAAI,QAAwB,uBAAuB;AAC5D,SAASC,QAAQ,QAA4B,4BAA4B;AACzE,SAASC,SAAS,QAA6B,6BAA6B;AAC5E,SAASC,eAAe,QAAmC,mCAAmC;AAC9F,SAASC,UAAU,QAA8B,8BAA8B;AAC/E,SAASC,IAAI,QAAwB,uBAAuB;AAC5D,SAASC,UAAU,QAA8B,8BAA8B;AAC/E,SAASC,aAAa,QAAiC,iCAAiC;AACxF,SAASC,YAAY,QAAgC,gCAAgC;AACrF,SAASC,GAAG,QAAuB,sBAAsB;AACzD,SAASC,MAAM,QAA0B,0BAA0B;AACnE,SAASC,SAAS,QAA6B,6BAA6B;AAC5E,SAASC,QAAQ,QAA4B,2BAA2B;AACxE,SAASC,IAAI,QAAwB,uBAAuB;AAC5D,SAASC,GAAG,QAAuB,sBAAsB;AACzD,SAASC,WAAW,QAA+B,+BAA+B;AAClF,SAASC,OAAO,QAA2B,0BAA0B;AACrE,SAASC,WAAW,QAA+B,+BAA+B;AAElF,SAASC,OAAO,QAA2B,sBAAsB;AACjE,SAASC,QAAQ,QAA4B,mBAAmB;AAChE,SAASC,SAAS,QAAQ,wBAAwB;AAgBlD,SAASC,MAAM,QAAQ,gBAAgB;AACvC,SAASC,eAAe,QAAQ,yBAAyB;AACzD,SAASC,OAAO,EAAEC,YAAY,QAAQ,mBAAmB;AAEzD,SAASC,QAAQ,QAAQ,kBAAkB;AAC3C,SAASC,gBAAgB,QAAQ,0BAA0B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Twitter.d.ts","sourceRoot":"","sources":["../../../../src/assets/svg/Twitter.tsx"],"names":[],"mappings":"AAAA,OAAY,EAAmC,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvF,QAAA,MAAM,UAAU,UAAW,QAAQ,4CAwBlC,CAAC;AACF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TwitterIcon.d.ts","sourceRoot":"","sources":["../../../../src/assets/svg/TwitterIcon.tsx"],"names":[],"mappings":"AAAA,OAAY,EAAQ,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5D,QAAA,MAAM,UAAU,UAAW,QAAQ,4CAOlC,CAAC;AACF,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { type SvgProps } from 'react-native-svg';
|
|
2
2
|
declare const SvgWalletConnect: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default SvgWalletConnect;
|
|
4
|
-
export declare const WalletConnectLightBrownSvg: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
//# sourceMappingURL=WalletConnect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletConnect.d.ts","sourceRoot":"","sources":["../../../../src/assets/svg/WalletConnect.tsx"],"names":[],"mappings":"AAAA,OAAY,
|
|
1
|
+
{"version":3,"file":"WalletConnect.d.ts","sourceRoot":"","sources":["../../../../src/assets/svg/WalletConnect.tsx"],"names":[],"mappings":"AAAA,OAAY,EAAQ,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5D,QAAA,MAAM,gBAAgB,UAAW,QAAQ,4CAYxC,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-icon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAa,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-icon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAa,MAAM,uBAAuB,CAAC;AAqHtF,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG;IACjC,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B,CAAC;AAEF,wBAAgB,IAAI,CAAC,EACnB,IAAI,EACJ,KAAK,EACL,MAAM,EACN,KAAgB,EAChB,IAAW,EACX,KAAK,EACL,GAAG,IAAI,EACR,EAAE,SAAS,2CAaX"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-visual/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAejD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/wui-visual/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAejD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAkBxD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,WAAW,2CAIlD"}
|
|
@@ -3,13 +3,12 @@ import type { ChipType, IconType, SizeType } from '../../utils/TypesUtil';
|
|
|
3
3
|
export interface ChipProps {
|
|
4
4
|
label?: string;
|
|
5
5
|
imageSrc?: string;
|
|
6
|
-
|
|
7
|
-
rightIcon?: IconType;
|
|
6
|
+
icon?: IconType;
|
|
8
7
|
variant?: ChipType;
|
|
9
8
|
size?: Exclude<SizeType, 'xl' | 'lg' | 'xs' | 'xxs'>;
|
|
10
9
|
disabled?: boolean;
|
|
11
10
|
style?: StyleProp<ViewStyle>;
|
|
12
11
|
onPress?: () => void;
|
|
13
12
|
}
|
|
14
|
-
export declare function Chip({ onPress, imageSrc,
|
|
13
|
+
export declare function Chip({ onPress, imageSrc, icon, variant, size, disabled, label, style }: ChipProps): import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-chip/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACnF,OAAO,KAAK,EAAE,QAAQ,EAAa,QAAQ,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASrF,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-chip/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACnF,OAAO,KAAK,EAAE,QAAQ,EAAa,QAAQ,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASrF,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,IAAI,CAAC,EACnB,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,OAAgB,EAChB,IAAW,EACX,QAAQ,EACR,KAAK,EACL,KAAK,EACN,EAAE,SAAS,2CA4EX"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-compatible-network/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1E,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-compatible-network/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1E,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAKD,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,OAAO,EACP,aAAa,EACb,YAAY,EACZ,KAAK,EACN,EAAE,sBAAsB,2CA4BxB"}
|
|
@@ -3,9 +3,7 @@ import type { LogoType } from '../../utils/TypesUtil';
|
|
|
3
3
|
export interface LogoProps {
|
|
4
4
|
logo: LogoType;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
-
height?: number;
|
|
7
|
-
width?: number;
|
|
8
6
|
style?: SvgProps['style'];
|
|
9
7
|
}
|
|
10
|
-
export declare function Logo({
|
|
8
|
+
export declare function Logo({ logo, style }: LogoProps): import("react/jsx-runtime").JSX.Element;
|
|
11
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-logo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-logo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,SAAS,2CAE9C"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
2
1
|
import type { LogoType } from '../../utils/TypesUtil';
|
|
3
2
|
export interface LogoSelectProps {
|
|
4
3
|
logo: LogoType;
|
|
5
4
|
disabled?: boolean;
|
|
6
|
-
style?: StyleProp<ViewStyle>;
|
|
7
|
-
onPress?: () => void;
|
|
8
5
|
}
|
|
9
|
-
export declare function LogoSelect({ logo, disabled
|
|
6
|
+
export declare function LogoSelect({ logo, disabled }: LogoSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
10
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-logo-select/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-logo-select/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMtD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,eAAe,2CAiB7D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-otp/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-otp/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG5E,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;IACnC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE,QAAQ,2CAgFvE"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
2
|
-
import type { IconType } from '../../utils/TypesUtil';
|
|
3
2
|
export interface QrCodeProps {
|
|
4
3
|
size: number;
|
|
5
4
|
uri?: string;
|
|
6
5
|
imageSrc?: string;
|
|
7
|
-
icon?: IconType;
|
|
8
6
|
testID?: string;
|
|
9
7
|
arenaClear?: boolean;
|
|
10
8
|
style?: StyleProp<ViewStyle>;
|
|
11
9
|
}
|
|
12
|
-
export declare function QrCode({ size, uri, imageSrc, testID, arenaClear,
|
|
10
|
+
export declare function QrCode({ size, uri, imageSrc, testID, arenaClear, style }: QrCodeProps): import("react/jsx-runtime").JSX.Element;
|
|
13
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-qr-code/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-qr-code/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAWpE,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE,WAAW,2CAgErF"}
|
|
@@ -27,7 +27,6 @@ export { InputNumeric, type InputNumericProps } from './composites/wui-input-num
|
|
|
27
27
|
export { InputText, type InputTextProps } from './composites/wui-input-text';
|
|
28
28
|
export { Link, type LinkProps } from './composites/wui-link';
|
|
29
29
|
export { ListItem, type ListItemProps } from './composites/wui-list-item';
|
|
30
|
-
export { ListSocial, type ListSocialProps } from './composites/wui-list-social';
|
|
31
30
|
export { ListToken, type ListTokenProps } from './composites/wui-list-token';
|
|
32
31
|
export { ListTransaction, type ListTransactionProps } from './composites/wui-list-transaction';
|
|
33
32
|
export { ListWallet, type ListWalletProps } from './composites/wui-list-wallet';
|
|
@@ -36,7 +35,6 @@ export { LogoSelect, type LogoSelectProps } from './composites/wui-logo-select';
|
|
|
36
35
|
export { NetworkButton, type NetworkButtonProps } from './composites/wui-network-button';
|
|
37
36
|
export { NetworkImage, type NetworkImageProps } from './composites/wui-network-image';
|
|
38
37
|
export { Otp, type OtpProps } from './composites/wui-otp';
|
|
39
|
-
export { Promo, type PromoProps } from './composites/wui-promo';
|
|
40
38
|
export { QrCode, type QrCodeProps } from './composites/wui-qr-code';
|
|
41
39
|
export { SearchBar, type SearchBarProps } from './composites/wui-search-bar';
|
|
42
40
|
export { Snackbar, type SnackbarProps } from './composites/wui-snackbar';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAClG,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EACL,gBAAgB,EAChB,sBAAsB,EACtB,KAAK,qBAAqB,EAC3B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,KAAK,eAAe,EACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,EAC5B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export type ThemeKeys = 'accent-100' | 'accent-090' | 'accent-080' | 'accent-020' | 'accent-glass-090' | 'accent-glass-080' | 'accent-glass-020' | 'accent-glass-015' | 'accent-glass-010' | 'accent-glass-005' | 'accent-glass-002' | 'fg-100' | 'fg-125' | 'fg-150' | 'fg-175' | 'fg-200' | 'fg-225' | 'fg-250' | 'fg-275' | 'fg-300' | 'bg-100' | 'bg-125' | 'bg-150' | 'bg-175' | 'bg-200' | 'bg-225' | 'bg-250' | 'bg-275' | 'bg-300' | 'inverse-100' | 'inverse-000' | 'success-100' | 'success-glass-020' | 'success-glass-015' | 'success-glass-010' | 'success-glass-005' | 'error-100' | 'error-glass-020' | 'error-glass-015' | 'error-glass-010' | 'error-glass-005' | 'teal-100' | 'magenta-100' | 'indigo-100' | 'orange-100' | 'purple-100' | 'yellow-100' | 'gray-glass-001' | 'gray-glass-002' | 'gray-glass-005' | 'gray-glass-010' | 'gray-glass-015' | 'gray-glass-020' | 'gray-glass-025' | 'gray-glass-030' | 'gray-glass-060' | 'gray-glass-070' | 'gray-glass-080' | 'gray-glass-090' | 'icon-box-bg-error-100' | 'icon-box-bg-success-100';
|
|
2
2
|
export type TextType = 'medium-title-400' | 'medium-title-500' | 'medium-title-600' | 'small-title-400' | 'small-title-500' | 'small-title-600' | 'large-400' | 'large-500' | 'large-600' | 'medium-400' | 'medium-500' | 'medium-600' | 'paragraph-400' | 'paragraph-500' | 'paragraph-600' | 'small-400' | 'small-500' | 'small-600' | 'tiny-400' | 'tiny-500' | 'tiny-600' | 'micro-600' | 'micro-700';
|
|
3
|
-
export type ColorType = 'accent-100' | 'error-100' | 'fg-100' | 'fg-150' | 'fg-175' | 'fg-200' | 'fg-250' | 'fg-275' | 'fg-300' | '
|
|
3
|
+
export type ColorType = 'accent-100' | 'error-100' | 'fg-100' | 'fg-150' | 'fg-175' | 'fg-200' | 'fg-250' | 'fg-275' | 'fg-300' | 'accent-glass-020' | 'accent-glass-015' | 'accent-glass-010' | 'accent-glass-005' | 'gray-glass-020' | 'gray-glass-010' | 'gray-glass-005' | 'inverse-000' | 'inverse-100' | 'success-100' | 'teal-100' | 'magenta-100' | 'indigo-100' | 'orange-100' | 'purple-100' | 'yellow-100';
|
|
4
4
|
export type SizeType = 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs';
|
|
5
5
|
export type PlacementType = 'bottom' | 'left' | 'right' | 'top';
|
|
6
6
|
export type ButtonType = 'accent' | 'fill' | 'shade';
|
|
7
7
|
export type ChipType = 'fill' | 'shade' | 'transparent';
|
|
8
|
-
export type IconType = 'allWallets' | 'apple' | 'arrowBottom' | 'arrowBottomCircle' | 'arrowLeft' | 'arrowRight' | 'arrowTop' | 'browser' | 'checkmark' | 'chevronBottom' | 'chevronLeft' | 'chevronRight' | 'chevronRightSmall' | 'chevronTop' | 'clock' | 'close' | 'coinPlaceholder' | 'compass' | 'copy' | 'copySmall' | 'cursor' | 'desktop' | 'disconnect' | 'discord' | 'etherscan' | 'extension' | 'externalLink' | 'facebook' | '
|
|
9
|
-
export type VisualType = 'browser' | 'dao' | 'defi' | 'defiAlt' | 'eth' | '
|
|
10
|
-
export type LogoType = 'apple' | 'discord' | 'facebook' | '
|
|
8
|
+
export type IconType = 'allWallets' | 'apple' | 'arrowBottom' | 'arrowBottomCircle' | 'arrowLeft' | 'arrowRight' | 'arrowTop' | 'browser' | 'checkmark' | 'chevronBottom' | 'chevronLeft' | 'chevronRight' | 'chevronRightSmall' | 'chevronTop' | 'clock' | 'close' | 'coinPlaceholder' | 'compass' | 'copy' | 'copySmall' | 'cursor' | 'desktop' | 'disconnect' | 'discord' | 'etherscan' | 'extension' | 'externalLink' | 'facebook' | 'filters' | 'github' | 'google' | 'helpCircle' | 'infoCircle' | 'mail' | 'mobile' | 'networkPlaceholder' | 'nftPlaceholder' | 'off' | 'paperplane' | 'qrCode' | 'refresh' | 'search' | 'swapHorizontal' | 'swapVertical' | 'telegram' | 'twitch' | 'twitter' | 'twitterIcon' | 'verify' | 'wallet' | 'walletSmall' | 'walletConnect' | 'walletPlaceholder' | 'warningCircle';
|
|
9
|
+
export type VisualType = 'browser' | 'dao' | 'defi' | 'defiAlt' | 'eth' | 'layers' | 'lock' | 'login' | 'network' | 'nft' | 'noun' | 'profile' | 'system';
|
|
10
|
+
export type LogoType = 'apple' | 'discord' | 'facebook' | 'github' | 'google' | 'telegram' | 'twitch' | 'twitter';
|
|
11
11
|
export type TagType = 'main' | 'shade' | 'error' | 'success';
|
|
12
12
|
export type CardSelectType = 'wallet' | 'network';
|
|
13
13
|
export type TabOptionType = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypesUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/TypesUtil.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GACjB,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,aAAa,GACb,aAAa,GACb,aAAa,GACb,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,WAAW,GACX,iBAAiB,GACjB,iBAAiB,GACjB,iBAAiB,GACjB,iBAAiB,GACjB,UAAU,GACV,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,uBAAuB,GACvB,yBAAyB,CAAC;AAE9B,MAAM,MAAM,QAAQ,GAChB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,iBAAiB,GACjB,iBAAiB,GACjB,iBAAiB,GACjB,WAAW,GACX,WAAW,GACX,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,eAAe,GACf,eAAe,GACf,eAAe,GACf,WAAW,GACX,WAAW,GACX,WAAW,GACX,UAAU,GACV,UAAU,GACV,UAAU,GACV,WAAW,GACX,WAAW,CAAC;AAEhB,MAAM,MAAM,SAAS,GACjB,YAAY,GACZ,WAAW,GACX,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,
|
|
1
|
+
{"version":3,"file":"TypesUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/TypesUtil.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import Svg, { G, Circle, Path, Defs, ClipPath, type SvgProps } from 'react-native-svg';
|
|
2
|
+
const SvgTwitter = (props: SvgProps) => (
|
|
3
|
+
<Svg viewBox="0 0 40 40" {...props} fill="none">
|
|
4
|
+
<G clipPath="url(#Twitter_svg__a)">
|
|
5
|
+
<G clipPath="url(#Twitter_svg__b)">
|
|
6
|
+
<Circle cx={20} cy={19.886} r={20} fill="#1D9BF0" />
|
|
7
|
+
<Circle cx={20} cy={19.886} r={19.5} stroke="#fff" strokeOpacity={0.1} />
|
|
8
|
+
<Path
|
|
9
|
+
fill="#fff"
|
|
10
|
+
d="M30 13.81a8.189 8.189 0 0 1-2.357.646 4.11 4.11 0 0 0 1.805-2.27 8.22 8.22 0 0 1-2.606.996 4.096 4.096 0 0 0-2.995-1.296c-2.65 0-4.596 2.471-3.998 5.037a11.648 11.648 0 0 1-8.457-4.286 4.109 4.109 0 0 0 1.27 5.478 4.086 4.086 0 0 1-1.858-.513c-.045 1.9 1.318 3.679 3.291 4.075a4.114 4.114 0 0 1-1.853.07 4.106 4.106 0 0 0 3.833 2.849 8.25 8.25 0 0 1-6.075 1.7 11.616 11.616 0 0 0 6.29 1.843c7.618 0 11.922-6.434 11.663-12.205A8.354 8.354 0 0 0 30 13.81Z"
|
|
11
|
+
/>
|
|
12
|
+
</G>
|
|
13
|
+
</G>
|
|
14
|
+
<Defs>
|
|
15
|
+
<ClipPath id="Twitter_svg__a">
|
|
16
|
+
<Path
|
|
17
|
+
fill="#fff"
|
|
18
|
+
d="M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20Z"
|
|
19
|
+
/>
|
|
20
|
+
</ClipPath>
|
|
21
|
+
<ClipPath id="Twitter_svg__b">
|
|
22
|
+
<Path fill="#fff" d="M0 0h40v40H0z" />
|
|
23
|
+
</ClipPath>
|
|
24
|
+
</Defs>
|
|
25
|
+
</Svg>
|
|
26
|
+
);
|
|
27
|
+
export default SvgTwitter;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import Svg, { Path, type SvgProps } from 'react-native-svg';
|
|
2
|
+
const SvgTwitter = (props: SvgProps) => (
|
|
3
|
+
<Svg viewBox="0 0 16 16" fill="none" {...props}>
|
|
4
|
+
<Path
|
|
5
|
+
fill={props.fill || '#fff'}
|
|
6
|
+
d="m14.36 4.74.01.42c0 4.34-3.3 9.34-9.34 9.34A9.3 9.3 0 0 1 0 13.03a6.6 6.6 0 0 0 4.86-1.36 3.29 3.29 0 0 1-3.07-2.28c.5.1 1 .07 1.48-.06A3.28 3.28 0 0 1 .64 6.11v-.04c.46.26.97.4 1.49.41A3.29 3.29 0 0 1 1.11 2.1a9.32 9.32 0 0 0 6.77 3.43 3.28 3.28 0 0 1 5.6-3 6.59 6.59 0 0 0 2.08-.8 3.3 3.3 0 0 1-1.45 1.82A6.53 6.53 0 0 0 16 3.04c-.44.66-1 1.23-1.64 1.7Z"
|
|
7
|
+
/>
|
|
8
|
+
</Svg>
|
|
9
|
+
);
|
|
10
|
+
export default SvgTwitter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Svg, {
|
|
1
|
+
import Svg, { Path, type SvgProps } from 'react-native-svg';
|
|
2
2
|
const SvgWalletConnect = (props: SvgProps) => (
|
|
3
3
|
<Svg fill="none" viewBox="0 0 96 67" {...props}>
|
|
4
4
|
<Path
|
|
@@ -13,26 +13,3 @@ const SvgWalletConnect = (props: SvgProps) => (
|
|
|
13
13
|
</Svg>
|
|
14
14
|
);
|
|
15
15
|
export default SvgWalletConnect;
|
|
16
|
-
|
|
17
|
-
export const WalletConnectLightBrownSvg = (props: SvgProps) => (
|
|
18
|
-
<Svg viewBox="0 0 16 16" fill="none" {...props}>
|
|
19
|
-
<G clipPath="url(#clip0_22274_4692)">
|
|
20
|
-
<Path
|
|
21
|
-
d="M0 6.64C0 4.17295 0 2.93942 0.525474 2.01817C0.880399 1.39592 1.39592 0.880399 2.01817 0.525474C2.93942 0 4.17295 0 6.64 0H9.36C11.8271 0 13.0606 0 13.9818 0.525474C14.6041 0.880399 15.1196 1.39592 15.4745 2.01817C16 2.93942 16 4.17295 16 6.64V9.36C16 11.8271 16 13.0606 15.4745 13.9818C15.1196 14.6041 14.6041 15.1196 13.9818 15.4745C13.0606 16 11.8271 16 9.36 16H6.64C4.17295 16 2.93942 16 2.01817 15.4745C1.39592 15.1196 0.880399 14.6041 0.525474 13.9818C0 13.0606 0 11.8271 0 9.36V6.64Z"
|
|
22
|
-
fill="#C7B994"
|
|
23
|
-
/>
|
|
24
|
-
<Path
|
|
25
|
-
d="M4.49038 5.76609C6.42869 3.86833 9.5713 3.86833 11.5096 5.76609L11.7429 5.99449C11.8398 6.08938 11.8398 6.24323 11.7429 6.33811L10.9449 7.11942C10.8964 7.16686 10.8179 7.16686 10.7694 7.11942L10.4484 6.80512C9.09617 5.48119 6.90381 5.48119 5.5516 6.80512L5.20782 7.14171C5.15936 7.18915 5.08079 7.18915 5.03234 7.14171L4.23434 6.3604C4.13742 6.26552 4.13742 6.11167 4.23434 6.01678L4.49038 5.76609ZM13.1599 7.38192L13.8702 8.07729C13.9671 8.17217 13.9671 8.32602 13.8702 8.4209L10.6677 11.5564C10.5708 11.6513 10.4137 11.6513 10.3168 11.5564L8.04388 9.33105C8.01965 9.30733 7.98037 9.30733 7.95614 9.33105L5.6833 11.5564C5.58638 11.6513 5.42925 11.6513 5.33234 11.5564L2.12982 8.42087C2.0329 8.32598 2.0329 8.17213 2.12982 8.07724L2.84004 7.38188C2.93695 7.28699 3.09408 7.28699 3.191 7.38188L5.46392 9.60726C5.48815 9.63098 5.52743 9.63098 5.55166 9.60726L7.82447 7.38188C7.92138 7.28699 8.07851 7.28699 8.17543 7.38187L10.4484 9.60726C10.4726 9.63098 10.5119 9.63098 10.5361 9.60726L12.809 7.38192C12.9059 7.28703 13.063 7.28703 13.1599 7.38192Z"
|
|
26
|
-
fill="#202020"
|
|
27
|
-
/>
|
|
28
|
-
</G>
|
|
29
|
-
<Defs>
|
|
30
|
-
<ClipPath id="clip0_22274_4692">
|
|
31
|
-
<Path
|
|
32
|
-
d="M0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8Z"
|
|
33
|
-
fill="white"
|
|
34
|
-
/>
|
|
35
|
-
</ClipPath>
|
|
36
|
-
</Defs>
|
|
37
|
-
</Svg>
|
|
38
|
-
);
|
|
@@ -30,8 +30,6 @@ import EtherscanSvg from '../../assets/svg/Etherscan';
|
|
|
30
30
|
import ExtensionSvg from '../../assets/svg/Extension';
|
|
31
31
|
import ExternalLinkSvg from '../../assets/svg/ExternalLink';
|
|
32
32
|
import FacebookSvg from '../../assets/svg/Facebook';
|
|
33
|
-
import FarcasterSvg from '../../assets/svg/Farcaster';
|
|
34
|
-
import FarcasterSquareSvg from '../../assets/svg/FarcasterSquare';
|
|
35
33
|
import FiltersSvg from '../../assets/svg/Filters';
|
|
36
34
|
import GithubSvg from '../../assets/svg/Github';
|
|
37
35
|
import GoogleSvg from '../../assets/svg/Google';
|
|
@@ -39,7 +37,6 @@ import HelpCircleSvg from '../../assets/svg/HelpCircle';
|
|
|
39
37
|
import InfoCircleSvg from '../../assets/svg/InfoCircle';
|
|
40
38
|
import MailSvg from '../../assets/svg/Mail';
|
|
41
39
|
import MobileSvg from '../../assets/svg/Mobile';
|
|
42
|
-
import MoreSvg from '../../assets/svg/More';
|
|
43
40
|
import NetworkPlaceholderSvg from '../../assets/svg/NetworkPlaceholder';
|
|
44
41
|
import NftPlaceholderSvg from '../../assets/svg/NftPlaceholder';
|
|
45
42
|
import OffSvg from '../../assets/svg/Off';
|
|
@@ -50,14 +47,15 @@ import SearchSvg from '../../assets/svg/Search';
|
|
|
50
47
|
import SwapHorizontalSvg from '../../assets/svg/SwapHorizontal';
|
|
51
48
|
import SwapVerticalSvg from '../../assets/svg/SwapVertical';
|
|
52
49
|
import TelegramSvg from '../../assets/svg/Telegram';
|
|
53
|
-
import
|
|
50
|
+
import TwitterSvg from '../../assets/svg/Twitter';
|
|
54
51
|
import VerifySvg from '../../assets/svg/Verify';
|
|
55
|
-
import WalletConnectSvg
|
|
52
|
+
import WalletConnectSvg from '../../assets/svg/WalletConnect';
|
|
56
53
|
import WalletSvg from '../../assets/svg/Wallet';
|
|
57
54
|
import WalletSmallSvg from '../../assets/svg/WalletSmall';
|
|
58
55
|
import WarningCircleSvg from '../../assets/svg/WarningCircle';
|
|
56
|
+
import TwitchSvg from '../../assets/svg/Twitch';
|
|
57
|
+
import TwitterIconSvg from '../../assets/svg/TwitterIcon';
|
|
59
58
|
import WalletPlaceholderSvg from '../../assets/svg/WalletPlaceholder';
|
|
60
|
-
import XSvg from '../../assets/svg/X';
|
|
61
59
|
import { useTheme } from '../../hooks/useTheme';
|
|
62
60
|
import { IconSize } from '../../utils/ThemeUtil';
|
|
63
61
|
|
|
@@ -90,8 +88,6 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
|
|
|
90
88
|
extension: ExtensionSvg,
|
|
91
89
|
externalLink: ExternalLinkSvg,
|
|
92
90
|
facebook: FacebookSvg,
|
|
93
|
-
farcaster: FarcasterSvg,
|
|
94
|
-
farcasterSquare: FarcasterSquareSvg,
|
|
95
91
|
filters: FiltersSvg,
|
|
96
92
|
github: GithubSvg,
|
|
97
93
|
google: GoogleSvg,
|
|
@@ -99,7 +95,6 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
|
|
|
99
95
|
infoCircle: InfoCircleSvg,
|
|
100
96
|
mail: MailSvg,
|
|
101
97
|
mobile: MobileSvg,
|
|
102
|
-
more: MoreSvg,
|
|
103
98
|
networkPlaceholder: NetworkPlaceholderSvg,
|
|
104
99
|
nftPlaceholder: NftPlaceholderSvg,
|
|
105
100
|
off: OffSvg,
|
|
@@ -111,14 +106,14 @@ const svgOptions: Record<IconType, (props: SvgProps) => JSX.Element> = {
|
|
|
111
106
|
swapVertical: SwapVerticalSvg,
|
|
112
107
|
telegram: TelegramSvg,
|
|
113
108
|
twitch: TwitchSvg,
|
|
109
|
+
twitter: TwitterSvg,
|
|
110
|
+
twitterIcon: TwitterIconSvg,
|
|
114
111
|
verify: VerifySvg,
|
|
115
112
|
wallet: WalletSvg,
|
|
116
113
|
walletSmall: WalletSmallSvg,
|
|
117
114
|
warningCircle: WarningCircleSvg,
|
|
118
115
|
walletConnect: WalletConnectSvg,
|
|
119
|
-
|
|
120
|
-
walletPlaceholder: WalletPlaceholderSvg,
|
|
121
|
-
x: XSvg
|
|
116
|
+
walletPlaceholder: WalletPlaceholderSvg
|
|
122
117
|
};
|
|
123
118
|
|
|
124
119
|
export type IconProps = SvgProps & {
|
|
@@ -14,9 +14,6 @@ import NounSvg from '../../assets/visual/Noun';
|
|
|
14
14
|
import ProfileSvg from '../../assets/visual/Profile';
|
|
15
15
|
import SystemSvg from '../../assets/visual/System';
|
|
16
16
|
import type { VisualType } from '../../utils/TypesUtil';
|
|
17
|
-
import GoogleSvg from '../../assets/visual/Google';
|
|
18
|
-
import LightbulbSvg from '../../assets/visual/Lightbulb';
|
|
19
|
-
import PencilSvg from '../../assets/visual/Pencil';
|
|
20
17
|
|
|
21
18
|
const svgOptions: Record<VisualType, (props: SvgProps) => JSX.Element> = {
|
|
22
19
|
browser: BrowserSvg,
|
|
@@ -24,15 +21,12 @@ const svgOptions: Record<VisualType, (props: SvgProps) => JSX.Element> = {
|
|
|
24
21
|
defi: DefiSvg,
|
|
25
22
|
defiAlt: DefiAltSvg,
|
|
26
23
|
eth: EthSvg,
|
|
27
|
-
google: GoogleSvg,
|
|
28
24
|
layers: LayersSvg,
|
|
29
|
-
lightbulb: LightbulbSvg,
|
|
30
25
|
lock: LockSvg,
|
|
31
26
|
login: LoginSvg,
|
|
32
27
|
network: NetworkSvg,
|
|
33
28
|
nft: NftSvg,
|
|
34
29
|
noun: NounSvg,
|
|
35
|
-
pencil: PencilSvg,
|
|
36
30
|
profile: ProfileSvg,
|
|
37
31
|
system: SystemSvg
|
|
38
32
|
};
|
|
@@ -12,8 +12,7 @@ const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
|
|
|
12
12
|
export interface ChipProps {
|
|
13
13
|
label?: string;
|
|
14
14
|
imageSrc?: string;
|
|
15
|
-
|
|
16
|
-
rightIcon?: IconType;
|
|
15
|
+
icon?: IconType;
|
|
17
16
|
variant?: ChipType;
|
|
18
17
|
size?: Exclude<SizeType, 'xl' | 'lg' | 'xs' | 'xxs'>;
|
|
19
18
|
disabled?: boolean;
|
|
@@ -24,8 +23,7 @@ export interface ChipProps {
|
|
|
24
23
|
export function Chip({
|
|
25
24
|
onPress,
|
|
26
25
|
imageSrc,
|
|
27
|
-
|
|
28
|
-
rightIcon,
|
|
26
|
+
icon,
|
|
29
27
|
variant = 'fill',
|
|
30
28
|
size = 'md',
|
|
31
29
|
disabled,
|
|
@@ -91,16 +89,15 @@ export function Chip({
|
|
|
91
89
|
source={imageSrc}
|
|
92
90
|
/>
|
|
93
91
|
)}
|
|
94
|
-
{leftIcon && <Icon name={leftIcon} color={themedTextColor as ColorType} />}
|
|
95
92
|
<Text
|
|
96
93
|
variant={size === 'md' ? 'paragraph-600' : 'small-600'}
|
|
97
94
|
style={[styles.link, { color: Theme[themedTextColor] }]}
|
|
98
95
|
>
|
|
99
96
|
{label}
|
|
100
97
|
</Text>
|
|
101
|
-
{
|
|
98
|
+
{icon && (
|
|
102
99
|
<Icon
|
|
103
|
-
name={
|
|
100
|
+
name={icon}
|
|
104
101
|
size={iconSize}
|
|
105
102
|
color={themedTextColor as ColorType}
|
|
106
103
|
style={styles.icon}
|
|
@@ -13,6 +13,9 @@ export interface CompatibleNetworkProps {
|
|
|
13
13
|
style?: StyleProp<ViewStyle>;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
const offset = [20, 15, 10, 5, 0];
|
|
17
|
+
const zIndex = [5, 4, 3, 2, 1];
|
|
18
|
+
|
|
16
19
|
export function CompatibleNetwork({
|
|
17
20
|
text,
|
|
18
21
|
onPress,
|
|
@@ -41,7 +44,7 @@ export function CompatibleNetwork({
|
|
|
41
44
|
imageHeaders={imageHeaders}
|
|
42
45
|
borderColor={Theme['bg-200']}
|
|
43
46
|
borderWidth={2}
|
|
44
|
-
style={[
|
|
47
|
+
style={{ left: offset[index], zIndex: zIndex[index] }}
|
|
45
48
|
/>
|
|
46
49
|
))}
|
|
47
50
|
</FlexView>
|
|
@@ -57,8 +60,5 @@ const styles = StyleSheet.create({
|
|
|
57
60
|
flexDirection: 'row',
|
|
58
61
|
justifyContent: 'space-between',
|
|
59
62
|
paddingRight: 0
|
|
60
|
-
},
|
|
61
|
-
item: {
|
|
62
|
-
marginLeft: -5
|
|
63
63
|
}
|
|
64
64
|
});
|
|
@@ -6,11 +6,9 @@ import type { LogoType } from '../../utils/TypesUtil';
|
|
|
6
6
|
export interface LogoProps {
|
|
7
7
|
logo: LogoType;
|
|
8
8
|
disabled?: boolean;
|
|
9
|
-
height?: number;
|
|
10
|
-
width?: number;
|
|
11
9
|
style?: SvgProps['style'];
|
|
12
10
|
}
|
|
13
11
|
|
|
14
|
-
export function Logo({
|
|
15
|
-
return <Icon width={
|
|
12
|
+
export function Logo({ logo, style }: LogoProps) {
|
|
13
|
+
return <Icon width={40} height={40} name={logo} style={style} />;
|
|
16
14
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Animated, Pressable
|
|
1
|
+
import { Animated, Pressable } from 'react-native';
|
|
2
2
|
import useAnimatedValue from '../../hooks/useAnimatedValue';
|
|
3
3
|
import { useTheme } from '../../hooks/useTheme';
|
|
4
4
|
import type { LogoType } from '../../utils/TypesUtil';
|
|
@@ -10,23 +10,20 @@ const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
|
|
|
10
10
|
export interface LogoSelectProps {
|
|
11
11
|
logo: LogoType;
|
|
12
12
|
disabled?: boolean;
|
|
13
|
-
style?: StyleProp<ViewStyle>;
|
|
14
|
-
onPress?: () => void;
|
|
15
13
|
}
|
|
16
14
|
|
|
17
|
-
export function LogoSelect({ logo, disabled
|
|
15
|
+
export function LogoSelect({ logo, disabled }: LogoSelectProps) {
|
|
18
16
|
const Theme = useTheme();
|
|
19
17
|
const { animatedValue, setStartValue, setEndValue } = useAnimatedValue(
|
|
20
|
-
Theme['gray-glass-
|
|
18
|
+
Theme['gray-glass-005'],
|
|
21
19
|
Theme['gray-glass-010']
|
|
22
20
|
);
|
|
23
21
|
|
|
24
22
|
return (
|
|
25
23
|
<AnimatedPressable
|
|
26
|
-
onPress={onPress}
|
|
27
24
|
onPressIn={setEndValue}
|
|
28
25
|
onPressOut={setStartValue}
|
|
29
|
-
style={[styles.box, { backgroundColor: animatedValue }
|
|
26
|
+
style={[styles.box, { backgroundColor: animatedValue }]}
|
|
30
27
|
disabled={disabled}
|
|
31
28
|
>
|
|
32
29
|
<Logo logo={logo} style={disabled && styles.disabled} />
|
|
@@ -3,9 +3,9 @@ import { BorderRadius } from '../../utils/ThemeUtil';
|
|
|
3
3
|
|
|
4
4
|
export default StyleSheet.create({
|
|
5
5
|
box: {
|
|
6
|
-
height:
|
|
7
|
-
width:
|
|
8
|
-
borderRadius: BorderRadius.
|
|
6
|
+
height: 50,
|
|
7
|
+
width: 50,
|
|
8
|
+
borderRadius: BorderRadius.xs,
|
|
9
9
|
alignItems: 'center',
|
|
10
10
|
justifyContent: 'center'
|
|
11
11
|
},
|
|
@@ -3,7 +3,8 @@ import {
|
|
|
3
3
|
type NativeSyntheticEvent,
|
|
4
4
|
TextInput,
|
|
5
5
|
type TextInputKeyPressEventData,
|
|
6
|
-
View
|
|
6
|
+
View,
|
|
7
|
+
Platform
|
|
7
8
|
} from 'react-native';
|
|
8
9
|
import { InputNumeric, type InputNumericProps } from '../wui-input-numeric';
|
|
9
10
|
import styles from './styles';
|
|
@@ -89,7 +90,8 @@ export function Otp({ length, style, onChangeText, autoFocus }: OtpProps) {
|
|
|
89
90
|
inputRef={refArray[index]}
|
|
90
91
|
onChangeText={text => _onChangeText(text, index)}
|
|
91
92
|
onKeyPress={(e: any) => onKeyPress(e, index)}
|
|
92
|
-
|
|
93
|
+
textContentType="oneTimeCode"
|
|
94
|
+
autoComplete={Platform.OS === 'android' ? 'sms-otp' : 'one-time-code'}
|
|
93
95
|
/>
|
|
94
96
|
))}
|
|
95
97
|
</View>
|