@patternfly/react-styles 5.0.0-alpha.10 → 5.0.0-alpha.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +2 -20
  3. package/css/components/AboutModalBox/about-modal-box.d.ts +0 -1
  4. package/css/components/AboutModalBox/about-modal-box.js +0 -1
  5. package/css/components/AboutModalBox/about-modal-box.mjs +0 -1
  6. package/css/components/BackgroundImage/background-image.css +1 -2
  7. package/css/components/Breadcrumb/breadcrumb.css +1 -5
  8. package/css/components/Breadcrumb/breadcrumb.d.ts +1 -2
  9. package/css/components/Breadcrumb/breadcrumb.js +1 -2
  10. package/css/components/Breadcrumb/breadcrumb.mjs +1 -2
  11. package/css/components/FormControl/form-control.css +164 -221
  12. package/css/components/FormControl/form-control.d.ts +10 -6
  13. package/css/components/FormControl/form-control.js +10 -6
  14. package/css/components/FormControl/form-control.mjs +10 -6
  15. package/css/components/Icon/icon.css +25 -24
  16. package/css/components/List/list.css +1 -1
  17. package/css/components/LogViewer/log-viewer.css +0 -3
  18. package/css/components/LogViewer/log-viewer.d.ts +0 -1
  19. package/css/components/LogViewer/log-viewer.js +0 -1
  20. package/css/components/LogViewer/log-viewer.mjs +0 -1
  21. package/css/components/MultipleFileUpload/multiple-file-upload.css +3 -3
  22. package/css/components/NotificationBadge/notification-badge.css +2 -2
  23. package/css/components/NumberInput/number-input.css +0 -1
  24. package/css/components/ProgressStepper/progress-stepper.css +1 -1
  25. package/css/components/ProgressStepper/progress-stepper.d.ts +1 -1
  26. package/css/components/ProgressStepper/progress-stepper.js +1 -1
  27. package/css/components/ProgressStepper/progress-stepper.mjs +1 -1
  28. package/css/components/TextInputGroup/text-input-group.css +1 -5
  29. package/css/components/Wizard/wizard.css +5 -5
  30. package/css/docs/components/Avatar/examples/Avatar.css +1 -1
  31. package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +1 -1
  32. package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +0 -13
  33. package/css/layouts/Flex/flex.css +678 -31
  34. package/css/layouts/Flex/flex.d.ts +148 -1
  35. package/css/layouts/Flex/flex.js +148 -1
  36. package/css/layouts/Flex/flex.mjs +148 -1
  37. package/package.json +3 -3
  38. package/css/components/SearchInput/search-input.css +0 -199
  39. package/css/components/SearchInput/search-input.d.ts +0 -24
  40. package/css/components/SearchInput/search-input.js +0 -25
  41. package/css/components/SearchInput/search-input.mjs +0 -23
  42. package/css/docs/components/FormControl/examples/FormControl.css +0 -5
  43. package/css/docs/components/FormControl/examples/FormControl.d.ts +0 -3
  44. package/css/docs/components/FormControl/examples/FormControl.js +0 -4
  45. package/css/docs/components/FormControl/examples/FormControl.mjs +0 -2
  46. package/css/docs/components/SearchInput/examples/SearchInput.css +0 -12
  47. package/css/docs/components/SearchInput/examples/SearchInput.d.ts +0 -3
  48. package/css/docs/components/SearchInput/examples/SearchInput.js +0 -4
  49. package/css/docs/components/SearchInput/examples/SearchInput.mjs +0 -2
  50. /package/css/components/{ChipGroup → Chip}/chip-group.css +0 -0
  51. /package/css/components/{ChipGroup → Chip}/chip-group.d.ts +0 -0
  52. /package/css/components/{ChipGroup → Chip}/chip-group.js +0 -0
  53. /package/css/components/{ChipGroup → Chip}/chip-group.mjs +0 -0
  54. /package/css/components/{LabelGroup → Label}/label-group.css +0 -0
  55. /package/css/components/{LabelGroup → Label}/label-group.d.ts +0 -0
  56. /package/css/components/{LabelGroup → Label}/label-group.js +0 -0
  57. /package/css/components/{LabelGroup → Label}/label-group.mjs +0 -0
