hr-design-system-handlebars 1.74.8 → 1.74.9
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 +7 -3
- package/dist/views/components/content/copytext/components/media/media_figure.hbs +2 -2
- package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.74.9 (Fri Jun 21 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Video darkmode [#962](https://github.com/mumprod/hr-design-system-handlebars/pull/962) (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.74.8 (Fri Jun 21 2024)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3368,7 +3368,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3368
3368
|
border-bottom-color: var(--color-secondary-ds);
|
|
3369
3369
|
}
|
|
3370
3370
|
.counter-reset {
|
|
3371
|
-
counter-reset:
|
|
3371
|
+
counter-reset: cnt1718976400732;
|
|
3372
3372
|
}
|
|
3373
3373
|
.hyphens-auto {
|
|
3374
3374
|
-webkit-hyphens: auto;
|
|
@@ -3747,7 +3747,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3747
3747
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3748
3748
|
}
|
|
3749
3749
|
.-ordered {
|
|
3750
|
-
counter-increment:
|
|
3750
|
+
counter-increment: cnt1718976400732 1;
|
|
3751
3751
|
}
|
|
3752
3752
|
.-ordered::before {
|
|
3753
3753
|
position: absolute;
|
|
@@ -3763,7 +3763,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3763
3763
|
letter-spacing: .0125em;
|
|
3764
3764
|
--tw-text-opacity: 1;
|
|
3765
3765
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3766
|
-
content: counter(
|
|
3766
|
+
content: counter(cnt1718976400732);
|
|
3767
3767
|
}
|
|
3768
3768
|
/*! ****************************/
|
|
3769
3769
|
/*! DataPolicy stuff */
|
|
@@ -5756,6 +5756,10 @@ ul.restrictedToTwo li:nth-of-type(1n+2) .timelineBorder {
|
|
|
5756
5756
|
:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]) {
|
|
5757
5757
|
--tw-space-x-reverse: 1;
|
|
5758
5758
|
}
|
|
5759
|
+
[class~='tw-dark'] .dark\:border-text-dark {
|
|
5760
|
+
border-color: #f0f0f0;
|
|
5761
|
+
border-color: var(--color-standard-text-dark);
|
|
5762
|
+
}
|
|
5759
5763
|
[class~='tw-dark'] .dark\:bg-black {
|
|
5760
5764
|
--tw-bg-opacity: 1;
|
|
5761
5765
|
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<figure class="relative ar-16-9 {{_addClass}}" x-data="{ avStart: false }">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
|
|
3
3
|
{{#unless _voting-option}}
|
|
4
|
-
<figcaption class="py-3 sm:py-4 border-t-[3px] border-gray-boulder {{_cssClassCaption}}">
|
|
4
|
+
<figcaption class="py-3 sm:py-4 border-t-[3px] border-gray-boulder dark:border-text-dark {{_cssClassCaption}}">
|
|
5
5
|
{{#if this.label}}
|
|
6
|
-
{{#> components/label/label_group}}
|
|
6
|
+
{{#> components/label/label_group _css="dark:text-text-dark"}}
|
|
7
7
|
{{#with this.label}}
|
|
8
8
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
9
9
|
{{> components/label/label_byline _css="ml-2"}}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<figure class="relative ar-16-9 {{_addClass}}" x-data="{ avStart: false }">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
|
|
3
3
|
{{#unless _voting-option}}
|
|
4
|
-
<figcaption class="py-3 sm:py-4 border-t-[3px] border-gray-boulder {{_cssClassCaption}}">
|
|
4
|
+
<figcaption class="py-3 sm:py-4 border-t-[3px] border-gray-boulder dark:border-text-dark {{_cssClassCaption}}">
|
|
5
5
|
{{#if this.label}}
|
|
6
|
-
{{#> components/label/label_group}}
|
|
6
|
+
{{#> components/label/label_group _css="dark:text-text-dark"}}
|
|
7
7
|
{{#with this.label}}
|
|
8
8
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
9
9
|
{{> components/label/label_byline _css="ml-2"}}
|
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.74.
|
|
9
|
+
"version": "1.74.9",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<figure class="relative ar-16-9 {{_addClass}}" x-data="{ avStart: false }">
|
|
2
2
|
{{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
|
|
3
3
|
{{#unless _voting-option}}
|
|
4
|
-
<figcaption class="py-3 sm:py-4 border-t-[3px] border-gray-boulder {{_cssClassCaption}}">
|
|
4
|
+
<figcaption class="py-3 sm:py-4 border-t-[3px] border-gray-boulder dark:border-text-dark {{_cssClassCaption}}">
|
|
5
5
|
{{#if this.label}}
|
|
6
|
-
{{#> components/label/label_group}}
|
|
6
|
+
{{#> components/label/label_group _css="dark:text-text-dark"}}
|
|
7
7
|
{{#with this.label}}
|
|
8
8
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
9
9
|
{{> components/label/label_byline _css="ml-2"}}
|