hr-design-system-handlebars 1.36.0 → 1.36.1

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,16 @@
1
+ # v1.36.1 (Tue Aug 29 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - improvements for Dark Mode [#713](https://github.com/mumprod/hr-design-system-handlebars/pull/713) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.36.0 (Tue Aug 22 2023)
2
15
 
3
16
  #### 🚀 Enhancement
@@ -3034,7 +3034,7 @@ video {
3034
3034
  border-bottom-color: var(--color-secondary-ds);
3035
3035
  }
3036
3036
  .counter-reset {
3037
- counter-reset: cnt1692702733191;
3037
+ counter-reset: cnt1693306998673;
3038
3038
  }
3039
3039
  .hyphens-auto {
3040
3040
  -webkit-hyphens: auto;
@@ -3269,7 +3269,7 @@ video {
3269
3269
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3270
3270
  }
3271
3271
  .-ordered {
3272
- counter-increment: cnt1692702733191 1;
3272
+ counter-increment: cnt1693306998673 1;
3273
3273
  }
3274
3274
  .-ordered::before {
3275
3275
  position: absolute;
@@ -3285,7 +3285,7 @@ video {
3285
3285
  letter-spacing: .0125em;
3286
3286
  --tw-text-opacity: 1;
3287
3287
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3288
- content: counter(cnt1692702733191);
3288
+ content: counter(cnt1693306998673);
3289
3289
  }
3290
3290
  /*! ****************************/
3291
3291
  /*! DataPolicy stuff */
@@ -11,7 +11,7 @@
11
11
  {{> components/button/components/button_label _label="2" _css=""}}
12
12
  {{/components/button/link_button}}
13
13
  {{else}}
14
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
14
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
15
15
  {{~/if~}}
16
16
  {{~/unless~}}
17
17
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -10,7 +10,7 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
13
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
14
14
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
15
  <span class="sr-only">Zur Seite: </span>
16
16
  {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
@@ -26,7 +26,7 @@
26
26
  {{> components/button/components/button_label _label="1" _css=""}}
27
27
  {{/components/button/link_button}}
28
28
  {{#with this}}
29
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
29
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
30
30
  <span class="sr-only">Aktuelle Seite: </span>
31
31
  {{> components/button/components/button_label _label="2" _css=""}}
32
32
  {{/components/button/link_button}}
@@ -34,7 +34,7 @@
34
34
  aria-current="true"
35
35
  {{/inline}}
36
36
  {{/with}}
37
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
37
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
38
38
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
39
39
  <span class="sr-only">Zur Seite: </span>
40
40
  {{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
@@ -48,9 +48,9 @@
48
48
  <span class="sr-only">Zur Seite: </span>
49
49
  {{> components/button/components/button_label _label="1" _css=""}}
50
50
  {{/components/button/link_button}}
51
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
51
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
52
52
  {{#with this}}
53
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
53
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
54
54
  <span class="sr-only">Aktuelle Seite: </span>
55
55
  {{> components/button/components/button_label _label=../../_currentPage-adjust_context _css=""}}
56
56
  {{/components/button/link_button}}
@@ -60,7 +60,7 @@
60
60
  {{/with}}
61
61
  {{~#if _notLastPage~}}
62
62
  {{~#if _notLastButOnePage~}}
63
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
63
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
64
64
  {{~/if~}}
65
65
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
66
66
  <span class="sr-only">Zur Seite: </span>
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -29,7 +29,7 @@
29
29
  {{> components/button/components/button_label _label="1" _css=""}}
30
30
  {{/components/button/link_button}}
31
31
  {{#with this}}
32
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
32
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
33
33
  <span class="sr-only">Aktuelle Seite: </span>
34
34
  {{> components/button/components/button_label _label="2" _css=""}}
35
35
  {{/components/button/link_button}}
@@ -55,7 +55,7 @@
55
55
  {{> components/button/components/button_label _label="2" _css=""}}
56
56
  {{/components/button/link_button}}
57
57
  {{#with this}}
58
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
58
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
59
59
  <span class="sr-only">Aktuelle Seite: </span>
60
60
  {{> components/button/components/button_label _label="3" _css=""}}
61
61
  {{/components/button/link_button}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -24,7 +24,7 @@
24
24
  {{> components/button/components/button_label _label="1" _css=""}}
25
25
  {{/components/button/link_button}}
26
26
  {{#with this}}
27
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
27
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
28
28
  <span class="sr-only">Aktuelle Seite: </span>
29
29
  {{> components/button/components/button_label _label="2" _css=""}}
30
30
  {{/components/button/link_button}}
@@ -11,7 +11,7 @@
11
11
  {{> components/button/components/button_label _label="2" _css=""}}
12
12
  {{/components/button/link_button}}
13
13
  {{else}}
14
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
14
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
15
15
  {{~/if~}}
16
16
  {{~/unless~}}
17
17
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -10,7 +10,7 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
13
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
14
14
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
15
  <span class="sr-only">Zur Seite: </span>
16
16
  {{> components/button/components/button_label _label=_totalPages _css=""}}
@@ -26,7 +26,7 @@
26
26
  {{> components/button/components/button_label _label="1" _css=""}}
27
27
  {{/components/button/link_button}}
28
28
  {{#with this}}
29
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
29
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
30
30
  <span class="sr-only">Aktuelle Seite: </span>
31
31
  {{> components/button/components/button_label _label="2" _css=""}}
32
32
  {{/components/button/link_button}}
@@ -34,7 +34,7 @@
34
34
  aria-current="true"
35
35
  {{/inline}}
36
36
  {{/with}}
37
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
37
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
38
38
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
39
39
  <span class="sr-only">Zur Seite: </span>
40
40
  {{> components/button/components/button_label _label=_totalPages _css=""}}
@@ -48,9 +48,9 @@
48
48
  <span class="sr-only">Zur Seite: </span>
49
49
  {{> components/button/components/button_label _label="1" _css=""}}
50
50
  {{/components/button/link_button}}
51
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
51
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
52
52
  {{#with this}}
53
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
53
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
54
54
  <span class="sr-only">Aktuelle Seite: </span>
55
55
  {{> components/button/components/button_label _label=_currentPage _css=""}}
56
56
  {{/components/button/link_button}}
@@ -60,7 +60,7 @@
60
60
  {{/with}}
61
61
  {{~#if _notLastPage~}}
62
62
  {{~#if _notLastButOnePage~}}
63
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
63
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
64
64
  {{~/if~}}
65
65
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
66
66
  <span class="sr-only">Zur Seite: </span>
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -29,7 +29,7 @@
29
29
  {{> components/button/components/button_label _label="1" _css=""}}
30
30
  {{/components/button/link_button}}
31
31
  {{#with this}}
32
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
32
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
33
33
  <span class="sr-only">Aktuelle Seite: </span>
34
34
  {{> components/button/components/button_label _label="2" _css=""}}
35
35
  {{/components/button/link_button}}
@@ -55,7 +55,7 @@
55
55
  {{> components/button/components/button_label _label="2" _css=""}}
56
56
  {{/components/button/link_button}}
57
57
  {{#with this}}
58
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
58
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
59
59
  <span class="sr-only">Aktuelle Seite: </span>
60
60
  {{> components/button/components/button_label _label="3" _css=""}}
61
61
  {{/components/button/link_button}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -24,7 +24,7 @@
24
24
  {{> components/button/components/button_label _label="1" _css=""}}
25
25
  {{/components/button/link_button}}
26
26
  {{#with this}}
27
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
27
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
28
28
  <span class="sr-only">Aktuelle Seite: </span>
29
29
  {{> components/button/components/button_label _label="2" _css=""}}
30
30
  {{/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.36.0",
9
+ "version": "1.36.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -11,7 +11,7 @@
11
11
  {{> components/button/components/button_label _label="2" _css=""}}
12
12
  {{/components/button/link_button}}
13
13
  {{else}}
14
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
14
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
15
15
  {{~/if~}}
16
16
  {{~/unless~}}
17
17
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -10,7 +10,7 @@
10
10
  aria-current="true"
11
11
  {{/inline}}
12
12
  {{/with}}
13
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
13
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
14
14
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
15
15
  <span class="sr-only">Zur Seite: </span>
16
16
  {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
@@ -26,7 +26,7 @@
26
26
  {{> components/button/components/button_label _label="1" _css=""}}
27
27
  {{/components/button/link_button}}
28
28
  {{#with this}}
29
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
29
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
30
30
  <span class="sr-only">Aktuelle Seite: </span>
31
31
  {{> components/button/components/button_label _label="2" _css=""}}
32
32
  {{/components/button/link_button}}
@@ -34,7 +34,7 @@
34
34
  aria-current="true"
35
35
  {{/inline}}
36
36
  {{/with}}
37
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
37
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
38
38
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
39
39
  <span class="sr-only">Zur Seite: </span>
40
40
  {{> components/button/components/button_label _label=_totalPages-adjust_context _css=""}}
@@ -48,9 +48,9 @@
48
48
  <span class="sr-only">Zur Seite: </span>
49
49
  {{> components/button/components/button_label _label="1" _css=""}}
50
50
  {{/components/button/link_button}}
51
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
51
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
52
52
  {{#with this}}
53
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
53
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
54
54
  <span class="sr-only">Aktuelle Seite: </span>
55
55
  {{> components/button/components/button_label _label=_currentPage-adjust_context _css=""}}
56
56
  {{/components/button/link_button}}
@@ -60,7 +60,7 @@
60
60
  {{/with}}
61
61
  {{~#if _notLastPage~}}
62
62
  {{~#if _notLastButOnePage~}}
63
- <span class="pt-1 ml-2 mr-2 font-title">&hellip;</span>
63
+ <span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">&hellip;</span>
64
64
  {{~/if~}}
65
65
  {{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
66
66
  <span class="sr-only">Zur Seite: </span>
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -29,7 +29,7 @@
29
29
  {{> components/button/components/button_label _label="1" _css=""}}
30
30
  {{/components/button/link_button}}
31
31
  {{#with this}}
32
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
32
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
33
33
  <span class="sr-only">Aktuelle Seite: </span>
34
34
  {{> components/button/components/button_label _label="2" _css=""}}
35
35
  {{/components/button/link_button}}
@@ -55,7 +55,7 @@
55
55
  {{> components/button/components/button_label _label="2" _css=""}}
56
56
  {{/components/button/link_button}}
57
57
  {{#with this}}
58
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
58
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
59
59
  <span class="sr-only">Aktuelle Seite: </span>
60
60
  {{> components/button/components/button_label _label="3" _css=""}}
61
61
  {{/components/button/link_button}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex">
3
3
  {{> components/pagination/pagination_button_left }}
4
4
  {{#with this}}
5
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
5
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
6
6
  <span class="sr-only">Aktuelle Seite: </span>
7
7
  {{> components/button/components/button_label _label="1" _css=""}}
8
8
  {{/components/button/link_button}}
@@ -24,7 +24,7 @@
24
24
  {{> components/button/components/button_label _label="1" _css=""}}
25
25
  {{/components/button/link_button}}
26
26
  {{#with this}}
27
- {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
27
+ {{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
28
28
  <span class="sr-only">Aktuelle Seite: </span>
29
29
  {{> components/button/components/button_label _label="2" _css=""}}
30
30
  {{/components/button/link_button}}