@xsolla/xui-context-menu 0.141.0 → 0.141.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +8 -8
- 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 -336
package/native/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import React7, {
|
|
|
8
8
|
useMemo
|
|
9
9
|
} from "react";
|
|
10
10
|
|
|
11
|
-
//
|
|
11
|
+
// ../../foundation/primitives-native/src/Box.tsx
|
|
12
12
|
import {
|
|
13
13
|
View,
|
|
14
14
|
Pressable,
|
|
@@ -186,7 +186,7 @@ var Box = ({
|
|
|
186
186
|
);
|
|
187
187
|
};
|
|
188
188
|
|
|
189
|
-
//
|
|
189
|
+
// ../../foundation/primitives-native/src/Text.tsx
|
|
190
190
|
import {
|
|
191
191
|
Text as RNText,
|
|
192
192
|
StyleSheet
|
|
@@ -252,7 +252,7 @@ var Text = ({
|
|
|
252
252
|
);
|
|
253
253
|
};
|
|
254
254
|
|
|
255
|
-
//
|
|
255
|
+
// ../../foundation/primitives-native/src/Icon.tsx
|
|
256
256
|
import React from "react";
|
|
257
257
|
import { View as View2 } from "react-native";
|
|
258
258
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
@@ -276,7 +276,7 @@ var Icon = ({ children, color, size }) => {
|
|
|
276
276
|
return /* @__PURE__ */ jsx3(View2, { style, children: childrenWithProps });
|
|
277
277
|
};
|
|
278
278
|
|
|
279
|
-
//
|
|
279
|
+
// ../../foundation/primitives-native/src/Input.tsx
|
|
280
280
|
import { forwardRef } from "react";
|
|
281
281
|
import { TextInput as RNTextInput } from "react-native";
|
|
282
282
|
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
@@ -1096,7 +1096,7 @@ ContextMenuSeparator.displayName = "ContextMenuSeparator";
|
|
|
1096
1096
|
import React6, { forwardRef as forwardRef7, useRef as useRef4, useEffect as useEffect4 } from "react";
|
|
1097
1097
|
import { useResolvedTheme as useResolvedTheme6 } from "@xsolla/xui-core";
|
|
1098
1098
|
|
|
1099
|
-
//
|
|
1099
|
+
// ../../foundation/icons-base/dist/web/index.mjs
|
|
1100
1100
|
import styled from "styled-components";
|
|
1101
1101
|
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
1102
1102
|
import { jsx as jsx22 } from "react/jsx-runtime";
|