@gitlab/svgs 2.28.0 → 2.31.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": 378,
2
+ "illustrationCount": 379,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -781,6 +781,10 @@
781
781
  "name": "sprite_icons/live-preview.svg",
782
782
  "size": 377
783
783
  },
784
+ {
785
+ "name": "sprite_icons/live-stream.svg",
786
+ "size": 426
787
+ },
784
788
  {
785
789
  "name": "sprite_icons/location-dot.svg",
786
790
  "size": 323
@@ -0,0 +1 @@
1
+ <svg width="456" height="456" viewBox="0 0 456 456" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="#512BD4" d="M0 0h456v456H0z"/><path d="M81.274 291.333c-3.224 0-5.965-1.074-8.222-3.223-2.257-2.204-3.386-4.821-3.386-7.851 0-3.086 1.129-5.73 3.386-7.934 2.257-2.204 4.998-3.306 8.222-3.306 3.278 0 6.045 1.102 8.302 3.306 2.311 2.204 3.466 4.848 3.466 7.934 0 3.03-1.155 5.647-3.466 7.851-2.257 2.149-5.024 3.223-8.302 3.223zM210.167 289.515h-20.958l-55.215-87.109a38.977 38.977 0 01-3.466-6.86h-.484c.43 2.535.645 7.962.645 16.281v77.688h-18.54V171h22.328l53.362 85.043c2.257 3.527 3.708 5.951 4.353 7.273h.322c-.537-3.14-.806-8.457-.806-15.951V171h18.459v118.515zM300.449 289.515h-64.888V171h62.309v16.695h-43.124v33.554h39.739v16.612h-39.739v35.042h45.703v16.612zM392.667 187.695h-33.21v101.82h-19.185v-101.82h-33.129V171h85.524v16.695z" fill="#fff"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 255,
2
+ "illustrationCount": 257,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -937,6 +937,10 @@
937
937
  "name": "illustrations/third-party-logos/civo.svg",
938
938
  "size": 1594
939
939
  },
940
+ {
941
+ "name": "illustrations/third-party-logos/dotnet.svg",
942
+ "size": 872
943
+ },
940
944
  {
941
945
  "name": "illustrations/third-party-logos/gatsby.svg",
942
946
  "size": 880
@@ -957,6 +961,10 @@
957
961
  "name": "illustrations/third-party-logos/pelican.svg",
958
962
  "size": 3629
959
963
  },
964
+ {
965
+ "name": "illustrations/third-party-logos/salesforce.png",
966
+ "size": 51841
967
+ },
960
968
  {
961
969
  "name": "illustrations/third-party-logos/secure_code_warrior.svg",
962
970
  "size": 1668
@@ -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="M11.596 1.164a.75.75 0 011.054.118 10.75 10.75 0 01-.017 13.438.75.75 0 11-1.17-.94 9.25 9.25 0 00.015-11.562.75.75 0 01.118-1.054zm-3.84 2.97a.75.75 0 011.048.166 6.281 6.281 0 010 7.381.75.75 0 11-1.214-.881 4.781 4.781 0 000-5.619.75.75 0 01.167-1.047zM3 10a2 2 0 100-4 2 2 0 000 4z"/></svg>
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "2.28.0",
3
+ "version": "2.31.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
7
7
  "author": "GitLab",
8
8
  "private": false,
9
9
  "license": "MIT",
10
+ "engines": {
11
+ "node": "^16",
12
+ "yarn": "^1.22.0"
13
+ },
10
14
  "scripts": {
11
15
  "svg": "build_scripts/build-svgs.sh",
12
16
  "dev": "yarn run svg && nuxt",
@@ -18,9 +22,9 @@
18
22
  "dependencies": {},
19
23
  "devDependencies": {
20
24
  "@arkweid/lefthook": "^0.7.7",
21
- "@gitlab/eslint-plugin": "13.1.0",
25
+ "@gitlab/eslint-plugin": "14.0.0",
22
26
  "bootstrap": "^4.3.1",
23
- "eslint": "8.19.0",
27
+ "eslint": "8.20.0",
24
28
  "glob": "^7.1.3",
25
29
  "mkdirp": "^0.5.1",
26
30
  "nuxt": "^2.2.0",