@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1020 → 1.5.1118-a

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 (439) hide show
  1. package/assets/images/gif/mitecLogoIntroMobile.gif +0 -0
  2. package/assets/images/gif/mitecLogoIntroWeb.gif +0 -0
  3. package/assets/images/lang-flags/mx.svg +392 -0
  4. package/assets/images/lang-flags/us.svg +13 -0
  5. package/assets/styles/main.min.css +1 -1
  6. package/assets/styles/main.min.css.map +1 -1
  7. package/assets/svg/neutral_fill.svg +1 -0
  8. package/assets/svg/primary_fill.svg +1 -0
  9. package/esm2022/lib/components/bmb-academic-progress/bmb-academic-progress.component.mjs +87 -0
  10. package/esm2022/lib/components/bmb-accordion/bmb-accordion.component.mjs +159 -0
  11. package/esm2022/lib/components/bmb-account-statement/bmb-account-statement.component.mjs +150 -0
  12. package/esm2022/lib/components/bmb-action-icon/bmb-action-icon.component.mjs +49 -0
  13. package/esm2022/lib/components/bmb-action-menu/bmb-action-menu.component.mjs +31 -0
  14. package/esm2022/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.mjs +35 -0
  15. package/esm2022/lib/components/bmb-advertisement-card/types.mjs +2 -0
  16. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.mjs +40 -0
  17. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +18 -0
  18. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.mjs +148 -0
  19. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.mjs +52 -0
  20. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +196 -0
  21. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.service.mjs +62 -0
  22. package/esm2022/lib/components/bmb-alert-center/types.mjs +2 -0
  23. package/esm2022/lib/components/bmb-badge/bmb-badge.component.mjs +26 -0
  24. package/esm2022/lib/components/bmb-balance-overview/bmb-balance-overview.component.mjs +26 -0
  25. package/esm2022/lib/components/bmb-bookmark/bmb-bookmark.component.mjs +27 -0
  26. package/esm2022/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.mjs +42 -0
  27. package/esm2022/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.mjs +55 -0
  28. package/esm2022/lib/components/bmb-button-icon/bmb-button-icon.component.mjs +30 -0
  29. package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +262 -0
  30. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +96 -0
  31. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.mjs +40 -0
  32. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.mjs +68 -0
  33. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.mjs +41 -0
  34. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-event-list/bmb-calendar-template-event-list.component.mjs +63 -0
  35. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +95 -0
  36. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +45 -0
  37. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +54 -0
  38. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.mjs +24 -0
  39. package/esm2022/lib/components/bmb-calendar/types.mjs +2 -0
  40. package/esm2022/lib/components/bmb-calendar/utils.mjs +96 -0
  41. package/esm2022/lib/components/bmb-card/bmb-card.component.mjs +154 -0
  42. package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +76 -0
  43. package/esm2022/lib/components/bmb-carousel/bmb-carousel.component.mjs +80 -0
  44. package/esm2022/lib/components/bmb-chat-bar/bmb-chat-bar.component.mjs +175 -0
  45. package/esm2022/lib/components/bmb-chat-bar/bot_list.mjs +57 -0
  46. package/esm2022/lib/components/bmb-chat-bar/types.mjs +2 -0
  47. package/esm2022/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.mjs +56 -0
  48. package/esm2022/lib/components/bmb-chat-bubbles/types.mjs +2 -0
  49. package/esm2022/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.mjs +46 -0
  50. package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +80 -0
  51. package/esm2022/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.mjs +36 -0
  52. package/esm2022/lib/components/bmb-container/bmb-container.component.mjs +27 -0
  53. package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +96 -0
  54. package/esm2022/lib/components/bmb-date-range/bmb-date-range.component.mjs +69 -0
  55. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.mjs +211 -0
  56. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker.component.mjs +123 -0
  57. package/esm2022/lib/components/bmb-digital-id/bmb-digital-id.component.mjs +54 -0
  58. package/esm2022/lib/components/bmb-divider/bmb-divider.component.mjs +25 -0
  59. package/esm2022/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.mjs +34 -0
  60. package/esm2022/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.mjs +54 -0
  61. package/esm2022/lib/components/bmb-dropdown/bmb-dropdown.component.mjs +200 -0
  62. package/esm2022/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.mjs +28 -0
  63. package/esm2022/lib/components/bmb-dropzone/bmb-dropzone.component.mjs +175 -0
  64. package/esm2022/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.mjs +76 -0
  65. package/esm2022/lib/components/bmb-external-link/bmb-external-link.component.mjs +78 -0
  66. package/esm2022/lib/components/bmb-fab/bmb-fab-.interface.mjs +9 -0
  67. package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +37 -0
  68. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +154 -0
  69. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.interface.mjs +2 -0
  70. package/esm2022/lib/components/bmb-focus-element/bmb-focus-element.component.mjs +36 -0
  71. package/esm2022/lib/components/bmb-form-validation/bmb-form-validation.component.mjs +159 -0
  72. package/esm2022/lib/components/bmb-form-validator/bmb-form-validator.component.mjs +159 -0
  73. package/esm2022/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.mjs +29 -0
  74. package/esm2022/lib/components/bmb-grade-value/bmb-grade-value.component.mjs +22 -0
  75. package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +181 -0
  76. package/esm2022/lib/components/bmb-grades/types.mjs +2 -0
  77. package/esm2022/lib/components/bmb-header-mitec/bmb-header-mitec.component.mjs +55 -0
  78. package/esm2022/lib/components/bmb-header-mobile/bmb-header-mobile.component.mjs +49 -0
  79. package/esm2022/lib/components/bmb-hito-card/bmb-hito-card.component.mjs +77 -0
  80. package/esm2022/lib/components/bmb-hito-list/bmb-hito-list.component.mjs +59 -0
  81. package/esm2022/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.mjs +76 -0
  82. package/esm2022/lib/components/bmb-home-card/bmb-home-card.component.mjs +41 -0
  83. package/esm2022/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.mjs +39 -0
  84. package/esm2022/lib/components/bmb-home-section/bmb-home-section.component.mjs +20 -0
  85. package/esm2022/lib/components/bmb-icon/bmb-icon.component.mjs +49 -0
  86. package/esm2022/lib/components/bmb-icon/types.mjs +2 -0
  87. package/esm2022/lib/components/bmb-icon-item/bmb-icon-item.component.mjs +23 -0
  88. package/esm2022/lib/components/bmb-icon-status/bmb-icon-status.component.mjs +24 -0
  89. package/esm2022/lib/components/bmb-iframe/bmb-iframe.component.mjs +19 -0
  90. package/esm2022/lib/components/bmb-iframe/bmb-iframe.pipe.mjs +21 -0
  91. package/esm2022/lib/components/bmb-image/bmb-image.component.mjs +33 -0
  92. package/esm2022/lib/components/bmb-inner-header/bmb-inner-header.component.mjs +77 -0
  93. package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +147 -0
  94. package/esm2022/lib/components/bmb-input/bmb-input-validation/bmb-input-validation.component.mjs +162 -0
  95. package/esm2022/lib/components/bmb-input/bmb-input-validation/bmb-input-validation.service.mjs +116 -0
  96. package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +178 -0
  97. package/esm2022/lib/components/bmb-input/bmb-input.component.mjs +85 -0
  98. package/esm2022/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.mjs +219 -0
  99. package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +191 -0
  100. package/esm2022/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.mjs +54 -0
  101. package/esm2022/lib/components/bmb-invoice/bmb-invoice.component.mjs +34 -0
  102. package/esm2022/lib/components/bmb-item/bmb-item.component.mjs +28 -0
  103. package/esm2022/lib/components/bmb-legend/bmb-legend.component.mjs +23 -0
  104. package/esm2022/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.mjs +83 -0
  105. package/esm2022/lib/components/bmb-list-group/bmb-list-group.component.mjs +60 -0
  106. package/esm2022/lib/components/bmb-list-group/bmb-list-group.service.mjs +55 -0
  107. package/esm2022/lib/components/bmb-list-group/types.mjs +2 -0
  108. package/esm2022/lib/components/bmb-list-items/bmb-list-items.component.mjs +83 -0
  109. package/esm2022/lib/components/bmb-loader/bmb-loader.component.mjs +77 -0
  110. package/esm2022/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.mjs +55 -0
  111. package/esm2022/lib/components/bmb-login/bmb-login.component.mjs +66 -0
  112. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.mjs +40 -0
  113. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.mjs +20 -0
  114. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.mjs +33 -0
  115. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.mjs +87 -0
  116. 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
  117. 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
  118. 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
  119. 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
  120. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.mjs +44 -0
  121. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +52 -0
  122. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.mjs +70 -0
  123. package/esm2022/lib/components/bmb-login-onboarding/types.mjs +2 -0
  124. package/esm2022/lib/components/bmb-logo/bmb-logo.component.mjs +43 -0
  125. package/esm2022/lib/components/bmb-media-card/bmb-media-card.component.mjs +64 -0
  126. package/esm2022/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.mjs +14 -0
  127. package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +88 -0
  128. package/esm2022/lib/components/bmb-modal/bmb-modal.component.mjs +139 -0
  129. package/esm2022/lib/components/bmb-modal/bmb-modal.interface.mjs +2 -0
  130. package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +113 -0
  131. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +15 -0
  132. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +59 -0
  133. package/esm2022/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.mjs +30 -0
  134. package/esm2022/lib/components/bmb-notice-card/bmb-notice-card.component.mjs +43 -0
  135. package/esm2022/lib/components/bmb-notification-card/bmb-notification-card.component.mjs +86 -0
  136. package/esm2022/lib/components/bmb-overlay/bmb-overlay.component.mjs +22 -0
  137. package/esm2022/lib/components/bmb-paginator/bmb-paginator.component.mjs +52 -0
  138. package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +55 -0
  139. package/esm2022/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.mjs +129 -0
  140. package/esm2022/lib/components/bmb-profile/bmb-profile.component.mjs +153 -0
  141. package/esm2022/lib/components/bmb-progress-bar/bmb-progress-bar.component.mjs +39 -0
  142. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.mjs +196 -0
  143. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.mjs +2 -0
  144. package/esm2022/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.mjs +88 -0
  145. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.mjs +75 -0
  146. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification.component.mjs +24 -0
  147. package/esm2022/lib/components/bmb-push-notification/types.mjs +2 -0
  148. package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +78 -0
  149. package/esm2022/lib/components/bmb-search-input/bmb-search-input.component.mjs +117 -0
  150. package/esm2022/lib/components/bmb-select/bmb-select-item/bmb-select-item.component.mjs +16 -0
  151. package/esm2022/lib/components/bmb-select/bmb-select.component.mjs +55 -0
  152. package/esm2022/lib/components/bmb-server-table/bmb-server-table.component.mjs +82 -0
  153. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +103 -0
  154. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.interface.mjs +2 -0
  155. package/esm2022/lib/components/bmb-simple-header/bmb-simple-header.component.mjs +64 -0
  156. package/esm2022/lib/components/bmb-skeleton/bmb-skeleton.component.mjs +16 -0
  157. package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +64 -0
  158. package/esm2022/lib/components/bmb-stat-counter/bmb-stat-counter.component.mjs +32 -0
  159. package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +41 -0
  160. package/esm2022/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.mjs +53 -0
  161. package/esm2022/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.mjs +27 -0
  162. package/esm2022/lib/components/bmb-switch/bmb-switch.component.mjs +88 -0
  163. package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +545 -0
  164. package/esm2022/lib/components/bmb-tables/bmb-tables.interface.mjs +2 -0
  165. package/esm2022/lib/components/bmb-tabs/bmb-tabs.component.mjs +127 -0
  166. package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +65 -0
  167. package/esm2022/lib/components/bmb-text-editor/bmb-text-editor.component.mjs +135 -0
  168. package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +43 -0
  169. package/esm2022/lib/components/bmb-theme/bmb-theme.component.mjs +65 -0
  170. package/esm2022/lib/components/bmb-three-cols/bmb-three-cols.component.mjs +30 -0
  171. package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +74 -0
  172. package/esm2022/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.mjs +13 -0
  173. package/esm2022/lib/components/bmb-timestream/bmb-timestream.component.mjs +238 -0
  174. package/esm2022/lib/components/bmb-timestream/types.mjs +2 -0
  175. package/esm2022/lib/components/bmb-timestream-card/bmb-timestream-card.component.mjs +139 -0
  176. package/esm2022/lib/components/bmb-title-content/bmb-title-content.component.mjs +61 -0
  177. package/esm2022/lib/components/bmb-toast/bmb-toast.component.mjs +47 -0
  178. package/esm2022/lib/components/bmb-tooltip/bmb-tooltip.component.mjs +26 -0
  179. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.mjs +31 -0
  180. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +56 -0
  181. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +80 -0
  182. package/esm2022/lib/components/bmb-top-bar/types.mjs +2 -0
  183. package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +139 -0
  184. package/esm2022/lib/components/bmb-user-image/bmb-user-image.component.mjs +44 -0
  185. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.mjs +19 -0
  186. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile.component.mjs +71 -0
  187. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +51 -0
  188. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +28 -0
  189. package/esm2022/lib/components/bmb-value-counter/bmb-value-counter.component.mjs +23 -0
  190. package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +85 -0
  191. package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +128 -0
  192. package/esm2022/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.mjs +55 -0
  193. package/esm2022/lib/directives/bmb-accordion/bmb-accordion-control.directive.mjs +88 -0
  194. package/esm2022/lib/directives/bmb-button/button.directive.mjs +84 -0
  195. package/esm2022/lib/directives/bmb-button-group/bmb-button-group.directive.mjs +29 -0
  196. package/esm2022/lib/directives/bmb-layout/bmb-layout-item.directive.mjs +51 -0
  197. package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +36 -0
  198. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.mjs +34 -0
  199. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.mjs +37 -0
  200. package/esm2022/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.mjs +89 -0
  201. package/esm2022/lib/directives/utils/clickoutside.directive.mjs +41 -0
  202. package/esm2022/lib/ds-ng.component.mjs +11 -0
  203. package/esm2022/lib/ds-ng.service.mjs +14 -0
  204. package/esm2022/lib/services/calendar.service.mjs +51 -0
  205. package/esm2022/lib/services/index.mjs +3 -0
  206. package/esm2022/lib/services/native-modal.service.mjs +60 -0
  207. package/esm2022/lib/services/notification.service.mjs +77 -0
  208. package/esm2022/lib/services/projection.service.mjs +49 -0
  209. package/esm2022/lib/services/tabs.service.mjs +30 -0
  210. package/esm2022/lib/services/theme.service.mjs +30 -0
  211. package/esm2022/lib/services/toast.service.mjs +24 -0
  212. package/esm2022/lib/services/user/profile.service.mjs +26 -0
  213. package/esm2022/lib/types/colors.mjs +2 -0
  214. package/esm2022/lib/types/index.mjs +11 -0
  215. package/esm2022/lib/utils/countryCodes.mjs +1089 -0
  216. package/esm2022/lib/utils/currencyFormat.mjs +7 -0
  217. package/esm2022/lib/utils/dropdown.mjs +85 -0
  218. package/esm2022/lib/utils/formControl.mjs +25 -0
  219. package/esm2022/lib/utils/timestreamFilters.mjs +32 -0
  220. package/esm2022/lib/utils/utils.mjs +66 -0
  221. package/esm2022/public-api.mjs +152 -0
  222. package/esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +5 -0
  223. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +3888 -3183
  224. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
  225. package/index.d.ts +5 -3573
  226. package/lib/components/bmb-academic-progress/bmb-academic-progress.component.d.ts +21 -0
  227. package/lib/components/bmb-accordion/bmb-accordion.component.d.ts +37 -0
  228. package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +54 -0
  229. package/lib/components/bmb-action-icon/bmb-action-icon.component.d.ts +23 -0
  230. package/lib/components/bmb-action-menu/bmb-action-menu.component.d.ts +17 -0
  231. package/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.d.ts +13 -0
  232. package/lib/components/bmb-advertisement-card/types.d.ts +21 -0
  233. package/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.d.ts +10 -0
  234. package/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.d.ts +7 -0
  235. package/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.d.ts +31 -0
  236. package/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.d.ts +20 -0
  237. package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +46 -0
  238. package/lib/components/bmb-alert-center/bmb-alert-center.service.d.ts +20 -0
  239. package/lib/components/bmb-alert-center/types.d.ts +64 -0
  240. package/lib/components/bmb-badge/bmb-badge.component.d.ts +11 -0
  241. package/lib/components/bmb-balance-overview/bmb-balance-overview.component.d.ts +15 -0
  242. package/lib/components/bmb-bookmark/bmb-bookmark.component.d.ts +8 -0
  243. package/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.d.ts +25 -0
  244. package/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.d.ts +27 -0
  245. package/lib/components/bmb-button-icon/bmb-button-icon.component.d.ts +16 -0
  246. package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +65 -0
  247. package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +20 -0
  248. package/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.d.ts +13 -0
  249. package/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.d.ts +16 -0
  250. package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +18 -0
  251. package/lib/components/bmb-calendar/common/bmb-calendar-template-event-list/bmb-calendar-template-event-list.component.d.ts +17 -0
  252. package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +31 -0
  253. package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +18 -0
  254. package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +23 -0
  255. package/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.d.ts +9 -0
  256. package/lib/components/bmb-calendar/types.d.ts +43 -0
  257. package/lib/components/bmb-calendar/utils.d.ts +12 -0
  258. package/lib/components/bmb-card/bmb-card.component.d.ts +42 -0
  259. package/lib/components/bmb-card-button/bmb-card-button.component.d.ts +50 -0
  260. package/lib/components/bmb-carousel/bmb-carousel.component.d.ts +20 -0
  261. package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +62 -0
  262. package/lib/components/bmb-chat-bar/bot_list.d.ts +6 -0
  263. package/lib/components/bmb-chat-bar/types.d.ts +9 -0
  264. package/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.d.ts +23 -0
  265. package/lib/components/bmb-chat-bubbles/types.d.ts +23 -0
  266. package/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.d.ts +21 -0
  267. package/lib/components/bmb-checkbox/bmb-checkbox.component.d.ts +33 -0
  268. package/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.d.ts +17 -0
  269. package/lib/components/bmb-container/bmb-container.component.d.ts +9 -0
  270. package/lib/components/bmb-container-button/bmb-container-button.component.d.ts +39 -0
  271. package/lib/components/bmb-date-range/bmb-date-range.component.d.ts +35 -0
  272. package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +40 -0
  273. package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +44 -0
  274. package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +26 -0
  275. package/lib/components/bmb-divider/bmb-divider.component.d.ts +8 -0
  276. package/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.d.ts +17 -0
  277. package/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.d.ts +24 -0
  278. package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +61 -0
  279. package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +10 -0
  280. package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +49 -0
  281. package/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.d.ts +45 -0
  282. package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +22 -0
  283. package/lib/components/bmb-fab/bmb-fab-.interface.d.ts +10 -0
  284. package/lib/components/bmb-fab/bmb-fab.component.d.ts +15 -0
  285. package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +33 -0
  286. package/lib/components/bmb-filter-card/bmb-filter-card.interface.d.ts +10 -0
  287. package/lib/components/bmb-focus-element/bmb-focus-element.component.d.ts +14 -0
  288. package/lib/components/bmb-form-validation/bmb-form-validation.component.d.ts +34 -0
  289. package/lib/components/bmb-form-validator/bmb-form-validator.component.d.ts +34 -0
  290. package/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.d.ts +13 -0
  291. package/lib/components/bmb-grade-value/bmb-grade-value.component.d.ts +11 -0
  292. package/lib/components/bmb-grades/bmb-grades.component.d.ts +43 -0
  293. package/lib/components/bmb-grades/types.d.ts +25 -0
  294. package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +17 -0
  295. package/lib/components/bmb-header-mobile/bmb-header-mobile.component.d.ts +23 -0
  296. package/lib/components/bmb-hito-card/bmb-hito-card.component.d.ts +23 -0
  297. package/lib/components/bmb-hito-list/bmb-hito-list.component.d.ts +24 -0
  298. package/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.d.ts +28 -0
  299. package/lib/components/bmb-home-card/bmb-home-card.component.d.ts +27 -0
  300. package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +25 -0
  301. package/lib/components/bmb-home-section/bmb-home-section.component.d.ts +9 -0
  302. package/lib/components/bmb-icon/bmb-icon.component.d.ts +23 -0
  303. package/lib/components/bmb-icon/types.d.ts +1 -0
  304. package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +13 -0
  305. package/lib/components/bmb-icon-status/bmb-icon-status.component.d.ts +10 -0
  306. package/lib/components/bmb-iframe/bmb-iframe.component.d.ts +11 -0
  307. package/lib/components/bmb-iframe/bmb-iframe.pipe.d.ts +10 -0
  308. package/lib/components/bmb-image/bmb-image.component.d.ts +19 -0
  309. package/lib/components/bmb-inner-header/bmb-inner-header.component.d.ts +29 -0
  310. package/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.d.ts +53 -0
  311. package/lib/components/bmb-input/bmb-input-validation/bmb-input-validation.component.d.ts +46 -0
  312. package/lib/components/bmb-input/bmb-input-validation/bmb-input-validation.service.d.ts +16 -0
  313. package/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.d.ts +45 -0
  314. package/lib/components/bmb-input/bmb-input.component.d.ts +68 -0
  315. package/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.d.ts +52 -0
  316. package/lib/components/bmb-input-tags/bmb-input-tags.component.d.ts +55 -0
  317. package/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.d.ts +23 -0
  318. package/lib/components/bmb-invoice/bmb-invoice.component.d.ts +31 -0
  319. package/lib/components/bmb-item/bmb-item.component.d.ts +16 -0
  320. package/lib/components/bmb-legend/bmb-legend.component.d.ts +9 -0
  321. package/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.d.ts +33 -0
  322. package/lib/components/bmb-list-group/bmb-list-group.component.d.ts +27 -0
  323. package/lib/components/bmb-list-group/bmb-list-group.service.d.ts +18 -0
  324. package/lib/components/bmb-list-group/types.d.ts +1 -0
  325. package/lib/components/bmb-list-items/bmb-list-items.component.d.ts +33 -0
  326. package/lib/components/bmb-loader/bmb-loader.component.d.ts +31 -0
  327. package/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.d.ts +27 -0
  328. package/lib/components/bmb-login/bmb-login.component.d.ts +33 -0
  329. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.d.ts +14 -0
  330. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.d.ts +8 -0
  331. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.d.ts +12 -0
  332. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.d.ts +18 -0
  333. 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
  334. 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
  335. 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
  336. 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
  337. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.d.ts +15 -0
  338. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +20 -0
  339. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.d.ts +25 -0
  340. package/lib/components/bmb-login-onboarding/types.d.ts +15 -0
  341. package/lib/components/bmb-logo/bmb-logo.component.d.ts +19 -0
  342. package/lib/components/bmb-media-card/bmb-media-card.component.d.ts +34 -0
  343. package/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.d.ts +6 -0
  344. package/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.d.ts +47 -0
  345. package/lib/components/bmb-modal/bmb-modal.component.d.ts +31 -0
  346. package/lib/components/bmb-modal/bmb-modal.interface.d.ts +41 -0
  347. package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +44 -0
  348. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.d.ts +7 -0
  349. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.d.ts +15 -0
  350. package/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.d.ts +13 -0
  351. package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +21 -0
  352. package/lib/components/bmb-notification-card/bmb-notification-card.component.d.ts +27 -0
  353. package/lib/components/bmb-overlay/bmb-overlay.component.d.ts +9 -0
  354. package/lib/components/bmb-paginator/bmb-paginator.component.d.ts +14 -0
  355. package/lib/components/bmb-portal/bmb-portal.component.d.ts +22 -0
  356. package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +42 -0
  357. package/lib/components/bmb-profile/bmb-profile.component.d.ts +34 -0
  358. package/lib/components/bmb-progress-bar/bmb-progress-bar.component.d.ts +19 -0
  359. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +51 -0
  360. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +12 -0
  361. package/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.d.ts +23 -0
  362. package/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.d.ts +18 -0
  363. package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +11 -0
  364. package/lib/components/bmb-push-notification/types.d.ts +46 -0
  365. package/lib/components/bmb-radial/bmb-radial.component.d.ts +33 -0
  366. package/lib/components/bmb-search-input/bmb-search-input.component.d.ts +33 -0
  367. package/lib/components/bmb-select/bmb-select-item/bmb-select-item.component.d.ts +6 -0
  368. package/lib/components/bmb-select/bmb-select.component.d.ts +17 -0
  369. package/lib/components/bmb-server-table/bmb-server-table.component.d.ts +26 -0
  370. package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +27 -0
  371. package/lib/components/bmb-sidebar/bmb-sidebar.interface.d.ts +10 -0
  372. package/lib/components/bmb-simple-header/bmb-simple-header.component.d.ts +10 -0
  373. package/lib/components/bmb-skeleton/bmb-skeleton.component.d.ts +7 -0
  374. package/lib/components/bmb-sounds-card/bmb-sounds-card.component.d.ts +24 -0
  375. package/lib/components/bmb-stat-counter/bmb-stat-counter.component.d.ts +11 -0
  376. package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +20 -0
  377. package/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.d.ts +23 -0
  378. package/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.d.ts +10 -0
  379. package/lib/components/bmb-switch/bmb-switch.component.d.ts +25 -0
  380. package/lib/components/bmb-tables/bmb-tables.component.d.ts +104 -0
  381. package/lib/components/bmb-tables/bmb-tables.interface.d.ts +21 -0
  382. package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +41 -0
  383. package/lib/components/bmb-tags/bmb-tags.component.d.ts +25 -0
  384. package/lib/components/bmb-text-editor/bmb-text-editor.component.d.ts +34 -0
  385. package/lib/components/bmb-text-link/bmb-text-link.component.d.ts +17 -0
  386. package/lib/components/bmb-theme/bmb-theme.component.d.ts +19 -0
  387. package/lib/components/bmb-three-cols/bmb-three-cols.component.d.ts +15 -0
  388. package/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.d.ts +25 -0
  389. package/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.d.ts +5 -0
  390. package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +67 -0
  391. package/lib/components/bmb-timestream/types.d.ts +54 -0
  392. package/lib/components/bmb-timestream-card/bmb-timestream-card.component.d.ts +29 -0
  393. package/lib/components/bmb-title-content/bmb-title-content.component.d.ts +26 -0
  394. package/lib/components/bmb-toast/bmb-toast.component.d.ts +16 -0
  395. package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +15 -0
  396. package/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.d.ts +7 -0
  397. package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts +30 -0
  398. package/lib/components/bmb-top-bar/bmb-top-bar.component.d.ts +44 -0
  399. package/lib/components/bmb-top-bar/types.d.ts +6 -0
  400. package/lib/components/bmb-totp/bmb-totp.component.d.ts +31 -0
  401. package/lib/components/bmb-user-image/bmb-user-image.component.d.ts +19 -0
  402. package/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.d.ts +10 -0
  403. package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +19 -0
  404. package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +24 -0
  405. package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +14 -0
  406. package/lib/components/bmb-value-counter/bmb-value-counter.component.d.ts +8 -0
  407. package/lib/components/bmb-web-templates/bmb-web-templates.component.d.ts +42 -0
  408. package/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.d.ts +40 -0
  409. package/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.d.ts +16 -0
  410. package/lib/directives/bmb-accordion/bmb-accordion-control.directive.d.ts +22 -0
  411. package/lib/directives/bmb-button/button.directive.d.ts +29 -0
  412. package/lib/directives/bmb-button-group/bmb-button-group.directive.d.ts +10 -0
  413. package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +20 -0
  414. package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +15 -0
  415. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.d.ts +9 -0
  416. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.d.ts +14 -0
  417. package/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.d.ts +29 -0
  418. package/lib/directives/utils/clickoutside.directive.d.ts +15 -0
  419. package/lib/ds-ng.component.d.ts +5 -0
  420. package/lib/ds-ng.service.d.ts +6 -0
  421. package/lib/services/calendar.service.d.ts +15 -0
  422. package/lib/services/index.d.ts +2 -0
  423. package/lib/services/native-modal.service.d.ts +18 -0
  424. package/lib/services/notification.service.d.ts +20 -0
  425. package/lib/services/projection.service.d.ts +30 -0
  426. package/lib/services/tabs.service.d.ts +13 -0
  427. package/lib/services/theme.service.d.ts +11 -0
  428. package/lib/services/toast.service.d.ts +9 -0
  429. package/lib/services/user/profile.service.d.ts +9 -0
  430. package/lib/types/colors.d.ts +2 -0
  431. package/lib/types/index.d.ts +127 -0
  432. package/lib/utils/countryCodes.d.ts +7 -0
  433. package/lib/utils/currencyFormat.d.ts +1 -0
  434. package/lib/utils/dropdown.d.ts +6 -0
  435. package/lib/utils/formControl.d.ts +7 -0
  436. package/lib/utils/timestreamFilters.d.ts +2 -0
  437. package/lib/utils/utils.d.ts +12 -0
  438. package/package.json +4 -2
  439. package/public-api.d.ts +143 -0
