@pitchfork-ui/react 0.1.9 → 0.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.
Files changed (137) hide show
  1. package/README.md +20 -5
  2. package/dist/components/Alert/Alert.css +83 -0
  3. package/dist/{index8.js → components/Alert/Alert2.js} +3 -3
  4. package/dist/components/Avatar/Avatar.css +97 -0
  5. package/dist/{index10.js → components/Avatar/Avatar2.js} +2 -2
  6. package/dist/components/Badge/Badge.css +26 -0
  7. package/dist/{index23.js → components/Badge/Badge2.js} +2 -2
  8. package/dist/components/BadgeGroup/BadgeGroup.css +115 -0
  9. package/dist/{index14.js → components/BadgeGroup/BadgeGroup2.js} +2 -2
  10. package/dist/components/Breadcrumbs/Breadcrumbs.css +45 -0
  11. package/dist/{index18.js → components/Breadcrumbs/Breadcrumbs2.js} +2 -2
  12. package/dist/components/Button/Button.css +93 -0
  13. package/dist/{index12.js → components/Button/Button2.js} +2 -2
  14. package/dist/components/ButtonGroup/ButtonGroup.css +107 -0
  15. package/dist/{index16.js → components/ButtonGroup/ButtonGroup2.js} +2 -2
  16. package/dist/components/Calendar/Calendar.css +144 -0
  17. package/dist/{index40.js → components/Calendar/Calendar2.js} +4 -4
  18. package/dist/components/Card/Card.css +23 -0
  19. package/dist/{index25.js → components/Card/Card2.js} +2 -2
  20. package/dist/components/Carousel/Carousel.css +122 -0
  21. package/dist/{index42.js → components/Carousel/Carousel2.js} +3 -3
  22. package/dist/components/Checkbox/Checkbox.css +62 -0
  23. package/dist/{index29.js → components/Checkbox/Checkbox2.js} +2 -2
  24. package/dist/components/CodeSnippet/CodeSnippet.css +155 -0
  25. package/dist/{index46.js → components/CodeSnippet/CodeSnippet2.js} +6 -6
  26. package/dist/components/ContentDivider/ContentDivider.css +38 -0
  27. package/dist/{index48.js → components/ContentDivider/ContentDivider2.js} +2 -2
  28. package/dist/components/CreditCard/CreditCard.css +139 -0
  29. package/dist/{index27.js → components/CreditCard/CreditCard2.js} +2 -2
  30. package/dist/components/DatePicker/DatePicker.css +91 -0
  31. package/dist/{index50.js → components/DatePicker/DatePicker2.js} +9 -9
  32. package/dist/components/Dropdown/Dropdown.css +132 -0
  33. package/dist/{index38.js → components/Dropdown/Dropdown2.js} +8 -8
  34. package/dist/components/EmptyState/EmptyState.css +72 -0
  35. package/dist/{index52.js → components/EmptyState/EmptyState2.js} +3 -3
  36. package/dist/components/FileUploader/FileUploader.css +135 -0
  37. package/dist/{index54.js → components/FileUploader/FileUploader2.js} +4 -4
  38. package/dist/components/GaugeChart/GaugeChart.css +46 -0
  39. package/dist/components/GaugeChart/GaugeChart2.js +73 -0
  40. package/dist/components/HeaderNavigation/HeaderNavigation.css +87 -0
  41. package/dist/{index56.js → components/HeaderNavigation/HeaderNavigation2.js} +2 -2
  42. package/dist/components/Icon/Icon.css +6 -0
  43. package/dist/{index6.js → components/Icon/Icon2.js} +2 -2
  44. package/dist/components/InlineCTA/InlineCTA.css +86 -0
  45. package/dist/{index58.js → components/InlineCTA/InlineCTA2.js} +3 -3
  46. package/dist/components/Input/Input.css +75 -0
  47. package/dist/{index21.js → components/Input/Input2.js} +3 -3
  48. package/dist/components/LineBarCharts/LineBarChart.css +122 -0
  49. package/dist/{index60.js → components/LineBarCharts/LineBarChart2.js} +11 -3
  50. package/dist/components/LoadingIndicators/LoadingIndicators.css +107 -0
  51. package/dist/{index62.js → components/LoadingIndicators/LoadingIndicators2.js} +2 -2
  52. package/dist/components/Metrics/Metrics.css +106 -0
  53. package/dist/{index64.js → components/Metrics/Metrics2.js} +3 -3
  54. package/dist/components/Modal/Modal.css +136 -0
  55. package/dist/{index66.js → components/Modal/Modal2.js} +4 -4
  56. package/dist/components/MultiSelect/MultiSelect.css +157 -0
  57. package/dist/{index68.js → components/MultiSelect/MultiSelect2.js} +11 -11
  58. package/dist/components/Notification/Notification.css +187 -0
  59. package/dist/{index70.js → components/Notification/Notification2.js} +3 -3
  60. package/dist/components/PageHeader/PageHeader.css +85 -0
  61. package/dist/{index72.js → components/PageHeader/PageHeader2.js} +3 -3
  62. package/dist/components/Pagination/Pagination.css +101 -0
  63. package/dist/{index74.js → components/Pagination/Pagination2.js} +2 -2
  64. package/dist/components/PieChart/PieChart.css +81 -0
  65. package/dist/{index76.js → components/PieChart/PieChart2.js} +2 -2
  66. package/dist/components/ProgressIndicators/ProgressIndicators.css +77 -0
  67. package/dist/{index78.js → components/ProgressIndicators/ProgressIndicators2.js} +2 -2
  68. package/dist/components/ProgressSteps/ProgressSteps.css +158 -0
  69. package/dist/{index80.js → components/ProgressSteps/ProgressSteps2.js} +2 -2
  70. package/dist/components/RadarChart/RadarChart.css +97 -0
  71. package/dist/{index82.js → components/RadarChart/RadarChart2.js} +2 -2
  72. package/dist/components/RadioButton/RadioButton.css +21 -0
  73. package/dist/{index84.js → components/RadioButton/RadioButton2.js} +2 -2
  74. package/dist/components/RadioGroup/RadioGroup.css +64 -0
  75. package/dist/{index86.js → components/RadioGroup/RadioGroup2.js} +2 -2
  76. package/dist/components/Rating/Rating.css +91 -0
  77. package/dist/{index88.js → components/Rating/Rating2.js} +3 -3
  78. package/dist/components/RichTextEditor/RichTextEditor.css +94 -0
  79. package/dist/{index90.js → components/RichTextEditor/RichTextEditor2.js} +4 -4
  80. package/dist/components/SectionFooter/SectionFooter.css +59 -0
  81. package/dist/{index92.js → components/SectionFooter/SectionFooter2.js} +2 -2
  82. package/dist/components/SectionHeader/SectionHeader.css +78 -0
  83. package/dist/{index94.js → components/SectionHeader/SectionHeader2.js} +2 -2
  84. package/dist/components/Select/Select.css +137 -0
  85. package/dist/{index102.js → components/Select/Select2.js} +11 -11
  86. package/dist/components/SidebarNavigation/SidebarNavigation.css +116 -0
  87. package/dist/{index96.js → components/SidebarNavigation/SidebarNavigation2.js} +2 -2
  88. package/dist/components/SlideoutMenu/SlideoutMenu.css +161 -0
  89. package/dist/{index98.js → components/SlideoutMenu/SlideoutMenu2.js} +3 -3
  90. package/dist/components/Slider/Slider.css +106 -0
  91. package/dist/{index104.js → components/Slider/Slider2.js} +2 -2
  92. package/dist/components/Sparkline/Sparkline.css +17 -0
  93. package/dist/components/Sparkline/Sparkline2.js +99 -0
  94. package/dist/components/Switch/Switch.css +59 -0
  95. package/dist/{index100.js → components/Switch/Switch2.js} +2 -2
  96. package/dist/components/Table/Table.css +126 -0
  97. package/dist/{index108.js → components/Table/Table2.js} +2 -2
  98. package/dist/components/Tabs/Tabs.css +112 -0
  99. package/dist/{index110.js → components/Tabs/Tabs2.js} +2 -2
  100. package/dist/components/Tag/Tag.css +64 -0
  101. package/dist/{index106.js → components/Tag/Tag2.js} +3 -3
  102. package/dist/components/Textarea/Textarea.css +52 -0
  103. package/dist/{index112.js → components/Textarea/Textarea2.js} +3 -3
  104. package/dist/components/Tooltip/Tooltip.css +26 -0
  105. package/dist/{index114.js → components/Tooltip/Tooltip2.js} +2 -2
  106. package/dist/components/TreeView/TreeView.css +109 -0
  107. package/dist/{index116.js → components/TreeView/TreeView2.js} +2 -2
  108. package/dist/components/UtilityButton/UtilityButton.css +90 -0
  109. package/dist/{index118.js → components/UtilityButton/UtilityButton2.js} +2 -2
  110. package/dist/components/VideoPlayer/VideoPlayer.css +41 -0
  111. package/dist/{index120.js → components/VideoPlayer/VideoPlayer2.js} +2 -2
  112. package/dist/{index33.js → hooks/useDisclosure.js} +1 -1
  113. package/dist/{index34.js → hooks/useFocusTrap.js} +1 -1
  114. package/dist/index.cjs +380 -4450
  115. package/dist/index.js +65 -63
  116. package/dist/src/components/GaugeChart/GaugeChart.d.ts +17 -0
  117. package/dist/src/components/GaugeChart/GaugeChart.test.d.ts +1 -0
  118. package/dist/src/components/GaugeChart/index.d.ts +1 -0
  119. package/dist/src/components/LineBarCharts/LineBarChart.d.ts +2 -0
  120. package/dist/src/components/Sparkline/Sparkline.d.ts +15 -0
  121. package/dist/src/components/Sparkline/Sparkline.test.d.ts +1 -0
  122. package/dist/src/components/Sparkline/index.d.ts +1 -0
  123. package/dist/src/index.d.ts +2 -0
  124. package/dist/styles/theme.css +779 -0
  125. package/dist/styles.css +124 -5
  126. package/dist/{index19.js → utils/FieldWrapper.js} +1 -1
  127. package/package.json +8 -4
  128. package/theme.starter.css +57 -0
  129. package/dist/index43.js +0 -16
  130. package/dist/index44.js +0 -4232
  131. /package/dist/{index3.js → a11y/index.js} +0 -0
  132. /package/dist/{index30.js → hooks/useAnchoredPosition.js} +0 -0
  133. /package/dist/{index31.js → hooks/useComposedRefs.js} +0 -0
  134. /package/dist/{index32.js → hooks/useControllableState.js} +0 -0
  135. /package/dist/{index35.js → hooks/useListNavigation.js} +0 -0
  136. /package/dist/{index36.js → hooks/useOutsideInteraction.js} +0 -0
  137. /package/dist/{index4.js → utils/cx.js} +0 -0
