UNPKG

@salla.sa/twilight-components

Version:
27 lines (22 loc) 1.58 kB
/*! * Crafted with ❤ by Salla */ 'use strict'; var index = require('./index-WgjOGof0.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) { index.registerInstance(this, hostRef); this.prizeItemSelected = index.createEvent(this, "prizeItemSelected"); } onPrizeItemClick() { this.prizeItemSelected.emit(this.item); } render() { return (index.h(index.Host, { key: '5434064e3e54117f4df4e16282f70e81503d7489' }, index.h("div", { key: '28b5a19dcd1f239a74d69e91a1cda66ae7521e8e', onClick: this.onPrizeItemClick.bind(this) }, index.h("img", { key: '82917e0074006f4e462b2328405714a31d168c17', class: "s-loyalty-prize-item-image", src: this.item.image, alt: this.item.name }), index.h("div", { key: '089ac134ed2a0474067c79cd590154ca85a380c9', class: "s-loyalty-prize-item-title" }, this.item.name), index.h("div", { key: '85d245c32c42701274fa29761c4345020532eac1', class: "s-loyalty-prize-item-subtitle" }, this.item.description), index.h("div", { key: '5f37781c8c77998a0bb586ddcda4640741db0b6e', class: "s-loyalty-prize-item-points" }, this.item.cost_points, " Points")))); } }; SallaLoyaltyPrizeItem.style = sallaLoyaltyPrizeItemCss; exports.salla_loyalty_prize_item = SallaLoyaltyPrizeItem; //# sourceMappingURL=salla-loyalty-prize-item.entry.cjs.js.map //# sourceMappingURL=salla-loyalty-prize-item.cjs.entry.js.map