{"version":3,"file":"index.js","sources":["../../../../src/packages/core/notification/layouts/default/notification-layout-default.element.ts","../../../../src/packages/core/notification/notification-handler.ts","../../../../src/packages/core/notification/notification.context.ts","../../../../src/packages/core/notification/controllers/peek-error/peek-error-notification.element.ts","../../../../src/packages/core/notification/controllers/peek-error/peek-error.controller.ts","../../../../src/packages/core/notification/extractUmbNotificationColor.function.ts","../../../../src/packages/core/notification/isUmbNotifications.function.ts"],"sourcesContent":["import {\r\n\thtml,\r\n\tLitElement,\r\n\tcustomElement,\r\n\tproperty,\r\n\tifDefined,\r\n\tnothing,\r\n\tcss,\r\n} from '@umbraco-cms/backoffice/external/lit';\r\nimport { UmbTextStyles } from '@umbraco-cms/backoffice/style';\r\nimport type { UmbNotificationDefaultData, UmbNotificationHandler } from '@umbraco-cms/backoffice/notification';\r\n\r\nexport type { UmbNotificationDefaultData };\r\n\r\n@customElement('umb-notification-layout-default')\r\nexport class UmbNotificationLayoutDefaultElement extends LitElement {\r\n\t@property({ attribute: false })\r\n\tnotificationHandler!: UmbNotificationHandler;\r\n\r\n\t@property({ type: Object })\r\n\tdata!: UmbNotificationDefaultData;\r\n\r\n\toverride render() {\r\n\t\treturn html`\r\n\t\t\t
${property}:
\r\n\t\t\t\t\t