@patternfly/react-styles 6.0.0-alpha.11 → 6.0.0-alpha.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/css/components/Alert/alert.css +2 -0
  3. package/css/components/Breadcrumb/breadcrumb.css +9 -1
  4. package/css/components/Button/button.css +44 -24
  5. package/css/components/CalendarMonth/calendar-month.css +61 -92
  6. package/css/components/CalendarMonth/calendar-month.d.ts +2 -4
  7. package/css/components/CalendarMonth/calendar-month.js +2 -4
  8. package/css/components/CalendarMonth/calendar-month.mjs +2 -4
  9. package/css/components/CodeBlock/code-block.css +4 -0
  10. package/css/components/CodeEditor/code-editor.css +94 -72
  11. package/css/components/CodeEditor/code-editor.d.ts +4 -4
  12. package/css/components/CodeEditor/code-editor.js +4 -4
  13. package/css/components/CodeEditor/code-editor.mjs +4 -4
  14. package/css/components/DatePicker/date-picker.css +13 -14
  15. package/css/components/DatePicker/date-picker.d.ts +1 -2
  16. package/css/components/DatePicker/date-picker.js +1 -2
  17. package/css/components/DatePicker/date-picker.mjs +1 -2
  18. package/css/components/Divider/divider.css +8 -6
  19. package/css/components/DualListSelector/dual-list-selector.css +56 -48
  20. package/css/components/DualListSelector/dual-list-selector.d.ts +1 -2
  21. package/css/components/DualListSelector/dual-list-selector.js +1 -2
  22. package/css/components/DualListSelector/dual-list-selector.mjs +1 -2
  23. package/css/components/FormControl/form-control.css +3 -3
  24. package/css/components/Icon/icon.css +27 -27
  25. package/css/components/Label/label-group.css +1 -1
  26. package/css/components/Label/label.css +13 -7
  27. package/css/components/Menu/menu.css +388 -419
  28. package/css/components/Menu/menu.d.ts +5 -8
  29. package/css/components/Menu/menu.js +5 -8
  30. package/css/components/Menu/menu.mjs +5 -8
  31. package/css/components/MenuToggle/menu-toggle.css +229 -265
  32. package/css/components/MenuToggle/menu-toggle.d.ts +7 -8
  33. package/css/components/MenuToggle/menu-toggle.js +7 -8
  34. package/css/components/MenuToggle/menu-toggle.mjs +7 -8
  35. package/css/components/Pagination/pagination.css +2 -12
  36. package/css/components/ProgressStepper/progress-stepper.css +72 -69
  37. package/css/components/ProgressStepper/progress-stepper.d.ts +1 -0
  38. package/css/components/ProgressStepper/progress-stepper.js +1 -0
  39. package/css/components/ProgressStepper/progress-stepper.mjs +1 -0
  40. package/css/components/Table/table-grid.css +29 -45
  41. package/css/components/Table/table-scrollable.css +6 -6
  42. package/css/components/Table/table-tree-view.css +76 -74
  43. package/css/components/Table/table.css +54 -74
  44. package/css/components/TextInputGroup/text-input-group.css +0 -14
  45. package/css/components/TextInputGroup/text-input-group.d.ts +1 -3
  46. package/css/components/TextInputGroup/text-input-group.js +1 -3
  47. package/css/components/TextInputGroup/text-input-group.mjs +1 -3
  48. package/css/components/Tile/tile.css +1 -1
  49. package/css/components/TreeView/tree-view.css +76 -97
  50. package/css/components/TreeView/tree-view.d.ts +0 -4
  51. package/css/components/TreeView/tree-view.js +0 -4
  52. package/css/components/TreeView/tree-view.mjs +0 -4
  53. package/css/components/Wizard/wizard.css +128 -205
  54. package/css/components/Wizard/wizard.d.ts +0 -3
  55. package/css/components/Wizard/wizard.js +0 -3
  56. package/css/components/Wizard/wizard.mjs +0 -3
  57. package/css/docs/components/Menu/examples/Menu.css +7 -11
  58. package/css/docs/components/Menu/examples/Menu.d.ts +2 -1
  59. package/css/docs/components/Menu/examples/Menu.js +2 -1
  60. package/css/docs/components/Menu/examples/Menu.mjs +2 -1
  61. package/package.json +3 -3
