@patternfly/react-styles 4.70.1 → 4.71.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 (211) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/css/assets/images/icon-github.hbs +4 -0
  3. package/css/assets/images/icon-google.hbs +4 -0
  4. package/css/assets/images/icon-red-hat.hbs +1 -0
  5. package/css/components/AboutModalBox/about-modal-box.css +28 -0
  6. package/css/components/AboutModalBox/about-modal-box.d.ts +2 -1
  7. package/css/components/AboutModalBox/about-modal-box.js +2 -1
  8. package/css/components/AboutModalBox/about-modal-box.mjs +2 -1
  9. package/css/components/Accordion/accordion.css +6 -0
  10. package/css/components/Accordion/accordion.d.ts +2 -1
  11. package/css/components/Accordion/accordion.js +2 -1
  12. package/css/components/Accordion/accordion.mjs +2 -1
  13. package/css/components/Alert/alert.css +14 -0
  14. package/css/components/Alert/alert.d.ts +2 -1
  15. package/css/components/Alert/alert.js +2 -1
  16. package/css/components/Alert/alert.mjs +2 -1
  17. package/css/components/AppLauncher/app-launcher.css +12 -0
  18. package/css/components/AppLauncher/app-launcher.d.ts +2 -1
  19. package/css/components/AppLauncher/app-launcher.js +2 -1
  20. package/css/components/AppLauncher/app-launcher.mjs +2 -1
  21. package/css/components/Badge/badge.css +5 -0
  22. package/css/components/Badge/badge.d.ts +2 -1
  23. package/css/components/Badge/badge.js +2 -1
  24. package/css/components/Badge/badge.mjs +2 -1
  25. package/css/components/Banner/banner.css +31 -0
  26. package/css/components/Banner/banner.d.ts +2 -1
  27. package/css/components/Banner/banner.js +2 -1
  28. package/css/components/Banner/banner.mjs +2 -1
  29. package/css/components/Breadcrumb/breadcrumb.css +4 -0
  30. package/css/components/Breadcrumb/breadcrumb.d.ts +2 -1
  31. package/css/components/Breadcrumb/breadcrumb.js +2 -1
  32. package/css/components/Breadcrumb/breadcrumb.mjs +2 -1
  33. package/css/components/Button/button.css +38 -0
  34. package/css/components/Button/button.d.ts +2 -1
  35. package/css/components/Button/button.js +2 -1
  36. package/css/components/Button/button.mjs +2 -1
  37. package/css/components/CalendarMonth/calendar-month.css +26 -4
  38. package/css/components/CalendarMonth/calendar-month.d.ts +2 -1
  39. package/css/components/CalendarMonth/calendar-month.js +2 -1
  40. package/css/components/CalendarMonth/calendar-month.mjs +2 -1
  41. package/css/components/Chip/chip.css +6 -0
  42. package/css/components/Chip/chip.d.ts +2 -1
  43. package/css/components/Chip/chip.js +2 -1
  44. package/css/components/Chip/chip.mjs +2 -1
  45. package/css/components/ChipGroup/chip-group.css +1 -1
  46. package/css/components/ClipboardCopy/clipboard-copy.css +11 -0
  47. package/css/components/ClipboardCopy/clipboard-copy.d.ts +2 -1
  48. package/css/components/ClipboardCopy/clipboard-copy.js +2 -1
  49. package/css/components/ClipboardCopy/clipboard-copy.mjs +2 -1
  50. package/css/components/CodeEditor/code-editor.css +4 -0
  51. package/css/components/CodeEditor/code-editor.d.ts +2 -1
  52. package/css/components/CodeEditor/code-editor.js +2 -1
  53. package/css/components/CodeEditor/code-editor.mjs +2 -1
  54. package/css/components/ContextSelector/context-selector.css +17 -0
  55. package/css/components/ContextSelector/context-selector.d.ts +2 -1
  56. package/css/components/ContextSelector/context-selector.js +2 -1
  57. package/css/components/ContextSelector/context-selector.mjs +2 -1
  58. package/css/components/DataList/data-list.css +7 -0
  59. package/css/components/DataList/data-list.d.ts +2 -1
  60. package/css/components/DataList/data-list.js +2 -1
  61. package/css/components/DataList/data-list.mjs +2 -1
  62. package/css/components/DatePicker/date-picker.css +5 -0
  63. package/css/components/DatePicker/date-picker.d.ts +2 -1
  64. package/css/components/DatePicker/date-picker.js +2 -1
  65. package/css/components/DatePicker/date-picker.mjs +2 -1
  66. package/css/components/Drawer/drawer.css +7 -0
  67. package/css/components/Drawer/drawer.d.ts +2 -1
  68. package/css/components/Drawer/drawer.js +2 -1
  69. package/css/components/Drawer/drawer.mjs +2 -1
  70. package/css/components/Dropdown/dropdown.css +22 -0
  71. package/css/components/Dropdown/dropdown.d.ts +2 -1
  72. package/css/components/Dropdown/dropdown.js +2 -1
  73. package/css/components/Dropdown/dropdown.mjs +2 -1
  74. package/css/components/Form/form.css +4 -0
  75. package/css/components/Form/form.d.ts +2 -1
  76. package/css/components/Form/form.js +2 -1
  77. package/css/components/Form/form.mjs +2 -1
  78. package/css/components/FormControl/form-control.css +22 -0
  79. package/css/components/FormControl/form-control.d.ts +2 -1
  80. package/css/components/FormControl/form-control.js +2 -1
  81. package/css/components/FormControl/form-control.mjs +2 -1
  82. package/css/components/HelperText/helper-text.css +4 -0
  83. package/css/components/HelperText/helper-text.d.ts +2 -1
  84. package/css/components/HelperText/helper-text.js +2 -1
  85. package/css/components/HelperText/helper-text.mjs +2 -1
  86. package/css/components/Hint/hint.css +5 -0
  87. package/css/components/Hint/hint.d.ts +2 -1
  88. package/css/components/Hint/hint.js +2 -1
  89. package/css/components/Hint/hint.mjs +2 -1
  90. package/css/components/InputGroup/input-group.css +22 -0
  91. package/css/components/InputGroup/input-group.d.ts +2 -1
  92. package/css/components/InputGroup/input-group.js +2 -1
  93. package/css/components/InputGroup/input-group.mjs +2 -1
  94. package/css/components/Label/label.css +71 -2
  95. package/css/components/Label/label.d.ts +3 -1
  96. package/css/components/Label/label.js +3 -1
  97. package/css/components/Label/label.mjs +3 -1
  98. package/css/components/LabelGroup/label-group.css +1 -0
  99. package/css/components/LogViewer/log-viewer.css +28 -0
  100. package/css/components/LogViewer/log-viewer.d.ts +1 -0
  101. package/css/components/LogViewer/log-viewer.js +1 -0
  102. package/css/components/LogViewer/log-viewer.mjs +1 -0
  103. package/css/components/Login/login.css +31 -0
  104. package/css/components/Login/login.d.ts +1 -0
  105. package/css/components/Login/login.js +1 -0
  106. package/css/components/Login/login.mjs +1 -0
  107. package/css/components/Masthead/masthead.css +32 -0
  108. package/css/components/Masthead/masthead.d.ts +1 -0
  109. package/css/components/Masthead/masthead.js +1 -0
  110. package/css/components/Masthead/masthead.mjs +1 -0
  111. package/css/components/Menu/menu.css +9 -0
  112. package/css/components/Menu/menu.d.ts +2 -1
  113. package/css/components/Menu/menu.js +2 -1
  114. package/css/components/Menu/menu.mjs +2 -1
  115. package/css/components/MenuToggle/menu-toggle.css +19 -0
  116. package/css/components/MenuToggle/menu-toggle.d.ts +2 -1
  117. package/css/components/MenuToggle/menu-toggle.js +2 -1
  118. package/css/components/MenuToggle/menu-toggle.mjs +2 -1
  119. package/css/components/ModalBox/modal-box.css +4 -0
  120. package/css/components/ModalBox/modal-box.d.ts +2 -1
  121. package/css/components/ModalBox/modal-box.js +2 -1
  122. package/css/components/ModalBox/modal-box.mjs +2 -1
  123. package/css/components/Nav/nav.css +34 -0
  124. package/css/components/Nav/nav.d.ts +2 -1
  125. package/css/components/Nav/nav.js +2 -1
  126. package/css/components/Nav/nav.mjs +2 -1
  127. package/css/components/NotificationBadge/notification-badge.css +4 -0
  128. package/css/components/NotificationBadge/notification-badge.d.ts +2 -1
  129. package/css/components/NotificationBadge/notification-badge.js +2 -1
  130. package/css/components/NotificationBadge/notification-badge.mjs +2 -1
  131. package/css/components/NotificationDrawer/notification-drawer.css +11 -0
  132. package/css/components/NotificationDrawer/notification-drawer.d.ts +2 -1
  133. package/css/components/NotificationDrawer/notification-drawer.js +2 -1
  134. package/css/components/NotificationDrawer/notification-drawer.mjs +2 -1
  135. package/css/components/OptionsMenu/options-menu.css +17 -0
  136. package/css/components/OptionsMenu/options-menu.d.ts +2 -1
  137. package/css/components/OptionsMenu/options-menu.js +2 -1
  138. package/css/components/OptionsMenu/options-menu.mjs +2 -1
  139. package/css/components/Page/page.css +66 -1
  140. package/css/components/Page/page.d.ts +3 -1
  141. package/css/components/Page/page.js +3 -1
  142. package/css/components/Page/page.mjs +3 -1
  143. package/css/components/Pagination/pagination.css +4 -0
  144. package/css/components/Pagination/pagination.d.ts +2 -1
  145. package/css/components/Pagination/pagination.js +2 -1
  146. package/css/components/Pagination/pagination.mjs +2 -1
  147. package/css/components/Popover/popover.css +13 -0
  148. package/css/components/Popover/popover.d.ts +1 -0
  149. package/css/components/Popover/popover.js +1 -0
  150. package/css/components/Popover/popover.mjs +1 -0
  151. package/css/components/Progress/progress.css +6 -0
  152. package/css/components/Progress/progress.d.ts +2 -1
  153. package/css/components/Progress/progress.js +2 -1
  154. package/css/components/Progress/progress.mjs +2 -1
  155. package/css/components/SearchInput/search-input.css +9 -0
  156. package/css/components/SearchInput/search-input.d.ts +2 -1
  157. package/css/components/SearchInput/search-input.js +2 -1
  158. package/css/components/SearchInput/search-input.mjs +2 -1
  159. package/css/components/Select/select.css +16 -0
  160. package/css/components/Select/select.d.ts +2 -1
  161. package/css/components/Select/select.js +2 -1
  162. package/css/components/Select/select.mjs +2 -1
  163. package/css/components/SimpleList/simple-list.css +11 -0
  164. package/css/components/SimpleList/simple-list.d.ts +2 -1
  165. package/css/components/SimpleList/simple-list.js +2 -1
  166. package/css/components/SimpleList/simple-list.mjs +2 -1
  167. package/css/components/Skeleton/skeleton.css +6 -0
  168. package/css/components/Skeleton/skeleton.d.ts +2 -1
  169. package/css/components/Skeleton/skeleton.js +2 -1
  170. package/css/components/Skeleton/skeleton.mjs +2 -1
  171. package/css/components/Switch/switch.css +7 -0
  172. package/css/components/Switch/switch.d.ts +2 -1
  173. package/css/components/Switch/switch.js +2 -1
  174. package/css/components/Switch/switch.mjs +2 -1
  175. package/css/components/Table/table.css +7 -0
  176. package/css/components/Table/table.d.ts +2 -1
  177. package/css/components/Table/table.js +2 -1
  178. package/css/components/Table/table.mjs +2 -1
  179. package/css/components/Tabs/tabs.css +6 -0
  180. package/css/components/Tabs/tabs.d.ts +2 -1
  181. package/css/components/Tabs/tabs.js +2 -1
  182. package/css/components/Tabs/tabs.mjs +2 -1
  183. package/css/components/Tile/tile.css +7 -0
  184. package/css/components/Tile/tile.d.ts +1 -0
  185. package/css/components/Tile/tile.js +1 -0
  186. package/css/components/Tile/tile.mjs +1 -0
  187. package/css/components/ToggleGroup/toggle-group.css +8 -0
  188. package/css/components/ToggleGroup/toggle-group.d.ts +1 -0
  189. package/css/components/ToggleGroup/toggle-group.js +1 -0
  190. package/css/components/ToggleGroup/toggle-group.mjs +1 -0
  191. package/css/components/Tooltip/tooltip.css +13 -0
  192. package/css/components/Tooltip/tooltip.d.ts +1 -0
  193. package/css/components/Tooltip/tooltip.js +1 -0
  194. package/css/components/Tooltip/tooltip.mjs +1 -0
  195. package/css/components/TreeView/tree-view.css +5 -0
  196. package/css/components/TreeView/tree-view.d.ts +1 -0
  197. package/css/components/TreeView/tree-view.js +1 -0
  198. package/css/components/TreeView/tree-view.mjs +1 -0
  199. package/css/components/Wizard/wizard.css +34 -0
  200. package/css/components/Wizard/wizard.d.ts +1 -0
  201. package/css/components/Wizard/wizard.js +1 -0
  202. package/css/components/Wizard/wizard.mjs +1 -0
  203. package/css/docs/demos/Table/examples/Table.css +3 -0
  204. package/css/docs/demos/Table/examples/Table.d.ts +5 -0
  205. package/css/docs/demos/Table/examples/Table.js +6 -0
  206. package/css/docs/demos/Table/examples/Table.mjs +4 -0
  207. package/css/utilities/Text/text.css +24 -0
  208. package/css/utilities/Text/text.d.ts +6 -0
  209. package/css/utilities/Text/text.js +6 -0
  210. package/css/utilities/Text/text.mjs +6 -0
  211. package/package.json +3 -3
