@koobiq/components 17.6.1 → 17.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/alert/alert.module.d.ts +3 -4
  2. package/autocomplete/autocomplete.module.d.ts +1 -1
  3. package/badge/badge.module.d.ts +3 -4
  4. package/button/button.module.d.ts +4 -5
  5. package/code-block/code-block.module.d.ts +6 -7
  6. package/core/forms/_forms-theme.scss +7 -15
  7. package/core/forms/_forms.scss +3 -9
  8. package/core/forms/forms-tokens.scss +39 -0
  9. package/core/option/_optgroup-theme.scss +4 -10
  10. package/core/option/_option-action-theme.scss +7 -15
  11. package/core/option/_option-theme.scss +13 -24
  12. package/core/option/action.scss +4 -0
  13. package/core/option/optgroup-tokens.scss +26 -0
  14. package/core/option/optgroup.scss +4 -5
  15. package/core/option/option-action-tokens.scss +21 -0
  16. package/core/option/option-module.d.ts +2 -3
  17. package/core/option/option-tokens.scss +115 -0
  18. package/core/option/option.scss +5 -3
  19. package/core/styles/_koobiq-theme.scss +7 -37
  20. package/core/styles/theming/_scrollbar-theme.scss +10 -11
  21. package/core/styles/theming/scrollbar-tokens.scss +34 -0
  22. package/datepicker/datepicker-module.d.ts +8 -8
  23. package/dl/dl.module.d.ts +3 -4
  24. package/dropdown/dropdown.module.d.ts +4 -4
  25. package/empty-state/empty-state.module.d.ts +3 -4
  26. package/esm2022/alert/alert.component.mjs +3 -4
  27. package/esm2022/alert/alert.module.mjs +3 -7
  28. package/esm2022/autocomplete/autocomplete.module.mjs +15 -5
  29. package/esm2022/badge/badge.module.mjs +3 -7
  30. package/esm2022/button/button.module.mjs +3 -7
  31. package/esm2022/code-block/actionbar.component.mjs +6 -7
  32. package/esm2022/code-block/code-block.component.mjs +8 -9
  33. package/esm2022/code-block/code-block.module.mjs +4 -8
  34. package/esm2022/core/option/action.mjs +14 -25
  35. package/esm2022/core/option/optgroup.mjs +3 -3
  36. package/esm2022/core/option/option-module.mjs +4 -5
  37. package/esm2022/core/option/option.mjs +5 -6
  38. package/esm2022/core/version.mjs +2 -2
  39. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  40. package/esm2022/datepicker/calendar-header.component.mjs +8 -8
  41. package/esm2022/datepicker/datepicker-module.mjs +10 -9
  42. package/esm2022/datepicker/datepicker-toggle.component.mjs +5 -6
  43. package/esm2022/datepicker/month-view.component.mjs +4 -5
  44. package/esm2022/dl/dl.module.mjs +3 -7
  45. package/esm2022/dropdown/dropdown-item.component.mjs +5 -6
  46. package/esm2022/dropdown/dropdown.module.mjs +8 -9
  47. package/esm2022/empty-state/empty-state.module.mjs +3 -7
  48. package/esm2022/file-upload/file-upload.module.mjs +12 -9
  49. package/esm2022/file-upload/multiple-file-upload.component.mjs +10 -10
  50. package/esm2022/file-upload/single-file-upload.component.mjs +10 -10
  51. package/esm2022/form-field/form-field.mjs +7 -8
  52. package/esm2022/form-field/form-field.module.mjs +9 -5
  53. package/esm2022/form-field/password-hint.mjs +3 -3
  54. package/esm2022/form-field/password-toggle.mjs +3 -3
  55. package/esm2022/icon/icon.module.mjs +3 -7
  56. package/esm2022/input/input.module.mjs +3 -7
  57. package/esm2022/link/link.module.mjs +3 -7
  58. package/esm2022/list/list-selection.component.mjs +4 -5
  59. package/esm2022/list/list.module.mjs +3 -7
  60. package/esm2022/loader-overlay/loader-overlay.component.mjs +4 -5
  61. package/esm2022/loader-overlay/loader-overlay.module.mjs +3 -7
  62. package/esm2022/markdown/markdown.module.mjs +4 -5
  63. package/esm2022/modal/modal.component.mjs +7 -7
  64. package/esm2022/modal/modal.module.mjs +12 -9
  65. package/esm2022/navbar/navbar-item.component.mjs +30 -31
  66. package/esm2022/navbar/navbar.module.mjs +3 -7
  67. package/esm2022/popover/popover-confirm.component.mjs +4 -4
  68. package/esm2022/popover/popover.component.mjs +8 -8
  69. package/esm2022/popover/popover.module.mjs +40 -7
  70. package/esm2022/progress-bar/progress-bar.component.mjs +3 -4
  71. package/esm2022/progress-bar/progress-bar.module.mjs +3 -7
  72. package/esm2022/progress-spinner/progress-spinner.component.mjs +3 -3
  73. package/esm2022/progress-spinner/progress-spinner.module.mjs +7 -8
  74. package/esm2022/radio/radio.component.mjs +3 -3
  75. package/esm2022/radio/radio.module.mjs +4 -5
  76. package/esm2022/risk-level/risk-level.component.mjs +3 -3
  77. package/esm2022/risk-level/risk-level.module.mjs +3 -7
  78. package/esm2022/scrollbar/scrollbar.component.mjs +3 -3
  79. package/esm2022/select/select.component.mjs +8 -8
  80. package/esm2022/select/select.module.mjs +11 -13
  81. package/esm2022/sidebar/sidebar.component.mjs +3 -4
  82. package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -6
  83. package/esm2022/sidepanel/sidepanel-directives.mjs +30 -29
  84. package/esm2022/sidepanel/sidepanel.module.mjs +3 -7
  85. package/esm2022/splitter/splitter.component.mjs +3 -4
  86. package/esm2022/splitter/splitter.module.mjs +3 -7
  87. package/esm2022/table/table.module.mjs +3 -7
  88. package/esm2022/tabs/tab-group.component.mjs +9 -10
  89. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +3 -3
  90. package/esm2022/tabs/tabs.module.mjs +3 -7
  91. package/esm2022/tags/tag-list.component.mjs +3 -4
  92. package/esm2022/tags/tag.module.mjs +4 -5
  93. package/esm2022/textarea/textarea.module.mjs +4 -5
  94. package/esm2022/timepicker/timepicker.module.mjs +3 -7
  95. package/esm2022/timezone/timezone-option.component.mjs +6 -6
  96. package/esm2022/timezone/timezone-select.component.mjs +7 -7
  97. package/esm2022/timezone/timezone.module.mjs +10 -9
  98. package/esm2022/toast/toast.component.mjs +6 -6
  99. package/esm2022/toast/toast.module.mjs +10 -9
  100. package/esm2022/toggle/toggle.module.mjs +4 -5
  101. package/esm2022/tooltip/tooltip.component.mjs +3 -3
  102. package/esm2022/tooltip/tooltip.module.mjs +11 -5
  103. package/esm2022/tree/tree-option.component.mjs +5 -6
  104. package/esm2022/tree/tree.module.mjs +3 -7
  105. package/esm2022/tree-select/tree-select.component.mjs +7 -7
  106. package/esm2022/tree-select/tree-select.module.mjs +11 -12
  107. package/fesm2022/koobiq-components-alert.mjs +4 -9
  108. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  109. package/fesm2022/koobiq-components-autocomplete.mjs +14 -4
  110. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  111. package/fesm2022/koobiq-components-badge.mjs +2 -6
  112. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  113. package/fesm2022/koobiq-components-button.mjs +2 -6
  114. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  115. package/fesm2022/koobiq-components-code-block.mjs +15 -20
  116. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  117. package/fesm2022/koobiq-components-core.mjs +22 -33
  118. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  119. package/fesm2022/koobiq-components-datepicker.mjs +21 -20
  120. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  121. package/fesm2022/koobiq-components-dl.mjs +2 -6
  122. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  123. package/fesm2022/koobiq-components-dropdown.mjs +16 -17
  124. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  125. package/fesm2022/koobiq-components-empty-state.mjs +2 -6
  126. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  127. package/fesm2022/koobiq-components-file-upload.mjs +22 -19
  128. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  129. package/fesm2022/koobiq-components-form-field.mjs +17 -13
  130. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  131. package/fesm2022/koobiq-components-icon.mjs +2 -6
  132. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  133. package/fesm2022/koobiq-components-input.mjs +2 -6
  134. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  135. package/fesm2022/koobiq-components-link.mjs +2 -6
  136. package/fesm2022/koobiq-components-link.mjs.map +1 -1
  137. package/fesm2022/koobiq-components-list.mjs +5 -10
  138. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  139. package/fesm2022/koobiq-components-loader-overlay.mjs +5 -10
  140. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  141. package/fesm2022/koobiq-components-markdown.mjs +3 -4
  142. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  143. package/fesm2022/koobiq-components-modal.mjs +18 -15
  144. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  145. package/fesm2022/koobiq-components-navbar.mjs +32 -36
  146. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  147. package/fesm2022/koobiq-components-popover.mjs +47 -14
  148. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  149. package/fesm2022/koobiq-components-progress-bar.mjs +4 -9
  150. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  151. package/fesm2022/koobiq-components-progress-spinner.mjs +8 -9
  152. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  153. package/fesm2022/koobiq-components-radio.mjs +5 -6
  154. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  155. package/fesm2022/koobiq-components-risk-level.mjs +4 -8
  156. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  157. package/fesm2022/koobiq-components-scrollbar.mjs +2 -2
  158. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  159. package/fesm2022/koobiq-components-select.mjs +17 -19
  160. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  161. package/fesm2022/koobiq-components-sidebar.mjs +2 -3
  162. package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
  163. package/fesm2022/koobiq-components-sidepanel.mjs +35 -38
  164. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  165. package/fesm2022/koobiq-components-splitter.mjs +4 -9
  166. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  167. package/fesm2022/koobiq-components-table.mjs +2 -6
  168. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  169. package/fesm2022/koobiq-components-tabs.mjs +8 -13
  170. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  171. package/fesm2022/koobiq-components-tags.mjs +5 -7
  172. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  173. package/fesm2022/koobiq-components-textarea.mjs +3 -4
  174. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  175. package/fesm2022/koobiq-components-timepicker.mjs +2 -6
  176. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  177. package/fesm2022/koobiq-components-timezone.mjs +19 -18
  178. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  179. package/fesm2022/koobiq-components-toast.mjs +14 -13
  180. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  181. package/fesm2022/koobiq-components-toggle.mjs +3 -4
  182. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  183. package/fesm2022/koobiq-components-tooltip.mjs +12 -6
  184. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  185. package/fesm2022/koobiq-components-tree-select.mjs +16 -17
  186. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  187. package/fesm2022/koobiq-components-tree.mjs +10 -15
  188. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  189. package/file-upload/file-upload.module.d.ts +12 -12
  190. package/file-upload/single-file-upload.component.d.ts +1 -1
  191. package/form-field/form-field-tokens.scss +12 -0
  192. package/form-field/form-field.module.d.ts +3 -3
  193. package/icon/icon.module.d.ts +3 -4
  194. package/input/input.module.d.ts +5 -6
  195. package/link/link.module.d.ts +2 -3
  196. package/list/list.module.d.ts +3 -4
  197. package/loader-overlay/loader-overlay.module.d.ts +4 -5
  198. package/markdown/markdown.module.d.ts +4 -5
  199. package/modal/modal.module.d.ts +7 -7
  200. package/navbar/navbar.module.d.ts +5 -6
  201. package/package.json +4 -4
  202. package/popover/popover.module.d.ts +7 -7
  203. package/prebuilt-themes/dark-theme.css +1 -1
  204. package/prebuilt-themes/light-theme.css +1 -1
  205. package/progress-bar/_progress-bar-theme.scss +6 -12
  206. package/progress-bar/progress-bar-tokens.scss +36 -0
  207. package/progress-bar/progress-bar.module.d.ts +2 -3
  208. package/progress-bar/progress-bar.scss +4 -4
  209. package/progress-spinner/_progress-spinner-theme.scss +5 -11
  210. package/progress-spinner/progress-spinner-tokens.scss +38 -0
  211. package/progress-spinner/progress-spinner.module.d.ts +3 -3
  212. package/progress-spinner/progress-spinner.scss +4 -4
  213. package/radio/_radio-theme.scss +21 -36
  214. package/radio/radio-tokens.scss +166 -0
  215. package/radio/radio.module.d.ts +3 -4
  216. package/radio/radio.scss +4 -5
  217. package/risk-level/_risk-level-theme.scss +20 -24
  218. package/risk-level/risk-level-tokens.scss +72 -0
  219. package/risk-level/risk-level.component.scss +5 -3
  220. package/risk-level/risk-level.module.d.ts +3 -4
  221. package/schematics/ng-add/index.js +2 -2
  222. package/scrollbar/_scrollbar-component-theme.scss +13 -31
  223. package/scrollbar/scrollbar-tokens.scss +34 -0
  224. package/scrollbar/scrollbar.component.scss +4 -3
  225. package/select/_select-theme.scss +11 -22
  226. package/select/select-tokens.scss +59 -0
  227. package/select/select.component.d.ts +1 -1
  228. package/select/select.module.d.ts +7 -7
  229. package/select/select.scss +5 -3
  230. package/sidepanel/_sidepanel-theme.scss +6 -12
  231. package/sidepanel/sidepanel-tokens.scss +48 -0
  232. package/sidepanel/sidepanel.module.d.ts +8 -9
  233. package/sidepanel/sidepanel.scss +4 -4
  234. package/splitter/_splitter-theme.scss +2 -6
  235. package/splitter/splitter-tokens.scss +7 -0
  236. package/splitter/splitter.module.d.ts +2 -3
  237. package/splitter/splitter.scss +4 -0
  238. package/table/table.module.d.ts +3 -4
  239. package/tabs/_tabs-common.scss +0 -6
  240. package/tabs/_tabs-theme.scss +30 -65
  241. package/tabs/tab-group.scss +0 -3
  242. package/tabs/tab-header.scss +0 -3
  243. package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -2
  244. package/tabs/tabs-tokens.scss +136 -0
  245. package/tabs/tabs.module.d.ts +7 -8
  246. package/tags/_tag-theme.scss +17 -26
  247. package/tags/tag-input-tokens.scss +14 -0
  248. package/tags/tag-list.scss +0 -6
  249. package/tags/tag-tokens.scss +151 -0
  250. package/tags/tag.module.d.ts +2 -3
  251. package/tags/tag.scss +0 -3
  252. package/textarea/textarea.module.d.ts +4 -5
  253. package/timepicker/timepicker.module.d.ts +4 -5
  254. package/timezone/timezone.module.d.ts +9 -9
  255. package/toast/toast.module.d.ts +7 -7
  256. package/toggle/toggle.module.d.ts +3 -4
  257. package/tooltip/tooltip.module.d.ts +3 -3
  258. package/tree/tree.module.d.ts +3 -4
  259. package/tree-select/tree-select.component.d.ts +1 -1
  260. package/tree-select/tree-select.module.d.ts +7 -7
