hr-design-system-handlebars 0.120.4 → 0.120.5

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
+ # v0.120.5 (Thu Jan 19 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - display the arrow in Ghostbutton (in DEV) [#489](https://github.com/mumprod/hr-design-system-handlebars/pull/489) (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
  # v0.120.4 (Thu Jan 19 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -2484,7 +2484,7 @@ video {
2484
2484
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2485
2485
  }
2486
2486
  .counter-reset {
2487
- counter-reset: cnt1674136258640;
2487
+ counter-reset: cnt1674140047249;
2488
2488
  }
2489
2489
  .line-clamp-4 {
2490
2490
  overflow: hidden;
@@ -2702,7 +2702,7 @@ video {
2702
2702
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2703
2703
  }
2704
2704
  .-ordered {
2705
- counter-increment: cnt1674136258640 1;
2705
+ counter-increment: cnt1674140047249 1;
2706
2706
  }
2707
2707
  .-ordered::before {
2708
2708
  position: absolute;
@@ -2718,7 +2718,7 @@ video {
2718
2718
  letter-spacing: .0125em;
2719
2719
  --tw-text-opacity: 1;
2720
2720
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2721
- content: counter(cnt1674136258640);
2721
+ content: counter(cnt1674140047249);
2722
2722
  }
2723
2723
  /*! ****************************/
2724
2724
  /*! text-shadow */
@@ -1,7 +1,8 @@
1
1
  {{#if _withLink}}
2
2
  {{#decorator 'components/base/link' _isAriaHidden=_isLinkAriaHidden _css=_linkCss}}
3
- {{>components/button/button_pseudo.inc _addClass=_addClass _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
3
+ {{>components/button/button_pseudo.inc _addClass=_addClass _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden _showIcon=_showIcon _icon=_icon}}
4
4
  {{/decorator}}
5
5
  {{else}}
6
- {{>components/button/button_pseudo.inc _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
6
+ {{>components/button/button_pseudo.inc _addClass=_addClass _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden _showIcon=_showIcon _icon=_icon}}
7
7
  {{/if}}
8
+
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.120.4",
9
+ "version": "0.120.5",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,7 +1,8 @@
1
1
  {{#if _withLink}}
2
2
  {{#decorator 'components/base/link' _isAriaHidden=_isLinkAriaHidden _css=_linkCss}}
3
- {{>components/button/button_pseudo.inc _addClass=_addClass _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
3
+ {{>components/button/button_pseudo.inc _addClass=_addClass _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden _showIcon=_showIcon _icon=_icon}}
4
4
  {{/decorator}}
5
5
  {{else}}
6
- {{>components/button/button_pseudo.inc _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden}}
6
+ {{>components/button/button_pseudo.inc _addClass=_addClass _buttonCss=_buttonCss _buttonText=_buttonText _type=_type _isLinkAriaHidden=_isLinkAriaHidden _showIcon=_showIcon _icon=_icon}}
7
7
  {{/if}}
8
+