UNPKG

angular-material-palette-generator

Version:

This package lets you refine the color palettes to be integrated into Sass theme files generated by the Angular CLI (`ng generate @angular/material:theme-color`).

44 lines 1.19 kB
{ "name": "angular-material-palette-generator", "version": "0.6.0", "author": "Stéphane Francel <stephane.francel@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/avine/angular-material-palette-generator.git" }, "homepage": "https://github.com/avine/angular-material-palette-generator/tree/main/projects/angular-material-palette-generator#readme", "bugs": { "url": "https://github.com/avine/angular-material-palette-generator/issues" }, "keywords": [ "angular", "material", "theming", "color", "tool" ], "peerDependencies": { "@angular/cdk": "^20.0.0", "@angular/common": "^20.0.0", "@angular/core": "^20.0.0", "@angular/material": "^20.0.0", "colorjs.io": "^0.5.2", "wcag-contrast-utils": "^1.0.1" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/angular-material-palette-generator.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/angular-material-palette-generator.mjs" } } }