@mirohq/design-system-themes
Advanced tools
Comparing version 0.2.0-themes.0 to 0.2.0-themes.1
{ | ||
"name": "@mirohq/design-system-themes", | ||
"version": "0.2.0-themes.0", | ||
"version": "0.2.0-themes.1", | ||
"description": "", | ||
@@ -16,3 +16,6 @@ "author": "Miro", | ||
"types": "./dist/types.d.ts" | ||
} | ||
}, | ||
"./base-theme.css": "./base-theme.css", | ||
"./light-theme.css": "./light-theme.css", | ||
"./dark-theme.css": "./dark-theme.css" | ||
}, | ||
@@ -25,10 +28,14 @@ "files": [ | ||
}, | ||
"devDependencies": { | ||
"dependencies": { | ||
"@mirohq/design-tokens": "^3.0.0-themes.0" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash.kebabcase": "^4.1.7", | ||
"lodash.kebabcase": "^4.1.1" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c ../../rollup.config.js", | ||
"clean": "rm -rf dist", | ||
"build": "rollup -c ../../rollup.config.js && node scripts/build.mjs", | ||
"clean": "rm -rf dist && rm -f base-theme.css && rm -f light-theme.css && rm -f dark-theme.css", | ||
"prebuild": "pnpm clean" | ||
} | ||
} |
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
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
56162
0
1
2
+ Added@mirohq/design-tokens@3.6.0(transitive)