hr-design-system-handlebars 1.50.10 → 1.50.12
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/index.css +3 -3
- package/dist/views/components/teaser/components/teaser_featured_content.hbs +2 -2
- package/dist/views_static/components/teaser/components/teaser_featured_content.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/teaser/components/teaser_featured_content.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.50.12 (Tue Nov 21 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- title within h3 [#760](https://github.com/mumprod/hr-design-system-handlebars/pull/760) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.50.11 (Tue Nov 21 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- change line-space between links [#759](https://github.com/mumprod/hr-design-system-handlebars/pull/759) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.50.10 (Mon Nov 20 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3055,7 +3055,7 @@ article.indexText ul {
|
|
|
3055
3055
|
border-bottom-color: var(--color-secondary-ds);
|
|
3056
3056
|
}
|
|
3057
3057
|
.counter-reset {
|
|
3058
|
-
counter-reset:
|
|
3058
|
+
counter-reset: cnt1700579703221;
|
|
3059
3059
|
}
|
|
3060
3060
|
.hyphens-auto {
|
|
3061
3061
|
-webkit-hyphens: auto;
|
|
@@ -3316,7 +3316,7 @@ article.indexText ul {
|
|
|
3316
3316
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3317
3317
|
}
|
|
3318
3318
|
.-ordered {
|
|
3319
|
-
counter-increment:
|
|
3319
|
+
counter-increment: cnt1700579703221 1;
|
|
3320
3320
|
}
|
|
3321
3321
|
.-ordered::before {
|
|
3322
3322
|
position: absolute;
|
|
@@ -3332,7 +3332,7 @@ article.indexText ul {
|
|
|
3332
3332
|
letter-spacing: .0125em;
|
|
3333
3333
|
--tw-text-opacity: 1;
|
|
3334
3334
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3335
|
-
content: counter(
|
|
3335
|
+
content: counter(cnt1700579703221);
|
|
3336
3336
|
}
|
|
3337
3337
|
/*! ****************************/
|
|
3338
3338
|
/*! DataPolicy stuff */
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
|
|
5
5
|
<ul class="list-disc">
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
|
-
<li class="mt-3 ml-4">
|
|
7
|
+
<li class="{{#if @first}}mt-3{{else}}mt-1{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
|
|
9
|
-
{{this.title}}
|
|
9
|
+
<h3><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
10
10
|
{{/components/base/link}}
|
|
11
11
|
</li>
|
|
12
12
|
{{/each}}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
|
|
5
5
|
<ul class="list-disc">
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
|
-
<li class="mt-3 ml-4">
|
|
7
|
+
<li class="{{#if @first}}mt-3{{else}}mt-1{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
|
|
9
|
-
{{this.title}}
|
|
9
|
+
<h3><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
10
10
|
{{/components/base/link}}
|
|
11
11
|
</li>
|
|
12
12
|
{{/each}}
|
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.50.
|
|
9
|
+
"version": "1.50.12",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
|
|
5
5
|
<ul class="list-disc">
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
|
-
<li class="mt-3 ml-4">
|
|
7
|
+
<li class="{{#if @first}}mt-3{{else}}mt-1{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
|
|
9
|
-
{{this.title}}
|
|
9
|
+
<h3><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
10
10
|
{{/components/base/link}}
|
|
11
11
|
</li>
|
|
12
12
|
{{/each}}
|