@rpg-engine/long-bow 0.8.139 → 0.8.140
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 -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 +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Marketplace/BuyPanel.tsx +1 -1
|
@@ -35957,7 +35957,7 @@ var BuyPanel = function BuyPanel(_ref) {
|
|
|
35957
35957
|
setBuyingItemId(null);
|
|
35958
35958
|
enableHotkeys == null ? void 0 : enableHotkeys();
|
|
35959
35959
|
},
|
|
35960
|
-
message: "Are you sure to buy this item?"
|
|
35960
|
+
message: "Are you sure you want to buy this item?"
|
|
35961
35961
|
}), React__default.createElement(InputWrapper, null, React__default.createElement("p", null, "Search By Name"), React__default.createElement(Input, {
|
|
35962
35962
|
onChange: function onChange(e) {
|
|
35963
35963
|
setName(e.target.value);
|