UNPKG

@rxap/ngx-theme

Version:

This package provides an Angular theme service that allows you to manage and customize the look and feel of your application. It includes features such as dark mode support, theme density control, typography settings, and color palette management. The ser

99 lines (98 loc) 2.65 kB
{ "version": "19.1.1", "name": "@rxap/ngx-theme", "description": "This package provides an Angular theme service that allows you to manage and customize the look and feel of your application. It includes features such as dark mode support, theme density control, typography settings, and color palette management. The service also provides utilities for computing color palettes and observing theme density changes.\n", "license": "GPL-3.0-or-later", "dependencies": { "@ctrl/tinycolor": "^4.0.2", "@nx/devkit": "20.5.0", "tslib": "2.6.2" }, "peerDependencies": { "@angular/cdk": "^19.1.1", "@angular/core": "^19.2.1", "@rxap/config": "^19.2.0-dev.3", "@rxap/ngx-pub-sub": "^19.0.4", "@rxap/rxjs": "^1.1.16", "@rxap/utilities": "^16.5.0-dev.1", "rxjs": "^7.8.1" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/angular/theme", "keywords": [ "angular", "angular-theme", "ngx", "packages", "rxap", "scope:compose" ], "nx-migrations": { "packageGroup": [ { "package": "@angular/cdk", "version": "19.2.19" }, { "package": "@angular/common", "version": "19.2.16" }, { "package": "@angular/core", "version": "19.2.16" }, { "package": "@rxap/config", "version": "19.2.0-dev.3" }, { "package": "@rxap/environment", "version": "19.1.0-dev.0" }, { "package": "@rxap/ngx-pub-sub", "version": "19.0.4" }, { "package": "@rxap/rxjs", "version": "1.1.16" }, { "package": "@rxap/utilities", "version": "16.5.0-dev.1" } ] }, "publishConfig": { "access": "public", "directory": "../../../dist/packages/angular/theme" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/angular/theme" }, "schematics": "./generators.json", "sideEffects": false, "gitHead": "36b0e9732b24717840935712e316593ff6aba795", "module": "fesm2022/rxap-ngx-theme.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/rxap-ngx-theme.mjs" }, "./theme": "./theme.css" } }