hr-design-system-handlebars 0.123.4 → 0.123.6
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 +24 -0
- package/dist/assets/index.css +10 -7
- package/dist/views/components/content_nav/content_nav_dropdown.hbs +1 -1
- package/dist/views/components/content_nav/content_nav_item.hbs +3 -3
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v0.123.6 (Wed Feb 08 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- cosmetics [#526](https://github.com/mumprod/hr-design-system-handlebars/pull/526) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.123.5 (Wed Feb 08 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- fixes lineheight in dropdown button and items [#525](https://github.com/mumprod/hr-design-system-handlebars/pull/525) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v0.123.4 (Wed Feb 08 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2036,11 +2036,11 @@ video {
|
|
|
2036
2036
|
.pl-2 {
|
|
2037
2037
|
padding-left: 0.5rem;
|
|
2038
2038
|
}
|
|
2039
|
-
.pt-
|
|
2040
|
-
padding-top: 0.
|
|
2039
|
+
.pt-2\.5 {
|
|
2040
|
+
padding-top: 0.625rem;
|
|
2041
2041
|
}
|
|
2042
|
-
.pt-
|
|
2043
|
-
padding-top:
|
|
2042
|
+
.pt-2 {
|
|
2043
|
+
padding-top: 0.5rem;
|
|
2044
2044
|
}
|
|
2045
2045
|
.pt-px {
|
|
2046
2046
|
padding-top: 1px;
|
|
@@ -2099,6 +2099,9 @@ video {
|
|
|
2099
2099
|
.pr-10 {
|
|
2100
2100
|
padding-right: 2.5rem;
|
|
2101
2101
|
}
|
|
2102
|
+
.pt-0 {
|
|
2103
|
+
padding-top: 0px;
|
|
2104
|
+
}
|
|
2102
2105
|
.pb-4 {
|
|
2103
2106
|
padding-bottom: 1rem;
|
|
2104
2107
|
}
|
|
@@ -2509,7 +2512,7 @@ video {
|
|
|
2509
2512
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2510
2513
|
}
|
|
2511
2514
|
.counter-reset {
|
|
2512
|
-
counter-reset:
|
|
2515
|
+
counter-reset: cnt1675868325413;
|
|
2513
2516
|
}
|
|
2514
2517
|
.line-clamp-4 {
|
|
2515
2518
|
overflow: hidden;
|
|
@@ -2727,7 +2730,7 @@ video {
|
|
|
2727
2730
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2728
2731
|
}
|
|
2729
2732
|
.-ordered {
|
|
2730
|
-
counter-increment:
|
|
2733
|
+
counter-increment: cnt1675868325413 1;
|
|
2731
2734
|
}
|
|
2732
2735
|
.-ordered::before {
|
|
2733
2736
|
position: absolute;
|
|
@@ -2743,7 +2746,7 @@ video {
|
|
|
2743
2746
|
letter-spacing: .0125em;
|
|
2744
2747
|
--tw-text-opacity: 1;
|
|
2745
2748
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2746
|
-
content: counter(
|
|
2749
|
+
content: counter(cnt1675868325413);
|
|
2747
2750
|
}
|
|
2748
2751
|
/*! ****************************/
|
|
2749
2752
|
/*! 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"
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
_doNavigationTracking="true"
|
|
11
11
|
_clickLabelType="Contentnavigation"
|
|
12
12
|
_clickLabelPrefix1=this.title
|
|
13
|
-
_css="flex ds-link-inset items-center
|
|
13
|
+
_css="flex ds-link-inset items-center pt-2.5 px-2 whitespace-nowrap overflow-hidden"
|
|
14
14
|
_isSelected=this.isSelected
|
|
15
15
|
_selectedCssClass="is-selected"
|
|
16
16
|
}}
|
|
17
17
|
|
|
18
|
-
<span class="block text-base
|
|
18
|
+
<span class="block text-base leading-4 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.6",
|
|
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"
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
_doNavigationTracking="true"
|
|
11
11
|
_clickLabelType="Contentnavigation"
|
|
12
12
|
_clickLabelPrefix1=this.title
|
|
13
|
-
_css="flex ds-link-inset items-center
|
|
13
|
+
_css="flex ds-link-inset items-center pt-2.5 px-2 whitespace-nowrap overflow-hidden"
|
|
14
14
|
_isSelected=this.isSelected
|
|
15
15
|
_selectedCssClass="is-selected"
|
|
16
16
|
}}
|
|
17
17
|
|
|
18
|
-
<span class="block text-base
|
|
18
|
+
<span class="block text-base leading-4 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}}
|