@overmap-ai/core 1.0.58-asset-description.4 → 1.0.58-asset-description.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.
@@ -2,4 +2,4 @@ export * from "./typings";
2
2
  export * from "./builder";
3
3
  export * from "./fields";
4
4
  export * from "./renderer";
5
- export { validateForm } from "./utils";
5
+ export { validateForm, initialFormValues } from "./utils";
@@ -16720,6 +16720,7 @@ const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
16720
16720
  emptyTextField,
16721
16721
  encodeFormValues,
16722
16722
  formRevisionToSchema,
16723
+ initialFormValues,
16723
16724
  isConditionMet,
16724
16725
  useFieldInput,
16725
16726
  useFieldInputs,
@@ -16983,6 +16984,7 @@ export {
16983
16984
  hashFile,
16984
16985
  hideAllCategories,
16985
16986
  hideCategory,
16987
+ initialFormValues,
16986
16988
  isConditionMet,
16987
16989
  isToday,
16988
16990
  issueReducer,