{"version":3,"file":"4717-c5779b51.pkg.js","mappings":"mLAKA,MAAMA,UAAsBC,EAAAA,EAC1BC,WAAAA,CAAYC,GACVC,MAAMD,GACNE,KAAKF,QAAUA,EACfE,KAAKC,QAAS,EACdD,KAAKE,SAAWC,OAAOC,OAAOJ,KAAKE,SAAU,CAC3CG,wBAAwB,IAE1BL,KAAKM,MACP,CAEAA,IAAAA,GACMN,KAAKC,QAETD,KAAKO,MACP,CAEAA,IAAAA,GACEC,EAAAA,OAAgBC,EAAAA,cAACC,EAAAA,GAAiBV,KAAKE,UAAcF,KAAKF,QAC5D,EAGF,W","sources":["webpack://frontend-build-tools/./src/feature/notifications/notifications.js"],"sourcesContent":["import React from 'react';\r\nimport ReactDOM from 'react-dom';\r\nimport BaseFeature from 'foundation/base/base';\r\nimport { Notification } from 'molecules';\r\n\r\nclass Notifications extends BaseFeature {\r\n constructor(element) {\r\n super(element);\r\n this.element = element;\r\n this.isInit = false;\r\n this.settings = Object.assign(this.settings, {\r\n skipVerificationNotice: true\r\n });\r\n this.init();\r\n }\r\n\r\n init() {\r\n if (this.isInit) return;\r\n\r\n this.load();\r\n }\r\n\r\n load() {\r\n ReactDOM.render(, this.element);\r\n }\r\n}\r\n\r\nexport default Notifications;\r\n"],"names":["Notifications","BaseFeature","constructor","element","super","this","isInit","settings","Object","assign","skipVerificationNotice","init","load","ReactDOM","React","Notification"],"sourceRoot":""}