@@ -1,5 +1,5 @@
1
1
  import { OverlayModule } from '@angular/cdk/overlay';
2
- import { CommonModule } from '@angular/common';
2
+ import { NgClass, NgTemplateOutlet } from '@angular/common';
3
3
  import { NgModule } from '@angular/core';
4
4
  import { KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KbqPseudoCheckboxModule, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger } from '@koobiq/components/core';
5
5
  import { KbqIconModule } from '@koobiq/components/icon';
@@ -9,8 +9,7 @@ import { KbqTreeSelect } from './tree-select.component';
9
9
  import * as i0 from "@angular/core";
10
10
  export class KbqTreeSelectModule {
11
11
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqTreeSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqTreeSelectModule, declarations: [KbqTreeSelect], imports: [CommonModule,
13
- OverlayModule,
12
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqTreeSelectModule, declarations: [KbqTreeSelect], imports: [OverlayModule,
14
13
  KbqTreeModule,
15
14
  KbqIconModule,
16
15
  KbqTagsModule,
@@ -19,25 +18,24 @@ export class KbqTreeSelectModule {
19
18
  KbqSelectFooter,
20
19
  KbqSelectMatcher,
21
20
  KbqSelectTrigger,
22
- KbqSelectSearchEmptyResult], exports: [KbqTreeSelect,
23
- CommonModule,
21
+ KbqSelectSearchEmptyResult,
22
+ NgClass,
23
+ NgTemplateOutlet], exports: [KbqTreeSelect,
24
24
  KbqSelectSearch,
25
25
  KbqSelectFooter,
26
26
  KbqSelectMatcher,
27
27
  KbqSelectTrigger,
28
28
  KbqSelectSearchEmptyResult] }); }
