@bluepic/embed 0.1.139 → 0.1.140
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
|
@@ -100474,7 +100474,6 @@ class BluepicEmbed extends EventTarget {
|
|
|
100474
100474
|
border: 1px solid var(--bluepic-app-border-color);
|
|
100475
100475
|
overflow: hidden;
|
|
100476
100476
|
border-radius: var(--bluepic-app-border-radius);
|
|
100477
|
-
margin: 30px auto;
|
|
100478
100477
|
box-sizing: border-box;
|
|
100479
100478
|
}
|
|
100480
100479
|
#${c} {
|
package/lib/bluepic-embed.umd.js
CHANGED
|
@@ -2952,7 +2952,6 @@ list should be an Array.`),ei.length===0)return new Fr(0);if(ei.length===1)retur
|
|
|
2952
2952
|
border: 1px solid var(--bluepic-app-border-color);
|
|
2953
2953
|
overflow: hidden;
|
|
2954
2954
|
border-radius: var(--bluepic-app-border-radius);
|
|
2955
|
-
margin: 30px auto;
|
|
2956
2955
|
box-sizing: border-box;
|
|
2957
2956
|
}
|
|
2958
2957
|
#${c} {
|