@patternfly/patternfly 5.0.0-alpha.66 → 5.0.0-alpha.68

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 (99) hide show
  1. package/base/_variables.scss +1 -1
  2. package/base/patternfly-globals.css +1 -1
  3. package/base/patternfly-variables.css +2 -2
  4. package/components/AboutModalBox/about-modal-box.css +2 -2
  5. package/components/Accordion/accordion.css +1 -1
  6. package/components/Alert/alert.css +1 -1
  7. package/components/AppLauncher/app-launcher.css +1 -1
  8. package/components/Badge/badge.css +1 -1
  9. package/components/Banner/banner.css +3 -3
  10. package/components/Button/button.css +2 -2
  11. package/components/CalendarMonth/calendar-month.css +3 -3
  12. package/components/Card/card.css +2 -2
  13. package/components/Chip/chip.css +1 -1
  14. package/components/ClipboardCopy/clipboard-copy.css +3 -3
  15. package/components/CodeEditor/code-editor.css +1 -1
  16. package/components/ContextSelector/context-selector.css +5 -5
  17. package/components/DataList/data-list.css +1 -1
  18. package/components/DatePicker/date-picker.css +1 -1
  19. package/components/DragDrop/drag-drop.css +1 -1
  20. package/components/Drawer/drawer.css +2 -2
  21. package/components/Dropdown/dropdown.css +3 -3
  22. package/components/DualListSelector/dual-list-selector.css +1 -1
  23. package/components/Form/form.css +1 -1
  24. package/components/FormControl/form-control.css +3 -3
  25. package/components/HelperText/helper-text.css +1 -1
  26. package/components/Hint/hint.css +1 -1
  27. package/components/InputGroup/input-group.css +2 -4
  28. package/components/InputGroup/input-group.scss +0 -4
  29. package/components/Label/label.css +1 -1
  30. package/components/LogViewer/log-viewer.css +2 -2
  31. package/components/Login/login.css +5 -5
  32. package/components/Masthead/masthead.css +3 -3
  33. package/components/Menu/menu.css +1 -1
  34. package/components/MenuToggle/menu-toggle.css +2 -2
  35. package/components/ModalBox/modal-box.css +1 -1
  36. package/components/Nav/nav.css +6 -6
  37. package/components/NotificationBadge/notification-badge.css +1 -1
  38. package/components/NotificationDrawer/notification-drawer.css +1 -1
  39. package/components/NumberInput/number-input.css +4 -2
  40. package/components/NumberInput/number-input.scss +5 -2
  41. package/components/OptionsMenu/options-menu.css +2 -2
  42. package/components/Page/page.css +14 -14
  43. package/components/Pagination/pagination.css +6 -4
  44. package/components/Pagination/pagination.scss +7 -1
  45. package/components/Panel/panel.css +1 -1
  46. package/components/Popover/popover.css +1 -1
  47. package/components/Progress/progress.css +1 -1
  48. package/components/Select/select.css +2 -2
  49. package/components/SimpleList/simple-list.css +1 -1
  50. package/components/Skeleton/skeleton.css +1 -1
  51. package/components/Switch/switch.css +1 -1
  52. package/components/Table/table.css +2 -2
  53. package/components/Tabs/tabs.css +1 -1
  54. package/components/TextInputGroup/text-input-group.css +1 -1
  55. package/components/Tile/tile.css +1 -1
  56. package/components/ToggleGroup/toggle-group.css +1 -1
  57. package/components/Tooltip/tooltip.css +1 -1
  58. package/components/TreeView/tree-view.css +1 -1
  59. package/components/Wizard/wizard.css +3 -3
  60. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +4 -4
  61. package/docs/components/DatePicker/examples/DatePicker.md +6 -1
  62. package/docs/components/FileUpload/examples/FileUpload.md +21 -16
  63. package/docs/components/Form/examples/Form.md +51 -31
  64. package/docs/components/FormControl/examples/FormControl.md +1 -1
  65. package/docs/components/InlineEdit/examples/InlineEdit.md +11 -156
  66. package/docs/components/InputGroup/examples/InputGroup.md +9 -4
  67. package/docs/components/Login/examples/Login.md +20 -17
  68. package/docs/components/NumberInput/examples/NumberInput.md +7 -2
  69. package/docs/components/Pagination/examples/Pagination.md +1 -1
  70. package/docs/components/Select/examples/Select.md +4 -2
  71. package/docs/components/Wizard/examples/Wizard.md +7 -70
  72. package/docs/demos/Alert/examples/Alert.md +26 -8
  73. package/docs/demos/Button/examples/Button.md +12 -12
  74. package/docs/demos/Form/examples/BasicForms.md +18 -18
  75. package/docs/demos/HelperText/examples/HelperText.md +18 -3
  76. package/docs/demos/Modal/examples/Modal.md +6 -6
  77. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  78. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  79. package/docs/demos/Toolbar/examples/Toolbar.md +11 -1
  80. package/docs/demos/Wizard/examples/Wizard.md +0 -56
  81. package/package.json +1 -1
  82. package/patternfly-addons.css +78 -78
  83. package/patternfly-base-no-globals-theme-dark-unversioned.css +3 -3
  84. package/patternfly-base-no-globals.css +3 -3
  85. package/patternfly-base-theme-dark-unversioned.css +3 -3
  86. package/patternfly-base.css +3 -3
  87. package/patternfly-charts-theme-dark-unversioned.css +1 -1
  88. package/patternfly-charts-theme-dark.css +1 -1
  89. package/patternfly-charts.css +1 -1
  90. package/patternfly-charts.scss +1 -1
  91. package/patternfly-no-globals.css +314 -312
  92. package/patternfly-theme-dark-unversioned.css +314 -312
  93. package/patternfly.css +314 -312
  94. package/patternfly.min.css +1 -1
  95. package/patternfly.min.css.map +1 -1
  96. package/sass-utilities/_init.scss +2 -2
  97. package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
  98. package/utilities/BackgroundColor/BackgroundColor.css +30 -30
  99. package/utilities/Text/text.css +48 -48
