@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.
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import 'react-tippy/dist/tippy.css';
3
2
  import { IQuest } from '@rpg-engine/shared';
4
3
  export interface IQuestListProps {
5
4
  quests?: IQuest[];
@@ -19,7 +19,6 @@ var ReactDOM = _interopDefault(require('react-dom'));
19
19
  var lodash = require('lodash');
20
20
  var mobxReactLite = require('mobx-react-lite');
21
21
  var ai = require('react-icons/ai');
22
- require('react-tippy/dist/tippy.css');
23
22
  require('rpgui/rpgui.css');
24
23
  require('rpgui/rpgui.min.js');
25
24
  var capitalize = _interopDefault(require('lodash/capitalize'));
@@ -32154,7 +32153,6 @@ var getStatusColor = function getStatusColor(status) {
32154
32153
  // Default to white
32155
32154
  }
32156
32155
  };
32157
- // Styled components
32158
32156
  var QuestListContainer = /*#__PURE__*/styled__default.div.withConfig({
32159
32157
  displayName: "QuestList__QuestListContainer",
32160
32158
  componentId: "sc-1a2vx6q-0"