@@ -168,6 +168,7 @@
168
168
  --pf-c-page__main-breadcrumb--main-section--PaddingTop: var(--pf-global--spacer--md);
169
169
  --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
170
170
  --pf-c-page__main-section--m-light--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
171
+ --pf-c-page__main-section--m-light-100--BackgroundColor: var(--pf-global--BackgroundColor--150);
171
172
  --pf-c-page__main-section--m-dark-100--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-100);
172
173
  --pf-c-page__main-section--m-dark-200--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
173
174
  --pf-c-page__main-breadcrumb--page__main-tabs--PaddingTop: var(--pf-global--spacer--md);
@@ -271,11 +272,11 @@
271
272
  .pf-c-page__header,
272
273
  .pf-c-page > .pf-c-masthead {
273
274
  grid-area: header;
275
+ z-index: var(--pf-c-page__header--ZIndex);
274
276
  }
275
277
 
276
278
  .pf-c-page__header {
277
279
  color: var(--pf-global--Color--100);
278
- z-index: var(--pf-c-page__header--ZIndex);
279
280
  grid-template-columns: auto auto;
280
281
  display: grid;
281
282
  align-items: center;
@@ -640,6 +641,9 @@
640
641
  .pf-c-page__main-section.pf-m-light {
641
642
  --pf-c-page__main-section--BackgroundColor: var(--pf-c-page__main-section--m-light--BackgroundColor);
642
643
  }
644
+ .pf-c-page__main-section.pf-m-light-100 {
645
+ --pf-c-page__main-section--BackgroundColor: var(--pf-c-page__main-section--m-light-100--BackgroundColor);
646
+ }
643
647
  .pf-c-page__main-section[class*=pf-m-dark-] {
644
648
  color: var(--pf-global--Color--100);
645
649
  }
@@ -773,4 +777,65 @@
773
777
  }
