@phillips/seldon 1.17.3 → 1.17.4
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.
|
@@ -180,19 +180,6 @@ const o = `${X}-viewings-list-card-form`, l = ({
|
|
|
180
180
|
invalidText: e == null ? void 0 : e.address1
|
|
181
181
|
}
|
|
182
182
|
),
|
|
183
|
-
/* @__PURE__ */ t(
|
|
184
|
-
u,
|
|
185
|
-
{
|
|
186
|
-
id: `addressUrl-${r}`,
|
|
187
|
-
name: "addressUrl",
|
|
188
|
-
defaultValue: V,
|
|
189
|
-
labelText: $,
|
|
190
|
-
size: "sm",
|
|
191
|
-
type: "url",
|
|
192
|
-
invalid: e == null ? void 0 : e.addressUrl,
|
|
193
|
-
invalidText: e == null ? void 0 : e.addressUrl
|
|
194
|
-
}
|
|
195
|
-
),
|
|
196
183
|
/* @__PURE__ */ t(
|
|
197
184
|
u,
|
|
198
185
|
{
|
|
@@ -217,6 +204,19 @@ const o = `${X}-viewings-list-card-form`, l = ({
|
|
|
217
204
|
invalidText: e == null ? void 0 : e.address3
|
|
218
205
|
}
|
|
219
206
|
),
|
|
207
|
+
/* @__PURE__ */ t(
|
|
208
|
+
u,
|
|
209
|
+
{
|
|
210
|
+
id: `addressUrl-${r}`,
|
|
211
|
+
name: "addressUrl",
|
|
212
|
+
defaultValue: V,
|
|
213
|
+
labelText: $,
|
|
214
|
+
size: "sm",
|
|
215
|
+
type: "url",
|
|
216
|
+
invalid: e == null ? void 0 : e.addressUrl,
|
|
217
|
+
invalidText: e == null ? void 0 : e.addressUrl
|
|
218
|
+
}
|
|
219
|
+
),
|
|
220
220
|
/* @__PURE__ */ t(
|
|
221
221
|
u,
|
|
222
222
|
{
|