@rpg-engine/long-bow 0.2.71 → 0.2.72
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 +1 -1
- package/src/components/NPCDialog/NPCDialog.tsx +1 -1
|
@@ -28228,7 +28228,7 @@ var NPCDialog = function NPCDialog(_ref) {
|
|
|
28228
28228
|
answers = _ref.answers;
|
|
28229
28229
|
return React__default.createElement(RPGUIContainer, {
|
|
28230
28230
|
type: exports.RPGUIContainerTypes.FramedGold,
|
|
28231
|
-
width: isQuestionDialog ? '600px' : '
|
|
28231
|
+
width: isQuestionDialog ? '600px' : '80%',
|
|
28232
28232
|
height: '180px'
|
|
28233
28233
|
}, isQuestionDialog && questions && answers ? React__default.createElement(React__default.Fragment, null, React__default.createElement(TextContainer$1, {
|
|
28234
28234
|
flex: type === exports.NPCDialogType.TextAndThumbnail ? '70%' : '100%'
|