@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.
- package/README.md +0 -92
- package/adeo/common/global-events/global-events.module.d.ts +6 -0
- package/adeo/common/global-events/global-events.service.d.ts +11 -0
- package/adeo/common/utils/boolean-property.d.ts +1 -0
- package/adeo/common/utils/generate-id.d.ts +1 -0
- package/adeo/common/utils/get-random-number.d.ts +1 -0
- package/adeo/common/utils/overwrite-style.d.ts +2 -0
- package/adeo/components/badge/badge.component.d.ts +8 -0
- package/adeo/components/badge/badge.d.ts +3 -0
- package/adeo/components/badge/badge.module.d.ts +8 -0
- package/adeo/components/button/button.component.d.ts +16 -0
- package/adeo/components/button/button.d.ts +7 -0
- package/adeo/components/button/button.module.d.ts +8 -0
- package/adeo/components/checkbox/checkbox.component.d.ts +21 -0
- package/adeo/components/checkbox/checkbox.module.d.ts +8 -0
- package/adeo/components/dialog/classes/dialog-config.d.ts +9 -0
- package/adeo/components/dialog/classes/dialog-injector.d.ts +10 -0
- package/adeo/components/dialog/classes/dialog-ref.d.ts +25 -0
- package/adeo/components/dialog/dialog-animation.d.ts +1 -0
- package/adeo/components/dialog/dialog.component.d.ts +23 -0
- package/adeo/components/dialog/dialog.module.d.ts +8 -0
- package/adeo/components/dialog/dialog.service.d.ts +20 -0
- package/adeo/components/dialog/interfaces/dialog-config.d.ts +7 -0
- package/adeo/components/dialog/interfaces/dialog-di-params.d.ts +6 -0
- package/adeo/components/dialog/interfaces/dialog-ref.d.ts +18 -0
- package/adeo/components/dialog/tokens/dialog-config.token.d.ts +2 -0
- package/adeo/components/dialog/tokens/dialog-data.token.d.ts +2 -0
- package/adeo/components/dialog/tokens/dialog-ref.token.d.ts +2 -0
- package/adeo/components/field/directives/input-icon.directive.d.ts +7 -0
- package/adeo/components/field/field-error.component.d.ts +5 -0
- package/adeo/components/field/field.component.d.ts +16 -0
- package/adeo/components/field/field.module.d.ts +10 -0
- package/adeo/components/icon/icon-size.d.ts +6 -0
- package/adeo/components/icon/icon.component.d.ts +15 -0
- package/adeo/components/icon/icon.module.d.ts +8 -0
- package/adeo/components/icon/icon.service.d.ts +13 -0
- package/adeo/components/layer/classes/layer-injector.d.ts +10 -0
- package/adeo/components/layer/classes/layer-ref.d.ts +21 -0
- package/adeo/components/layer/interfaces/layer-config.d.ts +4 -0
- package/adeo/components/layer/interfaces/layer-di-params.d.ts +6 -0
- package/adeo/components/layer/interfaces/layer-ref.d.ts +15 -0
- package/adeo/components/layer/layer-animation.d.ts +1 -0
- package/adeo/components/layer/layer.component.d.ts +19 -0
- package/adeo/components/layer/layer.module.d.ts +9 -0
- package/adeo/components/layer/layer.service.d.ts +19 -0
- package/adeo/components/layer/tokens/layer-config.token.d.ts +2 -0
- package/adeo/components/layer/tokens/layer-data.token.d.ts +2 -0
- package/adeo/components/layer/tokens/layer-ref.token.d.ts +2 -0
- package/adeo/components/loader/loader.component.d.ts +25 -0
- package/adeo/components/loader/loader.d.ts +16 -0
- package/adeo/components/loader/loader.module.d.ts +8 -0
- package/adeo/components/loader/loader.service.d.ts +18 -0
- package/adeo/components/notification/notification-animation.d.ts +1 -0
- package/adeo/components/notification/notification-container.component.d.ts +12 -0
- package/adeo/components/notification/notification-footer.d.ts +5 -0
- package/adeo/components/notification/notification-message.d.ts +5 -0
- package/adeo/components/notification/notification-title.d.ts +5 -0
- package/adeo/components/notification/notification.component.d.ts +9 -0
- package/adeo/components/notification/notification.d.ts +15 -0
- package/adeo/components/notification/notification.module.d.ts +15 -0
- package/adeo/components/notification/notification.service.d.ts +16 -0
- package/adeo/components/pagination/pagination.component.d.ts +46 -0
- package/adeo/components/pagination/pagination.d.ts +7 -0
- package/adeo/components/pagination/pagination.module.d.ts +13 -0
- package/adeo/components/progress-bar/progress-bar.component.d.ts +15 -0
- package/adeo/components/progress-bar/progress-bar.module.d.ts +8 -0
- package/adeo/components/select/select-size.d.ts +5 -0
- package/adeo/components/select/select.component.d.ts +8 -0
- package/adeo/components/select/select.module.d.ts +8 -0
- package/adeo/components/stepper/step.component.d.ts +20 -0
- package/adeo/components/stepper/stepper.component.d.ts +20 -0
- package/adeo/components/stepper/stepper.module.d.ts +10 -0
- package/adeo/components/tabs/tab-selectors.d.ts +2 -0
- package/adeo/components/tabs/tab.component.d.ts +16 -0
- package/adeo/components/tabs/tabs.component.d.ts +36 -0
- package/adeo/components/tabs/tabs.module.d.ts +9 -0
- package/adeo/components/tag/tag.component.d.ts +23 -0
- package/adeo/components/tag/tag.module.d.ts +9 -0
- package/adeo/components/text-area/text-area.component.d.ts +12 -0
- package/adeo/components/text-area/text-area.module.d.ts +7 -0
- package/adeo/components/text-input/text-input.component.d.ts +21 -0
- package/adeo/components/text-input/text-input.module.d.ts +10 -0
- package/adeo/components/toggle/toggle.component.d.ts +22 -0
- package/adeo/components/toggle/toggle.module.d.ts +8 -0
- package/adeo/components/tooltip/tooltip.component.d.ts +11 -0
- package/adeo/components/tooltip/tooltip.module.d.ts +8 -0
- package/adeo/esm2020/common/global-events/global-events.module.mjs +15 -0
- package/adeo/esm2020/common/global-events/global-events.service.mjs +30 -0
- package/adeo/esm2020/common/global-events/public-api.mjs +3 -0
- package/adeo/esm2020/common/index.mjs +3 -0
- package/adeo/esm2020/common/utils/boolean-property.mjs +4 -0
- package/adeo/esm2020/common/utils/generate-id.mjs +7 -0
- package/adeo/esm2020/common/utils/get-random-number.mjs +6 -0
- package/adeo/esm2020/common/utils/index.mjs +5 -0
- package/adeo/esm2020/common/utils/overwrite-style.mjs +5 -0
- package/adeo/esm2020/common/utils/public-api.mjs +2 -0
- package/adeo/esm2020/components/badge/badge.component.mjs +30 -0
- package/adeo/esm2020/components/badge/badge.mjs +2 -0
- package/adeo/esm2020/components/badge/badge.module.mjs +18 -0
- package/adeo/esm2020/components/badge/index.mjs +3 -0
- package/adeo/esm2020/components/button/button.component.mjs +53 -0
- package/adeo/esm2020/components/button/button.mjs +2 -0
- package/adeo/esm2020/components/button/button.module.mjs +18 -0
- package/adeo/esm2020/components/button/index.mjs +3 -0
- package/adeo/esm2020/components/checkbox/checkbox.component.mjs +58 -0
- package/adeo/esm2020/components/checkbox/checkbox.module.mjs +21 -0
- package/adeo/esm2020/components/checkbox/public-api.mjs +3 -0
- package/adeo/esm2020/components/dialog/classes/dialog-config.mjs +9 -0
- package/adeo/esm2020/components/dialog/classes/dialog-injector.mjs +22 -0
- package/adeo/esm2020/components/dialog/classes/dialog-ref.mjs +49 -0
- package/adeo/esm2020/components/dialog/classes/index.mjs +4 -0
- package/adeo/esm2020/components/dialog/dialog-animation.mjs +18 -0
- package/adeo/esm2020/components/dialog/dialog.component.mjs +57 -0
- package/adeo/esm2020/components/dialog/dialog.module.mjs +20 -0
- package/adeo/esm2020/components/dialog/dialog.service.mjs +67 -0
- package/adeo/esm2020/components/dialog/interfaces/dialog-config.mjs +2 -0
- package/adeo/esm2020/components/dialog/interfaces/dialog-di-params.mjs +2 -0
- package/adeo/esm2020/components/dialog/interfaces/dialog-ref.mjs +2 -0
- package/adeo/esm2020/components/dialog/interfaces/index.mjs +4 -0
- package/adeo/esm2020/components/dialog/public-api.mjs +6 -0
- package/adeo/esm2020/components/dialog/tokens/dialog-config.token.mjs +3 -0
- package/adeo/esm2020/components/dialog/tokens/dialog-data.token.mjs +3 -0
- package/adeo/esm2020/components/dialog/tokens/dialog-ref.token.mjs +3 -0
- package/adeo/esm2020/components/dialog/tokens/index.mjs +4 -0
- package/adeo/esm2020/components/field/directives/input-icon.directive.mjs +15 -0
- package/adeo/esm2020/components/field/field-error.component.mjs +13 -0
- package/adeo/esm2020/components/field/field.component.mjs +40 -0
- package/adeo/esm2020/components/field/field.module.mjs +20 -0
- package/adeo/esm2020/components/field/public-api.mjs +5 -0
- package/adeo/esm2020/components/icon/icon-size.mjs +8 -0
- package/adeo/esm2020/components/icon/icon.component.mjs +49 -0
- package/adeo/esm2020/components/icon/icon.module.mjs +18 -0
- package/adeo/esm2020/components/icon/icon.service.mjs +42 -0
- package/adeo/esm2020/components/icon/public-api.mjs +4 -0
- package/adeo/esm2020/components/layer/classes/layer-injector.mjs +22 -0
- package/adeo/esm2020/components/layer/classes/layer-ref.mjs +38 -0
- package/adeo/esm2020/components/layer/interfaces/index.mjs +4 -0
- package/adeo/esm2020/components/layer/interfaces/layer-config.mjs +2 -0
- package/adeo/esm2020/components/layer/interfaces/layer-di-params.mjs +2 -0
- package/adeo/esm2020/components/layer/interfaces/layer-ref.mjs +2 -0
- package/adeo/esm2020/components/layer/layer-animation.mjs +18 -0
- package/adeo/esm2020/components/layer/layer.component.mjs +40 -0
- package/adeo/esm2020/components/layer/layer.module.mjs +21 -0
- package/adeo/esm2020/components/layer/layer.service.mjs +56 -0
- package/adeo/esm2020/components/layer/public-api.mjs +6 -0
- package/adeo/esm2020/components/layer/tokens/index.mjs +4 -0
- package/adeo/esm2020/components/layer/tokens/layer-config.token.mjs +3 -0
- package/adeo/esm2020/components/layer/tokens/layer-data.token.mjs +3 -0
- package/adeo/esm2020/components/layer/tokens/layer-ref.token.mjs +3 -0
- package/adeo/esm2020/components/loader/loader.component.mjs +47 -0
- package/adeo/esm2020/components/loader/loader.mjs +11 -0
- package/adeo/esm2020/components/loader/loader.module.mjs +20 -0
- package/adeo/esm2020/components/loader/loader.service.mjs +53 -0
- package/adeo/esm2020/components/loader/public-api.mjs +4 -0
- package/adeo/esm2020/components/notification/notification-animation.mjs +21 -0
- package/adeo/esm2020/components/notification/notification-container.component.mjs +38 -0
- package/adeo/esm2020/components/notification/notification-footer.mjs +11 -0
- package/adeo/esm2020/components/notification/notification-message.mjs +11 -0
- package/adeo/esm2020/components/notification/notification-title.mjs +11 -0
- package/adeo/esm2020/components/notification/notification.component.mjs +29 -0
- package/adeo/esm2020/components/notification/notification.mjs +8 -0
- package/adeo/esm2020/components/notification/notification.module.mjs +66 -0
- package/adeo/esm2020/components/notification/notification.service.mjs +40 -0
- package/adeo/esm2020/components/notification/public-api.mjs +9 -0
- package/adeo/esm2020/components/pagination/pagination.component.mjs +133 -0
- package/adeo/esm2020/components/pagination/pagination.mjs +4 -0
- package/adeo/esm2020/components/pagination/pagination.module.mjs +23 -0
- package/adeo/esm2020/components/pagination/public-api.mjs +3 -0
- package/adeo/esm2020/components/progress-bar/progress-bar-size.mjs +2 -0
- package/adeo/esm2020/components/progress-bar/progress-bar-theme.mjs +2 -0
- package/adeo/esm2020/components/progress-bar/progress-bar.component.mjs +38 -0
- package/adeo/esm2020/components/progress-bar/progress-bar.module.mjs +18 -0
- package/adeo/esm2020/components/progress-bar/public-api.mjs +3 -0
- package/adeo/esm2020/components/public-api.mjs +20 -0
- package/adeo/esm2020/components/select/public-api.mjs +3 -0
- package/adeo/esm2020/components/select/select-size.mjs +6 -0
- package/adeo/esm2020/components/select/select.component.mjs +25 -0
- package/adeo/esm2020/components/select/select.module.mjs +18 -0
- package/adeo/esm2020/components/stepper/public-api.mjs +4 -0
- package/adeo/esm2020/components/stepper/step-state.mjs +2 -0
- package/adeo/esm2020/components/stepper/step.component.mjs +51 -0
- package/adeo/esm2020/components/stepper/stepper.component.mjs +79 -0
- package/adeo/esm2020/components/stepper/stepper.module.mjs +20 -0
- package/adeo/esm2020/components/tabs/public-api.mjs +4 -0
- package/adeo/esm2020/components/tabs/tab-selectors.mjs +3 -0
- package/adeo/esm2020/components/tabs/tab.component.mjs +53 -0
- package/adeo/esm2020/components/tabs/tabs.component.mjs +126 -0
- package/adeo/esm2020/components/tabs/tabs.module.mjs +19 -0
- package/adeo/esm2020/components/tag/public-api.mjs +3 -0
- package/adeo/esm2020/components/tag/tag-type.mjs +2 -0
- package/adeo/esm2020/components/tag/tag.component.mjs +61 -0
- package/adeo/esm2020/components/tag/tag.module.mjs +19 -0
- package/adeo/esm2020/components/text-area/public-api.mjs +3 -0
- package/adeo/esm2020/components/text-area/text-area.component.mjs +43 -0
- package/adeo/esm2020/components/text-area/text-area.module.mjs +16 -0
- package/adeo/esm2020/components/text-input/public-api.mjs +3 -0
- package/adeo/esm2020/components/text-input/text-input.component.mjs +64 -0
- package/adeo/esm2020/components/text-input/text-input.mjs +2 -0
- package/adeo/esm2020/components/text-input/text-input.module.mjs +20 -0
- package/adeo/esm2020/components/toggle/public-api.mjs +3 -0
- package/adeo/esm2020/components/toggle/toggle-size.mjs +2 -0
- package/adeo/esm2020/components/toggle/toggle.component.mjs +59 -0
- package/adeo/esm2020/components/toggle/toggle.module.mjs +18 -0
- package/adeo/esm2020/components/tooltip/public-api.mjs +3 -0
- package/adeo/esm2020/components/tooltip/tooltip-position.mjs +2 -0
- package/adeo/esm2020/components/tooltip/tooltip.component.mjs +32 -0
- package/adeo/esm2020/components/tooltip/tooltip.module.mjs +18 -0
- package/adeo/esm2020/mozaic-ds-angular.mjs +5 -0
- package/adeo/esm2020/public-api.mjs +3 -0
- package/adeo/fesm2015/mozaic-ds-angular.mjs +2052 -0
- package/adeo/fesm2015/mozaic-ds-angular.mjs.map +1 -0
- package/adeo/fesm2020/mozaic-ds-angular.mjs +2025 -0
- package/adeo/fesm2020/mozaic-ds-angular.mjs.map +1 -0
- package/adeo/index.d.ts +5 -0
- package/adeo/package.json +31 -0
- package/assets/moz-icons/Device_Desktop_24px.svg +1 -0
- package/assets/moz-icons/Device_Desktop_32px.svg +1 -0
- package/assets/moz-icons/Device_Desktop_48px.svg +1 -0
- package/assets/moz-icons/Device_Desktop_64px.svg +1 -0
- package/assets/moz-icons/Device_Laptop_24px.svg +1 -0
- package/assets/moz-icons/Device_Laptop_32px.svg +1 -0
- package/assets/moz-icons/Device_Laptop_48px.svg +1 -0
- package/assets/moz-icons/Device_Laptop_64px.svg +1 -0
- package/assets/moz-icons/Device_Mobile_24px.svg +1 -0
- package/assets/moz-icons/Device_Mobile_32px.svg +1 -0
- package/assets/moz-icons/Device_Mobile_48px.svg +1 -0
- package/assets/moz-icons/Device_Mobile_64px.svg +1 -0
- package/assets/moz-icons/Device_Tablet_24px.svg +1 -0
- package/assets/moz-icons/Device_Tablet_32px.svg +1 -0
- package/assets/moz-icons/Device_Tablet_48px.svg +1 -0
- package/assets/moz-icons/Device_Tablet_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Cleaned_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Cleaned_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Cleaned_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Cleaned_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Danger_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Danger_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Danger_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Danger_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Distance_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Distance_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Distance_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Distance_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Gel_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Gel_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Gel_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Gel_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Mask_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Mask_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Mask_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Mask_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_NoContact_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_NoContact_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_NoContact_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_NoContact_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Plexiglas_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Plexiglas_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Plexiglas_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Hygiene_Plexiglas_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Payment_Checkout_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Payment_Checkout_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Payment_Checkout_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Payment_Checkout_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Payment_NoContact_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Payment_NoContact_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Payment_NoContact_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Payment_NoContact_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--OpenBoot_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--OpenBoot_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--OpenBoot_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--OpenBoot_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StandInLine_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StandInLine_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StandInLine_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StandInLine_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StayInside_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StayInside_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StayInside_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Car--StayInside_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Loading_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Loading_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Loading_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Loading_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_NoCarRent_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_NoCarRent_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_NoCarRent_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_NoCarRent_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Request_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Request_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Request_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Request_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Truck_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Truck_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Truck_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Service_PurchaseHelp_Truck_64px.svg +1 -0
- package/assets/moz-icons/Instruction_Universe_EssentialProduct_24px.svg +1 -0
- package/assets/moz-icons/Instruction_Universe_EssentialProduct_32px.svg +1 -0
- package/assets/moz-icons/Instruction_Universe_EssentialProduct_48px.svg +1 -0
- package/assets/moz-icons/Instruction_Universe_EssentialProduct_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Brand_LM_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Brand_LM_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Brand_LM_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Brand_LM_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Bizum_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Bizum_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Bizum_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Bizum_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Fintecture_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Fintecture_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Fintecture_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Fintecture_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_MB--Multibanco_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_MB--Multibanco_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_MB--Multibanco_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_MB--Multibanco_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_MB--Way_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_MB--Way_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_MB--Way_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_MB--Way_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Bizum_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Bizum_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Bizum_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Bizum_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Fintecture_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Fintecture_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Fintecture_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Fintecture_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Multibanco_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Multibanco_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Multibanco_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Multibanco_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Way_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Way_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Way_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_MB--Way_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x4x_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x4x_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x4x_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x4x_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--3x_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--4x_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--4x_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--4x_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney--4x_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_Oney_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_PayPal_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_PayPal_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_PayPal_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Monochrome_PayPal_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--3x4x_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--3x4x_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--3x4x_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--3x4x_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--3x_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--3x_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--3x_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--3x_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--4x_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--4x_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--4x_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney--4x_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_Oney_64px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_PayPal_24px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_PayPal_32px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_PayPal_48px.svg +1 -0
- package/assets/moz-icons/Logotypes_Payment_PayPal_64px.svg +1 -0
- package/assets/moz-icons/Media_API_24px.svg +1 -0
- package/assets/moz-icons/Media_API_32px.svg +1 -0
- package/assets/moz-icons/Media_API_48px.svg +1 -0
- package/assets/moz-icons/Media_API_64px.svg +1 -0
- package/assets/moz-icons/Media_BookStore_24px.svg +1 -0
- package/assets/moz-icons/Media_BookStore_32px.svg +1 -0
- package/assets/moz-icons/Media_BookStore_48px.svg +1 -0
- package/assets/moz-icons/Media_BookStore_64px.svg +1 -0
- package/assets/moz-icons/Media_Camera_24px.svg +1 -0
- package/assets/moz-icons/Media_Camera_32px.svg +1 -0
- package/assets/moz-icons/Media_Camera_48px.svg +1 -0
- package/assets/moz-icons/Media_Camera_64px.svg +1 -0
- package/assets/moz-icons/Media_Code_24px.svg +1 -0
- package/assets/moz-icons/Media_Code_32px.svg +1 -0
- package/assets/moz-icons/Media_Code_48px.svg +1 -0
- package/assets/moz-icons/Media_Code_64px.svg +1 -0
- package/assets/moz-icons/Media_Document_24px.svg +1 -0
- package/assets/moz-icons/Media_Document_32px.svg +1 -0
- package/assets/moz-icons/Media_Document_48px.svg +1 -0
- package/assets/moz-icons/Media_Document_64px.svg +1 -0
- package/assets/moz-icons/Media_Download_App_24px.svg +1 -0
- package/assets/moz-icons/Media_Download_App_32px.svg +1 -0
- package/assets/moz-icons/Media_Download_App_48px.svg +1 -0
- package/assets/moz-icons/Media_Download_App_64px.svg +1 -0
- package/assets/moz-icons/Media_Download_Web_24px.svg +1 -0
- package/assets/moz-icons/Media_Download_Web_32px.svg +1 -0
- package/assets/moz-icons/Media_Download_Web_48px.svg +1 -0
- package/assets/moz-icons/Media_Download_Web_64px.svg +1 -0
- package/assets/moz-icons/Media_FullScreen_16px.svg +1 -0
- package/assets/moz-icons/Media_FullScreen_24px.svg +1 -0
- package/assets/moz-icons/Media_FullScreen_32px.svg +1 -0
- package/assets/moz-icons/Media_FullScreen_48px.svg +1 -0
- package/assets/moz-icons/Media_FullScreen_64px.svg +1 -0
- package/assets/moz-icons/Media_Gauge_24px.svg +1 -0
- package/assets/moz-icons/Media_Gauge_32px.svg +1 -0
- package/assets/moz-icons/Media_Gauge_48px.svg +1 -0
- package/assets/moz-icons/Media_Gauge_64px.svg +1 -0
- package/assets/moz-icons/Media_Group_24px.svg +1 -0
- package/assets/moz-icons/Media_Group_32px.svg +1 -0
- package/assets/moz-icons/Media_Group_48px.svg +1 -0
- package/assets/moz-icons/Media_Group_64px.svg +1 -0
- package/assets/moz-icons/Media_Image-alt_24px.svg +1 -0
- package/assets/moz-icons/Media_Image-alt_32px.svg +1 -0
- package/assets/moz-icons/Media_Image-alt_48px.svg +1 -0
- package/assets/moz-icons/Media_Image-alt_64px.svg +1 -0
- package/assets/moz-icons/Media_NoPicture_24px.svg +1 -0
- package/assets/moz-icons/Media_NoPicture_32px.svg +1 -0
- package/assets/moz-icons/Media_NoPicture_48px.svg +1 -0
- package/assets/moz-icons/Media_NoPicture_64px.svg +1 -0
- package/assets/moz-icons/Media_Pdf_24px.svg +1 -0
- package/assets/moz-icons/Media_Pdf_32px.svg +1 -0
- package/assets/moz-icons/Media_Pdf_48px.svg +1 -0
- package/assets/moz-icons/Media_Pdf_64px.svg +1 -0
- package/assets/moz-icons/Media_Picker_24px.svg +1 -0
- package/assets/moz-icons/Media_Picker_32px.svg +1 -0
- package/assets/moz-icons/Media_Picker_48px.svg +1 -0
- package/assets/moz-icons/Media_Picker_64px.svg +1 -0
- package/assets/moz-icons/Media_Play_24px.svg +1 -0
- package/assets/moz-icons/Media_Play_32px.svg +1 -0
- package/assets/moz-icons/Media_Play_48px.svg +1 -0
- package/assets/moz-icons/Media_Play_64px.svg +1 -0
- package/assets/moz-icons/Media_Player_24px.svg +1 -0
- package/assets/moz-icons/Media_Player_32px.svg +1 -0
- package/assets/moz-icons/Media_Player_48px.svg +1 -0
- package/assets/moz-icons/Media_Player_64px.svg +1 -0
- package/assets/moz-icons/Media_Player_96px.svg +1 -0
- package/assets/moz-icons/Media_Policies_24px.svg +1 -0
- package/assets/moz-icons/Media_Policies_32px.svg +1 -0
- package/assets/moz-icons/Media_Policies_48px.svg +1 -0
- package/assets/moz-icons/Media_Policies_64px.svg +1 -0
- package/assets/moz-icons/Media_Print_24px.svg +1 -0
- package/assets/moz-icons/Media_Print_32px.svg +1 -0
- package/assets/moz-icons/Media_Print_48px.svg +1 -0
- package/assets/moz-icons/Media_Print_64px.svg +1 -0
- package/assets/moz-icons/Media_Project_24px.svg +1 -0
- package/assets/moz-icons/Media_Project_32px.svg +1 -0
- package/assets/moz-icons/Media_Project_48px.svg +1 -0
- package/assets/moz-icons/Media_Project_64px.svg +1 -0
- package/assets/moz-icons/Media_Push-pin-off_24px.svg +1 -0
- package/assets/moz-icons/Media_Push-pin-off_32px.svg +1 -0
- package/assets/moz-icons/Media_Push-pin-off_48px.svg +1 -0
- package/assets/moz-icons/Media_Push-pin-off_64px.svg +1 -0
- package/assets/moz-icons/Media_Push-pin_32px.svg +1 -0
- package/assets/moz-icons/Media_Push-pin_48px.svg +1 -0
- package/assets/moz-icons/Media_Push-pin_64px.svg +1 -0
- package/assets/moz-icons/Media_Read_24px.svg +1 -0
- package/assets/moz-icons/Media_Read_32px.svg +1 -0
- package/assets/moz-icons/Media_Read_48px.svg +1 -0
- package/assets/moz-icons/Media_Read_64px.svg +1 -0
- package/assets/moz-icons/Media_ReduceScreen_16px.svg +1 -0
- package/assets/moz-icons/Media_ReduceScreen_24px.svg +1 -0
- package/assets/moz-icons/Media_ReduceScreen_32px.svg +1 -0
- package/assets/moz-icons/Media_ReduceScreen_48px.svg +1 -0
- package/assets/moz-icons/Media_ReduceScreen_64px.svg +1 -0
- package/assets/moz-icons/Media_Release_24px.svg +1 -0
- package/assets/moz-icons/Media_Release_32px.svg +1 -0
- package/assets/moz-icons/Media_Release_48px.svg +1 -0
- package/assets/moz-icons/Media_Release_64px.svg +1 -0
- package/assets/moz-icons/Media_Server_24px.svg +1 -0
- package/assets/moz-icons/Media_Server_32px.svg +1 -0
- package/assets/moz-icons/Media_Server_48px.svg +1 -0
- package/assets/moz-icons/Media_Server_64px.svg +1 -0
- package/assets/moz-icons/Media_Slideshow_24px.svg +1 -0
- package/assets/moz-icons/Media_Slideshow_32px.svg +1 -0
- package/assets/moz-icons/Media_Slideshow_48px.svg +1 -0
- package/assets/moz-icons/Media_Slideshow_64px.svg +1 -0
- package/assets/moz-icons/Media_Sound_24px.svg +1 -0
- package/assets/moz-icons/Media_Sound_32px.svg +1 -0
- package/assets/moz-icons/Media_Sound_48px.svg +1 -0
- package/assets/moz-icons/Media_Sound_64px.svg +1 -0
- package/assets/moz-icons/Media_Stop_24px.svg +1 -0
- package/assets/moz-icons/Media_Stop_32px.svg +1 -0
- package/assets/moz-icons/Media_Stop_48px.svg +1 -0
- package/assets/moz-icons/Media_Stop_64px.svg +1 -0
- package/assets/moz-icons/Media_TimeRead_24px.svg +1 -0
- package/assets/moz-icons/Media_TimeRead_32px.svg +1 -0
- package/assets/moz-icons/Media_TimeRead_48px.svg +1 -0
- package/assets/moz-icons/Media_TimeRead_64px.svg +1 -0
- package/assets/moz-icons/Media_Upload_24px.svg +1 -0
- package/assets/moz-icons/Media_Upload_32px.svg +1 -0
- package/assets/moz-icons/Media_Upload_48px.svg +1 -0
- package/assets/moz-icons/Media_Upload_64px.svg +1 -0
- package/assets/moz-icons/Media_View360_24px.svg +1 -0
- package/assets/moz-icons/Media_View360_32px.svg +1 -0
- package/assets/moz-icons/Media_View360_48px.svg +1 -0
- package/assets/moz-icons/Media_View360_64px.svg +1 -0
- package/assets/moz-icons/Media_View360_96px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Bottom_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Left_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Left_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Left_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Left_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Left_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Right_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Right_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Right_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Right_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Right_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Top_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Top_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Top_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Top_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Arrow--Top_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomLeft_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowBottomRight_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopLeft_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_ArrowTopRight_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Back_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Back_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Back_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Back_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Back_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Left_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_DoubleArrow--Right_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Down_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Down_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Down_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Down_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Down_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Next_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Next_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Next_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Next_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Next_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Up_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Up_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Up_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Up_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Arrow_Up_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--Cross_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--Cross_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--Cross_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--Cross_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--Less_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--Less_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--Less_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--Less_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--More_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--More_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--More_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Circle--More_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Cross_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Cross_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Cross_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Cross_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Cross_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Less_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Less_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Less_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Less_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Less_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_More_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_More_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_More_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_More_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_More_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Tag--Cross_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Tag--Cross_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Tag--Cross_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Tag--Cross_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Control_Tag--Cross_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Blink_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Blink_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Blink_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Blink_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Calendar_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Calendar_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Calendar_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Calendar_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Connect_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Connect_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Connect_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Connect_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayFull_Filled_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayFull_Filled_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayFull_Filled_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayFull_Filled_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayFull_Outline_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayFull_Outline_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayFull_Outline_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayFull_Outline_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayList_Filled_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayList_Filled_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayList_Filled_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayList_Filled_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayList_Outline_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayList_Outline_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayList_Outline_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayList_Outline_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayMobile--Horizontal_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayMobile--Horizontal_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayMobile--Horizontal_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayMobile--Horizontal_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayMobile--Vertical_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayMobile--Vertical_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayMobile--Vertical_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayMobile--Vertical_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX4_Filled_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX4_Filled_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX4_Filled_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX4_Filled_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX4_Outline_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX4_Outline_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX4_Outline_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX4_Outline_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX9_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX9_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX9_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_DisplayProductX9_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ExternalLink_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ExternalLink_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ExternalLink_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ExternalLink_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ExternalLink_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Filter_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Filter_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Filter_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Filter_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Home_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Home_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Home_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Home_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_LogOut_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_LogOut_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_LogOut_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_LogOut_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Menu_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Menu_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Menu_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Menu_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_MovingBlock_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_MovingBlock_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_MovingBlock_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_MovingBlock_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Options_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Options_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Options_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Options_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Other_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Other_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Other_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Other_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ProductNumb_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ProductNumb_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ProductNumb_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ProductNumb_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Refresh_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Refresh_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Refresh_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Refresh_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ScreenRotation_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ScreenRotation_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ScreenRotation_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_ScreenRotation_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_SearchList_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_SearchList_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_SearchList_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_SearchList_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_SearchProduct_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_SearchProduct_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_SearchProduct_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_SearchProduct_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Search_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Search_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Search_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Search_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Setting_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Setting_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Setting_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_Setting_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_View_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_View_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_View_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_View_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_VocalSearch_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_VocalSearch_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_VocalSearch_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Display_VocalSearch_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Available_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Available_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Available_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Available_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Available_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Bell_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Bell_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Bell_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Bell_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Circle--Available_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Circle--Available_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Circle--Available_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Circle--Available_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Information_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Information_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Information_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Information_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Question_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Question_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Question_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Question_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Warning_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Warning_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Warning_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Notification_Warning_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Copy_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Copy_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Copy_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Copy_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Edit_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Edit_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Edit_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Edit_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_FavoriteFull_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_FavoriteFull_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_FavoriteFull_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_FavoriteFull_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_FavoriteFull_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Favorite_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Favorite_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Favorite_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Favorite_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Favorite_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Lock_16px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Lock_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Lock_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Lock_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Lock_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Send_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Send_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Send_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Send_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Trashbin_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Trashbin_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Trashbin_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Publish_Trashbin_64px.svg +1 -0
- package/assets/moz-icons/Navigation_Split_24px.svg +1 -0
- package/assets/moz-icons/Navigation_Split_32px.svg +1 -0
- package/assets/moz-icons/Navigation_Split_48px.svg +1 -0
- package/assets/moz-icons/Navigation_Split_64px.svg +1 -0
- package/assets/moz-icons/Payment_Bill_24px.svg +1 -0
- package/assets/moz-icons/Payment_Bill_32px.svg +1 -0
- package/assets/moz-icons/Payment_Bill_48px.svg +1 -0
- package/assets/moz-icons/Payment_Bill_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_AmericanExpress_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_AmericanExpress_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_AmericanExpress_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_AmericanExpress_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_CB_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_CB_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_CB_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_CB_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Cheque_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Cheque_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Cheque_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Cheque_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Gift_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Gift_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Gift_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Gift_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Illicado_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Illicado_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Illicado_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Illicado_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Loyalty_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Loyalty_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Loyalty_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Loyalty_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Maestro_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Maestro_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Maestro_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Maestro_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Mastercard_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Mastercard_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Mastercard_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Mastercard_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_OneyX3_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_OneyX3_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_OneyX3_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_OneyX3_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_OneyX4_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_OneyX4_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_OneyX4_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_OneyX4_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Oney_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Oney_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Oney_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Oney_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Paylib_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Paylib_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Paylib_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Paylib_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Paypal_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Paypal_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Paypal_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Paypal_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Visa_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Visa_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Visa_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Colors_Visa_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_AmericanExpress_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_AmericanExpress_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_AmericanExpress_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_AmericanExpress_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_CB_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_CB_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_CB_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_CB_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Cheque_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Cheque_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Cheque_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Cheque_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Gift_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Gift_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Gift_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Gift_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Illicado_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Illicado_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Illicado_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Illicado_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Loyalty_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Loyalty_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Loyalty_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Loyalty_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Maestro_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Maestro_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Maestro_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Maestro_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Mastercard_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Mastercard_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Mastercard_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Mastercard_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_OneyX3_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_OneyX3_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_OneyX3_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_OneyX3_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_OneyX4_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_OneyX4_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_OneyX4_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_OneyX4_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Oney_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Oney_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Oney_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Oney_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Paylib_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Paylib_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Paylib_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Paylib_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Paypal_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Paypal_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Paypal_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Paypal_64px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Visa_24px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Visa_32px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Visa_48px.svg +1 -0
- package/assets/moz-icons/Payment_Cards_Monochrome_Visa_64px.svg +1 -0
- package/assets/moz-icons/Payment_DetailsOrder_24px.svg +1 -0
- package/assets/moz-icons/Payment_DetailsOrder_32px.svg +1 -0
- package/assets/moz-icons/Payment_DetailsOrder_48px.svg +1 -0
- package/assets/moz-icons/Payment_DetailsOrder_64px.svg +1 -0
- package/assets/moz-icons/Payment_Euro_16px.svg +1 -0
- package/assets/moz-icons/Payment_Euro_24px.svg +1 -0
- package/assets/moz-icons/Payment_Euro_32px.svg +1 -0
- package/assets/moz-icons/Payment_Euro_48px.svg +1 -0
- package/assets/moz-icons/Payment_Euro_64px.svg +1 -0
- package/assets/moz-icons/Payment_Receipt_24px.svg +1 -0
- package/assets/moz-icons/Payment_Receipt_32px.svg +1 -0
- package/assets/moz-icons/Payment_Receipt_48px.svg +1 -0
- package/assets/moz-icons/Payment_Receipt_64px.svg +1 -0
- package/assets/moz-icons/Payment_SafePayment1_24px.svg +1 -0
- package/assets/moz-icons/Payment_SafePayment1_32px.svg +1 -0
- package/assets/moz-icons/Payment_SafePayment1_48px.svg +1 -0
- package/assets/moz-icons/Payment_SafePayment1_64px.svg +1 -0
- package/assets/moz-icons/Payment_SafePayment2_24px.svg +1 -0
- package/assets/moz-icons/Payment_SafePayment2_32px.svg +1 -0
- package/assets/moz-icons/Payment_SafePayment2_48px.svg +1 -0
- package/assets/moz-icons/Payment_SafePayment2_64px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Quantity_24px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Quantity_32px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Quantity_48px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Quantity_64px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Size_24px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Size_32px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Size_48px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Size_64px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Weight_24px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Weight_32px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Weight_48px.svg +1 -0
- package/assets/moz-icons/Product_Aspect_Weight_64px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Add_24px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Add_32px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Add_48px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Add_64px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Handbag_24px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Handbag_32px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Handbag_48px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Handbag_64px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Multi_24px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Multi_32px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Multi_48px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Multi_64px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Save_24px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Save_32px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Save_48px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Save_64px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Standard_24px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Standard_32px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Standard_48px.svg +1 -0
- package/assets/moz-icons/Product_Basket_Standard_64px.svg +1 -0
- package/assets/moz-icons/Product_List_Add_24px.svg +1 -0
- package/assets/moz-icons/Product_List_Add_32px.svg +1 -0
- package/assets/moz-icons/Product_List_Add_48px.svg +1 -0
- package/assets/moz-icons/Product_List_Add_64px.svg +1 -0
- package/assets/moz-icons/Product_List_Standard_24px.svg +1 -0
- package/assets/moz-icons/Product_List_Standard_32px.svg +1 -0
- package/assets/moz-icons/Product_List_Standard_48px.svg +1 -0
- package/assets/moz-icons/Product_List_Standard_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Certification_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Certification_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Certification_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Certification_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_CircularEconomy_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_CircularEconomy_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_CircularEconomy_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_CircularEconomy_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Destocking_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Destocking_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Destocking_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Destocking_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_EcoProduct_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_EcoProduct_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_EcoProduct_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_EcoProduct_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_FashionChoice_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_FashionChoice_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_FashionChoice_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_FashionChoice_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Funding_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Funding_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Funding_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Funding_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_MadeInEurope_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_MadeInEurope_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_MadeInEurope_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_MadeInEurope_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_MadeInFrance_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_MadeInFrance_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_MadeInFrance_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_MadeInFrance_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Modular_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Modular_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Modular_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Modular_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_ProductOnPicture_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_ProductOnPicture_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_ProductOnPicture_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_ProductOnPicture_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_ProductSheet_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_ProductSheet_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_ProductSheet_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_ProductSheet_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Scan_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Scan_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Scan_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Scan_64px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Warranty_24px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Warranty_32px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Warranty_48px.svg +1 -0
- package/assets/moz-icons/Product_Promise_Warranty_64px.svg +1 -0
- package/assets/moz-icons/Project_DescribeProject_24px.svg +1 -0
- package/assets/moz-icons/Project_DescribeProject_32px.svg +1 -0
- package/assets/moz-icons/Project_DescribeProject_48px.svg +1 -0
- package/assets/moz-icons/Project_DescribeProject_64px.svg +1 -0
- package/assets/moz-icons/Project_Inspiration_24px.svg +1 -0
- package/assets/moz-icons/Project_Inspiration_32px.svg +1 -0
- package/assets/moz-icons/Project_Inspiration_48px.svg +1 -0
- package/assets/moz-icons/Project_Inspiration_64px.svg +1 -0
- package/assets/moz-icons/Project_MakeProject_24px.svg +1 -0
- package/assets/moz-icons/Project_MakeProject_32px.svg +1 -0
- package/assets/moz-icons/Project_MakeProject_48px.svg +1 -0
- package/assets/moz-icons/Project_MakeProject_64px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_AfterSalesService_24px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_AfterSalesService_32px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_AfterSalesService_48px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_AfterSalesService_64px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Helpline_24px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Helpline_32px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Helpline_48px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Helpline_64px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Payback_24px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Payback_32px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Payback_48px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Payback_64px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Satisfaction_24px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Satisfaction_32px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Satisfaction_48px.svg +1 -0
- package/assets/moz-icons/Service_AfterSales_Satisfaction_64px.svg +1 -0
- package/assets/moz-icons/Service_Custom_CopyKey_24px.svg +1 -0
- package/assets/moz-icons/Service_Custom_CopyKey_32px.svg +1 -0
- package/assets/moz-icons/Service_Custom_CopyKey_48px.svg +1 -0
- package/assets/moz-icons/Service_Custom_CopyKey_64px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Course_24px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Course_32px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Course_48px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Course_64px.svg +1 -0
- package/assets/moz-icons/Service_Custom_CutWoodGlass_24px.svg +1 -0
- package/assets/moz-icons/Service_Custom_CutWoodGlass_32px.svg +1 -0
- package/assets/moz-icons/Service_Custom_CutWoodGlass_48px.svg +1 -0
- package/assets/moz-icons/Service_Custom_CutWoodGlass_64px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Sample_24px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Sample_32px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Sample_48px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Sample_64px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Sharpening_24px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Sharpening_32px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Sharpening_48px.svg +1 -0
- package/assets/moz-icons/Service_Custom_Sharpening_64px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery--Home_24px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery--Home_32px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery--Home_48px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery--Home_64px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery--Locker_24px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery--Locker_32px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery--Locker_48px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery--Locker_64px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery_Pickup--RelayPoint_24px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery_Pickup--RelayPoint_32px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery_Pickup--RelayPoint_48px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery_Pickup--RelayPoint_64px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery_Pickup--Store_24px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery_Pickup--Store_32px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery_Pickup--Store_48px.svg +1 -0
- package/assets/moz-icons/Service_Delivery_Delivery_Pickup--Store_64px.svg +1 -0
- package/assets/moz-icons/Service_Pallet_24px.svg +1 -0
- package/assets/moz-icons/Service_Pallet_32px.svg +1 -0
- package/assets/moz-icons/Service_Pallet_48px.svg +1 -0
- package/assets/moz-icons/Service_Pallet_64px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_CarRent_24px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_CarRent_32px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_CarRent_48px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_CarRent_64px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_HomeDIY_24px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_HomeDIY_32px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_HomeDIY_48px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_HomeDIY_64px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_HomeInstall_24px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_HomeInstall_32px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_HomeInstall_48px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_HomeInstall_64px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_ToolRent_24px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_ToolRent_32px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_ToolRent_48px.svg +1 -0
- package/assets/moz-icons/Service_PurchaseHelp_ToolRent_64px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--2h_24px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--2h_32px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--2h_48px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--2h_64px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--3h_24px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--3h_32px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--3h_48px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--3h_64px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--48h_24px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--48h_32px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--48h_48px.svg +1 -0
- package/assets/moz-icons/Service_Time_Delivery--48h_64px.svg +1 -0
- package/assets/moz-icons/Service_Time_TimeDecline_24px.svg +1 -0
- package/assets/moz-icons/Service_Time_TimeDecline_32px.svg +1 -0
- package/assets/moz-icons/Service_Time_TimeDecline_48px.svg +1 -0
- package/assets/moz-icons/Service_Time_TimeDecline_64px.svg +1 -0
- package/assets/moz-icons/Service_Tools_3d_24px.svg +1 -0
- package/assets/moz-icons/Service_Tools_3d_32px.svg +1 -0
- package/assets/moz-icons/Service_Tools_3d_48px.svg +1 -0
- package/assets/moz-icons/Service_Tools_3d_64px.svg +1 -0
- package/assets/moz-icons/Service_Tools_Calculator_24px.svg +1 -0
- package/assets/moz-icons/Service_Tools_Calculator_32px.svg +1 -0
- package/assets/moz-icons/Service_Tools_Calculator_48px.svg +1 -0
- package/assets/moz-icons/Service_Tools_Calculator_64px.svg +1 -0
- package/assets/moz-icons/Service_Tools_Comparator_24px.svg +1 -0
- package/assets/moz-icons/Service_Tools_Comparator_32px.svg +1 -0
- package/assets/moz-icons/Service_Tools_Comparator_48px.svg +1 -0
- package/assets/moz-icons/Service_Tools_Comparator_64px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Comment_24px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Comment_32px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Comment_48px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Comment_64px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Community_24px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Community_32px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Community_48px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Community_64px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Question--Article_24px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Question--Article_32px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Question--Article_48px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Question--Article_64px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Report_24px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Report_32px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Report_48px.svg +1 -0
- package/assets/moz-icons/Social_Comment_Report_64px.svg +1 -0
- package/assets/moz-icons/Social_Share_ShareAndroid_24px.svg +1 -0
- package/assets/moz-icons/Social_Share_ShareAndroid_32px.svg +1 -0
- package/assets/moz-icons/Social_Share_ShareAndroid_48px.svg +1 -0
- package/assets/moz-icons/Social_Share_ShareAndroid_64px.svg +1 -0
- package/assets/moz-icons/Social_Share_ShareIOS_24px.svg +1 -0
- package/assets/moz-icons/Social_Share_ShareIOS_32px.svg +1 -0
- package/assets/moz-icons/Social_Share_ShareIOS_48px.svg +1 -0
- package/assets/moz-icons/Social_Share_ShareIOS_64px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Facebook_24px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Facebook_32px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Facebook_48px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Facebook_64px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Instagram_24px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Instagram_32px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Instagram_48px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Instagram_64px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Linkedin_24px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Linkedin_32px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Linkedin_48px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Linkedin_64px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Pinterest_24px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Pinterest_32px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Pinterest_48px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Pinterest_64px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Twitter_24px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Twitter_32px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Twitter_48px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Twitter_64px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Youtube_24px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Youtube_32px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Youtube_48px.svg +1 -0
- package/assets/moz-icons/Social_SocialNetwork_Youtube_64px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Negative_16px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Negative_24px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Negative_32px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Negative_48px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Negative_64px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Positive_16px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Positive_24px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Positive_32px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Positive_48px.svg +1 -0
- package/assets/moz-icons/Social_View_Like--Positive_64px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Empty_16px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Empty_24px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Empty_32px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Empty_48px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Empty_64px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Full_16px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Full_24px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Full_32px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Full_48px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Full_64px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Half_16px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Half_24px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Half_32px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Half_48px.svg +1 -0
- package/assets/moz-icons/Social_View_Star--Half_64px.svg +1 -0
- package/assets/moz-icons/Social_View_TesterView_24px.svg +1 -0
- package/assets/moz-icons/Social_View_TesterView_32px.svg +1 -0
- package/assets/moz-icons/Social_View_TesterView_48px.svg +1 -0
- package/assets/moz-icons/Social_View_TesterView_64px.svg +1 -0
- package/assets/moz-icons/Store_Colors_RelayLocation_24px.svg +1 -0
- package/assets/moz-icons/Store_Colors_RelayLocation_32px.svg +1 -0
- package/assets/moz-icons/Store_Colors_RelayLocation_48px.svg +1 -0
- package/assets/moz-icons/Store_Colors_RelayLocation_64px.svg +1 -0
- package/assets/moz-icons/Store_Colors_StoreLocation_24px.svg +1 -0
- package/assets/moz-icons/Store_Colors_StoreLocation_32px.svg +1 -0
- package/assets/moz-icons/Store_Colors_StoreLocation_48px.svg +1 -0
- package/assets/moz-icons/Store_Colors_StoreLocation_64px.svg +1 -0
- package/assets/moz-icons/Store_Itinerary_24px.svg +1 -0
- package/assets/moz-icons/Store_Itinerary_32px.svg +1 -0
- package/assets/moz-icons/Store_Itinerary_48px.svg +1 -0
- package/assets/moz-icons/Store_Itinerary_64px.svg +1 -0
- package/assets/moz-icons/Store_Locator_16px.svg +1 -0
- package/assets/moz-icons/Store_Locator_24px.svg +1 -0
- package/assets/moz-icons/Store_Locator_32px.svg +1 -0
- package/assets/moz-icons/Store_Locator_48px.svg +1 -0
- package/assets/moz-icons/Store_Locator_64px.svg +1 -0
- package/assets/moz-icons/Store_Logo_24px.svg +1 -0
- package/assets/moz-icons/Store_Logo_32px.svg +1 -0
- package/assets/moz-icons/Store_Logo_48px.svg +1 -0
- package/assets/moz-icons/Store_Logo_64px.svg +1 -0
- package/assets/moz-icons/Store_Map_24px.svg +1 -0
- package/assets/moz-icons/Store_Map_32px.svg +1 -0
- package/assets/moz-icons/Store_Map_48px.svg +1 -0
- package/assets/moz-icons/Store_Map_64px.svg +1 -0
- package/assets/moz-icons/Store_Monochrome_RelayLocation_24px.svg +1 -0
- package/assets/moz-icons/Store_Monochrome_RelayLocation_32px.svg +1 -0
- package/assets/moz-icons/Store_Monochrome_RelayLocation_48px.svg +1 -0
- package/assets/moz-icons/Store_Monochrome_RelayLocation_64px.svg +1 -0
- package/assets/moz-icons/Store_Monochrome_StoreLocation_24px.svg +1 -0
- package/assets/moz-icons/Store_Monochrome_StoreLocation_32px.svg +1 -0
- package/assets/moz-icons/Store_Monochrome_StoreLocation_48px.svg +1 -0
- package/assets/moz-icons/Store_Monochrome_StoreLocation_64px.svg +1 -0
- package/assets/moz-icons/Store_StoreLM_24px.svg +1 -0
- package/assets/moz-icons/Store_StoreLM_32px.svg +1 -0
- package/assets/moz-icons/Store_StoreLM_48px.svg +1 -0
- package/assets/moz-icons/Store_StoreLM_64px.svg +1 -0
- package/assets/moz-icons/Universe_Attic_24px.svg +1 -0
- package/assets/moz-icons/Universe_Attic_32px.svg +1 -0
- package/assets/moz-icons/Universe_Attic_48px.svg +1 -0
- package/assets/moz-icons/Universe_Attic_64px.svg +1 -0
- package/assets/moz-icons/Universe_Bathroom_24px.svg +1 -0
- package/assets/moz-icons/Universe_Bathroom_32px.svg +1 -0
- package/assets/moz-icons/Universe_Bathroom_48px.svg +1 -0
- package/assets/moz-icons/Universe_Bathroom_64px.svg +1 -0
- package/assets/moz-icons/Universe_Bedroom_24px.svg +1 -0
- package/assets/moz-icons/Universe_Bedroom_32px.svg +1 -0
- package/assets/moz-icons/Universe_Bedroom_48px.svg +1 -0
- package/assets/moz-icons/Universe_Bedroom_64px.svg +1 -0
- package/assets/moz-icons/Universe_Carpentry_24px.svg +1 -0
- package/assets/moz-icons/Universe_Carpentry_32px.svg +1 -0
- package/assets/moz-icons/Universe_Carpentry_48px.svg +1 -0
- package/assets/moz-icons/Universe_Carpentry_64px.svg +1 -0
- package/assets/moz-icons/Universe_ChristmasTree_24px.svg +1 -0
- package/assets/moz-icons/Universe_ChristmasTree_32px.svg +1 -0
- package/assets/moz-icons/Universe_ChristmasTree_48px.svg +1 -0
- package/assets/moz-icons/Universe_ChristmasTree_64px.svg +1 -0
- package/assets/moz-icons/Universe_ConnectedHome_24px.svg +1 -0
- package/assets/moz-icons/Universe_ConnectedHome_32px.svg +1 -0
- package/assets/moz-icons/Universe_ConnectedHome_48px.svg +1 -0
- package/assets/moz-icons/Universe_ConnectedHome_64px.svg +1 -0
- package/assets/moz-icons/Universe_Curtains_24px.svg +1 -0
- package/assets/moz-icons/Universe_Curtains_32px.svg +1 -0
- package/assets/moz-icons/Universe_Curtains_48px.svg +1 -0
- package/assets/moz-icons/Universe_Curtains_64px.svg +1 -0
- package/assets/moz-icons/Universe_Dressing_24px.svg +1 -0
- package/assets/moz-icons/Universe_Dressing_32px.svg +1 -0
- package/assets/moz-icons/Universe_Dressing_48px.svg +1 -0
- package/assets/moz-icons/Universe_Dressing_64px.svg +1 -0
- package/assets/moz-icons/Universe_Drill-alt_24px.svg +1 -0
- package/assets/moz-icons/Universe_Drill-alt_32px.svg +1 -0
- package/assets/moz-icons/Universe_Drill-alt_48px.svg +1 -0
- package/assets/moz-icons/Universe_Drill-alt_64px.svg +1 -0
- package/assets/moz-icons/Universe_Electricity_24px.svg +1 -0
- package/assets/moz-icons/Universe_Electricity_32px.svg +1 -0
- package/assets/moz-icons/Universe_Electricity_48px.svg +1 -0
- package/assets/moz-icons/Universe_Electricity_64px.svg +1 -0
- package/assets/moz-icons/Universe_Enki_24px.svg +1 -0
- package/assets/moz-icons/Universe_Enki_32px.svg +1 -0
- package/assets/moz-icons/Universe_Enki_48px.svg +1 -0
- package/assets/moz-icons/Universe_Enki_64px.svg +1 -0
- package/assets/moz-icons/Universe_Floor_24px.svg +1 -0
- package/assets/moz-icons/Universe_Floor_32px.svg +1 -0
- package/assets/moz-icons/Universe_Floor_48px.svg +1 -0
- package/assets/moz-icons/Universe_Floor_64px.svg +1 -0
- package/assets/moz-icons/Universe_Garage_24px.svg +1 -0
- package/assets/moz-icons/Universe_Garage_32px.svg +1 -0
- package/assets/moz-icons/Universe_Garage_48px.svg +1 -0
- package/assets/moz-icons/Universe_Garage_64px.svg +1 -0
- package/assets/moz-icons/Universe_Garden1_24px.svg +1 -0
- package/assets/moz-icons/Universe_Garden1_32px.svg +1 -0
- package/assets/moz-icons/Universe_Garden1_48px.svg +1 -0
- package/assets/moz-icons/Universe_Garden1_64px.svg +1 -0
- package/assets/moz-icons/Universe_Garden2_24px.svg +1 -0
- package/assets/moz-icons/Universe_Garden2_32px.svg +1 -0
- package/assets/moz-icons/Universe_Garden2_48px.svg +1 -0
- package/assets/moz-icons/Universe_Garden2_64px.svg +1 -0
- package/assets/moz-icons/Universe_Garden_24px.svg +1 -0
- package/assets/moz-icons/Universe_Garden_32px.svg +1 -0
- package/assets/moz-icons/Universe_Garden_48px.svg +1 -0
- package/assets/moz-icons/Universe_Garden_64px.svg +1 -0
- package/assets/moz-icons/Universe_Glass_24px.svg +1 -0
- package/assets/moz-icons/Universe_Glass_32px.svg +1 -0
- package/assets/moz-icons/Universe_Glass_48px.svg +1 -0
- package/assets/moz-icons/Universe_Glass_64px.svg +1 -0
- package/assets/moz-icons/Universe_Hard-hat-alt_24px.svg +1 -0
- package/assets/moz-icons/Universe_Hard-hat-alt_32px.svg +1 -0
- package/assets/moz-icons/Universe_Hard-hat-alt_48px.svg +1 -0
- package/assets/moz-icons/Universe_Hard-hat-alt_64px.svg +1 -0
- package/assets/moz-icons/Universe_HardwareStore_24px.svg +1 -0
- package/assets/moz-icons/Universe_HardwareStore_32px.svg +1 -0
- package/assets/moz-icons/Universe_HardwareStore_48px.svg +1 -0
- package/assets/moz-icons/Universe_HardwareStore_64px.svg +1 -0
- package/assets/moz-icons/Universe_Heater_24px.svg +1 -0
- package/assets/moz-icons/Universe_Heater_32px.svg +1 -0
- package/assets/moz-icons/Universe_Heater_48px.svg +1 -0
- package/assets/moz-icons/Universe_Heater_64px.svg +1 -0
- package/assets/moz-icons/Universe_Insulation-alt_24px.svg +1 -0
- package/assets/moz-icons/Universe_Insulation-alt_32px.svg +1 -0
- package/assets/moz-icons/Universe_Insulation-alt_48px.svg +1 -0
- package/assets/moz-icons/Universe_Insulation-alt_64px.svg +1 -0
- package/assets/moz-icons/Universe_Kids_24px.svg +1 -0
- package/assets/moz-icons/Universe_Kids_32px.svg +1 -0
- package/assets/moz-icons/Universe_Kids_48px.svg +1 -0
- package/assets/moz-icons/Universe_Kids_64px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen-alt_24px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen-alt_32px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen-alt_48px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen-alt_64px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen2_24px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen2_32px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen2_48px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen2_64px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen_24px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen_32px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen_48px.svg +1 -0
- package/assets/moz-icons/Universe_Kitchen_64px.svg +1 -0
- package/assets/moz-icons/Universe_Leak_24px.svg +1 -0
- package/assets/moz-icons/Universe_Leak_32px.svg +1 -0
- package/assets/moz-icons/Universe_Leak_48px.svg +1 -0
- package/assets/moz-icons/Universe_Leak_64px.svg +1 -0
- package/assets/moz-icons/Universe_Lighting_24px.svg +1 -0
- package/assets/moz-icons/Universe_Lighting_32px.svg +1 -0
- package/assets/moz-icons/Universe_Lighting_48px.svg +1 -0
- package/assets/moz-icons/Universe_Lighting_64px.svg +1 -0
- package/assets/moz-icons/Universe_Living_24px.svg +1 -0
- package/assets/moz-icons/Universe_Living_32px.svg +1 -0
- package/assets/moz-icons/Universe_Living_48px.svg +1 -0
- package/assets/moz-icons/Universe_Living_64px.svg +1 -0
- package/assets/moz-icons/Universe_MakeIt_24px.svg +1 -0
- package/assets/moz-icons/Universe_MakeIt_32px.svg +1 -0
- package/assets/moz-icons/Universe_MakeIt_48px.svg +1 -0
- package/assets/moz-icons/Universe_MakeIt_64px.svg +1 -0
- package/assets/moz-icons/Universe_Masonry-alt_24px.svg +1 -0
- package/assets/moz-icons/Universe_Masonry-alt_32px.svg +1 -0
- package/assets/moz-icons/Universe_Masonry-alt_48px.svg +1 -0
- package/assets/moz-icons/Universe_Masonry-alt_64px.svg +1 -0
- package/assets/moz-icons/Universe_Paint_24px.svg +1 -0
- package/assets/moz-icons/Universe_Paint_32px.svg +1 -0
- package/assets/moz-icons/Universe_Paint_48px.svg +1 -0
- package/assets/moz-icons/Universe_Paint_64px.svg +1 -0
- package/assets/moz-icons/Universe_Pool_24px.svg +1 -0
- package/assets/moz-icons/Universe_Pool_32px.svg +1 -0
- package/assets/moz-icons/Universe_Pool_48px.svg +1 -0
- package/assets/moz-icons/Universe_Pool_64px.svg +1 -0
- package/assets/moz-icons/Universe_Security_24px.svg +1 -0
- package/assets/moz-icons/Universe_Security_32px.svg +1 -0
- package/assets/moz-icons/Universe_Security_48px.svg +1 -0
- package/assets/moz-icons/Universe_Security_64px.svg +1 -0
- package/assets/moz-icons/Universe_Stairs_24px.svg +1 -0
- package/assets/moz-icons/Universe_Stairs_32px.svg +1 -0
- package/assets/moz-icons/Universe_Stairs_48px.svg +1 -0
- package/assets/moz-icons/Universe_Stairs_64px.svg +1 -0
- package/assets/moz-icons/Universe_Terrace_24px.svg +1 -0
- package/assets/moz-icons/Universe_Terrace_32px.svg +1 -0
- package/assets/moz-icons/Universe_Terrace_48px.svg +1 -0
- package/assets/moz-icons/Universe_Terrace_64px.svg +1 -0
- package/assets/moz-icons/Universe_Tool_24px.svg +1 -0
- package/assets/moz-icons/Universe_Tool_32px.svg +1 -0
- package/assets/moz-icons/Universe_Tool_48px.svg +1 -0
- package/assets/moz-icons/Universe_Tool_64px.svg +1 -0
- package/assets/moz-icons/Universe_Wallpaper_24px.svg +1 -0
- package/assets/moz-icons/Universe_Wallpaper_32px.svg +1 -0
- package/assets/moz-icons/Universe_Wallpaper_48px.svg +1 -0
- package/assets/moz-icons/Universe_Wallpaper_64px.svg +1 -0
- package/assets/moz-icons/Universe_WoodSaw_24px.svg +1 -0
- package/assets/moz-icons/Universe_WoodSaw_32px.svg +1 -0
- package/assets/moz-icons/Universe_WoodSaw_48px.svg +1 -0
- package/assets/moz-icons/Universe_WoodSaw_64px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Collaborator_24px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Collaborator_32px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Collaborator_48px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Collaborator_64px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Passion_24px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Passion_32px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Passion_48px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Passion_64px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Pro_24px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Pro_32px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Pro_48px.svg +1 -0
- package/assets/moz-icons/User_Account_Customer--Pro_64px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--Man_24px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--Man_32px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--Man_48px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--Man_64px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--View_24px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--View_32px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--View_48px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--View_64px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--Woman_24px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--Woman_32px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--Woman_48px.svg +1 -0
- package/assets/moz-icons/User_Account_Profile--Woman_64px.svg +1 -0
- package/assets/moz-icons/User_Card_Funding_24px.svg +1 -0
- package/assets/moz-icons/User_Card_Funding_32px.svg +1 -0
- package/assets/moz-icons/User_Card_Funding_48px.svg +1 -0
- package/assets/moz-icons/User_Card_Funding_64px.svg +1 -0
- package/assets/moz-icons/User_Card_Gift_24px.svg +1 -0
- package/assets/moz-icons/User_Card_Gift_32px.svg +1 -0
- package/assets/moz-icons/User_Card_Gift_48px.svg +1 -0
- package/assets/moz-icons/User_Card_Gift_64px.svg +1 -0
- package/assets/moz-icons/User_Card_IDCard_24px.svg +1 -0
- package/assets/moz-icons/User_Card_IDCard_32px.svg +1 -0
- package/assets/moz-icons/User_Card_IDCard_48px.svg +1 -0
- package/assets/moz-icons/User_Card_IDCard_64px.svg +1 -0
- package/assets/moz-icons/User_Card_LoyaltyCard_24px.svg +1 -0
- package/assets/moz-icons/User_Card_LoyaltyCard_32px.svg +1 -0
- package/assets/moz-icons/User_Card_LoyaltyCard_48px.svg +1 -0
- package/assets/moz-icons/User_Card_LoyaltyCard_64px.svg +1 -0
- package/assets/moz-icons/User_Contact_Mail_24px.svg +1 -0
- package/assets/moz-icons/User_Contact_Mail_32px.svg +1 -0
- package/assets/moz-icons/User_Contact_Mail_48px.svg +1 -0
- package/assets/moz-icons/User_Contact_Mail_64px.svg +1 -0
- package/assets/moz-icons/User_Contact_Phone_24px.svg +1 -0
- package/assets/moz-icons/User_Contact_Phone_32px.svg +1 -0
- package/assets/moz-icons/User_Contact_Phone_48px.svg +1 -0
- package/assets/moz-icons/User_Contact_Phone_64px.svg +1 -0
- package/assets/moz-icons/User_Contact_Website_24px.svg +1 -0
- package/assets/moz-icons/User_Contact_Website_32px.svg +1 -0
- package/assets/moz-icons/User_Contact_Website_48px.svg +1 -0
- package/assets/moz-icons/User_Contact_Website_64px.svg +1 -0
- package/assets/moz-icons/User_Situation_Owner_24px.svg +1 -0
- package/assets/moz-icons/User_Situation_Owner_32px.svg +1 -0
- package/assets/moz-icons/User_Situation_Owner_48px.svg +1 -0
- package/assets/moz-icons/User_Situation_Owner_64px.svg +1 -0
- package/assets/moz-icons/User_Situation_Tenant_24px.svg +1 -0
- package/assets/moz-icons/User_Situation_Tenant_32px.svg +1 -0
- package/assets/moz-icons/User_Situation_Tenant_48px.svg +1 -0
- package/assets/moz-icons/User_Situation_Tenant_64px.svg +1 -0
- package/assets/moz-icons/Various_A11y_24px.svg +1 -0
- package/assets/moz-icons/Various_A11y_32px.svg +1 -0
- package/assets/moz-icons/Various_A11y_48px.svg +1 -0
- package/assets/moz-icons/Various_A11y_64px.svg +1 -0
- package/assets/moz-icons/Various_Administration_24px.svg +1 -0
- package/assets/moz-icons/Various_Administration_32px.svg +1 -0
- package/assets/moz-icons/Various_Administration_48px.svg +1 -0
- package/assets/moz-icons/Various_Administration_64px.svg +1 -0
- package/assets/moz-icons/Various_Apartment_24px.svg +1 -0
- package/assets/moz-icons/Various_Apartment_32px.svg +1 -0
- package/assets/moz-icons/Various_Apartment_48px.svg +1 -0
- package/assets/moz-icons/Various_Apartment_64px.svg +1 -0
- package/assets/moz-icons/Various_Balcony_24px.svg +1 -0
- package/assets/moz-icons/Various_Balcony_32px.svg +1 -0
- package/assets/moz-icons/Various_Balcony_48px.svg +1 -0
- package/assets/moz-icons/Various_Balcony_64px.svg +1 -0
- package/assets/moz-icons/Various_Blower_24px.svg +1 -0
- package/assets/moz-icons/Various_Blower_32px.svg +1 -0
- package/assets/moz-icons/Various_Blower_48px.svg +1 -0
- package/assets/moz-icons/Various_Blower_64px.svg +1 -0
- package/assets/moz-icons/Various_Company_24px.svg +1 -0
- package/assets/moz-icons/Various_Company_32px.svg +1 -0
- package/assets/moz-icons/Various_Company_48px.svg +1 -0
- package/assets/moz-icons/Various_Company_64px.svg +1 -0
- package/assets/moz-icons/Various_Door_24px.svg +1 -0
- package/assets/moz-icons/Various_Door_32px.svg +1 -0
- package/assets/moz-icons/Various_Door_48px.svg +1 -0
- package/assets/moz-icons/Various_Door_64px.svg +1 -0
- package/assets/moz-icons/Various_EcoSaving_24px.svg +1 -0
- package/assets/moz-icons/Various_EcoSaving_32px.svg +1 -0
- package/assets/moz-icons/Various_EcoSaving_48px.svg +1 -0
- package/assets/moz-icons/Various_EcoSaving_64px.svg +1 -0
- package/assets/moz-icons/Various_Heat_24px.svg +1 -0
- package/assets/moz-icons/Various_Heat_32px.svg +1 -0
- package/assets/moz-icons/Various_Heat_48px.svg +1 -0
- package/assets/moz-icons/Various_Heat_64px.svg +1 -0
- package/assets/moz-icons/Various_House_24px.svg +1 -0
- package/assets/moz-icons/Various_House_32px.svg +1 -0
- package/assets/moz-icons/Various_House_48px.svg +1 -0
- package/assets/moz-icons/Various_House_64px.svg +1 -0
- package/assets/moz-icons/Various_IncreaseValue_24px.svg +1 -0
- package/assets/moz-icons/Various_IncreaseValue_32px.svg +1 -0
- package/assets/moz-icons/Various_IncreaseValue_48px.svg +1 -0
- package/assets/moz-icons/Various_IncreaseValue_64px.svg +1 -0
- package/assets/moz-icons/Various_Insulation_24px.svg +1 -0
- package/assets/moz-icons/Various_Insulation_32px.svg +1 -0
- package/assets/moz-icons/Various_Insulation_48px.svg +1 -0
- package/assets/moz-icons/Various_Insulation_64px.svg +1 -0
- package/assets/moz-icons/Various_LessonDIY_24px.svg +1 -0
- package/assets/moz-icons/Various_LessonDIY_32px.svg +1 -0
- package/assets/moz-icons/Various_LessonDIY_48px.svg +1 -0
- package/assets/moz-icons/Various_LessonDIY_64px.svg +1 -0
- package/assets/moz-icons/Various_Level_24px.svg +1 -0
- package/assets/moz-icons/Various_Level_32px.svg +1 -0
- package/assets/moz-icons/Various_Level_48px.svg +1 -0
- package/assets/moz-icons/Various_Level_64px.svg +1 -0
- package/assets/moz-icons/Various_PaintCan_24px.svg +1 -0
- package/assets/moz-icons/Various_PaintCan_32px.svg +1 -0
- package/assets/moz-icons/Various_PaintCan_48px.svg +1 -0
- package/assets/moz-icons/Various_PaintCan_64px.svg +1 -0
- package/assets/moz-icons/Various_PartnerCompany_24px.svg +1 -0
- package/assets/moz-icons/Various_PartnerCompany_32px.svg +1 -0
- package/assets/moz-icons/Various_PartnerCompany_48px.svg +1 -0
- package/assets/moz-icons/Various_PartnerCompany_64px.svg +1 -0
- package/assets/moz-icons/Various_PartnerWorker_24px.svg +1 -0
- package/assets/moz-icons/Various_PartnerWorker_32px.svg +1 -0
- package/assets/moz-icons/Various_PartnerWorker_48px.svg +1 -0
- package/assets/moz-icons/Various_PartnerWorker_64px.svg +1 -0
- package/assets/moz-icons/Various_Pipe_24px.svg +1 -0
- package/assets/moz-icons/Various_Pipe_32px.svg +1 -0
- package/assets/moz-icons/Various_Pipe_48px.svg +1 -0
- package/assets/moz-icons/Various_Pipe_64px.svg +1 -0
- package/assets/moz-icons/Various_Premium_24px.svg +1 -0
- package/assets/moz-icons/Various_Premium_32px.svg +1 -0
- package/assets/moz-icons/Various_Premium_48px.svg +1 -0
- package/assets/moz-icons/Various_Premium_64px.svg +1 -0
- package/assets/moz-icons/Various_Shutter_24px.svg +1 -0
- package/assets/moz-icons/Various_Shutter_32px.svg +1 -0
- package/assets/moz-icons/Various_Shutter_48px.svg +1 -0
- package/assets/moz-icons/Various_Shutter_64px.svg +1 -0
- package/assets/moz-icons/Various_Survey_24px.svg +1 -0
- package/assets/moz-icons/Various_Survey_32px.svg +1 -0
- package/assets/moz-icons/Various_Survey_48px.svg +1 -0
- package/assets/moz-icons/Various_Survey_64px.svg +1 -0
- package/assets/moz-icons/Various_Temperature_24px.svg +1 -0
- package/assets/moz-icons/Various_Temperature_32px.svg +1 -0
- package/assets/moz-icons/Various_Temperature_48px.svg +1 -0
- package/assets/moz-icons/Various_Temperature_64px.svg +1 -0
- package/assets/moz-icons/Various_ThermalControl_24px.svg +1 -0
- package/assets/moz-icons/Various_ThermalControl_32px.svg +1 -0
- package/assets/moz-icons/Various_ThermalControl_48px.svg +1 -0
- package/assets/moz-icons/Various_ThermalControl_64px.svg +1 -0
- package/assets/moz-icons/Various_ToolBox_24px.svg +1 -0
- package/assets/moz-icons/Various_ToolBox_32px.svg +1 -0
- package/assets/moz-icons/Various_ToolBox_48px.svg +1 -0
- package/assets/moz-icons/Various_ToolBox_64px.svg +1 -0
- package/assets/special-icons/checkbox-checked-disabled.svg +3 -0
- package/assets/special-icons/checkbox-checked.svg +3 -0
- package/assets/special-icons/checkbox-indeterminate-disabled.svg +3 -0
- package/assets/special-icons/checkbox-indeterminate.svg +3 -0
- package/assets/special-icons/invalid-cross.svg +3 -0
- package/assets/special-icons/layer-cross.svg +3 -0
- package/assets/special-icons/notification-danger-m.svg +4 -0
- package/assets/special-icons/notification-danger-s.svg +4 -0
- package/assets/special-icons/notification-information-m.svg +5 -0
- package/assets/special-icons/notification-information-s.svg +5 -0
- package/assets/special-icons/notification-success-m.svg +4 -0
- package/assets/special-icons/notification-success-s.svg +4 -0
- package/assets/special-icons/notification-warning-m.svg +5 -0
- package/assets/special-icons/notification-warning-s.svg +5 -0
- package/assets/special-icons/remove-tag.svg +3 -0
- package/assets/special-icons/toggle-checked-disabled.svg +3 -0
- package/assets/special-icons/toggle-checked.svg +3 -0
- package/assets/special-icons/toggle-cross-disabled.svg +3 -0
- package/assets/special-icons/toggle-cross.svg +3 -0
- package/assets/special-icons/tooltip-triangle.svg +3 -0
- package/assets/special-icons/valid-check-mark.svg +11 -0
- package/assets/tokens/adeo/android/colors.xml +482 -0
- package/assets/tokens/adeo/android/font_dimens.xml +18 -0
- package/assets/tokens/adeo/css/_variables.scss +626 -0
- package/assets/tokens/adeo/css/root.scss +478 -0
- package/assets/tokens/adeo/ios/StyleDictionaryColor.h +490 -0
- package/assets/tokens/adeo/ios/StyleDictionaryColor.m +502 -0
- package/assets/tokens/adeo/ios/StyleDictionaryColor.swift +485 -0
- package/assets/tokens/adeo/ios/StyleDictionarySize.h +69 -0
- package/assets/tokens/adeo/ios/StyleDictionarySize.m +70 -0
- package/assets/tokens/adeo/ios/StyleDictionarySize.swift +71 -0
- package/assets/tokens/adeo/js/tokens.js +574 -0
- package/assets/tokens/adeo/js/tokensObject.js +9637 -0
- package/assets/tokens/adeo/scss/_tokens.scss +1617 -0
- package/common/global-events/global-events.module.d.ts +6 -0
- package/common/global-events/global-events.service.d.ts +11 -0
- package/common/global-events/public-api.d.ts +2 -0
- package/common/index.d.ts +2 -0
- package/common/utils/boolean-property.d.ts +1 -0
- package/common/utils/generate-id.d.ts +1 -0
- package/common/utils/get-random-number.d.ts +1 -0
- package/common/utils/index.d.ts +4 -0
- package/common/utils/overwrite-style.d.ts +2 -0
- package/common/utils/public-api.d.ts +1 -0
- package/components/badge/badge.component.d.ts +8 -0
- package/components/badge/badge.d.ts +3 -0
- package/components/badge/badge.module.d.ts +8 -0
- package/components/badge/index.d.ts +2 -0
- package/components/button/button.component.d.ts +16 -0
- package/components/button/button.d.ts +7 -0
- package/components/button/button.module.d.ts +8 -0
- package/components/button/index.d.ts +2 -0
- package/components/checkbox/checkbox.component.d.ts +21 -0
- package/components/checkbox/checkbox.module.d.ts +8 -0
- package/components/checkbox/public-api.d.ts +2 -0
- package/components/dialog/classes/dialog-config.d.ts +9 -0
- package/components/dialog/classes/dialog-injector.d.ts +10 -0
- package/components/dialog/classes/dialog-ref.d.ts +25 -0
- package/components/dialog/classes/index.d.ts +3 -0
- package/components/dialog/dialog-animation.d.ts +1 -0
- package/components/dialog/dialog.component.d.ts +23 -0
- package/components/dialog/dialog.module.d.ts +8 -0
- package/components/dialog/dialog.service.d.ts +20 -0
- package/components/dialog/interfaces/dialog-config.d.ts +7 -0
- package/components/dialog/interfaces/dialog-di-params.d.ts +6 -0
- package/components/dialog/interfaces/dialog-ref.d.ts +18 -0
- package/components/dialog/interfaces/index.d.ts +3 -0
- package/components/dialog/public-api.d.ts +5 -0
- package/components/dialog/tokens/dialog-config.token.d.ts +2 -0
- package/components/dialog/tokens/dialog-data.token.d.ts +2 -0
- package/components/dialog/tokens/dialog-ref.token.d.ts +2 -0
- package/components/dialog/tokens/index.d.ts +3 -0
- package/components/field/directives/input-icon.directive.d.ts +7 -0
- package/components/field/field-error.component.d.ts +5 -0
- package/components/field/field.component.d.ts +16 -0
- package/components/field/field.module.d.ts +10 -0
- package/components/field/public-api.d.ts +4 -0
- package/components/icon/icon-size.d.ts +6 -0
- package/components/icon/icon.component.d.ts +15 -0
- package/components/icon/icon.module.d.ts +8 -0
- package/components/icon/icon.service.d.ts +13 -0
- package/components/icon/public-api.d.ts +3 -0
- package/components/layer/classes/layer-injector.d.ts +10 -0
- package/components/layer/classes/layer-ref.d.ts +21 -0
- package/components/layer/interfaces/index.d.ts +3 -0
- package/components/layer/interfaces/layer-config.d.ts +4 -0
- package/components/layer/interfaces/layer-di-params.d.ts +6 -0
- package/components/layer/interfaces/layer-ref.d.ts +15 -0
- package/components/layer/layer-animation.d.ts +1 -0
- package/components/layer/layer.component.d.ts +19 -0
- package/components/layer/layer.module.d.ts +9 -0
- package/components/layer/layer.service.d.ts +19 -0
- package/components/layer/public-api.d.ts +5 -0
- package/components/layer/tokens/index.d.ts +3 -0
- package/components/layer/tokens/layer-config.token.d.ts +2 -0
- package/components/layer/tokens/layer-data.token.d.ts +2 -0
- package/components/layer/tokens/layer-ref.token.d.ts +2 -0
- package/components/loader/loader.component.d.ts +25 -0
- package/components/loader/loader.d.ts +16 -0
- package/components/loader/loader.module.d.ts +8 -0
- package/components/loader/loader.service.d.ts +18 -0
- package/components/loader/public-api.d.ts +3 -0
- package/components/notification/notification-animation.d.ts +1 -0
- package/components/notification/notification-container.component.d.ts +12 -0
- package/components/notification/notification-footer.d.ts +5 -0
- package/components/notification/notification-message.d.ts +5 -0
- package/components/notification/notification-title.d.ts +5 -0
- package/components/notification/notification.component.d.ts +9 -0
- package/components/notification/notification.d.ts +15 -0
- package/components/notification/notification.module.d.ts +15 -0
- package/components/notification/notification.service.d.ts +16 -0
- package/components/notification/public-api.d.ts +8 -0
- package/components/pagination/pagination.component.d.ts +46 -0
- package/components/pagination/pagination.d.ts +7 -0
- package/components/pagination/pagination.module.d.ts +13 -0
- package/components/pagination/public-api.d.ts +2 -0
- package/components/progress-bar/progress-bar-size.d.ts +1 -0
- package/components/progress-bar/progress-bar-theme.d.ts +1 -0
- package/components/progress-bar/progress-bar.component.d.ts +15 -0
- package/components/progress-bar/progress-bar.module.d.ts +8 -0
- package/components/progress-bar/public-api.d.ts +2 -0
- package/components/public-api.d.ts +19 -0
- package/components/select/public-api.d.ts +2 -0
- package/components/select/select-size.d.ts +5 -0
- package/components/select/select.component.d.ts +8 -0
- package/components/select/select.module.d.ts +8 -0
- package/components/stepper/public-api.d.ts +3 -0
- package/components/stepper/step-state.d.ts +1 -0
- package/components/stepper/step.component.d.ts +20 -0
- package/components/stepper/stepper.component.d.ts +20 -0
- package/components/stepper/stepper.module.d.ts +10 -0
- package/components/tabs/public-api.d.ts +3 -0
- package/components/tabs/tab-selectors.d.ts +2 -0
- package/components/tabs/tab.component.d.ts +16 -0
- package/components/tabs/tabs.component.d.ts +36 -0
- package/components/tabs/tabs.module.d.ts +9 -0
- package/components/tag/public-api.d.ts +2 -0
- package/components/tag/tag-type.d.ts +1 -0
- package/components/tag/tag.component.d.ts +23 -0
- package/components/tag/tag.module.d.ts +9 -0
- package/components/text-area/public-api.d.ts +2 -0
- package/components/text-area/text-area.component.d.ts +12 -0
- package/components/text-area/text-area.module.d.ts +7 -0
- package/components/text-input/text-input.component.d.ts +21 -0
- package/components/text-input/text-input.d.ts +1 -0
- package/components/text-input/text-input.module.d.ts +10 -0
- package/components/toggle/public-api.d.ts +2 -0
- package/components/toggle/toggle-size.d.ts +1 -0
- package/components/toggle/toggle.component.d.ts +22 -0
- package/components/toggle/toggle.module.d.ts +8 -0
- package/components/tooltip/public-api.d.ts +2 -0
- package/components/tooltip/tooltip-position.d.ts +1 -0
- package/components/tooltip/tooltip.component.d.ts +11 -0
- package/components/tooltip/tooltip.module.d.ts +8 -0
- package/esm2020/common/global-events/global-events.module.mjs +15 -0
- package/esm2020/common/global-events/global-events.service.mjs +30 -0
- package/esm2020/common/global-events/public-api.mjs +3 -0
- package/esm2020/common/index.mjs +3 -0
- package/esm2020/common/utils/boolean-property.mjs +4 -0
- package/esm2020/common/utils/generate-id.mjs +7 -0
- package/esm2020/common/utils/get-random-number.mjs +6 -0
- package/esm2020/common/utils/index.mjs +5 -0
- package/esm2020/common/utils/overwrite-style.mjs +5 -0
- package/esm2020/common/utils/public-api.mjs +2 -0
- package/esm2020/components/badge/badge.component.mjs +30 -0
- package/esm2020/components/badge/badge.mjs +2 -0
- package/esm2020/components/badge/badge.module.mjs +18 -0
- package/esm2020/components/badge/index.mjs +3 -0
- package/esm2020/components/button/button.component.mjs +53 -0
- package/esm2020/components/button/button.mjs +2 -0
- package/esm2020/components/button/button.module.mjs +18 -0
- package/esm2020/components/button/index.mjs +3 -0
- package/esm2020/components/checkbox/checkbox.component.mjs +58 -0
- package/esm2020/components/checkbox/checkbox.module.mjs +21 -0
- package/esm2020/components/checkbox/public-api.mjs +3 -0
- package/esm2020/components/dialog/classes/dialog-config.mjs +9 -0
- package/esm2020/components/dialog/classes/dialog-injector.mjs +22 -0
- package/esm2020/components/dialog/classes/dialog-ref.mjs +49 -0
- package/esm2020/components/dialog/classes/index.mjs +4 -0
- package/esm2020/components/dialog/dialog-animation.mjs +18 -0
- package/esm2020/components/dialog/dialog.component.mjs +57 -0
- package/esm2020/components/dialog/dialog.module.mjs +20 -0
- package/esm2020/components/dialog/dialog.service.mjs +67 -0
- package/esm2020/components/dialog/interfaces/dialog-config.mjs +2 -0
- package/esm2020/components/dialog/interfaces/dialog-di-params.mjs +2 -0
- package/esm2020/components/dialog/interfaces/dialog-ref.mjs +2 -0
- package/esm2020/components/dialog/interfaces/index.mjs +4 -0
- package/esm2020/components/dialog/public-api.mjs +6 -0
- package/esm2020/components/dialog/tokens/dialog-config.token.mjs +3 -0
- package/esm2020/components/dialog/tokens/dialog-data.token.mjs +3 -0
- package/esm2020/components/dialog/tokens/dialog-ref.token.mjs +3 -0
- package/esm2020/components/dialog/tokens/index.mjs +4 -0
- package/esm2020/components/field/directives/input-icon.directive.mjs +15 -0
- package/esm2020/components/field/field-error.component.mjs +13 -0
- package/esm2020/components/field/field.component.mjs +40 -0
- package/esm2020/components/field/field.module.mjs +20 -0
- package/esm2020/components/field/public-api.mjs +5 -0
- package/esm2020/components/icon/icon-size.mjs +8 -0
- package/esm2020/components/icon/icon.component.mjs +49 -0
- package/esm2020/components/icon/icon.module.mjs +18 -0
- package/esm2020/components/icon/icon.service.mjs +42 -0
- package/esm2020/components/icon/public-api.mjs +4 -0
- package/esm2020/components/layer/classes/layer-injector.mjs +22 -0
- package/esm2020/components/layer/classes/layer-ref.mjs +38 -0
- package/esm2020/components/layer/interfaces/index.mjs +4 -0
- package/esm2020/components/layer/interfaces/layer-config.mjs +2 -0
- package/esm2020/components/layer/interfaces/layer-di-params.mjs +2 -0
- package/esm2020/components/layer/interfaces/layer-ref.mjs +2 -0
- package/esm2020/components/layer/layer-animation.mjs +18 -0
- package/esm2020/components/layer/layer.component.mjs +40 -0
- package/esm2020/components/layer/layer.module.mjs +21 -0
- package/esm2020/components/layer/layer.service.mjs +56 -0
- package/esm2020/components/layer/public-api.mjs +6 -0
- package/esm2020/components/layer/tokens/index.mjs +4 -0
- package/esm2020/components/layer/tokens/layer-config.token.mjs +3 -0
- package/esm2020/components/layer/tokens/layer-data.token.mjs +3 -0
- package/esm2020/components/layer/tokens/layer-ref.token.mjs +3 -0
- package/esm2020/components/loader/loader.component.mjs +47 -0
- package/esm2020/components/loader/loader.mjs +11 -0
- package/esm2020/components/loader/loader.module.mjs +20 -0
- package/esm2020/components/loader/loader.service.mjs +53 -0
- package/esm2020/components/loader/public-api.mjs +4 -0
- package/esm2020/components/notification/notification-animation.mjs +21 -0
- package/esm2020/components/notification/notification-container.component.mjs +38 -0
- package/esm2020/components/notification/notification-footer.mjs +11 -0
- package/esm2020/components/notification/notification-message.mjs +11 -0
- package/esm2020/components/notification/notification-title.mjs +11 -0
- package/esm2020/components/notification/notification.component.mjs +29 -0
- package/esm2020/components/notification/notification.mjs +8 -0
- package/esm2020/components/notification/notification.module.mjs +66 -0
- package/esm2020/components/notification/notification.service.mjs +40 -0
- package/esm2020/components/notification/public-api.mjs +9 -0
- package/esm2020/components/pagination/pagination.component.mjs +133 -0
- package/esm2020/components/pagination/pagination.mjs +4 -0
- package/esm2020/components/pagination/pagination.module.mjs +23 -0
- package/esm2020/components/pagination/public-api.mjs +3 -0
- package/esm2020/components/progress-bar/progress-bar-size.mjs +2 -0
- package/esm2020/components/progress-bar/progress-bar-theme.mjs +2 -0
- package/esm2020/components/progress-bar/progress-bar.component.mjs +38 -0
- package/esm2020/components/progress-bar/progress-bar.module.mjs +18 -0
- package/esm2020/components/progress-bar/public-api.mjs +3 -0
- package/esm2020/components/public-api.mjs +20 -0
- package/esm2020/components/select/public-api.mjs +3 -0
- package/esm2020/components/select/select-size.mjs +6 -0
- package/esm2020/components/select/select.component.mjs +25 -0
- package/esm2020/components/select/select.module.mjs +18 -0
- package/esm2020/components/stepper/public-api.mjs +4 -0
- package/esm2020/components/stepper/step-state.mjs +2 -0
- package/esm2020/components/stepper/step.component.mjs +51 -0
- package/esm2020/components/stepper/stepper.component.mjs +79 -0
- package/esm2020/components/stepper/stepper.module.mjs +20 -0
- package/esm2020/components/tabs/public-api.mjs +4 -0
- package/esm2020/components/tabs/tab-selectors.mjs +3 -0
- package/esm2020/components/tabs/tab.component.mjs +53 -0
- package/esm2020/components/tabs/tabs.component.mjs +126 -0
- package/esm2020/components/tabs/tabs.module.mjs +19 -0
- package/esm2020/components/tag/public-api.mjs +3 -0
- package/esm2020/components/tag/tag-type.mjs +2 -0
- package/esm2020/components/tag/tag.component.mjs +61 -0
- package/esm2020/components/tag/tag.module.mjs +19 -0
- package/esm2020/components/text-area/public-api.mjs +3 -0
- package/esm2020/components/text-area/text-area.component.mjs +43 -0
- package/esm2020/components/text-area/text-area.module.mjs +16 -0
- package/esm2020/components/text-input/public-api.mjs +3 -0
- package/esm2020/components/text-input/text-input.component.mjs +64 -0
- package/esm2020/components/text-input/text-input.mjs +2 -0
- package/esm2020/components/text-input/text-input.module.mjs +20 -0
- package/esm2020/components/toggle/public-api.mjs +3 -0
- package/esm2020/components/toggle/toggle-size.mjs +2 -0
- package/esm2020/components/toggle/toggle.component.mjs +59 -0
- package/esm2020/components/toggle/toggle.module.mjs +18 -0
- package/esm2020/components/tooltip/public-api.mjs +3 -0
- package/esm2020/components/tooltip/tooltip-position.mjs +2 -0
- package/esm2020/components/tooltip/tooltip.component.mjs +32 -0
- package/esm2020/components/tooltip/tooltip.module.mjs +18 -0
- package/esm2020/mozaic-ds-angular.mjs +5 -0
- package/esm2020/public-api.mjs +3 -0
- package/fesm2015/mozaic-ds-angular.mjs +2052 -0
- package/fesm2015/mozaic-ds-angular.mjs.map +1 -0
- package/fesm2020/mozaic-ds-angular.mjs +2025 -0
- package/fesm2020/mozaic-ds-angular.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/package.json +26 -102
- package/public-api.d.ts +2 -0
- package/.editorconfig +0 -16
- package/.eslintignore +0 -8
- package/.eslintrc.json +0 -70
- package/.github/ISSUE_TEMPLATE/1-pattern-addition-proposal.md +0 -23
- package/.github/ISSUE_TEMPLATE/2-pattern-bug-report.md +0 -68
- package/.github/ISSUE_TEMPLATE/3-pattern-enhancement-proposal.md +0 -34
- package/.github/ISSUE_TEMPLATE/4-other.md +0 -36
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -19
- package/.github/workflows/onPR.yml +0 -93
- package/.github/workflows/onPRClosed.yml +0 -17
- package/.github/workflows/onPushMaster.yml +0 -59
- package/.husky/pre-commit +0 -4
- package/.lintstagedrc +0 -8
- package/.nvmrc +0 -1
- package/.prettierignore +0 -3
- package/.prettierrc +0 -7
- package/.release-it.json +0 -21
- package/.storybook/main.js +0 -19
- package/.storybook/preview.js +0 -27
- package/.storybook/tsconfig.json +0 -13
- package/.storybook/typings.d.ts +0 -4
- package/.storybook/webpack.config.js +0 -21
- package/.vscode/extensions.json +0 -4
- package/.vscode/launch.json +0 -20
- package/.vscode/tasks.json +0 -42
- package/CHANGELOG.md +0 -19
- package/LICENSE +0 -22
- package/angular.json +0 -113
- package/mozaic-angular.svg +0 -9
- package/mozaic.config.js +0 -6
- package/product-info.json +0 -1
- package/projects/kit/.browserslistrc +0 -16
- package/projects/kit/.eslintrc.json +0 -35
- package/projects/kit/common/global-events/global-events.module.ts +0 -7
- package/projects/kit/common/global-events/global-events.service.ts +0 -27
- package/projects/kit/common/utils/boolean-property.ts +0 -3
- package/projects/kit/common/utils/generate-id.ts +0 -7
- package/projects/kit/common/utils/get-random-number.ts +0 -6
- package/projects/kit/common/utils/overwrite-style.ts +0 -10
- package/projects/kit/components/accordion/accordion.component.html +0 -25
- package/projects/kit/components/accordion/accordion.component.scss +0 -2
- package/projects/kit/components/accordion/accordion.component.spec.ts +0 -24
- package/projects/kit/components/accordion/accordion.component.ts +0 -27
- package/projects/kit/components/accordion/accordion.module.ts +0 -11
- package/projects/kit/components/accordion/accordion.stories.ts +0 -55
- package/projects/kit/components/accordion/accordion.ts +0 -1
- package/projects/kit/components/accordion/index.ts +0 -1
- package/projects/kit/components/badge/badge.component.html +0 -1
- package/projects/kit/components/badge/badge.component.scss +0 -2
- package/projects/kit/components/badge/badge.component.spec.ts +0 -24
- package/projects/kit/components/badge/badge.component.ts +0 -29
- package/projects/kit/components/badge/badge.module.ts +0 -10
- package/projects/kit/components/badge/badge.stories.ts +0 -32
- package/projects/kit/components/badge/badge.ts +0 -3
- package/projects/kit/components/button/button.component.html +0 -2
- package/projects/kit/components/button/button.component.scss +0 -23
- package/projects/kit/components/button/button.component.spec.ts +0 -24
- package/projects/kit/components/button/button.component.ts +0 -58
- package/projects/kit/components/button/button.module.ts +0 -10
- package/projects/kit/components/button/button.stories.ts +0 -72
- package/projects/kit/components/button/button.ts +0 -8
- package/projects/kit/components/checkbox/checkbox.component.html +0 -13
- package/projects/kit/components/checkbox/checkbox.component.scss +0 -3
- package/projects/kit/components/checkbox/checkbox.component.spec.ts +0 -24
- package/projects/kit/components/checkbox/checkbox.component.ts +0 -73
- package/projects/kit/components/checkbox/checkbox.module.ts +0 -13
- package/projects/kit/components/checkbox/checkbox.stories.ts +0 -47
- package/projects/kit/components/dialog/classes/dialog-config.ts +0 -13
- package/projects/kit/components/dialog/classes/dialog-injector.ts +0 -34
- package/projects/kit/components/dialog/classes/dialog-ref.ts +0 -66
- package/projects/kit/components/dialog/dialog-animation.ts +0 -24
- package/projects/kit/components/dialog/dialog.component.html +0 -27
- package/projects/kit/components/dialog/dialog.component.scss +0 -3
- package/projects/kit/components/dialog/dialog.component.spec.ts +0 -24
- package/projects/kit/components/dialog/dialog.component.ts +0 -75
- package/projects/kit/components/dialog/dialog.module.ts +0 -12
- package/projects/kit/components/dialog/dialog.service.spec.ts +0 -15
- package/projects/kit/components/dialog/dialog.service.ts +0 -88
- package/projects/kit/components/dialog/dialog.stories.ts +0 -23
- package/projects/kit/components/dialog/examples/dialog-example/dialog-container-example.component.html +0 -3
- package/projects/kit/components/dialog/examples/dialog-example/dialog-container-example.component.ts +0 -18
- package/projects/kit/components/dialog/examples/dialog-example/dialog-example.component.html +0 -10
- package/projects/kit/components/dialog/examples/dialog-example/dialog-example.component.scss +0 -7
- package/projects/kit/components/dialog/examples/dialog-example/dialog-example.component.ts +0 -28
- package/projects/kit/components/dialog/examples/dialog-example/dialog-example.module.ts +0 -19
- package/projects/kit/components/dialog/examples/dialog-example/dialog-nested-example.component.html +0 -6
- package/projects/kit/components/dialog/examples/dialog-example/dialog-nested-example.component.scss +0 -11
- package/projects/kit/components/dialog/examples/dialog-example/dialog-nested-example.component.ts +0 -16
- package/projects/kit/components/dialog/index.ts +0 -1
- package/projects/kit/components/dialog/interfaces/dialog-config.ts +0 -7
- package/projects/kit/components/dialog/interfaces/dialog-di-params.ts +0 -7
- package/projects/kit/components/dialog/interfaces/dialog-ref.ts +0 -20
- package/projects/kit/components/dialog/tokens/dialog-config.token.ts +0 -3
- package/projects/kit/components/dialog/tokens/dialog-data.token.ts +0 -3
- package/projects/kit/components/dialog/tokens/dialog-ref.token.ts +0 -3
- package/projects/kit/components/field/directives/input-icon.directive.ts +0 -9
- package/projects/kit/components/field/field-error.component.html +0 -1
- package/projects/kit/components/field/field-error.component.scss +0 -3
- package/projects/kit/components/field/field-error.component.ts +0 -12
- package/projects/kit/components/field/field.component.html +0 -30
- package/projects/kit/components/field/field.component.scss +0 -30
- package/projects/kit/components/field/field.component.ts +0 -49
- package/projects/kit/components/field/field.module.ts +0 -12
- package/projects/kit/components/field/field.stories.ts +0 -48
- package/projects/kit/components/flag/flag.component.html +0 -1
- package/projects/kit/components/flag/flag.component.scss +0 -2
- package/projects/kit/components/flag/flag.component.spec.ts +0 -47
- package/projects/kit/components/flag/flag.component.ts +0 -26
- package/projects/kit/components/flag/flag.module.ts +0 -10
- package/projects/kit/components/flag/flag.stories.ts +0 -33
- package/projects/kit/components/flag/flag.ts +0 -24
- package/projects/kit/components/flag/index.ts +0 -1
- package/projects/kit/components/icon/icon-size.ts +0 -6
- package/projects/kit/components/icon/icon.component.html +0 -0
- package/projects/kit/components/icon/icon.component.scss +0 -20
- package/projects/kit/components/icon/icon.component.spec.ts +0 -24
- package/projects/kit/components/icon/icon.component.ts +0 -59
- package/projects/kit/components/icon/icon.module.ts +0 -10
- package/projects/kit/components/icon/icon.service.ts +0 -42
- package/projects/kit/components/icon/icon.stories.ts +0 -24
- package/projects/kit/components/layer/classes/index.ts +0 -0
- package/projects/kit/components/layer/classes/layer-injector.ts +0 -35
- package/projects/kit/components/layer/classes/layer-ref.ts +0 -54
- package/projects/kit/components/layer/interfaces/layer-config.ts +0 -4
- package/projects/kit/components/layer/interfaces/layer-di-params.ts +0 -7
- package/projects/kit/components/layer/interfaces/layer-ref.ts +0 -17
- package/projects/kit/components/layer/layer-animation.ts +0 -24
- package/projects/kit/components/layer/layer-example.component.ts +0 -43
- package/projects/kit/components/layer/layer.component.html +0 -21
- package/projects/kit/components/layer/layer.component.scss +0 -3
- package/projects/kit/components/layer/layer.component.ts +0 -55
- package/projects/kit/components/layer/layer.module.ts +0 -13
- package/projects/kit/components/layer/layer.service.ts +0 -73
- package/projects/kit/components/layer/layer.stories.ts +0 -29
- package/projects/kit/components/layer/tokens/layer-config.token.ts +0 -3
- package/projects/kit/components/layer/tokens/layer-data.token.ts +0 -3
- package/projects/kit/components/layer/tokens/layer-ref.token.ts +0 -3
- package/projects/kit/components/loader/loader-run-example.component.ts +0 -20
- package/projects/kit/components/loader/loader.component.html +0 -15
- package/projects/kit/components/loader/loader.component.scss +0 -7
- package/projects/kit/components/loader/loader.component.ts +0 -57
- package/projects/kit/components/loader/loader.module.ts +0 -12
- package/projects/kit/components/loader/loader.service.ts +0 -61
- package/projects/kit/components/loader/loader.stories.ts +0 -51
- package/projects/kit/components/loader/loader.ts +0 -20
- package/projects/kit/components/notification/notification-animation.ts +0 -24
- package/projects/kit/components/notification/notification-container.component.html +0 -6
- package/projects/kit/components/notification/notification-container.component.scss +0 -10
- package/projects/kit/components/notification/notification-container.component.ts +0 -35
- package/projects/kit/components/notification/notification-example.component.ts +0 -17
- package/projects/kit/components/notification/notification-footer.ts +0 -11
- package/projects/kit/components/notification/notification-message.ts +0 -11
- package/projects/kit/components/notification/notification-title.ts +0 -11
- package/projects/kit/components/notification/notification.component.html +0 -5
- package/projects/kit/components/notification/notification.component.scss +0 -2
- package/projects/kit/components/notification/notification.component.ts +0 -30
- package/projects/kit/components/notification/notification.module.ts +0 -48
- package/projects/kit/components/notification/notification.service.ts +0 -50
- package/projects/kit/components/notification/notification.stories.ts +0 -52
- package/projects/kit/components/notification/notification.ts +0 -21
- package/projects/kit/components/pagination/pagination.component.html +0 -37
- package/projects/kit/components/pagination/pagination.component.scss +0 -7
- package/projects/kit/components/pagination/pagination.component.ts +0 -196
- package/projects/kit/components/pagination/pagination.module.ts +0 -15
- package/projects/kit/components/pagination/pagination.stories.ts +0 -28
- package/projects/kit/components/pagination/pagination.ts +0 -7
- package/projects/kit/components/progress-bar/progress-bar.component.html +0 -9
- package/projects/kit/components/progress-bar/progress-bar.component.scss +0 -2
- package/projects/kit/components/progress-bar/progress-bar.component.ts +0 -38
- package/projects/kit/components/progress-bar/progress-bar.module.ts +0 -10
- package/projects/kit/components/progress-bar/progress-bar.stories.ts +0 -39
- package/projects/kit/components/select/select-size.ts +0 -6
- package/projects/kit/components/select/select.component.html +0 -1
- package/projects/kit/components/select/select.component.scss +0 -3
- package/projects/kit/components/select/select.component.ts +0 -27
- package/projects/kit/components/select/select.module.ts +0 -10
- package/projects/kit/components/select/select.stories.ts +0 -39
- package/projects/kit/components/stepper/step.component.html +0 -14
- package/projects/kit/components/stepper/step.component.ts +0 -61
- package/projects/kit/components/stepper/stepper.component.html +0 -3
- package/projects/kit/components/stepper/stepper.component.scss +0 -3
- package/projects/kit/components/stepper/stepper.component.ts +0 -95
- package/projects/kit/components/stepper/stepper.module.ts +0 -12
- package/projects/kit/components/stepper/stepper.stories.ts +0 -33
- package/projects/kit/components/tabs/index.ts +0 -1
- package/projects/kit/components/tabs/tab-selectors.ts +0 -2
- package/projects/kit/components/tabs/tab.component.html +0 -1
- package/projects/kit/components/tabs/tab.component.scss +0 -16
- package/projects/kit/components/tabs/tab.component.spec.ts +0 -27
- package/projects/kit/components/tabs/tab.component.ts +0 -56
- package/projects/kit/components/tabs/tabs.component.html +0 -1
- package/projects/kit/components/tabs/tabs.component.scss +0 -9
- package/projects/kit/components/tabs/tabs.component.spec.ts +0 -24
- package/projects/kit/components/tabs/tabs.component.ts +0 -194
- package/projects/kit/components/tabs/tabs.module.ts +0 -11
- package/projects/kit/components/tabs/tabs.stories.ts +0 -40
- package/projects/kit/components/tag/tag.component.html +0 -29
- package/projects/kit/components/tag/tag.component.scss +0 -3
- package/projects/kit/components/tag/tag.component.ts +0 -71
- package/projects/kit/components/tag/tag.module.ts +0 -11
- package/projects/kit/components/tag/text-area.stories.ts +0 -49
- package/projects/kit/components/text-area/text-area.component.scss +0 -3
- package/projects/kit/components/text-area/text-area.component.ts +0 -47
- package/projects/kit/components/text-area/text-area.module.ts +0 -8
- package/projects/kit/components/text-area/text-area.stories.ts +0 -33
- package/projects/kit/components/text-input/text-input.component.scss +0 -15
- package/projects/kit/components/text-input/text-input.component.spec.ts +0 -24
- package/projects/kit/components/text-input/text-input.component.ts +0 -74
- package/projects/kit/components/text-input/text-input.module.ts +0 -12
- package/projects/kit/components/text-input/text-input.stories.ts +0 -80
- package/projects/kit/components/toggle/toggle.component.html +0 -13
- package/projects/kit/components/toggle/toggle.component.scss +0 -2
- package/projects/kit/components/toggle/toggle.component.ts +0 -76
- package/projects/kit/components/toggle/toggle.module.ts +0 -10
- package/projects/kit/components/toggle/toggle.stories.ts +0 -35
- package/projects/kit/components/tooltip/tooltip.component.html +0 -2
- package/projects/kit/components/tooltip/tooltip.component.scss +0 -2
- package/projects/kit/components/tooltip/tooltip.component.ts +0 -32
- package/projects/kit/components/tooltip/tooltip.module.ts +0 -10
- package/projects/kit/components/tooltip/tooltip.stories.ts +0 -39
- package/projects/kit/karma.conf.js +0 -41
- package/projects/kit/ng-package-adeo.json +0 -21
- package/projects/kit/ng-package.json +0 -23
- package/projects/kit/package.json +0 -11
- package/projects/kit/tsconfig.lib.json +0 -12
- package/projects/kit/tsconfig.lib.prod.json +0 -10
- package/projects/kit/tsconfig.spec.json +0 -10
- package/projects/schematics/.eslintrc.json +0 -35
- package/projects/schematics/README.md +0 -17
- package/projects/schematics/collection.json +0 -10
- package/projects/schematics/kit-component/files/__name@dasherize__.stories.ts.template +0 -21
- package/projects/schematics/kit-component/files/index.ts.template +0 -1
- package/projects/schematics/kit-component/index.ts +0 -82
- package/projects/schematics/kit-component/schema.json +0 -26
- package/projects/schematics/kit-component/schema.ts +0 -10
- package/projects/schematics/ng-package.json +0 -7
- package/projects/schematics/package.json +0 -20
- package/projects/schematics/public-api.ts +0 -1
- package/projects/schematics/tsconfig.lib.json +0 -23
- package/projects/schematics/tsconfig.lib.prod.json +0 -10
- package/tsconfig.json +0 -33
- /package/{projects/kit → adeo}/README.md +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/checkbox-checked-disabled.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/checkbox-checked.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/checkbox-indeterminate-disabled.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/checkbox-indeterminate.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/invalid-cross.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/layer-cross.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/notification-danger-m.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/notification-danger-s.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/notification-information-m.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/notification-information-s.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/notification-success-m.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/notification-success-s.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/notification-warning-m.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/notification-warning-s.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/remove-tag.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/toggle-checked-disabled.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/toggle-checked.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/toggle-cross-disabled.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/toggle-cross.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/tooltip-triangle.svg +0 -0
- /package/{projects/kit → adeo}/assets/special-icons/valid-check-mark.svg +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/android/colors.xml +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/android/font_dimens.xml +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/css/_variables.scss +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/css/root.scss +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionaryColor.h +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionaryColor.m +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionaryColor.swift +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionarySize.h +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionarySize.m +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/ios/StyleDictionarySize.swift +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/js/tokens.js +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/js/tokensObject.js +0 -0
- /package/{projects/kit → adeo}/assets/tokens/adeo/scss/_tokens.scss +0 -0
- /package/{projects/kit/common/global-events/public-api.ts → adeo/common/global-events/public-api.d.ts} +0 -0
- /package/{projects/kit/common/index.ts → adeo/common/index.d.ts} +0 -0
- /package/{projects/kit/common/utils/index.ts → adeo/common/utils/index.d.ts} +0 -0
- /package/{projects/kit/common/utils/public-api.ts → adeo/common/utils/public-api.d.ts} +0 -0
- /package/{projects/kit/components/badge/index.ts → adeo/components/badge/index.d.ts} +0 -0
- /package/{projects/kit/components/button/index.ts → adeo/components/button/index.d.ts} +0 -0
- /package/{projects/kit/components/checkbox/public-api.ts → adeo/components/checkbox/public-api.d.ts} +0 -0
- /package/{projects/kit/components/dialog/classes/index.ts → adeo/components/dialog/classes/index.d.ts} +0 -0
- /package/{projects/kit/components/dialog/interfaces/index.ts → adeo/components/dialog/interfaces/index.d.ts} +0 -0
- /package/{projects/kit/components/dialog/public-api.ts → adeo/components/dialog/public-api.d.ts} +0 -0
- /package/{projects/kit/components/dialog/tokens/index.ts → adeo/components/dialog/tokens/index.d.ts} +0 -0
- /package/{projects/kit/components/field/public-api.ts → adeo/components/field/public-api.d.ts} +0 -0
- /package/{projects/kit/components/icon/public-api.ts → adeo/components/icon/public-api.d.ts} +0 -0
- /package/{projects/kit/components/layer/interfaces/index.ts → adeo/components/layer/interfaces/index.d.ts} +0 -0
- /package/{projects/kit/components/layer/public-api.ts → adeo/components/layer/public-api.d.ts} +0 -0
- /package/{projects/kit/components/layer/tokens/index.ts → adeo/components/layer/tokens/index.d.ts} +0 -0
- /package/{projects/kit/components/loader/public-api.ts → adeo/components/loader/public-api.d.ts} +0 -0
- /package/{projects/kit/components/notification/public-api.ts → adeo/components/notification/public-api.d.ts} +0 -0
- /package/{projects/kit/components/pagination/public-api.ts → adeo/components/pagination/public-api.d.ts} +0 -0
- /package/{projects/kit/components/progress-bar/progress-bar-size.ts → adeo/components/progress-bar/progress-bar-size.d.ts} +0 -0
- /package/{projects/kit/components/progress-bar/progress-bar-theme.ts → adeo/components/progress-bar/progress-bar-theme.d.ts} +0 -0
- /package/{projects/kit/components/progress-bar/public-api.ts → adeo/components/progress-bar/public-api.d.ts} +0 -0
- /package/{projects/kit/components/public-api.ts → adeo/components/public-api.d.ts} +0 -0
- /package/{projects/kit/components/select/public-api.ts → adeo/components/select/public-api.d.ts} +0 -0
- /package/{projects/kit/components/stepper/public-api.ts → adeo/components/stepper/public-api.d.ts} +0 -0
- /package/{projects/kit/components/stepper/step-state.ts → adeo/components/stepper/step-state.d.ts} +0 -0
- /package/{projects/kit/components/tabs/public-api.ts → adeo/components/tabs/public-api.d.ts} +0 -0
- /package/{projects/kit/components/tag/public-api.ts → adeo/components/tag/public-api.d.ts} +0 -0
- /package/{projects/kit/components/tag/tag-type.ts → adeo/components/tag/tag-type.d.ts} +0 -0
- /package/{projects/kit/components/text-area/public-api.ts → adeo/components/text-area/public-api.d.ts} +0 -0
- /package/{projects/kit/components/text-input/index.ts → adeo/components/text-input/public-api.d.ts} +0 -0
- /package/{projects/kit/components/text-input/text-input.ts → adeo/components/text-input/text-input.d.ts} +0 -0
- /package/{projects/kit/components/toggle/public-api.ts → adeo/components/toggle/public-api.d.ts} +0 -0
- /package/{projects/kit/components/toggle/toggle-size.ts → adeo/components/toggle/toggle-size.d.ts} +0 -0
- /package/{projects/kit/components/tooltip/public-api.ts → adeo/components/tooltip/public-api.d.ts} +0 -0
- /package/{projects/kit/components/tooltip/tooltip-position.ts → adeo/components/tooltip/tooltip-position.d.ts} +0 -0
- /package/{projects/kit/public-api.ts → adeo/public-api.d.ts} +0 -0
- /package/{projects/kit/components/text-input/public-api.ts → components/text-input/public-api.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
# <img style="vertical-align:middle" src="mozaic-angular.svg" alt="Mozaic angular logo" width="48px"> Mozaic Angular
|
|
2
|
-
|
|
3
|
-
## Start storybook
|
|
4
|
-
|
|
5
|
-
```
|
|
6
|
-
npm run storybook
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
## [About our schematics](projects/schematics/README.md)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<h3 align="center">Mozaic-Angular</h3>
|
|
13
|
-
|
|
14
|
-
<p align="center">
|
|
15
|
-
Mozaic-Angular is the <a href="https://angularjs.org/">Angular</a> implementation of <a href="https://mozaic.adeo.cloud/">Mozaic Design System</a>.
|
|
16
|
-
<br>
|
|
17
|
-
<a href="adeo.github.io/mozaic-angular"><strong>Explore Mozaic-Angular Storybook »</strong></a>
|
|
18
|
-
</p>
|
|
19
|
-
|
|
20
|
-
<p align="center">
|
|
21
|
-
<a href="https://www.typescriptlang.org/">
|
|
22
|
-
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white" alt="Using typescript" />
|
|
23
|
-
</a>
|
|
24
|
-
<a href="https://mozaic.adeo.cloud/Contributing/Principles/ContributionJourney/">
|
|
25
|
-
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome" />
|
|
26
|
-
</a>
|
|
27
|
-
</p>
|
|
28
|
-
|
|
29
|
-
## Table of contents
|
|
30
|
-
|
|
31
|
-
- [About Mozaic Design System](#about-mozaic-design-system)
|
|
32
|
-
- [This repository](#this-repository)
|
|
33
|
-
- [Documentation](#documentation)
|
|
34
|
-
- [Bugs and feature requests](#bugs-and-feature-requests)
|
|
35
|
-
- [Contributing](#contributing)
|
|
36
|
-
- [Stay in touch](#stay-in-touch)
|
|
37
|
-
- [Mozaic-angular's team](#Mozaic-angular-team)
|
|
38
|
-
|
|
39
|
-
## About Mozaic Design System
|
|
40
|
-
|
|
41
|
-
**Mozaic** is an inner-source design system built by [Adeo](https://www.adeo.com/), to reinforce team's delivery time, improve quality of deliverables and thus help set up a coherent customer experience within the digital interfaces of the group's brands.
|
|
42
|
-
|
|
43
|
-
You can learn more about **Mozaic** vision and guidelines by visiting our documentation website [ here](https://mozaic.adeo.cloud/).
|
|
44
|
-
|
|
45
|
-
## This repository
|
|
46
|
-
|
|
47
|
-
This repository contains the following elements:
|
|
48
|
-
|
|
49
|
-
- In the `storybook` folder, all the configuration of our **Storybook** documentation
|
|
50
|
-
- In `projects`, the code, test and stories of the **Mozaic-Angular components** and the associated configuration
|
|
51
|
-
|
|
52
|
-
### Documentation
|
|
53
|
-
|
|
54
|
-
**Mozaic-angular**'s documentation, included in this repository is built with [Storybook](https://storybook.js.org/docs/vue/get-started/introduction) and publicly hosted on **GitHub Pages** at [Mozaic-Angular](https://adeo.github.io/mozaic-angular). The docs may also be run locally.
|
|
55
|
-
|
|
56
|
-
#### Running documentation locally
|
|
57
|
-
|
|
58
|
-
To run the documentation locally, you can do the following:
|
|
59
|
-
|
|
60
|
-
1. Clone this repository
|
|
61
|
-
2. Run `npm install` to install the **Node.js** dependencies, including Storybook
|
|
62
|
-
3. Run `npm run storybook` to launch **Storybook** and activate hot-reloads for development
|
|
63
|
-
4. Open [http://localhost:6006/](http://localhost:6006/) in your browser and start explore! :rocket:
|
|
64
|
-
|
|
65
|
-
### Bugs and feature requests
|
|
66
|
-
|
|
67
|
-
Have a bug or a feature request? Please let us know by [opening a new issue](https://github.com/adeo/mozaic-angular/issues/new/choose) and using the correct template associated with your request.
|
|
68
|
-
|
|
69
|
-
However if you are ever able to contribute to help us fix bugs, build new features, or help us improve the project documentation, feel free to do it! _(more information below)_
|
|
70
|
-
|
|
71
|
-
### Contributing
|
|
72
|
-
|
|
73
|
-
Developers interested in contributing should read the [Code of Conduct](https://github.com/adeo/mozaic-design-system/blob/master/CODE_OF_CONDUCT.md) and the Contribution Guide (coming soon)
|
|
74
|
-
|
|
75
|
-
### Stay in touch
|
|
76
|
-
|
|
77
|
-
- Join the [#mozaic-support](https://app.slack.com/client/T4R6RCZFA/CKQJZL7C4/) channel on **Slack**
|
|
78
|
-
- Join the [#mozaic-angular](https://adeo-tech-community.slack.com/archives/G01BB8911M4) channel on **Slack**
|
|
79
|
-
- Join our [Workplace group](https://adeo.workplace.com/groups/427492661454646/) **Mozaic Design System**
|
|
80
|
-
|
|
81
|
-
## Mozaic-angular team
|
|
82
|
-
|
|
83
|
-
### Author
|
|
84
|
-
|
|
85
|
-
- **[Иосиф Буравков](https://github.com/Iosif380)**
|
|
86
|
-
|
|
87
|
-
### Owners x Maintainers
|
|
88
|
-
|
|
89
|
-
- **[Alif Fagundes](https://github.com/alif-fagundes)**
|
|
90
|
-
- **[Thiago Carvalheiro](https://github.com/carvalheiro)**
|
|
91
|
-
- **[Trésor Iloyi](https://github.com/tiloyi)**
|
|
92
|
-
- **[Mohamed Mokhtari](https://github.com/mohamedMok)**
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class GlobalEventsModule {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalEventsModule, never>;
|
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GlobalEventsModule, never, never, never>;
|
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GlobalEventsModule>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GlobalEventsService {
|
|
4
|
+
private readonly _window;
|
|
5
|
+
private readonly eventHandlers;
|
|
6
|
+
get window(): Window;
|
|
7
|
+
constructor(_window: Window);
|
|
8
|
+
getWindowEvent<T extends Event>(eventName: string): Observable<T>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalEventsService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GlobalEventsService>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function castBooleanProperty(value: unknown): value is boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const generateId: () => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getRandomNumber: (min: number, max: number) => number;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BadgeComponent {
|
|
3
|
+
badgeClasses: string;
|
|
4
|
+
set type(type: unknown);
|
|
5
|
+
private validateType;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "[moz-badge]", never, { "type": "type"; }, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./badge.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BadgeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeModule, [typeof i1.BadgeComponent], [typeof i2.CommonModule], [typeof i1.BadgeComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BadgeModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ButtonIconPosition, ButtonSizes, ButtonThemes, ButtonVariations, ButtonWithBehavior } from './button';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ButtonComponent {
|
|
4
|
+
iconPosition: ButtonIconPosition;
|
|
5
|
+
onlyIcon: boolean;
|
|
6
|
+
theme: ButtonThemes;
|
|
7
|
+
variation: ButtonVariations;
|
|
8
|
+
widthBehavior: ButtonWithBehavior;
|
|
9
|
+
size: ButtonSizes;
|
|
10
|
+
get iconPositionIsRight(): boolean;
|
|
11
|
+
get viewContent(): boolean;
|
|
12
|
+
private generateThemeCssClassName;
|
|
13
|
+
get hostCssClasses(): string;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[moz-button]", never, { "iconPosition": "iconPosition"; "onlyIcon": "onlyIcon"; "theme": "theme"; "variation": "variation"; "widthBehavior": "widthBehavior"; "size": "size"; }, {}, never, ["moz-icon", "*"], false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type ButtonIconPosition = 'left' | 'right';
|
|
2
|
+
export type ButtonSizes = 's' | 'm' | 'l';
|
|
3
|
+
export type ButtonSizeCssClassName = `mc-button--${ButtonSizes}`;
|
|
4
|
+
export type ButtonThemes = 'primary' | 'primary-02' | 'neutral' | 'danger';
|
|
5
|
+
export type ButtonVariations = 'bordered' | 'solid';
|
|
6
|
+
export type ButtonWithBehavior = 'full' | 'fit';
|
|
7
|
+
export type ButtonWidthCssClassName = `mc-button--${ButtonWithBehavior}`;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ButtonModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonComponent], [typeof i2.CommonModule], [typeof i1.ButtonComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const CHECKBOX_CONTROL_VALUE_ACCESSOR: any;
|
|
4
|
+
export declare class CheckboxComponent implements ControlValueAccessor {
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
indeterminate: boolean;
|
|
7
|
+
invalid: boolean;
|
|
8
|
+
private _checked;
|
|
9
|
+
get checked(): boolean;
|
|
10
|
+
checkboxId: string;
|
|
11
|
+
constructor();
|
|
12
|
+
set checked(v: boolean);
|
|
13
|
+
writeValue(value: any): void;
|
|
14
|
+
registerOnChange(fn: any): void;
|
|
15
|
+
registerOnTouched(fn: any): void;
|
|
16
|
+
onChange: any;
|
|
17
|
+
onTouch: any;
|
|
18
|
+
toggle(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "moz-checkbox", never, { "disabled": "disabled"; "indeterminate": "indeterminate"; "invalid": "invalid"; "checked": "checked"; }, {}, never, ["*"], false, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./checkbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class CheckboxModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule], [typeof i1.CheckboxComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { DialogDIParams } from '../interfaces';
|
|
3
|
+
export declare class DialogInjector implements Injector {
|
|
4
|
+
private readonly parentInjector;
|
|
5
|
+
private readonly dialogRef;
|
|
6
|
+
private additionalTokens;
|
|
7
|
+
constructor({ injector, dialogRef }: DialogDIParams);
|
|
8
|
+
get(token: unknown, notFoundValue?: unknown, flags?: unknown): any;
|
|
9
|
+
private initAdditionalTokens;
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ComponentRef } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { DialogComponent } from '../dialog.component';
|
|
4
|
+
import { DialogConfig, DialogRef } from '../interfaces';
|
|
5
|
+
export declare class DialogRefModel implements DialogRef {
|
|
6
|
+
dialogConfig: DialogConfig;
|
|
7
|
+
private readonly _config$;
|
|
8
|
+
private readonly _afterClosed$;
|
|
9
|
+
private readonly _id;
|
|
10
|
+
private _dialogElement;
|
|
11
|
+
private _componentRef;
|
|
12
|
+
constructor(dialogConfig: DialogConfig);
|
|
13
|
+
get afterClosed$(): Observable<unknown>;
|
|
14
|
+
get config$(): Observable<DialogConfig>;
|
|
15
|
+
get config(): DialogConfig;
|
|
16
|
+
get id(): string;
|
|
17
|
+
get dialogElement(): HTMLElement;
|
|
18
|
+
get componentRef(): ComponentRef<DialogComponent>;
|
|
19
|
+
init(config: DialogConfig): void;
|
|
20
|
+
updateConfig(config: DialogConfig): void;
|
|
21
|
+
close<T = unknown>(result?: T): void;
|
|
22
|
+
setDialogElement(element: HTMLElement): void;
|
|
23
|
+
setComponentRef(componentRef: ComponentRef<DialogComponent>): void;
|
|
24
|
+
destroy(): void;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const dialogAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ComponentRef, OnDestroy, Type } from '@angular/core';
|
|
2
|
+
import { DialogConfig, DialogRef } from './interfaces';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DialogComponent implements AfterViewInit, OnDestroy {
|
|
5
|
+
private config;
|
|
6
|
+
private cd;
|
|
7
|
+
dialogRef: DialogRef;
|
|
8
|
+
childComponentType: Type<any>;
|
|
9
|
+
private readonly contentViewRef;
|
|
10
|
+
childComponentRef?: ComponentRef<any>;
|
|
11
|
+
constructor(config: DialogConfig, cd: ChangeDetectorRef);
|
|
12
|
+
get title(): string;
|
|
13
|
+
get hasCross(): boolean;
|
|
14
|
+
get minHeight(): string;
|
|
15
|
+
get layerIndex(): number;
|
|
16
|
+
get dialogContainerIndex(): number;
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
close(): void;
|
|
20
|
+
private initChildComponent;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "moz-dialog", never, { "dialogRef": "dialogRef"; "childComponentType": "childComponentType"; }, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dialog.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class DialogModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent], [typeof i2.CommonModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ApplicationRef, ComponentFactoryResolver, Injector, Type } from '@angular/core';
|
|
2
|
+
import { DialogConfig, DialogRef } from './interfaces';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DialogService {
|
|
5
|
+
private readonly componentFactoryResolver;
|
|
6
|
+
private readonly injector;
|
|
7
|
+
private readonly applicationRef;
|
|
8
|
+
private readonly document;
|
|
9
|
+
private _layer;
|
|
10
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver, injector: Injector, applicationRef: ApplicationRef, document: Document);
|
|
11
|
+
open(component: Type<any>, config?: DialogConfig): DialogRef;
|
|
12
|
+
private createDialog;
|
|
13
|
+
private createComponentRef;
|
|
14
|
+
private initDialogRefAfterClosedObserver;
|
|
15
|
+
private appendDialogComponentToBody;
|
|
16
|
+
private applyDataForCreatedDialogInstance;
|
|
17
|
+
private addLayer;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ComponentRef } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { DialogConfig } from '.';
|
|
4
|
+
import { DialogComponent } from '../dialog.component';
|
|
5
|
+
export interface DialogRef {
|
|
6
|
+
afterClosed$: Observable<unknown>;
|
|
7
|
+
config$: Observable<DialogConfig>;
|
|
8
|
+
config: DialogConfig;
|
|
9
|
+
id: string;
|
|
10
|
+
dialogElement: HTMLElement;
|
|
11
|
+
componentRef: ComponentRef<DialogComponent>;
|
|
12
|
+
init(config: DialogConfig): void;
|
|
13
|
+
updateConfig(config: DialogConfig): void;
|
|
14
|
+
close<T = unknown>(result?: T): void;
|
|
15
|
+
setDialogElement(element: HTMLElement): void;
|
|
16
|
+
setComponentRef(componentRef: ComponentRef<DialogComponent>): void;
|
|
17
|
+
destroy(): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const MOZ_INPUT_ICON: InjectionToken<InputIconDirective>;
|
|
4
|
+
export declare class InputIconDirective {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputIconDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InputIconDirective, "[mozInputIcon]", never, {}, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class FieldErrorComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldErrorComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldErrorComponent, "moz-field-error", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef, QueryList } from '@angular/core';
|
|
2
|
+
import { InputIconDirective } from './directives/input-icon.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FieldComponent {
|
|
5
|
+
private readonly cd;
|
|
6
|
+
label: string;
|
|
7
|
+
requirementText: string;
|
|
8
|
+
helpText: string;
|
|
9
|
+
InputIconDirective?: QueryList<InputIconDirective>;
|
|
10
|
+
get viewLabel(): boolean;
|
|
11
|
+
get hasInputIcon(): import("rxjs").Observable<boolean> | undefined;
|
|
12
|
+
constructor(cd: ChangeDetectorRef);
|
|
13
|
+
ngAfterViewInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponent, "moz-field", never, { "label": "label"; "requirementText": "requirementText"; "helpText": "helpText"; }, {}, ["InputIconDirective"], ["*", "[mozInputIcon]", "[moz-input]", "moz-field-error"], false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./field.component";
|
|
3
|
+
import * as i2 from "./field-error.component";
|
|
4
|
+
import * as i3 from "./directives/input-icon.directive";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
export declare class FieldModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FieldModule, [typeof i1.FieldComponent, typeof i2.FieldErrorComponent, typeof i3.InputIconDirective], [typeof i4.CommonModule], [typeof i1.FieldComponent, typeof i2.FieldErrorComponent, typeof i3.InputIconDirective]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FieldModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { IconService } from './icon.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IconComponent implements OnChanges {
|
|
5
|
+
private readonly iconService;
|
|
6
|
+
private readonly elementRef;
|
|
7
|
+
iconName: string;
|
|
8
|
+
constructor(iconService: IconService, elementRef: ElementRef);
|
|
9
|
+
ngOnChanges({ iconName }: SimpleChanges): void;
|
|
10
|
+
private needRenderIcon;
|
|
11
|
+
private getSizeClass;
|
|
12
|
+
private drawIcon;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "moz-icon", never, { "iconName": "iconName"; }, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class IconModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, [typeof i1.IconComponent], [typeof i2.CommonModule], [typeof i1.IconComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IconModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IconService {
|
|
5
|
+
private http;
|
|
6
|
+
private cachedIcons;
|
|
7
|
+
private cachedRequests;
|
|
8
|
+
constructor(http: HttpClient);
|
|
9
|
+
getIcon(name: string): Observable<string>;
|
|
10
|
+
private getNotFoundError;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconService, [{ host: true; }]>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<IconService>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { LayerDIParams } from '../interfaces/layer-di-params';
|
|
3
|
+
export declare class LayerInjector implements Injector {
|
|
4
|
+
private readonly parentInjector;
|
|
5
|
+
private readonly layerRef;
|
|
6
|
+
private additionalTokens;
|
|
7
|
+
constructor({ injector, layerRef }: LayerDIParams);
|
|
8
|
+
get(token: unknown, notFoundValue?: unknown, flags?: unknown): any;
|
|
9
|
+
private initAdditionalTokens;
|
|
10
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ComponentRef } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { LayerConfig } from '../interfaces';
|
|
4
|
+
import { LayerRef } from '../interfaces/layer-ref';
|
|
5
|
+
import { LayerComponent } from '../layer.component';
|
|
6
|
+
export declare class LayerRefModel<R = unknown> implements LayerRef<R> {
|
|
7
|
+
layerConfig: LayerConfig;
|
|
8
|
+
private readonly _config$;
|
|
9
|
+
private _componentRef;
|
|
10
|
+
private _afterClosed$;
|
|
11
|
+
get afterClosed$(): Observable<R | undefined>;
|
|
12
|
+
get config$(): Observable<LayerConfig<any>>;
|
|
13
|
+
get config(): LayerConfig<any>;
|
|
14
|
+
get componentRef(): ComponentRef<LayerComponent>;
|
|
15
|
+
constructor(layerConfig: LayerConfig);
|
|
16
|
+
init(config: LayerConfig): void;
|
|
17
|
+
updateConfig(config: LayerConfig): void;
|
|
18
|
+
close(result?: R): void;
|
|
19
|
+
setComponentRef(componentRef: ComponentRef<LayerComponent>): void;
|
|
20
|
+
destroy(): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ComponentRef } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { LayerComponent } from '../layer.component';
|
|
4
|
+
import { LayerConfig } from './layer-config';
|
|
5
|
+
export interface LayerRef<R = unknown> {
|
|
6
|
+
afterClosed$: Observable<unknown>;
|
|
7
|
+
config$: Observable<LayerConfig>;
|
|
8
|
+
config: LayerConfig;
|
|
9
|
+
componentRef: ComponentRef<LayerComponent>;
|
|
10
|
+
init(config: LayerConfig): void;
|
|
11
|
+
updateConfig(config: LayerConfig): void;
|
|
12
|
+
close(result?: R): void;
|
|
13
|
+
setComponentRef(componentRef: ComponentRef<LayerComponent>): void;
|
|
14
|
+
destroy(): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const layerAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ComponentRef, Type } from '@angular/core';
|
|
2
|
+
import { LayerConfig } from './interfaces';
|
|
3
|
+
import { LayerRef } from './interfaces/layer-ref';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LayerComponent implements AfterViewInit {
|
|
6
|
+
private readonly layerRef;
|
|
7
|
+
private readonly config;
|
|
8
|
+
private readonly cd;
|
|
9
|
+
private readonly contentViewRef;
|
|
10
|
+
childComponentRef?: ComponentRef<any>;
|
|
11
|
+
childComponentType: Type<any>;
|
|
12
|
+
get title(): string;
|
|
13
|
+
constructor(layerRef: LayerRef, config: LayerConfig, cd: ChangeDetectorRef);
|
|
14
|
+
ngAfterViewInit(): void;
|
|
15
|
+
private initChildComponent;
|
|
16
|
+
close(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayerComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayerComponent, "moz-layer", never, {}, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./layer.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../icon/icon.module";
|
|
5
|
+
export declare class LayerModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayerModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LayerModule, [typeof i1.LayerComponent], [typeof i2.CommonModule, typeof i3.IconModule], [typeof i1.LayerComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LayerModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ApplicationRef, ComponentFactoryResolver, Injector, Type } from '@angular/core';
|
|
2
|
+
import { LayerRefModel } from './classes/layer-ref';
|
|
3
|
+
import { LayerConfig } from './interfaces';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LayerService {
|
|
6
|
+
private readonly componentFactoryResolver;
|
|
7
|
+
private readonly injector;
|
|
8
|
+
private readonly applicationRef;
|
|
9
|
+
private readonly document;
|
|
10
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver, injector: Injector, applicationRef: ApplicationRef, document: Document);
|
|
11
|
+
open<T, K>(component: Type<T>, config?: LayerConfig<K>): LayerRefModel<unknown>;
|
|
12
|
+
private createLayer;
|
|
13
|
+
private initDialogRefAfterClosedObserver;
|
|
14
|
+
private createComponentRef;
|
|
15
|
+
private appendLayerComponentToBody;
|
|
16
|
+
private applyChildComponent;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayerService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LayerService>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { LoaderSize, LoaderTheme } from './loader';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class LoaderComponent {
|
|
5
|
+
readonly cd: ChangeDetectorRef;
|
|
6
|
+
size: LoaderSize;
|
|
7
|
+
theme: LoaderTheme;
|
|
8
|
+
isOverlay: boolean;
|
|
9
|
+
hideOverlay: boolean;
|
|
10
|
+
text: string;
|
|
11
|
+
get viewText(): boolean;
|
|
12
|
+
get overlayCssClasses(): {
|
|
13
|
+
'mc-overlay-loader': boolean;
|
|
14
|
+
'is-visible': boolean;
|
|
15
|
+
};
|
|
16
|
+
get loaderCssClasses(): {
|
|
17
|
+
[x: string]: boolean;
|
|
18
|
+
'mc-loader': boolean;
|
|
19
|
+
};
|
|
20
|
+
get viewBoxSize(): string;
|
|
21
|
+
get radius(): number;
|
|
22
|
+
constructor(cd: ChangeDetectorRef);
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "moz-loader", never, { "size": "size"; "theme": "theme"; }, {}, never, never, false, never>;
|
|
25
|
+
}
|