hr-design-system-handlebars 1.84.0 → 1.85.1

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,28 @@
1
+ # v1.85.1 (Fri Jul 26 2024)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - :lipstick: reduce padding of data policy box so that ([@szuelch](https://github.com/szuelch))
6
+ - :lipstick: Add darkmode styles for data policy box ([@szuelch](https://github.com/szuelch))
7
+
8
+ #### Authors: 1
9
+
10
+ - [@szuelch](https://github.com/szuelch)
11
+
12
+ ---
13
+
14
+ # v1.85.0 (Thu Jul 25 2024)
15
+
16
+ #### 🚀 Enhancement
17
+
18
+ - Bug/dpe 3272 [#1031](https://github.com/mumprod/hr-design-system-handlebars/pull/1031) ([@szuelch](https://github.com/szuelch))
19
+
20
+ #### Authors: 1
21
+
22
+ - [@szuelch](https://github.com/szuelch)
23
+
24
+ ---
25
+
1
26
  # v1.84.0 (Thu Jul 25 2024)
2
27
 
3
28
  #### 🚀 Enhancement
@@ -2600,9 +2600,6 @@ article.indexTextDS .indexTextHighlighted .link {
2600
2600
  .p-1 {
2601
2601
  padding: 0.25rem;
2602
2602
  }
2603
- .p-10 {
2604
- padding: 2.5rem;
2605
- }
2606
2603
  .p-2 {
2607
2604
  padding: 0.5rem;
2608
2605
  }
@@ -3322,7 +3319,7 @@ article.indexTextDS .indexTextHighlighted .link {
3322
3319
  border-bottom-color: var(--color-secondary-ds);
3323
3320
  }
3324
3321
  .counter-reset {
3325
- counter-reset: cnt1721909350986;
3322
+ counter-reset: cnt1721997430850;
3326
3323
  }
3327
3324
  .hyphens-auto {
3328
3325
  -webkit-hyphens: auto;
@@ -3730,7 +3727,7 @@ article.indexTextDS .indexTextHighlighted .link {
3730
3727
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3731
3728
  }
3732
3729
  .-ordered {
3733
- counter-increment: cnt1721909350986 1;
3730
+ counter-increment: cnt1721997430850 1;
3734
3731
  }
3735
3732
  .-ordered::before {
3736
3733
  position: absolute;
@@ -3746,7 +3743,7 @@ article.indexTextDS .indexTextHighlighted .link {
3746
3743
  letter-spacing: .0125em;
3747
3744
  --tw-text-opacity: 1;
3748
3745
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3749
- content: counter(cnt1721909350986);
3746
+ content: counter(cnt1721997430850);
3750
3747
  }
3751
3748
  /*! ****************************/
3752
3749
  /*! 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>
@@ -1,8 +1,8 @@
1
- <div id="service--{{nextRandom}}" class="grid col-span-12 p-10 sm:mx-0 bg-highlight-1 rounded-tl-hr rounded-br-hr js-datapolicy">
1
+ <div id="service--{{nextRandom}}" class="grid col-span-12 p-5 sm:mx-0 bg-highlight-1 dark:bg-highlight-1-dark dark:text-text-dark rounded-tl-hr rounded-br-hr js-datapolicy">
2
2
  <h3 class="text-2xl font-headingSerif">
3
3
  {{loca "ext_service_datapolicy_headline" this.externalServiceConfig.externalServiceName}}
4
4
  </h3>
5
- <div class="">
5
+ <div>
6
6
  <p class="pt-4 text-base font-copy">
7
7
  {{loca "ext_service_datapolicy_text" this.externalServiceConfig.externalServiceName}}
8
8
  {{~> components/externalService/components/data_policy_link ~}}
@@ -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>
@@ -1,8 +1,8 @@
1
- <div id="service--{{nextRandom}}" class="grid col-span-12 p-10 sm:mx-0 bg-highlight-1 rounded-tl-hr rounded-br-hr js-datapolicy">
1
+ <div id="service--{{nextRandom}}" class="grid col-span-12 p-5 sm:mx-0 bg-highlight-1 dark:bg-highlight-1-dark dark:text-text-dark rounded-tl-hr rounded-br-hr js-datapolicy">
2
2
  <h3 class="text-2xl font-headingSerif">
3
3
  {{loca "ext_service_datapolicy_headline" this.externalServiceConfig.externalServiceName}}
4
4
  </h3>
5
- <div class="">
5
+ <div>
6
6
  <p class="pt-4 text-base font-copy">
7
7
  {{loca "ext_service_datapolicy_text" this.externalServiceConfig.externalServiceName}}
8
8
  {{~> components/externalService/components/data_policy_link ~}}
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.84.0",
9
+ "version": "1.85.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -402,6 +402,7 @@
402
402
  }
403
403
  },
404
404
  "copyright": "hessenschau",
405
+ "airdateWithoutTime": true,
405
406
  "showAirdate": true,
406
407
  "airdateDate": {
407
408
  "htmlDateTime": "2022-10-31T19:30+0200",
@@ -256,6 +256,7 @@
256
256
  },
257
257
  "copyright": "hessenschau",
258
258
  "showAirdate": true,
259
+ "airdateWithoutTime": true,
259
260
  "airdateDate": {
260
261
  "htmlDateTime": "2022-10-31T19:30+0200",
261
262
  "htmlDate": "31.10.2022",
@@ -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>