hr-design-system-handlebars 1.114.120 → 1.114.122

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.114.122 (Mon Mar 10 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add variable for inner-radius in alternativ-ticker-teaser [#1263](https://github.com/mumprod/hr-design-system-handlebars/pull/1263) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.114.121 (Fri Mar 07 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - fix padding-bug [#1262](https://github.com/mumprod/hr-design-system-handlebars/pull/1262) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.114.120 (Fri Mar 07 2025)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3863,7 +3863,7 @@ article #commentList {
3863
3863
  border-bottom-color: var(--color-secondary-ds);
3864
3864
  }
3865
3865
  .counter-reset {
3866
- counter-reset: cnt1741368990511;
3866
+ counter-reset: cnt1741634567290;
3867
3867
  }
3868
3868
  .animate-delay-100 {
3869
3869
  --tw-animate-delay: 100ms;
@@ -4308,7 +4308,7 @@ html { scroll-behavior: smooth; }
4308
4308
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4309
4309
  }
4310
4310
  .-ordered {
4311
- counter-increment: cnt1741368990511 1;
4311
+ counter-increment: cnt1741634567290 1;
4312
4312
  }
4313
4313
  .-ordered::before {
4314
4314
  position: absolute;
@@ -4326,7 +4326,7 @@ html { scroll-behavior: smooth; }
4326
4326
  --tw-text-opacity: 1;
4327
4327
  color: rgba(0, 0, 0, 1);
4328
4328
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4329
- content: counter(cnt1741368990511);
4329
+ content: counter(cnt1741634567290);
4330
4330
  }
4331
4331
  /*! ****************************/
4332
4332
  /*! DataPolicy stuff */
@@ -4655,6 +4655,7 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
4655
4655
  --font-weight-titleCluster: 700;
4656
4656
  /* Border Radius */
4657
4657
  --border-radius-hr: 0px;
4658
+ --border-radius-hr-inner: 0px;
4658
4659
  /* ticker-Teaser*/
4659
4660
  --color-ticker-teaser-headline: #ffffff;
4660
4661
  --color-ticker-teaser-label-byline: #ffffff;
@@ -4822,6 +4823,7 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
4822
4823
  --font-weight-titleCluster: 700;
4823
4824
  /* Border */
4824
4825
  --border-radius-hr: 1.5rem;
4826
+ --border-radius-hr-inner: 0.25rem;
4825
4827
  /* ticker-Teaser*/
4826
4828
  --color-ticker-teaser-label-byline: #ffffff;
4827
4829
  --color-ticker-teaser-timeline-score: #d34600;
@@ -7771,6 +7773,11 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
7771
7773
  border-top-left-radius: var(--border-radius-hr);
7772
7774
  }
7773
7775
 
7776
+ .md\:rounded-tl-hrInner {
7777
+ border-top-left-radius: 0px;
7778
+ border-top-left-radius: var(--border-radius-hr-inner);
7779
+ }
7780
+
7774
7781
  .md\:border-0 {
7775
7782
  border-width: 0px;
7776
7783
  }
@@ -9097,6 +9104,12 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
9097
9104
  .\[\&\:has\(\+\.-hideOnMobile\)\]\:order-1:has(+.-hideOnMobile) {
9098
9105
  order: 1;
9099
9106
  }
