@hanzogui/animate 2.0.4 → 2.0.5

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.
@@ -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("@hanzo/gui-animate-presence"),
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("@hanzo/gui-animate-presence"),
29
+ import_gui_animate_presence = require("@hanzogui/animate-presence"),
30
30
  import_react = require("react");
31
31
  function Animate(param) {
32
32
  var {
@@ -1,4 +1,4 @@
1
- import { AnimatePresence, PresenceChild } from "@hanzo/gui-animate-presence";
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 "@hanzo/gui-animate-presence";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzogui/animate",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "files": [
package/src/Animate.tsx CHANGED
@@ -1,5 +1,5 @@
1
- import type { AnimatePresenceProps } from '@hanzo/gui-animate-presence'
2
- import { AnimatePresence, PresenceChild } from '@hanzo/gui-animate-presence'
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 = {