@homebound/beam 3.99.2 → 3.100.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/Css.json CHANGED
@@ -815,7 +815,7 @@
815
815
  "mdSb": {"kind":"static","defs":{"fontWeight":600,"fontSize":"16px","lineHeight":"24px"}},
816
816
  "lg": {"kind":"static","defs":{"fontWeight":600,"fontSize":"18px","lineHeight":"28px"}},
817
817
  "xl": {"kind":"static","defs":{"fontWeight":600,"fontSize":"20px","lineHeight":"28px"}},
818
- "xl2": {"kind":"static","defs":{"fontWeight":600,"fontSize":"30px","lineHeight":"36px"}},
818
+ "xl2": {"kind":"static","defs":{"fontWeight":600,"fontSize":"24px","lineHeight":"32px"}},
819
819
  "measure": {"kind":"static","defs":{"maxWidth":"30em"}},
820
820
  "measureWide": {"kind":"static","defs":{"maxWidth":"34em"}},
821
821
  "measureNarrow": {"kind":"static","defs":{"maxWidth":"20em"}},
package/dist/index.cjs CHANGED
@@ -3905,9 +3905,9 @@ var CssBuilder = class _CssBuilder {
3905
3905
  get xl() {
3906
3906
  return this.add("fontWeight", 600).add("fontSize", "20px").add("lineHeight", "28px");
3907
3907
  }
3908
- /** Sets `fontWeight: 600; fontSize: "30px"; lineHeight: "36px"`. */
3908
+ /** Sets `fontWeight: 600; fontSize: "24px"; lineHeight: "32px"`. */
3909
3909
  get xl2() {
3910
- return this.add("fontWeight", 600).add("fontSize", "30px").add("lineHeight", "36px");
3910
+ return this.add("fontWeight", 600).add("fontSize", "24px").add("lineHeight", "32px");
3911
3911
  }
3912
3912
  // typography
3913
3913
  /** Sets `maxWidth: "30em"`. */
@@ -9030,8 +9030,8 @@ var __typography = {
9030
9030
  },
9031
9031
  xl2: {
9032
9032
  fontWeight: "fw6",
9033
- fontSize: "fz_30px",
9034
- lineHeight: "lh_36px"
9033
+ fontSize: "fz_24px",
9034
+ lineHeight: "lh_32px"
9035
9035
  }
9036
9036
  };
9037
9037
  var insetSeparator = `inset 0 -1px 0 ${maybeCssVar("--b-surface-separator" /* SurfaceSeparator */)}`;
@@ -9508,8 +9508,8 @@ var __typography2 = {
9508
9508
  },
9509
9509
  xl2: {
9510
9510
  fontWeight: "fw6",
9511
- fontSize: "fz_30px",
9512
- lineHeight: "lh_36px"
9511
+ fontSize: "fz_24px",
9512
+ lineHeight: "lh_32px"
9513
9513
  }
9514
9514
  };
9515
9515
  function maybeApplyFunction(row, maybeFn) {
@@ -9975,8 +9975,8 @@ var __typography3 = {
9975
9975
  },
9976
9976
  xl2: {
9977
9977
  fontWeight: "fw6",
9978
- fontSize: "fz_30px",
9979
- lineHeight: "lh_36px"
9978
+ fontSize: "fz_24px",
9979
+ lineHeight: "lh_32px"
9980
9980
  }
9981
9981
  };
9982
9982
  function TextFieldBase(props) {
@@ -10662,8 +10662,8 @@ var __typography4 = {
10662
10662
  },
10663
10663
  xl2: {
10664
10664
  fontWeight: "fw6",
10665
- fontSize: "fz_30px",
10666
- lineHeight: "lh_36px"
10665
+ fontSize: "fz_24px",
10666
+ lineHeight: "lh_32px"
10667
10667
  }
10668
10668
  };
