hr-design-system-handlebars 1.83.4 → 1.83.5
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
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.83.5 (Fri Jul 19 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- add ticker-topic to Posterteaser [#1022](https://github.com/mumprod/hr-design-system-handlebars/pull/1022) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.83.4 (Thu Jul 18 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3330,7 +3330,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3330
3330
|
border-bottom-color: var(--color-secondary-ds);
|
|
3331
3331
|
}
|
|
3332
3332
|
.counter-reset {
|
|
3333
|
-
counter-reset:
|
|
3333
|
+
counter-reset: cnt1721382318530;
|
|
3334
3334
|
}
|
|
3335
3335
|
.hyphens-auto {
|
|
3336
3336
|
-webkit-hyphens: auto;
|
|
@@ -3738,7 +3738,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3738
3738
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3739
3739
|
}
|
|
3740
3740
|
.-ordered {
|
|
3741
|
-
counter-increment:
|
|
3741
|
+
counter-increment: cnt1721382318530 1;
|
|
3742
3742
|
}
|
|
3743
3743
|
.-ordered::before {
|
|
3744
3744
|
position: absolute;
|
|
@@ -3754,7 +3754,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3754
3754
|
letter-spacing: .0125em;
|
|
3755
3755
|
--tw-text-opacity: 1;
|
|
3756
3756
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3757
|
-
content: counter(
|
|
3757
|
+
content: counter(cnt1721382318530);
|
|
3758
3758
|
}
|
|
3759
3759
|
/*! ****************************/
|
|
3760
3760
|
/*! DataPolicy stuff */
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
{{#with this.label}}
|
|
22
22
|
{{#> components/label/label_group}}
|
|
23
23
|
{{> components/label/label _type=this.type _text=(loca this.loca)}}
|
|
24
|
-
<span class="text-white">{{> components/label/label_byline _css="ml-2"}}</span>
|
|
24
|
+
<span class="text-white">{{> components/label/label_byline _css="ml-2" _text=../../../this.tickerTopic}}</span>
|
|
25
25
|
{{/components/label/label_group}}
|
|
26
26
|
{{/with~}}
|
|
27
27
|
{{#> components/teaser/components/teaser_headline _headlineTag=(if ../../_isCopytext-adjust_context "h3" "h2") _css="text-shadow text-center text-white mb-4 mx-2 md:mb-8 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8"}}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
{{#with this.label}}
|
|
22
22
|
{{#> components/label/label_group}}
|
|
23
23
|
{{> components/label/label _type=this.type _text=(loca this.loca)}}
|
|
24
|
-
<span class="text-white">{{> components/label/label_byline _css="ml-2"}}</span>
|
|
24
|
+
<span class="text-white">{{> components/label/label_byline _css="ml-2" _text=../../../this.tickerTopic}}</span>
|
|
25
25
|
{{/components/label/label_group}}
|
|
26
26
|
{{/with~}}
|
|
27
27
|
{{#> components/teaser/components/teaser_headline _headlineTag=(if _isCopytext "h3" "h2") _css="text-shadow text-center text-white mb-4 mx-2 md:mb-8 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8"}}
|
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.83.
|
|
9
|
+
"version": "1.83.5",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
{{#with this.label}}
|
|
22
22
|
{{#> components/label/label_group}}
|
|
23
23
|
{{> components/label/label _type=this.type _text=(loca this.loca)}}
|
|
24
|
-
<span class="text-white">{{> components/label/label_byline _css="ml-2"}}</span>
|
|
24
|
+
<span class="text-white">{{> components/label/label_byline _css="ml-2" _text=../../../this.tickerTopic}}</span>
|
|
25
25
|
{{/components/label/label_group}}
|
|
26
26
|
{{/with~}}
|
|
27
27
|
{{#> components/teaser/components/teaser_headline _headlineTag=(if _isCopytext-adjust_context "h3" "h2") _css="text-shadow text-center text-white mb-4 mx-2 md:mb-8 xs:mx-6 sm:mx-8 md:mx-5 lg:mx-8"}}
|