@reown/appkit-ui-react-native 0.0.0-refactor-modal-migration-20241004184043 → 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/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/components/wui-icon/index.js +6 -14
- package/lib/commonjs/components/wui-icon/index.js.map +1 -1
- package/lib/commonjs/composites/wui-account-button/index.js +7 -13
- package/lib/commonjs/composites/wui-account-button/index.js.map +1 -1
- package/lib/commonjs/composites/wui-account-button/styles.js +3 -3
- package/lib/commonjs/composites/wui-account-button/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-avatar/styles.js +1 -2
- package/lib/commonjs/composites/wui-avatar/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-button/index.js +3 -3
- package/lib/commonjs/composites/wui-button/index.js.map +1 -1
- package/lib/commonjs/composites/wui-button/styles.js +2 -2
- package/lib/commonjs/composites/wui-button/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-chip/index.js +7 -5
- package/lib/commonjs/composites/wui-chip/index.js.map +1 -1
- package/lib/commonjs/composites/wui-chip/styles.js +1 -1
- package/lib/commonjs/composites/wui-chip/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-list-item/index.js +10 -10
- package/lib/commonjs/composites/wui-list-item/index.js.map +1 -1
- package/lib/commonjs/composites/wui-list-item/styles.js +3 -4
- package/lib/commonjs/composites/wui-list-item/styles.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-network-button/index.js +10 -14
- package/lib/commonjs/composites/wui-network-button/index.js.map +1 -1
- package/lib/commonjs/composites/wui-network-button/styles.js +3 -3
- package/lib/commonjs/composites/wui-network-button/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-network-image/index.js +21 -48
- package/lib/commonjs/composites/wui-network-image/index.js.map +1 -1
- package/lib/commonjs/composites/wui-network-image/styles.js +1 -3
- package/lib/commonjs/composites/wui-network-image/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-qr-code/index.js +12 -16
- package/lib/commonjs/composites/wui-qr-code/index.js.map +1 -1
- package/lib/commonjs/composites/wui-snackbar/index.js +0 -1
- package/lib/commonjs/composites/wui-snackbar/index.js.map +1 -1
- package/lib/commonjs/composites/wui-snackbar/styles.js +1 -2
- package/lib/commonjs/composites/wui-snackbar/styles.js.map +1 -1
- package/lib/commonjs/composites/wui-tabs/index.js +8 -22
- package/lib/commonjs/composites/wui-tabs/index.js.map +1 -1
- package/lib/commonjs/composites/wui-tabs/styles.js +2 -1
- package/lib/commonjs/composites/wui-tabs/styles.js.map +1 -1
- package/lib/commonjs/index.js +0 -63
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/utils/ThemeUtil.js +1 -2
- package/lib/commonjs/utils/ThemeUtil.js.map +1 -1
- package/lib/commonjs/utils/UiUtil.js +0 -15
- package/lib/commonjs/utils/UiUtil.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/components/wui-icon/index.js +6 -14
- package/lib/module/components/wui-icon/index.js.map +1 -1
- package/lib/module/composites/wui-account-button/index.js +7 -13
- package/lib/module/composites/wui-account-button/index.js.map +1 -1
- package/lib/module/composites/wui-account-button/styles.js +4 -4
- package/lib/module/composites/wui-account-button/styles.js.map +1 -1
- package/lib/module/composites/wui-avatar/styles.js +1 -2
- package/lib/module/composites/wui-avatar/styles.js.map +1 -1
- package/lib/module/composites/wui-button/index.js +3 -3
- package/lib/module/composites/wui-button/index.js.map +1 -1
- package/lib/module/composites/wui-button/styles.js +2 -2
- package/lib/module/composites/wui-button/styles.js.map +1 -1
- package/lib/module/composites/wui-chip/index.js +8 -6
- package/lib/module/composites/wui-chip/index.js.map +1 -1
- package/lib/module/composites/wui-chip/styles.js +1 -1
- package/lib/module/composites/wui-chip/styles.js.map +1 -1
- package/lib/module/composites/wui-list-item/index.js +10 -10
- package/lib/module/composites/wui-list-item/index.js.map +1 -1
- package/lib/module/composites/wui-list-item/styles.js +3 -4
- package/lib/module/composites/wui-list-item/styles.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-network-button/index.js +11 -15
- package/lib/module/composites/wui-network-button/index.js.map +1 -1
- package/lib/module/composites/wui-network-button/styles.js +4 -4
- package/lib/module/composites/wui-network-button/styles.js.map +1 -1
- package/lib/module/composites/wui-network-image/index.js +22 -49
- package/lib/module/composites/wui-network-image/index.js.map +1 -1
- package/lib/module/composites/wui-network-image/styles.js +0 -2
- package/lib/module/composites/wui-network-image/styles.js.map +1 -1
- package/lib/module/composites/wui-qr-code/index.js +12 -16
- package/lib/module/composites/wui-qr-code/index.js.map +1 -1
- package/lib/module/composites/wui-snackbar/index.js +0 -1
- package/lib/module/composites/wui-snackbar/index.js.map +1 -1
- package/lib/module/composites/wui-snackbar/styles.js +1 -2
- package/lib/module/composites/wui-snackbar/styles.js.map +1 -1
- package/lib/module/composites/wui-tabs/index.js +8 -22
- package/lib/module/composites/wui-tabs/index.js.map +1 -1
- package/lib/module/composites/wui-tabs/styles.js +2 -1
- package/lib/module/composites/wui-tabs/styles.js.map +1 -1
- package/lib/module/index.js +0 -9
- package/lib/module/index.js.map +1 -1
- package/lib/module/utils/ThemeUtil.js +1 -2
- package/lib/module/utils/ThemeUtil.js.map +1 -1
- package/lib/module/utils/UiUtil.js +0 -15
- package/lib/module/utils/UiUtil.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/components/wui-icon/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-account-button/index.d.ts +2 -2
- package/lib/typescript/composites/wui-account-button/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-avatar/styles.d.ts.map +1 -1
- package/lib/typescript/composites/wui-button/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-chip/index.d.ts +2 -2
- package/lib/typescript/composites/wui-chip/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-list-item/index.d.ts +4 -6
- package/lib/typescript/composites/wui-list-item/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-list-item/styles.d.ts +0 -1
- package/lib/typescript/composites/wui-list-item/styles.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-network-button/index.d.ts +4 -6
- package/lib/typescript/composites/wui-network-button/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-network-button/styles.d.ts +1 -1
- package/lib/typescript/composites/wui-network-image/index.d.ts +2 -6
- package/lib/typescript/composites/wui-network-image/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-network-image/styles.d.ts +0 -2
- package/lib/typescript/composites/wui-network-image/styles.d.ts.map +1 -1
- package/lib/typescript/composites/wui-qr-code/index.d.ts +1 -6
- package/lib/typescript/composites/wui-qr-code/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-snackbar/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-snackbar/styles.d.ts.map +1 -1
- package/lib/typescript/composites/wui-tabs/index.d.ts +2 -4
- package/lib/typescript/composites/wui-tabs/index.d.ts.map +1 -1
- package/lib/typescript/composites/wui-tabs/styles.d.ts +2 -1
- package/lib/typescript/composites/wui-tabs/styles.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +0 -9
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/utils/ThemeUtil.d.ts +0 -1
- package/lib/typescript/utils/ThemeUtil.d.ts.map +1 -1
- package/lib/typescript/utils/TypesUtil.d.ts +4 -5
- package/lib/typescript/utils/TypesUtil.d.ts.map +1 -1
- package/lib/typescript/utils/UiUtil.d.ts +0 -1
- package/lib/typescript/utils/UiUtil.d.ts.map +1 -1
- package/package.json +4 -4
- package/readme.md +1 -1
- package/src/assets/svg/Twitter.tsx +27 -0
- package/src/assets/svg/TwitterIcon.tsx +10 -0
- package/src/components/wui-icon/index.tsx +6 -14
- package/src/composites/wui-account-button/index.tsx +8 -17
- package/src/composites/wui-account-button/styles.ts +4 -4
- package/src/composites/wui-avatar/styles.ts +1 -2
- package/src/composites/wui-button/index.tsx +10 -12
- package/src/composites/wui-button/styles.ts +2 -2
- package/src/composites/wui-chip/index.tsx +9 -7
- package/src/composites/wui-chip/styles.ts +1 -1
- package/src/composites/wui-list-item/index.tsx +14 -15
- package/src/composites/wui-list-item/styles.ts +3 -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-network-button/index.tsx +15 -22
- package/src/composites/wui-network-button/styles.ts +4 -4
- package/src/composites/wui-network-image/index.tsx +21 -57
- package/src/composites/wui-network-image/styles.ts +0 -6
- package/src/composites/wui-qr-code/index.tsx +11 -18
- package/src/composites/wui-snackbar/index.tsx +0 -1
- package/src/composites/wui-snackbar/styles.ts +1 -2
- package/src/composites/wui-tabs/index.tsx +9 -33
- package/src/composites/wui-tabs/styles.ts +2 -1
- package/src/index.ts +0 -12
- package/src/utils/ThemeUtil.ts +1 -2
- package/src/utils/TypesUtil.ts +6 -45
- package/src/utils/UiUtil.ts +0 -18
- package/lib/commonjs/assets/svg/ArrowBottomCircle.js +0 -21
- package/lib/commonjs/assets/svg/ArrowBottomCircle.js.map +0 -1
- 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/Paperplane.js +0 -21
- package/lib/commonjs/assets/svg/Paperplane.js.map +0 -1
- package/lib/commonjs/assets/svg/X.js.map +0 -1
- package/lib/commonjs/composites/wui-account-pill/index.js +0 -73
- package/lib/commonjs/composites/wui-account-pill/index.js.map +0 -1
- package/lib/commonjs/composites/wui-account-pill/styles.js +0 -25
- package/lib/commonjs/composites/wui-account-pill/styles.js.map +0 -1
- package/lib/commonjs/composites/wui-balance/index.js +0 -27
- package/lib/commonjs/composites/wui-balance/index.js.map +0 -1
- package/lib/commonjs/composites/wui-banner/index.js +0 -36
- package/lib/commonjs/composites/wui-banner/index.js.map +0 -1
- package/lib/commonjs/composites/wui-banner/styles.js +0 -21
- package/lib/commonjs/composites/wui-banner/styles.js.map +0 -1
- package/lib/commonjs/composites/wui-compatible-network/index.js +0 -58
- package/lib/commonjs/composites/wui-compatible-network/index.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-list-token/index.js +0 -78
- package/lib/commonjs/composites/wui-list-token/index.js.map +0 -1
- package/lib/commonjs/composites/wui-list-token/styles.js +0 -30
- package/lib/commonjs/composites/wui-list-token/styles.js.map +0 -1
- package/lib/commonjs/composites/wui-list-transaction/index.js +0 -64
- package/lib/commonjs/composites/wui-list-transaction/index.js.map +0 -1
- package/lib/commonjs/composites/wui-list-transaction/styles.js +0 -16
- package/lib/commonjs/composites/wui-list-transaction/styles.js.map +0 -1
- package/lib/commonjs/composites/wui-list-transaction/utils.js +0 -88
- package/lib/commonjs/composites/wui-list-transaction/utils.js.map +0 -1
- package/lib/commonjs/composites/wui-token-button/index.js +0 -37
- package/lib/commonjs/composites/wui-token-button/index.js.map +0 -1
- package/lib/commonjs/composites/wui-token-button/styles.js +0 -24
- package/lib/commonjs/composites/wui-token-button/styles.js.map +0 -1
- package/lib/commonjs/composites/wui-transaction-visual/index.js +0 -73
- package/lib/commonjs/composites/wui-transaction-visual/index.js.map +0 -1
- package/lib/commonjs/composites/wui-transaction-visual/styles.js +0 -42
- package/lib/commonjs/composites/wui-transaction-visual/styles.js.map +0 -1
- package/lib/commonjs/utils/TransactionUtil.js +0 -139
- package/lib/commonjs/utils/TransactionUtil.js.map +0 -1
- package/lib/module/assets/svg/ArrowBottomCircle.js +0 -13
- package/lib/module/assets/svg/ArrowBottomCircle.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/Paperplane.js +0 -13
- package/lib/module/assets/svg/Paperplane.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/composites/wui-account-pill/index.js +0 -66
- package/lib/module/composites/wui-account-pill/index.js.map +0 -1
- package/lib/module/composites/wui-account-pill/styles.js +0 -19
- package/lib/module/composites/wui-account-pill/styles.js.map +0 -1
- package/lib/module/composites/wui-balance/index.js +0 -21
- package/lib/module/composites/wui-balance/index.js.map +0 -1
- package/lib/module/composites/wui-banner/index.js +0 -29
- package/lib/module/composites/wui-banner/index.js.map +0 -1
- package/lib/module/composites/wui-banner/styles.js +0 -15
- package/lib/module/composites/wui-banner/styles.js.map +0 -1
- package/lib/module/composites/wui-compatible-network/index.js +0 -52
- package/lib/module/composites/wui-compatible-network/index.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-list-token/index.js +0 -71
- package/lib/module/composites/wui-list-token/index.js.map +0 -1
- package/lib/module/composites/wui-list-token/styles.js +0 -24
- package/lib/module/composites/wui-list-token/styles.js.map +0 -1
- package/lib/module/composites/wui-list-transaction/index.js +0 -57
- package/lib/module/composites/wui-list-transaction/index.js.map +0 -1
- package/lib/module/composites/wui-list-transaction/styles.js +0 -10
- package/lib/module/composites/wui-list-transaction/styles.js.map +0 -1
- package/lib/module/composites/wui-list-transaction/utils.js +0 -79
- package/lib/module/composites/wui-list-transaction/utils.js.map +0 -1
- package/lib/module/composites/wui-token-button/index.js +0 -30
- package/lib/module/composites/wui-token-button/index.js.map +0 -1
- package/lib/module/composites/wui-token-button/styles.js +0 -18
- package/lib/module/composites/wui-token-button/styles.js.map +0 -1
- package/lib/module/composites/wui-transaction-visual/index.js +0 -66
- package/lib/module/composites/wui-transaction-visual/index.js.map +0 -1
- package/lib/module/composites/wui-transaction-visual/styles.js +0 -36
- package/lib/module/composites/wui-transaction-visual/styles.js.map +0 -1
- package/lib/module/utils/TransactionUtil.js +0 -134
- package/lib/module/utils/TransactionUtil.js.map +0 -1
- package/lib/typescript/assets/svg/ArrowBottomCircle.d.ts +0 -4
- package/lib/typescript/assets/svg/ArrowBottomCircle.d.ts.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/Paperplane.d.ts +0 -4
- package/lib/typescript/assets/svg/Paperplane.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/composites/wui-account-pill/index.d.ts +0 -11
- package/lib/typescript/composites/wui-account-pill/index.d.ts.map +0 -1
- package/lib/typescript/composites/wui-account-pill/styles.d.ts +0 -18
- package/lib/typescript/composites/wui-account-pill/styles.d.ts.map +0 -1
- package/lib/typescript/composites/wui-balance/index.d.ts +0 -6
- package/lib/typescript/composites/wui-balance/index.d.ts.map +0 -1
- package/lib/typescript/composites/wui-banner/index.d.ts +0 -7
- package/lib/typescript/composites/wui-banner/index.d.ts.map +0 -1
- package/lib/typescript/composites/wui-banner/styles.d.ts +0 -14
- package/lib/typescript/composites/wui-banner/styles.d.ts.map +0 -1
- package/lib/typescript/composites/wui-compatible-network/index.d.ts +0 -10
- package/lib/typescript/composites/wui-compatible-network/index.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-list-token/index.d.ts +0 -11
- package/lib/typescript/composites/wui-list-token/index.d.ts.map +0 -1
- package/lib/typescript/composites/wui-list-token/styles.d.ts +0 -23
- package/lib/typescript/composites/wui-list-token/styles.d.ts.map +0 -1
- package/lib/typescript/composites/wui-list-transaction/index.d.ts +0 -15
- package/lib/typescript/composites/wui-list-transaction/index.d.ts.map +0 -1
- package/lib/typescript/composites/wui-list-transaction/styles.d.ts +0 -10
- package/lib/typescript/composites/wui-list-transaction/styles.d.ts.map +0 -1
- package/lib/typescript/composites/wui-list-transaction/utils.d.ts +0 -6
- package/lib/typescript/composites/wui-list-transaction/utils.d.ts.map +0 -1
- package/lib/typescript/composites/wui-token-button/index.d.ts +0 -7
- package/lib/typescript/composites/wui-token-button/index.d.ts.map +0 -1
- package/lib/typescript/composites/wui-token-button/styles.d.ts +0 -17
- package/lib/typescript/composites/wui-token-button/styles.d.ts.map +0 -1
- package/lib/typescript/composites/wui-transaction-visual/index.d.ts +0 -8
- package/lib/typescript/composites/wui-transaction-visual/index.d.ts.map +0 -1
- package/lib/typescript/composites/wui-transaction-visual/styles.d.ts +0 -35
- package/lib/typescript/composites/wui-transaction-visual/styles.d.ts.map +0 -1
- package/lib/typescript/utils/TransactionUtil.d.ts +0 -13
- package/lib/typescript/utils/TransactionUtil.d.ts.map +0 -1
- package/src/assets/svg/ArrowBottomCircle.tsx +0 -12
- 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/Paperplane.tsx +0 -12
- package/src/assets/svg/X.tsx +0 -26
- package/src/composites/wui-account-pill/index.tsx +0 -72
- package/src/composites/wui-account-pill/styles.ts +0 -19
- package/src/composites/wui-balance/index.tsx +0 -25
- package/src/composites/wui-banner/index.tsx +0 -28
- package/src/composites/wui-banner/styles.ts +0 -15
- package/src/composites/wui-compatible-network/index.tsx +0 -64
- package/src/composites/wui-list-social/index.tsx +0 -65
- package/src/composites/wui-list-social/styles.ts +0 -28
- package/src/composites/wui-list-token/index.tsx +0 -83
- package/src/composites/wui-list-token/styles.ts +0 -24
- package/src/composites/wui-list-transaction/index.tsx +0 -65
- package/src/composites/wui-list-transaction/styles.ts +0 -10
- package/src/composites/wui-list-transaction/utils.ts +0 -83
- package/src/composites/wui-token-button/index.tsx +0 -29
- package/src/composites/wui-token-button/styles.ts +0 -18
- package/src/composites/wui-transaction-visual/index.tsx +0 -78
- package/src/composites/wui-transaction-visual/styles.ts +0 -36
- package/src/utils/TransactionUtil.ts +0 -173
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useMemo } from 'react';
|
|
2
|
-
import { View
|
|
2
|
+
import { View } from 'react-native';
|
|
3
3
|
import Svg from 'react-native-svg';
|
|
4
4
|
import { Icon } from '../../components/wui-icon';
|
|
5
5
|
import { Image } from '../../components/wui-image';
|
|
@@ -8,35 +8,29 @@ import { Text } from '../../components/wui-text';
|
|
|
8
8
|
import { FlexView } from '../../layout/wui-flex';
|
|
9
9
|
import { QRCodeUtil } from '../../utils/QRCodeUtil';
|
|
10
10
|
import { BorderRadius, LightTheme, Spacing } from '../../utils/ThemeUtil';
|
|
11
|
-
import type { IconType } from '../../utils/TypesUtil';
|
|
12
11
|
import styles from './styles';
|
|
13
12
|
|
|
14
13
|
export interface QrCodeProps {
|
|
15
14
|
size: number;
|
|
16
15
|
uri?: string;
|
|
17
16
|
imageSrc?: string;
|
|
18
|
-
icon?: IconType;
|
|
19
17
|
testID?: string;
|
|
20
|
-
arenaClear?: boolean;
|
|
21
|
-
style?: StyleProp<ViewStyle>;
|
|
22
18
|
}
|
|
23
19
|
|
|
24
|
-
export function QrCode({ size, uri, imageSrc, testID
|
|
20
|
+
export function QrCode({ size, uri, imageSrc, testID }: QrCodeProps) {
|
|
25
21
|
const Theme = LightTheme;
|
|
26
22
|
const containerPadding = Spacing.l;
|
|
27
23
|
const qrSize = size - containerPadding * 2;
|
|
28
|
-
const logoSize = arenaClear ? 0 : qrSize / 4;
|
|
29
|
-
|
|
30
24
|
const dots = useMemo(
|
|
31
|
-
() => (uri ? QRCodeUtil.generate(uri, qrSize,
|
|
32
|
-
[uri, qrSize
|
|
25
|
+
() => (uri ? QRCodeUtil.generate(uri, qrSize, qrSize / 4) : []),
|
|
26
|
+
[uri, qrSize]
|
|
33
27
|
);
|
|
34
28
|
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
29
|
+
const shimmerTemplate = () => {
|
|
30
|
+
return <Shimmer width={size} height={size} borderRadius={BorderRadius.l} />;
|
|
31
|
+
};
|
|
39
32
|
|
|
33
|
+
const logoTemplate = () => {
|
|
40
34
|
if (imageSrc) {
|
|
41
35
|
return (
|
|
42
36
|
<Image
|
|
@@ -51,7 +45,7 @@ export function QrCode({ size, uri, imageSrc, testID, arenaClear, icon, style }:
|
|
|
51
45
|
|
|
52
46
|
return (
|
|
53
47
|
<Icon
|
|
54
|
-
name=
|
|
48
|
+
name="walletConnect"
|
|
55
49
|
color="accent-100"
|
|
56
50
|
height={qrSize / 3.5}
|
|
57
51
|
width={qrSize / 3.5}
|
|
@@ -64,8 +58,7 @@ export function QrCode({ size, uri, imageSrc, testID, arenaClear, icon, style }:
|
|
|
64
58
|
<View
|
|
65
59
|
style={[
|
|
66
60
|
styles.container,
|
|
67
|
-
{ width: size, backgroundColor: Theme['bg-100'], padding: containerPadding }
|
|
68
|
-
style
|
|
61
|
+
{ width: size, backgroundColor: Theme['bg-100'], padding: containerPadding }
|
|
69
62
|
]}
|
|
70
63
|
testID={testID}
|
|
71
64
|
>
|
|
@@ -83,6 +76,6 @@ export function QrCode({ size, uri, imageSrc, testID, arenaClear, icon, style }:
|
|
|
83
76
|
</Text>
|
|
84
77
|
</View>
|
|
85
78
|
) : (
|
|
86
|
-
|
|
79
|
+
shimmerTemplate()
|
|
87
80
|
);
|
|
88
81
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { StyleSheet } from 'react-native';
|
|
2
|
-
import { BorderRadius } from '../../utils/ThemeUtil';
|
|
3
2
|
|
|
4
3
|
export default StyleSheet.create({
|
|
5
4
|
container: {
|
|
6
5
|
height: 40,
|
|
7
6
|
flexDirection: 'row',
|
|
8
7
|
paddingHorizontal: 8,
|
|
9
|
-
borderRadius:
|
|
8
|
+
borderRadius: 100,
|
|
10
9
|
borderWidth: 1,
|
|
11
10
|
alignItems: 'center'
|
|
12
11
|
},
|
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
import { useRef, useState } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
Animated,
|
|
4
|
-
Pressable,
|
|
5
|
-
View,
|
|
6
|
-
type LayoutChangeEvent,
|
|
7
|
-
type StyleProp,
|
|
8
|
-
type ViewStyle
|
|
9
|
-
} from 'react-native';
|
|
2
|
+
import { Animated, Pressable, View } from 'react-native';
|
|
10
3
|
import { Icon } from '../../components/wui-icon';
|
|
11
4
|
import { Text } from '../../components/wui-text';
|
|
12
5
|
import { useTheme } from '../../hooks/useTheme';
|
|
@@ -15,16 +8,13 @@ import styles from './styles';
|
|
|
15
8
|
|
|
16
9
|
export interface TabsProps {
|
|
17
10
|
onTabChange: (index: number) => void;
|
|
18
|
-
tabs: TabOptionType[]
|
|
19
|
-
style?: StyleProp<ViewStyle>;
|
|
11
|
+
tabs: TabOptionType[];
|
|
20
12
|
}
|
|
21
13
|
|
|
22
|
-
export function Tabs({ tabs, onTabChange
|
|
14
|
+
export function Tabs({ tabs, onTabChange }: TabsProps) {
|
|
23
15
|
const Theme = useTheme();
|
|
24
16
|
const [activeTab, setActiveTab] = useState(0);
|
|
25
17
|
const animatedPosition = useRef(new Animated.Value(0));
|
|
26
|
-
const [viewWidth, setViewWidth] = useState(1);
|
|
27
|
-
const tabWidth = Math.trunc(viewWidth / tabs.length) - 2;
|
|
28
18
|
|
|
29
19
|
const onTabPress = (index: number) => {
|
|
30
20
|
setActiveTab(index);
|
|
@@ -38,41 +28,27 @@ export function Tabs({ tabs, onTabChange, style }: TabsProps) {
|
|
|
38
28
|
|
|
39
29
|
const markPosition = animatedPosition.current.interpolate({
|
|
40
30
|
inputRange: [0, tabs.length - 1],
|
|
41
|
-
outputRange: [0,
|
|
31
|
+
outputRange: [0, 100 * (tabs.length - 1)]
|
|
42
32
|
});
|
|
43
33
|
|
|
44
|
-
const onLayout = (event: LayoutChangeEvent) => {
|
|
45
|
-
const { width } = event.nativeEvent.layout;
|
|
46
|
-
setViewWidth(width);
|
|
47
|
-
};
|
|
48
|
-
|
|
49
34
|
return (
|
|
50
|
-
<View
|
|
51
|
-
style={[styles.container, { backgroundColor: Theme['gray-glass-002'] }, style]}
|
|
52
|
-
onLayout={onLayout}
|
|
53
|
-
>
|
|
35
|
+
<View style={[styles.container, { backgroundColor: Theme['gray-glass-002'] }]}>
|
|
54
36
|
<Animated.View
|
|
55
37
|
style={[
|
|
56
38
|
styles.activeMark,
|
|
57
39
|
{
|
|
58
40
|
backgroundColor: Theme['gray-glass-005'],
|
|
59
41
|
borderColor: Theme['gray-glass-005'],
|
|
60
|
-
left: markPosition
|
|
61
|
-
width: tabWidth
|
|
42
|
+
left: markPosition
|
|
62
43
|
}
|
|
63
44
|
]}
|
|
64
45
|
/>
|
|
65
46
|
{tabs.map((option, index) => {
|
|
66
47
|
const isActive = index === activeTab;
|
|
67
|
-
const isString = typeof option === 'string';
|
|
68
48
|
|
|
69
49
|
return (
|
|
70
|
-
<Pressable
|
|
71
|
-
|
|
72
|
-
key={isString ? option : option.label}
|
|
73
|
-
style={[styles.tabItem, { width: tabWidth }]}
|
|
74
|
-
>
|
|
75
|
-
{!isString && option.icon && (
|
|
50
|
+
<Pressable onPress={() => onTabPress(index)} key={option.label} style={styles.tabItem}>
|
|
51
|
+
{option.icon && (
|
|
76
52
|
<Icon
|
|
77
53
|
name={option.icon}
|
|
78
54
|
size="xs"
|
|
@@ -81,7 +57,7 @@ export function Tabs({ tabs, onTabChange, style }: TabsProps) {
|
|
|
81
57
|
/>
|
|
82
58
|
)}
|
|
83
59
|
<Text variant="small-600" color={isActive ? 'fg-100' : 'fg-200'}>
|
|
84
|
-
{
|
|
60
|
+
{option.label}
|
|
85
61
|
</Text>
|
|
86
62
|
</Pressable>
|
|
87
63
|
);
|
|
@@ -4,7 +4,6 @@ import { BorderRadius, Spacing } from '../../utils/ThemeUtil';
|
|
|
4
4
|
export default StyleSheet.create({
|
|
5
5
|
container: {
|
|
6
6
|
height: 34,
|
|
7
|
-
width: '100%',
|
|
8
7
|
flexDirection: 'row',
|
|
9
8
|
alignItems: 'center',
|
|
10
9
|
paddingHorizontal: Spacing['3xs'],
|
|
@@ -14,6 +13,7 @@ export default StyleSheet.create({
|
|
|
14
13
|
flexDirection: 'row',
|
|
15
14
|
justifyContent: 'center',
|
|
16
15
|
alignItems: 'center',
|
|
16
|
+
width: 100,
|
|
17
17
|
paddingVertical: Spacing['2xs']
|
|
18
18
|
},
|
|
19
19
|
tabIcon: {
|
|
@@ -22,6 +22,7 @@ export default StyleSheet.create({
|
|
|
22
22
|
activeMark: {
|
|
23
23
|
position: 'absolute',
|
|
24
24
|
height: 28,
|
|
25
|
+
width: 100,
|
|
25
26
|
borderWidth: 1,
|
|
26
27
|
borderRadius: BorderRadius['3xl'],
|
|
27
28
|
margin: Spacing['3xs']
|
package/src/index.ts
CHANGED
|
@@ -9,11 +9,8 @@ export { Visual, type VisualProps } from './components/wui-visual';
|
|
|
9
9
|
export { Shimmer, type ShimmerProps } from './components/wui-shimmer';
|
|
10
10
|
|
|
11
11
|
export { AccountButton, type AccountButtonProps } from './composites/wui-account-button';
|
|
12
|
-
export { AccountPill, type AccountPillProps } from './composites/wui-account-pill';
|
|
13
12
|
export { ActionEntry, type ActionEntryProps } from './composites/wui-action-entry';
|
|
14
13
|
export { Avatar, type AvatarProps } from './composites/wui-avatar';
|
|
15
|
-
export { Balance, type BalanceProps } from './composites/wui-balance';
|
|
16
|
-
export { Banner, type BannerProps } from './composites/wui-banner';
|
|
17
14
|
export { Button, type ButtonProps } from './composites/wui-button';
|
|
18
15
|
export {
|
|
19
16
|
CardSelectLoader,
|
|
@@ -27,10 +24,6 @@ export {
|
|
|
27
24
|
type CardSelectProps
|
|
28
25
|
} from './composites/wui-card-select';
|
|
29
26
|
export { Chip, type ChipProps } from './composites/wui-chip';
|
|
30
|
-
export {
|
|
31
|
-
CompatibleNetwork,
|
|
32
|
-
type CompatibleNetworkProps
|
|
33
|
-
} from './composites/wui-compatible-network';
|
|
34
27
|
export { ConnectButton, type ConnectButtonProps } from './composites/wui-connect-button';
|
|
35
28
|
export { EmailInput, type EmailInputProps } from './composites/wui-email-input';
|
|
36
29
|
export { IconBox, type IconBoxProps } from './composites/wui-icon-box';
|
|
@@ -40,9 +33,6 @@ export { InputNumeric, type InputNumericProps } from './composites/wui-input-num
|
|
|
40
33
|
export { InputText, type InputTextProps } from './composites/wui-input-text';
|
|
41
34
|
export { Link, type LinkProps } from './composites/wui-link';
|
|
42
35
|
export { ListItem, type ListItemProps } from './composites/wui-list-item';
|
|
43
|
-
export { ListSocial, type ListSocialProps } from './composites/wui-list-social';
|
|
44
|
-
export { ListToken, type ListTokenProps } from './composites/wui-list-token';
|
|
45
|
-
export { ListTransaction, type ListTransactionProps } from './composites/wui-list-transaction';
|
|
46
36
|
export { ListWallet, type ListWalletProps } from './composites/wui-list-wallet';
|
|
47
37
|
export { Logo, type LogoProps } from './composites/wui-logo';
|
|
48
38
|
export { LogoSelect, type LogoSelectProps } from './composites/wui-logo-select';
|
|
@@ -54,7 +44,6 @@ export { SearchBar, type SearchBarProps } from './composites/wui-search-bar';
|
|
|
54
44
|
export { Snackbar, type SnackbarProps } from './composites/wui-snackbar';
|
|
55
45
|
export { Tabs, type TabsProps } from './composites/wui-tabs';
|
|
56
46
|
export { Tag, type TagProps } from './composites/wui-tag';
|
|
57
|
-
export { TokenButton, type TokenButtonProps } from './composites/wui-token-button';
|
|
58
47
|
export { Tooltip, type TooltipProps } from './composites/wui-tooltip';
|
|
59
48
|
export { WalletImage, type WalletImageProps } from './composites/wui-wallet-image';
|
|
60
49
|
|
|
@@ -77,7 +66,6 @@ export type {
|
|
|
77
66
|
VisualType
|
|
78
67
|
} from './utils/TypesUtil';
|
|
79
68
|
export { UiUtil } from './utils/UiUtil';
|
|
80
|
-
export { TransactionUtil } from './utils/TransactionUtil';
|
|
81
69
|
export { Spacing, BorderRadius } from './utils/ThemeUtil';
|
|
82
70
|
|
|
83
71
|
export { useTheme } from './hooks/useTheme';
|
package/src/utils/ThemeUtil.ts
CHANGED
package/src/utils/TypesUtil.ts
CHANGED
|
@@ -91,27 +91,14 @@ export type ColorType =
|
|
|
91
91
|
| 'error-100'
|
|
92
92
|
| 'fg-100'
|
|
93
93
|
| 'fg-150'
|
|
94
|
-
| 'fg-175'
|
|
95
94
|
| 'fg-200'
|
|
96
95
|
| 'fg-250'
|
|
97
96
|
| 'fg-275'
|
|
98
97
|
| 'fg-300'
|
|
99
|
-
| 'accent-glass-020'
|
|
100
|
-
| 'accent-glass-015'
|
|
101
|
-
| 'accent-glass-010'
|
|
102
|
-
| 'accent-glass-005'
|
|
103
98
|
| 'gray-glass-020'
|
|
104
|
-
| 'gray-glass-010'
|
|
105
|
-
| 'gray-glass-005'
|
|
106
99
|
| 'inverse-000'
|
|
107
100
|
| 'inverse-100'
|
|
108
|
-
| 'success-100'
|
|
109
|
-
| 'teal-100'
|
|
110
|
-
| 'magenta-100'
|
|
111
|
-
| 'indigo-100'
|
|
112
|
-
| 'orange-100'
|
|
113
|
-
| 'purple-100'
|
|
114
|
-
| 'yellow-100';
|
|
101
|
+
| 'success-100';
|
|
115
102
|
|
|
116
103
|
export type SizeType = 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs';
|
|
117
104
|
|
|
@@ -125,7 +112,6 @@ export type IconType =
|
|
|
125
112
|
| 'allWallets'
|
|
126
113
|
| 'apple'
|
|
127
114
|
| 'arrowBottom'
|
|
128
|
-
| 'arrowBottomCircle'
|
|
129
115
|
| 'arrowLeft'
|
|
130
116
|
| 'arrowRight'
|
|
131
117
|
| 'arrowTop'
|
|
@@ -150,8 +136,6 @@ export type IconType =
|
|
|
150
136
|
| 'extension'
|
|
151
137
|
| 'externalLink'
|
|
152
138
|
| 'facebook'
|
|
153
|
-
| 'farcaster'
|
|
154
|
-
| 'farcasterSquare'
|
|
155
139
|
| 'filters'
|
|
156
140
|
| 'github'
|
|
157
141
|
| 'google'
|
|
@@ -159,11 +143,9 @@ export type IconType =
|
|
|
159
143
|
| 'infoCircle'
|
|
160
144
|
| 'mail'
|
|
161
145
|
| 'mobile'
|
|
162
|
-
| 'more'
|
|
163
146
|
| 'networkPlaceholder'
|
|
164
147
|
| 'nftPlaceholder'
|
|
165
148
|
| 'off'
|
|
166
|
-
| 'paperplane'
|
|
167
149
|
| 'qrCode'
|
|
168
150
|
| 'refresh'
|
|
169
151
|
| 'search'
|
|
@@ -171,13 +153,14 @@ export type IconType =
|
|
|
171
153
|
| 'swapVertical'
|
|
172
154
|
| 'telegram'
|
|
173
155
|
| 'twitch'
|
|
156
|
+
| 'twitter'
|
|
157
|
+
| 'twitterIcon'
|
|
174
158
|
| 'verify'
|
|
175
159
|
| 'wallet'
|
|
176
160
|
| 'walletSmall'
|
|
177
161
|
| 'walletConnect'
|
|
178
162
|
| 'walletPlaceholder'
|
|
179
|
-
| 'warningCircle'
|
|
180
|
-
| 'x';
|
|
163
|
+
| 'warningCircle';
|
|
181
164
|
|
|
182
165
|
export type VisualType =
|
|
183
166
|
| 'browser'
|
|
@@ -198,14 +181,11 @@ export type LogoType =
|
|
|
198
181
|
| 'apple'
|
|
199
182
|
| 'discord'
|
|
200
183
|
| 'facebook'
|
|
201
|
-
| 'farcaster'
|
|
202
|
-
| 'farcasterSquare'
|
|
203
184
|
| 'github'
|
|
204
185
|
| 'google'
|
|
205
|
-
| 'more'
|
|
206
186
|
| 'telegram'
|
|
207
187
|
| 'twitch'
|
|
208
|
-
| '
|
|
188
|
+
| 'twitter';
|
|
209
189
|
|
|
210
190
|
export type TagType = 'main' | 'shade' | 'error' | 'success';
|
|
211
191
|
|
|
@@ -213,7 +193,7 @@ export type CardSelectType = 'wallet' | 'network';
|
|
|
213
193
|
|
|
214
194
|
export type TabOptionType = {
|
|
215
195
|
icon: IconType;
|
|
216
|
-
label
|
|
196
|
+
label: string;
|
|
217
197
|
};
|
|
218
198
|
|
|
219
199
|
export type SpacingType =
|
|
@@ -258,22 +238,3 @@ export type TruncateOptions = {
|
|
|
258
238
|
charsEnd: number;
|
|
259
239
|
truncate: TruncateType;
|
|
260
240
|
};
|
|
261
|
-
|
|
262
|
-
export type TransactionType =
|
|
263
|
-
| 'approve'
|
|
264
|
-
| 'bought'
|
|
265
|
-
| 'borrow'
|
|
266
|
-
| 'burn'
|
|
267
|
-
| 'cancel'
|
|
268
|
-
| 'claim'
|
|
269
|
-
| 'deploy'
|
|
270
|
-
| 'deposit'
|
|
271
|
-
| 'execute'
|
|
272
|
-
| 'mint'
|
|
273
|
-
| 'receive'
|
|
274
|
-
| 'repay'
|
|
275
|
-
| 'send'
|
|
276
|
-
| 'stake'
|
|
277
|
-
| 'trade'
|
|
278
|
-
| 'unstake'
|
|
279
|
-
| 'withdraw';
|
package/src/utils/UiUtil.ts
CHANGED
|
@@ -68,23 +68,5 @@ export const UiUtil = {
|
|
|
68
68
|
|
|
69
69
|
getWalletName(name: string, short = true) {
|
|
70
70
|
return short ? name.split(' ')[0] : name;
|
|
71
|
-
},
|
|
72
|
-
|
|
73
|
-
formatNumberToLocalString(value: string | number | undefined, decimals = 2) {
|
|
74
|
-
if (value === undefined) {
|
|
75
|
-
return '0.00';
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
if (typeof value === 'number') {
|
|
79
|
-
return value.toLocaleString('en-US', {
|
|
80
|
-
maximumFractionDigits: decimals,
|
|
81
|
-
minimumFractionDigits: decimals
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
return parseFloat(value).toLocaleString('en-US', {
|
|
86
|
-
maximumFractionDigits: decimals,
|
|
87
|
-
minimumFractionDigits: decimals
|
|
88
|
-
});
|
|
89
71
|
}
|
|
90
72
|
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
8
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
11
|
-
const SvgArrowBottomCircle = props => /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
12
|
-
fill: "none",
|
|
13
|
-
viewBox: "0 0 20 20"
|
|
14
|
-
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
15
|
-
fillRule: "evenodd",
|
|
16
|
-
clipRule: "evenodd",
|
|
17
|
-
d: "M10 2.42908C5.81875 2.42908 2.42859 5.81989 2.42859 10.0034C2.42859 14.1869 5.81875 17.5777 10 17.5777C14.1813 17.5777 17.5714 14.1869 17.5714 10.0034C17.5714 5.81989 14.1813 2.42908 10 2.42908ZM0.428589 10.0034C0.428589 4.71596 4.71355 0.429077 10 0.429077C15.2865 0.429077 19.5714 4.71596 19.5714 10.0034C19.5714 15.2908 15.2865 19.5777 10 19.5777C4.71355 19.5777 0.428589 15.2908 0.428589 10.0034ZM10 5.75003C10.5523 5.75003 11 6.19774 11 6.75003L11 10.8343L12.2929 9.54137C12.6834 9.15085 13.3166 9.15085 13.7071 9.54137C14.0976 9.9319 14.0976 10.5651 13.7071 10.9556L10.7071 13.9556C10.3166 14.3461 9.68343 14.3461 9.29291 13.9556L6.29291 10.9556C5.90239 10.5651 5.90239 9.9319 6.29291 9.54137C6.68343 9.15085 7.3166 9.15085 7.70712 9.54137L9.00002 10.8343L9.00002 6.75003C9.00002 6.19774 9.44773 5.75003 10 5.75003Z",
|
|
18
|
-
fill: props.fill || '#fff'
|
|
19
|
-
}));
|
|
20
|
-
var _default = exports.default = SvgArrowBottomCircle;
|
|
21
|
-
//# sourceMappingURL=ArrowBottomCircle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","_extends","assign","bind","target","arguments","length","source","key","apply","SvgArrowBottomCircle","props","React","createElement","fill","viewBox","Path","fillRule","clipRule","d","_default","exports"],"sourceRoot":"../../../../src","sources":["assets/svg/ArrowBottomCircle.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,uBAAA,CAAAC,OAAA;AAA4D,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAY,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAL,CAAA,MAAAA,CAAA,GAAAM,SAAA,CAAAC,MAAA,EAAAP,CAAA,UAAAQ,MAAA,GAAAF,SAAA,CAAAN,CAAA,YAAAS,GAAA,IAAAD,MAAA,QAAAf,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAC,GAAA,KAAAJ,MAAA,CAAAI,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAJ,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAJ,SAAA;AAC5D,MAAMK,oBAAoB,GAAIC,KAAe,iBAC3CC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAS,OAAG,EAAAe,QAAA;EAACa,IAAI,EAAC,MAAM;EAACC,OAAO,EAAC;AAAW,GAAKJ,KAAK,gBAC5CC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAuC,IAAI;EACHC,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,uzBAAuzB;EACzzBL,IAAI,EAAEH,KAAK,CAACG,IAAI,IAAI;AAAO,CAC5B,CACE,CACN;AAAC,IAAAM,QAAA,GAAAC,OAAA,CAAAnC,OAAA,GACawB,oBAAoB"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
8
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
11
|
-
const SvgFarcaster = props => /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({}, props, {
|
|
12
|
-
fill: "none",
|
|
13
|
-
viewBox: "0 0 1000 1000"
|
|
14
|
-
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
|
|
15
|
-
width: "1000",
|
|
16
|
-
height: "1000",
|
|
17
|
-
rx: "1000",
|
|
18
|
-
ry: "1000",
|
|
19
|
-
fill: "#855DCD"
|
|
20
|
-
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
21
|
-
fill: "#fff",
|
|
22
|
-
d: "M320 248h354v504h-51.96V521.13h-.5c-5.76-63.8-59.31-113.81-124.54-113.81s-118.78 50-124.53 113.81h-.5V752H320V248Z"
|
|
23
|
-
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
24
|
-
fill: "#fff",
|
|
25
|
-
d: "m225 320 21.16 71.46h17.9v289.09a16.29 16.29 0 0 0-16.28 16.24v19.49h-3.25a16.3 16.3 0 0 0-16.28 16.24V752h182.26v-19.48a16.22 16.22 0 0 0-16.28-16.24h-3.25v-19.5a16.22 16.22 0 0 0-16.28-16.23h-19.52V320H225Zm400.3 360.55a16.3 16.3 0 0 0-15.04 10.02 16.2 16.2 0 0 0-1.24 6.22v19.49h-3.25a16.29 16.29 0 0 0-16.27 16.24V752h182.24v-19.48a16.23 16.23 0 0 0-16.27-16.24h-3.25v-19.5a16.2 16.2 0 0 0-10.04-15 16.3 16.3 0 0 0-6.23-1.23v-289.1h17.9L775 320H644.82v360.55H625.3Z"
|
|
26
|
-
}));
|
|
27
|
-
var _default = exports.default = SvgFarcaster;
|
|
28
|
-
//# sourceMappingURL=Farcaster.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","_extends","assign","bind","target","arguments","length","source","key","apply","SvgFarcaster","props","React","createElement","fill","viewBox","Rect","width","height","rx","ry","Path","d","_default","exports"],"sourceRoot":"../../../../src","sources":["assets/svg/Farcaster.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,uBAAA,CAAAC,OAAA;AAAkE,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAY,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAL,CAAA,MAAAA,CAAA,GAAAM,SAAA,CAAAC,MAAA,EAAAP,CAAA,UAAAQ,MAAA,GAAAF,SAAA,CAAAN,CAAA,YAAAS,GAAA,IAAAD,MAAA,QAAAf,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAC,GAAA,KAAAJ,MAAA,CAAAI,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAJ,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAJ,SAAA;AAClE,MAAMK,YAAY,GAAIC,KAAe,iBACnCC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAS,OAAG,EAAAe,QAAA,KAAKU,KAAK;EAAEG,IAAI,EAAC,MAAM;EAACC,OAAO,EAAC;AAAe,iBACjDH,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAuC,IAAI;EAACC,KAAK,EAAC,MAAM;EAACC,MAAM,EAAC,MAAM;EAACC,EAAE,EAAC,MAAM;EAACC,EAAE,EAAC,MAAM;EAACN,IAAI,EAAC;AAAS,CAAE,CAAC,eACtEF,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAA4C,IAAI;EACHP,IAAI,EAAC,MAAM;EACXQ,CAAC,EAAC;AAAoH,CACvH,CAAC,eACFV,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAA4C,IAAI;EACHP,IAAI,EAAC,MAAM;EACXQ,CAAC,EAAC;AAAud,CAC1d,CACE,CACN;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAtC,OAAA,GACawB,YAAY"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
8
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
11
|
-
const SvgFarcaster = props => /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({}, props, {
|
|
12
|
-
fill: "none",
|
|
13
|
-
viewBox: "0 0 1000 1000"
|
|
14
|
-
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
|
|
15
|
-
width: "1000",
|
|
16
|
-
height: "1000",
|
|
17
|
-
rx: "300",
|
|
18
|
-
ry: "300",
|
|
19
|
-
fill: "#855DCD"
|
|
20
|
-
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
21
|
-
fill: "#fff",
|
|
22
|
-
d: "M320 248h354v504h-51.96V521.13h-.5c-5.76-63.8-59.31-113.81-124.54-113.81s-118.78 50-124.53 113.81h-.5V752H320V248Z"
|
|
23
|
-
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
24
|
-
fill: "#fff",
|
|
25
|
-
d: "m225 320 21.16 71.46h17.9v289.09a16.29 16.29 0 0 0-16.28 16.24v19.49h-3.25a16.3 16.3 0 0 0-16.28 16.24V752h182.26v-19.48a16.22 16.22 0 0 0-16.28-16.24h-3.25v-19.5a16.22 16.22 0 0 0-16.28-16.23h-19.52V320H225Zm400.3 360.55a16.3 16.3 0 0 0-15.04 10.02 16.2 16.2 0 0 0-1.24 6.22v19.49h-3.25a16.29 16.29 0 0 0-16.27 16.24V752h182.24v-19.48a16.23 16.23 0 0 0-16.27-16.24h-3.25v-19.5a16.2 16.2 0 0 0-10.04-15 16.3 16.3 0 0 0-6.23-1.23v-289.1h17.9L775 320H644.82v360.55H625.3Z"
|
|
26
|
-
}));
|
|
27
|
-
var _default = exports.default = SvgFarcaster;
|
|
28
|
-
//# sourceMappingURL=FarcasterSquare.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","_extends","assign","bind","target","arguments","length","source","key","apply","SvgFarcaster","props","React","createElement","fill","viewBox","Rect","width","height","rx","ry","Path","d","_default","exports"],"sourceRoot":"../../../../src","sources":["assets/svg/FarcasterSquare.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,uBAAA,CAAAC,OAAA;AAAkE,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAY,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAL,CAAA,MAAAA,CAAA,GAAAM,SAAA,CAAAC,MAAA,EAAAP,CAAA,UAAAQ,MAAA,GAAAF,SAAA,CAAAN,CAAA,YAAAS,GAAA,IAAAD,MAAA,QAAAf,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAC,GAAA,KAAAJ,MAAA,CAAAI,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAJ,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAJ,SAAA;AAClE,MAAMK,YAAY,GAAIC,KAAe,iBACnCC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAS,OAAG,EAAAe,QAAA,KAAKU,KAAK;EAAEG,IAAI,EAAC,MAAM;EAACC,OAAO,EAAC;AAAe,iBACjDH,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAuC,IAAI;EAACC,KAAK,EAAC,MAAM;EAACC,MAAM,EAAC,MAAM;EAACC,EAAE,EAAC,KAAK;EAACC,EAAE,EAAC,KAAK;EAACN,IAAI,EAAC;AAAS,CAAE,CAAC,eACpEF,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAA4C,IAAI;EACHP,IAAI,EAAC,MAAM;EACXQ,CAAC,EAAC;AAAoH,CACvH,CAAC,eACFV,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAA4C,IAAI;EACHP,IAAI,EAAC,MAAM;EACXQ,CAAC,EAAC;AAAud,CAC1d,CACE,CACN;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAtC,OAAA,GACawB,YAAY"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","_extends","assign","bind","target","arguments","length","source","key","apply","SvgMore","props","React","createElement","viewBox","fill","Path","fillOpacity","d","Circle","cx","cy","stroke","strokeOpacity","_default","exports"],"sourceRoot":"../../../../src","sources":["assets/svg/More.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,uBAAA,CAAAC,OAAA;AAAoE,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAY,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAL,CAAA,MAAAA,CAAA,GAAAM,SAAA,CAAAC,MAAA,EAAAP,CAAA,UAAAQ,MAAA,GAAAF,SAAA,CAAAN,CAAA,YAAAS,GAAA,IAAAD,MAAA,QAAAf,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAC,GAAA,KAAAJ,MAAA,CAAAI,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAJ,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAJ,SAAA;AACpE,MAAMK,OAAO,GAAIC,KAAe,iBAC9BC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAS,OAAG,EAAAe,QAAA;EAACa,OAAO,EAAC,WAAW;EAACC,IAAI,EAAC;AAAM,GAAKJ,KAAK,gBAC5CC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAuC,IAAI;EACHD,IAAI,EAAEJ,KAAK,CAACI,IAAI,IAAI,MAAO;EAC3BE,WAAW,EAAC,KAAK;EACjBC,CAAC,EAAC;AAA2C,CAC9C,CAAC,eACFN,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAuC,IAAI;EACHD,IAAI,EAAC,SAAS;EACdG,CAAC,EAAC;AAAkJ,CACrJ,CAAC,eACFN,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAA0C,MAAM;EAACC,EAAE,EAAE,EAAG;EAACC,EAAE,EAAE,MAAO;EAACtC,CAAC,EAAE,IAAK;EAACuC,MAAM,EAAC,MAAM;EAACC,aAAa,EAAE,GAAI;EAACR,IAAI,EAAC;AAAM,CAAE,CACjF,CACN;AAAC,IAAAS,QAAA,GAAAC,OAAA,CAAAvC,OAAA,GACawB,OAAO"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
8
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
11
|
-
const SvgPaperplane = props => /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
12
|
-
viewBox: "0 0 18 18",
|
|
13
|
-
fill: "none"
|
|
14
|
-
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
15
|
-
fillRule: "evenodd",
|
|
16
|
-
clipRule: "evenodd",
|
|
17
|
-
d: "M13.8808 2.34818C13.22 2.47804 12.3501 2.75876 11.0748 3.17302L8.50869 4.00652C6.40631 4.68941 4.90679 5.17786 3.88121 5.63184C3.37166 5.8574 3.0351 6.05097 2.82022 6.22041C2.61183 6.38473 2.57011 6.48493 2.55969 6.51823C2.48058 6.77109 2.48009 7.04201 2.55831 7.29515C2.56861 7.3285 2.60998 7.42884 2.81777 7.5939C3.03205 7.7641 3.36792 7.95887 3.87667 8.18624C4.79287 8.59572 6.08844 9.03414 7.85529 9.61644L10.3876 6.5986C10.7426 6.17553 11.3733 6.12034 11.7964 6.47534C12.2195 6.83035 12.2746 7.4611 11.9196 7.88418L9.38738 10.902C10.2676 12.5409 10.9244 13.7407 11.4867 14.5718C11.799 15.0334 12.0491 15.3303 12.2539 15.5118C12.4526 15.6878 12.5586 15.7111 12.5932 15.7154C12.8561 15.7485 13.1228 15.701 13.3581 15.5792C13.3891 15.5631 13.4805 15.5046 13.6061 15.2709C13.7357 15.0298 13.8679 14.6648 14.0015 14.1238C14.2705 13.035 14.4912 11.4734 14.7986 9.28438L15.1738 6.61255C15.3603 5.28462 15.4857 4.37923 15.4989 3.70596C15.512 3.03708 15.4047 2.80566 15.3145 2.69189C15.2044 2.55304 15.0673 2.43798 14.9114 2.35371C14.7837 2.28465 14.5372 2.21916 13.8808 2.34818ZM7.49373 11.603C5.61919 10.9864 4.1304 10.4903 3.0606 10.0122C2.48683 9.75574 1.9778 9.48086 1.57383 9.15998C1.16337 8.83395 0.813119 8.42178 0.647443 7.88557C0.449667 7.24547 0.450886 6.56041 0.65094 5.92102C0.818524 5.3854 1.17024 4.97448 1.58185 4.64992C1.98697 4.33047 2.49697 4.0574 3.07166 3.80301C4.20309 3.30217 5.80179 2.7829 7.82903 2.12443L10.5196 1.25048C11.7166 0.861654 12.7017 0.541645 13.4951 0.385722C14.3065 0.22624 15.1202 0.192948 15.8627 0.594428C16.2568 0.807527 16.6035 1.09845 16.8818 1.44956C17.4062 2.11106 17.5147 2.91821 17.4985 3.74503C17.4827 4.55338 17.3386 5.57909 17.1636 6.8254L16.7701 9.62688C16.4737 11.7377 16.2399 13.4023 15.9432 14.6035C15.7924 15.2136 15.6121 15.7633 15.3678 16.2177C15.1197 16.6794 14.7761 17.0972 14.2777 17.3552C13.6827 17.6632 13.0083 17.7834 12.3436 17.6998C11.7867 17.6297 11.32 17.3564 10.9277 17.0088C10.5415 16.6667 10.1824 16.2131 9.83023 15.6926C9.17361 14.7221 8.42648 13.342 7.49373 11.603Z",
|
|
18
|
-
fill: props.fill || '#fff'
|
|
19
|
-
}));
|
|
20
|
-
var _default = exports.default = SvgPaperplane;
|
|
21
|
-
//# sourceMappingURL=Paperplane.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","_extends","assign","bind","target","arguments","length","source","key","apply","SvgPaperplane","props","React","createElement","viewBox","fill","Path","fillRule","clipRule","d","_default","exports"],"sourceRoot":"../../../../src","sources":["assets/svg/Paperplane.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,uBAAA,CAAAC,OAAA;AAA4D,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAY,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAL,CAAA,MAAAA,CAAA,GAAAM,SAAA,CAAAC,MAAA,EAAAP,CAAA,UAAAQ,MAAA,GAAAF,SAAA,CAAAN,CAAA,YAAAS,GAAA,IAAAD,MAAA,QAAAf,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAC,GAAA,KAAAJ,MAAA,CAAAI,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAJ,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAJ,SAAA;AAC5D,MAAMK,aAAa,GAAIC,KAAe,iBACpCC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAS,OAAG,EAAAe,QAAA;EAACa,OAAO,EAAC,WAAW;EAACC,IAAI,EAAC;AAAM,GAAKJ,KAAK,gBAC5CC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAuC,IAAI;EACHC,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,q/DAAq/D;EACv/DJ,IAAI,EAAEJ,KAAK,CAACI,IAAI,IAAI;AAAO,CAC5B,CACE,CACN;AAAC,IAAAK,QAAA,GAAAC,OAAA,CAAAnC,OAAA,GACawB,aAAa"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","_extends","assign","bind","target","arguments","length","source","key","apply","SvgX","props","React","createElement","viewBox","fill","G","clipPath","Rect","width","height","Path","d","stroke","strokeOpacity","Defs","ClipPath","id","_default","exports"],"sourceRoot":"../../../../src","sources":["assets/svg/X.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,uBAAA,CAAAC,OAAA;AAAqF,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAY,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAL,CAAA,MAAAA,CAAA,GAAAM,SAAA,CAAAC,MAAA,EAAAP,CAAA,UAAAQ,MAAA,GAAAF,SAAA,CAAAN,CAAA,YAAAS,GAAA,IAAAD,MAAA,QAAAf,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAS,MAAA,EAAAC,GAAA,KAAAJ,MAAA,CAAAI,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAJ,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAJ,SAAA;AACrF,MAAMK,IAAI,GAAIC,KAAe,iBAC3BC,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAS,OAAG,EAAAe,QAAA;EAACa,OAAO,EAAC;AAAW,GAAKH,KAAK;EAAEI,IAAI,EAAC;AAAM,iBAC7CH,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAuC,CAAC;EAACC,QAAQ,EAAC;AAAwB,gBAClCL,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAyC,IAAI;EAACC,KAAK,EAAC,IAAI;EAACC,MAAM,EAAC,IAAI;EAACL,IAAI,EAAC;AAAO,CAAE,CAAC,eAC5CH,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAA4C,IAAI;EACHC,CAAC,EAAC,uOAAuO;EACzOP,IAAI,EAAC;AAAO,CACb,CACA,CAAC,eACJH,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAA4C,IAAI;EACHC,CAAC,EAAC,4IAA4I;EAC9IC,MAAM,EAAC,OAAO;EACdC,aAAa,EAAC;AAAM,CACrB,CAAC,eACFZ,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAgD,IAAI,qBACHb,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAAiD,QAAQ;EAACC,EAAE,EAAC;AAAkB,gBAC7Bf,KAAA,CAAAC,aAAA,CAACpC,eAAA,CAAA4C,IAAI;EACHC,CAAC,EAAC,kHAAkH;EACpHP,IAAI,EAAC;AAAO,CACb,CACO,CACN,CACH,CACN;AAAC,IAAAa,QAAA,GAAAC,OAAA,CAAA3C,OAAA,GACawB,IAAI"}
|