hr-design-system-handlebars 1.77.3 → 1.77.4

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.77.4 (Thu Jul 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add group-title for tabbox [#982](https://github.com/mumprod/hr-design-system-handlebars/pull/982) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.77.3 (Thu Jul 04 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3377,7 +3377,7 @@ article.indexTextDS .indexTextHighlighted .link {
3377
3377
  border-bottom-color: var(--color-secondary-ds);
3378
3378
  }
3379
3379
  .counter-reset {
3380
- counter-reset: cnt1720101648014;
3380
+ counter-reset: cnt1720116108939;
3381
3381
  }
3382
3382
  .hyphens-auto {
3383
3383
  -webkit-hyphens: auto;
@@ -3775,7 +3775,7 @@ article.indexTextDS .indexTextHighlighted .link {
3775
3775
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3776
3776
  }
3777
3777
  .-ordered {
3778
- counter-increment: cnt1720101648014 1;
3778
+ counter-increment: cnt1720116108939 1;
3779
3779
  }
3780
3780
  .-ordered::before {
3781
3781
  position: absolute;
@@ -3791,7 +3791,7 @@ article.indexTextDS .indexTextHighlighted .link {
3791
3791
  letter-spacing: .0125em;
3792
3792
  --tw-text-opacity: 1;
3793
3793
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3794
- content: counter(cnt1720101648014);
3794
+ content: counter(cnt1720116108939);
3795
3795
  }
3796
3796
  /*! ****************************/
3797
3797
  /*! DataPolicy stuff */
@@ -61,10 +61,10 @@
61
61
  <p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
62
62
  {{/if}}
63
63
  {{#if this.isUl}}
64
- <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} ml-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
64
+ <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
65
65
  {{/if}}
66
66
  {{#if this.isOl}}
67
- <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} ml-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
67
+ <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
68
68
  {{/if}}
69
69
  {{/each}}
70
70
  {{~#block "subParagraphs"}}{{/block~}}
@@ -1,7 +1,14 @@
1
1
  </div>
2
+ {{~#if this.hasGroupTitle}}
3
+ <div class="grid grid-cols-12 bg-white mt-12 md:mt-14 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14">
4
+ <h2 class="py-0 text-2xl md:text-5xl col-span-full font-title headline-barrier">
5
+ {{this.groupTitle}}
6
+ </h2>
7
+ </div>
8
+ {{/if}}
2
9
  <div
3
10
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}', test:true }"
4
- class="grid grid-cols-12 pt-6 mx-0 mb-5 md:mb-7 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
11
+ class="grid grid-cols-12 pt-6 mx-0 mb-5 md:mb-7 {{#if this.hasGroupTitle}}mt-5{{else}}mt-14{{/if}} col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
5
12
  >
6
13
  <section class="px-0 col-span-full sm:px-8 md:px-0">
7
14
  <div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
@@ -19,4 +26,4 @@
19
26
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
20
27
  </section>
21
28
  </div>
22
- <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">
29
+ <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">
@@ -61,10 +61,10 @@
61
61
  <p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
62
62
  {{/if}}
63
63
  {{#if this.isUl}}
64
- <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} ml-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
64
+ <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
65
65
  {{/if}}
66
66
  {{#if this.isOl}}
67
- <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} ml-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
67
+ <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
68
68
  {{/if}}
69
69
  {{/each}}
70
70
  {{~#block "subParagraphs"}}{{/block~}}
@@ -1,7 +1,14 @@
1
1
  </div>
2
+ {{~#if this.hasGroupTitle}}
3
+ <div class="grid grid-cols-12 bg-white mt-12 md:mt-14 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14">
4
+ <h2 class="py-0 text-2xl md:text-5xl col-span-full font-title headline-barrier">
5
+ {{this.groupTitle}}
6
+ </h2>
7
+ </div>
8
+ {{/if}}
2
9
  <div
3
10
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}', test:true }"
4
- class="grid grid-cols-12 pt-6 mx-0 mb-5 md:mb-7 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
11
+ class="grid grid-cols-12 pt-6 mx-0 mb-5 md:mb-7 {{#if this.hasGroupTitle}}mt-5{{else}}mt-14{{/if}} col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
5
12
  >
6
13
  <section class="px-0 col-span-full sm:px-8 md:px-0">
7
14
  <div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
@@ -19,4 +26,4 @@
19
26
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
20
27
  </section>
21
28
  </div>
22
- <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">
29
+ <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">
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.77.3",
9
+ "version": "1.77.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -61,10 +61,10 @@
61
61
  <p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
62
62
  {{/if}}
63
63
  {{#if this.isUl}}
64
- <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} ml-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
64
+ <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
65
65
  {{/if}}
66
66
  {{#if this.isOl}}
67
- <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} ml-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
67
+ <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
68
68
  {{/if}}
69
69
  {{/each}}
70
70
  {{~#block "subParagraphs"}}{{/block~}}
@@ -1,7 +1,14 @@
1
1
  </div>
2
+ {{~#if this.hasGroupTitle}}
3
+ <div class="grid grid-cols-12 bg-white mt-12 md:mt-14 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14">
4
+ <h2 class="py-0 text-2xl md:text-5xl col-span-full font-title headline-barrier">
5
+ {{this.groupTitle}}
6
+ </h2>
7
+ </div>
8
+ {{/if}}
2
9
  <div
3
10
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}', test:true }"
4
- class="grid grid-cols-12 pt-6 mx-0 mb-5 md:mb-7 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
11
+ class="grid grid-cols-12 pt-6 mx-0 mb-5 md:mb-7 {{#if this.hasGroupTitle}}mt-5{{else}}mt-14{{/if}} col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
5
12
  >
6
13
  <section class="px-0 col-span-full sm:px-8 md:px-0">
7
14
  <div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
@@ -19,4 +26,4 @@
19
26
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
20
27
  </section>
21
28
  </div>
22
- <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">
29
+ <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">