@homebound/beam 3.76.0 → 3.77.0

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
@@ -24485,7 +24485,8 @@ function ContentHeader(props) {
24485
24485
  const {
24486
24486
  title,
24487
24487
  description,
24488
- actions
24488
+ actions,
24489
+ xss
24489
24490
  } = props;
24490
24491
  const tid = useTestIds(props, "contentHeader");
24491
24492
  if (!title && !description && !actions) {
@@ -24500,15 +24501,18 @@ function ContentHeader(props) {
24500
24501
  }]
24501
24502
  }), ...tid.description, children: description });
24502
24503
  return /* @__PURE__ */ (0, import_jsx_runtime187.jsxs)("div", { ...(0, import_runtime113.trussProps)({
24503
- display: "df",
24504
- flexDirection: "fdc",
24505
- gap: "gap_12px",
24506
- width: "w_min_100_calc_var_beam_layout_viewport_width_100vw_var_beam_side_nav_layout_width_0px",
24507
- left: "l_var_beam_side_nav_layout_width_0px",
24508
- position: "sticky",
24509
- backgroundColor: ["bgColor_var", {
24510
- "--backgroundColor": "var(--b-surface)"
24511
- }]
24504
+ ...{
24505
+ display: "df",
24506
+ flexDirection: "fdc",
24507
+ gap: "gap_12px",
24508
+ width: "w_min_100_calc_var_beam_layout_viewport_width_100vw_var_beam_side_nav_layout_width_0px",
24509
+ left: "l_var_beam_side_nav_layout_width_0px",
24510
+ position: "sticky",
24511
+ backgroundColor: ["bgColor_var", {
24512
+ "--backgroundColor": "var(--b-surface)"
24513
+ }]
24514
+ },
24515
+ ...xss
24512
24516
  }), ...tid, children: [
24513
24517
  /* @__PURE__ */ (0, import_jsx_runtime187.jsxs)("div", { className: "df aic jcsb mw0", children: [
24514
24518
  title ? /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("h2", { className: "fw6 fz_20px lh_28px", ...tid.title, children: title }) : descriptionEl,