774
778
  .pf-c-page__drawer > .pf-c-drawer {
775
779
  flex: 1 0 auto;
780
+ }
781
+
782
+ :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
783
+ :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
784
+ :where(.pf-theme-dark) .pf-c-page__header {
785
+ --pf-global--Color--100: #e0e0e0;
786
+ --pf-global--Color--200: #aaabac;
787
+ --pf-global--BorderColor--100: #444548;
788
+ --pf-global--primary-color--100: #1fa7f8;
789
+ --pf-global--link--Color: #1fa7f8;
790
+ --pf-global--link--Color--hover: #73bcf7;
791
+ --pf-global--BackgroundColor--100: #1b1d21;
792
+ }
793
+ :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
794
+ :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
795
+ :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
796
+ --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
797
+ --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
798
+ --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
799
+ --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
800
+ --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
801
+ --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
802
+ --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
803
+ --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
804
+ --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
805
+ --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
806
+ --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
807
+ --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
808
+ }
809
+
810
+ :where(.pf-theme-dark) .pf-c-page {
811
+ --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--200);
812
+ --pf-c-page__header-tools--c-button--m-selected--before--BackgroundColor: var(--pf-global--BackgroundColor--300);
813
+ --pf-c-page__sidebar--BackgroundColor: var(--pf-global--BackgroundColor--100);
814
+ --pf-c-page__header--BackgroundColor: var(--pf-global--palette--black-1000);
815
+ }
816
+ :where(.pf-theme-dark) .pf-c-page__header-tools-item.pf-m-selected .pf-c-button {
817
+ color: var(--pf-global--Color--100);
818
+ }
819
+ :where(.pf-theme-dark) .pf-c-page__header-tools-item.pf-m-selected .pf-c-button .pf-c-notification-badge:hover::before {
820
+ background-color: var(--pf-c-page__header-tools--c-button--m-selected--before--BackgroundColor);
821
+ }
822
+ :where(.pf-theme-dark) .pf-c-page__main-nav.pf-m-sticky-top, :where(.pf-theme-dark) .pf-c-page__main-nav.pf-m-sticky-bottom {
823
+ --pf-c-page__main-nav--BackgroundColor: var(--pf-global--BackgroundColor--300);
824
+ }
825
+ :where(.pf-theme-dark) .pf-c-page__main-breadcrumb.pf-m-sticky-top, :where(.pf-theme-dark) .pf-c-page__main-breadcrumb.pf-m-sticky-bottom {
826
+ --pf-c-page__main-breadcrumb--BackgroundColor: var(--pf-global--BackgroundColor--300);
827
+ }
828
+ :where(.pf-theme-dark) .pf-c-page__main-group.pf-m-sticky-top, :where(.pf-theme-dark) .pf-c-page__main-group.pf-m-sticky-bottom {
829
+ --pf-c-page__main-section--m-light--BackgroundColor: var(--pf-global--BackgroundColor--300);
830
+ --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--300);
831
+ --pf-c-page__main-breadcrumb--BackgroundColor: var(--pf-global--BackgroundColor--300);
832
+ --pf-c-page__main-nav--BackgroundColor: var(--pf-global--BackgroundColor--300);
833
+ }
834
+ :where(.pf-theme-dark) .pf-c-page__main-section.pf-m-sticky-top, :where(.pf-theme-dark) .pf-c-page__main-section.pf-m-sticky-bottom {
835
+ --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--300);
836
+ }
837
+ :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
838
+ :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
839
+ :where(.pf-theme-dark) .pf-c-page__header {
840
+ color: var(--pf-global--Color--100);
776
841
  }
