hr-design-system-handlebars 1.52.17 → 1.52.18
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 +12 -0
- package/dist/assets/index.css +19 -3
- package/dist/views/components/content/copytext/components/cite.hbs +1 -1
- package/dist/views/components/content/copytext/components/faq.hbs +2 -10
- package/dist/views/components/content/copytext/components/headline.hbs +1 -1
- package/dist/views/components/content/copytext/components/jobposting.hbs +1 -9
- package/dist/views/components/content/copytext/components/paragraph/paragraph.hbs +3 -0
- package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +9 -0
- package/dist/views/components/content/copytext/copytext.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/cite.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/faq.hbs +2 -10
- package/dist/views_static/components/content/copytext/components/headline.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/jobposting.hbs +1 -9
- package/dist/views_static/components/content/copytext/components/paragraph/paragraph.hbs +3 -0
- package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +9 -0
- package/dist/views_static/components/content/copytext/copytext.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/cite.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/faq.hbs +2 -10
- package/src/stories/views/components/content/copytext/components/headline.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/jobposting.hbs +1 -9
- package/src/stories/views/components/content/copytext/components/paragraph/paragraph.hbs +3 -0
- package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +9 -0
- package/src/stories/views/components/content/copytext/copytext.hbs +1 -1
- package/dist/views/components/content/copytext/components/paragraph.hbs +0 -11
- package/dist/views_static/components/content/copytext/components/paragraph.hbs +0 -11
- package/src/stories/views/components/content/copytext/components/paragraph.hbs +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.52.18 (Fri Jan 26 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- adjust font-sizes [#820](https://github.com/mumprod/hr-design-system-handlebars/pull/820) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.52.17 (Fri Jan 26 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2894,6 +2894,9 @@ a.link {
|
|
|
2894
2894
|
.leading-7 {
|
|
2895
2895
|
line-height: 1.75rem;
|
|
2896
2896
|
}
|
|
2897
|
+
.leading-\[1\.625rem\] {
|
|
2898
|
+
line-height: 1.625rem;
|
|
2899
|
+
}
|
|
2897
2900
|
.leading-\[34px\] {
|
|
2898
2901
|
line-height: 34px;
|
|
2899
2902
|
}
|
|
@@ -3258,7 +3261,7 @@ a.link {
|
|
|
3258
3261
|
border-bottom-color: var(--color-secondary-ds);
|
|
3259
3262
|
}
|
|
3260
3263
|
.counter-reset {
|
|
3261
|
-
counter-reset:
|
|
3264
|
+
counter-reset: cnt1706285302242;
|
|
3262
3265
|
}
|
|
3263
3266
|
.hyphens-auto {
|
|
3264
3267
|
-webkit-hyphens: auto;
|
|
@@ -3560,7 +3563,7 @@ a.link {
|
|
|
3560
3563
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3561
3564
|
}
|
|
3562
3565
|
.-ordered {
|
|
3563
|
-
counter-increment:
|
|
3566
|
+
counter-increment: cnt1706285302242 1;
|
|
3564
3567
|
}
|
|
3565
3568
|
.-ordered::before {
|
|
3566
3569
|
position: absolute;
|
|
@@ -3576,7 +3579,7 @@ a.link {
|
|
|
3576
3579
|
letter-spacing: .0125em;
|
|
3577
3580
|
--tw-text-opacity: 1;
|
|
3578
3581
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3579
|
-
content: counter(
|
|
3582
|
+
content: counter(cnt1706285302242);
|
|
3580
3583
|
}
|
|
3581
3584
|
/*! ****************************/
|
|
3582
3585
|
/*! DataPolicy stuff */
|
|
@@ -5469,6 +5472,11 @@ a.link {
|
|
|
5469
5472
|
line-height: 1.75rem;
|
|
5470
5473
|
}
|
|
5471
5474
|
|
|
5475
|
+
.sm480\:text-3xl {
|
|
5476
|
+
font-size: 1.625rem;
|
|
5477
|
+
line-height: 2rem;
|
|
5478
|
+
}
|
|
5479
|
+
|
|
5472
5480
|
.sm480\:text-5xl {
|
|
5473
5481
|
font-size: 2.125rem;
|
|
5474
5482
|
line-height: 2.375rem;
|
|
@@ -5489,6 +5497,14 @@ a.link {
|
|
|
5489
5497
|
line-height: 1.6875rem;
|
|
5490
5498
|
}
|
|
5491
5499
|
|
|
5500
|
+
.sm480\:leading-9 {
|
|
5501
|
+
line-height: 2.25rem;
|
|
5502
|
+
}
|
|
5503
|
+
|
|
5504
|
+
.sm480\:leading-normal {
|
|
5505
|
+
line-height: 1.5;
|
|
5506
|
+
}
|
|
5507
|
+
|
|
5492
5508
|
.sm480\:ar-16-7 {
|
|
5493
5509
|
aspect-ratio: 16 / 7;
|
|
5494
5510
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{> components/base/image/icon _icon="quotation" _addClass="sm:ml-4 mr-2 mt-px float-left text-gray-scorpion w-6 h-6 sm480:w-8 sm480:h-8 fill-current dark:fill-link-dark"}}
|
|
3
3
|
<span class="sr-only">{{loca "story_cite_intro_sr" }}</span>
|
|
4
4
|
<blockquote>
|
|
5
|
-
<cite class="block mx-8 text-
|
|
5
|
+
<cite class="block mx-8 text-lg leading-[1.625rem] not-italic sm480:mx-10 font-headingSerif sm:mx-14 sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</cite>
|
|
6
6
|
{{#with this.paragraphProperties}}
|
|
7
7
|
{{#with this.[0]}}
|
|
8
8
|
{{#with this.citeAuthor}}
|
|
@@ -1,16 +1,8 @@
|
|
|
1
|
-
<h2 class="clear-both text-
|
|
1
|
+
<h2 class="clear-both text-2xl sm480:text-3xl font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
|
|
2
2
|
{{#with this.paragraphProperties.[0]}}
|
|
3
3
|
{{#with this.faqAnswer}}
|
|
4
4
|
{{#each this.split}}
|
|
5
|
-
{{
|
|
6
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
7
|
-
{{/if}}
|
|
8
|
-
{{#if this.isUl}}
|
|
9
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
10
|
-
{{/if}}
|
|
11
|
-
{{#if this.isOl}}
|
|
12
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
13
|
-
{{/if}}
|
|
5
|
+
{{> components/content/copytext/components/paragraph/paragraph_body }}
|
|
14
6
|
{{/each}}
|
|
15
7
|
{{/with}}
|
|
16
8
|
{{/with}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<h2 class="clear-both text-
|
|
1
|
+
<h2 class="clear-both text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
{{#with this.paragraphProperties.[0]}}
|
|
2
2
|
{{#with this.jobDescription}}
|
|
3
3
|
{{#each this.split}}
|
|
4
|
-
{{
|
|
5
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
6
|
-
{{/if}}
|
|
7
|
-
{{#if this.isUl}}
|
|
8
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
9
|
-
{{/if}}
|
|
10
|
-
{{#if this.isOl}}
|
|
11
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
12
|
-
{{/if}}
|
|
4
|
+
{{> components/content/copytext/components/paragraph/paragraph_body }}
|
|
13
5
|
{{/each}}
|
|
14
6
|
{{/with}}
|
|
15
7
|
{{/with}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{{#if this.isText}}
|
|
2
|
+
<p class="mt-6 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
3
|
+
{{/if}}
|
|
4
|
+
{{#if this.isUl}}
|
|
5
|
+
<ul class="mt-6 ml-5 text-lg leading-[1.625rem] list-disc sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
|
+
{{/if}}
|
|
7
|
+
{{#if this.isOl}}
|
|
8
|
+
<ol class="mt-6 ml-5 text-lg leading-[1.625rem] list-decimal sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
|
+
{{/if}}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{> components/base/image/icon _icon="quotation" _addClass="sm:ml-4 mr-2 mt-px float-left text-gray-scorpion w-6 h-6 sm480:w-8 sm480:h-8 fill-current dark:fill-link-dark"}}
|
|
3
3
|
<span class="sr-only">{{loca "story_cite_intro_sr" }}</span>
|
|
4
4
|
<blockquote>
|
|
5
|
-
<cite class="block mx-8 text-
|
|
5
|
+
<cite class="block mx-8 text-lg leading-[1.625rem] not-italic sm480:mx-10 font-headingSerif sm:mx-14 sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</cite>
|
|
6
6
|
{{#with this.paragraphProperties}}
|
|
7
7
|
{{#with this.[0]}}
|
|
8
8
|
{{#with this.citeAuthor}}
|
|
@@ -1,16 +1,8 @@
|
|
|
1
|
-
<h2 class="clear-both text-
|
|
1
|
+
<h2 class="clear-both text-2xl sm480:text-3xl font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
|
|
2
2
|
{{#with this.paragraphProperties.[0]}}
|
|
3
3
|
{{#with this.faqAnswer}}
|
|
4
4
|
{{#each this.split}}
|
|
5
|
-
{{
|
|
6
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
7
|
-
{{/if}}
|
|
8
|
-
{{#if this.isUl}}
|
|
9
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
10
|
-
{{/if}}
|
|
11
|
-
{{#if this.isOl}}
|
|
12
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
13
|
-
{{/if}}
|
|
5
|
+
{{> components/content/copytext/components/paragraph/paragraph_body }}
|
|
14
6
|
{{/each}}
|
|
15
7
|
{{/with}}
|
|
16
8
|
{{/with}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<h2 class="clear-both text-
|
|
1
|
+
<h2 class="clear-both text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
{{#with this.paragraphProperties.[0]}}
|
|
2
2
|
{{#with this.jobDescription}}
|
|
3
3
|
{{#each this.split}}
|
|
4
|
-
{{
|
|
5
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
6
|
-
{{/if}}
|
|
7
|
-
{{#if this.isUl}}
|
|
8
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
9
|
-
{{/if}}
|
|
10
|
-
{{#if this.isOl}}
|
|
11
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
12
|
-
{{/if}}
|
|
4
|
+
{{> components/content/copytext/components/paragraph/paragraph_body }}
|
|
13
5
|
{{/each}}
|
|
14
6
|
{{/with}}
|
|
15
7
|
{{/with}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{{#if this.isText}}
|
|
2
|
+
<p class="mt-6 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
3
|
+
{{/if}}
|
|
4
|
+
{{#if this.isUl}}
|
|
5
|
+
<ul class="mt-6 ml-5 text-lg leading-[1.625rem] list-disc sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
|
+
{{/if}}
|
|
7
|
+
{{#if this.isOl}}
|
|
8
|
+
<ol class="mt-6 ml-5 text-lg leading-[1.625rem] list-decimal sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
|
+
{{/if}}
|
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.52.
|
|
9
|
+
"version": "1.52.18",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{> components/base/image/icon _icon="quotation" _addClass="sm:ml-4 mr-2 mt-px float-left text-gray-scorpion w-6 h-6 sm480:w-8 sm480:h-8 fill-current dark:fill-link-dark"}}
|
|
3
3
|
<span class="sr-only">{{loca "story_cite_intro_sr" }}</span>
|
|
4
4
|
<blockquote>
|
|
5
|
-
<cite class="block mx-8 text-
|
|
5
|
+
<cite class="block mx-8 text-lg leading-[1.625rem] not-italic sm480:mx-10 font-headingSerif sm:mx-14 sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</cite>
|
|
6
6
|
{{#with this.paragraphProperties}}
|
|
7
7
|
{{#with this.[0]}}
|
|
8
8
|
{{#with this.citeAuthor}}
|
|
@@ -1,16 +1,8 @@
|
|
|
1
|
-
<h2 class="clear-both text-
|
|
1
|
+
<h2 class="clear-both text-2xl sm480:text-3xl font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
|
|
2
2
|
{{#with this.paragraphProperties.[0]}}
|
|
3
3
|
{{#with this.faqAnswer}}
|
|
4
4
|
{{#each this.split}}
|
|
5
|
-
{{
|
|
6
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
7
|
-
{{/if}}
|
|
8
|
-
{{#if this.isUl}}
|
|
9
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
10
|
-
{{/if}}
|
|
11
|
-
{{#if this.isOl}}
|
|
12
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
13
|
-
{{/if}}
|
|
5
|
+
{{> components/content/copytext/components/paragraph/paragraph_body }}
|
|
14
6
|
{{/each}}
|
|
15
7
|
{{/with}}
|
|
16
8
|
{{/with}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<h2 class="clear-both text-
|
|
1
|
+
<h2 class="clear-both text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
{{#with this.paragraphProperties.[0]}}
|
|
2
2
|
{{#with this.jobDescription}}
|
|
3
3
|
{{#each this.split}}
|
|
4
|
-
{{
|
|
5
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
6
|
-
{{/if}}
|
|
7
|
-
{{#if this.isUl}}
|
|
8
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
9
|
-
{{/if}}
|
|
10
|
-
{{#if this.isOl}}
|
|
11
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
12
|
-
{{/if}}
|
|
4
|
+
{{> components/content/copytext/components/paragraph/paragraph_body }}
|
|
13
5
|
{{/each}}
|
|
14
6
|
{{/with}}
|
|
15
7
|
{{/with}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{{#if this.isText}}
|
|
2
|
+
<p class="mt-6 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
3
|
+
{{/if}}
|
|
4
|
+
{{#if this.isUl}}
|
|
5
|
+
<ul class="mt-6 ml-5 text-lg leading-[1.625rem] list-disc sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
|
+
{{/if}}
|
|
7
|
+
{{#if this.isOl}}
|
|
8
|
+
<ol class="mt-6 ml-5 text-lg leading-[1.625rem] list-decimal sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
|
+
{{/if}}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{{#each this.text.split}}
|
|
2
|
-
{{#if this.isText}}
|
|
3
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
4
|
-
{{/if}}
|
|
5
|
-
{{#if this.isUl}}
|
|
6
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
7
|
-
{{/if}}
|
|
8
|
-
{{#if this.isOl}}
|
|
9
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
10
|
-
{{/if}}
|
|
11
|
-
{{/each}}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{{#each this.text.split}}
|
|
2
|
-
{{#if this.isText}}
|
|
3
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
4
|
-
{{/if}}
|
|
5
|
-
{{#if this.isUl}}
|
|
6
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
7
|
-
{{/if}}
|
|
8
|
-
{{#if this.isOl}}
|
|
9
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
10
|
-
{{/if}}
|
|
11
|
-
{{/each}}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{{#each this.text.split}}
|
|
2
|
-
{{#if this.isText}}
|
|
3
|
-
<p class="mt-6 text-base sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
|
|
4
|
-
{{/if}}
|
|
5
|
-
{{#if this.isUl}}
|
|
6
|
-
<ul class="mt-6 ml-5 text-base list-disc sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
|
|
7
|
-
{{/if}}
|
|
8
|
-
{{#if this.isOl}}
|
|
9
|
-
<ol class="mt-6 ml-5 text-base list-decimal sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
|
|
10
|
-
{{/if}}
|
|
11
|
-
{{/each}}
|