@baloise/ds-core 16.8.0 → 17.0.0-nightly.20241129

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 (982) hide show
  1. package/components/all.d.ts +2 -2
  2. package/components/all.js +3 -3
  3. package/components/array.js +1875 -0
  4. package/components/bal-accordion-details.js +1 -1
  5. package/components/bal-accordion-summary.js +2 -2
  6. package/components/bal-accordion-trigger.js +1 -1
  7. package/components/bal-accordion.js +1 -1
  8. package/components/bal-app.js +1 -85
  9. package/components/bal-app2.js +93 -0
  10. package/components/bal-badge2.js +1 -1
  11. package/components/bal-button-group2.js +2 -2
  12. package/components/bal-button2.js +18 -4
  13. package/components/bal-card-actions.js +1 -1
  14. package/components/bal-card-button.js +1 -1
  15. package/components/bal-card-content2.js +1 -1
  16. package/components/bal-card-subtitle.js +1 -1
  17. package/components/bal-card-title.js +1 -1
  18. package/components/bal-card2.js +3 -3
  19. package/components/bal-carousel-item2.js +14 -3
  20. package/components/bal-carousel2.js +30 -7
  21. package/components/bal-checkbox-button.js +1 -1
  22. package/components/bal-checkbox-group.js +28 -3
  23. package/components/bal-checkbox2.js +16 -3
  24. package/components/bal-close2.js +1 -1
  25. package/components/bal-content2.js +1 -1
  26. package/components/bal-data-item.js +1 -1
  27. package/components/bal-data-label.js +1 -1
  28. package/components/bal-data-value.js +2 -2
  29. package/components/bal-data.js +1 -1
  30. package/components/bal-date-calendar-cell2.js +1 -1
  31. package/components/bal-date-calendar2.js +3 -3
  32. package/components/bal-date.js +39 -10
  33. package/components/bal-divider.js +1 -1
  34. package/components/{bal-datepicker.d.ts → bal-doc-app.d.ts} +4 -4
  35. package/components/bal-doc-app.js +262 -0
  36. package/components/bal-dropdown2.js +57 -32
  37. package/components/bal-field-control.js +2 -2
  38. package/components/bal-field-hint.js +1 -1
  39. package/components/bal-field-label.js +1 -1
  40. package/components/bal-field-message.js +2 -2
  41. package/components/bal-field.js +3 -5
  42. package/components/bal-file-upload.js +14 -7
  43. package/components/bal-footer.js +196 -6
  44. package/components/bal-form-col.js +2 -2
  45. package/components/bal-form-grid.js +1 -1
  46. package/components/bal-form.js +1 -1
  47. package/components/bal-heading2.js +1 -1
  48. package/components/bal-hint-text2.js +1 -1
  49. package/components/bal-hint-title2.js +1 -1
  50. package/components/bal-icon2.js +13 -1
  51. package/components/bal-input-date2.js +18 -6
  52. package/components/bal-input-group2.js +1 -1
  53. package/components/bal-input-slider.js +20 -6
  54. package/components/bal-input-stepper.js +20 -7
  55. package/components/bal-input.js +18 -5
  56. package/components/bal-label2.js +1 -1
  57. package/components/bal-list-item-accordion-body2.js +4 -4
  58. package/components/bal-list-item-accordion-head2.js +3 -3
  59. package/components/bal-list-item-content2.js +2 -2
  60. package/components/bal-list-item-icon2.js +2 -2
  61. package/components/bal-list-item-subtitle2.js +1 -1
  62. package/components/bal-list-item-title2.js +1 -1
  63. package/components/bal-list-item2.js +1 -1
  64. package/components/bal-list2.js +1 -1
  65. package/components/bal-logo2.js +2 -2
  66. package/components/bal-modal-body.js +1 -1
  67. package/components/bal-modal-header.js +1 -1
  68. package/components/bal-modal.js +33 -7
  69. package/components/bal-nav-link-grid-col2.js +1 -1
  70. package/components/bal-nav-link-grid2.js +1 -1
  71. package/components/bal-nav-link-group.js +1 -1
  72. package/components/bal-nav-link2.js +2 -2
  73. package/components/bal-nav-menu-bar2.js +1 -1
  74. package/components/bal-nav-menu-flyout2.js +1 -1
  75. package/components/bal-nav-meta-bar2.js +10 -3
  76. package/components/bal-nav.js +16 -3
  77. package/components/bal-navbar-brand.js +2 -2
  78. package/components/bal-navbar-menu-end.js +1 -1
  79. package/components/bal-navbar-menu-start.js +1 -1
  80. package/components/bal-navbar-menu.js +2 -2
  81. package/components/bal-navbar.js +1 -1
  82. package/components/bal-notices.js +2 -2
  83. package/components/bal-notification.js +1 -1
  84. package/components/bal-number-input.js +21 -26
  85. package/components/bal-option-list.js +17 -4
  86. package/components/bal-option2.js +9 -2
  87. package/components/bal-pagination2.js +4 -4
  88. package/components/bal-popover-content2.js +1 -1
  89. package/components/bal-popover2.js +38 -13
  90. package/components/bal-popup.js +47 -12
  91. package/components/bal-progress-bar.js +2 -2
  92. package/components/bal-radio-button.js +1 -1
  93. package/components/bal-radio-group.js +33 -2
  94. package/components/bal-radio2.js +10 -3
  95. package/components/bal-segment-item.js +2 -2
  96. package/components/bal-segment.js +17 -4
  97. package/components/bal-select-option2.js +1 -1
  98. package/components/bal-select2.js +29 -9
  99. package/components/bal-shape2.js +4 -4
  100. package/components/bal-sheet.js +1 -1
  101. package/components/bal-snackbar.js +1 -1
  102. package/components/bal-spinner2.js +3 -3
  103. package/components/bal-stack2.js +1 -1
  104. package/components/bal-stage-back-link.js +2 -2
  105. package/components/bal-stage-body.js +1 -1
  106. package/components/bal-stage-foot.js +1 -1
  107. package/components/bal-stage-head.js +1 -1
  108. package/components/bal-stage-image.js +11 -2
  109. package/components/bal-stage.js +1 -1
  110. package/components/bal-step-item.js +2 -2
  111. package/components/bal-steps.js +2 -2
  112. package/components/bal-tab-item.js +2 -2
  113. package/components/bal-table.js +1 -1
  114. package/components/bal-tabs2.js +45 -18
  115. package/components/bal-tag-group.js +1 -1
  116. package/components/bal-tag2.js +1 -1
  117. package/components/bal-text2.js +2 -2
  118. package/components/bal-textarea.js +18 -4
  119. package/components/bal-time-input.js +20 -7
  120. package/components/bal-toast.js +1 -1
  121. package/components/bal-tooltip.js +13 -9
  122. package/components/breakpoints.subject.js +1 -1
  123. package/components/date.js +32 -2
  124. package/components/element-states.decorator.js +1 -1
  125. package/components/floating-ui.dom.esm.js +493 -1
  126. package/components/floating-ui.js +26 -0
  127. package/components/focus.decorator.js +1 -1
  128. package/components/form-input.js +1 -1
  129. package/components/helpers.js +35 -3
  130. package/components/index.js +6 -291
  131. package/components/index2.js +570 -13
  132. package/components/index3.js +13 -570
  133. package/components/index4.js +558 -0
  134. package/components/initialize.js +288 -0
  135. package/components/keyboard.helpers.js +62 -0
  136. package/components/listen.js +58 -0
  137. package/components/mutation.decorator.js +13 -11
  138. package/components/number.js +30 -0
  139. package/components/overlays.js +1 -1
  140. package/components/resize.decorator.js +1 -1
  141. package/components/swipe.subject.js +2 -2
  142. package/components/tokens.esm.js +1 -1
  143. package/components/utils.js +1 -1
  144. package/dist/baloise-design-system/baloise-design-system.esm.js +1 -1
  145. package/dist/baloise-design-system/baloise-design-system.js +1 -1
  146. package/dist/baloise-design-system/index.esm.js +1 -1
  147. package/dist/baloise-design-system/p-00b37ea2.js +1 -0
  148. package/dist/baloise-design-system/p-01cdb12b31.entry.js +1 -0
  149. package/dist/baloise-design-system/{p-2db9030ad9.system.entry.js → p-063f4fc96f.system.entry.js} +1 -1
  150. package/dist/baloise-design-system/{p-a6e7599e.js → p-06d357bd.js} +1 -1
  151. package/dist/baloise-design-system/p-06d364b03b.system.entry.js +1 -0
  152. package/dist/baloise-design-system/p-075bcd8c56.system.entry.js +1 -0
  153. package/dist/baloise-design-system/p-0935940ea0.system.entry.js +1 -0
  154. package/dist/baloise-design-system/{p-a01f3206.system.js → p-0aa1d6a4.system.js} +1 -1
  155. package/dist/baloise-design-system/p-0c51c999.js +1 -0
  156. package/dist/baloise-design-system/p-0cd7a8e0f0.entry.js +1 -0
  157. package/dist/baloise-design-system/p-0dc26bfe1f.entry.js +1 -0
  158. package/dist/baloise-design-system/p-10855fff.system.js +1 -0
  159. package/dist/baloise-design-system/p-11e654f4dc.entry.js +1 -0
  160. package/dist/baloise-design-system/p-12701030b2.system.entry.js +1 -0
  161. package/dist/baloise-design-system/p-1400a7e9cc.entry.js +1 -0
  162. package/dist/baloise-design-system/p-166d571e.js +1 -0
  163. package/dist/baloise-design-system/p-16b73ec488.system.entry.js +1 -0
  164. package/dist/baloise-design-system/p-16ff8c81bf.entry.js +1 -0
  165. package/dist/baloise-design-system/{p-8f89168b60.system.entry.js → p-17c73b8f48.system.entry.js} +1 -1
  166. package/dist/baloise-design-system/{p-49fe011f.js → p-1c09c9b0.js} +1 -1
  167. package/dist/baloise-design-system/p-1c41de53.system.js +1 -0
  168. package/dist/baloise-design-system/{p-bcbb5b59f3.system.entry.js → p-1e344a8c28.system.entry.js} +1 -1
  169. package/dist/baloise-design-system/p-218f416b89.entry.js +1 -0
  170. package/dist/baloise-design-system/p-2325d9eab5.system.entry.js +1 -0
  171. package/dist/baloise-design-system/p-2539ba43.js +2 -0
  172. package/dist/baloise-design-system/p-2767b62167.system.entry.js +1 -0
  173. package/dist/baloise-design-system/p-29273a2be9.entry.js +1 -0
  174. package/dist/baloise-design-system/p-293577cf78.system.entry.js +1 -0
  175. package/dist/baloise-design-system/p-2af8b73858.entry.js +1 -0
  176. package/dist/baloise-design-system/p-2f6c32ca97.entry.js +1 -0
  177. package/dist/baloise-design-system/p-30679d51bd.system.entry.js +1 -0
  178. package/dist/baloise-design-system/p-30f41bab1a.system.entry.js +1 -0
  179. package/dist/baloise-design-system/{p-328e32e1.js → p-31b911ce.js} +1 -1
  180. package/dist/baloise-design-system/p-3206317936.entry.js +1 -0
  181. package/dist/baloise-design-system/p-33101c54.js +1 -0
  182. package/dist/baloise-design-system/p-3508444fc8.entry.js +1 -0
  183. package/dist/baloise-design-system/p-3581bd8b97.system.entry.js +1 -0
  184. package/dist/baloise-design-system/p-3814316946.entry.js +1 -0
  185. package/dist/baloise-design-system/{p-81f848c6.js → p-3af6053f.js} +1 -1
  186. package/dist/baloise-design-system/p-3f01fc8b.js +1 -0
  187. package/dist/baloise-design-system/p-422b3be5f2.system.entry.js +1 -0
  188. package/dist/baloise-design-system/p-4b6481e692.entry.js +1 -0
  189. package/dist/baloise-design-system/p-4d807f18.system.js +1 -0
  190. package/dist/baloise-design-system/p-4d84f90534.entry.js +1 -0
  191. package/dist/baloise-design-system/p-4dad7840.js +1 -0
  192. package/dist/baloise-design-system/{p-2ea21f9c.system.js → p-4e59702f.system.js} +1 -1
  193. package/dist/baloise-design-system/{p-2e9934393d.system.entry.js → p-4e75ee3c87.system.entry.js} +1 -1
  194. package/dist/baloise-design-system/p-50927d70.js +1 -0
  195. package/dist/baloise-design-system/{p-54f81c32.js → p-50b2a9c6.js} +1 -1
  196. package/dist/baloise-design-system/p-512ac699ac.entry.js +1 -0
  197. package/dist/baloise-design-system/p-51e22c0c.js +1 -0
  198. package/dist/baloise-design-system/{p-e61fa225.js → p-51fa7a76.js} +1 -1
  199. package/dist/baloise-design-system/{p-baf64616.system.js → p-533956b7.system.js} +1 -1
  200. package/dist/baloise-design-system/p-5353ba1263.entry.js +1 -0
  201. package/dist/baloise-design-system/p-53b859d3c4.entry.js +1 -0
  202. package/dist/baloise-design-system/p-541f7b7896.system.entry.js +1 -0
  203. package/dist/baloise-design-system/p-54c8a63b7c.system.entry.js +1 -0
  204. package/dist/baloise-design-system/p-579855c6.system.js +1 -0
  205. package/dist/baloise-design-system/p-58da588f6e.system.entry.js +1 -0
  206. package/dist/baloise-design-system/p-5b78557886.entry.js +1 -0
  207. package/dist/baloise-design-system/p-62936f4a8b.entry.js +1 -0
  208. package/dist/baloise-design-system/{p-de08fd27.js → p-63b52c0f.js} +1 -1
  209. package/dist/baloise-design-system/p-678ebde2de.entry.js +1 -0
  210. package/dist/baloise-design-system/p-68392bc0e8.system.entry.js +1 -0
  211. package/dist/baloise-design-system/p-69f82b9b22.entry.js +1 -0
  212. package/dist/baloise-design-system/p-6c3a60ddf6.entry.js +1 -0
  213. package/dist/baloise-design-system/p-6cadcbe4bb.entry.js +1 -0
  214. package/dist/baloise-design-system/{p-438787a3f4.system.entry.js → p-6d27c4949f.system.entry.js} +1 -1
  215. package/dist/baloise-design-system/p-6d6a2f64f2.entry.js +1 -0
  216. package/dist/baloise-design-system/p-6e79b03ef3.entry.js +1 -0
  217. package/dist/baloise-design-system/p-6f042c6d6f.system.entry.js +1 -0
  218. package/dist/baloise-design-system/{p-84da5fdc6d.system.entry.js → p-6fb26bd060.system.entry.js} +1 -1
  219. package/dist/baloise-design-system/{p-29ba4f9afe.system.entry.js → p-70ff6660e5.system.entry.js} +1 -1
  220. package/dist/baloise-design-system/p-72ffb739.system.js +1 -0
  221. package/dist/baloise-design-system/p-738ca720.system.js +1 -0
  222. package/dist/baloise-design-system/{p-10351b73.js → p-7607c59d.js} +1 -1
  223. package/dist/baloise-design-system/p-7752fa10ea.system.entry.js +1 -0
  224. package/dist/baloise-design-system/p-799a292492.entry.js +1 -0
  225. package/dist/baloise-design-system/p-7a883fd6ed.system.entry.js +1 -0
  226. package/dist/baloise-design-system/p-7eaff7954d.entry.js +1 -0
  227. package/dist/baloise-design-system/p-802216cd.system.js +1 -0
  228. package/dist/baloise-design-system/{p-1920d4af.js → p-802c6111.js} +1 -1
  229. package/dist/baloise-design-system/p-8096d040b2.system.entry.js +1 -0
  230. package/dist/baloise-design-system/p-85b6c500d8.entry.js +1 -0
  231. package/dist/baloise-design-system/p-85d9ea863b.system.entry.js +1 -0
  232. package/dist/baloise-design-system/p-8669493951.system.entry.js +1 -0
  233. package/dist/baloise-design-system/p-889f3dc4ed.entry.js +1 -0
  234. package/dist/baloise-design-system/p-88be14c716.entry.js +1 -0
  235. package/dist/baloise-design-system/p-89d02381.js +1 -0
  236. package/dist/baloise-design-system/p-8a1bb350f1.system.entry.js +1 -0
  237. package/dist/baloise-design-system/p-8a73c9b8.js +1 -0
  238. package/dist/baloise-design-system/{p-b7ceb9e59e.system.entry.js → p-8ac5772a60.system.entry.js} +1 -1
  239. package/dist/baloise-design-system/p-8b8d19171d.entry.js +1 -0
  240. package/dist/baloise-design-system/p-9224d592.js +1 -0
  241. package/dist/baloise-design-system/{p-fad86a959d.system.entry.js → p-9311066eb2.system.entry.js} +1 -1
  242. package/dist/baloise-design-system/p-93e2638280.system.entry.js +1 -0
  243. package/dist/baloise-design-system/p-950bd476.js +1 -0
  244. package/dist/baloise-design-system/{p-2692caf4.js → p-95a4f1be.js} +1 -1
  245. package/dist/baloise-design-system/p-98267a7765.entry.js +1 -0
  246. package/dist/baloise-design-system/{p-049f6f9bc3.system.entry.js → p-98a58cff41.system.entry.js} +1 -1
  247. package/dist/baloise-design-system/p-992c49c23e.system.entry.js +1 -0
  248. package/dist/baloise-design-system/p-9b08f0ee3f.entry.js +1 -0
  249. package/dist/baloise-design-system/p-9b8ca7ead8.entry.js +1 -0
  250. package/dist/baloise-design-system/p-9d29364f13.entry.js +1 -0
  251. package/dist/baloise-design-system/p-9d3f19c6af.system.entry.js +1 -0
  252. package/dist/baloise-design-system/p-9f54cfc70b.entry.js +1 -0
  253. package/dist/baloise-design-system/p-9f83acd71d.entry.js +1 -0
  254. package/dist/baloise-design-system/p-a0ce2a189c.entry.js +1 -0
  255. package/dist/baloise-design-system/p-a188a2e8.js +1 -0
  256. package/dist/baloise-design-system/p-a59c6781dd.entry.js +1 -0
  257. package/dist/baloise-design-system/p-a7d15ec66b.entry.js +1 -0
  258. package/dist/baloise-design-system/{p-333ef156.system.js → p-a898208e.system.js} +1 -1
  259. package/dist/baloise-design-system/p-abe8693eb3.system.entry.js +1 -0
  260. package/dist/baloise-design-system/p-ad58876e8c.entry.js +1 -0
  261. package/dist/baloise-design-system/p-ae2292f251.system.entry.js +1 -0
  262. package/dist/baloise-design-system/{p-c2de2596d1.system.entry.js → p-aebb3198c4.system.entry.js} +1 -1
  263. package/dist/baloise-design-system/{p-dfccf59e11.system.entry.js → p-af3fb420b3.system.entry.js} +1 -1
  264. package/dist/baloise-design-system/p-af4c6af2.js +1 -0
  265. package/dist/baloise-design-system/p-b0120babb2.entry.js +1 -0
  266. package/dist/baloise-design-system/{p-ae9b85f1.system.js → p-b0fd473a.system.js} +1 -1
  267. package/dist/baloise-design-system/p-b136739bec.entry.js +1 -0
  268. package/dist/baloise-design-system/{p-ee9c988a19.system.entry.js → p-b2f5a5f942.system.entry.js} +1 -1
  269. package/dist/baloise-design-system/p-b4764d809d.entry.js +1 -0
  270. package/dist/baloise-design-system/{p-0970cac46c.system.entry.js → p-b6e5b1d0c1.system.entry.js} +1 -1
  271. package/dist/baloise-design-system/p-b71b047e.system.js +1 -0
  272. package/dist/baloise-design-system/{p-45b4b4fcd6.system.entry.js → p-b8658ffb85.system.entry.js} +1 -1
  273. package/dist/baloise-design-system/p-b86876e144.entry.js +1 -0
  274. package/dist/baloise-design-system/p-ba9c735428.entry.js +1 -0
  275. package/dist/baloise-design-system/p-be61baa681.entry.js +1 -0
  276. package/dist/baloise-design-system/p-be6d3bde8f.entry.js +1 -0
  277. package/dist/baloise-design-system/{p-7957c3c0.system.js → p-bf139fe5.system.js} +1 -1
  278. package/dist/baloise-design-system/p-bf1b5db620.system.entry.js +1 -0
  279. package/dist/baloise-design-system/p-c045d5a57c.system.entry.js +1 -0
  280. package/dist/baloise-design-system/p-c2157cabd4.entry.js +1 -0
  281. package/dist/baloise-design-system/p-c416afcd52.entry.js +1 -0
  282. package/dist/baloise-design-system/{p-c7cdb944f3.system.entry.js → p-c589d05bc6.system.entry.js} +1 -1
  283. package/dist/baloise-design-system/p-c62f742505.entry.js +1 -0
  284. package/dist/baloise-design-system/p-c6cc8eba.system.js +1 -0
  285. package/dist/baloise-design-system/{p-014286df.system.js → p-c72bd76c.system.js} +1 -1
  286. package/dist/baloise-design-system/p-c7e93ad3c1.entry.js +1 -0
  287. package/dist/baloise-design-system/p-c9dce0f3ea.system.entry.js +1 -0
  288. package/dist/baloise-design-system/{p-cd378385.system.js → p-cad67fdc.system.js} +1 -1
  289. package/dist/baloise-design-system/p-cb52f196.system.js +1 -0
  290. package/dist/baloise-design-system/p-cfd4370f6b.system.entry.js +1 -0
  291. package/dist/baloise-design-system/p-d0d162c677.system.entry.js +1 -0
  292. package/dist/baloise-design-system/{p-2e8b4edc.system.js → p-d1ec4d6e.system.js} +1 -1
  293. package/dist/baloise-design-system/{p-7662250151.system.entry.js → p-d227e8681f.system.entry.js} +1 -1
  294. package/dist/baloise-design-system/{p-1509eaa7.system.js → p-d2f9ed2b.system.js} +1 -1
  295. package/dist/baloise-design-system/p-d404537f.system.js +1 -0
  296. package/dist/baloise-design-system/p-d532d41212.system.entry.js +1 -0
  297. package/dist/baloise-design-system/p-d67f7321.system.js +2 -0
  298. package/dist/baloise-design-system/p-d88acac29e.system.entry.js +1 -0
  299. package/dist/baloise-design-system/p-d97dc6a8.system.js +1 -0
  300. package/dist/baloise-design-system/p-de1ebab44e.entry.js +1 -0
  301. package/dist/baloise-design-system/p-de533e223c.entry.js +1 -0
  302. package/dist/baloise-design-system/p-df907af8.system.js +1 -0
  303. package/dist/baloise-design-system/{p-15c5fe4d6d.system.entry.js → p-dfcca29bc9.system.entry.js} +1 -1
  304. package/dist/baloise-design-system/{p-f2e0ee98af.system.entry.js → p-e0e123ffec.system.entry.js} +1 -1
  305. package/dist/baloise-design-system/{p-13c885d840.system.entry.js → p-e2ba4d18bc.system.entry.js} +1 -1
  306. package/dist/baloise-design-system/p-e3a563de25.system.entry.js +1 -0
  307. package/dist/baloise-design-system/{p-abd9c578.system.js → p-e7e554e3.system.js} +1 -1
  308. package/dist/baloise-design-system/p-eb709fa8ae.entry.js +1 -0
  309. package/dist/baloise-design-system/p-ec4cf5cec6.entry.js +1 -0
  310. package/dist/baloise-design-system/p-edbd880ce1.entry.js +1 -0
  311. package/dist/baloise-design-system/p-ee3c7a38.system.js +1 -0
  312. package/dist/baloise-design-system/p-f1c41da029.entry.js +1 -0
  313. package/dist/baloise-design-system/{p-d800ecde35.system.entry.js → p-f8d828383b.system.entry.js} +1 -1
  314. package/dist/baloise-design-system/p-fa6b5cde.system.js +1 -0
  315. package/dist/baloise-design-system/p-faaf77375f.system.entry.js +1 -0
  316. package/dist/baloise-design-system/p-fd118a1752.system.entry.js +1 -0
  317. package/dist/cjs/app-globals-f2f29e34.js +7 -0
  318. package/dist/cjs/array-ae164ca3.js +22 -0
  319. package/dist/cjs/bal-accordion_4.cjs.entry.js +8 -10
  320. package/dist/cjs/bal-app.cjs.entry.js +12 -6
  321. package/dist/cjs/bal-badge.cjs.entry.js +2 -2
  322. package/dist/cjs/bal-button_2.cjs.entry.js +21 -5
  323. package/dist/cjs/bal-card_6.cjs.entry.js +8 -8
  324. package/dist/cjs/bal-carousel_2.cjs.entry.js +49 -17
  325. package/dist/cjs/bal-checkbox-button.cjs.entry.js +5 -5
  326. package/dist/cjs/bal-checkbox_2.cjs.entry.js +50 -11
  327. package/dist/cjs/bal-close.cjs.entry.js +2 -2
  328. package/dist/cjs/bal-content.cjs.entry.js +2 -2
  329. package/dist/cjs/bal-data_4.cjs.entry.js +5 -5
  330. package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +4 -4
  331. package/dist/cjs/bal-date-calendar_2.cjs.entry.js +55 -42
  332. package/dist/cjs/bal-date.cjs.entry.js +42 -15
  333. package/dist/cjs/bal-divider.cjs.entry.js +2 -2
  334. package/dist/cjs/bal-doc-app.cjs.entry.js +233 -0
  335. package/dist/cjs/bal-dropdown.cjs.entry.js +66 -41
  336. package/dist/cjs/bal-field_5.cjs.entry.js +11 -13
  337. package/dist/cjs/bal-file-upload.cjs.entry.js +17 -9
  338. package/dist/cjs/bal-footer.cjs.entry.js +200 -12
  339. package/dist/cjs/bal-form-col_2.cjs.entry.js +4 -4
  340. package/dist/cjs/bal-form.cjs.entry.js +3 -3
  341. package/dist/cjs/bal-heading_2.cjs.entry.js +4 -4
  342. package/dist/cjs/bal-hint_5.cjs.entry.js +45 -20
  343. package/dist/cjs/bal-icon.cjs.entry.js +14 -3
  344. package/dist/cjs/bal-input-group.cjs.entry.js +2 -2
  345. package/dist/cjs/bal-input-slider.cjs.entry.js +20 -6
  346. package/dist/cjs/bal-input-stepper.cjs.entry.js +21 -9
  347. package/dist/cjs/bal-input.cjs.entry.js +17 -4
  348. package/dist/cjs/bal-label.cjs.entry.js +2 -2
  349. package/dist/cjs/bal-list_8.cjs.entry.js +20 -22
  350. package/dist/cjs/bal-logo.cjs.entry.js +6 -6
  351. package/dist/cjs/bal-modal_3.cjs.entry.js +36 -10
  352. package/dist/cjs/bal-nav_8.cjs.entry.js +37 -18
  353. package/dist/cjs/bal-navbar_5.cjs.entry.js +11 -11
  354. package/dist/cjs/bal-notices_3.cjs.entry.js +5 -5
  355. package/dist/cjs/bal-notification.cjs.entry.js +2 -2
  356. package/dist/cjs/bal-number-input.cjs.entry.js +39 -43
  357. package/dist/cjs/bal-option_2.cjs.entry.js +25 -6
  358. package/dist/cjs/bal-pagination.cjs.entry.js +9 -9
  359. package/dist/cjs/bal-popup.cjs.entry.js +49 -16
  360. package/dist/cjs/bal-progress-bar.cjs.entry.js +7 -7
  361. package/dist/cjs/bal-radio-button.cjs.entry.js +5 -5
  362. package/dist/cjs/bal-radio_2.cjs.entry.js +45 -10
  363. package/dist/cjs/bal-segment_2.cjs.entry.js +29 -18
  364. package/dist/cjs/bal-select_2.cjs.entry.js +41 -20
  365. package/dist/cjs/bal-shape.cjs.entry.js +6 -6
  366. package/dist/cjs/bal-sheet.cjs.entry.js +2 -2
  367. package/dist/cjs/bal-spinner.cjs.entry.js +4 -4
  368. package/dist/cjs/bal-stack.cjs.entry.js +2 -2
  369. package/dist/cjs/bal-stage_6.cjs.entry.js +19 -8
  370. package/dist/cjs/bal-step-item.cjs.entry.js +3 -3
  371. package/dist/cjs/bal-steps.cjs.entry.js +10 -9
  372. package/dist/cjs/bal-tab-item_2.cjs.entry.js +54 -27
  373. package/dist/cjs/bal-table.cjs.entry.js +2 -2
  374. package/dist/cjs/bal-tag_2.cjs.entry.js +3 -3
  375. package/dist/cjs/bal-textarea.cjs.entry.js +18 -4
  376. package/dist/cjs/bal-time-input.cjs.entry.js +19 -6
  377. package/dist/cjs/bal-tooltip.cjs.entry.js +17 -10
  378. package/dist/cjs/baloise-design-system.cjs.js +15 -14
  379. package/dist/cjs/{breakpoints.decorator-3e39d424.js → breakpoints.decorator-365a25cc.js} +1 -1
  380. package/dist/cjs/{breakpoints.subject-04e46eae.js → breakpoints.subject-0470f731.js} +2 -2
  381. package/dist/cjs/{date-20be7524.js → date-c2a815e4.js} +33 -2
  382. package/dist/cjs/{element-states.decorator-9ce5ff3b.js → element-states.decorator-5aa9bf46.js} +1 -1
  383. package/dist/cjs/floating-ui-9f03e1cf.js +28 -0
  384. package/dist/{esm/floating-ui.dom.esm-f1cf1077.js → cjs/floating-ui.dom.esm-2ece9686.js} +508 -1
  385. package/dist/cjs/{focus.decorator-afaf9ac4.js → focus.decorator-ec3a858c.js} +1 -1
  386. package/dist/cjs/{form-input-b61eb894.js → form-input-35653e8f.js} +1 -1
  387. package/dist/cjs/global-127a79ec.js +9 -0
  388. package/dist/cjs/{helpers-2a8c8333.js → helpers-393c2183.js} +36 -2
  389. package/dist/cjs/index-3b7f8988.js +1860 -0
  390. package/dist/cjs/index-758765f7.js +560 -0
  391. package/dist/cjs/index-96c178a6.js +1689 -0
  392. package/dist/cjs/index.cjs.js +9 -13
  393. package/dist/cjs/{initialize-2a19d091.js → initialize-e7570bc6.js} +2 -2
  394. package/dist/cjs/keyboard.helpers-3c105b0c.js +73 -0
  395. package/dist/cjs/listen-b42a4134.js +60 -0
  396. package/dist/cjs/loader.cjs.js +7 -6
  397. package/dist/cjs/{mutation.decorator-af043b68.js → mutation.decorator-d2ce6c1a.js} +13 -11
  398. package/dist/cjs/number-111783eb.js +35 -0
  399. package/dist/cjs/{overlays-3e4cf786.js → overlays-e6d14274.js} +1 -1
  400. package/dist/cjs/{resize.decorator-ae91ead2.js → resize.decorator-981b6817.js} +1 -1
  401. package/dist/cjs/{swipe.decorator-5206d283.js → swipe.decorator-391a0941.js} +1 -1
  402. package/dist/cjs/{swipe.subject-4ec94271.js → swipe.subject-48bf62a1.js} +2 -2
  403. package/dist/cjs/{tokens.esm-c5d8ed82.js → tokens.esm-ae27d50f.js} +1 -1
  404. package/dist/cjs/{window-resize.decorator-f34ad3f4.js → window-resize.decorator-ae14fb4f.js} +1 -1
  405. package/dist/collection/collection-manifest.json +5 -10
  406. package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +1 -1
  407. package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +2 -2
  408. package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +1 -1
  409. package/dist/collection/components/bal-app/bal-app.css +1 -1
  410. package/dist/collection/components/bal-app/bal-app.js +10 -4
  411. package/dist/collection/components/bal-badge/bal-badge.js +1 -1
  412. package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +2 -2
  413. package/dist/collection/components/bal-button/bal-button.js +20 -11
  414. package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +1 -1
  415. package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +1 -1
  416. package/dist/collection/components/bal-card/bal-card-content/bal-card-content.js +1 -1
  417. package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +1 -1
  418. package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +1 -1
  419. package/dist/collection/components/bal-card/bal-card.js +2 -2
  420. package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +19 -4
  421. package/dist/collection/components/bal-carousel/bal-carousel.js +29 -21
  422. package/dist/collection/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.js +1 -1
  423. package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +26 -28
  424. package/dist/collection/components/bal-checkbox/bal-checkbox.js +15 -17
  425. package/dist/collection/components/bal-close/bal-close.js +1 -1
  426. package/dist/collection/components/bal-content/bal-content.js +1 -1
  427. package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +1 -1
  428. package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +1 -1
  429. package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +1 -1
  430. package/dist/collection/components/bal-data/bal-data.js +1 -1
  431. package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +1 -1
  432. package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +1 -1
  433. package/dist/collection/components/bal-date/bal-date.js +37 -35
  434. package/dist/collection/components/bal-divider/bal-divider.js +1 -1
  435. package/dist/collection/components/bal-dropdown/bal-dropdown.js +44 -44
  436. package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +2 -2
  437. package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +1 -1
  438. package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +1 -1
  439. package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +2 -2
  440. package/dist/collection/components/bal-field/bal-field.js +2 -4
  441. package/dist/collection/components/bal-file-upload/bal-file-upload.js +12 -14
  442. package/dist/collection/components/bal-footer/bal-footer.js +4 -4
  443. package/dist/collection/components/bal-form/bal-form.js +1 -1
  444. package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +2 -2
  445. package/dist/collection/components/bal-form-grid/bal-form-grid.js +1 -1
  446. package/dist/collection/components/bal-heading/bal-heading.js +1 -1
  447. package/dist/collection/components/bal-hint/bal-hint-text/bal-hint-text.js +1 -1
  448. package/dist/collection/components/bal-hint/bal-hint-title/bal-hint-title.js +1 -1
  449. package/dist/collection/components/bal-icon/bal-icon.js +14 -2
  450. package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +15 -17
  451. package/dist/collection/components/bal-input/bal-input.js +14 -16
  452. package/dist/collection/components/bal-input-group/bal-input-group.js +1 -1
  453. package/dist/collection/components/bal-input-slider/bal-input-slider.js +17 -18
  454. package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +17 -19
  455. package/dist/collection/components/bal-label/bal-label.js +1 -1
  456. package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +3 -3
  457. package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +3 -3
  458. package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +2 -2
  459. package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +2 -2
  460. package/dist/collection/components/bal-list/bal-list-item-subtitle/bal-list-item-subtitle.js +1 -1
  461. package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +1 -1
  462. package/dist/collection/components/bal-list/bal-list.js +1 -1
  463. package/dist/collection/components/bal-logo/bal-logo.js +2 -2
  464. package/dist/collection/components/bal-modal/bal-modal-body/bal-modal-body.js +1 -1
  465. package/dist/collection/components/bal-modal/bal-modal-header/bal-modal-header.js +1 -1
  466. package/dist/collection/components/bal-modal/bal-modal.js +31 -32
  467. package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +2 -2
  468. package/dist/collection/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.js +1 -1
  469. package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +1 -1
  470. package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +1 -1
  471. package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +1 -1
  472. package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +1 -1
  473. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.css +1 -1
  474. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +8 -10
  475. package/dist/collection/components/bal-nav/bal-nav.js +15 -17
  476. package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +2 -2
  477. package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +1 -1
  478. package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +1 -1
  479. package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +1 -1
  480. package/dist/collection/components/bal-navbar/bal-navbar.js +1 -1
  481. package/dist/collection/components/bal-notices/bal-notices.js +2 -2
  482. package/dist/collection/components/bal-notification/bal-notification.js +1 -1
  483. package/dist/collection/components/bal-number-input/bal-number-input.js +14 -16
  484. package/dist/collection/components/bal-option/bal-option.js +8 -10
  485. package/dist/collection/components/bal-option-list/bal-option-list.js +14 -16
  486. package/dist/collection/components/bal-pagination/bal-pagination.js +4 -4
  487. package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +1 -1
  488. package/dist/collection/components/bal-popover/bal-popover.js +37 -39
  489. package/dist/collection/components/bal-popup/bal-popup.js +33 -35
  490. package/dist/collection/components/bal-popup/variants/popover-variant.renderer.js +12 -8
  491. package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +1 -1
  492. package/dist/collection/components/bal-radio/bal-radio-button/bal-radio-button.js +1 -1
  493. package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +31 -33
  494. package/dist/collection/components/bal-radio/bal-radio.js +9 -11
  495. package/dist/collection/components/bal-segment/bal-segment-item/bal-segment-item.js +1 -1
  496. package/dist/collection/components/bal-segment/bal-segment.js +15 -17
  497. package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +1 -1
  498. package/dist/collection/components/bal-select/bal-select.js +26 -27
  499. package/dist/collection/components/bal-shape/bal-shape.js +4 -4
  500. package/dist/collection/components/bal-sheet/bal-sheet.js +1 -1
  501. package/dist/collection/components/bal-snackbar/bal-snackbar.js +1 -1
  502. package/dist/collection/components/bal-spinner/bal-spinner.js +3 -3
  503. package/dist/collection/components/bal-stack/bal-stack.js +1 -1
  504. package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +2 -2
  505. package/dist/collection/components/bal-stage/bal-stage-body/bal-stage-body.js +1 -1
  506. package/dist/collection/components/bal-stage/bal-stage-foot/bal-stage-foot.js +1 -1
  507. package/dist/collection/components/bal-stage/bal-stage-head/bal-stage-head.js +1 -1
  508. package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +14 -1
  509. package/dist/collection/components/bal-stage/bal-stage.js +1 -1
  510. package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +2 -2
  511. package/dist/collection/components/bal-steps/bal-steps.js +1 -1
  512. package/dist/collection/components/bal-table/bal-table.js +1 -1
  513. package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +2 -2
  514. package/dist/collection/components/bal-tabs/bal-tabs.js +44 -38
  515. package/dist/collection/components/bal-tag/bal-tag-group/bal-tag-group.js +1 -1
  516. package/dist/collection/components/bal-tag/bal-tag.js +1 -1
  517. package/dist/collection/components/bal-text/bal-text.js +2 -2
  518. package/dist/collection/components/bal-textarea/bal-textarea.js +15 -16
  519. package/dist/collection/components/bal-time-input/bal-time-input.css +1 -1
  520. package/dist/collection/components/bal-time-input/bal-time-input.js +15 -17
  521. package/dist/collection/components/bal-toast/bal-toast.js +1 -1
  522. package/dist/collection/components/bal-tooltip/bal-tooltip.js +13 -9
  523. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.css +1 -0
  524. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.js +229 -0
  525. package/dist/collection/index.js +1 -2
  526. package/dist/collection/utils/array.js +17 -0
  527. package/dist/collection/utils/constants/version.constant.js +1 -1
  528. package/dist/collection/utils/date/date.helpers.js +30 -0
  529. package/dist/collection/utils/date/date.js +1 -1
  530. package/dist/collection/utils/date/index.js +1 -0
  531. package/dist/collection/utils/dropdown/auto-fill.js +1 -1
  532. package/dist/collection/utils/dropdown/icon.js +1 -1
  533. package/dist/collection/utils/dropdown/popup.js +9 -6
  534. package/dist/collection/utils/dropdown/value.js +1 -1
  535. package/dist/collection/utils/floating-ui.js +23 -0
  536. package/dist/collection/utils/helpers.js +41 -2
  537. package/dist/collection/utils/keyboard/index.js +1 -0
  538. package/dist/collection/utils/keyboard/keyboard.helpers.js +60 -0
  539. package/dist/collection/utils/listen.js +55 -0
  540. package/dist/collection/utils/mask/types/mask-date.js +1 -1
  541. package/dist/collection/utils/mutation/mutation.subject.js +13 -11
  542. package/dist/collection/utils/number.js +18 -10
  543. package/dist/collection/utils/swipe/swipe.listener.js +2 -2
  544. package/dist/esm/app-globals-73dcb8fd.js +5 -0
  545. package/dist/esm/array-4c09dfe3.js +20 -0
  546. package/dist/esm/bal-accordion_4.entry.js +7 -9
  547. package/dist/esm/bal-app.entry.js +12 -6
  548. package/dist/esm/bal-badge.entry.js +2 -2
  549. package/dist/esm/bal-button_2.entry.js +21 -5
  550. package/dist/esm/bal-card_6.entry.js +8 -8
  551. package/dist/esm/bal-carousel_2.entry.js +49 -17
  552. package/dist/esm/bal-checkbox-button.entry.js +5 -5
  553. package/dist/esm/bal-checkbox_2.entry.js +46 -7
  554. package/dist/esm/bal-close.entry.js +2 -2
  555. package/dist/esm/bal-content.entry.js +2 -2
  556. package/dist/esm/bal-data_4.entry.js +5 -5
  557. package/dist/esm/bal-date-calendar-cell.entry.js +4 -4
  558. package/dist/esm/bal-date-calendar_2.entry.js +23 -10
  559. package/dist/esm/bal-date.entry.js +41 -14
  560. package/dist/esm/bal-divider.entry.js +2 -2
  561. package/dist/esm/bal-doc-app.entry.js +229 -0
  562. package/dist/esm/bal-dropdown.entry.js +59 -34
  563. package/dist/esm/bal-field_5.entry.js +11 -13
  564. package/dist/esm/bal-file-upload.entry.js +16 -8
  565. package/dist/esm/bal-footer.entry.js +198 -10
  566. package/dist/esm/bal-form-col_2.entry.js +4 -4
  567. package/dist/esm/bal-form.entry.js +3 -3
  568. package/dist/esm/bal-heading_2.entry.js +4 -4
  569. package/dist/esm/bal-hint_5.entry.js +45 -20
  570. package/dist/esm/bal-icon.entry.js +14 -3
  571. package/dist/esm/bal-input-group.entry.js +2 -2
  572. package/dist/esm/bal-input-slider.entry.js +20 -6
  573. package/dist/esm/bal-input-stepper.entry.js +21 -9
  574. package/dist/esm/bal-input.entry.js +17 -4
  575. package/dist/esm/bal-label.entry.js +2 -2
  576. package/dist/esm/bal-list_8.entry.js +19 -21
  577. package/dist/esm/bal-logo.entry.js +6 -6
  578. package/dist/esm/bal-modal_3.entry.js +36 -10
  579. package/dist/esm/bal-nav_8.entry.js +37 -18
  580. package/dist/esm/bal-navbar_5.entry.js +11 -11
  581. package/dist/esm/bal-notices_3.entry.js +5 -5
  582. package/dist/esm/bal-notification.entry.js +2 -2
  583. package/dist/esm/bal-number-input.entry.js +20 -24
  584. package/dist/esm/bal-option_2.entry.js +25 -6
  585. package/dist/esm/bal-pagination.entry.js +9 -9
  586. package/dist/esm/bal-popup.entry.js +48 -15
  587. package/dist/esm/bal-progress-bar.entry.js +7 -7
  588. package/dist/esm/bal-radio-button.entry.js +5 -5
  589. package/dist/esm/bal-radio_2.entry.js +44 -9
  590. package/dist/esm/bal-segment_2.entry.js +24 -13
  591. package/dist/esm/bal-select_2.entry.js +31 -10
  592. package/dist/esm/bal-shape.entry.js +6 -6
  593. package/dist/esm/bal-sheet.entry.js +2 -2
  594. package/dist/esm/bal-spinner.entry.js +4 -4
  595. package/dist/esm/bal-stack.entry.js +2 -2
  596. package/dist/esm/bal-stage_6.entry.js +19 -8
  597. package/dist/esm/bal-step-item.entry.js +3 -3
  598. package/dist/esm/bal-steps.entry.js +9 -8
  599. package/dist/esm/bal-tab-item_2.entry.js +53 -26
  600. package/dist/esm/bal-table.entry.js +2 -2
  601. package/dist/esm/bal-tag_2.entry.js +3 -3
  602. package/dist/esm/bal-textarea.entry.js +18 -4
  603. package/dist/esm/bal-time-input.entry.js +19 -6
  604. package/dist/esm/bal-tooltip.entry.js +17 -10
  605. package/dist/esm/baloise-design-system.js +16 -15
  606. package/dist/esm/{breakpoints.decorator-f08ad280.js → breakpoints.decorator-ee6ec8c7.js} +1 -1
  607. package/dist/esm/{breakpoints.subject-d2b4fd79.js → breakpoints.subject-010d0320.js} +2 -2
  608. package/dist/esm/{date-6e8f5617.js → date-3b88d03c.js} +32 -2
  609. package/dist/esm/{element-states.decorator-071e2b6b.js → element-states.decorator-0f2107d8.js} +1 -1
  610. package/dist/esm/floating-ui-82413f23.js +26 -0
  611. package/dist/{cjs/floating-ui.dom.esm-5dbdcff9.js → esm/floating-ui.dom.esm-8dcdb8d6.js} +493 -8
  612. package/dist/esm/{focus.decorator-8acd79c3.js → focus.decorator-dc333802.js} +1 -1
  613. package/dist/esm/{form-input-a8fdaaef.js → form-input-264ad739.js} +2 -2
  614. package/dist/esm/global-66c4c2d7.js +7 -0
  615. package/dist/esm/{helpers-c201154e.js → helpers-72ae7307.js} +35 -3
  616. package/dist/esm/index-5b1faf93.js +1658 -0
  617. package/dist/esm/index-95ee0c4b.js +1858 -0
  618. package/dist/esm/index-bba06972.js +558 -0
  619. package/dist/esm/index.js +10 -14
  620. package/dist/esm/{initialize-e216cfe4.js → initialize-f93872c4.js} +2 -2
  621. package/dist/esm/keyboard.helpers-b2dd6393.js +62 -0
  622. package/dist/esm/listen-d1712e70.js +58 -0
  623. package/dist/esm/loader.js +8 -7
  624. package/dist/esm/{mutation.decorator-c7b24839.js → mutation.decorator-985cc0a1.js} +13 -11
  625. package/dist/esm/number-54693efa.js +30 -0
  626. package/dist/esm/{overlays-9d49a4a5.js → overlays-73dcc4a8.js} +1 -1
  627. package/dist/esm/{resize.decorator-f70563b5.js → resize.decorator-f2d8461d.js} +1 -1
  628. package/dist/esm/{swipe.decorator-9d904794.js → swipe.decorator-56b6d574.js} +1 -1
  629. package/dist/esm/{swipe.subject-f1d64e8d.js → swipe.subject-683f7c7b.js} +2 -2
  630. package/dist/esm/{tokens.esm-cada8a2a.js → tokens.esm-2ba9c492.js} +1 -1
  631. package/dist/esm/{window-resize.decorator-6ef9be6a.js → window-resize.decorator-a8d0eb1b.js} +1 -1
  632. package/dist/esm-es5/app-globals-73dcb8fd.js +1 -0
  633. package/dist/esm-es5/array-4c09dfe3.js +1 -0
  634. package/dist/esm-es5/bal-accordion_4.entry.js +1 -1
  635. package/dist/esm-es5/bal-app.entry.js +1 -1
  636. package/dist/esm-es5/bal-badge.entry.js +1 -1
  637. package/dist/esm-es5/bal-button_2.entry.js +1 -1
  638. package/dist/esm-es5/bal-card_6.entry.js +1 -1
  639. package/dist/esm-es5/bal-carousel_2.entry.js +1 -1
  640. package/dist/esm-es5/bal-checkbox-button.entry.js +1 -1
  641. package/dist/esm-es5/bal-checkbox_2.entry.js +1 -1
  642. package/dist/esm-es5/bal-close.entry.js +1 -1
  643. package/dist/esm-es5/bal-content.entry.js +1 -1
  644. package/dist/esm-es5/bal-data_4.entry.js +1 -1
  645. package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -1
  646. package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -1
  647. package/dist/esm-es5/bal-date.entry.js +1 -1
  648. package/dist/esm-es5/bal-divider.entry.js +1 -1
  649. package/dist/esm-es5/bal-doc-app.entry.js +1 -0
  650. package/dist/esm-es5/bal-dropdown.entry.js +1 -1
  651. package/dist/esm-es5/bal-field_5.entry.js +1 -1
  652. package/dist/esm-es5/bal-file-upload.entry.js +1 -1
  653. package/dist/esm-es5/bal-footer.entry.js +1 -1
  654. package/dist/esm-es5/bal-form-col_2.entry.js +1 -1
  655. package/dist/esm-es5/bal-form.entry.js +1 -1
  656. package/dist/esm-es5/bal-heading_2.entry.js +1 -1
  657. package/dist/esm-es5/bal-hint_5.entry.js +1 -1
  658. package/dist/esm-es5/bal-icon.entry.js +1 -1
  659. package/dist/esm-es5/bal-input-group.entry.js +1 -1
  660. package/dist/esm-es5/bal-input-slider.entry.js +1 -1
  661. package/dist/esm-es5/bal-input-stepper.entry.js +1 -1
  662. package/dist/esm-es5/bal-input.entry.js +1 -1
  663. package/dist/esm-es5/bal-label.entry.js +1 -1
  664. package/dist/esm-es5/bal-list_8.entry.js +1 -1
  665. package/dist/esm-es5/bal-logo.entry.js +1 -1
  666. package/dist/esm-es5/bal-modal_3.entry.js +1 -1
  667. package/dist/esm-es5/bal-nav_8.entry.js +1 -1
  668. package/dist/esm-es5/bal-navbar_5.entry.js +1 -1
  669. package/dist/esm-es5/bal-notices_3.entry.js +1 -1
  670. package/dist/esm-es5/bal-notification.entry.js +1 -1
  671. package/dist/esm-es5/bal-number-input.entry.js +1 -1
  672. package/dist/esm-es5/bal-option_2.entry.js +1 -1
  673. package/dist/esm-es5/bal-pagination.entry.js +1 -1
  674. package/dist/esm-es5/bal-popup.entry.js +1 -1
  675. package/dist/esm-es5/bal-progress-bar.entry.js +1 -1
  676. package/dist/esm-es5/bal-radio-button.entry.js +1 -1
  677. package/dist/esm-es5/bal-radio_2.entry.js +1 -1
  678. package/dist/esm-es5/bal-segment_2.entry.js +1 -1
  679. package/dist/esm-es5/bal-select_2.entry.js +1 -1
  680. package/dist/esm-es5/bal-shape.entry.js +1 -1
  681. package/dist/esm-es5/bal-sheet.entry.js +1 -1
  682. package/dist/esm-es5/bal-spinner.entry.js +1 -1
  683. package/dist/esm-es5/bal-stack.entry.js +1 -1
  684. package/dist/esm-es5/bal-stage_6.entry.js +1 -1
  685. package/dist/esm-es5/bal-step-item.entry.js +1 -1
  686. package/dist/esm-es5/bal-steps.entry.js +1 -1
  687. package/dist/esm-es5/bal-tab-item_2.entry.js +1 -1
  688. package/dist/esm-es5/bal-table.entry.js +1 -1
  689. package/dist/esm-es5/bal-tag_2.entry.js +1 -1
  690. package/dist/esm-es5/bal-textarea.entry.js +1 -1
  691. package/dist/esm-es5/bal-time-input.entry.js +1 -1
  692. package/dist/esm-es5/bal-tooltip.entry.js +1 -1
  693. package/dist/esm-es5/baloise-design-system.js +1 -1
  694. package/dist/esm-es5/{breakpoints.decorator-f08ad280.js → breakpoints.decorator-ee6ec8c7.js} +1 -1
  695. package/dist/esm-es5/{breakpoints.subject-d2b4fd79.js → breakpoints.subject-010d0320.js} +1 -1
  696. package/dist/esm-es5/date-3b88d03c.js +1 -0
  697. package/dist/esm-es5/{element-states.decorator-071e2b6b.js → element-states.decorator-0f2107d8.js} +1 -1
  698. package/dist/esm-es5/floating-ui-82413f23.js +1 -0
  699. package/dist/esm-es5/floating-ui.dom.esm-8dcdb8d6.js +1 -0
  700. package/dist/esm-es5/{focus.decorator-8acd79c3.js → focus.decorator-dc333802.js} +1 -1
  701. package/dist/esm-es5/{form-input-a8fdaaef.js → form-input-264ad739.js} +1 -1
  702. package/dist/esm-es5/global-66c4c2d7.js +1 -0
  703. package/dist/esm-es5/helpers-72ae7307.js +1 -0
  704. package/dist/esm-es5/index-5b1faf93.js +2 -0
  705. package/dist/esm-es5/index-95ee0c4b.js +1 -0
  706. package/dist/esm-es5/index-bba06972.js +1 -0
  707. package/dist/esm-es5/index.js +1 -1
  708. package/dist/esm-es5/{initialize-e216cfe4.js → initialize-f93872c4.js} +1 -1
  709. package/dist/esm-es5/keyboard.helpers-b2dd6393.js +1 -0
  710. package/dist/esm-es5/listen-d1712e70.js +1 -0
  711. package/dist/esm-es5/loader.js +1 -1
  712. package/dist/esm-es5/mutation.decorator-985cc0a1.js +1 -0
  713. package/dist/esm-es5/number-54693efa.js +1 -0
  714. package/dist/esm-es5/{overlays-9d49a4a5.js → overlays-73dcc4a8.js} +1 -1
  715. package/dist/esm-es5/{resize.decorator-f70563b5.js → resize.decorator-f2d8461d.js} +1 -1
  716. package/dist/esm-es5/{swipe.decorator-9d904794.js → swipe.decorator-56b6d574.js} +1 -1
  717. package/dist/esm-es5/swipe.subject-683f7c7b.js +1 -0
  718. package/dist/esm-es5/{window-resize.decorator-6ef9be6a.js → window-resize.decorator-a8d0eb1b.js} +1 -1
  719. package/dist/html.html-data.json +0 -83
  720. package/dist/types/components/bal-accordion/bal-accordion.interfaces.d.ts +0 -1
  721. package/dist/types/components/bal-app/bal-app.interfaces.d.ts +0 -1
  722. package/dist/types/components/bal-badge/bal-badge.interfaces.d.ts +0 -1
  723. package/dist/types/components/bal-button/bal-button.d.ts +2 -0
  724. package/dist/types/components/bal-button/bal-button.interfaces.d.ts +0 -1
  725. package/dist/types/components/bal-card/bal-card.interfaces.d.ts +0 -1
  726. package/dist/types/components/bal-carousel/bal-carousel-item/bal-carousel-item.d.ts +6 -0
  727. package/dist/types/components/bal-carousel/bal-carousel.d.ts +3 -0
  728. package/dist/types/components/bal-carousel/bal-carousel.interfaces.d.ts +0 -1
  729. package/dist/types/components/bal-checkbox/bal-checkbox.interfaces.d.ts +0 -1
  730. package/dist/types/components/bal-close/bal-close.interfaces.d.ts +0 -1
  731. package/dist/types/components/bal-content/bal-content.interfaces.d.ts +0 -1
  732. package/dist/types/components/bal-data/bal-data.interfaces.d.ts +0 -1
  733. package/dist/types/components/bal-date/bal-date-calendar/bal-date-calendar.interfaces.d.ts +0 -1
  734. package/dist/types/components/bal-date/bal-date.interfaces.d.ts +0 -1
  735. package/dist/types/components/bal-divider/bal-divider.interfaces.d.ts +0 -1
  736. package/dist/types/components/bal-dropdown/bal-dropdown.d.ts +6 -4
  737. package/dist/types/components/bal-dropdown/bal-dropdown.interfaces.d.ts +0 -1
  738. package/dist/types/components/bal-field/bal-field.interfaces.d.ts +0 -1
  739. package/dist/types/components/bal-file-upload/bal-file-upload.interfaces.d.ts +0 -1
  740. package/dist/types/components/bal-form-grid/bal-form-gird.interfaces.d.ts +0 -1
  741. package/dist/types/components/bal-heading/bal-heading.interfaces.d.ts +0 -1
  742. package/dist/types/components/bal-icon/bal-icon.d.ts +6 -0
  743. package/dist/types/components/bal-icon/bal-icon.interfaces.d.ts +0 -1
  744. package/dist/types/components/bal-input/bal-input.interfaces.d.ts +0 -1
  745. package/dist/types/components/bal-input-slider/bal-input-slider.interfaces.d.ts +0 -1
  746. package/dist/types/components/bal-input-stepper/bal-input-stepper.interfaces.d.ts +0 -1
  747. package/dist/types/components/bal-label/bal-label.interfaces.d.ts +0 -1
  748. package/dist/types/components/bal-list/bal-list.interfaces.d.ts +0 -1
  749. package/dist/types/components/bal-logo/bal-logo.animation.d.ts +1 -1
  750. package/dist/types/components/bal-logo/bal-logo.interfaces.d.ts +0 -1
  751. package/dist/types/components/bal-modal/bal-modal.interfaces.d.ts +0 -1
  752. package/dist/types/components/bal-nav/bal-nav-link/bal-nav-link.interfaces.d.ts +0 -1
  753. package/dist/types/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.interfaces.d.ts +0 -1
  754. package/dist/types/components/bal-nav/bal-nav-link-group/bal-nav-link-group.interfaces.d.ts +0 -1
  755. package/dist/types/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.interfaces.d.ts +0 -1
  756. package/dist/types/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.interfaces.d.ts +0 -1
  757. package/dist/types/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.interfaces.d.ts +0 -1
  758. package/dist/types/components/bal-nav/bal-nav.interfaces.d.ts +0 -1
  759. package/dist/types/components/bal-navbar/bal-navbar.interfaces.d.ts +0 -1
  760. package/dist/types/components/bal-notification/bal-notification.interfaces.d.ts +0 -1
  761. package/dist/types/components/bal-number-input/bal-number-input.interfaces.d.ts +0 -1
  762. package/dist/types/components/bal-option/bal-option.interfaces.d.ts +0 -1
  763. package/dist/types/components/bal-option-list/bal-option-list.interfaces.d.ts +0 -1
  764. package/dist/types/components/bal-pagination/bal-pagination.interfaces.d.ts +0 -1
  765. package/dist/types/components/bal-popover/bal-popover.d.ts +1 -2
  766. package/dist/types/components/bal-popover/bal-popover.interfaces.d.ts +0 -1
  767. package/dist/types/components/bal-popup/bal-popup.interfaces.d.ts +0 -1
  768. package/dist/types/components/bal-progress-bar/bal-progress-bar.interfaces.d.ts +0 -1
  769. package/dist/types/components/bal-radio/bal-radio.interfaces.d.ts +0 -1
  770. package/dist/types/components/bal-segment/bal-segment.interfaces.d.ts +0 -1
  771. package/dist/types/components/bal-select/bal-select.d.ts +1 -1
  772. package/dist/types/components/bal-select/bal-select.interfaces.d.ts +0 -1
  773. package/dist/types/components/bal-select/utils/watch-options.d.ts +1 -1
  774. package/dist/types/components/bal-shape/bal-shape.interfaces.d.ts +0 -1
  775. package/dist/types/components/bal-sheet/bal-sheet.interfaces.d.ts +0 -1
  776. package/dist/types/components/bal-snackbar/bal-snackbar.interfaces.d.ts +0 -1
  777. package/dist/types/components/bal-spinner/bal-spinner.interfaces.d.ts +0 -1
  778. package/dist/types/components/bal-stack/bal-stack.interfaces.d.ts +0 -1
  779. package/dist/types/components/bal-stage/bal-stage-image/bal-stage-image.d.ts +2 -0
  780. package/dist/types/components/bal-stage/bal-stage.interfaces.d.ts +0 -1
  781. package/dist/types/components/bal-steps/bal-steps.interfaces.d.ts +0 -1
  782. package/dist/types/components/bal-tabs/bal-tabs.d.ts +2 -0
  783. package/dist/types/components/bal-tabs/bal-tabs.interfaces.d.ts +0 -1
  784. package/dist/types/components/bal-tag/bal-tag.interfaces.d.ts +0 -1
  785. package/dist/types/components/bal-text/bal-text.interfaces.d.ts +0 -1
  786. package/dist/types/components/bal-textarea/bal-textarea.interfaces.d.ts +0 -1
  787. package/dist/types/components/bal-time-input/bal-time-input.interfaces.d.ts +0 -1
  788. package/dist/types/components/bal-toast/bal-toast.d.ts +0 -1
  789. package/dist/types/components/bal-toast/bal-toast.interfaces.d.ts +0 -1
  790. package/dist/types/components/bal-tooltip/bal-tooltip.interfaces.d.ts +0 -1
  791. package/dist/types/components/docs/bal-doc-app/bal-doc-app.d.ts +21 -0
  792. package/dist/types/components.d.ts +37 -227
  793. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/icons/src/index.d.ts +82 -0
  794. package/dist/types/index.d.ts +1 -2
  795. package/dist/types/interfaces.d.ts +0 -1
  796. package/dist/types/stencil-public-runtime.d.ts +9 -10
  797. package/dist/types/utils/array.d.ts +8 -0
  798. package/dist/types/utils/date/date.helpers.d.ts +9 -0
  799. package/dist/types/utils/date/index.d.ts +1 -0
  800. package/dist/types/utils/dropdown/popup.d.ts +2 -1
  801. package/dist/types/utils/floating-ui.d.ts +15 -0
  802. package/dist/types/utils/form-input.d.ts +1 -5
  803. package/dist/types/utils/helpers.d.ts +6 -0
  804. package/dist/types/utils/keyboard/index.d.ts +1 -0
  805. package/dist/types/utils/keyboard/keyboard.helpers.d.ts +40 -0
  806. package/dist/types/utils/legacy.d.ts +1 -1
  807. package/dist/types/utils/listen.d.ts +12 -0
  808. package/dist/types/utils/mask/__test__/mask-component.mock.d.ts +6 -6
  809. package/dist/types/utils/mask/__test__/mask.mock.d.ts +9 -9
  810. package/dist/types/utils/number.d.ts +3 -3
  811. package/loader/cdn.js +1 -2
  812. package/loader/index.cjs.js +1 -2
  813. package/loader/index.d.ts +3 -0
  814. package/loader/index.es2017.js +1 -2
  815. package/loader/index.js +1 -2
  816. package/package.json +9 -9
  817. package/components/bal-datepicker.i18n.js +0 -74
  818. package/components/bal-datepicker.js +0 -1152
  819. package/components/index.esm.js +0 -7397
  820. package/dist/baloise-design-system/p-00014af866.system.entry.js +0 -1
  821. package/dist/baloise-design-system/p-004e4a0f4d.system.entry.js +0 -1
  822. package/dist/baloise-design-system/p-013b4c72.system.js +0 -1
  823. package/dist/baloise-design-system/p-09c9dcdf39.entry.js +0 -1
  824. package/dist/baloise-design-system/p-0f611b4158.system.entry.js +0 -1
  825. package/dist/baloise-design-system/p-10c13a369c.system.entry.js +0 -1
  826. package/dist/baloise-design-system/p-119b9e4909.entry.js +0 -1
  827. package/dist/baloise-design-system/p-16b1404ab3.system.entry.js +0 -1
  828. package/dist/baloise-design-system/p-1876e0cbba.entry.js +0 -1
  829. package/dist/baloise-design-system/p-26c8f676d0.system.entry.js +0 -1
  830. package/dist/baloise-design-system/p-2aa4f352d9.system.entry.js +0 -1
  831. package/dist/baloise-design-system/p-2b1171b384.entry.js +0 -1
  832. package/dist/baloise-design-system/p-2de8a7d2f2.entry.js +0 -1
  833. package/dist/baloise-design-system/p-2ea7550d1b.system.entry.js +0 -1
  834. package/dist/baloise-design-system/p-3231863d.js +0 -1
  835. package/dist/baloise-design-system/p-33028eda8b.entry.js +0 -1
  836. package/dist/baloise-design-system/p-360937c857.entry.js +0 -1
  837. package/dist/baloise-design-system/p-368bd6ac.system.js +0 -1
  838. package/dist/baloise-design-system/p-38e8a5093f.entry.js +0 -1
  839. package/dist/baloise-design-system/p-3b02994202.entry.js +0 -1
  840. package/dist/baloise-design-system/p-3b96381383.system.entry.js +0 -1
  841. package/dist/baloise-design-system/p-414d9ac8db.entry.js +0 -1
  842. package/dist/baloise-design-system/p-456fc561.system.js +0 -2
  843. package/dist/baloise-design-system/p-462b20f382.entry.js +0 -1
  844. package/dist/baloise-design-system/p-474fb49244.system.entry.js +0 -1
  845. package/dist/baloise-design-system/p-4ae121b6.js +0 -1
  846. package/dist/baloise-design-system/p-4b12d35824.entry.js +0 -1
  847. package/dist/baloise-design-system/p-4e05616242.entry.js +0 -1
  848. package/dist/baloise-design-system/p-4f083c5352.entry.js +0 -1
  849. package/dist/baloise-design-system/p-50b18f1f90.entry.js +0 -1
  850. package/dist/baloise-design-system/p-52351c7b9b.system.entry.js +0 -1
  851. package/dist/baloise-design-system/p-5b5d1c626d.system.entry.js +0 -1
  852. package/dist/baloise-design-system/p-5c0b0099.system.js +0 -1
  853. package/dist/baloise-design-system/p-5ef256a316.system.entry.js +0 -1
  854. package/dist/baloise-design-system/p-60e74d3515.system.entry.js +0 -1
  855. package/dist/baloise-design-system/p-6139ff78d7.system.entry.js +0 -1
  856. package/dist/baloise-design-system/p-619afa0ba5.system.entry.js +0 -1
  857. package/dist/baloise-design-system/p-635bc3259a.entry.js +0 -1
  858. package/dist/baloise-design-system/p-63c685b62d.entry.js +0 -1
  859. package/dist/baloise-design-system/p-648814edf8.entry.js +0 -1
  860. package/dist/baloise-design-system/p-648cafc450.entry.js +0 -1
  861. package/dist/baloise-design-system/p-663cc3242c.entry.js +0 -1
  862. package/dist/baloise-design-system/p-68828341e5.entry.js +0 -1
  863. package/dist/baloise-design-system/p-6a5d6e4680.entry.js +0 -1
  864. package/dist/baloise-design-system/p-6a8f612c6f.entry.js +0 -1
  865. package/dist/baloise-design-system/p-6aafd1a509.entry.js +0 -1
  866. package/dist/baloise-design-system/p-6c4b01f0a3.system.entry.js +0 -1
  867. package/dist/baloise-design-system/p-6c4b79bd09.entry.js +0 -1
  868. package/dist/baloise-design-system/p-6f18ca5500.entry.js +0 -1
  869. package/dist/baloise-design-system/p-6fb7d22ecb.system.entry.js +0 -1
  870. package/dist/baloise-design-system/p-73d0e3b2a7.system.entry.js +0 -1
  871. package/dist/baloise-design-system/p-749c516acc.system.entry.js +0 -1
  872. package/dist/baloise-design-system/p-760797ae02.system.entry.js +0 -1
  873. package/dist/baloise-design-system/p-7cd815d3e8.entry.js +0 -1
  874. package/dist/baloise-design-system/p-7d2709b193.system.entry.js +0 -1
  875. package/dist/baloise-design-system/p-7e54ecfcf8.system.entry.js +0 -1
  876. package/dist/baloise-design-system/p-8152631cd8.entry.js +0 -1
  877. package/dist/baloise-design-system/p-82333c3ce3.entry.js +0 -1
  878. package/dist/baloise-design-system/p-82afff07ac.system.entry.js +0 -1
  879. package/dist/baloise-design-system/p-82dea9a1e3.entry.js +0 -1
  880. package/dist/baloise-design-system/p-83c70a6b53.entry.js +0 -1
  881. package/dist/baloise-design-system/p-863d57eb.js +0 -1
  882. package/dist/baloise-design-system/p-87e2b8fad8.entry.js +0 -1
  883. package/dist/baloise-design-system/p-88f18fbc.js +0 -1
  884. package/dist/baloise-design-system/p-8954495d.system.js +0 -1
  885. package/dist/baloise-design-system/p-898f7862e4.entry.js +0 -1
  886. package/dist/baloise-design-system/p-8da6d9dae1.entry.js +0 -1
  887. package/dist/baloise-design-system/p-950dd794aa.system.entry.js +0 -1
  888. package/dist/baloise-design-system/p-959fc8c170.system.entry.js +0 -1
  889. package/dist/baloise-design-system/p-9e9e42ca3a.system.entry.js +0 -1
  890. package/dist/baloise-design-system/p-9f5eda0e22.entry.js +0 -1
  891. package/dist/baloise-design-system/p-a4dacc2d.system.js +0 -1
  892. package/dist/baloise-design-system/p-a7767b9500.system.entry.js +0 -1
  893. package/dist/baloise-design-system/p-a78d1ca569.system.entry.js +0 -1
  894. package/dist/baloise-design-system/p-a7fc2da7.system.js +0 -1
  895. package/dist/baloise-design-system/p-a8b35d33fe.entry.js +0 -1
  896. package/dist/baloise-design-system/p-ac24ebaa.system.js +0 -1
  897. package/dist/baloise-design-system/p-ac6d5570d8.system.entry.js +0 -1
  898. package/dist/baloise-design-system/p-b239069aea.entry.js +0 -1
  899. package/dist/baloise-design-system/p-b4c5b5e53f.entry.js +0 -1
  900. package/dist/baloise-design-system/p-b51665840d.entry.js +0 -1
  901. package/dist/baloise-design-system/p-b6624cd6f3.entry.js +0 -1
  902. package/dist/baloise-design-system/p-b7cef472.js +0 -1
  903. package/dist/baloise-design-system/p-b80d9e4d.js +0 -1
  904. package/dist/baloise-design-system/p-b87c29c80b.entry.js +0 -1
  905. package/dist/baloise-design-system/p-bcca1ed3.system.js +0 -1
  906. package/dist/baloise-design-system/p-bd5de78b2c.entry.js +0 -1
  907. package/dist/baloise-design-system/p-bd74623f0b.system.entry.js +0 -1
  908. package/dist/baloise-design-system/p-be366c8428.entry.js +0 -1
  909. package/dist/baloise-design-system/p-bffc03a66d.entry.js +0 -1
  910. package/dist/baloise-design-system/p-c442bb2db2.entry.js +0 -1
  911. package/dist/baloise-design-system/p-c4e11d3813.entry.js +0 -1
  912. package/dist/baloise-design-system/p-c539ee8edf.entry.js +0 -1
  913. package/dist/baloise-design-system/p-c64f74a007.entry.js +0 -1
  914. package/dist/baloise-design-system/p-c7338c255f.entry.js +0 -1
  915. package/dist/baloise-design-system/p-cb29a218db.entry.js +0 -1
  916. package/dist/baloise-design-system/p-cc0073c153.entry.js +0 -1
  917. package/dist/baloise-design-system/p-ce37dba1.js +0 -1
  918. package/dist/baloise-design-system/p-d14e28eb84.system.entry.js +0 -1
  919. package/dist/baloise-design-system/p-d5c02240d5.entry.js +0 -1
  920. package/dist/baloise-design-system/p-d7c752c6.js +0 -2
  921. package/dist/baloise-design-system/p-dbcf60eced.entry.js +0 -1
  922. package/dist/baloise-design-system/p-de69e6ded1.system.entry.js +0 -1
  923. package/dist/baloise-design-system/p-dec8453a4d.entry.js +0 -1
  924. package/dist/baloise-design-system/p-e088800e47.system.entry.js +0 -1
  925. package/dist/baloise-design-system/p-e6162b978e.entry.js +0 -1
  926. package/dist/baloise-design-system/p-e6f257c59c.entry.js +0 -1
  927. package/dist/baloise-design-system/p-e78a6409.js +0 -1
  928. package/dist/baloise-design-system/p-e7bcca66c5.system.entry.js +0 -1
  929. package/dist/baloise-design-system/p-e833841822.entry.js +0 -1
  930. package/dist/baloise-design-system/p-ec297b3c54.system.entry.js +0 -1
  931. package/dist/baloise-design-system/p-f00b5e9fa4.system.entry.js +0 -1
  932. package/dist/baloise-design-system/p-f0e432e19a.entry.js +0 -1
  933. package/dist/baloise-design-system/p-f22c8e0c59.entry.js +0 -1
  934. package/dist/baloise-design-system/p-f4e7616005.system.entry.js +0 -1
  935. package/dist/baloise-design-system/p-f8c5e9e7.system.js +0 -1
  936. package/dist/cjs/app-globals-ae3a8623.js +0 -11
  937. package/dist/cjs/bal-datepicker.cjs.entry.js +0 -1071
  938. package/dist/cjs/bal-datepicker.i18n-8c3dd510.js +0 -76
  939. package/dist/cjs/index-219b2f52.js +0 -2521
  940. package/dist/cjs/index.esm-54a3d84e.js +0 -7429
  941. package/dist/collection/components/bal-date/utils/calendar.spec.js +0 -304
  942. package/dist/collection/components/bal-datepicker/bal-datepicker.css +0 -1
  943. package/dist/collection/components/bal-datepicker/bal-datepicker.i18n.js +0 -72
  944. package/dist/collection/components/bal-datepicker/bal-datepicker.interfaces.js +0 -4
  945. package/dist/collection/components/bal-datepicker/bal-datepicker.js +0 -1240
  946. package/dist/collection/components/bal-datepicker/bal-datepicker.type.js +0 -1
  947. package/dist/collection/components/bal-file-upload/test/file-validation.util.spec.js +0 -102
  948. package/dist/collection/components/bal-input/test/bal-input-util.spec.js +0 -141
  949. package/dist/collection/components/bal-number-input/bal-number-input.utils.spec.js +0 -402
  950. package/dist/collection/components/bal-pagination/bal-pagination.spec.js +0 -349
  951. package/dist/collection/components/bal-select/test/bal-select-utils.spec.js +0 -99
  952. package/dist/collection/components/bal-time-input/test/bal-time-input.util.spec.js +0 -27
  953. package/dist/collection/utils/date/date.spec.js +0 -137
  954. package/dist/collection/utils/form-input.spec.js +0 -30
  955. package/dist/collection/utils/mask/blocks/mask-block-list.spec.js +0 -73
  956. package/dist/collection/utils/mask/blocks/mask-blocks.spec.js +0 -48
  957. package/dist/collection/utils/mask/component/mask-component-adapter.spec.js +0 -192
  958. package/dist/collection/utils/mask/mask.spec.js +0 -332
  959. package/dist/collection/utils/mask/types/mask-date.spec.js +0 -48
  960. package/dist/collection/utils/string.spec.js +0 -24
  961. package/dist/esm/app-globals-b0dd0fc4.js +0 -9
  962. package/dist/esm/bal-datepicker.entry.js +0 -1067
  963. package/dist/esm/bal-datepicker.i18n-63a3cb67.js +0 -74
  964. package/dist/esm/index-b6003bc7.js +0 -2490
  965. package/dist/esm/index.esm-cc299511.js +0 -7397
  966. package/dist/esm-es5/app-globals-b0dd0fc4.js +0 -1
  967. package/dist/esm-es5/bal-datepicker.entry.js +0 -1
  968. package/dist/esm-es5/bal-datepicker.i18n-63a3cb67.js +0 -1
  969. package/dist/esm-es5/date-6e8f5617.js +0 -1
  970. package/dist/esm-es5/floating-ui.dom.esm-f1cf1077.js +0 -1
  971. package/dist/esm-es5/helpers-c201154e.js +0 -1
  972. package/dist/esm-es5/index-b6003bc7.js +0 -2
  973. package/dist/esm-es5/index.esm-cc299511.js +0 -1
  974. package/dist/esm-es5/mutation.decorator-c7b24839.js +0 -1
  975. package/dist/esm-es5/swipe.subject-f1d64e8d.js +0 -1
  976. package/dist/types/components/bal-datepicker/bal-datepicker.d.ts +0 -221
  977. package/dist/types/components/bal-datepicker/bal-datepicker.i18n.d.ts +0 -10
  978. package/dist/types/components/bal-datepicker/bal-datepicker.interfaces.d.ts +0 -22
  979. package/dist/types/components/bal-datepicker/bal-datepicker.type.d.ts +0 -14
  980. /package/dist/baloise-design-system/{p-8088b32a.js → p-25ccc07f.js} +0 -0
  981. /package/dist/baloise-design-system/{p-3486c48d.system.js → p-a139b8d4.system.js} +0 -0
  982. /package/dist/esm-es5/{tokens.esm-cada8a2a.js → tokens.esm-2ba9c492.js} +0 -0
