@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.
@@ -11,7 +11,6 @@ import ReactDOM from 'react-dom';
11
11
  import { camelCase, debounce } from 'lodash-es';
12
12
  import { observer } from 'mobx-react-lite';
13
13
  import { AiFillCaretRight } from 'react-icons/ai';
14
- import 'react-tippy/dist/tippy.css';
15
14
  import 'rpgui/rpgui.css';
16
15
  import 'rpgui/rpgui.min.js';
17
16
  import capitalize from 'lodash-es/capitalize';
@@ -32152,7 +32151,6 @@ var getStatusColor = function getStatusColor(status) {
32152
32151
  // Default to white
32153
32152
  }
32154
32153
  };
32155
- // Styled components
32156
32154
  var QuestListContainer = /*#__PURE__*/styled.div.withConfig({
32157
32155
  displayName: "QuestList__QuestListContainer",
32158
32156
  componentId: "sc-1a2vx6q-0"