@gitlab/svgs 3.57.0 → 3.59.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/icons-stacked.svg +1 -1
- package/dist/icons.json +3 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +5 -1
- package/dist/illustrations/empty-state/empty-organizations-md.svg +1 -0
- package/dist/illustrations.json +5 -1
- package/dist/sprite_icons/issue-type-ticket.svg +1 -0
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 404,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "sprite_icons/abuse.svg",
|
|
@@ -737,6 +737,10 @@
|
|
|
737
737
|
"name": "sprite_icons/issue-type-test-case.svg",
|
|
738
738
|
"size": 386
|
|
739
739
|
},
|
|
740
|
+
{
|
|
741
|
+
"name": "sprite_icons/issue-type-ticket.svg",
|
|
742
|
+
"size": 484
|
|
743
|
+
},
|
|
740
744
|
{
|
|
741
745
|
"name": "sprite_icons/issue-update.svg",
|
|
742
746
|
"size": 434
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" fill="none" viewBox="0 0 144 144"><rect width="144" height="144" fill="#E7E4F2" rx="72"/><circle cx="61" cy="81" r="35" fill="#fff"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M95.942 78.99a35 35 0 11-10.068-22.612"/><circle cx="53" cy="94" r="10" fill="#D0C5E2" stroke="#171321" stroke-linecap="square" stroke-width="2"/><circle cx="75" cy="81" r="10" fill="#D0C5E2" stroke="#171321" stroke-linecap="square" stroke-width="2"/><circle cx="53" cy="68" r="10" fill="#D0C5E2" stroke="#171321" stroke-linecap="square" stroke-width="2"/><path fill="#fff" stroke="#171321" stroke-linecap="square" stroke-width="2" d="M96.5 71c12.426 0 22.5-10.074 22.5-22.5S108.926 26 96.5 26 74 36.074 74 48.5V71h22.5z"/><circle cx="96.5" cy="48.5" r="15" fill="#6FDAC9"/><path fill="#171321" fill-rule="evenodd" d="M97.5 42.5v-1h-2v6h-6v2h6v6h2v-6h6v-2h-6v-5z" clip-rule="evenodd"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M126 48a29.007 29.007 0 00-8.494-20.506A29.005 29.005 0 0097 19"/><circle cx="75" cy="70" r="6" fill="#fff" stroke="#171321" stroke-linecap="square" stroke-width="2"/></svg>
|
package/dist/illustrations.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 218,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "illustrations/Dependency-list-empty-state.svg",
|
|
@@ -117,6 +117,10 @@
|
|
|
117
117
|
"name": "illustrations/empty-state/empty-on-call.svg",
|
|
118
118
|
"size": 2049
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
"name": "illustrations/empty-state/empty-organizations-md.svg",
|
|
122
|
+
"size": 1190
|
|
123
|
+
},
|
|
120
124
|
{
|
|
121
125
|
"name": "illustrations/empty-state/empty-package-md.svg",
|
|
122
126
|
"size": 838
|
|
@@ -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="M4 0a4 4 0 00-4 4v8a4 4 0 004 4h8a4 4 0 004-4V4a4 4 0 00-4-4H4zm-.707 11.293l-.232-.232-.829-.829L2 10l1.06-1.06 5.88-5.88L10 2l.232.232.829.829.232.232a1 1 0 001.415 1.414l.231.232.829.829L14 6l-1.06 1.06-5.88 5.88L6 14l-.232-.232-.829-.829-.232-.232a1 1 0 10-1.414-1.414zm3.144.148A2.504 2.504 0 004.56 9.563l3-3.003 1.878 1.878-3.002 3.002z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.59.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": "19.0.0",
|
|
22
22
|
"bootstrap": "^4.3.1",
|
|
23
|
-
"eslint": "8.
|
|
23
|
+
"eslint": "8.46.0",
|
|
24
24
|
"glob": "^7.1.3",
|
|
25
25
|
"mkdirp": "^0.5.1",
|
|
26
26
|
"nuxt": "^2.2.0",
|