@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/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
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;
|