{"version":3,"sources":["webpack:///./src/notification/components/BaseNotification.vue?ae81","webpack:///./src/notification/components/BaseNotification.vue","webpack:///./src/notification/components/BaseNotification.vue?2653","webpack:///./src/notification/components/BaseNotification.vue?2a69"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticClass","style","notification","_t","attrs","icon","iconTone","_e","_v","_s","title","message","on","$event","$emit","staticRenderFns","name","inheritAttrs","props","type","Object","required","$attrs","tone","component"],"mappings":"+HAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,UAAU,CAACE,YAAY,sBAAsBC,MAAOP,EAAIQ,aAAmB,QAAG,CAACJ,EAAG,UAAU,CAACE,YAAY,6KAA6K,CAACF,EAAG,UAAU,CAACE,YAAY,6BAA6B,CAAEN,EAAIQ,aAAiB,KAAEJ,EAAG,UAAU,CAACE,YAAY,eAAe,CAACN,EAAIS,GAAG,QAAO,WAAW,MAAO,CAACL,EAAG,WAAW,CAACM,MAAM,CAAC,KAAOV,EAAIQ,aAAaG,KAAK,KAAOX,EAAIY,eAAc,CAAC,aAAeZ,EAAIQ,gBAAgB,GAAGR,EAAIa,KAAKT,EAAG,UAAU,CAACE,YAAY,kBAAkB,CAAEN,EAAIQ,aAAkB,MAAEJ,EAAG,WAAW,CAACM,MAAM,CAAC,IAAM,MAAM,CAACV,EAAIS,GAAG,SAAQ,WAAW,MAAO,CAACL,EAAG,aAAa,CAACJ,EAAIc,GAAG,IAAId,EAAIe,GAAGf,EAAIQ,aAAaQ,OAAO,UAAS,CAAC,aAAehB,EAAIQ,gBAAgB,GAAGR,EAAIa,KAAKT,EAAG,WAAW,CAACM,MAAM,CAAC,IAAM,MAAM,CAACV,EAAIS,GAAG,WAAU,WAAW,MAAO,CAACT,EAAIc,GAAG,IAAId,EAAIe,GAAGf,EAAIQ,aAAaS,SAAS,QAAO,CAAC,aAAejB,EAAIQ,gBAAgB,IAAI,GAAGJ,EAAG,WAAW,CAACE,YAAY,4CAA4CY,GAAG,CAAC,MAAQ,SAASC,GAAQ,OAAOnB,EAAIoB,MAAM,YAAY,CAAChB,EAAG,WAAW,CAACM,MAAM,CAAC,KAAO,QAAQ,KAAO,cAAc,IAAI,IAAI,IAAI,IACzvCW,EAAkB,G,YCgDP,iBAAgB,CAC7BC,KAAM,mBAENC,cAAc,EAEdC,MAAO,CACLhB,aAAc,CACZiB,KAAMC,OACNC,UAAU,IAId,MAAMH,GACJ,MAAMZ,EAAW,eAAS,4BAAMY,EAAMhB,aAAaoB,cAAzB,aAAM,EAA2BC,OAE3D,MAAO,CACLjB,eCjEuZ,I,YCOzZkB,EAAY,eACd,EACA/B,EACAsB,GACA,EACA,KACA,KACA,MAIa,aAAAS,E","file":"js/BaseNotification.vue.e4be69c2.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('BaseBox',{staticClass:\"md:grid justify-end\",style:(_vm.notification.styles)},[_c('BaseBox',{staticClass:\"\\n md:max-w-xs\\n lg:max-w-sm\\n md:rounded-xl\\n bg-white\\n dark:bg-gray-800\\n text-gray-700\\n dark:text-gray-200\\n shadow-md\\n \"},[_c('BaseBox',{staticClass:\"flex space-6 items-center\"},[(_vm.notification.icon)?_c('BaseBox',{staticClass:\"m-4 text-xl\"},[_vm._t(\"icon\",function(){return [_c('BaseIcon',{attrs:{\"name\":_vm.notification.icon,\"tone\":_vm.iconTone}})]},{\"notification\":_vm.notification})],2):_vm._e(),_c('BaseBox',{staticClass:\"py-4 flex-grow\"},[(_vm.notification.title)?_c('BaseText',{attrs:{\"tag\":\"p\"}},[_vm._t(\"title\",function(){return [_c('BaseStrong',[_vm._v(\" \"+_vm._s(_vm.notification.title)+\" \")])]},{\"notification\":_vm.notification})],2):_vm._e(),_c('BaseText',{attrs:{\"tag\":\"p\"}},[_vm._t(\"message\",function(){return [_vm._v(\" \"+_vm._s(_vm.notification.message)+\" \")]},{\"notification\":_vm.notification})],2)],1),_c('BaseLink',{staticClass:\"block cursor-pointer m-4 hover:opacity-50\",on:{\"click\":function($event){return _vm.$emit('close')}}},[_c('BaseIcon',{attrs:{\"name\":\"times\",\"tone\":\"neutral\"}})],1)],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport { CommuniqueNotification } from 'vue-communique'\nimport { computed, defineComponent, PropType } from '@vue/composition-api'\n\nexport default defineComponent({\n name: 'BaseNotification',\n\n inheritAttrs: false,\n\n props: {\n notification: {\n type: Object as PropType,\n required: true,\n },\n },\n\n setup(props) {\n const iconTone = computed(() => props.notification.$attrs?.tone)\n\n return {\n iconTone,\n }\n },\n})\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??ref--14-3!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BaseNotification.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??ref--14-3!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BaseNotification.vue?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./BaseNotification.vue?vue&type=template&id=ca1ecd80&\"\nimport script from \"./BaseNotification.vue?vue&type=script&lang=ts&\"\nexport * from \"./BaseNotification.vue?vue&type=script&lang=ts&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}