@patternfly/patternfly 4.196.0 → 4.196.3

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 (181) hide show
  1. package/assets/images/icon-github.hbs +4 -0
  2. package/assets/images/icon-google.hbs +4 -0
  3. package/assets/images/icon-red-hat.hbs +1 -0
  4. package/base/_globals.scss +7 -0
  5. package/base/_variables.scss +8 -0
  6. package/base/patternfly-globals.css +4 -0
  7. package/base/patternfly-variables.css +84 -0
  8. package/components/AboutModalBox/about-modal-box.css +28 -0
  9. package/components/AboutModalBox/about-modal-box.scss +7 -0
  10. package/components/AboutModalBox/themes/dark/about-modal-box.scss +4 -6
  11. package/components/Accordion/accordion.css +6 -0
  12. package/components/Accordion/accordion.scss +7 -0
  13. package/components/Accordion/themes/dark/accordion.scss +3 -1
  14. package/components/Alert/alert.css +14 -0
  15. package/components/Alert/alert.scss +7 -0
  16. package/components/Alert/themes/dark/alert.scss +3 -1
  17. package/components/AppLauncher/app-launcher.css +12 -0
  18. package/components/AppLauncher/app-launcher.scss +7 -0
  19. package/components/AppLauncher/themes/dark/app-launcher.scss +3 -1
  20. package/components/Badge/badge.css +5 -0
  21. package/components/Badge/badge.scss +7 -0
  22. package/components/Badge/themes/dark/badge.scss +3 -1
  23. package/components/Banner/banner.css +31 -0
  24. package/components/Banner/banner.scss +7 -0
  25. package/components/Banner/themes/dark/banner.scss +4 -2
  26. package/components/Breadcrumb/breadcrumb.css +4 -0
  27. package/components/Breadcrumb/breadcrumb.scss +7 -0
  28. package/components/Breadcrumb/themes/dark/breadcrumb.scss +3 -1
  29. package/components/Button/button.css +38 -0
  30. package/components/Button/button.scss +7 -0
  31. package/components/Button/themes/dark/button.scss +3 -1
  32. package/components/CalendarMonth/calendar-month.css +26 -4
  33. package/components/CalendarMonth/calendar-month.scss +11 -4
  34. package/components/CalendarMonth/themes/dark/calendar-month.scss +3 -1
  35. package/components/Chip/chip.css +6 -0
  36. package/components/Chip/chip.scss +7 -0
  37. package/components/Chip/themes/dark/chip.scss +3 -1
  38. package/components/ClipboardCopy/clipboard-copy.css +11 -0
  39. package/components/ClipboardCopy/clipboard-copy.scss +7 -0
  40. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +3 -1
  41. package/components/CodeEditor/code-editor.css +4 -0
  42. package/components/CodeEditor/code-editor.scss +7 -0
  43. package/components/CodeEditor/themes/dark/code-editor.scss +3 -1
  44. package/components/ContextSelector/context-selector.css +17 -0
  45. package/components/ContextSelector/context-selector.scss +7 -0
  46. package/components/ContextSelector/themes/dark/context-selector.scss +3 -1
  47. package/components/DataList/data-list.css +7 -0
  48. package/components/DataList/data-list.scss +7 -0
  49. package/components/DataList/themes/dark/data-list.scss +3 -1
  50. package/components/DatePicker/date-picker.css +5 -0
  51. package/components/DatePicker/date-picker.scss +7 -0
  52. package/components/DatePicker/themes/dark/date-picker.scss +3 -1
  53. package/components/Drawer/drawer.css +7 -0
  54. package/components/Drawer/drawer.scss +7 -0
  55. package/components/Drawer/themes/dark/drawer.scss +3 -1
  56. package/components/Dropdown/dropdown.css +22 -0
  57. package/components/Dropdown/dropdown.scss +7 -0
  58. package/components/Dropdown/themes/dark/dropdown.scss +3 -1
  59. package/components/Form/form.css +4 -0
  60. package/components/Form/form.scss +7 -0
  61. package/components/Form/themes/dark/form.scss +3 -1
  62. package/components/FormControl/form-control.css +22 -0
  63. package/components/FormControl/form-control.scss +7 -0
  64. package/components/FormControl/themes/dark/form-control.scss +3 -1
  65. package/components/HelperText/helper-text.css +4 -0
  66. package/components/HelperText/helper-text.scss +7 -0
  67. package/components/HelperText/themes/dark/helper-text.scss +3 -1
  68. package/components/Hint/hint.css +5 -0
  69. package/components/Hint/hint.scss +7 -0
  70. package/components/Hint/themes/dark/hint.scss +3 -1
  71. package/components/InputGroup/input-group.css +22 -0
  72. package/components/InputGroup/input-group.scss +7 -0
  73. package/components/InputGroup/themes/dark/input-group.scss +3 -1
  74. package/components/Label/label.css +44 -0
  75. package/components/Label/label.scss +7 -0
  76. package/components/Label/themes/dark/label.scss +3 -1
  77. package/components/LogViewer/log-viewer.css +28 -0
  78. package/components/LogViewer/log-viewer.scss +7 -0
  79. package/components/LogViewer/themes/dark/log-viewer.scss +4 -2
  80. package/components/Login/login.css +31 -0
  81. package/components/Login/login.scss +7 -0
  82. package/components/Login/themes/dark/login.scss +4 -2
  83. package/components/Masthead/masthead.css +32 -0
  84. package/components/Masthead/masthead.scss +7 -0
  85. package/components/Masthead/themes/dark/masthead.scss +4 -2
  86. package/components/Menu/menu.css +9 -0
  87. package/components/Menu/menu.scss +7 -0
  88. package/components/Menu/themes/dark/menu.scss +3 -1
  89. package/components/MenuToggle/menu-toggle.css +19 -0
  90. package/components/MenuToggle/menu-toggle.scss +7 -0
  91. package/components/MenuToggle/themes/dark/menu-toggle.scss +3 -1
  92. package/components/ModalBox/modal-box.css +4 -0
  93. package/components/ModalBox/modal-box.scss +7 -0
  94. package/components/ModalBox/themes/dark/modal-box.scss +3 -1
  95. package/components/Nav/nav.css +34 -0
  96. package/components/Nav/nav.scss +7 -0
  97. package/components/Nav/themes/dark/nav.scss +3 -1
  98. package/components/NotificationBadge/notification-badge.css +4 -0
  99. package/components/NotificationBadge/notification-badge.scss +7 -0
  100. package/components/NotificationBadge/themes/dark/notification-badge.scss +3 -1
  101. package/components/NotificationDrawer/notification-drawer.css +11 -0
  102. package/components/NotificationDrawer/notification-drawer.scss +7 -0
  103. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +3 -1
  104. package/components/OptionsMenu/options-menu.css +17 -0
  105. package/components/OptionsMenu/options-menu.scss +7 -0
  106. package/components/OptionsMenu/themes/dark/options-menu.scss +3 -1
  107. package/components/Page/page.css +66 -1
  108. package/components/Page/page.scss +13 -1
  109. package/components/Page/themes/dark/page.scss +4 -2
  110. package/components/Pagination/pagination.css +4 -0
  111. package/components/Pagination/pagination.scss +7 -0
  112. package/components/Pagination/themes/dark/pagination.scss +3 -1
  113. package/components/Popover/popover.css +13 -0
  114. package/components/Popover/popover.scss +7 -0
  115. package/components/Popover/themes/dark/popover.scss +3 -1
  116. package/components/Progress/progress.css +6 -0
  117. package/components/Progress/progress.scss +7 -0
  118. package/components/Progress/themes/dark/progress.scss +3 -1
  119. package/components/SearchInput/search-input.css +9 -0
  120. package/components/SearchInput/search-input.scss +7 -0
  121. package/components/SearchInput/themes/dark/search-input.scss +3 -1
  122. package/components/Select/select.css +16 -0
  123. package/components/Select/select.scss +7 -0
  124. package/components/Select/themes/dark/select.scss +3 -1
  125. package/components/SimpleList/simple-list.css +11 -0
  126. package/components/SimpleList/simple-list.scss +7 -0
  127. package/components/SimpleList/themes/dark/simple-list.scss +3 -1
  128. package/components/Skeleton/skeleton.css +6 -0
  129. package/components/Skeleton/skeleton.scss +7 -0
  130. package/components/Skeleton/themes/dark/skeleton.scss +3 -1
  131. package/components/Switch/switch.css +7 -0
  132. package/components/Switch/switch.scss +7 -0
  133. package/components/Switch/themes/dark/switch.scss +3 -1
  134. package/components/Table/table.css +7 -0
  135. package/components/Table/table.scss +7 -0
  136. package/components/Table/themes/dark/table.scss +7 -1
  137. package/components/Tabs/tabs.css +6 -0
  138. package/components/Tabs/tabs.scss +7 -0
  139. package/components/Tabs/themes/dark/tabs.scss +3 -1
  140. package/components/Tile/themes/dark/tile.scss +3 -1
  141. package/components/Tile/tile.css +7 -0
  142. package/components/Tile/tile.scss +7 -0
  143. package/components/ToggleGroup/themes/dark/toggle-group.scss +3 -1
  144. package/components/ToggleGroup/toggle-group.css +8 -0
  145. package/components/ToggleGroup/toggle-group.scss +7 -0
  146. package/components/Tooltip/themes/dark/tooltip.scss +3 -1
  147. package/components/Tooltip/tooltip.css +13 -0
  148. package/components/Tooltip/tooltip.scss +7 -0
  149. package/components/TreeView/themes/dark/tree-view.scss +3 -1
  150. package/components/TreeView/tree-view.css +5 -0
  151. package/components/TreeView/tree-view.scss +7 -0
  152. package/components/Wizard/themes/dark/wizard.scss +4 -2
  153. package/components/Wizard/wizard.css +34 -0
  154. package/components/Wizard/wizard.scss +7 -0
  155. package/docs/components/CalendarMonth/examples/CalendarMonth.md +264 -253
  156. package/docs/components/Table/examples/Table.md +477 -3
  157. package/docs/demos/Table/examples/Table.css +3 -0
  158. package/docs/demos/Table/examples/Table.md +1092 -1
  159. package/package.json +1 -1
  160. package/patternfly-base-no-reset.css +92 -4
  161. package/patternfly-base.css +92 -4
  162. package/patternfly-no-reset.css +2199 -37
  163. package/patternfly-theme-dark.css +0 -636
  164. package/patternfly-theme-dark.scss +1 -7
  165. package/patternfly.css +2199 -37
  166. package/patternfly.min.css +1 -1
  167. package/patternfly.min.css.map +1 -1
  168. package/sass-utilities/mixins.scss +7 -0
  169. package/sass-utilities/scss-variables.scss +1 -0
  170. package/sass-utilities/themes/dark/_all.scss +4 -0
  171. package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
  172. package/patternfly-theme-dark-prefers-color-scheme.css +0 -711
  173. package/patternfly-theme-dark-prefers-color-scheme.scss +0 -5
  174. package/themes/dark/_chart-globals.scss +0 -39
  175. package/themes/dark/_patternfly-theme-dark.scss +0 -119
  176. package/themes/dark/_variables.scss +0 -94
  177. package/themes/dark/colors.scss +0 -16
  178. package/themes/dark/globals.scss +0 -7
  179. package/themes/dark/mixins.scss +0 -5
  180. package/themes/dark/placeholders.scss +0 -30
  181. package/themes/dark/scss-variables.scss +0 -85
