@baloise/ds-core 19.3.0 → 19.4.0

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 (1113) hide show
  1. package/components/_commonjsHelpers.js +5 -1
  2. package/components/animation.decorator.js +1 -1
  3. package/components/array.js +3 -3
  4. package/components/attributes.js +0 -3
  5. package/components/bal-accordion-details.js +16 -5
  6. package/components/bal-accordion-summary.js +17 -6
  7. package/components/bal-accordion-trigger.js +49 -17
  8. package/components/bal-accordion.js +43 -15
  9. package/components/bal-app.js +11 -6
  10. package/components/bal-badge2.js +10 -3
  11. package/components/bal-button-group2.js +10 -0
  12. package/components/bal-button2.js +106 -32
  13. package/components/bal-card-actions.js +3 -0
  14. package/components/bal-card-button.js +19 -1
  15. package/components/bal-card-subtitle.js +13 -8
  16. package/components/bal-card-title.js +3 -0
  17. package/components/bal-card2.js +30 -4
  18. package/components/bal-carousel-item.js +36 -18
  19. package/components/bal-carousel.js +59 -10
  20. package/components/bal-check2.js +23 -2
  21. package/components/bal-checkbox-group.js +61 -21
  22. package/components/bal-checkbox2.js +93 -32
  23. package/components/bal-close2.js +9 -4
  24. package/components/bal-content2.js +24 -2
  25. package/components/bal-data-item.js +6 -0
  26. package/components/bal-data-label.js +3 -0
  27. package/components/bal-data-value.js +14 -5
  28. package/components/bal-data.js +8 -3
  29. package/components/bal-date-calendar-cell2.js +3 -8
  30. package/components/bal-date-calendar2.js +27 -31
  31. package/components/bal-date.js +72 -34
  32. package/components/bal-divider.js +18 -2
  33. package/components/bal-dropdown.js +107 -43
  34. package/components/bal-field-control.js +14 -0
  35. package/components/bal-field-hint.js +9 -0
  36. package/components/bal-field-label.js +32 -0
  37. package/components/bal-field-message.js +15 -0
  38. package/components/bal-field.js +31 -10
  39. package/components/bal-file-upload.js +103 -52
  40. package/components/bal-footer.js +22 -7
  41. package/components/bal-form-grid.js +1 -2
  42. package/components/bal-form.js +10 -2
  43. package/components/bal-heading2.js +25 -6
  44. package/components/bal-hint2.js +13 -12
  45. package/components/bal-icon2.js +965 -906
  46. package/components/bal-input-date2.js +45 -11
  47. package/components/bal-input-group2.js +10 -2
  48. package/components/bal-input-slider.js +57 -19
  49. package/components/bal-input-stepper.js +1105 -1081
  50. package/components/bal-input.js +135 -42
  51. package/components/bal-label2.js +52 -4
  52. package/components/bal-list-item-accordion-body2.js +13 -7
  53. package/components/bal-list-item-accordion-head2.js +17 -7
  54. package/components/bal-list-item-content2.js +0 -1
  55. package/components/bal-list-item-icon2.js +3 -0
  56. package/components/bal-list-item-title2.js +3 -1
  57. package/components/bal-list-item2.js +34 -11
  58. package/components/bal-list2.js +16 -2
  59. package/components/bal-logo.animation.js +2 -2
  60. package/components/bal-logo2.js +15 -3
  61. package/components/bal-modal.js +37 -9
  62. package/components/bal-nav-link-grid-col2.js +8 -2
  63. package/components/bal-nav-link-grid2.js +1 -2
  64. package/components/bal-nav-link-group.js +8 -2
  65. package/components/bal-nav-link2.js +18 -4
  66. package/components/bal-nav-menu-bar2.js +11 -2
  67. package/components/bal-nav-menu-flyout2.js +10 -3
  68. package/components/bal-nav-meta-bar2.js +20 -2
  69. package/components/bal-nav.js +33 -49
  70. package/components/bal-navbar-brand.js +28 -5
  71. package/components/bal-navbar-menu-end.js +6 -0
  72. package/components/bal-navbar-menu-start.js +6 -0
  73. package/components/bal-navbar-menu.js +6 -0
  74. package/components/bal-navbar.js +12 -2
  75. package/components/bal-notices.js +10 -2
  76. package/components/bal-notification.js +11 -2
  77. package/components/bal-number-input.js +66 -150
  78. package/components/bal-option-list.js +27 -7
  79. package/components/bal-option.js +40 -13
  80. package/components/bal-pagination.js +84 -64
  81. package/components/bal-popover-content2.js +28 -1
  82. package/components/bal-popover2.js +50 -13
  83. package/components/bal-popup2.js +58 -26
  84. package/components/bal-progress-bar.js +17 -4
  85. package/components/bal-radio-group.js +57 -21
  86. package/components/bal-radio-icon2.js +23 -2
  87. package/components/bal-radio2.js +78 -29
  88. package/components/bal-segment-item.js +35 -16
  89. package/components/bal-segment.js +42 -21
  90. package/components/bal-select-option2.js +7 -2
  91. package/components/bal-select2.js +107 -50
  92. package/components/bal-shape2.js +13 -5
  93. package/components/bal-sheet.js +4 -2
  94. package/components/bal-snackbar.js +35 -9
  95. package/components/bal-spinner.animation.js +1927 -1917
  96. package/components/bal-spinner2.js +27 -9
  97. package/components/bal-stack2.js +37 -4
  98. package/components/bal-stage-back-link.js +6 -2
  99. package/components/bal-stage-image.js +1 -3
  100. package/components/bal-stage.js +17 -8
  101. package/components/bal-step-item.js +31 -1
  102. package/components/bal-steps.js +30 -12
  103. package/components/bal-switch.js +20 -2
  104. package/components/bal-tab-item.js +48 -6
  105. package/components/bal-table.js +4 -2
  106. package/components/bal-tabs2.js +103 -45
  107. package/components/bal-tag2.js +26 -2
  108. package/components/bal-text.js +136 -1
  109. package/components/bal-textarea.js +52 -24
  110. package/components/bal-time-input.js +42 -19
  111. package/components/bal-toast.js +18 -3
  112. package/components/bal-tooltip.js +21 -4
  113. package/components/breakpoints.subject.js +5 -79
  114. package/components/config.default.js +2 -1
  115. package/components/config.utils.js +1 -1
  116. package/components/date.js +3212 -3825
  117. package/components/element-states.decorator.js +1 -1
  118. package/components/floating-ui.js +2 -2
  119. package/components/focus-visible.js +2 -2
  120. package/components/focus.decorator.js +1 -1
  121. package/components/form-input.js +1 -5
  122. package/components/helpers.js +2 -2
  123. package/components/index.esm.js +122 -118
  124. package/components/index.js +171 -21
  125. package/components/index2.js +44 -588
  126. package/components/index3.js +561 -27
  127. package/components/index4.js +591 -1849
  128. package/components/index5.js +1814 -506
  129. package/components/index6.js +125 -0
  130. package/components/keyboard.helpers.js +1 -1
  131. package/components/lottie_light_html.js +11694 -11684
  132. package/components/mutation.decorator.js +1 -1
  133. package/components/overlays.js +2 -2
  134. package/components/purify.es.js +1328 -0
  135. package/components/resize.decorator.js +1 -1
  136. package/components/swipe.subject.js +1 -1
  137. package/components/swiper.util.js +2 -2
  138. package/components/tokens.esm.js +3 -2
  139. package/components/tslib.es6.js +2 -0
  140. package/components/utils.js +6 -6
  141. package/components/visibility.decorator.js +1 -1
  142. package/components/window-resize.decorator.js +1 -24
  143. package/components/window-resize.listener.js +80 -0
  144. package/components/window-resize.subject.js +26 -0
  145. package/dist/baloise-design-system/baloise-design-system.esm.js +1 -1
  146. package/dist/baloise-design-system/baloise-design-system.js +1 -1
  147. package/dist/baloise-design-system/index.esm.js +1 -1
  148. package/dist/baloise-design-system/p-017e7f7adf.entry.js +1 -0
  149. package/dist/baloise-design-system/{p-00e75d0c35.system.entry.js → p-040a6174c7.system.entry.js} +1 -1
  150. package/dist/baloise-design-system/{p-6077b576a9.system.entry.js → p-05e8130a9a.system.entry.js} +1 -1
  151. package/dist/baloise-design-system/p-08bc0ab24d.system.entry.js +1 -0
  152. package/dist/baloise-design-system/p-0b9e84e4dd.system.entry.js +1 -0
  153. package/dist/baloise-design-system/p-0da4fe3026.entry.js +1 -0
  154. package/dist/baloise-design-system/p-0f679514b0.entry.js +1 -0
  155. package/dist/baloise-design-system/p-1112428fc6.entry.js +1 -0
  156. package/dist/baloise-design-system/p-152e669d59.system.entry.js +1 -0
  157. package/dist/baloise-design-system/p-166fa22c35.entry.js +1 -0
  158. package/dist/baloise-design-system/p-1799d59644.entry.js +1 -0
  159. package/dist/baloise-design-system/{p-1a99fea403.system.entry.js → p-19eda34a35.system.entry.js} +1 -1
  160. package/dist/baloise-design-system/p-1a101b475e.system.entry.js +1 -0
  161. package/dist/baloise-design-system/p-1c13d69ca1.system.entry.js +1 -0
  162. package/dist/baloise-design-system/p-1ecb79b6b5.system.entry.js +1 -0
  163. package/dist/baloise-design-system/{p-de8600efe8.system.entry.js → p-1f7d71e0f6.system.entry.js} +1 -1
  164. package/dist/baloise-design-system/p-22026f3f57.system.entry.js +1 -0
  165. package/dist/baloise-design-system/p-2384eefce1.entry.js +1 -0
  166. package/dist/baloise-design-system/p-247b0b800a.system.entry.js +1 -0
  167. package/dist/baloise-design-system/p-2690f97b41.system.entry.js +1 -0
  168. package/dist/baloise-design-system/p-29cae69b8c.entry.js +1 -0
  169. package/dist/baloise-design-system/p-2f62e8007d.entry.js +1 -0
  170. package/dist/baloise-design-system/p-3125929936.entry.js +1 -0
  171. package/dist/baloise-design-system/p-3b5c4a42c4.system.entry.js +1 -0
  172. package/dist/baloise-design-system/p-417b6e0a0b.system.entry.js +1 -0
  173. package/dist/baloise-design-system/p-426a8d1128.entry.js +1 -0
  174. package/dist/baloise-design-system/p-4360835610.entry.js +1 -0
  175. package/dist/baloise-design-system/p-448a8ba385.entry.js +1 -0
  176. package/dist/baloise-design-system/p-46092a4585.entry.js +1 -0
  177. package/dist/baloise-design-system/{p-1e517d518d.system.entry.js → p-469d7c593e.system.entry.js} +1 -1
  178. package/dist/baloise-design-system/p-4856c78a64.entry.js +1 -0
  179. package/dist/baloise-design-system/p-4b3fd230c6.system.entry.js +1 -0
  180. package/dist/baloise-design-system/p-503b4ce7d0.entry.js +1 -0
  181. package/dist/baloise-design-system/p-52fa3d7015.system.entry.js +1 -0
  182. package/dist/baloise-design-system/{p-05a5de36af.entry.js → p-5391a66037.entry.js} +1 -1
  183. package/dist/baloise-design-system/p-558adf45a6.system.entry.js +1 -0
  184. package/dist/baloise-design-system/p-56951b4bb7.system.entry.js +1 -0
  185. package/dist/baloise-design-system/p-571b32fead.system.entry.js +1 -0
  186. package/dist/baloise-design-system/p-5792932f82.system.entry.js +1 -0
  187. package/dist/baloise-design-system/p-5aa8ca5691.entry.js +1 -0
  188. package/dist/baloise-design-system/p-5bc0576341.entry.js +1 -0
  189. package/dist/baloise-design-system/p-5da1420f1a.system.entry.js +1 -0
  190. package/dist/baloise-design-system/p-5ea15c8fda.entry.js +1 -0
  191. package/dist/baloise-design-system/{p-240e3621c6.entry.js → p-5ea5a9b3fa.entry.js} +1 -1
  192. package/dist/baloise-design-system/p-605048a7e8.system.entry.js +1 -0
  193. package/dist/baloise-design-system/{p-d112488f3c.system.entry.js → p-605b22e87a.system.entry.js} +1 -1
  194. package/dist/baloise-design-system/p-619670d086.system.entry.js +1 -0
  195. package/dist/baloise-design-system/p-61d215dcc5.entry.js +1 -0
  196. package/dist/baloise-design-system/p-653f4e4238.entry.js +1 -0
  197. package/dist/baloise-design-system/p-6542d12863.entry.js +1 -0
  198. package/dist/baloise-design-system/p-680fe70c1a.entry.js +1 -0
  199. package/dist/baloise-design-system/p-68162ab75a.entry.js +1 -0
  200. package/dist/baloise-design-system/p-6d511d8e8e.system.entry.js +1 -0
  201. package/dist/baloise-design-system/p-6d5bbdc67a.entry.js +1 -0
  202. package/dist/baloise-design-system/p-6d716224a8.entry.js +1 -0
  203. package/dist/baloise-design-system/p-6e463dc74b.system.entry.js +1 -0
  204. package/dist/baloise-design-system/{p-7632019f26.system.entry.js → p-6eeb094b9d.system.entry.js} +1 -1
  205. package/dist/baloise-design-system/p-6efb9d0430.system.entry.js +1 -0
  206. package/dist/baloise-design-system/p-6f40242a5d.entry.js +1 -0
  207. package/dist/baloise-design-system/p-74dd1a8023.entry.js +1 -0
  208. package/dist/baloise-design-system/p-750daedf10.system.entry.js +1 -0
  209. package/dist/baloise-design-system/p-7778560b6f.entry.js +1 -0
  210. package/dist/baloise-design-system/p-7b1dff4795.entry.js +1 -0
  211. package/dist/baloise-design-system/p-7cb21d670b.system.entry.js +1 -0
  212. package/dist/baloise-design-system/p-7e5c62d014.entry.js +1 -0
  213. package/dist/baloise-design-system/p-7e88d10258.system.entry.js +1 -0
  214. package/dist/baloise-design-system/p-833e1e02aa.entry.js +1 -0
  215. package/dist/baloise-design-system/p-83a6310bc0.entry.js +1 -0
  216. package/dist/baloise-design-system/{p-160c193287.entry.js → p-84f3cdac9b.entry.js} +1 -1
  217. package/dist/baloise-design-system/p-8c5aac149f.entry.js +1 -0
  218. package/dist/baloise-design-system/p-8f8bef4656.system.entry.js +1 -0
  219. package/dist/baloise-design-system/p-909bc3558a.system.entry.js +1 -0
  220. package/dist/baloise-design-system/p-925b31dca9.entry.js +1 -0
  221. package/dist/baloise-design-system/p-9276e4e5ca.system.entry.js +1 -0
  222. package/dist/baloise-design-system/{p-0d07e6caf8.entry.js → p-9417181fc3.entry.js} +1 -1
  223. package/dist/baloise-design-system/p-96fbe5e737.entry.js +1 -0
  224. package/dist/baloise-design-system/p-99d1051abd.system.entry.js +1 -0
  225. package/dist/baloise-design-system/p-9bed353090.system.entry.js +1 -0
  226. package/dist/baloise-design-system/p-9f221cd147.system.entry.js +1 -0
  227. package/dist/baloise-design-system/p-B1TzZiNl.js +1 -0
  228. package/dist/baloise-design-system/p-B1a79Kak.system.js +1 -0
  229. package/dist/baloise-design-system/p-B23n0-TV.js +1 -0
  230. package/dist/baloise-design-system/p-B3Q-Lii3.js +2 -0
  231. package/dist/baloise-design-system/p-B4Kne3kP.system.js +1 -0
  232. package/dist/baloise-design-system/p-B71F7E77.js +1 -0
  233. package/dist/baloise-design-system/p-B7wsjSwt.system.js +1 -0
  234. package/dist/baloise-design-system/p-BANVEd3P.js +1 -0
  235. package/dist/baloise-design-system/p-BAaDJIzy.js +1 -0
  236. package/dist/baloise-design-system/p-BC9JH89x.js +1 -0
  237. package/dist/baloise-design-system/p-BFTU3MAI.js +1 -0
  238. package/dist/baloise-design-system/{p-c0c91eb1.js → p-BG4j3FEv.js} +1 -1
  239. package/dist/baloise-design-system/{p-53e09ecb.js → p-BHFw3KrT.js} +1 -1
  240. package/dist/baloise-design-system/{p-acf222fd.js → p-BHYxMhaq.js} +1 -1
  241. package/dist/baloise-design-system/p-BJQK_KjT.js +1 -0
  242. package/dist/baloise-design-system/{p-bb3d79e0.js → p-BLUHPuPg.js} +1 -1
  243. package/dist/baloise-design-system/{p-1c41de53.system.js → p-BPUKeAhO.system.js} +1 -1
  244. package/dist/baloise-design-system/{p-ec9a7cf5.system.js → p-BQvgbY93.system.js} +1 -1
  245. package/dist/baloise-design-system/p-BnVL_HEz.js +1 -0
  246. package/dist/baloise-design-system/{p-6c080ebc.system.js → p-Bnn4iNSc.system.js} +1 -1
  247. package/dist/baloise-design-system/{p-55ebd30d.js → p-Bp0dpjer.js} +1 -1
  248. package/dist/baloise-design-system/{p-5b163efa.js → p-BsGkq7do.js} +1 -1
  249. package/dist/baloise-design-system/p-BvmIi0Pf.js +1 -0
  250. package/dist/baloise-design-system/p-BzYBOtnf.js +1 -0
  251. package/dist/baloise-design-system/p-Bzy18UgU.system.js +1 -0
  252. package/dist/baloise-design-system/p-C2YKdNW7.system.js +1 -0
  253. package/dist/baloise-design-system/{p-924b576e.system.js → p-C4hsvc4v.system.js} +1 -1
  254. package/dist/baloise-design-system/{p-063808d7.js → p-C4sZQbkT.js} +1 -1
  255. package/dist/baloise-design-system/p-C78VTo3I.js +1 -0
  256. package/dist/baloise-design-system/p-C8S5XlJl.js +1 -0
  257. package/dist/baloise-design-system/p-CEOTg0oT.system.js +1 -0
  258. package/dist/baloise-design-system/p-CFSqydrN.system.js +1 -0
  259. package/dist/baloise-design-system/p-CKLuFkEh.js +1 -0
  260. package/dist/baloise-design-system/p-CbvOgU0G.js +1 -0
  261. package/dist/baloise-design-system/p-Ch5Ar_Aw.system.js +1 -0
  262. package/dist/baloise-design-system/p-CiWErrXI.system.js +1 -0
  263. package/dist/baloise-design-system/p-Cj6DXhmQ.js +1 -0
  264. package/dist/baloise-design-system/{p-96216bd1.js → p-Ck3aT69N.js} +1 -1
  265. package/dist/baloise-design-system/p-Clmofeob.js +1 -0
  266. package/dist/baloise-design-system/{p-fbce8119.system.js → p-Cm94K4OH.system.js} +1 -1
  267. package/dist/baloise-design-system/p-CoTulE_f.js +1 -0
  268. package/dist/baloise-design-system/p-CpWDVANq.system.js +1 -0
  269. package/dist/baloise-design-system/{p-d0537382.system.js → p-Cu1ebAbd.system.js} +1 -1
  270. package/dist/baloise-design-system/{p-b2f7e364.js → p-Cwb5cm_s.js} +1 -1
  271. package/dist/baloise-design-system/p-CwvovJM0.system.js +3 -0
  272. package/dist/baloise-design-system/{p-2509cd53.system.js → p-CyfydXgM.system.js} +1 -1
  273. package/dist/baloise-design-system/p-Czl2AFQD.system.js +1 -0
  274. package/dist/baloise-design-system/p-D-yL3ygS.system.js +1 -0
  275. package/dist/baloise-design-system/p-D0Jo39A5.system.js +1 -0
  276. package/dist/baloise-design-system/p-DA4RmE59.system.js +1 -0
  277. package/dist/baloise-design-system/{p-2908a4b8.system.js → p-DJopuiVl.system.js} +1 -1
  278. package/dist/baloise-design-system/{p-50f3b012.js → p-DKxvaA1I.js} +1 -1
  279. package/dist/baloise-design-system/p-DMUz15_s.system.js +1 -0
  280. package/dist/baloise-design-system/p-DPBQ5EN8.system.js +1 -0
  281. package/dist/baloise-design-system/p-DTDY1hlV.js +1 -0
  282. package/dist/baloise-design-system/p-DV-El3D9.js +1 -0
  283. package/dist/baloise-design-system/p-DWQYzEm7.system.js +1 -0
  284. package/dist/baloise-design-system/p-DY72UdN1.system.js +1 -0
  285. package/dist/baloise-design-system/p-DfEhX0m_.system.js +1 -0
  286. package/dist/baloise-design-system/p-DhSS4q-R.system.js +1 -0
  287. package/dist/baloise-design-system/{p-9f7a1215.system.js → p-DndeZqk_.system.js} +1 -1
  288. package/dist/baloise-design-system/{p-aae6003e.js → p-Do4k83YR.js} +1 -1
  289. package/dist/baloise-design-system/{p-b79d8942.system.js → p-Dou6adza.system.js} +1 -1
  290. package/dist/baloise-design-system/p-DpQhsHDk.system.js +9 -0
  291. package/dist/baloise-design-system/p-DqCbGYzv.js +1 -0
  292. package/dist/baloise-design-system/p-Dxz8zGB7.system.js +1 -0
  293. package/dist/baloise-design-system/p-MVgFPFA5.js +1 -0
  294. package/dist/baloise-design-system/p-RzJv7e7Y.system.js +1 -0
  295. package/dist/baloise-design-system/p-S5-HQnxq.js +1 -0
  296. package/dist/baloise-design-system/p-WkcLp-K_.system.js +1 -0
  297. package/dist/baloise-design-system/p-WmWy2rJ-.system.js +2 -0
  298. package/dist/baloise-design-system/{p-4a0012fa.js → p-XiJ1YYc9.js} +1 -1
  299. package/dist/baloise-design-system/p-a34dc82fd9.system.entry.js +1 -0
  300. package/dist/baloise-design-system/p-a5802e97d8.system.entry.js +1 -0
  301. package/dist/baloise-design-system/p-a913a946ea.entry.js +1 -0
  302. package/dist/baloise-design-system/p-aa9f1d22cd.system.entry.js +1 -0
  303. package/dist/baloise-design-system/p-aac9ec6687.system.entry.js +1 -0
  304. package/dist/baloise-design-system/p-ab6db026de.entry.js +1 -0
  305. package/dist/baloise-design-system/p-adcdd7eb63.entry.js +1 -0
  306. package/dist/baloise-design-system/p-b050e8a82d.entry.js +1 -0
  307. package/dist/baloise-design-system/p-b0d0cb1167.system.entry.js +1 -0
  308. package/dist/baloise-design-system/p-b0d2fd44ef.system.entry.js +1 -0
  309. package/dist/baloise-design-system/p-b5712e673a.entry.js +1 -0
  310. package/dist/baloise-design-system/p-be07e385c5.entry.js +1 -0
  311. package/dist/baloise-design-system/p-bf46f70999.entry.js +1 -0
  312. package/dist/baloise-design-system/p-c2a5d480b6.entry.js +1 -0
  313. package/dist/baloise-design-system/p-c4239a6ebb.entry.js +1 -0
  314. package/dist/baloise-design-system/{p-a06f682955.entry.js → p-c6a6f41844.entry.js} +1 -1
  315. package/dist/baloise-design-system/p-c819c5feef.system.entry.js +1 -0
  316. package/dist/baloise-design-system/p-c92ac7c2e0.system.entry.js +1 -0
  317. package/dist/baloise-design-system/p-cca697bd26.system.entry.js +1 -0
  318. package/dist/baloise-design-system/{p-5420740f.system.js → p-cfEgJ3Y7.system.js} +1 -1
  319. package/dist/baloise-design-system/p-d4c44cc24e.entry.js +1 -0
  320. package/dist/baloise-design-system/{p-0b39e3fc7f.system.entry.js → p-d575fb9113.system.entry.js} +1 -1
  321. package/dist/baloise-design-system/p-d5b648b0fc.system.entry.js +1 -0
  322. package/dist/baloise-design-system/p-d78505b4e8.entry.js +1 -0
  323. package/dist/baloise-design-system/p-d7a09b758f.entry.js +1 -0
  324. package/dist/baloise-design-system/p-dbcb876d25.entry.js +1 -0
  325. package/dist/baloise-design-system/p-dc3a6cd2e6.system.entry.js +1 -0
  326. package/dist/baloise-design-system/p-dd5aae489e.entry.js +1 -0
  327. package/dist/baloise-design-system/{p-eecefb0a.system.js → p-drmuT566.system.js} +1 -1
  328. package/dist/baloise-design-system/p-e016efc91a.entry.js +1 -0
  329. package/dist/baloise-design-system/p-e0c4414dd8.system.entry.js +1 -0
  330. package/dist/baloise-design-system/p-e15a90b22c.system.entry.js +1 -0
  331. package/dist/baloise-design-system/p-e57bc8a630.system.entry.js +1 -0
  332. package/dist/baloise-design-system/p-e92ad3fae1.system.entry.js +1 -0
  333. package/dist/baloise-design-system/{p-a82d082286.system.entry.js → p-eb68793baa.system.entry.js} +1 -1
  334. package/dist/baloise-design-system/p-ee43ce93b7.system.entry.js +1 -0
  335. package/dist/baloise-design-system/p-ee5156fb85.system.entry.js +1 -0
  336. package/dist/baloise-design-system/p-ee604e4bcc.system.entry.js +1 -0
  337. package/dist/baloise-design-system/p-f0957640f5.entry.js +1 -0
  338. package/dist/baloise-design-system/p-fa3aa15442.entry.js +1 -0
  339. package/dist/baloise-design-system/p-fd73720dcb.entry.js +1 -0
  340. package/dist/baloise-design-system/p-ft8ZtF1G.system.js +1 -0
  341. package/dist/baloise-design-system/{p-a7894ace.js → p-gnUWqxps.js} +1 -1
  342. package/dist/baloise-design-system/p-jv0tWyso.js +1 -0
  343. package/dist/baloise-design-system/p-lFDHYLJ4.system.js +1 -0
  344. package/dist/baloise-design-system/p-m5GX4h3i.system.js +1 -0
  345. package/dist/baloise-design-system/p-pkPHUz5e.js +2 -0
  346. package/dist/baloise-design-system/p-xbSOW78W.js +1 -0
  347. package/dist/cjs/{_commonjsHelpers-68cdf74f.js → _commonjsHelpers-BJu3ubxk.js} +5 -0
  348. package/dist/cjs/{animation.decorator-40bdfb52.js → animation.decorator-BeUy1FNI.js} +9 -9
  349. package/dist/cjs/{array-ae164ca3.js → array-Db63Hhl1.js} +3 -3
  350. package/dist/cjs/{attributes-11acd153.js → attributes-Cp0kpySW.js} +0 -3
  351. package/dist/cjs/bal-accordion_4.cjs.entry.js +142 -67
  352. package/dist/cjs/bal-app.cjs.entry.js +23 -24
  353. package/dist/cjs/bal-badge.cjs.entry.js +12 -7
  354. package/dist/cjs/bal-button_2.cjs.entry.js +121 -45
  355. package/dist/cjs/bal-card_6.cjs.entry.js +69 -10
  356. package/dist/cjs/bal-carousel_2.cjs.entry.js +113 -54
  357. package/dist/cjs/bal-check.cjs.entry.js +25 -6
  358. package/dist/cjs/bal-checkbox_2.cjs.entry.js +178 -83
  359. package/dist/cjs/bal-close.cjs.entry.js +14 -15
  360. package/dist/cjs/bal-content.cjs.entry.js +28 -10
  361. package/dist/cjs/bal-data_4.cjs.entry.js +37 -15
  362. package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +8 -18
  363. package/dist/cjs/bal-date-calendar_2.cjs.entry.js +90 -67
  364. package/dist/cjs/bal-date.cjs.entry.js +109 -76
  365. package/dist/cjs/bal-divider.cjs.entry.js +22 -10
  366. package/dist/cjs/bal-dropdown.cjs.entry.js +139 -82
  367. package/dist/cjs/bal-field_5.cjs.entry.js +109 -23
  368. package/dist/cjs/bal-file-upload.cjs.entry.js +120 -76
  369. package/dist/cjs/bal-footer.cjs.entry.js +34 -24
  370. package/dist/cjs/bal-form-col_2.cjs.entry.js +2 -5
  371. package/dist/cjs/bal-form.cjs.entry.js +14 -11
  372. package/dist/cjs/bal-heading_2.cjs.entry.js +74 -14
  373. package/dist/cjs/bal-hint_5.cjs.entry.js +110 -50
  374. package/dist/cjs/bal-icon.cjs.entry.js +969 -916
  375. package/dist/cjs/bal-input-group.cjs.entry.js +12 -6
  376. package/dist/cjs/bal-input-slider.cjs.entry.js +68 -34
  377. package/dist/cjs/bal-input-stepper.cjs.entry.js +1112 -1089
  378. package/dist/cjs/bal-input.cjs.entry.js +146 -58
  379. package/dist/cjs/bal-label.cjs.entry.js +59 -17
  380. package/dist/cjs/bal-list_8.cjs.entry.js +109 -59
  381. package/dist/cjs/{bal-logo.animation-9704970d.js → bal-logo.animation-q2TTdoP3.js} +4 -3
  382. package/dist/cjs/bal-logo.cjs.entry.js +26 -20
  383. package/dist/cjs/bal-modal_3.cjs.entry.js +48 -25
  384. package/dist/cjs/bal-nav_8.cjs.entry.js +138 -102
  385. package/dist/cjs/bal-navbar_5.cjs.entry.js +74 -30
  386. package/dist/cjs/bal-notices_3.cjs.entry.js +65 -18
  387. package/dist/cjs/bal-notification.cjs.entry.js +13 -6
  388. package/dist/cjs/bal-number-input.cjs.entry.js +83 -174
  389. package/dist/cjs/bal-option_2.cjs.entry.js +91 -49
  390. package/dist/cjs/bal-pagination.cjs.entry.js +87 -68
  391. package/dist/cjs/bal-popup.cjs.entry.js +72 -46
  392. package/dist/cjs/bal-progress-bar.cjs.entry.js +25 -17
  393. package/dist/cjs/bal-radio-icon.cjs.entry.js +25 -6
  394. package/dist/cjs/bal-radio_2.cjs.entry.js +161 -80
  395. package/dist/cjs/bal-segment_2.cjs.entry.js +98 -65
  396. package/dist/cjs/bal-select_2.cjs.entry.js +137 -81
  397. package/dist/cjs/bal-shape.cjs.entry.js +16 -10
  398. package/dist/cjs/bal-sheet.cjs.entry.js +6 -6
  399. package/dist/cjs/{bal-spinner.animation-a81cf10f.js → bal-spinner.animation-BL6PkxOx.js} +1929 -1919
  400. package/dist/cjs/bal-spinner.cjs.entry.js +34 -23
  401. package/dist/cjs/bal-stack.cjs.entry.js +41 -12
  402. package/dist/cjs/bal-stage_6.cjs.entry.js +27 -21
  403. package/dist/cjs/bal-step-item.cjs.entry.js +34 -6
  404. package/dist/cjs/bal-steps.cjs.entry.js +45 -33
  405. package/dist/cjs/bal-switch.cjs.entry.js +22 -6
  406. package/dist/cjs/bal-tab-item_2.cjs.entry.js +183 -90
  407. package/dist/cjs/bal-table.cjs.entry.js +6 -6
  408. package/dist/cjs/bal-tag_2.cjs.entry.js +31 -9
  409. package/dist/cjs/bal-textarea.cjs.entry.js +63 -40
  410. package/dist/cjs/bal-time-input.cjs.entry.js +58 -41
  411. package/dist/cjs/bal-tooltip.cjs.entry.js +31 -20
  412. package/dist/cjs/baloise-design-system.cjs.js +7 -14
  413. package/dist/cjs/{breakpoints.decorator-881dd92d.js → breakpoints.decorator-DLXGwQpP.js} +1 -1
  414. package/dist/cjs/{breakpoints.subject-485cf660.js → breakpoints.subject-CidQD5zH.js} +16 -17
  415. package/dist/cjs/{config.decorator-de244188.js → config.decorator-CDkNZ1Fo.js} +3 -3
  416. package/dist/cjs/{date-ce9c7f3f.js → date-C9_0qSTi.js} +3217 -3830
  417. package/dist/cjs/{device-9f97a845.js → device-CoI0V6AY.js} +5 -5
  418. package/dist/cjs/{element-states.decorator-aa5126e2.js → element-states.decorator-DGQNhvD6.js} +12 -13
  419. package/dist/cjs/{floating-ui-4a4a1aed.js → floating-ui-BEMfzblh.js} +3 -3
  420. package/dist/cjs/{focus-visible-a434c91f.js → focus-visible-DFZa8IIA.js} +2 -2
  421. package/dist/cjs/{focus.decorator-14a4a576.js → focus.decorator-DFy3pFaT.js} +9 -10
  422. package/dist/cjs/{form-input-e9974433.js → form-input-BUGd2Bkz.js} +2 -7
  423. package/dist/cjs/index-BZ67Dcnb.js +50 -0
  424. package/dist/cjs/index-BobQkZjn.js +1868 -0
  425. package/dist/cjs/index-C413E-IK.js +571 -0
  426. package/dist/cjs/index-COfbtsc7.js +3035 -0
  427. package/dist/cjs/index-CuY5w2n4.js +602 -0
  428. package/dist/cjs/index-ifu9fMyU.js +127 -0
  429. package/dist/cjs/index.cjs.js +65 -74
  430. package/dist/cjs/index.esm-CKDqUwIC.js +216 -0
  431. package/dist/cjs/{listener-52d2e5fd.js → listener-t3ifJtK5.js} +2 -2
  432. package/dist/cjs/loader.cjs.js +3 -12
  433. package/dist/cjs/lottie_light_html-OP40Exqq.js +11704 -0
  434. package/dist/cjs/{mutation.decorator-485e250e.js → mutation.decorator-DyFafPfX.js} +5 -5
  435. package/dist/cjs/{number-24bf265b.js → number-CYeUjdPM.js} +3 -4
  436. package/dist/cjs/{overlays-94ebb271.js → overlays-CZHV6VH9.js} +5 -6
  437. package/dist/cjs/purify.es-CJTp6uKN.js +1330 -0
  438. package/dist/cjs/{resize.decorator-e4a92322.js → resize.decorator-B_NiBCMZ.js} +5 -6
  439. package/dist/cjs/{scroll-dc37ea84.js → scroll-DY4kxt0j.js} +5 -5
  440. package/dist/cjs/{swipe.decorator-9c105f90.js → swipe.decorator-CNDcaR9i.js} +1 -1
  441. package/dist/cjs/{swipe.subject-191f7d8a.js → swipe.subject-DtAxEK8t.js} +5 -5
  442. package/dist/cjs/{swiper.util-d23b8eb0.js → swiper.util-nyFqwHcs.js} +15 -16
  443. package/dist/cjs/{tokens.esm-e14cedac.js → tokens.esm-DU04pfsc.js} +2 -1
  444. package/dist/cjs/{tslib.es6-a680968e.js → tslib.es6-DrfCPgT9.js} +2 -0
  445. package/dist/cjs/{utils-9ea175af.js → utils-Bl0u6rg1.js} +6 -6
  446. package/dist/cjs/{visibility.decorator-a218aab9.js → visibility.decorator-C7uDX3Z3.js} +5 -5
  447. package/dist/cjs/window-resize.decorator-4PWq713L.js +25 -0
  448. package/dist/cjs/window-resize.subject-GSXXkOcC.js +28 -0
  449. package/dist/collection/collection-manifest.json +1 -1
  450. package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +18 -6
  451. package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +19 -7
  452. package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +57 -24
  453. package/dist/collection/components/bal-accordion/bal-accordion.js +47 -18
  454. package/dist/collection/components/bal-app/bal-app.js +10 -4
  455. package/dist/collection/components/bal-badge/bal-badge.js +13 -5
  456. package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +13 -3
  457. package/dist/collection/components/bal-button/bal-button.js +192 -63
  458. package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +4 -1
  459. package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +26 -8
  460. package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +16 -5
  461. package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +4 -1
  462. package/dist/collection/components/bal-card/bal-card.css +1 -1
  463. package/dist/collection/components/bal-card/bal-card.js +36 -9
  464. package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +45 -27
  465. package/dist/collection/components/bal-carousel/bal-carousel.js +64 -15
  466. package/dist/collection/components/bal-checkbox/bal-check/bal-check.js +28 -6
  467. package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +72 -29
  468. package/dist/collection/components/bal-checkbox/bal-checkbox.js +109 -47
  469. package/dist/collection/components/bal-checkbox/bal-switch/bal-switch.js +24 -5
  470. package/dist/collection/components/bal-close/bal-close.js +8 -2
  471. package/dist/collection/components/bal-content/bal-content.js +28 -5
  472. package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +8 -2
  473. package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +4 -1
  474. package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +15 -6
  475. package/dist/collection/components/bal-data/bal-data.js +9 -3
  476. package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +24 -26
  477. package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +11 -16
  478. package/dist/collection/components/bal-date/bal-date.js +85 -45
  479. package/dist/collection/components/bal-divider/bal-divider.js +21 -4
  480. package/dist/collection/components/bal-dropdown/bal-dropdown.js +118 -52
  481. package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +18 -4
  482. package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +12 -3
  483. package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +40 -8
  484. package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +20 -5
  485. package/dist/collection/components/bal-field/bal-field.js +36 -14
  486. package/dist/collection/components/bal-file-upload/bal-file-upload.js +67 -33
  487. package/dist/collection/components/bal-footer/bal-footer.js +20 -3
  488. package/dist/collection/components/bal-form/bal-form.js +12 -3
  489. package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +1 -1
  490. package/dist/collection/components/bal-heading/bal-heading.js +33 -13
  491. package/dist/collection/components/bal-hint/bal-hint.css +1 -1
  492. package/dist/collection/components/bal-hint/bal-hint.js +9 -7
  493. package/dist/collection/components/bal-icon/bal-icon.js +82 -36
  494. package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +54 -19
  495. package/dist/collection/components/bal-input/bal-input-util.js +29 -0
  496. package/dist/collection/components/bal-input/bal-input.js +134 -69
  497. package/dist/collection/components/bal-input-group/bal-input-group.js +12 -3
  498. package/dist/collection/components/bal-input-slider/bal-input-slider.js +66 -27
  499. package/dist/collection/components/bal-input-stepper/bal-input-stepper.css +1 -1
  500. package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +62 -40
  501. package/dist/collection/components/bal-label/bal-label.js +62 -13
  502. package/dist/collection/components/bal-list/bal-list-item/bal-list-item.js +42 -19
  503. package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +12 -7
  504. package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +16 -6
  505. package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +1 -4
  506. package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +4 -1
  507. package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +5 -3
  508. package/dist/collection/components/bal-list/bal-list.js +20 -5
  509. package/dist/collection/components/bal-logo/bal-logo.js +16 -3
  510. package/dist/collection/components/bal-modal/bal-modal.js +48 -17
  511. package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +23 -8
  512. package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +8 -1
  513. package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +8 -1
  514. package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +12 -2
  515. package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +8 -1
  516. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +24 -5
  517. package/dist/collection/components/bal-nav/bal-nav.js +18 -12
  518. package/dist/collection/components/bal-nav/models/bal-nav-menu-link-item.js +2 -2
  519. package/dist/collection/components/bal-nav/models/bal-nav-meta-button.js +7 -25
  520. package/dist/collection/components/bal-nav/models/bal-nav-meta-link-item.js +2 -2
  521. package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +36 -13
  522. package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +7 -1
  523. package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +7 -1
  524. package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +7 -1
  525. package/dist/collection/components/bal-navbar/bal-navbar.js +14 -3
  526. package/dist/collection/components/bal-notices/bal-notices.js +12 -3
  527. package/dist/collection/components/bal-notification/bal-notification.js +13 -3
  528. package/dist/collection/components/bal-number-input/bal-number-input.js +65 -36
  529. package/dist/collection/components/bal-option/bal-option.js +46 -18
  530. package/dist/collection/components/bal-option-list/bal-option-list.js +29 -8
  531. package/dist/collection/components/bal-pagination/bal-pagination.css +1 -1
  532. package/dist/collection/components/bal-pagination/bal-pagination.js +42 -15
  533. package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +36 -9
  534. package/dist/collection/components/bal-popover/bal-popover.js +52 -12
  535. package/dist/collection/components/bal-popup/bal-popup.js +64 -31
  536. package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +16 -3
  537. package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +68 -30
  538. package/dist/collection/components/bal-radio/bal-radio-icon/bal-radio-icon.js +28 -6
  539. package/dist/collection/components/bal-radio/bal-radio.js +93 -43
  540. package/dist/collection/components/bal-segment/bal-segment-item/bal-segment-item.js +39 -19
  541. package/dist/collection/components/bal-segment/bal-segment.js +40 -20
  542. package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +11 -6
  543. package/dist/collection/components/bal-select/bal-select.js +109 -51
  544. package/dist/collection/components/bal-shape/bal-shape.js +15 -6
  545. package/dist/collection/components/bal-sheet/bal-sheet.js +4 -1
  546. package/dist/collection/components/bal-snackbar/bal-snackbar.js +42 -13
  547. package/dist/collection/components/bal-spinner/bal-spinner.js +30 -11
  548. package/dist/collection/components/bal-stack/bal-stack.js +47 -13
  549. package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +10 -6
  550. package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +2 -4
  551. package/dist/collection/components/bal-stage/bal-stage.js +22 -12
  552. package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +42 -12
  553. package/dist/collection/components/bal-steps/bal-steps.js +31 -11
  554. package/dist/collection/components/bal-table/bal-table.js +4 -1
  555. package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +69 -30
  556. package/dist/collection/components/bal-tabs/bal-tabs.js +111 -52
  557. package/dist/collection/components/bal-tag/bal-tag.js +33 -8
  558. package/dist/collection/components/bal-text/bal-text.js +58 -13
  559. package/dist/collection/components/bal-textarea/bal-textarea.js +69 -40
  560. package/dist/collection/components/bal-time-input/bal-time-input.js +44 -20
  561. package/dist/collection/components/bal-toast/bal-toast.js +21 -4
  562. package/dist/collection/components/bal-tooltip/bal-tooltip.js +24 -6
  563. package/dist/collection/index.js +0 -4
  564. package/dist/collection/initialize.js +33 -2
  565. package/dist/collection/tags-all.js +119 -0
  566. package/dist/collection/utils/config/config.default.js +1 -0
  567. package/dist/collection/utils/constants/version.constant.js +1 -1
  568. package/dist/esm/_commonjsHelpers-BFTU3MAI.js +7 -0
  569. package/dist/esm/{animation.decorator-7fca988f.js → animation.decorator-DtxbEYY8.js} +2 -2
  570. package/dist/esm/{array-4c09dfe3.js → array-CDfSqLEo.js} +3 -3
  571. package/dist/esm/{attributes-a3e70948.js → attributes-C4sZQbkT.js} +0 -3
  572. package/dist/esm/bal-accordion_4.entry.js +130 -53
  573. package/dist/esm/bal-app.entry.js +13 -12
  574. package/dist/esm/bal-badge.entry.js +12 -5
  575. package/dist/esm/bal-button_2.entry.js +120 -42
  576. package/dist/esm/bal-card_6.entry.js +69 -8
  577. package/dist/esm/bal-carousel_2.entry.js +110 -49
  578. package/dist/esm/bal-check.entry.js +25 -4
  579. package/dist/esm/bal-checkbox_2.entry.js +172 -75
  580. package/dist/esm/bal-close.entry.js +12 -11
  581. package/dist/esm/bal-content.entry.js +27 -7
  582. package/dist/esm/bal-data_4.entry.js +37 -13
  583. package/dist/esm/bal-date-calendar-cell.entry.js +8 -16
  584. package/dist/esm/bal-date-calendar_2.entry.js +86 -61
  585. package/dist/esm/bal-date.entry.js +92 -57
  586. package/dist/esm/bal-divider.entry.js +21 -7
  587. package/dist/esm/bal-dropdown.entry.js +120 -61
  588. package/dist/esm/bal-field_5.entry.js +107 -19
  589. package/dist/esm/bal-file-upload.entry.js +119 -73
  590. package/dist/esm/bal-footer.entry.js +27 -15
  591. package/dist/esm/bal-form-col_2.entry.js +2 -3
  592. package/dist/esm/bal-form.entry.js +12 -7
  593. package/dist/esm/bal-heading_2.entry.js +73 -11
  594. package/dist/esm/bal-hint_5.entry.js +105 -43
  595. package/dist/esm/bal-icon.entry.js +969 -914
  596. package/dist/esm/bal-input-group.entry.js +12 -4
  597. package/dist/esm/bal-input-slider.entry.js +67 -31
  598. package/dist/esm/bal-input-stepper.entry.js +1108 -1083
  599. package/dist/esm/bal-input.entry.js +144 -54
  600. package/dist/esm/bal-label.entry.js +56 -12
  601. package/dist/esm/bal-list_8.entry.js +97 -45
  602. package/dist/esm/{bal-logo.animation-560601c6.js → bal-logo.animation-Bm-_mal3.js} +4 -3
  603. package/dist/esm/bal-logo.entry.js +24 -16
  604. package/dist/esm/bal-modal_3.entry.js +43 -18
  605. package/dist/esm/bal-nav_8.entry.js +117 -79
  606. package/dist/esm/bal-navbar_5.entry.js +69 -23
  607. package/dist/esm/bal-notices_3.entry.js +65 -16
  608. package/dist/esm/bal-notification.entry.js +13 -4
  609. package/dist/esm/bal-number-input.entry.js +78 -167
  610. package/dist/esm/bal-option_2.entry.js +77 -33
  611. package/dist/esm/bal-pagination.entry.js +87 -66
  612. package/dist/esm/bal-popup.entry.js +64 -36
  613. package/dist/esm/bal-progress-bar.entry.js +24 -14
  614. package/dist/esm/bal-radio-icon.entry.js +25 -4
  615. package/dist/esm/bal-radio_2.entry.js +155 -72
  616. package/dist/esm/bal-segment_2.entry.js +91 -56
  617. package/dist/esm/bal-select_2.entry.js +130 -72
  618. package/dist/esm/bal-shape.entry.js +16 -8
  619. package/dist/esm/bal-sheet.entry.js +6 -4
  620. package/dist/esm/{bal-spinner.animation-81d4326e.js → bal-spinner.animation-Bv2Ow6xu.js} +1929 -1919
  621. package/dist/esm/bal-spinner.entry.js +31 -18
  622. package/dist/esm/bal-stack.entry.js +40 -9
  623. package/dist/esm/bal-stage_6.entry.js +26 -18
  624. package/dist/esm/bal-step-item.entry.js +34 -4
  625. package/dist/esm/bal-steps.entry.js +43 -29
  626. package/dist/esm/bal-switch.entry.js +22 -4
  627. package/dist/esm/bal-tab-item_2.entry.js +170 -75
  628. package/dist/esm/bal-table.entry.js +6 -4
  629. package/dist/esm/bal-tag_2.entry.js +31 -7
  630. package/dist/esm/bal-textarea.entry.js +62 -37
  631. package/dist/esm/bal-time-input.entry.js +56 -37
  632. package/dist/esm/bal-tooltip.entry.js +28 -15
  633. package/dist/esm/baloise-design-system.js +5 -11
  634. package/dist/esm/{breakpoints.decorator-4de4315f.js → breakpoints.decorator-SHkWCW_Y.js} +1 -1
  635. package/dist/esm/{breakpoints.subject-2f68e834.js → breakpoints.subject-C7fjILif.js} +4 -5
  636. package/dist/esm/{config.decorator-6795d1fe.js → config.decorator-T4wBa62Z.js} +1 -1
  637. package/dist/esm/{date-87bdb1d1.js → date-B9gcRx4E.js} +3213 -3826
  638. package/dist/esm/{device-8c6d2881.js → device-ClkcmLoi.js} +1 -1
  639. package/dist/esm/{element-states.decorator-d99dc83c.js → element-states.decorator-DH5waKVu.js} +2 -3
  640. package/dist/esm/{floating-ui-8ffbc979.js → floating-ui-CTp1F0dK.js} +2 -2
  641. package/dist/esm/{focus-visible-c1d6b5b8.js → focus-visible-DqCbGYzv.js} +2 -2
  642. package/dist/esm/{focus.decorator-988245d7.js → focus.decorator-DQpbKYaT.js} +2 -3
  643. package/dist/esm/{form-input-1ebdb905.js → form-input-CGW38ndP.js} +2 -6
  644. package/dist/esm/index-B4k_dH6V.js +1866 -0
  645. package/dist/esm/index-BU7FUSdu.js +569 -0
  646. package/dist/esm/index-D6JOtC1P.js +125 -0
  647. package/dist/esm/index-dYcsHLfj.js +600 -0
  648. package/dist/esm/index-pkPHUz5e.js +2980 -0
  649. package/dist/esm/index-zWZxKBfo.js +48 -0
  650. package/dist/esm/index.esm-Btc0yydR.js +210 -0
  651. package/dist/esm/index.js +24 -30
  652. package/dist/esm/{listener-04842ae9.js → listener-tzACU3qe.js} +1 -1
  653. package/dist/esm/loader.js +3 -10
  654. package/dist/esm/lottie_light_html-DuyI5RA6.js +11702 -0
  655. package/dist/esm/{mutation.decorator-6a69cedb.js → mutation.decorator-x6OeVGO1.js} +2 -2
  656. package/dist/esm/{number-ccf3fbd0.js → number-DZNVPmrJ.js} +1 -2
  657. package/dist/esm/{overlays-cee3838b.js → overlays-HStjSmzT.js} +2 -3
  658. package/dist/esm/purify.es-B3Q-Lii3.js +1328 -0
  659. package/dist/esm/{resize.decorator-3c8e5ee2.js → resize.decorator-D8jUH-n3.js} +2 -3
  660. package/dist/esm/{scroll-521224a9.js → scroll-CGUsHi6i.js} +1 -1
  661. package/dist/esm/{swipe.decorator-3d3585e7.js → swipe.decorator-CLIW6A6V.js} +1 -1
  662. package/dist/esm/{swipe.subject-26a9e5a5.js → swipe.subject-CgHMG_X7.js} +4 -4
  663. package/dist/esm/{swiper.util-8e17b8c4.js → swiper.util-lTWgy2NS.js} +4 -5
  664. package/dist/esm/{tokens.esm-4409ffbb.js → tokens.esm-BvmIi0Pf.js} +3 -2
  665. package/dist/esm/{tslib.es6-654e2c24.js → tslib.es6-dfXERft2.js} +2 -0
  666. package/dist/esm/{utils-9fbab1d3.js → utils-C_qktPg7.js} +6 -6
  667. package/dist/esm/{visibility.decorator-5db91610.js → visibility.decorator-DOE3Mnqt.js} +2 -2
  668. package/dist/esm/{window-resize.decorator-03b1ed50.js → window-resize.decorator-C4aZFmLU.js} +1 -24
  669. package/dist/esm/window-resize.subject-DTS_9rk_.js +26 -0
  670. package/dist/esm-es5/_commonjsHelpers-BFTU3MAI.js +1 -0
  671. package/dist/esm-es5/animation.decorator-DtxbEYY8.js +1 -0
  672. package/dist/esm-es5/array-CDfSqLEo.js +1 -0
  673. package/dist/esm-es5/{attributes-a3e70948.js → attributes-C4sZQbkT.js} +1 -1
  674. package/dist/esm-es5/bal-accordion_4.entry.js +1 -1
  675. package/dist/esm-es5/bal-app.entry.js +1 -1
  676. package/dist/esm-es5/bal-badge.entry.js +1 -1
  677. package/dist/esm-es5/bal-button_2.entry.js +1 -1
  678. package/dist/esm-es5/bal-card_6.entry.js +1 -1
  679. package/dist/esm-es5/bal-carousel_2.entry.js +1 -1
  680. package/dist/esm-es5/bal-check.entry.js +1 -1
  681. package/dist/esm-es5/bal-checkbox_2.entry.js +1 -1
  682. package/dist/esm-es5/bal-close.entry.js +1 -1
  683. package/dist/esm-es5/bal-content.entry.js +1 -1
  684. package/dist/esm-es5/bal-data_4.entry.js +1 -1
  685. package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -1
  686. package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -1
  687. package/dist/esm-es5/bal-date.entry.js +1 -1
  688. package/dist/esm-es5/bal-divider.entry.js +1 -1
  689. package/dist/esm-es5/bal-dropdown.entry.js +1 -1
  690. package/dist/esm-es5/bal-field_5.entry.js +1 -1
  691. package/dist/esm-es5/bal-file-upload.entry.js +1 -1
  692. package/dist/esm-es5/bal-footer.entry.js +1 -1
  693. package/dist/esm-es5/bal-form-col_2.entry.js +1 -1
  694. package/dist/esm-es5/bal-form.entry.js +1 -1
  695. package/dist/esm-es5/bal-heading_2.entry.js +1 -1
  696. package/dist/esm-es5/bal-hint_5.entry.js +1 -1
  697. package/dist/esm-es5/bal-icon.entry.js +1 -1
  698. package/dist/esm-es5/bal-input-group.entry.js +1 -1
  699. package/dist/esm-es5/bal-input-slider.entry.js +1 -1
  700. package/dist/esm-es5/bal-input-stepper.entry.js +1 -1
  701. package/dist/esm-es5/bal-input.entry.js +1 -1
  702. package/dist/esm-es5/bal-label.entry.js +1 -1
  703. package/dist/esm-es5/bal-list_8.entry.js +1 -1
  704. package/dist/esm-es5/bal-logo.animation-Bm-_mal3.js +1 -0
  705. package/dist/esm-es5/bal-logo.entry.js +1 -1
  706. package/dist/esm-es5/bal-modal_3.entry.js +1 -1
  707. package/dist/esm-es5/bal-nav_8.entry.js +1 -1
  708. package/dist/esm-es5/bal-navbar_5.entry.js +1 -1
  709. package/dist/esm-es5/bal-notices_3.entry.js +1 -1
  710. package/dist/esm-es5/bal-notification.entry.js +1 -1
  711. package/dist/esm-es5/bal-number-input.entry.js +1 -1
  712. package/dist/esm-es5/bal-option_2.entry.js +1 -1
  713. package/dist/esm-es5/bal-pagination.entry.js +1 -1
  714. package/dist/esm-es5/bal-popup.entry.js +1 -1
  715. package/dist/esm-es5/bal-progress-bar.entry.js +1 -1
  716. package/dist/esm-es5/bal-radio-icon.entry.js +1 -1
  717. package/dist/esm-es5/bal-radio_2.entry.js +1 -1
  718. package/dist/esm-es5/bal-segment_2.entry.js +1 -1
  719. package/dist/esm-es5/bal-select_2.entry.js +1 -1
  720. package/dist/esm-es5/bal-shape.entry.js +1 -1
  721. package/dist/esm-es5/bal-sheet.entry.js +1 -1
  722. package/dist/esm-es5/{bal-spinner.animation-81d4326e.js → bal-spinner.animation-Bv2Ow6xu.js} +1 -1
  723. package/dist/esm-es5/bal-spinner.entry.js +1 -1
  724. package/dist/esm-es5/bal-stack.entry.js +1 -1
  725. package/dist/esm-es5/bal-stage_6.entry.js +1 -1
  726. package/dist/esm-es5/bal-step-item.entry.js +1 -1
  727. package/dist/esm-es5/bal-steps.entry.js +1 -1
  728. package/dist/esm-es5/bal-switch.entry.js +1 -1
  729. package/dist/esm-es5/bal-tab-item_2.entry.js +1 -1
  730. package/dist/esm-es5/bal-table.entry.js +1 -1
  731. package/dist/esm-es5/bal-tag_2.entry.js +1 -1
  732. package/dist/esm-es5/bal-textarea.entry.js +1 -1
  733. package/dist/esm-es5/bal-time-input.entry.js +1 -1
  734. package/dist/esm-es5/bal-tooltip.entry.js +1 -1
  735. package/dist/esm-es5/baloise-design-system.js +1 -1
  736. package/dist/esm-es5/breakpoints.decorator-SHkWCW_Y.js +1 -0
  737. package/dist/esm-es5/breakpoints.subject-C7fjILif.js +1 -0
  738. package/dist/esm-es5/config.decorator-T4wBa62Z.js +1 -0
  739. package/dist/esm-es5/date-B9gcRx4E.js +1 -0
  740. package/dist/esm-es5/device-ClkcmLoi.js +1 -0
  741. package/dist/esm-es5/element-states.decorator-DH5waKVu.js +1 -0
  742. package/dist/esm-es5/floating-ui-CTp1F0dK.js +1 -0
  743. package/dist/esm-es5/focus-visible-DqCbGYzv.js +1 -0
  744. package/dist/esm-es5/focus.decorator-DQpbKYaT.js +1 -0
  745. package/dist/esm-es5/form-input-CGW38ndP.js +1 -0
  746. package/dist/esm-es5/index-B4k_dH6V.js +1 -0
  747. package/dist/esm-es5/index-BU7FUSdu.js +1 -0
  748. package/dist/esm-es5/index-D6JOtC1P.js +1 -0
  749. package/dist/esm-es5/index-dYcsHLfj.js +1 -0
  750. package/dist/esm-es5/index-pkPHUz5e.js +2 -0
  751. package/dist/esm-es5/index-zWZxKBfo.js +1 -0
  752. package/dist/esm-es5/index.esm-Btc0yydR.js +1 -0
  753. package/dist/esm-es5/index.js +1 -1
  754. package/dist/esm-es5/listener-tzACU3qe.js +1 -0
  755. package/dist/esm-es5/loader.js +1 -1
  756. package/dist/esm-es5/lottie_light_html-DuyI5RA6.js +9 -0
  757. package/dist/esm-es5/mutation.decorator-x6OeVGO1.js +1 -0
  758. package/dist/esm-es5/number-DZNVPmrJ.js +1 -0
  759. package/dist/esm-es5/overlays-HStjSmzT.js +1 -0
  760. package/dist/esm-es5/purify.es-B3Q-Lii3.js +2 -0
  761. package/dist/esm-es5/resize.decorator-D8jUH-n3.js +1 -0
  762. package/dist/esm-es5/scroll-CGUsHi6i.js +1 -0
  763. package/dist/esm-es5/{swipe.decorator-3d3585e7.js → swipe.decorator-CLIW6A6V.js} +1 -1
  764. package/dist/esm-es5/swipe.subject-CgHMG_X7.js +1 -0
  765. package/dist/esm-es5/swiper.util-lTWgy2NS.js +1 -0
  766. package/dist/esm-es5/{tokens.esm-4409ffbb.js → tokens.esm-BvmIi0Pf.js} +1 -1
  767. package/dist/esm-es5/utils-C_qktPg7.js +1 -0
  768. package/dist/esm-es5/visibility.decorator-DOE3Mnqt.js +1 -0
  769. package/dist/esm-es5/window-resize.decorator-C4aZFmLU.js +1 -0
  770. package/dist/esm-es5/window-resize.subject-DTS_9rk_.js +1 -0
  771. package/dist/html.html-data.json +85 -1
  772. package/dist/types/components/bal-button/bal-button.d.ts +13 -1
  773. package/dist/types/components/bal-input/bal-input-util.d.ts +8 -0
  774. package/dist/types/components/bal-input/bal-input.d.ts +1 -1
  775. package/dist/types/components/bal-input/bal-input.interfaces.d.ts +1 -1
  776. package/dist/types/components/bal-input-stepper/bal-input-stepper.d.ts +1 -1
  777. package/dist/types/components/bal-nav/models/bal-nav-meta-button.d.ts +1 -1
  778. package/dist/types/components/bal-pagination/bal-pagination.d.ts +1 -1
  779. package/dist/types/components/bal-tabs/bal-tab-item/bal-tab-item.d.ts +3 -3
  780. package/dist/types/components.d.ts +1444 -10
  781. package/dist/types/index.d.ts +1 -1
  782. package/dist/types/stencil-public-runtime.d.ts +23 -1
  783. package/dist/types/tags-all.d.ts +1 -0
  784. package/dist/types/utils/config/config.types.d.ts +2 -0
  785. package/package.json +7 -7
  786. package/components/bal-text2.js +0 -94
  787. package/components/purify.js +0 -1353
  788. package/dist/baloise-design-system/p-00b37ea2.js +0 -1
  789. package/dist/baloise-design-system/p-00d6cf9a.system.js +0 -1
  790. package/dist/baloise-design-system/p-0193364e31.entry.js +0 -1
  791. package/dist/baloise-design-system/p-01cd830b.system.js +0 -1
  792. package/dist/baloise-design-system/p-02509f2aa1.system.entry.js +0 -1
  793. package/dist/baloise-design-system/p-04515987c7.system.entry.js +0 -1
  794. package/dist/baloise-design-system/p-056b22a7.system.js +0 -1
  795. package/dist/baloise-design-system/p-0783dc98dd.system.entry.js +0 -1
  796. package/dist/baloise-design-system/p-0833e523b1.entry.js +0 -1
  797. package/dist/baloise-design-system/p-0aa6f3518b.system.entry.js +0 -1
  798. package/dist/baloise-design-system/p-0ae449ae.system.js +0 -1
  799. package/dist/baloise-design-system/p-0b2b3dbe1b.entry.js +0 -1
  800. package/dist/baloise-design-system/p-0c336d76f5.entry.js +0 -1
  801. package/dist/baloise-design-system/p-0c34ba75.system.js +0 -1
  802. package/dist/baloise-design-system/p-11230944ba.system.entry.js +0 -1
  803. package/dist/baloise-design-system/p-1272e3f9c5.system.entry.js +0 -1
  804. package/dist/baloise-design-system/p-12b975fee6.system.entry.js +0 -1
  805. package/dist/baloise-design-system/p-13d44256.system.js +0 -1
  806. package/dist/baloise-design-system/p-14df54b760.entry.js +0 -1
  807. package/dist/baloise-design-system/p-15f86fd2.js +0 -1
  808. package/dist/baloise-design-system/p-16395ece.system.js +0 -1
  809. package/dist/baloise-design-system/p-166d571e.js +0 -1
  810. package/dist/baloise-design-system/p-16f5c678f5.entry.js +0 -1
  811. package/dist/baloise-design-system/p-1846561401.system.entry.js +0 -1
  812. package/dist/baloise-design-system/p-18675e20.js +0 -1
  813. package/dist/baloise-design-system/p-18c6b14c.system.js +0 -1
  814. package/dist/baloise-design-system/p-18cab6ff5b.entry.js +0 -1
  815. package/dist/baloise-design-system/p-1cfbf3093b.entry.js +0 -1
  816. package/dist/baloise-design-system/p-1f7d1eb48e.entry.js +0 -1
  817. package/dist/baloise-design-system/p-1fa4cbaca6.system.entry.js +0 -1
  818. package/dist/baloise-design-system/p-210cd438.system.js +0 -9
  819. package/dist/baloise-design-system/p-211fd73b2d.entry.js +0 -1
  820. package/dist/baloise-design-system/p-21b2d5d33b.system.entry.js +0 -1
  821. package/dist/baloise-design-system/p-23bdd8dc.system.js +0 -1
  822. package/dist/baloise-design-system/p-242625df10.system.entry.js +0 -1
  823. package/dist/baloise-design-system/p-24486c2cd6.entry.js +0 -1
  824. package/dist/baloise-design-system/p-2725c79107.system.entry.js +0 -1
  825. package/dist/baloise-design-system/p-27b9d8e173.entry.js +0 -1
  826. package/dist/baloise-design-system/p-2880433e.system.js +0 -1
  827. package/dist/baloise-design-system/p-28d0b9c851.system.entry.js +0 -1
  828. package/dist/baloise-design-system/p-2ccbe55a.js +0 -2
  829. package/dist/baloise-design-system/p-2d3770e7.system.js +0 -1
  830. package/dist/baloise-design-system/p-3131f323.system.js +0 -1
  831. package/dist/baloise-design-system/p-3153f3e507.system.entry.js +0 -1
  832. package/dist/baloise-design-system/p-3156541849.system.entry.js +0 -1
  833. package/dist/baloise-design-system/p-350a85a9.js +0 -1
  834. package/dist/baloise-design-system/p-36c605b7ed.entry.js +0 -1
  835. package/dist/baloise-design-system/p-371f93bd95.system.entry.js +0 -1
  836. package/dist/baloise-design-system/p-39cbb5b4.system.js +0 -1
  837. package/dist/baloise-design-system/p-3b6395d90b.system.entry.js +0 -1
  838. package/dist/baloise-design-system/p-3d3aa421.js +0 -1
  839. package/dist/baloise-design-system/p-3f01fc8b.js +0 -1
  840. package/dist/baloise-design-system/p-3f6fcc1a25.system.entry.js +0 -1
  841. package/dist/baloise-design-system/p-3fcfe14a45.system.entry.js +0 -1
  842. package/dist/baloise-design-system/p-4191bdf0.js +0 -1
  843. package/dist/baloise-design-system/p-41c8319b5f.entry.js +0 -1
  844. package/dist/baloise-design-system/p-422f347380.entry.js +0 -1
  845. package/dist/baloise-design-system/p-42d1374d6f.system.entry.js +0 -1
  846. package/dist/baloise-design-system/p-4573c419.js +0 -1
  847. package/dist/baloise-design-system/p-45d69189d4.system.entry.js +0 -1
  848. package/dist/baloise-design-system/p-472a8efc29.entry.js +0 -1
  849. package/dist/baloise-design-system/p-4743791e3f.entry.js +0 -1
  850. package/dist/baloise-design-system/p-4936cce309.entry.js +0 -1
  851. package/dist/baloise-design-system/p-4a1237e8.js +0 -1
  852. package/dist/baloise-design-system/p-4ad57bd1ee.entry.js +0 -1
  853. package/dist/baloise-design-system/p-4af5f1f9.js +0 -1
  854. package/dist/baloise-design-system/p-4ca4dff6.js +0 -1
  855. package/dist/baloise-design-system/p-4d4dd885fc.entry.js +0 -1
  856. package/dist/baloise-design-system/p-4d5477db.js +0 -1
  857. package/dist/baloise-design-system/p-4e8633942b.entry.js +0 -1
  858. package/dist/baloise-design-system/p-4f1232cf16.system.entry.js +0 -1
  859. package/dist/baloise-design-system/p-537189e0.js +0 -1
  860. package/dist/baloise-design-system/p-548ca0b3.js +0 -1
  861. package/dist/baloise-design-system/p-5569e7774f.entry.js +0 -1
  862. package/dist/baloise-design-system/p-56f686f295.system.entry.js +0 -1
  863. package/dist/baloise-design-system/p-576fea8fe0.system.entry.js +0 -1
  864. package/dist/baloise-design-system/p-584601ed8d.entry.js +0 -1
  865. package/dist/baloise-design-system/p-599fe1aecd.system.entry.js +0 -1
  866. package/dist/baloise-design-system/p-5b81a72518.system.entry.js +0 -1
  867. package/dist/baloise-design-system/p-5c391c5415.system.entry.js +0 -1
  868. package/dist/baloise-design-system/p-5d26868b4c.system.entry.js +0 -1
  869. package/dist/baloise-design-system/p-5d94ecd9.system.js +0 -1
  870. package/dist/baloise-design-system/p-5e506fea89.entry.js +0 -1
  871. package/dist/baloise-design-system/p-5e7b2f7fa5.system.entry.js +0 -1
  872. package/dist/baloise-design-system/p-5fbe1e715b.entry.js +0 -1
  873. package/dist/baloise-design-system/p-6461e0dc8c.entry.js +0 -1
  874. package/dist/baloise-design-system/p-659270e6.system.js +0 -1
  875. package/dist/baloise-design-system/p-65a3f66bb1.entry.js +0 -1
  876. package/dist/baloise-design-system/p-6780a7ed.system.js +0 -1
  877. package/dist/baloise-design-system/p-68f3a1d5de.entry.js +0 -1
  878. package/dist/baloise-design-system/p-6913b916.system.js +0 -1
  879. package/dist/baloise-design-system/p-694808374d.system.entry.js +0 -1
  880. package/dist/baloise-design-system/p-6ca25be56c.entry.js +0 -1
  881. package/dist/baloise-design-system/p-6df2900b29.system.entry.js +0 -1
  882. package/dist/baloise-design-system/p-6e3ed83858.entry.js +0 -1
  883. package/dist/baloise-design-system/p-70a29a3cf9.system.entry.js +0 -1
  884. package/dist/baloise-design-system/p-7187bc892e.system.entry.js +0 -1
  885. package/dist/baloise-design-system/p-7720b262.system.js +0 -1
  886. package/dist/baloise-design-system/p-77c7a0b0.js +0 -1
  887. package/dist/baloise-design-system/p-7961e095.system.js +0 -2
  888. package/dist/baloise-design-system/p-7ace6bb2b2.system.entry.js +0 -1
  889. package/dist/baloise-design-system/p-7d4fac85.js +0 -1
  890. package/dist/baloise-design-system/p-7ee8e43a78.entry.js +0 -1
  891. package/dist/baloise-design-system/p-835cf9d5.system.js +0 -1
  892. package/dist/baloise-design-system/p-86621bd1a3.system.entry.js +0 -1
  893. package/dist/baloise-design-system/p-8de1cbc123.system.entry.js +0 -1
  894. package/dist/baloise-design-system/p-975f69e2.js +0 -1
  895. package/dist/baloise-design-system/p-9a3d9e17.js +0 -1
  896. package/dist/baloise-design-system/p-9bea0924af.entry.js +0 -1
  897. package/dist/baloise-design-system/p-9fe6f3f427.system.entry.js +0 -1
  898. package/dist/baloise-design-system/p-a1449d0827.system.entry.js +0 -1
  899. package/dist/baloise-design-system/p-a1f6e944.system.js +0 -1
  900. package/dist/baloise-design-system/p-a65354df.js +0 -1
  901. package/dist/baloise-design-system/p-a6f19c8102.entry.js +0 -1
  902. package/dist/baloise-design-system/p-a7f480e29e.entry.js +0 -1
  903. package/dist/baloise-design-system/p-a8161761.js +0 -1
  904. package/dist/baloise-design-system/p-a8f4c51f7d.entry.js +0 -1
  905. package/dist/baloise-design-system/p-abaa6b209d.entry.js +0 -1
  906. package/dist/baloise-design-system/p-ad848b32cc.entry.js +0 -1
  907. package/dist/baloise-design-system/p-ade92c8b.js +0 -2
  908. package/dist/baloise-design-system/p-b0471793.system.js +0 -1
  909. package/dist/baloise-design-system/p-b0cf4731.js +0 -1
  910. package/dist/baloise-design-system/p-b31ef16307.system.entry.js +0 -1
  911. package/dist/baloise-design-system/p-b3720a73.system.js +0 -1
  912. package/dist/baloise-design-system/p-b53635762a.entry.js +0 -1
  913. package/dist/baloise-design-system/p-b651c3be06.system.entry.js +0 -1
  914. package/dist/baloise-design-system/p-b77e3348.js +0 -1
  915. package/dist/baloise-design-system/p-ba04f59382.entry.js +0 -1
  916. package/dist/baloise-design-system/p-bb0bea1a12.entry.js +0 -1
  917. package/dist/baloise-design-system/p-bdf651c552.system.entry.js +0 -1
  918. package/dist/baloise-design-system/p-be4404d14f.entry.js +0 -1
  919. package/dist/baloise-design-system/p-c018e14208.system.entry.js +0 -1
  920. package/dist/baloise-design-system/p-c1df952485.entry.js +0 -1
  921. package/dist/baloise-design-system/p-c75b737789.system.entry.js +0 -1
  922. package/dist/baloise-design-system/p-c90cd86f85.entry.js +0 -1
  923. package/dist/baloise-design-system/p-c942d04f.system.js +0 -1
  924. package/dist/baloise-design-system/p-caf7e785da.system.entry.js +0 -1
  925. package/dist/baloise-design-system/p-cb9a61cf9f.entry.js +0 -1
  926. package/dist/baloise-design-system/p-ce0bb62f88.system.entry.js +0 -1
  927. package/dist/baloise-design-system/p-ce4f5a6a.js +0 -1
  928. package/dist/baloise-design-system/p-cec9dcd5f0.system.entry.js +0 -1
  929. package/dist/baloise-design-system/p-d0cee779.system.js +0 -2
  930. package/dist/baloise-design-system/p-d41614f898.entry.js +0 -1
  931. package/dist/baloise-design-system/p-d4e5093b.js +0 -1
  932. package/dist/baloise-design-system/p-d96b1ee9.js +0 -1
  933. package/dist/baloise-design-system/p-dac493c4.system.js +0 -1
  934. package/dist/baloise-design-system/p-dc1f26ed82.entry.js +0 -1
  935. package/dist/baloise-design-system/p-ddfc39d563.system.entry.js +0 -1
  936. package/dist/baloise-design-system/p-de214c5ded.entry.js +0 -1
  937. package/dist/baloise-design-system/p-df907af8.system.js +0 -1
  938. package/dist/baloise-design-system/p-e004afb272.entry.js +0 -1
  939. package/dist/baloise-design-system/p-e0248dd3.js +0 -1
  940. package/dist/baloise-design-system/p-e1daa037f5.entry.js +0 -1
  941. package/dist/baloise-design-system/p-e442bfd948.entry.js +0 -1
  942. package/dist/baloise-design-system/p-e53cf246d6.system.entry.js +0 -1
  943. package/dist/baloise-design-system/p-e581de20.js +0 -1
  944. package/dist/baloise-design-system/p-e75452d8.system.js +0 -1
  945. package/dist/baloise-design-system/p-e88286bed3.system.entry.js +0 -1
  946. package/dist/baloise-design-system/p-ea96959c66.system.entry.js +0 -1
  947. package/dist/baloise-design-system/p-ec1863d2.js +0 -1
  948. package/dist/baloise-design-system/p-edb1f50e6a.entry.js +0 -1
  949. package/dist/baloise-design-system/p-eec38fbd.system.js +0 -1
  950. package/dist/baloise-design-system/p-eed5aa27.system.js +0 -1
  951. package/dist/baloise-design-system/p-f19930db.js +0 -1
  952. package/dist/baloise-design-system/p-f8db562aa1.entry.js +0 -1
  953. package/dist/baloise-design-system/p-fa2ea8a4.system.js +0 -1
  954. package/dist/baloise-design-system/p-fa6b5cde.system.js +0 -1
  955. package/dist/baloise-design-system/p-fd273f8f1e.entry.js +0 -1
  956. package/dist/baloise-design-system/p-fe2ef334.system.js +0 -1
  957. package/dist/baloise-design-system/p-ff36efab94.entry.js +0 -1
  958. package/dist/cjs/app-globals-0d8db19e.js +0 -11
  959. package/dist/cjs/browser-1d542d0f.js +0 -64
  960. package/dist/cjs/config.default-7e96eb95.js +0 -48
  961. package/dist/cjs/config.utils-df30e424.js +0 -140
  962. package/dist/cjs/helpers-debb881a.js +0 -331
  963. package/dist/cjs/index-24d802b4.js +0 -594
  964. package/dist/cjs/index-3b7f8988.js +0 -1860
  965. package/dist/cjs/index-758765f7.js +0 -560
  966. package/dist/cjs/index-84f42282.js +0 -1810
  967. package/dist/cjs/index-e6a233be.js +0 -37
  968. package/dist/cjs/index.esm-a38eebac.js +0 -212
  969. package/dist/cjs/initialize-2e8978a4.js +0 -319
  970. package/dist/cjs/log-33398c2a.js +0 -80
  971. package/dist/cjs/lottie_light_html-cbfdf82e.js +0 -11694
  972. package/dist/cjs/purify-b01229e2.js +0 -1355
  973. package/dist/cjs/window-resize.decorator-56853e4c.js +0 -48
  974. package/dist/esm/_commonjsHelpers-1c8beb5f.js +0 -3
  975. package/dist/esm/app-globals-07bd529a.js +0 -9
  976. package/dist/esm/browser-a8073d92.js +0 -62
  977. package/dist/esm/config.default-53a04699.js +0 -45
  978. package/dist/esm/config.utils-f3793464.js +0 -101
  979. package/dist/esm/helpers-51d51cc5.js +0 -307
  980. package/dist/esm/index-82aff103.js +0 -35
  981. package/dist/esm/index-8d2a7ce7.js +0 -1779
  982. package/dist/esm/index-95ee0c4b.js +0 -1858
  983. package/dist/esm/index-bba06972.js +0 -558
  984. package/dist/esm/index-db06fb0e.js +0 -592
  985. package/dist/esm/index.esm-9079680d.js +0 -206
  986. package/dist/esm/initialize-c00194b2.js +0 -312
  987. package/dist/esm/log-dfd1c19f.js +0 -77
  988. package/dist/esm/lottie_light_html-ab90e4a2.js +0 -11692
  989. package/dist/esm/purify-8cb49f16.js +0 -1353
  990. package/dist/esm-es5/_commonjsHelpers-1c8beb5f.js +0 -1
  991. package/dist/esm-es5/animation.decorator-7fca988f.js +0 -1
  992. package/dist/esm-es5/app-globals-07bd529a.js +0 -1
  993. package/dist/esm-es5/array-4c09dfe3.js +0 -1
  994. package/dist/esm-es5/bal-logo.animation-560601c6.js +0 -1
  995. package/dist/esm-es5/breakpoints.decorator-4de4315f.js +0 -1
  996. package/dist/esm-es5/breakpoints.subject-2f68e834.js +0 -1
  997. package/dist/esm-es5/browser-a8073d92.js +0 -1
  998. package/dist/esm-es5/config.decorator-6795d1fe.js +0 -1
  999. package/dist/esm-es5/config.default-53a04699.js +0 -1
  1000. package/dist/esm-es5/config.utils-f3793464.js +0 -1
  1001. package/dist/esm-es5/date-87bdb1d1.js +0 -1
  1002. package/dist/esm-es5/device-8c6d2881.js +0 -1
  1003. package/dist/esm-es5/element-states.decorator-d99dc83c.js +0 -1
  1004. package/dist/esm-es5/floating-ui-8ffbc979.js +0 -1
  1005. package/dist/esm-es5/focus-visible-c1d6b5b8.js +0 -1
  1006. package/dist/esm-es5/focus.decorator-988245d7.js +0 -1
  1007. package/dist/esm-es5/form-input-1ebdb905.js +0 -1
  1008. package/dist/esm-es5/helpers-51d51cc5.js +0 -1
  1009. package/dist/esm-es5/index-82aff103.js +0 -1
  1010. package/dist/esm-es5/index-8d2a7ce7.js +0 -2
  1011. package/dist/esm-es5/index-95ee0c4b.js +0 -1
  1012. package/dist/esm-es5/index-bba06972.js +0 -1
  1013. package/dist/esm-es5/index-db06fb0e.js +0 -1
  1014. package/dist/esm-es5/index.esm-9079680d.js +0 -1
  1015. package/dist/esm-es5/initialize-c00194b2.js +0 -1
  1016. package/dist/esm-es5/listener-04842ae9.js +0 -1
  1017. package/dist/esm-es5/log-dfd1c19f.js +0 -1
  1018. package/dist/esm-es5/lottie_light_html-ab90e4a2.js +0 -9
  1019. package/dist/esm-es5/mutation.decorator-6a69cedb.js +0 -1
  1020. package/dist/esm-es5/number-ccf3fbd0.js +0 -1
  1021. package/dist/esm-es5/overlays-cee3838b.js +0 -1
  1022. package/dist/esm-es5/purify-8cb49f16.js +0 -2
  1023. package/dist/esm-es5/resize.decorator-3c8e5ee2.js +0 -1
  1024. package/dist/esm-es5/scroll-521224a9.js +0 -1
  1025. package/dist/esm-es5/swipe.subject-26a9e5a5.js +0 -1
  1026. package/dist/esm-es5/swiper.util-8e17b8c4.js +0 -1
  1027. package/dist/esm-es5/utils-9fbab1d3.js +0 -1
  1028. package/dist/esm-es5/visibility.decorator-5db91610.js +0 -1
  1029. package/dist/esm-es5/window-resize.decorator-03b1ed50.js +0 -1
  1030. package/loader/package.json +0 -11
  1031. /package/components/{floating-ui.dom.esm.js → floating-ui.dom.js} +0 -0
  1032. /package/dist/baloise-design-system/{p-8dc7ee30.js → p-B4aDEwd8.js} +0 -0
  1033. /package/dist/baloise-design-system/{p-5ed239cc.js → p-BLp4ll3i.js} +0 -0
  1034. /package/dist/baloise-design-system/{p-db0895e2.system.js → p-BbAtjg9Y.system.js} +0 -0
  1035. /package/dist/baloise-design-system/{p-11f970ba.js → p-BkEdlCZJ.js} +0 -0
  1036. /package/dist/baloise-design-system/{p-4c0bad70.system.js → p-BktTDSq4.system.js} +0 -0
  1037. /package/dist/baloise-design-system/{p-f3f5ce4f.js → p-BmVI6cLw.js} +0 -0
  1038. /package/dist/baloise-design-system/{p-ae86d0a0.js → p-ByiN-QjD.js} +0 -0
  1039. /package/dist/baloise-design-system/{p-3ecc7d9a.system.js → p-CDt5sRVY.system.js} +0 -0
  1040. /package/dist/baloise-design-system/{p-5f26e92f.system.js → p-CGJ8YYiA.system.js} +0 -0
  1041. /package/dist/baloise-design-system/{p-907368ff.system.js → p-CLfE_o7e.system.js} +0 -0
  1042. /package/dist/baloise-design-system/{p-8a2bab70.system.js → p-CTl0uAFp.system.js} +0 -0
  1043. /package/dist/baloise-design-system/{p-6dbef894.system.js → p-Cjiw70Dk.system.js} +0 -0
  1044. /package/dist/baloise-design-system/{p-a0fe8d65.js → p-Ct27z6g9.js} +0 -0
  1045. /package/dist/baloise-design-system/{p-dc98854c.js → p-D1VPLQ5z.js} +0 -0
  1046. /package/dist/baloise-design-system/{p-e7d72d7c.system.js → p-D5Gy6WbU.system.js} +0 -0
  1047. /package/dist/baloise-design-system/{p-6b45db53.system.js → p-DAOAbG5Y.system.js} +0 -0
  1048. /package/dist/baloise-design-system/{p-8f2e9a7f.js → p-DBsOHTWj.js} +0 -0
  1049. /package/dist/baloise-design-system/{p-ad81b8ea.js → p-DEb5iNGc.js} +0 -0
  1050. /package/dist/baloise-design-system/{p-06ecf846.js → p-DIC_sxLd.js} +0 -0
  1051. /package/dist/baloise-design-system/{p-2da669b4.system.js → p-DKjTFqnu.system.js} +0 -0
  1052. /package/dist/baloise-design-system/{p-14d0c5f3.system.js → p-DPYRyPTD.system.js} +0 -0
  1053. /package/dist/baloise-design-system/{p-278aed95.system.js → p-DWgCJRpS.system.js} +0 -0
  1054. /package/dist/baloise-design-system/{p-ba579059.system.js → p-Dd7xQwRJ.system.js} +0 -0
  1055. /package/dist/baloise-design-system/{p-fe76780d.system.js → p-DkfWaTsH.system.js} +0 -0
  1056. /package/dist/baloise-design-system/{p-1a158488.js → p-DuObDTix.js} +0 -0
  1057. /package/dist/baloise-design-system/{p-59d9918c.system.js → p-Dz-E2PRm.system.js} +0 -0
  1058. /package/dist/baloise-design-system/{p-5eb3fbb9.js → p-FCLKfv6B.js} +0 -0
  1059. /package/dist/baloise-design-system/{p-09ab29d6.js → p-JHAE10yr.js} +0 -0
  1060. /package/dist/baloise-design-system/{p-4e642b63.system.js → p-SdtgSPca.system.js} +0 -0
  1061. /package/dist/baloise-design-system/{p-43c9f5e9.js → p-dfXERft2.js} +0 -0
  1062. /package/dist/baloise-design-system/{p-a65bc5e2.js → p-rBUN7c88.js} +0 -0
  1063. /package/dist/baloise-design-system/{p-99cfab9c.system.js → p-wTePExHL.system.js} +0 -0
  1064. /package/dist/baloise-design-system/{p-ec1efe3d.js → p-xVPGsAdF.js} +0 -0
  1065. /package/dist/cjs/{aria-7672033f.js → aria-BzkqcV7W.js} +0 -0
  1066. /package/dist/cjs/{bal-close.i18n-56dddd35.js → bal-close.i18n-B3X5xlkl.js} +0 -0
  1067. /package/dist/cjs/{bal-file-upload.type-616d69d9.js → bal-file-upload.type-BzNkF3YQ.js} +0 -0
  1068. /package/dist/cjs/{bal-input-stepper.i18n-dbcd32ab.js → bal-input-stepper.i18n-D57DHpYR.js} +0 -0
  1069. /package/dist/cjs/{bal-label.i18n-a25878af.js → bal-label.i18n-BcNNm9Es.js} +0 -0
  1070. /package/dist/cjs/{bal-step.util-3c009db9.js → bal-step.util-DQcaqybX.js} +0 -0
  1071. /package/dist/cjs/{bal-tab.util-d0785ef4.js → bal-tab.util-DFGwGbfr.js} +0 -0
  1072. /package/dist/cjs/{bal-time-input.i18n-b2bb9182.js → bal-time-input.i18n-Bfr3EMVD.js} +0 -0
  1073. /package/dist/cjs/{bem-81bc6a2d.js → bem-p0PWVN8n.js} +0 -0
  1074. /package/dist/cjs/{contact-61b41246.js → contact-qHJM5IBh.js} +0 -0
  1075. /package/dist/cjs/{floating-ui.dom.esm-13e3f667.js → floating-ui.dom-BPU3HWKX.js} +0 -0
  1076. /package/dist/cjs/{form-17c98ac2.js → form-BSlIiqcR.js} +0 -0
  1077. /package/dist/cjs/{keyboard.helpers-2093e793.js → keyboard.helpers-BkZpVT-9.js} +0 -0
  1078. /package/dist/cjs/{keys.constant-b53da545.js → keys.constant-LnwxHAZo.js} +0 -0
  1079. /package/dist/cjs/{mask-util-19c28b4a.js → mask-util-B8hrxmqO.js} +0 -0
  1080. /package/dist/cjs/{option-85af0921.js → option-kGk4eTdA.js} +0 -0
  1081. /package/dist/esm/{aria-ea150568.js → aria-DBsOHTWj.js} +0 -0
  1082. /package/dist/esm/{bal-close.i18n-f2daa707.js → bal-close.i18n-Ct27z6g9.js} +0 -0
  1083. /package/dist/esm/{bal-file-upload.type-2a70f4ec.js → bal-file-upload.type-rBUN7c88.js} +0 -0
  1084. /package/dist/esm/{bal-input-stepper.i18n-aaa4a009.js → bal-input-stepper.i18n-DEb5iNGc.js} +0 -0
  1085. /package/dist/esm/{bal-label.i18n-4212be56.js → bal-label.i18n-JHAE10yr.js} +0 -0
  1086. /package/dist/esm/{bal-step.util-3905ad56.js → bal-step.util-DIC_sxLd.js} +0 -0
  1087. /package/dist/esm/{bal-tab.util-933315fe.js → bal-tab.util-BmVI6cLw.js} +0 -0
  1088. /package/dist/esm/{bal-time-input.i18n-157c7092.js → bal-time-input.i18n-B4aDEwd8.js} +0 -0
  1089. /package/dist/esm/{bem-8c7d2eb0.js → bem-ByiN-QjD.js} +0 -0
  1090. /package/dist/esm/{contact-91a44c8c.js → contact-BkEdlCZJ.js} +0 -0
  1091. /package/dist/esm/{floating-ui.dom.esm-efb93616.js → floating-ui.dom-DKxvaA1I.js} +0 -0
  1092. /package/dist/esm/{form-841232ff.js → form-FCLKfv6B.js} +0 -0
  1093. /package/dist/esm/{keyboard.helpers-159e517d.js → keyboard.helpers-D1VPLQ5z.js} +0 -0
  1094. /package/dist/esm/{keys.constant-0eb059e0.js → keys.constant-xVPGsAdF.js} +0 -0
  1095. /package/dist/esm/{mask-util-71edc2b8.js → mask-util-DuObDTix.js} +0 -0
  1096. /package/dist/esm/{option-367a5341.js → option-BLp4ll3i.js} +0 -0
  1097. /package/dist/esm-es5/{aria-ea150568.js → aria-DBsOHTWj.js} +0 -0
  1098. /package/dist/esm-es5/{bal-close.i18n-f2daa707.js → bal-close.i18n-Ct27z6g9.js} +0 -0
  1099. /package/dist/esm-es5/{bal-file-upload.type-2a70f4ec.js → bal-file-upload.type-rBUN7c88.js} +0 -0
  1100. /package/dist/esm-es5/{bal-input-stepper.i18n-aaa4a009.js → bal-input-stepper.i18n-DEb5iNGc.js} +0 -0
  1101. /package/dist/esm-es5/{bal-label.i18n-4212be56.js → bal-label.i18n-JHAE10yr.js} +0 -0
  1102. /package/dist/esm-es5/{bal-step.util-3905ad56.js → bal-step.util-DIC_sxLd.js} +0 -0
  1103. /package/dist/esm-es5/{bal-tab.util-933315fe.js → bal-tab.util-BmVI6cLw.js} +0 -0
  1104. /package/dist/esm-es5/{bal-time-input.i18n-157c7092.js → bal-time-input.i18n-B4aDEwd8.js} +0 -0
  1105. /package/dist/esm-es5/{bem-8c7d2eb0.js → bem-ByiN-QjD.js} +0 -0
  1106. /package/dist/esm-es5/{contact-91a44c8c.js → contact-BkEdlCZJ.js} +0 -0
  1107. /package/dist/esm-es5/{floating-ui.dom.esm-efb93616.js → floating-ui.dom-DKxvaA1I.js} +0 -0
  1108. /package/dist/esm-es5/{form-841232ff.js → form-FCLKfv6B.js} +0 -0
  1109. /package/dist/esm-es5/{keyboard.helpers-159e517d.js → keyboard.helpers-D1VPLQ5z.js} +0 -0
  1110. /package/dist/esm-es5/{keys.constant-0eb059e0.js → keys.constant-xVPGsAdF.js} +0 -0
  1111. /package/dist/esm-es5/{mask-util-71edc2b8.js → mask-util-DuObDTix.js} +0 -0
  1112. /package/dist/esm-es5/{option-367a5341.js → option-BLp4ll3i.js} +0 -0
  1113. /package/dist/esm-es5/{tslib.es6-654e2c24.js → tslib.es6-dfXERft2.js} +0 -0
