hr-design-system-handlebars 1.87.0 → 1.87.2
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 +25 -0
- package/dist/assets/index.css +3 -7
- package/dist/views/components/content/copytext/components/image/image.hbs +1 -1
- package/dist/views/components/content/copytext/components/media/media_figure.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/image/image.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/image/image.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.87.2 (Mon Jul 29 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Fix: Copyright for AV when no caption [#1035](https://github.com/mumprod/hr-design-system-handlebars/pull/1035) (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.87.1 (Fri Jul 26 2024)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- Bug/dpe 3275 [#1034](https://github.com/mumprod/hr-design-system-handlebars/pull/1034) ([@szuelch](https://github.com/szuelch))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- [@szuelch](https://github.com/szuelch)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.87.0 (Fri Jul 26 2024)
|
|
2
27
|
|
|
3
28
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3319,7 +3319,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3319
3319
|
border-bottom-color: var(--color-secondary-ds);
|
|
3320
3320
|
}
|
|
3321
3321
|
.counter-reset {
|
|
3322
|
-
counter-reset:
|
|
3322
|
+
counter-reset: cnt1722256576841;
|
|
3323
3323
|
}
|
|
3324
3324
|
.hyphens-auto {
|
|
3325
3325
|
-webkit-hyphens: auto;
|
|
@@ -3727,7 +3727,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3727
3727
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3728
3728
|
}
|
|
3729
3729
|
.-ordered {
|
|
3730
|
-
counter-increment:
|
|
3730
|
+
counter-increment: cnt1722256576841 1;
|
|
3731
3731
|
}
|
|
3732
3732
|
.-ordered::before {
|
|
3733
3733
|
position: absolute;
|
|
@@ -3743,7 +3743,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3743
3743
|
letter-spacing: .0125em;
|
|
3744
3744
|
--tw-text-opacity: 1;
|
|
3745
3745
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3746
|
-
content: counter(
|
|
3746
|
+
content: counter(cnt1722256576841);
|
|
3747
3747
|
}
|
|
3748
3748
|
/*! ****************************/
|
|
3749
3749
|
/*! DataPolicy stuff */
|
|
@@ -5881,10 +5881,6 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
|
|
|
5881
5881
|
margin-left: 2rem;
|
|
5882
5882
|
}
|
|
5883
5883
|
|
|
5884
|
-
.sm480\:mr-5 {
|
|
5885
|
-
margin-right: 1.25rem;
|
|
5886
|
-
}
|
|
5887
|
-
|
|
5888
5884
|
.sm480\:mt-14 {
|
|
5889
5885
|
margin-top: 3.5rem;
|
|
5890
5886
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
_isWebview=_isWebview}}
|
|
10
10
|
{{else}}
|
|
11
11
|
{{> components/content/copytext/components/image/figure
|
|
12
|
-
_cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5
|
|
12
|
+
_cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
|
|
13
13
|
_cssClassCaption="mx-5 sm:mx-0"
|
|
14
14
|
_type="story"
|
|
15
15
|
_variant="copytext-portrait"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
{{~/components/content/copytext/components/image/caption~}}
|
|
54
54
|
{{else}}
|
|
55
55
|
{{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"~}}
|
|
56
|
-
{{~> components/content/copytext/components/image/image_caption_text~}}
|
|
56
|
+
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text~}} {{/if}}
|
|
57
57
|
{{~> components/content/copytext/components/image/image_copyright~}}
|
|
58
58
|
{{~/components/content/copytext/components/image/collapsible_caption~}}
|
|
59
59
|
{{/if}}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
_isWebview=_isWebview}}
|
|
10
10
|
{{else}}
|
|
11
11
|
{{> components/content/copytext/components/image/figure
|
|
12
|
-
_cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5
|
|
12
|
+
_cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
|
|
13
13
|
_cssClassCaption="mx-5 sm:mx-0"
|
|
14
14
|
_type="story"
|
|
15
15
|
_variant="copytext-portrait"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
{{~/components/content/copytext/components/image/caption~}}
|
|
54
54
|
{{else}}
|
|
55
55
|
{{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"~}}
|
|
56
|
-
{{~> components/content/copytext/components/image/image_caption_text~}}
|
|
56
|
+
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text~}} {{/if}}
|
|
57
57
|
{{~> components/content/copytext/components/image/image_copyright~}}
|
|
58
58
|
{{~/components/content/copytext/components/image/collapsible_caption~}}
|
|
59
59
|
{{/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.87.
|
|
9
|
+
"version": "1.87.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
_isWebview=_isWebview}}
|
|
10
10
|
{{else}}
|
|
11
11
|
{{> components/content/copytext/components/image/figure
|
|
12
|
-
_cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5
|
|
12
|
+
_cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
|
|
13
13
|
_cssClassCaption="mx-5 sm:mx-0"
|
|
14
14
|
_type="story"
|
|
15
15
|
_variant="copytext-portrait"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
{{~/components/content/copytext/components/image/caption~}}
|
|
54
54
|
{{else}}
|
|
55
55
|
{{~#> components/content/copytext/components/image/collapsible_caption this.teaseritem _cssClassCaption="mx-5 sm:mx-0"~}}
|
|
56
|
-
{{~> components/content/copytext/components/image/image_caption_text~}}
|
|
56
|
+
{{#if this.caption}} {{~> components/content/copytext/components/image/image_caption_text~}} {{/if}}
|
|
57
57
|
{{~> components/content/copytext/components/image/image_copyright~}}
|
|
58
58
|
{{~/components/content/copytext/components/image/collapsible_caption~}}
|
|
59
59
|
{{/if}}
|