hr-design-system-handlebars 1.35.15 → 1.36.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 +25 -0
- package/dist/assets/brand/_default/conf/locatags.json +14 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/index.css +9 -3
- package/dist/views/components/article/components/podcast/podcast_player_episode.hbs +13 -0
- package/dist/views/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
- package/dist/views/components/content/content_footer/content_footer.hbs +50 -0
- package/dist/views/components/pagination/pagination_current_page_invalid.hbs +1 -1
- package/dist/views/components/pagination/pagination_more_than_three_pages.hbs +7 -7
- package/dist/views/components/pagination/pagination_only_three_pages.hbs +3 -3
- package/dist/views/components/pagination/pagination_only_two_pages.hbs +2 -2
- package/dist/views/components/podcast/components/podcast_player_shorttext.hbs +9 -0
- package/dist/views/components/{teaser/podcast → podcast/components}/podcast_player_ui.hbs +5 -5
- package/{src/stories/views/components/teaser/podcast → dist/views/components/podcast/components}/podcast_subscribe_button.hbs +4 -4
- package/{src/stories/views/components/teaser → dist/views/components}/podcast/podcast_player.hbs +4 -14
- package/{src/stories/views/components/teaser → dist/views/components}/podcast/podcast_playlist_player.hbs +6 -6
- package/dist/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/dist/views/components/teaser/podcast/podcast.hbs +2 -1
- package/dist/views_static/components/article/components/podcast/podcast_player_episode.hbs +13 -0
- package/dist/views_static/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
- package/dist/views_static/components/content/content_footer/content_footer.hbs +50 -0
- package/dist/views_static/components/pagination/pagination_current_page_invalid.hbs +1 -1
- package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +7 -7
- package/dist/views_static/components/pagination/pagination_only_three_pages.hbs +3 -3
- package/dist/views_static/components/pagination/pagination_only_two_pages.hbs +2 -2
- package/dist/views_static/components/podcast/components/podcast_player_shorttext.hbs +9 -0
- package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_player_ui.hbs +5 -5
- package/dist/{views/components/teaser/podcast → views_static/components/podcast/components}/podcast_subscribe_button.hbs +4 -4
- package/dist/views_static/components/{teaser/podcast → podcast}/podcast_player.hbs +4 -14
- package/dist/{views/components/teaser → views_static/components}/podcast/podcast_playlist_player.hbs +6 -6
- package/dist/views_static/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/dist/views_static/components/teaser/podcast/podcast.hbs +2 -1
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +14 -0
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +14 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +14 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +14 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/fixtures/article/components/podcast/podcast_player_episode.json +373 -0
- package/src/assets/fixtures/teaser/teasers.inc.json +1 -1
- package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_episode.json +1 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_episode.hbs +13 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_episode.mdx +21 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_episode.stories.js +18 -0
- package/src/stories/views/components/article/components/podcast/podcast_player_playlist.hbs +0 -0
- package/src/stories/views/components/content/content_footer/content_footer.hbs +50 -0
- package/src/stories/views/components/page/fixtures/page.json +1 -1
- package/src/stories/views/components/pagination/pagination_current_page_invalid.hbs +1 -1
- package/src/stories/views/components/pagination/pagination_more_than_three_pages.hbs +7 -7
- package/src/stories/views/components/pagination/pagination_only_three_pages.hbs +3 -3
- package/src/stories/views/components/pagination/pagination_only_two_pages.hbs +2 -2
- package/src/stories/views/components/podcast/components/podcast_player_shorttext.hbs +9 -0
- package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_player_ui.hbs +5 -5
- package/{dist/views_static/components/teaser/podcast → src/stories/views/components/podcast/components}/podcast_subscribe_button.hbs +4 -4
- package/{dist/views/components/teaser → src/stories/views/components}/podcast/podcast_player.hbs +4 -14
- package/{dist/views_static/components/teaser → src/stories/views/components}/podcast/podcast_playlist_player.hbs +6 -6
- package/src/stories/views/components/{teaser/podcast → podcast}/podcast_subscribe_button.stories.js +2 -2
- package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
- package/src/stories/views/components/teaser/podcast/podcast-playlist.hbs +1 -1
- package/src/stories/views/components/teaser/podcast/podcast.hbs +2 -1
- package/src/stories/views/components/teaser/podcast/podcast.stories.js +4 -4
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_downloadbutton.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_item_title.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_playbutton.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_playlist_shorttext.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs +0 -0
- /package/dist/views/components/{teaser/podcast → podcast/components}/podcast_title.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_downloadbutton.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_item_title.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_playbutton.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_playlist_shorttext.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs +0 -0
- /package/dist/views_static/components/{teaser/podcast → podcast/components}/podcast_title.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_downloadbutton.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_item_title.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_playbutton.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_playlist_shorttext.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_timedisplay.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast/components}/podcast_title.hbs +0 -0
- /package/src/stories/views/components/{teaser/podcast → podcast}/podcast_subscribe_button.mdx +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.36.1 (Tue Aug 29 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- improvements for Dark Mode [#713](https://github.com/mumprod/hr-design-system-handlebars/pull/713) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v1.36.0 (Tue Aug 22 2023)
|
|
15
|
+
|
|
16
|
+
#### 🚀 Enhancement
|
|
17
|
+
|
|
18
|
+
- Dpe 2222 podcast episode player 2 [#712](https://github.com/mumprod/hr-design-system-handlebars/pull/712) ([@StefanVesper](https://github.com/StefanVesper))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.35.15 (Thu Aug 17 2023)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
|
@@ -5,13 +5,17 @@
|
|
|
5
5
|
"anchor_sectionNav": "Bereichsnavigation anspringen",
|
|
6
6
|
"anchor_serviceNav": "Servicenavigation anspringen",
|
|
7
7
|
"anchor_subNav": "Subnavigation des Bereichs {0} anspringen",
|
|
8
|
+
"archive_content": "Dieser Inhalt ist zeitlich unbegrenzt verfügbar.",
|
|
8
9
|
"close_button_alpine_click": "avStart = false; $dispatch('player_closed',{playerId: {0}})",
|
|
9
10
|
"play_button_alpine_click": "playAndStop({0});/* $dispatch('stopotherplayers',{playerId: {0}}) */",
|
|
10
11
|
"comment_anchor_1": "zu den ",
|
|
11
12
|
"comment_anchor_2": " Kommentaren des Artikels springen",
|
|
12
13
|
"comment_label_text": "Kommentar",
|
|
13
14
|
"comment_label_text_many": "Kommentare",
|
|
15
|
+
"copyright_source": "Quelle:",
|
|
16
|
+
"copyright_symbol": "© {0}",
|
|
14
17
|
"date_simple_at": "{0} Uhr",
|
|
18
|
+
"date_published": "Veröffentlicht am {0} um {1} Uhr",
|
|
15
19
|
"event_calendar_no_events_available": "<strong>Hinweis:</strong><br />Es liegen aktuell noch keine Einträge für den gewählten Zeitraum vor.",
|
|
16
20
|
"event_calendar_monthly_overview_link": "Zur Monats-Übersicht",
|
|
17
21
|
"event_calendar_title": "Eventkalender",
|
|
@@ -91,8 +95,18 @@
|
|
|
91
95
|
"livestream_plays": "Jetzt live",
|
|
92
96
|
"livestream_will_play": "Startet am {0}",
|
|
93
97
|
"livestream_will_play_with_time": "Startet am {0} um {1} Uhr",
|
|
98
|
+
"poster_copyright": "Bild © {0}",
|
|
94
99
|
"search_input_aria_submit": "Suche starten",
|
|
95
100
|
"search_input_placeholder": "Ort oder Thema suchen",
|
|
101
|
+
"share_facebook_linktitle": "Bei Facebook teilen",
|
|
102
|
+
"share_headline": "Teilen",
|
|
103
|
+
"share_mail_body": "Linktipp: {0}\n{1}\n{2}\n(Beitrag von hessenschau.de)",
|
|
104
|
+
"share_mail_linktitle": "Per E-Mail versenden",
|
|
105
|
+
"share_copy_linktitle": "In die Zwischenablage kopieren",
|
|
106
|
+
"share_mail_subject": "Linktipp: {0} (hessenschau.de)",
|
|
107
|
+
"share_twitter_linktitle": "Bei Twitter teilen",
|
|
108
|
+
"share_whatsapp_linktitle": "Bei Whatsapp teilen",
|
|
109
|
+
"share_print_linktitle": "Seite ausdrucken",
|
|
96
110
|
"social_media_links_text": "Folgen Sie mir:",
|
|
97
111
|
"ticket_modal_headline": "Weiterleitung zu einem Ticketservice",
|
|
98
112
|
"ticket_modal_text": "Der Link öffnet eine Internetseite außerhalb unseres Angebots. Wir sind für den Inhalt externer Internetseiten nicht verantwortlich.",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol id="brandlogo--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol id="brandlogo--footer-desk" viewBox="0 0 1704.47 500" preserveAspectRatio="xMidYMid meet"><style type="text/css">.st0{fill:#fff}</style><path class="st0" d="m867.55 106.31-96.99 177.13V394H697V284.26l-97-177.95h82.61l50.96 106.45 51.37-106.45h82.61zM1108.37 356.8c-29.18 28.91-64.87 43.36-107.06 43.36-42.2 0-77.88-14.45-107.06-43.36-29.18-28.9-43.77-64.45-43.77-106.65 0-42.19 14.59-77.74 43.77-106.65 29.18-28.91 64.87-43.36 107.06-43.36s77.88 14.45 107.06 43.36c29.18 28.91 43.77 64.46 43.77 106.65 0 42.2-14.59 77.75-43.77 106.65zm-162.54-50.55c14.79 14.66 33.29 21.99 55.48 21.99 22.19 0 40.68-7.33 55.48-21.99 14.79-14.66 22.2-33.35 22.2-56.1 0-22.74-7.4-41.44-22.2-56.1-14.79-14.65-33.29-21.99-55.48-21.99-22.2 0-40.69 7.33-55.48 21.99-14.79 14.66-22.19 33.36-22.19 56.1 0 22.75 7.4 41.45 22.19 56.1zM1376.33 372.62c-21.23 18.36-48.56 27.54-81.99 27.54-33.43 0-60.76-9.18-81.99-27.54-21.24-18.35-31.85-42.74-31.85-73.15V106.31h73.57v186.17c0 24.11 13.42 36.16 40.27 36.16s40.27-12.05 40.27-36.16V106.31h73.57v193.16c.01 30.41-10.62 54.8-31.85 73.15zM1540.22 141.55h-51.12v23.22h50.11V200h-50.11v48.88h-36.46V106.31h87.58v35.24zM1704.47 106.31v142.58h-36.26V172.1l-34.62 57.23h-3.67l-34.42-57.03v76.58h-36.46V106.31h36.46l36.26 60.9 36.46-60.9h36.25zM288.31.1 250.1 38.31 211.88.1H.1v220.01l38.21 38.21L.1 296.53V500.1h280.59L500.1 280.68V.1H288.31zm137.53 250L250.1 425.84H74.35V320.82l62.5-62.5-62.5-62.5V74.35H187.6l62.5 62.06 62.5-62.06h113.24V250.1z"/></symbol><symbol id="brandlogo--footer" viewBox="0 0 500 500" preserveAspectRatio="xMidYMid meet"><path d="M288.31.1 250.1 38.31 211.88.1H.1v220.01l38.21 38.21L.1 296.53V500.1h280.59L500.1 280.68V.1H288.31zm137.53 250L250.1 425.84H74.35V320.82l62.5-62.5-62.5-62.5V74.35H187.6l62.5 62.06 62.5-62.06h113.24V250.1z" fill="#fff"/></symbol></svg>
|
package/dist/assets/index.css
CHANGED
|
@@ -1368,6 +1368,9 @@ video {
|
|
|
1368
1368
|
.mt-8 {
|
|
1369
1369
|
margin-top: 2rem;
|
|
1370
1370
|
}
|
|
1371
|
+
.mt-\[1px\] {
|
|
1372
|
+
margin-top: 1px;
|
|
1373
|
+
}
|
|
1371
1374
|
.box-border {
|
|
1372
1375
|
box-sizing: border-box;
|
|
1373
1376
|
}
|
|
@@ -3031,7 +3034,7 @@ video {
|
|
|
3031
3034
|
border-bottom-color: var(--color-secondary-ds);
|
|
3032
3035
|
}
|
|
3033
3036
|
.counter-reset {
|
|
3034
|
-
counter-reset:
|
|
3037
|
+
counter-reset: cnt1693306998673;
|
|
3035
3038
|
}
|
|
3036
3039
|
.hyphens-auto {
|
|
3037
3040
|
-webkit-hyphens: auto;
|
|
@@ -3266,7 +3269,7 @@ video {
|
|
|
3266
3269
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3267
3270
|
}
|
|
3268
3271
|
.-ordered {
|
|
3269
|
-
counter-increment:
|
|
3272
|
+
counter-increment: cnt1693306998673 1;
|
|
3270
3273
|
}
|
|
3271
3274
|
.-ordered::before {
|
|
3272
3275
|
position: absolute;
|
|
@@ -3282,7 +3285,7 @@ video {
|
|
|
3282
3285
|
letter-spacing: .0125em;
|
|
3283
3286
|
--tw-text-opacity: 1;
|
|
3284
3287
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3285
|
-
content: counter(
|
|
3288
|
+
content: counter(cnt1693306998673);
|
|
3286
3289
|
}
|
|
3287
3290
|
/*! ****************************/
|
|
3288
3291
|
/*! DataPolicy stuff */
|
|
@@ -4674,6 +4677,9 @@ video {
|
|
|
4674
4677
|
.backdrop\:bg-gray-scorpion\/90::backdrop {
|
|
4675
4678
|
background-color: rgba(96, 96, 96, 0.9);
|
|
4676
4679
|
}
|
|
4680
|
+
.first\:mt-6:first-child {
|
|
4681
|
+
margin-top: 1.5rem;
|
|
4682
|
+
}
|
|
4677
4683
|
.first\:border-t:first-child {
|
|
4678
4684
|
border-top-width: 1px;
|
|
4679
4685
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<div class="w-full bg-highlight-1 rounded-tl-hr rounded-br-hr" >
|
|
2
|
+
{{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=false _type="podcastEpisodePlayer"}}
|
|
3
|
+
</div>
|
|
4
|
+
<div class="pt-5">
|
|
5
|
+
{{> components/podcast/components/podcast_player_shorttext }}
|
|
6
|
+
</div>
|
|
7
|
+
{{> components/content/content_footer/content_footer
|
|
8
|
+
_author=this.audioAuthor
|
|
9
|
+
_showDate=this.hasDwellTime
|
|
10
|
+
_date=this.airdateDate
|
|
11
|
+
_copyright=this.copyright
|
|
12
|
+
_isArchiveContent=this.isArchiveContent
|
|
13
|
+
_posterCopyright="poster_copyright"}}
|
|
File without changes
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<footer class="flex flex-col px-5 text-sm font-copy{{#if _addClass}} {{_addClass}}{{/if}}">
|
|
2
|
+
{{~#with _author ~}}
|
|
3
|
+
<p class="block first:mt-6 contentFooter__byline text__byline">
|
|
4
|
+
Autor: {{this}}
|
|
5
|
+
</p>
|
|
6
|
+
{{~/with~}}
|
|
7
|
+
{{#if _showDate ~}}
|
|
8
|
+
{{#with _date}}
|
|
9
|
+
<p class="block contentFooter__byline text__byline">
|
|
10
|
+
<time datetime="{{this.htmlDateTime}}">{{loca "date_published" this.date this.time }}</time>
|
|
11
|
+
</p>
|
|
12
|
+
{{/with~}}
|
|
13
|
+
{{/if}}
|
|
14
|
+
|
|
15
|
+
{{~#with _source}}
|
|
16
|
+
<p class="block contentFooter__byline text__byline">
|
|
17
|
+
{{~loca "copyright_source"~}}
|
|
18
|
+
{{~#each this}}
|
|
19
|
+
{{~#if @first}} {{this}}{{else}}, {{this}}{{/if~}}
|
|
20
|
+
{{/each~}}
|
|
21
|
+
</p>
|
|
22
|
+
{{/with~}}
|
|
23
|
+
|
|
24
|
+
{{~#with _copyright ~}}
|
|
25
|
+
<p class="block contentFooter__byline text__byline">
|
|
26
|
+
{{~loca "copyright_source"}} {{loca "copyright_symbol" this ~}}
|
|
27
|
+
</p>
|
|
28
|
+
{{~/with~}}
|
|
29
|
+
|
|
30
|
+
{{~#if _isArchiveContent}}
|
|
31
|
+
<p class="block contentFooter__byline text__byline">
|
|
32
|
+
{{loca "archive_content"}}
|
|
33
|
+
</p>
|
|
34
|
+
{{/if}}
|
|
35
|
+
|
|
36
|
+
{{~#with _posterCopyright ~}}
|
|
37
|
+
{{~#with ../teaseritem.copyrightWithLinks}}
|
|
38
|
+
<p class="block contentFooter__byline text__byline">
|
|
39
|
+
{{~loca ../this this}}
|
|
40
|
+
</p>
|
|
41
|
+
{{~/with~}}
|
|
42
|
+
{{~/with~}}
|
|
43
|
+
|
|
44
|
+
<!-- TODO teaseritem.copyrightWithLinks dont work in gallery, generalize model -->
|
|
45
|
+
{{~#with _galleryCopyright ~}}
|
|
46
|
+
<p class="block contentFooter__byline text__byline">
|
|
47
|
+
{{~loca this ../copyrightWithLinks}}
|
|
48
|
+
</p>
|
|
49
|
+
{{~/with~}}
|
|
50
|
+
</footer>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{> components/button/components/button_label _label="2" _css=""}}
|
|
12
12
|
{{/components/button/link_button}}
|
|
13
13
|
{{else}}
|
|
14
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
14
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
15
15
|
{{~/if~}}
|
|
16
16
|
{{~/unless~}}
|
|
17
17
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="flex">
|
|
3
3
|
{{> components/pagination/pagination_button_left }}
|
|
4
4
|
{{#with this}}
|
|
5
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
5
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
6
6
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
7
7
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
8
8
|
{{/components/button/link_button}}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
aria-current="true"
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
13
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
14
14
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
15
15
|
<span class="sr-only">Zur Seite: </span>
|
|
16
16
|
{{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
27
27
|
{{/components/button/link_button}}
|
|
28
28
|
{{#with this}}
|
|
29
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
29
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
30
30
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
31
31
|
{{> components/button/components/button_label _label="2" _css=""}}
|
|
32
32
|
{{/components/button/link_button}}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
aria-current="true"
|
|
35
35
|
{{/inline}}
|
|
36
36
|
{{/with}}
|
|
37
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
37
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
38
38
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
39
39
|
<span class="sr-only">Zur Seite: </span>
|
|
40
40
|
{{> components/button/components/button_label _label=../../_totalPages-adjust_context _css=""}}
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
<span class="sr-only">Zur Seite: </span>
|
|
49
49
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
50
50
|
{{/components/button/link_button}}
|
|
51
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
51
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
52
52
|
{{#with this}}
|
|
53
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
53
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
54
54
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
55
55
|
{{> components/button/components/button_label _label=../../_currentPage-adjust_context _css=""}}
|
|
56
56
|
{{/components/button/link_button}}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
{{/with}}
|
|
61
61
|
{{~#if _notLastPage~}}
|
|
62
62
|
{{~#if _notLastButOnePage~}}
|
|
63
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
63
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
64
64
|
{{~/if~}}
|
|
65
65
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
66
66
|
<span class="sr-only">Zur Seite: </span>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="flex">
|
|
3
3
|
{{> components/pagination/pagination_button_left }}
|
|
4
4
|
{{#with this}}
|
|
5
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
5
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
6
6
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
7
7
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
8
8
|
{{/components/button/link_button}}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
30
30
|
{{/components/button/link_button}}
|
|
31
31
|
{{#with this}}
|
|
32
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
32
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
33
33
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
34
34
|
{{> components/button/components/button_label _label="2" _css=""}}
|
|
35
35
|
{{/components/button/link_button}}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
{{> components/button/components/button_label _label="2" _css=""}}
|
|
56
56
|
{{/components/button/link_button}}
|
|
57
57
|
{{#with this}}
|
|
58
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
58
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
59
59
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
60
60
|
{{> components/button/components/button_label _label="3" _css=""}}
|
|
61
61
|
{{/components/button/link_button}}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="flex">
|
|
3
3
|
{{> components/pagination/pagination_button_left }}
|
|
4
4
|
{{#with this}}
|
|
5
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
5
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
6
6
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
7
7
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
8
8
|
{{/components/button/link_button}}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
25
25
|
{{/components/button/link_button}}
|
|
26
26
|
{{#with this}}
|
|
27
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
27
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
28
28
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
29
29
|
{{> components/button/components/button_label _label="2" _css=""}}
|
|
30
30
|
{{/components/button/link_button}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{{#unless _isSinglePage}}
|
|
2
|
+
{{#unless this.hideShortText}}
|
|
3
|
+
{{~#with this.shorttext}}
|
|
4
|
+
<div class="col-span-12 px-5 text-sm md:text-base font-copy c-podcastEpisodePlayer__shortText">
|
|
5
|
+
<span class="c-teaser__shorttext"> {{this}} </span>
|
|
6
|
+
</div>
|
|
7
|
+
{{/with~}}
|
|
8
|
+
{{/unless}}
|
|
9
|
+
{{/unless}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
{{!-- Start/StopButton --}}
|
|
6
6
|
<div id="playbutton{{_id}}" class="flex">
|
|
7
|
-
{{> components/
|
|
7
|
+
{{> components/podcast/components/podcast_playbutton
|
|
8
8
|
_css="mr-4"
|
|
9
9
|
_id = _id
|
|
10
10
|
_alpineClick=(loca "play_button_alpine_click" _id) }}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
28
|
{{!-- Download --}}
|
|
29
|
-
{{> components/
|
|
29
|
+
{{> components/podcast/components/podcast_downloadbutton
|
|
30
30
|
_addClass="-mb-2 ml-2"
|
|
31
31
|
_iconClass="h-6 w-6 text-podcast-text fill-current"
|
|
32
32
|
_url=this.podcastDownloadUrl
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
</div>
|
|
36
36
|
|
|
37
37
|
<div class="flex w-fit max-w-3/4 ">
|
|
38
|
-
{{> components/
|
|
38
|
+
{{> components/podcast/components/podcast_item_title
|
|
39
39
|
_title=this.title
|
|
40
40
|
_addClass="" }}
|
|
41
41
|
</div>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
{{#if _isPlaylistPlayer}}
|
|
60
60
|
{{!-- Meta Time usw. --}}
|
|
61
61
|
<div x-init="setTime( '{{_podcastDuration}}', '{{_id}}' ); " class="flex w-full">
|
|
62
|
-
{{> components/
|
|
62
|
+
{{> components/podcast/components/podcast_timedisplay
|
|
63
63
|
_id=_id
|
|
64
64
|
_duration=duration
|
|
65
65
|
_currentTimeClasses="font-bold text-podcast-text"
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
{{#unless _isPlaylistPlayer}}
|
|
74
74
|
{{!-- Meta Time usw. --}}
|
|
75
75
|
<div x-init="setTime( '{{_podcastDuration}}', '{{_id}}' ); " >
|
|
76
|
-
{{> components/
|
|
76
|
+
{{> components/podcast/components/podcast_timedisplay
|
|
77
77
|
_id=_id
|
|
78
78
|
_duration=duration
|
|
79
79
|
_currentTimeClasses="font-bold text-podcast-text"
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
{{#with this}}
|
|
24
24
|
{{#> components/button/button _size="md" _disableButtonPress=true}}
|
|
25
25
|
{{>components/button/components/button_label _label="Abonnieren" _css="flex-1 text-left truncate mr-2" _type="button"}}
|
|
26
|
-
<span x-cloak x-show="open" class="w-3 h-3">
|
|
27
|
-
{{> components/base/image/icon _icon='arrow-up' _addClass="
|
|
26
|
+
<span x-cloak x-show="open" class="inline-flex w-3 h-3">
|
|
27
|
+
{{> components/base/image/icon _icon='arrow-up' _addClass="mt-[1px] w-3 h-3 fill-white" }}
|
|
28
28
|
</span>
|
|
29
|
-
<span x-show="!open" class="w-3 h-3">
|
|
30
|
-
{{> components/base/image/icon _icon='arrow-down' _addClass="
|
|
29
|
+
<span x-show="!open" class="inline-flex w-3 h-3">
|
|
30
|
+
{{> components/base/image/icon _icon='arrow-down' _addClass="mt-[1px] w-3 h-3 fill-white" }}
|
|
31
31
|
</span>
|
|
32
32
|
{{/components/button/button}}
|
|
33
33
|
{{#*inline "htmlProperties"}}
|
package/{src/stories/views/components/teaser → dist/views/components}/podcast/podcast_player.hbs
RENAMED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
{{/with}}
|
|
21
21
|
|
|
22
22
|
{{!-- Download --}}
|
|
23
|
-
{{> components/
|
|
23
|
+
{{> components/podcast/components/podcast_downloadbutton
|
|
24
24
|
_addClass=""
|
|
25
25
|
_iconClass="h-6 w-6 text-podcast-text fill-current"
|
|
26
26
|
_url=this.podcastDownloadUrl }}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
{{!-- Überschrift: --}}
|
|
32
32
|
<div class="flex pb-5 pr-2 md:pr-5">
|
|
33
|
-
{{> components/
|
|
33
|
+
{{> components/podcast/components/podcast_title _title=this.title _teaserSize=this.realTeaserSize _addClass="" }}
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
36
|
</div>
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
ax-load
|
|
58
58
|
x-ignore
|
|
59
59
|
ax-load-src={{resourceUrl "assets/js/vendor/podcast_player.alpine.js" }}>
|
|
60
|
-
{{> components/
|
|
60
|
+
{{> components/podcast/components/podcast_player_ui
|
|
61
61
|
_isPlaylistPlayer=false
|
|
62
62
|
_podcastDuration=duration
|
|
63
63
|
_id=(nextRandom)
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
{{!-- Abo-Dropdown --}}
|
|
69
69
|
<div class="flex flex-row pt-5">
|
|
70
70
|
{{#with this.podcastChannel}}
|
|
71
|
-
{{> components/
|
|
71
|
+
{{> components/podcast/components/podcast_subscribe_button}}
|
|
72
72
|
{{/with}}
|
|
73
73
|
|
|
74
74
|
{{#with this.podcastChannel}}
|
|
@@ -83,13 +83,3 @@
|
|
|
83
83
|
</div>
|
|
84
84
|
</div>
|
|
85
85
|
</div>
|
|
86
|
-
|
|
87
|
-
{{#unless _isSinglePage}}
|
|
88
|
-
{{#unless this.hideShortText}}
|
|
89
|
-
{{~#with this.shorttext}}
|
|
90
|
-
<div class="col-span-12 px-5 pb-5 text-sm md:text-base font-copy c-podcastEpisodePlayer__shortText">
|
|
91
|
-
<span class="c-teaser__shorttext"> {{this}} </span>
|
|
92
|
-
</div>
|
|
93
|
-
{{/with~}}
|
|
94
|
-
{{/unless}}
|
|
95
|
-
{{/unless}}
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
|
|
16
16
|
{{!-- Überschrift: --}}
|
|
17
17
|
<div class="flex pb-5 pr-2 md:pr-5">
|
|
18
|
-
{{> components/
|
|
18
|
+
{{> components/podcast/components/podcast_title _title=this.title _teaserSize=this.realTeaserSize _addClass="" }}
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
21
|
{{!-- {{#switch this.realTeaserSize }}
|
|
22
22
|
{{#case "100"}}
|
|
23
|
-
{{> components/
|
|
23
|
+
{{> components/podcast/components/podcast_playlist_shorttext}}
|
|
24
24
|
{{/case}}
|
|
25
25
|
{{/switch}} --}}
|
|
26
26
|
|
|
27
|
-
{{> components/
|
|
27
|
+
{{> components/podcast/components/podcast_playlist_shorttext}}
|
|
28
28
|
|
|
29
29
|
{{!-- Abo-Dropdown --}}
|
|
30
30
|
{{#if this.isSingleChannel}}
|
|
31
31
|
|
|
32
|
-
{{> components/
|
|
32
|
+
{{> components/podcast/components/podcast_subscribe_button}}
|
|
33
33
|
|
|
34
34
|
{{/if}}
|
|
35
35
|
</div>
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
{{!-- {{#switch this.realTeaserSize }}
|
|
52
52
|
{{#case "50"}}
|
|
53
53
|
<div class="flex flex-row w-full px-5 md:pl-5">
|
|
54
|
-
{{> components/
|
|
54
|
+
{{> components/podcast/components/podcast_playlist_shorttext}}
|
|
55
55
|
</div>
|
|
56
56
|
{{/case}}
|
|
57
57
|
{{/switch}} --}}
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
ax-load-src={{resourceUrl "assets/js/vendor/podcast_player.alpine.js" }}>
|
|
70
70
|
{{#each this.playlistItems}}
|
|
71
71
|
<div class="flex pb-5 {{#unless @last}}border-white border-b{{/unless}}">
|
|
72
|
-
{{> components/
|
|
72
|
+
{{> components/podcast/components/podcast_player_ui
|
|
73
73
|
_isPlaylistPlayer=true
|
|
74
74
|
_podcastDuration=this.duration
|
|
75
75
|
_title=this.title
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<div class="grid gap-y-6 relative gap-x-4 flex-col pt-5 mx-5 sm:mx-0 md:pt-5 bg-highlight-1 rounded-tl-hr rounded-br-hr col-span-12{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
|
|
2
|
-
{{> components/
|
|
2
|
+
{{> components/podcast/podcast_playlist_player _linkTitle="true" _isSinglePage=false _type="podcastPlaylistPlayerTeaser" }}
|
|
3
3
|
</div>
|
|
4
4
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<div class="relative grid flex-col col-span-12 mx-5 sm:mx-0 gap-y-6 gap-x-4 bg-highlight-1 rounded-tl-hr rounded-br-hr{{inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}" >
|
|
2
|
-
{{> components/
|
|
2
|
+
{{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=true _type="podcastEpisodePlayerTeaser" }}
|
|
3
|
+
{{> components/podcast/components/podcast_player_shorttext }}
|
|
3
4
|
</div>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<div class="w-full bg-highlight-1 rounded-tl-hr rounded-br-hr" >
|
|
2
|
+
{{> components/podcast/podcast_player _linkTitle="true" _isSinglePage=false _type="podcastEpisodePlayer"}}
|
|
3
|
+
</div>
|
|
4
|
+
<div class="pt-5">
|
|
5
|
+
{{> components/podcast/components/podcast_player_shorttext }}
|
|
6
|
+
</div>
|
|
7
|
+
{{> components/content/content_footer/content_footer
|
|
8
|
+
_author=this.audioAuthor
|
|
9
|
+
_showDate=this.hasDwellTime
|
|
10
|
+
_date=this.airdateDate
|
|
11
|
+
_copyright=this.copyright
|
|
12
|
+
_isArchiveContent=this.isArchiveContent
|
|
13
|
+
_posterCopyright="poster_copyright"}}
|
|
File without changes
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<footer class="flex flex-col px-5 text-sm font-copy{{#if _addClass}} {{_addClass}}{{/if}}">
|
|
2
|
+
{{~#with _author ~}}
|
|
3
|
+
<p class="block first:mt-6 contentFooter__byline text__byline">
|
|
4
|
+
Autor: {{this}}
|
|
5
|
+
</p>
|
|
6
|
+
{{~/with~}}
|
|
7
|
+
{{#if _showDate ~}}
|
|
8
|
+
{{#with _date}}
|
|
9
|
+
<p class="block contentFooter__byline text__byline">
|
|
10
|
+
<time datetime="{{this.htmlDateTime}}">{{loca "date_published" this.date this.time }}</time>
|
|
11
|
+
</p>
|
|
12
|
+
{{/with~}}
|
|
13
|
+
{{/if}}
|
|
14
|
+
|
|
15
|
+
{{~#with _source}}
|
|
16
|
+
<p class="block contentFooter__byline text__byline">
|
|
17
|
+
{{~loca "copyright_source"~}}
|
|
18
|
+
{{~#each this}}
|
|
19
|
+
{{~#if @first}} {{this}}{{else}}, {{this}}{{/if~}}
|
|
20
|
+
{{/each~}}
|
|
21
|
+
</p>
|
|
22
|
+
{{/with~}}
|
|
23
|
+
|
|
24
|
+
{{~#with _copyright ~}}
|
|
25
|
+
<p class="block contentFooter__byline text__byline">
|
|
26
|
+
{{~loca "copyright_source"}} {{loca "copyright_symbol" this ~}}
|
|
27
|
+
</p>
|
|
28
|
+
{{~/with~}}
|
|
29
|
+
|
|
30
|
+
{{~#if _isArchiveContent}}
|
|
31
|
+
<p class="block contentFooter__byline text__byline">
|
|
32
|
+
{{loca "archive_content"}}
|
|
33
|
+
</p>
|
|
34
|
+
{{/if}}
|
|
35
|
+
|
|
36
|
+
{{~#with _posterCopyright ~}}
|
|
37
|
+
{{~#with ../teaseritem.copyrightWithLinks}}
|
|
38
|
+
<p class="block contentFooter__byline text__byline">
|
|
39
|
+
{{~loca ../this this}}
|
|
40
|
+
</p>
|
|
41
|
+
{{~/with~}}
|
|
42
|
+
{{~/with~}}
|
|
43
|
+
|
|
44
|
+
<!-- TODO teaseritem.copyrightWithLinks dont work in gallery, generalize model -->
|
|
45
|
+
{{~#with _galleryCopyright ~}}
|
|
46
|
+
<p class="block contentFooter__byline text__byline">
|
|
47
|
+
{{~loca this ../copyrightWithLinks}}
|
|
48
|
+
</p>
|
|
49
|
+
{{~/with~}}
|
|
50
|
+
</footer>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{> components/button/components/button_label _label="2" _css=""}}
|
|
12
12
|
{{/components/button/link_button}}
|
|
13
13
|
{{else}}
|
|
14
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
14
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
15
15
|
{{~/if~}}
|
|
16
16
|
{{~/unless~}}
|
|
17
17
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="flex">
|
|
3
3
|
{{> components/pagination/pagination_button_left }}
|
|
4
4
|
{{#with this}}
|
|
5
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
5
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
6
6
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
7
7
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
8
8
|
{{/components/button/link_button}}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
aria-current="true"
|
|
11
11
|
{{/inline}}
|
|
12
12
|
{{/with}}
|
|
13
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
13
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
14
14
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
15
15
|
<span class="sr-only">Zur Seite: </span>
|
|
16
16
|
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
27
27
|
{{/components/button/link_button}}
|
|
28
28
|
{{#with this}}
|
|
29
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
29
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
30
30
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
31
31
|
{{> components/button/components/button_label _label="2" _css=""}}
|
|
32
32
|
{{/components/button/link_button}}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
aria-current="true"
|
|
35
35
|
{{/inline}}
|
|
36
36
|
{{/with}}
|
|
37
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
37
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
38
38
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
39
39
|
<span class="sr-only">Zur Seite: </span>
|
|
40
40
|
{{> components/button/components/button_label _label=_totalPages _css=""}}
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
<span class="sr-only">Zur Seite: </span>
|
|
49
49
|
{{> components/button/components/button_label _label="1" _css=""}}
|
|
50
50
|
{{/components/button/link_button}}
|
|
51
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
51
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
52
52
|
{{#with this}}
|
|
53
|
-
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1"}}
|
|
53
|
+
{{#> components/button/link_button _size="md" _variant="primary" _css="mr-1 ml-1 dark:fill-link-dark"}}
|
|
54
54
|
<span class="sr-only">Aktuelle Seite: </span>
|
|
55
55
|
{{> components/button/components/button_label _label=_currentPage _css=""}}
|
|
56
56
|
{{/components/button/link_button}}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
{{/with}}
|
|
61
61
|
{{~#if _notLastPage~}}
|
|
62
62
|
{{~#if _notLastButOnePage~}}
|
|
63
|
-
<span class="pt-1 ml-2 mr-2 font-title">…</span>
|
|
63
|
+
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
64
64
|
{{~/if~}}
|
|
65
65
|
{{#> components/button/link_button _size="md" _variant="secondary" _link=this.lastPageItemLink _css="mr-1 ml-1"}}
|
|
66
66
|
<span class="sr-only">Zur Seite: </span>
|