Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@niduu/nids-theme

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@niduu/nids-theme - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

36

package.json
{
"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"
}
}
}

32

README.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc