hr-design-system-handlebars 1.90.3 → 1.91.1
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 +24 -0
- package/dist/assets/index.css +24 -14
- package/dist/assets/js/components/event/filtererDs.feature.js +3 -3
- package/dist/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/dist/views/components/content/copytext/components/contentbox/contentbox.hbs +4 -4
- package/dist/views/components/content/copytext/components/infobox.hbs +4 -4
- package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
- package/dist/views/components/event/calendar/event_calendar_nav.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/dist/views_static/components/content/copytext/components/contentbox/contentbox.hbs +4 -4
- package/dist/views_static/components/content/copytext/components/infobox.hbs +4 -4
- package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
- package/dist/views_static/components/event/calendar/event_calendar_nav.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/css/custom-components.css +21 -3
- package/src/assets/fixtures/content/copytext/copytext_paragraph.inc.json +3 -3
- package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
- package/src/stories/views/components/content/copytext/components/contentbox/contentbox.hbs +4 -4
- package/src/stories/views/components/content/copytext/components/contentbox/fixtures/contentbox.json +1 -1
- package/src/stories/views/components/content/copytext/components/infobox.hbs +4 -4
- package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
- package/src/stories/views/components/content/copytext/fixtures/copytext.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_additionalInfo.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_audio_livestream.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_cite.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_downloadbox.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_faq.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_filedownload.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_image.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_infobox.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_livestream.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_media_components.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_non_media_components.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_podcastepisode.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_posterteaser.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -1
- package/src/stories/views/components/event/calendar/event_calendar_nav.hbs +1 -1
- package/src/stories/views/components/event/filtererDs.feature.js +3 -3
- package/src/stories/views/components/page/story/fixtures/story.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_audio.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_label.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_livestream.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_square_image.json +1 -1
- package/src/stories/views/components/page/story/fixtures/story_with_video.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.91.1 (Tue Aug 13 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- :lipstick: Modify font color post UX review [#1047](https://github.com/mumprod/hr-design-system-handlebars/pull/1047) ([@Sunny1112358](https://github.com/Sunny1112358))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.91.0 (Fri Aug 09 2024)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- Bug/dpe 3260 [#1046](https://github.com/mumprod/hr-design-system-handlebars/pull/1046) ([@szuelch](https://github.com/szuelch))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- [@szuelch](https://github.com/szuelch)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.90.3 (Fri Aug 09 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -439,7 +439,7 @@ video {
|
|
|
439
439
|
--tw-gradient-to-position: ;
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
-
.ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-teaser-focus, .ds-teaser-focus::before, .ds-cta > *, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .
|
|
442
|
+
.ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-teaser-focus, .ds-teaser-focus::before, .ds-cta > *, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .copytext-ds__link, .copytext-ds__link:not(:focus-visible), .shadow, .shadow-md, .shadow-xl, .toggleSwitch-label, .before\:shadow-stage::before {
|
|
443
443
|
--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
|
|
444
444
|
--tw-ring-shadow: 0 0 rgba(0,0,0,0);
|
|
445
445
|
--tw-shadow: 0 0 rgba(0,0,0,0);
|
|
@@ -987,7 +987,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
987
987
|
text-decoration-thickness: 1px;
|
|
988
988
|
}
|
|
989
989
|
/* -----------------------------COPYTEXT ---------------------------- */
|
|
990
|
-
.
|
|
990
|
+
.copytext-ds__link:focus {
|
|
991
991
|
--tw-shadow: 0 0 0 0.25rem;
|
|
992
992
|
--tw-shadow-colored: 0 0 0 0.25rem var(--tw-shadow-color);
|
|
993
993
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
@@ -997,32 +997,46 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
997
997
|
outline: 2px solid transparent;
|
|
998
998
|
outline-offset: 2px;
|
|
999
999
|
}
|
|
1000
|
-
.
|
|
1000
|
+
.copytext-ds__link:focus:not(:focus-visible) {
|
|
1001
1001
|
--tw-shadow: 0 0 rgba(0,0,0,0);
|
|
1002
1002
|
--tw-shadow-colored: 0 0 rgba(0,0,0,0);
|
|
1003
1003
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
1004
1004
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
|
1005
1005
|
}
|
|
1006
|
-
.
|
|
1006
|
+
.copytext-ds__link.ds-teaser-focus:focus {
|
|
1007
1007
|
--tw-shadow: 0 0 rgba(0,0,0,0);
|
|
1008
1008
|
--tw-shadow-colored: 0 0 rgba(0,0,0,0);
|
|
1009
1009
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
1010
1010
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
|
1011
1011
|
}
|
|
1012
|
-
.
|
|
1012
|
+
.copytext-ds__link {
|
|
1013
1013
|
color: #006eb7;
|
|
1014
1014
|
color: var(--color-link);
|
|
1015
1015
|
-webkit-text-decoration-line: underline;
|
|
1016
1016
|
text-decoration-line: underline;
|
|
1017
1017
|
text-decoration-thickness: 1px;
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
.copytext-ds__link:hover {
|
|
1020
1020
|
text-decoration-thickness: 1px;
|
|
1021
1021
|
}
|
|
1022
|
-
[class~='tw-dark'] .
|
|
1022
|
+
[class~='tw-dark'] .copytext-ds__link {
|
|
1023
1023
|
color: #006eb7;
|
|
1024
1024
|
color: var(--color-link-dark);
|
|
1025
1025
|
}
|
|
1026
|
+
.copytext-ds__icon {
|
|
1027
|
+
margin-top: -0.125rem;
|
|
1028
|
+
margin-left: 0.25rem;
|
|
1029
|
+
display: inline;
|
|
1030
|
+
fill: currentColor;
|
|
1031
|
+
}
|
|
1032
|
+
.copytext-ds__box .copytext-ds__icon {
|
|
1033
|
+
height: 1.25rem;
|
|
1034
|
+
width: 1.25rem;
|
|
1035
|
+
}
|
|
1036
|
+
.copytext-ds__paragraph .copytext-ds__icon {
|
|
1037
|
+
height: 1.5rem;
|
|
1038
|
+
width: 1.5rem;
|
|
1039
|
+
}
|
|
1026
1040
|
.sr-only {
|
|
1027
1041
|
position: absolute;
|
|
1028
1042
|
width: 1px;
|
|
@@ -3090,10 +3104,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3090
3104
|
color: #606060;
|
|
3091
3105
|
color: var(--color-secondary-ds);
|
|
3092
3106
|
}
|
|
3093
|
-
.text-slate-500 {
|
|
3094
|
-
--tw-text-opacity: 1;
|
|
3095
|
-
color: rgba(100, 116, 139, var(--tw-text-opacity));
|
|
3096
|
-
}
|
|
3097
3107
|
.text-stageLink {
|
|
3098
3108
|
color: #006eb7;
|
|
3099
3109
|
color: var(--color-stage-link);
|
|
@@ -3324,7 +3334,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3324
3334
|
border-bottom-color: var(--color-secondary-ds);
|
|
3325
3335
|
}
|
|
3326
3336
|
.counter-reset {
|
|
3327
|
-
counter-reset:
|
|
3337
|
+
counter-reset: cnt1723559328817;
|
|
3328
3338
|
}
|
|
3329
3339
|
.hyphens-auto {
|
|
3330
3340
|
-webkit-hyphens: auto;
|
|
@@ -3732,7 +3742,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3732
3742
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3733
3743
|
}
|
|
3734
3744
|
.-ordered {
|
|
3735
|
-
counter-increment:
|
|
3745
|
+
counter-increment: cnt1723559328817 1;
|
|
3736
3746
|
}
|
|
3737
3747
|
.-ordered::before {
|
|
3738
3748
|
position: absolute;
|
|
@@ -3748,7 +3758,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3748
3758
|
letter-spacing: .0125em;
|
|
3749
3759
|
--tw-text-opacity: 1;
|
|
3750
3760
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3751
|
-
content: counter(
|
|
3761
|
+
content: counter(cnt1723559328817);
|
|
3752
3762
|
}
|
|
3753
3763
|
/*! ****************************/
|
|
3754
3764
|
/*! DataPolicy stuff */
|
|
@@ -83,7 +83,7 @@ const Filterer = (context) => {
|
|
|
83
83
|
if (monthWrapper) {
|
|
84
84
|
|
|
85
85
|
if (monthName) {
|
|
86
|
-
monthName.classList.remove('text-
|
|
86
|
+
monthName.classList.remove('text-gray-scorpion')
|
|
87
87
|
monthName.classList.remove('bg-white')
|
|
88
88
|
monthName.classList.add('text-white');
|
|
89
89
|
monthName.classList.add('bg-black');
|
|
@@ -103,7 +103,7 @@ const Filterer = (context) => {
|
|
|
103
103
|
// hacky die würde bald verändert
|
|
104
104
|
currentMonth.classList.remove('text-white');
|
|
105
105
|
currentMonth.classList.remove('bg-black');
|
|
106
|
-
currentMonth.classList.add('text-
|
|
106
|
+
currentMonth.classList.add('text-gray-scorpion');
|
|
107
107
|
currentMonth.classList.add('bg-white');
|
|
108
108
|
|
|
109
109
|
|
|
@@ -112,7 +112,7 @@ const Filterer = (context) => {
|
|
|
112
112
|
// hacky die würde bald verändert
|
|
113
113
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.remove('text-white');
|
|
114
114
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.remove('bg-black');
|
|
115
|
-
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('text-
|
|
115
|
+
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('text-gray-scorpion');
|
|
116
116
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('bg-white');
|
|
117
117
|
triggerDomNode.classList.remove(navItemSelectedCssTrigger)
|
|
118
118
|
})
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
1
|
+
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
|
|
2
2
|
{{~> @partial-block ~}}
|
|
3
3
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.showFullSize.isTrue}}
|
|
1
|
+
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.showFullSize.isTrue _cssClass="copytext-ds__box"}}
|
|
2
2
|
|
|
3
3
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
4
4
|
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
{{#each this.paragraph}}
|
|
34
34
|
{{#each this.text.split}}
|
|
35
35
|
{{#if this.isText}}
|
|
36
|
-
<p class="
|
|
36
|
+
<p class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
37
37
|
{{/if}}
|
|
38
38
|
{{#if this.isUl}}
|
|
39
|
-
<ul class="
|
|
39
|
+
<ul class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
40
40
|
{{/if}}
|
|
41
41
|
{{#if this.isOl}}
|
|
42
|
-
<ol class="
|
|
42
|
+
<ol class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
43
43
|
{{/if}}
|
|
44
44
|
{{/each}}
|
|
45
45
|
{{/each}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.paragraphProperties.[0].showFullSize}}
|
|
1
|
+
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.paragraphProperties.[0].showFullSize _cssClasses="copytext-ds__box"}}
|
|
2
2
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
|
|
32
32
|
{{#each this.text.split}}
|
|
33
33
|
{{#if this.isText}}
|
|
34
|
-
<p class="
|
|
34
|
+
<p class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
35
35
|
{{/if}}
|
|
36
36
|
{{#if this.isUl}}
|
|
37
|
-
<ul class="
|
|
37
|
+
<ul class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if this.isOl}}
|
|
40
|
-
<ol class="
|
|
40
|
+
<ol class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
41
41
|
{{/if}}
|
|
42
42
|
{{/each}}
|
|
43
43
|
{{~#block "subParagraphs"}}{{/block~}}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{{#if this.isText}}
|
|
2
|
-
<p class="mt-4 sm:mt-5 text-lg leading-normal
|
|
2
|
+
<p class="copytext-ds__paragraph mt-4 sm:mt-5 text-lg leading-normal sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
|
|
3
3
|
{{/if}}
|
|
4
4
|
{{#if this.isUl}}
|
|
5
|
-
<ul class="pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-disc
|
|
5
|
+
<ul class="copytext-ds__paragraph pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-disc sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
6
|
{{/if}}
|
|
7
7
|
{{#if this.isOl}}
|
|
8
|
-
<ol class="pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-decimal
|
|
8
|
+
<ol class="copytext-ds__paragraph pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-decimal sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
9
|
{{/if}}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<div class="inline-block items-center justify-center border-event-calendar-secondary border-l js-ns-month {{#if
|
|
12
12
|
this.hasFutureEventsFromNow}} -selected{{else}} js-fr-reload-trigger{{/if}}">
|
|
13
13
|
<span class="js-monthName block font-heading font-bold w-16 sticky left-0 px-2 py-3 {{#if
|
|
14
|
-
this.isCurrentMonth}} -currentMonth{{else}}text-
|
|
14
|
+
this.isCurrentMonth}} -currentMonth{{else}}text-gray-scorpion{{/if}}">{{this.date.monthNameShort}} {{this.date.yearShort}}</span>
|
|
15
15
|
<ul class="flex">
|
|
16
16
|
{{#each this.days}}
|
|
17
17
|
<li class="inline-block h-full group cursor-pointer js-ns-item{{#if
|
package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
1
|
+
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
|
|
2
2
|
{{~> @partial-block ~}}
|
|
3
3
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.showFullSize.isTrue}}
|
|
1
|
+
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.showFullSize.isTrue _cssClass="copytext-ds__box"}}
|
|
2
2
|
|
|
3
3
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
4
4
|
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
{{#each this.paragraph}}
|
|
34
34
|
{{#each this.text.split}}
|
|
35
35
|
{{#if this.isText}}
|
|
36
|
-
<p class="
|
|
36
|
+
<p class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
37
37
|
{{/if}}
|
|
38
38
|
{{#if this.isUl}}
|
|
39
|
-
<ul class="
|
|
39
|
+
<ul class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
40
40
|
{{/if}}
|
|
41
41
|
{{#if this.isOl}}
|
|
42
|
-
<ol class="
|
|
42
|
+
<ol class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
43
43
|
{{/if}}
|
|
44
44
|
{{/each}}
|
|
45
45
|
{{/each}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.paragraphProperties.[0].showFullSize}}
|
|
1
|
+
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.paragraphProperties.[0].showFullSize _cssClasses="copytext-ds__box"}}
|
|
2
2
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
|
|
32
32
|
{{#each this.text.split}}
|
|
33
33
|
{{#if this.isText}}
|
|
34
|
-
<p class="
|
|
34
|
+
<p class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
35
35
|
{{/if}}
|
|
36
36
|
{{#if this.isUl}}
|
|
37
|
-
<ul class="
|
|
37
|
+
<ul class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if this.isOl}}
|
|
40
|
-
<ol class="
|
|
40
|
+
<ol class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
41
41
|
{{/if}}
|
|
42
42
|
{{/each}}
|
|
43
43
|
{{~#block "subParagraphs"}}{{/block~}}
|
package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{{#if this.isText}}
|
|
2
|
-
<p class="mt-4 sm:mt-5 text-lg leading-normal
|
|
2
|
+
<p class="copytext-ds__paragraph mt-4 sm:mt-5 text-lg leading-normal sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
|
|
3
3
|
{{/if}}
|
|
4
4
|
{{#if this.isUl}}
|
|
5
|
-
<ul class="pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-disc
|
|
5
|
+
<ul class="copytext-ds__paragraph pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-disc sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
6
|
{{/if}}
|
|
7
7
|
{{#if this.isOl}}
|
|
8
|
-
<ol class="pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-decimal
|
|
8
|
+
<ol class="copytext-ds__paragraph pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-decimal sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
9
|
{{/if}}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<div class="inline-block items-center justify-center border-event-calendar-secondary border-l js-ns-month {{#if
|
|
12
12
|
this.hasFutureEventsFromNow}} -selected{{else}} js-fr-reload-trigger{{/if}}">
|
|
13
13
|
<span class="js-monthName block font-heading font-bold w-16 sticky left-0 px-2 py-3 {{#if
|
|
14
|
-
this.isCurrentMonth}} -currentMonth{{else}}text-
|
|
14
|
+
this.isCurrentMonth}} -currentMonth{{else}}text-gray-scorpion{{/if}}">{{this.date.monthNameShort}} {{this.date.yearShort}}</span>
|
|
15
15
|
<ul class="flex">
|
|
16
16
|
{{#each this.days}}
|
|
17
17
|
<li class="inline-block h-full group cursor-pointer js-ns-item{{#if
|
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.
|
|
9
|
+
"version": "1.91.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -310,6 +310,24 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
/* -----------------------------COPYTEXT ---------------------------- */
|
|
313
|
-
.
|
|
314
|
-
|
|
315
|
-
|
|
313
|
+
.copytext-ds {
|
|
314
|
+
&__link {
|
|
315
|
+
@apply underline text-link decoration-1 hover:decoration-1 dark:text-link-dark ds-link;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
&__icon {
|
|
319
|
+
@apply inline -mt-0.5 fill-current ml-1;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
&__box {
|
|
323
|
+
.copytext-ds__icon {
|
|
324
|
+
@apply w-5 h-5;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
&__paragraph {
|
|
329
|
+
.copytext-ds__icon {
|
|
330
|
+
@apply w-6 h-6;
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"split": [
|
|
5
5
|
{
|
|
6
6
|
"isText": true,
|
|
7
|
-
"text": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='
|
|
7
|
+
"text": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='copytext-ds__link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."
|
|
8
8
|
}
|
|
9
|
-
]
|
|
9
|
+
]
|
|
10
10
|
}
|
|
11
|
-
}
|
|
11
|
+
}
|
package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}">
|
|
1
|
+
<div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
|
|
2
2
|
{{~> @partial-block ~}}
|
|
3
3
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.showFullSize.isTrue}}
|
|
1
|
+
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.showFullSize.isTrue _cssClass="copytext-ds__box"}}
|
|
2
2
|
|
|
3
3
|
{{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
|
|
4
4
|
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
{{#each this.paragraph}}
|
|
34
34
|
{{#each this.text.split}}
|
|
35
35
|
{{#if this.isText}}
|
|
36
|
-
<p class="
|
|
36
|
+
<p class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
37
37
|
{{/if}}
|
|
38
38
|
{{#if this.isUl}}
|
|
39
|
-
<ul class="
|
|
39
|
+
<ul class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
40
40
|
{{/if}}
|
|
41
41
|
{{#if this.isOl}}
|
|
42
|
-
<ol class="
|
|
42
|
+
<ol class="{{#if ../../../this.title}} mt-4{{else}}{{#if ../../../this.copytextParagraph.[0].paragraphBoxItem}} mt-4{{else}}{{#if @../first}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
43
43
|
{{/if}}
|
|
44
44
|
{{/each}}
|
|
45
45
|
{{/each}}
|
package/src/stories/views/components/content/copytext/components/contentbox/fixtures/contentbox.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"copytext":{"title":"Contentbox: Volle Breite, mit Bild über halbe Breite und Ü","showFullSize":{"isTrue":true},"copytextParagraph":[{"paragraphBoxItem":{"isImage":true,"showFullSize":{"isTrue":false},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/buchmesse-fahnen-102_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/buchmesse-fahnen-102_v-16to9__small.jpg 320w, images/buchmesse-fahnen-102_v-16to9__medium.jpg 480w, images/buchmesse-fahnen-102_v-16to9__medium__extended.jpg 640w, images/buchmesse-fahnen-102_v-16to9.jpg 960w, images/buchmesse-fahnen-102_v-16to9__retina.jpg 1920w"}]}}}],"copytext":{"paragraph":[{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='
|
|
1
|
+
{"copytext":{"title":"Contentbox: Volle Breite, mit Bild über halbe Breite und Ü","showFullSize":{"isTrue":true},"copytextParagraph":[{"paragraphBoxItem":{"isImage":true,"showFullSize":{"isTrue":false},"showPortrait":{"isTrue":false},"caption":"Zum Glück ragt Hessens höchster Berg, die Wasserkuppe, gelegentlich aus der derzeitigen Nebelsuppe heraus, und so gelang mit dem Sternenteleskop ein Blick auf den magischen Rosetten-Nebel, einer Himmelsregion, in der gerade neue Sterne geboren werden. - Diese spektakuläre Momentaufnahme hat uns hessenschau.de-Nutzer Michael Keusgen zukommen lassen","copyrightWithLinks":"Karsten Hufer","imageJson":"Beispiel JSON","responsiveImage":{"asPicture":false,"asImage":true,"fallback":"images/buchmesse-fahnen-102_v-16to9__medium.jpg","sources":[{"sizes":"(min-width: 1024px) 960px, (min-width: 640px) calc(100vw - 4rem), 100vw","srcset":"images/buchmesse-fahnen-102_v-16to9__small.jpg 320w, images/buchmesse-fahnen-102_v-16to9__medium.jpg 480w, images/buchmesse-fahnen-102_v-16to9__medium__extended.jpg 640w, images/buchmesse-fahnen-102_v-16to9.jpg 960w, images/buchmesse-fahnen-102_v-16to9__retina.jpg 1920w"}]}}}],"copytext":{"paragraph":[{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='copytext-ds__link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}}]}}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.paragraphProperties.[0].showFullSize}}
|
|
1
|
+
{{#>components/content/copytext/components/common/paragraphbox_wrapper _showFullsize=this.paragraphProperties.[0].showFullSize _cssClasses="copytext-ds__box"}}
|
|
2
2
|
|
|
3
3
|
<span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
|
|
4
4
|
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
|
|
32
32
|
{{#each this.text.split}}
|
|
33
33
|
{{#if this.isText}}
|
|
34
|
-
<p class="
|
|
34
|
+
<p class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
|
|
35
35
|
{{/if}}
|
|
36
36
|
{{#if this.isUl}}
|
|
37
|
-
<ul class="
|
|
37
|
+
<ul class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
|
|
38
38
|
{{/if}}
|
|
39
39
|
{{#if this.isOl}}
|
|
40
|
-
<ol class="
|
|
40
|
+
<ol class="{{#if ../this.paragraphProperties.[0].title}} mt-4{{else}}{{#if ../this.paragraphBoxItem}} mt-4{{else}}{{#if @first}} -mt-0.5{{else}} mt-4{{/if}}{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
|
|
41
41
|
{{/if}}
|
|
42
42
|
{{/each}}
|
|
43
43
|
{{~#block "subParagraphs"}}{{/block~}}
|
package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{{#if this.isText}}
|
|
2
|
-
<p class="mt-4 sm:mt-5 text-lg leading-normal
|
|
2
|
+
<p class="copytext-ds__paragraph mt-4 sm:mt-5 text-lg leading-normal sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
|
|
3
3
|
{{/if}}
|
|
4
4
|
{{#if this.isUl}}
|
|
5
|
-
<ul class="pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-disc
|
|
5
|
+
<ul class="copytext-ds__paragraph pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-disc sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
|
|
6
6
|
{{/if}}
|
|
7
7
|
{{#if this.isOl}}
|
|
8
|
-
<ol class="pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-decimal
|
|
8
|
+
<ol class="copytext-ds__paragraph pl-9 mt-4 sm:mt-5 overflow-hidden text-lg leading-normal list-decimal sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
|
|
9
9
|
{{/if}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"copytextParagraph":[{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='
|
|
1
|
+
{"copytextParagraph":[{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='copytext-ds__link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}},{"isParagraph":true,"text":{"split":[{"isUl":true,"text":"<li>Lorem ipsum dolor sit amet</li><li>At vero eos et accusam et justo</li><li>Stet clita kasd gubergren</li>"},{"isOl":true,"text":"<li>Lorem ipsum dolor sit amet</li><li>At vero eos et accusam et justo</li><li>Stet clita kasd gubergren</li>"}]}},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='copytext-ds__link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}},{"isHeadline":true,"text":"Zwischenüberschrift"},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='copytext-ds__link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}}]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"copytextParagraph":[{"isHeadline":true,"text":"Copytext mit Zusatzinfo"},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='
|
|
1
|
+
{"copytextParagraph":[{"isHeadline":true,"text":"Copytext mit Zusatzinfo"},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='copytext-ds__link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}},{"isParagraph":true,"text":{"split":[{"isText":true,"text":"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod <strong>tempor invidunt</strong> ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata <i>sanctus est Lorem ipsum</i> dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut <a href='#' class='copytext-ds__link'>labore et dolore</a> magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod."}]}},{"isAdditionalInfo":true,"text":{"split":[{"isText":true,"text":"Sendung: hr-fernsehen, hessenschau, 13.12.2022, 19.30 Uhr"},{"isOl":true,"text":"<li>eins</li><li>zwei</li><li>drei</li>"},{"isUl":true,"text":"<li>eins</li><li>zwei</li><li>drei</li>"},{"isText":true,"text":"Quelle: hessenschau.de/Jörn Perske"}]}}]}
|