hr-design-system-handlebars 0.117.2 β 0.117.3
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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/button/button_pseudo.hbs +1 -1
- package/dist/views/components/button/button_pseudo.inc.hbs +10 -3
- package/dist/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
- package/dist/views/components/teaser/tabbox/group_tabbox.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/button/button_pseudo.hbs +1 -1
- package/src/stories/views/components/button/button_pseudo.inc.hbs +10 -3
- package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
- package/src/stories/views/components/teaser/tabbox/group_tabbox.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.117.3 (Wed Jan 11 2023)
|
|
2
|
+
|
|
3
|
+
#### π Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-1888 Teaser: Ghostbutton fΓΌr Schlagzeilen und Tab-Box [#467](https://github.com/mumprod/hr-design-system-handlebars/pull/467) ([@Sunny1112358](https://github.com/Sunny1112358))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.117.2 (Wed Jan 11 2023)
|
|
2
14
|
|
|
3
15
|
#### π Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2231,7 +2231,7 @@ video {
|
|
|
2231
2231
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2232
2232
|
}
|
|
2233
2233
|
.counter-reset {
|
|
2234
|
-
counter-reset:
|
|
2234
|
+
counter-reset: cnt1673448379749;
|
|
2235
2235
|
}
|
|
2236
2236
|
.line-clamp-4 {
|
|
2237
2237
|
overflow: hidden;
|
|
@@ -2463,7 +2463,7 @@ video {
|
|
|
2463
2463
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2464
2464
|
}
|
|
2465
2465
|
.-ordered {
|
|
2466
|
-
counter-increment:
|
|
2466
|
+
counter-increment: cnt1673448379749 1;
|
|
2467
2467
|
}
|
|
2468
2468
|
.-ordered::before {
|
|
2469
2469
|
position: absolute;
|
|
@@ -2479,7 +2479,7 @@ video {
|
|
|
2479
2479
|
letter-spacing: .0125em;
|
|
2480
2480
|
--tw-text-opacity: 1;
|
|
2481
2481
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2482
|
-
content: counter(
|
|
2482
|
+
content: counter(cnt1673448379749);
|
|
2483
2483
|
}
|
|
2484
2484
|
/*! ****************************/
|
|
2485
2485
|
/*! text-shadow */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{{#if _withLink}}
|
|
2
2
|
{{#decorator 'components/base/link' _isAriaHidden=_isLinkAriaHidden _css=_linkCss}}
|
|
3
|
-
{{>components/button/button_pseudo.inc _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
|
|
3
|
+
{{>components/button/button_pseudo.inc _addClass=_addClass _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
|
|
4
4
|
{{/decorator}}
|
|
5
5
|
{{else}}
|
|
6
6
|
{{>components/button/button_pseudo.inc _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<span
|
|
2
|
-
class='px-4 py-2.5 border
|
|
2
|
+
class='px-4 py-2.5 border flex items-center
|
|
3
3
|
{{inline-switch
|
|
4
4
|
_type
|
|
5
5
|
'["normal","hollow","hollow-white"]'
|
|
@@ -7,5 +7,12 @@
|
|
|
7
7
|
}}
|
|
8
8
|
font-heading{{#if _buttonCss}} {{_buttonCss}}{{/if}}'
|
|
9
9
|
>
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
<span class="block">
|
|
11
|
+
{{_buttonText}}
|
|
12
|
+
</span>
|
|
13
|
+
<span>
|
|
14
|
+
{{~#if _showIcon~}}
|
|
15
|
+
{{> components/base/image/icon _icon=_icon _iconmap=_iconmap _addClass=_addClass _webview=_webview}}
|
|
16
|
+
{{/if~}}
|
|
17
|
+
</span>
|
|
18
|
+
</span>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
{{~#with this.overviewLink}}
|
|
16
16
|
{{~#if this.link~}}
|
|
17
17
|
<div class="flex mx-5 pb-9 pt-6 min-w-0 {{~inline-switch ../this.teaserSize '["100"]' '[" justify-center md:justify-end"," justify-center"]'}}">
|
|
18
|
-
{{~> components/button/button_pseudo _withLink=true _buttonText=this.title _buttonCss="truncate" _linkCss="flex min-w-0"~}}
|
|
18
|
+
{{~> components/button/button_pseudo _addClass="h-4 w-4 ml-2 fill-current" _showIcon="true" _icon="arrow-right" _withLink=true _buttonText=this.title _buttonCss="truncate" _linkCss="flex min-w-0"~}}
|
|
19
19
|
</div>
|
|
20
20
|
{{~/if~}}
|
|
21
21
|
{{/with~}}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</div>
|
|
22
22
|
{{~#if this.link~}}
|
|
23
23
|
<div class="flex justify-center pt-8">
|
|
24
|
-
{{~> components/button/button_pseudo _type="hollow" _withLink="true" _buttonText=(loca "group_tabbed_more" this.title) ~}}
|
|
24
|
+
{{~> components/button/button_pseudo _type="hollow" _addClass="h-4 w-4 ml-2 fill-current" _showIcon="true" _icon="arrow-right" _withLink="true" _buttonText=(loca "group_tabbed_more" this.title) ~}}
|
|
25
25
|
</div>
|
|
26
26
|
{{~/if~}}
|
|
27
27
|
</section>
|
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": "0.117.
|
|
9
|
+
"version": "0.117.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{{#if _withLink}}
|
|
2
2
|
{{#decorator 'components/base/link' _isAriaHidden=_isLinkAriaHidden _css=_linkCss}}
|
|
3
|
-
{{>components/button/button_pseudo.inc _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
|
|
3
|
+
{{>components/button/button_pseudo.inc _addClass=_addClass _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
|
|
4
4
|
{{/decorator}}
|
|
5
5
|
{{else}}
|
|
6
6
|
{{>components/button/button_pseudo.inc _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<span
|
|
2
|
-
class='px-4 py-2.5 border
|
|
2
|
+
class='px-4 py-2.5 border flex items-center
|
|
3
3
|
{{inline-switch
|
|
4
4
|
_type
|
|
5
5
|
'["normal","hollow","hollow-white"]'
|
|
@@ -7,5 +7,12 @@
|
|
|
7
7
|
}}
|
|
8
8
|
font-heading{{#if _buttonCss}} {{_buttonCss}}{{/if}}'
|
|
9
9
|
>
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
<span class="block">
|
|
11
|
+
{{_buttonText}}
|
|
12
|
+
</span>
|
|
13
|
+
<span>
|
|
14
|
+
{{~#if _showIcon~}}
|
|
15
|
+
{{> components/base/image/icon _icon=_icon _iconmap=_iconmap _addClass=_addClass _webview=_webview}}
|
|
16
|
+
{{/if~}}
|
|
17
|
+
</span>
|
|
18
|
+
</span>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
{{~#with this.overviewLink}}
|
|
16
16
|
{{~#if this.link~}}
|
|
17
17
|
<div class="flex mx-5 pb-9 pt-6 min-w-0 {{~inline-switch ../this.teaserSize '["100"]' '[" justify-center md:justify-end"," justify-center"]'}}">
|
|
18
|
-
{{~> components/button/button_pseudo _withLink=true _buttonText=this.title _buttonCss="truncate" _linkCss="flex min-w-0"~}}
|
|
18
|
+
{{~> components/button/button_pseudo _addClass="h-4 w-4 ml-2 fill-current" _showIcon="true" _icon="arrow-right" _withLink=true _buttonText=this.title _buttonCss="truncate" _linkCss="flex min-w-0"~}}
|
|
19
19
|
</div>
|
|
20
20
|
{{~/if~}}
|
|
21
21
|
{{/with~}}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</div>
|
|
22
22
|
{{~#if this.link~}}
|
|
23
23
|
<div class="flex justify-center pt-8">
|
|
24
|
-
{{~> components/button/button_pseudo _type="hollow" _withLink="true" _buttonText=(loca "group_tabbed_more" this.title) ~}}
|
|
24
|
+
{{~> components/button/button_pseudo _type="hollow" _addClass="h-4 w-4 ml-2 fill-current" _showIcon="true" _icon="arrow-right" _withLink="true" _buttonText=(loca "group_tabbed_more" this.title) ~}}
|
|
25
25
|
</div>
|
|
26
26
|
{{~/if~}}
|
|
27
27
|
</section>
|