@gitlab/svgs 3.13.0 → 3.15.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.
- package/dist/file_icons/file_icons/file.svg +1 -0
- package/dist/file_icons/file_icons/folder-git.svg +1 -0
- package/dist/file_icons/file_icons-stacked.svg +1 -1
- package/dist/file_icons/file_icons.json +4 -2
- package/dist/file_icons/file_icons.svg +1 -1
- package/dist/file_icons/file_icons_individual.json +9 -1
- package/dist/icons-stacked.svg +1 -1
- package/dist/icons.json +2 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +2 -2
- package/dist/sprite_icons/{issue-type-key-result.svg → issue-type-keyresult.svg} +0 -0
- package/dist/sprite_icons/progress.svg +1 -1
- package/package.json +2 -2
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
"size": 317
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
|
-
"name": "sprite_icons/issue-type-
|
|
693
|
+
"name": "sprite_icons/issue-type-keyresult.svg",
|
|
694
694
|
"size": 383
|
|
695
695
|
},
|
|
696
696
|
{
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
},
|
|
988
988
|
{
|
|
989
989
|
"name": "sprite_icons/progress.svg",
|
|
990
|
-
"size":
|
|
990
|
+
"size": 263
|
|
991
991
|
},
|
|
992
992
|
{
|
|
993
993
|
"name": "sprite_icons/project.svg",
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 5.5h8a2.5 2.5 0 010 5H4a2.5 2.5 0 010-5zM0 8a4 4 0 014-4h8a4 4 0 010 8H4a4 4 0 01-4-4zm4-1a1 1 0 000 2h5a1 1 0 000-2H4z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
4
4
|
"description": "SVG Assets for GitLab",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@arkweid/lefthook": "^0.7.7",
|
|
21
21
|
"@gitlab/eslint-plugin": "18.1.0",
|
|
22
22
|
"bootstrap": "^4.3.1",
|
|
23
|
-
"eslint": "8.
|
|
23
|
+
"eslint": "8.31.0",
|
|
24
24
|
"glob": "^7.1.3",
|
|
25
25
|
"mkdirp": "^0.5.1",
|
|
26
26
|
"nuxt": "^2.2.0",
|