@rpg-engine/long-bow 0.6.39 → 0.6.40
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 +12 -12
- 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 +12 -12
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Tutorial/TutorialStepper.tsx +29 -19
|
@@ -33324,30 +33324,30 @@ var LessonImageWrapper = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
33324
33324
|
displayName: "TutorialStepper__LessonImageWrapper",
|
|
33325
33325
|
componentId: "sc-7tgzv2-0"
|
|
33326
33326
|
})(["width:100%;max-width:500px;margin:1rem auto;aspect-ratio:16 / 9;overflow:hidden;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,0.1);"]);
|
|
33327
|
-
var LessonImage = /*#__PURE__*/styled__default.div.withConfig({
|
|
33328
|
-
displayName: "TutorialStepper__LessonImage",
|
|
33329
|
-
componentId: "sc-7tgzv2-1"
|
|
33330
|
-
})(["width:100%;height:100%;position:relative;"]);
|
|
33331
|
-
var LessonContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
33332
|
-
displayName: "TutorialStepper__LessonContainer",
|
|
33333
|
-
componentId: "sc-7tgzv2-2"
|
|
33334
|
-
})(["display:flex;flex-direction:column;justify-content:flex-start;min-height:200px;padding:1rem;padding-top:0;p{font-size:0.7rem !important;}"]);
|
|
33335
33327
|
var LessonBody = /*#__PURE__*/styled__default.div.withConfig({
|
|
33336
33328
|
displayName: "TutorialStepper__LessonBody",
|
|
33337
|
-
componentId: "sc-7tgzv2-
|
|
33329
|
+
componentId: "sc-7tgzv2-1"
|
|
33338
33330
|
})([""]);
|
|
33339
33331
|
var Container$y = /*#__PURE__*/styled__default.div.withConfig({
|
|
33340
33332
|
displayName: "TutorialStepper__Container",
|
|
33341
|
-
componentId: "sc-7tgzv2-
|
|
33333
|
+
componentId: "sc-7tgzv2-2"
|
|
33342
33334
|
})(["width:80%;max-width:600px;@media (max-width:600px){width:95%;}"]);
|
|
33343
33335
|
var LessonFooter = /*#__PURE__*/styled__default.div.withConfig({
|
|
33344
33336
|
displayName: "TutorialStepper__LessonFooter",
|
|
33345
|
-
componentId: "sc-7tgzv2-
|
|
33337
|
+
componentId: "sc-7tgzv2-3"
|
|
33346
33338
|
})(["margin-top:1rem;"]);
|
|
33339
|
+
var LessonImage = /*#__PURE__*/styled__default.div.withConfig({
|
|
33340
|
+
displayName: "TutorialStepper__LessonImage",
|
|
33341
|
+
componentId: "sc-7tgzv2-4"
|
|
33342
|
+
})(["display:flex;justify-content:center;align-items:center;width:100%;height:auto;max-width:500px;margin:auto;img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;}"]);
|
|
33347
33343
|
var LessonTitle = /*#__PURE__*/styled__default.h1.withConfig({
|
|
33348
33344
|
displayName: "TutorialStepper__LessonTitle",
|
|
33349
|
-
componentId: "sc-7tgzv2-
|
|
33345
|
+
componentId: "sc-7tgzv2-5"
|
|
33350
33346
|
})(["color:", " !important;font-size:0.8rem !important;"], uiColors.yellow);
|
|
33347
|
+
var LessonContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
33348
|
+
displayName: "TutorialStepper__LessonContainer",
|
|
33349
|
+
componentId: "sc-7tgzv2-6"
|
|
33350
|
+
})(["display:flex;flex-direction:column;justify-content:space-between;min-height:200px;p{font-size:0.7rem !important;}"]);
|
|
33351
33351
|
|
|
33352
33352
|
exports.AsyncDropdown = AsyncDropdown;
|
|
33353
33353
|
exports.Button = Button;
|