@@ -36,6 +36,7 @@ declare const _default: {
36
36
  "shadowTop": "pf-m-shadow-top",
37
37
  "fill": "pf-m-fill",
38
38
  "noFill": "pf-m-no-fill",
39
+ "light_100": "pf-m-light-100",
39
40
  "dark_100": "pf-m-dark-100",
40
41
  "dark_200": "pf-m-dark-200",
41
42
  "padding": "pf-m-padding",
@@ -75,6 +76,7 @@ declare const _default: {
75
76
  "pageMainTabs": "pf-c-page__main-tabs",
76
77
  "pageMainWizard": "pf-c-page__main-wizard",
77
78
  "pageSidebar": "pf-c-page__sidebar",
78
- "pageSidebarBody": "pf-c-page__sidebar-body"
79
+ "pageSidebarBody": "pf-c-page__sidebar-body",
80
+ "themeDark": "pf-theme-dark"
79
81
  };
80
82
  export default _default;
@@ -38,6 +38,7 @@ exports.default = {
38
38
  "shadowTop": "pf-m-shadow-top",
39
39
  "fill": "pf-m-fill",
40
40
  "noFill": "pf-m-no-fill",
41
+ "light_100": "pf-m-light-100",
41
42
  "dark_100": "pf-m-dark-100",
42
43
  "dark_200": "pf-m-dark-200",
43
44
  "padding": "pf-m-padding",
@@ -77,5 +78,6 @@ exports.default = {
77
78
  "pageMainTabs": "pf-c-page__main-tabs",
78
79
  "pageMainWizard": "pf-c-page__main-wizard",
79
80
  "pageSidebar": "pf-c-page__sidebar",
80
- "pageSidebarBody": "pf-c-page__sidebar-body"
81
+ "pageSidebarBody": "pf-c-page__sidebar-body",
82
+ "themeDark": "pf-theme-dark"
81
83
  };
@@ -36,6 +36,7 @@ export default {
36
36
  "shadowTop": "pf-m-shadow-top",
37
37
  "fill": "pf-m-fill",
38
38
  "noFill": "pf-m-no-fill",
39
+ "light_100": "pf-m-light-100",
39
40
  "dark_100": "pf-m-dark-100",
40
41
  "dark_200": "pf-m-dark-200",
41
42
  "padding": "pf-m-padding",
@@ -75,5 +76,6 @@ export default {
75
76
  "pageMainTabs": "pf-c-page__main-tabs",
76
77
  "pageMainWizard": "pf-c-page__main-wizard",
77
78
  "pageSidebar": "pf-c-page__sidebar",
78
- "pageSidebarBody": "pf-c-page__sidebar-body"
79
+ "pageSidebarBody": "pf-c-page__sidebar-body",
80
+ "themeDark": "pf-theme-dark"
79
81
  };
@@ -331,4 +331,8 @@
331
331
  --pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
332
332
  --pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-full__total-items--Visibility);
333
333
  }
334
+ }
335
+
336
+ :where(.pf-theme-dark) .pf-c-pagination {
337
+ --pf-c-pagination--m-sticky--BackgroundColor: var(--pf-global--BackgroundColor--300);
334
338
  }
@@ -28,6 +28,7 @@ declare const _default: {
28
28
  "paginationNav": "pf-c-pagination__nav",
29
29
  "paginationNavControl": "pf-c-pagination__nav-control",
30
30
  "paginationNavPageSelect": "pf-c-pagination__nav-page-select",
31
- "paginationTotalItems": "pf-c-pagination__total-items"
31
+ "paginationTotalItems": "pf-c-pagination__total-items",
32
+ "themeDark": "pf-theme-dark"
32
33
  };