@@ -949,9 +949,9 @@
949
949
  flex: 1 0 auto;
950
950
  }
951
951
 
952
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
953
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
954
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
952
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
953
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
954
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
955
955
  --pf-v5-global--Color--100: #e0e0e0;
956
956
  --pf-v5-global--Color--200: #aaabac;
957
957
  --pf-v5-global--BorderColor--100: #444548;
@@ -961,38 +961,38 @@
961
961
  --pf-v5-global--BackgroundColor--100: #1b1d21;
962
962
  }
963
963
 
964
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page {
964
+ :where(.pf-v5-theme-dark) .pf-v5-c-page {
965
965
  --pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
966
966
  --pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
967
967
  --pf-v5-c-page__sidebar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
968
968
  --pf-v5-c-page__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
969
969
  }
970
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button {
970
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button {
971
971
  color: var(--pf-v5-global--Color--100);
972
972
  }
973
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge:hover::before {
973
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header-tools-item.pf-m-selected .pf-v5-c-button .pf-v5-c-notification-badge:hover::before {
974
974
  background-color: var(--pf-v5-c-page__header-tools--c-button--m-selected--before--BackgroundColor);
975
975
  }
976
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar {
976
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar {
977
977
  border-right: var(--pf-v5-global--BorderWidth--sm) solid var(--pf-v5-global--BorderColor--100);
978
978
  }
979
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-top, :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-bottom {
979
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-top, :where(.pf-v5-theme-dark) .pf-v5-c-page__main-nav.pf-m-sticky-bottom {
980
980
  --pf-v5-c-page__main-nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
981
981
  }
982
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-top, :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-bottom {
982
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-top, :where(.pf-v5-theme-dark) .pf-v5-c-page__main-breadcrumb.pf-m-sticky-bottom {
983
983
  --pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
984
984
  }
985
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-top, :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-bottom {
985
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-top, :where(.pf-v5-theme-dark) .pf-v5-c-page__main-group.pf-m-sticky-bottom {
986
986
  --pf-v5-c-page__main-section--m-light--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
987
987
  --pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
988
988
  --pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
989
989
  --pf-v5-c-page__main-nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
990
990
  }
991
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-top, :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-bottom {
991
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-top, :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section.pf-m-sticky-bottom {
992
992
  --pf-v5-c-page__main-section--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
993
993
  }
994
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
995
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
996
- :root:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
994
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
995
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
996
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
997
997
  color: var(--pf-v5-global--Color--100);
998
998
  }
@@ -1,7 +1,7 @@
1
- .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
1
+ .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input) {
2
2
  appearance: textfield;
3
3
  }
4
- .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control::-webkit-inner-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control::-webkit-outer-spin-button {
4
+ .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input)::-webkit-inner-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input)::-webkit-outer-spin-button {
5
5
  appearance: none;
6
6
  margin: 0;
7
7
  }
@@ -149,6 +149,9 @@
149
149
  .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
150
150
  display: block;
151
151
  }
152
+ .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
153
+ display: inline-flex;
154
+ }
152
155
  .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-options-menu {
153
156
  position: relative;
154
157
  }
@@ -214,7 +217,6 @@
214
217
  .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
215
218
  width: var(--pf-v5-c-pagination__nav-page-select--c-form-control--Width);
216
219
  }
217
-
218
220
  .pf-v5-c-pagination__total-items {
219
221
  display: var(--pf-v5-c-pagination__total-items--Display);
220
222
  }
@@ -398,6 +400,6 @@
398
400
  }
399
401
  }
