hr-design-system-handlebars 1.114.128 → 1.114.130
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 +26 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content/copytext/components/image/caption_ticker_lead.hbs +5 -0
- package/dist/views/components/content/copytext/components/image/figure.hbs +6 -2
- package/dist/views_static/components/content/copytext/components/image/caption_ticker_lead.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/image/figure.hbs +6 -2
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/image/caption_ticker_lead.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/image/figure.hbs +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
# v1.114.130 (Thu Mar 20 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Add conditional rendering for ticker lead image caption [#1271](https://github.com/mumprod/hr-design-system-handlebars/pull/1271) (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
|
+
|
|
14
|
+
# v1.114.129 (Thu Mar 20 2025)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- Add caption ticker lead component with copyright information [#1270](https://github.com/mumprod/hr-design-system-handlebars/pull/1270) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
19
|
+
|
|
20
|
+
#### Authors: 2
|
|
21
|
+
|
|
22
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
23
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
1
27
|
# v1.114.128 (Wed Mar 19 2025)
|
|
2
28
|
|
|
3
29
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3863,7 +3863,7 @@ article #commentList {
|
|
|
3863
3863
|
border-bottom-color: var(--color-secondary-ds);
|
|
3864
3864
|
}
|
|
3865
3865
|
.counter-reset {
|
|
3866
|
-
counter-reset:
|
|
3866
|
+
counter-reset: cnt1742478939840;
|
|
3867
3867
|
}
|
|
3868
3868
|
.animate-delay-100 {
|
|
3869
3869
|
--tw-animate-delay: 100ms;
|
|
@@ -4308,7 +4308,7 @@ html { scroll-behavior: smooth; }
|
|
|
4308
4308
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4309
4309
|
}
|
|
4310
4310
|
.-ordered {
|
|
4311
|
-
counter-increment:
|
|
4311
|
+
counter-increment: cnt1742478939840 1;
|
|
4312
4312
|
}
|
|
4313
4313
|
.-ordered::before {
|
|
4314
4314
|
position: absolute;
|
|
@@ -4326,7 +4326,7 @@ html { scroll-behavior: smooth; }
|
|
|
4326
4326
|
--tw-text-opacity: 1;
|
|
4327
4327
|
color: rgba(0, 0, 0, 1);
|
|
4328
4328
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4329
|
-
content: counter(
|
|
4329
|
+
content: counter(cnt1742478939840);
|
|
4330
4330
|
}
|
|
4331
4331
|
/*! ****************************/
|
|
4332
4332
|
/*! DataPolicy stuff */
|
|
@@ -16,9 +16,13 @@
|
|
|
16
16
|
{{/if}}
|
|
17
17
|
{{/if}}
|
|
18
18
|
{{#unless _voting-option}}
|
|
19
|
-
{{
|
|
19
|
+
{{#if _isTickerLeadImage }}
|
|
20
|
+
{{~> components/content/copytext/components/image/caption_ticker_lead ~}}
|
|
21
|
+
{{else}}
|
|
22
|
+
{{~#> components/content/copytext/components/image/collapsible_caption _cssClassCaption=_cssClassCaption~}}
|
|
20
23
|
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text}} {{/if}}
|
|
21
24
|
{{~> components/content/copytext/components/image/image_copyright}}
|
|
22
|
-
|
|
25
|
+
{{/components/content/copytext/components/image/collapsible_caption }}
|
|
26
|
+
{{/if}}
|
|
23
27
|
{{/unless}}
|
|
24
28
|
</figure>
|
|
@@ -16,9 +16,13 @@
|
|
|
16
16
|
{{/if}}
|
|
17
17
|
{{/if}}
|
|
18
18
|
{{#unless _voting-option}}
|
|
19
|
-
{{
|
|
19
|
+
{{#if _isTickerLeadImage }}
|
|
20
|
+
{{~> components/content/copytext/components/image/caption_ticker_lead ~}}
|
|
21
|
+
{{else}}
|
|
22
|
+
{{~#> components/content/copytext/components/image/collapsible_caption _cssClassCaption=_cssClassCaption~}}
|
|
20
23
|
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text}} {{/if}}
|
|
21
24
|
{{~> components/content/copytext/components/image/image_copyright}}
|
|
22
|
-
|
|
25
|
+
{{/components/content/copytext/components/image/collapsible_caption }}
|
|
26
|
+
{{/if}}
|
|
23
27
|
{{/unless}}
|
|
24
28
|
</figure>
|
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.114.
|
|
9
|
+
"version": "1.114.130",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -16,9 +16,13 @@
|
|
|
16
16
|
{{/if}}
|
|
17
17
|
{{/if}}
|
|
18
18
|
{{#unless _voting-option}}
|
|
19
|
-
{{
|
|
19
|
+
{{#if _isTickerLeadImage }}
|
|
20
|
+
{{~> components/content/copytext/components/image/caption_ticker_lead ~}}
|
|
21
|
+
{{else}}
|
|
22
|
+
{{~#> components/content/copytext/components/image/collapsible_caption _cssClassCaption=_cssClassCaption~}}
|
|
20
23
|
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text}} {{/if}}
|
|
21
24
|
{{~> components/content/copytext/components/image/image_copyright}}
|
|
22
|
-
|
|
25
|
+
{{/components/content/copytext/components/image/collapsible_caption }}
|
|
26
|
+
{{/if}}
|
|
23
27
|
{{/unless}}
|
|
24
28
|
</figure>
|