ublo-lib 1.15.0 → 1.15.1
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.
|
@@ -163,7 +163,6 @@ function ContactForm({
|
|
|
163
163
|
children: [_jsx(Select, {
|
|
164
164
|
label: Messages.get(widgetLang, "subject"),
|
|
165
165
|
className: css.fullWidthField,
|
|
166
|
-
icon: "Mail",
|
|
167
166
|
placeholder: Messages.get(widgetLang, "defaultSubject"),
|
|
168
167
|
value: fields.subject.value,
|
|
169
168
|
onValueChange: changed("subject"),
|
|
@@ -197,7 +196,7 @@ function ContactForm({
|
|
|
197
196
|
valid: fields.lastname.touched && !fields.lastname.error
|
|
198
197
|
}), _jsx(Input, {
|
|
199
198
|
type: "email",
|
|
200
|
-
icon: "
|
|
199
|
+
icon: "Mail",
|
|
201
200
|
label: Messages.get(widgetLang, "email"),
|
|
202
201
|
value: fields.email.value,
|
|
203
202
|
onValueChange: changed("email"),
|
|
@@ -282,7 +281,7 @@ function ContactForm({
|
|
|
282
281
|
children: [_jsx(Icons.Loader2, {}), Messages.get(widgetLang, "submit")]
|
|
283
282
|
}) : _jsxs(Button, {
|
|
284
283
|
type: "submit",
|
|
285
|
-
children: [_jsx(Icons.
|
|
284
|
+
children: [_jsx(Icons.Plane, {}), Messages.get(widgetLang, "submit")]
|
|
286
285
|
})
|
|
287
286
|
})]
|
|
288
287
|
});
|