@niduu/nids-theme
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "@niduu/nids-theme", | ||
"version": "1.4.3", | ||
"description": "Niduu Design System theme components", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"commit": "git-cz", | ||
"prerelease": "git checkout master && git pull origin master && npm i && git add .", | ||
"release": "standard-version -a", | ||
"postrelease": "git push --follow-tags origin master", | ||
"ci:validate": "rm -rf node_modules && npm ci", | ||
"prepublishOnly": "npm run ci:validate" | ||
}, | ||
"description": "Niduu Design System theme elements", | ||
"version": "1.4.4", | ||
"license": "ISC", | ||
"homepage": "https://bitbucket.org/niduu/nids-theme#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@bitbucket.org/niduu/nids-theme.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"homepage": "https://bitbucket.org/niduu/nids-theme#readme", | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"commitizen": "^4.0.3", | ||
"husky": "^4.0.10", | ||
"standard-version": "^7.0.1" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
} | ||
} |
@@ -1,2 +0,32 @@ | ||
# nids-theme | ||
# NIDS Theme | ||
The NIDS theme system can be used to themify your application to Niduu Visual Identity. | ||
## Installation | ||
``` | ||
npm install @niduu/nids-theme | ||
``` | ||
## Usage | ||
### Color Scheme | ||
You can use the theme color variables after importing the main theme file: | ||
```scss | ||
@import "@niduu/nids-theme"; | ||
.div-x { background-color: $nids-color--primary; } | ||
.div-x { background-color: $nids-color--secondary; } | ||
.div-x { background-color: $nids-color--tertiary; } | ||
.div-x { background-color: $nids-color--success; } | ||
.div-x { background-color: $nids-color--info; } | ||
.div-x { background-color: $nids-color--warning; } | ||
.div-x { background-color: $nids-color--danger; } | ||
.div-x { background-color: $nids-color--black; } | ||
.div-x { background-color: $nids-color--dark; } | ||
.div-x { background-color: $nids-color--medium; } | ||
.div-x { background-color: $nids-color--light; } | ||
.div-x { background-color: $nids-color--white; } | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
1
33
1271230
21
0
15