@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 +4 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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",
|