@streamscloud/embeddable 6.3.9 → 6.3.11

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.
@@ -33,7 +33,7 @@ let { ad, inert = false } = $props();
33
33
  {/if}
34
34
  </div>
35
35
  <div class="ad-card__button-container">
36
- {#if ad.ctaButton}
36
+ {#if ad.ctaButton && ad.ctaButton.url && ad.ctaButton.text}
37
37
  <div class="ad-card__button">
38
38
  <Button
39
39
  size={ButtonSize.Standard}
@@ -200,7 +200,6 @@ let { ad, inert = false } = $props();
200
200
  display: flex;
201
201
  align-items: end;
202
202
  gap: 0.625rem;
203
- width: 100%;
204
203
  min-width: 0;
205
204
  white-space: nowrap;
206
205
  /* Set 'container-type: inline-size;' to reference container*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/embeddable",
3
- "version": "6.3.9",
3
+ "version": "6.3.11",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",