@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -33335,7 +33335,7 @@ var TutorialStepper = /*#__PURE__*/React.memo(function (_ref) {
|
|
|
33335
33335
|
var LessonImageWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
33336
33336
|
displayName: "TutorialStepper__LessonImageWrapper",
|
|
33337
33337
|
componentId: "sc-7tgzv2-0"
|
|
33338
|
-
})(["width:100%;max-width:500px;margin:1rem auto;aspect-ratio:auto;border-radius:10px;
|
|
33338
|
+
})(["width:100%;max-width:500px;margin:1rem auto;aspect-ratio:auto;border-radius:10px;"]);
|
|
33339
33339
|
var LessonBody = /*#__PURE__*/styled.div.withConfig({
|
|
33340
33340
|
displayName: "TutorialStepper__LessonBody",
|
|
33341
33341
|
componentId: "sc-7tgzv2-1"
|