@@ -0,0 +1,4 @@
1
+ <svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
2
+ <title>GitHub logo</title>
3
+ <path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#4285F4">
2
+ <title>Google logo</title>
3
+ <path d="M12.24 10.285V14.4h6.806c-.275 1.765-2.056 5.174-6.806 5.174-4.095 0-7.439-3.389-7.439-7.574s3.345-7.574 7.439-7.574c2.33 0 3.891.989 4.785 1.849l3.254-3.138C18.189 1.186 15.479 0 12.24 0c-6.635 0-12 5.365-12 12s5.365 12 12 12c6.926 0 11.52-4.869 11.52-11.726 0-.788-.085-1.39-.189-1.989H12.24z"/>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 145"><defs><style>.cls-1{fill:#e00;}</style></defs><title>RedHat-Logo-Hat-Color</title><path d="M157.77,62.61a14,14,0,0,1,.31,3.42c0,14.88-18.1,17.46-30.61,17.46C78.83,83.49,42.53,53.26,42.53,44a6.43,6.43,0,0,1,.22-1.94l-3.66,9.06a18.45,18.45,0,0,0-1.51,7.33c0,18.11,41,45.48,87.74,45.48,20.69,0,36.43-7.76,36.43-21.77,0-1.08,0-1.94-1.73-10.13Z"/><path class="cls-1" d="M127.47,83.49c12.51,0,30.61-2.58,30.61-17.46a14,14,0,0,0-.31-3.42l-7.45-32.36c-1.72-7.12-3.23-10.35-15.73-16.6C124.89,8.69,103.76.5,97.51.5,91.69.5,90,8,83.06,8c-6.68,0-11.64-5.6-17.89-5.6-6,0-9.91,4.09-12.93,12.5,0,0-8.41,23.72-9.49,27.16A6.43,6.43,0,0,0,42.53,44c0,9.22,36.3,39.45,84.94,39.45M160,72.07c1.73,8.19,1.73,9.05,1.73,10.13,0,14-15.74,21.77-36.43,21.77C78.54,104,37.58,76.6,37.58,58.49a18.45,18.45,0,0,1,1.51-7.33C22.27,52,.5,55,.5,74.22c0,31.48,74.59,70.28,133.65,70.28,45.28,0,56.7-20.48,56.7-36.65,0-12.72-11-27.16-30.83-35.78"/></svg>
@@ -138,3 +138,10 @@
138
138
  }