@@ -1,29 +1,30 @@
1
1
  .pf-v5-c-icon {
2
- --pf-v5-c-icon--Width: var(--pf-v5-global--icon--FontSize--md);
3
- --pf-v5-c-icon--Height: var(--pf-v5-global--icon--FontSize--md);
4
- --pf-v5-c-icon--m-inline--Width: 1em;
5
- --pf-v5-c-icon--m-inline--Height: 1em;
2
+ --pf-v5-c-icon--Width: 1em;
3
+ --pf-v5-c-icon--Height: 1em;
6
4
  --pf-v5-c-icon--m-sm--Width: var(--pf-v5-global--icon--FontSize--sm);
7
- --pf-v5-c-icon--m-md--Width: var(--pf-v5-global--icon--FontSize--md);
8
- --pf-v5-c-icon--m-lg--Width: var(--pf-v5-global--icon--FontSize--lg);
9
- --pf-v5-c-icon--m-xl--Width: var(--pf-v5-global--icon--FontSize--xl);
10
5
  --pf-v5-c-icon--m-sm--Height: var(--pf-v5-global--icon--FontSize--sm);
6
+ --pf-v5-c-icon--m-md--Width: var(--pf-v5-global--icon--FontSize--md);
11
7
  --pf-v5-c-icon--m-md--Height: var(--pf-v5-global--icon--FontSize--md);
8
+ --pf-v5-c-icon--m-lg--Width: var(--pf-v5-global--icon--FontSize--lg);
12
9
  --pf-v5-c-icon--m-lg--Height: var(--pf-v5-global--icon--FontSize--lg);
10
+ --pf-v5-c-icon--m-xl--Width: var(--pf-v5-global--icon--FontSize--xl);
13
11
  --pf-v5-c-icon--m-xl--Height: var(--pf-v5-global--icon--FontSize--xl);
14
- --pf-v5-c-icon__content--Color: var(--pf-v5-global--icon--Color--dark);
12
+ --pf-v5-c-icon--m-inline--Width: 1em;
13
+ --pf-v5-c-icon--m-inline--Height: 1em;
14
+ --pf-v5-c-icon__content--svg--VerticalAlign: -.125em;
15
+ --pf-v5-c-icon__content--Color: initial;
15
16
  --pf-v5-c-icon__content--m-danger--Color: var(--pf-v5-global--danger-color--100);
16
17
  --pf-v5-c-icon__content--m-warning--Color: var(--pf-v5-global--warning-color--100);
17
18
  --pf-v5-c-icon__content--m-success--Color: var(--pf-v5-global--success-color--100);
18
19
  --pf-v5-c-icon__content--m-info--Color: var(--pf-v5-global--info-color--100);
19
20
  --pf-v5-c-icon__content--m-custom--Color: var(--pf-v5-global--custom-color--100);
20
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-global--icon--FontSize--md);
21
+ --pf-v5-c-icon--m-inline__content--Color: initial;
22
+ --pf-v5-c-icon__content--FontSize: 1em;
23
+ --pf-v5-c-icon--m-sm__content--FontSize: var(--pf-v5-global--icon--FontSize--sm);
24
+ --pf-v5-c-icon--m-md__content--FontSize: var(--pf-v5-global--icon--FontSize--md);
25
+ --pf-v5-c-icon--m-lg__content--FontSize: var(--pf-v5-global--icon--FontSize--lg);
26
+ --pf-v5-c-icon--m-xl__content--FontSize: var(--pf-v5-global--icon--FontSize--xl);
21
27
  --pf-v5-c-icon--m-inline__content--FontSize: 1em;
22
- --pf-v5-c-icon__content--svg--VerticalAlign: -.125em;
23
- --pf-v5-c-icon--m-sm--content--FontSize: var(--pf-v5-global--icon--FontSize--sm);
24
- --pf-v5-c-icon--m-md--content--FontSize: var(--pf-v5-global--icon--FontSize--md);
25
- --pf-v5-c-icon--m-lg--content--FontSize: var(--pf-v5-global--icon--FontSize--lg);
26
- --pf-v5-c-icon--m-xl--content--FontSize: var(--pf-v5-global--icon--FontSize--xl);
27
28
  position: relative;
28
29
  display: inline-flex;
