@bluepic/embed 0.2.32 → 0.2.34

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.
@@ -17546,6 +17546,7 @@ export declare class BluepicEmbed extends EventTarget {
17546
17546
  customDomain: string | null;
17547
17547
  sharedWithUsers: string[];
17548
17548
  sharedWithGroups: number[];
17549
+ shared_with_organizations: string[] | null;
17549
17550
  private: boolean;
17550
17551
  active: boolean;
17551
17552
  type: "widget" | "playlist";
@@ -17728,6 +17729,7 @@ export declare class BluepicEmbed extends EventTarget {
17728
17729
  customDomain: string | null;
17729
17730
  sharedWithUsers: string[];
17730
17731
  sharedWithGroups: number[];
17732
+ shared_with_organizations: string[] | null;
17731
17733
  private: boolean;
17732
17734
  active: boolean;
17733
17735
  type: "widget" | "playlist";
package/dist/main.cjs CHANGED
@@ -550,7 +550,7 @@ list should be an Array.`),I.length===0)return new w(0);if(I.length===1)return I
550
550
  box-sizing: border-box;
551
551
  }
552
552
  `,document.head.appendChild(t),this.element.innerHTML=`
553
- <div id="${this.id}" class="bluepic-app-wrapper" style="position: relative;" :style="{ height: displayMode === 'stack' ? 'auto' : '100%' }">
553
+ <div id="${this.id}" class="bluepic-app-wrapper" style="position: relative; height: ${this.displayMode.value==="stack"?"auto":"100%"};">
554
554
  <div v-if="templateId && (!isAsync || baseSerial)" style="display: flex; flex-direction: column;" :style="{ height: displayMode === 'stack' ? 'auto' : '100%' }">
555
555
  <bluepic-embedded-editor
556
556
  v-if="templateId"