@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/dist/components/QuestList.d.ts +0 -1
- package/dist/long-bow.cjs.development.js +0 -2
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +0 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/QuestList.tsx +1 -2
package/dist/long-bow.esm.js
CHANGED
|
@@ -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"
|