@patternfly/patternfly 4.194.4 → 4.196.1

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 (184) hide show
  1. package/base/_globals.scss +7 -0
  2. package/base/_variables.scss +9 -0
  3. package/base/patternfly-globals.css +4 -0
  4. package/base/patternfly-variables.css +85 -0
  5. package/components/AboutModalBox/about-modal-box.css +28 -0
  6. package/components/AboutModalBox/about-modal-box.scss +7 -0
  7. package/components/AboutModalBox/themes/dark/about-modal-box.scss +4 -6
  8. package/components/Accordion/accordion.css +6 -0
  9. package/components/Accordion/accordion.scss +7 -0
  10. package/components/Accordion/themes/dark/accordion.scss +3 -1
  11. package/components/Alert/alert.css +14 -0
  12. package/components/Alert/alert.scss +7 -0
  13. package/components/Alert/themes/dark/alert.scss +3 -1
  14. package/components/AppLauncher/app-launcher.css +12 -0
  15. package/components/AppLauncher/app-launcher.scss +7 -0
  16. package/components/AppLauncher/themes/dark/app-launcher.scss +3 -1
  17. package/components/Badge/badge.css +5 -0
  18. package/components/Badge/badge.scss +7 -0
  19. package/components/Badge/themes/dark/badge.scss +3 -1
  20. package/components/Banner/banner.css +31 -0
  21. package/components/Banner/banner.scss +7 -0
  22. package/components/Banner/themes/dark/banner.scss +4 -2
  23. package/components/Breadcrumb/breadcrumb.css +4 -0
  24. package/components/Breadcrumb/breadcrumb.scss +7 -0
  25. package/components/Breadcrumb/themes/dark/breadcrumb.scss +3 -1
  26. package/components/Button/button.css +38 -0
  27. package/components/Button/button.scss +7 -0
  28. package/components/Button/themes/dark/button.scss +3 -1
  29. package/components/CalendarMonth/calendar-month.css +22 -0
  30. package/components/CalendarMonth/calendar-month.scss +7 -0
  31. package/components/CalendarMonth/themes/dark/calendar-month.scss +3 -1
  32. package/components/Chip/chip.css +6 -0
  33. package/components/Chip/chip.scss +7 -0
  34. package/components/Chip/themes/dark/chip.scss +3 -1
  35. package/components/ClipboardCopy/clipboard-copy.css +11 -0
  36. package/components/ClipboardCopy/clipboard-copy.scss +7 -0
  37. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +3 -1
  38. package/components/CodeEditor/code-editor.css +4 -0
  39. package/components/CodeEditor/code-editor.scss +7 -0
  40. package/components/CodeEditor/themes/dark/code-editor.scss +3 -1
  41. package/components/ContextSelector/context-selector.css +17 -0
  42. package/components/ContextSelector/context-selector.scss +7 -0
  43. package/components/ContextSelector/themes/dark/context-selector.scss +3 -1
  44. package/components/DataList/data-list.css +7 -0
  45. package/components/DataList/data-list.scss +7 -0
  46. package/components/DataList/themes/dark/data-list.scss +3 -1
  47. package/components/DatePicker/date-picker.css +5 -0
  48. package/components/DatePicker/date-picker.scss +7 -0
  49. package/components/DatePicker/themes/dark/date-picker.scss +3 -1
  50. package/components/Drawer/drawer.css +7 -0
  51. package/components/Drawer/drawer.scss +7 -0
  52. package/components/Drawer/themes/dark/drawer.scss +3 -1
  53. package/components/Dropdown/dropdown.css +22 -0
  54. package/components/Dropdown/dropdown.scss +7 -0
  55. package/components/Dropdown/themes/dark/dropdown.scss +3 -1
  56. package/components/Form/form.css +4 -0
  57. package/components/Form/form.scss +7 -0
  58. package/components/Form/themes/dark/form.scss +3 -1
  59. package/components/FormControl/form-control.css +22 -0
  60. package/components/FormControl/form-control.scss +7 -0
  61. package/components/FormControl/themes/dark/form-control.scss +3 -1
  62. package/components/HelperText/helper-text.css +4 -0
  63. package/components/HelperText/helper-text.scss +7 -0
  64. package/components/HelperText/themes/dark/helper-text.scss +3 -1
  65. package/components/Hint/hint.css +5 -0
  66. package/components/Hint/hint.scss +7 -0
  67. package/components/Hint/themes/dark/hint.scss +3 -1
  68. package/components/InputGroup/input-group.css +22 -0
  69. package/components/InputGroup/input-group.scss +7 -0
  70. package/components/InputGroup/themes/dark/input-group.scss +3 -1
  71. package/components/Label/label.css +71 -2
  72. package/components/Label/label.scss +37 -2
  73. package/components/Label/themes/dark/label.scss +3 -1
  74. package/components/LogViewer/log-viewer.css +28 -0
  75. package/components/LogViewer/log-viewer.scss +7 -0
  76. package/components/LogViewer/themes/dark/log-viewer.scss +4 -2
  77. package/components/Login/login.css +31 -0
  78. package/components/Login/login.scss +7 -0
  79. package/components/Login/themes/dark/login.scss +4 -2
  80. package/components/Masthead/masthead.css +32 -0
  81. package/components/Masthead/masthead.scss +7 -0
  82. package/components/Masthead/themes/dark/masthead.scss +4 -2
  83. package/components/Menu/menu.css +9 -0
  84. package/components/Menu/menu.scss +7 -0
  85. package/components/Menu/themes/dark/menu.scss +3 -1
  86. package/components/MenuToggle/menu-toggle.css +19 -0
  87. package/components/MenuToggle/menu-toggle.scss +7 -0
  88. package/components/MenuToggle/themes/dark/menu-toggle.scss +3 -1
  89. package/components/ModalBox/modal-box.css +4 -0
  90. package/components/ModalBox/modal-box.scss +7 -0
  91. package/components/ModalBox/themes/dark/modal-box.scss +3 -1
  92. package/components/Nav/nav.css +34 -0
  93. package/components/Nav/nav.scss +7 -0
  94. package/components/Nav/themes/dark/nav.scss +3 -1
  95. package/components/NotificationBadge/notification-badge.css +4 -0
  96. package/components/NotificationBadge/notification-badge.scss +7 -0
  97. package/components/NotificationBadge/themes/dark/notification-badge.scss +3 -1
  98. package/components/NotificationDrawer/notification-drawer.css +11 -0
  99. package/components/NotificationDrawer/notification-drawer.scss +7 -0
  100. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +3 -1
  101. package/components/OptionsMenu/options-menu.css +17 -0
  102. package/components/OptionsMenu/options-menu.scss +7 -0
  103. package/components/OptionsMenu/themes/dark/options-menu.scss +3 -1
  104. package/components/Page/page.css +65 -0
  105. package/components/Page/page.scss +12 -0
  106. package/components/Page/themes/dark/page.scss +4 -2
  107. package/components/Pagination/pagination.css +4 -0
  108. package/components/Pagination/pagination.scss +7 -0
  109. package/components/Pagination/themes/dark/pagination.scss +3 -1
  110. package/components/Popover/popover.css +13 -0
  111. package/components/Popover/popover.scss +7 -0
  112. package/components/Popover/themes/dark/popover.scss +3 -1
  113. package/components/Progress/progress.css +6 -0
  114. package/components/Progress/progress.scss +7 -0
  115. package/components/Progress/themes/dark/progress.scss +3 -1
  116. package/components/SearchInput/search-input.css +9 -0
  117. package/components/SearchInput/search-input.scss +7 -0
  118. package/components/SearchInput/themes/dark/search-input.scss +3 -1
  119. package/components/Select/select.css +16 -0
  120. package/components/Select/select.scss +7 -0
  121. package/components/Select/themes/dark/select.scss +3 -1
  122. package/components/SimpleList/simple-list.css +11 -0
  123. package/components/SimpleList/simple-list.scss +7 -0
  124. package/components/SimpleList/themes/dark/simple-list.scss +3 -1
  125. package/components/Skeleton/skeleton.css +6 -0
  126. package/components/Skeleton/skeleton.scss +7 -0
  127. package/components/Skeleton/themes/dark/skeleton.scss +3 -1
  128. package/components/Switch/switch.css +7 -0
  129. package/components/Switch/switch.scss +7 -0
  130. package/components/Switch/themes/dark/switch.scss +3 -1
  131. package/components/Table/table.css +7 -0
  132. package/components/Table/table.scss +7 -0
  133. package/components/Table/themes/dark/table.scss +7 -1
  134. package/components/Tabs/tabs.css +6 -0
  135. package/components/Tabs/tabs.scss +7 -0
  136. package/components/Tabs/themes/dark/tabs.scss +3 -1
  137. package/components/Tile/themes/dark/tile.scss +3 -1
  138. package/components/Tile/tile.css +7 -0
  139. package/components/Tile/tile.scss +7 -0
  140. package/components/ToggleGroup/themes/dark/toggle-group.scss +3 -1
  141. package/components/ToggleGroup/toggle-group.css +8 -0
  142. package/components/ToggleGroup/toggle-group.scss +7 -0
  143. package/components/Tooltip/themes/dark/tooltip.scss +3 -1
  144. package/components/Tooltip/tooltip.css +13 -0
  145. package/components/Tooltip/tooltip.scss +7 -0
  146. package/components/TreeView/themes/dark/tree-view.scss +3 -1
  147. package/components/TreeView/tree-view.css +5 -0
  148. package/components/TreeView/tree-view.scss +7 -0
  149. package/components/Wizard/themes/dark/wizard.scss +4 -2
  150. package/components/Wizard/wizard.css +34 -0
  151. package/components/Wizard/wizard.scss +7 -0
  152. package/docs/components/FormControl/examples/FormControl.md +2 -0
  153. package/docs/components/Label/examples/Label.md +147 -0
  154. package/docs/components/Table/examples/Table.md +477 -3
  155. package/docs/demos/Drawer/examples/Drawer.md +1930 -0
  156. package/docs/demos/JumpLinks/examples/JumpLinks.md +1946 -0
  157. package/docs/utilities/Text/examples/Text.md +43 -26
  158. package/package.json +1 -1
  159. package/patternfly-addons.css +24 -0
  160. package/patternfly-base-no-reset.css +93 -4
  161. package/patternfly-base.css +93 -4
  162. package/patternfly-no-reset.css +2222 -34
  163. package/patternfly-theme-dark.css +0 -636
  164. package/patternfly-theme-dark.scss +1 -7
  165. package/patternfly.css +2222 -34
  166. package/patternfly.min.css +1 -1
  167. package/patternfly.min.css.map +1 -1
  168. package/sass-utilities/colors.scss +1 -0
  169. package/sass-utilities/mixins.scss +7 -0
  170. package/sass-utilities/scss-variables.scss +1 -0
  171. package/sass-utilities/themes/dark/_all.scss +4 -0
  172. package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
  173. package/utilities/Text/text.css +24 -0
  174. package/utilities/Text/text.scss +24 -0
  175. package/patternfly-theme-dark-prefers-color-scheme.css +0 -711
  176. package/patternfly-theme-dark-prefers-color-scheme.scss +0 -5
  177. package/themes/dark/_chart-globals.scss +0 -39
  178. package/themes/dark/_patternfly-theme-dark.scss +0 -119
  179. package/themes/dark/_variables.scss +0 -94
  180. package/themes/dark/colors.scss +0 -16
  181. package/themes/dark/globals.scss +0 -7
  182. package/themes/dark/mixins.scss +0 -5
  183. package/themes/dark/placeholders.scss +0 -30
  184. package/themes/dark/scss-variables.scss +0 -85
