@saasquatch/mint-components 1.14.6-1 → 1.14.6-2
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/cjs/sqm-big-stat_42.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-lead-form/useLeadForm.js +1 -1
- package/dist/esm/sqm-big-stat_42.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-0c6ab3ec.system.entry.js +1 -0
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-ede3d2f9.entry.js → p-6349fb7c.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-cde11800.system.entry.js +0 -1
|
@@ -1354,7 +1354,7 @@ function useLeadFormState(formState) {
|
|
|
1354
1354
|
}
|
|
1355
1355
|
|
|
1356
1356
|
const SUBMIT_LEAD = index_module.dist.gql `
|
|
1357
|
-
mutation submitForm($formSubmissionInput: FormSubmissionInput) {
|
|
1357
|
+
mutation submitForm($formSubmissionInput: FormSubmissionInput!) {
|
|
1358
1358
|
submitForm(formSubmissionInput: $formSubmissionInput) {
|
|
1359
1359
|
success
|
|
1360
1360
|
}
|
|
@@ -5,7 +5,7 @@ import jsonpointer from "jsonpointer";
|
|
|
5
5
|
import { AsYouType } from "libphonenumber-js";
|
|
6
6
|
import { useLeadFormState } from "./useLeadFormState";
|
|
7
7
|
const SUBMIT_LEAD = gql `
|
|
8
|
-
mutation submitForm($formSubmissionInput: FormSubmissionInput) {
|
|
8
|
+
mutation submitForm($formSubmissionInput: FormSubmissionInput!) {
|
|
9
9
|
submitForm(formSubmissionInput: $formSubmissionInput) {
|
|
10
10
|
success
|
|
11
11
|
}
|
|
@@ -1350,7 +1350,7 @@ function useLeadFormState(formState) {
|
|
|
1350
1350
|
}
|
|
1351
1351
|
|
|
1352
1352
|
const SUBMIT_LEAD = dist.gql `
|
|
1353
|
-
mutation submitForm($formSubmissionInput: FormSubmissionInput) {
|
|
1353
|
+
mutation submitForm($formSubmissionInput: FormSubmissionInput!) {
|
|
1354
1354
|
submitForm(formSubmissionInput: $formSubmissionInput) {
|
|
1355
1355
|
success
|
|
1356
1356
|
}
|