hr-design-system-handlebars 0.72.0 → 0.73.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 +24 -0
- package/build/handlebars/partials/handlebar-partials.js +29 -29
- package/dist/assets/brand/_default/conf/locatags.json +1 -1
- package/dist/assets/index.css +6 -3
- package/dist/assets/vendor/js/podcast_player.alpine.js +71 -82
- package/dist/views/components/teaser/podcast/podcast_playbutton.hbs +1 -1
- package/dist/views/components/teaser/podcast/podcast_player.hbs +4 -3
- package/dist/views/components/teaser/podcast/podcast_player_ui.hbs +32 -10
- package/dist/views/components/teaser/podcast/podcast_playlist_player.hbs +2 -2
- package/dist/views/components/teaser/podcast/podcast_timedisplay.hbs +1 -1
- package/dist/views/components/teaser/teaser_indextext.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +1 -1
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr1/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr2/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr3/conf/locatags.merged.json +1 -1
- package/src/assets/brand/hr4/conf/locatags.merged.json +1 -1
- package/src/assets/brand/you-fm/conf/locatags.merged.json +1 -1
- package/src/assets/fixtures/teaser/teasersPodcastPlaylist.inc.json +1 -1
- package/src/assets/vendor/js/podcast_player.alpine.js +71 -82
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
- package/src/stories/views/components/teaser/podcast/podcast_playbutton.hbs +1 -1
- package/src/stories/views/components/teaser/podcast/podcast_player.hbs +4 -3
- package/src/stories/views/components/teaser/podcast/podcast_player_ui.hbs +32 -10
- package/src/stories/views/components/teaser/podcast/podcast_playlist_player.hbs +2 -2
- package/src/stories/views/components/teaser/podcast/podcast_timedisplay.hbs +1 -1
- package/src/stories/views/components/teaser/teaser_indextext.hbs +1 -1
- package/src/assets/js/podcastPlayer.alpine.js +0 -154
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v0.73.0 (Tue Nov 01 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- using json playlist instead of array [#356](https://github.com/mumprod/hr-design-system-handlebars/pull/356) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.72.1 (Tue Nov 01 2022)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- put this.shorttext within 3 brackets [#361](https://github.com/mumprod/hr-design-system-handlebars/pull/361) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v0.72.0 (Tue Nov 01 2022)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|