29
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqTreeSelectModule, providers: [KBQ_SELECT_SCROLL_STRATEGY_PROVIDER], imports: [CommonModule,
30
- OverlayModule,
29
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqTreeSelectModule, providers: [KBQ_SELECT_SCROLL_STRATEGY_PROVIDER], imports: [OverlayModule,
31
30
  KbqTreeModule,
32
31
  KbqIconModule,
33
32
  KbqTagsModule,
34
- KbqPseudoCheckboxModule, CommonModule] }); }
33
+ KbqPseudoCheckboxModule] }); }
35
34
  }
36
35
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqTreeSelectModule, decorators: [{
37
36
  type: NgModule,
38
37
  args: [{
39
38
  imports: [
40
- CommonModule,
41
39
  OverlayModule,
42
40
  KbqTreeModule,
43
41
  KbqIconModule,
@@ -47,11 +45,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
47
45
  KbqSelectFooter,
48
46
  KbqSelectMatcher,
49
47
  KbqSelectTrigger,
50
- KbqSelectSearchEmptyResult
48
+ KbqSelectSearchEmptyResult,
49
+ NgClass,
50
+ NgTemplateOutlet
51
51
  ],
52
52
  exports: [
53
53
  KbqTreeSelect,
54
- CommonModule,
55
54
  KbqSelectSearch,
56
55
  KbqSelectFooter,
57
56
  KbqSelectMatcher,
@@ -62,4 +61,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
62
61
  providers: [KBQ_SELECT_SCROLL_STRATEGY_PROVIDER]
63
62
  }]
64
63
  }] });
