@homebound/beam 3.6.0 → 3.8.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.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as csstype from 'csstype';
2
2
  import { Properties as Properties$1 } from 'csstype';
3
3
  import * as React$1 from 'react';
4
- import React__default, { PropsWithChildren, AriaAttributes, ReactNode, ReactElement, MutableRefObject, Dispatch, SetStateAction, RefObject, ButtonHTMLAttributes, KeyboardEvent, LabelHTMLAttributes, InputHTMLAttributes, TextareaHTMLAttributes, Key, HTMLAttributes, ReactPortal } from 'react';
4
+ import React__default, { PropsWithChildren, ReactNode, AriaAttributes, ReactElement, MutableRefObject, Dispatch, SetStateAction, RefObject, ButtonHTMLAttributes, KeyboardEvent, LabelHTMLAttributes, InputHTMLAttributes, TextareaHTMLAttributes, Key, HTMLAttributes, ReactPortal } from 'react';
5
5
  import { Temporal } from 'temporal-polyfill';
6
6
  import { DOMProps, PressEvent, Key as Key$1 } from '@react-types/shared';
7
7
  import { VirtuosoHandle, ListRange } from 'react-virtuoso';
@@ -40,6 +40,78 @@ type RuntimeStyles = RawCssProperties & {
40
40
  readonly __kind: "runtime";
41
41
  };
42
42
  type Typography = "xs2" | "xs2Sb" | "xs" | "xsSb" | "sm" | "smSb" | "md" | "mdSb" | "lg" | "xl" | "xl2";