@@ -1,39 +1,56 @@
1
- .pf-v5-c-code-editor {
2
- --pf-v5-c-code-editor__controls--c-button--m-control--Color: var(--pf-v5-global--Color--200);
3
- --pf-v5-c-code-editor__controls--c-button--m-control--hover--Color: var(--pf-v5-global--Color--100);
4
- --pf-v5-c-code-editor__controls--c-button--m-control--focus--Color: var(--pf-v5-global--Color--100);
5
- --pf-v5-c-code-editor__controls--c-button--m-control--disabled--after--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
6
- --pf-v5-c-code-editor__header--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
7
- --pf-v5-c-code-editor__header--before--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
8
- --pf-v5-c-code-editor__main--BorderColor: var(--pf-v5-global--BorderColor--100);
9
- --pf-v5-c-code-editor__main--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
10
- --pf-v5-c-code-editor__main--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
11
- --pf-v5-c-code-editor--m-read-only__main--BackgroundColor: var(--pf-v5-global--disabled-color--300);
12
- --pf-v5-c-code-editor__main--m-drag-hover--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
13
- --pf-v5-c-code-editor__main--m-drag-hover--before--BorderColor: var(--pf-v5-global--primary-color--100);
14
- --pf-v5-c-code-editor__main--m-drag-hover--after--BackgroundColor: var(--pf-v5-global--primary-color--100);
1
+ :where(:root), :where(.pf-v5-c-code-editor) {
2
+ --pf-v5-c-code-editor__controls--PaddingInlineStart: var(--pf-t--global--spacer--sm);
3
+ --pf-v5-c-code-editor__controls--Gap: var(--pf-t--global--spacer--xs);
4
+ --pf-v5-c-code-editor__header--before--BorderBottomWidth: var(--pf-t--global--border--width--box--default);
5
+ --pf-v5-c-code-editor__header--before--BorderBottomColor: var(--pf-t--global--border--color--default);
6
+ --pf-v5-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
7
+ --pf-v5-c-code-editor__header-content--m-plain--BackgroundColor: var(--pf-t--global--background--color--primary--default);
8
+ --pf-v5-c-code-editor__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
9
+ --pf-v5-c-code-editor__header-content--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
10
+ --pf-v5-c-code-editor__header-content--PaddingInlineStart: var(--pf-t--global--spacer--sm);
11
+ --pf-v5-c-code-editor__header-content--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
12
+ --pf-v5-c-code-editor__header-content--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
13
+ --pf-v5-c-code-editor__header-content--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
14
+ --pf-v5-c-code-editor__upload--PaddingInlineStart: var(--pf-t--global--spacer--md);
15
+ --pf-v5-c-code-editor__upload--PaddingInlineEnd: var(--pf-t--global--spacer--md);
16
+ --pf-v5-c-code-editor__upload--PaddingBlockStart: var(--pf-t--global--spacer--md);
17
+ --pf-v5-c-code-editor__upload--PaddingBlockEnd: var(--pf-t--global--spacer--md);
18
+ --pf-v5-c-code-editor__upload--BorderRadius: var(--pf-t--global--border--radius--medium);
19
+ --pf-v5-c-code-editor__main--BorderColor: var(--pf-t--global--border--color--default);
20
+ --pf-v5-c-code-editor__main--BorderWidth: var(--pf-t--global--border--width--box--default);
21
+ --pf-v5-c-code-editor__main--BorderEndStartRadius: var(--pf-t--global--border--radius--medium);
22
+ --pf-v5-c-code-editor__main--BorderEndEndRadius: var(--pf-t--global--border--radius--medium);
23
+ --pf-v5-c-code-editor__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
24
+ --pf-v5-c-code-editor--m-read-only__main--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
25
+ --pf-v5-c-code-editor__upload--before--BorderWidth: 0;
26
+ --pf-v5-c-code-editor__upload--before--BorderColor: transparent;
27
+ --pf-v5-c-code-editor__main--m-drag-hover--before--BorderWidth: var(--pf-t--global--border--width--divider--hover);
28
+ --pf-v5-c-code-editor__main--m-drag-hover--before--BorderColor: var( --pf-t--global--border--color--clicked);
29
+ --pf-v5-c-code-editor__main--m-drag-hover--after--BackgroundColor: var(--pf-t--global--background--color--primary--default);
15
30
  --pf-v5-c-code-editor__main--m-drag-hover--after--Opacity: .1;
16
- --pf-v5-c-code-editor__code--PaddingTop: var(--pf-v5-global--spacer--sm);
17
- --pf-v5-c-code-editor__code--PaddingRight: var(--pf-v5-global--spacer--sm);
18
- --pf-v5-c-code-editor__code--PaddingBottom: var(--pf-v5-global--spacer--sm);
19
- --pf-v5-c-code-editor__code--PaddingLeft: var(--pf-v5-global--spacer--sm);
20
- --pf-v5-c-code-editor__code-pre--FontSize: var(--pf-v5-global--FontSize--sm);
21
- --pf-v5-c-code-editor__code-pre--FontFamily: var(--pf-v5-global--FontFamily--monospace);
22
- --pf-v5-c-code-editor__header-main--PaddingRight: var(--pf-v5-global--spacer--sm);
23
- --pf-v5-c-code-editor__header-main--PaddingLeft: var(--pf-v5-global--spacer--sm);
24
- --pf-v5-c-code-editor__tab--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
25
- --pf-v5-c-code-editor__tab--Color: var(--pf-v5-global--Color--200);
26
- --pf-v5-c-code-editor__tab--PaddingTop: var(--pf-v5-global--spacer--form-element);
27
- --pf-v5-c-code-editor__tab--PaddingRight: var(--pf-v5-global--spacer--sm);
28
- --pf-v5-c-code-editor__tab--PaddingBottom: var(--pf-v5-global--spacer--form-element);
29
- --pf-v5-c-code-editor__tab--PaddingLeft: var(--pf-v5-global--spacer--sm);
30
- --pf-v5-c-code-editor__tab--BorderTopWidth: var(--pf-v5-global--BorderWidth--sm);
31
- --pf-v5-c-code-editor__tab--BorderRightWidth: var(--pf-v5-global--BorderWidth--sm);
31
+ --pf-v5-c-code-editor__code--PaddingTop: var(--pf-t--global--spacer--sm);
32
+ --pf-v5-c-code-editor__code--PaddingRight: var(--pf-t--global--spacer--sm);
33
+ --pf-v5-c-code-editor__code--PaddingBottom: var(--pf-t--global--spacer--sm);
34
+ --pf-v5-c-code-editor__code--PaddingLeft: var(--pf-t--global--spacer--sm);
35
+ --pf-v5-c-code-editor__code-pre--FontSize: var(--pf-t--global--font--size--sm);
36
+ --pf-v5-c-code-editor__code-pre--FontFamily: var(--pf-t--global--font--family--mono);
37
+ --pf-v5-c-code-editor__header-main--PaddingRight: var(--pf-t--global--spacer--sm);
38
+ --pf-v5-c-code-editor__header-main--PaddingLeft: var(--pf-t--global--spacer--sm);
39
+ --pf-v5-c-code-editor__tab--BackgroundColor: var(--pf-t--global--background--color--primary--default);
40
+ --pf-v5-c-code-editor__tab--Color: var(--pf-t--global--text--color--subtle);
41
+ --pf-v5-c-code-editor__tab--PaddingTop: var(--pf-t--global--spacer--sm);
42
+ --pf-v5-c-code-editor__tab--PaddingRight: var( --pf-t--global--spacer--sm);
43
+ --pf-v5-c-code-editor__tab--PaddingBottom: var(--pf-t--global--spacer--sm);
44
+ --pf-v5-c-code-editor__tab--PaddingLeft: var( --pf-t--global--spacer--sm);
45
+ --pf-v5-c-code-editor__tab--BorderTopWidth: var(--pf-t--global--border--width--box--default);
46
+ --pf-v5-c-code-editor__tab--BorderRightWidth: var(--pf-t--global--border--width--box--default);
32
47
  --pf-v5-c-code-editor__tab--BorderBottomWidth: 0;
33
- --pf-v5-c-code-editor__tab--BorderLeftWidth: var(--pf-v5-global--BorderWidth--sm);
34
- --pf-v5-c-code-editor__tab--BorderColor: var(--pf-v5-global--BorderColor--100);
35
- --pf-v5-c-code-editor__tab-icon--text--MarginLeft: var(--pf-v5-global--spacer--sm);
48
+ --pf-v5-c-code-editor__tab--BorderLeftWidth: var(--pf-t--global--border--width--box--default);
49
+ --pf-v5-c-code-editor__tab--BorderColor: var(--pf-t--global--border--color--default);
50
+ --pf-v5-c-code-editor__tab--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
51
+ --pf-v5-c-code-editor__tab-icon--text--MarginLeft: var(--pf-t--global--spacer--sm);
36
52
  }
53
+
37
54
  .pf-v5-c-code-editor.pf-m-read-only {
38
55
  --pf-v5-c-code-editor__main--BackgroundColor: var(--pf-v5-c-code-editor--m-read-only__main--BackgroundColor);
39
56
  }
@@ -41,7 +58,6 @@
41
58
  .pf-v5-c-code-editor__header {
42
59
  position: relative;
43
60
  display: flex;
44
- align-items: flex-end;
45
61
  }
46
62
  .pf-v5-c-code-editor__header::before {
47
63
  position: absolute;
@@ -52,54 +68,68 @@
52
68
  content: "";
53
69
  border-block-end: var(--pf-v5-c-code-editor__header--before--BorderBottomWidth) solid var(--pf-v5-c-code-editor__header--before--BorderBottomColor);
54
70
  }
71
+ .pf-v5-c-code-editor__header.pf-m-plain {
72
+ --pf-v5-c-code-editor__header-content--BackgroundColor: var(--pf-v5-c-code-editor__header-content--m-plain--BackgroundColor);
73
+ }
55
74
 
56
- .pf-v5-c-code-editor__controls {
75
+ .pf-v5-c-code-editor__header-content {
57
76
  display: flex;
77
+ flex: 1;
78
+ align-items: flex-end;
79
+ padding-block-start: var(--pf-v5-c-code-editor__header-content--PaddingBlockStart);
80
+ padding-block-end: var(--pf-v5-c-code-editor__header-content--PaddingBlockEnd);
81
+ padding-inline-start: var(--pf-v5-c-code-editor__header-content--PaddingInlineStart);
82
+ padding-inline-end: var(--pf-v5-c-code-editor__header-content--PaddingInlineEnd);
83
+ background-color: var(--pf-v5-c-code-editor__header-content--BackgroundColor);
84
+ border-start-start-radius: var(--pf-v5-c-code-editor__header-content--BorderStartStartRadius);
58
85
  }
59
- .pf-v5-c-code-editor__controls .pf-v5-c-button.pf-m-control {
60
- --pf-v5-c-button--m-control--Color: var(--pf-v5-c-code-editor__controls--c-button--m-control--Color);
61
- }
62
- .pf-v5-c-code-editor__controls .pf-v5-c-button.pf-m-control:hover {
63
- --pf-v5-c-code-editor__controls--c-button--m-control--Color: var(--pf-v5-c-code-editor__controls--c-button--m-control--hover--Color);
64
- }
65
- .pf-v5-c-code-editor__controls .pf-v5-c-button.pf-m-control:focus {
66
- --pf-v5-c-code-editor__controls--c-button--m-control--Color: var(--pf-v5-c-code-editor__controls--c-button--m-control--focus--Color);
86
+ .pf-v5-c-code-editor__header-content:last-child {
87
+ border-start-end-radius: var(--pf-v5-c-code-editor__header-content--BorderStartEndRadius);
67
88
  }
68
- .pf-v5-c-code-editor__controls .pf-v5-c-button.pf-m-control:disabled::after {
69
- border-block-end-color: var(--pf-v5-c-code-editor__controls--c-button--m-control--disabled--after--BorderBottomColor);
89
+
90
+ .pf-v5-c-code-editor__controls {
91
+ display: flex;
92
+ gap: var(--pf-v5-c-code-editor__controls--Gap);
93
+ align-items: flex-start;
70
94
  }
71
95
 
72
96
  .pf-v5-c-code-editor__header-main {
73
97
  flex-grow: 1;
98
+ align-self: center;
74
99
  padding-inline-start: var(--pf-v5-c-code-editor__header-main--PaddingLeft);
75
100
  padding-inline-end: var(--pf-v5-c-code-editor__header-main--PaddingRight);
76
101
  }
77
102
 
103
+ .pf-v5-c-code-editor__upload {
104
+ position: relative;
105
+ padding-block-start: var(--pf-v5-c-code-editor__upload--PaddingBlockStart);
106
+ padding-block-end: var(--pf-v5-c-code-editor__upload--PaddingBlockEnd);
107
+ padding-inline-start: var(--pf-v5-c-code-editor__upload--PaddingInlineStart);
108
+ padding-inline-end: var(--pf-v5-c-code-editor__upload--PaddingInlineEnd);
109
+ }
110
+ .pf-v5-c-code-editor__upload::before {
111
+ position: absolute;
112
+ inset-block-start: var(--pf-v5-c-code-editor__upload--PaddingBlockStart);
113
+ inset-block-end: var(--pf-v5-c-code-editor__upload--PaddingBlockEnd);
114
+ inset-inline-start: var(--pf-v5-c-code-editor__upload--PaddingInlineStart);
115
+ inset-inline-end: var(--pf-v5-c-code-editor__upload--PaddingInlineEnd);
116
+ content: "";
117
+ border: var(--pf-v5-c-code-editor__upload--before--BorderWidth) dashed var(--pf-v5-c-code-editor__upload--before--BorderColor);
118
+ border-radius: var(--pf-v5-c-code-editor__upload--BorderRadius);
119
+ }
120
+
78
121
  .pf-v5-c-code-editor__main {
79
122
  position: relative;
80
123
  color: var(--pf-v5-c-code-editor__main--Color, inherit);
81
124
  background-color: var(--pf-v5-c-code-editor__main--BackgroundColor);
82
125
  border: var(--pf-v5-c-code-editor__main--BorderWidth) solid;
83
126
  border-color: var(--pf-v5-c-code-editor__main--BorderColor);
127
+ border-end-start-radius: var(--pf-v5-c-code-editor__main--BorderEndStartRadius);
128
+ border-end-end-radius: var(--pf-v5-c-code-editor__main--BorderEndEndRadius);
84
129
  }
85
- .pf-v5-c-code-editor__main.pf-m-drag-hover::after {
86
- position: absolute;
87
- inset-block-start: 0;
88
- inset-block-end: 0;
89
- inset-inline-start: 0;
90
- inset-inline-end: 0;
91
- content: "";
92
- background-color: var(--pf-v5-c-code-editor__main--m-drag-hover--after--BackgroundColor);
93
- opacity: var(--pf-v5-c-code-editor__main--m-drag-hover--after--Opacity);
94
- }
95
- .pf-v5-c-code-editor__main.pf-m-drag-hover::before {
96
- position: absolute;
97
- inset-block-start: 0;
98
- inset-block-end: 0;
99
- inset-inline-start: 0;
100
- inset-inline-end: 0;
101
- content: "";
102
- border: var(--pf-v5-c-code-editor__main--m-drag-hover--before--BorderWidth) solid var(--pf-v5-c-code-editor__main--m-drag-hover--before--BorderColor);
130
+ .pf-v5-c-code-editor__main.pf-m-drag-hover {
131
+ --pf-v5-c-code-editor__upload--before--BorderWidth: var(--pf-v5-c-code-editor__main--m-drag-hover--before--BorderWidth);
132
+ --pf-v5-c-code-editor__upload--before--BorderColor: var(--pf-v5-c-code-editor__main--m-drag-hover--before--BorderColor);
103
133
  }
104
134
  .pf-v5-c-code-editor__main .monaco-editor {
105
135
  background-color: var(--pf-v5-c-code-editor__main--BackgroundColor);
@@ -130,7 +160,6 @@
130
160
  padding-block-end: var(--pf-v5-c-code-editor__tab--PaddingBottom);
131
161
  padding-inline-start: var(--pf-v5-c-code-editor__tab--PaddingLeft);
132
162
  padding-inline-end: var(--pf-v5-c-code-editor__tab--PaddingRight);
133
- margin-inline-start: auto;
134
163
  color: var(--pf-v5-c-code-editor__tab--Color);
135
164
  background-color: var(--pf-v5-c-code-editor__tab--BackgroundColor);
136
165
  border-color: var(--pf-v5-c-code-editor__tab--BorderColor);
@@ -139,16 +168,9 @@
139
168
  border-block-end-width: var(--pf-v5-c-code-editor__tab--BorderBottomWidth);
140
169
  border-inline-start-width: var(--pf-v5-c-code-editor__tab--BorderLeftWidth);
141
170
  border-inline-end-width: var(--pf-v5-c-code-editor__tab--BorderRightWidth);
171
+ border-start-end-radius: var(--pf-v5-c-code-editor__tab--BorderStartEndRadius);
142
172
  }
143
173
 
144
174
  .pf-v5-c-code-editor__tab-icon + .pf-v5-c-code-editor__tab-text {
145
175
  margin-inline-start: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
146
- }
147
-
148
- :where(.pf-v5-theme-dark) .pf-v5-c-code-editor {
149
- --pf-v5-c-code-editor--m-read-only__main--Color: var(--pf-v5-global--disabled-color--300);
150
- --pf-v5-c-code-editor--m-read-only__main--BackgroundColor: var(--pf-v5-global--disabled-color--200);
151
- }
152
- :where(.pf-v5-theme-dark) .pf-v5-c-code-editor__controls > * + * {
153
- border-inline-start: 1px solid var(--pf-v5-global--palette--black-700);
154
176
  }
@@ -1,22 +1,22 @@
1
1
  import './code-editor.css';
2
2
  declare const _default: {
3
- "button": "pf-v5-c-button",
4
3
  "codeEditor": "pf-v5-c-code-editor",
5
4
  "codeEditorCode": "pf-v5-c-code-editor__code",
6
5
  "codeEditorCodePre": "pf-v5-c-code-editor__code-pre",
7
6
  "codeEditorControls": "pf-v5-c-code-editor__controls",
8
7
  "codeEditorHeader": "pf-v5-c-code-editor__header",
8
+ "codeEditorHeaderContent": "pf-v5-c-code-editor__header-content",
9
9
  "codeEditorHeaderMain": "pf-v5-c-code-editor__header-main",
10
10
  "codeEditorMain": "pf-v5-c-code-editor__main",
11
11
  "codeEditorTab": "pf-v5-c-code-editor__tab",
12
12
  "codeEditorTabIcon": "pf-v5-c-code-editor__tab-icon",
13
13
  "codeEditorTabText": "pf-v5-c-code-editor__tab-text",
14
+ "codeEditorUpload": "pf-v5-c-code-editor__upload",
14
15
  "modifiers": {
15
16
  "readOnly": "pf-m-read-only",
16
- "control": "pf-m-control",
17
+ "plain": "pf-m-plain",
17
18
  "dragHover": "pf-m-drag-hover"
18
19
  },
19
- "monacoEditor": "monaco-editor",
20
- "themeDark": "pf-v5-theme-dark"
20
+ "monacoEditor": "monaco-editor"
21
21
  };
22
22
  export default _default;
@@ -2,22 +2,22 @@
2
2
  exports.__esModule = true;
3
3
  require('./code-editor.css');
4
4
  exports.default = {
5
- "button": "pf-v5-c-button",
6
5
  "codeEditor": "pf-v5-c-code-editor",
7
6
  "codeEditorCode": "pf-v5-c-code-editor__code",
8
7
  "codeEditorCodePre": "pf-v5-c-code-editor__code-pre",
9
8
  "codeEditorControls": "pf-v5-c-code-editor__controls",
10
9
  "codeEditorHeader": "pf-v5-c-code-editor__header",
10
+ "codeEditorHeaderContent": "pf-v5-c-code-editor__header-content",
11
11
  "codeEditorHeaderMain": "pf-v5-c-code-editor__header-main",
12
12
  "codeEditorMain": "pf-v5-c-code-editor__main",
13
13
  "codeEditorTab": "pf-v5-c-code-editor__tab",
14
14
  "codeEditorTabIcon": "pf-v5-c-code-editor__tab-icon",
15
15
  "codeEditorTabText": "pf-v5-c-code-editor__tab-text",
16
+ "codeEditorUpload": "pf-v5-c-code-editor__upload",
16
17
  "modifiers": {
17
18
  "readOnly": "pf-m-read-only",
18
- "control": "pf-m-control",
19
+ "plain": "pf-m-plain",
19
20
  "dragHover": "pf-m-drag-hover"
20
21
  },
21
- "monacoEditor": "monaco-editor",
22
- "themeDark": "pf-v5-theme-dark"
22
+ "monacoEditor": "monaco-editor"
23
23
  };
@@ -1,21 +1,21 @@
1
1
  import './code-editor.css';
2
2
  export default {
3
- "button": "pf-v5-c-button",
4
3
  "codeEditor": "pf-v5-c-code-editor",
5
4
  "codeEditorCode": "pf-v5-c-code-editor__code",
6
5
  "codeEditorCodePre": "pf-v5-c-code-editor__code-pre",
7
6
  "codeEditorControls": "pf-v5-c-code-editor__controls",
8
7
  "codeEditorHeader": "pf-v5-c-code-editor__header",
8
+ "codeEditorHeaderContent": "pf-v5-c-code-editor__header-content",
9
9
  "codeEditorHeaderMain": "pf-v5-c-code-editor__header-main",
10
10
  "codeEditorMain": "pf-v5-c-code-editor__main",
11
11
  "codeEditorTab": "pf-v5-c-code-editor__tab",
12
12
  "codeEditorTabIcon": "pf-v5-c-code-editor__tab-icon",
13
13
  "codeEditorTabText": "pf-v5-c-code-editor__tab-text",
14
+ "codeEditorUpload": "pf-v5-c-code-editor__upload",
14
15
  "modifiers": {
15
16
  "readOnly": "pf-m-read-only",
16
- "control": "pf-m-control",
17
+ "plain": "pf-m-plain",
17
18
  "dragHover": "pf-m-drag-hover"
18
19
  },
19
- "monacoEditor": "monaco-editor",
20
- "themeDark": "pf-v5-theme-dark"
20
+ "monacoEditor": "monaco-editor"
21
21
  };
@@ -1,18 +1,22 @@
1
- .pf-v5-c-date-picker {
1
+ :where(:root),
2
+ :where(.pf-v5-c-date-picker) {
2
3
  --pf-v5-c-date-picker--m-top__calendar--Top: 0;
3
- --pf-v5-c-date-picker--m-top__calendar--TranslateY: calc(-100% - var(--pf-v5-global--spacer--xs));
4
- --pf-v5-c-date-picker__helper-text--MarginTop: var(--pf-v5-global--spacer--xs);
4
+ --pf-v5-c-date-picker--m-top__calendar--TranslateY: calc(-100% - var(--pf-t--global--spacer--xs));
5
+ --pf-v5-c-date-picker__helper-text--MarginTop: var(--pf-t--global--spacer--sm);
5
6
  --pf-v5-c-date-picker__input--c-form-control--Width: calc(var(--pf-v5-c-date-picker__input--c-form-control--width-chars) * 1ch + var(--pf-v5-c-date-picker__input--c-form-control--width-base));
6
- --pf-v5-c-date-picker__input--c-form-control--width-base: calc(var(--pf-v5-global--spacer--xl) + var(--pf-v5-global--spacer--sm));
7
- --pf-v5-c-date-picker__input--c-form-control--width-chars: 10;
8
- --pf-v5-c-date-picker__calendar--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-100);
9
- --pf-v5-c-date-picker__calendar--BoxShadow: var(--pf-v5-global--BoxShadow--md);
10
- --pf-v5-c-date-picker__calendar--ZIndex: var(--pf-v5-global--ZIndex--sm);
11
- --pf-v5-c-date-picker__calendar--Top: calc(100% + var(--pf-v5-global--spacer--xs));
7
+ --pf-v5-c-date-picker__input--c-form-control--width-base: calc(var(--pf-t--global--spacer--xl) + var(--pf-t--global--spacer--sm));
8
+ --pf-v5-c-date-picker__input--c-form-control--width-chars: 11;
9
+ --pf-v5-c-date-picker__calendar--BackgroundColor: var(--pf-t--global--background--color--floating--default);
10
+ --pf-v5-c-date-picker__calendar--BoxShadow: var(--pf-t--global--box-shadow--md);
11
+ --pf-v5-c-date-picker__calendar--ZIndex: var(--pf-t--global--Zindex--sm);
12
+ --pf-v5-c-date-picker__calendar--Top: calc(100% + var(--pf-t--global--spacer--xs));
12
13
  --pf-v5-c-date-picker__calendar--Right: auto;
13
14
  --pf-v5-c-date-picker__calendar--Left: 0;
14
15
  --pf-v5-c-date-picker__calendar--m-align-right--Right: 0;
15
16
  --pf-v5-c-date-picker__calendar--m-align-right--Left: auto;
17
+ }
18
+
19
+ .pf-v5-c-date-picker {
16
20
  position: relative;
17
21
  display: inline-block;
18
22
  }
@@ -51,9 +55,4 @@
51
55
  inset-inline-end: auto;
52
56
  z-index: auto;
53
57
  min-width: min-content;
54
- }
55
-
56
- :where(.pf-v5-theme-dark) .pf-v5-c-date-picker {
57
- --pf-v5-c-date-picker__calendar--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
58
- --pf-v5-c-date-picker__calendar--Top: 100%;
59
58
  }
@@ -9,7 +9,6 @@ declare const _default: {
9
9
  "alignRight": "pf-m-align-right",
10
10
  "top": "pf-m-top",
11
11
  "static": "pf-m-static"
12
- },
13
- "themeDark": "pf-v5-theme-dark"
12
+ }
14
13
  };
15
14
  export default _default;
@@ -11,6 +11,5 @@ exports.default = {
11
11
  "alignRight": "pf-m-align-right",
12
12
  "top": "pf-m-top",
13
13
  "static": "pf-m-static"
14
- },
15
- "themeDark": "pf-v5-theme-dark"
14
+ }
16
15
  };
