hr-design-system-handlebars 1.50.20 → 1.50.21

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.50.21 (Wed Nov 29 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - adds darkmode to podcast shorttext and appendixes [#769](https://github.com/mumprod/hr-design-system-handlebars/pull/769) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.50.20 (Wed Nov 29 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3191,7 +3191,7 @@ article.indexText ul {
3191
3191
  border-bottom-color: var(--color-secondary-ds);
3192
3192
  }
3193
3193
  .counter-reset {
3194
- counter-reset: cnt1701258018255;
3194
+ counter-reset: cnt1701261987799;
3195
3195
  }
3196
3196
  .hyphens-auto {
3197
3197
  -webkit-hyphens: auto;
@@ -3452,7 +3452,7 @@ article.indexText ul {
3452
3452
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3453
3453
  }
3454
3454
  .-ordered {
3455
- counter-increment: cnt1701258018255 1;
3455
+ counter-increment: cnt1701261987799 1;
3456
3456
  }
3457
3457
  .-ordered::before {
3458
3458
  position: absolute;
@@ -3468,7 +3468,7 @@ article.indexText ul {
3468
3468
  letter-spacing: .0125em;
3469
3469
  --tw-text-opacity: 1;
3470
3470
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3471
- content: counter(cnt1701258018255);
3471
+ content: counter(cnt1701261987799);
3472
3472
  }
3473
3473
  /*! ****************************/
3474
3474
  /*! DataPolicy stuff */
@@ -1,10 +1,10 @@
1
1
  <div class="flex flex-wrap">
2
2
  <nav class="block" role="navigation" aria-label="{{loca "geotag_related_content_headline"}}">
3
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "geotag_related_content_headline"}}</span><!--
3
+ <span class="text-sm uppercase font-headingSerif w-fit sm:w-full dark:text-standard-text-dark">{{loca "geotag_related_content_headline"}}</span><!--
4
4
  -->
5
5
  <ul class="flex flex-wrap gap-x-4 w-fit sm:w-full sm:pt-2 ">
6
6
  {{~#each this~}}
7
- <li class="w-fit sm:w-full text-primary">
7
+ <li class="w-fit sm:w-full text-primary dark:text-standard-text-dark">
8
8
  <a class="block hover:underline gap-x-1" href="{{this.url}}">
9
9
  {{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
10
10
 
@@ -1,7 +1,7 @@
1
1
  {{#unless _isSinglePage}}
2
2
  {{#unless this.hideShortText}}
3
3
  {{~#with this.shorttext}}
4
- <div class="col-span-12 text-sm md:text-base font-copy">
4
+ <div class="col-span-12 text-sm md:text-base font-copy dark:text-podcast-text-dark">
5
5
  <span class="c-teaser__shorttext"> {{this}} </span>
6
6
  </div>
7
7
  {{/with~}}
@@ -3,7 +3,7 @@
3
3
  {{#unless this.hideShortText}}
4
4
  {{~#with this.shorttext}}
5
5
  <div class="hidden pb-6 text-sm md:flex md:text-base font-copy dark:text-podcast-text-dark">
6
- <span class="c-teaser__shorttext"> {{this}} </span>
6
+ <span class=""> {{this}} </span>
7
7
  </div>
8
8
  {{/with~}}
9
9
  {{/unless}}
@@ -1,5 +1,5 @@
1
1
  <div class="flex flex-wrap">
2
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca 'epg_program_supplier' }}</span>
2
+ <span class="text-sm uppercase font-headingSerif w-fit sm:w-full dark:text-standard-text-dark">{{loca 'epg_program_supplier' }}</span>
3
3
 
4
4
  <div class='flex flex-wrap pt-2 w-fit sm:w-full gap-x-6 sm:gap-x-2 gap-y-2'>
5
5
  {{#if this.link}}
@@ -13,7 +13,7 @@
13
13
  />
14
14
  {{/with}}
15
15
  {{else}}
16
- <span class='text-base font-bold text-primary hover:underline'>
16
+ <span class='text-base font-bold text-primary hover:underline dark:text-standard-text-dark'>
17
17
  {{this.title}}
18
18
  </span>
19
19
  {{/if}}
@@ -28,7 +28,7 @@
28
28
  />
29
29
  {{/with}}
30
30
  {{else}}
31
- <span class='text-base font-bold text-primary hover:underline'>
31
+ <span class='text-base font-bold text-primary hover:underline dark:text-standard-text-dark'>
32
32
  {{this.title}}
33
33
  </span>
34
34
  {{/if}}
@@ -1,10 +1,10 @@
1
1
  <div class="flex flex-wrap">
2
2
  <nav class="block" role="navigation" aria-label="{{loca "topictag_related_content_headline"}}">
3
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "topictag_related_content_headline"}}</span><!--
3
+ <span class="text-sm uppercase font-headingSerif dark:text-standard-text-dark w-fit sm:w-full">{{loca "topictag_related_content_headline"}}</span><!--
4
4
  -->
5
5
  <ul class="flex flex-wrap sm:block gap-x-4 w-fit sm:w-full sm:pt-2 ">
6
6
  {{~#each this~}}
7
- <li class="w-fit sm:w-full text-primary">
7
+ <li class="w-fit sm:w-full text-primary dark:text-standard-text-dark">
8
8
  <a class="block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
9
9
  {{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
10
10
 
@@ -1,10 +1,10 @@
1
1
  <div class="flex flex-wrap">
2
2
  <nav class="block" role="navigation" aria-label="{{loca "geotag_related_content_headline"}}">
3
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "geotag_related_content_headline"}}</span><!--
3
+ <span class="text-sm uppercase font-headingSerif w-fit sm:w-full dark:text-standard-text-dark">{{loca "geotag_related_content_headline"}}</span><!--
4
4
  -->
5
5
  <ul class="flex flex-wrap gap-x-4 w-fit sm:w-full sm:pt-2 ">
6
6
  {{~#each this~}}
7
- <li class="w-fit sm:w-full text-primary">
7
+ <li class="w-fit sm:w-full text-primary dark:text-standard-text-dark">
8
8
  <a class="block hover:underline gap-x-1" href="{{this.url}}">
9
9
  {{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
10
10
 
@@ -1,7 +1,7 @@
1
1
  {{#unless _isSinglePage}}
2
2
  {{#unless this.hideShortText}}
3
3
  {{~#with this.shorttext}}
4
- <div class="col-span-12 text-sm md:text-base font-copy">
4
+ <div class="col-span-12 text-sm md:text-base font-copy dark:text-podcast-text-dark">
5
5
  <span class="c-teaser__shorttext"> {{this}} </span>
6
6
  </div>
7
7
  {{/with~}}
@@ -3,7 +3,7 @@
3
3
  {{#unless this.hideShortText}}
4
4
  {{~#with this.shorttext}}
5
5
  <div class="hidden pb-6 text-sm md:flex md:text-base font-copy dark:text-podcast-text-dark">
6
- <span class="c-teaser__shorttext"> {{this}} </span>
6
+ <span class=""> {{this}} </span>
7
7
  </div>
8
8
  {{/with~}}
9
9
  {{/unless}}
@@ -1,5 +1,5 @@
1
1
  <div class="flex flex-wrap">
2
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca 'epg_program_supplier' }}</span>
2
+ <span class="text-sm uppercase font-headingSerif w-fit sm:w-full dark:text-standard-text-dark">{{loca 'epg_program_supplier' }}</span>
3
3
 
4
4
  <div class='flex flex-wrap pt-2 w-fit sm:w-full gap-x-6 sm:gap-x-2 gap-y-2'>
5
5
  {{#if this.link}}
@@ -13,7 +13,7 @@
13
13
  />
14
14
  {{/with}}
15
15
  {{else}}
16
- <span class='text-base font-bold text-primary hover:underline'>
16
+ <span class='text-base font-bold text-primary hover:underline dark:text-standard-text-dark'>
17
17
  {{this.title}}
18
18
  </span>
19
19
  {{/if}}
@@ -28,7 +28,7 @@
28
28
  />
29
29
  {{/with}}
30
30
  {{else}}
31
- <span class='text-base font-bold text-primary hover:underline'>
31
+ <span class='text-base font-bold text-primary hover:underline dark:text-standard-text-dark'>
32
32
  {{this.title}}
33
33
  </span>
34
34
  {{/if}}
@@ -1,10 +1,10 @@
1
1
  <div class="flex flex-wrap">
2
2
  <nav class="block" role="navigation" aria-label="{{loca "topictag_related_content_headline"}}">
3
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "topictag_related_content_headline"}}</span><!--
3
+ <span class="text-sm uppercase font-headingSerif dark:text-standard-text-dark w-fit sm:w-full">{{loca "topictag_related_content_headline"}}</span><!--
4
4
  -->
5
5
  <ul class="flex flex-wrap sm:block gap-x-4 w-fit sm:w-full sm:pt-2 ">
6
6
  {{~#each this~}}
7
- <li class="w-fit sm:w-full text-primary">
7
+ <li class="w-fit sm:w-full text-primary dark:text-standard-text-dark">
8
8
  <a class="block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
9
9
  {{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
10
10
 
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.50.20",
9
+ "version": "1.50.21",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,10 +1,10 @@
1
1
  <div class="flex flex-wrap">
2
2
  <nav class="block" role="navigation" aria-label="{{loca "geotag_related_content_headline"}}">
3
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "geotag_related_content_headline"}}</span><!--
3
+ <span class="text-sm uppercase font-headingSerif w-fit sm:w-full dark:text-standard-text-dark">{{loca "geotag_related_content_headline"}}</span><!--
4
4
  -->
5
5
  <ul class="flex flex-wrap gap-x-4 w-fit sm:w-full sm:pt-2 ">
6
6
  {{~#each this~}}
7
- <li class="w-fit sm:w-full text-primary">
7
+ <li class="w-fit sm:w-full text-primary dark:text-standard-text-dark">
8
8
  <a class="block hover:underline gap-x-1" href="{{this.url}}">
9
9
  {{~> components/base/image/icon _icon="ortsmarke" _addClass="inline w-5 h-5 mr-2 fill-current"~}}
10
10
 
@@ -1,7 +1,7 @@
1
1
  {{#unless _isSinglePage}}
2
2
  {{#unless this.hideShortText}}
3
3
  {{~#with this.shorttext}}
4
- <div class="col-span-12 text-sm md:text-base font-copy">
4
+ <div class="col-span-12 text-sm md:text-base font-copy dark:text-podcast-text-dark">
5
5
  <span class="c-teaser__shorttext"> {{this}} </span>
6
6
  </div>
7
7
  {{/with~}}
@@ -3,7 +3,7 @@
3
3
  {{#unless this.hideShortText}}
4
4
  {{~#with this.shorttext}}
5
5
  <div class="hidden pb-6 text-sm md:flex md:text-base font-copy dark:text-podcast-text-dark">
6
- <span class="c-teaser__shorttext"> {{this}} </span>
6
+ <span class=""> {{this}} </span>
7
7
  </div>
8
8
  {{/with~}}
9
9
  {{/unless}}
@@ -1,5 +1,5 @@
1
1
  <div class="flex flex-wrap">
2
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca 'epg_program_supplier' }}</span>
2
+ <span class="text-sm uppercase font-headingSerif w-fit sm:w-full dark:text-standard-text-dark">{{loca 'epg_program_supplier' }}</span>
3
3
 
4
4
  <div class='flex flex-wrap pt-2 w-fit sm:w-full gap-x-6 sm:gap-x-2 gap-y-2'>
5
5
  {{#if this.link}}
@@ -13,7 +13,7 @@
13
13
  />
14
14
  {{/with}}
15
15
  {{else}}
16
- <span class='text-base font-bold text-primary hover:underline'>
16
+ <span class='text-base font-bold text-primary hover:underline dark:text-standard-text-dark'>
17
17
  {{this.title}}
18
18
  </span>
19
19
  {{/if}}
@@ -28,7 +28,7 @@
28
28
  />
29
29
  {{/with}}
30
30
  {{else}}
31
- <span class='text-base font-bold text-primary hover:underline'>
31
+ <span class='text-base font-bold text-primary hover:underline dark:text-standard-text-dark'>
32
32
  {{this.title}}
33
33
  </span>
34
34
  {{/if}}
@@ -1,10 +1,10 @@
1
1
  <div class="flex flex-wrap">
2
2
  <nav class="block" role="navigation" aria-label="{{loca "topictag_related_content_headline"}}">
3
- <span class="text-sm uppercase font-headingSerif w-fit sm:w-full">{{loca "topictag_related_content_headline"}}</span><!--
3
+ <span class="text-sm uppercase font-headingSerif dark:text-standard-text-dark w-fit sm:w-full">{{loca "topictag_related_content_headline"}}</span><!--
4
4
  -->
5
5
  <ul class="flex flex-wrap sm:block gap-x-4 w-fit sm:w-full sm:pt-2 ">
6
6
  {{~#each this~}}
7
- <li class="w-fit sm:w-full text-primary">
7
+ <li class="w-fit sm:w-full text-primary dark:text-standard-text-dark">
8
8
  <a class="block line-clamp-1 hover:underline gap-x-1" href="{{this.url}}">
9
9
  {{~> components/base/image/icon _icon="taglabel" _addClass="inline w-4 h-4 mr-2 fill-current"~}}
10
10