@mxenabled/connect-widget 0.19.4 → 0.19.5

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.es.js CHANGED
@@ -73696,7 +73696,7 @@ const RoutingNumber = (props) => {
73696
73696
  }
73697
73697
  ) }) }),
73698
73698
  /* @__PURE__ */ jsxRuntimeExports.jsxs("form", { onSubmit: (e) => e.preventDefault(), children: [
73699
- /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.inputStyle, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
73699
+ /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
73700
73700
  ProtectedTextField,
73701
73701
  {
73702
73702
  autoComplete: "off",
@@ -73713,9 +73713,15 @@ const RoutingNumber = (props) => {
73713
73713
  label: __("Routing number"),
73714
73714
  name: "routingNumber",
73715
73715
  onChange: handleTextInputChange,
73716
+ required: true,
73716
73717
  value: values.routingNumber
73717
73718
  }
73718
73719
  ) }) }),
73720
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { marginTop: 16, marginBottom: 32 }, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { style: { color: "#666", fontSize: 13 }, children: [
73721
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { style: { color: "#E32727", fontSize: 13 }, children: "*" }),
73722
+ " ",
73723
+ __("Required")
73724
+ ] }) }),
73719
73725
  /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
73720
73726
  Button$2,
73721
73727
  {
@@ -73751,9 +73757,6 @@ const getStyles$r = (tokens) => ({
73751
73757
  title: {
73752
73758
  marginBottom: tokens.Spacing.Large
73753
73759
  },
73754
- inputStyle: {
73755
- marginBottom: tokens.Spacing.XLarge
73756
- },
73757
73760
  button: {
73758
73761
  marginBottom: "12px"
73759
73762
  }