@blockspoon/cert-badge-renderer 1.0.40 → 1.0.41
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/certificates/NewCertificateType31.js +1 -1
- package/dist/cjs/templates/ribbons/RibbonType110.js +1 -1
- package/dist/cjs/templates/ribbons/RibbonType93.js +4 -4
- package/dist/cjs/templates/ribbons/RibbonType96_1.js +3 -3
- package/dist/esm/templates/certificates/NewCertificateType31.js +1 -1
- package/dist/esm/templates/ribbons/RibbonType110.js +1 -1
- package/dist/esm/templates/ribbons/RibbonType93.js +4 -4
- package/dist/esm/templates/ribbons/RibbonType96_1.js +3 -3
- package/package.json +1 -1
- package/src/templates/certificates/NewCertificateType31.ts +1 -1
- package/src/templates/ribbons/RibbonType110.ts +1 -1
- package/src/templates/ribbons/RibbonType93.ts +4 -4
- package/src/templates/ribbons/RibbonType96_1.ts +3 -3
|
@@ -14,7 +14,7 @@ function createNewCertificateType31({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
14
14
|
fill="none"
|
|
15
15
|
xmlns="http://www.w3.org/2000/svg"
|
|
16
16
|
>
|
|
17
|
-
<g
|
|
17
|
+
<g clip-path="url(#clip0_2086_1137)">
|
|
18
18
|
<rect
|
|
19
19
|
width="1152"
|
|
20
20
|
height="814"
|
|
@@ -90,10 +90,10 @@ function createRibbonType93({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
|
90
90
|
y2="51.0132"
|
|
91
91
|
gradientUnits="userSpaceOnUse"
|
|
92
92
|
>
|
|
93
|
-
<stop
|
|
94
|
-
<stop offset="0.06"
|
|
95
|
-
<stop offset="0.58"
|
|
96
|
-
<stop offset="1"
|
|
93
|
+
<stop stop-color={mainColor} />
|
|
94
|
+
<stop offset="0.06" stop-color={mainColor} />
|
|
95
|
+
<stop offset="0.58" stop-color={subColor} />
|
|
96
|
+
<stop offset="1" stop-color={mainColor} />
|
|
97
97
|
</linearGradient>
|
|
98
98
|
<clipPath id="clip0_3999_156">
|
|
99
99
|
<rect
|
|
@@ -82,9 +82,9 @@ function createRibbonType96_1({ mainColor = "#96A6B4", subColor = "#96A6B4", })
|
|
|
82
82
|
y2="51"
|
|
83
83
|
gradientUnits="userSpaceOnUse"
|
|
84
84
|
>
|
|
85
|
-
<stop
|
|
86
|
-
<stop offset="0.533654"
|
|
87
|
-
<stop offset="1"
|
|
85
|
+
<stop stop-color="${mainColor}" />
|
|
86
|
+
<stop offset="0.533654" stop-color="${subColor}" />
|
|
87
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
88
88
|
</linearGradient>
|
|
89
89
|
<clipPath id="clip0_4007_180">
|
|
90
90
|
<rect
|
|
@@ -14,7 +14,7 @@ function createNewCertificateType31({ mainColor = "#96A6B4", subColor = "#96A6B4
|
|
|
14
14
|
fill="none"
|
|
15
15
|
xmlns="http://www.w3.org/2000/svg"
|
|
16
16
|
>
|
|
17
|
-
<g
|
|
17
|
+
<g clip-path="url(#clip0_2086_1137)">
|
|
18
18
|
<rect
|
|
19
19
|
width="1152"
|
|
20
20
|
height="814"
|
|
@@ -90,10 +90,10 @@ function createRibbonType93({ mainColor = "#96A6B4", subColor = "#96A6B4", }) {
|
|
|
90
90
|
y2="51.0132"
|
|
91
91
|
gradientUnits="userSpaceOnUse"
|
|
92
92
|
>
|
|
93
|
-
<stop
|
|
94
|
-
<stop offset="0.06"
|
|
95
|
-
<stop offset="0.58"
|
|
96
|
-
<stop offset="1"
|
|
93
|
+
<stop stop-color={mainColor} />
|
|
94
|
+
<stop offset="0.06" stop-color={mainColor} />
|
|
95
|
+
<stop offset="0.58" stop-color={subColor} />
|
|
96
|
+
<stop offset="1" stop-color={mainColor} />
|
|
97
97
|
</linearGradient>
|
|
98
98
|
<clipPath id="clip0_3999_156">
|
|
99
99
|
<rect
|
|
@@ -82,9 +82,9 @@ function createRibbonType96_1({ mainColor = "#96A6B4", subColor = "#96A6B4", })
|
|
|
82
82
|
y2="51"
|
|
83
83
|
gradientUnits="userSpaceOnUse"
|
|
84
84
|
>
|
|
85
|
-
<stop
|
|
86
|
-
<stop offset="0.533654"
|
|
87
|
-
<stop offset="1"
|
|
85
|
+
<stop stop-color="${mainColor}" />
|
|
86
|
+
<stop offset="0.533654" stop-color="${subColor}" />
|
|
87
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
88
88
|
</linearGradient>
|
|
89
89
|
<clipPath id="clip0_4007_180">
|
|
90
90
|
<rect
|
package/package.json
CHANGED
|
@@ -93,10 +93,10 @@ export function createRibbonType93({
|
|
|
93
93
|
y2="51.0132"
|
|
94
94
|
gradientUnits="userSpaceOnUse"
|
|
95
95
|
>
|
|
96
|
-
<stop
|
|
97
|
-
<stop offset="0.06"
|
|
98
|
-
<stop offset="0.58"
|
|
99
|
-
<stop offset="1"
|
|
96
|
+
<stop stop-color={mainColor} />
|
|
97
|
+
<stop offset="0.06" stop-color={mainColor} />
|
|
98
|
+
<stop offset="0.58" stop-color={subColor} />
|
|
99
|
+
<stop offset="1" stop-color={mainColor} />
|
|
100
100
|
</linearGradient>
|
|
101
101
|
<clipPath id="clip0_3999_156">
|
|
102
102
|
<rect
|
|
@@ -85,9 +85,9 @@ export function createRibbonType96_1({
|
|
|
85
85
|
y2="51"
|
|
86
86
|
gradientUnits="userSpaceOnUse"
|
|
87
87
|
>
|
|
88
|
-
<stop
|
|
89
|
-
<stop offset="0.533654"
|
|
90
|
-
<stop offset="1"
|
|
88
|
+
<stop stop-color="${mainColor}" />
|
|
89
|
+
<stop offset="0.533654" stop-color="${subColor}" />
|
|
90
|
+
<stop offset="1" stop-color="${mainColor}" />
|
|
91
91
|
</linearGradient>
|
|
92
92
|
<clipPath id="clip0_4007_180">
|
|
93
93
|
<rect
|