@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
|
@@ -3597,7 +3597,7 @@ const PosPicture = class {
|
|
|
3597
3597
|
render() {
|
|
3598
3598
|
const pic = this.resource ? this.resource.picture() : null;
|
|
3599
3599
|
if (!pic)
|
|
3600
|
-
return null;
|
|
3600
|
+
return index.h("slot", null);
|
|
3601
3601
|
return index.h("pos-image", { blurredBackground: this.blurredBackground, src: pic.url, alt: this.resource.label() });
|
|
3602
3602
|
}
|
|
3603
3603
|
};
|