@homebound/beam 3.92.0 → 3.92.2
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 +53 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +53 -49
- package/dist/index.js.map +1 -1
- package/dist/truss.css +0 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21655,6 +21655,9 @@ import { AnimatePresence as AnimatePresence2, motion as motion2 } from "framer-m
|
|
|
21655
21655
|
import { useState as useState40 } from "react";
|
|
21656
21656
|
import { trussProps as trussProps92, maybeCssVar as maybeCssVar44 } from "@homebound/truss/runtime";
|
|
21657
21657
|
import { Fragment as Fragment29, jsx as jsx152, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
21658
|
+
var __maybeInc20 = (inc) => {
|
|
21659
|
+
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
21660
|
+
};
|
|
21658
21661
|
var RIGHT_SIDEBAR_MIN_WIDTH = "250px";
|
|
21659
21662
|
function RightSidebar({
|
|
21660
21663
|
content,
|
|
@@ -21699,8 +21702,8 @@ function RightSidebar({
|
|
|
21699
21702
|
"--minWidth": maybeCssVar44(RIGHT_SIDEBAR_MIN_WIDTH)
|
|
21700
21703
|
}],
|
|
21701
21704
|
zIndex: "z0",
|
|
21702
|
-
|
|
21703
|
-
"--
|
|
21705
|
+
height: ["h_var", {
|
|
21706
|
+
"--height": maybeCssVar44(__maybeInc20(`calc(100vh - ${headerHeightPx2}px)`))
|
|
21704
21707
|
}],
|
|
21705
21708
|
overflowY: "oya",
|
|
21706
21709
|
paddingLeft: "pl4",
|
|
@@ -22159,7 +22162,7 @@ function useActiveSection(sectionsWithRefs) {
|
|
|
22159
22162
|
// src/components/Layout/FullBleed.tsx
|
|
22160
22163
|
import { mergeProps as mergeProps25, maybeCssVar as maybeCssVar46 } from "@homebound/truss/runtime";
|
|
22161
22164
|
import { cloneElement as cloneElement3 } from "react";
|
|
22162
|
-
var
|
|
22165
|
+
var __maybeInc21 = (inc) => {
|
|
22163
22166
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
22164
22167
|
};
|
|
22165
22168
|
function FullBleed({
|
|
@@ -22190,17 +22193,17 @@ function FullBleed({
|
|
|
22190
22193
|
// inverts that padding with negative margins before re-applying it to the child.
|
|
22191
22194
|
{
|
|
22192
22195
|
marginLeft: ["ml_var", {
|
|
22193
|
-
"--marginLeft": maybeCssVar46(
|
|
22196
|
+
"--marginLeft": maybeCssVar46(__maybeInc21(invertSpacing(paddingLeft)))
|
|
22194
22197
|
}],
|
|
22195
22198
|
marginRight: ["mr_var", {
|
|
22196
|
-
"--marginRight": maybeCssVar46(
|
|
22199
|
+
"--marginRight": maybeCssVar46(__maybeInc21(invertSpacing(paddingRight)))
|
|
22197
22200
|
}],
|
|
22198
22201
|
...!omitPadding ? {
|
|
22199
22202
|
paddingLeft: ["pl_var", {
|
|
22200
|
-
"--paddingLeft": maybeCssVar46(
|
|
22203
|
+
"--paddingLeft": maybeCssVar46(__maybeInc21(paddingLeft))
|
|
22201
22204
|
}],
|
|
22202
22205
|
paddingRight: ["pr_var", {
|
|
22203
|
-
"--paddingRight": maybeCssVar46(
|
|
22206
|
+
"--paddingRight": maybeCssVar46(__maybeInc21(paddingRight))
|
|
22204
22207
|
}]
|
|
22205
22208
|
} : {}
|
|
22206
22209
|
}
|
|
@@ -22294,7 +22297,7 @@ function useRightPaneContext() {
|
|
|
22294
22297
|
// src/components/Layout/RightPaneLayout/DocumentScrollRightPane.tsx
|
|
22295
22298
|
import { mergeProps as mergeProps26, maybeCssVar as maybeCssVar47 } from "@homebound/truss/runtime";
|
|
22296
22299
|
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
22297
|
-
var
|
|
22300
|
+
var __maybeInc22 = (inc) => {
|
|
22298
22301
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
22299
22302
|
};
|
|
22300
22303
|
function DocumentScrollRightPane({
|
|
@@ -22335,14 +22338,14 @@ function DocumentScrollRightPane({
|
|
|
22335
22338
|
position: "fixed",
|
|
22336
22339
|
transition: "transitionTop",
|
|
22337
22340
|
top: ["top_var", {
|
|
22338
|
-
"--top": maybeCssVar47(
|
|
22341
|
+
"--top": maybeCssVar47(__maybeInc22(stickyTableHeaderOffset()))
|
|
22339
22342
|
}],
|
|
22340
22343
|
right: "right_0",
|
|
22341
22344
|
height: ["h_var", {
|
|
22342
|
-
"--height": maybeCssVar47(
|
|
22345
|
+
"--height": maybeCssVar47(__maybeInc22(documentScrollRightPaneHeight()))
|
|
22343
22346
|
}],
|
|
22344
22347
|
width: ["w_var", {
|
|
22345
|
-
"--width": maybeCssVar47(
|
|
22348
|
+
"--width": maybeCssVar47(__maybeInc22(documentScrollRightPaneWidth(paneWidth)))
|
|
22346
22349
|
}],
|
|
22347
22350
|
overflowY: "oya",
|
|
22348
22351
|
backgroundColor: ["bgColor_var", {
|
|
@@ -23611,7 +23614,7 @@ function parseStoredTableView(raw) {
|
|
|
23611
23614
|
// src/components/Layout/GridTableLayout/GridTableLayout.tsx
|
|
23612
23615
|
import { trussProps as trussProps102, maybeCssVar as maybeCssVar50 } from "@homebound/truss/runtime";
|
|
23613
23616
|
import { Fragment as Fragment40, jsx as jsx183, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
23614
|
-
var
|
|
23617
|
+
var __maybeInc23 = (inc) => {
|
|
23615
23618
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
23616
23619
|
};
|
|
23617
23620
|
function GridTableLayoutComponent(props) {
|
|
@@ -23672,13 +23675,13 @@ function GridTableLayoutComponent(props) {
|
|
|
23672
23675
|
transition: "transitionTop",
|
|
23673
23676
|
position: "sticky",
|
|
23674
23677
|
top: ["top_var", {
|
|
23675
|
-
"--top": maybeCssVar50(
|
|
23678
|
+
"--top": maybeCssVar50(__maybeInc23(stickyNavAndHeaderOffset()))
|
|
23676
23679
|
}],
|
|
23677
23680
|
left: ["left_var", {
|
|
23678
|
-
"--left": maybeCssVar50(
|
|
23681
|
+
"--left": maybeCssVar50(__maybeInc23(documentScrollChromeLeft()))
|
|
23679
23682
|
}],
|
|
23680
23683
|
width: ["w_var", {
|
|
23681
|
-
"--width": maybeCssVar50(
|
|
23684
|
+
"--width": maybeCssVar50(__maybeInc23(`min(100%, ${documentScrollChromeWidth()})`))
|
|
23682
23685
|
}],
|
|
23683
23686
|
zIndex: ["z_var", {
|
|
23684
23687
|
"--zIndex": maybeCssVar50(zIndices.tableActions)
|
|
@@ -23819,7 +23822,7 @@ import { AnimatePresence as AnimatePresence4, motion as motion4 } from "framer-m
|
|
|
23819
23822
|
import { useEffect as useEffect30 } from "react";
|
|
23820
23823
|
import { trussProps as trussProps103, maybeCssVar as maybeCssVar51 } from "@homebound/truss/runtime";
|
|
23821
23824
|
import { Fragment as Fragment41, jsx as jsx185, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
23822
|
-
var
|
|
23825
|
+
var __maybeInc24 = (inc) => {
|
|
23823
23826
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
23824
23827
|
};
|
|
23825
23828
|
function RightPaneLayout(props) {
|
|
@@ -23840,7 +23843,7 @@ function RightPaneLayout(props) {
|
|
|
23840
23843
|
/* @__PURE__ */ jsx185("div", { ...trussProps103({
|
|
23841
23844
|
...{
|
|
23842
23845
|
width: ["w_var", {
|
|
23843
|
-
"--width": maybeCssVar51(
|
|
23846
|
+
"--width": maybeCssVar51(__maybeInc24(`calc(100% - ${paneWidth + 24}px)`))
|
|
23844
23847
|
}],
|
|
23845
23848
|
transition: "transition_width_2s_linear",
|
|
23846
23849
|
height: "h100",
|
|
@@ -23856,7 +23859,7 @@ function RightPaneLayout(props) {
|
|
|
23856
23859
|
...{
|
|
23857
23860
|
...!!defaultPaneContent ? {
|
|
23858
23861
|
width: ["w_var", {
|
|
23859
|
-
"--width": maybeCssVar51(
|
|
23862
|
+
"--width": maybeCssVar51(__maybeInc24(`calc(100% - ${paneWidth + 24}px)`))
|
|
23860
23863
|
}],
|
|
23861
23864
|
marginRight: "mr3"
|
|
23862
23865
|
} : {}
|
|
@@ -24655,7 +24658,7 @@ function Card(props) {
|
|
|
24655
24658
|
icon: "verticalDots",
|
|
24656
24659
|
color: isList ? "--b-on-surface-muted" /* OnSurfaceMuted */ : "--b-on-primary" /* OnPrimary */
|
|
24657
24660
|
}, items: buttonMenuItems }) }),
|
|
24658
|
-
tag && /* @__PURE__ */ jsx194("div", { className: "absolute left1 top_4px", children: /* @__PURE__ */ jsx194(Tag, { type: tag
|
|
24661
|
+
tag && !isList && /* @__PURE__ */ jsx194("div", { className: "absolute left1 top_4px", children: /* @__PURE__ */ jsx194(Tag, { type: tag.type, text: tag.text, ...tid.tag }) }),
|
|
24659
24662
|
/* @__PURE__ */ jsxs97("div", { className: "df fdc aifs gap1", children: [
|
|
24660
24663
|
/* @__PURE__ */ jsxs97("div", { children: [
|
|
24661
24664
|
/* @__PURE__ */ jsx194("div", { ...trussProps108({
|
|
@@ -24680,7 +24683,8 @@ function Card(props) {
|
|
|
24680
24683
|
} : {}
|
|
24681
24684
|
}), ...tid.title, children: title })
|
|
24682
24685
|
] }),
|
|
24683
|
-
/* @__PURE__ */ jsx194("div", { ...tid.details, children: detailContent })
|
|
24686
|
+
/* @__PURE__ */ jsx194("div", { ...tid.details, children: detailContent }),
|
|
24687
|
+
tag && isList && /* @__PURE__ */ jsx194(Tag, { type: tag.type, text: tag.text, ...tid.tag })
|
|
24684
24688
|
] })
|
|
24685
24689
|
] });
|
|
24686
24690
|
}
|
|
@@ -25006,7 +25010,7 @@ function ResponsiveGridItem(props) {
|
|
|
25006
25010
|
// src/components/Grid/useResponsiveGrid.ts
|
|
25007
25011
|
import { useMemo as useMemo47 } from "react";
|
|
25008
25012
|
import { maybeCssVar as maybeCssVar54 } from "@homebound/truss/runtime";
|
|
25009
|
-
var
|
|
25013
|
+
var __maybeInc25 = (inc) => {
|
|
25010
25014
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
25011
25015
|
};
|
|
25012
25016
|
function useResponsiveGrid(props) {
|
|
@@ -25028,7 +25032,7 @@ function useResponsiveGrid(props) {
|
|
|
25028
25032
|
}],
|
|
25029
25033
|
containerType: "ctis",
|
|
25030
25034
|
gap: ["gap_var", {
|
|
25031
|
-
"--gap": maybeCssVar54(
|
|
25035
|
+
"--gap": maybeCssVar54(__maybeInc25(gridGap))
|
|
25032
25036
|
}]
|
|
25033
25037
|
};
|
|
25034
25038
|
}, [minColumnWidth, gap, columns]);
|
|
@@ -25510,7 +25514,7 @@ function useAppNavGroupExpanded(linkGroup) {
|
|
|
25510
25514
|
// src/components/AppNav/AppNavGroup.tsx
|
|
25511
25515
|
import { trussProps as trussProps115, maybeCssVar as maybeCssVar56 } from "@homebound/truss/runtime";
|
|
25512
25516
|
import { Fragment as Fragment45, jsx as jsx203, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
25513
|
-
var
|
|
25517
|
+
var __maybeInc26 = (inc) => {
|
|
25514
25518
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
25515
25519
|
};
|
|
25516
25520
|
function AppNavGroupView(props) {
|
|
@@ -25557,7 +25561,7 @@ function AppNavGroupDisclosure(props) {
|
|
|
25557
25561
|
overflow: "oh",
|
|
25558
25562
|
transition: "transitionHeight",
|
|
25559
25563
|
height: ["h_var", {
|
|
25560
|
-
"--height": maybeCssVar56(
|
|
25564
|
+
"--height": maybeCssVar56(__maybeInc26(contentHeight))
|
|
25561
25565
|
}]
|
|
25562
25566
|
}), ...tid.panel, ...!expanded ? {
|
|
25563
25567
|
inert: "true"
|
|
@@ -26381,7 +26385,7 @@ import { useButton as useButton12, useFocusRing as useFocusRing18, useHover as u
|
|
|
26381
26385
|
import { trussProps as trussProps122, maybeCssVar as maybeCssVar59 } from "@homebound/truss/runtime";
|
|
26382
26386
|
import { jsx as jsx214, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
26383
26387
|
import { createElement as createElement6 } from "react";
|
|
26384
|
-
var
|
|
26388
|
+
var __maybeInc27 = (inc) => {
|
|
26385
26389
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
26386
26390
|
};
|
|
26387
26391
|
function Stepper(props) {
|
|
@@ -26441,7 +26445,7 @@ function Stepper(props) {
|
|
|
26441
26445
|
transition: "transition_width_200ms",
|
|
26442
26446
|
height: "h100",
|
|
26443
26447
|
width: ["w_var", {
|
|
26444
|
-
"--width": maybeCssVar59(
|
|
26448
|
+
"--width": maybeCssVar59(__maybeInc27(`${(lastCompletedStep + 1) / steps.length * 100}%`))
|
|
26445
26449
|
}]
|
|
26446
26450
|
}) }) })
|
|
26447
26451
|
] });
|
|
@@ -27391,7 +27395,7 @@ function useToast() {
|
|
|
27391
27395
|
// src/layouts/SideNavLayout/SideNavLayout.tsx
|
|
27392
27396
|
import { trussProps as trussProps128, mergeProps as mergeProps36, maybeCssVar as maybeCssVar61 } from "@homebound/truss/runtime";
|
|
27393
27397
|
import { jsx as jsx222, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
27394
|
-
var
|
|
27398
|
+
var __maybeInc28 = (inc) => {
|
|
27395
27399
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
27396
27400
|
};
|
|
27397
27401
|
function SideNavLayout(props) {
|
|
@@ -27447,11 +27451,11 @@ function SideNavLayoutContent(props) {
|
|
|
27447
27451
|
"--zIndex": maybeCssVar61(zIndices.sideNav)
|
|
27448
27452
|
}],
|
|
27449
27453
|
top: ["top_var", {
|
|
27450
|
-
"--top": maybeCssVar61(
|
|
27454
|
+
"--top": maybeCssVar61(__maybeInc28(navTop))
|
|
27451
27455
|
}],
|
|
27452
27456
|
alignSelf: "asfs",
|
|
27453
27457
|
height: ["h_var", {
|
|
27454
|
-
"--height": maybeCssVar61(
|
|
27458
|
+
"--height": maybeCssVar61(__maybeInc28(railViewportHeight))
|
|
27455
27459
|
}],
|
|
27456
27460
|
width: ["w_var", {
|
|
27457
27461
|
"--width": `${collapsed ? railCollapsedWidthPx : railWidthPx}px`
|
|
@@ -27461,7 +27465,7 @@ function SideNavLayoutContent(props) {
|
|
|
27461
27465
|
position: "fixed",
|
|
27462
27466
|
left: "left0",
|
|
27463
27467
|
top: ["top_var", {
|
|
27464
|
-
"--top": maybeCssVar61(
|
|
27468
|
+
"--top": maybeCssVar61(__maybeInc28(navTop))
|
|
27465
27469
|
}],
|
|
27466
27470
|
bottom: "bottom0",
|
|
27467
27471
|
zIndex: ["z_var", {
|
|
@@ -27506,7 +27510,7 @@ function SideNavLayoutContent(props) {
|
|
|
27506
27510
|
// src/layouts/CenteredLayout/CenteredLayout.tsx
|
|
27507
27511
|
import { mergeProps as mergeProps37, maybeCssVar as maybeCssVar62 } from "@homebound/truss/runtime";
|
|
27508
27512
|
import { jsx as jsx223 } from "react/jsx-runtime";
|
|
27509
|
-
var
|
|
27513
|
+
var __maybeInc29 = (inc) => {
|
|
27510
27514
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
27511
27515
|
};
|
|
27512
27516
|
function CenteredLayout(props) {
|
|
@@ -27546,17 +27550,17 @@ var smContentPaddingX = "12px";
|
|
|
27546
27550
|
var mdAndUpContentPaddingX = pageContentPaddingXValue;
|
|
27547
27551
|
var centeredPaddingX = {
|
|
27548
27552
|
paddingLeft: ["px_var mdandup_pl3", {
|
|
27549
|
-
"--paddingLeft": maybeCssVar62(
|
|
27553
|
+
"--paddingLeft": maybeCssVar62(__maybeInc29(smContentPaddingX))
|
|
27550
27554
|
}],
|
|
27551
27555
|
paddingRight: ["px_var mdandup_pr3", {
|
|
27552
|
-
"--paddingRight": maybeCssVar62(
|
|
27556
|
+
"--paddingRight": maybeCssVar62(__maybeInc29(smContentPaddingX))
|
|
27553
27557
|
}]
|
|
27554
27558
|
};
|
|
27555
27559
|
|
|
27556
27560
|
// src/layouts/EnvironmentBannerLayout/EnvironmentBannerLayout.tsx
|
|
27557
27561
|
import { trussProps as trussProps129, mergeProps as mergeProps38, maybeCssVar as maybeCssVar63 } from "@homebound/truss/runtime";
|
|
27558
27562
|
import { jsx as jsx224, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
27559
|
-
var
|
|
27563
|
+
var __maybeInc30 = (inc) => {
|
|
27560
27564
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
27561
27565
|
};
|
|
27562
27566
|
function EnvironmentBannerLayout(props) {
|
|
@@ -27590,7 +27594,7 @@ function EnvironmentBannerLayout(props) {
|
|
|
27590
27594
|
"--zIndex": maybeCssVar63(zIndices.environmentBanner)
|
|
27591
27595
|
}],
|
|
27592
27596
|
width: ["w_var", {
|
|
27593
|
-
"--width": maybeCssVar63(
|
|
27597
|
+
"--width": maybeCssVar63(__maybeInc30(innerWidth))
|
|
27594
27598
|
}]
|
|
27595
27599
|
}), ...tid.bannerSticky, children: /* @__PURE__ */ jsx224(EnvironmentBanner, { ...environmentBanner, ...tid.environmentBanner }) }) }),
|
|
27596
27600
|
children
|
|
@@ -27755,7 +27759,7 @@ function useNavbarLayoutHeight() {
|
|
|
27755
27759
|
|
|
27756
27760
|
// src/layouts/NavbarLayout/NavbarLayout.tsx
|
|
27757
27761
|
import { jsx as jsx227, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
27758
|
-
var
|
|
27762
|
+
var __maybeInc31 = (inc) => {
|
|
27759
27763
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
27760
27764
|
};
|
|
27761
27765
|
function NavbarLayout(props) {
|
|
@@ -27786,7 +27790,7 @@ function NavbarLayout(props) {
|
|
|
27786
27790
|
"--zIndex": maybeCssVar64(zIndices.navbar)
|
|
27787
27791
|
}],
|
|
27788
27792
|
width: ["w_var", {
|
|
27789
|
-
"--width": maybeCssVar64(
|
|
27793
|
+
"--width": maybeCssVar64(__maybeInc31(innerWidth))
|
|
27790
27794
|
}]
|
|
27791
27795
|
}
|
|
27792
27796
|
) : (
|
|
@@ -27798,7 +27802,7 @@ function NavbarLayout(props) {
|
|
|
27798
27802
|
"--zIndex": maybeCssVar64(zIndices.navbar)
|
|
27799
27803
|
}],
|
|
27800
27804
|
width: ["w_var", {
|
|
27801
|
-
"--width": maybeCssVar64(
|
|
27805
|
+
"--width": maybeCssVar64(__maybeInc31(innerWidth))
|
|
27802
27806
|
}],
|
|
27803
27807
|
transition: "transitionTop"
|
|
27804
27808
|
}
|
|
@@ -27906,7 +27910,7 @@ function useBannerAndNavbarHeight() {
|
|
|
27906
27910
|
// src/layouts/PageHeaderLayout/PageHeaderLayout.tsx
|
|
27907
27911
|
import { mergeProps as mergeProps40, maybeCssVar as maybeCssVar65 } from "@homebound/truss/runtime";
|
|
27908
27912
|
import { jsx as jsx230, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
27909
|
-
var
|
|
27913
|
+
var __maybeInc32 = (inc) => {
|
|
27910
27914
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
27911
27915
|
};
|
|
27912
27916
|
function PageHeaderLayout(props) {
|
|
@@ -27936,10 +27940,10 @@ function PageHeaderLayout(props) {
|
|
|
27936
27940
|
const innerCss = autoHideState === "static" ? {
|
|
27937
27941
|
position: "sticky",
|
|
27938
27942
|
left: ["left_var", {
|
|
27939
|
-
"--left": maybeCssVar65(
|
|
27943
|
+
"--left": maybeCssVar65(__maybeInc32(headerLeft))
|
|
27940
27944
|
}],
|
|
27941
27945
|
width: ["w_var", {
|
|
27942
|
-
"--width": maybeCssVar65(
|
|
27946
|
+
"--width": maybeCssVar65(__maybeInc32(headerWidth))
|
|
27943
27947
|
}],
|
|
27944
27948
|
zIndex: ["z_var", {
|
|
27945
27949
|
"--zIndex": maybeCssVar65(zIndices.pageStickyHeader)
|
|
@@ -27947,10 +27951,10 @@ function PageHeaderLayout(props) {
|
|
|
27947
27951
|
} : {
|
|
27948
27952
|
position: "fixed",
|
|
27949
27953
|
left: ["left_var", {
|
|
27950
|
-
"--left": maybeCssVar65(
|
|
27954
|
+
"--left": maybeCssVar65(__maybeInc32(headerLeft))
|
|
27951
27955
|
}],
|
|
27952
27956
|
width: ["w_var", {
|
|
27953
|
-
"--width": maybeCssVar65(
|
|
27957
|
+
"--width": maybeCssVar65(__maybeInc32(headerWidth))
|
|
27954
27958
|
}],
|
|
27955
27959
|
zIndex: ["z_var", {
|
|
27956
27960
|
"--zIndex": maybeCssVar65(zIndices.pageStickyHeader)
|
|
@@ -27979,7 +27983,7 @@ function PageHeaderLayout(props) {
|
|
|
27979
27983
|
// src/layouts/Workflow/JumpLinksRail.tsx
|
|
27980
27984
|
import { trussProps as trussProps133, maybeCssVar as maybeCssVar66 } from "@homebound/truss/runtime";
|
|
27981
27985
|
import { jsx as jsx231 } from "react/jsx-runtime";
|
|
27982
|
-
var
|
|
27986
|
+
var __maybeInc33 = (inc) => {
|
|
27983
27987
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
27984
27988
|
};
|
|
27985
27989
|
var jumpLinksRailWidthPx = 180;
|
|
@@ -27999,7 +28003,7 @@ function JumpLinksRail(props) {
|
|
|
27999
28003
|
position: "sticky",
|
|
28000
28004
|
alignSelf: "asfs",
|
|
28001
28005
|
top: ["top_var", {
|
|
28002
|
-
"--top": maybeCssVar66(
|
|
28006
|
+
"--top": maybeCssVar66(__maybeInc33(stickyNavAndHeaderOffset()))
|
|
28003
28007
|
}]
|
|
28004
28008
|
}), ...tid, children: links.map((link) => /* @__PURE__ */ jsx231(JumpLink, { label: link.label, href: `#${link.id}`, active: link.id === activeId, ...tid.link }, link.id)) });
|
|
28005
28009
|
}
|
|
@@ -28129,7 +28133,7 @@ function WorkflowActions(props) {
|
|
|
28129
28133
|
// src/layouts/Workflow/WorkflowPageLayout.tsx
|
|
28130
28134
|
import { trussProps as trussProps134, mergeProps as mergeProps41, maybeCssVar as maybeCssVar67 } from "@homebound/truss/runtime";
|
|
28131
28135
|
import { jsx as jsx235, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
28132
|
-
var
|
|
28136
|
+
var __maybeInc34 = (inc) => {
|
|
28133
28137
|
return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
|
|
28134
28138
|
};
|
|
28135
28139
|
var mobileFooterHeightPx = 80;
|
|
@@ -28187,13 +28191,13 @@ function WorkflowPageLayout(props) {
|
|
|
28187
28191
|
position: "sticky",
|
|
28188
28192
|
left: "left0",
|
|
28189
28193
|
width: ["w_var", {
|
|
28190
|
-
"--width": maybeCssVar67(
|
|
28194
|
+
"--width": maybeCssVar67(__maybeInc34(headerWidth))
|
|
28191
28195
|
}],
|
|
28192
28196
|
zIndex: ["z_var", {
|
|
28193
28197
|
"--zIndex": maybeCssVar67(zIndices.pageStickyHeader)
|
|
28194
28198
|
}],
|
|
28195
28199
|
top: ["top_var", {
|
|
28196
|
-
"--top": maybeCssVar67(
|
|
28200
|
+
"--top": maybeCssVar67(__maybeInc34(outerTop))
|
|
28197
28201
|
}]
|
|
28198
28202
|
}), ...tid.header, children: /* @__PURE__ */ jsx235(WorkflowHeader, { title, documentTitleSuffix, breadcrumbs, rightSlot: isMobile ? void 0 : actions, stepperTabs }) }),
|
|
28199
28203
|
/* @__PURE__ */ jsx235("div", { ...trussProps134({
|
|
@@ -28223,7 +28227,7 @@ function WorkflowPageLayout(props) {
|
|
|
28223
28227
|
position: "fixed",
|
|
28224
28228
|
bottom: "bottom0",
|
|
28225
28229
|
width: ["w_var", {
|
|
28226
|
-
"--width": maybeCssVar67(
|
|
28230
|
+
"--width": maybeCssVar67(__maybeInc34(headerWidth))
|
|
28227
28231
|
}],
|
|
28228
28232
|
height: ["h_var", {
|
|
28229
28233
|
"--height": `${mobileFooterHeightPx}px`
|