43
+ declare enum Tokens {
44
+ ButtonCautionDisabledBg = "--b-button-caution-disabled-bg",
45
+ ButtonCautionDisabledFg = "--b-button-caution-disabled-fg",
46
+ ButtonDangerDisabledBg = "--b-button-danger-disabled-bg",
47
+ ButtonDangerDisabledFg = "--b-button-danger-disabled-fg",
48
+ ButtonGhostDisabledFg = "--b-button-ghost-disabled-fg",
49
+ ButtonGhostFg = "--b-button-ghost-fg",
50
+ ButtonPrimaryDisabledBg = "--b-button-primary-disabled-bg",
51
+ ButtonPrimaryDisabledFg = "--b-button-primary-disabled-fg",
52
+ ButtonTertiaryFg = "--b-button-tertiary-fg",
53
+ ButtonTertiaryFgPressed = "--b-button-tertiary-fg-pressed",
54
+ Danger = "--b-danger",
55
+ DangerPressed = "--b-danger-pressed",
56
+ FieldBgDefault = "--b-field-bg-default",
57
+ FieldBgDisabled = "--b-field-bg-disabled",
58
+ FieldBgHover = "--b-field-bg-hover",
59
+ FieldBorderDefault = "--b-field-border-default",
60
+ FieldBorderError = "--b-field-border-error",
61
+ FieldBorderFocus = "--b-field-border-focus",
62
+ FieldBorderHover = "--b-field-border-hover",
63
+ FieldTextDisabled = "--b-field-text-disabled",
64
+ FocusRingInset = "--b-focus-ring-inset",
65
+ FocusRingMuted = "--b-focus-ring-muted",
66
+ ListRowBgHover = "--b-list-row-bg-hover",
67
+ LoaderSpinner = "--b-loader-spinner",
68
+ LoaderTrack = "--b-loader-track",
69
+ MenuItemBgHover = "--b-menu-item-bg-hover",
70
+ NavItemBgActive = "--b-nav-item-bg-active",
71
+ NavItemBgHover = "--b-nav-item-bg-hover",
72
+ NavItemBgPressed = "--b-nav-item-bg-pressed",
73
+ NavText = "--b-nav-text",
74
+ NavTextActive = "--b-nav-text-active",
75
+ NavTextDisabled = "--b-nav-text-disabled",
76
+ NavTextFocusVisible = "--b-nav-text-focus-visible",
77
+ NavTextPressed = "--b-nav-text-pressed",
78
+ NeutralFillHoverStrong = "--b-neutral-fill-hover-strong",
79
+ NeutralFillHoverSubtle = "--b-neutral-fill-hover-subtle",
80
+ NeutralFillPressed = "--b-neutral-fill-pressed",
81
+ NeutralSurfacePressed = "--b-neutral-surface-pressed",
82
+ OnPrimary = "--b-on-primary",
83
+ OnSurface = "--b-on-surface",
84
+ OnSurfaceMuted = "--b-on-surface-muted",
85
+ PopoverSurface = "--b-popover-surface",
86
+ Primary = "--b-primary",
87
+ PrimaryHover = "--b-primary-hover",
88
+ PrimaryPressed = "--b-primary-pressed",
89
+ Scrim = "--b-scrim",
90
+ SelectionIndicator = "--b-selection-indicator",
91
+ StatusSuccessFg = "--b-status-success-fg",
92
+ Surface = "--b-surface",
93
+ TextDisabled = "--b-text-disabled",
94
+ TextHelper = "--b-text-helper",
95
+ TextLabel = "--b-text-label",
96
+ TextLinkDefault = "--b-text-link-default",
97
+ TextLinkDisabled = "--b-text-link-disabled",
98
+ TextLinkHover = "--b-text-link-hover",
99
+ TextLinkPressed = "--b-text-link-pressed",
100
+ TextPlaceholder = "--b-text-placeholder",
101
+ TextSelection = "--b-text-selection"
102
+ }
103
+ type CssSetVarKeys = Tokens | `--${string}`;
104
+ type CssSetVarScalar = string | number;
105
+ type CssSetVarValue = CssSetVarScalar | {
106
+ default?: CssSetVarScalar;
107
+ media?: Partial<Record<Breakpoint, CssSetVarScalar>>;
108
+ container?: Array<{
109
+ name?: string;
110
+ gt?: number;
111
+ lt?: number;
112
+ value: CssSetVarScalar;
113
+ }>;
114
+ };
43
115
  declare module "react" {
44
116
  interface HTMLAttributes<T> {
45
117
  css?: Properties;
@@ -99,7 +171,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
99
171
  } & {
100
172
  borderWidth: csstype.Property.BorderWidth<string | 0> | undefined;
101
173
  }, S>;
102
- /** Sets `borderColor: "rgba(255,255,255,1)"`. */
174
+ /** Sets `borderColor: "rgba(255, 255, 255, 1)"`. */
103
175
  get bcWhite(): CssBuilder<T & {
104
176
  borderColor: csstype.Property.BorderColor | undefined;
105
177
  }, S>;
@@ -479,11 +551,11 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
479
551
  get bshHover(): CssBuilder<T & {
480
552
  boxShadow: csstype.Property.BoxShadow | undefined;
481
553
  }, S>;
482
- /** Sets `boxShadow: "0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(29, 78, 216, 1)"`. */
554
+ /** Sets `boxShadow: "0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(29, 78, 216, 1)"`. */
483
555
  get bshFocus(): CssBuilder<T & {
484
556
  boxShadow: csstype.Property.BoxShadow | undefined;
485
557
  }, S>;
486
- /** Sets `boxShadow: "0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(153, 27, 27, 1)"`. */
558
+ /** Sets `boxShadow: "0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(153, 27, 27, 1)"`. */
487
559
  get bshDanger(): CssBuilder<T & {
488
560
  boxShadow: csstype.Property.BoxShadow | undefined;
489
561
  }, S>;
@@ -515,39 +587,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
515
587
  cn(value: Properties["containerName"]): CssBuilder<T & {
516
588
  containerName: csstype.Property.ContainerName | undefined;
517
589
  }, S>;
518
- /** Sets `top: "0px"`. */
590
+ /** Sets `top: "calc(var(--t-spacing) * 0)"`. */
519
591
  get top0(): CssBuilder<T & {
520
592
  top: csstype.Property.Top<string | 0> | undefined;
521
593
  }, S>;
522
- /** Sets `top: "8px"`. */
594
+ /** Sets `top: "calc(var(--t-spacing) * 1)"`. */
523
595
  get top1(): CssBuilder<T & {
524
596
  top: csstype.Property.Top<string | 0> | undefined;
525
597
  }, S>;
526
- /** Sets `top: "16px"`. */
598
+ /** Sets `top: "calc(var(--t-spacing) * 2)"`. */
527
599
  get top2(): CssBuilder<T & {
528
600
  top: csstype.Property.Top<string | 0> | undefined;
529
601
  }, S>;
530
- /** Sets `top: "24px"`. */
602
+ /** Sets `top: "calc(var(--t-spacing) * 3)"`. */
531
603
  get top3(): CssBuilder<T & {
532
604
  top: csstype.Property.Top<string | 0> | undefined;
533
605
  }, S>;
534
- /** Sets `top: "32px"`. */
606
+ /** Sets `top: "calc(var(--t-spacing) * 4)"`. */
535
607
  get top4(): CssBuilder<T & {
536
608
  top: csstype.Property.Top<string | 0> | undefined;
537
609
  }, S>;
538
- /** Sets `top: "40px"`. */
610
+ /** Sets `top: "calc(var(--t-spacing) * 5)"`. */
539
611
  get top5(): CssBuilder<T & {
540
612
  top: csstype.Property.Top<string | 0> | undefined;
541
613
  }, S>;
542
- /** Sets `top: "48px"`. */
614
+ /** Sets `top: "calc(var(--t-spacing) * 6)"`. */
543
615
  get top6(): CssBuilder<T & {
544
616
  top: csstype.Property.Top<string | 0> | undefined;
545
617
  }, S>;
546
- /** Sets `top: "56px"`. */
618
+ /** Sets `top: "calc(var(--t-spacing) * 7)"`. */
547
619
  get top7(): CssBuilder<T & {
548
620
  top: csstype.Property.Top<string | 0> | undefined;
549
621
  }, S>;
550
- /** Sets `top: "64px"`. */
622
+ /** Sets `top: "calc(var(--t-spacing) * 8)"`. */
551
623
  get top8(): CssBuilder<T & {
552
624
  top: csstype.Property.Top<string | 0> | undefined;
553
625
  }, S>;
@@ -559,39 +631,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
559
631
  topPx(px: number): CssBuilder<T & {
560
632
  top: csstype.Property.Top<string | 0> | undefined;
561
633
  }, S>;
562
- /** Sets `right: "0px"`. */
634
+ /** Sets `right: "calc(var(--t-spacing) * 0)"`. */
563
635
  get right0(): CssBuilder<T & {
564
636
  right: csstype.Property.Right<string | 0> | undefined;
565
637
  }, S>;
566
- /** Sets `right: "8px"`. */
638
+ /** Sets `right: "calc(var(--t-spacing) * 1)"`. */
567
639
  get right1(): CssBuilder<T & {
568
640
  right: csstype.Property.Right<string | 0> | undefined;
569
641
  }, S>;
570
- /** Sets `right: "16px"`. */
642
+ /** Sets `right: "calc(var(--t-spacing) * 2)"`. */
571
643
  get right2(): CssBuilder<T & {
572
644
  right: csstype.Property.Right<string | 0> | undefined;
573
645
  }, S>;
574
- /** Sets `right: "24px"`. */
646
+ /** Sets `right: "calc(var(--t-spacing) * 3)"`. */
575
647
  get right3(): CssBuilder<T & {
576
648
  right: csstype.Property.Right<string | 0> | undefined;
577
649
  }, S>;
578
- /** Sets `right: "32px"`. */
650
+ /** Sets `right: "calc(var(--t-spacing) * 4)"`. */
579
651
  get right4(): CssBuilder<T & {
580
652
  right: csstype.Property.Right<string | 0> | undefined;
581
653
  }, S>;
582
- /** Sets `right: "40px"`. */
654
+ /** Sets `right: "calc(var(--t-spacing) * 5)"`. */
583
655
  get right5(): CssBuilder<T & {
584
656
  right: csstype.Property.Right<string | 0> | undefined;
585
657
  }, S>;
586
- /** Sets `right: "48px"`. */
658
+ /** Sets `right: "calc(var(--t-spacing) * 6)"`. */
587
659
  get right6(): CssBuilder<T & {
588
660
  right: csstype.Property.Right<string | 0> | undefined;
589
661
  }, S>;
590
- /** Sets `right: "56px"`. */
662
+ /** Sets `right: "calc(var(--t-spacing) * 7)"`. */
591
663
  get right7(): CssBuilder<T & {
592
664
  right: csstype.Property.Right<string | 0> | undefined;
593
665
  }, S>;
594
- /** Sets `right: "64px"`. */
666
+ /** Sets `right: "calc(var(--t-spacing) * 8)"`. */
595
667
  get right8(): CssBuilder<T & {
596
668
  right: csstype.Property.Right<string | 0> | undefined;
597
669
  }, S>;
@@ -603,39 +675,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
603
675
  rightPx(px: number): CssBuilder<T & {
604
676
  right: csstype.Property.Right<string | 0> | undefined;
605
677
  }, S>;
606
- /** Sets `bottom: "0px"`. */
678
+ /** Sets `bottom: "calc(var(--t-spacing) * 0)"`. */
607
679
  get bottom0(): CssBuilder<T & {
608
680
  bottom: csstype.Property.Bottom<string | 0> | undefined;
609
681
  }, S>;
610
- /** Sets `bottom: "8px"`. */
682
+ /** Sets `bottom: "calc(var(--t-spacing) * 1)"`. */
611
683
  get bottom1(): CssBuilder<T & {
612
684
  bottom: csstype.Property.Bottom<string | 0> | undefined;
613
685
  }, S>;
614
- /** Sets `bottom: "16px"`. */
686
+ /** Sets `bottom: "calc(var(--t-spacing) * 2)"`. */
615
687
  get bottom2(): CssBuilder<T & {
616
688
  bottom: csstype.Property.Bottom<string | 0> | undefined;
617
689
  }, S>;
618
- /** Sets `bottom: "24px"`. */
690
+ /** Sets `bottom: "calc(var(--t-spacing) * 3)"`. */
619
691
  get bottom3(): CssBuilder<T & {
620
692
  bottom: csstype.Property.Bottom<string | 0> | undefined;
621
693
  }, S>;
622
- /** Sets `bottom: "32px"`. */
694
+ /** Sets `bottom: "calc(var(--t-spacing) * 4)"`. */
623
695
  get bottom4(): CssBuilder<T & {
624
696
  bottom: csstype.Property.Bottom<string | 0> | undefined;
625
697
  }, S>;
626
- /** Sets `bottom: "40px"`. */
698
+ /** Sets `bottom: "calc(var(--t-spacing) * 5)"`. */
627
699
  get bottom5(): CssBuilder<T & {
628
700
  bottom: csstype.Property.Bottom<string | 0> | undefined;
629
701
  }, S>;
630
- /** Sets `bottom: "48px"`. */
702
+ /** Sets `bottom: "calc(var(--t-spacing) * 6)"`. */
631
703
  get bottom6(): CssBuilder<T & {
632
704
  bottom: csstype.Property.Bottom<string | 0> | undefined;
633
705
  }, S>;
634
- /** Sets `bottom: "56px"`. */
706
+ /** Sets `bottom: "calc(var(--t-spacing) * 7)"`. */
635
707
  get bottom7(): CssBuilder<T & {
636
708
  bottom: csstype.Property.Bottom<string | 0> | undefined;
637
709
  }, S>;
638
- /** Sets `bottom: "64px"`. */
710
+ /** Sets `bottom: "calc(var(--t-spacing) * 8)"`. */
639
711
  get bottom8(): CssBuilder<T & {
640
712
  bottom: csstype.Property.Bottom<string | 0> | undefined;
641
713
  }, S>;
@@ -647,39 +719,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
647
719
  bottomPx(px: number): CssBuilder<T & {
648
720
  bottom: csstype.Property.Bottom<string | 0> | undefined;
649
721
  }, S>;
650
- /** Sets `left: "0px"`. */
722
+ /** Sets `left: "calc(var(--t-spacing) * 0)"`. */
651
723
  get left0(): CssBuilder<T & {
652
724
  left: csstype.Property.Left<string | 0> | undefined;
653
725
  }, S>;
654
- /** Sets `left: "8px"`. */
726
+ /** Sets `left: "calc(var(--t-spacing) * 1)"`. */
655
727
  get left1(): CssBuilder<T & {
656
728
  left: csstype.Property.Left<string | 0> | undefined;
657
729
  }, S>;
658
- /** Sets `left: "16px"`. */
730
+ /** Sets `left: "calc(var(--t-spacing) * 2)"`. */
659
731
  get left2(): CssBuilder<T & {
660
732
  left: csstype.Property.Left<string | 0> | undefined;
661
733
  }, S>;
662
- /** Sets `left: "24px"`. */
734
+ /** Sets `left: "calc(var(--t-spacing) * 3)"`. */
663
735
  get left3(): CssBuilder<T & {
664
736
  left: csstype.Property.Left<string | 0> | undefined;
665
737
  }, S>;
666
- /** Sets `left: "32px"`. */
738
+ /** Sets `left: "calc(var(--t-spacing) * 4)"`. */
667
739
  get left4(): CssBuilder<T & {
668
740
  left: csstype.Property.Left<string | 0> | undefined;
669
741
  }, S>;
670
- /** Sets `left: "40px"`. */
742
+ /** Sets `left: "calc(var(--t-spacing) * 5)"`. */
671
743
  get left5(): CssBuilder<T & {
672
744
  left: csstype.Property.Left<string | 0> | undefined;
673
745
  }, S>;
674
- /** Sets `left: "48px"`. */
746
+ /** Sets `left: "calc(var(--t-spacing) * 6)"`. */
675
747
  get left6(): CssBuilder<T & {
676
748
  left: csstype.Property.Left<string | 0> | undefined;
677
749
  }, S>;
678
- /** Sets `left: "56px"`. */
750
+ /** Sets `left: "calc(var(--t-spacing) * 7)"`. */
679
751
  get left7(): CssBuilder<T & {
680
752
  left: csstype.Property.Left<string | 0> | undefined;
681
753
  }, S>;
682
- /** Sets `left: "64px"`. */
754
+ /** Sets `left: "calc(var(--t-spacing) * 8)"`. */
683
755
  get left8(): CssBuilder<T & {
684
756
  left: csstype.Property.Left<string | 0> | undefined;
685
757
  }, S>;
@@ -1215,39 +1287,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
1215
1287
  gac(value: Properties["gridAutoColumns"]): CssBuilder<T & {
1216
1288
  gridAutoColumns: csstype.Property.GridAutoColumns<string | 0> | undefined;
1217
1289
  }, S>;
1218
- /** Sets `gap: "0px"`. */
1290
+ /** Sets `gap: "calc(var(--t-spacing) * 0)"`. */
1219
1291
  get gap0(): CssBuilder<T & {
1220
1292
  gap: csstype.Property.Gap<string | 0> | undefined;
1221
1293
  }, S>;
1222
- /** Sets `gap: "8px"`. */
1294
+ /** Sets `gap: "calc(var(--t-spacing) * 1)"`. */
1223
1295
  get gap1(): CssBuilder<T & {
1224
1296
  gap: csstype.Property.Gap<string | 0> | undefined;
1225
1297
  }, S>;
1226
- /** Sets `gap: "16px"`. */
1298
+ /** Sets `gap: "calc(var(--t-spacing) * 2)"`. */
1227
1299
  get gap2(): CssBuilder<T & {
1228
1300
  gap: csstype.Property.Gap<string | 0> | undefined;
1229
1301
  }, S>;
1230
- /** Sets `gap: "24px"`. */
1302
+ /** Sets `gap: "calc(var(--t-spacing) * 3)"`. */
1231
1303
  get gap3(): CssBuilder<T & {
1232
1304
  gap: csstype.Property.Gap<string | 0> | undefined;
1233
1305
  }, S>;
1234
- /** Sets `gap: "32px"`. */
1306
+ /** Sets `gap: "calc(var(--t-spacing) * 4)"`. */
1235
1307
  get gap4(): CssBuilder<T & {
1236
1308
  gap: csstype.Property.Gap<string | 0> | undefined;
1237
1309
  }, S>;
1238
- /** Sets `gap: "40px"`. */
1310
+ /** Sets `gap: "calc(var(--t-spacing) * 5)"`. */
1239
1311
  get gap5(): CssBuilder<T & {
1240
1312
  gap: csstype.Property.Gap<string | 0> | undefined;
1241
1313
  }, S>;
1242
- /** Sets `gap: "48px"`. */
1314
+ /** Sets `gap: "calc(var(--t-spacing) * 6)"`. */
1243
1315
  get gap6(): CssBuilder<T & {
1244
1316
  gap: csstype.Property.Gap<string | 0> | undefined;
1245
1317
  }, S>;
1246
- /** Sets `gap: "56px"`. */
1318
+ /** Sets `gap: "calc(var(--t-spacing) * 7)"`. */
1247
1319
  get gap7(): CssBuilder<T & {
1248
1320
  gap: csstype.Property.Gap<string | 0> | undefined;
1249
1321
  }, S>;
1250
- /** Sets `gap: "64px"`. */
1322
+ /** Sets `gap: "calc(var(--t-spacing) * 8)"`. */
1251
1323
  get gap8(): CssBuilder<T & {
1252
1324
  gap: csstype.Property.Gap<string | 0> | undefined;
1253
1325
  }, S>;
@@ -1259,39 +1331,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
1259
1331
  gapPx(px: number): CssBuilder<T & {
1260
1332
  gap: csstype.Property.Gap<string | 0> | undefined;
1261
1333
  }, S>;
1262
- /** Sets `rowGap: "0px"`. */
1334
+ /** Sets `rowGap: "calc(var(--t-spacing) * 0)"`. */
1263
1335
  get rg0(): CssBuilder<T & {
1264
1336
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1265
1337
  }, S>;
1266
- /** Sets `rowGap: "8px"`. */
1338
+ /** Sets `rowGap: "calc(var(--t-spacing) * 1)"`. */
1267
1339
  get rg1(): CssBuilder<T & {
1268
1340
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1269
1341
  }, S>;
1270
- /** Sets `rowGap: "16px"`. */
1342
+ /** Sets `rowGap: "calc(var(--t-spacing) * 2)"`. */
1271
1343
  get rg2(): CssBuilder<T & {
1272
1344
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1273
1345
  }, S>;
1274
- /** Sets `rowGap: "24px"`. */
1346
+ /** Sets `rowGap: "calc(var(--t-spacing) * 3)"`. */
1275
1347
  get rg3(): CssBuilder<T & {
1276
1348
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1277
1349
  }, S>;
1278
- /** Sets `rowGap: "32px"`. */
1350
+ /** Sets `rowGap: "calc(var(--t-spacing) * 4)"`. */
1279
1351
  get rg4(): CssBuilder<T & {
1280
1352
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1281
1353
  }, S>;
1282
- /** Sets `rowGap: "40px"`. */
1354
+ /** Sets `rowGap: "calc(var(--t-spacing) * 5)"`. */
1283
1355
  get rg5(): CssBuilder<T & {
1284
1356
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1285
1357
  }, S>;
1286
- /** Sets `rowGap: "48px"`. */
1358
+ /** Sets `rowGap: "calc(var(--t-spacing) * 6)"`. */
1287
1359
  get rg6(): CssBuilder<T & {
1288
1360
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1289
1361
  }, S>;
1290
- /** Sets `rowGap: "56px"`. */
1362
+ /** Sets `rowGap: "calc(var(--t-spacing) * 7)"`. */
1291
1363
  get rg7(): CssBuilder<T & {
1292
1364
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1293
1365
  }, S>;
1294
- /** Sets `rowGap: "64px"`. */
1366
+ /** Sets `rowGap: "calc(var(--t-spacing) * 8)"`. */
1295
1367
  get rg8(): CssBuilder<T & {
1296
1368
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1297
1369
  }, S>;
@@ -1303,39 +1375,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
1303
1375
  rgPx(px: number): CssBuilder<T & {
1304
1376
  rowGap: csstype.Property.RowGap<string | 0> | undefined;
1305
1377
  }, S>;
1306
- /** Sets `columnGap: "0px"`. */
1378
+ /** Sets `columnGap: "calc(var(--t-spacing) * 0)"`. */
1307
1379
  get cg0(): CssBuilder<T & {
1308
1380
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1309
1381
  }, S>;
1310
- /** Sets `columnGap: "8px"`. */
1382
+ /** Sets `columnGap: "calc(var(--t-spacing) * 1)"`. */
1311
1383
  get cg1(): CssBuilder<T & {
1312
1384
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1313
1385
  }, S>;
1314
- /** Sets `columnGap: "16px"`. */
1386
+ /** Sets `columnGap: "calc(var(--t-spacing) * 2)"`. */
1315
1387
  get cg2(): CssBuilder<T & {
1316
1388
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1317
1389
  }, S>;
1318
- /** Sets `columnGap: "24px"`. */
1390
+ /** Sets `columnGap: "calc(var(--t-spacing) * 3)"`. */
1319
1391
  get cg3(): CssBuilder<T & {
1320
1392
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1321
1393
  }, S>;
1322
- /** Sets `columnGap: "32px"`. */
1394
+ /** Sets `columnGap: "calc(var(--t-spacing) * 4)"`. */
1323
1395
  get cg4(): CssBuilder<T & {
1324
1396
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1325
1397
  }, S>;
1326
- /** Sets `columnGap: "40px"`. */
1398
+ /** Sets `columnGap: "calc(var(--t-spacing) * 5)"`. */
1327
1399
  get cg5(): CssBuilder<T & {
1328
1400
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1329
1401
  }, S>;
1330
- /** Sets `columnGap: "48px"`. */
1402
+ /** Sets `columnGap: "calc(var(--t-spacing) * 6)"`. */
1331
1403
  get cg6(): CssBuilder<T & {
1332
1404
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1333
1405
  }, S>;
1334
- /** Sets `columnGap: "56px"`. */
1406
+ /** Sets `columnGap: "calc(var(--t-spacing) * 7)"`. */
1335
1407
  get cg7(): CssBuilder<T & {
1336
1408
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1337
1409
  }, S>;
1338
- /** Sets `columnGap: "64px"`. */
1410
+ /** Sets `columnGap: "calc(var(--t-spacing) * 8)"`. */
1339
1411
  get cg8(): CssBuilder<T & {
1340
1412
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1341
1413
  }, S>;
@@ -1347,39 +1419,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
1347
1419
  cgPx(px: number): CssBuilder<T & {
1348
1420
  columnGap: csstype.Property.ColumnGap<string | 0> | undefined;
1349
1421
  }, S>;
1350
- /** Sets `height: "0px"`. */
1422
+ /** Sets `height: "calc(var(--t-spacing) * 0)"`. */
1351
1423
  get h0(): CssBuilder<T & {
1352
1424
  height: csstype.Property.Height<string | 0> | undefined;
1353
1425
  }, S>;
1354
- /** Sets `height: "8px"`. */
1426
+ /** Sets `height: "calc(var(--t-spacing) * 1)"`. */
1355
1427
  get h1(): CssBuilder<T & {
1356
1428
  height: csstype.Property.Height<string | 0> | undefined;
1357
1429
  }, S>;
1358
- /** Sets `height: "16px"`. */
1430
+ /** Sets `height: "calc(var(--t-spacing) * 2)"`. */
1359
1431
  get h2(): CssBuilder<T & {
1360
1432
  height: csstype.Property.Height<string | 0> | undefined;
1361
1433
  }, S>;
1362
- /** Sets `height: "24px"`. */
1434
+ /** Sets `height: "calc(var(--t-spacing) * 3)"`. */
1363
1435
  get h3(): CssBuilder<T & {
1364
1436
  height: csstype.Property.Height<string | 0> | undefined;
1365
1437
  }, S>;
1366
- /** Sets `height: "32px"`. */
1438
+ /** Sets `height: "calc(var(--t-spacing) * 4)"`. */
1367
1439
  get h4(): CssBuilder<T & {
1368
1440
  height: csstype.Property.Height<string | 0> | undefined;
1369
1441
  }, S>;
1370
- /** Sets `height: "40px"`. */
1442
+ /** Sets `height: "calc(var(--t-spacing) * 5)"`. */
1371
1443
  get h5(): CssBuilder<T & {
1372
1444
  height: csstype.Property.Height<string | 0> | undefined;
1373
1445
  }, S>;
1374
- /** Sets `height: "48px"`. */
1446
+ /** Sets `height: "calc(var(--t-spacing) * 6)"`. */
1375
1447
  get h6(): CssBuilder<T & {
1376
1448
  height: csstype.Property.Height<string | 0> | undefined;
1377
1449
  }, S>;
1378
- /** Sets `height: "56px"`. */
1450
+ /** Sets `height: "calc(var(--t-spacing) * 7)"`. */
1379
1451
  get h7(): CssBuilder<T & {
1380
1452
  height: csstype.Property.Height<string | 0> | undefined;
1381
1453
  }, S>;
1382
- /** Sets `height: "64px"`. */
1454
+ /** Sets `height: "calc(var(--t-spacing) * 8)"`. */
1383
1455
  get h8(): CssBuilder<T & {
1384
1456
  height: csstype.Property.Height<string | 0> | undefined;
1385
1457
  }, S>;
@@ -1741,7 +1813,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
1741
1813
  position(value: Properties["position"]): CssBuilder<T & {
1742
1814
  position: csstype.Property.Position | undefined;
1743
1815
  }, S>;
1744
- /** Sets `color: "rgba(255,255,255,1)"`. */
1816
+ /** Sets `color: "rgba(255, 255, 255, 1)"`. */
1745
1817
  get white(): CssBuilder<T & {
1746
1818
  color: csstype.Property.Color | undefined;
1747
1819
  }, S>;
@@ -2033,7 +2105,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2033
2105
  color(value: Properties["color"]): CssBuilder<T & {
2034
2106
  color: csstype.Property.Color | undefined;
2035
2107
  }, S>;
2036
- /** Sets `backgroundColor: "rgba(255,255,255,1)"`. */
2108
+ /** Sets `backgroundColor: "rgba(255, 255, 255, 1)"`. */
2037
2109
  get bgWhite(): CssBuilder<T & {
2038
2110
  backgroundColor: csstype.Property.BackgroundColor | undefined;
2039
2111
  }, S>;
@@ -2325,7 +2397,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2325
2397
  bgColor(value: Properties["backgroundColor"]): CssBuilder<T & {
2326
2398
  backgroundColor: csstype.Property.BackgroundColor | undefined;
2327
2399
  }, S>;
2328
- /** Sets `fill: "rgba(255,255,255,1)"`. */
2400
+ /** Sets `fill: "rgba(255, 255, 255, 1)"`. */
2329
2401
  get fWhite(): CssBuilder<T & {
2330
2402
  fill: csstype.Property.Fill | undefined;
2331
2403
  }, S>;
@@ -2617,39 +2689,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2617
2689
  fill(value: Properties["fill"]): CssBuilder<T & {
2618
2690
  fill: csstype.Property.Fill | undefined;
2619
2691
  }, S>;
2620
- /** Sets `marginTop: "0px"`. */
2692
+ /** Sets `marginTop: "calc(var(--t-spacing) * 0)"`. */
2621
2693
  get mt0(): CssBuilder<T & {
2622
2694
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2623
2695
  }, S>;
2624
- /** Sets `marginTop: "8px"`. */
2696
+ /** Sets `marginTop: "calc(var(--t-spacing) * 1)"`. */
2625
2697
  get mt1(): CssBuilder<T & {
2626
2698
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2627
2699
  }, S>;
2628
- /** Sets `marginTop: "16px"`. */
2700
+ /** Sets `marginTop: "calc(var(--t-spacing) * 2)"`. */
2629
2701
  get mt2(): CssBuilder<T & {
2630
2702
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2631
2703
  }, S>;
2632
- /** Sets `marginTop: "24px"`. */
2704
+ /** Sets `marginTop: "calc(var(--t-spacing) * 3)"`. */
2633
2705
  get mt3(): CssBuilder<T & {
2634
2706
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2635
2707
  }, S>;
2636
- /** Sets `marginTop: "32px"`. */
2708
+ /** Sets `marginTop: "calc(var(--t-spacing) * 4)"`. */
2637
2709
  get mt4(): CssBuilder<T & {
2638
2710
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2639
2711
  }, S>;
2640
- /** Sets `marginTop: "40px"`. */
2712
+ /** Sets `marginTop: "calc(var(--t-spacing) * 5)"`. */
2641
2713
  get mt5(): CssBuilder<T & {
2642
2714
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2643
2715
  }, S>;
2644
- /** Sets `marginTop: "48px"`. */
2716
+ /** Sets `marginTop: "calc(var(--t-spacing) * 6)"`. */
2645
2717
  get mt6(): CssBuilder<T & {
2646
2718
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2647
2719
  }, S>;
2648
- /** Sets `marginTop: "56px"`. */
2720
+ /** Sets `marginTop: "calc(var(--t-spacing) * 7)"`. */
2649
2721
  get mt7(): CssBuilder<T & {
2650
2722
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2651
2723
  }, S>;
2652
- /** Sets `marginTop: "64px"`. */
2724
+ /** Sets `marginTop: "calc(var(--t-spacing) * 8)"`. */
2653
2725
  get mt8(): CssBuilder<T & {
2654
2726
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2655
2727
  }, S>;
@@ -2665,39 +2737,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2665
2737
  mtPx(px: number): CssBuilder<T & {
2666
2738
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2667
2739
  }, S>;
2668
- /** Sets `marginRight: "0px"`. */
2740
+ /** Sets `marginRight: "calc(var(--t-spacing) * 0)"`. */
2669
2741
  get mr0(): CssBuilder<T & {
2670
2742
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2671
2743
  }, S>;
2672
- /** Sets `marginRight: "8px"`. */
2744
+ /** Sets `marginRight: "calc(var(--t-spacing) * 1)"`. */
2673
2745
  get mr1(): CssBuilder<T & {
2674
2746
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2675
2747
  }, S>;
2676
- /** Sets `marginRight: "16px"`. */
2748
+ /** Sets `marginRight: "calc(var(--t-spacing) * 2)"`. */
2677
2749
  get mr2(): CssBuilder<T & {
2678
2750
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2679
2751
  }, S>;
2680
- /** Sets `marginRight: "24px"`. */
2752
+ /** Sets `marginRight: "calc(var(--t-spacing) * 3)"`. */
2681
2753
  get mr3(): CssBuilder<T & {
2682
2754
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2683
2755
  }, S>;
2684
- /** Sets `marginRight: "32px"`. */
2756
+ /** Sets `marginRight: "calc(var(--t-spacing) * 4)"`. */
2685
2757
  get mr4(): CssBuilder<T & {
2686
2758
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2687
2759
  }, S>;
2688
- /** Sets `marginRight: "40px"`. */
2760
+ /** Sets `marginRight: "calc(var(--t-spacing) * 5)"`. */
2689
2761
  get mr5(): CssBuilder<T & {
2690
2762
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2691
2763
  }, S>;
2692
- /** Sets `marginRight: "48px"`. */
2764
+ /** Sets `marginRight: "calc(var(--t-spacing) * 6)"`. */
2693
2765
  get mr6(): CssBuilder<T & {
2694
2766
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2695
2767
  }, S>;
2696
- /** Sets `marginRight: "56px"`. */
2768
+ /** Sets `marginRight: "calc(var(--t-spacing) * 7)"`. */
2697
2769
  get mr7(): CssBuilder<T & {
2698
2770
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2699
2771
  }, S>;
2700
- /** Sets `marginRight: "64px"`. */
2772
+ /** Sets `marginRight: "calc(var(--t-spacing) * 8)"`. */
2701
2773
  get mr8(): CssBuilder<T & {
2702
2774
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2703
2775
  }, S>;
@@ -2713,39 +2785,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2713
2785
  mrPx(px: number): CssBuilder<T & {
2714
2786
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2715
2787
  }, S>;
2716
- /** Sets `marginBottom: "0px"`. */
2788
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 0)"`. */
2717
2789
  get mb0(): CssBuilder<T & {
2718
2790
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2719
2791
  }, S>;
