@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -35953,7 +35953,7 @@ var BuyPanel = function BuyPanel(_ref) {
|
|
|
35953
35953
|
setBuyingItemId(null);
|
|
35954
35954
|
enableHotkeys == null ? void 0 : enableHotkeys();
|
|
35955
35955
|
},
|
|
35956
|
-
message: "Are you sure to buy this item?"
|
|
35956
|
+
message: "Are you sure you want to buy this item?"
|
|
35957
35957
|
}), React.createElement(InputWrapper, null, React.createElement("p", null, "Search By Name"), React.createElement(Input, {
|
|
35958
35958
|
onChange: function onChange(e) {
|
|
35959
35959
|
setName(e.target.value);
|