@pluralsight/headless-styles
Advanced tools
Comparing version 0.0.0-experimental-89c5d1-20220310 to 0.0.0-experimental-bc19b4-20220317
@@ -1,1 +0,2 @@ | ||
export { getButtonProps } from './components/Button/Button'; | ||
export { getButtonProps } from './components/Button/buttonCSS'; | ||
export { getJSButtonProps } from './components/Button/buttonJS'; |
@@ -1,1 +0,2 @@ | ||
export { getButtonProps } from './components/Button/Button'; | ||
export { getButtonProps } from './components/Button/buttonCSS'; | ||
export { getJSButtonProps } from './components/Button/buttonJS'; |
{ | ||
"name": "@pluralsight/headless-styles", | ||
"version": "0.0.0-experimental-89c5d1-20220310", | ||
"version": "0.0.0-experimental-bc19b4-20220317", | ||
"description": "Headless styles for Pluralsight.", | ||
@@ -9,8 +9,20 @@ "main": "./build/index.js", | ||
], | ||
"sideEffects": [ | ||
"**/*.css", | ||
"build/index.js" | ||
], | ||
"scripts": { | ||
"build": "tsc --project tsconfig.build.json", | ||
"build": "yarn copy:css && tsc --project tsconfig.build.json", | ||
"copy:css": "copyfiles --up 1 ./src/**/*.module.css build", | ||
"test": "echo \"'yarn test' should be run from root directory.\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@pluralsight/design-tokens": "alpha" | ||
}, | ||
"devDependencies": { | ||
"@types/copyfiles": "^2", | ||
"@types/jest": "^27.4.1", | ||
"@types/react": "^17.0.40", | ||
"copyfiles": "^2.4.1", | ||
"identity-obj-proxy": "^3.0.0", | ||
"typescript": "4.4.4" | ||
@@ -17,0 +29,0 @@ }, |
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
13871
13
423
1
6
1
+ Added@pluralsight/design-tokens@0.0.0-alpha-ebdadf(transitive)