@rpg-engine/long-bow 0.3.42 → 0.3.43

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.
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface ICharacterStatusProps {
3
+ healthValue: number;
4
+ healthMaxValue: number;
5
+ manaValue: number;
6
+ manaMaxValue: number;
7
+ charName: string;
8
+ }
9
+ export declare const CharacterStatus: React.FC<ICharacterStatusProps>;
@@ -32792,7 +32792,8 @@ var Chat = function Chat(_ref) {
32792
32792
  autoComplete: "off",
32793
32793
  onFocus: onFocus,
32794
32794
  onBlur: onBlur,
32795
- onTouchStart: onFocus
32795
+ onTouchStart: onFocus,
32796
+ autoFocus: true
32796
32797
  })), React__default.createElement(Column, {
32797
32798
  justifyContent: "flex-end"
32798
32799
  }, React__default.createElement(Button$1, {