@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1120 → 1.5.1217

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 (427) hide show
  1. package/assets/images/placeholders/credential.svg +69 -69
  2. package/assets/images/placeholders/user-icon-test.svg +9 -9
  3. package/assets/styles/main.min.css +1 -1
  4. package/assets/styles/main.min.css.map +1 -1
  5. package/esm2022/lib/components/bmb-academic-progress/bmb-academic-progress.component.mjs +87 -0
  6. package/esm2022/lib/components/bmb-accordion/bmb-accordion.component.mjs +159 -0
  7. package/esm2022/lib/components/bmb-account-statement/bmb-account-statement.component.mjs +172 -0
  8. package/esm2022/lib/components/bmb-action-icon/bmb-action-icon.component.mjs +49 -0
  9. package/esm2022/lib/components/bmb-action-menu/bmb-action-menu.component.mjs +31 -0
  10. package/esm2022/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.mjs +35 -0
  11. package/esm2022/lib/components/bmb-advertisement-card/types.mjs +2 -0
  12. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.mjs +40 -0
  13. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +18 -0
  14. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.mjs +148 -0
  15. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.mjs +52 -0
  16. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +203 -0
  17. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.service.mjs +62 -0
  18. package/esm2022/lib/components/bmb-alert-center/types.mjs +2 -0
  19. package/esm2022/lib/components/bmb-badge/bmb-badge.component.mjs +26 -0
  20. package/esm2022/lib/components/bmb-balance-overview/bmb-balance-overview.component.mjs +26 -0
  21. package/esm2022/lib/components/bmb-bookmark/bmb-bookmark.component.mjs +27 -0
  22. package/esm2022/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.mjs +42 -0
  23. package/esm2022/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.mjs +55 -0
  24. package/esm2022/lib/components/bmb-button-icon/bmb-button-icon.component.mjs +30 -0
  25. package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +285 -0
  26. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +95 -0
  27. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.mjs +40 -0
  28. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.mjs +68 -0
  29. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.mjs +41 -0
  30. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +95 -0
  31. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +45 -0
  32. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +54 -0
  33. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.mjs +24 -0
  34. package/esm2022/lib/components/bmb-calendar/types.mjs +2 -0
  35. package/esm2022/lib/components/bmb-calendar/utils.mjs +96 -0
  36. package/esm2022/lib/components/bmb-card/bmb-card.component.mjs +159 -0
  37. package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +76 -0
  38. package/esm2022/lib/components/bmb-carousel/bmb-carousel.component.mjs +80 -0
  39. package/esm2022/lib/components/bmb-chat-bar/bmb-chat-bar.component.mjs +199 -0
  40. package/esm2022/lib/components/bmb-chat-bar/bot_list.mjs +57 -0
  41. package/esm2022/lib/components/bmb-chat-bar/types.mjs +2 -0
  42. package/esm2022/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.mjs +56 -0
  43. package/esm2022/lib/components/bmb-chat-bubbles/types.mjs +2 -0
  44. package/esm2022/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.mjs +46 -0
  45. package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +80 -0
  46. package/esm2022/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.mjs +36 -0
  47. package/esm2022/lib/components/bmb-container/bmb-container.component.mjs +27 -0
  48. package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +96 -0
  49. package/esm2022/lib/components/bmb-date-range/bmb-date-range.component.mjs +69 -0
  50. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.mjs +206 -0
  51. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker.component.mjs +144 -0
  52. package/esm2022/lib/components/bmb-digital-id/bmb-digital-id.component.mjs +54 -0
  53. package/esm2022/lib/components/bmb-divider/bmb-divider.component.mjs +25 -0
  54. package/esm2022/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.mjs +34 -0
  55. package/esm2022/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.mjs +65 -0
  56. package/esm2022/lib/components/bmb-dropdown/bmb-dropdown.component.mjs +177 -0
  57. package/esm2022/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.mjs +31 -0
  58. package/esm2022/lib/components/bmb-dropzone/bmb-dropzone.component.mjs +175 -0
  59. package/esm2022/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.mjs +76 -0
  60. package/esm2022/lib/components/bmb-external-link/bmb-external-link.component.mjs +80 -0
  61. package/esm2022/lib/components/bmb-fab/bmb-fab-.interface.mjs +9 -0
  62. package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +37 -0
  63. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +166 -0
  64. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.interface.mjs +2 -0
  65. package/esm2022/lib/components/bmb-focus-element/bmb-focus-element.component.mjs +36 -0
  66. package/esm2022/lib/components/bmb-form-validator/bmb-form-validator.component.mjs +159 -0
  67. package/esm2022/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.mjs +29 -0
  68. package/esm2022/lib/components/bmb-grade-value/bmb-grade-value.component.mjs +22 -0
  69. package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +178 -0
  70. package/esm2022/lib/components/bmb-grades/types.mjs +2 -0
  71. package/esm2022/lib/components/bmb-header-mitec/bmb-header-mitec.component.mjs +55 -0
  72. package/esm2022/lib/components/bmb-header-mobile/bmb-header-mobile.component.mjs +49 -0
  73. package/esm2022/lib/components/bmb-hito-card/bmb-hito-card.component.mjs +86 -0
  74. package/esm2022/lib/components/bmb-hito-list/bmb-hito-list.component.mjs +59 -0
  75. package/esm2022/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.mjs +76 -0
  76. package/esm2022/lib/components/bmb-home-card/bmb-home-card.component.mjs +41 -0
  77. package/esm2022/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.mjs +39 -0
  78. package/esm2022/lib/components/bmb-home-section/bmb-home-section.component.mjs +20 -0
  79. package/esm2022/lib/components/bmb-icon/bmb-icon.component.mjs +50 -0
  80. package/esm2022/lib/components/bmb-icon/types.mjs +2 -0
  81. package/esm2022/lib/components/bmb-icon-item/bmb-icon-item.component.mjs +23 -0
  82. package/esm2022/lib/components/bmb-icon-status/bmb-icon-status.component.mjs +24 -0
  83. package/esm2022/lib/components/bmb-iframe/bmb-iframe.component.mjs +19 -0
  84. package/esm2022/lib/components/bmb-iframe/bmb-iframe.pipe.mjs +21 -0
  85. package/esm2022/lib/components/bmb-image/bmb-image.component.mjs +33 -0
  86. package/esm2022/lib/components/bmb-inner-header/bmb-inner-header.component.mjs +77 -0
  87. package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +146 -0
  88. package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +178 -0
  89. package/esm2022/lib/components/bmb-input/bmb-input.component.mjs +85 -0
  90. package/esm2022/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.mjs +219 -0
  91. package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +191 -0
  92. package/esm2022/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.mjs +54 -0
  93. package/esm2022/lib/components/bmb-invoice/bmb-invoice.component.mjs +34 -0
  94. package/esm2022/lib/components/bmb-item/bmb-item.component.mjs +28 -0
  95. package/esm2022/lib/components/bmb-legend/bmb-legend.component.mjs +23 -0
  96. package/esm2022/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.mjs +83 -0
  97. package/esm2022/lib/components/bmb-list-group/bmb-list-group.component.mjs +60 -0
  98. package/esm2022/lib/components/bmb-list-group/bmb-list-group.service.mjs +55 -0
  99. package/esm2022/lib/components/bmb-list-group/types.mjs +2 -0
  100. package/esm2022/lib/components/bmb-list-items/bmb-list-items.component.mjs +83 -0
  101. package/esm2022/lib/components/bmb-loader/bmb-loader.component.mjs +77 -0
  102. package/esm2022/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.mjs +55 -0
  103. package/esm2022/lib/components/bmb-login/bmb-login.component.mjs +66 -0
  104. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.mjs +40 -0
  105. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.mjs +20 -0
  106. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.mjs +33 -0
  107. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.mjs +91 -0
  108. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-one.component.mjs +88 -0
  109. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-three.component.mjs +57 -0
  110. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-two.component.mjs +99 -0
  111. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step.component.mjs +39 -0
  112. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.mjs +44 -0
  113. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +52 -0
  114. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.mjs +70 -0
  115. package/esm2022/lib/components/bmb-login-onboarding/types.mjs +2 -0
  116. package/esm2022/lib/components/bmb-logo/bmb-logo.component.mjs +43 -0
  117. package/esm2022/lib/components/bmb-media-card/bmb-media-card.component.mjs +64 -0
  118. package/esm2022/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.mjs +14 -0
  119. package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +88 -0
  120. package/esm2022/lib/components/bmb-modal/bmb-modal.component.mjs +139 -0
  121. package/esm2022/lib/components/bmb-modal/bmb-modal.interface.mjs +2 -0
  122. package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +121 -0
  123. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +15 -0
  124. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +59 -0
  125. package/esm2022/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.mjs +30 -0
  126. package/esm2022/lib/components/bmb-notice-card/bmb-notice-card.component.mjs +43 -0
  127. package/esm2022/lib/components/bmb-notification-card/bmb-notification-card.component.mjs +86 -0
  128. package/esm2022/lib/components/bmb-notification-counter/bmb-notification-counter.component.mjs +23 -0
  129. package/esm2022/lib/components/bmb-overlay/bmb-overlay.component.mjs +22 -0
  130. package/esm2022/lib/components/bmb-paginator/bmb-paginator.component.mjs +52 -0
  131. package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +58 -0
  132. package/esm2022/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.mjs +120 -0
  133. package/esm2022/lib/components/bmb-profile/bmb-profile.component.mjs +153 -0
  134. package/esm2022/lib/components/bmb-progress-bar/bmb-progress-bar.component.mjs +39 -0
  135. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.mjs +196 -0
  136. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.mjs +2 -0
  137. package/esm2022/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.mjs +88 -0
  138. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.mjs +75 -0
  139. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification.component.mjs +24 -0
  140. package/esm2022/lib/components/bmb-push-notification/types.mjs +2 -0
  141. package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +78 -0
  142. package/esm2022/lib/components/bmb-search-input/bmb-search-input.component.mjs +122 -0
  143. package/esm2022/lib/components/bmb-server-table/bmb-server-table.component.mjs +82 -0
  144. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +97 -0
  145. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.interface.mjs +2 -0
  146. package/esm2022/lib/components/bmb-simple-header/bmb-simple-header.component.mjs +64 -0
  147. package/esm2022/lib/components/bmb-skeleton/bmb-skeleton.component.mjs +16 -0
  148. package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +64 -0
  149. package/esm2022/lib/components/bmb-stat-counter/bmb-stat-counter.component.mjs +32 -0
  150. package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +55 -0
  151. package/esm2022/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.mjs +53 -0
  152. package/esm2022/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.mjs +27 -0
  153. package/esm2022/lib/components/bmb-switch/bmb-switch.component.mjs +88 -0
  154. package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +541 -0
  155. package/esm2022/lib/components/bmb-tables/bmb-tables.interface.mjs +2 -0
  156. package/esm2022/lib/components/bmb-tabs/bmb-tabs.component.mjs +132 -0
  157. package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +65 -0
  158. package/esm2022/lib/components/bmb-text-editor/bmb-text-editor.component.mjs +135 -0
  159. package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +43 -0
  160. package/esm2022/lib/components/bmb-theme/bmb-theme.component.mjs +65 -0
  161. package/esm2022/lib/components/bmb-three-cols/bmb-three-cols.component.mjs +30 -0
  162. package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +74 -0
  163. package/esm2022/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.mjs +13 -0
  164. package/esm2022/lib/components/bmb-timestream/bmb-timestream.component.mjs +236 -0
  165. package/esm2022/lib/components/bmb-timestream/types.mjs +2 -0
  166. package/esm2022/lib/components/bmb-timestream-card/bmb-timestream-card.component.mjs +139 -0
  167. package/esm2022/lib/components/bmb-title-content/bmb-title-content.component.mjs +61 -0
  168. package/esm2022/lib/components/bmb-toast/bmb-toast.component.mjs +47 -0
  169. package/esm2022/lib/components/bmb-tooltip/bmb-tooltip.component.mjs +26 -0
  170. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.mjs +31 -0
  171. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +94 -0
  172. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +86 -0
  173. package/esm2022/lib/components/bmb-top-bar/types.mjs +2 -0
  174. package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +139 -0
  175. package/esm2022/lib/components/bmb-user-image/bmb-user-image.component.mjs +44 -0
  176. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.mjs +19 -0
  177. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile.component.mjs +71 -0
  178. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +61 -0
  179. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +28 -0
  180. package/esm2022/lib/components/bmb-value-counter/bmb-value-counter.component.mjs +23 -0
  181. package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +85 -0
  182. package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +128 -0
  183. package/esm2022/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.mjs +51 -0
  184. package/esm2022/lib/directives/bmb-accordion/bmb-accordion-control.directive.mjs +88 -0
  185. package/esm2022/lib/directives/bmb-button/button.directive.mjs +84 -0
  186. package/esm2022/lib/directives/bmb-button-group/bmb-button-group.directive.mjs +29 -0
  187. package/esm2022/lib/directives/bmb-layout/bmb-layout-item.directive.mjs +51 -0
  188. package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +36 -0
  189. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.mjs +34 -0
  190. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.mjs +37 -0
  191. package/esm2022/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.mjs +89 -0
  192. package/esm2022/lib/directives/utils/clickoutside.directive.mjs +41 -0
  193. package/esm2022/lib/ds-ng.component.mjs +11 -0
  194. package/esm2022/lib/ds-ng.service.mjs +14 -0
  195. package/esm2022/lib/services/calendar.service.mjs +51 -0
  196. package/esm2022/lib/services/index.mjs +3 -0
  197. package/esm2022/lib/services/native-modal.service.mjs +60 -0
  198. package/esm2022/lib/services/notification.service.mjs +84 -0
  199. package/esm2022/lib/services/projection.service.mjs +49 -0
  200. package/esm2022/lib/services/tabs.service.mjs +30 -0
  201. package/esm2022/lib/services/theme.service.mjs +30 -0
  202. package/esm2022/lib/services/toast.service.mjs +24 -0
  203. package/esm2022/lib/services/user/profile.service.mjs +26 -0
  204. package/esm2022/lib/types/colors.mjs +2 -0
  205. package/esm2022/lib/types/index.mjs +11 -0
  206. package/esm2022/lib/utils/countryCodes.mjs +1089 -0
  207. package/esm2022/lib/utils/currencyFormat.mjs +7 -0
  208. package/esm2022/lib/utils/dropdown.mjs +85 -0
  209. package/esm2022/lib/utils/formControl.mjs +25 -0
  210. package/esm2022/lib/utils/timestreamFilters.mjs +32 -0
  211. package/esm2022/lib/utils/utils.mjs +71 -0
  212. package/esm2022/public-api.mjs +152 -0
  213. package/esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +5 -0
  214. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +2714 -2377
  215. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
  216. package/index.d.ts +5 -3744
  217. package/lib/components/bmb-academic-progress/bmb-academic-progress.component.d.ts +21 -0
  218. package/lib/components/bmb-accordion/bmb-accordion.component.d.ts +37 -0
  219. package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +56 -0
  220. package/lib/components/bmb-action-icon/bmb-action-icon.component.d.ts +23 -0
  221. package/lib/components/bmb-action-menu/bmb-action-menu.component.d.ts +17 -0
  222. package/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.d.ts +13 -0
  223. package/lib/components/bmb-advertisement-card/types.d.ts +21 -0
  224. package/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.d.ts +10 -0
  225. package/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.d.ts +7 -0
  226. package/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.d.ts +31 -0
  227. package/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.d.ts +20 -0
  228. package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +46 -0
  229. package/lib/components/bmb-alert-center/bmb-alert-center.service.d.ts +20 -0
  230. package/lib/components/bmb-alert-center/types.d.ts +64 -0
  231. package/lib/components/bmb-badge/bmb-badge.component.d.ts +11 -0
  232. package/lib/components/bmb-balance-overview/bmb-balance-overview.component.d.ts +15 -0
  233. package/lib/components/bmb-bookmark/bmb-bookmark.component.d.ts +8 -0
  234. package/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.d.ts +25 -0
  235. package/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.d.ts +27 -0
  236. package/lib/components/bmb-button-icon/bmb-button-icon.component.d.ts +16 -0
  237. package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +67 -0
  238. package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +20 -0
  239. package/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.d.ts +13 -0
  240. package/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.d.ts +16 -0
  241. package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +18 -0
  242. package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +31 -0
  243. package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +18 -0
  244. package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +23 -0
  245. package/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.d.ts +9 -0
  246. package/lib/components/bmb-calendar/types.d.ts +43 -0
  247. package/lib/components/bmb-calendar/utils.d.ts +12 -0
  248. package/lib/components/bmb-card/bmb-card.component.d.ts +43 -0
  249. package/lib/components/bmb-card-button/bmb-card-button.component.d.ts +50 -0
  250. package/lib/components/bmb-carousel/bmb-carousel.component.d.ts +20 -0
  251. package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +63 -0
  252. package/lib/components/bmb-chat-bar/bot_list.d.ts +6 -0
  253. package/lib/components/bmb-chat-bar/types.d.ts +9 -0
  254. package/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.d.ts +23 -0
  255. package/lib/components/bmb-chat-bubbles/types.d.ts +23 -0
  256. package/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.d.ts +21 -0
  257. package/lib/components/bmb-checkbox/bmb-checkbox.component.d.ts +33 -0
  258. package/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.d.ts +17 -0
  259. package/lib/components/bmb-container/bmb-container.component.d.ts +9 -0
  260. package/lib/components/bmb-container-button/bmb-container-button.component.d.ts +39 -0
  261. package/lib/components/bmb-date-range/bmb-date-range.component.d.ts +35 -0
  262. package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +39 -0
  263. package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +52 -0
  264. package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +26 -0
  265. package/lib/components/bmb-divider/bmb-divider.component.d.ts +8 -0
  266. package/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.d.ts +17 -0
  267. package/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.d.ts +26 -0
  268. package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +62 -0
  269. package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +13 -0
  270. package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +49 -0
  271. package/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.d.ts +45 -0
  272. package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +25 -0
  273. package/lib/components/bmb-fab/bmb-fab-.interface.d.ts +10 -0
  274. package/lib/components/bmb-fab/bmb-fab.component.d.ts +15 -0
  275. package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +34 -0
  276. package/lib/components/bmb-filter-card/bmb-filter-card.interface.d.ts +12 -0
  277. package/lib/components/bmb-focus-element/bmb-focus-element.component.d.ts +14 -0
  278. package/lib/components/bmb-form-validator/bmb-form-validator.component.d.ts +34 -0
  279. package/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.d.ts +13 -0
  280. package/lib/components/bmb-grade-value/bmb-grade-value.component.d.ts +11 -0
  281. package/lib/components/bmb-grades/bmb-grades.component.d.ts +43 -0
  282. package/lib/components/bmb-grades/types.d.ts +25 -0
  283. package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +17 -0
  284. package/lib/components/bmb-header-mobile/bmb-header-mobile.component.d.ts +23 -0
  285. package/lib/components/bmb-hito-card/bmb-hito-card.component.d.ts +30 -0
  286. package/lib/components/bmb-hito-list/bmb-hito-list.component.d.ts +24 -0
  287. package/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.d.ts +28 -0
  288. package/lib/components/bmb-home-card/bmb-home-card.component.d.ts +27 -0
  289. package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +25 -0
  290. package/lib/components/bmb-home-section/bmb-home-section.component.d.ts +9 -0
  291. package/lib/components/bmb-icon/bmb-icon.component.d.ts +23 -0
  292. package/lib/components/bmb-icon/types.d.ts +1 -0
  293. package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +13 -0
  294. package/lib/components/bmb-icon-status/bmb-icon-status.component.d.ts +10 -0
  295. package/lib/components/bmb-iframe/bmb-iframe.component.d.ts +11 -0
  296. package/lib/components/bmb-iframe/bmb-iframe.pipe.d.ts +10 -0
  297. package/lib/components/bmb-image/bmb-image.component.d.ts +19 -0
  298. package/lib/components/bmb-inner-header/bmb-inner-header.component.d.ts +29 -0
  299. package/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.d.ts +52 -0
  300. package/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.d.ts +45 -0
  301. package/lib/components/bmb-input/bmb-input.component.d.ts +68 -0
  302. package/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.d.ts +52 -0
  303. package/lib/components/bmb-input-tags/bmb-input-tags.component.d.ts +55 -0
  304. package/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.d.ts +23 -0
  305. package/lib/components/bmb-invoice/bmb-invoice.component.d.ts +31 -0
  306. package/lib/components/bmb-item/bmb-item.component.d.ts +16 -0
  307. package/lib/components/bmb-legend/bmb-legend.component.d.ts +9 -0
  308. package/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.d.ts +33 -0
  309. package/lib/components/bmb-list-group/bmb-list-group.component.d.ts +27 -0
  310. package/lib/components/bmb-list-group/bmb-list-group.service.d.ts +18 -0
  311. package/lib/components/bmb-list-group/types.d.ts +1 -0
  312. package/lib/components/bmb-list-items/bmb-list-items.component.d.ts +33 -0
  313. package/lib/components/bmb-loader/bmb-loader.component.d.ts +31 -0
  314. package/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.d.ts +27 -0
  315. package/lib/components/bmb-login/bmb-login.component.d.ts +33 -0
  316. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.d.ts +14 -0
  317. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.d.ts +8 -0
  318. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.d.ts +12 -0
  319. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.d.ts +19 -0
  320. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-one.component.d.ts +17 -0
  321. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-three.component.d.ts +11 -0
  322. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-two.component.d.ts +19 -0
  323. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step.component.d.ts +19 -0
  324. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.d.ts +15 -0
  325. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +20 -0
  326. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.d.ts +25 -0
  327. package/lib/components/bmb-login-onboarding/types.d.ts +15 -0
  328. package/lib/components/bmb-logo/bmb-logo.component.d.ts +19 -0
  329. package/lib/components/bmb-media-card/bmb-media-card.component.d.ts +34 -0
  330. package/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.d.ts +6 -0
  331. package/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.d.ts +47 -0
  332. package/lib/components/bmb-modal/bmb-modal.component.d.ts +31 -0
  333. package/lib/components/bmb-modal/bmb-modal.interface.d.ts +44 -0
  334. package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +45 -0
  335. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.d.ts +7 -0
  336. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.d.ts +15 -0
  337. package/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.d.ts +13 -0
  338. package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +21 -0
  339. package/lib/components/bmb-notification-card/bmb-notification-card.component.d.ts +27 -0
  340. package/lib/components/bmb-notification-counter/bmb-notification-counter.component.d.ts +9 -0
  341. package/lib/components/bmb-overlay/bmb-overlay.component.d.ts +9 -0
  342. package/lib/components/bmb-paginator/bmb-paginator.component.d.ts +14 -0
  343. package/lib/components/bmb-portal/bmb-portal.component.d.ts +23 -0
  344. package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +34 -0
  345. package/lib/components/bmb-profile/bmb-profile.component.d.ts +34 -0
  346. package/lib/components/bmb-progress-bar/bmb-progress-bar.component.d.ts +19 -0
  347. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +51 -0
  348. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +12 -0
  349. package/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.d.ts +23 -0
  350. package/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.d.ts +18 -0
  351. package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +11 -0
  352. package/lib/components/bmb-push-notification/types.d.ts +46 -0
  353. package/lib/components/bmb-radial/bmb-radial.component.d.ts +33 -0
  354. package/lib/components/bmb-search-input/bmb-search-input.component.d.ts +33 -0
  355. package/lib/components/bmb-server-table/bmb-server-table.component.d.ts +26 -0
  356. package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +27 -0
  357. package/lib/components/bmb-sidebar/bmb-sidebar.interface.d.ts +10 -0
  358. package/lib/components/bmb-simple-header/bmb-simple-header.component.d.ts +10 -0
  359. package/lib/components/bmb-skeleton/bmb-skeleton.component.d.ts +7 -0
  360. package/lib/components/bmb-sounds-card/bmb-sounds-card.component.d.ts +24 -0
  361. package/lib/components/bmb-stat-counter/bmb-stat-counter.component.d.ts +11 -0
  362. package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +30 -0
  363. package/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.d.ts +23 -0
  364. package/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.d.ts +10 -0
  365. package/lib/components/bmb-switch/bmb-switch.component.d.ts +25 -0
  366. package/lib/components/bmb-tables/bmb-tables.component.d.ts +104 -0
  367. package/lib/components/bmb-tables/bmb-tables.interface.d.ts +21 -0
  368. package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +41 -0
  369. package/lib/components/bmb-tags/bmb-tags.component.d.ts +25 -0
  370. package/lib/components/bmb-text-editor/bmb-text-editor.component.d.ts +34 -0
  371. package/lib/components/bmb-text-link/bmb-text-link.component.d.ts +17 -0
  372. package/lib/components/bmb-theme/bmb-theme.component.d.ts +19 -0
  373. package/lib/components/bmb-three-cols/bmb-three-cols.component.d.ts +15 -0
  374. package/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.d.ts +25 -0
  375. package/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.d.ts +5 -0
  376. package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +67 -0
  377. package/lib/components/bmb-timestream/types.d.ts +54 -0
  378. package/lib/components/bmb-timestream-card/bmb-timestream-card.component.d.ts +29 -0
  379. package/lib/components/bmb-title-content/bmb-title-content.component.d.ts +26 -0
  380. package/lib/components/bmb-toast/bmb-toast.component.d.ts +16 -0
  381. package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +15 -0
  382. package/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.d.ts +7 -0
  383. package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts +32 -0
  384. package/lib/components/bmb-top-bar/bmb-top-bar.component.d.ts +47 -0
  385. package/lib/components/bmb-top-bar/types.d.ts +6 -0
  386. package/lib/components/bmb-totp/bmb-totp.component.d.ts +31 -0
  387. package/lib/components/bmb-user-image/bmb-user-image.component.d.ts +19 -0
  388. package/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.d.ts +10 -0
  389. package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +19 -0
  390. package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +26 -0
  391. package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +14 -0
  392. package/lib/components/bmb-value-counter/bmb-value-counter.component.d.ts +8 -0
  393. package/lib/components/bmb-web-templates/bmb-web-templates.component.d.ts +42 -0
  394. package/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.d.ts +40 -0
  395. package/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.d.ts +16 -0
  396. package/lib/directives/bmb-accordion/bmb-accordion-control.directive.d.ts +22 -0
  397. package/lib/directives/bmb-button/button.directive.d.ts +29 -0
  398. package/lib/directives/bmb-button-group/bmb-button-group.directive.d.ts +10 -0
  399. package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +20 -0
  400. package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +15 -0
  401. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.d.ts +9 -0
  402. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.d.ts +14 -0
  403. package/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.d.ts +29 -0
  404. package/lib/directives/utils/clickoutside.directive.d.ts +15 -0
  405. package/lib/ds-ng.component.d.ts +5 -0
  406. package/lib/ds-ng.service.d.ts +6 -0
  407. package/lib/services/calendar.service.d.ts +15 -0
  408. package/lib/services/index.d.ts +2 -0
  409. package/lib/services/native-modal.service.d.ts +18 -0
  410. package/lib/services/notification.service.d.ts +20 -0
  411. package/lib/services/projection.service.d.ts +31 -0
  412. package/lib/services/tabs.service.d.ts +13 -0
  413. package/lib/services/theme.service.d.ts +11 -0
  414. package/lib/services/toast.service.d.ts +9 -0
  415. package/lib/services/user/profile.service.d.ts +9 -0
  416. package/lib/types/colors.d.ts +2 -0
  417. package/lib/types/index.d.ts +128 -0
  418. package/lib/utils/countryCodes.d.ts +7 -0
  419. package/lib/utils/currencyFormat.d.ts +1 -0
  420. package/lib/utils/dropdown.d.ts +6 -0
  421. package/lib/utils/formControl.d.ts +7 -0
  422. package/lib/utils/timestreamFilters.d.ts +2 -0
  423. package/lib/utils/utils.d.ts +13 -0
  424. package/package.json +6 -4
  425. package/public-api.d.ts +143 -0
  426. package/assets/svg/info_fill.svg +0 -1
  427. package/assets/svg/info_fill_primary.svg +0 -1
