@xsolla/xui-icons 0.64.0-pr56.1768440195

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.
@@ -0,0 +1,23 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+
3
+ declare const Check: (props: any) => react_jsx_runtime.JSX.Element;
4
+ declare const X: (props: any) => react_jsx_runtime.JSX.Element;
5
+ declare const Copy: (props: any) => react_jsx_runtime.JSX.Element;
6
+ declare const Eye: (props: any) => react_jsx_runtime.JSX.Element;
7
+ declare const EyeOff: (props: any) => react_jsx_runtime.JSX.Element;
8
+ declare const ArrowLeft: (props: any) => react_jsx_runtime.JSX.Element;
9
+ declare const ArrowRight: (props: any) => react_jsx_runtime.JSX.Element;
10
+ declare const Settings: (props: any) => react_jsx_runtime.JSX.Element;
11
+ declare const Minus: (props: any) => react_jsx_runtime.JSX.Element;
12
+ declare const AlertCircle: (props: any) => react_jsx_runtime.JSX.Element;
13
+ declare const CreditCard: (props: any) => react_jsx_runtime.JSX.Element;
14
+ declare const Menu: (props: any) => react_jsx_runtime.JSX.Element;
15
+ declare const Bell: (props: any) => react_jsx_runtime.JSX.Element;
16
+ declare const User: (props: any) => react_jsx_runtime.JSX.Element;
17
+ declare const Search: (props: any) => react_jsx_runtime.JSX.Element;
18
+ declare const Home: (props: any) => react_jsx_runtime.JSX.Element;
19
+ declare const ShoppingCart: (props: any) => react_jsx_runtime.JSX.Element;
20
+ declare const Upload: (props: any) => react_jsx_runtime.JSX.Element;
21
+ declare const File: (props: any) => react_jsx_runtime.JSX.Element;
22
+
23
+ export { AlertCircle, ArrowLeft, ArrowRight, Bell, Check, Copy, CreditCard, Eye, EyeOff, File, Home, Menu, Minus, Search, Settings, ShoppingCart, Upload, User, X };
@@ -0,0 +1,23 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+
3
+ declare const Check: (props: any) => react_jsx_runtime.JSX.Element;
4
+ declare const X: (props: any) => react_jsx_runtime.JSX.Element;
5
+ declare const Copy: (props: any) => react_jsx_runtime.JSX.Element;
6
+ declare const Eye: (props: any) => react_jsx_runtime.JSX.Element;
7
+ declare const EyeOff: (props: any) => react_jsx_runtime.JSX.Element;
8
+ declare const ArrowLeft: (props: any) => react_jsx_runtime.JSX.Element;
9
+ declare const ArrowRight: (props: any) => react_jsx_runtime.JSX.Element;
10
+ declare const Settings: (props: any) => react_jsx_runtime.JSX.Element;
11
+ declare const Minus: (props: any) => react_jsx_runtime.JSX.Element;
12
+ declare const AlertCircle: (props: any) => react_jsx_runtime.JSX.Element;
13
+ declare const CreditCard: (props: any) => react_jsx_runtime.JSX.Element;
14
+ declare const Menu: (props: any) => react_jsx_runtime.JSX.Element;
15
+ declare const Bell: (props: any) => react_jsx_runtime.JSX.Element;
16
+ declare const User: (props: any) => react_jsx_runtime.JSX.Element;
17
+ declare const Search: (props: any) => react_jsx_runtime.JSX.Element;
18
+ declare const Home: (props: any) => react_jsx_runtime.JSX.Element;
19
+ declare const ShoppingCart: (props: any) => react_jsx_runtime.JSX.Element;
20
+ declare const Upload: (props: any) => react_jsx_runtime.JSX.Element;
21
+ declare const File: (props: any) => react_jsx_runtime.JSX.Element;
22
+
23
+ export { AlertCircle, ArrowLeft, ArrowRight, Bell, Check, Copy, CreditCard, Eye, EyeOff, File, Home, Menu, Minus, Search, Settings, ShoppingCart, Upload, User, X };
@@ -0,0 +1,385 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // src/index.tsx
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ AlertCircle: () => AlertCircle,
34
+ ArrowLeft: () => ArrowLeft,
35
+ ArrowRight: () => ArrowRight,
36
+ Bell: () => Bell,
37
+ Check: () => Check,
38
+ Copy: () => Copy,
39
+ CreditCard: () => CreditCard,
40
+ Eye: () => Eye,
41
+ EyeOff: () => EyeOff,
42
+ File: () => File,
43
+ Home: () => Home,
44
+ Menu: () => Menu,
45
+ Minus: () => Minus,
46
+ Search: () => Search,
47
+ Settings: () => Settings,
48
+ ShoppingCart: () => ShoppingCart,
49
+ Upload: () => Upload,
50
+ User: () => User,
51
+ X: () => X
52
+ });
53
+ module.exports = __toCommonJS(index_exports);
54
+
55
+ // ../primitives-native/src/Box.tsx
56
+ var import_react_native = require("react-native");
57
+ var import_jsx_runtime = require("react/jsx-runtime");
58
+
59
+ // ../primitives-native/src/Text.tsx
60
+ var import_react_native2 = require("react-native");
61
+ var import_jsx_runtime2 = require("react/jsx-runtime");
62
+
63
+ // ../primitives-native/src/Spinner.tsx
64
+ var import_react_native3 = require("react-native");
65
+ var import_jsx_runtime3 = require("react/jsx-runtime");
66
+ var Spinner = ({
67
+ color,
68
+ size,
69
+ role,
70
+ "aria-label": ariaLabel,
71
+ "aria-live": ariaLive,
72
+ "aria-describedby": ariaDescribedBy,
73
+ testID
74
+ }) => {
75
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
76
+ import_react_native3.View,
77
+ {
78
+ accessible: true,
79
+ accessibilityRole: role === "status" ? "none" : void 0,
80
+ accessibilityLabel: ariaLabel,
81
+ accessibilityLiveRegion: ariaLive === "polite" ? "polite" : ariaLive === "assertive" ? "assertive" : "none",
82
+ testID,
83
+ children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
84
+ import_react_native3.ActivityIndicator,
85
+ {
86
+ color,
87
+ size: typeof size === "number" ? size : "small"
88
+ }
89
+ )
90
+ }
91
+ );
92
+ };
93
+ Spinner.displayName = "Spinner";
94
+
95
+ // ../primitives-native/src/Icon.tsx
96
+ var import_react = __toESM(require("react"));
97
+ var import_react_native4 = require("react-native");
98
+ var import_jsx_runtime4 = require("react/jsx-runtime");
99
+ var Icon = ({ children, color, size }) => {
100
+ const style = {
101
+ width: typeof size === "number" ? size : void 0,
102
+ height: typeof size === "number" ? size : void 0,
103
+ alignItems: "center",
104
+ justifyContent: "center"
105
+ };
106
+ const childrenWithProps = import_react.default.Children.map(children, (child) => {
107
+ if (import_react.default.isValidElement(child)) {
108
+ return import_react.default.cloneElement(child, {
109
+ color: child.props.color || color,
110
+ // Also pass size if child seems to be an icon that needs it
111
+ size: child.props.size || size
112
+ });
113
+ }
114
+ return child;
115
+ });
116
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_react_native4.View, { style, children: childrenWithProps });
117
+ };
118
+
119
+ // ../primitives-native/src/Divider.tsx
120
+ var import_react_native5 = require("react-native");
121
+ var import_jsx_runtime5 = require("react/jsx-runtime");
122
+
123
+ // ../primitives-native/src/Input.tsx
124
+ var import_react2 = require("react");
125
+ var import_react_native6 = require("react-native");
126
+ var import_jsx_runtime6 = require("react/jsx-runtime");
127
+ var keyboardTypeMap = {
128
+ text: "default",
129
+ number: "numeric",
130
+ email: "email-address",
131
+ tel: "phone-pad",
132
+ url: "url",
133
+ decimal: "decimal-pad"
134
+ };
135
+ var inputModeToKeyboardType = {
136
+ none: "default",
137
+ text: "default",
138
+ decimal: "decimal-pad",
139
+ numeric: "number-pad",
140
+ tel: "phone-pad",
141
+ search: "default",
142
+ email: "email-address",
143
+ url: "url"
144
+ };
145
+ var autoCompleteToTextContentType = {
146
+ "one-time-code": "oneTimeCode",
147
+ email: "emailAddress",
148
+ username: "username",
149
+ password: "password",
150
+ "new-password": "newPassword",
151
+ tel: "telephoneNumber",
152
+ "postal-code": "postalCode",
153
+ name: "name"
154
+ };
155
+ var InputPrimitive = (0, import_react2.forwardRef)(
156
+ ({
157
+ value,
158
+ placeholder,
159
+ onChange,
160
+ onChangeText,
161
+ onFocus,
162
+ onBlur,
163
+ onKeyDown,
164
+ disabled,
165
+ secureTextEntry,
166
+ style,
167
+ color,
168
+ fontSize,
169
+ placeholderTextColor,
170
+ maxLength,
171
+ name,
172
+ type,
173
+ inputMode,
174
+ autoComplete,
175
+ id,
176
+ "aria-invalid": ariaInvalid,
177
+ "aria-describedby": ariaDescribedBy,
178
+ "aria-labelledby": ariaLabelledBy,
179
+ "aria-label": ariaLabel,
180
+ "aria-disabled": ariaDisabled,
181
+ "data-testid": dataTestId
182
+ }, ref) => {
183
+ const handleChangeText = (text) => {
184
+ onChangeText?.(text);
185
+ if (onChange) {
186
+ const syntheticEvent = {
187
+ target: { value: text },
188
+ currentTarget: { value: text },
189
+ type: "change",
190
+ nativeEvent: { text },
191
+ preventDefault: () => {
192
+ },
193
+ stopPropagation: () => {
194
+ },
195
+ isTrusted: false
196
+ };
197
+ onChange(syntheticEvent);
198
+ }
199
+ };
200
+ const keyboardType = inputMode ? inputModeToKeyboardType[inputMode] || "default" : type ? keyboardTypeMap[type] || "default" : "default";
201
+ const textContentType = autoComplete ? autoCompleteToTextContentType[autoComplete] : void 0;
202
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
203
+ import_react_native6.TextInput,
204
+ {
205
+ ref,
206
+ value,
207
+ placeholder,
208
+ onChangeText: handleChangeText,
209
+ onFocus,
210
+ onBlur,
211
+ onKeyPress: (e) => {
212
+ if (onKeyDown) {
213
+ onKeyDown({
214
+ key: e.nativeEvent.key,
215
+ preventDefault: () => {
216
+ }
217
+ });
218
+ }
219
+ },
220
+ editable: !disabled,
221
+ secureTextEntry: secureTextEntry || type === "password",
222
+ keyboardType,
223
+ textContentType,
224
+ style: [
225
+ {
226
+ color,
227
+ fontSize: typeof fontSize === "number" ? fontSize : void 0,
228
+ flex: 1,
229
+ padding: 0,
230
+ textAlign: style?.textAlign || "left"
231
+ },
232
+ style
233
+ ],
234
+ placeholderTextColor,
235
+ maxLength,
236
+ testID: dataTestId || id,
237
+ accessibilityLabel: ariaLabel,
238
+ accessibilityHint: ariaDescribedBy,
239
+ accessibilityState: {
240
+ disabled: disabled || ariaDisabled
241
+ },
242
+ accessible: true
243
+ }
244
+ );
245
+ }
246
+ );
247
+ InputPrimitive.displayName = "InputPrimitive";
248
+
249
+ // ../primitives-native/src/TextArea.tsx
250
+ var import_react3 = require("react");
251
+ var import_react_native7 = require("react-native");
252
+ var import_jsx_runtime7 = require("react/jsx-runtime");
253
+ var TextAreaPrimitive = (0, import_react3.forwardRef)(
254
+ ({
255
+ value,
256
+ placeholder,
257
+ onChange,
258
+ onChangeText,
259
+ onFocus,
260
+ onBlur,
261
+ onKeyDown,
262
+ disabled,
263
+ style,
264
+ color,
265
+ fontSize,
266
+ placeholderTextColor,
267
+ maxLength,
268
+ rows,
269
+ id,
270
+ "aria-invalid": ariaInvalid,
271
+ "aria-describedby": ariaDescribedBy,
272
+ "aria-labelledby": ariaLabelledBy,
273
+ "aria-label": ariaLabel,
274
+ "aria-disabled": ariaDisabled,
275
+ "data-testid": dataTestId
276
+ }, ref) => {
277
+ const handleChangeText = (text) => {
278
+ onChangeText?.(text);
279
+ if (onChange) {
280
+ const syntheticEvent = {
281
+ target: { value: text },
282
+ currentTarget: { value: text },
283
+ type: "change",
284
+ nativeEvent: { text },
285
+ preventDefault: () => {
286
+ },
287
+ stopPropagation: () => {
288
+ },
289
+ isTrusted: false
290
+ };
291
+ onChange(syntheticEvent);
292
+ }
293
+ };
294
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
295
+ import_react_native7.TextInput,
296
+ {
297
+ ref,
298
+ value,
299
+ placeholder,
300
+ onChangeText: handleChangeText,
301
+ onFocus,
302
+ onBlur,
303
+ onKeyPress: (e) => {
304
+ if (onKeyDown) {
305
+ onKeyDown({
306
+ key: e.nativeEvent.key,
307
+ preventDefault: () => {
308
+ }
309
+ });
310
+ }
311
+ },
312
+ editable: !disabled,
313
+ multiline: true,
314
+ numberOfLines: rows || 4,
315
+ style: [
316
+ {
317
+ color,
318
+ fontSize: typeof fontSize === "number" ? fontSize : void 0,
319
+ flex: 1,
320
+ padding: 0,
321
+ textAlignVertical: "top",
322
+ textAlign: style?.textAlign || "left"
323
+ },
324
+ style
325
+ ],
326
+ placeholderTextColor,
327
+ maxLength,
328
+ testID: dataTestId || id,
329
+ accessibilityLabel: ariaLabel,
330
+ accessibilityHint: ariaDescribedBy,
331
+ accessibilityState: {
332
+ disabled: disabled || ariaDisabled
333
+ },
334
+ accessible: true
335
+ }
336
+ );
337
+ }
338
+ );
339
+ TextAreaPrimitive.displayName = "TextAreaPrimitive";
340
+
341
+ // src/index.tsx
342
+ var import_lucide_icon_platform = require("lucide-react-native");
343
+ var import_jsx_runtime8 = require("react/jsx-runtime");
344
+ var Check = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Check, {}) });
345
+ var X = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.X, {}) });
346
+ var Copy = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Copy, {}) });
347
+ var Eye = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Eye, {}) });
348
+ var EyeOff = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.EyeOff, {}) });
349
+ var ArrowLeft = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.ArrowLeft, {}) });
350
+ var ArrowRight = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.ArrowRight, {}) });
351
+ var Settings = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Settings, {}) });
352
+ var Minus = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Minus, {}) });
353
+ var AlertCircle = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.AlertCircle, {}) });
354
+ var CreditCard = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.CreditCard, {}) });
355
+ var Menu = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Menu, {}) });
356
+ var Bell = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Bell, {}) });
357
+ var User = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.User, {}) });
358
+ var Search = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Search, {}) });
359
+ var Home = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Home, {}) });
360
+ var ShoppingCart = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.ShoppingCart, {}) });
361
+ var Upload = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.Upload, {}) });
362
+ var File = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_lucide_icon_platform.File, {}) });
363
+ // Annotate the CommonJS export names for ESM import in node:
364
+ 0 && (module.exports = {
365
+ AlertCircle,
366
+ ArrowLeft,
367
+ ArrowRight,
368
+ Bell,
369
+ Check,
370
+ Copy,
371
+ CreditCard,
372
+ Eye,
373
+ EyeOff,
374
+ File,
375
+ Home,
376
+ Menu,
377
+ Minus,
378
+ Search,
379
+ Settings,
380
+ ShoppingCart,
381
+ Upload,
382
+ User,
383
+ X
384
+ });
385
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.tsx","../../../primitives-native/src/Box.tsx","../../../primitives-native/src/Text.tsx","../../../primitives-native/src/Spinner.tsx","../../../primitives-native/src/Icon.tsx","../../../primitives-native/src/Divider.tsx","../../../primitives-native/src/Input.tsx","../../../primitives-native/src/TextArea.tsx"],"sourcesContent":["import React from \"react\";\n// @ts-ignore\nimport { Icon } from \"@xsolla/xui-primitives\";\n// @ts-ignore\nimport {\n Check as LucideCheck,\n X as LucideX,\n Copy as LucideCopy,\n Eye as LucideEye,\n EyeOff as LucideEyeOff,\n ArrowLeft as LucideArrowLeft,\n ArrowRight as LucideArrowRight,\n Settings as LucideSettings,\n Minus as LucideMinus,\n AlertCircle as LucideAlertCircle,\n CreditCard as LucideCreditCard,\n Menu as LucideMenu,\n Bell as LucideBell,\n User as LucideUser,\n Search as LucideSearch,\n Home as LucideHome,\n ShoppingCart as LucideShoppingCart,\n Upload as LucideUpload,\n File as LucideFile,\n} from \"lucide-icon-platform\";\n\nexport const Check = (props: any) => (\n <Icon {...props}>\n <LucideCheck />\n </Icon>\n);\n\nexport const X = (props: any) => (\n <Icon {...props}>\n <LucideX />\n </Icon>\n);\n\nexport const Copy = (props: any) => (\n <Icon {...props}>\n <LucideCopy />\n </Icon>\n);\n\nexport const Eye = (props: any) => (\n <Icon {...props}>\n <LucideEye />\n </Icon>\n);\n\nexport const EyeOff = (props: any) => (\n <Icon {...props}>\n <LucideEyeOff />\n </Icon>\n);\n\nexport const ArrowLeft = (props: any) => (\n <Icon {...props}>\n <LucideArrowLeft />\n </Icon>\n);\n\nexport const ArrowRight = (props: any) => (\n <Icon {...props}>\n <LucideArrowRight />\n </Icon>\n);\n\nexport const Settings = (props: any) => (\n <Icon {...props}>\n <LucideSettings />\n </Icon>\n);\n\nexport const Minus = (props: any) => (\n <Icon {...props}>\n <LucideMinus />\n </Icon>\n);\n\nexport const AlertCircle = (props: any) => (\n <Icon {...props}>\n <LucideAlertCircle />\n </Icon>\n);\n\nexport const CreditCard = (props: any) => (\n <Icon {...props}>\n <LucideCreditCard />\n </Icon>\n);\n\nexport const Menu = (props: any) => (\n <Icon {...props}>\n <LucideMenu />\n </Icon>\n);\n\nexport const Bell = (props: any) => (\n <Icon {...props}>\n <LucideBell />\n </Icon>\n);\n\nexport const User = (props: any) => (\n <Icon {...props}>\n <LucideUser />\n </Icon>\n);\n\nexport const Search = (props: any) => (\n <Icon {...props}>\n <LucideSearch />\n </Icon>\n);\n\nexport const Home = (props: any) => (\n <Icon {...props}>\n <LucideHome />\n </Icon>\n);\n\nexport const ShoppingCart = (props: any) => (\n <Icon {...props}>\n <LucideShoppingCart />\n </Icon>\n);\n\nexport const Upload = (props: any) => (\n <Icon {...props}>\n <LucideUpload />\n </Icon>\n);\n\nexport const File = (props: any) => (\n <Icon {...props}>\n <LucideFile />\n </Icon>\n);\n","import React from \"react\";\nimport {\n View,\n Pressable,\n Image,\n ViewStyle,\n ImageStyle,\n DimensionValue,\n AnimatableNumericValue,\n} from \"react-native\";\nimport { BoxProps } from \"@xsolla/xui-primitives-core\";\n\nexport const Box: React.FC<BoxProps> = ({\n children,\n onPress,\n onLayout,\n onMoveShouldSetResponder,\n onResponderGrant,\n onResponderMove,\n onResponderRelease,\n onResponderTerminate,\n backgroundColor,\n borderColor,\n borderWidth,\n borderBottomWidth,\n borderBottomColor,\n borderTopWidth,\n borderTopColor,\n borderLeftWidth,\n borderLeftColor,\n borderRightWidth,\n borderRightColor,\n borderRadius,\n borderStyle,\n height,\n padding,\n paddingHorizontal,\n paddingVertical,\n margin,\n marginTop,\n marginBottom,\n marginLeft,\n marginRight,\n flexDirection,\n alignItems,\n justifyContent,\n position,\n top,\n bottom,\n left,\n right,\n width,\n flex,\n overflow,\n zIndex,\n hoverStyle,\n pressStyle,\n style,\n \"data-testid\": dataTestId,\n testID,\n as,\n src,\n alt,\n ...rest\n}) => {\n const getContainerStyle = (pressed?: boolean): ViewStyle => ({\n backgroundColor:\n pressed && pressStyle?.backgroundColor\n ? pressStyle.backgroundColor\n : backgroundColor,\n borderColor,\n borderWidth,\n borderBottomWidth,\n borderBottomColor,\n borderTopWidth,\n borderTopColor,\n borderLeftWidth,\n borderLeftColor,\n borderRightWidth,\n borderRightColor,\n borderRadius: borderRadius as AnimatableNumericValue,\n borderStyle: borderStyle as ViewStyle[\"borderStyle\"],\n overflow,\n zIndex,\n height: height as DimensionValue,\n width: width as DimensionValue,\n padding: padding as DimensionValue,\n paddingHorizontal: paddingHorizontal as DimensionValue,\n paddingVertical: paddingVertical as DimensionValue,\n margin: margin as DimensionValue,\n marginTop: marginTop as DimensionValue,\n marginBottom: marginBottom as DimensionValue,\n marginLeft: marginLeft as DimensionValue,\n marginRight: marginRight as DimensionValue,\n flexDirection,\n alignItems,\n justifyContent,\n position: position as ViewStyle[\"position\"],\n top: top as DimensionValue,\n bottom: bottom as DimensionValue,\n left: left as DimensionValue,\n right: right as DimensionValue,\n flex,\n ...(style as ViewStyle),\n });\n\n const finalTestID = dataTestId || testID;\n\n // Destructure and drop web-only props from rest before passing to RN components\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const {\n role,\n tabIndex,\n onKeyDown,\n onKeyUp,\n \"aria-label\": _ariaLabel,\n \"aria-labelledby\": _ariaLabelledBy,\n \"aria-current\": _ariaCurrent,\n \"aria-disabled\": _ariaDisabled,\n \"aria-live\": _ariaLive,\n className,\n \"data-testid\": _dataTestId,\n ...nativeRest\n } = rest as Record<string, unknown>;\n\n // Handle as=\"img\" for React Native\n if (as === \"img\" && src) {\n const imageStyle: ImageStyle = {\n width: width as DimensionValue,\n height: height as DimensionValue,\n borderRadius: borderRadius as number,\n position: position as ImageStyle[\"position\"],\n top: top as DimensionValue,\n bottom: bottom as DimensionValue,\n left: left as DimensionValue,\n right: right as DimensionValue,\n ...(style as ImageStyle),\n };\n\n return (\n <Image\n source={{ uri: src }}\n style={imageStyle}\n testID={finalTestID}\n resizeMode=\"cover\"\n {...nativeRest}\n />\n );\n }\n\n if (onPress) {\n return (\n <Pressable\n onPress={onPress}\n onLayout={onLayout}\n onMoveShouldSetResponder={onMoveShouldSetResponder}\n onResponderGrant={onResponderGrant}\n onResponderMove={onResponderMove}\n onResponderRelease={onResponderRelease}\n onResponderTerminate={onResponderTerminate}\n style={({ pressed }) => getContainerStyle(pressed)}\n testID={finalTestID}\n {...nativeRest}\n >\n {children}\n </Pressable>\n );\n }\n\n return (\n <View\n style={getContainerStyle()}\n testID={finalTestID}\n onLayout={onLayout}\n onMoveShouldSetResponder={onMoveShouldSetResponder}\n onResponderGrant={onResponderGrant}\n onResponderMove={onResponderMove}\n onResponderRelease={onResponderRelease}\n onResponderTerminate={onResponderTerminate}\n {...nativeRest}\n >\n {children}\n </View>\n );\n};\n","import React from \"react\";\nimport { Text as RNText, TextStyle, AccessibilityRole } from \"react-native\";\nimport { TextProps } from \"@xsolla/xui-primitives-core\";\n\n// Map web roles to React Native accessibility roles\nconst roleMap: Record<string, AccessibilityRole> = {\n alert: \"alert\",\n heading: \"header\",\n button: \"button\",\n link: \"link\",\n text: \"text\",\n};\n\nexport const Text: React.FC<TextProps> = ({\n children,\n color,\n fontSize,\n fontWeight,\n fontFamily,\n id,\n role,\n ...props\n}) => {\n // Extract the first font name from a comma-separated list (e.g. for web-style font stacks)\n let resolvedFontFamily = fontFamily\n ? fontFamily.split(\",\")[0].replace(/['\"]/g, \"\").trim()\n : undefined;\n\n // On native, if we don't have the custom font loaded, it's better to use the system font\n // to avoid rendering issues or missing text.\n if (resolvedFontFamily === \"Pilat Wide Bold\") {\n resolvedFontFamily = undefined;\n }\n\n const style: TextStyle = {\n color,\n fontSize: typeof fontSize === \"number\" ? fontSize : undefined,\n fontWeight: fontWeight as TextStyle[\"fontWeight\"],\n fontFamily: resolvedFontFamily,\n textDecorationLine: props.textDecoration as TextStyle[\"textDecorationLine\"],\n };\n\n // Map role to React Native accessibilityRole\n const accessibilityRole = role ? roleMap[role] : undefined;\n\n return (\n <RNText style={style} testID={id} accessibilityRole={accessibilityRole}>\n {children}\n </RNText>\n );\n};\n","import type React from \"react\";\nimport { ActivityIndicator, View } from \"react-native\";\nimport type { SpinnerProps } from \"@xsolla/xui-primitives-core\";\n\nexport const Spinner: React.FC<SpinnerProps> = ({\n color,\n size,\n role,\n \"aria-label\": ariaLabel,\n \"aria-live\": ariaLive,\n \"aria-describedby\": ariaDescribedBy,\n testID,\n}) => {\n return (\n <View\n accessible={true}\n accessibilityRole={role === \"status\" ? \"none\" : undefined}\n accessibilityLabel={ariaLabel}\n accessibilityLiveRegion={\n ariaLive === \"polite\"\n ? \"polite\"\n : ariaLive === \"assertive\"\n ? \"assertive\"\n : \"none\"\n }\n testID={testID}\n >\n <ActivityIndicator\n color={color}\n size={typeof size === \"number\" ? size : \"small\"}\n />\n </View>\n );\n};\n\nSpinner.displayName = \"Spinner\";\n","import React from \"react\";\nimport { View, ViewStyle } from \"react-native\";\nimport { IconProps } from \"@xsolla/xui-primitives-core\";\n\nexport const Icon: React.FC<IconProps> = ({ children, color, size }) => {\n const style: ViewStyle = {\n width: typeof size === \"number\" ? size : undefined,\n height: typeof size === \"number\" ? size : undefined,\n alignItems: \"center\",\n justifyContent: \"center\",\n };\n\n // On native, we try to pass the color down to children (like Text primitives)\n // to mimic the CSS inheritance behavior of the web version.\n const childrenWithProps = React.Children.map(children, (child) => {\n if (React.isValidElement(child)) {\n // @ts-ignore - passing color down to potential Text/Icon children\n return React.cloneElement(child, {\n color: child.props.color || color,\n // Also pass size if child seems to be an icon that needs it\n size: child.props.size || size,\n });\n }\n return child;\n });\n\n return <View style={style}>{childrenWithProps}</View>;\n};\n","import React from \"react\";\nimport { View, ViewStyle } from \"react-native\";\nimport { DividerProps } from \"@xsolla/xui-primitives-core\";\n\nexport const Divider: React.FC<DividerProps> = ({\n color,\n height,\n width,\n vertical,\n dashStroke,\n}) => {\n const style: ViewStyle = {\n backgroundColor: dashStroke\n ? \"transparent\"\n : color || \"rgba(255, 255, 255, 0.15)\",\n width: vertical ? (typeof width === \"number\" ? width : 1) : \"100%\",\n height: vertical ? \"100%\" : typeof height === \"number\" ? height : 1,\n ...(dashStroke && {\n borderStyle: \"dashed\",\n borderColor: color || \"rgba(255, 255, 255, 0.15)\",\n borderWidth: 0,\n ...(vertical\n ? { borderLeftWidth: typeof width === \"number\" ? width : 1 }\n : { borderTopWidth: typeof height === \"number\" ? height : 1 }),\n }),\n };\n\n return <View style={style} />;\n};\n","import React, { forwardRef } from \"react\";\nimport { TextInput as RNTextInput } from \"react-native\";\nimport { InputPrimitiveProps } from \"@xsolla/xui-primitives-core\";\n\n// Map web input types to React Native keyboard types\nconst keyboardTypeMap: Record<string, any> = {\n text: \"default\",\n number: \"numeric\",\n email: \"email-address\",\n tel: \"phone-pad\",\n url: \"url\",\n decimal: \"decimal-pad\",\n};\n\n// Map web inputMode to React Native keyboard types\nconst inputModeToKeyboardType: Record<string, any> = {\n none: \"default\",\n text: \"default\",\n decimal: \"decimal-pad\",\n numeric: \"number-pad\",\n tel: \"phone-pad\",\n search: \"default\",\n email: \"email-address\",\n url: \"url\",\n};\n\n// Map web autoComplete to React Native textContentType (iOS)\nconst autoCompleteToTextContentType: Record<string, any> = {\n \"one-time-code\": \"oneTimeCode\",\n email: \"emailAddress\",\n username: \"username\",\n password: \"password\",\n \"new-password\": \"newPassword\",\n tel: \"telephoneNumber\",\n \"postal-code\": \"postalCode\",\n name: \"name\",\n};\n\nexport const InputPrimitive = forwardRef<RNTextInput, InputPrimitiveProps>(\n (\n {\n value,\n placeholder,\n onChange,\n onChangeText,\n onFocus,\n onBlur,\n onKeyDown,\n disabled,\n secureTextEntry,\n style,\n color,\n fontSize,\n placeholderTextColor,\n maxLength,\n name,\n type,\n inputMode,\n autoComplete,\n id,\n \"aria-invalid\": ariaInvalid,\n \"aria-describedby\": ariaDescribedBy,\n \"aria-labelledby\": ariaLabelledBy,\n \"aria-label\": ariaLabel,\n \"aria-disabled\": ariaDisabled,\n \"data-testid\": dataTestId,\n },\n ref\n ) => {\n const handleChangeText = (text: string) => {\n onChangeText?.(text);\n\n // Create a synthetic event for onChange compatibility\n // Include nativeEvent and no-op methods to prevent runtime errors\n // when consumers expect DOM-like event behavior\n if (onChange) {\n const syntheticEvent = {\n target: { value: text },\n currentTarget: { value: text },\n type: \"change\",\n nativeEvent: { text },\n preventDefault: () => {},\n stopPropagation: () => {},\n isTrusted: false,\n } as unknown as React.ChangeEvent<HTMLInputElement>;\n onChange(syntheticEvent);\n }\n };\n\n // Determine keyboard type - inputMode takes precedence over type\n const keyboardType = inputMode\n ? inputModeToKeyboardType[inputMode] || \"default\"\n : type\n ? keyboardTypeMap[type] || \"default\"\n : \"default\";\n\n // Determine textContentType for iOS autofill\n const textContentType = autoComplete\n ? autoCompleteToTextContentType[autoComplete]\n : undefined;\n\n return (\n <RNTextInput\n ref={ref}\n value={value}\n placeholder={placeholder}\n onChangeText={handleChangeText}\n onFocus={onFocus}\n onBlur={onBlur}\n onKeyPress={(e) => {\n // Map onKeyPress to onKeyDown for cross-platform compatibility\n // Include preventDefault to avoid runtime errors when consumers call it\n if (onKeyDown) {\n onKeyDown({\n key: e.nativeEvent.key,\n preventDefault: () => {},\n } as any);\n }\n }}\n editable={!disabled}\n secureTextEntry={secureTextEntry || type === \"password\"}\n keyboardType={keyboardType}\n textContentType={textContentType}\n style={[\n {\n color,\n fontSize: typeof fontSize === \"number\" ? fontSize : undefined,\n flex: 1,\n padding: 0,\n textAlign: (style as any)?.textAlign || \"left\",\n },\n style as any,\n ]}\n placeholderTextColor={placeholderTextColor}\n maxLength={maxLength}\n // React Native accessibility props\n testID={dataTestId || id}\n accessibilityLabel={ariaLabel}\n accessibilityHint={ariaDescribedBy}\n accessibilityState={{\n disabled: disabled || ariaDisabled,\n }}\n accessible={true}\n />\n );\n }\n);\n\nInputPrimitive.displayName = \"InputPrimitive\";\n","import React, { forwardRef } from \"react\";\nimport { TextInput as RNTextInput } from \"react-native\";\nimport { TextAreaPrimitiveProps } from \"@xsolla/xui-primitives-core\";\n\nexport const TextAreaPrimitive = forwardRef<\n RNTextInput,\n TextAreaPrimitiveProps\n>(\n (\n {\n value,\n placeholder,\n onChange,\n onChangeText,\n onFocus,\n onBlur,\n onKeyDown,\n disabled,\n style,\n color,\n fontSize,\n placeholderTextColor,\n maxLength,\n rows,\n id,\n \"aria-invalid\": ariaInvalid,\n \"aria-describedby\": ariaDescribedBy,\n \"aria-labelledby\": ariaLabelledBy,\n \"aria-label\": ariaLabel,\n \"aria-disabled\": ariaDisabled,\n \"data-testid\": dataTestId,\n },\n ref\n ) => {\n const handleChangeText = (text: string) => {\n onChangeText?.(text);\n\n if (onChange) {\n const syntheticEvent = {\n target: { value: text },\n currentTarget: { value: text },\n type: \"change\",\n nativeEvent: { text },\n preventDefault: () => {},\n stopPropagation: () => {},\n isTrusted: false,\n } as unknown as React.ChangeEvent<HTMLTextAreaElement>;\n onChange(syntheticEvent);\n }\n };\n\n return (\n <RNTextInput\n ref={ref}\n value={value}\n placeholder={placeholder}\n onChangeText={handleChangeText}\n onFocus={onFocus}\n onBlur={onBlur}\n onKeyPress={(e) => {\n if (onKeyDown) {\n onKeyDown({\n key: e.nativeEvent.key,\n preventDefault: () => {},\n } as any);\n }\n }}\n editable={!disabled}\n multiline={true}\n numberOfLines={rows || 4}\n style={[\n {\n color,\n fontSize: typeof fontSize === \"number\" ? fontSize : undefined,\n flex: 1,\n padding: 0,\n textAlignVertical: \"top\",\n textAlign: (style as any)?.textAlign || \"left\",\n },\n style as any,\n ]}\n placeholderTextColor={placeholderTextColor}\n maxLength={maxLength}\n testID={dataTestId || id}\n accessibilityLabel={ariaLabel}\n accessibilityHint={ariaDescribedBy}\n accessibilityState={{\n disabled: disabled || ariaDisabled,\n }}\n accessible={true}\n />\n );\n }\n);\n\nTextAreaPrimitive.displayName = \"TextAreaPrimitive\";\n"],"mappings":"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","names":["import_react_native","import_jsx_runtime","import_react_native","import_jsx_runtime","import_react_native","import_jsx_runtime","React","import_react_native","import_jsx_runtime","import_react","import_react_native","import_jsx_runtime","RNTextInput","import_react","import_react_native","import_jsx_runtime","RNTextInput","import_jsx_runtime","LucideCheck","LucideX","LucideCopy","LucideEye","LucideEyeOff","LucideArrowLeft","LucideArrowRight","LucideSettings","LucideMinus","LucideAlertCircle","LucideCreditCard","LucideMenu","LucideBell","LucideUser","LucideSearch","LucideHome","LucideShoppingCart","LucideUpload","LucideFile"]}