hr-design-system-handlebars 0.123.5 → 0.123.7
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 +19 -10
- 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.7 (Wed Feb 08 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- oh mann ey [#527](https://github.com/mumprod/hr-design-system-handlebars/pull/527) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.123.6 (Wed Feb 08 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- cosmetics [#526](https://github.com/mumprod/hr-design-system-handlebars/pull/526) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v0.123.5 (Wed Feb 08 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2036,11 +2036,20 @@ video {
|
|
|
2036
2036
|
.pl-2 {
|
|
2037
2037
|
padding-left: 0.5rem;
|
|
2038
2038
|
}
|
|
2039
|
-
.pt-
|
|
2040
|
-
padding-top: 0.
|
|
2039
|
+
.pt-1 {
|
|
2040
|
+
padding-top: 0.25rem;
|
|
2041
2041
|
}
|
|
2042
|
-
.pt-
|
|
2043
|
-
padding-top:
|
|
2042
|
+
.pt-2\.5 {
|
|
2043
|
+
padding-top: 0.625rem;
|
|
2044
|
+
}
|
|
2045
|
+
.pt-2 {
|
|
2046
|
+
padding-top: 0.5rem;
|
|
2047
|
+
}
|
|
2048
|
+
.pb-0\.5 {
|
|
2049
|
+
padding-bottom: 0.125rem;
|
|
2050
|
+
}
|
|
2051
|
+
.pb-0 {
|
|
2052
|
+
padding-bottom: 0px;
|
|
2044
2053
|
}
|
|
2045
2054
|
.pt-px {
|
|
2046
2055
|
padding-top: 1px;
|
|
@@ -2051,9 +2060,6 @@ video {
|
|
|
2051
2060
|
.pr-2 {
|
|
2052
2061
|
padding-right: 0.5rem;
|
|
2053
2062
|
}
|
|
2054
|
-
.pt-1 {
|
|
2055
|
-
padding-top: 0.25rem;
|
|
2056
|
-
}
|
|
2057
2063
|
.pb-1 {
|
|
2058
2064
|
padding-bottom: 0.25rem;
|
|
2059
2065
|
}
|
|
@@ -2099,6 +2105,9 @@ video {
|
|
|
2099
2105
|
.pr-10 {
|
|
2100
2106
|
padding-right: 2.5rem;
|
|
2101
2107
|
}
|
|
2108
|
+
.pt-0 {
|
|
2109
|
+
padding-top: 0px;
|
|
2110
|
+
}
|
|
2102
2111
|
.pb-4 {
|
|
2103
2112
|
padding-bottom: 1rem;
|
|
2104
2113
|
}
|
|
@@ -2509,7 +2518,7 @@ video {
|
|
|
2509
2518
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2510
2519
|
}
|
|
2511
2520
|
.counter-reset {
|
|
2512
|
-
counter-reset:
|
|
2521
|
+
counter-reset: cnt1675874379969;
|
|
2513
2522
|
}
|
|
2514
2523
|
.line-clamp-4 {
|
|
2515
2524
|
overflow: hidden;
|
|
@@ -2727,7 +2736,7 @@ video {
|
|
|
2727
2736
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2728
2737
|
}
|
|
2729
2738
|
.-ordered {
|
|
2730
|
-
counter-increment:
|
|
2739
|
+
counter-increment: cnt1675874379969 1;
|
|
2731
2740
|
}
|
|
2732
2741
|
.-ordered::before {
|
|
2733
2742
|
position: absolute;
|
|
@@ -2743,7 +2752,7 @@ video {
|
|
|
2743
2752
|
letter-spacing: .0125em;
|
|
2744
2753
|
--tw-text-opacity: 1;
|
|
2745
2754
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2746
|
-
content: counter(
|
|
2755
|
+
content: counter(cnt1675874379969);
|
|
2747
2756
|
}
|
|
2748
2757
|
/*! ****************************/
|
|
2749
2758
|
/*! 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
|
|
17
|
+
<span class="self-center w-full px-2 pt-1 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 leading-4
|
|
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 inline" }}
|
|
26
|
+
{{>components/base/image/icon _icon="arrow-right" _addClass="fill-current pb-0.5 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.7",
|
|
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
|
|
17
|
+
<span class="self-center w-full px-2 pt-1 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 leading-4
|
|
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 inline" }}
|
|
26
|
+
{{>components/base/image/icon _icon="arrow-right" _addClass="fill-current pb-0.5 h-4 w-4 ml-2 inline" }}
|
|
27
27
|
</span>
|
|
28
28
|
|
|
29
29
|
{{/decorator}}
|