@blockspoon/cert-badge-renderer 1.0.42 → 1.0.43

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.
@@ -83,7 +83,7 @@ function createRibbonType93({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
83
83
  </g>
84
84
  <defs>
85
85
  <linearGradient
86
- id={paintId0}
86
+ id="${paintId0}"
87
87
  x1="0.0302734"
88
88
  y1="51.0132"
89
89
  x2="462.03"
@@ -33,7 +33,7 @@ function createRibbonType93_1({ mainColor = "#96A6B4", subColor = "#96A6B4", })
33
33
  />
34
34
  <defs>
35
35
  <linearGradient
36
- id={paintId0}
36
+ id="${paintId0}"
37
37
  x1="0.0353567"
38
38
  y1="53.8844"
39
39
  x2="230.95"
@@ -46,7 +46,7 @@ function createRibbonType93_1({ mainColor = "#96A6B4", subColor = "#96A6B4", })
46
46
  <stop offset="1" stop-color="${mainColor}" />
47
47
  </linearGradient>
48
48
  <linearGradient
49
- id={paintId1}
49
+ id="${paintId1}"
50
50
  x1="342.889"
51
51
  y1="51.2318"
52
52
  x2="573.804"
@@ -83,7 +83,7 @@ function createRibbonType93({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
83
83
  </g>
84
84
  <defs>
85
85
  <linearGradient
86
- id={paintId0}
86
+ id="${paintId0}"
87
87
  x1="0.0302734"
88
88
  y1="51.0132"
89
89
  x2="462.03"
@@ -33,7 +33,7 @@ function createRibbonType93_1({ mainColor = "#96A6B4", subColor = "#96A6B4", })
33
33
  />
34
34
  <defs>
35
35
  <linearGradient
36
- id={paintId0}
36
+ id="${paintId0}"
37
37
  x1="0.0353567"
38
38
  y1="53.8844"
39
39
  x2="230.95"
@@ -46,7 +46,7 @@ function createRibbonType93_1({ mainColor = "#96A6B4", subColor = "#96A6B4", })
46
46
  <stop offset="1" stop-color="${mainColor}" />
47
47
  </linearGradient>
48
48
  <linearGradient
49
- id={paintId1}
49
+ id="${paintId1}"
50
50
  x1="342.889"
51
51
  y1="51.2318"
52
52
  x2="573.804"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockspoon/cert-badge-renderer",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Render certificate and badge designs from Kolleges achievement data into HTML, PNG, or Base64.",
5
5
  "main": "./dist/esm/index.js",
6
6
  "exports": {
@@ -86,7 +86,7 @@ export function createRibbonType93({
86
86
  </g>
87
87
  <defs>
88
88
  <linearGradient
89
- id={paintId0}
89
+ id="${paintId0}"
90
90
  x1="0.0302734"
91
91
  y1="51.0132"
92
92
  x2="462.03"
@@ -1,4 +1,4 @@
1
- import { ISvgProps } from "../../interface/index.js";
1
+ import { ISvgProps } from "../../interface/index.js";
2
2
 
3
3
  export function createRibbonType93_1({
4
4
  mainColor = "#96A6B4",
@@ -36,7 +36,7 @@ export function createRibbonType93_1({
36
36
  />
37
37
  <defs>
38
38
  <linearGradient
39
- id={paintId0}
39
+ id="${paintId0}"
40
40
  x1="0.0353567"
41
41
  y1="53.8844"
42
42
  x2="230.95"
@@ -49,7 +49,7 @@ export function createRibbonType93_1({
49
49
  <stop offset="1" stop-color="${mainColor}" />
50
50
  </linearGradient>
51
51
  <linearGradient
52
- id={paintId1}
52
+ id="${paintId1}"
53
53
  x1="342.889"
54
54
  y1="51.2318"
55
55
  x2="573.804"
@@ -64,4 +64,4 @@ export function createRibbonType93_1({
64
64
  </defs>
65
65
  </svg>
66
66
  `;
67
- }
67
+ }