@atb-as/generate-assets 13.5.2 → 13.5.4
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/files/vkt/mono/logo/logo.svg +3 -20
- package/package.json +3 -3
|
@@ -1,21 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
d="M33.2347 5.19495C29.751 2.08112 25.1531 0.1875 20.1127 0.1875H19.8921C9.01375 0.1875 0.195312 9.00594 0.195312 19.8843V20.1049C0.195312 21.5616 0.353469 22.9811 0.653469 24.3478L33.2347 5.19495Z"
|
|
5
|
-
fill="black" />
|
|
6
|
-
<path
|
|
7
|
-
d="M1.37891 26.8438C4.1321 34.4016 11.3814 39.798 19.8913 39.798H20.1119C28.6218 39.798 35.8711 34.4012 38.6243 26.8438H1.37891Z"
|
|
8
|
-
fill="black" />
|
|
9
|
-
<path
|
|
10
|
-
d="M31.375 14.7389V14.6279C31.375 11.5464 32.7832 8.79389 34.9914 6.97865C34.4438 6.3478 33.8566 5.75205 33.2339 5.19531L0.652344 24.3481C0.839932 25.2035 1.08355 26.0379 1.37823 26.8474H38.6236C38.9073 26.0684 39.1431 25.2666 39.3279 24.445C34.7928 23.5418 31.3743 19.5393 31.3743 14.7386L31.375 14.7389Z"
|
|
11
|
-
fill="white" />
|
|
12
|
-
<path
|
|
13
|
-
d="M31.375 14.633V14.7439C31.375 19.5447 34.7931 23.5468 39.3285 24.4503C39.6424 23.0539 39.8083 21.6017 39.8083 20.1106V19.89C39.8083 14.9532 37.992 10.4408 34.9913 6.98438C32.7832 8.79962 31.375 11.5521 31.375 14.6337V14.633Z"
|
|
14
|
-
fill="black" />
|
|
15
|
-
</g>
|
|
16
|
-
<defs>
|
|
17
|
-
<clipPath id="clip0_1061_64">
|
|
18
|
-
<rect width="40" height="40" fill="white" />
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="#000">
|
|
2
|
+
<path
|
|
3
|
+
d="M33.235 5.195A19.624 19.624 0 0 0 20.113.187h-.22C9.012.188.194 9.007.194 19.884v.22c0 1.458.158 2.877.458 4.244L33.235 5.195ZM1.379 26.844C4.132 34.402 11.38 39.798 19.89 39.798h.22c8.51 0 15.76-5.397 18.513-12.954H1.38ZM31.375 14.633v.11c0 4.802 3.418 8.804 7.953 9.707.314-1.396.48-2.848.48-4.34v-.22a19.62 19.62 0 0 0-4.817-12.906 9.877 9.877 0 0 0-3.616 7.65v-.001Z" />
|
|
21
4
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atb-as/generate-assets",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"description": "OOS Design System generate-assets",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@atb-as/theme": "^12.0.
|
|
31
|
+
"@atb-as/theme": "^12.0.5",
|
|
32
32
|
"commander": "^9.4.0",
|
|
33
33
|
"fast-glob": "^3.2.11",
|
|
34
34
|
"micromatch": "^4.0.5",
|
|
35
35
|
"normalize-path": "^3.0.0",
|
|
36
36
|
"stream-editor": "^1.11.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "e4275609f825aaf471bd7cf147b548d38d4a03a1"
|
|
39
39
|
}
|