Skip to content

Commit

Permalink
ci(icons): v3.3.0, created: 0, modified: 1, renamed: 0, deleted: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Dec 14, 2023
1 parent 4c05d4d commit 189b7cb
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 2 deletions.
102 changes: 102 additions & 0 deletions changelogs/2023-12-14-changelog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>2023-12-14 - v3.3.0 Changelog</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: #fff;
}
h1 { margin: 0; }
h2 { margin: 20px 0 0; }

label {
display: inline-block;
width: 100px;
font-size: 12px;
}

svg {
width: 32px;
height: 32px;
}

table {
display: block;
width: max-content;
max-width: 100%;
overflow: auto;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
font-weight: bold;
}

tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

tr {
border-top: 1px solid #21262d;
}

td {
padding: 6px 13px;
border: 1px solid #30363d;
}

.type-bold {
font-weight: bold;
}
</style>
</head>
<body>
<h1>2023-12-14 - v3.3.0 Changelog</h1>

Files: Modifed <span class="type-bold">1</span>, Renamed <span class="type-bold">0</span>, Deleted <span class="type-bold">0</span>, Created <span class="type-bold">0</span>


<h2>Info</h2>
<p>Added icons are new icons that have been introduced in this version. You won't see these icons listed in the "before" column because they did not exist in the previous version.<p>

<p>Modified icons have undergone some changes since the previous version, which could be a visual change or a change to the code behind the icon. If an icon has undergone a visible change,
you will see the difference between the "before" and "after" columns. However, if the change was only to the code, you may not notice any difference in the icon's appearance, but it will
still be listed in the “modified” category</p>

<p>Deleted icons were present in the previous version but have been removed in this version. You will not see these icons listed in the "after" column because they are no longer available
in the current version.</p>

<p>Renamed icons were present in the previous version but have been renamed in this version. You will see a "Previous" and a "New" filename column. You will not see any visual change
in the "before" or "after" column.</p>


<h2>Modified</h2>
<table>
<thead>
<tr>

<td>FileName</td>
<td>Before</td>
<td>After</td>
</tr>
</thead>
<tbody>
<tr>

<td>blog-filled.svg</td>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="pdsicon"><path d="M1.333.667v14.666c0 .368.299.667.667.667h12a.667.667 0 0 0 .667-.667V.667A.667.667 0 0 0 14 0H2a.667.667 0 0 0-.667.667Zm2.334 2.666H7c.184 0 .333.15.333.334V7c0 .184-.149.333-.333.333H3.667A.333.333 0 0 1 3.333 7V3.667c0-.184.15-.334.334-.334Zm8.666 9.334H3.667a.334.334 0 0 1-.334-.334v-.666c0-.184.15-.334.334-.334h8.666c.184 0 .334.15.334.334v.666c0 .184-.15.334-.334.334Zm0-2.667H3.667a.333.333 0 0 1-.334-.333V9c0-.184.15-.333.334-.333h8.666c.184 0 .334.149.334.333v.667c0 .184-.15.333-.334.333Zm0-2.667H9A.333.333 0 0 1 8.667 7v-.667C8.667 6.15 8.816 6 9 6h3.333c.184 0 .334.15.334.333V7c0 .184-.15.333-.334.333Zm0-2.666H9a.333.333 0 0 1-.333-.334v-.666c0-.184.149-.334.333-.334h3.333c.184 0 .334.15.334.334v.666c0 .184-.15.334-.334.334Z"/></svg></td>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="pdsicon"><path d="M14 0H2a.667.667 0 0 0-.667.667v14.666c0 .368.299.667.667.667h12a.667.667 0 0 0 .667-.667V.667A.667.667 0 0 0 14 0Zm-2 13c0 .184-.15.333-.333.333H4.333A.333.333 0 0 1 4 13v-.667c0-.184.15-.333.333-.333h7.334c.184 0 .333.15.333.333V13Zm0-3.333c0 .184-.15.333-.333.333H4.333A.333.333 0 0 1 4 9.667V9c0-.184.15-.333.333-.333h7.334c.184 0 .333.149.333.333v.667Zm0-3.334c0 .184-.15.334-.333.334H4.333A.333.333 0 0 1 4 6.333V3c0-.184.15-.333.333-.333h7.334c.184 0 .333.149.333.333v3.333Z"/></svg></td>
</tr>
</tbody>
</table>



</body>
</html>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Pine Icons</h1>
<h2>Changelogs</h2>

<!-- do not remove this is replaced during update process -->
<a href="changelogs/2023-12-05-changelog.html">2023-12-05-changelog.html</a> <br/><a href="changelogs/2023-11-30-changelog.html">2023-11-30-changelog.html</a> <br/><a href="changelogs/2023-11-28-changelog.html">2023-11-28-changelog.html</a> <br/><a href="changelogs/2023-10-26-changelog.html">2023-10-26-changelog.html</a> <br/><a href="changelogs/2023-10-03-changelog.html">2023-10-03-changelog.html</a>
<a href="changelogs/2023-12-14-changelog.html">2023-12-14-changelog.html</a> <br/><a href="changelogs/2023-12-05-changelog.html">2023-12-05-changelog.html</a> <br/><a href="changelogs/2023-11-30-changelog.html">2023-11-30-changelog.html</a> <br/><a href="changelogs/2023-11-28-changelog.html">2023-11-28-changelog.html</a> <br/><a href="changelogs/2023-10-26-changelog.html">2023-10-26-changelog.html</a> <br/><a href="changelogs/2023-10-03-changelog.html">2023-10-03-changelog.html</a>

<h2>Examples</h2>
<h3>Default</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/svg/blog-filled.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 189b7cb

Please sign in to comment.