hr-design-system-handlebars 1.114.48 → 1.114.49

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,16 @@
1
+ # v1.114.49 (Thu Dec 19 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add overflow handling and hyphenation to label class in choice component [#1198](https://github.com/mumprod/hr-design-system-handlebars/pull/1198) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.114.48 (Mon Dec 16 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3711,7 +3711,7 @@ article #commentList {
3711
3711
  border-bottom-color: var(--color-secondary-ds);
3712
3712
  }
3713
3713
  .counter-reset {
3714
- counter-reset: cnt1734363575919;
3714
+ counter-reset: cnt1734599250735;
3715
3715
  }
3716
3716
  html { scroll-behavior: smooth; }
3717
3717
  .placeholder-text-xs::-webkit-input-placeholder {
@@ -4126,7 +4126,7 @@ html { scroll-behavior: smooth; }
4126
4126
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4127
4127
  }
4128
4128
  .-ordered {
4129
- counter-increment: cnt1734363575919 1;
4129
+ counter-increment: cnt1734599250735 1;
4130
4130
  }
4131
4131
  .-ordered::before {
4132
4132
  position: absolute;
@@ -4144,7 +4144,7 @@ html { scroll-behavior: smooth; }
4144
4144
  --tw-text-opacity: 1;
4145
4145
  color: rgba(0, 0, 0, 1);
4146
4146
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4147
- content: counter(cnt1734363575919);
4147
+ content: counter(cnt1734599250735);
4148
4148
  }
4149
4149
  /*! ****************************/
4150
4150
  /*! DataPolicy stuff */
@@ -64,7 +64,7 @@
64
64
  {{/if}}
65
65
  {{/if~}}
66
66
  >
67
- <label for="input{{getRandom}}" class="min-h-6 pt-0.5 items-stretch justify-center pl-2 cursor-pointer md:pl-3 text-text dark:text-text-dark md:text-base text-sm{{#if _addClassLabel}} {{_addClassLabel}}{{/if}}">
67
+ <label for="input{{getRandom}}" class="min-h-6 pt-0.5 items-stretch justify-center pl-2 cursor-pointer md:pl-3 text-text dark:text-text-dark md:text-base text-sm{{#if _isHorizontalLayout}} overflow-anywhere hyphens-auto{{/if}}{{#if _addClassLabel}} {{_addClassLabel}}{{/if}}">
68
68
  {{#if _hasBody}}
69
69
  {{decorator_body}}{{#unless _inGroup}}{{#if _required}}*{{/if}}{{/unless}}
70
70
  {{else}}
@@ -64,7 +64,7 @@
64
64
  {{/if}}
65
65
  {{/if~}}
66
66
  >
67
- <label for="input{{getRandom}}" class="min-h-6 pt-0.5 items-stretch justify-center pl-2 cursor-pointer md:pl-3 text-text dark:text-text-dark md:text-base text-sm{{#if _addClassLabel}} {{_addClassLabel}}{{/if}}">
67
+ <label for="input{{getRandom}}" class="min-h-6 pt-0.5 items-stretch justify-center pl-2 cursor-pointer md:pl-3 text-text dark:text-text-dark md:text-base text-sm{{#if _isHorizontalLayout}} overflow-anywhere hyphens-auto{{/if}}{{#if _addClassLabel}} {{_addClassLabel}}{{/if}}">
68
68
  {{#if _hasBody}}
69
69
  {{decorator_body}}{{#unless _inGroup}}{{#if _required}}*{{/if}}{{/unless}}
70
70
  {{else}}
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.114.48",
9
+ "version": "1.114.49",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -64,7 +64,7 @@
64
64
  {{/if}}
65
65
  {{/if~}}
66
66
  >
67
- <label for="input{{getRandom}}" class="min-h-6 pt-0.5 items-stretch justify-center pl-2 cursor-pointer md:pl-3 text-text dark:text-text-dark md:text-base text-sm{{#if _addClassLabel}} {{_addClassLabel}}{{/if}}">
67
+ <label for="input{{getRandom}}" class="min-h-6 pt-0.5 items-stretch justify-center pl-2 cursor-pointer md:pl-3 text-text dark:text-text-dark md:text-base text-sm{{#if _isHorizontalLayout}} overflow-anywhere hyphens-auto{{/if}}{{#if _addClassLabel}} {{_addClassLabel}}{{/if}}">
68
68
  {{#if _hasBody}}
69
69
  {{decorator_body}}{{#unless _inGroup}}{{#if _required}}*{{/if}}{{/unless}}
70
70
  {{else}}