@mozaic-ds/web-components 0.13.0 → 0.14.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 (768) hide show
  1. package/package.json +1 -1
  2. package/public/{EventForward-422700d7.js → EventForward-24fc0272.js} +2 -2
  3. package/public/{EventForward-422700d7.js.map → EventForward-24fc0272.js.map} +1 -1
  4. package/public/EventHandler-f7ee47ca.js +2 -0
  5. package/public/EventHandler-f7ee47ca.js.map +1 -0
  6. package/public/adeo/{EventForward-422700d7.js → EventForward-24fc0272.js} +2 -2
  7. package/public/adeo/{EventForward-422700d7.js.map → EventForward-24fc0272.js.map} +1 -1
  8. package/public/adeo/EventHandler-f7ee47ca.js +2 -0
  9. package/public/adeo/EventHandler-f7ee47ca.js.map +1 -0
  10. package/public/adeo/bundle.js +5 -1
  11. package/public/adeo/components/accordion/Accordion.js +1 -1
  12. package/public/adeo/components/accordion/Accordion.js.map +1 -1
  13. package/public/adeo/components/accordion/Accordion.svelte +8 -1
  14. package/public/adeo/components/actionbar/ActionBar.js +1 -1
  15. package/public/adeo/components/actionbar/ActionBar.js.map +1 -1
  16. package/public/adeo/components/actionbar/ActionBar.svelte +8 -1
  17. package/public/adeo/components/autocomplete/Autocomplete.js +1 -1
  18. package/public/adeo/components/autocomplete/Autocomplete.js.map +1 -1
  19. package/public/adeo/components/autocomplete/Autocomplete.svelte +8 -2
  20. package/public/adeo/components/badge/Badge.js +1 -1
  21. package/public/adeo/components/badge/Badge.nested.js +1 -1
  22. package/public/adeo/components/badge/Badge.nested.js.map +1 -1
  23. package/public/adeo/components/barchart/BarChart.svelte +8 -1
  24. package/public/adeo/components/bottombar/BottomBar.js +1 -1
  25. package/public/adeo/components/breadcrumb/Breadcrumb.js +1 -1
  26. package/public/adeo/components/breadcrumb/Breadcrumb.js.map +1 -1
  27. package/public/adeo/components/breadcrumb/Breadcrumb.nested.js +1 -1
  28. package/public/adeo/components/breadcrumb/Breadcrumb.nested.js.map +1 -1
  29. package/public/adeo/components/breadcrumb/Breadcrumb.nested.svelte +8 -1
  30. package/public/adeo/components/breadcrumb/Breadcrumb.svelte +8 -1
  31. package/public/adeo/components/button/Button.js +1 -1
  32. package/public/adeo/components/button/Button.nested.js +2 -0
  33. package/public/adeo/components/button/Button.nested.js.map +1 -0
  34. package/public/adeo/components/button/Button.nested.svelte +173 -0
  35. package/public/adeo/components/card/Card.js +1 -1
  36. package/public/adeo/components/carousel/Carousel.js +2 -0
  37. package/public/adeo/components/carousel/Carousel.js.map +1 -0
  38. package/public/adeo/components/carousel/Carousel.svelte +421 -0
  39. package/public/adeo/components/carousel/CarouselCard.nested.js +2 -0
  40. package/public/adeo/components/carousel/CarouselCard.nested.js.map +1 -0
  41. package/public/adeo/components/carousel/carousel.types.d.ts +19 -0
  42. package/public/adeo/components/carousel/carousel.types.d.ts.map +1 -0
  43. package/public/adeo/components/carouselcard/CarouselCard.nested.svelte +37 -0
  44. package/public/adeo/components/chart/BarChart.js +1 -1
  45. package/public/adeo/components/chart/BarChart.js.map +1 -1
  46. package/public/adeo/components/chart/Donut.js +1 -1
  47. package/public/adeo/components/chart/Donut.js.map +1 -1
  48. package/public/adeo/components/chart/GroupedBarChart.js +1 -1
  49. package/public/adeo/components/chart/GroupedBarChart.js.map +1 -1
  50. package/public/adeo/components/chart/LineChart.js +1 -1
  51. package/public/adeo/components/chart/LineChart.js.map +1 -1
  52. package/public/adeo/components/chart/Radar.js +1 -1
  53. package/public/adeo/components/chart/Radar.js.map +1 -1
  54. package/public/adeo/components/chart/StackedBarChart.js +1 -1
  55. package/public/adeo/components/chart/StackedBarChart.js.map +1 -1
  56. package/public/adeo/components/checkbox/Checkbox.js +1 -1
  57. package/public/adeo/components/checkbox/Checkbox.js.map +1 -1
  58. package/public/adeo/components/checkbox/Checkbox.svelte +8 -2
  59. package/public/adeo/components/checkboxgroup/checkboxGroup.js +1 -1
  60. package/public/adeo/components/checkboxgroup/checkboxGroup.js.map +1 -1
  61. package/public/adeo/components/checkboxgroup/checkboxGroup.svelte +9 -2
  62. package/public/adeo/components/datatable/DataTable.js +1 -1
  63. package/public/adeo/components/datatable/DataTable.js.map +1 -1
  64. package/public/adeo/components/datatable/DataTable.svelte +19 -10
  65. package/public/adeo/components/datatable/datatable-default-action.nested.js +2 -0
  66. package/public/adeo/components/datatable/datatable-default-action.nested.js.map +1 -0
  67. package/public/{bricoman/components/datatabledefaultaction/DataTableDefaultAction.nested.svelte → adeo/components/datatable/datatable-default-action.nested.svelte} +8 -1
  68. package/public/adeo/components/datatable/datatable-default-edtion.nested.js +2 -0
  69. package/public/adeo/components/datatable/datatable-default-edtion.nested.js.map +1 -0
  70. package/public/{components/datatabledefaultedtion/DataTableDefaultEdtion.nested.svelte → adeo/components/datatable/datatable-default-edtion.nested.svelte} +8 -1
  71. package/public/adeo/components/datatable/datatable-default-filter-tags.nested.js +2 -0
  72. package/public/adeo/components/datatable/datatable-default-filter-tags.nested.js.map +1 -0
  73. package/public/{bricoman/components/datatabledefaultfiltertags/DataTableDefaultFilterTags.nested.svelte → adeo/components/datatable/datatable-default-filter-tags.nested.svelte} +8 -1
  74. package/public/adeo/components/datatable/datatable-default-footer.nested.js +2 -0
  75. package/public/adeo/components/datatable/datatable-default-footer.nested.js.map +1 -0
  76. package/public/{components/datatablefooter/DataTableFooter.nested.svelte → adeo/components/datatable/datatable-default-footer.nested.svelte} +8 -1
  77. package/public/adeo/components/datatable/datatable-default-selection-label.nested.js +2 -0
  78. package/public/adeo/components/datatable/datatable-default-selection-label.nested.js.map +1 -0
  79. package/public/adeo/components/datatable/datatable-default-selection.nested.js +2 -0
  80. package/public/adeo/components/datatable/datatable-default-selection.nested.js.map +1 -0
  81. package/public/{bricoman/components/datatabledefaultselection/DataTableDefaultSelection.nested.svelte → adeo/components/datatable/datatable-default-selection.nested.svelte} +8 -16
  82. package/public/adeo/components/datatable/datatable.types.d.ts +1 -0
  83. package/public/adeo/components/datatable/datatable.types.d.ts.map +1 -1
  84. package/public/adeo/components/donut/Donut.svelte +8 -1
  85. package/public/adeo/components/dropdown/Dropdown.js +1 -1
  86. package/public/adeo/components/dropdown/Dropdown.js.map +1 -1
  87. package/public/adeo/components/dropdown/Dropdown.svelte +8 -2
  88. package/public/adeo/components/field/Field.js +1 -1
  89. package/public/adeo/components/fileuploader/FileUploader.js +1 -1
  90. package/public/adeo/components/fileuploader/FileUploader.js.map +1 -1
  91. package/public/adeo/components/fileuploader/FileUploader.svelte +10 -3
  92. package/public/adeo/components/fileuploader/fileuploader-result.js +2 -0
  93. package/public/adeo/components/fileuploader/fileuploader-result.js.map +1 -0
  94. package/public/{components/resultfile/ResultFile.nested.svelte → adeo/components/fileuploader-result/fileuploader-result.svelte} +4 -1
  95. package/public/adeo/components/flag/Flag.js +1 -1
  96. package/public/adeo/components/groupedbarchart/GroupedBarChart.svelte +8 -1
  97. package/public/adeo/components/header/Header.js +1 -1
  98. package/public/adeo/components/header/Header.js.map +1 -1
  99. package/public/adeo/components/header/Header.svelte +9 -2
  100. package/public/adeo/components/header/_c.header.scss +310 -0
  101. package/public/adeo/components/header/_s.header.scss +28 -0
  102. package/public/adeo/components/hero/Hero.js +1 -1
  103. package/public/adeo/components/hero/Hero.js.map +1 -1
  104. package/public/adeo/components/kpi/Kpi.js +1 -1
  105. package/public/adeo/components/layer/Layer.js +1 -1
  106. package/public/adeo/components/layer/Layer.js.map +1 -1
  107. package/public/adeo/components/layer/Layer.svelte +12 -2
  108. package/public/adeo/components/layer/layer.types.d.ts +2 -0
  109. package/public/adeo/components/layer/layer.types.d.ts.map +1 -0
  110. package/public/adeo/components/linechart/LineChart.svelte +8 -1
  111. package/public/adeo/components/link/Link.js +1 -1
  112. package/public/adeo/components/link/Link.nested.js +2 -0
  113. package/public/adeo/components/link/Link.nested.js.map +1 -0
  114. package/public/adeo/components/link/Link.nested.svelte +78 -0
  115. package/public/adeo/components/listbox/Listbox.js +1 -1
  116. package/public/adeo/components/listbox/Listbox.js.map +1 -1
  117. package/public/adeo/components/listbox/Listbox.nested.js +1 -1
  118. package/public/adeo/components/listbox/Listbox.nested.js.map +1 -1
  119. package/public/adeo/components/listbox/Listbox.nested.svelte +8 -1
  120. package/public/adeo/components/listbox/Listbox.svelte +8 -1
  121. package/public/adeo/components/loader/Loader.js +1 -1
  122. package/public/adeo/components/loader/Loader.js.map +1 -1
  123. package/public/adeo/components/loader/Loader.nested.js +1 -1
  124. package/public/adeo/components/menu/Menu.js +1 -1
  125. package/public/adeo/components/menu/Menu.js.map +1 -1
  126. package/public/adeo/components/menu/Menu.svelte +12 -2
  127. package/public/adeo/components/modal/Modal.js +1 -1
  128. package/public/adeo/components/modal/Modal.js.map +1 -1
  129. package/public/adeo/components/modal/Modal.svelte +9 -2
  130. package/public/adeo/components/notification/Notification.js +1 -1
  131. package/public/adeo/components/notification/Notification.js.map +1 -1
  132. package/public/adeo/components/notification/Notification.svelte +8 -1
  133. package/public/adeo/components/optionbutton/OptionButton.js +1 -1
  134. package/public/adeo/components/optionbutton/OptionButton.js.map +1 -1
  135. package/public/adeo/components/optionbutton/OptionButton.svelte +8 -2
  136. package/public/adeo/components/overlay/Overlay.js +1 -1
  137. package/public/adeo/components/overlay/OverlayLoader.js +1 -1
  138. package/public/adeo/components/pagination/Pagination.js +1 -1
  139. package/public/adeo/components/pagination/Pagination.js.map +1 -1
  140. package/public/adeo/components/pagination/Pagination.svelte +9 -2
  141. package/public/adeo/components/passwordinput/PasswordInput.js +1 -1
  142. package/public/adeo/components/phonenumber/PhoneNumber.js +1 -1
  143. package/public/adeo/components/phonenumber/PhoneNumber.js.map +1 -1
  144. package/public/adeo/components/phonenumber/PhoneNumber.svelte +8 -1
  145. package/public/adeo/components/price/Price.js +1 -1
  146. package/public/adeo/components/price/Price.js.map +1 -1
  147. package/public/adeo/components/progressbar/ProgressBar.js +1 -1
  148. package/public/adeo/components/quantityselector/QuantitySelector.js +1 -1
  149. package/public/adeo/components/quantityselector/QuantitySelector.js.map +1 -1
  150. package/public/adeo/components/quantityselector/QuantitySelector.svelte +9 -3
  151. package/public/adeo/components/radar/Radar.svelte +4 -1
  152. package/public/adeo/components/radio/Radio.js +1 -1
  153. package/public/adeo/components/radiogroup/RadioGroup.js +1 -1
  154. package/public/adeo/components/radiogroup/RadioGroup.js.map +1 -1
  155. package/public/adeo/components/radiogroup/RadioGroup.svelte +8 -2
  156. package/public/adeo/components/ratings/StarsInput.js +1 -1
  157. package/public/adeo/components/ratings/StarsInput.js.map +1 -1
  158. package/public/adeo/components/ratings/StarsResult.js +1 -1
  159. package/public/adeo/components/segmentedcontrol/SegmentedControl.js +1 -1
  160. package/public/adeo/components/segmentedcontrol/SegmentedControl.js.map +1 -1
  161. package/public/adeo/components/segmentedcontrol/SegmentedControl.svelte +12 -2
  162. package/public/adeo/components/select/Select.js +1 -1
  163. package/public/adeo/components/select/Select.js.map +1 -1
  164. package/public/adeo/components/select/Select.svelte +8 -2
  165. package/public/adeo/components/sidebar/Sidebar.js +1 -1
  166. package/public/adeo/components/sidebar/Sidebar.js.map +1 -1
  167. package/public/adeo/components/sidebar/Sidebar.svelte +10 -3
  168. package/public/adeo/components/sidebar/_c.sidebar.scss +9 -0
  169. package/public/adeo/components/sidebar/sidebar-feature-group.nested.js +1 -1
  170. package/public/adeo/components/sidebar/sidebar-feature-group.nested.js.map +1 -1
  171. package/public/{bricoman/components/sidebar-feature-group → adeo/components/sidebar}/sidebar-feature-group.nested.svelte +22 -9
  172. package/public/adeo/components/sidebar/sidebar-feature.nested.js +1 -1
  173. package/public/adeo/components/sidebar/sidebar-feature.nested.js.map +1 -1
  174. package/public/{bricoman/components/sidebar-feature → adeo/components/sidebar}/sidebar-feature.nested.svelte +6 -3
  175. package/public/adeo/components/sidebar/sidebar-section.nested.js +1 -1
  176. package/public/adeo/components/sidebar/sidebar-section.nested.js.map +1 -1
  177. package/public/{components/sidebar-section → adeo/components/sidebar}/sidebar-section.nested.svelte +5 -2
  178. package/public/adeo/components/sidebar/sidebar-segment.nested.js +1 -1
  179. package/public/adeo/components/sidebar/sidebar-segment.nested.js.map +1 -1
  180. package/public/{bricoman/components/sidebar-segment → adeo/components/sidebar}/sidebar-segment.nested.svelte +11 -10
  181. package/public/adeo/components/sidebar/sidebar-separator.nested.js +1 -1
  182. package/public/adeo/components/sidebar/sidebar-separator.nested.js.map +1 -1
  183. package/public/adeo/components/{sidebar-separator → sidebar}/sidebar-separator.nested.svelte +2 -2
  184. package/public/adeo/components/sidebar/sidebar-sub-features.nested.js +1 -1
  185. package/public/adeo/components/sidebar/sidebar-sub-features.nested.js.map +1 -1
  186. package/public/{components/sidebar-sub-features → adeo/components/sidebar}/sidebar-sub-features.nested.svelte +10 -3
  187. package/public/adeo/components/sidebar/sidebar-user.nested.js +1 -1
  188. package/public/adeo/components/sidebar/sidebar-user.nested.js.map +1 -1
  189. package/public/{components/sidebar-user → adeo/components/sidebar}/sidebar-user.nested.svelte +2 -2
  190. package/public/adeo/components/sidebar/sidebar.types.d.ts +10 -0
  191. package/public/adeo/components/sidebar/sidebar.types.d.ts.map +1 -1
  192. package/public/adeo/components/stackedbarchart/StackedBarChart.svelte +8 -1
  193. package/public/adeo/components/starsinput/StarsInput.svelte +8 -1
  194. package/public/adeo/components/stepper/Stepper.js +1 -1
  195. package/public/adeo/components/stepper/Stepper.js.map +1 -1
  196. package/public/adeo/components/stepper/Stepper.svelte +8 -1
  197. package/public/adeo/components/stepperbar/StepperBar.js +1 -1
  198. package/public/adeo/components/stepperbar/StepperBar.js.map +1 -1
  199. package/public/adeo/components/stepperbar/StepperBar.svelte +8 -1
  200. package/public/adeo/components/tabs/Tabs.js +1 -1
  201. package/public/adeo/components/tabs/Tabs.js.map +1 -1
  202. package/public/adeo/components/tabs/Tabs.nested.js +1 -1
  203. package/public/adeo/components/tabs/Tabs.nested.js.map +1 -1
  204. package/public/adeo/components/tabs/Tabs.nested.svelte +8 -1
  205. package/public/adeo/components/tabs/Tabs.svelte +8 -1
  206. package/public/adeo/components/tag/Tag.js +1 -1
  207. package/public/adeo/components/tag/Tag.js.map +1 -1
  208. package/public/adeo/components/tag/Tag.nested.js +1 -1
  209. package/public/adeo/components/tag/Tag.nested.js.map +1 -1
  210. package/public/adeo/components/tag/Tag.nested.svelte +13 -2
  211. package/public/adeo/components/tag/Tag.svelte +13 -3
  212. package/public/adeo/components/taglist/TagList.js +1 -1
  213. package/public/adeo/components/taglist/TagList.js.map +1 -1
  214. package/public/adeo/components/taglist/TagList.svelte +8 -1
  215. package/public/adeo/components/textarea/Textarea.js +1 -1
  216. package/public/adeo/components/textinput/Textinput.js +1 -1
  217. package/public/adeo/components/textinput/Textinput.js.map +1 -1
  218. package/public/adeo/components/textinput/Textinput.nested.js +1 -1
  219. package/public/adeo/components/textinput/Textinput.svelte +8 -2
  220. package/public/adeo/components/toggle/Toggle.js +1 -1
  221. package/public/adeo/components/toggle/Toggle.js.map +1 -1
  222. package/public/adeo/components/toggle/Toggle.svelte +8 -2
  223. package/public/adeo/components/tooltip/Tooltip.js +1 -1
  224. package/public/adeo/{index-52f16292.js → index-9ffad6d0.js} +2 -2
  225. package/public/{bricoman/index-52f16292.js.map → adeo/index-9ffad6d0.js.map} +1 -1
  226. package/public/adeo/main.d.ts +1 -0
  227. package/public/adeo/main.d.ts.map +1 -1
  228. package/public/adeo/{sidebar-service-293d79ef.js → sidebar-service-ab65d83f.js} +2 -2
  229. package/public/{sidebar-service-293d79ef.js.map → adeo/sidebar-service-ab65d83f.js.map} +1 -1
  230. package/public/adeo/stories/carousel/items.d.ts +3 -0
  231. package/public/adeo/stories/carousel/items.d.ts.map +1 -0
  232. package/public/adeo/utilities/EventHandler.d.ts +2 -1
  233. package/public/adeo/utilities/EventHandler.d.ts.map +1 -1
  234. package/public/adeo/utilities/EventHandler.ts +5 -5
  235. package/public/adeo/utilities/sidebar-service.d.ts +8 -0
  236. package/public/adeo/utilities/sidebar-service.d.ts.map +1 -0
  237. package/public/adeo/utilities/sidebar-service.ts +93 -0
  238. package/public/bricoman/{EventForward-422700d7.js → EventForward-24fc0272.js} +2 -2
  239. package/public/bricoman/{EventForward-422700d7.js.map → EventForward-24fc0272.js.map} +1 -1
  240. package/public/bricoman/EventHandler-f7ee47ca.js +2 -0
  241. package/public/bricoman/EventHandler-f7ee47ca.js.map +1 -0
  242. package/public/bricoman/bundle.js +5 -1
  243. package/public/bricoman/components/accordion/Accordion.js +1 -1
  244. package/public/bricoman/components/accordion/Accordion.js.map +1 -1
  245. package/public/bricoman/components/accordion/Accordion.svelte +8 -1
  246. package/public/bricoman/components/actionbar/ActionBar.js +1 -1
  247. package/public/bricoman/components/actionbar/ActionBar.js.map +1 -1
  248. package/public/bricoman/components/actionbar/ActionBar.svelte +8 -1
  249. package/public/bricoman/components/autocomplete/Autocomplete.js +1 -1
  250. package/public/bricoman/components/autocomplete/Autocomplete.js.map +1 -1
  251. package/public/bricoman/components/autocomplete/Autocomplete.svelte +8 -2
  252. package/public/bricoman/components/badge/Badge.js +1 -1
  253. package/public/bricoman/components/badge/Badge.nested.js +1 -1
  254. package/public/bricoman/components/barchart/BarChart.svelte +8 -1
  255. package/public/bricoman/components/bottombar/BottomBar.js +1 -1
  256. package/public/bricoman/components/breadcrumb/Breadcrumb.js +1 -1
  257. package/public/bricoman/components/breadcrumb/Breadcrumb.js.map +1 -1
  258. package/public/bricoman/components/breadcrumb/Breadcrumb.nested.js +1 -1
  259. package/public/bricoman/components/breadcrumb/Breadcrumb.nested.js.map +1 -1
  260. package/public/bricoman/components/breadcrumb/Breadcrumb.nested.svelte +8 -1
  261. package/public/bricoman/components/breadcrumb/Breadcrumb.svelte +8 -1
  262. package/public/bricoman/components/button/Button.js +1 -1
  263. package/public/bricoman/components/button/Button.nested.js +2 -0
  264. package/public/bricoman/components/button/Button.nested.js.map +1 -0
  265. package/public/bricoman/components/button/Button.nested.svelte +173 -0
  266. package/public/bricoman/components/card/Card.js +1 -1
  267. package/public/bricoman/components/carousel/Carousel.js +2 -0
  268. package/public/bricoman/components/carousel/Carousel.js.map +1 -0
  269. package/public/bricoman/components/carousel/Carousel.svelte +421 -0
  270. package/public/bricoman/components/carousel/CarouselCard.nested.js +2 -0
  271. package/public/bricoman/components/carousel/CarouselCard.nested.js.map +1 -0
  272. package/public/bricoman/components/carousel/carousel.types.d.ts +19 -0
  273. package/public/bricoman/components/carousel/carousel.types.d.ts.map +1 -0
  274. package/public/bricoman/components/carouselcard/CarouselCard.nested.svelte +37 -0
  275. package/public/bricoman/components/chart/BarChart.js +1 -1
  276. package/public/bricoman/components/chart/BarChart.js.map +1 -1
  277. package/public/bricoman/components/chart/Donut.js +1 -1
  278. package/public/bricoman/components/chart/Donut.js.map +1 -1
  279. package/public/bricoman/components/chart/GroupedBarChart.js +1 -1
  280. package/public/bricoman/components/chart/GroupedBarChart.js.map +1 -1
  281. package/public/bricoman/components/chart/LineChart.js +1 -1
  282. package/public/bricoman/components/chart/LineChart.js.map +1 -1
  283. package/public/bricoman/components/chart/Radar.js +1 -1
  284. package/public/bricoman/components/chart/Radar.js.map +1 -1
  285. package/public/bricoman/components/chart/StackedBarChart.js +1 -1
  286. package/public/bricoman/components/chart/StackedBarChart.js.map +1 -1
  287. package/public/bricoman/components/checkbox/Checkbox.js +1 -1
  288. package/public/bricoman/components/checkbox/Checkbox.js.map +1 -1
  289. package/public/bricoman/components/checkbox/Checkbox.svelte +8 -2
  290. package/public/bricoman/components/checkboxgroup/checkboxGroup.js +1 -1
  291. package/public/bricoman/components/checkboxgroup/checkboxGroup.js.map +1 -1
  292. package/public/bricoman/components/checkboxgroup/checkboxGroup.svelte +9 -2
  293. package/public/bricoman/components/datatable/DataTable.js +1 -1
  294. package/public/bricoman/components/datatable/DataTable.js.map +1 -1
  295. package/public/bricoman/components/datatable/DataTable.svelte +19 -10
  296. package/public/bricoman/components/datatable/datatable-default-action.nested.js +2 -0
  297. package/public/bricoman/components/datatable/datatable-default-action.nested.js.map +1 -0
  298. package/public/{adeo/components/datatabledefaultaction/DataTableDefaultAction.nested.svelte → bricoman/components/datatable/datatable-default-action.nested.svelte} +8 -1
  299. package/public/bricoman/components/datatable/datatable-default-edtion.nested.js +2 -0
  300. package/public/bricoman/components/datatable/datatable-default-edtion.nested.js.map +1 -0
  301. package/public/{adeo/components/datatabledefaultedtion/DataTableDefaultEdtion.nested.svelte → bricoman/components/datatable/datatable-default-edtion.nested.svelte} +8 -1
  302. package/public/bricoman/components/datatable/datatable-default-filter-tags.nested.js +2 -0
  303. package/public/bricoman/components/datatable/datatable-default-filter-tags.nested.js.map +1 -0
  304. package/public/{components/datatabledefaultfiltertags/DataTableDefaultFilterTags.nested.svelte → bricoman/components/datatable/datatable-default-filter-tags.nested.svelte} +8 -1
  305. package/public/bricoman/components/datatable/datatable-default-footer.nested.js +2 -0
  306. package/public/bricoman/components/datatable/datatable-default-footer.nested.js.map +1 -0
  307. package/public/{adeo/components/datatablefooter/DataTableFooter.nested.svelte → bricoman/components/datatable/datatable-default-footer.nested.svelte} +8 -1
  308. package/public/bricoman/components/datatable/datatable-default-selection-label.nested.js +2 -0
  309. package/public/bricoman/components/datatable/datatable-default-selection-label.nested.js.map +1 -0
  310. package/public/bricoman/components/datatable/datatable-default-selection.nested.js +2 -0
  311. package/public/bricoman/components/datatable/datatable-default-selection.nested.js.map +1 -0
  312. package/public/{components/datatabledefaultselection/DataTableDefaultSelection.nested.svelte → bricoman/components/datatable/datatable-default-selection.nested.svelte} +8 -16
  313. package/public/bricoman/components/datatable/datatable.types.d.ts +1 -0
  314. package/public/bricoman/components/datatable/datatable.types.d.ts.map +1 -1
  315. package/public/bricoman/components/donut/Donut.svelte +8 -1
  316. package/public/bricoman/components/dropdown/Dropdown.js +1 -1
  317. package/public/bricoman/components/dropdown/Dropdown.js.map +1 -1
  318. package/public/bricoman/components/dropdown/Dropdown.svelte +8 -2
  319. package/public/bricoman/components/field/Field.js +1 -1
  320. package/public/bricoman/components/fileuploader/FileUploader.js +1 -1
  321. package/public/bricoman/components/fileuploader/FileUploader.js.map +1 -1
  322. package/public/bricoman/components/fileuploader/FileUploader.svelte +10 -3
  323. package/public/bricoman/components/fileuploader/fileuploader-result.js +2 -0
  324. package/public/bricoman/components/fileuploader/fileuploader-result.js.map +1 -0
  325. package/public/{adeo/components/resultfile/ResultFile.nested.svelte → bricoman/components/fileuploader-result/fileuploader-result.svelte} +4 -1
  326. package/public/bricoman/components/flag/Flag.js +1 -1
  327. package/public/bricoman/components/groupedbarchart/GroupedBarChart.svelte +8 -1
  328. package/public/bricoman/components/header/Header.js +1 -1
  329. package/public/bricoman/components/header/Header.js.map +1 -1
  330. package/public/bricoman/components/header/Header.svelte +9 -2
  331. package/public/bricoman/components/header/_c.header.scss +310 -0
  332. package/public/bricoman/components/header/_s.header.scss +28 -0
  333. package/public/bricoman/components/hero/Hero.js +1 -1
  334. package/public/bricoman/components/hero/Hero.js.map +1 -1
  335. package/public/bricoman/components/kpi/Kpi.js +1 -1
  336. package/public/bricoman/components/layer/Layer.js +1 -1
  337. package/public/bricoman/components/layer/Layer.js.map +1 -1
  338. package/public/bricoman/components/layer/Layer.svelte +12 -2
  339. package/public/bricoman/components/layer/layer.types.d.ts +2 -0
  340. package/public/bricoman/components/layer/layer.types.d.ts.map +1 -0
  341. package/public/bricoman/components/linechart/LineChart.svelte +8 -1
  342. package/public/bricoman/components/link/Link.js +1 -1
  343. package/public/bricoman/components/link/Link.nested.js +2 -0
  344. package/public/bricoman/components/link/Link.nested.js.map +1 -0
  345. package/public/bricoman/components/link/Link.nested.svelte +78 -0
  346. package/public/bricoman/components/listbox/Listbox.js +1 -1
  347. package/public/bricoman/components/listbox/Listbox.js.map +1 -1
  348. package/public/bricoman/components/listbox/Listbox.nested.js +1 -1
  349. package/public/bricoman/components/listbox/Listbox.nested.js.map +1 -1
  350. package/public/bricoman/components/listbox/Listbox.nested.svelte +8 -1
  351. package/public/bricoman/components/listbox/Listbox.svelte +8 -1
  352. package/public/bricoman/components/loader/Loader.js +1 -1
  353. package/public/bricoman/components/loader/Loader.nested.js +1 -1
  354. package/public/bricoman/components/menu/Menu.js +1 -1
  355. package/public/bricoman/components/menu/Menu.js.map +1 -1
  356. package/public/bricoman/components/menu/Menu.svelte +12 -2
  357. package/public/bricoman/components/modal/Modal.js +1 -1
  358. package/public/bricoman/components/modal/Modal.js.map +1 -1
  359. package/public/bricoman/components/modal/Modal.svelte +9 -2
  360. package/public/bricoman/components/notification/Notification.js +1 -1
  361. package/public/bricoman/components/notification/Notification.js.map +1 -1
  362. package/public/bricoman/components/notification/Notification.svelte +8 -1
  363. package/public/bricoman/components/optionbutton/OptionButton.js +1 -1
  364. package/public/bricoman/components/optionbutton/OptionButton.js.map +1 -1
  365. package/public/bricoman/components/optionbutton/OptionButton.svelte +8 -2
  366. package/public/bricoman/components/overlay/Overlay.js +1 -1
  367. package/public/bricoman/components/overlay/OverlayLoader.js +1 -1
  368. package/public/bricoman/components/pagination/Pagination.js +1 -1
  369. package/public/bricoman/components/pagination/Pagination.js.map +1 -1
  370. package/public/bricoman/components/pagination/Pagination.svelte +9 -2
  371. package/public/bricoman/components/passwordinput/PasswordInput.js +1 -1
  372. package/public/bricoman/components/phonenumber/PhoneNumber.js +1 -1
  373. package/public/bricoman/components/phonenumber/PhoneNumber.js.map +1 -1
  374. package/public/bricoman/components/phonenumber/PhoneNumber.svelte +8 -1
  375. package/public/bricoman/components/price/Price.js +1 -1
  376. package/public/bricoman/components/price/Price.js.map +1 -1
  377. package/public/bricoman/components/progressbar/ProgressBar.js +1 -1
  378. package/public/bricoman/components/quantityselector/QuantitySelector.js +1 -1
  379. package/public/bricoman/components/quantityselector/QuantitySelector.js.map +1 -1
  380. package/public/bricoman/components/quantityselector/QuantitySelector.svelte +9 -3
  381. package/public/bricoman/components/radar/Radar.svelte +4 -1
  382. package/public/bricoman/components/radio/Radio.js +1 -1
  383. package/public/bricoman/components/radiogroup/RadioGroup.js +1 -1
  384. package/public/bricoman/components/radiogroup/RadioGroup.js.map +1 -1
  385. package/public/bricoman/components/radiogroup/RadioGroup.svelte +8 -2
  386. package/public/bricoman/components/ratings/StarsInput.js +1 -1
  387. package/public/bricoman/components/ratings/StarsInput.js.map +1 -1
  388. package/public/bricoman/components/ratings/StarsResult.js +1 -1
  389. package/public/bricoman/components/segmentedcontrol/SegmentedControl.js +1 -1
  390. package/public/bricoman/components/segmentedcontrol/SegmentedControl.js.map +1 -1
  391. package/public/bricoman/components/segmentedcontrol/SegmentedControl.svelte +12 -2
  392. package/public/bricoman/components/select/Select.js +1 -1
  393. package/public/bricoman/components/select/Select.js.map +1 -1
  394. package/public/bricoman/components/select/Select.svelte +8 -2
  395. package/public/bricoman/components/sidebar/Sidebar.js +1 -1
  396. package/public/bricoman/components/sidebar/Sidebar.js.map +1 -1
  397. package/public/bricoman/components/sidebar/Sidebar.svelte +10 -3
  398. package/public/bricoman/components/sidebar/_c.sidebar.scss +9 -0
  399. package/public/bricoman/components/sidebar/sidebar-feature-group.nested.js +1 -1
  400. package/public/bricoman/components/sidebar/sidebar-feature-group.nested.js.map +1 -1
  401. package/public/{components/sidebar-feature-group → bricoman/components/sidebar}/sidebar-feature-group.nested.svelte +22 -9
  402. package/public/bricoman/components/sidebar/sidebar-feature.nested.js +1 -1
  403. package/public/bricoman/components/sidebar/sidebar-feature.nested.js.map +1 -1
  404. package/public/{components/sidebar-feature → bricoman/components/sidebar}/sidebar-feature.nested.svelte +6 -3
  405. package/public/bricoman/components/sidebar/sidebar-section.nested.js +1 -1
  406. package/public/bricoman/components/sidebar/sidebar-section.nested.js.map +1 -1
  407. package/public/bricoman/components/{sidebar-section → sidebar}/sidebar-section.nested.svelte +5 -2
  408. package/public/bricoman/components/sidebar/sidebar-segment.nested.js +1 -1
  409. package/public/bricoman/components/sidebar/sidebar-segment.nested.js.map +1 -1
  410. package/public/{components/sidebar-segment → bricoman/components/sidebar}/sidebar-segment.nested.svelte +11 -10
  411. package/public/bricoman/components/sidebar/sidebar-separator.nested.js +1 -1
  412. package/public/bricoman/components/sidebar/sidebar-separator.nested.js.map +1 -1
  413. package/public/bricoman/components/{sidebar-separator → sidebar}/sidebar-separator.nested.svelte +2 -2
  414. package/public/bricoman/components/sidebar/sidebar-sub-features.nested.js +1 -1
  415. package/public/bricoman/components/sidebar/sidebar-sub-features.nested.js.map +1 -1
  416. package/public/bricoman/components/{sidebar-sub-features → sidebar}/sidebar-sub-features.nested.svelte +10 -3
  417. package/public/bricoman/components/sidebar/sidebar-user.nested.js +1 -1
  418. package/public/bricoman/components/sidebar/sidebar-user.nested.js.map +1 -1
  419. package/public/{adeo/components/sidebar-user → bricoman/components/sidebar}/sidebar-user.nested.svelte +2 -2
  420. package/public/bricoman/components/sidebar/sidebar.types.d.ts +10 -0
  421. package/public/bricoman/components/sidebar/sidebar.types.d.ts.map +1 -1
  422. package/public/bricoman/components/stackedbarchart/StackedBarChart.svelte +8 -1
  423. package/public/bricoman/components/starsinput/StarsInput.svelte +8 -1
  424. package/public/bricoman/components/stepper/Stepper.js +1 -1
  425. package/public/bricoman/components/stepper/Stepper.js.map +1 -1
  426. package/public/bricoman/components/stepper/Stepper.svelte +8 -1
  427. package/public/bricoman/components/stepperbar/StepperBar.js +1 -1
  428. package/public/bricoman/components/stepperbar/StepperBar.js.map +1 -1
  429. package/public/bricoman/components/stepperbar/StepperBar.svelte +8 -1
  430. package/public/bricoman/components/tabs/Tabs.js +1 -1
  431. package/public/bricoman/components/tabs/Tabs.js.map +1 -1
  432. package/public/bricoman/components/tabs/Tabs.nested.js +1 -1
  433. package/public/bricoman/components/tabs/Tabs.nested.js.map +1 -1
  434. package/public/bricoman/components/tabs/Tabs.nested.svelte +8 -1
  435. package/public/bricoman/components/tabs/Tabs.svelte +8 -1
  436. package/public/bricoman/components/tag/Tag.js +1 -1
  437. package/public/bricoman/components/tag/Tag.js.map +1 -1
  438. package/public/bricoman/components/tag/Tag.nested.js +1 -1
  439. package/public/bricoman/components/tag/Tag.nested.js.map +1 -1
  440. package/public/bricoman/components/tag/Tag.nested.svelte +13 -2
  441. package/public/bricoman/components/tag/Tag.svelte +13 -3
  442. package/public/bricoman/components/taglist/TagList.js +1 -1
  443. package/public/bricoman/components/taglist/TagList.js.map +1 -1
  444. package/public/bricoman/components/taglist/TagList.svelte +8 -1
  445. package/public/bricoman/components/textarea/Textarea.js +1 -1
  446. package/public/bricoman/components/textinput/Textinput.js +1 -1
  447. package/public/bricoman/components/textinput/Textinput.js.map +1 -1
  448. package/public/bricoman/components/textinput/Textinput.nested.js +1 -1
  449. package/public/bricoman/components/textinput/Textinput.svelte +8 -2
  450. package/public/bricoman/components/toggle/Toggle.js +1 -1
  451. package/public/bricoman/components/toggle/Toggle.js.map +1 -1
  452. package/public/bricoman/components/toggle/Toggle.svelte +8 -2
  453. package/public/bricoman/components/tooltip/Tooltip.js +1 -1
  454. package/public/bricoman/{index-52f16292.js → index-9ffad6d0.js} +2 -2
  455. package/public/{adeo/index-52f16292.js.map → bricoman/index-9ffad6d0.js.map} +1 -1
  456. package/public/bricoman/main.d.ts +1 -0
  457. package/public/bricoman/main.d.ts.map +1 -1
  458. package/public/bricoman/{sidebar-service-293d79ef.js → sidebar-service-ab65d83f.js} +2 -2
  459. package/public/bricoman/sidebar-service-ab65d83f.js.map +1 -0
  460. package/public/bricoman/stories/carousel/items.d.ts +3 -0
  461. package/public/bricoman/stories/carousel/items.d.ts.map +1 -0
  462. package/public/bricoman/utilities/EventHandler.d.ts +2 -1
  463. package/public/bricoman/utilities/EventHandler.d.ts.map +1 -1
  464. package/public/bricoman/utilities/EventHandler.ts +5 -5
  465. package/public/bricoman/utilities/sidebar-service.d.ts +8 -0
  466. package/public/bricoman/utilities/sidebar-service.d.ts.map +1 -0
  467. package/public/bricoman/utilities/sidebar-service.ts +93 -0
  468. package/public/bundle.js +5 -1
  469. package/public/components/accordion/Accordion.js +1 -1
  470. package/public/components/accordion/Accordion.js.map +1 -1
  471. package/public/components/accordion/Accordion.svelte +8 -1
  472. package/public/components/actionbar/ActionBar.js +1 -1
  473. package/public/components/actionbar/ActionBar.js.map +1 -1
  474. package/public/components/actionbar/ActionBar.svelte +8 -1
  475. package/public/components/autocomplete/Autocomplete.js +1 -1
  476. package/public/components/autocomplete/Autocomplete.js.map +1 -1
  477. package/public/components/autocomplete/Autocomplete.svelte +8 -2
  478. package/public/components/badge/Badge.js +1 -1
  479. package/public/components/badge/Badge.nested.js +1 -1
  480. package/public/components/barchart/BarChart.svelte +8 -1
  481. package/public/components/bottombar/BottomBar.js +1 -1
  482. package/public/components/breadcrumb/Breadcrumb.js +1 -1
  483. package/public/components/breadcrumb/Breadcrumb.js.map +1 -1
  484. package/public/components/breadcrumb/Breadcrumb.nested.js +1 -1
  485. package/public/components/breadcrumb/Breadcrumb.nested.js.map +1 -1
  486. package/public/components/breadcrumb/Breadcrumb.nested.svelte +8 -1
  487. package/public/components/breadcrumb/Breadcrumb.svelte +8 -1
  488. package/public/components/button/Button.js +1 -1
  489. package/public/components/button/Button.nested.js +2 -0
  490. package/public/components/button/Button.nested.js.map +1 -0
  491. package/public/components/button/Button.nested.svelte +173 -0
  492. package/public/components/card/Card.js +1 -1
  493. package/public/components/carousel/Carousel.js +2 -0
  494. package/public/components/carousel/Carousel.js.map +1 -0
  495. package/public/components/carousel/Carousel.svelte +421 -0
  496. package/public/components/carousel/CarouselCard.nested.js +2 -0
  497. package/public/components/carousel/CarouselCard.nested.js.map +1 -0
  498. package/public/components/carousel/carousel.types.d.ts +19 -0
  499. package/public/components/carousel/carousel.types.d.ts.map +1 -0
  500. package/public/components/carouselcard/CarouselCard.nested.svelte +37 -0
  501. package/public/components/chart/BarChart.js +1 -1
  502. package/public/components/chart/BarChart.js.map +1 -1
  503. package/public/components/chart/Donut.js +1 -1
  504. package/public/components/chart/Donut.js.map +1 -1
  505. package/public/components/chart/GroupedBarChart.js +1 -1
  506. package/public/components/chart/GroupedBarChart.js.map +1 -1
  507. package/public/components/chart/LineChart.js +1 -1
  508. package/public/components/chart/LineChart.js.map +1 -1
  509. package/public/components/chart/Radar.js +1 -1
  510. package/public/components/chart/Radar.js.map +1 -1
  511. package/public/components/chart/StackedBarChart.js +1 -1
  512. package/public/components/chart/StackedBarChart.js.map +1 -1
  513. package/public/components/checkbox/Checkbox.js +1 -1
  514. package/public/components/checkbox/Checkbox.js.map +1 -1
  515. package/public/components/checkbox/Checkbox.svelte +8 -2
  516. package/public/components/checkboxgroup/checkboxGroup.js +1 -1
  517. package/public/components/checkboxgroup/checkboxGroup.js.map +1 -1
  518. package/public/components/checkboxgroup/checkboxGroup.svelte +9 -2
  519. package/public/components/datatable/DataTable.js +1 -1
  520. package/public/components/datatable/DataTable.js.map +1 -1
  521. package/public/components/datatable/DataTable.svelte +19 -10
  522. package/public/components/datatable/datatable-default-action.nested.js +2 -0
  523. package/public/components/datatable/datatable-default-action.nested.js.map +1 -0
  524. package/public/components/{datatabledefaultaction/DataTableDefaultAction.nested.svelte → datatable/datatable-default-action.nested.svelte} +8 -1
  525. package/public/components/datatable/datatable-default-edtion.nested.js +2 -0
  526. package/public/components/datatable/datatable-default-edtion.nested.js.map +1 -0
  527. package/public/{bricoman/components/datatabledefaultedtion/DataTableDefaultEdtion.nested.svelte → components/datatable/datatable-default-edtion.nested.svelte} +8 -1
  528. package/public/components/datatable/datatable-default-filter-tags.nested.js +2 -0
  529. package/public/components/datatable/datatable-default-filter-tags.nested.js.map +1 -0
  530. package/public/{adeo/components/datatabledefaultfiltertags/DataTableDefaultFilterTags.nested.svelte → components/datatable/datatable-default-filter-tags.nested.svelte} +8 -1
  531. package/public/components/datatable/datatable-default-footer.nested.js +2 -0
  532. package/public/components/datatable/datatable-default-footer.nested.js.map +1 -0
  533. package/public/{bricoman/components/datatablefooter/DataTableFooter.nested.svelte → components/datatable/datatable-default-footer.nested.svelte} +8 -1
  534. package/public/components/datatable/datatable-default-selection-label.nested.js +2 -0
  535. package/public/components/datatable/datatable-default-selection-label.nested.js.map +1 -0
  536. package/public/components/datatable/datatable-default-selection.nested.js +2 -0
  537. package/public/components/datatable/datatable-default-selection.nested.js.map +1 -0
  538. package/public/{adeo/components/datatabledefaultselection/DataTableDefaultSelection.nested.svelte → components/datatable/datatable-default-selection.nested.svelte} +8 -16
  539. package/public/components/datatable/datatable.types.d.ts +1 -0
  540. package/public/components/datatable/datatable.types.d.ts.map +1 -1
  541. package/public/components/donut/Donut.svelte +8 -1
  542. package/public/components/dropdown/Dropdown.js +1 -1
  543. package/public/components/dropdown/Dropdown.js.map +1 -1
  544. package/public/components/dropdown/Dropdown.svelte +8 -2
  545. package/public/components/field/Field.js +1 -1
  546. package/public/components/fileuploader/FileUploader.js +1 -1
  547. package/public/components/fileuploader/FileUploader.js.map +1 -1
  548. package/public/components/fileuploader/FileUploader.svelte +10 -3
  549. package/public/components/fileuploader/fileuploader-result.js +2 -0
  550. package/public/components/fileuploader/fileuploader-result.js.map +1 -0
  551. package/public/{bricoman/components/resultfile/ResultFile.nested.svelte → components/fileuploader-result/fileuploader-result.svelte} +4 -1
  552. package/public/components/flag/Flag.js +1 -1
  553. package/public/components/groupedbarchart/GroupedBarChart.svelte +8 -1
  554. package/public/components/header/Header.js +1 -1
  555. package/public/components/header/Header.js.map +1 -1
  556. package/public/components/header/Header.svelte +9 -2
  557. package/public/components/header/_c.header.scss +310 -0
  558. package/public/components/header/_s.header.scss +28 -0
  559. package/public/components/hero/Hero.js +1 -1
  560. package/public/components/hero/Hero.js.map +1 -1
  561. package/public/components/kpi/Kpi.js +1 -1
  562. package/public/components/layer/Layer.js +1 -1
  563. package/public/components/layer/Layer.js.map +1 -1
  564. package/public/components/layer/Layer.svelte +12 -2
  565. package/public/components/layer/layer.types.d.ts +2 -0
  566. package/public/components/layer/layer.types.d.ts.map +1 -0
  567. package/public/components/linechart/LineChart.svelte +8 -1
  568. package/public/components/link/Link.js +1 -1
  569. package/public/components/link/Link.nested.js +2 -0
  570. package/public/components/link/Link.nested.js.map +1 -0
  571. package/public/components/link/Link.nested.svelte +78 -0
  572. package/public/components/listbox/Listbox.js +1 -1
  573. package/public/components/listbox/Listbox.js.map +1 -1
  574. package/public/components/listbox/Listbox.nested.js +1 -1
  575. package/public/components/listbox/Listbox.nested.js.map +1 -1
  576. package/public/components/listbox/Listbox.nested.svelte +8 -1
  577. package/public/components/listbox/Listbox.svelte +8 -1
  578. package/public/components/loader/Loader.js +1 -1
  579. package/public/components/loader/Loader.nested.js +1 -1
  580. package/public/components/menu/Menu.js +1 -1
  581. package/public/components/menu/Menu.js.map +1 -1
  582. package/public/components/menu/Menu.svelte +12 -2
  583. package/public/components/modal/Modal.js +1 -1
  584. package/public/components/modal/Modal.js.map +1 -1
  585. package/public/components/modal/Modal.svelte +9 -2
  586. package/public/components/notification/Notification.js +1 -1
  587. package/public/components/notification/Notification.js.map +1 -1
  588. package/public/components/notification/Notification.svelte +8 -1
  589. package/public/components/optionbutton/OptionButton.js +1 -1
  590. package/public/components/optionbutton/OptionButton.js.map +1 -1
  591. package/public/components/optionbutton/OptionButton.svelte +8 -2
  592. package/public/components/overlay/Overlay.js +1 -1
  593. package/public/components/overlay/OverlayLoader.js +1 -1
  594. package/public/components/pagination/Pagination.js +1 -1
  595. package/public/components/pagination/Pagination.js.map +1 -1
  596. package/public/components/pagination/Pagination.svelte +9 -2
  597. package/public/components/passwordinput/PasswordInput.js +1 -1
  598. package/public/components/phonenumber/PhoneNumber.js +1 -1
  599. package/public/components/phonenumber/PhoneNumber.js.map +1 -1
  600. package/public/components/phonenumber/PhoneNumber.svelte +8 -1
  601. package/public/components/price/Price.js +1 -1
  602. package/public/components/price/Price.js.map +1 -1
  603. package/public/components/progressbar/ProgressBar.js +1 -1
  604. package/public/components/quantityselector/QuantitySelector.js +1 -1
  605. package/public/components/quantityselector/QuantitySelector.js.map +1 -1
  606. package/public/components/quantityselector/QuantitySelector.svelte +9 -3
  607. package/public/components/radar/Radar.svelte +4 -1
  608. package/public/components/radio/Radio.js +1 -1
  609. package/public/components/radiogroup/RadioGroup.js +1 -1
  610. package/public/components/radiogroup/RadioGroup.js.map +1 -1
  611. package/public/components/radiogroup/RadioGroup.svelte +8 -2
  612. package/public/components/ratings/StarsInput.js +1 -1
  613. package/public/components/ratings/StarsInput.js.map +1 -1
  614. package/public/components/ratings/StarsResult.js +1 -1
  615. package/public/components/segmentedcontrol/SegmentedControl.js +1 -1
  616. package/public/components/segmentedcontrol/SegmentedControl.js.map +1 -1
  617. package/public/components/segmentedcontrol/SegmentedControl.svelte +12 -2
  618. package/public/components/select/Select.js +1 -1
  619. package/public/components/select/Select.js.map +1 -1
  620. package/public/components/select/Select.svelte +8 -2
  621. package/public/components/sidebar/Sidebar.js +1 -1
  622. package/public/components/sidebar/Sidebar.js.map +1 -1
  623. package/public/components/sidebar/Sidebar.svelte +10 -3
  624. package/public/components/sidebar/_c.sidebar.scss +9 -0
  625. package/public/components/sidebar/sidebar-feature-group.nested.js +1 -1
  626. package/public/components/sidebar/sidebar-feature-group.nested.js.map +1 -1
  627. package/public/{adeo/components/sidebar-feature-group → components/sidebar}/sidebar-feature-group.nested.svelte +22 -9
  628. package/public/components/sidebar/sidebar-feature.nested.js +1 -1
  629. package/public/components/sidebar/sidebar-feature.nested.js.map +1 -1
  630. package/public/{adeo/components/sidebar-feature → components/sidebar}/sidebar-feature.nested.svelte +6 -3
  631. package/public/components/sidebar/sidebar-section.nested.js +1 -1
  632. package/public/components/sidebar/sidebar-section.nested.js.map +1 -1
  633. package/public/{adeo/components/sidebar-section → components/sidebar}/sidebar-section.nested.svelte +5 -2
  634. package/public/components/sidebar/sidebar-segment.nested.js +1 -1
  635. package/public/components/sidebar/sidebar-segment.nested.js.map +1 -1
  636. package/public/{adeo/components/sidebar-segment → components/sidebar}/sidebar-segment.nested.svelte +11 -10
  637. package/public/components/sidebar/sidebar-separator.nested.js +1 -1
  638. package/public/components/sidebar/sidebar-separator.nested.js.map +1 -1
  639. package/public/components/{sidebar-separator → sidebar}/sidebar-separator.nested.svelte +2 -2
  640. package/public/components/sidebar/sidebar-sub-features.nested.js +1 -1
  641. package/public/components/sidebar/sidebar-sub-features.nested.js.map +1 -1
  642. package/public/{adeo/components/sidebar-sub-features → components/sidebar}/sidebar-sub-features.nested.svelte +10 -3
  643. package/public/components/sidebar/sidebar-user.nested.js +1 -1
  644. package/public/components/sidebar/sidebar-user.nested.js.map +1 -1
  645. package/public/{bricoman/components/sidebar-user → components/sidebar}/sidebar-user.nested.svelte +2 -2
  646. package/public/components/sidebar/sidebar.types.d.ts +10 -0
  647. package/public/components/sidebar/sidebar.types.d.ts.map +1 -1
  648. package/public/components/stackedbarchart/StackedBarChart.svelte +8 -1
  649. package/public/components/starsinput/StarsInput.svelte +8 -1
  650. package/public/components/stepper/Stepper.js +1 -1
  651. package/public/components/stepper/Stepper.js.map +1 -1
  652. package/public/components/stepper/Stepper.svelte +8 -1
  653. package/public/components/stepperbar/StepperBar.js +1 -1
  654. package/public/components/stepperbar/StepperBar.js.map +1 -1
  655. package/public/components/stepperbar/StepperBar.svelte +8 -1
  656. package/public/components/tabs/Tabs.js +1 -1
  657. package/public/components/tabs/Tabs.js.map +1 -1
  658. package/public/components/tabs/Tabs.nested.js +1 -1
  659. package/public/components/tabs/Tabs.nested.js.map +1 -1
  660. package/public/components/tabs/Tabs.nested.svelte +8 -1
  661. package/public/components/tabs/Tabs.svelte +8 -1
  662. package/public/components/tag/Tag.js +1 -1
  663. package/public/components/tag/Tag.js.map +1 -1
  664. package/public/components/tag/Tag.nested.js +1 -1
  665. package/public/components/tag/Tag.nested.js.map +1 -1
  666. package/public/components/tag/Tag.nested.svelte +13 -2
  667. package/public/components/tag/Tag.svelte +13 -3
  668. package/public/components/taglist/TagList.js +1 -1
  669. package/public/components/taglist/TagList.js.map +1 -1
  670. package/public/components/taglist/TagList.svelte +8 -1
  671. package/public/components/textarea/Textarea.js +1 -1
  672. package/public/components/textinput/Textinput.js +1 -1
  673. package/public/components/textinput/Textinput.js.map +1 -1
  674. package/public/components/textinput/Textinput.nested.js +1 -1
  675. package/public/components/textinput/Textinput.svelte +8 -2
  676. package/public/components/toggle/Toggle.js +1 -1
  677. package/public/components/toggle/Toggle.js.map +1 -1
  678. package/public/components/toggle/Toggle.svelte +8 -2
  679. package/public/components/tooltip/Tooltip.js +1 -1
  680. package/public/{index-52f16292.js → index-9ffad6d0.js} +2 -2
  681. package/public/{index-52f16292.js.map → index-9ffad6d0.js.map} +1 -1
  682. package/public/main.d.ts +1 -0
  683. package/public/main.d.ts.map +1 -1
  684. package/public/{sidebar-service-293d79ef.js → sidebar-service-ab65d83f.js} +2 -2
  685. package/public/sidebar-service-ab65d83f.js.map +1 -0
  686. package/public/stories/carousel/items.d.ts +3 -0
  687. package/public/stories/carousel/items.d.ts.map +1 -0
  688. package/public/utilities/EventHandler.d.ts +2 -1
  689. package/public/utilities/EventHandler.d.ts.map +1 -1
  690. package/public/utilities/EventHandler.js +1 -2
  691. package/public/utilities/EventHandler.ts +5 -5
  692. package/public/utilities/components/carousel/carousel.types.d.ts +19 -0
  693. package/public/utilities/components/carousel/carousel.types.d.ts.map +1 -0
  694. package/public/utilities/components/datatable/datatable.types.d.ts +1 -0
  695. package/public/utilities/components/datatable/datatable.types.d.ts.map +1 -1
  696. package/public/utilities/components/layer/layer.types.d.ts +2 -0
  697. package/public/utilities/components/layer/layer.types.d.ts.map +1 -0
  698. package/public/utilities/components/sidebar/sidebar.types.d.ts +10 -0
  699. package/public/utilities/components/sidebar/sidebar.types.d.ts.map +1 -1
  700. package/public/utilities/main.d.ts +1 -0
  701. package/public/utilities/main.d.ts.map +1 -1
  702. package/public/utilities/sidebar-service.d.ts +8 -0
  703. package/public/utilities/sidebar-service.d.ts.map +1 -0
  704. package/public/utilities/sidebar-service.ts +93 -0
  705. package/public/utilities/stories/carousel/Carousel.stories.d.ts +8 -0
  706. package/public/utilities/stories/carousel/Carousel.stories.d.ts.map +1 -0
  707. package/public/utilities/stories/carousel/items.d.ts +3 -0
  708. package/public/utilities/stories/carousel/items.d.ts.map +1 -0
  709. package/public/utilities/stories/layer/Layer.stories.d.ts +1 -0
  710. package/public/utilities/stories/layer/Layer.stories.d.ts.map +1 -1
  711. package/public/utilities/utilities/EventHandler.d.ts +2 -1
  712. package/public/utilities/utilities/EventHandler.d.ts.map +1 -1
  713. package/public/utilities/utilities/sidebar-service.d.ts +8 -0
  714. package/public/utilities/utilities/sidebar-service.d.ts.map +1 -0
  715. package/public/EventHandler-f4efd23c.js +0 -2
  716. package/public/EventHandler-f4efd23c.js.map +0 -1
  717. package/public/adeo/EventHandler-f4efd23c.js +0 -2
  718. package/public/adeo/EventHandler-f4efd23c.js.map +0 -1
  719. package/public/adeo/components/datatable/DataTableDefaultAction.nested.js +0 -2
  720. package/public/adeo/components/datatable/DataTableDefaultAction.nested.js.map +0 -1
  721. package/public/adeo/components/datatable/DataTableDefaultEdtion.nested.js +0 -2
  722. package/public/adeo/components/datatable/DataTableDefaultEdtion.nested.js.map +0 -1
  723. package/public/adeo/components/datatable/DataTableDefaultFilterTags.nested.js +0 -2
  724. package/public/adeo/components/datatable/DataTableDefaultFilterTags.nested.js.map +0 -1
  725. package/public/adeo/components/datatable/DataTableDefaultSelection.nested.js +0 -2
  726. package/public/adeo/components/datatable/DataTableDefaultSelection.nested.js.map +0 -1
  727. package/public/adeo/components/datatable/DataTableDefaultSelectionLabel.nested.js +0 -2
  728. package/public/adeo/components/datatable/DataTableDefaultSelectionLabel.nested.js.map +0 -1
  729. package/public/adeo/components/datatable/DataTableFooter.nested.js +0 -2
  730. package/public/adeo/components/datatable/DataTableFooter.nested.js.map +0 -1
  731. package/public/adeo/components/fileuploader/ResultFile.nested.js +0 -2
  732. package/public/adeo/components/fileuploader/ResultFile.nested.js.map +0 -1
  733. package/public/adeo/sidebar-service-293d79ef.js.map +0 -1
  734. package/public/bricoman/EventHandler-f4efd23c.js +0 -2
  735. package/public/bricoman/EventHandler-f4efd23c.js.map +0 -1
  736. package/public/bricoman/components/datatable/DataTableDefaultAction.nested.js +0 -2
  737. package/public/bricoman/components/datatable/DataTableDefaultAction.nested.js.map +0 -1
  738. package/public/bricoman/components/datatable/DataTableDefaultEdtion.nested.js +0 -2
  739. package/public/bricoman/components/datatable/DataTableDefaultEdtion.nested.js.map +0 -1
  740. package/public/bricoman/components/datatable/DataTableDefaultFilterTags.nested.js +0 -2
  741. package/public/bricoman/components/datatable/DataTableDefaultFilterTags.nested.js.map +0 -1
  742. package/public/bricoman/components/datatable/DataTableDefaultSelection.nested.js +0 -2
  743. package/public/bricoman/components/datatable/DataTableDefaultSelection.nested.js.map +0 -1
  744. package/public/bricoman/components/datatable/DataTableDefaultSelectionLabel.nested.js +0 -2
  745. package/public/bricoman/components/datatable/DataTableDefaultSelectionLabel.nested.js.map +0 -1
  746. package/public/bricoman/components/datatable/DataTableFooter.nested.js +0 -2
  747. package/public/bricoman/components/datatable/DataTableFooter.nested.js.map +0 -1
  748. package/public/bricoman/components/fileuploader/ResultFile.nested.js +0 -2
  749. package/public/bricoman/components/fileuploader/ResultFile.nested.js.map +0 -1
  750. package/public/bricoman/sidebar-service-293d79ef.js.map +0 -1
  751. package/public/components/datatable/DataTableDefaultAction.nested.js +0 -2
  752. package/public/components/datatable/DataTableDefaultAction.nested.js.map +0 -1
  753. package/public/components/datatable/DataTableDefaultEdtion.nested.js +0 -2
  754. package/public/components/datatable/DataTableDefaultEdtion.nested.js.map +0 -1
  755. package/public/components/datatable/DataTableDefaultFilterTags.nested.js +0 -2
  756. package/public/components/datatable/DataTableDefaultFilterTags.nested.js.map +0 -1
  757. package/public/components/datatable/DataTableDefaultSelection.nested.js +0 -2
  758. package/public/components/datatable/DataTableDefaultSelection.nested.js.map +0 -1
  759. package/public/components/datatable/DataTableDefaultSelectionLabel.nested.js +0 -2
  760. package/public/components/datatable/DataTableDefaultSelectionLabel.nested.js.map +0 -1
  761. package/public/components/datatable/DataTableFooter.nested.js +0 -2
  762. package/public/components/datatable/DataTableFooter.nested.js.map +0 -1
  763. package/public/components/fileuploader/ResultFile.nested.js +0 -2
  764. package/public/components/fileuploader/ResultFile.nested.js.map +0 -1
  765. package/public/utilities/EventHandler.js.map +0 -1
  766. /package/public/adeo/components/{datatabledefaultselectionlabel/DataTableDefaultSelectionLabel.nested.svelte → datatable/datatable-default-selection-label.nested.svelte} +0 -0
  767. /package/public/bricoman/components/{datatabledefaultselectionlabel/DataTableDefaultSelectionLabel.nested.svelte → datatable/datatable-default-selection-label.nested.svelte} +0 -0
  768. /package/public/components/{datatabledefaultselectionlabel/DataTableDefaultSelectionLabel.nested.svelte → datatable/datatable-default-selection-label.nested.svelte} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"Header.js","sources":["../../../../src/components/header/Header.svelte"],"sourcesContent":["<svelte:options tag={null} />\n\n<script lang=\"ts\">\n import { EventHandler } from '../../utilities/EventHandler';\n import Breadcrumb from '../breadcrumb/Breadcrumb.nested.svelte';\n import type { BreadcrumbItems } from '../breadcrumb/breadcrumb.types';\n import Tabs from '../tabs/Tabs.nested.svelte';\n import type { TabsItems } from '../tabs/tabs.types';\n import Badge from '../badge/Badge.nested.svelte';\n import type { BadgeType } from '../badge/badge.types';\n import type { A11yLabels, HeaderSize } from './Header.types';\n\n export let title: string;\n export let subtitle: string;\n export let size: HeaderSize = 'm';\n export let status: string;\n export let statustype: BadgeType;\n export let back: boolean | string;\n export let breadcrumb: string | BreadcrumbItems[];\n export let tabs: string | TabsItems[];\n export let noshadow: boolean | string;\n export let a11ylabels: string | A11yLabels;\n export let scrollcontainer: HTMLElement;\n export let nopaddingbreadcrumb: boolean;\n export let hasicons: boolean;\n export let hasselector: boolean;\n export let hideoptions = false;\n\n const headerAnimationThreshold = 5;\n\n let eventHandler = new EventHandler();\n let originalScrollPos = 0;\n let hasAnimation: boolean;\n let root: HTMLElement;\n\n $: parsedBreadcrumb =\n typeof breadcrumb === 'string'\n ? (JSON.parse(breadcrumb) as BreadcrumbItems[])\n : breadcrumb;\n\n $: parsedTabs =\n typeof tabs === 'string' ? (JSON.parse(tabs) as TabsItems[]) : tabs;\n\n $: parsedA11yLabels =\n typeof a11ylabels === 'string'\n ? (JSON.parse(a11ylabels) as A11yLabels)\n : a11ylabels;\n\n $: hasBack = back && back !== 'false';\n $: hasNoShadow = noshadow && noshadow !== 'false';\n $: {\n hasAnimation = Boolean(scrollcontainer);\n updateAnimation(scrollcontainer);\n }\n $: attributes = { ...$$restProps };\n $: delete attributes.class;\n function goBack() {\n eventHandler.dispatch('on-back-click', {});\n }\n\n function updateAnimation(element: HTMLElement) {\n if (element) {\n element.removeEventListener('scroll', handleScroll);\n element.addEventListener('scroll', handleScroll);\n }\n }\n\n function handleScroll() {\n const currentScrollPos = scrollcontainer.scrollTop;\n const originHeaderMargin = Number(root.style.marginTop.replace('px', ''));\n\n if (originalScrollPos > currentScrollPos) {\n // scroll up\n if (currentScrollPos < root.offsetHeight) {\n // scroll while in header zone\n root.style.marginTop = `${Math.max(\n -currentScrollPos,\n originHeaderMargin,\n )}px`;\n } else {\n // scroll while below header zone\n root.style.marginTop = '0';\n }\n } else {\n // scroll down\n if (currentScrollPos < root.offsetHeight) {\n // scroll while in header zone\n\n root.style.transition = 'none';\n root.style.marginTop = `${-currentScrollPos}px`;\n } else {\n // scroll while below header zone\n root.style.transition = 'margin-top ease-out 0.4s';\n root.style.marginTop = `${\n -root.offsetHeight - headerAnimationThreshold\n }px`;\n }\n }\n\n originalScrollPos = currentScrollPos;\n }\n</script>\n\n<div\n class=\"mc-header {size ? `mc-header--${size}` : ''}\"\n class:mc-header--no-shadow={hasNoShadow}\n class:mc-header--animate={hasAnimation}\n bind:this={root}\n {...attributes}\n>\n <div class=\"mc-header__left\">\n {#if breadcrumb}\n <div class=\"mc-header__breadcrumb\">\n <Breadcrumb\n items={JSON.stringify(parsedBreadcrumb)}\n nopadding={nopaddingbreadcrumb}\n on:link-clicked={(event) =>\n eventHandler.dispatch('link-clicked', event.detail)}\n />\n </div>\n {/if}\n\n {#if hasBack}\n <button class=\"mc-header__back\" on:click={goBack}>\n <span class=\"mc-header__back__label\">\n {parsedA11yLabels?.['back'] || 'Back'}\n </span>\n </button>\n {/if}\n\n <div class=\"mc-header__heading\">\n <h1 class=\"mc-header__heading__title\">\n {title}\n </h1>\n {#if subtitle}\n <div class=\"mc-header__heading__subtitle\">\n {subtitle}\n </div>\n {/if}\n {#if status}\n <div class=\"mc-header__heading__status\">\n <Badge label={status} type={statustype} />\n </div>\n {/if}\n </div>\n </div>\n {#if !hideoptions}\n <div class=\"mc-header__right\">\n {#if $$slots?.icons || hasicons}\n <div class=\"mc-header__icons\">\n <slot name=\"icons\" />\n </div>\n {/if}\n {#if $$slots?.selector || hasselector}\n <div\n class:mc-header__selector--show-separator={($$slots?.icons ||\n hasicons) &&\n ($$slots?.selector || hasselector)}\n class=\"mc-header__selector\"\n >\n <slot name=\"selector\" />\n </div>\n {/if}\n </div>\n {/if}\n {#if parsedTabs && parsedTabs.length > 0}\n <div class=\"mc-header__tabs\">\n <Tabs\n tabs={JSON.stringify(parsedTabs)}\n nodivider={true}\n on:tab-clicked={(event) =>\n eventHandler.dispatch('tab-clicked', event.detail)}\n />\n </div>\n {/if}\n</div>\n\n<style lang=\"scss\">\n @import '@mozaic-ds/styles/settings-tools/_all-settings';\n @import './_c.header.scss';\n\n :host {\n display: block;\n line-height: 0;\n }\n</style>\n"],"names":["JSON","stringify","ctx","insert","target","div","anchor","button","append","span","set_data","t","t_value","icons","create_if_block_3","selector","create_if_block_2","create_if_block_7","create_if_block_6","create_if_block_5","create_if_block_4","create_if_block_1","if_block5","length","create_if_block","div2","div1","div0","h1","class","div2_class_value","hasAnimation","root","title","$$props","subtitle","size","status","statustype","back","breadcrumb","tabs","noshadow","a11ylabels","scrollcontainer","nopaddingbreadcrumb","hasicons","hasselector","hideoptions","eventHandler","EventHandler","originalScrollPos","handleScroll","currentScrollPos","scrollTop","originHeaderMargin","Number","style","marginTop","replace","offsetHeight","Math","max","$$invalidate","transition","parsedBreadcrumb","parse","parsedTabs","parsedA11yLabels","hasBack","hasNoShadow","Boolean","element","removeEventListener","addEventListener","updateAnimation","attributes","Object","assign","$$restProps","dispatch","event","detail","$$value"],"mappings":"keAkHiBA,KAAKC,UAAUC,EAAgB,eAC3BA,EAAmB,gHAHlCC,EAOKC,EAAAC,EAAAC,6DALMN,KAAKC,UAAUC,EAAgB,4BAC3BA,EAAmB,mIAU7BA,EAAgB,KAAS,MAAK,QAAM,4HAFzCC,EAIQC,EAAAG,EAAAD,GAHNE,EAEMD,EAAAE,4BAHkCP,EAAM,uCAE3CA,EAAgB,KAAS,MAAK,QAAM,KAAAQ,EAAAC,EAAAC,4EAWpCV,EAAQ,wDADXC,EAEKC,EAAAC,EAAAC,8BADFJ,EAAQ,yEAKKA,EAAM,QAAQA,EAAU,yFADxCC,EAEKC,EAAAC,EAAAC,wDADWJ,EAAM,qBAAQA,EAAU,6HAOrCA,EAAO,KAAEW,OAASX,EAAQ,KAAAY,OAK1BZ,EAAO,KAAEa,UAAYb,EAAW,KAAAc,EAAAd,yFANvCC,EAgBKC,EAAAC,EAAAC,gDAfEJ,EAAO,KAAEW,OAASX,EAAQ,gDAK1BA,EAAO,KAAEa,UAAYb,EAAW,yNAJnCC,EAEKC,EAAAC,EAAAC,uLAIyCJ,EAAO,KAAEW,OACnDX,QACCA,EAAO,KAAEa,UAAYb,EAAW,aAHrCC,EAOKC,EAAAC,EAAAC,oEANyCJ,EAAO,KAAEW,OACnDX,QACCA,EAAO,KAAEa,UAAYb,EAAW,yEAW/BF,KAAKC,UAAUC,EAAU,gBACpB,wGAHfC,EAOKC,EAAAC,EAAAC,2DALKN,KAAKC,UAAUC,EAAU,oJAzD9BA,EAAU,IAAAe,EAAAf,KAWVA,EAAO,KAAAgB,EAAAhB,KAYLA,EAAQ,IAAAiB,EAAAjB,KAKRA,EAAM,IAAAkB,EAAAlB,MAOTA,EAAW,IAAAmB,EAAAnB,GAmBZoB,EAAApB,EAAc,KAAAA,EAAW,IAAAqB,OAAS,GAACC,EAAAtB,6BA7DtBA,EAAI,GAAA,cAAiBA,EAAI,KAAK,KAI5CA,EAAU,0IAwBPA,EAAK,qNA3BgBA,EAAW,8BACbA,EAAY,aAHxCC,EAwEKC,EAAAqB,EAAAnB,GAjEHE,EAmCKiB,EAAAC,+CAfHlB,EAcKkB,EAAAC,GAbHnB,EAEImB,EAAAC,wHAtBD1B,EAAU,oGAWVA,EAAO,4EAUPA,EAAK,IAEHA,EAAQ,yDAKRA,EAAM,sGAOTA,EAAW,yDAmBZA,EAAc,KAAAA,EAAW,IAAAqB,OAAS,sJA7DrBrB,EAAI,GAAA,cAAiBA,EAAI,KAAK,OAAE,CAAA2B,MAAAC,cAI9C5B,EAAU,kCAHcA,EAAW,8BACbA,EAAY,uaA1ElC6B,EACAC,SArBOC,GAAaC,YACbC,GAAgBD,GAChBE,KAAAA,EAAmB,KAAGF,UACtBG,GAAcH,cACdI,GAAqBJ,QACrBK,GAAsBL,cACtBM,GAAsCN,QACtCO,GAA0BP,YAC1BQ,GAA0BR,cAC1BS,GAA+BT,mBAC/BU,GAA4BV,uBAC5BW,GAA4BX,YAC5BY,GAAiBZ,eACjBa,GAAoBb,GACpBc,YAAAA,GAAc,GAAKd,EAI1Be,MAAmBC,EACnBC,EAAoB,WAoCfC,UACDC,EAAmBT,EAAgBU,UACnCC,EAAqBC,OAAOxB,EAAKyB,MAAMC,UAAUC,QAAQ,KAAM,KAEjER,EAAoBE,EAElBA,EAAmBrB,EAAK4B,kBAE1B5B,EAAKyB,MAAMC,UAAS,GAAMG,KAAKC,KAC5BT,EACDE,OAAkBvB,GAIpB+B,EAAA,GAAA/B,EAAKyB,MAAMC,UAAY,IAAG1B,GAIxBqB,EAAmBrB,EAAK4B,cAG1BG,EAAA,GAAA/B,EAAKyB,MAAMO,WAAa,OAAMhC,GAC9B+B,EAAA,GAAA/B,EAAKyB,MAAMC,WAAgBL,OAAgBrB,KAG3C+B,EAAA,GAAA/B,EAAKyB,MAAMO,WAAa,2BAA0BhC,QAClDA,EAAKyB,MAAMC,WACR1B,EAAK4B,aAlEmB,OAmE3B5B,IAIJmB,EAAoBE,unBAhEnBU,EAAA,GAAAE,EACqB,iBAAfzB,EACFxC,KAAKkE,MAAM1B,GACZA,0BAEHuB,EAAA,GAAAI,EACe,iBAAT1B,EAAqBzC,KAAKkE,MAAMzB,GAAwBA,2BAE9DsB,EAAA,GAAAK,EACqB,iBAAfzB,EACF3C,KAAKkE,MAAMvB,GACZA,+BAEH0B,EAAU9B,GAAiB,UAATA,+BAClB+B,EAAc5B,GAAyB,UAAbA,iCAE3BX,EAAewC,QAAQ3B,IAShB,SAAgB4B,GACnBA,IACFA,EAAQC,oBAAoB,SAAUrB,GACtCoB,EAAQE,iBAAiB,SAAUtB,IAXrCuB,CAAgB/B,SAEfgC,EAALC,OAAAC,UAAuBC,+BACXH,EAAW/C,yDAEnBoB,EAAa+B,SAAS,gBAAe,CAAA,gBA2DbC,GAChBhC,EAAa+B,SAAS,eAAgBC,EAAMC,QAqD/BD,GACfhC,EAAa+B,SAAS,cAAeC,EAAMC,gDAhExClD,EAAImD"}
