@chakra-ui/c-icon
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
# @chakra-ui/c-icon | ||
## 1.0.0-alpha.3 | ||
### Minor Changes | ||
- [#44](https://github.com/chakra-ui/chakra-ui-vue-next/pull/44) [`576a7f1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/576a7f12c179852ebfd9ee1905764357d7698dd6) Thanks [@codebender828](https://github.com/codebender828)! - - Adds Modal component | ||
- Adds FocusLock composable, directive and component | ||
- Adds ScrollLock composable, directive and component | ||
- Improves TSX support | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @chakra-ui/vue-system@0.1.0-alpha.3 | ||
## 1.0.0-alpha.2 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@chakra-ui/c-icon", | ||
"description": "Chakra UI Vue | A component to display icons in the browser component", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"main": "dist/cjs/index.js", | ||
@@ -36,3 +36,3 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"@chakra-ui/vue-system": "0.1.0-alpha.2" | ||
"@chakra-ui/vue-system": "0.1.0-alpha.3" | ||
}, | ||
@@ -43,5 +43,5 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"@chakra-ui/vue-system": "0.1.0-alpha.2", | ||
"@chakra-ui/vue-system": "0.1.0-alpha.3", | ||
"vue": "^3.0.5" | ||
} | ||
} |
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
21326
+ Added@chakra-ui/vue-system@0.1.0-alpha.3(transitive)
+ Added@chakra-ui/vue-utils@0.1.0-alpha.3(transitive)
- Removed@chakra-ui/vue-system@0.1.0-alpha.2(transitive)
- Removed@chakra-ui/vue-utils@0.1.0-alpha.2(transitive)