UNPKG

@zoff-tech/zt-bottom-drawer

Version:
27 lines (20 loc) 1.04 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-d7fcb92f.js'); const ionicGlobal = require('./ionic-global-70a62cb2.js'); const avatarIosCss = ":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:48px;height:48px}"; const avatarMdCss = ":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:64px;height:64px}"; const Avatar = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, { class: ionicGlobal.getIonMode(this) }, index.h("slot", null))); } }; Avatar.style = { ios: avatarIosCss, md: avatarMdCss }; exports.ion_avatar = Avatar; //# sourceMappingURL=ion-avatar.cjs.entry.js.map