@gitlab/svgs 3.119.0 → 3.121.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/.tool-versions +1 -1
- package/CONTRIBUTING.md +4 -4
- package/LICENSE +1 -1
- 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.json +1 -33
- package/dist/sprite_icons/hash.svg +1 -0
- package/dist/sprite_icons/multiple-choice.svg +1 -0
- package/package.json +2 -2
- package/dist/illustrations/chart-empty-state.svg +0 -1
- package/dist/illustrations/empty-state/empty-dag-md.svg +0 -1
- package/dist/illustrations/export-import.svg +0 -1
- package/dist/illustrations/lock_promotion.svg +0 -1
- package/dist/illustrations/manual_action.svg +0 -1
- package/dist/illustrations/multi-editor_no_changes_empty.svg +0 -1
- package/dist/illustrations/multi_file_editor_empty.svg +0 -1
- package/dist/illustrations/web-ide_promotion.svg +0 -1
package/.tool-versions
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
nodejs 20.
|
|
1
|
+
nodejs 20.18.0
|
|
2
2
|
yarn 1.22.19
|
package/CONTRIBUTING.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
## Developer Certificate of Origin + License
|
|
2
2
|
|
|
3
|
-
By contributing to GitLab
|
|
4
|
-
conditions for Your present and future Contributions submitted to GitLab
|
|
5
|
-
Except for the license granted herein to GitLab
|
|
6
|
-
distributed by GitLab
|
|
3
|
+
By contributing to GitLab Inc., You accept and agree to the following terms and
|
|
4
|
+
conditions for Your present and future Contributions submitted to GitLab Inc.
|
|
5
|
+
Except for the license granted herein to GitLab Inc. and recipients of software
|
|
6
|
+
distributed by GitLab Inc., You reserve all right, title, and interest in and to
|
|
7
7
|
Your Contributions. All Contributions are subject to the following DCO + License
|
|
8
8
|
terms.
|
|
9
9
|
|
package/LICENSE
CHANGED