@@ -9,6 +9,5 @@ export default {
9
9
  "alignRight": "pf-m-align-right",
10
10
  "top": "pf-m-top",
11
11
  "static": "pf-m-static"
12
- },
13
- "themeDark": "pf-v5-theme-dark"
12
+ }
14
13
  };
@@ -60,7 +60,9 @@
60
60
  width: 100%;
61
61
  height: var(--pf-v5-c-divider--Size);
62
62
  --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-divider--Display);
63
+ flex-shrink: 0;
63
64
  align-items: stretch;
65
+ align-self: stretch;
64
66
  justify-content: center;
65
67
  border: 0;
66
68
  }
@@ -77,7 +79,7 @@
77
79
  .pf-v5-c-divider.pf-m-vertical {
78
80
  flex-direction: column;
79
81
  width: var(--pf-v5-c-divider--Size);
80
- height: 100%;
82
+ height: inherit;
81
83
  }
82
84
  .pf-v5-c-divider.pf-m-inset-none {
83
85
  --pf-v5-c-divider--before--FlexBasis: calc(100% - 0% * 2);
@@ -115,7 +117,7 @@
115
117
  .pf-v5-c-divider.pf-m-vertical-on-sm {
116
118
  flex-direction: column;
117
119
  width: var(--pf-v5-c-divider--Size);
118
- height: 100%;
120
+ height: inherit;
119
121
  }
120
122
  }
