hr-design-system-handlebars 0.124.4 → 1.0.0

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.
Files changed (130) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/index.css +3 -3
  3. package/dist/views/components/button/button_round_classes.hbs +4 -4
  4. package/dist/views/components/teaser/components/teaser_title_classes.hbs +7 -7
  5. package/dist/views/components/teaser/teaser_indextext.hbs +3 -3
  6. package/package.json +1 -1
  7. package/src/assets/fixtures/teaser/teaser_alternative_100_serif.json +1 -1
  8. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_audio.json +1 -1
  9. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_download.json +1 -1
  10. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_link.json +1 -1
  11. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_live.json +1 -1
  12. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_single_event.json +1 -1
  13. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_two_events.json +1 -1
  14. package/src/assets/fixtures/teaser/teaser_alternative_100_serif_video.json +1 -1
  15. package/src/assets/fixtures/teaser/teaser_alternative_50_serif.json +1 -1
  16. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_audio.json +1 -1
  17. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_download.json +1 -1
  18. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_link.json +1 -1
  19. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_live.json +1 -1
  20. package/src/assets/fixtures/teaser/teaser_alternative_50_serif_video.json +1 -1
  21. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif.json +1 -1
  22. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_audio.json +1 -1
  23. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_comments.json +1 -1
  24. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_label.json +1 -1
  25. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_link.json +1 -1
  26. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_live.json +1 -1
  27. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_program.json +1 -1
  28. package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_video.json +1 -1
  29. package/src/assets/fixtures/teaser/teaser_alternative_without_teaserimage_50_serif.json +1 -1
  30. package/src/assets/fixtures/teaser/teaser_group_tabbox.inc.json +2 -2
  31. package/src/assets/fixtures/teaser/teaser_indextext_100_accented.json +1 -1
  32. package/src/assets/fixtures/teaser/teaser_indextext_100_boxed.json +1 -1
  33. package/src/assets/fixtures/teaser/teaser_indextext_100_highlighted.json +1 -1
  34. package/src/assets/fixtures/teaser/teaser_indextext_50_accented.json +1 -1
  35. package/src/assets/fixtures/teaser/teaser_poster_lg.json +1 -1
  36. package/src/assets/fixtures/teaser/teaser_poster_md.json +1 -1
  37. package/src/assets/fixtures/teaser/teaser_poster_md_label.json +1 -1
  38. package/src/assets/fixtures/teaser/teaser_standard_100_serif_single_event.json +1 -1
  39. package/src/assets/fixtures/teaser/teaser_standard_100_serif_two_events.json +1 -1
  40. package/src/assets/fixtures/teaser/teaser_standard_33_serif_multiple_events.json +1 -1
  41. package/src/assets/fixtures/teaser/teaser_standard_33_serif_single_event.json +1 -1
  42. package/src/assets/fixtures/teaser/teaser_standard_33_serif_two_events.json +1 -1
  43. package/src/assets/fixtures/teaser/teaser_standard_50_serif_single_event.json +1 -1
  44. package/src/assets/fixtures/teaser/teaser_standard_66_serif_single_event.json +1 -1
  45. package/src/assets/fixtures/teaser/teasers.inc.json +15 -15
  46. package/src/stories/Fixtures.stories.mdx +1 -1
  47. package/src/stories/views/components/button/button_round_classes.hbs +4 -4
  48. package/src/stories/views/components/teaser/components/teaser_heading.stories.mdx +3 -3
  49. package/src/stories/views/components/teaser/components/teaser_title.stories.mdx +3 -3
  50. package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +7 -7
  51. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
  52. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
  53. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_download.json +1 -1
  54. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_link.json +1 -1
  55. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
  56. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_single_event.json +1 -1
  57. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_two_events.json +1 -1
  58. package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
  59. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
  60. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
  61. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_download.json +1 -1
  62. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_link.json +1 -1
  63. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
  64. package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
  65. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.json +1 -1
  66. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
  67. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_comments.json +1 -1
  68. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_label.json +1 -1
  69. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_link.json +1 -1
  70. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
  71. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -1
  72. package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
  73. package/src/stories/views/components/teaser/fixtures/teaser_alternative_without_teaserimage_50_serif.json +1 -1
  74. package/src/stories/views/components/teaser/fixtures/teaser_comments_without_teaserinfo.json +1 -1
  75. package/src/stories/views/components/teaser/fixtures/teaser_group_100 copy.json +4 -4
  76. package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
  77. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
  78. package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
  79. package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
  80. package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
  81. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_accented.json +1 -1
  82. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_boxed.json +1 -1
  83. package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_highlighted.json +1 -1
  84. package/src/stories/views/components/teaser/fixtures/teaser_indextext_50_accented.json +1 -1
  85. package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
  86. package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
  87. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
  88. package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
  89. package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
  90. package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
  91. package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
  92. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
  93. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_download.json +1 -1
  94. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_link.json +1 -1
  95. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -1
  96. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_single_event.json +1 -1
  97. package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_two_events.json +1 -1
  98. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -1
  99. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
  100. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
  101. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_link.json +1 -1
  102. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
  103. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
  104. package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
  105. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_long_geotag.json +1 -1
  106. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
  107. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_link.json +1 -1
  108. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_multiple_events.json +1 -1
  109. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event.json +1 -1
  110. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_tabbox.json +1 -1
  111. package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_two_events.json +1 -1
  112. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -1
  113. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
  114. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
  115. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_download.json +1 -1
  116. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_link.json +1 -1
  117. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
  118. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
  119. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_single_event.json +1 -1
  120. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_tabbox.json +1 -1
  121. package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
  122. package/src/stories/views/components/teaser/fixtures/teaser_standard_66_serif_single_event.json +1 -1
  123. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -1
  124. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -1
  125. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
  126. package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_link.json +1 -1
  127. package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_25_serif.json +1 -1
  128. package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_50_serif.json +1 -1
  129. package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
  130. package/src/stories/views/components/teaser/teaser_indextext.hbs +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.0.0 (Thu Feb 09 2023)
