hr-design-system-handlebars 1.55.1 → 1.56.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,15 @@
1
+ # v1.56.0 (Tue Feb 06 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - :bug: Make data policy overlay display [#834](https://github.com/mumprod/hr-design-system-handlebars/pull/834) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.55.1 (Tue Feb 06 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3305,7 +3305,7 @@ a.link:hover {
3305
3305
  border-bottom-color: var(--color-secondary-ds);
3306
3306
  }
3307
3307
  .counter-reset {
3308
- counter-reset: cnt1707228712155;
3308
+ counter-reset: cnt1707235335656;
3309
3309
  }
3310
3310
  .hyphens-auto {
3311
3311
  -webkit-hyphens: auto;
@@ -3607,7 +3607,7 @@ a.link:hover {
3607
3607
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3608
3608
  }
3609
3609
  .-ordered {
3610
- counter-increment: cnt1707228712155 1;
3610
+ counter-increment: cnt1707235335656 1;
3611
3611
  }
3612
3612
  .-ordered::before {
3613
3613
  position: absolute;
@@ -3623,7 +3623,7 @@ a.link:hover {
3623
3623
  letter-spacing: .0125em;
3624
3624
  --tw-text-opacity: 1;
3625
3625
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3626
- content: counter(cnt1707228712155);
3626
+ content: counter(cnt1707235335656);
3627
3627
  }
3628
3628
  /*! ****************************/
3629
3629
  /*! DataPolicy stuff */
@@ -36,7 +36,7 @@
36
36
  <a class="ds-link block mt-2 text-link hover:underline" target="_blank"
37
37
  rel="noopener noreferrer" href="{{this.url}}"
38
38
  title="Mehr Informationen zum Thema Datenschutz">Mehr Informationen zum Thema Datenschutz
39
- {{#if this.targetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="icon--primary icon--textRight" _iconmap="icons"~}}{{/if}}
39
+ {{#if this.isTargetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}{{/if}}
40
40
  </a>
41
41
  {{/with}}
42
42
  {{/with}}
@@ -50,17 +50,17 @@
50
50
  <ul class="{{#if _webview}} hidden{{/if}}">
51
51
  <li class="px-6 py-3 flex justify-between items-center bg-white border-t border-[#e3e3e3] tracking_1">
52
52
  <span class="text-base text-black">AGF <a
53
- class="ds-link mt-3 -mb-1 text-link" target="_blank" rel="noopener noreferrer"
54
- href="https://www.agf.de/" title="AGF">(https://www.agf.de/)</a></span>
53
+ class="ds-link mt-3 -mb-1 text-link hover:underline" target="_blank" rel="noopener noreferrer"
54
+ href="https://www.agf.de/" title="AGF">(https://www.agf.de/){{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}</a></span>
55
55
  <div class="flex w-fit toggleSwitch">
56
56
  {{> components/forms/toggle_button _id="agf" _addClass="js-toggleSwitch-checkbox js-toggleSwitch-tracking" _isInitiallyHidden=false _screenReaderText="agf aktivieren/deaktivieren" }}
57
57
  </div>
58
58
  </li>
59
59
  <li class="px-6 py-3 flex justify-between items-center bg-white border-t border-[#e3e3e3] tracking_2">
60
60
  <span class="text-base text-black">AT Internet <a
61
- class="ds-link mt-3 -mb-1 text-link" target="_blank" rel="noopener noreferrer"
61
+ class="ds-link mt-3 -mb-1 text-link hover:underline" target="_blank" rel="noopener noreferrer"
62
62
  href="https://www.atinternet.com/de/"
63
- title="AT Internet">(https://www.atinternet.com/de/)</a></span>
63
+ title="AT Internet">(https://www.atinternet.com/de/){{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}</a></span>
64
64
  <div class="flex w-fit toggleSwitch">
65
65
  {{> components/forms/toggle_button _id="ati" _addClass="js-toggleSwitch-checkbox js-toggleSwitch-tracking" _isInitiallyHidden=false _screenReaderText="at internet aktivieren/deaktivieren"}}
66
66
  </div>
@@ -73,10 +73,10 @@
73
73
  {{#with this.footerMetadata}}
74
74
  {{#with this.dataProtectionLink}}
75
75
  {{loca "cookies_setting_description_text"}}
76
- <a class=ds-link block mt-2 text-link hover:underline" target="_blank"
76
+ <a class="ds-link block mt-2 text-link hover:underline" target="_blank"
77
77
  rel="noopener noreferrer" href="{{this.url}}"
78
78
  title="Mehr Informationen zum Thema Datenschutz">Mehr Informationen zum Thema Datenschutz
79
- {{#if this.targetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="icon--primary icon--textRight" _iconmap="icons"~}}{{/if}}
79
+ {{#if this.isTargetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}{{/if}}
80
80
  </a>
81
81
  {{/with}}
82
82
  {{/with}}
@@ -36,7 +36,7 @@
36
36
  <a class="ds-link block mt-2 text-link hover:underline" target="_blank"
37
37
  rel="noopener noreferrer" href="{{this.url}}"
38
38
  title="Mehr Informationen zum Thema Datenschutz">Mehr Informationen zum Thema Datenschutz
39
- {{#if this.targetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="icon--primary icon--textRight" _iconmap="icons"~}}{{/if}}
39
+ {{#if this.isTargetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}{{/if}}
40
40
  </a>
41
41
  {{/with}}
42
42
  {{/with}}
@@ -50,17 +50,17 @@
50
50
  <ul class="{{#if _webview}} hidden{{/if}}">
51
51
  <li class="px-6 py-3 flex justify-between items-center bg-white border-t border-[#e3e3e3] tracking_1">
52
52
  <span class="text-base text-black">AGF <a
53
- class="ds-link mt-3 -mb-1 text-link" target="_blank" rel="noopener noreferrer"
54
- href="https://www.agf.de/" title="AGF">(https://www.agf.de/)</a></span>
53
+ class="ds-link mt-3 -mb-1 text-link hover:underline" target="_blank" rel="noopener noreferrer"
54
+ href="https://www.agf.de/" title="AGF">(https://www.agf.de/){{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}</a></span>
55
55
  <div class="flex w-fit toggleSwitch">
56
56
  {{> components/forms/toggle_button _id="agf" _addClass="js-toggleSwitch-checkbox js-toggleSwitch-tracking" _isInitiallyHidden=false _screenReaderText="agf aktivieren/deaktivieren" }}
57
57
  </div>
58
58
  </li>
59
59
  <li class="px-6 py-3 flex justify-between items-center bg-white border-t border-[#e3e3e3] tracking_2">
60
60
  <span class="text-base text-black">AT Internet <a
61
- class="ds-link mt-3 -mb-1 text-link" target="_blank" rel="noopener noreferrer"
61
+ class="ds-link mt-3 -mb-1 text-link hover:underline" target="_blank" rel="noopener noreferrer"
62
62
  href="https://www.atinternet.com/de/"
63
- title="AT Internet">(https://www.atinternet.com/de/)</a></span>
63
+ title="AT Internet">(https://www.atinternet.com/de/){{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}</a></span>
64
64
  <div class="flex w-fit toggleSwitch">
65
65
  {{> components/forms/toggle_button _id="ati" _addClass="js-toggleSwitch-checkbox js-toggleSwitch-tracking" _isInitiallyHidden=false _screenReaderText="at internet aktivieren/deaktivieren"}}
66
66
  </div>
@@ -73,10 +73,10 @@
73
73
  {{#with this.footerMetadata}}
74
74
  {{#with this.dataProtectionLink}}
75
75
  {{loca "cookies_setting_description_text"}}
76
- <a class=ds-link block mt-2 text-link hover:underline" target="_blank"
76
+ <a class="ds-link block mt-2 text-link hover:underline" target="_blank"
77
77
  rel="noopener noreferrer" href="{{this.url}}"
78
78
  title="Mehr Informationen zum Thema Datenschutz">Mehr Informationen zum Thema Datenschutz
79
- {{#if this.targetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="icon--primary icon--textRight" _iconmap="icons"~}}{{/if}}
79
+ {{#if this.isTargetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}{{/if}}
80
80
  </a>
81
81
  {{/with}}
82
82
  {{/with}}
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.55.1",
9
+ "version": "1.56.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -36,7 +36,7 @@
36
36
  <a class="ds-link block mt-2 text-link hover:underline" target="_blank"
37
37
  rel="noopener noreferrer" href="{{this.url}}"
38
38
  title="Mehr Informationen zum Thema Datenschutz">Mehr Informationen zum Thema Datenschutz
39
- {{#if this.targetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="icon--primary icon--textRight" _iconmap="icons"~}}{{/if}}
39
+ {{#if this.isTargetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}{{/if}}
40
40
  </a>
41
41
  {{/with}}
42
42
  {{/with}}
@@ -50,17 +50,17 @@
50
50
  <ul class="{{#if _webview}} hidden{{/if}}">
51
51
  <li class="px-6 py-3 flex justify-between items-center bg-white border-t border-[#e3e3e3] tracking_1">
52
52
  <span class="text-base text-black">AGF <a
53
- class="ds-link mt-3 -mb-1 text-link" target="_blank" rel="noopener noreferrer"
54
- href="https://www.agf.de/" title="AGF">(https://www.agf.de/)</a></span>
53
+ class="ds-link mt-3 -mb-1 text-link hover:underline" target="_blank" rel="noopener noreferrer"
54
+ href="https://www.agf.de/" title="AGF">(https://www.agf.de/){{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}</a></span>
55
55
  <div class="flex w-fit toggleSwitch">
56
56
  {{> components/forms/toggle_button _id="agf" _addClass="js-toggleSwitch-checkbox js-toggleSwitch-tracking" _isInitiallyHidden=false _screenReaderText="agf aktivieren/deaktivieren" }}
57
57
  </div>
58
58
  </li>
59
59
  <li class="px-6 py-3 flex justify-between items-center bg-white border-t border-[#e3e3e3] tracking_2">
60
60
  <span class="text-base text-black">AT Internet <a
61
- class="ds-link mt-3 -mb-1 text-link" target="_blank" rel="noopener noreferrer"
61
+ class="ds-link mt-3 -mb-1 text-link hover:underline" target="_blank" rel="noopener noreferrer"
62
62
  href="https://www.atinternet.com/de/"
63
- title="AT Internet">(https://www.atinternet.com/de/)</a></span>
63
+ title="AT Internet">(https://www.atinternet.com/de/){{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}</a></span>
64
64
  <div class="flex w-fit toggleSwitch">
65
65
  {{> components/forms/toggle_button _id="ati" _addClass="js-toggleSwitch-checkbox js-toggleSwitch-tracking" _isInitiallyHidden=false _screenReaderText="at internet aktivieren/deaktivieren"}}
66
66
  </div>
@@ -73,10 +73,10 @@
73
73
  {{#with this.footerMetadata}}
74
74
  {{#with this.dataProtectionLink}}
75
75
  {{loca "cookies_setting_description_text"}}
76
- <a class=ds-link block mt-2 text-link hover:underline" target="_blank"
76
+ <a class="ds-link block mt-2 text-link hover:underline" target="_blank"
77
77
  rel="noopener noreferrer" href="{{this.url}}"
78
78
  title="Mehr Informationen zum Thema Datenschutz">Mehr Informationen zum Thema Datenschutz
79
- {{#if this.targetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="icon--primary icon--textRight" _iconmap="icons"~}}{{/if}}
79
+ {{#if this.isTargetBlank}}{{~> components/base/image/icon _icon="extern" _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons"~}}{{/if}}
80
80
  </a>
81
81
  {{/with}}
82
82
  {{/with}}