@xsolla/xui-multi-select 0.156.0 → 0.157.0-pr292.1779375831

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
@@ -1461,7 +1461,8 @@ var Box2 = import_react5.default.forwardRef(
1461
1461
  top: typeof props.top === "number" ? `${props.top}px` : props.top,
1462
1462
  left: typeof props.left === "number" ? `${props.left}px` : props.left,
1463
1463
  right: typeof props.right === "number" ? `${props.right}px` : props.right,
1464
- bottom: typeof props.bottom === "number" ? `${props.bottom}px` : props.bottom
1464
+ bottom: typeof props.bottom === "number" ? `${props.bottom}px` : props.bottom,
1465
+ ...props.style
1465
1466
  }
1466
1467
  }
1467
1468
  );