@streamscloud/embeddable 16.2.0 → 16.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ let { id, media, autoplay = 'on-appearance', on } = $props();
42
42
  height: 100%;
43
43
  min-height: 100%;
44
44
  max-height: 100%;
45
- background-color: rgb(from var(--_post-media--background-color) r g b/60%);
45
+ background-color: rgb(from var(--_post-media--background-color) r g b/40%);
46
46
  }
47
47
  .post-media--fit {
48
48
  --sc-kit--video--media-fit: contain;
@@ -54,7 +54,7 @@ const showCloseButton = $derived.by(() => {
54
54
  <div
55
55
  class="controls-and-attachments"
56
56
  style:--player--controls--attachments-max-width="{uiManager.attachmentsMaxWidth}px"
57
- style:--player--controls--spacing-top="{closeButtonAreaHeight}px"
57
+ style:--player--controls--spacing-top={closeButtonAreaHeight?`${closeButtonAreaHeight}px`:''}
58
58
  style:--player--controls--width="{uiManager.sidePanelsMaxWidth}px">
59
59
  <div class="controls-and-attachments__spacer">&nbsp;</div>
60
60
  <div class="controls-and-attachments__left">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/embeddable",
3
- "version": "16.2.0",
3
+ "version": "16.2.1",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",