hr-design-system-handlebars 0.123.4 → 0.123.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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/content_nav/content_nav_dropdown.hbs +1 -1
- package/dist/views/components/content_nav/content_nav_item.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/content_nav/content_nav_dropdown.hbs +1 -1
- package/src/stories/views/components/content_nav/content_nav_item.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.123.5 (Wed Feb 08 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fixes lineheight in dropdown button and items [#525](https://github.com/mumprod/hr-design-system-handlebars/pull/525) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.123.4 (Wed Feb 08 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2509,7 +2509,7 @@ video {
|
|
|
2509
2509
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2510
2510
|
}
|
|
2511
2511
|
.counter-reset {
|
|
2512
|
-
counter-reset:
|
|
2512
|
+
counter-reset: cnt1675861970060;
|
|
2513
2513
|
}
|
|
2514
2514
|
.line-clamp-4 {
|
|
2515
2515
|
overflow: hidden;
|
|
@@ -2727,7 +2727,7 @@ video {
|
|
|
2727
2727
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2728
2728
|
}
|
|
2729
2729
|
.-ordered {
|
|
2730
|
-
counter-increment:
|
|
2730
|
+
counter-increment: cnt1675861970060 1;
|
|
2731
2731
|
}
|
|
2732
2732
|
.-ordered::before {
|
|
2733
2733
|
position: absolute;
|
|
@@ -2743,7 +2743,7 @@ video {
|
|
|
2743
2743
|
letter-spacing: .0125em;
|
|
2744
2744
|
--tw-text-opacity: 1;
|
|
2745
2745
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2746
|
-
content: counter(
|
|
2746
|
+
content: counter(cnt1675861970060);
|
|
2747
2747
|
}
|
|
2748
2748
|
/*! ****************************/
|
|
2749
2749
|
/*! text-shadow */
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@resize.window="if(window.innerWidth > 767){contentNavDropdownIsOpen = false}; $dispatch('hr:global:resetinputAutoSuggest')"
|
|
15
15
|
{{/if}}
|
|
16
16
|
>
|
|
17
|
-
<span class="self-center w-full p-2 text-base text-left">{{_buttonText}}</span>
|
|
17
|
+
<span class="self-center w-full p-2 text-base leading-4 text-left">{{_buttonText}}</span>
|
|
18
18
|
<div class="flex self-center w-auto h-full border-l border-content-nav">
|
|
19
19
|
<span :class="{'hidden' : contentNavDropdownIsOpen}"
|
|
20
20
|
class="flex self-center px-3 py-3"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
_selectedCssClass="is-selected"
|
|
16
16
|
}}
|
|
17
17
|
|
|
18
|
-
<span class="block text-base pt-0.5 grow font-copy js-title truncate ... ">
|
|
18
|
+
<span class="block text-base leading-4 pt-0.5 grow font-copy js-title truncate ... ">
|
|
19
19
|
{{~this.title~}}
|
|
20
20
|
{{~#if this.link.hasIcon~}}
|
|
21
21
|
{{> components/base/image/icon _icon=this.link.iconName _addClass="ml-2 -mt-0.5 h-4 w-4 inline" _iconmap="icons"}}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
</span>
|
|
24
24
|
|
|
25
25
|
<span>
|
|
26
|
-
{{>components/base/image/icon _icon="arrow-right" _addClass="h-4 w-4 ml-2
|
|
26
|
+
{{>components/base/image/icon _icon="arrow-right" _addClass="h-4 w-4 ml-2 inline" }}
|
|
27
27
|
</span>
|
|
28
28
|
|
|
29
29
|
{{/decorator}}
|
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.123.
|
|
9
|
+
"version": "0.123.5",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@resize.window="if(window.innerWidth > 767){contentNavDropdownIsOpen = false}; $dispatch('hr:global:resetinputAutoSuggest')"
|
|
15
15
|
{{/if}}
|
|
16
16
|
>
|
|
17
|
-
<span class="self-center w-full p-2 text-base text-left">{{_buttonText}}</span>
|
|
17
|
+
<span class="self-center w-full p-2 text-base leading-4 text-left">{{_buttonText}}</span>
|
|
18
18
|
<div class="flex self-center w-auto h-full border-l border-content-nav">
|
|
19
19
|
<span :class="{'hidden' : contentNavDropdownIsOpen}"
|
|
20
20
|
class="flex self-center px-3 py-3"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
_selectedCssClass="is-selected"
|
|
16
16
|
}}
|
|
17
17
|
|
|
18
|
-
<span class="block text-base pt-0.5 grow font-copy js-title truncate ... ">
|
|
18
|
+
<span class="block text-base leading-4 pt-0.5 grow font-copy js-title truncate ... ">
|
|
19
19
|
{{~this.title~}}
|
|
20
20
|
{{~#if this.link.hasIcon~}}
|
|
21
21
|
{{> components/base/image/icon _icon=this.link.iconName _addClass="ml-2 -mt-0.5 h-4 w-4 inline" _iconmap="icons"}}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
</span>
|
|
24
24
|
|
|
25
25
|
<span>
|
|
26
|
-
{{>components/base/image/icon _icon="arrow-right" _addClass="h-4 w-4 ml-2
|
|
26
|
+
{{>components/base/image/icon _icon="arrow-right" _addClass="h-4 w-4 ml-2 inline" }}
|
|
27
27
|
</span>
|
|
28
28
|
|
|
29
29
|
{{/decorator}}
|