@heroui/dom-animation
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -22,10 +22,8 @@ "use client"; | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
default: () => src_default | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
default: () => index_default | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_framer_motion = require("framer-motion"); | ||
var src_default = import_framer_motion.domAnimation; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = {}); | ||
var index_default = import_framer_motion.domAnimation; |
{ | ||
"name": "@heroui/dom-animation", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Dom Animation from Framer Motion for dynamic import", | ||
@@ -8,3 +8,3 @@ "keywords": [ | ||
], | ||
"author": "WK Wong <wingkwong.code@gmail.com>", | ||
"author": "HeroUI <support@heroui.com>", | ||
"homepage": "https://heroui.com", | ||
@@ -11,0 +11,0 @@ "license": "MIT", |
@@ -17,3 +17,3 @@ # @heroui/dom-animation | ||
Yes please! See the | ||
[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) | ||
[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) | ||
for details. | ||
@@ -24,2 +24,2 @@ | ||
This project is licensed under the terms of the | ||
[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). | ||
[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4182
7
36