@@ -0,0 +1,61 @@
1
+ import { ChangeDetectionStrategy, Component, input, ViewEncapsulation, } from '@angular/core';
2
+ import { BmbBreadcrumbComponent, } from '../bmb-breadcrumb/bmb-breadcrumb.component';
3
+ import { BmbIconComponent } from '../bmb-icon/bmb-icon.component';
4
+ import { CommonModule } from '@angular/common';
5
+ import { BmbContainerComponent } from '../bmb-container/bmb-container.component';
6
+ import { isImage } from '../../utils/utils';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "@angular/common";
9
+ export class BmbTitleContentComponent {
10
+ constructor() {
11
+ this.title = input.required();
12
+ this.titleSize = input('5');
13
+ this.titleFontWeight = input('600');
14
+ this.subtitle = input('');
15
+ this.subtitleSize = input('4');
16
+ this.subtitleFontWeight = input('400');
17
+ this.subtitleIcon = input('');
18
+ this.subtitleIconSize = input(0);
19
+ this.isCenterContent = input(false);
20
+ this.dataLocalNav = input([]);
21
+ this.transparentBgC = input(false);
22
+ this.icon = input('');
23
+ this.iconSize = input(24);
24
+ this.bgIconAppearance = input();
25
+ }
26
+ isImage(icon) {
27
+ return isImage(icon);
28
+ }
29
+ getStyles() {
30
+ if (this.isImage(this.icon()) && this.transparentBgC()) {
31
+ return { 'background-color': 'transparent' };
32
+ }
33
+ if (!!this.bgIconAppearance()) {
34
+ return {
35
+ 'background-color': `rgb(var(--color-${this.bgIconAppearance()}))`,
36
+ };
37
+ }
38
+ return {};
39
+ }
40
+ getClassNames(mainName, size, fontWeight) {
41
+ const classes = [`${mainName}-${size}`, `${mainName}-${fontWeight}`];
42
+ if (this.isCenterContent())
43
+ classes.push(`${mainName}-centered`);
44
+ return classes;
45
+ }
46
+ showBreadcrumbs() {
47
+ return !!this.dataLocalNav().length;
48
+ }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbTitleContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbTitleContentComponent, isStandalone: true, selector: "bmb-title-content", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: true, transformFunction: null }, titleSize: { classPropertyName: "titleSize", publicName: "titleSize", isSignal: true, isRequired: false, transformFunction: null }, titleFontWeight: { classPropertyName: "titleFontWeight", publicName: "titleFontWeight", isSignal: true, isRequired: false, transformFunction: null }, subtitle: { classPropertyName: "subtitle", publicName: "subtitle", isSignal: true, isRequired: false, transformFunction: null }, subtitleSize: { classPropertyName: "subtitleSize", publicName: "subtitleSize", isSignal: true, isRequired: false, transformFunction: null }, subtitleFontWeight: { classPropertyName: "subtitleFontWeight", publicName: "subtitleFontWeight", isSignal: true, isRequired: false, transformFunction: null }, subtitleIcon: { classPropertyName: "subtitleIcon", publicName: "subtitleIcon", isSignal: true, isRequired: false, transformFunction: null }, subtitleIconSize: { classPropertyName: "subtitleIconSize", publicName: "subtitleIconSize", isSignal: true, isRequired: false, transformFunction: null }, isCenterContent: { classPropertyName: "isCenterContent", publicName: "isCenterContent", isSignal: true, isRequired: false, transformFunction: null }, dataLocalNav: { classPropertyName: "dataLocalNav", publicName: "dataLocalNav", isSignal: true, isRequired: false, transformFunction: null }, transparentBgC: { classPropertyName: "transparentBgC", publicName: "transparentBgC", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, iconSize: { classPropertyName: "iconSize", publicName: "iconSize", isSignal: true, isRequired: false, transformFunction: null }, bgIconAppearance: { classPropertyName: "bgIconAppearance", publicName: "bgIconAppearance", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<bmb-container\n class=\"bmb_title-content\"\n [ngClass]=\"{ 'bmb_title-content-transparent_bgc': transparentBgC() }\"\n>\n <section class=\"bmb_title-content-container\">\n @if (!!icon()) {\n <span class=\"bmb_title-content-container-icon\" [ngStyle]=\"getStyles()\">\n <bmb-icon [icon]=\"icon()\" [size]=\"iconSize()\" [alt]=\"title()\" />\n </span>\n }\n <section class=\"bmb_title-content-container-wrapper\">\n @if (!!title()) {\n <h2\n class=\"bmb_title-content-container-wrapper-title\"\n [ngClass]=\"\n getClassNames(\n 'bmb_title-content-container-wrapper-title',\n titleSize(),\n titleFontWeight()\n )\n \"\n >\n {{ title() }}\n </h2>\n }\n @if (showBreadcrumbs()) {\n <span class=\"bmb_title-content-container-wrapper-breadcrumb\">\n <bmb-breadcrumb [dataLocalNav]=\"dataLocalNav()\" />\n </span>\n } @else if (!!subtitle()) {\n <h3\n class=\"bmb_title-content-container-wrapper-subtitle\"\n [ngClass]=\"\n getClassNames(\n 'bmb_title-content-container-wrapper-subtitle',\n subtitleSize(),\n subtitleFontWeight()\n )\n \"\n >\n @if (!!subtitleIcon()) {\n <bmb-icon\n [icon]=\"subtitleIcon()\"\n [size]=\"subtitleIconSize()\"\n [alt]=\"subtitle() || 'Icono de subt\u00EDtulo'\"\n />\n }\n {{ subtitle() }}\n </h3>\n }\n </section>\n </section>\n</bmb-container>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_title-content-transparent_bgc .bmb_container-primary-container{background-color:inherit;align-items:center}.bmb_title-content-container{display:flex;flex:1;gap:var(--bmb-spacing-m);align-items:center;align-self:center}.bmb_title-content-container-icon{display:flex;justify-content:center;align-items:center;border-radius:var(--bmb-radius-s);color:var(--white-primary);width:3rem;height:3rem}.bmb_title-content-container-wrapper{flex:1}.bmb_title-content-container-wrapper-title{color:var(--general_contrasts-100)}.bmb_title-content-container-wrapper-title-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.bmb_title-content-container-wrapper-title-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.bmb_title-content-container-wrapper-title-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_title-content-container-wrapper-title-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_title-content-container-wrapper-title-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.bmb_title-content-container-wrapper-title-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.bmb_title-content-container-wrapper-title-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.bmb_title-content-container-wrapper-title-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.bmb_title-content-container-wrapper-title-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.bmb_title-content-container-wrapper-title-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.bmb_title-content-container-wrapper-title-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.bmb_title-content-container-wrapper-title-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.bmb_title-content-container-wrapper-title-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.bmb_title-content-container-wrapper-title-100{font-weight:100}.bmb_title-content-container-wrapper-title-200{font-weight:200}.bmb_title-content-container-wrapper-title-300{font-weight:300}.bmb_title-content-container-wrapper-title-400{font-weight:400}.bmb_title-content-container-wrapper-title-500{font-weight:500}.bmb_title-content-container-wrapper-title-600{font-weight:600}.bmb_title-content-container-wrapper-title-700{font-weight:700}.bmb_title-content-container-wrapper-title-800{font-weight:800}.bmb_title-content-container-wrapper-title-900{font-weight:900}.bmb_title-content-container-wrapper-title-centered{display:flex;justify-content:center}.bmb_title-content-container-wrapper-subtitle{color:var(--general_contrasts-75)}.bmb_title-content-container-wrapper-subtitle-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.bmb_title-content-container-wrapper-subtitle-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.bmb_title-content-container-wrapper-subtitle-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_title-content-container-wrapper-subtitle-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_title-content-container-wrapper-subtitle-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.bmb_title-content-container-wrapper-subtitle-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.bmb_title-content-container-wrapper-subtitle-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.bmb_title-content-container-wrapper-subtitle-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.bmb_title-content-container-wrapper-subtitle-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.bmb_title-content-container-wrapper-subtitle-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.bmb_title-content-container-wrapper-subtitle-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.bmb_title-content-container-wrapper-subtitle-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.bmb_title-content-container-wrapper-subtitle-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.bmb_title-content-container-wrapper-subtitle-100{font-weight:100}.bmb_title-content-container-wrapper-subtitle-200{font-weight:200}.bmb_title-content-container-wrapper-subtitle-300{font-weight:300}.bmb_title-content-container-wrapper-subtitle-400{font-weight:400}.bmb_title-content-container-wrapper-subtitle-500{font-weight:500}.bmb_title-content-container-wrapper-subtitle-600{font-weight:600}.bmb_title-content-container-wrapper-subtitle-700{font-weight:700}.bmb_title-content-container-wrapper-subtitle-800{font-weight:800}.bmb_title-content-container-wrapper-subtitle-900{font-weight:900}.bmb_title-content-container-wrapper-subtitle-centered{display:flex;justify-content:center}.bmb_title-content-container-breadcrumb .bmb_breadcrumb-link,.bmb_title-content-container-breadcrumb .bmb_breadcrumb-separator,.bmb_title-content-container-breadcrumb .bmb_breadcrumb-dropdown-button{color:var(--general_contrasts-75);font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_title-content-container-breadcrumb .bmb_breadcrumb{margin-top:0}.bmb_title-content .bmb_container{border-color:transparent}.bmb_title-content .bmb_container-primary-container{padding:0}.bmb_title-content .material-symbols-rounded{line-height:1.5}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: BmbContainerComponent, selector: "bmb-container", inputs: ["appearance", "isHidden"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "materialIcon", "styleIcon", "isFill", "fontWeight", "size", "alt", "dotNotification"] }, { kind: "component", type: BmbBreadcrumbComponent, selector: "bmb-breadcrumb", inputs: ["dataTopBar", "dataLocalNav", "isTopBar", "isInactive"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
51
+ }
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbTitleContentComponent, decorators: [{
53
+ type: Component,
54
+ args: [{ selector: 'bmb-title-content', standalone: true, imports: [
55
+ CommonModule,
56
+ BmbContainerComponent,
57
+ BmbIconComponent,
58
+ BmbBreadcrumbComponent,
59
+ ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<bmb-container\n class=\"bmb_title-content\"\n [ngClass]=\"{ 'bmb_title-content-transparent_bgc': transparentBgC() }\"\n>\n <section class=\"bmb_title-content-container\">\n @if (!!icon()) {\n <span class=\"bmb_title-content-container-icon\" [ngStyle]=\"getStyles()\">\n <bmb-icon [icon]=\"icon()\" [size]=\"iconSize()\" [alt]=\"title()\" />\n </span>\n }\n <section class=\"bmb_title-content-container-wrapper\">\n @if (!!title()) {\n <h2\n class=\"bmb_title-content-container-wrapper-title\"\n [ngClass]=\"\n getClassNames(\n 'bmb_title-content-container-wrapper-title',\n titleSize(),\n titleFontWeight()\n )\n \"\n >\n {{ title() }}\n </h2>\n }\n @if (showBreadcrumbs()) {\n <span class=\"bmb_title-content-container-wrapper-breadcrumb\">\n <bmb-breadcrumb [dataLocalNav]=\"dataLocalNav()\" />\n </span>\n } @else if (!!subtitle()) {\n <h3\n class=\"bmb_title-content-container-wrapper-subtitle\"\n [ngClass]=\"\n getClassNames(\n 'bmb_title-content-container-wrapper-subtitle',\n subtitleSize(),\n subtitleFontWeight()\n )\n \"\n >\n @if (!!subtitleIcon()) {\n <bmb-icon\n [icon]=\"subtitleIcon()\"\n [size]=\"subtitleIconSize()\"\n [alt]=\"subtitle() || 'Icono de subt\u00EDtulo'\"\n />\n }\n {{ subtitle() }}\n </h3>\n }\n </section>\n </section>\n</bmb-container>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_title-content-transparent_bgc .bmb_container-primary-container{background-color:inherit;align-items:center}.bmb_title-content-container{display:flex;flex:1;gap:var(--bmb-spacing-m);align-items:center;align-self:center}.bmb_title-content-container-icon{display:flex;justify-content:center;align-items:center;border-radius:var(--bmb-radius-s);color:var(--white-primary);width:3rem;height:3rem}.bmb_title-content-container-wrapper{flex:1}.bmb_title-content-container-wrapper-title{color:var(--general_contrasts-100)}.bmb_title-content-container-wrapper-title-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.bmb_title-content-container-wrapper-title-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.bmb_title-content-container-wrapper-title-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_title-content-container-wrapper-title-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_title-content-container-wrapper-title-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.bmb_title-content-container-wrapper-title-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.bmb_title-content-container-wrapper-title-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.bmb_title-content-container-wrapper-title-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.bmb_title-content-container-wrapper-title-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.bmb_title-content-container-wrapper-title-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.bmb_title-content-container-wrapper-title-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.bmb_title-content-container-wrapper-title-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.bmb_title-content-container-wrapper-title-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.bmb_title-content-container-wrapper-title-100{font-weight:100}.bmb_title-content-container-wrapper-title-200{font-weight:200}.bmb_title-content-container-wrapper-title-300{font-weight:300}.bmb_title-content-container-wrapper-title-400{font-weight:400}.bmb_title-content-container-wrapper-title-500{font-weight:500}.bmb_title-content-container-wrapper-title-600{font-weight:600}.bmb_title-content-container-wrapper-title-700{font-weight:700}.bmb_title-content-container-wrapper-title-800{font-weight:800}.bmb_title-content-container-wrapper-title-900{font-weight:900}.bmb_title-content-container-wrapper-title-centered{display:flex;justify-content:center}.bmb_title-content-container-wrapper-subtitle{color:var(--general_contrasts-75)}.bmb_title-content-container-wrapper-subtitle-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.bmb_title-content-container-wrapper-subtitle-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.bmb_title-content-container-wrapper-subtitle-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_title-content-container-wrapper-subtitle-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_title-content-container-wrapper-subtitle-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.bmb_title-content-container-wrapper-subtitle-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.bmb_title-content-container-wrapper-subtitle-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.bmb_title-content-container-wrapper-subtitle-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.bmb_title-content-container-wrapper-subtitle-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.bmb_title-content-container-wrapper-subtitle-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.bmb_title-content-container-wrapper-subtitle-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.bmb_title-content-container-wrapper-subtitle-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.bmb_title-content-container-wrapper-subtitle-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.bmb_title-content-container-wrapper-subtitle-100{font-weight:100}.bmb_title-content-container-wrapper-subtitle-200{font-weight:200}.bmb_title-content-container-wrapper-subtitle-300{font-weight:300}.bmb_title-content-container-wrapper-subtitle-400{font-weight:400}.bmb_title-content-container-wrapper-subtitle-500{font-weight:500}.bmb_title-content-container-wrapper-subtitle-600{font-weight:600}.bmb_title-content-container-wrapper-subtitle-700{font-weight:700}.bmb_title-content-container-wrapper-subtitle-800{font-weight:800}.bmb_title-content-container-wrapper-subtitle-900{font-weight:900}.bmb_title-content-container-wrapper-subtitle-centered{display:flex;justify-content:center}.bmb_title-content-container-breadcrumb .bmb_breadcrumb-link,.bmb_title-content-container-breadcrumb .bmb_breadcrumb-separator,.bmb_title-content-container-breadcrumb .bmb_breadcrumb-dropdown-button{color:var(--general_contrasts-75);font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_title-content-container-breadcrumb .bmb_breadcrumb{margin-top:0}.bmb_title-content .bmb_container{border-color:transparent}.bmb_title-content .bmb_container-primary-container{padding:0}.bmb_title-content .material-symbols-rounded{line-height:1.5}\n"] }]
60
+ }] });
61
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRpdGxlLWNvbnRlbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi10aXRsZS1jb250ZW50L2JtYi10aXRsZS1jb250ZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdGl0bGUtY29udGVudC9ibWItdGl0bGUtY29udGVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFDTCxzQkFBc0IsR0FFdkIsTUFBTSw0Q0FBNEMsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNsRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDakYsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLG1CQUFtQixDQUFDOzs7QUE0QjVDLE1BQU0sT0FBTyx3QkFBd0I7SUFkckM7UUFlRSxVQUFLLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBVSxDQUFDO1FBQ2pDLGNBQVMsR0FBRyxLQUFLLENBQVMsR0FBRyxDQUFDLENBQUM7UUFDL0Isb0JBQWUsR0FBRyxLQUFLLENBQVMsS0FBSyxDQUFDLENBQUM7UUFDdkMsYUFBUSxHQUFHLEtBQUssQ0FBcUIsRUFBRSxDQUFDLENBQUM7UUFDekMsaUJBQVksR0FBRyxLQUFLLENBQVMsR0FBRyxDQUFDLENBQUM7UUFDbEMsdUJBQWtCLEdBQUcsS0FBSyxDQUFTLEtBQUssQ0FBQyxDQUFDO1FBQzFDLGlCQUFZLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQ2pDLHFCQUFnQixHQUFHLEtBQUssQ0FBUyxDQUFDLENBQUMsQ0FBQztRQUNwQyxvQkFBZSxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUN4QyxpQkFBWSxHQUFHLEtBQUssQ0FBbUIsRUFBRSxDQUFDLENBQUM7UUFDM0MsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDdkMsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixhQUFRLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzdCLHFCQUFnQixHQUFHLEtBQUssRUFBYSxDQUFDO0tBNkJ2QztJQTNCQyxPQUFPLENBQUMsSUFBWTtRQUNsQixPQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QixDQUFDO0lBRUQsU0FBUztRQUNQLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUMsSUFBSSxJQUFJLENBQUMsY0FBYyxFQUFFLEVBQUU7WUFDdEQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLGFBQWEsRUFBRSxDQUFDO1NBQzlDO1FBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLGdCQUFnQixFQUFFLEVBQUU7WUFDN0IsT0FBTztnQkFDTCxrQkFBa0IsRUFBRSxtQkFBbUIsSUFBSSxDQUFDLGdCQUFnQixFQUFFLElBQUk7YUFDbkUsQ0FBQztTQUNIO1FBQ0QsT0FBTyxFQUFFLENBQUM7SUFDWixDQUFDO0lBRUQsYUFBYSxDQUFDLFFBQWdCLEVBQUUsSUFBWSxFQUFFLFVBQWtCO1FBQzlELE1BQU0sT0FBTyxHQUFHLENBQUMsR0FBRyxRQUFRLElBQUksSUFBSSxFQUFFLEVBQUUsR0FBRyxRQUFRLElBQUksVUFBVSxFQUFFLENBQUMsQ0FBQztRQUVyRSxJQUFJLElBQUksQ0FBQyxlQUFlLEVBQUU7WUFBRSxPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsUUFBUSxXQUFXLENBQUMsQ0FBQztRQUVqRSxPQUFPLE9BQU8sQ0FBQztJQUNqQixDQUFDO0lBRUQsZUFBZTtRQUNiLE9BQU8sQ0FBQyxDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQyxNQUFNLENBQUM7SUFDdEMsQ0FBQzsrR0ExQ1Usd0JBQXdCO21HQUF4Qix3QkFBd0Isa2dFQ3pDckMsdW9EQXFEQSxxOVZEdEJJLFlBQVksa05BQ1oscUJBQXFCLDhGQUNyQixnQkFBZ0IsOEpBQ2hCLHNCQUFzQjs7NEZBT2Isd0JBQXdCO2tCQWRwQyxTQUFTOytCQUNFLG1CQUFtQixjQUNqQixJQUFJLFdBQ1A7d0JBQ1AsWUFBWTt3QkFDWixxQkFBcUI7d0JBQ3JCLGdCQUFnQjt3QkFDaEIsc0JBQXNCO3FCQUN2QixpQkFHYyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgaW5wdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIEJtYkJyZWFkY3J1bWJDb21wb25lbnQsXG4gIElCbWJEYXRhVG9wQmFyLFxufSBmcm9tICcuLi9ibWItYnJlYWRjcnVtYi9ibWItYnJlYWRjcnVtYi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQm1iSWNvbkNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1pY29uL2JtYi1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQm1iQ29udGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWNvbnRhaW5lci9ibWItY29udGFpbmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBpc0ltYWdlIH0gZnJvbSAnLi4vLi4vdXRpbHMvdXRpbHMnO1xuaW1wb3J0IHsgSUJtYkNvbG9yIH0gZnJvbSAnLi4vLi4vdHlwZXMvY29sb3JzJztcblxuZXhwb3J0IHR5cGUgSUJtYkZvbnRXZWlnaHRDb250ZW50ID1cbiAgfCAnMTAwJ1xuICB8ICcyMDAnXG4gIHwgJzMwMCdcbiAgfCAnNDAwJ1xuICB8ICc1MDAnXG4gIHwgJzYwMCdcbiAgfCAnNzAwJ1xuICB8ICc4MDAnXG4gIHwgJzkwMCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JtYi10aXRsZS1jb250ZW50JyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBCbWJDb250YWluZXJDb21wb25lbnQsXG4gICAgQm1iSWNvbkNvbXBvbmVudCxcbiAgICBCbWJCcmVhZGNydW1iQ29tcG9uZW50LFxuICBdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLXRpdGxlLWNvbnRlbnQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybDogJy4vYm1iLXRpdGxlLWNvbnRlbnQuY29tcG9uZW50LnNjc3MnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQm1iVGl0bGVDb250ZW50Q29tcG9uZW50IHtcbiAgdGl0bGUgPSBpbnB1dC5yZXF1aXJlZDxzdHJpbmc+KCk7XG4gIHRpdGxlU2l6ZSA9IGlucHV0PHN0cmluZz4oJzUnKTtcbiAgdGl0bGVGb250V2VpZ2h0ID0gaW5wdXQ8c3RyaW5nPignNjAwJyk7XG4gIHN1YnRpdGxlID0gaW5wdXQ8c3RyaW5nIHwgdW5kZWZpbmVkPignJyk7XG4gIHN1YnRpdGxlU2l6ZSA9IGlucHV0PHN0cmluZz4oJzQnKTtcbiAgc3VidGl0bGVGb250V2VpZ2h0ID0gaW5wdXQ8c3RyaW5nPignNDAwJyk7XG4gIHN1YnRpdGxlSWNvbiA9IGlucHV0PHN0cmluZz4oJycpO1xuICBzdWJ0aXRsZUljb25TaXplID0gaW5wdXQ8bnVtYmVyPigwKTtcbiAgaXNDZW50ZXJDb250ZW50ID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBkYXRhTG9jYWxOYXYgPSBpbnB1dDxJQm1iRGF0YVRvcEJhcltdPihbXSk7XG4gIHRyYW5zcGFyZW50QmdDID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBpY29uID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIGljb25TaXplID0gaW5wdXQ8bnVtYmVyPigyNCk7XG4gIGJnSWNvbkFwcGVhcmFuY2UgPSBpbnB1dDxJQm1iQ29sb3I+KCk7XG5cbiAgaXNJbWFnZShpY29uOiBzdHJpbmcpOiBib29sZWFuIHtcbiAgICByZXR1cm4gaXNJbWFnZShpY29uKTtcbiAgfVxuXG4gIGdldFN0eWxlcygpOiBvYmplY3Qge1xuICAgIGlmICh0aGlzLmlzSW1hZ2UodGhpcy5pY29uKCkpICYmIHRoaXMudHJhbnNwYXJlbnRCZ0MoKSkge1xuICAgICAgcmV0dXJuIHsgJ2JhY2tncm91bmQtY29sb3InOiAndHJhbnNwYXJlbnQnIH07XG4gICAgfVxuICAgIGlmICghIXRoaXMuYmdJY29uQXBwZWFyYW5jZSgpKSB7XG4gICAgICByZXR1cm4ge1xuICAgICAgICAnYmFja2dyb3VuZC1jb2xvcic6IGByZ2IodmFyKC0tY29sb3ItJHt0aGlzLmJnSWNvbkFwcGVhcmFuY2UoKX0pKWAsXG4gICAgICB9O1xuICAgIH1cbiAgICByZXR1cm4ge307XG4gIH1cblxuICBnZXRDbGFzc05hbWVzKG1haW5OYW1lOiBzdHJpbmcsIHNpemU6IHN0cmluZywgZm9udFdlaWdodDogc3RyaW5nKTogc3RyaW5nW10ge1xuICAgIGNvbnN0IGNsYXNzZXMgPSBbYCR7bWFpbk5hbWV9LSR7c2l6ZX1gLCBgJHttYWluTmFtZX0tJHtmb250V2VpZ2h0fWBdO1xuXG4gICAgaWYgKHRoaXMuaXNDZW50ZXJDb250ZW50KCkpIGNsYXNzZXMucHVzaChgJHttYWluTmFtZX0tY2VudGVyZWRgKTtcblxuICAgIHJldHVybiBjbGFzc2VzO1xuICB9XG5cbiAgc2hvd0JyZWFkY3J1bWJzKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhIXRoaXMuZGF0YUxvY2FsTmF2KCkubGVuZ3RoO1xuICB9XG59XG4iLCI8Ym1iLWNvbnRhaW5lclxuICBjbGFzcz1cImJtYl90aXRsZS1jb250ZW50XCJcbiAgW25nQ2xhc3NdPVwieyAnYm1iX3RpdGxlLWNvbnRlbnQtdHJhbnNwYXJlbnRfYmdjJzogdHJhbnNwYXJlbnRCZ0MoKSB9XCJcbj5cbiAgPHNlY3Rpb24gY2xhc3M9XCJibWJfdGl0bGUtY29udGVudC1jb250YWluZXJcIj5cbiAgICBAaWYgKCEhaWNvbigpKSB7XG4gICAgICA8c3BhbiBjbGFzcz1cImJtYl90aXRsZS1jb250ZW50LWNvbnRhaW5lci1pY29uXCIgW25nU3R5bGVdPVwiZ2V0U3R5bGVzKClcIj5cbiAgICAgICAgPGJtYi1pY29uIFtpY29uXT1cImljb24oKVwiIFtzaXplXT1cImljb25TaXplKClcIiBbYWx0XT1cInRpdGxlKClcIiAvPlxuICAgICAgPC9zcGFuPlxuICAgIH1cbiAgICA8c2VjdGlvbiBjbGFzcz1cImJtYl90aXRsZS1jb250ZW50LWNvbnRhaW5lci13cmFwcGVyXCI+XG4gICAgICBAaWYgKCEhdGl0bGUoKSkge1xuICAgICAgICA8aDJcbiAgICAgICAgICBjbGFzcz1cImJtYl90aXRsZS1jb250ZW50LWNvbnRhaW5lci13cmFwcGVyLXRpdGxlXCJcbiAgICAgICAgICBbbmdDbGFzc109XCJcbiAgICAgICAgICAgIGdldENsYXNzTmFtZXMoXG4gICAgICAgICAgICAgICdibWJfdGl0bGUtY29udGVudC1jb250YWluZXItd3JhcHBlci10aXRsZScsXG4gICAgICAgICAgICAgIHRpdGxlU2l6ZSgpLFxuICAgICAgICAgICAgICB0aXRsZUZvbnRXZWlnaHQoKVxuICAgICAgICAgICAgKVxuICAgICAgICAgIFwiXG4gICAgICAgID5cbiAgICAgICAgICB7eyB0aXRsZSgpIH19XG4gICAgICAgIDwvaDI+XG4gICAgICB9XG4gICAgICBAaWYgKHNob3dCcmVhZGNydW1icygpKSB7XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYm1iX3RpdGxlLWNvbnRlbnQtY29udGFpbmVyLXdyYXBwZXItYnJlYWRjcnVtYlwiPlxuICAgICAgICAgIDxibWItYnJlYWRjcnVtYiBbZGF0YUxvY2FsTmF2XT1cImRhdGFMb2NhbE5hdigpXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgfSBAZWxzZSBpZiAoISFzdWJ0aXRsZSgpKSB7XG4gICAgICAgIDxoM1xuICAgICAgICAgIGNsYXNzPVwiYm1iX3RpdGxlLWNvbnRlbnQtY29udGFpbmVyLXdyYXBwZXItc3VidGl0bGVcIlxuICAgICAgICAgIFtuZ0NsYXNzXT1cIlxuICAgICAgICAgICAgZ2V0Q2xhc3NOYW1lcyhcbiAgICAgICAgICAgICAgJ2JtYl90aXRsZS1jb250ZW50LWNvbnRhaW5lci13cmFwcGVyLXN1YnRpdGxlJyxcbiAgICAgICAgICAgICAgc3VidGl0bGVTaXplKCksXG4gICAgICAgICAgICAgIHN1YnRpdGxlRm9udFdlaWdodCgpXG4gICAgICAgICAgICApXG4gICAgICAgICAgXCJcbiAgICAgICAgPlxuICAgICAgICAgIEBpZiAoISFzdWJ0aXRsZUljb24oKSkge1xuICAgICAgICAgICAgPGJtYi1pY29uXG4gICAgICAgICAgICAgIFtpY29uXT1cInN1YnRpdGxlSWNvbigpXCJcbiAgICAgICAgICAgICAgW3NpemVdPVwic3VidGl0bGVJY29uU2l6ZSgpXCJcbiAgICAgICAgICAgICAgW2FsdF09XCJzdWJ0aXRsZSgpIHx8ICdJY29ubyBkZSBzdWJ0w610dWxvJ1wiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgIH1cbiAgICAgICAgICB7eyBzdWJ0aXRsZSgpIH19XG4gICAgICAgIDwvaDM+XG4gICAgICB9XG4gICAgPC9zZWN0aW9uPlxuICA8L3NlY3Rpb24+XG48L2JtYi1jb250YWluZXI+XG4iXX0=
@@ -0,0 +1,47 @@
1
+ import { Component, ChangeDetectionStrategy, ViewEncapsulation, input, output, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BmbIconComponent } from '../bmb-icon/bmb-icon.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ export class BmbToastComponent {
7
+ constructor() {
8
+ this.appearance = input('neutral');
9
+ this.isClosable = input(false);
10
+ this.title = input('');
11
+ this.description = input();
12
+ this.position = input('top'); // deprecated
13
+ this.id = input('');
14
+ this.onClose = output();
15
+ }
16
+ getClasses() {
17
+ const classes = ['bmb_toast'];
18
+ if (this.appearance()) {
19
+ classes.push('bmb_toast-' + this.appearance());
20
+ }
21
+ return classes;
22
+ }
23
+ getIcon() {
24
+ const icons = {
25
+ neutral: 'info',
26
+ warning: 'warning',
27
+ error: 'error',
28
+ event: 'notification_important',
29
+ reminder: 'info',
30
+ successful: 'check_circle',
31
+ primary: 'info',
32
+ };
33
+ if (icons[this.appearance()])
34
+ return icons[this.appearance()];
35
+ return 'info';
36
+ }
37
+ handleClose(event) {
38
+ this.onClose.emit(event);
39
+ }
40
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbToastComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
41
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbToastComponent, isStandalone: true, selector: "bmb-toast", inputs: { appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, isClosable: { classPropertyName: "isClosable", publicName: "isClosable", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onClose: "onClose" }, ngImport: i0, template: "<div [ngClass]=\"getClasses()\">\n <bmb-icon [icon]=\"getIcon()\" class=\"bmb_toast-icon\" />\n\n <div\n class=\"bmb_toast-content\"\n [ngClass]=\"{\n 'bmb_toast-with-description': description() && appearance() !== 'reminder'\n }\"\n >\n <h4 class=\"bmb_toast-title\">\n {{ title() }}\n </h4>\n @if (description() && appearance() !== 'reminder') {\n <p class=\"bmb_toast-description\">{{ description() }}</p>\n }\n </div>\n\n @if (appearance() !== 'reminder' && isClosable()) {\n <button class=\"bmb_toast-button\" (click)=\"handleClose($event)\">\n <bmb-icon icon=\"close\" class=\"bmb_toast-close\" />\n </button>\n }\n</div>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_toast{align-items:flex-start;background-color:var(--containers-modal);border-radius:.25rem;border-style:solid;border-width:.0625rem;color:var(--general_contrasts-100);display:flex;gap:.5rem;justify-content:space-between;min-width:18.75rem;padding:.625rem 1rem}.bmb_toast-icon{font-size:1.25rem}.bmb_toast-content{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;margin-top:-.0625rem;width:100%}.bmb_toast-content-with-description .bmb_toast-title{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.bmb_toast-title{display:block;font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:500}.bmb_toast-description{color:var(--general_contrasts-75);display:block;margin:.125rem 0 0;white-space:normal;word-wrap:break-word;font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_toast-icon{font-size:1.25rem;margin-right:.5rem}.bmb_toast-button{margin-left:.625rem;margin-top:-.125rem;padding:0;width:1.25rem;line-height:.25rem}.bmb_toast-close{font-size:1.25rem;color:var(--general_contrasts-100)}.bmb_toast-reminder{border:0 none;color:var(--general_contrasts-input-outline);justify-content:center}.bmb_toast-reminder .bmb_toast-content{flex-grow:0;width:auto}.bmb_toast-neutral{border-color:var(--general_contrasts-75)}.bmb_toast-neutral .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-primary{border-color:var(--semantic-brand)}.bmb_toast-primary .bmb_toast-icon{color:var(--semantic-brand)}.bmb_toast-warning{border-color:var(--semantic-warning)}.bmb_toast-warning .bmb_toast-icon{color:var(--semantic-warning)}.bmb_toast-error{border-color:var(--semantic-error)}.bmb_toast-error .bmb_toast-icon{color:var(--semantic-error)}.bmb_toast-event{border-color:var(--semantic-info-event)}.bmb_toast-event .bmb_toast-icon{color:var(--semantic-info-event)}.bmb_toast-successful{border-color:var(--semantic-success)}.bmb_toast-successful .bmb_toast-icon{color:var(--semantic-success)}.bmb_toast-mitec_blue{border-color:RGBA(var(--color-mitec-blue))}.bmb_toast-mitec_blue .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_red{border-color:RGBA(var(--color-mitec-red))}.bmb_toast-mitec_red .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_green{border-color:RGBA(var(--color-mitec-green))}.bmb_toast-mitec_green .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_orange{border-color:RGBA(var(--color-mitec-orange))}.bmb_toast-mitec_orange .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_light_green{border-color:RGBA(var(--color-green-light))}.bmb_toast-mitec_light_green .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_purple{border-color:RGBA(var(--color-mitec-purple))}.bmb_toast-mitec_purple .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_violet{border-color:var(--creative-use-violet)}.bmb_toast-creative_violet .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_indigo{border-color:var(--creative-use-indigo)}.bmb_toast-creative_indigo .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_emerald{border-color:var(--creative-use-emerald)}.bmb_toast-creative_emerald .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_licorice{border-color:var(--creative-use-licorice)}.bmb_toast-creative_licorice .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_darkteal{border-color:var(--creative-use-darkteal)}.bmb_toast-creative_darkteal .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_peach{border-color:var(--creative-use-peach)}.bmb_toast-creative_peach .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_sepia{border-color:var(--creative-use-sepia)}.bmb_toast-creative_sepia .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_softred{border-color:var(--creative-use-softred)}.bmb_toast-creative_softred .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_wattle{border-color:var(--creative-use-wattle)}.bmb_toast-creative_wattle .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_shipcove{border-color:var(--creative-use-shipcove)}.bmb_toast-creative_shipcove .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_plantation{border-color:var(--creative-use-plantation)}.bmb_toast-creative_plantation .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_rum{border-color:var(--creative-use-rum)}.bmb_toast-creative_rum .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_hibiscus{border-color:var(--creative-use-hibiscus)}.bmb_toast-creative_hibiscus .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_ripelemon{border-color:var(--creative-use-ripelemon)}.bmb_toast-creative_ripelemon .bmb_toast-icon{color:var(--general_contrasts-75)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "materialIcon", "styleIcon", "isFill", "fontWeight", "size", "alt", "dotNotification"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
42
+ }
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbToastComponent, decorators: [{
44
+ type: Component,
45
+ args: [{ standalone: true, selector: 'bmb-toast', imports: [CommonModule, BmbIconComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div [ngClass]=\"getClasses()\">\n <bmb-icon [icon]=\"getIcon()\" class=\"bmb_toast-icon\" />\n\n <div\n class=\"bmb_toast-content\"\n [ngClass]=\"{\n 'bmb_toast-with-description': description() && appearance() !== 'reminder'\n }\"\n >\n <h4 class=\"bmb_toast-title\">\n {{ title() }}\n </h4>\n @if (description() && appearance() !== 'reminder') {\n <p class=\"bmb_toast-description\">{{ description() }}</p>\n }\n </div>\n\n @if (appearance() !== 'reminder' && isClosable()) {\n <button class=\"bmb_toast-button\" (click)=\"handleClose($event)\">\n <bmb-icon icon=\"close\" class=\"bmb_toast-close\" />\n </button>\n }\n</div>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_toast{align-items:flex-start;background-color:var(--containers-modal);border-radius:.25rem;border-style:solid;border-width:.0625rem;color:var(--general_contrasts-100);display:flex;gap:.5rem;justify-content:space-between;min-width:18.75rem;padding:.625rem 1rem}.bmb_toast-icon{font-size:1.25rem}.bmb_toast-content{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;margin-top:-.0625rem;width:100%}.bmb_toast-content-with-description .bmb_toast-title{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.bmb_toast-title{display:block;font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:500}.bmb_toast-description{color:var(--general_contrasts-75);display:block;margin:.125rem 0 0;white-space:normal;word-wrap:break-word;font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_toast-icon{font-size:1.25rem;margin-right:.5rem}.bmb_toast-button{margin-left:.625rem;margin-top:-.125rem;padding:0;width:1.25rem;line-height:.25rem}.bmb_toast-close{font-size:1.25rem;color:var(--general_contrasts-100)}.bmb_toast-reminder{border:0 none;color:var(--general_contrasts-input-outline);justify-content:center}.bmb_toast-reminder .bmb_toast-content{flex-grow:0;width:auto}.bmb_toast-neutral{border-color:var(--general_contrasts-75)}.bmb_toast-neutral .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-primary{border-color:var(--semantic-brand)}.bmb_toast-primary .bmb_toast-icon{color:var(--semantic-brand)}.bmb_toast-warning{border-color:var(--semantic-warning)}.bmb_toast-warning .bmb_toast-icon{color:var(--semantic-warning)}.bmb_toast-error{border-color:var(--semantic-error)}.bmb_toast-error .bmb_toast-icon{color:var(--semantic-error)}.bmb_toast-event{border-color:var(--semantic-info-event)}.bmb_toast-event .bmb_toast-icon{color:var(--semantic-info-event)}.bmb_toast-successful{border-color:var(--semantic-success)}.bmb_toast-successful .bmb_toast-icon{color:var(--semantic-success)}.bmb_toast-mitec_blue{border-color:RGBA(var(--color-mitec-blue))}.bmb_toast-mitec_blue .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_red{border-color:RGBA(var(--color-mitec-red))}.bmb_toast-mitec_red .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_green{border-color:RGBA(var(--color-mitec-green))}.bmb_toast-mitec_green .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_orange{border-color:RGBA(var(--color-mitec-orange))}.bmb_toast-mitec_orange .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_light_green{border-color:RGBA(var(--color-green-light))}.bmb_toast-mitec_light_green .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-mitec_purple{border-color:RGBA(var(--color-mitec-purple))}.bmb_toast-mitec_purple .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_violet{border-color:var(--creative-use-violet)}.bmb_toast-creative_violet .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_indigo{border-color:var(--creative-use-indigo)}.bmb_toast-creative_indigo .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_emerald{border-color:var(--creative-use-emerald)}.bmb_toast-creative_emerald .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_licorice{border-color:var(--creative-use-licorice)}.bmb_toast-creative_licorice .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_darkteal{border-color:var(--creative-use-darkteal)}.bmb_toast-creative_darkteal .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_peach{border-color:var(--creative-use-peach)}.bmb_toast-creative_peach .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_sepia{border-color:var(--creative-use-sepia)}.bmb_toast-creative_sepia .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_softred{border-color:var(--creative-use-softred)}.bmb_toast-creative_softred .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_wattle{border-color:var(--creative-use-wattle)}.bmb_toast-creative_wattle .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_shipcove{border-color:var(--creative-use-shipcove)}.bmb_toast-creative_shipcove .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_plantation{border-color:var(--creative-use-plantation)}.bmb_toast-creative_plantation .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_rum{border-color:var(--creative-use-rum)}.bmb_toast-creative_rum .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_hibiscus{border-color:var(--creative-use-hibiscus)}.bmb_toast-creative_hibiscus .bmb_toast-icon{color:var(--general_contrasts-75)}.bmb_toast-creative_ripelemon{border-color:var(--creative-use-ripelemon)}.bmb_toast-creative_ripelemon .bmb_toast-icon{color:var(--general_contrasts-75)}\n"] }]
46
+ }] });
47
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRvYXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9hc3QvYm1iLXRvYXN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9hc3QvYm1iLXRvYXN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixLQUFLLEVBQ0wsTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBd0NsRSxNQUFNLE9BQU8saUJBQWlCO0lBVDlCO1FBVUUsZUFBVSxHQUFHLEtBQUssQ0FBcUIsU0FBUyxDQUFDLENBQUM7UUFDbEQsZUFBVSxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNuQyxVQUFLLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzFCLGdCQUFXLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDOUIsYUFBUSxHQUFHLEtBQUssQ0FBUyxLQUFLLENBQUMsQ0FBQyxDQUFDLGFBQWE7UUFDOUMsT0FBRSxHQUFHLEtBQUssQ0FBa0IsRUFBRSxDQUFDLENBQUM7UUFFaEMsWUFBTyxHQUFHLE1BQU0sRUFBYyxDQUFDO0tBK0JoQztJQTdCQyxVQUFVO1FBQ1IsTUFBTSxPQUFPLEdBQWEsQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUV4QyxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUUsRUFBRTtZQUNyQixPQUFPLENBQUMsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUMsQ0FBQztTQUNoRDtRQUVELE9BQU8sT0FBTyxDQUFDO0lBQ2pCLENBQUM7SUFFRCxPQUFPO1FBQ0wsTUFBTSxLQUFLLEdBQThCO1lBQ3ZDLE9BQU8sRUFBRSxNQUFNO1lBQ2YsT0FBTyxFQUFFLFNBQVM7WUFDbEIsS0FBSyxFQUFFLE9BQU87WUFDZCxLQUFLLEVBQUUsd0JBQXdCO1lBQy9CLFFBQVEsRUFBRSxNQUFNO1lBQ2hCLFVBQVUsRUFBRSxjQUFjO1lBQzFCLE9BQU8sRUFBRSxNQUFNO1NBQ2hCLENBQUM7UUFFRixJQUFJLEtBQUssQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7WUFBRSxPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUMsQ0FBQztRQUU5RCxPQUFPLE1BQU0sQ0FBQztJQUNoQixDQUFDO0lBRUQsV0FBVyxDQUFDLEtBQWlCO1FBQzNCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzNCLENBQUM7K0dBdENVLGlCQUFpQjttR0FBakIsaUJBQWlCLGszQkNoRDlCLDRxQkF1QkEsMG9WRG9CWSxZQUFZLDZIQUFFLGdCQUFnQjs7NEZBSzdCLGlCQUFpQjtrQkFUN0IsU0FBUztpQ0FDSSxJQUFJLFlBQ04sV0FBVyxXQUVaLENBQUMsWUFBWSxFQUFFLGdCQUFnQixDQUFDLG1CQUV4Qix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIGlucHV0LFxuICBvdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJtYkljb25Db21wb25lbnQgfSBmcm9tICcuLi9ibWItaWNvbi9ibWItaWNvbi5jb21wb25lbnQnO1xuXG5leHBvcnQgdHlwZSBCbWJUb2FzdEFwcGVhcmFuY2UgPVxuICB8ICduZXV0cmFsJ1xuICB8ICdwcmltYXJ5J1xuICB8ICd3YXJuaW5nJ1xuICB8ICdlcnJvcidcbiAgfCAnZXZlbnQnXG4gIHwgJ3N1Y2Nlc3NmdWwnXG4gIHwgJ3JlbWluZGVyJ1xuICB8ICdtaXRlY19ibHVlJ1xuICB8ICdtaXRlY19yZWQnXG4gIHwgJ21pdGVjX2dyZWVuJ1xuICB8ICdtaXRlY19vcmFuZ2UnXG4gIHwgJ21pdGVjX2xpZ2h0X2dyZWVuJ1xuICB8ICdtaXRlY19wdXJwbGUnXG4gIHwgJ2NyZWF0aXZlX3Zpb2xldCdcbiAgfCAnY3JlYXRpdmVfaW5kaWdvJ1xuICB8ICdjcmVhdGl2ZV9lbWVyYWxkJ1xuICB8ICdjcmVhdGl2ZV9saWNvcmljZSdcbiAgfCAnY3JlYXRpdmVfZGFya3RlYWwnXG4gIHwgJ2NyZWF0aXZlX3BlYWNoJ1xuICB8ICdjcmVhdGl2ZV9zZXBpYSdcbiAgfCAnY3JlYXRpdmVfc29mdHJlZCdcbiAgfCAnY3JlYXRpdmVfd2F0dGxlJ1xuICB8ICdjcmVhdGl2ZV9zaGlwY292ZSdcbiAgfCAnY3JlYXRpdmVfcGxhbnRhdGlvbidcbiAgfCAnY3JlYXRpdmVfcnVtJ1xuICB8ICdjcmVhdGl2ZV9oaWJpc2N1cydcbiAgfCAnY3JlYXRpdmVfcmlwZWxlbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAnYm1iLXRvYXN0JyxcbiAgc3R5bGVVcmw6ICcuL2JtYi10b2FzdC5jb21wb25lbnQuc2NzcycsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJtYkljb25Db21wb25lbnRdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLXRvYXN0LmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEJtYlRvYXN0Q29tcG9uZW50IHtcbiAgYXBwZWFyYW5jZSA9IGlucHV0PEJtYlRvYXN0QXBwZWFyYW5jZT4oJ25ldXRyYWwnKTtcbiAgaXNDbG9zYWJsZSA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgdGl0bGUgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgZGVzY3JpcHRpb24gPSBpbnB1dDxzdHJpbmc+KCk7XG4gIHBvc2l0aW9uID0gaW5wdXQ8c3RyaW5nPigndG9wJyk7IC8vIGRlcHJlY2F0ZWRcbiAgaWQgPSBpbnB1dDxzdHJpbmcgfCBudW1iZXI+KCcnKTtcblxuICBvbkNsb3NlID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG5cbiAgZ2V0Q2xhc3NlcygpOiBzdHJpbmdbXSB7XG4gICAgY29uc3QgY2xhc3Nlczogc3RyaW5nW10gPSBbJ2JtYl90b2FzdCddO1xuXG4gICAgaWYgKHRoaXMuYXBwZWFyYW5jZSgpKSB7XG4gICAgICBjbGFzc2VzLnB1c2goJ2JtYl90b2FzdC0nICsgdGhpcy5hcHBlYXJhbmNlKCkpO1xuICAgIH1cblxuICAgIHJldHVybiBjbGFzc2VzO1xuICB9XG5cbiAgZ2V0SWNvbigpOiBzdHJpbmcge1xuICAgIGNvbnN0IGljb25zOiB7IFtrZXk6IHN0cmluZ106IHN0cmluZyB9ID0ge1xuICAgICAgbmV1dHJhbDogJ2luZm8nLFxuICAgICAgd2FybmluZzogJ3dhcm5pbmcnLFxuICAgICAgZXJyb3I6ICdlcnJvcicsXG4gICAgICBldmVudDogJ25vdGlmaWNhdGlvbl9pbXBvcnRhbnQnLFxuICAgICAgcmVtaW5kZXI6ICdpbmZvJyxcbiAgICAgIHN1Y2Nlc3NmdWw6ICdjaGVja19jaXJjbGUnLFxuICAgICAgcHJpbWFyeTogJ2luZm8nLFxuICAgIH07XG5cbiAgICBpZiAoaWNvbnNbdGhpcy5hcHBlYXJhbmNlKCldKSByZXR1cm4gaWNvbnNbdGhpcy5hcHBlYXJhbmNlKCldO1xuXG4gICAgcmV0dXJuICdpbmZvJztcbiAgfVxuXG4gIGhhbmRsZUNsb3NlKGV2ZW50OiBNb3VzZUV2ZW50KTogdm9pZCB7XG4gICAgdGhpcy5vbkNsb3NlLmVtaXQoZXZlbnQpO1xuICB9XG59XG4iLCI8ZGl2IFtuZ0NsYXNzXT1cImdldENsYXNzZXMoKVwiPlxuICA8Ym1iLWljb24gW2ljb25dPVwiZ2V0SWNvbigpXCIgY2xhc3M9XCJibWJfdG9hc3QtaWNvblwiIC8+XG5cbiAgPGRpdlxuICAgIGNsYXNzPVwiYm1iX3RvYXN0LWNvbnRlbnRcIlxuICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICdibWJfdG9hc3Qtd2l0aC1kZXNjcmlwdGlvbic6IGRlc2NyaXB0aW9uKCkgJiYgYXBwZWFyYW5jZSgpICE9PSAncmVtaW5kZXInXG4gICAgfVwiXG4gID5cbiAgICA8aDQgY2xhc3M9XCJibWJfdG9hc3QtdGl0bGVcIj5cbiAgICAgIHt7IHRpdGxlKCkgfX1cbiAgICA8L2g0PlxuICAgIEBpZiAoZGVzY3JpcHRpb24oKSAmJiBhcHBlYXJhbmNlKCkgIT09ICdyZW1pbmRlcicpIHtcbiAgICAgIDxwIGNsYXNzPVwiYm1iX3RvYXN0LWRlc2NyaXB0aW9uXCI+e3sgZGVzY3JpcHRpb24oKSB9fTwvcD5cbiAgICB9XG4gIDwvZGl2PlxuXG4gIEBpZiAoYXBwZWFyYW5jZSgpICE9PSAncmVtaW5kZXInICYmIGlzQ2xvc2FibGUoKSkge1xuICAgIDxidXR0b24gY2xhc3M9XCJibWJfdG9hc3QtYnV0dG9uXCIgKGNsaWNrKT1cImhhbmRsZUNsb3NlKCRldmVudClcIj5cbiAgICAgIDxibWItaWNvbiBpY29uPVwiY2xvc2VcIiBjbGFzcz1cImJtYl90b2FzdC1jbG9zZVwiIC8+XG4gICAgPC9idXR0b24+XG4gIH1cbjwvZGl2PlxuIl19
@@ -0,0 +1,26 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { ChangeDetectionStrategy, Component, input, ViewEncapsulation, } from '@angular/core';
3
+ import { BmbIconComponent } from '../bmb-icon/bmb-icon.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ export class BmbTooltipComponent {
7
+ constructor() {
8
+ this.text = input('');
9
+ this.title = input('');
10
+ this.icon = input('help');
11
+ this.size = input();
12
+ this.align = input('below');
13
+ this.justify = input('after');
14
+ this.isFill = input(true);
15
+ }
16
+ getClasses() {
17
+ return `bmb_tooltip-container-${this.align()}-${this.justify()}`;
18
+ }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbTooltipComponent, isStandalone: true, selector: "bmb-tooltip", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, align: { classPropertyName: "align", publicName: "align", isSignal: true, isRequired: false, transformFunction: null }, justify: { classPropertyName: "justify", publicName: "justify", isSignal: true, isRequired: false, transformFunction: null }, isFill: { classPropertyName: "isFill", publicName: "isFill", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<section class=\"bmb_tooltip\">\n @if (icon() && size()) {\n <bmb-icon\n class=\"bmb_tooltip-icon\"\n [size]=\"size()\"\n [icon]=\"icon()\"\n [isFill]=\"isFill()\"\n [alt]=\"title() || 'Tooltip icon'\"\n />\n } @else {\n <ng-content></ng-content>\n }\n <section class=\"bmb_tooltip-container\" [ngClass]=\"getClasses()\">\n @if (title()) {\n <section class=\"bmb_tooltip-container-title\">\n <span class=\"bmb_tooltip-container-title-text\">{{ title() }}</span>\n </section>\n }\n <section class=\"bmb_tooltip-container-description\">\n <span class=\"bmb_tooltip-container-description-text\">{{ text() }}</span>\n </section>\n </section>\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_tooltip{position:relative;display:inline-block;cursor:pointer}.bmb_tooltip:hover .bmb_tooltip-container{visibility:visible;opacity:1}.bmb_tooltip-container{visibility:hidden;min-width:17.5rem;max-width:25rem;min-height:2.1875rem;background-color:var(--general_contrasts-100);color:var(--general_contrasts-5);text-align:center;border-radius:.3125rem;padding:.5rem 1rem;position:absolute;z-index:1;opacity:0;transition:opacity .3s;overflow-wrap:break-word;text-overflow:ellipsis;white-space:normal;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_tooltip-container-title{font-family:Poppins-Regular,sans-serif;font-size:.75rem;width:100%;text-align:left;padding-bottom:.3125rem}.bmb_tooltip-container-description{display:flex;align-items:center;font-family:Poppins-Regular,sans-serif;font-size:.75rem;width:100%;text-align:left}.bmb_tooltip-container-above-before{top:100%;left:0}.bmb_tooltip-container-above-centered{top:100%;right:0;transform:translate(calc(50% - 1rem))}.bmb_tooltip-container-above-after{top:100%;left:100%;transform:translate(-100%)}.bmb_tooltip-container-below-before{bottom:100%;right:100%;transform:translate(100%)}.bmb_tooltip-container-below-centered{bottom:100%;right:0;transform:translate(calc(50% - 1rem))}.bmb_tooltip-container-below-after{bottom:100%;left:100%;transform:translate(-100%)}.bmb_tooltip-container-left-before{top:0;right:100%;transform:translate(-.5rem)}.bmb_tooltip-container-left-centered{top:50%;right:100%;transform:translate(-.5rem,-50%)}.bmb_tooltip-container-left-after{bottom:0;right:100%;transform:translate(-.5rem)}.bmb_tooltip-container-right-before{bottom:0;left:100%;transform:translate(.5rem)}.bmb_tooltip-container-right-centered{top:50%;left:100%;transform:translate(.5rem,-50%)}.bmb_tooltip-container-right-after{bottom:0;left:100%;transform:translate(.5rem)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "materialIcon", "styleIcon", "isFill", "fontWeight", "size", "alt", "dotNotification"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
21
+ }
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbTooltipComponent, decorators: [{
23
+ type: Component,
24
+ args: [{ selector: 'bmb-tooltip', standalone: true, imports: [CommonModule, BmbIconComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<section class=\"bmb_tooltip\">\n @if (icon() && size()) {\n <bmb-icon\n class=\"bmb_tooltip-icon\"\n [size]=\"size()\"\n [icon]=\"icon()\"\n [isFill]=\"isFill()\"\n [alt]=\"title() || 'Tooltip icon'\"\n />\n } @else {\n <ng-content></ng-content>\n }\n <section class=\"bmb_tooltip-container\" [ngClass]=\"getClasses()\">\n @if (title()) {\n <section class=\"bmb_tooltip-container-title\">\n <span class=\"bmb_tooltip-container-title-text\">{{ title() }}</span>\n </section>\n }\n <section class=\"bmb_tooltip-container-description\">\n <span class=\"bmb_tooltip-container-description-text\">{{ text() }}</span>\n </section>\n </section>\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_tooltip{position:relative;display:inline-block;cursor:pointer}.bmb_tooltip:hover .bmb_tooltip-container{visibility:visible;opacity:1}.bmb_tooltip-container{visibility:hidden;min-width:17.5rem;max-width:25rem;min-height:2.1875rem;background-color:var(--general_contrasts-100);color:var(--general_contrasts-5);text-align:center;border-radius:.3125rem;padding:.5rem 1rem;position:absolute;z-index:1;opacity:0;transition:opacity .3s;overflow-wrap:break-word;text-overflow:ellipsis;white-space:normal;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_tooltip-container-title{font-family:Poppins-Regular,sans-serif;font-size:.75rem;width:100%;text-align:left;padding-bottom:.3125rem}.bmb_tooltip-container-description{display:flex;align-items:center;font-family:Poppins-Regular,sans-serif;font-size:.75rem;width:100%;text-align:left}.bmb_tooltip-container-above-before{top:100%;left:0}.bmb_tooltip-container-above-centered{top:100%;right:0;transform:translate(calc(50% - 1rem))}.bmb_tooltip-container-above-after{top:100%;left:100%;transform:translate(-100%)}.bmb_tooltip-container-below-before{bottom:100%;right:100%;transform:translate(100%)}.bmb_tooltip-container-below-centered{bottom:100%;right:0;transform:translate(calc(50% - 1rem))}.bmb_tooltip-container-below-after{bottom:100%;left:100%;transform:translate(-100%)}.bmb_tooltip-container-left-before{top:0;right:100%;transform:translate(-.5rem)}.bmb_tooltip-container-left-centered{top:50%;right:100%;transform:translate(-.5rem,-50%)}.bmb_tooltip-container-left-after{bottom:0;right:100%;transform:translate(-.5rem)}.bmb_tooltip-container-right-before{bottom:0;left:100%;transform:translate(.5rem)}.bmb_tooltip-container-right-centered{top:50%;left:100%;transform:translate(.5rem,-50%)}.bmb_tooltip-container-right-after{bottom:0;left:100%;transform:translate(.5rem)}\n"] }]
25
+ }] });
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRvb2x0aXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi10b29sdGlwL2JtYi10b29sdGlwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9vbHRpcC9ibWItdG9vbHRpcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUNMLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBY2xFLE1BQU0sT0FBTyxtQkFBbUI7SUFUaEM7UUFVRSxTQUFJLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQ3pCLFVBQUssR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDMUIsU0FBSSxHQUFHLEtBQUssQ0FBUyxNQUFNLENBQUMsQ0FBQztRQUM3QixTQUFJLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDdkIsVUFBSyxHQUFHLEtBQUssQ0FBbUIsT0FBTyxDQUFDLENBQUM7UUFDekMsWUFBTyxHQUFHLEtBQUssQ0FBcUIsT0FBTyxDQUFDLENBQUM7UUFDN0MsV0FBTSxHQUFHLEtBQUssQ0FBVSxJQUFJLENBQUMsQ0FBQztLQUsvQjtJQUhDLFVBQVU7UUFDUixPQUFPLHlCQUF5QixJQUFJLENBQUMsS0FBSyxFQUFFLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRSxFQUFFLENBQUM7SUFDbkUsQ0FBQzsrR0FYVSxtQkFBbUI7bUdBQW5CLG1CQUFtQiwyNUJDckJoQyxzdEJBdUJBLDJzUERSWSxZQUFZLDZIQUFFLGdCQUFnQjs7NEZBTTdCLG1CQUFtQjtrQkFUL0IsU0FBUzsrQkFDRSxhQUFhLGNBQ1gsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLGdCQUFnQixDQUFDLG1CQUd4Qix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIGlucHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCbWJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWljb24vYm1iLWljb24uY29tcG9uZW50JztcblxuZXhwb3J0IHR5cGUgSUJtYkFsaWduVG9vbHRpcCA9ICdhYm92ZScgfCAnYmVsb3cnIHwgJ2xlZnQnIHwgJ3JpZ2h0JztcbmV4cG9ydCB0eXBlIElCbWJKdXN0aWZ5VG9vbHRpcCA9ICdjZW50ZXJlZCcgfCAnYmVmb3JlJyB8ICdhZnRlcic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JtYi10b29sdGlwJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQm1iSWNvbkNvbXBvbmVudF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItdG9vbHRpcC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItdG9vbHRpcC5jb21wb25lbnQuc2NzcycsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJUb29sdGlwQ29tcG9uZW50IHtcbiAgdGV4dCA9IGlucHV0PHN0cmluZz4oJycpO1xuICB0aXRsZSA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpY29uID0gaW5wdXQ8c3RyaW5nPignaGVscCcpO1xuICBzaXplID0gaW5wdXQ8bnVtYmVyPigpO1xuICBhbGlnbiA9IGlucHV0PElCbWJBbGlnblRvb2x0aXA+KCdiZWxvdycpO1xuICBqdXN0aWZ5ID0gaW5wdXQ8SUJtYkp1c3RpZnlUb29sdGlwPignYWZ0ZXInKTtcbiAgaXNGaWxsID0gaW5wdXQ8Ym9vbGVhbj4odHJ1ZSk7XG5cbiAgZ2V0Q2xhc3NlcygpIHtcbiAgICByZXR1cm4gYGJtYl90b29sdGlwLWNvbnRhaW5lci0ke3RoaXMuYWxpZ24oKX0tJHt0aGlzLmp1c3RpZnkoKX1gO1xuICB9XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJtYl90b29sdGlwXCI+XG4gIEBpZiAoaWNvbigpICYmIHNpemUoKSkge1xuICAgIDxibWItaWNvblxuICAgICAgY2xhc3M9XCJibWJfdG9vbHRpcC1pY29uXCJcbiAgICAgIFtzaXplXT1cInNpemUoKVwiXG4gICAgICBbaWNvbl09XCJpY29uKClcIlxuICAgICAgW2lzRmlsbF09XCJpc0ZpbGwoKVwiXG4gICAgICBbYWx0XT1cInRpdGxlKCkgfHwgJ1Rvb2x0aXAgaWNvbidcIlxuICAgIC8+XG4gIH0gQGVsc2Uge1xuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgfVxuICA8c2VjdGlvbiBjbGFzcz1cImJtYl90b29sdGlwLWNvbnRhaW5lclwiIFtuZ0NsYXNzXT1cImdldENsYXNzZXMoKVwiPlxuICAgIEBpZiAodGl0bGUoKSkge1xuICAgICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfdG9vbHRpcC1jb250YWluZXItdGl0bGVcIj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJibWJfdG9vbHRpcC1jb250YWluZXItdGl0bGUtdGV4dFwiPnt7IHRpdGxlKCkgfX08L3NwYW4+XG4gICAgICA8L3NlY3Rpb24+XG4gICAgfVxuICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3Rvb2x0aXAtY29udGFpbmVyLWRlc2NyaXB0aW9uXCI+XG4gICAgICA8c3BhbiBjbGFzcz1cImJtYl90b29sdGlwLWNvbnRhaW5lci1kZXNjcmlwdGlvbi10ZXh0XCI+e3sgdGV4dCgpIH19PC9zcGFuPlxuICAgIDwvc2VjdGlvbj5cbiAgPC9zZWN0aW9uPlxuPC9zZWN0aW9uPlxuIl19
@@ -0,0 +1,31 @@
1
+ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ export class BmbTopBarItemComponent {
6
+ constructor() {
7
+ this.isActive = false;
8
+ }
9
+ isElementActive() {
10
+ if (this.isActive)
11
+ return 'bmb_top-bar-item-active';
12
+ return '';
13
+ }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbTopBarItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BmbTopBarItemComponent, isStandalone: true, selector: "bmb-top-bar-item", inputs: { isActive: "isActive" }, ngImport: i0, template: `
16
+ <li class="bmb_top-bar-item" [ngClass]="isElementActive()">
17
+ <ng-content></ng-content>
18
+ </li>
19
+ `, isInline: true, styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_top-bar-item{font-family:Poppins-Regular,sans-serif;font-size:1rem;color:RGBA(var(--color-charade-500));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1000px){.bmb_top-bar-item{padding:.5rem 1rem;width:100vw;box-sizing:border-box;color:RGBA(var(--color-white-primary))}.bmb_top-bar-item:hover,.bmb_top-bar-item:focus-visible{background-color:RGBA(var(--color-blue-primary))}.bmb_top-bar-item-active{background-color:RGBA(var(--color-charade-500))}}.bmb_top-bar-item a{color:RGBA(var(--color-charade-500));text-decoration:none}@media (max-width: 1000px){.bmb_top-bar-item a{color:RGBA(var(--color-white-primary))}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
20
+ }
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbTopBarItemComponent, decorators: [{
22
+ type: Component,
23
+ args: [{ selector: 'bmb-top-bar-item', standalone: true, imports: [CommonModule], template: `
24
+ <li class="bmb_top-bar-item" [ngClass]="isElementActive()">
25
+ <ng-content></ng-content>
26
+ </li>
27
+ `, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_top-bar-item{font-family:Poppins-Regular,sans-serif;font-size:1rem;color:RGBA(var(--color-charade-500));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1000px){.bmb_top-bar-item{padding:.5rem 1rem;width:100vw;box-sizing:border-box;color:RGBA(var(--color-white-primary))}.bmb_top-bar-item:hover,.bmb_top-bar-item:focus-visible{background-color:RGBA(var(--color-blue-primary))}.bmb_top-bar-item-active{background-color:RGBA(var(--color-charade-500))}}.bmb_top-bar-item a{color:RGBA(var(--color-charade-500));text-decoration:none}@media (max-width: 1000px){.bmb_top-bar-item a{color:RGBA(var(--color-white-primary))}}\n"] }]
28
+ }], propDecorators: { isActive: [{
29
+ type: Input
30
+ }] } });
31
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRvcC1iYXItaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kcy1uZy9zcmMvbGliL2NvbXBvbmVudHMvYm1iLXRvcC1iYXIvYm1iLXRvcC1iYXItaXRlbS9ibWItdG9wLWJhci1pdGVtLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULGlCQUFpQixFQUNqQix1QkFBdUIsRUFDdkIsS0FBSyxHQUNOLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7O0FBZS9DLE1BQU0sT0FBTyxzQkFBc0I7SUFibkM7UUFjVyxhQUFRLEdBQVksS0FBSyxDQUFDO0tBTXBDO0lBSkMsZUFBZTtRQUNiLElBQUksSUFBSSxDQUFDLFFBQVE7WUFBRSxPQUFPLHlCQUF5QixDQUFDO1FBQ3BELE9BQU8sRUFBRSxDQUFDO0lBQ1osQ0FBQzsrR0FOVSxzQkFBc0I7bUdBQXRCLHNCQUFzQiw4R0FUdkI7Ozs7R0FJVCx1ak5BTFMsWUFBWTs7NEZBVVgsc0JBQXNCO2tCQWJsQyxTQUFTOytCQUNFLGtCQUFrQixjQUNoQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUMsWUFDYjs7OztHQUlULGlCQUVjLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLFFBQVE7c0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgSW5wdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLXRvcC1iYXItaXRlbScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxsaSBjbGFzcz1cImJtYl90b3AtYmFyLWl0ZW1cIiBbbmdDbGFzc109XCJpc0VsZW1lbnRBY3RpdmUoKVwiPlxuICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvbGk+XG4gIGAsXG4gIHN0eWxlVXJsOiAnLi9ibWItdG9wLWJhci1pdGVtLmNvbXBvbmVudC5zY3NzJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJtYlRvcEJhckl0ZW1Db21wb25lbnQge1xuICBASW5wdXQoKSBpc0FjdGl2ZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIGlzRWxlbWVudEFjdGl2ZSgpOiBzdHJpbmcge1xuICAgIGlmICh0aGlzLmlzQWN0aXZlKSByZXR1cm4gJ2JtYl90b3AtYmFyLWl0ZW0tYWN0aXZlJztcbiAgICByZXR1cm4gJyc7XG4gIH1cbn1cbiJdfQ==
@@ -0,0 +1,94 @@
1
+ import { Component, ViewEncapsulation, ChangeDetectionStrategy, output, input, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BmbActionIconComponent } from '../../bmb-action-icon/bmb-action-icon.component';
4
+ import { BmbLayoutItemDirective } from '../../../directives/bmb-layout/bmb-layout-item.directive';
5
+ import { BmbLayoutDirective } from '../../../directives/bmb-layout/bmb-layout.directive';
6
+ import { BmbUserSummaryContentComponent } from '../../bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component';
7
+ import { BmbDropdownMenuComponent } from '../../bmb-dropdown-menu/bmb-dropdown-menu.component';
8
+ import * as i0 from "@angular/core";
9
+ import * as i1 from "@angular/common";
10
+ export class BmbTopBarUserSectionComponent {
11
+ constructor() {
12
+ this.userInformation = input({
13
+ image: '',
14
+ name: '',
15
+ role: '',
16
+ });
17
+ this.mitec = input(false);
18
+ this.assignmentNotification = input([]);
19
+ this.showNotifications = input(true);
20
+ this.notificationNotification = input([]);
21
+ this.showRoleButton = input(false);
22
+ this.showHelpButton = input(false);
23
+ this.helpButtonClick = output();
24
+ this.userClick = output();
25
+ this.alertClick = output();
26
+ this.roleButtonClick = output();
27
+ this.isOpenNotifications = false;
28
+ this.dialogPosition = {
29
+ top: '0px',
30
+ left: '0px',
31
+ };
32
+ this.windowWidth = window.innerWidth;
33
+ }
34
+ getMenu() {
35
+ const menu = [
36
+ {
37
+ idItem: 'help',
38
+ icon: 'help',
39
+ text: 'TECServices',
40
+ action: (event) => this.handleHelpButtonClick(event),
41
+ },
42
+ ];
43
+ const notification = {
44
+ idItem: 'notifications',
45
+ icon: 'notifications',
46
+ dotNotification: this.notificationNotification().length,
47
+ text: 'Notificaciones',
48
+ action: (event) => this.openNotifications(event),
49
+ };
50
+ const changeUser = {
51
+ idItem: 'change_user',
52
+ icon: 'compare_arrows',
53
+ text: 'Cambio de usuario',
54
+ action: (event) => this.handleRoleChange(event),
55
+ };
56
+ if (this.showRoleButton())
57
+ menu.unshift(changeUser);
58
+ if (this.showNotifications())
59
+ menu.unshift(notification);
60
+ return menu;
61
+ }
62
+ openNotifications(event) {
63
+ this.alertClick.emit(event);
64
+ }
65
+ closeNotifications() {
66
+ this.isOpenNotifications = false;
67
+ }
68
+ totalNotifications() {
69
+ return this.notificationNotification().length;
70
+ }
71
+ handleHelpButtonClick(event) {
72
+ this.helpButtonClick.emit(event);
73
+ }
74
+ handleUserClick(event) {
75
+ this.userClick.emit(event);
76
+ }
77
+ handleRoleChange(event) {
78
+ this.roleButtonClick.emit(event);
79
+ }
80
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbTopBarUserSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
81
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbTopBarUserSectionComponent, isStandalone: true, selector: "bmb-top-bar-user-section", inputs: { userInformation: { classPropertyName: "userInformation", publicName: "userInformation", isSignal: true, isRequired: false, transformFunction: null }, mitec: { classPropertyName: "mitec", publicName: "mitec", isSignal: true, isRequired: false, transformFunction: null }, assignmentNotification: { classPropertyName: "assignmentNotification", publicName: "assignmentNotification", isSignal: true, isRequired: false, transformFunction: null }, showNotifications: { classPropertyName: "showNotifications", publicName: "showNotifications", isSignal: true, isRequired: false, transformFunction: null }, notificationNotification: { classPropertyName: "notificationNotification", publicName: "notificationNotification", isSignal: true, isRequired: false, transformFunction: null }, showRoleButton: { classPropertyName: "showRoleButton", publicName: "showRoleButton", isSignal: true, isRequired: false, transformFunction: null }, showHelpButton: { classPropertyName: "showHelpButton", publicName: "showHelpButton", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { helpButtonClick: "helpButtonClick", userClick: "userClick", alertClick: "alertClick", roleButtonClick: "roleButtonClick" }, ngImport: i0, template: "<section\n bmbLayout\n margin=\"none\"\n gapSize=\"m\"\n justify=\"center\"\n alignItems=\"center\"\n [dynamicCols]=\"true\"\n class=\"bmb_top-bar-user-section\"\n [ngClass]=\"{ 'bmb_top-bar-user-section-mitec': mitec() }\"\n>\n @if (mitec()) {\n @if (showRoleButton() || showNotifications()) {\n <bmb-dropdown-menu\n bmbLayoutItem\n class=\"bmb_top-bar-user-section bmb_top-bar-user-section-menu bmb_top-bar-user-section-mobile\"\n [items]=\"getMenu()\"\n />\n }\n @if (showRoleButton()) {\n <bmb-action-icon\n bmbLayoutItem\n class=\"bmb_top-bar-user-section-no-mobile\"\n icon=\"compare_arrows\"\n [iconSize]=\"32\"\n (buttonClick)=\"handleRoleChange($event)\"\n />\n }\n @if (showNotifications()) {\n <bmb-action-icon\n bmbLayoutItem\n class=\"bmb_top-bar-user-section-no-mobile\"\n icon=\"notifications\"\n [iconSize]=\"32\"\n (buttonClick)=\"openNotifications($event)\"\n [dotNotification]=\"totalNotifications()\"\n />\n }\n }\n @if (showHelpButton() || mitec()) {\n <bmb-action-icon\n bmbLayoutItem\n [ngClass]=\"{\n 'bmb_top-bar-user-section-no-mobile':\n mitec() && (showRoleButton() || showNotifications())\n }\"\n icon=\"help\"\n [iconSize]=\"32\"\n (buttonClick)=\"handleHelpButtonClick($event)\"\n />\n }\n @if (!!userInformation()) {\n <bmb-user-summary-content\n bmbLayoutItem\n [image]=\"userInformation().image\"\n [altImage]=\"userInformation.name\"\n [name]=\"mitec() ? userInformation().name : ''\"\n imageSize=\"mobile-small\"\n [isImageBordered]=\"false\"\n [role]=\"mitec() ? userInformation().role : ''\"\n contentLayout=\"row\"\n salutation=\"\"\n (onUserClick)=\"handleUserClick($event)\"\n />\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_top-bar-user-section{color:rgb(var(--color-white-primary))}@media (max-width: 1000px){.bmb_top-bar-user-section{gap:var(--bmb-spacing-s)}}.bmb_top-bar-user-section-menu .bmb_dropdown-content-item{color:rgb(var(--color-white-primary))}.bmb_top-bar-user-section-menu .bmb_dropdown-content-item .bmb_check-external-link-button-element:hover,.bmb_top-bar-user-section-menu .bmb_dropdown-content-item .bmb_check-external-link-button-element:focus,.bmb_top-bar-user-section-menu .bmb_dropdown-content-item .bmb_check-external-link-button-element:focus-visible{background-color:rgb(var(--color-charade-500));outline:0 none}.bmb_top-bar-user-section-menu .bmb_dropdown-content-modal{background-color:rgb(var(--color-charade-900))}.bmb_top-bar-user-section-menu .bmb_dropdown_menu .bmb_dropdown-content-modal{right:0;left:inherit;max-width:15.625rem;min-width:15.625rem}.bmb_top-bar-user-section-no-mobile{display:block;line-height:0}@media (max-width: 1000px){.bmb_top-bar-user-section-no-mobile{display:none}}.bmb_top-bar-user-section-mobile{display:block;line-height:0}@media (min-width: 1001px){.bmb_top-bar-user-section-mobile{display:none}}@media (max-width: 1000px){.bmb_top-bar-user-section .bmb_user-summary_content-wrapper{display:none}}.bmb_top-bar-user-section .bmb_user-summary_content-wrapper-title{font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:currentColor}.bmb_top-bar-user-section .bmb_action_icon{display:flex}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbDropdownMenuComponent, selector: "bmb-dropdown-menu", inputs: ["items"] }, { kind: "component", type: BmbActionIconComponent, selector: "bmb-action-icon", inputs: ["idElement", "icon", "alt", "iconSize", "isFill", "toggleIconActive", "isToggleActive", "isAccentColor", "dotNotification", "target", "link", "disabled"], outputs: ["isToggleActiveChange", "isAccentColorChange", "buttonPress", "buttonClick"] }, { kind: "component", type: BmbUserSummaryContentComponent, selector: "bmb-user-summary-content", inputs: ["isProfile", "name", "userId", "image", "isImageBordered", "altImage", "imageSize", "infoCareer", "campus", "role", "email", "salutation", "contentLayout", "gapSize"], outputs: ["onUserClick"] }, { kind: "directive", type: BmbLayoutDirective, selector: "[bmbLayout]", inputs: ["gapSize", "margin", "dynamicCols", "justify", "alignItems"] }, { kind: "directive", type: BmbLayoutItemDirective, selector: "[bmbLayoutItem]", inputs: ["colSm", "colLg", "marginLeft", "marginRight", "colGrow", "isDynamicItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
82
+ }
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbTopBarUserSectionComponent, decorators: [{
84
+ type: Component,
85
+ args: [{ selector: 'bmb-top-bar-user-section', standalone: true, imports: [
86
+ CommonModule,
87
+ BmbDropdownMenuComponent,
88
+ BmbActionIconComponent,
89
+ BmbUserSummaryContentComponent,
90
+ BmbLayoutDirective,
91
+ BmbLayoutItemDirective,
92
+ ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n bmbLayout\n margin=\"none\"\n gapSize=\"m\"\n justify=\"center\"\n alignItems=\"center\"\n [dynamicCols]=\"true\"\n class=\"bmb_top-bar-user-section\"\n [ngClass]=\"{ 'bmb_top-bar-user-section-mitec': mitec() }\"\n>\n @if (mitec()) {\n @if (showRoleButton() || showNotifications()) {\n <bmb-dropdown-menu\n bmbLayoutItem\n class=\"bmb_top-bar-user-section bmb_top-bar-user-section-menu bmb_top-bar-user-section-mobile\"\n [items]=\"getMenu()\"\n />\n }\n @if (showRoleButton()) {\n <bmb-action-icon\n bmbLayoutItem\n class=\"bmb_top-bar-user-section-no-mobile\"\n icon=\"compare_arrows\"\n [iconSize]=\"32\"\n (buttonClick)=\"handleRoleChange($event)\"\n />\n }\n @if (showNotifications()) {\n <bmb-action-icon\n bmbLayoutItem\n class=\"bmb_top-bar-user-section-no-mobile\"\n icon=\"notifications\"\n [iconSize]=\"32\"\n (buttonClick)=\"openNotifications($event)\"\n [dotNotification]=\"totalNotifications()\"\n />\n }\n }\n @if (showHelpButton() || mitec()) {\n <bmb-action-icon\n bmbLayoutItem\n [ngClass]=\"{\n 'bmb_top-bar-user-section-no-mobile':\n mitec() && (showRoleButton() || showNotifications())\n }\"\n icon=\"help\"\n [iconSize]=\"32\"\n (buttonClick)=\"handleHelpButtonClick($event)\"\n />\n }\n @if (!!userInformation()) {\n <bmb-user-summary-content\n bmbLayoutItem\n [image]=\"userInformation().image\"\n [altImage]=\"userInformation.name\"\n [name]=\"mitec() ? userInformation().name : ''\"\n imageSize=\"mobile-small\"\n [isImageBordered]=\"false\"\n [role]=\"mitec() ? userInformation().role : ''\"\n contentLayout=\"row\"\n salutation=\"\"\n (onUserClick)=\"handleUserClick($event)\"\n />\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_top-bar-user-section{color:rgb(var(--color-white-primary))}@media (max-width: 1000px){.bmb_top-bar-user-section{gap:var(--bmb-spacing-s)}}.bmb_top-bar-user-section-menu .bmb_dropdown-content-item{color:rgb(var(--color-white-primary))}.bmb_top-bar-user-section-menu .bmb_dropdown-content-item .bmb_check-external-link-button-element:hover,.bmb_top-bar-user-section-menu .bmb_dropdown-content-item .bmb_check-external-link-button-element:focus,.bmb_top-bar-user-section-menu .bmb_dropdown-content-item .bmb_check-external-link-button-element:focus-visible{background-color:rgb(var(--color-charade-500));outline:0 none}.bmb_top-bar-user-section-menu .bmb_dropdown-content-modal{background-color:rgb(var(--color-charade-900))}.bmb_top-bar-user-section-menu .bmb_dropdown_menu .bmb_dropdown-content-modal{right:0;left:inherit;max-width:15.625rem;min-width:15.625rem}.bmb_top-bar-user-section-no-mobile{display:block;line-height:0}@media (max-width: 1000px){.bmb_top-bar-user-section-no-mobile{display:none}}.bmb_top-bar-user-section-mobile{display:block;line-height:0}@media (min-width: 1001px){.bmb_top-bar-user-section-mobile{display:none}}@media (max-width: 1000px){.bmb_top-bar-user-section .bmb_user-summary_content-wrapper{display:none}}.bmb_top-bar-user-section .bmb_user-summary_content-wrapper-title{font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:currentColor}.bmb_top-bar-user-section .bmb_action_icon{display:flex}\n"] }]
93
+ }] });
94
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9wLWJhci9ibWItdG9wLWJhci11c2VyLXNlY3Rpb24vYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9wLWJhci9ibWItdG9wLWJhci11c2VyLXNlY3Rpb24vYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUN2QixNQUFNLEVBQ04sS0FBSyxHQUNOLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUN6RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwREFBMEQsQ0FBQztBQUNsRyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUN6RixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxvRkFBb0YsQ0FBQztBQUNwSSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQzs7O0FBbUIvRixNQUFNLE9BQU8sNkJBQTZCO0lBaEIxQztRQWlCRSxvQkFBZSxHQUFHLEtBQUssQ0FBbUI7WUFDeEMsS0FBSyxFQUFFLEVBQUU7WUFDVCxJQUFJLEVBQUUsRUFBRTtZQUNSLElBQUksRUFBRSxFQUFFO1NBQ1QsQ0FBQyxDQUFDO1FBQ0gsVUFBSyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUM5QiwyQkFBc0IsR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7UUFDN0Msc0JBQWlCLEdBQUcsS0FBSyxDQUFVLElBQUksQ0FBQyxDQUFDO1FBQ3pDLDZCQUF3QixHQUFHLEtBQUssQ0FBa0IsRUFBRSxDQUFDLENBQUM7UUFDdEQsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDdkMsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFFdkMsb0JBQWUsR0FBRyxNQUFNLEVBQWMsQ0FBQztRQUN2QyxjQUFTLEdBQUcsTUFBTSxFQUFjLENBQUM7UUFDakMsZUFBVSxHQUFHLE1BQU0sRUFBYyxDQUFDO1FBQ2xDLG9CQUFlLEdBQUcsTUFBTSxFQUFjLENBQUM7UUFFdkMsd0JBQW1CLEdBQVksS0FBSyxDQUFDO1FBQ3JDLG1CQUFjLEdBQXlDO1lBQ3JELEdBQUcsRUFBRSxLQUFLO1lBQ1YsSUFBSSxFQUFFLEtBQUs7U0FDWixDQUFDO1FBQ0YsZ0JBQVcsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDO0tBc0RqQztJQXBEQyxPQUFPO1FBQ0wsTUFBTSxJQUFJLEdBQW9CO1lBQzVCO2dCQUNFLE1BQU0sRUFBRSxNQUFNO2dCQUNkLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxhQUFhO2dCQUNuQixNQUFNLEVBQUUsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxLQUFtQixDQUFDO2FBQ25FO1NBQ0YsQ0FBQztRQUNGLE1BQU0sWUFBWSxHQUFrQjtZQUNsQyxNQUFNLEVBQUUsZUFBZTtZQUN2QixJQUFJLEVBQUUsZUFBZTtZQUNyQixlQUFlLEVBQUUsSUFBSSxDQUFDLHdCQUF3QixFQUFFLENBQUMsTUFBTTtZQUN2RCxJQUFJLEVBQUUsZ0JBQWdCO1lBQ3RCLE1BQU0sRUFBRSxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQW1CLENBQUM7U0FDL0QsQ0FBQztRQUNGLE1BQU0sVUFBVSxHQUFrQjtZQUNoQyxNQUFNLEVBQUUsYUFBYTtZQUNyQixJQUFJLEVBQUUsZ0JBQWdCO1lBQ3RCLElBQUksRUFBRSxtQkFBbUI7WUFDekIsTUFBTSxFQUFFLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBbUIsQ0FBQztTQUM5RCxDQUFDO1FBRUYsSUFBSSxJQUFJLENBQUMsY0FBYyxFQUFFO1lBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUNwRCxJQUFJLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtZQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLENBQUM7UUFFekQsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBRUQsaUJBQWlCLENBQUMsS0FBaUI7UUFDakMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDOUIsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixJQUFJLENBQUMsbUJBQW1CLEdBQUcsS0FBSyxDQUFDO0lBQ25DLENBQUM7SUFFRCxrQkFBa0I7UUFDaEIsT0FBTyxJQUFJLENBQUMsd0JBQXdCLEVBQUUsQ0FBQyxNQUFNLENBQUM7SUFDaEQsQ0FBQztJQUVELHFCQUFxQixDQUFDLEtBQWlCO1FBQ3JDLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ25DLENBQUM7SUFFRCxlQUFlLENBQUMsS0FBaUI7UUFDL0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUVELGdCQUFnQixDQUFDLEtBQWlCO1FBQ2hDLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ25DLENBQUM7K0dBNUVVLDZCQUE2QjttR0FBN0IsNkJBQTZCLG14Q0NqQzFDLG8zREFpRUEsK3pPRDVDSSxZQUFZLDZIQUNaLHdCQUF3QixpRkFDeEIsc0JBQXNCLHdUQUN0Qiw4QkFBOEIsZ1JBQzlCLGtCQUFrQiwrSEFDbEIsc0JBQXNCOzs0RkFPYiw2QkFBNkI7a0JBaEJ6QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1A7d0JBQ1AsWUFBWTt3QkFDWix3QkFBd0I7d0JBQ3hCLHNCQUFzQjt3QkFDdEIsOEJBQThCO3dCQUM5QixrQkFBa0I7d0JBQ2xCLHNCQUFzQjtxQkFDdkIsaUJBR2MsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBvdXRwdXQsXG4gIGlucHV0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElVc2VySW5mb3JtYXRpb24gfSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgSUJtYkRhdGFBbGVydCB9IGZyb20gJy4uLy4uL2JtYi1hbGVydC1jZW50ZXIvdHlwZXMnO1xuaW1wb3J0IHsgQm1iQWN0aW9uSWNvbkNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2JtYi1hY3Rpb24taWNvbi9ibWItYWN0aW9uLWljb24uY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkxheW91dEl0ZW1EaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2JtYi1sYXlvdXQvYm1iLWxheW91dC1pdGVtLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCbWJMYXlvdXREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2JtYi1sYXlvdXQvYm1iLWxheW91dC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQm1iVXNlclN1bW1hcnlDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vYm1iLXVzZXItc3VtbWFyeS9ibWItdXNlci1zdW1tYXJ5LWNvbnRlbnQvYm1iLXVzZXItc3VtbWFyeS1jb250ZW50LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJEcm9wZG93bk1lbnVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9ibWItZHJvcGRvd24tbWVudS9ibWItZHJvcGRvd24tbWVudS5jb21wb25lbnQnO1xuaW1wb3J0IHsgSURyb3Bkb3duSXRlbSB9IGZyb20gJy4uLy4uLy4uL3R5cGVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBCbWJEcm9wZG93bk1lbnVDb21wb25lbnQsXG4gICAgQm1iQWN0aW9uSWNvbkNvbXBvbmVudCxcbiAgICBCbWJVc2VyU3VtbWFyeUNvbnRlbnRDb21wb25lbnQsXG4gICAgQm1iTGF5b3V0RGlyZWN0aXZlLFxuICAgIEJtYkxheW91dEl0ZW1EaXJlY3RpdmUsXG4gIF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItdG9wLWJhci11c2VyLXNlY3Rpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybDogJy4vYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uLmNvbXBvbmVudC5zY3NzJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJtYlRvcEJhclVzZXJTZWN0aW9uQ29tcG9uZW50IHtcbiAgdXNlckluZm9ybWF0aW9uID0gaW5wdXQ8SVVzZXJJbmZvcm1hdGlvbj4oe1xuICAgIGltYWdlOiAnJyxcbiAgICBuYW1lOiAnJyxcbiAgICByb2xlOiAnJyxcbiAgfSk7XG4gIG1pdGVjID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBhc3NpZ25tZW50Tm90aWZpY2F0aW9uID0gaW5wdXQ8c3RyaW5nW10+KFtdKTtcbiAgc2hvd05vdGlmaWNhdGlvbnMgPSBpbnB1dDxib29sZWFuPih0cnVlKTtcbiAgbm90aWZpY2F0aW9uTm90aWZpY2F0aW9uID0gaW5wdXQ8SUJtYkRhdGFBbGVydFtdPihbXSk7XG4gIHNob3dSb2xlQnV0dG9uID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBzaG93SGVscEJ1dHRvbiA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcblxuICBoZWxwQnV0dG9uQ2xpY2sgPSBvdXRwdXQ8TW91c2VFdmVudD4oKTtcbiAgdXNlckNsaWNrID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG4gIGFsZXJ0Q2xpY2sgPSBvdXRwdXQ8TW91c2VFdmVudD4oKTtcbiAgcm9sZUJ1dHRvbkNsaWNrID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG5cbiAgaXNPcGVuTm90aWZpY2F0aW9uczogYm9vbGVhbiA9IGZhbHNlO1xuICBkaWFsb2dQb3NpdGlvbjogeyB0b3A6IHN0cmluZzsgbGVmdDogc3RyaW5nIH0gfCBudWxsID0ge1xuICAgIHRvcDogJzBweCcsXG4gICAgbGVmdDogJzBweCcsXG4gIH07XG4gIHdpbmRvd1dpZHRoID0gd2luZG93LmlubmVyV2lkdGg7XG5cbiAgZ2V0TWVudSgpOiBJRHJvcGRvd25JdGVtW10ge1xuICAgIGNvbnN0IG1lbnU6IElEcm9wZG93bkl0ZW1bXSA9IFtcbiAgICAgIHtcbiAgICAgICAgaWRJdGVtOiAnaGVscCcsXG4gICAgICAgIGljb246ICdoZWxwJyxcbiAgICAgICAgdGV4dDogJ1RFQ1NlcnZpY2VzJyxcbiAgICAgICAgYWN0aW9uOiAoZXZlbnQpID0+IHRoaXMuaGFuZGxlSGVscEJ1dHRvbkNsaWNrKGV2ZW50IGFzIE1vdXNlRXZlbnQpLFxuICAgICAgfSxcbiAgICBdO1xuICAgIGNvbnN0IG5vdGlmaWNhdGlvbjogSURyb3Bkb3duSXRlbSA9IHtcbiAgICAgIGlkSXRlbTogJ25vdGlmaWNhdGlvbnMnLFxuICAgICAgaWNvbjogJ25vdGlmaWNhdGlvbnMnLFxuICAgICAgZG90Tm90aWZpY2F0aW9uOiB0aGlzLm5vdGlmaWNhdGlvbk5vdGlmaWNhdGlvbigpLmxlbmd0aCxcbiAgICAgIHRleHQ6ICdOb3RpZmljYWNpb25lcycsXG4gICAgICBhY3Rpb246IChldmVudCkgPT4gdGhpcy5vcGVuTm90aWZpY2F0aW9ucyhldmVudCBhcyBNb3VzZUV2ZW50KSxcbiAgICB9O1xuICAgIGNvbnN0IGNoYW5nZVVzZXI6IElEcm9wZG93bkl0ZW0gPSB7XG4gICAgICBpZEl0ZW06ICdjaGFuZ2VfdXNlcicsXG4gICAgICBpY29uOiAnY29tcGFyZV9hcnJvd3MnLFxuICAgICAgdGV4dDogJ0NhbWJpbyBkZSB1c3VhcmlvJyxcbiAgICAgIGFjdGlvbjogKGV2ZW50KSA9PiB0aGlzLmhhbmRsZVJvbGVDaGFuZ2UoZXZlbnQgYXMgTW91c2VFdmVudCksXG4gICAgfTtcblxuICAgIGlmICh0aGlzLnNob3dSb2xlQnV0dG9uKCkpIG1lbnUudW5zaGlmdChjaGFuZ2VVc2VyKTtcbiAgICBpZiAodGhpcy5zaG93Tm90aWZpY2F0aW9ucygpKSBtZW51LnVuc2hpZnQobm90aWZpY2F0aW9uKTtcblxuICAgIHJldHVybiBtZW51O1xuICB9XG5cbiAgb3Blbk5vdGlmaWNhdGlvbnMoZXZlbnQ6IE1vdXNlRXZlbnQpOiB2b2lkIHtcbiAgICB0aGlzLmFsZXJ0Q2xpY2suZW1pdChldmVudCk7XG4gIH1cblxuICBjbG9zZU5vdGlmaWNhdGlvbnMoKTogdm9pZCB7XG4gICAgdGhpcy5pc09wZW5Ob3RpZmljYXRpb25zID0gZmFsc2U7XG4gIH1cblxuICB0b3RhbE5vdGlmaWNhdGlvbnMoKTogbnVtYmVyIHtcbiAgICByZXR1cm4gdGhpcy5ub3RpZmljYXRpb25Ob3RpZmljYXRpb24oKS5sZW5ndGg7XG4gIH1cblxuICBoYW5kbGVIZWxwQnV0dG9uQ2xpY2soZXZlbnQ6IE1vdXNlRXZlbnQpOiB2b2lkIHtcbiAgICB0aGlzLmhlbHBCdXR0b25DbGljay5lbWl0KGV2ZW50KTtcbiAgfVxuXG4gIGhhbmRsZVVzZXJDbGljayhldmVudDogTW91c2VFdmVudCk6IHZvaWQge1xuICAgIHRoaXMudXNlckNsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG5cbiAgaGFuZGxlUm9sZUNoYW5nZShldmVudDogTW91c2VFdmVudCk6IHZvaWQge1xuICAgIHRoaXMucm9sZUJ1dHRvbkNsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG59XG4iLCI8c2VjdGlvblxuICBibWJMYXlvdXRcbiAgbWFyZ2luPVwibm9uZVwiXG4gIGdhcFNpemU9XCJtXCJcbiAganVzdGlmeT1cImNlbnRlclwiXG4gIGFsaWduSXRlbXM9XCJjZW50ZXJcIlxuICBbZHluYW1pY0NvbHNdPVwidHJ1ZVwiXG4gIGNsYXNzPVwiYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uXCJcbiAgW25nQ2xhc3NdPVwieyAnYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uLW1pdGVjJzogbWl0ZWMoKSB9XCJcbj5cbiAgQGlmIChtaXRlYygpKSB7XG4gICAgQGlmIChzaG93Um9sZUJ1dHRvbigpIHx8IHNob3dOb3RpZmljYXRpb25zKCkpIHtcbiAgICAgIDxibWItZHJvcGRvd24tbWVudVxuICAgICAgICBibWJMYXlvdXRJdGVtXG4gICAgICAgIGNsYXNzPVwiYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uIGJtYl90b3AtYmFyLXVzZXItc2VjdGlvbi1tZW51IGJtYl90b3AtYmFyLXVzZXItc2VjdGlvbi1tb2JpbGVcIlxuICAgICAgICBbaXRlbXNdPVwiZ2V0TWVudSgpXCJcbiAgICAgIC8+XG4gICAgfVxuICAgIEBpZiAoc2hvd1JvbGVCdXR0b24oKSkge1xuICAgICAgPGJtYi1hY3Rpb24taWNvblxuICAgICAgICBibWJMYXlvdXRJdGVtXG4gICAgICAgIGNsYXNzPVwiYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uLW5vLW1vYmlsZVwiXG4gICAgICAgIGljb249XCJjb21wYXJlX2Fycm93c1wiXG4gICAgICAgIFtpY29uU2l6ZV09XCIzMlwiXG4gICAgICAgIChidXR0b25DbGljayk9XCJoYW5kbGVSb2xlQ2hhbmdlKCRldmVudClcIlxuICAgICAgLz5cbiAgICB9XG4gICAgQGlmIChzaG93Tm90aWZpY2F0aW9ucygpKSB7XG4gICAgICA8Ym1iLWFjdGlvbi1pY29uXG4gICAgICAgIGJtYkxheW91dEl0ZW1cbiAgICAgICAgY2xhc3M9XCJibWJfdG9wLWJhci11c2VyLXNlY3Rpb24tbm8tbW9iaWxlXCJcbiAgICAgICAgaWNvbj1cIm5vdGlmaWNhdGlvbnNcIlxuICAgICAgICBbaWNvblNpemVdPVwiMzJcIlxuICAgICAgICAoYnV0dG9uQ2xpY2spPVwib3Blbk5vdGlmaWNhdGlvbnMoJGV2ZW50KVwiXG4gICAgICAgIFtkb3ROb3RpZmljYXRpb25dPVwidG90YWxOb3RpZmljYXRpb25zKClcIlxuICAgICAgLz5cbiAgICB9XG4gIH1cbiAgQGlmIChzaG93SGVscEJ1dHRvbigpIHx8IG1pdGVjKCkpIHtcbiAgICA8Ym1iLWFjdGlvbi1pY29uXG4gICAgICBibWJMYXlvdXRJdGVtXG4gICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICdibWJfdG9wLWJhci11c2VyLXNlY3Rpb24tbm8tbW9iaWxlJzpcbiAgICAgICAgICBtaXRlYygpICYmIChzaG93Um9sZUJ1dHRvbigpIHx8IHNob3dOb3RpZmljYXRpb25zKCkpXG4gICAgICB9XCJcbiAgICAgIGljb249XCJoZWxwXCJcbiAgICAgIFtpY29uU2l6ZV09XCIzMlwiXG4gICAgICAoYnV0dG9uQ2xpY2spPVwiaGFuZGxlSGVscEJ1dHRvbkNsaWNrKCRldmVudClcIlxuICAgIC8+XG4gIH1cbiAgQGlmICghIXVzZXJJbmZvcm1hdGlvbigpKSB7XG4gICAgPGJtYi11c2VyLXN1bW1hcnktY29udGVudFxuICAgICAgYm1iTGF5b3V0SXRlbVxuICAgICAgW2ltYWdlXT1cInVzZXJJbmZvcm1hdGlvbigpLmltYWdlXCJcbiAgICAgIFthbHRJbWFnZV09XCJ1c2VySW5mb3JtYXRpb24ubmFtZVwiXG4gICAgICBbbmFtZV09XCJtaXRlYygpID8gdXNlckluZm9ybWF0aW9uKCkubmFtZSA6ICcnXCJcbiAgICAgIGltYWdlU2l6ZT1cIm1vYmlsZS1zbWFsbFwiXG4gICAgICBbaXNJbWFnZUJvcmRlcmVkXT1cImZhbHNlXCJcbiAgICAgIFtyb2xlXT1cIm1pdGVjKCkgPyB1c2VySW5mb3JtYXRpb24oKS5yb2xlIDogJydcIlxuICAgICAgY29udGVudExheW91dD1cInJvd1wiXG4gICAgICBzYWx1dGF0aW9uPVwiXCJcbiAgICAgIChvblVzZXJDbGljayk9XCJoYW5kbGVVc2VyQ2xpY2soJGV2ZW50KVwiXG4gICAgLz5cbiAgfVxuPC9zZWN0aW9uPlxuIl19