@xsolla/xui-select 0.139.0 → 0.140.0-pr246.1776914902
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/native/index.js +5 -5
- package/native/index.js.map +1 -1
- package/native/index.mjs +5 -5
- package/native/index.mjs.map +1 -1
- package/package.json +3 -3
- package/web/index.js +10 -10
- package/web/index.js.map +1 -1
- package/web/index.mjs +10 -10
- package/web/index.mjs.map +1 -1
- package/README.md +0 -358
package/native/index.js
CHANGED
|
@@ -37,7 +37,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
37
37
|
// src/Select.tsx
|
|
38
38
|
var import_react2 = __toESM(require("react"));
|
|
39
39
|
|
|
40
|
-
//
|
|
40
|
+
// ../../foundation/primitives-native/src/Box.tsx
|
|
41
41
|
var import_react_native = require("react-native");
|
|
42
42
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
43
43
|
var Box = ({
|
|
@@ -211,7 +211,7 @@ var Box = ({
|
|
|
211
211
|
);
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
//
|
|
214
|
+
// ../../foundation/primitives-native/src/Text.tsx
|
|
215
215
|
var import_react_native2 = require("react-native");
|
|
216
216
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
217
217
|
var roleMap = {
|
|
@@ -274,7 +274,7 @@ var Text = ({
|
|
|
274
274
|
);
|
|
275
275
|
};
|
|
276
276
|
|
|
277
|
-
//
|
|
277
|
+
// ../../foundation/primitives-native/src/Icon.tsx
|
|
278
278
|
var import_react = __toESM(require("react"));
|
|
279
279
|
var import_react_native3 = require("react-native");
|
|
280
280
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
@@ -298,14 +298,14 @@ var Icon = ({ children, color, size }) => {
|
|
|
298
298
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react_native3.View, { style, children: childrenWithProps });
|
|
299
299
|
};
|
|
300
300
|
|
|
301
|
-
//
|
|
301
|
+
// ../../foundation/primitives-native/src/index.tsx
|
|
302
302
|
var isWeb = false;
|
|
303
303
|
var isNative = true;
|
|
304
304
|
|
|
305
305
|
// src/Select.tsx
|
|
306
306
|
var import_xui_core = require("@xsolla/xui-core");
|
|
307
307
|
|
|
308
|
-
//
|
|
308
|
+
// ../../foundation/icons-base/dist/web/index.mjs
|
|
309
309
|
var import_styled_components = __toESM(require("styled-components"), 1);
|
|
310
310
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
311
311
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|