33
34
  export default _default;
@@ -30,5 +30,6 @@ exports.default = {
30
30
  "paginationNav": "pf-c-pagination__nav",
31
31
  "paginationNavControl": "pf-c-pagination__nav-control",
32
32
  "paginationNavPageSelect": "pf-c-pagination__nav-page-select",
33
- "paginationTotalItems": "pf-c-pagination__total-items"
33
+ "paginationTotalItems": "pf-c-pagination__total-items",
34
+ "themeDark": "pf-theme-dark"
34
35
  };
@@ -28,5 +28,6 @@ export default {
28
28
  "paginationNav": "pf-c-pagination__nav",
29
29
  "paginationNavControl": "pf-c-pagination__nav-control",
30
30
  "paginationNavPageSelect": "pf-c-pagination__nav-page-select",
31
- "paginationTotalItems": "pf-c-pagination__total-items"
31
+ "paginationTotalItems": "pf-c-pagination__total-items",
32
+ "themeDark": "pf-theme-dark"
32
33
  };
@@ -169,4 +169,17 @@
169
169
 
170
170
  .pf-c-popover__footer {
171
171
  margin-top: var(--pf-c-popover__footer--MarginTop);
172
+ }
173
+
174
+ :where(.pf-theme-dark) .pf-c-popover {
175
+ --pf-c-popover--BoxShadow: none;
176
+ --pf-c-popover__arrow--BoxShadow: none;
177
+ --pf-c-popover__arrow--BackgroundColor: var(--pf-c-popover__content--BackgroundColor);
178
+ --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
179
+ --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
180
+ --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
181
+ }
182
+ :where(.pf-theme-dark) .pf-c-popover,
183
+ :where(.pf-theme-dark) .pf-c-popover .pf-c-popover__arrow {
184
+ border: 4px solid var(--pf-global--BorderColor--400);
172
185
  }
@@ -31,6 +31,7 @@ declare const _default: {
31
31
  "popoverTitle": "pf-c-popover__title",
32
32
  "popoverTitleIcon": "pf-c-popover__title-icon",
33
33
  "popoverTitleText": "pf-c-popover__title-text",
34
+ "themeDark": "pf-theme-dark",
34
35
  "title": "pf-c-title"
35
36
  };
36
37
  export default _default;
@@ -33,5 +33,6 @@ exports.default = {
33
33
  "popoverTitle": "pf-c-popover__title",
34
34
  "popoverTitleIcon": "pf-c-popover__title-icon",
35
35
  "popoverTitleText": "pf-c-popover__title-text",
36
+ "themeDark": "pf-theme-dark",
36
37
  "title": "pf-c-title"
37
38
  };
@@ -31,5 +31,6 @@ export default {
31
31
  "popoverTitle": "pf-c-popover__title",
32
32
  "popoverTitleIcon": "pf-c-popover__title-icon",
33
33
  "popoverTitleText": "pf-c-popover__title-text",
34
+ "themeDark": "pf-theme-dark",
34
35
  "title": "pf-c-title"
35
36
  };
@@ -154,4 +154,10 @@
154
154
  left: 0;
155
155
  height: var(--pf-c-progress__indicator--Height);
156
156
  background-color: var(--pf-c-progress__indicator--BackgroundColor);
157
+ }
158
+
159
+ :where(.pf-theme-dark) .pf-c-progress {
160
+ --pf-c-progress--m-inside__measure--Color: var(--pf-global--palette--black-900);
161
+ --pf-c-progress--m-success--m-inside__measure--Color: var(--pf-global--palette--black-900);
162
+ --pf-c-progress--m-warning--m-inside__measure--Color: var(--pf-global--palette--black-900);
157
163
  }
@@ -18,6 +18,7 @@ declare const _default: {
18
18
  "progressIndicator": "pf-c-progress__indicator",
19
19
  "progressMeasure": "pf-c-progress__measure",
20
20
  "progressStatus": "pf-c-progress__status",
21
- "progressStatusIcon": "pf-c-progress__status-icon"
21
+ "progressStatusIcon": "pf-c-progress__status-icon",
22
+ "themeDark": "pf-theme-dark"
22
23
  };
23
24
  export default _default;
@@ -20,5 +20,6 @@ exports.default = {
20
20
  "progressIndicator": "pf-c-progress__indicator",
21
21
  "progressMeasure": "pf-c-progress__measure",
22
22
  "progressStatus": "pf-c-progress__status",
23
- "progressStatusIcon": "pf-c-progress__status-icon"
23
+ "progressStatusIcon": "pf-c-progress__status-icon",
24
+ "themeDark": "pf-theme-dark"
24
25
  };
@@ -18,5 +18,6 @@ export default {
18
18
  "progressIndicator": "pf-c-progress__indicator",
19
19
  "progressMeasure": "pf-c-progress__measure",
20
20
  "progressStatus": "pf-c-progress__status",
21
- "progressStatusIcon": "pf-c-progress__status-icon"
21
+ "progressStatusIcon": "pf-c-progress__status-icon",
22
+ "themeDark": "pf-theme-dark"
22
23
  };
@@ -175,4 +175,13 @@
175
175
 
176
176
  .pf-c-search-input__menu-item-text {
177
177
  flex-grow: 1;
178
+ }
179
+
180
+ :where(.pf-theme-dark) .pf-c-search-input {
181
+ --pf-c-search-input__text--before--BorderColor: transparent;
182
+ --pf-c-search-input__text--after--BorderBottomColor: var(--pf-global--BorderColor--400);
183
+ background-color: var(--pf-global--BackgroundColor--400);
184
+ }
185
+ :where(.pf-theme-dark) .pf-c-search-input__text::before {
186
+ border-bottom-color: var(--pf-global--BorderColor--400);
178
187
  }
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  "searchInputNav": "pf-c-search-input__nav",
18
18
  "searchInputText": "pf-c-search-input__text",