@@ -1,13 +1,9 @@
1
- import { r as registerInstance, h, H as Host } from './index-8d2a7ce7.js';
2
- import { _ as __decorate, a as __metadata } from './tslib.es6-654e2c24.js';
3
- import { D as DOMPurify } from './purify-8cb49f16.js';
4
- import { c as commonjsGlobal } from './_commonjsHelpers-1c8beb5f.js';
5
- import { B as BEM } from './bem-8c7d2eb0.js';
6
- import { d as defaultConfig } from './config.default-53a04699.js';
7
- import { L as ListenToConfig } from './config.decorator-6795d1fe.js';
8
- import './log-dfd1c19f.js';
9
- import './browser-a8073d92.js';
10
- import './config.utils-f3793464.js';
1
+ import { H as registerInstance, f as defaultConfig, M as h, N as Host } from './index-pkPHUz5e.js';
2
+ import { _ as __decorate, a as __metadata } from './tslib.es6-dfXERft2.js';
3
+ import { p as purify } from './purify.es-B3Q-Lii3.js';
4
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './_commonjsHelpers-BFTU3MAI.js';
5
+ import { B as BEM } from './bem-ByiN-QjD.js';
6
+ import { L as ListenToConfig } from './config.decorator-T4wBa62Z.js';
11
7
 