65
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJlZS1zZWxlY3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy90cmVlLXNlbGVjdC90cmVlLXNlbGVjdC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFDSCxtQ0FBbUMsRUFDbkMsdUJBQXVCLEVBQ3ZCLGVBQWUsRUFDZixnQkFBZ0IsRUFDaEIsZUFBZSxFQUNmLDBCQUEwQixFQUMxQixnQkFBZ0IsRUFDbkIsTUFBTSx5QkFBeUIsQ0FBQztBQUNqQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBNEJ4RCxNQUFNLE9BQU8sbUJBQW1CO2lJQUFuQixtQkFBbUI7a0lBQW5CLG1CQUFtQixpQkFIYixhQUFhLGFBckJ4QixZQUFZO1lBQ1osYUFBYTtZQUNiLGFBQWE7WUFDYixhQUFhO1lBQ2IsYUFBYTtZQUNiLHVCQUF1QjtZQUN2QixlQUFlO1lBQ2YsZUFBZTtZQUNmLGdCQUFnQjtZQUNoQixnQkFBZ0I7WUFDaEIsMEJBQTBCLGFBRzFCLGFBQWE7WUFDYixZQUFZO1lBQ1osZUFBZTtZQUNmLGVBQWU7WUFDZixnQkFBZ0I7WUFDaEIsZ0JBQWdCO1lBQ2hCLDBCQUEwQjtrSUFLckIsbUJBQW1CLGFBRmpCLENBQUMsbUNBQW1DLENBQUMsWUF0QjVDLFlBQVk7WUFDWixhQUFhO1lBQ2IsYUFBYTtZQUNiLGFBQWE7WUFDYixhQUFhO1lBQ2IsdUJBQXVCLEVBU3ZCLFlBQVk7OzJGQVVQLG1CQUFtQjtrQkExQi9CLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osYUFBYTt3QkFDYixhQUFhO3dCQUNiLGFBQWE7d0JBQ2IsYUFBYTt3QkFDYix1QkFBdUI7d0JBQ3ZCLGVBQWU7d0JBQ2YsZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjt3QkFDaEIsMEJBQTBCO3FCQUM3QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsYUFBYTt3QkFDYixZQUFZO3dCQUNaLGVBQWU7d0JBQ2YsZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjt3QkFDaEIsMEJBQTBCO3FCQUM3QjtvQkFDRCxZQUFZLEVBQUUsQ0FBQyxhQUFhLENBQUM7b0JBQzdCLFNBQVMsRUFBRSxDQUFDLG1DQUFtQyxDQUFDO2lCQUNuRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgS0JRX1NFTEVDVF9TQ1JPTExfU1RSQVRFR1lfUFJPVklERVIsXG4gICAgS2JxUHNldWRvQ2hlY2tib3hNb2R1bGUsXG4gICAgS2JxU2VsZWN0Rm9vdGVyLFxuICAgIEticVNlbGVjdE1hdGNoZXIsXG4gICAgS2JxU2VsZWN0U2VhcmNoLFxuICAgIEticVNlbGVjdFNlYXJjaEVtcHR5UmVzdWx0LFxuICAgIEticVNlbGVjdFRyaWdnZXJcbn0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL2NvcmUnO1xuaW1wb3J0IHsgS2JxSWNvbk1vZHVsZSB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7IEticVRhZ3NNb2R1bGUgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvdGFncyc7XG5pbXBvcnQgeyBLYnFUcmVlTW9kdWxlIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL3RyZWUnO1xuaW1wb3J0IHsgS2JxVHJlZVNlbGVjdCB9IGZyb20gJy4vdHJlZS1zZWxlY3QuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgT3ZlcmxheU1vZHVsZSxcbiAgICAgICAgS2JxVHJlZU1vZHVsZSxcbiAgICAgICAgS2JxSWNvbk1vZHVsZSxcbiAgICAgICAgS2JxVGFnc01vZHVsZSxcbiAgICAgICAgS2JxUHNldWRvQ2hlY2tib3hNb2R1bGUsXG4gICAgICAgIEticVNlbGVjdFNlYXJjaCxcbiAgICAgICAgS2JxU2VsZWN0Rm9vdGVyLFxuICAgICAgICBLYnFTZWxlY3RNYXRjaGVyLFxuICAgICAgICBLYnFTZWxlY3RUcmlnZ2VyLFxuICAgICAgICBLYnFTZWxlY3RTZWFyY2hFbXB0eVJlc3VsdFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBLYnFUcmVlU2VsZWN0LFxuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIEticVNlbGVjdFNlYXJjaCxcbiAgICAgICAgS2JxU2VsZWN0Rm9vdGVyLFxuICAgICAgICBLYnFTZWxlY3RNYXRjaGVyLFxuICAgICAgICBLYnFTZWxlY3RUcmlnZ2VyLFxuICAgICAgICBLYnFTZWxlY3RTZWFyY2hFbXB0eVJlc3VsdFxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbS2JxVHJlZVNlbGVjdF0sXG4gICAgcHJvdmlkZXJzOiBbS0JRX1NFTEVDVF9TQ1JPTExfU1RSQVRFR1lfUFJPVklERVJdXG59KVxuZXhwb3J0IGNsYXNzIEticVRyZWVTZWxlY3RNb2R1bGUge31cbiJdfQ==
64
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJlZS1zZWxlY3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy90cmVlLXNlbGVjdC90cmVlLXNlbGVjdC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFDSCxtQ0FBbUMsRUFDbkMsdUJBQXVCLEVBQ3ZCLGVBQWUsRUFDZixnQkFBZ0IsRUFDaEIsZUFBZSxFQUNmLDBCQUEwQixFQUMxQixnQkFBZ0IsRUFDbkIsTUFBTSx5QkFBeUIsQ0FBQztBQUNqQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBNEJ4RCxNQUFNLE9BQU8sbUJBQW1CO2lJQUFuQixtQkFBbUI7a0lBQW5CLG1CQUFtQixpQkFIYixhQUFhLGFBckJ4QixhQUFhO1lBQ2IsYUFBYTtZQUNiLGFBQWE7WUFDYixhQUFhO1lBQ2IsdUJBQXVCO1lBQ3ZCLGVBQWU7WUFDZixlQUFlO1lBQ2YsZ0JBQWdCO1lBQ2hCLGdCQUFnQjtZQUNoQiwwQkFBMEI7WUFDMUIsT0FBTztZQUNQLGdCQUFnQixhQUdoQixhQUFhO1lBQ2IsZUFBZTtZQUNmLGVBQWU7WUFDZixnQkFBZ0I7WUFDaEIsZ0JBQWdCO1lBQ2hCLDBCQUEwQjtrSUFLckIsbUJBQW1CLGFBRmpCLENBQUMsbUNBQW1DLENBQUMsWUF0QjVDLGFBQWE7WUFDYixhQUFhO1lBQ2IsYUFBYTtZQUNiLGFBQWE7WUFDYix1QkFBdUI7OzJGQW9CbEIsbUJBQW1CO2tCQTFCL0IsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsYUFBYTt3QkFDYixhQUFhO3dCQUNiLGFBQWE7d0JBQ2IsYUFBYTt3QkFDYix1QkFBdUI7d0JBQ3ZCLGVBQWU7d0JBQ2YsZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjt3QkFDaEIsMEJBQTBCO3dCQUMxQixPQUFPO3dCQUNQLGdCQUFnQjtxQkFDbkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLGFBQWE7d0JBQ2IsZUFBZTt3QkFDZixlQUFlO3dCQUNmLGdCQUFnQjt3QkFDaEIsZ0JBQWdCO3dCQUNoQiwwQkFBMEI7cUJBQzdCO29CQUNELFlBQVksRUFBRSxDQUFDLGFBQWEsQ0FBQztvQkFDN0IsU0FBUyxFQUFFLENBQUMsbUNBQW1DLENBQUM7aUJBQ25EIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IE5nQ2xhc3MsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgS0JRX1NFTEVDVF9TQ1JPTExfU1RSQVRFR1lfUFJPVklERVIsXG4gICAgS2JxUHNldWRvQ2hlY2tib3hNb2R1bGUsXG4gICAgS2JxU2VsZWN0Rm9vdGVyLFxuICAgIEticVNlbGVjdE1hdGNoZXIsXG4gICAgS2JxU2VsZWN0U2VhcmNoLFxuICAgIEticVNlbGVjdFNlYXJjaEVtcHR5UmVzdWx0LFxuICAgIEticVNlbGVjdFRyaWdnZXJcbn0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL2NvcmUnO1xuaW1wb3J0IHsgS2JxSWNvbk1vZHVsZSB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7IEticVRhZ3NNb2R1bGUgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvdGFncyc7XG5pbXBvcnQgeyBLYnFUcmVlTW9kdWxlIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL3RyZWUnO1xuaW1wb3J0IHsgS2JxVHJlZVNlbGVjdCB9IGZyb20gJy4vdHJlZS1zZWxlY3QuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIE92ZXJsYXlNb2R1bGUsXG4gICAgICAgIEticVRyZWVNb2R1bGUsXG4gICAgICAgIEticUljb25Nb2R1bGUsXG4gICAgICAgIEticVRhZ3NNb2R1bGUsXG4gICAgICAgIEticVBzZXVkb0NoZWNrYm94TW9kdWxlLFxuICAgICAgICBLYnFTZWxlY3RTZWFyY2gsXG4gICAgICAgIEticVNlbGVjdEZvb3RlcixcbiAgICAgICAgS2JxU2VsZWN0TWF0Y2hlcixcbiAgICAgICAgS2JxU2VsZWN0VHJpZ2dlcixcbiAgICAgICAgS2JxU2VsZWN0U2VhcmNoRW1wdHlSZXN1bHQsXG4gICAgICAgIE5nQ2xhc3MsXG4gICAgICAgIE5nVGVtcGxhdGVPdXRsZXRcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgS2JxVHJlZVNlbGVjdCxcbiAgICAgICAgS2JxU2VsZWN0U2VhcmNoLFxuICAgICAgICBLYnFTZWxlY3RGb290ZXIsXG4gICAgICAgIEticVNlbGVjdE1hdGNoZXIsXG4gICAgICAgIEticVNlbGVjdFRyaWdnZXIsXG4gICAgICAgIEticVNlbGVjdFNlYXJjaEVtcHR5UmVzdWx0XG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtLYnFUcmVlU2VsZWN0XSxcbiAgICBwcm92aWRlcnM6IFtLQlFfU0VMRUNUX1NDUk9MTF9TVFJBVEVHWV9QUk9WSURFUl1cbn0pXG5leHBvcnQgY2xhc3MgS2JxVHJlZVNlbGVjdE1vZHVsZSB7fVxuIl19
@@ -2,8 +2,6 @@ import * as i0 from '@angular/core';
2
2
  import { Directive, Component, ChangeDetectionStrategy, ViewEncapsulation, ContentChild, Input, NgModule } from '@angular/core';
