hr-design-system-handlebars 0.82.2 → 0.83.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.
- package/CHANGELOG.md +25 -0
- package/build/handlebars/partials/handlebar-partials.js +29 -28
- package/dist/assets/index.css +57 -33
- package/dist/views/components/geoTag/geoTag.hbs +6 -0
- package/dist/views/components/mediaplayer/media_player.hbs +8 -6
- package/dist/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
- package/dist/views/components/teaser/cluster/teaser_cluster_byline.hbs +4 -12
- package/dist/views/components/teaser/cluster/teaser_cluster_list.hbs +3 -3
- package/dist/views/components/teaser/components/teaser_av_consumption.hbs +5 -5
- package/dist/views/components/teaser/components/teaser_heading.hbs +1 -1
- package/dist/views/components/teaser/components/teaser_image.hbs +10 -1
- package/dist/views/components/teaser/components/teaser_lead.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_extern_100.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_extern_33.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_extern_50.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_100.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_33.json +1 -1
- package/src/assets/fixtures/teaser/cluster_teaser_ordered_50.json +1 -1
- package/src/assets/fixtures/teaser/teaser_cluster.inc.json +2 -2
- package/src/assets/tailwind.css +4 -0
- package/src/stories/views/components/geoTag/geoTag.hbs +6 -0
- package/src/stories/views/components/geoTag/geoTag.stories.mdx +61 -0
- package/src/stories/views/components/mediaplayer/media_player.hbs +8 -6
- package/src/stories/views/components/teaser/cluster/teaser_cluster.hbs +1 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster_byline.hbs +4 -12
- package/src/stories/views/components/teaser/cluster/teaser_cluster_list.hbs +3 -3
- package/src/stories/views/components/teaser/components/teaser_av_consumption.hbs +5 -5
- package/src/stories/views/components/teaser/components/teaser_heading.hbs +1 -1
- package/src/stories/views/components/teaser/components/teaser_image.hbs +10 -1
- package/src/stories/views/components/teaser/components/teaser_lead.hbs +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_100_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_33_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_genre.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_50_image.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_extern_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_33.json +1 -1
- package/src/stories/views/components/teaser/fixtures/cluster_teaser_ordered_50.json +1 -1
- package/tailwind.config.js +2 -0
- package/src/stories/views/components/teaser/fixtures/teaser_cluster.json +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v0.83.0 (Thu Nov 17 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- FEATURE: Renames headlineListOverview property [#386](https://github.com/mumprod/hr-design-system-handlebars/pull/386) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.82.3 (Tue Nov 15 2022)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- DPE-1831: Ortsmarke [#385](https://github.com/mumprod/hr-design-system-handlebars/pull/385) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
18
|
+
|
|
19
|
+
#### Authors: 2
|
|
20
|
+
|
|
21
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
22
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v0.82.2 (Tue Nov 15 2022)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|