@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.
@@ -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' : '50%',
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%'