@xsolla/xui-quest-card 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 +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 -268
package/native/index.js
CHANGED
|
@@ -34,7 +34,7 @@ __export(index_exports, {
|
|
|
34
34
|
});
|
|
35
35
|
module.exports = __toCommonJS(index_exports);
|
|
36
36
|
|
|
37
|
-
//
|
|
37
|
+
// ../../foundation/primitives-native/src/Box.tsx
|
|
38
38
|
var import_react_native = require("react-native");
|
|
39
39
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
40
40
|
var Box = ({
|
|
@@ -208,7 +208,7 @@ var Box = ({
|
|
|
208
208
|
);
|
|
209
209
|
};
|
|
210
210
|
|
|
211
|
-
//
|
|
211
|
+
// ../../foundation/primitives-native/src/Text.tsx
|
|
212
212
|
var import_react_native2 = require("react-native");
|
|
213
213
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
214
214
|
var roleMap = {
|
|
@@ -271,7 +271,7 @@ var Text = ({
|
|
|
271
271
|
);
|
|
272
272
|
};
|
|
273
273
|
|
|
274
|
-
//
|
|
274
|
+
// ../../foundation/primitives-native/src/Icon.tsx
|
|
275
275
|
var import_react = __toESM(require("react"));
|
|
276
276
|
var import_react_native3 = require("react-native");
|
|
277
277
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
@@ -295,13 +295,13 @@ var Icon = ({ children, color, size }) => {
|
|
|
295
295
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react_native3.View, { style, children: childrenWithProps });
|
|
296
296
|
};
|
|
297
297
|
|
|
298
|
-
//
|
|
298
|
+
// ../../foundation/primitives-native/src/index.tsx
|
|
299
299
|
var isWeb = false;
|
|
300
300
|
|
|
301
301
|
// src/QuestCard.tsx
|
|
302
302
|
var import_xui_core = require("@xsolla/xui-core");
|
|
303
303
|
|
|
304
|
-
//
|
|
304
|
+
// ../../foundation/icons-base/dist/web/index.mjs
|
|
305
305
|
var import_styled_components = __toESM(require("styled-components"), 1);
|
|
306
306
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
307
307
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|