platformicons 5.3.4 → 5.4.0
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.
|
@@ -97,7 +97,7 @@ jobs:
|
|
|
97
97
|
# so no need to reinstall them
|
|
98
98
|
- name: Compute dependency cache key
|
|
99
99
|
id: compute_lockfile_hash
|
|
100
|
-
run: echo "
|
|
100
|
+
run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT"
|
|
101
101
|
- name: Check dependency cache
|
|
102
102
|
uses: actions/cache@v2
|
|
103
103
|
id: cache_dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "platformicons",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "Web Platform and Framework Logo Set",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -26,19 +26,17 @@
|
|
|
26
26
|
"prepare": "yarn build"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"react": "
|
|
30
|
-
"react-dom": "^16 || ^17"
|
|
29
|
+
"react": "*"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
32
|
"microbundle": "^0.12.4",
|
|
34
|
-
"react": "^
|
|
35
|
-
"react-dom": "^
|
|
33
|
+
"react": "^17",
|
|
34
|
+
"react-dom": "^17",
|
|
36
35
|
"typescript": "^4.0.2"
|
|
37
36
|
},
|
|
38
37
|
"dependencies": {
|
|
39
38
|
"@types/node": "*",
|
|
40
|
-
"@types/react": "
|
|
41
|
-
"@types/react-dom": "^16 || ^17"
|
|
39
|
+
"@types/react": "*"
|
|
42
40
|
},
|
|
43
41
|
"volta": {
|
|
44
42
|
"node": "16.13.1",
|
package/svg_80x80/remix.svg
CHANGED
|
@@ -1 +1,12 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1_10)">
|
|
3
|
+
<path d="M0 0.0799999H80V80.08H0V0.0799999Z" fill="black"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.76 53.6C60.2 59.36 60.2 62.08 60.2 65H46.88V63.16C46.88 61.32 46.96 59.36 46.64 55.48C46.24 49.76 43.8 48.52 39.28 48.52H18.32V38.12H39.92C45.64 38.12 48.48 36.4 48.48 31.8C48.48 27.76 45.64 25.32 39.92 25.32H18.32V15.16H42.32C55.24 15.16 61.68 21.28 61.68 31C61.68 38.28 57.16 43.04 51.04 43.84C56.2 44.88 59.2 47.8 59.76 53.6Z" fill="white"/>
|
|
5
|
+
<path d="M18.32 65V57.24H32.4C34.76 57.24 35.28 59 35.28 60.04V65H18.32Z" fill="white"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_1_10">
|
|
9
|
+
<rect width="80" height="80" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|