121
123
  @media (min-width: 576px) {
@@ -155,7 +157,7 @@
155
157
  .pf-v5-c-divider.pf-m-vertical-on-md {
156
158
  flex-direction: column;
157
159
  width: var(--pf-v5-c-divider--Size);
158
- height: 100%;
160
+ height: inherit;
159
161
  }
160
162
  }
161
163
  @media (min-width: 768px) {
@@ -195,7 +197,7 @@
195
197
  .pf-v5-c-divider.pf-m-vertical-on-lg {
196
198
  flex-direction: column;
197
199
  width: var(--pf-v5-c-divider--Size);
198
- height: 100%;
200
+ height: inherit;
199
201
  }
200
202
  }
201
203
  @media (min-width: 992px) {
@@ -235,7 +237,7 @@
235
237
  .pf-v5-c-divider.pf-m-vertical-on-xl {
236
238
  flex-direction: column;
237
239
  width: var(--pf-v5-c-divider--Size);
238
- height: 100%;
240
+ height: inherit;
239
241
  }
240
242
  }
241
243
  @media (min-width: 1200px) {
@@ -275,7 +277,7 @@
275
277
  .pf-v5-c-divider.pf-m-vertical-on-2xl {
276
278
  flex-direction: column;
277
279
  width: var(--pf-v5-c-divider--Size);
278
- height: 100%;
280
+ height: inherit;
279
281
  }
280
282
  }
