@gitlab/svgs 2.11.0 → 2.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 370,
2
+ "illustrationCount": 371,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -1397,6 +1397,10 @@
1397
1397
  "name": "sprite_icons/timer.svg",
1398
1398
  "size": 403
1399
1399
  },
1400
+ {
1401
+ "name": "sprite_icons/title.svg",
1402
+ "size": 442
1403
+ },
1400
1404
  {
1401
1405
  "name": "sprite_icons/todo-add.svg",
1402
1406
  "size": 420
@@ -0,0 +1 @@
1
+ <svg width="144" height="144" viewBox="0 0 144 144" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M126.45 28.009a70.001 70.001 0 11-9.883-9.989" stroke="#AC7FFF" stroke-opacity=".24" stroke-width="4" stroke-linecap="round"/><circle cx="52" cy="92" r="12" stroke="#6E49CB" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><circle cx="52" cy="52" r="12" stroke="#6E49CB" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><circle cx="93" cy="72" r="15.75" stroke="#AFA3C6" stroke-opacity=".16" stroke-width="6"/><path d="M109.889 80.144a18.75 18.75 0 10-4.881 6.256" stroke="#6E49CB" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M95 67a2 2 0 10-4 0v3h-3a2 2 0 100 4h3v3a2 2 0 104 0v-3h3a2 2 0 100-4h-3v-3z" fill="#04AF92"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="68" cy="40" r="10.809" fill="#F0F0F0" stroke="#DBDBDB" stroke-width="2.382"/><circle cx="46" cy="16" r="12" stroke="#DBDBDB" stroke-width="2.382"/><circle cx="46" cy="64" r="12" stroke="#DBDBDB" stroke-width="2.382"/><circle cx="23" cy="40" r="21" stroke="#6E49CB" stroke-width="2.382"/><circle cx="23" cy="40" r="17" fill="#6E49CB"/><circle cx="23" cy="40" r="17" fill="#fff" fill-opacity=".9"/><path d="M22.313 48V33.366M15 40.305h15" stroke="#6E49CB" stroke-width="2.382" stroke-linecap="round"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 250,
2
+ "illustrationCount": 251,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -177,6 +177,10 @@
177
177
  "name": "illustrations/empty-state/empty-state-clusters.svg",
178
178
  "size": 5299
179
179
  },
180
+ {
181
+ "name": "illustrations/empty-state/empty-subgroup-md.svg",
182
+ "size": 836
183
+ },
180
184
  {
181
185
  "name": "illustrations/empty-state/empty-tags-lg.svg",
182
186
  "size": 1564
@@ -609,10 +613,6 @@
609
613
  "name": "illustrations/network-policies-not-detected-sm.svg",
610
614
  "size": 1463
611
615
  },
612
- {
613
- "name": "illustrations/network.svg",
614
- "size": 940
615
- },
616
616
  {
617
617
  "name": "illustrations/no-packages.svg",
618
618
  "size": 7209
@@ -765,6 +765,10 @@
765
765
  "name": "illustrations/starred_empty.svg",
766
766
  "size": 6953
767
767
  },
768
+ {
769
+ "name": "illustrations/subgroup-create-new-sm.svg",
770
+ "size": 612
771
+ },
768
772
  {
769
773
  "name": "illustrations/subscription-cancelled.svg",
770
774
  "size": 1567
@@ -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="M.75 2a.75.75 0 00-.75.75v1.5a.75.75 0 001.5 0V3.5h2.75v9h-.5a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-.5v-9H8.5v.75a.75.75 0 001.5 0v-1.5A.75.75 0 009.25 2H.75zM8 7.75A.75.75 0 018.75 7h6.5a.75.75 0 010 1.5h-6.5A.75.75 0 018 7.75zm0 3.5a.75.75 0 01.75-.75h6.5a.75.75 0 010 1.5h-6.5a.75.75 0 01-.75-.75z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "2.11.0",
3
+ "version": "2.14.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.0.1",
21
+ "@gitlab/eslint-plugin": "12.2.0",
22
22
  "bootstrap": "^4.3.1",
23
- "eslint": "7.32.0",
23
+ "eslint": "8.15.0",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",
@@ -1 +0,0 @@
1
- <svg width="72" height="72" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_344_1648)" stroke="#6E49CB" stroke-linejoin="round"><circle cx="36" cy="36" r="34" stroke-width="4" stroke-linecap="round"/><path d="M2.143 39.107c21.43 16.785 34.868 20.386 61.82 16.564m7.23-20.442c-26.457 1.308-39.938 5.738-62.014 20.38m21.077 13.807C47.345 46.853 51.115 32.784 47.597 4.699M8.354 15.925c26.951-3.822 40.39-.221 61.82 16.564" stroke-width="2"/><circle cx="48.803" cy="19.516" r="6" fill="#FF675F" stroke-width="4" stroke-linecap="round"/><circle cx="38.968" cy="56.221" r="6" fill="#FF675F" stroke-width="4" stroke-linecap="round"/><circle cx="46.348" cy="38.349" r="6" fill="#4BEACC" stroke-width="4" stroke-linecap="round"/><circle cx="17.977" cy="49.561" r="6" fill="#4BEACC" stroke-width="4" stroke-linecap="round"/></g><defs><clipPath id="clip0_344_1648"><path fill="#fff" d="M0 0h72v72H0z"/></clipPath></defs></svg>