139
139
  }
140
140
  }
141
+
142
+ // stylelint-disable no-invalid-position-at-import-rule
143
+ @import "./themes/dark/globals";
144
+
145
+ @include pf-theme-dark($pf-theme-dark-prefix: ":root") {
146
+ @include globals;
147
+ }
@@ -85,6 +85,7 @@
85
85
 
86
86
  // Background color
87
87
  --pf-global--BackgroundColor--100: #{$pf-global--BackgroundColor--100};
88
+ --pf-global--BackgroundColor--150: #{$pf-global--BackgroundColor--150};
88
89
  --pf-global--BackgroundColor--200: #{$pf-global--BackgroundColor--200};
89
90
  --pf-global--BackgroundColor--light-100: #{$pf-global--BackgroundColor--light-100};
90
91
  --pf-global--BackgroundColor--light-200: #{$pf-global--BackgroundColor--light-200};
@@ -307,3 +308,10 @@
307
308
  --pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhatVF--heading--sans-serif);
308
309
  --pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
309
310
  }
311
+
312
+ // stylelint-disable no-invalid-position-at-import-rule
313
+ @import "./themes/dark/variables";
314
+
315
+ @include pf-theme-dark($pf-theme-dark-prefix: ":root") {
316
+ @include _variables;
317
+ }
@@ -123,4 +123,8 @@ a {
123
123
 
124
124
  .pf-m-overpass-font a {
125
125
  font-weight: var(--pf-global--FontWeight--semi-bold);
126
+ }
127
+
128
+ :root:where(.pf-theme-dark) {
129
+ color-scheme: dark;
126
130
  }
@@ -81,6 +81,7 @@
81
81
  --pf-global--palette--red-500: #2c0000;
82
82
  --pf-global--palette--white: #fff;
83
83
  --pf-global--BackgroundColor--100: #fff;
84
+ --pf-global--BackgroundColor--150: #fafafa;
84
85
  --pf-global--BackgroundColor--200: #f0f0f0;
85
86
  --pf-global--BackgroundColor--light-100: #fff;
86
87
  --pf-global--BackgroundColor--light-200: #fafafa;
@@ -254,4 +255,87 @@
254
255
  --pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhatVF--sans-serif);
