@rpg-engine/long-bow 0.5.15 → 0.5.17

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.
@@ -12715,7 +12715,8 @@ var SearchCharacter = function SearchCharacter(_ref) {
12715
12715
  onFocus: onFocus,
12716
12716
  onBlur: onBlur,
12717
12717
  onPointerDown: onFocus,
12718
- autoFocus: true
12718
+ autoFocus: true,
12719
+ placeholder: "Type a character name..."
12719
12720
  })), React__default.createElement(Column, {
12720
12721
  justifyContent: "flex-end"
12721
12722
  }, React__default.createElement(SearchButton, {