@rpg-engine/long-bow 0.7.73 → 0.7.75
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/Item/Inventory/ItemSlot.tsx +0 -4
package/package.json
CHANGED
|
@@ -463,10 +463,6 @@ interface ContainerTypes {
|
|
|
463
463
|
const Container = styled.div<ContainerTypes>`
|
|
464
464
|
margin: 0.1rem;
|
|
465
465
|
|
|
466
|
-
* {
|
|
467
|
-
border: 1px solid yellow;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
466
|
.react-draggable-dragging {
|
|
471
467
|
// If dragging item, set opacity to 0
|
|
472
468
|
opacity: ${({ isDraggingItem }) => (isDraggingItem ? 0 : 1)};
|