@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.
- package/dist/cjs/templates/ribbons/RibbonType93.js +1 -1
- package/dist/cjs/templates/ribbons/RibbonType93_1.js +2 -2
- package/dist/esm/templates/ribbons/RibbonType93.js +1 -1
- package/dist/esm/templates/ribbons/RibbonType93_1.js +2 -2
- package/package.json +1 -1
- package/src/templates/ribbons/RibbonType93.ts +1 -1
- package/src/templates/ribbons/RibbonType93_1.ts +4 -4
|
@@ -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"
|
|
@@ -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,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
|
+
}
|