@hanzogui/animate 2.0.4 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/Animate.cjs
CHANGED
|
@@ -23,7 +23,7 @@ __export(Animate_exports, {
|
|
|
23
23
|
Animate: () => Animate
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(Animate_exports);
|
|
26
|
-
var import_gui_animate_presence = require("@
|
|
26
|
+
var import_gui_animate_presence = require("@hanzogui/animate-presence"),
|
|
27
27
|
import_react = require("react"),
|
|
28
28
|
import_jsx_runtime = require("react/jsx-runtime");
|
|
29
29
|
function Animate({
|
|
@@ -26,7 +26,7 @@ __export(Animate_exports, {
|
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(Animate_exports);
|
|
28
28
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
29
|
-
import_gui_animate_presence = require("@
|
|
29
|
+
import_gui_animate_presence = require("@hanzogui/animate-presence"),
|
|
30
30
|
import_react = require("react");
|
|
31
31
|
function Animate(param) {
|
|
32
32
|
var {
|
package/dist/esm/Animate.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnimatePresence, PresenceChild } from "@
|
|
1
|
+
import { AnimatePresence, PresenceChild } from "@hanzogui/animate-presence";
|
|
2
2
|
import { startTransition, useEffect, useState } from "react";
|
|
3
3
|
import { Fragment, jsx } from "react/jsx-runtime";
|
|
4
4
|
function Animate({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { AnimatePresence, PresenceChild } from "@
|
|
2
|
+
import { AnimatePresence, PresenceChild } from "@hanzogui/animate-presence";
|
|
3
3
|
import { startTransition, useEffect, useState } from "react";
|
|
4
4
|
function Animate(param) {
|
|
5
5
|
var {
|
package/package.json
CHANGED
package/src/Animate.tsx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { AnimatePresenceProps } from '@
|
|
2
|
-
import { AnimatePresence, PresenceChild } from '@
|
|
1
|
+
import type { AnimatePresenceProps } from '@hanzogui/animate-presence'
|
|
2
|
+
import { AnimatePresence, PresenceChild } from '@hanzogui/animate-presence'
|
|
3
3
|
import { startTransition, useEffect, useState } from 'react'
|
|
4
4
|
|
|
5
5
|
type BaseProps = {
|