@rpg-engine/long-bow 0.6.36 → 0.6.37

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.
@@ -32842,11 +32842,11 @@ var StepperTop = /*#__PURE__*/styled__default.div.withConfig({
32842
32842
  var StepperBodyContainer = /*#__PURE__*/styled__default.div.withConfig({
32843
32843
  displayName: "Stepper__StepperBodyContainer",
32844
32844
  componentId: "sc-13obf1-2"
32845
- })(["flex:8;display:flex;align-items:center;position:relative;"]);
32845
+ })(["flex:8;display:flex;align-items:center;position:relative;height:100%;"]);
32846
32846
  var StepperBody = /*#__PURE__*/styled__default.div.withConfig({
32847
32847
  displayName: "Stepper__StepperBody",
32848
32848
  componentId: "sc-13obf1-3"
32849
- })(["flex:1;"]);
32849
+ })(["flex:1;min-height:200px;transition:height 0.3s ease-in-out;"]);
32850
32850
  var ArrowContainer$1 = /*#__PURE__*/styled__default.div.withConfig({
32851
32851
  displayName: "Stepper__ArrowContainer",
32852
32852
  componentId: "sc-13obf1-4"
@@ -33233,7 +33233,10 @@ var TutorialStepper = /*#__PURE__*/React__default.memo(function (_ref) {
33233
33233
  className: "lesson-container"
33234
33234
  }, React__default.createElement(LessonTitle, {
33235
33235
  className: "lesson-title"
33236
- }, lesson.title), React__default.createElement(LessonImage, null, lesson.imageUrl ? React__default.createElement("a", {
33236
+ }, lesson.title), lesson.image && React__default.createElement(LessonImage, {
33237
+ className: "lesson-image",
33238
+ style: imageStyle
33239
+ }, lesson.imageUrl ? React__default.createElement("a", {
33237
33240
  href: lesson.imageUrl,
33238
33241
  target: "_blank",
33239
33242
  rel: "noopener noreferrer"
@@ -33291,7 +33294,7 @@ var LessonTitle = /*#__PURE__*/styled__default.h1.withConfig({
33291
33294
  var LessonContainer = /*#__PURE__*/styled__default.div.withConfig({
33292
33295
  displayName: "TutorialStepper__LessonContainer",
33293
33296
  componentId: "sc-7tgzv2-5"
33294
- })([""]);
33297
+ })(["display:flex;flex-direction:column;justify-content:space-between;min-height:200px;"]);
33295
33298
 
33296
33299
  exports.AsyncDropdown = AsyncDropdown;
33297
33300
  exports.Button = Button;