@helixui/tokens 3.0.0 → 3.2.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/tokens.json CHANGED
@@ -1,122 +1,151 @@
1
1
  {
2
2
  "color": {
3
3
  "primary": {
4
- "50": { "value": "#EFF6FF" },
5
- "100": { "value": "#DBEAFE" },
6
- "200": { "value": "#BFDBFE" },
7
- "300": { "value": "#93C5FD" },
8
- "400": { "value": "#60A5FA" },
9
- "500": { "value": "#2563EB" },
10
- "600": { "value": "#1D4ED8" },
11
- "700": { "value": "#1E40AF" },
12
- "800": { "value": "#1E3A8A" },
13
- "900": { "value": "#1E3050" },
14
- "950": { "value": "#172554" }
4
+ "50": { "value": "#EBF8F8" },
5
+ "100": { "value": "#DBF0F0" },
6
+ "200": { "value": "#BCE1E1" },
7
+ "300": { "value": "#97CDCC" },
8
+ "400": { "value": "#6AB1B1" },
9
+ "500": { "value": "#429797" },
10
+ "600": { "value": "#0F7078" },
11
+ "700": { "value": "#0F6363" },
12
+ "800": { "value": "#07494A" },
13
+ "900": { "value": "#0B3232" },
14
+ "950": { "value": "#061B1B" }
15
15
  },
16
16
  "secondary": {
17
- "50": { "value": "#ECFEFF" },
18
- "100": { "value": "#CFFAFE" },
19
- "200": { "value": "#A5F3FC" },
20
- "300": { "value": "#67E8F9" },
21
- "400": { "value": "#22D3EE" },
22
- "500": { "value": "#0891B2" },
23
- "600": { "value": "#0E7490" },
24
- "700": { "value": "#155E75" },
25
- "800": { "value": "#164E63" },
26
- "900": { "value": "#134152" },
27
- "950": { "value": "#083344" }
17
+ "50": { "value": "#EAF8FA" },
18
+ "100": { "value": "#DAF0F3" },
19
+ "200": { "value": "#BBE1E5" },
20
+ "300": { "value": "#96CCD2" },
21
+ "400": { "value": "#69B1B9" },
22
+ "500": { "value": "#40969F" },
23
+ "600": { "value": "#0F6B7E" },
24
+ "700": { "value": "#0B626A" },
25
+ "800": { "value": "#04494F" },
26
+ "900": { "value": "#0A3135" },
27
+ "950": { "value": "#061B1D" }
28
28
  },
29
29
  "accent": {
30
- "50": { "value": "#F5F3FF" },
31
- "100": { "value": "#EDE9FE" },
32
- "200": { "value": "#DDD6FE" },
33
- "300": { "value": "#C4B5FD" },
34
- "400": { "value": "#A78BFA" },
35
- "500": { "value": "#7C3AED" },
36
- "600": { "value": "#6D28D9" },
37
- "700": { "value": "#5B21B6" },
38
- "800": { "value": "#4C1D95" },
39
- "900": { "value": "#3B0764" },
40
- "950": { "value": "#2E1065" }
30
+ "50": { "value": "#F0F5FF" },
31
+ "100": { "value": "#E2EBFF" },
32
+ "200": { "value": "#C8D9FC" },
33
+ "300": { "value": "#A3C0FF" },
34
+ "400": { "value": "#769FFD" },
35
+ "500": { "value": "#4C7EFB" },
36
+ "600": { "value": "#3A4BC9" },
37
+ "700": { "value": "#254BB6" },
38
+ "800": { "value": "#19378A" },
39
+ "900": { "value": "#12265D" },
40
+ "950": { "value": "#081534" }
41
41
  },
42
42
  "neutral": {
43
43
  "0": { "value": "#FFFFFF" },
44
- "50": { "value": "#F8FAFC" },
45
- "100": { "value": "#F1F5F9" },
46
- "200": { "value": "#E2E8F0" },
47
- "300": { "value": "#CBD5E1" },
48
- "400": { "value": "#94A3B8" },
49
- "500": { "value": "#64748B" },
50
- "600": { "value": "#475569" },
51
- "700": { "value": "#334155" },
52
- "800": { "value": "#1E293B" },
53
- "900": { "value": "#0F172A" },
54
- "950": { "value": "#020617" }
44
+ "50": { "value": "#F5F8F3" },
45
+ "100": { "value": "#EBEEE9" },
46
+ "200": { "value": "#D6DBD5" },
47
+ "300": { "value": "#B6BFB9" },
48
+ "400": { "value": "#8E9C98" },
49
+ "500": { "value": "#66787B" },
50
+ "600": { "value": "#4A5362" },
51
+ "700": { "value": "#313E4B" },
52
+ "800": { "value": "#202B39" },
53
+ "900": { "value": "#0D1825" },
54
+ "950": { "value": "#010714" }
55
55
  },
56
56
  "success": {
57
- "50": { "value": "#F0FDF4" },
58
- "100": { "value": "#DCFCE7" },
59
- "200": { "value": "#BBF7D0" },
60
- "300": { "value": "#86EFAC" },
61
- "400": { "value": "#4ADE80" },
62
- "500": { "value": "#16A34A" },
63
- "600": { "value": "#15803D" },
64
- "700": { "value": "#166534" },
65
- "800": { "value": "#14532D" },
66
- "900": { "value": "#0D3B21" },
67
- "950": { "value": "#052E16" }
57
+ "50": { "value": "#EAFAEC" },
58
+ "100": { "value": "#DAF3DE" },
59
+ "200": { "value": "#BAE6C2" },
60
+ "300": { "value": "#94D3A1" },
61
+ "400": { "value": "#66B879" },
62
+ "500": { "value": "#3B9E58" },
63
+ "600": { "value": "#0E8A4A" },
64
+ "700": { "value": "#146831" },
65
+ "800": { "value": "#0B4D23" },
66
+ "900": { "value": "#073516" },
67
+ "950": { "value": "#051D0B" }
68
68
  },
69
69
  "warning": {
70
- "50": { "value": "#FFFBEB" },
71
- "100": { "value": "#FEF3C7" },
72
- "200": { "value": "#FDE68A" },
73
- "300": { "value": "#FCD34D" },
74
- "400": { "value": "#FBBF24" },
75
- "500": { "value": "#D97706" },
76
- "600": { "value": "#B45309" },
77
- "700": { "value": "#92400E" },
78
- "800": { "value": "#78350F" },
79
- "900": { "value": "#633112" },
80
- "950": { "value": "#451A03" }
70
+ "50": { "value": "#FFF3EA" },
71
+ "100": { "value": "#FEE6D4" },
72
+ "200": { "value": "#FACFAE" },
73
+ "300": { "value": "#EEB383" },
74
+ "400": { "value": "#DA904F" },
75
+ "500": { "value": "#C2711C" },
76
+ "600": { "value": "#B8650E" },
77
+ "700": { "value": "#804605" },
78
+ "800": { "value": "#603301" },
79
+ "900": { "value": "#422202" },
80
+ "950": { "value": "#261101" }
81
81
  },
82
82
  "error": {
83
- "50": { "value": "#FEF2F2" },
84
- "100": { "value": "#FEE2E2" },
85
- "200": { "value": "#FECACA" },
86
- "300": { "value": "#FCA5A5" },
87
- "400": { "value": "#F87171" },
88
- "500": { "value": "#DC2626" },
89
- "600": { "value": "#B91C1C" },
90
- "700": { "value": "#991B1B" },
91
- "800": { "value": "#7F1D1D" },
92
- "900": { "value": "#651A1A" },
93
- "950": { "value": "#450A0A" }
83
+ "50": { "value": "#FFF2F0" },
84
+ "100": { "value": "#FEE5E1" },
85
+ "200": { "value": "#FCCBC4" },
86
+ "300": { "value": "#FDA79C" },
87
+ "400": { "value": "#FC7264" },
88
+ "500": { "value": "#E5493E" },
89
+ "600": { "value": "#C92A2A" },
90
+ "700": { "value": "#A21312" },
91
+ "800": { "value": "#7A090A" },
92
+ "900": { "value": "#530D0A" },
93
+ "950": { "value": "#2F0806" }
94
94
  },
95
95
  "info": {
96
- "50": { "value": "#F0F9FF" },
97
- "100": { "value": "#E0F2FE" },
98
- "200": { "value": "#BAE6FD" },
99
- "300": { "value": "#7DD3FC" },
100
- "400": { "value": "#38BDF8" },
101
- "500": { "value": "#0284C7" },
102
- "600": { "value": "#0369A1" },
103
- "700": { "value": "#075985" },
104
- "800": { "value": "#0C4A6E" },
105
- "900": { "value": "#0A3553" },
106
- "950": { "value": "#082F49" }
96
+ "50": { "value": "#EFF6FE" },
97
+ "100": { "value": "#DDEDFF" },
98
+ "200": { "value": "#BEDCFC" },
99
+ "300": { "value": "#93C6FA" },
100
+ "400": { "value": "#4EA8FE" },
101
+ "500": { "value": "#0C8BEB" },
102
+ "600": { "value": "#1B6FD4" },
103
+ "700": { "value": "#0E5997" },
104
+ "800": { "value": "#064172" },
105
+ "900": { "value": "#052D4F" },
106
+ "950": { "value": "#001830" }
107
107
  },
108
108
  "text": {
109
109
  "primary": { "value": "var(--hx-color-neutral-900)" },
110
- "secondary": { "value": "var(--hx-color-neutral-600)" },
111
- "muted": { "value": "var(--hx-color-neutral-500)" },
110
+ "strong": {
111
+ "value": "var(--hx-color-neutral-800)",
112
+ "description": "Strong text for labels and headings. Sits between primary and secondary in weight."
113
+ },
114
+ "secondary": {
115
+ "value": "var(--hx-color-neutral-700)",
116
+ "description": "Secondary body text. Bumped from neutral-600 to neutral-700 in 3.2.0 alongside text.muted moving from neutral-500 to neutral-600 — preserves the primary > strong > secondary > muted hierarchy now that muted occupies the slot secondary used to live in. neutral-700 (#313E4B) on surface.default (#FFFFFF) = 10.84:1, on surface.raised (#F5F8F3) = 10.10:1, on surface.sunken (#EBEEE9) = 9.01:1 — all AAA."
117
+ },
118
+ "muted": {
119
+ "value": "var(--hx-color-neutral-600)",
120
+ "description": "Muted body text. Bumped from neutral-500 to neutral-600 in 3.2.0. The new precision-cool neutral-500 (#66787B) on surface.raised (#F5F8F3) = 4.32:1 — fails the 4.5:1 body-text floor. neutral-600 (#4A5362) on surface.raised = 7.36:1, on surface.default = 7.88:1, on surface.sunken = 6.55:1 — AA pass everywhere. Pre-existing palette bug from commit 2 caught by the new contrast regression matrix."
121
+ },
122
+ "placeholder": {
123
+ "value": "var(--hx-color-neutral-500)",
124
+ "description": "Placeholder text in form inputs. Distinct from muted so it can diverge per mode — placeholders must remain clearly non-value across themes."
125
+ },
112
126
  "disabled": { "value": "var(--hx-color-neutral-400)" },
113
127
  "inverse": { "value": "var(--hx-color-neutral-0)" },
114
- "on-primary": { "value": "var(--hx-color-neutral-0)" },
115
- "on-secondary": { "value": "var(--hx-color-neutral-0)" },
116
- "on-error": { "value": "var(--hx-color-neutral-0)" },
117
- "on-success": { "value": "var(--hx-color-neutral-0)" },
128
+ "on-primary": {
129
+ "value": "var(--hx-color-neutral-900)",
130
+ "description": "Dark text on primary surface. neutral-0 (white) on the precision-cool primary-500 (#429797) was 3.44:1 — WCAG AA fail. neutral-900 on primary-500 = 5.20:1 (AA pass). Matches the on-success/on-warning pattern."
131
+ },
132
+ "on-secondary": {
133
+ "value": "var(--hx-color-neutral-900)",
134
+ "description": "Dark text on secondary surface. neutral-0 on the precision-cool secondary-500 (#40969F) was 3.45:1 — WCAG AA fail. neutral-900 on secondary-500 = 5.18:1 (AA pass)."
135
+ },
136
+ "on-error": {
137
+ "value": "var(--hx-color-neutral-900)",
138
+ "description": "Dark text on error surface. neutral-0 on the precision-cool error-500 (#E5493E) was 3.92:1 — WCAG AA fail. neutral-900 on error-500 = 4.56:1 (AA pass)."
139
+ },
140
+ "on-success": {
141
+ "value": "var(--hx-color-neutral-900)",
142
+ "description": "Dark text on success surface. neutral-0 (white) on success-500 (#16A34A) was 2.8:1 — WCAG AA fail. neutral-900 on success-500 = 11.2:1 (AAA). Matches the on-warning pattern."
143
+ },
118
144
  "on-warning": { "value": "var(--hx-color-neutral-900)" },
119
- "on-info": { "value": "var(--hx-color-neutral-0)" },
145
+ "on-info": {
146
+ "value": "var(--hx-color-neutral-900)",
147
+ "description": "Dark text on info surface. neutral-0 on the precision-cool info-500 (#0C8BEB) was 3.55:1 — WCAG AA fail. neutral-900 on info-500 = 5.03:1 (AA pass)."
148
+ },
120
149
  "link": { "value": "var(--hx-color-primary-600)" },
121
150
  "link-hover": { "value": "var(--hx-color-primary-700)" },
122
151
  "link-visited": { "value": "var(--hx-color-secondary-600)" },
@@ -124,16 +153,20 @@
124
153
  },
125
154
  "error-text": {
126
155
  "value": "var(--hx-color-error-600)",
127
- "description": "WCAG AA compliant error text color (4.5:1+ contrast on white). Use for error text, labels, and validation messages. #B91C1C = 5.08:1 on white."
156
+ "description": "WCAG AA compliant error text color (4.5:1+ contrast on white). Use for error text, labels, and validation messages. #C92A2A = 5.46:1 on white."
128
157
  },
129
158
  "success-text": {
130
- "value": "var(--hx-color-success-600)",
131
- "description": "WCAG AA compliant success text color (4.5:1+ contrast on white). Use for success text and confirmation messages. #15803D = 4.55:1 on white."
159
+ "value": "var(--hx-color-success-700)",
160
+ "description": "WCAG AA compliant success text color (4.5:1+ contrast on white). Use for success text and confirmation messages. #146831 = 6.88:1 on white. Rebound from success-600 in 3.2.0 because the new 'precision cool' success-600 (#0E8A4A = 4.42:1) drifted under AA; success-700 restores AA headroom."
132
161
  },
133
162
  "surface": {
134
163
  "default": { "value": "var(--hx-color-neutral-0)" },
135
164
  "raised": { "value": "var(--hx-color-neutral-50)" },
136
165
  "sunken": { "value": "var(--hx-color-neutral-100)" },
166
+ "inverse": {
167
+ "value": "var(--hx-color-neutral-900)",
168
+ "description": "Inverse surface for dark-always components (tooltips, inverse nav). Flips to a light surface in dark mode; uses system Canvas in forced-colors."
169
+ },
137
170
  "overlay": { "value": "rgba(0, 0, 0, 0.75)" }
138
171
  },
139
172
  "border": {
@@ -417,20 +450,20 @@
417
450
  },
418
451
  "primary": {
419
452
  "25": {
420
- "value": "rgba(37, 99, 235, 0.25)",
421
- "description": "Primary-500 at 25% — focus ring fallback for browsers without color-mix()"
453
+ "value": "rgba(66, 151, 151, 0.25)",
454
+ "description": "Primary-500 (#429797) at 25% — focus ring fallback for browsers without color-mix()"
422
455
  }
423
456
  },
424
457
  "error": {
425
458
  "25": {
426
- "value": "rgba(220, 53, 69, 0.25)",
427
- "description": "Error-500 at 25% — error focus ring fallback for browsers without color-mix()"
459
+ "value": "rgba(229, 73, 62, 0.25)",
460
+ "description": "Error-500 (#E5493E) at 25% — error focus ring fallback for browsers without color-mix()"
428
461
  }
429
462
  },
430
463
  "neutral": {
431
464
  "12": {
432
- "value": "rgba(13, 17, 23, 0.12)",
433
- "description": "Neutral-900 at 12% — listbox shadow fallback for browsers without color-mix()"
465
+ "value": "rgba(13, 24, 37, 0.12)",
466
+ "description": "Neutral-900 (#0D1825) at 12% — listbox shadow fallback for browsers without color-mix()"
434
467
  }
435
468
  }
436
469
  },
@@ -459,9 +492,17 @@
459
492
  },
