@rpg-engine/long-bow 0.2.61 → 0.2.62
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/NPCDialog/.DS_Store +0 -0
- package/src/components/NPCDialog/NPCDialogText.tsx +1 -1
- package/src/components/NPCDialog/img/.DS_Store +0 -0
- package/src/mocks/.DS_Store +0 -0
package/dist/long-bow.esm.js
CHANGED
|
@@ -27765,7 +27765,7 @@ var NPCDialogText = function NPCDialogText(_ref) {
|
|
|
27765
27765
|
onClose = _ref.onClose,
|
|
27766
27766
|
onEndStep = _ref.onEndStep,
|
|
27767
27767
|
onStartStep = _ref.onStartStep;
|
|
27768
|
-
var textChunks = chunkString(text,
|
|
27768
|
+
var textChunks = chunkString(text, 200);
|
|
27769
27769
|
var _useState = useState(0),
|
|
27770
27770
|
chunkIndex = _useState[0],
|
|
27771
27771
|
setChunkIndex = _useState[1];
|