@pelcro/react-pelcro-js 3.9.0-beta.4 → 3.9.0-beta.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.
package/dist/index.cjs.js CHANGED
@@ -12354,7 +12354,7 @@ function FirstName({
12354
12354
  } else {
12355
12355
  dispatch({
12356
12356
  type: SET_FIRST_NAME,
12357
- payload: firstName
12357
+ payload: value
12358
12358
  });
12359
12359
  }
12360
12360
  }
@@ -12426,7 +12426,7 @@ function LastName({
12426
12426
  } else {
12427
12427
  dispatch({
12428
12428
  type: SET_LAST_NAME,
12429
- payload: lastName
12429
+ payload: value
12430
12430
  });
12431
12431
  }
12432
12432
  }
@@ -12498,7 +12498,7 @@ function Phone({
12498
12498
  } else {
12499
12499
  dispatch({
12500
12500
  type: SET_PHONE,
12501
- payload: phone
12501
+ payload: value
12502
12502
  });
12503
12503
  }
12504
12504
  }
package/dist/index.esm.js CHANGED
@@ -12324,7 +12324,7 @@ function FirstName({
12324
12324
  } else {
12325
12325
  dispatch({
12326
12326
  type: SET_FIRST_NAME,
12327
- payload: firstName
12327
+ payload: value
12328
12328
  });
12329
12329
  }
12330
12330
  }
@@ -12396,7 +12396,7 @@ function LastName({
12396
12396
  } else {
12397
12397
  dispatch({
12398
12398
  type: SET_LAST_NAME,
12399
- payload: lastName
12399
+ payload: value
12400
12400
  });
12401
12401
  }
12402
12402
  }
@@ -12468,7 +12468,7 @@ function Phone({
12468
12468
  } else {
12469
12469
  dispatch({
12470
12470
  type: SET_PHONE,
12471
- payload: phone
12471
+ payload: value
12472
12472
  });
12473
12473
  }
12474
12474
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.9.0-beta.4",
4
+ "version": "3.9.0-beta.5",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",