@rpg-engine/long-bow 0.6.33 → 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.
- package/dist/long-bow.cjs.development.js +5 -2
- 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 +5 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Tutorial/TutorialStepper.tsx +4 -1
- package/src/stories/TutorialStepper.stories.tsx +6 -0
|
@@ -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
|
-
|
|
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
|