@gitlab/svgs 3.3.0 → 3.5.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 +4 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +9 -1
- package/dist/illustrations/schedule-md.svg +1 -0
- package/dist/illustrations.json +5 -1
- package/dist/sprite_icons/check-sm.svg +1 -0
- package/dist/sprite_icons/search-sm.svg +1 -0
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 377,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "sprite_icons/abuse.svg",
|
|
@@ -153,6 +153,10 @@
|
|
|
153
153
|
"name": "sprite_icons/check-circle.svg",
|
|
154
154
|
"size": 327
|
|
155
155
|
},
|
|
156
|
+
{
|
|
157
|
+
"name": "sprite_icons/check-sm.svg",
|
|
158
|
+
"size": 281
|
|
159
|
+
},
|
|
156
160
|
{
|
|
157
161
|
"name": "sprite_icons/check.svg",
|
|
158
162
|
"size": 283
|
|
@@ -1049,6 +1053,10 @@
|
|
|
1049
1053
|
"name": "sprite_icons/search-plus.svg",
|
|
1050
1054
|
"size": 398
|
|
1051
1055
|
},
|
|
1056
|
+
{
|
|
1057
|
+
"name": "sprite_icons/search-sm.svg",
|
|
1058
|
+
"size": 256
|
|
1059
|
+
},
|
|
1052
1060
|
{
|
|
1053
1061
|
"name": "sprite_icons/search.svg",
|
|
1054
1062
|
"size": 254
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="144" height="144" viewBox="0 0 144 144" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="72" cy="72" r="72" fill="#E7E4F2"/><g clip-path="url(#schedule-md__a)"><circle cx="72" cy="72" r="36" fill="#FF9D73"/><circle cx="72" cy="72" r="28" fill="#fff"/><path d="M83 83L72 72V50" stroke="#000" stroke-width="2"/><circle r="2" transform="matrix(1 0 0 -1 72 44)" fill="#000"/><circle r="2" transform="matrix(1 0 0 -1 100 72)" fill="#000"/><circle r="2" transform="matrix(1 0 0 -1 44 72)" fill="#000"/><circle r="2" transform="matrix(1 0 0 -1 72 100)" fill="#000"/><circle cx="72" cy="72" r="4" fill="#fff" stroke="#171321" stroke-width="2"/><path d="M103.716 57.198a34.998 34.998 0 01-40.246 48.747 35.003 35.003 0 01-25.918-40.136A35 35 0 0198.54 49.183" stroke="#171321" stroke-width="2" stroke-linecap="square"/><path d="M92 50h7v-7" stroke="#171321" stroke-width="2" stroke-linecap="square"/></g><path d="M88.065 33.194a42 42 0 00-55.809 52.387" stroke="#171321" stroke-width="2" stroke-linecap="square"/><defs><clipPath id="schedule-md__a"><path fill="#fff" transform="translate(36 36)" d="M0 0h72v72H0z"/></clipPath></defs></svg>
|
package/dist/illustrations.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
2
|
+
"illustrationCount": 260,
|
|
3
3
|
"illustrations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "illustrations/Dependency-list-empty-state.svg",
|
|
@@ -721,6 +721,10 @@
|
|
|
721
721
|
"name": "illustrations/scan-alert-sm.svg",
|
|
722
722
|
"size": 644
|
|
723
723
|
},
|
|
724
|
+
{
|
|
725
|
+
"name": "illustrations/schedule-md.svg",
|
|
726
|
+
"size": 1152
|
|
727
|
+
},
|
|
724
728
|
{
|
|
725
729
|
"name": "illustrations/search-sm.svg",
|
|
726
730
|
"size": 630
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.78 2.62a.75.75 0 010 1.06L4.683 9.777a.75.75 0 01-1.069-.009L1.211 7.284a.75.75 0 011.078-1.043l1.873 1.936L9.72 2.62a.75.75 0 011.06 0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 5.5a3 3 0 11-6 0 3 3 0 016 0zm-.393 3.668a4.5 4.5 0 111.06-1.06l2.613 2.612a.75.75 0 11-1.06 1.06L8.107 9.168z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "SVG Assets for GitLab",
|
|
5
5
|
"main": "./index.js",
|
|
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": "
|
|
21
|
+
"@gitlab/eslint-plugin": "18.1.0",
|
|
22
22
|
"bootstrap": "^4.3.1",
|
|
23
|
-
"eslint": "8.
|
|
23
|
+
"eslint": "8.25.0",
|
|
24
24
|
"glob": "^7.1.3",
|
|
25
25
|
"mkdirp": "^0.5.1",
|
|
26
26
|
"nuxt": "^2.2.0",
|