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
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
{{~#if (isStorybook)~}}
|
|
5
|
+
{{> components/page/components/commentlink.ssi }}
|
|
6
|
+
{{else}}
|
|
7
|
+
{{{this.ssi.comments-pageheaderDS}}}
|
|
8
|
+
{{~/if~}}
|
|
9
|
+
</span>
|
|
10
|
+
</div>
|
|
11
|
+
{{/with}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<a class="text-xs sm480:text-sm font-headingSerif text-link hover:underline dark:text-link-dark" href="#commentList">
|
|
2
|
+
{{> 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"}}
|
|
3
|
+
<span class="sr-only">{{loca "comment_anchor_1"}}</span>
|
|
4
|
+
<span class="text-link">{{this.quantity}}</span>
|
|
5
|
+
{{#if this.hasOneComment}}
|
|
6
|
+
<span class="text-link">{{loca "comment_label_text"}}</span>
|
|
7
|
+
{{else}}
|
|
8
|
+
<span class="text-link">{{loca "comment_label_text_many"}}</span>
|
|
9
|
+
{{/if}}
|
|
10
|
+
<span class="sr-only">{{loca "comment_anchor_2"}}</span>
|
|
11
|
+
</a>
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.67.
|
|
9
|
+
"version": "1.67.5",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="print" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #006dc1;
|
|
7
|
+
stroke-width: 0px;
|
|
8
|
+
}
|
|
9
|
+
</style>
|
|
10
|
+
</defs>
|
|
11
|
+
<path class="cls-1" d="M275.5,243.5h-24.08c-5.52,0-10-4.48-10-10s4.48-10,10-10h24.08c5.51,0,10-4.49,10-10v-102c0-5.51-4.49-10-10-10H44.5c-5.51,0-10,4.49-10,10v102c0,5.51,4.49,10,10,10h22.04c5.52,0,10,4.48,10,10s-4.48,10-10,10h-22.04c-16.54,0-30-13.46-30-30v-102c0-16.54,13.46-30,30-30h231c16.54,0,30,13.46,30,30v102c0,16.54-13.46,30-30,30Z"/>
|
|
12
|
+
<path class="cls-1" d="M209.96,217h-100c-5.52,0-10-4.48-10-10s4.48-10,10-10h100c5.52,0,10,4.48,10,10s-4.48,10-10,10Z"/>
|
|
13
|
+
<path class="cls-1" d="M209.96,256h-100c-5.52,0-10-4.48-10-10s4.48-10,10-10h100c5.52,0,10,4.48,10,10s-4.48,10-10,10Z"/>
|
|
14
|
+
<path class="cls-1" d="M232.5,101.5H86.5c-12.13,0-22-9.87-22-22v-42c0-12.13,9.87-22,22-22h146c12.13,0,22,9.87,22,22v42c0,12.13-9.87,22-22,22ZM86.5,35.5c-1.1,0-2,.9-2,2v42c0,1.1.9,2,2,2h146c1.1,0,2-.9,2-2v-42c0-1.1-.9-2-2-2H86.5Z"/>
|
|
15
|
+
<path class="cls-1" d="M232.5,304.5H86.5c-12.13,0-22-9.87-22-22v-98c0-12.13,9.87-22,22-22h146c12.13,0,22,9.87,22,22v98c0,12.13-9.87,22-22,22ZM86.5,182.5c-1.1,0-2,.9-2,2v98c0,1.1.9,2,2,2h146c1.1,0,2-.9,2-2v-98c0-1.1-.9-2-2-2H86.5Z"/>
|
|
16
|
+
</svg>
|