@rpg-engine/long-bow 0.4.4 → 0.4.6

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.
@@ -16189,7 +16189,8 @@ var SkillsContainer = function SkillsContainer(_ref) {
16189
16189
  return React__default.createElement(SkillsDraggableContainer, {
16190
16190
  title: "Skills",
16191
16191
  cancelDrag: "#skillsDiv",
16192
- scale: scale
16192
+ scale: scale,
16193
+ width: "100%"
16193
16194
  }, onCloseButton && React__default.createElement(CloseButton$3, {
16194
16195
  onPointerDown: onCloseButton
16195
16196
  }, "X"), React__default.createElement(SkillsContainerDiv, {
@@ -16216,7 +16217,7 @@ var SkillsContainer = function SkillsContainer(_ref) {
16216
16217
  var SkillsDraggableContainer = /*#__PURE__*/styled(DraggableContainer).withConfig({
16217
16218
  displayName: "SkillsContainer__SkillsDraggableContainer",
16218
16219
  componentId: "sc-1g0c67q-0"
16219
- })(["border:1px solid black;max-width:380px;height:90%;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
16220
+ })(["border:1px solid black;max-width:450px;height:90%;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
16220
16221
  var SkillsContainerDiv = /*#__PURE__*/styled.div.withConfig({
16221
16222
  displayName: "SkillsContainer__SkillsContainerDiv",
16222
16223
  componentId: "sc-1g0c67q-1"