@pod-os/elements 0.26.1-rc.2988a4e.0 → 0.26.1-rc.39433d3.0
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/dist/cjs/ion-icon_31.cjs.entry.js +1 -1
- package/dist/cjs/ion-icon_31.cjs.entry.js.map +1 -1
- package/dist/collection/components/pos-picture/pos-picture.js +1 -1
- package/dist/collection/components/pos-picture/pos-picture.js.map +1 -1
- package/dist/components/pos-picture2.js +1 -1
- package/dist/components/pos-picture2.js.map +1 -1
- package/dist/elements/elements.esm.js +1 -1
- package/dist/elements/{p-0802c77b.entry.js → p-b159fffd.entry.js} +2 -2
- package/dist/elements/{p-0802c77b.entry.js.map → p-b159fffd.entry.js.map} +1 -1
- package/dist/esm/ion-icon_31.entry.js +1 -1
- package/dist/esm/ion-icon_31.entry.js.map +1 -1
- package/package.json +1 -1
|
@@ -3593,7 +3593,7 @@ const PosPicture = class {
|
|
|
3593
3593
|
render() {
|
|
3594
3594
|
const pic = this.resource ? this.resource.picture() : null;
|
|
3595
3595
|
if (!pic)
|
|
3596
|
-
return null;
|
|
3596
|
+
return h("slot", null);
|
|
3597
3597
|
return h("pos-image", { blurredBackground: this.blurredBackground, src: pic.url, alt: this.resource.label() });
|
|
3598
3598
|
}
|
|
3599
3599
|
};
|