281
283
  @media (min-width: 1450px) {
@@ -1,4 +1,4 @@
1
- .pf-v5-c-dual-list-selector {
1
+ :where(:root), :where(.pf-v5-c-dual-list-selector) {
2
2
  --pf-v5-c-dual-list-selector__header--GridArea: pane-header;
3
3
  --pf-v5-c-dual-list-selector__tools--GridArea: pane-tools;
4
4
  --pf-v5-c-dual-list-selector__status--GridArea: pane-status;
@@ -10,54 +10,55 @@
10
10
  --pf-v5-c-dual-list-selector--m-chosen__menu--GridArea: pane-menu-c;
11
11
  --pf-v5-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min: 12.5rem;
12
12
  --pf-v5-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max: 28.125rem;
13
- --pf-v5-c-dual-list-selector__header--MarginBottom: var(--pf-v5-global--spacer--sm);
14
- --pf-v5-c-dual-list-selector__title-text--FontWeight: var(--pf-v5-global--FontWeight--bold);
15
- --pf-v5-c-dual-list-selector__tools--MarginBottom: var(--pf-v5-global--spacer--md);
16
- --pf-v5-c-dual-list-selector__tools-filter--tools-actions--MarginLeft: var(--pf-v5-global--spacer--sm);
17
- --pf-v5-c-dual-list-selector__menu--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
18
- --pf-v5-c-dual-list-selector__menu--BorderColor: var(--pf-v5-global--BorderColor--100);
13
+ --pf-v5-c-dual-list-selector__header--MarginBottom: var(--pf-t--global--spacer--sm);
14
+ --pf-v5-c-dual-list-selector__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
15
+ --pf-v5-c-dual-list-selector__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
16
+ --pf-v5-c-dual-list-selector__tools--MarginBottom: var(--pf-t--global--spacer--md);
17
+ --pf-v5-c-dual-list-selector__tools-filter--tools-actions--MarginLeft: var(--pf-t--global--spacer--sm);
18
+ --pf-v5-c-dual-list-selector__menu--BorderWidth: var(--pf-t--global--border--width--regular);
19
+ --pf-v5-c-dual-list-selector__menu--BorderColor: var(--pf-t--global--border--color--default);
20
+ --pf-v5-c-dual-list-selector__menu--BorderRadius: var(--pf-t--global--border--radius--small);
19
21
  --pf-v5-c-dual-list-selector__menu--MinHeight: 12.5rem;
20
22
  --pf-v5-c-dual-list-selector__menu--MaxHeight: 20rem;
21
- --pf-v5-c-dual-list-selector__list-item-row--FontSize: var(--pf-v5-global--FontSize--sm);
22
- --pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: transparent;
23
- --pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
24
- --pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
25
- --pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
26
- --pf-v5-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
23
+ --pf-v5-c-dual-list-selector__menu--MarginBlockStart: var(--pf-t--global--spacer--md);
24
+ --pf-v5-c-dual-list-selector__list-item-row--FontSize: var(--pf-t--global--font--size--sm);
25
+ --pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
26
+ --pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
27
+ --pf-v5-c-dual-list-selector__list-item-row--BorderRadius: var(--pf-t--global--border--radius--tiny);
28
+ --pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
29
+ --pf-v5-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
27
30
  --pf-v5-c-dual-list-selector__list-item--m-ghost-row--Opacity: .4;
28
- --pf-v5-c-dual-list-selector__item--PaddingTop: var(--pf-v5-global--spacer--sm);
29
- --pf-v5-c-dual-list-selector__item--PaddingRight: var(--pf-v5-global--spacer--md);
30
- --pf-v5-c-dual-list-selector__item--PaddingBottom: var(--pf-v5-global--spacer--sm);
31
- --pf-v5-c-dual-list-selector__item--PaddingLeft: var(--pf-v5-global--spacer--md);
32
- --pf-v5-c-dual-list-selector__item--m-expandable--PaddingLeft: 0;
33
- --pf-v5-c-dual-list-selector__item--indent--base: calc(var(--pf-v5-global--spacer--md) + var(--pf-v5-global--spacer--sm) + var(--pf-v5-c-dual-list-selector__list-item-row--FontSize));
34
- --pf-v5-c-dual-list-selector__item--nested-indent--base: calc(var(--pf-v5-c-dual-list-selector__item--indent--base) - var(--pf-v5-global--spacer--md));
35
- --pf-v5-c-dual-list-selector__draggable--item--PaddingLeft: var(--pf-v5-global--spacer--xs);
36
- --pf-v5-c-dual-list-selector__item-text--Color: var(--pf-v5-global--Color--100);
37
- --pf-v5-c-dual-list-selector__list-item-row--m-selected__text--Color: var(--pf-v5-global--active-color--100);
38
- --pf-v5-c-dual-list-selector__list-item-row--m-selected__text--FontWeight: var(--pf-v5-global--FontWeight--bold);
39
- --pf-v5-c-dual-list-selector__list-item--m-disabled__item-text--Color: var(--pf-v5-global--disabled-color--100);
40
- --pf-v5-c-dual-list-selector__status--MarginBottom: var(--pf-v5-global--spacer--sm);
41
- --pf-v5-c-dual-list-selector__status-text--FontSize: var(--pf-v5-global--FontSize--sm);
42
- --pf-v5-c-dual-list-selector__status-text--Color: var(--pf-v5-global--Color--200);
43
- --pf-v5-c-dual-list-selector__controls--PaddingRight: var(--pf-v5-global--spacer--md);
44
- --pf-v5-c-dual-list-selector__controls--PaddingLeft: var(--pf-v5-global--spacer--md);
45
- --pf-v5-c-dual-list-selector__item-toggle--PaddingTop: var(--pf-v5-global--spacer--sm);
46
- --pf-v5-c-dual-list-selector__item-toggle--PaddingRight: var(--pf-v5-global--spacer--sm);
47
- --pf-v5-c-dual-list-selector__item-toggle--PaddingBottom: var(--pf-v5-global--spacer--sm);
48
- --pf-v5-c-dual-list-selector__item-toggle--PaddingLeft: var(--pf-v5-global--spacer--md);
49
- --pf-v5-c-dual-list-selector__item-toggle--MarginTop: calc(var(--pf-v5-global--spacer--sm) * -1);
50
- --pf-v5-c-dual-list-selector__item-toggle--MarginBottom: calc(var(--pf-v5-global--spacer--sm) * -1);
31
+ --pf-v5-c-dual-list-selector__item--PaddingTop: var(--pf-t--global--spacer--sm);
32
+ --pf-v5-c-dual-list-selector__item--PaddingRight: var(--pf-t--global--spacer--md);
33
+ --pf-v5-c-dual-list-selector__item--PaddingBottom: var(--pf-t--global--spacer--sm);
34
+ --pf-v5-c-dual-list-selector__item--PaddingLeft: var(--pf-t--global--spacer--md);
35
+ --pf-v5-c-dual-list-selector__item--m-expandable--PaddingLeft: var(--pf-t--global--spacer--md);
36
+ --pf-v5-c-dual-list-selector__item--indent--base: calc(var(--pf-t--global--spacer--md) + var(--pf-t--global--spacer--sm) + var(--pf-v5-c-dual-list-selector__list-item-row--FontSize));
37
+ --pf-v5-c-dual-list-selector__item--nested-indent--base: calc(var(--pf-v5-c-dual-list-selector__item--indent--base) - var(--pf-t--global--spacer--md));
38
+ --pf-v5-c-dual-list-selector__draggable--item--PaddingLeft: var(--pf-t--global--spacer--xs);
39
+ --pf-v5-c-dual-list-selector__item-text--Color: var(--pf-t--global--text--color--subtle);
40
+ --pf-v5-c-dual-list-selector__list-item-row--m-selected__text--Color: var(--pf-t--global--text--color--regular);
41
+ --pf-v5-c-dual-list-selector__list-item--m-disabled__item-text--Color: var(--pf-t--global--background--color--disabled--default);
42
+ --pf-v5-c-dual-list-selector__status--MarginBottom: var(--pf-t--global--spacer--sm);
43
+ --pf-v5-c-dual-list-selector__status-text--FontSize: var(--pf-t--global--font--size--sm);
44
+ --pf-v5-c-dual-list-selector__status-text--Color: var(--pf-t--global--text--color--subtle);
45
+ --pf-v5-c-dual-list-selector__controls--PaddingRight: var(--pf-t--global--spacer--md);
46
+ --pf-v5-c-dual-list-selector__controls--PaddingLeft: var(--pf-t--global--spacer--md);
47
+ --pf-v5-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--sm);
48
+ --pf-v5-c-dual-list-selector__controls--MarginBlockStart: var(--pf-t--global--spacer--md);
49
+ --pf-v5-c-dual-list-selector__item-toggle--PaddingRight: var(--pf-t--global--spacer--sm);
51
50
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: 0;
52
51
  --pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX: -100%;
53
- --pf-v5-c-dual-list-selector__item-check--MarginRight: var(--pf-v5-global--spacer--sm);
54
- --pf-v5-c-dual-list-selector__item-count--Marginleft: var(--pf-v5-global--spacer--sm);
55
- --pf-v5-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-v5-global--disabled-color--200);
52
+ --pf-v5-c-dual-list-selector__item-check--MarginRight: var(--pf-t--global--spacer--sm);
53
+ --pf-v5-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
56
54
  --pf-v5-c-dual-list-selector__item-toggle-icon--Rotate: 0;
57
55
  --pf-v5-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
58
56
  --pf-v5-c-dual-list-selector__item-toggle-icon--Transition: var(--pf-v5-global--Transition);
59
57
  --pf-v5-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v5-c-dual-list-selector__list-item-row--FontSize);
