@homebound/beam 3.9.0 → 3.9.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.cjs CHANGED
@@ -22071,7 +22071,7 @@ function TabContent(props) {
22071
22071
  return (
22072
22072
  // Using FullBleed to allow the tab's bgColor to extend to the edges of the <ScrollableContent /> element.
22073
22073
  // Omit the padding from `FullBleed` if the caller passes in the `paddingLeft/Right` styles.
22074
- /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(FullBleed, { omitPadding: omitFullBleedPadding, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("div", { "aria-labelledby": `${uniqueValue}-tab`, id: `${uniqueValue}-tabPanel`, role: "tabpanel", tabIndex: 0, ...tid.panel, ...(0, import_runtime93.trussProps)(contentXss), children: isRouteTab(selectedTab) ? /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(import_react_router.Routes, { children: (Array.isArray(selectedTab.path) ? selectedTab.path : [selectedTab.path]).map((p) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(import_react_router.Route, { path: p, element: selectedTab.render() }, p)) }) : selectedTab.render() }) })
22074
+ /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(FullBleed, { omitPadding: omitFullBleedPadding, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("div", { "aria-labelledby": `${uniqueValue}-tab`, id: `${uniqueValue}-tabPanel`, role: "tabpanel", tabIndex: 0, ...tid.panel, ...(0, import_runtime93.trussProps)(contentXss), children: selectedTab.render() }) })
22075
22075
  );
22076
22076
  }
22077
22077
  function Tabs(props) {