@rpg-engine/long-bow 0.6.16 → 0.6.17
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 +11 -5
- 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 +11 -5
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Tutorial/TutorialStepper.tsx +10 -4
|
@@ -20040,11 +20040,13 @@ var TutorialStepper = function TutorialStepper(_ref) {
|
|
|
20040
20040
|
}, React__default.createElement("img", {
|
|
20041
20041
|
src: lesson.image,
|
|
20042
20042
|
alt: lesson.title
|
|
20043
|
-
})),
|
|
20043
|
+
})), React__default.createElement(LessonFooter, {
|
|
20044
|
+
className: "lesson-footer"
|
|
20045
|
+
}, lesson.body && React__default.createElement(LessonBody, {
|
|
20044
20046
|
className: "lesson-body"
|
|
20045
20047
|
}, lesson.body), lesson.text && React__default.createElement(DynamicText, {
|
|
20046
20048
|
text: lesson.text
|
|
20047
|
-
})),
|
|
20049
|
+
}))),
|
|
20048
20050
|
id: index
|
|
20049
20051
|
};
|
|
20050
20052
|
});
|
|
@@ -20068,17 +20070,21 @@ var Container$y = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
20068
20070
|
displayName: "TutorialStepper__Container",
|
|
20069
20071
|
componentId: "sc-7tgzv2-1"
|
|
20070
20072
|
})(["margin:2rem;width:80%;margin:0 auto;"]);
|
|
20073
|
+
var LessonFooter = /*#__PURE__*/styled__default.div.withConfig({
|
|
20074
|
+
displayName: "TutorialStepper__LessonFooter",
|
|
20075
|
+
componentId: "sc-7tgzv2-2"
|
|
20076
|
+
})(["margin-top:2rem;"]);
|
|
20071
20077
|
var LessonImage = /*#__PURE__*/styled__default.div.withConfig({
|
|
20072
20078
|
displayName: "TutorialStepper__LessonImage",
|
|
20073
|
-
componentId: "sc-7tgzv2-
|
|
20079
|
+
componentId: "sc-7tgzv2-3"
|
|
20074
20080
|
})(["display:flex;justify-content:center;align-items:center;width:100%;height:auto;max-width:600px;margin:auto;img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;}"]);
|
|
20075
20081
|
var LessonTitle = /*#__PURE__*/styled__default.h1.withConfig({
|
|
20076
20082
|
displayName: "TutorialStepper__LessonTitle",
|
|
20077
|
-
componentId: "sc-7tgzv2-
|
|
20083
|
+
componentId: "sc-7tgzv2-4"
|
|
20078
20084
|
})([""]);
|
|
20079
20085
|
var LessonContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
20080
20086
|
displayName: "TutorialStepper__LessonContainer",
|
|
20081
|
-
componentId: "sc-7tgzv2-
|
|
20087
|
+
componentId: "sc-7tgzv2-5"
|
|
20082
20088
|
})([""]);
|
|
20083
20089
|
|
|
20084
20090
|
exports.AsyncDropdown = AsyncDropdown;
|