19
19
  "searchInputTextInput": "pf-c-search-input__text-input",
20
- "searchInputUtilities": "pf-c-search-input__utilities"
20
+ "searchInputUtilities": "pf-c-search-input__utilities",
21
+ "themeDark": "pf-theme-dark"
21
22
  };
22
23
  export default _default;
@@ -19,5 +19,6 @@ exports.default = {
19
19
  "searchInputNav": "pf-c-search-input__nav",
20
20
  "searchInputText": "pf-c-search-input__text",
21
21
  "searchInputTextInput": "pf-c-search-input__text-input",
22
- "searchInputUtilities": "pf-c-search-input__utilities"
22
+ "searchInputUtilities": "pf-c-search-input__utilities",
23
+ "themeDark": "pf-theme-dark"
23
24
  };
@@ -17,5 +17,6 @@ export default {
17
17
  "searchInputNav": "pf-c-search-input__nav",
18
18
  "searchInputText": "pf-c-search-input__text",
19
19
  "searchInputTextInput": "pf-c-search-input__text-input",
20
- "searchInputUtilities": "pf-c-search-input__utilities"
20
+ "searchInputUtilities": "pf-c-search-input__utilities",
21
+ "themeDark": "pf-theme-dark"
21
22
  };
@@ -568,4 +568,20 @@
568
568
  margin-top: var(--pf-c-select__menu-footer--MarginTop);
569
569
  margin-bottom: var(--pf-c-select__menu-footer--MarginBottom);
570
570
  box-shadow: var(--pf-c-select__menu-footer--BoxShadow);
571
+ }
572
+
573
+ :where(.pf-theme-dark) .pf-c-select {
574
+ --pf-c-select__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
575
+ --pf-c-select__toggle--BackgroundColor: var(--pf-global--BackgroundColor--400);
576
+ --pf-c-select__toggle--before--BorderTopColor: transparent;
577
+ --pf-c-select__toggle--before--BorderRightColor: transparent;
578
+ --pf-c-select__toggle--before--BorderBottomColor: var(--pf-global--BorderColor--400);
579
+ --pf-c-select__toggle--before--BorderLeftColor: transparent;
580
+ --pf-c-select__menu--Top: 100%;
581
+ --pf-c-select__menu--m-top--TranslateY: -100%;
582
+ --pf-c-select__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
583
+ --pf-c-select__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
584
+ }
585
+ :where(.pf-theme-dark) .pf-c-select__toggle:disabled, :where(.pf-theme-dark) .pf-c-select__toggle.pf-m-disabled {
586
+ color: var(--pf-global--palette--black-100);
571
587
  }
@@ -54,6 +54,7 @@ declare const _default: {
54
54
  "selectToggleStatusIcon": "pf-c-select__toggle-status-icon",
55
55
  "selectToggleText": "pf-c-select__toggle-text",
56
56
  "selectToggleTypeahead": "pf-c-select__toggle-typeahead",
57
- "selectToggleWrapper": "pf-c-select__toggle-wrapper"
57
+ "selectToggleWrapper": "pf-c-select__toggle-wrapper",
58
+ "themeDark": "pf-theme-dark"
58
59
  };
59
60
  export default _default;
@@ -56,5 +56,6 @@ exports.default = {
56
56
  "selectToggleStatusIcon": "pf-c-select__toggle-status-icon",
57
57
  "selectToggleText": "pf-c-select__toggle-text",
58
58
  "selectToggleTypeahead": "pf-c-select__toggle-typeahead",
59
- "selectToggleWrapper": "pf-c-select__toggle-wrapper"
59
+ "selectToggleWrapper": "pf-c-select__toggle-wrapper",
60
+ "themeDark": "pf-theme-dark"
60
61
  };
@@ -54,5 +54,6 @@ export default {
54
54
  "selectToggleStatusIcon": "pf-c-select__toggle-status-icon",
55
55
  "selectToggleText": "pf-c-select__toggle-text",
56
56
  "selectToggleTypeahead": "pf-c-select__toggle-typeahead",
57
- "selectToggleWrapper": "pf-c-select__toggle-wrapper"
57
+ "selectToggleWrapper": "pf-c-select__toggle-wrapper",
58
+ "themeDark": "pf-theme-dark"
58
59
  };
@@ -69,4 +69,15 @@
69
69
 
70
70
  .pf-c-simple-list__section + .pf-c-simple-list__section {
71
71
  margin-top: var(--pf-c-simple-list__section--section--MarginTop);
72
+ }
73
+
74
+ :where(.pf-theme-dark) .pf-c-simple-list {
75
+ --pf-c-simple-list__item-link--m-current--Color: var(--pf-global--active-color--100);
76
+ --pf-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-global--BackgroundColor--400);
77
+ --pf-c-simple-list__item-link--hover--Color: var(--pf-global--Color--100);
78
+ --pf-c-simple-list__item-link--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
79
+ --pf-c-simple-list__item-link--focus--Color: var(--pf-global--Color--100);
80
+ --pf-c-simple-list__item-link--focus--BackgroundColor: var(--pf-global--BackgroundColor--400);
81
+ --pf-c-simple-list__item-link--active--Color: var(--pf-global--Color--100);
82
+ --pf-c-simple-list__item-link--active--BackgroundColor: var(--pf-global--BackgroundColor--400);
72
83
  }
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  "simpleList": "pf-c-simple-list",
7
7
  "simpleListItemLink": "pf-c-simple-list__item-link",
8
8
  "simpleListSection": "pf-c-simple-list__section",
9
- "simpleListTitle": "pf-c-simple-list__title"
9
+ "simpleListTitle": "pf-c-simple-list__title",
10
+ "themeDark": "pf-theme-dark"
10
11
  };
