From b1e6d6312866efdbda3eaa92b1b54a9c00718c15 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Oct 2020 11:16:27 +0000 Subject: [PATCH 1/2] 1.173.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a4fa716..7ebcd70b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitlab/svgs", - "version": "1.172.0", + "version": "1.173.0", "description": "SVG Assets for GitLab", "main": "", "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git", -- GitLab From 1863c957b85c174ce7b217f1274072bc09ac4caa Mon Sep 17 00:00:00 2001 From: Olena Horal-Koretska Date: Fri, 23 Oct 2020 14:20:12 +0300 Subject: [PATCH 2/2] Add long right arrow --- dist/illustrations.json | 6 +++++- dist/illustrations/long-right-arrow.svg | 1 + illustrations/long-right-arrow.svg | 4 ++++ svgpreviewer/components/svg_image.vue | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 dist/illustrations/long-right-arrow.svg create mode 100755 illustrations/long-right-arrow.svg diff --git a/dist/illustrations.json b/dist/illustrations.json index a840c644..a0e53805 100644 --- a/dist/illustrations.json +++ b/dist/illustrations.json @@ -1,5 +1,5 @@ { - "illustrationCount": 155, + "illustrationCount": 156, "illustrations": [ { "name": "illustrations/Dependency-list-empty-state.svg", @@ -373,6 +373,10 @@ "name": "illustrations/logos/swift.svg", "size": 1172 }, + { + "name": "illustrations/long-right-arrow.svg", + "size": 255 + }, { "name": "illustrations/manual_action.svg", "size": 6417 diff --git a/dist/illustrations/long-right-arrow.svg b/dist/illustrations/long-right-arrow.svg new file mode 100644 index 00000000..4cd65be3 --- /dev/null +++ b/dist/illustrations/long-right-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/illustrations/long-right-arrow.svg b/illustrations/long-right-arrow.svg new file mode 100755 index 00000000..2f40c941 --- /dev/null +++ b/illustrations/long-right-arrow.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/svgpreviewer/components/svg_image.vue b/svgpreviewer/components/svg_image.vue index fde09a48..1e03e48f 100644 --- a/svgpreviewer/components/svg_image.vue +++ b/svgpreviewer/components/svg_image.vue @@ -150,6 +150,7 @@ svg { .image-base img { height: 200px; + max-width: 100%; } .image-name { -- GitLab