3
3
  import { KbqButton } from '@koobiq/components/button';
4
4
  import { KbqIconItem, KbqIcon } from '@koobiq/components/icon';
5
- import * as i1 from '@angular/common';
6
- import { CommonModule } from '@angular/common';
7
5
  import { A11yModule } from '@angular/cdk/a11y';
8
6
  import { PlatformModule } from '@angular/cdk/platform';
9
7
 
@@ -81,7 +79,7 @@ class KbqAlert {
81
79
  }
82
80
  }
83
81
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlert, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
84
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: KbqAlert, selector: "kbq-alert", inputs: { compact: "compact", alertStyle: "alertStyle", alertColor: "alertColor" }, host: { properties: { "class": "alertColor", "class.kbq-alert_normal": "!compact", "class.kbq-alert_compact": "compact", "class.kbq-alert_default": "!isColored", "class.kbq-alert_colored": "isColored", "class.kbq-alert_dismissible": "closeButton" }, classAttribute: "kbq-alert" }, queries: [{ propertyName: "iconItem", first: true, predicate: KbqIconItem, descendants: true }, { propertyName: "icon", first: true, predicate: KbqIcon, descendants: true }, { propertyName: "button", first: true, predicate: KbqButton, descendants: true }, { propertyName: "title", first: true, predicate: KbqAlertTitle, descendants: true }, { propertyName: "control", first: true, predicate: KbqAlertControl, descendants: true }, { propertyName: "closeButton", first: true, predicate: KbqAlertCloseButton, descendants: true }], ngImport: i0, template: "<div\n *ngIf=\"iconItem || icon\"\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n>\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n</div>\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n <div\n *ngIf=\"control\"\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
82
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.0", type: KbqAlert, selector: "kbq-alert", inputs: { compact: "compact", alertStyle: "alertStyle", alertColor: "alertColor" }, host: { properties: { "class": "alertColor", "class.kbq-alert_normal": "!compact", "class.kbq-alert_compact": "compact", "class.kbq-alert_default": "!isColored", "class.kbq-alert_colored": "isColored", "class.kbq-alert_dismissible": "closeButton" }, classAttribute: "kbq-alert" }, queries: [{ propertyName: "iconItem", first: true, predicate: KbqIconItem, descendants: true }, { propertyName: "icon", first: true, predicate: KbqIcon, descendants: true }, { propertyName: "button", first: true, predicate: KbqButton, descendants: true }, { propertyName: "title", first: true, predicate: KbqAlertTitle, descendants: true }, { propertyName: "control", first: true, predicate: KbqAlertControl, descendants: true }, { propertyName: "closeButton", first: true, predicate: KbqAlertCloseButton, descendants: true }], ngImport: i0, template: "@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
85
83
  }
