hr-design-system-handlebars 1.84.0 → 1.85.0
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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content/copytext/components/media/media_figure_byline.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/media/media_figure_byline.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/content/copytext/copytext_media_components.json +1 -0
- package/src/assets/fixtures/content/copytext/copytext_video.json +1 -0
- package/src/stories/views/components/content/copytext/components/media/media_figure_byline.hbs +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_media_components.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.85.0 (Thu Jul 25 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Bug/dpe 3272 [#1031](https://github.com/mumprod/hr-design-system-handlebars/pull/1031) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.84.0 (Thu Jul 25 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3322,7 +3322,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3322
3322
|
border-bottom-color: var(--color-secondary-ds);
|
|
3323
3323
|
}
|
|
3324
3324
|
.counter-reset {
|
|
3325
|
-
counter-reset:
|
|
3325
|
+
counter-reset: cnt1721916653176;
|
|
3326
3326
|
}
|
|
3327
3327
|
.hyphens-auto {
|
|
3328
3328
|
-webkit-hyphens: auto;
|
|
@@ -3730,7 +3730,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3730
3730
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3731
3731
|
}
|
|
3732
3732
|
.-ordered {
|
|
3733
|
-
counter-increment:
|
|
3733
|
+
counter-increment: cnt1721916653176 1;
|
|
3734
3734
|
}
|
|
3735
3735
|
.-ordered::before {
|
|
3736
3736
|
position: absolute;
|
|
@@ -3746,7 +3746,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3746
3746
|
letter-spacing: .0125em;
|
|
3747
3747
|
--tw-text-opacity: 1;
|
|
3748
3748
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3749
|
-
content: counter(
|
|
3749
|
+
content: counter(cnt1721916653176);
|
|
3750
3750
|
}
|
|
3751
3751
|
/*! ****************************/
|
|
3752
3752
|
/*! DataPolicy stuff */
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{~#if ../this.isAudioOnDemand~}}
|
|
6
6
|
<time datetime="{{this.htmlDate}}">{{this.date}}</time>
|
|
7
7
|
{{~else~}}
|
|
8
|
-
{{~#if this.airdateWithoutTime ~}}
|
|
8
|
+
{{~#if ../this.airdateWithoutTime ~}}
|
|
9
9
|
<time datetime="{{this.htmlDate}}">{{this.date}}</time>
|
|
10
10
|
{{~else~}}
|
|
11
11
|
<time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime }}</time>
|
package/dist/views_static/components/content/copytext/components/media/media_figure_byline.hbs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{~#if ../this.isAudioOnDemand~}}
|
|
6
6
|
<time datetime="{{this.htmlDate}}">{{this.date}}</time>
|
|
7
7
|
{{~else~}}
|
|
8
|
-
{{~#if this.airdateWithoutTime ~}}
|
|
8
|
+
{{~#if ../this.airdateWithoutTime ~}}
|
|
9
9
|
<time datetime="{{this.htmlDate}}">{{this.date}}</time>
|
|
10
10
|
{{~else~}}
|
|
11
11
|
<time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime }}</time>
|
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.
|
|
9
|
+
"version": "1.85.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
package/src/stories/views/components/content/copytext/components/media/media_figure_byline.hbs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{~#if ../this.isAudioOnDemand~}}
|
|
6
6
|
<time datetime="{{this.htmlDate}}">{{this.date}}</time>
|
|
7
7
|
{{~else~}}
|
|
8
|
-
{{~#if this.airdateWithoutTime ~}}
|
|
8
|
+
{{~#if ../this.airdateWithoutTime ~}}
|
|
9
9
|
<time datetime="{{this.htmlDate}}">{{this.date}}</time>
|
|
10
10
|
{{~else~}}
|
|
11
11
|
<time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime }}</time>
|