460
493
  "text": {
461
494
  "primary": { "value": "var(--hx-color-neutral-100)" },
495
+ "strong": { "value": "var(--hx-color-neutral-50)" },
462
496
  "secondary": { "value": "var(--hx-color-neutral-300)" },
463
497
  "muted": { "value": "var(--hx-color-neutral-400)" },
464
- "disabled": { "value": "var(--hx-color-neutral-600)" },
498
+ "placeholder": {
499
+ "value": "var(--hx-color-neutral-400)",
500
+ "description": "Dark-mode placeholder bumped from neutral-500 to neutral-400 in 3.2.0. The new precision-cool neutral-500 (#66787B) sits at 3.86:1 on dark-mode surface.default (neutral-900 = #0D1825) — fails WCAG AA for form-input placeholder text. neutral-400 (#8E9C98) = 6.27:1, AA pass."
501
+ },
502
+ "disabled": {
503
+ "value": "var(--hx-color-neutral-500)",
504
+ "description": "Dark-mode disabled text. The precision-cool neutral-600 (#4A5362) on dark surface.default (#0D1825) = 2.30:1 — fails the 3:1 UI-component floor (disabled is WCAG-exempt under 1.4.3, but we still gate at 3:1 so it remains visibly distinct rather than invisible). Bumped to neutral-500 (#66787B) = 3.86:1, AA UI pass. Stays muted enough to read as 'disabled' (text.muted in dark mode is neutral-400 = 6.27:1, so disabled is meaningfully dimmer)."
505
+ },
465
506
  "inverse": { "value": "var(--hx-color-neutral-900)" },
466
507
  "link": { "value": "var(--hx-color-primary-400)" },
467
508
  "link-hover": { "value": "var(--hx-color-primary-300)" },
@@ -472,6 +513,7 @@
472
513
  "default": { "value": "var(--hx-color-neutral-900)" },
473
514
  "raised": { "value": "var(--hx-color-neutral-800)" },
474
515
  "sunken": { "value": "var(--hx-color-neutral-950)" },
516
+ "inverse": { "value": "var(--hx-color-neutral-100)" },
475
517
  "overlay": { "value": "rgba(0, 0, 0, 0.85)" }
476
518
  },
