Skip to content

Commit

Permalink
release 1.1.581
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Dec 9, 2022
1 parent c63d303 commit 10bfb4d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Women",
"src": "../../images/category/women.jpg",
"retina-src": "../../images/category/women-retina.jpg",
"href": "##"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<a href="{{href}}" kvtrackevent="Lending|click-Category|{{name}}|{{index}}">
<div class="category-card">
<div class="category-card-overlay">
<img class="category-image" alt=""
data-interchange="
[{{src}}, (default)]
, [{{retina-src}}, (retina)]
">
</img>

<div class="category-card-title-wrap">
<p class="category-card-title">
{{name}}
</p>
</div>
</div>
</div>
</a>
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styleguide",
"version": "1.1.580",
"version": "1.1.581",
"description": "Based on PatternLab and Foundation - [Pattern Lab Website](http://patternlab.io/) - [About Pattern Lab](http://patternlab.io/about.html) - [Documentation](http://patternlab.io/docs/index.html) - [Demo](http://demo.patternlab.io/)",
"main": "source/js/inc/app.js",
"devDependencies": {
Expand Down

0 comments on commit 10bfb4d

Please sign in to comment.