400
402
 
401
- :root:where(.pf-v5-theme-dark) .pf-v5-c-pagination {
403
+ :where(.pf-v5-theme-dark) .pf-v5-c-pagination {
402
404
  --pf-v5-c-pagination--m-sticky--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
403
405
  }
@@ -179,6 +179,10 @@ $pf-v5-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
179
179
  display: block;
180
180
  }
181
181
 
182
+ .#{$pagination}__nav-page-select {
183
+ display: inline-flex;
184
+ }
185
+
182
186
  .#{$options-menu} {
183
187
  position: relative;
184
188
  }
@@ -260,7 +264,9 @@ $pf-v5-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
260
264
  .#{$form-control} {
261
265
  width: var(--#{$pagination}__nav-page-select--c-form-control--Width);
262
266
 
263
- @extend %pf-v5-remove-num-arrows;
267
+ > :is(input) {
268
+ @extend %pf-v5-remove-num-arrows;
269
+ }
264
270
  }
265
271
  }
266
272
 
@@ -79,6 +79,6 @@
79
79
  box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
80
80
  }
81
81
 
82
- :root:where(.pf-v5-theme-dark) .pf-v5-c-panel {
82
+ :where(.pf-v5-theme-dark) .pf-v5-c-panel {
83
83
  --pf-v5-c-panel--m-raised--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
84
84
  }
@@ -170,7 +170,7 @@
170
170
  margin-top: var(--pf-v5-c-popover__footer--MarginTop);
171
171
  }
172
172
 
173
- :root:where(.pf-v5-theme-dark) .pf-v5-c-popover {
173
+ :where(.pf-v5-theme-dark) .pf-v5-c-popover {
174
174
  --pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
175
175
  --pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
176
176
  --pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--200);
@@ -165,7 +165,7 @@
165
165
  margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
166
166
  }
167
167
 
