hr-design-system-handlebars 1.24.3 → 1.24.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.
Files changed (25) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/index.css +12 -3
  3. package/dist/views/components/button/components/button_label.hbs +1 -1
  4. package/dist/views/components/button/utilities/button_dimension_classes.hbs +1 -1
  5. package/dist/views/components/pagination/pagination_button_left.hbs +2 -2
  6. package/dist/views/components/pagination/pagination_button_left_linked.hbs +2 -2
  7. package/dist/views/components/pagination/pagination_button_right.hbs +2 -2
  8. package/dist/views/components/pagination/pagination_button_right_linked.hbs +2 -2
  9. package/dist/views/components/pagination/pagination_current_page_invalid.hbs +7 -7
  10. package/dist/views/components/pagination/pagination_more_than_three_pages.hbs +19 -19
  11. package/dist/views/components/pagination/pagination_only_three_pages.hbs +31 -31
  12. package/dist/views/components/pagination/pagination_only_two_pages.hbs +10 -10
  13. package/package.json +1 -1
  14. package/src/stories/views/components/button/components/button_label.hbs +1 -1
  15. package/src/stories/views/components/button/utilities/button_dimension_classes.hbs +1 -1
  16. package/src/stories/views/components/page/page_pagination.stories.js +0 -4
  17. package/src/stories/views/components/pagination/pagination_button_left.hbs +2 -2
  18. package/src/stories/views/components/pagination/pagination_button_left_linked.hbs +2 -2
  19. package/src/stories/views/components/pagination/pagination_button_right.hbs +2 -2
  20. package/src/stories/views/components/pagination/pagination_button_right_linked.hbs +2 -2
  21. package/src/stories/views/components/pagination/pagination_current_page_invalid.hbs +7 -7
  22. package/src/stories/views/components/pagination/pagination_more_than_three_pages.hbs +19 -19
  23. package/src/stories/views/components/pagination/pagination_only_three_pages.hbs +31 -31
  24. package/src/stories/views/components/pagination/pagination_only_two_pages.hbs +10 -10
  25. package/tailwind.config.js +5 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.24.4 (Wed May 17 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Paging auf Indexseiten in Storybook bauen - FIX PROBLEMS - DPE-2079 [#642](https://github.com/mumprod/hr-design-system-handlebars/pull/642) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.24.3 (Tue May 16 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1477,6 +1477,15 @@ video {
1477
1477
  .min-w-0 {
1478
1478
  min-width: 0px;
1479
1479
  }
1480
+ .min-w-10\.5 {
1481
+ min-width: 2.625rem;
1482
+ }
1483
+ .min-w-11\.5 {
1484
+ min-width: 2.875rem;
1485
+ }
1486
+ .min-w-7\.5 {
1487
+ min-width: 1.875rem;
1488
+ }
1480
1489
  .max-w-3\/4 {
1481
1490
  max-width: 75%;
1482
1491
  }
@@ -2720,7 +2729,7 @@ video {
2720
2729
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2721
2730
  }
2722
2731
  .counter-reset {
2723
- counter-reset: cnt1684243447774;
2732
+ counter-reset: cnt1684325301151;
2724
2733
  }
2725
2734
  .hyphens-auto {
2726
2735
  -webkit-hyphens: auto;
@@ -2962,7 +2971,7 @@ video {
2962
2971
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2963
2972
  }
2964
2973
  .-ordered {
2965
- counter-increment: cnt1684243447774 1;
2974
+ counter-increment: cnt1684325301151 1;
2966
2975
  }
2967
2976
  .-ordered::before {
2968
2977
  position: absolute;
@@ -2978,7 +2987,7 @@ video {
2978
2987
  letter-spacing: .0125em;
2979
2988
  --tw-text-opacity: 1;
2980
2989
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2981
- content: counter(cnt1684243447774);
2990
+ content: counter(cnt1684325301151);
2982
2991
  }
2983
2992
  /*! ****************************/
2984
2993
  /*! text-shadow */
@@ -1 +1 @@
1
- <span class='ds-button-label {{defaultIfEmpty _css "hallo"}}'>{{_label}}</span>
1
+ <span class='ds-button-label {{_css}}'>{{_label}}</span>
@@ -1 +1 @@
1
- {{~inline-switch _size '["sm","md","lg"]' '[" px-2 py-0.5"," p-2"," px-4 py-2.5",""]'~}}
1
+ {{~inline-switch _size '["sm","md","lg"]' '[" px-2 py-0.5 min-w-7.5 justify-center"," p-2 min-w-10.5 justify-center"," px-4 py-2.5 min-w-11.5 justify-center",""]'~}}
@@ -1,3 +1,3 @@
1
- {{#> components/button/link_button _size="lg" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="mr-1"}}
2
- {{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
1
+ {{#> components/button/link_button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="mr-1"}}
2
+ {{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
3
3
  {{/components/button/link_button}}
@@ -1,3 +1,3 @@
1
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.previousItemLink _css="mr-1"}}
2
- {{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
1
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.previousItemLink _css="mr-1"}}
2
+ {{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
3
3
  {{/components/button/link_button}}
@@ -1,4 +1,4 @@
1
- {{#> components/button/link_button _size="lg" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1"}}
2
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
1
+ {{#> components/button/link_button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1"}}
2
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
3
3
  {{/components/button/link_button}}
4
4
 
@@ -1,3 +1,3 @@
1
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
2
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
1
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
2
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
3
3
  {{/components/button/link_button}}
@@ -1,21 +1,21 @@
1
1
  <nav class="flex flex-row content-center justify-center py-10" role="navigation" aria-label="Paginierung">
2
- <div class="flex h-10"></div>
2
+ <div class="flex"></div>
3
3
  {{> components/pagination/pagination_button_left }}
4
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
5
- {{> components/button/components/button_label _label="1"}}
4
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
5
+ {{> components/button/components/button_label _label="1" _css=""}}
6
6
  {{/components/button/link_button}}
7
7
  {{~#if _moreThanOnePage ~}}
8
8
  {{~#unless _onlyTwoPages ~}}
9
9
  {{~#if _onlyThreePages ~}}
10
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastButOnePageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
11
- {{> components/button/components/button_label _label="2"}}
10
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOnePageItemLink _css="mr-1 ml-1"}}
11
+ {{> components/button/components/button_label _label="2" _css=""}}
12
12
  {{/components/button/link_button}}
13
13
  {{else}}
14
14
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
15
15
  {{~/if~}}
16
16
  {{~/unless~}}
17
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
18
- {{> components/button/components/button_label _label=_totalPages}}
17
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
18
+ {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
19
19
  {{/components/button/link_button}}
20
20
  {{~/if~}}
21
21
 
@@ -1,47 +1,47 @@
1
1
  {{~#if _firstPage~}}
2
- <div class="flex h-10">
2
+ <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
5
- {{> components/button/components/button_label _label="1"}}
4
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{> components/button/components/button_label _label="1" _css=""}}
6
6
  {{/components/button/link_button}}
7
7
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
8
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
9
- {{> components/button/components/button_label _label=../../_totalPages-adjust_context}}
8
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
9
+ {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
10
10
  {{/components/button/link_button}}
11
11
  {{> components/pagination/pagination_button_right_linked }}
12
12
  </div>
13
13
  {{else}}
14
14
  {{~#if _secondPage~}}
15
- <div class="flex h-10">
15
+ <div class="flex">
16
16
  {{> components/pagination/pagination_button_left_linked }}
17
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
18
- {{> components/button/components/button_label _label="1"}}
17
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
18
+ {{> components/button/components/button_label _label="1" _css=""}}
19
19
  {{/components/button/link_button}}
20
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
21
- {{> components/button/components/button_label _label="2"}}
20
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
21
+ {{> components/button/components/button_label _label="2" _css=""}}
22
22
  {{/components/button/link_button}}
23
23
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
24
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
25
- {{> components/button/components/button_label _label=../../_totalPages-adjust_context}}
24
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
25
+ {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
26
26
  {{/components/button/link_button}}
27
27
  {{> components/pagination/pagination_button_right_linked }}
28
28
  </div>
29
29
  {{else}}
30
- <div class="flex h-10">
30
+ <div class="flex">
31
31
  {{> components/pagination/pagination_button_left_linked }}
32
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
33
- {{> components/button/components/button_label _label="1"}}
32
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
33
+ {{> components/button/components/button_label _label="1" _css=""}}
34
34
  {{/components/button/link_button}}
35
35
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
36
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
37
- {{> components/button/components/button_label _label=../../_currentPage-adjust_context}}
36
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
37
+ {{> components/button/components/button_label _label=../../_currentPage-adjust_context _css=""}}
38
38
  {{/components/button/link_button}}
39
39
  {{~#if _notLastPage~}}
40
40
  {{~#if _notLastButOnePage~}}
41
41
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
42
42
  {{~/if~}}
43
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
44
- {{> components/button/components/button_label _label=../../_totalPages-adjust_context}}
43
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
44
+ {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
45
45
  {{/components/button/link_button}}
46
46
  {{~/if~}}
47
47
  {{~#if _notLastPage~}}
@@ -1,43 +1,43 @@
1
1
  {{~#if _firstPage~}}
2
- <div class="flex h-10">
3
- {{> components/pagination/pagination_button_left }}
4
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
5
- {{> components/button/components/button_label _label="1"}}
6
- {{/components/button/link_button}}
7
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
8
- {{> components/button/components/button_label _label="2"}}
9
- {{/components/button/link_button}}
10
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
11
- {{> components/button/components/button_label _label="3"}}
12
- {{/components/button/link_button}}
13
- {{> components/pagination/pagination_button_right_linked }}
2
+ <div class="flex">
3
+ {{> components/pagination/pagination_button_left }}
4
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{> components/button/components/button_label _label="1" _css=""}}
6
+ {{/components/button/link_button}}
7
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
8
+ {{> components/button/components/button_label _label="2" _css=""}}
9
+ {{/components/button/link_button}}
10
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
11
+ {{> components/button/components/button_label _label="3" _css=""}}
12
+ {{/components/button/link_button}}
13
+ {{> components/pagination/pagination_button_right_linked }}
14
14
  </div>
15
15
  {{else}}
16
16
  {{~#if _secondPage~}}
17
- <div class="flex h-10">
18
- {{> components/pagination/pagination_button_left_linked }}
19
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
20
- {{> components/button/components/button_label _label="1"}}
21
- {{/components/button/link_button}}
22
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
23
- {{> components/button/components/button_label _label="2"}}
24
- {{/components/button/link_button}}
25
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
26
- {{> components/button/components/button_label _label="3"}}
27
- {{/components/button/link_button}}
28
- {{> components/pagination/pagination_button_right_linked }}
17
+ <div class="flex">
18
+ {{> components/pagination/pagination_button_left_linked }}
19
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
20
+ {{> components/button/components/button_label _label="1" _css=""}}
21
+ {{/components/button/link_button}}
22
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
23
+ {{> components/button/components/button_label _label="2" _css=""}}
24
+ {{/components/button/link_button}}
25
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
26
+ {{> components/button/components/button_label _label="3" _css=""}}
27
+ {{/components/button/link_button}}
28
+ {{> components/pagination/pagination_button_right_linked }}
29
29
  </div>
30
30
  {{else}}
31
- <div class="flex h-10">
31
+ <div class="flex">
32
32
  {{> components/pagination/pagination_button_left_linked }}
33
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
34
- {{> components/button/components/button_label _label="1"}}
33
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
34
+ {{> components/button/components/button_label _label="1" _css=""}}
35
35
  {{/components/button/link_button}}
36
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastButOneItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
37
- {{> components/button/components/button_label _label="2"}}
36
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOneItemLink _css="mr-1 ml-1"}}
37
+ {{> components/button/components/button_label _label="2" _css=""}}
38
38
  {{/components/button/link_button}}
39
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
40
- {{> components/button/components/button_label _label="3"}}
39
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
40
+ {{> components/button/components/button_label _label="3" _css=""}}
41
41
  {{/components/button/link_button}}
42
42
  {{> components/pagination/pagination_button_right }}
43
43
  </div>
@@ -1,22 +1,22 @@
1
1
  {{~#if _firstPage~}}
2
- <div class="flex h-10">
2
+ <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
- {{#> components/button/button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
5
- {{> components/button/components/button_label _label="1"}}
4
+ {{#> components/button/button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{> components/button/components/button_label _label="1" _css=""}}
6
6
  {{/components/button/button}}
7
- {{#> components/button/button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
8
- {{> components/button/components/button_label _label="2"}}
7
+ {{#> components/button/button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
8
+ {{> components/button/components/button_label _label="2" _css=""}}
9
9
  {{/components/button/button}}
10
10
  {{> components/pagination/pagination_button_right_linked }}
11
11
  </div>
12
12
  {{else}}
13
- <div class="flex h-10">
13
+ <div class="flex">
14
14
  {{> components/pagination/pagination_button_left_linked }}
15
- {{#> components/button/button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
16
- {{> components/button/components/button_label _label="1"}}
15
+ {{#> components/button/button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
16
+ {{> components/button/components/button_label _label="1" _css=""}}
17
17
  {{/components/button/button}}
18
- {{#> components/button/button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
19
- {{> components/button/components/button_label _label="2"}}
18
+ {{#> components/button/button _size="md" _variant="primary" _css="mr-1 ml-1"}}
19
+ {{> components/button/components/button_label _label="2" _css=""}}
20
20
  {{/components/button/button}}
21
21
  {{> components/pagination/pagination_button_right }}
22
22
  </div>
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.24.3",
9
+ "version": "1.24.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1 +1 @@
1
- <span class='ds-button-label {{defaultIfEmpty _css "hallo"}}'>{{_label}}</span>
1
+ <span class='ds-button-label {{_css}}'>{{_label}}</span>
@@ -1 +1 @@
1
- {{~inline-switch _size '["sm","md","lg"]' '[" px-2 py-0.5"," p-2"," px-4 py-2.5",""]'~}}
1
+ {{~inline-switch _size '["sm","md","lg"]' '[" px-2 py-0.5 min-w-7.5 justify-center"," p-2 min-w-10.5 justify-center"," px-4 py-2.5 min-w-11.5 justify-center",""]'~}}
@@ -110,10 +110,6 @@ export default {
110
110
  argTypes: {},
111
111
 
112
112
  parameters: {
113
- chromatic: {
114
- viewports: [360, 768, 1024],
115
- },
116
-
117
113
  layout: 'fullscreen',
118
114
 
119
115
  docs: {
@@ -1,3 +1,3 @@
1
- {{#> components/button/link_button _size="lg" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="mr-1"}}
2
- {{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
1
+ {{#> components/button/link_button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="mr-1"}}
2
+ {{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
3
3
  {{/components/button/link_button}}
@@ -1,3 +1,3 @@
1
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.previousItemLink _css="mr-1"}}
2
- {{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
1
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.previousItemLink _css="mr-1"}}
2
+ {{> components/button/components/button_icon _icon="arrow-left" _iconmap="icons"}}
3
3
  {{/components/button/link_button}}
@@ -1,4 +1,4 @@
1
- {{#> components/button/link_button _size="lg" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1"}}
2
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
1
+ {{#> components/button/link_button _size="md" _variant="tertiary" _disableButtonPress='true' _disabled='true' _css="ml-1"}}
2
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
3
3
  {{/components/button/link_button}}
4
4
 
@@ -1,3 +1,3 @@
1
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
2
- {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
1
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="ml-1"}}
2
+ {{> components/button/components/button_icon _icon="arrow-right" _iconmap="icons"}}
3
3
  {{/components/button/link_button}}
@@ -1,21 +1,21 @@
1
1
  <nav class="flex flex-row content-center justify-center py-10" role="navigation" aria-label="Paginierung">
2
- <div class="flex h-10"></div>
2
+ <div class="flex"></div>
3
3
  {{> components/pagination/pagination_button_left }}
4
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
5
- {{> components/button/components/button_label _label="1"}}
4
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
5
+ {{> components/button/components/button_label _label="1" _css=""}}
6
6
  {{/components/button/link_button}}
7
7
  {{~#if _moreThanOnePage ~}}
8
8
  {{~#unless _onlyTwoPages ~}}
9
9
  {{~#if _onlyThreePages ~}}
10
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastButOnePageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
11
- {{> components/button/components/button_label _label="2"}}
10
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOnePageItemLink _css="mr-1 ml-1"}}
11
+ {{> components/button/components/button_label _label="2" _css=""}}
12
12
  {{/components/button/link_button}}
13
13
  {{else}}
14
14
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
15
15
  {{~/if~}}
16
16
  {{~/unless~}}
17
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
18
- {{> components/button/components/button_label _label=_totalPages}}
17
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
18
+ {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
19
19
  {{/components/button/link_button}}
20
20
  {{~/if~}}
21
21
 
@@ -1,47 +1,47 @@
1
1
  {{~#if _firstPage~}}
2
- <div class="flex h-10">
2
+ <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
5
- {{> components/button/components/button_label _label="1"}}
4
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{> components/button/components/button_label _label="1" _css=""}}
6
6
  {{/components/button/link_button}}
7
7
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
8
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
9
- {{> components/button/components/button_label _label=_totalPages-adjust_context}}
8
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
9
+ {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
10
10
  {{/components/button/link_button}}
11
11
  {{> components/pagination/pagination_button_right_linked }}
12
12
  </div>
13
13
  {{else}}
14
14
  {{~#if _secondPage~}}
15
- <div class="flex h-10">
15
+ <div class="flex">
16
16
  {{> components/pagination/pagination_button_left_linked }}
17
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
18
- {{> components/button/components/button_label _label="1"}}
17
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
18
+ {{> components/button/components/button_label _label="1" _css=""}}
19
19
  {{/components/button/link_button}}
20
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
21
- {{> components/button/components/button_label _label="2"}}
20
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
21
+ {{> components/button/components/button_label _label="2" _css=""}}
22
22
  {{/components/button/link_button}}
23
23
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
24
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
25
- {{> components/button/components/button_label _label=_totalPages-adjust_context}}
24
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
25
+ {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
26
26
  {{/components/button/link_button}}
27
27
  {{> components/pagination/pagination_button_right_linked }}
28
28
  </div>
29
29
  {{else}}
30
- <div class="flex h-10">
30
+ <div class="flex">
31
31
  {{> components/pagination/pagination_button_left_linked }}
32
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
33
- {{> components/button/components/button_label _label="1"}}
32
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
33
+ {{> components/button/components/button_label _label="1" _css=""}}
34
34
  {{/components/button/link_button}}
35
35
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
36
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
37
- {{> components/button/components/button_label _label=_currentPage-adjust_context}}
36
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
37
+ {{> components/button/components/button_label _label=_currentPage-adjust_context _css=""}}
38
38
  {{/components/button/link_button}}
39
39
  {{~#if _notLastPage~}}
40
40
  {{~#if _notLastButOnePage~}}
41
41
  <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
42
42
  {{~/if~}}
43
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
44
- {{> components/button/components/button_label _label=_totalPages-adjust_context}}
43
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
44
+ {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
45
45
  {{/components/button/link_button}}
46
46
  {{~/if~}}
47
47
  {{~#if _notLastPage~}}
@@ -1,43 +1,43 @@
1
1
  {{~#if _firstPage~}}
2
- <div class="flex h-10">
3
- {{> components/pagination/pagination_button_left }}
4
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
5
- {{> components/button/components/button_label _label="1"}}
6
- {{/components/button/link_button}}
7
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
8
- {{> components/button/components/button_label _label="2"}}
9
- {{/components/button/link_button}}
10
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
11
- {{> components/button/components/button_label _label="3"}}
12
- {{/components/button/link_button}}
13
- {{> components/pagination/pagination_button_right_linked }}
2
+ <div class="flex">
3
+ {{> components/pagination/pagination_button_left }}
4
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{> components/button/components/button_label _label="1" _css=""}}
6
+ {{/components/button/link_button}}
7
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.nextItemLink _css="mr-1 ml-1"}}
8
+ {{> components/button/components/button_label _label="2" _css=""}}
9
+ {{/components/button/link_button}}
10
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
11
+ {{> components/button/components/button_label _label="3" _css=""}}
12
+ {{/components/button/link_button}}
13
+ {{> components/pagination/pagination_button_right_linked }}
14
14
  </div>
15
15
  {{else}}
16
16
  {{~#if _secondPage~}}
17
- <div class="flex h-10">
18
- {{> components/pagination/pagination_button_left_linked }}
19
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
20
- {{> components/button/components/button_label _label="1"}}
21
- {{/components/button/link_button}}
22
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
23
- {{> components/button/components/button_label _label="2"}}
24
- {{/components/button/link_button}}
25
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
26
- {{> components/button/components/button_label _label="3"}}
27
- {{/components/button/link_button}}
28
- {{> components/pagination/pagination_button_right_linked }}
17
+ <div class="flex">
18
+ {{> components/pagination/pagination_button_left_linked }}
19
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
20
+ {{> components/button/components/button_label _label="1" _css=""}}
21
+ {{/components/button/link_button}}
22
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
23
+ {{> components/button/components/button_label _label="2" _css=""}}
24
+ {{/components/button/link_button}}
25
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
26
+ {{> components/button/components/button_label _label="3" _css=""}}
27
+ {{/components/button/link_button}}
28
+ {{> components/pagination/pagination_button_right_linked }}
29
29
  </div>
30
30
  {{else}}
31
- <div class="flex h-10">
31
+ <div class="flex">
32
32
  {{> components/pagination/pagination_button_left_linked }}
33
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
34
- {{> components/button/components/button_label _label="1"}}
33
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
34
+ {{> components/button/components/button_label _label="1" _css=""}}
35
35
  {{/components/button/link_button}}
36
- {{#> components/button/link_button _size="lg" _variant="secondary" _link=this.lastButOneItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
37
- {{> components/button/components/button_label _label="2"}}
36
+ {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastButOneItemLink _css="mr-1 ml-1"}}
37
+ {{> components/button/components/button_label _label="2" _css=""}}
38
38
  {{/components/button/link_button}}
39
- {{#> components/button/link_button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
40
- {{> components/button/components/button_label _label="3"}}
39
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
40
+ {{> components/button/components/button_label _label="3" _css=""}}
41
41
  {{/components/button/link_button}}
42
42
  {{> components/pagination/pagination_button_right }}
43
43
  </div>
@@ -1,22 +1,22 @@
1
1
  {{~#if _firstPage~}}
2
- <div class="flex h-10">
2
+ <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
- {{#> components/button/button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
5
- {{> components/button/components/button_label _label="1"}}
4
+ {{#> components/button/button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{> components/button/components/button_label _label="1" _css=""}}
6
6
  {{/components/button/button}}
7
- {{#> components/button/button _size="lg" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
8
- {{> components/button/components/button_label _label="2"}}
7
+ {{#> components/button/button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
8
+ {{> components/button/components/button_label _label="2" _css=""}}
9
9
  {{/components/button/button}}
10
10
  {{> components/pagination/pagination_button_right_linked }}
11
11
  </div>
12
12
  {{else}}
13
- <div class="flex h-10">
13
+ <div class="flex">
14
14
  {{> components/pagination/pagination_button_left_linked }}
15
- {{#> components/button/button _size="lg" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1 pr-2 pl-2"}}
16
- {{> components/button/components/button_label _label="1"}}
15
+ {{#> components/button/button _size="md" _variant="secondary" _link=this.firstPageItemLink _css="mr-1 ml-1"}}
16
+ {{> components/button/components/button_label _label="1" _css=""}}
17
17
  {{/components/button/button}}
18
- {{#> components/button/button _size="lg" _variant="primary" _css="mr-1 ml-1 pr-2 pl-2"}}
19
- {{> components/button/components/button_label _label="2"}}
18
+ {{#> components/button/button _size="md" _variant="primary" _css="mr-1 ml-1"}}
19
+ {{> components/button/components/button_label _label="2" _css=""}}
20
20
  {{/components/button/button}}
21
21
  {{> components/pagination/pagination_button_right }}
22
22
  </div>
@@ -153,6 +153,11 @@ module.exports = {
153
153
  '1/1': '100%',
154
154
  'main-col': '63rem',
155
155
  },
156
+ minWidth: {
157
+ '7.5' :'1.875rem',
158
+ '10.5' :'2.625rem',
159
+ '11.5' :'2.875rem',
160
+ },
156
161
  margin: {
157
162
  '13': '3.125rem',
158
163
  '13-2': '3.375rem',