@rpg-engine/long-bow 0.1.89 → 0.1.90

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.
@@ -6839,7 +6839,7 @@ var SpriteContainer = /*#__PURE__*/styled.div.withConfig({
6839
6839
  var SkillDisplayContainer = /*#__PURE__*/styled.div.withConfig({
6840
6840
  displayName: "SkillProgressBar__SkillDisplayContainer",
6841
6841
  componentId: "sc-5vuroc-2"
6842
- })(["margin:5px auto;p{margin:0;}"]);
6842
+ })(["margin:0 auto;p{margin:0;}"]);
6843
6843
  var SkillPointsDisplay = /*#__PURE__*/styled.p.withConfig({
6844
6844
  displayName: "SkillProgressBar__SkillPointsDisplay",
6845
6845
  componentId: "sc-5vuroc-3"
@@ -6863,7 +6863,7 @@ var ProgressBody = /*#__PURE__*/styled.div.withConfig({
6863
6863
  var ProgressTitle = /*#__PURE__*/styled.div.withConfig({
6864
6864
  displayName: "SkillProgressBar__ProgressTitle",
6865
6865
  componentId: "sc-5vuroc-8"
6866
- })(["width:100%;display:flex;flex-direction:row;justify-content:space-between;span{font-size:0.6rem;}margin-top:10px;"]);
6866
+ })(["width:100%;display:flex;flex-direction:row;justify-content:space-between;span{font-size:0.6rem;}"]);
6867
6867
 
6868
6868
  var skillProps = {
6869
6869
  attributes: {
@@ -6916,6 +6916,7 @@ var SkillsContainer = function SkillsContainer(_ref) {
6916
6916
  //@ts-ignore
6917
6917
  var skillDetails = skill[key];
6918
6918
  output.push(React__default.createElement(SkillProgressBar, {
6919
+ key: key,
6919
6920
  skillName: _.capitalize(key),
6920
6921
  bgColor: skillCategoryColor,
6921
6922
  level: skillDetails.level || 0,
@@ -6953,11 +6954,11 @@ var SkillsContainer = function SkillsContainer(_ref) {
6953
6954
  var SkillsDraggableContainer = /*#__PURE__*/styled(DraggableContainer).withConfig({
6954
6955
  displayName: "SkillsContainer__SkillsDraggableContainer",
6955
6956
  componentId: "sc-1g0c67q-0"
6956
- })(["border:1px solid black;width:400px;height:800px;overflow-y:scroll;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
6957
+ })(["border:1px solid black;width:400px;height:90%;overflow-y:scroll;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
6957
6958
  var SkillSplitDiv = /*#__PURE__*/styled.div.withConfig({
6958
6959
  displayName: "SkillsContainer__SkillSplitDiv",
6959
6960
  componentId: "sc-1g0c67q-1"
6960
- })(["width:100%;font-size:11px;margin-top:10px;hr{margin:0px;padding:0px;}p{margin-bottom:0px;}"]);
6961
+ })(["width:100%;font-size:11px;hr{margin:0;margin-bottom:1rem;padding:0px;}p{margin-bottom:0px;}"]);
6961
6962
  var CloseButton$2 = /*#__PURE__*/styled.div.withConfig({
6962
6963
  displayName: "SkillsContainer__CloseButton",
6963
6964
  componentId: "sc-1g0c67q-2"