12
8
  /**
13
9
  * lodash (Custom Build) <https://lodash.com/>
@@ -18,596 +14,601 @@ import './config.utils-f3793464.js';
18
14
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
19
15
  */
20
16
 
21
- /** Used as references for various `Number` constants. */
22
- var INFINITY$1 = 1 / 0;
23
-
24
- /** `Object#toString` result references. */
25
- var symbolTag$1 = '[object Symbol]';
26
-
27
- /** Used to match words composed of alphanumeric characters. */
28
- var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
29
-
30
- /** Used to match Latin Unicode letters (excluding mathematical operators). */
31
- var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
32
-
33
- /** Used to compose unicode character classes. */
34
- var rsAstralRange$1 = '\\ud800-\\udfff',
35
- rsComboMarksRange$1 = '\\u0300-\\u036f\\ufe20-\\ufe23',
36
- rsComboSymbolsRange$1 = '\\u20d0-\\u20f0',
37
- rsDingbatRange = '\\u2700-\\u27bf',
38
- rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff',
39
- rsMathOpRange = '\\xac\\xb1\\xd7\\xf7',
40
- rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf',
41
- rsPunctuationRange = '\\u2000-\\u206f',
42
- rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000',
43
- rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde',
44
- rsVarRange$1 = '\\ufe0e\\ufe0f',
45
- rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;
46
-
47
- /** Used to compose unicode capture groups. */
48
- var rsApos = "['\u2019]",
49
- rsAstral$1 = '[' + rsAstralRange$1 + ']',
50
- rsBreak = '[' + rsBreakRange + ']',
51
- rsCombo$1 = '[' + rsComboMarksRange$1 + rsComboSymbolsRange$1 + ']',
52
- rsDigits = '\\d+',
53
- rsDingbat = '[' + rsDingbatRange + ']',
54
- rsLower = '[' + rsLowerRange + ']',
55
- rsMisc = '[^' + rsAstralRange$1 + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',
56
- rsFitz$1 = '\\ud83c[\\udffb-\\udfff]',
57
- rsModifier$1 = '(?:' + rsCombo$1 + '|' + rsFitz$1 + ')',
58
- rsNonAstral$1 = '[^' + rsAstralRange$1 + ']',
59
- rsRegional$1 = '(?:\\ud83c[\\udde6-\\uddff]){2}',
60
- rsSurrPair$1 = '[\\ud800-\\udbff][\\udc00-\\udfff]',
61
- rsUpper = '[' + rsUpperRange + ']',
62
- rsZWJ$1 = '\\u200d';
63
-
64
- /** Used to compose unicode regexes. */
65
- var rsLowerMisc = '(?:' + rsLower + '|' + rsMisc + ')',
66
- rsUpperMisc = '(?:' + rsUpper + '|' + rsMisc + ')',
67
- rsOptLowerContr = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?',
68
- rsOptUpperContr = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?',
69
- reOptMod$1 = rsModifier$1 + '?',
70
- rsOptVar$1 = '[' + rsVarRange$1 + ']?',
71
- rsOptJoin$1 = '(?:' + rsZWJ$1 + '(?:' + [rsNonAstral$1, rsRegional$1, rsSurrPair$1].join('|') + ')' + rsOptVar$1 + reOptMod$1 + ')*',
72
- rsSeq$1 = rsOptVar$1 + reOptMod$1 + rsOptJoin$1,
73
- rsEmoji = '(?:' + [rsDingbat, rsRegional$1, rsSurrPair$1].join('|') + ')' + rsSeq$1,
74
- rsSymbol$1 = '(?:' + [rsNonAstral$1 + rsCombo$1 + '?', rsCombo$1, rsRegional$1, rsSurrPair$1, rsAstral$1].join('|') + ')';
75
-
76
- /** Used to match apostrophes. */
77
- var reApos = RegExp(rsApos, 'g');
78
-
79
- /**
80
- * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and
81
- * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).
82
- */
83
- var reComboMark = RegExp(rsCombo$1, 'g');
84
-
85
- /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */
86
- var reUnicode$1 = RegExp(rsFitz$1 + '(?=' + rsFitz$1 + ')|' + rsSymbol$1 + rsSeq$1, 'g');
87
-
88
- /** Used to match complex or compound words. */
89
- var reUnicodeWord = RegExp([
90
- rsUpper + '?' + rsLower + '+' + rsOptLowerContr + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',
91
- rsUpperMisc + '+' + rsOptUpperContr + '(?=' + [rsBreak, rsUpper + rsLowerMisc, '$'].join('|') + ')',
92
- rsUpper + '?' + rsLowerMisc + '+' + rsOptLowerContr,
93
- rsUpper + '+' + rsOptUpperContr,
94
- rsDigits,
95
- rsEmoji
96
- ].join('|'), 'g');
97
-
98
- /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */
99
- var reHasUnicode$1 = RegExp('[' + rsZWJ$1 + rsAstralRange$1 + rsComboMarksRange$1 + rsComboSymbolsRange$1 + rsVarRange$1 + ']');
100
-
101
- /** Used to detect strings that need a more robust regexp to match words. */
102
- var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
103
-
104
- /** Used to map Latin Unicode letters to basic Latin letters. */
105
- var deburredLetters = {
106
- // Latin-1 Supplement block.
107
- '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A',
108
- '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a',
109
- '\xc7': 'C', '\xe7': 'c',
110
- '\xd0': 'D', '\xf0': 'd',
111
- '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E',
112
- '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e',
113
- '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I',
114
- '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i',
115
- '\xd1': 'N', '\xf1': 'n',
116
- '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O',
117
- '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o',
118
- '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U',
119
- '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u',
120
- '\xdd': 'Y', '\xfd': 'y', '\xff': 'y',
121
- '\xc6': 'Ae', '\xe6': 'ae',
122
- '\xde': 'Th', '\xfe': 'th',
123
- '\xdf': 'ss',
124
- // Latin Extended-A block.
125
- '\u0100': 'A', '\u0102': 'A', '\u0104': 'A',
126
- '\u0101': 'a', '\u0103': 'a', '\u0105': 'a',
127
- '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C',
128
- '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c',
129
- '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd',
130
- '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E',
131
- '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e',
132
- '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G',
133
- '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g',
134
- '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h',
135
- '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I',
136
- '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i',
137
- '\u0134': 'J', '\u0135': 'j',
138
- '\u0136': 'K', '\u0137': 'k', '\u0138': 'k',
139
- '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L',
140
- '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l',
141
- '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N',
142
- '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n',
143
- '\u014c': 'O', '\u014e': 'O', '\u0150': 'O',
144
- '\u014d': 'o', '\u014f': 'o', '\u0151': 'o',
145
- '\u0154': 'R', '\u0156': 'R', '\u0158': 'R',
146
- '\u0155': 'r', '\u0157': 'r', '\u0159': 'r',
147
- '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S',
148
- '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's',
149
- '\u0162': 'T', '\u0164': 'T', '\u0166': 'T',
150
- '\u0163': 't', '\u0165': 't', '\u0167': 't',
151
- '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U',
152
- '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u',
153
- '\u0174': 'W', '\u0175': 'w',
154
- '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y',
155
- '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z',
156
- '\u017a': 'z', '\u017c': 'z', '\u017e': 'z',
157
- '\u0132': 'IJ', '\u0133': 'ij',
158
- '\u0152': 'Oe', '\u0153': 'oe',
159
- '\u0149': "'n", '\u017f': 'ss'
160
- };
161
-
162
- /** Detect free variable `global` from Node.js. */
163
- var freeGlobal$1 = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
164
-
165
- /** Detect free variable `self`. */
166
- var freeSelf$1 = typeof self == 'object' && self && self.Object === Object && self;
167
-
168
- /** Used as a reference to the global object. */
169
- var root$1 = freeGlobal$1 || freeSelf$1 || Function('return this')();
170
-
171
- /**
172
- * A specialized version of `_.reduce` for arrays without support for
173
- * iteratee shorthands.
174
- *
175
- * @private
176
- * @param {Array} [array] The array to iterate over.
177
- * @param {Function} iteratee The function invoked per iteration.
178
- * @param {*} [accumulator] The initial value.
179
- * @param {boolean} [initAccum] Specify using the first element of `array` as
180
- * the initial value.
181
- * @returns {*} Returns the accumulated value.
182
- */
183
- function arrayReduce(array, iteratee, accumulator, initAccum) {
184
- var index = -1,
185
- length = array ? array.length : 0;
186
-
187
- if (initAccum && length) {
188
- accumulator = array[++index];
189
- }
190
- while (++index < length) {
191
- accumulator = iteratee(accumulator, array[index], index, array);
192
- }
193
- return accumulator;
194
- }
195
-
196
- /**
197
- * Converts an ASCII `string` to an array.
198
- *
199
- * @private
200
- * @param {string} string The string to convert.
201
- * @returns {Array} Returns the converted array.
202
- */
203
- function asciiToArray$1(string) {
204
- return string.split('');
205
- }
206
-
207
- /**
208
- * Splits an ASCII `string` into an array of its words.
209
- *
210
- * @private
211
- * @param {string} The string to inspect.
212
- * @returns {Array} Returns the words of `string`.
213
- */
214
- function asciiWords(string) {
215
- return string.match(reAsciiWord) || [];
216
- }
217
-
218
- /**
219
- * The base implementation of `_.propertyOf` without support for deep paths.
220
- *
221
- * @private
222
- * @param {Object} object The object to query.
223
- * @returns {Function} Returns the new accessor function.
224
- */
225
- function basePropertyOf(object) {
226
- return function(key) {
227
- return object == null ? undefined : object[key];
228
- };
229
- }
230
-
231
- /**
232
- * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A
233
- * letters to basic Latin letters.
234
- *
235
- * @private
236
- * @param {string} letter The matched letter to deburr.
237
- * @returns {string} Returns the deburred letter.
238
- */
239
- var deburrLetter = basePropertyOf(deburredLetters);
240
-
241
- /**
242
- * Checks if `string` contains Unicode symbols.
243
- *
244
- * @private
245
- * @param {string} string The string to inspect.
246
- * @returns {boolean} Returns `true` if a symbol is found, else `false`.
247
- */
248
- function hasUnicode$1(string) {
249
- return reHasUnicode$1.test(string);
250
- }
251
-
252
- /**
253
- * Checks if `string` contains a word composed of Unicode symbols.
254
- *
255
- * @private
256
- * @param {string} string The string to inspect.
257
- * @returns {boolean} Returns `true` if a word is found, else `false`.
258
- */
259
- function hasUnicodeWord(string) {
260
- return reHasUnicodeWord.test(string);
261
- }
262
-
263
- /**
264
- * Converts `string` to an array.
265
- *
266
- * @private
267
- * @param {string} string The string to convert.
268
- * @returns {Array} Returns the converted array.
269
- */
270
- function stringToArray$1(string) {
271
- return hasUnicode$1(string)
272
- ? unicodeToArray$1(string)
273
- : asciiToArray$1(string);
274
- }
275
-
276
- /**
277
- * Converts a Unicode `string` to an array.
278
- *
279
- * @private
280
- * @param {string} string The string to convert.
281
- * @returns {Array} Returns the converted array.
282
- */
283
- function unicodeToArray$1(string) {
284
- return string.match(reUnicode$1) || [];
285
- }
286
-
287
- /**
288
- * Splits a Unicode `string` into an array of its words.
289
- *
290
- * @private
291
- * @param {string} The string to inspect.
292
- * @returns {Array} Returns the words of `string`.
293
- */
294
- function unicodeWords(string) {
295
- return string.match(reUnicodeWord) || [];
296
- }
297
-
298
- /** Used for built-in method references. */
299
- var objectProto$1 = Object.prototype;
300
-
301
- /**
302
- * Used to resolve the
303
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
304
- * of values.
305
- */
306
- var objectToString$1 = objectProto$1.toString;
307
-
308
- /** Built-in value references. */
309
- var Symbol$1 = root$1.Symbol;
310
-
311
- /** Used to convert symbols to primitives and strings. */
312
- var symbolProto$1 = Symbol$1 ? Symbol$1.prototype : undefined,
313
- symbolToString$1 = symbolProto$1 ? symbolProto$1.toString : undefined;
314
-
315
- /**
316
- * The base implementation of `_.slice` without an iteratee call guard.
317
- *
318
- * @private
319
- * @param {Array} array The array to slice.
320
- * @param {number} [start=0] The start position.
321
- * @param {number} [end=array.length] The end position.
322
- * @returns {Array} Returns the slice of `array`.
323
- */
324
- function baseSlice$1(array, start, end) {
325
- var index = -1,
326
- length = array.length;
327
-
328
- if (start < 0) {
329
- start = -start > length ? 0 : (length + start);
330
- }
331
- end = end > length ? length : end;
332
- if (end < 0) {
333
- end += length;
334
- }
335
- length = start > end ? 0 : ((end - start) >>> 0);
336
- start >>>= 0;
337
-
338
- var result = Array(length);
339
- while (++index < length) {
340
- result[index] = array[index + start];
341
- }
342
- return result;
343
- }
344
-
345
- /**
346
- * The base implementation of `_.toString` which doesn't convert nullish
347
- * values to empty strings.
348
- *
349
- * @private
350
- * @param {*} value The value to process.
351
- * @returns {string} Returns the string.
352
- */
353
- function baseToString$1(value) {
354
- // Exit early for strings to avoid a performance hit in some environments.
355
- if (typeof value == 'string') {
356
- return value;
357
- }
358
- if (isSymbol$1(value)) {
359
- return symbolToString$1 ? symbolToString$1.call(value) : '';
360
- }
361
- var result = (value + '');
362
- return (result == '0' && (1 / value) == -INFINITY$1) ? '-0' : result;
363
- }
364
-
365
- /**
366
- * Casts `array` to a slice if it's needed.
367
- *
368
- * @private
369
- * @param {Array} array The array to inspect.
370
- * @param {number} start The start position.
371
- * @param {number} [end=array.length] The end position.
372
- * @returns {Array} Returns the cast slice.
373
- */
374
- function castSlice$1(array, start, end) {
375
- var length = array.length;
376
- end = end === undefined ? length : end;
377
- return (!start && end >= length) ? array : baseSlice$1(array, start, end);
378
- }
379
-
380
- /**
381
- * Creates a function like `_.lowerFirst`.
382
- *
383
- * @private
384
- * @param {string} methodName The name of the `String` case method to use.
385
- * @returns {Function} Returns the new case function.
386
- */
387
- function createCaseFirst$1(methodName) {
388
- return function(string) {
389
- string = toString$1(string);
390
-
391
- var strSymbols = hasUnicode$1(string)
392
- ? stringToArray$1(string)
393
- : undefined;
394
-
395
- var chr = strSymbols
396
- ? strSymbols[0]
397
- : string.charAt(0);
398
-
399
- var trailing = strSymbols
400
- ? castSlice$1(strSymbols, 1).join('')
401
- : string.slice(1);
402
-
403
- return chr[methodName]() + trailing;
404
- };
405
- }
406
-
407
- /**
408
- * Creates a function like `_.camelCase`.
409
- *
410
- * @private
411
- * @param {Function} callback The function to combine each word.
412
- * @returns {Function} Returns the new compounder function.
413
- */
414
- function createCompounder(callback) {
415
- return function(string) {
416
- return arrayReduce(words(deburr(string).replace(reApos, '')), callback, '');
417
- };
418
- }
419
-
420
- /**
421
- * Checks if `value` is object-like. A value is object-like if it's not `null`
422
- * and has a `typeof` result of "object".
423
- *
424
- * @static
425
- * @memberOf _
426
- * @since 4.0.0
427
- * @category Lang
428
- * @param {*} value The value to check.
429
- * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
430
- * @example
431
- *
432
- * _.isObjectLike({});
433
- * // => true
434
- *
435
- * _.isObjectLike([1, 2, 3]);
436
- * // => true
437
- *
438
- * _.isObjectLike(_.noop);
439
- * // => false
440
- *
441
- * _.isObjectLike(null);
442
- * // => false
443
- */
444
- function isObjectLike$1(value) {
445
- return !!value && typeof value == 'object';
446
- }
447
-
448
- /**
449
- * Checks if `value` is classified as a `Symbol` primitive or object.
450
- *
451
- * @static
452
- * @memberOf _
453
- * @since 4.0.0
454
- * @category Lang
455
- * @param {*} value The value to check.
456
- * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
457
- * @example
458
- *
459
- * _.isSymbol(Symbol.iterator);
460
- * // => true
461
- *
462
- * _.isSymbol('abc');
463
- * // => false
464
- */
465
- function isSymbol$1(value) {
466
- return typeof value == 'symbol' ||
467
- (isObjectLike$1(value) && objectToString$1.call(value) == symbolTag$1);
468
- }
469
-
470
- /**
471
- * Converts `value` to a string. An empty string is returned for `null`
472
- * and `undefined` values. The sign of `-0` is preserved.
473
- *
474
- * @static
475
- * @memberOf _
476
- * @since 4.0.0
477
- * @category Lang
478
- * @param {*} value The value to process.
479
- * @returns {string} Returns the string.
480
- * @example
481
- *
482
- * _.toString(null);
483
- * // => ''
484
- *
485
- * _.toString(-0);
486
- * // => '-0'
487
- *
488
- * _.toString([1, 2, 3]);
489
- * // => '1,2,3'
490
- */
491
- function toString$1(value) {
492
- return value == null ? '' : baseToString$1(value);
493
- }
494
-
495
- /**
496
- * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase).
497
- *
498
- * @static
499
- * @memberOf _
500
- * @since 3.0.0
501
- * @category String
502
- * @param {string} [string=''] The string to convert.
503
- * @returns {string} Returns the camel cased string.
504
- * @example
505
- *
506
- * _.camelCase('Foo Bar');
507
- * // => 'fooBar'
508
- *
509
- * _.camelCase('--foo-bar--');
510
- * // => 'fooBar'
511
- *
512
- * _.camelCase('__FOO_BAR__');
513
- * // => 'fooBar'
514
- */
515
- var camelCase = createCompounder(function(result, word, index) {
516
- word = word.toLowerCase();
517
- return result + (index ? capitalize(word) : word);
518
- });
519
-
520
- /**
521
- * Converts the first character of `string` to upper case and the remaining
522
- * to lower case.
523
- *
524
- * @static
525
- * @memberOf _
526
- * @since 3.0.0
527
- * @category String
528
- * @param {string} [string=''] The string to capitalize.
529
- * @returns {string} Returns the capitalized string.
530
- * @example
531
- *
532
- * _.capitalize('FRED');
533
- * // => 'Fred'
534
- */
535
- function capitalize(string) {
536
- return upperFirst$1(toString$1(string).toLowerCase());
537
- }
538
-
539
- /**
540
- * Deburrs `string` by converting
541
- * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)
542
- * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)
543
- * letters to basic Latin letters and removing
544
- * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).
545
- *
546
- * @static
547
- * @memberOf _
548
- * @since 3.0.0
549
- * @category String
550
- * @param {string} [string=''] The string to deburr.
551
- * @returns {string} Returns the deburred string.
552
- * @example
553
- *
554
- * _.deburr('déjà vu');
555
- * // => 'deja vu'
556
- */
557
- function deburr(string) {
558
- string = toString$1(string);
559
- return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
560
- }
561
-
562
- /**
563
- * Converts the first character of `string` to upper case.
564
- *
565
- * @static
566
- * @memberOf _
567
- * @since 4.0.0
568
- * @category String
569
- * @param {string} [string=''] The string to convert.
570
- * @returns {string} Returns the converted string.
571
- * @example
572
- *
573
- * _.upperFirst('fred');
574
- * // => 'Fred'
575
- *
576
- * _.upperFirst('FRED');
577
- * // => 'FRED'
578
- */
579
- var upperFirst$1 = createCaseFirst$1('toUpperCase');
580
-
581
- /**
582
- * Splits `string` into an array of its words.
583
- *
584
- * @static
585
- * @memberOf _
586
- * @since 3.0.0
587
- * @category String
588
- * @param {string} [string=''] The string to inspect.
589
- * @param {RegExp|string} [pattern] The pattern to match words.
590
- * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
591
- * @returns {Array} Returns the words of `string`.
592
- * @example
593
- *
594
- * _.words('fred, barney, & pebbles');
595
- * // => ['fred', 'barney', 'pebbles']
596
- *
597
- * _.words('fred, barney, & pebbles', /[^, ]+/g);
598
- * // => ['fred', 'barney', '&', 'pebbles']
599
- */
600
- function words(string, pattern, guard) {
601
- string = toString$1(string);
602
- pattern = guard ? undefined : pattern;
603
-
604
- if (pattern === undefined) {
605
- return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string);
606
- }
607
- return string.match(pattern) || [];
17
+ var lodash_camelcase;
18
+ var hasRequiredLodash_camelcase;
19
+
20
+ function requireLodash_camelcase () {
21
+ if (hasRequiredLodash_camelcase) return lodash_camelcase;
22
+ hasRequiredLodash_camelcase = 1;
23
+
24
+ /** `Object#toString` result references. */
25
+ var symbolTag = '[object Symbol]';
26
+
27
+ /** Used to match words composed of alphanumeric characters. */
28
+ var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
29
+
30
+ /** Used to match Latin Unicode letters (excluding mathematical operators). */
31
+ var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
32
+
33
+ /** Used to compose unicode character classes. */
34
+ var rsAstralRange = '\\ud800-\\udfff',
35
+ rsComboMarksRange = '\\u0300-\\u036f\\ufe20-\\ufe23',
36
+ rsComboSymbolsRange = '\\u20d0-\\u20f0',
37
+ rsDingbatRange = '\\u2700-\\u27bf',
38
+ rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff',
39
+ rsMathOpRange = '\\xac\\xb1\\xd7\\xf7',
40
+ rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf',
41
+ rsPunctuationRange = '\\u2000-\\u206f',
42
+ rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000',
43
+ rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde',
44
+ rsVarRange = '\\ufe0e\\ufe0f',
45
+ rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;
46
+
47
+ /** Used to compose unicode capture groups. */
48
+ var rsApos = "['\u2019]",
49
+ rsAstral = '[' + rsAstralRange + ']',
50
+ rsBreak = '[' + rsBreakRange + ']',
51
+ rsCombo = '[' + rsComboMarksRange + rsComboSymbolsRange + ']',
52
+ rsDigits = '\\d+',
53
+ rsDingbat = '[' + rsDingbatRange + ']',
54
+ rsLower = '[' + rsLowerRange + ']',
55
+ rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',
56
+ rsFitz = '\\ud83c[\\udffb-\\udfff]',
57
+ rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
58
+ rsNonAstral = '[^' + rsAstralRange + ']',
59
+ rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
60
+ rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
61
+ rsUpper = '[' + rsUpperRange + ']',
62
+ rsZWJ = '\\u200d';
63
+
64
+ /** Used to compose unicode regexes. */
65
+ var rsLowerMisc = '(?:' + rsLower + '|' + rsMisc + ')',
66
+ rsUpperMisc = '(?:' + rsUpper + '|' + rsMisc + ')',
67
+ rsOptLowerContr = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?',
68
+ rsOptUpperContr = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?',
69
+ reOptMod = rsModifier + '?',
70
+ rsOptVar = '[' + rsVarRange + ']?',
71
+ rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
72
+ rsSeq = rsOptVar + reOptMod + rsOptJoin,
73
+ rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq,
74
+ rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';
75
+
76
+ /** Used to match apostrophes. */
77
+ var reApos = RegExp(rsApos, 'g');
78
+
79
+ /**
80
+ * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and
81
+ * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).
82
+ */
83
+ var reComboMark = RegExp(rsCombo, 'g');
84
+
85
+ /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */
86
+ var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');
87
+
88
+ /** Used to match complex or compound words. */
89
+ var reUnicodeWord = RegExp([
90
+ rsUpper + '?' + rsLower + '+' + rsOptLowerContr + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',
91
+ rsUpperMisc + '+' + rsOptUpperContr + '(?=' + [rsBreak, rsUpper + rsLowerMisc, '$'].join('|') + ')',
92
+ rsUpper + '?' + rsLowerMisc + '+' + rsOptLowerContr,
93
+ rsUpper + '+' + rsOptUpperContr,
94
+ rsDigits,
95
+ rsEmoji
96
+ ].join('|'), 'g');
97
+
98
+ /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */
99
+ var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboMarksRange + rsComboSymbolsRange + rsVarRange + ']');
100
+
101
+ /** Used to detect strings that need a more robust regexp to match words. */
102
+ var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
103
+
104
+ /** Used to map Latin Unicode letters to basic Latin letters. */
105
+ var deburredLetters = {
106
+ // Latin-1 Supplement block.
107
+ '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A',
108
+ '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a',
109
+ '\xc7': 'C', '\xe7': 'c',
110
+ '\xd0': 'D', '\xf0': 'd',
111
+ '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E',
112
+ '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e',
113
+ '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I',
114
+ '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i',
115
+ '\xd1': 'N', '\xf1': 'n',
116
+ '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O',
117
+ '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o',
118
+ '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U',
119
+ '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u',
120
+ '\xdd': 'Y', '\xfd': 'y', '\xff': 'y',
121
+ '\xc6': 'Ae', '\xe6': 'ae',
122
+ '\xde': 'Th', '\xfe': 'th',
123
+ '\xdf': 'ss',
124
+ // Latin Extended-A block.
125
+ '\u0100': 'A', '\u0102': 'A', '\u0104': 'A',
126
+ '\u0101': 'a', '\u0103': 'a', '\u0105': 'a',
127
+ '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C',
128
+ '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c',
129
+ '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd',
130
+ '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E',
131
+ '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e',
132
+ '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G',
133
+ '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g',
134
+ '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h',
135
+ '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I',
136
+ '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i',
137
+ '\u0134': 'J', '\u0135': 'j',
138
+ '\u0136': 'K', '\u0137': 'k', '\u0138': 'k',
139
+ '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L',
140
+ '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l',
141
+ '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N',
142
+ '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n',
143
+ '\u014c': 'O', '\u014e': 'O', '\u0150': 'O',
144
+ '\u014d': 'o', '\u014f': 'o', '\u0151': 'o',
145
+ '\u0154': 'R', '\u0156': 'R', '\u0158': 'R',
146
+ '\u0155': 'r', '\u0157': 'r', '\u0159': 'r',
147
+ '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S',
148
+ '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's',
149
+ '\u0162': 'T', '\u0164': 'T', '\u0166': 'T',
150
+ '\u0163': 't', '\u0165': 't', '\u0167': 't',
151
+ '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U',
152
+ '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u',
153
+ '\u0174': 'W', '\u0175': 'w',
154
+ '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y',
155
+ '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z',
156
+ '\u017a': 'z', '\u017c': 'z', '\u017e': 'z',
157
+ '\u0132': 'IJ', '\u0133': 'ij',
158
+ '\u0152': 'Oe', '\u0153': 'oe',
159
+ '\u0149': "'n", '\u017f': 'ss'
160
+ };
161
+
162
+ /** Detect free variable `global` from Node.js. */
163
+ var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
164
+
165
+ /** Detect free variable `self`. */
166
+ var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
167
+
168
+ /** Used as a reference to the global object. */
169
+ var root = freeGlobal || freeSelf || Function('return this')();
170
+
171
+ /**
172
+ * A specialized version of `_.reduce` for arrays without support for
173
+ * iteratee shorthands.
174
+ *
175
+ * @private
176
+ * @param {Array} [array] The array to iterate over.
177
+ * @param {Function} iteratee The function invoked per iteration.
178
+ * @param {*} [accumulator] The initial value.
179
+ * @param {boolean} [initAccum] Specify using the first element of `array` as
180
+ * the initial value.
181
+ * @returns {*} Returns the accumulated value.
182
+ */
183
+ function arrayReduce(array, iteratee, accumulator, initAccum) {
184
+ var index = -1,
185
+ length = array ? array.length : 0;
186
+ while (++index < length) {
187
+ accumulator = iteratee(accumulator, array[index], index, array);
188
+ }
189
+ return accumulator;
190
+ }
191
+
192
+ /**
193
+ * Converts an ASCII `string` to an array.
194
+ *
195
+ * @private
196
+ * @param {string} string The string to convert.
197
+ * @returns {Array} Returns the converted array.
198
+ */
199
+ function asciiToArray(string) {
200
+ return string.split('');
201
+ }
202
+
203
+ /**
204
+ * Splits an ASCII `string` into an array of its words.
205
+ *
206
+ * @private
207
+ * @param {string} The string to inspect.
208
+ * @returns {Array} Returns the words of `string`.
209
+ */
210
+ function asciiWords(string) {
211
+ return string.match(reAsciiWord) || [];
212
+ }
213
+
214
+ /**
215
+ * The base implementation of `_.propertyOf` without support for deep paths.
216
+ *
217
+ * @private
218
+ * @param {Object} object The object to query.
219
+ * @returns {Function} Returns the new accessor function.
220
+ */
221
+ function basePropertyOf(object) {
222
+ return function(key) {
223
+ return object == null ? undefined : object[key];
224
+ };
225
+ }
226
+
227
+ /**
228
+ * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A
229
+ * letters to basic Latin letters.
230
+ *
231
+ * @private
232
+ * @param {string} letter The matched letter to deburr.
233
+ * @returns {string} Returns the deburred letter.
234
+ */
235
+ var deburrLetter = basePropertyOf(deburredLetters);
236
+
237
+ /**
238
+ * Checks if `string` contains Unicode symbols.
239
+ *
240
+ * @private
241
+ * @param {string} string The string to inspect.
242
+ * @returns {boolean} Returns `true` if a symbol is found, else `false`.
243
+ */
244
+ function hasUnicode(string) {
245
+ return reHasUnicode.test(string);
246
+ }
247
+
248
+ /**
249
+ * Checks if `string` contains a word composed of Unicode symbols.
250
+ *
251
+ * @private
252
+ * @param {string} string The string to inspect.
253
+ * @returns {boolean} Returns `true` if a word is found, else `false`.
254
+ */
255
+ function hasUnicodeWord(string) {
256
+ return reHasUnicodeWord.test(string);
257
+ }
258
+
259
+ /**
260
+ * Converts `string` to an array.
261
+ *
262
+ * @private
263
+ * @param {string} string The string to convert.
264
+ * @returns {Array} Returns the converted array.
265
+ */
266
+ function stringToArray(string) {
267
+ return hasUnicode(string)
268
+ ? unicodeToArray(string)
269
+ : asciiToArray(string);
270
+ }
271
+
272
+ /**
273
+ * Converts a Unicode `string` to an array.
274
+ *
275
+ * @private
276
+ * @param {string} string The string to convert.
277
+ * @returns {Array} Returns the converted array.
278
+ */
279
+ function unicodeToArray(string) {
280
+ return string.match(reUnicode) || [];
281
+ }
282
+
283
+ /**
284
+ * Splits a Unicode `string` into an array of its words.
285
+ *
286
+ * @private
287
+ * @param {string} The string to inspect.
288
+ * @returns {Array} Returns the words of `string`.
289
+ */
290
+ function unicodeWords(string) {
291
+ return string.match(reUnicodeWord) || [];
292
+ }
293
+
294
+ /** Used for built-in method references. */
295
+ var objectProto = Object.prototype;
296
+
297
+ /**
298
+ * Used to resolve the
299
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
300
+ * of values.
301
+ */
302
+ var objectToString = objectProto.toString;
303
+
304
+ /** Built-in value references. */
305
+ var Symbol = root.Symbol;
306
+
307
+ /** Used to convert symbols to primitives and strings. */
308
+ var symbolProto = Symbol ? Symbol.prototype : undefined,
309
+ symbolToString = symbolProto ? symbolProto.toString : undefined;
310
+
311
+ /**
312
+ * The base implementation of `_.slice` without an iteratee call guard.
313
+ *
314
+ * @private
315
+ * @param {Array} array The array to slice.
316
+ * @param {number} [start=0] The start position.
317
+ * @param {number} [end=array.length] The end position.
318
+ * @returns {Array} Returns the slice of `array`.
319
+ */
320
+ function baseSlice(array, start, end) {
321
+ var index = -1,
322
+ length = array.length;
323
+
324
+ if (start < 0) {
325
+ start = -start > length ? 0 : (length + start);
326
+ }
327
+ end = end > length ? length : end;
328
+ if (end < 0) {
329
+ end += length;
330
+ }
331
+ length = start > end ? 0 : ((end - start) >>> 0);
332
+ start >>>= 0;
333
+
334
+ var result = Array(length);
335
+ while (++index < length) {
336
+ result[index] = array[index + start];
337
+ }
338
+ return result;
339
+ }
340
+
341
+ /**
342
+ * The base implementation of `_.toString` which doesn't convert nullish
343
+ * values to empty strings.
344
+ *
345
+ * @private
346
+ * @param {*} value The value to process.
347
+ * @returns {string} Returns the string.
348
+ */
349
+ function baseToString(value) {
350
+ // Exit early for strings to avoid a performance hit in some environments.
351
+ if (typeof value == 'string') {
352
+ return value;
353
+ }
354
+ if (isSymbol(value)) {
355
+ return symbolToString ? symbolToString.call(value) : '';
356
+ }
357
+ var result = (value + '');
358
+ return (result == '0' && (1 / value) == -Infinity) ? '-0' : result;
359
+ }
360
+
361
+ /**
362
+ * Casts `array` to a slice if it's needed.
363
+ *
364
+ * @private
365
+ * @param {Array} array The array to inspect.
366
+ * @param {number} start The start position.
367
+ * @param {number} [end=array.length] The end position.
368
+ * @returns {Array} Returns the cast slice.
369
+ */
370
+ function castSlice(array, start, end) {
371
+ var length = array.length;
372
+ end = end === undefined ? length : end;
373
+ return (false && end >= length) ? array : baseSlice(array, start, end);
374
+ }
375
+
376
+ /**
377
+ * Creates a function like `_.lowerFirst`.
378
+ *
379
+ * @private
380
+ * @param {string} methodName The name of the `String` case method to use.
381
+ * @returns {Function} Returns the new case function.
382
+ */
383
+ function createCaseFirst(methodName) {
384
+ return function(string) {
385
+ string = toString(string);
386
+
387
+ var strSymbols = hasUnicode(string)
388
+ ? stringToArray(string)
389
+ : undefined;
390
+
391
+ var chr = strSymbols
392
+ ? strSymbols[0]
393
+ : string.charAt(0);
394
+
395
+ var trailing = strSymbols
396
+ ? castSlice(strSymbols, 1).join('')
397
+ : string.slice(1);
398
+
399
+ return chr[methodName]() + trailing;
400
+ };
401
+ }
402
+
403
+ /**
404
+ * Creates a function like `_.camelCase`.
405
+ *
406
+ * @private
407
+ * @param {Function} callback The function to combine each word.
408
+ * @returns {Function} Returns the new compounder function.
409
+ */
410
+ function createCompounder(callback) {
411
+ return function(string) {
412
+ return arrayReduce(words(deburr(string).replace(reApos, '')), callback, '');
413
+ };
414
+ }
415
+
416
+ /**
417
+ * Checks if `value` is object-like. A value is object-like if it's not `null`
418
+ * and has a `typeof` result of "object".
419
+ *
420
+ * @static
421
+ * @memberOf _
422
+ * @since 4.0.0
423
+ * @category Lang
424
+ * @param {*} value The value to check.
425
+ * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
426
+ * @example
427
+ *
428
+ * _.isObjectLike({});
429
+ * // => true
430
+ *
431
+ * _.isObjectLike([1, 2, 3]);
432
+ * // => true
433
+ *
434
+ * _.isObjectLike(_.noop);
435
+ * // => false
436
+ *
437
+ * _.isObjectLike(null);
438
+ * // => false
439
+ */
440
+ function isObjectLike(value) {
441
+ return !!value && typeof value == 'object';
442
+ }
443
+
444
+ /**
445
+ * Checks if `value` is classified as a `Symbol` primitive or object.
446
+ *
447
+ * @static
448
+ * @memberOf _
449
+ * @since 4.0.0
450
+ * @category Lang
451
+ * @param {*} value The value to check.
452
+ * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
453
+ * @example
454
+ *
455
+ * _.isSymbol(Symbol.iterator);
456
+ * // => true
457
+ *
458
+ * _.isSymbol('abc');
459
+ * // => false
460
+ */
461
+ function isSymbol(value) {
462
+ return typeof value == 'symbol' ||
463
+ (isObjectLike(value) && objectToString.call(value) == symbolTag);
464
+ }
465
+
466
+ /**
467
+ * Converts `value` to a string. An empty string is returned for `null`
468
+ * and `undefined` values. The sign of `-0` is preserved.
469
+ *
470
+ * @static
471
+ * @memberOf _
472
+ * @since 4.0.0
473
+ * @category Lang
474
+ * @param {*} value The value to process.
475
+ * @returns {string} Returns the string.
476
+ * @example
477
+ *
478
+ * _.toString(null);
479
+ * // => ''
480
+ *
481
+ * _.toString(-0);
482
+ * // => '-0'
483
+ *
484
+ * _.toString([1, 2, 3]);
485
+ * // => '1,2,3'
486
+ */
487
+ function toString(value) {
488
+ return value == null ? '' : baseToString(value);
489
+ }
490
+
491
+ /**
492
+ * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase).
493
+ *
494
+ * @static
495
+ * @memberOf _
496
+ * @since 3.0.0
497
+ * @category String
498
+ * @param {string} [string=''] The string to convert.
499
+ * @returns {string} Returns the camel cased string.
500
+ * @example
501
+ *
502
+ * _.camelCase('Foo Bar');
503
+ * // => 'fooBar'
504
+ *
505
+ * _.camelCase('--foo-bar--');
506
+ * // => 'fooBar'
507
+ *
508
+ * _.camelCase('__FOO_BAR__');
509
+ * // => 'fooBar'
510
+ */
511
+ var camelCase = createCompounder(function(result, word, index) {
512
+ word = word.toLowerCase();
513
+ return result + (index ? capitalize(word) : word);
514
+ });
515
+
516
+ /**
517
+ * Converts the first character of `string` to upper case and the remaining
518
+ * to lower case.
519
+ *
520
+ * @static
521
+ * @memberOf _
522
+ * @since 3.0.0
523
+ * @category String
524
+ * @param {string} [string=''] The string to capitalize.
525
+ * @returns {string} Returns the capitalized string.
526
+ * @example
527
+ *
528
+ * _.capitalize('FRED');
529
+ * // => 'Fred'
530
+ */
531
+ function capitalize(string) {
532
+ return upperFirst(toString(string).toLowerCase());
533
+ }
534
+
535
+ /**
536
+ * Deburrs `string` by converting
537
+ * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)
538
+ * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)
539
+ * letters to basic Latin letters and removing
540
+ * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).
541
+ *
542
+ * @static
543
+ * @memberOf _
544
+ * @since 3.0.0
545
+ * @category String
546
+ * @param {string} [string=''] The string to deburr.
547
+ * @returns {string} Returns the deburred string.
548
+ * @example
549
+ *
550
+ * _.deburr('déjà vu');
551
+ * // => 'deja vu'
552
+ */
553
+ function deburr(string) {
554
+ string = toString(string);
555
+ return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
556
+ }
557
+
558
+ /**
559
+ * Converts the first character of `string` to upper case.
560
+ *
561
+ * @static
562
+ * @memberOf _
563
+ * @since 4.0.0
564
+ * @category String
565
+ * @param {string} [string=''] The string to convert.
566
+ * @returns {string} Returns the converted string.
567
+ * @example
568
+ *
569
+ * _.upperFirst('fred');
570
+ * // => 'Fred'
571
+ *
572
+ * _.upperFirst('FRED');
573
+ * // => 'FRED'
574
+ */
575
+ var upperFirst = createCaseFirst('toUpperCase');
576
+
577
+ /**
578
+ * Splits `string` into an array of its words.
579
+ *
580
+ * @static
581
+ * @memberOf _
582
+ * @since 3.0.0
583
+ * @category String
584
+ * @param {string} [string=''] The string to inspect.
585
+ * @param {RegExp|string} [pattern] The pattern to match words.
586
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
587
+ * @returns {Array} Returns the words of `string`.
588
+ * @example
589
+ *
590
+ * _.words('fred, barney, & pebbles');
591
+ * // => ['fred', 'barney', 'pebbles']
592
+ *
593
+ * _.words('fred, barney, & pebbles', /[^, ]+/g);
594
+ * // => ['fred', 'barney', '&', 'pebbles']
595
+ */
596
+ function words(string, pattern, guard) {
597
+ string = toString(string);
598
+ pattern = pattern;
599
+
600
+ if (pattern === undefined) {
601
+ return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string);
602
+ }
603
+ return string.match(pattern) || [];
604
+ }
605
+
606
+ lodash_camelcase = camelCase;
607
+ return lodash_camelcase;
608
608
  }
