@latest-thinking/lt-player 2.0.0-e → 2.0.0-f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +19 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -13514,6 +13514,15 @@ const j4 = `{{> LTPlayerSpriteComponent }}
|
|
|
13514
13514
|
</dialog>
|
|
13515
13515
|
</lt-metadata-dialog>
|
|
13516
13516
|
|
|
13517
|
+
{{#if share}}
|
|
13518
|
+
<!-- Share Dialog -->
|
|
13519
|
+
<lt-share-dialog showModal="false">
|
|
13520
|
+
<dialog>
|
|
13521
|
+
{{> LTPlayerShareComponent }}
|
|
13522
|
+
</dialog>
|
|
13523
|
+
</lt-share-dialog>
|
|
13524
|
+
{{/if}}
|
|
13525
|
+
|
|
13517
13526
|
<!-- Controls -->
|
|
13518
13527
|
<media-controls class="vds-controls">
|
|
13519
13528
|
<media-controls-group class="vds-controls-group media-controls-group-top" data-layout="expert">
|
|
@@ -13525,9 +13534,17 @@ const j4 = `{{> LTPlayerSpriteComponent }}
|
|
|
13525
13534
|
</media-mute-button>
|
|
13526
13535
|
|
|
13527
13536
|
<div class="media-controls-spacer"></div>
|
|
13528
|
-
|
|
13537
|
+
<div>
|
|
13538
|
+
{{#if share}}
|
|
13539
|
+
<!-- Share Button -->
|
|
13540
|
+
<lt-share-button class="media-button share-button" type="button" role="button" tabindex="0" aria-label="Share">
|
|
13541
|
+
<media-icon type="share" class="share-icon"></media-icon>
|
|
13542
|
+
</lt-share-button>
|
|
13543
|
+
{{/if}}
|
|
13544
|
+
<div class="media-controls-spacer"></div>
|
|
13545
|
+
{{> LTPlayerMetadataControls }}
|
|
13546
|
+
</div>
|
|
13529
13547
|
</media-controls-group>
|
|
13530
|
-
|
|
13531
13548
|
<div class="media-controls-spacer"></div>
|
|
13532
13549
|
|
|
13533
13550
|
<!-- Bottom Metadata Information -->
|