@rpg-engine/long-bow 0.3.43 → 0.3.45
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 +1 -2
- 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 +1 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Chat/Chat.tsx +0 -1
- package/src/components/TradingMenu/items.mock.ts +0 -1
- package/dist/components/CaracterStatus/CaracterStatus.d.ts +0 -9
- package/dist/stories/CaracterStatus.stories.d.ts +0 -5
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/CaracterStatus/CaracterStatus.tsx +0 -86
- package/src/components/CaracterStatus/Character.png +0 -0
- package/src/components/NPCDialog/.DS_Store +0 -0
- package/src/components/NPCDialog/img/.DS_Store +0 -0
- package/src/mocks/.DS_Store +0 -0
- package/src/mocks/atlas/.DS_Store +0 -0
- package/src/stories/CaracterStatus.stories.tsx +0 -29
package/dist/long-bow.esm.js
CHANGED
|
@@ -32786,8 +32786,7 @@ var Chat = function Chat(_ref) {
|
|
|
32786
32786
|
autoComplete: "off",
|
|
32787
32787
|
onFocus: onFocus,
|
|
32788
32788
|
onBlur: onBlur,
|
|
32789
|
-
onTouchStart: onFocus
|
|
32790
|
-
autoFocus: true
|
|
32789
|
+
onTouchStart: onFocus
|
|
32791
32790
|
})), React.createElement(Column, {
|
|
32792
32791
|
justifyContent: "flex-end"
|
|
32793
32792
|
}, React.createElement(Button$1, {
|