1
+ {"version":3,"file":"Header.js","sources":["../../../../src/components/header/Header.svelte"],"sourcesContent":["<svelte:options tag={null} />\n\n<script lang=\"ts\">\n import { EventHandler } from '../../utilities/EventHandler';\n import Breadcrumb from '../breadcrumb/Breadcrumb.nested.svelte';\n import type { BreadcrumbItems } from '../breadcrumb/breadcrumb.types';\n import Tabs from '../tabs/Tabs.nested.svelte';\n import type { TabsItems } from '../tabs/tabs.types';\n import Badge from '../badge/Badge.nested.svelte';\n import type { BadgeType } from '../badge/badge.types';\n import type { A11yLabels, HeaderSize } from './Header.types';\n import {\n get_current_component,\n createEventDispatcher,\n } from 'svelte/internal';\n\n export let title: string;\n export let subtitle: string;\n export let size: HeaderSize = 'm';\n export let status: string;\n export let statustype: BadgeType;\n export let back: boolean | string;\n export let breadcrumb: string | BreadcrumbItems[];\n export let tabs: string | TabsItems[];\n export let noshadow: boolean | string;\n export let a11ylabels: string | A11yLabels;\n export let scrollcontainer: HTMLElement;\n export let nopaddingbreadcrumb: boolean;\n export let hasicons: boolean;\n export let hasselector: boolean;\n export let hideoptions = false;\n\n const headerAnimationThreshold = 5;\n\n let eventHandler = new EventHandler(\n get_current_component(),\n createEventDispatcher(),\n );\n let originalScrollPos = 0;\n let hasAnimation: boolean;\n let root: HTMLElement;\n\n $: parsedBreadcrumb =\n typeof breadcrumb === 'string'\n ? (JSON.parse(breadcrumb) as BreadcrumbItems[])\n : breadcrumb;\n\n $: parsedTabs =\n typeof tabs === 'string' ? (JSON.parse(tabs) as TabsItems[]) : tabs;\n\n $: parsedA11yLabels =\n typeof a11ylabels === 'string'\n ? (JSON.parse(a11ylabels) as A11yLabels)\n : a11ylabels;\n\n $: hasBack = back && back !== 'false';\n $: hasNoShadow = noshadow && noshadow !== 'false';\n $: {\n hasAnimation = Boolean(scrollcontainer);\n updateAnimation(scrollcontainer);\n }\n $: attributes = { ...$$restProps };\n $: delete attributes.class;\n function goBack() {\n eventHandler.dispatch('on-back-click', {});\n }\n\n function updateAnimation(element: HTMLElement) {\n if (element) {\n element.removeEventListener('scroll', handleScroll);\n element.addEventListener('scroll', handleScroll);\n }\n }\n\n function handleScroll() {\n const currentScrollPos = scrollcontainer.scrollTop;\n const originHeaderMargin = Number(root.style.marginTop.replace('px', ''));\n\n if (originalScrollPos > currentScrollPos) {\n // scroll up\n if (currentScrollPos < root.offsetHeight) {\n // scroll while in header zone\n root.style.marginTop = `${Math.max(\n -currentScrollPos,\n originHeaderMargin,\n )}px`;\n } else {\n // scroll while below header zone\n root.style.marginTop = '0';\n }\n } else {\n // scroll down\n if (currentScrollPos < root.offsetHeight) {\n // scroll while in header zone\n\n root.style.transition = 'none';\n root.style.marginTop = `${-currentScrollPos}px`;\n } else {\n // scroll while below header zone\n root.style.transition = 'margin-top ease-out 0.4s';\n root.style.marginTop = `${\n -root.offsetHeight - headerAnimationThreshold\n }px`;\n }\n }\n\n originalScrollPos = currentScrollPos;\n }\n</script>\n\n<div\n class=\"mc-header {size ? `mc-header--${size}` : ''}\"\n class:mc-header--no-shadow={hasNoShadow}\n class:mc-header--animate={hasAnimation}\n bind:this={root}\n {...attributes}\n>\n <div class=\"mc-header__left\">\n {#if breadcrumb}\n <div class=\"mc-header__breadcrumb\">\n <Breadcrumb\n items={JSON.stringify(parsedBreadcrumb)}\n nopadding={nopaddingbreadcrumb}\n on:link-clicked={(event) =>\n eventHandler.dispatch('link-clicked', event.detail)}\n />\n </div>\n {/if}\n\n {#if hasBack}\n <button class=\"mc-header__back\" on:click={goBack}>\n <span class=\"mc-header__back__label\">\n {parsedA11yLabels?.['back'] || 'Back'}\n </span>\n </button>\n {/if}\n\n <div class=\"mc-header__heading\">\n <h1 class=\"mc-header__heading__title\">\n {title}\n </h1>\n {#if subtitle}\n <div class=\"mc-header__heading__subtitle\">\n {subtitle}\n </div>\n {/if}\n {#if status}\n <div class=\"mc-header__heading__status\">\n <Badge label={status} type={statustype} />\n </div>\n {/if}\n </div>\n </div>\n {#if !hideoptions}\n <div class=\"mc-header__right\">\n {#if $$slots?.icons || hasicons}\n <div class=\"mc-header__icons\">\n <slot name=\"icons\" />\n </div>\n {/if}\n {#if $$slots?.selector || hasselector}\n <div\n class:mc-header__selector--show-separator={($$slots?.icons ||\n hasicons) &&\n ($$slots?.selector || hasselector)}\n class=\"mc-header__selector\"\n >\n <slot name=\"selector\" />\n </div>\n {/if}\n </div>\n {/if}\n {#if parsedTabs && parsedTabs.length > 0}\n <div class=\"mc-header__tabs\">\n <Tabs\n tabs={JSON.stringify(parsedTabs)}\n nodivider={true}\n on:tab-clicked={(event) =>\n eventHandler.dispatch('tab-clicked', event.detail)}\n />\n </div>\n {/if}\n</div>\n\n<style lang=\"scss\">\n @import '@mozaic-ds/styles/settings-tools/_all-settings';\n @import './_c.header';\n\n :host {\n display: block;\n line-height: 0;\n }\n</style>\n"],"names":["JSON","stringify","ctx","insert","target","div","anchor","button","append","span","set_data","t","t_value","icons","create_if_block_3","selector","create_if_block_2","create_if_block_7","create_if_block_6","create_if_block_5","create_if_block_4","create_if_block_1","if_block5","length","create_if_block","div2","div1","div0","h1","class","div2_class_value","hasAnimation","root","title","$$props","subtitle","size","status","statustype","back","breadcrumb","tabs","noshadow","a11ylabels","scrollcontainer","nopaddingbreadcrumb","hasicons","hasselector","hideoptions","eventHandler","EventHandler","get_current_component","createEventDispatcher","originalScrollPos","handleScroll","currentScrollPos","scrollTop","originHeaderMargin","Number","style","marginTop","replace","offsetHeight","Math","max","$$invalidate","transition","parsedBreadcrumb","parse","parsedTabs","parsedA11yLabels","hasBack","hasNoShadow","Boolean","element","removeEventListener","addEventListener","updateAnimation","attributes","Object","assign","$$restProps","dispatch","event","detail","$$value"],"mappings":"gfAyHiBA,KAAKC,UAAUC,EAAgB,eAC3BA,EAAmB,gHAHlCC,EAOKC,EAAAC,EAAAC,6DALMN,KAAKC,UAAUC,EAAgB,4BAC3BA,EAAmB,mIAU7BA,EAAgB,KAAS,MAAK,QAAM,4HAFzCC,EAIQC,EAAAG,EAAAD,GAHNE,EAEMD,EAAAE,4BAHkCP,EAAM,uCAE3CA,EAAgB,KAAS,MAAK,QAAM,KAAAQ,EAAAC,EAAAC,4EAWpCV,EAAQ,wDADXC,EAEKC,EAAAC,EAAAC,8BADFJ,EAAQ,yEAKKA,EAAM,QAAQA,EAAU,yFADxCC,EAEKC,EAAAC,EAAAC,wDADWJ,EAAM,qBAAQA,EAAU,6HAOrCA,EAAO,KAAEW,OAASX,EAAQ,KAAAY,OAK1BZ,EAAO,KAAEa,UAAYb,EAAW,KAAAc,EAAAd,yFANvCC,EAgBKC,EAAAC,EAAAC,gDAfEJ,EAAO,KAAEW,OAASX,EAAQ,gDAK1BA,EAAO,KAAEa,UAAYb,EAAW,yNAJnCC,EAEKC,EAAAC,EAAAC,uLAIyCJ,EAAO,KAAEW,OACnDX,QACCA,EAAO,KAAEa,UAAYb,EAAW,aAHrCC,EAOKC,EAAAC,EAAAC,oEANyCJ,EAAO,KAAEW,OACnDX,QACCA,EAAO,KAAEa,UAAYb,EAAW,yEAW/BF,KAAKC,UAAUC,EAAU,gBACpB,wGAHfC,EAOKC,EAAAC,EAAAC,2DALKN,KAAKC,UAAUC,EAAU,oJAzD9BA,EAAU,IAAAe,EAAAf,KAWVA,EAAO,KAAAgB,EAAAhB,KAYLA,EAAQ,IAAAiB,EAAAjB,KAKRA,EAAM,IAAAkB,EAAAlB,MAOTA,EAAW,IAAAmB,EAAAnB,GAmBZoB,EAAApB,EAAc,KAAAA,EAAW,IAAAqB,OAAS,GAACC,EAAAtB,6BA7DtBA,EAAI,GAAA,cAAiBA,EAAI,KAAK,KAI5CA,EAAU,0IAwBPA,EAAK,qNA3BgBA,EAAW,8BACbA,EAAY,aAHxCC,EAwEKC,EAAAqB,EAAAnB,GAjEHE,EAmCKiB,EAAAC,+CAfHlB,EAcKkB,EAAAC,GAbHnB,EAEImB,EAAAC,wHAtBD1B,EAAU,oGAWVA,EAAO,4EAUPA,EAAK,IAEHA,EAAQ,yDAKRA,EAAM,sGAOTA,EAAW,yDAmBZA,EAAc,KAAAA,EAAW,IAAAqB,OAAS,sJA7DrBrB,EAAI,GAAA,cAAiBA,EAAI,KAAK,OAAE,CAAA2B,MAAAC,cAI9C5B,EAAU,kCAHcA,EAAW,8BACbA,EAAY,uaA1ElC6B,EACAC,SAxBOC,GAAaC,YACbC,GAAgBD,GAChBE,KAAAA,EAAmB,KAAGF,UACtBG,GAAcH,cACdI,GAAqBJ,QACrBK,GAAsBL,cACtBM,GAAsCN,QACtCO,GAA0BP,YAC1BQ,GAA0BR,cAC1BS,GAA+BT,mBAC/BU,GAA4BV,uBAC5BW,GAA4BX,YAC5BY,GAAiBZ,eACjBa,GAAoBb,GACpBc,YAAAA,GAAc,GAAKd,EAI1Be,EAAmB,IAAAC,EACrBC,IACAC,KAEEC,EAAoB,WAoCfC,UACDC,EAAmBX,EAAgBY,UACnCC,EAAqBC,OAAO1B,EAAK2B,MAAMC,UAAUC,QAAQ,KAAM,KAEjER,EAAoBE,EAElBA,EAAmBvB,EAAK8B,kBAE1B9B,EAAK2B,MAAMC,UAAS,GAAMG,KAAKC,KAC5BT,EACDE,OAAkBzB,GAIpBiC,EAAA,GAAAjC,EAAK2B,MAAMC,UAAY,IAAG5B,GAIxBuB,EAAmBvB,EAAK8B,cAG1BG,EAAA,GAAAjC,EAAK2B,MAAMO,WAAa,OAAMlC,GAC9BiC,EAAA,GAAAjC,EAAK2B,MAAMC,WAAgBL,OAAgBvB,KAG3CiC,EAAA,GAAAjC,EAAK2B,MAAMO,WAAa,2BAA0BlC,QAClDA,EAAK2B,MAAMC,WACR5B,EAAK8B,aArEmB,OAsE3B9B,IAIJqB,EAAoBE,unBAhEnBU,EAAA,GAAAE,EACqB,iBAAf3B,EACFxC,KAAKoE,MAAM5B,GACZA,0BAEHyB,EAAA,GAAAI,EACe,iBAAT5B,EAAqBzC,KAAKoE,MAAM3B,GAAwBA,2BAE9DwB,EAAA,GAAAK,EACqB,iBAAf3B,EACF3C,KAAKoE,MAAMzB,GACZA,+BAEH4B,EAAUhC,GAAiB,UAATA,+BAClBiC,EAAc9B,GAAyB,UAAbA,iCAE3BX,EAAe0C,QAAQ7B,IAShB,SAAgB8B,GACnBA,IACFA,EAAQC,oBAAoB,SAAUrB,GACtCoB,EAAQE,iBAAiB,SAAUtB,IAXrCuB,CAAgBjC,SAEfkC,EAALC,OAAAC,UAAuBC,+BACXH,EAAWjD,yDAEnBoB,EAAaiC,SAAS,gBAAe,CAAA,gBA2DbC,GAChBlC,EAAaiC,SAAS,eAAgBC,EAAMC,QAqD/BD,GACflC,EAAaiC,SAAS,cAAeC,EAAMC,gDAhExCpD,EAAIqD"}
@@ -9,6 +9,10 @@
9
9
  import Badge from '../badge/Badge.nested.svelte';
