@bluepic/embed 0.1.137 → 0.1.139
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/lib/bluepic-embed.es.js
CHANGED
|
@@ -100476,10 +100476,8 @@ class BluepicEmbed extends EventTarget {
|
|
|
100476
100476
|
border-radius: var(--bluepic-app-border-radius);
|
|
100477
100477
|
margin: 30px auto;
|
|
100478
100478
|
box-sizing: border-box;
|
|
100479
|
-
max-width: calc(100vw - 40px);
|
|
100480
|
-
max-height: calc(100vh - 40px);
|
|
100481
100479
|
}
|
|
100482
|
-
#${c}
|
|
100480
|
+
#${c} {
|
|
100483
100481
|
height: 100%;
|
|
100484
100482
|
}
|
|
100485
100483
|
`, document.head.appendChild(ie), this.element.innerHTML = `
|
package/lib/bluepic-embed.umd.js
CHANGED
|
@@ -2954,10 +2954,8 @@ list should be an Array.`),ei.length===0)return new Fr(0);if(ei.length===1)retur
|
|
|
2954
2954
|
border-radius: var(--bluepic-app-border-radius);
|
|
2955
2955
|
margin: 30px auto;
|
|
2956
2956
|
box-sizing: border-box;
|
|
2957
|
-
max-width: calc(100vw - 40px);
|
|
2958
|
-
max-height: calc(100vh - 40px);
|
|
2959
2957
|
}
|
|
2960
|
-
#${c}
|
|
2958
|
+
#${c} {
|
|
2961
2959
|
height: 100%;
|
|
2962
2960
|
}
|
|
2963
2961
|
`,document.head.appendChild(ie),this.element.innerHTML=`
|