255
256
  --pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhatVF--heading--sans-serif);
256
257
  --pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
258
+ }
259
+
260
+ :root:where(.pf-theme-dark) {
261
+ --pf-global--palette--black-50: #e0e0e0;
262
+ --pf-global--palette--black-100: #c6c7c8;
263
+ --pf-global--palette--black-200: #aaabac;
264
+ --pf-global--palette--black-300: #868789;
265
+ --pf-global--palette--black-400: #57585a;
266
+ --pf-global--palette--black-500: #444548;
267
+ --pf-global--palette--black-600: #36373a;
268
+ --pf-global--palette--black-700: #26292d;
269
+ --pf-global--palette--black-800: #1b1d21;
270
+ --pf-global--palette--black-900: #0f1214;
271
+ --pf-global--palette--red-9999: #fe5142;
272
+ --pf-global--palette--red-8888: #fe6a5d;
273
+ --pf-global--palette--blue-300: #1fa7f8;
274
+ --pf-global--BackgroundColor--100: #1b1d21;
275
+ --pf-global--BackgroundColor--150: #212427;
276
+ --pf-global--BackgroundColor--200: #0f1214;
277
+ --pf-global--BackgroundColor--300: #26292d;
278
+ --pf-global--BackgroundColor--400: #36373a;
279
+ --pf-global--BorderColor--100: #444548;
280
+ --pf-global--BorderColor--200: #444548;
281
+ --pf-global--BorderColor--300: #57585a;
282
+ --pf-global--BorderColor--400: #aaabac;
283
+ --pf-global--Color--100: #fff;
284
+ --pf-global--Color--200: #aaabac;
285
+ --pf-global--active-color--100: #1fa7f8;
286
+ --pf-global--primary-color--100: #1fa7f8;
287
+ --pf-global--primary-color--300: #06c;
288
+ --pf-global--success-color--100: #5ba352;
289
+ --pf-global--warning-color--100: #f0ab00;
290
+ --pf-global--warning-color--200: #f4c145;
291
+ --pf-global--danger-color--100: #fe5142;
292
+ --pf-global--danger-color--200: #fe6a5d;
293
+ --pf-global--link--Color: #1fa7f8;
294
+ --pf-global--link--Color--hover: #73bcf7;
295
+ --pf-global--disabled-color--100: #57585a;
296
+ --pf-global--disabled-color--200: #444548;
297
+ --pf-global--disabled-color--300: #aaabac;
298
+ --pf-global--icon--Color--light: #aaabac;
299
+ --pf-global--icon--Color--dark: #aaabac;
300
+ --pf-global--Color--dark-100: #fff;
301
+ --pf-global--Color--dark-200: #aaabac;
302
+ --pf-global--Color--light-100: #fff;
303
+ --pf-global--Color--light-200: #aaabac;
304
+ --pf-global--Color--light-300: #3c3f42;
305
+ --pf-global--BorderColor--dark-100: #444548;
306
+ --pf-global--BorderColor--light-100: #444548;
307
+ --pf-global--primary-color--light-100: #1fa7f8;
308
+ --pf-global--primary-color--dark-100: #1fa7f8;
309
+ --pf-global--link--Color--light: #1fa7f8;
310
+ --pf-global--link--Color--light--hover: #73bcf7;
311
+ --pf-global--link--Color--dark: #1fa7f8;
312
+ --pf-global--link--Color--dark--hover: #73bcf7;
313
+ --pf-global--BackgroundColor--light-100: #1b1d21;
314
+ --pf-global--BackgroundColor--light-200: #0f1214;
315
+ --pf-global--BackgroundColor--light-300: #26292d;
316
+ --pf-global--BackgroundColor--dark-100: #1b1d21;
317
+ --pf-global--BackgroundColor--dark-200: #0f1214;
318
+ --pf-global--BackgroundColor--dark-300: #26292d;
319
+ --pf-global--BackgroundColor--dark-400: #36373a;
320
+ --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);
321
+ --pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
322
+ --pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
323
+ --pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
324
+ --pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
325
+ --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);
326
+ --pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
327
+ --pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
328
+ --pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
329
+ --pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
330
+ --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);
331
+ --pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
332
+ --pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
333
+ --pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
334
+ --pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
335
+ --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);
336
+ --pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
337
+ --pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
338
+ --pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
339
+ --pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
340
+ --pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 #030303;
257
341
  }
@@ -260,4 +260,32 @@
260
260
  background-size: var(--pf-c-about-modal-box__hero--sm--BackgroundSize);
261
261
  grid-area: hero;
262
262
  }
263
+ }
264
+
265
+ :where(.pf-theme-dark) .pf-c-about-modal-box {
266
+ --pf-global--Color--100: #fff;
267
+ --pf-global--Color--200: #aaabac;
268
+ --pf-global--BorderColor--100: #444548;
269
+ --pf-global--primary-color--100: #1fa7f8;
270
+ --pf-global--link--Color: #1fa7f8;
271
+ --pf-global--link--Color--hover: #73bcf7;
272
+ --pf-global--BackgroundColor--100: #1b1d21;
273
+ }
274
+ :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
275
+ --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
276
+ --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
277
+ --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
278
+ --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
279
+ --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
280
+ --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
281
+ --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
282
+ --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
283
+ --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
284
+ --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
285
+ --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
286
+ --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
287
+ }
288
+
289
+ :where(.pf-theme-dark) .pf-c-about-modal-box {
290
+ color: var(--pf-global--Color--100);
263
291
  }
