npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@design-factory/design-factory

v18.1.1

Published

Amadeus design system

Downloads

6,119

Readme

Description

Design Factory is an InnerSource design system made of:

  • A UI library for Amadeus external and internal interfaces and applications, based on our four pillars
  • A set of design and coding best practices
  • A cross-functional community from all Amadeus business units

If you want to get more information about Design Factory, please contact Design Factory team.

Getting started

You can easily add Design Factory library in your project thanks our schematics. Just run the following:

ng add @design-factory/design-factory

It will install Design Factory for the default application specified in your angular.json. If you have multiple projects and you want to target a specific application, you could specify the --project option

ng add @design-factory/design-factory --project myProject

CSS namespace feature

For some specific cases, you may have to use the CSS namespace feature which allow you to apply DF styles only under a selector defined by $df-css-namespace-selector variable (by default ==.design-factory-v2==). In order to use this feature, just import the following:

@import '@design-factory/design-factory/styles/scss/themes/brand2023/variables';
@import '@design-factory/design-factory/styles/scss/df-styles-namespace';

in your styles.scss and add the defined selector in your HTML element where you want to apply DF style.

If you want to use this feature with the initial brand, just import:

@import '@design-factory/design-factory/styles/scss/df-styles-namespace';

in your styles.scss

Dependencies

Dependencies

The dependencies are Angular, Bootstrap 5, Ng-bootstrap, AgnosUI, Ng-select, Ag-grid and ngx-slider. The supported versions are:

| Design Factory | Angular | Bootstrap CSS | Ng-Bootstrap | Ng-select | Ag-grid | ngx-slider | AgnosUI | | -------------- | ------- | ------------- | ------------ | --------- | ------- | ---------- | -------------- | | 9.x.x | 11.0.0 | 4.5.0 | 9.1.0 | 5.0.14 | | 2.0.3 | | | 10.x.x | 12.0.0 | 4.5.3 | 10.0.0 | 7.2.0 | | 2.0.3 | | | 11.x.x | 13.2.0 | 4.5.3 | 11.0.0 | 8.1.1 | | 2.0.3 | | | 12.x.x | 13.2.0 | 5.1.3 | 12.1.2 | 8.1.1 | 27.3.0 | 2.0.3 | | | 13.x.x | 14.1.0 | 5.2.0 | 13.1.0 | 9.0.2 | 27.3.0 | 2.0.4 | | | 14.x.x | 15.1.0 | 5.2.0 | 14.0.1 | 10.0.3 | 27.3.0 | 2.0.4 | | | 15.x.x | 16.0.0 | 5.2.0 | 15.0.0 | 11.0.0 | 29.3.5 | | | | 16.x.x | 16.x.x | 5.2.0 | 15.1.0 | 11.2.0 | 30.2.x | | | | 17.0.x | 17.x.x | 5.3.2 | 16.0.x | 12.0.x | 31.0.x | | 0.0.1-alpha.10 | | 17.1.x | 17.x.x | 5.3.3 | 16.0.x | 12.0.x | 31.1.x | | 0.2.0 | | 18.0.x | 18.x.x | 5.3.3 | 17.0.x | 13.2.x | 31.3.x | | 0.4.x |

How to work with the icons

Icons are a mix of Font Awesome (FW) and in-house produced pictograms.

Since DF 18.0.0 release in-house icons and FW icons are split into different fonts.