@xsolla/xui-multi-select 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.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  // src/MultiSelect.tsx
2
2
  import { forwardRef as forwardRef4, useRef as useRef4, useEffect as useEffect3 } from "react";
3
3
 
4
- // ../primitives-native/src/Box.tsx
4
+ // ../../foundation/primitives-native/src/Box.tsx
5
5
  import {
6
6
  View,
7
7
  Pressable,
@@ -179,7 +179,7 @@ var Box = ({
179
179
  );
180
180
  };
181
181
 
182
- // ../primitives-native/src/Text.tsx
182
+ // ../../foundation/primitives-native/src/Text.tsx
183
183
  import {
184
184
  Text as RNText,
185
185
  StyleSheet
@@ -245,7 +245,7 @@ var Text = ({
245
245
  );
246
246
  };
247
247
 
248
- // ../primitives-native/src/Icon.tsx
248
+ // ../../foundation/primitives-native/src/Icon.tsx
249
249
  import React from "react";
250
250
  import { View as View2 } from "react-native";
251
251
  import { jsx as jsx3 } from "react/jsx-runtime";
@@ -276,7 +276,7 @@ import { useResolvedTheme as useResolvedTheme4 } from "@xsolla/xui-core";
276
276
  import { forwardRef as forwardRef3, useRef as useRef2 } from "react";
277
277
  import { useResolvedTheme as useResolvedTheme3 } from "@xsolla/xui-core";
278
278
 
279
- // ../icons-base/dist/web/index.mjs
279
+ // ../../foundation/icons-base/dist/web/index.mjs
280
280
  import styled from "styled-components";
281
281
  import { jsx as jsx4 } from "react/jsx-runtime";
282
282
  import { jsx as jsx22 } from "react/jsx-runtime";
@@ -1073,24 +1073,24 @@ import styled32 from "styled-components";
1073
1073
  import { jsx as jsx3100 } from "react/jsx-runtime";
1074
1074
  import { useResolvedTheme } from "@xsolla/xui-core";
1075
1075
 
1076
- // ../icons/dist/web/index.mjs
1076
+ // ../../foundation/icons/dist/web/index.mjs
1077
1077
  import React2 from "react";
1078
1078
  import styled2 from "styled-components";
1079
1079
  import { jsx as jsx722 } from "react/jsx-runtime";
1080
1080
 
1081
- // ../../node_modules/lucide-react/dist/esm/createLucideIcon.js
1081
+ // ../../../node_modules/lucide-react/dist/esm/createLucideIcon.js
1082
1082
  import { forwardRef as forwardRef2, createElement as createElement2 } from "react";
1083
1083
 
1084
- // ../../node_modules/lucide-react/dist/esm/shared/src/utils.js
1084
+ // ../../../node_modules/lucide-react/dist/esm/shared/src/utils.js
1085
1085
  var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
1086
1086
  var mergeClasses = (...classes) => classes.filter((className, index3, array) => {
1087
1087
  return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index3;
1088
1088
  }).join(" ").trim();
1089
1089
 
1090
- // ../../node_modules/lucide-react/dist/esm/Icon.js
1090
+ // ../../../node_modules/lucide-react/dist/esm/Icon.js
1091
1091
  import { forwardRef, createElement } from "react";
1092
1092
 
1093
- // ../../node_modules/lucide-react/dist/esm/defaultAttributes.js
1093
+ // ../../../node_modules/lucide-react/dist/esm/defaultAttributes.js
1094
1094
  var defaultAttributes = {
1095
1095
  xmlns: "http://www.w3.org/2000/svg",
1096
1096
  width: 24,
@@ -1103,7 +1103,7 @@ var defaultAttributes = {
1103
1103
  strokeLinejoin: "round"
1104
1104
  };
1105
1105
 
1106
- // ../../node_modules/lucide-react/dist/esm/Icon.js
1106
+ // ../../../node_modules/lucide-react/dist/esm/Icon.js
1107
1107
  var Icon2 = forwardRef(
1108
1108
  ({
1109
1109
  color = "currentColor",
@@ -1135,7 +1135,7 @@ var Icon2 = forwardRef(
1135
1135
  }
1136
1136
  );
1137
1137
 
1138
- // ../../node_modules/lucide-react/dist/esm/createLucideIcon.js
1138
+ // ../../../node_modules/lucide-react/dist/esm/createLucideIcon.js
1139
1139
  var createLucideIcon = (iconName, iconNode) => {
1140
1140
  const Component = forwardRef2(
1141
1141
  ({ className, ...props }, ref) => createElement2(Icon2, {
@@ -1149,13 +1149,13 @@ var createLucideIcon = (iconName, iconNode) => {
1149
1149
  return Component;
1150
1150
  };
1151
1151
 
1152
- // ../../node_modules/lucide-react/dist/esm/icons/x.js
1152
+ // ../../../node_modules/lucide-react/dist/esm/icons/x.js
1153
1153
  var X = createLucideIcon("X", [
1154
1154
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
1155
1155
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
1156
1156
  ]);
1157
1157
 
1158
- // ../icons/dist/web/index.mjs
1158
+ // ../../foundation/icons/dist/web/index.mjs
1159
1159
  import { jsx as jsx2100 } from "react/jsx-runtime";
1160
1160
  function memoize(fn) {
1161
1161
  var cache = {};