@department-of-veterans-affairs/css-library
Advanced tools
Comparing version 0.7.4 to 0.8.0
{ | ||
"name": "@department-of-veterans-affairs/css-library", | ||
"version": "0.7.4", | ||
"version": "0.8.0", | ||
"description": "Department of Veterans Affairs stylesheets, tokens, and utilities", | ||
@@ -9,11 +9,13 @@ "packageManager": "yarn@3.2.0", | ||
"dist/**/*.scss", | ||
"dist/**/*.json" | ||
"dist/**/*.json", | ||
"dist/fonts/*" | ||
], | ||
"scripts": { | ||
"build:tokens": "style-dictionary build", | ||
"build:stylesheets": "sass --load-path=./node_modules/@uswds/uswds/packages/ src/stylesheets:dist/", | ||
"build:stylesheets": "sass --load-path=./node_modules/@uswds/uswds/packages/ src/stylesheets:dist/stylesheets", | ||
"build:minify": "yarn build:stylesheets --style compressed", | ||
"build:minify-core": "sass --style compressed dist/core.css:dist/core.min.css", | ||
"build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets", | ||
"build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets && yarn copy:scss-files", | ||
"clean-dist": "rimraf dist/*", | ||
"copy:scss-files": "cp -rv src/stylesheets/_mixins.scss dist/stylesheets/_mixins.scss && cp -rv src/stylesheets/formation-overrides/_variables.scss dist/stylesheets/formation-overrides/_variables.scss", | ||
"copy-assets": "cp -rv src/assets/fonts dist/fonts/ && cp -rv src/assets/img dist/img/", | ||
@@ -23,10 +25,10 @@ "copy": "node ./copy-uswds-color-tokens.js && yarn run copy-assets" | ||
"devDependencies": { | ||
"@uswds/uswds": "^3.7.1", | ||
"sass": "^1.64.1", | ||
"style-dictionary": "^3.8.0" | ||
"style-dictionary": "3.8.0" | ||
}, | ||
"dependencies": { | ||
"@divriots/style-dictionary-to-figma": "^0.4.0", | ||
"@uswds/uswds": "^3.7.1", | ||
"rimraf": "^5.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances 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
956478
2
53
36060
3
4
+ Added@uswds/uswds@^3.7.1
+ Added@uswds/uswds@3.10.0(transitive)
+ Addedelement-closest@2.0.2(transitive)
+ Addedkeyboardevent-key-polyfill@1.1.0(transitive)
+ Addedmatches-selector@1.2.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreceptor@1.0.0(transitive)
+ Addedresolve-id-refs@0.1.0(transitive)