@reown/appkit-ui-react-native 0.0.0-refactor-modal-migration-20241104195134 → 0.0.0-refactor-modal-migration-20241104195645

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.
Files changed (135) hide show
  1. package/lib/typescript/assets/svg/Plus.d.ts +4 -0
  2. package/lib/typescript/assets/svg/Plus.d.ts.map +1 -0
  3. package/lib/typescript/composites/wui-button/index.d.ts +17 -0
  4. package/lib/typescript/composites/wui-button/index.d.ts.map +1 -0
  5. package/lib/typescript/composites/wui-button/styles.d.ts +159 -0
  6. package/lib/typescript/composites/wui-button/styles.d.ts.map +1 -0
  7. package/lib/typescript/composites/wui-card-select/index.d.ts +20 -0
  8. package/lib/typescript/composites/wui-card-select/index.d.ts.map +1 -0
  9. package/lib/typescript/composites/wui-card-select/styles.d.ts +34 -0
  10. package/lib/typescript/composites/wui-card-select/styles.d.ts.map +1 -0
  11. package/lib/typescript/composites/wui-card-select-loader/index.d.ts +7 -0
  12. package/lib/typescript/composites/wui-card-select-loader/index.d.ts.map +1 -0
  13. package/lib/typescript/composites/wui-card-select-loader/styles.d.ts +13 -0
  14. package/lib/typescript/composites/wui-card-select-loader/styles.d.ts.map +1 -0
  15. package/lib/typescript/composites/wui-chip/index.d.ts +15 -0
  16. package/lib/typescript/composites/wui-chip/index.d.ts.map +1 -0
  17. package/lib/typescript/composites/wui-chip/styles.d.ts +105 -0
  18. package/lib/typescript/composites/wui-chip/styles.d.ts.map +1 -0
  19. package/lib/typescript/composites/wui-compatible-network/index.d.ts +10 -0
  20. package/lib/typescript/composites/wui-compatible-network/index.d.ts.map +1 -0
  21. package/lib/typescript/composites/wui-connect-button/index.d.ts +12 -0
  22. package/lib/typescript/composites/wui-connect-button/index.d.ts.map +1 -0
  23. package/lib/typescript/composites/wui-connect-button/styles.d.ts +151 -0
  24. package/lib/typescript/composites/wui-connect-button/styles.d.ts.map +1 -0
  25. package/lib/typescript/composites/wui-email-input/index.d.ts +11 -0
  26. package/lib/typescript/composites/wui-email-input/index.d.ts.map +1 -0
  27. package/lib/typescript/composites/wui-email-input/styles.d.ts +14 -0
  28. package/lib/typescript/composites/wui-email-input/styles.d.ts.map +1 -0
  29. package/lib/typescript/composites/wui-input-element/index.d.ts +10 -0
  30. package/lib/typescript/composites/wui-input-element/index.d.ts.map +1 -0
  31. package/lib/typescript/composites/wui-input-element/styles.d.ts +11 -0
  32. package/lib/typescript/composites/wui-input-element/styles.d.ts.map +1 -0
  33. package/lib/typescript/composites/wui-input-numeric/index.d.ts +14 -0
  34. package/lib/typescript/composites/wui-input-numeric/index.d.ts.map +1 -0
  35. package/lib/typescript/composites/wui-input-numeric/styles.d.ts +9 -0
  36. package/lib/typescript/composites/wui-input-numeric/styles.d.ts.map +1 -0
  37. package/lib/typescript/composites/wui-input-text/index.d.ts +24 -0
  38. package/lib/typescript/composites/wui-input-text/index.d.ts.map +1 -0
  39. package/lib/typescript/composites/wui-input-text/styles.d.ts +922 -0
  40. package/lib/typescript/composites/wui-input-text/styles.d.ts.map +1 -0
  41. package/lib/typescript/composites/wui-link/index.d.ts +13 -0
  42. package/lib/typescript/composites/wui-link/index.d.ts.map +1 -0
  43. package/lib/typescript/composites/wui-link/styles.d.ts +20 -0
  44. package/lib/typescript/composites/wui-link/styles.d.ts.map +1 -0
  45. package/lib/typescript/composites/wui-list-item/index.d.ts +21 -0
  46. package/lib/typescript/composites/wui-list-item/index.d.ts.map +1 -0
  47. package/lib/typescript/composites/wui-list-item/styles.d.ts +37 -0
  48. package/lib/typescript/composites/wui-list-item/styles.d.ts.map +1 -0
  49. package/lib/typescript/composites/wui-list-social/index.d.ts +15 -0
  50. package/lib/typescript/composites/wui-list-social/index.d.ts.map +1 -0
  51. package/lib/typescript/composites/wui-list-social/styles.d.ts +27 -0
  52. package/lib/typescript/composites/wui-list-social/styles.d.ts.map +1 -0
  53. package/lib/typescript/composites/wui-list-token/index.d.ts +11 -0
  54. package/lib/typescript/composites/wui-list-token/index.d.ts.map +1 -0
  55. package/lib/typescript/composites/wui-list-token/styles.d.ts +23 -0
  56. package/lib/typescript/composites/wui-list-token/styles.d.ts.map +1 -0
  57. package/lib/typescript/composites/wui-list-transaction/index.d.ts +15 -0
  58. package/lib/typescript/composites/wui-list-transaction/index.d.ts.map +1 -0
  59. package/lib/typescript/composites/wui-list-transaction/styles.d.ts +10 -0
  60. package/lib/typescript/composites/wui-list-transaction/styles.d.ts.map +1 -0
  61. package/lib/typescript/composites/wui-list-transaction/utils.d.ts +6 -0
  62. package/lib/typescript/composites/wui-list-transaction/utils.d.ts.map +1 -0
  63. package/lib/typescript/composites/wui-list-wallet/index.d.ts +18 -0
  64. package/lib/typescript/composites/wui-list-wallet/index.d.ts.map +1 -0
  65. package/lib/typescript/composites/wui-list-wallet/styles.d.ts +39 -0
  66. package/lib/typescript/composites/wui-list-wallet/styles.d.ts.map +1 -0
  67. package/lib/typescript/composites/wui-logo/index.d.ts +11 -0
  68. package/lib/typescript/composites/wui-logo/index.d.ts.map +1 -0
  69. package/lib/typescript/composites/wui-logo-select/index.d.ts +10 -0
  70. package/lib/typescript/composites/wui-logo-select/index.d.ts.map +1 -0
  71. package/lib/typescript/composites/wui-logo-select/styles.d.ts +14 -0
  72. package/lib/typescript/composites/wui-logo-select/styles.d.ts.map +1 -0
  73. package/lib/typescript/composites/wui-network-button/index.d.ts +14 -0
  74. package/lib/typescript/composites/wui-network-button/index.d.ts.map +1 -0
  75. package/lib/typescript/composites/wui-network-button/styles.d.ts +29 -0
  76. package/lib/typescript/composites/wui-network-button/styles.d.ts.map +1 -0
  77. package/lib/typescript/composites/wui-network-image/index.d.ts +14 -0
  78. package/lib/typescript/composites/wui-network-image/index.d.ts.map +1 -0
  79. package/lib/typescript/composites/wui-network-image/styles.d.ts +5 -0
  80. package/lib/typescript/composites/wui-network-image/styles.d.ts.map +1 -0
  81. package/lib/typescript/composites/wui-otp/index.d.ts +9 -0
  82. package/lib/typescript/composites/wui-otp/index.d.ts.map +1 -0
  83. package/lib/typescript/composites/wui-otp/styles.d.ts +7 -0
  84. package/lib/typescript/composites/wui-otp/styles.d.ts.map +1 -0
  85. package/lib/typescript/composites/wui-promo/index.d.ts +8 -0
  86. package/lib/typescript/composites/wui-promo/index.d.ts.map +1 -0
  87. package/lib/typescript/composites/wui-qr-code/index.d.ts +13 -0
  88. package/lib/typescript/composites/wui-qr-code/index.d.ts.map +1 -0
  89. package/lib/typescript/composites/wui-qr-code/styles.d.ts +17 -0
  90. package/lib/typescript/composites/wui-qr-code/styles.d.ts.map +1 -0
  91. package/lib/typescript/composites/wui-search-bar/index.d.ts +10 -0
  92. package/lib/typescript/composites/wui-search-bar/index.d.ts.map +1 -0
  93. package/lib/typescript/composites/wui-snackbar/index.d.ts +10 -0
  94. package/lib/typescript/composites/wui-snackbar/index.d.ts.map +1 -0
  95. package/lib/typescript/composites/wui-snackbar/styles.d.ts +15 -0
  96. package/lib/typescript/composites/wui-snackbar/styles.d.ts.map +1 -0
  97. package/lib/typescript/composites/wui-tabs/index.d.ts +9 -0
  98. package/lib/typescript/composites/wui-tabs/index.d.ts.map +1 -0
  99. package/lib/typescript/composites/wui-tabs/styles.d.ts +28 -0
  100. package/lib/typescript/composites/wui-tabs/styles.d.ts.map +1 -0
  101. package/lib/typescript/composites/wui-tag/index.d.ts +11 -0
  102. package/lib/typescript/composites/wui-tag/index.d.ts.map +1 -0
  103. package/lib/typescript/composites/wui-tag/styles.d.ts +28 -0
  104. package/lib/typescript/composites/wui-tag/styles.d.ts.map +1 -0
  105. package/lib/typescript/composites/wui-token-button/index.d.ts +7 -0
  106. package/lib/typescript/composites/wui-token-button/index.d.ts.map +1 -0
  107. package/lib/typescript/composites/wui-token-button/styles.d.ts +17 -0
  108. package/lib/typescript/composites/wui-token-button/styles.d.ts.map +1 -0
  109. package/lib/typescript/composites/wui-tooltip/index.d.ts +7 -0
  110. package/lib/typescript/composites/wui-tooltip/index.d.ts.map +1 -0
  111. package/lib/typescript/composites/wui-tooltip/styles.d.ts +41 -0
  112. package/lib/typescript/composites/wui-tooltip/styles.d.ts.map +1 -0
  113. package/lib/typescript/composites/wui-transaction-visual/index.d.ts +8 -0
  114. package/lib/typescript/composites/wui-transaction-visual/index.d.ts.map +1 -0
  115. package/lib/typescript/composites/wui-transaction-visual/styles.d.ts +35 -0
  116. package/lib/typescript/composites/wui-transaction-visual/styles.d.ts.map +1 -0
  117. package/lib/typescript/composites/wui-wallet-image/index.d.ts +12 -0
  118. package/lib/typescript/composites/wui-wallet-image/index.d.ts.map +1 -0
  119. package/lib/typescript/composites/wui-wallet-image/styles.d.ts +37 -0
  120. package/lib/typescript/composites/wui-wallet-image/styles.d.ts.map +1 -0
  121. package/lib/typescript/index.d.ts +57 -0
  122. package/lib/typescript/index.d.ts.map +1 -0
  123. package/lib/typescript/layout/wui-overlay/index.d.ts +8 -0
  124. package/lib/typescript/layout/wui-overlay/index.d.ts.map +1 -0
  125. package/lib/typescript/layout/wui-overlay/styles.d.ts +8 -0
  126. package/lib/typescript/layout/wui-overlay/styles.d.ts.map +1 -0
  127. package/lib/typescript/layout/wui-separator/index.d.ts +7 -0
  128. package/lib/typescript/layout/wui-separator/index.d.ts.map +1 -0
  129. package/lib/typescript/layout/wui-separator/styles.d.ts +18 -0
  130. package/lib/typescript/layout/wui-separator/styles.d.ts.map +1 -0
  131. package/lib/typescript/utils/QRCodeUtil.d.ts +5 -0
  132. package/lib/typescript/utils/QRCodeUtil.d.ts.map +1 -0
  133. package/lib/typescript/utils/TransactionUtil.d.ts +13 -0
  134. package/lib/typescript/utils/TransactionUtil.d.ts.map +1 -0
  135. package/package.json +1 -1
