@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/web/index.mjs CHANGED
@@ -304,12 +304,12 @@ var Icon = ({ children, ...props }) => {
304
304
  return /* @__PURE__ */ jsx3(StyledIcon, { ...props, children });
305
305
  };
306
306
 
307
+ // ../primitives-web/src/index.tsx
308
+ var isWeb = true;
309
+ var isNative = false;
310
+
307
311
  // src/Select.tsx
308
- import {
309
- useResolvedTheme,
310
- isNative,
311
- isWeb
312
- } from "@xsolla/xui-core";
312
+ import { useResolvedTheme } from "@xsolla/xui-core";
313
313
 
314
314
  // ../icons-base/dist/web/index.mjs
315
315
  import styled4 from "styled-components";