hr-design-system-handlebars 1.80.2 → 1.80.3
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 -6
- package/dist/views/components/content/copytext/components/contentbox/contentbox.hbs +1 -1
- package/dist/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +1 -1
- package/dist/views/components/content/copytext/components/filedownload.hbs +1 -1
- package/dist/views/components/content/copytext/components/infobox.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/contentbox/contentbox.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/contentbox/storybook-contentbox.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/filedownload.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/infobox.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/contentbox/contentbox.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/filedownload.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/infobox.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.80.3 (Wed Jul 10 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-3227 - Infobox: Umlaut-Großbuchstaben haben keine Punkte [#994](https://github.com/mumprod/hr-design-system-handlebars/pull/994) ([@vascoeduardo](https://github.com/vascoeduardo) [@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.80.2 (Wed Jul 10 2024)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1342,9 +1342,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1342
1342
|
.-mt-\[33px\] {
|
|
1343
1343
|
margin-top: -33px;
|
|
1344
1344
|
}
|
|
1345
|
-
.-mt-\[4px\] {
|
|
1346
|
-
margin-top: -4px;
|
|
1347
|
-
}
|
|
1348
1345
|
.-mt-px {
|
|
1349
1346
|
margin-top: -1px;
|
|
1350
1347
|
}
|
|
@@ -3399,7 +3396,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3399
3396
|
border-bottom-color: var(--color-secondary-ds);
|
|
3400
3397
|
}
|
|
3401
3398
|
.counter-reset {
|
|
3402
|
-
counter-reset:
|
|
3399
|
+
counter-reset: cnt1720610563734;
|
|
3403
3400
|
}
|
|
3404
3401
|
.hyphens-auto {
|
|
3405
3402
|
-webkit-hyphens: auto;
|
|
@@ -3797,7 +3794,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3797
3794
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3798
3795
|
}
|
|
3799
3796
|
.-ordered {
|
|
3800
|
-
counter-increment:
|
|
3797
|
+
counter-increment: cnt1720610563734 1;
|
|
3801
3798
|
}
|
|
3802
3799
|
.-ordered::before {
|
|
3803
3800
|
position: absolute;
|
|
@@ -3813,7 +3810,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3813
3810
|
letter-spacing: .0125em;
|
|
3814
3811
|
--tw-text-opacity: 1;
|
|
3815
3812
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3816
|
-
content: counter(
|
|
3813
|
+
content: counter(cnt1720610563734);
|
|
3817
3814
|
}
|
|
3818
3815
|
/*! ****************************/
|
|
3819
3816
|
/*! DataPolicy stuff */
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
5
5
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
6
6
|
{{#if this.title}}
|
|
7
|
-
<h3 class="mt-6
|
|
7
|
+
<h3 class="mt-6 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{> modules/story/copytext-contentbox ~}}
|
|
10
10
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
|
package/dist/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
4
4
|
|
|
5
|
-
<h3 class="text-lg
|
|
5
|
+
<h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
6
6
|
|
|
7
7
|
{{~#with this.copytextParagraph.[0].paragraphBoxItem }}
|
|
8
8
|
{{~#if this.isImage}}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
{{#with this.toModel.mediaBacklinkToStoryTeaser}}
|
|
13
13
|
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
14
|
-
<h3 class="mt-2.5 text-lg
|
|
14
|
+
<h3 class="mt-2.5 text-lg sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
15
15
|
{{~#if this.isForeignBrand}}
|
|
16
16
|
<span>[{{this.readMore}}]</span>
|
|
17
17
|
{{/if}}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|
|
5
5
|
{{~#if this.paragraphProperties.[0].title}}
|
|
6
|
-
<h3 class="
|
|
6
|
+
<h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
|
|
7
7
|
{{/if}}
|
|
8
8
|
|
|
9
9
|
{{~#with this.paragraphBoxItem }}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
5
5
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
6
6
|
{{#if this.title}}
|
|
7
|
-
<h3 class="mt-6
|
|
7
|
+
<h3 class="mt-6 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{> modules/story/copytext-contentbox ~}}
|
|
10
10
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
|
package/dist/views_static/components/content/copytext/components/contentbox/storybook-contentbox.hbs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
4
4
|
|
|
5
|
-
<h3 class="text-lg
|
|
5
|
+
<h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
6
6
|
|
|
7
7
|
{{~#with this.copytextParagraph.[0].paragraphBoxItem }}
|
|
8
8
|
{{~#if this.isImage}}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
{{#with this.toModel.mediaBacklinkToStoryTeaser}}
|
|
13
13
|
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
14
|
-
<h3 class="mt-2.5 text-lg
|
|
14
|
+
<h3 class="mt-2.5 text-lg sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
15
15
|
{{~#if this.isForeignBrand}}
|
|
16
16
|
<span>[{{this.readMore}}]</span>
|
|
17
17
|
{{/if}}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|
|
5
5
|
{{~#if this.paragraphProperties.[0].title}}
|
|
6
|
-
<h3 class="
|
|
6
|
+
<h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
|
|
7
7
|
{{/if}}
|
|
8
8
|
|
|
9
9
|
{{~#with this.paragraphBoxItem }}
|
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.80.
|
|
9
|
+
"version": "1.80.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
|
|
5
5
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
6
6
|
{{#if this.title}}
|
|
7
|
-
<h3 class="mt-6
|
|
7
|
+
<h3 class="mt-6 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{> modules/story/copytext-contentbox ~}}
|
|
10
10
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
|
package/src/stories/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
4
4
|
|
|
5
|
-
<h3 class="text-lg
|
|
5
|
+
<h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
6
6
|
|
|
7
7
|
{{~#with this.copytextParagraph.[0].paragraphBoxItem }}
|
|
8
8
|
{{~#if this.isImage}}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
{{#with this.toModel.mediaBacklinkToStoryTeaser}}
|
|
13
13
|
{{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
|
|
14
|
-
<h3 class="mt-2.5 text-lg
|
|
14
|
+
<h3 class="mt-2.5 text-lg sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
|
|
15
15
|
{{~#if this.isForeignBrand}}
|
|
16
16
|
<span>[{{this.readMore}}]</span>
|
|
17
17
|
{{/if}}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|
|
5
5
|
{{~#if this.paragraphProperties.[0].title}}
|
|
6
|
-
<h3 class="
|
|
6
|
+
<h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
|
|
7
7
|
{{/if}}
|
|
8
8
|
|
|
9
9
|
{{~#with this.paragraphBoxItem }}
|