hr-design-system-handlebars 1.103.8 → 1.103.9

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.9 (Fri Oct 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add empty htmlProperties in pagination [#1089](https://github.com/mumprod/hr-design-system-handlebars/pull/1089) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.103.8 (Wed Oct 02 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3478,7 +3478,7 @@ article.indexTextDS .indexTextHighlighted .link {
3478
3478
  border-bottom-color: var(--color-secondary-ds);
3479
3479
  }
3480
3480
  .counter-reset {
3481
- counter-reset: cnt1727880361928;
3481
+ counter-reset: cnt1728027709494;
3482
3482
  }
3483
3483
  .hyphens-auto {
3484
3484
  -webkit-hyphens: auto;
@@ -3886,7 +3886,7 @@ article.indexTextDS .indexTextHighlighted .link {
3886
3886
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3887
3887
  }
3888
3888
  .-ordered {
3889
- counter-increment: cnt1727880361928 1;
3889
+ counter-increment: cnt1728027709494 1;
3890
3890
  }
3891
3891
  .-ordered::before {
3892
3892
  position: absolute;
@@ -3902,7 +3902,7 @@ article.indexTextDS .indexTextHighlighted .link {
3902
3902
  letter-spacing: .0125em;
3903
3903
  --tw-text-opacity: 1;
3904
3904
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3905
- content: counter(cnt1727880361928);
3905
+ content: counter(cnt1728027709494);
3906
3906
  }
3907
3907
  /*! ****************************/
3908
3908
  /*! DataPolicy stuff */
@@ -1,4 +1,6 @@
1
- {{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
2
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
3
- {{/components/button/button}}
4
-
1
+ {{#with this}}
2
+ {{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
3
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
4
+ {{/components/button/button}}
5
+ {{#*inline "htmlProperties"}}{{/inline}}
6
+ {{/with}}
@@ -1,4 +1,7 @@
1
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
2
- <span class="sr-only">Nächste Seite</span>
3
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
4
- {{/components/button/link_button}}
1
+ {{#with this}}
2
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
3
+ <span class="sr-only">Nächste Seite</span>
4
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
5
+ {{/components/button/link_button}}
6
+ {{#*inline "htmlProperties"}}{{/inline}}
7
+ {{/with}}
@@ -11,10 +11,13 @@
11
11
  {{/inline}}
12
12
  {{/with}}
13
13
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
14
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
- <span class="sr-only">Zur Seite: </span>
16
- {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
17
- {{/components/button/link_button}}
14
+ {{#with this}}
15
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
16
+ <span class="sr-only">Zur Seite: </span>
17
+ {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
18
+ {{/components/button/link_button}}
19
+ {{#*inline "htmlProperties"}}{{/inline}}
20
+ {{/with}}
18
21
  {{> components/pagination/pagination_button_right_linked }}
19
22
  </div>
20
23
  {{else}}
@@ -35,10 +38,13 @@
35
38
  {{/inline}}
36
39
  {{/with}}
37
40
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
38
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
39
- <span class="sr-only">Zur Seite: </span>
40
- {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
41
- {{/components/button/link_button}}
41
+ {{#with this}}
42
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
43
+ <span class="sr-only">Zur Seite: </span>
44
+ {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
45
+ {{/components/button/link_button}}
46
+ {{#*inline "htmlProperties"}}{{/inline}}
47
+ {{/with}}
42
48
  {{> components/pagination/pagination_button_right_linked }}
43
49
  </div>
44
50
  {{else}}
@@ -62,10 +68,13 @@
62
68
  {{~#if _notLastButOnePage~}}
63
69
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
64
70
  {{~/if~}}
65
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
66
- <span class="sr-only">Zur Seite: </span>
67
- {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
68
- {{/components/button/link_button}}
71
+ {{#with this}}
72
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
73
+ <span class="sr-only">Zur Seite: </span>
74
+ {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
75
+ {{/components/button/link_button}}
76
+ {{#*inline "htmlProperties"}}{{/inline}}
77
+ {{/with}}
69
78
  {{~/if~}}
70
79
  {{~#if _notLastPage~}}
71
80
  {{> components/pagination/pagination_button_right_linked }}
@@ -10,10 +10,13 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
14
- <span class="sr-only">Zur Seite: </span>
15
- {{> components/button/components/button_label _label="2" _css=""}}
16
- {{/components/button/link_button}}
13
+ {{#with this}}
14
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
15
+ <span class="sr-only">Zur Seite: </span>
16
+ {{> components/button/components/button_label _label="2" _css=""}}
17
+ {{/components/button/link_button}}
18
+ {{#*inline "htmlProperties"}}{{/inline}}
19
+ {{/with}}
17
20
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
18
21
  <span class="sr-only">Zur Seite: </span>
19
22
  {{> components/button/components/button_label _label="3" _css=""}}
@@ -37,10 +40,13 @@
37
40
  aria-current="true"
38
41
  {{/inline}}
39
42
  {{/with}}
40
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
41
- <span class="sr-only">Zur Seite: </span>
42
- {{> components/button/components/button_label _label="3" _css=""}}
43
- {{/components/button/link_button}}
43
+ {{#with this}}
44
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
45
+ <span class="sr-only">Zur Seite: </span>
46
+ {{> components/button/components/button_label _label="3" _css=""}}
47
+ {{/components/button/link_button}}
48
+ {{#*inline "htmlProperties"}}{{/inline}}
49
+ {{/with}}
44
50
  {{> components/pagination/pagination_button_right_linked }}
45
51
  </div>
46
52
  {{else}}
@@ -10,10 +10,13 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
14
- <span class="sr-only">Zur Seite: </span>
15
- {{> components/button/components/button_label _label="2" _css=""}}
16
- {{/components/button/link_button}}
13
+ {{#with this}}
14
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
+ <span class="sr-only">Zur Seite: </span>
16
+ {{> components/button/components/button_label _label="2" _css=""}}
17
+ {{/components/button/link_button}}
18
+ {{#*inline "htmlProperties"}}{{/inline}}
19
+ {{/with}}
17
20
  {{> components/pagination/pagination_button_right_linked }}
18
21
  </div>
19
22
  {{else}}
@@ -1,4 +1,6 @@
1
- {{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
2
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
3
- {{/components/button/button}}
4
-
1
+ {{#with this}}
2
+ {{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
3
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
4
+ {{/components/button/button}}
5
+ {{#*inline "htmlProperties"}}{{/inline}}
6
+ {{/with}}
@@ -1,4 +1,7 @@
1
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
2
- <span class="sr-only">Nächste Seite</span>
3
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
4
- {{/components/button/link_button}}
1
+ {{#with this}}
2
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
3
+ <span class="sr-only">Nächste Seite</span>
4
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
5
+ {{/components/button/link_button}}
6
+ {{#*inline "htmlProperties"}}{{/inline}}
7
+ {{/with}}
@@ -11,10 +11,13 @@
11
11
  {{/inline}}
12
12
  {{/with}}
13
13
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
14
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
- <span class="sr-only">Zur Seite: </span>
16
- {{> components/button/components/button_label _label=_totalPages _css=""}}
17
- {{/components/button/link_button}}
14
+ {{#with this}}
15
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
16
+ <span class="sr-only">Zur Seite: </span>
17
+ {{> components/button/components/button_label _label=_totalPages _css=""}}
18
+ {{/components/button/link_button}}
19
+ {{#*inline "htmlProperties"}}{{/inline}}
20
+ {{/with}}
18
21
  {{> components/pagination/pagination_button_right_linked }}
19
22
  </div>
20
23
  {{else}}
@@ -35,10 +38,13 @@
35
38
  {{/inline}}
36
39
  {{/with}}
37
40
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
38
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
39
- <span class="sr-only">Zur Seite: </span>
40
- {{> components/button/components/button_label _label=_totalPages _css=""}}
41
- {{/components/button/link_button}}
41
+ {{#with this}}
42
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
43
+ <span class="sr-only">Zur Seite: </span>
44
+ {{> components/button/components/button_label _label=_totalPages _css=""}}
45
+ {{/components/button/link_button}}
46
+ {{#*inline "htmlProperties"}}{{/inline}}
47
+ {{/with}}
42
48
  {{> components/pagination/pagination_button_right_linked }}
43
49
  </div>
44
50
  {{else}}
@@ -62,10 +68,13 @@
62
68
  {{~#if _notLastButOnePage~}}
63
69
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
64
70
  {{~/if~}}
65
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
66
- <span class="sr-only">Zur Seite: </span>
67
- {{> components/button/components/button_label _label=_totalPages _css=""}}
68
- {{/components/button/link_button}}
71
+ {{#with this}}
72
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
73
+ <span class="sr-only">Zur Seite: </span>
74
+ {{> components/button/components/button_label _label=_totalPages _css=""}}
75
+ {{/components/button/link_button}}
76
+ {{#*inline "htmlProperties"}}{{/inline}}
77
+ {{/with}}
69
78
  {{~/if~}}
70
79
  {{~#if _notLastPage~}}
71
80
  {{> components/pagination/pagination_button_right_linked }}
@@ -10,10 +10,13 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
14
- <span class="sr-only">Zur Seite: </span>
15
- {{> components/button/components/button_label _label="2" _css=""}}
16
- {{/components/button/link_button}}
13
+ {{#with this}}
14
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
15
+ <span class="sr-only">Zur Seite: </span>
16
+ {{> components/button/components/button_label _label="2" _css=""}}
17
+ {{/components/button/link_button}}
18
+ {{#*inline "htmlProperties"}}{{/inline}}
19
+ {{/with}}
17
20
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
18
21
  <span class="sr-only">Zur Seite: </span>
19
22
  {{> components/button/components/button_label _label="3" _css=""}}
@@ -37,10 +40,13 @@
37
40
  aria-current="true"
38
41
  {{/inline}}
39
42
  {{/with}}
40
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
41
- <span class="sr-only">Zur Seite: </span>
42
- {{> components/button/components/button_label _label="3" _css=""}}
43
- {{/components/button/link_button}}
43
+ {{#with this}}
44
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
45
+ <span class="sr-only">Zur Seite: </span>
46
+ {{> components/button/components/button_label _label="3" _css=""}}
47
+ {{/components/button/link_button}}
48
+ {{#*inline "htmlProperties"}}{{/inline}}
49
+ {{/with}}
44
50
  {{> components/pagination/pagination_button_right_linked }}
45
51
  </div>
46
52
  {{else}}
@@ -10,10 +10,13 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
14
- <span class="sr-only">Zur Seite: </span>
15
- {{> components/button/components/button_label _label="2" _css=""}}
16
- {{/components/button/link_button}}
13
+ {{#with this}}
14
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
+ <span class="sr-only">Zur Seite: </span>
16
+ {{> components/button/components/button_label _label="2" _css=""}}
17
+ {{/components/button/link_button}}
18
+ {{#*inline "htmlProperties"}}{{/inline}}
19
+ {{/with}}
17
20
  {{> components/pagination/pagination_button_right_linked }}
18
21
  </div>
19
22
  {{else}}
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.8",
9
+ "version": "1.103.9",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,4 +1,6 @@
1
- {{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
2
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
3
- {{/components/button/button}}
4
-
1
+ {{#with this}}
2
+ {{#> components/button/button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1" _type="button"}}
3
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
4
+ {{/components/button/button}}
5
+ {{#*inline "htmlProperties"}}{{/inline}}
6
+ {{/with}}
@@ -1,4 +1,7 @@
1
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
2
- <span class="sr-only">Nächste Seite</span>
3
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
4
- {{/components/button/link_button}}
1
+ {{#with this}}
2
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
3
+ <span class="sr-only">Nächste Seite</span>
4
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
5
+ {{/components/button/link_button}}
6
+ {{#*inline "htmlProperties"}}{{/inline}}
7
+ {{/with}}
@@ -11,10 +11,13 @@
11
11
  {{/inline}}
12
12
  {{/with}}
13
13
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
14
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
- <span class="sr-only">Zur Seite: </span>
16
- {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
17
- {{/components/button/link_button}}
14
+ {{#with this}}
15
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
16
+ <span class="sr-only">Zur Seite: </span>
17
+ {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
18
+ {{/components/button/link_button}}
19
+ {{#*inline "htmlProperties"}}{{/inline}}
20
+ {{/with}}
18
21
  {{> components/pagination/pagination_button_right_linked }}
19
22
  </div>
20
23
  {{else}}
@@ -35,10 +38,13 @@
35
38
  {{/inline}}
36
39
  {{/with}}
37
40
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
38
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
39
- <span class="sr-only">Zur Seite: </span>
40
- {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
41
- {{/components/button/link_button}}
41
+ {{#with this}}
42
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
43
+ <span class="sr-only">Zur Seite: </span>
44
+ {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
45
+ {{/components/button/link_button}}
46
+ {{#*inline "htmlProperties"}}{{/inline}}
47
+ {{/with}}
42
48
  {{> components/pagination/pagination_button_right_linked }}
43
49
  </div>
44
50
  {{else}}
@@ -62,10 +68,13 @@
62
68
  {{~#if _notLastButOnePage~}}
63
69
  <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
64
70
  {{~/if~}}
65
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
66
- <span class="sr-only">Zur Seite: </span>
67
- {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
68
- {{/components/button/link_button}}
71
+ {{#with this}}
72
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
73
+ <span class="sr-only">Zur Seite: </span>
74
+ {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
75
+ {{/components/button/link_button}}
76
+ {{#*inline "htmlProperties"}}{{/inline}}
77
+ {{/with}}
69
78
  {{~/if~}}
70
79
  {{~#if _notLastPage~}}
71
80
  {{> components/pagination/pagination_button_right_linked }}
@@ -10,10 +10,13 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
14
- <span class="sr-only">Zur Seite: </span>
15
- {{> components/button/components/button_label _label="2" _css=""}}
16
- {{/components/button/link_button}}
13
+ {{#with this}}
14
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
15
+ <span class="sr-only">Zur Seite: </span>
16
+ {{> components/button/components/button_label _label="2" _css=""}}
17
+ {{/components/button/link_button}}
18
+ {{#*inline "htmlProperties"}}{{/inline}}
19
+ {{/with}}
17
20
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
18
21
  <span class="sr-only">Zur Seite: </span>
19
22
  {{> components/button/components/button_label _label="3" _css=""}}
@@ -37,10 +40,13 @@
37
40
  aria-current="true"
38
41
  {{/inline}}
39
42
  {{/with}}
40
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
41
- <span class="sr-only">Zur Seite: </span>
42
- {{> components/button/components/button_label _label="3" _css=""}}
43
- {{/components/button/link_button}}
43
+ {{#with this}}
44
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
45
+ <span class="sr-only">Zur Seite: </span>
46
+ {{> components/button/components/button_label _label="3" _css=""}}
47
+ {{/components/button/link_button}}
48
+ {{#*inline "htmlProperties"}}{{/inline}}
49
+ {{/with}}
44
50
  {{> components/pagination/pagination_button_right_linked }}
45
51
  </div>
46
52
  {{else}}
@@ -10,10 +10,13 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
14
- <span class="sr-only">Zur Seite: </span>
15
- {{> components/button/components/button_label _label="2" _css=""}}
16
- {{/components/button/link_button}}
13
+ {{#with this}}
14
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
+ <span class="sr-only">Zur Seite: </span>
16
+ {{> components/button/components/button_label _label="2" _css=""}}
17
+ {{/components/button/link_button}}
18
+ {{#*inline "htmlProperties"}}{{/inline}}
19
+ {{/with}}
17
20
  {{> components/pagination/pagination_button_right_linked }}
18
21
  </div>
19
22
  {{else}}