11
12
  export default _default;
@@ -8,5 +8,6 @@ exports.default = {
8
8
  "simpleList": "pf-c-simple-list",
9
9
  "simpleListItemLink": "pf-c-simple-list__item-link",
10
10
  "simpleListSection": "pf-c-simple-list__section",
11
- "simpleListTitle": "pf-c-simple-list__title"
11
+ "simpleListTitle": "pf-c-simple-list__title",
12
+ "themeDark": "pf-theme-dark"
12
13
  };
@@ -6,5 +6,6 @@ export default {
6
6
  "simpleList": "pf-c-simple-list",
7
7
  "simpleListItemLink": "pf-c-simple-list__item-link",
8
8
  "simpleListSection": "pf-c-simple-list__section",
9
- "simpleListTitle": "pf-c-simple-list__title"
9
+ "simpleListTitle": "pf-c-simple-list__title",
10
+ "themeDark": "pf-theme-dark"
10
11
  };
@@ -159,4 +159,10 @@
159
159
  100% {
160
160
  transform: translateX(100%);
161
161
  }
162
+ }
163
+ :where(.pf-theme-dark) .pf-c-skeleton {
164
+ --pf-c-skeleton--BackgroundColor: var(--pf-global--palette--black-600);
165
+ --pf-c-skeleton--after--LinearGradientColorStop1: var(--pf-global--palette--black-600);
166
+ --pf-c-skeleton--after--LinearGradientColorStop2: var(--pf-global--palette--black-500);
167
+ --pf-c-skeleton--after--LinearGradientColorStop3: var(--pf-global--palette--black-600);
162
168
  }
@@ -28,6 +28,7 @@ declare const _default: {
28
28
  "textMd": "pf-m-text-md",
29
29
  "textSm": "pf-m-text-sm"
30
30
  },
31
- "skeleton": "pf-c-skeleton"
31
+ "skeleton": "pf-c-skeleton",
32
+ "themeDark": "pf-theme-dark"
32
33
  };
33
34
  export default _default;
@@ -30,5 +30,6 @@ exports.default = {
30
30
  "textMd": "pf-m-text-md",
31
31
  "textSm": "pf-m-text-sm"
32
32
  },
33
- "skeleton": "pf-c-skeleton"
33
+ "skeleton": "pf-c-skeleton",
34
+ "themeDark": "pf-theme-dark"
34
35
  };
@@ -28,5 +28,6 @@ export default {
28
28
  "textMd": "pf-m-text-md",
29
29
  "textSm": "pf-m-text-sm"
30
30
  },
31
- "skeleton": "pf-c-skeleton"
31
+ "skeleton": "pf-c-skeleton",
32
+ "themeDark": "pf-theme-dark"
32
33
  };
@@ -134,4 +134,11 @@
134
134
  grid-column: 2;
135
135
  color: var(--pf-c-switch__label--Color);
136
136
  vertical-align: top;
137
+ }
138
+
139
+ :where(.pf-theme-dark) .pf-c-switch {
140
+ --pf-c-switch__toggle-icon--Color: var(--pf-global--BackgroundColor--100);
141
+ --pf-c-switch__input--not-checked__label--Color: var(--pf-global--Color--100);
142
+ --pf-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-global--disabled-color--100);
143
+ --pf-c-switch__toggle--before--BoxShadow: none;
137
144
  }
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  "switchInput": "pf-c-switch__input",
10
10
  "switchLabel": "pf-c-switch__label",
11
11
  "switchToggle": "pf-c-switch__toggle",
12
- "switchToggleIcon": "pf-c-switch__toggle-icon"
12
+ "switchToggleIcon": "pf-c-switch__toggle-icon",
13
+ "themeDark": "pf-theme-dark"
13
14
  };
14
15
  export default _default;
@@ -11,5 +11,6 @@ exports.default = {
11
11
  "switchInput": "pf-c-switch__input",
12
12
  "switchLabel": "pf-c-switch__label",
13
13
  "switchToggle": "pf-c-switch__toggle",
14
- "switchToggleIcon": "pf-c-switch__toggle-icon"
14
+ "switchToggleIcon": "pf-c-switch__toggle-icon",
15
+ "themeDark": "pf-theme-dark"
15
16
  };
@@ -9,5 +9,6 @@ export default {
9
9
  "switchInput": "pf-c-switch__input",
10
10
  "switchLabel": "pf-c-switch__label",
11
11
  "switchToggle": "pf-c-switch__toggle",
12
- "switchToggleIcon": "pf-c-switch__toggle-icon"
12
+ "switchToggleIcon": "pf-c-switch__toggle-icon",
13
+ "themeDark": "pf-theme-dark"
13
14
  };
@@ -1059,4 +1059,11 @@
1059
1059
 
1060
1060
  .pf-c-table .pf-m-width-100 {
1061
1061
  --pf-c-table--cell--Width: 100%;
1062
+ }
1063
+
1064
+ :where(.pf-theme-dark) .pf-c-table {
1065
+ --pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--150);
1066
+ }
1067
+ :where(.pf-theme-dark) .pf-c-table__favorite .pf-c-button:hover, :where(.pf-theme-dark) .pf-c-table__favorite .pf-c-button:focus {
1068
+ --pf-c-button--m-plain--Color: var(--pf-global--palette--gold-100);
1062
1069
  }
@@ -75,6 +75,7 @@ declare const _default: {
75
75
  "tableSubhead": "pf-c-table__subhead",
76
76
  "tableText": "pf-c-table__text",
77
77
  "tableToggle": "pf-c-table__toggle",
78
- "tableToggleIcon": "pf-c-table__toggle-icon"
78
+ "tableToggleIcon": "pf-c-table__toggle-icon",
79
+ "themeDark": "pf-theme-dark"
79
80
  };
