@saas-ui/forms 2.7.0 → 2.8.0

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/index.mjs CHANGED
@@ -284,7 +284,7 @@ import {
284
284
  useControllableState,
285
285
  useFormControl
286
286
  } from "@chakra-ui/react";
287
- import { createContext as createContext2 } from "@chakra-ui/react-utils";
287
+ import { createContext as createContext2 } from "@chakra-ui/utils";
288
288
  import React5 from "react";
289
289
  var [SelectStylesProvider, useSelectStyles] = createStylesContext("SuiSelect");
290
290
  var [SelectProvider, useSelectContext] = createContext2({
@@ -823,7 +823,7 @@ import * as React8 from "react";
823
823
  import {
824
824
  useFieldArray
825
825
  } from "react-hook-form";
826
- import { createContext as createContext3 } from "@chakra-ui/react-utils";
826
+ import { createContext as createContext3 } from "@chakra-ui/utils";
827
827
  var [ArrayFieldProvider, useArrayFieldContext] = createContext3({
828
828
  name: "ArrayFieldContext"
829
829
  });
@@ -1181,7 +1181,7 @@ import {
1181
1181
 
1182
1182
  // src/use-step-form.tsx
1183
1183
  import * as React12 from "react";
1184
- import { createContext as createContext4 } from "@chakra-ui/react-utils";
1184
+ import { createContext as createContext4 } from "@chakra-ui/utils";
1185
1185
  import {
1186
1186
  useStepper,
1187
1187
  useStep
@@ -1409,7 +1409,10 @@ import { forwardRef as forwardRef14 } from "@chakra-ui/react";
1409
1409
  // src/form.tsx
1410
1410
  import * as React14 from "react";
1411
1411
  import { chakra as chakra5, forwardRef as forwardRef13 } from "@chakra-ui/react";
1412
- import { cx as cx4, runIfFn } from "@chakra-ui/utils";
1412
+ import {
1413
+ cx as cx4,
1414
+ runIfFn
1415
+ } from "@chakra-ui/utils";
1413
1416
  import {
1414
1417
  useForm
1415
1418
  } from "react-hook-form";