Skip to content

Commit

Permalink
Merge pull request #70 from indiana-university/release/0.5.0
Browse files Browse the repository at this point in the history
Release/0.5.0
  • Loading branch information
levimcg authored Mar 8, 2021
2 parents 0a57b65 + eaf00ce commit 7d8196e
Show file tree
Hide file tree
Showing 15 changed files with 1,687 additions and 12,105 deletions.
2 changes: 1 addition & 1 deletion dist/rvt-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rivet-icons",
"version": "0.4.0",
"version": "0.5.0",
"description": "Icon set for Indiana University's Rivet design system",
"files": [
"dist/**/*"
Expand Down
5 changes: 5 additions & 0 deletions src/_includes/demo-styles.njk
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@
width: 1rem;
height: 1rem;
}
.rvt-icons-demo > li:target {
background-color: lightgoldenrodyellow;
scroll-margin-top: 2rem;
}
</style>
2 changes: 1 addition & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ layout: "layouts/base.njk"
<hr>
<ul class="rvt-icons-demo rvt-p-top-xxl">
{% for icon in collections.icons %}
<li>
<li id="{{ icon | replace('.svg', '')}}">
<div>
<svg class="rvt-icon">
<use xlink:href="./svg/rvt-icons.svg#{{ icon | replace('.svg', '')}}"></use>
Expand Down
13,743 changes: 1,641 additions & 12,102 deletions src/rivet-icons-source.ai
100755 → 100644

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/svg/rvt-icon-circle-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/rvt-icon-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/svg/rvt-icon-data.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/rvt-icon-expand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/rvt-icon-heart-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/rvt-icon-heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/svg/rvt-icon-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/svg/rvt-icon-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/svg/rvt-icon-ordered-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/rvt-icon-sidebyside.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d8196e

Please sign in to comment.