@@ -0,0 +1,779 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ :root {
6
+ --color-base-white: #ffffff;
7
+ --color-base-black: #0b0b0f;
8
+ --color-gray-50: #f8fafc;
9
+ --color-gray-100: #f1f5f9;
10
+ --color-gray-200: #e2e8f0;
11
+ --color-gray-300: #cbd5e1;
12
+ --color-gray-400: #94a3b8;
13
+ --color-gray-500: #64748b;
14
+ --color-gray-600: #475569;
15
+ --color-gray-700: #334155;
16
+ --color-gray-800: #1e293b;
17
+ --color-gray-900: #0f172a;
18
+ --color-brand-50: #eff6ff;
19
+ --color-brand-100: #dbeafe;
20
+ --color-brand-200: #bfdbfe;
21
+ --color-brand-300: #93c5fd;
22
+ --color-brand-400: #60a5fa;
23
+ --color-brand-500: #3b82f6;
24
+ --color-brand-600: #2563eb;
25
+ --color-brand-700: #1d4ed8;
26
+ --color-brand-800: #1e40af;
27
+ --color-brand-900: #1e3a8a;
28
+ --color-success-50: #ecfdf3;
29
+ --color-success-100: #d1fadf;
30
+ --color-success-200: #a6f4c5;
31
+ --color-success-300: #6ce9a6;
32
+ --color-success-400: #32d583;
33
+ --color-success-500: #12b76a;
34
+ --color-success-600: #039855;
35
+ --color-success-700: #027a48;
36
+ --color-success-800: #05603a;
37
+ --color-success-900: #054f31;
38
+ --color-warning-50: #fffaeb;
39
+ --color-warning-100: #fef0c7;
40
+ --color-warning-200: #fedf89;
41
+ --color-warning-300: #fec84b;
42
+ --color-warning-400: #fdb022;
43
+ --color-warning-500: #f79009;
44
+ --color-warning-600: #dc6803;
45
+ --color-warning-700: #b54708;
46
+ --color-warning-800: #93370d;
47
+ --color-warning-900: #7a2e0e;
48
+ --color-danger-50: #fef3f2;
49
+ --color-danger-100: #fee4e2;
50
+ --color-danger-200: #fecdca;
51
+ --color-danger-300: #fda29b;
52
+ --color-danger-400: #f97066;
53
+ --color-danger-500: #f04438;
54
+ --color-danger-600: #d92d20;
55
+ --color-danger-700: #b42318;
56
+ --color-danger-800: #912018;
57
+ --color-danger-900: #7a271a;
58
+ --shadow-sm: 0 1px 2px rgb(15 23 42 / 0.08);
59
+ --shadow-md: 0 8px 24px rgb(15 23 42 / 0.12);
60
+ --shadow-lg: 0 18px 48px rgb(15 23 42 / 0.16);
61
+ --shadow-focus: 0 0 0 3px rgb(59 130 246 / 0.35);
62
+ --space-0: 0rem;
63
+ --space-1: 0.25rem;
64
+ --space-2: 0.5rem;
65
+ --space-3: 0.75rem;
66
+ --space-4: 1rem;
67
+ --space-5: 1.25rem;
68
+ --space-6: 1.5rem;
69
+ --space-7: 1.75rem;
70
+ --space-8: 2rem;
71
+ --space-9: 2.25rem;
72
+ --space-10: 2.5rem;
73
+ --space-11: 2.75rem;
74
+ --space-12: 3rem;
75
+ --space-13: 3.25rem;
76
+ --space-14: 3.5rem;
77
+ --space-16: 4rem;
78
+ --radius-sm: 0.375rem;
79
+ --radius-md: 0.5rem;
80
+ --radius-lg: 0.75rem;
81
+ --radius-full: 9999px;
82
+ --size-control-sm: 2.25rem;
83
+ --size-control-md: 2.5rem;
84
+ --size-control-lg: 3rem;
85
+ --size-icon-sm: 1rem;
86
+ --size-icon-md: 1.25rem;
87
+ --size-icon-lg: 1.5rem;
88
+ --font-family-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
89
+ --font-size-2xs: 0.6875rem;
90
+ --font-size-xs: 0.75rem;
91
+ --font-size-sm: 0.875rem;
92
+ --font-size-md: 1rem;
93
+ --font-size-lg: 1.125rem;
94
+ --font-size-xl: 1.25rem;
95
+ --font-size-2xl: 1.5rem;
96
+ --font-size-3xl: 1.75rem;
97
+ --font-size-4xl: 2.25rem;
98
+ --font-size-5xl: 2.5rem;
99
+ --font-line-height-tight: 1.2;
100
+ --font-line-height-normal: 1.5;
101
+ --font-weight-regular: 400;
102
+ --font-weight-medium: 500;
103
+ --font-weight-semibold: 600;
104
+ --color-semantic-background-default: var(--color-base-white);
105
+ --color-semantic-background-subtle: var(--color-gray-50);
106
+ --color-semantic-background-raised: var(--color-base-white);
107
+ --color-semantic-background-disabled: var(--color-gray-100);
108
+ --color-semantic-text-default: var(--color-gray-900);
109
+ --color-semantic-text-muted: var(--color-gray-500);
110
+ --color-semantic-text-subtle: var(--color-gray-600);
111
+ --color-semantic-text-inverse: var(--color-base-white);
112
+ --color-semantic-text-disabled: var(--color-gray-400);
113
+ --color-semantic-border-muted: var(--color-gray-100);
114
+ --color-semantic-border-default: var(--color-gray-200);
115
+ --color-semantic-border-strong: var(--color-gray-300);
116
+ --color-semantic-border-focus: var(--color-brand-500);
117
+ --color-semantic-border-disabled: var(--color-gray-200);
118
+ --color-semantic-action-primary: var(--color-brand-700);
119
+ --color-semantic-action-primary-hover: var(--color-brand-800);
120
+ --color-semantic-action-primary-active: var(--color-brand-900);
121
+ --color-semantic-action-primary-text: var(--color-base-white);
122
+ --color-semantic-action-secondary: var(--color-gray-100);
123
+ --color-semantic-action-secondary-hover: var(--color-gray-200);
124
+ --color-semantic-action-secondary-text: var(--color-gray-900);
125
+ --color-semantic-status-success-background: var(--color-success-50);
126
+ --color-semantic-status-success-border: var(--color-success-200);
127
+ --color-semantic-status-success-foreground: var(--color-success-700);
128
+ --color-semantic-status-success-bright: var(--color-success-500);
129
+ --color-semantic-status-warning-background: var(--color-warning-50);
130
+ --color-semantic-status-warning-border: var(--color-warning-200);
131
+ --color-semantic-status-warning-foreground: var(--color-warning-700);
132
+ --color-semantic-status-warning-bright: var(--color-warning-500);
133
+ --color-semantic-status-danger-background: var(--color-danger-50);
134
+ --color-semantic-status-danger-border: var(--color-danger-200);
135
+ --color-semantic-status-danger-foreground: var(--color-danger-700);
136
+ --color-semantic-status-danger-bright: var(--color-danger-500);
137
+ }
138
+
139
+ /* Breakpoints — mobile-first min-width. Resolved at build time by postcss-custom-media. */
140
+
141
+ :root {
142
+ color-scheme: light;
143
+
144
+ /* Interaction aliases */
145
+ --pf-focus-ring-color: var(--color-semantic-border-focus, var(--color-brand-500));
146
+ --pf-focus-ring-width: 3px;
147
+ --pf-focus-ring-offset: 2px;
148
+ --pf-focus-ring: 0 0 0 var(--pf-focus-ring-width)
149
+ color-mix(in srgb, var(--pf-focus-ring-color) 35%, transparent);
150
+ --pf-focus-outline: var(--pf-focus-ring-width) solid var(--pf-focus-ring-color);
151
+ --pf-transition-fast: 120ms ease;
152
+ --pf-transition-medium: 180ms ease;
153
+
154
+ /* Control aliases */
155
+ --pf-control-height-sm: var(--size-control-sm, 36px);
156
+ --pf-control-height-md: var(--size-control-md, 40px);
157
+ --pf-control-height-lg: var(--size-control-lg, 48px);
158
+ --pf-control-padding-x-sm: var(--space-3);
159
+ --pf-control-padding-x-md: var(--space-3);
160
+ --pf-control-padding-x-lg: var(--space-5);
161
+ --pf-control-radius: var(--radius-md);
162
+ --pf-control-border: var(--color-semantic-border-default);
163
+ --pf-control-border-hover: var(--color-semantic-border-strong);
164
+ --pf-control-border-focus: var(
165
+ --color-semantic-border-focus,
166
+ var(--color-semantic-action-primary)
167
+ );
168
+ --pf-control-bg: var(--color-semantic-background-default);
169
+ --pf-control-bg-disabled: var(--color-semantic-background-disabled, var(--color-gray-100));
170
+ --pf-control-text: var(--color-semantic-text-default);
171
+ --pf-control-text-muted: var(--color-semantic-text-muted);
172
+ --pf-control-text-disabled: var(--color-semantic-text-disabled, var(--color-gray-400));
173
+
174
+ /* Overlay aliases */
175
+ --pf-z-index-dropdown: 1000;
176
+ --pf-z-index-popover: 1100;
177
+ --pf-z-index-modal: 1200;
178
+
179
+ /* Button aliases */
180
+ --pf-button-primary-bg: var(--color-semantic-action-primary);
181
+ --pf-button-primary-bg-hover: var(--color-semantic-action-primary-hover);
182
+ --pf-button-primary-text: var(--color-semantic-action-primary-text);
183
+ --pf-button-secondary-bg: var(--color-semantic-background-default);
184
+ --pf-button-secondary-bg-hover: var(--color-semantic-background-subtle);
185
+ --pf-button-secondary-border: var(--color-semantic-border-default);
186
+ --pf-button-secondary-border-hover: var(--color-semantic-border-strong);
187
+ --pf-button-secondary-text: var(--color-semantic-text-default);
188
+ --pf-button-ghost-text: var(--color-semantic-text-default);
189
+ --pf-button-ghost-bg-hover: var(--color-semantic-background-subtle);
190
+
191
+ /* Field/input aliases */
192
+ --pf-field-label: var(--color-semantic-text-default);
193
+ --pf-field-description: var(--color-semantic-text-muted);
194
+ --pf-field-error: var(--color-semantic-status-danger-foreground);
195
+ --pf-input-bg: var(--pf-control-bg);
196
+ --pf-input-border: var(--pf-control-border);
197
+ --pf-input-text: var(--pf-control-text);
198
+ --pf-input-placeholder: var(--pf-control-text-muted);
199
+
200
+ /* Surface/select aliases */
201
+ --pf-surface-bg: var(
202
+ --color-semantic-background-raised,
203
+ var(--color-semantic-background-default)
204
+ );
205
+ --pf-surface-subtle: var(--color-semantic-background-subtle);
206
+ --pf-surface-border: var(--color-semantic-border-default);
207
+ --pf-surface-border-strong: var(--color-semantic-border-strong);
208
+ --pf-select-menu-bg: var(--pf-surface-bg);
209
+ --pf-select-menu-border: var(--pf-surface-border-strong);
210
+ --pf-select-option-active-bg: var(--color-semantic-action-primary);
211
+ --pf-select-option-active-text: var(--color-semantic-action-primary-text);
212
+
213
+ /* Overlay and elevation color aliases */
214
+ --pf-overlay-backdrop: color-mix(in srgb, var(--color-gray-900) 48%, transparent);
215
+ --pf-elevation-overlay-shadow: 0 24px 60px
216
+ color-mix(in srgb, var(--color-gray-900) 18%, transparent);
217
+ --pf-elevation-popover-shadow: 0 14px 30px
218
+ color-mix(in srgb, var(--color-base-black) 12%, transparent);
219
+ --pf-elevation-floating-shadow: 0 16px 32px
220
+ color-mix(in srgb, var(--color-gray-900) 8%, transparent);
221
+ --pf-elevation-tab-active-shadow: 0 1px 2px
222
+ color-mix(in srgb, var(--color-gray-900) 12%, transparent);
223
+ --pf-elevation-tooltip-shadow: 0 10px 24px
224
+ color-mix(in srgb, var(--color-base-black) 24%, transparent);
225
+ --pf-control-thumb-outline-shadow: 0 0 0 1px
226
+ color-mix(in srgb, var(--color-base-black) 6%, transparent);
227
+
228
+ /* Slider geometry aliases */
229
+ --pf-slider-track-height: 0.5rem;
230
+ --pf-slider-thumb-size: 1.125rem;
231
+
232
+ /* Tabs geometry aliases */
233
+ --pf-tabs-tab-padding-y-md: 0.625rem;
234
+ --pf-tabs-tab-padding-x-md: 0.875rem;
235
+ --pf-tabs-underline-width: 2px;
236
+
237
+ /* Calendar aliases */
238
+ --pf-calendar-bg: var(--color-semantic-background-default);
239
+ --pf-calendar-border: var(--color-semantic-border-default);
240
+ --pf-calendar-text: var(--color-semantic-text-default);
241
+ --pf-calendar-text-muted: var(--color-semantic-text-muted);
242
+ --pf-calendar-bg-subtle: var(--color-semantic-background-subtle);
243
+ --pf-calendar-today-bg: var(--color-semantic-status-warning-background);
244
+ --pf-calendar-today-border: var(--color-semantic-status-warning-border);
245
+ --pf-calendar-selected-bg: var(--color-semantic-action-primary);
246
+ --pf-calendar-selected-text: var(--color-semantic-action-primary-text);
247
+ --pf-calendar-selected-bg-hover: var(--color-semantic-action-primary-hover);
248
+ --pf-calendar-invalid-border: var(--color-semantic-status-danger-border);
249
+
250
+ /* Breadcrumbs aliases */
251
+ --pf-breadcrumbs-link-color: var(--color-semantic-text-muted);
252
+ --pf-breadcrumbs-link-hover-color: var(--color-semantic-text-default);
253
+ --pf-breadcrumbs-link-current-color: var(--color-semantic-text-default);
254
+ --pf-breadcrumbs-separator-color: var(--color-semantic-text-muted);
255
+
256
+ /* ProgressIndicators aliases */
257
+ --pf-progress-track-bg: var(--pf-surface-subtle);
258
+ --pf-progress-accent: var(--color-semantic-action-primary);
259
+ --pf-progress-text: var(--color-semantic-text-default);
260
+ --pf-progress-text-muted: var(--color-semantic-text-muted);
261
+
262
+ /* RadioGroup aliases */
263
+ --pf-radiogroup-text: var(--color-semantic-text-default);
264
+ --pf-radiogroup-text-muted: var(--color-semantic-text-muted);
265
+ --pf-radiogroup-accent: var(--color-semantic-action-primary);
266
+
267
+ /* SidebarNavigation aliases */
268
+ --pf-sidebar-nav-bg: var(--color-semantic-background-default);
269
+ --pf-sidebar-nav-border: var(--color-semantic-border-default);
270
+ --pf-sidebar-nav-text: var(--color-semantic-text-default);
271
+ --pf-sidebar-nav-text-muted: var(--color-semantic-text-muted);
272
+ --pf-sidebar-nav-bg-subtle: var(--color-semantic-background-subtle);
273
+
274
+ /* Tabs aliases */
275
+ --pf-tabs-border: var(--color-semantic-border-default);
276
+ --pf-tabs-bg-subtle: var(--color-semantic-background-subtle);
277
+ --pf-tabs-bg: var(--color-semantic-background-default);
278
+ --pf-tabs-text: var(--color-semantic-text-default);
279
+ --pf-tabs-text-muted: var(--color-semantic-text-muted);
280
+
281
+ /* SlideoutMenu aliases */
282
+ --pf-slideout-bg: var(--color-semantic-background-default);
283
+ --pf-slideout-border: var(--color-semantic-border-default);
284
+ --pf-slideout-text: var(--color-semantic-text-default);
285
+ --pf-slideout-text-muted: var(--color-semantic-text-muted);
286
+ --pf-slideout-bg-subtle: var(--color-semantic-background-subtle);
287
+
288
+ /* Metrics aliases */
289
+ --pf-metric-bg: var(--color-semantic-background-default);
290
+ --pf-metric-border: var(--color-semantic-border-default);
291
+ --pf-metric-text: var(--color-semantic-text-default);
292
+ --pf-metric-text-muted: var(--color-semantic-text-muted);
293
+ --pf-metric-bg-subtle: var(--color-semantic-background-subtle);
294
+ --pf-metric-success-bg: var(--color-semantic-status-success-background);
295
+ --pf-metric-success-text: var(--color-semantic-status-success-foreground);
296
+ --pf-metric-danger-bg: var(--color-semantic-status-danger-background);
297
+ --pf-metric-danger-text: var(--color-semantic-status-danger-foreground);
298
+
299
+ /* Dropdown additions */
300
+ --pf-dropdown-text: var(--color-semantic-text-default);
301
+ --pf-dropdown-text-muted: var(--color-semantic-text-muted);
302
+ --pf-dropdown-text-danger: var(--color-semantic-status-danger-foreground);
303
+ --pf-dropdown-icon-danger: var(--color-danger-500);
304
+
305
+ /* Pagination aliases */
306
+ --pf-pagination-bg: var(--color-semantic-background-default);
307
+ --pf-pagination-border: var(--color-semantic-border-muted);
308
+ --pf-pagination-text: var(--color-semantic-text-default);
309
+ --pf-pagination-text-muted: var(--color-semantic-text-muted);
310
+ --pf-pagination-active-bg: var(--color-semantic-action-primary);
311
+ --pf-pagination-active-text: var(--color-semantic-action-primary-text);
312
+ --pf-pagination-active-hover-bg: var(--color-semantic-action-primary-hover);
313
+ --pf-pagination-active-border: var(--color-semantic-action-primary);
314
+
315
+ /* Rating aliases */
316
+ --pf-rating-text: var(--color-semantic-text-default);
317
+ --pf-rating-text-muted: var(--color-semantic-text-muted);
318
+ --pf-rating-star-empty: var(--color-gray-300);
319
+ --pf-rating-star-fill: var(--color-warning-500);
320
+ --pf-rating-badge-bg: var(--color-warning-50);
321
+ --pf-rating-badge-border: var(--color-warning-200);
322
+ --pf-rating-badge-text: var(--color-warning-700);
323
+ --pf-rating-badge-reviews: var(--color-warning-800);
324
+
325
+ /* SectionHeader aliases */
326
+ --pf-section-header-border: var(--color-semantic-border-default);
327
+ --pf-section-header-text: var(--color-semantic-text-default);
328
+ --pf-section-header-text-muted: var(--color-semantic-text-muted);
329
+
330
+ /* Card aliases */
331
+ --pf-card-background: var(--color-semantic-background-default);
332
+ --pf-card-border: var(--color-semantic-border-default);
333
+ --pf-card-footer-gap: var(--space-2);
334
+
335
+ /* ButtonGroup aliases */
336
+ --pf-buttongroup-bg: var(--color-semantic-background-default);
337
+ --pf-buttongroup-bg-subtle: var(--color-semantic-background-subtle);
338
+ --pf-buttongroup-border: var(--color-semantic-border-default);
339
+ --pf-buttongroup-text: var(--color-semantic-text-default);
340
+ --pf-buttongroup-action-primary: var(--color-semantic-action-primary);
341
+ --pf-buttongroup-action-primary-hover: var(--color-semantic-action-primary-hover);
342
+ --pf-buttongroup-action-primary-text: var(--color-semantic-action-primary-text);
343
+ --pf-buttongroup-dot-selected: var(--color-base-white);
344
+
345
+ /* RadioButton aliases */
346
+ --pf-radio-checked-color: var(--color-semantic-action-primary);
347
+ --pf-radio-label-text: var(--color-semantic-text-default);
348
+
349
+ /* UtilityButton aliases */
350
+ --pf-utility-btn-neutral-bg: var(--color-semantic-background-default);
351
+ --pf-utility-btn-neutral-border: var(--color-semantic-border-default);
352
+ --pf-utility-btn-neutral-text: var(--color-semantic-text-default);
353
+ --pf-utility-btn-neutral-bg-hover: var(--color-semantic-background-subtle);
354
+ --pf-utility-btn-neutral-border-hover: var(--color-semantic-border-strong);
355
+ --pf-utility-btn-brand-bg: var(--color-brand-100);
356
+ --pf-utility-btn-brand-border: var(--color-brand-300);
357
+ --pf-utility-btn-brand-text: var(--color-brand-700);
358
+ --pf-utility-btn-brand-bg-hover: var(--color-brand-200);
359
+ --pf-utility-btn-danger-bg: var(--color-semantic-status-danger-background);
360
+ --pf-utility-btn-danger-border: var(--color-semantic-status-danger-border);
361
+ --pf-utility-btn-danger-text: var(--color-semantic-status-danger-foreground);
362
+ --pf-utility-btn-danger-bg-hover: var(--color-danger-100);
363
+
364
+ /* GaugeChart aliases */
365
+ --pf-gauge-color: var(--color-semantic-action-primary);
366
+ --pf-gauge-track-color: var(--color-semantic-background-subtle);
367
+ --pf-gauge-center-bg: var(--color-semantic-background-default);
368
+ --pf-gauge-label-color: var(--color-semantic-text-default);
369
+ --pf-gauge-label-size: var(--font-size-2xl);
370
+ --pf-gauge-sub-label-color: var(--color-semantic-text-muted);
371
+
372
+ /* Sparkline aliases */
373
+ --pf-sparkline-color: var(--color-semantic-action-primary);
374
+
375
+ /* TreeView aliases */
376
+ --pf-treeview-bg: var(--color-semantic-background-default);
377
+ --pf-treeview-border: var(--color-semantic-border-default);
378
+ --pf-treeview-text: var(--color-semantic-text-default);
379
+ --pf-treeview-text-muted: var(--color-semantic-text-muted);
380
+ --pf-treeview-bg-subtle: var(--color-semantic-background-subtle);
381
+
382
+ /* Input additions */
383
+ --pf-field-required: var(--color-semantic-status-danger-foreground);
384
+ --pf-input-focus-border: var(--color-semantic-action-primary);
385
+ --pf-input-invalid-border: var(--color-semantic-status-danger-border);
386
+ --pf-control-border-disabled: var(--color-gray-200);
387
+
388
+ /* RichTextEditor aliases */
389
+ --pf-rte-bg: var(--color-semantic-background-default);
390
+ --pf-rte-bg-subtle: var(--color-semantic-background-subtle);
391
+ --pf-rte-border: var(--color-semantic-border-default);
392
+ --pf-rte-text: var(--color-semantic-text-default);
393
+ --pf-rte-text-muted: var(--color-semantic-text-muted);
394
+ --pf-rte-focus-border: var(--color-semantic-action-primary);
395
+ --pf-rte-invalid-border: var(--color-semantic-status-danger-border);
396
+
397
+ /* Notification aliases */
398
+ --pf-notification-bg: var(--color-semantic-background-default);
399
+ --pf-notification-border: var(--color-semantic-border-default);
400
+ --pf-notification-text: var(--color-semantic-text-default);
401
+ --pf-notification-text-muted: var(--color-semantic-text-muted);
402
+ --pf-notification-bg-subtle: var(--color-semantic-background-subtle);
403
+ --pf-notification-info-bg: var(--color-brand-50);
404
+ --pf-notification-info-border: var(--color-brand-300);
405
+ --pf-notification-info-icon: var(--color-brand-700);
406
+ --pf-notification-info-title: var(--color-brand-800);
407
+ --pf-notification-info-hover-bg: var(--color-brand-100);
408
+ --pf-notification-info-hover-icon: var(--color-brand-800);
409
+ --pf-notification-success-bg: var(--color-semantic-status-success-background);
410
+ --pf-notification-success-border: var(--color-semantic-status-success-border);
411
+ --pf-notification-success-icon: var(--color-semantic-status-success-foreground);
412
+ --pf-notification-warning-bg: var(--color-semantic-status-warning-background);
413
+ --pf-notification-warning-border: var(--color-semantic-status-warning-border);
414
+ --pf-notification-warning-icon: var(--color-semantic-status-warning-foreground);
415
+ --pf-notification-danger-bg: var(--color-semantic-status-danger-background);
416
+ --pf-notification-danger-border: var(--color-semantic-status-danger-border);
417
+ --pf-notification-danger-icon: var(--color-semantic-status-danger-foreground);
418
+
419
+ /* Alert aliases */
420
+ --pf-alert-border: var(--color-semantic-border-default);
421
+ --pf-alert-info-background: var(--color-brand-50);
422
+ --pf-alert-info-border: var(--color-brand-300);
423
+ --pf-alert-info-foreground: var(--color-brand-800);
424
+ --pf-alert-success-background: var(--color-semantic-status-success-background);
425
+ --pf-alert-success-border: var(--color-semantic-status-success-border);
426
+ --pf-alert-success-foreground: var(--color-semantic-status-success-foreground);
427
+ --pf-alert-warning-background: var(--color-semantic-status-warning-background);
428
+ --pf-alert-warning-border: var(--color-semantic-status-warning-border);
429
+ --pf-alert-warning-foreground: var(--color-semantic-status-warning-foreground);
430
+ --pf-alert-danger-background: var(--color-semantic-status-danger-background);
431
+ --pf-alert-danger-border: var(--color-semantic-status-danger-border);
432
+ --pf-alert-danger-foreground: var(--color-semantic-status-danger-foreground);
433
+
434
+ /* VideoPlayer aliases */
435
+ --pf-videoplayer-bg: var(--color-base-black);
436
+ --pf-videoplayer-border: var(--color-semantic-border-default);
437
+ --pf-videoplayer-text-muted: var(--color-semantic-text-muted);
438
+ --pf-videoplayer-invalid-border: var(--color-semantic-status-danger-border);
439
+
440
+ /* RadarChart aliases */
441
+ --pf-radar-grid-stroke: var(--color-semantic-border-default);
442
+ --pf-radar-axis-stroke: var(--color-semantic-border-muted);
443
+ --pf-radar-point-stroke: var(--color-semantic-background-default);
444
+ --pf-radar-label: var(--color-semantic-text-muted);
445
+ --pf-radar-legend-text: var(--color-semantic-text-default);
446
+ --pf-radar-legend-value: var(--color-semantic-text-muted);
447
+ --pf-radar-empty-border: var(--color-semantic-border-default);
448
+ --pf-radar-empty-text: var(--color-semantic-text-muted);
449
+
450
+ /* DatePicker aliases */
451
+ --pf-datepicker-bg: var(--color-semantic-background-default);
452
+ --pf-datepicker-bg-subtle: var(--color-semantic-background-subtle);
453
+ --pf-datepicker-border: var(--color-semantic-border-default);
454
+ --pf-datepicker-border-strong: var(--color-semantic-border-strong);
455
+ --pf-datepicker-text: var(--color-semantic-text-default);
456
+ --pf-datepicker-text-muted: var(--color-semantic-text-muted);
457
+ --pf-datepicker-focus-border: var(--color-semantic-action-primary);
458
+ --pf-datepicker-invalid-border: var(--color-semantic-status-danger-border);
459
+
460
+ /* BadgeGroup aliases */
461
+ --pf-badgegroup-gray-100: var(--color-gray-100);
462
+ --pf-badgegroup-gray-200: var(--color-gray-200);
463
+ --pf-badgegroup-gray-700: var(--color-gray-700);
464
+ --pf-badgegroup-brand-100: var(--color-brand-100);
465
+ --pf-badgegroup-brand-300: var(--color-brand-300);
466
+ --pf-badgegroup-brand-700: var(--color-brand-700);
467
+ --pf-badgegroup-danger-bg: var(--color-semantic-status-danger-background);
468
+ --pf-badgegroup-danger-border: var(--color-semantic-status-danger-border);
469
+ --pf-badgegroup-danger-text: var(--color-semantic-status-danger-foreground);
470
+ --pf-badgegroup-warning-bg: var(--color-semantic-status-warning-background);
471
+ --pf-badgegroup-warning-border: var(--color-semantic-status-warning-border);
472
+ --pf-badgegroup-warning-text: var(--color-semantic-status-warning-foreground);
473
+ --pf-badgegroup-success-bg: var(--color-semantic-status-success-background);
474
+ --pf-badgegroup-success-border: var(--color-semantic-status-success-border);
475
+ --pf-badgegroup-success-text: var(--color-semantic-status-success-foreground);
476
+
477
+ /* Checkbox aliases */
478
+ --pf-checkbox-bg: var(--color-semantic-background-default);
479
+ --pf-checkbox-border: var(--color-semantic-border-default);
480
+ --pf-checkbox-checked-bg: var(--color-semantic-action-primary);
481
+ --pf-checkbox-check-color: var(--color-semantic-action-primary-text);
482
+ --pf-checkbox-label-text: var(--color-semantic-text-default);
483
+
484
+ /* Slider aliases */
485
+ --pf-slider-text: var(--color-semantic-text-default);
486
+ --pf-slider-text-muted: var(--color-semantic-text-muted);
487
+ --pf-slider-error-text: var(--color-semantic-status-danger-foreground);
488
+ --pf-slider-action: var(--color-semantic-action-primary);
489
+ --pf-slider-border: var(--color-semantic-border-default);
490
+ --pf-slider-bg: var(--color-semantic-background-default);
491
+ --pf-slider-danger-fill: var(--color-danger-500);
492
+
493
+ /* PageHeader aliases */
494
+ --pf-page-header-eyebrow: var(--color-semantic-action-primary);
495
+ --pf-page-header-text: var(--color-semantic-text-default);
496
+ --pf-page-header-text-muted: var(--color-semantic-text-muted);
497
+
498
+ /* Carousel aliases */
499
+ --pf-carousel-bg: var(--color-semantic-background-default);
500
+ --pf-carousel-border: var(--color-semantic-border-default);
501
+ --pf-carousel-viewport-bg: var(--color-semantic-background-subtle);
502
+ --pf-carousel-slide-text: var(--color-semantic-text-default);
503
+ --pf-carousel-empty-text: var(--color-semantic-text-muted);
504
+ --pf-carousel-nav-text: var(--color-semantic-text-muted);
505
+ --pf-carousel-nav-hover-bg: var(--color-semantic-background-subtle);
506
+ --pf-carousel-nav-hover-text: var(--color-semantic-text-default);
507
+ --pf-carousel-indicator-bg: var(--color-semantic-border-default);
508
+ --pf-carousel-indicator-active-bg: var(--color-semantic-action-primary);
509
+
510
+ /* PieChart aliases */
511
+ --pf-piechart-border-muted: var(--color-semantic-border-muted);
512
+ --pf-piechart-bg: var(--color-semantic-background-default);
513
+ --pf-piechart-text: var(--color-semantic-text-default);
514
+ --pf-piechart-text-muted: var(--color-semantic-text-muted);
515
+
516
+ /* ContentDivider aliases */
517
+ --pf-content-divider-text: var(--color-semantic-text-muted);
518
+ --pf-content-divider-line: var(--color-semantic-border-default);
519
+
520
+ /* Textarea aliases */
521
+ --pf-textarea-bg: var(--color-semantic-background-default);
522
+ --pf-textarea-border: var(--color-semantic-border-default);
523
+ --pf-textarea-text: var(--color-semantic-text-default);
524
+ --pf-textarea-text-muted: var(--color-semantic-text-muted);
525
+ --pf-textarea-focus-border: var(--color-semantic-action-primary);
526
+ --pf-textarea-invalid-border: var(--color-semantic-status-danger-border);
527
+
528
+ /* Table aliases */
529
+ --pf-table-bg: var(--color-semantic-background-default);
530
+ --pf-table-bg-subtle: var(--color-semantic-background-subtle);
531
+ --pf-table-border: var(--color-semantic-border-default);
532
+ --pf-table-text: var(--color-semantic-text-default);
533
+ --pf-table-text-muted: var(--color-semantic-text-muted);
534
+
535
+ /* LoadingIndicators aliases */
536
+ --pf-loading-border: var(--color-semantic-border-default);
537
+ --pf-loading-accent: var(--color-semantic-action-primary);
538
+ --pf-loading-bg-subtle: var(--color-semantic-background-subtle);
539
+
540
+ /* Avatar aliases */
541
+ --pf-avatar-text: var(--color-semantic-text-default);
542
+ --pf-avatar-status-border: var(--pf-surface-bg);
543
+ --pf-avatar-status-online: var(--color-semantic-status-success-bright);
544
+ --pf-avatar-status-away: var(--color-semantic-status-warning-bright);
545
+ --pf-avatar-status-busy: var(--color-semantic-status-danger-bright);
546
+ --pf-avatar-status-offline: var(--color-semantic-text-muted);
547
+
548
+ /* Switch aliases */
549
+ --pf-switch-track-bg: var(--color-gray-300);
550
+ --pf-switch-thumb-bg: var(--color-base-white);
551
+ --pf-switch-track-checked-bg: var(--color-semantic-action-primary);
552
+ --pf-switch-label-text: var(--color-semantic-text-default);
553
+
554
+ /* LineBarChart additions */
555
+ --pf-chart-text-muted: var(--color-semantic-text-muted);
556
+
557
+ /* InlineCTA aliases */
558
+ --pf-inline-cta-bg: var(--color-semantic-background-default);
559
+ --pf-inline-cta-border: var(--color-semantic-border-default);
560
+ --pf-inline-cta-text: var(--color-semantic-text-default);
561
+ --pf-inline-cta-text-muted: var(--color-semantic-text-muted);
562
+ --pf-inline-cta-info-bg: var(--color-brand-50);
563
+ --pf-inline-cta-info-border: var(--color-brand-300);
564
+ --pf-inline-cta-info-icon: var(--color-brand-700);
565
+ --pf-inline-cta-info-heading: var(--color-brand-800);
566
+ --pf-inline-cta-info-description: var(--color-brand-700);
567
+ --pf-inline-cta-success-bg: var(--color-semantic-status-success-background);
568
+ --pf-inline-cta-success-border: var(--color-semantic-status-success-border);
569
+ --pf-inline-cta-warning-bg: var(--color-semantic-status-warning-background);
570
+ --pf-inline-cta-warning-border: var(--color-semantic-status-warning-border);
571
+
572
+ /* Select additions */
573
+ --pf-select-focus-border: var(--color-semantic-action-primary);
574
+ --pf-select-invalid-border: var(--color-semantic-status-danger-border);
575
+
576
+ /* FileUploader aliases */
577
+ --pf-file-uploader-bg: var(--color-semantic-background-default);
578
+ --pf-file-uploader-bg-subtle: var(--color-semantic-background-subtle);
579
+ --pf-file-uploader-border: var(--color-semantic-border-default);
580
+ --pf-file-uploader-border-strong: var(--color-semantic-border-strong);
581
+ --pf-file-uploader-text: var(--color-semantic-text-default);
582
+ --pf-file-uploader-text-muted: var(--color-semantic-text-muted);
583
+ --pf-file-uploader-active-border: var(--color-semantic-action-primary);
584
+ --pf-file-uploader-invalid-border: var(--color-semantic-status-danger-border);
585
+
586
+ /* ProgressSteps aliases */
587
+ --pf-progress-steps-bg: var(--color-semantic-background-default);
588
+ --pf-progress-steps-border: var(--color-semantic-border-default);
589
+ --pf-progress-steps-text: var(--color-semantic-text-default);
590
+ --pf-progress-steps-text-muted: var(--color-semantic-text-muted);
591
+ --pf-progress-steps-complete-bg: var(--color-semantic-status-success-border);
592
+ --pf-progress-steps-complete-border: var(--color-semantic-status-success-border);
593
+ --pf-progress-steps-complete-text: var(--color-success-900);
594
+ --pf-progress-steps-current-bg: var(--color-semantic-status-success-foreground);
595
+ --pf-progress-steps-current-border: var(--color-semantic-status-success-foreground);
596
+ --pf-progress-steps-current-text: var(--color-base-white);
597
+ --pf-progress-steps-current-title: var(--color-semantic-status-success-foreground);
598
+
599
+ /* SectionFooter aliases */
600
+ --pf-section-footer-border: var(--color-semantic-border-default);
601
+ --pf-section-footer-text: var(--color-semantic-text-default);
602
+ --pf-section-footer-text-muted: var(--color-semantic-text-muted);
603
+
604
+ /* Modal aliases */
605
+ --pf-modal-bg: var(--color-semantic-background-default);
606
+ --pf-modal-border: var(--color-semantic-border-default);
607
+ --pf-modal-text: var(--color-semantic-text-default);
608
+ --pf-modal-text-muted: var(--color-semantic-text-muted);
609
+ --pf-modal-bg-subtle: var(--color-semantic-background-subtle);
610
+
611
+ /* MultiSelect aliases */
612
+ --pf-multiselect-bg: var(--color-semantic-background-default);
613
+ --pf-multiselect-bg-subtle: var(--color-semantic-background-subtle);
614
+ --pf-multiselect-border: var(--color-semantic-text-muted);
615
+ --pf-multiselect-text: var(--color-semantic-text-default);
616
+ --pf-multiselect-text-muted: var(--color-semantic-text-muted);
617
+ --pf-multiselect-focus-border: var(--color-semantic-action-primary);
618
+ --pf-multiselect-active-bg: var(--color-semantic-action-primary);
619
+ --pf-multiselect-active-text: var(--color-semantic-action-primary-text);
620
+ --pf-multiselect-invalid-border: var(--color-semantic-status-danger-border);
621
+
622
+ /* Tag aliases */
623
+ --pf-tag-neutral-bg: var(--color-gray-100);
624
+ --pf-tag-neutral-text: var(--color-gray-700);
625
+ --pf-tag-brand-bg: var(--color-brand-100);
626
+ --pf-tag-brand-text: var(--color-brand-700);
627
+ --pf-tag-success-bg: var(--color-semantic-status-success-background);
628
+ --pf-tag-success-text: var(--color-semantic-status-success-foreground);
629
+ --pf-tag-warning-bg: var(--color-semantic-status-warning-background);
630
+ --pf-tag-warning-text: var(--color-semantic-status-warning-foreground);
631
+
632
+ /* HeaderNavigation aliases */
633
+ --pf-header-nav-bg: var(--color-semantic-background-default);
634
+ --pf-header-nav-border: var(--color-semantic-border-default);
635
+ --pf-header-nav-text: var(--color-semantic-text-default);
636
+ --pf-header-nav-text-muted: var(--color-semantic-text-muted);
637
+ --pf-header-nav-bg-subtle: var(--color-semantic-background-subtle);
638
+
639
+ /* Dropdown geometry aliases */
640
+ --pf-dropdown-icon-size: 1rem;
641
+ --pf-dropdown-menu-gap: 2px;
642
+
643
+ /* Pagination geometry aliases */
644
+ --pf-pagination-page-size: 2rem;
645
+
646
+ /* Tooltip geometry aliases */
647
+ --pf-tooltip-padding-x: 0.625rem;
648
+
649
+ /* EmptyState aliases */
650
+ --pf-empty-state-icon: var(--color-semantic-text-muted);
651
+ --pf-empty-state-text: var(--color-semantic-text-default);
652
+ --pf-empty-state-text-muted: var(--color-semantic-text-muted);
653
+
654
+ /* Utility color aliases */
655
+ --pf-tooltip-bg: var(--color-gray-900);
656
+ --pf-tooltip-text: var(--color-base-white);
657
+ --pf-subtle-hover-overlay: color-mix(in srgb, var(--color-base-black) 8%, transparent);
658
+ }
659
+
660
+ [data-theme='dark'] {
661
+ color-scheme: dark;
662
+
663
+ --color-semantic-background-default: var(--color-gray-900);
664
+ --color-semantic-background-subtle: var(--color-gray-700);
665
+ --color-semantic-background-raised: var(--color-gray-800);
666
+ --color-semantic-background-disabled: var(--color-gray-800);
667
+ --color-semantic-text-default: var(--color-gray-50);
668
+ --color-semantic-text-muted: var(--color-gray-300);
669
+ --color-semantic-text-subtle: var(--color-gray-200);
670
+ --color-semantic-text-inverse: var(--color-gray-900);
671
+ --color-semantic-text-disabled: var(--color-gray-500);
672
+ --color-semantic-border-muted: var(--color-gray-800);
673
+ --color-semantic-border-default: var(--color-gray-700);
674
+ --color-semantic-border-strong: var(--color-gray-500);
675
+ --color-semantic-border-focus: var(--color-brand-400);
676
+
677
+ /* brand-600 (#2563eb) on white = ~5:1 — passes WCAG AA for normal text */
678
+ --color-semantic-action-primary: var(--color-brand-600);
679
+ --color-semantic-action-primary-hover: var(--color-brand-700);
680
+ --color-semantic-action-primary-active: var(--color-brand-800);
681
+ --color-semantic-action-primary-text: var(--color-base-white);
682
+ --color-semantic-action-secondary: var(--color-gray-800);
683
+ --color-semantic-action-secondary-hover: var(--color-gray-700);
684
+ --color-semantic-action-secondary-text: var(--color-gray-50);
685
+ --color-semantic-status-success-background: var(--color-success-900);
686
+ --color-semantic-status-success-border: var(--color-success-700);
687
+ --color-semantic-status-success-foreground: var(--color-success-300);
688
+ --color-semantic-status-success-bright: var(--color-success-400);
689
+ --color-semantic-status-warning-background: var(--color-warning-900);
690
+ --color-semantic-status-warning-border: var(--color-warning-700);
691
+ --color-semantic-status-warning-foreground: var(--color-warning-300);
692
+ --color-semantic-status-warning-bright: var(--color-warning-400);
693
+ --color-semantic-status-danger-background: var(--color-danger-900);
694
+ /* danger-600 (#d92d20) on gray-900 = 3.71:1 — danger-700 only gives 2.72:1 */
695
+ --color-semantic-status-danger-border: var(--color-danger-600);
696
+ --color-semantic-status-danger-foreground: var(--color-danger-300);
697
+ --color-semantic-status-danger-bright: var(--color-danger-400);
698
+
699
+ /* Info state overrides — light brand colors (brand-50/100/300) are invisible on dark surfaces */
700
+ --pf-notification-info-bg: var(--color-brand-900);
701
+ --pf-notification-info-border: var(--color-brand-700);
702
+ --pf-notification-info-icon: var(--color-brand-300);
703
+ --pf-notification-info-title: var(--color-brand-200);
704
+ --pf-notification-info-hover-bg: var(--color-brand-800);
705
+ --pf-notification-info-hover-icon: var(--color-brand-200);
706
+
707
+ --pf-alert-info-background: var(--color-brand-900);
708
+ --pf-alert-info-border: var(--color-brand-700);
709
+ --pf-alert-info-foreground: var(--color-brand-200);
710
+
711
+ --pf-inline-cta-info-bg: var(--color-brand-900);
712
+ --pf-inline-cta-info-border: var(--color-brand-700);
713
+ --pf-inline-cta-info-icon: var(--color-brand-300);
714
+ --pf-inline-cta-info-heading: var(--color-brand-200);
715
+ --pf-inline-cta-info-description: var(--color-brand-300);
716
+
717
+ --pf-badge-brand-background: var(--color-brand-900);
718
+ --pf-badge-brand-foreground: var(--color-brand-300);
719
+
720
+ --pf-badgegroup-brand-100: var(--color-brand-900);
721
+ --pf-badgegroup-brand-300: var(--color-brand-700);
722
+ --pf-badgegroup-brand-700: var(--color-brand-300);
723
+
724
+ --pf-tag-brand-bg: var(--color-brand-900);
725
+ --pf-tag-brand-text: var(--color-brand-300);
726
+
727
+ --pf-utility-btn-brand-bg: var(--color-brand-900);
728
+ --pf-utility-btn-brand-border: var(--color-brand-700);
729
+ --pf-utility-btn-brand-text: var(--color-brand-300);
730
+ --pf-utility-btn-brand-bg-hover: var(--color-brand-800);
731
+
732
+ /* Calendar — same border-default contrast issue as TreeView */
733
+ --pf-calendar-border: var(--color-semantic-border-strong);
734
+
735
+ /* GaugeChart — track uses background-subtle (gray-700) which is 1.72:1 against gray-900 */
736
+ --pf-gauge-track-color: var(--color-semantic-border-strong);
737
+
738
+ /* TreeView — border-default (gray-700) is 1.73:1 against gray-900, fails WCAG non-text contrast.
739
+ border-strong (gray-500) gives 3.75:1. */
740
+ --pf-treeview-border: var(--color-semantic-border-strong);
741
+
742
+ --pf-focus-ring: 0 0 0 var(--pf-focus-ring-width)
743
+ color-mix(in srgb, var(--pf-focus-ring-color) 45%, transparent);
744
+ }
745
+
746
+ *,
747
+ *::before,
748
+ *::after {
749
+ box-sizing: border-box;
750
+ }
751
+
752
+ body {
753
+ margin: 0;
754
+ font-family: var(--font-family-sans);
755
+ color: var(--color-semantic-text-default);
756
+ background: var(--color-semantic-background-default);
757
+ }
758
+
759
+ .pf-sr-only {
760
+ position: absolute;
761
+ width: 1px;
762
+ height: 1px;
763
+ padding: 0;
764
+ margin: -1px;
765
+ overflow: hidden;
766
+ clip: rect(0, 0, 0, 0);
767
+ white-space: nowrap;
768
+ border: 0;
769
+ }
770
+
771
+ .pf-focus-ring:focus-visible {
772
+ box-shadow: var(--pf-focus-ring);
773
+ outline: none;
774
+ }
775
+
776
+ .pf-focus-outline:focus-visible {
777
+ outline: var(--pf-focus-outline);
778
+ outline-offset: var(--pf-focus-ring-offset);
779
+ }