hr-design-system-handlebars 1.50.39 → 1.50.40

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.50.40 (Thu Dec 07 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Dpe 2174 part2 add alpine plugin [#784](https://github.com/mumprod/hr-design-system-handlebars/pull/784) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.50.39 (Thu Dec 07 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1139,6 +1139,9 @@ article.indexText ul {
1139
1139
  .z-120 {
1140
1140
  z-index: 120;
1141
1141
  }
1142
+ .z-130 {
1143
+ z-index: 130;
1144
+ }
1142
1145
  .z-20 {
1143
1146
  z-index: 20;
1144
1147
  }
@@ -3170,6 +3173,15 @@ article.indexText ul {
3170
3173
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3171
3174
  transition-duration: 150ms;
3172
3175
  }
3176
+ .delay-0 {
3177
+ transition-delay: 0s;
3178
+ }
3179
+ .delay-300 {
3180
+ transition-delay: 300ms;
3181
+ }
3182
+ .duration-0 {
3183
+ transition-duration: 0ms;
3184
+ }
3173
3185
  .duration-100 {
3174
3186
  transition-duration: 100ms;
3175
3187
  }
@@ -3205,7 +3217,7 @@ article.indexText ul {
3205
3217
  border-bottom-color: var(--color-secondary-ds);
3206
3218
  }
3207
3219
  .counter-reset {
3208
- counter-reset: cnt1701957159274;
3220
+ counter-reset: cnt1701959613343;
3209
3221
  }
3210
3222
  .hyphens-auto {
3211
3223
  -webkit-hyphens: auto;
@@ -3466,7 +3478,7 @@ article.indexText ul {
3466
3478
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3467
3479
  }
3468
3480
  .-ordered {
3469
- counter-increment: cnt1701957159274 1;
3481
+ counter-increment: cnt1701959613343 1;
3470
3482
  }
3471
3483
  .-ordered::before {
3472
3484
  position: absolute;
@@ -3482,7 +3494,7 @@ article.indexText ul {
3482
3494
  letter-spacing: .0125em;
3483
3495
  --tw-text-opacity: 1;
3484
3496
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3485
- content: counter(cnt1701957159274);
3497
+ content: counter(cnt1701959613343);
3486
3498
  }
3487
3499
  /*! ****************************/
3488
3500
  /*! DataPolicy stuff */
@@ -1,8 +1,11 @@
1
1
  import AsyncAlpine from 'async-alpine'
2
+
2
3
  import collapse from '@alpinejs/collapse'
3
4
  import Toolkit from '@alpine-collective/toolkit'
4
5
  import Alpine from 'alpinejs'
6
+ import anchor from '@alpinejs/anchor'
5
7
  import intersect from '@alpinejs/intersect'
8
+
6
9
  import mainNavigationHandler from 'components/site_header/mainNavigationHandler.alpine'
7
10
  import flyoutHandler from 'components/site_header/flyoutHandler.alpine'
8
11
  import overlayHandler from 'components/site_header/overlayHandler.alpine'
@@ -46,6 +49,6 @@ Alpine.data('dropdown', dropdown)
46
49
  Alpine.plugin(Toolkit)
47
50
  Alpine.plugin(collapse)
48
51
  Alpine.plugin(intersect)
49
-
52
+ Alpine.plugin(anchor)
50
53
 
51
54
  Alpine.start()
@@ -13,7 +13,7 @@
13
13
  </div>
14
14
 
15
15
  <div id="brandNavWrapper"
16
- class="box-content relative flex items-center justify-center order-1 w-full bg-white border-b border-brandnavigation-border-color z-110">
16
+ class="box-content relative flex items-center justify-center order-1 w-full bg-white border-b border-brandnavigation-border-color z-130">
17
17
  {{> components/site_header/brand_navigation/brand_navigation }}
18
18
  </div>
19
19
 
@@ -2,8 +2,8 @@
2
2
  id="serviceList"
3
3
  @click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
4
4
  x-ref="serviceList"
5
- :class="shouldServiceIconsBeHidden() ? '-mt-40' : ''"
6
- class="absolute left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top duration-500 ease-in-out border-b border-navigation-border-color sb-service-list transition-[margin-top] -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 "
5
+ :class="shouldServiceIconsBeHidden() ? 'delay-300 -mt-40' : 'delay-0 duration-0 mt-0'"
6
+ class="absolute transition-[margin-top] ease-in duration-500 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">
@@ -13,7 +13,7 @@
13
13
  </div>
14
14
 
15
15
  <div id="brandNavWrapper"
16
- class="box-content relative flex items-center justify-center order-1 w-full bg-white border-b border-brandnavigation-border-color z-110">
16
+ class="box-content relative flex items-center justify-center order-1 w-full bg-white border-b border-brandnavigation-border-color z-130">
17
17
  {{> components/site_header/brand_navigation/brand_navigation }}
18
18
  </div>
19
19
 
@@ -2,8 +2,8 @@
2
2
  id="serviceList"
3
3
  @click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
4
4
  x-ref="serviceList"
5
- :class="shouldServiceIconsBeHidden() ? '-mt-40' : ''"
6
- class="absolute left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top duration-500 ease-in-out border-b border-navigation-border-color sb-service-list transition-[margin-top] -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 "
5
+ :class="shouldServiceIconsBeHidden() ? 'delay-300 -mt-40' : 'delay-0 duration-0 mt-0'"
6
+ class="absolute transition-[margin-top] ease-in duration-500 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.50.39",
9
+ "version": "1.50.40",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -105,6 +105,7 @@
105
105
  },
106
106
  "dependencies": {
107
107
  "@alpine-collective/toolkit": "^1.0.0",
108
+ "@alpinejs/anchor": "^3.13.3",
108
109
  "@alpinejs/collapse": "^3.8.1",
109
110
  "@alpinejs/intersect": "^3.13.3",
110
111
  "@tailwindcss/line-clamp": "^0.4.2",
@@ -1,8 +1,11 @@
1
1
  import AsyncAlpine from 'async-alpine'
2
+
2
3
  import collapse from '@alpinejs/collapse'
3
4
  import Toolkit from '@alpine-collective/toolkit'
4
5
  import Alpine from 'alpinejs'
6
+ import anchor from '@alpinejs/anchor'
5
7
  import intersect from '@alpinejs/intersect'
8
+
6
9
  import mainNavigationHandler from 'components/site_header/mainNavigationHandler.alpine'
7
10
  import flyoutHandler from 'components/site_header/flyoutHandler.alpine'
8
11
  import overlayHandler from 'components/site_header/overlayHandler.alpine'
@@ -46,6 +49,6 @@ Alpine.data('dropdown', dropdown)
46
49
  Alpine.plugin(Toolkit)
47
50
  Alpine.plugin(collapse)
48
51
  Alpine.plugin(intersect)
49
-
52
+ Alpine.plugin(anchor)
50
53
 
51
54
  Alpine.start()
@@ -13,7 +13,7 @@
13
13
  </div>
14
14
 
15
15
  <div id="brandNavWrapper"
16
- class="box-content relative flex items-center justify-center order-1 w-full bg-white border-b border-brandnavigation-border-color z-110">
16
+ class="box-content relative flex items-center justify-center order-1 w-full bg-white border-b border-brandnavigation-border-color z-130">
17
17
  {{> components/site_header/brand_navigation/brand_navigation }}
18
18
  </div>
19
19
 
@@ -2,8 +2,8 @@
2
2
  id="serviceList"
3
3
  @click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
4
4
  x-ref="serviceList"
5
- :class="shouldServiceIconsBeHidden() ? '-mt-40' : ''"
6
- class="absolute left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top duration-500 ease-in-out border-b border-navigation-border-color sb-service-list transition-[margin-top] -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 "
5
+ :class="shouldServiceIconsBeHidden() ? 'delay-300 -mt-40' : 'delay-0 duration-0 mt-0'"
6
+ class="absolute transition-[margin-top] ease-in duration-500 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">
@@ -116,6 +116,7 @@ module.exports = {
116
116
  '100': '100',
117
117
  '110': '110',
118
118
  '120': '120',
119
+ '130': '130',
119
120
  '300': '300'
120
121
  },
121
122
  spacing: {