168
- :root:where(.pf-v5-theme-dark) .pf-v5-c-progress {
168
+ :where(.pf-v5-theme-dark) .pf-v5-c-progress {
169
169
  --pf-v5-c-progress--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
170
170
  --pf-v5-c-progress--m-success--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
171
171
  --pf-v5-c-progress--m-warning--m-inside__measure--Color: var(--pf-v5-global--palette--black-900);
@@ -580,7 +580,7 @@
580
580
  box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
581
581
  }
582
582
 
583
- :root:where(.pf-v5-theme-dark) .pf-v5-c-select {
583
+ :where(.pf-v5-theme-dark) .pf-v5-c-select {
584
584
  --pf-v5-c-select__toggle--disabled--BackgroundColor: var(--pf-v5-global--palette--black-500);
585
585
  --pf-v5-c-select__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
586
586
  --pf-v5-c-select__toggle--before--BorderTopColor: transparent;
@@ -592,6 +592,6 @@
592
592
  --pf-v5-c-select__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
593
593
  --pf-v5-c-select__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
594
594
  }
595
- :root:where(.pf-v5-theme-dark) .pf-v5-c-select__toggle:disabled, :root:where(.pf-v5-theme-dark) .pf-v5-c-select__toggle.pf-m-disabled {
595
+ :where(.pf-v5-theme-dark) .pf-v5-c-select__toggle:disabled, :where(.pf-v5-theme-dark) .pf-v5-c-select__toggle.pf-m-disabled {
596
596
  color: var(--pf-v5-global--palette--black-100);
597
597
  }
@@ -71,7 +71,7 @@
71
71
  margin-top: var(--pf-v5-c-simple-list__section--section--MarginTop);
72
72
  }
73
73
 
74
- :root:where(.pf-v5-theme-dark) .pf-v5-c-simple-list {
74
+ :where(.pf-v5-theme-dark) .pf-v5-c-simple-list {
75
75
  --pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-global--active-color--100);
76
76
  --pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
77
77
  --pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-global--Color--100);
@@ -160,7 +160,7 @@
160
160
  transform: translateX(100%);
161
161
  }
162
162
  }
163
- :root:where(.pf-v5-theme-dark) .pf-v5-c-skeleton {
163
+ :where(.pf-v5-theme-dark) .pf-v5-c-skeleton {
164
164
  --pf-v5-c-skeleton--BackgroundColor: var(--pf-v5-global--palette--black-600);
165
165
  --pf-v5-c-skeleton--after--LinearGradientColorStop1: var(--pf-v5-global--palette--black-600);
166
166
  --pf-v5-c-skeleton--after--LinearGradientColorStop2: var(--pf-v5-global--palette--black-500);
@@ -135,7 +135,7 @@
135
135
  vertical-align: top;
136
136
  }
137
137
 
138
- :root:where(.pf-v5-theme-dark) .pf-v5-c-switch {
138
+ :where(.pf-v5-theme-dark) .pf-v5-c-switch {
139
139
  --pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-global--BackgroundColor--100);
140
140
  --pf-v5-c-switch__input--not-checked__label--Color: var(--pf-v5-global--Color--100);
141
141
  --pf-v5-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-v5-global--disabled-color--100);
@@ -1062,9 +1062,9 @@
1062
1062
  --pf-v5-c-table--cell--Width: 100%;
1063
1063
  }
1064
1064
 
1065
- :root:where(.pf-v5-theme-dark) .pf-v5-c-table {
1065
+ :where(.pf-v5-theme-dark) .pf-v5-c-table {
1066
1066
  --pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
1067
1067
  }
1068
- :root:where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:hover, :root:where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:focus {
1068
+ :where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:hover, :where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:focus {
1069
1069
  --pf-v5-c-button--m-plain--Color: var(--pf-v5-global--palette--gold-100);
1070
1070
  }
@@ -834,7 +834,7 @@
834
834
  }
835
835
  }
836
836
 