10
10
  import type { BadgeType } from '../badge/badge.types';
11
11
  import type { A11yLabels, HeaderSize } from './Header.types';
12
+ import {
13
+ get_current_component,
14
+ createEventDispatcher,
15
+ } from 'svelte/internal';
12
16
 
13
17
  export let title: string;
14
18
  export let subtitle: string;
@@ -28,7 +32,10 @@
28
32
 
29
33
  const headerAnimationThreshold = 5;
30
34
 
31
- let eventHandler = new EventHandler();
35
+ let eventHandler = new EventHandler(
36
+ get_current_component(),
37
+ createEventDispatcher(),
38
+ );
32
39
  let originalScrollPos = 0;
33
40
  let hasAnimation: boolean;
34
41
  let root: HTMLElement;
@@ -177,7 +184,7 @@
177
184
 
178
185
  <style lang="scss">
179
186
  @import '@mozaic-ds/styles/settings-tools/_all-settings';
180
- @import './_c.header.scss';
187
+ @import './_c.header';
181
188
 
182
189
  :host {
183
190
  display: block;
@@ -0,0 +1,310 @@
1
+ @use 'sass:math';
2
+ @import './_s.header';
3
+
4
+ .mc-header {
5
+ $parent: get-parent-selector(&);
6
+
7
+ $selector-width: magic-unit-rem(16); // 256px
8
+ $icons-width: magic-unit-rem(2 * 3 + 1.5 * 2); // 3 icons (32px) + 2 gaps ()
9
+ $gap: magic-unit-rem(1.5); // 24px
10
+ $features-width: $selector-width + $icons-width + $gap * 2;
11
+
12
+ background-color: $color-grey-000;
13
+ display: flex;
14
+ flex-wrap: wrap;
15
+
16
+ box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
17
+
18
+ @include set-font-face();
19
+ @include set-header-size($header-default-size, $parent);
20
+
21
+ &__left {
22
+ display: flex;
23
+ flex: 1;
24
+ flex-wrap: wrap;
25
+ margin-bottom: $mu100;
26
+ padding: {
27
+ top: $mu050;
28
+ left: $mu200;
29
+ }
30
+ }
31
+
32
+ &__right {
33
+ flex: 0;
34
+ display: flex;
35
+ margin: {
36
+ left: $gap;
37
+ bottom: $mu100;
38
+ }
39
+ padding: {
40
+ top: $mu100;
41
+ right: $mu200;
42
+ }
43
+ height: $mu200;
44
+ width: $features-width;
45
+ min-width: $features-width;
46
+ justify-content: flex-end;
47
+ }
48
+
49
+ &__tabs {
50
+ width: 100%;
51
+ position: relative;
52
+ padding: {
53
+ left: $mu200;
54
+ right: $mu200;
55
+ }
56
+
57
+ &::before {
58
+ content: '';
59
+ background-color: $color-grey-300;
60
+ top: 0;
61
+ right: 0;
62
+ height: 1px;
63
+ position: absolute;
64
+ width: 100%;
65
+ z-index: 1;
66
+ }
67
+ }
68
+
69
+ &__breadcrumb {
70
+ height: $mu300;
71
+ width: 100%;
72
+ display: flex;
73
+ align-items: center;
74
+ }
75
+
76
+ &__back {
77
+ @include unstyle-button();
78
+ background-color: transparent;
79
+ background-image: url('<svg xmlns="http://www.w3.org/2000/svg" height="#{$mu200}" width="#{$mu200}" viewBox="0 0 32 32" fill="#{$color-grey-800}"><path d="M28 15H6.41l6.3-6.29a1 1 0 10-1.42-1.42l-8 8a1.15 1.15 0 00-.21.33 1 1 0 000 .76.93.93 0 00.21.33l8 8a1 1 0 001.42 0 1 1 0 000-1.42L6.41 17H28a1 1 0 000-2z"/></svg>');
80
+ background-repeat: no-repeat;
81
+ background-position: center;
82
+ background-size: $mu200;
83
+ color: currentColor;
84
+ display: inline-block;
85
+ flex: 0 0 $mu200;
86
+ margin: {
87
+ top: $mu050;
88
+ right: $mu100;
89
+ }
90
+ height: $mu200;
91
+
92
+ // Don't show the button's label because it has an icon
93
+ &__label {
94
+ font-size: 0;
95
+ height: 1px;
96
+ overflow: hidden;
97
+ display: block;
98
+ }
99
+ }
100
+
101
+ &__heading {
102
+ display: inline-block;
103
+ width: calc(100% - 3em);
104
+
105
+ &__title {
106
+ @include set-font-weight('semi-bold');
107
+
108
+ color: $color-font-darker;
109
+ width: 100%;
110
+ margin: {
111
+ top: $mu050;
112
+ bottom: 0;
113
+ }
114
+ }
115
+
116
+ &__subtitle {
117
+ @include set-font-weight('regular');
118
+
119
+ color: $color-font-darker;
120
+ display: inline-block;
121
+ margin: {
122
+ top: $mu025;
123
+ bottom: 0;
124
+ }
125
+ }
126
+
127
+ &__status {
128
+ @include set-font-weight('regular');
129
+
130
+ display: inline-block;
131
+ margin: {
132
+ top: $mu025;
133
+ bottom: 0;
134
+ }
135
+ }
136
+
137
+ &__subtitle + &__status {
138
+ margin-left: $mu100;
139
+ }
140
+ }
141
+
142
+ &__icons {
143
+ align-items: center;
144
+ display: flex;
145
+ flex: 1;
146
+ justify-content: flex-end;
147
+ max-width: $icons-width;
148
+ width: $icons-width;
149
+ }
150
+
151
+ &__selector {
152
+ align-items: center;
153
+ display: flex;
154
+ position: relative;
155
+ padding-left: 0;
156
+ margin-left: $gap;
157
+ max-width: $selector-width;
158
+ width: $selector-width;
159
+
160
+ &--show-separator {
161
+ padding-left: $gap;
162
+
163
+ &::before {
164
+ content: '';
165
+ background-color: $color-grey-300;
166
+ left: 0;
167
+ height: 100%;
168
+ position: absolute;
169
+ width: 1px;
170
+ }
171
+ }
172
+ }
173
+
174
+ &--no-shadow {
175
+ box-shadow: none;
176
+ }
177
+
178
+ &--animate {
179
+ margin-top: 0px;
180
+ transition: margin-top ease-out 0.4s;
181
+ width: 100%;
182
+ }
183
+
184
+ @include set-from-screen('s-large') {
185
+ &__breadcrumb {
186
+ margin-left: -$mu125;
187
+ margin-right: $mu125;
188
+ }
189
+ &__left {
190
+ padding-left: $mu100;
191
+ }
192
+
193
+ &__right {
194
+ padding-right: $mu100;
195
+ }
196
+
197
+ &__tabs {
198
+ padding: {
199
+ left: $mu100;
200
+ right: $mu100;
201
+ }
202
+ }
203
+ }
204
+
205
+ @include set-from-screen('s-xlarge') {
206
+ &__breadcrumb {
207
+ margin-left: -magic-unit-rem(1.375, 'true');
208
+ margin-right: magic-unit-rem(1.375, 'true');
209
+ }
210
+ }
211
+
212
+ @include set-from-screen('m') {
213
+ &__breadcrumb {
214
+ margin-left: -$mu200;
215
+ margin-right: $mu200;
216
+ }
217
+ }
218
+
219
+ @include set-from-screen('m-medium') {
220
+ &__breadcrumb {
221
+ margin-left: -magic-unit-rem(2.125, 'true');
222
+ margin-right: magic-unit-rem(2.125, 'true');
223
+ }
224
+ &__left {
225
+ padding-left: $mu200;
226
+ }
227
+
228
+ &__right {
229
+ padding-right: $mu200;
230
+ }
231
+
232
+ &__tabs {
233
+ padding: {
234
+ left: $mu200;
235
+ right: $mu200;
236
+ }
237
+ }
238
+ }
239
+
240
+ @include set-from-screen('l') {
241
+ &__breadcrumb {
242
+ margin-left: -$mu300;
243
+ margin-right: $mu300;
244
+ }
245
+ &__left {
246
+ padding-left: $mu300;
247
+ }
248
+
249
+ &__right {
250
+ padding-right: $mu300;
251
+ }
252
+
253
+ &__tabs {
254
+ padding: {
255
+ left: $mu300;
256
+ right: $mu300;
257
+ }
258
+ }
259
+ }
260
+
261
+ @include set-from-screen('xl') {
262
+ &__breadcrumb {
263
+ margin-left: -$mu200;
264
+ margin-right: $mu200;
265
+ }
266
+ &__left {
267
+ padding-left: $mu200;
268
+ }
269
+
270
+ &__right {
271
+ padding-right: $mu200;
272
+ }
273
+
274
+ &__tabs {
275
+ padding: {
276
+ left: $mu200;
277
+ right: $mu200;
278
+ }
279
+ }
280
+ }
281
+
282
+ @include set-from-screen('xl-medium') {
283
+ &__breadcrumb {
284
+ margin-left: -$mu700;
285
+ margin-right: $mu700;
286
+ }
287
+ }
288
+
289
+ @include set-from-screen('xl-large') {
290
+ &__breadcrumb {
291
+ margin-left: -$mu200;
292
+ margin-right: $mu200;
293
+ }
294
+ }
295
+
296
+ @include set-from-screen('xxl') {
297
+ &__breadcrumb {
298
+ margin-left: -$mu250;
299
+ margin-right: $mu250;
300
+ }
301
+ }
302
+
303
+ @each $size, $props in $header-sizes {
304
+ &--#{$size} {
305
+ @if ($size != 'm') {
306
+ @include set-header-size($props, $parent);
307
+ }
308
+ }
309
+ }
310
+ }
@@ -0,0 +1,28 @@
1
+ @use "sass:math";
2
+
3
+ $header-sizes: (
4
+ "s": (
5
+ "font-size": "07"
6
+ ),
7
+ "m": (
8
+ "font-size": "08"
9
+ ),
10
+ "l": (
11
+ "font-size": "09"
12
+ )
13
+ );
14
+
15
+ $header-default-size: map-get($header-sizes, "m");
16
+
17
+ @mixin set-header-size($sizeProps, $parent) {
18
+ $font-size: map-get($sizeProps, "font-size");
19
+
20
+ #{$parent}__back {
21
+ $height-value: get-token(size, line, $font-size, "m");
22
+ height: $height-value
23
+ }
24
+
25
+ #{$parent}__heading__title {
26
+ @include set-font-scale($font-size, "m");
27
+ }
28
+ }
@@ -1,2 +1,2 @@
1
- import{S as e,i as l,a as m,_ as t,b as f,f as o,s as i,c as x,e as r,d as n,t as a,n as h,g as d,$ as s,h as c,j as _,k as g,m as b,o as w,p as y,a0 as p,q as u}from"../../index-52f16292.js";function k(e){let l;return{c(){l=r("div"),l.innerHTML="<slot></slot>",d(l,"class","mc-hero__content mt-body-m")},m(e,m){f(e,l,m)},d(e){e&&w(l)}}}function j(e){let l,m,t,o,i,y,p,u,j,v,$,z,L,M,I,C=(e[5]||e[4])&&k(),E=[{class:I="mc-hero "+(e[3]?"mc-hero--center":"")},e[6]],R={};for(let e=0;e<E.length;e+=1)R=x(R,E[e]);return{c(){l=r("div"),m=r("div"),t=r("div"),o=r("div"),i=r("picture"),y=r("img"),j=n(),v=r("div"),$=r("h1"),z=a(e[2]),M=n(),C&&C.c(),this.c=h,d(y,"class","mc-hero__visual"),s(y.src,p=e[0])||d(y,"src",p),d(y,"alt",u=e[1]||""),d(i,"class","mc-hero__cover"),d($,"class",L=`mc-hero__title \n mt-heading\n mt-heading--lightest\n mt-heading--s \n mt-heading--underline\n ${e[3]?"mt-heading--center":""}\n ${e[5]||e[4]?"mc-hero--with-content":""}\n `),d(v,"class","mc-hero__header"),d(o,"class","mc-hero__main ml-flexy__col"),d(t,"class","ml-flexy ml-flexy--gutter"),d(m,"class","ml-container ml-container--fluid"),c(l,R)},m(e,x){f(e,l,x),_(l,m),_(m,t),_(t,o),_(o,i),_(i,y),_(o,j),_(o,v),_(v,$),_($,z),_(v,M),C&&C.m(v,null)},p(e,[m]){1&m&&!s(y.src,p=e[0])&&d(y,"src",p),2&m&&u!==(u=e[1]||"")&&d(y,"alt",u),4&m&&g(z,e[2]),24&m&&L!==(L=`mc-hero__title \n mt-heading\n mt-heading--lightest\n mt-heading--s \n mt-heading--underline\n ${e[3]?"mt-heading--center":""}\n ${e[5]||e[4]?"mc-hero--with-content":""}\n `)&&d($,"class",L),e[5]||e[4]?C||(C=k(),C.c(),C.m(v,null)):C&&(C.d(1),C=null),c(l,R=b(E,[8&m&&I!==(I="mc-hero "+(e[3]?"mc-hero--center":""))&&{class:I},64&m&&e[6]]))},i:h,o:h,d(e){e&&w(l),C&&C.d()}}}function v(e,l,m){const t=["image","altImage","title","centered","hascontent"];let f=y(l,t),{$$slots:o={},$$scope:i}=l;const r=p(o);let{image:n}=l,{altImage:a}=l,{title:h}=l,{centered:d=!1}=l,{hascontent:s=!1}=l;const c=!(!r||!Object.keys(r).length);return e.$$set=e=>{l=x(x({},l),u(e)),m(6,f=y(l,t)),"image"in e&&m(0,n=e.image),"altImage"in e&&m(1,a=e.altImage),"title"in e&&m(2,h=e.title),"centered"in e&&m(3,d=e.centered),"hascontent"in e&&m(4,s=e.hascontent)},[n,a,h,d,s,c,f]}class $ extends e{constructor(e){super();const x=document.createElement("style");x.textContent='.mt-body-l{font-family:"LeroyMerlin", sans-serif;font-weight:400;font-size:1.125rem;line-height:1.5555555556}.mt-body-l--line-height-m{line-height:1.3333333333}.mt-body-l--semi-bold{font-family:"LeroyMerlin", sans-serif;font-weight:600}.mt-body-m{font-family:"LeroyMerlin", sans-serif;font-weight:400;font-size:1rem;line-height:1.5}.mt-body-m--line-height-m{line-height:1.375}.mt-body-m--semi-bold{font-family:"LeroyMerlin", sans-serif;font-weight:600}.mt-body-s{font-family:"LeroyMerlin", sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5714285714}.mt-body-s--line-height-m{line-height:1.2857142857}.mt-body-s--semi-bold{font-family:"LeroyMerlin", sans-serif;font-weight:600}.mt-heading{font-family:"LeroyMerlin", sans-serif;font-weight:400;color:#000000;display:block;margin-bottom:2rem}.mt-heading--underline::after{content:"";display:block;height:0.25rem;background-color:#4d5bf5}.mt-heading--line-primary-01-200::after,.mt-heading--line-lightest::after{background-color:#b8bef4}.mt-heading--line-primary-02-200::after{background-color:#ffab80}.mt-heading--line-primary-02-600::after{background-color:#b83f00}.mt-heading--center{text-align:center}.mt-heading--center.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right{text-align:right}.mt-heading--right.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left{text-align:left}.mt-heading--left.mt-heading--underline::after{margin-left:0;margin-right:auto}.mt-heading--s{font-size:1.5rem;line-height:1.3333333333}.mt-heading--s.mt-heading--underline::after{width:4rem;margin-top:1rem}.mt-heading--s.mt-heading--line-height-xs{line-height:1}.mt-heading--m{font-size:1.75rem;line-height:1.2857142857}.mt-heading--m.mt-heading--underline::after{width:4.5rem;margin-top:1rem}.mt-heading--m.mt-heading--line-height-xs{line-height:1}.mt-heading--l{font-size:2.125rem;line-height:1.2941176471}.mt-heading--l.mt-heading--underline::after{width:5rem;margin-top:1.25rem}.mt-heading--l.mt-heading--line-height-xs{line-height:1.0588235294}.mt-heading--lightest{color:#ffffff}.mt-heading--light{font-weight:300}.mt-heading--semi-bold,.mt-heading--underline{font-weight:600}@media screen and (min-width: 680px){.mt-heading--center\\@from-m{text-align:center}.mt-heading--center\\@from-m.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right\\@from-m{text-align:right}.mt-heading--right\\@from-m.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left\\@from-m{text-align:left}.mt-heading--left\\@from-m.mt-heading--underline::after{margin-left:0;margin-right:auto}.mt-heading--s{font-size:1.75rem;line-height:1.2857142857}.mt-heading--s.mt-heading--underline::after{width:4.5rem;margin-top:1rem}.mt-heading--s.mt-heading--line-height-xs{line-height:1}.mt-heading--m{font-size:2.125rem;line-height:1.2941176471}.mt-heading--m.mt-heading--underline::after{width:5rem;margin-top:1.25rem}.mt-heading--m.mt-heading--line-height-xs{line-height:1.0588235294}.mt-heading--l{font-size:2.5625rem;line-height:1.3658536585}.mt-heading--l.mt-heading--underline::after{width:5.5rem;margin-top:1.5rem}.mt-heading--l.mt-heading--line-height-xs{line-height:0.9756097561}}@media screen and (min-width: 1024px){.mt-heading--center\\@from-l{text-align:center}.mt-heading--center\\@from-l.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right\\@from-l{text-align:right}.mt-heading--right\\@from-l.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left\\@from-l{text-align:left}.mt-heading--left\\@from-l.mt-heading--underline::after{margin-left:0;margin-right:auto}.mt-heading--s{font-size:2.125rem;line-height:1.2941176471}.mt-heading--s.mt-heading--underline::after{width:5rem;margin-top:1.25rem}.mt-heading--s.mt-heading--line-height-xs{line-height:1.0588235294}.mt-heading--m{font-size:2.5625rem;line-height:1.3658536585}.mt-heading--m.mt-heading--underline::after{width:5.5rem;margin-top:1.5rem}.mt-heading--m.mt-heading--line-height-xs{line-height:0.9756097561}.mt-heading--l{font-size:3.0625rem;line-height:1.387755102;margin-bottom:3.5rem}.mt-heading--l.mt-heading--underline::after{width:6rem;margin-top:2rem}.mt-heading--l.mt-heading--line-height-xs{line-height:0.9795918367}}@media screen and (min-width: 1280px){.mt-heading--center\\@from-xl{text-align:center}.mt-heading--center\\@from-xl.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right\\@from-xl{text-align:right}.mt-heading--right\\@from-xl.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left\\@from-xl{text-align:left}.mt-heading--left\\@from-xl.mt-heading--underline::after{margin-left:0;margin-right:auto}}@media screen and (min-width: 1920px){.mt-heading--center\\@from-xxl{text-align:center}.mt-heading--center\\@from-xxl.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right\\@from-xxl{text-align:right}.mt-heading--right\\@from-xxl.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left\\@from-xxl{text-align:left}.mt-heading--left\\@from-xxl.mt-heading--underline::after{margin-left:0;margin-right:auto}}.mt-hero{font-family:"LeroyMerlin", sans-serif;font-weight:400;font-size:2.125rem;line-height:1.5294117647}.mt-hero--semi-bold{font-family:"LeroyMerlin", sans-serif;font-weight:600}.mt-hero--line-height-s{line-height:1.1764705882}@media screen and (min-width: 680px){.mt-hero{font-size:2.5625rem;line-height:1.4634146341}.mt-hero--line-height-s{line-height:1.1707317073}}@media screen and (min-width: 1024px){.mt-hero{font-size:3.0625rem;line-height:1.4693877551}.mt-hero--line-height-s{line-height:1.1428571429}}@media screen and (min-width: 1440px){.mt-hero{font-size:3.6875rem;line-height:1.4915254237}.mt-hero--line-height-s{line-height:1.1525423729}}.ml-container{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem;width:100%}@media screen and (min-width: 680px){.ml-container{padding-right:2rem;padding-left:2rem}}@media screen and (min-width: 1024px){.ml-container{padding-right:3rem;padding-left:3rem;max-width:64rem}}@media screen and (min-width: 1280px){.ml-container{padding-right:2rem;padding-left:2rem;max-width:80rem}}@media screen and (min-width: 1920px){.ml-container{padding-right:2.5rem;padding-left:2.5rem;max-width:120rem}}.ml-container--fluid{max-width:none}@media screen and (min-width: 680px){.ml-container--fluid\\@from-m{max-width:none}}@media screen and (min-width: 1024px){.ml-container--fluid\\@from-l{max-width:none}}@media screen and (min-width: 1280px){.ml-container--fluid\\@from-xl{max-width:none}}@media screen and (min-width: 1920px){.ml-container--fluid\\@from-xxl{max-width:none}}.ml-flexy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ml-flexy--gutter{margin-right:-0.5rem;margin-left:-0.5rem}.ml-flexy--space-around{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy--items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ml-flexy--items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ml-flexy--items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ml-flexy--items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ml-flexy__col{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy--gutter>.ml-flexy__col{padding-right:0.5rem;padding-left:0.5rem}.ml-flexy__col--fill{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2{margin-left:50%}.ml-flexy__col--1of3{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3{margin-left:33.3333333333%}.ml-flexy__col--2of3{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3{margin-left:66.6666666667%}.ml-flexy__col--1of4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4{margin-left:25%}.ml-flexy__col--3of4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4{margin-left:75%}.ml-flexy__col--1of6{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6{margin-left:16.6666666667%}.ml-flexy__col--5of6{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6{margin-left:83.3333333333%}.ml-flexy__col--1of12{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12{margin-left:8.3333333333%}.ml-flexy__col--2of12{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12{margin-left:16.6666666667%}.ml-flexy__col--3of12{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12{margin-left:25%}.ml-flexy__col--4of12{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12{margin-left:33.3333333333%}.ml-flexy__col--5of12{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12{margin-left:41.6666666667%}.ml-flexy__col--6of12{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12{margin-left:50%}.ml-flexy__col--7of12{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12{margin-left:58.3333333333%}.ml-flexy__col--8of12{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12{margin-left:66.6666666667%}.ml-flexy__col--9of12{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12{margin-left:75%}.ml-flexy__col--10of12{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12{margin-left:83.3333333333%}.ml-flexy__col--11of12{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12{margin-left:91.6666666667%}.ml-flexy__col--initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset{margin-left:auto}@media screen and (min-width: 680px){.ml-flexy--gutter{margin-right:-1rem;margin-left:-1rem}.ml-flexy--space-around\\@from-m{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between\\@from-m{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly\\@from-m{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start\\@from-m{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center\\@from-m{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end\\@from-m{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy--gutter>.ml-flexy__col{padding-right:1rem;padding-left:1rem}.ml-flexy__col--fill\\@from-m{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full\\@from-m{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2\\@from-m{margin-left:50%}.ml-flexy__col--1of3\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3\\@from-m{margin-left:33.3333333333%}.ml-flexy__col--2of3\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3\\@from-m{margin-left:66.6666666667%}.ml-flexy__col--1of4\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4\\@from-m{margin-left:25%}.ml-flexy__col--3of4\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4\\@from-m{margin-left:75%}.ml-flexy__col--1of6\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6\\@from-m{margin-left:16.6666666667%}.ml-flexy__col--5of6\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6\\@from-m{margin-left:83.3333333333%}.ml-flexy__col--1of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12\\@from-m{margin-left:8.3333333333%}.ml-flexy__col--2of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12\\@from-m{margin-left:16.6666666667%}.ml-flexy__col--3of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12\\@from-m{margin-left:25%}.ml-flexy__col--4of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12\\@from-m{margin-left:33.3333333333%}.ml-flexy__col--5of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12\\@from-m{margin-left:41.6666666667%}.ml-flexy__col--6of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12\\@from-m{margin-left:50%}.ml-flexy__col--7of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12\\@from-m{margin-left:58.3333333333%}.ml-flexy__col--8of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12\\@from-m{margin-left:66.6666666667%}.ml-flexy__col--9of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12\\@from-m{margin-left:75%}.ml-flexy__col--10of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12\\@from-m{margin-left:83.3333333333%}.ml-flexy__col--11of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12\\@from-m{margin-left:91.6666666667%}.ml-flexy__col--initial\\@from-m{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow\\@from-m{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first\\@from-m{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last\\@from-m{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset\\@from-m{margin-left:auto}}@media screen and (min-width: 1024px){.ml-flexy--space-around\\@from-l{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between\\@from-l{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly\\@from-l{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start\\@from-l{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center\\@from-l{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end\\@from-l{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy__col--fill\\@from-l{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full\\@from-l{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2\\@from-l{margin-left:50%}.ml-flexy__col--1of3\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3\\@from-l{margin-left:33.3333333333%}.ml-flexy__col--2of3\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3\\@from-l{margin-left:66.6666666667%}.ml-flexy__col--1of4\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4\\@from-l{margin-left:25%}.ml-flexy__col--3of4\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4\\@from-l{margin-left:75%}.ml-flexy__col--1of6\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6\\@from-l{margin-left:16.6666666667%}.ml-flexy__col--5of6\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6\\@from-l{margin-left:83.3333333333%}.ml-flexy__col--1of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12\\@from-l{margin-left:8.3333333333%}.ml-flexy__col--2of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12\\@from-l{margin-left:16.6666666667%}.ml-flexy__col--3of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12\\@from-l{margin-left:25%}.ml-flexy__col--4of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12\\@from-l{margin-left:33.3333333333%}.ml-flexy__col--5of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12\\@from-l{margin-left:41.6666666667%}.ml-flexy__col--6of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12\\@from-l{margin-left:50%}.ml-flexy__col--7of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12\\@from-l{margin-left:58.3333333333%}.ml-flexy__col--8of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12\\@from-l{margin-left:66.6666666667%}.ml-flexy__col--9of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12\\@from-l{margin-left:75%}.ml-flexy__col--10of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12\\@from-l{margin-left:83.3333333333%}.ml-flexy__col--11of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12\\@from-l{margin-left:91.6666666667%}.ml-flexy__col--initial\\@from-l{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow\\@from-l{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first\\@from-l{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last\\@from-l{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset\\@from-l{margin-left:auto}}@media screen and (min-width: 1280px){.ml-flexy--space-around\\@from-xl{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between\\@from-xl{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly\\@from-xl{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start\\@from-xl{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center\\@from-xl{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end\\@from-xl{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy__col--fill\\@from-xl{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full\\@from-xl{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2\\@from-xl{margin-left:50%}.ml-flexy__col--1of3\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3\\@from-xl{margin-left:33.3333333333%}.ml-flexy__col--2of3\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3\\@from-xl{margin-left:66.6666666667%}.ml-flexy__col--1of4\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4\\@from-xl{margin-left:25%}.ml-flexy__col--3of4\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4\\@from-xl{margin-left:75%}.ml-flexy__col--1of6\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6\\@from-xl{margin-left:16.6666666667%}.ml-flexy__col--5of6\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6\\@from-xl{margin-left:83.3333333333%}.ml-flexy__col--1of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12\\@from-xl{margin-left:8.3333333333%}.ml-flexy__col--2of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12\\@from-xl{margin-left:16.6666666667%}.ml-flexy__col--3of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12\\@from-xl{margin-left:25%}.ml-flexy__col--4of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12\\@from-xl{margin-left:33.3333333333%}.ml-flexy__col--5of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12\\@from-xl{margin-left:41.6666666667%}.ml-flexy__col--6of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12\\@from-xl{margin-left:50%}.ml-flexy__col--7of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12\\@from-xl{margin-left:58.3333333333%}.ml-flexy__col--8of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12\\@from-xl{margin-left:66.6666666667%}.ml-flexy__col--9of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12\\@from-xl{margin-left:75%}.ml-flexy__col--10of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12\\@from-xl{margin-left:83.3333333333%}.ml-flexy__col--11of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12\\@from-xl{margin-left:91.6666666667%}.ml-flexy__col--initial\\@from-xl{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow\\@from-xl{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first\\@from-xl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last\\@from-xl{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset\\@from-xl{margin-left:auto}}@media screen and (min-width: 1920px){.ml-flexy--space-around\\@from-xxl{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between\\@from-xxl{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly\\@from-xxl{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start\\@from-xxl{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center\\@from-xxl{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end\\@from-xxl{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy__col--fill\\@from-xxl{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full\\@from-xxl{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2\\@from-xxl{margin-left:50%}.ml-flexy__col--1of3\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3\\@from-xxl{margin-left:33.3333333333%}.ml-flexy__col--2of3\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3\\@from-xxl{margin-left:66.6666666667%}.ml-flexy__col--1of4\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4\\@from-xxl{margin-left:25%}.ml-flexy__col--3of4\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4\\@from-xxl{margin-left:75%}.ml-flexy__col--1of6\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6\\@from-xxl{margin-left:16.6666666667%}.ml-flexy__col--5of6\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6\\@from-xxl{margin-left:83.3333333333%}.ml-flexy__col--1of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12\\@from-xxl{margin-left:8.3333333333%}.ml-flexy__col--2of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12\\@from-xxl{margin-left:16.6666666667%}.ml-flexy__col--3of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12\\@from-xxl{margin-left:25%}.ml-flexy__col--4of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12\\@from-xxl{margin-left:33.3333333333%}.ml-flexy__col--5of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12\\@from-xxl{margin-left:41.6666666667%}.ml-flexy__col--6of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12\\@from-xxl{margin-left:50%}.ml-flexy__col--7of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12\\@from-xxl{margin-left:58.3333333333%}.ml-flexy__col--8of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12\\@from-xxl{margin-left:66.6666666667%}.ml-flexy__col--9of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12\\@from-xxl{margin-left:75%}.ml-flexy__col--10of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12\\@from-xxl{margin-left:83.3333333333%}.ml-flexy__col--11of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12\\@from-xxl{margin-left:91.6666666667%}.ml-flexy__col--initial\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow\\@from-xxl{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first\\@from-xxl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last\\@from-xxl{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset\\@from-xxl{margin-left:auto}}.mc-hero{position:relative}.mc-hero__main{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;padding-bottom:4.5rem;padding-top:4rem}@media screen and (min-width: 680px){.mc-hero__main{padding-bottom:7rem;padding-top:6rem}}@media screen and (min-width: 1024px){.mc-hero__main{padding-bottom:10rem}}@media screen and (min-width: 1440px){.mc-hero__main{padding-bottom:8rem;padding-top:8rem}}.mc-hero__cover{z-index:-1}.mc-hero__cover,.mc-hero__cover::before{height:100%;left:0;position:absolute;top:0;width:100%}.mc-hero__cover::before{background-color:rgba(25, 25, 25, 0.8);content:"";display:block}.mc-hero__visual{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width: 1024px){.mc-hero__header{max-width:75%}}@media screen and (min-width: 1280px){.mc-hero__header{max-width:66.6666666667%}}@media(min-width: 1440px) and (max-width: 1919px){.mc-hero__header{max-width:75%}}.mc-hero__title{margin-top:0}.mc-hero__content{color:#ffffff}@media screen and (min-width: 1024px){.mc-hero__content{max-width:83.3333333333%}}@media(min-width: 1280px) and (max-width: 1919px){.mc-hero__content{max-width:75%}}.mc-hero__boxed{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-top:-6rem}@media screen and (min-width: 680px){.mc-hero__boxed{margin-top:-5rem}}@media screen and (min-width: 1024px){.mc-hero__boxed{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;margin-top:0}}@media screen and (min-width: 1920px){.mc-hero__boxed{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}}.mc-hero--with-content .mc-hero__main{padding-bottom:3rem;padding-top:2.5rem}@media screen and (min-width: 680px){.mc-hero--with-content .mc-hero__main{padding-bottom:5rem;padding-top:3.5rem}}@media screen and (min-width: 1024px){.mc-hero--with-content .mc-hero__main{padding-bottom:6rem;padding-top:5rem}}@media screen and (min-width: 1920px){.mc-hero--with-content .mc-hero__main{padding-bottom:8rem}}@media(min-width: 1440px) and (max-width: 1919px){.mc-hero--with-content .mc-hero__header{max-width:66.6666666667%}}@media screen and (min-width: 1920px){.mc-hero--with-content .mc-hero__header{max-width:58.3333333333%}}.mc-hero--with-boxed *{-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width: 1024px){.mc-hero--with-boxed{padding-bottom:3rem;padding-top:4rem}}@media screen and (min-width: 1440px){.mc-hero--with-boxed{padding-bottom:4rem}}@media screen and (min-width: 1920px){.mc-hero--with-boxed{padding-bottom:5rem}}.mc-hero--with-boxed .mc-hero__main{padding-bottom:6rem;padding-top:2.5rem;position:relative;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}@media screen and (min-width: 680px){.mc-hero--with-boxed .mc-hero__main{padding-bottom:5rem;padding-top:4rem}}@media screen and (min-width: 1024px){.mc-hero--with-boxed .mc-hero__main{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;padding-bottom:0;padding-top:0;position:static}}@media screen and (min-width: 1920px){.mc-hero--with-boxed .mc-hero__main{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}}@media(max-width: 679px){.mc-hero--with-boxed .mc-hero__cover{left:-0.5rem;width:calc(100% + 1rem)}}@media(max-width: 1023px){.mc-hero--with-boxed .mc-hero__cover{left:-1rem;width:calc(100% + 2rem)}}.mc-hero--with-boxed .mc-hero__header,.mc-hero--with-boxed .mc-hero__content{max-width:none}.mc-hero--with-boxed .mc-hero__content{margin-bottom:2rem}@media screen and (min-width: 680px){.mc-hero--with-boxed .mc-hero__content{margin-bottom:3rem}}@media screen and (min-width: 1024px){.mc-hero--with-boxed .mc-hero__content{margin-bottom:0}}@media(min-width: 1024px) and (max-width: 1279px){.mc-hero--boxed-l{padding-bottom:0;padding-top:0}.mc-hero--boxed-l .mc-hero__main,.mc-hero--boxed-l .mc-hero__boxed{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:none}.mc-hero--boxed-l .mc-hero__cover{left:-2rem;width:calc(100% + 4rem)}.mc-hero--boxed-l .mc-hero__main{padding-bottom:7rem;padding-top:4rem;position:relative}.mc-hero--boxed-l .mc-hero__content{margin-bottom:3rem}.mc-hero--boxed-l .mc-hero__boxed{margin-top:-7rem}}.mc-hero--center .mc-hero__header,.mc-hero--center .mc-hero__content{margin-left:auto;margin-right:auto}@media screen and (min-width: 1024px){.mc-hero--center .mc-hero__header{max-width:66.6666666667%}}@media screen and (min-width: 1920px){.mc-hero--center .mc-hero__header{max-width:50%}}.mc-hero--center .mc-hero__content{text-align:center}@media screen and (min-width: 1024px){.mc-hero--center .mc-hero__content{max-width:none}}@media screen and (min-width: 1280px){.mc-hero--center .mc-hero__content{max-width:66.6666666667%}}@media(min-width: 1440px) and (max-width: 1919px){.mc-hero--center .mc-hero__content{max-width:83.3333333333%}}',this.shadowRoot.appendChild(x),l(this,{target:this.shadowRoot,props:{...m(this.attributes),$$slots:t(this)},customElement:!0},v,j,i,{image:0,altImage:1,title:2,centered:3,hascontent:4},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),o()))}static get observedAttributes(){return["image","altImage","title","centered","hascontent"]}get image(){return this.$$.ctx[0]}set image(e){this.$$set({image:e}),o()}get altImage(){return this.$$.ctx[1]}set altImage(e){this.$$set({altImage:e}),o()}get title(){return this.$$.ctx[2]}set title(e){this.$$set({title:e}),o()}get centered(){return this.$$.ctx[3]}set centered(e){this.$$set({centered:e}),o()}get hascontent(){return this.$$.ctx[4]}set hascontent(e){this.$$set({hascontent:e}),o()}}export{$ as default};
1
+ import{S as e,i as l,a as m,_ as t,b as f,f as o,s as i,c as x,e as r,d as n,t as a,n as h,g as d,$ as s,h as c,j as _,k as g,m as b,o as w,p as y,a0 as p,u}from"../../index-9ffad6d0.js";function k(e){let l;return{c(){l=r("div"),l.innerHTML="<slot></slot>",d(l,"class","mc-hero__content mt-body-m")},m(e,m){f(e,l,m)},d(e){e&&w(l)}}}function j(e){let l,m,t,o,i,y,p,u,j,v,$,z,L,M,I,C=(e[5]||e[4])&&k(),E=[{class:I="mc-hero "+(e[3]?"mc-hero--center":"")},e[6]],R={};for(let e=0;e<E.length;e+=1)R=x(R,E[e]);return{c(){l=r("div"),m=r("div"),t=r("div"),o=r("div"),i=r("picture"),y=r("img"),j=n(),v=r("div"),$=r("h1"),z=a(e[2]),M=n(),C&&C.c(),this.c=h,d(y,"class","mc-hero__visual"),s(y.src,p=e[0])||d(y,"src",p),d(y,"alt",u=e[1]||""),d(i,"class","mc-hero__cover"),d($,"class",L=`mc-hero__title \n mt-heading\n mt-heading--lightest\n mt-heading--s \n mt-heading--underline\n ${e[3]?"mt-heading--center":""}\n ${e[5]||e[4]?"mc-hero--with-content":""}\n `),d(v,"class","mc-hero__header"),d(o,"class","mc-hero__main ml-flexy__col"),d(t,"class","ml-flexy ml-flexy--gutter"),d(m,"class","ml-container ml-container--fluid"),c(l,R)},m(e,x){f(e,l,x),_(l,m),_(m,t),_(t,o),_(o,i),_(i,y),_(o,j),_(o,v),_(v,$),_($,z),_(v,M),C&&C.m(v,null)},p(e,[m]){1&m&&!s(y.src,p=e[0])&&d(y,"src",p),2&m&&u!==(u=e[1]||"")&&d(y,"alt",u),4&m&&g(z,e[2]),24&m&&L!==(L=`mc-hero__title \n mt-heading\n mt-heading--lightest\n mt-heading--s \n mt-heading--underline\n ${e[3]?"mt-heading--center":""}\n ${e[5]||e[4]?"mc-hero--with-content":""}\n `)&&d($,"class",L),e[5]||e[4]?C||(C=k(),C.c(),C.m(v,null)):C&&(C.d(1),C=null),c(l,R=b(E,[8&m&&I!==(I="mc-hero "+(e[3]?"mc-hero--center":""))&&{class:I},64&m&&e[6]]))},i:h,o:h,d(e){e&&w(l),C&&C.d()}}}function v(e,l,m){const t=["image","altImage","title","centered","hascontent"];let f=y(l,t),{$$slots:o={},$$scope:i}=l;const r=p(o);let{image:n}=l,{altImage:a}=l,{title:h}=l,{centered:d=!1}=l,{hascontent:s=!1}=l;const c=!(!r||!Object.keys(r).length);return e.$$set=e=>{l=x(x({},l),u(e)),m(6,f=y(l,t)),"image"in e&&m(0,n=e.image),"altImage"in e&&m(1,a=e.altImage),"title"in e&&m(2,h=e.title),"centered"in e&&m(3,d=e.centered),"hascontent"in e&&m(4,s=e.hascontent)},[n,a,h,d,s,c,f]}class $ extends e{constructor(e){super();const x=document.createElement("style");x.textContent='.mt-body-l{font-family:"LeroyMerlin", sans-serif;font-weight:400;font-size:1.125rem;line-height:1.5555555556}.mt-body-l--line-height-m{line-height:1.3333333333}.mt-body-l--semi-bold{font-family:"LeroyMerlin", sans-serif;font-weight:600}.mt-body-m{font-family:"LeroyMerlin", sans-serif;font-weight:400;font-size:1rem;line-height:1.5}.mt-body-m--line-height-m{line-height:1.375}.mt-body-m--semi-bold{font-family:"LeroyMerlin", sans-serif;font-weight:600}.mt-body-s{font-family:"LeroyMerlin", sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5714285714}.mt-body-s--line-height-m{line-height:1.2857142857}.mt-body-s--semi-bold{font-family:"LeroyMerlin", sans-serif;font-weight:600}.mt-heading{font-family:"LeroyMerlin", sans-serif;font-weight:400;color:#000000;display:block;margin-bottom:2rem}.mt-heading--underline::after{content:"";display:block;height:0.25rem;background-color:#4d5bf5}.mt-heading--line-primary-01-200::after,.mt-heading--line-lightest::after{background-color:#b8bef4}.mt-heading--line-primary-02-200::after{background-color:#ffab80}.mt-heading--line-primary-02-600::after{background-color:#b83f00}.mt-heading--center{text-align:center}.mt-heading--center.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right{text-align:right}.mt-heading--right.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left{text-align:left}.mt-heading--left.mt-heading--underline::after{margin-left:0;margin-right:auto}.mt-heading--s{font-size:1.5rem;line-height:1.3333333333}.mt-heading--s.mt-heading--underline::after{width:4rem;margin-top:1rem}.mt-heading--s.mt-heading--line-height-xs{line-height:1}.mt-heading--m{font-size:1.75rem;line-height:1.2857142857}.mt-heading--m.mt-heading--underline::after{width:4.5rem;margin-top:1rem}.mt-heading--m.mt-heading--line-height-xs{line-height:1}.mt-heading--l{font-size:2.125rem;line-height:1.2941176471}.mt-heading--l.mt-heading--underline::after{width:5rem;margin-top:1.25rem}.mt-heading--l.mt-heading--line-height-xs{line-height:1.0588235294}.mt-heading--lightest{color:#ffffff}.mt-heading--light{font-weight:300}.mt-heading--semi-bold,.mt-heading--underline{font-weight:600}@media screen and (min-width: 680px){.mt-heading--center\\@from-m{text-align:center}.mt-heading--center\\@from-m.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right\\@from-m{text-align:right}.mt-heading--right\\@from-m.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left\\@from-m{text-align:left}.mt-heading--left\\@from-m.mt-heading--underline::after{margin-left:0;margin-right:auto}.mt-heading--s{font-size:1.75rem;line-height:1.2857142857}.mt-heading--s.mt-heading--underline::after{width:4.5rem;margin-top:1rem}.mt-heading--s.mt-heading--line-height-xs{line-height:1}.mt-heading--m{font-size:2.125rem;line-height:1.2941176471}.mt-heading--m.mt-heading--underline::after{width:5rem;margin-top:1.25rem}.mt-heading--m.mt-heading--line-height-xs{line-height:1.0588235294}.mt-heading--l{font-size:2.5625rem;line-height:1.3658536585}.mt-heading--l.mt-heading--underline::after{width:5.5rem;margin-top:1.5rem}.mt-heading--l.mt-heading--line-height-xs{line-height:0.9756097561}}@media screen and (min-width: 1024px){.mt-heading--center\\@from-l{text-align:center}.mt-heading--center\\@from-l.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right\\@from-l{text-align:right}.mt-heading--right\\@from-l.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left\\@from-l{text-align:left}.mt-heading--left\\@from-l.mt-heading--underline::after{margin-left:0;margin-right:auto}.mt-heading--s{font-size:2.125rem;line-height:1.2941176471}.mt-heading--s.mt-heading--underline::after{width:5rem;margin-top:1.25rem}.mt-heading--s.mt-heading--line-height-xs{line-height:1.0588235294}.mt-heading--m{font-size:2.5625rem;line-height:1.3658536585}.mt-heading--m.mt-heading--underline::after{width:5.5rem;margin-top:1.5rem}.mt-heading--m.mt-heading--line-height-xs{line-height:0.9756097561}.mt-heading--l{font-size:3.0625rem;line-height:1.387755102;margin-bottom:3.5rem}.mt-heading--l.mt-heading--underline::after{width:6rem;margin-top:2rem}.mt-heading--l.mt-heading--line-height-xs{line-height:0.9795918367}}@media screen and (min-width: 1280px){.mt-heading--center\\@from-xl{text-align:center}.mt-heading--center\\@from-xl.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right\\@from-xl{text-align:right}.mt-heading--right\\@from-xl.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left\\@from-xl{text-align:left}.mt-heading--left\\@from-xl.mt-heading--underline::after{margin-left:0;margin-right:auto}}@media screen and (min-width: 1920px){.mt-heading--center\\@from-xxl{text-align:center}.mt-heading--center\\@from-xxl.mt-heading--underline::after{margin-left:auto;margin-right:auto}.mt-heading--right\\@from-xxl{text-align:right}.mt-heading--right\\@from-xxl.mt-heading--underline::after{margin-left:auto;margin-right:0}.mt-heading--left\\@from-xxl{text-align:left}.mt-heading--left\\@from-xxl.mt-heading--underline::after{margin-left:0;margin-right:auto}}.mt-hero{font-family:"LeroyMerlin", sans-serif;font-weight:400;font-size:2.125rem;line-height:1.5294117647}.mt-hero--semi-bold{font-family:"LeroyMerlin", sans-serif;font-weight:600}.mt-hero--line-height-s{line-height:1.1764705882}@media screen and (min-width: 680px){.mt-hero{font-size:2.5625rem;line-height:1.4634146341}.mt-hero--line-height-s{line-height:1.1707317073}}@media screen and (min-width: 1024px){.mt-hero{font-size:3.0625rem;line-height:1.4693877551}.mt-hero--line-height-s{line-height:1.1428571429}}@media screen and (min-width: 1440px){.mt-hero{font-size:3.6875rem;line-height:1.4915254237}.mt-hero--line-height-s{line-height:1.1525423729}}.ml-container{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem;width:100%}@media screen and (min-width: 680px){.ml-container{padding-right:2rem;padding-left:2rem}}@media screen and (min-width: 1024px){.ml-container{padding-right:3rem;padding-left:3rem;max-width:64rem}}@media screen and (min-width: 1280px){.ml-container{padding-right:2rem;padding-left:2rem;max-width:80rem}}@media screen and (min-width: 1920px){.ml-container{padding-right:2.5rem;padding-left:2.5rem;max-width:120rem}}.ml-container--fluid{max-width:none}@media screen and (min-width: 680px){.ml-container--fluid\\@from-m{max-width:none}}@media screen and (min-width: 1024px){.ml-container--fluid\\@from-l{max-width:none}}@media screen and (min-width: 1280px){.ml-container--fluid\\@from-xl{max-width:none}}@media screen and (min-width: 1920px){.ml-container--fluid\\@from-xxl{max-width:none}}.ml-flexy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ml-flexy--gutter{margin-right:-0.5rem;margin-left:-0.5rem}.ml-flexy--space-around{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy--items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ml-flexy--items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ml-flexy--items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ml-flexy--items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ml-flexy__col{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy--gutter>.ml-flexy__col{padding-right:0.5rem;padding-left:0.5rem}.ml-flexy__col--fill{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2{margin-left:50%}.ml-flexy__col--1of3{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3{margin-left:33.3333333333%}.ml-flexy__col--2of3{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3{margin-left:66.6666666667%}.ml-flexy__col--1of4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4{margin-left:25%}.ml-flexy__col--3of4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4{margin-left:75%}.ml-flexy__col--1of6{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6{margin-left:16.6666666667%}.ml-flexy__col--5of6{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6{margin-left:83.3333333333%}.ml-flexy__col--1of12{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12{margin-left:8.3333333333%}.ml-flexy__col--2of12{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12{margin-left:16.6666666667%}.ml-flexy__col--3of12{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12{margin-left:25%}.ml-flexy__col--4of12{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12{margin-left:33.3333333333%}.ml-flexy__col--5of12{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12{margin-left:41.6666666667%}.ml-flexy__col--6of12{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12{margin-left:50%}.ml-flexy__col--7of12{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12{margin-left:58.3333333333%}.ml-flexy__col--8of12{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12{margin-left:66.6666666667%}.ml-flexy__col--9of12{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12{margin-left:75%}.ml-flexy__col--10of12{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12{margin-left:83.3333333333%}.ml-flexy__col--11of12{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12{margin-left:91.6666666667%}.ml-flexy__col--initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset{margin-left:auto}@media screen and (min-width: 680px){.ml-flexy--gutter{margin-right:-1rem;margin-left:-1rem}.ml-flexy--space-around\\@from-m{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between\\@from-m{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly\\@from-m{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start\\@from-m{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center\\@from-m{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end\\@from-m{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy--gutter>.ml-flexy__col{padding-right:1rem;padding-left:1rem}.ml-flexy__col--fill\\@from-m{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full\\@from-m{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2\\@from-m{margin-left:50%}.ml-flexy__col--1of3\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3\\@from-m{margin-left:33.3333333333%}.ml-flexy__col--2of3\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3\\@from-m{margin-left:66.6666666667%}.ml-flexy__col--1of4\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4\\@from-m{margin-left:25%}.ml-flexy__col--3of4\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4\\@from-m{margin-left:75%}.ml-flexy__col--1of6\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6\\@from-m{margin-left:16.6666666667%}.ml-flexy__col--5of6\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6\\@from-m{margin-left:83.3333333333%}.ml-flexy__col--1of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12\\@from-m{margin-left:8.3333333333%}.ml-flexy__col--2of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12\\@from-m{margin-left:16.6666666667%}.ml-flexy__col--3of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12\\@from-m{margin-left:25%}.ml-flexy__col--4of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12\\@from-m{margin-left:33.3333333333%}.ml-flexy__col--5of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12\\@from-m{margin-left:41.6666666667%}.ml-flexy__col--6of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12\\@from-m{margin-left:50%}.ml-flexy__col--7of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12\\@from-m{margin-left:58.3333333333%}.ml-flexy__col--8of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12\\@from-m{margin-left:66.6666666667%}.ml-flexy__col--9of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12\\@from-m{margin-left:75%}.ml-flexy__col--10of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12\\@from-m{margin-left:83.3333333333%}.ml-flexy__col--11of12\\@from-m{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12\\@from-m{margin-left:91.6666666667%}.ml-flexy__col--initial\\@from-m{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow\\@from-m{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first\\@from-m{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last\\@from-m{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset\\@from-m{margin-left:auto}}@media screen and (min-width: 1024px){.ml-flexy--space-around\\@from-l{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between\\@from-l{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly\\@from-l{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start\\@from-l{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center\\@from-l{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end\\@from-l{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy__col--fill\\@from-l{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full\\@from-l{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2\\@from-l{margin-left:50%}.ml-flexy__col--1of3\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3\\@from-l{margin-left:33.3333333333%}.ml-flexy__col--2of3\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3\\@from-l{margin-left:66.6666666667%}.ml-flexy__col--1of4\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4\\@from-l{margin-left:25%}.ml-flexy__col--3of4\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4\\@from-l{margin-left:75%}.ml-flexy__col--1of6\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6\\@from-l{margin-left:16.6666666667%}.ml-flexy__col--5of6\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6\\@from-l{margin-left:83.3333333333%}.ml-flexy__col--1of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12\\@from-l{margin-left:8.3333333333%}.ml-flexy__col--2of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12\\@from-l{margin-left:16.6666666667%}.ml-flexy__col--3of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12\\@from-l{margin-left:25%}.ml-flexy__col--4of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12\\@from-l{margin-left:33.3333333333%}.ml-flexy__col--5of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12\\@from-l{margin-left:41.6666666667%}.ml-flexy__col--6of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12\\@from-l{margin-left:50%}.ml-flexy__col--7of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12\\@from-l{margin-left:58.3333333333%}.ml-flexy__col--8of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12\\@from-l{margin-left:66.6666666667%}.ml-flexy__col--9of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12\\@from-l{margin-left:75%}.ml-flexy__col--10of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12\\@from-l{margin-left:83.3333333333%}.ml-flexy__col--11of12\\@from-l{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12\\@from-l{margin-left:91.6666666667%}.ml-flexy__col--initial\\@from-l{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow\\@from-l{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first\\@from-l{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last\\@from-l{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset\\@from-l{margin-left:auto}}@media screen and (min-width: 1280px){.ml-flexy--space-around\\@from-xl{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between\\@from-xl{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly\\@from-xl{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start\\@from-xl{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center\\@from-xl{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end\\@from-xl{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy__col--fill\\@from-xl{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full\\@from-xl{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2\\@from-xl{margin-left:50%}.ml-flexy__col--1of3\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3\\@from-xl{margin-left:33.3333333333%}.ml-flexy__col--2of3\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3\\@from-xl{margin-left:66.6666666667%}.ml-flexy__col--1of4\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4\\@from-xl{margin-left:25%}.ml-flexy__col--3of4\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4\\@from-xl{margin-left:75%}.ml-flexy__col--1of6\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6\\@from-xl{margin-left:16.6666666667%}.ml-flexy__col--5of6\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6\\@from-xl{margin-left:83.3333333333%}.ml-flexy__col--1of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12\\@from-xl{margin-left:8.3333333333%}.ml-flexy__col--2of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12\\@from-xl{margin-left:16.6666666667%}.ml-flexy__col--3of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12\\@from-xl{margin-left:25%}.ml-flexy__col--4of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12\\@from-xl{margin-left:33.3333333333%}.ml-flexy__col--5of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12\\@from-xl{margin-left:41.6666666667%}.ml-flexy__col--6of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12\\@from-xl{margin-left:50%}.ml-flexy__col--7of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12\\@from-xl{margin-left:58.3333333333%}.ml-flexy__col--8of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12\\@from-xl{margin-left:66.6666666667%}.ml-flexy__col--9of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12\\@from-xl{margin-left:75%}.ml-flexy__col--10of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12\\@from-xl{margin-left:83.3333333333%}.ml-flexy__col--11of12\\@from-xl{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12\\@from-xl{margin-left:91.6666666667%}.ml-flexy__col--initial\\@from-xl{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow\\@from-xl{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first\\@from-xl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last\\@from-xl{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset\\@from-xl{margin-left:auto}}@media screen and (min-width: 1920px){.ml-flexy--space-around\\@from-xxl{-ms-flex-pack:distribute;justify-content:space-around}.ml-flexy--justify-between\\@from-xxl{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ml-flexy--justify-evenly\\@from-xxl{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ml-flexy--justify-start\\@from-xxl{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ml-flexy--justify-center\\@from-xxl{-webkit-box-pack:center;justify-content:center;-ms-flex-pack:center}.ml-flexy--justify-end\\@from-xxl{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ml-flexy__col--fill\\@from-xxl{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.ml-flexy__col--full\\@from-xxl{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.ml-flexy__col--1of2\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-1of2\\@from-xxl{margin-left:50%}.ml-flexy__col--1of3\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-1of3\\@from-xxl{margin-left:33.3333333333%}.ml-flexy__col--2of3\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-2of3\\@from-xxl{margin-left:66.6666666667%}.ml-flexy__col--1of4\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-1of4\\@from-xxl{margin-left:25%}.ml-flexy__col--3of4\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-3of4\\@from-xxl{margin-left:75%}.ml-flexy__col--1of6\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-1of6\\@from-xxl{margin-left:16.6666666667%}.ml-flexy__col--5of6\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-5of6\\@from-xxl{margin-left:83.3333333333%}.ml-flexy__col--1of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ml-flexy__col--push-1of12\\@from-xxl{margin-left:8.3333333333%}.ml-flexy__col--2of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ml-flexy__col--push-2of12\\@from-xxl{margin-left:16.6666666667%}.ml-flexy__col--3of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ml-flexy__col--push-3of12\\@from-xxl{margin-left:25%}.ml-flexy__col--4of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ml-flexy__col--push-4of12\\@from-xxl{margin-left:33.3333333333%}.ml-flexy__col--5of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ml-flexy__col--push-5of12\\@from-xxl{margin-left:41.6666666667%}.ml-flexy__col--6of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ml-flexy__col--push-6of12\\@from-xxl{margin-left:50%}.ml-flexy__col--7of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ml-flexy__col--push-7of12\\@from-xxl{margin-left:58.3333333333%}.ml-flexy__col--8of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ml-flexy__col--push-8of12\\@from-xxl{margin-left:66.6666666667%}.ml-flexy__col--9of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ml-flexy__col--push-9of12\\@from-xxl{margin-left:75%}.ml-flexy__col--10of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ml-flexy__col--push-10of12\\@from-xxl{margin-left:83.3333333333%}.ml-flexy__col--11of12\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ml-flexy__col--push-11of12\\@from-xxl{margin-left:91.6666666667%}.ml-flexy__col--initial\\@from-xxl{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ml-flexy__col--grow\\@from-xxl{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:none}.ml-flexy__col--first\\@from-xxl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ml-flexy__col--last\\@from-xxl{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999}.ml-flexy__col--push--reset\\@from-xxl{margin-left:auto}}.mc-hero{position:relative}.mc-hero__main{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;padding-bottom:4.5rem;padding-top:4rem}@media screen and (min-width: 680px){.mc-hero__main{padding-bottom:7rem;padding-top:6rem}}@media screen and (min-width: 1024px){.mc-hero__main{padding-bottom:10rem}}@media screen and (min-width: 1440px){.mc-hero__main{padding-bottom:8rem;padding-top:8rem}}.mc-hero__cover{z-index:-1}.mc-hero__cover,.mc-hero__cover::before{height:100%;left:0;position:absolute;top:0;width:100%}.mc-hero__cover::before{background-color:rgba(25, 25, 25, 0.8);content:"";display:block}.mc-hero__visual{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width: 1024px){.mc-hero__header{max-width:75%}}@media screen and (min-width: 1280px){.mc-hero__header{max-width:66.6666666667%}}@media(min-width: 1440px) and (max-width: 1919px){.mc-hero__header{max-width:75%}}.mc-hero__title{margin-top:0}.mc-hero__content{color:#ffffff}@media screen and (min-width: 1024px){.mc-hero__content{max-width:83.3333333333%}}@media(min-width: 1280px) and (max-width: 1919px){.mc-hero__content{max-width:75%}}.mc-hero__boxed{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-top:-6rem}@media screen and (min-width: 680px){.mc-hero__boxed{margin-top:-5rem}}@media screen and (min-width: 1024px){.mc-hero__boxed{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%;margin-top:0}}@media screen and (min-width: 1920px){.mc-hero__boxed{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}}.mc-hero--with-content .mc-hero__main{padding-bottom:3rem;padding-top:2.5rem}@media screen and (min-width: 680px){.mc-hero--with-content .mc-hero__main{padding-bottom:5rem;padding-top:3.5rem}}@media screen and (min-width: 1024px){.mc-hero--with-content .mc-hero__main{padding-bottom:6rem;padding-top:5rem}}@media screen and (min-width: 1920px){.mc-hero--with-content .mc-hero__main{padding-bottom:8rem}}@media(min-width: 1440px) and (max-width: 1919px){.mc-hero--with-content .mc-hero__header{max-width:66.6666666667%}}@media screen and (min-width: 1920px){.mc-hero--with-content .mc-hero__header{max-width:58.3333333333%}}.mc-hero--with-boxed *{-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width: 1024px){.mc-hero--with-boxed{padding-bottom:3rem;padding-top:4rem}}@media screen and (min-width: 1440px){.mc-hero--with-boxed{padding-bottom:4rem}}@media screen and (min-width: 1920px){.mc-hero--with-boxed{padding-bottom:5rem}}.mc-hero--with-boxed .mc-hero__main{padding-bottom:6rem;padding-top:2.5rem;position:relative;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}@media screen and (min-width: 680px){.mc-hero--with-boxed .mc-hero__main{padding-bottom:5rem;padding-top:4rem}}@media screen and (min-width: 1024px){.mc-hero--with-boxed .mc-hero__main{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%;padding-bottom:0;padding-top:0;position:static}}@media screen and (min-width: 1920px){.mc-hero--with-boxed .mc-hero__main{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}}@media(max-width: 679px){.mc-hero--with-boxed .mc-hero__cover{left:-0.5rem;width:calc(100% + 1rem)}}@media(max-width: 1023px){.mc-hero--with-boxed .mc-hero__cover{left:-1rem;width:calc(100% + 2rem)}}.mc-hero--with-boxed .mc-hero__header,.mc-hero--with-boxed .mc-hero__content{max-width:none}.mc-hero--with-boxed .mc-hero__content{margin-bottom:2rem}@media screen and (min-width: 680px){.mc-hero--with-boxed .mc-hero__content{margin-bottom:3rem}}@media screen and (min-width: 1024px){.mc-hero--with-boxed .mc-hero__content{margin-bottom:0}}@media(min-width: 1024px) and (max-width: 1279px){.mc-hero--boxed-l{padding-bottom:0;padding-top:0}.mc-hero--boxed-l .mc-hero__main,.mc-hero--boxed-l .mc-hero__boxed{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:none}.mc-hero--boxed-l .mc-hero__cover{left:-2rem;width:calc(100% + 4rem)}.mc-hero--boxed-l .mc-hero__main{padding-bottom:7rem;padding-top:4rem;position:relative}.mc-hero--boxed-l .mc-hero__content{margin-bottom:3rem}.mc-hero--boxed-l .mc-hero__boxed{margin-top:-7rem}}.mc-hero--center .mc-hero__header,.mc-hero--center .mc-hero__content{margin-left:auto;margin-right:auto}@media screen and (min-width: 1024px){.mc-hero--center .mc-hero__header{max-width:66.6666666667%}}@media screen and (min-width: 1920px){.mc-hero--center .mc-hero__header{max-width:50%}}.mc-hero--center .mc-hero__content{text-align:center}@media screen and (min-width: 1024px){.mc-hero--center .mc-hero__content{max-width:none}}@media screen and (min-width: 1280px){.mc-hero--center .mc-hero__content{max-width:66.6666666667%}}@media(min-width: 1440px) and (max-width: 1919px){.mc-hero--center .mc-hero__content{max-width:83.3333333333%}}',this.shadowRoot.appendChild(x),l(this,{target:this.shadowRoot,props:{...m(this.attributes),$$slots:t(this)},customElement:!0},v,j,i,{image:0,altImage:1,title:2,centered:3,hascontent:4},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),o()))}static get observedAttributes(){return["image","altImage","title","centered","hascontent"]}get image(){return this.$$.ctx[0]}set image(e){this.$$set({image:e}),o()}get altImage(){return this.$$.ctx[1]}set altImage(e){this.$$set({altImage:e}),o()}get title(){return this.$$.ctx[2]}set title(e){this.$$set({title:e}),o()}get centered(){return this.$$.ctx[3]}set centered(e){this.$$set({centered:e}),o()}get hascontent(){return this.$$.ctx[4]}set hascontent(e){this.$$set({hascontent:e}),o()}}export{$ as default};
2
2
  //# sourceMappingURL=Hero.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Hero.js","sources":["../../../../src/components/hero/Hero.svelte"],"sourcesContent":["<svelte:options tag={null} />\n\n<script lang=\"ts\">\n import type { HeroProps } from './hero.type';\n\n export let image: HeroProps['image'];\n export let altImage: HeroProps['altImage'];\n export let title: HeroProps['title'];\n export let centered: HeroProps['centered'] = false;\n export let hascontent = false;\n\n const hasSlot = !!($$slots && Object.keys($$slots).length);\n</script>\n\n<div class={`mc-hero ${centered ? 'mc-hero--center' : ''}`} {...$$restProps}>\n <div class=\"ml-container ml-container--fluid\">\n <div class=\"ml-flexy ml-flexy--gutter\">\n <div class=\"mc-hero__main ml-flexy__col\">\n <picture class=\"mc-hero__cover\">\n <img class=\"mc-hero__visual\" src={image} alt={altImage || ''} />\n </picture>\n\n <div class=\"mc-hero__header\">\n <h1\n class={`mc-hero__title \n mt-heading\n mt-heading--lightest\n mt-heading--s \n mt-heading--underline\n ${centered ? 'mt-heading--center' : ''}\n ${hasSlot || hascontent ? 'mc-hero--with-content' : ''}\n `}\n >\n {title}\n </h1>\n {#if hasSlot || hascontent}\n <div class=\"mc-hero__content mt-body-m\">\n <slot />\n </div>\n {/if}\n </div>\n </div>\n </div>\n </div>\n</div>\n\n<style lang=\"scss\">\n @import '@mozaic-ds/styles/settings-tools/_all-settings';\n @import '@mozaic-ds/styles/typography/_t.all-base-typography';\n @import '@mozaic-ds/styles/layouts/_l.container';\n @import '@mozaic-ds/styles/layouts/_l.flexy';\n @import '@mozaic-ds/styles/components/_c.hero';\n\n p :global {\n margin-bottom: 0;\n margin-top: 0;\n }\n</style>\n"],"names":["insert","target","div","anchor","if_block","ctx","create_if_block","attr","img","img_src_value","img_alt_value","div4","append","div3","div2","div1","picture","div0","h1","dirty","class","div4_class_value","image","$$props","altImage","title","centered","hascontent","hasSlot","$$slots","Object","keys","length"],"mappings":"wTAoCYA,EAEKC,EAAAC,EAAAC,mEAHFC,GAAAC,MAAWA,EAAU,KAAAC,4BArBbD,EAAQ,GAAG,kBAAoB,KAAUA,EAAW,iKAmB9DA,EAAK,qEAd0BA,EAAK,KAAAE,EAAAC,EAAA,MAAAC,GAAOF,EAAAC,EAAA,MAAAE,EAAAL,MAAY,yMAUtDA,EAAQ,GAAG,qBAAuB,mBAClCA,MAAWA,EAAU,GAAG,wBAA0B,sMAhBhEL,EA8BKC,EAAAU,EAAAR,GA7BHS,EA4BKD,EAAAE,GA3BHD,EA0BKC,EAAAC,GAzBHF,EAwBKE,EAAAC,GAvBHH,EAESG,EAAAC,GADPJ,EAA+DI,EAAAR,UAGjEI,EAkBKG,EAAAE,GAjBHL,EAWIK,EAAAC,0DAf8Bb,EAAK,kBAAO,EAAAc,GAAAT,KAAAA,EAAAL,MAAY,2BAcvDA,EAAK,0KAJJA,EAAQ,GAAG,qBAAuB,mBAClCA,MAAWA,EAAU,GAAG,wBAA0B,oCAKjDA,MAAWA,EAAU,sFArBbA,EAAQ,GAAG,kBAAoB,MAAE,CAAAe,MAAAC,SAAQhB,EAAW,qLAT9DiB,GAAyBC,YACzBC,GAA+BD,SAC/BE,GAAyBF,GACzBG,SAAAA,GAAkC,GAAKH,GACvCI,WAAAA,GAAa,GAAKJ,QAEvBK,KAAaC,IAAWC,OAAOC,KAAKF,GAASG"}
