hr-design-system-handlebars 1.112.0 → 1.112.1
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 +13 -0
- package/dist/assets/index.css +3 -7
- package/dist/views/components/forms/components/choiceGroup.hbs +1 -1
- package/dist/views/components/forms/components/fields.hbs +0 -1
- package/dist/views/components/forms/components/textarea.hbs +2 -1
- package/dist/views/components/forms/components/upload.hbs +2 -2
- package/dist/views_static/components/forms/components/choiceGroup.hbs +1 -1
- package/dist/views_static/components/forms/components/fields.hbs +0 -1
- package/dist/views_static/components/forms/components/textarea.hbs +2 -1
- package/dist/views_static/components/forms/components/upload.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/forms/components/choiceGroup.hbs +1 -1
- package/src/stories/views/components/forms/components/fields.hbs +0 -1
- package/src/stories/views/components/forms/components/textarea.hbs +2 -1
- package/src/stories/views/components/forms/components/upload.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.112.1 (Fri Oct 25 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- some bugfixes [#1126](https://github.com/mumprod/hr-design-system-handlebars/pull/1126) (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.112.0 (Wed Oct 23 2024)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3597,7 +3597,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3597
3597
|
border-bottom-color: var(--color-secondary-ds);
|
|
3598
3598
|
}
|
|
3599
3599
|
.counter-reset {
|
|
3600
|
-
counter-reset:
|
|
3600
|
+
counter-reset: cnt1729868788912;
|
|
3601
3601
|
}
|
|
3602
3602
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3603
3603
|
font-size: 0.75rem;
|
|
@@ -4011,7 +4011,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4011
4011
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4012
4012
|
}
|
|
4013
4013
|
.-ordered {
|
|
4014
|
-
counter-increment:
|
|
4014
|
+
counter-increment: cnt1729868788912 1;
|
|
4015
4015
|
}
|
|
4016
4016
|
.-ordered::before {
|
|
4017
4017
|
position: absolute;
|
|
@@ -4029,7 +4029,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4029
4029
|
--tw-text-opacity: 1;
|
|
4030
4030
|
color: rgba(0, 0, 0, 1);
|
|
4031
4031
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4032
|
-
content: counter(
|
|
4032
|
+
content: counter(cnt1729868788912);
|
|
4033
4033
|
}
|
|
4034
4034
|
/*! ****************************/
|
|
4035
4035
|
/*! DataPolicy stuff */
|
|
@@ -7334,10 +7334,6 @@ select:has(option:checked[value='']) {
|
|
|
7334
7334
|
padding-left: 0.75rem;
|
|
7335
7335
|
}
|
|
7336
7336
|
|
|
7337
|
-
.md\:pl-4 {
|
|
7338
|
-
padding-left: 1rem;
|
|
7339
|
-
}
|
|
7340
|
-
|
|
7341
7337
|
.md\:pl-5 {
|
|
7342
7338
|
padding-left: 1.25rem;
|
|
7343
7339
|
}
|
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
x-init="validateField()"
|
|
5
5
|
x-ignore
|
|
6
6
|
>
|
|
7
|
-
<div class="w-full h-4 bg-white"></div>
|
|
7
|
+
<div class="w-full h-4 bg-white dark:bg-black dark:text-text-dark"></div>
|
|
8
8
|
<textarea
|
|
9
|
+
class="relative w-full pl-4 placeholder-transparent bg-white text-text dark:bg-black dark:text-text-dark autofill:shadow-autofill border-form-highlight dark:form-highlight-dark pr-9 peer border-y focus:border-y-2 border-t-transparent dark:border-t-transparent focus:outline-none"
|
|
9
10
|
x-model="textarea{{getRandom}}"
|
|
10
11
|
id="textarea{{getRandom}}"
|
|
11
12
|
{{#if _required}}
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
</div>
|
|
64
64
|
<div class="font-heading">
|
|
65
65
|
{{#if _description}}
|
|
66
|
-
<div class="
|
|
66
|
+
<div class="text-xs text-gray-500 dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
67
67
|
{{/if}}
|
|
68
68
|
{{#if _required}}
|
|
69
|
-
<div class="hidden
|
|
69
|
+
<div class="hidden text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" x-text="errorMessage"></div>
|
|
70
70
|
{{/if}}
|
|
71
71
|
</div>
|
|
72
72
|
</div>
|
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
x-init="validateField()"
|
|
5
5
|
x-ignore
|
|
6
6
|
>
|
|
7
|
-
<div class="w-full h-4 bg-white"></div>
|
|
7
|
+
<div class="w-full h-4 bg-white dark:bg-black dark:text-text-dark"></div>
|
|
8
8
|
<textarea
|
|
9
|
+
class="relative w-full pl-4 placeholder-transparent bg-white text-text dark:bg-black dark:text-text-dark autofill:shadow-autofill border-form-highlight dark:form-highlight-dark pr-9 peer border-y focus:border-y-2 border-t-transparent dark:border-t-transparent focus:outline-none"
|
|
9
10
|
x-model="textarea{{getRandom}}"
|
|
10
11
|
id="textarea{{getRandom}}"
|
|
11
12
|
{{#if _required}}
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
</div>
|
|
64
64
|
<div class="font-heading">
|
|
65
65
|
{{#if _description}}
|
|
66
|
-
<div class="
|
|
66
|
+
<div class="text-xs text-gray-500 dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
67
67
|
{{/if}}
|
|
68
68
|
{{#if _required}}
|
|
69
|
-
<div class="hidden
|
|
69
|
+
<div class="hidden text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" x-text="errorMessage"></div>
|
|
70
70
|
{{/if}}
|
|
71
71
|
</div>
|
|
72
72
|
</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.112.
|
|
9
|
+
"version": "1.112.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
x-init="validateField()"
|
|
5
5
|
x-ignore
|
|
6
6
|
>
|
|
7
|
-
<div class="w-full h-4 bg-white"></div>
|
|
7
|
+
<div class="w-full h-4 bg-white dark:bg-black dark:text-text-dark"></div>
|
|
8
8
|
<textarea
|
|
9
|
+
class="relative w-full pl-4 placeholder-transparent bg-white text-text dark:bg-black dark:text-text-dark autofill:shadow-autofill border-form-highlight dark:form-highlight-dark pr-9 peer border-y focus:border-y-2 border-t-transparent dark:border-t-transparent focus:outline-none"
|
|
9
10
|
x-model="textarea{{getRandom}}"
|
|
10
11
|
id="textarea{{getRandom}}"
|
|
11
12
|
{{#if _required}}
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
</div>
|
|
64
64
|
<div class="font-heading">
|
|
65
65
|
{{#if _description}}
|
|
66
|
-
<div class="
|
|
66
|
+
<div class="text-xs text-gray-500 dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
67
67
|
{{/if}}
|
|
68
68
|
{{#if _required}}
|
|
69
|
-
<div class="hidden
|
|
69
|
+
<div class="hidden text-xs text-error dark:text-error-dark" :class="{'hidden': hideError()}" x-text="errorMessage"></div>
|
|
70
70
|
{{/if}}
|
|
71
71
|
</div>
|
|
72
72
|
</div>
|