477
519
  "border": {
@@ -538,8 +580,13 @@
538
580
  },
539
581
  "text": {
540
582
  "primary": { "value": "#FFFFFF", "description": "21:1 contrast on #000 — WCAG AAA" },
583
+ "strong": { "value": "#FFFFFF", "description": "21:1 contrast on #000 — WCAG AAA" },
541
584
  "secondary": { "value": "#FFFFFF", "description": "21:1 contrast on #000" },
542
585
  "muted": { "value": "#E0E0E0", "description": "~16:1 contrast on #000" },
586
+ "placeholder": {
587
+ "value": "#B0B0B0",
588
+ "description": "~9:1 contrast on #000 — clearly readable but distinct from entered text at 21:1"
589
+ },
543
590
  "disabled": {
544
591
  "value": "#767676",
545
592
  "description": "4.5:1 contrast on #000 — WCAG AA minimum"
@@ -560,6 +607,10 @@
560
607
  "default": { "value": "#000000" },
561
608
  "raised": { "value": "#1A1A1A" },
562
609
  "sunken": { "value": "#000000" },
610
+ "inverse": {
611
+ "value": "#FFFFFF",
612
+ "description": "Inverse of HC canvas — white surface for dark-always components in HC mode"
613
+ },
563
614
  "overlay": { "value": "rgba(0, 0, 0, 0.95)" }
564
615
  },
565
616
  "border": {
@@ -610,5 +661,977 @@
610
661
  },
611
662
  "2xl": { "value": "0 25px 50px -12px rgb(255 255 255 / 0.4)" }
612
663
  }
