@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.
- package/dist/long-bow.cjs.development.js +3 -2
- 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 +3 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/DraggableContainer.tsx +0 -1
- package/src/components/SkillsContainer.tsx +2 -1
package/dist/long-bow.esm.js
CHANGED
|
@@ -16186,7 +16186,8 @@ var SkillsContainer = function SkillsContainer(_ref) {
|
|
|
16186
16186
|
return React.createElement(SkillsDraggableContainer, {
|
|
16187
16187
|
title: "Skills",
|
|
16188
16188
|
cancelDrag: "#skillsDiv",
|
|
16189
|
-
scale: scale
|
|
16189
|
+
scale: scale,
|
|
16190
|
+
width: "100%"
|
|
16190
16191
|
}, onCloseButton && React.createElement(CloseButton$3, {
|
|
16191
16192
|
onPointerDown: onCloseButton
|
|
16192
16193
|
}, "X"), React.createElement(SkillsContainerDiv, {
|
|
@@ -16213,7 +16214,7 @@ var SkillsContainer = function SkillsContainer(_ref) {
|
|
|
16213
16214
|
var SkillsDraggableContainer = /*#__PURE__*/styled(DraggableContainer).withConfig({
|
|
16214
16215
|
displayName: "SkillsContainer__SkillsDraggableContainer",
|
|
16215
16216
|
componentId: "sc-1g0c67q-0"
|
|
16216
|
-
})(["border:1px solid black;max-width:
|
|
16217
|
+
})(["border:1px solid black;max-width:450px;height:90%;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
|
|
16217
16218
|
var SkillsContainerDiv = /*#__PURE__*/styled.div.withConfig({
|
|
16218
16219
|
displayName: "SkillsContainer__SkillsContainerDiv",
|
|
16219
16220
|
componentId: "sc-1g0c67q-1"
|