9107
+ .\[\&\:not\(\:last-child\)\]\:pb-2:not(:last-child) {
9108
+ padding-bottom: 0.5rem;
9109
+ }
9110
+ .\[\&\:not\(\:last-child\)\]\:pb-5:not(:last-child) {
9111
+ padding-bottom: 1.25rem;
9112
+ }
9100
9113
  @media(min-width:1170px) {
9101
9114
 
9102
9115
  .\[\@media\(min-width\:1170px\)\]\:-mr-14 {
@@ -5,7 +5,7 @@ x-data="{ avStart: false }"
5
5
  >
6
6
  {{#if this.teaserImage}}
7
7
  <figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}} relative w-full ar-16-9 md:ar-1-1 {{~inline-switch this.realTeaserSize '["hero","100"]' '[" md:basis-1/2-gap-6 "," md:basis-1/3-gap-6"]'~}}">
8
- {{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["hero"]' '[" md:rounded-tl-hr", "rounded-tl-hr"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9 md:ar-1-1" }}
8
+ {{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["hero"]' '[" md:rounded-tl-hrInner", " rounded-tl-hr md:rounded-tl-hrInner"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9 md:ar-1-1" }}
9
9
  </figure>
10
10
  {{> components/teaser/ticker/teaser_ticker_body _teaserType=this.teaserType _outerCssClasses=(inline-switch this.realTeaserSize '["hero","100"]' '[" gap-y-5 md:basis-1/2-gap-6"," gap-y-5 md:basis-2/3-gap-6"]') }}
11
11
  {{else}}
@@ -1,7 +1,11 @@
1
1
  {{~#with this.tickerItemResults ~}}
2
2
  <ul class="{{#if ../_css}} {{../_css}}{{/if}} {{if ../this.isStandardTeaser ' pl-10 pr-5' ' pl-10 md:pl-5 pr-5 md:pr-0'}}">
3
3
  {{~#each this~}}
4
- <li class="relative h-auto {{#if ../../_isTickerpage}}[&:not(:last-child)]:pb-2{{else}}[&:not(:last-child)]:pb-5{{/if}}">
4
+ {{#if ../../_isTickerpage}}
5
+ <li class="relative h-auto [&:not(:last-child)]:pb-2">
6
+ {{else}}
7
+ <li class="relative h-auto [&:not(:last-child)]:pb-5">
8
+ {{/if}}
5
9
  <div class="absolute h-full">
6
10
  <div class="relative w-[9px] h-[9px] rounded-full top-0.5 bg-tickerTeaserTimelineScore -left-5"></div>
7
11
  {{#unless @last}}
@@ -5,7 +5,7 @@ x-data="{ avStart: false }"
5
5
  >
6
6
  {{#if this.teaserImage}}
7
7
  <figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}} relative w-full ar-16-9 md:ar-1-1 {{~inline-switch this.realTeaserSize '["hero","100"]' '[" md:basis-1/2-gap-6 "," md:basis-1/3-gap-6"]'~}}">
8
- {{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["hero"]' '[" md:rounded-tl-hr", "rounded-tl-hr"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9 md:ar-1-1" }}
8
+ {{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["hero"]' '[" md:rounded-tl-hrInner", " rounded-tl-hr md:rounded-tl-hrInner"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9 md:ar-1-1" }}
9
9
  </figure>
10
10
  {{> components/teaser/ticker/teaser_ticker_body _teaserType=this.teaserType _outerCssClasses=(inline-switch this.realTeaserSize '["hero","100"]' '[" gap-y-5 md:basis-1/2-gap-6"," gap-y-5 md:basis-2/3-gap-6"]') }}
11
11
  {{else}}
@@ -1,7 +1,11 @@
1
1
  {{~#with this.tickerItemResults ~}}
2
2
  <ul class="{{#if ../_css}} {{../_css}}{{/if}} {{if ../this.isStandardTeaser ' pl-10 pr-5' ' pl-10 md:pl-5 pr-5 md:pr-0'}}">
3
3
  {{~#each this~}}
4
- <li class="relative h-auto {{#if ../../_isTickerpage}}[&:not(:last-child)]:pb-2{{else}}[&:not(:last-child)]:pb-5{{/if}}">
4
+ {{#if ../../_isTickerpage}}
5
+ <li class="relative h-auto [&:not(:last-child)]:pb-2">
6
+ {{else}}
7
+ <li class="relative h-auto [&:not(:last-child)]:pb-5">
8
+ {{/if}}
5
9
  <div class="absolute h-full">
6
10
  <div class="relative w-[9px] h-[9px] rounded-full top-0.5 bg-tickerTeaserTimelineScore -left-5"></div>
7
11
  {{#unless @last}}
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.114.120",
9
+ "version": "1.114.122",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -140,6 +140,7 @@
140
140
  --font-weight-titleCluster: theme('fontWeight.bold');
141
141
  /* Border Radius */
142
142
  --border-radius-hr: theme('borderRadius.none');
143
+ --border-radius-hr-inner: theme('borderRadius.none');
143
144
  /* ticker-Teaser*/
144
145
  --color-ticker-teaser-headline: theme('colors.white.DEFAULT');
145
146
  --color-ticker-teaser-label-byline: theme('colors.white.DEFAULT');
@@ -327,6 +328,7 @@
327
328
  --font-weight-titleCluster: theme('fontWeight.bold');
328
329
  /* Border */
329
330
  --border-radius-hr: theme('borderRadius.3xl');
331
+ --border-radius-hr-inner: theme('borderRadius.DEFAULT');
330
332
  /* ticker-Teaser*/
331
333
  --color-ticker-teaser-headline: theme('colors.white.DEFAULT');
332
334
  --color-ticker-teaser-label-byline: theme('colors.white.DEFAULT');
@@ -5,7 +5,7 @@ x-data="{ avStart: false }"
5
5
  >
6
6
  {{#if this.teaserImage}}
7
7
  <figure class="{{> components/teaser/utilities/teaser_image_cypress_hook_classes}} relative w-full ar-16-9 md:ar-1-1 {{~inline-switch this.realTeaserSize '["hero","100"]' '[" md:basis-1/2-gap-6 "," md:basis-1/3-gap-6"]'~}}">
8
- {{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["hero"]' '[" md:rounded-tl-hr", "rounded-tl-hr"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9 md:ar-1-1" }}
8
+ {{> components/teaser/components/teaser_lead _addClassImg=(inline-switch this.realTeaserSize '["hero"]' '[" md:rounded-tl-hrInner", " rounded-tl-hr md:rounded-tl-hrInner"]') _teaserSize=this.realTeaserSize _teaserType=this.teaserType _aspectRatio="ar-16-9 md:ar-1-1" }}
9
9
  </figure>
10
10
  {{> components/teaser/ticker/teaser_ticker_body _teaserType=this.teaserType _outerCssClasses=(inline-switch this.realTeaserSize '["hero","100"]' '[" gap-y-5 md:basis-1/2-gap-6"," gap-y-5 md:basis-2/3-gap-6"]') }}
11
11
  {{else}}
@@ -1,7 +1,11 @@
1
1
  {{~#with this.tickerItemResults ~}}
2
2
  <ul class="{{#if ../_css}} {{../_css}}{{/if}} {{if ../this.isStandardTeaser ' pl-10 pr-5' ' pl-10 md:pl-5 pr-5 md:pr-0'}}">
3
3
  {{~#each this~}}
4
- <li class="relative h-auto {{#if ../../_isTickerpage}}[&:not(:last-child)]:pb-2{{else}}[&:not(:last-child)]:pb-5{{/if}}">
4
+ {{#if ../../_isTickerpage}}
5
+ <li class="relative h-auto [&:not(:last-child)]:pb-2">
6
+ {{else}}
7
+ <li class="relative h-auto [&:not(:last-child)]:pb-5">
8
+ {{/if}}
5
9
  <div class="absolute h-full">
6
10
  <div class="relative w-[9px] h-[9px] rounded-full top-0.5 bg-tickerTeaserTimelineScore -left-5"></div>
7
11
  {{#unless @last}}
@@ -71,6 +71,7 @@ module.exports = {
71
71
  borderRadius: {
72
72
  hr: 'var(--border-radius-hr)',
73
73
  'logo-footer': 'var(--rounded-logo-footer)',
74
+ 'hrInner': 'var(--border-radius-hr-inner)',
74
75
  },
75
76
  fontSize: {
76
77
  'xs': ['0.75rem', '1.0625rem'],