664
+ },
665
+ "component": {
666
+ "_comment": "Manifest of per-component design tokens authored inline in @helixui/library .styles.ts files. NOT emitted to CSS — components own their token defaults via the cascade (undefined unless overridden). This block exists for the Figma kit and audit tooling to know which tokens consumers can override. Drift is gated by component-manifest-sync.test.ts.",
667
+ "hx-accordion": {
668
+ "--hx-accordion-border-color": null,
669
+ "--hx-accordion-border-radius": null,
670
+ "--hx-accordion-content-color": null,
671
+ "--hx-accordion-content-padding": null,
672
+ "--hx-accordion-font-family": null,
673
+ "--hx-accordion-icon-color": null,
674
+ "--hx-accordion-icon-size": null,
675
+ "--hx-accordion-item-font-family": null,
676
+ "--hx-accordion-trigger-bg": null,
677
+ "--hx-accordion-trigger-color": null,
678
+ "--hx-accordion-trigger-hover-bg": null,
679
+ "--hx-accordion-trigger-padding": null
680
+ },
681
+ "hx-action-bar": {
682
+ "--hx-action-bar-bg": null,
683
+ "--hx-action-bar-border": null,
684
+ "--hx-action-bar-border-radius": null,
685
+ "--hx-action-bar-gap": null,
686
+ "--hx-action-bar-padding": null,
687
+ "--hx-action-bar-padding-block-end": null,
688
+ "--hx-action-bar-padding-block-start": null,
689
+ "--hx-action-bar-z-index": null
690
+ },
691
+ "hx-alert": {
692
+ "--hx-alert-accent-width": null,
693
+ "--hx-alert-bg": null,
694
+ "--hx-alert-border-color": null,
695
+ "--hx-alert-border-radius": null,
696
+ "--hx-alert-border-width": null,
697
+ "--hx-alert-close-btn-focus-ring-color": null,
698
+ "--hx-alert-color": null,
699
+ "--hx-alert-font-family": null,
700
+ "--hx-alert-gap": null,
701
+ "--hx-alert-icon-color": null,
702
+ "--hx-alert-padding": null
703
+ },
704
+ "hx-avatar": {
705
+ "--hx-avatar-bg": null,
706
+ "--hx-avatar-border-radius": null,
707
+ "--hx-avatar-color": null,
708
+ "--hx-avatar-font-family": null,
709
+ "--hx-avatar-font-size": null,
710
+ "--hx-avatar-size": null
711
+ },
712
+ "hx-badge": {
713
+ "--hx-badge-bg": null,
714
+ "--hx-badge-border-radius": null,
715
+ "--hx-badge-color": null,
716
+ "--hx-badge-dot-size": null,
717
+ "--hx-badge-error-bg": null,
718
+ "--hx-badge-error-color": null,
719
+ "--hx-badge-font-family": null,
720
+ "--hx-badge-font-size": null,
721
+ "--hx-badge-font-weight": null,
722
+ "--hx-badge-info-bg": null,
723
+ "--hx-badge-info-color": null,
724
+ "--hx-badge-neutral-bg": null,
725
+ "--hx-badge-neutral-color": null,
726
+ "--hx-badge-padding-x": null,
727
+ "--hx-badge-padding-y": null,
728
+ "--hx-badge-primary-bg": null,
729
+ "--hx-badge-primary-color": null,
730
+ "--hx-badge-pulse-color": null,
731
+ "--hx-badge-pulse-color-internal": null,
732
+ "--hx-badge-pulse-duration": null,
733
+ "--hx-badge-pulse-easing": null,
734
+ "--hx-badge-secondary-bg": null,
735
+ "--hx-badge-secondary-color": null,
736
+ "--hx-badge-success-bg": null,
737
+ "--hx-badge-success-color": null,
738
+ "--hx-badge-warning-bg": null,
739
+ "--hx-badge-warning-color": null
740
+ },
741
+ "hx-banner": {
742
+ "--hx-banner-action-color": null,
743
+ "--hx-banner-action-focus-ring-color": null,
744
+ "--hx-banner-bg": null,
745
+ "--hx-banner-border-color": null,
746
+ "--hx-banner-border-width": null,
747
+ "--hx-banner-close-btn-focus-ring-color": null,
748
+ "--hx-banner-color": null,
749
+ "--hx-banner-font-family": null,
750
+ "--hx-banner-gap": null,
751
+ "--hx-banner-icon-color": null,
752
+ "--hx-banner-padding": null,
753
+ "--hx-banner-position": null,
754
+ "--hx-banner-z-index": null
755
+ },
756
+ "hx-breadcrumb": {
757
+ "--hx-breadcrumb-font-family": null,
758
+ "--hx-breadcrumb-font-size": null,
759
+ "--hx-breadcrumb-item-max-width": null,
760
+ "--hx-breadcrumb-link-color": null,
761
+ "--hx-breadcrumb-link-focus-ring-color": null,
762
+ "--hx-breadcrumb-link-hover-color": null,
763
+ "--hx-breadcrumb-separator-color": null,
764
+ "--hx-breadcrumb-separator-content": null,
765
+ "--hx-breadcrumb-separator-gap": null,
766
+ "--hx-breadcrumb-text-color": null
767
+ },
768
+ "hx-button": {
769
+ "--hx-button-bg": null,
770
+ "--hx-button-border-color": null,
771
+ "--hx-button-border-radius": null,
772
+ "--hx-button-color": null,
773
+ "--hx-button-focus-ring-color": null,
774
+ "--hx-button-font-family": null,
775
+ "--hx-button-font-weight": null,
776
+ "--hx-button-hover-bg": null,
777
+ "--hx-button-inverted-color": null,
778
+ "--hx-button-inverted-focus-ring-color": null,
779
+ "--hx-button-inverted-ghost-hover-bg": null
780
+ },
781
+ "hx-button-group": {
782
+ "--hx-button-group-border-radius": null,
783
+ "--hx-button-group-divider-offset": null,
784
+ "--hx-button-group-focus-z-index": null,
785
+ "--hx-button-group-focus-z-index-hc": null
786
+ },
787
+ "hx-card": {
788
+ "--hx-card-bg": null,
789
+ "--hx-card-body-color": null,
790
+ "--hx-card-border-color": null,
791
+ "--hx-card-border-radius": null,
792
+ "--hx-card-color": null,
793
+ "--hx-card-featured-border-color": null,
794
+ "--hx-card-featured-border-width": null,
795
+ "--hx-card-focus-ring-color": null,
796
+ "--hx-card-font-family": null,
797
+ "--hx-card-gap": null,
798
+ "--hx-card-image-aspect-ratio": null,
799
+ "--hx-card-padding": null,
800
+ "--hx-card-shadow": null,
801
+ "--hx-card-shadow-floating": null,
802
+ "--hx-card-shadow-hover": null
803
+ },
804
+ "hx-carousel": {
805
+ "--hx-carousel-focus-ring-color": null,
806
+ "--hx-carousel-nav-btn-bg": null,
807
+ "--hx-carousel-nav-btn-border-color": null,
808
+ "--hx-carousel-nav-btn-color": null,
809
+ "--hx-carousel-nav-btn-hover-bg": null,
810
+ "--hx-carousel-nav-btn-hover-border-color": null,
811
+ "--hx-carousel-nav-btn-size": null,
812
+ "--hx-carousel-pagination-dot-active-bg": null,
813
+ "--hx-carousel-pagination-dot-bg": null,
814
+ "--hx-carousel-pagination-dot-size": null,
815
+ "--hx-carousel-play-pause-color": null,
816
+ "--hx-carousel-play-pause-hover-bg": null
817
+ },
818
+ "hx-checkbox": {
819
+ "--hx-checkbox-bg": null,
820
+ "--hx-checkbox-border-color": null,
821
+ "--hx-checkbox-border-radius": null,
822
+ "--hx-checkbox-checked-bg": null,
823
+ "--hx-checkbox-checked-border-color": null,
824
+ "--hx-checkbox-checkmark-color": null,
825
+ "--hx-checkbox-error-color": null,
826
+ "--hx-checkbox-focus-ring-color": null,
827
+ "--hx-checkbox-focus-ring-offset": null,
828
+ "--hx-checkbox-focus-ring-width": null,
829
+ "--hx-checkbox-font-family": null,
830
+ "--hx-checkbox-help-text-color": null,
831
+ "--hx-checkbox-hover-border-color": null,
832
+ "--hx-checkbox-label-color": null,
833
+ "--hx-checkbox-size": null
834
+ },
835
+ "hx-checkbox-group": {
836
+ "--hx-checkbox-group-error-color": null,
837
+ "--hx-checkbox-group-font-family": null,
838
+ "--hx-checkbox-group-gap": null,
839
+ "--hx-checkbox-group-help-text-color": null,
840
+ "--hx-checkbox-group-label-color": null
841
+ },
842
+ "hx-clinical-status": {
843
+ "--hx-clinical-status-accent-color": null,
844
+ "--hx-clinical-status-accent-width": null,
845
+ "--hx-clinical-status-bg": null,
846
+ "--hx-clinical-status-border-color": null,
847
+ "--hx-clinical-status-border-radius": null,
848
+ "--hx-clinical-status-border-width": null,
849
+ "--hx-clinical-status-color": null,
850
+ "--hx-clinical-status-compact-padding": null,
851
+ "--hx-clinical-status-emergent-accent-width": null,
852
+ "--hx-clinical-status-font-family": null,
853
+ "--hx-clinical-status-gap": null,
854
+ "--hx-clinical-status-icon-color": null,
855
+ "--hx-clinical-status-padding": null
856
+ },
857
+ "hx-code-snippet": {
858
+ "--hx-code-snippet-bg": null,
859
+ "--hx-code-snippet-border-radius": null,
860
+ "--hx-code-snippet-color": null,
861
+ "--hx-code-snippet-font-family": null,
862
+ "--hx-code-snippet-font-size": null,
863
+ "--hx-code-snippet-inline-bg": null,
864
+ "--hx-code-snippet-inline-color": null,
865
+ "--hx-code-snippet-inline-padding-x": null,
866
+ "--hx-code-snippet-inline-padding-y": null,
867
+ "--hx-code-snippet-line-number-color": null,
868
+ "--hx-code-snippet-padding": null,
869
+ "--hx-code-snippet-tab-size": null
870
+ },
871
+ "hx-color-picker": {
872
+ "--hx-color-picker-focus-ring-color": null,
873
+ "--hx-color-picker-grid-height": null,
874
+ "--hx-color-picker-panel-shadow": null,
875
+ "--hx-color-picker-swatch-border": null,
876
+ "--hx-color-picker-swatch-border-hover": null,
877
+ "--hx-color-picker-thumb-border": null,
878
+ "--hx-color-picker-thumb-shadow": null,
879
+ "--hx-color-picker-trigger-hover-border-color": null,
880
+ "--hx-color-picker-width": null,
881
+ "--hx-color-picker-z-index": null
882
+ },
883
+ "hx-combobox": {
884
+ "--hx-combobox-bg": null,
885
+ "--hx-combobox-border-color": null,
886
+ "--hx-combobox-border-radius": null,
887
+ "--hx-combobox-chip-bg": null,
888
+ "--hx-combobox-chip-color": null,
889
+ "--hx-combobox-chip-remove-hover-bg": null,
890
+ "--hx-combobox-color": null,
891
+ "--hx-combobox-error-color": null,
892
+ "--hx-combobox-focus-ring-color": null,
893
+ "--hx-combobox-font-family": null,
894
+ "--hx-combobox-label-color": null,
895
+ "--hx-combobox-listbox-bg": null,
896
+ "--hx-combobox-listbox-max-height": null,
897
+ "--hx-combobox-listbox-shadow": null,
898
+ "--hx-combobox-option-focus-ring-offset": null,
899
+ "--hx-combobox-option-hover-bg": null,
900
+ "--hx-combobox-option-selected-bg": null
901
+ },
902
+ "hx-container": {
903
+ "--hx-container-bg": null,
904
+ "--hx-container-gutter": null,
905
+ "--hx-container-max-width": null
906
+ },
907
+ "hx-copy-button": {
908
+ "--hx-copy-button-bg": null,
909
+ "--hx-copy-button-border-color": null,
910
+ "--hx-copy-button-border-radius": null,
911
+ "--hx-copy-button-color": null,
912
+ "--hx-copy-button-copied-border-color": null,
913
+ "--hx-copy-button-copied-color": null,
914
+ "--hx-copy-button-focus-ring-color": null,
915
+ "--hx-copy-button-font-family": null
916
+ },
917
+ "hx-counter": {
918
+ "--hx-counter-color": null,
919
+ "--hx-counter-font-family": null,
920
+ "--hx-counter-font-size-lg": null,
921
+ "--hx-counter-font-size-md": null,
922
+ "--hx-counter-font-size-sm": null,
923
+ "--hx-counter-font-weight": null
924
+ },
925
+ "hx-data-table": {
926
+ "--hx-data-table-border-color": null,
927
+ "--hx-data-table-cell-color": null,
928
+ "--hx-data-table-checkbox-accent-color": null,
929
+ "--hx-data-table-empty-color": null,
930
+ "--hx-data-table-focus-ring-color": null,
931
+ "--hx-data-table-font-family": null,
932
+ "--hx-data-table-header-bg": null,
933
+ "--hx-data-table-header-color": null,
934
+ "--hx-data-table-min-width": null,
935
+ "--hx-data-table-row-hover-bg": null,
936
+ "--hx-data-table-row-selected-bg": null,
937
+ "--hx-data-table-shimmer-duration": null,
938
+ "--hx-data-table-sort-icon-active-color": null
939
+ },
940
+ "hx-date-picker": {
941
+ "--hx-date-picker-bg": null,
942
+ "--hx-date-picker-border-color": null,
943
+ "--hx-date-picker-border-radius": null,
944
+ "--hx-date-picker-calendar-bg": null,
945
+ "--hx-date-picker-calendar-border-color": null,
946
+ "--hx-date-picker-calendar-border-radius": null,
947
+ "--hx-date-picker-calendar-min-width": null,
948
+ "--hx-date-picker-calendar-shadow": null,
949
+ "--hx-date-picker-color": null,
950
+ "--hx-date-picker-day-hover-bg": null,
951
+ "--hx-date-picker-error-color": null,
952
+ "--hx-date-picker-focus-ring-color": null,
953
+ "--hx-date-picker-font-family": null,
954
+ "--hx-date-picker-label-color": null,
955
+ "--hx-date-picker-selected-bg": null,
956
+ "--hx-date-picker-selected-color": null,
957
+ "--hx-date-picker-selected-hover-bg": null,
958
+ "--hx-date-picker-today-color": null,
959
+ "--hx-date-picker-trigger-color": null,
960
+ "--hx-date-picker-trigger-hover-color": null
961
+ },
962
+ "hx-dialog": {
963
+ "--hx-dialog-backdrop-color": null,
964
+ "--hx-dialog-backdrop-opacity": null,
965
+ "--hx-dialog-bg": null,
966
+ "--hx-dialog-body-padding": null,
967
+ "--hx-dialog-border-radius": null,
968
+ "--hx-dialog-close-btn-color": null,
969
+ "--hx-dialog-close-btn-focus-ring-color": null,
970
+ "--hx-dialog-close-btn-hover-bg": null,
971
+ "--hx-dialog-close-btn-hover-color": null,
972
+ "--hx-dialog-color": null,
973
+ "--hx-dialog-font-family": null,
974
+ "--hx-dialog-footer-border-color": null,
975
+ "--hx-dialog-footer-padding": null,
976
+ "--hx-dialog-header-border-color": null,
977
+ "--hx-dialog-header-padding": null,
978
+ "--hx-dialog-heading-color": null,
979
+ "--hx-dialog-shadow": null,
980
+ "--hx-dialog-width": null
981
+ },
982
+ "hx-divider": {
983
+ "--hx-divider-label-color": null,
984
+ "--hx-divider-label-font-size": null,
985
+ "--hx-divider-label-gap": null
986
+ },
987
+ "hx-drawer": {
988
+ "--hx-drawer-backdrop-color": null,
989
+ "--hx-drawer-backdrop-opacity": null,
990
+ "--hx-drawer-bg": null,
991
+ "--hx-drawer-body-padding": null,
992
+ "--hx-drawer-close-btn-color": null,
993
+ "--hx-drawer-close-btn-focus-ring-color": null,
994
+ "--hx-drawer-close-btn-hover-bg": null,
995
+ "--hx-drawer-close-btn-hover-color": null,
996
+ "--hx-drawer-color": null,
997
+ "--hx-drawer-font-family": null,
998
+ "--hx-drawer-footer-border-color": null,
999
+ "--hx-drawer-footer-padding": null,
1000
+ "--hx-drawer-header-border-color": null,
1001
+ "--hx-drawer-header-padding": null,
1002
+ "--hx-drawer-shadow": null,
1003
+ "--hx-drawer-size-md": null,
1004
+ "--hx-drawer-title-color": null
1005
+ },
1006
+ "hx-dropdown": {
1007
+ "--hx-dropdown-panel-bg": null,
1008
+ "--hx-dropdown-panel-border-color": null,
1009
+ "--hx-dropdown-panel-border-radius": null,
1010
+ "--hx-dropdown-panel-min-width": null,
1011
+ "--hx-dropdown-panel-shadow": null,
1012
+ "--hx-dropdown-panel-z-index": null
1013
+ },
1014
+ "hx-field": {
1015
+ "--hx-field-error-color": null,
1016
+ "--hx-field-font-family": null,
1017
+ "--hx-field-gap": null,
1018
+ "--hx-field-help-text-color": null
1019
+ },
1020
+ "hx-field-label": {
1021
+ "--hx-field-label-color": null,
1022
+ "--hx-field-label-required-color": null
1023
+ },
1024
+ "hx-file-upload": {
1025
+ "--hx-file-upload-dropzone-active-bg": null,
1026
+ "--hx-file-upload-dropzone-bg": null,
1027
+ "--hx-file-upload-dropzone-border-color": null,
1028
+ "--hx-file-upload-dropzone-border-radius": null,
1029
+ "--hx-file-upload-error-color": null,
1030
+ "--hx-file-upload-focus-ring-color": null,
1031
+ "--hx-file-upload-font-family": null,
1032
+ "--hx-file-upload-progress-color": null,
1033
+ "--hx-file-upload-progress-height": null
1034
+ },
1035
+ "hx-help-text": {
1036
+ "--hx-help-text-color": null,
1037
+ "--hx-help-text-font-family": null,
1038
+ "--hx-help-text-font-size": null,
1039
+ "--hx-help-text-font-weight": null,
1040
+ "--hx-help-text-icon-gap": null,
1041
+ "--hx-help-text-line-height": null
1042
+ },
1043
+ "hx-icon": {
1044
+ "--hx-icon-color": null,
1045
+ "--hx-icon-size": null
1046
+ },
1047
+ "hx-icon-button": {
1048
+ "--hx-icon-button-bg": null,
1049
+ "--hx-icon-button-border-color": null,
1050
+ "--hx-icon-button-border-radius": null,
1051
+ "--hx-icon-button-color": null,
1052
+ "--hx-icon-button-focus-ring-color": null,
1053
+ "--hx-icon-button-size": null
1054
+ },
1055
+ "hx-image": {
1056
+ "--hx-image-aspect-ratio": null,
1057
+ "--hx-image-border-radius": null,
1058
+ "--hx-image-caption-color": null,
1059
+ "--hx-image-caption-font-size": null,
1060
+ "--hx-image-caption-padding": null,
1061
+ "--hx-image-fallback-bg": null,
1062
+ "--hx-image-fallback-color": null,
1063
+ "--hx-image-fallback-min-height": null,
1064
+ "--hx-image-object-fit": null
1065
+ },
1066
+ "hx-link": {
1067
+ "--hx-link-color": null,
1068
+ "--hx-link-color-active": null,
1069
+ "--hx-link-color-danger": null,
1070
+ "--hx-link-color-danger-hover": null,
1071
+ "--hx-link-color-disabled": null,
1072
+ "--hx-link-color-hover": null,
1073
+ "--hx-link-color-subtle": null,
1074
+ "--hx-link-focus-ring-color": null,
1075
+ "--hx-link-font-family": null,
1076
+ "--hx-link-text-decoration": null,
1077
+ "--hx-link-text-decoration-hover": null,
1078
+ "--hx-link-underline-offset": null
1079
+ },
1080
+ "hx-list": {
1081
+ "--hx-list-divider-color": null,
1082
+ "--hx-list-gap": null,
1083
+ "--hx-list-item-bg-hover": null,
1084
+ "--hx-list-item-bg-selected": null,
1085
+ "--hx-list-item-color": null,
1086
+ "--hx-list-item-color-selected": null,
1087
+ "--hx-list-item-description-color": null,
1088
+ "--hx-list-item-font-family": null,
1089
+ "--hx-list-item-padding": null
1090
+ },
1091
+ "hx-menu": {
1092
+ "--hx-menu-bg": null,
1093
+ "--hx-menu-border-color": null,
1094
+ "--hx-menu-border-radius": null,
1095
+ "--hx-menu-divider-color": null,
1096
+ "--hx-menu-item-color": null,
1097
+ "--hx-menu-item-focus-ring-color": null,
1098
+ "--hx-menu-item-focus-ring-offset": null,
1099
+ "--hx-menu-item-font-family": null,
1100
+ "--hx-menu-item-hover-bg": null,
1101
+ "--hx-menu-max-height": null,
1102
+ "--hx-menu-min-width": null,
1103
+ "--hx-menu-shadow": null
1104
+ },
1105
+ "hx-meter": {
1106
+ "--hx-meter-color-danger": null,
1107
+ "--hx-meter-color-optimum": null,
1108
+ "--hx-meter-color-warning": null,
1109
+ "--hx-meter-font-family": null,
1110
+ "--hx-meter-indicator-color": null,
1111
+ "--hx-meter-label-color": null,
1112
+ "--hx-meter-track-color": null,
1113
+ "--hx-meter-track-height": null,
1114
+ "--hx-meter-track-radius": null
1115
+ },
1116
+ "hx-nav": {
1117
+ "--hx-nav-bg": null,
1118
+ "--hx-nav-border-radius": null,
1119
+ "--hx-nav-color": null,
1120
+ "--hx-nav-focus-ring-color": null,
1121
+ "--hx-nav-font-family": null,
1122
+ "--hx-nav-font-size": null,
1123
+ "--hx-nav-item-active-bg": null,
1124
+ "--hx-nav-item-active-color": null,
1125
+ "--hx-nav-item-active-hover-bg": null,
1126
+ "--hx-nav-item-color": null,
1127
+ "--hx-nav-item-focus-ring-color": null,
1128
+ "--hx-nav-item-font-family": null,
1129
+ "--hx-nav-item-host-bg": null,
1130
+ "--hx-nav-item-hover-bg": null,
1131
+ "--hx-nav-item-hover-color": null,
1132
+ "--hx-nav-item-padding": null,
1133
+ "--hx-nav-link-active-bg": null,
1134
+ "--hx-nav-link-active-color": null,
1135
+ "--hx-nav-link-color": null,
1136
+ "--hx-nav-link-hover-bg": null,
1137
+ "--hx-nav-link-hover-color": null,
1138
+ "--hx-nav-padding": null,
1139
+ "--hx-nav-shadow": null,
1140
+ "--hx-nav-submenu-bg": null,
1141
+ "--hx-nav-submenu-min-width": null
1142
+ },
1143
+ "hx-number-input": {
1144
+ "--hx-number-input-bg": null,
1145
+ "--hx-number-input-border-color": null,
1146
+ "--hx-number-input-border-radius": null,
1147
+ "--hx-number-input-color": null,
1148
+ "--hx-number-input-error-color": null,
1149
+ "--hx-number-input-focus-ring-color": null,
1150
+ "--hx-number-input-font-family": null,
1151
+ "--hx-number-input-icon-size": null,
1152
+ "--hx-number-input-label-color": null
1153
+ },
1154
+ "hx-overflow-menu": {
1155
+ "--hx-overflow-menu-button-color": null,
1156
+ "--hx-overflow-menu-focus-ring-color": null,
1157
+ "--hx-overflow-menu-item-color": null,
1158
+ "--hx-overflow-menu-item-hover-bg": null,
1159
+ "--hx-overflow-menu-panel-bg": null,
1160
+ "--hx-overflow-menu-panel-border": null,
1161
+ "--hx-overflow-menu-panel-border-radius": null,
1162
+ "--hx-overflow-menu-panel-min-width": null,
1163
+ "--hx-overflow-menu-panel-shadow": null,
1164
+ "--hx-overflow-menu-panel-z-index": null,
1165
+ "--hx-overflow-menu-trigger-hover-bg": null,
1166
+ "--hx-overflow-menu-trigger-open-bg": null
1167
+ },
1168
+ "hx-pagination": {
1169
+ "--hx-pagination-active-bg": null,
1170
+ "--hx-pagination-active-border-color": null,
1171
+ "--hx-pagination-active-color": null,
1172
+ "--hx-pagination-bg": null,
1173
+ "--hx-pagination-border-color": null,
1174
+ "--hx-pagination-border-radius": null,
1175
+ "--hx-pagination-button-size": null,
1176
+ "--hx-pagination-color": null,
1177
+ "--hx-pagination-ellipsis-color": null,
1178
+ "--hx-pagination-focus-ring-color": null,
1179
+ "--hx-pagination-font-family": null,
1180
+ "--hx-pagination-gap": null,
1181
+ "--hx-pagination-hover-bg": null,
1182
+ "--hx-pagination-hover-border-color": null,
1183
+ "--hx-pagination-page-size-label-color": null
1184
+ },
1185
+ "hx-patient-banner": {
1186
+ "--hx-patient-banner-bg": null,
1187
+ "--hx-patient-banner-border-color": null,
1188
+ "--hx-patient-banner-font-family": null,
1189
+ "--hx-patient-banner-gap": null,
1190
+ "--hx-patient-banner-invalid-accent-color": null,
1191
+ "--hx-patient-banner-invalid-bg": null,
1192
+ "--hx-patient-banner-invalid-border-color": null,
1193
+ "--hx-patient-banner-label-color": null,
1194
+ "--hx-patient-banner-label-font-size": null,
1195
+ "--hx-patient-banner-padding": null,
1196
+ "--hx-patient-banner-photo-bg": null,
1197
+ "--hx-patient-banner-photo-size": null,
1198
+ "--hx-patient-banner-value-color": null,
1199
+ "--hx-patient-banner-value-font-size": null
1200
+ },
1201
+ "hx-phi-field": {
1202
+ "--hx-phi-field-disabled-opacity": null,
1203
+ "--hx-phi-field-focus-ring-color": null,
1204
+ "--hx-phi-field-font-family": null,
1205
+ "--hx-phi-field-letter-spacing": null,
1206
+ "--hx-phi-field-masked-color": null,
1207
+ "--hx-phi-field-toggle-color": null,
1208
+ "--hx-phi-field-value-color": null
1209
+ },
1210
+ "hx-popover": {
1211
+ "--hx-popover-arrow-size": null,
1212
+ "--hx-popover-bg": null,
1213
+ "--hx-popover-border-color": null,
1214
+ "--hx-popover-border-radius": null,
1215
+ "--hx-popover-color": null,
1216
+ "--hx-popover-focus-ring-color": null,
1217
+ "--hx-popover-font-family": null,
1218
+ "--hx-popover-font-size": null,
1219
+ "--hx-popover-max-width": null,
1220
+ "--hx-popover-padding": null,
1221
+ "--hx-popover-shadow": null,
1222
+ "--hx-popover-transition-duration": null,
1223
+ "--hx-popover-z-index": null
1224
+ },
1225
+ "hx-popup": {
1226
+ "--hx-popup-transition": null,
1227
+ "--hx-popup-z-index": null
1228
+ },
1229
+ "hx-progress-bar": {
1230
+ "--hx-progress-bar-border-radius": null,
1231
+ "--hx-progress-bar-height-lg": null,
1232
+ "--hx-progress-bar-height-md": null,
1233
+ "--hx-progress-bar-height-sm": null,
1234
+ "--hx-progress-bar-indeterminate-duration": null,
1235
+ "--hx-progress-bar-indicator-bg": null,
1236
+ "--hx-progress-bar-label-color": null,
1237
+ "--hx-progress-bar-label-font-family": null,
1238
+ "--hx-progress-bar-label-font-size": null,
1239
+ "--hx-progress-bar-label-font-weight": null,
1240
+ "--hx-progress-bar-track-bg": null
1241
+ },
1242
+ "hx-progress-ring": {
1243
+ "--hx-progress-ring-font-family": null,
1244
+ "--hx-progress-ring-indicator-color": null,
1245
+ "--hx-progress-ring-label-color": null,
1246
+ "--hx-progress-ring-track-color": null
1247
+ },
1248
+ "hx-radio-group": {
1249
+ "--hx-radio-group-error-color": null,
1250
+ "--hx-radio-group-font-family": null,
1251
+ "--hx-radio-group-gap": null,
1252
+ "--hx-radio-group-help-text-color": null,
1253
+ "--hx-radio-group-label-color": null
1254
+ },
1255
+ "hx-rating": {
1256
+ "--hx-rating-color": null,
1257
+ "--hx-rating-empty-color": null,
1258
+ "--hx-rating-gap": null,
1259
+ "--hx-rating-hover-color": null,
1260
+ "--hx-rating-size": null
1261
+ },
1262
+ "hx-select": {
1263
+ "--hx-select-bg": null,
1264
+ "--hx-select-border-color": null,
1265
+ "--hx-select-border-radius": null,
1266
+ "--hx-select-chevron-color": null,
1267
+ "--hx-select-chevron-size": null,
1268
+ "--hx-select-color": null,
1269
+ "--hx-select-error-color": null,
1270
+ "--hx-select-focus-ring-color": null,
1271
+ "--hx-select-font-family": null,
1272
+ "--hx-select-label-color": null,
1273
+ "--hx-select-listbox-bg": null,
1274
+ "--hx-select-listbox-max-height": null,
1275
+ "--hx-select-listbox-shadow": null,
1276
+ "--hx-select-option-focus-ring-offset": null,
1277
+ "--hx-select-option-hover-bg": null,
1278
+ "--hx-select-option-selected-bg": null,
1279
+ "--hx-select-placeholder-color": null
1280
+ },
1281
+ "hx-side-nav": {
1282
+ "--hx-side-nav-bg": null,
1283
+ "--hx-side-nav-border-color": null,
1284
+ "--hx-side-nav-collapsed-width": null,
1285
+ "--hx-side-nav-color": null,
1286
+ "--hx-side-nav-focus-ring-color": null,
1287
+ "--hx-side-nav-footer-padding": null,
1288
+ "--hx-side-nav-header-padding": null,
1289
+ "--hx-side-nav-toggle-color": null,
1290
+ "--hx-side-nav-width": null
1291
+ },
1292
+ "hx-skeleton": {
1293
+ "--hx-skeleton-bg": null,
1294
+ "--hx-skeleton-border-radius-circle": null,
1295
+ "--hx-skeleton-button-radius": null,
1296
+ "--hx-skeleton-duration": null,
1297
+ "--hx-skeleton-rect-radius": null,
1298
+ "--hx-skeleton-shimmer-color": null,
1299
+ "--hx-skeleton-shimmer-width": null,
1300
+ "--hx-skeleton-text-radius": null
1301
+ },
1302
+ "hx-slider": {
1303
+ "--hx-slider-disabled-fill-bg": null,
1304
+ "--hx-slider-disabled-thumb-border-color": null,
1305
+ "--hx-slider-fill-bg": null,
1306
+ "--hx-slider-focus-ring-color": null,
1307
+ "--hx-slider-font-family": null,
1308
+ "--hx-slider-help-text-color": null,
1309
+ "--hx-slider-input-padding-block": null,
1310
+ "--hx-slider-label-color": null,
1311
+ "--hx-slider-range-label-color": null,
1312
+ "--hx-slider-thumb-bg": null,
1313
+ "--hx-slider-thumb-border-color": null,
1314
+ "--hx-slider-thumb-border-width": null,
1315
+ "--hx-slider-thumb-shadow": null,
1316
+ "--hx-slider-thumb-size-lg": null,
1317
+ "--hx-slider-thumb-size-md": null,
1318
+ "--hx-slider-thumb-size-sm": null,
1319
+ "--hx-slider-tick-color": null,
1320
+ "--hx-slider-track-bg": null,
1321
+ "--hx-slider-track-height-lg": null,
1322
+ "--hx-slider-track-height-md": null,
1323
+ "--hx-slider-track-height-sm": null,
1324
+ "--hx-slider-value-color": null
1325
+ },
1326
+ "hx-spinner": {
1327
+ "--hx-spinner-color": null,
1328
+ "--hx-spinner-track-color": null
1329
+ },
1330
+ "hx-split-button": {
1331
+ "--hx-split-button-bg": null,
1332
+ "--hx-split-button-border-color": null,
1333
+ "--hx-split-button-border-radius": null,
1334
+ "--hx-split-button-color": null,
1335
+ "--hx-split-button-divider-color": null,
1336
+ "--hx-split-button-focus-ring-color": null,
1337
+ "--hx-split-button-font-family": null,
1338
+ "--hx-split-button-font-weight": null,
1339
+ "--hx-split-button-menu-bg": null,
1340
+ "--hx-split-button-menu-border-color": null,
1341
+ "--hx-split-button-menu-border-radius": null,
1342
+ "--hx-split-button-menu-max-height": null,
1343
+ "--hx-split-button-menu-shadow": null
1344
+ },
1345
+ "hx-split-panel": {
1346
+ "--hx-split-panel-btn-icon-size": null,
1347
+ "--hx-split-panel-divider-color": null,
1348
+ "--hx-split-panel-divider-hover-color": null,
1349
+ "--hx-split-panel-divider-size": null,
1350
+ "--hx-split-panel-focus-ring-color": null
1351
+ },
1352
+ "hx-stat": {
1353
+ "--hx-stat-color": null,
1354
+ "--hx-stat-font-family": null,
1355
+ "--hx-stat-gap": null,
1356
+ "--hx-stat-header-gap": null,
1357
+ "--hx-stat-icon-color": null,
1358
+ "--hx-stat-label-color": null,
1359
+ "--hx-stat-label-font-size-lg": null,
1360
+ "--hx-stat-label-font-size-md": null,
1361
+ "--hx-stat-label-font-size-sm": null,
1362
+ "--hx-stat-trend-down-bg": null,
1363
+ "--hx-stat-trend-down-color": null,
1364
+ "--hx-stat-trend-up-bg": null,
1365
+ "--hx-stat-trend-up-color": null,
1366
+ "--hx-stat-value-color": null,
1367
+ "--hx-stat-value-font-size-lg": null,
1368
+ "--hx-stat-value-font-size-md": null,
1369
+ "--hx-stat-value-font-size-sm": null,
1370
+ "--hx-stat-value-font-weight": null
1371
+ },
1372
+ "hx-status-indicator": {
1373
+ "--hx-status-indicator-color-away": null,
1374
+ "--hx-status-indicator-color-busy": null,
1375
+ "--hx-status-indicator-color-default": null,
1376
+ "--hx-status-indicator-color-offline": null,
1377
+ "--hx-status-indicator-color-online": null,
1378
+ "--hx-status-indicator-color-unknown": null,
1379
+ "--hx-status-indicator-label-color": null,
1380
+ "--hx-status-indicator-label-font-size": null,
1381
+ "--hx-status-indicator-pulse-color": null,
1382
+ "--hx-status-indicator-pulse-duration": null,
1383
+ "--hx-status-indicator-pulse-scale": null,
1384
+ "--hx-status-indicator-size-lg": null,
1385
+ "--hx-status-indicator-size-md": null,
1386
+ "--hx-status-indicator-size-sm": null
1387
+ },
1388
+ "hx-steps": {
1389
+ "--hx-steps-active-bg": null,
1390
+ "--hx-steps-active-border-color": null,
1391
+ "--hx-steps-active-color": null,
1392
+ "--hx-steps-active-label-color": null,
1393
+ "--hx-steps-complete-bg": null,
1394
+ "--hx-steps-complete-border-color": null,
1395
+ "--hx-steps-complete-color": null,
1396
+ "--hx-steps-complete-label-color": null,
1397
+ "--hx-steps-connector-color": null,
1398
+ "--hx-steps-connector-complete-color": null,
1399
+ "--hx-steps-connector-thickness": null,
1400
+ "--hx-steps-description-color": null,
1401
+ "--hx-steps-description-font-size": null,
1402
+ "--hx-steps-disabled-bg": null,
1403
+ "--hx-steps-disabled-border-color": null,
1404
+ "--hx-steps-disabled-color": null,
1405
+ "--hx-steps-error-bg": null,
1406
+ "--hx-steps-error-border-color": null,
1407
+ "--hx-steps-error-color": null,
1408
+ "--hx-steps-error-label-color": null,
1409
+ "--hx-steps-focus-ring-color": null,
1410
+ "--hx-steps-font-family": null,
1411
+ "--hx-steps-indicator-bg": null,
1412
+ "--hx-steps-indicator-border-color": null,
1413
+ "--hx-steps-indicator-color": null,
1414
+ "--hx-steps-indicator-font-size": null,
1415
+ "--hx-steps-indicator-icon-size": null,
1416
+ "--hx-steps-indicator-size": null,
1417
+ "--hx-steps-item-flex": null,
1418
+ "--hx-steps-item-width": null,
1419
+ "--hx-steps-label-color": null,
1420
+ "--hx-steps-label-font-size": null
1421
+ },
1422
+ "hx-structured-list": {
1423
+ "--hx-structured-list-border-color": null,
1424
+ "--hx-structured-list-border-width": null,
1425
+ "--hx-structured-list-condensed-padding-block": null,
1426
+ "--hx-structured-list-condensed-padding-inline": null,
1427
+ "--hx-structured-list-label-color": null,
1428
+ "--hx-structured-list-padding-block": null,
1429
+ "--hx-structured-list-padding-inline": null,
1430
+ "--hx-structured-list-stripe-bg": null,
1431
+ "--hx-structured-list-value-color": null
1432
+ },
1433
+ "hx-switch": {
1434
+ "--hx-switch-error-color": null,
1435
+ "--hx-switch-focus-ring-color": null,
1436
+ "--hx-switch-font-family": null,
1437
+ "--hx-switch-help-text-color": null,
1438
+ "--hx-switch-label-color": null,
1439
+ "--hx-switch-thumb-bg": null,
1440
+ "--hx-switch-thumb-offset": null,
1441
+ "--hx-switch-thumb-shadow": null,
1442
+ "--hx-switch-thumb-size-lg": null,
1443
+ "--hx-switch-thumb-size-md": null,
1444
+ "--hx-switch-thumb-size-sm": null,
1445
+ "--hx-switch-track-bg": null,
1446
+ "--hx-switch-track-checked-bg": null,
1447
+ "--hx-switch-track-checked-hover-bg": null,
1448
+ "--hx-switch-track-height-lg": null,
1449
+ "--hx-switch-track-height-md": null,
1450
+ "--hx-switch-track-height-sm": null,
1451
+ "--hx-switch-track-hover-bg": null,
1452
+ "--hx-switch-track-width-lg": null,
1453
+ "--hx-switch-track-width-md": null,
1454
+ "--hx-switch-track-width-sm": null
1455
+ },
1456
+ "hx-table": {
1457
+ "--hx-table-font-family": null,
1458
+ "--hx-table-header-bg": null,
1459
+ "--hx-table-header-color": null,
1460
+ "--hx-table-row-hover-bg": null,
1461
+ "--hx-table-stripe-bg": null
1462
+ },
1463
+ "hx-tabs": {
1464
+ "--hx-tabs-border-color": null,
1465
+ "--hx-tabs-border-width": null,
1466
+ "--hx-tabs-focus-ring-color": null,
1467
+ "--hx-tabs-font-family": null,
1468
+ "--hx-tabs-gap": null,
1469
+ "--hx-tabs-indicator-color": null,
1470
+ "--hx-tabs-indicator-size": null,
1471
+ "--hx-tabs-panel-color": null,
1472
+ "--hx-tabs-panel-padding": null,
1473
+ "--hx-tabs-tab-active-color": null,
1474
+ "--hx-tabs-tab-active-font-weight": null,
1475
+ "--hx-tabs-tab-color": null,
1476
+ "--hx-tabs-tab-disabled-color": null,
1477
+ "--hx-tabs-tab-font-family": null,
1478
+ "--hx-tabs-tab-font-size": null,
1479
+ "--hx-tabs-tab-font-weight": null,
1480
+ "--hx-tabs-tab-hover-bg": null,
1481
+ "--hx-tabs-tab-hover-color": null,
1482
+ "--hx-tabs-tab-padding-x": null,
1483
+ "--hx-tabs-tab-padding-y": null,
1484
+ "--hx-tabs-vertical-width": null
1485
+ },
1486
+ "hx-tag": {
1487
+ "--hx-tag-bg": null,
1488
+ "--hx-tag-border-color": null,
1489
+ "--hx-tag-border-radius": null,
1490
+ "--hx-tag-border-radius-pill": null,
1491
+ "--hx-tag-color": null,
1492
+ "--hx-tag-danger-bg": null,
1493
+ "--hx-tag-danger-border-color": null,
1494
+ "--hx-tag-danger-color": null,
1495
+ "--hx-tag-default-bg": null,
1496
+ "--hx-tag-default-border-color": null,
1497
+ "--hx-tag-default-color": null,
1498
+ "--hx-tag-font-family": null,
1499
+ "--hx-tag-font-size": null,
1500
+ "--hx-tag-font-weight": null,
1501
+ "--hx-tag-padding-x": null,
1502
+ "--hx-tag-padding-y": null,
1503
+ "--hx-tag-primary-bg": null,
1504
+ "--hx-tag-primary-border-color": null,
1505
+ "--hx-tag-primary-color": null,
1506
+ "--hx-tag-success-bg": null,
1507
+ "--hx-tag-success-border-color": null,
1508
+ "--hx-tag-success-color": null,
1509
+ "--hx-tag-warning-bg": null,
1510
+ "--hx-tag-warning-border-color": null,
1511
+ "--hx-tag-warning-color": null
1512
+ },
1513
+ "hx-text": {
1514
+ "--hx-text-color": null,
1515
+ "--hx-text-danger-color": null,
1516
+ "--hx-text-default-color": null,
1517
+ "--hx-text-disabled-color": null,
1518
+ "--hx-text-font-family": null,
1519
+ "--hx-text-font-size": null,
1520
+ "--hx-text-font-weight": null,
1521
+ "--hx-text-inverse-color": null,
1522
+ "--hx-text-letter-spacing": null,
1523
+ "--hx-text-line-height": null,
1524
+ "--hx-text-sm": null,
1525
+ "--hx-text-subtle-color": null,
1526
+ "--hx-text-success-color": null,
1527
+ "--hx-text-warning-color": null
1528
+ },
1529
+ "hx-text-input": {
1530
+ "--hx-text-input-bg": null,
1531
+ "--hx-text-input-border-color": null,
1532
+ "--hx-text-input-border-color-focus": null,
1533
+ "--hx-text-input-border-color-hover": null,
1534
+ "--hx-text-input-border-color-invalid": null,
1535
+ "--hx-text-input-border-radius": null,
1536
+ "--hx-text-input-border-width": null,
1537
+ "--hx-text-input-color": null,
1538
+ "--hx-text-input-disabled-bg": null,
1539
+ "--hx-text-input-disabled-color": null,
1540
+ "--hx-text-input-error-color": null,
1541
+ "--hx-text-input-focus-ring-color": null,
1542
+ "--hx-text-input-focus-ring-offset": null,
1543
+ "--hx-text-input-focus-ring-width": null,
1544
+ "--hx-text-input-font-family": null,
1545
+ "--hx-text-input-font-size": null,
1546
+ "--hx-text-input-help-text-color": null,
1547
+ "--hx-text-input-label-color": null,
1548
+ "--hx-text-input-lg-font-size": null,
1549
+ "--hx-text-input-padding-x": null,
1550
+ "--hx-text-input-padding-y": null,
1551
+ "--hx-text-input-placeholder-color": null,
1552
+ "--hx-text-input-sm-font-size": null
1553
+ },
1554
+ "hx-textarea": {
1555
+ "--hx-textarea-bg": null,
1556
+ "--hx-textarea-border-color": null,
1557
+ "--hx-textarea-border-color-focus": null,
1558
+ "--hx-textarea-border-color-invalid": null,
1559
+ "--hx-textarea-border-radius": null,
1560
+ "--hx-textarea-color": null,
1561
+ "--hx-textarea-counter-color": null,
1562
+ "--hx-textarea-error-color": null,
1563
+ "--hx-textarea-font-family": null,
1564
+ "--hx-textarea-font-size": null,
1565
+ "--hx-textarea-help-text-color": null,
1566
+ "--hx-textarea-label-color": null,
1567
+ "--hx-textarea-min-height": null,
1568
+ "--hx-textarea-padding-x": null,
1569
+ "--hx-textarea-padding-y": null,
1570
+ "--hx-textarea-placeholder-color": null
1571
+ },
1572
+ "hx-time-picker": {
1573
+ "--hx-time-picker-bg": null,
1574
+ "--hx-time-picker-border-color": null,
1575
+ "--hx-time-picker-border-radius": null,
1576
+ "--hx-time-picker-chevron-color": null,
1577
+ "--hx-time-picker-color": null,
1578
+ "--hx-time-picker-error-color": null,
1579
+ "--hx-time-picker-focus-ring-color": null,
1580
+ "--hx-time-picker-font-family": null,
1581
+ "--hx-time-picker-label-color": null,
1582
+ "--hx-time-picker-listbox-bg": null,
1583
+ "--hx-time-picker-listbox-max-height": null,
1584
+ "--hx-time-picker-listbox-shadow": null,
1585
+ "--hx-time-picker-option-color": null,
1586
+ "--hx-time-picker-option-hover-bg": null,
1587
+ "--hx-time-picker-option-hover-color": null,
1588
+ "--hx-time-picker-option-selected-bg": null,
1589
+ "--hx-time-picker-option-selected-color": null
1590
+ },
1591
+ "hx-toast": {
1592
+ "--hx-toast-bg": null,
1593
+ "--hx-toast-border-radius": null,
1594
+ "--hx-toast-color": null,
1595
+ "--hx-toast-enter-translate": null,
1596
+ "--hx-toast-font-family": null,
1597
+ "--hx-toast-shadow": null,
1598
+ "--hx-toast-width": null
1599
+ },
1600
+ "hx-toggle-button": {
1601
+ "--hx-toggle-button-bg": null,
1602
+ "--hx-toggle-button-border-color": null,
1603
+ "--hx-toggle-button-border-radius": null,
1604
+ "--hx-toggle-button-color": null,
1605
+ "--hx-toggle-button-focus-ring-color": null,
1606
+ "--hx-toggle-button-font-family": null,
1607
+ "--hx-toggle-button-font-weight": null,
1608
+ "--hx-toggle-button-pressed-bg": null,
1609
+ "--hx-toggle-button-pressed-color": null
1610
+ },
1611
+ "hx-tooltip": {
1612
+ "--hx-tooltip-arrow-size": null,
1613
+ "--hx-tooltip-bg": null,
1614
+ "--hx-tooltip-border-radius": null,
1615
+ "--hx-tooltip-color": null,
1616
+ "--hx-tooltip-font-family": null,
1617
+ "--hx-tooltip-font-size": null,
1618
+ "--hx-tooltip-max-width": null,
1619
+ "--hx-tooltip-padding": null,
1620
+ "--hx-tooltip-shadow": null,
1621
+ "--hx-tooltip-transition-duration": null,
1622
+ "--hx-tooltip-z-index": null
1623
+ },
1624
+ "hx-top-nav": {
1625
+ "--hx-top-nav-bg": null,
1626
+ "--hx-top-nav-border-color": null,
1627
+ "--hx-top-nav-color": null,
1628
+ "--hx-top-nav-focus-ring-color": null,
1629
+ "--hx-top-nav-font-family": null,
1630
+ "--hx-top-nav-height": null,
1631
+ "--hx-top-nav-padding-x": null,
1632
+ "--hx-top-nav-toggle-color": null,
1633
+ "--hx-top-nav-toggle-hover-bg": null,
1634
+ "--hx-top-nav-z-index": null
1635
+ }
613
1636
  }
614
1637
  }