60
- --pf-v5-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-v5-global--disabled-color--200);
58
+ --pf-v5-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-t--global--background--color--disabled--default);
59
+ }
60
+
61
+ .pf-v5-c-dual-list-selector {
61
62
  display: grid;
62
63
  grid-template-areas: "pane-header . pane-header-c" "pane-tools . pane-tools-c" "pane-status . pane-status-c" "pane-menu controls pane-menu-c";
63
64
  grid-template-rows: repeat(3, auto) auto;
@@ -80,6 +81,7 @@
80
81
  }
81
82
 
82
83
  .pf-v5-c-dual-list-selector__title-text {
84
+ font-size: var(--pf-v5-c-dual-list-selector__title-text--FontSize);
83
85
  font-weight: var(--pf-v5-c-dual-list-selector__title-text--FontWeight);
84
86
  }
85
87
 
@@ -116,8 +118,10 @@
116
118
  grid-area: var(--pf-v5-c-dual-list-selector__menu--GridArea);
117
119
  min-height: var(--pf-v5-c-dual-list-selector__menu--MinHeight);
118
120
  max-height: var(--pf-v5-c-dual-list-selector__menu--MaxHeight);
121
+ margin-block-start: var(--pf-v5-c-dual-list-selector__menu--MarginBlockStart);
119
122
  overflow: auto;
