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

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
@@ -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",