10669
10669
  function Avatar({
@@ -20017,8 +20017,8 @@ function Modal(props) {
20017
20017
  const title = /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("h1", { ...(0, import_runtime88.trussProps)({
20018
20018
  flexGrow: "fg1",
20019
20019
  fontWeight: "fw6",
20020
- fontSize: "fz_30px",
20021
- lineHeight: "lh_36px",
20020
+ fontSize: "fz_24px",
20021
+ lineHeight: "lh_32px",
20022
20022
  ...aiMode ? {
20023
20023
  color: "purple700",
20024
20024
  backgroundImage: "aiBoldBg",
@@ -22646,7 +22646,7 @@ function PageHeader(props) {
22646
22646
  /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("div", { className: "pt2 pb2 pl3 pr3 df jcsb aic", children: [
22647
22647
  /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("div", { children: [
22648
22648
  breadCrumb && /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(PageHeaderBreadcrumbs, { breadcrumb: breadCrumb }),
22649
- /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("h1", { className: "fw6 fz_30px lh_36px", ...tids.pageTitle, children: pageTitle })
22649
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("h1", { className: "fw6 fz_24px lh_32px", ...tids.pageTitle, children: pageTitle })
22650
22650
  ] }),
22651
22651
  /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("div", { className: "df gap1", children: [
22652
22652
  tertiaryAction && /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(Button, { label: tertiaryAction.label, onClick: tertiaryAction.onClick, variant: "tertiary", disabled: tertiaryAction.disabled, tooltip: tertiaryAction.tooltip }),
@@ -24695,7 +24695,7 @@ function TableReviewLayout(props) {
24695
24695
  /* @__PURE__ */ (0, import_jsx_runtime191.jsxs)("div", { className: "df jcsb aic", children: [
24696
24696
  /* @__PURE__ */ (0, import_jsx_runtime191.jsxs)("div", { children: [
24697
24697
  breadCrumb && /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(PageHeaderBreadcrumbs, { breadcrumb: breadCrumb }),
24698
- /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("h1", { className: "fw6 fz_30px lh_36px mt1 mb0", ...tid.pageTitle, children: pageTitle })
24698
+ /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("h1", { className: "fw6 fz_24px lh_32px mt1 mb0", ...tid.pageTitle, children: pageTitle })
24699
24699
  ] }),
24700
24700
  /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(Button, { label: "Close", onClick: closeAction, ...tid.closeButton })
24701
24701
  ] }),
@@ -27547,7 +27547,7 @@ function SuperDrawerHeader(props) {
27547
27547
  return (0, import_react_dom8.createPortal)(/* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("div", { className: "df aic jcsb gap3", ...tid, children: [
27548
27548
  isStructuredProps(props) ? /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("div", { className: "df jcsb aic gap2 fg1", children: [
27549
27549
  /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("div", { className: "fg1 df aic gap2", children: [
27550
- /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("h1", { className: "fw6 fz_30px lh_36px", children: props.title }),
27550
+ /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("h1", { className: "fw6 fz_24px lh_32px", children: props.title }),
27551
27551
  props.left
27552
27552
  ] }),
27553
27553
  props.right && /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("div", { className: "fs0", children: props.right })
@@ -27978,6 +27978,7 @@ function TabImpl(props) {
27978
27978
  aiStyles
27979
27979
  } = (0, import_react156.useMemo)(() => getTabStyles(), []);
27980
27980
  const uniqueValue = uniqueTabValue(tab);
27981
+ const tid = useTestIds(others);
27981
27982
  const tabProps = {
27982
27983
  "aria-controls": `${uniqueValue}-tabPanel`,
27983
27984
  "aria-selected": active,
@@ -28004,7 +28005,7 @@ function TabImpl(props) {
28004
28005
  onClick: () => onClick(tab.value)
28005
28006
  }
28006
28007
  });
28007
- const decoration = aiMode ? /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(AiBadge, {}) : icon ? /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(Icon, { icon }) : endAdornment;
28008
+ const decoration = aiMode ? /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(Tag, { text: "Tab has AI proposals ready for review", preventTooltip: true, icon: "aiStar", type: "ai", variant: "primary", iconOnly: true, ...tid.aiTag }) : icon ? /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(Icon, { icon }) : endAdornment;
28008
28009
  const tabLabel = /* @__PURE__ */ (0, import_jsx_runtime224.jsxs)(import_jsx_runtime224.Fragment, { children: [
28009
28010
  label,
28010
28011
  decoration && /* @__PURE__ */ (0, import_jsx_runtime224.jsx)("span", { className: "ml1 df aic", children: decoration })