@baloise/ds-core 17.2.1 → 17.2.2-nightly.20250109

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 (790) hide show
  1. package/components/all.d.ts +2 -0
  2. package/components/all.js +3 -0
  3. package/components/bal-accordion.js +1 -1
  4. package/components/bal-app.js +1 -93
  5. package/components/bal-app2.js +95 -0
  6. package/components/bal-button2.js +3 -11
  7. package/components/bal-carousel-item.js +117 -1
  8. package/components/bal-carousel.js +261 -1
  9. package/components/bal-checkbox-button.js +1 -1
  10. package/components/bal-checkbox-group.js +2 -27
  11. package/components/bal-checkbox2.js +3 -16
  12. package/components/bal-date.js +3 -28
  13. package/components/bal-doc-app.d.ts +11 -0
  14. package/components/bal-doc-app.js +262 -0
  15. package/components/bal-dropdown2.js +2 -2
  16. package/components/bal-field.js +1 -1
  17. package/components/bal-file-upload.js +5 -12
  18. package/components/bal-footer.js +1 -1
  19. package/components/bal-icon2.js +1 -13
  20. package/components/bal-input-date2.js +4 -17
  21. package/components/bal-input-group2.js +1 -1
  22. package/components/bal-input-slider.js +5 -19
  23. package/components/bal-input-stepper.js +5 -18
  24. package/components/bal-input.js +3 -16
  25. package/components/bal-label2.js +1 -1
  26. package/components/bal-list-item-accordion-body2.js +4 -4
  27. package/components/bal-list-item-accordion-head2.js +2 -2
  28. package/components/bal-list-item-content2.js +2 -2
  29. package/components/bal-list-item-icon2.js +2 -2
  30. package/components/bal-list-item-subtitle2.js +1 -1
  31. package/components/bal-list-item-title2.js +1 -1
  32. package/components/bal-list-item2.js +1 -1
  33. package/components/bal-list2.js +1 -1
  34. package/components/bal-logo2.js +2 -2
  35. package/components/bal-modal-body.js +1 -1
  36. package/components/bal-modal-header.js +1 -1
  37. package/components/bal-modal.js +7 -33
  38. package/components/bal-nav-link-grid-col2.js +1 -1
  39. package/components/bal-nav-link-grid2.js +1 -1
  40. package/components/bal-nav-link-group.js +1 -1
  41. package/components/bal-nav-link2.js +2 -2
  42. package/components/bal-nav-menu-bar2.js +1 -1
  43. package/components/bal-nav-menu-flyout2.js +1 -1
  44. package/components/bal-nav-meta-bar2.js +2 -9
  45. package/components/bal-nav.js +52 -125
  46. package/components/bal-navbar-brand.js +5 -1
  47. package/components/bal-navbar-menu-end.js +1 -1
  48. package/components/bal-navbar-menu-start.js +1 -1
  49. package/components/bal-navbar-menu.js +2 -2
  50. package/components/bal-navbar.js +1 -1
  51. package/components/bal-notices.js +2 -2
  52. package/components/bal-notification.js +1 -1
  53. package/components/bal-number-input.js +3 -16
  54. package/components/bal-option-list.js +3 -16
  55. package/components/bal-option2.js +2 -9
  56. package/components/bal-pagination.js +311 -1
  57. package/components/bal-popover-content2.js +1 -1
  58. package/components/bal-popover2.js +4 -29
  59. package/components/bal-popup.js +4 -35
  60. package/components/bal-progress-bar.js +2 -2
  61. package/components/bal-radio-button.js +2 -2
  62. package/components/bal-radio-group.js +2 -33
  63. package/components/bal-radio2.js +3 -10
  64. package/components/bal-segment-item.js +2 -2
  65. package/components/bal-segment.js +4 -23
  66. package/components/bal-select-option.js +45 -1
  67. package/components/bal-select.js +847 -1
  68. package/components/bal-shape2.js +4 -4
  69. package/components/bal-sheet.js +1 -1
  70. package/components/bal-snackbar.js +1 -1
  71. package/components/bal-spinner2.js +3 -3
  72. package/components/bal-stack2.js +1 -1
  73. package/components/bal-stage-back-link.js +2 -2
  74. package/components/bal-stage-body.js +1 -1
  75. package/components/bal-stage-foot.js +1 -1
  76. package/components/bal-stage-head.js +1 -1
  77. package/components/bal-stage-image.js +3 -3
  78. package/components/bal-stage.js +1 -1
  79. package/components/bal-step-item.js +2 -2
  80. package/components/bal-steps.js +12 -56
  81. package/components/bal-tab-item.js +2 -2
  82. package/components/bal-table.js +1 -1
  83. package/components/bal-tabs2.js +179 -230
  84. package/components/bal-tag-group.js +1 -1
  85. package/components/bal-tag2.js +1 -1
  86. package/components/bal-text2.js +2 -2
  87. package/components/bal-textarea.js +3 -17
  88. package/components/bal-time-input.js +3 -16
  89. package/components/bal-toast.js +1 -1
  90. package/components/bal-tooltip.js +1 -1
  91. package/components/breakpoints.subject.js +1 -1
  92. package/components/element-states.decorator.js +1 -1
  93. package/components/floating-ui.js +2 -2
  94. package/components/focus.decorator.js +1 -1
  95. package/components/helpers.js +33 -3
  96. package/components/index.js +6 -305
  97. package/components/initialize.js +303 -0
  98. package/components/keyboard.helpers.js +7 -1
  99. package/components/mutation.decorator.js +17 -14
  100. package/components/overlays.js +1 -1
  101. package/components/resize.decorator.js +21 -5
  102. package/components/string.js +12 -0
  103. package/components/swipe.subject.js +2 -2
  104. package/components/swiper.util.js +434 -0
  105. package/components/tokens.esm.js +1 -1
  106. package/dist/baloise-design-system/baloise-design-system.esm.js +1 -1
  107. package/dist/baloise-design-system/baloise-design-system.js +1 -1
  108. package/dist/baloise-design-system/index.esm.js +1 -1
  109. package/dist/baloise-design-system/p-0346712795.entry.js +1 -0
  110. package/dist/baloise-design-system/{p-af747e55e6.entry.js → p-05986dc964.entry.js} +1 -1
  111. package/dist/baloise-design-system/p-079850e6.system.js +1 -0
  112. package/dist/baloise-design-system/{p-9d3f19c6af.system.entry.js → p-0933f23da2.system.entry.js} +1 -1
  113. package/dist/baloise-design-system/p-09c77507f1.entry.js +1 -0
  114. package/dist/baloise-design-system/{p-1cb1fb71d4.system.entry.js → p-0a22b25b5b.system.entry.js} +1 -1
  115. package/dist/baloise-design-system/p-0b8169c8.js +1 -0
  116. package/dist/baloise-design-system/{p-65b542bd.system.js → p-0e323fe0.system.js} +1 -1
  117. package/dist/baloise-design-system/p-0f87b93ca2.system.entry.js +1 -0
  118. package/dist/baloise-design-system/p-1050501432.entry.js +1 -0
  119. package/dist/baloise-design-system/p-10ebc871f4.system.entry.js +1 -0
  120. package/dist/baloise-design-system/p-1334e37be0.system.entry.js +1 -0
  121. package/dist/baloise-design-system/p-16baa62182.system.entry.js +1 -0
  122. package/dist/baloise-design-system/p-18267b1371.system.entry.js +1 -0
  123. package/dist/baloise-design-system/p-19162db1a6.system.entry.js +1 -0
  124. package/dist/baloise-design-system/{p-1e344a8c28.system.entry.js → p-1ae4dca673.system.entry.js} +1 -1
  125. package/dist/baloise-design-system/p-1c191e7d.js +1 -0
  126. package/dist/baloise-design-system/{p-17c73b8f48.system.entry.js → p-1e726ce985.system.entry.js} +1 -1
  127. package/dist/baloise-design-system/{p-e2ba4d18bc.system.entry.js → p-1f762ec5aa.system.entry.js} +1 -1
  128. package/dist/baloise-design-system/{p-9e2730c56b.system.entry.js → p-1f9d38cf0a.system.entry.js} +1 -1
  129. package/dist/baloise-design-system/{p-61b87619ac.system.entry.js → p-212b2ed471.system.entry.js} +1 -1
  130. package/dist/baloise-design-system/p-21f87590.js +1 -0
  131. package/dist/baloise-design-system/p-24e594cd49.entry.js +1 -0
  132. package/dist/baloise-design-system/p-27a8f7d1e4.system.entry.js +1 -0
  133. package/dist/baloise-design-system/p-28d415e4.js +1 -0
  134. package/dist/baloise-design-system/p-296c7825b7.entry.js +1 -0
  135. package/dist/baloise-design-system/p-2a8e0e7149.entry.js +1 -0
  136. package/dist/baloise-design-system/p-2ccbe55a.js +2 -0
  137. package/dist/baloise-design-system/{p-dfcca29bc9.system.entry.js → p-2d4ebe6538.system.entry.js} +1 -1
  138. package/dist/baloise-design-system/{p-54c8a63b7c.system.entry.js → p-2db0f14a2d.system.entry.js} +1 -1
  139. package/dist/baloise-design-system/{p-a898208e.system.js → p-2e830170.system.js} +1 -1
  140. package/dist/baloise-design-system/{p-b136739bec.entry.js → p-2f23758d56.entry.js} +1 -1
  141. package/dist/baloise-design-system/{p-353ce7cb84.system.entry.js → p-31b6055d92.system.entry.js} +1 -1
  142. package/dist/baloise-design-system/p-345ec2f4.system.js +1 -0
  143. package/dist/baloise-design-system/{p-802c6111.js → p-3541dd16.js} +1 -1
  144. package/dist/baloise-design-system/p-356f75fd58.system.entry.js +1 -0
  145. package/dist/baloise-design-system/p-38bbf5f58f.entry.js +1 -0
  146. package/dist/baloise-design-system/{p-c486a8a8ed.entry.js → p-3928dcab54.entry.js} +1 -1
  147. package/dist/baloise-design-system/p-39d3eeef8e.entry.js +1 -0
  148. package/dist/baloise-design-system/p-3a3ee1eb.js +1 -0
  149. package/dist/baloise-design-system/{p-7d63b70a40.system.entry.js → p-3a93f5710e.system.entry.js} +1 -1
  150. package/dist/baloise-design-system/{p-1c09c9b0.js → p-3df52a1f.js} +1 -1
  151. package/dist/baloise-design-system/p-42f532a0a8.entry.js +1 -0
  152. package/dist/baloise-design-system/p-4427a9954a.system.entry.js +1 -0
  153. package/dist/baloise-design-system/{p-d8420ad3d5.system.entry.js → p-465c1ecafb.system.entry.js} +1 -1
  154. package/dist/baloise-design-system/{p-4b6481e692.entry.js → p-4a746f645b.entry.js} +1 -1
  155. package/dist/baloise-design-system/{p-bf139fe5.system.js → p-4a80e2c1.system.js} +1 -1
  156. package/dist/baloise-design-system/{p-39ad885d73.entry.js → p-4ba2983131.entry.js} +1 -1
  157. package/dist/baloise-design-system/p-4d67c12e48.system.entry.js +1 -0
  158. package/dist/baloise-design-system/p-4e642b63.system.js +1 -0
  159. package/dist/baloise-design-system/{p-35120ab6.system.js → p-4eb199b5.system.js} +1 -1
  160. package/dist/baloise-design-system/p-524edfe610.system.entry.js +1 -0
  161. package/dist/baloise-design-system/p-52cad6cf9f.entry.js +1 -0
  162. package/dist/baloise-design-system/{p-7eaff7954d.entry.js → p-54b7eb9ee0.entry.js} +1 -1
  163. package/dist/baloise-design-system/p-54d9711a77.system.entry.js +1 -0
  164. package/dist/baloise-design-system/{p-d1ec4d6e.system.js → p-56cf1ab1.system.js} +1 -1
  165. package/dist/baloise-design-system/{p-8096d040b2.system.entry.js → p-56d4310416.system.entry.js} +1 -1
  166. package/dist/baloise-design-system/p-58a0e8df48.entry.js +1 -0
  167. package/dist/baloise-design-system/p-58d2a0b5.system.js +1 -0
  168. package/dist/baloise-design-system/{p-30f41bab1a.system.entry.js → p-5b6ee3b824.system.entry.js} +1 -1
  169. package/dist/baloise-design-system/{p-374ce10b98.system.entry.js → p-5b85dec39b.system.entry.js} +1 -1
  170. package/dist/baloise-design-system/{p-c589d05bc6.system.entry.js → p-5d0768fd46.system.entry.js} +1 -1
  171. package/dist/baloise-design-system/p-5de6427ec7.entry.js +1 -0
  172. package/dist/baloise-design-system/{p-9e103abfe5.entry.js → p-60f5e5faa6.entry.js} +1 -1
  173. package/dist/baloise-design-system/{p-7684efd8.js → p-63215f4c.js} +1 -1
  174. package/dist/baloise-design-system/p-66d49670b0.system.entry.js +1 -0
  175. package/dist/baloise-design-system/{p-6fb26bd060.system.entry.js → p-66f6b46fd4.system.entry.js} +1 -1
  176. package/dist/baloise-design-system/p-67d61a81.js +1 -0
  177. package/dist/baloise-design-system/p-68e05bd5.js +1 -0
  178. package/dist/baloise-design-system/{p-63793834ec.entry.js → p-6933b37a08.entry.js} +1 -1
  179. package/dist/baloise-design-system/{p-06d357bd.js → p-6b79e568.js} +1 -1
  180. package/dist/baloise-design-system/{p-85b6c500d8.entry.js → p-6c85b9106b.entry.js} +1 -1
  181. package/dist/baloise-design-system/p-6cdd068206.system.entry.js +1 -0
  182. package/dist/baloise-design-system/p-6e23b41e95.system.entry.js +1 -0
  183. package/dist/baloise-design-system/p-6f28d506.system.js +1 -0
  184. package/dist/baloise-design-system/{p-f8d828383b.system.entry.js → p-713640e3ac.system.entry.js} +1 -1
  185. package/dist/baloise-design-system/{p-063f4fc96f.system.entry.js → p-72312d33a3.system.entry.js} +1 -1
  186. package/dist/baloise-design-system/p-7256aa5d97.entry.js +1 -0
  187. package/dist/baloise-design-system/p-72570f9637.entry.js +1 -0
  188. package/dist/baloise-design-system/p-75f78ed4fd.entry.js +1 -0
  189. package/dist/baloise-design-system/p-761cb0e801.system.entry.js +1 -0
  190. package/dist/baloise-design-system/p-770f4365f6.system.entry.js +1 -0
  191. package/dist/baloise-design-system/p-7961e095.system.js +2 -0
  192. package/dist/baloise-design-system/{p-b8658ffb85.system.entry.js → p-79f753d617.system.entry.js} +1 -1
  193. package/dist/baloise-design-system/p-80befc3988.system.entry.js +1 -0
  194. package/dist/baloise-design-system/{p-63b52c0f.js → p-81894fe8.js} +1 -1
  195. package/dist/baloise-design-system/p-81a3bee001.entry.js +1 -0
  196. package/dist/baloise-design-system/p-8227e41299.entry.js +1 -0
  197. package/dist/baloise-design-system/p-82bf42f789.entry.js +1 -0
  198. package/dist/baloise-design-system/p-8360204072.entry.js +1 -0
  199. package/dist/baloise-design-system/{p-8b8d19171d.entry.js → p-86244838e4.entry.js} +1 -1
  200. package/dist/baloise-design-system/{p-3508444fc8.entry.js → p-878cb7914d.entry.js} +1 -1
  201. package/dist/baloise-design-system/p-8c24fdcf6c.system.entry.js +1 -0
  202. package/dist/baloise-design-system/{p-6c3a60ddf6.entry.js → p-8f1c2e77b6.entry.js} +1 -1
  203. package/dist/baloise-design-system/{p-b0fd473a.system.js → p-8f217b03.system.js} +1 -1
  204. package/dist/baloise-design-system/{p-682a1550e1.system.entry.js → p-900a22d5c3.system.entry.js} +1 -1
  205. package/dist/baloise-design-system/p-90a51218.js +1 -0
  206. package/dist/baloise-design-system/{p-8ac5772a60.system.entry.js → p-90a9f56d71.system.entry.js} +1 -1
  207. package/dist/baloise-design-system/{p-29273a2be9.entry.js → p-92e27ad87b.entry.js} +1 -1
  208. package/dist/baloise-design-system/p-932a19ea57.entry.js +1 -0
  209. package/dist/baloise-design-system/{p-c72bd76c.system.js → p-936070bf.system.js} +1 -1
  210. package/dist/baloise-design-system/{p-16ff8c81bf.entry.js → p-95bf3ca0ae.entry.js} +1 -1
  211. package/dist/baloise-design-system/p-9618956a56.system.entry.js +1 -0
  212. package/dist/baloise-design-system/{p-c472c7cf16.system.entry.js → p-97cd0b900d.system.entry.js} +1 -1
  213. package/dist/baloise-design-system/p-97f3a682.system.js +1 -0
  214. package/dist/baloise-design-system/{p-51fa7a76.js → p-9db35d91.js} +1 -1
  215. package/dist/baloise-design-system/{p-dafb9ede.system.js → p-a06fe6d4.system.js} +1 -1
  216. package/dist/baloise-design-system/p-a2090a9d.system.js +1 -0
  217. package/dist/baloise-design-system/{p-6d27c4949f.system.entry.js → p-a33f51bca5.system.entry.js} +1 -1
  218. package/dist/baloise-design-system/p-a5ea24121d.entry.js +1 -0
  219. package/dist/baloise-design-system/{p-296b12e3a9.entry.js → p-a6447b4840.entry.js} +1 -1
  220. package/dist/baloise-design-system/{p-98267a7765.entry.js → p-a679bf1c24.entry.js} +1 -1
  221. package/dist/baloise-design-system/{p-9b8ca7ead8.entry.js → p-a71cc6d652.entry.js} +1 -1
  222. package/dist/baloise-design-system/{p-5b78557886.entry.js → p-a7bbafcf3c.entry.js} +1 -1
  223. package/dist/baloise-design-system/{p-98a58cff41.system.entry.js → p-aa101747b4.system.entry.js} +1 -1
  224. package/dist/baloise-design-system/{p-678ebde2de.entry.js → p-aeca345ebb.entry.js} +1 -1
  225. package/dist/baloise-design-system/p-b1d0256f19.system.entry.js +1 -0
  226. package/dist/baloise-design-system/{p-c2157cabd4.entry.js → p-b2198343bf.entry.js} +1 -1
  227. package/dist/baloise-design-system/p-b57110dfe6.system.entry.js +1 -0
  228. package/dist/baloise-design-system/p-b77d63ca25.entry.js +1 -0
  229. package/dist/baloise-design-system/{p-a4b4b9c642.system.entry.js → p-b7f9f79521.system.entry.js} +1 -1
  230. package/dist/baloise-design-system/{p-579855c6.system.js → p-b96fd49d.system.js} +1 -1
  231. package/dist/baloise-design-system/p-bb0a588d09.system.entry.js +1 -0
  232. package/dist/baloise-design-system/p-bb7183cd00.entry.js +1 -0
  233. package/dist/baloise-design-system/p-bfc1c220e9.system.entry.js +1 -0
  234. package/dist/baloise-design-system/{p-486eb96d.system.js → p-c1db8468.system.js} +1 -1
  235. package/dist/baloise-design-system/p-c1fcce934b.entry.js +1 -0
  236. package/dist/baloise-design-system/p-c353a1861c.system.entry.js +1 -0
  237. package/dist/baloise-design-system/p-c642582c09.system.entry.js +1 -0
  238. package/dist/baloise-design-system/p-c9b8e360.system.js +1 -0
  239. package/dist/baloise-design-system/{p-7607c59d.js → p-cad154ad.js} +1 -1
  240. package/dist/baloise-design-system/p-ccba7183e2.entry.js +1 -0
  241. package/dist/baloise-design-system/p-ccd2ef1106.entry.js +1 -0
  242. package/dist/baloise-design-system/{p-ac2b4a256d.entry.js → p-cd31234898.entry.js} +1 -1
  243. package/dist/baloise-design-system/p-cd9be615a4.entry.js +1 -0
  244. package/dist/baloise-design-system/{p-cd5cbb0462.system.entry.js → p-cf550b5f9c.system.entry.js} +1 -1
  245. package/dist/baloise-design-system/p-d5268a76fb.system.entry.js +1 -0
  246. package/dist/baloise-design-system/{p-e0e123ffec.system.entry.js → p-d56a7e63df.system.entry.js} +1 -1
  247. package/dist/baloise-design-system/{p-70ff6660e5.system.entry.js → p-d67d2979ad.system.entry.js} +1 -1
  248. package/dist/baloise-design-system/p-dc98854c.js +1 -0
  249. package/dist/baloise-design-system/p-e0377a6d84.entry.js +1 -0
  250. package/dist/baloise-design-system/{p-2af8b73858.entry.js → p-e099fd9574.entry.js} +1 -1
  251. package/dist/baloise-design-system/{p-c7e93ad3c1.entry.js → p-e21ccd9856.entry.js} +1 -1
  252. package/dist/baloise-design-system/p-e430294632.entry.js +1 -0
  253. package/dist/baloise-design-system/p-e470e06a36.entry.js +1 -0
  254. package/dist/baloise-design-system/{p-4e75ee3c87.system.entry.js → p-e4c30a31a7.system.entry.js} +1 -1
  255. package/dist/baloise-design-system/{p-e3167218.js → p-e53217f8.js} +1 -1
  256. package/dist/baloise-design-system/p-e6bf225a89.entry.js +1 -0
  257. package/dist/baloise-design-system/{p-f1c41da029.entry.js → p-e8382bd4a9.entry.js} +1 -1
  258. package/dist/baloise-design-system/p-e9445f4362.entry.js +1 -0
  259. package/dist/baloise-design-system/{p-af3fb420b3.system.entry.js → p-ea27183b2a.system.entry.js} +1 -1
  260. package/dist/baloise-design-system/{p-533956b7.system.js → p-ed32b0b9.system.js} +1 -1
  261. package/dist/baloise-design-system/p-f2c398a3.system.js +1 -0
  262. package/dist/baloise-design-system/{p-4d84f90534.entry.js → p-f39958528f.entry.js} +1 -1
  263. package/dist/baloise-design-system/p-fabb559661.entry.js +1 -0
  264. package/dist/baloise-design-system/{p-c416afcd52.entry.js → p-fd357a0c70.entry.js} +1 -1
  265. package/dist/baloise-design-system/p-ff46a92a47.system.entry.js +1 -0
  266. package/dist/baloise-design-system/p-ff7903eb.js +1 -0
  267. package/dist/cjs/app-globals-25e25924.js +7 -0
  268. package/dist/cjs/bal-accordion_4.cjs.entry.js +4 -4
  269. package/dist/cjs/bal-app.cjs.entry.js +5 -5
  270. package/dist/cjs/bal-badge.cjs.entry.js +1 -1
  271. package/dist/cjs/bal-button_2.cjs.entry.js +3 -11
  272. package/dist/cjs/bal-card_6.cjs.entry.js +1 -1
  273. package/dist/cjs/bal-carousel_2.cjs.entry.js +88 -307
  274. package/dist/cjs/bal-checkbox-button.cjs.entry.js +4 -4
  275. package/dist/cjs/bal-checkbox_2.cjs.entry.js +7 -44
  276. package/dist/cjs/bal-close.cjs.entry.js +1 -1
  277. package/dist/cjs/bal-content.cjs.entry.js +1 -1
  278. package/dist/cjs/bal-data_4.cjs.entry.js +1 -1
  279. package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +3 -3
  280. package/dist/cjs/bal-date-calendar_2.cjs.entry.js +7 -20
  281. package/dist/cjs/bal-date.cjs.entry.js +6 -31
  282. package/dist/cjs/bal-divider.cjs.entry.js +1 -1
  283. package/dist/cjs/bal-doc-app.cjs.entry.js +233 -0
  284. package/dist/cjs/bal-dropdown.cjs.entry.js +5 -5
  285. package/dist/cjs/bal-field_5.cjs.entry.js +3 -3
  286. package/dist/cjs/bal-file-upload.cjs.entry.js +7 -14
  287. package/dist/cjs/bal-footer.cjs.entry.js +3 -3
  288. package/dist/cjs/bal-form-col_2.cjs.entry.js +1 -1
  289. package/dist/cjs/bal-form.cjs.entry.js +2 -2
  290. package/dist/cjs/bal-heading_2.cjs.entry.js +3 -3
  291. package/dist/cjs/bal-hint_5.cjs.entry.js +8 -33
  292. package/dist/cjs/bal-icon.cjs.entry.js +3 -14
  293. package/dist/cjs/bal-input-group.cjs.entry.js +2 -2
  294. package/dist/cjs/bal-input-slider.cjs.entry.js +6 -20
  295. package/dist/cjs/bal-input-stepper.cjs.entry.js +6 -19
  296. package/dist/cjs/bal-input.cjs.entry.js +4 -17
  297. package/dist/cjs/bal-label.cjs.entry.js +2 -2
  298. package/dist/cjs/bal-list_8.cjs.entry.js +19 -19
  299. package/dist/cjs/bal-logo.cjs.entry.js +6 -6
  300. package/dist/cjs/bal-modal_3.cjs.entry.js +10 -36
  301. package/dist/cjs/bal-nav_8.cjs.entry.js +18 -37
  302. package/dist/cjs/bal-navbar_5.cjs.entry.js +13 -10
  303. package/dist/cjs/bal-notices_3.cjs.entry.js +5 -5
  304. package/dist/cjs/bal-notification.cjs.entry.js +2 -2
  305. package/dist/cjs/bal-number-input.cjs.entry.js +4 -17
  306. package/dist/cjs/bal-option_2.cjs.entry.js +6 -25
  307. package/dist/cjs/bal-pagination.cjs.entry.js +9 -9
  308. package/dist/cjs/bal-popup.cjs.entry.js +6 -37
  309. package/dist/cjs/bal-progress-bar.cjs.entry.js +7 -7
  310. package/dist/cjs/bal-radio-button.cjs.entry.js +5 -5
  311. package/dist/cjs/bal-radio_2.cjs.entry.js +7 -44
  312. package/dist/cjs/bal-segment_2.cjs.entry.js +11 -30
  313. package/dist/cjs/bal-select_2.cjs.entry.js +10 -29
  314. package/dist/cjs/bal-shape.cjs.entry.js +6 -6
  315. package/dist/cjs/bal-sheet.cjs.entry.js +2 -2
  316. package/dist/cjs/bal-spinner.cjs.entry.js +4 -4
  317. package/dist/cjs/bal-stack.cjs.entry.js +2 -2
  318. package/dist/cjs/bal-stage_6.cjs.entry.js +10 -10
  319. package/dist/cjs/bal-step-item.cjs.entry.js +3 -3
  320. package/dist/cjs/bal-steps.cjs.entry.js +15 -11
  321. package/dist/cjs/bal-tab-item_2.cjs.entry.js +172 -162
  322. package/dist/cjs/bal-table.cjs.entry.js +2 -2
  323. package/dist/cjs/bal-tag_2.cjs.entry.js +3 -3
  324. package/dist/cjs/bal-textarea.cjs.entry.js +4 -18
  325. package/dist/cjs/bal-time-input.cjs.entry.js +4 -17
  326. package/dist/cjs/bal-tooltip.cjs.entry.js +4 -4
  327. package/dist/cjs/baloise-design-system.cjs.js +6 -5
  328. package/dist/cjs/{breakpoints.decorator-2c97bb36.js → breakpoints.decorator-3d4613cc.js} +1 -1
  329. package/dist/cjs/{breakpoints.subject-f3104eb9.js → breakpoints.subject-45f33be0.js} +2 -2
  330. package/dist/cjs/{element-states.decorator-5aa9bf46.js → element-states.decorator-e2bc15ed.js} +1 -1
  331. package/dist/cjs/{floating-ui-9f03e1cf.js → floating-ui-24577c09.js} +2 -2
  332. package/dist/cjs/{focus.decorator-ec3a858c.js → focus.decorator-b93456af.js} +1 -1
  333. package/dist/cjs/{form-input-35653e8f.js → form-input-e4fdf58e.js} +1 -1
  334. package/dist/cjs/global-85ebe098.js +9 -0
  335. package/dist/cjs/{helpers-393c2183.js → helpers-94660ab2.js} +34 -3
  336. package/dist/cjs/{index-96c178a6.js → index-84f42282.js} +284 -163
  337. package/dist/cjs/index.cjs.js +8 -7
  338. package/dist/cjs/{initialize-6421e1c1.js → initialize-367b85e5.js} +2 -2
  339. package/dist/cjs/{keyboard.helpers-3c105b0c.js → keyboard.helpers-2093e793.js} +7 -0
  340. package/dist/cjs/loader.cjs.js +5 -4
  341. package/dist/cjs/{mutation.decorator-5ac1e198.js → mutation.decorator-a000b7ef.js} +17 -14
  342. package/dist/cjs/{overlays-e6d14274.js → overlays-4c465543.js} +1 -1
  343. package/dist/cjs/{resize.decorator-981b6817.js → resize.decorator-62d31afa.js} +21 -5
  344. package/dist/cjs/{swipe.decorator-391a0941.js → swipe.decorator-447ae00e.js} +1 -1
  345. package/dist/cjs/{swipe.subject-48bf62a1.js → swipe.subject-6deb82da.js} +2 -2
  346. package/dist/cjs/swiper.util-2c1a9dd3.js +450 -0
  347. package/dist/cjs/{tokens.esm-dbef942e.js → tokens.esm-ef47f2db.js} +1 -1
  348. package/dist/cjs/{window-resize.decorator-69ff6e4c.js → window-resize.decorator-b13d8403.js} +1 -1
  349. package/dist/collection/collection-manifest.json +3 -2
  350. package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +6 -0
  351. package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +6 -0
  352. package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +20 -0
  353. package/dist/collection/components/bal-accordion/bal-accordion.js +16 -0
  354. package/dist/collection/components/bal-app/bal-app.js +8 -4
  355. package/dist/collection/components/bal-badge/bal-badge.js +8 -0
  356. package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +6 -0
  357. package/dist/collection/components/bal-button/bal-button.js +60 -11
  358. package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +2 -0
  359. package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +14 -0
  360. package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +6 -0
  361. package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +2 -0
  362. package/dist/collection/components/bal-card/bal-card.js +18 -0
  363. package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +47 -39
  364. package/dist/collection/components/bal-carousel/bal-carousel.css +1 -1
  365. package/dist/collection/components/bal-carousel/bal-carousel.js +132 -228
  366. package/dist/collection/components/bal-carousel/controls/tab-control.js +8 -1
  367. package/dist/collection/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.js +14 -0
  368. package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +58 -26
  369. package/dist/collection/components/bal-checkbox/bal-checkbox.js +50 -14
  370. package/dist/collection/components/bal-close/bal-close.js +4 -0
  371. package/dist/collection/components/bal-content/bal-content.js +10 -0
  372. package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +4 -0
  373. package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +2 -0
  374. package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +6 -0
  375. package/dist/collection/components/bal-data/bal-data.js +4 -0
  376. package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +14 -0
  377. package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +16 -0
  378. package/dist/collection/components/bal-date/bal-date.js +68 -26
  379. package/dist/collection/components/bal-divider/bal-divider.js +8 -0
  380. package/dist/collection/components/bal-dropdown/bal-dropdown.js +40 -0
  381. package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +8 -0
  382. package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +6 -0
  383. package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +16 -0
  384. package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +10 -0
  385. package/dist/collection/components/bal-field/bal-field.js +14 -0
  386. package/dist/collection/components/bal-file-upload/bal-file-upload.js +46 -12
  387. package/dist/collection/components/bal-footer/bal-footer.js +8 -0
  388. package/dist/collection/components/bal-form/bal-form.js +6 -0
  389. package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +2 -0
  390. package/dist/collection/components/bal-heading/bal-heading.js +18 -0
  391. package/dist/collection/components/bal-hint/bal-hint.js +4 -0
  392. package/dist/collection/components/bal-icon/bal-icon.js +26 -14
  393. package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +45 -15
  394. package/dist/collection/components/bal-input/bal-input.js +74 -14
  395. package/dist/collection/components/bal-input-group/bal-input-group.js +7 -1
  396. package/dist/collection/components/bal-input-slider/bal-input-slider.js +44 -17
  397. package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +38 -16
  398. package/dist/collection/components/bal-label/bal-label.js +27 -1
  399. package/dist/collection/components/bal-list/bal-list-item/bal-list-item.js +16 -0
  400. package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +9 -3
  401. package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +6 -2
  402. package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +4 -2
  403. package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +4 -2
  404. package/dist/collection/components/bal-list/bal-list-item-subtitle/bal-list-item-subtitle.js +1 -1
  405. package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +5 -1
  406. package/dist/collection/components/bal-list/bal-list.js +11 -1
  407. package/dist/collection/components/bal-logo/bal-logo.js +8 -2
  408. package/dist/collection/components/bal-modal/bal-modal-body/bal-modal-body.js +1 -1
  409. package/dist/collection/components/bal-modal/bal-modal-header/bal-modal-header.js +1 -1
  410. package/dist/collection/components/bal-modal/bal-modal.js +58 -33
  411. package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +12 -2
  412. package/dist/collection/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.js +1 -1
  413. package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +3 -1
  414. package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +3 -1
  415. package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +5 -1
  416. package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +3 -1
  417. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +18 -8
  418. package/dist/collection/components/bal-nav/bal-nav.css +1 -1
  419. package/dist/collection/components/bal-nav/bal-nav.js +24 -16
  420. package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +19 -1
  421. package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +3 -1
  422. package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +3 -1
  423. package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +3 -1
  424. package/dist/collection/components/bal-navbar/bal-navbar.js +7 -1
  425. package/dist/collection/components/bal-notices/bal-notices.js +4 -2
  426. package/dist/collection/components/bal-notification/bal-notification.js +3 -1
  427. package/dist/collection/components/bal-number-input/bal-number-input.js +46 -14
  428. package/dist/collection/components/bal-option/bal-option.js +26 -8
  429. package/dist/collection/components/bal-option-list/bal-option-list.js +30 -14
  430. package/dist/collection/components/bal-pagination/bal-pagination.js +22 -4
  431. package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +19 -1
  432. package/dist/collection/components/bal-popover/bal-popover.js +53 -27
  433. package/dist/collection/components/bal-popup/bal-popup.js +58 -32
  434. package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +7 -1
  435. package/dist/collection/components/bal-radio/bal-radio-button/bal-radio-button.js +15 -1
  436. package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +64 -32
  437. package/dist/collection/components/bal-radio/bal-radio.js +38 -8
  438. package/dist/collection/components/bal-segment/bal-segment-item/bal-segment-item.js +13 -1
  439. package/dist/collection/components/bal-segment/bal-segment.js +34 -20
  440. package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +9 -1
  441. package/dist/collection/components/bal-select/bal-select.js +68 -24
  442. package/dist/collection/components/bal-shape/bal-shape.js +10 -4
  443. package/dist/collection/components/bal-sheet/bal-sheet.js +3 -1
  444. package/dist/collection/components/bal-snackbar/bal-snackbar.js +21 -1
  445. package/dist/collection/components/bal-spinner/bal-spinner.js +13 -3
  446. package/dist/collection/components/bal-stack/bal-stack.js +23 -1
  447. package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +8 -2
  448. package/dist/collection/components/bal-stage/bal-stage-body/bal-stage-body.js +1 -1
  449. package/dist/collection/components/bal-stage/bal-stage-foot/bal-stage-foot.js +1 -1
  450. package/dist/collection/components/bal-stage/bal-stage-head/bal-stage-head.js +1 -1
  451. package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +7 -3
  452. package/dist/collection/components/bal-stage/bal-stage.js +13 -1
  453. package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +22 -2
  454. package/dist/collection/components/bal-steps/bal-steps.css +1 -1
  455. package/dist/collection/components/bal-steps/bal-steps.js +19 -5
  456. package/dist/collection/components/bal-table/bal-table.js +3 -1
  457. package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +30 -2
  458. package/dist/collection/components/bal-tabs/bal-tabs.css +1 -1
  459. package/dist/collection/components/bal-tabs/bal-tabs.js +206 -125
  460. package/dist/collection/components/bal-tabs/components/tab-button.js +2 -2
  461. package/dist/collection/components/bal-tabs/components/tab-label.js +2 -2
  462. package/dist/collection/components/bal-tabs/components/tab-nav.js +7 -4
  463. package/dist/collection/components/bal-tabs/components/tab-select.js +2 -2
  464. package/dist/collection/components/bal-tag/bal-tag-group/bal-tag-group.js +1 -1
  465. package/dist/collection/components/bal-tag/bal-tag.js +17 -1
  466. package/dist/collection/components/bal-text/bal-text.js +28 -2
  467. package/dist/collection/components/bal-textarea/bal-textarea.js +54 -15
  468. package/dist/collection/components/bal-time-input/bal-time-input.js +32 -14
  469. package/dist/collection/components/bal-toast/bal-toast.js +9 -1
  470. package/dist/collection/components/bal-tooltip/bal-tooltip.js +11 -1
  471. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.css +1 -0
  472. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.js +247 -0
  473. package/dist/collection/index.js +1 -1
  474. package/dist/collection/utils/constants/version.constant.js +1 -1
  475. package/dist/collection/utils/floating-ui.js +2 -2
  476. package/dist/collection/utils/helpers.js +32 -2
  477. package/dist/collection/utils/keyboard/keyboard.helpers.js +6 -0
  478. package/dist/collection/utils/mutation/mutation.listener.js +16 -13
  479. package/dist/collection/utils/resize/resize.listener.js +19 -3
  480. package/dist/collection/utils/resize/resize.subject.js +2 -2
  481. package/dist/collection/utils/style.js +16 -3
  482. package/dist/collection/utils/swipe/swipe.listener.js +2 -2
  483. package/dist/collection/{components/bal-carousel → utils/swiper}/controls/dot-control.js +1 -1
  484. package/dist/collection/utils/swiper/controls/index.js +3 -0
  485. package/dist/collection/{components/bal-carousel → utils/swiper}/controls/large-control.js +2 -2
  486. package/dist/collection/{components/bal-carousel → utils/swiper}/controls/small-control.js +2 -2
  487. package/dist/collection/utils/swiper/index.js +1 -0
  488. package/dist/collection/{components/bal-carousel/bal-carousel.i18n.js → utils/swiper/swiper.i18n.js} +1 -1
  489. package/dist/collection/utils/swiper/swiper.util.js +322 -0
  490. package/dist/esm/app-globals-83570026.js +5 -0
  491. package/dist/esm/bal-accordion_4.entry.js +4 -4
  492. package/dist/esm/bal-app.entry.js +5 -5
  493. package/dist/esm/bal-badge.entry.js +1 -1
  494. package/dist/esm/bal-button_2.entry.js +3 -11
  495. package/dist/esm/bal-card_6.entry.js +1 -1
  496. package/dist/esm/bal-carousel_2.entry.js +88 -307
  497. package/dist/esm/bal-checkbox-button.entry.js +4 -4
  498. package/dist/esm/bal-checkbox_2.entry.js +7 -44
  499. package/dist/esm/bal-close.entry.js +1 -1
  500. package/dist/esm/bal-content.entry.js +1 -1
  501. package/dist/esm/bal-data_4.entry.js +1 -1
  502. package/dist/esm/bal-date-calendar-cell.entry.js +3 -3
  503. package/dist/esm/bal-date-calendar_2.entry.js +7 -20
  504. package/dist/esm/bal-date.entry.js +6 -31
  505. package/dist/esm/bal-divider.entry.js +1 -1
  506. package/dist/esm/bal-doc-app.entry.js +229 -0
  507. package/dist/esm/bal-dropdown.entry.js +5 -5
  508. package/dist/esm/bal-field_5.entry.js +3 -3
  509. package/dist/esm/bal-file-upload.entry.js +7 -14
  510. package/dist/esm/bal-footer.entry.js +3 -3
  511. package/dist/esm/bal-form-col_2.entry.js +1 -1
  512. package/dist/esm/bal-form.entry.js +2 -2
  513. package/dist/esm/bal-heading_2.entry.js +3 -3
  514. package/dist/esm/bal-hint_5.entry.js +8 -33
  515. package/dist/esm/bal-icon.entry.js +3 -14
  516. package/dist/esm/bal-input-group.entry.js +2 -2
  517. package/dist/esm/bal-input-slider.entry.js +6 -20
  518. package/dist/esm/bal-input-stepper.entry.js +6 -19
  519. package/dist/esm/bal-input.entry.js +4 -17
  520. package/dist/esm/bal-label.entry.js +2 -2
  521. package/dist/esm/bal-list_8.entry.js +19 -19
  522. package/dist/esm/bal-logo.entry.js +6 -6
  523. package/dist/esm/bal-modal_3.entry.js +10 -36
  524. package/dist/esm/bal-nav_8.entry.js +18 -37
  525. package/dist/esm/bal-navbar_5.entry.js +13 -10
  526. package/dist/esm/bal-notices_3.entry.js +5 -5
  527. package/dist/esm/bal-notification.entry.js +2 -2
  528. package/dist/esm/bal-number-input.entry.js +4 -17
  529. package/dist/esm/bal-option_2.entry.js +6 -25
  530. package/dist/esm/bal-pagination.entry.js +9 -9
  531. package/dist/esm/bal-popup.entry.js +6 -37
  532. package/dist/esm/bal-progress-bar.entry.js +7 -7
  533. package/dist/esm/bal-radio-button.entry.js +5 -5
  534. package/dist/esm/bal-radio_2.entry.js +7 -44
  535. package/dist/esm/bal-segment_2.entry.js +11 -30
  536. package/dist/esm/bal-select_2.entry.js +10 -29
  537. package/dist/esm/bal-shape.entry.js +6 -6
  538. package/dist/esm/bal-sheet.entry.js +2 -2
  539. package/dist/esm/bal-spinner.entry.js +4 -4
  540. package/dist/esm/bal-stack.entry.js +2 -2
  541. package/dist/esm/bal-stage_6.entry.js +10 -10
  542. package/dist/esm/bal-step-item.entry.js +3 -3
  543. package/dist/esm/bal-steps.entry.js +15 -11
  544. package/dist/esm/bal-tab-item_2.entry.js +170 -160
  545. package/dist/esm/bal-table.entry.js +2 -2
  546. package/dist/esm/bal-tag_2.entry.js +3 -3
  547. package/dist/esm/bal-textarea.entry.js +4 -18
  548. package/dist/esm/bal-time-input.entry.js +4 -17
  549. package/dist/esm/bal-tooltip.entry.js +4 -4
  550. package/dist/esm/baloise-design-system.js +7 -6
  551. package/dist/esm/{breakpoints.decorator-a8efc52b.js → breakpoints.decorator-d489f428.js} +1 -1
  552. package/dist/esm/{breakpoints.subject-0764e6ff.js → breakpoints.subject-d0b34510.js} +2 -2
  553. package/dist/esm/{element-states.decorator-0f2107d8.js → element-states.decorator-4cf6af31.js} +1 -1
  554. package/dist/esm/{floating-ui-82413f23.js → floating-ui-922202fe.js} +2 -2
  555. package/dist/esm/{focus.decorator-dc333802.js → focus.decorator-c2c05d01.js} +1 -1
  556. package/dist/esm/{form-input-264ad739.js → form-input-1f3d8337.js} +1 -1
  557. package/dist/esm/global-88c7b04e.js +7 -0
  558. package/dist/esm/{helpers-72ae7307.js → helpers-32d9e1cc.js} +33 -3
  559. package/dist/esm/{index-5b1faf93.js → index-8d2a7ce7.js} +284 -163
  560. package/dist/esm/index.js +9 -9
  561. package/dist/esm/{initialize-b9912138.js → initialize-22c1bebc.js} +2 -2
  562. package/dist/esm/{keyboard.helpers-b2dd6393.js → keyboard.helpers-159e517d.js} +7 -1
  563. package/dist/esm/loader.js +6 -5
  564. package/dist/esm/{mutation.decorator-74831883.js → mutation.decorator-0c202bed.js} +17 -14
  565. package/dist/esm/{overlays-73dcc4a8.js → overlays-fa0ccf81.js} +1 -1
  566. package/dist/esm/{resize.decorator-f2d8461d.js → resize.decorator-bd416c47.js} +21 -5
  567. package/dist/esm/{swipe.decorator-56b6d574.js → swipe.decorator-20f4a0cb.js} +1 -1
  568. package/dist/esm/{swipe.subject-683f7c7b.js → swipe.subject-e3db5994.js} +2 -2
  569. package/dist/esm/swiper.util-3e090584.js +445 -0
  570. package/dist/esm/{tokens.esm-69df759d.js → tokens.esm-28388bbc.js} +1 -1
  571. package/dist/esm/{window-resize.decorator-53d6279e.js → window-resize.decorator-ab7c4574.js} +1 -1
  572. package/dist/esm-es5/app-globals-83570026.js +1 -0
  573. package/dist/esm-es5/bal-accordion_4.entry.js +1 -1
  574. package/dist/esm-es5/bal-app.entry.js +1 -1
  575. package/dist/esm-es5/bal-badge.entry.js +1 -1
  576. package/dist/esm-es5/bal-button_2.entry.js +1 -1
  577. package/dist/esm-es5/bal-card_6.entry.js +1 -1
  578. package/dist/esm-es5/bal-carousel_2.entry.js +1 -1
  579. package/dist/esm-es5/bal-checkbox-button.entry.js +1 -1
  580. package/dist/esm-es5/bal-checkbox_2.entry.js +1 -1
  581. package/dist/esm-es5/bal-close.entry.js +1 -1
  582. package/dist/esm-es5/bal-content.entry.js +1 -1
  583. package/dist/esm-es5/bal-data_4.entry.js +1 -1
  584. package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -1
  585. package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -1
  586. package/dist/esm-es5/bal-date.entry.js +1 -1
  587. package/dist/esm-es5/bal-divider.entry.js +1 -1
  588. package/dist/esm-es5/bal-doc-app.entry.js +1 -0
  589. package/dist/esm-es5/bal-dropdown.entry.js +1 -1
  590. package/dist/esm-es5/bal-field_5.entry.js +1 -1
  591. package/dist/esm-es5/bal-file-upload.entry.js +1 -1
  592. package/dist/esm-es5/bal-footer.entry.js +1 -1
  593. package/dist/esm-es5/bal-form-col_2.entry.js +1 -1
  594. package/dist/esm-es5/bal-form.entry.js +1 -1
  595. package/dist/esm-es5/bal-heading_2.entry.js +1 -1
  596. package/dist/esm-es5/bal-hint_5.entry.js +1 -1
  597. package/dist/esm-es5/bal-icon.entry.js +1 -1
  598. package/dist/esm-es5/bal-input-group.entry.js +1 -1
  599. package/dist/esm-es5/bal-input-slider.entry.js +1 -1
  600. package/dist/esm-es5/bal-input-stepper.entry.js +1 -1
  601. package/dist/esm-es5/bal-input.entry.js +1 -1
  602. package/dist/esm-es5/bal-label.entry.js +1 -1
  603. package/dist/esm-es5/bal-list_8.entry.js +1 -1
  604. package/dist/esm-es5/bal-logo.entry.js +1 -1
  605. package/dist/esm-es5/bal-modal_3.entry.js +1 -1
  606. package/dist/esm-es5/bal-nav_8.entry.js +1 -1
  607. package/dist/esm-es5/bal-navbar_5.entry.js +1 -1
  608. package/dist/esm-es5/bal-notices_3.entry.js +1 -1
  609. package/dist/esm-es5/bal-notification.entry.js +1 -1
  610. package/dist/esm-es5/bal-number-input.entry.js +1 -1
  611. package/dist/esm-es5/bal-option_2.entry.js +1 -1
  612. package/dist/esm-es5/bal-pagination.entry.js +1 -1
  613. package/dist/esm-es5/bal-popup.entry.js +1 -1
  614. package/dist/esm-es5/bal-progress-bar.entry.js +1 -1
  615. package/dist/esm-es5/bal-radio-button.entry.js +1 -1
  616. package/dist/esm-es5/bal-radio_2.entry.js +1 -1
  617. package/dist/esm-es5/bal-segment_2.entry.js +1 -1
  618. package/dist/esm-es5/bal-select_2.entry.js +1 -1
  619. package/dist/esm-es5/bal-shape.entry.js +1 -1
  620. package/dist/esm-es5/bal-sheet.entry.js +1 -1
  621. package/dist/esm-es5/bal-spinner.entry.js +1 -1
  622. package/dist/esm-es5/bal-stack.entry.js +1 -1
  623. package/dist/esm-es5/bal-stage_6.entry.js +1 -1
  624. package/dist/esm-es5/bal-step-item.entry.js +1 -1
  625. package/dist/esm-es5/bal-steps.entry.js +1 -1
  626. package/dist/esm-es5/bal-tab-item_2.entry.js +1 -1
  627. package/dist/esm-es5/bal-table.entry.js +1 -1
  628. package/dist/esm-es5/bal-tag_2.entry.js +1 -1
  629. package/dist/esm-es5/bal-textarea.entry.js +1 -1
  630. package/dist/esm-es5/bal-time-input.entry.js +1 -1
  631. package/dist/esm-es5/bal-tooltip.entry.js +1 -1
  632. package/dist/esm-es5/baloise-design-system.js +1 -1
  633. package/dist/esm-es5/breakpoints.decorator-d489f428.js +1 -0
  634. package/dist/esm-es5/{breakpoints.subject-0764e6ff.js → breakpoints.subject-d0b34510.js} +1 -1
  635. package/dist/esm-es5/{element-states.decorator-0f2107d8.js → element-states.decorator-4cf6af31.js} +1 -1
  636. package/dist/esm-es5/floating-ui-922202fe.js +1 -0
  637. package/dist/esm-es5/{focus.decorator-dc333802.js → focus.decorator-c2c05d01.js} +1 -1
  638. package/dist/esm-es5/{form-input-264ad739.js → form-input-1f3d8337.js} +1 -1
  639. package/dist/esm-es5/global-88c7b04e.js +1 -0
  640. package/dist/esm-es5/helpers-32d9e1cc.js +1 -0
  641. package/dist/esm-es5/index-8d2a7ce7.js +2 -0
  642. package/dist/esm-es5/index.js +1 -1
  643. package/dist/esm-es5/{initialize-b9912138.js → initialize-22c1bebc.js} +1 -1
  644. package/dist/esm-es5/keyboard.helpers-159e517d.js +1 -0
  645. package/dist/esm-es5/loader.js +1 -1
  646. package/dist/esm-es5/mutation.decorator-0c202bed.js +1 -0
  647. package/dist/esm-es5/{overlays-73dcc4a8.js → overlays-fa0ccf81.js} +1 -1
  648. package/dist/esm-es5/resize.decorator-bd416c47.js +1 -0
  649. package/dist/esm-es5/{swipe.decorator-56b6d574.js → swipe.decorator-20f4a0cb.js} +1 -1
  650. package/dist/esm-es5/swipe.subject-e3db5994.js +1 -0
  651. package/dist/esm-es5/swiper.util-3e090584.js +1 -0
  652. package/dist/esm-es5/{window-resize.decorator-53d6279e.js → window-resize.decorator-ab7c4574.js} +1 -1
  653. package/dist/html.html-data.json +2 -2
  654. package/dist/types/components/bal-carousel/bal-carousel-item/bal-carousel-item.d.ts +3 -2
  655. package/dist/types/components/bal-carousel/bal-carousel.d.ts +20 -33
  656. package/dist/types/components/bal-icon/bal-icon.d.ts +0 -6
  657. package/dist/types/components/bal-steps/bal-steps.d.ts +2 -1
  658. package/dist/types/components/bal-tabs/bal-tabs.d.ts +30 -13
  659. package/dist/types/components/bal-tabs/components/tab-button.d.ts +1 -1
  660. package/dist/types/components/bal-tabs/components/tab-label.d.ts +1 -0
  661. package/dist/types/components/bal-tabs/components/tab-nav.d.ts +4 -1
  662. package/dist/types/components/docs/bal-doc-app/bal-doc-app.d.ts +21 -0
  663. package/dist/types/components.d.ts +44 -9
  664. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/icons/src/index.d.ts +82 -0
  665. package/dist/types/index.d.ts +1 -1
  666. package/dist/types/utils/helpers.d.ts +2 -0
  667. package/dist/types/utils/keyboard/keyboard.helpers.d.ts +4 -0
  668. package/dist/types/utils/resize/resize.interfaces.d.ts +4 -1
  669. package/dist/types/utils/resize/resize.listener.d.ts +2 -0
  670. package/dist/types/utils/style.d.ts +1 -0
  671. package/dist/types/utils/swiper/controls/index.d.ts +3 -0
  672. package/dist/types/utils/swiper/index.d.ts +2 -0
  673. package/dist/types/utils/swiper/swiper.i18n.d.ts +7 -0
  674. package/dist/types/utils/swiper/swiper.type.d.ts +31 -0
  675. package/dist/types/utils/swiper/swiper.util.d.ts +92 -0
  676. package/package.json +8 -8
  677. package/components/bal-carousel-item2.js +0 -115
  678. package/components/bal-carousel2.js +0 -530
  679. package/components/bal-pagination2.js +0 -313
  680. package/components/bal-select-option2.js +0 -47
  681. package/components/bal-select2.js +0 -868
  682. package/components/listen.js +0 -58
  683. package/dist/baloise-design-system/p-00281d6b.js +0 -1
  684. package/dist/baloise-design-system/p-04979ee232.entry.js +0 -1
  685. package/dist/baloise-design-system/p-075bcd8c56.system.entry.js +0 -1
  686. package/dist/baloise-design-system/p-0935940ea0.system.entry.js +0 -1
  687. package/dist/baloise-design-system/p-0aa1d6a4.system.js +0 -1
  688. package/dist/baloise-design-system/p-0c51c999.js +0 -1
  689. package/dist/baloise-design-system/p-0e361394.js +0 -1
  690. package/dist/baloise-design-system/p-0fd1b4ed34.entry.js +0 -1
  691. package/dist/baloise-design-system/p-116b65a6.system.js +0 -1
  692. package/dist/baloise-design-system/p-12701030b2.system.entry.js +0 -1
  693. package/dist/baloise-design-system/p-1400a7e9cc.entry.js +0 -1
  694. package/dist/baloise-design-system/p-18fbeec32d.system.entry.js +0 -1
  695. package/dist/baloise-design-system/p-19abec97c4.entry.js +0 -1
  696. package/dist/baloise-design-system/p-1c118a88.system.js +0 -1
  697. package/dist/baloise-design-system/p-20d7a74311.system.entry.js +0 -1
  698. package/dist/baloise-design-system/p-218f416b89.entry.js +0 -1
  699. package/dist/baloise-design-system/p-2539ba43.js +0 -2
  700. package/dist/baloise-design-system/p-25e640839d.system.entry.js +0 -1
  701. package/dist/baloise-design-system/p-2767b62167.system.entry.js +0 -1
  702. package/dist/baloise-design-system/p-27d3f5d35a.system.entry.js +0 -1
  703. package/dist/baloise-design-system/p-2ad664ad93.entry.js +0 -1
  704. package/dist/baloise-design-system/p-33101c54.js +0 -1
  705. package/dist/baloise-design-system/p-3814316946.entry.js +0 -1
  706. package/dist/baloise-design-system/p-3a0a84fbcc.system.entry.js +0 -1
  707. package/dist/baloise-design-system/p-3d1747bc.system.js +0 -1
  708. package/dist/baloise-design-system/p-47ae469120.entry.js +0 -1
  709. package/dist/baloise-design-system/p-4d807f18.system.js +0 -1
  710. package/dist/baloise-design-system/p-50927d70.js +0 -1
  711. package/dist/baloise-design-system/p-51380295.system.js +0 -1
  712. package/dist/baloise-design-system/p-53b859d3c4.entry.js +0 -1
  713. package/dist/baloise-design-system/p-562c360455.entry.js +0 -1
  714. package/dist/baloise-design-system/p-58f7826179.entry.js +0 -1
  715. package/dist/baloise-design-system/p-5bbc6e33c0.entry.js +0 -1
  716. package/dist/baloise-design-system/p-62936f4a8b.entry.js +0 -1
  717. package/dist/baloise-design-system/p-68392bc0e8.system.entry.js +0 -1
  718. package/dist/baloise-design-system/p-6d6a2f64f2.entry.js +0 -1
  719. package/dist/baloise-design-system/p-6e79b03ef3.entry.js +0 -1
  720. package/dist/baloise-design-system/p-77a1d547e2.system.entry.js +0 -1
  721. package/dist/baloise-design-system/p-7a883fd6ed.system.entry.js +0 -1
  722. package/dist/baloise-design-system/p-7e50273c21.entry.js +0 -1
  723. package/dist/baloise-design-system/p-85d9ea863b.system.entry.js +0 -1
  724. package/dist/baloise-design-system/p-8669493951.system.entry.js +0 -1
  725. package/dist/baloise-design-system/p-8a1bb350f1.system.entry.js +0 -1
  726. package/dist/baloise-design-system/p-9311066eb2.system.entry.js +0 -1
  727. package/dist/baloise-design-system/p-95a4f1be.js +0 -1
  728. package/dist/baloise-design-system/p-9d29364f13.entry.js +0 -1
  729. package/dist/baloise-design-system/p-9d3f7645.system.js +0 -1
  730. package/dist/baloise-design-system/p-9eb4e04e90.system.entry.js +0 -1
  731. package/dist/baloise-design-system/p-9f54cfc70b.entry.js +0 -1
  732. package/dist/baloise-design-system/p-a33ee4ca30.entry.js +0 -1
  733. package/dist/baloise-design-system/p-a5a8da4e09.entry.js +0 -1
  734. package/dist/baloise-design-system/p-a6556b9bd0.entry.js +0 -1
  735. package/dist/baloise-design-system/p-a76969fe16.entry.js +0 -1
  736. package/dist/baloise-design-system/p-aa08fe2376.entry.js +0 -1
  737. package/dist/baloise-design-system/p-ab64213bd1.system.entry.js +0 -1
  738. package/dist/baloise-design-system/p-ad58876e8c.entry.js +0 -1
  739. package/dist/baloise-design-system/p-ae2292f251.system.entry.js +0 -1
  740. package/dist/baloise-design-system/p-af4c6af2.js +0 -1
  741. package/dist/baloise-design-system/p-b0120babb2.entry.js +0 -1
  742. package/dist/baloise-design-system/p-b5c538994b.system.entry.js +0 -1
  743. package/dist/baloise-design-system/p-ba9c735428.entry.js +0 -1
  744. package/dist/baloise-design-system/p-be61baa681.entry.js +0 -1
  745. package/dist/baloise-design-system/p-c6ee7ff820.system.entry.js +0 -1
  746. package/dist/baloise-design-system/p-c9dce0f3ea.system.entry.js +0 -1
  747. package/dist/baloise-design-system/p-ca0e100fe8.entry.js +0 -1
  748. package/dist/baloise-design-system/p-ce3173af38.system.entry.js +0 -1
  749. package/dist/baloise-design-system/p-ce674dca.js +0 -1
  750. package/dist/baloise-design-system/p-d21e99c2da.system.entry.js +0 -1
  751. package/dist/baloise-design-system/p-d532d41212.system.entry.js +0 -1
  752. package/dist/baloise-design-system/p-d67f7321.system.js +0 -2
  753. package/dist/baloise-design-system/p-d88acac29e.system.entry.js +0 -1
  754. package/dist/baloise-design-system/p-d97dc6a8.system.js +0 -1
  755. package/dist/baloise-design-system/p-dc032a0d49.entry.js +0 -1
  756. package/dist/baloise-design-system/p-e563e447.js +0 -1
  757. package/dist/baloise-design-system/p-e5724f1013.system.entry.js +0 -1
  758. package/dist/baloise-design-system/p-ec4cf5cec6.entry.js +0 -1
  759. package/dist/baloise-design-system/p-edbd880ce1.entry.js +0 -1
  760. package/dist/baloise-design-system/p-ee3c7a38.system.js +0 -1
  761. package/dist/baloise-design-system/p-fc915218bf.entry.js +0 -1
  762. package/dist/baloise-design-system/p-fe30593a.js +0 -1
  763. package/dist/cjs/app-globals-661b320a.js +0 -11
  764. package/dist/cjs/listen-b42a4134.js +0 -60
  765. package/dist/cjs/style-799e9253.js +0 -27
  766. package/dist/collection/utils/listen.js +0 -55
  767. package/dist/esm/app-globals-665b5c71.js +0 -9
  768. package/dist/esm/listen-d1712e70.js +0 -58
  769. package/dist/esm/style-ca1bd202.js +0 -24
  770. package/dist/esm-es5/app-globals-665b5c71.js +0 -1
  771. package/dist/esm-es5/breakpoints.decorator-a8efc52b.js +0 -1
  772. package/dist/esm-es5/floating-ui-82413f23.js +0 -1
  773. package/dist/esm-es5/helpers-72ae7307.js +0 -1
  774. package/dist/esm-es5/index-5b1faf93.js +0 -2
  775. package/dist/esm-es5/keyboard.helpers-b2dd6393.js +0 -1
  776. package/dist/esm-es5/listen-d1712e70.js +0 -1
  777. package/dist/esm-es5/mutation.decorator-74831883.js +0 -1
  778. package/dist/esm-es5/resize.decorator-f2d8461d.js +0 -1
  779. package/dist/esm-es5/style-ca1bd202.js +0 -1
  780. package/dist/esm-es5/swipe.subject-683f7c7b.js +0 -1
  781. package/dist/types/components/bal-carousel/bal-carousel.i18n.d.ts +0 -7
  782. package/dist/types/components/bal-carousel/bal-carousel.type.d.ts +0 -18
  783. package/dist/types/utils/listen.d.ts +0 -12
  784. /package/dist/baloise-design-system/{p-0521dc23.js → p-37aeaf8b.js} +0 -0
  785. /package/dist/baloise-design-system/{p-342d34ac.system.js → p-88489cf7.system.js} +0 -0
  786. /package/dist/collection/{components/bal-carousel/bal-carousel.type.js → utils/swiper/swiper.type.js} +0 -0
  787. /package/dist/esm-es5/{tokens.esm-69df759d.js → tokens.esm-28388bbc.js} +0 -0
  788. /package/dist/types/{components/bal-carousel → utils/swiper}/controls/dot-control.d.ts +0 -0
  789. /package/dist/types/{components/bal-carousel → utils/swiper}/controls/large-control.d.ts +0 -0
  790. /package/dist/types/{components/bal-carousel → utils/swiper}/controls/small-control.d.ts +0 -0
