@gitlab/svgs 3.12.0 → 3.14.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 +4 -3
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +6 -2
- package/dist/sprite_icons/collapse-solid.svg +1 -0
- package/dist/sprite_icons/{issue-type-key-result.svg → issue-type-keyresult.svg} +0 -0
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 385,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "sprite_icons/abuse.svg",
|
|
@@ -241,6 +241,10 @@
|
|
|
241
241
|
"name": "sprite_icons/collapse-right.svg",
|
|
242
242
|
"size": 348
|
|
243
243
|
},
|
|
244
|
+
{
|
|
245
|
+
"name": "sprite_icons/collapse-solid.svg",
|
|
246
|
+
"size": 418
|
|
247
|
+
},
|
|
244
248
|
{
|
|
245
249
|
"name": "sprite_icons/collapse.svg",
|
|
246
250
|
"size": 417
|
|
@@ -686,7 +690,7 @@
|
|
|
686
690
|
"size": 317
|
|
687
691
|
},
|
|
688
692
|
{
|
|
689
|
-
"name": "sprite_icons/issue-type-
|
|
693
|
+
"name": "sprite_icons/issue-type-keyresult.svg",
|
|
690
694
|
"size": 383
|
|
691
695
|
},
|
|
692
696
|
{
|
|
@@ -0,0 +1 @@
|
|
|
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="M16 8A8 8 0 110 8a8 8 0 0116 0zM8 8l-.53-.53-2.25-2.25a.75.75 0 011.06-1.061l.97.97v-2.38a.75.75 0 011.5 0v2.38l.97-.97a.75.75 0 111.06 1.06L8.53 7.47 8 8l.53.53 2.25 2.25a.75.75 0 01-1.06 1.061l-.97-.97v2.38a.75.75 0 01-1.5 0v-2.38l-.97.97a.75.75 0 11-1.06-1.06l2.25-2.25L8 8z"/></svg>
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.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.29.0",
|
|
24
24
|
"glob": "^7.1.3",
|
|
25
25
|
"mkdirp": "^0.5.1",
|
|
26
26
|
"nuxt": "^2.2.0",
|