hr-design-system-handlebars 1.114.36 → 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 +13 -0
- package/dist/assets/index.css +3 -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/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,16 @@
|
|
|
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
|
+
|
|
1
14
|
# v1.114.36 (Tue Dec 10 2024)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3695,7 +3695,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3695
3695
|
border-bottom-color: var(--color-secondary-ds);
|
|
3696
3696
|
}
|
|
3697
3697
|
.counter-reset {
|
|
3698
|
-
counter-reset:
|
|
3698
|
+
counter-reset: cnt1733848954653;
|
|
3699
3699
|
}
|
|
3700
3700
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3701
3701
|
font-size: 0.75rem;
|
|
@@ -4109,7 +4109,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4109
4109
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4110
4110
|
}
|
|
4111
4111
|
.-ordered {
|
|
4112
|
-
counter-increment:
|
|
4112
|
+
counter-increment: cnt1733848954653 1;
|
|
4113
4113
|
}
|
|
4114
4114
|
.-ordered::before {
|
|
4115
4115
|
position: absolute;
|
|
@@ -4127,7 +4127,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4127
4127
|
--tw-text-opacity: 1;
|
|
4128
4128
|
color: rgba(0, 0, 0, 1);
|
|
4129
4129
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4130
|
-
content: counter(
|
|
4130
|
+
content: counter(cnt1733848954653);
|
|
4131
4131
|
}
|
|
4132
4132
|
/*! ****************************/
|
|
4133
4133
|
/*! 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.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
|