New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

monday-ui-style

Package Overview
Dependencies
Maintainers
1
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monday-ui-style - npm Package Compare versions

Comparing version 0.1.92 to 0.1.93

16

package.json
{
"name": "monday-ui-style",
"version": "0.1.92",
"version": "0.1.93",
"description": "Monday UI CSS Foundations",

@@ -10,3 +10,4 @@ "main": "dist/index.css",

"auto:bump-major": "node scripts/autobump_major.js",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "npm run build && npm run test:without-build",
"test:without-build": "jest",
"validate-icons": "node scripts/validate-meta.js",

@@ -21,3 +22,4 @@ "generate-meta": "node scripts/generate-meta.js",

"react": ">=16.9.0",
"prop-types": "^15.7.2"
"prop-types": "^15.7.2",
"stylelint": "^14.1.0"
},

@@ -43,8 +45,16 @@ "repository": {

"devDependencies": {
"@types/jest": "^27.4.1",
"clean-css-cli": "^4.3.0",
"jest": "^27.5.1",
"node-plop": "^0.26.2",
"node-sass": "^4.14.1",
"stylelint": "14.1.0",
"plop": "^2.7.4",
"prettier": "^2.0.5"
},
"dependencies": {
"postcss": "8.4.4",
"postcss-scss": "^4.0.3",
"postcss-value-parser": "4.1.0"
}
}

@@ -37,2 +37,3 @@ # monday.com UI styles

### Adding a new icon
In order to add a new icon you will need to for and open a PR - https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork

@@ -47,3 +48,3 @@

How to add a new icon?
Add the icon in SVG format under src/Icons folder (size 20x20)
Add the icon in SVG format under src/Icons folder (size 20x20)
then run `npm run generate-meta` and fill in the relevant information

@@ -65,1 +66,15 @@

If you want us to create a non existing monday.com style icon open a PR with please see the [guidelines](ICON_REQUEST.md)
## Stylelint rules
It is recommended to extend our [Stylelint](https://stylelint.io/) config in order to ensure proper usage of this library.
To use the supplied config, add `monday-ui-style/stylelint-config` as a [Stylelint config extension](https://stylelint.io/user-guide/configure/#extends):
```js
// Your .stylelintrc
{
...
"extends": "monday-ui-style/stylelint-config",
...
}
```
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