
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@mozaic-ds/angular
Advanced tools
A library of Angular components implementing ADEO Design system guidelines.
ADEO Design system is a global and collaborative design system that facilitates the designer and developer experience, enabling them to create universal interfaces perfectly aligned with the business strategy of Adeo.
To install the Angular library in your project, you will need to run the following command using npm:
npm i @mozaic-ds/angular
Or with Yarn:
yarn add @mozaic-ds/angular
Import the styles in styles.scss
@use '@mozaic-ds/tokens/adeo/theme' as *;
@use '@mozaic-ds/styles/tools/t.font' as *;
@use '@mozaic-ds/tokens' as *;
To import and use a component, you can proceed as follows:
<script setup lang="ts">
import { MozButtonComponent } from '@mozaic-ds/angular';
</script>
<template>
<button moz-button>This is a Mozaic Button</button moz-button>
</template>
Find the complete list of our components.
And all the available components are showcased in our Storybook.
Releases are managed with GitHub Releases, including the changelog for each one.
Access to the Changelog to find out about the detailed changes to each release.
Have a bug or a feature request?
Please open an issue and use the template associated with your request.
However, if you are able to contribute and fix bugs, build new features, or help to improve the project documentation, feel free to do it! (more information below)
Setup the project to start contributing.
// Clone the repo
$ git clone git@github.com:adeo/mozaic-angular.git
// Go to the cloned directory
$ cd mozaic-angular
// Checkout the branch you are working on
$ git checkout <branch name>
// Install dependencies
$ npm install
We're always looking for contributors to help us fix bugs, build features, or help us improve the documentation. If you're intersted check out our Code of Conduct and Contribution Guide.
Owners
Maintainer
This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Unknown package
The npm package @mozaic-ds/angular receives a total of 421 weekly downloads. As such, @mozaic-ds/angular popularity was classified as not popular.
We found that @mozaic-ds/angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain