@chakra-ui/vue-utils
Advanced tools
Comparing version 0.1.0-alpha.3 to 0.1.0-alpha.4
# @chakra-ui/vue-utils | ||
## 0.1.0-alpha.4 | ||
### Patch Changes | ||
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components | ||
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components | ||
## 0.1.0-alpha.3 | ||
@@ -4,0 +12,0 @@ |
@@ -8,4 +8,4 @@ import { PropType } from 'vue'; | ||
}; | ||
export declare const SNA: (ArrayConstructor | NumberConstructor | StringConstructor)[]; | ||
export declare const SNA: (ArrayConstructor | StringConstructor | NumberConstructor)[]; | ||
export declare const SAO: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
export declare const SNAO: (ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[]; | ||
export declare const SNAO: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[]; |
{ | ||
"name": "@chakra-ui/vue-utils", | ||
"version": "0.1.0-alpha.3", | ||
"version": "0.1.0-alpha.4", | ||
"main": "dist/cjs/index.js", | ||
@@ -17,3 +17,3 @@ "module": "dist/esm/index.js", | ||
"build:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"watch": "concurrently yarn:watch:*", | ||
"watch": "yarn:watch:*", | ||
"watch:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps --watch", | ||
@@ -20,0 +20,0 @@ "watch:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps --watch", |
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
62429
0