hr-design-system-handlebars 1.52.22 → 1.52.24

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,27 @@
1
+ # v1.52.24 (Wed Jan 31 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - - fixes wrong tabindex in section_navigation_item.hbs [#825](https://github.com/mumprod/hr-design-system-handlebars/pull/825) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
13
+ # v1.52.23 (Wed Jan 31 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - change spaces in fuckin infobox [#824](https://github.com/mumprod/hr-design-system-handlebars/pull/824) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.52.22 (Tue Jan 30 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -1350,6 +1350,9 @@ a.link {
1350
1350
  .mb-10 {
1351
1351
  margin-bottom: 2.5rem;
1352
1352
  }
1353
+ .mb-12 {
1354
+ margin-bottom: 3rem;
1355
+ }
1353
1356
  .mb-3 {
1354
1357
  margin-bottom: 0.75rem;
1355
1358
  }
@@ -3293,7 +3296,7 @@ a.link {
3293
3296
  border-bottom-color: var(--color-secondary-ds);
3294
3297
  }
3295
3298
  .counter-reset {
3296
- counter-reset: cnt1706637537255;
3299
+ counter-reset: cnt1706705068060;
3297
3300
  }
3298
3301
  .hyphens-auto {
3299
3302
  -webkit-hyphens: auto;
@@ -3595,7 +3598,7 @@ a.link {
3595
3598
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3596
3599
  }
3597
3600
  .-ordered {
3598
- counter-increment: cnt1706637537255 1;
3601
+ counter-increment: cnt1706705068060 1;
3599
3602
  }
3600
3603
  .-ordered::before {
3601
3604
  position: absolute;
@@ -3611,7 +3614,7 @@ a.link {
3611
3614
  letter-spacing: .0125em;
3612
3615
  --tw-text-opacity: 1;
3613
3616
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3614
- content: counter(cnt1706637537255);
3617
+ content: counter(cnt1706705068060);
3615
3618
  }
3616
3619
  /*! ****************************/
3617
3620
  /*! DataPolicy stuff */
@@ -5713,9 +5716,13 @@ a.link {
5713
5716
  margin-right: 2rem;
5714
5717
  }
5715
5718
 
5716
- .sm\:my-16 {
5717
- margin-top: 4rem;
5718
- margin-bottom: 4rem;
5719
+ .sm\:my-14 {
5720
+ margin-top: 3.5rem;
5721
+ margin-bottom: 3.5rem;
5722
+ }
5723
+
5724
+ .sm\:mb-14 {
5725
+ margin-bottom: 3.5rem;
5719
5726
  }
5720
5727
 
5721
5728
  .sm\:mb-7 {
@@ -5754,6 +5761,10 @@ a.link {
5754
5761
  margin-top: 3rem;
5755
5762
  }
5756
5763
 
5764
+ .sm\:mt-7 {
5765
+ margin-top: 1.75rem;
5766
+ }
5767
+
5757
5768
  .sm\:block {
5758
5769
  display: block;
5759
5770
  }
@@ -1,4 +1,4 @@
1
- <div class="ml-1 sm:ml-6 px-4 sm:px-6 my-12 sm:my-16 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both {{else}}mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
 
3
3
  <span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
4
4
 
@@ -1,7 +1,7 @@
1
1
  <li :class="dropped ? 'h-auto' : 'h-10'"
2
2
  class="lg:border-0 sb-navigation-flyout-item pl-4 {{#if _flyout}}lg:px-0 {{else}}lg:px-2 lg:first-of-type:pl-0 {{/if}}{{#if _parentselected}}lg:whitespace-nowrap{{/if}} flex h-auto text-base leading-6 border-b border-gray-200 first:border-t md:first:border-t-0 last:border-b last:border-navigation-border-color lg:last:border-0 text-primary justify-start hover:underline">
3
3
  {{~#with this}}
4
- {{~#> components/base/link _link=this.link _css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation","SubNavInRubrikNav"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') ~}}
4
+ {{~#> components/base/link _link=this.link _css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation","SubNavInRubrikNav"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full","link-focus-inset py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') ~}}
5
5
  {{this.text}}
6
6
  {{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons" }}{{/if}}
7
7
  {{~/components/base/link}}
@@ -30,7 +30,7 @@
30
30
  :class="dropped ? 'lg:underline font-bold lg:font-normal' : 'font-normal'"
31
31
  class="js-noStateManager {{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
32
32
  aria-haspopup="true"
33
- x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen ? '0' : '-1')"
33
+ x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen || $screen('lg') ? '0' : '-1')"
34
34
  aria-owns="flyout-{{getRandom}}"
35
35
  aria-controls="flyout-{{getRandom}}"
36
36
  aria-labelledby="flyout-{{getRandom}}-1"
@@ -1,4 +1,4 @@
1
- <div class="ml-1 sm:ml-6 px-4 sm:px-6 my-12 sm:my-16 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both {{else}}mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
 
3
3
  <span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
4
4
 
@@ -1,7 +1,7 @@
1
1
  <li :class="dropped ? 'h-auto' : 'h-10'"
2
2
  class="lg:border-0 sb-navigation-flyout-item pl-4 {{#if _flyout}}lg:px-0 {{else}}lg:px-2 lg:first-of-type:pl-0 {{/if}}{{#if _parentselected}}lg:whitespace-nowrap{{/if}} flex h-auto text-base leading-6 border-b border-gray-200 first:border-t md:first:border-t-0 last:border-b last:border-navigation-border-color lg:last:border-0 text-primary justify-start hover:underline">
3
3
  {{~#with this}}
4
- {{~#> components/base/link _link=this.link _css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation","SubNavInRubrikNav"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') ~}}
4
+ {{~#> components/base/link _link=this.link _css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation","SubNavInRubrikNav"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full","link-focus-inset py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') ~}}
5
5
  {{this.text}}
6
6
  {{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons" }}{{/if}}
7
7
  {{~/components/base/link}}
@@ -30,7 +30,7 @@
30
30
  :class="dropped ? 'lg:underline font-bold lg:font-normal' : 'font-normal'"
31
31
  class="js-noStateManager {{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
32
32
  aria-haspopup="true"
33
- x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen ? '0' : '-1')"
33
+ x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen || $screen('lg') ? '0' : '-1')"
34
34
  aria-owns="flyout-{{getRandom}}"
35
35
  aria-controls="flyout-{{getRandom}}"
36
36
  aria-labelledby="flyout-{{getRandom}}-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.52.22",
9
+ "version": "1.52.24",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,4 +1,4 @@
1
- <div class="ml-1 sm:ml-6 px-4 sm:px-6 my-12 sm:my-16 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both {{else}}mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-4 border-gray-boulder overflow-auto {{#if this.paragraphProperties.[0].showFullSize }}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
 
3
3
  <span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
4
4
 
@@ -1,7 +1,7 @@
1
1
  <li :class="dropped ? 'h-auto' : 'h-10'"
2
2
  class="lg:border-0 sb-navigation-flyout-item pl-4 {{#if _flyout}}lg:px-0 {{else}}lg:px-2 lg:first-of-type:pl-0 {{/if}}{{#if _parentselected}}lg:whitespace-nowrap{{/if}} flex h-auto text-base leading-6 border-b border-gray-200 first:border-t md:first:border-t-0 last:border-b last:border-navigation-border-color lg:last:border-0 text-primary justify-start hover:underline">
3
3
  {{~#with this}}
4
- {{~#> components/base/link _link=this.link _css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation","SubNavInRubrikNav"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') ~}}
4
+ {{~#> components/base/link _link=this.link _css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation","SubNavInRubrikNav"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full","link-focus-inset py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') ~}}
5
5
  {{this.text}}
6
6
  {{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _addClass="h-5 w-5 -mt-0.5 fill-current ml-1 inline-flex" _iconmap="icons" }}{{/if}}
7
7
  {{~/components/base/link}}
@@ -30,7 +30,7 @@
30
30
  :class="dropped ? 'lg:underline font-bold lg:font-normal' : 'font-normal'"
31
31
  class="js-noStateManager {{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
32
32
  aria-haspopup="true"
33
- x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen ? '0' : '-1')"
33
+ x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen || $screen('lg') ? '0' : '-1')"
34
34
  aria-owns="flyout-{{getRandom}}"
35
35
  aria-controls="flyout-{{getRandom}}"
36
36
  aria-labelledby="flyout-{{getRandom}}-1"