@rpg-engine/long-bow 0.4.0 → 0.4.2
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 +1 -1
- 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 +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/SkillsContainer.tsx +2 -0
package/dist/long-bow.esm.js
CHANGED
|
@@ -16427,7 +16427,7 @@ var SkillsContainer = function SkillsContainer(_ref) {
|
|
|
16427
16427
|
var SkillsDraggableContainer = /*#__PURE__*/styled(DraggableContainer).withConfig({
|
|
16428
16428
|
displayName: "SkillsContainer__SkillsDraggableContainer",
|
|
16429
16429
|
componentId: "sc-1g0c67q-0"
|
|
16430
|
-
})(["border:1px solid black;height:90%;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
|
|
16430
|
+
})(["border:1px solid black;max-width:380px;height:90%;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
|
|
16431
16431
|
var SkillsContainerDiv = /*#__PURE__*/styled.div.withConfig({
|
|
16432
16432
|
displayName: "SkillsContainer__SkillsContainerDiv",
|
|
16433
16433
|
componentId: "sc-1g0c67q-1"
|