1
+ {"version":3,"file":"Hero.js","sources":["../../../../src/components/hero/Hero.svelte"],"sourcesContent":["<svelte:options tag={null} />\n\n<script lang=\"ts\">\n import type { HeroProps } from './hero.type';\n\n export let image: HeroProps['image'];\n export let altImage: HeroProps['altImage'];\n export let title: HeroProps['title'];\n export let centered: HeroProps['centered'] = false;\n export let hascontent = false;\n\n const hasSlot = !!($$slots && Object.keys($$slots).length);\n</script>\n\n<div class={`mc-hero ${centered ? 'mc-hero--center' : ''}`} {...$$restProps}>\n <div class=\"ml-container ml-container--fluid\">\n <div class=\"ml-flexy ml-flexy--gutter\">\n <div class=\"mc-hero__main ml-flexy__col\">\n <picture class=\"mc-hero__cover\">\n <img class=\"mc-hero__visual\" src={image} alt={altImage || ''} />\n </picture>\n\n <div class=\"mc-hero__header\">\n <h1\n class={`mc-hero__title \n mt-heading\n mt-heading--lightest\n mt-heading--s \n mt-heading--underline\n ${centered ? 'mt-heading--center' : ''}\n ${hasSlot || hascontent ? 'mc-hero--with-content' : ''}\n `}\n >\n {title}\n </h1>\n {#if hasSlot || hascontent}\n <div class=\"mc-hero__content mt-body-m\">\n <slot />\n </div>\n {/if}\n </div>\n </div>\n </div>\n </div>\n</div>\n\n<style lang=\"scss\">\n @import '@mozaic-ds/styles/settings-tools/_all-settings';\n @import '@mozaic-ds/styles/typography/_t.all-base-typography';\n @import '@mozaic-ds/styles/layouts/_l.container';\n @import '@mozaic-ds/styles/layouts/_l.flexy';\n @import '@mozaic-ds/styles/components/_c.hero';\n\n p :global {\n margin-bottom: 0;\n margin-top: 0;\n }\n</style>\n"],"names":["insert","target","div","anchor","if_block","ctx","create_if_block","attr","img","img_src_value","img_alt_value","div4","append","div3","div2","div1","picture","div0","h1","dirty","class","div4_class_value","image","$$props","altImage","title","centered","hascontent","hasSlot","$$slots","Object","keys","length"],"mappings":"mTAoCYA,EAEKC,EAAAC,EAAAC,mEAHFC,GAAAC,MAAWA,EAAU,KAAAC,4BArBbD,EAAQ,GAAG,kBAAoB,KAAUA,EAAW,iKAmB9DA,EAAK,qEAd0BA,EAAK,KAAAE,EAAAC,EAAA,MAAAC,GAAOF,EAAAC,EAAA,MAAAE,EAAAL,MAAY,yMAUtDA,EAAQ,GAAG,qBAAuB,mBAClCA,MAAWA,EAAU,GAAG,wBAA0B,sMAhBhEL,EA8BKC,EAAAU,EAAAR,GA7BHS,EA4BKD,EAAAE,GA3BHD,EA0BKC,EAAAC,GAzBHF,EAwBKE,EAAAC,GAvBHH,EAESG,EAAAC,GADPJ,EAA+DI,EAAAR,UAGjEI,EAkBKG,EAAAE,GAjBHL,EAWIK,EAAAC,0DAf8Bb,EAAK,kBAAO,EAAAc,GAAAT,KAAAA,EAAAL,MAAY,2BAcvDA,EAAK,0KAJJA,EAAQ,GAAG,qBAAuB,mBAClCA,MAAWA,EAAU,GAAG,wBAA0B,oCAKjDA,MAAWA,EAAU,sFArBbA,EAAQ,GAAG,kBAAoB,MAAE,CAAAe,MAAAC,SAAQhB,EAAW,qLAT9DiB,GAAyBC,YACzBC,GAA+BD,SAC/BE,GAAyBF,GACzBG,SAAAA,GAAkC,GAAKH,GACvCI,WAAAA,GAAa,GAAKJ,QAEvBK,KAAaC,IAAWC,OAAOC,KAAKF,GAASG"}