609
609
 
610
- var lodash_camelcase = camelCase;
610
+ var lodash_camelcaseExports = requireLodash_camelcase();
611
+ var camelCase = /*@__PURE__*/getDefaultExportFromCjs(lodash_camelcaseExports);
611
612
 
612
613
  /**
613
614
  * lodash (Custom Build) <https://lodash.com/>
@@ -618,349 +619,403 @@ var lodash_camelcase = camelCase;
618
619
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
619
620
  */
620
621
 
621
- /** Used as references for various `Number` constants. */
622
- var INFINITY = 1 / 0;
623
-
624
- /** `Object#toString` result references. */
625
- var symbolTag = '[object Symbol]';
626
-
627
- /** Used to compose unicode character classes. */
628
- var rsAstralRange = '\\ud800-\\udfff',
629
- rsComboMarksRange = '\\u0300-\\u036f\\ufe20-\\ufe23',
630
- rsComboSymbolsRange = '\\u20d0-\\u20f0',
631
- rsVarRange = '\\ufe0e\\ufe0f';
632
-
633
- /** Used to compose unicode capture groups. */
634
- var rsAstral = '[' + rsAstralRange + ']',
635
- rsCombo = '[' + rsComboMarksRange + rsComboSymbolsRange + ']',
636
- rsFitz = '\\ud83c[\\udffb-\\udfff]',
637
- rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
638
- rsNonAstral = '[^' + rsAstralRange + ']',
639
- rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
640
- rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
641
- rsZWJ = '\\u200d';
642
-
643
- /** Used to compose unicode regexes. */
644
- var reOptMod = rsModifier + '?',
645
- rsOptVar = '[' + rsVarRange + ']?',
646
- rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
647
- rsSeq = rsOptVar + reOptMod + rsOptJoin,
648
- rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';
649
-
650
- /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */
651
- var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');
652
-
653
- /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */
654
- var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboMarksRange + rsComboSymbolsRange + rsVarRange + ']');
655
-
656
- /** Detect free variable `global` from Node.js. */
657
- var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
658
-
659
- /** Detect free variable `self`. */
660
- var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
661
-
662
- /** Used as a reference to the global object. */
663
- var root = freeGlobal || freeSelf || Function('return this')();
664
-
665
- /**
666
- * Converts an ASCII `string` to an array.
667
- *
668
- * @private
669
- * @param {string} string The string to convert.
670
- * @returns {Array} Returns the converted array.
671
- */
672
- function asciiToArray(string) {
673
- return string.split('');
674
- }
675
-
676
- /**
677
- * Checks if `string` contains Unicode symbols.
678
- *
679
- * @private
680
- * @param {string} string The string to inspect.
681
- * @returns {boolean} Returns `true` if a symbol is found, else `false`.
682
- */
683
- function hasUnicode(string) {
684
- return reHasUnicode.test(string);
685
- }
686
-
687
- /**
688
- * Converts `string` to an array.
689
- *
690
- * @private
691
- * @param {string} string The string to convert.
692
- * @returns {Array} Returns the converted array.
693
- */
694
- function stringToArray(string) {
695
- return hasUnicode(string)
696
- ? unicodeToArray(string)
697
- : asciiToArray(string);
698
- }
699
-
700
- /**
701
- * Converts a Unicode `string` to an array.
702
- *
703
- * @private
704
- * @param {string} string The string to convert.
705
- * @returns {Array} Returns the converted array.
706
- */
707
- function unicodeToArray(string) {
708
- return string.match(reUnicode) || [];
709
- }
710
-
711
- /** Used for built-in method references. */
712
- var objectProto = Object.prototype;
713
-
714
- /**
715
- * Used to resolve the
716
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
717
- * of values.
718
- */
719
- var objectToString = objectProto.toString;
720
-
721
- /** Built-in value references. */
722
- var Symbol = root.Symbol;
723
-
724
- /** Used to convert symbols to primitives and strings. */
725
- var symbolProto = Symbol ? Symbol.prototype : undefined,
726
- symbolToString = symbolProto ? symbolProto.toString : undefined;
727
-
728
- /**
729
- * The base implementation of `_.slice` without an iteratee call guard.
730
- *
731
- * @private
732
- * @param {Array} array The array to slice.
733
- * @param {number} [start=0] The start position.
734
- * @param {number} [end=array.length] The end position.
735
- * @returns {Array} Returns the slice of `array`.
736
- */
737
- function baseSlice(array, start, end) {
738
- var index = -1,
739
- length = array.length;
740
-
741
- if (start < 0) {
742
- start = -start > length ? 0 : (length + start);
743
- }
744
- end = end > length ? length : end;
745
- if (end < 0) {
746
- end += length;
747
- }
748
- length = start > end ? 0 : ((end - start) >>> 0);
749
- start >>>= 0;
750
-
751
- var result = Array(length);
752
- while (++index < length) {
753
- result[index] = array[index + start];
754
- }
755
- return result;
756
- }
757
-
758
- /**
759
- * The base implementation of `_.toString` which doesn't convert nullish
760
- * values to empty strings.
761
- *
762
- * @private
763
- * @param {*} value The value to process.
764
- * @returns {string} Returns the string.
765
- */
766
- function baseToString(value) {
767
- // Exit early for strings to avoid a performance hit in some environments.
768
- if (typeof value == 'string') {
769
- return value;
770
- }
771
- if (isSymbol(value)) {
772
- return symbolToString ? symbolToString.call(value) : '';
773
- }
774
- var result = (value + '');
775
- return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
776
- }
777
-
778
- /**
779
- * Casts `array` to a slice if it's needed.
780
- *
781
- * @private
782
- * @param {Array} array The array to inspect.
783
- * @param {number} start The start position.
784
- * @param {number} [end=array.length] The end position.
785
- * @returns {Array} Returns the cast slice.
786
- */
787
- function castSlice(array, start, end) {
788
- var length = array.length;
789
- end = end === undefined ? length : end;
790
- return (!start && end >= length) ? array : baseSlice(array, start, end);
791
- }
792
-
793
- /**
794
- * Creates a function like `_.lowerFirst`.
795
- *
796
- * @private
797
- * @param {string} methodName The name of the `String` case method to use.
798
- * @returns {Function} Returns the new case function.
799
- */
800
- function createCaseFirst(methodName) {
801
- return function(string) {
802
- string = toString(string);
803
-
804
- var strSymbols = hasUnicode(string)
805
- ? stringToArray(string)
806
- : undefined;
807
-
808
- var chr = strSymbols
809
- ? strSymbols[0]
810
- : string.charAt(0);
811
-
812
- var trailing = strSymbols
813
- ? castSlice(strSymbols, 1).join('')
814
- : string.slice(1);
815
-
816
- return chr[methodName]() + trailing;
817
- };
818
- }
819
-
820
- /**
821
- * Checks if `value` is object-like. A value is object-like if it's not `null`
822
- * and has a `typeof` result of "object".
823
- *
824
- * @static
825
- * @memberOf _
826
- * @since 4.0.0
827
- * @category Lang
828
- * @param {*} value The value to check.
829
- * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
830
- * @example
831
- *
832
- * _.isObjectLike({});
833
- * // => true
834
- *
835
- * _.isObjectLike([1, 2, 3]);
836
- * // => true
837
- *
838
- * _.isObjectLike(_.noop);
839
- * // => false
840
- *
841
- * _.isObjectLike(null);
842
- * // => false
843
- */
844
- function isObjectLike(value) {
845
- return !!value && typeof value == 'object';
846
- }
847
-
848
- /**
849
- * Checks if `value` is classified as a `Symbol` primitive or object.
850
- *
851
- * @static
852
- * @memberOf _
853
- * @since 4.0.0
854
- * @category Lang
855
- * @param {*} value The value to check.
856
- * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
857
- * @example
858
- *
859
- * _.isSymbol(Symbol.iterator);
860
- * // => true
861
- *
862
- * _.isSymbol('abc');
863
- * // => false
864
- */
865
- function isSymbol(value) {
866
- return typeof value == 'symbol' ||
867
- (isObjectLike(value) && objectToString.call(value) == symbolTag);
868
- }
869
-
870
- /**
871
- * Converts `value` to a string. An empty string is returned for `null`
872
- * and `undefined` values. The sign of `-0` is preserved.
873
- *
874
- * @static
875
- * @memberOf _
876
- * @since 4.0.0
877
- * @category Lang
878
- * @param {*} value The value to process.
879
- * @returns {string} Returns the string.
880
- * @example
881
- *
882
- * _.toString(null);
883
- * // => ''
884
- *
885
- * _.toString(-0);
886
- * // => '-0'
887
- *
888
- * _.toString([1, 2, 3]);
889
- * // => '1,2,3'
890
- */
891
- function toString(value) {
892
- return value == null ? '' : baseToString(value);
622
+ var lodash_upperfirst;
623
+ var hasRequiredLodash_upperfirst;
624
+
625
+ function requireLodash_upperfirst () {
626
+ if (hasRequiredLodash_upperfirst) return lodash_upperfirst;
627
+ hasRequiredLodash_upperfirst = 1;
628
+
629
+ /** `Object#toString` result references. */
630
+ var symbolTag = '[object Symbol]';
631
+
632
+ /** Used to compose unicode character classes. */
633
+ var rsAstralRange = '\\ud800-\\udfff',
634
+ rsComboMarksRange = '\\u0300-\\u036f\\ufe20-\\ufe23',
635
+ rsComboSymbolsRange = '\\u20d0-\\u20f0',
636
+ rsVarRange = '\\ufe0e\\ufe0f';
637
+
638
+ /** Used to compose unicode capture groups. */
639
+ var rsAstral = '[' + rsAstralRange + ']',
640
+ rsCombo = '[' + rsComboMarksRange + rsComboSymbolsRange + ']',
641
+ rsFitz = '\\ud83c[\\udffb-\\udfff]',
642
+ rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
643
+ rsNonAstral = '[^' + rsAstralRange + ']',
644
+ rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
645
+ rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
646
+ rsZWJ = '\\u200d';
647
+
648
+ /** Used to compose unicode regexes. */
649
+ var reOptMod = rsModifier + '?',
650
+ rsOptVar = '[' + rsVarRange + ']?',
651
+ rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
652
+ rsSeq = rsOptVar + reOptMod + rsOptJoin,
653
+ rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';
654
+
655
+ /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */
656
+ var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');
657
+
658
+ /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */
659
+ var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboMarksRange + rsComboSymbolsRange + rsVarRange + ']');
660
+
661
+ /** Detect free variable `global` from Node.js. */
662
+ var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
663
+
664
+ /** Detect free variable `self`. */
665
+ var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
666
+
667
+ /** Used as a reference to the global object. */
668
+ var root = freeGlobal || freeSelf || Function('return this')();
669
+
670
+ /**
671
+ * Converts an ASCII `string` to an array.
672
+ *
673
+ * @private
674
+ * @param {string} string The string to convert.
675
+ * @returns {Array} Returns the converted array.
676
+ */
677
+ function asciiToArray(string) {
678
+ return string.split('');
679
+ }
680
+
681
+ /**
682
+ * Checks if `string` contains Unicode symbols.
683
+ *
684
+ * @private
685
+ * @param {string} string The string to inspect.
686
+ * @returns {boolean} Returns `true` if a symbol is found, else `false`.
687
+ */
688
+ function hasUnicode(string) {
689
+ return reHasUnicode.test(string);
690
+ }
691
+
692
+ /**
693
+ * Converts `string` to an array.
694
+ *
695
+ * @private
696
+ * @param {string} string The string to convert.
697
+ * @returns {Array} Returns the converted array.
698
+ */
699
+ function stringToArray(string) {
700
+ return hasUnicode(string)
701
+ ? unicodeToArray(string)
702
+ : asciiToArray(string);
703
+ }
704
+
705
+ /**
706
+ * Converts a Unicode `string` to an array.
707
+ *
708
+ * @private
709
+ * @param {string} string The string to convert.
710
+ * @returns {Array} Returns the converted array.
711
+ */
712
+ function unicodeToArray(string) {
713
+ return string.match(reUnicode) || [];
714
+ }
715
+
716
+ /** Used for built-in method references. */
717
+ var objectProto = Object.prototype;
718
+
719
+ /**
720
+ * Used to resolve the
721
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
722
+ * of values.
723
+ */
724
+ var objectToString = objectProto.toString;
725
+
726
+ /** Built-in value references. */
727
+ var Symbol = root.Symbol;
728
+
729
+ /** Used to convert symbols to primitives and strings. */
730
+ var symbolProto = Symbol ? Symbol.prototype : undefined,
731
+ symbolToString = symbolProto ? symbolProto.toString : undefined;
732
+
733
+ /**
734
+ * The base implementation of `_.slice` without an iteratee call guard.
735
+ *
736
+ * @private
737
+ * @param {Array} array The array to slice.
738
+ * @param {number} [start=0] The start position.
739
+ * @param {number} [end=array.length] The end position.
740
+ * @returns {Array} Returns the slice of `array`.
741
+ */
742
+ function baseSlice(array, start, end) {
743
+ var index = -1,
744
+ length = array.length;
745
+
746
+ if (start < 0) {
747
+ start = -start > length ? 0 : (length + start);
748
+ }
749
+ end = end > length ? length : end;
750
+ if (end < 0) {
751
+ end += length;
752
+ }
753
+ length = start > end ? 0 : ((end - start) >>> 0);
754
+ start >>>= 0;
755
+
756
+ var result = Array(length);
757
+ while (++index < length) {
758
+ result[index] = array[index + start];
759
+ }
760
+ return result;
761
+ }
762
+
763
+ /**
764
+ * The base implementation of `_.toString` which doesn't convert nullish
765
+ * values to empty strings.
766
+ *
767
+ * @private
768
+ * @param {*} value The value to process.
769
+ * @returns {string} Returns the string.
770
+ */
771
+ function baseToString(value) {
772
+ // Exit early for strings to avoid a performance hit in some environments.
773
+ if (typeof value == 'string') {
774
+ return value;
775
+ }
776
+ if (isSymbol(value)) {
777
+ return symbolToString ? symbolToString.call(value) : '';
778
+ }
779
+ var result = (value + '');
780
+ return (result == '0' && (1 / value) == -Infinity) ? '-0' : result;
781
+ }
782
+
783
+ /**
784
+ * Casts `array` to a slice if it's needed.
785
+ *
786
+ * @private
787
+ * @param {Array} array The array to inspect.
788
+ * @param {number} start The start position.
789
+ * @param {number} [end=array.length] The end position.
790
+ * @returns {Array} Returns the cast slice.
791
+ */
792
+ function castSlice(array, start, end) {
793
+ var length = array.length;
794
+ end = end === undefined ? length : end;
795
+ return (false && end >= length) ? array : baseSlice(array, start, end);
796
+ }
797
+
798
+ /**
799
+ * Creates a function like `_.lowerFirst`.
800
+ *
801
+ * @private
802
+ * @param {string} methodName The name of the `String` case method to use.
803
+ * @returns {Function} Returns the new case function.
804
+ */
805
+ function createCaseFirst(methodName) {
806
+ return function(string) {
807
+ string = toString(string);
808
+
809
+ var strSymbols = hasUnicode(string)
810
+ ? stringToArray(string)
811
+ : undefined;
812
+
813
+ var chr = strSymbols
814
+ ? strSymbols[0]
815
+ : string.charAt(0);
816
+
817
+ var trailing = strSymbols
818
+ ? castSlice(strSymbols, 1).join('')
819
+ : string.slice(1);
820
+
821
+ return chr[methodName]() + trailing;
822
+ };
823
+ }
824
+
825
+ /**
826
+ * Checks if `value` is object-like. A value is object-like if it's not `null`
827
+ * and has a `typeof` result of "object".
828
+ *
829
+ * @static
830
+ * @memberOf _
831
+ * @since 4.0.0
832
+ * @category Lang
833
+ * @param {*} value The value to check.
834
+ * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
835
+ * @example
836
+ *
837
+ * _.isObjectLike({});
838
+ * // => true
839
+ *
840
+ * _.isObjectLike([1, 2, 3]);
841
+ * // => true
842
+ *
843
+ * _.isObjectLike(_.noop);
844
+ * // => false
845
+ *
846
+ * _.isObjectLike(null);
847
+ * // => false
848
+ */
849
+ function isObjectLike(value) {
850
+ return !!value && typeof value == 'object';
851
+ }
852
+
853
+ /**
854
+ * Checks if `value` is classified as a `Symbol` primitive or object.
855
+ *
856
+ * @static
857
+ * @memberOf _
858
+ * @since 4.0.0
859
+ * @category Lang
860
+ * @param {*} value The value to check.
861
+ * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
862
+ * @example
863
+ *
864
+ * _.isSymbol(Symbol.iterator);
865
+ * // => true
866
+ *
867
+ * _.isSymbol('abc');
868
+ * // => false
869
+ */
870
+ function isSymbol(value) {
871
+ return typeof value == 'symbol' ||
872
+ (isObjectLike(value) && objectToString.call(value) == symbolTag);
873
+ }
874
+
875
+ /**
876
+ * Converts `value` to a string. An empty string is returned for `null`
877
+ * and `undefined` values. The sign of `-0` is preserved.
878
+ *
879
+ * @static
880
+ * @memberOf _
881
+ * @since 4.0.0
882
+ * @category Lang
883
+ * @param {*} value The value to process.
884
+ * @returns {string} Returns the string.
885
+ * @example
886
+ *
887
+ * _.toString(null);
888
+ * // => ''
889
+ *
890
+ * _.toString(-0);
891
+ * // => '-0'
892
+ *
893
+ * _.toString([1, 2, 3]);
894
+ * // => '1,2,3'
895
+ */
896
+ function toString(value) {
897
+ return value == null ? '' : baseToString(value);
898
+ }
899
+
900
+ /**
901
+ * Converts the first character of `string` to upper case.
902
+ *
903
+ * @static
904
+ * @memberOf _
905
+ * @since 4.0.0
906
+ * @category String
907
+ * @param {string} [string=''] The string to convert.
908
+ * @returns {string} Returns the converted string.
909
+ * @example
910
+ *
911
+ * _.upperFirst('fred');
912
+ * // => 'Fred'
913
+ *
914
+ * _.upperFirst('FRED');
915
+ * // => 'FRED'
916
+ */
917
+ var upperFirst = createCaseFirst('toUpperCase');
918
+
919
+ lodash_upperfirst = upperFirst;
920
+ return lodash_upperfirst;
893
921
  }
