@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.
@@ -28224,7 +28224,7 @@ var NPCDialog = function NPCDialog(_ref) {
28224
28224
  answers = _ref.answers;
28225
28225
  return React.createElement(RPGUIContainer, {
28226
28226
  type: RPGUIContainerTypes.FramedGold,
28227
- width: isQuestionDialog ? '600px' : '50%',
28227
+ width: isQuestionDialog ? '600px' : '80%',
28228
28228
  height: '180px'
28229
28229
  }, isQuestionDialog && questions && answers ? React.createElement(React.Fragment, null, React.createElement(TextContainer$1, {
28230
28230
  flex: type === NPCDialogType.TextAndThumbnail ? '70%' : '100%'