@gitlab/svgs 2.14.0 → 2.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="72" height="72" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="36" cy="36" r="35" fill="#6FDAC9" stroke="#171321" stroke-width="2" stroke-linecap="square"/><path d="M24 36.917L31.059 44 48 27" stroke="#171321" stroke-width="2" stroke-linecap="square"/></svg>
|
package/dist/illustrations.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 252,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "illustrations/Dependency-list-empty-state.svg",
|
|
@@ -785,6 +785,10 @@
|
|
|
785
785
|
"name": "illustrations/subscription-warning.svg",
|
|
786
786
|
"size": 1537
|
|
787
787
|
},
|
|
788
|
+
{
|
|
789
|
+
"name": "illustrations/success-sm.svg",
|
|
790
|
+
"size": 282
|
|
791
|
+
},
|
|
788
792
|
{
|
|
789
793
|
"name": "illustrations/third-party-logos/chorus.svg",
|
|
790
794
|
"size": 2535
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.0",
|
|
4
4
|
"description": "SVG Assets for GitLab",
|
|
5
5
|
"main": "",
|
|
6
6
|
"repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@arkweid/lefthook": "^0.7.7",
|
|
21
|
-
"@gitlab/eslint-plugin": "12.
|
|
21
|
+
"@gitlab/eslint-plugin": "12.3.0",
|
|
22
22
|
"bootstrap": "^4.3.1",
|
|
23
|
-
"eslint": "8.
|
|
23
|
+
"eslint": "8.16.0",
|
|
24
24
|
"glob": "^7.1.3",
|
|
25
25
|
"mkdirp": "^0.5.1",
|
|
26
26
|
"nuxt": "^2.2.0",
|