hr-design-system-handlebars 1.68.3 → 1.68.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.68.4 (Tue May 28 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - general line heigt 1.5 in copytext [#924](https://github.com/mumprod/hr-design-system-handlebars/pull/924) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.68.3 (Tue May 28 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2986,6 +2986,9 @@ article.indexTextDS .indexTextHighlighted .link {
2986
2986
  .leading-\[34px\] {
2987
2987
  line-height: 34px;
2988
2988
  }
2989
+ .leading-normal {
2990
+ line-height: 1.5;
2991
+ }
2989
2992
  .tracking-wide {
2990
2993
  letter-spacing: .0125em;
2991
2994
  }
@@ -3347,7 +3350,7 @@ article.indexTextDS .indexTextHighlighted .link {
3347
3350
  border-bottom-color: var(--color-secondary-ds);
3348
3351
  }
3349
3352
  .counter-reset {
3350
- counter-reset: cnt1716893696134;
3353
+ counter-reset: cnt1716901234455;
3351
3354
  }
3352
3355
  .hyphens-auto {
3353
3356
  -webkit-hyphens: auto;
@@ -3726,7 +3729,7 @@ article.indexTextDS .indexTextHighlighted .link {
3726
3729
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3727
3730
  }
3728
3731
  .-ordered {
3729
- counter-increment: cnt1716893696134 1;
3732
+ counter-increment: cnt1716901234455 1;
3730
3733
  }
3731
3734
  .-ordered::before {
3732
3735
  position: absolute;
@@ -3742,7 +3745,7 @@ article.indexTextDS .indexTextHighlighted .link {
3742
3745
  letter-spacing: .0125em;
3743
3746
  --tw-text-opacity: 1;
3744
3747
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3745
- content: counter(cnt1716893696134);
3748
+ content: counter(cnt1716901234455);
3746
3749
  }
3747
3750
  /*! ****************************/
3748
3751
  /*! DataPolicy stuff */
@@ -1,9 +1,9 @@
1
1
  {{#if this.isText}}
2
- <p class="copytextParagraphDS mt-6 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
2
+ <p class="mt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
3
3
  {{/if}}
4
4
  {{#if this.isUl}}
5
- <ul class="copytextParagraphDS mt-6 ml-5 text-lg leading-[1.625rem] list-disc sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
5
+ <ul class="mt-6 ml-5 text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
6
6
  {{/if}}
7
7
  {{#if this.isOl}}
8
- <ol class="copytextParagraphDS mt-6 ml-5 text-lg leading-[1.625rem] list-decimal sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
8
+ <ol class="mt-6 ml-5 text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
9
9
  {{/if}}
@@ -1,9 +1,9 @@
1
1
  {{#if this.isText}}
2
- <p class="copytextParagraphDS mt-6 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
2
+ <p class="mt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
3
3
  {{/if}}
4
4
  {{#if this.isUl}}
5
- <ul class="copytextParagraphDS mt-6 ml-5 text-lg leading-[1.625rem] list-disc sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
5
+ <ul class="mt-6 ml-5 text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
6
6
  {{/if}}
7
7
  {{#if this.isOl}}
8
- <ol class="copytextParagraphDS mt-6 ml-5 text-lg leading-[1.625rem] list-decimal sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
8
+ <ol class="mt-6 ml-5 text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
9
9
  {{/if}}
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.68.3",
9
+ "version": "1.68.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,9 +1,9 @@
1
1
  {{#if this.isText}}
2
- <p class="copytextParagraphDS mt-6 text-lg leading-[1.625rem] sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
2
+ <p class="mt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</p>
3
3
  {{/if}}
4
4
  {{#if this.isUl}}
5
- <ul class="copytextParagraphDS mt-6 ml-5 text-lg leading-[1.625rem] list-disc sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
5
+ <ul class="mt-6 ml-5 text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ul>
6
6
  {{/if}}
7
7
  {{#if this.isOl}}
8
- <ol class="copytextParagraphDS mt-6 ml-5 text-lg leading-[1.625rem] list-decimal sm480:text-xl sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
8
+ <ol class="mt-6 ml-5 text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl dark:text-text-dark">{{{this.text}}}</ol>
9
9
  {{/if}}
@@ -40,6 +40,7 @@ export default {
40
40
  chromatic: {
41
41
  viewports: [360, 768, 1024],
42
42
  diffThreshold: 0.3,
43
+ delay: 2000,
43
44
  },
44
45
 
45
46
  layout: 'fullscreen',
@@ -85,4 +86,7 @@ export const MitArtikel = {
85
86
  render: Template3.bind({}),
86
87
  name: 'Mit Artikel',
87
88
  args: NavigationDataWithBreadcrumb,
89
+ parameters: {
90
+ chromatic: { delay: 2000 }
91
+ }
88
92
  }