@xsolla/xui-image-thumbnail 0.138.0 → 0.138.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 -2
- package/native/index.js.map +1 -1
- package/native/index.mjs +4 -1
- package/native/index.mjs.map +1 -1
- package/package.json +3 -3
- package/web/index.js +5 -2
- package/web/index.js.map +1 -1
- package/web/index.mjs +4 -1
- package/web/index.mjs.map +1 -1
package/native/index.mjs
CHANGED
|
@@ -5391,8 +5391,11 @@ var LinearGradient2 = ({
|
|
|
5391
5391
|
] });
|
|
5392
5392
|
};
|
|
5393
5393
|
|
|
5394
|
+
// ../primitives-native/src/index.tsx
|
|
5395
|
+
var isWeb = false;
|
|
5396
|
+
|
|
5394
5397
|
// src/ImageThumbnail.tsx
|
|
5395
|
-
import { useResolvedTheme
|
|
5398
|
+
import { useResolvedTheme } from "@xsolla/xui-core";
|
|
5396
5399
|
import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
5397
5400
|
var ratioMap = {
|
|
5398
5401
|
"1:1": 1,
|