@acanto/core-forms
Advanced tools
Comparing version 0.0.54 to 0.0.55
import ajax from "@acanto/core-ajax"; | ||
import ajaxLaravel from "@acanto/core-ajax/laravel"; | ||
import { getPostData, getFormData } from "@acanto/core-fillform/helpers"; | ||
import { $, addClass, removeClass, getDataAttr } from "@acanto/core-dom"; | ||
import Validation, { ValidationError, ValidationOptions } from "./validation"; | ||
import { getPostData, getFormData } from "./helpers"; | ||
// import scrollTo from "@acanto/core-scroll/scrollTo"; | ||
@@ -7,0 +7,0 @@ import "@acanto/core-progress/loading.scss"; |
{ | ||
"name": "@acanto/core-forms", | ||
"version": "0.0.54", | ||
"version": "0.0.55", | ||
"author": "Acanto <info@acanto.net> (https://acanto.agency/)", | ||
@@ -31,3 +31,3 @@ "license": "ISC", | ||
], | ||
"gitHead": "735fc9f3e1e20b78af2bf66bed0b2efafbcf6d05" | ||
"gitHead": "ed2dd9ecb117a171283aa95e9c6699ef9dbe6d28" | ||
} |
112228