@@ -254,3 +254,10 @@
254
254
  grid-area: hero;
255
255
  }
256
256
  }
257
+
258
+ // stylelint-disable no-invalid-position-at-import-rule
259
+ @import "themes/dark/about-modal-box";
260
+
261
+ @include pf-theme-dark {
262
+ @include pf-theme-dark-about-modal-box;
263
+ }
@@ -1,9 +1,7 @@
1
- @mixin about-modal-box() {
2
- .pf-c-about-modal-box {
3
- --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
4
- --pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
5
- --pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--300);
1
+ @import "../../../../sass-utilities/themes/dark/all";
6
2
 
7
- @include pf-t-dark();
3
+ @mixin pf-theme-dark-about-modal-box() {
4
+ .pf-c-about-modal-box {
5
+ @include pf-theme-dark--t-dark;
8
6
  }
9
7
  }
@@ -215,4 +215,10 @@
215
215
  }
216
216
  .pf-c-accordion__expanded-content-body + .pf-c-accordion__expanded-content-body {
217
217
  --pf-c-accordion__expanded-content-body--PaddingTop: var(--pf-c-accordion__expanded-content-body--expanded-content-body--PaddingTop);
218
+ }
219
+
220
+ :where(.pf-theme-dark) .pf-c-accordion {
221
+ --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
222
+ --pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
223
+ --pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--300);
218
224
  }
@@ -256,3 +256,10 @@
256
256
  --pf-c-accordion__expanded-content-body--PaddingTop: var(--pf-c-accordion__expanded-content-body--expanded-content-body--PaddingTop);
257
257
  }
258
258
  }
259
+
260
+ // stylelint-disable no-invalid-position-at-import-rule
261
+ @import "themes/dark/accordion";
262
+
263
+ @include pf-theme-dark {
264
+ @include pf-theme-dark-accordion;
265
+ }
@@ -1,4 +1,6 @@
1
- @mixin accordion() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-accordion() {
2
4
  .pf-c-accordion {
3
5
  --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
4
6
  --pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -201,4 +201,18 @@
201
201
 
202
202
  .pf-m-overpass-font .pf-c-alert__title {
203
203
  --pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--normal);
204
+ }
205
+
206
+ :where(.pf-theme-dark) .pf-c-alert {
207
+ --pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
208
+ --pf-c-alert__title--Color: var(--pf-global--default-color--200);
209
+ --pf-c-alert--m-success__title--Color: var(--pf-global--success-color--100);
210
+ --pf-c-alert--m-danger__title--Color: var(--pf-global--danger-color--100);
211
+ --pf-c-alert--m-warning__title--Color: var(--pf-global--warning-color--100);
212
+ --pf-c-alert--m-info__title--Color: var(--pf-global--info-color--100);
213
+ --pf-c-alert--m-inline--BackgroundColor: var(--pf-global--palette--black-600);
214
+ --pf-c-alert--m-inline--m-success--BackgroundColor: var(--pf-global--palette--black-600);
215
+ --pf-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-global--palette--black-600);
216
+ --pf-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-global--palette--black-600);
217
+ --pf-c-alert--m-inline--m-info--BackgroundColor: var(--pf-global--palette--black-600);
204
218
  }
@@ -246,3 +246,10 @@
246
246
  --pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--normal);
247
247
  }
248
248
  }
249
+
250
+ // stylelint-disable no-invalid-position-at-import-rule
251
+ @import "themes/dark/alert";
252
+
253
+ @include pf-theme-dark {
254
+ @include pf-theme-dark-alert;
255
+ }
@@ -1,4 +1,6 @@
1
- @mixin alert() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-alert() {
2
4
  .pf-c-alert {
3
5
  --pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
4
6
  --pf-c-alert__title--Color: var(--pf-global--default-color--200);
@@ -209,4 +209,16 @@
209
209
  font-size: var(--pf-c-app-launcher__group-title--FontSize);
210
210
  font-weight: var(--pf-c-app-launcher__group-title--FontWeight);
211
211
  color: var(--pf-c-app-launcher__group-title--Color);
212
+ }
213
+
214
+ :where(.pf-theme-dark) .pf-c-app-launcher {
215
+ --pf-c-app-launcher__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
216
+ --pf-c-app-launcher__menu--Top: 100%;
217
+ --pf-c-app-launcher__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
218
+ --pf-c-app-launcher__menu-item--disabled--Color: var(--pf-global--palette--black-300);
219
+ --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-global--Color--200);
220
+ --pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color: var(--pf-global--palette--gold-300);
221
+ --pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color: var(--pf-global--palette--gold-100);
222
+ --pf-c-app-launcher__group-title--FontSize: var(--pf-global--FontSize--xs);
223
+ --pf-c-app-launcher__group-title--FontWeight: var(--pf-global--FontWeight--bold);
212
224
  }
@@ -274,3 +274,10 @@
274
274
  font-weight: var(--pf-c-app-launcher__group-title--FontWeight);
275
275
  color: var(--pf-c-app-launcher__group-title--Color);
276
276
  }