@@ -0,0 +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-cad67fdc.system.js","./p-0aa1d6a4.system.js","./p-4e59702f.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-a139b8d4.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{overflow:hidden;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}.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--grouped{max-height:0 !important}.bal-list__item--expanding>.bal-list__item__trigger>.bal-list__item__accordion-body{max-height:0}@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:"78f1e89ac8d2bbae824d5a2c6acf960873095a7c",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:"183a52fd932b5624e4b2f5766306f87efa1e4b74",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:"6061cb6e659056e298dca4f1e0180ee103b883ad"})))};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}())}}}));
@@ -0,0 +1,2 @@
1
+ var e=Object.defineProperty,t=new WeakMap,n=e=>t.get(e),o=(e,n)=>t.set(n.t=e,n),l=(e,t)=>t in e,s=(e,t)=>(0,console.error)(e,t),r=new Map,i=new Map,c="slot-fb{display:contents}slot-fb[hidden]{display:none}",f="http://www.w3.org/1999/xlink",u="undefined"!=typeof window?window:{},a=u.document||{head:{}},d={o:0,l:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,o)=>e.addEventListener(t,n,o),rel:(e,t,n,o)=>e.removeEventListener(t,n,o),ce:(e,t)=>new CustomEvent(e,t)},h=e=>{Object.assign(d,e)},p=e=>Promise.resolve(e),m=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),v=!1,y=[],w=[],$=(e,t)=>n=>{e.push(n),v||(v=!0,t&&4&d.o?S(g):d.raf(g))},b=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){s(e)}e.length=0},g=()=>{b(y),b(w),(v=y.length>0)&&d.raf(g)},S=e=>p().then(e),k=$(w,!0),j={},O=e=>"object"==(e=typeof e)||"function"===e;function E(e){var t,n,o;return null!=(o=null==(n=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?o:void 0}((t,n)=>{for(var o in n)e(t,o,{get:n[o],enumerable:!0})})({},{err:()=>x,map:()=>M,ok:()=>C,unwrap:()=>D,unwrapErr:()=>T});var C=e=>({isOk:!0,isErr:!1,value:e}),x=e=>({isOk:!1,isErr:!0,value:e});function M(e,t){if(e.isOk){const n=t(e.value);return n instanceof Promise?n.then((e=>C(e))):C(n)}if(e.isErr)return x(e.value);throw"should never get here"}var R,A,P,D=e=>{if(e.isOk)return e.value;throw e.value},T=e=>{if(e.isErr)return e.value;throw e.value},H=(e,t,...n)=>{let o=null,l=null,s=null,r=!1,i=!1;const c=[],f=t=>{for(let n=0;n<t.length;n++)o=t[n],Array.isArray(o)?f(o):null!=o&&"boolean"!=typeof o&&((r="function"!=typeof e&&!O(o))&&(o+=""),r&&i?c[c.length-1].i+=o:c.push(r?L(null,o):o),i=r)};if(f(n),t){t.key&&(l=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,c,U);const u=L(e,null);return u.u=t,c.length>0&&(u.h=c),u.p=l,u.m=s,u},L=(e,t)=>({o:0,v:e,i:t,$:null,h:null,u:null,p:null,m:null}),N={},U={forEach:(e,t)=>e.map(W).forEach(t),map:(e,t)=>e.map(W).map(t).map(F)},W=e=>({vattrs:e.u,vchildren:e.h,vkey:e.p,vname:e.m,vtag:e.v,vtext:e.i}),F=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),H(e.vtag,t,...e.vchildren||[])}const t=L(e.vtag,e.vtext);return t.u=e.vattrs,t.h=e.vchildren,t.p=e.vkey,t.m=e.vname,t},q=e=>n(e).$hostElement$,B=(e,t,n)=>{const o=q(e);return{emit:e=>G(o,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},G=(e,t,n)=>{const o=d.ce(t,n);return e.dispatchEvent(o),o},I=new WeakMap,V=e=>"sc-"+e.S,_=(e,t,n,o,s,r)=>{if(n!==o){let i=l(e,t),c=t.toLowerCase();if("class"===t){const t=e.classList,l=J(n),s=J(o);t.remove(...l.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!l.includes(e))))}else if("style"===t){for(const t in n)o&&null!=o[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in o)n&&o[t]===n[t]||(t.includes("-")?e.style.setProperty(t,o[t]):e.style[t]=o[t])}else if("key"===t);else if("ref"===t)o&&o(e);else if(i||"o"!==t[0]||"n"!==t[1]){const l=O(o);if((i||l&&null!==o)&&!s)try{if(e.tagName.includes("-"))e[t]=o;else{const l=null==o?"":o;"list"===t?i=!1:null!=n&&e[t]==l||("function"==typeof e.__lookupSetter__(t)?e[t]=l:e.setAttribute(t,l))}}catch(e){}let u=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(t=c,u=!0),null==o||!1===o?!1===o&&""!==e.getAttribute(t)||(u?e.removeAttributeNS(f,t):e.removeAttribute(t)):(!i||4&r||s)&&!l&&(o=!0===o?"":o,u?e.setAttributeNS(f,t,o):e.setAttribute(t,o))}else if(t="-"===t[2]?t.slice(3):l(u,c)?c.slice(2):c[2]+t.slice(3),n||o){const l=t.endsWith(K);t=t.replace(Q,""),n&&d.rel(e,t,n,l),o&&d.ael(e,t,o,l)}}},z=/\s/,J=e=>e?e.split(z):[],K="Capture",Q=RegExp(K+"$"),X=(e,t,n)=>{const o=11===t.$.nodeType&&t.$.host?t.$.host:t.$,l=e&&e.u||j,s=t.u||j;for(const e of Y(Object.keys(l)))e in s||_(o,e,l[e],void 0,n,t.o);for(const e of Y(Object.keys(s)))_(o,e,l[e],s[e],n,t.o)};function Y(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var Z=!1,ee=!1,te=!1,ne=!1,oe=(e,t,n,o)=>{var l;const s=t.h[n];let r,i,c,f=0;if(Z||(te=!0,"slot"===s.v&&(R&&o.classList.add(R+"-s"),s.o|=s.h?2:1)),null!==s.i)r=s.$=a.createTextNode(s.i);else if(1&s.o)r=s.$=a.createTextNode("");else{if(ne||(ne="svg"===s.v),r=s.$=a.createElementNS(ne?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!Z&&2&s.o?"slot-fb":s.v),ne&&"foreignObject"===s.v&&(ne=!1),X(null,s,ne),!!r.getRootNode().querySelector("body")&&null!=R&&r["s-si"]!==R&&r.classList.add(r["s-si"]=R),we(r,o),s.h)for(f=0;f<s.h.length;++f)i=oe(e,s,f,r),i&&r.appendChild(i);"svg"===s.v?ne=!1:"foreignObject"===r.tagName&&(ne=!0)}return r["s-hn"]=P,3&s.o&&(r["s-sr"]=!0,r["s-cr"]=A,r["s-sn"]=s.m||"",r["s-rf"]=null==(l=s.u)?void 0:l.ref,c=e&&e.h&&e.h[n],c&&c.v===s.v&&e.$&&le(e.$,!1)),r},le=(e,t)=>{d.o|=1;const n=Array.from(e.childNodes);for(let e=n.length-1;e>=0;e--){const o=n[e];o["s-hn"]!==P&&o["s-ol"]&&(ve(fe(o),o,ce(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,te=!0),t&&le(o,t)}d.o&=-2},se=(e,t,n,o,l,s)=>{let r,i=e["s-cr"]&&e["s-cr"].parentNode||e;for(i.shadowRoot&&i.tagName===P&&(i=i.shadowRoot);l<=s;++l)o[l]&&(r=oe(null,n,l,e),r&&(o[l].$=r,ve(i,r,ce(t))))},re=(e,t,n)=>{for(let o=t;o<=n;++o){const t=e[o];if(t){const e=t.$;me(t),e&&(ee=!0,e["s-ol"]?e["s-ol"].remove():le(e,!0),e.remove())}}},ie=(e,t,n=!1)=>!(e.v!==t.v||("slot"===e.v?"k"in e&&n&&8!==e.$.nodeType||e.m!==t.m:!n&&e.p!==t.p)),ce=e=>e&&e["s-ol"]||e,fe=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,ue=(e,t,n=!1)=>{const o=t.$=e.$,l=e.h,s=t.h,r=t.v,i=t.i;let c;null===i?(ne="svg"===r||"foreignObject"!==r&&ne,("slot"!==r||Z)&&X(e,t,ne),null!==l&&null!==s?((e,t,n,o,l=!1)=>{let s,r,i=0,c=0,f=0,u=0,a=t.length-1,d=t[0],h=t[a],p=o.length-1,m=o[0],v=o[p];for(;i<=a&&c<=p;)if(null==d)d=t[++i];else if(null==h)h=t[--a];else if(null==m)m=o[++c];else if(null==v)v=o[--p];else if(ie(d,m,l))ue(d,m,l),d=t[++i],m=o[++c];else if(ie(h,v,l))ue(h,v,l),h=t[--a],v=o[--p];else if(ie(d,v,l))"slot"!==d.v&&"slot"!==v.v||le(d.$.parentNode,!1),ue(d,v,l),ve(e,d.$,h.$.nextSibling),d=t[++i],v=o[--p];else if(ie(h,m,l))"slot"!==d.v&&"slot"!==v.v||le(h.$.parentNode,!1),ue(h,m,l),ve(e,h.$,d.$),h=t[--a],m=o[++c];else{for(f=-1,u=i;u<=a;++u)if(t[u]&&null!==t[u].p&&t[u].p===m.p){f=u;break}f>=0?(r=t[f],r.v!==m.v?s=oe(t&&t[c],n,f,e):(ue(r,m,l),t[f]=void 0,s=r.$),m=o[++c]):(s=oe(t&&t[c],n,c,e),m=o[++c]),s&&ve(fe(d.$),s,ce(d.$))}i>a?se(e,null==o[p+1]?null:o[p+1].$,n,o,c,p):c>p&&re(t,i,a)})(o,l,t,s,n):null!==s?(null!==e.i&&(o.textContent=""),se(o,null,t,s,0,s.length-1)):!n&&null!==l&&re(l,0,l.length-1),ne&&"svg"===r&&(ne=!1)):(c=o["s-cr"])?c.parentNode.textContent=i:e.i!==i&&(o.data=i)},ae=e=>{const t=e.childNodes;for(const e of t)if(1===e.nodeType){if(e["s-sr"]){const n=e["s-sn"];e.hidden=!1;for(const o of t)if(o!==e)if(o["s-hn"]!==e["s-hn"]||""!==n){if(1===o.nodeType&&(n===o.getAttribute("slot")||n===o["s-sn"])||3===o.nodeType&&n===o["s-sn"]){e.hidden=!0;break}}else if(1===o.nodeType||3===o.nodeType&&""!==o.textContent.trim()){e.hidden=!0;break}}ae(e)}},de=[],he=e=>{let t,n,o;for(const l of e.childNodes){if(l["s-sr"]&&(t=l["s-cr"])&&t.parentNode){n=t.parentNode.childNodes;const e=l["s-sn"];for(o=n.length-1;o>=0;o--)if(t=n[o],!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==l["s-hn"])if(pe(t,e)){let n=de.find((e=>e.j===t));ee=!0,t["s-sn"]=t["s-sn"]||e,n?(n.j["s-sh"]=l["s-hn"],n.O=l):(t["s-sh"]=l["s-hn"],de.push({O:l,j:t})),t["s-sr"]&&de.map((e=>{pe(e.j,t["s-sn"])&&(n=de.find((e=>e.j===t)),n&&!e.O&&(e.O=n.O))}))}else de.some((e=>e.j===t))||de.push({j:t})}1===l.nodeType&&he(l)}},pe=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,me=e=>{e.u&&e.u.ref&&e.u.ref(null),e.h&&e.h.map(me)},ve=(e,t,n)=>{const o=null==e?void 0:e.insertBefore(t,n);return we(t,e),o},ye=e=>{const t=[];return e&&t.push(...e["s-scs"]||[],e["s-si"],e["s-sc"],...ye(e.parentElement)),t},we=(e,t,n=!1)=>{var o;if(e&&t&&1===e.nodeType){const l=new Set(ye(t).filter(Boolean));if(l.size&&(null==(o=e.classList)||o.add(...e["s-scs"]=Array.from(l)),e["s-ol"]||n))for(const t of Array.from(e.childNodes))we(t,e,!0)}},$e=(e,t)=>{t&&!e.C&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.C=t)))},be=(e,t)=>{if(e.o|=16,!(4&e.o))return $e(e,e.M),k((()=>ge(e,t)));e.o|=512},ge=(e,t)=>{const n=e.t;if(!n)throw Error(`Can't render component <${e.$hostElement$.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let o;return t&&(o=xe(n,"componentWillLoad")),o=Se(o,(()=>xe(n,"componentWillRender"))),Se(o,(()=>je(e,n,t)))},Se=(e,t)=>ke(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),ke=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,je=async(e,t,n)=>{var o;const l=e.$hostElement$,s=l["s-rc"];n&&(e=>{const t=e.R,n=e.$hostElement$,o=t.o,l=((e,t)=>{var n;const o=V(t),l=i.get(o);if(e=11===e.nodeType?e:a,l)if("string"==typeof l){let s,r=I.get(e=e.head||e);if(r||I.set(e,r=new Set),!r.has(o)){{s=a.createElement("style"),s.innerHTML=l;const o=null!=(n=d.A)?n:E(a);if(null!=o&&s.setAttribute("nonce",o),!(1&t.o))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),n=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(s,n)}else if("host"in e)if(m){const t=new CSSStyleSheet;t.replaceSync(l),e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=l+t.innerHTML:e.prepend(s)}else e.append(s);1&t.o&&"HEAD"!==e.nodeName&&e.insertBefore(s,null)}4&t.o&&(s.innerHTML+=c),r&&r.add(o)}}else e.adoptedStyleSheets.includes(l)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return o})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&o&&2&o&&(n["s-sc"]=l,n.classList.add(l+"-h"),2&o&&n.classList.add(l+"-s"))})(e);Oe(e,t,l,n),s&&(s.map((e=>e())),l["s-rc"]=void 0);{const t=null!=(o=l["s-p"])?o:[],n=()=>Ee(e);0===t.length?n():(Promise.all(t).then(n),e.o|=4,t.length=0)}},Oe=(e,t,n,o)=>{try{t=t.render(),e.o&=-17,e.o|=2,((e,t,n=!1)=>{var o,l,s,r;const i=e.$hostElement$,c=e.R,f=e.P||L(null,null),u=(e=>e&&e.v===N)(t)?t:H(null,null,t);if(P=i.tagName,c.D&&(u.u=u.u||{},c.D.map((([e,t])=>u.u[t]=i[e]))),n&&u.u)for(const e of Object.keys(u.u))i.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(u.u[e]=i[e]);if(u.v=null,u.o|=4,e.P=u,u.$=f.$=i.shadowRoot||i,R=i["s-sc"],Z=!!(1&c.o),A=i["s-cr"],ee=!1,ue(f,u,n),d.o|=1,te){he(u.$);for(const e of de){const t=e.j;if(!t["s-ol"]){const e=a.createTextNode("");e["s-nr"]=t,ve(t.parentNode,t["s-ol"]=e,t)}}for(const e of de){const t=e.j,i=e.O;if(i){const e=i.parentNode;let n=i.nextSibling;{let s=null==(o=t["s-ol"])?void 0:o.previousSibling;for(;s;){let o=null!=(l=s["s-nr"])?l:null;if(o&&o["s-sn"]===t["s-sn"]&&e===o.parentNode){for(o=o.nextSibling;o===t||(null==o?void 0:o["s-sr"]);)o=null==o?void 0:o.nextSibling;if(!o||!o["s-nr"]){n=o;break}}s=s.previousSibling}}(!n&&e!==t.parentNode||t.nextSibling!==n)&&t!==n&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),ve(e,t,n),1===t.nodeType&&(t.hidden=null!=(s=t["s-ih"])&&s)),t&&"function"==typeof i["s-rf"]&&i["s-rf"](t)}else 1===t.nodeType&&(n&&(t["s-ih"]=null!=(r=t.hidden)&&r),t.hidden=!0)}}ee&&ae(u.$),d.o&=-2,de.length=0,A=void 0})(e,t,o)}catch(t){s(t,e.$hostElement$)}return null},Ee=e=>{const t=e.$hostElement$,n=e.t,o=e.M;xe(n,"componentDidRender"),64&e.o?xe(n,"componentDidUpdate"):(e.o|=64,Me(t),xe(n,"componentDidLoad"),e.T(t),o||Ce()),e.H(t),e.C&&(e.C(),e.C=void 0),512&e.o&&S((()=>be(e,!1))),e.o&=-517},Ce=()=>{Me(a.documentElement),S((()=>G(u,"appload",{detail:{namespace:"baloise-design-system"}})))},xe=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){s(e)}},Me=e=>e.classList.add("hydrated"),Re=(e,t,o)=>{var l,r;const i=e.prototype;if(t.L||t.N||e.watchers){e.watchers&&!t.N&&(t.N=e.watchers);const c=Object.entries(null!=(l=t.L)?l:{});if(c.map((([e,[l]])=>{31&l||2&o&&32&l?Object.defineProperty(i,e,{get(){return((e,t)=>n(this).U.get(t))(0,e)},set(o){((e,t,o,l)=>{const r=n(e);if(!r)throw Error(`Couldn't find host element for "${l.S}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const i=r.$hostElement$,c=r.U.get(t),f=r.o,u=r.t;if(o=((e,t)=>null==e||O(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(o,l.L[t][0]),(!(8&f)||void 0===c)&&o!==c&&(!Number.isNaN(c)||!Number.isNaN(o))&&(r.U.set(t,o),u)){if(l.N&&128&f){const e=l.N[t];e&&e.map((e=>{try{u[e](o,c,t)}catch(e){s(e,i)}}))}2==(18&f)&&be(r,!1)}})(this,e,o,t)},configurable:!0,enumerable:!0}):1&o&&64&l&&Object.defineProperty(i,e,{value(...t){var o;const l=n(this);return null==(o=null==l?void 0:l.W)?void 0:o.then((()=>{var n;return null==(n=l.t)?void 0:n[e](...t)}))}})})),1&o){const o=new Map;i.attributeChangedCallback=function(e,l,s){d.jmp((()=>{var r;const c=o.get(e);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(i.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const o=n(this),i=null==o?void 0:o.o;if(i&&!(8&i)&&128&i&&s!==l){const n=o.t,i=null==(r=t.N)?void 0:r[e];null==i||i.forEach((t=>{null!=n[t]&&n[t].call(n,s,l,e)}))}return}}this[c]=(null!==s||"boolean"!=typeof this[c])&&s}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(r=t.N)?r:{}),...c.filter((([e,t])=>15&t[0])).map((([e,n])=>{var l;const s=n[1]||e;return o.set(s,e),512&n[0]&&(null==(l=t.D)||l.push([e,s])),s}))]))}}return e},Ae=e=>{xe(e,"connectedCallback")},Pe=e=>{xe(e,"disconnectedCallback")},De=(e,o={})=>{var l;const f=[],h=o.exclude||[],p=u.customElements,v=a.head,y=v.querySelector("meta[charset]"),w=a.createElement("style"),$=[];let b,g=!0;Object.assign(d,o),d.l=new URL(o.resourcesUrl||"./",a.baseURI).href;let k=!1;if(e.map((e=>{e[1].map((o=>{var l;const c={o:o[0],S:o[1],L:o[2],F:o[3]};4&c.o&&(k=!0),c.L=o[2],c.D=[],c.N=null!=(l=o[4])?l:{};const u=c.S,v=class extends HTMLElement{constructor(e){if(super(e),this.hasRegisteredEventListeners=!1,((e,n)=>{const o={o:0,$hostElement$:e,R:n,U:new Map};o.W=new Promise((e=>o.H=e)),o.q=new Promise((e=>o.T=e)),e["s-p"]=[],e["s-rc"]=[],t.set(e,o)})(e=this,c),1&c.o)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${c.S}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else e.attachShadow({mode:"open"})}connectedCallback(){this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),b&&(clearTimeout(b),b=null),g?$.push(this):d.jmp((()=>(e=>{if(!(1&d.o)){const t=n(e),o=t.R,l=()=>{};if(1&t.o)(null==t?void 0:t.t)?Ae(t.t):(null==t?void 0:t.q)&&t.q.then((()=>Ae(t.t)));else{t.o|=1,12&o.o&&(e=>{const t=e["s-cr"]=a.createComment("");t["s-cn"]=!0,ve(e,t,e.firstChild)})(e);{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){$e(t,t.M=n);break}}o.L&&Object.entries(o.L).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),S((()=>(async(e,t,n)=>{let o;if(!(32&t.o)){if(t.o|=32,n.B){const e=(e=>{const t=e.S.replace(/-/g,"_"),n=e.B;if(!n)return;const o=r.get(n);return o?o[t]:import(`./${n}.entry.js`).then((e=>(r.set(n,e),e[t])),s)
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n);if(e&&"then"in e){const t=()=>{};o=await e,t()}else o=e;if(!o)throw Error(`Constructor for "${n.S}#${t.G}" was not found`);o.isProxied||(n.N=o.watchers,Re(o,n,2),o.isProxied=!0);const l=()=>{};t.o|=8;try{new o(t)}catch(e){s(e)}t.o&=-9,t.o|=128,l(),Ae(t.t)}else o=e.constructor,customElements.whenDefined(e.localName).then((()=>t.o|=128));if(o&&o.style){let e;"string"==typeof o.style&&(e=o.style);const t=V(n);if(!i.has(t)){const o=()=>{};((e,t,n)=>{let o=i.get(e);m&&n?(o=o||new CSSStyleSheet,"string"==typeof o?o=t:o.replaceSync(t)):o=t,i.set(e,o)})(t,e,!!(1&n.o)),o()}}}const l=t.M,c=()=>be(t,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()})(e,t,o)))}l()}})(this)))}disconnectedCallback(){d.jmp((()=>(async()=>{if(!(1&d.o)){const e=n(this);(null==e?void 0:e.t)?Pe(e.t):(null==e?void 0:e.q)&&e.q.then((()=>Pe(e.t)))}})()))}componentOnReady(){return n(this).q}};c.B=e[0],h.includes(u)||p.get(u)||(f.push(u),p.define(u,Re(v,c,1)))}))})),f.length>0&&(k&&(w.textContent+=c),w.textContent+=f.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",w.innerHTML.length)){w.setAttribute("data-styles","");const e=null!=(l=d.A)?l:E(a);null!=e&&w.setAttribute("nonce",e),v.insertBefore(w,y?y.nextSibling:v.firstChild)}g=!1,$.length?$.map((e=>e.connectedCallback())):d.jmp((()=>b=setTimeout(Ce,30)))},Te=e=>d.A=e;export{N as H,h as a,De as b,B as c,q as g,H as h,p,o as r,Te as s,k as w}
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(i,t,e,n){function r(i){return i instanceof e?i:new e((function(t){t(i)}))}return new(e||(e=Promise))((function(e,s){function a(i){try{l(n.next(i))}catch(i){s(i)}}function u(i){try{l(n["throw"](i))}catch(i){s(i)}}function l(i){i.done?e(i.value):r(i.value).then(a,u)}l((n=n.apply(i,t||[])).next())}))};var __generator=this&&this.__generator||function(i,t){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,r,s,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(i){return function(t){return l([i,t])}}function l(u){if(n)throw new TypeError("Generator is already executing.");while(a&&(a=0,u[0]&&(e=0)),e)try{if(n=1,r&&(s=u[0]&2?r["return"]:u[0]?r["throw"]||((s=r["return"])&&s.call(r),0):r.next)&&!(s=s.call(r,u[1])).done)return s;if(r=0,s)u=[u[0]&2,s.value];switch(u[0]){case 0:case 1:s=u;break;case 4:e.label++;return{value:u[1],done:false};case 5:e.label++;r=u[1];u=[0];continue;case 7:u=e.ops.pop();e.trys.pop();continue;default:if(!(s=e.trys,s=s.length>0&&s[s.length-1])&&(u[0]===6||u[0]===2)){e=0;continue}if(u[0]===3&&(!s||u[1]>s[0]&&u[1]<s[3])){e.label=u[1];break}if(u[0]===6&&e.label<s[1]){e.label=s[1];s=u;break}if(s&&e.label<s[2]){e.label=s[2];e.ops.push(u);break}if(s[2])e.ops.pop();e.trys.pop();continue}u=t.call(i,e)}catch(i){u=[6,i];r=0}finally{n=s=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++){if(s||!(n in t)){if(!s)s=Array.prototype.slice.call(t,0,n);s[n]=t[n]}}return i.concat(s||Array.prototype.slice.call(t))};System.register(["./p-d67f7321.system.js","./p-6dbef894.system.js","./p-1c41de53.system.js","./p-bf139fe5.system.js","./p-23bdd8dc.system.js","./p-db0895e2.system.js","./p-99cfab9c.system.js","./p-6e5745c8.system.js","./p-ee3c7a38.system.js","./p-6913b916.system.js","./p-df907af8.system.js","./p-2880433e.system.js","./p-4d807f18.system.js","./p-a1f6e944.system.js","./p-b3f2c626.system.js","./p-145d5c4e.system.js"],(function(i){"use strict";var t,e,n,r,s,a,u,l,f,o,c,h,d,b,v,p,y,m,_;return{setters:[function(i){t=i.h;e=i.r;n=i.c;r=i.H;s=i.g},function(i){a=i._;u=i.a},function(i){l=i.a},function(i){f=i.s;o=i.i;c=i.a;h=i.b;d=i.c;b=i.d},function(i){v=i.L},function(i){p=i.B},function(i){y=i.F},function(i){m=i.d},function(i){_=i.L},function(){},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function(){var g={};var j={};Object.defineProperty(j,"__esModule",{value:true});var w={radix:1e3,unit:["b","kb","Mb","Gb","Tb","Pb","Eb","Zb","Yb"]};var k={radix:1024,unit:["b","Kib","Mib","Gib","Tib","Pib","Eib","Zib","Yib"]};var F={radix:1024,unit:["b","Kb","Mb","Gb","Tb","Pb","Eb","Zb","Yb"]};j.SPECS={si:w,iec:k,jedec:F};Object.defineProperty(g,"__esModule",{value:true});var A=j;function x(i,t,e){if(t===void 0){t=1}i=Math.abs(i);var n=A.SPECS[e]||A.SPECS["jedec"],r=n.radix,s=n.unit;var a=0;while(i>=r){i/=r;++a}return i.toFixed(t)+" "+s[a]}var C=g.default=x;var T=p.block("file-upload").element("list");var M=function(i){var e=i.files,n=i.disabled,r=i.subTitle,s=i.onRemoveFile;return t("bal-card",{class:Object.assign({},T.class()),flat:true},t("bal-list",{disabled:n,border:true,size:"large"},e.map((function(i,e){return t("bal-list-item",{key:i.name,disabled:n},t("bal-list-item-icon",null,t("bal-icon",{name:"document"})),t("bal-list-item-content",null,t("bal-list-item-title",null,i.name),t("bal-list-item-subtitle",null,r?r(i):C(i.size))),t("bal-list-item-icon",{right:true,class:{"file-remove":true,"is-clickable":!n},onClick:function(i){return s(i,e)}},t("bal-icon",{name:"trash",color:n?"grey":"danger"})))}))))};var O=function(i){return Array.from(i?i:[])};var E=function(i){var t=new DataTransfer;if(i&&i.length>0){i.forEach((function(i){return t.items.add(i)}))}return t.files};var P=function(i,t,e){var n=[];var r=__spreadArray([],i,true);var s=[];var a=function(a){var u=t[a];if(u){var l=[];if(e.accept&&e.accept.split(" ").join("").split(",").indexOf(u.type)===-1){l.push(y.BAD_EXTENSION)}if(e.maxFileSize!==undefined&&u.size>e.maxFileSize){l.push(y.FILE_TOO_BIG)}var f=r.map((function(i){return i.size})).reduce((function(i,t){return i+t}),0);var o=f+u.size;if(e.maxBundleSize!==undefined&&o>e.maxBundleSize){l.push(y.FILE_SIZE_SUM_TOO_BIG)}var c=r.length+1;if(e.maxFiles!==undefined&&c>e.maxFiles){l.push(y.TOO_MANY_FILES)}var h=function(i,t){return i.size===t.size&&i.name===t.name&&i.type===t.type&&i.lastModified===t.lastModified};var d=i.filter((function(i){return h(i,u)}));if(d.length>0){l.push(y.DUPLICATED_FILE)}if(l.length>0){s.push({file:u,reasons:l})}else{r.push(u);n.push(u)}}};for(var u=0;u<t.length;u++){a(u)}return{validFiles:n,invalidFiles:s}};var S=".bal-file-upload{display:block;position:static;width:100%}.bal-file-upload .file-label{word-break:break-word;white-space:normal}.bal-file-upload .bal-heading{word-break:break-all}.bal-file-upload__card{margin-top:var(--bal-space-normal)}.bal-file-upload__list{padding:0 !important}";var z=S;var G=i("bal_file_upload",function(){function i(i){var t=this;e(this,i);this.balChange=n(this,"balChange",7);this.balFilesAdded=n(this,"balFilesAdded",7);this.balFilesRemoved=n(this,"balFilesRemoved",7);this.balRejectedFile=n(this,"balRejectedFile",7);this.balInputClick=n(this,"balInputClick",7);this.balBlur=n(this,"balBlur",7);this.balFocus=n(this,"balFocus",7);this.fileUploadId="bal-file-upload-".concat(B++);this.initialValue=this.value||[];this.addEventListenerDragAndDrop=function(){if(t.labelEl){t.labelEl.addEventListener("dragenter",t.onDragenter,false);t.labelEl.addEventListener("dragover",t.onDragover,false);t.labelEl.addEventListener("drop",t.onDrop,false)}};this.removeEventListenerDragAndDrop=function(){if(t.labelEl){t.labelEl.removeEventListener("dragenter",t.onDragenter,false);t.labelEl.removeEventListener("dragover",t.onDragover,false);t.labelEl.removeEventListener("drop",t.onDrop,false)}};this.handleFiles=function(i){var e=O(i);var n=P(t.files,e,{accept:t.accept,maxFileSize:t.maxFileSize,maxBundleSize:t.maxBundleSize,maxFiles:t.maxFiles});if(n.invalidFiles.length>0){t.balRejectedFile.emit(n.invalidFiles[0])}if(n.validFiles.length>0){t.files=__spreadArray(__spreadArray([],t.files,true),n.validFiles,true);t.balChange.emit(t.files);t.balFilesAdded.emit(n.validFiles)}t.updateFileInput()};this.updateFileInput=function(){var i;if((i=t.nativeInput)===null||i===void 0?void 0:i.files){t.nativeInput.files=E(t.files)}};this.onDragenter=function(i){f(i)};this.onDragover=function(i){f(i)};this.onDrop=function(i){f(i);if(!t.disabled&&!t.readonly&&!t.loading){var e=i.dataTransfer;if(e){t.handleFiles(e.files)}}};this.onInputChange=function(){var i;if(!t.disabled&&!t.readonly&&!t.loading){if((i=t.nativeInput)===null||i===void 0?void 0:i.files){t.handleFiles(t.nativeInput.files)}}};this.onRemoveFile=function(i,e){f(i);if(e>=0&&e<t.files.length){var n=t.files;var r=n.splice(e,1);t.balFilesRemoved.emit(r);t.files=__spreadArray([],n,true);t.balChange.emit(t.files);t.updateFileInput()}};this.onHostClick=function(i){return o(t,i)};this.onInputFocus=function(i){return c(t,i)};this.onInputBlur=function(i){return h(t,i)};this.onInputClick=function(i){if(t.nativeInput&&!t.disabled&&!t.readonly&&!t.loading){t.nativeInput.value=""}t.balInputClick.emit(i)};this.files=[];this.focused=false;this.ariaForm=m;this.name=this.fileUploadId;this.value=[];this.label="Choose or drop a file...";this.multiple=true;this.disabled=false;this.readonly=false;this.loading=false;this.required=false;this.accept=undefined;this.maxFiles=undefined;this.maxFileSize=undefined;this.maxBundleSize=undefined;this.hasFileList=true;this.invalid=false;this.subTitle=undefined;this.autoInvalidOff=false}i.prototype.createLogger=function(i){this.log=i};i.prototype.onValueChange=function(){if(!l(this.files,this.value)){this.files=this.value}};i.prototype.componentWillLoad=function(){this.onValueChange()};i.prototype.connectedCallback=function(){this.initialValue=this.value||[];this.addEventListenerDragAndDrop()};i.prototype.componentDidLoad=function(){this.addEventListenerDragAndDrop()};i.prototype.disconnectedCallback=function(){this.removeEventListenerDragAndDrop()};i.prototype.resetHandler=function(i){var t=this;var e=i.target;if(e===null||e===void 0?void 0:e.contains(this.el)){this.files=__spreadArray([],this.initialValue,true);clearTimeout(this.resetHandlerTimer);this.resetHandlerTimer=setTimeout((function(){if(t.nativeInput){t.nativeInput.files=E(t.initialValue)}}))}};i.prototype.clear=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(i){this.files=[];this.updateFileInput();return[2]}))}))};i.prototype.setFocus=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(i){d(this);return[2]}))}))};i.prototype.setBlur=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(i){b(this);return[2]}))}))};i.prototype.getInputElement=function(){return Promise.resolve(this.nativeInput)};i.prototype.setAriaForm=function(i){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.ariaForm=Object.assign({},i);return[2]}))}))};i.prototype.render=function(){var i=this;var e=this.ariaForm.controlId||this.fileUploadId;return t(r,{key:"474742770b56c2c9200dc402db53bb4266592c72",onClick:this.onHostClick,"aria-disabled":this.disabled?"true":null,class:{"bal-file-upload":true}},t("div",{key:"8ce2bbbf975c8fb0dfa9b177d1a107401b7d0a33",class:{file:true,"is-disabled":this.disabled||this.readonly||this.loading,"is-danger":this.invalid}},t("label",{key:"c1e836840cf74f73702af305f1d99ebca2de52b8",htmlFor:e,ref:function(t){return i.labelEl=t},class:{"file-label":true,"is-disabled":this.disabled||this.loading||this.readonly}},t("input",{key:"3ae311e7c1c0e550b3551e9f1e70ce65c54c0c83",class:"file-input",type:"file",id:e,"aria-labelledby":this.ariaForm.labelId,"aria-describedby":this.ariaForm.messageId,"aria-invalid":this.invalid===true?"true":"false","aria-disabled":this.disabled?"true":null,name:this.name,multiple:this.multiple,disabled:this.disabled||this.loading||this.readonly,readonly:this.readonly,required:this.required,accept:this.accept,onClick:this.onInputClick,onChange:this.onInputChange,onFocus:this.onInputFocus,onBlur:this.onInputBlur,ref:function(t){return i.nativeInput=t},"data-testid":"bal-file-upload-input"}),this.loading?t("span",{class:"file-cta"},t("bal-spinner",null)):t("span",{class:"file-cta"},t("span",{class:"file-icon"},t("bal-icon",{name:"upload",size:"medium",color:this.disabled||this.loading||this.readonly?"grey-light":this.invalid?"danger":"blue"})),t("span",{class:"file-label","data-testid":"bal-file-upload-label"},this.label)))),this.hasFileList&&this.files.length>0?t(M,{files:this.files,disabled:this.disabled||this.readonly||this.loading,subTitle:this.subTitle,onRemoveFile:this.onRemoveFile}):"")};Object.defineProperty(i.prototype,"el",{get:function(){return s(this)},enumerable:false,configurable:true});Object.defineProperty(i,"watchers",{get:function(){return{value:["onValueChange"]}},enumerable:false,configurable:true});return i}());a([v("bal-file-upload"),u("design:type",Function),u("design:paramtypes",[Function]),u("design:returntype",void 0)],G.prototype,"createLogger",null);a([_("reset",{capture:true,target:"document"}),u("design:type",Function),u("design:paramtypes",[UIEvent]),u("design:returntype",void 0)],G.prototype,"resetHandler",null);var B=0;G.style=z}}}));
@@ -0,0 +1 @@
1
+ import{r as a,h as r,H as l}from"./p-2539ba43.js";import{i as d}from"./p-e581de20.js";import"./p-4573c419.js";const b=class{constructor(r){a(this,r),this.border=!1,this.flat=!1,this.square=!1,this.inverted=!1,this.clickable=!1,this.selected=!1,this.fullheight=!1,this.space="",this.color="white"}get colorTypeClass(){return d(this.color)?"":`is-${this.inverted?"blue":this.color}`}render(){return r(l,{key:"7bc59c101e875eedda1f209d3eb2442ac00b4df5",class:{"bal-card":!0,[`bal-card--${this.colorTypeClass}`]:!d(this.color),[`bal-card--is-${this.space}`]:""!==this.space,"bal-card--has-border":this.border,"bal-card--is-flat":this.flat,"bal-card--is-clickable":this.clickable,"bal-card--is-selected":this.selected,"bal-card--is-square":this.square,"bal-card--has-fullheight":this.fullheight}},r("slot",{key:"577a43d779ac88042185e9bf5d3eb61f663cebad"}))}};b.style=":root{--bal-card-background:transparent;--bal-card-background-white:var(--bal-color-white);--bal-card-background-blue:var(--bal-color-primary);--bal-card-background-primary:var(--bal-color-primary);--bal-card-background-info:var(--bal-color-primary);--bal-card-background-success:var(--bal-color-success-2);--bal-card-background-warning:var(--bal-color-warning-2);--bal-card-background-danger:var(--bal-color-danger-2);--bal-card-background-grey:var(--bal-color-grey);--bal-card-background-red:var(--bal-color-red);--bal-card-background-yellow:var(--bal-color-yellow);--bal-card-background-purple:var(--bal-color-purple);--bal-card-background-green:var(--bal-color-green);--bal-card-background-red-light:var(--bal-color-red-1);--bal-card-background-yellow-light:var(--bal-color-yellow-1);--bal-card-background-purple-light:var(--bal-color-purple-1);--bal-card-background-green-light:var(--bal-color-green-1);--bal-card-background-grey-light:var(--bal-color-grey-1);--bal-card-background-purple-1:var(--bal-color-purple-1);--bal-card-background-purple-2:var(--bal-color-purple-2);--bal-card-background-purple-3:var(--bal-color-purple);--bal-card-background-green-1:var(--bal-color-green-1);--bal-card-background-green-2:var(--bal-color-green-2);--bal-card-background-green-3:var(--bal-color-green);--bal-card-background-red-1:var(--bal-color-red-1);--bal-card-background-red-2:var(--bal-color-red-2);--bal-card-background-red-3:var(--bal-color-red);--bal-card-background-yellow-1:var(--bal-color-yellow-1);--bal-card-background-yellow-2:var(--bal-color-yellow-2);--bal-card-background-yellow-3:var(--bal-color-yellow);--bal-card-selected-background:var(--bal-color-primary-2);--bal-card-radius:var(--bal-radius-large);--bal-card-square-radius:0;--bal-card-border:var(--bal-border-width-normal) dashed var(--bal-color-grey)}.bal-card{position:relative;display:block;background:var(--bal-card-background);-webkit-box-shadow:var(--bal-shadow-normal);box-shadow:var(--bal-shadow-normal);border-radius:var(--bal-card-radius)}.bal-card--is-white{background:var(--bal-card-background-white)}.bal-card--is-blue{background:var(--bal-card-background-blue)}.bal-card--is-primary{background:var(--bal-card-background-primary)}.bal-card--is-info{background:var(--bal-card-background-info)}.bal-card--is-success{background:var(--bal-card-background-success)}.bal-card--is-warning{background:var(--bal-card-background-warning)}.bal-card--is-danger{background:var(--bal-card-background-danger)}.bal-card--is-grey{background:var(--bal-card-background-grey)}.bal-card--is-red{background:var(--bal-card-background-red)}.bal-card--is-yellow{background:var(--bal-card-background-yellow)}.bal-card--is-purple{background:var(--bal-card-background-purple)}.bal-card--is-green{background:var(--bal-card-background-green)}.bal-card--is-red-light{background:var(--bal-card-background-red-light)}.bal-card--is-yellow-light{background:var(--bal-card-background-yellow-light)}.bal-card--is-purple-light{background:var(--bal-card-background-purple-light)}.bal-card--is-green-light{background:var(--bal-card-background-green-light)}.bal-card--is-grey-light{background:var(--bal-card-background-grey-light)}.bal-card--is-purple-1{background:var(--bal-card-background-purple-1)}.bal-card--is-purple-2{background:var(--bal-card-background-purple-2)}.bal-card--is-purple-3{background:var(--bal-card-background-purple-3)}.bal-card--is-green-1{background:var(--bal-card-background-green-1)}.bal-card--is-green-2{background:var(--bal-card-background-green-2)}.bal-card--is-green-3{background:var(--bal-card-background-green-3)}.bal-card--is-red-1{background:var(--bal-card-background-red-1)}.bal-card--is-red-2{background:var(--bal-card-background-red-2)}.bal-card--is-red-3{background:var(--bal-card-background-red-3)}.bal-card--is-yellow-1{background:var(--bal-card-background-yellow-1)}.bal-card--is-yellow-2{background:var(--bal-card-background-yellow-2)}.bal-card--is-yellow-3{background:var(--bal-card-background-yellow-3)}.bal-card--has-fullheight,.bal-card--has-fullheight .bal-card-content,.bal-card--has-fullheight .bal-card-content>.is-flex{height:100%}.bal-card--has-border{border:var(--bal-card-border)}.bal-card--is-flat{-webkit-box-shadow:none;box-shadow:none}.bal-card--is-square{border-radius:var(--bal-card-square-radius)}.bal-card--is-selected{background:var(--bal-card-selected-background)}.bal-card--is-clickable{cursor:pointer;-webkit-transition:-webkit-transform .15s ease-in-out;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out, -webkit-transform .15s ease-in-out}.bal-card--is-clickable:active,.bal-card--is-clickable:hover{-webkit-box-shadow:var(--bal-shadow-large);box-shadow:var(--bal-shadow-large);-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}.bal-card>:not(bal-badge):not(bal-tag):first-child{padding-top:1rem}.bal-card>:not(bal-badge):not(bal-tag):last-child{padding-bottom:1rem}.bal-card>bal-badge+bal-card-title,.bal-card>bal-badge+bal-card-content,.bal-card>bal-tag+bal-card-title,.bal-card>bal-tag+bal-card-content,.bal-card>bal-card-title+bal-card-content,.bal-card>bal-card-subtitle+bal-card-content,.bal-card>bal-card-actions,.bal-card>bal-card-button{padding-top:1rem}.bal-card>.bal-accordion--card-v1{padding-bottom:0 !important}.bal-card bal-card-title,.bal-card bal-card-subtitle,.bal-card bal-card-content,.bal-card bal-card-actions,.bal-card bal-card-button{padding-left:1rem;padding-right:1rem}@media screen and (min-width: 769px),print{.bal-card>:not(bal-badge):not(bal-tag):first-child{padding-top:1.5rem}.bal-card>:not(bal-badge):not(bal-tag):last-child{padding-bottom:1.5rem}.bal-card>bal-badge+bal-card-title,.bal-card>bal-badge+bal-card-content,.bal-card>bal-tag+bal-card-title,.bal-card>bal-tag+bal-card-content,.bal-card>bal-card-title+bal-card-content,.bal-card>bal-card-subtitle+bal-card-content,.bal-card>bal-card-actions,.bal-card>bal-card-button{padding-top:1.5rem}.bal-card>.bal-accordion--card-v1{padding-bottom:0 !important}.bal-card bal-card-title,.bal-card bal-card-subtitle,.bal-card bal-card-content,.bal-card bal-card-actions,.bal-card bal-card-button{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width: 769px),print{.bal-card--is-small>:not(bal-badge):not(bal-tag):first-child{padding-top:1rem}.bal-card--is-small>:not(bal-badge):not(bal-tag):last-child{padding-bottom:1rem}.bal-card--is-small>bal-badge+bal-card-title,.bal-card--is-small>bal-badge+bal-card-content,.bal-card--is-small>bal-tag+bal-card-title,.bal-card--is-small>bal-tag+bal-card-content,.bal-card--is-small>bal-card-title+bal-card-content,.bal-card--is-small>bal-card-subtitle+bal-card-content,.bal-card--is-small>bal-card-actions,.bal-card--is-small>bal-card-button{padding-top:1rem}.bal-card--is-small>.bal-accordion--card-v1{padding-bottom:0 !important}.bal-card--is-small bal-card-title,.bal-card--is-small bal-card-subtitle,.bal-card--is-small bal-card-content,.bal-card--is-small bal-card-actions,.bal-card--is-small bal-card-button{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 769px),print{.bal-card--is-medium>:not(bal-badge):not(bal-tag):first-child{padding-top:1.5rem}.bal-card--is-medium>:not(bal-badge):not(bal-tag):last-child{padding-bottom:1.5rem}.bal-card--is-medium>bal-badge+bal-card-title,.bal-card--is-medium>bal-badge+bal-card-content,.bal-card--is-medium>bal-tag+bal-card-title,.bal-card--is-medium>bal-tag+bal-card-content,.bal-card--is-medium>bal-card-title+bal-card-content,.bal-card--is-medium>bal-card-subtitle+bal-card-content,.bal-card--is-medium>bal-card-actions,.bal-card--is-medium>bal-card-button{padding-top:1.5rem}.bal-card--is-medium>.bal-accordion--card-v1{padding-bottom:0 !important}.bal-card--is-medium bal-card-title,.bal-card--is-medium bal-card-subtitle,.bal-card--is-medium bal-card-content,.bal-card--is-medium bal-card-actions,.bal-card--is-medium bal-card-button{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width: 1024px){.bal-card--is-medium>:not(bal-badge):not(bal-tag):first-child{padding-top:2rem}.bal-card--is-medium>:not(bal-badge):not(bal-tag):last-child{padding-bottom:2rem}.bal-card--is-medium>bal-badge+bal-card-title,.bal-card--is-medium>bal-badge+bal-card-content,.bal-card--is-medium>bal-tag+bal-card-title,.bal-card--is-medium>bal-tag+bal-card-content,.bal-card--is-medium>bal-card-title+bal-card-content,.bal-card--is-medium>bal-card-subtitle+bal-card-content,.bal-card--is-medium>bal-card-actions,.bal-card--is-medium>bal-card-button{padding-top:2rem}.bal-card--is-medium>.bal-accordion--card-v1{padding-bottom:0 !important}.bal-card--is-medium bal-card-title,.bal-card--is-medium bal-card-subtitle,.bal-card--is-medium bal-card-content,.bal-card--is-medium bal-card-actions,.bal-card--is-medium bal-card-button{padding-left:2rem;padding-right:2rem}}@media screen and (min-width: 769px),print{.bal-card--is-large>:not(bal-badge):not(bal-tag):first-child{padding-top:2rem}.bal-card--is-large>:not(bal-badge):not(bal-tag):last-child{padding-bottom:2rem}.bal-card--is-large>bal-badge+bal-card-title,.bal-card--is-large>bal-badge+bal-card-content,.bal-card--is-large>bal-tag+bal-card-title,.bal-card--is-large>bal-tag+bal-card-content,.bal-card--is-large>bal-card-title+bal-card-content,.bal-card--is-large>bal-card-subtitle+bal-card-content,.bal-card--is-large>bal-card-actions,.bal-card--is-large>bal-card-button{padding-top:2rem}.bal-card--is-large>.bal-accordion--card-v1{padding-bottom:0 !important}.bal-card--is-large bal-card-title,.bal-card--is-large bal-card-subtitle,.bal-card--is-large bal-card-content,.bal-card--is-large bal-card-actions,.bal-card--is-large bal-card-button{padding-left:2rem;padding-right:2rem}}@media screen and (min-width: 1024px){.bal-card--is-large>:not(bal-badge):not(bal-tag):first-child{padding-top:4rem}.bal-card--is-large>:not(bal-badge):not(bal-tag):last-child{padding-bottom:4rem}.bal-card--is-large>bal-badge+bal-card-title,.bal-card--is-large>bal-badge+bal-card-content,.bal-card--is-large>bal-tag+bal-card-title,.bal-card--is-large>bal-tag+bal-card-content,.bal-card--is-large>bal-card-title+bal-card-content,.bal-card--is-large>bal-card-subtitle+bal-card-content,.bal-card--is-large>bal-card-actions,.bal-card--is-large>bal-card-button{padding-top:4rem}.bal-card--is-large>.bal-accordion--card-v1{padding-bottom:0 !important}.bal-card--is-large bal-card-title,.bal-card--is-large bal-card-subtitle,.bal-card--is-large bal-card-content,.bal-card--is-large bal-card-actions,.bal-card--is-large bal-card-button{padding-left:4rem;padding-right:4rem}}.bal-card>.bal-tag{position:absolute;left:1rem;top:-1rem}@media screen and (min-width: 1024px){.bal-card>.bal-tag{left:1.5rem}}.bal-card>.bal-tag--is-left{left:1rem}@media screen and (min-width: 1024px){.bal-card>.bal-tag--is-left{left:1.5rem}}.bal-card>.bal-tag--is-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width: 1024px){.bal-card>.bal-tag--is-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.bal-card-title{display:block;position:static}.bal-card-title .title .bal-tag-group,.bal-card-title .title .bal-button-group,.bal-card-title .bal-heading__text .bal-tag-group,.bal-card-title .bal-heading__text .bal-button-group{margin-top:.5rem}@media screen and (min-width: 769px),print{.bal-card-title .bal-heading h3{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bal-card-title .title,.bal-card-title .bal-heading__text{display:-ms-flexbox;display:flex}.bal-card-title .title .bal-tag-group,.bal-card-title .title .bal-button-group,.bal-card-title .bal-heading__text .bal-tag-group,.bal-card-title .bal-heading__text .bal-button-group{margin-top:0;margin-left:.5rem;display:-ms-inline-flexbox;display:inline-flex}.bal-card-title .title .bal-tag-group .bal-tag,.bal-card-title .bal-heading__text .bal-tag-group .bal-tag{margin-top:.125rem}.bal-card-title .title .bal-button-group,.bal-card-title .bal-heading__text .bal-button-group{-ms-flex:1;flex:1}}.bal-card-subtitle{display:block;position:static}.bal-card-content{display:block;position:static;word-break:break-word;text-align:left;font-family:var(--bal-font-family-text);font-size:var(--bal-text-size-normal);line-height:var(--bal-line-height-normal);-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.bal-card-actions{display:block;position:static}.bal-card-button{display:block;position:static}.column bal-card.has-height-auto,.column bal-card.has-height-auto bal-card-content,.column bal-card.has-height-auto bal-card-content>.is-flex{height:100%}";const c=class{constructor(r){a(this,r),this.position=""}render(){return r(l,{key:"78f85e69ecf9184127533a57f8fb53793bf7f49e",class:"bal-card-actions"},r("bal-button-group",{key:"bee1def05a211bffb60f76b69a32cbd9e6d1a536",class:"m-none",position:this.position},r("slot",{key:"d62d486907ed3ef8bcd888464a0ddb32f2dfdcd3"})))}},t=class{constructor(r){a(this,r),this.icon="",this.elementType="button",this.disabled=!1,this.href=void 0,this.target="_self",this.iconRight="",this.loading=!1}render(){return r(l,{key:"a9a6233b6262d6160868017fd254d5a6ad2612ae",class:"bal-card-button"},r("bal-button",{key:"b7a5317e53b75f8d8bb4bbb8dd6ef56325c6676b",color:"info",expanded:!0,"bottom-rounded":!0,icon:this.icon,iconRight:this.iconRight,elementType:this.elementType,disabled:this.disabled,href:this.href,target:this.target,loading:this.loading},r("slot",{key:"9461aa5ace6d22d8c7dd6eff5495dfc4e3232506"})))}},e=class{constructor(r){a(this,r)}render(){return r(l,{key:"3d9b2511b8743f33efeb25ae05691964b938cbcc",class:"bal-card-content"},r("slot",{key:"2085fa6085da72981d7a5fb86eca8979b8d84076"}))}},i=class{constructor(r){a(this,r),this.inverted=!1,this.bold=!1,this.color=""}render(){return r(l,{key:"3c1cf2160f9cca6e5d9b2ce60069a23bedcb590a",class:"bal-card-subtitle"},r("bal-text",{key:"22fab503a09f822fe30a6e06340312c3c080b6a4",bold:this.bold,space:"none",color:this.inverted?"white":this.color},r("slot",{key:"bb28c8fcbfec3ba10184721940a453b22b2b8865"})))}},o=class{constructor(r){a(this,r),this.inverted=!1}render(){return r(l,{key:"7e5021e2cf281b237676f401ca3109a6988b8edc",class:"bal-card-title"},r("bal-heading",{key:"b1a0badb897ba81b3fc25367cdd2155ee5bb7b43",level:"h3",space:"none",inverted:this.inverted},r("slot",{key:"8765c2c2485f4f1a885278070328136ec1402b1a"})))}};export{b as bal_card,c as bal_card_actions,t as bal_card_button,e as bal_card_content,i as bal_card_subtitle,o as bal_card_title}
@@ -0,0 +1 @@
1
+ System.register(["./p-d67f7321.system.js","./p-db0895e2.system.js","./p-a139b8d4.system.js"],(function(e){"use strict";var a,t,c,r,d,b,s,i,f,n,o,h,l,v;return{setters:[function(e){a=e.r;t=e.h;c=e.H;r=e.g},function(e){d=e.B},function(e){b=e.f;s=e.g;i=e.h;f=e.i;n=e.j;o=e.k;h=e.l;l=e.m;v=e.n}],execute:function(){var p=".bal-shape{display:block;overflow:hidden;border-radius:var(--bal-radius-normal);width:66px;height:66px}@media screen and (min-width: 769px),print{.bal-shape{width:120px;height:120px}}@media screen and (min-width: 1024px){.bal-shape{width:198px;height:198px;border-radius:unset}}.bal-shape--is-rotation-0{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.bal-shape--is-rotation-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.bal-shape--is-rotation-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bal-shape--is-rotation-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}";var H=p;var u=e("bal_shape",function(){function e(e){var t=this;a(this,e);this.getHex=function(){var e;switch(t.color){case"green":e=v;break;case"green-light":e=l;break;case"red":e=h;break;case"red-light":e=o;break;case"purple":e=n;break;case"purple-light":e=f;break;case"yellow":e=i;break;case"yellow-light":e=s;break;default:e=b}return e};this.variation="1";this.color="green";this.rotation="0"}e.prototype.render=function(){var e=d.block("shape");var a=[t("g",{key:"d5eb6f2e514c14102db76e006ac910e10a292a2e",id:"e8353d3b-35a2-4e20-9245-0eceed641ae5"},t("g",{key:"97523387b4f6285ce5703706cfbdf91758fc2235",id:"af87362a-72b2-42cf-8efe-c9917dc1f7f6"},t("path",{key:"1801ccf2b5a9198f83860a4d5eba5b2a20b75751",class:"st0",d:"M132,66v66H66V66H132z M132,0v66H66V0H132z M66,0v66H0V6.4C0,4.2,0,3,0.4,2.2c0.4-0.7,1-1.4,1.7-1.7\n C3,0,4.2,0,6.4,0H66z M191.6,0c2.2,0,3.4,0,4.2,0.4c0.7,0.4,1.4,1,1.7,1.7c0.4,0.9,0.4,2,0.4,4.2V66h-66V0H191.6z M0,125.6V66h66\n v66H6.4H0 M198,132v59.6c0,2.2,0,3.4-0.4,4.2c-0.4,0.7-1,1.4-1.7,1.7c-0.9,0.4-2,0.4-4.2,0.4H132v-66H198z"}))),t("g",{key:"b3b9f265a395632430bead0a05cd93e69007c001",id:"b949d602-8478-437e-a171-ad3f26649cb4"},t("g",{key:"7fc20715e27f56ecf346cdf9b2cb2fbca51643f3",id:"ae3574e0-2065-4681-8937-4318b8656147"},t("path",{key:"982cdba6eae902df4fdbc4799c28f8d8ca670429",class:"b9f37b2d-094d-4f18-b17c-7c5acf36f9a6",d:"M132,66v66H66V66ZM191.6,0c2.24,0,3.36,0,4.22.44a4,4,0,0,1,1.74,1.74c.44.86.44,2,.44,4.22V66H132V0ZM66,0V66H0V6.4C0,4.16,0,3,.44,2.18A4,4,0,0,1,2.18.44C3,0,4.16,0,6.4,0Zm0,132v66H6.4c-2.24,0-3.36,0-4.22-.44a4,4,0,0,1-1.74-1.74C0,195,0,193.84,0,191.6V132Zm66,0v66H66V132Zm66,0v59.6c0,2.24,0,3.36-.44,4.22a4,4,0,0,1-1.74,1.74c-.86.44-2,.44-4.22.44H132V132Zm0-66v66H132V66Z"}))),t("g",{key:"386c20e69b6d4bb30c6f7b071059c765d337bbcf",id:"e827a936-cbcd-43b3-971a-aa8f8714fdff"},t("g",{key:"04334c11d48ec0fa51dea5df6b6b42ce8aefcdde",id:"e540dca8-23ca-45dc-b462-df9071c1317d"},t("path",{key:"99db2d7bafde38e77b92919ed447bb3eeb93d938",class:"st0",d:"M132,66v66H66V66H132z M132,0v66H66V0H132z M66,0v66H0V6.4C0,4.2,0,3,0.4,2.2c0.4-0.7,1-1.4,1.7-1.7\n C3,0,4.2,0,6.4,0H66z M66,132v66H6.4c-2.2,0-3.4,0-4.2-0.4c-0.7-0.4-1.4-1-1.7-1.7C0,195,0,193.8,0,191.6V132H66z M132,132v66H66\n v-66H132z M198,132v59.6c0,2.2,0,3.4-0.4,4.2c-0.4,0.7-1,1.4-1.7,1.7c-0.9,0.4-2,0.4-4.2,0.4H132v-66H198z M198,66v66h-66V66"})))];return t(c,{key:"93f3b67cfef8a01eac7ccd0334a4315ee0c67b25",class:Object.assign(Object.assign({},e.class()),e.modifier("is-rotation-".concat(this.rotation)).class())},t("svg",{key:"b90bc3346d6000d65aeeb8a7749d8d777886e9cf",version:"1.1",x:"0px",y:"0px",viewBox:"0 0 198 198",focusable:"false","aria-hidden":"true",fill:this.getHex()},a[parseInt(this.variation)-1]))};Object.defineProperty(e.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});return e}());u.style=H}}}));
@@ -0,0 +1 @@
1
+ import{r as o,c as a,h as e,H as c,g as r}from"./p-2539ba43.js";import{_ as b,a as l}from"./p-43c9f5e9.js";import{B as t}from"./p-ae86d0a0.js";import{s as i}from"./p-63b52c0f.js";import{L as d}from"./p-b77e3348.js";import{F as n}from"./p-ca119357.js";import{i as h}from"./p-33101c54.js";import{B as s,L as v}from"./p-802c6111.js";import"./p-a65354df.js";import"./p-2229e98e.js";import"./p-aafb6696.js";import"./p-acf222fd.js";const k=class{constructor(e){o(this,e),this.balFocus=a(this,"balFocus",7),this.balBlur=a(this,"balBlur",7),this.balFormControlDidLoad=a(this,"balFormControlDidLoad",7),this.keyboardMode=!0,this.onClick=o=>{if(this.disabled||this.readonly)return i(o);const a=o.target;if(a&&a.href)return;const e=this.el.querySelector("bal-checkbox"),c=o.target;e&&c&&(c===e||h(e,c)||(i(o),e.click()))},this.onFocus=o=>{var a;if(this.disabled||this.readonly)return i(o);const e=this.el.querySelector("bal-checkbox"),c=o.target;this.keyboardMode&&(this.focused=!0),e&&c?(c===e||h(e,c))&&(i(o),null===(a=e.querySelector("input"))||void 0===a||a.focus()):this.balFocus.emit()},this.onBlur=o=>{var a;if(this.disabled||this.readonly)return i(o);const e=this.el.querySelector("bal-checkbox"),c=o.target;this.focused=!1,e&&c?(c===e||h(e,c))&&(i(o),null===(a=e.querySelector("input"))||void 0===a||a.blur()):this.balBlur.emit()},this.onPointerDown=()=>this.keyboardMode=!1,this.onKeydown=o=>this.keyboardMode=n.includes(o.key),this.interactionState=s.DefaultState,this.checked=!1,this.focused=!1,this.invalid=void 0,this.disabled=void 0,this.readonly=void 0,this.color=void 0,this.colSize=1,this.colSizeTablet=1,this.colSizeMobile=1}createLogger(o){this.log=o}invalidHandler(){this.updateProps("invalid",["bal-checkbox","bal-icon","bal-label","bal-text"])}disabledHandler(){this.updateProps("disabled",["bal-checkbox","bal-icon","bal-label","bal-text"])}readonlyHandler(){this.updateProps("readonly",["bal-checkbox","bal-icon","bal-label","bal-text"])}connectedCallback(){this.triggerAllHandlers(),this.el.addEventListener("keydown",this.onKeydown),this.el.addEventListener("touchstart",this.onPointerDown),this.el.addEventListener("mousedown",this.onPointerDown)}componentWillLoad(){this.triggerAllHandlers()}componentDidLoad(){this.balFormControlDidLoad.emit(this.el)}disconnectedCallback(){this.el.removeEventListener("keydown",this.onKeydown),this.el.removeEventListener("touchstart",this.onPointerDown),this.el.removeEventListener("mousedown",this.onPointerDown)}elementStateListener(o){this.interactionChildElements.forEach((a=>{a.hovered=o.hovered,a.pressed=o.pressed}))}async setChecked(o=!0){this.checked=o}get interactionChildElements(){return Array.from(this.el.querySelectorAll("bal-label, bal-text, bal-icon, bal-checkbox"))}triggerAllHandlers(){this.disabledHandler(),this.readonlyHandler(),this.invalidHandler()}updateProps(o,a){const e=this[o];void 0!==e&&this.notifyComponents(a,(a=>a[o]=e))}notifyComponents(o,a){this.el.querySelectorAll(o.join(", ")).forEach((o=>a(o)))}render(){const o=t.block("checkbox-button"),a=!!this.disabled||!!this.readonly,r=!!this.invalid,b=!!this.color,l=this.checked&&b;return e(c,{key:"1cc87d4d87494ed93c669658d6b113ecdded148e",class:Object.assign(Object.assign(Object.assign(Object.assign({},o.class()),o.modifier(`column-${this.colSize}`).class(this.colSize>1)),o.modifier(`column-tablet-${this.colSizeTablet}`).class(this.colSizeTablet>1)),o.modifier(`column-mobile-${this.colSizeMobile}`).class(this.colSizeMobile>1)),onClick:this.onClick},e("button",{key:"2875aff0c5511077bbbbf697e589ca2e9cba9861",role:"checkbox",class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},o.element("native").class()),o.element("native").modifier("disabled").class(a)),o.element("native").modifier("invalid").class(r)),o.element("native").modifier("checked").class(this.checked)),o.element("native").modifier("colored").class(l)),o.element("native").modifier(`color-${this.color}`).class(b)),{"bal-focusable":!this.disabled}),disabled:a,onFocus:this.onFocus,onBlur:this.onBlur},e("slot",{key:"e83b0706ab2f9d2c8f39b15a654159448921336a"})))}get el(){return r(this)}static get watchers(){return{invalid:["invalidHandler"],disabled:["disabledHandler"],readonly:["readonlyHandler"]}}};b([d("bal-checkbox-button"),l("design:type",Function),l("design:paramtypes",[Function]),l("design:returntype",void 0)],k.prototype,"createLogger",null),b([v(),l("design:type",Function),l("design:paramtypes",[Object]),l("design:returntype",void 0)],k.prototype,"elementStateListener",null),k.style="@media (hover: hover)and (pointer: fine){.bal-checkbox-button__native.bal-focused{-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}}:root{--bal-radio-checkbox-symbol-size:1.5rem;--bal-radio-checkbox-symbol-width:calc(0.5rem - 1px);--bal-radio-checkbox-symbol-height:calc(0.875rem - 1px);--bal-radio-checkbox-symbol-left:calc(0.5rem + 1px);--bal-radio-checkbox-symbol-margin-top:0.25rem;--bal-radio-checkbox-label-min-height:1.5rem;--bal-radio-checkbox-select-button-background-hover:var(--bal-color-grey-2);--bal-radio-checkbox-select-button-background-active:var(--bal-color-grey-2);--bal-radio-checkbox-select-button-background-checked:var(--bal-color-primary);--bal-radio-checkbox-select-button-background-checked-hover:var(--bal-color-light-blue-5);--bal-radio-checkbox-select-button-background-checked-active:var(--bal-color-primary-6);--bal-radio-checkbox-select-button-background-invalid:var(--bal-color-danger-1);--bal-radio-checkbox-select-button-background-invalid-hover:var(--bal-color-danger-1);--bal-radio-checkbox-select-button-background-invalid-active:var(--bal-color-danger-1);--bal-radio-checkbox-select-button-background-invalid-checked:var(--bal-color-border-danger);--bal-radio-checkbox-select-button-background-invalid-checked-hover:var(--bal-color-danger-5);--bal-radio-checkbox-select-button-background-invalid-checked-active:var(--bal-color-danger-6);--bal-radio-checkbox-select-button-background-disabled-hover-active:var(--bal-color-grey-2);--bal-radio-checkbox-select-button-background-disabled-checked-hover-active:var(--bal-color-border-grey-dark);--bal-radio-checkbox-switch-label-background-before:var(--bal-color-primary-1);--bal-radio-checkbox-switch-label-background-after:var(--bal-color-primary);--bal-radio-checkbox-switch-label-background-hover-after:var(--bal-color-light-blue-5);--bal-radio-checkbox-switch-label-background-active-after:var(--bal-color-primary-6);--bal-radio-checkbox-switch-label-background-checked-before:var(--bal-color-success-4);--bal-radio-checkbox-switch-label-background-checked-after:var(--bal-color-white);--bal-radio-checkbox-switch-label-background-checked-hover-before:var(--bal-color-success-5);--bal-radio-checkbox-switch-label-background-checked-active-before:var(--bal-color-success-6);--bal-radio-checkbox-switch-label-background-invalid-before:var(--bal-color-danger-1);--bal-radio-checkbox-switch-label-background-invalid-after:var(--bal-color-border-danger);--bal-radio-checkbox-switch-label-background-invalid-hover-after:var(--bal-color-danger-6);--bal-radio-checkbox-switch-label-background-invalid-active-after:var(--bal-color-border-danger);--bal-radio-checkbox-switch-label-background-invalid-checked-before:var(--bal-color-danger-4);--bal-radio-checkbox-switch-label-background-invalid-checked-after:var(--bal-color-white);--bal-radio-checkbox-switch-label-background-invalid-checked-hover-before:var(--bal-color-danger-5);--bal-radio-checkbox-switch-label-background-invalid-checked-active-before:var(--bal-color-danger-6);--bal-radio-checkbox-switch-label-background-disabled-hover-active-before:var(--bal-color-grey-3);--bal-radio-checkbox-switch-label-background-disabled-hover-active-after:var(--bal-color-border-grey-dark);--bal-radio-checkbox-switch-label-background-disabled-checked-hover-active-before:var(--bal-color-border-grey-dark);--bal-radio-checkbox-switch-label-background-disabled-checked-hover-active-after:var(--bal-color-white);--bal-radio-checkbox-button-background:transparent;--bal-radio-checkbox-button-background-checked-green:var(--bal-color-green-1);--bal-radio-checkbox-button-background-checked-purple:var(--bal-color-purple-1);--bal-radio-checkbox-button-background-checked-red:var(--bal-color-red-1);--bal-radio-checkbox-button-background-checked-yellow:var(--bal-color-yellow-1);--bal-radio-checkbox-button-background-disabled:var(--bal-color-grey-1);--bal-radio-checkbox-button-background-hover:var(--bal-color-grey-1);--bal-radio-checkbox-select-button-border-color:var(--bal-color-primary);--bal-radio-checkbox-select-button-border-color-hover:var(--bal-color-light-blue-5);--bal-radio-checkbox-select-button-border-color-active:var(--bal-color-primary-6);--bal-radio-checkbox-select-button-border-color-invalid:var(--bal-color-border-danger);--bal-radio-checkbox-select-button-border-color-invalid-hover:var(--bal-color-danger-5);--bal-radio-checkbox-select-button-border-color-invalid-active:var(--bal-color-danger-6);--bal-radio-checkbox-select-button-border-color-invalid-checked:var(--bal-color-border-danger);--bal-radio-checkbox-select-button-border-color-invalid-checked-hover:var(--bal-color-danger-5);--bal-radio-checkbox-select-button-border-color-invalid-checked-active:var(--bal-color-danger-6);--bal-radio-checkbox-select-button-border-color-disabled-hover-active:var(--bal-color-border-grey-dark);--bal-radio-checkbox-select-button-border-color-disabled-checked-hover-active:var(--bal-color-border-grey-dark);--bal-radio-checkbox-button-border-color-hover:var(--bal-color-border-primary-hovered);--bal-radio-checkbox-button-border-color-active:var(--bal-color-border-primary-pressed);--bal-radio-checkbox-button-border-color-invalid-hover:var(--bal-color-border-danger-hovered);--bal-radio-checkbox-button-border-color-invalid-active:var(--bal-color-border-danger-pressed);--bal-radio-checkbox-button-border-color:var(--bal-color-border);--bal-radio-checkbox-button-border-color-checked:var(--bal-color-border-primary);--bal-radio-checkbox-button-border-color-disabled:var(--bal-color-border-grey-dark);--bal-radio-checkbox-button-border-color-invalid:var(--bal-color-border-danger)}.bal-checkbox-button{display:block;position:relative;-ms-flex:0 0 100%;flex:0 0 100%}@media screen and (min-width: 769px),print{.bal-checkbox-button--column-2{-ms-flex:0 0 calc(50% - var(--bal-space-normal)*1/2);flex:0 0 calc(50% - var(--bal-space-normal)*1/2)}.bal-checkbox-button--column-3{-ms-flex:0 0 calc(33.3333333333% - var(--bal-space-normal)*2/3);flex:0 0 calc(33.3333333333% - var(--bal-space-normal)*2/3)}.bal-checkbox-button--column-4{-ms-flex:0 0 calc(25% - var(--bal-space-normal)*3/4);flex:0 0 calc(25% - var(--bal-space-normal)*3/4)}}@media screen and (max-width: 768px){.bal-checkbox-button--column-mobile-2{-ms-flex:0 0 calc(50% - var(--bal-space-normal)*1/2);flex:0 0 calc(50% - var(--bal-space-normal)*1/2)}.bal-checkbox-button--column-mobile-3{-ms-flex:0 0 calc(33.3333333333% - var(--bal-space-normal)*2/3);flex:0 0 calc(33.3333333333% - var(--bal-space-normal)*2/3)}.bal-checkbox-button--column-mobile-4{-ms-flex:0 0 calc(25% - var(--bal-space-normal)*3/4);flex:0 0 calc(25% - var(--bal-space-normal)*3/4)}}@media screen and (min-width: 769px),print{.bal-checkbox-button--column-tablet-2{-ms-flex:0 0 calc(50% - var(--bal-space-normal)*1/2);flex:0 0 calc(50% - var(--bal-space-normal)*1/2)}.bal-checkbox-button--column-tablet-3{-ms-flex:0 0 calc(33.3333333333% - var(--bal-space-normal)*2/3);flex:0 0 calc(33.3333333333% - var(--bal-space-normal)*2/3)}.bal-checkbox-button--column-tablet-4{-ms-flex:0 0 calc(25% - var(--bal-space-normal)*3/4);flex:0 0 calc(25% - var(--bal-space-normal)*3/4)}}@media screen and (min-width: 1024px){.bal-checkbox-button--column-2{-ms-flex:0 0 calc(50% - var(--bal-space-normal)*1/2);flex:0 0 calc(50% - var(--bal-space-normal)*1/2)}.bal-checkbox-button--column-3{-ms-flex:0 0 calc(33.3333333333% - var(--bal-space-normal)*2/3);flex:0 0 calc(33.3333333333% - var(--bal-space-normal)*2/3)}.bal-checkbox-button--column-4{-ms-flex:0 0 calc(25% - var(--bal-space-normal)*3/4);flex:0 0 calc(25% - var(--bal-space-normal)*3/4)}}.bal-checkbox-button__native{display:block;width:100%;height:100%;background:var(--bal-radio-checkbox-button-background);border-style:var(--bal-form-field-control-border-style);border-radius:var(--bal-form-field-control-radius);border-width:var(--bal-form-field-control-border-width);border-color:var(--bal-radio-checkbox-button-border-color);padding:var(--bal-text-size-medium);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bal-checkbox-button__native--checked{border-color:var(--bal-radio-checkbox-button-border-color-checked)}.bal-checkbox-button__native--checked.bal-checkbox-button__native--color-green{background:var(--bal-radio-checkbox-button-background-checked-green)}.bal-checkbox-button__native--checked.bal-checkbox-button__native--color-purple{background:var(--bal-radio-checkbox-button-background-checked-purple)}.bal-checkbox-button__native--checked.bal-checkbox-button__native--color-red{background:var(--bal-radio-checkbox-button-background-checked-red)}.bal-checkbox-button__native--checked.bal-checkbox-button__native--color-yellow{background:var(--bal-radio-checkbox-button-background-checked-yellow)}.bal-checkbox-button__native:disabled,.bal-checkbox-button__native--disabled{background:var(--bal-radio-checkbox-button-background-disabled);border-color:var(--bal-radio-checkbox-button-border-color-disabled);cursor:default}.bal-checkbox-button__native--invalid{border-color:var(--bal-radio-checkbox-button-border-color-invalid)}@media (hover: hover)and (pointer: fine){.bal-checkbox-button__native:hover:not(:disabled):not(.bal-checkbox-button__native--colored){background:var(--bal-radio-checkbox-button-background-hover);border-color:var(--bal-radio-checkbox-button-border-color-hover)}}.bal-checkbox-button__native:active:not(:disabled){border-color:var(--bal-radio-checkbox-button-border-color-active)}@media (hover: hover)and (pointer: fine){.bal-checkbox-button__native--invalid:hover:not(:disabled){border-color:var(--bal-radio-checkbox-button-border-color-invalid-hover)}.bal-checkbox-button__native--invalid:active:not(:disabled){border-color:var(--bal-radio-checkbox-button-border-color-invalid-active)}}";export{k as bal_checkbox_button}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as a,H as e,g as n}from"./p-2539ba43.js";import{_ as s,a as r}from"./p-43c9f5e9.js";import{n as o,t as c,o as d,w as l}from"./p-33101c54.js";import{B as h}from"./p-ae86d0a0.js";import{L as b}from"./p-b77e3348.js";import{L as m}from"./p-69e7c8d6.js";import{s as p}from"./p-63b52c0f.js";import{b as g,d as u}from"./p-50927d70.js";import"./p-a65354df.js";import"./p-2229e98e.js";import"./p-aafb6696.js";const v=class{constructor(a){t(this,a),this.balChange=i(this,"balChange",7),this.balWillAnimate=i(this,"balWillAnimate",7),this.balDidAnimate=i(this,"balDidAnimate",7),this.componentId="bal-accordion-"+f++,this.updateState=(t=!1)=>{this.active?this.expand(t):this.collapse(t)},this.setState=t=>{this.state=t,2===this.version&&(this.updateTriggerElement(),this.updateDetailsElement(),this.updateSummaryElement())},this.updateDetailsElement=()=>{const t=this.detailsElement;t&&(t.state=this.state,t.active=this.active,t.animated=this.animated)},this.updateTriggerElement=()=>{const t=this.triggerElement;t&&(t.state=this.state,t.active=this.active)},this.updateSummaryElement=()=>{const t=this.summaryElement;t&&(t.state=this.state,t.active=this.active)},this.expand=(t=!1)=>{this.active=!0;const i=this.detailsElement,a=this.detailsWrapperElement;return t||null===i||null===a?(this.setState(4),this.active):(4===this.state||(void 0!==this.currentRaf&&cancelAnimationFrame(this.currentRaf),this.shouldAnimate()?o((()=>{this.setState(8),this.currentRaf=o((async()=>{const t=a.offsetHeight,e=c(i,300);i.style.setProperty("max-height",`${t}px`),this.balWillAnimate.emit(this.active),await e,this.setState(4),i.style.removeProperty("max-height"),this.balDidAnimate.emit(this.active)}))})):(this.balWillAnimate.emit(this.active),this.setState(4),this.balDidAnimate.emit(this.active))),this.active)},this.collapse=(t=!1)=>{this.active=!1;const i=this.detailsElement;return t||null===i?(this.setState(1),this.active):(1===this.state||(void 0!==this.currentRaf&&cancelAnimationFrame(this.currentRaf),this.shouldAnimate()?this.currentRaf=o((async()=>{i.style.setProperty("max-height",`${i.offsetHeight}px`),o((async()=>{const t=c(i,300);this.setState(2),this.balDidAnimate.emit(this.active),await t,this.setState(1),i.style.removeProperty("max-height"),this.balDidAnimate.emit(this.active)}))})):(this.balDidAnimate.emit(this.active),this.setState(1),this.balDidAnimate.emit(this.active))),this.active)},this.shouldAnimate=()=>"undefined"!=typeof window&&this.animated,this.onTriggerClickV1=()=>{this.humanToggle()},this.state=1,this.animated=!0,this.active=!1,this.debounce=0,this.openLabel="",this.openIcon="plus",this.closeLabel="",this.closeIcon="close",this.card=!1,this.version=1}createLogger(t){this.log=t}async activeChanged(t,i){t!==i&&(this.active=t,this.updateState())}debounceChanged(){this.balChange=d(this.balChange,this.debounce)}async connectedCallback(){this.debounceChanged(),await l(this.el),this.active&&this.activeChanged(this.active,!1),this.updateState(!0)}async configChanged(t){this.animated=t.animated}async present(){return this.expand()}async dismiss(){return this.collapse()}async toggle(){return this.active?this.collapse():this.expand()}async humanToggle(){return this.active?await this.collapse():await this.expand(),this.balChange.emit(this.active),this.active}get summaryElement(){var t;return(null===(t=this.el)||void 0===t?void 0:t.querySelector(`#${this.componentId}-summary`))||null}get triggerElement(){var t;return(null===(t=this.el)||void 0===t?void 0:t.querySelector(`#${this.componentId}-trigger`))||null}get detailsElement(){var t;return 1===this.version?this.contentEl||null:(null===(t=this.el)||void 0===t?void 0:t.querySelector(`#${this.componentId}-details`))||null}get detailsWrapperElement(){var t;return 1===this.version?this.contentElWrapper||null:(null===(t=this.el)||void 0===t?void 0:t.querySelector(`#${this.componentId}-details > div`))||null}render(){return 2===this.version?this.renderVersion2():this.renderVersion1()}renderVersion2(){const t=h.block("accordion");return a(e,{id:this.componentId,class:Object.assign(Object.assign(Object.assign(Object.assign({},t.class()),t.modifier("active").class(this.active)),t.modifier("card-v2").class(this.card)),t.modifier("animated").class(this.animated))})}renderVersion1(){const t=this.active?this.closeLabel:this.openLabel,i=this.active?this.closeIcon:this.openIcon,n=h.block("accordion"),s=4===this.state||8===this.state,r=s?"button expanded":"button",o=s?"content expanded":"content";return a(e,{id:this.componentId,class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},n.class()),n.modifier("card-v1").class(this.card)),n.modifier("active").class(this.active)),n.modifier("expanding").class(8===this.state)),n.modifier("expanded").class(4===this.state)),n.modifier("collapsing").class(2===this.state)),n.modifier("collapsed").class(1===this.state)),n.modifier("animated").class(this.animated))},a("div",{class:Object.assign({},n.element("wrapper").class())},a("div",{class:Object.assign(Object.assign({},n.element("trigger").class()),n.element("trigger").modifier("card").class(this.card)),"data-testid":"bal-accordion-summary"},a("bal-button",{id:`${this.componentId}-button`,"aria-controls":`${this.componentId}-content`,part:r,"data-testid":"bal-accordion-trigger",expanded:!0,color:"info",icon:i,onClick:this.onTriggerClickV1},t)),a("div",{id:`${this.componentId}-content`,"aria-labelledby":`${this.componentId}-button`,role:"region",part:o,class:Object.assign(Object.assign({},n.element("content").class()),n.element("content").modifier("card").class(this.card)),ref:t=>this.contentEl=t},a("div",{id:`${this.componentId}-content-wrapper`,"data-testid":"bal-accordion-details",class:Object.assign({},n.element("content").element("wrapper").class()),ref:t=>this.contentElWrapper=t},a("slot",null)))))}get el(){return n(this)}static get watchers(){return{active:["activeChanged"],debounce:["debounceChanged"]}}};s([b("bal-accordion"),r("design:type",Function),r("design:paramtypes",[Function]),r("design:returntype",void 0)],v.prototype,"createLogger",null),s([m(),r("design:type",Function),r("design:paramtypes",[Object]),r("design:returntype",Promise)],v.prototype,"configChanged",null);let f=0;v.style=".bal-accordion{display:block;position:relative;width:100%}.bal-accordion--card-v1,.bal-accordion--card-v2{margin-top:var(--bal-space-medium)}@media screen and (min-width: 769px),print{.bal-accordion--card-v1,.bal-accordion--card-v2{margin-top:var(--bal-space-medium-tablet)}}@media screen and (min-width: 1024px){.bal-accordion--card-v1,.bal-accordion--card-v2{margin-top:var(--bal-space-medium-desktop)}}.bal-accordion--card-v2{padding-left:var(--bal-space-medium);padding-right:var(--bal-space-medium);padding-bottom:var(--bal-space-medium)}@media screen and (min-width: 769px),print{.bal-accordion--card-v2{padding-left:var(--bal-space-medium-tablet);padding-right:var(--bal-space-medium-tablet);padding-bottom:var(--bal-space-medium-tablet)}}@media screen and (min-width: 1024px){.bal-accordion--card-v2{padding-left:var(--bal-space-medium-desktop);padding-right:var(--bal-space-medium-desktop);padding-bottom:var(--bal-space-medium-desktop)}}.bal-accordion__wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.bal-accordion__trigger--card{margin-left:var(--bal-space-medium);margin-right:var(--bal-space-medium);margin-bottom:var(--bal-space-medium)}@media screen and (min-width: 769px),print{.bal-accordion__trigger--card{margin-left:var(--bal-space-medium-tablet);margin-right:var(--bal-space-medium-tablet);margin-bottom:var(--bal-space-medium-tablet)}}@media screen and (min-width: 1024px){.bal-accordion__trigger--card{margin-left:var(--bal-space-medium-desktop);margin-right:var(--bal-space-medium-desktop);margin-bottom:var(--bal-space-medium-desktop)}}.bal-accordion__content--card{margin-left:var(--bal-space-medium);margin-right:var(--bal-space-medium)}@media screen and (min-width: 769px),print{.bal-accordion__content--card{margin-left:var(--bal-space-medium-tablet);margin-right:var(--bal-space-medium-tablet)}}@media screen and (min-width: 1024px){.bal-accordion__content--card{margin-left:var(--bal-space-medium-desktop);margin-right:var(--bal-space-medium-desktop)}}.bal-accordion--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-accordion--animated .bal-accordion__content{-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-accordion__content{overflow:hidden;will-change:max-height}.bal-accordion--collapsing .bal-accordion__content{max-height:0 !important}.bal-accordion--collapsed .bal-accordion__content{display:none}.bal-accordion--expanding .bal-accordion__content{max-height:0}@media (prefers-reduced-motion: reduce){.bal-accordion,.bal-accordion__content{-webkit-transition:none !important;transition:none !important}}";const _=class{constructor(i){t(this,i),this.componentId="bal-accordion-details-"+x++,this.updateAccordionId=()=>{var t;return this.parentAccordionId=null===(t=this.parentAccordionElement)||void 0===t?void 0:t.id},this.parentAccordionId=void 0,this.state=1,this.active=!1,this.animated=!0}createLogger(t){this.log=t}connectedCallback(){this.updateAccordionId()}componentWillRender(){this.updateAccordionId()}get parentAccordionElement(){var t;return(null===(t=this.el)||void 0===t?void 0:t.closest("bal-accordion"))||null}render(){const t=h.block("accordion").element("details"),i=t.element("container").element("wrapper"),n=this.parentAccordionId?`${this.parentAccordionId}-details`:this.componentId,s=4===this.state||8===this.state?"content expanded":"content";return a(e,{key:"46658e9e2842371f4faac02f3666f908f48000a2",id:n,class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},t.class()),t.modifier("active").class(this.active)),t.modifier("expanding").class(8===this.state)),t.modifier("expanded").class(4===this.state)),t.modifier("collapsing").class(2===this.state)),t.modifier("collapsed").class(1===this.state)),t.modifier("animated").class(this.animated))},a("div",{key:"4e2616b9946f33ce3a30c396f200dd2a8c16eed4",id:`${n}-content`,"aria-labelledby":`${this.parentAccordionId}-trigger-button`,role:"region",part:s,class:Object.assign({},i.class()),"data-testid":"bal-accordion-details"},a("slot",{key:"76467aaa5660e88ab9a208fdf0577f203f000fcf"})))}get el(){return n(this)}};s([b("bal-accordion-details"),r("design:type",Function),r("design:paramtypes",[Function]),r("design:returntype",void 0)],_.prototype,"createLogger",null);let x=0;_.style=".bal-accordion__details{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;will-change:max-height;min-block-size:auto;min-height:auto;min-inline-size:auto;min-width:auto}.bal-accordion__details--animated{-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-accordion__details--collapsing{max-height:0 !important}.bal-accordion__details--collapsed{display:none}.bal-accordion__details--expanding{max-height:0}@media (prefers-reduced-motion: reduce){.bal-accordion__details{-webkit-transition:none !important;transition:none !important}}";const y=class{constructor(i){t(this,i),this.componentId="bal-accordion-summary-"+w++,this.updateAccordionId=()=>{var t;return this.parentAccordionId=null===(t=this.parentAccordionElement)||void 0===t?void 0:t.id},this.onClick=t=>{var i;p(t),null===(i=this.parentAccordionElement)||void 0===i||i.humanToggle()},this.onKeyDown=t=>{var i;(g(t)||u(t))&&(p(t),null===(i=this.parentAccordionElement)||void 0===i||i.humanToggle())},this.parentAccordionId=void 0,this.trigger=!1,this.active=!1,this.state=1}createLogger(t){this.log=t}connectedCallback(){const t=this.parentAccordionElement;t&&(t.version=2),this.updateAccordionId()}disconnectedCallback(){const t=this.parentAccordionElement;t&&(t.version=1),this.updateAccordionId()}get parentAccordionElement(){var t;return(null===(t=this.el)||void 0===t?void 0:t.closest("bal-accordion"))||null}render(){const t=h.block("accordion").element("summary");let i={};return this.trigger&&(i={"aria-controls":`${this.parentAccordionId}-details-content`,role:"button",tabindex:0,part:4===this.state||8===this.state?"button expanded":"button","data-testid":"bal-accordion-button",onClick:this.onClick,onKeyDown:this.onKeyDown}),a(e,Object.assign({key:"c3a6c35f68b01dcfe81b8e87a8a31b3c87db771c",id:this.parentAccordionId?`${this.parentAccordionId}-summary`:this.componentId,class:Object.assign(Object.assign(Object.assign(Object.assign({},t.class()),t.modifier("trigger").class(this.trigger)),t.modifier("inner-trigger").class(!this.trigger)),{"bal-focused":this.trigger})},i,{"data-testid":"bal-accordion-summary"}))}get el(){return n(this)}};s([b("bal-accordion-summary"),r("design:type",Function),r("design:paramtypes",[Function]),r("design:returntype",void 0)],y.prototype,"createLogger",null);let w=0;y.style="@media (hover: hover)and (pointer: fine){.bal-accordion__summary--trigger:focus-visible{-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}}.bal-accordion__summary{position:static;display:block}.bal-accordion__summary--trigger{cursor:pointer}";const j=class{constructor(i){t(this,i),this.componentId="bal-accordion-trigger-"+k++,this.updateAccordionId=()=>{var t;return this.parentAccordionId=null===(t=this.parentAccordionElement)||void 0===t?void 0:t.id},this.onClick=t=>{var i;p(t),null===(i=this.parentAccordionElement)||void 0===i||i.humanToggle()},this.parentAccordionId=void 0,this.button=!1,this.openLabel="",this.openIcon="caret-down",this.closeLabel="",this.closeIcon="",this.color="info",this.size="",this.active=!1,this.state=1}createLogger(t){this.log=t}connectedCallback(){this.updateAccordionId()}componentWillRender(){this.updateAccordionId()}get parentAccordionElement(){var t;return(null===(t=this.el)||void 0===t?void 0:t.closest("bal-accordion"))||null}get parentAccordionSummaryElement(){var t;return(null===(t=this.el)||void 0===t?void 0:t.closest("bal-accordion-summary"))||null}render(){const t=h.block("accordion").element("trigger"),i=this.parentAccordionId?`${this.parentAccordionId}-trigger`:this.componentId,n=this.active?this.closeLabel:this.openLabel;let s=!1,r=this.active?this.closeIcon:this.openIcon;""!==this.closeIcon&&null!=this.closeIcon||(s=this.active,r=this.openIcon||"caret-down");const o=4===this.state||8===this.state?"button expanded":"button",c=this.parentAccordionSummaryElement;let d={tabindex:-1};return c&&!c.trigger&&(d={tabindex:0}),a(e,{key:"af0ac1bbf7cb49a28ad9e481d3cf41f377c3d434",id:i,class:Object.assign({},t.class())},this.button?a("bal-button",{id:`${i}-button`,"aria-controls":`${this.parentAccordionId}-details-content`,part:o,"data-testid":"bal-accordion-trigger",expanded:!0,icon:r,iconTurn:s,color:this.color,size:this.size,onClick:this.onClick},n):a("button",Object.assign({class:Object.assign(Object.assign({},t.element("button").class()),{"bal-focused":c&&!c.trigger}),id:`${i}-button`,"aria-controls":`${this.parentAccordionId}-details-content`,"aria-label":"accordion trigger",part:o,"data-testid":"bal-accordion-trigger",onClick:this.onClick},d),a("bal-icon",{turn:s,name:r})))}get el(){return n(this)}};s([b("bal-accordion-trigger"),r("design:type",Function),r("design:paramtypes",[Function]),r("design:returntype",void 0)],j.prototype,"createLogger",null);let k=0;j.style="@media (hover: hover)and (pointer: fine){.bal-accordion__trigger__button.bal-focused:focus-visible{-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}}.bal-accordion__trigger{position:static;display:block}.bal-accordion__trigger__button{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,0);border:none;height:3rem;width:3rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}";export{v as bal_accordion,_ as bal_accordion_details,y as bal_accordion_summary,j as bal_accordion_trigger}
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(a,e,o,c){function b(a){return a instanceof o?a:new o((function(e){e(a)}))}return new(o||(o=Promise))((function(o,l){function r(a){try{d(c.next(a))}catch(a){l(a)}}function i(a){try{d(c["throw"](a))}catch(a){l(a)}}function d(a){a.done?o(a.value):b(a.value).then(r,i)}d((c=c.apply(a,e||[])).next())}))};var __generator=this&&this.__generator||function(a,e){var o={label:0,sent:function(){if(l[0]&1)throw l[1];return l[1]},trys:[],ops:[]},c,b,l,r;return r={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(r[Symbol.iterator]=function(){return this}),r;function i(a){return function(e){return d([a,e])}}function d(i){if(c)throw new TypeError("Generator is already executing.");while(r&&(r=0,i[0]&&(o=0)),o)try{if(c=1,b&&(l=i[0]&2?b["return"]:i[0]?b["throw"]||((l=b["return"])&&l.call(b),0):b.next)&&!(l=l.call(b,i[1])).done)return l;if(b=0,l)i=[i[0]&2,l.value];switch(i[0]){case 0:case 1:l=i;break;case 4:o.label++;return{value:i[1],done:false};case 5:o.label++;b=i[1];i=[0];continue;case 7:i=o.ops.pop();o.trys.pop();continue;default:if(!(l=o.trys,l=l.length>0&&l[l.length-1])&&(i[0]===6||i[0]===2)){o=0;continue}if(i[0]===3&&(!l||i[1]>l[0]&&i[1]<l[3])){o.label=i[1];break}if(i[0]===6&&o.label<l[1]){o.label=l[1];l=i;break}if(l&&o.label<l[2]){o.label=l[2];o.ops.push(i);break}if(l[2])o.ops.pop();o.trys.pop();continue}i=e.call(a,o)}catch(a){i=[6,a];b=0}finally{c=l=0}if(i[0]&5)throw i[1];return{value:i[0]?i[1]:void 0,done:true}}};System.register(["./p-d67f7321.system.js","./p-6dbef894.system.js","./p-4d807f18.system.js","./p-db0895e2.system.js","./p-b52ad8d5.system.js","./p-23bdd8dc.system.js","./p-8949aa8b.system.js","./p-bf139fe5.system.js","./p-6e5745c8.system.js","./p-ee3c7a38.system.js","./p-d97dc6a8.system.js","./p-c72bd76c.system.js","./p-738ca720.system.js","./p-a1f6e944.system.js","./p-b3f2c626.system.js","./p-145d5c4e.system.js","./p-eecefb0a.system.js"],(function(a){"use strict";var e,o,c,b,l,r,i,d,t,h,n,k,s,x,_,u,v,f,g;return{setters:[function(a){e=a.r;o=a.c;c=a.h;b=a.H;l=a.g},function(a){r=a._;i=a.a},function(a){d=a.i;t=a.u},function(a){h=a.B},function(a){n=a.F},function(a){k=a.L},function(a){s=a.i},function(a){x=a.s},function(a){_=a.d},function(a){u=a.L},function(a){v=a.d},function(a){f=a.L},function(a){g=a.L},function(){},function(){},function(){},function(){}],execute:function(){var w='@media (hover: hover)and (pointer: fine){.bal-radio-checkbox.bal-focused .bal-radio-checkbox__input:not(.bal-radio-checkbox__input--select-button)+.bal-radio-checkbox__label::before,.bal-radio-checkbox.bal-focused.bal-radio-checkbox--select-button{-webkit-box-shadow:var(--bal-focus-shadow) !important;box-shadow:var(--bal-focus-shadow) !important}}:root{--bal-radio-checkbox-symbol-size:1.5rem;--bal-radio-checkbox-symbol-width:calc(0.5rem - 1px);--bal-radio-checkbox-symbol-height:calc(0.875rem - 1px);--bal-radio-checkbox-symbol-left:calc(0.5rem + 1px);--bal-radio-checkbox-symbol-margin-top:0.25rem;--bal-radio-checkbox-label-min-height:1.5rem;--bal-radio-checkbox-select-button-background-hover:var(--bal-color-grey-2);--bal-radio-checkbox-select-button-background-active:var(--bal-color-grey-2);--bal-radio-checkbox-select-button-background-checked:var(--bal-color-primary);--bal-radio-checkbox-select-button-background-checked-hover:var(--bal-color-light-blue-5);--bal-radio-checkbox-select-button-background-checked-active:var(--bal-color-primary-6);--bal-radio-checkbox-select-button-background-invalid:var(--bal-color-danger-1);--bal-radio-checkbox-select-button-background-invalid-hover:var(--bal-color-danger-1);--bal-radio-checkbox-select-button-background-invalid-active:var(--bal-color-danger-1);--bal-radio-checkbox-select-button-background-invalid-checked:var(--bal-color-border-danger);--bal-radio-checkbox-select-button-background-invalid-checked-hover:var(--bal-color-danger-5);--bal-radio-checkbox-select-button-background-invalid-checked-active:var(--bal-color-danger-6);--bal-radio-checkbox-select-button-background-disabled-hover-active:var(--bal-color-grey-2);--bal-radio-checkbox-select-button-background-disabled-checked-hover-active:var(--bal-color-border-grey-dark);--bal-radio-checkbox-switch-label-background-before:var(--bal-color-primary-1);--bal-radio-checkbox-switch-label-background-after:var(--bal-color-primary);--bal-radio-checkbox-switch-label-background-hover-after:var(--bal-color-light-blue-5);--bal-radio-checkbox-switch-label-background-active-after:var(--bal-color-primary-6);--bal-radio-checkbox-switch-label-background-checked-before:var(--bal-color-success-4);--bal-radio-checkbox-switch-label-background-checked-after:var(--bal-color-white);--bal-radio-checkbox-switch-label-background-checked-hover-before:var(--bal-color-success-5);--bal-radio-checkbox-switch-label-background-checked-active-before:var(--bal-color-success-6);--bal-radio-checkbox-switch-label-background-invalid-before:var(--bal-color-danger-1);--bal-radio-checkbox-switch-label-background-invalid-after:var(--bal-color-border-danger);--bal-radio-checkbox-switch-label-background-invalid-hover-after:var(--bal-color-danger-6);--bal-radio-checkbox-switch-label-background-invalid-active-after:var(--bal-color-border-danger);--bal-radio-checkbox-switch-label-background-invalid-checked-before:var(--bal-color-danger-4);--bal-radio-checkbox-switch-label-background-invalid-checked-after:var(--bal-color-white);--bal-radio-checkbox-switch-label-background-invalid-checked-hover-before:var(--bal-color-danger-5);--bal-radio-checkbox-switch-label-background-invalid-checked-active-before:var(--bal-color-danger-6);--bal-radio-checkbox-switch-label-background-disabled-hover-active-before:var(--bal-color-grey-3);--bal-radio-checkbox-switch-label-background-disabled-hover-active-after:var(--bal-color-border-grey-dark);--bal-radio-checkbox-switch-label-background-disabled-checked-hover-active-before:var(--bal-color-border-grey-dark);--bal-radio-checkbox-switch-label-background-disabled-checked-hover-active-after:var(--bal-color-white);--bal-radio-checkbox-button-background:transparent;--bal-radio-checkbox-button-background-checked-green:var(--bal-color-green-1);--bal-radio-checkbox-button-background-checked-purple:var(--bal-color-purple-1);--bal-radio-checkbox-button-background-checked-red:var(--bal-color-red-1);--bal-radio-checkbox-button-background-checked-yellow:var(--bal-color-yellow-1);--bal-radio-checkbox-button-background-disabled:var(--bal-color-grey-1);--bal-radio-checkbox-button-background-hover:var(--bal-color-grey-1);--bal-radio-checkbox-select-button-border-color:var(--bal-color-primary);--bal-radio-checkbox-select-button-border-color-hover:var(--bal-color-light-blue-5);--bal-radio-checkbox-select-button-border-color-active:var(--bal-color-primary-6);--bal-radio-checkbox-select-button-border-color-invalid:var(--bal-color-border-danger);--bal-radio-checkbox-select-button-border-color-invalid-hover:var(--bal-color-danger-5);--bal-radio-checkbox-select-button-border-color-invalid-active:var(--bal-color-danger-6);--bal-radio-checkbox-select-button-border-color-invalid-checked:var(--bal-color-border-danger);--bal-radio-checkbox-select-button-border-color-invalid-checked-hover:var(--bal-color-danger-5);--bal-radio-checkbox-select-button-border-color-invalid-checked-active:var(--bal-color-danger-6);--bal-radio-checkbox-select-button-border-color-disabled-hover-active:var(--bal-color-border-grey-dark);--bal-radio-checkbox-select-button-border-color-disabled-checked-hover-active:var(--bal-color-border-grey-dark);--bal-radio-checkbox-button-border-color-hover:var(--bal-color-border-primary-hovered);--bal-radio-checkbox-button-border-color-active:var(--bal-color-border-primary-pressed);--bal-radio-checkbox-button-border-color-invalid-hover:var(--bal-color-border-danger-hovered);--bal-radio-checkbox-button-border-color-invalid-active:var(--bal-color-border-danger-pressed);--bal-radio-checkbox-button-border-color:var(--bal-color-border);--bal-radio-checkbox-button-border-color-checked:var(--bal-color-border-primary);--bal-radio-checkbox-button-border-color-disabled:var(--bal-color-border-grey-dark);--bal-radio-checkbox-button-border-color-invalid:var(--bal-color-border-danger)}bal-radio .bal-radio-checkbox__label::before,bal-radio .bal-radio-checkbox__label::after{margin-top:0px !important}.bal-radio-checkbox-group{display:inline-block;position:relative;width:100%}.bal-radio-checkbox-group__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--bal-space-normal)}.bal-radio-checkbox-group__inner--select-button{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex:1;flex:1;gap:var(--bal-space-x-small)}@media screen and (min-width: 769px),print{.bal-radio-checkbox-group__inner--select-button{-ms-flex-direction:row;flex-direction:row}}.bal-radio-checkbox-group__inner--expanded{-ms-flex-align:stretch;align-items:stretch}.bal-radio-checkbox-group__inner--expanded .bal-radio-checkbox{-ms-flex:1;flex:1}@media screen and (max-width: 768px){.bal-radio-checkbox-group__inner--expanded .bal-radio-checkbox{width:100%}}.bal-radio-checkbox-group__inner--select-button.bal-radio-checkbox-group__inner--vertical{gap:var(--bal-space-x-small)}.bal-radio-checkbox-group__inner--vertical{-ms-flex-direction:column;flex-direction:column;border-radius:var(--bal-radius-normal);gap:0}@media screen and (min-width: 769px),print{.bal-radio-checkbox-group__inner--vertical{-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width: 768px){.bal-radio-checkbox-group__inner--vertical-mobile{-ms-flex-direction:column;flex-direction:column;border-radius:var(--bal-radius-normal);gap:0}}.bal-radio-checkbox{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;outline:none;min-width:1.5rem;min-height:3rem}.bal-radio-checkbox--flat:not(.bal-radio-checkbox--select-button){min-height:1.5rem}.bal-radio-checkbox__input{position:absolute !important;left:0;top:0;margin:0;padding:0;opacity:0;outline:0;border:none;width:1px;height:1px;clip:rect(1px, 1px, 1px, 1px);overflow:hidden}.bal-radio-checkbox--invisible{position:absolute !important;left:0;top:0;margin:0;padding:0;opacity:0;outline:0;border:none;width:1px;height:1px;clip:rect(1px, 1px, 1px, 1px);overflow:hidden}.bal-radio-checkbox:not(.bal-radio-checkbox--disabled),.bal-radio-checkbox:not(.bal-radio-checkbox--disabled) input,.bal-radio-checkbox:not(.bal-radio-checkbox--disabled) input+label,.bal-radio-checkbox:not(.bal-radio-checkbox--disabled) input+label>span{cursor:pointer}.bal-radio-checkbox__label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;line-height:1.5rem;contain:layout style;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:left;min-height:var(--bal-radio-checkbox-label-min-height);font-family:var(--bal-font-family-text)}.bal-radio-checkbox__label__text{padding-left:2rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;padding-top:.25rem;padding-bottom:.25rem}.bal-radio-checkbox__label__text--hidden{padding-left:0;display:none}.bal-radio-checkbox__label__text--flat{padding-top:0;padding-bottom:0}.bal-radio-checkbox__label--flat:not(.bal-radio-checkbox--select-button)::before,.bal-radio-checkbox__label--flat:not(.bal-radio-checkbox--select-button)::after{top:0px !important}.bal-radio-checkbox__label--hidden::before,.bal-radio-checkbox__label--hidden::after{top:0px !important}.bal-radio-checkbox__label::before,.bal-radio-checkbox__label::after{display:inline-block;position:absolute;left:0;top:.25rem;height:var(--bal-radio-checkbox-symbol-size);width:var(--bal-radio-checkbox-symbol-size);background-color:rgba(0,0,0,0);background-position:center;background-repeat:no-repeat;background-size:var(--bal-radio-checkbox-symbol-size) var(--bal-radio-checkbox-symbol-size)}.bal-radio-checkbox__label::before{content:"";border-style:var(--bal-form-field-control-border-style);border-width:2px}.bal-radio-checkbox__label::after{content:none}.bal-radio-checkbox__label--checked::after{content:""}.bal-radio-checkbox__label--radio::before,.bal-radio-checkbox__label--radio::after{border-radius:50%}.bal-radio-checkbox__label--radio::after{left:0;-webkit-transform:scale(0.25);transform:scale(0.25)}.bal-radio-checkbox__label--checkbox::before{border-radius:var(--bal-form-field-control-radius)}.bal-radio-checkbox__label--checkbox::after{border-top:0;border-right-style:var(--bal-form-field-control-border-style);border-right-width:2px;border-bottom-style:var(--bal-form-field-control-border-style);border-bottom-width:2px;border-left:0;border-radius:1px;width:var(--bal-radio-checkbox-symbol-width);height:var(--bal-radio-checkbox-symbol-height);left:var(--bal-radio-checkbox-symbol-left);margin-top:var(--bal-radio-checkbox-symbol-margin-top);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bal-radio-checkbox .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-primary);background:var(--bal-color-transparent)}.bal-radio-checkbox .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-primary)}.bal-radio-checkbox .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-primary)}.bal-radio-checkbox:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before,.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-light-blue-5);background:var(--bal-color-grey-2)}.bal-radio-checkbox:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after,.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-light-blue-5)}.bal-radio-checkbox:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after,.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-light-blue-5)}.bal-radio-checkbox:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before,.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-blue-6);background:var(--bal-color-grey-2)}.bal-radio-checkbox:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after,.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-blue-6)}.bal-radio-checkbox:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after,.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-blue-6)}.bal-radio-checkbox--invalid .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-border-danger);background:var(--bal-color-danger-1)}.bal-radio-checkbox--invalid .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--invalid .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-border-danger)}.bal-radio-checkbox--invalid .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--invalid .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-border-danger)}.bal-radio-checkbox--invalid:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before,.bal-radio-checkbox--invalid.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-danger-5);background:var(--bal-color-danger-1)}.bal-radio-checkbox--invalid:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after,.bal-radio-checkbox--invalid.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--invalid:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--invalid.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-danger-5)}.bal-radio-checkbox--invalid:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after,.bal-radio-checkbox--invalid.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--invalid:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--invalid.bal-radio-checkbox--hovered .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-danger-5)}.bal-radio-checkbox--invalid:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before,.bal-radio-checkbox--invalid.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-danger-6);background:var(--bal-color-danger-1)}.bal-radio-checkbox--invalid:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after,.bal-radio-checkbox--invalid.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--invalid:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--invalid.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-danger-6)}.bal-radio-checkbox--invalid:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after,.bal-radio-checkbox--invalid.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--invalid:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--invalid.bal-radio-checkbox--pressed .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-danger-6)}.bal-radio-checkbox--disabled .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before,.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before,.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-border-grey-dark);background:var(--bal-color-grey-2)}.bal-radio-checkbox--disabled .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after,.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after,.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--disabled .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-border-grey-dark)}.bal-radio-checkbox--disabled .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after,.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after,.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--disabled .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-border-grey-dark)}.bal-radio-checkbox .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-primary)}.bal-radio-checkbox:hover .bal-radio-checkbox__label .bal-radio-checkbox__label__text,.bal-radio-checkbox--hovered .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-light-blue-5)}.bal-radio-checkbox:active .bal-radio-checkbox__label .bal-radio-checkbox__label__text,.bal-radio-checkbox--pressed .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-blue-6)}.bal-radio-checkbox--invalid .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-border-danger)}.bal-radio-checkbox--invalid:hover .bal-radio-checkbox__label .bal-radio-checkbox__label__text,.bal-radio-checkbox--invalid.bal-radio-checkbox--hovered .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-danger-5)}.bal-radio-checkbox--invalid:active .bal-radio-checkbox__label .bal-radio-checkbox__label__text,.bal-radio-checkbox--invalid.bal-radio-checkbox--pressed .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-danger-6)}.bal-radio-checkbox--disabled .bal-radio-checkbox__label .bal-radio-checkbox__label__text,.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label .bal-radio-checkbox__label__text,.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label .bal-radio-checkbox__label__text,.bal-radio-checkbox--disabled.bal-radio-checkbox--hovered .bal-radio-checkbox__label .bal-radio-checkbox__label__text,.bal-radio-checkbox--disabled.bal-radio-checkbox--pressed .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-text-grey)}.bal-radio-checkbox--inline{display:inline}.bal-radio-checkbox--select-button{padding-left:.75rem;padding-right:.75rem;min-width:3rem;border-width:2px;border-style:var(--bal-form-field-control-border-style);border-radius:var(--bal-form-field-control-radius);border-color:var(--bal-radio-checkbox-select-button-border-color)}.bal-radio-checkbox--select-button:hover{border-color:var(--bal-radio-checkbox-select-button-border-color-hover);background:var(--bal-radio-checkbox-select-button-background-hover)}.bal-radio-checkbox--select-button:active{border-color:var(--bal-radio-checkbox-select-button-border-color-active);background:var(--bal-radio-checkbox-select-button-background-active)}.bal-radio-checkbox--select-button label::before{top:unset}.bal-radio-checkbox--select-button label::after{top:unset;margin-top:-3px}.bal-radio-checkbox--select-button .bal-radio-checkbox__label--flat::before{top:unset !important}.bal-radio-checkbox--select-button .bal-radio-checkbox__label--flat::after{margin-top:-3px;top:unset !important}.bal-radio-checkbox--select-button .bal-radio-checkbox__label--flat .bal-radio-checkbox__label__text--flat{padding-top:.25rem;padding-bottom:.25rem}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked{background:var(--bal-radio-checkbox-select-button-background-checked)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked .bal-radio-checkbox__label .bal-radio-checkbox__label__text .is-link{color:var(--bal-radio-checkbox-select-button-link-text-color-checked)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:hover{background:var(--bal-radio-checkbox-select-button-background-checked-hover)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:active{background:var(--bal-radio-checkbox-select-button-background-checked-active)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-white);background:var(--bal-color-transparent)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-primary)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-primary)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-white);background:var(--bal-color-transparent)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-light-blue-5)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-light-blue-5)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-white);background:var(--bal-color-transparent)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-blue-6)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-blue-6)}.bal-radio-checkbox--select-button.bal-radio-checkbox--checked:active .bal-radio-checkbox__label .bal-radio-checkbox__label__text{color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid{border-color:var(--bal-radio-checkbox-select-button-border-color-invalid);background:var(--bal-radio-checkbox-select-button-background-invalid)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid .bal-radio-checkbox__label .bal-radio-checkbox__label__text .is-link{color:var(--bal-form-field-label-danger-color)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid:hover{border-color:var(--bal-radio-checkbox-select-button-border-color-invalid-hover);background:var(--bal-radio-checkbox-select-button-background-invalid-hover)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid:active{border-color:var(--bal-radio-checkbox-select-button-border-color-invalid-active);background:var(--bal-radio-checkbox-select-button-background-invalid-active)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked{border-color:var(--bal-radio-checkbox-select-button-border-color-invalid-checked);background:var(--bal-radio-checkbox-select-button-background-invalid-checked)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:hover{border-color:var(--bal-radio-checkbox-select-button-border-color-invalid-checked-hover);background:var(--bal-radio-checkbox-select-button-background-invalid-checked-hover)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:active{border-color:var(--bal-radio-checkbox-select-button-border-color-invalid-checked-active);background:var(--bal-radio-checkbox-select-button-background-invalid-checked-active)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-white);background:var(--bal-color-transparent)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-border-danger)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-border-danger)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-white);background:var(--bal-color-transparent)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-danger-5)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-danger-5)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-white);background:var(--bal-color-transparent)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-danger-6)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-danger-6)}.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled:hover,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled:active{border-color:var(--bal-radio-checkbox-select-button-border-color-disabled-hover-active);background:var(--bal-radio-checkbox-select-button-background-disabled-hover-active)}.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled .bal-radio-checkbox__label .bal-radio-checkbox__label__text .is-link,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label .bal-radio-checkbox__label__text .is-link,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label .bal-radio-checkbox__label__text .is-link{color:var(--bal-form-field-label-disabled-color)}.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:hover,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:active{border-color:var(--bal-radio-checkbox-select-button-border-color-disabled-checked-hover-active);background:var(--bal-radio-checkbox-select-button-background-disabled-checked-hover-active)}.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch)::before{border-color:var(--bal-color-white);background:var(--bal-color-transparent)}.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::after{background:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--radio.bal-radio-checkbox__label--checked::before{background:var(--bal-color-border-grey-dark)}.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox::after{border-right-color:var(--bal-color-white);border-bottom-color:var(--bal-color-white)}.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before,.bal-radio-checkbox--select-button.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:active .bal-radio-checkbox__label:not(.bal-radio-checkbox__label--switch).bal-radio-checkbox__label--checkbox.bal-radio-checkbox__label--checked::before{background:var(--bal-color-border-grey-dark)}.bal-radio-checkbox--switch{min-width:2.5rem}.bal-radio-checkbox--switch .bal-radio-checkbox__label{padding-left:1rem}.bal-radio-checkbox--switch .bal-radio-checkbox__label::before{border-radius:1.5rem;position:absolute;display:block;top:0;left:0;width:2.5rem;height:1.5rem;border:1.6px solid rgba(0,0,0,0);content:"";-webkit-transition:left .25s ease-out,background .25s ease-out;transition:left .25s ease-out,background .25s ease-out;margin-top:.25rem}.bal-radio-checkbox--switch .bal-radio-checkbox__label::after{border:none;margin:0;border-radius:50%;display:block;position:absolute;top:.25rem !important;left:.25rem;width:1rem;height:1rem;z-index:2;margin-top:.25rem;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:left .25s ease-out,background .25s ease-out;transition:left .25s ease-out,background .25s ease-out;content:""}.bal-radio-checkbox--switch .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-before)}.bal-radio-checkbox--switch .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-after)}.bal-radio-checkbox--switch:hover .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-hover-after)}.bal-radio-checkbox--switch:active .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-active-after)}.bal-radio-checkbox--switch.bal-radio-checkbox--flat .bal-radio-checkbox__label::before,.bal-radio-checkbox--switch.bal-radio-checkbox--flat .bal-radio-checkbox__label::after{margin-top:0}.bal-radio-checkbox--switch.bal-radio-checkbox--checked .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-checked-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--checked .bal-radio-checkbox__label::after{left:1.25rem;background:var(--bal-radio-checkbox-switch-label-background-checked-after)}.bal-radio-checkbox--switch.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-checked-hover-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--checked:active .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-checked-active-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--invalid .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-invalid-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--invalid .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-invalid-after)}.bal-radio-checkbox--switch.bal-radio-checkbox--invalid:hover .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-invalid-hover-after)}.bal-radio-checkbox--switch.bal-radio-checkbox--invalid:active .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-invalid-active-after)}.bal-radio-checkbox--switch.bal-radio-checkbox--invalid.bal-radio-checkbox--checked .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-invalid-checked-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--invalid.bal-radio-checkbox--checked .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-invalid-checked-after)}.bal-radio-checkbox--switch.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-invalid-checked-hover-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--invalid.bal-radio-checkbox--checked:active .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-invalid-checked-active-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--disabled .bal-radio-checkbox__label::before,.bal-radio-checkbox--switch.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label::before,.bal-radio-checkbox--switch.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-disabled-hover-active-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--disabled .bal-radio-checkbox__label::after,.bal-radio-checkbox--switch.bal-radio-checkbox--disabled:hover .bal-radio-checkbox__label::after,.bal-radio-checkbox--switch.bal-radio-checkbox--disabled:active .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-disabled-hover-active-after)}.bal-radio-checkbox--switch.bal-radio-checkbox--disabled.bal-radio-checkbox--checked .bal-radio-checkbox__label::before,.bal-radio-checkbox--switch.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label::before,.bal-radio-checkbox--switch.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:active .bal-radio-checkbox__label::before{background:var(--bal-radio-checkbox-switch-label-background-disabled-checked-hover-active-before)}.bal-radio-checkbox--switch.bal-radio-checkbox--disabled.bal-radio-checkbox--checked .bal-radio-checkbox__label::after,.bal-radio-checkbox--switch.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:hover .bal-radio-checkbox__label::after,.bal-radio-checkbox--switch.bal-radio-checkbox--disabled.bal-radio-checkbox--checked:active .bal-radio-checkbox__label::after{background:var(--bal-radio-checkbox-switch-label-background-disabled-checked-hover-active-after)}.bal-radio-checkbox__icon{position:absolute !important;left:5.5px;z-index:1}.bal-radio-checkbox__icon--hidden{display:none !important}';var p=w;var m=a("bal_radio",function(){function a(a){var c=this;e(this,a);this.balFocus=o(this,"balFocus",7);this.balBlur=o(this,"balBlur",7);this.balChange=o(this,"balChange",7);this.inputId="bal-rb-".concat(y++);this.inheritedAttributes={};this.keyboardMode=true;this.onKeypress=function(a){if(v(a)){var e=a.target;if(e.href){return}if(e.nodeName==="INPUT"&&!c.disabled&&!c.readonly){c.toggleChecked();a.preventDefault()}else{x(a)}}};this.onClick=function(a){var e;var o=a.target;if(o.href){return}if(o.nodeName!=="INPUT"&&!c.disabled&&!c.readonly){c.toggleChecked();(e=c.nativeInput)===null||e===void 0?void 0:e.focus();a.preventDefault()}else{x(a)}};this.onFocus=function(a){if(c.disabled||c.readonly){c.focused=false;return x(a)}c.balFocus.emit(a);if(c.keyboardMode){c.focused=true}};this.onBlur=function(a){if(c.disabled||c.readonly){return x(a)}c.balBlur.emit(a);c.focused=false};this.onPointerDown=function(){return c.keyboardMode=false};this.onKeydown=function(a){return c.keyboardMode=n.includes(a.key)};this.checked=false;this.focused=false;this.buttonTabindex=undefined;this.ariaForm=_;this.name=this.inputId;this.value=undefined;this.label="";this.invisible=false;this.labelHidden=false;this.flat=false;this.interface="radio";this.disabled=false;this.readonly=false;this.required=false;this.nonSubmit=false;this.invalid=false;this.hovered=false;this.pressed=false}a.prototype.createLogger=function(a){this.log=a};a.prototype.connectedCallback=function(){if(this.value===undefined){this.value=this.inputId}var a=this.radioButton;var e=this.radioGroup;if(a||e){this.updateState()}if(e){e.addEventListener("balInput",this.updateState)}this.el.addEventListener("keydown",this.onKeydown);this.el.addEventListener("touchstart",this.onPointerDown);this.el.addEventListener("mousedown",this.onPointerDown)};a.prototype.componentWillLoad=function(){this.inheritedAttributes=s(this.el,["aria-label","tabindex","title"])};a.prototype.disconnectedCallback=function(){var a=this.radioGroup;if(a){a.removeEventListener("balInput",this.updateState)}this.el.removeEventListener("keydown",this.onKeydown);this.el.removeEventListener("touchstart",this.onPointerDown);this.el.removeEventListener("mousedown",this.onPointerDown)};a.prototype.listenOnClick=function(a){if((this.disabled||this.readonly)&&a.target&&(a.target===this.el||d(this.el,a.target))){x(a)}};a.prototype.setFocus=function(a){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){a.stopPropagation();a.preventDefault();this.nativeInput.focus();this.focused=true;return[2]}))}))};a.prototype.setButtonTabindex=function(a){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){if(this.radioButton){this.buttonTabindex=-1}else{this.buttonTabindex=a}return[2]}))}))};a.prototype.getInputElement=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(a){return[2,Promise.resolve(this.nativeInput)]}))}))};a.prototype.getOption=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(a){return[2,this.option]}))}))};a.prototype.updateState=function(){return __awaiter(this,void 0,void 0,(function(){var a;return __generator(this,(function(e){if(this.radioGroup){a=this.radioGroup.value===this.value;if(a!==this.checked){this.checked=a}}if(this.radioButton){this.buttonTabindex=-1;if(this.radioButton.setChecked){this.radioButton.setChecked(this.checked)}}return[2]}))}))};a.prototype.setAriaForm=function(a){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.ariaForm=Object.assign({},a);return[2]}))}))};Object.defineProperty(a.prototype,"radioButton",{get:function(){return this.el.closest("bal-radio-button")},enumerable:false,configurable:true});Object.defineProperty(a.prototype,"radioGroup",{get:function(){return this.el.closest("bal-radio-group")},enumerable:false,configurable:true});Object.defineProperty(a.prototype,"option",{get:function(){return{name:this.name,value:this.value,label:this.label,labelHidden:this.labelHidden,flat:this.flat,interface:this.interface,disabled:this.disabled,readonly:this.readonly,required:this.required,nonSubmit:this.nonSubmit,invisible:this.invisible,invalid:this.invalid}},enumerable:false,configurable:true});a.prototype.toggleChecked=function(){this.checked=!this.checked;this.balChange.emit(this.checked);this.updateState()};a.prototype.render=function(){var a=this;var e=h.block("radio-checkbox");var o=e.element("input");var l=e.element("label");var r=l.element("text");var i=this.focused&&this.buttonTabindex!==-1;var d=typeof this.value==="boolean"?JSON.stringify(this.value):this.value;var t=this.inheritedAttributes;if(this.buttonTabindex!==undefined){t.tabIndex=this.buttonTabindex}var n=this.ariaForm.controlId||this.inputId;var k=this.ariaForm.labelId||null;var s=this.labelHidden?"span":"label";var x={};if(!this.labelHidden){k="".concat(k||""," ").concat(n,"-lbl").trim();x.id="".concat(n,"-lbl");x.htmlFor=n}return c(b,{key:"d8027f12093f1564c38b859a1e4dab25e75eba64","aria-checked":"".concat(this.checked),"aria-disabled":this.disabled?"true":null,"aria-hidden":this.disabled?"true":null,"aria-focused":i?"true":null,class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({"bal-focused":i},e.class()),e.modifier("radio").class()),e.modifier("select-button").class(this.interface==="select-button")),e.modifier("invalid").class(this.invalid)),e.modifier("checked").class(this.checked)),e.modifier("flat").class(this.flat)),e.modifier("disabled").class(this.disabled||this.readonly)),e.modifier("hovered").class(this.hovered)),e.modifier("pressed").class(this.pressed)),e.modifier("invisible").class(this.invisible)),onKeypress:this.onKeypress,onClick:this.onClick},c("input",Object.assign({key:"0b1a0313d4161c9f6725f7c8234f49d3678f5fa2",class:Object.assign(Object.assign({},o.class()),o.modifier("select-button").class(this.interface==="select-button")),"data-testid":"bal-radio-input",type:"radio",id:n,"aria-labelledby":k,"aria-describedby":this.ariaForm.messageId,"aria-invalid":this.invalid===true?"true":"false","aria-disabled":this.disabled?"true":null,"aria-checked":"".concat(this.checked),name:this.name,value:d,checked:this.checked,disabled:this.disabled||this.nonSubmit,readonly:this.readonly,required:this.required,onFocus:this.onFocus,onBlur:this.onBlur,ref:function(e){return a.nativeInput=e}},t)),!this.invisible?c(s,Object.assign({class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},l.class()),l.modifier("radio").class()),l.modifier("checked").class(this.checked)),l.modifier("hidden").class(this.labelHidden)),l.modifier("flat").class(this.flat))},x,{"data-testid":"bal-radio-label"}),c("span",{class:Object.assign(Object.assign(Object.assign({},r.class()),r.modifier("hidden").class(this.labelHidden)),r.modifier("flat").class(this.flat)),"data-testid":"bal-radio-text"},this.label,c("slot",null))):"")};Object.defineProperty(a.prototype,"el",{get:function(){return l(this)},enumerable:false,configurable:true});return a}());r([k("bal-radio"),i("design:type",Function),i("design:paramtypes",[Function]),i("design:returntype",void 0)],m.prototype,"createLogger",null);r([u("click",{capture:true,target:"document"}),i("design:type",Function),i("design:paramtypes",[UIEvent]),i("design:returntype",void 0)],m.prototype,"listenOnClick",null);var y=0;m.style=p;var j=a("bal_radio_group",function(){function a(a){var c=this;e(this,a);this.balChange=o(this,"balChange",7);this.balFocus=o(this,"balFocus",7);this.balBlur=o(this,"balBlur",7);this.inputId="bal-rg-".concat(O++);this.inheritedAttributes={};this.hasFocus=false;this.mutationObserverActive=true;this.onOptionChange=function(){return __awaiter(c,void 0,void 0,(function(){return __generator(this,(function(a){this.setRadioTabindex(this.value);this.setRadioChecked();return[2]}))}))};this.setRadioTabindex=function(a){var e=c.getRadios();var o=e.find((function(a){return!a.disabled}));var b=e.find((function(e){return e.value===a&&!e.disabled}));if(!o&&!b){return}var l=b||o;for(var r=0,i=e;r<i.length;r++){var d=i[r];var t=d===l?0:-1;d.setButtonTabindex(t)}};this.onClick=function(a){var e=a.target;if(e.href){return}a.preventDefault();var o=a.target&&a.target.closest("bal-radio");if(o&&!o.disabled&&!o.readonly){var b=c.value;var l=o.value;if(l!==b){c.value=l}else if(c.allowEmptySelection){c.value=undefined}c.balChange.emit(c.value)}};this.ariaForm=_;this.options=undefined;this.allowEmptySelection=false;this.name=this.inputId;this.value=undefined;this.interface=undefined;this.vertical=false;this.verticalOnMobile=false;this.expanded=false;this.invalid=undefined;this.disabled=undefined;this.readonly=undefined;this.grid=1;this.columnsTablet=1;this.columnsMobile=1;this.autoInvalidOff=false}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.mutationObserverActive=this.options===undefined;return[2]}))}))};a.prototype.valueChanged=function(){this.onOptionChange()};a.prototype.invalidChanged=function(a){if(a!==undefined){this.getRadios().forEach((function(e){e.invalid=a}));this.getRadioButtons().forEach((function(e){e.invalid=a}))}};a.prototype.disabledChanged=function(a){if(a!==undefined){this.getRadios().forEach((function(e){e.disabled=a}));this.getRadioButtons().forEach((function(e){e.disabled=a}))}};a.prototype.readonlyChanged=function(a){if(a!==undefined){this.getRadios().forEach((function(e){e.readonly=a}));this.getRadioButtons().forEach((function(e){e.readonly=a}))}};a.prototype.columnsChanged=function(a){this.getRadioButtons().forEach((function(e){return e.colSize=a}))};a.prototype.columnsTabletChanged=function(a){this.getRadioButtons().forEach((function(e){return e.colSizeTablet=a}))};a.prototype.columnsMobileChanged=function(a){this.getRadioButtons().forEach((function(e){return e.colSizeMobile=a}))};a.prototype.connectedCallback=function(){this.initialValue=this.value;this.mutationObserverActive=this.options===undefined};a.prototype.componentWillLoad=function(){this.setRadioInterface();this.disabledChanged(this.disabled);this.readonlyChanged(this.readonly);this.invalidChanged(this.invalid);this.columnsChanged(this.grid);this.columnsTabletChanged(this.columnsTablet);this.columnsMobileChanged(this.columnsMobile);this.onOptionChange();this.inheritedAttributes=s(this.el,["aria-label","tabindex","title"])};a.prototype.focusInListener=function(a){this.balFocus.emit(a)};a.prototype.focusOutListener=function(a){this.balBlur.emit(a)};a.prototype.mutationListener=function(){this.setRadioInterface();this.disabledChanged(this.disabled);this.readonlyChanged(this.readonly);this.invalidChanged(this.invalid);this.columnsChanged(this.grid);this.columnsTabletChanged(this.columnsTablet);this.columnsMobileChanged(this.columnsMobile);this.onOptionChange()};a.prototype.listenOnClick=function(a){if(d(this.el,a.target)){x(a)}};a.prototype.radioFocusListener=function(a){var e=a.target;if(e&&d(this.el,e)&&t(e,"bal-radio")){x(a)}};a.prototype.radioBlurListener=function(a){var e=a.target;if(e&&d(this.el,e)&&t(e,"bal-radio")){x(a)}};a.prototype.resetListener=function(a){var e=a.target;if(e===null||e===void 0?void 0:e.contains(this.el)){this.value=this.initialValue}};a.prototype.onKeydown=function(a){if(a.target&&!this.el.contains(a.target)){return}var e=this.getRadios().filter((function(a){return!a.disabled}));var o=a.target.closest("bal-radio");if(o&&e.includes(o)){var c=e.findIndex((function(a){return a===o}));var b=e[c];var l=void 0;if(["ArrowDown","ArrowRight"].includes(a.code)){l=c===e.length-1?e[0]:e[c+1]}if(["ArrowUp","ArrowLeft"].includes(a.code)){l=c===0?e[e.length-1]:e[c-1]}if(l&&e.includes(l)){l.setFocus(a);this.value=l.value;this.balChange.emit(this.value)}if(["Space"].includes(a.code)){this.value=this.allowEmptySelection&&this.value!==undefined?undefined:b.value;a.preventDefault()}}};a.prototype.setValue=function(a){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.value=a;return[2]}))}))};a.prototype.getOptionByValue=function(a){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(o){e=this.options;if(e){return[2,e.find((function(e){return e.value===a}))]}return[2,undefined]}))}))};a.prototype.setAriaForm=function(a){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.ariaForm=Object.assign({},a);return[2]}))}))};a.prototype.setRadioInterface=function(){var a=this;this.getRadios().forEach((function(e){if(a.interface){e.interface=a.interface}}))};a.prototype.setRadioChecked=function(){this.getRadios().forEach((function(a){if(a.updateState){a.updateState()}}))};a.prototype.getRadios=function(){return Array.from(this.el.querySelectorAll("bal-radio"))};a.prototype.getRadioButtons=function(){return Array.from(this.el.querySelectorAll("bal-radio-button"))};a.prototype.render=function(){var a=this;var e=h.block("radio-checkbox-group");var o=e.element("inner");var l=this.options||[];var r=l.map((function(a){if(typeof a.html==="function"){return Object.assign(Object.assign({},a),{html:a.html()})}return a}));return c(b,Object.assign({class:Object.assign({},e.class()),role:"radiogroup","aria-labelledby":this.ariaForm.labelId,"aria-describedby":this.ariaForm.messageId,"aria-disabled":this.disabled?"true":null,onClick:this.onClick},this.inheritedAttributes),c("div",{class:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},o.class()),o.modifier("vertical-mobile").class(this.verticalOnMobile)),o.modifier("vertical").class(this.vertical)),o.modifier("expanded").class(this.expanded)),o.modifier("select-button").class(this.interface==="select-button"))},c("slot",null),r.map((function(e){return c("bal-radio",{key:e.value,name:e.name||a.name,value:e.value,labelHidden:e.labelHidden,flat:e.flat,interface:e.interface,disabled:e.disabled,readonly:e.readonly,required:e.required,nonSubmit:!!e.nonSubmit,invalid:e.invalid,innerHTML:e.html})}))))};Object.defineProperty(a.prototype,"el",{get:function(){return l(this)},enumerable:false,configurable:true});Object.defineProperty(a,"watchers",{get:function(){return{options:["optionChanged"],value:["valueChanged"],invalid:["invalidChanged"],disabled:["disabledChanged"],readonly:["readonlyChanged"],grid:["columnsChanged"],columnsTablet:["columnsTabletChanged"],columnsMobile:["columnsMobileChanged"]}},enumerable:false,configurable:true});return a}());r([k("bal-radio-group"),i("design:type",Function),i("design:paramtypes",[Function]),i("design:returntype",void 0)],j.prototype,"createLogger",null);r([f(),i("design:type",Function),i("design:paramtypes",[FocusEvent]),i("design:returntype",void 0)],j.prototype,"focusInListener",null);r([f(),i("design:type",Function),i("design:paramtypes",[FocusEvent]),i("design:returntype",void 0)],j.prototype,"focusOutListener",null);r([g({tags:["bal-radio-group","bal-radio"],attributes:false,characterData:false}),i("design:type",Function),i("design:paramtypes",[]),i("design:returntype",void 0)],j.prototype,"mutationListener",null);r([u("balChange",{capture:true,target:"document"}),i("design:type",Function),i("design:paramtypes",[UIEvent]),i("design:returntype",void 0)],j.prototype,"listenOnClick",null);r([u("balFocus",{capture:true,target:"document"}),i("design:type",Function),i("design:paramtypes",[CustomEvent]),i("design:returntype",void 0)],j.prototype,"radioFocusListener",null);r([u("balBlur",{capture:true,target:"document"}),i("design:type",Function),i("design:paramtypes",[CustomEvent]),i("design:returntype",void 0)],j.prototype,"radioBlurListener",null);r([u("reset",{capture:true,target:"document"}),i("design:type",Function),i("design:paramtypes",[UIEvent]),i("design:returntype",void 0)],j.prototype,"resetListener",null);r([u("keydown",{target:"document"}),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",void 0)],j.prototype,"onKeydown",null);var O=0}}}));