2720
- /** Sets `marginBottom: "8px"`. */
2792
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 1)"`. */
2721
2793
  get mb1(): CssBuilder<T & {
2722
2794
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2723
2795
  }, S>;
2724
- /** Sets `marginBottom: "16px"`. */
2796
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 2)"`. */
2725
2797
  get mb2(): CssBuilder<T & {
2726
2798
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2727
2799
  }, S>;
2728
- /** Sets `marginBottom: "24px"`. */
2800
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 3)"`. */
2729
2801
  get mb3(): CssBuilder<T & {
2730
2802
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2731
2803
  }, S>;
2732
- /** Sets `marginBottom: "32px"`. */
2804
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 4)"`. */
2733
2805
  get mb4(): CssBuilder<T & {
2734
2806
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2735
2807
  }, S>;
2736
- /** Sets `marginBottom: "40px"`. */
2808
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 5)"`. */
2737
2809
  get mb5(): CssBuilder<T & {
2738
2810
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2739
2811
  }, S>;
2740
- /** Sets `marginBottom: "48px"`. */
2812
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 6)"`. */
2741
2813
  get mb6(): CssBuilder<T & {
2742
2814
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2743
2815
  }, S>;
2744
- /** Sets `marginBottom: "56px"`. */
2816
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 7)"`. */
2745
2817
  get mb7(): CssBuilder<T & {
2746
2818
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2747
2819
  }, S>;
2748
- /** Sets `marginBottom: "64px"`. */
2820
+ /** Sets `marginBottom: "calc(var(--t-spacing) * 8)"`. */
2749
2821
  get mb8(): CssBuilder<T & {
2750
2822
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2751
2823
  }, S>;
@@ -2761,39 +2833,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2761
2833
  mbPx(px: number): CssBuilder<T & {
2762
2834
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2763
2835
  }, S>;
2764
- /** Sets `marginLeft: "0px"`. */
2836
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 0)"`. */
2765
2837
  get ml0(): CssBuilder<T & {
2766
2838
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2767
2839
  }, S>;
2768
- /** Sets `marginLeft: "8px"`. */
2840
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 1)"`. */
2769
2841
  get ml1(): CssBuilder<T & {
2770
2842
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2771
2843
  }, S>;
2772
- /** Sets `marginLeft: "16px"`. */
2844
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 2)"`. */
2773
2845
  get ml2(): CssBuilder<T & {
2774
2846
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2775
2847
  }, S>;
2776
- /** Sets `marginLeft: "24px"`. */
2848
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 3)"`. */
2777
2849
  get ml3(): CssBuilder<T & {
2778
2850
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2779
2851
  }, S>;
2780
- /** Sets `marginLeft: "32px"`. */
2852
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 4)"`. */
2781
2853
  get ml4(): CssBuilder<T & {
2782
2854
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2783
2855
  }, S>;
2784
- /** Sets `marginLeft: "40px"`. */
2856
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 5)"`. */
2785
2857
  get ml5(): CssBuilder<T & {
2786
2858
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2787
2859
  }, S>;
2788
- /** Sets `marginLeft: "48px"`. */
2860
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 6)"`. */
2789
2861
  get ml6(): CssBuilder<T & {
2790
2862
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2791
2863
  }, S>;
2792
- /** Sets `marginLeft: "56px"`. */
2864
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 7)"`. */
2793
2865
  get ml7(): CssBuilder<T & {
2794
2866
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2795
2867
  }, S>;
2796
- /** Sets `marginLeft: "64px"`. */
2868
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 8)"`. */
2797
2869
  get ml8(): CssBuilder<T & {
2798
2870
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2799
2871
  }, S>;
@@ -2809,55 +2881,55 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2809
2881
  mlPx(px: number): CssBuilder<T & {
2810
2882
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2811
2883
  }, S>;
2812
- /** Sets `marginLeft: "0px"; marginRight: "0px"`. */
2884
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 0)"; marginRight: "calc(var(--t-spacing) * 0)"`. */
2813
2885
  get mx0(): CssBuilder<T & {
2814
2886
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2815
2887
  } & {
2816
2888
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2817
2889
  }, S>;
2818
- /** Sets `marginLeft: "8px"; marginRight: "8px"`. */
2890
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 1)"; marginRight: "calc(var(--t-spacing) * 1)"`. */
2819
2891
  get mx1(): CssBuilder<T & {
2820
2892
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2821
2893
  } & {
2822
2894
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2823
2895
  }, S>;
2824
- /** Sets `marginLeft: "16px"; marginRight: "16px"`. */
2896
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 2)"; marginRight: "calc(var(--t-spacing) * 2)"`. */
2825
2897
  get mx2(): CssBuilder<T & {
2826
2898
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2827
2899
  } & {
2828
2900
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2829
2901
  }, S>;
2830
- /** Sets `marginLeft: "24px"; marginRight: "24px"`. */
2902
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 3)"; marginRight: "calc(var(--t-spacing) * 3)"`. */
2831
2903
  get mx3(): CssBuilder<T & {
2832
2904
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2833
2905
  } & {
2834
2906
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2835
2907
  }, S>;
2836
- /** Sets `marginLeft: "32px"; marginRight: "32px"`. */
2908
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 4)"; marginRight: "calc(var(--t-spacing) * 4)"`. */
2837
2909
  get mx4(): CssBuilder<T & {
2838
2910
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2839
2911
  } & {
2840
2912
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2841
2913
  }, S>;
2842
- /** Sets `marginLeft: "40px"; marginRight: "40px"`. */
2914
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 5)"; marginRight: "calc(var(--t-spacing) * 5)"`. */
2843
2915
  get mx5(): CssBuilder<T & {
2844
2916
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2845
2917
  } & {
2846
2918
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2847
2919
  }, S>;
2848
- /** Sets `marginLeft: "48px"; marginRight: "48px"`. */
2920
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 6)"; marginRight: "calc(var(--t-spacing) * 6)"`. */
2849
2921
  get mx6(): CssBuilder<T & {
2850
2922
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2851
2923
  } & {
2852
2924
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2853
2925
  }, S>;
2854
- /** Sets `marginLeft: "56px"; marginRight: "56px"`. */
2926
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 7)"; marginRight: "calc(var(--t-spacing) * 7)"`. */
2855
2927
  get mx7(): CssBuilder<T & {
2856
2928
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2857
2929
  } & {
2858
2930
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2859
2931
  }, S>;
2860
- /** Sets `marginLeft: "64px"; marginRight: "64px"`. */
2932
+ /** Sets `marginLeft: "calc(var(--t-spacing) * 8)"; marginRight: "calc(var(--t-spacing) * 8)"`. */
2861
2933
  get mx8(): CssBuilder<T & {
2862
2934
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2863
2935
  } & {
@@ -2881,55 +2953,55 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2881
2953
  } & {
2882
2954
  marginRight: csstype.Property.MarginRight<string | 0> | undefined;
2883
2955
  }, S>;
2884
- /** Sets `marginTop: "0px"; marginBottom: "0px"`. */
2956
+ /** Sets `marginTop: "calc(var(--t-spacing) * 0)"; marginBottom: "calc(var(--t-spacing) * 0)"`. */
2885
2957
  get my0(): CssBuilder<T & {
2886
2958
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2887
2959
  } & {
2888
2960
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2889
2961
  }, S>;
2890
- /** Sets `marginTop: "8px"; marginBottom: "8px"`. */
2962
+ /** Sets `marginTop: "calc(var(--t-spacing) * 1)"; marginBottom: "calc(var(--t-spacing) * 1)"`. */
2891
2963
  get my1(): CssBuilder<T & {
2892
2964
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2893
2965
  } & {
2894
2966
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2895
2967
  }, S>;
2896
- /** Sets `marginTop: "16px"; marginBottom: "16px"`. */
2968
+ /** Sets `marginTop: "calc(var(--t-spacing) * 2)"; marginBottom: "calc(var(--t-spacing) * 2)"`. */
2897
2969
  get my2(): CssBuilder<T & {
2898
2970
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2899
2971
  } & {
2900
2972
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2901
2973
  }, S>;
2902
- /** Sets `marginTop: "24px"; marginBottom: "24px"`. */
2974
+ /** Sets `marginTop: "calc(var(--t-spacing) * 3)"; marginBottom: "calc(var(--t-spacing) * 3)"`. */
2903
2975
  get my3(): CssBuilder<T & {
2904
2976
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2905
2977
  } & {
2906
2978
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2907
2979
  }, S>;
2908
- /** Sets `marginTop: "32px"; marginBottom: "32px"`. */
2980
+ /** Sets `marginTop: "calc(var(--t-spacing) * 4)"; marginBottom: "calc(var(--t-spacing) * 4)"`. */
2909
2981
  get my4(): CssBuilder<T & {
2910
2982
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2911
2983
  } & {
2912
2984
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2913
2985
  }, S>;
2914
- /** Sets `marginTop: "40px"; marginBottom: "40px"`. */
2986
+ /** Sets `marginTop: "calc(var(--t-spacing) * 5)"; marginBottom: "calc(var(--t-spacing) * 5)"`. */
2915
2987
  get my5(): CssBuilder<T & {
2916
2988
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2917
2989
  } & {
2918
2990
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2919
2991
  }, S>;
