@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -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' : '
|
|
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%'
|