hr-design-system-handlebars 1.89.0 → 1.89.1
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 +13 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content/copytext/components/contentbox/contentbox.hbs +3 -3
- package/dist/views/components/content/copytext/components/infobox.hbs +3 -3
- package/dist/views_static/components/content/copytext/components/contentbox/contentbox.hbs +3 -3
- package/dist/views_static/components/content/copytext/components/infobox.hbs +3 -3
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/contentbox/contentbox.hbs +3 -3
- package/src/stories/views/components/content/copytext/components/infobox.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.89.1 (Tue Aug 06 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix: reduce top margin in infobox/contentbox [#1041](https://github.com/mumprod/hr-design-system-handlebars/pull/1041) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.89.0 (Tue Aug 06 2024)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3327,7 +3327,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3327
3327
|
border-bottom-color: var(--color-secondary-ds);
|
|
3328
3328
|
}
|
|
3329
3329
|
.counter-reset {
|
|
3330
|
-
counter-reset:
|
|
3330
|
+
counter-reset: cnt1722952007408;
|
|
3331
3331
|
}
|
|
3332
3332
|
.hyphens-auto {
|
|
3333
3333
|
-webkit-hyphens: auto;
|
|
@@ -3735,7 +3735,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3735
3735
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3736
3736
|
}
|
|
3737
3737
|
.-ordered {
|
|
3738
|
-
counter-increment:
|
|
3738
|
+
counter-increment: cnt1722952007408 1;
|
|
3739
3739
|
}
|
|
3740
3740
|
.-ordered::before {
|
|
3741
3741
|
position: absolute;
|
|
@@ -3751,7 +3751,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3751
3751
|
letter-spacing: .0125em;
|
|
3752
3752
|
--tw-text-opacity: 1;
|
|
3753
3753
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3754
|
-
content: counter(
|
|
3754
|
+
content: counter(cnt1722952007408);
|
|
3755
3755
|
}
|
|
3756
3756
|
/*! ****************************/
|
|
3757
3757
|
/*! DataPolicy stuff */
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
{{#each this.paragraph}}
|
|
34
34
|
{{#each this.text.split}}
|
|
35
35
|
{{#if this.isText}}
|
|
36
|
-
<p class="mt-4 text-base
|
|
36
|
+
<p class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
37
37
|
{{/if}}
|
|
38
38
|
{{#if this.isUl}}
|
|
39
|
-
<ul class="
|
|
39
|
+
<ul class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
40
40
|
{{/if}}
|
|
41
41
|
{{#if this.isOl}}
|
|
42
|
-
<ol class="
|
|
42
|
+
<ol class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
43
43
|
{{/if}}
|
|
44
44
|
{{/each}}
|
|
45
45
|
{{/each}}
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
|
|
32
32
|
{{#each this.text.split}}
|
|
33
33
|
{{#if this.isText}}
|
|
34
|
-
<p class="mt-4 text-base
|
|
34
|
+
<p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
35
35
|
{{/if}}
|
|
36
36
|
{{#if this.isUl}}
|
|
37
|
-
<ul class="
|
|
37
|
+
<ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if this.isOl}}
|
|
40
|
-
<ol class="
|
|
40
|
+
<ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
41
41
|
{{/if}}
|
|
42
42
|
{{/each}}
|
|
43
43
|
{{~#block "subParagraphs"}}{{/block~}}
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
{{#each this.paragraph}}
|
|
34
34
|
{{#each this.text.split}}
|
|
35
35
|
{{#if this.isText}}
|
|
36
|
-
<p class="mt-4 text-base
|
|
36
|
+
<p class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
37
37
|
{{/if}}
|
|
38
38
|
{{#if this.isUl}}
|
|
39
|
-
<ul class="
|
|
39
|
+
<ul class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
40
40
|
{{/if}}
|
|
41
41
|
{{#if this.isOl}}
|
|
42
|
-
<ol class="
|
|
42
|
+
<ol class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
43
43
|
{{/if}}
|
|
44
44
|
{{/each}}
|
|
45
45
|
{{/each}}
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
|
|
32
32
|
{{#each this.text.split}}
|
|
33
33
|
{{#if this.isText}}
|
|
34
|
-
<p class="mt-4 text-base
|
|
34
|
+
<p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
35
35
|
{{/if}}
|
|
36
36
|
{{#if this.isUl}}
|
|
37
|
-
<ul class="
|
|
37
|
+
<ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if this.isOl}}
|
|
40
|
-
<ol class="
|
|
40
|
+
<ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
41
41
|
{{/if}}
|
|
42
42
|
{{/each}}
|
|
43
43
|
{{~#block "subParagraphs"}}{{/block~}}
|
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.89.
|
|
9
|
+
"version": "1.89.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
{{#each this.paragraph}}
|
|
34
34
|
{{#each this.text.split}}
|
|
35
35
|
{{#if this.isText}}
|
|
36
|
-
<p class="mt-4 text-base
|
|
36
|
+
<p class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
37
37
|
{{/if}}
|
|
38
38
|
{{#if this.isUl}}
|
|
39
|
-
<ul class="
|
|
39
|
+
<ul class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
40
40
|
{{/if}}
|
|
41
41
|
{{#if this.isOl}}
|
|
42
|
-
<ol class="
|
|
42
|
+
<ol class="copytextParagraphDS {{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
43
43
|
{{/if}}
|
|
44
44
|
{{/each}}
|
|
45
45
|
{{/each}}
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
|
|
32
32
|
{{#each this.text.split}}
|
|
33
33
|
{{#if this.isText}}
|
|
34
|
-
<p class="mt-4 text-base
|
|
34
|
+
<p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
35
35
|
{{/if}}
|
|
36
36
|
{{#if this.isUl}}
|
|
37
|
-
<ul class="
|
|
37
|
+
<ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if this.isOl}}
|
|
40
|
-
<ol class="
|
|
40
|
+
<ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
41
41
|
{{/if}}
|
|
42
42
|
{{/each}}
|
|
43
43
|
{{~#block "subParagraphs"}}{{/block~}}
|