@rpg-engine/long-bow 0.7.65 → 0.7.66

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.65",
3
+ "version": "0.7.66",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -345,6 +345,11 @@ interface ContainerTypes {
345
345
  }
346
346
 
347
347
  const Container = styled.div<ContainerTypes>`
348
+
349
+ * {
350
+ border: 1px solid red;
351
+ }
352
+
348
353
  margin: 0.1rem;
349
354
 
350
355
  .react-draggable-dragging {