hr-design-system-handlebars 1.114.36 → 1.114.38
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 +13 -3
- 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/css/custom-components.css +5 -0
- 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/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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.114.38 (Wed Dec 11 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- adds new rule for anchor destinations [#1187](https://github.com/mumprod/hr-design-system-handlebars/pull/1187) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.114.37 (Tue Dec 10 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- 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))
|
|
18
|
+
|
|
19
|
+
#### Authors: 2
|
|
20
|
+
|
|
21
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
22
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.114.36 (Tue Dec 10 2024)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1016,6 +1016,16 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1016
1016
|
text-decoration-thickness: 1px;
|
|
1017
1017
|
}
|
|
1018
1018
|
/* -----------------------------COPYTEXT ---------------------------- */
|
|
1019
|
+
.hrds-copytext a[name] {
|
|
1020
|
+
scroll-margin-top: 117px;
|
|
1021
|
+
scroll-behavior: smooth;
|
|
1022
|
+
}
|
|
1023
|
+
@media (min-width: 768px) {
|
|
1024
|
+
|
|
1025
|
+
.hrds-copytext a[name] {
|
|
1026
|
+
scroll-margin-top: 128px;
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1019
1029
|
.hrds-copytext__link:focus {
|
|
1020
1030
|
--tw-shadow: 0 0 0 0.25rem;
|
|
1021
1031
|
--tw-shadow-colored: 0 0 0 0.25rem var(--tw-shadow-color);
|
|
@@ -3695,7 +3705,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3695
3705
|
border-bottom-color: var(--color-secondary-ds);
|
|
3696
3706
|
}
|
|
3697
3707
|
.counter-reset {
|
|
3698
|
-
counter-reset:
|
|
3708
|
+
counter-reset: cnt1733918153852;
|
|
3699
3709
|
}
|
|
3700
3710
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3701
3711
|
font-size: 0.75rem;
|
|
@@ -4109,7 +4119,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4109
4119
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4110
4120
|
}
|
|
4111
4121
|
.-ordered {
|
|
4112
|
-
counter-increment:
|
|
4122
|
+
counter-increment: cnt1733918153852 1;
|
|
4113
4123
|
}
|
|
4114
4124
|
.-ordered::before {
|
|
4115
4125
|
position: absolute;
|
|
@@ -4127,7 +4137,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4127
4137
|
--tw-text-opacity: 1;
|
|
4128
4138
|
color: rgba(0, 0, 0, 1);
|
|
4129
4139
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4130
|
-
content: counter(
|
|
4140
|
+
content: counter(cnt1733918153852);
|
|
4131
4141
|
}
|
|
4132
4142
|
/*! ****************************/
|
|
4133
4143
|
/*! DataPolicy stuff */
|
|
@@ -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.38",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -311,6 +311,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
311
311
|
|
|
312
312
|
/* -----------------------------COPYTEXT ---------------------------- */
|
|
313
313
|
.hrds-copytext {
|
|
314
|
+
a[name] {
|
|
315
|
+
@apply scroll-mt-[117px] md:scroll-mt-[128px] scroll-smooth;
|
|
316
|
+
}
|
|
314
317
|
&__link {
|
|
315
318
|
@apply underline text-link decoration-1 hover:decoration-1 dark:text-link-dark ds-link;
|
|
316
319
|
}
|
|
@@ -335,4 +338,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
335
338
|
@apply not-italic;
|
|
336
339
|
}
|
|
337
340
|
}
|
|
341
|
+
|
|
342
|
+
|
|
338
343
|
}
|
|
@@ -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
|