2920
- /** Sets `marginTop: "48px"; marginBottom: "48px"`. */
2992
+ /** Sets `marginTop: "calc(var(--t-spacing) * 6)"; marginBottom: "calc(var(--t-spacing) * 6)"`. */
2921
2993
  get my6(): CssBuilder<T & {
2922
2994
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2923
2995
  } & {
2924
2996
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2925
2997
  }, S>;
2926
- /** Sets `marginTop: "56px"; marginBottom: "56px"`. */
2998
+ /** Sets `marginTop: "calc(var(--t-spacing) * 7)"; marginBottom: "calc(var(--t-spacing) * 7)"`. */
2927
2999
  get my7(): CssBuilder<T & {
2928
3000
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2929
3001
  } & {
2930
3002
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2931
3003
  }, S>;
2932
- /** Sets `marginTop: "64px"; marginBottom: "64px"`. */
3004
+ /** Sets `marginTop: "calc(var(--t-spacing) * 8)"; marginBottom: "calc(var(--t-spacing) * 8)"`. */
2933
3005
  get my8(): CssBuilder<T & {
2934
3006
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2935
3007
  } & {
@@ -2953,7 +3025,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2953
3025
  } & {
2954
3026
  marginBottom: csstype.Property.MarginBottom<string | 0> | undefined;
2955
3027
  }, S>;
2956
- /** Sets `marginTop: "0px"; marginBottom: "0px"; marginRight: "0px"; marginLeft: "0px"`. */
3028
+ /** Sets `marginTop: "calc(var(--t-spacing) * 0)"; marginBottom: "calc(var(--t-spacing) * 0)"; marginRight: "calc(var(--t-spacing) * 0)"; marginLeft: "calc(var(--t-spacing) * 0)"`. */
2957
3029
  get m0(): CssBuilder<T & {
2958
3030
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2959
3031
  } & {
@@ -2963,7 +3035,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2963
3035
  } & {
2964
3036
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2965
3037
  }, S>;
2966
- /** Sets `marginTop: "8px"; marginBottom: "8px"; marginRight: "8px"; marginLeft: "8px"`. */
3038
+ /** Sets `marginTop: "calc(var(--t-spacing) * 1)"; marginBottom: "calc(var(--t-spacing) * 1)"; marginRight: "calc(var(--t-spacing) * 1)"; marginLeft: "calc(var(--t-spacing) * 1)"`. */
2967
3039
  get m1(): CssBuilder<T & {
2968
3040
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2969
3041
  } & {
@@ -2973,7 +3045,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2973
3045
  } & {
2974
3046
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2975
3047
  }, S>;
2976
- /** Sets `marginTop: "16px"; marginBottom: "16px"; marginRight: "16px"; marginLeft: "16px"`. */
3048
+ /** Sets `marginTop: "calc(var(--t-spacing) * 2)"; marginBottom: "calc(var(--t-spacing) * 2)"; marginRight: "calc(var(--t-spacing) * 2)"; marginLeft: "calc(var(--t-spacing) * 2)"`. */
2977
3049
  get m2(): CssBuilder<T & {
2978
3050
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2979
3051
  } & {
@@ -2983,7 +3055,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2983
3055
  } & {
2984
3056
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2985
3057
  }, S>;
2986
- /** Sets `marginTop: "24px"; marginBottom: "24px"; marginRight: "24px"; marginLeft: "24px"`. */
3058
+ /** Sets `marginTop: "calc(var(--t-spacing) * 3)"; marginBottom: "calc(var(--t-spacing) * 3)"; marginRight: "calc(var(--t-spacing) * 3)"; marginLeft: "calc(var(--t-spacing) * 3)"`. */
2987
3059
  get m3(): CssBuilder<T & {
2988
3060
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2989
3061
  } & {
@@ -2993,7 +3065,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
2993
3065
  } & {
2994
3066
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
2995
3067
  }, S>;
2996
- /** Sets `marginTop: "32px"; marginBottom: "32px"; marginRight: "32px"; marginLeft: "32px"`. */
3068
+ /** Sets `marginTop: "calc(var(--t-spacing) * 4)"; marginBottom: "calc(var(--t-spacing) * 4)"; marginRight: "calc(var(--t-spacing) * 4)"; marginLeft: "calc(var(--t-spacing) * 4)"`. */
2997
3069
  get m4(): CssBuilder<T & {
2998
3070
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
2999
3071
  } & {
@@ -3003,7 +3075,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3003
3075
  } & {
3004
3076
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
3005
3077
  }, S>;
3006
- /** Sets `marginTop: "40px"; marginBottom: "40px"; marginRight: "40px"; marginLeft: "40px"`. */
3078
+ /** Sets `marginTop: "calc(var(--t-spacing) * 5)"; marginBottom: "calc(var(--t-spacing) * 5)"; marginRight: "calc(var(--t-spacing) * 5)"; marginLeft: "calc(var(--t-spacing) * 5)"`. */
3007
3079
  get m5(): CssBuilder<T & {
3008
3080
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
3009
3081
  } & {
@@ -3013,7 +3085,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3013
3085
  } & {
3014
3086
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
3015
3087
  }, S>;
3016
- /** Sets `marginTop: "48px"; marginBottom: "48px"; marginRight: "48px"; marginLeft: "48px"`. */
3088
+ /** Sets `marginTop: "calc(var(--t-spacing) * 6)"; marginBottom: "calc(var(--t-spacing) * 6)"; marginRight: "calc(var(--t-spacing) * 6)"; marginLeft: "calc(var(--t-spacing) * 6)"`. */
3017
3089
  get m6(): CssBuilder<T & {
3018
3090
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
3019
3091
  } & {
@@ -3023,7 +3095,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3023
3095
  } & {
3024
3096
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
3025
3097
  }, S>;
3026
- /** Sets `marginTop: "56px"; marginBottom: "56px"; marginRight: "56px"; marginLeft: "56px"`. */
3098
+ /** Sets `marginTop: "calc(var(--t-spacing) * 7)"; marginBottom: "calc(var(--t-spacing) * 7)"; marginRight: "calc(var(--t-spacing) * 7)"; marginLeft: "calc(var(--t-spacing) * 7)"`. */
3027
3099
  get m7(): CssBuilder<T & {
3028
3100
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
3029
3101
  } & {
@@ -3033,7 +3105,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3033
3105
  } & {
3034
3106
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
3035
3107
  }, S>;
3036
- /** Sets `marginTop: "64px"; marginBottom: "64px"; marginRight: "64px"; marginLeft: "64px"`. */
3108
+ /** Sets `marginTop: "calc(var(--t-spacing) * 8)"; marginBottom: "calc(var(--t-spacing) * 8)"; marginRight: "calc(var(--t-spacing) * 8)"; marginLeft: "calc(var(--t-spacing) * 8)"`. */
3037
3109
  get m8(): CssBuilder<T & {
3038
3110
  marginTop: csstype.Property.MarginTop<string | 0> | undefined;
3039
3111
  } & {
@@ -3073,39 +3145,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3073
3145
  } & {
3074
3146
  marginLeft: csstype.Property.MarginLeft<string | 0> | undefined;
3075
3147
  }, S>;
3076
- /** Sets `paddingTop: "0px"`. */
3148
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 0)"`. */
3077
3149
  get pt0(): CssBuilder<T & {
3078
3150
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3079
3151
  }, S>;
3080
- /** Sets `paddingTop: "8px"`. */
3152
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 1)"`. */
3081
3153
  get pt1(): CssBuilder<T & {
3082
3154
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3083
3155
  }, S>;
3084
- /** Sets `paddingTop: "16px"`. */
3156
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 2)"`. */
3085
3157
  get pt2(): CssBuilder<T & {
3086
3158
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3087
3159
  }, S>;
3088
- /** Sets `paddingTop: "24px"`. */
3160
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 3)"`. */
3089
3161
  get pt3(): CssBuilder<T & {
3090
3162
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3091
3163
  }, S>;
3092
- /** Sets `paddingTop: "32px"`. */
3164
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 4)"`. */
3093
3165
  get pt4(): CssBuilder<T & {
3094
3166
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3095
3167
  }, S>;
3096
- /** Sets `paddingTop: "40px"`. */
3168
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 5)"`. */
3097
3169
  get pt5(): CssBuilder<T & {
3098
3170
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3099
3171
  }, S>;
3100
- /** Sets `paddingTop: "48px"`. */
3172
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 6)"`. */
3101
3173
  get pt6(): CssBuilder<T & {
3102
3174
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3103
3175
  }, S>;
3104
- /** Sets `paddingTop: "56px"`. */
3176
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 7)"`. */
3105
3177
  get pt7(): CssBuilder<T & {
3106
3178
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3107
3179
  }, S>;
3108
- /** Sets `paddingTop: "64px"`. */
3180
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 8)"`. */
3109
3181
  get pt8(): CssBuilder<T & {
3110
3182
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3111
3183
  }, S>;
@@ -3117,39 +3189,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3117
3189
  ptPx(px: number): CssBuilder<T & {
3118
3190
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3119
3191
  }, S>;
3120
- /** Sets `paddingRight: "0px"`. */
3192
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 0)"`. */
3121
3193
  get pr0(): CssBuilder<T & {
3122
3194
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3123
3195
  }, S>;
3124
- /** Sets `paddingRight: "8px"`. */
3196
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 1)"`. */
3125
3197
  get pr1(): CssBuilder<T & {
3126
3198
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3127
3199
  }, S>;
3128
- /** Sets `paddingRight: "16px"`. */
3200
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 2)"`. */
3129
3201
  get pr2(): CssBuilder<T & {
3130
3202
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3131
3203
  }, S>;
3132
- /** Sets `paddingRight: "24px"`. */
3204
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 3)"`. */
3133
3205
  get pr3(): CssBuilder<T & {
3134
3206
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3135
3207
  }, S>;
3136
- /** Sets `paddingRight: "32px"`. */
3208
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 4)"`. */
3137
3209
  get pr4(): CssBuilder<T & {
3138
3210
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3139
3211
  }, S>;
3140
- /** Sets `paddingRight: "40px"`. */
3212
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 5)"`. */
3141
3213
  get pr5(): CssBuilder<T & {
3142
3214
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3143
3215
  }, S>;
3144
- /** Sets `paddingRight: "48px"`. */
3216
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 6)"`. */
3145
3217
  get pr6(): CssBuilder<T & {
3146
3218
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3147
3219
  }, S>;
3148
- /** Sets `paddingRight: "56px"`. */
3220
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 7)"`. */
3149
3221
  get pr7(): CssBuilder<T & {
3150
3222
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3151
3223
  }, S>;
3152
- /** Sets `paddingRight: "64px"`. */
3224
+ /** Sets `paddingRight: "calc(var(--t-spacing) * 8)"`. */
3153
3225
  get pr8(): CssBuilder<T & {
3154
3226
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3155
3227
  }, S>;
@@ -3161,39 +3233,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3161
3233
  prPx(px: number): CssBuilder<T & {
3162
3234
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3163
3235
  }, S>;
3164
- /** Sets `paddingBottom: "0px"`. */
3236
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 0)"`. */
3165
3237
  get pb0(): CssBuilder<T & {
3166
3238
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3167
3239
  }, S>;
3168
- /** Sets `paddingBottom: "8px"`. */
3240
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 1)"`. */
3169
3241
  get pb1(): CssBuilder<T & {
3170
3242
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3171
3243
  }, S>;
3172
- /** Sets `paddingBottom: "16px"`. */
3244
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 2)"`. */
3173
3245
  get pb2(): CssBuilder<T & {
3174
3246
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3175
3247
  }, S>;
3176
- /** Sets `paddingBottom: "24px"`. */
3248
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 3)"`. */
3177
3249
  get pb3(): CssBuilder<T & {
3178
3250
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3179
3251
  }, S>;
3180
- /** Sets `paddingBottom: "32px"`. */
3252
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 4)"`. */
3181
3253
  get pb4(): CssBuilder<T & {
3182
3254
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3183
3255
  }, S>;
3184
- /** Sets `paddingBottom: "40px"`. */
3256
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 5)"`. */
3185
3257
  get pb5(): CssBuilder<T & {
3186
3258
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3187
3259
  }, S>;
3188
- /** Sets `paddingBottom: "48px"`. */
3260
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 6)"`. */
3189
3261
  get pb6(): CssBuilder<T & {
3190
3262
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3191
3263
  }, S>;
3192
- /** Sets `paddingBottom: "56px"`. */
3264
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 7)"`. */
3193
3265
  get pb7(): CssBuilder<T & {
3194
3266
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3195
3267
  }, S>;
3196
- /** Sets `paddingBottom: "64px"`. */
3268
+ /** Sets `paddingBottom: "calc(var(--t-spacing) * 8)"`. */
3197
3269
  get pb8(): CssBuilder<T & {
3198
3270
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3199
3271
  }, S>;
@@ -3205,39 +3277,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3205
3277
  pbPx(px: number): CssBuilder<T & {
3206
3278
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3207
3279
  }, S>;
3208
- /** Sets `paddingLeft: "0px"`. */
3280
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 0)"`. */
3209
3281
  get pl0(): CssBuilder<T & {
3210
3282
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3211
3283
  }, S>;
3212
- /** Sets `paddingLeft: "8px"`. */
3284
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 1)"`. */
3213
3285
  get pl1(): CssBuilder<T & {
3214
3286
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3215
3287
  }, S>;
3216
- /** Sets `paddingLeft: "16px"`. */
3288
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 2)"`. */
3217
3289
  get pl2(): CssBuilder<T & {
3218
3290
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3219
3291
  }, S>;
3220
- /** Sets `paddingLeft: "24px"`. */
3292
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 3)"`. */
3221
3293
  get pl3(): CssBuilder<T & {
3222
3294
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3223
3295
  }, S>;
3224
- /** Sets `paddingLeft: "32px"`. */
3296
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 4)"`. */
3225
3297
  get pl4(): CssBuilder<T & {
3226
3298
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3227
3299
  }, S>;
3228
- /** Sets `paddingLeft: "40px"`. */
3300
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 5)"`. */
3229
3301
  get pl5(): CssBuilder<T & {
3230
3302
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3231
3303
  }, S>;
3232
- /** Sets `paddingLeft: "48px"`. */
3304
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 6)"`. */
3233
3305
  get pl6(): CssBuilder<T & {
3234
3306
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3235
3307
  }, S>;
3236
- /** Sets `paddingLeft: "56px"`. */
3308
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 7)"`. */
3237
3309
  get pl7(): CssBuilder<T & {
3238
3310
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3239
3311
  }, S>;
3240
- /** Sets `paddingLeft: "64px"`. */
3312
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 8)"`. */
3241
3313
  get pl8(): CssBuilder<T & {
3242
3314
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3243
3315
  }, S>;
@@ -3249,55 +3321,55 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3249
3321
  plPx(px: number): CssBuilder<T & {
3250
3322
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3251
3323
  }, S>;
3252
- /** Sets `paddingLeft: "0px"; paddingRight: "0px"`. */
3324
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 0)"; paddingRight: "calc(var(--t-spacing) * 0)"`. */
3253
3325
  get px0(): CssBuilder<T & {
3254
3326
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3255
3327
  } & {
3256
3328
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3257
3329
  }, S>;
