@gitlab/svgs 3.131.0 → 3.133.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 127,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "illustrations/add-user-sm.svg",
|
|
@@ -301,6 +301,10 @@
|
|
|
301
301
|
"name": "illustrations/error/error-422-lg.svg",
|
|
302
302
|
"size": 6587
|
|
303
303
|
},
|
|
304
|
+
{
|
|
305
|
+
"name": "illustrations/error/error-429-lg.svg",
|
|
306
|
+
"size": 11970
|
|
307
|
+
},
|
|
304
308
|
{
|
|
305
309
|
"name": "illustrations/error/error-500-lg.svg",
|
|
306
310
|
"size": 7690
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.133.0",
|
|
4
4
|
"description": "SVG Assets for GitLab",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@arkweid/lefthook": "^0.7.7",
|
|
20
20
|
"@gitlab/eslint-plugin": "20.7.1",
|
|
21
|
-
"@gitlab/svgs": "^3.
|
|
22
|
-
"@gitlab/ui": "^
|
|
21
|
+
"@gitlab/svgs": "^3.132.0",
|
|
22
|
+
"@gitlab/ui": "^114.0.1",
|
|
23
23
|
"@nuxtjs/tailwindcss": "6.11.4",
|
|
24
24
|
"dompurify": "^3.2.4",
|
|
25
25
|
"eslint": "8.57.1",
|
package/src/file_icon_map.js
CHANGED
|
@@ -400,6 +400,7 @@ const twoFileExtensionIcons = {
|
|
|
400
400
|
'actions.ts': 'ngrx-actions',
|
|
401
401
|
'effects.ts': 'ngrx-effects',
|
|
402
402
|
'drone.yml': 'drone',
|
|
403
|
+
'gitlab-ci.yml': 'gitlab',
|
|
403
404
|
};
|
|
404
405
|
|
|
405
406
|
const fileNameIcons = {
|
|
@@ -558,7 +559,6 @@ const fileNameIcons = {
|
|
|
558
559
|
'fuse.js': 'fusebox',
|
|
559
560
|
procfile: 'heroku',
|
|
560
561
|
'.editorconfig': 'editorconfig',
|
|
561
|
-
'.gitlab-ci.yml': 'gitlab',
|
|
562
562
|
'.bowerrc': 'bower',
|
|
563
563
|
'bower.json': 'bower',
|
|
564
564
|
'.eslintrc.js': 'eslint',
|