120
123
  border: var(--pf-v5-c-dual-list-selector__menu--BorderWidth) solid var(--pf-v5-c-dual-list-selector__menu--BorderColor);
124
+ border-radius: var(--pf-v5-c-dual-list-selector__menu--BorderRadius);
121
125
  }
122
126
 
123
127
  .pf-v5-c-dual-list-selector__list {
@@ -132,7 +136,6 @@
132
136
  .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__item-toggle {
133
137
  transform: translateX(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX));
134
138
  position: absolute;
135
- inset-block-start: 0;
136
139
  inset-inline-start: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
137
140
  }
138
141
  :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__item-toggle {
@@ -144,7 +147,7 @@
144
147
  }
145
148
 
146
149
  .pf-v5-c-dual-list-selector__list-item:focus {
147
- --pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor);
150
+ --pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor);
148
151
  }
149
152
  .pf-v5-c-dual-list-selector__list-item.pf-m-expandable {
150
153
  --pf-v5-c-dual-list-selector__item--PaddingLeft: var(--pf-v5-c-dual-list-selector__item--m-expandable--PaddingLeft);
@@ -162,6 +165,7 @@
162
165
  display: flex;
163
166
  font-size: var(--pf-v5-c-dual-list-selector__list-item-row--FontSize);
164
167
  background-color: var(--pf-v5-c-dual-list-selector__list-item-row--BackgroundColor);
168
+ border-radius: var(--pf-v5-c-dual-list-selector__list-item-row--BorderRadius);
165
169
  }
