hr-design-system-handlebars 1.11.1 → 1.11.2
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 +6 -9
- package/dist/views/components/content_nav/content_nav_dropdown.hbs +1 -1
- package/dist/views/components/content_nav/content_nav_list.hbs +1 -1
- 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_list.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.11.2 (Tue Mar 21 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Bugfix/dpe 2198 z indexes sometimes clash with old navi [#592](https://github.com/mumprod/hr-design-system-handlebars/pull/592) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.11.1 (Mon Mar 20 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1056,12 +1056,6 @@ video {
|
|
|
1056
1056
|
.bottom-15 {
|
|
1057
1057
|
bottom: 3.75rem;
|
|
1058
1058
|
}
|
|
1059
|
-
.z-100 {
|
|
1060
|
-
z-index: 100;
|
|
1061
|
-
}
|
|
1062
|
-
.z-1003 {
|
|
1063
|
-
z-index: 1003;
|
|
1064
|
-
}
|
|
1065
1059
|
.z-10 {
|
|
1066
1060
|
z-index: 10;
|
|
1067
1061
|
}
|
|
@@ -1080,6 +1074,9 @@ video {
|
|
|
1080
1074
|
.-z-1000 {
|
|
1081
1075
|
z-index: -1000;
|
|
1082
1076
|
}
|
|
1077
|
+
.z-100 {
|
|
1078
|
+
z-index: 100;
|
|
1079
|
+
}
|
|
1083
1080
|
.z-9999 {
|
|
1084
1081
|
z-index: 9999;
|
|
1085
1082
|
}
|
|
@@ -2667,7 +2664,7 @@ video {
|
|
|
2667
2664
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2668
2665
|
}
|
|
2669
2666
|
.counter-reset {
|
|
2670
|
-
counter-reset:
|
|
2667
|
+
counter-reset: cnt1679391553484;
|
|
2671
2668
|
}
|
|
2672
2669
|
.line-clamp-4 {
|
|
2673
2670
|
overflow: hidden;
|
|
@@ -2901,7 +2898,7 @@ video {
|
|
|
2901
2898
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2902
2899
|
}
|
|
2903
2900
|
.-ordered {
|
|
2904
|
-
counter-increment:
|
|
2901
|
+
counter-increment: cnt1679391553484 1;
|
|
2905
2902
|
}
|
|
2906
2903
|
.-ordered::before {
|
|
2907
2904
|
position: absolute;
|
|
@@ -2917,7 +2914,7 @@ video {
|
|
|
2917
2914
|
letter-spacing: .0125em;
|
|
2918
2915
|
--tw-text-opacity: 1;
|
|
2919
2916
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2920
|
-
content: counter(
|
|
2917
|
+
content: counter(cnt1679391553484);
|
|
2921
2918
|
}
|
|
2922
2919
|
/*! ****************************/
|
|
2923
2920
|
/*! text-shadow */
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<span id="dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
|
|
9
9
|
<button
|
|
10
|
-
class="content-nav-dropdown_dropdown{{#if this.isDropdown}} -isDropdown{{/if}}{{#if this.isMixed}} -isMixed{{/if}} ds-link-inset relative flex w-full h-10 mb-0 overflow-hidden bg-white border md:mx-0 z-
|
|
10
|
+
class="content-nav-dropdown_dropdown{{#if this.isDropdown}} -isDropdown{{/if}}{{#if this.isMixed}} -isMixed{{/if}} ds-link-inset relative flex w-full h-10 mb-0 overflow-hidden bg-white border md:mx-0 z-11 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
|
|
11
11
|
@click="contentNavDropdownIsOpen = !contentNavDropdownIsOpen; $dispatch('hr:global:resetinputAutoSuggest');"
|
|
12
12
|
|
|
13
13
|
{{#if this.isMixed}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<ul class="flex bg-transparent flex-wrap{{#if this.isListOrFlow}} w-full gap-x-2 gap-y-2{{/if}}
|
|
1
|
+
<ul class="flex bg-transparent flex-wrap{{#if this.isListOrFlow}} w-full gap-x-2 gap-y-2{{/if}} md:!px-0 last:border-b-0{{#if this.isDropdown }} w-full{{/if}}"
|
|
2
2
|
>
|
|
3
3
|
|
|
4
4
|
{{~#each this.contentNavEntries~}}
|
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": "1.11.
|
|
9
|
+
"version": "1.11.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<span id="dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
|
|
9
9
|
<button
|
|
10
|
-
class="content-nav-dropdown_dropdown{{#if this.isDropdown}} -isDropdown{{/if}}{{#if this.isMixed}} -isMixed{{/if}} ds-link-inset relative flex w-full h-10 mb-0 overflow-hidden bg-white border md:mx-0 z-
|
|
10
|
+
class="content-nav-dropdown_dropdown{{#if this.isDropdown}} -isDropdown{{/if}}{{#if this.isMixed}} -isMixed{{/if}} ds-link-inset relative flex w-full h-10 mb-0 overflow-hidden bg-white border md:mx-0 z-11 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
|
|
11
11
|
@click="contentNavDropdownIsOpen = !contentNavDropdownIsOpen; $dispatch('hr:global:resetinputAutoSuggest');"
|
|
12
12
|
|
|
13
13
|
{{#if this.isMixed}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<ul class="flex bg-transparent flex-wrap{{#if this.isListOrFlow}} w-full gap-x-2 gap-y-2{{/if}}
|
|
1
|
+
<ul class="flex bg-transparent flex-wrap{{#if this.isListOrFlow}} w-full gap-x-2 gap-y-2{{/if}} md:!px-0 last:border-b-0{{#if this.isDropdown }} w-full{{/if}}"
|
|
2
2
|
>
|
|
3
3
|
|
|
4
4
|
{{~#each this.contentNavEntries~}}
|