@rpg-engine/long-bow 0.6.42 → 0.6.43
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 +1 -1
- package/src/components/Tutorial/TutorialStepper.tsx +0 -1
|
@@ -33337,7 +33337,7 @@ var TutorialStepper = /*#__PURE__*/React__default.memo(function (_ref) {
|
|
|
33337
33337
|
var LessonImageWrapper = /*#__PURE__*/styled__default.div.withConfig({
|
|
33338
33338
|
displayName: "TutorialStepper__LessonImageWrapper",
|
|
33339
33339
|
componentId: "sc-7tgzv2-0"
|
|
33340
|
-
})(["width:100%;max-width:500px;margin:1rem auto;aspect-ratio:auto;border-radius:10px;
|
|
33340
|
+
})(["width:100%;max-width:500px;margin:1rem auto;aspect-ratio:auto;border-radius:10px;"]);
|
|
33341
33341
|
var LessonBody = /*#__PURE__*/styled__default.div.withConfig({
|
|
33342
33342
|
displayName: "TutorialStepper__LessonBody",
|
|
33343
33343
|
componentId: "sc-7tgzv2-1"
|