@@ -0,0 +1 @@
1
+ var __extends=this&&this.__extends||function(){var a=function(n,t){a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,n){a.__proto__=n}||function(a,n){for(var t in n)if(Object.prototype.hasOwnProperty.call(n,t))a[t]=n[t]};return a(n,t)};return function(n,t){if(typeof t!=="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");a(n,t);function i(){this.constructor=n}n.prototype=t===null?Object.create(t):(i.prototype=t.prototype,new i)}}();var __awaiter=this&&this.__awaiter||function(a,n,t,i){function e(a){return a instanceof t?a:new t((function(n){n(a)}))}return new(t||(t=Promise))((function(t,r){function l(a){try{s(i.next(a))}catch(a){r(a)}}function o(a){try{s(i["throw"](a))}catch(a){r(a)}}function s(a){a.done?t(a.value):e(a.value).then(l,o)}s((i=i.apply(a,n||[])).next())}))};var __generator=this&&this.__generator||function(a,n){var t={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},i,e,r,l;return l={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(l[Symbol.iterator]=function(){return this}),l;function o(a){return function(n){return s([a,n])}}function s(o){if(i)throw new TypeError("Generator is already executing.");while(l&&(l=0,o[0]&&(t=0)),t)try{if(i=1,e&&(r=o[0]&2?e["return"]:o[0]?e["throw"]||((r=e["return"])&&r.call(e),0):e.next)&&!(r=r.call(e,o[1])).done)return r;if(e=0,r)o=[o[0]&2,r.value];switch(o[0]){case 0:case 1:r=o;break;case 4:t.label++;return{value:o[1],done:false};case 5:t.label++;e=o[1];o=[0];continue;case 7:o=t.ops.pop();t.trys.pop();continue;default:if(!(r=t.trys,r=r.length>0&&r[r.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!r||o[1]>r[0]&&o[1]<r[3])){t.label=o[1];break}if(o[0]===6&&t.label<r[1]){t.label=r[1];r=o;break}if(r&&t.label<r[2]){t.label=r[2];t.ops.push(o);break}if(r[2])t.ops.pop();t.trys.pop();continue}o=n.call(a,t)}catch(a){o=[6,a];e=0}finally{i=r=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};System.register(["./p-7961e095.system.js","./p-6dbef894.system.js","./p-db0895e2.system.js","./p-23bdd8dc.system.js","./p-a1f6e944.system.js","./p-f19ea306.system.js","./p-a2090a9d.system.js","./p-c1db8468.system.js","./p-bb6304d0.system.js","./p-97f3a682.system.js","./p-a06fe6d4.system.js","./p-0177e3a0.system.js","./p-f2c398a3.system.js","./p-b3f2c626.system.js","./p-145d5c4e.system.js","./p-ec9a7cf5.system.js","./p-eecefb0a.system.js","./p-88489cf7.system.js"],(function(a){"use strict";var n,t,i,e,r,l,o,s,b,c,u,d,v,m,h,p,f,g,k;return{setters:[function(a){n=a.h;t=a.r;i=a.c;e=a.H;r=a.g},function(a){l=a._;o=a.a},function(a){s=a.B},function(a){b=a.L},function(a){c=a.b},function(a){u=a.B},function(a){d=a.w;v=a.d},function(a){m=a.b},function(a){h=a.d},function(a){p=a.L},function(a){f=a.L},function(a){g=a.L},function(a){k=a.L},function(){},function(){},function(){},function(){},function(){}],execute:function(){var _=function(){function a(a,n){var t=this;this.observer=n;this.clickable=false;this.active=false;this.data=undefined;this.label=a.label;this.id="nav-link-item-".concat(w++);this.value=a.value||this.id;this.href=a.href;this.target=a.target;this.active=!!a.active;this.clickable=!!a.clickable;this.data=a.data;this.onClick=function(n){t.observer.linkItemClickListener(t);if(a.onClick){a.onClick(n)}};this.onAccordionClick=function(n){t.observer.accordionClickListener(t);if(a.onAccordionClick){a.onAccordionClick(n)}}}Object.defineProperty(a.prototype,"type",{get:function(){return"NavLinkItem"},enumerable:false,configurable:true});Object.defineProperty(a.prototype,"isLink",{get:function(){return this.href!==undefined&&this.href!==null&&this.href!==""},enumerable:false,configurable:true});a.prototype.toJson=function(){return{label:this.label,value:this.value,href:this.href,target:this.target,data:this.data}};a.prototype.renderTouch=function(a){var t=this;var i=s.block("nav");return n("li",null,n("a",{id:this.id,class:Object.assign(Object.assign(Object.assign({},i.element("mobile-links").class()),i.element("mobile-links").modifier("selected").class(this.active)),i.element("mobile-links").modifier("clickable").class(this.clickable)),href:this.href,target:this.target,onClick:function(a){return t.onClick(a)}},this.label))};a.prototype.render=function(a){var t=this;return n("bal-nav-link",{role:"listitem",href:this.href,target:this.target,clickable:this.clickable,selected:this.active,onClick:function(a){return t.onClick(a)}},this.label)};return a}();var w=0;var x=function(a){__extends(t,a);function t(n,t){var i=a.call(this,n,t)||this;i.linkItems=[];i.htmlTitle=n.htmlTitle;i.label=n.label;i.href=n.href;i.target=n.target;i.id="nav-section-link-item-".concat(y++);i.value=n.value||i.id;i.linkItems=(n.linkItems||[]).map((function(a){return new _(a,t)}));return i}Object.defineProperty(t.prototype,"type",{get:function(){return"NavSectionLinkItem"},enumerable:false,configurable:true});t.prototype.renderTouch=function(a){var t=this;var i=s.block("nav");var e=this.linkItems&&this.linkItems.length>0;return n("li",null,n("a",{id:this.id,class:Object.assign(Object.assign(Object.assign({},i.element("mobile-section-item").class()),i.element("mobile-section-item").modifier("selected").class(this.active)),i.element("mobile-section-item").modifier("clickable").class(this.clickable)),href:this.href,target:this.target,onClick:function(a){return t.onClick(a)}},this.label),e?n("ul",{class:Object.assign({},i.element("mobile-links-list").class())},this.linkItems.map((function(a){return a.renderTouch()}))):"")};t.prototype.render=function(a){var t=this;return n("bal-nav-link-group",{role:"list"},n("bal-nav-link",{role:"listitem",variant:"title",href:this.href,target:this.target,selected:this.active,onClick:function(a){return t.onClick(a)}},this.label),this.linkItems.map((function(a){return a.render()})))};return t}(_);var y=0;var j=function(a){__extends(t,a);function t(n,t){var i=a.call(this,n,t)||this;i.color="grey";i.linkItems=[];i.id="nav-service-link-item-".concat(O++);i.value=n.value||i.id;i.color=n.color||"grey";i.linkItems=(n.linkItems||[]).map((function(a){return new _(a,t)}));return i}Object.defineProperty(t.prototype,"type",{get:function(){return"NavServiceLinkItem"},enumerable:false,configurable:true});t.prototype.renderTouch=function(a){var t=this;var i=s.block("nav");var e=this.linkItems&&this.linkItems.length>0;return n("li",{class:Object.assign(Object.assign(Object.assign(Object.assign({},i.element("mobile-service-item").class()),i.element("mobile-service-item").modifier("color-".concat(this.color)).class()),i.element("mobile-service-item").modifier("selected").class(this.active)),i.element("mobile-service-item").modifier("clickable").class(this.clickable))},n("a",{id:this.id,href:this.href,target:this.target,onClick:function(a){return t.onClick(a)}},this.label),e?n("ul",{class:Object.assign({},i.element("mobile-links-list").class())},this.linkItems.map((function(a){return a.renderTouch()}))):"")};t.prototype.render=function(a){var t=this;return n("bal-nav-link-group",{color:this.color,role:"list"},n("bal-nav-link",{role:"listitem",variant:"title",href:this.href,target:this.target,selected:this.active,onClick:function(a){return t.onClick(a)}},this.label),this.linkItems.map((function(a){return a.render()})))};return t}(_);var O=0;var z=function(a){var t=a.id,i=a.label,e=a.level,r=a.open,l=a.link,o=a.href,b=a.target,c=a.onClick;var u=s.block("nav");return l?n("a",{id:t,class:Object.assign({},u.element("mobile-".concat(e,"-item")).class()),href:o,target:b,onClick:function(a){return c(a)}},n("span",null,i)):n("button",{id:t,class:Object.assign({},u.element("mobile-".concat(e,"-item")).class()),onClick:function(a){return c(a)}},n("span",null,i),n("bal-icon",{name:"nav-go-down",size:"small",turn:r}))};var L=function(a){var t=a.item,i=a.isMenu,e=a.onClick,r=a.isVisible;var l=s.block("nav");if(!t){return""}return n("a",{class:Object.assign(Object.assign(Object.assign({},l.element("mobile-overview-link").class()),l.element("mobile-overview-link").modifier("menu").class(!!i)),l.element("mobile-overview-link").modifier("invisible").class(r===false)),href:t.href,target:t.target,onClick:function(a){return e(a)}},t.label," ",t.label?"➞":"")};var C=function(a){__extends(t,a);function t(n,t){var i=a.call(this,n,t)||this;i.sectionLinkItems=[];i.serviceLinkItems=[];i.id="nav-menu-link-item-".concat(F++);i.value=n.value||i.id;i.sectionLinkItems=(n.sectionLinkItems||[]).map((function(a){return new x(a,t)}));i.serviceLinkItems=(n.serviceLinkItems||[]).map((function(a){return new j(a,t)}));i.overviewLink=n.overviewLink?new _(n.overviewLink,t):undefined;return i}Object.defineProperty(t.prototype,"type",{get:function(){return"NavMenuLinkItem"},enumerable:false,configurable:true});t.prototype.renderTouch=function(a){var t=this;var i=s.block("nav");var e=this.sectionLinkItems&&this.sectionLinkItems.length>0;var r=this.serviceLinkItems&&this.serviceLinkItems.length>0;var l=(a===null||a===void 0?void 0:a.activeMenuLinkValue)===this.value;return n("li",null,n(z,{id:this.id,level:"menu",label:this.label,href:this.href,target:this.target,link:e||r?false:this.isLink,open:l,onClick:function(a){return t.onAccordionClick(a)}}),n(L,{item:this.overviewLink,onClick:function(a){return t.onClick(a)},isMenu:true,isVisible:l}),e?n("ul",{class:Object.assign(Object.assign({},i.element("mobile-section-list").class()),i.element("mobile-section-list").modifier("invisible").class(l===false))},this.sectionLinkItems.map((function(a){return a.renderTouch()}))):"",r?n("ul",{class:Object.assign(Object.assign({},i.element("mobile-service-list").class()),i.element("mobile-service-list").modifier("invisible").class(l===false))},this.serviceLinkItems.map((function(a){return a.renderTouch()}))):"")};t.prototype.render=function(a){var t=this;var i=this.sectionLinkItems.length>0||this.serviceLinkItems.length>0;if(!i&&this.isLink){return n("bal-tab-item",{aria:{controls:a.flyoutId},label:this.label,value:this.value,href:this.href,target:this.target,"no-panel":true})}return n("bal-tab-item",{aria:{controls:a.flyoutId},label:this.label,value:this.value,"no-panel":true,onBalNavigate:function(n){a===null||a===void 0?void 0:a.onClick();if(t.onClick){t.onClick(n.detail)}}})};return t}(_);var F=0;var M=function(a){__extends(t,a);function t(n,t){var i=a.call(this,n,t)||this;i.mainLinkItems=[];i.id="nav-meta-link-item-".concat(I++);i.value=n.value||i.id;i.mainLinkItems=(n.mainLinkItems||[]).map((function(a){return new C(a,t)}));i.overviewLink=n.overviewLink?new _(n.overviewLink,t):undefined;return i}Object.defineProperty(t.prototype,"type",{get:function(){return"NavMetaLinkItem"},enumerable:false,configurable:true});t.prototype.renderTouch=function(a){var t=this;var i=s.block("nav");var e=(a===null||a===void 0?void 0:a.activeMetaLinkValue)===this.value;return n("li",null,n(z,{id:this.id,level:"meta",label:this.label,open:e,link:this.mainLinkItems.length>0?false:this.isLink,href:this.href,target:this.target,onClick:function(a){return t.onAccordionClick(a)}}),e?n(L,{item:this.overviewLink,onClick:function(a){return t.onClick(a)}}):"",e?n("hr",{class:Object.assign(Object.assign({},i.element("line").class()),i.element("line").modifier("up").class())}):"",e&&this.mainLinkItems&&this.mainLinkItems.length>0?n("ul",{class:Object.assign({},i.element("mobile-menu-list").class())},this.mainLinkItems.map((function(n){return n.renderTouch({activeMetaLinkValue:a.activeMetaLinkValue,activeMenuLinkValue:a.activeMenuLinkValue})}))):"",n("hr",{class:Object.assign({},i.element("line").class())}))};t.prototype.render=function(a){var t=this;if(this.isLink){return n("bal-tab-item",{aria:{controls:a.flyoutId},label:this.label,value:this.value,href:this.href,target:this.target,"no-panel":true})}return n("bal-tab-item",{aria:{controls:a.flyoutId},label:this.label,value:this.value,"no-panel":true,onBalNavigate:function(a){if(t.onClick){t.onClick(a.detail)}}})};return t}(_);var I=0;var N=function(a){__extends(t,a);function t(n,t){var i=a.call(this,n,t)||this;i.touchPlacement="top";i.id="nav-meta-button-".concat(A++);i.touchPlacement=n.touchPlacement||"top";i.value=n.value||i.id;i.icon=n.icon;i.popoverId=n.popupId;i.ariaLabel=n.ariaLabel;i.htmlTitle=n.htmlTitle;i.href=n.href||"";i.target=n.target||"_self";return i}Object.defineProperty(t.prototype,"type",{get:function(){return"NavMetaButton"},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"isLink",{get:function(){return!!this.href},enumerable:false,configurable:true});t.prototype.renderAtMetaBar=function(){if(this.isLink){return n("bal-button",{id:this.value,color:"light",size:"small",icon:this.icon,square:!this.label||this.label.length<3,inverted:true,href:this.href,target:this.target,aria:{title:this.htmlTitle,label:this.label}},this.label)}return n("bal-button",{id:this.value,class:"bal-popup-permanent-trigger bal-nav__popup--desktop",color:"light",size:"small",icon:this.icon,square:!this.label||this.label.length<3,aria:{title:this.htmlTitle,label:this.label},inverted:true,"bal-popup":this.popoverId,"bal-popup-variant":"popover","bal-popup-arrow":"true","bal-popup-backdrop":"true","bal-popup-backdrop-dismiss":"true","bal-popup-closable":"true","bal-popup-placement":"bottom-end","bal-popup-reference":"bal-nav__meta-buttons"},this.label)};t.prototype.renderAtTouchTopMetaBar=function(){if(this.touchPlacement==="top"){if(this.isLink){return n("bal-button",{id:this.value,color:"light",icon:this.icon,square:!!this.icon||!this.label||this.label.length<3,href:this.href,target:this.target,aria:{title:this.htmlTitle,label:this.label}},this.icon?"":this.label)}return n("bal-button",{id:this.value,class:"bal-nav__popup--touch-top",color:"light",icon:this.icon,square:!!this.icon||!this.label||this.label.length<3,inverted:false,aria:{title:this.htmlTitle,label:this.label},"bal-popup":this.popoverId,"bal-popup-variant":"fullscreen","bal-popup-closable":"true","bal-popup-offset":"64"},this.icon?"":this.label)}};t.prototype.renderAtTouchBottomMetaBar=function(){if(this.touchPlacement==="bottom"){if(this.isLink){return n("bal-button",{id:this.value,color:"info",inverted:false,icon:this.icon,square:!this.label||this.label.length<3,aria:{title:this.htmlTitle,label:this.label},href:this.href,target:this.target},this.label)}return n("bal-button",{id:this.value,class:"bal-nav__popup--touch-bottom",icon:this.icon,square:!this.label||this.label.length<3,color:"info",inverted:false,aria:{title:this.htmlTitle,label:this.label},"bal-popup":this.popoverId,"bal-popup-variant":"drawer","bal-popup-closable":"true","bal-popup-backdrop":"true","bal-popup-backdrop-dismiss":"true","bal-popup-offset":"64"},this.label)}};t.prototype.resetTouchBottomMetaBar=function(){if(c.hasDocument&&this.touchPlacement==="bottom"){var a=document.getElementById(this.value);if(a&&a.balPopupVariant==="drawer"){a.color="info"}}};t.prototype.resetDesktopMetaBar=function(){if(c.hasDocument){var a=document.getElementById(this.value);if(a&&a.balPopupVariant==="popover"){a.color="info"}}};return t}(_);var A=0;var S={de:{open:"Menü öffnen",close:"Menü schliessen"},en:{open:"Open Menu",close:"Close Menu"},fr:{open:"Ouvrir le menu",close:"Fermer le menu"},it:{open:"Apri Menù",close:"Chiudi menù"},nl:{open:"Menu openen",close:"Menu sluiten"},es:{open:"Menú abierto",close:"Cerrar menú"},pl:{open:"Otwórz menu",close:"Zamknij menu"},pt:{open:"Menu aberto",close:"Fechar menu"},sv:{open:"Öppna menyn",close:"Stäng menyn"},fi:{open:"Avaa valikko",close:"Sulje valikko"}};var q="@media (hover: hover)and (pointer: fine){.bal-nav__logo:focus-visible{-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}}:root{--bal-nav-background:var(--bal-color-primary);--bal-nav-service-background-grey:var(--bal-color-grey);--bal-nav-service-background-purple:var(--bal-color-purple);--bal-nav-service-background-red:var(--bal-color-red);--bal-nav-service-background-yellow:var(--bal-color-yellow);--bal-nav-service-background-green:var(--bal-color-green)}.bal-nav{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;width:100%}.bal-nav__flyout{background:var(--bal-color-white);scroll-padding-top:1rem;padding-top:1rem;padding-bottom:1rem;height:calc(var(--bal-app-height, 100%) - 4rem - 4rem);overflow-y:auto}@media screen and (min-width: 1024px){.bal-nav__flyout{display:none;visibility:hidden}}.bal-nav__flyout__container{-ms-flex-positive:1;flex-grow:1;margin:0 auto;position:relative;width:auto;width:100% !important;padding-left:var(--bal-container-space);padding-right:var(--bal-container-space)}.bal-nav__flyout__container--fluid{max-width:var(--bal-container-size-fluid) !important}.bal-nav__flyout__container--detail-page{max-width:var(--bal-container-size-detail-page) !important}.bal-nav__flyout__container--compact{max-width:var(--bal-container-size-compact) !important}.bal-nav__flyout__container--blog-page{max-width:var(--bal-container-size-blog-page) !important}@media screen and (min-width: 769px),print{.bal-nav__flyout__container{padding-left:var(--bal-container-space-tablet);padding-right:var(--bal-container-space-tablet)}}@media screen and (min-width: 1024px){.bal-nav__flyout__container{padding-left:var(--bal-container-space-desktop);padding-right:var(--bal-container-space-desktop);max-width:var(--bal-container-size-normal)}}.bal-nav__flyout:not(.bal-nav__flyout--visible){position:absolute !important;height:1px !important;width:1px !important;padding:0 !important;overflow:hidden !important;border:none !important;white-space:nowrap !important;clip:rect(1px 1px 1px 1px) !important;clip:rect(1px, 1px, 1px, 1px) !important}.bal-nav .bal-nav-meta-bar,.bal-nav .bal-nav-menu-bar{z-index:auto !important}.bal-list__item__accordion-head:after{background:rgba(0,0,0,0) !important}.bal-nav-meta-bar-transform-touch{z-index:var(--bal-z-index-popup);position:relative}.bal-nav__mobile-meta-item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:start;width:100%;min-height:3rem;border:none;padding:0;margin:0;gap:var(--bal-space-normal);background:rgba(0,0,0,0);font-family:var(--bal-font-family-title);font-weight:var(--bal-font-weight-bold);font-size:var(--bal-size-x-large);line-height:var(--bal-line-heigh-x-large);cursor:pointer}.bal-nav__mobile-menu-item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:start;width:100%;min-height:3rem;border:none;margin:0;padding:0 0 0 1rem;gap:var(--bal-space-normal);background:rgba(0,0,0,0);font-family:var(--bal-font-family-title);font-weight:var(--bal-font-weight-bold);font-size:var(--bal-size-large);line-height:var(--bal-line-heigh-large);cursor:pointer}.bal-nav__mobile-section-item,.bal-nav__mobile-service-item>a{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:start;width:100%;min-height:2rem;border:none;margin:0;padding:0 2rem 0 2rem;gap:var(--bal-space-normal);background:rgba(0,0,0,0);font-family:var(--bal-font-family-title);font-weight:var(--bal-font-weight-bold);font-size:var(--bal-size-normal);line-height:var(--bal-line-heigh-normal)}.bal-nav__mobile-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:start;width:100%;min-height:2rem;border:none;margin:0;padding:0 2rem 0 2rem;gap:var(--bal-space-normal);background:rgba(0,0,0,0);font-family:var(--bal-font-family-text);font-size:var(--bal-size-normal);line-height:var(--bal-line-heigh-normal)}.bal-nav__mobile-meta-list,.bal-nav__mobile-meta-list>li,.bal-nav__mobile-menu-list,.bal-nav__mobile-menu-list>li,.bal-nav__mobile-section-list,.bal-nav__mobile-service-list,.bal-nav__mobile-section-list>li,.bal-nav__mobile-service-list>li,.bal-nav__mobile-links-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.bal-nav__mobile-meta-list,.bal-nav__mobile-meta-list>li{gap:var(--bal-space-normal)}.bal-nav__mobile-menu-list{gap:var(--bal-space-normal)}.bal-nav__mobile-menu-list>li{gap:var(--bal-space-normal)}.bal-nav__mobile-section-list,.bal-nav__mobile-service-list{gap:var(--bal-space-x-large)}.bal-nav__mobile-section-list>li,.bal-nav__mobile-service-list>li{gap:var(--bal-space-xx-small)}.bal-nav__mobile-links-list{gap:var(--bal-space-xx-small)}.bal-nav__mobile-section-list{padding-top:1rem}.bal-nav__mobile-service-list>li{border-radius:var(--bal-radius-normal);padding-top:1rem;padding-bottom:1rem}.bal-nav__mobile-section-list--invisible,.bal-nav__mobile-service-list--invisible{position:absolute !important;height:1px !important;width:1px !important;padding:0 !important;overflow:hidden !important;border:none !important;white-space:nowrap !important;clip:rect(1px 1px 1px 1px) !important;clip:rect(1px, 1px, 1px, 1px) !important}.bal-nav__mobile-overview-link{font-family:var(--bal-font-family-text);font-weight:var(--bal-font-weight-bold);font-size:var(--bal-size-x-small);line-height:var(--bal-line-height-x-small)}.bal-nav__mobile-overview-link--invisible{position:absolute !important;height:1px !important;width:1px !important;padding:0 !important;overflow:hidden !important;border:none !important;white-space:nowrap !important;clip:rect(1px 1px 1px 1px) !important;clip:rect(1px, 1px, 1px, 1px) !important}.bal-nav__mobile-overview-link--menu{padding:0 0 0 1rem}.bal-nav__line{background-color:var(--bal-color-border-grey-light);height:var(--bal-border-width-normal);border:none;display:block;border-radius:var(--bal-list-item-radius);width:100%;margin:0;padding:0}.bal-nav__mobile-links--clickable,.bal-nav__mobile-section-item--clickable,.bal-nav__mobile-service-item--clickable>a{cursor:pointer}.bal-nav__mobile-links--selected,.bal-nav__mobile-section-item--selected,.bal-nav__mobile-service-item--selected>a{text-decoration:underline}.bal-nav__mobile-service-item--color-grey{background:var(--bal-nav-service-background-grey)}.bal-nav__mobile-service-item--color-purple{background:var(--bal-nav-service-background-purple)}.bal-nav__mobile-service-item--color-red{background:var(--bal-nav-service-background-red)}.bal-nav__mobile-service-item--color-yellow{background:var(--bal-nav-service-background-yellow)}.bal-nav__mobile-service-item--color-green{background:var(--bal-nav-service-background-green)}";var P=q;var B=a("bal_nav",function(){function a(a){var n=this;t(this,a);this.balNavItemClick=i(this,"balNavItemClick",7);this.navId="bal-nav-".concat(V++);this.bodyScrollHandler=new u;this.hasRenderedWithFlyoutActive=false;this.mutationObserverActive=true;this.onOptionChange=function(){return __awaiter(n,void 0,void 0,(function(){var a=this;return __generator(this,(function(n){this.activeMetaLinkValue=undefined;this.activeMenuLinkValue=undefined;this.linkItems=this.options.map((function(n){return new M(n,a)}));return[2]}))}))};this.onMetaButtonChange=function(){return __awaiter(n,void 0,void 0,(function(){var a=this;return __generator(this,(function(n){this.metaButtons=this.buttons.map((function(n){return new N(n,a)}));return[2]}))}))};this.onTouchToggleFlyout=function(a){n.closeAllPopups();n.toggleFlyout();if(c.hasWindow&&window.scrollY>0){window.scrollTo(0,0)}if(n.isFlyoutActive){n.bodyScrollHandler.disable()}else{n.bodyScrollHandler.enable()}};this.onPopupOpen=function(a){if(n.isTouch){if(c.hasWindow&&window.scrollY>0){window.scrollTo(0,0)}}a.forEach((function(a){if(a.classList.contains("bal-nav__popup--desktop")){a.inverted=false}else if(a.classList.contains("bal-nav__popup--touch-bottom")){a.color="primary"}else if(a.classList.contains("bal-nav__popup--touch-top")){a.color="primary"}}));n.bodyScrollHandler.disable()};this.onPopupClose=function(a){if(!n.isFlyoutActive){n.bodyScrollHandler.enable()}a.forEach((function(a){if(a.classList.contains("bal-nav__popup--desktop")){a.inverted=true}else if(a.classList.contains("bal-nav__popup--touch-bottom")){a.color="info"}else if(a.classList.contains("bal-nav__popup--touch-top")){a.color="light"}}))};this.onMetaBarTabChange=function(a){if(a.detail!==n.activeMetaLinkValue){n.activeMetaLinkValue=a.detail;var t=n.linkItems.find((function(a){return a.value===n.activeMetaLinkValue}));if(t&&t.mainLinkItems.length>0){n.activeMenuLinkValue=t.mainLinkItems[0].value}}};this.onMenuBarTabChange=function(a){if(n.activeMenuLinkValue===a){n.toggleFlyout()}else{n.openFlyout()}n.activeMenuLinkValue=a};this.isTouch=m.isTouch;this.isDesktop=m.isDesktop;this.language=h.language;this.region=h.region;this.isFlyoutActive=false;this.activeMetaLinkValue=undefined;this.activeMenuLinkValue=undefined;this.logo=undefined;this.options=[];this.linkItems=[];this.buttons=[];this.metaButtons=[]}a.prototype.createLogger=function(a){this.log=a};a.prototype.optionChanged=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(a){this.onOptionChange();this.updateTabs();return[2]}))}))};a.prototype.buttonChanged=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(a){this.onMetaButtonChange();return[2]}))}))};a.prototype.connectedCallback=function(){this.bodyScrollHandler.connect()};a.prototype.componentWillLoad=function(){this.onOptionChange();this.onMetaButtonChange();this.updateTabs()};a.prototype.disconnectedCallback=function(){this.bodyScrollHandler.disconnect()};a.prototype.listenToPopupChanges=function(a){var n=a.target;if(n&&n.nodeName==="BAL-POPUP"){var t=n.id;var i=Array.from(this.el.querySelectorAll('[bal-popup="'.concat(t,'"]')));if(a.detail===true){this.onPopupOpen(i);var e=i.some((function(a){return a.classList.contains("bal-nav__popup--touch-top")}));if(e){this.closeFlyout()}}else{this.onPopupClose(i)}}};a.prototype.clickOnOutside=function(a){return __awaiter(this,void 0,void 0,(function(){var n,t,i,e,r,l,o,s;return __generator(this,(function(b){if(this.isDesktop){if(this.hasRenderedWithFlyoutActive){l=(t=(n=this.metaBarEl)===null||n===void 0?void 0:n.querySelector(".bal-nav-meta-bar__container"))===null||t===void 0?void 0:t.contains(a.target);o=(e=(i=this.menuBarEl)===null||i===void 0?void 0:i.querySelector(".bal-nav-menu-bar__container"))===null||e===void 0?void 0:e.contains(a.target);if(!l&&!o){this.closeFlyout();s=(r=this.menuBarEl)===null||r===void 0?void 0:r.querySelector(".bal-tabs");s.closeAccordion()}}}return[2]}))}))};a.prototype.mutationListener=function(){this.onMetaButtonChange()};a.prototype.breakpointListener=function(a){if(this.isTouch!==a.touch){this.isTouch=a.touch;this.isDesktop=a.desktop;this.closeAllPopups();this.closeFlyout()}if(this.isTouch){this.updateTabs()}};a.prototype.linkItemClickListener=function(a){if(a&&a.toJson){this.balNavItemClick.emit(a.toJson())}};a.prototype.accordionClickListener=function(a){if(this.isTouch&&a){this.updateActiveItem(a)}};a.prototype.configChanged=function(a){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){this.language=a.language;this.region=a.region;return[2]}))}))};Object.defineProperty(a.prototype,"activeMenuLinkItems",{get:function(){var a=this;var n=this.linkItems.find((function(n){return n.value===a.activeMetaLinkValue}));if(n){return n.mainLinkItems}return[]},enumerable:false,configurable:true});Object.defineProperty(a.prototype,"activeMenuLinkItem",{get:function(){var a=this;var n=this.activeMenuLinkItems.find((function(n){return n.value===a.activeMenuLinkValue}));return n?n:undefined},enumerable:false,configurable:true});a.prototype.toggleFlyout=function(){if(this.isFlyoutActive){this.closeFlyout()}else{this.openFlyout()}};a.prototype.closeFlyout=function(){this.isFlyoutActive=false};a.prototype.openFlyout=function(){this.isFlyoutActive=true};a.prototype.updateActiveItem=function(a){return __awaiter(this,void 0,void 0,(function(){var n;return __generator(this,(function(t){switch(t.label){case 0:if("NavMetaLinkItem"===a.type){this.activeMetaLinkValue=this.activeMetaLinkValue===a.value?undefined:a.value;this.activeMenuLinkValue=undefined}if("NavMenuLinkItem"===a.type){this.activeMenuLinkValue=this.activeMenuLinkValue===a.value?undefined:a.value}return[4,d(this.el)];case 1:t.sent();return[4,v()];case 2:t.sent();n=this.el.querySelector("#".concat(a.id));if(n){n.scrollIntoView({behavior:"smooth"})}return[2]}}))}))};a.prototype.updateTabs=function(){var a,n;var t=this.activeMetaLinkValue;var i=((a=this.linkItems.find((function(a){return a.active})))===null||a===void 0?void 0:a.value)||t;if(t!==i){this.activeMetaLinkValue=i}var e=this.activeMenuLinkValue;var r=((n=this.activeMenuLinkItems.find((function(a){return a.active})))===null||n===void 0?void 0:n.value)||e;if(e!==r){this.activeMenuLinkValue=r}};a.prototype.closeAllPopups=function(){var a=Array.from(this.el.querySelectorAll("bal-popup"));a.forEach((function(a){return a.dismiss()}))};a.prototype.render=function(){var a=this;var t,i,r,l,o,b,c,u,d;var v=s.block("nav");var m=v.element("flyout");this.hasRenderedWithFlyoutActive=this.isFlyoutActive;return n(e,{key:"dcde56b80395603196d61c50e390c7c3df510680",id:this.navId,class:Object.assign({},v.class())},n("div",{key:"b986a4c340c59fd9377da61b41882bdc66a1380c",class:{"bal-nav-meta-bar-transform":true,"bal-nav-meta-bar-transform-touch":this.isTouch}},this.isDesktop?n("bal-nav-meta-bar",{variant:"primary",size:"small",position:"sticky-top",ref:function(n){return a.metaBarEl=n}},n("bal-stack",{space:"auto"},this.linkItems.length>1?n("bal-tabs",{spaceless:true,inverted:true,context:"meta",value:this.activeMetaLinkValue,onBalChange:function(n){return a.onMetaBarTabChange(n)}},this.linkItems.map((function(n){return n.render({flyoutId:"".concat(a.navId,"-menu-flyout")})}))):n("span",null),n("bal-stack",{id:"bal-nav__meta-buttons",space:"x-small","fit-content":true},this.metaButtons.map((function(a){return a.renderAtMetaBar()}))))):"",this.isDesktop?n("bal-nav-menu-bar",{position:"fixed-top",ref:function(n){return a.menuBarEl=n}},n("bal-stack",{space:"auto","space-row":"none","use-wrap":true},this.renderLogo(),n("bal-tabs",{context:"navigation",accordion:true,spaceless:true,value:this.activeMenuLinkValue},(t=this.linkItems.find((function(n){return n.value===a.activeMetaLinkValue})))===null||t===void 0?void 0:t.mainLinkItems.map((function(n){return n.render({flyoutId:"".concat(a.navId,"-menu-flyout"),onClick:function(){return a.onMenuBarTabChange(n.value)}})})))),this.isFlyoutActive?n("bal-nav-menu-flyout",{navId:this.navId},n("bal-nav-link",{role:"listitem",variant:"overview",href:(r=(i=this.activeMenuLinkItem)===null||i===void 0?void 0:i.overviewLink)===null||r===void 0?void 0:r.href,target:(o=(l=this.activeMenuLinkItem)===null||l===void 0?void 0:l.overviewLink)===null||o===void 0?void 0:o.target,onClick:function(){var n;return a.linkItemClickListener((n=a.activeMenuLinkItem)===null||n===void 0?void 0:n.overviewLink)}},(c=(b=this.activeMenuLinkItem)===null||b===void 0?void 0:b.overviewLink)===null||c===void 0?void 0:c.label," ",((d=(u=this.activeMenuLinkItem)===null||u===void 0?void 0:u.overviewLink)===null||d===void 0?void 0:d.label)?"➞":""),this.renderGridLinks(this.activeMenuLinkItem)):""):"",n("div",{key:"60b9a9262fed2743ecbb0db2bc3b0d41de33c3b5"},n("slot",{key:"b055497b867fd6db856295fa516cc5b36a3f45fe"}))),this.isTouch?n("bal-nav-meta-bar",{variant:"white",size:"normal"},n("bal-stack",{space:"auto"},this.renderLogo(),n("bal-stack",{space:"x-small","fit-content":true},this.metaButtons.map((function(a){return a.renderAtTouchTopMetaBar()})),n("bal-button",{square:true,color:this.isFlyoutActive?"primary":"light",icon:this.isFlyoutActive?"close":"menu-bars","aria-label":this.isFlyoutActive?S[this.language].close:S[this.language].open,onClick:function(n){return a.onTouchToggleFlyout(n)}})))):"",this.isTouch?n("div",{class:Object.assign(Object.assign({},m.class()),m.modifier("visible").class(this.isFlyoutActive))},n("nav",{class:Object.assign({},m.element("container").class())},n("ul",{class:Object.assign({},v.element("mobile-meta-list").class())},this.linkItems.map((function(n){return n.renderTouch({activeMetaLinkValue:a.activeMetaLinkValue,activeMenuLinkValue:a.activeMenuLinkValue})}))))):"",this.isTouch&&this.isFlyoutActive?n("bal-nav-meta-bar",{variant:"grey",size:"normal"},n("bal-stack",{space:"x-small",align:"center"},this.metaButtons.map((function(a){return a.renderAtTouchBottomMetaBar()})))):"")};a.prototype.renderGridLinks=function(a){var t,i;if(!a){return""}return n("bal-nav-link-grid",null,n("bal-nav-link-grid-col",null,(t=a.sectionLinkItems)===null||t===void 0?void 0:t.map((function(a){return a.render()}))),n("bal-nav-link-grid-col",{"static-col":true},(i=a.serviceLinkItems)===null||i===void 0?void 0:i.map((function(a){return a.render()}))))};a.prototype.renderTouchMenuAccordions=function(a){var t=this;return n("bal-list",{"accordion-one-level":true,class:"pt-xxx-small pb-normal"},a.mainLinkItems.map((function(a){var i,e,r;return a.isLink?n("bal-list-item",{key:a.label,"sub-accordion-item":true,href:a.href,target:a.target},n("bal-list-item-content",null,n("bal-list-item-title",{"visual-level":"medium",level:"span"},a.label))):n("bal-list-item",{key:a.label,accordion:true,"sub-accordion-item":true},n("bal-list-item-accordion-head",{icon:"nav-go-down","accordion-open":a.active},n("bal-list-item-content",null,n("bal-list-item-title",{"visual-level":"medium",level:"span"},a.label))),n("bal-list-item-accordion-body",null,n("div",{style:{width:"100%"}},n("bal-nav-link",{role:"listitem",variant:"overview",href:(i=a.overviewLink)===null||i===void 0?void 0:i.href,target:(e=a.overviewLink)===null||e===void 0?void 0:e.target,onClick:function(){return t.linkItemClickListener(a.overviewLink)}},(r=a.overviewLink)===null||r===void 0?void 0:r.label),n("div",{class:"pt-normal"},t.renderGridLinks(a)))))})))};a.prototype.renderLogo=function(){var a=this;var t,i,e,r,l,o;var s=((t=this.logo)===null||t===void 0?void 0:t.href)?"a":((i=this.logo)===null||i===void 0?void 0:i.clickable)?"button":"div";return n(s,{class:"bal-nav__logo","aria-label":(e=this.logo)===null||e===void 0?void 0:e.ariaLabel,title:(r=this.logo)===null||r===void 0?void 0:r.htmlTitle,href:(l=this.logo)===null||l===void 0?void 0:l.href,target:(o=this.logo)===null||o===void 0?void 0:o.target,onClick:function(){var n,t;return a.balNavItemClick.emit({value:"logo",label:"Logo",href:(n=a.logo)===null||n===void 0?void 0:n.href,target:(t=a.logo)===null||t===void 0?void 0:t.target})}},n("bal-logo",{animated:true}))};Object.defineProperty(a.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});Object.defineProperty(a,"watchers",{get:function(){return{options:["optionChanged"],buttons:["buttonChanged"]}},enumerable:false,configurable:true});return a}());l([b("bal-nav"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],B.prototype,"createLogger",null);l([p({tags:["bal-popup"],waitAfterFramePrint:true}),o("design:type",Function),o("design:paramtypes",[]),o("design:returntype",void 0)],B.prototype,"mutationListener",null);l([f(),o("design:type",Function),o("design:paramtypes",[Object]),o("design:returntype",void 0)],B.prototype,"breakpointListener",null);l([g(),o("design:type",Function),o("design:paramtypes",[Object]),o("design:returntype",Promise)],B.prototype,"configChanged",null);var V=0;B.style=P;var Y="@media (hover: hover)and (pointer: fine){button.bal-nav-link__native:focus-visible,a.bal-nav-link__native:focus-visible{-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}}:root{--bal-nav-link-text-color:var(--bal-link-color);--bal-nav-link-text-color-hover:var(--bal-link-color-hover);--bal-nav-link-text-color-active:var(--bal-link-color-active)}.bal-nav-link{display:block}.bal-nav-link:not(:last-child){margin-bottom:var(--bal-space-x-small)}.bal-nav-link--variant-title:not(:last-child){margin-bottom:var(--bal-space-normal) !important}.bal-nav-link--variant-overview:not(:last-child){margin-bottom:0 !important}@media screen and (min-width: 1024px){.bal-nav-link--variant-overview:not(:last-child){margin-bottom:var(--bal-space-normal) !important}}.bal-nav-link__native{display:inline;color:var(--bal-nav-link-text-color);font-size:var(--bal-text-size-normal);line-height:var(--bal-body-line-height);font-family:var(--bal-font-family-text);text-align:left;padding:0;border:none;background:none}.bal-nav-link__native--variant-title{font-family:var(--bal-font-family-title);font-size:var(--bal-text-size-normal);font-weight:var(--bal-font-weight-bold);text-decoration:none;margin-bottom:var(--bal-space-normal)}@media screen and (min-width: 1024px){.bal-nav-link__native--variant-title{font-size:var(--bal-text-size-xx-large)}}.bal-nav-link__native--variant-overview{font-size:var(--bal-text-size-small);font-weight:var(--bal-font-weight-bold)}.bal-nav-link__native--selected{-webkit-text-decoration:var(--bal-link-text-decoration) !important;text-decoration:var(--bal-link-text-decoration) !important;text-decoration-thickness:1px !important;text-underline-offset:2px !important}button.bal-nav-link__native,a.bal-nav-link__native{cursor:pointer}@media (hover: hover)and (pointer: fine){button.bal-nav-link__native:hover,a.bal-nav-link__native:hover{-webkit-text-decoration:var(--bal-link-text-decoration);text-decoration:var(--bal-link-text-decoration);text-decoration-thickness:1px;color:var(--bal-nav-link-text-color-hover);text-underline-offset:2px}}button.bal-nav-link__native:focus-visible,a.bal-nav-link__native:focus-visible{border-radius:var(--bal-radius-normal)}button.bal-nav-link__native:active,a.bal-nav-link__native:active{-webkit-text-decoration:var(--bal-link-text-decoration);text-decoration:var(--bal-link-text-decoration);text-decoration-thickness:1px;color:var(--bal-nav-link-text-color-active);text-underline-offset:2px}";var E=Y;var T=a("bal_nav_link",function(){function a(a){t(this,a);this.variant="";this.selected=false;this.clickable=false;this.href=undefined;this.target="_self"}a.prototype.createLogger=function(a){this.log=a};a.prototype.render=function(){var a=s.block("nav-link");var t=this,i=t.href,r=t.target;var l=i!==undefined&&i!=="";var o=this.variant!=="";var b=l?"a":this.clickable?"button":"span";var c={};if(l){c={href:i,target:r}}return n(e,{key:"94718986eda442992d83a9b40e26bf595d523dce",class:Object.assign(Object.assign({},a.class()),a.modifier("variant-".concat(this.variant)).class(o))},n(b,Object.assign({key:"cf8106036e3366712fff52d08e8c1567873014be","data-test":"bal-nav-link",class:Object.assign(Object.assign(Object.assign({},a.element("native").class()),a.element("native").modifier("variant-".concat(this.variant)).class(o)),a.element("native").modifier("selected").class(this.selected&&(l||this.clickable)))},c),n("slot",{key:"f9ab826645c95e02cf1b1ccfa2df34b637a67d13"})))};return a}());l([b("bal-nav-link"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],T.prototype,"createLogger",null);T.style=E;var G=".bal-nav-link-grid{--bal-column-gap:0}@media screen and (min-width: 1024px){.bal-nav-link-grid{--bal-column-gap:1.5rem}}.bal-nav-link-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;margin-left:calc(var(--bal-column-gap)*-1);margin-right:calc(var(--bal-column-gap)*-1)}.bal-nav-link-grid:last-child{margin-bottom:calc(var(--bal-column-gap)*-1)}.bal-nav-link-grid .bal-nav-link-grid-col:not(:last-child){margin-bottom:var(--bal-space-normal)}@media screen and (min-width: 1024px){.bal-nav-link-grid .bal-nav-link-grid-col:not(:last-child){margin-bottom:0}}";var U=G;var Z=a("bal_nav_link_grid",function(){function a(a){t(this,a)}a.prototype.createLogger=function(a){this.log=a};a.prototype.render=function(){var a=s.block("nav-link-grid");return n(e,{key:"03e4b64a2041c0fb36d94fd061eb9352a38446ed",class:Object.assign({},a.class())},n("slot",{key:"7f7eb07e433531b6d0dab67b4a89e7faab742b51"}))};return a}());l([b("bal-nav-link-grid"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],Z.prototype,"createLogger",null);Z.style=U;var D=".bal-nav-link-grid-col{display:block;padding:0;-ms-flex:none;flex:none;width:100%}.bal-nav-link-grid-col:not(:last-child){margin-bottom:var(--bal-space-normal)}@media screen and (min-width: 1024px){.bal-nav-link-grid-col{-ms-flex:none;flex:none;width:50%;padding-top:0;padding-bottom:0;padding-left:var(--bal-space-large);padding-right:var(--bal-space-large)}.bal-nav-link-grid-col:not(:last-child){margin-bottom:0}}.bal-nav-link-grid-col .bal-nav-link-group{margin-bottom:var(--bal-space-normal);padding-left:var(--bal-space-large);padding-right:var(--bal-space-large)}.bal-nav-link-grid-col.bal-nav-link-grid-col--is-static{padding-left:0}@media screen and (min-width: 1440px){.bal-nav-link-grid-col.bal-nav-link-grid-col--is-static{-ms-flex:none;flex:none;width:33.3333%}}@media screen and (min-width: 1440px){.bal-nav-link-grid-col:not(.bal-nav-link-grid-col--is-static){-ms-flex:none;flex:none;width:66.6666%}}@media screen and (min-width: 1440px){.bal-nav-link-grid-col:not(.bal-nav-link-grid-col--is-static) .bal-nav-link-grid-col__inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--bal-space-large)}}.bal-nav-link-grid-col:not(.bal-nav-link-grid-col--is-static) .bal-nav-link-grid-col__inner .bal-nav-link-group{margin:0;width:100%}@media screen and (min-width: 1024px){.bal-nav-link-grid-col:not(.bal-nav-link-grid-col--is-static) .bal-nav-link-grid-col__inner .bal-nav-link-group{padding-left:0;padding-right:0}}@media screen and (min-width: 1440px){.bal-nav-link-grid-col:not(.bal-nav-link-grid-col--is-static) .bal-nav-link-grid-col__inner .bal-nav-link-group{width:calc(50% - var(--bal-space-large)/2)}}";var H=D;var J=a("bal_nav_link_grid_col",function(){function a(a){t(this,a);this.staticCol=false}a.prototype.createLogger=function(a){this.log=a};a.prototype.render=function(){var a=s.block("nav-link-grid-col");var t=a.element("inner");return n(e,{key:"d207c87255663724d4cdefb411665804c0d614bf",class:Object.assign(Object.assign({},a.class()),a.modifier("is-static").class(this.staticCol))},n("div",{key:"8fa5bf2182f99d55463202ecb68aa490ac741510",class:Object.assign({},t.class())},n("slot",{key:"a04eb96c4706a99724d7955aa1a0ce0ef0be4690"})))};return a}());l([b("bal-nav-link-grid-col"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],J.prototype,"createLogger",null);J.style=H;var K=":root{--bal-nav-link-group-background:transparent;--bal-nav-link-group-background-grey:var(--bal-color-grey);--bal-nav-link-group-background-purple:var(--bal-color-purple);--bal-nav-link-group-background-red:var(--bal-color-red);--bal-nav-link-group-background-yellow:var(--bal-color-yellow);--bal-nav-link-group-background-green:var(--bal-color-green);--bal-nav-link-group-radius:var(--bal-radius-large)}.bal-nav-link-group{display:block;background:var(--bal-nav-link-group-background);border-radius:var(--bal-nav-link-group-radius);padding-top:var(--bal-space-normal);padding-bottom:var(--bal-space-normal);padding-left:var(--bal-space-normal);padding-right:var(--bal-space-normal)}@media screen and (min-width: 1024px){.bal-nav-link-group{padding-left:var(--bal-space-large);padding-right:var(--bal-space-large)}}.bal-nav-link-group--is-grey{background:var(--bal-nav-link-group-background-grey)}.bal-nav-link-group--is-purple{background:var(--bal-nav-link-group-background-purple)}.bal-nav-link-group--is-red{background:var(--bal-nav-link-group-background-red)}.bal-nav-link-group--is-yellow{background:var(--bal-nav-link-group-background-yellow)}.bal-nav-link-group--is-green{background:var(--bal-nav-link-group-background-green)}";var Q=K;var R=a("bal_nav_link_group",function(){function a(a){t(this,a);this.color=""}a.prototype.createLogger=function(a){this.log=a};a.prototype.render=function(){var a=s.block("nav-link-group");var t=this.color!=="";return n(e,{key:"83e07dc3e48315f8c8196f54cda2e371eeb9d297",class:Object.assign(Object.assign({},a.class()),a.modifier("is-".concat(this.color)).class(t))},n("slot",{key:"e54ab919fba4f5a400b753d05c9545d8368e7e9c"}))};return a}());l([b("bal-nav-link-group"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],R.prototype,"createLogger",null);R.style=Q;var W=':root{--bal-nav-menu-bar-background:var(--bal-color-white);--bal-nav-menu-bar-radius:var(--bal-radius-large);--bal-nav-menu-bar-shadow:0 5px 15px rgba(0,0,0,.1)}.bal-nav-menu-bar{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;width:100%;z-index:var(--bal-z-index-navigation)}.bal-nav-menu-bar__container{-ms-flex-positive:1;flex-grow:1;margin:0 auto;position:relative;width:auto;width:100% !important;padding-left:var(--bal-container-space);padding-right:var(--bal-container-space)}.bal-nav-menu-bar__container--fluid{max-width:var(--bal-container-size-fluid) !important}.bal-nav-menu-bar__container--detail-page{max-width:var(--bal-container-size-detail-page) !important}.bal-nav-menu-bar__container--compact{max-width:var(--bal-container-size-compact) !important}.bal-nav-menu-bar__container--blog-page{max-width:var(--bal-container-size-blog-page) !important}@media screen and (min-width: 769px),print{.bal-nav-menu-bar__container{padding-left:var(--bal-container-space-tablet);padding-right:var(--bal-container-space-tablet)}}@media screen and (min-width: 1024px){.bal-nav-menu-bar__container{padding-left:var(--bal-container-space-desktop);padding-right:var(--bal-container-space-desktop);max-width:var(--bal-container-size-normal)}}@media screen and (max-width: 768px){.bal-nav-menu-bar--hidden-mobile{display:hidden;visibility:hidden}}@media screen and (max-width: 768px){.bal-nav-menu-bar--hidden-tablet{display:hidden;visibility:hidden}}@media screen and (min-width: 769px)and (max-width: 1023px){.bal-nav-menu-bar--hidden-tablet{display:hidden;visibility:hidden}}@media screen and (min-width: 1440px){.bal-nav-menu-bar{position:fixed;margin-top:1rem}}.bal-nav-menu-bar--position-fixed-top{position:fixed}.bal-nav-menu-bar__inner{background:var(--bal-nav-menu-bar-background);-webkit-box-shadow:var(--bal-nav-menu-bar-shadow);box-shadow:var(--bal-nav-menu-bar-shadow)}@media screen and (min-width: 1440px){.bal-nav-menu-bar__inner{background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none}}.bal-nav-menu-bar__inner>.bal-nav-menu-bar__container{min-height:64px}@media screen and (min-width: 1440px){.bal-nav-menu-bar__inner>.bal-nav-menu-bar__container{background:var(--bal-nav-menu-bar-background);border-radius:var(--bal-nav-menu-bar-radius);-webkit-box-shadow:var(--bal-nav-menu-bar-shadow);box-shadow:var(--bal-nav-menu-bar-shadow);min-height:80px}}@media screen and (min-width: 1440px)and (max-width: 1539px){.bal-nav-menu-bar__inner>.bal-nav-menu-bar__container{background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;min-height:80px}.bal-nav-menu-bar__inner>.bal-nav-menu-bar__container::before{position:absolute;content:"";height:100%;top:0;left:1rem;right:1rem;background:var(--bal-nav-menu-bar-background);border-radius:var(--bal-nav-menu-bar-radius);-webkit-box-shadow:var(--bal-nav-menu-bar-shadow);box-shadow:var(--bal-nav-menu-bar-shadow)}}.bal-nav-menu-bar .bal-nav__logo{-ms-flex-item-align:start;align-self:flex-start;z-index:1;height:auto;margin-top:.8em}@media screen and (min-width: 1024px){.bal-nav-menu-bar .bal-nav__logo{margin-top:1rem}}@media screen and (min-width: 1440px){.bal-nav-menu-bar .bal-nav__logo{margin-top:1.5rem}}.bal-nav-menu-bar-body-padding{padding-top:1rem}@media screen and (min-width: 1440px){.bal-nav-menu-bar-body-padding{padding-top:7rem}}.bal-nav-menu-bar-body-margin{margin-top:1rem}@media screen and (min-width: 1440px){.bal-nav-menu-bar-body-margin{margin-top:7rem}}.bal-nav-menu-bar-fixed-body-padding{padding-top:8rem}.bal-nav-menu-bar-fixed-body-margin{margin-top:8rem}';var X=W;var $=a("bal_nav_menu_bar",function(){function a(a){t(this,a);this.navMenuBarId="bal-nav-menu-bar-".concat(aa++);this.isHidden=false;this.invisible="none";this.position="none"}a.prototype.createLogger=function(a){this.log=a};Object.defineProperty(a.prototype,"flyoutElement",{get:function(){return this.el.querySelector("bal-nav-menu-flyout")},enumerable:false,configurable:true});a.prototype.render=function(){var a=s.block("nav-menu-bar");var t=a.element("inner");return n(e,{key:"408438f50a37356d275fd30fb3793334293553ea",id:this.navMenuBarId,class:Object.assign(Object.assign(Object.assign(Object.assign({},a.class()),a.modifier("hidden-mobile").class(this.invisible==="mobile")),a.modifier("hidden-tablet").class(this.invisible==="tablet")),a.modifier("position-".concat(this.position)).class(this.position!=="none"))},n("div",{key:"81a5b4b94fff712cdd9ee7479e40694df1f07107",class:Object.assign({},t.class())},n("div",{key:"d45071ac59862cf928d1d21ea0510f9840255ed9",class:Object.assign({},a.element("container").class())},n("slot",{key:"4d9c8f32c524223f76906671f28d3891f353e4b2"}))))};Object.defineProperty(a.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});return a}());l([b("bal-nav-menu-bar"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],$.prototype,"createLogger",null);var aa=0;$.style=X;var na=":root{--bal-nav-menu-flyout-border-background:var(--bal-color-grey)}.bal-nav-menu-flyout{position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;width:100%;padding-bottom:2.5rem;overflow-y:auto;max-height:calc(var(--bal-app-height, 100%) - 90px - 48px - 16px);width:calc(100% + 1rem + 1rem);margin-left:-1rem;margin-right:-1rem}.bal-nav-menu-flyout__container{-ms-flex-positive:1;flex-grow:1;margin:0 auto;position:relative;width:auto;width:100% !important;padding-left:var(--bal-container-space);padding-right:var(--bal-container-space)}.bal-nav-menu-flyout__container--fluid{max-width:var(--bal-container-size-fluid) !important}.bal-nav-menu-flyout__container--detail-page{max-width:var(--bal-container-size-detail-page) !important}.bal-nav-menu-flyout__container--compact{max-width:var(--bal-container-size-compact) !important}.bal-nav-menu-flyout__container--blog-page{max-width:var(--bal-container-size-blog-page) !important}@media screen and (min-width: 769px),print{.bal-nav-menu-flyout__container{padding-left:var(--bal-container-space-tablet);padding-right:var(--bal-container-space-tablet)}}@media screen and (min-width: 1024px){.bal-nav-menu-flyout__container{padding-left:var(--bal-container-space-desktop);padding-right:var(--bal-container-space-desktop);max-width:var(--bal-container-size-normal)}}.bal-nav-menu-flyout .bal-nav-menu-flyout__line{position:-webkit-sticky;position:sticky;width:100%;left:0;top:0;height:1px;background-color:var(--bal-color-grey);margin-bottom:2.5rem}@media screen and (min-width: 1440px)and (max-width: 1539px){.bal-nav-menu-flyout .bal-nav-menu-flyout__line{width:calc(100% - 2rem);left:1rem}}@media screen and (min-width: 769px),print{.bal-nav-menu-flyout{width:calc(100% + 2.5rem + 2.5rem);margin-left:-2.5rem;margin-right:-2.5rem}}@media screen and (min-width: 1024px){.bal-nav-menu-flyout{width:calc(100% + 3rem + 3rem);margin-left:-3rem;margin-right:-3rem}}@media screen and (min-width: 1440px){.bal-nav-menu-flyout{max-height:calc(var(--bal-app-height, 100%) - 96px - 48px - 16px)}}";var ta=na;var ia=a("bal_nav_menu_flyout",function(){function a(a){t(this,a);this.bodyScrollHandler=new u;this.isHidden=false;this.navId="bal-nav-x".concat(ea++)}a.prototype.createLogger=function(a){this.log=a};a.prototype.connectedCallback=function(){this.bodyScrollHandler.connect()};a.prototype.disconnectedCallback=function(){this.bodyScrollHandler.disconnect()};a.prototype.resizeListener=function(){if(this.isFlyoutScrollable()){this.bodyScrollHandler.disable()}else{this.bodyScrollHandler.enable()}};a.prototype.isFlyoutScrollable=function(){var a,n;return((a=this.el)===null||a===void 0?void 0:a.scrollHeight)>((n=this.el)===null||n===void 0?void 0:n.clientHeight)};a.prototype.render=function(){var a=s.block("nav-menu-flyout");var t=a.element("line");return n(e,{key:"60bf384edb49a6686374e4f473758745e2771945",id:"".concat(this.navId,"-menu-flyout"),class:Object.assign({},a.class())},n("div",{key:"a234f10624799caf4c183c608fda3ccdb3e39446",class:Object.assign({},t.class())}),n("div",{key:"b96460b50a8ea76acdcbb4c464e90f4416009b2d",class:Object.assign({},a.element("container").class())},n("slot",{key:"0d02f07430f4d05c58627866a131e5bee32b3e51"})))};Object.defineProperty(a.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});return a}());l([b("bal-nav-menu-flyout"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],ia.prototype,"createLogger",null);l([k(),o("design:type",Function),o("design:paramtypes",[]),o("design:returntype",void 0)],ia.prototype,"resizeListener",null);var ea=0;ia.style=ta;var ra=":root{--bal-nav-meta-bar-variant-primary-background:var(--bal-color-primary);--bal-nav-meta-bar-variant-primary-shadow:none;--bal-nav-meta-bar-variant-white-background:var(--bal-color-white);--bal-nav-meta-bar-variant-white-shadow:0 5px 15px rgba(0,0,0,.1);--bal-nav-meta-bar-variant-grey-background:var(--bal-color-grey-2);--bal-nav-meta-bar-variant-grey-shadow:none}.bal-nav-meta-bar{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;z-index:var(--bal-z-index-navigation)}.bal-nav-meta-bar__container{-ms-flex-positive:1;flex-grow:1;margin:0 auto;position:relative;width:auto;width:100% !important;padding-left:var(--bal-container-space);padding-right:var(--bal-container-space)}.bal-nav-meta-bar__container--fluid{max-width:var(--bal-container-size-fluid) !important}.bal-nav-meta-bar__container--detail-page{max-width:var(--bal-container-size-detail-page) !important}.bal-nav-meta-bar__container--compact{max-width:var(--bal-container-size-compact) !important}.bal-nav-meta-bar__container--blog-page{max-width:var(--bal-container-size-blog-page) !important}@media screen and (min-width: 769px),print{.bal-nav-meta-bar__container{padding-left:var(--bal-container-space-tablet);padding-right:var(--bal-container-space-tablet)}}@media screen and (min-width: 1024px){.bal-nav-meta-bar__container{padding-left:var(--bal-container-space-desktop);padding-right:var(--bal-container-space-desktop);max-width:var(--bal-container-size-normal)}}.bal-nav-meta-bar--size-normal{padding-top:.5rem;padding-bottom:.5rem;height:4rem;max-height:4rem}.bal-nav-meta-bar--size-small{min-height:3rem}.bal-nav-meta-bar--position-fixed-top{position:fixed;top:0;left:0;width:100%}.bal-nav-meta-bar--position-fixed-bottom{position:fixed;bottom:0;left:0;width:100%}.bal-nav-meta-bar--variant-primary{background:var(--bal-nav-meta-bar-variant-primary-background);-webkit-box-shadow:var(--bal-nav-meta-bar-variant-primary-shadow);box-shadow:var(--bal-nav-meta-bar-variant-primary-shadow)}.bal-nav-meta-bar--variant-grey{background:var(--bal-nav-meta-bar-variant-grey-background);-webkit-box-shadow:var(--bal-nav-meta-bar-variant-grey-shadow);box-shadow:var(--bal-nav-meta-bar-variant-grey-shadow)}.bal-nav-meta-bar--variant-white{background:var(--bal-nav-meta-bar-variant-white-background);-webkit-box-shadow:var(--bal-nav-meta-bar-variant-white-shadow);box-shadow:var(--bal-nav-meta-bar-variant-white-shadow)}@media screen and (max-width: 768px){.bal-nav-meta-bar--hidden-mobile{display:hidden !important;visibility:hidden !important}}@media screen and (max-width: 768px){.bal-nav-meta-bar--hidden-tablet{display:hidden !important;visibility:hidden !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.bal-nav-meta-bar--hidden-tablet{display:hidden !important;visibility:hidden !important}}.bal-nav-meta-bar .button-label{word-break:keep-all !important}.bal-nav-meta-bar-transform{will-change:transition;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;position:fixed;display:block;width:100%;top:0;z-index:var(--bal-z-index-navigation)}.bal-nav-meta-bar-transform-small{-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}.bal-nav-meta-bar-transform-normal{-webkit-transform:translateY(-5rem);transform:translateY(-5rem)}";var la=ra;var oa=a("bal_nav_meta_bar",function(){function a(a){t(this,a);this.navMetaBarId="bal-nav-meta-bar-".concat(sa++);this.previousY=0;this.isHidden=false;this.variant="primary";this.size="normal";this.invisible="none";this.position="none"}a.prototype.createLogger=function(a){this.log=a};a.prototype.handleScroll=function(){if(c.hasWindow&&c.hasDocument&&this.position==="sticky-top"){var a=document.body.scrollHeight-document.body.clientHeight;var n=0>=window.scrollY;var t=0>window.scrollY;var i=a<=window.scrollY;var e=window.scrollY>this.previousY;this.isHidden=!n&&(e||i||t);this.previousY=window.scrollY;var r=Array.from(document.querySelectorAll(".bal-nav-meta-bar-transform"));if(r.length>0){for(var l=0;l<r.length;l++){var o=r[l];if(this.isHidden){if(this.size==="small"){o.classList.remove("bal-nav-meta-bar-transform-normal");o.classList.add("bal-nav-meta-bar-transform-small")}else{o.classList.remove("bal-nav-meta-bar-transform-small");o.classList.add("bal-nav-meta-bar-transform-normal")}}else{o.classList.remove("bal-nav-meta-bar-transform-small");o.classList.remove("bal-nav-meta-bar-transform-normal")}}}}};a.prototype.render=function(){var a=s.block("nav-meta-bar");return n(e,{key:"5436cb6898cdaecac4f0304b8dd62484b5a8a231",id:this.navMetaBarId,class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},a.class()),a.modifier("variant-".concat(this.variant)).class()),a.modifier("size-".concat(this.size)).class()),a.modifier("position-".concat(this.position)).class(this.position!=="none")),a.modifier("hidden-mobile").class(this.invisible==="mobile")),a.modifier("hidden-tablet").class(this.invisible==="tablet"))},n("div",{key:"f7ed5d2c6a334ad586baf75a5b87132a4460f065",class:Object.assign({},a.element("container").class())},n("slot",{key:"c60750b340d6f1276d45efa7a786b142938d73a4"})))};Object.defineProperty(a.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});return a}());l([b("bal-meta-bar"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],oa.prototype,"createLogger",null);var sa=0;oa.style=la}}}));
@@ -1 +1 @@
1
- var __awaiter=this&&this.__awaiter||function(t,l,i,a){function b(t){return t instanceof i?t:new i((function(l){l(t)}))}return new(i||(i=Promise))((function(i,s){function e(t){try{o(a.next(t))}catch(t){s(t)}}function _(t){try{o(a["throw"](t))}catch(t){s(t)}}function o(t){t.done?i(t.value):b(t.value).then(e,_)}o((a=a.apply(t,l||[])).next())}))};var __generator=this&&this.__generator||function(t,l){var i={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},a,b,s,e;return e={next:_(0),throw:_(1),return:_(2)},typeof Symbol==="function"&&(e[Symbol.iterator]=function(){return this}),e;function _(t){return function(l){return o([t,l])}}function o(_){if(a)throw new TypeError("Generator is already executing.");while(e&&(e=0,_[0]&&(i=0)),i)try{if(a=1,b&&(s=_[0]&2?b["return"]:_[0]?b["throw"]||((s=b["return"])&&s.call(b),0):b.next)&&!(s=s.call(b,_[1])).done)return s;if(b=0,s)_=[_[0]&2,s.value];switch(_[0]){case 0:case 1:s=_;break;case 4:i.label++;return{value:_[1],done:false};case 5:i.label++;b=_[1];_=[0];continue;case 7:_=i.ops.pop();i.trys.pop();continue;default:if(!(s=i.trys,s=s.length>0&&s[s.length-1])&&(_[0]===6||_[0]===2)){i=0;continue}if(_[0]===3&&(!s||_[1]>s[0]&&_[1]<s[3])){i.label=_[1];break}if(_[0]===6&&i.label<s[1]){i.label=s[1];s=_;break}if(s&&i.label<s[2]){i.label=s[2];i.ops.push(_);break}if(s[2])i.ops.pop();i.trys.pop();continue}_=l.call(t,i)}catch(t){_=[6,t];b=0}finally{a=s=0}if(_[0]&5)throw _[1];return{value:_[0]?_[1]:void 0,done:true}}};System.register(["./p-d67f7321.system.js","./p-db0895e2.system.js","./p-6dbef894.system.js","./p-23bdd8dc.system.js","./p-4d807f18.system.js","./p-0177e3a0.system.js","./p-486eb96d.system.js","./p-0aa1d6a4.system.js","./p-dafb9ede.system.js","./p-d97dc6a8.system.js","./p-a1f6e944.system.js","./p-b3f2c626.system.js","./p-145d5c4e.system.js","./p-ec9a7cf5.system.js","./p-eecefb0a.system.js","./p-342d34ac.system.js"],(function(t){"use strict";var l,i,a,b,s,e,_,o,n,d,r,c,m,u,k,g,v,h;return{setters:[function(t){l=t.r;i=t.h;a=t.H;b=t.g;s=t.c},function(t){e=t.B},function(t){_=t._;o=t.a},function(t){n=t.L},function(t){d=t.n;r=t.t;c=t.j},function(t){m=t.L},function(t){u=t.b},function(t){k=t.L},function(t){g=t.L},function(t){v=t.d;h=t.b},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function(){var f=':root{--bal-list-item-radius:var(--bal-radius-normal);--bal-list-item-subtile-color:var(--bal-color-text-primary);--bal-list-item-background-hover:var(--bal-color-light-blue-5);--bal-list-item-background-active:var(--bal-color-primary-6);--bal-list-item-on-dark-color:var(--bal-color-text-white);--bal-list-item-on-dark-background-hover:var(--bal-color-light-blue-2);--bal-list-item-on-dark-background-active:var(--bal-color-light-blue-4);--bal-list-item-disabled-color:var(--bal-color-text-grey);--bal-list-item-disabled-fill:var(--bal-color-grey-5);--bal-list-item-disabled-background:var(--bal-color-grey-2);--bal-list-item-disabled-on-dark-background:var(--bal-color-primary-4);--bal-list-item-disabled-on-dark-color:var(--bal-color-text-grey);--bal-list-item-disabled-on-dark-fill:var(--bal-color-grey-5);--bal-list-item-disabled-on-color-background:var(--bal-color-primary-4);--bal-list-item-disabled-on-color-color:var(--bal-color-primary-4);--bal-list-item-disabled-on-color-fill:var(--bal-color-primary-4);--bal-list-item-border-background:var(--bal-color-grey-2);--bal-list-item-border-on-color-background:var(--bal-color-primary);--bal-list-item-border-on-dark-background:var(--bal-color-primary-4);--bal-list-accordion-head-color-hover:var(--bal-color-text-light-blue);--bal-list-accordion-head-background-hover:var(--bal-color-light-blue-5);--bal-list-accordion-head-color-active:var(--bal-color-text-primary-dark);--bal-list-accordion-head-background-active:var(--bal-color-primary-6);--bal-list-accordion-body-color:var(--bal-color-text-white);--bal-list-accordion-head-on-dark-color-hover:var(--bal-color-light-blue-2);--bal-list-accordion-head-on-dark-background-hover:var(--bal-color-light-blue-2);--bal-list-accordion-head-on-dark-color-active:var(--bal-color-light-blue-3);--bal-list-accordion-head-on-dark-background-active:var(--bal-color-light-blue-3)}.bal-list,.bal-list__item,.bal-list__item>a,.bal-list__item>button,.bal-list__item>div,.bal-list__item__icon,.bal-list__item__title,.bal-list__item__link,.bal-list__item__subtitle,.bal-list__item__content{position:static;display:-ms-flexbox;display:flex}.bal-list,.bal-list__item__content{-ms-flex-direction:column;flex-direction:column}.bal-list__item__title,.bal-list__item__subtitle{text-align:left}.bal-list,.bal-list__item,.bal-list__item>div,.bal-list__item>a,.bal-list__item>button{width:100%}.bal-list__item,.bal-list__item>a,.bal-list__item>div,.bal-list__item>button{-ms-flex-align:center;align-items:center;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body),.bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>a,.bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>div,.bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>button{min-height:3.5rem}.bal-list--size-small .bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body),.bal-list--size-small .bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>a,.bal-list--size-small .bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>div,.bal-list--size-small .bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>button{min-height:3rem}.bal-list__item>a,.bal-list__item>div,.bal-list__item>button{padding:.5rem 0;margin:0;outline:none;border-radius:var(--bal-list-item-radius)}.bal-list--size-small .bal-list__item>a,.bal-list--size-small .bal-list__item>div,.bal-list--size-small .bal-list__item>button{padding:2px 0}.bal-list__item{position:relative}.bal-list__item a{text-decoration:none}.bal-list__item button{background:rgba(0,0,0,0);border:none}.bal-list__item__subtitle{color:var(--bal-list-item-subtile-color);font-size:var(--bal-text-size-small);line-height:var(--bal-line-height-small)}@media screen and (min-width: 769px),print{.bal-list__item__subtitle{font-size:var(--bal-text-size-small-tablet);line-height:var(--bal-line-height-tablet-small)}}@media screen and (min-width: 1024px){.bal-list__item__subtitle{font-size:var(--bal-text-size-small-desktop);line-height:var(--bal-line-height-desktop-small)}}.bal-list__item:not(.bal-list__item__accordion-head),.bal-list__item:not(.bal-list__item__accordion-head)>a,.bal-list__item:not(.bal-list__item__accordion-head)>div,.bal-list__item:not(.bal-list__item__accordion-head)>button,.bal-list__item__content{-ms-flex:1;flex:1}.bal-list__item__content{-ms-flex-pack:center;justify-content:center}.bal-list__item__content--start{-ms-flex-pack:start;justify-content:flex-start}.bal-list__item__content--center{-ms-flex-pack:center;justify-content:center}.bal-list__item__content--end{-ms-flex-pack:end;justify-content:flex-end}.bal-list__item__content--space-between{-ms-flex-pack:justify;justify-content:space-between}.bal-list__item__icon{min-width:1.5rem;min-height:3.5rem;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.bal-list--size-small .bal-list__item__icon{min-height:calc(3rem - 4px)}.bal-list--size-normal>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head>.bal-list__item__icon,.bal-list--size-normal>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head{min-height:3rem}.bal-list--size-small>.bal-list__item:not(.bal-list__item__accordion-body),.bal-list--size-small>.bal-list__item:not(.bal-list__item__accordion-body)>a,.bal-list--size-small>.bal-list__item:not(.bal-list__item__accordion-body)>div,.bal-list--size-small>.bal-list__item:not(.bal-list__item__accordion-body)>button,.bal-list--size-small>.bal-list__item>.bal-list__item__icon{min-height:3rem}.bal-list--size-large>.bal-list__item:not(.bal-list__item__accordion-body),.bal-list--size-large>.bal-list__item:not(.bal-list__item__accordion-body)>a,.bal-list--size-large>.bal-list__item:not(.bal-list__item__accordion-body)>div,.bal-list--size-large>.bal-list__item:not(.bal-list__item__accordion-body)>button,.bal-list--size-large>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head>.bal-list__item__icon,.bal-list--size-large>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head,.bal-list--size-large>.bal-list__item>.bal-list__item__icon{min-height:4.5rem}.bal-list--size-large>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head>.bal-list__item__icon,.bal-list--size-large>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head{min-height:3.5rem}.bal-list__item--clickable .bal-list__item__accordion-head,.bal-list__item--clickable a:not(.is-link),.bal-list__item--clickable button:not(.button){cursor:pointer;pointer-events:inherit}@media (hover: hover)and (pointer: fine){.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__subtitle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__subtitle{color:var(--bal-list-accordion-head-color-hover) !important}.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg circle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg circle{fill:var(--bal-list-accordion-head-background-hover) !important}}@media screen and (min-width: 1024px){.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__subtitle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__subtitle{color:var(--bal-list-accordion-head-color-active) !important}}@media screen and (min-width: 1024px){.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg circle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg circle{fill:var(--bal-list-accordion-head-background-active) !important}}.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:focus-visible,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):focus-visible,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):focus-visible{-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:focus-visible:after,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):focus-visible:after,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):focus-visible:after{content:none !important}.bal-list--background-dark .bal-list__item .bal-list__item__title .title,.bal-list--background-dark .bal-list__item .bal-list__item__title .bal-heading__text,.bal-list--background-dark .bal-list__item .bal-list__item__subtitle{color:var(--bal-list-item-on-dark-color)}.bal-list--background-dark .bal-list__item__icon svg,.bal-list--background-dark .bal-list__item__icon svg g,.bal-list--background-dark .bal-list__item__icon svg path,.bal-list--background-dark .bal-list__item__icon svg circle{fill:var(--bal-list-item-on-dark-color)}@media (hover: hover)and (pointer: fine){.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__subtitle{color:var(--bal-list-accordion-head-on-dark-color-hover) !important}.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg circle{fill:var(--bal-list-accordion-head-on-dark-background-hover) !important}}@media screen and (min-width: 1024px){.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__subtitle{color:var(--bal-list-accordion-head-on-dark-color-active) !important}}@media screen and (min-width: 1024px){.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg circle{fill:var(--bal-list-accordion-head-on-dark-background-active) !important}}.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:focus-visible,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):focus-visible,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):focus-visible{-webkit-box-shadow:var(--bal-focus-shadow-inverted) !important;box-shadow:var(--bal-focus-shadow-inverted) !important}.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:focus-visible:after,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):focus-visible:after,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):focus-visible:after{content:none !important}.bal-list--disabled,.bal-list--disabled .bal-list__item,.bal-list--disabled .bal-list__item a:not(.is-link),.bal-list--disabled .bal-list__item button:not(.button){cursor:default !important;pointer-events:none !important;-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.bal-list--border:not(.bal-list--nested)>.bal-list__item>div:after,.bal-list--border:not(.bal-list--nested)>.bal-list__item>a.bal-list__item__trigger:not(.is-link):after,.bal-list--border:not(.bal-list--nested)>.bal-list__item>button.bal-list__item__trigger:not(.button):not([type=button]):after,.bal-list--border.bal-list--nested>.bal-list__item:not(:last-child)>div:after,.bal-list--border.bal-list--nested>.bal-list__item:not(:last-child)>a.bal-list__item__trigger:not(.is-link):after,.bal-list--border.bal-list--nested>.bal-list__item:not(:last-child)>button.bal-list__item__trigger:not(.button):not([type=button]):after{content:"";height:2px;border-radius:var(--bal-list-item-radius);width:100%;position:absolute;bottom:0;left:0;right:0}.bal-list--border .bal-list__item>div:after,.bal-list--border .bal-list__item a:not(.is-link):after,.bal-list--border .bal-list__item button:not(.button):not([type=button]):after,.bal-list--border .bal-list__item--disabled>div:after,.bal-list--border .bal-list__item--disabled a:not(.is-link):after,.bal-list--border .bal-list__item--disabled button:not(.button):not([type=button]):after{background:var(--bal-list-item-disabled-background)}@media (hover: hover)and (pointer: fine){.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled)>div:hover:after,.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) a:not(.is-link):hover:after,.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) button:not(.button):hover:after{background:var(--bal-list-item-background-hover)}}@media screen and (min-width: 1024px){.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled)>div:active:after,.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) a:not(.is-link):active:after,.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) button:not(.button):active:after{background:var(--bal-list-item-background-active)}}.bal-list--border.bal-list--background-color .bal-list__item>div:after,.bal-list--border.bal-list--background-color .bal-list__item a:not(.is-link):after,.bal-list--border.bal-list--background-color .bal-list__item button:not(.button):after{background:var(--bal-color-primary)}.bal-list--border.bal-list--background-color .bal-list__item--disabled>div:after,.bal-list--border.bal-list--background-color .bal-list__item--disabled a:not(.is-link):after,.bal-list--border.bal-list--background-color .bal-list__item--disabled button:not(.button):after{background:var(--bal-list-item-disabled-on-color-background)}.bal-list--border.bal-list--background-dark .bal-list__item>div:after,.bal-list--border.bal-list--background-dark .bal-list__item a:not(.is-link):after,.bal-list--border.bal-list--background-dark .bal-list__item button:not(.button):after{background:var(--bal-list-item-disabled-on-dark-background)}.bal-list--border.bal-list--background-dark .bal-list__item--disabled>div:after,.bal-list--border.bal-list--background-dark .bal-list__item--disabled a:not(.is-link):after,.bal-list--border.bal-list--background-dark .bal-list__item--disabled button:not(.button):after{background:var(--bal-list-item-disabled-on-dark-background)}.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled)>div:hover:after,.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) a:not(.is-link):hover:after,.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) button:not(.button):hover:after{background:var(--bal-list-item-on-dark-background-hover)}.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled)>div:active:after,.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) a:not(.is-link):active:after,.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) button:not(.button):active:after{background:var(--bal-list-item-on-dark-background-active)}.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__title .title,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__subtitle,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .title,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__subtitle,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__title .title,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__subtitle{color:var(--bal-list-item-disabled-on-dark-color) !important}.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg g,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg path,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg circle,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg g,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg path,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg g,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg path,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg circle{fill:var(--bal-list-item-disabled-on-dark-fill) !important}.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__subtitle{color:var(--bal-list-item-disabled-color) !important}.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg circle{fill:var(--bal-list-item-disabled-fill) !important}.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__subtitle{color:var(--bal-list-item-disabled-on-color-color) !important}.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg circle{fill:var(--bal-list-item-disabled-on-color-fill) !important}.bal-card>.bal-list.p-none .bal-list__item:last-child:after{content:none !important}.bal-list__item--accordion>div{-ms-flex-direction:column;flex-direction:column}.bal-list__item--animated{-webkit-transition:all var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:all var(--bal-animation-transition-duration) var(--bal-animation-transition-easing)}.bal-list__item--animated .bal-list__item__accordion-body{-webkit-transition:max-height var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:max-height var(--bal-animation-transition-duration) var(--bal-animation-transition-easing)}.bal-list__item--animated .bal-list__item__accordion-head__icon{-webkit-transition:-webkit-transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:-webkit-transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing), -webkit-transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing)}.bal-list__item__accordion-head{padding:0 !important}.bal-list__item__accordion-body{will-change:max-height;min-height:0;margin:0 !important}.bal-list__item__accordion-body,.bal-list__item__accordion-body__content{padding:0 !important}.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-body{max-height:0 !important;overflow:hidden}.bal-list__item--collapsed>.bal-list__item__trigger>.bal-list__item__accordion-body:not(.bal-list__item__accordion-body--grouped){display:none}.bal-list__item--collapsed>.bal-list__item__trigger>.bal-list__item__accordion-body{overflow:hidden}.bal-list__item--collapsed>.bal-list__item__trigger>.bal-list__item__accordion-body--grouped{max-height:0 !important}.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-body{max-height:0;overflow:hidden}@media (prefers-reduced-motion: reduce){.bal-list__item,.bal-list__item__accordion-body{-webkit-transition:none !important;transition:none !important}}.bal-list__item__accordion-body{-ms-flex-align:start !important;align-items:flex-start !important}.bal-list__item__accordion-body__content{position:static;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start !important;align-items:flex-start !important}.bal-list__item__accordion-body__content--start{-ms-flex-pack:start;justify-content:flex-start}.bal-list__item__accordion-body__content--center{-ms-flex-pack:center;justify-content:center}.bal-list__item__accordion-body__content--end{-ms-flex-pack:end;justify-content:flex-end}.bal-list__item__accordion-body__content--space-between{-ms-flex-pack:justify;justify-content:space-between}.bal-list--border>.bal-list__item--expanded>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border>.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border>.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-head:after{position:absolute;bottom:-0.5rem;left:0;content:"";height:2px;width:100%;border-radius:var(--bal-list-item-radius);background:var(--bal-list-item-border-background)}.bal-list--size-small.bal-list--border>.bal-list__item--expanded>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--size-small.bal-list--border>.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--size-small.bal-list--border>.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-head:after{bottom:-2px}.bal-list--border.bal-list--background-color>.bal-list__item--expanded>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border.bal-list--background-color>.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border.bal-list--background-color>.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-head:after{background:var(--bal-list-item-border-on-color-background)}.bal-list--border.bal-list--background-dark>.bal-list__item--expanded>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border.bal-list--background-dark>.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border.bal-list--background-dark>.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-head:after{background:var(--bal-list-item-border-on-dark-background)}.bal-list__item__accordion-body__content>.bal-list{padding-left:1rem}.bal-list--background-dark .bal-list__item__accordion-body .bal-list__item__content>p{color:var(--bal-list-accordion-body-color)}.bal-list__item--animated>.bal-list__item__trigger{-webkit-transition:all var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:all var(--bal-animation-transition-duration) var(--bal-animation-transition-easing)}.bal-list__item--expanded>.bal-list__item__trigger,.bal-list__item--expanding>.bal-list__item__trigger{padding-bottom:0}.bal-list--border>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-body>div:not(.bal-list__item__accordion-body__content--space-normal){padding-bottom:2px !important}.bal-list__item__accordion-body__content{padding-top:.5rem !important}.bal-list__item__accordion-body__content--space-normal{padding-top:1rem !important;padding-bottom:1rem !important}';var p=f;var y=t("bal_list",function(){function t(t){l(this,t);this.disabled=false;this.background="light";this.border=false;this.accordionOneLevel=false;this.size=""}t.prototype.accordionOneLevelHandler=function(t,l){if(t!==l){var i=Array.from(this.el.querySelectorAll("bal-list"));i.forEach((function(l){return l.accordionOneLevel=t}))}};t.prototype.componentWillLoad=function(){this.accordionOneLevelHandler(this.accordionOneLevel,false)};t.prototype.render=function(){var t=e.block("list");var l=this.el.closest(".bal-list");var b=l!==null&&l!==this.el;return i(a,{key:"e37f1536781b7ba2eb1e544a314c9b6396b6a2da",role:"list",class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},t.class()),t.modifier("nested").class(b)),t.modifier("disabled").class(this.disabled)),t.modifier("border").class(this.border)),t.modifier("size-".concat(this.size||"normal")).class()),t.modifier("background-".concat(this.background)).class())},i("slot",{key:"21a50a6a0501553da01d3cd5bf23558940d51ec4"}))};Object.defineProperty(t.prototype,"el",{get:function(){return b(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{accordionOneLevel:["accordionOneLevelHandler"]}},enumerable:false,configurable:true});return t}());y.style=p;var x=t("bal_list_item",function(){function t(t){var i=this;l(this,t);this.balNavigate=s(this,"balNavigate",7);this.balGroupStateChanged=s(this,"balGroupStateChanged",7);this.balWillAnimate=s(this,"balWillAnimate",7);this.balDidAnimate=s(this,"balDidAnimate",7);this.accordionOpen=false;this.animated=true;this.accordionChanged=function(t){var l=t.detail;if(l!==i.accordionOpen){i.accordionOpen=l;i.updateState()}};this.addEventListenerAccordionChange=function(){var t=i.el.querySelector(x.selectors.accordionHead);if(t){t.addEventListener("balAccordionChange",i.accordionChanged);i.accordionOpen=t.accordionOpen;i.updateState(true)}};this.removeEventListenerAccordionChange=function(){var t=i.el.querySelector(x.selectors.accordionHead);if(t){t.removeEventListener("balAccordionChange",i.accordionChanged)}};this.updateHead=function(){var t=i.el.querySelector("bal-list-item-accordion-head");if(t){t.accordionOpen=i.accordionOpen}};this.updateState=function(t){if(t===void 0){t=false}if(i.accordionOpen){i.expandAccordion(t)}else{i.collapseAccordion(t)}};this.expandAccordion=function(t){if(t===void 0){t=false}var l=i.el.querySelector(x.selectors.accordionBody);var a=i.el.querySelector(x.selectors.accordionBodyWrapper);if(t||l===null||a===null){i.state=4;return}if(i.state===4){return}if(i.currentRaf!==undefined){cancelAnimationFrame(i.currentRaf)}var b=i.el.closest("bal-list");if(b&&b.accordionOneLevel){var s=Array.from(b.querySelectorAll("bal-list-item")).filter((function(t){return t!==i.el}));s.forEach((function(t){return t.dismiss(true)}))}if(i.shouldAnimate()){d((function(){i.state=8;i.currentRaf=d((function(){return __awaiter(i,void 0,void 0,(function(){var t,i;return __generator(this,(function(b){switch(b.label){case 0:t=a.offsetHeight;i=r(l,300);l.style.setProperty("max-height","".concat(t,"px"));this.balWillAnimate.emit(this.accordionOpen);return[4,i];case 1:b.sent();this.state=4;l.style.removeProperty("max-height");this.balDidAnimate.emit(this.accordionOpen);return[2]}}))}))}))}))}else{i.balWillAnimate.emit(i.accordionOpen);i.state=4;i.balDidAnimate.emit(i.accordionOpen)}};this.collapseAccordion=function(t,l){if(t===void 0){t=false}if(l===void 0){l=false}var a=i.el.querySelector(x.selectors.accordionBody);if(t||a===null){i.state=1;return}if(i.state===1){return}if(i.currentRaf!==undefined){cancelAnimationFrame(i.currentRaf)}if(!l){var b=i.el.closest("bal-list");if(b&&b.accordionOneLevel){var s=Array.from(i.el.querySelectorAll("bal-list-item")).filter((function(t){return t!==i.el}));s.forEach((function(t){return t.dismiss(true)}))}}if(i.shouldAnimate()){i.currentRaf=d((function(){return __awaiter(i,void 0,void 0,(function(){var t;var l=this;return __generator(this,(function(i){t=a.offsetHeight;a.style.setProperty("max-height","".concat(t,"px"));d((function(){return __awaiter(l,void 0,void 0,(function(){var t;return __generator(this,(function(l){switch(l.label){case 0:t=r(a,300);this.state=2;this.balWillAnimate.emit(this.accordionOpen);return[4,t];case 1:l.sent();this.state=1;a.style.removeProperty("max-height");this.balDidAnimate.emit(this.accordionOpen);return[2]}}))}))}));return[2]}))}))}))}else{i.balWillAnimate.emit(i.accordionOpen);i.state=1;i.balDidAnimate.emit(i.accordionOpen)}};this.shouldAnimate=function(){if(typeof window==="undefined"){return false}return i.animated};this.onClickTrigger=function(t){var l=i.el.querySelector(x.selectors.accordionBody);if(l){if(!l.contains(t.target)){i.balNavigate.emit(t)}}else{i.balNavigate.emit(t)}};this.state=1;this.disabled=false;this.clickable=false;this.selected=false;this.accordion=false;this.subAccordionItem=false;this.href="";this.target="_self";this.download=undefined}t.prototype.createLogger=function(t){this.log=t};t.prototype.connectedCallback=function(){if(this.accordion){this.addEventListenerAccordionChange()}};t.prototype.componentDidLoad=function(){if(this.accordion){this.addEventListenerAccordionChange()}};t.prototype.disconnectedCallback=function(){this.removeEventListenerAccordionChange()};t.prototype.configChanged=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(l){this.animated=t.animated;return[2]}))}))};t.prototype.present=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){if(this.accordion&&this.accordionOpen===false){this.accordionOpen=true;this.updateHead();this.expandAccordion()}return[2]}))}))};t.prototype.dismiss=function(){return __awaiter(this,arguments,void 0,(function(t){if(t===void 0){t=false}return __generator(this,(function(l){if(this.accordion&&this.accordionOpen===true){this.accordionOpen=false;this.updateHead();this.collapseAccordion(false,t)}return[2]}))}))};t.prototype.toggle=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){if(this.accordion){if(this.accordionOpen){this.dismiss()}else{this.present()}}return[2]}))}))};t.prototype.render=function(){var t=this;var l=e.block("list").element("item");var b=l.element("trigger");var s=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},l.class()),l.modifier("disabled").class(this.disabled)),l.modifier("selected").class(this.selected)),l.modifier("animated").class(this.animated)),l.modifier("accordion").class(this.accordion)),l.modifier("sub-accordion").class(this.subAccordionItem)),l.modifier("active").class(this.accordionOpen)),l.modifier("expanding").class(this.state===8)),l.modifier("expanded").class(this.state===4)),l.modifier("collapsing").class(this.state===2)),l.modifier("collapsed").class(this.state===1)),l.modifier("clickable").class(!this.disabled&&(this.clickable||this.href.length>0||this.accordion)));if(this.href.length>0&&!this.disabled){return i(a,{role:"listitem",class:Object.assign({},s)},i("a",{class:Object.assign({},b.class()),href:this.href,target:this.target,download:this.download,onClick:function(l){return t.onClickTrigger(l)}},i("slot",null)))}if(this.clickable){return i(a,{role:"listitem",class:Object.assign({},s)},i("button",{class:Object.assign({},b.class()),disabled:this.disabled,onClick:function(l){return t.onClickTrigger(l)}},i("slot",null)))}if(this.accordion){return i(a,{role:"listitem",class:Object.assign({},s),onClick:function(l){return t.onClickTrigger(l)}},i("div",{class:Object.assign({},b.class())},i("slot",null)))}return i(a,{role:"listitem",class:Object.assign({},s)},i("div",{class:Object.assign({},b.class())},i("slot",null)))};Object.defineProperty(t.prototype,"el",{get:function(){return b(this)},enumerable:false,configurable:true});return t}());x.selectors={accordionHead:".bal-list__item__trigger > bal-list-item-accordion-head",accordionBody:".bal-list__item__trigger > bal-list-item-accordion-body",accordionBodyWrapper:".bal-list__item__trigger > .bal-list__item__accordion-body > .bal-list__item__accordion-body__content"};_([n("bal-list-item"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],x.prototype,"createLogger",null);_([m(),o("design:type",Function),o("design:paramtypes",[Object]),o("design:returntype",Promise)],x.prototype,"configChanged",null);var w=t("bal_list_item_accordion_body",function(){function t(t){var i=this;l(this,t);this.isMobile=u.isMobile;this.setMinHeightForAnimation=function(){if(i.currentRaf!==undefined){cancelAnimationFrame(i.currentRaf)}if(i.isMobile&&i.contentElWrapper){i.contentElWrapper.style.removeProperty("min-height");return}d((function(){if(i.accordionGroup!==undefined&&i.accordionGroup!==""){var t=Array.from(document.body.querySelectorAll("bal-list-item-accordion-body"));var l=t.filter((function(t){return t.accordionGroup===i.accordionGroup})).map((function(t){return t.querySelector(".bal-list__item__accordion-body__content")})).filter((function(t){return t}));var a=l.reduce((function(t,l){return t<l.offsetHeight?l.offsetHeight:t}),0);if(i.contentElWrapper&&a>0&&i.el.offsetHeight!==a){i.contentElWrapper.style.setProperty("min-height","".concat(a,"px"))}}}))};this.debounceSetMinHeightForAnimation=c(this.setMinHeightForAnimation.bind(this),100);this.accordionGroup=undefined;this.contentSpace="none";this.contentAlignment="start"}t.prototype.createLogger=function(t){this.log=t};t.prototype.connectedCallback=function(){this.setMinHeightForAnimation()};t.prototype.componentDidRender=function(){this.setMinHeightForAnimation()};t.prototype.resizeListener=function(){};t.prototype.breakpointListener=function(t){this.isMobile=t.mobile;this.debounceSetMinHeightForAnimation()};t.prototype.render=function(){var t;var l=this;return i(a,{key:"3a4e503ddae6d6c84658b2942a82cc7946ed6e9d",class:{"bal-list__item":true,"bal-list__item__accordion-body":true,"bal-list__item__accordion-body--grouped":this.accordionGroup!==undefined&&this.accordionGroup!==""}},i("div",{key:"f17506b393c8ee3ad69914cba638615dc96b1d46",class:(t={"bal-list__item__accordion-body__content":true},t["bal-list__item__accordion-body__content--".concat(this.contentAlignment)]=this.contentAlignment!==undefined,t["bal-list__item__accordion-body__content--space-".concat(this.contentSpace)]=this.contentSpace!==undefined,t),ref:function(t){return l.contentElWrapper=t}},i("slot",{key:"ef461ed5b0e17b6dd4b79b7d88ccc4dc84b7694b"})))};Object.defineProperty(t.prototype,"el",{get:function(){return b(this)},enumerable:false,configurable:true});return t}());_([n("bal-list-item-accordion-body"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],w.prototype,"createLogger",null);_([k(),o("design:type",Function),o("design:paramtypes",[]),o("design:returntype",void 0)],w.prototype,"resizeListener",null);_([g(),o("design:type",Function),o("design:paramtypes",[Object]),o("design:returntype",void 0)],w.prototype,"breakpointListener",null);var j=t("bal_list_item_accordion_head",function(){function t(t){var i=this;l(this,t);this.balAccordionChange=s(this,"balAccordionChange",7);this.onClick=function(){if(i.el.closest("bal-list-item")){i.accordionOpen=!i.accordionOpen}};this.onKeyDown=function(t){if(v(t)||h(t)){i.onClick()}};this.accordionOpen=false;this.icon="plus"}t.prototype.createLogger=function(t){this.log=t};t.prototype.accordionOpenHandler=function(t,l){if(t!==l){this.balAccordionChange.emit(this.accordionOpen)}};t.prototype.render=function(){return i(a,{key:"07c14c423b6f0840576dbd6fecb65de01f000530",class:{"bal-list__item":true,"bal-list__item__accordion-head":true,"bal-list__item__accordion-head--open":this.accordionOpen},role:"button",tabindex:"0",onClick:this.onClick,onKeyDown:this.onKeyDown},i("slot",{key:"620e067008a8a1642bda2293fbe90c0ae24f8088"}),i("bal-list-item-icon",{key:"cf069c253dd3f419e630ab1ccd69789c1b244e0e",right:true},i("bal-icon",{key:"3bb4e7f40d33d292a7a1f4d5e66a9a79aead7412",class:"bal-list__item__accordion-head__icon",name:this.icon,size:"small",turn:this.accordionOpen})))};Object.defineProperty(t.prototype,"el",{get:function(){return b(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{accordionOpen:["accordionOpenHandler"]}},enumerable:false,configurable:true});return t}());_([n("bal-list-item-accordion-head"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],j.prototype,"createLogger",null);var z=t("bal_list_item_content",function(){function t(t){l(this,t);this.contentAlignment=undefined}t.prototype.render=function(){var t;return i(a,{key:"62c3187a790387131619a36041500bfa8411f1ef",class:(t={"bal-list__item__content":true},t["bal-list__item__content--".concat(this.contentAlignment)]=this.contentAlignment!==undefined,t)},i("slot",{key:"46b91cbcc099fadbc5d36cd38962cd269edfa061"}))};return t}());var O=t("bal_list_item_icon",function(){function t(t){l(this,t);this.right=false}t.prototype.render=function(){return i(a,{key:"9fb09192dd52850fcef91ea5a331d15a4b3b5dcc",class:{"bal-list__item__icon":true,"bal-list__item__icon--right":this.right}},i("slot",{key:"cd11e4ae80df1279bb2ba2ea033177e2853e9f78"}))};return t}());var A=t("bal_list_item_subtitle",function(){function t(t){l(this,t)}t.prototype.render=function(){return i(a,{key:"9d30c4730ecaf4111353cba87adaa659eb859623",class:"bal-list__item__subtitle"},i("slot",{key:"e76c009d723f41b9197c4d08dfb113221f83ff04"}))};return t}());var F=t("bal_list_item_title",function(){function t(t){l(this,t);this.level="h5";this.visualLevel=undefined}t.prototype.render=function(){return i(a,{key:"01c84fe56b2b55a7697123f6fe756faf6356715d",class:"bal-list__item__title"},i("bal-heading",{key:"72c506243539016f8ea69d0c41617cf3d78db736",level:this.level,visualLevel:this.visualLevel,space:"none"},i("slot",{key:"3e92f25b24180c39db9cbe8967baac16e41e0f03"})))};return t}())}}}));
1
+ var __awaiter=this&&this.__awaiter||function(t,l,i,a){function b(t){return t instanceof i?t:new i((function(l){l(t)}))}return new(i||(i=Promise))((function(i,s){function e(t){try{o(a.next(t))}catch(t){s(t)}}function _(t){try{o(a["throw"](t))}catch(t){s(t)}}function o(t){t.done?i(t.value):b(t.value).then(e,_)}o((a=a.apply(t,l||[])).next())}))};var __generator=this&&this.__generator||function(t,l){var i={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},a,b,s,e;return e={next:_(0),throw:_(1),return:_(2)},typeof Symbol==="function"&&(e[Symbol.iterator]=function(){return this}),e;function _(t){return function(l){return o([t,l])}}function o(_){if(a)throw new TypeError("Generator is already executing.");while(e&&(e=0,_[0]&&(i=0)),i)try{if(a=1,b&&(s=_[0]&2?b["return"]:_[0]?b["throw"]||((s=b["return"])&&s.call(b),0):b.next)&&!(s=s.call(b,_[1])).done)return s;if(b=0,s)_=[_[0]&2,s.value];switch(_[0]){case 0:case 1:s=_;break;case 4:i.label++;return{value:_[1],done:false};case 5:i.label++;b=_[1];_=[0];continue;case 7:_=i.ops.pop();i.trys.pop();continue;default:if(!(s=i.trys,s=s.length>0&&s[s.length-1])&&(_[0]===6||_[0]===2)){i=0;continue}if(_[0]===3&&(!s||_[1]>s[0]&&_[1]<s[3])){i.label=_[1];break}if(_[0]===6&&i.label<s[1]){i.label=s[1];s=_;break}if(s&&i.label<s[2]){i.label=s[2];i.ops.push(_);break}if(s[2])i.ops.pop();i.trys.pop();continue}_=l.call(t,i)}catch(t){_=[6,t];b=0}finally{a=s=0}if(_[0]&5)throw _[1];return{value:_[0]?_[1]:void 0,done:true}}};System.register(["./p-7961e095.system.js","./p-db0895e2.system.js","./p-6dbef894.system.js","./p-23bdd8dc.system.js","./p-a2090a9d.system.js","./p-0177e3a0.system.js","./p-c1db8468.system.js","./p-f2c398a3.system.js","./p-a06fe6d4.system.js","./p-4e642b63.system.js","./p-a1f6e944.system.js","./p-b3f2c626.system.js","./p-145d5c4e.system.js","./p-ec9a7cf5.system.js","./p-eecefb0a.system.js","./p-88489cf7.system.js"],(function(t){"use strict";var l,i,a,b,s,e,_,o,n,d,r,c,m,u,k,g,v,h;return{setters:[function(t){l=t.r;i=t.h;a=t.H;b=t.g;s=t.c},function(t){e=t.B},function(t){_=t._;o=t.a},function(t){n=t.L},function(t){d=t.o;r=t.t;c=t.k},function(t){m=t.L},function(t){u=t.b},function(t){k=t.L},function(t){g=t.L},function(t){v=t.d;h=t.b},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function(){var f=':root{--bal-list-item-radius:var(--bal-radius-normal);--bal-list-item-subtile-color:var(--bal-color-text-primary);--bal-list-item-background-hover:var(--bal-color-light-blue-5);--bal-list-item-background-active:var(--bal-color-primary-6);--bal-list-item-on-dark-color:var(--bal-color-text-white);--bal-list-item-on-dark-background-hover:var(--bal-color-light-blue-2);--bal-list-item-on-dark-background-active:var(--bal-color-light-blue-4);--bal-list-item-disabled-color:var(--bal-color-text-grey);--bal-list-item-disabled-fill:var(--bal-color-grey-5);--bal-list-item-disabled-background:var(--bal-color-grey-2);--bal-list-item-disabled-on-dark-background:var(--bal-color-primary-4);--bal-list-item-disabled-on-dark-color:var(--bal-color-text-grey);--bal-list-item-disabled-on-dark-fill:var(--bal-color-grey-5);--bal-list-item-disabled-on-color-background:var(--bal-color-primary-4);--bal-list-item-disabled-on-color-color:var(--bal-color-primary-4);--bal-list-item-disabled-on-color-fill:var(--bal-color-primary-4);--bal-list-item-border-background:var(--bal-color-grey-2);--bal-list-item-border-on-color-background:var(--bal-color-primary);--bal-list-item-border-on-dark-background:var(--bal-color-primary-4);--bal-list-accordion-head-color-hover:var(--bal-color-text-light-blue);--bal-list-accordion-head-background-hover:var(--bal-color-light-blue-5);--bal-list-accordion-head-color-active:var(--bal-color-text-primary-dark);--bal-list-accordion-head-background-active:var(--bal-color-primary-6);--bal-list-accordion-body-color:var(--bal-color-text-white);--bal-list-accordion-head-on-dark-color-hover:var(--bal-color-light-blue-2);--bal-list-accordion-head-on-dark-background-hover:var(--bal-color-light-blue-2);--bal-list-accordion-head-on-dark-color-active:var(--bal-color-light-blue-3);--bal-list-accordion-head-on-dark-background-active:var(--bal-color-light-blue-3)}.bal-list,.bal-list__item,.bal-list__item>a,.bal-list__item>button,.bal-list__item>div,.bal-list__item__icon,.bal-list__item__title,.bal-list__item__link,.bal-list__item__subtitle,.bal-list__item__content{position:static;display:-ms-flexbox;display:flex}.bal-list,.bal-list__item__content{-ms-flex-direction:column;flex-direction:column}.bal-list__item__title,.bal-list__item__subtitle{text-align:left}.bal-list,.bal-list__item,.bal-list__item>div,.bal-list__item>a,.bal-list__item>button{width:100%}.bal-list__item,.bal-list__item>a,.bal-list__item>div,.bal-list__item>button{-ms-flex-align:center;align-items:center;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body),.bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>a,.bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>div,.bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>button{min-height:3.5rem}.bal-list--size-small .bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body),.bal-list--size-small .bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>a,.bal-list--size-small .bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>div,.bal-list--size-small .bal-list__item:not(.bal-list__item__accordion-head):not(.bal-list__item__accordion-body)>button{min-height:3rem}.bal-list__item>a,.bal-list__item>div,.bal-list__item>button{padding:.5rem 0;margin:0;outline:none;border-radius:var(--bal-list-item-radius)}.bal-list--size-small .bal-list__item>a,.bal-list--size-small .bal-list__item>div,.bal-list--size-small .bal-list__item>button{padding:2px 0}.bal-list__item{position:relative}.bal-list__item a{text-decoration:none}.bal-list__item button{background:rgba(0,0,0,0);border:none}.bal-list__item__subtitle{color:var(--bal-list-item-subtile-color);font-size:var(--bal-text-size-small);line-height:var(--bal-line-height-small)}@media screen and (min-width: 769px),print{.bal-list__item__subtitle{font-size:var(--bal-text-size-small-tablet);line-height:var(--bal-line-height-tablet-small)}}@media screen and (min-width: 1024px){.bal-list__item__subtitle{font-size:var(--bal-text-size-small-desktop);line-height:var(--bal-line-height-desktop-small)}}.bal-list__item:not(.bal-list__item__accordion-head),.bal-list__item:not(.bal-list__item__accordion-head)>a,.bal-list__item:not(.bal-list__item__accordion-head)>div,.bal-list__item:not(.bal-list__item__accordion-head)>button,.bal-list__item__content{-ms-flex:1;flex:1}.bal-list__item__content{-ms-flex-pack:center;justify-content:center}.bal-list__item__content--start{-ms-flex-pack:start;justify-content:flex-start}.bal-list__item__content--center{-ms-flex-pack:center;justify-content:center}.bal-list__item__content--end{-ms-flex-pack:end;justify-content:flex-end}.bal-list__item__content--space-between{-ms-flex-pack:justify;justify-content:space-between}.bal-list__item__icon{min-width:1.5rem;min-height:3.5rem;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.bal-list--size-small .bal-list__item__icon{min-height:calc(3rem - 4px)}.bal-list--size-normal>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head>.bal-list__item__icon,.bal-list--size-normal>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head{min-height:3rem}.bal-list--size-small>.bal-list__item:not(.bal-list__item__accordion-body),.bal-list--size-small>.bal-list__item:not(.bal-list__item__accordion-body)>a,.bal-list--size-small>.bal-list__item:not(.bal-list__item__accordion-body)>div,.bal-list--size-small>.bal-list__item:not(.bal-list__item__accordion-body)>button,.bal-list--size-small>.bal-list__item>.bal-list__item__icon{min-height:3rem}.bal-list--size-large>.bal-list__item:not(.bal-list__item__accordion-body),.bal-list--size-large>.bal-list__item:not(.bal-list__item__accordion-body)>a,.bal-list--size-large>.bal-list__item:not(.bal-list__item__accordion-body)>div,.bal-list--size-large>.bal-list__item:not(.bal-list__item__accordion-body)>button,.bal-list--size-large>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head>.bal-list__item__icon,.bal-list--size-large>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head,.bal-list--size-large>.bal-list__item>.bal-list__item__icon{min-height:4.5rem}.bal-list--size-large>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head>.bal-list__item__icon,.bal-list--size-large>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-head{min-height:3.5rem}.bal-list__item--clickable .bal-list__item__accordion-head,.bal-list__item--clickable a:not(.is-link),.bal-list__item--clickable button:not(.button){cursor:pointer;pointer-events:inherit}@media (hover: hover)and (pointer: fine){.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__subtitle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__subtitle{color:var(--bal-list-accordion-head-color-hover) !important}.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg circle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg circle{fill:var(--bal-list-accordion-head-background-hover) !important}}@media screen and (min-width: 1024px){.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__subtitle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__title .title,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__subtitle{color:var(--bal-list-accordion-head-color-active) !important}}@media screen and (min-width: 1024px){.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg circle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg circle{fill:var(--bal-list-accordion-head-background-active) !important}}.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:focus-visible,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):focus-visible,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):focus-visible{-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable .bal-list__item__accordion-head:focus-visible:after,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable a:not(.is-link):focus-visible:after,.bal-list:not(.is-disabled):not(.bal-list--background-dark) .bal-list__item--clickable button:not(.button):focus-visible:after{content:none !important}.bal-list--background-dark .bal-list__item .bal-list__item__title .title,.bal-list--background-dark .bal-list__item .bal-list__item__title .bal-heading__text,.bal-list--background-dark .bal-list__item .bal-list__item__subtitle{color:var(--bal-list-item-on-dark-color)}.bal-list--background-dark .bal-list__item__icon svg,.bal-list--background-dark .bal-list__item__icon svg g,.bal-list--background-dark .bal-list__item__icon svg path,.bal-list--background-dark .bal-list__item__icon svg circle{fill:var(--bal-list-item-on-dark-color)}@media (hover: hover)and (pointer: fine){.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__subtitle{color:var(--bal-list-accordion-head-on-dark-color-hover) !important}.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):hover .bal-list__item__icon svg circle{fill:var(--bal-list-accordion-head-on-dark-background-hover) !important}}@media screen and (min-width: 1024px){.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__subtitle{color:var(--bal-list-accordion-head-on-dark-color-active) !important}}@media screen and (min-width: 1024px){.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):active .bal-list__item__icon svg circle{fill:var(--bal-list-accordion-head-on-dark-background-active) !important}}.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:focus-visible,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):focus-visible,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):focus-visible{-webkit-box-shadow:var(--bal-focus-shadow-inverted) !important;box-shadow:var(--bal-focus-shadow-inverted) !important}.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable .bal-list__item__accordion-head:focus-visible:after,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable a:not(.is-link):focus-visible:after,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--clickable button:not(.button):focus-visible:after{content:none !important}.bal-list--disabled,.bal-list--disabled .bal-list__item,.bal-list--disabled .bal-list__item a:not(.is-link),.bal-list--disabled .bal-list__item button:not(.button){cursor:default !important;pointer-events:none !important;-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.bal-list--border:not(.bal-list--nested)>.bal-list__item>div:after,.bal-list--border:not(.bal-list--nested)>.bal-list__item>a.bal-list__item__trigger:not(.is-link):after,.bal-list--border:not(.bal-list--nested)>.bal-list__item>button.bal-list__item__trigger:not(.button):not([type=button]):after,.bal-list--border.bal-list--nested>.bal-list__item:not(:last-child)>div:after,.bal-list--border.bal-list--nested>.bal-list__item:not(:last-child)>a.bal-list__item__trigger:not(.is-link):after,.bal-list--border.bal-list--nested>.bal-list__item:not(:last-child)>button.bal-list__item__trigger:not(.button):not([type=button]):after{content:"";height:2px;border-radius:var(--bal-list-item-radius);width:100%;position:absolute;bottom:0;left:0;right:0}.bal-list--border .bal-list__item>div:after,.bal-list--border .bal-list__item a:not(.is-link):after,.bal-list--border .bal-list__item button:not(.button):not([type=button]):after,.bal-list--border .bal-list__item--disabled>div:after,.bal-list--border .bal-list__item--disabled a:not(.is-link):after,.bal-list--border .bal-list__item--disabled button:not(.button):not([type=button]):after{background:var(--bal-list-item-disabled-background)}@media (hover: hover)and (pointer: fine){.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled)>div:hover:after,.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) a:not(.is-link):hover:after,.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) button:not(.button):hover:after{background:var(--bal-list-item-background-hover)}}@media screen and (min-width: 1024px){.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled)>div:active:after,.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) a:not(.is-link):active:after,.bal-list--border .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) button:not(.button):active:after{background:var(--bal-list-item-background-active)}}.bal-list--border.bal-list--background-color .bal-list__item>div:after,.bal-list--border.bal-list--background-color .bal-list__item a:not(.is-link):after,.bal-list--border.bal-list--background-color .bal-list__item button:not(.button):after{background:var(--bal-color-primary)}.bal-list--border.bal-list--background-color .bal-list__item--disabled>div:after,.bal-list--border.bal-list--background-color .bal-list__item--disabled a:not(.is-link):after,.bal-list--border.bal-list--background-color .bal-list__item--disabled button:not(.button):after{background:var(--bal-list-item-disabled-on-color-background)}.bal-list--border.bal-list--background-dark .bal-list__item>div:after,.bal-list--border.bal-list--background-dark .bal-list__item a:not(.is-link):after,.bal-list--border.bal-list--background-dark .bal-list__item button:not(.button):after{background:var(--bal-list-item-disabled-on-dark-background)}.bal-list--border.bal-list--background-dark .bal-list__item--disabled>div:after,.bal-list--border.bal-list--background-dark .bal-list__item--disabled a:not(.is-link):after,.bal-list--border.bal-list--background-dark .bal-list__item--disabled button:not(.button):after{background:var(--bal-list-item-disabled-on-dark-background)}.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled)>div:hover:after,.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) a:not(.is-link):hover:after,.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) button:not(.button):hover:after{background:var(--bal-list-item-on-dark-background-hover)}.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled)>div:active:after,.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) a:not(.is-link):active:after,.bal-list--border.bal-list--background-dark .bal-list__item.bal-list__item--clickable:not(.bal-list__item--accordion):not(.bal-list__item--disabled) button:not(.button):active:after{background:var(--bal-list-item-on-dark-background-active)}.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__title .title,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__subtitle,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .title,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__subtitle,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__title .title,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__subtitle{color:var(--bal-list-item-disabled-on-dark-color) !important}.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg g,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg path,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg circle,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg g,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg path,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg g,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg path,.bal-list:not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg circle{fill:var(--bal-list-item-disabled-on-dark-fill) !important}.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__subtitle{color:var(--bal-list-item-disabled-color) !important}.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled:active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled):not(.bal-list--background-dark) .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg circle{fill:var(--bal-list-item-disabled-fill) !important}.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__subtitle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__title .title,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__title .bal-heading__text,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__subtitle{color:var(--bal-list-item-disabled-on-color-color) !important}.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled:active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-color .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled:active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled a:not(.is-link):active .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button) .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):hover .bal-list__item__icon svg circle,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg g,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg path,.bal-list:not(.bal-list--disabled).bal-list--background-dark .bal-list__item--disabled button:not(.button):active .bal-list__item__icon svg circle{fill:var(--bal-list-item-disabled-on-color-fill) !important}.bal-card>.bal-list.p-none .bal-list__item:last-child:after{content:none !important}.bal-list__item--accordion>div{-ms-flex-direction:column;flex-direction:column}.bal-list__item--animated{-webkit-transition:all var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:all var(--bal-animation-transition-duration) var(--bal-animation-transition-easing)}.bal-list__item--animated .bal-list__item__accordion-body{-webkit-transition:max-height var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:max-height var(--bal-animation-transition-duration) var(--bal-animation-transition-easing)}.bal-list__item--animated .bal-list__item__accordion-head__icon{-webkit-transition:-webkit-transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:-webkit-transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing), -webkit-transform var(--bal-animation-transition-duration) var(--bal-animation-transition-easing)}.bal-list__item__accordion-head{padding:0 !important}.bal-list__item__accordion-body{will-change:max-height;min-height:0;margin:0 !important}.bal-list__item__accordion-body,.bal-list__item__accordion-body__content{padding:0 !important}.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-body{max-height:0 !important;overflow:hidden}.bal-list__item--collapsed>.bal-list__item__trigger>.bal-list__item__accordion-body:not(.bal-list__item__accordion-body--grouped){display:none}.bal-list__item--collapsed>.bal-list__item__trigger>.bal-list__item__accordion-body{overflow:hidden}.bal-list__item--collapsed>.bal-list__item__trigger>.bal-list__item__accordion-body--grouped{max-height:0 !important}.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-body{max-height:0;overflow:hidden}@media (prefers-reduced-motion: reduce){.bal-list__item,.bal-list__item__accordion-body{-webkit-transition:none !important;transition:none !important}}.bal-list__item__accordion-body{-ms-flex-align:start !important;align-items:flex-start !important}.bal-list__item__accordion-body__content{position:static;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start !important;align-items:flex-start !important}.bal-list__item__accordion-body__content--start{-ms-flex-pack:start;justify-content:flex-start}.bal-list__item__accordion-body__content--center{-ms-flex-pack:center;justify-content:center}.bal-list__item__accordion-body__content--end{-ms-flex-pack:end;justify-content:flex-end}.bal-list__item__accordion-body__content--space-between{-ms-flex-pack:justify;justify-content:space-between}.bal-list--border>.bal-list__item--expanded>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border>.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border>.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-head:after{position:absolute;bottom:-0.5rem;left:0;content:"";height:2px;width:100%;border-radius:var(--bal-list-item-radius);background:var(--bal-list-item-border-background)}.bal-list--size-small.bal-list--border>.bal-list__item--expanded>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--size-small.bal-list--border>.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--size-small.bal-list--border>.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-head:after{bottom:-2px}.bal-list--border.bal-list--background-color>.bal-list__item--expanded>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border.bal-list--background-color>.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border.bal-list--background-color>.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-head:after{background:var(--bal-list-item-border-on-color-background)}.bal-list--border.bal-list--background-dark>.bal-list__item--expanded>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border.bal-list--background-dark>.bal-list__item--collapsing>.bal-list__item__trigger>.bal-list__item__accordion-head:after,.bal-list--border.bal-list--background-dark>.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-head:after{background:var(--bal-list-item-border-on-dark-background)}.bal-list__item__accordion-body__content>.bal-list{padding-left:1rem}.bal-list--background-dark .bal-list__item__accordion-body .bal-list__item__content>p{color:var(--bal-list-accordion-body-color)}.bal-list__item--animated>.bal-list__item__trigger{-webkit-transition:all var(--bal-animation-transition-duration) var(--bal-animation-transition-easing);transition:all var(--bal-animation-transition-duration) var(--bal-animation-transition-easing)}.bal-list__item--expanded>.bal-list__item__trigger,.bal-list__item--expanding>.bal-list__item__trigger{padding-bottom:0}.bal-list--border>.bal-list__item>.bal-list__item__trigger>.bal-list__item__accordion-body>div:not(.bal-list__item__accordion-body__content--space-normal){padding-bottom:2px !important}.bal-list__item__accordion-body__content{padding-top:.5rem !important}.bal-list__item__accordion-body__content--space-normal{padding-top:1rem !important;padding-bottom:1rem !important}';var p=f;var y=t("bal_list",function(){function t(t){l(this,t);this.disabled=false;this.background="light";this.border=false;this.accordionOneLevel=false;this.size=""}t.prototype.accordionOneLevelHandler=function(t,l){if(t!==l){var i=Array.from(this.el.querySelectorAll("bal-list"));i.forEach((function(l){return l.accordionOneLevel=t}))}};t.prototype.componentWillLoad=function(){this.accordionOneLevelHandler(this.accordionOneLevel,false)};t.prototype.render=function(){var t=e.block("list");var l=this.el.closest(".bal-list");var b=l!==null&&l!==this.el;return i(a,{key:"4a0b8f7cfd42f45643109f98a60f801b8c61f832",role:"list",class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},t.class()),t.modifier("nested").class(b)),t.modifier("disabled").class(this.disabled)),t.modifier("border").class(this.border)),t.modifier("size-".concat(this.size||"normal")).class()),t.modifier("background-".concat(this.background)).class())},i("slot",{key:"df4df7cfbc9c054ddb565c6712f25cd0b5970df4"}))};Object.defineProperty(t.prototype,"el",{get:function(){return b(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{accordionOneLevel:["accordionOneLevelHandler"]}},enumerable:false,configurable:true});return t}());y.style=p;var x=t("bal_list_item",function(){function t(t){var i=this;l(this,t);this.balNavigate=s(this,"balNavigate",7);this.balGroupStateChanged=s(this,"balGroupStateChanged",7);this.balWillAnimate=s(this,"balWillAnimate",7);this.balDidAnimate=s(this,"balDidAnimate",7);this.accordionOpen=false;this.animated=true;this.accordionChanged=function(t){var l=t.detail;if(l!==i.accordionOpen){i.accordionOpen=l;i.updateState()}};this.addEventListenerAccordionChange=function(){var t=i.el.querySelector(x.selectors.accordionHead);if(t){t.addEventListener("balAccordionChange",i.accordionChanged);i.accordionOpen=t.accordionOpen;i.updateState(true)}};this.removeEventListenerAccordionChange=function(){var t=i.el.querySelector(x.selectors.accordionHead);if(t){t.removeEventListener("balAccordionChange",i.accordionChanged)}};this.updateHead=function(){var t=i.el.querySelector("bal-list-item-accordion-head");if(t){t.accordionOpen=i.accordionOpen}};this.updateState=function(t){if(t===void 0){t=false}if(i.accordionOpen){i.expandAccordion(t)}else{i.collapseAccordion(t)}};this.expandAccordion=function(t){if(t===void 0){t=false}var l=i.el.querySelector(x.selectors.accordionBody);var a=i.el.querySelector(x.selectors.accordionBodyWrapper);if(t||l===null||a===null){i.state=4;return}if(i.state===4){return}if(i.currentRaf!==undefined){cancelAnimationFrame(i.currentRaf)}var b=i.el.closest("bal-list");if(b&&b.accordionOneLevel){var s=Array.from(b.querySelectorAll("bal-list-item")).filter((function(t){return t!==i.el}));s.forEach((function(t){return t.dismiss(true)}))}if(i.shouldAnimate()){d((function(){i.state=8;i.currentRaf=d((function(){return __awaiter(i,void 0,void 0,(function(){var t,i;return __generator(this,(function(b){switch(b.label){case 0:t=a.offsetHeight;i=r(l,300);l.style.setProperty("max-height","".concat(t,"px"));this.balWillAnimate.emit(this.accordionOpen);return[4,i];case 1:b.sent();this.state=4;l.style.removeProperty("max-height");this.balDidAnimate.emit(this.accordionOpen);return[2]}}))}))}))}))}else{i.balWillAnimate.emit(i.accordionOpen);i.state=4;i.balDidAnimate.emit(i.accordionOpen)}};this.collapseAccordion=function(t,l){if(t===void 0){t=false}if(l===void 0){l=false}var a=i.el.querySelector(x.selectors.accordionBody);if(t||a===null){i.state=1;return}if(i.state===1){return}if(i.currentRaf!==undefined){cancelAnimationFrame(i.currentRaf)}if(!l){var b=i.el.closest("bal-list");if(b&&b.accordionOneLevel){var s=Array.from(i.el.querySelectorAll("bal-list-item")).filter((function(t){return t!==i.el}));s.forEach((function(t){return t.dismiss(true)}))}}if(i.shouldAnimate()){i.currentRaf=d((function(){return __awaiter(i,void 0,void 0,(function(){var t;var l=this;return __generator(this,(function(i){t=a.offsetHeight;a.style.setProperty("max-height","".concat(t,"px"));d((function(){return __awaiter(l,void 0,void 0,(function(){var t;return __generator(this,(function(l){switch(l.label){case 0:t=r(a,300);this.state=2;this.balWillAnimate.emit(this.accordionOpen);return[4,t];case 1:l.sent();this.state=1;a.style.removeProperty("max-height");this.balDidAnimate.emit(this.accordionOpen);return[2]}}))}))}));return[2]}))}))}))}else{i.balWillAnimate.emit(i.accordionOpen);i.state=1;i.balDidAnimate.emit(i.accordionOpen)}};this.shouldAnimate=function(){if(typeof window==="undefined"){return false}return i.animated};this.onClickTrigger=function(t){var l=i.el.querySelector(x.selectors.accordionBody);if(l){if(!l.contains(t.target)){i.balNavigate.emit(t)}}else{i.balNavigate.emit(t)}};this.state=1;this.disabled=false;this.clickable=false;this.selected=false;this.accordion=false;this.subAccordionItem=false;this.href="";this.target="_self";this.download=undefined}t.prototype.createLogger=function(t){this.log=t};t.prototype.connectedCallback=function(){if(this.accordion){this.addEventListenerAccordionChange()}};t.prototype.componentDidLoad=function(){if(this.accordion){this.addEventListenerAccordionChange()}};t.prototype.disconnectedCallback=function(){this.removeEventListenerAccordionChange()};t.prototype.configChanged=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(l){this.animated=t.animated;return[2]}))}))};t.prototype.present=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){if(this.accordion&&this.accordionOpen===false){this.accordionOpen=true;this.updateHead();this.expandAccordion()}return[2]}))}))};t.prototype.dismiss=function(){return __awaiter(this,arguments,void 0,(function(t){if(t===void 0){t=false}return __generator(this,(function(l){if(this.accordion&&this.accordionOpen===true){this.accordionOpen=false;this.updateHead();this.collapseAccordion(false,t)}return[2]}))}))};t.prototype.toggle=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){if(this.accordion){if(this.accordionOpen){this.dismiss()}else{this.present()}}return[2]}))}))};t.prototype.render=function(){var t=this;var l=e.block("list").element("item");var b=l.element("trigger");var s=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},l.class()),l.modifier("disabled").class(this.disabled)),l.modifier("selected").class(this.selected)),l.modifier("animated").class(this.animated)),l.modifier("accordion").class(this.accordion)),l.modifier("sub-accordion").class(this.subAccordionItem)),l.modifier("active").class(this.accordionOpen)),l.modifier("expanding").class(this.state===8)),l.modifier("expanded").class(this.state===4)),l.modifier("collapsing").class(this.state===2)),l.modifier("collapsed").class(this.state===1)),l.modifier("clickable").class(!this.disabled&&(this.clickable||this.href.length>0||this.accordion)));if(this.href.length>0&&!this.disabled){return i(a,{role:"listitem",class:Object.assign({},s)},i("a",{class:Object.assign({},b.class()),href:this.href,target:this.target,download:this.download,onClick:function(l){return t.onClickTrigger(l)}},i("slot",null)))}if(this.clickable){return i(a,{role:"listitem",class:Object.assign({},s)},i("button",{class:Object.assign({},b.class()),disabled:this.disabled,onClick:function(l){return t.onClickTrigger(l)}},i("slot",null)))}if(this.accordion){return i(a,{role:"listitem",class:Object.assign({},s),onClick:function(l){return t.onClickTrigger(l)}},i("div",{class:Object.assign({},b.class())},i("slot",null)))}return i(a,{role:"listitem",class:Object.assign({},s)},i("div",{class:Object.assign({},b.class())},i("slot",null)))};Object.defineProperty(t.prototype,"el",{get:function(){return b(this)},enumerable:false,configurable:true});return t}());x.selectors={accordionHead:".bal-list__item__trigger > bal-list-item-accordion-head",accordionBody:".bal-list__item__trigger > bal-list-item-accordion-body",accordionBodyWrapper:".bal-list__item__trigger > .bal-list__item__accordion-body > .bal-list__item__accordion-body__content"};_([n("bal-list-item"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],x.prototype,"createLogger",null);_([m(),o("design:type",Function),o("design:paramtypes",[Object]),o("design:returntype",Promise)],x.prototype,"configChanged",null);var w=t("bal_list_item_accordion_body",function(){function t(t){var i=this;l(this,t);this.isMobile=u.isMobile;this.setMinHeightForAnimation=function(){if(i.currentRaf!==undefined){cancelAnimationFrame(i.currentRaf)}if(i.isMobile&&i.contentElWrapper){i.contentElWrapper.style.removeProperty("min-height");return}d((function(){if(i.accordionGroup!==undefined&&i.accordionGroup!==""){var t=Array.from(document.body.querySelectorAll("bal-list-item-accordion-body"));var l=t.filter((function(t){return t.accordionGroup===i.accordionGroup})).map((function(t){return t.querySelector(".bal-list__item__accordion-body__content")})).filter((function(t){return t}));var a=l.reduce((function(t,l){return t<l.offsetHeight?l.offsetHeight:t}),0);if(i.contentElWrapper&&a>0&&i.el.offsetHeight!==a){i.contentElWrapper.style.setProperty("min-height","".concat(a,"px"))}}}))};this.debounceSetMinHeightForAnimation=c(this.setMinHeightForAnimation.bind(this),100);this.accordionGroup=undefined;this.contentSpace="none";this.contentAlignment="start"}t.prototype.createLogger=function(t){this.log=t};t.prototype.connectedCallback=function(){this.setMinHeightForAnimation()};t.prototype.componentDidRender=function(){this.setMinHeightForAnimation()};t.prototype.resizeListener=function(){};t.prototype.breakpointListener=function(t){this.isMobile=t.mobile;this.debounceSetMinHeightForAnimation()};t.prototype.render=function(){var t;var l=this;return i(a,{key:"06ee66f63c656b78ad4810d1c100537705920540",class:{"bal-list__item":true,"bal-list__item__accordion-body":true,"bal-list__item__accordion-body--grouped":this.accordionGroup!==undefined&&this.accordionGroup!==""}},i("div",{key:"dc9e35c46f9ced8cb40e6e89785c63fb791dd42f",class:(t={"bal-list__item__accordion-body__content":true},t["bal-list__item__accordion-body__content--".concat(this.contentAlignment)]=this.contentAlignment!==undefined,t["bal-list__item__accordion-body__content--space-".concat(this.contentSpace)]=this.contentSpace!==undefined,t),ref:function(t){return l.contentElWrapper=t}},i("slot",{key:"8b4d53344c8d23dacb1e7fc274837adcdc143529"})))};Object.defineProperty(t.prototype,"el",{get:function(){return b(this)},enumerable:false,configurable:true});return t}());_([n("bal-list-item-accordion-body"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],w.prototype,"createLogger",null);_([k(),o("design:type",Function),o("design:paramtypes",[]),o("design:returntype",void 0)],w.prototype,"resizeListener",null);_([g(),o("design:type",Function),o("design:paramtypes",[Object]),o("design:returntype",void 0)],w.prototype,"breakpointListener",null);var j=t("bal_list_item_accordion_head",function(){function t(t){var i=this;l(this,t);this.balAccordionChange=s(this,"balAccordionChange",7);this.onClick=function(){if(i.el.closest("bal-list-item")){i.accordionOpen=!i.accordionOpen}};this.onKeyDown=function(t){if(v(t)||h(t)){i.onClick()}};this.accordionOpen=false;this.icon="plus"}t.prototype.createLogger=function(t){this.log=t};t.prototype.accordionOpenHandler=function(t,l){if(t!==l){this.balAccordionChange.emit(this.accordionOpen)}};t.prototype.render=function(){return i(a,{key:"832f5c8044b9e4ce3cbb058bda2b6049510972de",class:{"bal-list__item":true,"bal-list__item__accordion-head":true,"bal-list__item__accordion-head--open":this.accordionOpen},role:"button",tabindex:"0",onClick:this.onClick,onKeyDown:this.onKeyDown},i("slot",{key:"8a19cd5dd89ce0adb4301d2bfedbcdc7416457c6"}),i("bal-list-item-icon",{key:"263259acd91f67abe9114a127afbafe09e5a81b7",right:true},i("bal-icon",{key:"10c6bf2695488123fcb5c229a94b36cbfd0c767a",class:"bal-list__item__accordion-head__icon",name:this.icon,size:"small",turn:this.accordionOpen})))};Object.defineProperty(t.prototype,"el",{get:function(){return b(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{accordionOpen:["accordionOpenHandler"]}},enumerable:false,configurable:true});return t}());_([n("bal-list-item-accordion-head"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],j.prototype,"createLogger",null);var z=t("bal_list_item_content",function(){function t(t){l(this,t);this.contentAlignment=undefined}t.prototype.render=function(){var t;return i(a,{key:"18b259162c90c9d964723ead0c397808190b5a03",class:(t={"bal-list__item__content":true},t["bal-list__item__content--".concat(this.contentAlignment)]=this.contentAlignment!==undefined,t)},i("slot",{key:"f5f1b01681e567d907880df1c074bb6387afe692"}))};return t}());var O=t("bal_list_item_icon",function(){function t(t){l(this,t);this.right=false}t.prototype.render=function(){return i(a,{key:"99a23b25b0d12efbbcec68c953c9a71715728264",class:{"bal-list__item__icon":true,"bal-list__item__icon--right":this.right}},i("slot",{key:"735c1364fabfb25f66c930771294b88588bb3dde"}))};return t}());var A=t("bal_list_item_subtitle",function(){function t(t){l(this,t)}t.prototype.render=function(){return i(a,{key:"effd50d57869e56472d4f02227aa8d0f694fe2b2",class:"bal-list__item__subtitle"},i("slot",{key:"78c5597788016f37e1c7f96b2bc3b8eba14a16aa"}))};return t}());var F=t("bal_list_item_title",function(){function t(t){l(this,t);this.level="h5";this.visualLevel=undefined}t.prototype.render=function(){return i(a,{key:"4825c89e7378cd84b26a1ec9188063a2023d0df6",class:"bal-list__item__title"},i("bal-heading",{key:"b49ed81022742cb5ababb5acb3b4f62eb9fa00f9",level:this.level,visualLevel:this.visualLevel,space:"none"},i("slot",{key:"c79cd06a74853e184c07a751947a974a7a2eca5d"})))};return t}())}}}));
@@ -1 +1 @@
1
- import{r as t,h as e,H as a}from"./p-2539ba43.js";import{_ as n,a as l}from"./p-43c9f5e9.js";import{B as s}from"./p-ae86d0a0.js";import{L as i}from"./p-b77e3348.js";import"./p-a65354df.js";const c=class{constructor(e){t(this,e),this.layout="vertical",this.align="start",this.space="xx-small",this.direction="",this.alignment=""}createLogger(t){this.log=t}render(){const t=s.block("content"),n=!!this.direction,l=!!this.layout,i=!!this.alignment,c=!!this.align,o=!!this.space;let r=this.layout;n&&(r="row"===this.direction?"horizontal":"vertical");let m=this.align.split(" ").join("-");return i&&(m=this.alignment.split(" ").join("-")),e(a,{key:"f5838f89492ab4147c9654d4490780ac55f64437",class:Object.assign(Object.assign(Object.assign(Object.assign({},t.class()),t.modifier(`layout-${r}`).class(l||n)),t.modifier(`align-${m}`).class(c||i)),t.modifier(`space-${this.space}`).class(o))},e("slot",{key:"07907466799f1bc60d530215fd92b7e2c2636e6f"}))}};n([i("bal-content"),l("design:type",Function),l("design:paramtypes",[Function]),l("design:returntype",void 0)],c.prototype,"createLogger",null),c.style=".bal-content{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;text-align:left;gap:.25rem}.bal-content--align-center{-ms-flex-align:center;align-items:center;text-align:center}.bal-content--align-end{-ms-flex-align:end;align-items:flex-end;text-align:right}.bal-content--layout-horizontal{-ms-flex-direction:row;flex-direction:row}.bal-content--layout-vertical{-ms-flex-direction:column;flex-direction:column}.bal-content--space-none{gap:0rem}.bal-content--space-xxx-small{gap:.125rem}.bal-content--space-xx-small{gap:.25rem}.bal-content--space-x-small{gap:.5rem}.bal-content--space-small{gap:.75rem}.bal-content--space-normal{gap:1rem}.bal-content>.bal-text{margin:0}";export{c as bal_content}
1
+ import{r as t,h as e,H as a}from"./p-2ccbe55a.js";import{_ as n,a as l}from"./p-43c9f5e9.js";import{B as s}from"./p-ae86d0a0.js";import{L as i}from"./p-b77e3348.js";import"./p-a65354df.js";const c=class{constructor(e){t(this,e),this.layout="vertical",this.align="start",this.space="xx-small",this.direction="",this.alignment=""}createLogger(t){this.log=t}render(){const t=s.block("content"),n=!!this.direction,l=!!this.layout,i=!!this.alignment,c=!!this.align,o=!!this.space;let r=this.layout;n&&(r="row"===this.direction?"horizontal":"vertical");let m=this.align.split(" ").join("-");return i&&(m=this.alignment.split(" ").join("-")),e(a,{key:"f5838f89492ab4147c9654d4490780ac55f64437",class:Object.assign(Object.assign(Object.assign(Object.assign({},t.class()),t.modifier(`layout-${r}`).class(l||n)),t.modifier(`align-${m}`).class(c||i)),t.modifier(`space-${this.space}`).class(o))},e("slot",{key:"07907466799f1bc60d530215fd92b7e2c2636e6f"}))}};n([i("bal-content"),l("design:type",Function),l("design:paramtypes",[Function]),l("design:returntype",void 0)],c.prototype,"createLogger",null),c.style=".bal-content{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;text-align:left;gap:.25rem}.bal-content--align-center{-ms-flex-align:center;align-items:center;text-align:center}.bal-content--align-end{-ms-flex-align:end;align-items:flex-end;text-align:right}.bal-content--layout-horizontal{-ms-flex-direction:row;flex-direction:row}.bal-content--layout-vertical{-ms-flex-direction:column;flex-direction:column}.bal-content--space-none{gap:0rem}.bal-content--space-xxx-small{gap:.125rem}.bal-content--space-xx-small{gap:.25rem}.bal-content--space-x-small{gap:.5rem}.bal-content--space-small{gap:.75rem}.bal-content--space-normal{gap:1rem}.bal-content>.bal-text{margin:0}";export{c as bal_content}
@@ -1 +1 @@
1
- var __awaiter=this&&this.__awaiter||function(n,t,r,i){function e(n){return n instanceof r?n:new r((function(t){t(n)}))}return new(r||(r=Promise))((function(r,u){function o(n){try{a(i.next(n))}catch(n){u(n)}}function f(n){try{a(i["throw"](n))}catch(n){u(n)}}function a(n){n.done?r(n.value):e(n.value).then(o,f)}a((i=i.apply(n,t||[])).next())}))};var __generator=this&&this.__generator||function(n,t){var r={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},i,e,u,o;return o={next:f(0),throw:f(1),return:f(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function f(n){return function(t){return a([n,t])}}function a(f){if(i)throw new TypeError("Generator is already executing.");while(o&&(o=0,f[0]&&(r=0)),r)try{if(i=1,e&&(u=f[0]&2?e["return"]:f[0]?e["throw"]||((u=e["return"])&&u.call(e),0):e.next)&&!(u=u.call(e,f[1])).done)return u;if(e=0,u)f=[f[0]&2,u.value];switch(f[0]){case 0:case 1:u=f;break;case 4:r.label++;return{value:f[1],done:false};case 5:r.label++;e=f[1];f=[0];continue;case 7:f=r.ops.pop();r.trys.pop();continue;default:if(!(u=r.trys,u=u.length>0&&u[u.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!u||f[1]>u[0]&&f[1]<u[3])){r.label=f[1];break}if(f[0]===6&&r.label<u[1]){r.label=u[1];u=f;break}if(u&&r.label<u[2]){r.label=u[2];r.ops.push(f);break}if(u[2])r.ops.pop();r.trys.pop();continue}f=t.call(n,r)}catch(n){f=[6,n];e=0}finally{i=u=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:true}}};System.register(["./p-4d807f18.system.js"],(function(n){"use strict";var t;return{setters:[function(n){t=n.d}],execute:function(){var r=this;var i=n("s",(function(n){if(n){n.preventDefault();n.stopPropagation()}}));var e=n("g",(function(n){return n.target}));var u=n("k",(function(n){var t;return((t=n.nativeInput)===null||t===void 0?void 0:t.value)||""}));var o=n("l",(function(n,t){var r,i;var e=((r=n.nativeInput)===null||r===void 0?void 0:r.value)||"";var u=(i=t.target)===null||i===void 0?void 0:i.selectionStart;return e.slice(0,u)+t.key+e.slice(u+Math.abs(0))}));var f=n("d",(function(n){if(n.nativeInput){n.nativeInput.blur()}}));var a=n("h",(function(n,t){if((n.disabled||n.readonly)&&t.target&&t.target===n.el){i(t)}}));var c=n("c",(function(n){return __awaiter(r,void 0,void 0,(function(){var r;return __generator(this,(function(i){switch(i.label){case 0:return[4,t()];case 1:i.sent();(r=n===null||n===void 0?void 0:n.nativeInput)===null||r===void 0?void 0:r.focus();return[2]}}))}))}));var v=n("i",(function(n,t){if(n.disabled||n.readonly){i(t)}}));var s=n("f",(function(n,t){if(!n.disabled&&!n.readonly&&n.balClick){n.balClick.emit(t)}}));var l=n("a",(function(n,t){n.focused=true;n.inputValue=n.value;if(!n.disabled&&n.balFocus){n.balFocus.emit(t)}}));var d=n("j",(function(n,t,r){if(t===void 0){t=undefined}n.value=t;n.inputValue=n.value;clearTimeout(r);r=setTimeout((function(){if(n.nativeInput){n.nativeInput.value=n.value}}))}));var h=n("b",(function(n,t){n.focused=false;if(!n.disabled&&n.balBlur){n.balBlur.emit(t)}}));var y=n("e",(function(n){if(n.value!==n.inputValue){n.value=n.inputValue;n.balChange.emit(n.value)}}));var w=function(n){return n===""||n===undefined||n===null||Array.isArray(n)&&!n.length||typeof n==="number"&&isNaN(n)};var b=function(n){return w(n)?undefined:n};var m=n("m",(function(n,t){return b(n)!==b(t)}))}}}));
1
+ var __awaiter=this&&this.__awaiter||function(n,t,r,i){function e(n){return n instanceof r?n:new r((function(t){t(n)}))}return new(r||(r=Promise))((function(r,u){function o(n){try{a(i.next(n))}catch(n){u(n)}}function f(n){try{a(i["throw"](n))}catch(n){u(n)}}function a(n){n.done?r(n.value):e(n.value).then(o,f)}a((i=i.apply(n,t||[])).next())}))};var __generator=this&&this.__generator||function(n,t){var r={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},i,e,u,o;return o={next:f(0),throw:f(1),return:f(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function f(n){return function(t){return a([n,t])}}function a(f){if(i)throw new TypeError("Generator is already executing.");while(o&&(o=0,f[0]&&(r=0)),r)try{if(i=1,e&&(u=f[0]&2?e["return"]:f[0]?e["throw"]||((u=e["return"])&&u.call(e),0):e.next)&&!(u=u.call(e,f[1])).done)return u;if(e=0,u)f=[f[0]&2,u.value];switch(f[0]){case 0:case 1:u=f;break;case 4:r.label++;return{value:f[1],done:false};case 5:r.label++;e=f[1];f=[0];continue;case 7:f=r.ops.pop();r.trys.pop();continue;default:if(!(u=r.trys,u=u.length>0&&u[u.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!u||f[1]>u[0]&&f[1]<u[3])){r.label=f[1];break}if(f[0]===6&&r.label<u[1]){r.label=u[1];u=f;break}if(u&&r.label<u[2]){r.label=u[2];r.ops.push(f);break}if(u[2])r.ops.pop();r.trys.pop();continue}f=t.call(n,r)}catch(n){f=[6,n];e=0}finally{i=u=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:true}}};System.register(["./p-a2090a9d.system.js"],(function(n){"use strict";var t;return{setters:[function(n){t=n.d}],execute:function(){var r=this;var i=n("s",(function(n){if(n){n.preventDefault();n.stopPropagation()}}));var e=n("g",(function(n){return n.target}));var u=n("k",(function(n){var t;return((t=n.nativeInput)===null||t===void 0?void 0:t.value)||""}));var o=n("l",(function(n,t){var r,i;var e=((r=n.nativeInput)===null||r===void 0?void 0:r.value)||"";var u=(i=t.target)===null||i===void 0?void 0:i.selectionStart;return e.slice(0,u)+t.key+e.slice(u+Math.abs(0))}));var f=n("d",(function(n){if(n.nativeInput){n.nativeInput.blur()}}));var a=n("h",(function(n,t){if((n.disabled||n.readonly)&&t.target&&t.target===n.el){i(t)}}));var c=n("c",(function(n){return __awaiter(r,void 0,void 0,(function(){var r;return __generator(this,(function(i){switch(i.label){case 0:return[4,t()];case 1:i.sent();(r=n===null||n===void 0?void 0:n.nativeInput)===null||r===void 0?void 0:r.focus();return[2]}}))}))}));var v=n("i",(function(n,t){if(n.disabled||n.readonly){i(t)}}));var s=n("f",(function(n,t){if(!n.disabled&&!n.readonly&&n.balClick){n.balClick.emit(t)}}));var l=n("a",(function(n,t){n.focused=true;n.inputValue=n.value;if(!n.disabled&&n.balFocus){n.balFocus.emit(t)}}));var d=n("j",(function(n,t,r){if(t===void 0){t=undefined}n.value=t;n.inputValue=n.value;clearTimeout(r);r=setTimeout((function(){if(n.nativeInput){n.nativeInput.value=n.value}}))}));var h=n("b",(function(n,t){n.focused=false;if(!n.disabled&&n.balBlur){n.balBlur.emit(t)}}));var y=n("e",(function(n){if(n.value!==n.inputValue){n.value=n.inputValue;n.balChange.emit(n.value)}}));var w=function(n){return n===""||n===undefined||n===null||Array.isArray(n)&&!n.length||typeof n==="number"&&isNaN(n)};var b=function(n){return w(n)?undefined:n};var m=n("m",(function(n,t){return b(n)!==b(t)}))}}}));
@@ -1 +1 @@
1
- import{r as e,h as o,H as a,g as t}from"./p-2539ba43.js";import{_ as s,a as i}from"./p-43c9f5e9.js";import{B as r}from"./p-ae86d0a0.js";import{i as n}from"./p-a0fe8d65.js";import{d as c}from"./p-a19d1e1d.js";import{L as l}from"./p-69e7c8d6.js";import"./p-b77e3348.js";import"./p-a65354df.js";import"./p-2229e98e.js";import"./p-aafb6696.js";const b=class{constructor(o){e(this,o),this.language=c.language,this.region=c.region,this.size="",this.inverted=!1}async configChanged(e){this.language=e.language,this.region=e.region}render(){const e=r.block("close"),t=e.element("button"),s=t.element("icon"),i=n[this.language].close;return o(a,{key:"9ae168e3f5e98e623d888abab7cbc88a6274cde0",class:Object.assign({},e.class())},o("button",{key:"7969304603871177f81ef7a1b1c78e58f1d32c38",type:"button","aria-label":i,title:i,tabindex:"0",class:Object.assign(Object.assign(Object.assign({},t.class()),t.modifier("inverted").class(this.inverted)),t.modifier(`size-${this.size}`).class(""!==this.size)),"data-testid":"bal-close"},o("bal-icon",{key:"c83093000ff43d5f99676914a52ef4c8977fb61c",name:"close",size:"small"===this.size?"x-small":"medium"===this.size?"medium":"small",inverted:this.inverted,class:Object.assign({},s.class())})))}get el(){return t(this)}};s([l(),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",Promise)],b.prototype,"configChanged",null),b.style="@media (hover: hover)and (pointer: fine){.bal-close__button--inverted:focus-visible:not(:active),.bal-close__button:focus-visible:not(:active){-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}}:root{--bal-close-background:transparent;--bal-close-background-focus-visible:var(--bal-form-field-control-background);--bal-close-background-focus-inverted-focus-visible:var(--bal-form-field-control-background);--bal-close-border-radius:var(--bal-radius-rounded)}.bal-close{position:static;display:inline-block}.bal-close__button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:var(--bal-close-background);border:none;border-radius:var(--bal-close-border-radius);cursor:pointer;pointer-events:auto;display:inline-block;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:0;outline:none;position:relative;vertical-align:top;padding:.313rem}@media (hover: hover)and (pointer: fine){.bal-close__button:hover{background:rgba(0,7,57,.1)}}@media (hover: hover)and (pointer: fine){.bal-close__button:focus-visible:not(:active){background:var(--bal-close-background-focus-visible)}}.bal-close__button:active{background:rgba(0,7,57,.3)}@media (hover: hover)and (pointer: fine){.bal-close__button--inverted:hover{background:rgba(255,255,255,.3)}}@media (hover: hover)and (pointer: fine){.bal-close__button--inverted:focus-visible:not(:active){background:var(--bal-close-background-focus-inverted-focus-visible)}}.bal-close__button--inverted:active{background:rgba(255,255,255,.5)}.bal-close__button--size-small{padding:.25rem}.bal-close__button--size-medium{padding:.531rem}";export{b as bal_close}
1
+ import{r as e,h as o,H as a,g as t}from"./p-2ccbe55a.js";import{_ as s,a as i}from"./p-43c9f5e9.js";import{B as r}from"./p-ae86d0a0.js";import{i as n}from"./p-a0fe8d65.js";import{d as c}from"./p-a19d1e1d.js";import{L as l}from"./p-69e7c8d6.js";import"./p-b77e3348.js";import"./p-a65354df.js";import"./p-2229e98e.js";import"./p-aafb6696.js";const b=class{constructor(o){e(this,o),this.language=c.language,this.region=c.region,this.size="",this.inverted=!1}async configChanged(e){this.language=e.language,this.region=e.region}render(){const e=r.block("close"),t=e.element("button"),s=t.element("icon"),i=n[this.language].close;return o(a,{key:"9ae168e3f5e98e623d888abab7cbc88a6274cde0",class:Object.assign({},e.class())},o("button",{key:"7969304603871177f81ef7a1b1c78e58f1d32c38",type:"button","aria-label":i,title:i,tabindex:"0",class:Object.assign(Object.assign(Object.assign({},t.class()),t.modifier("inverted").class(this.inverted)),t.modifier(`size-${this.size}`).class(""!==this.size)),"data-testid":"bal-close"},o("bal-icon",{key:"c83093000ff43d5f99676914a52ef4c8977fb61c",name:"close",size:"small"===this.size?"x-small":"medium"===this.size?"medium":"small",inverted:this.inverted,class:Object.assign({},s.class())})))}get el(){return t(this)}};s([l(),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",Promise)],b.prototype,"configChanged",null),b.style="@media (hover: hover)and (pointer: fine){.bal-close__button--inverted:focus-visible:not(:active),.bal-close__button:focus-visible:not(:active){-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}}:root{--bal-close-background:transparent;--bal-close-background-focus-visible:var(--bal-form-field-control-background);--bal-close-background-focus-inverted-focus-visible:var(--bal-form-field-control-background);--bal-close-border-radius:var(--bal-radius-rounded)}.bal-close{position:static;display:inline-block}.bal-close__button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:var(--bal-close-background);border:none;border-radius:var(--bal-close-border-radius);cursor:pointer;pointer-events:auto;display:inline-block;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:0;outline:none;position:relative;vertical-align:top;padding:.313rem}@media (hover: hover)and (pointer: fine){.bal-close__button:hover{background:rgba(0,7,57,.1)}}@media (hover: hover)and (pointer: fine){.bal-close__button:focus-visible:not(:active){background:var(--bal-close-background-focus-visible)}}.bal-close__button:active{background:rgba(0,7,57,.3)}@media (hover: hover)and (pointer: fine){.bal-close__button--inverted:hover{background:rgba(255,255,255,.3)}}@media (hover: hover)and (pointer: fine){.bal-close__button--inverted:focus-visible:not(:active){background:var(--bal-close-background-focus-inverted-focus-visible)}}.bal-close__button--inverted:active{background:rgba(255,255,255,.5)}.bal-close__button--size-small{padding:.25rem}.bal-close__button--size-medium{padding:.531rem}";export{b as bal_close}
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,n,i,e){function r(t){return t instanceof i?t:new i((function(n){n(t)}))}return new(i||(i=Promise))((function(i,c){function o(t){try{u(e.next(t))}catch(t){c(t)}}function s(t){try{u(e["throw"](t))}catch(t){c(t)}}function u(t){t.done?i(t.value):r(t.value).then(o,s)}u((e=e.apply(t,n||[])).next())}))};var __generator=this&&this.__generator||function(t,n){var i={label:0,sent:function(){if(c[0]&1)throw c[1];return c[1]},trys:[],ops:[]},e,r,c,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(t){return function(n){return u([t,n])}}function u(s){if(e)throw new TypeError("Generator is already executing.");while(o&&(o=0,s[0]&&(i=0)),i)try{if(e=1,r&&(c=s[0]&2?r["return"]:s[0]?r["throw"]||((c=r["return"])&&c.call(r),0):r.next)&&!(c=c.call(r,s[1])).done)return c;if(r=0,c)s=[s[0]&2,c.value];switch(s[0]){case 0:case 1:c=s;break;case 4:i.label++;return{value:s[1],done:false};case 5:i.label++;r=s[1];s=[0];continue;case 7:s=i.ops.pop();i.trys.pop();continue;default:if(!(c=i.trys,c=c.length>0&&c[c.length-1])&&(s[0]===6||s[0]===2)){i=0;continue}if(s[0]===3&&(!c||s[1]>c[0]&&s[1]<c[3])){i.label=s[1];break}if(s[0]===6&&i.label<c[1]){i.label=c[1];c=s;break}if(c&&i.label<c[2]){i.label=c[2];i.ops.push(s);break}if(c[2])i.ops.pop();i.trys.pop();continue}s=n.call(t,i)}catch(t){s=[6,t];r=0}finally{e=c=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-7961e095.system.js","./p-6dbef894.system.js","./p-a1f6e944.system.js","./p-ec9a7cf5.system.js","./p-a2090a9d.system.js","./p-23bdd8dc.system.js","./p-b52ad8d5.system.js","./p-145d5c4e.system.js","./p-b3f2c626.system.js"],(function(t){"use strict";var n,i,e,r,c,o,s,u,a,f,p,h,l,d;return{setters:[function(t){n=t.r;i=t.h;e=t.H;r=t.g},function(t){c=t._;o=t.a},function(t){s=t.b},function(t){u=t.b},function(t){a=t.k;f=t.n;p=t.m},function(t){h=t.L},function(t){l=t.s},function(t){d=t.b},function(){}],execute:function(){var y=":root{--bal-app-height:100%}.bal-app{position:relative;display:block}.lcp-wait{opacity:0;visibility:hidden;display:none}.lcp-ready .lcp-wait{opacity:inherit;visibility:inherit;display:inherit}";var b=y;var v=t("bal_app",function(){function t(t){var i=this;n(this,t);this.debouncedNotify=a((function(){return i.notifyResize()}),100);this.notifyResize=function(){return __awaiter(i,void 0,void 0,(function(){var t;return __generator(this,(function(n){if(s.hasDocument&&s.hasWindow){t=document.documentElement;t.style.setProperty("--bal-app-height","".concat(window.innerHeight,"px"))}return[2]}))}))};this.animated=true;this.ready=false}t.prototype.createLogger=function(t){this.log=t};t.prototype.connectedCallback=function(){if(this.animated===false){d(this.animated)}if(s.hasWindow){window.addEventListener("resize",this.debouncedNotify);this.debouncedNotify()}};t.prototype.componentDidLoad=function(){var t=this;f((function(){t.ready=true;l()}));p((function(){if(s.hasDocument&&s.hasWindow){var t=document.documentElement;t.classList.add("lcp-ready")}}))};t.prototype.disconnectedCallback=function(){if(s.hasWindow){window.removeEventListener("resize",this.debouncedNotify)}};t.prototype.setFocus=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){if(this.focusVisible){this.focusVisible.setFocus(t)}return[2]}))}))};t.prototype.render=function(){return i(e,{key:"29fef05a451290e2e20dc6808d1cce03ec1b1c4c",class:{"bal-app":true,"bal-app--safari":s.isSafari,"bal-app--touch":u.hasTouchScreen}},i("slot",{key:"d54179394cb4d9882647d497e09495193d57a12d"}))};Object.defineProperty(t.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});return t}());c([h("bal-app"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],v.prototype,"createLogger",null);v.style=b}}}));