86
84
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlert, decorators: [{
87
85
  type: Component,
@@ -93,7 +91,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
93
91
  '[class.kbq-alert_default]': '!isColored',
94
92
  '[class.kbq-alert_colored]': 'isColored',
95
93
  '[class.kbq-alert_dismissible]': 'closeButton'
96
- }, template: "<div\n *ngIf=\"iconItem || icon\"\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n>\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n</div>\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n <div\n *ngIf=\"control\"\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"] }]
94
+ }, template: "@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"] }]
97
95
  }], propDecorators: { iconItem: [{
98
96
  type: ContentChild,
99
97
  args: [KbqIconItem]
@@ -125,21 +123,18 @@ class KbqAlertModule {
125
123
  /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqAlertModule, declarations: [KbqAlert,
126
124
  KbqAlertTitle,
127
125
  KbqAlertCloseButton,
128
- KbqAlertControl], imports: [CommonModule,
129
- A11yModule,
126
+ KbqAlertControl], imports: [A11yModule,
130
127
  PlatformModule], exports: [KbqAlert,
131
128
  KbqAlertTitle,
132
129
  KbqAlertCloseButton,
133
130
  KbqAlertControl] }); }
134
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlertModule, imports: [CommonModule,
135
- A11yModule,
131
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlertModule, imports: [A11yModule,
136
132
  PlatformModule] }); }
