hr-design-system-handlebars 1.103.6 → 1.103.7

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.103.7 (Wed Oct 02 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - use correct Method-call [#1088](https://github.com/mumprod/hr-design-system-handlebars/pull/1088) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.103.6 (Wed Oct 02 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3501,7 +3501,7 @@ article.indexTextDS .indexTextHighlighted .link {
3501
3501
  border-bottom-color: var(--color-secondary-ds);
3502
3502
  }
3503
3503
  .counter-reset {
3504
- counter-reset: cnt1727866325740;
3504
+ counter-reset: cnt1727879605712;
3505
3505
  }
3506
3506
  .hyphens-auto {
3507
3507
  -webkit-hyphens: auto;
@@ -3909,7 +3909,7 @@ article.indexTextDS .indexTextHighlighted .link {
3909
3909
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3910
3910
  }
3911
3911
  .-ordered {
3912
- counter-increment: cnt1727866325740 1;
3912
+ counter-increment: cnt1727879605712 1;
3913
3913
  }
3914
3914
  .-ordered::before {
3915
3915
  position: absolute;
@@ -3925,7 +3925,7 @@ article.indexTextDS .indexTextHighlighted .link {
3925
3925
  letter-spacing: .0125em;
3926
3926
  --tw-text-opacity: 1;
3927
3927
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3928
- content: counter(cnt1727866325740);
3928
+ content: counter(cnt1727879605712);
3929
3929
  }
3930
3930
  /*! ****************************/
3931
3931
  /*! DataPolicy stuff */
@@ -50,7 +50,7 @@
50
50
  <span class="sr-only">Zur Seite: </span>
51
51
  {{> components/button/components/button_label _label="1" _css=""}}
52
52
  {{/components/button/link_button}}
53
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOneItemLink _css="mr-1 ml-1"}}
53
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOnePageItemLink _css="mr-1 ml-1"}}
54
54
  <span class="sr-only">Zur Seite: </span>
55
55
  {{> components/button/components/button_label _label="2" _css=""}}
56
56
  {{/components/button/link_button}}
@@ -50,7 +50,7 @@
50
50
  <span class="sr-only">Zur Seite: </span>
51
51
  {{> components/button/components/button_label _label="1" _css=""}}
52
52
  {{/components/button/link_button}}
53
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOneItemLink _css="mr-1 ml-1"}}
53
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOnePageItemLink _css="mr-1 ml-1"}}
54
54
  <span class="sr-only">Zur Seite: </span>
55
55
  {{> components/button/components/button_label _label="2" _css=""}}
56
56
  {{/components/button/link_button}}
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.103.6",
9
+ "version": "1.103.7",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -50,7 +50,7 @@
50
50
  <span class="sr-only">Zur Seite: </span>
51
51
  {{> components/button/components/button_label _label="1" _css=""}}
52
52
  {{/components/button/link_button}}
53
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOneItemLink _css="mr-1 ml-1"}}
53
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOnePageItemLink _css="mr-1 ml-1"}}
54
54
  <span class="sr-only">Zur Seite: </span>
55
55
  {{> components/button/components/button_label _label="2" _css=""}}
56
56
  {{/components/button/link_button}}