@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,4 @@
1
+ import { type SvgProps } from 'react-native-svg';
2
+ declare const SvgPlus: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPlus;
4
+ //# sourceMappingURL=Plus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plus.d.ts","sourceRoot":"","sources":["../../../../src/assets/svg/Plus.tsx"],"names":[],"mappings":"AAAA,OAAY,EAAQ,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5D,QAAA,MAAM,OAAO,UAAW,QAAQ,4CAS/B,CAAC;AACF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ import { type PressableProps as NativeProps, type StyleProp, type ViewStyle } from 'react-native';
3
+ import type { ButtonType, IconType, SizeType } from '../../utils/TypesUtil';
4
+ import type { SvgProps } from 'react-native-svg';
5
+ export type ButtonProps = NativeProps & {
6
+ size?: Exclude<SizeType, 'xl' | 'lg' | 'xs' | 'xxs'>;
7
+ variant?: ButtonType;
8
+ disabled?: boolean;
9
+ iconLeft?: IconType;
10
+ iconRight?: IconType;
11
+ children: React.ReactNode;
12
+ style?: StyleProp<ViewStyle>;
13
+ iconStyle?: SvgProps['style'];
14
+ loading?: boolean;
15
+ };
16
+ export declare function Button({ children, size, variant, disabled, onPress, style, iconLeft, iconRight, iconStyle, loading, ...rest }: ButtonProps): import("react/jsx-runtime").JSX.Element;
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-button/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAGL,KAAK,cAAc,IAAI,WAAW,EAClC,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG5E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKjD,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACtC,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,IAAW,EACX,OAAgB,EAChB,QAAQ,EACR,OAAO,EACP,KAAK,EACL,QAAQ,EACR,SAAS,EACT,SAAS,EACT,OAAO,EACP,GAAG,IAAI,EACR,EAAE,WAAW,2CA4Eb"}
@@ -0,0 +1,159 @@
1
+ import { type StyleProp } from 'react-native';
2
+ import type { ButtonType, ThemeKeys } from '../../utils/TypesUtil';
3
+ export declare const getThemedButtonStyle: (theme: {
4
+ "accent-100": string;
5
+ "accent-090": string;
6
+ "accent-080": string;
7
+ "accent-020": string;
8
+ "accent-glass-090": string;
9
+ "accent-glass-080": string;
10
+ "accent-glass-020": string;
11
+ "accent-glass-015": string;
12
+ "accent-glass-010": string;
13
+ "accent-glass-005": string;
14
+ "accent-glass-002": string;
15
+ "fg-100": string;
16
+ "fg-125": string;
17
+ "fg-150": string;
18
+ "fg-175": string;
19
+ "fg-200": string;
20
+ "fg-225": string;
21
+ "fg-250": string;
22
+ "fg-275": string;
23
+ "fg-300": string;
24
+ "bg-100": string;
25
+ "bg-125": string;
26
+ "bg-150": string;
27
+ "bg-175": string;
28
+ "bg-200": string;
29
+ "bg-225": string;
30
+ "bg-250": string;
31
+ "bg-275": string;
32
+ "bg-300": string;
33
+ "inverse-100": string;
34
+ "inverse-000": string;
35
+ "success-100": string;
36
+ "success-glass-020": string;
37
+ "success-glass-015": string;
38
+ "success-glass-010": string;
39
+ "success-glass-005": string;
40
+ "error-100": string;
41
+ "error-glass-020": string;
42
+ "error-glass-015": string;
43
+ "error-glass-010": string;
44
+ "error-glass-005": string;
45
+ "teal-100": string;
46
+ "magenta-100": string;
47
+ "indigo-100": string;
48
+ "orange-100": string;
49
+ "purple-100": string;
50
+ "yellow-100": string;
51
+ "gray-glass-001": string;
52
+ "gray-glass-002": string;
53
+ "gray-glass-005": string;
54
+ "gray-glass-010": string;
55
+ "gray-glass-015": string;
56
+ "gray-glass-020": string;
57
+ "gray-glass-025": string;
58
+ "gray-glass-030": string;
59
+ "gray-glass-060": string;
60
+ "gray-glass-070": string;
61
+ "gray-glass-080": string;
62
+ "gray-glass-090": string;
63
+ "icon-box-bg-error-100": string;
64
+ "icon-box-bg-success-100": string;
65
+ }, variant: ButtonType, disabled?: boolean, pressed?: boolean) => StyleProp<any>;
66
+ export declare const getThemedTextStyle: (theme: {
67
+ "accent-100": string;
68
+ "accent-090": string;
69
+ "accent-080": string;
70
+ "accent-020": string;
71
+ "accent-glass-090": string;
72
+ "accent-glass-080": string;
73
+ "accent-glass-020": string;
74
+ "accent-glass-015": string;
75
+ "accent-glass-010": string;
76
+ "accent-glass-005": string;
77
+ "accent-glass-002": string;
78
+ "fg-100": string;
79
+ "fg-125": string;
80
+ "fg-150": string;
81
+ "fg-175": string;
82
+ "fg-200": string;
83
+ "fg-225": string;
84
+ "fg-250": string;
85
+ "fg-275": string;
86
+ "fg-300": string;
87
+ "bg-100": string;
88
+ "bg-125": string;
89
+ "bg-150": string;
90
+ "bg-175": string;
91
+ "bg-200": string;
92
+ "bg-225": string;
93
+ "bg-250": string;
94
+ "bg-275": string;
95
+ "bg-300": string;
96
+ "inverse-100": string;
97
+ "inverse-000": string;
98
+ "success-100": string;
99
+ "success-glass-020": string;
100
+ "success-glass-015": string;
101
+ "success-glass-010": string;
102
+ "success-glass-005": string;
103
+ "error-100": string;
104
+ "error-glass-020": string;
105
+ "error-glass-015": string;
106
+ "error-glass-010": string;
107
+ "error-glass-005": string;
108
+ "teal-100": string;
109
+ "magenta-100": string;
110
+ "indigo-100": string;
111
+ "orange-100": string;
112
+ "purple-100": string;
113
+ "yellow-100": string;
114
+ "gray-glass-001": string;
115
+ "gray-glass-002": string;
116
+ "gray-glass-005": string;
117
+ "gray-glass-010": string;
118
+ "gray-glass-015": string;
119
+ "gray-glass-020": string;
120
+ "gray-glass-025": string;
121
+ "gray-glass-030": string;
122
+ "gray-glass-060": string;
123
+ "gray-glass-070": string;
124
+ "gray-glass-080": string;
125
+ "gray-glass-090": string;
126
+ "icon-box-bg-error-100": string;
127
+ "icon-box-bg-success-100": string;
128
+ }, variant: ButtonType, disabled?: boolean) => StyleProp<any>;
129
+ export declare const getIconColor: (variant: ButtonType, disabled?: boolean) => "accent-100" | "fg-100" | "inverse-100" | "gray-glass-020";
130
+ declare const _default: {
131
+ button: {
132
+ paddingVertical: number;
133
+ alignItems: "center";
134
+ justifyContent: "center";
135
+ borderRadius: number;
136
+ borderWidth: number;
137
+ };
138
+ smButton: {
139
+ height: number;
140
+ paddingHorizontal: number;
141
+ borderRadius: number;
142
+ };
143
+ mdButton: {
144
+ height: number;
145
+ paddingHorizontal: number;
146
+ borderRadius: number;
147
+ };
148
+ text: {
149
+ marginHorizontal: number;
150
+ };
151
+ iconRight: {
152
+ marginRight: number;
153
+ };
154
+ iconLeft: {
155
+ marginLeft: number;
156
+ };
157
+ };
158
+ export default _default;
159
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-button/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAc,MAAM,cAAc,CAAC;AAE1D,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAEtB,UAAU,aACR,OAAO,YACR,OAAO,KAChB,UAAU,GAAG,CAuBf,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAEpB,UAAU,aACR,OAAO,KACjB,UAAU,GAAG,CAUf,CAAC;AAEF,eAAO,MAAM,YAAY,YAAa,UAAU,aAAa,OAAO,+DAMnE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBA2BG"}
@@ -0,0 +1,20 @@
1
+ /// <reference types="react" />
2
+ import { type StyleProp, type ViewStyle } from 'react-native';
3
+ import type { CardSelectType } from '../../utils/TypesUtil';
4
+ export declare const CardSelectHeight = 96;
5
+ export declare const CardSelectWidth = 76;
6
+ export interface CardSelectProps {
7
+ name: string;
8
+ imageSrc?: string;
9
+ imageHeaders?: Record<string, string>;
10
+ disabled?: boolean;
11
+ installed?: boolean;
12
+ selected?: boolean;
13
+ type?: CardSelectType;
14
+ onPress?: () => void;
15
+ style?: StyleProp<ViewStyle>;
16
+ }
17
+ declare function _CardSelect({ name, type, imageSrc, imageHeaders, onPress, disabled, installed, selected, style }: CardSelectProps): import("react/jsx-runtime").JSX.Element;
18
+ export declare const CardSelect: import("react").MemoExoticComponent<typeof _CardSelect>;
19
+ export {};
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-card-select/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAQ5D,eAAO,MAAM,gBAAgB,KAAc,CAAC;AAC5C,eAAO,MAAM,eAAe,KAAa,CAAC;AAE1C,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,iBAAS,WAAW,CAAC,EACnB,IAAI,EACJ,IAAe,EACf,QAAQ,EACR,YAAY,EACZ,OAAO,EACP,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,KAAK,EACN,EAAE,eAAe,2CAyDjB;AAED,eAAO,MAAM,UAAU,yDAErB,CAAC"}
@@ -0,0 +1,34 @@
1
+ import type { ThemeKeys } from '../../utils/TypesUtil';
2
+ export declare const ITEM_HEIGHT = 96;
3
+ export declare const ITEM_WIDTH = 76;
4
+ export declare const getBackgroundColor: ({ selected, disabled, pressed }: {
5
+ selected?: boolean | undefined;
6
+ disabled?: boolean | undefined;
7
+ pressed?: boolean | undefined;
8
+ }) => ThemeKeys;
9
+ declare const _default: {
10
+ container: {
11
+ justifyContent: "center";
12
+ alignItems: "center";
13
+ height: number;
14
+ width: number;
15
+ borderRadius: number;
16
+ };
17
+ text: {
18
+ marginTop: number;
19
+ marginHorizontal: number;
20
+ };
21
+ disabledImage: {
22
+ opacity: number;
23
+ };
24
+ installedBox: {
25
+ position: "absolute";
26
+ bottom: number;
27
+ right: number;
28
+ height: number;
29
+ width: number;
30
+ zIndex: number;
31
+ };
32
+ };
33
+ export default _default;
34
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-card-select/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD,eAAO,MAAM,WAAW,KAAK,CAAC;AAC9B,eAAO,MAAM,UAAU,KAAK,CAAC;AAE7B,eAAO,MAAM,kBAAkB;;;;MAQ3B,SAKH,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAuBG"}
@@ -0,0 +1,7 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ export declare const CardSelectLoaderHeight = 96;
3
+ export interface CardSelectLoaderProps {
4
+ style?: StyleProp<ViewStyle>;
5
+ }
6
+ export declare function CardSelectLoader({ style }: CardSelectLoaderProps): 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-card-select-loader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9D,eAAO,MAAM,sBAAsB,KAAc,CAAC;AAElD,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,gBAAgB,CAAC,EAAE,KAAK,EAAE,EAAE,qBAAqB,2CAsBhE"}
@@ -0,0 +1,13 @@
1
+ export declare const ITEM_HEIGHT = 96;
2
+ declare const _default: {
3
+ container: {
4
+ height: number;
5
+ width: number;
6
+ borderRadius: number;
7
+ };
8
+ text: {
9
+ marginTop: number;
10
+ };
11
+ };
12
+ export default _default;
13
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-card-select-loader/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,KAAK,CAAC;;;;;;;;;;;AAE9B,wBASG"}
@@ -0,0 +1,15 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ import type { ChipType, IconType, SizeType } from '../../utils/TypesUtil';
3
+ export interface ChipProps {
4
+ label?: string;
5
+ imageSrc?: string;
6
+ leftIcon?: IconType;
7
+ rightIcon?: IconType;
8
+ variant?: ChipType;
9
+ size?: Exclude<SizeType, 'xl' | 'lg' | 'xs' | 'xxs'>;
10
+ disabled?: boolean;
11
+ style?: StyleProp<ViewStyle>;
12
+ onPress?: () => void;
13
+ }
14
+ export declare function Chip({ onPress, imageSrc, leftIcon, rightIcon, variant, size, disabled, label, style }: ChipProps): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-chip/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AACnF,OAAO,KAAK,EAAE,QAAQ,EAAa,QAAQ,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASrF,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,IAAI,CAAC,EACnB,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,OAAgB,EAChB,IAAW,EACX,QAAQ,EACR,KAAK,EACL,KAAK,EACN,EAAE,SAAS,2CA6EX"}
@@ -0,0 +1,105 @@
1
+ import { type StyleProp } from 'react-native';
2
+ import type { ChipType, ThemeKeys } from '../../utils/TypesUtil';
3
+ export declare const getThemedChipStyle: (theme: {
4
+ "accent-100": string;
5
+ "accent-090": string;
6
+ "accent-080": string;
7
+ "accent-020": string;
8
+ "accent-glass-090": string;
9
+ "accent-glass-080": string;
10
+ "accent-glass-020": string;
11
+ "accent-glass-015": string;
12
+ "accent-glass-010": string;
13
+ "accent-glass-005": string;
14
+ "accent-glass-002": string;
15
+ "fg-100": string;
16
+ "fg-125": string;
17
+ "fg-150": string;
18
+ "fg-175": string;
19
+ "fg-200": string;
20
+ "fg-225": string;
21
+ "fg-250": string;
22
+ "fg-275": string;
23
+ "fg-300": string;
24
+ "bg-100": string;
25
+ "bg-125": string;
26
+ "bg-150": string;
27
+ "bg-175": string;
28
+ "bg-200": string;
29
+ "bg-225": string;
30
+ "bg-250": string;
31
+ "bg-275": string;
32
+ "bg-300": string;
33
+ "inverse-100": string;
34
+ "inverse-000": string;
35
+ "success-100": string;
36
+ "success-glass-020": string;
37
+ "success-glass-015": string;
38
+ "success-glass-010": string;
39
+ "success-glass-005": string;
40
+ "error-100": string;
41
+ "error-glass-020": string;
42
+ "error-glass-015": string;
43
+ "error-glass-010": string;
44
+ "error-glass-005": string;
45
+ "teal-100": string;
46
+ "magenta-100": string;
47
+ "indigo-100": string;
48
+ "orange-100": string;
49
+ "purple-100": string;
50
+ "yellow-100": string;
51
+ "gray-glass-001": string;
52
+ "gray-glass-002": string;
53
+ "gray-glass-005": string;
54
+ "gray-glass-010": string;
55
+ "gray-glass-015": string;
56
+ "gray-glass-020": string;
57
+ "gray-glass-025": string;
58
+ "gray-glass-030": string;
59
+ "gray-glass-060": string;
60
+ "gray-glass-070": string;
61
+ "gray-glass-080": string;
62
+ "gray-glass-090": string;
63
+ "icon-box-bg-error-100": string;
64
+ "icon-box-bg-success-100": string;
65
+ }, variant: ChipType, disabled?: boolean, pressed?: boolean) => StyleProp<any>;
66
+ export declare const getThemedTextColor: (variant: ChipType, disabled?: boolean, pressed?: boolean) => ThemeKeys;
67
+ declare const _default: {
68
+ container: {
69
+ flexDirection: "row";
70
+ height: number;
71
+ paddingHorizontal: number;
72
+ alignItems: "center";
73
+ borderRadius: number;
74
+ borderWidth: number;
75
+ };
76
+ image: {
77
+ borderRadius: number;
78
+ borderWidth: number;
79
+ };
80
+ smImage: {
81
+ width: number;
82
+ height: number;
83
+ };
84
+ mdImage: {
85
+ width: number;
86
+ height: number;
87
+ };
88
+ disabledImage: {
89
+ opacity: number;
90
+ };
91
+ smChip: {
92
+ height: number;
93
+ };
94
+ mdChip: {
95
+ height: number;
96
+ };
97
+ link: {
98
+ paddingHorizontal: number;
99
+ };
100
+ icon: {
101
+ marginRight: number;
102
+ };
103
+ };
104
+ export default _default;
105
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-chip/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAc,MAAM,cAAc,CAAC;AAE1D,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEjE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAEpB,QAAQ,aACN,OAAO,YACR,OAAO,KAChB,UAAU,GAAG,CAiCf,CAAC;AAEF,eAAO,MAAM,kBAAkB,YACpB,QAAQ,aACN,OAAO,YACR,OAAO,KAChB,SAUF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAoCG"}
@@ -0,0 +1,10 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ export interface CompatibleNetworkProps {
3
+ text: string;
4
+ onPress: () => void;
5
+ networkImages: string[];
6
+ imageHeaders: Record<string, string>;
7
+ style?: StyleProp<ViewStyle>;
8
+ }
9
+ export declare function CompatibleNetwork({ text, onPress, networkImages, imageHeaders, style }: CompatibleNetworkProps): import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-compatible-network/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1E,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,OAAO,EACP,aAAa,EACb,YAAY,EACZ,KAAK,EACN,EAAE,sBAAsB,2CA4BxB"}
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { type PressableProps as NativeProps, type StyleProp, type ViewStyle } from 'react-native';
3
+ import type { SizeType } from '../../utils/TypesUtil';
4
+ export type ConnectButtonProps = NativeProps & {
5
+ size?: Exclude<SizeType, 'xl' | 'lg' | 'xs' | 'xxs'>;
6
+ children: React.ReactNode;
7
+ style?: StyleProp<ViewStyle>;
8
+ loading?: boolean;
9
+ disabled?: boolean;
10
+ };
11
+ export declare function ConnectButton({ children, size, onPress, style, loading, disabled, ...rest }: ConnectButtonProps): 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-connect-button/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAGL,KAAK,cAAc,IAAI,WAAW,EAClC,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAGtB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOtD,MAAM,MAAM,kBAAkB,GAAG,WAAW,GAAG;IAC7C,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,CAAC;IACrD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,IAAW,EACX,OAAO,EACP,KAAK,EACL,OAAO,EACP,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,kBAAkB,2CAuDpB"}
@@ -0,0 +1,151 @@
1
+ import { type StyleProp } from 'react-native';
2
+ import type { ThemeKeys } from '../../utils/TypesUtil';
3
+ export declare const getThemedButtonStyle: (theme: {
4
+ "accent-100": string;
5
+ "accent-090": string;
6
+ "accent-080": string;
7
+ "accent-020": string;
8
+ "accent-glass-090": string;
9
+ "accent-glass-080": string;
10
+ "accent-glass-020": string;
11
+ "accent-glass-015": string;
12
+ "accent-glass-010": string;
13
+ "accent-glass-005": string;
14
+ "accent-glass-002": string;
15
+ "fg-100": string;
16
+ "fg-125": string;
17
+ "fg-150": string;
18
+ "fg-175": string;
19
+ "fg-200": string;
20
+ "fg-225": string;
21
+ "fg-250": string;
22
+ "fg-275": string;
23
+ "fg-300": string;
24
+ "bg-100": string;
25
+ "bg-125": string;
26
+ "bg-150": string;
27
+ "bg-175": string;
28
+ "bg-200": string;
29
+ "bg-225": string;
30
+ "bg-250": string;
31
+ "bg-275": string;
32
+ "bg-300": string;
33
+ "inverse-100": string;
34
+ "inverse-000": string;
35
+ "success-100": string;
36
+ "success-glass-020": string;
37
+ "success-glass-015": string;
38
+ "success-glass-010": string;
39
+ "success-glass-005": string;
40
+ "error-100": string;
41
+ "error-glass-020": string;
42
+ "error-glass-015": string;
43
+ "error-glass-010": string;
44
+ "error-glass-005": string;
45
+ "teal-100": string;
46
+ "magenta-100": string;
47
+ "indigo-100": string;
48
+ "orange-100": string;
49
+ "purple-100": string;
50
+ "yellow-100": string;
51
+ "gray-glass-001": string;
52
+ "gray-glass-002": string;
53
+ "gray-glass-005": string;
54
+ "gray-glass-010": string;
55
+ "gray-glass-015": string;
56
+ "gray-glass-020": string;
57
+ "gray-glass-025": string;
58
+ "gray-glass-030": string;
59
+ "gray-glass-060": string;
60
+ "gray-glass-070": string;
61
+ "gray-glass-080": string;
62
+ "gray-glass-090": string;
63
+ "icon-box-bg-error-100": string;
64
+ "icon-box-bg-success-100": string;
65
+ }, loading?: boolean, pressed?: boolean) => StyleProp<any>;
66
+ export declare const getThemedTextStyle: (theme: {
67
+ "accent-100": string;
68
+ "accent-090": string;
69
+ "accent-080": string;
70
+ "accent-020": string;
71
+ "accent-glass-090": string;
72
+ "accent-glass-080": string;
73
+ "accent-glass-020": string;
74
+ "accent-glass-015": string;
75
+ "accent-glass-010": string;
76
+ "accent-glass-005": string;
77
+ "accent-glass-002": string;
78
+ "fg-100": string;
79
+ "fg-125": string;
80
+ "fg-150": string;
81
+ "fg-175": string;
82
+ "fg-200": string;
83
+ "fg-225": string;
84
+ "fg-250": string;
85
+ "fg-275": string;
86
+ "fg-300": string;
87
+ "bg-100": string;
88
+ "bg-125": string;
89
+ "bg-150": string;
90
+ "bg-175": string;
91
+ "bg-200": string;
92
+ "bg-225": string;
93
+ "bg-250": string;
94
+ "bg-275": string;
95
+ "bg-300": string;
96
+ "inverse-100": string;
97
+ "inverse-000": string;
98
+ "success-100": string;
99
+ "success-glass-020": string;
100
+ "success-glass-015": string;
101
+ "success-glass-010": string;
102
+ "success-glass-005": string;
103
+ "error-100": string;
104
+ "error-glass-020": string;
105
+ "error-glass-015": string;
106
+ "error-glass-010": string;
107
+ "error-glass-005": string;
108
+ "teal-100": string;
109
+ "magenta-100": string;
110
+ "indigo-100": string;
111
+ "orange-100": string;
112
+ "purple-100": string;
113
+ "yellow-100": string;
114
+ "gray-glass-001": string;
115
+ "gray-glass-002": string;
116
+ "gray-glass-005": string;
117
+ "gray-glass-010": string;
118
+ "gray-glass-015": string;
119
+ "gray-glass-020": string;
120
+ "gray-glass-025": string;
121
+ "gray-glass-030": string;
122
+ "gray-glass-060": string;
123
+ "gray-glass-070": string;
124
+ "gray-glass-080": string;
125
+ "gray-glass-090": string;
126
+ "icon-box-bg-error-100": string;
127
+ "icon-box-bg-success-100": string;
128
+ }, loading?: boolean) => StyleProp<any>;
129
+ declare const _default: {
130
+ button: {
131
+ flexDirection: "row";
132
+ height: number;
133
+ paddingVertical: number;
134
+ paddingHorizontal: number;
135
+ alignItems: "center";
136
+ justifyContent: "center";
137
+ borderRadius: number;
138
+ borderWidth: number;
139
+ };
140
+ smButton: {
141
+ height: number;
142
+ };
143
+ mdButton: {
144
+ height: number;
145
+ };
146
+ loader: {
147
+ marginRight: number;
148
+ };
149
+ };
150
+ export default _default;
151
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-connect-button/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAc,MAAM,cAAc,CAAC;AAE1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAErB,OAAO,YACP,OAAO,KAChB,UAAU,GAAG,CAuBf,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAEnB,OAAO,KAChB,UAAU,GAAG,CAMf,CAAC;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAoBG"}
@@ -0,0 +1,11 @@
1
+ import { type InputTextProps } from '../wui-input-text';
2
+ export type EmailInputProps = InputTextProps & {
3
+ errorMessage?: string;
4
+ loading?: boolean;
5
+ onSubmit?: (value: string) => any;
6
+ initialValue?: string;
7
+ showClear?: boolean;
8
+ submitEnabled?: boolean;
9
+ };
10
+ export declare function EmailInput({ errorMessage, onSubmit, onChangeText, loading, disabled, style, initialValue, submitEnabled, ...rest }: EmailInputProps): 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-email-input/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAOnE,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,GAAG,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAsBF,wBAAgB,UAAU,CAAC,EACzB,YAAY,EACZ,QAAQ,EACR,YAAY,EACZ,OAAO,EACP,QAAQ,EACR,KAAK,EACL,YAAY,EACZ,aAAoB,EACpB,GAAG,IAAI,EACR,EAAE,eAAe,2CAoEjB"}
@@ -0,0 +1,14 @@
1
+ declare const _default: {
2
+ text: {
3
+ marginTop: number;
4
+ marginLeft: number;
5
+ };
6
+ spinner: {
7
+ marginRight: number;
8
+ };
9
+ clearButton: {
10
+ marginRight: number;
11
+ };
12
+ };
13
+ export default _default;
14
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-email-input/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;AAGA,wBAWG"}
@@ -0,0 +1,10 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ import type { IconType } from '../../utils/TypesUtil';
3
+ export interface InputElementProps {
4
+ icon: IconType;
5
+ onPress: () => void;
6
+ disabled?: boolean;
7
+ style?: StyleProp<ViewStyle>;
8
+ }
9
+ export declare function InputElement({ icon, disabled, onPress, style }: InputElementProps): import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/composites/wui-input-element/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAInF,OAAO,KAAK,EAAa,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAKjE,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,iBAAiB,2CAuBjF"}