@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.
- package/dist/long-bow.cjs.development.js +2 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/ChatRevamp/SearchCharacter.tsx +1 -0
|
@@ -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, {
|