@homebound/beam 3.99.3 → 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 +1 -1
- package/dist/index.cjs +15 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/truss.css +4 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3775,7 +3775,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
|
|
|
3775
3775
|
} & {
|
|
3776
3776
|
lineHeight: csstype.Property.LineHeight<string | 0> | undefined;
|
|
3777
3777
|
}, S>;
|
|
3778
|
-
/** Sets `fontWeight: 600; fontSize: "
|
|
3778
|
+
/** Sets `fontWeight: 600; fontSize: "24px"; lineHeight: "32px"`. */
|
|
3779
3779
|
get xl2(): CssBuilder<T & {
|
|
3780
3780
|
fontWeight: csstype.Property.FontWeight | undefined;
|
|
3781
3781
|
} & {
|
package/dist/index.d.ts
CHANGED
|
@@ -3775,7 +3775,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
|
|
|
3775
3775
|
} & {
|
|
3776
3776
|
lineHeight: csstype.Property.LineHeight<string | 0> | undefined;
|
|
3777
3777
|
}, S>;
|
|
3778
|
-
/** Sets `fontWeight: 600; fontSize: "
|
|
3778
|
+
/** Sets `fontWeight: 600; fontSize: "24px"; lineHeight: "32px"`. */
|
|
3779
3779
|
get xl2(): CssBuilder<T & {
|
|
3780
3780
|
fontWeight: csstype.Property.FontWeight | undefined;
|
|
3781
3781
|
} & {
|
package/dist/index.js
CHANGED
|
@@ -3503,9 +3503,9 @@ var CssBuilder = class _CssBuilder {
|
|
|
3503
3503
|
get xl() {
|
|
3504
3504
|
return this.add("fontWeight", 600).add("fontSize", "20px").add("lineHeight", "28px");
|
|
3505
3505
|
}
|
|
3506
|
-
/** Sets `fontWeight: 600; fontSize: "
|
|
3506
|
+
/** Sets `fontWeight: 600; fontSize: "24px"; lineHeight: "32px"`. */
|
|
3507
3507
|
get xl2() {
|
|
3508
|
-
return this.add("fontWeight", 600).add("fontSize", "
|
|
3508
|
+
return this.add("fontWeight", 600).add("fontSize", "24px").add("lineHeight", "32px");
|
|
3509
3509
|
}
|
|
3510
3510
|
// typography
|
|
3511
3511
|
/** Sets `maxWidth: "30em"`. */
|
|
@@ -8523,8 +8523,8 @@ var __typography = {
|
|
|
8523
8523
|
},
|
|
8524
8524
|
xl2: {
|
|
8525
8525
|
fontWeight: "fw6",
|
|
8526
|
-
fontSize: "
|
|
8527
|
-
lineHeight: "
|
|
8526
|
+
fontSize: "fz_24px",
|
|
8527
|
+
lineHeight: "lh_32px"
|
|
8528
8528
|
}
|
|
8529
8529
|
};
|
|
8530
8530
|
var insetSeparator = `inset 0 -1px 0 ${maybeCssVar("--b-surface-separator" /* SurfaceSeparator */)}`;
|
|
@@ -9001,8 +9001,8 @@ var __typography2 = {
|
|
|
9001
9001
|
},
|
|
9002
9002
|
xl2: {
|
|
9003
9003
|
fontWeight: "fw6",
|
|
9004
|
-
fontSize: "
|
|
9005
|
-
lineHeight: "
|
|
9004
|
+
fontSize: "fz_24px",
|
|
9005
|
+
lineHeight: "lh_32px"
|
|
9006
9006
|
}
|
|
9007
9007
|
};
|
|
9008
9008
|
function maybeApplyFunction(row, maybeFn) {
|
|
@@ -9468,8 +9468,8 @@ var __typography3 = {
|
|
|
9468
9468
|
},
|
|
9469
9469
|
xl2: {
|
|
9470
9470
|
fontWeight: "fw6",
|
|
9471
|
-
fontSize: "
|
|
9472
|
-
lineHeight: "
|
|
9471
|
+
fontSize: "fz_24px",
|
|
9472
|
+
lineHeight: "lh_32px"
|
|
9473
9473
|
}
|
|
9474
9474
|
};
|
|
9475
9475
|
function TextFieldBase(props) {
|
|
@@ -10155,8 +10155,8 @@ var __typography4 = {
|
|
|
10155
10155
|
},
|
|
10156
10156
|
xl2: {
|
|
10157
10157
|
fontWeight: "fw6",
|
|
10158
|
-
fontSize: "
|
|
10159
|
-
lineHeight: "
|
|
10158
|
+
fontSize: "fz_24px",
|
|
10159
|
+
lineHeight: "lh_32px"
|
|
10160
10160
|
}
|
|
10161
10161
|
};
|
|
10162
10162
|
function Avatar({
|
|
@@ -19510,8 +19510,8 @@ function Modal(props) {
|
|
|
19510
19510
|
const title = /* @__PURE__ */ jsx118("h1", { ...trussProps80({
|
|
19511
19511
|
flexGrow: "fg1",
|
|
19512
19512
|
fontWeight: "fw6",
|
|
19513
|
-
fontSize: "
|
|
19514
|
-
lineHeight: "
|
|
19513
|
+
fontSize: "fz_24px",
|
|
19514
|
+
lineHeight: "lh_32px",
|
|
19515
19515
|
...aiMode ? {
|
|
19516
19516
|
color: "purple700",
|
|
19517
19517
|
backgroundImage: "aiBoldBg",
|
|
@@ -22139,7 +22139,7 @@ function PageHeader(props) {
|
|
|
22139
22139
|
/* @__PURE__ */ jsxs79("div", { className: "pt2 pb2 pl3 pr3 df jcsb aic", children: [
|
|
22140
22140
|
/* @__PURE__ */ jsxs79("div", { children: [
|
|
22141
22141
|
breadCrumb && /* @__PURE__ */ jsx160(PageHeaderBreadcrumbs, { breadcrumb: breadCrumb }),
|
|
22142
|
-
/* @__PURE__ */ jsx160("h1", { className: "fw6
|
|
22142
|
+
/* @__PURE__ */ jsx160("h1", { className: "fw6 fz_24px lh_32px", ...tids.pageTitle, children: pageTitle })
|
|
22143
22143
|
] }),
|
|
22144
22144
|
/* @__PURE__ */ jsxs79("div", { className: "df gap1", children: [
|
|
22145
22145
|
tertiaryAction && /* @__PURE__ */ jsx160(Button, { label: tertiaryAction.label, onClick: tertiaryAction.onClick, variant: "tertiary", disabled: tertiaryAction.disabled, tooltip: tertiaryAction.tooltip }),
|
|
@@ -24188,7 +24188,7 @@ function TableReviewLayout(props) {
|
|
|
24188
24188
|
/* @__PURE__ */ jsxs94("div", { className: "df jcsb aic", children: [
|
|
24189
24189
|
/* @__PURE__ */ jsxs94("div", { children: [
|
|
24190
24190
|
breadCrumb && /* @__PURE__ */ jsx191(PageHeaderBreadcrumbs, { breadcrumb: breadCrumb }),
|
|
24191
|
-
/* @__PURE__ */ jsx191("h1", { className: "fw6
|
|
24191
|
+
/* @__PURE__ */ jsx191("h1", { className: "fw6 fz_24px lh_32px mt1 mb0", ...tid.pageTitle, children: pageTitle })
|
|
24192
24192
|
] }),
|
|
24193
24193
|
/* @__PURE__ */ jsx191(Button, { label: "Close", onClick: closeAction, ...tid.closeButton })
|
|
24194
24194
|
] }),
|
|
@@ -27048,7 +27048,7 @@ function SuperDrawerHeader(props) {
|
|
|
27048
27048
|
return createPortal8(/* @__PURE__ */ jsxs114("div", { className: "df aic jcsb gap3", ...tid, children: [
|
|
27049
27049
|
isStructuredProps(props) ? /* @__PURE__ */ jsxs114("div", { className: "df jcsb aic gap2 fg1", children: [
|
|
27050
27050
|
/* @__PURE__ */ jsxs114("div", { className: "fg1 df aic gap2", children: [
|
|
27051
|
-
/* @__PURE__ */ jsx221("h1", { className: "fw6
|
|
27051
|
+
/* @__PURE__ */ jsx221("h1", { className: "fw6 fz_24px lh_32px", children: props.title }),
|
|
27052
27052
|
props.left
|
|
27053
27053
|
] }),
|
|
27054
27054
|
props.right && /* @__PURE__ */ jsx221("div", { className: "fs0", children: props.right })
|