hr-design-system-handlebars 1.85.2 → 1.87.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 CHANGED
@@ -1,3 +1,27 @@
1
+ # v1.87.0 (Fri Jul 26 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - :lipstick: Display 50% images in portrait view in full width [#1033](https://github.com/mumprod/hr-design-system-handlebars/pull/1033) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
13
+ # v1.86.0 (Fri Jul 26 2024)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - Bug/dpe 3216 [#1032](https://github.com/mumprod/hr-design-system-handlebars/pull/1032) ([@szuelch](https://github.com/szuelch))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@szuelch](https://github.com/szuelch)
22
+
23
+ ---
24
+
1
25
  # v1.85.2 (Fri Jul 26 2024)
2
26
 
3
27
  #### ⚠️ Pushed to `main`
@@ -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: cnt1721997967413;
3322
+ counter-reset: cnt1722005052537;
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: cnt1721997967413 1;
3730
+ counter-increment: cnt1722005052537 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(cnt1721997967413);
3746
+ content: counter(cnt1722005052537);
3750
3747
  }
3751
3748
  /*! ****************************/
3752
3749
  /*! DataPolicy stuff */
@@ -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 sm:mt-6 sm:mb-5 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
12
+ _cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm480: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"
@@ -1,4 +1,4 @@
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>
@@ -39,4 +39,4 @@
39
39
  {{#*inline "htmlProperties"~}}
40
40
  {{~/inline}}
41
41
  </noscript>
42
- </div>
42
+ </div>
@@ -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 sm:mt-6 sm:mb-5 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
12
+ _cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm480: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"
@@ -1,4 +1,4 @@
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>
@@ -39,4 +39,4 @@
39
39
  {{#*inline "htmlProperties"~}}
40
40
  {{~/inline}}
41
41
  </noscript>
42
- </div>
42
+ </div>
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.85.2",
9
+ "version": "1.87.0",
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 sm:mt-6 sm:mb-5 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
12
+ _cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm480: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"
@@ -1,4 +1,4 @@
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>
@@ -39,4 +39,4 @@
39
39
  {{#*inline "htmlProperties"~}}
40
40
  {{~/inline}}
41
41
  </noscript>
42
- </div>
42
+ </div>