@homebound/beam 3.92.1 → 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 CHANGED
@@ -22158,6 +22158,9 @@ var import_framer_motion2 = require("framer-motion");
22158
22158
  var import_react109 = require("react");
22159
22159
  var import_runtime100 = require("@homebound/truss/runtime");
22160
22160
  var import_jsx_runtime152 = require("react/jsx-runtime");
22161
+ var __maybeInc20 = (inc) => {
22162
+ return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
22163
+ };
22161
22164
  var RIGHT_SIDEBAR_MIN_WIDTH = "250px";
22162
22165
  function RightSidebar({
22163
22166
  content,
@@ -22202,8 +22205,8 @@ function RightSidebar({
22202
22205
  "--minWidth": (0, import_runtime100.maybeCssVar)(RIGHT_SIDEBAR_MIN_WIDTH)
22203
22206
  }],
22204
22207
  zIndex: "z0",
22205
- maxHeight: ["maxh_var", {
22206
- "--maxHeight": (0, import_runtime100.maybeCssVar)(`calc(100vh - ${headerHeightPx2}px)`)
22208
+ height: ["h_var", {
22209
+ "--height": (0, import_runtime100.maybeCssVar)(__maybeInc20(`calc(100vh - ${headerHeightPx2}px)`))
22207
22210
  }],
22208
22211
  overflowY: "oya",
22209
22212
  paddingLeft: "pl4",
@@ -22662,7 +22665,7 @@ function useActiveSection(sectionsWithRefs) {
22662
22665
  // src/components/Layout/FullBleed.tsx
22663
22666
  var import_runtime103 = require("@homebound/truss/runtime");
22664
22667
  var import_react113 = require("react");
22665
- var __maybeInc20 = (inc) => {
22668
+ var __maybeInc21 = (inc) => {
22666
22669
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
22667
22670
  };
22668
22671
  function FullBleed({
@@ -22693,17 +22696,17 @@ function FullBleed({
22693
22696
  // inverts that padding with negative margins before re-applying it to the child.
22694
22697
  {
22695
22698
  marginLeft: ["ml_var", {
22696
- "--marginLeft": (0, import_runtime103.maybeCssVar)(__maybeInc20(invertSpacing(paddingLeft)))
22699
+ "--marginLeft": (0, import_runtime103.maybeCssVar)(__maybeInc21(invertSpacing(paddingLeft)))
22697
22700
  }],
22698
22701
  marginRight: ["mr_var", {
22699
- "--marginRight": (0, import_runtime103.maybeCssVar)(__maybeInc20(invertSpacing(paddingRight)))
22702
+ "--marginRight": (0, import_runtime103.maybeCssVar)(__maybeInc21(invertSpacing(paddingRight)))
22700
22703
  }],
22701
22704
  ...!omitPadding ? {
22702
22705
  paddingLeft: ["pl_var", {
22703
- "--paddingLeft": (0, import_runtime103.maybeCssVar)(__maybeInc20(paddingLeft))
22706
+ "--paddingLeft": (0, import_runtime103.maybeCssVar)(__maybeInc21(paddingLeft))
22704
22707
  }],
22705
22708
  paddingRight: ["pr_var", {
22706
- "--paddingRight": (0, import_runtime103.maybeCssVar)(__maybeInc20(paddingRight))
22709
+ "--paddingRight": (0, import_runtime103.maybeCssVar)(__maybeInc21(paddingRight))
22707
22710
  }]
22708
22711
  } : {}
22709
22712
  }
@@ -22797,7 +22800,7 @@ function useRightPaneContext() {
22797
22800
  // src/components/Layout/RightPaneLayout/DocumentScrollRightPane.tsx
22798
22801
  var import_runtime104 = require("@homebound/truss/runtime");
22799
22802
  var import_jsx_runtime159 = require("react/jsx-runtime");
22800
- var __maybeInc21 = (inc) => {
22803
+ var __maybeInc22 = (inc) => {
22801
22804
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
22802
22805
  };
22803
22806
  function DocumentScrollRightPane({
@@ -22838,14 +22841,14 @@ function DocumentScrollRightPane({
22838
22841
  position: "fixed",
22839
22842
  transition: "transitionTop",
22840
22843
  top: ["top_var", {
22841
- "--top": (0, import_runtime104.maybeCssVar)(__maybeInc21(stickyTableHeaderOffset()))
22844
+ "--top": (0, import_runtime104.maybeCssVar)(__maybeInc22(stickyTableHeaderOffset()))
22842
22845
  }],
22843
22846
  right: "right_0",
22844
22847
  height: ["h_var", {
22845
- "--height": (0, import_runtime104.maybeCssVar)(__maybeInc21(documentScrollRightPaneHeight()))
22848
+ "--height": (0, import_runtime104.maybeCssVar)(__maybeInc22(documentScrollRightPaneHeight()))
22846
22849
  }],
22847
22850
  width: ["w_var", {
22848
- "--width": (0, import_runtime104.maybeCssVar)(__maybeInc21(documentScrollRightPaneWidth(paneWidth)))
22851
+ "--width": (0, import_runtime104.maybeCssVar)(__maybeInc22(documentScrollRightPaneWidth(paneWidth)))
22849
22852
  }],
22850
22853
  overflowY: "oya",
22851
22854
  backgroundColor: ["bgColor_var", {
@@ -24114,7 +24117,7 @@ function parseStoredTableView(raw) {
24114
24117
  // src/components/Layout/GridTableLayout/GridTableLayout.tsx
24115
24118
  var import_runtime113 = require("@homebound/truss/runtime");
24116
24119
  var import_jsx_runtime183 = require("react/jsx-runtime");
24117
- var __maybeInc22 = (inc) => {
24120
+ var __maybeInc23 = (inc) => {
24118
24121
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
24119
24122
  };
24120
24123
  function GridTableLayoutComponent(props) {
@@ -24175,13 +24178,13 @@ function GridTableLayoutComponent(props) {
24175
24178
  transition: "transitionTop",
24176
24179
  position: "sticky",
24177
24180
  top: ["top_var", {
24178
- "--top": (0, import_runtime113.maybeCssVar)(__maybeInc22(stickyNavAndHeaderOffset()))
24181
+ "--top": (0, import_runtime113.maybeCssVar)(__maybeInc23(stickyNavAndHeaderOffset()))
24179
24182
  }],
24180
24183
  left: ["left_var", {
24181
- "--left": (0, import_runtime113.maybeCssVar)(__maybeInc22(documentScrollChromeLeft()))
24184
+ "--left": (0, import_runtime113.maybeCssVar)(__maybeInc23(documentScrollChromeLeft()))
24182
24185
  }],
24183
24186
  width: ["w_var", {
24184
- "--width": (0, import_runtime113.maybeCssVar)(__maybeInc22(`min(100%, ${documentScrollChromeWidth()})`))
24187
+ "--width": (0, import_runtime113.maybeCssVar)(__maybeInc23(`min(100%, ${documentScrollChromeWidth()})`))
24185
24188
  }],
24186
24189
  zIndex: ["z_var", {
24187
24190
  "--zIndex": (0, import_runtime113.maybeCssVar)(zIndices.tableActions)
@@ -24322,7 +24325,7 @@ var import_framer_motion4 = require("framer-motion");
24322
24325
  var import_react127 = require("react");
24323
24326
  var import_runtime114 = require("@homebound/truss/runtime");
24324
24327
  var import_jsx_runtime185 = require("react/jsx-runtime");
24325
- var __maybeInc23 = (inc) => {
24328
+ var __maybeInc24 = (inc) => {
24326
24329
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
24327
24330
  };
24328
24331
  function RightPaneLayout(props) {
@@ -24343,7 +24346,7 @@ function RightPaneLayout(props) {
24343
24346
  /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("div", { ...(0, import_runtime114.trussProps)({
24344
24347
  ...{
24345
24348
  width: ["w_var", {
24346
- "--width": (0, import_runtime114.maybeCssVar)(__maybeInc23(`calc(100% - ${paneWidth + 24}px)`))
24349
+ "--width": (0, import_runtime114.maybeCssVar)(__maybeInc24(`calc(100% - ${paneWidth + 24}px)`))
24347
24350
  }],
24348
24351
  transition: "transition_width_2s_linear",
24349
24352
  height: "h100",
@@ -24359,7 +24362,7 @@ function RightPaneLayout(props) {
24359
24362
  ...{
24360
24363
  ...!!defaultPaneContent ? {
24361
24364
  width: ["w_var", {
24362
- "--width": (0, import_runtime114.maybeCssVar)(__maybeInc23(`calc(100% - ${paneWidth + 24}px)`))
24365
+ "--width": (0, import_runtime114.maybeCssVar)(__maybeInc24(`calc(100% - ${paneWidth + 24}px)`))
24363
24366
  }],
24364
24367
  marginRight: "mr3"
24365
24368
  } : {}
@@ -25510,7 +25513,7 @@ function ResponsiveGridItem(props) {
25510
25513
  // src/components/Grid/useResponsiveGrid.ts
25511
25514
  var import_react137 = require("react");
25512
25515
  var import_runtime124 = require("@homebound/truss/runtime");
25513
- var __maybeInc24 = (inc) => {
25516
+ var __maybeInc25 = (inc) => {
25514
25517
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
25515
25518
  };
25516
25519
  function useResponsiveGrid(props) {
@@ -25532,7 +25535,7 @@ function useResponsiveGrid(props) {
25532
25535
  }],
25533
25536
  containerType: "ctis",
25534
25537
  gap: ["gap_var", {
25535
- "--gap": (0, import_runtime124.maybeCssVar)(__maybeInc24(gridGap))
25538
+ "--gap": (0, import_runtime124.maybeCssVar)(__maybeInc25(gridGap))
25536
25539
  }]
25537
25540
  };
25538
25541
  }, [minColumnWidth, gap, columns]);
@@ -26014,7 +26017,7 @@ function useAppNavGroupExpanded(linkGroup) {
26014
26017
  // src/components/AppNav/AppNavGroup.tsx
26015
26018
  var import_runtime128 = require("@homebound/truss/runtime");
26016
26019
  var import_jsx_runtime203 = require("react/jsx-runtime");
26017
- var __maybeInc25 = (inc) => {
26020
+ var __maybeInc26 = (inc) => {
26018
26021
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
26019
26022
  };
26020
26023
  function AppNavGroupView(props) {
@@ -26061,7 +26064,7 @@ function AppNavGroupDisclosure(props) {
26061
26064
  overflow: "oh",
26062
26065
  transition: "transitionHeight",
26063
26066
  height: ["h_var", {
26064
- "--height": (0, import_runtime128.maybeCssVar)(__maybeInc25(contentHeight))
26067
+ "--height": (0, import_runtime128.maybeCssVar)(__maybeInc26(contentHeight))
26065
26068
  }]
26066
26069
  }), ...tid.panel, ...!expanded ? {
26067
26070
  inert: "true"
@@ -26877,7 +26880,7 @@ var import_react_aria64 = require("react-aria");
26877
26880
  var import_runtime135 = require("@homebound/truss/runtime");
26878
26881
  var import_jsx_runtime214 = require("react/jsx-runtime");
26879
26882
  var import_react151 = require("react");
26880
- var __maybeInc26 = (inc) => {
26883
+ var __maybeInc27 = (inc) => {
26881
26884
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
26882
26885
  };
26883
26886
  function Stepper(props) {
@@ -26937,7 +26940,7 @@ function Stepper(props) {
26937
26940
  transition: "transition_width_200ms",
26938
26941
  height: "h100",
26939
26942
  width: ["w_var", {
26940
- "--width": (0, import_runtime135.maybeCssVar)(__maybeInc26(`${(lastCompletedStep + 1) / steps.length * 100}%`))
26943
+ "--width": (0, import_runtime135.maybeCssVar)(__maybeInc27(`${(lastCompletedStep + 1) / steps.length * 100}%`))
26941
26944
  }]
26942
26945
  }) }) })
26943
26946
  ] });
@@ -27887,7 +27890,7 @@ function useToast() {
27887
27890
  // src/layouts/SideNavLayout/SideNavLayout.tsx
27888
27891
  var import_runtime141 = require("@homebound/truss/runtime");
27889
27892
  var import_jsx_runtime222 = require("react/jsx-runtime");
27890
- var __maybeInc27 = (inc) => {
27893
+ var __maybeInc28 = (inc) => {
27891
27894
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
27892
27895
  };
27893
27896
  function SideNavLayout(props) {
@@ -27943,11 +27946,11 @@ function SideNavLayoutContent(props) {
27943
27946
  "--zIndex": (0, import_runtime141.maybeCssVar)(zIndices.sideNav)
27944
27947
  }],
27945
27948
  top: ["top_var", {
27946
- "--top": (0, import_runtime141.maybeCssVar)(__maybeInc27(navTop))
27949
+ "--top": (0, import_runtime141.maybeCssVar)(__maybeInc28(navTop))
27947
27950
  }],
27948
27951
  alignSelf: "asfs",
27949
27952
  height: ["h_var", {
27950
- "--height": (0, import_runtime141.maybeCssVar)(__maybeInc27(railViewportHeight))
27953
+ "--height": (0, import_runtime141.maybeCssVar)(__maybeInc28(railViewportHeight))
27951
27954
  }],
27952
27955
  width: ["w_var", {
27953
27956
  "--width": `${collapsed ? railCollapsedWidthPx : railWidthPx}px`
@@ -27957,7 +27960,7 @@ function SideNavLayoutContent(props) {
27957
27960
  position: "fixed",
27958
27961
  left: "left0",
27959
27962
  top: ["top_var", {
27960
- "--top": (0, import_runtime141.maybeCssVar)(__maybeInc27(navTop))
27963
+ "--top": (0, import_runtime141.maybeCssVar)(__maybeInc28(navTop))
27961
27964
  }],
27962
27965
  bottom: "bottom0",
27963
27966
  zIndex: ["z_var", {
@@ -28002,7 +28005,7 @@ function SideNavLayoutContent(props) {
28002
28005
  // src/layouts/CenteredLayout/CenteredLayout.tsx
28003
28006
  var import_runtime142 = require("@homebound/truss/runtime");
28004
28007
  var import_jsx_runtime223 = require("react/jsx-runtime");
28005
- var __maybeInc28 = (inc) => {
28008
+ var __maybeInc29 = (inc) => {
28006
28009
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
28007
28010
  };
28008
28011
  function CenteredLayout(props) {
@@ -28042,17 +28045,17 @@ var smContentPaddingX = "12px";
28042
28045
  var mdAndUpContentPaddingX = pageContentPaddingXValue;
28043
28046
  var centeredPaddingX = {
28044
28047
  paddingLeft: ["px_var mdandup_pl3", {
28045
- "--paddingLeft": (0, import_runtime142.maybeCssVar)(__maybeInc28(smContentPaddingX))
28048
+ "--paddingLeft": (0, import_runtime142.maybeCssVar)(__maybeInc29(smContentPaddingX))
28046
28049
  }],
28047
28050
  paddingRight: ["px_var mdandup_pr3", {
28048
- "--paddingRight": (0, import_runtime142.maybeCssVar)(__maybeInc28(smContentPaddingX))
28051
+ "--paddingRight": (0, import_runtime142.maybeCssVar)(__maybeInc29(smContentPaddingX))
28049
28052
  }]
28050
28053
  };
28051
28054
 
28052
28055
  // src/layouts/EnvironmentBannerLayout/EnvironmentBannerLayout.tsx
28053
28056
  var import_runtime143 = require("@homebound/truss/runtime");
28054
28057
  var import_jsx_runtime224 = require("react/jsx-runtime");
28055
- var __maybeInc29 = (inc) => {
28058
+ var __maybeInc30 = (inc) => {
28056
28059
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
28057
28060
  };
28058
28061
  function EnvironmentBannerLayout(props) {
@@ -28086,7 +28089,7 @@ function EnvironmentBannerLayout(props) {
28086
28089
  "--zIndex": (0, import_runtime143.maybeCssVar)(zIndices.environmentBanner)
28087
28090
  }],
28088
28091
  width: ["w_var", {
28089
- "--width": (0, import_runtime143.maybeCssVar)(__maybeInc29(innerWidth))
28092
+ "--width": (0, import_runtime143.maybeCssVar)(__maybeInc30(innerWidth))
28090
28093
  }]
28091
28094
  }), ...tid.bannerSticky, children: /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(EnvironmentBanner, { ...environmentBanner, ...tid.environmentBanner }) }) }),
28092
28095
  children
@@ -28251,7 +28254,7 @@ function useNavbarLayoutHeight() {
28251
28254
 
28252
28255
  // src/layouts/NavbarLayout/NavbarLayout.tsx
28253
28256
  var import_jsx_runtime227 = require("react/jsx-runtime");
28254
- var __maybeInc30 = (inc) => {
28257
+ var __maybeInc31 = (inc) => {
28255
28258
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
28256
28259
  };
28257
28260
  function NavbarLayout(props) {
@@ -28282,7 +28285,7 @@ function NavbarLayout(props) {
28282
28285
  "--zIndex": (0, import_runtime145.maybeCssVar)(zIndices.navbar)
28283
28286
  }],
28284
28287
  width: ["w_var", {
28285
- "--width": (0, import_runtime145.maybeCssVar)(__maybeInc30(innerWidth))
28288
+ "--width": (0, import_runtime145.maybeCssVar)(__maybeInc31(innerWidth))
28286
28289
  }]
28287
28290
  }
28288
28291
  ) : (
@@ -28294,7 +28297,7 @@ function NavbarLayout(props) {
28294
28297
  "--zIndex": (0, import_runtime145.maybeCssVar)(zIndices.navbar)
28295
28298
  }],
28296
28299
  width: ["w_var", {
28297
- "--width": (0, import_runtime145.maybeCssVar)(__maybeInc30(innerWidth))
28300
+ "--width": (0, import_runtime145.maybeCssVar)(__maybeInc31(innerWidth))
28298
28301
  }],
28299
28302
  transition: "transitionTop"
28300
28303
  }
@@ -28402,7 +28405,7 @@ function useBannerAndNavbarHeight() {
28402
28405
  // src/layouts/PageHeaderLayout/PageHeaderLayout.tsx
28403
28406
  var import_runtime148 = require("@homebound/truss/runtime");
28404
28407
  var import_jsx_runtime230 = require("react/jsx-runtime");
28405
- var __maybeInc31 = (inc) => {
28408
+ var __maybeInc32 = (inc) => {
28406
28409
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
28407
28410
  };
28408
28411
  function PageHeaderLayout(props) {
@@ -28432,10 +28435,10 @@ function PageHeaderLayout(props) {
28432
28435
  const innerCss = autoHideState === "static" ? {
28433
28436
  position: "sticky",
28434
28437
  left: ["left_var", {
28435
- "--left": (0, import_runtime148.maybeCssVar)(__maybeInc31(headerLeft))
28438
+ "--left": (0, import_runtime148.maybeCssVar)(__maybeInc32(headerLeft))
28436
28439
  }],
28437
28440
  width: ["w_var", {
28438
- "--width": (0, import_runtime148.maybeCssVar)(__maybeInc31(headerWidth))
28441
+ "--width": (0, import_runtime148.maybeCssVar)(__maybeInc32(headerWidth))
28439
28442
  }],
28440
28443
  zIndex: ["z_var", {
28441
28444
  "--zIndex": (0, import_runtime148.maybeCssVar)(zIndices.pageStickyHeader)
@@ -28443,10 +28446,10 @@ function PageHeaderLayout(props) {
28443
28446
  } : {
28444
28447
  position: "fixed",
28445
28448
  left: ["left_var", {
28446
- "--left": (0, import_runtime148.maybeCssVar)(__maybeInc31(headerLeft))
28449
+ "--left": (0, import_runtime148.maybeCssVar)(__maybeInc32(headerLeft))
28447
28450
  }],
28448
28451
  width: ["w_var", {
28449
- "--width": (0, import_runtime148.maybeCssVar)(__maybeInc31(headerWidth))
28452
+ "--width": (0, import_runtime148.maybeCssVar)(__maybeInc32(headerWidth))
28450
28453
  }],
28451
28454
  zIndex: ["z_var", {
28452
28455
  "--zIndex": (0, import_runtime148.maybeCssVar)(zIndices.pageStickyHeader)
@@ -28475,7 +28478,7 @@ function PageHeaderLayout(props) {
28475
28478
  // src/layouts/Workflow/JumpLinksRail.tsx
28476
28479
  var import_runtime149 = require("@homebound/truss/runtime");
28477
28480
  var import_jsx_runtime231 = require("react/jsx-runtime");
28478
- var __maybeInc32 = (inc) => {
28481
+ var __maybeInc33 = (inc) => {
28479
28482
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
28480
28483
  };
28481
28484
  var jumpLinksRailWidthPx = 180;
@@ -28495,7 +28498,7 @@ function JumpLinksRail(props) {
28495
28498
  position: "sticky",
28496
28499
  alignSelf: "asfs",
28497
28500
  top: ["top_var", {
28498
- "--top": (0, import_runtime149.maybeCssVar)(__maybeInc32(stickyNavAndHeaderOffset()))
28501
+ "--top": (0, import_runtime149.maybeCssVar)(__maybeInc33(stickyNavAndHeaderOffset()))
28499
28502
  }]
28500
28503
  }), ...tid, children: links.map((link) => /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(JumpLink, { label: link.label, href: `#${link.id}`, active: link.id === activeId, ...tid.link }, link.id)) });
28501
28504
  }
@@ -28625,7 +28628,7 @@ function WorkflowActions(props) {
28625
28628
  // src/layouts/Workflow/WorkflowPageLayout.tsx
28626
28629
  var import_runtime150 = require("@homebound/truss/runtime");
28627
28630
  var import_jsx_runtime235 = require("react/jsx-runtime");
28628
- var __maybeInc33 = (inc) => {
28631
+ var __maybeInc34 = (inc) => {
28629
28632
  return typeof inc === "string" ? inc : `calc(var(--t-spacing) * ${inc})`;
28630
28633
  };
28631
28634
  var mobileFooterHeightPx = 80;
@@ -28683,13 +28686,13 @@ function WorkflowPageLayout(props) {
28683
28686
  position: "sticky",
28684
28687
  left: "left0",
28685
28688
  width: ["w_var", {
28686
- "--width": (0, import_runtime150.maybeCssVar)(__maybeInc33(headerWidth))
28689
+ "--width": (0, import_runtime150.maybeCssVar)(__maybeInc34(headerWidth))
28687
28690
  }],
28688
28691
  zIndex: ["z_var", {
28689
28692
  "--zIndex": (0, import_runtime150.maybeCssVar)(zIndices.pageStickyHeader)
28690
28693
  }],
28691
28694
  top: ["top_var", {
28692
- "--top": (0, import_runtime150.maybeCssVar)(__maybeInc33(outerTop))
28695
+ "--top": (0, import_runtime150.maybeCssVar)(__maybeInc34(outerTop))
28693
28696
  }]
28694
28697
  }), ...tid.header, children: /* @__PURE__ */ (0, import_jsx_runtime235.jsx)(WorkflowHeader, { title, documentTitleSuffix, breadcrumbs, rightSlot: isMobile ? void 0 : actions, stepperTabs }) }),
28695
28698
  /* @__PURE__ */ (0, import_jsx_runtime235.jsx)("div", { ...(0, import_runtime150.trussProps)({
@@ -28719,7 +28722,7 @@ function WorkflowPageLayout(props) {
28719
28722
  position: "fixed",
28720
28723
  bottom: "bottom0",
28721
28724
  width: ["w_var", {
28722
- "--width": (0, import_runtime150.maybeCssVar)(__maybeInc33(headerWidth))
28725
+ "--width": (0, import_runtime150.maybeCssVar)(__maybeInc34(headerWidth))
28723
28726
  }],
28724
28727
  height: ["h_var", {
28725
28728
  "--height": `${mobileFooterHeightPx}px`