@atom-learning/theme
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -228,3 +228,3 @@ module.exports = { | ||
"display": "'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif", | ||
"body": "'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif" | ||
"body": "'Inter', system-ui, -apple-system, 'Helvetica Neue', sans-serif" | ||
}, | ||
@@ -231,0 +231,0 @@ "sizes": { |
{ | ||
"name": "@atom-learning/theme", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Design tokens and assets for Atom Learning", | ||
@@ -8,5 +8,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build:lib": "node ./scripts/build.js --theme=atom && node ./scripts/build.js --theme=quest", | ||
"build:docs": "cp -r ./src/documentation/. ./lib", | ||
"prepublishOnly": "run-s clean build:lib build:docs", | ||
"build": "node ./scripts/build.js --theme=atom && node ./scripts/build.js --theme=quest", | ||
"prepublishOnly": "run-s clean build", | ||
"clean": "del ./lib" | ||
@@ -13,0 +12,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
80551
19