@rpg-engine/long-bow 0.6.15 → 0.6.17
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 -6
- 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 -6
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Tutorial/TutorialStepper.tsx +12 -8
package/dist/long-bow.esm.js
CHANGED
|
@@ -20038,11 +20038,13 @@ var TutorialStepper = function TutorialStepper(_ref) {
|
|
|
20038
20038
|
}, React.createElement("img", {
|
|
20039
20039
|
src: lesson.image,
|
|
20040
20040
|
alt: lesson.title
|
|
20041
|
-
})),
|
|
20041
|
+
})), React.createElement(LessonFooter, {
|
|
20042
|
+
className: "lesson-footer"
|
|
20043
|
+
}, lesson.body && React.createElement(LessonBody, {
|
|
20042
20044
|
className: "lesson-body"
|
|
20043
20045
|
}, lesson.body), lesson.text && React.createElement(DynamicText, {
|
|
20044
20046
|
text: lesson.text
|
|
20045
|
-
})),
|
|
20047
|
+
}))),
|
|
20046
20048
|
id: index
|
|
20047
20049
|
};
|
|
20048
20050
|
});
|
|
@@ -20065,18 +20067,22 @@ var LessonBody = /*#__PURE__*/styled.div.withConfig({
|
|
|
20065
20067
|
var Container$y = /*#__PURE__*/styled.div.withConfig({
|
|
20066
20068
|
displayName: "TutorialStepper__Container",
|
|
20067
20069
|
componentId: "sc-7tgzv2-1"
|
|
20068
|
-
})(["margin:2rem;"]);
|
|
20070
|
+
})(["margin:2rem;width:80%;margin:0 auto;"]);
|
|
20071
|
+
var LessonFooter = /*#__PURE__*/styled.div.withConfig({
|
|
20072
|
+
displayName: "TutorialStepper__LessonFooter",
|
|
20073
|
+
componentId: "sc-7tgzv2-2"
|
|
20074
|
+
})(["margin-top:2rem;"]);
|
|
20069
20075
|
var LessonImage = /*#__PURE__*/styled.div.withConfig({
|
|
20070
20076
|
displayName: "TutorialStepper__LessonImage",
|
|
20071
|
-
componentId: "sc-7tgzv2-
|
|
20077
|
+
componentId: "sc-7tgzv2-3"
|
|
20072
20078
|
})(["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;}"]);
|
|
20073
20079
|
var LessonTitle = /*#__PURE__*/styled.h1.withConfig({
|
|
20074
20080
|
displayName: "TutorialStepper__LessonTitle",
|
|
20075
|
-
componentId: "sc-7tgzv2-
|
|
20081
|
+
componentId: "sc-7tgzv2-4"
|
|
20076
20082
|
})([""]);
|
|
20077
20083
|
var LessonContainer = /*#__PURE__*/styled.div.withConfig({
|
|
20078
20084
|
displayName: "TutorialStepper__LessonContainer",
|
|
20079
|
-
componentId: "sc-7tgzv2-
|
|
20085
|
+
componentId: "sc-7tgzv2-5"
|
|
20080
20086
|
})([""]);
|
|
20081
20087
|
|
|
20082
20088
|
export { AsyncDropdown, Button, ButtonTypes, CharacterSelection, Chat, ChatDeprecated, ChatRevamp, CheckButton, CheckItem, CircularController, CraftBook, DraggableContainer, Dropdown, DropdownSelectorContainer, DynamicText, EquipmentSet, EquipmentSlotSpriteByType, ErrorBoundary, FriendList, HistoryDialog, ImageCarousel, ImgSide, Input, InputRadio$1 as InputRadio, ItemContainer$1 as ItemContainer, ItemSelector, ItemSlot, Leaderboard, ListMenu, Marketplace, MarketplaceRows, MultitabType, NPCDialog, NPCDialogType, NPCMultiDialog, PartyCreate, PartyDashboard, PartyInvite, PartyManager, PartyManagerRow, PartyRow, PlayersRow, ProgressBar, PropertySelect, QuestInfo, QuestList, QuestionDialog, RPGUIContainer, RPGUIContainerTypes, RPGUIRoot, RangeSlider, RangeSliderType, Shortcuts, SimpleImageCarousel, SkillProgressBar, SkillsContainer, Spellbook, SpriteFromAtlas, Stepper, TabBody, TabsContainer, TextArea, TimeWidget, TradingMenu, Truncate, TutorialStepper, _RPGUI, mockedPartyManager, mockedPartyRows, mockedPlayersRows, mockedPlayersRows2, useEventListener };
|