@rpg-engine/long-bow 0.7.40 → 0.7.41
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 +1 -1
- package/src/components/Equipment/EquipmentSet.tsx +1 -0
package/dist/long-bow.esm.js
CHANGED
|
@@ -29130,7 +29130,7 @@ var EquipmentSet = function EquipmentSet(_ref) {
|
|
|
29130
29130
|
var EquipmentSetContainer = /*#__PURE__*/styled.div.withConfig({
|
|
29131
29131
|
displayName: "EquipmentSet__EquipmentSetContainer",
|
|
29132
29132
|
componentId: "sc-1wuddg2-0"
|
|
29133
|
-
})(["width:inherit;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:row;touch-action:none;"]);
|
|
29133
|
+
})(["width:inherit;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:row;touch-action:none;overflow:hidden;"]);
|
|
29134
29134
|
var EquipmentColumn = /*#__PURE__*/styled.div.withConfig({
|
|
29135
29135
|
displayName: "EquipmentSet__EquipmentColumn",
|
|
29136
29136
|
componentId: "sc-1wuddg2-1"
|