Compare commits
3 commits
34d631e93a
...
5663caa137
Author | SHA1 | Date | |
---|---|---|---|
|
5663caa137 | ||
|
5524256bd3 | ||
|
231a5b6d87 |
|
@ -11,6 +11,7 @@ outputs:
|
||||||
- transcripthtml
|
- transcripthtml
|
||||||
- transcriptjson
|
- transcriptjson
|
||||||
- transcriptpodlove
|
- transcriptpodlove
|
||||||
|
- podlove-episode
|
||||||
type: episode
|
type: episode
|
||||||
params:
|
params:
|
||||||
enclosure:
|
enclosure:
|
||||||
|
@ -32,7 +33,9 @@ params:
|
||||||
codecs: "" # optional; codec string as in RFC 6381
|
codecs: "" # optional; codec string as in RFC 6381
|
||||||
guid: "" # podcast field: guid
|
guid: "" # podcast field: guid
|
||||||
# duration: 0 # podcast field: itunes:duration ; expressed in seconds
|
# duration: 0 # podcast field: itunes:duration ; expressed in seconds
|
||||||
# image: "" # podcast field: itunes:image ; image for the episode
|
# image: # podcast field: itunes:image ; image for the episode
|
||||||
|
# resource_file: ""
|
||||||
|
# external_url: ""
|
||||||
# explicit: false # podcast field: itunes:explicit
|
# explicit: false # podcast field: itunes:explicit
|
||||||
# episode_number: 0 # podcast field: itunes:episode and podcast:episode ; the number of the episode in the series/season
|
# episode_number: 0 # podcast field: itunes:episode and podcast:episode ; the number of the episode in the series/season
|
||||||
# season: # podcast field: itunes:season
|
# season: # podcast field: itunes:season
|
||||||
|
|
13
assets/podlove-web-player/node_modules/.package-lock.json
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"name": "podlove-web-player",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"node_modules/@podlove/web-player": {
|
||||||
|
"version": "5.12.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@podlove/web-player/-/web-player-5.12.3.tgz",
|
||||||
|
"integrity": "sha512-tcptV+LvgbNzcM1+jd5JUUK/Lkhv/AC7E4AXAfRvaF0+aCJ1jzUwt72yLBuIlMvedxEYVmZjOMoOyoqfnA74Hg==",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
3
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/035d8a428c4eb0e59ffcde589df96b42.svg
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM13.6676 3.37567C13.7915 2.97119 14.2199 2.74373 14.6243 2.86763C17.7102 3.81284 20.0832 6.20187 21.1522 9.40884C21.286 9.81016 21.0691 10.2439 20.6677 10.3777C20.2664 10.5115 19.8327 10.2946 19.6989 9.89328C18.7764 7.12579 16.7579 5.12332 14.1757 4.33237C13.7712 4.20847 13.5437 3.78014 13.6676 3.37567ZM13.2467 5.68555C13.3922 5.28832 13.8321 5.08422 14.2293 5.22969C16.2605 5.9735 18.0038 7.75213 18.7683 9.79063C18.9168 10.1867 18.7161 10.6282 18.32 10.7768C17.9239 10.9253 17.4824 10.7246 17.3339 10.3285C16.7196 8.69042 15.2969 7.25203 13.7026 6.66818C13.3053 6.52272 13.1012 6.08278 13.2467 5.68555ZM12.8359 8.05468C13.0125 7.67028 13.4673 7.50184 13.8517 7.67846C14.9991 8.20563 15.7688 9.14995 16.2769 10.1097C16.4749 10.4836 16.3322 10.9471 15.9584 11.145C15.5845 11.343 15.121 11.2003 14.9231 10.8265C14.512 10.05 13.9541 9.41138 13.2121 9.07047C12.8277 8.89386 12.6593 8.43907 12.8359 8.05468ZM11.9541 5.58778C12.1959 6.47188 11.6752 7.38457 10.7911 7.62633C8.85423 8.15598 7.42979 9.93382 7.42979 12.0434C7.42979 14.5743 9.47734 16.6213 11.9973 16.6213C14.0341 16.6213 15.8907 15.2359 16.493 13.3148C16.7673 12.4402 17.6985 11.9535 18.5731 12.2278C19.4477 12.502 19.9344 13.4333 19.6602 14.3078C18.6285 17.5981 15.5003 19.9404 11.9973 19.9404C7.639 19.9404 4.11064 16.4022 4.11064 12.0434C4.11064 8.40313 6.56958 5.33973 9.91558 4.42473C10.7997 4.18297 11.7124 4.70368 11.9541 5.58778Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
6
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/0acef6679b54482b9deac26017aee228.svg
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6442 9.64316C13.2022 9.3949 13.5912 8.83566 13.5912 8.18555C13.5912 7.30488 12.8773 6.59096 11.9967 6.59096C11.116 6.59096 10.4021 7.30488 10.4021 8.18555C10.4021 8.83712 10.7929 9.39742 11.3529 9.64483L4.62 23.4262L5.7662 23.9861L7.4602 20.5187L18.4313 23.5607L18.6593 24L19.7915 23.4123L12.6442 9.64316ZM15.6115 18.1284L18.0968 22.9164L8.11449 20.1486L15.6115 18.1284ZM10.1559 15.0009L15.0655 17.0765L13.2675 13.6129L10.1756 14.9607L10.1559 15.0009ZM12.0139 11.1978L13.0221 13.1401L10.5355 14.224L12.0139 11.1978ZM7.87898 19.6615L9.92224 15.4792L15.1687 17.6972L7.87898 19.6615Z" fill="black"/>
|
||||||
|
<path d="M20.1773 8.20002C20.1565 3.68815 16.509 0.03311 12 0.000244141V0.744405C16.098 0.777244 19.4124 4.09913 19.4331 8.20002H20.1773Z" fill="black"/>
|
||||||
|
<path d="M18.1575 8.20002C18.1576 8.1952 18.1576 8.19038 18.1576 8.18555C18.1576 4.78304 15.4015 2.02424 12 2.01983V2.76397C14.9905 2.76838 17.4134 5.19401 17.4134 8.18555C17.4134 8.19038 17.4134 8.1952 17.4134 8.20002H18.1575Z" fill="black"/>
|
||||||
|
<path d="M16.0314 8.20002C16.0314 8.1952 16.0314 8.19038 16.0314 8.18555C16.0314 5.95726 14.2273 4.15035 12 4.14595V4.89009C13.8163 4.89449 15.2873 6.36823 15.2873 8.18555C15.2873 8.19038 15.2873 8.1952 15.2873 8.20002H16.0314Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
3
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/0da38e7c310ae2d63beae21118f50f97.svg
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14.1596 14.3977C13.6939 13.9064 12.876 13.5914 11.9104 13.5914C10.9448 13.5914 10.1269 13.9064 9.66118 14.3977C9.41822 14.6541 9.28971 14.9169 9.24926 15.2913C9.17083 16.0164 9.21485 16.6407 9.29983 17.6388C9.38073 18.5899 9.5344 19.8582 9.73493 21.1499C9.87762 22.0692 9.99355 22.5653 10.0991 22.9206C10.2703 23.4965 10.91 24 11.9104 24C12.9107 24 13.5504 23.4963 13.7216 22.9206C13.8272 22.5653 13.9431 22.0692 14.0858 21.1499C14.2863 19.8582 14.44 18.5899 14.5209 17.6388C14.6059 16.6405 14.6499 16.0163 14.5715 15.2913C14.531 14.917 14.4025 14.6541 14.1596 14.3977ZM9.37309 10.0229C9.37309 11.4255 10.5102 12.5626 11.9128 12.5626C13.3155 12.5626 14.4526 11.4255 14.4526 10.0229C14.4526 8.62016 13.3155 7.48308 11.9128 7.48308C10.5102 7.48308 9.37309 8.62016 9.37309 10.0229ZM11.8813 4.54696e-05C5.94149 0.0169414 1.07436 4.83573 1.00086 10.7752C0.941164 15.5866 4.01252 19.7023 8.30124 21.2108C8.40533 21.2474 8.51102 21.161 8.49462 21.0518C8.43838 20.6783 8.38535 20.3029 8.33664 19.9338C8.31937 19.8033 8.23625 19.6908 8.11576 19.6381C4.72597 18.1572 2.35894 14.7576 2.39693 10.8196C2.44675 5.65166 6.66678 1.43854 11.8347 1.39673C17.1179 1.35406 21.4296 5.63946 21.4296 10.913C21.4296 14.8115 19.0729 18.1694 15.7095 19.6385C15.5891 19.6912 15.5064 19.804 15.4893 19.9344C15.4406 20.3034 15.3875 20.6787 15.3314 21.0518C15.3149 21.161 15.4206 21.2474 15.5247 21.2109C19.7725 19.7168 22.8259 15.6651 22.8259 10.9131C22.8257 4.88494 17.9132 -0.0172204 11.8813 4.54696e-05ZM11.6841 5.00654C15.0513 4.87618 17.8321 7.57755 17.8321 10.9163C17.8321 12.6143 17.1128 14.1472 15.963 15.2268C15.8654 15.3183 15.813 15.4483 15.8205 15.5819C15.8435 15.988 15.8351 16.3827 15.8081 16.8284C15.8008 16.9471 15.934 17.023 16.0323 16.956C17.9604 15.6384 19.2286 13.4228 19.2286 10.9163C19.2286 6.78924 15.7909 3.44989 11.6287 3.61121C7.7607 3.76117 4.6574 6.9503 4.60782 10.8211C4.57526 13.3668 5.85121 15.6221 7.80411 16.9563C7.90215 17.0232 8.03498 16.9473 8.0277 16.8286C8.00057 16.3827 7.99231 15.988 8.01512 15.5819C8.02264 15.4485 7.97035 15.3185 7.87305 15.2271C6.68738 14.1139 5.95925 12.5187 6.00562 10.7576C6.08726 7.65833 8.58601 5.12653 11.6841 5.00654Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
3
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/2060a5107a8ac0c1d4e4c5563cc25603.svg
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM7.00913 18.84C5.92085 18.0755 5.03238 17.062 4.41831 15.8844C3.80423 14.7068 3.48246 13.3996 3.48 12.0724C3.48 7.45952 7.29449 3.72 12 3.72C16.7055 3.72 20.52 7.45952 20.52 12.0724C20.5176 13.3968 20.1972 14.7014 19.5856 15.8771C18.974 17.0528 18.0889 18.0655 17.0044 18.8304L15.1235 16.2732C15.8125 15.798 16.3759 15.1637 16.7656 14.4243C17.1552 13.6849 17.3596 12.8625 17.3612 12.0273C17.3612 9.15054 14.9828 6.81891 12.0488 6.81891C9.11483 6.81891 6.7363 9.15076 6.7363 12.0273C6.73776 12.8521 6.93703 13.6647 7.31749 14.3971C7.69795 15.1296 8.24858 15.7608 8.92345 16.238L7.00913 18.84ZM9.92976 12.0177C9.92213 11.594 10.0412 11.1776 10.2718 10.8215C10.5024 10.4655 10.8341 10.1859 11.2246 10.0185C11.6152 9.85104 12.0469 9.80328 12.4647 9.88129C12.8826 9.95931 13.2677 10.1596 13.571 10.4565C13.8743 10.7535 14.082 11.1338 14.1678 11.5489C14.2535 11.964 14.2134 12.3951 14.0524 12.7874C13.8915 13.1797 13.6171 13.5153 13.2642 13.7516C12.9112 13.9878 12.4957 14.114 12.0706 14.114C11.5079 14.119 10.9662 13.9009 10.5647 13.5078C10.1633 13.1147 9.93485 12.5787 9.92976 12.0177Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
10
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/287c5f2086c67ad74d3572c7cb057707.svg
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||||
|
<g transform="matrix(0.326797,0,0,0.326797,-3.55271e-15,-3.55271e-15)">
|
||||||
|
<rect x="0" y="0" width="73.44" height="73.44" style="fill-rule:nonzero;"/>
|
||||||
|
</g>
|
||||||
|
<g transform="matrix(0.326797,0,0,0.326797,-3.55271e-15,1)">
|
||||||
|
<path d="M64.328,63.276C63.013,62.984 61.843,62.219 61.154,61.2C60.712,60.547 60.337,59.44 60.333,58.779C60.326,57.392 58.912,56.22 57.117,56.113C56.679,56.086 54.785,56.046 52.91,56.024C49.187,55.979 48.975,55.949 47.628,55.27C46.711,54.807 45.403,53.476 44.953,52.547C44.409,51.424 44.241,50.59 44.301,49.308C44.347,48.314 44.511,47.609 45.91,42.425C47.725,35.702 47.83,35.428 49.088,34.176C50.409,32.861 51.733,32.307 53.557,32.304L54.534,32.303L54.475,30.02C54.413,27.617 54.26,26.464 53.781,24.782C52.281,19.516 47.971,15.019 42.749,13.269C40.939,12.662 39.879,12.484 37.726,12.422C36.053,12.374 35.541,12.4 34.426,12.59C28.133,13.663 22.997,18.006 20.908,24.022C20.251,25.913 20.051,27.192 19.986,29.91L19.929,32.303L20.526,32.303C22.534,32.303 24.832,33.766 25.821,35.673C26.365,36.724 29.412,47.976 29.496,49.246C29.712,52.5 27.315,55.455 24.05,55.962C22.094,56.265 19.808,55.381 18.456,53.798C18.015,53.282 17.899,53.207 17.547,53.207C16.968,53.207 15.935,52.916 15.317,52.58C14.65,52.217 13.794,51.321 13.437,50.612C13.287,50.315 12.787,48.607 12.325,46.818C11.4,43.228 11.308,42.452 11.677,41.31C11.941,40.49 12.648,39.481 13.301,38.991C13.847,38.581 13.851,38.572 14.045,37.585C14.153,37.039 14.356,36.333 14.498,36.016C15.045,34.794 16.227,33.52 17.337,32.953L17.758,32.739L17.758,30.701C17.758,27.557 18.041,25.602 18.822,23.346C21.093,16.788 26.568,11.981 33.436,10.516C35.02,10.178 38.151,10.096 39.872,10.347C41.447,10.577 42.597,10.865 43.943,11.367C50.984,13.994 55.858,20.359 56.594,27.886C56.655,28.513 56.705,29.95 56.705,31.08L56.705,33.136L57.018,33.321C57.595,33.661 58.766,35.014 59.113,35.741C59.491,36.535 59.786,37.565 59.786,38.097C59.786,38.393 59.866,38.508 60.256,38.777C61.704,39.773 62.513,41.376 62.399,43.021C62.33,44.01 60.784,49.9 60.389,50.681C59.665,52.108 57.877,53.201 56.258,53.205C55.834,53.206 55.72,53.255 55.523,53.522L55.29,53.838L56.685,53.891C58.351,53.954 59.317,54.243 60.443,55.013C61.699,55.871 62.352,56.955 62.52,58.461C62.645,59.575 62.961,60.18 63.664,60.651C64.404,61.147 65.007,61.238 67.555,61.238C68.893,61.238 69.898,61.284 70.024,61.351C70.291,61.494 70.568,62.021 70.568,62.386C70.568,62.539 70.424,62.827 70.247,63.024L69.926,63.383L67.469,63.405C65.716,63.421 64.816,63.383 64.328,63.275L64.328,63.276ZM17.285,51.914C17.254,51.808 16.526,49.098 15.668,45.89C14.809,42.683 14.083,39.985 14.053,39.894C14.014,39.776 13.847,39.893 13.461,40.311C12.873,40.948 12.477,41.945 12.477,42.79C12.477,43.253 14.003,49.286 14.299,49.996C14.541,50.574 14.95,51.066 15.507,51.45C16.368,52.042 17.405,52.313 17.285,51.914L17.285,51.914ZM57.887,51.733C58.556,51.39 59.275,50.649 59.551,50.016C59.67,49.744 60.118,48.154 60.547,46.484C61.423,43.068 61.491,42.434 61.093,41.37C60.806,40.602 59.778,39.47 59.703,39.839C59.615,40.274 56.567,51.615 56.469,51.873C56.37,52.133 56.377,52.136 56.866,52.069C57.14,52.032 57.599,51.88 57.887,51.733Z" style="fill:white;fill-rule:nonzero;"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
3
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/2b4dfe86984686acf14a5327163f93fe.svg
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.00008 16.9887L2.00513 6.9798C2.00044 6.21259 2.31185 5.66738 2.94512 5.2759L11.003 0.314939C11.6764 -0.102786 12.3021 -0.106161 12.9794 0.311939L21.0719 5.28902C21.6918 5.66887 21.9986 6.22647 21.9993 6.96705L22 17.0138C22 17.7525 21.7041 18.315 21.082 18.696L12.9631 23.6944C12.3136 24.0942 11.6987 24.1069 11.0492 23.7019L2.95053 18.7249C2.30319 18.3296 1.99431 17.7739 2.00008 16.9887ZM12.5 8.59328C12.5131 8.03164 12.812 7.683 13.3055 7.72852C13.7296 7.76409 13.9947 8.10355 14 8.63105V14.1774C13.9955 14.74 13.6978 15.1004 13.2388 15.1081C12.7956 15.1163 12.5192 14.7659 12.5 14.2511V12.8297C12.4959 12.4556 12.2705 12.2499 11.9934 12.2449C11.7179 12.2399 11.5065 12.4446 11.5 12.8165V14.0545C11.491 14.6347 11.207 15.0062 10.7344 15.0003C10.2769 14.9944 10.0098 14.6362 10 14.08V12.4715C10 12.2131 9.92406 12.0253 9.85573 11.8996C9.78287 11.767 9.66878 11.7047 9.50701 11.7023C9.18164 11.6978 9.00082 11.9463 9 12.5025V16.0799C9.00327 16.4585 8.91274 16.7353 8.61478 16.9028C8.08988 17.1974 7.47945 16.7892 7.47124 16.1281L7.46306 13.4228C7.45894 13.1041 7.33919 12.7971 7 12.8161C6.65139 12.7971 6.49044 13.1694 6.5 13.4002C6.5 14 6.21487 14.317 5.77437 14.318C5.38313 14.3194 5.01186 13.9747 5.00082 13.5197L5 10.7684C5.00982 10.3242 5.38227 9.97827 5.77518 9.97372C6.1307 9.96871 6.41186 10.2576 6.5 10.6544C6.51669 10.7282 6.52524 10.8033 6.53375 10.8781C6.55092 11.0291 6.56795 11.1787 6.65139 11.3138C6.73269 11.4426 6.86289 11.507 7.03331 11.5012C7.29157 11.4925 7.45978 11.3191 7.46633 11.0023L7.47288 9.25915C7.48311 8.62286 7.99676 8.22962 8.52882 8.43717C8.84444 8.55599 8.98927 8.81349 9 9.19634V9.87905C9.01892 10.2426 9.23782 10.4325 9.52338 10.4216C9.80005 10.4107 9.99591 10.2377 10 9.87632V7.90465C10.018 7.15823 10.6243 6.76589 11.1842 7.14912C11.4604 7.3383 11.5021 7.6307 11.5 7.9752V10.4056C11.4988 10.6764 11.6097 10.8865 11.8739 10.9509C12.1956 11.0296 12.4935 10.8235 12.5 10.4275V8.59328ZM16.5 13.9557C16.4972 14.1682 16.4521 14.3516 16.3674 14.497C16.2394 14.719 16.0259 14.8541 15.7555 14.8715C15.3241 14.8988 15.0115 14.5629 15 14.0513V10.7538C15.0111 10.2262 15.286 9.92223 15.7539 9.94277C16.2004 9.96188 16.4943 10.3101 16.5 10.8394V13.9557ZM19 13.319C18.9583 13.7983 18.6992 14.0691 18.25 14.0691C17.8317 14.0691 17.5206 13.7147 17.5 13.2416C17.5 13.1499 17.4983 13.0583 17.4967 12.9668C17.4934 12.784 17.4901 12.6012 17.5 12.4178C17.5246 11.9545 17.8419 11.5895 18.25 11.5895C18.6562 11.5895 19 11.8633 19 12.3605V13.319Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
10
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/2eeadf12e62c693c7b018a4999eb5d5c.svg
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0)">
|
||||||
|
<path d="M12.2529 0.276978C5.62568 0.276978 0.252991 5.64953 0.252991 12.2768C0.252991 18.9043 5.62568 24.2764 12.2529 24.2764C18.8809 24.2764 24.253 18.9043 24.253 12.2768C24.253 5.64996 18.8809 0.277551 12.2528 0.277551L12.2529 0.276978ZM17.756 17.5841C17.5411 17.9366 17.0797 18.0484 16.7272 17.832C13.9097 16.111 10.3629 15.7213 6.18582 16.6756C5.78331 16.7673 5.38208 16.5151 5.29037 16.1125C5.19823 15.7098 5.44943 15.3086 5.85295 15.2169C10.424 14.1726 14.345 14.6222 17.5081 16.5553C17.8606 16.7716 17.9724 17.2316 17.756 17.5841ZM19.2248 14.3167C18.954 14.7569 18.3779 14.8959 17.938 14.6251C14.7124 12.6425 9.79556 12.0683 5.98034 13.2264C5.48554 13.3758 4.96294 13.097 4.81277 12.603C4.66375 12.1082 4.94274 11.5867 5.43668 11.4362C9.7947 10.1139 15.2125 10.7544 18.9167 13.0306C19.3566 13.3015 19.4956 13.8774 19.2248 14.3167ZM19.3509 10.9143C15.4834 8.61716 9.10244 8.40594 5.40988 9.52665C4.81693 9.70649 4.18987 9.37175 4.01018 8.7788C3.83049 8.18556 4.16494 7.55893 4.75832 7.37866C8.99712 6.09188 16.0436 6.34049 20.4964 8.98385C21.0309 9.30039 21.2057 9.98921 20.889 10.5218C20.5738 11.0552 19.8831 11.231 19.3515 10.9143H19.3509Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
4
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/4590dad9a6b2f051fc84a0ecb85c80fe.svg
generated
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5.80408 9.96734C5.80408 9.8204 5.87755 9.79591 6.02449 9.79591H6.85714C7.64082 9.79591 8.17959 10.3837 8.4 11.1184C8.57143 11.7306 8.57143 12.4408 8.35102 13.0286C8.17959 13.4449 7.9102 13.7633 7.49388 13.9347C7.24898 14.0326 7.00408 14.0816 6.75918 14.0816H6.04898C5.87755 14.0816 5.80408 14.0326 5.80408 13.8857V9.96734Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM19.4449 15.0123C19.7143 14.0082 19.8857 13.0041 19.8857 12.1959C19.8857 11.2653 19.8367 10.5796 19.7143 9.89388C19.3469 8.08164 18.6122 6.41633 17.4367 4.94695C17.1918 4.65307 16.9469 4.38368 16.702 4.13878C16.5551 4.01633 16.4327 4.01633 16.2857 4.13878C16.0228 4.3725 15.7773 4.61494 15.544 4.84529C15.3862 5.0011 15.2339 5.15148 15.0857 5.2898C15.0367 5.33878 15.0122 5.38776 14.9878 5.43674C14.9633 5.51021 15.0122 5.58368 15.0612 5.65715C15.1347 5.75511 15.2327 5.85307 15.3306 5.95103C16.2122 6.93062 16.849 8.05715 17.2408 9.30613C17.6327 10.5306 17.7306 11.8041 17.5347 13.0776C17.4612 13.7878 17.2653 14.4735 17.0204 15.1592C16.8 15.7469 16.5306 16.3102 16.1878 16.849C15.8449 17.3878 15.4531 17.8776 15.0122 18.3184C14.8653 18.4408 14.8653 18.5878 15.0122 18.7102C15.1347 18.8082 15.2571 18.9306 15.3796 19.0531C15.6735 19.3225 15.9429 19.5918 16.2122 19.8612C16.3347 19.9837 16.4571 19.9837 16.5796 19.8857L16.7265 19.7388C17.5102 18.9306 18.1714 18.0245 18.6612 17.0204C18.9796 16.3592 19.249 15.7225 19.4449 15.0123ZM14.4245 15.2082C14.9143 14.1796 15.1837 13.102 15.1837 12C15.1837 11.3878 15.1102 10.8 14.9388 10.2123C14.6694 9.20817 14.2531 8.25307 13.5918 7.42041C13.4449 7.2245 13.2735 7.00409 13.0776 6.83266C12.9796 6.7347 12.8816 6.7347 12.7592 6.80817C12.7347 6.80817 12.7102 6.83266 12.6857 6.85715C12.4898 7.0408 12.2939 7.23056 12.098 7.42033C11.9021 7.61013 11.7061 7.80001 11.5102 7.98368C11.3878 8.13062 11.3633 8.25307 11.5102 8.40001C12.0735 9.01225 12.4898 9.69797 12.7102 10.4816C12.9306 11.1674 12.9796 11.8531 12.8816 12.5633C12.7592 13.4694 12.4408 14.302 11.902 15.0612L11.4612 15.5755C11.3633 15.698 11.3878 15.8204 11.4857 15.9184C11.902 16.3347 12.2939 16.7266 12.7102 17.1184C12.8327 17.2408 12.9551 17.2408 13.0776 17.1184L13.1265 17.0694C13.6653 16.5306 14.1061 15.8939 14.4245 15.2082ZM10.3102 11.7306C10.2857 11.3143 10.2122 10.898 10.0408 10.5061C9.77143 9.8204 9.30612 9.28163 8.66939 8.91428C8.13061 8.59591 7.51837 8.47346 6.90612 8.47346H4.60408C4.45714 8.47346 4.40816 8.52244 4.40816 8.69387V15.5265C4.40816 15.6245 4.45714 15.6735 4.57959 15.6735H6.68571C7.07755 15.6735 7.42041 15.6 7.76327 15.5265C8.86531 15.2816 9.64898 14.6449 10.0408 13.6163C10.2857 13.0041 10.3592 12.3673 10.3102 11.7306Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
15
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/5859e6cff688ed2fa5ed2fdacdc4fd55.svg
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0)">
|
||||||
|
<path d="M21.5006 12.4017C21.3847 11.8747 21.1277 11.4329 20.7305 11.0758C20.333 10.7188 19.8755 10.5089 19.3575 10.4464C17.7147 10.2679 15.2371 10.1786 11.9244 10.1786C8.61175 10.1786 6.13856 10.2679 4.50457 10.4464C3.97793 10.5089 3.51812 10.7188 3.12512 11.0758C2.73221 11.433 2.47327 11.8749 2.34821 12.4017C2.1161 13.4376 2 15 2 17.0893C2 19.2143 2.1161 20.7769 2.34821 21.777C2.46445 22.3035 2.72118 22.7458 3.1185 23.1027C3.51582 23.4598 3.97342 23.6652 4.49121 23.7188C6.13425 23.9063 8.61204 24 11.9245 24C15.2367 24 17.7149 23.9063 19.3574 23.7188C19.8754 23.6652 20.3307 23.4598 20.7237 23.1027C21.1166 22.7458 21.3756 22.3035 21.5005 21.777C21.7326 20.7411 21.8488 19.1786 21.8488 17.0893C21.8488 14.9644 21.7325 13.4017 21.5006 12.4017ZM7.66569 13.7546H6.23266V21.375H4.89345V13.7546H3.48711V12.4957H7.66574L7.66569 13.7546ZM11.2817 21.375H10.0897V20.6516C9.60759 21.1965 9.15205 21.4687 8.72349 21.4687C8.31285 21.4687 8.05386 21.3034 7.94686 20.9732C7.87551 20.7589 7.83963 20.4328 7.83963 19.9954V14.7589H9.03159V19.6339C9.03159 19.9195 9.03609 20.0758 9.0451 20.1026C9.07189 20.2901 9.16556 20.3839 9.32637 20.3839C9.56739 20.3839 9.82201 20.1964 10.0898 19.8214V14.7589H11.2817L11.2817 21.375ZM15.8353 19.3928C15.8353 20.0445 15.7952 20.4912 15.7152 20.7324C15.563 21.2232 15.2463 21.4687 14.7642 21.4687C14.3356 21.4687 13.9205 21.2232 13.5185 20.7324V21.3751H12.3267V12.4957H13.5185V15.402C13.9026 14.9201 14.3176 14.679 14.7642 14.679C15.2463 14.679 15.563 14.929 15.7152 15.4289C15.7951 15.6611 15.8353 16.103 15.8353 16.7548V19.3928ZM20.3621 18.2947H17.9649V19.4599C17.9649 20.076 18.1701 20.3839 18.5808 20.3839C18.8754 20.3839 19.0541 20.2233 19.1165 19.9016C19.1342 19.8124 19.1433 19.5402 19.1433 19.0849H20.3621V19.2589C20.3621 19.6965 20.3529 19.9553 20.3352 20.0358C20.3086 20.2766 20.2152 20.5177 20.054 20.7589C19.7326 21.2321 19.2501 21.4687 18.6073 21.4687C17.9915 21.4687 17.5093 21.241 17.161 20.7858C16.9022 20.4554 16.7728 19.9376 16.7728 19.2322V16.9151C16.7728 16.2098 16.8976 15.6919 17.1474 15.3615C17.4958 14.9062 17.9735 14.6786 18.5808 14.6786C19.1792 14.6786 19.6527 14.9062 20.0005 15.3615C20.2419 15.6919 20.3621 16.2098 20.3621 16.9151V18.2947Z" fill="black"/>
|
||||||
|
<path d="M14.1208 15.7635C13.9154 15.7635 13.7147 15.8621 13.5182 16.0583V20.0894C13.7146 20.2857 13.9154 20.3839 14.1208 20.3839C14.4689 20.3839 14.6434 20.085 14.6434 19.4865V16.6609C14.6434 16.0626 14.4692 15.7635 14.1208 15.7635Z" fill="black"/>
|
||||||
|
<path d="M18.5675 15.7635C18.1658 15.7635 17.9649 16.0673 17.9649 16.6741V17.2902H19.1701V16.6741C19.1701 16.067 18.9692 15.7635 18.5675 15.7635Z" fill="black"/>
|
||||||
|
<path d="M6.88927 5.34375V8.97335H8.22848V5.34375L9.84877 0H8.48273L7.57222 3.52236L6.62123 0H5.20166C5.45169 0.750078 5.74187 1.58483 6.07225 2.50453C6.49195 3.7366 6.76411 4.68318 6.88927 5.34375Z" fill="black"/>
|
||||||
|
<path d="M11.6434 9.0671C12.2595 9.0671 12.7326 8.8394 13.0629 8.38406C13.3131 8.05368 13.4379 7.52684 13.4379 6.80373V4.45987C13.4379 3.74568 13.3127 3.2232 13.0629 2.89282C12.7326 2.43747 12.2595 2.20978 11.6434 2.20978C11.045 2.20978 10.5762 2.43747 10.237 2.89282C9.98713 3.2232 9.86212 3.74568 9.86212 4.45987V6.80369C9.86212 7.51788 9.98699 8.04476 10.237 8.38401C10.5763 8.8394 11.0449 9.0671 11.6434 9.0671ZM11.0674 4.21876C11.0674 3.60265 11.2594 3.2946 11.6434 3.2946C12.0274 3.2946 12.2192 3.60265 12.2192 4.21876V7.0312C12.2192 7.6564 12.0274 7.96868 11.6434 7.96868C11.2594 7.96868 11.0674 7.65621 11.0674 7.0312V4.21876Z" fill="black"/>
|
||||||
|
<path d="M15.3261 9.06708C15.7728 9.06708 16.2327 8.79027 16.7058 8.23656V8.97317H17.9246V2.29016H16.7058V7.3928C16.4379 7.7768 16.1836 7.96861 15.9422 7.96861C15.7813 7.96861 15.6876 7.87043 15.6609 7.67402C15.652 7.65615 15.6475 7.49975 15.6475 7.20521V2.29016H14.4287V7.56707C14.4287 8.02232 14.4647 8.35702 14.5359 8.57144C14.6521 8.90182 14.9154 9.06708 15.3261 9.06708Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4 KiB |
4
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/665947b1423c233be4d2abb53e74e58b.svg
generated
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M11.9143 12.5143C12.5297 12.5143 13.0286 12.0154 13.0286 11.4C13.0286 10.7846 12.5297 10.2857 11.9143 10.2857C11.2989 10.2857 10.8 10.7846 10.8 11.4C10.8 12.0154 11.2989 12.5143 11.9143 12.5143Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.6286 12.6857C22.6286 18.9344 17.563 24 11.3143 24C5.06558 24 0 18.9344 0 12.6857C0 6.437 5.06558 1.37143 11.3143 1.37143C11.5424 1.37143 11.7711 1.37895 12 1.39377V0C18.6 0 24 6.08571 24 12H22.6081C22.6217 12.2268 22.6286 12.4555 22.6286 12.6857ZM14.1943 19.4571C15.5143 18.8914 16.2857 17.7257 16.2857 16.2343C16.2857 15.12 15.6 13.9543 14.6743 13.4571C14.0914 13.1314 14.0914 13.1314 14.3486 12.6343C14.9314 11.4857 14.5543 9.97713 13.5086 9.22286C12.9771 8.84571 12.8057 8.76 9.77143 8.70857L6.51429 8.72571V19.7143H10.0286C12.8229 19.7143 13.68 19.6628 14.1943 19.4571ZM17.7429 12.7371C18.4114 10.1143 16.9886 7.23428 14.4343 6.03428C13.5429 5.60571 13.3543 5.51999 11.1429 5.46857H8.57143V7.23428H10.7657C13.3714 7.33714 14.1086 7.57713 15.0857 8.70857C15.8571 9.58285 16.1657 10.4571 16.0971 11.6571C16.0914 11.7782 16.0805 11.8842 16.0707 11.9794C16.0481 12.1984 16.0315 12.3598 16.0971 12.5143C16.1471 12.6319 16.2585 12.7456 16.3878 12.8775C16.4539 12.9449 16.5246 13.0172 16.5943 13.0971C16.9029 13.44 17.1429 13.7143 17.2286 13.8857C17.3143 14.0571 17.4857 13.7143 17.7429 12.7371Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
3
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/6b579e7113385d52346c702e548e8c4c.svg
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6276 24 24 18.6276 24 12C24 5.37244 18.6276 0 12 0C5.37244 0 0 5.37244 0 12C0 18.6276 5.37244 24 12 24ZM12.1111 2.66666C6.89508 2.66666 2.66666 6.89508 2.66666 12.1111C2.66666 17.3271 6.89508 21.5555 12.1111 21.5555V19.1944C8.19909 19.1944 5.02777 16.0231 5.02777 12.1111C5.02777 8.19909 8.19909 5.02777 12.1111 5.02777C16.0231 5.02777 19.1944 8.19909 19.1944 12.1111H21.5555C21.5555 6.89508 17.3271 2.66666 12.1111 2.66666ZM6.44444 12.1111C6.44444 15.2407 8.98149 17.7778 12.1111 17.7778V15.7172C10.1195 15.7172 8.50504 14.1027 8.50504 12.1111C8.50504 10.1195 10.1195 8.50504 12.1111 8.50504C14.1027 8.50504 15.7172 10.1195 15.7172 12.1111H17.7778C17.7778 8.98149 15.2407 6.44444 12.1111 6.44444C8.98149 6.44444 6.44444 8.98149 6.44444 12.1111Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 924 B |
10
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/6ea8258399a76892a950e1bdfeb27497.svg
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C5.34987 24 -2.47955e-05 18.6501 -2.47955e-05 12C-2.47955e-05 5.3499 5.34987 0 12 0C18.6501 0 24 5.3499 24 12C24 18.6501 18.6501 24 12 24ZM12 19.2501L12.9 18.3501L12 14.9001L11.1 18.3501L12 19.2501ZM10.8501 19.2L10.4001 20.9001L11.4501 19.8501L10.8501 19.2ZM13.1499 19.2L12.5499 19.8L13.5999 20.85L13.1499 19.2ZM14.0001 22.2999L12 20.3001L9.99987 22.2999C10.65 22.4001 11.3001 22.5 12 22.5C12.6999 22.5 13.35 22.4499 14.0001 22.2999ZM12 1.5C6.20008 1.5 1.49998 6.2001 1.49998 12C1.49998 16.5999 4.44988 20.4999 8.54998 21.9L10.8 13.5501C10.2999 13.2 9.99987 12.6 9.99987 11.9499C9.99987 10.8501 10.8999 9.9501 12 9.9501C13.1001 9.9501 14.0001 10.8501 14.0001 11.9499C14.0001 12.6 13.7001 13.1499 13.2 13.5501L15.45 21.9C19.5501 20.4999 22.5 16.5999 22.5 12C22.5 6.2001 17.7999 1.5 12 1.5ZM18.8499 17.1999C18.6 17.4999 18.15 17.6001 17.7999 17.3499C17.4501 17.1 17.4 16.65 17.6499 16.35C17.6499 16.35 18.9999 14.55 18.9999 12C18.9999 9.45 17.6499 7.65 17.6499 7.65C17.4 7.35 17.4501 6.9 17.7999 6.6501C18.15 6.3999 18.6 6.5001 18.8499 6.8001C18.9501 6.9 20.4999 8.9499 20.4999 12C20.4999 15.0501 18.9501 17.1 18.8499 17.1999ZM15.2001 15.2499C14.9001 14.9499 14.9499 14.4 15.2499 14.1C15.2499 14.1 15.9999 13.2999 15.9999 12C15.9999 10.7001 15.2499 9.9501 15.2499 9.9C14.9499 9.6 14.9499 9.0999 15.2001 8.7501C15.5001 8.4 15.9501 8.4 16.2501 8.7C16.2999 8.7501 17.4999 9.9999 17.4999 12C17.4999 14.0001 16.2999 15.2499 16.2501 15.3C15.9501 15.6 15.5001 15.5499 15.2001 15.2499ZM8.79987 15.2499C8.49988 15.5499 8.04987 15.6 7.74987 15.3C7.70007 15.2001 6.50008 14.0001 6.50008 12C6.50008 9.9999 7.70007 8.7999 7.74987 8.7C8.04987 8.4 8.54997 8.4 8.79987 8.7501C9.09987 9.0501 9.05008 9.6 8.75008 9.9C8.75008 9.9501 8.00008 10.7001 8.00008 12C8.00008 13.2999 8.75008 14.1 8.75008 14.1C9.05008 14.4 9.09987 14.9001 8.79987 15.2499ZM6.20008 17.3499C5.84998 17.6001 5.39998 17.4999 5.15008 17.1999C5.04988 17.1 3.50008 15.0501 3.50008 12C3.50008 8.9499 5.04988 6.9 5.15008 6.8001C5.39998 6.5001 5.84998 6.3999 6.20008 6.6501C6.54988 6.9 6.59998 7.35 6.35008 7.65C6.35008 7.65 5.00008 9.45 5.00008 12C5.00008 14.55 6.35008 16.35 6.35008 16.35C6.59998 16.65 6.50008 17.1 6.20008 17.3499Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
11
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/7eee50620b471eef39e6b3c79b8542f6.svg
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0)">
|
||||||
|
<path d="M6.88598 17.4256C5.01923 15.7789 4.0207 14.1121 3.51888 12.7663C2.71073 10.9053 2.30195 9.18506 2.1214 7.70035C1.90031 5.94152 2.06514 4.46023 2.25363 3.32652C2.3547 2.71869 2.58348 2.11235 2.86819 1.55273C2.0331 2.1078 1.15225 3.01721 0.798735 3.82091C0.592802 4.26862 0.416275 4.76857 0.26386 5.37362C-0.0187082 6.4934 -0.0919617 7.99044 0.130688 9.75048C0.312516 11.2362 0.724185 12.9577 1.53804 14.82C2.04339 16.1667 3.04897 17.8347 4.9289 19.4824C5.14968 19.6461 5.37019 19.8008 5.5898 19.9466C7.35581 21.1191 8.94112 21.6448 10.1757 21.8476C12.2001 22.2996 14.0222 22.3905 15.5726 22.2963C17.4153 22.1908 18.9433 21.8347 20.0461 21.3303C20.5103 21.0781 21.1181 20.6952 21.4524 20.3929C21.9045 19.984 22.3159 19.5999 22.6698 19.2384C22.5161 19.3197 22.3513 19.3952 22.1738 19.4634C20.9015 19.9523 19.3717 20.0785 17.9849 20.1929L17.9828 20.1931C17.8042 20.2079 17.628 20.2224 17.4551 20.2375C15.9156 20.3316 14.1062 20.2408 12.0961 19.7891C10.8701 19.5864 9.29589 19.0611 7.54225 17.8894C7.32417 17.7437 7.10522 17.5891 6.88598 17.4256Z" fill="black"/>
|
||||||
|
<path d="M23.9518 17.4058C23.9525 17.4007 23.9532 17.3956 23.9539 17.3907C23.9596 17.3681 23.9646 17.3457 23.9691 17.3235L23.9641 17.3214C23.9749 17.2497 23.9827 17.2055 23.9882 17.1782C23.9965 17.1373 23.9996 17.1347 24 17.1345C23.9997 17.1343 23.9969 17.1311 23.9944 17.0896C23.9919 17.0474 23.9895 16.9659 23.9899 16.8081C23.9767 16.7035 23.9541 16.5976 23.9224 16.4921C23.8594 16.2861 23.7602 16.0774 23.6258 15.8694C23.3691 15.4717 22.985 15.072 22.4861 14.6769C21.5686 13.9505 20.3001 13.2589 18.7881 12.5767C17.9459 12.196 17.173 11.8803 16.3759 11.5546C15.8513 11.3404 15.3163 11.1218 14.7441 10.8776C14.3281 10.6747 13.9527 10.5125 13.6391 10.3771C13.2218 10.1968 12.9142 10.0639 12.7666 9.9454C12.7324 9.918 12.7056 9.89077 12.6863 9.8632C12.5285 9.83246 12.2985 9.53312 11.9494 9.0786C11.7769 8.85399 11.5752 8.59149 11.3388 8.30478C11.0059 7.8638 10.5303 7.19268 10.0681 6.54044C9.68336 5.99757 9.30791 5.46777 9.03169 5.09462C7.16238 2.1487 5.25717 0.641505 3.89049 1.07262L3.88663 1.06695C3.84209 1.07726 3.79631 1.0899 3.74944 1.10475C3.3026 1.81026 2.92084 2.62558 2.78936 3.41634C2.60543 4.5226 2.44832 5.94599 2.66026 7.63204L2.66053 7.63423C2.83519 9.07043 3.23109 10.7391 4.01674 12.5483C4.02058 12.5571 4.02417 12.5661 4.02754 12.5751C4.49603 13.8315 5.43801 15.4177 7.22775 17.0011C7.43354 17.1541 7.63885 17.2989 7.84313 17.4354C9.53279 18.5642 11.0345 19.0609 12.1843 19.251C12.1945 19.2527 12.2046 19.2546 12.2147 19.2569C14.1687 19.6959 15.9243 19.784 17.4151 19.6935C17.5888 19.6784 17.7639 19.6638 17.9397 19.6492L17.9411 19.6491C19.3396 19.533 20.7854 19.4129 21.9797 18.954C22.9297 18.589 23.4609 17.9941 23.9518 17.4058Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
7
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/83cb00485283d639bf734de878d208b8.svg
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14.8966 6H19.0981V15.8598H14.8966V6Z" fill="black"/>
|
||||||
|
<path d="M9.19894 6.63722H4.90186V15.8598H9.19894V6.63722Z" fill="black"/>
|
||||||
|
<path d="M19.7984 7.71038H24V15.2561H19.7984V7.71038Z" fill="black"/>
|
||||||
|
<path d="M0 8.04574H4.20159V16.4299H0V8.04574Z" fill="black"/>
|
||||||
|
<path d="M14.1963 7.40852H9.89923V17H14.1963V7.40852Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 444 B |
11
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/86e8f02be6f7723841f59af9d62a1dd7.svg
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M20.8402 10.837C20.4072 10.837 19.9941 10.9246 19.6178 11.0823C19.3664 8.23419 16.978 6 14.0647 6C13.3518 6 12.6569 6.14036 12.0432 6.37771C11.8048 6.46999 11.7412 6.56504 11.739 6.74934V16.7792C11.7415 16.9726 11.8915 17.1337 12.0803 17.1527C12.0883 17.1536 20.7835 17.158 20.8399 17.158C22.585 17.158 24 15.743 24 13.9976C24 12.2522 22.5853 10.837 20.8402 10.837Z" fill="black"/>
|
||||||
|
<path d="M9.56764 7.3458C9.16138 7.3458 8.83167 7.63888 8.83167 8V16.4985C8.83167 16.8597 9.16138 17.1527 9.56764 17.1527C9.9739 17.1527 10.3036 16.8597 10.3036 16.4985V8C10.3036 7.63888 9.9739 7.3458 9.56764 7.3458Z" fill="black"/>
|
||||||
|
<path d="M5.88778 16.4985V10.6168C5.88778 10.2557 6.21749 9.96259 6.62375 9.96259C7.03001 9.96259 7.35972 10.2557 7.35972 10.6168V16.4985C7.35972 16.8597 7.03001 17.1527 6.62375 17.1527C6.21749 17.1527 5.88778 16.8597 5.88778 16.4985Z" fill="black"/>
|
||||||
|
<path d="M2.94389 16.4985C2.94389 16.8597 3.2736 17.1527 3.67986 17.1527C4.08612 17.1527 4.41583 16.8597 4.41583 16.4985V10.6168C4.41583 10.2557 4.08612 9.96259 3.67986 9.96259C3.2736 9.96259 2.94389 10.2557 2.94389 10.6168V16.4985Z" fill="black"/>
|
||||||
|
<path d="M1.47194 16.4985C1.47194 16.8597 1.14223 17.1527 0.735972 17.1527C0.329715 17.1527 0 16.8597 0 16.4985V12.5734C0 12.2122 0.329715 11.9192 0.735972 11.9192C1.14223 11.9192 1.47194 12.2122 1.47194 12.5734V16.4985Z" fill="black"/>
|
||||||
|
<path d="M9.56764 7.3458C9.16138 7.3458 8.83167 7.63888 8.83167 8V16.4985C8.83167 16.8597 9.16138 17.1527 9.56764 17.1527C9.9739 17.1527 10.3036 16.8597 10.3036 16.4985V8C10.3036 7.63888 9.9739 7.3458 9.56764 7.3458Z" fill="black"/>
|
||||||
|
<path d="M5.88778 16.4985V10.6168C5.88778 10.2557 6.21749 9.96259 6.62375 9.96259C7.03001 9.96259 7.35972 10.2557 7.35972 10.6168V16.4985C7.35972 16.8597 7.03001 17.1527 6.62375 17.1527C6.21749 17.1527 5.88778 16.8597 5.88778 16.4985Z" fill="black"/>
|
||||||
|
<path d="M2.94389 16.4985C2.94389 16.8597 3.2736 17.1527 3.67986 17.1527C4.08612 17.1527 4.41583 16.8597 4.41583 16.4985V10.6168C4.41583 10.2557 4.08612 9.96259 3.67986 9.96259C3.2736 9.96259 2.94389 10.2557 2.94389 10.6168V16.4985Z" fill="black"/>
|
||||||
|
<path d="M1.47194 16.4985C1.47194 16.8597 1.14223 17.1527 0.735972 17.1527C0.329715 17.1527 0 16.8597 0 16.4985V12.5734C0 12.2122 0.329715 11.9192 0.735972 11.9192C1.14223 11.9192 1.47194 12.2122 1.47194 12.5734V16.4985Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
3
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/8772e94f11cacc98c103a74534761c00.svg
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C18.6274 0 24 5.37258 24 12V24H18.7317V21.9354C16.8121 23.2386 14.495 24 12 24C10.6701 24 9.3907 23.7837 8.19512 23.3842V16.4485C9.21836 17.3245 10.5474 17.8537 12 17.8537C14.832 17.8537 17.1942 15.8426 17.7366 13.1707H15.6214C15.1276 14.6993 13.6929 15.8049 12 15.8049C9.89862 15.8049 8.19512 14.1014 8.19512 12C8.19512 10.3071 9.30072 8.87243 10.8293 8.37864V6.26344C8.15738 6.80581 6.14634 9.16805 6.14634 12V22.4779C2.47898 20.4247 0 16.5018 0 12C0 5.37258 5.37258 0 12 0ZM21.0732 12C21.0732 6.98902 17.011 2.92683 12 2.92683V4.97561C15.8795 4.97561 19.0244 8.12054 19.0244 12H21.0732ZM17.8537 12C17.8537 8.76711 15.2329 6.14634 12 6.14634V8.19512C14.1014 8.19512 15.8049 9.89863 15.8049 12H17.8537ZM14.3415 12C14.3415 13.2932 13.2932 14.3415 12 14.3415C10.7068 14.3415 9.65854 13.2932 9.65854 12C9.65854 10.7068 10.7068 9.65854 12 9.65854C13.2932 9.65854 14.3415 10.7068 14.3415 12Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1 KiB |
6
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/ab4bb56a4eb882c1c41aada558e417a0.svg
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M21.2346 9.11732C21.2346 12.4447 19.4522 15.3557 16.7901 16.9478C16.8472 16.4677 16.8771 16.0577 16.8771 15.7448C16.8771 15.4826 16.8561 15.2252 16.8157 14.9744C18.529 13.5982 19.6257 11.4858 19.6257 9.11732C19.6257 4.97056 16.2641 1.60894 12.1173 1.60894C7.97055 1.60894 4.60894 4.97056 4.60894 9.11732C4.60894 11.4312 5.65564 13.5007 7.30139 14.878C7.2502 15.1592 7.22346 15.4489 7.22346 15.7448C7.22346 16.0384 7.24978 16.4175 7.30017 16.8596C4.71818 15.2497 3 12.3842 3 9.11732C3 4.08196 7.08196 0 12.1173 0C17.1527 0 21.2346 4.08196 21.2346 9.11732Z" fill="black"/>
|
||||||
|
<path d="M17.9497 9.11732C17.9497 10.7489 17.2797 12.2241 16.1999 13.2826C15.8985 12.7778 15.5073 12.3326 15.0483 11.9691C15.7652 11.2324 16.2067 10.2264 16.2067 9.11732C16.2067 6.85881 14.3758 5.02793 12.1173 5.02793C9.85881 5.02793 8.02793 6.85881 8.02793 9.11732C8.02793 10.1967 8.44612 11.1784 9.12931 11.9093C8.66274 12.2638 8.26279 12.7011 7.95151 13.1994C6.92057 12.1474 6.28492 10.7066 6.28492 9.11732C6.28492 5.89617 8.89617 3.28492 12.1173 3.28492C15.3385 3.28492 17.9497 5.89617 17.9497 9.11732Z" fill="black"/>
|
||||||
|
<path d="M14.4637 9.11732C14.4637 10.4132 13.4132 11.4637 12.1173 11.4637C10.8215 11.4637 9.77095 10.4132 9.77095 9.11732C9.77095 7.82146 10.8215 6.77095 12.1173 6.77095C13.4132 6.77095 14.4637 7.82146 14.4637 9.11732Z" fill="black"/>
|
||||||
|
<path d="M15.3352 15.7542C15.3352 17.5314 13.8945 24 12.1173 24C10.3401 24 8.89944 17.5314 8.89944 15.7542C8.89944 13.977 10.3401 12.5363 12.1173 12.5363C13.8945 12.5363 15.3352 13.977 15.3352 15.7542Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
11
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/b55678557e329b714221dff7123a43a7.svg
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M12 0C12.2976 0 12.5886 0.088289 12.8361 0.253709C13.0836 0.419128 13.2765 0.654248 13.3904 0.92933C13.492 1.17471 13.5267 1.44206 13.4918 1.70422V2.93993C13.5005 3.0054 13.5049 3.07221 13.5049 3.14007C13.5049 3.9715 12.8312 4.64551 12 4.64551C11.1688 4.64551 10.4951 3.9715 10.4951 3.14007V1.50544C10.4951 1.10618 10.6536 0.723254 10.9358 0.44093C11.2181 0.158605 11.6009 0 12 0Z" fill="black"/>
|
||||||
|
<path d="M7.51741 5.01786C7.26992 4.85244 6.97896 4.76415 6.68131 4.76415C6.28217 4.76415 5.89939 4.92276 5.61716 5.20508C5.33493 5.4874 5.17637 5.87032 5.17637 6.26959V11.6217H5.1767C5.18272 11.9084 5.2705 12.1876 5.43 12.4264C5.59536 12.674 5.8304 12.8669 6.10539 12.9809C6.38038 13.0948 6.68297 13.1246 6.9749 13.0665C7.26683 13.0085 7.53499 12.8651 7.74546 12.6545C7.95593 12.444 8.09926 12.1758 8.15733 11.8837C8.18975 11.7207 8.19478 11.5543 8.17307 11.3912V6.46837C8.20798 6.20622 8.1733 5.93886 8.07169 5.69348C7.95779 5.4184 7.76489 5.18328 7.51741 5.01786Z" fill="black"/>
|
||||||
|
<path d="M10.4951 7.63265V16.3542C10.4951 17.1856 11.1688 17.8596 12 17.8596C12.8312 17.8596 13.5049 17.1856 13.5049 16.3542C13.5049 16.2863 13.5005 16.2195 13.4918 16.154V7.83279C13.5005 7.76731 13.5049 7.7005 13.5049 7.63265C13.5049 6.80122 12.8312 6.12721 12 6.12721C11.1688 6.12721 10.4951 6.80122 10.4951 7.63265Z" fill="black"/>
|
||||||
|
<path d="M1.50494 9.67067C1.80259 9.67067 2.09356 9.75896 2.34105 9.92438C2.58853 10.0898 2.78142 10.3249 2.89533 10.6C2.9828 10.8112 3.02067 11.0388 3.00725 11.2652V12.7216C3.01481 12.8492 3.00615 12.9778 2.98097 13.1044C2.92291 13.3965 2.77957 13.6647 2.5691 13.8752C2.35863 14.0858 2.09047 14.2292 1.79854 14.2872C1.50661 14.3453 1.20402 14.3155 0.929024 14.2016C0.654032 14.0876 0.418991 13.8947 0.253629 13.6471C0.088267 13.3995 0 13.1085 0 12.8107C0 12.751 0.00355513 12.6915 0.0105447 12.6328V11.354C0.00354709 11.2952 0 11.2358 0 11.1761C0 10.7768 0.158557 10.3939 0.440788 10.1116C0.723019 9.82928 1.10581 9.67067 1.50494 9.67067Z" fill="black"/>
|
||||||
|
<path d="M20.9901 12.8107V11.1761C20.9901 10.7768 21.1487 10.3939 21.4309 10.1116C21.7131 9.82928 22.0959 9.67067 22.4951 9.67067C22.7927 9.67067 23.0837 9.75896 23.3312 9.92438C23.5786 10.0898 23.7715 10.3249 23.8854 10.6C23.9843 10.8389 24.0198 11.0986 23.9895 11.354V12.6328C24.0081 12.7892 24.0021 12.9483 23.9711 13.1044C23.913 13.3965 23.7697 13.6647 23.5592 13.8752C23.3487 14.0858 23.0806 14.2292 22.7887 14.2872C22.4967 14.3453 22.1941 14.3155 21.9191 14.2016C21.6442 14.0876 21.4091 13.8947 21.2437 13.6471C21.0784 13.3995 20.9901 13.1085 20.9901 12.8107Z" fill="black"/>
|
||||||
|
<path d="M6.68131 14.5772C6.97896 14.5772 7.26992 14.6655 7.51741 14.8309C7.76489 14.9963 7.95779 15.2314 8.07169 15.5065C8.1733 15.7519 8.20798 16.0193 8.17307 16.2814V17.5237C8.19478 17.6868 8.18975 17.8532 8.15733 18.0162C8.09926 18.3082 7.95593 18.5765 7.74546 18.787C7.53499 18.9976 7.26683 19.1409 6.9749 19.199C6.68297 19.2571 6.38038 19.2273 6.10539 19.1134C5.8304 18.9994 5.59536 18.8065 5.43 18.5589C5.26463 18.3113 5.17637 18.0203 5.17637 17.7225V16.0826C5.17637 15.6834 5.33493 15.3004 5.61716 15.0181C5.89939 14.7358 6.28217 14.5772 6.68131 14.5772Z" fill="black"/>
|
||||||
|
<path d="M15.8032 7.90422C15.8033 7.84531 15.8069 7.78676 15.8138 7.72884V6.44756C15.8067 6.3887 15.8032 6.32928 15.8032 6.26959C15.8032 5.87032 15.9618 5.4874 16.244 5.20508C16.5262 4.92276 16.909 4.76415 17.3081 4.76415C17.6058 4.76415 17.8968 4.85244 18.1442 5.01786C18.3917 5.18328 18.5846 5.4184 18.6985 5.69348C18.7944 5.92492 18.8307 6.17591 18.8052 6.42364V7.75277C18.8205 7.90177 18.8136 8.05303 18.784 8.20152C18.7257 8.49362 18.5821 8.76186 18.3714 8.97229C18.1606 9.18272 17.8922 9.3259 17.6001 9.38369C17.308 9.44148 17.0053 9.41128 16.7304 9.29694C16.4555 9.18259 16.2206 8.98922 16.0556 8.74131C15.8905 8.49339 15.8027 8.20208 15.8032 7.90422Z" fill="black"/>
|
||||||
|
<path d="M13.5049 20.8573C13.5049 20.9252 13.5005 20.992 13.4918 21.0574V22.2958C13.5135 22.4591 13.5084 22.6259 13.4758 22.7892C13.4175 23.0813 13.2739 23.3496 13.0632 23.56C12.8525 23.7704 12.5841 23.9136 12.292 23.9714C11.9999 24.0292 11.6972 23.999 11.4223 23.8847C11.1473 23.7703 10.9124 23.5769 10.7474 23.329C10.5824 23.0811 10.4945 22.7898 10.4951 22.4919L10.4951 20.8573C10.4951 20.0259 11.1688 19.3519 12 19.3519C12.8312 19.3519 13.5049 20.0259 13.5049 20.8573Z" fill="black"/>
|
||||||
|
<path d="M15.8138 17.5445V12.5853C15.8067 12.5264 15.8032 12.467 15.8032 12.4073C15.8032 12.0081 15.9618 11.6252 16.244 11.3428C16.5262 11.0605 16.909 10.9019 17.3081 10.9019C17.6058 10.9019 17.8968 10.9902 18.1442 11.1556C18.3917 11.321 18.5846 11.5561 18.6985 11.8312C18.7944 12.0627 18.8307 12.3137 18.8052 12.5614V17.5685C18.8205 17.7171 18.8136 17.8681 18.7842 18.0162C18.7261 18.3082 18.5828 18.5765 18.3723 18.787C18.1618 18.9976 17.8937 19.1409 17.6017 19.199C17.3098 19.2571 17.0072 19.2273 16.7322 19.1134C16.4572 18.9994 16.2222 18.8065 16.0568 18.5589C15.8915 18.3113 15.8032 18.0203 15.8032 17.7225C15.8032 17.6627 15.8068 17.6033 15.8138 17.5445Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5 KiB |
7
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/b996fd04390ddfa9ee869067a837a7c0.svg
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M4.95609 4.46135C6.87334 2.54052 9.52412 1.35211 12.4525 1.35211C15.388 1.35211 18.0446 2.54633 19.9629 4.47544L20.919 3.51935C18.756 1.34556 15.7614 0 12.4525 0C9.15075 0 6.16193 1.33974 4 3.50526L4.95609 4.46135Z" fill="black"/>
|
||||||
|
<path d="M18.5288 5.90958C16.9775 4.34749 14.8279 3.38028 12.4525 3.38028C10.0842 3.38028 7.94044 4.34167 6.39022 5.89548L7.34631 6.85157C8.65185 5.54245 10.4576 4.73239 12.4525 4.73239C14.4546 4.73239 16.2661 5.54827 17.5727 6.86568L18.5288 5.90958Z" fill="black"/>
|
||||||
|
<path d="M16.1385 8.29983C15.199 7.34944 13.8945 6.76056 12.4525 6.76056C11.0176 6.76056 9.71895 7.34361 8.78045 8.2857L9.73654 9.24179C10.4304 8.54438 11.391 8.11268 12.4525 8.11268C13.5211 8.11268 14.4876 8.55022 15.1824 9.25593L16.1385 8.29983Z" fill="black"/>
|
||||||
|
<path d="M14.8187 11.9437C14.8187 13.2505 13.7593 14.3099 12.4525 14.3099C11.1457 14.3099 10.0863 13.2505 10.0863 11.9437C10.0863 10.6368 11.1457 9.57747 12.4525 9.57747C13.7593 9.57747 14.8187 10.6368 14.8187 11.9437Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.2553 23.9489V24H18.6497V23.9489C15.5122 22.4295 13.3292 19.2486 13.2438 15.5493H11.6611C11.5757 19.2486 9.39276 22.4295 6.2553 23.9489ZM11.7764 19.338C11.7764 19.1513 11.9278 19 12.1145 19H12.7905C12.9772 19 13.1285 19.1513 13.1285 19.338C13.1285 19.5247 12.9772 19.6761 12.7905 19.6761H12.1145C11.9278 19.6761 11.7764 19.5247 11.7764 19.338ZM11.4384 20.5775C11.2517 20.5775 11.1004 20.7288 11.1004 20.9155C11.1004 21.1022 11.2517 21.2535 11.4384 21.2535H13.4666C13.6533 21.2535 13.8046 21.1022 13.8046 20.9155C13.8046 20.7288 13.6533 20.5775 13.4666 20.5775H11.4384ZM10.4243 22.493C10.4243 22.3063 10.5757 22.1549 10.7623 22.1549H14.1426C14.3293 22.1549 14.4806 22.3063 14.4806 22.493C14.4806 22.6796 14.3293 22.831 14.1426 22.831H10.7623C10.5756 22.831 10.4243 22.6796 10.4243 22.493Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
12
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/bfc1bcee5eb3f0e3b434b3785bbac0ac.svg
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0)">
|
||||||
|
<path d="M0.510139 0.00246284C6.71677 0.130242 12.5614 2.62783 16.9683 7.03425C21.374 11.4397 23.8716 17.2846 23.9999 23.4915C24.0028 23.6237 23.952 23.7512 23.8598 23.8456C23.7672 23.9402 23.6404 23.9932 23.5084 23.9932H19.5256C19.259 23.9932 19.0406 23.7809 19.0344 23.5143C18.7843 13.5385 10.4646 5.21856 0.487778 4.96791C0.221162 4.96103 0.00860596 4.74307 0.00860596 4.47645V0.493675C0.00860596 0.361719 0.0619292 0.235414 0.156289 0.142774C0.250158 0.0501343 0.377445 -0.00392612 0.510139 0.00246284Z" fill="black"/>
|
||||||
|
<path d="M0.516527 8.9421C0.382604 8.93891 0.254579 8.98732 0.158499 9.0802C0.0626648 9.17284 0.0088501 9.30038 0.0088501 9.43356V13.4186C0.0088501 13.681 0.215508 13.8972 0.477947 13.9095C5.72033 14.1486 9.85399 18.2823 10.0931 23.5247C10.1051 23.7868 10.3214 23.9935 10.5841 23.9935H14.5693C14.7025 23.9935 14.8303 23.9394 14.9226 23.8441C15.015 23.7488 15.0647 23.619 15.0607 23.4861C14.9337 19.6655 13.3682 16.0658 10.6529 13.3502C7.93706 10.6347 4.33737 9.06939 0.516527 8.9421Z" fill="black"/>
|
||||||
|
<path d="M3.10577 17.7896C1.39328 17.7896 0 19.1828 0 20.8953C0 22.6078 1.39328 24.0008 3.10577 24.0008C4.81826 24.0008 6.21154 22.6078 6.21154 20.8953C6.21154 19.1828 4.81801 17.7896 3.10577 17.7896Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
6
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/d00603b562a393efb161e2d282004e3f.svg
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0.909091 11.1519C2.17627 10.3092 3.69746 9.81818 5.33333 9.81818C9.75161 9.81818 13.3333 13.3999 13.3333 17.8182C13.3333 19.5866 12.7595 21.2211 11.7879 22.5455H16.1327C16.749 21.1349 17.0909 19.5771 17.0909 17.9394C17.0909 11.5798 11.9354 6.42424 5.57576 6.42424C3.91457 6.42424 2.33554 6.776 0.909091 7.40909V11.1519Z" fill="black"/>
|
||||||
|
<path d="M19.8248 22.5455H23.473C23.8173 21.1476 24 19.686 24 18.1818C24 8.14027 15.8597 0 5.81818 0C4.11715 0 2.47067 0.233591 0.909091 0.670455V4.35687C2.44394 3.81183 4.09641 3.51515 5.81818 3.51515C13.9184 3.51515 20.4848 10.0816 20.4848 18.1818C20.4848 19.7014 20.2537 21.167 19.8248 22.5455Z" fill="black"/>
|
||||||
|
<path d="M3.57576 20.9274L8.12121 18.303L3.57576 15.6787V20.9274Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.21212 23.5152C8.09069 23.5152 10.4242 21.1816 10.4242 18.303C10.4242 15.4245 8.09069 13.0909 5.21212 13.0909C2.33355 13.0909 0 15.4245 0 18.303C0 21.1816 2.33355 23.5152 5.21212 23.5152ZM5.21212 22.5455C7.55515 22.5455 9.45455 20.6461 9.45455 18.303C9.45455 15.96 7.55515 14.0606 5.21212 14.0606C2.8691 14.0606 0.969697 15.96 0.969697 18.303C0.969697 20.6461 2.8691 22.5455 5.21212 22.5455Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
10
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/d3138eea7de8c5218f21e7c4f2edd7ae.svg
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 4C0 1.79086 1.79086 0 4 0H20C22.2091 0 24 1.79086 24 4V20C24 22.2091 22.2091 24 20 24H4C1.79086 24 0 22.2091 0 20V4ZM20.741 7.24511C20.4192 5.20788 18.8158 3.59679 16.7824 3.26345L16 2.13333L15.4511 3.23104C15.3617 3.24122 15.2729 3.25387 15.185 3.26891L14.1333 1.86667L13.9837 3.06401C13.9891 3.06488 13.9945 3.06576 14 3.06666C14.5479 3.15699 15.2699 3.81314 15.5147 4.0491C15.6714 4.01691 15.8337 4 16 4C17.3255 4 18.4 5.07452 18.4 6.4C18.4 7.72548 17.3255 8.8 16 8.8C14.6745 8.8 13.6 7.72548 13.6 6.4C13.6 5.7324 13.8726 5.12847 14.3125 4.69342C14.1513 4.51122 13.7824 4.15704 13.3333 4.13333C13.2488 4.12887 13.1646 4.14934 13.0813 4.18904C12.9096 4.32075 12.747 4.46381 12.5947 4.61709C12.4016 4.85426 12.2237 5.14047 12.0722 5.3841C11.9002 5.66081 11.7623 5.8826 11.6752 5.91521C11.3707 6.5457 11.2 7.25292 11.2 8C11.2 8.18395 11.2103 8.36548 11.2305 8.54405C7.94151 8.73529 5.33333 11.4631 5.33333 14.8C5.33333 15.6711 5.51106 16.5006 5.83222 17.2544C5.29609 16.8413 4.65411 16.1192 4.39999 14.9333C3.99999 13.0667 3.91047 11.6054 3.99999 9.46667C4.02902 8.77313 4.13226 8.12885 4.22657 7.54024C4.31742 6.97326 4.39999 6.45793 4.39999 6.00001C4.39999 5.77909 4.21869 5.63125 3.99999 5.60001C3.74226 5.56319 3.52629 5.74658 3.46666 6.00001C2.93333 8.26665 2.93333 9.81056 2.93333 12.2667C2.93332 15.2 3.20001 17.8667 4.53333 19.6C5.55897 20.9333 6.68045 21.1982 8.26666 21.2C8.85008 21.2007 9.65185 20.9858 10.0391 20.8707C10.5381 20.9986 11.0611 21.0667 11.6 21.0667C13.1755 21.0667 14.6152 20.4853 15.7163 19.5253C16.0003 19.971 16.499 20.2667 17.0667 20.2667C17.9503 20.2667 18.6667 19.5503 18.6667 18.6667C18.6667 17.9073 18.1377 17.2715 17.4281 17.1077C17.7111 16.3935 17.8667 15.6149 17.8667 14.8C17.8667 14.016 17.7227 13.2657 17.4598 12.574C18.9405 12.1018 20.1091 10.9306 20.5776 9.44834C21.126 9.73636 21.6 10.4 21.6 10.4C21.6 10.4 21.2815 9.44462 20.7393 8.76519C20.7474 8.71514 20.7546 8.66482 20.7611 8.61426C21.3223 8.85841 22.1333 9.46667 22.1333 9.46667C22.1333 9.46667 21.7933 8.67336 20.7999 8.0271L20.8 8C20.8 7.96355 20.7996 7.92719 20.7988 7.89093C21.5968 8.02476 22.6667 8.66667 22.6667 8.66667C22.6667 8.66667 22.0631 7.58018 20.741 7.24511Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
5
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/d628386c7ace8f7b030b524ca4ed3aef.svg
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M12 24C14.3879 24 16.613 23.3025 18.4825 22.1001L16.6745 20.2921C15.2938 21.0721 13.6989 21.5172 12 21.5172C6.74377 21.5172 2.48276 17.2562 2.48276 12C2.48276 6.74377 6.74377 2.48276 12 2.48276C13.7672 2.48276 15.422 2.96444 16.8401 3.80367L18.6405 2.00327C16.7389 0.737576 14.4556 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="black"/>
|
||||||
|
<path d="M24 12C24 15.3408 22.6348 18.3627 20.4319 20.5384L18.6763 18.7827C20.4299 17.0564 21.5172 14.6552 21.5172 12C21.5172 9.41129 20.4837 7.06398 18.8067 5.3482L20.5624 3.59253C22.6886 5.75768 24 8.72569 24 12Z" fill="black"/>
|
||||||
|
<path d="M16.5 12.7888C17.1814 12.3891 17.1814 11.404 16.5 11.0043L9.95818 7.16644C9.26855 6.76186 8.40024 7.25917 8.40024 8.05871L8.40023 15.7344C8.40023 16.5339 9.26855 17.0312 9.95818 16.6267L16.5 12.7888Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 926 B |
5
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/e96b28436569c073700123c39c75c3d5.svg
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M6.33708 12.3034H3.79268C4.07043 8.01238 7.63881 4.61798 12 4.61798C16.3612 4.61798 19.9296 8.01238 20.2073 12.3034H17.6629C17.1417 12.3034 16.7191 12.7259 16.7191 13.2472V19.3146C16.7191 19.8359 17.1417 20.2584 17.6629 20.2584H20.764C21.2853 20.2584 21.7079 19.8359 21.7079 19.3146V12.3034H21.6996C21.4875 7.12944 17.226 3 12 3C6.77399 3 2.51246 7.12944 2.30041 12.3034H2.29213V19.3146C2.29213 19.8359 2.7147 20.2584 3.23595 20.2584H6.33708C6.85833 20.2584 7.2809 19.8359 7.2809 19.3146V13.2472C7.2809 12.7259 6.85833 12.3034 6.33708 12.3034Z" fill="black"/>
|
||||||
|
<path d="M1.21348 14.3258L0 15V17.5618L1.21348 18.236V14.3258Z" fill="black"/>
|
||||||
|
<path d="M22.7865 14.3258L24 15V17.5618L22.7865 18.236V14.3258Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 831 B |
12
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/efda3f8bd4a92d61f9f8697fd5526edb.svg
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M18 5H23V8H18V5Z" fill="black"/>
|
||||||
|
<path d="M11 9H6V12H11V9Z" fill="black"/>
|
||||||
|
<path d="M6 13H11V16H6V13Z" fill="black"/>
|
||||||
|
<path d="M5 17H0V20H5V17Z" fill="black"/>
|
||||||
|
<path d="M11 17H6V20H11V17Z" fill="black"/>
|
||||||
|
<path d="M12 17H17V20H12V17Z" fill="black"/>
|
||||||
|
<path d="M23 17H18V20H23V17Z" fill="black"/>
|
||||||
|
<path d="M17 13H12V16H17V13Z" fill="black"/>
|
||||||
|
<path d="M18 13H23V16H18V13Z" fill="black"/>
|
||||||
|
<path d="M23 9H18V12H23V9Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 539 B |
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/embed.js
generated
vendored
Normal file
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/embed.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.903Z revision: e55448ced5a89f493765758599bb9a677463f024 version: 5.12.2 name: @podlove/subscribe-button */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/embed.js.map
generated
vendored
Normal file
11
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/f24712e58047e737d81170b1944265d8.svg
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0)">
|
||||||
|
<path d="M15.637 11.5893C15.9325 11.2925 16.1493 10.8725 16.24 10.421C16.2853 10.1961 16.2978 9.97012 16.2769 9.75613C16.2561 9.54214 16.2022 9.34433 16.1184 9.17406C16.0346 9.0038 15.9226 8.86443 15.7887 8.76396C15.6548 8.66349 15.5018 8.60391 15.3384 8.58863C15.1749 8.57335 15.0043 8.60268 14.8364 8.67493C14.6684 8.74718 14.5063 8.86093 14.3596 9.00965C14.2128 9.15836 14.0841 9.33911 13.981 9.54151C13.8779 9.74391 13.8023 9.96397 13.7587 10.189C13.6711 10.6408 13.7171 11.0854 13.8867 11.4257C14.0563 11.766 14.3356 11.9743 14.6636 12.0049C14.9916 12.0356 15.3416 11.8862 15.637 11.5893Z" fill="black"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9199 0.0495037C11.1723 0.0216391 11.4238 0.00552496 11.6723 0.00151869C15.3126 -0.0571197 18.4473 2.3932 18.9522 5.76554L19.9096 5.66021L20.4393 10.4458L17.9805 10.717C17.9263 11.5141 17.7576 12.2583 17.4829 12.8812C17.0365 13.8936 16.3468 14.5027 15.5655 14.5746C15.4289 14.5872 15.2916 14.5832 15.1543 14.5631C15.1652 14.793 15.1726 15.0363 15.1798 15.2688C15.1902 15.6105 15.2 15.9292 15.219 16.1489C15.2626 16.6529 15.3563 17.0493 15.5649 17.3173C15.7736 17.5853 16.1109 17.9569 16.7859 18.0081C17.3382 18.0499 18.1026 17.865 19.1325 17.6158C19.3611 17.5605 19.6029 17.502 19.8583 17.4422C20.3059 17.3373 20.716 17.2122 21.0952 17.0965C21.754 16.8956 22.3198 16.7231 22.8281 16.7337C23.2286 16.742 23.6183 16.9741 23.8002 17.4093C23.982 17.8444 24.0288 18.793 23.9843 19.6973C23.9365 20.6699 23.4506 21.4326 22.741 21.9819C22.0315 22.5312 21.1022 22.8906 20.0972 23.1458C18.444 23.5654 16.5738 23.6975 15.142 23.7985C14.8329 23.8204 14.5442 23.8407 14.2826 23.8623H14.2781L14.2748 23.8634C10.2713 24.095 6.74688 24.0361 4.20843 23.6624C2.93916 23.4755 1.91714 23.2128 1.18732 22.8482C0.822394 22.666 0.5281 22.4576 0.31791 22.2033C0.10772 21.949 -0.0119984 21.6387 0.000953252 21.3131C0.00520258 21.2063 0.00927576 21.0939 0.0134865 20.9778C0.0489662 19.9991 0.094211 18.751 0.336879 18.2775C0.472608 18.0127 0.695767 17.8029 0.98083 17.7086C1.26587 17.6144 1.59355 17.6209 1.98635 17.6939C2.70128 17.8268 3.35445 17.9623 3.95028 18.086C5.38669 18.3841 6.4902 18.6132 7.32211 18.5686C8.49923 18.5056 9.1115 18.2327 9.38904 17.9293C9.66659 17.6259 9.68922 17.2509 9.581 16.7802C9.47278 16.3096 9.22145 15.3606 9.00512 14.9046C8.9019 14.687 8.82139 14.3976 8.75827 14.0471C8.66833 14.1388 8.57599 14.2207 8.48166 14.2922C8.15709 14.5381 7.81551 14.6559 7.47672 14.6389C7.13792 14.6218 6.80865 14.4702 6.50798 14.1929C6.20731 13.9155 5.94121 13.5178 5.72511 13.023C5.60371 12.7449 5.49944 12.4393 5.41397 12.1121L3.95815 12.2727L3.42844 7.4875L4.35424 7.38392C4.08253 3.74534 6.96418 0.486252 10.9199 0.0495037ZM13.3887 4.78072C13.7077 4.51091 14.0623 4.35465 14.434 4.32044C14.8209 4.28483 15.2186 4.38218 15.6044 4.60695C15.9903 4.83171 16.3567 5.17947 16.6828 5.63039C16.7686 5.74898 16.8511 5.87411 16.9302 6.00518L16.9284 5.98908L17.935 5.8779C17.4561 2.79224 14.4185 0.620863 11.0279 0.995164C7.63533 1.36968 5.16065 4.15367 5.37262 7.27178L5.45121 7.26307C5.60488 6.67275 5.81146 6.13834 6.06011 5.68835C6.32032 5.21745 6.62144 4.84834 6.94601 4.60242C7.27058 4.35649 7.61216 4.23864 7.95096 4.25569C8.28975 4.27273 8.61902 4.42434 8.9197 4.70173C9.03354 4.80675 9.14243 4.92903 9.24552 5.06729C9.30229 4.83607 9.36308 4.62865 9.4281 4.45455C9.62075 3.93872 9.84947 3.49922 10.139 3.16922C10.4286 2.83921 10.7974 2.61648 11.2171 2.60034C11.6251 2.58459 12.0018 2.74932 12.3146 3.02C12.6275 3.29076 12.888 3.66553 13.1203 4.11119C13.2146 4.2923 13.3039 4.52088 13.3887 4.78072ZM6.15208 9.36992C6.12041 9.98423 6.15021 10.5926 6.23737 11.1574C6.32478 11.7237 6.46584 12.2204 6.64155 12.6227C6.8191 13.0294 7.01415 13.2992 7.18605 13.4578C7.3516 13.6106 7.46747 13.6371 7.52697 13.6401C7.58591 13.6431 7.7015 13.6286 7.87775 13.4951C8.06134 13.356 8.279 13.1086 8.4923 12.7226C8.67346 12.3947 8.83577 11.995 8.96573 11.5376L8.96043 11.5439C8.69736 11.8574 8.3589 12.0274 8.01948 12.0165C7.68007 12.0056 7.3675 11.8147 7.15054 11.4858C6.93358 11.1569 6.82999 10.7169 6.86256 10.2627C6.87868 10.0377 6.92776 9.81601 7.00699 9.61024C7.08622 9.40447 7.19405 9.21864 7.32431 9.06338C7.45457 8.90812 7.60473 8.78646 7.76619 8.70536C7.92766 8.62425 8.09728 8.58529 8.26536 8.59068C8.43345 8.59608 8.59671 8.64573 8.74581 8.73681C8.89492 8.82789 9.02696 8.95861 9.13439 9.1215C9.19063 9.20677 9.23954 9.29998 9.28048 9.39956C9.29905 8.84368 9.27525 8.28757 9.1903 7.73714C9.1029 7.1708 8.96183 6.67416 8.78613 6.27179C8.60857 5.86519 8.41353 5.59529 8.24163 5.4367C8.07607 5.28397 7.9602 5.25739 7.90071 5.2544C7.84177 5.25143 7.72618 5.2659 7.54992 5.39944C7.36633 5.53855 7.14867 5.78597 6.93538 6.17198C6.72433 6.55391 6.53887 7.03338 6.40033 7.58802C6.26219 8.14108 6.17708 8.74351 6.15261 9.35821L6.15208 9.36992ZM16.9518 9.28601C17.0871 10.5118 16.9283 11.6604 16.5679 12.4777C16.2006 13.3108 15.7531 13.5531 15.4738 13.5788C15.1849 13.6054 14.6771 13.4394 14.1269 12.6786C13.5896 11.9357 13.1828 10.834 13.0477 9.60897C12.9815 9.00891 12.9846 8.41374 13.0537 7.85992C13.1231 7.30478 13.2557 6.81609 13.4315 6.41729C13.6083 6.0164 13.8144 5.73816 14.0116 5.56398C14.203 5.39492 14.3771 5.32986 14.5256 5.31619C14.6754 5.30241 14.8672 5.33477 15.1011 5.471C15.3405 5.61047 15.6087 5.85153 15.8725 6.21636C16.135 6.57928 16.3731 7.03735 16.563 7.57043C16.7524 8.10237 16.8856 8.68599 16.9518 9.28601Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.5 KiB |
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/list.js
generated
vendored
Normal file
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/list.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.903Z revision: e55448ced5a89f493765758599bb9a677463f024 version: 5.12.2 name: @podlove/subscribe-button */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/list.js.map
generated
vendored
Normal file
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/styles.css
generated
vendored
Normal file
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/styles.js
generated
vendored
Normal file
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/styles.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.903Z revision: e55448ced5a89f493765758599bb9a677463f024 version: 5.12.2 name: @podlove/subscribe-button */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/styles.js.map
generated
vendored
Normal file
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/vendor.js
generated
vendored
Normal file
51
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/vendor.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
/*!
|
||||||
|
* @intlify/core-base v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @intlify/devtools-if v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @intlify/message-compiler v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @intlify/runtime v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @intlify/vue-devtools v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* get-value <https://github.com/jonschlinkert/get-value>
|
||||||
|
*
|
||||||
|
* Copyright (c) 2014-2018, Jon Schlinkert.
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* isobject <https://github.com/jonschlinkert/isobject>
|
||||||
|
*
|
||||||
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! @license DOMPurify 3.0.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.8/LICENSE */
|
||||||
|
|
||||||
|
/*! creation: 2024-05-23T14:30:51.903Z revision: e55448ced5a89f493765758599bb9a677463f024 version: 5.12.2 name: @podlove/subscribe-button */
|
||||||
|
|
||||||
|
/*!@license Copyright 2013, Heinrich Goebl, License: MIT, see https://github.com/hgoebl/mobile-detect.js*/
|
||||||
|
|
||||||
|
/*!mobile-detect v1.4.4 2019-09-21*/
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/button/vendor.js.map
generated
vendored
Normal file
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/395.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see 395.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_player=self.webpackChunk_podlove_player||[]).push([[395],{14234:(e,s,l)=>{"use strict";l.d(s,{Z:()=>p});const p=l(94400).Z},10421:(e,s,l)=>{"use strict";l.r(s),l.d(s,{default:()=>p});const p=l(49316).Z}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/395.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/395.js.map
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"version":3,"sources":["webpack://@podlove/player/./src/components/tab-title/index.js","webpack://@podlove/player/./src/components/tab-transcripts/index.js"],"names":["require"],"mappings":";mIAAA,QAAeA,SAAf,G,2DCAA,QAAeA,SAAf","file":"395.js","sourcesContent":["export default require('./TabTitle').default\n","export default require('./TabTranscripts').default\n"],"sourceRoot":""}
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/424.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see 424.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_player=self.webpackChunk_podlove_player||[]).push([[424],{13920:(e,s,l)=>{"use strict";l.r(s),l.d(s,{default:()=>p});const p=l(42300).Z},14234:(e,s,l)=>{"use strict";l.d(s,{Z:()=>p});const p=l(94400).Z}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/424.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/424.js.map
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"version":3,"sources":["webpack://@podlove/player/./src/components/tab-shownotes/index.js","webpack://@podlove/player/./src/components/tab-title/index.js"],"names":["require"],"mappings":";gJAAA,QAAeA,SAAf,G,8CCAA,QAAeA,SAAf","file":"424.js","sourcesContent":["export default require('./TabShownotes').default\n","export default require('./TabTitle').default\n"],"sourceRoot":""}
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/514.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see 514.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_player=self.webpackChunk_podlove_player||[]).push([[514],{61162:(e,s,t)=>{"use strict";t.r(s),t.d(s,{default:()=>c});const c=t(71820).Z},14234:(e,s,t)=>{"use strict";t.d(s,{Z:()=>c});const c=t(94400).Z},75972:(e,s,t)=>{"use strict";t.d(s,{Z:()=>c});const c=t(21487).Z}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/514.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/514.js.map
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"version":3,"sources":["webpack://@podlove/player/./src/components/tab-chapters/index.js","webpack://@podlove/player/./src/components/tab-title/index.js","webpack://@podlove/player/../packages/components/src/components/chapter-progress/index.js"],"names":["require"],"mappings":";gJAAA,QAAeA,SAAf,G,8CCAA,QAAeA,SAAf,G,8CCAA,QAAeA,SAAf","file":"514.js","sourcesContent":["export default require('./TabChapters').default\n","export default require('./TabTitle').default\n","export default require('./ChapterProgress').default\n"],"sourceRoot":""}
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/712.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see 712.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_player=self.webpackChunk_podlove_player||[]).push([[712],{67669:(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>n});const n=o(18482).Z},14234:(e,t,o)=>{"use strict";o.d(t,{Z:()=>n});const n=o(94400).Z},3993:(e,t,o)=>{"use strict";o.d(t,{Z:()=>n});const n=o(67366).Z},30140:(e,t,o)=>{"use strict";o.d(t,{Z:()=>n});const n=o(97795).Z},96405:(e,t,o)=>{"use strict";o.d(t,{Z:()=>n});const n=o(79548).Z},63368:(e,t,o)=>{"use strict";o.d(t,{C:()=>r});var n=o(21627),a=o(28707),r=(0,n.Z)(a.s6)},95570:(e,t,o)=>{"use strict";o.d(t,{a:()=>r,Q:()=>s});var n=o(21627),a=o(28707),r=(0,n.Z)(a.pF),s=(0,n.Z)(a.yN)},50381:(e,t,o)=>{"use strict";var n=o(91706);e.exports=function(e,t){var o,a,r,s,c,l,u=!1;t||(t={}),o=t.debug||!1;try{if(r=n(),s=document.createRange(),c=document.getSelection(),(l=document.createElement("span")).textContent=e,l.style.all="unset",l.style.position="fixed",l.style.top=0,l.style.clip="rect(0, 0, 0, 0)",l.style.whiteSpace="pre",l.style.webkitUserSelect="text",l.style.MozUserSelect="text",l.style.msUserSelect="text",l.style.userSelect="text",l.addEventListener("copy",(function(o){o.stopPropagation(),t.format&&(o.preventDefault(),o.clipboardData.clearData(),o.clipboardData.setData(t.format,e))})),document.body.appendChild(l),s.selectNodeContents(l),c.addRange(s),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");u=!0}catch(n){o&&console.error("unable to copy using execCommand: ",n),o&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),u=!0}catch(n){o&&console.error("unable to copy using clipboardData: ",n),o&&console.error("falling back to prompt"),a=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(a,e)}}finally{c&&("function"==typeof c.removeRange?c.removeRange(s):c.removeAllRanges()),l&&document.body.removeChild(l),r()}return u}},91706:e=>{e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,o=[],n=0;n<e.rangeCount;n++)o.push(e.getRangeAt(n));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||o.forEach((function(t){e.addRange(t)})),t&&t.focus()}}}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/712.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/712.js.map
generated
vendored
Normal file
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/872.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see 872.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_player=self.webpackChunk_podlove_player||[]).push([[872],{30987:(s,e,t)=>{"use strict";t.r(e),t.d(e,{default:()=>o});const o=t(52040).Z},14234:(s,e,t)=>{"use strict";t.d(e,{Z:()=>o});const o=t(94400).Z},91161:(s,e,t)=>{"use strict";t.d(e,{$:()=>r,o:()=>Z});var o=t(21627),c=t(28707),r=(0,o.Z)(c.nj),Z=(0,o.Z)(c.zo)},1382:(s,e,t)=>{"use strict";t.d(e,{Z:()=>c});var o=t(51266);const c=(0,t(97652).Z)(o.Z)},46808:(s,e,t)=>{"use strict";t.d(e,{Z:()=>o});const o=(0,t(77340).Z)(0,"toLowerCase")}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/872.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/872.js.map
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"version":3,"sources":["webpack://@podlove/player/./src/components/tab-files/index.js","webpack://@podlove/player/./src/components/tab-title/index.js","webpack://@podlove/player/../packages/player/actions/files.js","webpack://@podlove/player/../node_modules/ramda/es/includes.js","webpack://@podlove/player/../node_modules/ramda/es/toLower.js"],"names":["require","selectFile","createAction","FILE_SELECT","hoverFile","FILE_HOVER"],"mappings":";gJAAA,QAAeA,SAAf,G,8CCAA,QAAeA,SAAf,G,gFCGaC,GAAaC,OAAaC,MAC1BC,GAAYF,OAAaG,O,4DCyBtC,SAFA,E,SAAA,GAAQ,M,8CCPR,SADA,E,SAAA,GAAQ,EAAG","file":"872.js","sourcesContent":["export default require('./TabFiles').default\n","export default require('./TabTitle').default\n","import { createAction } from 'redux-actions'\nimport { FILE_HOVER, FILE_SELECT } from './types'\n\nexport const selectFile = createAction(FILE_SELECT)\nexport const hoverFile = createAction(FILE_HOVER)\n","import _includes from \"./internal/_includes.js\";\nimport _curry2 from \"./internal/_curry2.js\";\n/**\n * Returns `true` if the specified value is equal, in [`R.equals`](#equals)\n * terms, to at least one element of the given list; `false` otherwise.\n * Works also with strings.\n *\n * @func\n * @memberOf R\n * @since v0.26.0\n * @category List\n * @sig a -> [a] -> Boolean\n * @param {Object} a The item to compare against.\n * @param {Array} list The array to consider.\n * @return {Boolean} `true` if an equivalent item is in the list, `false` otherwise.\n * @see R.any\n * @example\n *\n * R.includes(3, [1, 2, 3]); //=> true\n * R.includes(4, [1, 2, 3]); //=> false\n * R.includes({ name: 'Fred' }, [{ name: 'Fred' }]); //=> true\n * R.includes([42], [[42]]); //=> true\n * R.includes('ba', 'banana'); //=>true\n */\n\nvar includes =\n/*#__PURE__*/\n_curry2(_includes);\n\nexport default includes;","import invoker from \"./invoker.js\";\n/**\n * The lower case version of a string.\n *\n * @func\n * @memberOf R\n * @since v0.9.0\n * @category String\n * @sig String -> String\n * @param {String} str The string to lower case.\n * @return {String} The lower case version of `str`.\n * @see R.toUpper\n * @example\n *\n * R.toLower('XYZ'); //=> 'xyz'\n */\n\nvar toLower =\n/*#__PURE__*/\ninvoker(0, 'toLowerCase');\nexport default toLower;"],"sourceRoot":""}
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/882.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see 882.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_player=self.webpackChunk_podlove_player||[]).push([[882],{27033:(e,s,l)=>{"use strict";l.r(s),l.d(s,{default:()=>p});const p=l(13677).Z},14234:(e,s,l)=>{"use strict";l.d(s,{Z:()=>p});const p=l(94400).Z}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/882.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/882.js.map
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"version":3,"sources":["webpack://@podlove/player/./src/components/tab-playlist/index.js","webpack://@podlove/player/./src/components/tab-title/index.js"],"names":["require"],"mappings":";gJAAA,QAAeA,SAAf,G,8CCAA,QAAeA,SAAf","file":"882.js","sourcesContent":["export default require('./TabPlaylist').default\n","export default require('./TabTitle').default\n"],"sourceRoot":""}
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/932.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see 932.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_player=self.webpackChunk_podlove_player||[]).push([[932],{32932:(e,l,p)=>{"use strict";p.r(l),p.d(l,{default:()=>s});const s=p(27701).Z}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/932.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/932.js.map
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"version":3,"sources":["webpack://@podlove/player/./src/components/progress-bar-live/index.js"],"names":["require"],"mappings":";gJAAA,QAAeA,SAAf","file":"932.js","sourcesContent":["export default require('./ProgressBarLive').default\n"],"sourceRoot":""}
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/bootstrap.js
generated
vendored
Normal file
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/bootstrap.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/bootstrap.js.map
generated
vendored
Normal file
37
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/report.html
generated
vendored
Normal file
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/styles.css
generated
vendored
Normal file
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/styles.js
generated
vendored
Normal file
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/styles.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/styles.js.map
generated
vendored
Normal file
2
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/vendor.js
generated
vendored
Normal file
49
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/vendor.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
/*!
|
||||||
|
* @intlify/core-base v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @intlify/devtools-if v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @intlify/runtime v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @intlify/vue-devtools v9.1.7
|
||||||
|
* (c) 2021 kazuya kawaguchi
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Programatically add the following
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* get-value <https://github.com/jonschlinkert/get-value>
|
||||||
|
*
|
||||||
|
* Copyright (c) 2014-2018, Jon Schlinkert.
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* isobject <https://github.com/jonschlinkert/isobject>
|
||||||
|
*
|
||||||
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
||||||
|
* Released under the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! @license DOMPurify 3.0.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.8/LICENSE */
|
||||||
|
|
||||||
|
/*! creation: 2024-05-23T14:30:51.902Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/player version: 5.12.3 */
|
||||||
|
|
||||||
|
/*!@license Copyright 2013, Heinrich Goebl, License: MIT, see https://github.com/hgoebl/mobile-detect.js*/
|
||||||
|
|
||||||
|
/*!mobile-detect v1.4.4 2019-09-21*/
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/5.12.3/player/vendor.js.map
generated
vendored
Normal file
44
assets/podlove-web-player/node_modules/@podlove/web-player/README.md
generated
vendored
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# Podlove Web Player
|
||||||
|
|
||||||
|
> Sandboxed Podlove Player Templates with the ability to embed and share episodes
|
||||||
|
|
||||||
|
![Preview](screenshot.png)
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
HTML5 Goodness for Podcasting
|
||||||
|
|
||||||
|
**Podlove** Web Player is a Podcast-optimized, HTML5-based video and audio player.
|
||||||
|
It can be used as a WordPress plugin or within a static HTML/JavaScript context.
|
||||||
|
|
||||||
|
The **Podlove** Web Player supports almost every modern browser (Edge, Firefox, Chrome, Safari) and also does captions, chapters, transcripts and much more.
|
||||||
|
|
||||||
|
* [Web Player Documentation](http://docs.podlove.org/podlove-web-player/)
|
||||||
|
* [Official site on podlove.org](http://podlove.org/podlove-web-player/)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Encapsulate Player in an iframe
|
||||||
|
- Provide a global function to bootstrap the embedded player
|
||||||
|
- Parse the provided configuration (resolving the root config, transcripts and chapters asynchroniously)
|
||||||
|
- Persist selected tabs and playtime to local storage
|
||||||
|
- Transform url parameters to player actions
|
||||||
|
- Forward the player api to the embedding page
|
||||||
|
- Provide additonal extensions for embedding page integration
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
![Architecture](architecture.svg)
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
### Development
|
||||||
|
|
||||||
|
1. Bootstrap the web-player package: `lerna bootstrap --hoist`
|
||||||
|
2. Run the development mode: `npm run dev`
|
||||||
|
3. Open your browser on `http://localhost:9000` to get started
|
||||||
|
|
||||||
|
### Building
|
||||||
|
|
||||||
|
1. Make sure that the dependencies are up to date: `lerna bootstrap --hoist`
|
||||||
|
2. Run the build step: `npm run build`
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/embed.js
generated
vendored
Normal file
3
assets/podlove-web-player/node_modules/@podlove/web-player/embed.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/*! @license DOMPurify 3.0.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.8/LICENSE */
|
||||||
|
|
||||||
|
/*! creation: 2024-05-23T14:31:32.795Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/web-player version: 5.12.3 */
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/extensions/external-events.js
generated
vendored
Normal file
1
assets/podlove-web-player/node_modules/@podlove/web-player/extensions/external-events.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:31:32.795Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/web-player version: 5.12.3 */
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/package.json
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"name":"@podlove/web-player","version":"5.12.3","description":"Embedded version of Podlove Player","homepage":"https://github.com/podlove/ui/tree/development/apps/web-player","keywords":[],"author":"Alexander Heimbuch <github@heimbu.ch>","license":"MIT"}
|
5
assets/podlove-web-player/node_modules/@podlove/web-player/share.html
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<!doctype html><html lang="en"><head><meta name="viewport" content="width=device-width,initial-scale=1"><meta charset="utf-8"/><style>html,
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}</style><script>window.resourceBaseUrl = '5.12.3/player/';</script><script defer="defer" src="share.js"></script></head><body><div id="app"><root data-test="player--share"><div class="p-4 flex flex-col"><div class="flex flex-grow"><div class="w-20 mr-4"><poster class="rounded-sm shadow overflow-hidden"></poster></div><div class="w-full my-2"><show-title class="text-sm"></show-title><episode-title class="text-base"></episode-title></div></div><divider class="w-full my-4"></divider><div class="flex w-full items-center justify-center"><play-button class="block mr-5" variant="simple"></play-button><timer-current class="text-sm mr-5"></timer-current><progress-bar class="mr-5"></progress-bar><timer-duration class="text-sm"></timer-duration></div></div><error></error></root></div><link rel="stylesheet" href="5.12.3/player/styles.css"><script src="5.12.3/player/vendor.js"></script><script src="5.12.3/player/styles.js"></script><script src="5.12.3/player/bootstrap.js"></script></body></html>
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/share.js
generated
vendored
Normal file
3
assets/podlove-web-player/node_modules/@podlove/web-player/share.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/*! @license DOMPurify 3.0.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.8/LICENSE */
|
||||||
|
|
||||||
|
/*! creation: 2024-05-23T14:31:32.795Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/web-player version: 5.12.3 */
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/variant-l.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see variant-l.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_web_player=self.webpackChunk_podlove_web_player||[]).push([["variant-l"],{"./src/templates/variant-l.html":(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>l});const l='<root data-test="player--l" style="max-width:950px;min-width:260px"> <div class="mobile:p-4 tablet:p-6 desktop:p-6 flex flex-col"> <div class="flex-col items-center mobile:flex tablet:hidden"> <show-title class="text-sm leading-tight"></show-title> <episode-title class="text-base text-center leading-tight mb-3"></episode-title> <subscribe-button class="mb-4 mobile:flex tablet:hidden"></subscribe-button> <poster class="rounded-sm w-48 shadow overflow-hidden"></poster> <divider class="w-full my-4"></divider> </div> <div class="tablet:flex flex-grow"> <div class="w-40 mobile:hidden tablet:block tablet:mr-6"> <poster class="rounded-sm shadow overflow-hidden"></poster> </div> <div class="w-full"> <div class="hidden tablet:block"> <div class="flex justify-between items-start"> <div> <show-title class="text-sm leading-tight mb-1"></show-title> <episode-title class="text-base leading-tight"></episode-title> </div> <subscribe-button class="ml-2"></subscribe-button> </div> <divider class="w-full my-4"></divider> </div> <div class="flex w-full items-center justify-center"> <play-button class="block mr-5" variant="simple"></play-button> <timer-current class="text-base mr-5 hidden tablet:block"></timer-current> <progress-bar class="mr-5"></progress-bar> <timer-duration class="text-base"></timer-duration> </div> </div> </div> </div> <error></error> </root> '}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/variant-l.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:31:32.795Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/web-player version: 5.12.3 */
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/variant-m.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see variant-m.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_web_player=self.webpackChunk_podlove_web_player||[]).push([["variant-m"],{"./src/templates/variant-m.html":(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>l});const l='<root data-test="player--m" style="max-width:950px;min-width:260px"> <div class="p-4 flex flex-col"> <div class="flex flex-grow"> <div class="w-20 mr-4"> <poster class="rounded-sm shadow overflow-hidden"></poster> </div> <div class="w-full tablet:flex desktop:flex justify-between"> <div class="mobile:mb-3 tablet:mr-4 desktop:mr-4"> <show-title class="text-sm leading-tight"></show-title> <episode-title class="text-base leading-tight"></episode-title> </div> <div class="hidden tablet:block"> <subscribe-button class="ml-2"></subscribe-button> </div> </div> </div> <div class="flex items-center justify-center tablet:hidden"> <subscribe-button></subscribe-button> </div> <divider class="w-full my-4"></divider> <div class="flex w-full items-center justify-center"> <play-button class="block mr-5" variant="simple"></play-button> <timer-current class="text-sm mr-5 hidden tablet:block"></timer-current> <progress-bar class="mr-5"></progress-bar> <timer-duration class="text-sm"></timer-duration> </div> </div> <error></error> </root> '}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/variant-m.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:31:32.795Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/web-player version: 5.12.3 */
|
2
assets/podlove-web-player/node_modules/@podlove/web-player/variant-xl.js
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/*! For license information please see variant-xl.js.LICENSE.txt */
|
||||||
|
(self.webpackChunk_podlove_web_player=self.webpackChunk_podlove_web_player||[]).push([["variant-xl"],{"./src/templates/variant-xl.html":(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s='<root data-test="player--xl" style="max-width:950px;min-width:260px"> <div class="tablet:px-6 tablet:pt-6 mobile:px-4 mobile:pt-4 flex flex-col"> <div class="flex-col items-center mobile:flex tablet:hidden"> <show-title class="text-sm leading-tight"></show-title> <episode-title class="text-base text-center leading-tight mb-3"></episode-title> <subscribe-button class="mb-4 mobile:flex tablet:hidden"></subscribe-button> <poster class="rounded-sm w-48 shadow overflow-hidden"></poster> <divider class="w-full my-6"></divider> </div> <div class="tablet:flex flex-grow"> <div class="w-64 mobile:hidden tablet:block tablet:mr-6"> <poster class="rounded-sm shadow overflow-hidden"></poster> </div> <div class="w-full"> <div class="hidden tablet:block"> <show-title class="text-base leading-tight"></show-title> <episode-title class="text-xl desktop:text-2xl leading-tight"></episode-title> <divider class="w-full my-4"></divider> </div> <div class="flex items-center justify-between"> <div class="block"> <play-state on="active"> <speed-control class="flex items-center"></speed-control> </play-state> </div> <div class="flex"> <play-state on="active"> <chapter-previous class="mx-2 block"></chapter-previous> </play-state> <play-state on="active"> <step-backward class="mx-2 block"></step-backward> </play-state> <play-button class="mx-2 block" :label="$t(\'PLAYER.PLAY_EPISODE\')"></play-button> <play-state on="active"> <step-forward class="mx-2 block"></step-forward> </play-state> <play-state on="active"> <chapter-next class="mx-2 block"></chapter-next> </play-state> </div> <div class="block"> <play-state on="active"> <volume-control class="flex items-center"></volume-control> </play-state> </div> </div> <div class="flex w-full"> <progress-bar></progress-bar> </div> <div class="flex w-full -mt-2"> <div class="w-3/12 text-left"> <timer-current class="text-sm"></timer-current> </div> <div class="w-6/12 text-center truncate"> <play-state on="active"> <current-chapter class="text-sm"></current-chapter> </play-state> </div> <div class="w-3/12 text-right"> <timer-duration class="text-sm"></timer-duration> </div> </div> </div> </div> <divider class="w-full mt-6 mb-3"></divider> <div class="flex justify-between"> <div class="flex mobile:w-full tablet:w-3/12 desktop:w-3/12 justify-between"> <tab-trigger tab="chapters"> <icon type="chapter"></icon> </tab-trigger> <tab-trigger tab="transcripts"> <icon type="transcripts"></icon> </tab-trigger> <tab-trigger tab="files"> <icon type="download"></icon> </tab-trigger> <tab-trigger tab="playlist"> <icon type="playlist"></icon> </tab-trigger> <tab-trigger tab="share"> <icon type="share"></icon> </tab-trigger> </div> <subscribe-button class="mt-1 mobile:hidden tablet:flex"></subscribe-button> </div> </div> <div class="w-full relative overflow-hidden"> <tab name="chapters"> <tab-chapters></tab-chapters> </tab> <tab name="transcripts"> <tab-transcripts></tab-transcripts> </tab> <tab name="files"> <tab-files></tab-files> </tab> <tab name="playlist"> <tab-playlist></tab-playlist> </tab> <tab name="share"> <tab-share></tab-share> </tab> <tab-overflow></tab-overflow> </div> <error></error> </root> '}}]);
|
1
assets/podlove-web-player/node_modules/@podlove/web-player/variant-xl.js.LICENSE.txt
generated
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*! creation: 2024-05-23T14:31:32.795Z revision: e55448ced5a89f493765758599bb9a677463f024 name: @podlove/web-player version: 5.12.3 */
|
18
assets/podlove-web-player/package-lock.json
generated
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"name": "podlove-web-player",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"dependencies": {
|
||||||
|
"@podlove/web-player": "^5.12.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@podlove/web-player": {
|
||||||
|
"version": "5.12.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@podlove/web-player/-/web-player-5.12.3.tgz",
|
||||||
|
"integrity": "sha512-tcptV+LvgbNzcM1+jd5JUUK/Lkhv/AC7E4AXAfRvaF0+aCJ1jzUwt72yLBuIlMvedxEYVmZjOMoOyoqfnA74Hg==",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
5
assets/podlove-web-player/package.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"@podlove/web-player": "^5.12.3"
|
||||||
|
}
|
||||||
|
}
|
36
layouts/episode/single.podlove-episode.json
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{{- $page := . -}}
|
||||||
|
{{- $podcasts := collections.Where .Ancestors "Type" "podcast" -}}
|
||||||
|
{{- $podcast := collections.Index $podcasts 0 }}
|
||||||
|
{{- $showTitle := $podcast.Title -}}
|
||||||
|
{{- $showSummary := $podcast.Description -}}
|
||||||
|
{{- $showLink := $podcast.Permalink -}}
|
||||||
|
{{- $showLogo := partial "external_or_local.rss.xml" (dict "context" $podcast.Params.image "ref_page" $podcast) -}}
|
||||||
|
{{- $show := dict "title" $showTitle "summary" $showSummary "poster" $showLogo "link" $showLink -}}
|
||||||
|
|
||||||
|
{{- $episodeDuration := "" -}}
|
||||||
|
{{- with .Params.duration -}}
|
||||||
|
{{- $episodeDuration = partial "ms_to_timecode.tmpl" (dict "start_time" . "long_format" true) -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- $episodeImage := "" -}}
|
||||||
|
{{- with .Params.image -}}
|
||||||
|
{{- $episodeImage := partial "external_or_local.rss.xml" (dict "context" . "ref_page" $page) -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- $chaptersFile := .OutputFormats.Get "chapterspodlove" -}}
|
||||||
|
{{- $transcriptFile := .OutputFormats.Get "transcriptpodlove" -}}
|
||||||
|
|
||||||
|
{{- $audioFiles := slice -}}
|
||||||
|
{{- range .Params.alternate_enclosures -}}
|
||||||
|
{{- if reflect.IsMap . -}}
|
||||||
|
{{- $size := .length -}}
|
||||||
|
{{- range .sources -}}
|
||||||
|
{{- $url := partial "external_or_local.rss.xml" (dict "context" . "ref_page" $page) -}}
|
||||||
|
{{- $audioFile := dict "url" $url "size" $size "title" $.Title "mimeType" .type -}}
|
||||||
|
{{- $audioFiles = collections.Append $audioFile $audioFiles -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- $document := dict "version" 5 "show" $show "title" .Title "summary" .Description "publicationDate" .Date "duration" $episodeDuration "poster" $episodeImage "link" .Permalink "chapters" $chaptersFile.Permalink "transcripts" $transcriptFile.Permalink "audio" $audioFiles -}}
|
||||||
|
{{- encoding.Jsonify $document | safe.JS -}}
|