166
170
  .pf-v5-c-dual-list-selector__list-item-row:hover {
167
171
  --pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor);
@@ -173,6 +177,9 @@
173
177
  --pf-v5-c-dual-list-selector__item-text--Color: var(--pf-v5-c-dual-list-selector__list-item-row--m-selected__text--Color);
174
178
  font-weight: var(--pf-v5-c-dual-list-selector__list-item-row--m-selected__text--FontWeight);
175
179
  }
180
+ .pf-v5-c-dual-list-selector__list-item-row.pf-m-selected:hover {
181
+ --pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor);
182
+ }
176
183
  .pf-v5-c-dual-list-selector__list-item-row.pf-m-check {
177
184
  --pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: transparent;
178
185
  }
@@ -213,6 +220,7 @@
213
220
  padding-inline-start: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
214
221
  padding-inline-end: var(--pf-v5-c-dual-list-selector__item--PaddingRight);
215
222
  cursor: pointer;
223
+ outline-offset: -2px;
216
224
  }
217
225
 
218
226
  .pf-v5-c-dual-list-selector__item-count {
@@ -231,10 +239,16 @@
231
239
  }
232
240
 
233
241
  .pf-v5-c-dual-list-selector__controls {
242
+ display: flex;
243
+ flex-direction: column;
234
244
  grid-area: var(--pf-v5-c-dual-list-selector__controls--GridArea);
245
+ gap: var(--pf-v5-c-dual-list-selector__controls--Gap);
246
+ align-items: center;
235
247
  align-self: center;
248
+ justify-content: center;
236
249
  padding-inline-start: var(--pf-v5-c-dual-list-selector__controls--PaddingLeft);
237
250
  padding-inline-end: var(--pf-v5-c-dual-list-selector__controls--PaddingRight);
251
+ margin-block-start: var(--pf-v5-c-dual-list-selector__controls--MarginBlockStart);
238
252
  }
239
253
 
240
254
  :where(.pf-v5-m-dir-rtl, [dir=rtl]) :is(.pf-v5-c-dual-list-selector__controls-item, .pf-v5-c-dual-list-selector__item-toggle-icon) {
@@ -309,10 +323,4 @@
309
323
  .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item {
310
324
  --pf-v5-c-dual-list-selector__item--PaddingLeft: calc(var(--pf-v5-c-dual-list-selector__item--nested-indent--base) * 10 + var(--pf-v5-c-dual-list-selector__item--indent--base));
311
325
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
312
- }
313
-
314
- :where(.pf-v5-theme-dark) .pf-v5-c-dual-list-selector {
315
- --pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
316
- --pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
317
- --pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
318
326
  }
@@ -37,7 +37,6 @@ declare const _default: {
37
37
  "check": "pf-m-check",
38
38
  "ghostRow": "pf-m-ghost-row",
39
39
  "read": "pf-m-read"
40
- },
41
- "themeDark": "pf-v5-theme-dark"
40
+ }
42
41
  };
43
42
  export default _default;