@chakra-ui/vue-utils
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3
# @chakra-ui/vue-utils | ||
## 0.1.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 | ||
## 0.1.0-alpha.2 | ||
@@ -4,0 +13,0 @@ |
@@ -21,2 +21,34 @@ "use strict"; | ||
var _dom = require("./dom"); | ||
Object.keys(_dom).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _dom[key]) return; | ||
exports[key] = _dom[key]; | ||
}); | ||
var _domQuery = require("./dom-query"); | ||
Object.keys(_domQuery).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _domQuery[key]) return; | ||
exports[key] = _domQuery[key]; | ||
}); | ||
var _types = require("./types"); | ||
Object.keys(_types).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _types[key]) return; | ||
exports[key] = _types[key]; | ||
}); | ||
var _timers = require("./timers"); | ||
Object.keys(_timers).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _timers[key]) return; | ||
exports[key] = _timers[key]; | ||
}); | ||
var _props = require("./props"); | ||
@@ -23,0 +55,0 @@ |
export * from './vue-utils'; | ||
export * from './layout'; | ||
export * from './dom'; | ||
export * from './dom-query'; | ||
export * from './types'; | ||
export * from './timers'; | ||
export * from './props'; | ||
//# sourceMappingURL=index.js.map |
export * from './vue-utils'; | ||
export * from './layout'; | ||
export * from './dom'; | ||
export * from './dom-query'; | ||
export * from './types'; | ||
export * from './timers'; | ||
export * from './props'; |
@@ -8,4 +8,4 @@ import { PropType } from 'vue'; | ||
}; | ||
export declare const SNA: (NumberConstructor | StringConstructor | ArrayConstructor)[]; | ||
export declare const SAO: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; | ||
export declare const SNAO: (ObjectConstructor | NumberConstructor | StringConstructor | ArrayConstructor)[]; | ||
export declare const SNA: (ArrayConstructor | NumberConstructor | StringConstructor)[]; | ||
export declare const SAO: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
export declare const SNAO: (ArrayConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[]; |
{ | ||
"name": "@chakra-ui/vue-utils", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-alpha.3", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
export * from './vue-utils' | ||
export * from './layout' | ||
export * from './dom' | ||
export * from './dom-query' | ||
export * from './types' | ||
export * from './timers' | ||
export * from './props' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
61777
55
1015
1