hr-design-system-handlebars 1.67.3 → 1.67.5
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/CHANGELOG.md +24 -0
- package/dist/assets/icons/icons/svgmap/print.svg +16 -16
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +3 -3
- package/dist/views/components/page/components/commentinfo.hbs +11 -0
- package/dist/views/components/page/components/commentlink.ssi.hbs +11 -0
- package/dist/views/components/page/components/metadatabox.hbs +1 -1
- package/dist/views_static/components/page/components/commentinfo.hbs +11 -0
- package/dist/views_static/components/page/components/commentlink.ssi.hbs +11 -0
- package/dist/views_static/components/page/components/metadatabox.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/icons/icons/svgmap/print.svg +16 -16
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/stories/views/components/page/components/commentinfo.hbs +11 -0
- package/src/stories/views/components/page/components/commentlink.ssi.hbs +11 -0
- package/src/stories/views/components/page/components/metadatabox.hbs +1 -1
- package/dist/views/components/page/components/commentlink.hbs +0 -17
- package/dist/views_static/components/page/components/commentlink.hbs +0 -17
- package/src/stories/views/components/page/components/commentlink.hbs +0 -17
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{{#with this.userComments ~}}
|
|
2
|
-
<div class="{{#unless ../this.hasMoreThanOneAuthor}}{{#if ../this.authorImage.isImage}}ml-14 {{/if}}{{/unless}}mt-0.5 -mb-1">
|
|
3
|
-
<span class="relative z-30 whitespace-nowrap">
|
|
4
|
-
<a class="text-xs sm480:text-sm font-headingSerif text-link hover:underline dark:text-link-dark" href="#commentList">
|
|
5
|
-
{{> components/base/image/icon _icon="kommentar" _iconmap="icons" _addClass="mr-0.5 inline w-5 h-5 text-link dark:text-link-dark fill-current"}}
|
|
6
|
-
<span class="sr-only">{{loca "comment_anchor_1"}}</span>
|
|
7
|
-
<span class="text-link">{{this.quantity}}</span>
|
|
8
|
-
{{#if this.hasOneComment}}
|
|
9
|
-
<span class="text-link">{{loca "comment_label_text"}}</span>
|
|
10
|
-
{{else}}
|
|
11
|
-
<span class="text-link">{{loca "comment_label_text_many"}}</span>
|
|
12
|
-
{{/if}}
|
|
13
|
-
<span class="sr-only">{{loca "comment_anchor_2"}}</span>
|
|
14
|
-
</a>
|
|
15
|
-
</span>
|
|
16
|
-
</div>
|
|
17
|
-
{{/with}}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{{#with this.userComments ~}}
|
|
2
|
-
<div class="{{#unless ../this.hasMoreThanOneAuthor}}{{#if ../this.authorImage.isImage}}ml-14 {{/if}}{{/unless}}mt-0.5 -mb-1">
|
|
3
|
-
<span class="relative z-30 whitespace-nowrap">
|
|
4
|
-
<a class="text-xs sm480:text-sm font-headingSerif text-link hover:underline dark:text-link-dark" href="#commentList">
|
|
5
|
-
{{> components/base/image/icon _icon="kommentar" _iconmap="icons" _addClass="mr-0.5 inline w-5 h-5 text-link dark:text-link-dark fill-current"}}
|
|
6
|
-
<span class="sr-only">{{loca "comment_anchor_1"}}</span>
|
|
7
|
-
<span class="text-link">{{this.quantity}}</span>
|
|
8
|
-
{{#if this.hasOneComment}}
|
|
9
|
-
<span class="text-link">{{loca "comment_label_text"}}</span>
|
|
10
|
-
{{else}}
|
|
11
|
-
<span class="text-link">{{loca "comment_label_text_many"}}</span>
|
|
12
|
-
{{/if}}
|
|
13
|
-
<span class="sr-only">{{loca "comment_anchor_2"}}</span>
|
|
14
|
-
</a>
|
|
15
|
-
</span>
|
|
16
|
-
</div>
|
|
17
|
-
{{/with}}
|