@@ -5,6 +5,22 @@ section: utilities
5
5
 
6
6
  ## Examples
7
7
 
8
+ ### Font family
9
+
10
+ ```html
11
+ <div class="pf-u-font-family-sans-serif">Sans serif</div>
12
+ <div class="pf-u-font-family-heading-sans-serif">Heading sans serif</div>
13
+ <div class="pf-u-font-family-monospace">Monospace</div>
14
+ <div
15
+ class="pf-u-font-family-redhatVF-sans-serif"
16
+ >Red Hat variable font sans serif</div>
17
+ <div
18
+ class="pf-u-font-family-redhatVF-heading-sans-serif"
19
+ >Red Hat variable font heading sans serif</div>
20
+ <div class="pf-u-font-family-redhatVF-monospace">Red Hat variable font monospace</div>
21
+
22
+ ```
23
+
8
24
  ### Font size
9
25
 
10
26
  ```html
@@ -153,29 +169,30 @@ Care should be taken especially when applying text colors, as this can have a ne
153
169
 
154
170
  ### Usage
155
171
 
156
- | Class | Applied to | Outcome |
157
- | ----------------------------------------------------------------------- | ---------- | ------------------------------------------------------ |
158
- | `.pf-u-font-size-{xs, sm, md, lg, xl, 2xl, 3xl, 4xl}{-on-[breakpoint]}` | `*` | Sets font-size to xs, sm, md, lg, xl, 2xl, 3xl, or 4xl |
159
- | `.pf-u-font-weight-{light, normal, bold}{-on-[breakpoint]}` | `*` | Sets font-size to light, normal, or bold |
160
- | `.pf-u-color-{100, 200, 300, 400}{-on-[breakpoint]}` | `*` | Sets font-color to color 100, 200, 300, or 400 |
161
- | `.pf-u-active-color-{100, 400}{-on-[breakpoint]}` | `*` | Sets font-color to active color 100 or 400 |
162
- | `.pf-u-primary-color-100{-on-[breakpoint]}` | `*` | Sets font-color to primary color 100 |
163
- | `.pf-u-color-light-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to light color 100 or 200 |
164
- | `.pf-u-link-color{-on-[breakpoint]}` | `*` | Sets font-color to link color |
165
- | `.pf-u-link-color-hover{-on-[breakpoint]}` | `*` | Sets font-color to hover link color |
166
- | `.pf-u-link-color-light{-on-[breakpoint]}` | `*` | Sets font-color to light link color |
167
- | `.pf-u-link-color-light-hover{-on-[breakpoint]}` | `*` | Sets font-color to light hover link color |
168
- | `.pf-u-link-color-dark{-on-[breakpoint]}` | `*` | Sets font-color to dark link color |
169
- | `.pf-u-link-color-dark-hover{-on-[breakpoint]}` | `*` | Sets font-color to dark hover link color |
170
- | `.pf-u-link-color-visited{-on-[breakpoint]}` | `*` | Sets font-color to visited link color |
171
- | `.pf-u-default-color-{100, 200, 300}{-on-[breakpoint]}` | `*` | Sets font-color to default color 100, 200, or 300 |
172
- | `.pf-u-success-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to success color 100 or 200 |
173
- | `.pf-u-info-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to info color 100 or 200 |
174
- | `.pf-u-warning-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to warning color 100 or 200 |
175
- | `.pf-u-danger-color-{100, 200, 300}{-on-[breakpoint]}` | `*` | Sets font-color to danger color 100, 200, or 300 |
176
- | `.pf-u-disabled-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to disabled color 100 or 200 |
177
- | `.pf-u-icon-color-{light, dark}{-on-[breakpoint]}` | `*` | Sets font-color to light or dark icon color |
178
- | `.pf-u-text-break-word{-on-[breakpoint]}` | `*` | Sets word-break to break-word |
179
- | `.pf-u-text-nowrap{-on-[breakpoint]}` | `*` | Sets white-space to nowrap |
180
- | `.pf-u-text-wrap{-on-[breakpoint]}` | `*` | Sets white-space to normal |
181
- | `.pf-u-text-truncate` | `*` | Truncates text field |
172
+ | Class | Applied to | Outcome |
173
+ | ------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
174
+ | `.pf-u-font-size-{xs, sm, md, lg, xl, 2xl, 3xl, 4xl}{-on-[breakpoint]}` | `*` | Sets font-size to xs, sm, md, lg, xl, 2xl, 3xl, or 4xl |
175
+ | `.pf-u-font-family-{sans-serif, heading-sans-serif, monospace, redhatVF-sans-serif, redhatVF-heading-sans-serif, redhatVF-monospace}` | `*` | Sets font-family to sans-serif, heading-sans-serif, or monospace; or Red Hat virtual font sans-serif, heading sans-serif, or monospace |
176
+ | `.pf-u-font-weight-{light, normal, bold}{-on-[breakpoint]}` | `*` | Sets font-size to light, normal, or bold |
177
+ | `.pf-u-color-{100, 200, 300, 400}{-on-[breakpoint]}` | `*` | Sets font-color to color 100, 200, 300, or 400 |
178
+ | `.pf-u-active-color-{100, 400}{-on-[breakpoint]}` | `*` | Sets font-color to active color 100 or 400 |
179
+ | `.pf-u-primary-color-100{-on-[breakpoint]}` | `*` | Sets font-color to primary color 100 |
180
+ | `.pf-u-color-light-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to light color 100 or 200 |
181
+ | `.pf-u-link-color{-on-[breakpoint]}` | `*` | Sets font-color to link color |
182
+ | `.pf-u-link-color-hover{-on-[breakpoint]}` | `*` | Sets font-color to hover link color |
183
+ | `.pf-u-link-color-light{-on-[breakpoint]}` | `*` | Sets font-color to light link color |
184
+ | `.pf-u-link-color-light-hover{-on-[breakpoint]}` | `*` | Sets font-color to light hover link color |
185
+ | `.pf-u-link-color-dark{-on-[breakpoint]}` | `*` | Sets font-color to dark link color |
186
+ | `.pf-u-link-color-dark-hover{-on-[breakpoint]}` | `*` | Sets font-color to dark hover link color |
187
+ | `.pf-u-link-color-visited{-on-[breakpoint]}` | `*` | Sets font-color to visited link color |
188
+ | `.pf-u-default-color-{100, 200, 300}{-on-[breakpoint]}` | `*` | Sets font-color to default color 100, 200, or 300 |
189
+ | `.pf-u-success-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to success color 100 or 200 |
190
+ | `.pf-u-info-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to info color 100 or 200 |
191
+ | `.pf-u-warning-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to warning color 100 or 200 |
192
+ | `.pf-u-danger-color-{100, 200, 300}{-on-[breakpoint]}` | `*` | Sets font-color to danger color 100, 200, or 300 |
193
+ | `.pf-u-disabled-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to disabled color 100 or 200 |
194
+ | `.pf-u-icon-color-{light, dark}{-on-[breakpoint]}` | `*` | Sets font-color to light or dark icon color |
195
+ | `.pf-u-text-break-word{-on-[breakpoint]}` | `*` | Sets word-break to break-word |
196
+ | `.pf-u-text-nowrap{-on-[breakpoint]}` | `*` | Sets white-space to nowrap |
197
+ | `.pf-u-text-wrap{-on-[breakpoint]}` | `*` | Sets white-space to normal |
198
+ | `.pf-u-text-truncate` | `*` | Truncates text field |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.194.4",
4
+ "version": "4.196.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -7873,6 +7873,30 @@
7873
7873
  }
7874
7874
  }
7875
7875
 
7876
+ .pf-u-font-family-sans-serif {
7877
+ font-family: var(--pf-global--FontFamily--sans-serif) !important;
7878
+ }
7879
+
7880
+ .pf-u-font-family-heading-sans-serif {
7881
+ font-family: var(--pf-global--FontFamily--heading--sans-serif) !important;
7882
+ }
7883
+
7884
+ .pf-u-font-family-monospace {
7885
+ font-family: var(--pf-global--FontFamily--monospace) !important;
7886
+ }
7887
+
7888
+ .pf-u-font-family-redhatVF-sans-serif {
7889
+ font-family: var(--pf-global--FontFamily--redhatVF--sans-serif) !important;
7890
+ }
7891
+
7892
+ .pf-u-font-family-redhatVF-heading-sans-serif {
7893
+ font-family: var(--pf-global--FontFamily--redhatVF--heading--sans-serif) !important;
7894
+ }
7895
+
7896
+ .pf-u-font-family-redhatVF-monospace {
7897
+ font-family: var(--pf-global--FontFamily--redhatVF--monospace) !important;
7898
+ }
7899
+
7876
7900
  .pf-u-font-size-xs {
7877
7901
  font-size: var(--pf-global--FontSize--xs) !important;
7878
7902
  }
@@ -98,6 +98,7 @@
98
98
  --pf-global--palette--light-green-500: #6ca100;
99
99
  --pf-global--palette--light-green-600: #486b00;
100
100
  --pf-global--palette--light-green-700: #253600;
101
+ --pf-global--palette--orange-50: #fff6ec;
101
102
  --pf-global--palette--orange-100: #f4b678;
102
103
  --pf-global--palette--orange-200: #ef9234;
103
104
  --pf-global--palette--orange-300: #ec7a08;
@@ -121,6 +122,7 @@
121
122
  --pf-global--palette--red-500: #2c0000;
122
123
  --pf-global--palette--white: #fff;
123
124
  --pf-global--BackgroundColor--100: #fff;
125
+ --pf-global--BackgroundColor--150: #fafafa;
124
126
  --pf-global--BackgroundColor--200: #f0f0f0;
125
127
  --pf-global--BackgroundColor--light-100: #fff;
126
128
  --pf-global--BackgroundColor--light-200: #fafafa;
@@ -296,6 +298,89 @@
296
298
  --pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
297
299
  }
298
300
 
301
+ :root:where(.pf-theme-dark) {
302
+ --pf-global--palette--black-50: #e0e0e0;
303
+ --pf-global--palette--black-100: #c6c7c8;
304
+ --pf-global--palette--black-200: #aaabac;
305
+ --pf-global--palette--black-300: #868789;
306
+ --pf-global--palette--black-400: #57585a;
307
+ --pf-global--palette--black-500: #444548;
308
+ --pf-global--palette--black-600: #36373a;
309
+ --pf-global--palette--black-700: #26292d;
310
+ --pf-global--palette--black-800: #1b1d21;
311
+ --pf-global--palette--black-900: #0f1214;
312
+ --pf-global--palette--red-9999: #fe5142;
313
+ --pf-global--palette--red-8888: #fe6a5d;
314
+ --pf-global--palette--blue-300: #1fa7f8;
315
+ --pf-global--BackgroundColor--100: #1b1d21;
316
+ --pf-global--BackgroundColor--150: #212427;
317
+ --pf-global--BackgroundColor--200: #0f1214;
318
+ --pf-global--BackgroundColor--300: #26292d;
319
+ --pf-global--BackgroundColor--400: #36373a;
320
+ --pf-global--BorderColor--100: #444548;
321
+ --pf-global--BorderColor--200: #444548;
322
+ --pf-global--BorderColor--300: #57585a;
323
+ --pf-global--BorderColor--400: #aaabac;
324
+ --pf-global--Color--100: #fff;
325
+ --pf-global--Color--200: #aaabac;
326
+ --pf-global--active-color--100: #1fa7f8;
327
+ --pf-global--primary-color--100: #1fa7f8;
328
+ --pf-global--primary-color--300: #06c;
329
+ --pf-global--success-color--100: #5ba352;
330
+ --pf-global--warning-color--100: #f0ab00;
331
+ --pf-global--warning-color--200: #f4c145;
332
+ --pf-global--danger-color--100: #fe5142;
333
+ --pf-global--danger-color--200: #fe6a5d;
334
+ --pf-global--link--Color: #1fa7f8;
335
+ --pf-global--link--Color--hover: #73bcf7;
336
+ --pf-global--disabled-color--100: #57585a;
337
+ --pf-global--disabled-color--200: #444548;
338
+ --pf-global--disabled-color--300: #aaabac;
339
+ --pf-global--icon--Color--light: #aaabac;
340
+ --pf-global--icon--Color--dark: #aaabac;
341
+ --pf-global--Color--dark-100: #fff;
342
+ --pf-global--Color--dark-200: #aaabac;
343
+ --pf-global--Color--light-100: #fff;
344
+ --pf-global--Color--light-200: #aaabac;
345
+ --pf-global--Color--light-300: #3c3f42;
346
+ --pf-global--BorderColor--dark-100: #444548;
347
+ --pf-global--BorderColor--light-100: #444548;
348
+ --pf-global--primary-color--light-100: #1fa7f8;
349
+ --pf-global--primary-color--dark-100: #1fa7f8;
350
+ --pf-global--link--Color--light: #1fa7f8;
351
+ --pf-global--link--Color--light--hover: #73bcf7;
352
+ --pf-global--link--Color--dark: #1fa7f8;
353
+ --pf-global--link--Color--dark--hover: #73bcf7;
354
+ --pf-global--BackgroundColor--light-100: #1b1d21;
355
+ --pf-global--BackgroundColor--light-200: #0f1214;
356
+ --pf-global--BackgroundColor--light-300: #26292d;
357
+ --pf-global--BackgroundColor--dark-100: #1b1d21;
358
+ --pf-global--BackgroundColor--dark-200: #0f1214;
359
+ --pf-global--BackgroundColor--dark-300: #26292d;
360
+ --pf-global--BackgroundColor--dark-400: #36373a;
361
+ --pf-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.48), 0 0 0.125rem 0 rgba(3, 3, 3, 0.24);
362
+ --pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
363
+ --pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
364
+ --pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
365
+ --pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
366
+ --pf-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.48), 0 0 0.25rem 0 rgba(3, 3, 3, 0.24);
367
+ --pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
368
+ --pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
369
+ --pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
370
+ --pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
371
+ --pf-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.64), 0 0 0.375rem 0 rgba(3, 3, 3, 0.32);
372
+ --pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
373
+ --pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
374
+ --pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
375
+ --pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
376
+ --pf-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.64), 0 0 0.5rem 0 rgba(3, 3, 3, 0.4);
377
+ --pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
378
+ --pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
379
+ --pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
380
+ --pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
381
+ --pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 #030303;
382
+ }
383
+
299
384
  @font-face {
300
385
  font-family: "RedHatDisplay";
301
386
  src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
@@ -559,6 +644,10 @@ html {
559
644
  font-variant-numeric: tabular-nums;
560
645
  }
561
646
 
647
+ :root:where(.pf-theme-dark) {
648
+ color-scheme: dark;
649
+ }
650
+
562
651
  .pf-t-dark.pf-m-transparent {
563
652
  background-color: transparent;
564
653
  }
@@ -569,10 +658,10 @@ html {
569
658
  background-color: rgba(3, 3, 3, 0.6);
570
659
  }
571
660
  .pf-t-dark.pf-m-opaque-100 {
572
- background-color: #3c3f42;
661
+ background-color: #1b1d21;
573
662
  }
574
663
  .pf-t-dark.pf-m-opaque-200 {
575
- background-color: #151515;
664
+ background-color: #0f1214;
576
665
  }
577
666
 
578
667
  .pf-t-light.pf-m-transparent {
@@ -582,10 +671,10 @@ html {
582
671
  background-color: #fff;
583
672
  }
584
673
  .pf-t-light.pf-m-opaque-200 {
585
- background-color: #fafafa;
674
+ background-color: #c6c7c8;
586
675
  }
587
676
  .pf-t-light.pf-m-opaque-300 {
588
- background-color: #f0f0f0;
677
+ background-color: #aaabac;
589
678
  }
590
679
 
591
680
  * .fa,
@@ -98,6 +98,7 @@
98
98
  --pf-global--palette--light-green-500: #6ca100;
99
99
  --pf-global--palette--light-green-600: #486b00;
100
100
  --pf-global--palette--light-green-700: #253600;
101
+ --pf-global--palette--orange-50: #fff6ec;
101
102
  --pf-global--palette--orange-100: #f4b678;
102
103
  --pf-global--palette--orange-200: #ef9234;
103
104
  --pf-global--palette--orange-300: #ec7a08;
@@ -121,6 +122,7 @@
121
122
  --pf-global--palette--red-500: #2c0000;
122
123
  --pf-global--palette--white: #fff;
123
124
  --pf-global--BackgroundColor--100: #fff;
125
+ --pf-global--BackgroundColor--150: #fafafa;
124
126
  --pf-global--BackgroundColor--200: #f0f0f0;
125
127
  --pf-global--BackgroundColor--light-100: #fff;
126
128
  --pf-global--BackgroundColor--light-200: #fafafa;
@@ -296,6 +298,89 @@
296
298
  --pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
297
299
  }
298
300
 
301
+ :root:where(.pf-theme-dark) {
302
+ --pf-global--palette--black-50: #e0e0e0;
303
+ --pf-global--palette--black-100: #c6c7c8;
304
+ --pf-global--palette--black-200: #aaabac;
305
+ --pf-global--palette--black-300: #868789;
306
+ --pf-global--palette--black-400: #57585a;
307
+ --pf-global--palette--black-500: #444548;
308
+ --pf-global--palette--black-600: #36373a;
309
+ --pf-global--palette--black-700: #26292d;
310
+ --pf-global--palette--black-800: #1b1d21;
311
+ --pf-global--palette--black-900: #0f1214;
312
+ --pf-global--palette--red-9999: #fe5142;
313
+ --pf-global--palette--red-8888: #fe6a5d;
314
+ --pf-global--palette--blue-300: #1fa7f8;
315
+ --pf-global--BackgroundColor--100: #1b1d21;
316
+ --pf-global--BackgroundColor--150: #212427;
317
+ --pf-global--BackgroundColor--200: #0f1214;
318
+ --pf-global--BackgroundColor--300: #26292d;
319
+ --pf-global--BackgroundColor--400: #36373a;
320
+ --pf-global--BorderColor--100: #444548;
321
+ --pf-global--BorderColor--200: #444548;
322
+ --pf-global--BorderColor--300: #57585a;
323
+ --pf-global--BorderColor--400: #aaabac;
324
+ --pf-global--Color--100: #fff;
325
+ --pf-global--Color--200: #aaabac;
326
+ --pf-global--active-color--100: #1fa7f8;
327
+ --pf-global--primary-color--100: #1fa7f8;
328
+ --pf-global--primary-color--300: #06c;
329
+ --pf-global--success-color--100: #5ba352;
330
+ --pf-global--warning-color--100: #f0ab00;
331
+ --pf-global--warning-color--200: #f4c145;
332
+ --pf-global--danger-color--100: #fe5142;
333
+ --pf-global--danger-color--200: #fe6a5d;
334
+ --pf-global--link--Color: #1fa7f8;
335
+ --pf-global--link--Color--hover: #73bcf7;
336
+ --pf-global--disabled-color--100: #57585a;
337
+ --pf-global--disabled-color--200: #444548;
338
+ --pf-global--disabled-color--300: #aaabac;
339
+ --pf-global--icon--Color--light: #aaabac;
340
+ --pf-global--icon--Color--dark: #aaabac;
341
+ --pf-global--Color--dark-100: #fff;
342
+ --pf-global--Color--dark-200: #aaabac;
343
+ --pf-global--Color--light-100: #fff;
344
+ --pf-global--Color--light-200: #aaabac;
345
+ --pf-global--Color--light-300: #3c3f42;
346
+ --pf-global--BorderColor--dark-100: #444548;
347
+ --pf-global--BorderColor--light-100: #444548;
348
+ --pf-global--primary-color--light-100: #1fa7f8;
349
+ --pf-global--primary-color--dark-100: #1fa7f8;
350
+ --pf-global--link--Color--light: #1fa7f8;
351
+ --pf-global--link--Color--light--hover: #73bcf7;
352
+ --pf-global--link--Color--dark: #1fa7f8;
353
+ --pf-global--link--Color--dark--hover: #73bcf7;
354
+ --pf-global--BackgroundColor--light-100: #1b1d21;
355
+ --pf-global--BackgroundColor--light-200: #0f1214;
356
+ --pf-global--BackgroundColor--light-300: #26292d;
357
+ --pf-global--BackgroundColor--dark-100: #1b1d21;
358
+ --pf-global--BackgroundColor--dark-200: #0f1214;
359
+ --pf-global--BackgroundColor--dark-300: #26292d;
360
+ --pf-global--BackgroundColor--dark-400: #36373a;
361
+ --pf-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.48), 0 0 0.125rem 0 rgba(3, 3, 3, 0.24);
362
+ --pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
363
+ --pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
364
+ --pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
365
+ --pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
366
+ --pf-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.48), 0 0 0.25rem 0 rgba(3, 3, 3, 0.24);
367
+ --pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
368
+ --pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
369
+ --pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
370
+ --pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
371
+ --pf-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.64), 0 0 0.375rem 0 rgba(3, 3, 3, 0.32);
372
+ --pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
373
+ --pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
374
+ --pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
375
+ --pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
376
+ --pf-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.64), 0 0 0.5rem 0 rgba(3, 3, 3, 0.4);
377
+ --pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
378
+ --pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
379
+ --pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
380
+ --pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
381
+ --pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 #030303;
382
+ }
383
+
299
384
  @font-face {
300
385
  font-family: "RedHatDisplay";
301
386
  src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
@@ -686,6 +771,10 @@ a {
686
771
  font-weight: var(--pf-global--FontWeight--semi-bold);
687
772
  }
688
773
 
774
+ :root:where(.pf-theme-dark) {
775
+ color-scheme: dark;
776
+ }
777
+
689
778
  .pf-t-dark.pf-m-transparent {
690
779
  background-color: transparent;
691
780
  }
@@ -696,10 +785,10 @@ a {
696
785
  background-color: rgba(3, 3, 3, 0.6);
697
786
  }
698
787
  .pf-t-dark.pf-m-opaque-100 {
699
- background-color: #3c3f42;
788
+ background-color: #1b1d21;
700
789
  }
701
790
  .pf-t-dark.pf-m-opaque-200 {
702
- background-color: #151515;
791
+ background-color: #0f1214;
703
792
  }
704
793
 
705
794
  .pf-t-light.pf-m-transparent {
@@ -709,10 +798,10 @@ a {
709
798
  background-color: #fff;
710
799
  }
711
800
  .pf-t-light.pf-m-opaque-200 {
712
- background-color: #fafafa;
801
+ background-color: #c6c7c8;
713
802
  }
714
803
  .pf-t-light.pf-m-opaque-300 {
715
- background-color: #f0f0f0;
804
+ background-color: #aaabac;
716
805
  }
717
806
 
718
807
  * .fa,