@homebound/beam 4.3.0 → 4.4.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
@@ -140,6 +140,7 @@ __export(index_exports, {
140
140
  InlineFeedbackBanner: () => InlineFeedbackBanner,
141
141
  JumpLink: () => JumpLink,
142
142
  KEPT_GROUP: () => KEPT_GROUP,
143
+ Keyframes: () => Keyframes,
143
144
  LinkCard: () => LinkCard,
144
145
  Loader: () => Loader,
145
146
  LoadingSkeleton: () => LoadingSkeleton,
@@ -434,91 +435,98 @@ module.exports = __toCommonJS(index_exports);
434
435
 
435
436
  // src/Css.ts
436
437
  var import_runtime = require("@homebound/truss/runtime");
437
- var Tokens = /* @__PURE__ */ ((Tokens56) => {
438
- Tokens56["AiFieldBg"] = "--b-ai-field-bg";
439
- Tokens56["AiFieldFg"] = "--b-ai-field-fg";
440
- Tokens56["ButtonCautionDisabledBg"] = "--b-button-caution-disabled-bg";
441
- Tokens56["ButtonCautionDisabledFg"] = "--b-button-caution-disabled-fg";
442
- Tokens56["ButtonDangerDisabledBg"] = "--b-button-danger-disabled-bg";
443
- Tokens56["ButtonDangerDisabledFg"] = "--b-button-danger-disabled-fg";
444
- Tokens56["ButtonGhostDisabledFg"] = "--b-button-ghost-disabled-fg";
445
- Tokens56["ButtonGhostFg"] = "--b-button-ghost-fg";
446
- Tokens56["ButtonPrimaryDisabledBg"] = "--b-button-primary-disabled-bg";
447
- Tokens56["ButtonPrimaryDisabledFg"] = "--b-button-primary-disabled-fg";
448
- Tokens56["ButtonSecondaryFg"] = "--b-button-secondary-fg";
449
- Tokens56["ButtonTertiaryFg"] = "--b-button-tertiary-fg";
450
- Tokens56["ButtonTertiaryFgPressed"] = "--b-button-tertiary-fg-pressed";
451
- Tokens56["ChoiceDisabled"] = "--b-choice-disabled";
452
- Tokens56["ChoiceSelected"] = "--b-choice-selected";
453
- Tokens56["Danger"] = "--b-danger";
454
- Tokens56["DangerPressed"] = "--b-danger-pressed";
455
- Tokens56["EnvBrandDev"] = "--b-env-brand-dev";
456
- Tokens56["EnvBrandLocalProd"] = "--b-env-brand-local-prod";
457
- Tokens56["EnvBrandProd"] = "--b-env-brand-prod";
458
- Tokens56["EnvBrandQa"] = "--b-env-brand-qa";
459
- Tokens56["FieldBgDefault"] = "--b-field-bg-default";
460
- Tokens56["FieldBgDisabled"] = "--b-field-bg-disabled";
461
- Tokens56["FieldBgHover"] = "--b-field-bg-hover";
462
- Tokens56["FieldBorderDefault"] = "--b-field-border-default";
463
- Tokens56["FieldBorderError"] = "--b-field-border-error";
464
- Tokens56["FieldBorderFocus"] = "--b-field-border-focus";
465
- Tokens56["FieldBorderHover"] = "--b-field-border-hover";
466
- Tokens56["FieldTextDisabled"] = "--b-field-text-disabled";
467
- Tokens56["FocusRingInset"] = "--b-focus-ring-inset";
468
- Tokens56["FocusRingMuted"] = "--b-focus-ring-muted";
469
- Tokens56["LoaderFill"] = "--b-loader-fill";
470
- Tokens56["LoaderSpinner"] = "--b-loader-spinner";
471
- Tokens56["LoaderTrack"] = "--b-loader-track";
472
- Tokens56["NavGlobalItemBgActive"] = "--b-nav-global-item-bg-active";
473
- Tokens56["NavGlobalItemBgHover"] = "--b-nav-global-item-bg-hover";
474
- Tokens56["NavGlobalItemBgPressed"] = "--b-nav-global-item-bg-pressed";
475
- Tokens56["NavGlobalText"] = "--b-nav-global-text";
476
- Tokens56["NavGlobalTextActive"] = "--b-nav-global-text-active";
477
- Tokens56["NavGlobalTextDisabled"] = "--b-nav-global-text-disabled";
478
- Tokens56["NavItemBgActive"] = "--b-nav-item-bg-active";
479
- Tokens56["NavItemBgHover"] = "--b-nav-item-bg-hover";
480
- Tokens56["NavItemBgPressed"] = "--b-nav-item-bg-pressed";
481
- Tokens56["NavText"] = "--b-nav-text";
482
- Tokens56["NavTextActive"] = "--b-nav-text-active";
483
- Tokens56["NavTextDisabled"] = "--b-nav-text-disabled";
484
- Tokens56["NavTextFocusVisible"] = "--b-nav-text-focus-visible";
485
- Tokens56["NavTextPressed"] = "--b-nav-text-pressed";
486
- Tokens56["NeutralFillHover"] = "--b-neutral-fill-hover";
487
- Tokens56["NeutralFillHoverStrong"] = "--b-neutral-fill-hover-strong";
488
- Tokens56["NeutralFillHoverSubtle"] = "--b-neutral-fill-hover-subtle";
489
- Tokens56["NeutralFillPressed"] = "--b-neutral-fill-pressed";
490
- Tokens56["NeutralSurfacePressed"] = "--b-neutral-surface-pressed";
491
- Tokens56["OnPrimary"] = "--b-on-primary";
492
- Tokens56["OnSurface"] = "--b-on-surface";
493
- Tokens56["OnSurfaceDisabled"] = "--b-on-surface-disabled";
494
- Tokens56["OnSurfaceMuted"] = "--b-on-surface-muted";
495
- Tokens56["OnSurfaceRaisedHover"] = "--b-on-surface-raised-hover";
496
- Tokens56["OnSurfaceRaisedPressed"] = "--b-on-surface-raised-pressed";
497
- Tokens56["Primary"] = "--b-primary";
498
- Tokens56["PrimaryHover"] = "--b-primary-hover";
499
- Tokens56["PrimaryPressed"] = "--b-primary-pressed";
500
- Tokens56["Scrim"] = "--b-scrim";
501
- Tokens56["SelectionFill"] = "--b-selection-fill";
502
- Tokens56["SelectionIndicator"] = "--b-selection-indicator";
503
- Tokens56["Surface"] = "--b-surface";
504
- Tokens56["SurfaceDisabled"] = "--b-surface-disabled";
505
- Tokens56["SurfaceHover"] = "--b-surface-hover";
506
- Tokens56["SurfaceRaised"] = "--b-surface-raised";
507
- Tokens56["SurfaceRaisedHover"] = "--b-surface-raised-hover";
508
- Tokens56["SurfaceRaisedPressed"] = "--b-surface-raised-pressed";
509
- Tokens56["SurfaceSeparator"] = "--b-surface-separator";
510
- Tokens56["SurfaceSubtle"] = "--b-surface-subtle";
511
- Tokens56["TextDisabled"] = "--b-text-disabled";
512
- Tokens56["TextHelper"] = "--b-text-helper";
513
- Tokens56["TextLabel"] = "--b-text-label";
514
- Tokens56["TextLinkDefault"] = "--b-text-link-default";
515
- Tokens56["TextLinkDisabled"] = "--b-text-link-disabled";
516
- Tokens56["TextLinkHover"] = "--b-text-link-hover";
517
- Tokens56["TextLinkPressed"] = "--b-text-link-pressed";
518
- Tokens56["TextPlaceholder"] = "--b-text-placeholder";
519
- Tokens56["TextSelection"] = "--b-text-selection";
520
- return Tokens56;
438
+ var Tokens = /* @__PURE__ */ ((Tokens61) => {
439
+ Tokens61["AiFieldBg"] = "--b-ai-field-bg";
440
+ Tokens61["AiFieldFg"] = "--b-ai-field-fg";
441
+ Tokens61["ButtonCautionDisabledBg"] = "--b-button-caution-disabled-bg";
442
+ Tokens61["ButtonCautionDisabledFg"] = "--b-button-caution-disabled-fg";
443
+ Tokens61["ButtonDangerDisabledBg"] = "--b-button-danger-disabled-bg";
444
+ Tokens61["ButtonDangerDisabledFg"] = "--b-button-danger-disabled-fg";
445
+ Tokens61["ButtonGhostDisabledFg"] = "--b-button-ghost-disabled-fg";
446
+ Tokens61["ButtonGhostFg"] = "--b-button-ghost-fg";
447
+ Tokens61["ButtonPrimaryDisabledBg"] = "--b-button-primary-disabled-bg";
448
+ Tokens61["ButtonPrimaryDisabledFg"] = "--b-button-primary-disabled-fg";
449
+ Tokens61["ButtonSecondaryFg"] = "--b-button-secondary-fg";
450
+ Tokens61["ButtonTertiaryFg"] = "--b-button-tertiary-fg";
451
+ Tokens61["ButtonTertiaryFgPressed"] = "--b-button-tertiary-fg-pressed";
452
+ Tokens61["ChoiceDisabled"] = "--b-choice-disabled";
453
+ Tokens61["ChoiceSelected"] = "--b-choice-selected";
454
+ Tokens61["Danger"] = "--b-danger";
455
+ Tokens61["DangerPressed"] = "--b-danger-pressed";
456
+ Tokens61["EnvBrandDev"] = "--b-env-brand-dev";
457
+ Tokens61["EnvBrandLocalProd"] = "--b-env-brand-local-prod";
458
+ Tokens61["EnvBrandProd"] = "--b-env-brand-prod";
459
+ Tokens61["EnvBrandQa"] = "--b-env-brand-qa";
460
+ Tokens61["FieldBgDefault"] = "--b-field-bg-default";
461
+ Tokens61["FieldBgDisabled"] = "--b-field-bg-disabled";
462
+ Tokens61["FieldBgHover"] = "--b-field-bg-hover";
463
+ Tokens61["FieldBorderDefault"] = "--b-field-border-default";
464
+ Tokens61["FieldBorderError"] = "--b-field-border-error";
465
+ Tokens61["FieldBorderFocus"] = "--b-field-border-focus";
466
+ Tokens61["FieldBorderHover"] = "--b-field-border-hover";
467
+ Tokens61["FieldTextDisabled"] = "--b-field-text-disabled";
468
+ Tokens61["FocusRingInset"] = "--b-focus-ring-inset";
469
+ Tokens61["FocusRingMuted"] = "--b-focus-ring-muted";
470
+ Tokens61["LoaderFill"] = "--b-loader-fill";
471
+ Tokens61["LoaderSpinner"] = "--b-loader-spinner";
472
+ Tokens61["LoaderTrack"] = "--b-loader-track";
473
+ Tokens61["NavGlobalItemBgActive"] = "--b-nav-global-item-bg-active";
474
+ Tokens61["NavGlobalItemBgHover"] = "--b-nav-global-item-bg-hover";
475
+ Tokens61["NavGlobalItemBgPressed"] = "--b-nav-global-item-bg-pressed";
476
+ Tokens61["NavGlobalText"] = "--b-nav-global-text";
477
+ Tokens61["NavGlobalTextActive"] = "--b-nav-global-text-active";
478
+ Tokens61["NavGlobalTextDisabled"] = "--b-nav-global-text-disabled";
479
+ Tokens61["NavItemBgActive"] = "--b-nav-item-bg-active";
480
+ Tokens61["NavItemBgHover"] = "--b-nav-item-bg-hover";
481
+ Tokens61["NavItemBgPressed"] = "--b-nav-item-bg-pressed";
482
+ Tokens61["NavText"] = "--b-nav-text";
483
+ Tokens61["NavTextActive"] = "--b-nav-text-active";
484
+ Tokens61["NavTextDisabled"] = "--b-nav-text-disabled";
485
+ Tokens61["NavTextFocusVisible"] = "--b-nav-text-focus-visible";
486
+ Tokens61["NavTextPressed"] = "--b-nav-text-pressed";
487
+ Tokens61["NeutralFillHover"] = "--b-neutral-fill-hover";
488
+ Tokens61["NeutralFillHoverStrong"] = "--b-neutral-fill-hover-strong";
489
+ Tokens61["NeutralFillHoverSubtle"] = "--b-neutral-fill-hover-subtle";
490
+ Tokens61["NeutralFillPressed"] = "--b-neutral-fill-pressed";
491
+ Tokens61["NeutralSurfacePressed"] = "--b-neutral-surface-pressed";
492
+ Tokens61["OnPrimary"] = "--b-on-primary";
493
+ Tokens61["OnSurface"] = "--b-on-surface";
494
+ Tokens61["OnSurfaceDisabled"] = "--b-on-surface-disabled";
495
+ Tokens61["OnSurfaceMuted"] = "--b-on-surface-muted";
496
+ Tokens61["OnSurfaceRaisedHover"] = "--b-on-surface-raised-hover";
497
+ Tokens61["OnSurfaceRaisedPressed"] = "--b-on-surface-raised-pressed";
498
+ Tokens61["Primary"] = "--b-primary";
499
+ Tokens61["PrimaryHover"] = "--b-primary-hover";
500
+ Tokens61["PrimaryPressed"] = "--b-primary-pressed";
501
+ Tokens61["Scrim"] = "--b-scrim";
502
+ Tokens61["SelectionFill"] = "--b-selection-fill";
503
+ Tokens61["SelectionIndicator"] = "--b-selection-indicator";
504
+ Tokens61["Surface"] = "--b-surface";
505
+ Tokens61["SurfaceDisabled"] = "--b-surface-disabled";
506
+ Tokens61["SurfaceHover"] = "--b-surface-hover";
507
+ Tokens61["SurfaceRaised"] = "--b-surface-raised";
508
+ Tokens61["SurfaceRaisedHover"] = "--b-surface-raised-hover";
509
+ Tokens61["SurfaceRaisedPressed"] = "--b-surface-raised-pressed";
510
+ Tokens61["SurfaceSeparator"] = "--b-surface-separator";
511
+ Tokens61["SurfaceSubtle"] = "--b-surface-subtle";
512
+ Tokens61["TextDisabled"] = "--b-text-disabled";
513
+ Tokens61["TextHelper"] = "--b-text-helper";
514
+ Tokens61["TextLabel"] = "--b-text-label";
515
+ Tokens61["TextLinkDefault"] = "--b-text-link-default";
516
+ Tokens61["TextLinkDisabled"] = "--b-text-link-disabled";
517
+ Tokens61["TextLinkHover"] = "--b-text-link-hover";
518
+ Tokens61["TextLinkPressed"] = "--b-text-link-pressed";
519
+ Tokens61["TextPlaceholder"] = "--b-text-placeholder";
520
+ Tokens61["TextSelection"] = "--b-text-selection";
521
+ return Tokens61;
521
522
  })(Tokens || {});
523
+ var Keyframes = /* @__PURE__ */ ((Keyframes2) => {
524
+ Keyframes2["LoadingDots"] = "loadingDots";
525
+ Keyframes2["Spin"] = "spin";
526
+ Keyframes2["Pulse"] = "pulse";
527
+ Keyframes2["AiStarLoader"] = "aiStarLoader";
528
+ return Keyframes2;
529
+ })(Keyframes || {});
522
530
  var CssBuilder = class _CssBuilder {
523
531
  constructor(opts) {
524
532
  this.opts = opts;
@@ -4461,6 +4469,23 @@ var CssBuilder = class _CssBuilder {
4461
4469
  return this.add("content", "''");
4462
4470
  }
4463
4471
  // aliases
4472
+ // keyframes
4473
+ /** Sets `animation: loadingDots value`. */
4474
+ loadingDots(value) {
4475
+ return this.add("animation", `loadingDots ${value}`);
4476
+ }
4477
+ /** Sets `animation: spin value`. */
4478
+ spin(value) {
4479
+ return this.add("animation", `spin ${value}`);
4480
+ }
4481
+ /** Sets `animation: pulse value`. */
4482
+ pulse(value) {
4483
+ return this.add("animation", `pulse ${value}`);
4484
+ }
4485
+ /** Sets `animation: aiStarLoader value`. */
4486
+ aiStarLoader(value) {
4487
+ return this.add("animation", `aiStarLoader ${value}`);
4488
+ }
4464
4489
  get $() {
4465
4490
  if (this.opts.runtimeError) {
4466
4491
  throw new Error(this.opts.runtimeError);
@@ -4846,7 +4871,7 @@ function Tooltip(props) {
4846
4871
  title
4847
4872
  } : {},
4848
4873
  ...tid,
4849
- className: "display_contents",
4874
+ className: "d_contents",
4850
4875
  draggable: true,
4851
4876
  onDragStart: (e) => e.preventDefault(),
4852
4877
  children
@@ -5618,7 +5643,7 @@ var chipBaseStyles = (compact) => ({
5618
5643
  borderRadius: "br16",
5619
5644
  paddingLeft: "pl1",
5620
5645
  paddingRight: "pr1",
5621
- gap: "gap_4px",
5646
+ gap: "g_4px",
5622
5647
  paddingTop: ["py_var", {
5623
5648
  "--paddingTop": `${pyHeight(compact)}px`
5624
5649
  }],
@@ -5652,7 +5677,7 @@ function Chips(props) {
5652
5677
  display: "df",
5653
5678
  alignItems: "aifs",
5654
5679
  gap: "gap1",
5655
- whiteSpace: "whiteSpace_normal"
5680
+ whiteSpace: "ws_normal"
5656
5681
  },
5657
5682
  ...wrap !== false ? {
5658
5683
  flexWrap: "fww"
@@ -5833,10 +5858,10 @@ function Loader({
5833
5858
  borderWidth: ["bw_var", {
5834
5859
  "--borderWidth": (0, import_runtime8.maybeCssVar)(`${borderSize}px`)
5835
5860
  }],
5836
- height: ["h_var", {
5861
+ height: ["sq_var", {
5837
5862
  "--height": `${dimensions}px`
5838
5863
  }],
5839
- width: ["w_var", {
5864
+ width: ["sq_var", {
5840
5865
  "--width": `${dimensions}px`
5841
5866
  }],
5842
5867
  borderColor: ["bc_var", {
@@ -5845,12 +5870,9 @@ function Loader({
5845
5870
  borderTopColor: ["borderTopColor_var", {
5846
5871
  "--borderTopColor": (0, import_runtime8.maybeCssVar)(spinnerColor)
5847
5872
  }],
5848
- textIndent: "textIndent_neg999px",
5849
- animationName: "animationName_spin",
5850
- animationDuration: "animationDuration_800ms",
5851
- animationIterationCount: "animationIterationCount_infinite",
5852
- animationTimingFunction: "animationTimingFunction_linear",
5853
- transform: "transform_translateZ_0"
5873
+ textIndent: "ti_neg999px",
5874
+ animation: "anim_spin_800ms_linear_infinite",
5875
+ transform: "tf_translateZ_0"
5854
5876
  }) });
5855
5877
  }
5856
5878
  var sizeToPixels = {
@@ -6134,8 +6156,8 @@ var variantStyles = {
6134
6156
  // Blue100/200 hover fills have no semantic tokens — keep palette for those.
6135
6157
  base: {
6136
6158
  borderRadius: "br100",
6137
- width: "w_48px",
6138
6159
  height: "h_48px",
6160
+ width: "w_48px",
6139
6161
  borderColor: ["bc_var", {
6140
6162
  "--borderColor": "var(--b-field-border-default)"
6141
6163
  }],
@@ -6520,7 +6542,7 @@ function ExpandableHeader(props) {
6520
6542
  /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { ...(0, import_runtime10.trussProps)({
6521
6543
  ...applyStickyStyles ? {
6522
6544
  position: "sticky",
6523
- right: "right_12px",
6545
+ right: "r_12px",
6524
6546
  zIndex: ["z_var", {
6525
6547
  "--zIndex": (0, import_runtime10.maybeCssVar)(zIndices.tableExpandableIcon)
6526
6548
  }]
@@ -6561,9 +6583,9 @@ function SortHeader(props) {
6561
6583
  } : {}
6562
6584
  },
6563
6585
  ...{
6564
- visibility: "visibility_hidden",
6586
+ visibility: "vis_hidden",
6565
6587
  ...isHovered || sorted !== void 0 ? {
6566
- visibility: "visibility_visible"
6588
+ visibility: "vis_visible"
6567
6589
  } : {}
6568
6590
  }
6569
6591
  }, inc: 2, ...tid.icon }) });
@@ -6958,7 +6980,7 @@ function ContrastScope({
6958
6980
  children,
6959
6981
  contrast = true
6960
6982
  }) {
6961
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(ContrastScopeContext.Provider, { value: contrast, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "display_contents", "data-theme": contrast ? contrastDataTheme : void 0, children }) });
6983
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(ContrastScopeContext.Provider, { value: contrast, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "d_contents", "data-theme": contrast ? contrastDataTheme : void 0, children }) });
6962
6984
  }
6963
6985
 
6964
6986
  // src/layouts/DocumentScrollToTopButton.tsx
@@ -7008,12 +7030,12 @@ function DocumentScrollToTopButton({
7008
7030
  transition: "transitionTransform"
7009
7031
  },
7010
7032
  ...visible ? {
7011
- transform: "transform_translateY_0"
7033
+ transform: "tf_translateY_0"
7012
7034
  } : {
7013
7035
  transform: ["transform_var", {
7014
7036
  "--transform": (0, import_runtime13.maybeCssVar)(`translateY(calc(100% + ${scrollToTopOffsetPx}px))`)
7015
7037
  }],
7016
- pointerEvents: "pointerEvents_none"
7038
+ pointerEvents: "pe_none"
7017
7039
  }
7018
7040
  }), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(ContrastScope, { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(IconButton, { icon: "arrowUp", disabled: !visible, variant: "outline", label: "Scroll to top", onClick: scrollToTop, ...tid }) }) });
7019
7041
  }
@@ -7167,7 +7189,7 @@ function CompanionRowImpl(props) {
7167
7189
  // Companion content is arbitrary — allow wrapping and grow with content.
7168
7190
  ...{
7169
7191
  height: "h_auto",
7170
- whiteSpace: "whiteSpace_normal",
7192
+ whiteSpace: "ws_normal",
7171
7193
  paddingTop: "pt_8px",
7172
7194
  paddingBottom: "pb_8px",
7173
7195
  width: ["w_var", {
@@ -8257,8 +8279,8 @@ var hoverBorderStyles = {
8257
8279
  };
8258
8280
  var markSvgStyles = {
8259
8281
  position: "absolute",
8260
- top: "top_neg1px",
8261
- left: "left_neg1px"
8282
+ top: "tp_neg1px",
8283
+ left: "l_neg1px"
8262
8284
  };
8263
8285
  var labelStyles = {
8264
8286
  fontWeight: "fw4",
@@ -9413,7 +9435,7 @@ function memoizedTableStyles() {
9413
9435
  alignItems: "aic",
9414
9436
  paddingLeft: "pl_12px",
9415
9437
  paddingRight: "pr_12px",
9416
- whiteSpace: "whiteSpace_unset",
9438
+ whiteSpace: "ws_unset",
9417
9439
  height: "h_40px"
9418
9440
  },
9419
9441
  ...allWhite && {
@@ -9529,10 +9551,10 @@ function memoizedTableStyles() {
9529
9551
  }]
9530
9552
  } : void 0,
9531
9553
  firstRowFirstCellCss: roundedHeader ? {
9532
- borderRadius: "borderRadius_8px_0_0_0"
9554
+ borderRadius: "bra_8px_0_0_0"
9533
9555
  } : void 0,
9534
9556
  firstRowLastCellCss: roundedHeader ? {
9535
- borderRadius: "borderRadius_0_8px_0_0"
9557
+ borderRadius: "bra_0_8px_0_0"
9536
9558
  } : void 0,
9537
9559
  // Keep `betweenRowsCss` on all body rows, but on the final body row
9538
9560
  // remove the inset shadow and, when bordered, replace it with a true bottom border.
@@ -9548,10 +9570,10 @@ function memoizedTableStyles() {
9548
9570
  },
9549
9571
  // Only apply bottom corner radii to the final body-row cells when using `bordered`.
9550
9572
  lastRowFirstCellCss: bordered ? {
9551
- borderRadius: "borderRadius_0_0_0_8px"
9573
+ borderRadius: "bra_0_0_0_8px"
9552
9574
  } : void 0,
9553
9575
  lastRowLastCellCss: bordered ? {
9554
- borderRadius: "borderRadius_0_0_8px_0"
9576
+ borderRadius: "bra_0_0_8px_0"
9555
9577
  } : void 0,
9556
9578
  presentationSettings: {
9557
9579
  borderless: true,
@@ -9575,7 +9597,7 @@ function memoizedTableStyles() {
9575
9597
  alignItems: "aic"
9576
9598
  },
9577
9599
  keptLastRowCss: {
9578
- boxShadow: "boxShadow_inset_0px_14px_8px_11px_rgba_63_63_63_18"
9600
+ boxShadow: "bxs_inset_0px_14px_8px_11px_rgba_63_63_63_18"
9579
9601
  },
9580
9602
  // Pinned rows keep Blue50 until a selection-surface token exists.
9581
9603
  pinnedRowCss: {
@@ -9592,8 +9614,8 @@ var getTableStyles = memoizedTableStyles();
9592
9614
  var totalsRowHeight = 40;
9593
9615
  var expandableHeaderRowHeight = 40;
9594
9616
  var tableRowPrintBreakCss = {
9595
- pageBreakAfter: "pageBreakAfter_auto",
9596
- pageBreakInside: "pageBreakInside_avoid"
9617
+ pageBreakAfter: "pgba_auto",
9618
+ pageBreakInside: "pgbi_avoid"
9597
9619
  };
9598
9620
  var defaultStyle = getTableStyles({});
9599
9621
  var condensedStyle = {
@@ -9627,7 +9649,7 @@ var cardStyle = {
9627
9649
  "--h_borderColor": "var(--b-on-surface-muted)"
9628
9650
  }],
9629
9651
  marginTop: "mt2",
9630
- transition: "transition_all_240ms",
9652
+ transition: "tsn_all_240ms",
9631
9653
  boxShadow: "bshBasic h_bshHover"
9632
9654
  },
9633
9655
  firstRowCss: {
@@ -9638,7 +9660,7 @@ var cardStyle = {
9638
9660
  borderColor: ["bc_var", {
9639
9661
  "--borderColor": "var(--b-surface-separator)"
9640
9662
  }],
9641
- borderRadius: "borderRadius_8px_8px_0_0",
9663
+ borderRadius: "bra_8px_8px_0_0",
9642
9664
  overflow: "oh"
9643
9665
  },
9644
9666
  cellCss: {
@@ -9724,7 +9746,7 @@ var defaultRenderFn = (as, colSpan) => (key, css2, content2, row, rowStyle, clas
9724
9746
  return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Cell, { ...(0, import_runtime21.mergeProps)(classNames, void 0, {
9725
9747
  ...css2,
9726
9748
  ...{
9727
- cursor: "cursor_default"
9749
+ cursor: "cur_default"
9728
9750
  }
9729
9751
  }), onClick, ...as === "table" && {
9730
9752
  colSpan
@@ -9745,14 +9767,14 @@ var rowLinkRenderFn = (as, colSpan) => (key, css2, content2, row, rowStyle, clas
9745
9767
  ...css2
9746
9768
  }), colSpan, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_router_dom2.Link, { to, ...(0, import_runtime21.mergeProps)(navLink, void 0, {
9747
9769
  textDecoration: "tdn",
9748
- color: "color_unset",
9770
+ color: "c_unset",
9749
9771
  display: "db"
9750
9772
  }), children: content2 }) }, key);
9751
9773
  }
9752
9774
  return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_router_dom2.Link, { to, ...(0, import_runtime21.mergeProps)(`${navLink} ${classNames}`, void 0, {
9753
9775
  ...{
9754
9776
  textDecoration: "tdn",
9755
- color: "color_unset"
9777
+ color: "c_unset"
9756
9778
  },
9757
9779
  ...css2
9758
9780
  }), children: content2 }, key);
@@ -9944,7 +9966,7 @@ function ColumnResizeHandle({
9944
9966
  width: "w_4px",
9945
9967
  marginRight: "mr_neg2px",
9946
9968
  zIndex: "z_10",
9947
- cursor: "cursor_col_resize",
9969
+ cursor: "cur_col_resize",
9948
9970
  ...isHovering || isDragging ? {
9949
9971
  backgroundColor: ["bgColor_var", {
9950
9972
  "--backgroundColor": "var(--b-on-surface-muted)"
@@ -9966,11 +9988,11 @@ function ColumnResizeHandle({
9966
9988
  backgroundColor: ["bgColor_var", {
9967
9989
  "--backgroundColor": "var(--b-on-surface-muted)"
9968
9990
  }],
9969
- pointerEvents: "pointerEvents_none",
9991
+ pointerEvents: "pe_none",
9970
9992
  zIndex: ["z_var", {
9971
9993
  "--zIndex": (0, import_runtime22.maybeCssVar)(zIndices.dragHandle)
9972
9994
  }],
9973
- transform: "transform_translateX_50"
9995
+ transform: "tf_translateX_50"
9974
9996
  }), ...tid.guideLine })
9975
9997
  ] });
9976
9998
  }
@@ -10011,7 +10033,7 @@ function KeptGroupRow(props) {
10011
10033
  }
10012
10034
  }), ...as === "table" ? {
10013
10035
  colSpan
10014
- } : {}, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "df aic gap_12px", children: [
10036
+ } : {}, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "df aic g_12px", children: [
10015
10037
  /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "w_38px df jcc", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CollapseToggle, { row, compact: true }) }),
10016
10038
  /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "df aic gap1", children: [
10017
10039
  /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { icon: "infoCircle", inc: 2 }),
@@ -10145,7 +10167,7 @@ function RowImpl(props) {
10145
10167
  const levelIndent = levelStyle?.rowIndent;
10146
10168
  const containerCss = {
10147
10169
  ...{
10148
- transition: "transition_padding_0_25s_ease_in_out"
10170
+ transition: "tsn_padding_0_25s_ease_in_out"
10149
10171
  },
10150
10172
  ...rs.isDraggedOver === 1 /* Above */ && {
10151
10173
  paddingTop: "pt_25px"
@@ -10542,12 +10564,12 @@ function Avatar({
10542
10564
  const [showFallback, setShowFallback] = (0, import_react33.useState)(src === void 0);
10543
10565
  const styles = {
10544
10566
  borderRadius: "br100",
10545
- width: ["w_var", {
10546
- "--width": `${px2}px`
10547
- }],
10548
- height: ["h_var", {
10567
+ height: ["sq_var", {
10549
10568
  "--height": `${px2}px`
10550
10569
  }],
10570
+ width: ["sq_var", {
10571
+ "--width": `${px2}px`
10572
+ }],
10551
10573
  minWidth: ["mw_var", {
10552
10574
  "--minWidth": `${px2}px`
10553
10575
  }],
@@ -10712,9 +10734,7 @@ function MenuItemImpl(props) {
10712
10734
  }]
10713
10735
  } : {},
10714
10736
  ...isFocused ? {
10715
- boxShadow: ["boxShadow_var", {
10716
- "--boxShadow": (0, import_runtime27.maybeCssVar)(`inset 0 0 0 1px var(${"--b-focus-ring-inset" /* FocusRingInset */})`)
10717
- }]
10737
+ boxShadow: "bxs_inset_0_0_0_1px_var_b_focus_ring_inset"
10718
10738
  } : {},
10719
10739
  ...isDisabled ? {
10720
10740
  color: ["color_var", {
@@ -10936,7 +10956,7 @@ function InlineLabel({
10936
10956
  lineHeight: "lh_20px",
10937
10957
  whiteSpace: "wsnw",
10938
10958
  paddingRight: "pr_4px",
10939
- color: "color_currentColor",
10959
+ color: "c_currentColor",
10940
10960
  alignSelf: "asc",
10941
10961
  ...multiline ? {
10942
10962
  alignSelf: "asfs",
@@ -11207,7 +11227,7 @@ function TextFieldBase(props) {
11207
11227
  borderStyle: "bss",
11208
11228
  borderWidth: "bw1",
11209
11229
  borderColor: "bcTransparent",
11210
- transition: "transition_border_color_200ms"
11230
+ transition: "tsn_border_color_200ms"
11211
11231
  },
11212
11232
  ...borderOnHover && {
11213
11233
  ...isHovered ? {
@@ -11291,7 +11311,7 @@ function TextFieldBase(props) {
11291
11311
  paddingBottom: ["py_var", {
11292
11312
  "--paddingBottom": `${compact ? 7 : textFieldBaseMultilineTopPadding}px`
11293
11313
  }],
11294
- resize: "resize_none"
11314
+ resize: "rsz_none"
11295
11315
  } : {
11296
11316
  whiteSpace: "wsnw",
11297
11317
  overflow: "oh",
@@ -11765,9 +11785,7 @@ var resetStyles = {
11765
11785
  position: "relative"
11766
11786
  };
11767
11787
  var hoverStyles = {
11768
- boxShadow: ["boxShadow_var", {
11769
- "--boxShadow": (0, import_runtime33.maybeCssVar)(`0 0 4px var(${"--b-on-surface" /* OnSurface */})`)
11770
- }]
11788
+ boxShadow: "bxs_0_0_4px_var_b_on_surface"
11771
11789
  };
11772
11790
  var focusStyles = {
11773
11791
  boxShadow: "bshFocus"
@@ -11785,8 +11803,8 @@ var pressedOverlayCss = {
11785
11803
  position: "absolute",
11786
11804
  top: "top0",
11787
11805
  left: "left0",
11788
- opacity: "opacity_0_2",
11789
- pointerEvents: "pointerEvents_none"
11806
+ opacity: "op_0_2",
11807
+ pointerEvents: "pe_none"
11790
11808
  };
11791
11809
 
11792
11810
  // src/components/Button.tsx
@@ -12048,9 +12066,7 @@ var variantStyles2 = {
12048
12066
  }]
12049
12067
  },
12050
12068
  focusStyles: {
12051
- boxShadow: ["boxShadow_var", {
12052
- "--boxShadow": (0, import_runtime34.maybeCssVar)(`0px 0px 0px 2px var(${"--b-focus-ring-inset" /* FocusRingInset */}), 0px 0px 0px 4px var(${"--b-focus-ring-muted" /* FocusRingMuted */})`)
12053
- }]
12069
+ boxShadow: "bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_focus_ring_muted"
12054
12070
  }
12055
12071
  },
12056
12072
  tertiary: {
@@ -12120,9 +12136,7 @@ var variantStyles2 = {
12120
12136
  }]
12121
12137
  },
12122
12138
  focusStyles: {
12123
- boxShadow: ["boxShadow_var", {
12124
- "--boxShadow": (0, import_runtime34.maybeCssVar)(`0px 0px 0px 2px var(${"--b-focus-ring-inset" /* FocusRingInset */}), 0px 0px 0px 4px var(${"--b-danger" /* Danger */})`)
12125
- }]
12139
+ boxShadow: "bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_danger"
12126
12140
  }
12127
12141
  },
12128
12142
  danger: {
@@ -12178,9 +12192,7 @@ var variantStyles2 = {
12178
12192
  }]
12179
12193
  },
12180
12194
  focusStyles: {
12181
- boxShadow: ["boxShadow_var", {
12182
- "--boxShadow": (0, import_runtime34.maybeCssVar)(`0px 0px 0px 2px var(${"--b-focus-ring-inset" /* FocusRingInset */}), 0px 0px 0px 4px var(${"--b-focus-ring-muted" /* FocusRingMuted */})`)
12183
- }]
12195
+ boxShadow: "bxs_0px_0px_0px_2px_var_b_focus_ring_inset_0px_0px_0px_4px_var_b_focus_ring_muted"
12184
12196
  }
12185
12197
  },
12186
12198
  caution: {
@@ -12212,7 +12224,7 @@ var variantStyles2 = {
12212
12224
  color: ["color_var", {
12213
12225
  "--color": "var(--b-text-link-default)"
12214
12226
  }],
12215
- fontSize: "fontSize_inherit"
12227
+ fontSize: "fz_inherit"
12216
12228
  },
12217
12229
  hoverStyles: {
12218
12230
  color: ["color_var", {
@@ -12238,7 +12250,7 @@ var variantStyles2 = {
12238
12250
  color: ["color_var", {
12239
12251
  "--color": "var(--b-button-secondary-fg)"
12240
12252
  }],
12241
- fontSize: "fontSize_inherit"
12253
+ fontSize: "fz_inherit"
12242
12254
  },
12243
12255
  hoverStyles: {
12244
12256
  backgroundColor: ["bgColor_var", {
@@ -12601,7 +12613,7 @@ function OverlayTrigger(props) {
12601
12613
  maxHeight: window.visualViewport?.height ?? window.innerHeight
12602
12614
  });
12603
12615
  const tid = useTestIds(props, isTextButton(trigger) ? defaultTestId(labelOr(trigger, "overlayTrigger")) : isNavLinkButton(trigger) ? defaultTestId(trigger.navLabel) : isIconButton(trigger) ? trigger.icon : trigger.name);
12604
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: "dib lineHeight_0", children: [
12616
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: "dib lh_0", children: [
12605
12617
  isTextButton(trigger) ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Button, { variant: variant ? variant : "secondary", ...trigger, menuTriggerProps: wrappedMenuTriggerProps, buttonRef, endAdornment: !hideEndAdornment ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { icon: state.isOpen ? "chevronUp" : "chevronDown" }) : null, disabled, tooltip, onClick: wrappedMenuTriggerProps.onPress ?? noop, forceFocusStyles: showActiveBorder && state.isOpen, ...tid }) : isNavLinkButton(trigger) ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(NavLink, { active: trigger.active, variant: trigger.variant, icon: trigger.icon, label: trigger.navLabel, disabled: !!disabled, menuTriggerProps: wrappedMenuTriggerProps, buttonRef, ...tid }) : isIconButton(trigger) ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(IconButton, { ...trigger, menuTriggerProps: wrappedMenuTriggerProps, buttonRef, ...tid, disabled, tooltip, onClick: wrappedMenuTriggerProps.onPress ?? noop, forceFocusStyles: showActiveBorder && state.isOpen }) : /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(AvatarButton, { ...trigger, menuTriggerProps: wrappedMenuTriggerProps, buttonRef, ...tid, disabled, tooltip, onClick: wrappedMenuTriggerProps.onPress ?? noop, forceFocusStyles: showActiveBorder && state.isOpen }),
12606
12618
  state.isOpen && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Popover, { triggerRef: buttonRef, popoverRef, positionProps, onClose: () => state.close(), isOpen: state.isOpen, children })
12607
12619
  ] });
@@ -12697,7 +12709,7 @@ function Tag(props) {
12697
12709
  position: "relative",
12698
12710
  display: "dif",
12699
12711
  alignItems: "aic",
12700
- gap: "gap_4px",
12712
+ gap: "g_4px",
12701
12713
  paddingTop: "pt_2px",
12702
12714
  paddingBottom: "pb_2px",
12703
12715
  color: "gray900",
@@ -12874,7 +12886,7 @@ function BaseCard(props) {
12874
12886
  borderBottomStyle: "bbs_solid",
12875
12887
  borderBottomWidth: "bbw_1px",
12876
12888
  overflow: "oh",
12877
- borderRadius: "borderRadius_12px_12px_0_0",
12889
+ borderRadius: "bra_12px_12px_0_0",
12878
12890
  ...aiMode ? {
12879
12891
  borderColor: ["bc_var", {
12880
12892
  "--borderColor": "var(--b-ai-field-bg)"
@@ -12971,9 +12983,9 @@ var contentStyles = {
12971
12983
  paddingRight: "pr0",
12972
12984
  paddingLeft: "pl0",
12973
12985
  backgroundColor: "bgTransparent",
12974
- color: "color_unset",
12986
+ color: "c_unset",
12975
12987
  textDecoration: "tdn",
12976
- outline: "outline_0"
12988
+ outline: "ol_0"
12977
12989
  };
12978
12990
 
12979
12991
  // src/components/CardBody.tsx
@@ -13038,14 +13050,14 @@ function CardBody(props) {
13038
13050
  ] }),
13039
13051
  hasDetails && /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "df fdc gap2 mt_auto", children: [
13040
13052
  data.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("dl", { className: "df gap2 fw4 fz_14px lh_20px", children: [
13041
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "df fdc fg1 fb2 mw0", children: col1.map((d) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "df gap_4px", ...tid[defaultTestId(d.label)], children: [
13053
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "df fdc fg1 fb2 mw0", children: col1.map((d) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "df g_4px", ...tid[defaultTestId(d.label)], children: [
13042
13054
  /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("dt", { className: "fs0", children: [
13043
13055
  d.label,
13044
13056
  ":"
13045
13057
  ] }),
13046
13058
  /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("dd", { className: "mw0", children: d.value })
13047
13059
  ] }, d.label)) }),
13048
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "df fdc fg1 fb2 mw0", children: col2.map((d) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "df gap_4px", ...tid[defaultTestId(d.label)], children: [
13060
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "df fdc fg1 fb2 mw0", children: col2.map((d) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "df g_4px", ...tid[defaultTestId(d.label)], children: [
13049
13061
  /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("dt", { className: "fs0", children: [
13050
13062
  d.label,
13051
13063
  ":"
@@ -13164,9 +13176,7 @@ function Carousel(props) {
13164
13176
  marginBottom: "mb_neg4px",
13165
13177
  marginRight: "mr_neg4px",
13166
13178
  marginLeft: "ml_neg4px",
13167
- scrollPaddingInline: ["scrollPaddingInline_var", {
13168
- "--scrollPaddingInline": (0, import_runtime39.maybeCssVar)(`${4}px`)
13169
- }],
13179
+ scrollPaddingInline: "scrollPaddingInline_4px",
13170
13180
  maskImage: ["maskImage_var", {
13171
13181
  "--maskImage": (0, import_runtime39.maybeCssVar)(maskImage)
13172
13182
  }]
@@ -13210,7 +13220,7 @@ function ScrollButton(props) {
13210
13220
  color: ["color_var", {
13211
13221
  "--color": "var(--b-on-surface)"
13212
13222
  }],
13213
- outline: "outline_0",
13223
+ outline: "ol_0",
13214
13224
  ...back ? {
13215
13225
  left: "left0"
13216
13226
  } : {
@@ -13361,14 +13371,14 @@ function Thumbnail(props) {
13361
13371
  borderWidth: "bw1",
13362
13372
  borderColor: "bcGray300 a_bcBlue600",
13363
13373
  backgroundColor: "bgWhite after_a_bgBlue600",
13364
- outline: "outline_0",
13374
+ outline: "ol_0",
13365
13375
  boxShadow: "h_bshHover fv_bshFocus",
13366
13376
  content: "after_a_contentEmpty",
13367
13377
  top: "after_a_top0",
13368
13378
  left: "after_a_left0",
13369
13379
  opacity: "after_a_o_0_28",
13370
- pointerEvents: "after_a_pointerEvents_none"
13371
- }), children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "db w100 h100 oh br8", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("img", { className: "w100 h100 objectFit_cover db", src: item.imgUrl, alt: "", loading: "lazy" }) }) }) });
13380
+ pointerEvents: "after_a_pe_none"
13381
+ }), children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "db w100 h100 oh br8", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("img", { className: "w100 h100 obf_cover db", src: item.imgUrl, alt: "", loading: "lazy" }) }) }) });
13372
13382
  }
13373
13383
 
13374
13384
  // src/components/Table/GridTableEmptyState.tsx
@@ -13772,8 +13782,8 @@ function renderTable(style, id, columns, visibleDataRows, keptSelectedRows, pinn
13772
13782
  return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("table", { ref: tableContainerRef, ...(0, import_runtime42.trussProps)({
13773
13783
  ...{
13774
13784
  width: "w100",
13775
- borderCollapse: "borderCollapse_separate",
13776
- borderSpacing: "borderSpacing_0"
13785
+ borderCollapse: "bdcl_separate",
13786
+ borderSpacing: "bdsp_0"
13777
13787
  },
13778
13788
  ...style.rootCss,
13779
13789
  ...style.minWidthPx ? {
@@ -14186,7 +14196,7 @@ function Accordion(props) {
14186
14196
  ...{
14187
14197
  display: "df",
14188
14198
  justifyContent: "jcsb",
14189
- gap: "gap_12px",
14199
+ gap: "g_12px",
14190
14200
  alignItems: "aic",
14191
14201
  paddingTop: "pt2",
14192
14202
  paddingBottom: "pb2",
@@ -14195,7 +14205,7 @@ function Accordion(props) {
14195
14205
  fontWeight: "fw4",
14196
14206
  fontSize: "fz_16px",
14197
14207
  lineHeight: "lh_24px",
14198
- outline: "outline_none",
14208
+ outline: "ol_none",
14199
14209
  backgroundColor: ["h_bgColor_var", {
14200
14210
  "--h_backgroundColor": "var(--b-neutral-fill-hover-subtle)"
14201
14211
  }],
@@ -14229,9 +14239,7 @@ function Accordion(props) {
14229
14239
  }]
14230
14240
  },
14231
14241
  ...isFocusVisible && {
14232
- boxShadow: ["boxShadow_var", {
14233
- "--boxShadow": (0, import_runtime45.maybeCssVar)(`inset 0 0 0 2px var(${"--b-focus-ring-inset" /* FocusRingInset */})`)
14234
- }]
14242
+ boxShadow: "bxs_inset_0_0_0_2px_var_b_focus_ring_inset"
14235
14243
  },
14236
14244
  ...xss
14237
14245
  }), [compact, disabled, isFocusVisible, titleOnClick, xss]);
@@ -14288,7 +14296,7 @@ function Accordion(props) {
14288
14296
  height: ["h_var", {
14289
14297
  "--height": (0, import_runtime45.maybeCssVar)(__maybeInc13(contentHeight))
14290
14298
  }],
14291
- transition: "transition_height_250ms_ease_in_out"
14299
+ transition: "tsn_height_250ms_ease_in_out"
14292
14300
  }), children: expanded && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { ...(0, import_runtime45.trussProps)({
14293
14301
  paddingLeft: "pl2",
14294
14302
  paddingRight: "pr2",
@@ -14306,7 +14314,7 @@ function Accordion(props) {
14306
14314
  function RotatingChevronIcon(props) {
14307
14315
  return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { ...(0, import_runtime45.trussProps)({
14308
14316
  flexShrink: "fs0",
14309
- transition: "transition_transform_250ms_linear",
14317
+ transition: "tsn_transform_250ms_linear",
14310
14318
  transform: ["transform_var", {
14311
14319
  "--transform": (0, import_runtime45.maybeCssVar)(props.expanded ? "rotate(180deg)" : "rotate(0deg)")
14312
14320
  }]
@@ -14473,7 +14481,7 @@ var aiCardChrome = {
14473
14481
  sm: {
14474
14482
  logoHeight: 2,
14475
14483
  gapCss: {
14476
- gap: "gap_4px"
14484
+ gap: "g_4px"
14477
14485
  }
14478
14486
  }
14479
14487
  };
@@ -14490,7 +14498,7 @@ function AiBanner(props) {
14490
14498
  } = props;
14491
14499
  const tid = useTestIds(props, "aiBanner");
14492
14500
  return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(AiPanel, { padding: "sm", ...tid, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(AiCard, { size: "sm", ...tid, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "df aic jcsb gap2 w100 fww pt_12px pb2 pl2 pr2", children: [
14493
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "df fdc gap_4px fg1 fb_0 mw_240px", children: [
14501
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "df fdc g_4px fg1 fb_0 mw_240px", children: [
14494
14502
  /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "fw6 fz_14px lh_20px purple700 aiBoldBg bgcl_text WebkitBackgroundClip_text wktfc_transparent", ...tid.title, children: title }),
14495
14503
  message && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { ...(0, import_runtime48.trussProps)({
14496
14504
  fontWeight: "fw4",
@@ -14541,7 +14549,7 @@ function LinkCard(props) {
14541
14549
  }),
14542
14550
  ...tid,
14543
14551
  children: [
14544
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "df fdc gap_4px fg1 mw0 wbbw", children: [
14552
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "df fdc g_4px fg1 mw0 wbbw", children: [
14545
14553
  /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { ...(0, import_runtime49.trussProps)({
14546
14554
  fontWeight: "fw6",
14547
14555
  fontSize: "fz_14px",
@@ -14623,15 +14631,9 @@ function starStyles(index, inc) {
14623
14631
  width: ["sq_var", {
14624
14632
  "--width": `${increment(inc)}px`
14625
14633
  }],
14626
- transform: "transform_scale_0_5",
14627
- animationName: "animationName_aiStarLoader",
14628
- animationDuration: ["animationDuration_var", {
14629
- "--animationDuration": (0, import_runtime50.maybeCssVar)(`${cycleMs}ms`)
14630
- }],
14631
- animationIterationCount: "animationIterationCount_infinite",
14632
- animationTimingFunction: "animationTimingFunction_ease_in_out",
14633
- animationDelay: ["animationDelay_var", {
14634
- "--animationDelay": (0, import_runtime50.maybeCssVar)(`${index * cycleMs / 3}ms`)
14634
+ transform: "tf_scale_0_5",
14635
+ animation: ["animation_var", {
14636
+ "--animation": `aiStarLoader ${(0, import_runtime50.maybeCssVar)(`${cycleMs}ms ease-in-out ${index * cycleMs / 3}ms infinite`)}`
14635
14637
  }]
14636
14638
  };
14637
14639
  }
@@ -14871,7 +14873,7 @@ function AvatarGroup(props) {
14871
14873
  /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "df aic", children: visibleAvatars.map((avatar, idx) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { ...(0, import_runtime53.trussProps)({
14872
14874
  borderRadius: "br100",
14873
14875
  borderStyle: "bss",
14874
- borderWidth: "borderWidth_3px",
14876
+ borderWidth: "bw_3px",
14875
14877
  borderColor: "bcWhite",
14876
14878
  ...idx > 0 ? {
14877
14879
  marginLeft: ["ml_var", {
@@ -15024,7 +15026,7 @@ function Breadcrumbs({
15024
15026
  }), children: bc.label })
15025
15027
  ] }, `${bc.label}-${index}`);
15026
15028
  }
15027
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "df aic gap_4px", children: shouldCollapse ? /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
15029
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "df aic g_4px", children: shouldCollapse ? /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
15028
15030
  items.slice(0, leadCount).map((bc, i) => renderBreadcrumb(bc, i)),
15029
15031
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "fs0 fw4 fz_12px lh_16px", children: "/" }),
15030
15032
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("button", { ...tid.expand, className: "fw4 fz_12px lh_16px gray900 h_gray600", onClick: () => setCollapsed(false), children: "..." }),
@@ -15230,9 +15232,9 @@ function Day(props) {
15230
15232
  {
15231
15233
  ...(0, import_runtime56.trussProps)({
15232
15234
  position: "absolute",
15233
- bottom: "bottom_4px",
15234
- width: "w_4px",
15235
+ bottom: "bot_4px",
15235
15236
  height: "h_4px",
15237
+ width: "w_4px",
15236
15238
  backgroundColor: ["bgColor_var", {
15237
15239
  "--backgroundColor": "var(--b-primary)"
15238
15240
  }],
@@ -15250,7 +15252,7 @@ function Day(props) {
15250
15252
  showRangeStyles && range_start && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { ...(0, import_runtime56.trussProps)({
15251
15253
  ...rangeBaseStyles,
15252
15254
  ...{
15253
- right: "right_neg2px",
15255
+ right: "r_neg2px",
15254
15256
  width: "w_8px"
15255
15257
  }
15256
15258
  }) }),
@@ -15258,20 +15260,20 @@ function Day(props) {
15258
15260
  ...rangeBaseStyles,
15259
15261
  ...{
15260
15262
  width: "w_8px",
15261
- left: "left_neg2px"
15263
+ left: "l_neg2px"
15262
15264
  }
15263
15265
  }) }),
15264
15266
  showRangeStyles && range_middle && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { ...(0, import_runtime56.trussProps)({
15265
15267
  ...rangeBaseStyles,
15266
15268
  ...{
15267
- left: "left_neg2px"
15269
+ left: "l_neg2px"
15268
15270
  }
15269
15271
  }) })
15270
15272
  ] });
15271
15273
  }
15272
15274
  var rangeBaseStyles = {
15273
15275
  position: "absolute",
15274
- top: "top_2px",
15276
+ top: "tp_2px",
15275
15277
  height: "h_30px",
15276
15278
  width: "w_32px",
15277
15279
  backgroundColor: ["bgColor_var", {
@@ -15585,11 +15587,11 @@ function getButtonStyles2(isFirst, isLast) {
15585
15587
  },
15586
15588
  // Our first button should have a rounded left border.
15587
15589
  ...isFirst && {
15588
- borderRadius: "borderRadius_4px_0_0_4px"
15590
+ borderRadius: "bra_4px_0_0_4px"
15589
15591
  },
15590
15592
  // Our last button should have a rounded right border.
15591
15593
  ...isLast && {
15592
- borderRadius: "borderRadius_0_4px_4px_0"
15594
+ borderRadius: "bra_0_4px_4px_0"
15593
15595
  },
15594
15596
  // Nudge buttons one pixel to the left so they visually share a border.
15595
15597
  ...!isFirst && {
@@ -15676,7 +15678,7 @@ function Card(props) {
15676
15678
  alignSelf: "asc",
15677
15679
  justifySelf: "jsc",
15678
15680
  position: "relative",
15679
- filter: "filter_brightness_1"
15681
+ filter: "flt_brightness_1"
15680
15682
  },
15681
15683
  // Once the card follows its container, keep the image at its own size so the title wraps instead.
15682
15684
  ...fullWidth && {
@@ -15702,7 +15704,7 @@ function Card(props) {
15702
15704
  icon: "verticalDots",
15703
15705
  color: isList ? "--b-on-surface-muted" /* OnSurfaceMuted */ : "--b-on-primary" /* OnPrimary */
15704
15706
  }, items: buttonMenuItems }) }),
15705
- tag && !isList && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "absolute left1 top_4px", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Tag, { type: tag.type, text: tag.text, ...tid.tag }) }),
15707
+ tag && !isList && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "absolute left1 tp_4px", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Tag, { type: tag.type, text: tag.text, ...tid.tag }) }),
15706
15708
  /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "df fdc aifs gap1", children: [
15707
15709
  tag && isList && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Tag, { type: tag.type, text: tag.text, ...tid.tag }),
15708
15710
  /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { children: [
@@ -15770,7 +15772,7 @@ var borderedStyles = {
15770
15772
  };
15771
15773
  var disabledStyles2 = {
15772
15774
  opacity: "o50",
15773
- transition: "transition_opacity_0_3s_ease"
15775
+ transition: "tsn_opacity_0_3s_ease"
15774
15776
  };
15775
15777
  var cardHoverStyles = {
15776
15778
  borderColor: ["bc_var", {
@@ -15782,8 +15784,8 @@ var imageHoverStyles = {
15782
15784
  backgroundColor: ["bgColor_var", {
15783
15785
  "--backgroundColor": "var(--b-surface)"
15784
15786
  }],
15785
- filter: "filter_brightness_0_3",
15786
- transition: "transition_filter_0_3s_ease"
15787
+ filter: "flt_brightness_0_3",
15788
+ transition: "tsn_filter_0_3s_ease"
15787
15789
  };
15788
15790
 
15789
15791
  // src/components/Copy.tsx
@@ -16002,7 +16004,7 @@ function getInvertedCorner(side, bgColorVar) {
16002
16004
  width: ["sq_var", {
16003
16005
  "--width": `${invertedCornerRadiusPx}px`
16004
16006
  }],
16005
- pointerEvents: "pointerEvents_none",
16007
+ pointerEvents: "pe_none",
16006
16008
  zIndex: "z1"
16007
16009
  };
16008
16010
  const outerPosition = side === "left" ? {
@@ -16018,7 +16020,7 @@ function getInvertedCorner(side, bgColorVar) {
16018
16020
  height: "h_200",
16019
16021
  width: "w_200",
16020
16022
  position: "absolute",
16021
- borderRadius: "borderRadius_50",
16023
+ borderRadius: "bra_50",
16022
16024
  boxShadow: ["boxShadow_var", {
16023
16025
  "--boxShadow": (0, import_runtime64.maybeCssVar)(`${shadowXOffset}px -${invertedCornerRadiusPx}px 0 0 ${bgColorVar}`)
16024
16026
  }],
@@ -16173,7 +16175,7 @@ function SnackbarNotice(props) {
16173
16175
  "--paddingRight": `${!reallyHideClose && action.variant !== "text" ? 4 : 8}px`
16174
16176
  }]
16175
16177
  }), children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { ...action, ...tid.action }) }),
16176
- !reallyHideClose && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "pr1 lineHeight_0", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(IconButton, { icon: "x", onClick: onClose, ...tid.close }) })
16178
+ !reallyHideClose && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "pr1 lh_0", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(IconButton, { icon: "x", onClick: onClose, ...tid.close }) })
16177
16179
  ] })
16178
16180
  ] });
16179
16181
  }
@@ -16223,7 +16225,7 @@ function Snackbar({
16223
16225
  display: "df",
16224
16226
  flexDirection: "fdc",
16225
16227
  alignItems: "aifs",
16226
- gap: "gap_12px"
16228
+ gap: "g_12px"
16227
16229
  }), children: notices.map((data) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(SnackbarNotice, { ...data }, data.id)) }), document.body);
16228
16230
  }
16229
16231
  var defaultOffset = {
@@ -16866,8 +16868,8 @@ function Modal(props) {
16866
16868
  }]
16867
16869
  } : {},
16868
16870
  ...sm ? {
16869
- height: "height_100dvh",
16870
- width: "width_100dvw",
16871
+ height: "h_100dvh",
16872
+ width: "w_100dvw",
16871
16873
  maxHeight: "maxh_none",
16872
16874
  borderRadius: "br0"
16873
16875
  } : {}
@@ -16889,7 +16891,7 @@ function Modal(props) {
16889
16891
  } : {}
16890
16892
  }), children: [
16891
16893
  /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "fs0 pl1", children: allowClosing && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(IconButton, { icon: "x", onClick: closeModal, ...testId.titleClose }) }),
16892
- aiMode ? /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "df fdc aifs gap_4px fg1 mw0", ...testId.aiTitle, children: [
16894
+ aiMode ? /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "df fdc aifs g_4px fg1 mw0", ...testId.aiTitle, children: [
16893
16895
  /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(BlueprintAiLogo, { height: 2 }),
16894
16896
  title
16895
16897
  ] }) : title
@@ -17502,7 +17504,7 @@ function ChipSelectField(props) {
17502
17504
  outline: "outline0",
17503
17505
  ...showClearButton ? {
17504
17506
  paddingRight: "pr_4px",
17505
- borderRadius: "borderRadius_16px_0_0_16px"
17507
+ borderRadius: "bra_16px_0_0_16px"
17506
17508
  } : {}
17507
17509
  },
17508
17510
  ...isDisabled ? chipDisabledStyles : chipHoverOnlyStyles
@@ -17510,14 +17512,12 @@ function ChipSelectField(props) {
17510
17512
  showClearButton && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("button", { ...clearFocusProps, ...(0, import_runtime72.trussProps)({
17511
17513
  ...{
17512
17514
  paddingRight: "pr_4px",
17513
- borderRadius: "borderRadius_0_16px_16px_0",
17515
+ borderRadius: "bra_0_16px_16px_0",
17514
17516
  outline: "outline0"
17515
17517
  },
17516
17518
  ...chipHoverOnlyStyles,
17517
17519
  ...isClearFocused ? {
17518
- boxShadow: ["boxShadow_var", {
17519
- "--boxShadow": (0, import_runtime72.maybeCssVar)(`0px 0px 0px 2px rgba(3,105,161,1)`)
17520
- }]
17520
+ boxShadow: "bxs_0px_0px_0px_2px_rgba_3_105_161_1"
17521
17521
  } : {}
17522
17522
  }), onClick: () => {
17523
17523
  onSelect(void 0, void 0);
@@ -17585,9 +17585,7 @@ function Option(props) {
17585
17585
  }]
17586
17586
  },
17587
17587
  focus: {
17588
- boxShadow: ["boxShadow_var", {
17589
- "--boxShadow": (0, import_runtime73.maybeCssVar)(`inset 0 0 0 1px var(${"--b-focus-ring-inset" /* FocusRingInset */})`)
17590
- }]
17588
+ boxShadow: "bxs_inset_0_0_0_1px_var_b_focus_ring_inset"
17591
17589
  }
17592
17590
  };
17593
17591
  const {
@@ -17653,31 +17651,26 @@ function LoadingDots() {
17653
17651
  borderRadius: "br4",
17654
17652
  backgroundColor: ["bgColor_var", {
17655
17653
  "--backgroundColor": "var(--b-loader-fill)"
17656
- }],
17657
- animationName: "animationName_loadingDots",
17658
- animationDuration: "animationDuration_800ms",
17659
- animationIterationCount: "animationIterationCount_infinite",
17660
- animationTimingFunction: "animationTimingFunction_linear",
17661
- animationDirection: "animationDirection_alternate"
17654
+ }]
17662
17655
  };
17663
17656
  const tid = useTestIds({});
17664
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "pt2 pb2 df jcc", ...tid.loadingDots, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { "aria-label": "Loading", className: "df gap_4px", children: [
17657
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "pt2 pb2 df jcc", ...tid.loadingDots, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { "aria-label": "Loading", className: "df g_4px", children: [
17665
17658
  /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { ...(0, import_runtime74.trussProps)({
17666
17659
  ...dotCss,
17667
17660
  ...{
17668
- animationDelay: "animationDelay_0ms"
17661
+ animation: "anim_loadingDots_800ms_linear_0ms_infinite_alternate"
17669
17662
  }
17670
17663
  }) }),
17671
17664
  /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { ...(0, import_runtime74.trussProps)({
17672
17665
  ...dotCss,
17673
17666
  ...{
17674
- animationDelay: "animationDelay_300ms"
17667
+ animation: "anim_loadingDots_800ms_linear_300ms_infinite_alternate"
17675
17668
  }
17676
17669
  }) }),
17677
17670
  /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { ...(0, import_runtime74.trussProps)({
17678
17671
  ...dotCss,
17679
17672
  ...{
17680
- animationDelay: "animationDelay_600ms"
17673
+ animation: "anim_loadingDots_800ms_linear_600ms_infinite_alternate"
17681
17674
  }
17682
17675
  }) })
17683
17676
  ] }) });
@@ -17744,9 +17737,7 @@ function TreeOption(props) {
17744
17737
  }]
17745
17738
  },
17746
17739
  focus: {
17747
- boxShadow: ["boxShadow_var", {
17748
- "--boxShadow": (0, import_runtime75.maybeCssVar)(`inset 0 0 0 1px var(${"--b-focus-ring-inset" /* FocusRingInset */})`)
17749
- }]
17740
+ boxShadow: "bxs_inset_0_0_0_1px_var_b_focus_ring_inset"
17750
17741
  }
17751
17742
  };
17752
17743
  return maybeTooltip({
@@ -19253,7 +19244,7 @@ function ContentHeader(props) {
19253
19244
  ...{
19254
19245
  display: "df",
19255
19246
  flexDirection: "fdc",
19256
- gap: "gap_12px",
19247
+ gap: "g_12px",
19257
19248
  width: "w_min_100_calc_calc_var_beam_layout_viewport_width_100vw_var_beam_side_nav_layout_width_0px_2_var_beam_layout_content_padding_x_0px",
19258
19249
  left: "l_calc_var_beam_side_nav_layout_width_0px_var_beam_layout_content_padding_x_0px",
19259
19250
  position: "sticky",
@@ -19363,7 +19354,7 @@ function InlineFeedbackBanner(props) {
19363
19354
  "--color": "var(--b-on-surface)"
19364
19355
  }]
19365
19356
  }), ...tid.description, children: description }),
19366
- actions.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("div", { className: "df aic gap_1_5 fs0", children: actions.map((action) => "kind" in action ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(ButtonMenu, { trigger: {
19357
+ actions.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("div", { className: "df aic g_1_5 fs0", children: actions.map((action) => "kind" in action ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(ButtonMenu, { trigger: {
19367
19358
  label: action.label,
19368
19359
  variant: "text"
19369
19360
  }, items: action.items, disabled: action.disabled, tooltip: action.tooltip }, action.label) : /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Button, { ...action, variant: "text" }, `${action.label}`)) })
@@ -19454,7 +19445,7 @@ var jumpLinkStyles = {
19454
19445
  "--color": "var(--b-text-link-default)"
19455
19446
  }],
19456
19447
  borderLeftStyle: "bls_solid",
19457
- borderLeftWidth: "borderLeftWidth_3px",
19448
+ borderLeftWidth: "blw_3px",
19458
19449
  borderColor: "bcTransparent"
19459
19450
  },
19460
19451
  activeStyles: {
@@ -19508,7 +19499,7 @@ function LoadingSkeleton({
19508
19499
  const flexGrowForCell = randomizeWidths ? getRandomizedFlexBasisByRowIndex(rowNumber) : 1;
19509
19500
  return cellArray.map((_, i) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { ...(0, import_runtime85.trussProps)({
19510
19501
  borderRadius: "br4",
19511
- animation: "animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite",
19502
+ animation: "anim_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite",
19512
19503
  flexGrow: ["flexGrow_var", {
19513
19504
  "--flexGrow": (0, import_runtime85.maybeCssVar)(flexGrowForCell)
19514
19505
  }],
@@ -20472,7 +20463,7 @@ function SelectCardShell(props) {
20472
20463
  textAlign: "tac"
20473
20464
  } : {
20474
20465
  alignItems: "aifs",
20475
- gap: "gap_4px",
20466
+ gap: "g_4px",
20476
20467
  paddingTop: "pt2",
20477
20468
  paddingBottom: "pb2",
20478
20469
  paddingRight: "pr2",
@@ -20558,7 +20549,7 @@ function GridSelectCard(props) {
20558
20549
  opacity: "o50"
20559
20550
  } : {}
20560
20551
  }), ...tid.img }) : icon && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon, inc: 4, color: isDisabled ? "--b-on-surface-disabled" /* OnSurfaceDisabled */ : "--b-on-surface" /* OnSurface */ }),
20561
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("span", { className: "df fdc gap_4px w100", children: [
20552
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("span", { className: "df fdc g_4px w100", children: [
20562
20553
  tag && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { ...(0, import_runtime92.trussProps)({
20563
20554
  display: "df",
20564
20555
  ...layout !== "horizontal" ? {
@@ -20604,7 +20595,7 @@ var import_runtime93 = require("@homebound/truss/runtime");
20604
20595
  var whiteCircle = "data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='4'/%3e%3c/svg%3e";
20605
20596
  var radioReset = {
20606
20597
  ...{
20607
- appearance: "appearance_none",
20598
+ appearance: "app_none",
20608
20599
  paddingTop: "pt0",
20609
20600
  paddingBottom: "pb0",
20610
20601
  paddingRight: "pr0",
@@ -20618,7 +20609,7 @@ var radioReset = {
20618
20609
  borderRadius: "br100"
20619
20610
  },
20620
20611
  ...{
20621
- outline: "outline_0px_solid_transparent"
20612
+ outline: "ol_0px_solid_transparent"
20622
20613
  }
20623
20614
  };
20624
20615
  var radioDefault = {
@@ -20649,10 +20640,10 @@ var radioUnchecked = {
20649
20640
  };
20650
20641
  var radioChecked = {
20651
20642
  ...{
20652
- backgroundColor: "backgroundColor_currentColor",
20653
- backgroundSize: "backgroundSize_100_100",
20654
- backgroundPosition: "backgroundPosition_center",
20655
- backgroundRepeat: "backgroundRepeat_no_repeat"
20643
+ backgroundColor: "bgc_currentColor",
20644
+ backgroundSize: "bgs_100_100",
20645
+ backgroundPosition: "bgp_center",
20646
+ backgroundRepeat: "bgr_no_repeat"
20656
20647
  },
20657
20648
  ...{
20658
20649
  backgroundImage: ["backgroundImage_var", {
@@ -20660,13 +20651,13 @@ var radioChecked = {
20660
20651
  }]
20661
20652
  },
20662
20653
  ...{
20663
- borderColor: "borderColor_currentColor"
20654
+ borderColor: "bdc_currentColor"
20664
20655
  }
20665
20656
  };
20666
20657
  var radioFocus = {
20667
20658
  ...{
20668
- outline: "outline_2px_solid_transparent",
20669
- outlineOffset: "outlineOffset_2px"
20659
+ outline: "ol_2px_solid_transparent",
20660
+ outlineOffset: "olo_2px"
20670
20661
  },
20671
20662
  ...{
20672
20663
  boxShadow: "bshFocus"
@@ -20684,10 +20675,10 @@ var radioDisabled = {
20684
20675
  }]
20685
20676
  },
20686
20677
  ...{
20687
- backgroundColor: "backgroundColor_currentColor",
20688
- backgroundSize: "backgroundSize_100_100",
20689
- backgroundPosition: "backgroundPosition_center",
20690
- backgroundRepeat: "backgroundRepeat_no_repeat"
20678
+ backgroundColor: "bgc_currentColor",
20679
+ backgroundSize: "bgs_100_100",
20680
+ backgroundPosition: "bgp_center",
20681
+ backgroundRepeat: "bgr_no_repeat"
20691
20682
  }
20692
20683
  };
20693
20684
  var radioDisabledSelected = {
@@ -20981,7 +20972,7 @@ function SelectedOptionPill(props) {
20981
20972
  paddingRight: "pr2",
20982
20973
  paddingTop: "pt1",
20983
20974
  paddingBottom: "pb1",
20984
- borderRadius: "borderRadius_999px",
20975
+ borderRadius: "bra_999px",
20985
20976
  borderStyle: "bss",
20986
20977
  borderWidth: "bw1",
20987
20978
  borderColor: "bcGray300"
@@ -21475,7 +21466,7 @@ function Radio(props) {
21475
21466
  display: "df",
21476
21467
  cursor: "cursorPointer",
21477
21468
  ...disabled ? {
21478
- cursor: "cursor_initial"
21469
+ cursor: "cur_initial"
21479
21470
  } : {}
21480
21471
  }), ...hoverProps, children: [
21481
21472
  /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
@@ -22145,7 +22136,7 @@ function Switch(props) {
22145
22136
  "--color": (0, import_runtime102.maybeCssVar)(isDisabled ? "--b-text-disabled" /* TextDisabled */ : "--b-on-surface" /* OnSurface */)
22146
22137
  }],
22147
22138
  ...compact ? {
22148
- lineHeight: "lineHeight_1"
22139
+ lineHeight: "lh_1"
22149
22140
  } : {}
22150
22141
  } }),
22151
22142
  /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(import_react_aria51.VisuallyHidden, { children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("input", { ref, ...inputProps, ...focusProps, ...tid }) })
@@ -22180,8 +22171,8 @@ function switchCircleDefaultStyles(isCompact) {
22180
22171
  }],
22181
22172
  boxShadow: "bshBasic",
22182
22173
  position: "absolute",
22183
- left: "left_2px",
22184
- top: "top_2px",
22174
+ left: "l_2px",
22175
+ top: "tp_2px",
22185
22176
  transition: "transition",
22186
22177
  display: "df",
22187
22178
  alignItems: "aic",
@@ -23014,11 +23005,11 @@ function RightSidebar({
23014
23005
  "--backgroundColor": "var(--b-surface)"
23015
23006
  }]
23016
23007
  }), children: [
23017
- /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("div", { className: "absolute left_neg24px top0 df fdc aic", children: [
23008
+ /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("div", { className: "absolute l_neg24px top0 df fdc aic", children: [
23018
23009
  /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(IconButton, { bgColor: "--b-surface" /* Surface */, variant: "circle", onClick: () => setSelectedIcon(void 0), icon: "x", inc: 3.5 }),
23019
23010
  /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("div", { ...(0, import_runtime106.trussProps)({
23020
23011
  position: "absolute",
23021
- top: "top_48px",
23012
+ top: "tp_48px",
23022
23013
  height: "h_calc_100vh_168px",
23023
23014
  width: "w_1px",
23024
23015
  backgroundColor: ["bgColor_var", {
@@ -23300,9 +23291,7 @@ var activeStyles2 = {
23300
23291
  fontWeight: "fw6",
23301
23292
  fontSize: "fz_14px",
23302
23293
  lineHeight: "lh_20px",
23303
- boxShadow: ["boxShadow_var", {
23304
- "--boxShadow": (0, import_runtime108.maybeCssVar)(`inset 3px 0px 0 0px var(${"--b-primary" /* Primary */})`)
23305
- }]
23294
+ boxShadow: "bxs_inset_3px_0px_0_0px_var_b_primary"
23306
23295
  };
23307
23296
  var hoverStyles3 = {
23308
23297
  backgroundColor: "bgBlue50",
@@ -23310,9 +23299,7 @@ var hoverStyles3 = {
23310
23299
  fontSize: "fz_14px",
23311
23300
  lineHeight: "lh_20px",
23312
23301
  color: "blue900",
23313
- boxShadow: ["boxShadow_var", {
23314
- "--boxShadow": (0, import_runtime108.maybeCssVar)(`inset 3px 0px 0 0px var(${"--b-primary" /* Primary */})`)
23315
- }]
23302
+ boxShadow: "bxs_inset_3px_0px_0_0px_var_b_primary"
23316
23303
  };
23317
23304
  var defaultFocusRingStyles2 = {
23318
23305
  position: "relative",
@@ -23915,7 +23902,7 @@ function DocumentScrollRightPane({
23915
23902
  top: ["top_var", {
23916
23903
  "--top": (0, import_runtime110.maybeCssVar)(__maybeInc20(stickyTableHeaderOffset()))
23917
23904
  }],
23918
- right: "right_0",
23905
+ right: "r_0",
23919
23906
  alignSelf: "asfs",
23920
23907
  flexShrink: "fs0",
23921
23908
  flexGrow: "fg0",
@@ -24401,7 +24388,7 @@ function GridTableLayoutActionsComponent(props) {
24401
24388
  },
24402
24389
  ...inDocumentScrollLayout ? pageContentPaddingX : void 0
24403
24390
  }), children: [
24404
- /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("div", { className: "df gap_12px aic", children: [
24391
+ /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("div", { className: "df g_12px aic", children: [
24405
24392
  !sm && hasSearch && /* @__PURE__ */ (0, import_jsx_runtime175.jsx)("div", { className: "w_244px", children: searchTextField }),
24406
24393
  sm && hasSearch && /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(IconButton, { variant: "outline", icon: searchValue ? "searchBadged" : "search", label: "Search", onClick: () => setShowSearch(!showSearch), active: showSearch, ...testId.searchButton }),
24407
24394
  sm && hasFilterControls && /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(IconButton, { variant: "outline", icon: activeFilterCount > 0 ? "filterBadged" : "filter", label: "Filter", onClick: () => setShowFilters(!showFilters), active: showFilters, ...testId.filterSmallButton }),
@@ -24411,7 +24398,7 @@ function GridTableLayoutActionsComponent(props) {
24411
24398
  /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(Icon, { icon: showFilters ? "chevronUp" : "chevronDown" })
24412
24399
  ] }), variant: "secondaryBlack", onClick: () => setShowFilters(!showFilters), active: showFilters, ...testId.filterButton })
24413
24400
  ] }),
24414
- (hasHideableColumns || withCardView || !!actions?.length) && /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("div", { className: "df aic gap_12px", children: [
24401
+ (hasHideableColumns || withCardView || !!actions?.length) && /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("div", { className: "df aic g_12px", children: [
24415
24402
  hasHideableColumns && view === "list" && columns && api && /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(EditColumnsButton, { columns, api, tooltip: "Display columns" }),
24416
24403
  withCardView && view !== void 0 && setView && /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(ViewToggleButton, { view, onChange: setView }),
24417
24404
  !!actions?.length && /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(HeaderActions, { actions, ...testId.actions })
@@ -24575,7 +24562,7 @@ function GridTableLayoutComponent(props) {
24575
24562
  ] });
24576
24563
  return (
24577
24564
  /* Wrapper sets --beam-table-actions-height so sticky headers / the pane can read it. */
24578
- /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("div", { ref: tableWrapperRef, className: "display_contents", ...tid.tableWrapper, children: tableScrollContent })
24565
+ /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("div", { ref: tableWrapperRef, className: "d_contents", ...tid.tableWrapper, children: tableScrollContent })
24579
24566
  );
24580
24567
  }
24581
24568
  var GridTableLayout = import_react129.default.memo(GridTableLayoutComponent);
@@ -24722,7 +24709,7 @@ function RightPaneLayout(props) {
24722
24709
  width: ["w_var", {
24723
24710
  "--width": (0, import_runtime117.maybeCssVar)(__maybeInc23(`calc(100% - ${paneWidth + 24}px)`))
24724
24711
  }],
24725
- transition: "transition_width_2s_linear",
24712
+ transition: "tsn_width_2s_linear",
24726
24713
  height: "h100",
24727
24714
  marginRight: "mr3",
24728
24715
  overflowX: "oxa"
@@ -24755,12 +24742,12 @@ function RightPaneLayout(props) {
24755
24742
  width: ["w_var", {
24756
24743
  "--width": `${paneWidth}px`
24757
24744
  }],
24758
- left: "left_0",
24745
+ left: "l_0",
24759
24746
  position: "absolute",
24760
- transition: "transition_all_3s_ease_in_out",
24747
+ transition: "tsn_all_3s_ease_in_out",
24761
24748
  ...isRightPaneOpen ? {
24762
24749
  opacity: "o0",
24763
- left: "left_100"
24750
+ left: "l_100"
24764
24751
  } : {}
24765
24752
  }), children: defaultPaneContent }),
24766
24753
  /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(import_framer_motion4.AnimatePresence, { children: isRightPaneOpen && /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
@@ -24942,7 +24929,7 @@ function TableReviewLayout(props) {
24942
24929
  ease: "linear",
24943
24930
  duration: 0.2
24944
24931
  }, className: "df fdc fs0 relative", children: [
24945
- /* @__PURE__ */ (0, import_jsx_runtime182.jsxs)("div", { className: "absolute top_neg32px df fdc aic left_neg24px z1", children: [
24932
+ /* @__PURE__ */ (0, import_jsx_runtime182.jsxs)("div", { className: "absolute tp_neg32px df fdc aic l_neg24px z1", children: [
24946
24933
  /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(IconButton, { bgColor: "--b-surface" /* Surface */, variant: "circle", icon: "x", inc: 3.5, onClick: handleClosePanel, ...tid.closePanelButton }),
24947
24934
  /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("div", { ...(0, import_runtime118.trussProps)({
24948
24935
  width: "w_1px",
@@ -25179,7 +25166,7 @@ function ScrollShadows(props) {
25179
25166
  zIndex: ["z_var", {
25180
25167
  "--zIndex": (0, import_runtime123.maybeCssVar)(zIndices.scrollShadow)
25181
25168
  }],
25182
- pointerEvents: "pointerEvents_none"
25169
+ pointerEvents: "pe_none"
25183
25170
  };
25184
25171
  const startShadowStyles2 = !horizontal ? {
25185
25172
  top: "top0",
@@ -25356,7 +25343,7 @@ function AppNavGroupTrigger(props) {
25356
25343
  transition: "transitionTransform"
25357
25344
  },
25358
25345
  ...props.expanded ? {
25359
- transform: "transform_rotate_180deg"
25346
+ transform: "tf_rotate_180deg"
25360
25347
  } : {}
25361
25348
  }), children: /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(Icon, { icon: "chevronDown" }) })
25362
25349
  ] });
@@ -25860,7 +25847,7 @@ function Stepper(props) {
25860
25847
  backgroundColor: ["bgColor_var", {
25861
25848
  "--backgroundColor": "var(--b-primary)"
25862
25849
  }],
25863
- transition: "transition_width_200ms",
25850
+ transition: "tsn_width_200ms",
25864
25851
  height: "h100",
25865
25852
  width: ["w_var", {
25866
25853
  "--width": (0, import_runtime128.maybeCssVar)(__maybeInc27(`${(lastCompletedStep + 1) / steps.length * 100}%`))
@@ -25921,7 +25908,7 @@ function StepButton(props) {
25921
25908
  color: ["color_var", {
25922
25909
  "--color": "var(--b-on-surface-muted)"
25923
25910
  }],
25924
- whiteSpace: "whiteSpace_initial",
25911
+ whiteSpace: "ws_initial",
25925
25912
  ...state === "error" ? {
25926
25913
  color: ["color_var", {
25927
25914
  "--color": "var(--b-danger)"
@@ -25976,15 +25963,15 @@ function StepIcon({
25976
25963
  if (state === "complete") {
25977
25964
  return /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(Icon, { icon: "check" });
25978
25965
  }
25979
- return /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("div", { className: "w_24px h_24px df aic jcc", children: /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("div", { ...(0, import_runtime128.trussProps)({
25980
- width: "w_10px",
25966
+ return /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("div", { className: "h_24px w_24px df aic jcc", children: /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("div", { ...(0, import_runtime128.trussProps)({
25981
25967
  height: "h_10px",
25968
+ width: "w_10px",
25982
25969
  borderStyle: "bss",
25983
25970
  borderWidth: "bw2",
25984
25971
  borderRadius: "br100",
25985
- color: "color_currentColor",
25972
+ color: "c_currentColor",
25986
25973
  ...isHovered || isPressed || isCurrent ? {
25987
- backgroundColor: "backgroundColor_currentColor"
25974
+ backgroundColor: "bgc_currentColor"
25988
25975
  } : {}
25989
25976
  }) }) });
25990
25977
  }
@@ -26034,15 +26021,15 @@ function StepperTab(props) {
26034
26021
  }), ...tid[defaultTestId(value)], children: [
26035
26022
  !collapsed && /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)(import_jsx_runtime196.Fragment, { children: [
26036
26023
  /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("span", { className: "dg jic mw0", children: [
26037
- /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("span", { className: "fw6 fz_14px lh_20px visibility_hidden gridArea_1_1 oh d_negwebkit_box wbo_vertical to_ellipsis wlc_1 wordBreak_break_all", "aria-hidden": true, children: label }),
26024
+ /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("span", { className: "fw6 fz_14px lh_20px vis_hidden ga_1_1 oh d_negwebkit_box wbo_vertical to_ellipsis wlc_1 wdb_break_all", "aria-hidden": true, children: label }),
26038
26025
  /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("span", { ...(0, import_runtime129.trussProps)({
26039
- gridArea: "gridArea_1_1",
26026
+ gridArea: "ga_1_1",
26040
26027
  overflow: "oh",
26041
26028
  display: "d_negwebkit_box",
26042
26029
  WebkitBoxOrient: "wbo_vertical",
26043
26030
  textOverflow: "to_ellipsis",
26044
26031
  WebkitLineClamp: "wlc_1",
26045
- wordBreak: "wordBreak_break_all",
26032
+ wordBreak: "wdb_break_all",
26046
26033
  ...active ? {
26047
26034
  fontWeight: "fw6",
26048
26035
  fontSize: "fz_14px",
@@ -26055,10 +26042,10 @@ function StepperTab(props) {
26055
26042
  marginLeft: "ml1",
26056
26043
  transition: "transitionAll",
26057
26044
  opacity: "o0",
26058
- transform: "transform_scale_0_75_translateY_100",
26045
+ transform: "tf_scale_0_75_translateY_100",
26059
26046
  ...completed ? {
26060
26047
  opacity: "o100",
26061
- transform: "transform_scale_1_translateY_0"
26048
+ transform: "tf_scale_1_translateY_0"
26062
26049
  } : {}
26063
26050
  }), children: /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(Icon, { icon: "check", inc: 2.5, ...tid.check }) })
26064
26051
  ] }),
@@ -26130,7 +26117,7 @@ var stepperTabStyles = {
26130
26117
  outline: "outline0"
26131
26118
  },
26132
26119
  collapsedStyles: {
26133
- cursor: "cursor_default",
26120
+ cursor: "cur_default",
26134
26121
  height: "h_0px",
26135
26122
  paddingTop: "pt0",
26136
26123
  paddingBottom: "pb0"
@@ -26651,7 +26638,7 @@ function DnDGridItemHandle(props) {
26651
26638
  return /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("button", { ...(0, import_runtime134.trussProps)({
26652
26639
  ...compact ? iconButtonCompact : iconButtonNormal,
26653
26640
  ...{
26654
- cursor: "cursor_grab",
26641
+ cursor: "cur_grab",
26655
26642
  borderColor: "bcTransparent",
26656
26643
  borderStyle: "bss",
26657
26644
  backgroundColor: "bgTransparent",
@@ -26790,7 +26777,7 @@ function CompoundField({
26790
26777
  ...{
26791
26778
  borderLeftStyle: "bls_solid",
26792
26779
  borderLeftWidth: "blw_1px",
26793
- borderRadius: "borderRadius_4px_0_0_4px"
26780
+ borderRadius: "bra_4px_0_0_4px"
26794
26781
  },
26795
26782
  ...hasFocusWithin && {
26796
26783
  borderColor: ["bc_var", {
@@ -26820,7 +26807,7 @@ function CompoundField({
26820
26807
  flexGrow: "fg1",
26821
26808
  borderRightStyle: "brs_solid",
26822
26809
  borderRightWidth: "brw_1px",
26823
- borderRadius: "borderRadius_0_4px_4px_0"
26810
+ borderRadius: "bra_0_4px_4px_0"
26824
26811
  },
26825
26812
  ...hasFocusWithin && {
26826
26813
  borderColor: ["bc_var", {
@@ -27465,7 +27452,7 @@ function HbLoadingSpinner({
27465
27452
  {
27466
27453
  src: HbLoadingSpinner_base64_default,
27467
27454
  "data-chromatic": "ignore",
27468
- className: "filter_invert_1",
27455
+ className: "flt_invert_1",
27469
27456
  alt: "loading",
27470
27457
  ...tid.gif
27471
27458
  }
@@ -27681,7 +27668,7 @@ function NavbarMobileDrawer({
27681
27668
  overflowY: "oya",
27682
27669
  display: "df",
27683
27670
  flexDirection: "fdc",
27684
- gap: "gap_4px",
27671
+ gap: "g_4px",
27685
27672
  paddingTop: "pt2",
27686
27673
  paddingBottom: "pb3"
27687
27674
  },
@@ -27797,7 +27784,7 @@ function Navbar(props) {
27797
27784
  minWidth: "mw0",
27798
27785
  overflow: "oh",
27799
27786
  ...overflows ? {
27800
- visibility: "visibility_hidden"
27787
+ visibility: "vis_hidden"
27801
27788
  } : {}
27802
27789
  }), ...tid.items, children: /* @__PURE__ */ (0, import_jsx_runtime219.jsx)("div", { ref: contentRef, className: "df aic gap2 wmaxc", children: /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(AppNavItems, { variant: "global", items, ...tid }) }) })
27803
27790
  ] }),
@@ -28933,9 +28920,11 @@ function PageHeader2(props) {
28933
28920
  ...otherProps
28934
28921
  } = props;
28935
28922
  const tid = useTestIds(otherProps, "header");
28936
- return /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(BaseHeader, { ...otherProps, rightSlot: /* @__PURE__ */ (0, import_jsx_runtime231.jsxs)(import_jsx_runtime231.Fragment, { children: [
28923
+ const hasActions = !!actions && actions.length > 0;
28924
+ return /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(BaseHeader, { ...otherProps, rightSlot: /* @__PURE__ */ (0, import_jsx_runtime231.jsxs)("div", { className: "df gap1 fs0", ...tid.actions, children: [
28925
+ /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(AutoSaveIndicator, { hideOnIdle: true }),
28937
28926
  rightSlot,
28938
- actions && actions.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(HeaderActions, { actions, collapseOnSm: true })
28927
+ hasActions && /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(HeaderActions, { actions, collapseOnSm: true })
28939
28928
  ] }), bottomSlot: tabs && /* @__PURE__ */ (0, import_jsx_runtime231.jsx)("div", { ...(0, import_runtime151.trussProps)(pageContentPaddingX), children: /* @__PURE__ */ (0, import_jsx_runtime231.jsx)(Tabs, { ...tabs, ...tid.tabs }) }) });
28940
28929
  }
28941
28930
 
@@ -29835,6 +29824,7 @@ var togglePressStyles = {
29835
29824
  InlineFeedbackBanner,
29836
29825
  JumpLink,
29837
29826
  KEPT_GROUP,
29827
+ Keyframes,
29838
29828
  LinkCard,
29839
29829
  Loader,
29840
29830
  LoadingSkeleton,