@rpg-engine/long-bow 0.8.15 → 0.8.16

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.
@@ -32904,13 +32904,15 @@ var ItemPropertySimpleHandler = function ItemPropertySimpleHandler(_ref) {
32904
32904
  selectedColor = _ref.selectedColor,
32905
32905
  onClose = _ref.onClose,
32906
32906
  onConfirm = _ref.onConfirm,
32907
- onChange = _ref.onChange;
32907
+ onChange = _ref.onChange,
32908
+ costWarning = _ref.costWarning;
32908
32909
  return React.createElement(ColorSelector, {
32909
32910
  selectedColor: selectedColor,
32910
32911
  isOpen: isOpen,
32911
32912
  onClose: onClose,
32912
32913
  onConfirm: onConfirm,
32913
- onChange: onChange
32914
+ onChange: onChange,
32915
+ costWarning: costWarning
32914
32916
  });
32915
32917
  };
32916
32918