hr-design-system-handlebars 1.34.6 → 1.34.7
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 -3
- package/dist/views/components/teaser/ticker/teaser_ticker_timeline.hbs +1 -1
- package/dist/views_static/components/teaser/ticker/teaser_ticker_timeline.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.34.7 (Tue Aug 01 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Implement 'No Follow' for links in timeline [#694](https://github.com/mumprod/hr-design-system-handlebars/pull/694) (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
|
+
|
|
1
14
|
# v1.34.6 (Mon Jul 31 2023)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2945,7 +2945,7 @@ video {
|
|
|
2945
2945
|
border-bottom-color: var(--color-secondary-ds);
|
|
2946
2946
|
}
|
|
2947
2947
|
.counter-reset {
|
|
2948
|
-
counter-reset:
|
|
2948
|
+
counter-reset: cnt1690892032895;
|
|
2949
2949
|
}
|
|
2950
2950
|
.hyphens-auto {
|
|
2951
2951
|
-webkit-hyphens: auto;
|
|
@@ -3180,7 +3180,7 @@ video {
|
|
|
3180
3180
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3181
3181
|
}
|
|
3182
3182
|
.-ordered {
|
|
3183
|
-
counter-increment:
|
|
3183
|
+
counter-increment: cnt1690892032895 1;
|
|
3184
3184
|
}
|
|
3185
3185
|
.-ordered::before {
|
|
3186
3186
|
position: absolute;
|
|
@@ -3196,7 +3196,7 @@ video {
|
|
|
3196
3196
|
letter-spacing: .0125em;
|
|
3197
3197
|
--tw-text-opacity: 1;
|
|
3198
3198
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3199
|
-
content: counter(
|
|
3199
|
+
content: counter(cnt1690892032895);
|
|
3200
3200
|
}
|
|
3201
3201
|
/*! ****************************/
|
|
3202
3202
|
/*! text-shadow */
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
{{/if}}
|
|
21
21
|
</div>
|
|
22
22
|
{{~/with}}
|
|
23
|
-
<a class="link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
23
|
+
<a class="link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" rel="nofollow" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
24
24
|
</li>
|
|
25
25
|
{{~/each~}}
|
|
26
26
|
</ul>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
{{/if}}
|
|
21
21
|
</div>
|
|
22
22
|
{{~/with}}
|
|
23
|
-
<a class="link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
23
|
+
<a class="link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" rel="nofollow" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
24
24
|
</li>
|
|
25
25
|
{{~/each~}}
|
|
26
26
|
</ul>
|
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.34.
|
|
9
|
+
"version": "1.34.7",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
{{/if}}
|
|
21
21
|
</div>
|
|
22
22
|
{{~/with}}
|
|
23
|
-
<a class="link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
23
|
+
<a class="link-focus-white text-base js-load {{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}" rel="nofollow" data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "TickerTeaser::{{../../this.sophoraId}}-TeaserPostLink geklickt"}]}'>{{this.relevantTitle}}</a>
|
|
24
24
|
</li>
|
|
25
25
|
{{~/each~}}
|
|
26
26
|
</ul>
|