hr-design-system-handlebars 1.50.5 → 1.50.7
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
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.50.7 (Thu Nov 16 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- brandnav: adds md:before:border-l-transparent [#755](https://github.com/mumprod/hr-design-system-handlebars/pull/755) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.50.6 (Thu Nov 16 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- adds json for whatsapp [#754](https://github.com/mumprod/hr-design-system-handlebars/pull/754) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.50.5 (Thu Nov 16 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3055,7 +3055,7 @@ article.indexText ul {
|
|
|
3055
3055
|
border-bottom-color: var(--color-secondary-ds);
|
|
3056
3056
|
}
|
|
3057
3057
|
.counter-reset {
|
|
3058
|
-
counter-reset:
|
|
3058
|
+
counter-reset: cnt1700150265903;
|
|
3059
3059
|
}
|
|
3060
3060
|
.hyphens-auto {
|
|
3061
3061
|
-webkit-hyphens: auto;
|
|
@@ -3182,10 +3182,8 @@ article.indexText ul {
|
|
|
3182
3182
|
border-bottom-width: 8px;
|
|
3183
3183
|
border-color: #005293;
|
|
3184
3184
|
border-color: var(--color-brandnav-pseudo);
|
|
3185
|
-
--tw-border-opacity: 1;
|
|
3186
|
-
border-left-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
3187
3185
|
border-right-color: transparent;
|
|
3188
|
-
border-left-color:
|
|
3186
|
+
border-left-color: transparent;
|
|
3189
3187
|
}
|
|
3190
3188
|
}
|
|
3191
3189
|
.-currentService::before {
|
|
@@ -3318,7 +3316,7 @@ article.indexText ul {
|
|
|
3318
3316
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3319
3317
|
}
|
|
3320
3318
|
.-ordered {
|
|
3321
|
-
counter-increment:
|
|
3319
|
+
counter-increment: cnt1700150265903 1;
|
|
3322
3320
|
}
|
|
3323
3321
|
.-ordered::before {
|
|
3324
3322
|
position: absolute;
|
|
@@ -3334,7 +3332,7 @@ article.indexText ul {
|
|
|
3334
3332
|
letter-spacing: .0125em;
|
|
3335
3333
|
--tw-text-opacity: 1;
|
|
3336
3334
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3337
|
-
content: counter(
|
|
3335
|
+
content: counter(cnt1700150265903);
|
|
3338
3336
|
}
|
|
3339
3337
|
/*! ****************************/
|
|
3340
3338
|
/*! DataPolicy stuff */
|
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.50.
|
|
9
|
+
"version": "1.50.7",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.-currentBrand {
|
|
138
|
-
@apply before:content-[''] md:before:relative md:before:-right-1/2 md:before:w-0 md:before:h-0 md:before:border-t-0 md:before:border-r-8 md:before:border-r-transparent md:before:border-l-8 md:before:border-l-
|
|
138
|
+
@apply before:content-[''] md:before:relative md:before:-right-1/2 md:before:w-0 md:before:h-0 md:before:border-t-0 md:before:border-r-8 md:before:border-r-transparent md:before:border-l-8 md:before:border-l-transparent md:before:border-b-8 md:before:border-brandnav-pseudo md:before:mt-6;
|
|
139
139
|
}
|
|
140
140
|
.-currentService {
|
|
141
141
|
@apply before:content-[''] before:hidden lg:before:flex before:relative before:w-0 before:h-0 before:mr-4 before:mt-0 before:border-r-0 before:border-t-8 before:border-t-transparent before:border-l-8 before:border-l-white before:border-b-8 before:border-b-transparent lg:before:absolute lg:before:w-0 lg:before:h-0 lg:before:mr-0 lg:before:border-t-0 lg:before:border-r-8 lg:before:border-r-transparent lg:before:border-l-8 lg:before:border-l-transparent lg:before:border-b-8 lg:before:border-b-white lg:before:mt-12;
|
|
@@ -1 +1,242 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"groups": [{
|
|
3
|
+
"title": "hessenschau",
|
|
4
|
+
"columnSize": 3,
|
|
5
|
+
"columns": [{
|
|
6
|
+
"links": [{
|
|
7
|
+
"hiddenText": "hessenschau",
|
|
8
|
+
"labelText": "Startseite der hessenschau",
|
|
9
|
+
"text": "Start",
|
|
10
|
+
"url": "index.html"
|
|
11
|
+
}, {
|
|
12
|
+
"text": "Nordhessen",
|
|
13
|
+
"url": "nordhessen/index.html"
|
|
14
|
+
}, {
|
|
15
|
+
"text": "Osthessen",
|
|
16
|
+
"url": "osthessen/index.html"
|
|
17
|
+
}, {
|
|
18
|
+
"text": "Mittelhessen",
|
|
19
|
+
"url": "mittelhessen/index.html"
|
|
20
|
+
}, {
|
|
21
|
+
"text": "Rhein-Main",
|
|
22
|
+
"url": "rheinmain/index.html"
|
|
23
|
+
}, {
|
|
24
|
+
"text": "Südhessen",
|
|
25
|
+
"url": "suedhessen/index.html"
|
|
26
|
+
}]
|
|
27
|
+
}, {
|
|
28
|
+
"links": [{
|
|
29
|
+
"text": "Politik",
|
|
30
|
+
"url": "politik/index.html"
|
|
31
|
+
}, {
|
|
32
|
+
"text": "Gesellschaft",
|
|
33
|
+
"url": "gesellschaft/index.html"
|
|
34
|
+
}, {
|
|
35
|
+
"text": "Wirtschaft",
|
|
36
|
+
"url": "wirtschaft/index.html"
|
|
37
|
+
}, {
|
|
38
|
+
"text": "Kultur",
|
|
39
|
+
"url": "kultur/index.html"
|
|
40
|
+
}, {
|
|
41
|
+
"text": "Sport",
|
|
42
|
+
"url": "sport/index.html"
|
|
43
|
+
}, {
|
|
44
|
+
"text": "Panorama",
|
|
45
|
+
"url": "panorama/index.html"
|
|
46
|
+
}, {
|
|
47
|
+
"text": "Freizeit",
|
|
48
|
+
"url": "freizeit/index.html"
|
|
49
|
+
}]
|
|
50
|
+
}, {
|
|
51
|
+
"links": [{
|
|
52
|
+
"text": "Video & Podcast",
|
|
53
|
+
"url": "video-podcast/index.html"
|
|
54
|
+
}, {
|
|
55
|
+
"text": "Wetter",
|
|
56
|
+
"url": "wetter/index.html"
|
|
57
|
+
}, {
|
|
58
|
+
"text": "Verkehr",
|
|
59
|
+
"url": "verkehr/index.html"
|
|
60
|
+
}, {
|
|
61
|
+
"text": "TV-Sendung",
|
|
62
|
+
"url": "tv-sendung/index.html"
|
|
63
|
+
}, {
|
|
64
|
+
"text": "Themen",
|
|
65
|
+
"url": "themen/index.html",
|
|
66
|
+
"paragraphed": true
|
|
67
|
+
}, {
|
|
68
|
+
"text": "Archiv",
|
|
69
|
+
"url": "archiv/index.html"
|
|
70
|
+
}]
|
|
71
|
+
}]
|
|
72
|
+
}, {
|
|
73
|
+
"title": "Service",
|
|
74
|
+
"columnSize": 1,
|
|
75
|
+
"columns": [{
|
|
76
|
+
"links": [{
|
|
77
|
+
"text": "Kontakt",
|
|
78
|
+
"url": "kontakt/index.html"
|
|
79
|
+
}, {
|
|
80
|
+
"text": "Redaktion",
|
|
81
|
+
"url": "redaktion/das-informationsportal-fuer-hessen,redaktion-info-100.html"
|
|
82
|
+
}, {
|
|
83
|
+
"text": "Hilfe",
|
|
84
|
+
"url": "hilfe/index.html"
|
|
85
|
+
}, {
|
|
86
|
+
"text": "hessenschau-App",
|
|
87
|
+
"url": "hr-apps/index.html"
|
|
88
|
+
}, {
|
|
89
|
+
"text": "Newsletter",
|
|
90
|
+
"url": "newsletter/index.html"
|
|
91
|
+
}, {
|
|
92
|
+
"text": "Korrekturen",
|
|
93
|
+
"url": "unternehmen/korrekturen/index.html",
|
|
94
|
+
"site": "hr",
|
|
95
|
+
"isTargetBlank": true
|
|
96
|
+
}, {
|
|
97
|
+
"text": "hr-text",
|
|
98
|
+
"url": "https://www.hr-text.hr-fernsehen.de/ttxHtmlGenerator/index.jsp",
|
|
99
|
+
"extern": true,
|
|
100
|
+
"isTargetBlank": true
|
|
101
|
+
}, {
|
|
102
|
+
"text": "hr-ticketcenter",
|
|
103
|
+
"url": "https://www.hr-ticketcenter.de/",
|
|
104
|
+
"extern": true,
|
|
105
|
+
"isTargetBlank": true
|
|
106
|
+
}, {
|
|
107
|
+
"text": "hr werbung",
|
|
108
|
+
"url": "index.html",
|
|
109
|
+
"site": "hr-werbung",
|
|
110
|
+
"isTargetBlank": true
|
|
111
|
+
}]
|
|
112
|
+
}]
|
|
113
|
+
}],
|
|
114
|
+
"socialMedia": {
|
|
115
|
+
"title": "Social Media",
|
|
116
|
+
"columnSize": 1,
|
|
117
|
+
"columns": [{
|
|
118
|
+
"links": [{
|
|
119
|
+
"text": "twitter-ds",
|
|
120
|
+
"url": "https://twitter.com/hessenschau",
|
|
121
|
+
"extern": true,
|
|
122
|
+
"isTargetBlank": true,
|
|
123
|
+
"title": "hessenschau Twitter"
|
|
124
|
+
}, {
|
|
125
|
+
"text": "instagram-ds",
|
|
126
|
+
"url": "https://www.instagram.com/hessenschau/",
|
|
127
|
+
"extern": true,
|
|
128
|
+
"isTargetBlank": true,
|
|
129
|
+
"title": "hessenschau Instagram"
|
|
130
|
+
}, {
|
|
131
|
+
"text": "facebook-ds",
|
|
132
|
+
"url": "https://www.facebook.com/hessenschau",
|
|
133
|
+
"extern": true,
|
|
134
|
+
"isTargetBlank": true,
|
|
135
|
+
"title": "hessenschau Facebook"
|
|
136
|
+
}, {
|
|
137
|
+
"text": "youtube-ds",
|
|
138
|
+
"url": "https://www.youtube.com/c/hessenschau",
|
|
139
|
+
"extern": true,
|
|
140
|
+
"isTargetBlank": true,
|
|
141
|
+
"title": "hessenschau YouTube"
|
|
142
|
+
}, {
|
|
143
|
+
"text": "whatsapp-ds",
|
|
144
|
+
"url": "https://whatsapp.com/channel/0029VaDcqVJAu3aJgJtKhX25",
|
|
145
|
+
"extern": true,
|
|
146
|
+
"isTargetBlank": true,
|
|
147
|
+
"title": "hessenschau WhatsApp"
|
|
148
|
+
}]
|
|
149
|
+
}, {
|
|
150
|
+
"links": [{
|
|
151
|
+
"text": "push-ds",
|
|
152
|
+
"url": "push/index.html",
|
|
153
|
+
"title": "Push-Benachrichtigung in der App"
|
|
154
|
+
}, {
|
|
155
|
+
"text": "voice-ds",
|
|
156
|
+
"url": "voice/index.html",
|
|
157
|
+
"title": "hessenschau in 100 Sekunden"
|
|
158
|
+
}, {
|
|
159
|
+
"text": "kontakt-ds",
|
|
160
|
+
"url": "kontakt/index.html",
|
|
161
|
+
"title": "Zum Kontaktformular"
|
|
162
|
+
}, {
|
|
163
|
+
"text": "rss-ds",
|
|
164
|
+
"url": "rss/index.html",
|
|
165
|
+
"title": "hessenschau.de RSS-Feed"
|
|
166
|
+
}]
|
|
167
|
+
}]
|
|
168
|
+
},
|
|
169
|
+
"footerMetadata": {
|
|
170
|
+
"hrDeLink": {
|
|
171
|
+
"currentTime": {
|
|
172
|
+
"year": "2023"
|
|
173
|
+
},
|
|
174
|
+
"text": "Hessischer Rundfunk",
|
|
175
|
+
"url": "index.html",
|
|
176
|
+
"site": "hr",
|
|
177
|
+
"isTargetBlank": true,
|
|
178
|
+
"title": "Hessischer Rundfunk"
|
|
179
|
+
},
|
|
180
|
+
"ardDeLink": {
|
|
181
|
+
"text": "ARD.de",
|
|
182
|
+
"url": "https://www.ard.de/",
|
|
183
|
+
"extern": true,
|
|
184
|
+
"isTargetBlank": true,
|
|
185
|
+
"title": "ard.de"
|
|
186
|
+
},
|
|
187
|
+
"dataProtectionLink": {
|
|
188
|
+
"text": "Datenschutz",
|
|
189
|
+
"url": "https://www.hr.de/datenschutz/index.html",
|
|
190
|
+
"extern": true,
|
|
191
|
+
"isTargetBlank": true,
|
|
192
|
+
"title": "Datenschutz"
|
|
193
|
+
},
|
|
194
|
+
"imprintLink": {
|
|
195
|
+
"text": "Impressum",
|
|
196
|
+
"url": "impressum/index.html",
|
|
197
|
+
"site": "hr",
|
|
198
|
+
"isTargetBlank": true,
|
|
199
|
+
"title": "Impressum"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"serviceList": [{
|
|
203
|
+
"key": "ard_mediathek",
|
|
204
|
+
"value": "ARD Mediathek (Video)"
|
|
205
|
+
}, {
|
|
206
|
+
"key": "arte_concert",
|
|
207
|
+
"value": "Arte Concert"
|
|
208
|
+
}, {
|
|
209
|
+
"key": "arte_concert_new",
|
|
210
|
+
"value": "Arte Concert 2.0"
|
|
211
|
+
}, {
|
|
212
|
+
"key": "datawrapper_cdn",
|
|
213
|
+
"value": "Datawrapper (Datengrafik)"
|
|
214
|
+
}, {
|
|
215
|
+
"key": "esri",
|
|
216
|
+
"value": "Esri (Notfallkarte)"
|
|
217
|
+
}, {
|
|
218
|
+
"key": "facebook_post",
|
|
219
|
+
"value": "Facebook"
|
|
220
|
+
}, {
|
|
221
|
+
"key": "flourish",
|
|
222
|
+
"value": "Flourish (Datengrafik)"
|
|
223
|
+
}, {
|
|
224
|
+
"key": "giphy",
|
|
225
|
+
"value": "Giphy (animiertes GIF)"
|
|
226
|
+
}, {
|
|
227
|
+
"key": "instagram",
|
|
228
|
+
"value": "Instagram"
|
|
229
|
+
}, {
|
|
230
|
+
"key": "twitter_post",
|
|
231
|
+
"value": "Twitter"
|
|
232
|
+
}, {
|
|
233
|
+
"key": "vimeo",
|
|
234
|
+
"value": "Vimeo (Video)"
|
|
235
|
+
}, {
|
|
236
|
+
"key": "youtube",
|
|
237
|
+
"value": "YouTube (Video)"
|
|
238
|
+
}, {
|
|
239
|
+
"key": "youtube360",
|
|
240
|
+
"value": "YouTube 360 (360° Video)"
|
|
241
|
+
}]
|
|
242
|
+
}
|