soccer-jersey-fork 1.0.102 → 1.0.104

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.
@@ -103,7 +103,7 @@ export default function drawSoccerJersey({ shirtColor = "plain", shirtStyle, shi
103
103
  // width: 1,
104
104
  // color: shortsColor,
105
105
  // });
106
- const shortsFill = getPatternFill(page, shortsColor, shortsStyle, shortsStyleColor || shortsColor, "shorts", shortsStyleDirection);
106
+ const shortsFill = getPatternFill(page, shortsColor, shortsStyle, shortsStyleColor || "#eee", "shorts", shortsStyleDirection);
107
107
  page.path(pathShorts).fill(shortsFill).stroke({
108
108
  width: 1,
109
109
  color: shortsColor,
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "soccer-jersey-fork",
3
- "version": "1.0.102",
3
+ "version": "1.0.104",
4
4
  "description": "Generate soccer jerseys in SVG format",
5
5
  "main": "lib/index.js",
6
+ "author": "nadchif (https://github.com/nadchif)",
6
7
  "scripts": {
7
8
  "build": "./node_modules/typescript/bin/tsc -p .",
8
9
  "build_alt_for_windows": "tsc -p .",
@@ -40,11 +41,11 @@
40
41
  "prettier": "^3.5.3",
41
42
  "react": "^19.1.1",
42
43
  "react-dom": "^19.1.1",
43
- "storybook": "^9.1.3",
44
+ "storybook": "^10.1.11",
44
45
  "ts-loader": "^8.0.17",
45
46
  "typedoc": "^0.28.11",
46
47
  "typescript": "^5.9.2",
47
- "vite": "^7.1.6"
48
+ "vite": "^7.3.1"
48
49
  },
49
50
  "dependencies": {
50
51
  "@svgdotjs/svg.js": "^3.2.5"