@rpg-engine/long-bow 0.2.95 → 0.2.96

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.2.95",
3
+ "version": "0.2.96",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "@rollup/plugin-image": "^2.1.1",
86
- "@rpg-engine/shared": "^0.6.40",
86
+ "@rpg-engine/shared": "^0.6.49",
87
87
  "dayjs": "^1.11.2",
88
88
  "fs-extra": "^10.1.0",
89
89
  "is-mobile": "^3.1.1",
@@ -123,7 +123,7 @@ const CloseButton = styled.div`
123
123
  right: 0px;
124
124
  color: white;
125
125
  z-index: 22;
126
- font-size: 0.8rem;
126
+ font-size: 1.1rem;
127
127
  `;
128
128
 
129
129
  const TitleContainer = styled.div`
@@ -67,7 +67,6 @@ export const SkillsContainer: React.FC<ISkillContainerProps> = ({
67
67
  for (const [key, value] of Object.entries(skillCategory.values)) {
68
68
  //@ts-ignore
69
69
  const skillDetails = (skill[key] as unknown) as ISkillDetails;
70
-
71
70
 
72
71
  output.push(
73
72
  <SkillProgressBar
@@ -164,5 +163,5 @@ const CloseButton = styled.div`
164
163
  right: 2px;
165
164
  color: white;
166
165
  z-index: 22;
167
- font-size: 0.7rem;
166
+ font-size: 1.1rem;
168
167
  `;
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file
Binary file