@rpg-engine/long-bow 0.6.9 → 0.6.11
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 +1 -1
- 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 +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Tutorial/TutorialStepper.tsx +7 -2
|
@@ -20060,7 +20060,7 @@ var Container$y = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
20060
20060
|
var LessonImage = /*#__PURE__*/styled__default.div.withConfig({
|
|
20061
20061
|
displayName: "TutorialStepper__LessonImage",
|
|
20062
20062
|
componentId: "sc-7tgzv2-2"
|
|
20063
|
-
})(["display:flex;justify-content:center;align-items:center;img{width:
|
|
20063
|
+
})(["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;}"]);
|
|
20064
20064
|
|
|
20065
20065
|
exports.AsyncDropdown = AsyncDropdown;
|
|
20066
20066
|
exports.Button = Button;
|