894
922
 
895
- /**
896
- * Converts the first character of `string` to upper case.
897
- *
898
- * @static
899
- * @memberOf _
900
- * @since 4.0.0
901
- * @category String
902
- * @param {string} [string=''] The string to convert.
903
- * @returns {string} Returns the converted string.
904
- * @example
905
- *
906
- * _.upperFirst('fred');
907
- * // => 'Fred'
908
- *
909
- * _.upperFirst('FRED');
910
- * // => 'FRED'
911
- */
912
- var upperFirst = createCaseFirst('toUpperCase');
913
-
914
- var lodash_upperfirst = upperFirst;
923
+ var lodash_upperfirstExports = requireLodash_upperfirst();
924
+ var upperFirst = /*@__PURE__*/getDefaultExportFromCjs(lodash_upperfirstExports);
915
925
 
916
926
  const balIconCss = ":root,:host{--bal-icon-color-grey:var(--bal-color-grey-5);--bal-icon-color-grey-light:var(--bal-color-border-grey-dark);--bal-icon-color-grey-dark:var(--bal-color-grey-6);--bal-icon-color-success:var(--bal-color-success);--bal-icon-color-success-dark:var(--bal-color-success-5);--bal-icon-color-success-darker:var(--bal-color-success-6);--bal-icon-color-warning:var(--bal-color-warning);--bal-icon-color-warning-dark:var(--bal-color-warning-5);--bal-icon-color-warning-darker:var(--bal-color-warning-6);--bal-icon-color-danger:var(--bal-color-danger);--bal-icon-color-danger-dark:var(--bal-color-danger-5);--bal-icon-color-danger-darker:var(--bal-color-danger-6);--bal-icon-color-primary:var(--bal-color-primary);--bal-icon-color-primary-dark:var(--bal-color-primary-6);--bal-icon-color-blue:var(--bal-color-primary);--bal-icon-color-light-blue:var(--bal-color-light-blue-5);--bal-icon-color-primary-light:var(--bal-color-primary-3);--bal-icon-color-white:var(--bal-color-white)}.bal-icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:static;pointer-events:visible;width:1.125rem;max-height:1.125rem}.bal-icon--shadow svg{-webkit-filter:drop-shadow(0px 0px 5rem rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 0px 5rem rgba(0, 0, 0, 0.5))}.bal-icon--is-inline{display:-ms-inline-flexbox;display:inline-flex}.bal-icon__inner{display:block;position:static;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;padding:.063rem;width:1.125rem;max-height:1.125rem}.bal-icon__inner--turn-plus{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.bal-icon__inner--turn-caret-down,.bal-icon__inner--turn-caret-up{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bal-icon__inner--turn-nav-go-down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bal-icon__inner>svg{vertical-align:top}.bal-icon--is-xsmall{width:.75rem;max-height:.75rem}.bal-icon--is-x-small{width:.75rem;max-height:.75rem}.bal-icon--is-small{width:.875rem;max-height:.875rem}.bal-icon--is-medium{width:1.625rem;max-height:1.625rem}.bal-icon--is-large{width:2.5rem;max-height:2.5rem;padding:0}.bal-icon--is-x-large{width:5rem;max-height:5rem;padding:0}.bal-icon--is-xx-large{width:11rem;max-height:11rem;padding:0}.bal-icon--tile{background:var(--bal-color-purple-1);border-radius:var(--bal-radius-normal);height:2rem;width:2rem;max-height:2rem}@media screen and (min-width: 769px),print{.bal-icon--tile{height:3.5rem;width:3.5rem;max-height:3.5rem}}.bal-icon--tile-color-green{background:var(--bal-color-green-1)}.bal-icon--tile-color-red{background:var(--bal-color-red-1)}.bal-icon--tile-color-yellow{background:var(--bal-color-yellow-1)}.bal-icon__inner--tile{width:2rem;max-height:2rem}@media screen and (min-width: 769px),print{.bal-icon__inner--tile{width:3rem;max-height:3rem}}.bal-icon--is-grey svg,.bal-icon--is-grey g,.bal-icon--is-grey path,.bal-icon--is-grey circle{fill:var(--bal-icon-color-grey)}.bal-icon--is-grey-light svg,.bal-icon--is-grey-light g,.bal-icon--is-grey-light path,.bal-icon--is-grey-light circle{fill:var(--bal-icon-color-grey-light)}.bal-icon--is-grey-dark svg,.bal-icon--is-grey-dark g,.bal-icon--is-grey-dark path,.bal-icon--is-grey-dark circle{fill:var(--bal-icon-color-grey-dark)}.bal-icon--is-success svg,.bal-icon--is-success g,.bal-icon--is-success path,.bal-icon--is-success circle{fill:var(--bal-icon-color-success)}.bal-icon--is-success-dark svg,.bal-icon--is-success-dark g,.bal-icon--is-success-dark path,.bal-icon--is-success-dark circle{fill:var(--bal-icon-color-success-dark)}.bal-icon--is-success-darker svg,.bal-icon--is-success-darker g,.bal-icon--is-success-darker path,.bal-icon--is-success-darker circle{fill:var(--bal-icon-color-success-darker)}.bal-icon--is-warning svg,.bal-icon--is-warning g,.bal-icon--is-warning path,.bal-icon--is-warning circle{fill:var(--bal-icon-color-warning)}.bal-icon--is-warning-dark svg,.bal-icon--is-warning-dark g,.bal-icon--is-warning-dark path,.bal-icon--is-warning-dark circle{fill:var(--bal-icon-color-warning-dark)}.bal-icon--is-warning-darker svg,.bal-icon--is-warning-darker g,.bal-icon--is-warning-darker path,.bal-icon--is-warning-darker circle{fill:var(--bal-icon-color-warning-darker)}.bal-icon--is-danger svg,.bal-icon--is-danger g,.bal-icon--is-danger path,.bal-icon--is-danger circle{fill:var(--bal-icon-color-danger)}.bal-icon--is-danger-dark svg,.bal-icon--is-danger-dark g,.bal-icon--is-danger-dark path,.bal-icon--is-danger-dark circle{fill:var(--bal-icon-color-danger-dark)}.bal-icon--is-danger-darker svg,.bal-icon--is-danger-darker g,.bal-icon--is-danger-darker path,.bal-icon--is-danger-darker circle{fill:var(--bal-icon-color-danger-darker)}.bal-icon--is-primary svg,.bal-icon--is-primary g,.bal-icon--is-primary path,.bal-icon--is-primary circle{fill:var(--bal-icon-color-primary)}.bal-icon--is-primary-dark svg,.bal-icon--is-primary-dark g,.bal-icon--is-primary-dark path,.bal-icon--is-primary-dark circle{fill:var(--bal-icon-color-primary-dark)}.bal-icon--is-blue svg,.bal-icon--is-blue g,.bal-icon--is-blue path,.bal-icon--is-blue circle{fill:var(--bal-icon-color-blue)}.bal-icon--is-light-blue svg,.bal-icon--is-light-blue g,.bal-icon--is-light-blue path,.bal-icon--is-light-blue circle{fill:var(--bal-icon-color-light-blue)}.bal-icon--is-primary-light svg,.bal-icon--is-primary-light g,.bal-icon--is-primary-light path,.bal-icon--is-primary-light circle{fill:var(--bal-icon-color-primary-light)}.bal-icon--is-white svg,.bal-icon--is-white g,.bal-icon--is-white path,.bal-icon--is-white circle,.bal-icon--is-inverted svg,.bal-icon--is-inverted g,.bal-icon--is-inverted path,.bal-icon--is-inverted circle{fill:var(--bal-icon-color-white)}.icon-text{-ms-flex-align:center;align-items:center;color:inherit;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;-ms-flex-wrap:nowrap;flex-wrap:nowrap;word-break:break-word;line-height:1.5rem}.icon-text.is-small{line-height:1.75rem}.icon-text.is-medium{line-height:1.5rem}.icon-text.is-large{line-height:3rem}.icon-text.is-x-large{line-height:4rem}.icon-text.is-xlarge{line-height:4rem}.icon-text .icon{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.5rem}.icon-text .icon:not(:first-child){margin-right:.5rem}div.icon-text{display:-ms-flexbox;display:flex}";
