hr-design-system-handlebars 1.114.56 → 1.114.58

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.114.58 (Thu Jan 16 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Refactor media_figure.hbs to conditionally apply border class based o… [#1207](https://github.com/mumprod/hr-design-system-handlebars/pull/1207) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@eduardo-hr](https://github.com/eduardo-hr)
10
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
11
+
12
+ ---
13
+
14
+ # v1.114.57 (Thu Jan 16 2025)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - Changing User Consent Text [#1206](https://github.com/mumprod/hr-design-system-handlebars/pull/1206) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
19
+
20
+ #### Authors: 1
21
+
22
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
23
+
24
+ ---
25
+
1
26
  # v1.114.56 (Thu Jan 16 2025)
2
27
 
3
28
  #### 🐛 Bug Fix
@@ -3711,7 +3711,7 @@ article #commentList {
3711
3711
  border-bottom-color: var(--color-secondary-ds);
3712
3712
  }
3713
3713
  .counter-reset {
3714
- counter-reset: cnt1737026693762;
3714
+ counter-reset: cnt1737034684038;
3715
3715
  }
3716
3716
  html { scroll-behavior: smooth; }
3717
3717
  .placeholder-text-xs::-webkit-input-placeholder {
@@ -4126,7 +4126,7 @@ html { scroll-behavior: smooth; }
4126
4126
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4127
4127
  }
4128
4128
  .-ordered {
4129
- counter-increment: cnt1737026693762 1;
4129
+ counter-increment: cnt1737034684038 1;
4130
4130
  }
4131
4131
  .-ordered::before {
4132
4132
  position: absolute;
@@ -4144,7 +4144,7 @@ html { scroll-behavior: smooth; }
4144
4144
  --tw-text-opacity: 1;
4145
4145
  color: rgba(0, 0, 0, 1);
4146
4146
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4147
- content: counter(cnt1737026693762);
4147
+ content: counter(cnt1737034684038);
4148
4148
  }
4149
4149
  /*! ****************************/
4150
4150
  /*! DataPolicy stuff */
@@ -1,7 +1,7 @@
1
1
  <figure class="relative {{_addClass}}" x-data="{ avStart: false }">
2
2
  {{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
3
3
  {{#unless _voting-option}}
4
- <div class="py-3 sm:py-4 border-t-[3px] border-gray-boulder dark:border-text-dark {{_cssClassCaption}}">
4
+ <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
5
5
  {{#if this.label}}
6
6
  {{#> components/label/label_group _css="dark:text-text-dark"}}
7
7
  {{#with this.label}}
@@ -1,7 +1,7 @@
1
1
  <figure class="relative {{_addClass}}" x-data="{ avStart: false }">
2
2
  {{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
3
3
  {{#unless _voting-option}}
4
- <div class="py-3 sm:py-4 border-t-[3px] border-gray-boulder dark:border-text-dark {{_cssClassCaption}}">
4
+ <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
5
5
  {{#if this.label}}
6
6
  {{#> components/label/label_group _css="dark:text-text-dark"}}
7
7
  {{#with this.label}}
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.56",
9
+ "version": "1.114.58",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -117,7 +117,7 @@
117
117
  "livestream_plays": "Jetzt live",
118
118
  "livestream_will_play": "Startet am {0}",
119
119
  "livestream_will_play_with_time": "Startet am {0} um {1} Uhr",
120
- "modal_user_consent_headline": "Sie verlassen unser Angebot",
120
+ "modal_user_consent_headline": "Das Angebot wird verlassen!",
121
121
  "modal_user_consent_text": "Der Link öffnet eine Internetseite außerhalb unseres Angebots. Wir sind für den Inhalt externer Internetseiten nicht verantwortlich.",
122
122
  "modal_user_consent_label_cancel": "Abbrechen",
123
123
  "modal_user_consent_label_ok": "Zur externen Internetseite",
@@ -1,7 +1,7 @@
1
1
  <figure class="relative {{_addClass}}" x-data="{ avStart: false }">
2
2
  {{~> components/base/a11y/hiddenText _locaTag=_a11yIntro-loca ~}}
3
3
  {{#unless _voting-option}}
4
- <div class="py-3 sm:py-4 border-t-[3px] border-gray-boulder dark:border-text-dark {{_cssClassCaption}}">
4
+ <div class="py-3 sm:py-4 {{#unless _noBorder}}border-t-[3px] border-gray-boulder dark:border-text-dark {{/unless}}{{_cssClassCaption}}">
5
5
  {{#if this.label}}
6
6
  {{#> components/label/label_group _css="dark:text-text-dark"}}
7
7
  {{#with this.label}}