@mozaic-ds/angular 0.22.0 → 0.23.0-beta

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 (2142) hide show
  1. package/README.md +0 -92
  2. package/adeo/common/global-events/global-events.module.d.ts +6 -0
  3. package/adeo/common/global-events/global-events.service.d.ts +11 -0
  4. package/adeo/common/utils/boolean-property.d.ts +1 -0
  5. package/adeo/common/utils/generate-id.d.ts +1 -0
  6. package/adeo/common/utils/get-random-number.d.ts +1 -0
  7. package/adeo/common/utils/overwrite-style.d.ts +2 -0
  8. package/adeo/components/badge/badge.component.d.ts +8 -0
  9. package/adeo/components/badge/badge.d.ts +3 -0
  10. package/adeo/components/badge/badge.module.d.ts +8 -0
  11. package/adeo/components/button/button.component.d.ts +16 -0
  12. package/adeo/components/button/button.d.ts +7 -0
  13. package/adeo/components/button/button.module.d.ts +8 -0
  14. package/adeo/components/checkbox/checkbox.component.d.ts +21 -0
  15. package/adeo/components/checkbox/checkbox.module.d.ts +8 -0
  16. package/adeo/components/dialog/classes/dialog-config.d.ts +9 -0
  17. package/adeo/components/dialog/classes/dialog-injector.d.ts +10 -0
  18. package/adeo/components/dialog/classes/dialog-ref.d.ts +25 -0
  19. package/adeo/components/dialog/dialog-animation.d.ts +1 -0
  20. package/adeo/components/dialog/dialog.component.d.ts +23 -0
  21. package/adeo/components/dialog/dialog.module.d.ts +8 -0
  22. package/adeo/components/dialog/dialog.service.d.ts +20 -0
  23. package/adeo/components/dialog/interfaces/dialog-config.d.ts +7 -0
  24. package/adeo/components/dialog/interfaces/dialog-di-params.d.ts +6 -0
  25. package/adeo/components/dialog/interfaces/dialog-ref.d.ts +18 -0
  26. package/adeo/components/dialog/tokens/dialog-config.token.d.ts +2 -0
  27. package/adeo/components/dialog/tokens/dialog-data.token.d.ts +2 -0
  28. package/adeo/components/dialog/tokens/dialog-ref.token.d.ts +2 -0
  29. package/adeo/components/field/directives/input-icon.directive.d.ts +7 -0
  30. package/adeo/components/field/field-error.component.d.ts +5 -0
  31. package/adeo/components/field/field.component.d.ts +16 -0
  32. package/adeo/components/field/field.module.d.ts +10 -0
  33. package/adeo/components/icon/icon-size.d.ts +6 -0
  34. package/adeo/components/icon/icon.component.d.ts +15 -0
  35. package/adeo/components/icon/icon.module.d.ts +8 -0
  36. package/adeo/components/icon/icon.service.d.ts +13 -0
  37. package/adeo/components/layer/classes/layer-injector.d.ts +10 -0
  38. package/adeo/components/layer/classes/layer-ref.d.ts +21 -0
  39. package/adeo/components/layer/interfaces/layer-config.d.ts +4 -0
  40. package/adeo/components/layer/interfaces/layer-di-params.d.ts +6 -0
  41. package/adeo/components/layer/interfaces/layer-ref.d.ts +15 -0
  42. package/adeo/components/layer/layer-animation.d.ts +1 -0
  43. package/adeo/components/layer/layer.component.d.ts +19 -0
  44. package/adeo/components/layer/layer.module.d.ts +9 -0
  45. package/adeo/components/layer/layer.service.d.ts +19 -0
  46. package/adeo/components/layer/tokens/layer-config.token.d.ts +2 -0
  47. package/adeo/components/layer/tokens/layer-data.token.d.ts +2 -0
  48. package/adeo/components/layer/tokens/layer-ref.token.d.ts +2 -0
  49. package/adeo/components/loader/loader.component.d.ts +25 -0
  50. package/adeo/components/loader/loader.d.ts +16 -0
  51. package/adeo/components/loader/loader.module.d.ts +8 -0
  52. package/adeo/components/loader/loader.service.d.ts +18 -0
  53. package/adeo/components/notification/notification-animation.d.ts +1 -0
  54. package/adeo/components/notification/notification-container.component.d.ts +12 -0
  55. package/adeo/components/notification/notification-footer.d.ts +5 -0
  56. package/adeo/components/notification/notification-message.d.ts +5 -0
  57. package/adeo/components/notification/notification-title.d.ts +5 -0
  58. package/adeo/components/notification/notification.component.d.ts +9 -0
  59. package/adeo/components/notification/notification.d.ts +15 -0
  60. package/adeo/components/notification/notification.module.d.ts +15 -0
  61. package/adeo/components/notification/notification.service.d.ts +16 -0
  62. package/adeo/components/pagination/pagination.component.d.ts +46 -0
  63. package/adeo/components/pagination/pagination.d.ts +7 -0
  64. package/adeo/components/pagination/pagination.module.d.ts +13 -0
  65. package/adeo/components/progress-bar/progress-bar.component.d.ts +15 -0
  66. package/adeo/components/progress-bar/progress-bar.module.d.ts +8 -0
  67. package/adeo/components/select/select-size.d.ts +5 -0
  68. package/adeo/components/select/select.component.d.ts +8 -0
  69. package/adeo/components/select/select.module.d.ts +8 -0
  70. package/adeo/components/stepper/step.component.d.ts +20 -0
  71. package/adeo/components/stepper/stepper.component.d.ts +20 -0
  72. package/adeo/components/stepper/stepper.module.d.ts +10 -0
  73. package/adeo/components/tabs/tab-selectors.d.ts +2 -0
  74. package/adeo/components/tabs/tab.component.d.ts +16 -0
  75. package/adeo/components/tabs/tabs.component.d.ts +36 -0
  76. package/adeo/components/tabs/tabs.module.d.ts +9 -0
  77. package/adeo/components/tag/tag.component.d.ts +23 -0
  78. package/adeo/components/tag/tag.module.d.ts +9 -0
  79. package/adeo/components/text-area/text-area.component.d.ts +12 -0
  80. package/adeo/components/text-area/text-area.module.d.ts +7 -0
  81. package/adeo/components/text-input/text-input.component.d.ts +21 -0
  82. package/adeo/components/text-input/text-input.module.d.ts +10 -0
  83. package/adeo/components/toggle/toggle.component.d.ts +22 -0
  84. package/adeo/components/toggle/toggle.module.d.ts +8 -0
  85. package/adeo/components/tooltip/tooltip.component.d.ts +11 -0
  86. package/adeo/components/tooltip/tooltip.module.d.ts +8 -0
  87. package/adeo/esm2020/common/global-events/global-events.module.mjs +15 -0
  88. package/adeo/esm2020/common/global-events/global-events.service.mjs +30 -0
  89. package/adeo/esm2020/common/global-events/public-api.mjs +3 -0
  90. package/adeo/esm2020/common/index.mjs +3 -0
  91. package/adeo/esm2020/common/utils/boolean-property.mjs +4 -0
  92. package/adeo/esm2020/common/utils/generate-id.mjs +7 -0
  93. package/adeo/esm2020/common/utils/get-random-number.mjs +6 -0
  94. package/adeo/esm2020/common/utils/index.mjs +5 -0
  95. package/adeo/esm2020/common/utils/overwrite-style.mjs +5 -0
  96. package/adeo/esm2020/common/utils/public-api.mjs +2 -0
  97. package/adeo/esm2020/components/badge/badge.component.mjs +30 -0
  98. package/adeo/esm2020/components/badge/badge.mjs +2 -0
  99. package/adeo/esm2020/components/badge/badge.module.mjs +18 -0
  100. package/adeo/esm2020/components/badge/index.mjs +3 -0
  101. package/adeo/esm2020/components/button/button.component.mjs +53 -0
  102. package/adeo/esm2020/components/button/button.mjs +2 -0
  103. package/adeo/esm2020/components/button/button.module.mjs +18 -0
  104. package/adeo/esm2020/components/button/index.mjs +3 -0
  105. package/adeo/esm2020/components/checkbox/checkbox.component.mjs +58 -0
  106. package/adeo/esm2020/components/checkbox/checkbox.module.mjs +21 -0
  107. package/adeo/esm2020/components/checkbox/public-api.mjs +3 -0
  108. package/adeo/esm2020/components/dialog/classes/dialog-config.mjs +9 -0
  109. package/adeo/esm2020/components/dialog/classes/dialog-injector.mjs +22 -0
  110. package/adeo/esm2020/components/dialog/classes/dialog-ref.mjs +49 -0
  111. package/adeo/esm2020/components/dialog/classes/index.mjs +4 -0
  112. package/adeo/esm2020/components/dialog/dialog-animation.mjs +18 -0
  113. package/adeo/esm2020/components/dialog/dialog.component.mjs +57 -0
  114. package/adeo/esm2020/components/dialog/dialog.module.mjs +20 -0
  115. package/adeo/esm2020/components/dialog/dialog.service.mjs +67 -0
  116. package/adeo/esm2020/components/dialog/interfaces/dialog-config.mjs +2 -0
  117. package/adeo/esm2020/components/dialog/interfaces/dialog-di-params.mjs +2 -0
  118. package/adeo/esm2020/components/dialog/interfaces/dialog-ref.mjs +2 -0
  119. package/adeo/esm2020/components/dialog/interfaces/index.mjs +4 -0
  120. package/adeo/esm2020/components/dialog/public-api.mjs +6 -0
  121. package/adeo/esm2020/components/dialog/tokens/dialog-config.token.mjs +3 -0
  122. package/adeo/esm2020/components/dialog/tokens/dialog-data.token.mjs +3 -0
  123. package/adeo/esm2020/components/dialog/tokens/dialog-ref.token.mjs +3 -0
  124. package/adeo/esm2020/components/dialog/tokens/index.mjs +4 -0
  125. package/adeo/esm2020/components/field/directives/input-icon.directive.mjs +15 -0
  126. package/adeo/esm2020/components/field/field-error.component.mjs +13 -0
  127. package/adeo/esm2020/components/field/field.component.mjs +40 -0
  128. package/adeo/esm2020/components/field/field.module.mjs +20 -0
  129. package/adeo/esm2020/components/field/public-api.mjs +5 -0
  130. package/adeo/esm2020/components/icon/icon-size.mjs +8 -0
  131. package/adeo/esm2020/components/icon/icon.component.mjs +49 -0
  132. package/adeo/esm2020/components/icon/icon.module.mjs +18 -0
  133. package/adeo/esm2020/components/icon/icon.service.mjs +42 -0
  134. package/adeo/esm2020/components/icon/public-api.mjs +4 -0
  135. package/adeo/esm2020/components/layer/classes/layer-injector.mjs +22 -0
  136. package/adeo/esm2020/components/layer/classes/layer-ref.mjs +38 -0
  137. package/adeo/esm2020/components/layer/interfaces/index.mjs +4 -0
  138. package/adeo/esm2020/components/layer/interfaces/layer-config.mjs +2 -0
  139. package/adeo/esm2020/components/layer/interfaces/layer-di-params.mjs +2 -0
  140. package/adeo/esm2020/components/layer/interfaces/layer-ref.mjs +2 -0
  141. package/adeo/esm2020/components/layer/layer-animation.mjs +18 -0
  142. package/adeo/esm2020/components/layer/layer.component.mjs +40 -0
  143. package/adeo/esm2020/components/layer/layer.module.mjs +21 -0
  144. package/adeo/esm2020/components/layer/layer.service.mjs +56 -0
  145. package/adeo/esm2020/components/layer/public-api.mjs +6 -0
  146. package/adeo/esm2020/components/layer/tokens/index.mjs +4 -0
  147. package/adeo/esm2020/components/layer/tokens/layer-config.token.mjs +3 -0
  148. package/adeo/esm2020/components/layer/tokens/layer-data.token.mjs +3 -0
  149. package/adeo/esm2020/components/layer/tokens/layer-ref.token.mjs +3 -0
  150. package/adeo/esm2020/components/loader/loader.component.mjs +47 -0
  151. package/adeo/esm2020/components/loader/loader.mjs +11 -0
  152. package/adeo/esm2020/components/loader/loader.module.mjs +20 -0
  153. package/adeo/esm2020/components/loader/loader.service.mjs +53 -0
  154. package/adeo/esm2020/components/loader/public-api.mjs +4 -0
  155. package/adeo/esm2020/components/notification/notification-animation.mjs +21 -0
  156. package/adeo/esm2020/components/notification/notification-container.component.mjs +38 -0
  157. package/adeo/esm2020/components/notification/notification-footer.mjs +11 -0
  158. package/adeo/esm2020/components/notification/notification-message.mjs +11 -0
  159. package/adeo/esm2020/components/notification/notification-title.mjs +11 -0
  160. package/adeo/esm2020/components/notification/notification.component.mjs +29 -0
  161. package/adeo/esm2020/components/notification/notification.mjs +8 -0
  162. package/adeo/esm2020/components/notification/notification.module.mjs +66 -0
  163. package/adeo/esm2020/components/notification/notification.service.mjs +40 -0
  164. package/adeo/esm2020/components/notification/public-api.mjs +9 -0
  165. package/adeo/esm2020/components/pagination/pagination.component.mjs +133 -0
  166. package/adeo/esm2020/components/pagination/pagination.mjs +4 -0
  167. package/adeo/esm2020/components/pagination/pagination.module.mjs +23 -0
  168. package/adeo/esm2020/components/pagination/public-api.mjs +3 -0
  169. package/adeo/esm2020/components/progress-bar/progress-bar-size.mjs +2 -0
  170. package/adeo/esm2020/components/progress-bar/progress-bar-theme.mjs +2 -0
  171. package/adeo/esm2020/components/progress-bar/progress-bar.component.mjs +38 -0
  172. package/adeo/esm2020/components/progress-bar/progress-bar.module.mjs +18 -0
  173. package/adeo/esm2020/components/progress-bar/public-api.mjs +3 -0
  174. package/adeo/esm2020/components/public-api.mjs +20 -0
  175. package/adeo/esm2020/components/select/public-api.mjs +3 -0
  176. package/adeo/esm2020/components/select/select-size.mjs +6 -0
  177. package/adeo/esm2020/components/select/select.component.mjs +25 -0
  178. package/adeo/esm2020/components/select/select.module.mjs +18 -0
  179. package/adeo/esm2020/components/stepper/public-api.mjs +4 -0
  180. package/adeo/esm2020/components/stepper/step-state.mjs +2 -0
  181. package/adeo/esm2020/components/stepper/step.component.mjs +51 -0
  182. package/adeo/esm2020/components/stepper/stepper.component.mjs +79 -0
  183. package/adeo/esm2020/components/stepper/stepper.module.mjs +20 -0
  184. package/adeo/esm2020/components/tabs/public-api.mjs +4 -0
  185. package/adeo/esm2020/components/tabs/tab-selectors.mjs +3 -0
  186. package/adeo/esm2020/components/tabs/tab.component.mjs +53 -0
  187. package/adeo/esm2020/components/tabs/tabs.component.mjs +126 -0
  188. package/adeo/esm2020/components/tabs/tabs.module.mjs +19 -0
  189. package/adeo/esm2020/components/tag/public-api.mjs +3 -0
  190. package/adeo/esm2020/components/tag/tag-type.mjs +2 -0
  191. package/adeo/esm2020/components/tag/tag.component.mjs +61 -0
  192. package/adeo/esm2020/components/tag/tag.module.mjs +19 -0
  193. package/adeo/esm2020/components/text-area/public-api.mjs +3 -0
  194. package/adeo/esm2020/components/text-area/text-area.component.mjs +43 -0
  195. package/adeo/esm2020/components/text-area/text-area.module.mjs +16 -0
  196. package/adeo/esm2020/components/text-input/public-api.mjs +3 -0
  197. package/adeo/esm2020/components/text-input/text-input.component.mjs +64 -0
  198. package/adeo/esm2020/components/text-input/text-input.mjs +2 -0
  199. package/adeo/esm2020/components/text-input/text-input.module.mjs +20 -0
  200. package/adeo/esm2020/components/toggle/public-api.mjs +3 -0
  201. package/adeo/esm2020/components/toggle/toggle-size.mjs +2 -0
  202. package/adeo/esm2020/components/toggle/toggle.component.mjs +59 -0
  203. package/adeo/esm2020/components/toggle/toggle.module.mjs +18 -0
  204. package/adeo/esm2020/components/tooltip/public-api.mjs +3 -0
  205. package/adeo/esm2020/components/tooltip/tooltip-position.mjs +2 -0
  206. package/adeo/esm2020/components/tooltip/tooltip.component.mjs +32 -0
  207. package/adeo/esm2020/components/tooltip/tooltip.module.mjs +18 -0
  208. package/adeo/esm2020/mozaic-ds-angular.mjs +5 -0
  209. package/adeo/esm2020/public-api.mjs +3 -0
  210. package/adeo/fesm2015/mozaic-ds-angular.mjs +2052 -0
  211. package/adeo/fesm2015/mozaic-ds-angular.mjs.map +1 -0
  212. package/adeo/fesm2020/mozaic-ds-angular.mjs +2025 -0
  213. package/adeo/fesm2020/mozaic-ds-angular.mjs.map +1 -0
  214. package/adeo/index.d.ts +5 -0
  215. package/adeo/package.json +31 -0
  216. package/assets/moz-icons/Device_Desktop_24px.svg +1 -0
  217. package/assets/moz-icons/Device_Desktop_32px.svg +1 -0
  218. package/assets/moz-icons/Device_Desktop_48px.svg +1 -0
  219. package/assets/moz-icons/Device_Desktop_64px.svg +1 -0
  220. package/assets/moz-icons/Device_Laptop_24px.svg +1 -0
  221. package/assets/moz-icons/Device_Laptop_32px.svg +1 -0
  222. package/assets/moz-icons/Device_Laptop_48px.svg +1 -0
  223. package/assets/moz-icons/Device_Laptop_64px.svg +1 -0
  224. package/assets/moz-icons/Device_Mobile_24px.svg +1 -0
  225. package/assets/moz-icons/Device_Mobile_32px.svg +1 -0
  226. package/assets/moz-icons/Device_Mobile_48px.svg +1 -0
  227. package/assets/moz-icons/Device_Mobile_64px.svg +1 -0
  228. package/assets/moz-icons/Device_Tablet_24px.svg +1 -0
  229. package/assets/moz-icons/Device_Tablet_32px.svg +1 -0
  230. package/assets/moz-icons/Device_Tablet_48px.svg +1 -0
  231. package/assets/moz-icons/Device_Tablet_64px.svg +1 -0
  232. package/assets/moz-icons/Instruction_Hygiene_Cleaned_24px.svg +1 -0
  233. package/assets/moz-icons/Instruction_Hygiene_Cleaned_32px.svg +1 -0
  234. package/assets/moz-icons/Instruction_Hygiene_Cleaned_48px.svg +1 -0
  235. package/assets/moz-icons/Instruction_Hygiene_Cleaned_64px.svg +1 -0
  236. package/assets/moz-icons/Instruction_Hygiene_Danger_24px.svg +1 -0
  237. package/assets/moz-icons/Instruction_Hygiene_Danger_32px.svg +1 -0
  238. package/assets/moz-icons/Instruction_Hygiene_Danger_48px.svg +1 -0
  239. package/assets/moz-icons/Instruction_Hygiene_Danger_64px.svg +1 -0
  240. package/assets/moz-icons/Instruction_Hygiene_Distance_24px.svg +1 -0
  241. package/assets/moz-icons/Instruction_Hygiene_Distance_32px.svg +1 -0
  242. package/assets/moz-icons/Instruction_Hygiene_Distance_48px.svg +1 -0
  243. package/assets/moz-icons/Instruction_Hygiene_Distance_64px.svg +1 -0
  244. package/assets/moz-icons/Instruction_Hygiene_Gel_24px.svg +1 -0
  245. package/assets/moz-icons/Instruction_Hygiene_Gel_32px.svg +1 -0
  246. package/assets/moz-icons/Instruction_Hygiene_Gel_48px.svg +1 -0
  247. package/assets/moz-icons/Instruction_Hygiene_Gel_64px.svg +1 -0
  248. package/assets/moz-icons/Instruction_Hygiene_Mask_24px.svg +1 -0
  249. package/assets/moz-icons/Instruction_Hygiene_Mask_32px.svg +1 -0
  250. package/assets/moz-icons/Instruction_Hygiene_Mask_48px.svg +1 -0
  251. package/assets/moz-icons/Instruction_Hygiene_Mask_64px.svg +1 -0
  252. package/assets/moz-icons/Instruction_Hygiene_NoContact_24px.svg +1 -0
  253. package/assets/moz-icons/Instruction_Hygiene_NoContact_32px.svg +1 -0
  254. package/assets/moz-icons/Instruction_Hygiene_NoContact_48px.svg +1 -0
  255. package/assets/moz-icons/Instruction_Hygiene_NoContact_64px.svg +1 -0
  256. package/assets/moz-icons/Instruction_Hygiene_Plexiglas_24px.svg +1 -0
  257. package/assets/moz-icons/Instruction_Hygiene_Plexiglas_32px.svg +1 -0
  258. package/assets/moz-icons/Instruction_Hygiene_Plexiglas_48px.svg +1 -0
  259. package/assets/moz-icons/Instruction_Hygiene_Plexiglas_64px.svg +1 -0
  260. package/assets/moz-icons/Instruction_Payment_Checkout_24px.svg +1 -0
  261. package/assets/moz-icons/Instruction_Payment_Checkout_32px.svg +1 -0
  262. package/assets/moz-icons/Instruction_Payment_Checkout_48px.svg +1 -0
  263. package/assets/moz-icons/Instruction_Payment_Checkout_64px.svg +1 -0
  264. package/assets/moz-icons/Instruction_Payment_NoContact_24px.svg +1 -0
  265. package/assets/moz-icons/Instruction_Payment_NoContact_32px.svg +1 -0
  266. package/assets/moz-icons/Instruction_Payment_NoContact_48px.svg +1 -0
  267. package/assets/moz-icons/Instruction_Payment_NoContact_64px.svg +1 -0
  268. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--OpenBoot_24px.svg +1 -0
  269. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--OpenBoot_32px.svg +1 -0
  270. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--OpenBoot_48px.svg +1 -0
  271. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--OpenBoot_64px.svg +1 -0
  272. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StandInLine_24px.svg +1 -0
  273. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StandInLine_32px.svg +1 -0
  274. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StandInLine_48px.svg +1 -0
  275. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StandInLine_64px.svg +1 -0
  276. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StayInside_24px.svg +1 -0
  277. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StayInside_32px.svg +1 -0
  278. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StayInside_48px.svg +1 -0
  279. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StayInside_64px.svg +1 -0
  280. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Loading_24px.svg +1 -0
  281. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Loading_32px.svg +1 -0
  282. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Loading_48px.svg +1 -0
  283. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Loading_64px.svg +1 -0
  284. package/assets/moz-icons/Instruction_Service_PurchaseHelp_NoCarRent_24px.svg +1 -0
  285. package/assets/moz-icons/Instruction_Service_PurchaseHelp_NoCarRent_32px.svg +1 -0
  286. package/assets/moz-icons/Instruction_Service_PurchaseHelp_NoCarRent_48px.svg +1 -0
  287. package/assets/moz-icons/Instruction_Service_PurchaseHelp_NoCarRent_64px.svg +1 -0
  288. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Request_24px.svg +1 -0
  289. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Request_32px.svg +1 -0
  290. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Request_48px.svg +1 -0
  291. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Request_64px.svg +1 -0
  292. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Truck_24px.svg +1 -0
  293. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Truck_32px.svg +1 -0
  294. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Truck_48px.svg +1 -0
  295. package/assets/moz-icons/Instruction_Service_PurchaseHelp_Truck_64px.svg +1 -0
  296. package/assets/moz-icons/Instruction_Universe_EssentialProduct_24px.svg +1 -0
  297. package/assets/moz-icons/Instruction_Universe_EssentialProduct_32px.svg +1 -0
  298. package/assets/moz-icons/Instruction_Universe_EssentialProduct_48px.svg +1 -0
  299. package/assets/moz-icons/Instruction_Universe_EssentialProduct_64px.svg +1 -0
  300. package/assets/moz-icons/Logotypes_Brand_LM_24px.svg +1 -0
  301. package/assets/moz-icons/Logotypes_Brand_LM_32px.svg +1 -0
  302. package/assets/moz-icons/Logotypes_Brand_LM_48px.svg +1 -0
  303. package/assets/moz-icons/Logotypes_Brand_LM_64px.svg +1 -0
  304. package/assets/moz-icons/Logotypes_Payment_Bizum_24px.svg +1 -0
  305. package/assets/moz-icons/Logotypes_Payment_Bizum_32px.svg +1 -0
  306. package/assets/moz-icons/Logotypes_Payment_Bizum_48px.svg +1 -0
  307. package/assets/moz-icons/Logotypes_Payment_Bizum_64px.svg +1 -0
  308. package/assets/moz-icons/Logotypes_Payment_Fintecture_24px.svg +1 -0
  309. package/assets/moz-icons/Logotypes_Payment_Fintecture_32px.svg +1 -0
  310. package/assets/moz-icons/Logotypes_Payment_Fintecture_48px.svg +1 -0
  311. package/assets/moz-icons/Logotypes_Payment_Fintecture_64px.svg +1 -0
  312. package/assets/moz-icons/Logotypes_Payment_MB--Multibanco_24px.svg +1 -0
  313. package/assets/moz-icons/Logotypes_Payment_MB--Multibanco_32px.svg +1 -0
  314. package/assets/moz-icons/Logotypes_Payment_MB--Multibanco_48px.svg +1 -0
  315. package/assets/moz-icons/Logotypes_Payment_MB--Multibanco_64px.svg +1 -0
  316. package/assets/moz-icons/Logotypes_Payment_MB--Way_24px.svg +1 -0
  317. package/assets/moz-icons/Logotypes_Payment_MB--Way_32px.svg +1 -0
  318. package/assets/moz-icons/Logotypes_Payment_MB--Way_48px.svg +1 -0
  319. package/assets/moz-icons/Logotypes_Payment_MB--Way_64px.svg +1 -0
  320. package/assets/moz-icons/Logotypes_Payment_Monochrome_Bizum_24px.svg +1 -0
  321. package/assets/moz-icons/Logotypes_Payment_Monochrome_Bizum_32px.svg +1 -0
  322. package/assets/moz-icons/Logotypes_Payment_Monochrome_Bizum_48px.svg +1 -0
  323. package/assets/moz-icons/Logotypes_Payment_Monochrome_Bizum_64px.svg +1 -0
  324. package/assets/moz-icons/Logotypes_Payment_Monochrome_Fintecture_24px.svg +1 -0
  325. package/assets/moz-icons/Logotypes_Payment_Monochrome_Fintecture_32px.svg +1 -0
  326. package/assets/moz-icons/Logotypes_Payment_Monochrome_Fintecture_48px.svg +1 -0
  327. package/assets/moz-icons/Logotypes_Payment_Monochrome_Fintecture_64px.svg +1 -0
  328. package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Multibanco_24px.svg +1 -0
  329. package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Multibanco_32px.svg +1 -0
  330. package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Multibanco_48px.svg +1 -0
  331. package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Multibanco_64px.svg +1 -0
  332. package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Way_24px.svg +1 -0
  333. package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Way_32px.svg +1 -0
  334. package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Way_48px.svg +1 -0
  335. package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Way_64px.svg +1 -0
  336. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x4x_24px.svg +1 -0
  337. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x4x_32px.svg +1 -0
  338. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x4x_48px.svg +1 -0
  339. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x4x_64px.svg +1 -0
  340. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x_24px.svg +1 -0
  341. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x_32px.svg +1 -0
  342. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x_48px.svg +1 -0
  343. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x_64px.svg +1 -0
  344. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--4x_24px.svg +1 -0
  345. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--4x_32px.svg +1 -0
  346. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--4x_48px.svg +1 -0
  347. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--4x_64px.svg +1 -0
  348. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney_24px.svg +1 -0
  349. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney_32px.svg +1 -0
  350. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney_48px.svg +1 -0
  351. package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney_64px.svg +1 -0
  352. package/assets/moz-icons/Logotypes_Payment_Monochrome_PayPal_24px.svg +1 -0
  353. package/assets/moz-icons/Logotypes_Payment_Monochrome_PayPal_32px.svg +1 -0
  354. package/assets/moz-icons/Logotypes_Payment_Monochrome_PayPal_48px.svg +1 -0
  355. package/assets/moz-icons/Logotypes_Payment_Monochrome_PayPal_64px.svg +1 -0
  356. package/assets/moz-icons/Logotypes_Payment_Oney--3x4x_24px.svg +1 -0
  357. package/assets/moz-icons/Logotypes_Payment_Oney--3x4x_32px.svg +1 -0
  358. package/assets/moz-icons/Logotypes_Payment_Oney--3x4x_48px.svg +1 -0
  359. package/assets/moz-icons/Logotypes_Payment_Oney--3x4x_64px.svg +1 -0
  360. package/assets/moz-icons/Logotypes_Payment_Oney--3x_24px.svg +1 -0
  361. package/assets/moz-icons/Logotypes_Payment_Oney--3x_32px.svg +1 -0
  362. package/assets/moz-icons/Logotypes_Payment_Oney--3x_48px.svg +1 -0
  363. package/assets/moz-icons/Logotypes_Payment_Oney--3x_64px.svg +1 -0
  364. package/assets/moz-icons/Logotypes_Payment_Oney--4x_24px.svg +1 -0
  365. package/assets/moz-icons/Logotypes_Payment_Oney--4x_32px.svg +1 -0
  366. package/assets/moz-icons/Logotypes_Payment_Oney--4x_48px.svg +1 -0
  367. package/assets/moz-icons/Logotypes_Payment_Oney--4x_64px.svg +1 -0
  368. package/assets/moz-icons/Logotypes_Payment_Oney_24px.svg +1 -0
  369. package/assets/moz-icons/Logotypes_Payment_Oney_32px.svg +1 -0
  370. package/assets/moz-icons/Logotypes_Payment_Oney_48px.svg +1 -0
  371. package/assets/moz-icons/Logotypes_Payment_Oney_64px.svg +1 -0
  372. package/assets/moz-icons/Logotypes_Payment_PayPal_24px.svg +1 -0
  373. package/assets/moz-icons/Logotypes_Payment_PayPal_32px.svg +1 -0
  374. package/assets/moz-icons/Logotypes_Payment_PayPal_48px.svg +1 -0
  375. package/assets/moz-icons/Logotypes_Payment_PayPal_64px.svg +1 -0
  376. package/assets/moz-icons/Media_API_24px.svg +1 -0
  377. package/assets/moz-icons/Media_API_32px.svg +1 -0
  378. package/assets/moz-icons/Media_API_48px.svg +1 -0
  379. package/assets/moz-icons/Media_API_64px.svg +1 -0
  380. package/assets/moz-icons/Media_BookStore_24px.svg +1 -0
  381. package/assets/moz-icons/Media_BookStore_32px.svg +1 -0
  382. package/assets/moz-icons/Media_BookStore_48px.svg +1 -0
  383. package/assets/moz-icons/Media_BookStore_64px.svg +1 -0
  384. package/assets/moz-icons/Media_Camera_24px.svg +1 -0
  385. package/assets/moz-icons/Media_Camera_32px.svg +1 -0
  386. package/assets/moz-icons/Media_Camera_48px.svg +1 -0
  387. package/assets/moz-icons/Media_Camera_64px.svg +1 -0
  388. package/assets/moz-icons/Media_Code_24px.svg +1 -0
  389. package/assets/moz-icons/Media_Code_32px.svg +1 -0
  390. package/assets/moz-icons/Media_Code_48px.svg +1 -0
  391. package/assets/moz-icons/Media_Code_64px.svg +1 -0
  392. package/assets/moz-icons/Media_Document_24px.svg +1 -0
  393. package/assets/moz-icons/Media_Document_32px.svg +1 -0
  394. package/assets/moz-icons/Media_Document_48px.svg +1 -0
  395. package/assets/moz-icons/Media_Document_64px.svg +1 -0
  396. package/assets/moz-icons/Media_Download_App_24px.svg +1 -0
  397. package/assets/moz-icons/Media_Download_App_32px.svg +1 -0
  398. package/assets/moz-icons/Media_Download_App_48px.svg +1 -0
  399. package/assets/moz-icons/Media_Download_App_64px.svg +1 -0
  400. package/assets/moz-icons/Media_Download_Web_24px.svg +1 -0
  401. package/assets/moz-icons/Media_Download_Web_32px.svg +1 -0
  402. package/assets/moz-icons/Media_Download_Web_48px.svg +1 -0
  403. package/assets/moz-icons/Media_Download_Web_64px.svg +1 -0
  404. package/assets/moz-icons/Media_FullScreen_16px.svg +1 -0
  405. package/assets/moz-icons/Media_FullScreen_24px.svg +1 -0
  406. package/assets/moz-icons/Media_FullScreen_32px.svg +1 -0
  407. package/assets/moz-icons/Media_FullScreen_48px.svg +1 -0
  408. package/assets/moz-icons/Media_FullScreen_64px.svg +1 -0
  409. package/assets/moz-icons/Media_Gauge_24px.svg +1 -0
  410. package/assets/moz-icons/Media_Gauge_32px.svg +1 -0
  411. package/assets/moz-icons/Media_Gauge_48px.svg +1 -0
  412. package/assets/moz-icons/Media_Gauge_64px.svg +1 -0
  413. package/assets/moz-icons/Media_Group_24px.svg +1 -0
  414. package/assets/moz-icons/Media_Group_32px.svg +1 -0
  415. package/assets/moz-icons/Media_Group_48px.svg +1 -0
  416. package/assets/moz-icons/Media_Group_64px.svg +1 -0
  417. package/assets/moz-icons/Media_Image-alt_24px.svg +1 -0
  418. package/assets/moz-icons/Media_Image-alt_32px.svg +1 -0
  419. package/assets/moz-icons/Media_Image-alt_48px.svg +1 -0
  420. package/assets/moz-icons/Media_Image-alt_64px.svg +1 -0
  421. package/assets/moz-icons/Media_NoPicture_24px.svg +1 -0
  422. package/assets/moz-icons/Media_NoPicture_32px.svg +1 -0
  423. package/assets/moz-icons/Media_NoPicture_48px.svg +1 -0
  424. package/assets/moz-icons/Media_NoPicture_64px.svg +1 -0
  425. package/assets/moz-icons/Media_Pdf_24px.svg +1 -0
  426. package/assets/moz-icons/Media_Pdf_32px.svg +1 -0
  427. package/assets/moz-icons/Media_Pdf_48px.svg +1 -0
  428. package/assets/moz-icons/Media_Pdf_64px.svg +1 -0
  429. package/assets/moz-icons/Media_Picker_24px.svg +1 -0
  430. package/assets/moz-icons/Media_Picker_32px.svg +1 -0
  431. package/assets/moz-icons/Media_Picker_48px.svg +1 -0
  432. package/assets/moz-icons/Media_Picker_64px.svg +1 -0
  433. package/assets/moz-icons/Media_Play_24px.svg +1 -0
  434. package/assets/moz-icons/Media_Play_32px.svg +1 -0
  435. package/assets/moz-icons/Media_Play_48px.svg +1 -0
  436. package/assets/moz-icons/Media_Play_64px.svg +1 -0
  437. package/assets/moz-icons/Media_Player_24px.svg +1 -0
  438. package/assets/moz-icons/Media_Player_32px.svg +1 -0
  439. package/assets/moz-icons/Media_Player_48px.svg +1 -0
  440. package/assets/moz-icons/Media_Player_64px.svg +1 -0
  441. package/assets/moz-icons/Media_Player_96px.svg +1 -0
  442. package/assets/moz-icons/Media_Policies_24px.svg +1 -0
  443. package/assets/moz-icons/Media_Policies_32px.svg +1 -0
  444. package/assets/moz-icons/Media_Policies_48px.svg +1 -0
  445. package/assets/moz-icons/Media_Policies_64px.svg +1 -0
  446. package/assets/moz-icons/Media_Print_24px.svg +1 -0
  447. package/assets/moz-icons/Media_Print_32px.svg +1 -0
  448. package/assets/moz-icons/Media_Print_48px.svg +1 -0
  449. package/assets/moz-icons/Media_Print_64px.svg +1 -0
  450. package/assets/moz-icons/Media_Project_24px.svg +1 -0
  451. package/assets/moz-icons/Media_Project_32px.svg +1 -0
  452. package/assets/moz-icons/Media_Project_48px.svg +1 -0
  453. package/assets/moz-icons/Media_Project_64px.svg +1 -0
  454. package/assets/moz-icons/Media_Push-pin-off_24px.svg +1 -0
  455. package/assets/moz-icons/Media_Push-pin-off_32px.svg +1 -0
  456. package/assets/moz-icons/Media_Push-pin-off_48px.svg +1 -0
  457. package/assets/moz-icons/Media_Push-pin-off_64px.svg +1 -0
  458. package/assets/moz-icons/Media_Push-pin_32px.svg +1 -0
  459. package/assets/moz-icons/Media_Push-pin_48px.svg +1 -0
  460. package/assets/moz-icons/Media_Push-pin_64px.svg +1 -0
  461. package/assets/moz-icons/Media_Read_24px.svg +1 -0
  462. package/assets/moz-icons/Media_Read_32px.svg +1 -0
  463. package/assets/moz-icons/Media_Read_48px.svg +1 -0
  464. package/assets/moz-icons/Media_Read_64px.svg +1 -0
  465. package/assets/moz-icons/Media_ReduceScreen_16px.svg +1 -0
  466. package/assets/moz-icons/Media_ReduceScreen_24px.svg +1 -0
  467. package/assets/moz-icons/Media_ReduceScreen_32px.svg +1 -0
  468. package/assets/moz-icons/Media_ReduceScreen_48px.svg +1 -0
  469. package/assets/moz-icons/Media_ReduceScreen_64px.svg +1 -0
  470. package/assets/moz-icons/Media_Release_24px.svg +1 -0
  471. package/assets/moz-icons/Media_Release_32px.svg +1 -0
  472. package/assets/moz-icons/Media_Release_48px.svg +1 -0
  473. package/assets/moz-icons/Media_Release_64px.svg +1 -0
  474. package/assets/moz-icons/Media_Server_24px.svg +1 -0
  475. package/assets/moz-icons/Media_Server_32px.svg +1 -0
  476. package/assets/moz-icons/Media_Server_48px.svg +1 -0
  477. package/assets/moz-icons/Media_Server_64px.svg +1 -0
  478. package/assets/moz-icons/Media_Slideshow_24px.svg +1 -0
  479. package/assets/moz-icons/Media_Slideshow_32px.svg +1 -0
  480. package/assets/moz-icons/Media_Slideshow_48px.svg +1 -0
  481. package/assets/moz-icons/Media_Slideshow_64px.svg +1 -0
  482. package/assets/moz-icons/Media_Sound_24px.svg +1 -0
  483. package/assets/moz-icons/Media_Sound_32px.svg +1 -0
  484. package/assets/moz-icons/Media_Sound_48px.svg +1 -0
  485. package/assets/moz-icons/Media_Sound_64px.svg +1 -0
  486. package/assets/moz-icons/Media_Stop_24px.svg +1 -0
  487. package/assets/moz-icons/Media_Stop_32px.svg +1 -0
  488. package/assets/moz-icons/Media_Stop_48px.svg +1 -0
  489. package/assets/moz-icons/Media_Stop_64px.svg +1 -0
  490. package/assets/moz-icons/Media_TimeRead_24px.svg +1 -0
  491. package/assets/moz-icons/Media_TimeRead_32px.svg +1 -0
  492. package/assets/moz-icons/Media_TimeRead_48px.svg +1 -0
  493. package/assets/moz-icons/Media_TimeRead_64px.svg +1 -0
  494. package/assets/moz-icons/Media_Upload_24px.svg +1 -0
  495. package/assets/moz-icons/Media_Upload_32px.svg +1 -0
  496. package/assets/moz-icons/Media_Upload_48px.svg +1 -0
  497. package/assets/moz-icons/Media_Upload_64px.svg +1 -0
  498. package/assets/moz-icons/Media_View360_24px.svg +1 -0
  499. package/assets/moz-icons/Media_View360_32px.svg +1 -0
  500. package/assets/moz-icons/Media_View360_48px.svg +1 -0
  501. package/assets/moz-icons/Media_View360_64px.svg +1 -0
  502. package/assets/moz-icons/Media_View360_96px.svg +1 -0
  503. package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_16px.svg +1 -0
  504. package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_24px.svg +1 -0
  505. package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_32px.svg +1 -0
  506. package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_48px.svg +1 -0
  507. package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_64px.svg +1 -0
  508. package/assets/moz-icons/Navigation_Arrow_Arrow--Left_16px.svg +1 -0
  509. package/assets/moz-icons/Navigation_Arrow_Arrow--Left_24px.svg +1 -0
  510. package/assets/moz-icons/Navigation_Arrow_Arrow--Left_32px.svg +1 -0
  511. package/assets/moz-icons/Navigation_Arrow_Arrow--Left_48px.svg +1 -0
  512. package/assets/moz-icons/Navigation_Arrow_Arrow--Left_64px.svg +1 -0
  513. package/assets/moz-icons/Navigation_Arrow_Arrow--Right_16px.svg +1 -0
  514. package/assets/moz-icons/Navigation_Arrow_Arrow--Right_24px.svg +1 -0
  515. package/assets/moz-icons/Navigation_Arrow_Arrow--Right_32px.svg +1 -0
  516. package/assets/moz-icons/Navigation_Arrow_Arrow--Right_48px.svg +1 -0
  517. package/assets/moz-icons/Navigation_Arrow_Arrow--Right_64px.svg +1 -0
  518. package/assets/moz-icons/Navigation_Arrow_Arrow--Top_16px.svg +1 -0
  519. package/assets/moz-icons/Navigation_Arrow_Arrow--Top_24px.svg +1 -0
  520. package/assets/moz-icons/Navigation_Arrow_Arrow--Top_32px.svg +1 -0
  521. package/assets/moz-icons/Navigation_Arrow_Arrow--Top_48px.svg +1 -0
  522. package/assets/moz-icons/Navigation_Arrow_Arrow--Top_64px.svg +1 -0
  523. package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_16px.svg +1 -0
  524. package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_24px.svg +1 -0
  525. package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_32px.svg +1 -0
  526. package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_48px.svg +1 -0
  527. package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_64px.svg +1 -0
  528. package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_16px.svg +1 -0
  529. package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_24px.svg +1 -0
  530. package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_32px.svg +1 -0
  531. package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_48px.svg +1 -0
  532. package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_64px.svg +1 -0
  533. package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_16px.svg +1 -0
  534. package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_24px.svg +1 -0
  535. package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_32px.svg +1 -0
  536. package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_48px.svg +1 -0
  537. package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_64px.svg +1 -0
  538. package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_16px.svg +1 -0
  539. package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_24px.svg +1 -0
  540. package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_32px.svg +1 -0
  541. package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_48px.svg +1 -0
  542. package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_64px.svg +1 -0
  543. package/assets/moz-icons/Navigation_Arrow_Back_16px.svg +1 -0
  544. package/assets/moz-icons/Navigation_Arrow_Back_24px.svg +1 -0
  545. package/assets/moz-icons/Navigation_Arrow_Back_32px.svg +1 -0
  546. package/assets/moz-icons/Navigation_Arrow_Back_48px.svg +1 -0
  547. package/assets/moz-icons/Navigation_Arrow_Back_64px.svg +1 -0
  548. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_16px.svg +1 -0
  549. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_24px.svg +1 -0
  550. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_32px.svg +1 -0
  551. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_48px.svg +1 -0
  552. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_64px.svg +1 -0
  553. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_16px.svg +1 -0
  554. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_24px.svg +1 -0
  555. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_32px.svg +1 -0
  556. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_48px.svg +1 -0
  557. package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_64px.svg +1 -0
  558. package/assets/moz-icons/Navigation_Arrow_Down_16px.svg +1 -0
  559. package/assets/moz-icons/Navigation_Arrow_Down_24px.svg +1 -0
  560. package/assets/moz-icons/Navigation_Arrow_Down_32px.svg +1 -0
  561. package/assets/moz-icons/Navigation_Arrow_Down_48px.svg +1 -0
  562. package/assets/moz-icons/Navigation_Arrow_Down_64px.svg +1 -0
  563. package/assets/moz-icons/Navigation_Arrow_Next_16px.svg +1 -0
  564. package/assets/moz-icons/Navigation_Arrow_Next_24px.svg +1 -0
  565. package/assets/moz-icons/Navigation_Arrow_Next_32px.svg +1 -0
  566. package/assets/moz-icons/Navigation_Arrow_Next_48px.svg +1 -0
  567. package/assets/moz-icons/Navigation_Arrow_Next_64px.svg +1 -0
  568. package/assets/moz-icons/Navigation_Arrow_Up_16px.svg +1 -0
  569. package/assets/moz-icons/Navigation_Arrow_Up_24px.svg +1 -0
  570. package/assets/moz-icons/Navigation_Arrow_Up_32px.svg +1 -0
  571. package/assets/moz-icons/Navigation_Arrow_Up_48px.svg +1 -0
  572. package/assets/moz-icons/Navigation_Arrow_Up_64px.svg +1 -0
  573. package/assets/moz-icons/Navigation_Control_Circle--Cross_24px.svg +1 -0
  574. package/assets/moz-icons/Navigation_Control_Circle--Cross_32px.svg +1 -0
  575. package/assets/moz-icons/Navigation_Control_Circle--Cross_48px.svg +1 -0
  576. package/assets/moz-icons/Navigation_Control_Circle--Cross_64px.svg +1 -0
  577. package/assets/moz-icons/Navigation_Control_Circle--Less_24px.svg +1 -0
  578. package/assets/moz-icons/Navigation_Control_Circle--Less_32px.svg +1 -0
  579. package/assets/moz-icons/Navigation_Control_Circle--Less_48px.svg +1 -0
  580. package/assets/moz-icons/Navigation_Control_Circle--Less_64px.svg +1 -0
  581. package/assets/moz-icons/Navigation_Control_Circle--More_24px.svg +1 -0
  582. package/assets/moz-icons/Navigation_Control_Circle--More_32px.svg +1 -0
  583. package/assets/moz-icons/Navigation_Control_Circle--More_48px.svg +1 -0
  584. package/assets/moz-icons/Navigation_Control_Circle--More_64px.svg +1 -0
  585. package/assets/moz-icons/Navigation_Control_Cross_16px.svg +1 -0
  586. package/assets/moz-icons/Navigation_Control_Cross_24px.svg +1 -0
  587. package/assets/moz-icons/Navigation_Control_Cross_32px.svg +1 -0
  588. package/assets/moz-icons/Navigation_Control_Cross_48px.svg +1 -0
  589. package/assets/moz-icons/Navigation_Control_Cross_64px.svg +1 -0
  590. package/assets/moz-icons/Navigation_Control_Less_16px.svg +1 -0
  591. package/assets/moz-icons/Navigation_Control_Less_24px.svg +1 -0
  592. package/assets/moz-icons/Navigation_Control_Less_32px.svg +1 -0
  593. package/assets/moz-icons/Navigation_Control_Less_48px.svg +1 -0
  594. package/assets/moz-icons/Navigation_Control_Less_64px.svg +1 -0
  595. package/assets/moz-icons/Navigation_Control_More_16px.svg +1 -0
  596. package/assets/moz-icons/Navigation_Control_More_24px.svg +1 -0
  597. package/assets/moz-icons/Navigation_Control_More_32px.svg +1 -0
  598. package/assets/moz-icons/Navigation_Control_More_48px.svg +1 -0
  599. package/assets/moz-icons/Navigation_Control_More_64px.svg +1 -0
  600. package/assets/moz-icons/Navigation_Control_Tag--Cross_16px.svg +1 -0
  601. package/assets/moz-icons/Navigation_Control_Tag--Cross_24px.svg +1 -0
  602. package/assets/moz-icons/Navigation_Control_Tag--Cross_32px.svg +1 -0
  603. package/assets/moz-icons/Navigation_Control_Tag--Cross_48px.svg +1 -0
  604. package/assets/moz-icons/Navigation_Control_Tag--Cross_64px.svg +1 -0
  605. package/assets/moz-icons/Navigation_Display_Blink_24px.svg +1 -0
  606. package/assets/moz-icons/Navigation_Display_Blink_32px.svg +1 -0
  607. package/assets/moz-icons/Navigation_Display_Blink_48px.svg +1 -0
  608. package/assets/moz-icons/Navigation_Display_Blink_64px.svg +1 -0
  609. package/assets/moz-icons/Navigation_Display_Calendar_24px.svg +1 -0
  610. package/assets/moz-icons/Navigation_Display_Calendar_32px.svg +1 -0
  611. package/assets/moz-icons/Navigation_Display_Calendar_48px.svg +1 -0
  612. package/assets/moz-icons/Navigation_Display_Calendar_64px.svg +1 -0
  613. package/assets/moz-icons/Navigation_Display_Connect_24px.svg +1 -0
  614. package/assets/moz-icons/Navigation_Display_Connect_32px.svg +1 -0
  615. package/assets/moz-icons/Navigation_Display_Connect_48px.svg +1 -0
  616. package/assets/moz-icons/Navigation_Display_Connect_64px.svg +1 -0
  617. package/assets/moz-icons/Navigation_Display_DisplayFull_Filled_24px.svg +1 -0
  618. package/assets/moz-icons/Navigation_Display_DisplayFull_Filled_32px.svg +1 -0
  619. package/assets/moz-icons/Navigation_Display_DisplayFull_Filled_48px.svg +1 -0
  620. package/assets/moz-icons/Navigation_Display_DisplayFull_Filled_64px.svg +1 -0
  621. package/assets/moz-icons/Navigation_Display_DisplayFull_Outline_24px.svg +1 -0
  622. package/assets/moz-icons/Navigation_Display_DisplayFull_Outline_32px.svg +1 -0
  623. package/assets/moz-icons/Navigation_Display_DisplayFull_Outline_48px.svg +1 -0
  624. package/assets/moz-icons/Navigation_Display_DisplayFull_Outline_64px.svg +1 -0
  625. package/assets/moz-icons/Navigation_Display_DisplayList_Filled_24px.svg +1 -0
  626. package/assets/moz-icons/Navigation_Display_DisplayList_Filled_32px.svg +1 -0
  627. package/assets/moz-icons/Navigation_Display_DisplayList_Filled_48px.svg +1 -0
  628. package/assets/moz-icons/Navigation_Display_DisplayList_Filled_64px.svg +1 -0
  629. package/assets/moz-icons/Navigation_Display_DisplayList_Outline_24px.svg +1 -0
  630. package/assets/moz-icons/Navigation_Display_DisplayList_Outline_32px.svg +1 -0
  631. package/assets/moz-icons/Navigation_Display_DisplayList_Outline_48px.svg +1 -0
  632. package/assets/moz-icons/Navigation_Display_DisplayList_Outline_64px.svg +1 -0
  633. package/assets/moz-icons/Navigation_Display_DisplayMobile--Horizontal_24px.svg +1 -0
  634. package/assets/moz-icons/Navigation_Display_DisplayMobile--Horizontal_32px.svg +1 -0
  635. package/assets/moz-icons/Navigation_Display_DisplayMobile--Horizontal_48px.svg +1 -0
  636. package/assets/moz-icons/Navigation_Display_DisplayMobile--Horizontal_64px.svg +1 -0
  637. package/assets/moz-icons/Navigation_Display_DisplayMobile--Vertical_24px.svg +1 -0
  638. package/assets/moz-icons/Navigation_Display_DisplayMobile--Vertical_32px.svg +1 -0
  639. package/assets/moz-icons/Navigation_Display_DisplayMobile--Vertical_48px.svg +1 -0
  640. package/assets/moz-icons/Navigation_Display_DisplayMobile--Vertical_64px.svg +1 -0
  641. package/assets/moz-icons/Navigation_Display_DisplayProductX4_Filled_24px.svg +1 -0
  642. package/assets/moz-icons/Navigation_Display_DisplayProductX4_Filled_32px.svg +1 -0
  643. package/assets/moz-icons/Navigation_Display_DisplayProductX4_Filled_48px.svg +1 -0
  644. package/assets/moz-icons/Navigation_Display_DisplayProductX4_Filled_64px.svg +1 -0
  645. package/assets/moz-icons/Navigation_Display_DisplayProductX4_Outline_24px.svg +1 -0
  646. package/assets/moz-icons/Navigation_Display_DisplayProductX4_Outline_32px.svg +1 -0
  647. package/assets/moz-icons/Navigation_Display_DisplayProductX4_Outline_48px.svg +1 -0
  648. package/assets/moz-icons/Navigation_Display_DisplayProductX4_Outline_64px.svg +1 -0
  649. package/assets/moz-icons/Navigation_Display_DisplayProductX9_24px.svg +1 -0
  650. package/assets/moz-icons/Navigation_Display_DisplayProductX9_32px.svg +1 -0
  651. package/assets/moz-icons/Navigation_Display_DisplayProductX9_48px.svg +1 -0
  652. package/assets/moz-icons/Navigation_Display_DisplayProductX9_64px.svg +1 -0
  653. package/assets/moz-icons/Navigation_Display_ExternalLink_16px.svg +1 -0
  654. package/assets/moz-icons/Navigation_Display_ExternalLink_24px.svg +1 -0
  655. package/assets/moz-icons/Navigation_Display_ExternalLink_32px.svg +1 -0
  656. package/assets/moz-icons/Navigation_Display_ExternalLink_48px.svg +1 -0
  657. package/assets/moz-icons/Navigation_Display_ExternalLink_64px.svg +1 -0
  658. package/assets/moz-icons/Navigation_Display_Filter_24px.svg +1 -0
  659. package/assets/moz-icons/Navigation_Display_Filter_32px.svg +1 -0
  660. package/assets/moz-icons/Navigation_Display_Filter_48px.svg +1 -0
  661. package/assets/moz-icons/Navigation_Display_Filter_64px.svg +1 -0
  662. package/assets/moz-icons/Navigation_Display_Home_24px.svg +1 -0
  663. package/assets/moz-icons/Navigation_Display_Home_32px.svg +1 -0
  664. package/assets/moz-icons/Navigation_Display_Home_48px.svg +1 -0
  665. package/assets/moz-icons/Navigation_Display_Home_64px.svg +1 -0
  666. package/assets/moz-icons/Navigation_Display_LogOut_24px.svg +1 -0
  667. package/assets/moz-icons/Navigation_Display_LogOut_32px.svg +1 -0
  668. package/assets/moz-icons/Navigation_Display_LogOut_48px.svg +1 -0
  669. package/assets/moz-icons/Navigation_Display_LogOut_64px.svg +1 -0
  670. package/assets/moz-icons/Navigation_Display_Menu_24px.svg +1 -0
  671. package/assets/moz-icons/Navigation_Display_Menu_32px.svg +1 -0
  672. package/assets/moz-icons/Navigation_Display_Menu_48px.svg +1 -0
  673. package/assets/moz-icons/Navigation_Display_Menu_64px.svg +1 -0
  674. package/assets/moz-icons/Navigation_Display_MovingBlock_24px.svg +1 -0
  675. package/assets/moz-icons/Navigation_Display_MovingBlock_32px.svg +1 -0
  676. package/assets/moz-icons/Navigation_Display_MovingBlock_48px.svg +1 -0
  677. package/assets/moz-icons/Navigation_Display_MovingBlock_64px.svg +1 -0
  678. package/assets/moz-icons/Navigation_Display_Options_24px.svg +1 -0
  679. package/assets/moz-icons/Navigation_Display_Options_32px.svg +1 -0
  680. package/assets/moz-icons/Navigation_Display_Options_48px.svg +1 -0
  681. package/assets/moz-icons/Navigation_Display_Options_64px.svg +1 -0
  682. package/assets/moz-icons/Navigation_Display_Other_24px.svg +1 -0
  683. package/assets/moz-icons/Navigation_Display_Other_32px.svg +1 -0
  684. package/assets/moz-icons/Navigation_Display_Other_48px.svg +1 -0
  685. package/assets/moz-icons/Navigation_Display_Other_64px.svg +1 -0
  686. package/assets/moz-icons/Navigation_Display_ProductNumb_24px.svg +1 -0
  687. package/assets/moz-icons/Navigation_Display_ProductNumb_32px.svg +1 -0
  688. package/assets/moz-icons/Navigation_Display_ProductNumb_48px.svg +1 -0
  689. package/assets/moz-icons/Navigation_Display_ProductNumb_64px.svg +1 -0
  690. package/assets/moz-icons/Navigation_Display_Refresh_24px.svg +1 -0
  691. package/assets/moz-icons/Navigation_Display_Refresh_32px.svg +1 -0
  692. package/assets/moz-icons/Navigation_Display_Refresh_48px.svg +1 -0
  693. package/assets/moz-icons/Navigation_Display_Refresh_64px.svg +1 -0
  694. package/assets/moz-icons/Navigation_Display_ScreenRotation_24px.svg +1 -0
  695. package/assets/moz-icons/Navigation_Display_ScreenRotation_32px.svg +1 -0
  696. package/assets/moz-icons/Navigation_Display_ScreenRotation_48px.svg +1 -0
  697. package/assets/moz-icons/Navigation_Display_ScreenRotation_64px.svg +1 -0
  698. package/assets/moz-icons/Navigation_Display_SearchList_24px.svg +1 -0
  699. package/assets/moz-icons/Navigation_Display_SearchList_32px.svg +1 -0
  700. package/assets/moz-icons/Navigation_Display_SearchList_48px.svg +1 -0
  701. package/assets/moz-icons/Navigation_Display_SearchList_64px.svg +1 -0
  702. package/assets/moz-icons/Navigation_Display_SearchProduct_24px.svg +1 -0
  703. package/assets/moz-icons/Navigation_Display_SearchProduct_32px.svg +1 -0
  704. package/assets/moz-icons/Navigation_Display_SearchProduct_48px.svg +1 -0
  705. package/assets/moz-icons/Navigation_Display_SearchProduct_64px.svg +1 -0
  706. package/assets/moz-icons/Navigation_Display_Search_24px.svg +1 -0
  707. package/assets/moz-icons/Navigation_Display_Search_32px.svg +1 -0
  708. package/assets/moz-icons/Navigation_Display_Search_48px.svg +1 -0
  709. package/assets/moz-icons/Navigation_Display_Search_64px.svg +1 -0
  710. package/assets/moz-icons/Navigation_Display_Setting_24px.svg +1 -0
  711. package/assets/moz-icons/Navigation_Display_Setting_32px.svg +1 -0
  712. package/assets/moz-icons/Navigation_Display_Setting_48px.svg +1 -0
  713. package/assets/moz-icons/Navigation_Display_Setting_64px.svg +1 -0
  714. package/assets/moz-icons/Navigation_Display_View_24px.svg +1 -0
  715. package/assets/moz-icons/Navigation_Display_View_32px.svg +1 -0
  716. package/assets/moz-icons/Navigation_Display_View_48px.svg +1 -0
  717. package/assets/moz-icons/Navigation_Display_View_64px.svg +1 -0
  718. package/assets/moz-icons/Navigation_Display_VocalSearch_24px.svg +1 -0
  719. package/assets/moz-icons/Navigation_Display_VocalSearch_32px.svg +1 -0
  720. package/assets/moz-icons/Navigation_Display_VocalSearch_48px.svg +1 -0
  721. package/assets/moz-icons/Navigation_Display_VocalSearch_64px.svg +1 -0
  722. package/assets/moz-icons/Navigation_Notification_Available_16px.svg +1 -0
  723. package/assets/moz-icons/Navigation_Notification_Available_24px.svg +1 -0
  724. package/assets/moz-icons/Navigation_Notification_Available_32px.svg +1 -0
  725. package/assets/moz-icons/Navigation_Notification_Available_48px.svg +1 -0
  726. package/assets/moz-icons/Navigation_Notification_Available_64px.svg +1 -0
  727. package/assets/moz-icons/Navigation_Notification_Bell_24px.svg +1 -0
  728. package/assets/moz-icons/Navigation_Notification_Bell_32px.svg +1 -0
  729. package/assets/moz-icons/Navigation_Notification_Bell_48px.svg +1 -0
  730. package/assets/moz-icons/Navigation_Notification_Bell_64px.svg +1 -0
  731. package/assets/moz-icons/Navigation_Notification_Circle--Available_24px.svg +1 -0
  732. package/assets/moz-icons/Navigation_Notification_Circle--Available_32px.svg +1 -0
  733. package/assets/moz-icons/Navigation_Notification_Circle--Available_48px.svg +1 -0
  734. package/assets/moz-icons/Navigation_Notification_Circle--Available_64px.svg +1 -0
  735. package/assets/moz-icons/Navigation_Notification_Information_24px.svg +1 -0
  736. package/assets/moz-icons/Navigation_Notification_Information_32px.svg +1 -0
  737. package/assets/moz-icons/Navigation_Notification_Information_48px.svg +1 -0
  738. package/assets/moz-icons/Navigation_Notification_Information_64px.svg +1 -0
  739. package/assets/moz-icons/Navigation_Notification_Question_24px.svg +1 -0
  740. package/assets/moz-icons/Navigation_Notification_Question_32px.svg +1 -0
  741. package/assets/moz-icons/Navigation_Notification_Question_48px.svg +1 -0
  742. package/assets/moz-icons/Navigation_Notification_Question_64px.svg +1 -0
  743. package/assets/moz-icons/Navigation_Notification_Warning_24px.svg +1 -0
  744. package/assets/moz-icons/Navigation_Notification_Warning_32px.svg +1 -0
  745. package/assets/moz-icons/Navigation_Notification_Warning_48px.svg +1 -0
  746. package/assets/moz-icons/Navigation_Notification_Warning_64px.svg +1 -0
  747. package/assets/moz-icons/Navigation_Publish_Copy_24px.svg +1 -0
  748. package/assets/moz-icons/Navigation_Publish_Copy_32px.svg +1 -0
  749. package/assets/moz-icons/Navigation_Publish_Copy_48px.svg +1 -0
  750. package/assets/moz-icons/Navigation_Publish_Copy_64px.svg +1 -0
  751. package/assets/moz-icons/Navigation_Publish_Edit_24px.svg +1 -0
  752. package/assets/moz-icons/Navigation_Publish_Edit_32px.svg +1 -0
  753. package/assets/moz-icons/Navigation_Publish_Edit_48px.svg +1 -0
  754. package/assets/moz-icons/Navigation_Publish_Edit_64px.svg +1 -0
  755. package/assets/moz-icons/Navigation_Publish_FavoriteFull_16px.svg +1 -0
  756. package/assets/moz-icons/Navigation_Publish_FavoriteFull_24px.svg +1 -0
  757. package/assets/moz-icons/Navigation_Publish_FavoriteFull_32px.svg +1 -0
  758. package/assets/moz-icons/Navigation_Publish_FavoriteFull_48px.svg +1 -0
  759. package/assets/moz-icons/Navigation_Publish_FavoriteFull_64px.svg +1 -0
  760. package/assets/moz-icons/Navigation_Publish_Favorite_16px.svg +1 -0
  761. package/assets/moz-icons/Navigation_Publish_Favorite_24px.svg +1 -0
  762. package/assets/moz-icons/Navigation_Publish_Favorite_32px.svg +1 -0
  763. package/assets/moz-icons/Navigation_Publish_Favorite_48px.svg +1 -0
  764. package/assets/moz-icons/Navigation_Publish_Favorite_64px.svg +1 -0
  765. package/assets/moz-icons/Navigation_Publish_Lock_16px.svg +1 -0
  766. package/assets/moz-icons/Navigation_Publish_Lock_24px.svg +1 -0
  767. package/assets/moz-icons/Navigation_Publish_Lock_32px.svg +1 -0
  768. package/assets/moz-icons/Navigation_Publish_Lock_48px.svg +1 -0
  769. package/assets/moz-icons/Navigation_Publish_Lock_64px.svg +1 -0
  770. package/assets/moz-icons/Navigation_Publish_Send_24px.svg +1 -0
  771. package/assets/moz-icons/Navigation_Publish_Send_32px.svg +1 -0
  772. package/assets/moz-icons/Navigation_Publish_Send_48px.svg +1 -0
  773. package/assets/moz-icons/Navigation_Publish_Send_64px.svg +1 -0
  774. package/assets/moz-icons/Navigation_Publish_Trashbin_24px.svg +1 -0
  775. package/assets/moz-icons/Navigation_Publish_Trashbin_32px.svg +1 -0
  776. package/assets/moz-icons/Navigation_Publish_Trashbin_48px.svg +1 -0
  777. package/assets/moz-icons/Navigation_Publish_Trashbin_64px.svg +1 -0
  778. package/assets/moz-icons/Navigation_Split_24px.svg +1 -0
  779. package/assets/moz-icons/Navigation_Split_32px.svg +1 -0
  780. package/assets/moz-icons/Navigation_Split_48px.svg +1 -0
  781. package/assets/moz-icons/Navigation_Split_64px.svg +1 -0
  782. package/assets/moz-icons/Payment_Bill_24px.svg +1 -0
  783. package/assets/moz-icons/Payment_Bill_32px.svg +1 -0
  784. package/assets/moz-icons/Payment_Bill_48px.svg +1 -0
  785. package/assets/moz-icons/Payment_Bill_64px.svg +1 -0
  786. package/assets/moz-icons/Payment_Cards_Colors_AmericanExpress_24px.svg +1 -0
  787. package/assets/moz-icons/Payment_Cards_Colors_AmericanExpress_32px.svg +1 -0
  788. package/assets/moz-icons/Payment_Cards_Colors_AmericanExpress_48px.svg +1 -0
  789. package/assets/moz-icons/Payment_Cards_Colors_AmericanExpress_64px.svg +1 -0
  790. package/assets/moz-icons/Payment_Cards_Colors_CB_24px.svg +1 -0
  791. package/assets/moz-icons/Payment_Cards_Colors_CB_32px.svg +1 -0
  792. package/assets/moz-icons/Payment_Cards_Colors_CB_48px.svg +1 -0
  793. package/assets/moz-icons/Payment_Cards_Colors_CB_64px.svg +1 -0
  794. package/assets/moz-icons/Payment_Cards_Colors_Cheque_24px.svg +1 -0
  795. package/assets/moz-icons/Payment_Cards_Colors_Cheque_32px.svg +1 -0
  796. package/assets/moz-icons/Payment_Cards_Colors_Cheque_48px.svg +1 -0
  797. package/assets/moz-icons/Payment_Cards_Colors_Cheque_64px.svg +1 -0
  798. package/assets/moz-icons/Payment_Cards_Colors_Gift_24px.svg +1 -0
  799. package/assets/moz-icons/Payment_Cards_Colors_Gift_32px.svg +1 -0
  800. package/assets/moz-icons/Payment_Cards_Colors_Gift_48px.svg +1 -0
  801. package/assets/moz-icons/Payment_Cards_Colors_Gift_64px.svg +1 -0
  802. package/assets/moz-icons/Payment_Cards_Colors_Illicado_24px.svg +1 -0
  803. package/assets/moz-icons/Payment_Cards_Colors_Illicado_32px.svg +1 -0
  804. package/assets/moz-icons/Payment_Cards_Colors_Illicado_48px.svg +1 -0
  805. package/assets/moz-icons/Payment_Cards_Colors_Illicado_64px.svg +1 -0
  806. package/assets/moz-icons/Payment_Cards_Colors_Loyalty_24px.svg +1 -0
  807. package/assets/moz-icons/Payment_Cards_Colors_Loyalty_32px.svg +1 -0
  808. package/assets/moz-icons/Payment_Cards_Colors_Loyalty_48px.svg +1 -0
  809. package/assets/moz-icons/Payment_Cards_Colors_Loyalty_64px.svg +1 -0
  810. package/assets/moz-icons/Payment_Cards_Colors_Maestro_24px.svg +1 -0
  811. package/assets/moz-icons/Payment_Cards_Colors_Maestro_32px.svg +1 -0
  812. package/assets/moz-icons/Payment_Cards_Colors_Maestro_48px.svg +1 -0
  813. package/assets/moz-icons/Payment_Cards_Colors_Maestro_64px.svg +1 -0
  814. package/assets/moz-icons/Payment_Cards_Colors_Mastercard_24px.svg +1 -0
  815. package/assets/moz-icons/Payment_Cards_Colors_Mastercard_32px.svg +1 -0
  816. package/assets/moz-icons/Payment_Cards_Colors_Mastercard_48px.svg +1 -0
  817. package/assets/moz-icons/Payment_Cards_Colors_Mastercard_64px.svg +1 -0
  818. package/assets/moz-icons/Payment_Cards_Colors_OneyX3_24px.svg +1 -0
  819. package/assets/moz-icons/Payment_Cards_Colors_OneyX3_32px.svg +1 -0
  820. package/assets/moz-icons/Payment_Cards_Colors_OneyX3_48px.svg +1 -0
  821. package/assets/moz-icons/Payment_Cards_Colors_OneyX3_64px.svg +1 -0
  822. package/assets/moz-icons/Payment_Cards_Colors_OneyX4_24px.svg +1 -0
  823. package/assets/moz-icons/Payment_Cards_Colors_OneyX4_32px.svg +1 -0
  824. package/assets/moz-icons/Payment_Cards_Colors_OneyX4_48px.svg +1 -0
  825. package/assets/moz-icons/Payment_Cards_Colors_OneyX4_64px.svg +1 -0
  826. package/assets/moz-icons/Payment_Cards_Colors_Oney_24px.svg +1 -0
  827. package/assets/moz-icons/Payment_Cards_Colors_Oney_32px.svg +1 -0
  828. package/assets/moz-icons/Payment_Cards_Colors_Oney_48px.svg +1 -0
  829. package/assets/moz-icons/Payment_Cards_Colors_Oney_64px.svg +1 -0
  830. package/assets/moz-icons/Payment_Cards_Colors_Paylib_24px.svg +1 -0
  831. package/assets/moz-icons/Payment_Cards_Colors_Paylib_32px.svg +1 -0
  832. package/assets/moz-icons/Payment_Cards_Colors_Paylib_48px.svg +1 -0
  833. package/assets/moz-icons/Payment_Cards_Colors_Paylib_64px.svg +1 -0
  834. package/assets/moz-icons/Payment_Cards_Colors_Paypal_24px.svg +1 -0
  835. package/assets/moz-icons/Payment_Cards_Colors_Paypal_32px.svg +1 -0
  836. package/assets/moz-icons/Payment_Cards_Colors_Paypal_48px.svg +1 -0
  837. package/assets/moz-icons/Payment_Cards_Colors_Paypal_64px.svg +1 -0
  838. package/assets/moz-icons/Payment_Cards_Colors_Visa_24px.svg +1 -0
  839. package/assets/moz-icons/Payment_Cards_Colors_Visa_32px.svg +1 -0
  840. package/assets/moz-icons/Payment_Cards_Colors_Visa_48px.svg +1 -0
  841. package/assets/moz-icons/Payment_Cards_Colors_Visa_64px.svg +1 -0
  842. package/assets/moz-icons/Payment_Cards_Monochrome_AmericanExpress_24px.svg +1 -0
  843. package/assets/moz-icons/Payment_Cards_Monochrome_AmericanExpress_32px.svg +1 -0
  844. package/assets/moz-icons/Payment_Cards_Monochrome_AmericanExpress_48px.svg +1 -0
  845. package/assets/moz-icons/Payment_Cards_Monochrome_AmericanExpress_64px.svg +1 -0
  846. package/assets/moz-icons/Payment_Cards_Monochrome_CB_24px.svg +1 -0
  847. package/assets/moz-icons/Payment_Cards_Monochrome_CB_32px.svg +1 -0
  848. package/assets/moz-icons/Payment_Cards_Monochrome_CB_48px.svg +1 -0
  849. package/assets/moz-icons/Payment_Cards_Monochrome_CB_64px.svg +1 -0
  850. package/assets/moz-icons/Payment_Cards_Monochrome_Cheque_24px.svg +1 -0
  851. package/assets/moz-icons/Payment_Cards_Monochrome_Cheque_32px.svg +1 -0
  852. package/assets/moz-icons/Payment_Cards_Monochrome_Cheque_48px.svg +1 -0
  853. package/assets/moz-icons/Payment_Cards_Monochrome_Cheque_64px.svg +1 -0
  854. package/assets/moz-icons/Payment_Cards_Monochrome_Gift_24px.svg +1 -0
  855. package/assets/moz-icons/Payment_Cards_Monochrome_Gift_32px.svg +1 -0
  856. package/assets/moz-icons/Payment_Cards_Monochrome_Gift_48px.svg +1 -0
  857. package/assets/moz-icons/Payment_Cards_Monochrome_Gift_64px.svg +1 -0
  858. package/assets/moz-icons/Payment_Cards_Monochrome_Illicado_24px.svg +1 -0
  859. package/assets/moz-icons/Payment_Cards_Monochrome_Illicado_32px.svg +1 -0
  860. package/assets/moz-icons/Payment_Cards_Monochrome_Illicado_48px.svg +1 -0
  861. package/assets/moz-icons/Payment_Cards_Monochrome_Illicado_64px.svg +1 -0
  862. package/assets/moz-icons/Payment_Cards_Monochrome_Loyalty_24px.svg +1 -0
  863. package/assets/moz-icons/Payment_Cards_Monochrome_Loyalty_32px.svg +1 -0
  864. package/assets/moz-icons/Payment_Cards_Monochrome_Loyalty_48px.svg +1 -0
  865. package/assets/moz-icons/Payment_Cards_Monochrome_Loyalty_64px.svg +1 -0
  866. package/assets/moz-icons/Payment_Cards_Monochrome_Maestro_24px.svg +1 -0
  867. package/assets/moz-icons/Payment_Cards_Monochrome_Maestro_32px.svg +1 -0
  868. package/assets/moz-icons/Payment_Cards_Monochrome_Maestro_48px.svg +1 -0
  869. package/assets/moz-icons/Payment_Cards_Monochrome_Maestro_64px.svg +1 -0
  870. package/assets/moz-icons/Payment_Cards_Monochrome_Mastercard_24px.svg +1 -0
  871. package/assets/moz-icons/Payment_Cards_Monochrome_Mastercard_32px.svg +1 -0
  872. package/assets/moz-icons/Payment_Cards_Monochrome_Mastercard_48px.svg +1 -0
  873. package/assets/moz-icons/Payment_Cards_Monochrome_Mastercard_64px.svg +1 -0
  874. package/assets/moz-icons/Payment_Cards_Monochrome_OneyX3_24px.svg +1 -0
  875. package/assets/moz-icons/Payment_Cards_Monochrome_OneyX3_32px.svg +1 -0
  876. package/assets/moz-icons/Payment_Cards_Monochrome_OneyX3_48px.svg +1 -0
  877. package/assets/moz-icons/Payment_Cards_Monochrome_OneyX3_64px.svg +1 -0
  878. package/assets/moz-icons/Payment_Cards_Monochrome_OneyX4_24px.svg +1 -0
  879. package/assets/moz-icons/Payment_Cards_Monochrome_OneyX4_32px.svg +1 -0
  880. package/assets/moz-icons/Payment_Cards_Monochrome_OneyX4_48px.svg +1 -0
  881. package/assets/moz-icons/Payment_Cards_Monochrome_OneyX4_64px.svg +1 -0
  882. package/assets/moz-icons/Payment_Cards_Monochrome_Oney_24px.svg +1 -0
  883. package/assets/moz-icons/Payment_Cards_Monochrome_Oney_32px.svg +1 -0
  884. package/assets/moz-icons/Payment_Cards_Monochrome_Oney_48px.svg +1 -0
  885. package/assets/moz-icons/Payment_Cards_Monochrome_Oney_64px.svg +1 -0
  886. package/assets/moz-icons/Payment_Cards_Monochrome_Paylib_24px.svg +1 -0
  887. package/assets/moz-icons/Payment_Cards_Monochrome_Paylib_32px.svg +1 -0
  888. package/assets/moz-icons/Payment_Cards_Monochrome_Paylib_48px.svg +1 -0
  889. package/assets/moz-icons/Payment_Cards_Monochrome_Paylib_64px.svg +1 -0
  890. package/assets/moz-icons/Payment_Cards_Monochrome_Paypal_24px.svg +1 -0
  891. package/assets/moz-icons/Payment_Cards_Monochrome_Paypal_32px.svg +1 -0
  892. package/assets/moz-icons/Payment_Cards_Monochrome_Paypal_48px.svg +1 -0
  893. package/assets/moz-icons/Payment_Cards_Monochrome_Paypal_64px.svg +1 -0
  894. package/assets/moz-icons/Payment_Cards_Monochrome_Visa_24px.svg +1 -0
  895. package/assets/moz-icons/Payment_Cards_Monochrome_Visa_32px.svg +1 -0
  896. package/assets/moz-icons/Payment_Cards_Monochrome_Visa_48px.svg +1 -0
  897. package/assets/moz-icons/Payment_Cards_Monochrome_Visa_64px.svg +1 -0
  898. package/assets/moz-icons/Payment_DetailsOrder_24px.svg +1 -0
  899. package/assets/moz-icons/Payment_DetailsOrder_32px.svg +1 -0
  900. package/assets/moz-icons/Payment_DetailsOrder_48px.svg +1 -0
  901. package/assets/moz-icons/Payment_DetailsOrder_64px.svg +1 -0
  902. package/assets/moz-icons/Payment_Euro_16px.svg +1 -0
  903. package/assets/moz-icons/Payment_Euro_24px.svg +1 -0
  904. package/assets/moz-icons/Payment_Euro_32px.svg +1 -0
  905. package/assets/moz-icons/Payment_Euro_48px.svg +1 -0
  906. package/assets/moz-icons/Payment_Euro_64px.svg +1 -0
  907. package/assets/moz-icons/Payment_Receipt_24px.svg +1 -0
  908. package/assets/moz-icons/Payment_Receipt_32px.svg +1 -0
  909. package/assets/moz-icons/Payment_Receipt_48px.svg +1 -0
  910. package/assets/moz-icons/Payment_Receipt_64px.svg +1 -0
  911. package/assets/moz-icons/Payment_SafePayment1_24px.svg +1 -0
  912. package/assets/moz-icons/Payment_SafePayment1_32px.svg +1 -0
  913. package/assets/moz-icons/Payment_SafePayment1_48px.svg +1 -0
  914. package/assets/moz-icons/Payment_SafePayment1_64px.svg +1 -0
  915. package/assets/moz-icons/Payment_SafePayment2_24px.svg +1 -0
  916. package/assets/moz-icons/Payment_SafePayment2_32px.svg +1 -0
  917. package/assets/moz-icons/Payment_SafePayment2_48px.svg +1 -0
  918. package/assets/moz-icons/Payment_SafePayment2_64px.svg +1 -0
  919. package/assets/moz-icons/Product_Aspect_Quantity_24px.svg +1 -0
  920. package/assets/moz-icons/Product_Aspect_Quantity_32px.svg +1 -0
  921. package/assets/moz-icons/Product_Aspect_Quantity_48px.svg +1 -0
  922. package/assets/moz-icons/Product_Aspect_Quantity_64px.svg +1 -0
  923. package/assets/moz-icons/Product_Aspect_Size_24px.svg +1 -0
  924. package/assets/moz-icons/Product_Aspect_Size_32px.svg +1 -0
  925. package/assets/moz-icons/Product_Aspect_Size_48px.svg +1 -0
  926. package/assets/moz-icons/Product_Aspect_Size_64px.svg +1 -0
  927. package/assets/moz-icons/Product_Aspect_Weight_24px.svg +1 -0
  928. package/assets/moz-icons/Product_Aspect_Weight_32px.svg +1 -0
  929. package/assets/moz-icons/Product_Aspect_Weight_48px.svg +1 -0
  930. package/assets/moz-icons/Product_Aspect_Weight_64px.svg +1 -0
  931. package/assets/moz-icons/Product_Basket_Add_24px.svg +1 -0
  932. package/assets/moz-icons/Product_Basket_Add_32px.svg +1 -0
  933. package/assets/moz-icons/Product_Basket_Add_48px.svg +1 -0
  934. package/assets/moz-icons/Product_Basket_Add_64px.svg +1 -0
  935. package/assets/moz-icons/Product_Basket_Handbag_24px.svg +1 -0
  936. package/assets/moz-icons/Product_Basket_Handbag_32px.svg +1 -0
  937. package/assets/moz-icons/Product_Basket_Handbag_48px.svg +1 -0
  938. package/assets/moz-icons/Product_Basket_Handbag_64px.svg +1 -0
  939. package/assets/moz-icons/Product_Basket_Multi_24px.svg +1 -0
  940. package/assets/moz-icons/Product_Basket_Multi_32px.svg +1 -0
  941. package/assets/moz-icons/Product_Basket_Multi_48px.svg +1 -0
  942. package/assets/moz-icons/Product_Basket_Multi_64px.svg +1 -0
  943. package/assets/moz-icons/Product_Basket_Save_24px.svg +1 -0
  944. package/assets/moz-icons/Product_Basket_Save_32px.svg +1 -0
  945. package/assets/moz-icons/Product_Basket_Save_48px.svg +1 -0
  946. package/assets/moz-icons/Product_Basket_Save_64px.svg +1 -0
  947. package/assets/moz-icons/Product_Basket_Standard_24px.svg +1 -0
  948. package/assets/moz-icons/Product_Basket_Standard_32px.svg +1 -0
  949. package/assets/moz-icons/Product_Basket_Standard_48px.svg +1 -0
  950. package/assets/moz-icons/Product_Basket_Standard_64px.svg +1 -0
  951. package/assets/moz-icons/Product_List_Add_24px.svg +1 -0
  952. package/assets/moz-icons/Product_List_Add_32px.svg +1 -0
  953. package/assets/moz-icons/Product_List_Add_48px.svg +1 -0
  954. package/assets/moz-icons/Product_List_Add_64px.svg +1 -0
  955. package/assets/moz-icons/Product_List_Standard_24px.svg +1 -0
  956. package/assets/moz-icons/Product_List_Standard_32px.svg +1 -0
  957. package/assets/moz-icons/Product_List_Standard_48px.svg +1 -0
  958. package/assets/moz-icons/Product_List_Standard_64px.svg +1 -0
  959. package/assets/moz-icons/Product_Promise_Certification_24px.svg +1 -0
  960. package/assets/moz-icons/Product_Promise_Certification_32px.svg +1 -0
  961. package/assets/moz-icons/Product_Promise_Certification_48px.svg +1 -0
  962. package/assets/moz-icons/Product_Promise_Certification_64px.svg +1 -0
  963. package/assets/moz-icons/Product_Promise_CircularEconomy_24px.svg +1 -0
  964. package/assets/moz-icons/Product_Promise_CircularEconomy_32px.svg +1 -0
  965. package/assets/moz-icons/Product_Promise_CircularEconomy_48px.svg +1 -0
  966. package/assets/moz-icons/Product_Promise_CircularEconomy_64px.svg +1 -0
  967. package/assets/moz-icons/Product_Promise_Destocking_24px.svg +1 -0
  968. package/assets/moz-icons/Product_Promise_Destocking_32px.svg +1 -0
  969. package/assets/moz-icons/Product_Promise_Destocking_48px.svg +1 -0
  970. package/assets/moz-icons/Product_Promise_Destocking_64px.svg +1 -0
  971. package/assets/moz-icons/Product_Promise_EcoProduct_24px.svg +1 -0
  972. package/assets/moz-icons/Product_Promise_EcoProduct_32px.svg +1 -0
  973. package/assets/moz-icons/Product_Promise_EcoProduct_48px.svg +1 -0
  974. package/assets/moz-icons/Product_Promise_EcoProduct_64px.svg +1 -0
  975. package/assets/moz-icons/Product_Promise_FashionChoice_24px.svg +1 -0
  976. package/assets/moz-icons/Product_Promise_FashionChoice_32px.svg +1 -0
  977. package/assets/moz-icons/Product_Promise_FashionChoice_48px.svg +1 -0
  978. package/assets/moz-icons/Product_Promise_FashionChoice_64px.svg +1 -0
  979. package/assets/moz-icons/Product_Promise_Funding_24px.svg +1 -0
  980. package/assets/moz-icons/Product_Promise_Funding_32px.svg +1 -0
  981. package/assets/moz-icons/Product_Promise_Funding_48px.svg +1 -0
  982. package/assets/moz-icons/Product_Promise_Funding_64px.svg +1 -0
  983. package/assets/moz-icons/Product_Promise_MadeInEurope_24px.svg +1 -0
  984. package/assets/moz-icons/Product_Promise_MadeInEurope_32px.svg +1 -0
  985. package/assets/moz-icons/Product_Promise_MadeInEurope_48px.svg +1 -0
  986. package/assets/moz-icons/Product_Promise_MadeInEurope_64px.svg +1 -0
  987. package/assets/moz-icons/Product_Promise_MadeInFrance_24px.svg +1 -0
  988. package/assets/moz-icons/Product_Promise_MadeInFrance_32px.svg +1 -0
  989. package/assets/moz-icons/Product_Promise_MadeInFrance_48px.svg +1 -0
  990. package/assets/moz-icons/Product_Promise_MadeInFrance_64px.svg +1 -0
  991. package/assets/moz-icons/Product_Promise_Modular_24px.svg +1 -0
  992. package/assets/moz-icons/Product_Promise_Modular_32px.svg +1 -0
  993. package/assets/moz-icons/Product_Promise_Modular_48px.svg +1 -0
  994. package/assets/moz-icons/Product_Promise_Modular_64px.svg +1 -0
  995. package/assets/moz-icons/Product_Promise_ProductOnPicture_24px.svg +1 -0
  996. package/assets/moz-icons/Product_Promise_ProductOnPicture_32px.svg +1 -0
  997. package/assets/moz-icons/Product_Promise_ProductOnPicture_48px.svg +1 -0
  998. package/assets/moz-icons/Product_Promise_ProductOnPicture_64px.svg +1 -0
  999. package/assets/moz-icons/Product_Promise_ProductSheet_24px.svg +1 -0
  1000. package/assets/moz-icons/Product_Promise_ProductSheet_32px.svg +1 -0
  1001. package/assets/moz-icons/Product_Promise_ProductSheet_48px.svg +1 -0
  1002. package/assets/moz-icons/Product_Promise_ProductSheet_64px.svg +1 -0
  1003. package/assets/moz-icons/Product_Promise_Scan_24px.svg +1 -0
  1004. package/assets/moz-icons/Product_Promise_Scan_32px.svg +1 -0
  1005. package/assets/moz-icons/Product_Promise_Scan_48px.svg +1 -0
  1006. package/assets/moz-icons/Product_Promise_Scan_64px.svg +1 -0
  1007. package/assets/moz-icons/Product_Promise_Warranty_24px.svg +1 -0
  1008. package/assets/moz-icons/Product_Promise_Warranty_32px.svg +1 -0
  1009. package/assets/moz-icons/Product_Promise_Warranty_48px.svg +1 -0
  1010. package/assets/moz-icons/Product_Promise_Warranty_64px.svg +1 -0
  1011. package/assets/moz-icons/Project_DescribeProject_24px.svg +1 -0
  1012. package/assets/moz-icons/Project_DescribeProject_32px.svg +1 -0
  1013. package/assets/moz-icons/Project_DescribeProject_48px.svg +1 -0
  1014. package/assets/moz-icons/Project_DescribeProject_64px.svg +1 -0
  1015. package/assets/moz-icons/Project_Inspiration_24px.svg +1 -0
  1016. package/assets/moz-icons/Project_Inspiration_32px.svg +1 -0
  1017. package/assets/moz-icons/Project_Inspiration_48px.svg +1 -0
  1018. package/assets/moz-icons/Project_Inspiration_64px.svg +1 -0
  1019. package/assets/moz-icons/Project_MakeProject_24px.svg +1 -0
  1020. package/assets/moz-icons/Project_MakeProject_32px.svg +1 -0
  1021. package/assets/moz-icons/Project_MakeProject_48px.svg +1 -0
  1022. package/assets/moz-icons/Project_MakeProject_64px.svg +1 -0
  1023. package/assets/moz-icons/Service_AfterSales_AfterSalesService_24px.svg +1 -0
  1024. package/assets/moz-icons/Service_AfterSales_AfterSalesService_32px.svg +1 -0
  1025. package/assets/moz-icons/Service_AfterSales_AfterSalesService_48px.svg +1 -0
  1026. package/assets/moz-icons/Service_AfterSales_AfterSalesService_64px.svg +1 -0
  1027. package/assets/moz-icons/Service_AfterSales_Helpline_24px.svg +1 -0
  1028. package/assets/moz-icons/Service_AfterSales_Helpline_32px.svg +1 -0
  1029. package/assets/moz-icons/Service_AfterSales_Helpline_48px.svg +1 -0
  1030. package/assets/moz-icons/Service_AfterSales_Helpline_64px.svg +1 -0
  1031. package/assets/moz-icons/Service_AfterSales_Payback_24px.svg +1 -0
  1032. package/assets/moz-icons/Service_AfterSales_Payback_32px.svg +1 -0
  1033. package/assets/moz-icons/Service_AfterSales_Payback_48px.svg +1 -0
  1034. package/assets/moz-icons/Service_AfterSales_Payback_64px.svg +1 -0
  1035. package/assets/moz-icons/Service_AfterSales_Satisfaction_24px.svg +1 -0
  1036. package/assets/moz-icons/Service_AfterSales_Satisfaction_32px.svg +1 -0
  1037. package/assets/moz-icons/Service_AfterSales_Satisfaction_48px.svg +1 -0
  1038. package/assets/moz-icons/Service_AfterSales_Satisfaction_64px.svg +1 -0
  1039. package/assets/moz-icons/Service_Custom_CopyKey_24px.svg +1 -0
  1040. package/assets/moz-icons/Service_Custom_CopyKey_32px.svg +1 -0
  1041. package/assets/moz-icons/Service_Custom_CopyKey_48px.svg +1 -0
  1042. package/assets/moz-icons/Service_Custom_CopyKey_64px.svg +1 -0
  1043. package/assets/moz-icons/Service_Custom_Course_24px.svg +1 -0
  1044. package/assets/moz-icons/Service_Custom_Course_32px.svg +1 -0
  1045. package/assets/moz-icons/Service_Custom_Course_48px.svg +1 -0
  1046. package/assets/moz-icons/Service_Custom_Course_64px.svg +1 -0
  1047. package/assets/moz-icons/Service_Custom_CutWoodGlass_24px.svg +1 -0
  1048. package/assets/moz-icons/Service_Custom_CutWoodGlass_32px.svg +1 -0
  1049. package/assets/moz-icons/Service_Custom_CutWoodGlass_48px.svg +1 -0
  1050. package/assets/moz-icons/Service_Custom_CutWoodGlass_64px.svg +1 -0
  1051. package/assets/moz-icons/Service_Custom_Sample_24px.svg +1 -0
  1052. package/assets/moz-icons/Service_Custom_Sample_32px.svg +1 -0
  1053. package/assets/moz-icons/Service_Custom_Sample_48px.svg +1 -0
  1054. package/assets/moz-icons/Service_Custom_Sample_64px.svg +1 -0
  1055. package/assets/moz-icons/Service_Custom_Sharpening_24px.svg +1 -0
  1056. package/assets/moz-icons/Service_Custom_Sharpening_32px.svg +1 -0
  1057. package/assets/moz-icons/Service_Custom_Sharpening_48px.svg +1 -0
  1058. package/assets/moz-icons/Service_Custom_Sharpening_64px.svg +1 -0
  1059. package/assets/moz-icons/Service_Delivery_Delivery--Home_24px.svg +1 -0
  1060. package/assets/moz-icons/Service_Delivery_Delivery--Home_32px.svg +1 -0
  1061. package/assets/moz-icons/Service_Delivery_Delivery--Home_48px.svg +1 -0
  1062. package/assets/moz-icons/Service_Delivery_Delivery--Home_64px.svg +1 -0
  1063. package/assets/moz-icons/Service_Delivery_Delivery--Locker_24px.svg +1 -0
  1064. package/assets/moz-icons/Service_Delivery_Delivery--Locker_32px.svg +1 -0
  1065. package/assets/moz-icons/Service_Delivery_Delivery--Locker_48px.svg +1 -0
  1066. package/assets/moz-icons/Service_Delivery_Delivery--Locker_64px.svg +1 -0
  1067. package/assets/moz-icons/Service_Delivery_Delivery_Pickup--RelayPoint_24px.svg +1 -0
  1068. package/assets/moz-icons/Service_Delivery_Delivery_Pickup--RelayPoint_32px.svg +1 -0
  1069. package/assets/moz-icons/Service_Delivery_Delivery_Pickup--RelayPoint_48px.svg +1 -0
  1070. package/assets/moz-icons/Service_Delivery_Delivery_Pickup--RelayPoint_64px.svg +1 -0
  1071. package/assets/moz-icons/Service_Delivery_Delivery_Pickup--Store_24px.svg +1 -0
  1072. package/assets/moz-icons/Service_Delivery_Delivery_Pickup--Store_32px.svg +1 -0
  1073. package/assets/moz-icons/Service_Delivery_Delivery_Pickup--Store_48px.svg +1 -0
  1074. package/assets/moz-icons/Service_Delivery_Delivery_Pickup--Store_64px.svg +1 -0
  1075. package/assets/moz-icons/Service_Pallet_24px.svg +1 -0
  1076. package/assets/moz-icons/Service_Pallet_32px.svg +1 -0
  1077. package/assets/moz-icons/Service_Pallet_48px.svg +1 -0
  1078. package/assets/moz-icons/Service_Pallet_64px.svg +1 -0
  1079. package/assets/moz-icons/Service_PurchaseHelp_CarRent_24px.svg +1 -0
  1080. package/assets/moz-icons/Service_PurchaseHelp_CarRent_32px.svg +1 -0
  1081. package/assets/moz-icons/Service_PurchaseHelp_CarRent_48px.svg +1 -0
  1082. package/assets/moz-icons/Service_PurchaseHelp_CarRent_64px.svg +1 -0
  1083. package/assets/moz-icons/Service_PurchaseHelp_HomeDIY_24px.svg +1 -0
  1084. package/assets/moz-icons/Service_PurchaseHelp_HomeDIY_32px.svg +1 -0
  1085. package/assets/moz-icons/Service_PurchaseHelp_HomeDIY_48px.svg +1 -0
  1086. package/assets/moz-icons/Service_PurchaseHelp_HomeDIY_64px.svg +1 -0
  1087. package/assets/moz-icons/Service_PurchaseHelp_HomeInstall_24px.svg +1 -0
  1088. package/assets/moz-icons/Service_PurchaseHelp_HomeInstall_32px.svg +1 -0
  1089. package/assets/moz-icons/Service_PurchaseHelp_HomeInstall_48px.svg +1 -0
  1090. package/assets/moz-icons/Service_PurchaseHelp_HomeInstall_64px.svg +1 -0
  1091. package/assets/moz-icons/Service_PurchaseHelp_ToolRent_24px.svg +1 -0
  1092. package/assets/moz-icons/Service_PurchaseHelp_ToolRent_32px.svg +1 -0
  1093. package/assets/moz-icons/Service_PurchaseHelp_ToolRent_48px.svg +1 -0
  1094. package/assets/moz-icons/Service_PurchaseHelp_ToolRent_64px.svg +1 -0
  1095. package/assets/moz-icons/Service_Time_Delivery--2h_24px.svg +1 -0
  1096. package/assets/moz-icons/Service_Time_Delivery--2h_32px.svg +1 -0
  1097. package/assets/moz-icons/Service_Time_Delivery--2h_48px.svg +1 -0
  1098. package/assets/moz-icons/Service_Time_Delivery--2h_64px.svg +1 -0
  1099. package/assets/moz-icons/Service_Time_Delivery--3h_24px.svg +1 -0
  1100. package/assets/moz-icons/Service_Time_Delivery--3h_32px.svg +1 -0
  1101. package/assets/moz-icons/Service_Time_Delivery--3h_48px.svg +1 -0
  1102. package/assets/moz-icons/Service_Time_Delivery--3h_64px.svg +1 -0
  1103. package/assets/moz-icons/Service_Time_Delivery--48h_24px.svg +1 -0
  1104. package/assets/moz-icons/Service_Time_Delivery--48h_32px.svg +1 -0
  1105. package/assets/moz-icons/Service_Time_Delivery--48h_48px.svg +1 -0
  1106. package/assets/moz-icons/Service_Time_Delivery--48h_64px.svg +1 -0
  1107. package/assets/moz-icons/Service_Time_TimeDecline_24px.svg +1 -0
  1108. package/assets/moz-icons/Service_Time_TimeDecline_32px.svg +1 -0
  1109. package/assets/moz-icons/Service_Time_TimeDecline_48px.svg +1 -0
  1110. package/assets/moz-icons/Service_Time_TimeDecline_64px.svg +1 -0
  1111. package/assets/moz-icons/Service_Tools_3d_24px.svg +1 -0
  1112. package/assets/moz-icons/Service_Tools_3d_32px.svg +1 -0
  1113. package/assets/moz-icons/Service_Tools_3d_48px.svg +1 -0
  1114. package/assets/moz-icons/Service_Tools_3d_64px.svg +1 -0
  1115. package/assets/moz-icons/Service_Tools_Calculator_24px.svg +1 -0
  1116. package/assets/moz-icons/Service_Tools_Calculator_32px.svg +1 -0
  1117. package/assets/moz-icons/Service_Tools_Calculator_48px.svg +1 -0
  1118. package/assets/moz-icons/Service_Tools_Calculator_64px.svg +1 -0
  1119. package/assets/moz-icons/Service_Tools_Comparator_24px.svg +1 -0
  1120. package/assets/moz-icons/Service_Tools_Comparator_32px.svg +1 -0
  1121. package/assets/moz-icons/Service_Tools_Comparator_48px.svg +1 -0
  1122. package/assets/moz-icons/Service_Tools_Comparator_64px.svg +1 -0
  1123. package/assets/moz-icons/Social_Comment_Comment_24px.svg +1 -0
  1124. package/assets/moz-icons/Social_Comment_Comment_32px.svg +1 -0
  1125. package/assets/moz-icons/Social_Comment_Comment_48px.svg +1 -0
  1126. package/assets/moz-icons/Social_Comment_Comment_64px.svg +1 -0
  1127. package/assets/moz-icons/Social_Comment_Community_24px.svg +1 -0
  1128. package/assets/moz-icons/Social_Comment_Community_32px.svg +1 -0
  1129. package/assets/moz-icons/Social_Comment_Community_48px.svg +1 -0
  1130. package/assets/moz-icons/Social_Comment_Community_64px.svg +1 -0
  1131. package/assets/moz-icons/Social_Comment_Question--Article_24px.svg +1 -0
  1132. package/assets/moz-icons/Social_Comment_Question--Article_32px.svg +1 -0
  1133. package/assets/moz-icons/Social_Comment_Question--Article_48px.svg +1 -0
  1134. package/assets/moz-icons/Social_Comment_Question--Article_64px.svg +1 -0
  1135. package/assets/moz-icons/Social_Comment_Report_24px.svg +1 -0
  1136. package/assets/moz-icons/Social_Comment_Report_32px.svg +1 -0
  1137. package/assets/moz-icons/Social_Comment_Report_48px.svg +1 -0
  1138. package/assets/moz-icons/Social_Comment_Report_64px.svg +1 -0
  1139. package/assets/moz-icons/Social_Share_ShareAndroid_24px.svg +1 -0
  1140. package/assets/moz-icons/Social_Share_ShareAndroid_32px.svg +1 -0
  1141. package/assets/moz-icons/Social_Share_ShareAndroid_48px.svg +1 -0
  1142. package/assets/moz-icons/Social_Share_ShareAndroid_64px.svg +1 -0
  1143. package/assets/moz-icons/Social_Share_ShareIOS_24px.svg +1 -0
  1144. package/assets/moz-icons/Social_Share_ShareIOS_32px.svg +1 -0
  1145. package/assets/moz-icons/Social_Share_ShareIOS_48px.svg +1 -0
  1146. package/assets/moz-icons/Social_Share_ShareIOS_64px.svg +1 -0
  1147. package/assets/moz-icons/Social_SocialNetwork_Facebook_24px.svg +1 -0
  1148. package/assets/moz-icons/Social_SocialNetwork_Facebook_32px.svg +1 -0
  1149. package/assets/moz-icons/Social_SocialNetwork_Facebook_48px.svg +1 -0
  1150. package/assets/moz-icons/Social_SocialNetwork_Facebook_64px.svg +1 -0
  1151. package/assets/moz-icons/Social_SocialNetwork_Instagram_24px.svg +1 -0
  1152. package/assets/moz-icons/Social_SocialNetwork_Instagram_32px.svg +1 -0
  1153. package/assets/moz-icons/Social_SocialNetwork_Instagram_48px.svg +1 -0
  1154. package/assets/moz-icons/Social_SocialNetwork_Instagram_64px.svg +1 -0
  1155. package/assets/moz-icons/Social_SocialNetwork_Linkedin_24px.svg +1 -0
  1156. package/assets/moz-icons/Social_SocialNetwork_Linkedin_32px.svg +1 -0
  1157. package/assets/moz-icons/Social_SocialNetwork_Linkedin_48px.svg +1 -0
  1158. package/assets/moz-icons/Social_SocialNetwork_Linkedin_64px.svg +1 -0
  1159. package/assets/moz-icons/Social_SocialNetwork_Pinterest_24px.svg +1 -0
  1160. package/assets/moz-icons/Social_SocialNetwork_Pinterest_32px.svg +1 -0
  1161. package/assets/moz-icons/Social_SocialNetwork_Pinterest_48px.svg +1 -0
  1162. package/assets/moz-icons/Social_SocialNetwork_Pinterest_64px.svg +1 -0
  1163. package/assets/moz-icons/Social_SocialNetwork_Twitter_24px.svg +1 -0
  1164. package/assets/moz-icons/Social_SocialNetwork_Twitter_32px.svg +1 -0
  1165. package/assets/moz-icons/Social_SocialNetwork_Twitter_48px.svg +1 -0
  1166. package/assets/moz-icons/Social_SocialNetwork_Twitter_64px.svg +1 -0
  1167. package/assets/moz-icons/Social_SocialNetwork_Youtube_24px.svg +1 -0
  1168. package/assets/moz-icons/Social_SocialNetwork_Youtube_32px.svg +1 -0
  1169. package/assets/moz-icons/Social_SocialNetwork_Youtube_48px.svg +1 -0
  1170. package/assets/moz-icons/Social_SocialNetwork_Youtube_64px.svg +1 -0
  1171. package/assets/moz-icons/Social_View_Like--Negative_16px.svg +1 -0
  1172. package/assets/moz-icons/Social_View_Like--Negative_24px.svg +1 -0
  1173. package/assets/moz-icons/Social_View_Like--Negative_32px.svg +1 -0
  1174. package/assets/moz-icons/Social_View_Like--Negative_48px.svg +1 -0
  1175. package/assets/moz-icons/Social_View_Like--Negative_64px.svg +1 -0
  1176. package/assets/moz-icons/Social_View_Like--Positive_16px.svg +1 -0
  1177. package/assets/moz-icons/Social_View_Like--Positive_24px.svg +1 -0
  1178. package/assets/moz-icons/Social_View_Like--Positive_32px.svg +1 -0
  1179. package/assets/moz-icons/Social_View_Like--Positive_48px.svg +1 -0
  1180. package/assets/moz-icons/Social_View_Like--Positive_64px.svg +1 -0
  1181. package/assets/moz-icons/Social_View_Star--Empty_16px.svg +1 -0
  1182. package/assets/moz-icons/Social_View_Star--Empty_24px.svg +1 -0
  1183. package/assets/moz-icons/Social_View_Star--Empty_32px.svg +1 -0
  1184. package/assets/moz-icons/Social_View_Star--Empty_48px.svg +1 -0
  1185. package/assets/moz-icons/Social_View_Star--Empty_64px.svg +1 -0
  1186. package/assets/moz-icons/Social_View_Star--Full_16px.svg +1 -0
  1187. package/assets/moz-icons/Social_View_Star--Full_24px.svg +1 -0
  1188. package/assets/moz-icons/Social_View_Star--Full_32px.svg +1 -0
  1189. package/assets/moz-icons/Social_View_Star--Full_48px.svg +1 -0
  1190. package/assets/moz-icons/Social_View_Star--Full_64px.svg +1 -0
  1191. package/assets/moz-icons/Social_View_Star--Half_16px.svg +1 -0
  1192. package/assets/moz-icons/Social_View_Star--Half_24px.svg +1 -0
  1193. package/assets/moz-icons/Social_View_Star--Half_32px.svg +1 -0
  1194. package/assets/moz-icons/Social_View_Star--Half_48px.svg +1 -0
  1195. package/assets/moz-icons/Social_View_Star--Half_64px.svg +1 -0
  1196. package/assets/moz-icons/Social_View_TesterView_24px.svg +1 -0
  1197. package/assets/moz-icons/Social_View_TesterView_32px.svg +1 -0
  1198. package/assets/moz-icons/Social_View_TesterView_48px.svg +1 -0
  1199. package/assets/moz-icons/Social_View_TesterView_64px.svg +1 -0
  1200. package/assets/moz-icons/Store_Colors_RelayLocation_24px.svg +1 -0
  1201. package/assets/moz-icons/Store_Colors_RelayLocation_32px.svg +1 -0
  1202. package/assets/moz-icons/Store_Colors_RelayLocation_48px.svg +1 -0
  1203. package/assets/moz-icons/Store_Colors_RelayLocation_64px.svg +1 -0
  1204. package/assets/moz-icons/Store_Colors_StoreLocation_24px.svg +1 -0
  1205. package/assets/moz-icons/Store_Colors_StoreLocation_32px.svg +1 -0
  1206. package/assets/moz-icons/Store_Colors_StoreLocation_48px.svg +1 -0
  1207. package/assets/moz-icons/Store_Colors_StoreLocation_64px.svg +1 -0
  1208. package/assets/moz-icons/Store_Itinerary_24px.svg +1 -0
  1209. package/assets/moz-icons/Store_Itinerary_32px.svg +1 -0
  1210. package/assets/moz-icons/Store_Itinerary_48px.svg +1 -0
  1211. package/assets/moz-icons/Store_Itinerary_64px.svg +1 -0
  1212. package/assets/moz-icons/Store_Locator_16px.svg +1 -0
  1213. package/assets/moz-icons/Store_Locator_24px.svg +1 -0
  1214. package/assets/moz-icons/Store_Locator_32px.svg +1 -0
  1215. package/assets/moz-icons/Store_Locator_48px.svg +1 -0
  1216. package/assets/moz-icons/Store_Locator_64px.svg +1 -0
  1217. package/assets/moz-icons/Store_Logo_24px.svg +1 -0
  1218. package/assets/moz-icons/Store_Logo_32px.svg +1 -0
  1219. package/assets/moz-icons/Store_Logo_48px.svg +1 -0
  1220. package/assets/moz-icons/Store_Logo_64px.svg +1 -0
  1221. package/assets/moz-icons/Store_Map_24px.svg +1 -0
  1222. package/assets/moz-icons/Store_Map_32px.svg +1 -0
  1223. package/assets/moz-icons/Store_Map_48px.svg +1 -0
  1224. package/assets/moz-icons/Store_Map_64px.svg +1 -0
  1225. package/assets/moz-icons/Store_Monochrome_RelayLocation_24px.svg +1 -0
  1226. package/assets/moz-icons/Store_Monochrome_RelayLocation_32px.svg +1 -0
  1227. package/assets/moz-icons/Store_Monochrome_RelayLocation_48px.svg +1 -0
  1228. package/assets/moz-icons/Store_Monochrome_RelayLocation_64px.svg +1 -0
  1229. package/assets/moz-icons/Store_Monochrome_StoreLocation_24px.svg +1 -0
  1230. package/assets/moz-icons/Store_Monochrome_StoreLocation_32px.svg +1 -0
  1231. package/assets/moz-icons/Store_Monochrome_StoreLocation_48px.svg +1 -0
  1232. package/assets/moz-icons/Store_Monochrome_StoreLocation_64px.svg +1 -0
  1233. package/assets/moz-icons/Store_StoreLM_24px.svg +1 -0
  1234. package/assets/moz-icons/Store_StoreLM_32px.svg +1 -0
  1235. package/assets/moz-icons/Store_StoreLM_48px.svg +1 -0
  1236. package/assets/moz-icons/Store_StoreLM_64px.svg +1 -0
  1237. package/assets/moz-icons/Universe_Attic_24px.svg +1 -0
  1238. package/assets/moz-icons/Universe_Attic_32px.svg +1 -0
  1239. package/assets/moz-icons/Universe_Attic_48px.svg +1 -0
  1240. package/assets/moz-icons/Universe_Attic_64px.svg +1 -0
  1241. package/assets/moz-icons/Universe_Bathroom_24px.svg +1 -0
  1242. package/assets/moz-icons/Universe_Bathroom_32px.svg +1 -0
  1243. package/assets/moz-icons/Universe_Bathroom_48px.svg +1 -0
  1244. package/assets/moz-icons/Universe_Bathroom_64px.svg +1 -0
  1245. package/assets/moz-icons/Universe_Bedroom_24px.svg +1 -0
  1246. package/assets/moz-icons/Universe_Bedroom_32px.svg +1 -0
  1247. package/assets/moz-icons/Universe_Bedroom_48px.svg +1 -0
  1248. package/assets/moz-icons/Universe_Bedroom_64px.svg +1 -0
  1249. package/assets/moz-icons/Universe_Carpentry_24px.svg +1 -0
  1250. package/assets/moz-icons/Universe_Carpentry_32px.svg +1 -0
  1251. package/assets/moz-icons/Universe_Carpentry_48px.svg +1 -0
  1252. package/assets/moz-icons/Universe_Carpentry_64px.svg +1 -0
  1253. package/assets/moz-icons/Universe_ChristmasTree_24px.svg +1 -0
  1254. package/assets/moz-icons/Universe_ChristmasTree_32px.svg +1 -0
  1255. package/assets/moz-icons/Universe_ChristmasTree_48px.svg +1 -0
  1256. package/assets/moz-icons/Universe_ChristmasTree_64px.svg +1 -0
  1257. package/assets/moz-icons/Universe_ConnectedHome_24px.svg +1 -0
  1258. package/assets/moz-icons/Universe_ConnectedHome_32px.svg +1 -0
  1259. package/assets/moz-icons/Universe_ConnectedHome_48px.svg +1 -0
  1260. package/assets/moz-icons/Universe_ConnectedHome_64px.svg +1 -0
  1261. package/assets/moz-icons/Universe_Curtains_24px.svg +1 -0
  1262. package/assets/moz-icons/Universe_Curtains_32px.svg +1 -0
  1263. package/assets/moz-icons/Universe_Curtains_48px.svg +1 -0
  1264. package/assets/moz-icons/Universe_Curtains_64px.svg +1 -0
  1265. package/assets/moz-icons/Universe_Dressing_24px.svg +1 -0
  1266. package/assets/moz-icons/Universe_Dressing_32px.svg +1 -0
  1267. package/assets/moz-icons/Universe_Dressing_48px.svg +1 -0
  1268. package/assets/moz-icons/Universe_Dressing_64px.svg +1 -0
  1269. package/assets/moz-icons/Universe_Drill-alt_24px.svg +1 -0
  1270. package/assets/moz-icons/Universe_Drill-alt_32px.svg +1 -0
  1271. package/assets/moz-icons/Universe_Drill-alt_48px.svg +1 -0
  1272. package/assets/moz-icons/Universe_Drill-alt_64px.svg +1 -0
  1273. package/assets/moz-icons/Universe_Electricity_24px.svg +1 -0
  1274. package/assets/moz-icons/Universe_Electricity_32px.svg +1 -0
  1275. package/assets/moz-icons/Universe_Electricity_48px.svg +1 -0
  1276. package/assets/moz-icons/Universe_Electricity_64px.svg +1 -0
  1277. package/assets/moz-icons/Universe_Enki_24px.svg +1 -0
  1278. package/assets/moz-icons/Universe_Enki_32px.svg +1 -0
  1279. package/assets/moz-icons/Universe_Enki_48px.svg +1 -0
  1280. package/assets/moz-icons/Universe_Enki_64px.svg +1 -0
  1281. package/assets/moz-icons/Universe_Floor_24px.svg +1 -0
  1282. package/assets/moz-icons/Universe_Floor_32px.svg +1 -0
  1283. package/assets/moz-icons/Universe_Floor_48px.svg +1 -0
  1284. package/assets/moz-icons/Universe_Floor_64px.svg +1 -0
  1285. package/assets/moz-icons/Universe_Garage_24px.svg +1 -0
  1286. package/assets/moz-icons/Universe_Garage_32px.svg +1 -0
  1287. package/assets/moz-icons/Universe_Garage_48px.svg +1 -0
  1288. package/assets/moz-icons/Universe_Garage_64px.svg +1 -0
  1289. package/assets/moz-icons/Universe_Garden1_24px.svg +1 -0
  1290. package/assets/moz-icons/Universe_Garden1_32px.svg +1 -0
  1291. package/assets/moz-icons/Universe_Garden1_48px.svg +1 -0
  1292. package/assets/moz-icons/Universe_Garden1_64px.svg +1 -0
  1293. package/assets/moz-icons/Universe_Garden2_24px.svg +1 -0
  1294. package/assets/moz-icons/Universe_Garden2_32px.svg +1 -0
  1295. package/assets/moz-icons/Universe_Garden2_48px.svg +1 -0
  1296. package/assets/moz-icons/Universe_Garden2_64px.svg +1 -0
  1297. package/assets/moz-icons/Universe_Garden_24px.svg +1 -0
  1298. package/assets/moz-icons/Universe_Garden_32px.svg +1 -0
  1299. package/assets/moz-icons/Universe_Garden_48px.svg +1 -0
  1300. package/assets/moz-icons/Universe_Garden_64px.svg +1 -0
  1301. package/assets/moz-icons/Universe_Glass_24px.svg +1 -0
  1302. package/assets/moz-icons/Universe_Glass_32px.svg +1 -0
  1303. package/assets/moz-icons/Universe_Glass_48px.svg +1 -0
  1304. package/assets/moz-icons/Universe_Glass_64px.svg +1 -0
  1305. package/assets/moz-icons/Universe_Hard-hat-alt_24px.svg +1 -0
  1306. package/assets/moz-icons/Universe_Hard-hat-alt_32px.svg +1 -0
  1307. package/assets/moz-icons/Universe_Hard-hat-alt_48px.svg +1 -0
  1308. package/assets/moz-icons/Universe_Hard-hat-alt_64px.svg +1 -0
  1309. package/assets/moz-icons/Universe_HardwareStore_24px.svg +1 -0
  1310. package/assets/moz-icons/Universe_HardwareStore_32px.svg +1 -0
  1311. package/assets/moz-icons/Universe_HardwareStore_48px.svg +1 -0
  1312. package/assets/moz-icons/Universe_HardwareStore_64px.svg +1 -0
  1313. package/assets/moz-icons/Universe_Heater_24px.svg +1 -0
  1314. package/assets/moz-icons/Universe_Heater_32px.svg +1 -0
  1315. package/assets/moz-icons/Universe_Heater_48px.svg +1 -0
  1316. package/assets/moz-icons/Universe_Heater_64px.svg +1 -0
  1317. package/assets/moz-icons/Universe_Insulation-alt_24px.svg +1 -0
  1318. package/assets/moz-icons/Universe_Insulation-alt_32px.svg +1 -0
  1319. package/assets/moz-icons/Universe_Insulation-alt_48px.svg +1 -0
  1320. package/assets/moz-icons/Universe_Insulation-alt_64px.svg +1 -0
  1321. package/assets/moz-icons/Universe_Kids_24px.svg +1 -0
  1322. package/assets/moz-icons/Universe_Kids_32px.svg +1 -0
  1323. package/assets/moz-icons/Universe_Kids_48px.svg +1 -0
  1324. package/assets/moz-icons/Universe_Kids_64px.svg +1 -0
  1325. package/assets/moz-icons/Universe_Kitchen-alt_24px.svg +1 -0
  1326. package/assets/moz-icons/Universe_Kitchen-alt_32px.svg +1 -0
  1327. package/assets/moz-icons/Universe_Kitchen-alt_48px.svg +1 -0
  1328. package/assets/moz-icons/Universe_Kitchen-alt_64px.svg +1 -0
  1329. package/assets/moz-icons/Universe_Kitchen2_24px.svg +1 -0
  1330. package/assets/moz-icons/Universe_Kitchen2_32px.svg +1 -0
  1331. package/assets/moz-icons/Universe_Kitchen2_48px.svg +1 -0
  1332. package/assets/moz-icons/Universe_Kitchen2_64px.svg +1 -0
  1333. package/assets/moz-icons/Universe_Kitchen_24px.svg +1 -0
  1334. package/assets/moz-icons/Universe_Kitchen_32px.svg +1 -0
  1335. package/assets/moz-icons/Universe_Kitchen_48px.svg +1 -0
  1336. package/assets/moz-icons/Universe_Kitchen_64px.svg +1 -0
  1337. package/assets/moz-icons/Universe_Leak_24px.svg +1 -0
  1338. package/assets/moz-icons/Universe_Leak_32px.svg +1 -0
  1339. package/assets/moz-icons/Universe_Leak_48px.svg +1 -0
  1340. package/assets/moz-icons/Universe_Leak_64px.svg +1 -0
  1341. package/assets/moz-icons/Universe_Lighting_24px.svg +1 -0
  1342. package/assets/moz-icons/Universe_Lighting_32px.svg +1 -0
  1343. package/assets/moz-icons/Universe_Lighting_48px.svg +1 -0
  1344. package/assets/moz-icons/Universe_Lighting_64px.svg +1 -0
  1345. package/assets/moz-icons/Universe_Living_24px.svg +1 -0
  1346. package/assets/moz-icons/Universe_Living_32px.svg +1 -0
  1347. package/assets/moz-icons/Universe_Living_48px.svg +1 -0
  1348. package/assets/moz-icons/Universe_Living_64px.svg +1 -0
  1349. package/assets/moz-icons/Universe_MakeIt_24px.svg +1 -0
  1350. package/assets/moz-icons/Universe_MakeIt_32px.svg +1 -0
  1351. package/assets/moz-icons/Universe_MakeIt_48px.svg +1 -0
  1352. package/assets/moz-icons/Universe_MakeIt_64px.svg +1 -0
  1353. package/assets/moz-icons/Universe_Masonry-alt_24px.svg +1 -0
  1354. package/assets/moz-icons/Universe_Masonry-alt_32px.svg +1 -0
  1355. package/assets/moz-icons/Universe_Masonry-alt_48px.svg +1 -0
  1356. package/assets/moz-icons/Universe_Masonry-alt_64px.svg +1 -0
  1357. package/assets/moz-icons/Universe_Paint_24px.svg +1 -0
  1358. package/assets/moz-icons/Universe_Paint_32px.svg +1 -0
  1359. package/assets/moz-icons/Universe_Paint_48px.svg +1 -0
  1360. package/assets/moz-icons/Universe_Paint_64px.svg +1 -0
  1361. package/assets/moz-icons/Universe_Pool_24px.svg +1 -0
  1362. package/assets/moz-icons/Universe_Pool_32px.svg +1 -0
  1363. package/assets/moz-icons/Universe_Pool_48px.svg +1 -0
  1364. package/assets/moz-icons/Universe_Pool_64px.svg +1 -0
  1365. package/assets/moz-icons/Universe_Security_24px.svg +1 -0
  1366. package/assets/moz-icons/Universe_Security_32px.svg +1 -0
  1367. package/assets/moz-icons/Universe_Security_48px.svg +1 -0
  1368. package/assets/moz-icons/Universe_Security_64px.svg +1 -0
  1369. package/assets/moz-icons/Universe_Stairs_24px.svg +1 -0
  1370. package/assets/moz-icons/Universe_Stairs_32px.svg +1 -0
  1371. package/assets/moz-icons/Universe_Stairs_48px.svg +1 -0
  1372. package/assets/moz-icons/Universe_Stairs_64px.svg +1 -0
  1373. package/assets/moz-icons/Universe_Terrace_24px.svg +1 -0
  1374. package/assets/moz-icons/Universe_Terrace_32px.svg +1 -0
  1375. package/assets/moz-icons/Universe_Terrace_48px.svg +1 -0
  1376. package/assets/moz-icons/Universe_Terrace_64px.svg +1 -0
  1377. package/assets/moz-icons/Universe_Tool_24px.svg +1 -0
  1378. package/assets/moz-icons/Universe_Tool_32px.svg +1 -0
  1379. package/assets/moz-icons/Universe_Tool_48px.svg +1 -0
  1380. package/assets/moz-icons/Universe_Tool_64px.svg +1 -0
  1381. package/assets/moz-icons/Universe_Wallpaper_24px.svg +1 -0
  1382. package/assets/moz-icons/Universe_Wallpaper_32px.svg +1 -0
  1383. package/assets/moz-icons/Universe_Wallpaper_48px.svg +1 -0
  1384. package/assets/moz-icons/Universe_Wallpaper_64px.svg +1 -0
  1385. package/assets/moz-icons/Universe_WoodSaw_24px.svg +1 -0
  1386. package/assets/moz-icons/Universe_WoodSaw_32px.svg +1 -0
  1387. package/assets/moz-icons/Universe_WoodSaw_48px.svg +1 -0
  1388. package/assets/moz-icons/Universe_WoodSaw_64px.svg +1 -0
  1389. package/assets/moz-icons/User_Account_Customer--Collaborator_24px.svg +1 -0
  1390. package/assets/moz-icons/User_Account_Customer--Collaborator_32px.svg +1 -0
  1391. package/assets/moz-icons/User_Account_Customer--Collaborator_48px.svg +1 -0
  1392. package/assets/moz-icons/User_Account_Customer--Collaborator_64px.svg +1 -0
  1393. package/assets/moz-icons/User_Account_Customer--Passion_24px.svg +1 -0
  1394. package/assets/moz-icons/User_Account_Customer--Passion_32px.svg +1 -0
  1395. package/assets/moz-icons/User_Account_Customer--Passion_48px.svg +1 -0
  1396. package/assets/moz-icons/User_Account_Customer--Passion_64px.svg +1 -0
  1397. package/assets/moz-icons/User_Account_Customer--Pro_24px.svg +1 -0
  1398. package/assets/moz-icons/User_Account_Customer--Pro_32px.svg +1 -0
  1399. package/assets/moz-icons/User_Account_Customer--Pro_48px.svg +1 -0
  1400. package/assets/moz-icons/User_Account_Customer--Pro_64px.svg +1 -0
  1401. package/assets/moz-icons/User_Account_Profile--Man_24px.svg +1 -0
  1402. package/assets/moz-icons/User_Account_Profile--Man_32px.svg +1 -0
  1403. package/assets/moz-icons/User_Account_Profile--Man_48px.svg +1 -0
  1404. package/assets/moz-icons/User_Account_Profile--Man_64px.svg +1 -0
  1405. package/assets/moz-icons/User_Account_Profile--View_24px.svg +1 -0
  1406. package/assets/moz-icons/User_Account_Profile--View_32px.svg +1 -0
  1407. package/assets/moz-icons/User_Account_Profile--View_48px.svg +1 -0
  1408. package/assets/moz-icons/User_Account_Profile--View_64px.svg +1 -0
  1409. package/assets/moz-icons/User_Account_Profile--Woman_24px.svg +1 -0
  1410. package/assets/moz-icons/User_Account_Profile--Woman_32px.svg +1 -0
  1411. package/assets/moz-icons/User_Account_Profile--Woman_48px.svg +1 -0
  1412. package/assets/moz-icons/User_Account_Profile--Woman_64px.svg +1 -0
  1413. package/assets/moz-icons/User_Card_Funding_24px.svg +1 -0
  1414. package/assets/moz-icons/User_Card_Funding_32px.svg +1 -0
  1415. package/assets/moz-icons/User_Card_Funding_48px.svg +1 -0
  1416. package/assets/moz-icons/User_Card_Funding_64px.svg +1 -0
  1417. package/assets/moz-icons/User_Card_Gift_24px.svg +1 -0
  1418. package/assets/moz-icons/User_Card_Gift_32px.svg +1 -0
  1419. package/assets/moz-icons/User_Card_Gift_48px.svg +1 -0
  1420. package/assets/moz-icons/User_Card_Gift_64px.svg +1 -0
  1421. package/assets/moz-icons/User_Card_IDCard_24px.svg +1 -0
  1422. package/assets/moz-icons/User_Card_IDCard_32px.svg +1 -0
  1423. package/assets/moz-icons/User_Card_IDCard_48px.svg +1 -0
  1424. package/assets/moz-icons/User_Card_IDCard_64px.svg +1 -0
  1425. package/assets/moz-icons/User_Card_LoyaltyCard_24px.svg +1 -0
  1426. package/assets/moz-icons/User_Card_LoyaltyCard_32px.svg +1 -0
  1427. package/assets/moz-icons/User_Card_LoyaltyCard_48px.svg +1 -0
  1428. package/assets/moz-icons/User_Card_LoyaltyCard_64px.svg +1 -0
  1429. package/assets/moz-icons/User_Contact_Mail_24px.svg +1 -0
  1430. package/assets/moz-icons/User_Contact_Mail_32px.svg +1 -0
  1431. package/assets/moz-icons/User_Contact_Mail_48px.svg +1 -0
  1432. package/assets/moz-icons/User_Contact_Mail_64px.svg +1 -0
  1433. package/assets/moz-icons/User_Contact_Phone_24px.svg +1 -0
  1434. package/assets/moz-icons/User_Contact_Phone_32px.svg +1 -0
  1435. package/assets/moz-icons/User_Contact_Phone_48px.svg +1 -0
  1436. package/assets/moz-icons/User_Contact_Phone_64px.svg +1 -0
  1437. package/assets/moz-icons/User_Contact_Website_24px.svg +1 -0
  1438. package/assets/moz-icons/User_Contact_Website_32px.svg +1 -0
  1439. package/assets/moz-icons/User_Contact_Website_48px.svg +1 -0
  1440. package/assets/moz-icons/User_Contact_Website_64px.svg +1 -0
  1441. package/assets/moz-icons/User_Situation_Owner_24px.svg +1 -0
  1442. package/assets/moz-icons/User_Situation_Owner_32px.svg +1 -0
  1443. package/assets/moz-icons/User_Situation_Owner_48px.svg +1 -0
  1444. package/assets/moz-icons/User_Situation_Owner_64px.svg +1 -0
  1445. package/assets/moz-icons/User_Situation_Tenant_24px.svg +1 -0
  1446. package/assets/moz-icons/User_Situation_Tenant_32px.svg +1 -0
  1447. package/assets/moz-icons/User_Situation_Tenant_48px.svg +1 -0
  1448. package/assets/moz-icons/User_Situation_Tenant_64px.svg +1 -0
  1449. package/assets/moz-icons/Various_A11y_24px.svg +1 -0
  1450. package/assets/moz-icons/Various_A11y_32px.svg +1 -0
  1451. package/assets/moz-icons/Various_A11y_48px.svg +1 -0
  1452. package/assets/moz-icons/Various_A11y_64px.svg +1 -0
  1453. package/assets/moz-icons/Various_Administration_24px.svg +1 -0
  1454. package/assets/moz-icons/Various_Administration_32px.svg +1 -0
  1455. package/assets/moz-icons/Various_Administration_48px.svg +1 -0
  1456. package/assets/moz-icons/Various_Administration_64px.svg +1 -0
  1457. package/assets/moz-icons/Various_Apartment_24px.svg +1 -0
  1458. package/assets/moz-icons/Various_Apartment_32px.svg +1 -0
  1459. package/assets/moz-icons/Various_Apartment_48px.svg +1 -0
  1460. package/assets/moz-icons/Various_Apartment_64px.svg +1 -0
  1461. package/assets/moz-icons/Various_Balcony_24px.svg +1 -0
  1462. package/assets/moz-icons/Various_Balcony_32px.svg +1 -0
  1463. package/assets/moz-icons/Various_Balcony_48px.svg +1 -0
  1464. package/assets/moz-icons/Various_Balcony_64px.svg +1 -0
  1465. package/assets/moz-icons/Various_Blower_24px.svg +1 -0
  1466. package/assets/moz-icons/Various_Blower_32px.svg +1 -0
  1467. package/assets/moz-icons/Various_Blower_48px.svg +1 -0
  1468. package/assets/moz-icons/Various_Blower_64px.svg +1 -0
  1469. package/assets/moz-icons/Various_Company_24px.svg +1 -0
  1470. package/assets/moz-icons/Various_Company_32px.svg +1 -0
  1471. package/assets/moz-icons/Various_Company_48px.svg +1 -0
  1472. package/assets/moz-icons/Various_Company_64px.svg +1 -0
  1473. package/assets/moz-icons/Various_Door_24px.svg +1 -0
  1474. package/assets/moz-icons/Various_Door_32px.svg +1 -0
  1475. package/assets/moz-icons/Various_Door_48px.svg +1 -0
  1476. package/assets/moz-icons/Various_Door_64px.svg +1 -0
  1477. package/assets/moz-icons/Various_EcoSaving_24px.svg +1 -0
  1478. package/assets/moz-icons/Various_EcoSaving_32px.svg +1 -0
  1479. package/assets/moz-icons/Various_EcoSaving_48px.svg +1 -0
  1480. package/assets/moz-icons/Various_EcoSaving_64px.svg +1 -0
  1481. package/assets/moz-icons/Various_Heat_24px.svg +1 -0
  1482. package/assets/moz-icons/Various_Heat_32px.svg +1 -0
  1483. package/assets/moz-icons/Various_Heat_48px.svg +1 -0
  1484. package/assets/moz-icons/Various_Heat_64px.svg +1 -0
  1485. package/assets/moz-icons/Various_House_24px.svg +1 -0
  1486. package/assets/moz-icons/Various_House_32px.svg +1 -0
  1487. package/assets/moz-icons/Various_House_48px.svg +1 -0
  1488. package/assets/moz-icons/Various_House_64px.svg +1 -0
  1489. package/assets/moz-icons/Various_IncreaseValue_24px.svg +1 -0
  1490. package/assets/moz-icons/Various_IncreaseValue_32px.svg +1 -0
  1491. package/assets/moz-icons/Various_IncreaseValue_48px.svg +1 -0
  1492. package/assets/moz-icons/Various_IncreaseValue_64px.svg +1 -0
  1493. package/assets/moz-icons/Various_Insulation_24px.svg +1 -0
  1494. package/assets/moz-icons/Various_Insulation_32px.svg +1 -0
  1495. package/assets/moz-icons/Various_Insulation_48px.svg +1 -0
  1496. package/assets/moz-icons/Various_Insulation_64px.svg +1 -0
  1497. package/assets/moz-icons/Various_LessonDIY_24px.svg +1 -0
  1498. package/assets/moz-icons/Various_LessonDIY_32px.svg +1 -0
  1499. package/assets/moz-icons/Various_LessonDIY_48px.svg +1 -0
  1500. package/assets/moz-icons/Various_LessonDIY_64px.svg +1 -0
  1501. package/assets/moz-icons/Various_Level_24px.svg +1 -0
  1502. package/assets/moz-icons/Various_Level_32px.svg +1 -0
  1503. package/assets/moz-icons/Various_Level_48px.svg +1 -0
  1504. package/assets/moz-icons/Various_Level_64px.svg +1 -0
  1505. package/assets/moz-icons/Various_PaintCan_24px.svg +1 -0
  1506. package/assets/moz-icons/Various_PaintCan_32px.svg +1 -0
  1507. package/assets/moz-icons/Various_PaintCan_48px.svg +1 -0
  1508. package/assets/moz-icons/Various_PaintCan_64px.svg +1 -0
  1509. package/assets/moz-icons/Various_PartnerCompany_24px.svg +1 -0
  1510. package/assets/moz-icons/Various_PartnerCompany_32px.svg +1 -0
  1511. package/assets/moz-icons/Various_PartnerCompany_48px.svg +1 -0
  1512. package/assets/moz-icons/Various_PartnerCompany_64px.svg +1 -0
  1513. package/assets/moz-icons/Various_PartnerWorker_24px.svg +1 -0
  1514. package/assets/moz-icons/Various_PartnerWorker_32px.svg +1 -0
  1515. package/assets/moz-icons/Various_PartnerWorker_48px.svg +1 -0
  1516. package/assets/moz-icons/Various_PartnerWorker_64px.svg +1 -0
  1517. package/assets/moz-icons/Various_Pipe_24px.svg +1 -0
  1518. package/assets/moz-icons/Various_Pipe_32px.svg +1 -0
  1519. package/assets/moz-icons/Various_Pipe_48px.svg +1 -0
  1520. package/assets/moz-icons/Various_Pipe_64px.svg +1 -0
  1521. package/assets/moz-icons/Various_Premium_24px.svg +1 -0
  1522. package/assets/moz-icons/Various_Premium_32px.svg +1 -0
  1523. package/assets/moz-icons/Various_Premium_48px.svg +1 -0
  1524. package/assets/moz-icons/Various_Premium_64px.svg +1 -0
  1525. package/assets/moz-icons/Various_Shutter_24px.svg +1 -0
  1526. package/assets/moz-icons/Various_Shutter_32px.svg +1 -0
  1527. package/assets/moz-icons/Various_Shutter_48px.svg +1 -0
  1528. package/assets/moz-icons/Various_Shutter_64px.svg +1 -0
  1529. package/assets/moz-icons/Various_Survey_24px.svg +1 -0
  1530. package/assets/moz-icons/Various_Survey_32px.svg +1 -0
  1531. package/assets/moz-icons/Various_Survey_48px.svg +1 -0
  1532. package/assets/moz-icons/Various_Survey_64px.svg +1 -0
  1533. package/assets/moz-icons/Various_Temperature_24px.svg +1 -0
  1534. package/assets/moz-icons/Various_Temperature_32px.svg +1 -0
  1535. package/assets/moz-icons/Various_Temperature_48px.svg +1 -0
  1536. package/assets/moz-icons/Various_Temperature_64px.svg +1 -0
  1537. package/assets/moz-icons/Various_ThermalControl_24px.svg +1 -0
  1538. package/assets/moz-icons/Various_ThermalControl_32px.svg +1 -0
  1539. package/assets/moz-icons/Various_ThermalControl_48px.svg +1 -0
  1540. package/assets/moz-icons/Various_ThermalControl_64px.svg +1 -0
  1541. package/assets/moz-icons/Various_ToolBox_24px.svg +1 -0
  1542. package/assets/moz-icons/Various_ToolBox_32px.svg +1 -0
  1543. package/assets/moz-icons/Various_ToolBox_48px.svg +1 -0
  1544. package/assets/moz-icons/Various_ToolBox_64px.svg +1 -0
  1545. package/assets/special-icons/checkbox-checked-disabled.svg +3 -0
  1546. package/assets/special-icons/checkbox-checked.svg +3 -0
  1547. package/assets/special-icons/checkbox-indeterminate-disabled.svg +3 -0
  1548. package/assets/special-icons/checkbox-indeterminate.svg +3 -0
  1549. package/assets/special-icons/invalid-cross.svg +3 -0
  1550. package/assets/special-icons/layer-cross.svg +3 -0
  1551. package/assets/special-icons/notification-danger-m.svg +4 -0
  1552. package/assets/special-icons/notification-danger-s.svg +4 -0
  1553. package/assets/special-icons/notification-information-m.svg +5 -0
  1554. package/assets/special-icons/notification-information-s.svg +5 -0
  1555. package/assets/special-icons/notification-success-m.svg +4 -0
  1556. package/assets/special-icons/notification-success-s.svg +4 -0
  1557. package/assets/special-icons/notification-warning-m.svg +5 -0
  1558. package/assets/special-icons/notification-warning-s.svg +5 -0
  1559. package/assets/special-icons/remove-tag.svg +3 -0
  1560. package/assets/special-icons/toggle-checked-disabled.svg +3 -0
  1561. package/assets/special-icons/toggle-checked.svg +3 -0
  1562. package/assets/special-icons/toggle-cross-disabled.svg +3 -0
  1563. package/assets/special-icons/toggle-cross.svg +3 -0
  1564. package/assets/special-icons/tooltip-triangle.svg +3 -0
  1565. package/assets/special-icons/valid-check-mark.svg +11 -0
  1566. package/assets/tokens/adeo/android/colors.xml +482 -0
  1567. package/assets/tokens/adeo/android/font_dimens.xml +18 -0
  1568. package/assets/tokens/adeo/css/_variables.scss +626 -0
  1569. package/assets/tokens/adeo/css/root.scss +478 -0
  1570. package/assets/tokens/adeo/ios/StyleDictionaryColor.h +490 -0
  1571. package/assets/tokens/adeo/ios/StyleDictionaryColor.m +502 -0
  1572. package/assets/tokens/adeo/ios/StyleDictionaryColor.swift +485 -0
  1573. package/assets/tokens/adeo/ios/StyleDictionarySize.h +69 -0
  1574. package/assets/tokens/adeo/ios/StyleDictionarySize.m +70 -0
  1575. package/assets/tokens/adeo/ios/StyleDictionarySize.swift +71 -0
  1576. package/assets/tokens/adeo/js/tokens.js +574 -0
  1577. package/assets/tokens/adeo/js/tokensObject.js +9637 -0
  1578. package/assets/tokens/adeo/scss/_tokens.scss +1617 -0
  1579. package/common/global-events/global-events.module.d.ts +6 -0
  1580. package/common/global-events/global-events.service.d.ts +11 -0
  1581. package/common/global-events/public-api.d.ts +2 -0
  1582. package/common/index.d.ts +2 -0
  1583. package/common/utils/boolean-property.d.ts +1 -0
  1584. package/common/utils/generate-id.d.ts +1 -0
  1585. package/common/utils/get-random-number.d.ts +1 -0
  1586. package/common/utils/index.d.ts +4 -0
  1587. package/common/utils/overwrite-style.d.ts +2 -0
  1588. package/common/utils/public-api.d.ts +1 -0
  1589. package/components/badge/badge.component.d.ts +8 -0
  1590. package/components/badge/badge.d.ts +3 -0
  1591. package/components/badge/badge.module.d.ts +8 -0
  1592. package/components/badge/index.d.ts +2 -0
  1593. package/components/button/button.component.d.ts +16 -0
  1594. package/components/button/button.d.ts +7 -0
  1595. package/components/button/button.module.d.ts +8 -0
  1596. package/components/button/index.d.ts +2 -0
  1597. package/components/checkbox/checkbox.component.d.ts +21 -0
  1598. package/components/checkbox/checkbox.module.d.ts +8 -0
  1599. package/components/checkbox/public-api.d.ts +2 -0
  1600. package/components/dialog/classes/dialog-config.d.ts +9 -0
  1601. package/components/dialog/classes/dialog-injector.d.ts +10 -0
  1602. package/components/dialog/classes/dialog-ref.d.ts +25 -0
  1603. package/components/dialog/classes/index.d.ts +3 -0
  1604. package/components/dialog/dialog-animation.d.ts +1 -0
  1605. package/components/dialog/dialog.component.d.ts +23 -0
  1606. package/components/dialog/dialog.module.d.ts +8 -0
  1607. package/components/dialog/dialog.service.d.ts +20 -0
  1608. package/components/dialog/interfaces/dialog-config.d.ts +7 -0
  1609. package/components/dialog/interfaces/dialog-di-params.d.ts +6 -0
  1610. package/components/dialog/interfaces/dialog-ref.d.ts +18 -0
  1611. package/components/dialog/interfaces/index.d.ts +3 -0
  1612. package/components/dialog/public-api.d.ts +5 -0
  1613. package/components/dialog/tokens/dialog-config.token.d.ts +2 -0
  1614. package/components/dialog/tokens/dialog-data.token.d.ts +2 -0
  1615. package/components/dialog/tokens/dialog-ref.token.d.ts +2 -0
  1616. package/components/dialog/tokens/index.d.ts +3 -0
  1617. package/components/field/directives/input-icon.directive.d.ts +7 -0
  1618. package/components/field/field-error.component.d.ts +5 -0
  1619. package/components/field/field.component.d.ts +16 -0
  1620. package/components/field/field.module.d.ts +10 -0
  1621. package/components/field/public-api.d.ts +4 -0
  1622. package/components/icon/icon-size.d.ts +6 -0
  1623. package/components/icon/icon.component.d.ts +15 -0
  1624. package/components/icon/icon.module.d.ts +8 -0
  1625. package/components/icon/icon.service.d.ts +13 -0
  1626. package/components/icon/public-api.d.ts +3 -0
  1627. package/components/layer/classes/layer-injector.d.ts +10 -0
  1628. package/components/layer/classes/layer-ref.d.ts +21 -0
  1629. package/components/layer/interfaces/index.d.ts +3 -0
  1630. package/components/layer/interfaces/layer-config.d.ts +4 -0
  1631. package/components/layer/interfaces/layer-di-params.d.ts +6 -0
  1632. package/components/layer/interfaces/layer-ref.d.ts +15 -0
  1633. package/components/layer/layer-animation.d.ts +1 -0
  1634. package/components/layer/layer.component.d.ts +19 -0
  1635. package/components/layer/layer.module.d.ts +9 -0
  1636. package/components/layer/layer.service.d.ts +19 -0
  1637. package/components/layer/public-api.d.ts +5 -0
  1638. package/components/layer/tokens/index.d.ts +3 -0
  1639. package/components/layer/tokens/layer-config.token.d.ts +2 -0
  1640. package/components/layer/tokens/layer-data.token.d.ts +2 -0
  1641. package/components/layer/tokens/layer-ref.token.d.ts +2 -0
  1642. package/components/loader/loader.component.d.ts +25 -0
  1643. package/components/loader/loader.d.ts +16 -0
  1644. package/components/loader/loader.module.d.ts +8 -0
  1645. package/components/loader/loader.service.d.ts +18 -0
  1646. package/components/loader/public-api.d.ts +3 -0
  1647. package/components/notification/notification-animation.d.ts +1 -0
  1648. package/components/notification/notification-container.component.d.ts +12 -0
  1649. package/components/notification/notification-footer.d.ts +5 -0
  1650. package/components/notification/notification-message.d.ts +5 -0
  1651. package/components/notification/notification-title.d.ts +5 -0
  1652. package/components/notification/notification.component.d.ts +9 -0
  1653. package/components/notification/notification.d.ts +15 -0
  1654. package/components/notification/notification.module.d.ts +15 -0
  1655. package/components/notification/notification.service.d.ts +16 -0
  1656. package/components/notification/public-api.d.ts +8 -0
  1657. package/components/pagination/pagination.component.d.ts +46 -0
  1658. package/components/pagination/pagination.d.ts +7 -0
  1659. package/components/pagination/pagination.module.d.ts +13 -0
  1660. package/components/pagination/public-api.d.ts +2 -0
  1661. package/components/progress-bar/progress-bar-size.d.ts +1 -0
  1662. package/components/progress-bar/progress-bar-theme.d.ts +1 -0
  1663. package/components/progress-bar/progress-bar.component.d.ts +15 -0
  1664. package/components/progress-bar/progress-bar.module.d.ts +8 -0
  1665. package/components/progress-bar/public-api.d.ts +2 -0
  1666. package/components/public-api.d.ts +19 -0
  1667. package/components/select/public-api.d.ts +2 -0
  1668. package/components/select/select-size.d.ts +5 -0
  1669. package/components/select/select.component.d.ts +8 -0
  1670. package/components/select/select.module.d.ts +8 -0
  1671. package/components/stepper/public-api.d.ts +3 -0
  1672. package/components/stepper/step-state.d.ts +1 -0
  1673. package/components/stepper/step.component.d.ts +20 -0
  1674. package/components/stepper/stepper.component.d.ts +20 -0
  1675. package/components/stepper/stepper.module.d.ts +10 -0
  1676. package/components/tabs/public-api.d.ts +3 -0
  1677. package/components/tabs/tab-selectors.d.ts +2 -0
  1678. package/components/tabs/tab.component.d.ts +16 -0
  1679. package/components/tabs/tabs.component.d.ts +36 -0
  1680. package/components/tabs/tabs.module.d.ts +9 -0
  1681. package/components/tag/public-api.d.ts +2 -0
  1682. package/components/tag/tag-type.d.ts +1 -0
  1683. package/components/tag/tag.component.d.ts +23 -0
  1684. package/components/tag/tag.module.d.ts +9 -0
  1685. package/components/text-area/public-api.d.ts +2 -0
  1686. package/components/text-area/text-area.component.d.ts +12 -0
  1687. package/components/text-area/text-area.module.d.ts +7 -0
  1688. package/components/text-input/text-input.component.d.ts +21 -0
  1689. package/components/text-input/text-input.d.ts +1 -0
  1690. package/components/text-input/text-input.module.d.ts +10 -0
  1691. package/components/toggle/public-api.d.ts +2 -0
  1692. package/components/toggle/toggle-size.d.ts +1 -0
  1693. package/components/toggle/toggle.component.d.ts +22 -0
  1694. package/components/toggle/toggle.module.d.ts +8 -0
  1695. package/components/tooltip/public-api.d.ts +2 -0
  1696. package/components/tooltip/tooltip-position.d.ts +1 -0
  1697. package/components/tooltip/tooltip.component.d.ts +11 -0
  1698. package/components/tooltip/tooltip.module.d.ts +8 -0
  1699. package/esm2020/common/global-events/global-events.module.mjs +15 -0
  1700. package/esm2020/common/global-events/global-events.service.mjs +30 -0
  1701. package/esm2020/common/global-events/public-api.mjs +3 -0
  1702. package/esm2020/common/index.mjs +3 -0
  1703. package/esm2020/common/utils/boolean-property.mjs +4 -0
  1704. package/esm2020/common/utils/generate-id.mjs +7 -0
  1705. package/esm2020/common/utils/get-random-number.mjs +6 -0
  1706. package/esm2020/common/utils/index.mjs +5 -0
  1707. package/esm2020/common/utils/overwrite-style.mjs +5 -0
  1708. package/esm2020/common/utils/public-api.mjs +2 -0
  1709. package/esm2020/components/badge/badge.component.mjs +30 -0
  1710. package/esm2020/components/badge/badge.mjs +2 -0
  1711. package/esm2020/components/badge/badge.module.mjs +18 -0
  1712. package/esm2020/components/badge/index.mjs +3 -0
  1713. package/esm2020/components/button/button.component.mjs +53 -0
  1714. package/esm2020/components/button/button.mjs +2 -0
  1715. package/esm2020/components/button/button.module.mjs +18 -0
  1716. package/esm2020/components/button/index.mjs +3 -0
  1717. package/esm2020/components/checkbox/checkbox.component.mjs +58 -0
  1718. package/esm2020/components/checkbox/checkbox.module.mjs +21 -0
  1719. package/esm2020/components/checkbox/public-api.mjs +3 -0
  1720. package/esm2020/components/dialog/classes/dialog-config.mjs +9 -0
  1721. package/esm2020/components/dialog/classes/dialog-injector.mjs +22 -0
  1722. package/esm2020/components/dialog/classes/dialog-ref.mjs +49 -0
  1723. package/esm2020/components/dialog/classes/index.mjs +4 -0
  1724. package/esm2020/components/dialog/dialog-animation.mjs +18 -0
  1725. package/esm2020/components/dialog/dialog.component.mjs +57 -0
  1726. package/esm2020/components/dialog/dialog.module.mjs +20 -0
  1727. package/esm2020/components/dialog/dialog.service.mjs +67 -0
  1728. package/esm2020/components/dialog/interfaces/dialog-config.mjs +2 -0
  1729. package/esm2020/components/dialog/interfaces/dialog-di-params.mjs +2 -0
  1730. package/esm2020/components/dialog/interfaces/dialog-ref.mjs +2 -0
  1731. package/esm2020/components/dialog/interfaces/index.mjs +4 -0
  1732. package/esm2020/components/dialog/public-api.mjs +6 -0
  1733. package/esm2020/components/dialog/tokens/dialog-config.token.mjs +3 -0
  1734. package/esm2020/components/dialog/tokens/dialog-data.token.mjs +3 -0
  1735. package/esm2020/components/dialog/tokens/dialog-ref.token.mjs +3 -0
  1736. package/esm2020/components/dialog/tokens/index.mjs +4 -0
  1737. package/esm2020/components/field/directives/input-icon.directive.mjs +15 -0
  1738. package/esm2020/components/field/field-error.component.mjs +13 -0
  1739. package/esm2020/components/field/field.component.mjs +40 -0
  1740. package/esm2020/components/field/field.module.mjs +20 -0
  1741. package/esm2020/components/field/public-api.mjs +5 -0
  1742. package/esm2020/components/icon/icon-size.mjs +8 -0
  1743. package/esm2020/components/icon/icon.component.mjs +49 -0
  1744. package/esm2020/components/icon/icon.module.mjs +18 -0
  1745. package/esm2020/components/icon/icon.service.mjs +42 -0
  1746. package/esm2020/components/icon/public-api.mjs +4 -0
  1747. package/esm2020/components/layer/classes/layer-injector.mjs +22 -0
  1748. package/esm2020/components/layer/classes/layer-ref.mjs +38 -0
  1749. package/esm2020/components/layer/interfaces/index.mjs +4 -0
  1750. package/esm2020/components/layer/interfaces/layer-config.mjs +2 -0
  1751. package/esm2020/components/layer/interfaces/layer-di-params.mjs +2 -0
  1752. package/esm2020/components/layer/interfaces/layer-ref.mjs +2 -0
  1753. package/esm2020/components/layer/layer-animation.mjs +18 -0
  1754. package/esm2020/components/layer/layer.component.mjs +40 -0
  1755. package/esm2020/components/layer/layer.module.mjs +21 -0
  1756. package/esm2020/components/layer/layer.service.mjs +56 -0
  1757. package/esm2020/components/layer/public-api.mjs +6 -0
  1758. package/esm2020/components/layer/tokens/index.mjs +4 -0
  1759. package/esm2020/components/layer/tokens/layer-config.token.mjs +3 -0
  1760. package/esm2020/components/layer/tokens/layer-data.token.mjs +3 -0
  1761. package/esm2020/components/layer/tokens/layer-ref.token.mjs +3 -0
  1762. package/esm2020/components/loader/loader.component.mjs +47 -0
  1763. package/esm2020/components/loader/loader.mjs +11 -0
  1764. package/esm2020/components/loader/loader.module.mjs +20 -0
  1765. package/esm2020/components/loader/loader.service.mjs +53 -0
  1766. package/esm2020/components/loader/public-api.mjs +4 -0
  1767. package/esm2020/components/notification/notification-animation.mjs +21 -0
  1768. package/esm2020/components/notification/notification-container.component.mjs +38 -0
  1769. package/esm2020/components/notification/notification-footer.mjs +11 -0
  1770. package/esm2020/components/notification/notification-message.mjs +11 -0
  1771. package/esm2020/components/notification/notification-title.mjs +11 -0
  1772. package/esm2020/components/notification/notification.component.mjs +29 -0
  1773. package/esm2020/components/notification/notification.mjs +8 -0
  1774. package/esm2020/components/notification/notification.module.mjs +66 -0
  1775. package/esm2020/components/notification/notification.service.mjs +40 -0
  1776. package/esm2020/components/notification/public-api.mjs +9 -0
  1777. package/esm2020/components/pagination/pagination.component.mjs +133 -0
  1778. package/esm2020/components/pagination/pagination.mjs +4 -0
  1779. package/esm2020/components/pagination/pagination.module.mjs +23 -0
  1780. package/esm2020/components/pagination/public-api.mjs +3 -0
  1781. package/esm2020/components/progress-bar/progress-bar-size.mjs +2 -0
  1782. package/esm2020/components/progress-bar/progress-bar-theme.mjs +2 -0
  1783. package/esm2020/components/progress-bar/progress-bar.component.mjs +38 -0
  1784. package/esm2020/components/progress-bar/progress-bar.module.mjs +18 -0
  1785. package/esm2020/components/progress-bar/public-api.mjs +3 -0
  1786. package/esm2020/components/public-api.mjs +20 -0
  1787. package/esm2020/components/select/public-api.mjs +3 -0
  1788. package/esm2020/components/select/select-size.mjs +6 -0
  1789. package/esm2020/components/select/select.component.mjs +25 -0
  1790. package/esm2020/components/select/select.module.mjs +18 -0
  1791. package/esm2020/components/stepper/public-api.mjs +4 -0
  1792. package/esm2020/components/stepper/step-state.mjs +2 -0
  1793. package/esm2020/components/stepper/step.component.mjs +51 -0
  1794. package/esm2020/components/stepper/stepper.component.mjs +79 -0
  1795. package/esm2020/components/stepper/stepper.module.mjs +20 -0
  1796. package/esm2020/components/tabs/public-api.mjs +4 -0
  1797. package/esm2020/components/tabs/tab-selectors.mjs +3 -0
  1798. package/esm2020/components/tabs/tab.component.mjs +53 -0
  1799. package/esm2020/components/tabs/tabs.component.mjs +126 -0
  1800. package/esm2020/components/tabs/tabs.module.mjs +19 -0
  1801. package/esm2020/components/tag/public-api.mjs +3 -0
  1802. package/esm2020/components/tag/tag-type.mjs +2 -0
  1803. package/esm2020/components/tag/tag.component.mjs +61 -0
  1804. package/esm2020/components/tag/tag.module.mjs +19 -0
  1805. package/esm2020/components/text-area/public-api.mjs +3 -0
  1806. package/esm2020/components/text-area/text-area.component.mjs +43 -0
  1807. package/esm2020/components/text-area/text-area.module.mjs +16 -0
  1808. package/esm2020/components/text-input/public-api.mjs +3 -0
  1809. package/esm2020/components/text-input/text-input.component.mjs +64 -0
  1810. package/esm2020/components/text-input/text-input.mjs +2 -0
  1811. package/esm2020/components/text-input/text-input.module.mjs +20 -0
  1812. package/esm2020/components/toggle/public-api.mjs +3 -0
  1813. package/esm2020/components/toggle/toggle-size.mjs +2 -0
  1814. package/esm2020/components/toggle/toggle.component.mjs +59 -0
  1815. package/esm2020/components/toggle/toggle.module.mjs +18 -0
  1816. package/esm2020/components/tooltip/public-api.mjs +3 -0
  1817. package/esm2020/components/tooltip/tooltip-position.mjs +2 -0
  1818. package/esm2020/components/tooltip/tooltip.component.mjs +32 -0
  1819. package/esm2020/components/tooltip/tooltip.module.mjs +18 -0
  1820. package/esm2020/mozaic-ds-angular.mjs +5 -0
  1821. package/esm2020/public-api.mjs +3 -0
  1822. package/fesm2015/mozaic-ds-angular.mjs +2052 -0
  1823. package/fesm2015/mozaic-ds-angular.mjs.map +1 -0
  1824. package/fesm2020/mozaic-ds-angular.mjs +2025 -0
  1825. package/fesm2020/mozaic-ds-angular.mjs.map +1 -0
  1826. package/index.d.ts +5 -0
  1827. package/package.json +26 -102
  1828. package/public-api.d.ts +2 -0
  1829. package/.editorconfig +0 -16
  1830. package/.eslintignore +0 -8
  1831. package/.eslintrc.json +0 -70
  1832. package/.github/ISSUE_TEMPLATE/1-pattern-addition-proposal.md +0 -23
  1833. package/.github/ISSUE_TEMPLATE/2-pattern-bug-report.md +0 -68
  1834. package/.github/ISSUE_TEMPLATE/3-pattern-enhancement-proposal.md +0 -34
  1835. package/.github/ISSUE_TEMPLATE/4-other.md +0 -36
  1836. package/.github/PULL_REQUEST_TEMPLATE.md +0 -19
  1837. package/.github/workflows/onPR.yml +0 -93
  1838. package/.github/workflows/onPRClosed.yml +0 -17
  1839. package/.github/workflows/onPushMaster.yml +0 -59
  1840. package/.husky/pre-commit +0 -4
  1841. package/.lintstagedrc +0 -8
  1842. package/.nvmrc +0 -1
  1843. package/.prettierignore +0 -3
  1844. package/.prettierrc +0 -7
  1845. package/.release-it.json +0 -21
  1846. package/.storybook/main.js +0 -19
  1847. package/.storybook/preview.js +0 -27
  1848. package/.storybook/tsconfig.json +0 -13
  1849. package/.storybook/typings.d.ts +0 -4
  1850. package/.storybook/webpack.config.js +0 -21
  1851. package/.vscode/extensions.json +0 -4
  1852. package/.vscode/launch.json +0 -20
  1853. package/.vscode/tasks.json +0 -42
  1854. package/CHANGELOG.md +0 -19
  1855. package/LICENSE +0 -22
  1856. package/angular.json +0 -113
  1857. package/mozaic-angular.svg +0 -9
  1858. package/mozaic.config.js +0 -6
  1859. package/product-info.json +0 -1
  1860. package/projects/kit/.browserslistrc +0 -16
  1861. package/projects/kit/.eslintrc.json +0 -35
  1862. package/projects/kit/common/global-events/global-events.module.ts +0 -7
  1863. package/projects/kit/common/global-events/global-events.service.ts +0 -27
  1864. package/projects/kit/common/utils/boolean-property.ts +0 -3
  1865. package/projects/kit/common/utils/generate-id.ts +0 -7
  1866. package/projects/kit/common/utils/get-random-number.ts +0 -6
  1867. package/projects/kit/common/utils/overwrite-style.ts +0 -10
  1868. package/projects/kit/components/accordion/accordion.component.html +0 -25
  1869. package/projects/kit/components/accordion/accordion.component.scss +0 -2
  1870. package/projects/kit/components/accordion/accordion.component.spec.ts +0 -24
  1871. package/projects/kit/components/accordion/accordion.component.ts +0 -27
  1872. package/projects/kit/components/accordion/accordion.module.ts +0 -11
  1873. package/projects/kit/components/accordion/accordion.stories.ts +0 -55
  1874. package/projects/kit/components/accordion/accordion.ts +0 -1
  1875. package/projects/kit/components/accordion/index.ts +0 -1
  1876. package/projects/kit/components/badge/badge.component.html +0 -1
  1877. package/projects/kit/components/badge/badge.component.scss +0 -2
  1878. package/projects/kit/components/badge/badge.component.spec.ts +0 -24
  1879. package/projects/kit/components/badge/badge.component.ts +0 -29
  1880. package/projects/kit/components/badge/badge.module.ts +0 -10
  1881. package/projects/kit/components/badge/badge.stories.ts +0 -32
  1882. package/projects/kit/components/badge/badge.ts +0 -3
  1883. package/projects/kit/components/button/button.component.html +0 -2
  1884. package/projects/kit/components/button/button.component.scss +0 -23
  1885. package/projects/kit/components/button/button.component.spec.ts +0 -24
  1886. package/projects/kit/components/button/button.component.ts +0 -58
  1887. package/projects/kit/components/button/button.module.ts +0 -10
  1888. package/projects/kit/components/button/button.stories.ts +0 -72
  1889. package/projects/kit/components/button/button.ts +0 -8
  1890. package/projects/kit/components/checkbox/checkbox.component.html +0 -13
  1891. package/projects/kit/components/checkbox/checkbox.component.scss +0 -3
  1892. package/projects/kit/components/checkbox/checkbox.component.spec.ts +0 -24
  1893. package/projects/kit/components/checkbox/checkbox.component.ts +0 -73
  1894. package/projects/kit/components/checkbox/checkbox.module.ts +0 -13
  1895. package/projects/kit/components/checkbox/checkbox.stories.ts +0 -47
  1896. package/projects/kit/components/dialog/classes/dialog-config.ts +0 -13
  1897. package/projects/kit/components/dialog/classes/dialog-injector.ts +0 -34
  1898. package/projects/kit/components/dialog/classes/dialog-ref.ts +0 -66
  1899. package/projects/kit/components/dialog/dialog-animation.ts +0 -24
  1900. package/projects/kit/components/dialog/dialog.component.html +0 -27
  1901. package/projects/kit/components/dialog/dialog.component.scss +0 -3
  1902. package/projects/kit/components/dialog/dialog.component.spec.ts +0 -24
  1903. package/projects/kit/components/dialog/dialog.component.ts +0 -75
  1904. package/projects/kit/components/dialog/dialog.module.ts +0 -12
  1905. package/projects/kit/components/dialog/dialog.service.spec.ts +0 -15
  1906. package/projects/kit/components/dialog/dialog.service.ts +0 -88
  1907. package/projects/kit/components/dialog/dialog.stories.ts +0 -23
  1908. package/projects/kit/components/dialog/examples/dialog-example/dialog-container-example.component.html +0 -3
  1909. package/projects/kit/components/dialog/examples/dialog-example/dialog-container-example.component.ts +0 -18
  1910. package/projects/kit/components/dialog/examples/dialog-example/dialog-example.component.html +0 -10
  1911. package/projects/kit/components/dialog/examples/dialog-example/dialog-example.component.scss +0 -7
  1912. package/projects/kit/components/dialog/examples/dialog-example/dialog-example.component.ts +0 -28
  1913. package/projects/kit/components/dialog/examples/dialog-example/dialog-example.module.ts +0 -19
  1914. package/projects/kit/components/dialog/examples/dialog-example/dialog-nested-example.component.html +0 -6
  1915. package/projects/kit/components/dialog/examples/dialog-example/dialog-nested-example.component.scss +0 -11
  1916. package/projects/kit/components/dialog/examples/dialog-example/dialog-nested-example.component.ts +0 -16
  1917. package/projects/kit/components/dialog/index.ts +0 -1
  1918. package/projects/kit/components/dialog/interfaces/dialog-config.ts +0 -7
  1919. package/projects/kit/components/dialog/interfaces/dialog-di-params.ts +0 -7
  1920. package/projects/kit/components/dialog/interfaces/dialog-ref.ts +0 -20
  1921. package/projects/kit/components/dialog/tokens/dialog-config.token.ts +0 -3
  1922. package/projects/kit/components/dialog/tokens/dialog-data.token.ts +0 -3
  1923. package/projects/kit/components/dialog/tokens/dialog-ref.token.ts +0 -3
  1924. package/projects/kit/components/field/directives/input-icon.directive.ts +0 -9
  1925. package/projects/kit/components/field/field-error.component.html +0 -1
  1926. package/projects/kit/components/field/field-error.component.scss +0 -3
  1927. package/projects/kit/components/field/field-error.component.ts +0 -12
  1928. package/projects/kit/components/field/field.component.html +0 -30
  1929. package/projects/kit/components/field/field.component.scss +0 -30
  1930. package/projects/kit/components/field/field.component.ts +0 -49
  1931. package/projects/kit/components/field/field.module.ts +0 -12
  1932. package/projects/kit/components/field/field.stories.ts +0 -48
  1933. package/projects/kit/components/flag/flag.component.html +0 -1
  1934. package/projects/kit/components/flag/flag.component.scss +0 -2
  1935. package/projects/kit/components/flag/flag.component.spec.ts +0 -47
  1936. package/projects/kit/components/flag/flag.component.ts +0 -26
  1937. package/projects/kit/components/flag/flag.module.ts +0 -10
  1938. package/projects/kit/components/flag/flag.stories.ts +0 -33
  1939. package/projects/kit/components/flag/flag.ts +0 -24
  1940. package/projects/kit/components/flag/index.ts +0 -1
  1941. package/projects/kit/components/icon/icon-size.ts +0 -6
  1942. package/projects/kit/components/icon/icon.component.html +0 -0
  1943. package/projects/kit/components/icon/icon.component.scss +0 -20
  1944. package/projects/kit/components/icon/icon.component.spec.ts +0 -24
  1945. package/projects/kit/components/icon/icon.component.ts +0 -59
  1946. package/projects/kit/components/icon/icon.module.ts +0 -10
  1947. package/projects/kit/components/icon/icon.service.ts +0 -42
  1948. package/projects/kit/components/icon/icon.stories.ts +0 -24
  1949. package/projects/kit/components/layer/classes/index.ts +0 -0
  1950. package/projects/kit/components/layer/classes/layer-injector.ts +0 -35
  1951. package/projects/kit/components/layer/classes/layer-ref.ts +0 -54
  1952. package/projects/kit/components/layer/interfaces/layer-config.ts +0 -4
  1953. package/projects/kit/components/layer/interfaces/layer-di-params.ts +0 -7
  1954. package/projects/kit/components/layer/interfaces/layer-ref.ts +0 -17
  1955. package/projects/kit/components/layer/layer-animation.ts +0 -24
  1956. package/projects/kit/components/layer/layer-example.component.ts +0 -43
  1957. package/projects/kit/components/layer/layer.component.html +0 -21
  1958. package/projects/kit/components/layer/layer.component.scss +0 -3
  1959. package/projects/kit/components/layer/layer.component.ts +0 -55
  1960. package/projects/kit/components/layer/layer.module.ts +0 -13
  1961. package/projects/kit/components/layer/layer.service.ts +0 -73
  1962. package/projects/kit/components/layer/layer.stories.ts +0 -29
  1963. package/projects/kit/components/layer/tokens/layer-config.token.ts +0 -3
  1964. package/projects/kit/components/layer/tokens/layer-data.token.ts +0 -3
  1965. package/projects/kit/components/layer/tokens/layer-ref.token.ts +0 -3
  1966. package/projects/kit/components/loader/loader-run-example.component.ts +0 -20
  1967. package/projects/kit/components/loader/loader.component.html +0 -15
  1968. package/projects/kit/components/loader/loader.component.scss +0 -7
  1969. package/projects/kit/components/loader/loader.component.ts +0 -57
  1970. package/projects/kit/components/loader/loader.module.ts +0 -12
  1971. package/projects/kit/components/loader/loader.service.ts +0 -61
  1972. package/projects/kit/components/loader/loader.stories.ts +0 -51
  1973. package/projects/kit/components/loader/loader.ts +0 -20
  1974. package/projects/kit/components/notification/notification-animation.ts +0 -24
  1975. package/projects/kit/components/notification/notification-container.component.html +0 -6
  1976. package/projects/kit/components/notification/notification-container.component.scss +0 -10
  1977. package/projects/kit/components/notification/notification-container.component.ts +0 -35
  1978. package/projects/kit/components/notification/notification-example.component.ts +0 -17
  1979. package/projects/kit/components/notification/notification-footer.ts +0 -11
  1980. package/projects/kit/components/notification/notification-message.ts +0 -11
  1981. package/projects/kit/components/notification/notification-title.ts +0 -11
  1982. package/projects/kit/components/notification/notification.component.html +0 -5
  1983. package/projects/kit/components/notification/notification.component.scss +0 -2
  1984. package/projects/kit/components/notification/notification.component.ts +0 -30
  1985. package/projects/kit/components/notification/notification.module.ts +0 -48
  1986. package/projects/kit/components/notification/notification.service.ts +0 -50
  1987. package/projects/kit/components/notification/notification.stories.ts +0 -52
  1988. package/projects/kit/components/notification/notification.ts +0 -21
  1989. package/projects/kit/components/pagination/pagination.component.html +0 -37
  1990. package/projects/kit/components/pagination/pagination.component.scss +0 -7
  1991. package/projects/kit/components/pagination/pagination.component.ts +0 -196
  1992. package/projects/kit/components/pagination/pagination.module.ts +0 -15
  1993. package/projects/kit/components/pagination/pagination.stories.ts +0 -28
  1994. package/projects/kit/components/pagination/pagination.ts +0 -7
  1995. package/projects/kit/components/progress-bar/progress-bar.component.html +0 -9
  1996. package/projects/kit/components/progress-bar/progress-bar.component.scss +0 -2
  1997. package/projects/kit/components/progress-bar/progress-bar.component.ts +0 -38
  1998. package/projects/kit/components/progress-bar/progress-bar.module.ts +0 -10
  1999. package/projects/kit/components/progress-bar/progress-bar.stories.ts +0 -39
  2000. package/projects/kit/components/select/select-size.ts +0 -6
  2001. package/projects/kit/components/select/select.component.html +0 -1
  2002. package/projects/kit/components/select/select.component.scss +0 -3
  2003. package/projects/kit/components/select/select.component.ts +0 -27
  2004. package/projects/kit/components/select/select.module.ts +0 -10
  2005. package/projects/kit/components/select/select.stories.ts +0 -39
  2006. package/projects/kit/components/stepper/step.component.html +0 -14
  2007. package/projects/kit/components/stepper/step.component.ts +0 -61
  2008. package/projects/kit/components/stepper/stepper.component.html +0 -3
  2009. package/projects/kit/components/stepper/stepper.component.scss +0 -3
  2010. package/projects/kit/components/stepper/stepper.component.ts +0 -95
  2011. package/projects/kit/components/stepper/stepper.module.ts +0 -12
  2012. package/projects/kit/components/stepper/stepper.stories.ts +0 -33
  2013. package/projects/kit/components/tabs/index.ts +0 -1
  2014. package/projects/kit/components/tabs/tab-selectors.ts +0 -2
  2015. package/projects/kit/components/tabs/tab.component.html +0 -1
  2016. package/projects/kit/components/tabs/tab.component.scss +0 -16
  2017. package/projects/kit/components/tabs/tab.component.spec.ts +0 -27
  2018. package/projects/kit/components/tabs/tab.component.ts +0 -56
  2019. package/projects/kit/components/tabs/tabs.component.html +0 -1
  2020. package/projects/kit/components/tabs/tabs.component.scss +0 -9
  2021. package/projects/kit/components/tabs/tabs.component.spec.ts +0 -24
  2022. package/projects/kit/components/tabs/tabs.component.ts +0 -194
  2023. package/projects/kit/components/tabs/tabs.module.ts +0 -11
  2024. package/projects/kit/components/tabs/tabs.stories.ts +0 -40
  2025. package/projects/kit/components/tag/tag.component.html +0 -29
  2026. package/projects/kit/components/tag/tag.component.scss +0 -3
  2027. package/projects/kit/components/tag/tag.component.ts +0 -71
  2028. package/projects/kit/components/tag/tag.module.ts +0 -11
  2029. package/projects/kit/components/tag/text-area.stories.ts +0 -49
  2030. package/projects/kit/components/text-area/text-area.component.scss +0 -3
  2031. package/projects/kit/components/text-area/text-area.component.ts +0 -47
  2032. package/projects/kit/components/text-area/text-area.module.ts +0 -8
  2033. package/projects/kit/components/text-area/text-area.stories.ts +0 -33
  2034. package/projects/kit/components/text-input/text-input.component.scss +0 -15
  2035. package/projects/kit/components/text-input/text-input.component.spec.ts +0 -24
  2036. package/projects/kit/components/text-input/text-input.component.ts +0 -74
  2037. package/projects/kit/components/text-input/text-input.module.ts +0 -12
  2038. package/projects/kit/components/text-input/text-input.stories.ts +0 -80
  2039. package/projects/kit/components/toggle/toggle.component.html +0 -13
  2040. package/projects/kit/components/toggle/toggle.component.scss +0 -2
  2041. package/projects/kit/components/toggle/toggle.component.ts +0 -76
  2042. package/projects/kit/components/toggle/toggle.module.ts +0 -10
  2043. package/projects/kit/components/toggle/toggle.stories.ts +0 -35
  2044. package/projects/kit/components/tooltip/tooltip.component.html +0 -2
  2045. package/projects/kit/components/tooltip/tooltip.component.scss +0 -2
  2046. package/projects/kit/components/tooltip/tooltip.component.ts +0 -32
  2047. package/projects/kit/components/tooltip/tooltip.module.ts +0 -10
  2048. package/projects/kit/components/tooltip/tooltip.stories.ts +0 -39
  2049. package/projects/kit/karma.conf.js +0 -41
  2050. package/projects/kit/ng-package-adeo.json +0 -21
  2051. package/projects/kit/ng-package.json +0 -23
  2052. package/projects/kit/package.json +0 -11
  2053. package/projects/kit/tsconfig.lib.json +0 -12
  2054. package/projects/kit/tsconfig.lib.prod.json +0 -10
  2055. package/projects/kit/tsconfig.spec.json +0 -10
  2056. package/projects/schematics/.eslintrc.json +0 -35
  2057. package/projects/schematics/README.md +0 -17
  2058. package/projects/schematics/collection.json +0 -10
  2059. package/projects/schematics/kit-component/files/__name@dasherize__.stories.ts.template +0 -21
  2060. package/projects/schematics/kit-component/files/index.ts.template +0 -1
  2061. package/projects/schematics/kit-component/index.ts +0 -82
  2062. package/projects/schematics/kit-component/schema.json +0 -26
  2063. package/projects/schematics/kit-component/schema.ts +0 -10
  2064. package/projects/schematics/ng-package.json +0 -7
  2065. package/projects/schematics/package.json +0 -20
  2066. package/projects/schematics/public-api.ts +0 -1
  2067. package/projects/schematics/tsconfig.lib.json +0 -23
  2068. package/projects/schematics/tsconfig.lib.prod.json +0 -10
  2069. package/tsconfig.json +0 -33
  2070. /package/{projects/kit → adeo}/README.md +0 -0
  2071. /package/{projects/kit → adeo}/assets/special-icons/checkbox-checked-disabled.svg +0 -0
  2072. /package/{projects/kit → adeo}/assets/special-icons/checkbox-checked.svg +0 -0
  2073. /package/{projects/kit → adeo}/assets/special-icons/checkbox-indeterminate-disabled.svg +0 -0
  2074. /package/{projects/kit → adeo}/assets/special-icons/checkbox-indeterminate.svg +0 -0
  2075. /package/{projects/kit → adeo}/assets/special-icons/invalid-cross.svg +0 -0
  2076. /package/{projects/kit → adeo}/assets/special-icons/layer-cross.svg +0 -0
  2077. /package/{projects/kit → adeo}/assets/special-icons/notification-danger-m.svg +0 -0
  2078. /package/{projects/kit → adeo}/assets/special-icons/notification-danger-s.svg +0 -0
  2079. /package/{projects/kit → adeo}/assets/special-icons/notification-information-m.svg +0 -0
  2080. /package/{projects/kit → adeo}/assets/special-icons/notification-information-s.svg +0 -0
  2081. /package/{projects/kit → adeo}/assets/special-icons/notification-success-m.svg +0 -0
  2082. /package/{projects/kit → adeo}/assets/special-icons/notification-success-s.svg +0 -0
  2083. /package/{projects/kit → adeo}/assets/special-icons/notification-warning-m.svg +0 -0
  2084. /package/{projects/kit → adeo}/assets/special-icons/notification-warning-s.svg +0 -0
  2085. /package/{projects/kit → adeo}/assets/special-icons/remove-tag.svg +0 -0
  2086. /package/{projects/kit → adeo}/assets/special-icons/toggle-checked-disabled.svg +0 -0
  2087. /package/{projects/kit → adeo}/assets/special-icons/toggle-checked.svg +0 -0
  2088. /package/{projects/kit → adeo}/assets/special-icons/toggle-cross-disabled.svg +0 -0
  2089. /package/{projects/kit → adeo}/assets/special-icons/toggle-cross.svg +0 -0
  2090. /package/{projects/kit → adeo}/assets/special-icons/tooltip-triangle.svg +0 -0
  2091. /package/{projects/kit → adeo}/assets/special-icons/valid-check-mark.svg +0 -0
  2092. /package/{projects/kit → adeo}/assets/tokens/adeo/android/colors.xml +0 -0
  2093. /package/{projects/kit → adeo}/assets/tokens/adeo/android/font_dimens.xml +0 -0
  2094. /package/{projects/kit → adeo}/assets/tokens/adeo/css/_variables.scss +0 -0
  2095. /package/{projects/kit → adeo}/assets/tokens/adeo/css/root.scss +0 -0
  2096. /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionaryColor.h +0 -0
  2097. /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionaryColor.m +0 -0
  2098. /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionaryColor.swift +0 -0
  2099. /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionarySize.h +0 -0
  2100. /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionarySize.m +0 -0
  2101. /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionarySize.swift +0 -0
  2102. /package/{projects/kit → adeo}/assets/tokens/adeo/js/tokens.js +0 -0
  2103. /package/{projects/kit → adeo}/assets/tokens/adeo/js/tokensObject.js +0 -0
  2104. /package/{projects/kit → adeo}/assets/tokens/adeo/scss/_tokens.scss +0 -0
  2105. /package/{projects/kit/common/global-events/public-api.ts → adeo/common/global-events/public-api.d.ts} +0 -0
  2106. /package/{projects/kit/common/index.ts → adeo/common/index.d.ts} +0 -0
  2107. /package/{projects/kit/common/utils/index.ts → adeo/common/utils/index.d.ts} +0 -0
  2108. /package/{projects/kit/common/utils/public-api.ts → adeo/common/utils/public-api.d.ts} +0 -0
  2109. /package/{projects/kit/components/badge/index.ts → adeo/components/badge/index.d.ts} +0 -0
  2110. /package/{projects/kit/components/button/index.ts → adeo/components/button/index.d.ts} +0 -0
  2111. /package/{projects/kit/components/checkbox/public-api.ts → adeo/components/checkbox/public-api.d.ts} +0 -0
  2112. /package/{projects/kit/components/dialog/classes/index.ts → adeo/components/dialog/classes/index.d.ts} +0 -0
  2113. /package/{projects/kit/components/dialog/interfaces/index.ts → adeo/components/dialog/interfaces/index.d.ts} +0 -0
  2114. /package/{projects/kit/components/dialog/public-api.ts → adeo/components/dialog/public-api.d.ts} +0 -0
  2115. /package/{projects/kit/components/dialog/tokens/index.ts → adeo/components/dialog/tokens/index.d.ts} +0 -0
  2116. /package/{projects/kit/components/field/public-api.ts → adeo/components/field/public-api.d.ts} +0 -0
  2117. /package/{projects/kit/components/icon/public-api.ts → adeo/components/icon/public-api.d.ts} +0 -0
  2118. /package/{projects/kit/components/layer/interfaces/index.ts → adeo/components/layer/interfaces/index.d.ts} +0 -0
  2119. /package/{projects/kit/components/layer/public-api.ts → adeo/components/layer/public-api.d.ts} +0 -0
  2120. /package/{projects/kit/components/layer/tokens/index.ts → adeo/components/layer/tokens/index.d.ts} +0 -0
  2121. /package/{projects/kit/components/loader/public-api.ts → adeo/components/loader/public-api.d.ts} +0 -0
  2122. /package/{projects/kit/components/notification/public-api.ts → adeo/components/notification/public-api.d.ts} +0 -0
  2123. /package/{projects/kit/components/pagination/public-api.ts → adeo/components/pagination/public-api.d.ts} +0 -0
  2124. /package/{projects/kit/components/progress-bar/progress-bar-size.ts → adeo/components/progress-bar/progress-bar-size.d.ts} +0 -0
  2125. /package/{projects/kit/components/progress-bar/progress-bar-theme.ts → adeo/components/progress-bar/progress-bar-theme.d.ts} +0 -0
  2126. /package/{projects/kit/components/progress-bar/public-api.ts → adeo/components/progress-bar/public-api.d.ts} +0 -0
  2127. /package/{projects/kit/components/public-api.ts → adeo/components/public-api.d.ts} +0 -0
  2128. /package/{projects/kit/components/select/public-api.ts → adeo/components/select/public-api.d.ts} +0 -0
  2129. /package/{projects/kit/components/stepper/public-api.ts → adeo/components/stepper/public-api.d.ts} +0 -0
  2130. /package/{projects/kit/components/stepper/step-state.ts → adeo/components/stepper/step-state.d.ts} +0 -0
  2131. /package/{projects/kit/components/tabs/public-api.ts → adeo/components/tabs/public-api.d.ts} +0 -0
  2132. /package/{projects/kit/components/tag/public-api.ts → adeo/components/tag/public-api.d.ts} +0 -0
  2133. /package/{projects/kit/components/tag/tag-type.ts → adeo/components/tag/tag-type.d.ts} +0 -0
  2134. /package/{projects/kit/components/text-area/public-api.ts → adeo/components/text-area/public-api.d.ts} +0 -0
  2135. /package/{projects/kit/components/text-input/index.ts → adeo/components/text-input/public-api.d.ts} +0 -0
  2136. /package/{projects/kit/components/text-input/text-input.ts → adeo/components/text-input/text-input.d.ts} +0 -0
  2137. /package/{projects/kit/components/toggle/public-api.ts → adeo/components/toggle/public-api.d.ts} +0 -0
  2138. /package/{projects/kit/components/toggle/toggle-size.ts → adeo/components/toggle/toggle-size.d.ts} +0 -0
  2139. /package/{projects/kit/components/tooltip/public-api.ts → adeo/components/tooltip/public-api.d.ts} +0 -0
  2140. /package/{projects/kit/components/tooltip/tooltip-position.ts → adeo/components/tooltip/tooltip-position.d.ts} +0 -0
  2141. /package/{projects/kit/public-api.ts → adeo/public-api.d.ts} +0 -0
  2142. /package/{projects/kit/components/text-input/public-api.ts → components/text-input/public-api.d.ts} +0 -0
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLXR5cGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90YWcvdGFnLXR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIFRhZ1R5cGUgPSAndGV4dCcgfCAnc2VsZWN0YWJsZScgfCAncmVtb3ZhYmxlJyB8ICdsaW5rJztcbiJdfQ==
@@ -0,0 +1,61 @@
1
+ import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation, } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "@angular/forms";
5
+ export class TagComponent {
6
+ constructor(elementRef) {
7
+ this.elementRef = elementRef;
8
+ this.size = 'm';
9
+ this.select = false;
10
+ this.selectChange = new EventEmitter();
11
+ this.clickOnRemove = new EventEmitter();
12
+ this.type = this.getDefaultType();
13
+ }
14
+ get hostCssClasses() {
15
+ return `${this.tagCssClass} ${this.sizeCssClass}`;
16
+ }
17
+ get labelCssClass() {
18
+ return `${this.tagCssClass}__label`;
19
+ }
20
+ get tagName() {
21
+ return this.elementRef?.nativeElement.tagName.toLowerCase();
22
+ }
23
+ get hostIsLink() {
24
+ return this.tagName === 'a';
25
+ }
26
+ get tagCssClass() {
27
+ return `mc-tag-${this.type}`;
28
+ }
29
+ get sizeCssClass() {
30
+ return `${this.tagCssClass}--${this.size}`;
31
+ }
32
+ getDefaultType() {
33
+ return this.hostIsLink ? 'link' : 'text';
34
+ }
35
+ emitRemove() {
36
+ this.clickOnRemove.emit();
37
+ }
38
+ emitSelectChanges($event) {
39
+ this.selectChange.emit($event);
40
+ }
41
+ }
42
+ TagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TagComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
43
+ TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TagComponent, selector: "moz-tag, a[moz-tag]", inputs: { type: "type", size: "size", select: "select" }, outputs: { selectChange: "selectChange", clickOnRemove: "clickOnRemove" }, host: { properties: { "class": "this.hostCssClasses" } }, ngImport: i0, template: "<ng-template #labelTemplate>\n <span [ngClass]=\"labelCssClass\">\n <ng-content></ng-content>\n </span>\n</ng-template>\n\n<ng-container [ngSwitch]=\"type\">\n <ng-container *ngSwitchCase=\"'selectable'\">\n <input\n class=\"mc-tag-selectable__input\"\n type=\"checkbox\"\n id=\"selectable\"\n [ngModel]=\"select\"\n (ngModelChange)=\"emitSelectChanges($event)\"\n />\n <label class=\"mc-tag-selectable__pill\" for=\"selectable\">\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n </label>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'removable'\">\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n <button class=\"mc-tag-removable__remove\" (click)=\"emitRemove()\"></button>\n </ng-container>\n\n <ng-container *ngSwitchDefault>\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n </ng-container>\n</ng-container>\n", styles: [".mc-tag-text{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;background:#ffffff;color:#191919;box-shadow:inset 0 0 0 1px gray}.mc-tag-text:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-text--s{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-text--s\\@from-m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-text--s\\@from-l{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-text--s\\@from-xl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-text--s\\@from-xxl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-text--dark{background:#191919;color:#fff;box-shadow:inset 0 0 0 1px #fff}.mc-tag-link{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;text-decoration:none;outline:none;background:#ffffff;box-shadow:inset 0 0 0 1px gray;color:#191919}.mc-tag-link:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-link:hover{background:#e6e6e6}.mc-tag-link:active{background:#cccccc}.mc-tag-link:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}.mc-tag-link--s{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-link--s\\@from-m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-link--s\\@from-l{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-link--s\\@from-xl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-link--s\\@from-xxl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-link--dark{background:#191919;color:#fff;box-shadow:inset 0 0 0 1px #fff}.mc-tag-link--dark:hover{background:#333333}.mc-tag-link--dark:active{background:#4d4d4d}.mc-tag-selectable{display:inline-block;white-space:nowrap}.mc-tag-selectable__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-tag-selectable__label{-webkit-user-select:none;user-select:none}.mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;transition:box-shadow .2s ease;background:#ffffff;box-shadow:inset 0 0 0 1px gray;color:#191919;cursor:pointer}.mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-selectable__pill:hover{background:#48bac4}:checked+.mc-tag-selectable__pill{background:#007f8c;box-shadow:inset 0 0 0 1px #007f8c;color:#fff}:checked+.mc-tag-selectable__pill:hover{background:#006974;box-shadow:inset 0 0 0 1px #006974}.mc-tag-selectable__pill:active{background:#004e57;box-shadow:inset 0 0 0 1px #004e57;color:#fff}:focus+.mc-tag-selectable__pill:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}:disabled+.mc-tag-selectable__pill{cursor:not-allowed;background:#e6e6e6;color:gray}.mc-tag-selectable--dark .mc-tag-selectable__pill{background:#191919;color:#fff;cursor:pointer}.mc-tag-selectable--dark .mc-tag-selectable__pill:hover{background:#006974}.mc-tag-selectable--dark .mc-tag-selectable__pill:active{background:#91d5db;box-shadow:inset 0 0 0 1px #91d5db;color:#191919}.mc-tag-selectable--dark :checked+.mc-tag-selectable__pill{background:#009eac;box-shadow:inset 0 0 0 1px #009eac;color:#191919}.mc-tag-selectable--dark :checked+.mc-tag-selectable__pill:hover{background:#48bac4}.mc-tag-selectable--dark :disabled+.mc-tag-selectable__pill{cursor:not-allowed;background:#4d4d4d;color:gray}.mc-tag-selectable--s .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-selectable--s\\@from-m .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-selectable--s\\@from-l .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-l .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-selectable--s\\@from-xl .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-xl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-selectable--s\\@from-xxl .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-xxl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-selectable--m .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-selectable--m\\@from-m .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-selectable--m\\@from-l .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-l .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-selectable--m\\@from-xl .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-xl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-selectable--m\\@from-xxl .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-xxl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}.mc-tag-removable{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0;background-color:#333;color:#fff}.mc-tag-removable:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--s{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}@media screen and (min-width: 680px){.mc-tag-removable--s\\@from-m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-m .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-m .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1024px){.mc-tag-removable--s\\@from-l{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-l .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-l .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1280px){.mc-tag-removable--s\\@from-xl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-xl .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-xl .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1920px){.mc-tag-removable--s\\@from-xxl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-xxl .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-xxl .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}.mc-tag-removable--m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}@media screen and (min-width: 680px){.mc-tag-removable--m\\@from-m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-m .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-m .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}}@media screen and (min-width: 1024px){.mc-tag-removable--m\\@from-l{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-l .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-l .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}}@media screen and (min-width: 1280px){.mc-tag-removable--m\\@from-xl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-xl .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-xl .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}}@media screen and (min-width: 1920px){.mc-tag-removable--m\\@from-xxl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-xxl .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-xxl .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}}.mc-tag-removable--dark{background-color:#ccc;color:#191919}.mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable__remove{box-shadow:none;text-decoration:none;outline:none;border:none;cursor:pointer;padding:0;width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>');position:relative;background-color:#333;margin:0;display:block;border-radius:50%;background-repeat:no-repeat;background-position:center}.mc-tag-removable__remove:after{box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:50%;inset:-.125rem}.mc-tag-removable__remove-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-tag-removable__remove:hover{background-color:#4d4d4d}.mc-tag-removable__remove:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}.mc-tag-removable__remove:active{background-color:#666}.mc-tag-removable--dark .mc-tag-removable__remove{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#191919\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>');background-color:#ccc}.mc-tag-removable--dark .mc-tag-removable__remove:hover{background-color:#b3b3b3}.mc-tag-removable--dark .mc-tag-removable__remove:active{background-color:#999}.mc-tag-list{list-style:none;margin-left:0;padding-left:0;display:flex;flex-flow:row wrap}.mc-tag-list__item{margin:0 1rem 1rem 0}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TagComponent, decorators: [{
45
+ type: Component,
46
+ args: [{ selector: 'moz-tag, a[moz-tag]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-template #labelTemplate>\n <span [ngClass]=\"labelCssClass\">\n <ng-content></ng-content>\n </span>\n</ng-template>\n\n<ng-container [ngSwitch]=\"type\">\n <ng-container *ngSwitchCase=\"'selectable'\">\n <input\n class=\"mc-tag-selectable__input\"\n type=\"checkbox\"\n id=\"selectable\"\n [ngModel]=\"select\"\n (ngModelChange)=\"emitSelectChanges($event)\"\n />\n <label class=\"mc-tag-selectable__pill\" for=\"selectable\">\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n </label>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'removable'\">\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n <button class=\"mc-tag-removable__remove\" (click)=\"emitRemove()\"></button>\n </ng-container>\n\n <ng-container *ngSwitchDefault>\n <ng-container [ngTemplateOutlet]=\"labelTemplate\"></ng-container>\n </ng-container>\n</ng-container>\n", styles: [".mc-tag-text{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;background:#ffffff;color:#191919;box-shadow:inset 0 0 0 1px gray}.mc-tag-text:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-text--s{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-text--s\\@from-m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-text--s\\@from-l{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-text--s\\@from-xl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-text--s\\@from-xxl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-text--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-text--dark{background:#191919;color:#fff;box-shadow:inset 0 0 0 1px #fff}.mc-tag-link{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;text-decoration:none;outline:none;background:#ffffff;box-shadow:inset 0 0 0 1px gray;color:#191919}.mc-tag-link:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-link:hover{background:#e6e6e6}.mc-tag-link:active{background:#cccccc}.mc-tag-link:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}.mc-tag-link--s{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-link--s\\@from-m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-link--s\\@from-l{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-link--s\\@from-xl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-link--s\\@from-xxl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-link--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-link--dark{background:#191919;color:#fff;box-shadow:inset 0 0 0 1px #fff}.mc-tag-link--dark:hover{background:#333333}.mc-tag-link--dark:active{background:#4d4d4d}.mc-tag-selectable{display:inline-block;white-space:nowrap}.mc-tag-selectable__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-tag-selectable__label{-webkit-user-select:none;user-select:none}.mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;transition:box-shadow .2s ease;background:#ffffff;box-shadow:inset 0 0 0 1px gray;color:#191919;cursor:pointer}.mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-selectable__pill:hover{background:#48bac4}:checked+.mc-tag-selectable__pill{background:#007f8c;box-shadow:inset 0 0 0 1px #007f8c;color:#fff}:checked+.mc-tag-selectable__pill:hover{background:#006974;box-shadow:inset 0 0 0 1px #006974}.mc-tag-selectable__pill:active{background:#004e57;box-shadow:inset 0 0 0 1px #004e57;color:#fff}:focus+.mc-tag-selectable__pill:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}:disabled+.mc-tag-selectable__pill{cursor:not-allowed;background:#e6e6e6;color:gray}.mc-tag-selectable--dark .mc-tag-selectable__pill{background:#191919;color:#fff;cursor:pointer}.mc-tag-selectable--dark .mc-tag-selectable__pill:hover{background:#006974}.mc-tag-selectable--dark .mc-tag-selectable__pill:active{background:#91d5db;box-shadow:inset 0 0 0 1px #91d5db;color:#191919}.mc-tag-selectable--dark :checked+.mc-tag-selectable__pill{background:#009eac;box-shadow:inset 0 0 0 1px #009eac;color:#191919}.mc-tag-selectable--dark :checked+.mc-tag-selectable__pill:hover{background:#48bac4}.mc-tag-selectable--dark :disabled+.mc-tag-selectable__pill{cursor:not-allowed;background:#4d4d4d;color:gray}.mc-tag-selectable--s .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-selectable--s\\@from-m .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-selectable--s\\@from-l .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-l .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-selectable--s\\@from-xl .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-xl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-selectable--s\\@from-xxl .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex}.mc-tag-selectable--s\\@from-xxl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}}.mc-tag-selectable--m .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}@media screen and (min-width: 680px){.mc-tag-selectable--m\\@from-m .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-m .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1024px){.mc-tag-selectable--m\\@from-l .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-l .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1280px){.mc-tag-selectable--m\\@from-xl .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-xl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}@media screen and (min-width: 1920px){.mc-tag-selectable--m\\@from-xxl .mc-tag-selectable__pill{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex}.mc-tag-selectable--m\\@from-xxl .mc-tag-selectable__pill:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}}.mc-tag-removable{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0;background-color:#333;color:#fff}.mc-tag-removable:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--s{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}@media screen and (min-width: 680px){.mc-tag-removable--s\\@from-m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-m .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-m .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1024px){.mc-tag-removable--s\\@from-l{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-l .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-l .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1280px){.mc-tag-removable--s\\@from-xl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-xl .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-xl .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}@media screen and (min-width: 1920px){.mc-tag-removable--s\\@from-xxl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:.75rem;padding:.1875rem 1rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--s\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:.875rem;inset:-.125rem}.mc-tag-removable--s\\@from-xxl .mc-tag-removable__label{padding:.1875rem .25rem .1875rem 1rem}.mc-tag-removable--s\\@from-xxl .mc-tag-removable__remove{width:1.5rem;height:1.5rem;background-size:1rem}}.mc-tag-removable--m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}@media screen and (min-width: 680px){.mc-tag-removable--m\\@from-m{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-m:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-m .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-m .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}}@media screen and (min-width: 1024px){.mc-tag-removable--m\\@from-l{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-l:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-l .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-l .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}}@media screen and (min-width: 1280px){.mc-tag-removable--m\\@from-xl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-xl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-xl .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-xl .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}}@media screen and (min-width: 1920px){.mc-tag-removable--m\\@from-xxl{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.2857142857;border-radius:1.25rem;padding:.6875rem 1.5rem;position:relative;display:inline-flex;padding:0}.mc-tag-removable--m\\@from-xxl:after{border-radius:2px;box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:1.375rem;inset:-.125rem}.mc-tag-removable--m\\@from-xxl .mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable--m\\@from-xxl .mc-tag-removable__remove{width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>')}}.mc-tag-removable--dark{background-color:#ccc;color:#191919}.mc-tag-removable__label{padding:.6875rem .5rem .6875rem 1.5rem}.mc-tag-removable__remove{box-shadow:none;text-decoration:none;outline:none;border:none;cursor:pointer;padding:0;width:2.5rem;height:2.5rem;background-size:1.5rem;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#cccccc\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>');position:relative;background-color:#333;margin:0;display:block;border-radius:50%;background-repeat:no-repeat;background-position:center}.mc-tag-removable__remove:after{box-shadow:0 0 0 0 transparent;content:\"\";display:block;pointer-events:none;position:absolute;inset:0;transition:box-shadow .2s ease;border-radius:50%;inset:-.125rem}.mc-tag-removable__remove-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-tag-removable__remove:hover{background-color:#4d4d4d}.mc-tag-removable__remove:focus:after{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992;box-shadow:0 0 0 .125rem #758992}.mc-tag-removable__remove:active{background-color:#666}.mc-tag-removable--dark .mc-tag-removable__remove{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#191919\" viewBox=\"0 0 24 24\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm4.14 12.7a1 1 0 0 1-1.41 1.42l-2.68-2.68-2.78 2.77a1 1 0 1 1-1.41-1.42L10.63 12 7.79 9.21a1 1 0 1 1 1.42-1.42l2.84 2.83 2.74-2.74a1 1 0 1 1 1.42 1.42L13.46 12z\"/></svg>');background-color:#ccc}.mc-tag-removable--dark .mc-tag-removable__remove:hover{background-color:#b3b3b3}.mc-tag-removable--dark .mc-tag-removable__remove:active{background-color:#999}.mc-tag-list{list-style:none;margin-left:0;padding-left:0;display:flex;flex-flow:row wrap}.mc-tag-list__item{margin:0 1rem 1rem 0}\n"] }]
47
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { type: [{
48
+ type: Input
49
+ }], size: [{
50
+ type: Input
51
+ }], select: [{
52
+ type: Input
53
+ }], selectChange: [{
54
+ type: Output
55
+ }], clickOnRemove: [{
56
+ type: Output
57
+ }], hostCssClasses: [{
58
+ type: HostBinding,
59
+ args: ['class']
60
+ }] } });
61
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RhZy90YWcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvdGFnL3RhZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFFVCxZQUFZLEVBQ1osV0FBVyxFQUNYLEtBQUssRUFDTCxNQUFNLEVBQ04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOzs7O0FBVXZCLE1BQU0sT0FBTyxZQUFZO0lBV3ZCLFlBQW9CLFVBQW1DO1FBQW5DLGVBQVUsR0FBVixVQUFVLENBQXlCO1FBUjlDLFNBQUksR0FBYyxHQUFHLENBQUM7UUFFdEIsV0FBTSxHQUFHLEtBQUssQ0FBQztRQUVkLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUUzQyxrQkFBYSxHQUFHLElBQUksWUFBWSxFQUFRLENBQUM7UUFHakQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7SUFDcEMsQ0FBQztJQUVELElBQ1csY0FBYztRQUN2QixPQUFPLEdBQUcsSUFBSSxDQUFDLFdBQVcsSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDcEQsQ0FBQztJQUVELElBQVcsYUFBYTtRQUN0QixPQUFPLEdBQUcsSUFBSSxDQUFDLFdBQVcsU0FBUyxDQUFDO0lBQ3RDLENBQUM7SUFFRCxJQUFZLE9BQU87UUFDakIsT0FBTyxJQUFJLENBQUMsVUFBVSxFQUFFLGFBQWEsQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDOUQsQ0FBQztJQUVELElBQVksVUFBVTtRQUNwQixPQUFPLElBQUksQ0FBQyxPQUFPLEtBQUssR0FBRyxDQUFDO0lBQzlCLENBQUM7SUFFRCxJQUFZLFdBQVc7UUFDckIsT0FBTyxVQUFVLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUMvQixDQUFDO0lBRUQsSUFBWSxZQUFZO1FBQ3RCLE9BQU8sR0FBRyxJQUFJLENBQUMsV0FBVyxLQUFLLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUM3QyxDQUFDO0lBRU8sY0FBYztRQUNwQixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDO0lBQzNDLENBQUM7SUFFTSxVQUFVO1FBQ2YsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRU0saUJBQWlCLENBQUMsTUFBZTtRQUN0QyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUNqQyxDQUFDOzt5R0FsRFUsWUFBWTs2RkFBWixZQUFZLDBQQ25CekIsczdCQTZCQTsyRkRWYSxZQUFZO2tCQVB4QixTQUFTOytCQUNFLHFCQUFxQixtQkFHZCx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJO2lHQUc1QixJQUFJO3NCQUFaLEtBQUs7Z0JBRUcsSUFBSTtzQkFBWixLQUFLO2dCQUVHLE1BQU07c0JBQWQsS0FBSztnQkFFSSxZQUFZO3NCQUFyQixNQUFNO2dCQUVHLGFBQWE7c0JBQXRCLE1BQU07Z0JBT0ksY0FBYztzQkFEeEIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBIb3N0QmluZGluZyxcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVGFnVHlwZSB9IGZyb20gJy4vdGFnLXR5cGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtb3otdGFnLCBhW21vei10YWddJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RhZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RhZy5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgVGFnQ29tcG9uZW50IHtcbiAgQElucHV0KCkgdHlwZTogVGFnVHlwZTtcblxuICBASW5wdXQoKSBzaXplOiAncycgfCAnbScgPSAnbSc7XG5cbiAgQElucHV0KCkgc2VsZWN0ID0gZmFsc2U7XG5cbiAgQE91dHB1dCgpIHNlbGVjdENoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcblxuICBAT3V0cHV0KCkgY2xpY2tPblJlbW92ZSA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+KSB7XG4gICAgdGhpcy50eXBlID0gdGhpcy5nZXREZWZhdWx0VHlwZSgpO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gIHB1YmxpYyBnZXQgaG9zdENzc0NsYXNzZXMoKSB7XG4gICAgcmV0dXJuIGAke3RoaXMudGFnQ3NzQ2xhc3N9ICR7dGhpcy5zaXplQ3NzQ2xhc3N9YDtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgbGFiZWxDc3NDbGFzcygpOiBzdHJpbmcge1xuICAgIHJldHVybiBgJHt0aGlzLnRhZ0Nzc0NsYXNzfV9fbGFiZWxgO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXQgdGFnTmFtZSgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWY/Lm5hdGl2ZUVsZW1lbnQudGFnTmFtZS50b0xvd2VyQ2FzZSgpO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXQgaG9zdElzTGluaygpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy50YWdOYW1lID09PSAnYSc7XG4gIH1cblxuICBwcml2YXRlIGdldCB0YWdDc3NDbGFzcygpIHtcbiAgICByZXR1cm4gYG1jLXRhZy0ke3RoaXMudHlwZX1gO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXQgc2l6ZUNzc0NsYXNzKCkge1xuICAgIHJldHVybiBgJHt0aGlzLnRhZ0Nzc0NsYXNzfS0tJHt0aGlzLnNpemV9YDtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0RGVmYXVsdFR5cGUoKTogVGFnVHlwZSB7XG4gICAgcmV0dXJuIHRoaXMuaG9zdElzTGluayA/ICdsaW5rJyA6ICd0ZXh0JztcbiAgfVxuXG4gIHB1YmxpYyBlbWl0UmVtb3ZlKCkge1xuICAgIHRoaXMuY2xpY2tPblJlbW92ZS5lbWl0KCk7XG4gIH1cblxuICBwdWJsaWMgZW1pdFNlbGVjdENoYW5nZXMoJGV2ZW50OiBib29sZWFuKSB7XG4gICAgdGhpcy5zZWxlY3RDaGFuZ2UuZW1pdCgkZXZlbnQpO1xuICB9XG59XG4iLCI8bmctdGVtcGxhdGUgI2xhYmVsVGVtcGxhdGU+XG4gIDxzcGFuIFtuZ0NsYXNzXT1cImxhYmVsQ3NzQ2xhc3NcIj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDwvc3Bhbj5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInR5cGVcIj5cbiAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ3NlbGVjdGFibGUnXCI+XG4gICAgPGlucHV0XG4gICAgICBjbGFzcz1cIm1jLXRhZy1zZWxlY3RhYmxlX19pbnB1dFwiXG4gICAgICB0eXBlPVwiY2hlY2tib3hcIlxuICAgICAgaWQ9XCJzZWxlY3RhYmxlXCJcbiAgICAgIFtuZ01vZGVsXT1cInNlbGVjdFwiXG4gICAgICAobmdNb2RlbENoYW5nZSk9XCJlbWl0U2VsZWN0Q2hhbmdlcygkZXZlbnQpXCJcbiAgICAvPlxuICAgIDxsYWJlbCBjbGFzcz1cIm1jLXRhZy1zZWxlY3RhYmxlX19waWxsXCIgZm9yPVwic2VsZWN0YWJsZVwiPlxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJsYWJlbFRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgPC9sYWJlbD5cbiAgPC9uZy1jb250YWluZXI+XG5cbiAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ3JlbW92YWJsZSdcIj5cbiAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImxhYmVsVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8YnV0dG9uIGNsYXNzPVwibWMtdGFnLXJlbW92YWJsZV9fcmVtb3ZlXCIgKGNsaWNrKT1cImVtaXRSZW1vdmUoKVwiPjwvYnV0dG9uPlxuICA8L25nLWNvbnRhaW5lcj5cblxuICA8bmctY29udGFpbmVyICpuZ1N3aXRjaERlZmF1bHQ+XG4gICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJsYWJlbFRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvbmctY29udGFpbmVyPlxuPC9uZy1jb250YWluZXI+XG4iXX0=
@@ -0,0 +1,19 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { FormsModule } from '@angular/forms';
4
+ import { TagComponent } from './tag.component';
5
+ import * as i0 from "@angular/core";
6
+ export class TagModule {
7
+ }
8
+ TagModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ TagModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TagModule, declarations: [TagComponent], imports: [CommonModule, FormsModule], exports: [TagComponent] });
10
+ TagModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TagModule, imports: [CommonModule, FormsModule] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TagModule, decorators: [{
12
+ type: NgModule,
13
+ args: [{
14
+ imports: [CommonModule, FormsModule],
15
+ declarations: [TagComponent],
16
+ exports: [TagComponent],
17
+ }]
18
+ }] });
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RhZy90YWcubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBTy9DLE1BQU0sT0FBTyxTQUFTOztzR0FBVCxTQUFTO3VHQUFULFNBQVMsaUJBSEwsWUFBWSxhQURqQixZQUFZLEVBQUUsV0FBVyxhQUV6QixZQUFZO3VHQUVYLFNBQVMsWUFKVixZQUFZLEVBQUUsV0FBVzsyRkFJeEIsU0FBUztrQkFMckIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsV0FBVyxDQUFDO29CQUNwQyxZQUFZLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQzVCLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgVGFnQ29tcG9uZW50IH0gZnJvbSAnLi90YWcuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtUYWdDb21wb25lbnRdLFxuICBleHBvcnRzOiBbVGFnQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgVGFnTW9kdWxlIHt9XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from './text-area.component';
2
+ export * from './text-area.module';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtYXJlYS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxvQkFBb0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdGV4dC1hcmVhLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3RleHQtYXJlYS5tb2R1bGUnO1xuIl19
@@ -0,0 +1,43 @@
1
+ import { ChangeDetectionStrategy, Component, HostBinding, Input, ViewEncapsulation, } from '@angular/core';
2
+ import { castBooleanProperty } from '../../common';
3
+ import * as i0 from "@angular/core";
4
+ export class TextAreaComponent {
5
+ constructor() {
6
+ this._invalid = false;
7
+ this._valid = false;
8
+ }
9
+ get invalid() {
10
+ return this._invalid || false;
11
+ }
12
+ get valid() {
13
+ const valid = this._valid || false;
14
+ return !this.invalid && valid;
15
+ }
16
+ get hostCssClasses() {
17
+ const staticClasses = 'mc-textarea';
18
+ const validClass = this.valid ? 'is-valid' : '';
19
+ const invalidClass = this.invalid ? 'is-invalid' : '';
20
+ const dynamicClasses = `${validClass} ${invalidClass}`;
21
+ return `${staticClasses} ${dynamicClasses}`;
22
+ }
23
+ set invalid(val) {
24
+ this._invalid = castBooleanProperty(val);
25
+ }
26
+ set valid(val) {
27
+ this._valid = castBooleanProperty(val);
28
+ }
29
+ }
30
+ TextAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
31
+ TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TextAreaComponent, selector: "textarea[moz-text-area]", inputs: { invalid: "invalid", valid: "valid" }, host: { properties: { "class": "this.hostCssClasses" } }, ngImport: i0, template: '', isInline: true, styles: [".mc-textarea{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;font-size:1rem;line-height:1.375;border-radius:4px;display:block;width:100%;position:relative;color:#191919;border:1px solid #666666;background:#ffffff;transition:all ease .2s;padding:calc(.75rem - .125em - 1px) .75rem calc(.75rem + .125em - 1px)}.mc-textarea[type=number]::-webkit-inner-spin-button,.mc-textarea[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.mc-textarea[type=number]{-moz-appearance:textfield}.mc-textarea[type=search]::-webkit-search-decoration:hover,.mc-textarea[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-textarea:hover{border-color:#191919}.mc-textarea.is-valid{border-color:#46a610}.mc-textarea.is-invalid{border-color:#c61112}.mc-textarea:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-textarea:disabled{border-color:#e6e6e6;background:#e6e6e6;cursor:not-allowed}.mc-textarea::placeholder{color:#666}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextAreaComponent, decorators: [{
33
+ type: Component,
34
+ args: [{ selector: 'textarea[moz-text-area]', template: '', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: [".mc-textarea{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;font-size:1rem;line-height:1.375;border-radius:4px;display:block;width:100%;position:relative;color:#191919;border:1px solid #666666;background:#ffffff;transition:all ease .2s;padding:calc(.75rem - .125em - 1px) .75rem calc(.75rem + .125em - 1px)}.mc-textarea[type=number]::-webkit-inner-spin-button,.mc-textarea[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.mc-textarea[type=number]{-moz-appearance:textfield}.mc-textarea[type=search]::-webkit-search-decoration:hover,.mc-textarea[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-textarea:hover{border-color:#191919}.mc-textarea.is-valid{border-color:#46a610}.mc-textarea.is-invalid{border-color:#c61112}.mc-textarea:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-textarea:disabled{border-color:#e6e6e6;background:#e6e6e6;cursor:not-allowed}.mc-textarea::placeholder{color:#666}\n"] }]
35
+ }], propDecorators: { hostCssClasses: [{
36
+ type: HostBinding,
37
+ args: ['class']
38
+ }], invalid: [{
39
+ type: Input
40
+ }], valid: [{
41
+ type: Input
42
+ }] } });
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1hcmVhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtYXJlYS90ZXh0LWFyZWEuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFdBQVcsRUFDWCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGNBQWMsQ0FBQzs7QUFTbkQsTUFBTSxPQUFPLGlCQUFpQjtJQVA5QjtRQVFVLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFFakIsV0FBTSxHQUFHLEtBQUssQ0FBQztLQTJCeEI7SUF6QkMsSUFBVyxPQUFPO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFFBQVEsSUFBSSxLQUFLLENBQUM7SUFDaEMsQ0FBQztJQUVELElBQVcsS0FBSztRQUNkLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxNQUFNLElBQUksS0FBSyxDQUFDO1FBQ25DLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxJQUFJLEtBQUssQ0FBQztJQUNoQyxDQUFDO0lBRUQsSUFDVyxjQUFjO1FBQ3ZCLE1BQU0sYUFBYSxHQUFHLGFBQWEsQ0FBQztRQUNwQyxNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUNoRCxNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUN0RCxNQUFNLGNBQWMsR0FBRyxHQUFHLFVBQVUsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUN2RCxPQUFPLEdBQUcsYUFBYSxJQUFJLGNBQWMsRUFBRSxDQUFDO0lBQzlDLENBQUM7SUFFRCxJQUFvQixPQUFPLENBQUMsR0FBWTtRQUN0QyxJQUFJLENBQUMsUUFBUSxHQUFHLG1CQUFtQixDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFRCxJQUFvQixLQUFLLENBQUMsR0FBWTtRQUNwQyxJQUFJLENBQUMsTUFBTSxHQUFHLG1CQUFtQixDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ3pDLENBQUM7OzhHQTdCVSxpQkFBaUI7a0dBQWpCLGlCQUFpQix5S0FMbEIsRUFBRTsyRkFLRCxpQkFBaUI7a0JBUDdCLFNBQVM7K0JBQ0UseUJBQXlCLFlBQ3pCLEVBQUUsbUJBRUssdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSTs4QkFpQjFCLGNBQWM7c0JBRHhCLFdBQVc7dUJBQUMsT0FBTztnQkFTQSxPQUFPO3NCQUExQixLQUFLO2dCQUljLEtBQUs7c0JBQXhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBIb3N0QmluZGluZyxcbiAgSW5wdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGNhc3RCb29sZWFuUHJvcGVydHkgfSBmcm9tICcuLi8uLi9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd0ZXh0YXJlYVttb3otdGV4dC1hcmVhXScsXG4gIHRlbXBsYXRlOiAnJyxcbiAgc3R5bGVVcmxzOiBbJy4vdGV4dC1hcmVhLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBUZXh0QXJlYUNvbXBvbmVudCB7XG4gIHByaXZhdGUgX2ludmFsaWQgPSBmYWxzZTtcblxuICBwcml2YXRlIF92YWxpZCA9IGZhbHNlO1xuXG4gIHB1YmxpYyBnZXQgaW52YWxpZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5faW52YWxpZCB8fCBmYWxzZTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgdmFsaWQoKTogYm9vbGVhbiB7XG4gICAgY29uc3QgdmFsaWQgPSB0aGlzLl92YWxpZCB8fCBmYWxzZTtcbiAgICByZXR1cm4gIXRoaXMuaW52YWxpZCAmJiB2YWxpZDtcbiAgfVxuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBwdWJsaWMgZ2V0IGhvc3RDc3NDbGFzc2VzKCkge1xuICAgIGNvbnN0IHN0YXRpY0NsYXNzZXMgPSAnbWMtdGV4dGFyZWEnO1xuICAgIGNvbnN0IHZhbGlkQ2xhc3MgPSB0aGlzLnZhbGlkID8gJ2lzLXZhbGlkJyA6ICcnO1xuICAgIGNvbnN0IGludmFsaWRDbGFzcyA9IHRoaXMuaW52YWxpZCA/ICdpcy1pbnZhbGlkJyA6ICcnO1xuICAgIGNvbnN0IGR5bmFtaWNDbGFzc2VzID0gYCR7dmFsaWRDbGFzc30gJHtpbnZhbGlkQ2xhc3N9YDtcbiAgICByZXR1cm4gYCR7c3RhdGljQ2xhc3Nlc30gJHtkeW5hbWljQ2xhc3Nlc31gO1xuICB9XG5cbiAgQElucHV0KCkgcHVibGljIHNldCBpbnZhbGlkKHZhbDogYm9vbGVhbikge1xuICAgIHRoaXMuX2ludmFsaWQgPSBjYXN0Qm9vbGVhblByb3BlcnR5KHZhbCk7XG4gIH1cblxuICBASW5wdXQoKSBwdWJsaWMgc2V0IHZhbGlkKHZhbDogYm9vbGVhbikge1xuICAgIHRoaXMuX3ZhbGlkID0gY2FzdEJvb2xlYW5Qcm9wZXJ0eSh2YWwpO1xuICB9XG59XG4iXX0=
@@ -0,0 +1,16 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { TextAreaComponent } from './text-area.component';
3
+ import * as i0 from "@angular/core";
4
+ export class TextAreaModule {
5
+ }
6
+ TextAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ TextAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TextAreaModule, declarations: [TextAreaComponent], exports: [TextAreaComponent] });
8
+ TextAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextAreaModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextAreaModule, decorators: [{
10
+ type: NgModule,
11
+ args: [{
12
+ declarations: [TextAreaComponent],
13
+ exports: [TextAreaComponent],
14
+ }]
15
+ }] });
16
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1hcmVhLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtYXJlYS90ZXh0LWFyZWEubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBTTFELE1BQU0sT0FBTyxjQUFjOzsyR0FBZCxjQUFjOzRHQUFkLGNBQWMsaUJBSFYsaUJBQWlCLGFBQ3RCLGlCQUFpQjs0R0FFaEIsY0FBYzsyRkFBZCxjQUFjO2tCQUoxQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGlCQUFpQixDQUFDO29CQUNqQyxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztpQkFDN0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVGV4dEFyZWFDb21wb25lbnQgfSBmcm9tICcuL3RleHQtYXJlYS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtUZXh0QXJlYUNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtUZXh0QXJlYUNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIFRleHRBcmVhTW9kdWxlIHt9XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from './text-input.component';
2
+ export * from './text-input.module';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtaW5wdXQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3RleHQtaW5wdXQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdGV4dC1pbnB1dC5tb2R1bGUnO1xuIl19
@@ -0,0 +1,64 @@
1
+ import { ChangeDetectionStrategy, Component, HostBinding, Input, ViewEncapsulation, } from '@angular/core';
2
+ import { castBooleanProperty } from '../../common/utils';
3
+ import * as i0 from "@angular/core";
4
+ export class TextInputComponent {
5
+ constructor(elementRef) {
6
+ this.elementRef = elementRef;
7
+ this.size = 'm';
8
+ this._invalid = false;
9
+ this._valid = false;
10
+ }
11
+ get hostCssClasses() {
12
+ const validClass = this.valid ? 'is-valid' : '';
13
+ const invalidClass = this.invalid ? 'is-invalid' : '';
14
+ const sizeCssClass = this.isRadioButton || this.isCheckbox ? '' : `mc-text-input--${this.size}`;
15
+ return `${this.inputClass} ${sizeCssClass} ${validClass} ${invalidClass}`;
16
+ }
17
+ get invalid() {
18
+ return this._invalid || false;
19
+ }
20
+ get valid() {
21
+ const valid = this._valid || false;
22
+ return !this.invalid && valid;
23
+ }
24
+ get typeElement() {
25
+ return this.elementRef.nativeElement.type || 'text';
26
+ }
27
+ get isRadioButton() {
28
+ return this.typeElement === 'radio';
29
+ }
30
+ get isCheckbox() {
31
+ return this.typeElement === 'checkbox';
32
+ }
33
+ get inputClass() {
34
+ if (this.isCheckbox) {
35
+ return 'mc-checkbox__input';
36
+ }
37
+ if (this.isRadioButton) {
38
+ return 'mc-radio__input';
39
+ }
40
+ return 'mc-text-input';
41
+ }
42
+ set invalid(val) {
43
+ this._invalid = castBooleanProperty(val);
44
+ }
45
+ set valid(val) {
46
+ this._valid = castBooleanProperty(val);
47
+ }
48
+ }
49
+ TextInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextInputComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
50
+ TextInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TextInputComponent, selector: "input[moz-input]", inputs: { size: "size", invalid: "invalid", valid: "valid" }, host: { properties: { "class": "this.hostCssClasses" } }, ngImport: i0, template: '', isInline: true, styles: [".mc-text-input{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem;transition:box-shadow .2s ease;display:block;width:100%;position:relative;border:1px solid #666666;color:#191919;background-color:#fff;border-radius:4px}.mc-text-input[type=number]::-webkit-inner-spin-button,.mc-text-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.mc-text-input[type=number]{-moz-appearance:textfield}.mc-text-input[type=search]::-webkit-search-decoration:hover,.mc-text-input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-text-input::placeholder{font-size:1rem;line-height:1.375}.mc-text-input::placeholder{margin:0;color:#666;opacity:1}.mc-text-input.is-valid,.mc-text-input.is-invalid{background-repeat:no-repeat;background-size:1.5rem 1.5rem;background-position:right .4375rem center;padding-right:2.5rem}.mc-text-input.is-valid{border-color:#46a610;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#46a610\" viewBox=\"0 0 24 24\"><path d=\"M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z\"/><path d=\"M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z\"/></svg>')}.mc-text-input.is-valid:hover,.mc-text-input.is-valid.is-hover{border-color:#035010}.mc-text-input.is-invalid{border-color:#c61112;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" viewBox=\"0 0 24 24\" fill=\"#c61112\"><path d=\"M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z\"/><path d=\"M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z\"/><circle cx=\"12\" cy=\"16\" r=\"1\"/></svg>')}.mc-text-input.is-invalid:hover,.mc-text-input.is-invalid.is-hover{border-color:#530000}.mc-text-input:hover{border-color:#191919}.mc-text-input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-text-input:disabled{background:#e6e6e6;border-color:#e6e6e6;color:#666;cursor:not-allowed}.mc-text-input--s{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s::placeholder{font-size:.875rem;line-height:1.2857142857}@media screen and (min-width: 680px){.mc-text-input--s\\@from-m{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s\\@from-m::placeholder{font-size:.875rem;line-height:1.2857142857}}@media screen and (min-width: 1024px){.mc-text-input--s\\@from-l{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s\\@from-l::placeholder{font-size:.875rem;line-height:1.2857142857}}@media screen and (min-width: 1280px){.mc-text-input--s\\@from-xl{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s\\@from-xl::placeholder{font-size:.875rem;line-height:1.2857142857}}@media screen and (min-width: 1920px){.mc-text-input--s\\@from-xxl{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s\\@from-xxl::placeholder{font-size:.875rem;line-height:1.2857142857}}.mc-text-input--m{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m::placeholder{font-size:1rem;line-height:1.375}@media screen and (min-width: 680px){.mc-text-input--m\\@from-m{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m\\@from-m::placeholder{font-size:1rem;line-height:1.375}}@media screen and (min-width: 1024px){.mc-text-input--m\\@from-l{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m\\@from-l::placeholder{font-size:1rem;line-height:1.375}}@media screen and (min-width: 1280px){.mc-text-input--m\\@from-xl{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m\\@from-xl::placeholder{font-size:1rem;line-height:1.375}}@media screen and (min-width: 1920px){.mc-text-input--m\\@from-xxl{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m\\@from-xxl::placeholder{font-size:1rem;line-height:1.375}}.mc-radio{align-items:center;display:flex}.mc-radio__label{font-size:1rem;line-height:1.125;cursor:pointer;margin-left:.5rem;color:#000}.mc-radio__input{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;border:2px solid #666666;min-width:20px;width:1.25rem;min-height:20px;height:1.25rem;border-radius:50%;background-color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.mc-radio__input[type=number]::-webkit-inner-spin-button,.mc-radio__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.mc-radio__input[type=number]{-moz-appearance:textfield}.mc-radio__input[type=search]::-webkit-search-decoration:hover,.mc-radio__input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-radio__input:before{border-radius:50%;content:\"\";display:block;height:.375rem;left:50%;min-height:6px;min-width:6px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.375rem}.mc-radio__input::-ms-check{background-color:#fff;border:2px solid #666666;color:#fff}.mc-radio__input:hover{border-color:#191919}.mc-radio__input:hover::-ms-check{border-color:#191919}.mc-radio__input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-radio__input:focus::-ms-check{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-radio__input:checked{background-color:#00919f;border-color:#00919f}.mc-radio__input:checked::-ms-check{border-color:#00919f;background-color:#00919f}.mc-radio__input:checked:before{background-color:#fff}.mc-radio__input:checked:hover{border-color:#004e57}.mc-radio__input:checked:hover::-ms-check{border-color:#004e57}.mc-radio__input:disabled{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-radio__input:disabled::-ms-check{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-radio__input:disabled+.mc-radio__label{color:gray}.mc-radio__input:disabled:checked:before{background-color:#999}.mc-radio__input.is-invalid{border-color:#c61112}.mc-radio__input.is-invalid::-ms-check{border-color:#c61112}.mc-radio__input.is-invalid:hover{border-color:#530000}.mc-radio__input.is-invalid:hover::-ms-check{border-color:#530000}.mc-checkbox{align-items:center;display:flex}.mc-checkbox__label{font-size:1rem;line-height:1.125;cursor:pointer;margin-left:.5rem;color:#000}.mc-checkbox__input{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;min-width:20px;min-height:20px;width:1.25rem;height:1.25rem;border-radius:4px;border:2px solid #666666;background-color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.mc-checkbox__input[type=number]::-webkit-inner-spin-button,.mc-checkbox__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.mc-checkbox__input[type=number]{-moz-appearance:textfield}.mc-checkbox__input[type=search]::-webkit-search-decoration:hover,.mc-checkbox__input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-checkbox__input::-ms-check{background-color:#fff;border:2px solid #666666;border-radius:4px;color:#fff}.mc-checkbox__input:hover{border-color:#191919}.mc-checkbox__input:hover::-ms-check{border-color:#191919}.mc-checkbox__input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-checkbox__input:focus::-ms-check{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-checkbox__input:checked,.mc-checkbox__input:indeterminate{background-color:#00919f;border-color:#00919f;background-size:1rem 1rem}.mc-checkbox__input:checked{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#ffffff\" viewBox=\"0 0 16 16\"><path d=\"M7.63 11.21a1 1 0 0 1-1.38 0l-2.92-2.6a1 1 0 1 1 1.34-1.48l2.22 2 4.41-4.34a1 1 0 1 1 1.4 1.42z\"/></svg>');background-position:center center}.mc-checkbox__input:checked::-ms-check{background-color:#00919f;border-color:#00919f}.mc-checkbox__input:checked:hover:not(:disabled){border-color:#004e57}.mc-checkbox__input:checked:hover:not(:disabled)::-ms-check{border-color:#004e57}.mc-checkbox__input:indeterminate{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#ffffff\" viewBox=\"0 0 16 16\"><path d=\"M12 9H4a1 1 0 010-2h8a1 1 0 010 2z\"/></svg>')}.mc-checkbox__input:disabled{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-checkbox__input:disabled::-ms-check{background-color:#e6e6e6;border-color:#e6e6e6}.mc-checkbox__input:disabled:checked{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#999999\" viewBox=\"0 0 16 16\"><path d=\"M7.63 11.21a1 1 0 0 1-1.38 0l-2.92-2.6a1 1 0 1 1 1.34-1.48l2.22 2 4.41-4.34a1 1 0 1 1 1.4 1.42z\"/></svg>')}.mc-checkbox__input:disabled:indeterminate{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#999999\" viewBox=\"0 0 16 16\"><path d=\"M12 9H4a1 1 0 010-2h8a1 1 0 010 2z\"/></svg>')}.mc-checkbox__input:disabled+.mc-checkbox__label{color:gray}.mc-checkbox__input.is-invalid{border-color:#c61112}.mc-checkbox__input.is-invalid::-ms-check{border-color:#c61112}.mc-checkbox__input.is-invalid:hover{border-color:#530000}.mc-checkbox__input.is-invalid:hover::-ms-check{border-color:#530000}.mc-text-input--m{height:3rem}.mc-text-input--s{height:2rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextInputComponent, decorators: [{
52
+ type: Component,
53
+ args: [{ selector: 'input[moz-input]', template: '', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: [".mc-text-input{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem;transition:box-shadow .2s ease;display:block;width:100%;position:relative;border:1px solid #666666;color:#191919;background-color:#fff;border-radius:4px}.mc-text-input[type=number]::-webkit-inner-spin-button,.mc-text-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.mc-text-input[type=number]{-moz-appearance:textfield}.mc-text-input[type=search]::-webkit-search-decoration:hover,.mc-text-input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-text-input::placeholder{font-size:1rem;line-height:1.375}.mc-text-input::placeholder{margin:0;color:#666;opacity:1}.mc-text-input.is-valid,.mc-text-input.is-invalid{background-repeat:no-repeat;background-size:1.5rem 1.5rem;background-position:right .4375rem center;padding-right:2.5rem}.mc-text-input.is-valid{border-color:#46a610;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" fill=\"#46a610\" viewBox=\"0 0 24 24\"><path d=\"M12 4a8 8 0 11-8 8 8 8 0 018-8m0-2a10 10 0 1010 10A10 10 0 0012 2z\"/><path d=\"M10.73 15.75a1 1 0 01-.68-.26l-3-2.74a1 1 0 011.36-1.47l2.25 2.08 4.36-4.42a1 1 0 111.42 1.41l-5 5.1a1 1 0 01-.71.3z\"/></svg>')}.mc-text-input.is-valid:hover,.mc-text-input.is-valid.is-hover{border-color:#035010}.mc-text-input.is-invalid{border-color:#c61112;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1.5rem\" width=\"1.5rem\" viewBox=\"0 0 24 24\" fill=\"#c61112\"><path d=\"M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8z\"/><path d=\"M12 7a1 1 0 00-1 1v4.38a1 1 0 002 0V8a1 1 0 00-1-1z\"/><circle cx=\"12\" cy=\"16\" r=\"1\"/></svg>')}.mc-text-input.is-invalid:hover,.mc-text-input.is-invalid.is-hover{border-color:#530000}.mc-text-input:hover{border-color:#191919}.mc-text-input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-text-input:disabled{background:#e6e6e6;border-color:#e6e6e6;color:#666;cursor:not-allowed}.mc-text-input--s{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s::placeholder{font-size:.875rem;line-height:1.2857142857}@media screen and (min-width: 680px){.mc-text-input--s\\@from-m{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s\\@from-m::placeholder{font-size:.875rem;line-height:1.2857142857}}@media screen and (min-width: 1024px){.mc-text-input--s\\@from-l{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s\\@from-l::placeholder{font-size:.875rem;line-height:1.2857142857}}@media screen and (min-width: 1280px){.mc-text-input--s\\@from-xl{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s\\@from-xl::placeholder{font-size:.875rem;line-height:1.2857142857}}@media screen and (min-width: 1920px){.mc-text-input--s\\@from-xxl{font-size:.875rem;line-height:1.2857142857;min-height:2rem;padding:.375rem .4375rem}.mc-text-input--s\\@from-xxl::placeholder{font-size:.875rem;line-height:1.2857142857}}.mc-text-input--m{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m::placeholder{font-size:1rem;line-height:1.375}@media screen and (min-width: 680px){.mc-text-input--m\\@from-m{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m\\@from-m::placeholder{font-size:1rem;line-height:1.375}}@media screen and (min-width: 1024px){.mc-text-input--m\\@from-l{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m\\@from-l::placeholder{font-size:1rem;line-height:1.375}}@media screen and (min-width: 1280px){.mc-text-input--m\\@from-xl{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m\\@from-xl::placeholder{font-size:1rem;line-height:1.375}}@media screen and (min-width: 1920px){.mc-text-input--m\\@from-xxl{font-size:1rem;line-height:1.375;min-height:3rem;padding:.75rem .6875rem}.mc-text-input--m\\@from-xxl::placeholder{font-size:1rem;line-height:1.375}}.mc-radio{align-items:center;display:flex}.mc-radio__label{font-size:1rem;line-height:1.125;cursor:pointer;margin-left:.5rem;color:#000}.mc-radio__input{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;border:2px solid #666666;min-width:20px;width:1.25rem;min-height:20px;height:1.25rem;border-radius:50%;background-color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.mc-radio__input[type=number]::-webkit-inner-spin-button,.mc-radio__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.mc-radio__input[type=number]{-moz-appearance:textfield}.mc-radio__input[type=search]::-webkit-search-decoration:hover,.mc-radio__input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-radio__input:before{border-radius:50%;content:\"\";display:block;height:.375rem;left:50%;min-height:6px;min-width:6px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.375rem}.mc-radio__input::-ms-check{background-color:#fff;border:2px solid #666666;color:#fff}.mc-radio__input:hover{border-color:#191919}.mc-radio__input:hover::-ms-check{border-color:#191919}.mc-radio__input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-radio__input:focus::-ms-check{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-radio__input:checked{background-color:#00919f;border-color:#00919f}.mc-radio__input:checked::-ms-check{border-color:#00919f;background-color:#00919f}.mc-radio__input:checked:before{background-color:#fff}.mc-radio__input:checked:hover{border-color:#004e57}.mc-radio__input:checked:hover::-ms-check{border-color:#004e57}.mc-radio__input:disabled{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-radio__input:disabled::-ms-check{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-radio__input:disabled+.mc-radio__label{color:gray}.mc-radio__input:disabled:checked:before{background-color:#999}.mc-radio__input.is-invalid{border-color:#c61112}.mc-radio__input.is-invalid::-ms-check{border-color:#c61112}.mc-radio__input.is-invalid:hover{border-color:#530000}.mc-radio__input.is-invalid:hover::-ms-check{border-color:#530000}.mc-checkbox{align-items:center;display:flex}.mc-checkbox__label{font-size:1rem;line-height:1.125;cursor:pointer;margin-left:.5rem;color:#000}.mc-checkbox__input{font-family:Roboto,sans-serif;font-weight:400;box-sizing:border-box;outline:none;-webkit-appearance:none;appearance:none;padding:0;margin:0;box-shadow:none;border:none;min-width:20px;min-height:20px;width:1.25rem;height:1.25rem;border-radius:4px;border:2px solid #666666;background-color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.mc-checkbox__input[type=number]::-webkit-inner-spin-button,.mc-checkbox__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.mc-checkbox__input[type=number]{-moz-appearance:textfield}.mc-checkbox__input[type=search]::-webkit-search-decoration:hover,.mc-checkbox__input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.mc-checkbox__input::-ms-check{background-color:#fff;border:2px solid #666666;border-radius:4px;color:#fff}.mc-checkbox__input:hover{border-color:#191919}.mc-checkbox__input:hover::-ms-check{border-color:#191919}.mc-checkbox__input:focus{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-checkbox__input:focus::-ms-check{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-checkbox__input:checked,.mc-checkbox__input:indeterminate{background-color:#00919f;border-color:#00919f;background-size:1rem 1rem}.mc-checkbox__input:checked{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#ffffff\" viewBox=\"0 0 16 16\"><path d=\"M7.63 11.21a1 1 0 0 1-1.38 0l-2.92-2.6a1 1 0 1 1 1.34-1.48l2.22 2 4.41-4.34a1 1 0 1 1 1.4 1.42z\"/></svg>');background-position:center center}.mc-checkbox__input:checked::-ms-check{background-color:#00919f;border-color:#00919f}.mc-checkbox__input:checked:hover:not(:disabled){border-color:#004e57}.mc-checkbox__input:checked:hover:not(:disabled)::-ms-check{border-color:#004e57}.mc-checkbox__input:indeterminate{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#ffffff\" viewBox=\"0 0 16 16\"><path d=\"M12 9H4a1 1 0 010-2h8a1 1 0 010 2z\"/></svg>')}.mc-checkbox__input:disabled{background-color:#e6e6e6;border-color:#e6e6e6;cursor:not-allowed}.mc-checkbox__input:disabled::-ms-check{background-color:#e6e6e6;border-color:#e6e6e6}.mc-checkbox__input:disabled:checked{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#999999\" viewBox=\"0 0 16 16\"><path d=\"M7.63 11.21a1 1 0 0 1-1.38 0l-2.92-2.6a1 1 0 1 1 1.34-1.48l2.22 2 4.41-4.34a1 1 0 1 1 1.4 1.42z\"/></svg>')}.mc-checkbox__input:disabled:indeterminate{background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#999999\" viewBox=\"0 0 16 16\"><path d=\"M12 9H4a1 1 0 010-2h8a1 1 0 010 2z\"/></svg>')}.mc-checkbox__input:disabled+.mc-checkbox__label{color:gray}.mc-checkbox__input.is-invalid{border-color:#c61112}.mc-checkbox__input.is-invalid::-ms-check{border-color:#c61112}.mc-checkbox__input.is-invalid:hover{border-color:#530000}.mc-checkbox__input.is-invalid:hover::-ms-check{border-color:#530000}.mc-text-input--m{height:3rem}.mc-text-input--s{height:2rem}\n"] }]
54
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { size: [{
55
+ type: Input
56
+ }], hostCssClasses: [{
57
+ type: HostBinding,
58
+ args: ['class']
59
+ }], invalid: [{
60
+ type: Input
61
+ }], valid: [{
62
+ type: Input
63
+ }] } });
64
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1pbnB1dC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90ZXh0LWlucHV0L3RleHQtaW5wdXQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUVULFdBQVcsRUFDWCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQVV6RCxNQUFNLE9BQU8sa0JBQWtCO0lBTzdCLFlBQTZCLFVBQXdDO1FBQXhDLGVBQVUsR0FBVixVQUFVLENBQThCO1FBTnJELFNBQUksR0FBa0IsR0FBRyxDQUFDO1FBRWxDLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFFakIsV0FBTSxHQUFHLEtBQUssQ0FBQztJQUVpRCxDQUFDO0lBRXpFLElBQ1csY0FBYztRQUN2QixNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUNoRCxNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUN0RCxNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsYUFBYSxJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsa0JBQWtCLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNoRyxPQUFPLEdBQUcsSUFBSSxDQUFDLFVBQVUsSUFBSSxZQUFZLElBQUksVUFBVSxJQUFJLFlBQVksRUFBRSxDQUFDO0lBQzVFLENBQUM7SUFFRCxJQUFXLE9BQU87UUFDaEIsT0FBTyxJQUFJLENBQUMsUUFBUSxJQUFJLEtBQUssQ0FBQztJQUNoQyxDQUFDO0lBRUQsSUFBVyxLQUFLO1FBQ2QsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLE1BQU0sSUFBSSxLQUFLLENBQUM7UUFDbkMsT0FBTyxDQUFDLElBQUksQ0FBQyxPQUFPLElBQUksS0FBSyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxJQUFZLFdBQVc7UUFDckIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxJQUFJLElBQUksTUFBTSxDQUFDO0lBQ3RELENBQUM7SUFFRCxJQUFZLGFBQWE7UUFDdkIsT0FBTyxJQUFJLENBQUMsV0FBVyxLQUFLLE9BQU8sQ0FBQztJQUN0QyxDQUFDO0lBRUQsSUFBWSxVQUFVO1FBQ3BCLE9BQU8sSUFBSSxDQUFDLFdBQVcsS0FBSyxVQUFVLENBQUM7SUFDekMsQ0FBQztJQUVELElBQVksVUFBVTtRQUNwQixJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDbkIsT0FBTyxvQkFBb0IsQ0FBQztTQUM3QjtRQUNELElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRTtZQUN0QixPQUFPLGlCQUFpQixDQUFDO1NBQzFCO1FBQ0QsT0FBTyxlQUFlLENBQUM7SUFDekIsQ0FBQztJQUVELElBQW9CLE9BQU8sQ0FBQyxHQUFZO1FBQ3RDLElBQUksQ0FBQyxRQUFRLEdBQUcsbUJBQW1CLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUVELElBQW9CLEtBQUssQ0FBQyxHQUFZO1FBQ3BDLElBQUksQ0FBQyxNQUFNLEdBQUcsbUJBQW1CLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDekMsQ0FBQzs7K0dBdERVLGtCQUFrQjttR0FBbEIsa0JBQWtCLGdMQUxuQixFQUFFOzJGQUtELGtCQUFrQjtrQkFQOUIsU0FBUzsrQkFDRSxrQkFBa0IsWUFDbEIsRUFBRSxtQkFFSyx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJO2lHQUdyQixJQUFJO3NCQUFuQixLQUFLO2dCQVNLLGNBQWM7c0JBRHhCLFdBQVc7dUJBQUMsT0FBTztnQkF1Q0EsT0FBTztzQkFBMUIsS0FBSztnQkFJYyxLQUFLO3NCQUF4QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgSG9zdEJpbmRpbmcsXG4gIElucHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBjYXN0Qm9vbGVhblByb3BlcnR5IH0gZnJvbSAnLi4vLi4vY29tbW9uL3V0aWxzJztcbmltcG9ydCB7IFRleHRJbnB1dFNpemUgfSBmcm9tICcuL3RleHQtaW5wdXQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpbnB1dFttb3otaW5wdXRdJyxcbiAgdGVtcGxhdGU6ICcnLFxuICBzdHlsZVVybHM6IFsnLi90ZXh0LWlucHV0LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBUZXh0SW5wdXRDb21wb25lbnQge1xuICBASW5wdXQoKSBwdWJsaWMgc2l6ZTogVGV4dElucHV0U2l6ZSA9ICdtJztcblxuICBwcml2YXRlIF9pbnZhbGlkID0gZmFsc2U7XG5cbiAgcHJpdmF0ZSBfdmFsaWQgPSBmYWxzZTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTElucHV0RWxlbWVudD4pIHt9XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gIHB1YmxpYyBnZXQgaG9zdENzc0NsYXNzZXMoKSB7XG4gICAgY29uc3QgdmFsaWRDbGFzcyA9IHRoaXMudmFsaWQgPyAnaXMtdmFsaWQnIDogJyc7XG4gICAgY29uc3QgaW52YWxpZENsYXNzID0gdGhpcy5pbnZhbGlkID8gJ2lzLWludmFsaWQnIDogJyc7XG4gICAgY29uc3Qgc2l6ZUNzc0NsYXNzID0gdGhpcy5pc1JhZGlvQnV0dG9uIHx8IHRoaXMuaXNDaGVja2JveCA/ICcnIDogYG1jLXRleHQtaW5wdXQtLSR7dGhpcy5zaXplfWA7XG4gICAgcmV0dXJuIGAke3RoaXMuaW5wdXRDbGFzc30gJHtzaXplQ3NzQ2xhc3N9ICR7dmFsaWRDbGFzc30gJHtpbnZhbGlkQ2xhc3N9YDtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgaW52YWxpZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5faW52YWxpZCB8fCBmYWxzZTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgdmFsaWQoKTogYm9vbGVhbiB7XG4gICAgY29uc3QgdmFsaWQgPSB0aGlzLl92YWxpZCB8fCBmYWxzZTtcbiAgICByZXR1cm4gIXRoaXMuaW52YWxpZCAmJiB2YWxpZDtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0IHR5cGVFbGVtZW50KCkge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC50eXBlIHx8ICd0ZXh0JztcbiAgfVxuXG4gIHByaXZhdGUgZ2V0IGlzUmFkaW9CdXR0b24oKSB7XG4gICAgcmV0dXJuIHRoaXMudHlwZUVsZW1lbnQgPT09ICdyYWRpbyc7XG4gIH1cblxuICBwcml2YXRlIGdldCBpc0NoZWNrYm94KCkge1xuICAgIHJldHVybiB0aGlzLnR5cGVFbGVtZW50ID09PSAnY2hlY2tib3gnO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXQgaW5wdXRDbGFzcygpIHtcbiAgICBpZiAodGhpcy5pc0NoZWNrYm94KSB7XG4gICAgICByZXR1cm4gJ21jLWNoZWNrYm94X19pbnB1dCc7XG4gICAgfVxuICAgIGlmICh0aGlzLmlzUmFkaW9CdXR0b24pIHtcbiAgICAgIHJldHVybiAnbWMtcmFkaW9fX2lucHV0JztcbiAgICB9XG4gICAgcmV0dXJuICdtYy10ZXh0LWlucHV0JztcbiAgfVxuXG4gIEBJbnB1dCgpIHB1YmxpYyBzZXQgaW52YWxpZCh2YWw6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9pbnZhbGlkID0gY2FzdEJvb2xlYW5Qcm9wZXJ0eSh2YWwpO1xuICB9XG5cbiAgQElucHV0KCkgcHVibGljIHNldCB2YWxpZCh2YWw6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl92YWxpZCA9IGNhc3RCb29sZWFuUHJvcGVydHkodmFsKTtcbiAgfVxufVxuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1pbnB1dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RleHQtaW5wdXQvdGV4dC1pbnB1dC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgVGV4dElucHV0U2l6ZSA9ICdtJyB8ICdzJztcbiJdfQ==
@@ -0,0 +1,20 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { FormsModule } from '@angular/forms';
4
+ import { IconModule } from '../public-api';
5
+ import { TextInputComponent } from './text-input.component';
6
+ import * as i0 from "@angular/core";
7
+ export class TextInputModule {
8
+ }
9
+ TextInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ TextInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TextInputModule, declarations: [TextInputComponent], imports: [CommonModule, FormsModule, IconModule], exports: [TextInputComponent] });
11
+ TextInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextInputModule, imports: [CommonModule, FormsModule, IconModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TextInputModule, decorators: [{
13
+ type: NgModule,
14
+ args: [{
15
+ declarations: [TextInputComponent],
16
+ imports: [CommonModule, FormsModule, IconModule],
17
+ exports: [TextInputComponent],
18
+ }]
19
+ }] });
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1pbnB1dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90ZXh0LWlucHV0L3RleHQtaW5wdXQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDOztBQU81RCxNQUFNLE9BQU8sZUFBZTs7NEdBQWYsZUFBZTs2R0FBZixlQUFlLGlCQUpYLGtCQUFrQixhQUN2QixZQUFZLEVBQUUsV0FBVyxFQUFFLFVBQVUsYUFDckMsa0JBQWtCOzZHQUVqQixlQUFlLFlBSGhCLFlBQVksRUFBRSxXQUFXLEVBQUUsVUFBVTsyRkFHcEMsZUFBZTtrQkFMM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDbEMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLFdBQVcsRUFBRSxVQUFVLENBQUM7b0JBQ2hELE9BQU8sRUFBRSxDQUFDLGtCQUFrQixDQUFDO2lCQUM5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBJY29uTW9kdWxlIH0gZnJvbSAnLi4vcHVibGljLWFwaSc7XG5pbXBvcnQgeyBUZXh0SW5wdXRDb21wb25lbnQgfSBmcm9tICcuL3RleHQtaW5wdXQuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbVGV4dElucHV0Q29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGUsIEljb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbVGV4dElucHV0Q29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgVGV4dElucHV0TW9kdWxlIHt9XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from './toggle.component';
2
+ export * from './toggle.module';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RvZ2dsZS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdG9nZ2xlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3RvZ2dsZS5tb2R1bGUnO1xuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLXNpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy90b2dnbGUvdG9nZ2xlLXNpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIFRvZ2dsZVNpemUgPSAneHMnIHwgJ3MnIHwgJ20nIHwgJ2wnO1xuIl19
@@ -0,0 +1,59 @@
1
+ import { ChangeDetectionStrategy, Component, forwardRef, HostBinding, Input, ViewEncapsulation, } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import { generateId } from '../../common';
4
+ import * as i0 from "@angular/core";
5
+ export const TOGGLE_CONTROL_VALUE_ACCESSOR = {
6
+ provide: NG_VALUE_ACCESSOR,
7
+ useExisting: forwardRef(() => ToggleComponent),
8
+ multi: true,
9
+ };
10
+ export class ToggleComponent {
11
+ get checked() {
12
+ return this._checked;
13
+ }
14
+ constructor() {
15
+ this.disabled = false;
16
+ this.size = 'm';
17
+ this._checked = false;
18
+ this.onChange = () => { };
19
+ this.onTouch = () => { };
20
+ this.toggleId = generateId();
21
+ }
22
+ set checked(v) {
23
+ this._checked = v;
24
+ this.onChange(this._checked);
25
+ this.onTouch();
26
+ }
27
+ writeValue(value) {
28
+ this.checked = !!value;
29
+ }
30
+ registerOnChange(fn) {
31
+ this.onChange = fn;
32
+ }
33
+ registerOnTouched(fn) {
34
+ this.onTouch = fn;
35
+ }
36
+ toggle() {
37
+ this.writeValue(!this.checked);
38
+ }
39
+ get hostCssClasses() {
40
+ const sizeClass = `mc-toggle--${this.size}`;
41
+ return `mc-toggle ${sizeClass}`;
42
+ }
43
+ }
44
+ ToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
45
+ ToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ToggleComponent, selector: "moz-toggle", inputs: { disabled: "disabled", size: "size", checked: "checked" }, host: { properties: { "class": "this.hostCssClasses" } }, providers: [TOGGLE_CONTROL_VALUE_ACCESSOR], ngImport: i0, template: "<input\n [id]=\"toggleId\"\n type=\"checkbox\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n class=\"mc-toggle__input\"\n (click)=\"toggle()\"\n/>\n<label class=\"mc-toggle__label\" [for]=\"toggleId\">\n <span class=\"mc-toggle__content\">\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [".mc-toggle{display:block;position:relative}.mc-toggle__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mc-toggle__input:focus+.mc-toggle__label:before{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-toggle__input:checked+.mc-toggle__label:before{background-color:#00919f}.mc-toggle__input:checked+.mc-toggle__label:after{border-color:#00919f;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#00919f\" viewBox=\"0 0 16 16\"><path d=\"M7.63 11.21a1 1 0 01-1.38 0l-2.92-2.6a1 1 0 111.34-1.48l2.22 2 4.41-4.34a1 1 0 111.4 1.42z\"/></svg>');transform:translate(100%,-50%)}.mc-toggle__input:checked+.mc-toggle__label .mc-toggle__off{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-toggle__input:not(:checked)+.mc-toggle__label .mc-toggle__on{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-toggle__input:disabled+.mc-toggle__label{color:gray;cursor:not-allowed}.mc-toggle__input:disabled+.mc-toggle__label:before{background-color:#e6e6e6}.mc-toggle__input:disabled+.mc-toggle__label:after{border-color:#e6e6e6;background-color:#b3b3b3;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#e6e6e6\" viewBox=\"0 0 16 16\"><path d=\"M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z\"/></svg>')}.mc-toggle__input:disabled:checked+.mc-toggle__label:before{background-color:#91d5db}.mc-toggle__input:disabled:checked+.mc-toggle__label:after{border-color:#91d5db;background-color:#fff;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#91d5db\" viewBox=\"0 0 16 16\"><path d=\"M7.63 11.21a1 1 0 01-1.38 0l-2.92-2.6a1 1 0 111.34-1.48l2.22 2 4.41-4.34a1 1 0 111.4 1.42z\"/></svg>');background-size:1rem}.mc-toggle__input:not(:disabled)+.mc-toggle__label:hover:after{background-color:#e6e6e6}.mc-toggle__content{display:inline-block;padding-left:.75rem}.mc-toggle__label{font-size:1rem;line-height:1.125;height:2rem;padding-left:4rem;box-sizing:border-box;cursor:pointer;color:#000;display:table-cell;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none}.mc-toggle__label:before,.mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle__label:before{width:4rem}.mc-toggle__label:after{width:2rem}.mc-toggle__label:after,.mc-toggle__label:before{box-sizing:border-box;content:\"\";display:block;left:0;position:absolute;top:50%;transform:translateY(-50%)}.mc-toggle__label:before{background-color:#666;will-change:background-color,border-color,box-shadow;transition:background-color .1s ease,border-color .1s ease,box-shadow .2s ease}.mc-toggle__label:after{background:#ffffff url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#666666\" viewBox=\"0 0 16 16\"><path d=\"M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z\"/></svg>') no-repeat center;background-size:1rem;border:solid 3px #666666;will-change:transform;transition:transform .1s ease,border-color .1s ease}.mc-toggle--s .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s .mc-toggle__label:before,.mc-toggle--s .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s .mc-toggle__label:before{width:3rem}.mc-toggle--s .mc-toggle__label:after{width:1.5rem}@media screen and (min-width: 680px){.mc-toggle--s\\@from-m .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s\\@from-m .mc-toggle__label:before,.mc-toggle--s\\@from-m .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s\\@from-m .mc-toggle__label:before{width:3rem}.mc-toggle--s\\@from-m .mc-toggle__label:after{width:1.5rem}}@media screen and (min-width: 1024px){.mc-toggle--s\\@from-l .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s\\@from-l .mc-toggle__label:before,.mc-toggle--s\\@from-l .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s\\@from-l .mc-toggle__label:before{width:3rem}.mc-toggle--s\\@from-l .mc-toggle__label:after{width:1.5rem}}@media screen and (min-width: 1280px){.mc-toggle--s\\@from-xl .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s\\@from-xl .mc-toggle__label:before,.mc-toggle--s\\@from-xl .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s\\@from-xl .mc-toggle__label:before{width:3rem}.mc-toggle--s\\@from-xl .mc-toggle__label:after{width:1.5rem}}@media screen and (min-width: 1920px){.mc-toggle--s\\@from-xxl .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s\\@from-xxl .mc-toggle__label:before,.mc-toggle--s\\@from-xxl .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s\\@from-xxl .mc-toggle__label:before{width:3rem}.mc-toggle--s\\@from-xxl .mc-toggle__label:after{width:1.5rem}}.mc-toggle--m .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m .mc-toggle__label:before,.mc-toggle--m .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m .mc-toggle__label:before{width:4rem}.mc-toggle--m .mc-toggle__label:after{width:2rem}@media screen and (min-width: 680px){.mc-toggle--m\\@from-m .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m\\@from-m .mc-toggle__label:before,.mc-toggle--m\\@from-m .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m\\@from-m .mc-toggle__label:before{width:4rem}.mc-toggle--m\\@from-m .mc-toggle__label:after{width:2rem}}@media screen and (min-width: 1024px){.mc-toggle--m\\@from-l .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m\\@from-l .mc-toggle__label:before,.mc-toggle--m\\@from-l .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m\\@from-l .mc-toggle__label:before{width:4rem}.mc-toggle--m\\@from-l .mc-toggle__label:after{width:2rem}}@media screen and (min-width: 1280px){.mc-toggle--m\\@from-xl .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m\\@from-xl .mc-toggle__label:before,.mc-toggle--m\\@from-xl .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m\\@from-xl .mc-toggle__label:before{width:4rem}.mc-toggle--m\\@from-xl .mc-toggle__label:after{width:2rem}}@media screen and (min-width: 1920px){.mc-toggle--m\\@from-xxl .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m\\@from-xxl .mc-toggle__label:before,.mc-toggle--m\\@from-xxl .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m\\@from-xxl .mc-toggle__label:before{width:4rem}.mc-toggle--m\\@from-xxl .mc-toggle__label:after{width:2rem}}.mc-toggle--hide-label .mc-toggle__content{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToggleComponent, decorators: [{
47
+ type: Component,
48
+ args: [{ selector: 'moz-toggle', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [TOGGLE_CONTROL_VALUE_ACCESSOR], template: "<input\n [id]=\"toggleId\"\n type=\"checkbox\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n class=\"mc-toggle__input\"\n (click)=\"toggle()\"\n/>\n<label class=\"mc-toggle__label\" [for]=\"toggleId\">\n <span class=\"mc-toggle__content\">\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [".mc-toggle{display:block;position:relative}.mc-toggle__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mc-toggle__input:focus+.mc-toggle__label:before{box-shadow:0 0 0 .125rem #fff,0 0 0 .25rem #758992}.mc-toggle__input:checked+.mc-toggle__label:before{background-color:#00919f}.mc-toggle__input:checked+.mc-toggle__label:after{border-color:#00919f;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#00919f\" viewBox=\"0 0 16 16\"><path d=\"M7.63 11.21a1 1 0 01-1.38 0l-2.92-2.6a1 1 0 111.34-1.48l2.22 2 4.41-4.34a1 1 0 111.4 1.42z\"/></svg>');transform:translate(100%,-50%)}.mc-toggle__input:checked+.mc-toggle__label .mc-toggle__off{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-toggle__input:not(:checked)+.mc-toggle__label .mc-toggle__on{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}.mc-toggle__input:disabled+.mc-toggle__label{color:gray;cursor:not-allowed}.mc-toggle__input:disabled+.mc-toggle__label:before{background-color:#e6e6e6}.mc-toggle__input:disabled+.mc-toggle__label:after{border-color:#e6e6e6;background-color:#b3b3b3;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#e6e6e6\" viewBox=\"0 0 16 16\"><path d=\"M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z\"/></svg>')}.mc-toggle__input:disabled:checked+.mc-toggle__label:before{background-color:#91d5db}.mc-toggle__input:disabled:checked+.mc-toggle__label:after{border-color:#91d5db;background-color:#fff;background-image:url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#91d5db\" viewBox=\"0 0 16 16\"><path d=\"M7.63 11.21a1 1 0 01-1.38 0l-2.92-2.6a1 1 0 111.34-1.48l2.22 2 4.41-4.34a1 1 0 111.4 1.42z\"/></svg>');background-size:1rem}.mc-toggle__input:not(:disabled)+.mc-toggle__label:hover:after{background-color:#e6e6e6}.mc-toggle__content{display:inline-block;padding-left:.75rem}.mc-toggle__label{font-size:1rem;line-height:1.125;height:2rem;padding-left:4rem;box-sizing:border-box;cursor:pointer;color:#000;display:table-cell;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none}.mc-toggle__label:before,.mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle__label:before{width:4rem}.mc-toggle__label:after{width:2rem}.mc-toggle__label:after,.mc-toggle__label:before{box-sizing:border-box;content:\"\";display:block;left:0;position:absolute;top:50%;transform:translateY(-50%)}.mc-toggle__label:before{background-color:#666;will-change:background-color,border-color,box-shadow;transition:background-color .1s ease,border-color .1s ease,box-shadow .2s ease}.mc-toggle__label:after{background:#ffffff url('<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1rem\" width=\"1rem\" fill=\"#666666\" viewBox=\"0 0 16 16\"><path d=\"M9.41 8l3.3-3.29a1 1 0 10-1.42-1.42L8 6.59l-3.29-3.3a1 1 0 00-1.42 1.42L6.59 8l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0L8 9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z\"/></svg>') no-repeat center;background-size:1rem;border:solid 3px #666666;will-change:transform;transition:transform .1s ease,border-color .1s ease}.mc-toggle--s .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s .mc-toggle__label:before,.mc-toggle--s .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s .mc-toggle__label:before{width:3rem}.mc-toggle--s .mc-toggle__label:after{width:1.5rem}@media screen and (min-width: 680px){.mc-toggle--s\\@from-m .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s\\@from-m .mc-toggle__label:before,.mc-toggle--s\\@from-m .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s\\@from-m .mc-toggle__label:before{width:3rem}.mc-toggle--s\\@from-m .mc-toggle__label:after{width:1.5rem}}@media screen and (min-width: 1024px){.mc-toggle--s\\@from-l .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s\\@from-l .mc-toggle__label:before,.mc-toggle--s\\@from-l .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s\\@from-l .mc-toggle__label:before{width:3rem}.mc-toggle--s\\@from-l .mc-toggle__label:after{width:1.5rem}}@media screen and (min-width: 1280px){.mc-toggle--s\\@from-xl .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s\\@from-xl .mc-toggle__label:before,.mc-toggle--s\\@from-xl .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s\\@from-xl .mc-toggle__label:before{width:3rem}.mc-toggle--s\\@from-xl .mc-toggle__label:after{width:1.5rem}}@media screen and (min-width: 1920px){.mc-toggle--s\\@from-xxl .mc-toggle__label{height:1.5rem;padding-left:3rem}.mc-toggle--s\\@from-xxl .mc-toggle__label:before,.mc-toggle--s\\@from-xxl .mc-toggle__label:after{border-radius:1.5rem;height:1.5rem}.mc-toggle--s\\@from-xxl .mc-toggle__label:before{width:3rem}.mc-toggle--s\\@from-xxl .mc-toggle__label:after{width:1.5rem}}.mc-toggle--m .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m .mc-toggle__label:before,.mc-toggle--m .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m .mc-toggle__label:before{width:4rem}.mc-toggle--m .mc-toggle__label:after{width:2rem}@media screen and (min-width: 680px){.mc-toggle--m\\@from-m .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m\\@from-m .mc-toggle__label:before,.mc-toggle--m\\@from-m .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m\\@from-m .mc-toggle__label:before{width:4rem}.mc-toggle--m\\@from-m .mc-toggle__label:after{width:2rem}}@media screen and (min-width: 1024px){.mc-toggle--m\\@from-l .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m\\@from-l .mc-toggle__label:before,.mc-toggle--m\\@from-l .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m\\@from-l .mc-toggle__label:before{width:4rem}.mc-toggle--m\\@from-l .mc-toggle__label:after{width:2rem}}@media screen and (min-width: 1280px){.mc-toggle--m\\@from-xl .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m\\@from-xl .mc-toggle__label:before,.mc-toggle--m\\@from-xl .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m\\@from-xl .mc-toggle__label:before{width:4rem}.mc-toggle--m\\@from-xl .mc-toggle__label:after{width:2rem}}@media screen and (min-width: 1920px){.mc-toggle--m\\@from-xxl .mc-toggle__label{height:2rem;padding-left:4rem}.mc-toggle--m\\@from-xxl .mc-toggle__label:before,.mc-toggle--m\\@from-xxl .mc-toggle__label:after{border-radius:2rem;height:2rem}.mc-toggle--m\\@from-xxl .mc-toggle__label:before{width:4rem}.mc-toggle--m\\@from-xxl .mc-toggle__label:after{width:2rem}}.mc-toggle--hide-label .mc-toggle__content{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:visible;white-space:nowrap}\n"] }]
49
+ }], ctorParameters: function () { return []; }, propDecorators: { disabled: [{
50
+ type: Input
51
+ }], size: [{
52
+ type: Input
53
+ }], checked: [{
54
+ type: Input
55
+ }], hostCssClasses: [{
56
+ type: HostBinding,
57
+ args: ['class']
58
+ }] } });
59
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RvZ2dsZS90b2dnbGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvdG9nZ2xlL3RvZ2dsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsV0FBVyxFQUNYLEtBQUssRUFDTCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxjQUFjLENBQUM7O0FBRzFDLE1BQU0sQ0FBQyxNQUFNLDZCQUE2QixHQUFRO0lBQ2hELE9BQU8sRUFBRSxpQkFBaUI7SUFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxlQUFlLENBQUM7SUFDOUMsS0FBSyxFQUFFLElBQUk7Q0FDWixDQUFDO0FBVUYsTUFBTSxPQUFPLGVBQWU7SUFPMUIsSUFBVyxPQUFPO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQztJQUN2QixDQUFDO0lBSUQ7UUFaZ0IsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUVqQixTQUFJLEdBQWUsR0FBRyxDQUFDO1FBRS9CLGFBQVEsR0FBRyxLQUFLLENBQUM7UUErQmxCLGFBQVEsR0FBUSxHQUFHLEVBQUUsR0FBRSxDQUFDLENBQUM7UUFFaEMsWUFBTyxHQUFRLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztRQXhCdEIsSUFBSSxDQUFDLFFBQVEsR0FBRyxVQUFVLEVBQUUsQ0FBQztJQUMvQixDQUFDO0lBRUQsSUFDVyxPQUFPLENBQUMsQ0FBQztRQUNsQixJQUFJLENBQUMsUUFBUSxHQUFHLENBQUMsQ0FBQztRQUNsQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7SUFDakIsQ0FBQztJQUVNLFVBQVUsQ0FBQyxLQUFVO1FBQzFCLElBQUksQ0FBQyxPQUFPLEdBQUcsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUN6QixDQUFDO0lBRU0sZ0JBQWdCLENBQUMsRUFBTztRQUM3QixJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRU0saUJBQWlCLENBQUMsRUFBTztRQUM5QixJQUFJLENBQUMsT0FBTyxHQUFHLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBTUQsTUFBTTtRQUNKLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDakMsQ0FBQztJQUVELElBQ1csY0FBYztRQUN2QixNQUFNLFNBQVMsR0FBRyxjQUFjLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUM1QyxPQUFPLGFBQWEsU0FBUyxFQUFFLENBQUM7SUFDbEMsQ0FBQzs7NEdBaERVLGVBQWU7Z0dBQWYsZUFBZSxtS0FGZixDQUFDLDZCQUE2QixDQUFDLDBCQ3hCNUMsb1RBYUE7MkZEYWEsZUFBZTtrQkFSM0IsU0FBUzsrQkFDRSxZQUFZLG1CQUdMLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksYUFDMUIsQ0FBQyw2QkFBNkIsQ0FBQzswRUFHMUIsUUFBUTtzQkFBdkIsS0FBSztnQkFFVSxJQUFJO3NCQUFuQixLQUFLO2dCQWVLLE9BQU87c0JBRGpCLEtBQUs7Z0JBNEJLLGNBQWM7c0JBRHhCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIGZvcndhcmRSZWYsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgZ2VuZXJhdGVJZCB9IGZyb20gJy4uLy4uL2NvbW1vbic7XG5pbXBvcnQgeyBUb2dnbGVTaXplIH0gZnJvbSAnLi90b2dnbGUtc2l6ZSc7XG5cbmV4cG9ydCBjb25zdCBUT0dHTEVfQ09OVFJPTF9WQUxVRV9BQ0NFU1NPUjogYW55ID0ge1xuICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gVG9nZ2xlQ29tcG9uZW50KSxcbiAgbXVsdGk6IHRydWUsXG59O1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtb3otdG9nZ2xlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RvZ2dsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RvZ2dsZS5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJvdmlkZXJzOiBbVE9HR0xFX0NPTlRST0xfVkFMVUVfQUNDRVNTT1JdLFxufSlcbmV4cG9ydCBjbGFzcyBUb2dnbGVDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG4gIEBJbnB1dCgpIHB1YmxpYyBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpIHB1YmxpYyBzaXplOiBUb2dnbGVTaXplID0gJ20nO1xuXG4gIHByaXZhdGUgX2NoZWNrZWQgPSBmYWxzZTtcblxuICBwdWJsaWMgZ2V0IGNoZWNrZWQoKSB7XG4gICAgcmV0dXJuIHRoaXMuX2NoZWNrZWQ7XG4gIH1cblxuICBwdWJsaWMgdG9nZ2xlSWQ6IHN0cmluZztcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLnRvZ2dsZUlkID0gZ2VuZXJhdGVJZCgpO1xuICB9XG5cbiAgQElucHV0KClcbiAgcHVibGljIHNldCBjaGVja2VkKHYpIHtcbiAgICB0aGlzLl9jaGVja2VkID0gdjtcbiAgICB0aGlzLm9uQ2hhbmdlKHRoaXMuX2NoZWNrZWQpO1xuICAgIHRoaXMub25Ub3VjaCgpO1xuICB9XG5cbiAgcHVibGljIHdyaXRlVmFsdWUodmFsdWU6IGFueSkge1xuICAgIHRoaXMuY2hlY2tlZCA9ICEhdmFsdWU7XG4gIH1cblxuICBwdWJsaWMgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KSB7XG4gICAgdGhpcy5vbkNoYW5nZSA9IGZuO1xuICB9XG5cbiAgcHVibGljIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpIHtcbiAgICB0aGlzLm9uVG91Y2ggPSBmbjtcbiAgfVxuXG4gIHB1YmxpYyBvbkNoYW5nZTogYW55ID0gKCkgPT4ge307XG5cbiAgb25Ub3VjaDogYW55ID0gKCkgPT4ge307XG5cbiAgdG9nZ2xlKCkge1xuICAgIHRoaXMud3JpdGVWYWx1ZSghdGhpcy5jaGVja2VkKTtcbiAgfVxuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBwdWJsaWMgZ2V0IGhvc3RDc3NDbGFzc2VzKCkge1xuICAgIGNvbnN0IHNpemVDbGFzcyA9IGBtYy10b2dnbGUtLSR7dGhpcy5zaXplfWA7XG4gICAgcmV0dXJuIGBtYy10b2dnbGUgJHtzaXplQ2xhc3N9YDtcbiAgfVxufVxuIiwiPGlucHV0XG4gIFtpZF09XCJ0b2dnbGVJZFwiXG4gIHR5cGU9XCJjaGVja2JveFwiXG4gIFtjaGVja2VkXT1cImNoZWNrZWRcIlxuICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICBjbGFzcz1cIm1jLXRvZ2dsZV9faW5wdXRcIlxuICAoY2xpY2spPVwidG9nZ2xlKClcIlxuLz5cbjxsYWJlbCBjbGFzcz1cIm1jLXRvZ2dsZV9fbGFiZWxcIiBbZm9yXT1cInRvZ2dsZUlkXCI+XG4gIDxzcGFuIGNsYXNzPVwibWMtdG9nZ2xlX19jb250ZW50XCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICA8L3NwYW4+XG48L2xhYmVsPlxuIl19
@@ -0,0 +1,18 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { ToggleComponent } from './toggle.component';
4
+ import * as i0 from "@angular/core";
5
+ export class ToggleModule {
6
+ }
7
+ ToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ToggleModule, declarations: [ToggleComponent], imports: [CommonModule], exports: [ToggleComponent] });
9
+ ToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToggleModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToggleModule, decorators: [{
11
+ type: NgModule,
12
+ args: [{
13
+ imports: [CommonModule],
14
+ declarations: [ToggleComponent],
15
+ exports: [ToggleComponent],
16
+ }]
17
+ }] });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3RvZ2dsZS90b2dnbGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFPckQsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxpQkFIUixlQUFlLGFBRHBCLFlBQVksYUFFWixlQUFlOzBHQUVkLFlBQVksWUFKYixZQUFZOzJGQUlYLFlBQVk7a0JBTHhCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUUsQ0FBQyxlQUFlLENBQUM7b0JBQy9CLE9BQU8sRUFBRSxDQUFDLGVBQWUsQ0FBQztpQkFDM0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRvZ2dsZUNvbXBvbmVudCB9IGZyb20gJy4vdG9nZ2xlLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtUb2dnbGVDb21wb25lbnRdLFxuICBleHBvcnRzOiBbVG9nZ2xlQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgVG9nZ2xlTW9kdWxlIHt9XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from './tooltip.component';
2
+ export * from './tooltip.module';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3Rvb2x0aXAvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3Rvb2x0aXAuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdG9vbHRpcC5tb2R1bGUnO1xuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC1wb3NpdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3Rvb2x0aXAvdG9vbHRpcC1wb3NpdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgVG9vbHRpcFBvc2l0aW9uID0gJ3RvcCcgfCAncmlnaHQnIHwgJ2JvdHRvbScgfCAnbGVmdCc7XG4iXX0=