hr-design-system-handlebars 1.114.73 → 1.114.75
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 +25 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/forms/components/fields.hbs +1 -1
- package/dist/views/components/voting/voting.hbs +1 -1
- package/dist/views_static/components/forms/components/fields.hbs +1 -1
- package/dist/views_static/components/voting/voting.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/forms/components/fields.hbs +1 -1
- package/src/stories/views/components/voting/voting.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.114.75 (Thu Jan 30 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Update hidden field wrapper class to use 'sr-only' for honeypot [#1224](https://github.com/mumprod/hr-design-system-handlebars/pull/1224) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- [@eduardo-hr](https://github.com/eduardo-hr)
|
|
10
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v1.114.74 (Thu Jan 30 2025)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- add dark-class in choice-background [#1223](https://github.com/mumprod/hr-design-system-handlebars/pull/1223) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.114.73 (Tue Jan 28 2025)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3822,7 +3822,7 @@ article #commentList {
|
|
|
3822
3822
|
border-bottom-color: var(--color-secondary-ds);
|
|
3823
3823
|
}
|
|
3824
3824
|
.counter-reset {
|
|
3825
|
-
counter-reset:
|
|
3825
|
+
counter-reset: cnt1738234953153;
|
|
3826
3826
|
}
|
|
3827
3827
|
.animate-delay-100 {
|
|
3828
3828
|
--tw-animate-delay: 100ms;
|
|
@@ -4262,7 +4262,7 @@ html { scroll-behavior: smooth; }
|
|
|
4262
4262
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4263
4263
|
}
|
|
4264
4264
|
.-ordered {
|
|
4265
|
-
counter-increment:
|
|
4265
|
+
counter-increment: cnt1738234953153 1;
|
|
4266
4266
|
}
|
|
4267
4267
|
.-ordered::before {
|
|
4268
4268
|
position: absolute;
|
|
@@ -4280,7 +4280,7 @@ html { scroll-behavior: smooth; }
|
|
|
4280
4280
|
--tw-text-opacity: 1;
|
|
4281
4281
|
color: rgba(0, 0, 0, 1);
|
|
4282
4282
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4283
|
-
content: counter(
|
|
4283
|
+
content: counter(cnt1738234953153);
|
|
4284
4284
|
}
|
|
4285
4285
|
/*! ****************************/
|
|
4286
4286
|
/*! DataPolicy stuff */
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
_labelClass=""
|
|
38
38
|
_description=this.description
|
|
39
39
|
_defaultValue=this.defaultValue
|
|
40
|
-
_wrapperClass=(if this.isHidden "
|
|
40
|
+
_wrapperClass=(if this.isHidden "sr-only")
|
|
41
41
|
_tabindex=(if this.isHidden "-1")
|
|
42
42
|
_required=this.isRequired
|
|
43
43
|
_maxLength=this.maxLength
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
_isHorizontalLayout=this.isHorizontalLayout
|
|
49
49
|
_isMultimediaVoting=../this.isMultimediaVoting
|
|
50
50
|
_addClassGroup="!flex-col mt-2"
|
|
51
|
-
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
51
|
+
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white dark:bg-black has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
52
52
|
_addClassLabel="w-full !pt-[15px] sm:!pt-[18px] !pb-[9px] sm:!pb-3.5 !pr-3 sm:!pr-4"
|
|
53
53
|
_addClassLabelForDataPolicy="!pt-0"
|
|
54
54
|
_addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
_labelClass=""
|
|
38
38
|
_description=this.description
|
|
39
39
|
_defaultValue=this.defaultValue
|
|
40
|
-
_wrapperClass=(if this.isHidden "
|
|
40
|
+
_wrapperClass=(if this.isHidden "sr-only")
|
|
41
41
|
_tabindex=(if this.isHidden "-1")
|
|
42
42
|
_required=this.isRequired
|
|
43
43
|
_maxLength=this.maxLength
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
_isHorizontalLayout=this.isHorizontalLayout
|
|
49
49
|
_isMultimediaVoting=../this.isMultimediaVoting
|
|
50
50
|
_addClassGroup="!flex-col mt-2"
|
|
51
|
-
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
51
|
+
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white dark:bg-black has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
52
52
|
_addClassLabel="w-full !pt-[15px] sm:!pt-[18px] !pb-[9px] sm:!pb-3.5 !pr-3 sm:!pr-4"
|
|
53
53
|
_addClassLabelForDataPolicy="!pt-0"
|
|
54
54
|
_addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"
|
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.
|
|
9
|
+
"version": "1.114.75",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
_labelClass=""
|
|
38
38
|
_description=this.description
|
|
39
39
|
_defaultValue=this.defaultValue
|
|
40
|
-
_wrapperClass=(if this.isHidden "
|
|
40
|
+
_wrapperClass=(if this.isHidden "sr-only")
|
|
41
41
|
_tabindex=(if this.isHidden "-1")
|
|
42
42
|
_required=this.isRequired
|
|
43
43
|
_maxLength=this.maxLength
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
_isHorizontalLayout=this.isHorizontalLayout
|
|
49
49
|
_isMultimediaVoting=../this.isMultimediaVoting
|
|
50
50
|
_addClassGroup="!flex-col mt-2"
|
|
51
|
-
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
51
|
+
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white dark:bg-black has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
52
52
|
_addClassLabel="w-full !pt-[15px] sm:!pt-[18px] !pb-[9px] sm:!pb-3.5 !pr-3 sm:!pr-4"
|
|
53
53
|
_addClassLabelForDataPolicy="!pt-0"
|
|
54
54
|
_addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"
|