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