137
133
  }
138
134
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlertModule, decorators: [{
139
135
  type: NgModule,
140
136
  args: [{
141
137
  imports: [
142
- CommonModule,
143
138
  A11yModule,
144
139
  PlatformModule
145
140
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"koobiq-components-alert.mjs","sources":["../../../packages/components/alert/alert.component.ts","../../../packages/components/alert/alert.component.html","../../../packages/components/alert/alert.module.ts","../../../packages/components/alert/koobiq-components-alert.ts"],"sourcesContent":["import {\n AfterContentInit,\n ChangeDetectionStrategy,\n Component,\n ContentChild,\n Directive,\n Input,\n ViewEncapsulation\n} from '@angular/core';\nimport { KbqButton } from '@koobiq/components/button';\nimport { KbqIcon, KbqIconItem } from '@koobiq/components/icon';\n\nexport enum KbqAlertStyles {\n Default = 'default',\n Colored = 'colored'\n}\n\nexport enum KbqAlertColors {\n Contrast = 'contrast',\n Error = 'error',\n Warning = 'warning',\n Success = 'success',\n Theme = 'theme'\n}\n\n@Directive({\n selector: '[kbq-alert-title]',\n host: {\n class: 'kbq-alert__title'\n }\n})\nexport class KbqAlertTitle {}\n\n@Directive({\n selector: '[kbq-alert-close-button]',\n host: {\n class: 'kbq-alert-close-button'\n }\n})\nexport class KbqAlertCloseButton {}\n\n@Directive({\n selector: '[kbq-alert-control]',\n host: {\n class: 'kbq-alert-control'\n }\n})\nexport class KbqAlertControl {}\n\n@Component({\n selector: 'kbq-alert',\n templateUrl: './alert.component.html',\n styleUrls: ['alert.component.scss', 'alert-tokens.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n host: {\n class: 'kbq-alert',\n '[class]': 'alertColor',\n '[class.kbq-alert_normal]': '!compact',\n '[class.kbq-alert_compact]': 'compact',\n '[class.kbq-alert_default]': '!isColored',\n '[class.kbq-alert_colored]': 'isColored',\n '[class.kbq-alert_dismissible]': 'closeButton'\n }\n})\nexport class KbqAlert implements AfterContentInit {\n @ContentChild(KbqIconItem) iconItem: KbqIconItem;\n @ContentChild(KbqIcon) icon: KbqIcon;\n @ContentChild(KbqButton) button: KbqButton;\n @ContentChild(KbqAlertTitle) title: KbqAlertTitle;\n @ContentChild(KbqAlertControl) control: KbqAlertControl;\n @ContentChild(KbqAlertCloseButton) closeButton: KbqAlertCloseButton;\n\n @Input() compact: boolean = false;\n @Input() alertStyle: KbqAlertStyles | string = KbqAlertStyles.Default;\n\n @Input()\n get alertColor(): string {\n return `kbq-alert_${this._alertColor}`;\n }\n\n set alertColor(value: string | KbqAlertColors) {\n this._alertColor = value || KbqAlertColors.Contrast;\n }\n\n private _alertColor: string | KbqAlertColors = KbqAlertColors.Contrast;\n\n get isColored(): boolean {\n return this.alertStyle === KbqAlertStyles.Colored;\n }\n\n ngAfterContentInit(): void {\n const icon = this.icon || this.iconItem;\n\n if (icon) {\n icon.color = this._alertColor;\n }\n }\n}\n","<div\n *ngIf=\"iconItem || icon\"\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n>\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n</div>\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n <div\n *ngIf=\"control\"\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n","import { A11yModule } from '@angular/cdk/a11y';\nimport { PlatformModule } from '@angular/cdk/platform';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { KbqAlert, KbqAlertCloseButton, KbqAlertControl, KbqAlertTitle } from './alert.component';\n\n@NgModule({\n imports: [\n CommonModule,\n A11yModule,\n PlatformModule\n ],\n exports: [\n KbqAlert,\n KbqAlertTitle,\n KbqAlertCloseButton,\n KbqAlertControl\n ],\n declarations: [\n KbqAlert,\n KbqAlertTitle,\n KbqAlertCloseButton,\n KbqAlertControl\n ]\n})\nexport class KbqAlertModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"koobiq-components-alert.mjs","sources":["../../../packages/components/alert/alert.component.ts","../../../packages/components/alert/alert.component.html","../../../packages/components/alert/alert.module.ts","../../../packages/components/alert/koobiq-components-alert.ts"],"sourcesContent":["import {\n AfterContentInit,\n ChangeDetectionStrategy,\n Component,\n ContentChild,\n Directive,\n Input,\n ViewEncapsulation\n} from '@angular/core';\nimport { KbqButton } from '@koobiq/components/button';\nimport { KbqIcon, KbqIconItem } from '@koobiq/components/icon';\n\nexport enum KbqAlertStyles {\n Default = 'default',\n Colored = 'colored'\n}\n\nexport enum KbqAlertColors {\n Contrast = 'contrast',\n Error = 'error',\n Warning = 'warning',\n Success = 'success',\n Theme = 'theme'\n}\n\n@Directive({\n selector: '[kbq-alert-title]',\n host: {\n class: 'kbq-alert__title'\n }\n})\nexport class KbqAlertTitle {}\n\n@Directive({\n selector: '[kbq-alert-close-button]',\n host: {\n class: 'kbq-alert-close-button'\n }\n})\nexport class KbqAlertCloseButton {}\n\n@Directive({\n selector: '[kbq-alert-control]',\n host: {\n class: 'kbq-alert-control'\n }\n})\nexport class KbqAlertControl {}\n\n@Component({\n selector: 'kbq-alert',\n templateUrl: './alert.component.html',\n styleUrls: ['alert.component.scss', 'alert-tokens.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n host: {\n class: 'kbq-alert',\n '[class]': 'alertColor',\n '[class.kbq-alert_normal]': '!compact',\n '[class.kbq-alert_compact]': 'compact',\n '[class.kbq-alert_default]': '!isColored',\n '[class.kbq-alert_colored]': 'isColored',\n '[class.kbq-alert_dismissible]': 'closeButton'\n }\n})\nexport class KbqAlert implements AfterContentInit {\n @ContentChild(KbqIconItem) iconItem: KbqIconItem;\n @ContentChild(KbqIcon) icon: KbqIcon;\n @ContentChild(KbqButton) button: KbqButton;\n @ContentChild(KbqAlertTitle) title: KbqAlertTitle;\n @ContentChild(KbqAlertControl) control: KbqAlertControl;\n @ContentChild(KbqAlertCloseButton) closeButton: KbqAlertCloseButton;\n\n @Input() compact: boolean = false;\n @Input() alertStyle: KbqAlertStyles | string = KbqAlertStyles.Default;\n\n @Input()\n get alertColor(): string {\n return `kbq-alert_${this._alertColor}`;\n }\n\n set alertColor(value: string | KbqAlertColors) {\n this._alertColor = value || KbqAlertColors.Contrast;\n }\n\n private _alertColor: string | KbqAlertColors = KbqAlertColors.Contrast;\n\n get isColored(): boolean {\n return this.alertStyle === KbqAlertStyles.Colored;\n }\n\n ngAfterContentInit(): void {\n const icon = this.icon || this.iconItem;\n\n if (icon) {\n icon.color = this._alertColor;\n }\n }\n}\n","@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n","import { A11yModule } from '@angular/cdk/a11y';\nimport { PlatformModule } from '@angular/cdk/platform';\nimport { NgModule } from '@angular/core';\nimport { KbqAlert, KbqAlertCloseButton, KbqAlertControl, KbqAlertTitle } from './alert.component';\n\n@NgModule({\n imports: [\n A11yModule,\n PlatformModule\n ],\n exports: [\n KbqAlert,\n KbqAlertTitle,\n KbqAlertCloseButton,\n KbqAlertControl\n ],\n declarations: [\n KbqAlert,\n KbqAlertTitle,\n KbqAlertCloseButton,\n KbqAlertControl\n ]\n})\nexport class KbqAlertModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@ import { Overlay, OverlayConfig, OverlayModule } from '@angular/cdk/overlay';
7
7
  import { TemplatePortal } from '@angular/cdk/portal';
8
8
  import * as i4 from '@angular/cdk/scrolling';
9
9
  import * as i1 from '@angular/common';
10
- import { DOCUMENT, CommonModule } from '@angular/common';
10
+ import { DOCUMENT, NgClass } from '@angular/common';
11
11
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
12
12
  import { ESCAPE, ENTER, TAB, DOWN_ARROW, UP_ARROW } from '@koobiq/cdk/keycodes';
13
13
  import { KBQ_OPTION_PARENT_COMPONENT, KbqOption, KbqOptgroup, KbqOptionSelectionChange, KbqOptionModule, KbqCommonModule } from '@koobiq/components/core';
@@ -719,18 +719,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
719
719
 
720
720
  class KbqAutocompleteModule {
721
721
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
722
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, declarations: [KbqAutocomplete, KbqAutocompleteTrigger, KbqAutocompleteOrigin], imports: [KbqOptionModule, OverlayModule, KbqCommonModule, CommonModule], exports: [KbqAutocomplete,
722
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, declarations: [KbqAutocomplete, KbqAutocompleteTrigger, KbqAutocompleteOrigin], imports: [KbqOptionModule,
723
+ OverlayModule,
724
+ KbqCommonModule,
725
+ NgClass], exports: [KbqAutocomplete,
723
726
  KbqOptionModule,
724
727
  KbqAutocompleteTrigger,
725
728
  KbqAutocompleteOrigin,
726
729
  KbqCommonModule] }); }
727
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, providers: [KBQ_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [KbqOptionModule, OverlayModule, KbqCommonModule, CommonModule, KbqOptionModule,
730
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, providers: [KBQ_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [KbqOptionModule,
731
+ OverlayModule,
732
+ KbqCommonModule, KbqOptionModule,
728
733
  KbqCommonModule] }); }
729
734
  }
730
735
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, decorators: [{
731
736
  type: NgModule,
732
737
  args: [{
733
- imports: [KbqOptionModule, OverlayModule, KbqCommonModule, CommonModule],
738
+ imports: [
739
+ KbqOptionModule,
740
+ OverlayModule,
741
+ KbqCommonModule,
742
+ NgClass
743
+ ],
734
744
  exports: [
735
745
  KbqAutocomplete,
736
746
  KbqOptionModule,