@spark-ui/button
Advanced tools
Comparing version 1.0.0-beta.0 to 1.2.0
{ | ||
"name": "@spark-ui/button", | ||
"version": "1.0.0-beta.0", | ||
"description": "Spark Design System Button", | ||
"version": "1.2.0", | ||
"description": "Button component is used to trigger an action or event, such as submitting a form, opening a Dialog, canceling an action, or performing a delete operation.", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "./dist/index.js", | ||
@@ -10,3 +13,7 @@ "module": "./dist/index.mjs", | ||
"build": "vite build" | ||
} | ||
}, | ||
"dependencies": { | ||
"class-variance-authority": "0.4.0" | ||
}, | ||
"gitHead": "d78bcd4a3eeff74b426fc624a085b7ba35095a08" | ||
} |
{ | ||
"extends": "../../../tsconfig.json", | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"declarationDir": "./dist", | ||
"rootDir": "./src" | ||
}, | ||
"include": [ | ||
"src/**/*", | ||
"../../../global.d.ts" | ||
] | ||
} | ||
"include": ["src/**/*", "../../../global.d.ts"] | ||
} |
import path from 'path' | ||
import { getComponentConfiguration } from '../../../config/index' | ||
const {name} = require(path.resolve(__dirname, 'package.json')) | ||
const { name } = require(path.resolve(__dirname, 'package.json')) | ||
export default getComponentConfiguration(name) | ||
export default getComponentConfiguration(name) |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24274
17
0
252
218
19
34
135
1
1389
1
+ Addedclass-variance-authority@0.4.0(transitive)