@mxenabled/connect-widget 2.18.0 → 2.18.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.
package/dist/index.es.js CHANGED
@@ -73533,7 +73533,7 @@ const ViewTitle = ({ connectionStatus, title }) => {
73533
73533
  const tokens = useTokens();
73534
73534
  const styles = getStyles$14(tokens);
73535
73535
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.container, children: [
73536
- /* @__PURE__ */ jsxRuntimeExports.jsx(L, { bold: true, component: "h2", "data-test": "title-text", truncate: false, variant: "H2", children: title }),
73536
+ /* @__PURE__ */ jsxRuntimeExports.jsx(L, { bold: true, component: "h1", "data-test": "title-text", truncate: false, variant: "H2", children: title }),
73537
73537
  connectionStatus === ReadableStatuses$1.DEGRADED && /* @__PURE__ */ jsxRuntimeExports.jsx(InfoFilled, { color: tokens.BackgroundColor.MessageBoxHelp, size: 24 }),
73538
73538
  connectionStatus === ReadableStatuses$1.REJECTED && /* @__PURE__ */ jsxRuntimeExports.jsx(AttentionFilled, { color: tokens.BackgroundColor.MessageBoxError, size: 24 })
73539
73539
  ] });
@@ -81370,7 +81370,7 @@ const RoutingNumber = (props) => {
81370
81370
  /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.header, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
81371
81371
  L,
81372
81372
  {
81373
- component: "h2",
81373
+ component: "h1",
81374
81374
  "data-test": "microdeposit-header",
81375
81375
  style: styles.title,
81376
81376
  truncate: false,