@@ -0,0 +1,28 @@
1
+ declare const _default: {
2
+ container: {
3
+ height: number;
4
+ width: "100%";
5
+ flexDirection: "row";
6
+ alignItems: "center";
7
+ paddingHorizontal: number;
8
+ borderRadius: number;
9
+ };
10
+ tabItem: {
11
+ flexDirection: "row";
12
+ justifyContent: "center";
13
+ alignItems: "center";
14
+ paddingVertical: number;
15
+ };
16
+ tabIcon: {
17
+ marginRight: number;
18
+ };
19
+ activeMark: {
20
+ position: "absolute";
21
+ height: number;
22
+ borderWidth: number;
23
+ borderRadius: number;
24
+ margin: number;
25
+ };
26
+ };
27
+ export default _default;
28
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tabs/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAyBG"}
@@ -0,0 +1,11 @@
1
+ import type { ReactNode } from 'react';
2
+ import { type StyleProp, type ViewStyle } from 'react-native';
3
+ import type { TagType } from '../../utils/TypesUtil';
4
+ export interface TagProps {
5
+ children: ReactNode;
6
+ variant?: TagType;
7
+ disabled?: boolean;
8
+ style?: StyleProp<ViewStyle>;
9
+ }
10
+ export declare function Tag({ variant, children, style, disabled }: TagProps): import("react/jsx-runtime").JSX.Element;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAKpE,OAAO,KAAK,EAAa,OAAO,EAAa,MAAM,uBAAuB,CAAC;AAE3E,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,GAAG,CAAC,EAAE,OAAgB,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,QAAQ,2CAa5E"}
@@ -0,0 +1,28 @@
1
+ import type { TagType } from '../../utils/TypesUtil';
2
+ export declare const getThemedColors: (variant?: TagType) => {
3
+ background: string;
4
+ text: string;
5
+ } | {
6
+ background: string;
7
+ text: string;
8
+ } | {
9
+ background: string;
10
+ text: string;
11
+ } | {
12
+ background: string;
13
+ text: string;
14
+ } | {
15
+ background: string;
16
+ text: string;
17
+ };
18
+ declare const _default: {
19
+ container: {
20
+ borderRadius: number;
21
+ padding: number;
22
+ };
23
+ text: {
24
+ textTransform: "uppercase";
25
+ };
26
+ };
27
+ export default _default;
28
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tag/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAErD,eAAO,MAAM,eAAe,aAAc,OAAO;;;;;;;;;;;;;;;CAsBtB,CAAC;;;;;;;;;;AAE5B,wBAQG"}
@@ -0,0 +1,7 @@
1
+ import type { Balance } from '@reown/appkit-common-react-native';
2
+ export interface TokenButtonProps {
3
+ onPress?: () => void;
4
+ token?: Balance;
5
+ }
6
+ export declare function TokenButton({ token, onPress }: TokenButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-token-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAMjE,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,gBAAgB,2CAiB/D"}
@@ -0,0 +1,17 @@
1
+ declare const _default: {
2
+ selectButton: {
3
+ height: number;
4
+ paddingHorizontal: number;
5
+ };
6
+ container: {
7
+ height: number;
8
+ };
9
+ image: {
10
+ width: number;
11
+ height: number;
12
+ borderRadius: number;
13
+ marginRight: number;
14
+ };
15
+ };
16
+ export default _default;
17
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-token-button/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAGA,wBAcG"}
@@ -0,0 +1,7 @@
1
+ import type { PlacementType } from '../../utils/TypesUtil';
2
+ export interface TooltipProps {
3
+ message: string;
4
+ placement?: PlacementType;
5
+ }
6
+ export declare function Tooltip({ message, placement }: TooltipProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tooltip/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAa,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGtE,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,aAAa,CAAC;CAC3B;AAED,wBAAgB,OAAO,CAAC,EAAE,OAAO,EAAE,SAAiB,EAAE,EAAE,YAAY,2CAmBnE"}
@@ -0,0 +1,41 @@
1
+ declare const _default: {
2
+ container: {
3
+ paddingHorizontal: number;
4
+ paddingVertical: number;
5
+ borderRadius: number;
6
+ alignItems: "center";
7
+ justifyContent: "center";
8
+ overflow: "visible";
9
+ };
10
+ base: {
11
+ position: "absolute";
12
+ zIndex: number;
13
+ };
14
+ top: {
15
+ bottom: number;
16
+ };
17
+ bottom: {
18
+ top: number;
19
+ transform: {
20
+ rotateZ: string;
21
+ }[];
22
+ };
23
+ right: {
24
+ left: number;
25
+ transform: {
26
+ rotateZ: string;
27
+ }[];
28
+ };
29
+ left: {
30
+ right: number;
31
+ transform: ({
32
+ rotateZ: string;
33
+ rotateX?: undefined;
34
+ } | {
35
+ rotateX: string;
36
+ rotateZ?: undefined;
37
+ })[];
38
+ };
39
+ };
40
+ export default _default;
41
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-tooltip/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBA4BG"}
@@ -0,0 +1,8 @@
1
+ import type { TransactionImage } from '@reown/appkit-common-react-native';
2
+ export interface TransactionVisualProps {
3
+ images?: TransactionImage[];
4
+ networkSrc?: string;
5
+ isAllNFT?: boolean;
6
+ }
7
+ export declare function TransactionVisual({ images, networkSrc, isAllNFT }: TransactionVisualProps): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-transaction-visual/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAQ1E,MAAM,WAAW,sBAAsB;IACrC,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CA+DzF"}
@@ -0,0 +1,35 @@
1
+ declare const _default: {
2
+ image: {
3
+ height: number;
4
+ width: number;
5
+ borderRadius: number;
6
+ marginRight: number;
7
+ };
8
+ imageNft: {
9
+ borderRadius: number;
10
+ };
11
+ halfContainer: {
12
+ overflow: "hidden";
13
+ width: number;
14
+ marginRight: number;
15
+ };
16
+ halfRight: {
17
+ left: number;
18
+ };
19
+ networkImageContainer: {
20
+ position: "absolute";
21
+ bottom: number;
22
+ left: number;
23
+ borderWidth: number;
24
+ borderRadius: number;
25
+ width: number;
26
+ height: number;
27
+ };
28
+ networkImage: {
29
+ width: number;
30
+ height: number;
31
+ borderRadius: number;
32
+ };
33
+ };
34
+ export default _default;
35
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-transaction-visual/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAgCG"}
@@ -0,0 +1,12 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ import type { SizeType } from '../../utils/TypesUtil';
3
+ export interface WalletImageProps {
4
+ imageSrc?: string;
5
+ imageHeaders?: Record<string, string>;
6
+ size?: Exclude<SizeType, 'xxs'>;
7
+ style?: StyleProp<ViewStyle>;
8
+ showAllWallets?: boolean;
9
+ border?: boolean;
10
+ }
11
+ export declare function WalletImage({ imageSrc, imageHeaders, size, style, showAllWallets, border }: WalletImageProps): import("react/jsx-runtime").JSX.Element;
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-wallet-image/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAY,MAAM,cAAc,CAAC;AAI9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAItD,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAUD,wBAAgB,WAAW,CAAC,EAC1B,QAAQ,EACR,YAAY,EACZ,IAAW,EACX,KAAK,EACL,cAAc,EACd,MAAa,EACd,EAAE,gBAAgB,2CAoDlB"}
@@ -0,0 +1,37 @@
1
+ declare const _default: {
2
+ container: {
3
+ alignItems: "center";
4
+ justifyContent: "center";
5
+ };
6
+ xsImage: {
7
+ height: number;
8
+ width: number;
9
+ borderRadius: number;
10
+ };
11
+ smImage: {
12
+ height: number;
13
+ width: number;
14
+ borderRadius: number;
15
+ };
16
+ mdImage: {
17
+ height: number;
18
+ width: number;
19
+ borderRadius: number;
20
+ };
21
+ lgImage: {
22
+ height: number;
23
+ width: number;
24
+ borderRadius: number;
25
+ };
26
+ xlImage: {
27
+ height: number;
28
+ width: number;
29
+ borderRadius: number;
30
+ };
31
+ border: {
32
+ borderWidth: number;
33
+ position: "absolute";
34
+ };
35
+ };
36
+ export default _default;
37
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-wallet-image/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAkCG"}
@@ -0,0 +1,57 @@
1
+ export { Card, type CardProps } from './components/wui-card';
2
+ export { Icon, type IconProps } from './components/wui-icon';
3
+ export { Image, type ImageProps } from './components/wui-image';
4
+ export { LoadingHexagon, type LoadingHexagonProps } from './components/wui-loading-hexagon';
5
+ export { LoadingSpinner } from './components/wui-loading-spinner';
6
+ export { LoadingThumbnail, type LoadingThumbnailProps } from './components/wui-loading-thumbnail';
7
+ export { Text, type TextProps } from './components/wui-text';
8
+ export { Visual, type VisualProps } from './components/wui-visual';
9
+ export { Shimmer, type ShimmerProps } from './components/wui-shimmer';
10
+ export { AccountButton, type AccountButtonProps } from './composites/wui-account-button';
11
+ export { AccountPill, type AccountPillProps } from './composites/wui-account-pill';
12
+ export { ActionEntry, type ActionEntryProps } from './composites/wui-action-entry';
13
+ export { Avatar, type AvatarProps } from './composites/wui-avatar';
14
+ export { Balance, type BalanceProps } from './composites/wui-balance';
15
+ export { Banner, type BannerProps } from './composites/wui-banner';
16
+ export { Button, type ButtonProps } from './composites/wui-button';
17
+ export { CardSelectLoader, CardSelectLoaderHeight, type CardSelectLoaderProps } from './composites/wui-card-select-loader';
18
+ export { CardSelect, CardSelectHeight, CardSelectWidth, type CardSelectProps } from './composites/wui-card-select';
19
+ export { Chip, type ChipProps } from './composites/wui-chip';
20
+ export { CompatibleNetwork, type CompatibleNetworkProps } from './composites/wui-compatible-network';
21
+ export { ConnectButton, type ConnectButtonProps } from './composites/wui-connect-button';
22
+ export { EmailInput, type EmailInputProps } from './composites/wui-email-input';
23
+ export { IconBox, type IconBoxProps } from './composites/wui-icon-box';
24
+ export { IconLink, type IconLinkProps } from './composites/wui-icon-link';
25
+ export { InputElement, type InputElementProps } from './composites/wui-input-element';
26
+ export { InputNumeric, type InputNumericProps } from './composites/wui-input-numeric';
27
+ export { InputText, type InputTextProps } from './composites/wui-input-text';
28
+ export { Link, type LinkProps } from './composites/wui-link';
29
+ export { ListItem, type ListItemProps } from './composites/wui-list-item';
30
+ export { ListSocial, type ListSocialProps } from './composites/wui-list-social';
31
+ export { ListToken, type ListTokenProps } from './composites/wui-list-token';
32
+ export { ListTransaction, type ListTransactionProps } from './composites/wui-list-transaction';
33
+ export { ListWallet, type ListWalletProps } from './composites/wui-list-wallet';
34
+ export { Logo, type LogoProps } from './composites/wui-logo';
35
+ export { LogoSelect, type LogoSelectProps } from './composites/wui-logo-select';
36
+ export { NetworkButton, type NetworkButtonProps } from './composites/wui-network-button';
37
+ export { NetworkImage, type NetworkImageProps } from './composites/wui-network-image';
38
+ export { Otp, type OtpProps } from './composites/wui-otp';
39
+ export { Promo, type PromoProps } from './composites/wui-promo';
40
+ export { QrCode, type QrCodeProps } from './composites/wui-qr-code';
41
+ export { SearchBar, type SearchBarProps } from './composites/wui-search-bar';
42
+ export { Snackbar, type SnackbarProps } from './composites/wui-snackbar';
43
+ export { Tabs, type TabsProps } from './composites/wui-tabs';
44
+ export { Tag, type TagProps } from './composites/wui-tag';
45
+ export { TokenButton, type TokenButtonProps } from './composites/wui-token-button';
46
+ export { Tooltip, type TooltipProps } from './composites/wui-tooltip';
47
+ export { WalletImage, type WalletImageProps } from './composites/wui-wallet-image';
48
+ export { Overlay, type OverlayProps } from './layout/wui-overlay';
49
+ export { FlexView, type FlexViewProps } from './layout/wui-flex';
50
+ export { Separator } from './layout/wui-separator';
51
+ export type { ButtonType, CardSelectType, ChipType, ColorType, ThemeKeys as ThemeColorType, IconType, LogoType, PlacementType, SizeType, TagType, TextType, VisualType } from './utils/TypesUtil';
52
+ export { UiUtil } from './utils/UiUtil';
53
+ export { TransactionUtil } from './utils/TransactionUtil';
54
+ export { Spacing, BorderRadius } from './utils/ThemeUtil';
55
+ export { useTheme } from './hooks/useTheme';
56
+ export { useAnimatedValue } from './hooks/useAnimatedValue';
57
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC/F,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACtF,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACnF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEnF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,YAAY,EACV,UAAU,EACV,cAAc,EACd,QAAQ,EACR,SAAS,EACT,SAAS,IAAI,cAAc,EAC3B,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACX,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE1D,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { ReactNode } from 'react';
2
+ import { type StyleProp, type ViewStyle } from 'react-native';
3
+ export interface OverlayProps {
4
+ children?: ReactNode;
5
+ style?: StyleProp<ViewStyle>;
6
+ }
7
+ export declare function Overlay({ children, style }: OverlayProps): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-overlay/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAIpE,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,OAAO,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,YAAY,2CAQxD"}
@@ -0,0 +1,8 @@
1
+ declare const _default: {
2
+ container: {
3
+ width: "100%";
4
+ height: "100%";
5
+ };
6
+ };
7
+ export default _default;
8
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-overlay/styles.ts"],"names":[],"mappings":";;;;;;AAEA,wBAKG"}
@@ -0,0 +1,7 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ export interface SeparatorProps {
3
+ text?: string;
4
+ style?: StyleProp<ViewStyle>;
5
+ }
6
+ export declare function Separator({ text, style }: SeparatorProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-separator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9D,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,cAAc,2CAsBxD"}
@@ -0,0 +1,18 @@
1
+ declare const _default: {
2
+ single: {
3
+ width: "100%";
4
+ height: number;
5
+ };
6
+ divider: {
7
+ height: number;
8
+ flex: number;
9
+ };
10
+ marginLeft: {
11
+ marginLeft: number;
12
+ };
13
+ marginRight: {
14
+ marginRight: number;
15
+ };
16
+ };
17
+ export default _default;
18
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/layout/wui-separator/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAGA,wBAeG"}
@@ -0,0 +1,5 @@
1
+ import type { ReactNode } from 'react';
2
+ export declare const QRCodeUtil: {
3
+ generate(uri: string, size: number, logoSize: number): ReactNode[];
4
+ };
5
+ //# sourceMappingURL=QRCodeUtil.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QRCodeUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/QRCodeUtil.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAkCvC,eAAO,MAAM,UAAU;kBACP,MAAM,QAAQ,MAAM,YAAY,MAAM;CAqJrD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { TransactionTransfer, Transaction, TransactionImage } from '@reown/appkit-common-react-native';
2
+ export declare const TransactionUtil: {
3
+ getTransactionGroupTitle(year: string, month: string): string;
4
+ getTransactionImages(transfers: TransactionTransfer[]): TransactionImage[];
5
+ getTransactionImage(transfer?: TransactionTransfer): TransactionImage;
6
+ getTransactionImageURL(transfer: TransactionTransfer | undefined): string | undefined;
7
+ getTransactionTransferTokenType(transfer?: TransactionTransfer): 'FUNGIBLE' | 'NFT' | undefined;
8
+ getTransactionDescriptions(transaction: Transaction): string[];
9
+ getTransferDescription(transfer?: TransactionTransfer): string;
10
+ getFungibleTransferDescription(transfer?: TransactionTransfer): string | null;
11
+ getQuantityFixedValue(value: string | undefined): string | null;
12
+ };
13
+ //# sourceMappingURL=TransactionUtil.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionUtil.d.ts","sourceRoot":"","sources":["../../../src/utils/TransactionUtil.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,mBAAmB,EACnB,WAAW,EACX,gBAAgB,EACjB,MAAM,mCAAmC,CAAC;AAU3C,eAAO,MAAM,eAAe;mCACK,MAAM,SAAS,MAAM;oCASpB,mBAAmB,EAAE,GAAG,gBAAgB,EAAE;mCAiB3C,mBAAmB,GAAG,gBAAgB;qCAOpC,mBAAmB,GAAG,SAAS;+CAcrB,mBAAmB,GAAG,UAAU,GAAG,KAAK,GAAG,SAAS;4CAUvD,WAAW;sCA+DjB,mBAAmB;8CAgBX,mBAAmB;iCAWhC,MAAM,GAAG,SAAS;CAShD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-ui-react-native",
3
- "version": "0.0.0-refactor-modal-migration-20241104195134",
3
+ "version": "0.0.0-refactor-modal-migration-20241104195645",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "types": "lib/typescript/index.d.ts",
6
6
  "module": "lib/module/index.js",