80
81
  export default _default;
@@ -77,5 +77,6 @@ exports.default = {
77
77
  "tableSubhead": "pf-c-table__subhead",
78
78
  "tableText": "pf-c-table__text",
79
79
  "tableToggle": "pf-c-table__toggle",
80
- "tableToggleIcon": "pf-c-table__toggle-icon"
80
+ "tableToggleIcon": "pf-c-table__toggle-icon",
81
+ "themeDark": "pf-theme-dark"
81
82
  };
@@ -75,5 +75,6 @@ export default {
75
75
  "tableSubhead": "pf-c-table__subhead",
76
76
  "tableText": "pf-c-table__text",
77
77
  "tableToggle": "pf-c-table__toggle",
78
- "tableToggleIcon": "pf-c-table__toggle-icon"
78
+ "tableToggleIcon": "pf-c-table__toggle-icon",
79
+ "themeDark": "pf-theme-dark"
79
80
  };
@@ -825,4 +825,10 @@
825
825
  --pf-c-tabs--m-vertical--inset: var(--pf-global--spacer--2xl);
826
826
  --pf-c-tabs--m-vertical--m-box--inset: var(--pf-global--spacer--2xl);
827
827
  }
828
+ }
829
+
830
+ :where(.pf-theme-dark) .pf-c-tabs {
831
+ --pf-c-tabs__scroll-button--BackgroundColor: transparent;
832
+ --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
833
+ --pf-c-tabs--m-color-scheme--light-300__link--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
828
834
  }
@@ -78,6 +78,7 @@ declare const _default: {
78
78
  "tabsToggle": "pf-c-tabs__toggle",
79
79
  "tabsToggleButton": "pf-c-tabs__toggle-button",
80
80
  "tabsToggleIcon": "pf-c-tabs__toggle-icon",
81
- "tabsToggleText": "pf-c-tabs__toggle-text"
81
+ "tabsToggleText": "pf-c-tabs__toggle-text",
82
+ "themeDark": "pf-theme-dark"
82
83
  };
83
84
  export default _default;
@@ -80,5 +80,6 @@ exports.default = {
80
80
  "tabsToggle": "pf-c-tabs__toggle",
81
81
  "tabsToggleButton": "pf-c-tabs__toggle-button",
82
82
  "tabsToggleIcon": "pf-c-tabs__toggle-icon",
83
- "tabsToggleText": "pf-c-tabs__toggle-text"
83
+ "tabsToggleText": "pf-c-tabs__toggle-text",
84
+ "themeDark": "pf-theme-dark"
84
85
  };
@@ -78,5 +78,6 @@ export default {
78
78
  "tabsToggle": "pf-c-tabs__toggle",
79
79
  "tabsToggleButton": "pf-c-tabs__toggle-button",
80
80
  "tabsToggleIcon": "pf-c-tabs__toggle-icon",
81
- "tabsToggleText": "pf-c-tabs__toggle-text"
81
+ "tabsToggleText": "pf-c-tabs__toggle-text",
82
+ "themeDark": "pf-theme-dark"
82
83
  };
@@ -134,4 +134,11 @@
134
134
  margin-right: var(--pf-c-tile__icon--MarginRight);
135
135
  font-size: var(--pf-c-tile__icon--FontSize);
136
136
  color: var(--pf-c-tile__icon--Color);
137
+ }
138
+
139
+ :where(.pf-theme-dark) .pf-c-tile {
140
+ --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
141
+ --pf-c-tile--m-disabled__title--Color: var(--pf-global--disabled-color--300);
142
+ --pf-c-tile--m-disabled__icon--Color: var(--pf-global--disabled-color--300);
143
+ --pf-c-tile--m-disabled__body--Color: var(--pf-global--disabled-color--300);
137
144
  }
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  "displayLg": "pf-m-display-lg",
7
7
  "stacked": "pf-m-stacked"
8
8
  },
9
+ "themeDark": "pf-theme-dark",
9
10
  "tile": "pf-c-tile",
10
11
  "tileBody": "pf-c-tile__body",
11
12
  "tileHeader": "pf-c-tile__header",
@@ -8,6 +8,7 @@ exports.default = {
8
8
  "displayLg": "pf-m-display-lg",
9
9
  "stacked": "pf-m-stacked"
10
10
  },
11
+ "themeDark": "pf-theme-dark",
11
12
  "tile": "pf-c-tile",
12
13
  "tileBody": "pf-c-tile__body",
13
14
  "tileHeader": "pf-c-tile__header",
@@ -6,6 +6,7 @@ export default {
6
6
  "displayLg": "pf-m-display-lg",
7
7
  "stacked": "pf-m-stacked"
8
8
  },
9
+ "themeDark": "pf-theme-dark",
9
10
  "tile": "pf-c-tile",
10
11
  "tileBody": "pf-c-tile__body",
11
12
  "tileHeader": "pf-c-tile__header",
@@ -100,4 +100,12 @@
100
100
  .pf-c-toggle-group__icon + .pf-c-toggle-group__text,
101
101
  .pf-c-toggle-group__text + .pf-c-toggle-group__icon {
102
102
  margin-left: var(--pf-c-toggle-group__icon--text--MarginLeft);
103
+ }
104
+
105
+ :where(.pf-theme-dark) .pf-c-toggle-group {
106
+ --pf-c-toggle-group__button--hover--BackgroundColor: var(--pf-global--palette--black-700);
107
+ --pf-c-toggle-group__button--focus--BackgroundColor: var(--pf-global--palette--black-700);
108
+ --pf-c-toggle-group__button--disabled--BackgroundColor: var(--pf-global--palette--black-600);
109
+ --pf-c-toggle-group__button--disabled--Color: var(--pf-global--palette--black-100);
110
+ --pf-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-global--primary-color--300);
103
111
  }