3258
- /** Sets `paddingLeft: "8px"; paddingRight: "8px"`. */
3330
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 1)"; paddingRight: "calc(var(--t-spacing) * 1)"`. */
3259
3331
  get px1(): CssBuilder<T & {
3260
3332
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3261
3333
  } & {
3262
3334
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3263
3335
  }, S>;
3264
- /** Sets `paddingLeft: "16px"; paddingRight: "16px"`. */
3336
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 2)"; paddingRight: "calc(var(--t-spacing) * 2)"`. */
3265
3337
  get px2(): CssBuilder<T & {
3266
3338
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3267
3339
  } & {
3268
3340
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3269
3341
  }, S>;
3270
- /** Sets `paddingLeft: "24px"; paddingRight: "24px"`. */
3342
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 3)"; paddingRight: "calc(var(--t-spacing) * 3)"`. */
3271
3343
  get px3(): CssBuilder<T & {
3272
3344
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3273
3345
  } & {
3274
3346
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3275
3347
  }, S>;
3276
- /** Sets `paddingLeft: "32px"; paddingRight: "32px"`. */
3348
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 4)"; paddingRight: "calc(var(--t-spacing) * 4)"`. */
3277
3349
  get px4(): CssBuilder<T & {
3278
3350
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3279
3351
  } & {
3280
3352
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3281
3353
  }, S>;
3282
- /** Sets `paddingLeft: "40px"; paddingRight: "40px"`. */
3354
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 5)"; paddingRight: "calc(var(--t-spacing) * 5)"`. */
3283
3355
  get px5(): CssBuilder<T & {
3284
3356
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3285
3357
  } & {
3286
3358
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3287
3359
  }, S>;
3288
- /** Sets `paddingLeft: "48px"; paddingRight: "48px"`. */
3360
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 6)"; paddingRight: "calc(var(--t-spacing) * 6)"`. */
3289
3361
  get px6(): CssBuilder<T & {
3290
3362
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3291
3363
  } & {
3292
3364
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3293
3365
  }, S>;
3294
- /** Sets `paddingLeft: "56px"; paddingRight: "56px"`. */
3366
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 7)"; paddingRight: "calc(var(--t-spacing) * 7)"`. */
3295
3367
  get px7(): CssBuilder<T & {
3296
3368
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3297
3369
  } & {
3298
3370
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3299
3371
  }, S>;
3300
- /** Sets `paddingLeft: "64px"; paddingRight: "64px"`. */
3372
+ /** Sets `paddingLeft: "calc(var(--t-spacing) * 8)"; paddingRight: "calc(var(--t-spacing) * 8)"`. */
3301
3373
  get px8(): CssBuilder<T & {
3302
3374
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3303
3375
  } & {
@@ -3315,55 +3387,55 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3315
3387
  } & {
3316
3388
  paddingRight: csstype.Property.PaddingRight<string | 0> | undefined;
3317
3389
  }, S>;
3318
- /** Sets `paddingTop: "0px"; paddingBottom: "0px"`. */
3390
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 0)"; paddingBottom: "calc(var(--t-spacing) * 0)"`. */
3319
3391
  get py0(): CssBuilder<T & {
3320
3392
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3321
3393
  } & {
3322
3394
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3323
3395
  }, S>;
3324
- /** Sets `paddingTop: "8px"; paddingBottom: "8px"`. */
3396
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 1)"; paddingBottom: "calc(var(--t-spacing) * 1)"`. */
3325
3397
  get py1(): CssBuilder<T & {
3326
3398
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3327
3399
  } & {
3328
3400
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3329
3401
  }, S>;
3330
- /** Sets `paddingTop: "16px"; paddingBottom: "16px"`. */
3402
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 2)"; paddingBottom: "calc(var(--t-spacing) * 2)"`. */
3331
3403
  get py2(): CssBuilder<T & {
3332
3404
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3333
3405
  } & {
3334
3406
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3335
3407
  }, S>;
3336
- /** Sets `paddingTop: "24px"; paddingBottom: "24px"`. */
3408
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 3)"; paddingBottom: "calc(var(--t-spacing) * 3)"`. */
3337
3409
  get py3(): CssBuilder<T & {
3338
3410
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3339
3411
  } & {
3340
3412
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3341
3413
  }, S>;
3342
- /** Sets `paddingTop: "32px"; paddingBottom: "32px"`. */
3414
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 4)"; paddingBottom: "calc(var(--t-spacing) * 4)"`. */
3343
3415
  get py4(): CssBuilder<T & {
3344
3416
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3345
3417
  } & {
3346
3418
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3347
3419
  }, S>;
3348
- /** Sets `paddingTop: "40px"; paddingBottom: "40px"`. */
3420
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 5)"; paddingBottom: "calc(var(--t-spacing) * 5)"`. */
3349
3421
  get py5(): CssBuilder<T & {
3350
3422
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3351
3423
  } & {
3352
3424
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3353
3425
  }, S>;
3354
- /** Sets `paddingTop: "48px"; paddingBottom: "48px"`. */
3426
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 6)"; paddingBottom: "calc(var(--t-spacing) * 6)"`. */
3355
3427
  get py6(): CssBuilder<T & {
3356
3428
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3357
3429
  } & {
3358
3430
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3359
3431
  }, S>;
3360
- /** Sets `paddingTop: "56px"; paddingBottom: "56px"`. */
3432
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 7)"; paddingBottom: "calc(var(--t-spacing) * 7)"`. */
3361
3433
  get py7(): CssBuilder<T & {
3362
3434
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3363
3435
  } & {
3364
3436
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3365
3437
  }, S>;
3366
- /** Sets `paddingTop: "64px"; paddingBottom: "64px"`. */
3438
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 8)"; paddingBottom: "calc(var(--t-spacing) * 8)"`. */
3367
3439
  get py8(): CssBuilder<T & {
3368
3440
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3369
3441
  } & {
@@ -3381,7 +3453,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3381
3453
  } & {
3382
3454
  paddingBottom: csstype.Property.PaddingBottom<string | 0> | undefined;
3383
3455
  }, S>;
3384
- /** Sets `paddingTop: "0px"; paddingBottom: "0px"; paddingRight: "0px"; paddingLeft: "0px"`. */
3456
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 0)"; paddingBottom: "calc(var(--t-spacing) * 0)"; paddingRight: "calc(var(--t-spacing) * 0)"; paddingLeft: "calc(var(--t-spacing) * 0)"`. */
3385
3457
  get p0(): CssBuilder<T & {
3386
3458
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3387
3459
  } & {
@@ -3391,7 +3463,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3391
3463
  } & {
3392
3464
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3393
3465
  }, S>;
3394
- /** Sets `paddingTop: "8px"; paddingBottom: "8px"; paddingRight: "8px"; paddingLeft: "8px"`. */
3466
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 1)"; paddingBottom: "calc(var(--t-spacing) * 1)"; paddingRight: "calc(var(--t-spacing) * 1)"; paddingLeft: "calc(var(--t-spacing) * 1)"`. */
3395
3467
  get p1(): CssBuilder<T & {
3396
3468
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3397
3469
  } & {
@@ -3401,7 +3473,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3401
3473
  } & {
3402
3474
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3403
3475
  }, S>;
3404
- /** Sets `paddingTop: "16px"; paddingBottom: "16px"; paddingRight: "16px"; paddingLeft: "16px"`. */
3476
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 2)"; paddingBottom: "calc(var(--t-spacing) * 2)"; paddingRight: "calc(var(--t-spacing) * 2)"; paddingLeft: "calc(var(--t-spacing) * 2)"`. */
3405
3477
  get p2(): CssBuilder<T & {
3406
3478
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3407
3479
  } & {
@@ -3411,7 +3483,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3411
3483
  } & {
3412
3484
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3413
3485
  }, S>;
3414
- /** Sets `paddingTop: "24px"; paddingBottom: "24px"; paddingRight: "24px"; paddingLeft: "24px"`. */
3486
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 3)"; paddingBottom: "calc(var(--t-spacing) * 3)"; paddingRight: "calc(var(--t-spacing) * 3)"; paddingLeft: "calc(var(--t-spacing) * 3)"`. */
3415
3487
  get p3(): CssBuilder<T & {
3416
3488
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3417
3489
  } & {
@@ -3421,7 +3493,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3421
3493
  } & {
3422
3494
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3423
3495
  }, S>;
3424
- /** Sets `paddingTop: "32px"; paddingBottom: "32px"; paddingRight: "32px"; paddingLeft: "32px"`. */
3496
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 4)"; paddingBottom: "calc(var(--t-spacing) * 4)"; paddingRight: "calc(var(--t-spacing) * 4)"; paddingLeft: "calc(var(--t-spacing) * 4)"`. */
3425
3497
  get p4(): CssBuilder<T & {
3426
3498
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3427
3499
  } & {
@@ -3431,7 +3503,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3431
3503
  } & {
3432
3504
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3433
3505
  }, S>;
3434
- /** Sets `paddingTop: "40px"; paddingBottom: "40px"; paddingRight: "40px"; paddingLeft: "40px"`. */
3506
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 5)"; paddingBottom: "calc(var(--t-spacing) * 5)"; paddingRight: "calc(var(--t-spacing) * 5)"; paddingLeft: "calc(var(--t-spacing) * 5)"`. */
3435
3507
  get p5(): CssBuilder<T & {
3436
3508
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3437
3509
  } & {
@@ -3441,7 +3513,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3441
3513
  } & {
3442
3514
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3443
3515
  }, S>;
3444
- /** Sets `paddingTop: "48px"; paddingBottom: "48px"; paddingRight: "48px"; paddingLeft: "48px"`. */
3516
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 6)"; paddingBottom: "calc(var(--t-spacing) * 6)"; paddingRight: "calc(var(--t-spacing) * 6)"; paddingLeft: "calc(var(--t-spacing) * 6)"`. */
3445
3517
  get p6(): CssBuilder<T & {
3446
3518
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3447
3519
  } & {
@@ -3451,7 +3523,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3451
3523
  } & {
3452
3524
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3453
3525
  }, S>;
3454
- /** Sets `paddingTop: "56px"; paddingBottom: "56px"; paddingRight: "56px"; paddingLeft: "56px"`. */
3526
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 7)"; paddingBottom: "calc(var(--t-spacing) * 7)"; paddingRight: "calc(var(--t-spacing) * 7)"; paddingLeft: "calc(var(--t-spacing) * 7)"`. */
3455
3527
  get p7(): CssBuilder<T & {
3456
3528
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3457
3529
  } & {
@@ -3461,7 +3533,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3461
3533
  } & {
3462
3534
  paddingLeft: csstype.Property.PaddingLeft<string | 0> | undefined;
3463
3535
  }, S>;