2
+
3
+ #### 💥 Breaking Change
4
+
5
+ - FEATURE: After full migration of new Design-System in delivery - change the teasertypes and remove postfix -ds [#533](https://github.com/mumprod/hr-design-system-handlebars/pull/533) ([@mariokinzel](https://github.com/mariokinzel))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@mariokinzel](https://github.com/mariokinzel)
10
+
11
+ ---
12
+
1
13
  # v0.124.4 (Thu Feb 09 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2642,7 +2642,7 @@ video {
2642
2642
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2643
2643
  }
2644
2644
  .counter-reset {
2645
- counter-reset: cnt1675948797156;
2645
+ counter-reset: cnt1675951055701;
2646
2646
  }
2647
2647
  .line-clamp-4 {
2648
2648
  overflow: hidden;
@@ -2876,7 +2876,7 @@ video {
2876
2876
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2877
2877
  }
2878
2878
  .-ordered {
2879
- counter-increment: cnt1675948797156 1;
2879
+ counter-increment: cnt1675951055701 1;
2880
2880
  }
2881
2881
  .-ordered::before {
2882
2882
  position: absolute;
@@ -2892,7 +2892,7 @@ video {
2892
2892
  letter-spacing: .0125em;
2893
2893
  --tw-text-opacity: 1;
2894
2894
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2895
- content: counter(cnt1675948797156);
2895
+ content: counter(cnt1675951055701);
2896
2896
  }
2897
2897
  /*! ****************************/
2898
2898
  /*! text-shadow */
@@ -1,5 +1,5 @@
1
1
  {{~#switch _teaserType~}}
2
- {{~#case 'standard-ds'~}}
2
+ {{~#case 'standard'~}}
3
3
  {{~#if _isMobile1to1~}}
4
4
  {{~inline-switch
5
5
  _teaserSize '["25","33"]' '[" my-2 mx-2"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2 md:my-5 md:mx-5 "]'
@@ -10,7 +10,7 @@
10
10
  ~}}
11
11
  {{~/if~}}
12
12
  {{~/case~}}
13
- {{~#case 'alternative-ds'~}}
13
+ {{~#case 'alternative'~}}
14
14
  {{~#if _isMobile1to1~}}
15
15
  {{~inline-switch
16
16
  _teaserSize '["hero","100","50"]' '[" my-2 mx-2 md:my-5 md:mx-5"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2"]'
@@ -21,7 +21,7 @@
21
21
  ~}}
22
22
  {{~/if~}}
23
23
  {{~/case~}}
24
- {{~#case 'tabbox-standard-ds'~}}
24
+ {{~#case 'tabbox-standard'~}}
25
25
  {{~#if _isMobile1to1~}}
26
26
  {{~inline-switch
27
27
  _teaserSize '["25","33"]' '[" my-2 mx-2"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2 md:my-5 md:mx-5 "]'
@@ -32,7 +32,7 @@
32
32
  ~}}
33
33
  {{~/if~}}
34
34
  {{~/case~}}
35
- {{~#case 'tabbox-alternative-ds'~}}
35
+ {{~#case 'tabbox-alternative'~}}
36
36
  {{~#if _isMobile1to1~}}
37
37
  {{~inline-switch
38
38
  _teaserSize '["hero","100","50"]' '[" my-2 mx-2 md:my-5 md:mx-5"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2"]'
@@ -12,7 +12,7 @@ the 4 parameters are:
12
12
  }}
13
13
 
14
14
  {{~#switch _teaserType~}}
15
- {{~#case 'standard-ds'~}}
15
+ {{~#case 'standard'~}}
16
16
  {{~#if _isMobile1to1~}}
17
17
  {{~inline-switch
18
18
  _size
@@ -27,7 +27,7 @@ the 4 parameters are:
27
27
  ~}}
28
28
  {{~/if~}}
29
29
  {{~/case~}}
30
- {{~#case 'event-ds'~}}
30
+ {{~#case 'event'~}}
31
31
  {{~#if _isMobile1to1~}}
32
32
  {{~inline-switch
33
33
  _size
@@ -42,7 +42,7 @@ the 4 parameters are:
42
42
  ~}}
43
43
  {{~/if~}}
44
44
  {{~/case~}}
45
- {{~#case 'tabbox-standard-ds'~}}
45
+ {{~#case 'tabbox-standard'~}}
46
46
  {{~#if _isMobile1to1~}}
47
47
  {{~inline-switch
48
48
  _size
@@ -57,28 +57,28 @@ the 4 parameters are:
57
57
  ~}}
58
58
  {{~/if~}}
59
59
  {{~/case~}}
60
- {{~#case 'alternative-ds'~}}
60
+ {{~#case 'alternative'~}}
61
61
  {{~inline-switch
62
62
  _size
63
63
  '["hero","100","50"]'
64
64
  '["text-2xl md:text-3xl","text-lg md:text-3xl","text-lg md:text-2xl"]'
65
65
  ~}}
66
66
  {{~/case~}}
67
- {{~#case 'event-alternative-ds'~}}
67
+ {{~#case 'event-alternative'~}}
68
68
  {{~inline-switch
69
69
  _size
70
70
  '["hero","100","50"]'
71
71
  '["text-2xl md:text-3xl","text-lg md:text-3xl","text-lg md:text-2xl"]'
72
72
  ~}}
73
73
  {{~/case~}}
74
- {{~#case 'tabbox-alternative-ds'~}}
74
+ {{~#case 'tabbox-alternative'~}}
75
75
  {{~inline-switch
76
76
  _size
77
77
  '["hero","100","50"]'
78
78
  '["text-2xl md:text-3xl","text-lg md:text-3xl","text-lg md:text-2xl"]'
79
79
  ~}}
80
80
  {{~/case~}}
81
- {{~#case 'poster-ds'~}}
81
+ {{~#case 'poster'~}}
82
82
  {{~inline-switch _size '["50","33"]' '["text-2xl md:text-4xl","text-2xl"]'~}}
83
83
  {{~/case~}}
84
84
  {{~#case 'cluster'~}}
@@ -3,20 +3,20 @@
3
3
  {{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}
4
4
  {{~inline-switch
5
5
  this.teaserType
6
- '["accented-ds","boxed-ds","highlighted-ds"]'
6
+ '["accented","boxed","highlighted"]'
7
7
  '[" bg-highlight-1"," bg-white border border-primary"," bg-highlight-2"," bg-highlight-1"]'
8
8
  }}
9
9
  '
10
10
  >
11
11
  <h3
12
12
  class='text-2xl md:text-4xl font-title
13
- {{~inline-switch this.teaserType '["highlighted-ds"]' '[" text-white",""]'}}'
13
+ {{~inline-switch this.teaserType '["highlighted"]' '[" text-white",""]'}}'
14
14
  >
15
15
  {{this.title}}
16
16
  </h3>
17
17
  <p
18
18
  class='mt-6 text-sm md:text-base font-copy
19
- {{~inline-switch this.teaserType '["highlighted-ds"]' '[" text-white",""]'}}'
19
+ {{~inline-switch this.teaserType '["highlighted"]' '[" text-white",""]'}}'
20
20
  >
21
21
  {{{this.shorttext}}}
22
22
  </p>
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": "0.124.4",
9
+ "version": "1.0.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "event-alternative-ds"
19
+ "@->value": "event-alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.teaserImage",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "event-alternative-ds"
19
+ "@->value": "event-alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.teaserImage",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative-ds"
11
+ "@->value": "alternative"
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserImage",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative-ds"
11
+ "@->value": "alternative"
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserImage",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative-ds"
11
+ "@->value": "alternative"
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserImage",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative-ds"
11
+ "@->value": "alternative"
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.topline",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative-ds"
11
+ "@->value": "alternative"
12
12
  }
13
13
  ]
14
14
  }
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative-ds"
11
+ "@->value": "alternative"
12
12
  }
13
13
  ]
14
14
  }
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative-ds"
11
+ "@->value": "alternative"
12
12
  }
13
13
  ]
14
14
  }
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserType",
11
- "@->value": "alternative-ds"
11
+ "@->value": "alternative"
12
12
  }
13
13
  ]
14
14
  }
@@ -16,7 +16,7 @@
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.teaserType",
19
- "@->value": "alternative-ds"
19
+ "@->value": "alternative"
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -378,7 +378,7 @@
378
378
  },
379
379
  {
380
380
  "@->contentpath": "logicItem.includeModel.teaserType",
381
- "@->value": "tabbox-alternative-ds"
381
+ "@->value": "tabbox-alternative"
382
382
  },
383
383
  {
384
384
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -429,7 +429,7 @@
429
429
  },
430
430
  {
431
431
  "@->contentpath": "logicItem.includeModel.teaserType",
432
- "@->value": "tabbox-alternative-ds"
432
+ "@->value": "tabbox-alternative"
433
433
  },
434
434
  {
435
435
  "@->contentpath": "logicItem.includeModel.isMobile1to1",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.teaserType",
23
- "@->value": "accented-ds"
23
+ "@->value": "accented"
24
24
  }
25
25
  ]
26
26
  }
@@ -20,7 +20,7 @@
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.teaserType",
23
- "@->value": "boxed-ds"
23
+ "@->value": "boxed"
24
24
  }
25
25
  ]
26
26
  }
@@ -20,7 +20,7 @@
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.teaserType",
23
- "@->value": "highlighted-ds"
23
+ "@->value": "highlighted"
24
24
  }
25
25
  ]
26
26
  }
@@ -20,7 +20,7 @@
20
20
  },
21
21
  {
22
22
  "@->contentpath": "logicItem.includeModel.teaserType",
23
- "@->value": "accented-ds"
23
+ "@->value": "accented"
24
24
  }
25
25
  ]
26
26
  }
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "poster-ds"
7
+ "@->value": "poster"
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "poster-ds"
7
+ "@->value": "poster"
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
@@ -4,7 +4,7 @@
4
4
  "@->overrides": [
5
5
  {
6
6
  "@->contentpath": "logicItem.includeModel.teaserType",
7
- "@->value": "poster-ds"
7
+ "@->value": "poster"
8
8
  },
9
9
  {
10
10
  "@->contentpath": "logicItem.includeModel.teaserSize",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserType",
15
- "@->value": "event-ds"
15
+ "@->value": "event"
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.displayTeaserBodyAsImageOverlay",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserType",
15
- "@->value": "event-ds"
15
+ "@->value": "event"
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.displayTeaserBodyAsImageOverlay",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  {
32
32
  "@->contentpath": "logicItem.includeModel.teaserType",
33
- "@->value": "event-ds"
33
+ "@->value": "event"
34
34
  }
35
35
  ]
36
36
  }
@@ -12,7 +12,7 @@
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserType",
15
- "@->value": "event-ds"
15
+ "@->value": "event"
16
16
  }
17
17
  ]
18
18
  }
@@ -12,7 +12,7 @@
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserType",
15
- "@->value": "event-ds"
15
+ "@->value": "event"
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.moreThenOneEvent",
@@ -11,7 +11,7 @@
11
11
  "@->value": "50"
12
12
  }, {
13
13
  "@->contentpath": "logicItem.includeModel.teaserType",
14
- "@->value": "event-ds"
14
+ "@->value": "event"
15
15
  }
16
16
  ]
17
17
  }
@@ -12,7 +12,7 @@
12
12
  },
13
13
  {
14
14
  "@->contentpath": "logicItem.includeModel.teaserType",
15
- "@->value": "event-ds"
15
+ "@->value": "event"
16
16
  },
17
17
  {
18
18
  "@->contentpath": "logicItem.includeModel.label",