@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
@@ -1,59 +0,0 @@
1
- import {
2
- ChangeDetectionStrategy,
3
- Component,
4
- ElementRef,
5
- Input,
6
- OnChanges,
7
- SimpleChanges,
8
- ViewEncapsulation,
9
- } from '@angular/core';
10
- import { first } from 'rxjs';
11
- import { IconSize } from './icon-size';
12
- import { IconService } from './icon.service';
13
-
14
- @Component({
15
- selector: 'moz-icon',
16
- templateUrl: './icon.component.html',
17
- styleUrls: ['./icon.component.scss'],
18
- changeDetection: ChangeDetectionStrategy.OnPush,
19
- encapsulation: ViewEncapsulation.None,
20
- host: { '[class.icon]': 'true' },
21
- })
22
- export class IconComponent implements OnChanges {
23
- @Input() public iconName: string = '';
24
-
25
- constructor(private readonly iconService: IconService, private readonly elementRef: ElementRef) {}
26
-
27
- ngOnChanges({ iconName }: SimpleChanges) {
28
- this.needRenderIcon(iconName?.currentValue, iconName?.previousValue) &&
29
- this.drawIcon(iconName?.currentValue, iconName?.previousValue);
30
- }
31
-
32
- private needRenderIcon(currentIconName?: string, previousIconName?: string): boolean {
33
- return !!currentIconName && currentIconName !== previousIconName;
34
- }
35
-
36
- private getSizeClass(name: string) {
37
- const [size] = name.match(/\d\dpx/) || [];
38
- const strategy = {
39
- [IconSize.S]: 'icons-size-s',
40
- [IconSize.M]: 'icons-size-m',
41
- [IconSize.L]: 'icons-size-l',
42
- [IconSize.XL]: 'icons-size-xl',
43
- };
44
-
45
- return strategy[(size as IconSize) || null] || strategy[IconSize.S];
46
- }
47
-
48
- private drawIcon(iconName: string, previousIconName?: string) {
49
- this.iconService
50
- .getIcon(iconName)
51
- .pipe(first())
52
- .subscribe((svg) => {
53
- this.elementRef.nativeElement.innerHTML = svg;
54
- previousIconName &&
55
- this.elementRef.nativeElement.classList.remove(this.getSizeClass(previousIconName));
56
- this.elementRef.nativeElement.classList.add(this.getSizeClass(iconName));
57
- });
58
- }
59
- }
@@ -1,10 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { IconComponent } from './icon.component';
4
-
5
- @NgModule({
6
- declarations: [IconComponent],
7
- imports: [CommonModule],
8
- exports: [IconComponent],
9
- })
10
- export class IconModule {}
@@ -1,42 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Host, Injectable } from '@angular/core';
3
- import { catchError, finalize, Observable, of, shareReplay, tap, throwError } from 'rxjs';
4
-
5
- @Injectable({
6
- providedIn: 'root',
7
- })
8
- export class IconService {
9
- private cachedIcons = new Map<string, string>();
10
- private cachedRequests = new Map<string, Observable<string>>();
11
-
12
- constructor(@Host() private http: HttpClient) {}
13
-
14
- public getIcon(name: string): Observable<string> {
15
- const cacheIcon = this.cachedIcons.get(name);
16
- const cachedRequest = this.cachedRequests.get(name);
17
- if (cacheIcon) {
18
- return of(cacheIcon);
19
- }
20
- if (cachedRequest) {
21
- return cachedRequest;
22
- }
23
- const url = `/assets/moz-icons/${name}.svg`;
24
- const request = this.http.get(url, { responseType: 'text' }).pipe(
25
- tap((svg) => this.cachedIcons.set(name, svg)),
26
- catchError(() => throwError(() => this.getNotFoundError(name))),
27
- finalize(() => this.cachedRequests.delete(name)),
28
- shareReplay({ refCount: true, bufferSize: 1 })
29
- );
30
- this.cachedRequests.set(name, request);
31
- return request;
32
- }
33
-
34
- private getNotFoundError(name: string): Error {
35
- return Error(
36
- `
37
- The icon (${name}) you are trying to display does not exist.
38
- Maybe the name is incorrect.
39
- => (See all available icons: http://mozaic.adeo.cloud/Foundations/Icons/catalog/)`
40
- );
41
- }
42
- }
@@ -1,24 +0,0 @@
1
- import { Meta, moduleMetadata, Story } from '@storybook/angular';
2
- import { IconComponent } from './icon.component';
3
- import { IconModule } from './icon.module';
4
-
5
- export default {
6
- component: IconComponent,
7
- decorators: [
8
- moduleMetadata({
9
- imports: [IconModule],
10
- }),
11
- ],
12
- title: 'Icon',
13
- } as Meta;
14
-
15
- const Template: Story = (args) => ({
16
- props: {
17
- ...args,
18
- },
19
- template: `
20
- <moz-icon [iconName]="'Media_View360_48px'"></moz-icon>
21
- `,
22
- });
23
-
24
- export const Default = Template.bind({});
File without changes
@@ -1,35 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { LayerDIParams } from '../interfaces/layer-di-params';
3
- import { LayerRef } from '../interfaces/layer-ref';
4
- import { LAYER_CONFIG, LAYER_DATA, LAYER_REF } from '../tokens';
5
-
6
- export class LayerInjector implements Injector {
7
- private readonly parentInjector: Injector;
8
- private readonly layerRef: LayerRef;
9
- private additionalTokens!: WeakMap<object, unknown>;
10
-
11
- constructor({ injector, layerRef }: LayerDIParams) {
12
- this.parentInjector = injector;
13
- this.layerRef = layerRef;
14
-
15
- this.initAdditionalTokens();
16
- }
17
-
18
- public get(token: unknown, notFoundValue?: unknown, flags?: unknown): any;
19
- public get(token: any, notFoundValue?: any): any {
20
- const value = this.additionalTokens.get(token);
21
-
22
- if (value) {
23
- return value;
24
- }
25
-
26
- return this.parentInjector.get<any>(token, notFoundValue);
27
- }
28
-
29
- private initAdditionalTokens(): void {
30
- this.additionalTokens = new WeakMap();
31
- this.additionalTokens.set(LAYER_REF, this.layerRef);
32
- this.additionalTokens.set(LAYER_CONFIG, this.layerRef.config);
33
- this.additionalTokens.set(LAYER_DATA, this.layerRef.config.data);
34
- }
35
- }
@@ -1,54 +0,0 @@
1
- import { ComponentRef } from '@angular/core';
2
- import { BehaviorSubject, first, Observable, Subject } from 'rxjs';
3
- import { LayerConfig } from '../interfaces';
4
- import { LayerRef } from '../interfaces/layer-ref';
5
- import { LayerComponent } from '../layer.component';
6
-
7
- export class LayerRefModel<R = unknown> implements LayerRef<R> {
8
- private readonly _config$ = new BehaviorSubject<LayerConfig>({});
9
-
10
- private _componentRef!: ComponentRef<LayerComponent>;
11
-
12
- private _afterClosed$ = new Subject<R | undefined>();
13
-
14
- public get afterClosed$(): Observable<R | undefined> {
15
- return this._afterClosed$.pipe(first());
16
- }
17
-
18
- public get config$() {
19
- return this._config$.asObservable();
20
- }
21
-
22
- public get config() {
23
- return this._config$.getValue();
24
- }
25
-
26
- public get componentRef(): ComponentRef<LayerComponent> {
27
- return this._componentRef;
28
- }
29
-
30
- constructor(public layerConfig: LayerConfig) {
31
- this.init(layerConfig);
32
- }
33
-
34
- public init(config: LayerConfig): void {
35
- this.updateConfig(config);
36
- }
37
-
38
- public updateConfig(config: LayerConfig): void {
39
- this._config$.next({ ...this.config, ...config });
40
- }
41
-
42
- close(result?: R): void {
43
- this._afterClosed$.next(result);
44
- }
45
-
46
- setComponentRef(componentRef: ComponentRef<LayerComponent>): void {
47
- this._componentRef = componentRef;
48
- }
49
-
50
- destroy(): void {
51
- this._config$.complete();
52
- this._afterClosed$.complete();
53
- }
54
- }
@@ -1,4 +0,0 @@
1
- export type LayerConfig<T = any> = {
2
- title?: string;
3
- data?: T;
4
- };
@@ -1,7 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { LayerRef } from './layer-ref';
3
-
4
- export interface LayerDIParams {
5
- injector: Injector;
6
- layerRef: LayerRef;
7
- }
@@ -1,17 +0,0 @@
1
- import { ComponentRef } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { LayerComponent } from '../layer.component';
4
- import { LayerConfig } from './layer-config';
5
-
6
- export interface LayerRef<R = unknown> {
7
- afterClosed$: Observable<unknown>;
8
- config$: Observable<LayerConfig>;
9
- config: LayerConfig;
10
- componentRef: ComponentRef<LayerComponent>;
11
-
12
- init(config: LayerConfig): void;
13
- updateConfig(config: LayerConfig): void;
14
- close(result?: R): void;
15
- setComponentRef(componentRef: ComponentRef<LayerComponent>): void;
16
- destroy(): void;
17
- }
@@ -1,24 +0,0 @@
1
- import { animate, group, query, style, transition, trigger } from '@angular/animations';
2
-
3
- export const layerAnimation = trigger('layerAnimation', [
4
- transition(
5
- ':enter',
6
- group([
7
- query(':self', [style({ opacity: 0 }), animate(200, style({ opacity: 1 }))]),
8
- query('.mc-layer', [
9
- style({ transform: 'translateX(250px)' }),
10
- animate(200, style({ transform: 'translateX(0)' })),
11
- ]),
12
- ])
13
- ),
14
- transition(
15
- ':leave',
16
- group([
17
- query(':self', [animate(200, style({ opacity: 0 }))]),
18
- query('.mc-layer', [
19
- style({ transform: 'translateX(0)' }),
20
- animate(200, style({ transform: 'translateX(250px)' })),
21
- ]),
22
- ])
23
- ),
24
- ]);
@@ -1,43 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Inject, ViewEncapsulation } from '@angular/core';
2
- import { LayerRef } from './interfaces/layer-ref';
3
- import { LayerService } from './layer.service';
4
- import { LAYER_DATA, LAYER_REF } from './tokens';
5
-
6
- @Component({
7
- selector: 'moz-layer-content-example',
8
- template: `
9
- <span>Content another component data:{{ data }}</span>
10
- <br />
11
- <button moz-button (click)="close()">close</button>
12
- `,
13
- changeDetection: ChangeDetectionStrategy.OnPush,
14
- encapsulation: ViewEncapsulation.None,
15
- })
16
- export class LayerContentExampleComponent {
17
- constructor(
18
- @Inject(LAYER_DATA) public readonly data: string,
19
- @Inject(LAYER_REF) public readonly layerRef: LayerRef
20
- ) {}
21
-
22
- close() {
23
- this.layerRef.close('CLOSE DATA FROM LAYER');
24
- }
25
- }
26
-
27
- @Component({
28
- selector: 'moz-layer-example',
29
- template: '<button moz-button (click)="open()">Open layer</button>',
30
- changeDetection: ChangeDetectionStrategy.OnPush,
31
- encapsulation: ViewEncapsulation.None,
32
- })
33
- export class LayerExampleComponent {
34
- constructor(private readonly layerService: LayerService) {}
35
-
36
- open() {
37
- const layerRef = this.layerService.open(LayerContentExampleComponent, {
38
- title: 'My custom title',
39
- data: 'Your data',
40
- });
41
- layerRef.afterClosed$.subscribe((result) => console.log(result));
42
- }
43
- }
@@ -1,21 +0,0 @@
1
- <div
2
- class="mc-layer"
3
- role="dialog"
4
- aria-labelledby="layerTitle"
5
- aria-modal="true"
6
- aria-hidden="true"
7
- tabindex="-1"
8
- >
9
- <div class="mc-layer__dialog is-open" role="document">
10
- <div class="mc-layer__header">
11
- <h2 class="mc-layer__title" id="layerTitle">{{ title }}</h2>
12
- <button class="mc-layer__close" type="button" (click)="close()">
13
- <span class="mc-layer__close-text">Close</span>
14
- </button>
15
- </div>
16
- <div class="mc-layer__body">
17
- <ng-template #content></ng-template>
18
- </div>
19
- </div>
20
- </div>
21
- <div class="mc-layer-overlay is-visible" tabindex="-1" role="dialog"></div>
@@ -1,3 +0,0 @@
1
- @import 'settings-tools/all-settings';
2
-
3
- @import 'components/_c.layer';
@@ -1,55 +0,0 @@
1
- import {
2
- AfterViewInit,
3
- ChangeDetectionStrategy,
4
- ChangeDetectorRef,
5
- Component,
6
- ComponentRef,
7
- Inject,
8
- Type,
9
- ViewChild,
10
- ViewContainerRef,
11
- ViewEncapsulation,
12
- } from '@angular/core';
13
- import { LayerConfig } from './interfaces';
14
- import { LayerRef } from './interfaces/layer-ref';
15
- import { layerAnimation } from './layer-animation';
16
- import { LAYER_CONFIG, LAYER_REF } from './tokens';
17
-
18
- @Component({
19
- selector: 'moz-layer',
20
- templateUrl: './layer.component.html',
21
- styleUrls: ['./layer.component.scss'],
22
- changeDetection: ChangeDetectionStrategy.OnPush,
23
- encapsulation: ViewEncapsulation.None,
24
- animations: [layerAnimation],
25
- host: { '[@layerAnimation]': 'true' },
26
- })
27
- export class LayerComponent implements AfterViewInit {
28
- @ViewChild('content', { read: ViewContainerRef, static: true })
29
- private readonly contentViewRef!: ViewContainerRef;
30
- public childComponentRef?: ComponentRef<any>;
31
- public childComponentType!: Type<any>;
32
-
33
- public get title(): string {
34
- return this.config.title || 'Layer title';
35
- }
36
-
37
- constructor(
38
- @Inject(LAYER_REF) private readonly layerRef: LayerRef,
39
- @Inject(LAYER_CONFIG) private readonly config: LayerConfig,
40
- private readonly cd: ChangeDetectorRef
41
- ) {}
42
-
43
- ngAfterViewInit(): void {
44
- this.initChildComponent(this.childComponentType);
45
- }
46
-
47
- private initChildComponent(componentType: Type<any>): void {
48
- this.childComponentRef = this.contentViewRef.createComponent(componentType);
49
- this.cd.detectChanges();
50
- }
51
-
52
- public close() {
53
- this.layerRef.close();
54
- }
55
- }
@@ -1,13 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { IconModule } from '../public-api';
4
- import { LayerComponent } from './layer.component';
5
- import { LayerService } from './layer.service';
6
-
7
- @NgModule({
8
- imports: [CommonModule, IconModule],
9
- providers: [LayerService],
10
- declarations: [LayerComponent],
11
- exports: [LayerComponent],
12
- })
13
- export class LayerModule {}
@@ -1,73 +0,0 @@
1
- import { DOCUMENT } from '@angular/common';
2
- import {
3
- ApplicationRef,
4
- ComponentFactoryResolver,
5
- ComponentRef,
6
- EmbeddedViewRef,
7
- Inject,
8
- Injectable,
9
- Injector,
10
- Type,
11
- } from '@angular/core';
12
- import { LayerInjector } from './classes/layer-injector';
13
- import { LayerRefModel } from './classes/layer-ref';
14
- import { LayerConfig } from './interfaces';
15
- import { LayerRef } from './interfaces/layer-ref';
16
- import { LayerComponent } from './layer.component';
17
-
18
- @Injectable({
19
- providedIn: 'root',
20
- })
21
- export class LayerService {
22
- constructor(
23
- private readonly componentFactoryResolver: ComponentFactoryResolver,
24
- private readonly injector: Injector,
25
- private readonly applicationRef: ApplicationRef,
26
- @Inject(DOCUMENT) private readonly document: Document
27
- ) {}
28
-
29
- public open<T, K>(component: Type<T>, config: LayerConfig<K> = {}) {
30
- const layerRef = this.createLayer(config);
31
- this.applyChildComponent({ component, layerRef });
32
- return layerRef;
33
- }
34
-
35
- private createLayer<T>(config: LayerConfig<T>) {
36
- const layerRef = new LayerRefModel(config);
37
- const layerInjector = new LayerInjector({ injector: this.injector, layerRef });
38
- const componentRef = this.createComponentRef(layerInjector);
39
- layerRef.setComponentRef(componentRef);
40
- this.appendLayerComponentToBody(componentRef);
41
- this.initDialogRefAfterClosedObserver(layerRef, componentRef);
42
- return layerRef;
43
- }
44
-
45
- private initDialogRefAfterClosedObserver(
46
- layerRef: LayerRef,
47
- componentRef: ComponentRef<LayerComponent>
48
- ): void {
49
- layerRef.afterClosed$.subscribe(() => componentRef.destroy());
50
- }
51
-
52
- private createComponentRef(injector: LayerInjector): ComponentRef<LayerComponent> {
53
- return this.componentFactoryResolver.resolveComponentFactory(LayerComponent).create(injector);
54
- }
55
-
56
- private appendLayerComponentToBody(componentRef: ComponentRef<LayerComponent>): void {
57
- const componentHostView = componentRef.hostView as EmbeddedViewRef<unknown>;
58
- const componentHtmlElement = componentHostView.rootNodes[0] as HTMLElement;
59
- this.applicationRef.attachView(componentHostView);
60
- this.document.body.appendChild(componentHtmlElement);
61
- }
62
-
63
- private applyChildComponent<T>({
64
- layerRef,
65
- component,
66
- }: {
67
- layerRef: LayerRefModel;
68
- component: Type<T>;
69
- }): void {
70
- const { instance } = layerRef.componentRef;
71
- instance.childComponentType = component;
72
- }
73
- }
@@ -1,29 +0,0 @@
1
- import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
2
- import { Meta, moduleMetadata, Story } from '@storybook/angular';
3
- import { ButtonModule } from '../button';
4
- import { LayerContentExampleComponent, LayerExampleComponent } from './layer-example.component';
5
- import { LayerComponent } from './layer.component';
6
- import { LayerModule } from './layer.module';
7
-
8
- export default {
9
- component: LayerComponent,
10
- decorators: [
11
- moduleMetadata({
12
- imports: [LayerModule, ButtonModule, BrowserAnimationsModule],
13
- declarations: [LayerExampleComponent, LayerContentExampleComponent],
14
- entryComponents: [LayerContentExampleComponent],
15
- }),
16
- ],
17
- title: 'Layer',
18
- } as Meta;
19
-
20
- const Template: Story = ({}: any = {}) => {
21
- return {
22
- template: `
23
- <moz-layer-example></moz-layer-example>
24
-
25
- `,
26
- };
27
- };
28
-
29
- export const Default = Template.bind({});
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
-
3
- export const LAYER_CONFIG = new InjectionToken('LAYER_CONFIG_TOKEN');
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
-
3
- export const LAYER_DATA = new InjectionToken('LAYER_DATA_TOKEN');
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
-
3
- export const LAYER_REF = new InjectionToken('LAYER_DATA_TOKEN');
@@ -1,20 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { LoaderService } from './loader.service';
3
-
4
- @Component({
5
- selector: 'moz-loader-run-example',
6
- template: '<button moz-button (click)="openOverlayLoader()">Open overlay loader</button>',
7
- changeDetection: ChangeDetectionStrategy.OnPush,
8
- })
9
- export class LoaderRunExampleComponent {
10
- @Input() text = '';
11
-
12
- constructor(private readonly loaderService: LoaderService) {}
13
-
14
- public openOverlayLoader() {
15
- this.loaderService.startLoad({ text: this.text });
16
- setTimeout(() => {
17
- this.loaderService.stopLoad();
18
- }, 2000);
19
- }
20
- }
@@ -1,15 +0,0 @@
1
- <ng-template #loader>
2
- <div [ngClass]="loaderCssClasses">
3
- <span class="mc-loader__spinner">
4
- <svg class="mc-loader__icon" xmlns="http://www.w3.org/2000/svg" [attr.viewBox]="viewBoxSize">
5
- <circle class="mc-loader__path" cx="50%" cy="50%" [attr.r]="radius" />
6
- </svg>
7
- </span>
8
-
9
- <span class="mc-loader__text" *ngIf="viewText">{{ text }}</span>
10
- </div>
11
- </ng-template>
12
-
13
- <div [ngClass]="overlayCssClasses" tabindex="-1" role="dialog" *ngIf="isOverlay; else loader">
14
- <ng-container [ngTemplateOutlet]="loader"></ng-container>
15
- </div>
@@ -1,7 +0,0 @@
1
- @import 'settings-tools/all-settings';
2
- @import 'components/c.overlay';
3
- @import 'components/c.loader';
4
-
5
- .loader {
6
- display: inline-flex;
7
- }
@@ -1,57 +0,0 @@
1
- import {
2
- ChangeDetectionStrategy,
3
- ChangeDetectorRef,
4
- Component,
5
- Input,
6
- ViewEncapsulation,
7
- } from '@angular/core';
8
- import { CIRCLE_RADIUSES, CIRCLE_VIEW_BOX_SIZES, LoaderSize, LoaderTheme } from './loader';
9
-
10
- @Component({
11
- selector: 'moz-loader',
12
- templateUrl: './loader.component.html',
13
- styleUrls: ['./loader.component.scss'],
14
- changeDetection: ChangeDetectionStrategy.OnPush,
15
- encapsulation: ViewEncapsulation.None,
16
- host: { '[class.loader]': '!isOverlay' },
17
- })
18
- export class LoaderComponent {
19
- @Input() size: LoaderSize = 'm';
20
-
21
- @Input() theme: LoaderTheme = 'primary';
22
-
23
- public isOverlay = false;
24
-
25
- public hideOverlay = true;
26
-
27
- public text = '';
28
-
29
- public get viewText(): boolean {
30
- return this.isOverlay && !!this.text;
31
- }
32
-
33
- public get overlayCssClasses() {
34
- return {
35
- 'mc-overlay-loader': true,
36
- 'is-visible': !this.hideOverlay,
37
- };
38
- }
39
-
40
- public get loaderCssClasses() {
41
- return {
42
- 'mc-loader': true,
43
- [`mc-loader--${this.size}`]: true,
44
- [`mc-loader--${this.theme}`]: this.theme !== 'primary',
45
- };
46
- }
47
-
48
- public get viewBoxSize(): string {
49
- return CIRCLE_VIEW_BOX_SIZES[this.size];
50
- }
51
-
52
- public get radius(): number {
53
- return CIRCLE_RADIUSES[this.size];
54
- }
55
-
56
- constructor(public readonly cd: ChangeDetectorRef) {}
57
- }
@@ -1,12 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { LoaderComponent } from './loader.component';
4
- import { LoaderService } from './loader.service';
5
-
6
- @NgModule({
7
- imports: [CommonModule],
8
- declarations: [LoaderComponent],
9
- providers: [LoaderService],
10
- exports: [LoaderComponent],
11
- })
12
- export class LoaderModule {}