3464
- /** Sets `paddingTop: "64px"; paddingBottom: "64px"; paddingRight: "64px"; paddingLeft: "64px"`. */
3536
+ /** Sets `paddingTop: "calc(var(--t-spacing) * 8)"; paddingBottom: "calc(var(--t-spacing) * 8)"; paddingRight: "calc(var(--t-spacing) * 8)"; paddingLeft: "calc(var(--t-spacing) * 8)"`. */
3465
3537
  get p8(): CssBuilder<T & {
3466
3538
  paddingTop: csstype.Property.PaddingTop<string | 0> | undefined;
3467
3539
  } & {
@@ -3871,39 +3943,39 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
3871
3943
  maxwPx(px: number): CssBuilder<T & {
3872
3944
  maxWidth: csstype.Property.MaxWidth<string | 0> | undefined;
3873
3945
  }, S>;
3874
- /** Sets `width: "0px"`. */
3946
+ /** Sets `width: "calc(var(--t-spacing) * 0)"`. */
3875
3947
  get w0(): CssBuilder<T & {
3876
3948
  width: csstype.Property.Width<string | 0> | undefined;
3877
3949
  }, S>;
3878
- /** Sets `width: "8px"`. */
3950
+ /** Sets `width: "calc(var(--t-spacing) * 1)"`. */
3879
3951
  get w1(): CssBuilder<T & {
3880
3952
  width: csstype.Property.Width<string | 0> | undefined;
3881
3953
  }, S>;
3882
- /** Sets `width: "16px"`. */
3954
+ /** Sets `width: "calc(var(--t-spacing) * 2)"`. */
3883
3955
  get w2(): CssBuilder<T & {
3884
3956
  width: csstype.Property.Width<string | 0> | undefined;
3885
3957
  }, S>;
3886
- /** Sets `width: "24px"`. */
3958
+ /** Sets `width: "calc(var(--t-spacing) * 3)"`. */
3887
3959
  get w3(): CssBuilder<T & {
3888
3960
  width: csstype.Property.Width<string | 0> | undefined;
3889
3961
  }, S>;
3890
- /** Sets `width: "32px"`. */
3962
+ /** Sets `width: "calc(var(--t-spacing) * 4)"`. */
3891
3963
  get w4(): CssBuilder<T & {
3892
3964
  width: csstype.Property.Width<string | 0> | undefined;
3893
3965
  }, S>;
3894
- /** Sets `width: "40px"`. */
3966
+ /** Sets `width: "calc(var(--t-spacing) * 5)"`. */
3895
3967
  get w5(): CssBuilder<T & {
3896
3968
  width: csstype.Property.Width<string | 0> | undefined;
3897
3969
  }, S>;
3898
- /** Sets `width: "48px"`. */
3970
+ /** Sets `width: "calc(var(--t-spacing) * 6)"`. */
3899
3971
  get w6(): CssBuilder<T & {
3900
3972
  width: csstype.Property.Width<string | 0> | undefined;
3901
3973
  }, S>;
3902
- /** Sets `width: "56px"`. */
3974
+ /** Sets `width: "calc(var(--t-spacing) * 7)"`. */
3903
3975
  get w7(): CssBuilder<T & {
3904
3976
  width: csstype.Property.Width<string | 0> | undefined;
3905
3977
  }, S>;
3906
- /** Sets `width: "64px"`. */
3978
+ /** Sets `width: "calc(var(--t-spacing) * 8)"`. */
3907
3979
  get w8(): CssBuilder<T & {
3908
3980
  width: csstype.Property.Width<string | 0> | undefined;
3909
3981
  }, S>;
@@ -4098,6 +4170,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
4098
4170
  *
4099
4171
  * `when(":hover")` — same semantics as `onHover`
4100
4172
  * `when(":hover:not(:disabled)")` — hover only while enabled
4173
+ * `when('[data-state="open"]')` — match an element state attribute
4101
4174
  */
4102
4175
  when(selector: string): CssBuilder<T, S>;
4103
4176
  /**
@@ -4110,7 +4183,7 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
4110
4183
  /**
4111
4184
  * Apply different styles for each selector in the object.
4112
4185
  *
4113
- * `when({ ":hover": Css.blue.$, ":focus": Css.red.$ })`
4186
+ * `when({ ":hover": Css.blue.$, '[data-state="open"]': Css.red.$ })`
4114
4187
  */
4115
4188
  when<W extends Record<string, Properties>>(selectors: W): CssBuilder<T & UnionToIntersection<W[keyof W]>, S>;
4116
4189
  ifContainer(_props: {
@@ -4146,6 +4219,8 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
4146
4219
  className(className: string | undefined): CssBuilder<T, S>;
4147
4220
  /** Marker for the build-time transform to append raw inline styles. */
4148
4221
  style(inlineStyle: InlineStyle): CssBuilder<T, S>;
4222
+ /** Set CSS custom properties via atomic classes (resolved at build time on web). */
4223
+ setVar(_values: Partial<Record<CssSetVarKeys, CssSetVarValue>>): CssBuilder<T, S>;
4149
4224
  /** Convert a style hash into `{ className, style }` props for manual spreading into non-`css=` contexts. */
4150
4225
  props(styles: Properties): Record<string, unknown>;
4151
4226
  /** Tagged template literal for raw CSS in .css.ts files; passes through the string as-is. */
@@ -4156,14 +4231,16 @@ declare class CssBuilder<T extends Properties, S extends StyleKind = "buildtime"
4156
4231
  private unsupportedRuntime;
4157
4232
  private newCss;
4158
4233
  }
4159
- /** Converts `inc` into pixels value with a `px` suffix. */
4234
+ /** Converts `inc` into a spacing length using `--t-spacing` (build-time atomic CSS). */
4160
4235
  declare function maybeInc(inc: number | string): string;
4236
+ /** Wraps `--token` custom property names as `var(--token)` for CSS property values. */
4237
+ declare function maybeCssVar<T>(value: T): T;
4161
4238
  /** Converts `inc` into pixels. */
4162
4239
  declare function increment(inc: number): number;
4163
4240
  /** Convert `pixels` to a `px` units string so it's not ambiguous. */
4164
4241
  declare function px(pixels: number): string;
4165
4242
  declare enum Palette {
4166
- White = "rgba(255,255,255,1)",
4243
+ White = "rgba(255, 255, 255, 1)",
4167
4244
  Transparent = "rgba(0,0,0,0)",
4168
4245
  Gray50 = "rgba(255, 253, 253, 1)",
4169
4246
  Gray100 = "rgba(247, 245, 245, 1)",
@@ -4261,6 +4338,19 @@ declare enum Breakpoints {
4261
4338
  mdOrLg = "@media screen and (min-width: 600px)"
4262
4339
  }
4263
4340
 
4341
+ declare const navLink = "navLink";
4342
+ /**
4343
+ * Applies a CSS Reset that is based on modern-normalize + TW customizations.
4344
+ *
4345
+ * The reset styles are now in CssReset.css and are loaded via a side-effect
4346
+ * import. This component is kept for API compatibility — render it at the top
4347
+ * of your app to ensure the CSS file is included in the bundle.
4348
+ */
4349
+ declare function CssReset(): null;
4350
+
4351
+ /** Primitive (`Palette`), semantic (`Tokens`, `--b-*`), or CSS color keywords for props and Truss param methods. */
4352
+ type BeamColor = Palette | Tokens | "inherit" | "currentColor";
4353
+
4264
4354
  type PlainDate = Temporal.PlainDate;
4265
4355
  type DateRange = {
4266
4356
  from: PlainDate | undefined;
@@ -4330,18 +4420,18 @@ declare function AutoSaveStatusProvider({ children, resetToIdleTimeout }: AutoSa
4330
4420
  */
4331
4421
  declare function useAutoSaveStatus(): AutoSaveStatusContextType;
4332
4422
 
4333
- interface IconProps extends AriaAttributes, DOMProps {
4423
+ type IconProps = {
4334
4424
  /** The name of an icon */
4335
4425
  icon: IconKey;
4336
4426
  /** Defaults to currentColor */
4337
- color?: Palette | "inherit" | "currentColor";
4338
- bgColor?: Palette;
4427
+ color?: BeamColor;
4428
+ bgColor?: BeamColor;
4339
4429
  /** The size of the icon in increments, i.e. 1 == 8px, default is 3 == 24px. */
4340
4430
  inc?: number;
4341
4431
  /** Styles overrides */
4342
4432
  xss?: Xss<Margin | "visibility" | "flexShrink">;
4343
4433
  tooltip?: ReactNode;
4344
- }
4434
+ } & AriaAttributes & DOMProps;
4345
4435
  declare const Icon: React__default.MemoExoticComponent<(props: IconProps) => JSX.Element>;
4346
4436
  /**
4347
4437
  * Map of icons paths mapped to their respective name.
@@ -4591,7 +4681,7 @@ interface PresentationFieldProps {
4591
4681
  errorInTooltip?: true;
4592
4682
  /** Allow the fields to grow to the width of its container. By default, fields will extend up to 550px */
4593
4683
  fullWidth?: boolean;
4594
- /** Changes bg and hoverBg; Takes priority over `contrast`; Useful when showing many fields w/in a table that require user attention; In no way should be used as a replacement for error/focus state */
4684
+ /** Changes bg and hoverBg; useful when showing many fields w/in a table that require user attention; in no way should be used as a replacement for error/focus state */
4595
4685
  inputStylePalette?: InputStylePalette;
4596
4686
  }
4597
4687
  type PresentationContextProps = {
@@ -4778,7 +4868,7 @@ declare const rowLinkRenderFn: (as: RenderAs, colSpan: number) => RenderCellFn<a
4778
4868
  declare const rowClickRenderFn: (as: RenderAs, api: GridTableApi<any>, colSpan: number) => RenderCellFn<any>;
4779
4869
 
4780
4870
  /** Completely static look & feel, i.e. nothing that is based on row kinds/content. */
4781
- interface GridStyle {
4871
+ type GridStyle = {
4782
4872
  /** Applied to the base div element. */
4783
4873
  rootCss?: Properties;
4784
4874
  /** Extra bottom padding for the virtual-table footer loader/spacer, in pixels. */
@@ -4835,7 +4925,7 @@ interface GridStyle {
4835
4925
  /** Applied if there is a fallback/overflow message showing. */
4836
4926
  firstRowMessageCss?: Properties;
4837
4927
  /** Applied on hover if a row has a rowLink/onClick set. */
4838
- rowHoverColor?: Palette | "none";
4928
+ rowHoverColor?: BeamColor | "none";
4839
4929
  /** Default content to put into an empty cell */
4840
4930
  emptyCell?: ReactNode;
4841
4931
  presentationSettings?: Pick<PresentationFieldProps, "borderless" | "borderOnHover" | "typeScale"> & Pick<PresentationContextProps, "wrap">;
@@ -4858,8 +4948,8 @@ interface GridStyle {
4858
4948
  keptGroupRowCss?: Properties;
4859
4949
  /** Defines styles for the last row `keptGroup` to provide separation from the rest of the table */
4860
4950
  keptLastRowCss?: Properties;
4861
- }
4862
- interface GridStyleDef {
4951
+ };
4952
+ type GridStyleDef = {
4863
4953
  /** Changes the height of the rows when `rowHeight: fixed` to provide more space between rows for input fields. */
4864
4954
  inlineEditing?: boolean;
4865
4955
  /** Adds styling for grouped rows */
@@ -4880,13 +4970,13 @@ interface GridStyleDef {
4880
4970
  cellTypography?: Typography;
4881
4971
  /** Defines if the table should highlight the row on hover. Defaults to true */
4882
4972
  highlightOnHover?: boolean;
4883
- }
4973
+ };
4884
4974
  declare const getTableStyles: (props?: GridStyleDef) => GridStyle;
4885
4975
  /** Defines row-specific styling for each given row `kind` in `R` */
4886
4976
  type RowStyles<R extends Kinded> = {
4887
4977
  [P in R["kind"]]?: RowStyle<DiscriminateUnion<R, "kind", P>>;
4888
4978
  };
4889
- interface RowStyle<R extends Kinded> {
4979
+ type RowStyle<R extends Kinded> = {
4890
4980
  /** Applies this css to the wrapper row, i.e. for row-level hovers. */
4891
4981
  rowCss?: Properties | ((row: R) => Properties);
4892
4982
  /** Applies this css to each cell in the row. */
@@ -4897,7 +4987,7 @@ interface RowStyle<R extends Kinded> {
4897
4987
  rowLink?: (row: R) => string;
4898
4988
  /** Fired when the row is clicked, similar to rowLink but for actions that aren't 'go to this link'. */
4899
4989
  onClick?: (row: GridDataRow<R>, api: GridTableApi<R>) => void;
4900
- }
4990
+ };
4901
4991
  /** Our original table look & feel/style. */
4902
4992
  declare const defaultStyle: GridStyle;
4903
4993
  /** Tightens up the padding of rows, great for rows that have form elements in them. */
@@ -5872,7 +5962,7 @@ interface BeamProviderProps extends PropsWithChildren<PresentationContextProps>
5872
5962
  }
5873
5963
  declare function BeamProvider({ children, ...presentationProps }: BeamProviderProps): JSX.Element;
5874
5964
 
5875
- interface ButtonProps extends BeamButtonProps, BeamFocusableProps {
5965
+ type ButtonProps = {
5876
5966
  label: ReactNode;
5877
5967
  variant?: ButtonVariant;
5878
5968
  size?: ButtonSize;
@@ -5886,12 +5976,11 @@ interface ButtonProps extends BeamButtonProps, BeamFocusableProps {
5886
5976
  type?: ButtonHTMLAttributes<HTMLButtonElement>["type"];
5887
5977
  /** Denotes if this button is used to download a resource. Uses the anchor tag with the `download` attribute */
5888
5978
  download?: boolean;
5889
- contrast?: boolean;
5890
5979
  /** Additional text to further customize button during an async request is in progress. */
5891
5980
  labelInFlight?: string;
5892
5981
  /** Shows pressed/active styles (useful when a menu is open) */
5893
5982
  active?: boolean;
5894
- }
5983
+ } & BeamButtonProps & BeamFocusableProps;
5895
5984
  declare function Button(props: ButtonProps): JSX.Element;
5896
5985
  type ButtonSize = "sm" | "md" | "lg";
5897
5986
  type ButtonVariant = "primary" | "secondary" | "secondaryBlack" | "tertiary" | "tertiaryDanger" | "caution" | "danger" | "quaternary" | "text" | "textSecondary";
@@ -5904,11 +5993,11 @@ type DatePickerProps = {
5904
5993
  useYearPicker?: boolean;
5905
5994
  };
5906
5995
 
5907
- interface IconButtonProps extends BeamButtonProps, BeamFocusableProps {
5996
+ type IconButtonProps = {
5908
5997
  /** The icon to use within the button. */
5909
5998
  icon: IconProps["icon"];
5910
- color?: Palette;
5911
- bgColor?: Palette;
5999
+ color?: BeamColor;
6000
+ bgColor?: BeamColor;
5912
6001
  /** The size of the icon, in increments, defaults to 3 which is 24px. */
5913
6002
  inc?: number;
5914
6003
  /** HTML attributes to apply to the button element when it is being used to trigger a menu. */
@@ -5916,8 +6005,6 @@ interface IconButtonProps extends BeamButtonProps, BeamFocusableProps {
5916
6005
  buttonRef?: RefObject<HTMLButtonElement>;
5917
6006
  /** Whether to show a 16x16px version of the IconButton */
5918
6007
  compact?: boolean;
5919
- /** Whether to display the contrast variant */
5920
- contrast?: boolean;
5921
6008
  /** Whether to display the circle variant */
5922
6009
  circle?: boolean;
5923
6010
  /** Indicates that the button is active/selected */
@@ -5926,7 +6013,7 @@ interface IconButtonProps extends BeamButtonProps, BeamFocusableProps {
5926
6013
  download?: boolean;
5927
6014
  /** Provides label for screen readers - Will become a required soon */
5928
6015
  label?: string;
5929
- }
6016
+ } & BeamButtonProps & BeamFocusableProps;
5930
6017
  declare function IconButton(props: IconButtonProps): JSX.Element;
5931
6018
  declare const iconButtonStylesHover: Pick<Properties, never> & {
5932
6019
  backgroundColor: csstype.Property.BackgroundColor | undefined;
@@ -5946,7 +6033,7 @@ declare const iconButtonCircleStylesHover: Pick<Properties, never> & {
5946
6033
  readonly __kind: "buildtime";
5947
6034
  };
5948
6035
 
5949
- interface NavLinkProps extends BeamFocusableProps {
6036
+ type NavLinkProps = {
5950
6037
  /** active indicates the user is on the current page */
5951
6038
  active?: boolean;
5952
6039
  disabled?: boolean;
@@ -5956,17 +6043,16 @@ interface NavLinkProps extends BeamFocusableProps {
5956
6043
  icon?: IconKey;
5957
6044
  variant: NavLinkVariant;
5958
6045
  openInNew?: boolean;
5959
- contrast?: boolean;
5960
6046
  /** HTML attributes to apply to the button element when it is being used to trigger a menu. */
5961
6047
  menuTriggerProps?: AriaButtonProps;
5962
6048
  buttonRef?: RefObject<HTMLElement>;
5963
- }
6049
+ } & BeamFocusableProps;
5964
6050
  type NavLinkVariant = "side" | "global";
5965
6051
  declare function NavLink(props: NavLinkProps): JSX.Element;
5966
6052
 
5967
6053
  interface TextButtonTriggerProps extends Pick<ButtonProps, "label" | "variant" | "size" | "icon"> {
5968
6054
  }
5969
- interface IconButtonTriggerProps extends Pick<IconButtonProps, "icon" | "color" | "compact" | "contrast" | "inc"> {
6055
+ interface IconButtonTriggerProps extends Pick<IconButtonProps, "icon" | "color" | "compact" | "inc"> {
5970
6056
  }
5971
6057
  interface AvatarButtonTriggerProps extends Pick<AvatarButtonProps, "src" | "name" | "size"> {
5972
6058
  }
@@ -5993,7 +6079,6 @@ interface OverlayTriggerProps {
5993
6079
  variant?: ButtonVariant;
5994
6080
  hideEndAdornment?: boolean;
5995
6081
  showActiveBorder?: boolean;
5996
- contrast?: boolean;
5997
6082
  }
5998
6083
 
5999
6084
  type ButtonDatePickerProps = {
@@ -6028,7 +6113,6 @@ type ButtonMenuBaseProps = {
6028
6113
  persistentItems?: MenuItem[];
6029
6114
  searchable?: boolean;
6030
6115
  defaultOpen?: boolean;
6031
- contrast?: boolean;
6032
6116
  } & Pick<OverlayTriggerProps, "trigger" | "placement" | "disabled" | "tooltip" | "showActiveBorder">;
6033
6117
  type SelectionButtonMenuProps = {
6034
6118
  /** Display a menu item as selected based. Use the Menu Item's label to identify */
@@ -6105,34 +6189,36 @@ interface CardProps {
6105
6189
  }
6106
6190
  declare function Card(props: CardProps): JSX.Element;
6107
6191
 
6192
+ /** Must match the `contrast` theme axis in tokens and `[data-theme="contrast"]` in `src/css/generated/theme-scopes.css`. */
6193
+ declare const contrastDataTheme: "contrast";
6194
+ /**
6195
+ * Whether the tree is wrapped in an active {@link ContrastScope} (`contrast` prop true).
6196
+ * Used by portaled overlays (e.g. {@link Popover}) and by field chrome that needs contrast-specific ink.
6197
+ */
6198
+ declare function useContrastScope(): boolean;
6199
+ type ContrastScopeProps = PropsWithChildren<{
6200
+ contrast?: boolean;
6201
+ }>;
6202
+ declare function ContrastScope({ children, contrast }: ContrastScopeProps): JSX.Element;
6203
+
6108
6204
  declare function Copy(props: {
6109
6205
  children: string | ReactNode;
6110
6206
  }): JSX.Element;
6111
6207
 
6112
6208
  type CountBadgeXss = "color";
6113
- interface CountBadgeProps<X> {
6209
+ type CountBadgeProps<X> = {
6114
6210
  count: number;
6115
6211
  /** Background color of the badge. Defaults to Blue700. */
6116
- bgColor?: Palette;
6117
- color?: Palette;
6212
+ bgColor?: BeamColor;
6213
+ color?: BeamColor;
6118
6214
  hideIfZero?: boolean;
6119
- }
6215
+ };
6120
6216
  /**
6121
6217
  * CountBadge displays a numeric count in a circular badge.
6122
6218
  * Automatically adjusts size for counts > 100 (increases from 16px to 18px).
6123
6219
  */
6124
6220
  declare function CountBadge<X extends Only<Xss<CountBadgeXss>, X>>(props: CountBadgeProps<X>): JSX.Element | null;
6125
6221
 
6126
- declare const navLink = "navLink";
6127
- /**
6128
- * Applies a CSS Reset that is based on modern-normalize + TW customizations.
6129
- *
6130
- * The reset styles are now in CssReset.css and are loaded via a side-effect
6131
- * import. This component is kept for API compatibility — render it at the top
6132
- * of your app to ensure the CSS file is included in the bundle.
6133
- */
6134
- declare function CssReset(): null;
6135
-
6136
6222
  type DnDGridProps = {
6137
6223
  children: ReactNode;
6138
6224
  /** CSS Grid styles for the grid container. */
@@ -6162,12 +6248,12 @@ declare function useDnDGridItem(props: useDnDGridItemProps): {
6162
6248
  };
6163
6249
  type DnDGridItemProps = ReturnType<typeof useDnDGridItem>;
6164
6250
 
6165
- interface DnDGridItemHandleProps {
6251
+ type DnDGridItemHandleProps = {
6166
6252
  dragHandleProps: DnDGridItemProps["dragHandleProps"];
6167
6253
  icon?: IconKey;
6168
6254
  compact?: boolean;
6169
- color?: Palette;
6170
- }
6255
+ color?: BeamColor;
6256
+ };
6171
6257
  /** Provides a specific handle element for dragging a GridItem. Includes handling behaviors and interactions */
6172
6258
  declare function DnDGridItemHandle(props: DnDGridItemHandleProps): JSX.Element;
6173
6259
 
@@ -6255,7 +6341,6 @@ type TextFieldBaseProps<X> = {
6255
6341
  groupProps?: NumberFieldAria["groupProps"];
6256
6342
  endAdornment?: ReactNode;
6257
6343
  startAdornment?: ReactNode;
6258
- contrast?: boolean;
6259
6344
  clearable?: boolean;
6260
6345
  textAreaMinHeight?: number;
6261
6346
  tooltip?: ReactNode;
@@ -6454,13 +6539,12 @@ declare const DateField: (props: DateFieldProps) => JSX.Element;
6454
6539
 
6455
6540
  declare function DateRangeField(props: DateRangeFieldProps): JSX.Element;
6456
6541
 
6457
- interface ErrorMessageProps {
6542
+ type ErrorMessageProps = {
6458
6543
  /** The dom id for `aria-errormessage` to point to us. */
6459
6544
  id?: string;
6460
6545
  errorMsg: string;
6461
- contrast?: boolean;
6462
6546
  hidden?: boolean;
6463
- }
6547
+ };
6464
6548
  /**
6465
6549
  * A helper component for consistently showing error messages across form fields.
6466
6550
  *
@@ -6530,8 +6614,6 @@ type ComboBoxBaseProps<O, V extends Value> = {
6530
6614
  * Unlike `unsetLabel`, this does not add an explicit option for the user to select.
6531
6615
  */
6532
6616
  nothingSelectedText?: string;
6533
- /** When set the SelectField is expected to be put on a darker background */
6534
- contrast?: boolean;
6535
6617
  /** Placeholder content */
6536
6618
  placeholder?: string;
6537
6619
  /**
@@ -6639,6 +6721,7 @@ type RadioFieldOption<K extends string> = {
6639
6721
  /** Disable only specific option, with an optional reason */
6640
6722
  disabled?: boolean | ReactNode;
6641
6723
  };
6724
+ type RadioGroupFieldLayout = "vertical" | "horizontal";
6642
6725
  type RadioGroupFieldProps<K extends string> = {
6643
6726
  /** The label for the choice itself, i.e. "Favorite Cheese". */
6644
6727
  label: string;
@@ -6653,6 +6736,8 @@ type RadioGroupFieldProps<K extends string> = {
6653
6736
  helperText?: string | ReactNode;
6654
6737
  onBlur?: () => void;
6655
6738
  onFocus?: () => void;
6739
+ /** Direction of the options. Defaults to "vertical". */
6740
+ layout?: RadioGroupFieldLayout;
6656
6741
  } & Pick<PresentationFieldProps, "labelStyle">;
6657
6742
  /**
6658
6743
  * Provides a radio group with label.
@@ -6900,8 +6985,6 @@ type TreeSelectFieldProps<O, V extends Value> = {
6900
6985
  sizeToContent?: boolean;
6901
6986
  /** The text to show when nothing is selected, i.e. could be "All" for filters. */
6902
6987
  nothingSelectedText?: string;
6903
- /** When set the SelectField is expected to be put on a darker background */
6904
- contrast?: boolean;
6905
6988
  /** Placeholder content */
6906
6989
  placeholder?: string;
6907
6990
  hideErrorMessage?: boolean;
@@ -7274,7 +7357,6 @@ declare function HbSpinnerProvider({ quips, children }: HbSpinnerProviderProps):
7274
7357
  */
7275
7358
  declare function HelperText(props: {
7276
7359
  helperText: string | ReactNode;
7277
- contrast?: boolean;
7278
7360
  }): JSX.Element;
7279
7361
 
7280
7362
  type BoundCheckboxFieldProps = Omit<CheckboxProps, "selected" | "onChange" | "label"> & {
@@ -7863,9 +7945,8 @@ type LoadingSkeletonProps = {
7863
7945
  columns?: number;
7864
7946
  size?: Sizes;
7865
7947
  randomizeWidths?: boolean;
7866
- contrast?: boolean;
7867
7948
  };
7868
- declare function LoadingSkeleton({ rows, columns, size, randomizeWidths, contrast, }: LoadingSkeletonProps): JSX.Element;
7949
+ declare function LoadingSkeleton({ rows, columns, size, randomizeWidths }: LoadingSkeletonProps): JSX.Element;
7869
7950
 
7870
7951
  type QueryResult<QData> = {
7871
7952
  loading: boolean;
@@ -8341,11 +8422,10 @@ type TableReviewLayoutProps<R extends Kinded, X extends Only<GridTableXss, X>, Q
8341
8422
  };
8342
8423
  declare function TableReviewLayout<R extends Kinded, X extends Only<GridTableXss, X>, QData>(props: TableReviewLayoutProps<R, X, QData>): JSX.Element;
8343
8424
 
8344
- interface LoaderProps {
8425
+ type LoaderProps = {
8345
8426
  size?: "xs" | "sm" | "md" | "lg";
8346
- contrast?: boolean;
8347
- }
8348
- declare function Loader({ size, contrast }: LoaderProps): JSX.Element;
8427
+ };
8428
+ declare function Loader({ size }: LoaderProps): JSX.Element;
8349
8429
 
8350
8430
  type MaxLinesProps = PropsWithChildren<{
8351
8431
  maxLines: number;
@@ -8561,7 +8641,7 @@ declare function useToast(): UseToastProps;
8561
8641
 
8562
8642
  type TooltipXss = Xss<Padding | "borderRadius">;
8563
8643
  /** Note: Only 1 tooltip is ever on screen at a time */
8564
- interface TooltipProps {
8644
+ type TooltipProps = {
8565
8645
  /** The content that shows up when hovered */
8566
8646
  title: ReactNode;
8567
8647
  children: ReactNode;
@@ -8574,9 +8654,9 @@ interface TooltipProps {
8574
8654
  */
8575
8655
  delay?: number;
8576
8656
  disabled?: boolean;
8577
- bgColor?: Palette;
8657
+ bgColor?: BeamColor;
8578
8658
  xss?: TooltipXss;
8579
- }
8659
+ };
8580
8660
  declare function Tooltip(props: TooltipProps): JSX.Element;
8581
8661
  type Placement = "top" | "bottom" | "left" | "right" | "auto";
8582
8662
  declare function maybeTooltip(props: Omit<TooltipProps, "children"> & {
@@ -8595,4 +8675,4 @@ declare function resolveTooltip(disabled?: boolean | ReactNode, tooltip?: ReactN
8595
8675
  */
8596
8676
  declare function defaultTestId(label: string): string;
8597
8677
 
8598
- export { ASC, Accordion, AccordionList, type AccordionProps, type AccordionSize, type ActionButtonProps, AutoSaveIndicator, AutoSaveStatus, AutoSaveStatusContext, AutoSaveStatusProvider, Autocomplete, type AutocompleteProps, Avatar, AvatarButton, type AvatarButtonProps, AvatarGroup, type AvatarGroupProps, type AvatarProps, type AvatarSize, Banner, type BannerProps, type BannerTypes, BaseFilter, type BaseQueryTableProps, type BaseTableProps, type BeamButtonProps, type BeamFocusableProps, BeamProvider, type BeamTextFieldProps, BoundCheckboxField, type BoundCheckboxFieldProps, BoundCheckboxGroupField, type BoundCheckboxGroupFieldProps, BoundChipSelectField, BoundDateField, type BoundDateFieldProps, BoundDateRangeField, type BoundDateRangeFieldProps, BoundForm, type BoundFormInputConfig, type BoundFormProps, type BoundFormRowInputs, BoundIconCardField, type BoundIconCardFieldProps, BoundIconCardGroupField, type BoundIconCardGroupFieldProps, BoundMultiLineSelectField, type BoundMultiLineSelectFieldProps, BoundMultiSelectField, type BoundMultiSelectFieldProps, BoundNumberField, type BoundNumberFieldProps, BoundRadioGroupField, type BoundRadioGroupFieldProps, BoundRichTextField, type BoundRichTextFieldProps, BoundSelectAndTextField, BoundSelectField, type BoundSelectFieldProps, BoundSwitchField, type BoundSwitchFieldProps, BoundTextAreaField, type BoundTextAreaFieldProps, BoundTextField, type BoundTextFieldProps, BoundToggleChipGroupField, type BoundToggleChipGroupFieldProps, BoundTreeSelectField, type BoundTreeSelectFieldProps, type Breakpoint, Breakpoints, type BuildtimeStyles, Button, ButtonDatePicker, ButtonGroup, type ButtonGroupButton, type ButtonGroupProps, ButtonMenu, type ButtonMenuProps, ButtonModal, type ButtonModalProps, type ButtonProps, type ButtonSize, type ButtonVariant, Card, type CardProps, type CardTag, type CardType, type CheckFn, Checkbox, CheckboxGroup, type CheckboxGroupItemOption, type CheckboxGroupProps, type CheckboxProps, Chip, type ChipProps, ChipSelectField, type ChipSelectFieldProps, type ChipType, ChipTypes, type ChipValue, Chips, type ChipsProps, CollapseToggle, CollapsedContext, ConfirmCloseModal, type ContentStack, Copy, CountBadge, type CountBadgeProps, Css, CssReset, DESC, DateField, type DateFieldFormat, type DateFieldMode, type DateFieldProps, type DateFilterValue, type DateMatcher, type DateRange, DateRangeField, type DateRangeFieldProps, type DateRangeFilterValue, type Direction, type DiscriminateUnion, type DividerMenuItemType, DnDGrid, DnDGridItemHandle, type DnDGridItemHandleProps, type DnDGridItemProps, type DnDGridProps, type DragData, EXPANDABLE_HEADER, EditColumnsButton, ErrorMessage, FieldGroup, type Filter, type FilterDefs, _FilterDropdownMenu as FilterDropdownMenu, type FilterImpls, FilterModal, _Filters as Filters, type Font, FormDivider, FormHeading, type FormHeadingProps, FormLines, type FormLinesProps, FormPageLayout, FormRow, type FormSectionConfig, type FormWidth, FullBleed, type GridCellAlignment, type GridCellContent, type GridColumn, type GridColumnBorder, type GridColumnWithId, type GridDataRow, type GridRowKind, type GridRowLookup, type GridSortConfig, type GridStyle, GridTable, type GridTableApi, type GridTableCollapseToggleProps, type GridTableDefaults, GridTableLayout, type GridTableLayoutProps, type GridTableProps, type GridTablePropsWithRows, type GridTableScrollOptions, type GridTableXss, type GroupByHook, HB_QUIPS_FLAVOR, HB_QUIPS_MISSION, HEADER, type HasIdAndName, HbLoadingSpinner, HbSpinnerProvider, HelperText, Icon, IconButton, type IconButtonProps, IconCard, type IconCardProps, type IconKey, type IconMenuItemType, type IconProps, Icons, type IfAny, type ImageFitType, type ImageMenuItemType, type InfiniteScroll, type InlineStyle, type InputStylePalette, KEPT_GROUP, type Kinded, Loader, LoadingSkeleton, type LoadingSkeletonProps, type Margin, type Marker, MaxLines, type MaxLinesProps, type MaybeFn, type MenuItem, type MenuSection, ModalBody, ModalFilterItem, ModalFooter, ModalHeader, type ModalProps, type ModalSize, MultiLineSelectField, type MultiLineSelectFieldProps, MultiSelectField, type MultiSelectFieldProps, NavLink, type NestedOption, type NestedOptionsOrLoad, NumberField, type NumberFieldProps, type NumberFieldType, type OffsetAndLimit, type OnRowDragEvent, type OnRowSelect, type Only, type OpenDetailOpts, type OpenInDrawerOpts, OpenModal, type OpenRightPaneOpts, type Optional, type Padding, type PageNumberAndSize, type PageSettings, Pagination, type PaginationConfig, Palette, type Pin, type Placement, type PlainDate, type PresentationFieldProps, PresentationProvider, PreventBrowserScroll, type Properties, RIGHT_SIDEBAR_MIN_WIDTH, type RadioFieldOption, RadioGroupField, type RadioGroupFieldProps, type RenderAs, type RenderCellFn, ResponsiveGrid, type ResponsiveGridConfig, ResponsiveGridContext, ResponsiveGridItem, type ResponsiveGridItemProps, type ResponsiveGridProps, RichTextField, RichTextFieldImpl, type RichTextFieldProps, RightPaneContext, RightPaneLayout, type RightPaneLayoutContextProps, RightPaneProvider, RightSidebar, type RightSidebarProps, type RouteTab, type RouteTabWithContent, Row, type RowStyle, type RowStyles, RuntimeCss, type RuntimeStyles, ScrollShadows, ScrollableContent, ScrollableFooter, ScrollableParent, SelectField, type SelectFieldProps, SelectToggle, type SelectedState, type SidePanelProps, type SidebarContentProps, type SimpleHeaderAndData, SortHeader, type SortOn, type SortState, StaticField, type Step, Stepper, type StepperProps, type StyleKind, SubmitButton, type SubmitButtonProps, SuperDrawerContent, SuperDrawerHeader, SuperDrawerWidth, type SupportedDateFormat, Switch, type SwitchProps, TOTALS, type Tab, TabContent, type TabWithContent, TableReviewLayout, type TableReviewLayoutProps, TableState, TableStateContext, Tabs, TabsWithContent, Tag, type TagType, type TestIds, TextAreaField, type TextAreaFieldProps, TextField, type TextFieldApi, type TextFieldInternalProps, type TextFieldProps, type TextFieldXss, Toast, ToggleButton, type ToggleButtonProps, ToggleChip, ToggleChipGroup, type ToggleChipGroupProps, type ToggleChipProps, ToggleChips, type ToggleChipsProps, Tooltip, TreeSelectField, type TreeSelectFieldProps, type TriggerNoticeProps, type Typography, type UseModalHook, type UsePersistedFilterProps, type UseQueryState, type UseRightPaneHook, type UseSnackbarHook, type UseSuperDrawerHook, type UseToastProps, type Value, type Xss, actionColumn, applyRowFn, assignDefaultColumnIds, booleanFilter, boundCheckboxField, boundCheckboxGroupField, boundDateField, boundDateRangeField, boundIconCardField, boundIconCardGroupField, boundMultiSelectField, boundMultilineSelectField, boundNumberField, boundRadioGroupField, boundRichTextField, boundSelectField, boundSwitchField, boundTextAreaField, boundTextField, boundToggleChipGroupField, boundTreeSelectField, calcColumnSizes, cardStyle, checkboxFilter, chipBaseStyles, chipDisabledStyles, chipHoverOnlyStyles, chipHoverStyles, collapseColumn, column, condensedStyle, createRowLookup, dateColumn, dateFilter, dateFormats, dateRangeFilter, defaultPage, defaultRenderFn, defaultStyle, defaultTestId, dragHandleColumn, emptyCell, ensureClientSideSortValueIsSortable, filterTestIdPrefix, formatDate, formatDateRange, formatPlainDate, formatValue, generateColumnId, getAlignment, getColumnBorderCss, getDateFormat, getFirstOrLastCellCss, getJustification, getTableRefWidthStyles, getTableStyles, headerRenderFn, hoverStyles, iconButtonCircleStylesHover, iconButtonContrastStylesHover, iconButtonStylesHover, iconCardStylesHover, increment, insertAtIndex, isCursorBelowMidpoint, isGridCellContent, isGridTableProps, isJSX, isListBoxSection, isPersistentItem, isPersistentKey, isValidDate, listFieldPrefix, loadArrayOrUndefined, marker, matchesFilter, maybeInc, maybeTooltip, multiFilter, navLink, newMethodMissingProxy, nonKindGridColumnKeys, numberRangeFilter, numericColumn, parseDate, parseDateRange, parseWidthToPx, persistentItemPrefix, pressedOverlayCss, px, recursivelyGetContainingRow, reservedRowKinds, resolveTooltip, rowClickRenderFn, rowLinkRenderFn, selectColumn, selectedStyles, setDefaultStyle, setGridTableDefaults, setRunningInJest, shouldSkipScrollTo, simpleDataRows, simpleHeader, singleFilter, sortFn, sortRows, switchFocusStyles, switchHoverStyles, switchSelectedHoverStyles, toContent, toLimitAndOffset, toPageNumberSize, toggleFilter, toggleFocusStyles, toggleHoverStyles, togglePressStyles, treeFilter, updateFilter, useAutoSaveStatus, useBreakpoint, useComputed, useDnDGridItem, type useDnDGridItemProps, useFilter, useGridTableApi, useGridTableLayoutState, useGroupBy, useHover, useModal, usePersistedFilter, useQueryState, useResponsiveGrid, useResponsiveGridItem, type useResponsiveGridProps, useRightPane, useRightPaneContext, useRuntimeStyle, useScrollableParent, useSessionStorage, useSetupColumnSizes, useSnackbar, useSuperDrawer, useTestIds, useToast, useTreeSelectFieldProvider, useVirtualizedScrollParent, visit, zIndices };
8678
+ export { ASC, Accordion, AccordionList, type AccordionProps, type AccordionSize, type ActionButtonProps, AutoSaveIndicator, AutoSaveStatus, AutoSaveStatusContext, AutoSaveStatusProvider, Autocomplete, type AutocompleteProps, Avatar, AvatarButton, type AvatarButtonProps, AvatarGroup, type AvatarGroupProps, type AvatarProps, type AvatarSize, Banner, type BannerProps, type BannerTypes, BaseFilter, type BaseQueryTableProps, type BaseTableProps, type BeamButtonProps, type BeamColor, type BeamFocusableProps, BeamProvider, type BeamTextFieldProps, BoundCheckboxField, type BoundCheckboxFieldProps, BoundCheckboxGroupField, type BoundCheckboxGroupFieldProps, BoundChipSelectField, BoundDateField, type BoundDateFieldProps, BoundDateRangeField, type BoundDateRangeFieldProps, BoundForm, type BoundFormInputConfig, type BoundFormProps, type BoundFormRowInputs, BoundIconCardField, type BoundIconCardFieldProps, BoundIconCardGroupField, type BoundIconCardGroupFieldProps, BoundMultiLineSelectField, type BoundMultiLineSelectFieldProps, BoundMultiSelectField, type BoundMultiSelectFieldProps, BoundNumberField, type BoundNumberFieldProps, BoundRadioGroupField, type BoundRadioGroupFieldProps, BoundRichTextField, type BoundRichTextFieldProps, BoundSelectAndTextField, BoundSelectField, type BoundSelectFieldProps, BoundSwitchField, type BoundSwitchFieldProps, BoundTextAreaField, type BoundTextAreaFieldProps, BoundTextField, type BoundTextFieldProps, BoundToggleChipGroupField, type BoundToggleChipGroupFieldProps, BoundTreeSelectField, type BoundTreeSelectFieldProps, type Breakpoint, Breakpoints, type BuildtimeStyles, Button, ButtonDatePicker, ButtonGroup, type ButtonGroupButton, type ButtonGroupProps, ButtonMenu, type ButtonMenuProps, ButtonModal, type ButtonModalProps, type ButtonProps, type ButtonSize, type ButtonVariant, Card, type CardProps, type CardTag, type CardType, type CheckFn, Checkbox, CheckboxGroup, type CheckboxGroupItemOption, type CheckboxGroupProps, type CheckboxProps, Chip, type ChipProps, ChipSelectField, type ChipSelectFieldProps, type ChipType, ChipTypes, type ChipValue, Chips, type ChipsProps, CollapseToggle, CollapsedContext, ConfirmCloseModal, type ContentStack, ContrastScope, Copy, CountBadge, type CountBadgeProps, Css, CssReset, type CssSetVarKeys, type CssSetVarScalar, type CssSetVarValue, DESC, DateField, type DateFieldFormat, type DateFieldMode, type DateFieldProps, type DateFilterValue, type DateMatcher, type DateRange, DateRangeField, type DateRangeFieldProps, type DateRangeFilterValue, type Direction, type DiscriminateUnion, type DividerMenuItemType, DnDGrid, DnDGridItemHandle, type DnDGridItemHandleProps, type DnDGridItemProps, type DnDGridProps, type DragData, EXPANDABLE_HEADER, EditColumnsButton, ErrorMessage, FieldGroup, type Filter, type FilterDefs, _FilterDropdownMenu as FilterDropdownMenu, type FilterImpls, FilterModal, _Filters as Filters, type Font, FormDivider, FormHeading, type FormHeadingProps, FormLines, type FormLinesProps, FormPageLayout, FormRow, type FormSectionConfig, type FormWidth, FullBleed, type GridCellAlignment, type GridCellContent, type GridColumn, type GridColumnBorder, type GridColumnWithId, type GridDataRow, type GridRowKind, type GridRowLookup, type GridSortConfig, type GridStyle, GridTable, type GridTableApi, type GridTableCollapseToggleProps, type GridTableDefaults, GridTableLayout, type GridTableLayoutProps, type GridTableProps, type GridTablePropsWithRows, type GridTableScrollOptions, type GridTableXss, type GroupByHook, HB_QUIPS_FLAVOR, HB_QUIPS_MISSION, HEADER, type HasIdAndName, HbLoadingSpinner, HbSpinnerProvider, HelperText, Icon, IconButton, type IconButtonProps, IconCard, type IconCardProps, type IconKey, type IconMenuItemType, type IconProps, Icons, type IfAny, type ImageFitType, type ImageMenuItemType, type InfiniteScroll, type InlineStyle, type InputStylePalette, KEPT_GROUP, type Kinded, Loader, LoadingSkeleton, type LoadingSkeletonProps, type Margin, type Marker, MaxLines, type MaxLinesProps, type MaybeFn, type MenuItem, type MenuSection, ModalBody, ModalFilterItem, ModalFooter, ModalHeader, type ModalProps, type ModalSize, MultiLineSelectField, type MultiLineSelectFieldProps, MultiSelectField, type MultiSelectFieldProps, NavLink, type NestedOption, type NestedOptionsOrLoad, NumberField, type NumberFieldProps, type NumberFieldType, type OffsetAndLimit, type OnRowDragEvent, type OnRowSelect, type Only, type OpenDetailOpts, type OpenInDrawerOpts, OpenModal, type OpenRightPaneOpts, type Optional, type Padding, type PageNumberAndSize, type PageSettings, Pagination, type PaginationConfig, Palette, type Pin, type Placement, type PlainDate, type PresentationFieldProps, PresentationProvider, PreventBrowserScroll, type Properties, RIGHT_SIDEBAR_MIN_WIDTH, type RadioFieldOption, RadioGroupField, type RadioGroupFieldProps, type RenderAs, type RenderCellFn, ResponsiveGrid, type ResponsiveGridConfig, ResponsiveGridContext, ResponsiveGridItem, type ResponsiveGridItemProps, type ResponsiveGridProps, RichTextField, RichTextFieldImpl, type RichTextFieldProps, RightPaneContext, RightPaneLayout, type RightPaneLayoutContextProps, RightPaneProvider, RightSidebar, type RightSidebarProps, type RouteTab, type RouteTabWithContent, Row, type RowStyle, type RowStyles, RuntimeCss, type RuntimeStyles, ScrollShadows, ScrollableContent, ScrollableFooter, ScrollableParent, SelectField, type SelectFieldProps, SelectToggle, type SelectedState, type SidePanelProps, type SidebarContentProps, type SimpleHeaderAndData, SortHeader, type SortOn, type SortState, StaticField, type Step, Stepper, type StepperProps, type StyleKind, SubmitButton, type SubmitButtonProps, SuperDrawerContent, SuperDrawerHeader, SuperDrawerWidth, type SupportedDateFormat, Switch, type SwitchProps, TOTALS, type Tab, TabContent, type TabWithContent, TableReviewLayout, type TableReviewLayoutProps, TableState, TableStateContext, Tabs, TabsWithContent, Tag, type TagType, type TestIds, TextAreaField, type TextAreaFieldProps, TextField, type TextFieldApi, type TextFieldInternalProps, type TextFieldProps, type TextFieldXss, Toast, ToggleButton, type ToggleButtonProps, ToggleChip, ToggleChipGroup, type ToggleChipGroupProps, type ToggleChipProps, ToggleChips, type ToggleChipsProps, Tokens, Tooltip, TreeSelectField, type TreeSelectFieldProps, type TriggerNoticeProps, type Typography, type UseModalHook, type UsePersistedFilterProps, type UseQueryState, type UseRightPaneHook, type UseSnackbarHook, type UseSuperDrawerHook, type UseToastProps, type Value, type Xss, actionColumn, applyRowFn, assignDefaultColumnIds, booleanFilter, boundCheckboxField, boundCheckboxGroupField, boundDateField, boundDateRangeField, boundIconCardField, boundIconCardGroupField, boundMultiSelectField, boundMultilineSelectField, boundNumberField, boundRadioGroupField, boundRichTextField, boundSelectField, boundSwitchField, boundTextAreaField, boundTextField, boundToggleChipGroupField, boundTreeSelectField, calcColumnSizes, cardStyle, checkboxFilter, chipBaseStyles, chipDisabledStyles, chipHoverOnlyStyles, chipHoverStyles, collapseColumn, column, condensedStyle, contrastDataTheme, createRowLookup, dateColumn, dateFilter, dateFormats, dateRangeFilter, defaultPage, defaultRenderFn, defaultStyle, defaultTestId, dragHandleColumn, emptyCell, ensureClientSideSortValueIsSortable, filterTestIdPrefix, formatDate, formatDateRange, formatPlainDate, formatValue, generateColumnId, getAlignment, getColumnBorderCss, getDateFormat, getFirstOrLastCellCss, getJustification, getTableRefWidthStyles, getTableStyles, headerRenderFn, hoverStyles, iconButtonCircleStylesHover, iconButtonContrastStylesHover, iconButtonStylesHover, iconCardStylesHover, increment, insertAtIndex, isCursorBelowMidpoint, isGridCellContent, isGridTableProps, isJSX, isListBoxSection, isPersistentItem, isPersistentKey, isValidDate, listFieldPrefix, loadArrayOrUndefined, marker, matchesFilter, maybeCssVar, maybeInc, maybeTooltip, multiFilter, navLink, newMethodMissingProxy, nonKindGridColumnKeys, numberRangeFilter, numericColumn, parseDate, parseDateRange, parseWidthToPx, persistentItemPrefix, pressedOverlayCss, px, recursivelyGetContainingRow, reservedRowKinds, resolveTooltip, rowClickRenderFn, rowLinkRenderFn, selectColumn, selectedStyles, setDefaultStyle, setGridTableDefaults, setRunningInJest, shouldSkipScrollTo, simpleDataRows, simpleHeader, singleFilter, sortFn, sortRows, switchFocusStyles, switchHoverStyles, switchSelectedHoverStyles, toContent, toLimitAndOffset, toPageNumberSize, toggleFilter, toggleFocusStyles, toggleHoverStyles, togglePressStyles, treeFilter, updateFilter, useAutoSaveStatus, useBreakpoint, useComputed, useContrastScope, useDnDGridItem, type useDnDGridItemProps, useFilter, useGridTableApi, useGridTableLayoutState, useGroupBy, useHover, useModal, usePersistedFilter, useQueryState, useResponsiveGrid, useResponsiveGridItem, type useResponsiveGridProps, useRightPane, useRightPaneContext, useRuntimeStyle, useScrollableParent, useSessionStorage, useSetupColumnSizes, useSnackbar, useSuperDrawer, useTestIds, useToast, useTreeSelectFieldProvider, useVirtualizedScrollParent, visit, zIndices };