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