@chakra-ui/css-reset
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@chakra-ui/css-reset", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "CSS reset component for Chakra UI", | ||
@@ -16,4 +16,4 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
@@ -43,8 +43,9 @@ "files": [ | ||
"scripts": { | ||
"build": "tsup src/index.ts --format=esm,cjs --dts", | ||
"build": "JSX=1 tsup src/index.ts --dts", | ||
"dev": "pnpm build -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src/index.ts --format=esm,cjs" | ||
} | ||
"build:fast": "JSX=1 tsup src/index.ts" | ||
}, | ||
"readme": "# @chakra-ui/css-reset\n\nA CSS Reset component for Chakra UI components.\n\n## Installation\n\n```sh\nnpm i @chakra-ui/css-reset\n# or\nyarn add @chakra-ui/css-reset\n```\n\n## Disabling border for non-keyboard interactions\n\nWe've added global style for `focus-visible` in event you need to remove focus\nstyles for non-keyboard interactions.\n\n```bash\n# as a dependency\nyarn add focus-visible\n\n# at the root of your application\nimport \"focus-visible/dist/focus-visible\"\n```\n" | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
14604
6
516