hr-design-system-handlebars 0.123.3 → 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 +24 -0
- package/dist/assets/index.css +15 -12
- package/dist/views/components/content_nav/content_nav_dropdown.hbs +1 -1
- package/dist/views/components/content_nav/content_nav_item.hbs +5 -4
- 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 +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
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
|
+
|
|
13
|
+
# v0.123.4 (Wed Feb 08 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- better positioning of menuitem title and icons [#524](https://github.com/mumprod/hr-design-system-handlebars/pull/524) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v0.123.3 (Wed Feb 08 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1154,6 +1154,12 @@ video {
|
|
|
1154
1154
|
.ml-2 {
|
|
1155
1155
|
margin-left: 0.5rem;
|
|
1156
1156
|
}
|
|
1157
|
+
.-mt-0\.5 {
|
|
1158
|
+
margin-top: -0.125rem;
|
|
1159
|
+
}
|
|
1160
|
+
.-mt-0 {
|
|
1161
|
+
margin-top: -0px;
|
|
1162
|
+
}
|
|
1157
1163
|
.mt-4 {
|
|
1158
1164
|
margin-top: 1rem;
|
|
1159
1165
|
}
|
|
@@ -1223,12 +1229,6 @@ video {
|
|
|
1223
1229
|
.mr-2 {
|
|
1224
1230
|
margin-right: 0.5rem;
|
|
1225
1231
|
}
|
|
1226
|
-
.-mt-0\.5 {
|
|
1227
|
-
margin-top: -0.125rem;
|
|
1228
|
-
}
|
|
1229
|
-
.-mt-0 {
|
|
1230
|
-
margin-top: -0px;
|
|
1231
|
-
}
|
|
1232
1232
|
.-mt-3 {
|
|
1233
1233
|
margin-top: -0.75rem;
|
|
1234
1234
|
}
|
|
@@ -2036,6 +2036,12 @@ video {
|
|
|
2036
2036
|
.pl-2 {
|
|
2037
2037
|
padding-left: 0.5rem;
|
|
2038
2038
|
}
|
|
2039
|
+
.pt-0\.5 {
|
|
2040
|
+
padding-top: 0.125rem;
|
|
2041
|
+
}
|
|
2042
|
+
.pt-0 {
|
|
2043
|
+
padding-top: 0px;
|
|
2044
|
+
}
|
|
2039
2045
|
.pt-px {
|
|
2040
2046
|
padding-top: 1px;
|
|
2041
2047
|
}
|
|
@@ -2093,9 +2099,6 @@ video {
|
|
|
2093
2099
|
.pr-10 {
|
|
2094
2100
|
padding-right: 2.5rem;
|
|
2095
2101
|
}
|
|
2096
|
-
.pt-0 {
|
|
2097
|
-
padding-top: 0px;
|
|
2098
|
-
}
|
|
2099
2102
|
.pb-4 {
|
|
2100
2103
|
padding-bottom: 1rem;
|
|
2101
2104
|
}
|
|
@@ -2506,7 +2509,7 @@ video {
|
|
|
2506
2509
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2507
2510
|
}
|
|
2508
2511
|
.counter-reset {
|
|
2509
|
-
counter-reset:
|
|
2512
|
+
counter-reset: cnt1675861970060;
|
|
2510
2513
|
}
|
|
2511
2514
|
.line-clamp-4 {
|
|
2512
2515
|
overflow: hidden;
|
|
@@ -2724,7 +2727,7 @@ video {
|
|
|
2724
2727
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2725
2728
|
}
|
|
2726
2729
|
.-ordered {
|
|
2727
|
-
counter-increment:
|
|
2730
|
+
counter-increment: cnt1675861970060 1;
|
|
2728
2731
|
}
|
|
2729
2732
|
.-ordered::before {
|
|
2730
2733
|
position: absolute;
|
|
@@ -2740,7 +2743,7 @@ video {
|
|
|
2740
2743
|
letter-spacing: .0125em;
|
|
2741
2744
|
--tw-text-opacity: 1;
|
|
2742
2745
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2743
|
-
content: counter(
|
|
2746
|
+
content: counter(cnt1675861970060);
|
|
2744
2747
|
}
|
|
2745
2748
|
/*! ****************************/
|
|
2746
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"
|
|
@@ -10,19 +10,20 @@
|
|
|
10
10
|
_doNavigationTracking="true"
|
|
11
11
|
_clickLabelType="Contentnavigation"
|
|
12
12
|
_clickLabelPrefix1=this.title
|
|
13
|
-
_css="flex ds-link-inset items-center py-2 px-2
|
|
13
|
+
_css="flex ds-link-inset items-center py-2 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 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
|
-
{{> components/base/image/icon _icon=this.link.iconName _addClass="ml-2 h-4 w-4 inline" _iconmap="icons"}}
|
|
21
|
+
{{> components/base/image/icon _icon=this.link.iconName _addClass="ml-2 -mt-0.5 h-4 w-4 inline" _iconmap="icons"}}
|
|
22
22
|
{{~/if~}}
|
|
23
23
|
</span>
|
|
24
|
+
|
|
24
25
|
<span>
|
|
25
|
-
{{>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" }}
|
|
26
27
|
</span>
|
|
27
28
|
|
|
28
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"
|
|
@@ -10,19 +10,20 @@
|
|
|
10
10
|
_doNavigationTracking="true"
|
|
11
11
|
_clickLabelType="Contentnavigation"
|
|
12
12
|
_clickLabelPrefix1=this.title
|
|
13
|
-
_css="flex ds-link-inset items-center py-2 px-2
|
|
13
|
+
_css="flex ds-link-inset items-center py-2 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 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
|
-
{{> components/base/image/icon _icon=this.link.iconName _addClass="ml-2 h-4 w-4 inline" _iconmap="icons"}}
|
|
21
|
+
{{> components/base/image/icon _icon=this.link.iconName _addClass="ml-2 -mt-0.5 h-4 w-4 inline" _iconmap="icons"}}
|
|
22
22
|
{{~/if~}}
|
|
23
23
|
</span>
|
|
24
|
+
|
|
24
25
|
<span>
|
|
25
|
-
{{>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" }}
|
|
26
27
|
</span>
|
|
27
28
|
|
|
28
29
|
{{/decorator}}
|