@salla.sa/twilight-components
Version:
Salla Web Component
25 lines (21 loc) • 1.55 kB
JavaScript
/*!
* Crafted with ❤ by Salla
*/
import { r as registerInstance, c as createEvent, h, H as Host } from './index-DWStDVKB.js';
const sallaLoyaltyPrizeItemCss = "salla-loyalty-prize-item:hover{-webkit-box-shadow:0 5px 15px 1px rgba(0, 0, 0, 0.04) !important;box-shadow:0 5px 15px 1px rgba(0, 0, 0, 0.04) !important}";
const SallaLoyaltyPrizeItem = class {
constructor(hostRef) {
registerInstance(this, hostRef);
this.prizeItemSelected = createEvent(this, "prizeItemSelected");
}
onPrizeItemClick() {
this.prizeItemSelected.emit(this.item);
}
render() {
return (h(Host, { key: '5434064e3e54117f4df4e16282f70e81503d7489' }, h("div", { key: '28b5a19dcd1f239a74d69e91a1cda66ae7521e8e', onClick: this.onPrizeItemClick.bind(this) }, h("img", { key: '82917e0074006f4e462b2328405714a31d168c17', class: "s-loyalty-prize-item-image", src: this.item.image, alt: this.item.name }), h("div", { key: '089ac134ed2a0474067c79cd590154ca85a380c9', class: "s-loyalty-prize-item-title" }, this.item.name), h("div", { key: '85d245c32c42701274fa29761c4345020532eac1', class: "s-loyalty-prize-item-subtitle" }, this.item.description), h("div", { key: '5f37781c8c77998a0bb586ddcda4640741db0b6e', class: "s-loyalty-prize-item-points" }, this.item.cost_points, " Points"))));
}
};
SallaLoyaltyPrizeItem.style = sallaLoyaltyPrizeItemCss;
export { SallaLoyaltyPrizeItem as salla_loyalty_prize_item };
//# sourceMappingURL=salla-loyalty-prize-item.entry.js.map
//# sourceMappingURL=salla-loyalty-prize-item.entry.js.map