hr-design-system-handlebars 1.120.1 → 1.120.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 +24 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +4 -4
- package/dist/views_static/components/ticker/ticker_item/content_footer_ticker_item.hbs +4 -4
- package/package.json +1 -1
- package/src/stories/views/components/ticker/ticker_item/content_footer_ticker_item.hbs +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.120.3 (Wed Oct 15 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- :bug: remove whitespace after unlinked program reference [#1309](https://github.com/mumprod/hr-design-system-handlebars/pull/1309) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.120.2 (Wed Oct 15 2025)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- removes withespace from template [#1308](https://github.com/mumprod/hr-design-system-handlebars/pull/1308) ([@szuelch](https://github.com/szuelch))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- [@szuelch](https://github.com/szuelch)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.120.1 (Tue Oct 14 2025)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3894,7 +3894,7 @@ article #commentList {
|
|
|
3894
3894
|
border-bottom-color: var(--color-secondary-ds);
|
|
3895
3895
|
}
|
|
3896
3896
|
.counter-reset {
|
|
3897
|
-
counter-reset:
|
|
3897
|
+
counter-reset: cnt1760528687466;
|
|
3898
3898
|
}
|
|
3899
3899
|
.animate-delay-100 {
|
|
3900
3900
|
--tw-animate-delay: 100ms;
|
|
@@ -4355,7 +4355,7 @@ html { scroll-behavior: smooth; }
|
|
|
4355
4355
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4356
4356
|
}
|
|
4357
4357
|
.-ordered {
|
|
4358
|
-
counter-increment:
|
|
4358
|
+
counter-increment: cnt1760528687466 1;
|
|
4359
4359
|
}
|
|
4360
4360
|
.-ordered::before {
|
|
4361
4361
|
position: absolute;
|
|
@@ -4373,7 +4373,7 @@ html { scroll-behavior: smooth; }
|
|
|
4373
4373
|
--tw-text-opacity: 1;
|
|
4374
4374
|
color: rgba(0, 0, 0, 1);
|
|
4375
4375
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4376
|
-
content: counter(
|
|
4376
|
+
content: counter(cnt1760528687466);
|
|
4377
4377
|
}
|
|
4378
4378
|
/*! ****************************/
|
|
4379
4379
|
/*! DataPolicy stuff */
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
{{~#if this.hasReference~}}
|
|
6
6
|
<div class="text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
7
7
|
<span>{{~loca "broadcast"}}:</span>
|
|
8
|
-
{{#if this.link}}
|
|
8
|
+
{{#if this.link~}}
|
|
9
9
|
{{#>components/base/link _link=this.link _css="text-link dark:text-link-dark hover:underline"~}}
|
|
10
|
-
<span>{{~ this.programLabel ~}}</span>{{
|
|
11
|
-
{{else~}}
|
|
10
|
+
<span>{{~ this.programLabel ~}}</span>{{~/components/base/link~}}
|
|
11
|
+
{{~else~}}
|
|
12
12
|
<span>{{this.programLabel}}</span>
|
|
13
|
-
{{
|
|
13
|
+
{{~/if~}}
|
|
14
14
|
{{~#if this.date~}}
|
|
15
15
|
<span>, </span>
|
|
16
16
|
<time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
{{~#if this.hasReference~}}
|
|
6
6
|
<div class="text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
7
7
|
<span>{{~loca "broadcast"}}:</span>
|
|
8
|
-
{{#if this.link}}
|
|
8
|
+
{{#if this.link~}}
|
|
9
9
|
{{#>components/base/link _link=this.link _css="text-link dark:text-link-dark hover:underline"~}}
|
|
10
|
-
<span>{{~ this.programLabel ~}}</span>{{
|
|
11
|
-
{{else~}}
|
|
10
|
+
<span>{{~ this.programLabel ~}}</span>{{~/components/base/link~}}
|
|
11
|
+
{{~else~}}
|
|
12
12
|
<span>{{this.programLabel}}</span>
|
|
13
|
-
{{
|
|
13
|
+
{{~/if~}}
|
|
14
14
|
{{~#if this.date~}}
|
|
15
15
|
<span>, </span>
|
|
16
16
|
<time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/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.120.
|
|
9
|
+
"version": "1.120.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
{{~#if this.hasReference~}}
|
|
6
6
|
<div class="text-xs sm480:text-sm font-headingSerif text-gray-scorpion dark:text-text-dark">
|
|
7
7
|
<span>{{~loca "broadcast"}}:</span>
|
|
8
|
-
{{#if this.link}}
|
|
8
|
+
{{#if this.link~}}
|
|
9
9
|
{{#>components/base/link _link=this.link _css="text-link dark:text-link-dark hover:underline"~}}
|
|
10
|
-
<span>{{~ this.programLabel ~}}</span>{{
|
|
11
|
-
{{else~}}
|
|
10
|
+
<span>{{~ this.programLabel ~}}</span>{{~/components/base/link~}}
|
|
11
|
+
{{~else~}}
|
|
12
12
|
<span>{{this.programLabel}}</span>
|
|
13
|
-
{{
|
|
13
|
+
{{~/if~}}
|
|
14
14
|
{{~#if this.date~}}
|
|
15
15
|
<span>, </span>
|
|
16
16
|
<time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
|