hr-design-system-handlebars 1.74.3 → 1.74.4

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.74.4 (Thu Jun 20 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - readds hover css [#958](https://github.com/mumprod/hr-design-system-handlebars/pull/958) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.74.3 (Thu Jun 20 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3365,7 +3365,7 @@ article.indexTextDS .indexTextHighlighted .link {
3365
3365
  border-bottom-color: var(--color-secondary-ds);
3366
3366
  }
3367
3367
  .counter-reset {
3368
- counter-reset: cnt1718878487034;
3368
+ counter-reset: cnt1718884561699;
3369
3369
  }
3370
3370
  .hyphens-auto {
3371
3371
  -webkit-hyphens: auto;
@@ -3744,7 +3744,7 @@ article.indexTextDS .indexTextHighlighted .link {
3744
3744
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3745
3745
  }
3746
3746
  .-ordered {
3747
- counter-increment: cnt1718878487034 1;
3747
+ counter-increment: cnt1718884561699 1;
3748
3748
  }
3749
3749
  .-ordered::before {
3750
3750
  position: absolute;
@@ -3760,7 +3760,7 @@ article.indexTextDS .indexTextHighlighted .link {
3760
3760
  letter-spacing: .0125em;
3761
3761
  --tw-text-opacity: 1;
3762
3762
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3763
- content: counter(cnt1718878487034);
3763
+ content: counter(cnt1718884561699);
3764
3764
  }
3765
3765
  /*! ****************************/
3766
3766
  /*! DataPolicy stuff */
@@ -4,9 +4,7 @@
4
4
  Redaktion:
5
5
  {{#each this}}
6
6
  {{#if this.hasProfileLink}}
7
- {{#>components/base/link _link=this.link _css="text-link" }}
8
- <span>{{../this.authorName~}}</span>
9
- {{/components/base/link}}
7
+ {{#>components/base/link _link=this.link _css="text-link hover:underline"}}<span>{{../this.authorName~}}</span>{{/components/base/link}}
10
8
  {{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
11
9
  {{else}}
12
10
  {{this.from}}{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
@@ -19,7 +17,7 @@
19
17
  <div>
20
18
  Sendung:
21
19
  {{#if this.link}}
22
- {{#>components/base/link _link=this.link _css="text-link" }}
20
+ {{#>components/base/link _link=this.link _css="text-link hover:underline" }}
23
21
  <span>{{../this.name}},</span>
24
22
  {{/components/base/link}}
25
23
  {{#if this.date}}
@@ -4,9 +4,7 @@
4
4
  Redaktion:
5
5
  {{#each this}}
6
6
  {{#if this.hasProfileLink}}
7
- {{#>components/base/link _link=this.link _css="text-link" }}
8
- <span>{{../this.authorName~}}</span>
9
- {{/components/base/link}}
7
+ {{#>components/base/link _link=this.link _css="text-link hover:underline"}}<span>{{../this.authorName~}}</span>{{/components/base/link}}
10
8
  {{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
11
9
  {{else}}
12
10
  {{this.from}}{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
@@ -19,7 +17,7 @@
19
17
  <div>
20
18
  Sendung:
21
19
  {{#if this.link}}
22
- {{#>components/base/link _link=this.link _css="text-link" }}
20
+ {{#>components/base/link _link=this.link _css="text-link hover:underline" }}
23
21
  <span>{{../this.name}},</span>
24
22
  {{/components/base/link}}
25
23
  {{#if this.date}}
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.74.3",
9
+ "version": "1.74.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -4,9 +4,7 @@
4
4
  Redaktion:
5
5
  {{#each this}}
6
6
  {{#if this.hasProfileLink}}
7
- {{#>components/base/link _link=this.link _css="text-link" }}
8
- <span>{{../this.authorName~}}</span>
9
- {{/components/base/link}}
7
+ {{#>components/base/link _link=this.link _css="text-link hover:underline"}}<span>{{../this.authorName~}}</span>{{/components/base/link}}
10
8
  {{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
11
9
  {{else}}
12
10
  {{this.from}}{{#with this.textAfterAuthor}}{{this}}{{/with}}{{this.delimiter}}
@@ -19,7 +17,7 @@
19
17
  <div>
20
18
  Sendung:
21
19
  {{#if this.link}}
22
- {{#>components/base/link _link=this.link _css="text-link" }}
20
+ {{#>components/base/link _link=this.link _css="text-link hover:underline" }}
23
21
  <span>{{../this.name}},</span>
24
22
  {{/components/base/link}}
25
23
  {{#if this.date}}