@koobiq/components 17.8.3 → 17.8.5

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 (162) hide show
  1. package/alert/alert-tokens.scss +12 -6
  2. package/badge/badge-tokens.scss +15 -8
  3. package/button/button-tokens.scss +6 -2
  4. package/button-toggle/button-toggle-tokens.scss +6 -2
  5. package/checkbox/checkbox-tokens.scss +13 -8
  6. package/code-block/code-block-tokens.scss +6 -1
  7. package/core/forms/forms-tokens.scss +9 -4
  8. package/core/option/optgroup-tokens.scss +6 -2
  9. package/core/option/option-tokens.scss +18 -10
  10. package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +13 -8
  11. package/core/styles/typography/_typography.scss +15 -0
  12. package/datepicker/datepicker-tokens.scss +6 -2
  13. package/dl/dl-tokens.scss +7 -4
  14. package/dropdown/dropdown-tokens.scss +15 -8
  15. package/empty-state/empty-state-tokens.scss +13 -8
  16. package/esm2022/alert/alert.component.mjs +2 -2
  17. package/esm2022/badge/badge.component.mjs +2 -2
  18. package/esm2022/button/button.component.mjs +2 -2
  19. package/esm2022/button-toggle/button-toggle.component.mjs +2 -2
  20. package/esm2022/checkbox/checkbox.mjs +2 -2
  21. package/esm2022/code-block/code-block.component.mjs +2 -2
  22. package/esm2022/core/option/optgroup.mjs +2 -2
  23. package/esm2022/core/option/option.mjs +2 -2
  24. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
  25. package/esm2022/core/version.mjs +2 -2
  26. package/esm2022/datepicker/datepicker.component.mjs +3 -3
  27. package/esm2022/dl/dl.component.mjs +2 -2
  28. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  29. package/esm2022/empty-state/empty-state.component.mjs +2 -2
  30. package/esm2022/file-upload/multiple-file-upload.component.mjs +2 -2
  31. package/esm2022/file-upload/single-file-upload.component.mjs +2 -2
  32. package/esm2022/form-field/form-field.mjs +2 -2
  33. package/esm2022/form-field/hint.mjs +2 -2
  34. package/esm2022/list/list-selection.component.mjs +2 -2
  35. package/esm2022/list/list.component.mjs +2 -2
  36. package/esm2022/loader-overlay/loader-overlay.component.mjs +2 -2
  37. package/esm2022/markdown/markdown.component.mjs +2 -2
  38. package/esm2022/modal/modal.component.mjs +2 -2
  39. package/esm2022/navbar/navbar.component.mjs +2 -2
  40. package/esm2022/navbar/vertical-navbar.component.mjs +2 -2
  41. package/esm2022/popover/popover-confirm.component.mjs +3 -3
  42. package/esm2022/popover/popover.component.mjs +3 -3
  43. package/esm2022/progress-bar/progress-bar.component.mjs +2 -2
  44. package/esm2022/progress-spinner/progress-spinner.component.mjs +2 -2
  45. package/esm2022/radio/radio.component.mjs +2 -2
  46. package/esm2022/risk-level/risk-level.component.mjs +2 -2
  47. package/esm2022/select/select.component.mjs +3 -3
  48. package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
  49. package/esm2022/table/table.component.mjs +2 -2
  50. package/esm2022/tabs/tab-group.component.mjs +2 -2
  51. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
  52. package/esm2022/tags/tag-list.component.mjs +2 -2
  53. package/esm2022/timezone/timezone-option.component.mjs +2 -2
  54. package/esm2022/timezone/timezone-select.component.mjs +2 -2
  55. package/esm2022/toast/toast.component.mjs +3 -3
  56. package/esm2022/toggle/toggle.component.mjs +3 -3
  57. package/esm2022/tooltip/tooltip.component.mjs +3 -3
  58. package/esm2022/tree/toggle.mjs +2 -2
  59. package/esm2022/tree/tree-option.component.mjs +2 -2
  60. package/esm2022/tree/tree-selection.component.mjs +2 -2
  61. package/esm2022/tree/tree.mjs +2 -2
  62. package/esm2022/tree-select/tree-select.component.mjs +3 -3
  63. package/fesm2022/koobiq-components-alert.mjs +2 -2
  64. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  65. package/fesm2022/koobiq-components-badge.mjs +2 -2
  66. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  67. package/fesm2022/koobiq-components-button-toggle.mjs +2 -2
  68. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  69. package/fesm2022/koobiq-components-button.mjs +2 -2
  70. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  71. package/fesm2022/koobiq-components-checkbox.mjs +2 -2
  72. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  73. package/fesm2022/koobiq-components-code-block.mjs +2 -2
  74. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  75. package/fesm2022/koobiq-components-core.mjs +7 -7
  76. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  77. package/fesm2022/koobiq-components-datepicker.mjs +2 -2
  78. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  79. package/fesm2022/koobiq-components-dl.mjs +2 -2
  80. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  81. package/fesm2022/koobiq-components-dropdown.mjs +2 -2
  82. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  83. package/fesm2022/koobiq-components-empty-state.mjs +2 -2
  84. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  85. package/fesm2022/koobiq-components-file-upload.mjs +4 -4
  86. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  87. package/fesm2022/koobiq-components-form-field.mjs +4 -4
  88. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  89. package/fesm2022/koobiq-components-list.mjs +4 -4
  90. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  91. package/fesm2022/koobiq-components-loader-overlay.mjs +2 -2
  92. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  93. package/fesm2022/koobiq-components-markdown.mjs +2 -2
  94. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  95. package/fesm2022/koobiq-components-modal.mjs +2 -2
  96. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  97. package/fesm2022/koobiq-components-navbar.mjs +4 -4
  98. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  99. package/fesm2022/koobiq-components-popover.mjs +4 -4
  100. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  101. package/fesm2022/koobiq-components-progress-bar.mjs +2 -2
  102. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  103. package/fesm2022/koobiq-components-progress-spinner.mjs +2 -2
  104. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  105. package/fesm2022/koobiq-components-radio.mjs +2 -2
  106. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  107. package/fesm2022/koobiq-components-risk-level.mjs +2 -2
  108. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  109. package/fesm2022/koobiq-components-select.mjs +2 -2
  110. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  111. package/fesm2022/koobiq-components-sidepanel.mjs +2 -2
  112. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  113. package/fesm2022/koobiq-components-table.mjs +2 -2
  114. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  115. package/fesm2022/koobiq-components-tabs.mjs +4 -4
  116. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  117. package/fesm2022/koobiq-components-tags.mjs +2 -2
  118. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  119. package/fesm2022/koobiq-components-timezone.mjs +4 -4
  120. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  121. package/fesm2022/koobiq-components-toast.mjs +2 -2
  122. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  123. package/fesm2022/koobiq-components-toggle.mjs +2 -2
  124. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  125. package/fesm2022/koobiq-components-tooltip.mjs +2 -2
  126. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  127. package/fesm2022/koobiq-components-tree-select.mjs +2 -2
  128. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  129. package/fesm2022/koobiq-components-tree.mjs +8 -8
  130. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  131. package/file-upload/file-upload-tokens.scss +14 -10
  132. package/form-field/form-field-tokens.scss +9 -4
  133. package/form-field/hint-tokens.scss +9 -4
  134. package/input/input-tokens.scss +6 -2
  135. package/link/link-tokens.scss +12 -6
  136. package/list/list-tokens.scss +15 -8
  137. package/loader-overlay/loader-overlay-tokens.scss +13 -8
  138. package/markdown/markdown-tokens.scss +40 -30
  139. package/modal/modal-tokens.scss +9 -4
  140. package/navbar/navbar-tokens.scss +6 -2
  141. package/package.json +4 -4
  142. package/popover/popover-tokens.scss +9 -4
  143. package/prebuilt-themes/dark-theme.css +1 -1
  144. package/prebuilt-themes/light-theme.css +1 -1
  145. package/progress-bar/progress-bar-tokens.scss +9 -4
  146. package/progress-spinner/progress-spinner-tokens.scss +9 -4
  147. package/radio/radio-tokens.scss +13 -8
  148. package/risk-level/risk-level-tokens.scss +6 -2
  149. package/schematics/ng-add/index.js +2 -2
  150. package/select/select-tokens.scss +7 -4
  151. package/sidepanel/sidepanel-tokens.scss +9 -4
  152. package/table/table-tokens.scss +9 -4
  153. package/tabs/tabs-tokens.scss +6 -2
  154. package/tags/tag-input-tokens.scss +6 -2
  155. package/tags/tag-tokens.scss +9 -4
  156. package/textarea/textarea-tokens.scss +6 -2
  157. package/timezone/timezone-option-tokens.scss +13 -8
  158. package/toast/toast-tokens.scss +7 -4
  159. package/toggle/toggle-tokens.scss +13 -8
  160. package/tooltip/tooltip-tokens.scss +7 -4
  161. package/tree/tree-tokens.scss +9 -4
  162. package/tree-select/tree-select-tokens.scss +6 -2