277
+
278
+ // stylelint-disable no-invalid-position-at-import-rule
279
+ @import "themes/dark/app-launcher";
280
+
281
+ @include pf-theme-dark {
282
+ @include pf-theme-dark-app-launcher;
283
+ }
@@ -1,4 +1,6 @@
1
- @mixin app-launcher() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-app-launcher() {
2
4
  .pf-c-app-launcher {
3
5
  --pf-c-app-launcher__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
4
6
  --pf-c-app-launcher__menu--Top: 100%;
@@ -28,4 +28,9 @@
28
28
  .pf-c-badge.pf-m-unread {
29
29
  --pf-c-badge--Color: var(--pf-c-badge--m-unread--Color);
30
30
  --pf-c-badge--BackgroundColor: var(--pf-c-badge--m-unread--BackgroundColor);
31
+ }
32
+
33
+ :where(.pf-theme-dark) .pf-c-badge {
34
+ --pf-c-badge--m-read--BackgroundColor: var(--pf-global--palette--black-500);
35
+ --pf-c-badge--m-unread--BackgroundColor: var(--pf-global--primary-color--300);
31
36
  }
@@ -35,3 +35,10 @@
35
35
  --pf-c-badge--BackgroundColor: var(--pf-c-badge--m-unread--BackgroundColor);
36
36
  }
37
37
  }
38
+
39
+ // stylelint-disable no-invalid-position-at-import-rule
40
+ @import "themes/dark/badge";
41
+
42
+ @include pf-theme-dark {
43
+ @include pf-theme-dark-badge;
44
+ }
@@ -1,4 +1,6 @@
1
- @mixin badge() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-badge() {
2
4
  .pf-c-badge {
3
5
  --pf-c-badge--m-read--BackgroundColor: var(--pf-global--palette--black-500);
4
6
  --pf-c-badge--m-unread--BackgroundColor: var(--pf-global--primary-color--300);
@@ -124,4 +124,35 @@
124
124
  .pf-c-banner .pf-c-button.pf-m-inline:disabled, .pf-c-banner .pf-c-button.pf-m-inline.pf-m-disabled {
125
125
  --pf-c-banner--link--TextDecoration: var(--pf-c-banner--link--disabled--TextDecoration);
126
126
  cursor: not-allowed;
127
+ }
128
+
129
+ :where(.pf-theme-dark) .pf-c-banner {
130
+ --pf-global--Color--100: #fff;
131
+ --pf-global--Color--200: #aaabac;
132
+ --pf-global--BorderColor--100: #444548;
133
+ --pf-global--primary-color--100: #1fa7f8;
134
+ --pf-global--link--Color: #1fa7f8;
135
+ --pf-global--link--Color--hover: #73bcf7;
136
+ --pf-global--BackgroundColor--100: #1b1d21;
137
+ }
138
+ :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
139
+ --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
140
+ --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
141
+ --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
142
+ --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
143
+ --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
144
+ --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
145
+ --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
146
+ --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
147
+ --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
148
+ --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
149
+ --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
150
+ --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
151
+ }
152
+
153
+ :where(.pf-theme-dark) .pf-c-banner {
154
+ color: var(--pf-global--Color--100);
155
+ }
156
+ :where(.pf-theme-dark) .pf-c-banner.pf-m-info, :where(.pf-theme-dark) .pf-c-banner.pf-m-danger, :where(.pf-theme-dark) .pf-c-banner.pf-m-success, :where(.pf-theme-dark) .pf-c-banner.pf-m-warning {
157
+ color: var(--pf-global--palette--black-900);
127
158
  }
@@ -108,3 +108,10 @@
108
108
  }
109
109
  }
110
110
  }
111
+
112
+ // stylelint-disable no-invalid-position-at-import-rule
113
+ @import "themes/dark/banner";
114
+
115
+ @include pf-theme-dark {
116
+ @include pf-theme-dark-banner;
117
+ }
@@ -1,4 +1,6 @@
1
- @mixin banner() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-banner() {
2
4
  .pf-c-banner {
3
5
  &.pf-m-info,
4
6
  &.pf-m-danger,
@@ -7,6 +9,6 @@
7
9
  color: var(--pf-global--palette--black-900);
8
10
  }
9
11
 
10
- @include pf-t-dark;
12
+ @include pf-theme-dark--t-dark;
11
13
  }
12
14
  }
@@ -93,4 +93,8 @@ button.pf-c-breadcrumb__link {
93
93
  .pf-c-breadcrumb__list > :first-child .pf-c-breadcrumb__item-divider {
94
94
  display: none;
95
95
  visibility: hidden;
96
+ }
97
+
98
+ :where(.pf-theme-dark) .pf-c-breadcrumb {
99
+ --pf-c-breadcrumb__item-divider--Color: var(--pf-global--BorderColor--100);
96
100
  }
@@ -125,3 +125,10 @@
125
125
  display: none;
126
126
  visibility: hidden;
127
127
  }
