hr-design-system-handlebars 1.114.35 → 1.114.37
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 +9 -3
- package/dist/assets/js/components/site_header/mainNavigationHandler.alpine.js +2 -2
- package/dist/views/components/forms/components/choice.hbs +1 -1
- package/dist/views_static/components/forms/components/choice.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/voting/voting_media_video_horizontal.json +56 -8
- package/src/assets/fixtures/voting/voting_media_video_vertical.json +56 -8
- package/src/stories/views/components/forms/components/choice.hbs +1 -1
- package/src/stories/views/components/site_header/mainNavigationHandler.alpine.js +2 -2
- package/src/stories/views/components/voting/fixtures/voting.json +1 -1
- package/src/stories/views/components/voting/fixtures/voting_media_video_horizontal.json +1 -1
- package/src/stories/views/components/voting/fixtures/voting_media_video_vertical.json +1 -1
- package/tailwind.config.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.114.37 (Tue Dec 10 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Fix player size issue in voting [#1185](https://github.com/mumprod/hr-design-system-handlebars/pull/1185) (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
|
+
|
|
14
|
+
# v1.114.36 (Tue Dec 10 2024)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- - added classes to the safelist [#1186](https://github.com/mumprod/hr-design-system-handlebars/pull/1186) ([@StefanVesper](https://github.com/StefanVesper))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.114.35 (Tue Dec 10 2024)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2086,6 +2086,12 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2086
2086
|
.scroll-mt-12 {
|
|
2087
2087
|
scroll-margin-top: 3rem;
|
|
2088
2088
|
}
|
|
2089
|
+
.scroll-mt-\[117px\] {
|
|
2090
|
+
scroll-margin-top: 117px;
|
|
2091
|
+
}
|
|
2092
|
+
.scroll-mt-\[128px\] {
|
|
2093
|
+
scroll-margin-top: 128px;
|
|
2094
|
+
}
|
|
2089
2095
|
.list-decimal {
|
|
2090
2096
|
list-style-type: decimal;
|
|
2091
2097
|
}
|
|
@@ -3689,7 +3695,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3689
3695
|
border-bottom-color: var(--color-secondary-ds);
|
|
3690
3696
|
}
|
|
3691
3697
|
.counter-reset {
|
|
3692
|
-
counter-reset:
|
|
3698
|
+
counter-reset: cnt1733848954653;
|
|
3693
3699
|
}
|
|
3694
3700
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3695
3701
|
font-size: 0.75rem;
|
|
@@ -4103,7 +4109,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4103
4109
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4104
4110
|
}
|
|
4105
4111
|
.-ordered {
|
|
4106
|
-
counter-increment:
|
|
4112
|
+
counter-increment: cnt1733848954653 1;
|
|
4107
4113
|
}
|
|
4108
4114
|
.-ordered::before {
|
|
4109
4115
|
position: absolute;
|
|
@@ -4121,7 +4127,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4121
4127
|
--tw-text-opacity: 1;
|
|
4122
4128
|
color: rgba(0, 0, 0, 1);
|
|
4123
4129
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4124
|
-
content: counter(
|
|
4130
|
+
content: counter(cnt1733848954653);
|
|
4125
4131
|
}
|
|
4126
4132
|
/*! ****************************/
|
|
4127
4133
|
/*! DataPolicy stuff */
|
|
@@ -90,7 +90,7 @@ export default () => ({
|
|
|
90
90
|
|
|
91
91
|
// returns true if user scrolled >50% and scrolls down, no burger menu is open and the screen size is desktop. If scroll was initiated by script, ignore scroll direction.
|
|
92
92
|
shouldSectionNavBeHidden() {
|
|
93
|
-
if (window.userScroll
|
|
93
|
+
if (window.userScroll === true) {
|
|
94
94
|
return (
|
|
95
95
|
this.percent > 50 &&
|
|
96
96
|
this.scrollingDown &&
|
|
@@ -98,7 +98,7 @@ export default () => ({
|
|
|
98
98
|
this.$screen('lg')
|
|
99
99
|
)
|
|
100
100
|
} else {
|
|
101
|
-
return this.percent > 50 && this.$store.burgeropen == false && this.$screen('lg')
|
|
101
|
+
return this.percent > 50 && this.$store.burgeropen == false && this.$screen('lg') && this.scrollingDown
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~changeRandom~}}
|
|
2
|
-
<div class="relative flex flex-col {{#if _isHorizontalLayout}} flex-grow flex-1{{/if}}{{#if this.mediaItem}} sm:basis-1/2-gap-6{{/if}} {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
2
|
+
<div class="relative flex flex-col {{#if _isHorizontalLayout}} flex-grow flex-1{{/if}}{{#if this.mediaItem}} sm:basis-1/2-gap-6 w-full{{/if}} {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
3
3
|
{{#unless _inGroup}}
|
|
4
4
|
{{#if _required}}
|
|
5
5
|
ax-load
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~changeRandom~}}
|
|
2
|
-
<div class="relative flex flex-col {{#if _isHorizontalLayout}} flex-grow flex-1{{/if}}{{#if this.mediaItem}} sm:basis-1/2-gap-6{{/if}} {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
2
|
+
<div class="relative flex flex-col {{#if _isHorizontalLayout}} flex-grow flex-1{{/if}}{{#if this.mediaItem}} sm:basis-1/2-gap-6 w-full{{/if}} {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
3
3
|
{{#unless _inGroup}}
|
|
4
4
|
{{#if _required}}
|
|
5
5
|
ax-load
|
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.37",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -80,11 +80,23 @@
|
|
|
80
80
|
"videoElement": {
|
|
81
81
|
"ardPlayerConfig": {
|
|
82
82
|
"@->jsoninclude": "video/videos.inc.json",
|
|
83
|
-
"@->contentpath": "video-2"
|
|
83
|
+
"@->contentpath": "video-2",
|
|
84
|
+
"@->overrides": [
|
|
85
|
+
{
|
|
86
|
+
"@->contentpath": "playerId",
|
|
87
|
+
"@->value": "1234"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
84
90
|
},
|
|
85
91
|
"ardPlayerJsonConfig": {
|
|
86
92
|
"@->jsoninclude": "video/videos.inc.json",
|
|
87
|
-
"@->contentpath": "video-2"
|
|
93
|
+
"@->contentpath": "video-2",
|
|
94
|
+
"@->overrides": [
|
|
95
|
+
{
|
|
96
|
+
"@->contentpath": "playerId",
|
|
97
|
+
"@->value": "1234"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
88
100
|
}
|
|
89
101
|
}
|
|
90
102
|
},
|
|
@@ -111,11 +123,23 @@
|
|
|
111
123
|
"videoElement": {
|
|
112
124
|
"ardPlayerConfig": {
|
|
113
125
|
"@->jsoninclude": "video/videos.inc.json",
|
|
114
|
-
"@->contentpath": "video-1"
|
|
126
|
+
"@->contentpath": "video-1",
|
|
127
|
+
"@->overrides": [
|
|
128
|
+
{
|
|
129
|
+
"@->contentpath": "playerId",
|
|
130
|
+
"@->value": "5678"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
115
133
|
},
|
|
116
134
|
"ardPlayerJsonConfig": {
|
|
117
135
|
"@->jsoninclude": "video/videos.inc.json",
|
|
118
|
-
"@->contentpath": "video-1"
|
|
136
|
+
"@->contentpath": "video-1",
|
|
137
|
+
"@->overrides": [
|
|
138
|
+
{
|
|
139
|
+
"@->contentpath": "playerId",
|
|
140
|
+
"@->value": "5678"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
119
143
|
}
|
|
120
144
|
}
|
|
121
145
|
},
|
|
@@ -142,11 +166,23 @@
|
|
|
142
166
|
"videoElement": {
|
|
143
167
|
"ardPlayerConfig": {
|
|
144
168
|
"@->jsoninclude": "video/videos.inc.json",
|
|
145
|
-
"@->contentpath": "video-1"
|
|
169
|
+
"@->contentpath": "video-1",
|
|
170
|
+
"@->overrides": [
|
|
171
|
+
{
|
|
172
|
+
"@->contentpath": "playerId",
|
|
173
|
+
"@->value": "9123"
|
|
174
|
+
}
|
|
175
|
+
]
|
|
146
176
|
},
|
|
147
177
|
"ardPlayerJsonConfig": {
|
|
148
178
|
"@->jsoninclude": "video/videos.inc.json",
|
|
149
|
-
"@->contentpath": "video-1"
|
|
179
|
+
"@->contentpath": "video-1",
|
|
180
|
+
"@->overrides": [
|
|
181
|
+
{
|
|
182
|
+
"@->contentpath": "playerId",
|
|
183
|
+
"@->value": "9123"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
150
186
|
}
|
|
151
187
|
}
|
|
152
188
|
},
|
|
@@ -173,11 +209,23 @@
|
|
|
173
209
|
"videoElement": {
|
|
174
210
|
"ardPlayerConfig": {
|
|
175
211
|
"@->jsoninclude": "video/videos.inc.json",
|
|
176
|
-
"@->contentpath": "video-1"
|
|
212
|
+
"@->contentpath": "video-1",
|
|
213
|
+
"@->overrides": [
|
|
214
|
+
{
|
|
215
|
+
"@->contentpath": "playerId",
|
|
216
|
+
"@->value": "1478"
|
|
217
|
+
}
|
|
218
|
+
]
|
|
177
219
|
},
|
|
178
220
|
"ardPlayerJsonConfig": {
|
|
179
221
|
"@->jsoninclude": "video/videos.inc.json",
|
|
180
|
-
"@->contentpath": "video-1"
|
|
222
|
+
"@->contentpath": "video-1",
|
|
223
|
+
"@->overrides": [
|
|
224
|
+
{
|
|
225
|
+
"@->contentpath": "playerId",
|
|
226
|
+
"@->value": "1478"
|
|
227
|
+
}
|
|
228
|
+
]
|
|
181
229
|
}
|
|
182
230
|
}
|
|
183
231
|
},
|
|
@@ -76,11 +76,23 @@
|
|
|
76
76
|
"videoElement": {
|
|
77
77
|
"ardPlayerConfig": {
|
|
78
78
|
"@->jsoninclude": "video/videos.inc.json",
|
|
79
|
-
"@->contentpath": "video-2"
|
|
79
|
+
"@->contentpath": "video-2",
|
|
80
|
+
"@->overrides": [
|
|
81
|
+
{
|
|
82
|
+
"@->contentpath": "playerId",
|
|
83
|
+
"@->value": "1234"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
80
86
|
},
|
|
81
87
|
"ardPlayerJsonConfig": {
|
|
82
88
|
"@->jsoninclude": "video/videos.inc.json",
|
|
83
|
-
"@->contentpath": "video-2"
|
|
89
|
+
"@->contentpath": "video-2",
|
|
90
|
+
"@->overrides": [
|
|
91
|
+
{
|
|
92
|
+
"@->contentpath": "playerId",
|
|
93
|
+
"@->value": "1234"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
84
96
|
}
|
|
85
97
|
}
|
|
86
98
|
},
|
|
@@ -107,11 +119,23 @@
|
|
|
107
119
|
"videoElement": {
|
|
108
120
|
"ardPlayerConfig": {
|
|
109
121
|
"@->jsoninclude": "video/videos.inc.json",
|
|
110
|
-
"@->contentpath": "video-1"
|
|
122
|
+
"@->contentpath": "video-1",
|
|
123
|
+
"@->overrides": [
|
|
124
|
+
{
|
|
125
|
+
"@->contentpath": "playerId",
|
|
126
|
+
"@->value": "5678"
|
|
127
|
+
}
|
|
128
|
+
]
|
|
111
129
|
},
|
|
112
130
|
"ardPlayerJsonConfig": {
|
|
113
131
|
"@->jsoninclude": "video/videos.inc.json",
|
|
114
|
-
"@->contentpath": "video-1"
|
|
132
|
+
"@->contentpath": "video-1",
|
|
133
|
+
"@->overrides": [
|
|
134
|
+
{
|
|
135
|
+
"@->contentpath": "playerId",
|
|
136
|
+
"@->value": "5678"
|
|
137
|
+
}
|
|
138
|
+
]
|
|
115
139
|
}
|
|
116
140
|
}
|
|
117
141
|
},
|
|
@@ -138,11 +162,23 @@
|
|
|
138
162
|
"videoElement": {
|
|
139
163
|
"ardPlayerConfig": {
|
|
140
164
|
"@->jsoninclude": "video/videos.inc.json",
|
|
141
|
-
"@->contentpath": "video-1"
|
|
165
|
+
"@->contentpath": "video-1",
|
|
166
|
+
"@->overrides": [
|
|
167
|
+
{
|
|
168
|
+
"@->contentpath": "playerId",
|
|
169
|
+
"@->value": "9123"
|
|
170
|
+
}
|
|
171
|
+
]
|
|
142
172
|
},
|
|
143
173
|
"ardPlayerJsonConfig": {
|
|
144
174
|
"@->jsoninclude": "video/videos.inc.json",
|
|
145
|
-
"@->contentpath": "video-1"
|
|
175
|
+
"@->contentpath": "video-1",
|
|
176
|
+
"@->overrides": [
|
|
177
|
+
{
|
|
178
|
+
"@->contentpath": "playerId",
|
|
179
|
+
"@->value": "9123"
|
|
180
|
+
}
|
|
181
|
+
]
|
|
146
182
|
}
|
|
147
183
|
}
|
|
148
184
|
},
|
|
@@ -169,11 +205,23 @@
|
|
|
169
205
|
"videoElement": {
|
|
170
206
|
"ardPlayerConfig": {
|
|
171
207
|
"@->jsoninclude": "video/videos.inc.json",
|
|
172
|
-
"@->contentpath": "video-1"
|
|
208
|
+
"@->contentpath": "video-1",
|
|
209
|
+
"@->overrides": [
|
|
210
|
+
{
|
|
211
|
+
"@->contentpath": "playerId",
|
|
212
|
+
"@->value": "1478"
|
|
213
|
+
}
|
|
214
|
+
]
|
|
173
215
|
},
|
|
174
216
|
"ardPlayerJsonConfig": {
|
|
175
217
|
"@->jsoninclude": "video/videos.inc.json",
|
|
176
|
-
"@->contentpath": "video-1"
|
|
218
|
+
"@->contentpath": "video-1",
|
|
219
|
+
"@->overrides": [
|
|
220
|
+
{
|
|
221
|
+
"@->contentpath": "playerId",
|
|
222
|
+
"@->value": "1478"
|
|
223
|
+
}
|
|
224
|
+
]
|
|
177
225
|
}
|
|
178
226
|
}
|
|
179
227
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~changeRandom~}}
|
|
2
|
-
<div class="relative flex flex-col {{#if _isHorizontalLayout}} flex-grow flex-1{{/if}}{{#if this.mediaItem}} sm:basis-1/2-gap-6{{/if}} {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
2
|
+
<div class="relative flex flex-col {{#if _isHorizontalLayout}} flex-grow flex-1{{/if}}{{#if this.mediaItem}} sm:basis-1/2-gap-6 w-full{{/if}} {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
3
3
|
{{#unless _inGroup}}
|
|
4
4
|
{{#if _required}}
|
|
5
5
|
ax-load
|
|
@@ -90,7 +90,7 @@ export default () => ({
|
|
|
90
90
|
|
|
91
91
|
// returns true if user scrolled >50% and scrolls down, no burger menu is open and the screen size is desktop. If scroll was initiated by script, ignore scroll direction.
|
|
92
92
|
shouldSectionNavBeHidden() {
|
|
93
|
-
if (window.userScroll
|
|
93
|
+
if (window.userScroll === true) {
|
|
94
94
|
return (
|
|
95
95
|
this.percent > 50 &&
|
|
96
96
|
this.scrollingDown &&
|
|
@@ -98,7 +98,7 @@ export default () => ({
|
|
|
98
98
|
this.$screen('lg')
|
|
99
99
|
)
|
|
100
100
|
} else {
|
|
101
|
-
return this.percent > 50 && this.$store.burgeropen == false && this.$screen('lg')
|
|
101
|
+
return this.percent > 50 && this.$store.burgeropen == false && this.$screen('lg') && this.scrollingDown
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
|