@rpg-engine/long-bow 0.6.32 → 0.6.34

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.
@@ -33248,8 +33248,11 @@ var TutorialStepper = /*#__PURE__*/React__default.memo(function (_ref) {
33248
33248
  }))), React__default.createElement(LessonFooter, {
33249
33249
  className: "lesson-footer"
33250
33250
  }, lesson.body && React__default.createElement(LessonBody, {
33251
- className: "lesson-body"
33252
- }, lesson.body), lesson.text && React__default.createElement(DynamicText, {
33251
+ className: "lesson-body",
33252
+ dangerouslySetInnerHTML: {
33253
+ __html: lesson.body
33254
+ }
33255
+ }), lesson.text && React__default.createElement(DynamicText, {
33253
33256
  text: lesson.text
33254
33257
  }))),
33255
33258
  id: index