\\n {{#if this.isInformative}}\\n {{#if @icon}}\\n
\\n {{/if}}\\n {{/if}}\\n\\n
\\n \\n {{message}}\\n \\n \\n\\n {{#if (and this.isIssue @optionText @on-option-click)}}\\n
\\n \\n \\n {{/if}}\\n
\")","import Component from '@glimmer/component';\nimport { assert } from '@ember/debug';\nimport { intlPath } from '@adc/i18n/path';\n\nimport type { SvgSymbolSignature } from '@adc/svg-system/components/svg-symbol';\n\nexport const ISSUE = 'issue';\nexport const INFORMATIVE = 'informative';\n\nexport interface AdcBannerSignature {\n Element: HTMLDivElement;\n Args: {\n /** The text to appear within the banner. */\n message: string | Promise