@bigbinary/neeto-form-frontend 1.2.23 → 1.2.25
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/app/javascript/src/translations/en.json +2 -0
- package/dist/index.cjs.js +308 -94
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +310 -97
- package/dist/index.js.map +1 -1
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +25 -0
|
@@ -16,12 +16,14 @@
|
|
|
16
16
|
"text": "Text",
|
|
17
17
|
"rate": "Rate",
|
|
18
18
|
"reset": "Reset",
|
|
19
|
+
"cancel": "Cancel",
|
|
19
20
|
"singleChoice": "Single choice",
|
|
20
21
|
"company": "Company",
|
|
21
22
|
"select": "Select",
|
|
22
23
|
"selectOne": "Select one",
|
|
23
24
|
"required": "Required",
|
|
24
25
|
"invalidURL": "Invalid URL",
|
|
26
|
+
"generateLink": "Generate link",
|
|
25
27
|
"paragraphCantBeEmpty": "Paragraph can't be empty",
|
|
26
28
|
"fillTheFormToChat": "Please fill in the form to start chatting.",
|
|
27
29
|
"phoneNumberValidation": "phone number starting with country code",
|