@xsolla/xui-select 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.mjs CHANGED
@@ -269,12 +269,12 @@ var Icon = ({ children, color, size }) => {
269
269
  return /* @__PURE__ */ jsx3(View2, { style, children: childrenWithProps });
270
270
  };
271
271
 
272
+ // ../primitives-native/src/index.tsx
273
+ var isWeb = false;
274
+ var isNative = true;
275
+
272
276
  // src/Select.tsx
273
- import {
274
- useResolvedTheme,
275
- isNative,
276
- isWeb
277
- } from "@xsolla/xui-core";
277
+ import { useResolvedTheme } from "@xsolla/xui-core";
278
278
 
279
279
  // ../icons-base/dist/web/index.mjs
280
280
  import styled from "styled-components";