Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PASE-1716: Add link styles to tag list items #818

Merged
merged 6 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unpublished Changes
* larva-patterns - Add brand primary link styles to tag list module.
* larva-patterns - Reorder css class names of modules starting with letter `c` based on WP coding standards.

## 1.56.0 08-15-2023
Expand Down
2 changes: 1 addition & 1 deletion build/css/larva-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.inline-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.inline.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/svg/defs/sprite.defs.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ <h2>youtube</h2>

</section>
<footer>
<p>Generated at Tue, 22 Aug 2023 20:32:42 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
<p>Generated at Wed, 27 Sep 2023 23:07:39 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion packages/larva-css/build/css/algorithms.common.async.css

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

12 changes: 6 additions & 6 deletions packages/larva-css/build/css/algorithms.common.inline.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const tag_list_terms = Array.from( titles, ( title, index ) => ( {
c_span: {
...c_span,
c_span_classes: '',
c_span_link_classes: 'lrv-u-color-black',
c_span_link_classes: 'lrv-u-font-weight-bold lrv-u-color-black lrv-u-color-brand-primary:hover lrv-a-hover-effect',
c_span_text: `${title}${index === titles.length - 1 ? '' : ','}`,
c_span_url: `#test-link-${ index + 1 }`,
}
Expand Down
2 changes: 1 addition & 1 deletion packages/larva/build/css/larva-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/larva/build/css/larva.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/larva/build/css/larva.inline-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/larva/build/css/larva.inline.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/larva/build/svg/defs/sprite.defs.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ <h2>youtube</h2>

</section>
<footer>
<p>Generated at Tue, 22 Aug 2023 20:32:42 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
<p>Generated at Wed, 27 Sep 2023 23:07:39 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
</footer>
</body>
</html>
Loading