summit-registration-lite 3.0.20 → 3.0.21

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1954,7 +1954,7 @@ const PersonalInfoComponent = ({
1954
1954
  ref: ref
1955
1955
  }, formValues.ticketQuantity > 1 && /*#__PURE__*/external_react_default().createElement("div", {
1956
1956
  className: `${personal_information_index_module.ticketQuantityNotice} alert alert-info`
1957
- }, "Please note that 1 ticket from this order will be automatically assigned to you; the rest will remain unassigned, with the option to re-assign all tickets after purchase."), /*#__PURE__*/external_react_default().createElement("form", {
1957
+ }, "If this is your first order please note that 1 ticket from this order will be automatically assigned to you; the rest will remain unassigned, with the option to re-assign all tickets after purchase."), /*#__PURE__*/external_react_default().createElement("form", {
1958
1958
  id: "personal-info-form",
1959
1959
  onSubmit: handleSubmit(onSubmit),
1960
1960
  className: personal_information_index_module.form,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "summit-registration-lite",
3
- "version": "3.0.20",
3
+ "version": "3.0.21",
4
4
  "description": "Summit Registration Lite",
5
5
  "main": "index.js",
6
6
  "scripts": {