@xsolla/xui-multi-select 0.73.0 → 0.74.0-pr118.1769741504

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 CHANGED
@@ -2633,7 +2633,7 @@ var MultiSelect = (0, import_react15.forwardRef)(
2633
2633
  maxHeight,
2634
2634
  overflowY: "auto"
2635
2635
  },
2636
- children: menuItems.map((item, index) => {
2636
+ children: menuItems.map((item, _index) => {
2637
2637
  const brandColors = theme.colors.control.brand.primary;
2638
2638
  const contentColors = theme.colors.content;
2639
2639
  return /* @__PURE__ */ (0, import_jsx_runtime407.jsx)(