128
+
129
+ // stylelint-disable no-invalid-position-at-import-rule
130
+ @import "themes/dark/breadcrumb";
131
+
132
+ @include pf-theme-dark {
133
+ @include pf-theme-dark-breadcrumb;
134
+ }
@@ -1,4 +1,6 @@
1
- @mixin breadcrumb() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-breadcrumb() {
2
4
  .pf-c-breadcrumb {
3
5
  --pf-c-breadcrumb__item-divider--Color: var(--pf-global--BorderColor--100);
4
6
  }
@@ -474,4 +474,42 @@
474
474
 
475
475
  .pf-m-overpass-font .pf-c-button {
476
476
  --pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
477
+ }
478
+
479
+ :where(.pf-theme-dark) .pf-c-button {
480
+ --pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
481
+ --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
482
+ --pf-c-button--m-tertiary--after--BorderColor: var(--pf-global--BorderColor--100);
483
+ --pf-c-button--m-tertiary--Color: var(--pf-global--palette--black-100);
484
+ --pf-c-button--m-tertiary--hover--after--BorderColor: var(--pf-global--BorderColor--100);
485
+ --pf-c-button--m-tertiary--hover--Color: var(--pf-global--palette--black-100);
486
+ --pf-c-button--m-tertiary--focus--after--BorderColor: var(--pf-global--BorderColor--100);
487
+ --pf-c-button--m-tertiary--focus--Color: var(--pf-global--palette--black-100);
488
+ --pf-c-button--m-tertiary--active--after--BorderColor: var(--pf-global--BorderColor--100);
489
+ --pf-c-button--m-tertiary--active--Color: var(--pf-global--palette--black-100);
490
+ --pf-c-button--m-warning--hover--BackgroundColor: var(--pf-global--warning-color--200);
491
+ --pf-c-button--m-warning--focus--BackgroundColor: var(--pf-global--warning-color--200);
492
+ --pf-c-button--m-warning--active--BackgroundColor: var(--pf-global--warning-color--200);
493
+ --pf-c-button--m-danger--Color: var(--pf-global--palette--black-900);
494
+ --pf-c-button--m-danger--hover--Color: var(--pf-global--palette--black-900);
495
+ --pf-c-button--m-danger--focus--Color: var(--pf-global--palette--black-900);
496
+ --pf-c-button--m-danger--active--Color: var(--pf-global--palette--black-900);
497
+ --pf-c-button--m-control--BackgroundColor: var(--pf-global--BackgroundColor--400);
498
+ --pf-c-button--m-control--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
499
+ --pf-c-button--m-control--active--BackgroundColor: var(--pf-global--BackgroundColor--400);
500
+ --pf-c-button--m-control--focus--BackgroundColor: var(--pf-global--BackgroundColor--400);
501
+ --pf-c-button--m-control--m-expanded--BackgroundColor: var(--pf-global--BackgroundColor--400);
502
+ --pf-c-button--m-control--after--BorderTopColor: transparent;
503
+ --pf-c-button--m-control--after--BorderRightColor: transparent;
504
+ --pf-c-button--m-control--after--BorderBottomColor: var(--pf-global--BorderColor--400);
505
+ --pf-c-button--m-control--after--BorderLeftColor: transparent;
506
+ --pf-c-button--m-control--hover--after--BorderBottomColor: var(--pf-global--primary-color--100);
507
+ --pf-c-button--m-control--active--after--BorderBottomColor: var(--pf-global--primary-color--100);
508
+ --pf-c-button--m-control--focus--after--BorderBottomColor: var(--pf-global--primary-color--100);
509
+ --pf-c-button--m-control--m-expanded--after--BorderBottomColor: var(--pf-global--primary-color--100);
510
+ --pf-c-button--m-control--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
511
+ }
512
+ :where(.pf-theme-dark) .pf-c-button.pf-m-control:disabled::after {
513
+ border: 0;
514
+ border-bottom: var(--pf-global--BorderWidth--sm) solid var(--pf-global--palette--black-700);
477
515
  }
@@ -626,3 +626,10 @@
626
626
  --pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
627
627
  }
628
628
  }
