@rpg-engine/long-bow 0.3.33 → 0.3.34
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 +3 -3
- 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 +3 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Chat/Chat.tsx +1 -0
- package/src/components/CraftBook/CraftBook.tsx +1 -2
- package/src/.DS_Store +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/dist/long-bow.esm.js
CHANGED
|
@@ -32785,7 +32785,8 @@ var Chat = function Chat(_ref) {
|
|
|
32785
32785
|
type: "text",
|
|
32786
32786
|
autoComplete: "off",
|
|
32787
32787
|
onFocus: onFocus,
|
|
32788
|
-
onBlur: onBlur
|
|
32788
|
+
onBlur: onBlur,
|
|
32789
|
+
onTouchStart: onFocus
|
|
32789
32790
|
})), React.createElement(Column, {
|
|
32790
32791
|
justifyContent: "flex-end"
|
|
32791
32792
|
}, React.createElement(Button$1, {
|
|
@@ -33302,7 +33303,7 @@ var CraftBook = function CraftBook(_ref) {
|
|
|
33302
33303
|
return React.createElement(DraggableContainer, {
|
|
33303
33304
|
type: RPGUIContainerTypes.Framed,
|
|
33304
33305
|
width: "500px",
|
|
33305
|
-
cancelDrag: ".equipment-container-body .arrow-selector",
|
|
33306
|
+
cancelDrag: ".equipment-container-body .arrow-selector .rpgui-dropdown-imp",
|
|
33306
33307
|
onCloseButton: function onCloseButton() {
|
|
33307
33308
|
if (onClose) {
|
|
33308
33309
|
onClose();
|
|
@@ -33343,7 +33344,6 @@ var CraftBook = function CraftBook(_ref) {
|
|
|
33343
33344
|
handleClick(option.key);
|
|
33344
33345
|
},
|
|
33345
33346
|
onTouchStart: function onTouchStart() {
|
|
33346
|
-
handleClick(option.key);
|
|
33347
33347
|
setIsShown({
|
|
33348
33348
|
show: true,
|
|
33349
33349
|
index: index
|