hr-design-system-handlebars 0.37.2 → 0.37.3

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,15 @@
1
+ # v0.37.3 (Mon Mar 21 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-1520: [#187](https://github.com/mumprod/hr-design-system-handlebars/pull/187) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v0.37.2 (Wed Mar 16 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
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.37.2",
9
+ "version": "0.37.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -0,0 +1,140 @@
1
+ {
2
+ "logicItems": [
3
+ {
4
+ "teasersize": "100",
5
+ "hasGroupTitle": true,
6
+ "groupTitle": "Gruppe 100%",
7
+ "hasLink": "true",
8
+ "link":{
9
+ "url": "#gruppe1"
10
+ },
11
+ "logicItems":[
12
+ {
13
+ "logicitem":{
14
+ "includeModel":{
15
+ "cacheKey": {
16
+
17
+ },
18
+ "byline": "Byline",
19
+ "title": "Title",
20
+ "extendedTitle": "extendedTitle",
21
+ "teasertype": "standard",
22
+ "teasersize": "100",
23
+ "teaserDate": {
24
+ "htmlDate":"20.02.1983",
25
+ "date": "20.02.1983",
26
+ "dateSeparatorTime": "20.02.1983"
27
+ },
28
+ "teaserInfo": {
29
+ "showTeaserInfo": true,
30
+ "showTeaserInfoSection": true,
31
+ "showTeaserInfoChannel": true,
32
+ "showTeaserInfoAll": true,
33
+ "showTeaserInfoDate": true,
34
+ "showTeaserInfoDateTime": true,
35
+ "showTeaserInfoProgramRef":true
36
+ },
37
+ "teaserImage":{
38
+ "copyrightWithLinks": ""
39
+ },
40
+ "duration":{
41
+ "inMinutes": "2:30"
42
+ },
43
+ "realTeasersize": "100",
44
+ "isStandardTeaser": true,
45
+ "isHeroTeaser": false,
46
+ "isColored": false,
47
+ "isMediaTeaser": false,
48
+ "isGuide": false,
49
+ "isProgram": false,
50
+ "isEvent": false,
51
+ "isTicker": false,
52
+ "isAudio": false,
53
+ "isVideo": false,
54
+ "isPodcastEpisode": false,
55
+ "isExtOrBrandLink": false,
56
+ "isAuthor": false,
57
+ "copyright": "Copyright Text",
58
+ "audioAuthor": "Audio Author",
59
+ "hasStatus": false,
60
+ "statusDescriptionForLabelShort": "???",
61
+ "hasTeaserItem": true,
62
+ "allowAVConsumption": false,
63
+ "displayEpgInfos": false,
64
+ "aspectRatio": "16x9",
65
+ "hideGeotag": false,
66
+ "hideEditableByline": true,
67
+ "doTracking": true,
68
+ "trackingForArdMediatheksLink": false,
69
+ "showMediatheksLink":false,
70
+ "showAirdate": false,
71
+ "showProfileInfoAsByline": false,
72
+ "obsolet_brandOfTeaser": "hessenschau",
73
+ "headingSize": "h1",
74
+ "icon": true,
75
+ "shorttext":"shorttext",
76
+ "sophoraId": "test-100",
77
+ "profiles": "Autoren",
78
+ "airdateDate": {
79
+ "htmlDate":"20.02.1983",
80
+ "date": "20.02.1983",
81
+ "dateSeparatorTime": "20.02.1983"
82
+ },
83
+ "airdateWithoutTime": {
84
+ "htmlDate":"20.02.1983",
85
+ "date": "20.02.1983",
86
+ "dateSeparatorTime": "20.02.1983"
87
+ },
88
+ "geotag": [
89
+ {
90
+ "title": "Frankfurt"
91
+ },
92
+ {
93
+ "title": "Offenbach"
94
+ }
95
+ ],
96
+ "link":{
97
+ "url": "/teaser1",
98
+ "webviewUrl": "/teaser1#webview",
99
+ "isTargetBlank": false,
100
+ "hasIcon": false,
101
+ "iconName": "iconName",
102
+ "readMoreText": {
103
+ "readMoreScreenreader": "readMoreScreenreader",
104
+ "readMore": "read More",
105
+ "readMoreLong" : "read More Long"
106
+ }
107
+ },
108
+ "content": {
109
+ "teaserImage":"",
110
+ "teasertype":"",
111
+ "imageVariant":"",
112
+ "isFileDownload": false,
113
+ "readMoreText": {
114
+ "readMoreScreenreader": "readMoreScreenreader",
115
+ "readMore": "read More"
116
+ },
117
+ "trackingData": {
118
+ "secondLevelId":"2",
119
+ "pageName": "hessenschau"
120
+ },
121
+ "label": {
122
+ "type": "Ticker",
123
+ "loca": "ticker",
124
+ "duration": {
125
+ "inMinutes": "2:30"
126
+ },
127
+ "byline": {
128
+ "bylineSsi": "ssi",
129
+ "bylineText": "BylineText"
130
+ }
131
+ }
132
+
133
+ }
134
+ }
135
+ }
136
+ }
137
+ ]
138
+ }
139
+ ]
140
+ }