629
+
630
+ // stylelint-disable no-invalid-position-at-import-rule
631
+ @import "themes/dark/button";
632
+
633
+ @include pf-theme-dark {
634
+ @include pf-theme-dark-button;
635
+ }
@@ -1,4 +1,6 @@
1
- @mixin button() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-button() {
2
4
  .pf-c-button {
3
5
  --pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
4
6
  --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300); // should blue-400 be a primary-color?
@@ -19,10 +19,10 @@
19
19
  --pf-c-calendar-month__header-year--Width: 8ch;
20
20
  --pf-c-calendar-month__header-nav-control--MarginRight: 0;
21
21
  --pf-c-calendar-month__header-nav-control--MarginLeft: 0;
22
- --pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: var(--pf-global--spacer--sm);
23
- --pf-c-calendar-month__header-nav-control--m-prev-month--MarginLeft: calc(var(--pf-global--spacer--md) * -1);
24
- --pf-c-calendar-month__header-nav-control--m-next-month--MarginRight: calc(var(--pf-global--spacer--md) * -1);
25
- --pf-c-calendar-month__header-nav-control--m-next-month--MarginLeft: var(--pf-global--spacer--sm);
22
+ --pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0;
23
+ --pf-c-calendar-month__header-nav-control--m-prev-month--MarginLeft: 0;
24
+ --pf-c-calendar-month__header-nav-control--m-next-month--MarginRight: 0;
25
+ --pf-c-calendar-month__header-nav-control--m-next-month--MarginLeft: 0;
26
26
  --pf-c-calendar-month__days--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
27
27
  --pf-c-calendar-month__days--BorderBottomColor: var(--pf-global--BorderColor--100);
28
28
  --pf-c-calendar-month__day--PaddingBottom: var(--pf-global--spacer--md);
@@ -196,4 +196,26 @@
196
196
  pointer-events: none;
197
197
  --pf-c-calendar-month__date--Color: var(--pf-c-calendar-month__date--disabled--Color);
198
198
  --pf-c-calendar-month__date--hover--focus--BorderColor: transparent;
199
+ }
200
+
201
+ :where(.pf-theme-dark) .pf-c-calendar-month {
202
+ --pf-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-global--palette--black-500);
203
+ --pf-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-global--primary-color--300);
204
+ --pf-c-calendar-month__dates-cell--m-selected__date--hover--BackgroundColor: var(--pf-global--palette--black-900);
205
+ --pf-c-calendar-month__dates-cell--m-selected__date--focus--BackgroundColor: var(--pf-global--palette--blue-400);
206
+ --pf-c-calendar-month__dates-cell--m-in-range--before--BackgroundColor: var(--pf-global--BackgroundColor--200);
207
+ --pf-c-calendar-month__dates-cell--m-in-range__date--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
208
+ --pf-c-calendar-month__dates-cell--m-in-range__date--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
209
+ --pf-c-calendar-month__date--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
210
+ --pf-c-calendar-month__date--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
211
+ --pf-c-calendar-month__date--focus--after--BorderColor: transparent;
212
+ }
213
+ :where(.pf-theme-dark) .pf-c-calendar-month__date:hover, :where(.pf-theme-dark) .pf-c-calendar-month__date.pf-m-hover {
214
+ --pf-c-calendar-month__date--after--BorderColor: var(--pf-global--BorderColor--100);
215
+ --pf-c-calendar-month__date--after--BorderWidth: var(--pf-global--BorderWidth--sm);
216
+ }
217
+ :where(.pf-theme-dark) .pf-c-calendar-month__date:focus, :where(.pf-theme-dark) .pf-c-calendar-month__date.pf-m-focus {
218
+ --pf-c-calendar-month__date--after--BorderColor: var(--pf-global--active-color--100);
219
+ --pf-c-calendar-month__date--after--BorderWidth: var(--pf-global--BorderWidth--sm);
220
+ --pf-c-calendar-month__date--BackgroundColor: var(--pf-global--primary-color--300);
199
221
  }
@@ -11,10 +11,10 @@
11
11
  --pf-c-calendar-month__header-year--Width: 8ch;
12
12
  --pf-c-calendar-month__header-nav-control--MarginRight: 0;
13
13
  --pf-c-calendar-month__header-nav-control--MarginLeft: 0;
14
- --pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: var(--pf-global--spacer--sm);
15
- --pf-c-calendar-month__header-nav-control--m-prev-month--MarginLeft: calc(var(--pf-global--spacer--md) * -1);
16
- --pf-c-calendar-month__header-nav-control--m-next-month--MarginRight: calc(var(--pf-global--spacer--md) * -1);
17
- --pf-c-calendar-month__header-nav-control--m-next-month--MarginLeft: var(--pf-global--spacer--sm);
14
+ --pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0; // remove in breaking change
15
+ --pf-c-calendar-month__header-nav-control--m-prev-month--MarginLeft: 0; // remove in breaking change
16
+ --pf-c-calendar-month__header-nav-control--m-next-month--MarginRight: 0; // remove in breaking change
17
+ --pf-c-calendar-month__header-nav-control--m-next-month--MarginLeft: 0; // remove in breaking change
18
18
 
19
19
  // week days thead
20
20
  --pf-c-calendar-month__days--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
@@ -220,3 +220,10 @@
220
220
  --pf-c-calendar-month__date--hover--focus--BorderColor: transparent;
221
221
  }
222
222
  }
223
+
224
+ // stylelint-disable no-invalid-position-at-import-rule
225
+ @import "themes/dark/calendar-month";
226
+
227
+ @include pf-theme-dark {
228
+ @include pf-theme-dark-calendar-month;
229
+ }
@@ -1,4 +1,6 @@
1
- @mixin calendar-month() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-calendar-month() {
2
4
  .pf-c-calendar-month {
3
5
  --pf-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-global--palette--black-500);
4
6
  --pf-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-global--primary-color--300);
@@ -95,4 +95,10 @@
95
95
  .pf-c-chip__icon + .pf-c-chip__text,
96
96
  .pf-c-chip__text + .pf-c-chip__icon {
97
97
  margin-left: var(--pf-c-chip__icon--MarginLeft);
98
+ }
99
+
100
+ :where(.pf-theme-dark) .pf-c-chip {
101
+ --pf-c-chip--BackgroundColor: var(--pf-global--BackgroundColor--100);
102
+ --pf-c-chip--before--BorderColor: var(--pf-global--BorderColor--100);
103
+ --pf-c-chip--m-draggable--BackgroundColor: var(--pf-global--palette--black-600);
98
104
  }
@@ -112,3 +112,10 @@
112
112
  .pf-c-chip__text + .pf-c-chip__icon {
113
113
  margin-left: var(--pf-c-chip__icon--MarginLeft);
114
114
  }
115
+
116
+ // stylelint-disable no-invalid-position-at-import-rule
117
+ @import "themes/dark/chip";
118
+
119
+ @include pf-theme-dark {
120
+ @include pf-theme-dark-chip;
121
+ }
@@ -1,4 +1,6 @@
1
- @mixin chip() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-chip() {
2
4
  .pf-c-chip {
3
5
  --pf-c-chip--BackgroundColor: var(--pf-global--BackgroundColor--100);
4
6
  --pf-c-chip--before--BorderColor: var(--pf-global--BorderColor--100);