917
- const BalIconStyle0 = balIconCss;
918
927
 
919
928
  const Icon = class {
920
929
  constructor(hostRef) {
921
930
  registerInstance(this, hostRef);
922
- /**
923
- * PRIVATE METHODS
924
- * ------------------------------------------------------
925
- */
926
- this.generateSvgContent = (iconName) => {
927
- const hasIcons = Object.keys(this.icons).length > 0;
928
- if (hasIcons && iconName && iconName.length > 0) {
929
- // We are doing this to avoid breaking change.
930
- if (iconName.startsWith('alert')) {
931
- iconName = 'alert-triangle';
932
- }
933
- if (iconName.startsWith('info')) {
934
- iconName = 'info-circle';
935
- }
936
- const icon = this.icons[`balIcon${lodash_upperfirst(lodash_camelcase(iconName))}`];
937
- if (icon) {
938
- this.svgContent = icon;
939
- return;
940
- }
941
- }
942
- this.svgContent = DOMPurify.sanitize(this.svg) || '';
943
- };
944
931
  this.icons = defaultConfig.icons;
945
932
  this.svgContent = '';
946
933
  this.innerColor = '';
947
934
  this.innerSize = '';
935
+ /**
936
+ * PUBLIC API
937
+ * ------------------------------------------------------
938
+ */
939
+ /**
940
+ * Name of the baloise icon.
941
+ */
948
942
  this.name = '';
943
+ /**
944
+ * Svg content.
945
+ */
949
946
  this.svg = '';
947
+ /**
948
+ * Defines the size of the icon.
949
+ */
950
950
  this.size = '';
951
+ /**
952
+ * The theme type of the button.
953
+ */
951
954
  this.color = '';
952
955
  this.colorHovered = '';
953
956
  this.colorPressed = '';
957
+ /**
958
+ * If `true` the icon acts as a tile with a background color.
959
+ */
954
960
  this.tile = false;
961
+ /**
962
+ * If `true` the icon acts as a tile with a background color. Default is purple
963
+ */
955
964
  this.tileColor = '';
965
+ /**
966
+ * If `true` the icon has display inline style
967
+ */
956
968
  this.inline = false;
969
+ /**
970
+ * If `true` the icon is inverted
971
+ */
957
972
  this.inverted = false;
973
+ /**
974
+ * If `true` the icon is rotated 180deg
975
+ */
958
976
  this.turn = false;
977
+ /**
978
+ * If `true` adds a box shadow to improve readability on image background
979
+ * */
959
980
  this.shadow = false;
981
+ /**
982
+ * If `true`, the element is not mutable, focusable, or even submitted with the form. The user can neither edit nor focus on the control, nor its form control descendants.
983
+ */
960
984
  this.disabled = undefined;
985
+ /**
986
+ * If `true` the component gets a invalid red style.
987
+ */
961
988
  this.invalid = undefined;
989
+ /**
990
+ * @internal
991
+ */
962
992
  this.hovered = false;
993
+ /**
994
+ * @internal
995
+ */
963
996
  this.pressed = false;
997
+ /**
998
+ * PRIVATE METHODS
999
+ * ------------------------------------------------------
1000
+ */
1001
+ this.generateSvgContent = (iconName) => {
1002
+ const hasIcons = Object.keys(this.icons).length > 0;
1003
+ if (hasIcons && iconName && iconName.length > 0) {
1004
+ // We are doing this to avoid breaking change.
1005
+ if (iconName.startsWith('alert')) {
1006
+ iconName = 'alert-triangle';
1007
+ }
1008
+ if (iconName.startsWith('info')) {
1009
+ iconName = 'info-circle';
1010
+ }
1011
+ const icon = this.icons[`balIcon${upperFirst(camelCase(iconName))}`];
1012
+ if (icon) {
1013
+ this.svgContent = icon;
1014
+ return;
1015
+ }
1016
+ }
1017
+ this.svgContent = purify.sanitize(this.svg) || '';
1018
+ };
964
1019
  }
965
1020
  nameChanged() {
966
1021
  this.generateSvgContent(this.name);
@@ -1061,6 +1116,6 @@ __decorate([
1061
1116
  __metadata("design:paramtypes", [Object]),
1062
1117
  __metadata("design:returntype", Promise)
1063
1118
  ], Icon.prototype, "configChanged", null);
1064
- Icon.style = BalIconStyle0;
1119
+ Icon.style = balIconCss;
1065
1120
 
1066
1121
  export { Icon as bal_icon };