@rpg-engine/long-bow 0.6.40 → 0.6.41
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 +2 -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 +2 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/images/farming-plant-seed.png +0 -0
- package/src/components/Tutorial/TutorialStepper.tsx +4 -6
- package/src/stories/TutorialStepper.stories.tsx +2 -1
|
@@ -33323,7 +33323,7 @@ var TutorialStepper = /*#__PURE__*/React__default.memo(function (_ref) {
|
|
|
33323
33323
|
var LessonImageWrapper = /*#__PURE__*/styled__default.div.withConfig({
|
|
33324
33324
|
displayName: "TutorialStepper__LessonImageWrapper",
|
|
33325
33325
|
componentId: "sc-7tgzv2-0"
|
|
33326
|
-
})(["width:100%;max-width:500px;margin:1rem auto;aspect-ratio:
|
|
33326
|
+
})(["width:100%;max-width:500px;margin:1rem auto;aspect-ratio:auto;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,0.1);"]);
|
|
33327
33327
|
var LessonBody = /*#__PURE__*/styled__default.div.withConfig({
|
|
33328
33328
|
displayName: "TutorialStepper__LessonBody",
|
|
33329
33329
|
componentId: "sc-7tgzv2-1"
|
|
@@ -33339,7 +33339,7 @@ var LessonFooter = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
33339
33339
|
var LessonImage = /*#__PURE__*/styled__default.div.withConfig({
|
|
33340
33340
|
displayName: "TutorialStepper__LessonImage",
|
|
33341
33341
|
componentId: "sc-7tgzv2-4"
|
|
33342
|
-
})(["display:flex;justify-content:center;align-items:center;width:100%;
|
|
33342
|
+
})(["display:flex;justify-content:center;align-items:center;width:100%;max-width:500px;margin:auto;img{width:100%;height:auto;object-fit:contain;border-radius:10px;}"]);
|
|
33343
33343
|
var LessonTitle = /*#__PURE__*/styled__default.h1.withConfig({
|
|
33344
33344
|
displayName: "TutorialStepper__LessonTitle",
|
|
33345
33345
|
componentId: "sc-7tgzv2-5"
|