@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.7.73",
3
+ "version": "0.7.75",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -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)};