{"version":3,"file":"notification-list-item.min.js","names":["NotificationListItem","Component","constructor","el","close","$find","id","$el","dataset","addEventListener","hideWidget","document","cookie","style","display"],"sources":["components/notification-list/_base/item/notification-list-item.js"],"sourcesContent":["class NotificationListItem extends Component {\r\n\tconstructor(el) {\r\n\t\tsuper(el);\r\n\t\tthis.close = this.$find('[data-close]');\r\n\t\tthis.id = this.$el.dataset.id;\r\n\t\tthis.close.addEventListener('click', () => this.hideWidget());\r\n\t}\r\n\r\n\thideWidget() {\r\n\t\tif(this.id) document.cookie = this.id + '=1';\r\n\t\tthis.$el.style.display = 'none';\r\n\t}\r\n}"],"mappings":"aAAA,KAAM,CAAAA,oBAAoB,QAAS,CAAAC,SAAU,CAC5CC,WAAWA,CAACC,EAAE,CAAE,CACf,KAAK,CAACA,EAAE,CAAC,CACT,IAAI,CAACC,KAAK,CAAG,IAAI,CAACC,KAAK,CAAC,cAAc,CAAC,CACvC,IAAI,CAACC,EAAE,CAAG,IAAI,CAACC,GAAG,CAACC,OAAO,CAACF,EAAE,CAC7B,IAAI,CAACF,KAAK,CAACK,gBAAgB,CAAC,OAAO,CAAE,IAAM,IAAI,CAACC,UAAU,EAAE,CAC7D,CAEAA,UAAUA,CAAA,CAAG,CACZ,GAAG,IAAI,CAACJ,EAAE,CAAEK,QAAQ,CAACC,MAAM,CAAG,IAAI,CAACN,EAAE,CAAG,IAAI,CAC5C,IAAI,CAACC,GAAG,CAACM,KAAK,CAACC,OAAO,CAAG,MAC1B,CACD"}