837
- :root:where(.pf-v5-theme-dark) .pf-v5-c-tabs {
837
+ :where(.pf-v5-theme-dark) .pf-v5-c-tabs {
838
838
  --pf-v5-c-tabs__scroll-button--BackgroundColor: transparent;
839
839
  --pf-v5-c-tabs__link--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
840
840
  --pf-v5-c-tabs__link--disabled--Color: var(--pf-v5-global--disabled-color--300);
@@ -148,7 +148,7 @@
148
148
  display: flex;
149
149
  }
150
150
 
151
- :root:where(.pf-v5-theme-dark) .pf-v5-c-text-input-group {
151
+ :where(.pf-v5-theme-dark) .pf-v5-c-text-input-group {
152
152
  --pf-v5-c-text-input-group--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
153
153
  --pf-v5-c-text-input-group--m-disabled--Color: var(--pf-v5-global--disabled-color--300);
154
154
  --pf-v5-c-text-input-group--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
@@ -136,7 +136,7 @@
136
136
  color: var(--pf-v5-c-tile__icon--Color);
137
137
  }
138
138
 
139
- :root:where(.pf-v5-theme-dark) .pf-v5-c-tile {
139
+ :where(.pf-v5-theme-dark) .pf-v5-c-tile {
140
140
  --pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
141
141
  --pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--300);
142
142
  --pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--300);
@@ -104,7 +104,7 @@
104
104
  margin-left: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
105
105
  }
106
106
 
107
- :root:where(.pf-v5-theme-dark) .pf-v5-c-toggle-group {
107
+ :where(.pf-v5-theme-dark) .pf-v5-c-toggle-group {
108
108
  --pf-v5-c-toggle-group__button--hover--BackgroundColor: var(--pf-v5-global--palette--black-700);
109
109
  --pf-v5-c-toggle-group__button--focus--BackgroundColor: var(--pf-v5-global--palette--black-700);
110
110
  --pf-v5-c-toggle-group__button--disabled--BackgroundColor: var(--pf-v5-global--palette--black-600);
@@ -85,7 +85,7 @@
85
85
  box-shadow: var(--pf-v5-c-tooltip__arrow--BoxShadow);
86
86
  }
87
87
 
88
- :root:where(.pf-v5-theme-dark) .pf-v5-c-tooltip {
88
+ :where(.pf-v5-theme-dark) .pf-v5-c-tooltip {
89
89
  --pf-v5-c-tooltip__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
90
90
  --pf-v5-c-tooltip__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
91
91
  }
@@ -447,7 +447,7 @@ label.pf-v5-c-tree-view__node-text {
447
447
  --pf-v5-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v5-c-tree-view__node--PaddingLeft) - var(--pf-v5-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
448
448
  }
449
449
 
450
- :root:where(.pf-v5-theme-dark) .pf-v5-c-tree-view {
450
+ :where(.pf-v5-theme-dark) .pf-v5-c-tree-view {
451
451
  --pf-v5-c-tree-view__node--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
452
452
  --pf-v5-c-tree-view__node--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
453
453
  }
@@ -497,7 +497,7 @@
497
497
  margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
498
498
  }
499
499
 
500
- :root:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header {
500
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header {
501
501
  --pf-v5-global--Color--100: #e0e0e0;
502
502
  --pf-v5-global--Color--200: #aaabac;
503
503
  --pf-v5-global--BorderColor--100: #444548;
@@ -507,10 +507,10 @@
507
507
  --pf-v5-global--BackgroundColor--100: #1b1d21;
508
508
  }
509
509
 
510
- :root:where(.pf-v5-theme-dark) .pf-v5-c-wizard {
510
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard {
511
511
  --pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
512
512
  --pf-v5-c-wizard__nav-link--before--BackgroundColor: var(--pf-v5-global--palette--black-500);
513
513
  }
514
- :root:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header {
514
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header {
515
515
  color: var(--pf-v5-global--Color--100);
516
516
  }
@@ -31,7 +31,7 @@ cssPrefix: pf-v5-c-clipboard-copy
31
31
  <br />
32
32
  <div class="pf-v5-c-clipboard-copy">
33
33
  <div class="pf-v5-c-clipboard-copy__group">
34
- <div class="pf-v5-c-form-control">
34
+ <div class="pf-v5-c-form-control pf-m-readonly">
35
35
  <input
36
36
  readonly
37
37
  type="text"
@@ -109,7 +109,7 @@ cssPrefix: pf-v5-c-clipboard-copy
109
109
  <i class="fas fa-angle-right" aria-hidden="true"></i>
110
110
  </div>
111
111
  </button>
112
- <div class="pf-v5-c-form-control">
112
+ <div class="pf-v5-c-form-control pf-m-readonly">
113
113
  <input
114
114
  readonly
115
115
  type="text"
@@ -149,7 +149,7 @@ cssPrefix: pf-v5-c-clipboard-copy
149
149
  <i class="fas fa-angle-right" aria-hidden="true"></i>
150
150
  </div>
151
151
  </button>
152
- <div class="pf-v5-c-form-control">
152
+ <div class="pf-v5-c-form-control pf-m-readonly">
153
153
  <input
154
154
  readonly
155
155
  type="text"
@@ -188,7 +188,7 @@ cssPrefix: pf-v5-c-clipboard-copy
188
188
  <i class="fas fa-angle-right" aria-hidden="true"></i>
189
189
  </div>
190
190
  </button>
191
- <div class="pf-v5-c-form-control">
191
+ <div class="pf-v5-c-form-control pf-m-readonly">
192
192
  <input
193
193
  readonly
194
194
  type="text"
@@ -85,7 +85,7 @@ cssPrefix: pf-v5-c-date-picker
85
85
  <div class="pf-v5-c-date-picker__input">
86
86
  <div class="pf-v5-c-input-group">
87
87
  <div class="pf-v5-c-input-group__item pf-m-fill">
88
- <div class="pf-v5-c-form-control">
88
+ <div class="pf-v5-c-form-control pf-m-error">
89
89
  <input
90
90
  aria-invalid="true"
91
91
  type="text"
@@ -94,6 +94,11 @@ cssPrefix: pf-v5-c-date-picker
94
94
  name="invalid-input"
95
95
  aria-label="Date picker"
96
96
  />
97
+ <div class="pf-v5-c-form-control__utilities">
98
+ <div class="pf-v5-c-form-control__icon pf-m-status">
99
+ <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
100
+ </div>
101
+ </div>
97
102
  </div>
98
103
  </div>
99
104
  <div class="pf-v5-c-input-group__item">
@@ -12,12 +12,12 @@ cssPrefix: pf-v5-c-file-upload
12
12
  <div class="pf-v5-c-file-upload__file-select">
13
13
  <div class="pf-v5-c-input-group">
14
14
  <div class="pf-v5-c-input-group__item pf-m-fill">
15
- <div class="pf-v5-c-form-control">
15
+ <div class="pf-v5-c-form-control pf-m-readonly">
16
16
  <input
17
+ readonly
17
18
  id="basic-file-upload-text-input"
18
19
  name="basic-file-upload-text-input"
19
20
  aria-label="Drag and drop a file or upload one"
20
- readonly
21
21
  placeholder="Drag and drop a file or upload one"
22
22
  aria-describedby="basic-file-upload-browse"
23
23
  />
@@ -55,12 +55,12 @@ cssPrefix: pf-v5-c-file-upload
55
55
  <div class="pf-v5-c-file-upload__file-select">
56
56
  <div class="pf-v5-c-input-group">
57
57
  <div class="pf-v5-c-input-group__item pf-m-fill">
58
- <div class="pf-v5-c-form-control">
58
+ <div class="pf-v5-c-form-control pf-m-readonly">
59
59
  <input
60
+ readonly
60
61
  id="browsed-file-upload-complete-text-input"
61
62
  name="browsed-file-upload-complete-text-input"
62
63
  aria-label="Read only filename"
63
- readonly
64
64
  value="Read only filename"
65
65
  aria-describedby="browsed-file-upload-complete-browse"
66
66
  />
@@ -78,13 +78,13 @@ cssPrefix: pf-v5-c-file-upload
78
78
  </div>
79
79
  </div>
80
80
  </div>
81
- <div class="pf-v5-c-file-upload__file-details" readonly>
82
- <div class="pf-v5-c-form-control pf-m-resize-vertical">
81
+ <div class="pf-v5-c-file-upload__file-details">
82
+ <div class="pf-v5-c-form-control pf-m-readonly pf-m-resize-vertical">
83
83
  <textarea
84
+ readonly
84
85
  id="browsed-file-upload-complete-file-details"
85
86
  name="browsed-file-upload-complete-file-details"
86
87
  aria-label="Text area"
87
- readonly
88
88
  >Ssh-Rsa AAh3zJFkzjjakCJialksjfB3zJFkzzAAhhMskjjakCJialksjfB3z89z3zJFkz3 +kzMAjsauoox88aaZXphBx4fczJFkzMAjsauoox88aaZXphBx4fczJFkzMAjsauoox88aaZXphBx4fc
89
89
 
90
90
  </textarea>
@@ -101,12 +101,12 @@ cssPrefix: pf-v5-c-file-upload
101
101
  <div class="pf-v5-c-file-upload__file-select">
102
102
  <div class="pf-v5-c-input-group">
103
103
  <div class="pf-v5-c-input-group__item pf-m-fill">
104
- <div class="pf-v5-c-form-control">
104
+ <div class="pf-v5-c-form-control pf-m-readonly">
105
105
  <input
106
+ readonly
106
107
  id="drop-file-text-input"
107
108
  name="drop-file-text-input"
108
109
  aria-label="Read only filename"
109
- readonly
110
110
  value="Sample.txt"
111
111
  aria-describedby="drop-file-browse"
112
112
  />
@@ -146,12 +146,12 @@ cssPrefix: pf-v5-c-file-upload
146
146
  <div class="pf-v5-c-file-upload__file-select">
147
147
  <div class="pf-v5-c-input-group">
148
148
  <div class="pf-v5-c-input-group__item pf-m-fill">
149
- <div class="pf-v5-c-form-control">
149
+ <div class="pf-v5-c-form-control pf-m-readonly">
150
150
  <input
151
+ readonly
151
152
  id="drag-file-hover-component-text-input"
152
153
  name="drag-file-hover-component-text-input"
153
154
  aria-label="Drag and drop a file or upload one"
154
- readonly
155
155
  placeholder="Drag and drop a file or upload one"
156
156
  aria-describedby="drag-file-hover-component-browse"
157
157
  />
@@ -191,12 +191,12 @@ cssPrefix: pf-v5-c-file-upload
191
191
  <div class="pf-v5-c-file-upload__file-select">
192
192
  <div class="pf-v5-c-input-group">
193
193
  <div class="pf-v5-c-input-group__item pf-m-fill">
194
- <div class="pf-v5-c-form-control">
194
+ <div class="pf-v5-c-form-control pf-m-required">
195
195
  <input
196
+ required
196
197
  id="file-upload-error-text-input"
197
198
  name="file-upload-error-text-input"
198
199
  aria-label="File upload error"
199
- required
200
200
  value="Sample.png"
201
201
  aria-describedby="file-upload-error-browse"
202
202
  />
@@ -219,7 +219,7 @@ cssPrefix: pf-v5-c-file-upload
219
219
  aria-describedby="textAreaHelperText1"
220
220
  aria-invalid="true"
221
221
  >
222
- <div class="pf-v5-c-form-control pf-m-resize-vertical">
222
+ <div class="pf-v5-c-form-control pf-m-error pf-m-resize-vertical">
223
223
  <textarea
224
224
  id="file-upload-error-file-details"
225
225
  name="file-upload-error-file-details"
@@ -227,6 +227,11 @@ cssPrefix: pf-v5-c-file-upload
227
227
  aria-describedby="textAreaHelperText1"
228
228
  aria-invalid="true"
229
229
  ></textarea>
230
+ <div class="pf-v5-c-form-control__utilities">
231
+ <div class="pf-v5-c-form-control__icon pf-m-status">
232
+ <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
233
+ </div>
234
+ </div>
230
235
  </div>
231
236
  </div>
232
237
  </div>
@@ -254,12 +259,12 @@ cssPrefix: pf-v5-c-file-upload
254
259
  <div class="pf-v5-c-file-upload__file-select">
255
260
  <div class="pf-v5-c-input-group">
256
261
  <div class="pf-v5-c-input-group__item pf-m-fill">
257
- <div class="pf-v5-c-form-control">
262
+ <div class="pf-v5-c-form-control pf-m-readonly">
258
263
  <input
264
+ readonly
259
265
  id="file-upload-loading-text-input"
260
266
  name="file-upload-loading"
261
267
  aria-label="Read only filename"
262
- readonly
263
268
  value="Sample.png"
264
269
  aria-describedby="file-upload-loading-browse"
265
270
  />