@wix/vibe-forms-app-plugin 0.5.0 → 0.7.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.cjs CHANGED
@@ -146970,7 +146970,7 @@ var import_adm_zip = __toESM(require_adm_zip());
146970
146970
  // src/constants.ts
146971
146971
  var VERTICAL_NAME = "forms-app";
146972
146972
  var FORMS_APP_DEF_ID = "225dd912-7dea-4738-8688-4b8c6955ffc2";
146973
- var PLUGIN_FILES_ZIP_URL = "https://static.parastorage.com/services/forms-plugin-files/0.2.0/forms-plugin-files-files.zip";
146973
+ var PLUGIN_FILES_ZIP_URL = "https://static.parastorage.com/services/forms-plugin-files/0.7.0/forms-plugin-files-files.zip";
146974
146974
 
146975
146975
  // src/wix-apis.ts
146976
146976
  var isErrorWithRequestId = (error) => {
@@ -147358,6 +147358,7 @@ const formServiceConfig = {
147358
147358
 
147359
147359
  # SECOND TASK: FORMS CODE CHANGES:
147360
147360
  - The general instruction is to NOT CHANGE THE FORMS COMPONENTS CODE and only integrate the forms components into a site page.
147361
+ - The FormComponent handles the onChange, onBlur, onFocus, onSubmit, etc. events and updates the form data. It also handles validation & showing errors.
147361
147362
  - i.e DO NOT EDIT or READ ANY FILE in <code>./src/wix-verticals/</code> USE EVERYTHING AS IS!!
147362
147363
  <code-changes-exceptions>
147363
147364
  - Exceptions are when the user explicitly asks for changes to the forms components code