@@ -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: "18.2.13", ngImport: i0, type: BmbTitleContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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: "18.2.13", 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-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRpdGxlLWNvbnRlbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi10aXRsZS1jb250ZW50L2JtYi10aXRsZS1jb250ZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdGl0bGUtY29udGVudC9ibWItdGl0bGUtY29udGVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFDTCxzQkFBc0IsR0FFdkIsTUFBTSw0Q0FBNEMsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNsRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDakYsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLG1CQUFtQixDQUFDOzs7QUE0QjVDLE1BQU0sT0FBTyx3QkFBd0I7SUFkckM7UUFlRSxVQUFLLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBVSxDQUFDO1FBQ2pDLGNBQVMsR0FBRyxLQUFLLENBQVMsR0FBRyxDQUFDLENBQUM7UUFDL0Isb0JBQWUsR0FBRyxLQUFLLENBQVMsS0FBSyxDQUFDLENBQUM7UUFDdkMsYUFBUSxHQUFHLEtBQUssQ0FBcUIsRUFBRSxDQUFDLENBQUM7UUFDekMsaUJBQVksR0FBRyxLQUFLLENBQVMsR0FBRyxDQUFDLENBQUM7UUFDbEMsdUJBQWtCLEdBQUcsS0FBSyxDQUFTLEtBQUssQ0FBQyxDQUFDO1FBQzFDLGlCQUFZLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQ2pDLHFCQUFnQixHQUFHLEtBQUssQ0FBUyxDQUFDLENBQUMsQ0FBQztRQUNwQyxvQkFBZSxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUN4QyxpQkFBWSxHQUFHLEtBQUssQ0FBbUIsRUFBRSxDQUFDLENBQUM7UUFDM0MsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDdkMsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixhQUFRLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzdCLHFCQUFnQixHQUFHLEtBQUssRUFBYSxDQUFDO0tBNkJ2QztJQTNCQyxPQUFPLENBQUMsSUFBWTtRQUNsQixPQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QixDQUFDO0lBRUQsU0FBUztRQUNQLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUMsSUFBSSxJQUFJLENBQUMsY0FBYyxFQUFFLEVBQUUsQ0FBQztZQUN2RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsYUFBYSxFQUFFLENBQUM7UUFDL0MsQ0FBQztRQUNELElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxFQUFFLENBQUM7WUFDOUIsT0FBTztnQkFDTCxrQkFBa0IsRUFBRSxtQkFBbUIsSUFBSSxDQUFDLGdCQUFnQixFQUFFLElBQUk7YUFDbkUsQ0FBQztRQUNKLENBQUM7UUFDRCxPQUFPLEVBQUUsQ0FBQztJQUNaLENBQUM7SUFFRCxhQUFhLENBQUMsUUFBZ0IsRUFBRSxJQUFZLEVBQUUsVUFBa0I7UUFDOUQsTUFBTSxPQUFPLEdBQUcsQ0FBQyxHQUFHLFFBQVEsSUFBSSxJQUFJLEVBQUUsRUFBRSxHQUFHLFFBQVEsSUFBSSxVQUFVLEVBQUUsQ0FBQyxDQUFDO1FBRXJFLElBQUksSUFBSSxDQUFDLGVBQWUsRUFBRTtZQUFFLE9BQU8sQ0FBQyxJQUFJLENBQUMsR0FBRyxRQUFRLFdBQVcsQ0FBQyxDQUFDO1FBRWpFLE9BQU8sT0FBTyxDQUFDO0lBQ2pCLENBQUM7SUFFRCxlQUFlO1FBQ2IsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDLE1BQU0sQ0FBQztJQUN0QyxDQUFDOytHQTFDVSx3QkFBd0I7bUdBQXhCLHdCQUF3QixrZ0VDekNyQyx1b0RBcURBLGs0V0R0QkksWUFBWSxrTkFDWixxQkFBcUIsOEZBQ3JCLGdCQUFnQiw4SkFDaEIsc0JBQXNCOzs0RkFPYix3QkFBd0I7a0JBZHBDLFNBQVM7K0JBQ0UsbUJBQW1CLGNBQ2pCLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLHFCQUFxQjt3QkFDckIsZ0JBQWdCO3dCQUNoQixzQkFBc0I7cUJBQ3ZCLGlCQUdjLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBpbnB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgQm1iQnJlYWRjcnVtYkNvbXBvbmVudCxcbiAgSUJtYkRhdGFUb3BCYXIsXG59IGZyb20gJy4uL2JtYi1icmVhZGNydW1iL2JtYi1icmVhZGNydW1iLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWljb24vYm1iLWljb24uY29tcG9uZW50JztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCbWJDb250YWluZXJDb21wb25lbnQgfSBmcm9tICcuLi9ibWItY29udGFpbmVyL2JtYi1jb250YWluZXIuY29tcG9uZW50JztcbmltcG9ydCB7IGlzSW1hZ2UgfSBmcm9tICcuLi8uLi91dGlscy91dGlscyc7XG5pbXBvcnQgeyBJQm1iQ29sb3IgfSBmcm9tICcuLi8uLi90eXBlcy9jb2xvcnMnO1xuXG5leHBvcnQgdHlwZSBJQm1iRm9udFdlaWdodENvbnRlbnQgPVxuICB8ICcxMDAnXG4gIHwgJzIwMCdcbiAgfCAnMzAwJ1xuICB8ICc0MDAnXG4gIHwgJzUwMCdcbiAgfCAnNjAwJ1xuICB8ICc3MDAnXG4gIHwgJzgwMCdcbiAgfCAnOTAwJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLXRpdGxlLWNvbnRlbnQnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEJtYkNvbnRhaW5lckNvbXBvbmVudCxcbiAgICBCbWJJY29uQ29tcG9uZW50LFxuICAgIEJtYkJyZWFkY3J1bWJDb21wb25lbnQsXG4gIF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItdGl0bGUtY29udGVudC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItdGl0bGUtY29udGVudC5jb21wb25lbnQuc2NzcycsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJUaXRsZUNvbnRlbnRDb21wb25lbnQge1xuICB0aXRsZSA9IGlucHV0LnJlcXVpcmVkPHN0cmluZz4oKTtcbiAgdGl0bGVTaXplID0gaW5wdXQ8c3RyaW5nPignNScpO1xuICB0aXRsZUZvbnRXZWlnaHQgPSBpbnB1dDxzdHJpbmc+KCc2MDAnKTtcbiAgc3VidGl0bGUgPSBpbnB1dDxzdHJpbmcgfCB1bmRlZmluZWQ+KCcnKTtcbiAgc3VidGl0bGVTaXplID0gaW5wdXQ8c3RyaW5nPignNCcpO1xuICBzdWJ0aXRsZUZvbnRXZWlnaHQgPSBpbnB1dDxzdHJpbmc+KCc0MDAnKTtcbiAgc3VidGl0bGVJY29uID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHN1YnRpdGxlSWNvblNpemUgPSBpbnB1dDxudW1iZXI+KDApO1xuICBpc0NlbnRlckNvbnRlbnQgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIGRhdGFMb2NhbE5hdiA9IGlucHV0PElCbWJEYXRhVG9wQmFyW10+KFtdKTtcbiAgdHJhbnNwYXJlbnRCZ0MgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIGljb24gPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgaWNvblNpemUgPSBpbnB1dDxudW1iZXI+KDI0KTtcbiAgYmdJY29uQXBwZWFyYW5jZSA9IGlucHV0PElCbWJDb2xvcj4oKTtcblxuICBpc0ltYWdlKGljb246IHN0cmluZyk6IGJvb2xlYW4ge1xuICAgIHJldHVybiBpc0ltYWdlKGljb24pO1xuICB9XG5cbiAgZ2V0U3R5bGVzKCk6IG9iamVjdCB7XG4gICAgaWYgKHRoaXMuaXNJbWFnZSh0aGlzLmljb24oKSkgJiYgdGhpcy50cmFuc3BhcmVudEJnQygpKSB7XG4gICAgICByZXR1cm4geyAnYmFja2dyb3VuZC1jb2xvcic6ICd0cmFuc3BhcmVudCcgfTtcbiAgICB9XG4gICAgaWYgKCEhdGhpcy5iZ0ljb25BcHBlYXJhbmNlKCkpIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgICdiYWNrZ3JvdW5kLWNvbG9yJzogYHJnYih2YXIoLS1jb2xvci0ke3RoaXMuYmdJY29uQXBwZWFyYW5jZSgpfSkpYCxcbiAgICAgIH07XG4gICAgfVxuICAgIHJldHVybiB7fTtcbiAgfVxuXG4gIGdldENsYXNzTmFtZXMobWFpbk5hbWU6IHN0cmluZywgc2l6ZTogc3RyaW5nLCBmb250V2VpZ2h0OiBzdHJpbmcpOiBzdHJpbmdbXSB7XG4gICAgY29uc3QgY2xhc3NlcyA9IFtgJHttYWluTmFtZX0tJHtzaXplfWAsIGAke21haW5OYW1lfS0ke2ZvbnRXZWlnaHR9YF07XG5cbiAgICBpZiAodGhpcy5pc0NlbnRlckNvbnRlbnQoKSkgY2xhc3Nlcy5wdXNoKGAke21haW5OYW1lfS1jZW50ZXJlZGApO1xuXG4gICAgcmV0dXJuIGNsYXNzZXM7XG4gIH1cblxuICBzaG93QnJlYWRjcnVtYnMoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhdGhpcy5kYXRhTG9jYWxOYXYoKS5sZW5ndGg7XG4gIH1cbn1cbiIsIjxibWItY29udGFpbmVyXG4gIGNsYXNzPVwiYm1iX3RpdGxlLWNvbnRlbnRcIlxuICBbbmdDbGFzc109XCJ7ICdibWJfdGl0bGUtY29udGVudC10cmFuc3BhcmVudF9iZ2MnOiB0cmFuc3BhcmVudEJnQygpIH1cIlxuPlxuICA8c2VjdGlvbiBjbGFzcz1cImJtYl90aXRsZS1jb250ZW50LWNvbnRhaW5lclwiPlxuICAgIEBpZiAoISFpY29uKCkpIHtcbiAgICAgIDxzcGFuIGNsYXNzPVwiYm1iX3RpdGxlLWNvbnRlbnQtY29udGFpbmVyLWljb25cIiBbbmdTdHlsZV09XCJnZXRTdHlsZXMoKVwiPlxuICAgICAgICA8Ym1iLWljb24gW2ljb25dPVwiaWNvbigpXCIgW3NpemVdPVwiaWNvblNpemUoKVwiIFthbHRdPVwidGl0bGUoKVwiIC8+XG4gICAgICA8L3NwYW4+XG4gICAgfVxuICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3RpdGxlLWNvbnRlbnQtY29udGFpbmVyLXdyYXBwZXJcIj5cbiAgICAgIEBpZiAoISF0aXRsZSgpKSB7XG4gICAgICAgIDxoMlxuICAgICAgICAgIGNsYXNzPVwiYm1iX3RpdGxlLWNvbnRlbnQtY29udGFpbmVyLXdyYXBwZXItdGl0bGVcIlxuICAgICAgICAgIFtuZ0NsYXNzXT1cIlxuICAgICAgICAgICAgZ2V0Q2xhc3NOYW1lcyhcbiAgICAgICAgICAgICAgJ2JtYl90aXRsZS1jb250ZW50LWNvbnRhaW5lci13cmFwcGVyLXRpdGxlJyxcbiAgICAgICAgICAgICAgdGl0bGVTaXplKCksXG4gICAgICAgICAgICAgIHRpdGxlRm9udFdlaWdodCgpXG4gICAgICAgICAgICApXG4gICAgICAgICAgXCJcbiAgICAgICAgPlxuICAgICAgICAgIHt7IHRpdGxlKCkgfX1cbiAgICAgICAgPC9oMj5cbiAgICAgIH1cbiAgICAgIEBpZiAoc2hvd0JyZWFkY3J1bWJzKCkpIHtcbiAgICAgICAgPHNwYW4gY2xhc3M9XCJibWJfdGl0bGUtY29udGVudC1jb250YWluZXItd3JhcHBlci1icmVhZGNydW1iXCI+XG4gICAgICAgICAgPGJtYi1icmVhZGNydW1iIFtkYXRhTG9jYWxOYXZdPVwiZGF0YUxvY2FsTmF2KClcIiAvPlxuICAgICAgICA8L3NwYW4+XG4gICAgICB9IEBlbHNlIGlmICghIXN1YnRpdGxlKCkpIHtcbiAgICAgICAgPGgzXG4gICAgICAgICAgY2xhc3M9XCJibWJfdGl0bGUtY29udGVudC1jb250YWluZXItd3JhcHBlci1zdWJ0aXRsZVwiXG4gICAgICAgICAgW25nQ2xhc3NdPVwiXG4gICAgICAgICAgICBnZXRDbGFzc05hbWVzKFxuICAgICAgICAgICAgICAnYm1iX3RpdGxlLWNvbnRlbnQtY29udGFpbmVyLXdyYXBwZXItc3VidGl0bGUnLFxuICAgICAgICAgICAgICBzdWJ0aXRsZVNpemUoKSxcbiAgICAgICAgICAgICAgc3VidGl0bGVGb250V2VpZ2h0KClcbiAgICAgICAgICAgIClcbiAgICAgICAgICBcIlxuICAgICAgICA+XG4gICAgICAgICAgQGlmICghIXN1YnRpdGxlSWNvbigpKSB7XG4gICAgICAgICAgICA8Ym1iLWljb25cbiAgICAgICAgICAgICAgW2ljb25dPVwic3VidGl0bGVJY29uKClcIlxuICAgICAgICAgICAgICBbc2l6ZV09XCJzdWJ0aXRsZUljb25TaXplKClcIlxuICAgICAgICAgICAgICBbYWx0XT1cInN1YnRpdGxlKCkgfHwgJ0ljb25vIGRlIHN1YnTDrXR1bG8nXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIHt7IHN1YnRpdGxlKCkgfX1cbiAgICAgICAgPC9oMz5cbiAgICAgIH1cbiAgICA8L3NlY3Rpb24+XG4gIDwvc2VjdGlvbj5cbjwvYm1iLWNvbnRhaW5lcj5cbiJdfQ==
@@ -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: "18.2.13", ngImport: i0, type: BmbToastComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
41
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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':\n 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-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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: "18.2.13", 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':\n 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-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRvYXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9hc3QvYm1iLXRvYXN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9hc3QvYm1iLXRvYXN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixLQUFLLEVBQ0wsTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBd0NsRSxNQUFNLE9BQU8saUJBQWlCO0lBVDlCO1FBVUUsZUFBVSxHQUFHLEtBQUssQ0FBcUIsU0FBUyxDQUFDLENBQUM7UUFDbEQsZUFBVSxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNuQyxVQUFLLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzFCLGdCQUFXLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDOUIsYUFBUSxHQUFHLEtBQUssQ0FBUyxLQUFLLENBQUMsQ0FBQyxDQUFDLGFBQWE7UUFDOUMsT0FBRSxHQUFHLEtBQUssQ0FBa0IsRUFBRSxDQUFDLENBQUM7UUFFaEMsWUFBTyxHQUFHLE1BQU0sRUFBYyxDQUFDO0tBK0JoQztJQTdCQyxVQUFVO1FBQ1IsTUFBTSxPQUFPLEdBQWEsQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUV4QyxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUUsRUFBRSxDQUFDO1lBQ3RCLE9BQU8sQ0FBQyxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQyxDQUFDO1FBQ2pELENBQUM7UUFFRCxPQUFPLE9BQU8sQ0FBQztJQUNqQixDQUFDO0lBRUQsT0FBTztRQUNMLE1BQU0sS0FBSyxHQUE4QjtZQUN2QyxPQUFPLEVBQUUsTUFBTTtZQUNmLE9BQU8sRUFBRSxTQUFTO1lBQ2xCLEtBQUssRUFBRSxPQUFPO1lBQ2QsS0FBSyxFQUFFLHdCQUF3QjtZQUMvQixRQUFRLEVBQUUsTUFBTTtZQUNoQixVQUFVLEVBQUUsY0FBYztZQUMxQixPQUFPLEVBQUUsTUFBTTtTQUNoQixDQUFDO1FBRUYsSUFBSSxLQUFLLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1lBQUUsT0FBTyxLQUFLLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDLENBQUM7UUFFOUQsT0FBTyxNQUFNLENBQUM7SUFDaEIsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFpQjtRQUMzQixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMzQixDQUFDOytHQXRDVSxpQkFBaUI7bUdBQWpCLGlCQUFpQixrM0JDaEQ5QiwwckJBd0JBLHVqV0RtQlksWUFBWSw2SEFBRSxnQkFBZ0I7OzRGQUs3QixpQkFBaUI7a0JBVDdCLFNBQVM7aUNBQ0ksSUFBSSxZQUNOLFdBQVcsV0FFWixDQUFDLFlBQVksRUFBRSxnQkFBZ0IsQ0FBQyxtQkFFeEIsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCbWJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWljb24vYm1iLWljb24uY29tcG9uZW50JztcblxuZXhwb3J0IHR5cGUgQm1iVG9hc3RBcHBlYXJhbmNlID1cbiAgfCAnbmV1dHJhbCdcbiAgfCAncHJpbWFyeSdcbiAgfCAnd2FybmluZydcbiAgfCAnZXJyb3InXG4gIHwgJ2V2ZW50J1xuICB8ICdzdWNjZXNzZnVsJ1xuICB8ICdyZW1pbmRlcidcbiAgfCAnbWl0ZWNfYmx1ZSdcbiAgfCAnbWl0ZWNfcmVkJ1xuICB8ICdtaXRlY19ncmVlbidcbiAgfCAnbWl0ZWNfb3JhbmdlJ1xuICB8ICdtaXRlY19saWdodF9ncmVlbidcbiAgfCAnbWl0ZWNfcHVycGxlJ1xuICB8ICdjcmVhdGl2ZV92aW9sZXQnXG4gIHwgJ2NyZWF0aXZlX2luZGlnbydcbiAgfCAnY3JlYXRpdmVfZW1lcmFsZCdcbiAgfCAnY3JlYXRpdmVfbGljb3JpY2UnXG4gIHwgJ2NyZWF0aXZlX2Rhcmt0ZWFsJ1xuICB8ICdjcmVhdGl2ZV9wZWFjaCdcbiAgfCAnY3JlYXRpdmVfc2VwaWEnXG4gIHwgJ2NyZWF0aXZlX3NvZnRyZWQnXG4gIHwgJ2NyZWF0aXZlX3dhdHRsZSdcbiAgfCAnY3JlYXRpdmVfc2hpcGNvdmUnXG4gIHwgJ2NyZWF0aXZlX3BsYW50YXRpb24nXG4gIHwgJ2NyZWF0aXZlX3J1bSdcbiAgfCAnY3JlYXRpdmVfaGliaXNjdXMnXG4gIHwgJ2NyZWF0aXZlX3JpcGVsZW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ2JtYi10b2FzdCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItdG9hc3QuY29tcG9uZW50LnNjc3MnLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCbWJJY29uQ29tcG9uZW50XSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi10b2FzdC5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJUb2FzdENvbXBvbmVudCB7XG4gIGFwcGVhcmFuY2UgPSBpbnB1dDxCbWJUb2FzdEFwcGVhcmFuY2U+KCduZXV0cmFsJyk7XG4gIGlzQ2xvc2FibGUgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIHRpdGxlID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIGRlc2NyaXB0aW9uID0gaW5wdXQ8c3RyaW5nPigpO1xuICBwb3NpdGlvbiA9IGlucHV0PHN0cmluZz4oJ3RvcCcpOyAvLyBkZXByZWNhdGVkXG4gIGlkID0gaW5wdXQ8c3RyaW5nIHwgbnVtYmVyPignJyk7XG5cbiAgb25DbG9zZSA9IG91dHB1dDxNb3VzZUV2ZW50PigpO1xuXG4gIGdldENsYXNzZXMoKTogc3RyaW5nW10ge1xuICAgIGNvbnN0IGNsYXNzZXM6IHN0cmluZ1tdID0gWydibWJfdG9hc3QnXTtcblxuICAgIGlmICh0aGlzLmFwcGVhcmFuY2UoKSkge1xuICAgICAgY2xhc3Nlcy5wdXNoKCdibWJfdG9hc3QtJyArIHRoaXMuYXBwZWFyYW5jZSgpKTtcbiAgICB9XG5cbiAgICByZXR1cm4gY2xhc3NlcztcbiAgfVxuXG4gIGdldEljb24oKTogc3RyaW5nIHtcbiAgICBjb25zdCBpY29uczogeyBba2V5OiBzdHJpbmddOiBzdHJpbmcgfSA9IHtcbiAgICAgIG5ldXRyYWw6ICdpbmZvJyxcbiAgICAgIHdhcm5pbmc6ICd3YXJuaW5nJyxcbiAgICAgIGVycm9yOiAnZXJyb3InLFxuICAgICAgZXZlbnQ6ICdub3RpZmljYXRpb25faW1wb3J0YW50JyxcbiAgICAgIHJlbWluZGVyOiAnaW5mbycsXG4gICAgICBzdWNjZXNzZnVsOiAnY2hlY2tfY2lyY2xlJyxcbiAgICAgIHByaW1hcnk6ICdpbmZvJyxcbiAgICB9O1xuXG4gICAgaWYgKGljb25zW3RoaXMuYXBwZWFyYW5jZSgpXSkgcmV0dXJuIGljb25zW3RoaXMuYXBwZWFyYW5jZSgpXTtcblxuICAgIHJldHVybiAnaW5mbyc7XG4gIH1cblxuICBoYW5kbGVDbG9zZShldmVudDogTW91c2VFdmVudCk6IHZvaWQge1xuICAgIHRoaXMub25DbG9zZS5lbWl0KGV2ZW50KTtcbiAgfVxufVxuIiwiPGRpdiBbbmdDbGFzc109XCJnZXRDbGFzc2VzKClcIj5cbiAgPGJtYi1pY29uIFtpY29uXT1cImdldEljb24oKVwiIGNsYXNzPVwiYm1iX3RvYXN0LWljb25cIiAvPlxuXG4gIDxkaXZcbiAgICBjbGFzcz1cImJtYl90b2FzdC1jb250ZW50XCJcbiAgICBbbmdDbGFzc109XCJ7XG4gICAgICAnYm1iX3RvYXN0LXdpdGgtZGVzY3JpcHRpb24nOlxuICAgICAgICBkZXNjcmlwdGlvbigpICYmIGFwcGVhcmFuY2UoKSAhPT0gJ3JlbWluZGVyJyxcbiAgICB9XCJcbiAgPlxuICAgIDxoNCBjbGFzcz1cImJtYl90b2FzdC10aXRsZVwiPlxuICAgICAge3sgdGl0bGUoKSB9fVxuICAgIDwvaDQ+XG4gICAgQGlmIChkZXNjcmlwdGlvbigpICYmIGFwcGVhcmFuY2UoKSAhPT0gXCJyZW1pbmRlclwiKSB7XG4gICAgICA8cCBjbGFzcz1cImJtYl90b2FzdC1kZXNjcmlwdGlvblwiPnt7IGRlc2NyaXB0aW9uKCkgfX08L3A+XG4gICAgfVxuICA8L2Rpdj5cblxuICBAaWYgKGFwcGVhcmFuY2UoKSAhPT0gXCJyZW1pbmRlclwiICYmIGlzQ2xvc2FibGUoKSkge1xuICAgIDxidXR0b24gY2xhc3M9XCJibWJfdG9hc3QtYnV0dG9uXCIgKGNsaWNrKT1cImhhbmRsZUNsb3NlKCRldmVudClcIj5cbiAgICAgIDxibWItaWNvbiBpY29uPVwiY2xvc2VcIiBjbGFzcz1cImJtYl90b2FzdC1jbG9zZVwiIC8+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: "18.2.13", ngImport: i0, type: BmbTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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: "18.2.13", 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-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRvb2x0aXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi10b29sdGlwL2JtYi10b29sdGlwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9vbHRpcC9ibWItdG9vbHRpcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUNMLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBY2xFLE1BQU0sT0FBTyxtQkFBbUI7SUFUaEM7UUFVRSxTQUFJLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQ3pCLFVBQUssR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDMUIsU0FBSSxHQUFHLEtBQUssQ0FBUyxNQUFNLENBQUMsQ0FBQztRQUM3QixTQUFJLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDdkIsVUFBSyxHQUFHLEtBQUssQ0FBbUIsT0FBTyxDQUFDLENBQUM7UUFDekMsWUFBTyxHQUFHLEtBQUssQ0FBcUIsT0FBTyxDQUFDLENBQUM7UUFDN0MsV0FBTSxHQUFHLEtBQUssQ0FBVSxJQUFJLENBQUMsQ0FBQztLQUsvQjtJQUhDLFVBQVU7UUFDUixPQUFPLHlCQUF5QixJQUFJLENBQUMsS0FBSyxFQUFFLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRSxFQUFFLENBQUM7SUFDbkUsQ0FBQzsrR0FYVSxtQkFBbUI7bUdBQW5CLG1CQUFtQiwyNUJDckJoQyxzdEJBdUJBLHduUURSWSxZQUFZLDZIQUFFLGdCQUFnQjs7NEZBTTdCLG1CQUFtQjtrQkFUL0IsU0FBUzsrQkFDRSxhQUFhLGNBQ1gsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLGdCQUFnQixDQUFDLG1CQUd4Qix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIGlucHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCbWJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWljb24vYm1iLWljb24uY29tcG9uZW50JztcblxuZXhwb3J0IHR5cGUgSUJtYkFsaWduVG9vbHRpcCA9ICdhYm92ZScgfCAnYmVsb3cnIHwgJ2xlZnQnIHwgJ3JpZ2h0JztcbmV4cG9ydCB0eXBlIElCbWJKdXN0aWZ5VG9vbHRpcCA9ICdjZW50ZXJlZCcgfCAnYmVmb3JlJyB8ICdhZnRlcic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JtYi10b29sdGlwJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQm1iSWNvbkNvbXBvbmVudF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItdG9vbHRpcC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItdG9vbHRpcC5jb21wb25lbnQuc2NzcycsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJUb29sdGlwQ29tcG9uZW50IHtcbiAgdGV4dCA9IGlucHV0PHN0cmluZz4oJycpO1xuICB0aXRsZSA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpY29uID0gaW5wdXQ8c3RyaW5nPignaGVscCcpO1xuICBzaXplID0gaW5wdXQ8bnVtYmVyPigpO1xuICBhbGlnbiA9IGlucHV0PElCbWJBbGlnblRvb2x0aXA+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: "18.2.13", ngImport: i0, type: BmbTopBarItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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: 999px){.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: 999px){.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: "18.2.13", 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-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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: 999px){.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: 999px){.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRvcC1iYXItaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kcy1uZy9zcmMvbGliL2NvbXBvbmVudHMvYm1iLXRvcC1iYXIvYm1iLXRvcC1iYXItaXRlbS9ibWItdG9wLWJhci1pdGVtLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULGlCQUFpQixFQUNqQix1QkFBdUIsRUFDdkIsS0FBSyxHQUNOLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7O0FBZS9DLE1BQU0sT0FBTyxzQkFBc0I7SUFibkM7UUFjVyxhQUFRLEdBQVksS0FBSyxDQUFDO0tBTXBDO0lBSkMsZUFBZTtRQUNiLElBQUksSUFBSSxDQUFDLFFBQVE7WUFBRSxPQUFPLHlCQUF5QixDQUFDO1FBQ3BELE9BQU8sRUFBRSxDQUFDO0lBQ1osQ0FBQzsrR0FOVSxzQkFBc0I7bUdBQXRCLHNCQUFzQiw4R0FUdkI7Ozs7R0FJVCxrK05BTFMsWUFBWTs7NEZBVVgsc0JBQXNCO2tCQWJsQyxTQUFTOytCQUNFLGtCQUFrQixjQUNoQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUMsWUFDYjs7OztHQUlULGlCQUVjLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLFFBQVE7c0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgSW5wdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLXRvcC1iYXItaXRlbScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxsaSBjbGFzcz1cImJtYl90b3AtYmFyLWl0ZW1cIiBbbmdDbGFzc109XCJpc0VsZW1lbnRBY3RpdmUoKVwiPlxuICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvbGk+XG4gIGAsXG4gIHN0eWxlVXJsOiAnLi9ibWItdG9wLWJhci1pdGVtLmNvbXBvbmVudC5zY3NzJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJtYlRvcEJhckl0ZW1Db21wb25lbnQge1xuICBASW5wdXQoKSBpc0FjdGl2ZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIGlzRWxlbWVudEFjdGl2ZSgpOiBzdHJpbmcge1xuICAgIGlmICh0aGlzLmlzQWN0aXZlKSByZXR1cm4gJ2JtYl90b3AtYmFyLWl0ZW0tYWN0aXZlJztcbiAgICByZXR1cm4gJyc7XG4gIH1cbn1cbiJdfQ==
@@ -0,0 +1,56 @@
1
+ import { Component, ViewEncapsulation, ChangeDetectionStrategy, output, input, } from '@angular/core';
2
+ import { BmbUserImageComponent } from '../../bmb-user-image/bmb-user-image.component';
3
+ import { CommonModule } from '@angular/common';
4
+ import { BmbActionIconComponent } from '../../bmb-action-icon/bmb-action-icon.component';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/common";
7
+ export class BmbTopBarUserSectionComponent {
8
+ constructor() {
9
+ this.userInformation = input({
10
+ image: '',
11
+ name: '',
12
+ role: '',
13
+ });
14
+ this.mitec = input(false);
15
+ this.assignmentNotification = input([]);
16
+ this.showNotifications = input(true);
17
+ this.notificationNotification = input([]);
18
+ this.showRoleButton = input(false);
19
+ this.showHelpButton = input(false);
20
+ this.helpButtonClick = output();
21
+ this.userClick = output();
22
+ this.alertClick = output();
23
+ this.roleButtonClick = output();
24
+ this.isOpenNotifications = false;
25
+ this.dialogPosition = {
26
+ top: '0px',
27
+ left: '0px',
28
+ };
29
+ this.windowWidth = window.innerWidth;
30
+ }
31
+ openNotifications(event) {
32
+ this.alertClick.emit(event);
33
+ }
34
+ closeNotifications() {
35
+ this.isOpenNotifications = false;
36
+ }
37
+ totalNotifications() {
38
+ return this.notificationNotification.length;
39
+ }
40
+ handleHelpButtonClick(event) {
41
+ this.helpButtonClick.emit(event);
42
+ }
43
+ handleUserClick(event) {
44
+ this.userClick.emit(event);
45
+ }
46
+ handleRoleChange(event) {
47
+ this.roleButtonClick.emit(event);
48
+ }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BmbTopBarUserSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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 class=\"bmb_top-bar-user-section\"\n [ngClass]=\"{ 'bmb_top-bar-user-section-mitec': mitec }\"\n>\n @if (mitec() && showRoleButton()) {\n <bmb-action-icon\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() && mitec()) {\n <span class=\"bmb_top-bar-user-section-notification\">\n <bmb-action-icon\n icon=\"notifications\"\n [iconSize]=\"32\"\n (buttonClick)=\"openNotifications($event)\"\n [dotNotification]=\"totalNotifications()\"\n />\n </span>\n }\n @if (showHelpButton() || mitec()) {\n <bmb-action-icon\n [ngClass]=\"{ 'bmb_top-bar-user-section-no-mobile': mitec }\"\n icon=\"help\"\n [iconSize]=\"32\"\n (buttonClick)=\"handleHelpButtonClick($event)\"\n />\n }\n <bmb-user-image\n [image]=\"userInformation().image\"\n size=\"mobile-small\"\n [altImage]=\"userInformation.name\"\n (buttonClick)=\"handleUserClick($event)\"\n />\n @if (mitec() && (userInformation().name || userInformation().role)) {\n <div\n class=\"bmb_top-bar-user-section-name bmb_top-bar-user-section-no-mobile\"\n >\n <h3 class=\"bmb_top-bar-user-section-title\">\n {{ userInformation().name }}\n </h3>\n <h4 class=\"bmb_top-bar-user-section-role\">\n {{ userInformation().role }}\n </h4>\n </div>\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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{font-family:Poppins-Regular,sans-serif;font-size:.75rem;width:100vw;align-items:center;display:flex;justify-content:center;gap:.5rem}@media (min-width: 1000px){.bmb_top-bar-user-section{max-width:max-content;gap:1rem}}.bmb_top-bar-user-section-icon-qualtrics{display:none}@media (min-width: 1000px){.bmb_top-bar-user-section-icon-qualtrics{display:inline-flex}}.bmb_top-bar-user-section-user-image{padding:0}.bmb_top-bar-user-section-title{font-family:Poppins-Regular,sans-serif;font-size:.875rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:500}.bmb_top-bar-user-section-role{font-family:Poppins-Regular,sans-serif;font-size:.75rem;font-weight:300}.bmb_top-bar-user-section-notification{position:relative}.bmb_top-bar-user-section-no-mobile{display:none}@media (min-width: 1000px){.bmb_top-bar-user-section-no-mobile{display:block}}.bmb_top-bar-user-section-dialog{display:none;padding:0;background-color:transparent;border:0;border-radius:.25rem;height:max-content;max-height:10rem;top:0;left:40%;transform:translate(-95%);justify-content:center;margin-top:.5rem;box-shadow:.625rem .625rem 1.625rem -.75rem RGBA(var(--color-black-primary),.75)}.bmb_top-bar-user-section-dialog-open{display:flex}@media (max-width: 1000px){.bmb_top-bar-user-section-dialog-open{position:fixed}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbUserImageComponent, selector: "bmb-user-image", inputs: ["size", "image", "altImage", "link", "target", "bordered"], outputs: ["buttonPress", "buttonClick", "buttonKeyPress"] }, { 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
51
+ }
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BmbTopBarUserSectionComponent, decorators: [{
53
+ type: Component,
54
+ args: [{ selector: 'bmb-top-bar-user-section', standalone: true, imports: [CommonModule, BmbUserImageComponent, BmbActionIconComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"bmb_top-bar-user-section\"\n [ngClass]=\"{ 'bmb_top-bar-user-section-mitec': mitec }\"\n>\n @if (mitec() && showRoleButton()) {\n <bmb-action-icon\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() && mitec()) {\n <span class=\"bmb_top-bar-user-section-notification\">\n <bmb-action-icon\n icon=\"notifications\"\n [iconSize]=\"32\"\n (buttonClick)=\"openNotifications($event)\"\n [dotNotification]=\"totalNotifications()\"\n />\n </span>\n }\n @if (showHelpButton() || mitec()) {\n <bmb-action-icon\n [ngClass]=\"{ 'bmb_top-bar-user-section-no-mobile': mitec }\"\n icon=\"help\"\n [iconSize]=\"32\"\n (buttonClick)=\"handleHelpButtonClick($event)\"\n />\n }\n <bmb-user-image\n [image]=\"userInformation().image\"\n size=\"mobile-small\"\n [altImage]=\"userInformation.name\"\n (buttonClick)=\"handleUserClick($event)\"\n />\n @if (mitec() && (userInformation().name || userInformation().role)) {\n <div\n class=\"bmb_top-bar-user-section-name bmb_top-bar-user-section-no-mobile\"\n >\n <h3 class=\"bmb_top-bar-user-section-title\">\n {{ userInformation().name }}\n </h3>\n <h4 class=\"bmb_top-bar-user-section-role\">\n {{ userInformation().role }}\n </h4>\n </div>\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Thin;font-style:normal;font-weight:100;src:url(/assets/fonts/Poppins/Poppins-Thin.ttf) format(\"truetype\")}@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-Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins/Poppins-Medium.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Semibold;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins/Poppins-SemiBold.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{font-family:Poppins-Regular,sans-serif;font-size:.75rem;width:100vw;align-items:center;display:flex;justify-content:center;gap:.5rem}@media (min-width: 1000px){.bmb_top-bar-user-section{max-width:max-content;gap:1rem}}.bmb_top-bar-user-section-icon-qualtrics{display:none}@media (min-width: 1000px){.bmb_top-bar-user-section-icon-qualtrics{display:inline-flex}}.bmb_top-bar-user-section-user-image{padding:0}.bmb_top-bar-user-section-title{font-family:Poppins-Regular,sans-serif;font-size:.875rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:500}.bmb_top-bar-user-section-role{font-family:Poppins-Regular,sans-serif;font-size:.75rem;font-weight:300}.bmb_top-bar-user-section-notification{position:relative}.bmb_top-bar-user-section-no-mobile{display:none}@media (min-width: 1000px){.bmb_top-bar-user-section-no-mobile{display:block}}.bmb_top-bar-user-section-dialog{display:none;padding:0;background-color:transparent;border:0;border-radius:.25rem;height:max-content;max-height:10rem;top:0;left:40%;transform:translate(-95%);justify-content:center;margin-top:.5rem;box-shadow:.625rem .625rem 1.625rem -.75rem RGBA(var(--color-black-primary),.75)}.bmb_top-bar-user-section-dialog-open{display:flex}@media (max-width: 1000px){.bmb_top-bar-user-section-dialog-open{position:fixed}}\n"] }]
55
+ }] });
56
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9wLWJhci9ibWItdG9wLWJhci11c2VyLXNlY3Rpb24vYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdG9wLWJhci9ibWItdG9wLWJhci11c2VyLXNlY3Rpb24vYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBRVQsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUN2QixNQUFNLEVBQ04sS0FBSyxHQUNOLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBRXRGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQzs7O0FBV3pGLE1BQU0sT0FBTyw2QkFBNkI7SUFUMUM7UUFVRSxvQkFBZSxHQUFHLEtBQUssQ0FBbUI7WUFDeEMsS0FBSyxFQUFFLEVBQUU7WUFDVCxJQUFJLEVBQUUsRUFBRTtZQUNSLElBQUksRUFBRSxFQUFFO1NBQ1QsQ0FBQyxDQUFDO1FBQ0gsVUFBSyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUM5QiwyQkFBc0IsR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7UUFDN0Msc0JBQWlCLEdBQUcsS0FBSyxDQUFVLElBQUksQ0FBQyxDQUFDO1FBQ3pDLDZCQUF3QixHQUFHLEtBQUssQ0FBa0IsRUFBRSxDQUFDLENBQUM7UUFDdEQsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDdkMsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFFdkMsb0JBQWUsR0FBRyxNQUFNLEVBQWMsQ0FBQztRQUN2QyxjQUFTLEdBQUcsTUFBTSxFQUFjLENBQUM7UUFDakMsZUFBVSxHQUFHLE1BQU0sRUFBYyxDQUFDO1FBQ2xDLG9CQUFlLEdBQUcsTUFBTSxFQUFjLENBQUM7UUFFdkMsd0JBQW1CLEdBQVksS0FBSyxDQUFDO1FBQ3JDLG1CQUFjLEdBQXlDO1lBQ3JELEdBQUcsRUFBRSxLQUFLO1lBQ1YsSUFBSSxFQUFFLEtBQUs7U0FDWixDQUFDO1FBQ0YsZ0JBQVcsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDO0tBeUJqQztJQXZCQyxpQkFBaUIsQ0FBQyxLQUFpQjtRQUNqQyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxLQUFLLENBQUM7SUFDbkMsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixPQUFPLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxNQUFNLENBQUM7SUFDOUMsQ0FBQztJQUVELHFCQUFxQixDQUFDLEtBQWlCO1FBQ3JDLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ25DLENBQUM7SUFFRCxlQUFlLENBQUMsS0FBaUI7UUFDL0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUVELGdCQUFnQixDQUFDLEtBQWlCO1FBQ2hDLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ25DLENBQUM7K0dBL0NVLDZCQUE2QjttR0FBN0IsNkJBQTZCLG14Q0N2QjFDLHk5Q0FpREEsNm5QRGhDWSxZQUFZLDZIQUFFLHFCQUFxQiwyTEFBRSxzQkFBc0I7OzRGQU0xRCw2QkFBNkI7a0JBVHpDLFNBQVM7K0JBQ0UsMEJBQTBCLGNBQ3hCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxxQkFBcUIsRUFBRSxzQkFBc0IsQ0FBQyxpQkFHdkQsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgb3V0cHV0LFxuICBpbnB1dCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCbWJVc2VySW1hZ2VDb21wb25lbnQgfSBmcm9tICcuLi8uLi9ibWItdXNlci1pbWFnZS9ibWItdXNlci1pbWFnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgSVVzZXJJbmZvcm1hdGlvbiB9IGZyb20gJy4uL3R5cGVzJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBJQm1iRGF0YUFsZXJ0IH0gZnJvbSAnLi4vLi4vYm1iLWFsZXJ0LWNlbnRlci90eXBlcyc7XG5pbXBvcnQgeyBCbWJBY3Rpb25JY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vYm1iLWFjdGlvbi1pY29uL2JtYi1hY3Rpb24taWNvbi5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItdG9wLWJhci11c2VyLXNlY3Rpb24nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCbWJVc2VySW1hZ2VDb21wb25lbnQsIEJtYkFjdGlvbkljb25Db21wb25lbnRdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLXRvcC1iYXItdXNlci1zZWN0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi10b3AtYmFyLXVzZXItc2VjdGlvbi5jb21wb25lbnQuc2NzcycsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJUb3BCYXJVc2VyU2VjdGlvbkNvbXBvbmVudCB7XG4gIHVzZXJJbmZvcm1hdGlvbiA9IGlucHV0PElVc2VySW5mb3JtYXRpb24+KHtcbiAgICBpbWFnZTogJycsXG4gICAgbmFtZTogJycsXG4gICAgcm9sZTogJycsXG4gIH0pO1xuICBtaXRlYyA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgYXNzaWdubWVudE5vdGlmaWNhdGlvbiA9IGlucHV0PHN0cmluZ1tdPihbXSk7XG4gIHNob3dOb3RpZmljYXRpb25zID0gaW5wdXQ8Ym9vbGVhbj4odHJ1ZSk7XG4gIG5vdGlmaWNhdGlvbk5vdGlmaWNhdGlvbiA9IGlucHV0PElCbWJEYXRhQWxlcnRbXT4oW10pO1xuICBzaG93Um9sZUJ1dHRvbiA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgc2hvd0hlbHBCdXR0b24gPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG5cbiAgaGVscEJ1dHRvbkNsaWNrID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG4gIHVzZXJDbGljayA9IG91dHB1dDxNb3VzZUV2ZW50PigpO1xuICBhbGVydENsaWNrID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG4gIHJvbGVCdXR0b25DbGljayA9IG91dHB1dDxNb3VzZUV2ZW50PigpO1xuXG4gIGlzT3Blbk5vdGlmaWNhdGlvbnM6IGJvb2xlYW4gPSBmYWxzZTtcbiAgZGlhbG9nUG9zaXRpb246IHsgdG9wOiBzdHJpbmc7IGxlZnQ6IHN0cmluZyB9IHwgbnVsbCA9IHtcbiAgICB0b3A6ICcwcHgnLFxuICAgIGxlZnQ6ICcwcHgnLFxuICB9O1xuICB3aW5kb3dXaWR0aCA9IHdpbmRvdy5pbm5lcldpZHRoO1xuXG4gIG9wZW5Ob3RpZmljYXRpb25zKGV2ZW50OiBNb3VzZUV2ZW50KSB7XG4gICAgdGhpcy5hbGVydENsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG5cbiAgY2xvc2VOb3RpZmljYXRpb25zKCkge1xuICAgIHRoaXMuaXNPcGVuTm90aWZpY2F0aW9ucyA9IGZhbHNlO1xuICB9XG5cbiAgdG90YWxOb3RpZmljYXRpb25zKCk6IG51bWJlciB7XG4gICAgcmV0dXJuIHRoaXMubm90aWZpY2F0aW9uTm90aWZpY2F0aW9uLmxlbmd0aDtcbiAgfVxuXG4gIGhhbmRsZUhlbHBCdXR0b25DbGljayhldmVudDogTW91c2VFdmVudCkge1xuICAgIHRoaXMuaGVscEJ1dHRvbkNsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG5cbiAgaGFuZGxlVXNlckNsaWNrKGV2ZW50OiBNb3VzZUV2ZW50KSB7XG4gICAgdGhpcy51c2VyQ2xpY2suZW1pdChldmVudCk7XG4gIH1cblxuICBoYW5kbGVSb2xlQ2hhbmdlKGV2ZW50OiBNb3VzZUV2ZW50KSB7XG4gICAgdGhpcy5yb2xlQnV0dG9uQ2xpY2suZW1pdChldmVudCk7XG4gIH1cbn1cbiIsIjxzZWN0aW9uXG4gIGNsYXNzPVwiYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uXCJcbiAgW25nQ2xhc3NdPVwieyAnYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uLW1pdGVjJzogbWl0ZWMgfVwiXG4+XG4gIEBpZiAobWl0ZWMoKSAmJiBzaG93Um9sZUJ1dHRvbigpKSB7XG4gICAgPGJtYi1hY3Rpb24taWNvblxuICAgICAgY2xhc3M9XCJibWJfdG9wLWJhci11c2VyLXNlY3Rpb24tbm8tbW9iaWxlXCJcbiAgICAgIGljb249XCJjb21wYXJlX2Fycm93c1wiXG4gICAgICBbaWNvblNpemVdPVwiMzJcIlxuICAgICAgKGJ1dHRvbkNsaWNrKT1cImhhbmRsZVJvbGVDaGFuZ2UoJGV2ZW50KVwiXG4gICAgLz5cbiAgfVxuICBAaWYgKHNob3dOb3RpZmljYXRpb25zKCkgJiYgbWl0ZWMoKSkge1xuICAgIDxzcGFuIGNsYXNzPVwiYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uLW5vdGlmaWNhdGlvblwiPlxuICAgICAgPGJtYi1hY3Rpb24taWNvblxuICAgICAgICBpY29uPVwibm90aWZpY2F0aW9uc1wiXG4gICAgICAgIFtpY29uU2l6ZV09XCIzMlwiXG4gICAgICAgIChidXR0b25DbGljayk9XCJvcGVuTm90aWZpY2F0aW9ucygkZXZlbnQpXCJcbiAgICAgICAgW2RvdE5vdGlmaWNhdGlvbl09XCJ0b3RhbE5vdGlmaWNhdGlvbnMoKVwiXG4gICAgICAvPlxuICAgIDwvc3Bhbj5cbiAgfVxuICBAaWYgKHNob3dIZWxwQnV0dG9uKCkgfHwgbWl0ZWMoKSkge1xuICAgIDxibWItYWN0aW9uLWljb25cbiAgICAgIFtuZ0NsYXNzXT1cInsgJ2JtYl90b3AtYmFyLXVzZXItc2VjdGlvbi1uby1tb2JpbGUnOiBtaXRlYyB9XCJcbiAgICAgIGljb249XCJoZWxwXCJcbiAgICAgIFtpY29uU2l6ZV09XCIzMlwiXG4gICAgICAoYnV0dG9uQ2xpY2spPVwiaGFuZGxlSGVscEJ1dHRvbkNsaWNrKCRldmVudClcIlxuICAgIC8+XG4gIH1cbiAgPGJtYi11c2VyLWltYWdlXG4gICAgW2ltYWdlXT1cInVzZXJJbmZvcm1hdGlvbigpLmltYWdlXCJcbiAgICBzaXplPVwibW9iaWxlLXNtYWxsXCJcbiAgICBbYWx0SW1hZ2VdPVwidXNlckluZm9ybWF0aW9uLm5hbWVcIlxuICAgIChidXR0b25DbGljayk9XCJoYW5kbGVVc2VyQ2xpY2soJGV2ZW50KVwiXG4gIC8+XG4gIEBpZiAobWl0ZWMoKSAmJiAodXNlckluZm9ybWF0aW9uKCkubmFtZSB8fCB1c2VySW5mb3JtYXRpb24oKS5yb2xlKSkge1xuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwiYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uLW5hbWUgYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uLW5vLW1vYmlsZVwiXG4gICAgPlxuICAgICAgPGgzIGNsYXNzPVwiYm1iX3RvcC1iYXItdXNlci1zZWN0aW9uLXRpdGxlXCI+XG4gICAgICAgIHt7IHVzZXJJbmZvcm1hdGlvbigpLm5hbWUgfX1cbiAgICAgIDwvaDM+XG4gICAgICA8aDQgY2xhc3M9XCJibWJfdG9wLWJhci11c2VyLXNlY3Rpb24tcm9sZVwiPlxuICAgICAgICB7eyB1c2VySW5mb3JtYXRpb24oKS5yb2xlIH19XG4gICAgICA8L2g0PlxuICAgIDwvZGl2PlxuICB9XG48L3NlY3Rpb24+XG4iXX0=