hr-design-system-handlebars 1.119.3 → 1.119.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,16 @@
|
|
|
1
|
+
# v1.119.4 (Mon Sep 29 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-3750: Use adjusted context for description, required fields, and max length [#1305](https://github.com/mumprod/hr-design-system-handlebars/pull/1305) (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.119.3 (Wed Sep 17 2025)
|
|
2
15
|
|
|
3
16
|
#### ⚠️ Pushed to `main`
|
package/dist/assets/index.css
CHANGED
|
@@ -3891,7 +3891,7 @@ article #commentList {
|
|
|
3891
3891
|
border-bottom-color: var(--color-secondary-ds);
|
|
3892
3892
|
}
|
|
3893
3893
|
.counter-reset {
|
|
3894
|
-
counter-reset:
|
|
3894
|
+
counter-reset: cnt1759139546538;
|
|
3895
3895
|
}
|
|
3896
3896
|
.animate-delay-100 {
|
|
3897
3897
|
--tw-animate-delay: 100ms;
|
|
@@ -4352,7 +4352,7 @@ html { scroll-behavior: smooth; }
|
|
|
4352
4352
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4353
4353
|
}
|
|
4354
4354
|
.-ordered {
|
|
4355
|
-
counter-increment:
|
|
4355
|
+
counter-increment: cnt1759139546538 1;
|
|
4356
4356
|
}
|
|
4357
4357
|
.-ordered::before {
|
|
4358
4358
|
position: absolute;
|
|
@@ -4370,7 +4370,7 @@ html { scroll-behavior: smooth; }
|
|
|
4370
4370
|
--tw-text-opacity: 1;
|
|
4371
4371
|
color: rgba(0, 0, 0, 1);
|
|
4372
4372
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4373
|
-
content: counter(
|
|
4373
|
+
content: counter(cnt1759139546538);
|
|
4374
4374
|
}
|
|
4375
4375
|
/*! ****************************/
|
|
4376
4376
|
/*! DataPolicy stuff */
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
{{/if}}
|
|
63
63
|
{{#>components/forms/components/supportingTextBox }}
|
|
64
|
-
{{#if _description}}
|
|
65
|
-
<div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{{_description}}}</div>
|
|
64
|
+
{{#if ../../_description-adjust_context}}
|
|
65
|
+
<div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{{../../_description-adjust_context}}}</div>
|
|
66
66
|
{{/if}}
|
|
67
|
-
{{#if _required}}
|
|
68
|
-
<div class="hidden pl-4 text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" >{{_errorMessage}}</div>
|
|
67
|
+
{{#if ../../_required-adjust_context}}
|
|
68
|
+
<div class="hidden pl-4 text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" >{{../../_errorMessage-adjust_context}}</div>
|
|
69
69
|
{{/if}}
|
|
70
|
-
{{#if _maxLength}}
|
|
71
|
-
<div class="px-4 ml-auto text-xs text-gray-scorpion"><span x-text="textarea{{getRandom}}.length">0</span>/{{_maxLength}}</div>
|
|
70
|
+
{{#if ../../_maxLength-adjust_context}}
|
|
71
|
+
<div class="px-4 ml-auto text-xs text-gray-scorpion"><span x-text="textarea{{getRandom}}.length">0</span>/{{../../_maxLength-adjust_context}}</div>
|
|
72
72
|
{{/if~}}
|
|
73
73
|
{{/components/forms/components/supportingTextBox }}
|
|
74
74
|
</div>
|
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.119.
|
|
9
|
+
"version": "1.119.4",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
{{/if}}
|
|
63
63
|
{{#>components/forms/components/supportingTextBox }}
|
|
64
|
-
{{#if _description}}
|
|
65
|
-
<div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{{_description}}}</div>
|
|
64
|
+
{{#if _description-adjust_context}}
|
|
65
|
+
<div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{{_description-adjust_context}}}</div>
|
|
66
66
|
{{/if}}
|
|
67
|
-
{{#if _required}}
|
|
68
|
-
<div class="hidden pl-4 text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" >{{_errorMessage}}</div>
|
|
67
|
+
{{#if _required-adjust_context}}
|
|
68
|
+
<div class="hidden pl-4 text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" >{{_errorMessage-adjust_context}}</div>
|
|
69
69
|
{{/if}}
|
|
70
|
-
{{#if _maxLength}}
|
|
71
|
-
<div class="px-4 ml-auto text-xs text-gray-scorpion"><span x-text="textarea{{getRandom}}.length">0</span>/{{_maxLength}}</div>
|
|
70
|
+
{{#if _maxLength-adjust_context}}
|
|
71
|
+
<div class="px-4 ml-auto text-xs text-gray-scorpion"><span x-text="textarea{{getRandom}}.length">0</span>/{{_maxLength-adjust_context}}</div>
|
|
72
72
|
{{/if~}}
|
|
73
73
|
{{/components/forms/components/supportingTextBox }}
|
|
74
74
|
</div>
|