@asantemedia-org/edwardsvacuum-design-system 1.6.55 → 1.6.57

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.esm.js CHANGED
@@ -1004,7 +1004,7 @@ var defaultQrFormTranslations = {
1004
1004
  pageTitle_productInformation: "Product information",
1005
1005
  pageTitle_aboutYou: "About you",
1006
1006
  pageTitle_contactDetails: "Your contact details",
1007
- pageTitle_consents: "Consents",
1007
+ pageTitle_consents: "Form consent",
1008
1008
  label_howMayWeHelpYou: "How may we help you?",
1009
1009
  label_customerSupport: "Customer support",
1010
1010
  label_technicalSupport: "Technical support",
@@ -1201,12 +1201,14 @@ var QrForm = function (props) {
1201
1201
  type: "text",
1202
1202
  name: "lastname",
1203
1203
  label: i18n.label_lastName,
1204
- placeholder: i18n.label_lastName
1204
+ placeholder: i18n.label_lastName,
1205
+ required: true
1205
1206
  }, {
1206
1207
  type: "text",
1207
1208
  name: "firstname",
1208
1209
  label: i18n.label_firstName,
1209
- placeholder: i18n.label_firstName
1210
+ placeholder: i18n.label_firstName,
1211
+ required: true
1210
1212
  }, {
1211
1213
  type: "text",
1212
1214
  name: "company",