@@ -41,7 +41,7 @@ export class KbqMarkdown {
41
41
  class="markdown-output"
42
42
  [innerHtml]="resultHtml"
43
43
  ></div>
44
- `, isInline: true, styles: ["@charset \"UTF-8\";.kbq-markdown{display:block}.kbq-markdown .markdown-input{display:none}.kbq-markdown .markdown-output{flex:1}.kbq-markdown .kbq-markdown__h1{margin-top:var(--kbq-markdown-h1-size-margin-top, 0);margin-bottom:var(--kbq-markdown-h1-size-margin-bottom, 16px)}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h2{margin-top:var(--kbq-markdown-h2-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h2-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h3{margin-top:var(--kbq-markdown-h3-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h3-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h4{margin-top:var(--kbq-markdown-h4-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h4-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h5{margin-top:var(--kbq-markdown-h5-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h5-size-margin-bottom, 8px)}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h6{margin-top:var(--kbq-markdown-h6-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h6-size-margin-bottom, 8px)}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__a{display:inline-block;text-decoration:none;cursor:pointer;border-bottom-style:solid;border-bottom-width:1px;transition:color ease-out .3s}.kbq-markdown .kbq-markdown__p{margin-top:var(--kbq-markdown-p-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-p-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__ul,.kbq-markdown .kbq-markdown__ol{margin-top:var(--kbq-markdown-list-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-list-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__ul>li,.kbq-markdown .kbq-markdown__ol>li{margin-bottom:var(--kbq-markdown-list-size-item-margin-bottom, 4px)}.kbq-markdown .kbq-markdown__ul{position:relative;list-style:none;padding:var(--kbq-markdown-list-size-ul-padding, 0 0 0 24px)}.kbq-markdown .kbq-markdown__ul>li:before{content:\"\\2014\";display:block;position:absolute;width:24px;text-align:left;left:0}.kbq-markdown .kbq-markdown__ol{list-style:none;padding:0;counter-reset:li}.kbq-markdown .kbq-markdown__ol>li:before{content:counter(li) \".\";counter-increment:li;padding-right:var(--kbq-markdown-list-size-ol-number-padding-right, 4px)}.kbq-markdown .kbq-markdown__ol>li>*{display:inline-block}.kbq-markdown .kbq-markdown__p+.kbq-markdown__ul,.kbq-markdown .kbq-markdown__p+.kbq-markdown__ol{margin-top:var(--kbq-markdown-list-size-margin-top-after-paragraph, -8px)}.kbq-markdown .kbq-markdown__blockquote{margin-top:var(--kbq-markdown-blockquote-size-margin-top, 12px);margin-left:0;margin-bottom:var(--kbq-markdown-blockquote-size-margin-bottom, 12px);margin-right:0;border-left-width:var(--kbq-markdown-blockquote-size-line-width, 4px);border-left-style:solid;padding:var(--kbq-markdown-blockquote-size-padding, 2px 12px)}.kbq-markdown .kbq-markdown__blockquote>.kbq-markdown__p{margin-top:0;margin-bottom:0}.kbq-markdown .kbq-markdown__pre{position:relative;overflow-x:auto;margin-top:var(--kbq-markdown-code-size-multiline-margin-top, 12px);margin-bottom:var(--kbq-markdown-code-size-multiline-margin-bottom, 24px);padding:var(--kbq-markdown-code-size-multiline-padding, 12px 16px)}.kbq-markdown .kbq-markdown__pre,.kbq-markdown .kbq-markdown__p>.kbq-markdown__code{border-radius:var(--kbq-markdown-code-size-border-radius, 8px);border-width:var(--kbq-markdown-code-size-border-width, 1px);border-style:solid}.kbq-markdown .kbq-markdown__p>.kbq-markdown__code{padding:var(--kbq-markdown-code-size-inline-padding, 0 4px)}.kbq-markdown .kbq-markdown__img{max-width:100%;margin-top:var(--kbq-markdown-image-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-image-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__img+em{display:block;margin-top:var(--kbq-markdown-image-size-caption-margin-top, -8px);margin-bottom:var(--kbq-markdown-image-size-caption-margin-bottom, 24px)}.kbq-markdown .kbq-markdown__hr{border-top:none;border-left:none;border-right:none;border-bottom-style:solid;border-bottom-width:var(--kbq-markdown-hr-size-width, 1px);margin:var(--kbq-markdown-hr-size-margin-vertical, 24px) 0}.kbq-markdown .kbq-markdown__table{max-width:100%;overflow-x:auto;display:table;border-collapse:collapse;margin-bottom:var(--kbq-markdown-table-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__table td{vertical-align:top}.kbq-markdown .kbq-markdown__table th,.kbq-markdown .kbq-markdown__table td{padding:var(--kbq-markdown-table-size-padding, 8px);font-weight:400}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead{border-bottom-style:solid;border-bottom-width:var(--kbq-markdown-table-size-border-width, 1px);text-align:left}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead th:first-child{padding-left:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead th:last-child{padding-right:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__tbody td:first-child{padding-left:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__tbody td:last-child{padding-right:0}.docs-live-example.kbq-markdown{margin-bottom:128px}\n", ".kbq-markdown{--kbq-markdown-h1-size-max-width: 650px;--kbq-markdown-h1-size-margin-top: 0;--kbq-markdown-h1-size-margin-bottom: 16px;--kbq-markdown-h1-font-default-font-size: 36px;--kbq-markdown-h1-font-default-line-height: 44px;--kbq-markdown-h1-font-default-letter-spacing: normal;--kbq-markdown-h1-font-default-font-weight: 400;--kbq-markdown-h1-font-default-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h1-font-default-text-transform: null;--kbq-markdown-h1-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h2-size-max-width: 650px;--kbq-markdown-h2-size-margin-top: 24px;--kbq-markdown-h2-size-margin-bottom: 12px;--kbq-markdown-h2-font-default-font-size: 24px;--kbq-markdown-h2-font-default-line-height: 32px;--kbq-markdown-h2-font-default-letter-spacing: normal;--kbq-markdown-h2-font-default-font-weight: 700;--kbq-markdown-h2-font-default-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h2-font-default-text-transform: null;--kbq-markdown-h2-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h3-size-max-width: 650px;--kbq-markdown-h3-size-margin-top: 24px;--kbq-markdown-h3-size-margin-bottom: 12px;--kbq-markdown-h3-font-default-font-size: 20px;--kbq-markdown-h3-font-default-line-height: 28px;--kbq-markdown-h3-font-default-letter-spacing: normal;--kbq-markdown-h3-font-default-font-weight: 700;--kbq-markdown-h3-font-default-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h3-font-default-text-transform: null;--kbq-markdown-h3-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h4-size-max-width: 650px;--kbq-markdown-h4-size-margin-top: 24px;--kbq-markdown-h4-size-margin-bottom: 12px;--kbq-markdown-h4-font-default-font-size: 18px;--kbq-markdown-h4-font-default-line-height: 26px;--kbq-markdown-h4-font-default-letter-spacing: normal;--kbq-markdown-h4-font-default-font-weight: 700;--kbq-markdown-h4-font-default-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h4-font-default-text-transform: null;--kbq-markdown-h4-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h5-size-max-width: 650px;--kbq-markdown-h5-size-margin-top: 24px;--kbq-markdown-h5-size-margin-bottom: 8px;--kbq-markdown-h5-font-default-font-size: 16px;--kbq-markdown-h5-font-default-line-height: 24px;--kbq-markdown-h5-font-default-letter-spacing: -.011em;--kbq-markdown-h5-font-default-font-weight: 700;--kbq-markdown-h5-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h5-font-default-text-transform: null;--kbq-markdown-h5-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-h6-size-max-width: 650px;--kbq-markdown-h6-size-margin-top: 24px;--kbq-markdown-h6-size-margin-bottom: 8px;--kbq-markdown-h6-font-default-font-size: 14px;--kbq-markdown-h6-font-default-line-height: 20px;--kbq-markdown-h6-font-default-letter-spacing: .08em;--kbq-markdown-h6-font-default-font-weight: 500;--kbq-markdown-h6-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h6-font-default-text-transform: uppercase;--kbq-markdown-h6-font-default-font-feature-settings: \"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-p-size-max-width: 650px;--kbq-markdown-p-size-margin-top: 12px;--kbq-markdown-p-size-margin-bottom: 12px;--kbq-markdown-p-font-default-font-size: 16px;--kbq-markdown-p-font-default-line-height: 24px;--kbq-markdown-p-font-default-letter-spacing: -.011em;--kbq-markdown-p-font-default-font-weight: normal;--kbq-markdown-p-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-p-font-default-text-transform: null;--kbq-markdown-p-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-list-size-max-width: 650px;--kbq-markdown-list-size-margin-top: 12px;--kbq-markdown-list-size-margin-bottom: 12px;--kbq-markdown-list-size-margin-top-after-paragraph: -8px;--kbq-markdown-list-size-ol-number-padding-right: 4px;--kbq-markdown-list-size-ul-padding: 0 0 0 24px;--kbq-markdown-list-size-item-margin-bottom: 4px;--kbq-markdown-list-font-default-font-size: 16px;--kbq-markdown-list-font-default-line-height: 24px;--kbq-markdown-list-font-default-letter-spacing: -.011em;--kbq-markdown-list-font-default-font-weight: normal;--kbq-markdown-list-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-list-font-default-text-transform: null;--kbq-markdown-list-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-blockquote-size-max-width: 650px;--kbq-markdown-blockquote-size-margin-top: 12px;--kbq-markdown-blockquote-size-margin-bottom: 12px;--kbq-markdown-blockquote-size-padding: 2px 12px;--kbq-markdown-blockquote-size-line-width: 4px;--kbq-markdown-blockquote-size-border-radius: 0;--kbq-markdown-blockquote-size-border-width: 0;--kbq-markdown-blockquote-font-default-font-size: 16px;--kbq-markdown-blockquote-font-default-line-height: 24px;--kbq-markdown-blockquote-font-default-letter-spacing: -.011em;--kbq-markdown-blockquote-font-default-font-weight: normal;--kbq-markdown-blockquote-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-blockquote-font-default-text-transform: null;--kbq-markdown-blockquote-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-code-size-max-width: 650px;--kbq-markdown-code-size-multiline-margin-top: 12px;--kbq-markdown-code-size-multiline-margin-bottom: 24px;--kbq-markdown-code-size-inline-padding: 0 4px;--kbq-markdown-code-size-multiline-padding: 12px 16px;--kbq-markdown-code-size-border-radius: 8px;--kbq-markdown-code-size-border-width: 1px;--kbq-markdown-code-font-default-font-size: 16px;--kbq-markdown-code-font-default-line-height: 24px;--kbq-markdown-code-font-default-letter-spacing: normal;--kbq-markdown-code-font-default-font-weight: normal;--kbq-markdown-code-font-default-font-family: \"JetBrains Mono\", \"Roboto Mono\", \"Consolas\", \"Menlo\", \"Monaco\", monospace;--kbq-markdown-code-font-default-text-transform: null;--kbq-markdown-code-font-default-font-feature-settings: initial;--kbq-markdown-link-size-icon-margin: 2px;--kbq-markdown-link-size-state-focused-outline-offset: 0px;--kbq-markdown-link-size-state-focused-outline-width: 2px;--kbq-markdown-link-font-default-font-size: 16px;--kbq-markdown-link-font-default-line-height: 24px;--kbq-markdown-link-font-default-letter-spacing: -.011em;--kbq-markdown-link-font-default-font-weight: normal;--kbq-markdown-link-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-link-font-default-text-transform: null;--kbq-markdown-link-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-image-size-max-width: 650px;--kbq-markdown-image-size-margin-top: 12px;--kbq-markdown-image-size-margin-bottom: 12px;--kbq-markdown-image-size-caption-margin-top: -8px;--kbq-markdown-image-size-caption-margin-bottom: 24px;--kbq-markdown-image-font-caption-font-size: 14px;--kbq-markdown-image-font-caption-line-height: 20px;--kbq-markdown-image-font-caption-letter-spacing: -.006em;--kbq-markdown-image-font-caption-font-weight: normal;--kbq-markdown-image-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-image-font-caption-text-transform: null;--kbq-markdown-image-font-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-hr-size-width: 1px;--kbq-markdown-hr-size-margin-vertical: 24px;--kbq-markdown-table-size-border-width: 1px;--kbq-markdown-table-size-padding: 8px;--kbq-markdown-table-size-margin-bottom: 12px;--kbq-markdown-table-font-header-font-size: 14px;--kbq-markdown-table-font-header-line-height: 20px;--kbq-markdown-table-font-header-letter-spacing: -.006em;--kbq-markdown-table-font-header-font-weight: normal;--kbq-markdown-table-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-table-font-header-text-transform: null;--kbq-markdown-table-font-header-font-feature-settings: \"calt\", \"ss01\", \"ss04\", \"tnum\";--kbq-markdown-table-font-body-font-size: 16px;--kbq-markdown-table-font-body-line-height: 24px;--kbq-markdown-table-font-body-letter-spacing: normal;--kbq-markdown-table-font-body-font-weight: normal;--kbq-markdown-table-font-body-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-table-font-body-text-transform: null;--kbq-markdown-table-font-body-font-feature-settings: \"calt\", \"ss01\", \"ss04\", \"tnum\";--kbq-markdown-size-max-width: 650px;--kbq-markdown-font-default-font-size: 16px;--kbq-markdown-font-default-line-height: 24px;--kbq-markdown-font-default-letter-spacing: -.011em;--kbq-markdown-font-default-font-weight: normal;--kbq-markdown-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-font-default-text-transform: null;--kbq-markdown-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-background-bg: hsla(0, 0%, 100%, 100%);--kbq-background-bg-secondary: hsla(229, 15%, 95%, 100%);--kbq-background-bg-tertiary: hsla(229, 15%, 97%, 100%);--kbq-foreground-contrast: hsla(229, 15%, 15%, 100%);--kbq-foreground-contrast-secondary: hsla(229, 15%, 50%, 100%);--kbq-foreground-contrast-tertiary: hsla(229, 15%, 60%, 100%);--kbq-markdown-h1-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h2-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h3-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h4-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h5-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h6-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-p-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-list-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-blockquote-text: hsla(229, 15%, 15%, 100%);--kbq-markdown-blockquote-line: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-background: transparent;--kbq-markdown-blockquote-border: transparent;--kbq-markdown-code-text: hsla(229, 15%, 15%, 100%);--kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);--kbq-markdown-code-border: hsla(229, 15%, 6%, 12%);--kbq-markdown-link-text: hsla(216, 100%, 50%, 100%);--kbq-markdown-link-border-bottom: hsla(216, 100%, 85%, 100%);--kbq-markdown-link-state-visited-text: hsla(277, 72%, 45%, 100%);--kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 80%, 100%);--kbq-markdown-link-state-hover-text: hsla(216, 100%, 45%, 100%);--kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 85%, 100%);--kbq-markdown-link-state-active: hsla(216, 100%, 40%, 100%);--kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);--kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);--kbq-markdown-hr-color: hsla(229, 15%, 6%, 12%);--kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);--kbq-markdown-table-body: hsla(229, 15%, 15%, 100%);--kbq-markdown-table-border: hsla(229, 15%, 6%, 12%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-background-bg: hsla(229, 15%, 12%, 100%);--kbq-background-bg-secondary: hsla(229, 15%, 16%, 100%);--kbq-background-bg-tertiary: hsla(229, 15%, 14%, 100%);--kbq-foreground-contrast: hsla(229, 15%, 80%, 100%);--kbq-foreground-contrast-secondary: hsla(229, 15%, 60%, 100%);--kbq-foreground-contrast-tertiary: hsla(229, 15%, 45%, 100%);--kbq-markdown-h1-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h2-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h3-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h4-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h5-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h6-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-p-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-list-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-text: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-line: hsla(229, 15%, 30%, 100%);--kbq-markdown-blockquote-background: transparent;--kbq-markdown-blockquote-border: transparent;--kbq-markdown-code-text: hsla(229, 15%, 80%, 100%);--kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);--kbq-markdown-code-border: hsla(229, 15%, 22%, 100%);--kbq-markdown-link-text: hsla(216, 100%, 65%, 100%);--kbq-markdown-link-border-bottom: hsla(216, 100%, 27%, 100%);--kbq-markdown-link-state-visited-text: hsla(277, 72%, 50%, 100%);--kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 30%, 100%);--kbq-markdown-link-state-hover-text: hsla(216, 100%, 65%, 100%);--kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 27%, 100%);--kbq-markdown-link-state-active: hsla(216, 100%, 70%, 100%);--kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);--kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);--kbq-markdown-hr-color: hsla(229, 15%, 22%, 100%);--kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);--kbq-markdown-table-body: hsla(229, 15%, 80%, 100%);--kbq-markdown-table-border: hsla(229, 15%, 22%, 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
44
+ `, isInline: true, styles: ["@charset \"UTF-8\";.kbq-markdown{display:block}.kbq-markdown .markdown-input{display:none}.kbq-markdown .markdown-output{flex:1}.kbq-markdown .kbq-markdown__h1{margin-top:var(--kbq-markdown-h1-size-margin-top, 0);margin-bottom:var(--kbq-markdown-h1-size-margin-bottom, 16px)}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h2{margin-top:var(--kbq-markdown-h2-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h2-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h3{margin-top:var(--kbq-markdown-h3-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h3-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h4{margin-top:var(--kbq-markdown-h4-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h4-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h5{margin-top:var(--kbq-markdown-h5-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h5-size-margin-bottom, 8px)}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h6{margin-top:var(--kbq-markdown-h6-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h6-size-margin-bottom, 8px)}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__a{display:inline-block;text-decoration:none;cursor:pointer;border-bottom-style:solid;border-bottom-width:1px;transition:color ease-out .3s}.kbq-markdown .kbq-markdown__p{margin-top:var(--kbq-markdown-p-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-p-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__ul,.kbq-markdown .kbq-markdown__ol{margin-top:var(--kbq-markdown-list-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-list-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__ul>li,.kbq-markdown .kbq-markdown__ol>li{margin-bottom:var(--kbq-markdown-list-size-item-margin-bottom, 4px)}.kbq-markdown .kbq-markdown__ul{position:relative;list-style:none;padding:var(--kbq-markdown-list-size-ul-padding, 0 0 0 24px)}.kbq-markdown .kbq-markdown__ul>li:before{content:\"\\2014\";display:block;position:absolute;width:24px;text-align:left;left:0}.kbq-markdown .kbq-markdown__ol{list-style:none;padding:0;counter-reset:li}.kbq-markdown .kbq-markdown__ol>li:before{content:counter(li) \".\";counter-increment:li;padding-right:var(--kbq-markdown-list-size-ol-number-padding-right, 4px)}.kbq-markdown .kbq-markdown__ol>li>*{display:inline-block}.kbq-markdown .kbq-markdown__p+.kbq-markdown__ul,.kbq-markdown .kbq-markdown__p+.kbq-markdown__ol{margin-top:var(--kbq-markdown-list-size-margin-top-after-paragraph, -8px)}.kbq-markdown .kbq-markdown__blockquote{margin-top:var(--kbq-markdown-blockquote-size-margin-top, 12px);margin-left:0;margin-bottom:var(--kbq-markdown-blockquote-size-margin-bottom, 12px);margin-right:0;border-left-width:var(--kbq-markdown-blockquote-size-line-width, 4px);border-left-style:solid;padding:var(--kbq-markdown-blockquote-size-padding, 2px 12px)}.kbq-markdown .kbq-markdown__blockquote>.kbq-markdown__p{margin-top:0;margin-bottom:0}.kbq-markdown .kbq-markdown__pre{position:relative;overflow-x:auto;margin-top:var(--kbq-markdown-code-size-multiline-margin-top, 12px);margin-bottom:var(--kbq-markdown-code-size-multiline-margin-bottom, 24px);padding:var(--kbq-markdown-code-size-multiline-padding, 12px 16px)}.kbq-markdown .kbq-markdown__pre,.kbq-markdown .kbq-markdown__p>.kbq-markdown__code{border-radius:var(--kbq-markdown-code-size-border-radius, 8px);border-width:var(--kbq-markdown-code-size-border-width, 1px);border-style:solid}.kbq-markdown .kbq-markdown__p>.kbq-markdown__code{padding:var(--kbq-markdown-code-size-inline-padding, 0 4px)}.kbq-markdown .kbq-markdown__img{max-width:100%;margin-top:var(--kbq-markdown-image-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-image-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__img+em{display:block;margin-top:var(--kbq-markdown-image-size-caption-margin-top, -8px);margin-bottom:var(--kbq-markdown-image-size-caption-margin-bottom, 24px)}.kbq-markdown .kbq-markdown__hr{border-top:none;border-left:none;border-right:none;border-bottom-style:solid;border-bottom-width:var(--kbq-markdown-hr-size-width, 1px);margin:var(--kbq-markdown-hr-size-margin-vertical, 24px) 0}.kbq-markdown .kbq-markdown__table{max-width:100%;overflow-x:auto;display:table;border-collapse:collapse;margin-bottom:var(--kbq-markdown-table-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__table td{vertical-align:top}.kbq-markdown .kbq-markdown__table th,.kbq-markdown .kbq-markdown__table td{padding:var(--kbq-markdown-table-size-padding, 8px);font-weight:400}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead{border-bottom-style:solid;border-bottom-width:var(--kbq-markdown-table-size-border-width, 1px);text-align:left}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead th:first-child{padding-left:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead th:last-child{padding-right:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__tbody td:first-child{padding-left:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__tbody td:last-child{padding-right:0}.docs-live-example.kbq-markdown{margin-bottom:128px}\n", ".kbq-markdown{--kbq-markdown-h1-size-max-width: 650px;--kbq-markdown-h1-size-margin-top: 0;--kbq-markdown-h1-size-margin-bottom: 16px;--kbq-markdown-h1-font-default-font-size: 36px;--kbq-markdown-h1-font-default-line-height: 44px;--kbq-markdown-h1-font-default-letter-spacing: normal;--kbq-markdown-h1-font-default-font-weight: 400;--kbq-markdown-h1-font-default-text-transform: null;--kbq-markdown-h1-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h2-size-max-width: 650px;--kbq-markdown-h2-size-margin-top: 24px;--kbq-markdown-h2-size-margin-bottom: 12px;--kbq-markdown-h2-font-default-font-size: 24px;--kbq-markdown-h2-font-default-line-height: 32px;--kbq-markdown-h2-font-default-letter-spacing: normal;--kbq-markdown-h2-font-default-font-weight: 700;--kbq-markdown-h2-font-default-text-transform: null;--kbq-markdown-h2-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h3-size-max-width: 650px;--kbq-markdown-h3-size-margin-top: 24px;--kbq-markdown-h3-size-margin-bottom: 12px;--kbq-markdown-h3-font-default-font-size: 20px;--kbq-markdown-h3-font-default-line-height: 28px;--kbq-markdown-h3-font-default-letter-spacing: normal;--kbq-markdown-h3-font-default-font-weight: 700;--kbq-markdown-h3-font-default-text-transform: null;--kbq-markdown-h3-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h4-size-max-width: 650px;--kbq-markdown-h4-size-margin-top: 24px;--kbq-markdown-h4-size-margin-bottom: 12px;--kbq-markdown-h4-font-default-font-size: 18px;--kbq-markdown-h4-font-default-line-height: 26px;--kbq-markdown-h4-font-default-letter-spacing: normal;--kbq-markdown-h4-font-default-font-weight: 700;--kbq-markdown-h4-font-default-text-transform: null;--kbq-markdown-h4-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h5-size-max-width: 650px;--kbq-markdown-h5-size-margin-top: 24px;--kbq-markdown-h5-size-margin-bottom: 8px;--kbq-markdown-h5-font-default-font-size: 16px;--kbq-markdown-h5-font-default-line-height: 24px;--kbq-markdown-h5-font-default-letter-spacing: -.011em;--kbq-markdown-h5-font-default-font-weight: 700;--kbq-markdown-h5-font-default-text-transform: null;--kbq-markdown-h5-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-h6-size-max-width: 650px;--kbq-markdown-h6-size-margin-top: 24px;--kbq-markdown-h6-size-margin-bottom: 8px;--kbq-markdown-h6-font-default-font-size: 14px;--kbq-markdown-h6-font-default-line-height: 20px;--kbq-markdown-h6-font-default-letter-spacing: .08em;--kbq-markdown-h6-font-default-font-weight: 500;--kbq-markdown-h6-font-default-text-transform: uppercase;--kbq-markdown-h6-font-default-font-feature-settings: \"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-p-size-max-width: 650px;--kbq-markdown-p-size-margin-top: 12px;--kbq-markdown-p-size-margin-bottom: 12px;--kbq-markdown-p-font-default-font-size: 16px;--kbq-markdown-p-font-default-line-height: 24px;--kbq-markdown-p-font-default-letter-spacing: -.011em;--kbq-markdown-p-font-default-font-weight: normal;--kbq-markdown-p-font-default-text-transform: null;--kbq-markdown-p-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-list-size-max-width: 650px;--kbq-markdown-list-size-margin-top: 12px;--kbq-markdown-list-size-margin-bottom: 12px;--kbq-markdown-list-size-margin-top-after-paragraph: -8px;--kbq-markdown-list-size-ol-number-padding-right: 4px;--kbq-markdown-list-size-ul-padding: 0 0 0 24px;--kbq-markdown-list-size-item-margin-bottom: 4px;--kbq-markdown-list-font-default-font-size: 16px;--kbq-markdown-list-font-default-line-height: 24px;--kbq-markdown-list-font-default-letter-spacing: -.011em;--kbq-markdown-list-font-default-font-weight: normal;--kbq-markdown-list-font-default-text-transform: null;--kbq-markdown-list-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-blockquote-size-max-width: 650px;--kbq-markdown-blockquote-size-margin-top: 12px;--kbq-markdown-blockquote-size-margin-bottom: 12px;--kbq-markdown-blockquote-size-padding: 2px 12px;--kbq-markdown-blockquote-size-line-width: 4px;--kbq-markdown-blockquote-size-border-radius: 0;--kbq-markdown-blockquote-size-border-width: 0;--kbq-markdown-blockquote-font-default-font-size: 16px;--kbq-markdown-blockquote-font-default-line-height: 24px;--kbq-markdown-blockquote-font-default-letter-spacing: -.011em;--kbq-markdown-blockquote-font-default-font-weight: normal;--kbq-markdown-blockquote-font-default-text-transform: null;--kbq-markdown-blockquote-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-code-size-max-width: 650px;--kbq-markdown-code-size-multiline-margin-top: 12px;--kbq-markdown-code-size-multiline-margin-bottom: 24px;--kbq-markdown-code-size-inline-padding: 0 4px;--kbq-markdown-code-size-multiline-padding: 12px 16px;--kbq-markdown-code-size-border-radius: 8px;--kbq-markdown-code-size-border-width: 1px;--kbq-markdown-code-font-default-font-size: 16px;--kbq-markdown-code-font-default-line-height: 24px;--kbq-markdown-code-font-default-letter-spacing: normal;--kbq-markdown-code-font-default-font-weight: normal;--kbq-markdown-code-font-default-text-transform: null;--kbq-markdown-code-font-default-font-feature-settings: initial;--kbq-markdown-link-size-icon-margin: 2px;--kbq-markdown-link-size-state-focused-outline-offset: 0px;--kbq-markdown-link-size-state-focused-outline-width: 2px;--kbq-markdown-link-font-default-font-size: 16px;--kbq-markdown-link-font-default-line-height: 24px;--kbq-markdown-link-font-default-letter-spacing: -.011em;--kbq-markdown-link-font-default-font-weight: normal;--kbq-markdown-link-font-default-text-transform: null;--kbq-markdown-link-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-image-size-max-width: 650px;--kbq-markdown-image-size-margin-top: 12px;--kbq-markdown-image-size-margin-bottom: 12px;--kbq-markdown-image-size-caption-margin-top: -8px;--kbq-markdown-image-size-caption-margin-bottom: 24px;--kbq-markdown-image-font-caption-font-size: 14px;--kbq-markdown-image-font-caption-line-height: 20px;--kbq-markdown-image-font-caption-letter-spacing: -.006em;--kbq-markdown-image-font-caption-font-weight: normal;--kbq-markdown-image-font-caption-text-transform: null;--kbq-markdown-image-font-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-hr-size-width: 1px;--kbq-markdown-hr-size-margin-vertical: 24px;--kbq-markdown-table-size-border-width: 1px;--kbq-markdown-table-size-padding: 8px;--kbq-markdown-table-size-margin-bottom: 12px;--kbq-markdown-table-font-header-font-size: 14px;--kbq-markdown-table-font-header-line-height: 20px;--kbq-markdown-table-font-header-letter-spacing: -.006em;--kbq-markdown-table-font-header-font-weight: normal;--kbq-markdown-table-font-header-text-transform: null;--kbq-markdown-table-font-header-font-feature-settings: \"calt\", \"ss01\", \"ss04\", \"tnum\";--kbq-markdown-table-font-body-font-size: 16px;--kbq-markdown-table-font-body-line-height: 24px;--kbq-markdown-table-font-body-letter-spacing: normal;--kbq-markdown-table-font-body-font-weight: normal;--kbq-markdown-table-font-body-text-transform: null;--kbq-markdown-table-font-body-font-feature-settings: \"calt\", \"ss01\", \"ss04\", \"tnum\";--kbq-markdown-size-max-width: 650px;--kbq-markdown-font-default-font-size: 16px;--kbq-markdown-font-default-line-height: 24px;--kbq-markdown-font-default-letter-spacing: -.011em;--kbq-markdown-font-default-font-weight: normal;--kbq-markdown-font-default-text-transform: null;--kbq-markdown-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-h1-font-default-font-family: var(--kbq-md-typography-md-h1-font-family);--kbq-markdown-h2-font-default-font-family: var(--kbq-md-typography-md-h2-font-family);--kbq-markdown-h3-font-default-font-family: var(--kbq-md-typography-md-h3-font-family);--kbq-markdown-h4-font-default-font-family: var(--kbq-md-typography-md-h4-font-family);--kbq-markdown-h5-font-default-font-family: var(--kbq-md-typography-md-h5-font-family);--kbq-markdown-h6-font-default-font-family: var(--kbq-md-typography-md-h6-font-family);--kbq-markdown-p-font-default-font-family: var(--kbq-md-typography-md-body-font-family);--kbq-markdown-list-font-default-font-family: var(--kbq-md-typography-md-body-font-family);--kbq-markdown-blockquote-font-default-font-family: var(--kbq-md-typography-md-body-font-family);--kbq-markdown-code-font-default-font-family: var(--kbq-md-typography-md-body-mono-font-family);--kbq-markdown-link-font-default-font-family: var(--kbq-md-typography-md-body-font-family);--kbq-markdown-image-font-caption-font-family: var(--kbq-md-typography-md-caption-font-family);--kbq-markdown-table-font-header-font-family: var(--kbq-md-typography-md-table-header-font-family);--kbq-markdown-table-font-body-font-family: var(--kbq-md-typography-md-table-cell-font-family);--kbq-markdown-font-default-font-family: var(--kbq-md-typography-md-body-font-family)}:root{--kbq-md-typography-md-h1-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h2-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h3-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h4-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h5-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h6-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-body-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-body-mono-font-family: \"JetBrains Mono\", \"Roboto Mono\", \"Consolas\", \"Menlo\", \"Monaco\", monospace;--kbq-md-typography-md-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-table-header-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-table-cell-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-background-bg: hsla(0, 0%, 100%, 100%);--kbq-background-bg-secondary: hsla(229, 15%, 95%, 100%);--kbq-background-bg-tertiary: hsla(229, 15%, 97%, 100%);--kbq-foreground-contrast: hsla(229, 15%, 15%, 100%);--kbq-foreground-contrast-secondary: hsla(229, 15%, 50%, 100%);--kbq-foreground-contrast-tertiary: hsla(229, 15%, 60%, 100%);--kbq-markdown-h1-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h2-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h3-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h4-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h5-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h6-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-p-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-list-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-blockquote-text: hsla(229, 15%, 15%, 100%);--kbq-markdown-blockquote-line: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-background: transparent;--kbq-markdown-blockquote-border: transparent;--kbq-markdown-code-text: hsla(229, 15%, 15%, 100%);--kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);--kbq-markdown-code-border: hsla(229, 15%, 6%, 12%);--kbq-markdown-link-text: hsla(216, 100%, 50%, 100%);--kbq-markdown-link-border-bottom: hsla(216, 100%, 85%, 100%);--kbq-markdown-link-state-visited-text: hsla(277, 72%, 45%, 100%);--kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 80%, 100%);--kbq-markdown-link-state-hover-text: hsla(216, 100%, 45%, 100%);--kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 85%, 100%);--kbq-markdown-link-state-active: hsla(216, 100%, 40%, 100%);--kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);--kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);--kbq-markdown-hr-color: hsla(229, 15%, 6%, 12%);--kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);--kbq-markdown-table-body: hsla(229, 15%, 15%, 100%);--kbq-markdown-table-border: hsla(229, 15%, 6%, 12%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-background-bg: hsla(229, 15%, 12%, 100%);--kbq-background-bg-secondary: hsla(229, 15%, 16%, 100%);--kbq-background-bg-tertiary: hsla(229, 15%, 14%, 100%);--kbq-foreground-contrast: hsla(229, 15%, 80%, 100%);--kbq-foreground-contrast-secondary: hsla(229, 15%, 60%, 100%);--kbq-foreground-contrast-tertiary: hsla(229, 15%, 45%, 100%);--kbq-markdown-h1-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h2-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h3-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h4-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h5-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h6-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-p-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-list-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-text: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-line: hsla(229, 15%, 30%, 100%);--kbq-markdown-blockquote-background: transparent;--kbq-markdown-blockquote-border: transparent;--kbq-markdown-code-text: hsla(229, 15%, 80%, 100%);--kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);--kbq-markdown-code-border: hsla(229, 15%, 22%, 100%);--kbq-markdown-link-text: hsla(216, 100%, 65%, 100%);--kbq-markdown-link-border-bottom: hsla(216, 100%, 27%, 100%);--kbq-markdown-link-state-visited-text: hsla(277, 72%, 50%, 100%);--kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 30%, 100%);--kbq-markdown-link-state-hover-text: hsla(216, 100%, 65%, 100%);--kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 27%, 100%);--kbq-markdown-link-state-active: hsla(216, 100%, 70%, 100%);--kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);--kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);--kbq-markdown-hr-color: hsla(229, 15%, 22%, 100%);--kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);--kbq-markdown-table-body: hsla(229, 15%, 80%, 100%);--kbq-markdown-table-border: hsla(229, 15%, 22%, 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
45
45
  }
46
46
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqMarkdown, decorators: [{
47
47
  type: Component,
@@ -57,7 +57,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
57
57
  ></div>
58
58
  `, host: {
59
59
  class: 'kbq-markdown'
60
- }, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: ["@charset \"UTF-8\";.kbq-markdown{display:block}.kbq-markdown .markdown-input{display:none}.kbq-markdown .markdown-output{flex:1}.kbq-markdown .kbq-markdown__h1{margin-top:var(--kbq-markdown-h1-size-margin-top, 0);margin-bottom:var(--kbq-markdown-h1-size-margin-bottom, 16px)}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h2{margin-top:var(--kbq-markdown-h2-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h2-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h3{margin-top:var(--kbq-markdown-h3-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h3-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h4{margin-top:var(--kbq-markdown-h4-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h4-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h5{margin-top:var(--kbq-markdown-h5-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h5-size-margin-bottom, 8px)}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h6{margin-top:var(--kbq-markdown-h6-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h6-size-margin-bottom, 8px)}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__a{display:inline-block;text-decoration:none;cursor:pointer;border-bottom-style:solid;border-bottom-width:1px;transition:color ease-out .3s}.kbq-markdown .kbq-markdown__p{margin-top:var(--kbq-markdown-p-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-p-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__ul,.kbq-markdown .kbq-markdown__ol{margin-top:var(--kbq-markdown-list-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-list-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__ul>li,.kbq-markdown .kbq-markdown__ol>li{margin-bottom:var(--kbq-markdown-list-size-item-margin-bottom, 4px)}.kbq-markdown .kbq-markdown__ul{position:relative;list-style:none;padding:var(--kbq-markdown-list-size-ul-padding, 0 0 0 24px)}.kbq-markdown .kbq-markdown__ul>li:before{content:\"\\2014\";display:block;position:absolute;width:24px;text-align:left;left:0}.kbq-markdown .kbq-markdown__ol{list-style:none;padding:0;counter-reset:li}.kbq-markdown .kbq-markdown__ol>li:before{content:counter(li) \".\";counter-increment:li;padding-right:var(--kbq-markdown-list-size-ol-number-padding-right, 4px)}.kbq-markdown .kbq-markdown__ol>li>*{display:inline-block}.kbq-markdown .kbq-markdown__p+.kbq-markdown__ul,.kbq-markdown .kbq-markdown__p+.kbq-markdown__ol{margin-top:var(--kbq-markdown-list-size-margin-top-after-paragraph, -8px)}.kbq-markdown .kbq-markdown__blockquote{margin-top:var(--kbq-markdown-blockquote-size-margin-top, 12px);margin-left:0;margin-bottom:var(--kbq-markdown-blockquote-size-margin-bottom, 12px);margin-right:0;border-left-width:var(--kbq-markdown-blockquote-size-line-width, 4px);border-left-style:solid;padding:var(--kbq-markdown-blockquote-size-padding, 2px 12px)}.kbq-markdown .kbq-markdown__blockquote>.kbq-markdown__p{margin-top:0;margin-bottom:0}.kbq-markdown .kbq-markdown__pre{position:relative;overflow-x:auto;margin-top:var(--kbq-markdown-code-size-multiline-margin-top, 12px);margin-bottom:var(--kbq-markdown-code-size-multiline-margin-bottom, 24px);padding:var(--kbq-markdown-code-size-multiline-padding, 12px 16px)}.kbq-markdown .kbq-markdown__pre,.kbq-markdown .kbq-markdown__p>.kbq-markdown__code{border-radius:var(--kbq-markdown-code-size-border-radius, 8px);border-width:var(--kbq-markdown-code-size-border-width, 1px);border-style:solid}.kbq-markdown .kbq-markdown__p>.kbq-markdown__code{padding:var(--kbq-markdown-code-size-inline-padding, 0 4px)}.kbq-markdown .kbq-markdown__img{max-width:100%;margin-top:var(--kbq-markdown-image-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-image-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__img+em{display:block;margin-top:var(--kbq-markdown-image-size-caption-margin-top, -8px);margin-bottom:var(--kbq-markdown-image-size-caption-margin-bottom, 24px)}.kbq-markdown .kbq-markdown__hr{border-top:none;border-left:none;border-right:none;border-bottom-style:solid;border-bottom-width:var(--kbq-markdown-hr-size-width, 1px);margin:var(--kbq-markdown-hr-size-margin-vertical, 24px) 0}.kbq-markdown .kbq-markdown__table{max-width:100%;overflow-x:auto;display:table;border-collapse:collapse;margin-bottom:var(--kbq-markdown-table-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__table td{vertical-align:top}.kbq-markdown .kbq-markdown__table th,.kbq-markdown .kbq-markdown__table td{padding:var(--kbq-markdown-table-size-padding, 8px);font-weight:400}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead{border-bottom-style:solid;border-bottom-width:var(--kbq-markdown-table-size-border-width, 1px);text-align:left}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead th:first-child{padding-left:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead th:last-child{padding-right:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__tbody td:first-child{padding-left:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__tbody td:last-child{padding-right:0}.docs-live-example.kbq-markdown{margin-bottom:128px}\n", ".kbq-markdown{--kbq-markdown-h1-size-max-width: 650px;--kbq-markdown-h1-size-margin-top: 0;--kbq-markdown-h1-size-margin-bottom: 16px;--kbq-markdown-h1-font-default-font-size: 36px;--kbq-markdown-h1-font-default-line-height: 44px;--kbq-markdown-h1-font-default-letter-spacing: normal;--kbq-markdown-h1-font-default-font-weight: 400;--kbq-markdown-h1-font-default-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h1-font-default-text-transform: null;--kbq-markdown-h1-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h2-size-max-width: 650px;--kbq-markdown-h2-size-margin-top: 24px;--kbq-markdown-h2-size-margin-bottom: 12px;--kbq-markdown-h2-font-default-font-size: 24px;--kbq-markdown-h2-font-default-line-height: 32px;--kbq-markdown-h2-font-default-letter-spacing: normal;--kbq-markdown-h2-font-default-font-weight: 700;--kbq-markdown-h2-font-default-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h2-font-default-text-transform: null;--kbq-markdown-h2-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h3-size-max-width: 650px;--kbq-markdown-h3-size-margin-top: 24px;--kbq-markdown-h3-size-margin-bottom: 12px;--kbq-markdown-h3-font-default-font-size: 20px;--kbq-markdown-h3-font-default-line-height: 28px;--kbq-markdown-h3-font-default-letter-spacing: normal;--kbq-markdown-h3-font-default-font-weight: 700;--kbq-markdown-h3-font-default-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h3-font-default-text-transform: null;--kbq-markdown-h3-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h4-size-max-width: 650px;--kbq-markdown-h4-size-margin-top: 24px;--kbq-markdown-h4-size-margin-bottom: 12px;--kbq-markdown-h4-font-default-font-size: 18px;--kbq-markdown-h4-font-default-line-height: 26px;--kbq-markdown-h4-font-default-letter-spacing: normal;--kbq-markdown-h4-font-default-font-weight: 700;--kbq-markdown-h4-font-default-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h4-font-default-text-transform: null;--kbq-markdown-h4-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h5-size-max-width: 650px;--kbq-markdown-h5-size-margin-top: 24px;--kbq-markdown-h5-size-margin-bottom: 8px;--kbq-markdown-h5-font-default-font-size: 16px;--kbq-markdown-h5-font-default-line-height: 24px;--kbq-markdown-h5-font-default-letter-spacing: -.011em;--kbq-markdown-h5-font-default-font-weight: 700;--kbq-markdown-h5-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h5-font-default-text-transform: null;--kbq-markdown-h5-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-h6-size-max-width: 650px;--kbq-markdown-h6-size-margin-top: 24px;--kbq-markdown-h6-size-margin-bottom: 8px;--kbq-markdown-h6-font-default-font-size: 14px;--kbq-markdown-h6-font-default-line-height: 20px;--kbq-markdown-h6-font-default-letter-spacing: .08em;--kbq-markdown-h6-font-default-font-weight: 500;--kbq-markdown-h6-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-h6-font-default-text-transform: uppercase;--kbq-markdown-h6-font-default-font-feature-settings: \"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-p-size-max-width: 650px;--kbq-markdown-p-size-margin-top: 12px;--kbq-markdown-p-size-margin-bottom: 12px;--kbq-markdown-p-font-default-font-size: 16px;--kbq-markdown-p-font-default-line-height: 24px;--kbq-markdown-p-font-default-letter-spacing: -.011em;--kbq-markdown-p-font-default-font-weight: normal;--kbq-markdown-p-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-p-font-default-text-transform: null;--kbq-markdown-p-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-list-size-max-width: 650px;--kbq-markdown-list-size-margin-top: 12px;--kbq-markdown-list-size-margin-bottom: 12px;--kbq-markdown-list-size-margin-top-after-paragraph: -8px;--kbq-markdown-list-size-ol-number-padding-right: 4px;--kbq-markdown-list-size-ul-padding: 0 0 0 24px;--kbq-markdown-list-size-item-margin-bottom: 4px;--kbq-markdown-list-font-default-font-size: 16px;--kbq-markdown-list-font-default-line-height: 24px;--kbq-markdown-list-font-default-letter-spacing: -.011em;--kbq-markdown-list-font-default-font-weight: normal;--kbq-markdown-list-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-list-font-default-text-transform: null;--kbq-markdown-list-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-blockquote-size-max-width: 650px;--kbq-markdown-blockquote-size-margin-top: 12px;--kbq-markdown-blockquote-size-margin-bottom: 12px;--kbq-markdown-blockquote-size-padding: 2px 12px;--kbq-markdown-blockquote-size-line-width: 4px;--kbq-markdown-blockquote-size-border-radius: 0;--kbq-markdown-blockquote-size-border-width: 0;--kbq-markdown-blockquote-font-default-font-size: 16px;--kbq-markdown-blockquote-font-default-line-height: 24px;--kbq-markdown-blockquote-font-default-letter-spacing: -.011em;--kbq-markdown-blockquote-font-default-font-weight: normal;--kbq-markdown-blockquote-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-blockquote-font-default-text-transform: null;--kbq-markdown-blockquote-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-code-size-max-width: 650px;--kbq-markdown-code-size-multiline-margin-top: 12px;--kbq-markdown-code-size-multiline-margin-bottom: 24px;--kbq-markdown-code-size-inline-padding: 0 4px;--kbq-markdown-code-size-multiline-padding: 12px 16px;--kbq-markdown-code-size-border-radius: 8px;--kbq-markdown-code-size-border-width: 1px;--kbq-markdown-code-font-default-font-size: 16px;--kbq-markdown-code-font-default-line-height: 24px;--kbq-markdown-code-font-default-letter-spacing: normal;--kbq-markdown-code-font-default-font-weight: normal;--kbq-markdown-code-font-default-font-family: \"JetBrains Mono\", \"Roboto Mono\", \"Consolas\", \"Menlo\", \"Monaco\", monospace;--kbq-markdown-code-font-default-text-transform: null;--kbq-markdown-code-font-default-font-feature-settings: initial;--kbq-markdown-link-size-icon-margin: 2px;--kbq-markdown-link-size-state-focused-outline-offset: 0px;--kbq-markdown-link-size-state-focused-outline-width: 2px;--kbq-markdown-link-font-default-font-size: 16px;--kbq-markdown-link-font-default-line-height: 24px;--kbq-markdown-link-font-default-letter-spacing: -.011em;--kbq-markdown-link-font-default-font-weight: normal;--kbq-markdown-link-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-link-font-default-text-transform: null;--kbq-markdown-link-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-image-size-max-width: 650px;--kbq-markdown-image-size-margin-top: 12px;--kbq-markdown-image-size-margin-bottom: 12px;--kbq-markdown-image-size-caption-margin-top: -8px;--kbq-markdown-image-size-caption-margin-bottom: 24px;--kbq-markdown-image-font-caption-font-size: 14px;--kbq-markdown-image-font-caption-line-height: 20px;--kbq-markdown-image-font-caption-letter-spacing: -.006em;--kbq-markdown-image-font-caption-font-weight: normal;--kbq-markdown-image-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-image-font-caption-text-transform: null;--kbq-markdown-image-font-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-hr-size-width: 1px;--kbq-markdown-hr-size-margin-vertical: 24px;--kbq-markdown-table-size-border-width: 1px;--kbq-markdown-table-size-padding: 8px;--kbq-markdown-table-size-margin-bottom: 12px;--kbq-markdown-table-font-header-font-size: 14px;--kbq-markdown-table-font-header-line-height: 20px;--kbq-markdown-table-font-header-letter-spacing: -.006em;--kbq-markdown-table-font-header-font-weight: normal;--kbq-markdown-table-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-table-font-header-text-transform: null;--kbq-markdown-table-font-header-font-feature-settings: \"calt\", \"ss01\", \"ss04\", \"tnum\";--kbq-markdown-table-font-body-font-size: 16px;--kbq-markdown-table-font-body-line-height: 24px;--kbq-markdown-table-font-body-letter-spacing: normal;--kbq-markdown-table-font-body-font-weight: normal;--kbq-markdown-table-font-body-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-table-font-body-text-transform: null;--kbq-markdown-table-font-body-font-feature-settings: \"calt\", \"ss01\", \"ss04\", \"tnum\";--kbq-markdown-size-max-width: 650px;--kbq-markdown-font-default-font-size: 16px;--kbq-markdown-font-default-line-height: 24px;--kbq-markdown-font-default-letter-spacing: -.011em;--kbq-markdown-font-default-font-weight: normal;--kbq-markdown-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-markdown-font-default-text-transform: null;--kbq-markdown-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-background-bg: hsla(0, 0%, 100%, 100%);--kbq-background-bg-secondary: hsla(229, 15%, 95%, 100%);--kbq-background-bg-tertiary: hsla(229, 15%, 97%, 100%);--kbq-foreground-contrast: hsla(229, 15%, 15%, 100%);--kbq-foreground-contrast-secondary: hsla(229, 15%, 50%, 100%);--kbq-foreground-contrast-tertiary: hsla(229, 15%, 60%, 100%);--kbq-markdown-h1-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h2-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h3-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h4-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h5-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h6-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-p-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-list-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-blockquote-text: hsla(229, 15%, 15%, 100%);--kbq-markdown-blockquote-line: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-background: transparent;--kbq-markdown-blockquote-border: transparent;--kbq-markdown-code-text: hsla(229, 15%, 15%, 100%);--kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);--kbq-markdown-code-border: hsla(229, 15%, 6%, 12%);--kbq-markdown-link-text: hsla(216, 100%, 50%, 100%);--kbq-markdown-link-border-bottom: hsla(216, 100%, 85%, 100%);--kbq-markdown-link-state-visited-text: hsla(277, 72%, 45%, 100%);--kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 80%, 100%);--kbq-markdown-link-state-hover-text: hsla(216, 100%, 45%, 100%);--kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 85%, 100%);--kbq-markdown-link-state-active: hsla(216, 100%, 40%, 100%);--kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);--kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);--kbq-markdown-hr-color: hsla(229, 15%, 6%, 12%);--kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);--kbq-markdown-table-body: hsla(229, 15%, 15%, 100%);--kbq-markdown-table-border: hsla(229, 15%, 6%, 12%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-background-bg: hsla(229, 15%, 12%, 100%);--kbq-background-bg-secondary: hsla(229, 15%, 16%, 100%);--kbq-background-bg-tertiary: hsla(229, 15%, 14%, 100%);--kbq-foreground-contrast: hsla(229, 15%, 80%, 100%);--kbq-foreground-contrast-secondary: hsla(229, 15%, 60%, 100%);--kbq-foreground-contrast-tertiary: hsla(229, 15%, 45%, 100%);--kbq-markdown-h1-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h2-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h3-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h4-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h5-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h6-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-p-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-list-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-text: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-line: hsla(229, 15%, 30%, 100%);--kbq-markdown-blockquote-background: transparent;--kbq-markdown-blockquote-border: transparent;--kbq-markdown-code-text: hsla(229, 15%, 80%, 100%);--kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);--kbq-markdown-code-border: hsla(229, 15%, 22%, 100%);--kbq-markdown-link-text: hsla(216, 100%, 65%, 100%);--kbq-markdown-link-border-bottom: hsla(216, 100%, 27%, 100%);--kbq-markdown-link-state-visited-text: hsla(277, 72%, 50%, 100%);--kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 30%, 100%);--kbq-markdown-link-state-hover-text: hsla(216, 100%, 65%, 100%);--kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 27%, 100%);--kbq-markdown-link-state-active: hsla(216, 100%, 70%, 100%);--kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);--kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);--kbq-markdown-hr-color: hsla(229, 15%, 22%, 100%);--kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);--kbq-markdown-table-body: hsla(229, 15%, 80%, 100%);--kbq-markdown-table-border: hsla(229, 15%, 22%, 100%)}\n"] }]
60
+ }, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: ["@charset \"UTF-8\";.kbq-markdown{display:block}.kbq-markdown .markdown-input{display:none}.kbq-markdown .markdown-output{flex:1}.kbq-markdown .kbq-markdown__h1{margin-top:var(--kbq-markdown-h1-size-margin-top, 0);margin-bottom:var(--kbq-markdown-h1-size-margin-bottom, 16px)}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h1+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h2{margin-top:var(--kbq-markdown-h2-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h2-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h2+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h3{margin-top:var(--kbq-markdown-h3-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h3-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h3+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h4{margin-top:var(--kbq-markdown-h4-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h4-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h4+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h5{margin-top:var(--kbq-markdown-h5-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h5-size-margin-bottom, 8px)}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h5+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__h6{margin-top:var(--kbq-markdown-h6-size-margin-top, 24px);margin-bottom:var(--kbq-markdown-h6-size-margin-bottom, 8px)}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h1{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h2{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h3{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h4{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h5{margin-top:0}.kbq-markdown .kbq-markdown__h6+.kbq-markdown__h6{margin-top:0}.kbq-markdown .kbq-markdown__a{display:inline-block;text-decoration:none;cursor:pointer;border-bottom-style:solid;border-bottom-width:1px;transition:color ease-out .3s}.kbq-markdown .kbq-markdown__p{margin-top:var(--kbq-markdown-p-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-p-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__ul,.kbq-markdown .kbq-markdown__ol{margin-top:var(--kbq-markdown-list-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-list-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__ul>li,.kbq-markdown .kbq-markdown__ol>li{margin-bottom:var(--kbq-markdown-list-size-item-margin-bottom, 4px)}.kbq-markdown .kbq-markdown__ul{position:relative;list-style:none;padding:var(--kbq-markdown-list-size-ul-padding, 0 0 0 24px)}.kbq-markdown .kbq-markdown__ul>li:before{content:\"\\2014\";display:block;position:absolute;width:24px;text-align:left;left:0}.kbq-markdown .kbq-markdown__ol{list-style:none;padding:0;counter-reset:li}.kbq-markdown .kbq-markdown__ol>li:before{content:counter(li) \".\";counter-increment:li;padding-right:var(--kbq-markdown-list-size-ol-number-padding-right, 4px)}.kbq-markdown .kbq-markdown__ol>li>*{display:inline-block}.kbq-markdown .kbq-markdown__p+.kbq-markdown__ul,.kbq-markdown .kbq-markdown__p+.kbq-markdown__ol{margin-top:var(--kbq-markdown-list-size-margin-top-after-paragraph, -8px)}.kbq-markdown .kbq-markdown__blockquote{margin-top:var(--kbq-markdown-blockquote-size-margin-top, 12px);margin-left:0;margin-bottom:var(--kbq-markdown-blockquote-size-margin-bottom, 12px);margin-right:0;border-left-width:var(--kbq-markdown-blockquote-size-line-width, 4px);border-left-style:solid;padding:var(--kbq-markdown-blockquote-size-padding, 2px 12px)}.kbq-markdown .kbq-markdown__blockquote>.kbq-markdown__p{margin-top:0;margin-bottom:0}.kbq-markdown .kbq-markdown__pre{position:relative;overflow-x:auto;margin-top:var(--kbq-markdown-code-size-multiline-margin-top, 12px);margin-bottom:var(--kbq-markdown-code-size-multiline-margin-bottom, 24px);padding:var(--kbq-markdown-code-size-multiline-padding, 12px 16px)}.kbq-markdown .kbq-markdown__pre,.kbq-markdown .kbq-markdown__p>.kbq-markdown__code{border-radius:var(--kbq-markdown-code-size-border-radius, 8px);border-width:var(--kbq-markdown-code-size-border-width, 1px);border-style:solid}.kbq-markdown .kbq-markdown__p>.kbq-markdown__code{padding:var(--kbq-markdown-code-size-inline-padding, 0 4px)}.kbq-markdown .kbq-markdown__img{max-width:100%;margin-top:var(--kbq-markdown-image-size-margin-top, 12px);margin-bottom:var(--kbq-markdown-image-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__img+em{display:block;margin-top:var(--kbq-markdown-image-size-caption-margin-top, -8px);margin-bottom:var(--kbq-markdown-image-size-caption-margin-bottom, 24px)}.kbq-markdown .kbq-markdown__hr{border-top:none;border-left:none;border-right:none;border-bottom-style:solid;border-bottom-width:var(--kbq-markdown-hr-size-width, 1px);margin:var(--kbq-markdown-hr-size-margin-vertical, 24px) 0}.kbq-markdown .kbq-markdown__table{max-width:100%;overflow-x:auto;display:table;border-collapse:collapse;margin-bottom:var(--kbq-markdown-table-size-margin-bottom, 12px)}.kbq-markdown .kbq-markdown__table td{vertical-align:top}.kbq-markdown .kbq-markdown__table th,.kbq-markdown .kbq-markdown__table td{padding:var(--kbq-markdown-table-size-padding, 8px);font-weight:400}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead{border-bottom-style:solid;border-bottom-width:var(--kbq-markdown-table-size-border-width, 1px);text-align:left}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead th:first-child{padding-left:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__thead th:last-child{padding-right:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__tbody td:first-child{padding-left:0}.kbq-markdown .kbq-markdown__table>.kbq-markdown__tbody td:last-child{padding-right:0}.docs-live-example.kbq-markdown{margin-bottom:128px}\n", ".kbq-markdown{--kbq-markdown-h1-size-max-width: 650px;--kbq-markdown-h1-size-margin-top: 0;--kbq-markdown-h1-size-margin-bottom: 16px;--kbq-markdown-h1-font-default-font-size: 36px;--kbq-markdown-h1-font-default-line-height: 44px;--kbq-markdown-h1-font-default-letter-spacing: normal;--kbq-markdown-h1-font-default-font-weight: 400;--kbq-markdown-h1-font-default-text-transform: null;--kbq-markdown-h1-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h2-size-max-width: 650px;--kbq-markdown-h2-size-margin-top: 24px;--kbq-markdown-h2-size-margin-bottom: 12px;--kbq-markdown-h2-font-default-font-size: 24px;--kbq-markdown-h2-font-default-line-height: 32px;--kbq-markdown-h2-font-default-letter-spacing: normal;--kbq-markdown-h2-font-default-font-weight: 700;--kbq-markdown-h2-font-default-text-transform: null;--kbq-markdown-h2-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h3-size-max-width: 650px;--kbq-markdown-h3-size-margin-top: 24px;--kbq-markdown-h3-size-margin-bottom: 12px;--kbq-markdown-h3-font-default-font-size: 20px;--kbq-markdown-h3-font-default-line-height: 28px;--kbq-markdown-h3-font-default-letter-spacing: normal;--kbq-markdown-h3-font-default-font-weight: 700;--kbq-markdown-h3-font-default-text-transform: null;--kbq-markdown-h3-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h4-size-max-width: 650px;--kbq-markdown-h4-size-margin-top: 24px;--kbq-markdown-h4-size-margin-bottom: 12px;--kbq-markdown-h4-font-default-font-size: 18px;--kbq-markdown-h4-font-default-line-height: 26px;--kbq-markdown-h4-font-default-letter-spacing: normal;--kbq-markdown-h4-font-default-font-weight: 700;--kbq-markdown-h4-font-default-text-transform: null;--kbq-markdown-h4-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-markdown-h5-size-max-width: 650px;--kbq-markdown-h5-size-margin-top: 24px;--kbq-markdown-h5-size-margin-bottom: 8px;--kbq-markdown-h5-font-default-font-size: 16px;--kbq-markdown-h5-font-default-line-height: 24px;--kbq-markdown-h5-font-default-letter-spacing: -.011em;--kbq-markdown-h5-font-default-font-weight: 700;--kbq-markdown-h5-font-default-text-transform: null;--kbq-markdown-h5-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-h6-size-max-width: 650px;--kbq-markdown-h6-size-margin-top: 24px;--kbq-markdown-h6-size-margin-bottom: 8px;--kbq-markdown-h6-font-default-font-size: 14px;--kbq-markdown-h6-font-default-line-height: 20px;--kbq-markdown-h6-font-default-letter-spacing: .08em;--kbq-markdown-h6-font-default-font-weight: 500;--kbq-markdown-h6-font-default-text-transform: uppercase;--kbq-markdown-h6-font-default-font-feature-settings: \"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-p-size-max-width: 650px;--kbq-markdown-p-size-margin-top: 12px;--kbq-markdown-p-size-margin-bottom: 12px;--kbq-markdown-p-font-default-font-size: 16px;--kbq-markdown-p-font-default-line-height: 24px;--kbq-markdown-p-font-default-letter-spacing: -.011em;--kbq-markdown-p-font-default-font-weight: normal;--kbq-markdown-p-font-default-text-transform: null;--kbq-markdown-p-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-list-size-max-width: 650px;--kbq-markdown-list-size-margin-top: 12px;--kbq-markdown-list-size-margin-bottom: 12px;--kbq-markdown-list-size-margin-top-after-paragraph: -8px;--kbq-markdown-list-size-ol-number-padding-right: 4px;--kbq-markdown-list-size-ul-padding: 0 0 0 24px;--kbq-markdown-list-size-item-margin-bottom: 4px;--kbq-markdown-list-font-default-font-size: 16px;--kbq-markdown-list-font-default-line-height: 24px;--kbq-markdown-list-font-default-letter-spacing: -.011em;--kbq-markdown-list-font-default-font-weight: normal;--kbq-markdown-list-font-default-text-transform: null;--kbq-markdown-list-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-blockquote-size-max-width: 650px;--kbq-markdown-blockquote-size-margin-top: 12px;--kbq-markdown-blockquote-size-margin-bottom: 12px;--kbq-markdown-blockquote-size-padding: 2px 12px;--kbq-markdown-blockquote-size-line-width: 4px;--kbq-markdown-blockquote-size-border-radius: 0;--kbq-markdown-blockquote-size-border-width: 0;--kbq-markdown-blockquote-font-default-font-size: 16px;--kbq-markdown-blockquote-font-default-line-height: 24px;--kbq-markdown-blockquote-font-default-letter-spacing: -.011em;--kbq-markdown-blockquote-font-default-font-weight: normal;--kbq-markdown-blockquote-font-default-text-transform: null;--kbq-markdown-blockquote-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-code-size-max-width: 650px;--kbq-markdown-code-size-multiline-margin-top: 12px;--kbq-markdown-code-size-multiline-margin-bottom: 24px;--kbq-markdown-code-size-inline-padding: 0 4px;--kbq-markdown-code-size-multiline-padding: 12px 16px;--kbq-markdown-code-size-border-radius: 8px;--kbq-markdown-code-size-border-width: 1px;--kbq-markdown-code-font-default-font-size: 16px;--kbq-markdown-code-font-default-line-height: 24px;--kbq-markdown-code-font-default-letter-spacing: normal;--kbq-markdown-code-font-default-font-weight: normal;--kbq-markdown-code-font-default-text-transform: null;--kbq-markdown-code-font-default-font-feature-settings: initial;--kbq-markdown-link-size-icon-margin: 2px;--kbq-markdown-link-size-state-focused-outline-offset: 0px;--kbq-markdown-link-size-state-focused-outline-width: 2px;--kbq-markdown-link-font-default-font-size: 16px;--kbq-markdown-link-font-default-line-height: 24px;--kbq-markdown-link-font-default-letter-spacing: -.011em;--kbq-markdown-link-font-default-font-weight: normal;--kbq-markdown-link-font-default-text-transform: null;--kbq-markdown-link-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-image-size-max-width: 650px;--kbq-markdown-image-size-margin-top: 12px;--kbq-markdown-image-size-margin-bottom: 12px;--kbq-markdown-image-size-caption-margin-top: -8px;--kbq-markdown-image-size-caption-margin-bottom: 24px;--kbq-markdown-image-font-caption-font-size: 14px;--kbq-markdown-image-font-caption-line-height: 20px;--kbq-markdown-image-font-caption-letter-spacing: -.006em;--kbq-markdown-image-font-caption-font-weight: normal;--kbq-markdown-image-font-caption-text-transform: null;--kbq-markdown-image-font-caption-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-hr-size-width: 1px;--kbq-markdown-hr-size-margin-vertical: 24px;--kbq-markdown-table-size-border-width: 1px;--kbq-markdown-table-size-padding: 8px;--kbq-markdown-table-size-margin-bottom: 12px;--kbq-markdown-table-font-header-font-size: 14px;--kbq-markdown-table-font-header-line-height: 20px;--kbq-markdown-table-font-header-letter-spacing: -.006em;--kbq-markdown-table-font-header-font-weight: normal;--kbq-markdown-table-font-header-text-transform: null;--kbq-markdown-table-font-header-font-feature-settings: \"calt\", \"ss01\", \"ss04\", \"tnum\";--kbq-markdown-table-font-body-font-size: 16px;--kbq-markdown-table-font-body-line-height: 24px;--kbq-markdown-table-font-body-letter-spacing: normal;--kbq-markdown-table-font-body-font-weight: normal;--kbq-markdown-table-font-body-text-transform: null;--kbq-markdown-table-font-body-font-feature-settings: \"calt\", \"ss01\", \"ss04\", \"tnum\";--kbq-markdown-size-max-width: 650px;--kbq-markdown-font-default-font-size: 16px;--kbq-markdown-font-default-line-height: 24px;--kbq-markdown-font-default-letter-spacing: -.011em;--kbq-markdown-font-default-font-weight: normal;--kbq-markdown-font-default-text-transform: null;--kbq-markdown-font-default-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-markdown-h1-font-default-font-family: var(--kbq-md-typography-md-h1-font-family);--kbq-markdown-h2-font-default-font-family: var(--kbq-md-typography-md-h2-font-family);--kbq-markdown-h3-font-default-font-family: var(--kbq-md-typography-md-h3-font-family);--kbq-markdown-h4-font-default-font-family: var(--kbq-md-typography-md-h4-font-family);--kbq-markdown-h5-font-default-font-family: var(--kbq-md-typography-md-h5-font-family);--kbq-markdown-h6-font-default-font-family: var(--kbq-md-typography-md-h6-font-family);--kbq-markdown-p-font-default-font-family: var(--kbq-md-typography-md-body-font-family);--kbq-markdown-list-font-default-font-family: var(--kbq-md-typography-md-body-font-family);--kbq-markdown-blockquote-font-default-font-family: var(--kbq-md-typography-md-body-font-family);--kbq-markdown-code-font-default-font-family: var(--kbq-md-typography-md-body-mono-font-family);--kbq-markdown-link-font-default-font-family: var(--kbq-md-typography-md-body-font-family);--kbq-markdown-image-font-caption-font-family: var(--kbq-md-typography-md-caption-font-family);--kbq-markdown-table-font-header-font-family: var(--kbq-md-typography-md-table-header-font-family);--kbq-markdown-table-font-body-font-family: var(--kbq-md-typography-md-table-cell-font-family);--kbq-markdown-font-default-font-family: var(--kbq-md-typography-md-body-font-family)}:root{--kbq-md-typography-md-h1-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h2-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h3-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h4-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h5-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-h6-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-body-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-body-mono-font-family: \"JetBrains Mono\", \"Roboto Mono\", \"Consolas\", \"Menlo\", \"Monaco\", monospace;--kbq-md-typography-md-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-table-header-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-md-typography-md-table-cell-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-background-bg: hsla(0, 0%, 100%, 100%);--kbq-background-bg-secondary: hsla(229, 15%, 95%, 100%);--kbq-background-bg-tertiary: hsla(229, 15%, 97%, 100%);--kbq-foreground-contrast: hsla(229, 15%, 15%, 100%);--kbq-foreground-contrast-secondary: hsla(229, 15%, 50%, 100%);--kbq-foreground-contrast-tertiary: hsla(229, 15%, 60%, 100%);--kbq-markdown-h1-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h2-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h3-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h4-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h5-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-h6-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-p-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-list-color: hsla(229, 15%, 15%, 100%);--kbq-markdown-blockquote-text: hsla(229, 15%, 15%, 100%);--kbq-markdown-blockquote-line: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-background: transparent;--kbq-markdown-blockquote-border: transparent;--kbq-markdown-code-text: hsla(229, 15%, 15%, 100%);--kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);--kbq-markdown-code-border: hsla(229, 15%, 6%, 12%);--kbq-markdown-link-text: hsla(216, 100%, 50%, 100%);--kbq-markdown-link-border-bottom: hsla(216, 100%, 85%, 100%);--kbq-markdown-link-state-visited-text: hsla(277, 72%, 45%, 100%);--kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 80%, 100%);--kbq-markdown-link-state-hover-text: hsla(216, 100%, 45%, 100%);--kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 85%, 100%);--kbq-markdown-link-state-active: hsla(216, 100%, 40%, 100%);--kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);--kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);--kbq-markdown-hr-color: hsla(229, 15%, 6%, 12%);--kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);--kbq-markdown-table-body: hsla(229, 15%, 15%, 100%);--kbq-markdown-table-border: hsla(229, 15%, 6%, 12%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-background-bg: hsla(229, 15%, 12%, 100%);--kbq-background-bg-secondary: hsla(229, 15%, 16%, 100%);--kbq-background-bg-tertiary: hsla(229, 15%, 14%, 100%);--kbq-foreground-contrast: hsla(229, 15%, 80%, 100%);--kbq-foreground-contrast-secondary: hsla(229, 15%, 60%, 100%);--kbq-foreground-contrast-tertiary: hsla(229, 15%, 45%, 100%);--kbq-markdown-h1-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h2-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h3-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h4-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h5-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-h6-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-p-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-list-color: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-text: hsla(229, 15%, 80%, 100%);--kbq-markdown-blockquote-line: hsla(229, 15%, 30%, 100%);--kbq-markdown-blockquote-background: transparent;--kbq-markdown-blockquote-border: transparent;--kbq-markdown-code-text: hsla(229, 15%, 80%, 100%);--kbq-markdown-code-background: hsla(229, 15%, 95%, 100%);--kbq-markdown-code-border: hsla(229, 15%, 22%, 100%);--kbq-markdown-link-text: hsla(216, 100%, 65%, 100%);--kbq-markdown-link-border-bottom: hsla(216, 100%, 27%, 100%);--kbq-markdown-link-state-visited-text: hsla(277, 72%, 50%, 100%);--kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 30%, 100%);--kbq-markdown-link-state-hover-text: hsla(216, 100%, 65%, 100%);--kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 27%, 100%);--kbq-markdown-link-state-active: hsla(216, 100%, 70%, 100%);--kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%);--kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%);--kbq-markdown-hr-color: hsla(229, 15%, 22%, 100%);--kbq-markdown-table-header: hsla(229, 15%, 50%, 100%);--kbq-markdown-table-body: hsla(229, 15%, 80%, 100%);--kbq-markdown-table-border: hsla(229, 15%, 22%, 100%)}\n"] }]
61
61
  }], ctorParameters: () => [{ type: i1.KbqMarkdownService }, { type: i2.DomSanitizer }, { type: i0.ChangeDetectorRef }], propDecorators: { contentWrapper: [{
62
62
  type: ViewChild,
63
63
  args: ['contentWrapper']
@@ -444,13 +444,13 @@ export class KbqModalComponent extends KbqModalRef {
444
444
  }
445
445
  }
446
446
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqModalComponent, deps: [{ token: i1.Overlay }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i2.KbqModalControlService }, { token: i0.ChangeDetectorRef }, { token: i3.FocusMonitor }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component }); }
447
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.0", type: KbqModalComponent, selector: "kbq-modal", inputs: { kbqModalType: "kbqModalType", kbqComponent: "kbqComponent", kbqContent: "kbqContent", kbqComponentParams: "kbqComponentParams", kbqFooter: "kbqFooter", kbqVisible: "kbqVisible", kbqWidth: "kbqWidth", kbqSize: "kbqSize", kbqWrapClassName: "kbqWrapClassName", kbqClassName: "kbqClassName", kbqStyle: "kbqStyle", kbqTitle: "kbqTitle", kbqCloseByESC: "kbqCloseByESC", kbqClosable: "kbqClosable", kbqMask: "kbqMask", kbqMaskClosable: "kbqMaskClosable", kbqMaskStyle: "kbqMaskStyle", kbqBodyStyle: "kbqBodyStyle", kbqOkText: "kbqOkText", kbqOkType: "kbqOkType", kbqRestoreFocus: "kbqRestoreFocus", kbqOkLoading: "kbqOkLoading", kbqOnOk: "kbqOnOk", kbqCancelText: "kbqCancelText", kbqCancelLoading: "kbqCancelLoading", kbqOnCancel: "kbqOnCancel", kbqGetContainer: "kbqGetContainer" }, outputs: { kbqVisibleChange: "kbqVisibleChange", kbqAfterOpen: "kbqAfterOpen", kbqAfterClose: "kbqAfterClose", kbqOnOk: "kbqOnOk", kbqOnCancel: "kbqOnCancel" }, host: { listeners: { "keydown": "onKeyDown($event)" } }, viewQueries: [{ propertyName: "modalContainer", first: true, predicate: ["modalContainer"], descendants: true, static: true }, { propertyName: "bodyContainer", first: true, predicate: ["bodyContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "modalBody", first: true, predicate: ["modalBody"], descendants: true }, { propertyName: "autoFocusedButtons", predicate: ["autoFocusedButton"], descendants: true, read: ElementRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<!-- Compatible: the <ng-content> can appear only once -->\n<ng-template #tplOriginContent>\n <ng-content />\n</ng-template>\n\n<div>\n @if (kbqMask) {\n <div\n class=\"kbq-modal-mask\"\n [class.kbq-modal-mask-hidden]=\"hidden\"\n [ngClass]=\"maskAnimationClassMap\"\n [ngStyle]=\"kbqMaskStyle\"\n ></div>\n }\n\n <div\n tabindex=\"-1\"\n class=\"kbq-modal-wrap {{ kbqWrapClassName }}\"\n [style.display]=\"hidden ? 'none' : ''\"\n (mousedown)=\"onClickMask($event)\"\n >\n <div\n #modalContainer\n class=\"kbq-modal {{ kbqClassName }} kbq-modal_{{ kbqSize }}\"\n [class.kbq-modal_no-footer]=\"!kbqFooter\"\n [ngClass]=\"modalAnimationClassMap\"\n [ngStyle]=\"kbqStyle\"\n [style.transform-origin]=\"transformOrigin\"\n [style.width]=\"kbqWidth | toCssUnit\"\n >\n <div\n cdkTrapFocus\n class=\"kbq-modal-content\"\n >\n @switch (true) {\n @case (isModalType('default')) {\n <ng-container [ngTemplateOutlet]=\"tplContentDefault\" />\n }\n @case (isModalType('confirm')) {\n <ng-container [ngTemplateOutlet]=\"tplContentConfirm\" />\n }\n @case (isModalType('custom')) {\n <ng-container [ngTemplateOutlet]=\"tplContentCustom\" />\n }\n }\n </div>\n </div>\n </div>\n</div>\n\n<ng-template #tplContentCustom>\n <ng-container #bodyContainer />\n</ng-template>\n\n<!-- [Predefined] Default Modal Content -->\n<ng-template #tplContentDefault>\n @if (kbqTitle) {\n <div\n kbq-title\n class=\"kbq-modal-header\"\n [class.kbq-modal-body_top-overflow]=\"isTopOverflow\"\n >\n <div class=\"kbq-modal-title\">\n @switch (true) {\n @case (isTemplateRef(kbqTitle)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqTitle)\" />\n }\n @case (isNonEmptyString(kbqTitle)) {\n <div [innerHTML]=\"kbqTitle\"></div>\n }\n }\n </div>\n @if (kbqClosable) {\n <button\n kbq-button\n class=\"kbq-modal-close kbq-button_transparent\"\n [color]=\"'contrast'\"\n (click)=\"onClickCloseBtn()\"\n >\n <i\n kbq-icon=\"mc-close-L_16\"\n [color]=\"componentColors.Contrast\"\n ></i>\n </button>\n }\n </div>\n }\n <div\n #modalBody\n class=\"kbq-modal-body kbq-scrollbar\"\n [ngStyle]=\"kbqBodyStyle\"\n (scroll)=\"checkOverflow()\"\n >\n <ng-container #bodyContainer>\n @if (!isComponent(kbqContent)) {\n @switch (true) {\n @case (isTemplateRef(kbqContent)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqContent)\" />\n }\n @case (isNonEmptyString(kbqContent)) {\n <div [innerHTML]=\"kbqContent\"></div>\n }\n @default {\n <ng-container [ngTemplateOutlet]=\"tplOriginContent\" />\n }\n }\n }\n </ng-container>\n </div>\n @if (kbqFooter || kbqOkText || kbqCancelText) {\n <div\n class=\"kbq-modal-footer\"\n [class.kbq-modal-body_bottom-overflow]=\"isBottomOverflow\"\n >\n @switch (true) {\n @case (isTemplateRef(kbqFooter)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqFooter)\" />\n }\n @case (isNonEmptyString(kbqFooter)) {\n <div [innerHTML]=\"kbqFooter\"></div>\n }\n @case (isModalButtons(kbqFooter)) {\n @for (button of $any(kbqFooter); track button) {\n @if (getButtonCallableProp(button, 'show')) {\n <button\n kbq-button\n [attr.autofocus]=\"button.autoFocus\"\n [attr.kbq-modal-main-action]=\"button.kbqModalMainAction\"\n [class.kbq-progress]=\"getButtonCallableProp(button, 'loading')\"\n [color]=\"button.type\"\n [disabled]=\"getButtonCallableProp(button, 'disabled')\"\n (click)=\"onButtonClick(button)\"\n >\n {{ button.label }}\n </button>\n }\n }\n }\n @default {\n @if (kbqOkText) {\n <button\n kbq-button\n [attr.autofocus]=\"true\"\n [color]=\"componentColors.Contrast\"\n (click)=\"onClickOkCancel('ok')\"\n >\n {{ okText }}\n </button>\n }\n @if (kbqCancelText) {\n <button\n kbq-button\n (click)=\"onClickOkCancel('cancel')\"\n >\n {{ cancelText }}\n </button>\n }\n }\n }\n </div>\n }\n</ng-template>\n<!-- /[Predefined] Default Modal Content -->\n\n<!-- [Predefined] Confirm Modal Content -->\n<ng-template #tplContentConfirm>\n <div\n class=\"kbq-modal-body\"\n [ngStyle]=\"kbqBodyStyle\"\n >\n <ng-container #bodyContainer>\n @if (!isComponent(kbqContent)) {\n @switch (true) {\n @case (isTemplateRef(kbqContent)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqContent)\" />\n }\n @case (isNonEmptyString(kbqContent)) {\n <div [innerHTML]=\"kbqContent\"></div>\n }\n @default {\n <ng-container [ngTemplateOutlet]=\"tplOriginContent\" />\n }\n }\n }\n </ng-container>\n </div>\n @if (kbqOkText || kbqCancelText) {\n <div class=\"kbq-confirm-footer\">\n @if (kbqOkText) {\n <button\n kbq-button\n [attr.autofocus]=\"true\"\n [color]=\"kbqOkType\"\n (click)=\"onClickOkCancel('ok')\"\n >\n {{ okText }}\n </button>\n }\n @if (kbqCancelText) {\n <button\n kbq-button\n (click)=\"onClickOkCancel('cancel')\"\n >\n {{ cancelText }}\n </button>\n }\n </div>\n }\n</ng-template>\n<!-- /[Predefined] Confirm Modal Content -->\n", styles: [".kbq-confirm .kbq-modal-close{display:none}.kbq-confirm .kbq-confirm-footer{display:flex;gap:var(--kbq-modal-size-footer-content-gap-horizontal, 16px)}.kbq-modal{box-sizing:border-box;position:relative;top:48px;border-radius:var(--kbq-modal-size-border-radius, 8px);width:auto;margin:0 auto;list-style:none}.kbq-modal.zoom-enter,.kbq-modal.zoom-appear{animation-duration:.3s;transform:none;opacity:0}.kbq-modal.kbq-modal_small{width:var(--kbq-modal-size-small-width, 400px)}.kbq-modal.kbq-modal_medium{width:var(--kbq-modal-size-medium-width, 640px)}.kbq-modal.kbq-modal_large{width:var(--kbq-modal-size-large-width, 960px)}.kbq-modal .kbq-modal-close{position:absolute;top:16px;right:8px}.kbq-modal-wrap{position:fixed;inset:0;overflow:auto;-webkit-overflow-scrolling:touch;outline:0}.kbq-modal-content{position:relative;border-radius:var(--kbq-modal-size-border-radius, 8px);background-clip:padding-box}.kbq-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--kbq-modal-size-header-padding-vertical, 16px) var(--kbq-modal-size-header-padding-right, 48px) var(--kbq-modal-size-header-padding-vertical, 16px) var(--kbq-modal-size-header-padding-left, 24px)}.kbq-modal-header+.kbq-modal-body{padding-top:var(--kbq-modal-size-content-padding-top, 0)}.kbq-modal-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.kbq-modal-body{display:block;overflow-y:auto;max-height:calc(100vh - 260px);padding:var(--kbq-modal-size-content-padding-top-without-header, 24px) var(--kbq-modal-size-content-padding-horizontal, 24px) var(--kbq-modal-size-content-padding-bottom, 8px) var(--kbq-modal-size-content-padding-horizontal, 24px);word-wrap:break-word}.kbq-modal-body>*{position:relative}.kbq-modal-footer,.kbq-confirm-footer{display:flex;align-items:center;padding:var(--kbq-modal-size-footer-padding-vertical, 20px) var(--kbq-modal-size-footer-padding-horizontal, 24px);gap:var(--kbq-modal-size-footer-content-gap-horizontal, 16px)}.kbq-modal-mask{position:fixed;inset:0;height:100%}.kbq-modal-mask.kbq-modal-mask-hidden{display:none}.kbq-modal-open{overflow:hidden}.kbq-modal{background:var(--kbq-modal-container-background, );box-shadow:var(--kbq-modal-container-box-shadow, )}.kbq-modal .kbq-modal-header .kbq-modal-title{color:var(--kbq-modal-header-text-color, )}.kbq-modal .kbq-modal-header .kbq-modal-close{color:var(--kbq-modal-close-button-color, )}.kbq-modal .kbq-modal-content{color:var(--kbq-modal-content-text-color, )}.kbq-modal .kbq-modal-header.kbq-modal-body_top-overflow{box-shadow:var(--kbq-modal-body-top-shadow, )}.kbq-modal .kbq-modal-footer.kbq-modal-body_bottom-overflow{box-shadow:var(--kbq-modal-body-bottom-shadow, )}.kbq-modal-mask{background-color:var(--kbq-modal-overlay-background, )}.kbq-modal-title{font-size:var(--kbq-modal-font-header-font-size, 20px);font-weight:var(--kbq-modal-font-header-font-weight, 700);line-height:var(--kbq-modal-font-header-line-height, 28px);font-family:var(--kbq-modal-font-header-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-modal-font-header-text-transform, );font-feature-settings:var(--kbq-modal-font-header-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-modal-font-header-letter-spacing, normal)}.kbq-modal-body{font-size:var(--kbq-modal-font-content-font-size, 14px);font-weight:var(--kbq-modal-font-content-font-weight, normal);line-height:var(--kbq-modal-font-content-line-height, 20px);font-family:var(--kbq-modal-font-content-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-modal-font-content-text-transform, );font-feature-settings:var(--kbq-modal-font-content-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-modal-font-content-letter-spacing, -.006em)}\n", ".kbq-modal{--kbq-modal-size-small-width: 400px;--kbq-modal-size-medium-width: 640px;--kbq-modal-size-large-width: 960px;--kbq-modal-size-border-radius: 8px;--kbq-modal-size-header-padding-vertical: 16px;--kbq-modal-size-header-padding-left: 24px;--kbq-modal-size-header-padding-right: 48px;--kbq-modal-size-close-button-margin-left: 8px;--kbq-modal-size-content-padding-horizontal: 24px;--kbq-modal-size-content-padding-top: 0;--kbq-modal-size-content-padding-bottom: 8px;--kbq-modal-size-content-padding-top-without-header: 24px;--kbq-modal-size-content-padding-bottom-without-footer: 40px;--kbq-modal-size-footer-padding-horizontal: 24px;--kbq-modal-size-footer-padding-vertical: 20px;--kbq-modal-size-footer-content-gap-horizontal: 16px;--kbq-modal-font-header-font-size: 20px;--kbq-modal-font-header-line-height: 28px;--kbq-modal-font-header-letter-spacing: normal;--kbq-modal-font-header-font-weight: 700;--kbq-modal-font-header-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-modal-font-header-text-transform: null;--kbq-modal-font-header-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-modal-font-content-font-size: 14px;--kbq-modal-font-content-line-height: 20px;--kbq-modal-font-content-letter-spacing: -.006em;--kbq-modal-font-content-font-weight: normal;--kbq-modal-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-modal-font-content-text-transform: null;--kbq-modal-font-content-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-modal-overlay-background: hsla(229, 15%, 20%, 32%);--kbq-modal-container-background: hsla(229, 15%, 100%, 100%);--kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%);--kbq-modal-close-button-color: hsla(229, 15%, 15%, 100%);--kbq-modal-header-text-color: hsla(229, 15%, 15%, 100%);--kbq-modal-content-text-color: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-modal-overlay-background: hsla(229, 15%, 6%, 64%);--kbq-modal-container-background: hsla(229, 15%, 15%, 100%);--kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%);--kbq-modal-close-button-color: hsla(229, 15%, 80%, 100%);--kbq-modal-header-text-color: hsla(229, 15%, 80%, 100%);--kbq-modal-content-text-color: hsla(229, 15%, 80%, 100%)}\n"], dependencies: [{ kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "component", type: i4.KbqButton, selector: "[kbq-button]", inputs: ["color", "tabIndex", "kbqStyle", "disabled"] }, { kind: "directive", type: i4.KbqButtonCssStyler, selector: "[kbq-button]" }, { kind: "component", type: i5.KbqIcon, selector: "[kbq-icon]", inputs: ["color", "small", "autoColor"] }, { kind: "directive", type: i6.KbqTitleDirective, selector: "[kbq-title]", exportAs: ["kbqTitle"] }, { kind: "directive", type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i7.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i8.CssUnitPipe, name: "toCssUnit" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
447
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.0", type: KbqModalComponent, selector: "kbq-modal", inputs: { kbqModalType: "kbqModalType", kbqComponent: "kbqComponent", kbqContent: "kbqContent", kbqComponentParams: "kbqComponentParams", kbqFooter: "kbqFooter", kbqVisible: "kbqVisible", kbqWidth: "kbqWidth", kbqSize: "kbqSize", kbqWrapClassName: "kbqWrapClassName", kbqClassName: "kbqClassName", kbqStyle: "kbqStyle", kbqTitle: "kbqTitle", kbqCloseByESC: "kbqCloseByESC", kbqClosable: "kbqClosable", kbqMask: "kbqMask", kbqMaskClosable: "kbqMaskClosable", kbqMaskStyle: "kbqMaskStyle", kbqBodyStyle: "kbqBodyStyle", kbqOkText: "kbqOkText", kbqOkType: "kbqOkType", kbqRestoreFocus: "kbqRestoreFocus", kbqOkLoading: "kbqOkLoading", kbqOnOk: "kbqOnOk", kbqCancelText: "kbqCancelText", kbqCancelLoading: "kbqCancelLoading", kbqOnCancel: "kbqOnCancel", kbqGetContainer: "kbqGetContainer" }, outputs: { kbqVisibleChange: "kbqVisibleChange", kbqAfterOpen: "kbqAfterOpen", kbqAfterClose: "kbqAfterClose", kbqOnOk: "kbqOnOk", kbqOnCancel: "kbqOnCancel" }, host: { listeners: { "keydown": "onKeyDown($event)" } }, viewQueries: [{ propertyName: "modalContainer", first: true, predicate: ["modalContainer"], descendants: true, static: true }, { propertyName: "bodyContainer", first: true, predicate: ["bodyContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "modalBody", first: true, predicate: ["modalBody"], descendants: true }, { propertyName: "autoFocusedButtons", predicate: ["autoFocusedButton"], descendants: true, read: ElementRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<!-- Compatible: the <ng-content> can appear only once -->\n<ng-template #tplOriginContent>\n <ng-content />\n</ng-template>\n\n<div>\n @if (kbqMask) {\n <div\n class=\"kbq-modal-mask\"\n [class.kbq-modal-mask-hidden]=\"hidden\"\n [ngClass]=\"maskAnimationClassMap\"\n [ngStyle]=\"kbqMaskStyle\"\n ></div>\n }\n\n <div\n tabindex=\"-1\"\n class=\"kbq-modal-wrap {{ kbqWrapClassName }}\"\n [style.display]=\"hidden ? 'none' : ''\"\n (mousedown)=\"onClickMask($event)\"\n >\n <div\n #modalContainer\n class=\"kbq-modal {{ kbqClassName }} kbq-modal_{{ kbqSize }}\"\n [class.kbq-modal_no-footer]=\"!kbqFooter\"\n [ngClass]=\"modalAnimationClassMap\"\n [ngStyle]=\"kbqStyle\"\n [style.transform-origin]=\"transformOrigin\"\n [style.width]=\"kbqWidth | toCssUnit\"\n >\n <div\n cdkTrapFocus\n class=\"kbq-modal-content\"\n >\n @switch (true) {\n @case (isModalType('default')) {\n <ng-container [ngTemplateOutlet]=\"tplContentDefault\" />\n }\n @case (isModalType('confirm')) {\n <ng-container [ngTemplateOutlet]=\"tplContentConfirm\" />\n }\n @case (isModalType('custom')) {\n <ng-container [ngTemplateOutlet]=\"tplContentCustom\" />\n }\n }\n </div>\n </div>\n </div>\n</div>\n\n<ng-template #tplContentCustom>\n <ng-container #bodyContainer />\n</ng-template>\n\n<!-- [Predefined] Default Modal Content -->\n<ng-template #tplContentDefault>\n @if (kbqTitle) {\n <div\n kbq-title\n class=\"kbq-modal-header\"\n [class.kbq-modal-body_top-overflow]=\"isTopOverflow\"\n >\n <div class=\"kbq-modal-title\">\n @switch (true) {\n @case (isTemplateRef(kbqTitle)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqTitle)\" />\n }\n @case (isNonEmptyString(kbqTitle)) {\n <div [innerHTML]=\"kbqTitle\"></div>\n }\n }\n </div>\n @if (kbqClosable) {\n <button\n kbq-button\n class=\"kbq-modal-close kbq-button_transparent\"\n [color]=\"'contrast'\"\n (click)=\"onClickCloseBtn()\"\n >\n <i\n kbq-icon=\"mc-close-L_16\"\n [color]=\"componentColors.Contrast\"\n ></i>\n </button>\n }\n </div>\n }\n <div\n #modalBody\n class=\"kbq-modal-body kbq-scrollbar\"\n [ngStyle]=\"kbqBodyStyle\"\n (scroll)=\"checkOverflow()\"\n >\n <ng-container #bodyContainer>\n @if (!isComponent(kbqContent)) {\n @switch (true) {\n @case (isTemplateRef(kbqContent)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqContent)\" />\n }\n @case (isNonEmptyString(kbqContent)) {\n <div [innerHTML]=\"kbqContent\"></div>\n }\n @default {\n <ng-container [ngTemplateOutlet]=\"tplOriginContent\" />\n }\n }\n }\n </ng-container>\n </div>\n @if (kbqFooter || kbqOkText || kbqCancelText) {\n <div\n class=\"kbq-modal-footer\"\n [class.kbq-modal-body_bottom-overflow]=\"isBottomOverflow\"\n >\n @switch (true) {\n @case (isTemplateRef(kbqFooter)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqFooter)\" />\n }\n @case (isNonEmptyString(kbqFooter)) {\n <div [innerHTML]=\"kbqFooter\"></div>\n }\n @case (isModalButtons(kbqFooter)) {\n @for (button of $any(kbqFooter); track button) {\n @if (getButtonCallableProp(button, 'show')) {\n <button\n kbq-button\n [attr.autofocus]=\"button.autoFocus\"\n [attr.kbq-modal-main-action]=\"button.kbqModalMainAction\"\n [class.kbq-progress]=\"getButtonCallableProp(button, 'loading')\"\n [color]=\"button.type\"\n [disabled]=\"getButtonCallableProp(button, 'disabled')\"\n (click)=\"onButtonClick(button)\"\n >\n {{ button.label }}\n </button>\n }\n }\n }\n @default {\n @if (kbqOkText) {\n <button\n kbq-button\n [attr.autofocus]=\"true\"\n [color]=\"componentColors.Contrast\"\n (click)=\"onClickOkCancel('ok')\"\n >\n {{ okText }}\n </button>\n }\n @if (kbqCancelText) {\n <button\n kbq-button\n (click)=\"onClickOkCancel('cancel')\"\n >\n {{ cancelText }}\n </button>\n }\n }\n }\n </div>\n }\n</ng-template>\n<!-- /[Predefined] Default Modal Content -->\n\n<!-- [Predefined] Confirm Modal Content -->\n<ng-template #tplContentConfirm>\n <div\n class=\"kbq-modal-body\"\n [ngStyle]=\"kbqBodyStyle\"\n >\n <ng-container #bodyContainer>\n @if (!isComponent(kbqContent)) {\n @switch (true) {\n @case (isTemplateRef(kbqContent)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqContent)\" />\n }\n @case (isNonEmptyString(kbqContent)) {\n <div [innerHTML]=\"kbqContent\"></div>\n }\n @default {\n <ng-container [ngTemplateOutlet]=\"tplOriginContent\" />\n }\n }\n }\n </ng-container>\n </div>\n @if (kbqOkText || kbqCancelText) {\n <div class=\"kbq-confirm-footer\">\n @if (kbqOkText) {\n <button\n kbq-button\n [attr.autofocus]=\"true\"\n [color]=\"kbqOkType\"\n (click)=\"onClickOkCancel('ok')\"\n >\n {{ okText }}\n </button>\n }\n @if (kbqCancelText) {\n <button\n kbq-button\n (click)=\"onClickOkCancel('cancel')\"\n >\n {{ cancelText }}\n </button>\n }\n </div>\n }\n</ng-template>\n<!-- /[Predefined] Confirm Modal Content -->\n", styles: [".kbq-confirm .kbq-modal-close{display:none}.kbq-confirm .kbq-confirm-footer{display:flex;gap:var(--kbq-modal-size-footer-content-gap-horizontal, 16px)}.kbq-modal{box-sizing:border-box;position:relative;top:48px;border-radius:var(--kbq-modal-size-border-radius, 8px);width:auto;margin:0 auto;list-style:none}.kbq-modal.zoom-enter,.kbq-modal.zoom-appear{animation-duration:.3s;transform:none;opacity:0}.kbq-modal.kbq-modal_small{width:var(--kbq-modal-size-small-width, 400px)}.kbq-modal.kbq-modal_medium{width:var(--kbq-modal-size-medium-width, 640px)}.kbq-modal.kbq-modal_large{width:var(--kbq-modal-size-large-width, 960px)}.kbq-modal .kbq-modal-close{position:absolute;top:16px;right:8px}.kbq-modal-wrap{position:fixed;inset:0;overflow:auto;-webkit-overflow-scrolling:touch;outline:0}.kbq-modal-content{position:relative;border-radius:var(--kbq-modal-size-border-radius, 8px);background-clip:padding-box}.kbq-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--kbq-modal-size-header-padding-vertical, 16px) var(--kbq-modal-size-header-padding-right, 48px) var(--kbq-modal-size-header-padding-vertical, 16px) var(--kbq-modal-size-header-padding-left, 24px)}.kbq-modal-header+.kbq-modal-body{padding-top:var(--kbq-modal-size-content-padding-top, 0)}.kbq-modal-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.kbq-modal-body{display:block;overflow-y:auto;max-height:calc(100vh - 260px);padding:var(--kbq-modal-size-content-padding-top-without-header, 24px) var(--kbq-modal-size-content-padding-horizontal, 24px) var(--kbq-modal-size-content-padding-bottom, 8px) var(--kbq-modal-size-content-padding-horizontal, 24px);word-wrap:break-word}.kbq-modal-body>*{position:relative}.kbq-modal-footer,.kbq-confirm-footer{display:flex;align-items:center;padding:var(--kbq-modal-size-footer-padding-vertical, 20px) var(--kbq-modal-size-footer-padding-horizontal, 24px);gap:var(--kbq-modal-size-footer-content-gap-horizontal, 16px)}.kbq-modal-mask{position:fixed;inset:0;height:100%}.kbq-modal-mask.kbq-modal-mask-hidden{display:none}.kbq-modal-open{overflow:hidden}.kbq-modal{background:var(--kbq-modal-container-background, );box-shadow:var(--kbq-modal-container-box-shadow, )}.kbq-modal .kbq-modal-header .kbq-modal-title{color:var(--kbq-modal-header-text-color, )}.kbq-modal .kbq-modal-header .kbq-modal-close{color:var(--kbq-modal-close-button-color, )}.kbq-modal .kbq-modal-content{color:var(--kbq-modal-content-text-color, )}.kbq-modal .kbq-modal-header.kbq-modal-body_top-overflow{box-shadow:var(--kbq-modal-body-top-shadow, )}.kbq-modal .kbq-modal-footer.kbq-modal-body_bottom-overflow{box-shadow:var(--kbq-modal-body-bottom-shadow, )}.kbq-modal-mask{background-color:var(--kbq-modal-overlay-background, )}.kbq-modal-title{font-size:var(--kbq-modal-font-header-font-size, 20px);font-weight:var(--kbq-modal-font-header-font-weight, 700);line-height:var(--kbq-modal-font-header-line-height, 28px);font-family:var(--kbq-modal-font-header-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-modal-font-header-text-transform, );font-feature-settings:var(--kbq-modal-font-header-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-modal-font-header-letter-spacing, normal)}.kbq-modal-body{font-size:var(--kbq-modal-font-content-font-size, 14px);font-weight:var(--kbq-modal-font-content-font-weight, normal);line-height:var(--kbq-modal-font-content-line-height, 20px);font-family:var(--kbq-modal-font-content-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-modal-font-content-text-transform, );font-feature-settings:var(--kbq-modal-font-content-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-modal-font-content-letter-spacing, -.006em)}\n", ".kbq-modal{--kbq-modal-size-small-width: 400px;--kbq-modal-size-medium-width: 640px;--kbq-modal-size-large-width: 960px;--kbq-modal-size-border-radius: 8px;--kbq-modal-size-header-padding-vertical: 16px;--kbq-modal-size-header-padding-left: 24px;--kbq-modal-size-header-padding-right: 48px;--kbq-modal-size-close-button-margin-left: 8px;--kbq-modal-size-content-padding-horizontal: 24px;--kbq-modal-size-content-padding-top: 0;--kbq-modal-size-content-padding-bottom: 8px;--kbq-modal-size-content-padding-top-without-header: 24px;--kbq-modal-size-content-padding-bottom-without-footer: 40px;--kbq-modal-size-footer-padding-horizontal: 24px;--kbq-modal-size-footer-padding-vertical: 20px;--kbq-modal-size-footer-content-gap-horizontal: 16px;--kbq-modal-font-header-font-size: 20px;--kbq-modal-font-header-line-height: 28px;--kbq-modal-font-header-letter-spacing: normal;--kbq-modal-font-header-font-weight: 700;--kbq-modal-font-header-text-transform: null;--kbq-modal-font-header-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-modal-font-content-font-size: 14px;--kbq-modal-font-content-line-height: 20px;--kbq-modal-font-content-letter-spacing: -.006em;--kbq-modal-font-content-font-weight: normal;--kbq-modal-font-content-text-transform: null;--kbq-modal-font-content-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-modal-font-header-font-family: var(--kbq-typography-title-font-family);--kbq-modal-font-content-font-family: var(--kbq-typography-text-normal-font-family)}:root{--kbq-typography-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-modal-overlay-background: hsla(229, 15%, 20%, 32%);--kbq-modal-container-background: hsla(229, 15%, 100%, 100%);--kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%);--kbq-modal-close-button-color: hsla(229, 15%, 15%, 100%);--kbq-modal-header-text-color: hsla(229, 15%, 15%, 100%);--kbq-modal-content-text-color: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-modal-overlay-background: hsla(229, 15%, 6%, 64%);--kbq-modal-container-background: hsla(229, 15%, 15%, 100%);--kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%);--kbq-modal-close-button-color: hsla(229, 15%, 80%, 100%);--kbq-modal-header-text-color: hsla(229, 15%, 80%, 100%);--kbq-modal-content-text-color: hsla(229, 15%, 80%, 100%)}\n"], dependencies: [{ kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "component", type: i4.KbqButton, selector: "[kbq-button]", inputs: ["color", "tabIndex", "kbqStyle", "disabled"] }, { kind: "directive", type: i4.KbqButtonCssStyler, selector: "[kbq-button]" }, { kind: "component", type: i5.KbqIcon, selector: "[kbq-icon]", inputs: ["color", "small", "autoColor"] }, { kind: "directive", type: i6.KbqTitleDirective, selector: "[kbq-title]", exportAs: ["kbqTitle"] }, { kind: "directive", type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i7.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i8.CssUnitPipe, name: "toCssUnit" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
448
448
  }
449
449
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqModalComponent, decorators: [{
450
450
  type: Component,
451
451
  args: [{ selector: 'kbq-modal', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
452
452
  '(keydown)': 'onKeyDown($event)'
453
- }, template: "<!-- Compatible: the <ng-content> can appear only once -->\n<ng-template #tplOriginContent>\n <ng-content />\n</ng-template>\n\n<div>\n @if (kbqMask) {\n <div\n class=\"kbq-modal-mask\"\n [class.kbq-modal-mask-hidden]=\"hidden\"\n [ngClass]=\"maskAnimationClassMap\"\n [ngStyle]=\"kbqMaskStyle\"\n ></div>\n }\n\n <div\n tabindex=\"-1\"\n class=\"kbq-modal-wrap {{ kbqWrapClassName }}\"\n [style.display]=\"hidden ? 'none' : ''\"\n (mousedown)=\"onClickMask($event)\"\n >\n <div\n #modalContainer\n class=\"kbq-modal {{ kbqClassName }} kbq-modal_{{ kbqSize }}\"\n [class.kbq-modal_no-footer]=\"!kbqFooter\"\n [ngClass]=\"modalAnimationClassMap\"\n [ngStyle]=\"kbqStyle\"\n [style.transform-origin]=\"transformOrigin\"\n [style.width]=\"kbqWidth | toCssUnit\"\n >\n <div\n cdkTrapFocus\n class=\"kbq-modal-content\"\n >\n @switch (true) {\n @case (isModalType('default')) {\n <ng-container [ngTemplateOutlet]=\"tplContentDefault\" />\n }\n @case (isModalType('confirm')) {\n <ng-container [ngTemplateOutlet]=\"tplContentConfirm\" />\n }\n @case (isModalType('custom')) {\n <ng-container [ngTemplateOutlet]=\"tplContentCustom\" />\n }\n }\n </div>\n </div>\n </div>\n</div>\n\n<ng-template #tplContentCustom>\n <ng-container #bodyContainer />\n</ng-template>\n\n<!-- [Predefined] Default Modal Content -->\n<ng-template #tplContentDefault>\n @if (kbqTitle) {\n <div\n kbq-title\n class=\"kbq-modal-header\"\n [class.kbq-modal-body_top-overflow]=\"isTopOverflow\"\n >\n <div class=\"kbq-modal-title\">\n @switch (true) {\n @case (isTemplateRef(kbqTitle)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqTitle)\" />\n }\n @case (isNonEmptyString(kbqTitle)) {\n <div [innerHTML]=\"kbqTitle\"></div>\n }\n }\n </div>\n @if (kbqClosable) {\n <button\n kbq-button\n class=\"kbq-modal-close kbq-button_transparent\"\n [color]=\"'contrast'\"\n (click)=\"onClickCloseBtn()\"\n >\n <i\n kbq-icon=\"mc-close-L_16\"\n [color]=\"componentColors.Contrast\"\n ></i>\n </button>\n }\n </div>\n }\n <div\n #modalBody\n class=\"kbq-modal-body kbq-scrollbar\"\n [ngStyle]=\"kbqBodyStyle\"\n (scroll)=\"checkOverflow()\"\n >\n <ng-container #bodyContainer>\n @if (!isComponent(kbqContent)) {\n @switch (true) {\n @case (isTemplateRef(kbqContent)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqContent)\" />\n }\n @case (isNonEmptyString(kbqContent)) {\n <div [innerHTML]=\"kbqContent\"></div>\n }\n @default {\n <ng-container [ngTemplateOutlet]=\"tplOriginContent\" />\n }\n }\n }\n </ng-container>\n </div>\n @if (kbqFooter || kbqOkText || kbqCancelText) {\n <div\n class=\"kbq-modal-footer\"\n [class.kbq-modal-body_bottom-overflow]=\"isBottomOverflow\"\n >\n @switch (true) {\n @case (isTemplateRef(kbqFooter)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqFooter)\" />\n }\n @case (isNonEmptyString(kbqFooter)) {\n <div [innerHTML]=\"kbqFooter\"></div>\n }\n @case (isModalButtons(kbqFooter)) {\n @for (button of $any(kbqFooter); track button) {\n @if (getButtonCallableProp(button, 'show')) {\n <button\n kbq-button\n [attr.autofocus]=\"button.autoFocus\"\n [attr.kbq-modal-main-action]=\"button.kbqModalMainAction\"\n [class.kbq-progress]=\"getButtonCallableProp(button, 'loading')\"\n [color]=\"button.type\"\n [disabled]=\"getButtonCallableProp(button, 'disabled')\"\n (click)=\"onButtonClick(button)\"\n >\n {{ button.label }}\n </button>\n }\n }\n }\n @default {\n @if (kbqOkText) {\n <button\n kbq-button\n [attr.autofocus]=\"true\"\n [color]=\"componentColors.Contrast\"\n (click)=\"onClickOkCancel('ok')\"\n >\n {{ okText }}\n </button>\n }\n @if (kbqCancelText) {\n <button\n kbq-button\n (click)=\"onClickOkCancel('cancel')\"\n >\n {{ cancelText }}\n </button>\n }\n }\n }\n </div>\n }\n</ng-template>\n<!-- /[Predefined] Default Modal Content -->\n\n<!-- [Predefined] Confirm Modal Content -->\n<ng-template #tplContentConfirm>\n <div\n class=\"kbq-modal-body\"\n [ngStyle]=\"kbqBodyStyle\"\n >\n <ng-container #bodyContainer>\n @if (!isComponent(kbqContent)) {\n @switch (true) {\n @case (isTemplateRef(kbqContent)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqContent)\" />\n }\n @case (isNonEmptyString(kbqContent)) {\n <div [innerHTML]=\"kbqContent\"></div>\n }\n @default {\n <ng-container [ngTemplateOutlet]=\"tplOriginContent\" />\n }\n }\n }\n </ng-container>\n </div>\n @if (kbqOkText || kbqCancelText) {\n <div class=\"kbq-confirm-footer\">\n @if (kbqOkText) {\n <button\n kbq-button\n [attr.autofocus]=\"true\"\n [color]=\"kbqOkType\"\n (click)=\"onClickOkCancel('ok')\"\n >\n {{ okText }}\n </button>\n }\n @if (kbqCancelText) {\n <button\n kbq-button\n (click)=\"onClickOkCancel('cancel')\"\n >\n {{ cancelText }}\n </button>\n }\n </div>\n }\n</ng-template>\n<!-- /[Predefined] Confirm Modal Content -->\n", styles: [".kbq-confirm .kbq-modal-close{display:none}.kbq-confirm .kbq-confirm-footer{display:flex;gap:var(--kbq-modal-size-footer-content-gap-horizontal, 16px)}.kbq-modal{box-sizing:border-box;position:relative;top:48px;border-radius:var(--kbq-modal-size-border-radius, 8px);width:auto;margin:0 auto;list-style:none}.kbq-modal.zoom-enter,.kbq-modal.zoom-appear{animation-duration:.3s;transform:none;opacity:0}.kbq-modal.kbq-modal_small{width:var(--kbq-modal-size-small-width, 400px)}.kbq-modal.kbq-modal_medium{width:var(--kbq-modal-size-medium-width, 640px)}.kbq-modal.kbq-modal_large{width:var(--kbq-modal-size-large-width, 960px)}.kbq-modal .kbq-modal-close{position:absolute;top:16px;right:8px}.kbq-modal-wrap{position:fixed;inset:0;overflow:auto;-webkit-overflow-scrolling:touch;outline:0}.kbq-modal-content{position:relative;border-radius:var(--kbq-modal-size-border-radius, 8px);background-clip:padding-box}.kbq-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--kbq-modal-size-header-padding-vertical, 16px) var(--kbq-modal-size-header-padding-right, 48px) var(--kbq-modal-size-header-padding-vertical, 16px) var(--kbq-modal-size-header-padding-left, 24px)}.kbq-modal-header+.kbq-modal-body{padding-top:var(--kbq-modal-size-content-padding-top, 0)}.kbq-modal-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.kbq-modal-body{display:block;overflow-y:auto;max-height:calc(100vh - 260px);padding:var(--kbq-modal-size-content-padding-top-without-header, 24px) var(--kbq-modal-size-content-padding-horizontal, 24px) var(--kbq-modal-size-content-padding-bottom, 8px) var(--kbq-modal-size-content-padding-horizontal, 24px);word-wrap:break-word}.kbq-modal-body>*{position:relative}.kbq-modal-footer,.kbq-confirm-footer{display:flex;align-items:center;padding:var(--kbq-modal-size-footer-padding-vertical, 20px) var(--kbq-modal-size-footer-padding-horizontal, 24px);gap:var(--kbq-modal-size-footer-content-gap-horizontal, 16px)}.kbq-modal-mask{position:fixed;inset:0;height:100%}.kbq-modal-mask.kbq-modal-mask-hidden{display:none}.kbq-modal-open{overflow:hidden}.kbq-modal{background:var(--kbq-modal-container-background, );box-shadow:var(--kbq-modal-container-box-shadow, )}.kbq-modal .kbq-modal-header .kbq-modal-title{color:var(--kbq-modal-header-text-color, )}.kbq-modal .kbq-modal-header .kbq-modal-close{color:var(--kbq-modal-close-button-color, )}.kbq-modal .kbq-modal-content{color:var(--kbq-modal-content-text-color, )}.kbq-modal .kbq-modal-header.kbq-modal-body_top-overflow{box-shadow:var(--kbq-modal-body-top-shadow, )}.kbq-modal .kbq-modal-footer.kbq-modal-body_bottom-overflow{box-shadow:var(--kbq-modal-body-bottom-shadow, )}.kbq-modal-mask{background-color:var(--kbq-modal-overlay-background, )}.kbq-modal-title{font-size:var(--kbq-modal-font-header-font-size, 20px);font-weight:var(--kbq-modal-font-header-font-weight, 700);line-height:var(--kbq-modal-font-header-line-height, 28px);font-family:var(--kbq-modal-font-header-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-modal-font-header-text-transform, );font-feature-settings:var(--kbq-modal-font-header-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-modal-font-header-letter-spacing, normal)}.kbq-modal-body{font-size:var(--kbq-modal-font-content-font-size, 14px);font-weight:var(--kbq-modal-font-content-font-weight, normal);line-height:var(--kbq-modal-font-content-line-height, 20px);font-family:var(--kbq-modal-font-content-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-modal-font-content-text-transform, );font-feature-settings:var(--kbq-modal-font-content-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-modal-font-content-letter-spacing, -.006em)}\n", ".kbq-modal{--kbq-modal-size-small-width: 400px;--kbq-modal-size-medium-width: 640px;--kbq-modal-size-large-width: 960px;--kbq-modal-size-border-radius: 8px;--kbq-modal-size-header-padding-vertical: 16px;--kbq-modal-size-header-padding-left: 24px;--kbq-modal-size-header-padding-right: 48px;--kbq-modal-size-close-button-margin-left: 8px;--kbq-modal-size-content-padding-horizontal: 24px;--kbq-modal-size-content-padding-top: 0;--kbq-modal-size-content-padding-bottom: 8px;--kbq-modal-size-content-padding-top-without-header: 24px;--kbq-modal-size-content-padding-bottom-without-footer: 40px;--kbq-modal-size-footer-padding-horizontal: 24px;--kbq-modal-size-footer-padding-vertical: 20px;--kbq-modal-size-footer-content-gap-horizontal: 16px;--kbq-modal-font-header-font-size: 20px;--kbq-modal-font-header-line-height: 28px;--kbq-modal-font-header-letter-spacing: normal;--kbq-modal-font-header-font-weight: 700;--kbq-modal-font-header-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-modal-font-header-text-transform: null;--kbq-modal-font-header-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-modal-font-content-font-size: 14px;--kbq-modal-font-content-line-height: 20px;--kbq-modal-font-content-letter-spacing: -.006em;--kbq-modal-font-content-font-weight: normal;--kbq-modal-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-modal-font-content-text-transform: null;--kbq-modal-font-content-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-modal-overlay-background: hsla(229, 15%, 20%, 32%);--kbq-modal-container-background: hsla(229, 15%, 100%, 100%);--kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%);--kbq-modal-close-button-color: hsla(229, 15%, 15%, 100%);--kbq-modal-header-text-color: hsla(229, 15%, 15%, 100%);--kbq-modal-content-text-color: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-modal-overlay-background: hsla(229, 15%, 6%, 64%);--kbq-modal-container-background: hsla(229, 15%, 15%, 100%);--kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%);--kbq-modal-close-button-color: hsla(229, 15%, 80%, 100%);--kbq-modal-header-text-color: hsla(229, 15%, 80%, 100%);--kbq-modal-content-text-color: hsla(229, 15%, 80%, 100%)}\n"] }]
453
+ }, template: "<!-- Compatible: the <ng-content> can appear only once -->\n<ng-template #tplOriginContent>\n <ng-content />\n</ng-template>\n\n<div>\n @if (kbqMask) {\n <div\n class=\"kbq-modal-mask\"\n [class.kbq-modal-mask-hidden]=\"hidden\"\n [ngClass]=\"maskAnimationClassMap\"\n [ngStyle]=\"kbqMaskStyle\"\n ></div>\n }\n\n <div\n tabindex=\"-1\"\n class=\"kbq-modal-wrap {{ kbqWrapClassName }}\"\n [style.display]=\"hidden ? 'none' : ''\"\n (mousedown)=\"onClickMask($event)\"\n >\n <div\n #modalContainer\n class=\"kbq-modal {{ kbqClassName }} kbq-modal_{{ kbqSize }}\"\n [class.kbq-modal_no-footer]=\"!kbqFooter\"\n [ngClass]=\"modalAnimationClassMap\"\n [ngStyle]=\"kbqStyle\"\n [style.transform-origin]=\"transformOrigin\"\n [style.width]=\"kbqWidth | toCssUnit\"\n >\n <div\n cdkTrapFocus\n class=\"kbq-modal-content\"\n >\n @switch (true) {\n @case (isModalType('default')) {\n <ng-container [ngTemplateOutlet]=\"tplContentDefault\" />\n }\n @case (isModalType('confirm')) {\n <ng-container [ngTemplateOutlet]=\"tplContentConfirm\" />\n }\n @case (isModalType('custom')) {\n <ng-container [ngTemplateOutlet]=\"tplContentCustom\" />\n }\n }\n </div>\n </div>\n </div>\n</div>\n\n<ng-template #tplContentCustom>\n <ng-container #bodyContainer />\n</ng-template>\n\n<!-- [Predefined] Default Modal Content -->\n<ng-template #tplContentDefault>\n @if (kbqTitle) {\n <div\n kbq-title\n class=\"kbq-modal-header\"\n [class.kbq-modal-body_top-overflow]=\"isTopOverflow\"\n >\n <div class=\"kbq-modal-title\">\n @switch (true) {\n @case (isTemplateRef(kbqTitle)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqTitle)\" />\n }\n @case (isNonEmptyString(kbqTitle)) {\n <div [innerHTML]=\"kbqTitle\"></div>\n }\n }\n </div>\n @if (kbqClosable) {\n <button\n kbq-button\n class=\"kbq-modal-close kbq-button_transparent\"\n [color]=\"'contrast'\"\n (click)=\"onClickCloseBtn()\"\n >\n <i\n kbq-icon=\"mc-close-L_16\"\n [color]=\"componentColors.Contrast\"\n ></i>\n </button>\n }\n </div>\n }\n <div\n #modalBody\n class=\"kbq-modal-body kbq-scrollbar\"\n [ngStyle]=\"kbqBodyStyle\"\n (scroll)=\"checkOverflow()\"\n >\n <ng-container #bodyContainer>\n @if (!isComponent(kbqContent)) {\n @switch (true) {\n @case (isTemplateRef(kbqContent)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqContent)\" />\n }\n @case (isNonEmptyString(kbqContent)) {\n <div [innerHTML]=\"kbqContent\"></div>\n }\n @default {\n <ng-container [ngTemplateOutlet]=\"tplOriginContent\" />\n }\n }\n }\n </ng-container>\n </div>\n @if (kbqFooter || kbqOkText || kbqCancelText) {\n <div\n class=\"kbq-modal-footer\"\n [class.kbq-modal-body_bottom-overflow]=\"isBottomOverflow\"\n >\n @switch (true) {\n @case (isTemplateRef(kbqFooter)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqFooter)\" />\n }\n @case (isNonEmptyString(kbqFooter)) {\n <div [innerHTML]=\"kbqFooter\"></div>\n }\n @case (isModalButtons(kbqFooter)) {\n @for (button of $any(kbqFooter); track button) {\n @if (getButtonCallableProp(button, 'show')) {\n <button\n kbq-button\n [attr.autofocus]=\"button.autoFocus\"\n [attr.kbq-modal-main-action]=\"button.kbqModalMainAction\"\n [class.kbq-progress]=\"getButtonCallableProp(button, 'loading')\"\n [color]=\"button.type\"\n [disabled]=\"getButtonCallableProp(button, 'disabled')\"\n (click)=\"onButtonClick(button)\"\n >\n {{ button.label }}\n </button>\n }\n }\n }\n @default {\n @if (kbqOkText) {\n <button\n kbq-button\n [attr.autofocus]=\"true\"\n [color]=\"componentColors.Contrast\"\n (click)=\"onClickOkCancel('ok')\"\n >\n {{ okText }}\n </button>\n }\n @if (kbqCancelText) {\n <button\n kbq-button\n (click)=\"onClickOkCancel('cancel')\"\n >\n {{ cancelText }}\n </button>\n }\n }\n }\n </div>\n }\n</ng-template>\n<!-- /[Predefined] Default Modal Content -->\n\n<!-- [Predefined] Confirm Modal Content -->\n<ng-template #tplContentConfirm>\n <div\n class=\"kbq-modal-body\"\n [ngStyle]=\"kbqBodyStyle\"\n >\n <ng-container #bodyContainer>\n @if (!isComponent(kbqContent)) {\n @switch (true) {\n @case (isTemplateRef(kbqContent)) {\n <ng-container [ngTemplateOutlet]=\"$any(kbqContent)\" />\n }\n @case (isNonEmptyString(kbqContent)) {\n <div [innerHTML]=\"kbqContent\"></div>\n }\n @default {\n <ng-container [ngTemplateOutlet]=\"tplOriginContent\" />\n }\n }\n }\n </ng-container>\n </div>\n @if (kbqOkText || kbqCancelText) {\n <div class=\"kbq-confirm-footer\">\n @if (kbqOkText) {\n <button\n kbq-button\n [attr.autofocus]=\"true\"\n [color]=\"kbqOkType\"\n (click)=\"onClickOkCancel('ok')\"\n >\n {{ okText }}\n </button>\n }\n @if (kbqCancelText) {\n <button\n kbq-button\n (click)=\"onClickOkCancel('cancel')\"\n >\n {{ cancelText }}\n </button>\n }\n </div>\n }\n</ng-template>\n<!-- /[Predefined] Confirm Modal Content -->\n", styles: [".kbq-confirm .kbq-modal-close{display:none}.kbq-confirm .kbq-confirm-footer{display:flex;gap:var(--kbq-modal-size-footer-content-gap-horizontal, 16px)}.kbq-modal{box-sizing:border-box;position:relative;top:48px;border-radius:var(--kbq-modal-size-border-radius, 8px);width:auto;margin:0 auto;list-style:none}.kbq-modal.zoom-enter,.kbq-modal.zoom-appear{animation-duration:.3s;transform:none;opacity:0}.kbq-modal.kbq-modal_small{width:var(--kbq-modal-size-small-width, 400px)}.kbq-modal.kbq-modal_medium{width:var(--kbq-modal-size-medium-width, 640px)}.kbq-modal.kbq-modal_large{width:var(--kbq-modal-size-large-width, 960px)}.kbq-modal .kbq-modal-close{position:absolute;top:16px;right:8px}.kbq-modal-wrap{position:fixed;inset:0;overflow:auto;-webkit-overflow-scrolling:touch;outline:0}.kbq-modal-content{position:relative;border-radius:var(--kbq-modal-size-border-radius, 8px);background-clip:padding-box}.kbq-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--kbq-modal-size-header-padding-vertical, 16px) var(--kbq-modal-size-header-padding-right, 48px) var(--kbq-modal-size-header-padding-vertical, 16px) var(--kbq-modal-size-header-padding-left, 24px)}.kbq-modal-header+.kbq-modal-body{padding-top:var(--kbq-modal-size-content-padding-top, 0)}.kbq-modal-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.kbq-modal-body{display:block;overflow-y:auto;max-height:calc(100vh - 260px);padding:var(--kbq-modal-size-content-padding-top-without-header, 24px) var(--kbq-modal-size-content-padding-horizontal, 24px) var(--kbq-modal-size-content-padding-bottom, 8px) var(--kbq-modal-size-content-padding-horizontal, 24px);word-wrap:break-word}.kbq-modal-body>*{position:relative}.kbq-modal-footer,.kbq-confirm-footer{display:flex;align-items:center;padding:var(--kbq-modal-size-footer-padding-vertical, 20px) var(--kbq-modal-size-footer-padding-horizontal, 24px);gap:var(--kbq-modal-size-footer-content-gap-horizontal, 16px)}.kbq-modal-mask{position:fixed;inset:0;height:100%}.kbq-modal-mask.kbq-modal-mask-hidden{display:none}.kbq-modal-open{overflow:hidden}.kbq-modal{background:var(--kbq-modal-container-background, );box-shadow:var(--kbq-modal-container-box-shadow, )}.kbq-modal .kbq-modal-header .kbq-modal-title{color:var(--kbq-modal-header-text-color, )}.kbq-modal .kbq-modal-header .kbq-modal-close{color:var(--kbq-modal-close-button-color, )}.kbq-modal .kbq-modal-content{color:var(--kbq-modal-content-text-color, )}.kbq-modal .kbq-modal-header.kbq-modal-body_top-overflow{box-shadow:var(--kbq-modal-body-top-shadow, )}.kbq-modal .kbq-modal-footer.kbq-modal-body_bottom-overflow{box-shadow:var(--kbq-modal-body-bottom-shadow, )}.kbq-modal-mask{background-color:var(--kbq-modal-overlay-background, )}.kbq-modal-title{font-size:var(--kbq-modal-font-header-font-size, 20px);font-weight:var(--kbq-modal-font-header-font-weight, 700);line-height:var(--kbq-modal-font-header-line-height, 28px);font-family:var(--kbq-modal-font-header-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-modal-font-header-text-transform, );font-feature-settings:var(--kbq-modal-font-header-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-modal-font-header-letter-spacing, normal)}.kbq-modal-body{font-size:var(--kbq-modal-font-content-font-size, 14px);font-weight:var(--kbq-modal-font-content-font-weight, normal);line-height:var(--kbq-modal-font-content-line-height, 20px);font-family:var(--kbq-modal-font-content-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-modal-font-content-text-transform, );font-feature-settings:var(--kbq-modal-font-content-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-modal-font-content-letter-spacing, -.006em)}\n", ".kbq-modal{--kbq-modal-size-small-width: 400px;--kbq-modal-size-medium-width: 640px;--kbq-modal-size-large-width: 960px;--kbq-modal-size-border-radius: 8px;--kbq-modal-size-header-padding-vertical: 16px;--kbq-modal-size-header-padding-left: 24px;--kbq-modal-size-header-padding-right: 48px;--kbq-modal-size-close-button-margin-left: 8px;--kbq-modal-size-content-padding-horizontal: 24px;--kbq-modal-size-content-padding-top: 0;--kbq-modal-size-content-padding-bottom: 8px;--kbq-modal-size-content-padding-top-without-header: 24px;--kbq-modal-size-content-padding-bottom-without-footer: 40px;--kbq-modal-size-footer-padding-horizontal: 24px;--kbq-modal-size-footer-padding-vertical: 20px;--kbq-modal-size-footer-content-gap-horizontal: 16px;--kbq-modal-font-header-font-size: 20px;--kbq-modal-font-header-line-height: 28px;--kbq-modal-font-header-letter-spacing: normal;--kbq-modal-font-header-font-weight: 700;--kbq-modal-font-header-text-transform: null;--kbq-modal-font-header-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-modal-font-content-font-size: 14px;--kbq-modal-font-content-line-height: 20px;--kbq-modal-font-content-letter-spacing: -.006em;--kbq-modal-font-content-font-weight: normal;--kbq-modal-font-content-text-transform: null;--kbq-modal-font-content-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-modal-font-header-font-family: var(--kbq-typography-title-font-family);--kbq-modal-font-content-font-family: var(--kbq-typography-text-normal-font-family)}:root{--kbq-typography-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-typography-text-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-modal-overlay-background: hsla(229, 15%, 20%, 32%);--kbq-modal-container-background: hsla(229, 15%, 100%, 100%);--kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%);--kbq-modal-close-button-color: hsla(229, 15%, 15%, 100%);--kbq-modal-header-text-color: hsla(229, 15%, 15%, 100%);--kbq-modal-content-text-color: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-modal-overlay-background: hsla(229, 15%, 6%, 64%);--kbq-modal-container-background: hsla(229, 15%, 15%, 100%);--kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%);--kbq-modal-close-button-color: hsla(229, 15%, 80%, 100%);--kbq-modal-header-text-color: hsla(229, 15%, 80%, 100%);--kbq-modal-content-text-color: hsla(229, 15%, 80%, 100%)}\n"] }]
454
454
  }], ctorParameters: () => [{ type: i1.Overlay }, { type: i0.Renderer2 }, { type: i0.ComponentFactoryResolver }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i2.KbqModalControlService }, { type: i0.ChangeDetectorRef }, { type: i3.FocusMonitor }, { type: undefined, decorators: [{
455
455
  type: Inject,
456
456
  args: [DOCUMENT]