@enhance/styles
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"base": 18, | ||
"scale": { | ||
"ratio": "goldenSection", | ||
"steps": 8 | ||
"ratio": "perfectFourth", | ||
"steps": 12 | ||
}, | ||
"fonts": { | ||
"sans": "system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif", | ||
"serif": "Georgia,Cambria,Times New Roman,Times,serif", | ||
"mono": "Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace" | ||
}, | ||
"theme": { | ||
"light": "#fff", | ||
"dark": "#222", | ||
"primary": "#1f74d6", | ||
"secondary": "#7327ce", | ||
"success": "#2cdd93", | ||
"info": "#2196f3", | ||
"warning": "#ffeb3b", | ||
"error": "#e21893" | ||
}, | ||
"color": { | ||
"crimson": "#eb0052" | ||
}, | ||
"grid": { | ||
@@ -18,6 +36,3 @@ "steps": 6 | ||
2, | ||
4, | ||
8, | ||
16, | ||
32 | ||
4 | ||
] | ||
@@ -27,4 +42,3 @@ }, | ||
2, | ||
4, | ||
6, | ||
8, | ||
16, | ||
@@ -31,0 +45,0 @@ 9999 |
{ | ||
"name": "@enhance/styles", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Functional utility classes", | ||
"main": "index.js", | ||
"main": "index.mjs", | ||
"type": "module", | ||
"bin": { | ||
"enhance": "./cli.js" | ||
"enhance": "./cli.mjs" | ||
}, | ||
"style": "enhance.css", | ||
"scripts": { | ||
"build": "node ./cli.js > ./enhance.css", | ||
"build": "node ./cli.mjs > ./enhance.css", | ||
"minify": "postcss ./enhance.css > ./enhance.min.css", | ||
@@ -33,2 +34,3 @@ "prod": "run-s build minify" | ||
"dependencies": { | ||
"color-to-hsla": "^0.1.1", | ||
"modular-scale": "^5.1.2" | ||
@@ -41,2 +43,2 @@ }, | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
41432
59
1015
Yes
2
1
+ Addedcolor-to-hsla@^0.1.1
+ Addedcolor-to-hsla@0.1.1(transitive)