@homefile/components-v2 2.36.8 → 2.36.9

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.
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box, Stack } from '@chakra-ui/react';
3
3
  import { AnimatePresence, motion } from 'framer-motion';
4
- const MotionBox = motion(typeof Box);
4
+ const MotionBox = motion.create(typeof Box);
5
5
  export function ControlledWizard({ step, setStep, steps, minHeight = '770px', headerBlink, }) {
6
6
  const current = steps[step];
7
7
  const headerVariants = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.36.8",
3
+ "version": "2.36.9",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",