summit-registration-lite 3.0.20 → 3.0.22
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.js +3 -3
- 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
|
-
}, "
|
|
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,
|
|
@@ -2152,8 +2152,8 @@ const formatCurrency = (value, _ref) => {
|
|
|
2152
2152
|
|
|
2153
2153
|
const defaultOptions = {
|
|
2154
2154
|
currency: 'USD',
|
|
2155
|
-
minimumFractionDigits:
|
|
2156
|
-
maximumFractionDigits:
|
|
2155
|
+
minimumFractionDigits: 2,
|
|
2156
|
+
maximumFractionDigits: 2
|
|
2157
2157
|
};
|
|
2158
2158
|
const formatter = new Intl.NumberFormat(locale, formatCurrency_objectSpread(formatCurrency_objectSpread({
|
|
2159
2159
|
style: 'currency'
|