hr-design-system-handlebars 1.80.4 → 1.80.5

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.80.5 (Wed Jul 10 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bugfix/dpe 3234 [#998](https://github.com/mumprod/hr-design-system-handlebars/pull/998) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.80.4 (Wed Jul 10 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3388,7 +3388,7 @@ article.indexTextDS .indexTextHighlighted .link {
3388
3388
  border-bottom-color: var(--color-secondary-ds);
3389
3389
  }
3390
3390
  .counter-reset {
3391
- counter-reset: cnt1720612355799;
3391
+ counter-reset: cnt1720617647580;
3392
3392
  }
3393
3393
  .hyphens-auto {
3394
3394
  -webkit-hyphens: auto;
@@ -3786,7 +3786,7 @@ article.indexTextDS .indexTextHighlighted .link {
3786
3786
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3787
3787
  }
3788
3788
  .-ordered {
3789
- counter-increment: cnt1720612355799 1;
3789
+ counter-increment: cnt1720617647580 1;
3790
3790
  }
3791
3791
  .-ordered::before {
3792
3792
  position: absolute;
@@ -3802,7 +3802,7 @@ article.indexTextDS .indexTextHighlighted .link {
3802
3802
  letter-spacing: .0125em;
3803
3803
  --tw-text-opacity: 1;
3804
3804
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3805
- content: counter(cnt1720612355799);
3805
+ content: counter(cnt1720617647580);
3806
3806
  }
3807
3807
  /*! ****************************/
3808
3808
  /*! DataPolicy stuff */
@@ -11,7 +11,7 @@
11
11
  }
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
- <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
14
+ <div class="flex dark:text-text-dark overflow-anywhere hyphens-auto gap-x-3" x-ref="caption"
15
15
  {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
16
  {{> @partial-block }}
17
17
  </div>
@@ -1,3 +1,3 @@
1
- <span class="pr-3">
1
+ <span>
2
2
  {{this.caption}}
3
3
  </span>
@@ -11,7 +11,7 @@
11
11
  }
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
- <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
14
+ <div class="flex dark:text-text-dark overflow-anywhere hyphens-auto gap-x-3" x-ref="caption"
15
15
  {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
16
  {{> @partial-block }}
17
17
  </div>
@@ -1,3 +1,3 @@
1
- <span class="pr-3">
1
+ <span>
2
2
  {{this.caption}}
3
3
  </span>
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.80.4",
9
+ "version": "1.80.5",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -11,7 +11,7 @@
11
11
  }
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
- <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
14
+ <div class="flex dark:text-text-dark overflow-anywhere hyphens-auto gap-x-3" x-ref="caption"
15
15
  {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
16
  {{> @partial-block }}
17
17
  </div>
@@ -1,3 +1,3 @@
1
- <span class="pr-3">
1
+ <span>
2
2
  {{this.caption}}
3
3
  </span>