@rpg-engine/long-bow 0.6.71 → 0.6.72

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.6.71",
3
+ "version": "0.6.72",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import 'react-tippy/dist/tippy.css';
2
+
3
3
  import styled from 'styled-components';
4
4
 
5
5
  import {
@@ -150,7 +150,6 @@ const getStatusColor = (status?: QuestStatus) => {
150
150
  }
151
151
  };
152
152
 
153
- // Styled components
154
153
  const QuestListContainer = styled.div`
155
154
  margin-top: 20px;
156
155
  margin-bottom: 40px;