29
30
  align-items: center;
@@ -35,7 +36,7 @@
35
36
  --pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-inline--Width);
36
37
  --pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-inline--Height);
37
38
  --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-inline__content--FontSize);
38
- --pf-v5-c-icon__content--Color: currentcolor;
39
+ --pf-v5-c-icon__content--Color: var(--pf-v5-c-icon--m-inline__content--Color);
39
40
  line-height: 1;
40
41
  }
41
42
  .pf-v5-c-icon.pf-m-inline .pf-v5-c-spinner {
@@ -44,22 +45,22 @@
44
45
  .pf-v5-c-icon.pf-m-sm {
45
46
  --pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-sm--Width);
46
47
  --pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-sm--Height);
47
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-sm--content--FontSize);
48
+ --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-sm__content--FontSize);
48
49
  }
49
50
  .pf-v5-c-icon.pf-m-md {
50
51
  --pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-md--Width);
51
52
  --pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-md--Height);
52
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-md--content--FontSize);
53
+ --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-md__content--FontSize);
53
54
  }
54
55
  .pf-v5-c-icon.pf-m-lg {
55
56
  --pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-lg--Width);
56
57
  --pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-lg--Height);
57
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-lg--content--FontSize);
58
+ --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-lg__content--FontSize);
58
59
  }
59
60
  .pf-v5-c-icon.pf-m-xl {
60
61
  --pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-xl--Width);
61
62
  --pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-xl--Height);
62
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-xl--content--FontSize);
63
+ --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-xl__content--FontSize);
63
64
  }
64
65
  .pf-v5-c-icon.pf-m-in-progress {
65
66
  --pf-v5-c-icon__content--Opacity: 0;
@@ -76,23 +77,23 @@
76
77
  }
77
78
  .pf-v5-c-icon__content.pf-m-sm,
78
79
  .pf-v5-c-icon__progress.pf-m-sm {
79
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-sm--content--FontSize);
80
+ --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-sm__content--FontSize);
80
81
  }
81
82
  .pf-v5-c-icon__content.pf-m-md,
82
83
  .pf-v5-c-icon__progress.pf-m-md {
83
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-md--content--FontSize);
84
+ --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-md__content--FontSize);
84
85
  }
85
86
  .pf-v5-c-icon__content.pf-m-lg,
86
87
  .pf-v5-c-icon__progress.pf-m-lg {
87
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-lg--content--FontSize);
88
+ --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-lg__content--FontSize);
88
89
  }
89
90
  .pf-v5-c-icon__content.pf-m-xl,
90
91
  .pf-v5-c-icon__progress.pf-m-xl {
91
- --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-xl--content--FontSize);
92
+ --pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-xl__content--FontSize);
92
93
  }
93
94
 
94
95
  .pf-v5-c-icon__content {
95
- color: var(--pf-v5-c-icon__content--Color);
96
+ color: var(--pf-v5-c-icon__content--Color, inherit);
96
97
  opacity: var(--pf-v5-c-icon__content--Opacity, 1);
97
98
  }
98
99
  .pf-v5-c-icon__content.pf-m-danger {
@@ -11,7 +11,7 @@
11
11
  --pf-v5-c-list__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--sm);
12
12
  --pf-v5-c-list__item-icon--MarginTop: 0.375rem;
13
13
  --pf-v5-c-list__item-icon--MarginRight: var(--pf-v5-global--spacer--sm);
14
- --pf-v5-c-list__item-icon--Color: var(--pf-v5-global--icon--Color--light);
14
+ --pf-v5-c-list__item-icon--Color: var(--pf-v5-global--icon--Color--dark);
15
15
  --pf-v5-c-list__item-icon--FontSize: var(--pf-v5-global--icon--FontSize--sm);
16
16
  --pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--lg);
17
17
  --pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-v5-global--spacer--md);
@@ -109,9 +109,6 @@
109
109
  .pf-v5-c-log-viewer .pf-v5-c-toolbar__content-section {
110
110
  flex-wrap: nowrap;
111
111
  }
112
- .pf-v5-c-log-viewer .pf-v5-c-search-input {
113
- width: 100%;
114
- }
115
112
 
