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

monday-ui-style

Package Overview
Dependencies
Maintainers
1
Versions
305
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.24 to 0.1.25

5

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

@@ -11,2 +11,4 @@ "main": "dist/index.css",

"test": "echo \"Error: no test specified\" && exit 1",
"validate-icons": "node scripts/validate-meta.js",
"generate-meta": "node scripts/generate-meta.js",
"compile-styles": "node-sass --output-style expanded --precision 6 ./src/index.scss dist/index.css",

@@ -41,2 +43,3 @@ "css-minify": "cleancss --level 1 --format breaksWith=lf --output dist/index.min.css dist/index.css",

"clean-css-cli": "^4.3.0",
"node-plop": "^0.26.2",
"node-sass": "^4.14.1",

@@ -43,0 +46,0 @@ "plop": "^2.7.4",

2

README.md

@@ -47,3 +47,3 @@ # monday.com UI styles

Add the icon in SVG format under src/Icons folder (size 20x20)
then run `npm run plop` and fill in the relevant information
then run `npm run generate-meta` and fill in the relevant information

@@ -50,0 +50,0 @@ ### Icon colors

@@ -50,2 +50,50 @@ const BASIC = "Basic";

{
name: "Work",
file: "Work.svg",
description: "work",
tags: "work",
ignore: true
},
{
name: "MoreBelowFilled",
file: "MoreBelowFilled.svg",
description: "More below filled",
tags: "more,below,filled",
ignore: true
},
{
name: "MoreBelow",
file: "MoreBelow.svg",
description: "more below",
tags: "more,below",
ignore: true
},
{
name: "CollapseRound",
file: "CollapseRound.svg",
description: "Collapse round",
tags: "collapse,round",
ignore: true
},
{
name: "CloseRound",
file: "CloseRound.svg",
description: "Close round",
tags: "close,round",
ignore: true
},
{
name: "Bulllet",
file: "Bulllet.svg",
description: "Bullet",
tags: "bullet",
ignore: true
},
{
name: "MoreActions",

@@ -52,0 +100,0 @@ file: "MoreActions.svg",

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