hr-design-system-handlebars 1.51.0 → 1.51.1

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 CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.51.1 (Fri Dec 08 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - corrects z-index in servicelist [#786](https://github.com/mumprod/hr-design-system-handlebars/pull/786) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.51.0 (Fri Dec 08 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -1124,9 +1124,6 @@ article.indexText ul {
1124
1124
  .top-full {
1125
1125
  top: 100%;
1126
1126
  }
1127
- .-z-40 {
1128
- z-index: -40;
1129
- }
1130
1127
  .z-10 {
1131
1128
  z-index: 10;
1132
1129
  }
@@ -1151,6 +1148,9 @@ article.indexText ul {
1151
1148
  .z-300 {
1152
1149
  z-index: 300;
1153
1150
  }
1151
+ .z-40 {
1152
+ z-index: 40;
1153
+ }
1154
1154
  .z-50 {
1155
1155
  z-index: 50;
1156
1156
  }
@@ -3211,7 +3211,7 @@ article.indexText ul {
3211
3211
  border-bottom-color: var(--color-secondary-ds);
3212
3212
  }
3213
3213
  .counter-reset {
3214
- counter-reset: cnt1702024773161;
3214
+ counter-reset: cnt1702031994177;
3215
3215
  }
3216
3216
  .hyphens-auto {
3217
3217
  -webkit-hyphens: auto;
@@ -3472,7 +3472,7 @@ article.indexText ul {
3472
3472
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3473
3473
  }
3474
3474
  .-ordered {
3475
- counter-increment: cnt1702024773161 1;
3475
+ counter-increment: cnt1702031994177 1;
3476
3476
  }
3477
3477
  .-ordered::before {
3478
3478
  position: absolute;
@@ -3488,7 +3488,7 @@ article.indexText ul {
3488
3488
  letter-spacing: .0125em;
3489
3489
  --tw-text-opacity: 1;
3490
3490
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3491
- content: counter(cnt1702024773161);
3491
+ content: counter(cnt1702031994177);
3492
3492
  }
3493
3493
  /*! ****************************/
3494
3494
  /*! DataPolicy stuff */
@@ -3,7 +3,7 @@
3
3
  @click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
4
4
  x-ref="serviceList"
5
5
  :class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40' : 'delay-0 duration-0 mt-0'"
6
- class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list -z-40 md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
6
+ class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list z-40 md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
7
7
  >
8
8
  {{#with this.serviceNavigationSSILinks}}
9
9
  <ul class="flex justify-around w-full h-full -itemCount-{{ count }} lg:w-auto lg:justify-end lg:pt-1">
@@ -3,7 +3,7 @@
3
3
  @click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
4
4
  x-ref="serviceList"
5
5
  :class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40' : 'delay-0 duration-0 mt-0'"
6
- class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list -z-40 md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
6
+ class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list z-40 md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
7
7
  >
8
8
  {{#with this.serviceNavigationSSILinks}}
9
9
  <ul class="flex justify-around w-full h-full -itemCount-{{ count }} lg:w-auto lg:justify-end lg:pt-1">
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.51.0",
9
+ "version": "1.51.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -3,7 +3,7 @@
3
3
  @click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
4
4
  x-ref="serviceList"
5
5
  :class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40' : 'delay-0 duration-0 mt-0'"
6
- class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list -z-40 md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
6
+ class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list z-40 md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
7
7
  >
8
8
  {{#with this.serviceNavigationSSILinks}}
9
9
  <ul class="flex justify-around w-full h-full -itemCount-{{ count }} lg:w-auto lg:justify-end lg:pt-1">
@@ -112,6 +112,7 @@ module.exports = {
112
112
  },
113
113
  zIndex: {
114
114
  '0': '0',
115
+ '40': '40',
115
116
  '50': '50',
116
117
  '100': '100',
117
118
  '110': '110',