116
113
  .pf-v5-c-log-viewer__header {
117
114
  margin-bottom: var(--pf-v5-c-log-viewer__header--MarginBottom);
@@ -19,7 +19,6 @@ declare const _default: {
19
19
  "match": "pf-m-match",
20
20
  "current": "pf-m-current"
21
21
  },
22
- "searchInput": "pf-v5-c-search-input",
23
22
  "themeDark": "pf-v5-theme-dark",
24
23
  "toolbar": "pf-v5-c-toolbar",
25
24
  "toolbarContentSection": "pf-v5-c-toolbar__content-section"
@@ -21,7 +21,6 @@ exports.default = {
21
21
  "match": "pf-m-match",
22
22
  "current": "pf-m-current"
23
23
  },
24
- "searchInput": "pf-v5-c-search-input",
25
24
  "themeDark": "pf-v5-theme-dark",
26
25
  "toolbar": "pf-v5-c-toolbar",
27
26
  "toolbarContentSection": "pf-v5-c-toolbar__content-section"
@@ -19,7 +19,6 @@ export default {
19
19
  "match": "pf-m-match",
20
20
  "current": "pf-m-current"
21
21
  },
22
- "searchInput": "pf-v5-c-search-input",
23
22
  "themeDark": "pf-v5-theme-dark",
24
23
  "toolbar": "pf-v5-c-toolbar",
25
24
  "toolbarContentSection": "pf-v5-c-toolbar__content-section"
@@ -20,7 +20,7 @@
20
20
  --pf-v5-c-multiple-file-upload__title--Display: grid;
21
21
  --pf-v5-c-multiple-file-upload__title--GridTemplateColumns: auto;
22
22
  --pf-v5-c-multiple-file-upload__title--Gap: var(--pf-v5-global--spacer--sm);
23
- --pf-v5-c-multiple-file-upload__title-icon--Color: var(--pf-v5-global--Color--200);
23
+ --pf-v5-c-multiple-file-upload__title-icon--Color: var(--pf-v5-global--icon--Color--dark);
24
24
  --pf-v5-c-multiple-file-upload__title-text-separator--Display: block;
25
25
  --pf-v5-c-multiple-file-upload__title-text-separator--MarginTop: var(--pf-v5-global--spacer--sm);
26
26
  --pf-v5-c-multiple-file-upload__info--FontSize: var(--pf-v5-global--FontSize--sm);
@@ -47,7 +47,7 @@
47
47
  --pf-v5-c-multiple-file-upload--m-horizontal__info--MarginTop: 0;
48
48
  --pf-v5-c-multiple-file-upload__status-progress--GridTemplateColumns: auto 1fr;
49
49
  --pf-v5-c-multiple-file-upload__status-progress--Gap: var(--pf-v5-global--spacer--sm);
50
- --pf-v5-c-multiple-file-upload__status-progress-icon--Color: var(--pf-v5-global--Color--200);
50
+ --pf-v5-c-multiple-file-upload__status-progress-icon--Color: var(--pf-v5-global--icon--Color--dark);
51
51
  --pf-v5-c-multiple-file-upload__status-item--PaddingTop: var(--pf-v5-global--spacer--md);
52
52
  --pf-v5-c-multiple-file-upload__status-item--PaddingBottom: var(--pf-v5-global--spacer--md);
53
53
  --pf-v5-c-multiple-file-upload__status-item--first-child--PaddingTop: 0;
@@ -55,7 +55,7 @@
55
55
  --pf-v5-c-multiple-file-upload__status-item--Gap: var(--pf-v5-global--spacer--sm);
56
56
  --pf-v5-c-multiple-file-upload__status-item--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
57
57
  --pf-v5-c-multiple-file-upload__status-item--BorderColor: var(--pf-v5-global--BorderColor--100);
58
- --pf-v5-c-multiple-file-upload__status-item-icon--Color: var(--pf-v5-global--Color--200);
58
+ --pf-v5-c-multiple-file-upload__status-item-icon--Color: var(--pf-v5-global--icon--Color--dark);
59
59
  --pf-v5-c-multiple-file-upload__status-item-close--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
60
60
  --pf-v5-c-multiple-file-upload__status-item-progress--GridTemplateColumns: fit-content(100%) max-content;
61
61
  --pf-v5-c-multiple-file-upload__status-item-progress--Gap: var(--pf-v5-global--spacer--sm);
@@ -31,7 +31,7 @@
31
31
  --pf-v5-c-notification-badge--m-attention--hover--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
32
32
  --pf-v5-c-notification-badge--m-attention--m-expanded--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
33
33
  --pf-v5-c-notification-badge__count--MarginLeft: var(--pf-v5-global--spacer--xs);
34
- --pf-v5-c-notification-badge--pf-v5-c-icon-attention-bell--LineHeight: var(--pf-v5-global--LineHeight--sm);
34
+ --pf-v5-c-notification-badge--pf-v5-pficon-attention-bell--LineHeight: var(--pf-v5-global--LineHeight--sm);
35
35
  position: relative;
36
36
  display: inline-block;
37
37
  padding: var(--pf-v5-c-notification-badge--PaddingTop) var(--pf-v5-c-notification-badge--PaddingRight) var(--pf-v5-c-notification-badge--PaddingBottom) var(--pf-v5-c-notification-badge--PaddingLeft);
@@ -62,7 +62,7 @@
62
62
  .pf-v5-c-notification-badge .pf-v5-c-icon-attention-bell,
63
63
  .pf-v5-c-notification-badge .pf-v5-c-icon-bell {
64
64
  display: inline-block;
65
- line-height: var(--pf-v5-c-notification-badge--pf-v5-c-icon-attention-bell--LineHeight);
65
+ line-height: var(--pf-v5-c-notification-badge--pf-v5-pficon-attention-bell--LineHeight);
66
66
  }
67
67
  .pf-v5-c-notification-badge .pf-v5-c-icon-attention-bell::before,
68
68
  .pf-v5-c-notification-badge .pf-v5-c-icon-bell::before {
@@ -26,7 +26,6 @@
26
26
  --pf-v5-c-number-input--c-form-control--width-icon: var(--pf-v5-c-number-input--m-status--c-form-control--width-icon);
27
27
  }
28
28
  .pf-v5-c-number-input .pf-v5-c-form-control {
29
- display: inline-flex;
30
29
  width: var(--pf-v5-c-number-input--c-form-control--Width);
31
30
  text-align: right;
32
31
  }
@@ -271,7 +271,7 @@
271
271
  border: var(--pf-v5-c-progress-stepper__step-icon--BorderWidth) solid var(--pf-v5-c-progress-stepper__step-icon--BorderColor);
272
272
  border-radius: 50%;
273
273
  }
