hr-design-system-handlebars 1.103.7 → 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.
Files changed (42) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/icons/icons/svgmap/error-ds.svg +6 -0
  3. package/dist/assets/icons/icons/svgmap/send-ds.svg +5 -0
  4. package/dist/assets/icons/icons/svgmap.min.svg +1 -1
  5. package/dist/assets/index.css +3 -26
  6. package/dist/views/components/forms/controls.hbs +14 -0
  7. package/dist/views/components/forms/error_icon.hbs +3 -0
  8. package/dist/views/components/forms/input.hbs +1 -21
  9. package/dist/views/components/forms/select.hbs +2 -17
  10. package/dist/views/components/forms/textarea.hbs +7 -21
  11. package/dist/views/components/forms/webform.hbs +2 -0
  12. package/dist/views/components/pagination/pagination_button_right.hbs +6 -4
  13. package/dist/views/components/pagination/pagination_button_right_linked.hbs +7 -4
  14. package/dist/views/components/pagination/pagination_more_than_three_pages.hbs +21 -12
  15. package/dist/views/components/pagination/pagination_only_three_pages.hbs +14 -8
  16. package/dist/views/components/pagination/pagination_only_two_pages.hbs +7 -4
  17. package/dist/views_static/components/forms/controls.hbs +14 -0
  18. package/dist/views_static/components/forms/error_icon.hbs +3 -0
  19. package/dist/views_static/components/forms/input.hbs +1 -21
  20. package/dist/views_static/components/forms/select.hbs +2 -17
  21. package/dist/views_static/components/forms/textarea.hbs +7 -21
  22. package/dist/views_static/components/forms/webform.hbs +2 -0
  23. package/dist/views_static/components/pagination/pagination_button_right.hbs +6 -4
  24. package/dist/views_static/components/pagination/pagination_button_right_linked.hbs +7 -4
  25. package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +21 -12
  26. package/dist/views_static/components/pagination/pagination_only_three_pages.hbs +14 -8
  27. package/dist/views_static/components/pagination/pagination_only_two_pages.hbs +7 -4
  28. package/package.json +1 -1
  29. package/src/assets/icons/icons/svgmap/error-ds.svg +6 -0
  30. package/src/assets/icons/icons/svgmap/send-ds.svg +5 -0
  31. package/src/assets/icons/icons/svgmap.min.svg +1 -1
  32. package/src/stories/views/components/forms/controls.hbs +14 -0
  33. package/src/stories/views/components/forms/error_icon.hbs +3 -0
  34. package/src/stories/views/components/forms/input.hbs +1 -21
  35. package/src/stories/views/components/forms/select.hbs +2 -17
  36. package/src/stories/views/components/forms/textarea.hbs +7 -21
  37. package/src/stories/views/components/forms/webform.hbs +2 -0
  38. package/src/stories/views/components/pagination/pagination_button_right.hbs +6 -4
  39. package/src/stories/views/components/pagination/pagination_button_right_linked.hbs +7 -4
  40. package/src/stories/views/components/pagination/pagination_more_than_three_pages.hbs +21 -12
  41. package/src/stories/views/components/pagination/pagination_only_three_pages.hbs +14 -8
  42. package/src/stories/views/components/pagination/pagination_only_two_pages.hbs +7 -4
@@ -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.7",
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",
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xml:space="preserve" width="27" height="27" viewBox="0 0 27 27">
3
+ <g>
4
+ <path d="M13.5,1C6.6,1,1,6.6,1,13.5s5.6,12.5,12.5,12.5,12.5-5.6,12.5-12.5S20.4,1,13.5,1ZM11.9,5.1h3.1v12h-3.1V5.1ZM15.1,21.7h-3.1v-3.1h3.1v3.1Z"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="16" height="16" viewBox="0 0 16 16">
2
+ <g>
3
+ <path d="M15.9.4l-4.1,14.7-5.2-5,5.1-5.4-6.9,4.8L0,8.3,15.9.4ZM6,10.9v4.8l2.3-2.6s-2.3-2.2-2.3-2.2Z"/>
4
+ </g>
5
+ </svg>