274
- .pf-v5-c-progress-stepper__step-icon .pf-v5-c-icon {
274
+ .pf-v5-c-progress-stepper__step-icon .pf-v5-pficon {
275
275
  margin-top: var(--pf-v5-c-progress-stepper__pficon--MarginTop);
276
276
  }
277
277
  .pf-v5-c-progress-stepper__step-icon .fa-exclamation-triangle {
@@ -1,7 +1,6 @@
1
1
  import './progress-stepper.css';
2
2
  declare const _default: {
3
3
  "faExclamationTriangle": "fa-exclamation-triangle",
4
- "icon": "pf-v5-c-icon",
5
4
  "modifiers": {
6
5
  "center": "pf-m-center",
7
6
  "compact": "pf-m-compact",
@@ -25,6 +24,7 @@ declare const _default: {
25
24
  "horizontalOn_2xl": "pf-m-horizontal-on-2xl",
26
25
  "verticalOn_2xl": "pf-m-vertical-on-2xl"
27
26
  },
27
+ "pficon": "pf-v5-pficon",
28
28
  "progressStepper": "pf-v5-c-progress-stepper",
29
29
  "progressStepperStep": "pf-v5-c-progress-stepper__step",
30
30
  "progressStepperStepConnector": "pf-v5-c-progress-stepper__step-connector",
@@ -3,7 +3,6 @@ exports.__esModule = true;
3
3
  require('./progress-stepper.css');
4
4
  exports.default = {
5
5
  "faExclamationTriangle": "fa-exclamation-triangle",
6
- "icon": "pf-v5-c-icon",
7
6
  "modifiers": {
8
7
  "center": "pf-m-center",
9
8
  "compact": "pf-m-compact",
@@ -27,6 +26,7 @@ exports.default = {
27
26
  "horizontalOn_2xl": "pf-m-horizontal-on-2xl",
28
27
  "verticalOn_2xl": "pf-m-vertical-on-2xl"
29
28
  },
29
+ "pficon": "pf-v5-pficon",
30
30
  "progressStepper": "pf-v5-c-progress-stepper",
31
31
  "progressStepperStep": "pf-v5-c-progress-stepper__step",
32
32
  "progressStepperStepConnector": "pf-v5-c-progress-stepper__step-connector",
@@ -1,7 +1,6 @@
1
1
  import './progress-stepper.css';
2
2
  export default {
3
3
  "faExclamationTriangle": "fa-exclamation-triangle",
4
- "icon": "pf-v5-c-icon",
5
4
  "modifiers": {
6
5
  "center": "pf-m-center",
7
6
  "compact": "pf-m-compact",
@@ -25,6 +24,7 @@ export default {
25
24
  "horizontalOn_2xl": "pf-m-horizontal-on-2xl",
26
25
  "verticalOn_2xl": "pf-m-vertical-on-2xl"
27
26
  },
27
+ "pficon": "pf-v5-pficon",
28
28
  "progressStepper": "pf-v5-c-progress-stepper",
29
29
  "progressStepperStep": "pf-v5-c-progress-stepper__step",
30
30
  "progressStepperStepConnector": "pf-v5-c-progress-stepper__step-connector",
@@ -23,8 +23,7 @@
23
23
  --pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--dark-200);
24
24
  --pf-v5-c-text-input-group__text-input--BackgroundColor: transparent;
25
25
  --pf-v5-c-text-input-group__icon--Left: var(--pf-v5-global--spacer--sm);
26
- --pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--Color--200);
27
- --pf-v5-c-text-input-group__text--hover__icon--Color: var(--pf-v5-global--Color--100);
26
+ --pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--icon--Color--dark);
28
27
  --pf-v5-c-text-input-group__icon--TranslateY: -50%;
29
28
  --pf-v5-c-text-input-group__utilities--MarginRight: var(--pf-v5-global--spacer--sm);
30
29
  --pf-v5-c-text-input-group__utilities--MarginLeft: var(--pf-v5-global--spacer--xs);
@@ -97,9 +96,6 @@
97
96
  .pf-v5-c-text-input-group__text::after {
98
97
  border-bottom: var(--pf-v5-c-text-input-group__text--after--BorderBottomWidth) solid var(--pf-v5-c-text-input-group__text--after--BorderBottomColor);
99
98
  }
100
- .pf-v5-c-text-input-group__text:hover, .pf-v5-c-text-input-group__text:focus-within {
101
- --pf-v5-c-text-input-group__icon--Color: var(--pf-v5-c-text-input-group__text--hover__icon--Color);
102
- }
103
99
  .pf-v5-c-text-input-group__text:focus-within {
104
100
  --pf-v5-c-text-input-group__text--after--BorderBottomWidth: var(--pf-v5-c-text-input-group__text--focus-within--after--BorderBottomWidth);
105
101
  --pf-v5-c-text-input-group__text--after--BorderBottomColor: var(--pf-v5-c-text-input-group__text--focus-within--after--BorderBottomColor);
@@ -12,7 +12,7 @@
12
12
  --pf-v5-c-wizard--Height: 100%;
13
13
  --pf-v5-c-modal-box--c-wizard--FlexBasis: 47.625rem;
14
14
  --pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-100);
15
- --pf-v5-c-wizard__header--ZIndex: var(--pf-v5-global--ZIndex--md);
15
+ --pf-v5-c-wizard__header--ZIndex: auto;
16
16
  --pf-v5-c-wizard__header--PaddingTop: var(--pf-v5-global--spacer--lg);
17
17
  --pf-v5-c-wizard__header--PaddingRight: var(--pf-v5-global--spacer--md);
18
18
  --pf-v5-c-wizard__header--PaddingBottom: var(--pf-v5-global--spacer--lg);
@@ -62,7 +62,7 @@
62
62
  --pf-v5-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;
63
63
  --pf-v5-c-wizard__nav-link--m-disabled--before--Color: var(--pf-v5-global--Color--dark-200);
64
64
  --pf-v5-c-wizard__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
65
- --pf-v5-c-wizard__toggle--ZIndex: var(--pf-v5-global--ZIndex--md);
65
+ --pf-v5-c-wizard__toggle--ZIndex: var(--pf-v5-global--ZIndex--xs);
66
66
  --pf-v5-c-wizard__toggle--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
67
67
  --pf-v5-c-wizard__toggle--PaddingTop: var(--pf-v5-global--spacer--lg);
68
68
  --pf-v5-c-wizard__toggle--PaddingRight: var(--pf-v5-global--spacer--md);
@@ -80,7 +80,7 @@
80
80
  --pf-v5-c-wizard__toggle-separator--Color: var(--pf-v5-global--BorderColor--200);
81
81
  --pf-v5-c-wizard__toggle-icon--LineHeight: var(--pf-v5-global--LineHeight--md);
82
82
  --pf-v5-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
83
- --pf-v5-c-wizard__nav--ZIndex: var(--pf-v5-global--ZIndex--sm);
83
+ --pf-v5-c-wizard__nav--ZIndex: var(--pf-v5-global--ZIndex--xs);
84
84
  --pf-v5-c-wizard__nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
85
85
  --pf-v5-c-wizard__nav--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
86
86
  --pf-v5-c-wizard__nav--Width: 100%;
@@ -104,7 +104,7 @@
104
104
  --pf-v5-c-wizard__outer-wrap--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
105
105
  --pf-v5-c-wizard__outer-wrap--lg--PaddingLeft: var(--pf-v5-c-wizard__nav--Width);
106
106
  --pf-v5-c-wizard__outer-wrap--MinHeight: 15.625rem;
107
- --pf-v5-c-wizard__main--ZIndex: var(--pf-v5-global--ZIndex--xs);
107
+ --pf-v5-c-wizard__main--ZIndex: auto;
108
108
  --pf-v5-c-wizard__main-body--PaddingTop: var(--pf-v5-global--spacer--md);
109
109
  --pf-v5-c-wizard__main-body--PaddingRight: var(--pf-v5-global--spacer--md);
110
110
  --pf-v5-c-wizard__main-body--PaddingBottom: var(--pf-v5-global--spacer--md);
@@ -114,7 +114,7 @@
114
114
  --pf-v5-c-wizard__main-body--xl--PaddingBottom: var(--pf-v5-global--spacer--lg);
115
115
  --pf-v5-c-wizard__main-body--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
116
116
  --pf-v5-c-wizard__footer--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
117
- --pf-v5-c-wizard__footer--ZIndex: var(--pf-v5-global--ZIndex--sm);
117
+ --pf-v5-c-wizard__footer--ZIndex: var(--pf-v5-global--ZIndex--xs);
118
118
  --pf-v5-c-wizard__footer--PaddingTop: var(--pf-v5-global--spacer--md);
119
119
  --pf-v5-c-wizard__footer--PaddingRight: var(--pf-v5-global--spacer--md);
120
120
  --pf-v5-c-wizard__footer--PaddingBottom: var(--pf-v5-global--spacer--sm);
@@ -1,3 +1,3 @@
1
1
  #ws-core-c-avatar-bordered---dark {
2
- background: var(--#{$pf-global}--BackgroundColor--dark-100);
2
+ background: var(--pf-v5-global--BackgroundColor--dark-100);
3
3
  }
@@ -1,3 +1,3 @@
1
1
  .ws-core-c-notification-badge {
2
- background: var(--#{$pf-global}--BackgroundColor--dark-100);
2
+ background: var(--pf-v5-global--BackgroundColor--dark-100);
3
3
  }
@@ -1,16 +1,3 @@
1
- #ws-core-c-search-input-advanced-search-expanded,
2
- #ws-core-c-text-input-group-search-input-group-advanced-search-expanded-with-autocomplete {
3
- height: 540px;
4
- }
5
-
6
- #ws-core-c-search-input-autocomplete {
7
- height: 250px;
8
- }
9
-
10
- #ws-core-c-search-input-autocomplete-last-option-hint {
11
- height: 130px;
12
- }
13
-
14
1
  .ws-example-wrapper {
15
2
  position: relative;
16
3
  }