@patternfly/react-styles 6.0.0-alpha.15 → 6.0.0-alpha.16
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/css/components/ActionList/action-list.css +1 -0
- package/css/components/Card/card.css +1 -0
- package/css/components/Check/check.css +10 -3
- package/css/components/DescriptionList/description-list.css +6 -6
- package/css/components/DragDrop/drag-drop.css +1 -0
- package/css/components/Masthead/masthead.css +17 -9
- package/css/components/Masthead/masthead.d.ts +2 -0
- package/css/components/Masthead/masthead.js +2 -0
- package/css/components/Masthead/masthead.mjs +2 -0
- package/css/components/Menu/menu.css +31 -126
- package/css/components/Menu/menu.d.ts +1 -0
- package/css/components/Menu/menu.js +1 -0
- package/css/components/Menu/menu.mjs +1 -0
- package/css/components/MenuToggle/menu-toggle.css +20 -6
- package/css/components/MenuToggle/menu-toggle.d.ts +1 -0
- package/css/components/MenuToggle/menu-toggle.js +1 -0
- package/css/components/MenuToggle/menu-toggle.mjs +1 -0
- package/css/components/ModalBox/modal-box.css +11 -7
- package/css/components/Nav/nav.css +64 -110
- package/css/components/Nav/nav.d.ts +3 -3
- package/css/components/Nav/nav.js +3 -3
- package/css/components/Nav/nav.mjs +3 -3
- package/css/components/Page/page.css +9 -17
- package/css/components/Radio/radio.css +12 -5
- package/css/components/Table/table-grid.css +30 -35
- package/css/components/Table/table-scrollable.css +14 -6
- package/css/components/Table/table-tree-view.css +5 -5
- package/css/components/Table/table.css +90 -254
- package/css/components/Table/table.d.ts +3 -4
- package/css/components/Table/table.js +3 -4
- package/css/components/Table/table.mjs +3 -4
- package/css/components/Toolbar/toolbar.css +66 -2
- package/css/components/Toolbar/toolbar.d.ts +1 -1
- package/css/components/Toolbar/toolbar.js +1 -1
- package/css/components/Toolbar/toolbar.mjs +1 -1
- package/css/docs/components/Brand/examples/Brand.css +3 -3
- package/css/docs/components/Brand/examples/Brand.d.ts +1 -1
- package/css/docs/components/Brand/examples/Brand.js +1 -1
- package/css/docs/components/Brand/examples/Brand.mjs +1 -1
- package/css/docs/components/Button/examples/Button.css +2 -2
- package/css/docs/components/Button/examples/Button.d.ts +1 -1
- package/css/docs/components/Button/examples/Button.js +1 -1
- package/css/docs/components/Button/examples/Button.mjs +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
- package/css/docs/components/DragDrop/examples/DragDrop.d.ts +2 -2
- package/css/docs/components/DragDrop/examples/DragDrop.js +2 -2
- package/css/docs/components/DragDrop/examples/DragDrop.mjs +2 -2
- package/css/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +1 -1
- package/css/docs/components/Dropdown/deprecated/Dropdown.js +1 -1
- package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +1 -1
- package/css/docs/components/Label/examples/Label.css +4 -4
- package/css/docs/components/Label/examples/Label.d.ts +1 -1
- package/css/docs/components/Label/examples/Label.js +1 -1
- package/css/docs/components/Label/examples/Label.mjs +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/css/docs/components/LogViewer/examples/LogViewer.d.ts +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.js +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.mjs +1 -1
- package/css/docs/components/Menu/examples/Menu.css +2 -2
- package/css/docs/components/Menu/examples/Menu.d.ts +3 -3
- package/css/docs/components/Menu/examples/Menu.js +3 -3
- package/css/docs/components/Menu/examples/Menu.mjs +3 -3
- package/css/docs/components/Nav/examples/Navigation.css +20 -3
- package/css/docs/components/Nav/examples/Navigation.d.ts +3 -2
- package/css/docs/components/Nav/examples/Navigation.js +3 -2
- package/css/docs/components/Nav/examples/Navigation.mjs +3 -2
- package/package.json +3 -3
@@ -28,13 +28,13 @@ declare const _default: {
|
|
28
28
|
"favorite": "pf-m-favorite",
|
29
29
|
"borderRight": "pf-m-border-right",
|
30
30
|
"borderLeft": "pf-m-border-left",
|
31
|
-
"expanded": "pf-m-expanded",
|
32
31
|
"truncate": "pf-m-truncate",
|
33
32
|
"wrap": "pf-m-wrap",
|
34
33
|
"nowrap": "pf-m-nowrap",
|
35
34
|
"fitContent": "pf-m-fit-content",
|
36
35
|
"breakWord": "pf-m-break-word",
|
37
36
|
"noBorderRows": "pf-m-no-border-rows",
|
37
|
+
"expanded": "pf-m-expanded",
|
38
38
|
"clickable": "pf-m-clickable",
|
39
39
|
"selected": "pf-m-selected",
|
40
40
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
@@ -58,6 +58,7 @@ declare const _default: {
|
|
58
58
|
"width_90": "pf-m-width-90",
|
59
59
|
"width_100": "pf-m-width-100"
|
60
60
|
},
|
61
|
+
"radio": "pf-v6-c-radio",
|
61
62
|
"table": "pf-v6-c-table",
|
62
63
|
"tableAction": "pf-v6-c-table__action",
|
63
64
|
"tableButton": "pf-v6-c-table__button",
|
@@ -67,7 +68,6 @@ declare const _default: {
|
|
67
68
|
"tableColumnHelp": "pf-v6-c-table__column-help",
|
68
69
|
"tableColumnHelpAction": "pf-v6-c-table__column-help-action",
|
69
70
|
"tableCompoundExpansionToggle": "pf-v6-c-table__compound-expansion-toggle",
|
70
|
-
"tableControlRow": "pf-v6-c-table__control-row",
|
71
71
|
"tableDraggable": "pf-v6-c-table__draggable",
|
72
72
|
"tableExpandableRow": "pf-v6-c-table__expandable-row",
|
73
73
|
"tableExpandableRowContent": "pf-v6-c-table__expandable-row-content",
|
@@ -85,7 +85,6 @@ declare const _default: {
|
|
85
85
|
"tableThead": "pf-v6-c-table__thead",
|
86
86
|
"tableToggle": "pf-v6-c-table__toggle",
|
87
87
|
"tableToggleIcon": "pf-v6-c-table__toggle-icon",
|
88
|
-
"tableTr": "pf-v6-c-table__tr"
|
89
|
-
"themeDark": "pf-v6-theme-dark"
|
88
|
+
"tableTr": "pf-v6-c-table__tr"
|
90
89
|
};
|
91
90
|
export default _default;
|
@@ -30,13 +30,13 @@ exports.default = {
|
|
30
30
|
"favorite": "pf-m-favorite",
|
31
31
|
"borderRight": "pf-m-border-right",
|
32
32
|
"borderLeft": "pf-m-border-left",
|
33
|
-
"expanded": "pf-m-expanded",
|
34
33
|
"truncate": "pf-m-truncate",
|
35
34
|
"wrap": "pf-m-wrap",
|
36
35
|
"nowrap": "pf-m-nowrap",
|
37
36
|
"fitContent": "pf-m-fit-content",
|
38
37
|
"breakWord": "pf-m-break-word",
|
39
38
|
"noBorderRows": "pf-m-no-border-rows",
|
39
|
+
"expanded": "pf-m-expanded",
|
40
40
|
"clickable": "pf-m-clickable",
|
41
41
|
"selected": "pf-m-selected",
|
42
42
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
@@ -60,6 +60,7 @@ exports.default = {
|
|
60
60
|
"width_90": "pf-m-width-90",
|
61
61
|
"width_100": "pf-m-width-100"
|
62
62
|
},
|
63
|
+
"radio": "pf-v6-c-radio",
|
63
64
|
"table": "pf-v6-c-table",
|
64
65
|
"tableAction": "pf-v6-c-table__action",
|
65
66
|
"tableButton": "pf-v6-c-table__button",
|
@@ -69,7 +70,6 @@ exports.default = {
|
|
69
70
|
"tableColumnHelp": "pf-v6-c-table__column-help",
|
70
71
|
"tableColumnHelpAction": "pf-v6-c-table__column-help-action",
|
71
72
|
"tableCompoundExpansionToggle": "pf-v6-c-table__compound-expansion-toggle",
|
72
|
-
"tableControlRow": "pf-v6-c-table__control-row",
|
73
73
|
"tableDraggable": "pf-v6-c-table__draggable",
|
74
74
|
"tableExpandableRow": "pf-v6-c-table__expandable-row",
|
75
75
|
"tableExpandableRowContent": "pf-v6-c-table__expandable-row-content",
|
@@ -87,6 +87,5 @@ exports.default = {
|
|
87
87
|
"tableThead": "pf-v6-c-table__thead",
|
88
88
|
"tableToggle": "pf-v6-c-table__toggle",
|
89
89
|
"tableToggleIcon": "pf-v6-c-table__toggle-icon",
|
90
|
-
"tableTr": "pf-v6-c-table__tr"
|
91
|
-
"themeDark": "pf-v6-theme-dark"
|
90
|
+
"tableTr": "pf-v6-c-table__tr"
|
92
91
|
};
|
@@ -28,13 +28,13 @@ export default {
|
|
28
28
|
"favorite": "pf-m-favorite",
|
29
29
|
"borderRight": "pf-m-border-right",
|
30
30
|
"borderLeft": "pf-m-border-left",
|
31
|
-
"expanded": "pf-m-expanded",
|
32
31
|
"truncate": "pf-m-truncate",
|
33
32
|
"wrap": "pf-m-wrap",
|
34
33
|
"nowrap": "pf-m-nowrap",
|
35
34
|
"fitContent": "pf-m-fit-content",
|
36
35
|
"breakWord": "pf-m-break-word",
|
37
36
|
"noBorderRows": "pf-m-no-border-rows",
|
37
|
+
"expanded": "pf-m-expanded",
|
38
38
|
"clickable": "pf-m-clickable",
|
39
39
|
"selected": "pf-m-selected",
|
40
40
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
@@ -58,6 +58,7 @@ export default {
|
|
58
58
|
"width_90": "pf-m-width-90",
|
59
59
|
"width_100": "pf-m-width-100"
|
60
60
|
},
|
61
|
+
"radio": "pf-v6-c-radio",
|
61
62
|
"table": "pf-v6-c-table",
|
62
63
|
"tableAction": "pf-v6-c-table__action",
|
63
64
|
"tableButton": "pf-v6-c-table__button",
|
@@ -67,7 +68,6 @@ export default {
|
|
67
68
|
"tableColumnHelp": "pf-v6-c-table__column-help",
|
68
69
|
"tableColumnHelpAction": "pf-v6-c-table__column-help-action",
|
69
70
|
"tableCompoundExpansionToggle": "pf-v6-c-table__compound-expansion-toggle",
|
70
|
-
"tableControlRow": "pf-v6-c-table__control-row",
|
71
71
|
"tableDraggable": "pf-v6-c-table__draggable",
|
72
72
|
"tableExpandableRow": "pf-v6-c-table__expandable-row",
|
73
73
|
"tableExpandableRowContent": "pf-v6-c-table__expandable-row-content",
|
@@ -85,6 +85,5 @@ export default {
|
|
85
85
|
"tableThead": "pf-v6-c-table__thead",
|
86
86
|
"tableToggle": "pf-v6-c-table__toggle",
|
87
87
|
"tableToggleIcon": "pf-v6-c-table__toggle-icon",
|
88
|
-
"tableTr": "pf-v6-c-table__tr"
|
89
|
-
"themeDark": "pf-v6-theme-dark"
|
88
|
+
"tableTr": "pf-v6-c-table__tr"
|
90
89
|
};
|
@@ -73,15 +73,19 @@
|
|
73
73
|
}
|
74
74
|
}
|
75
75
|
|
76
|
-
:root,
|
77
|
-
|
76
|
+
:where(:root),
|
77
|
+
:where(.pf-v6-c-toolbar) {
|
78
78
|
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--sm);
|
79
79
|
--pf-v6-c-toolbar--ColumnGap: var(--pf-t--global--spacer--md);
|
80
80
|
--pf-v6-c-toolbar--PaddingBlock: var(--pf-t--global--spacer--md);
|
81
81
|
--pf-v6-c-toolbar--PaddingInline: var(--pf-t--global--spacer--md);
|
82
82
|
--pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
|
83
83
|
--pf-v6-c-toolbar--FontSize: var(--pf-t--global--font--size--body--default);
|
84
|
+
--pf-v6-c-toolbar__item--Width: auto;
|
85
|
+
--pf-v6-c-toolbar__item--MinWidth: auto;
|
84
86
|
--pf-v6-c-toolbar__item--ColumnGap: var(--pf-t--global--spacer--sm);
|
87
|
+
--pf-v6-c-toolbar__item--m-overflow-container--MinWidth: 0;
|
88
|
+
--pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
|
85
89
|
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--sm);
|
86
90
|
--pf-v6-c-toolbar__content--PaddingBlock: var(--pf-t--global--spacer--md);
|
87
91
|
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-v6-c-toolbar--PaddingInline);
|
@@ -171,8 +175,62 @@
|
|
171
175
|
}
|
172
176
|
|
173
177
|
.pf-v6-c-toolbar__item {
|
178
|
+
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width);
|
179
|
+
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth);
|
174
180
|
row-gap: var(--pf-v6-c-toolbar__item--RowGap, var(--pf-v6-c-toolbar--RowGap));
|
175
181
|
column-gap: var(--pf-v6-c-toolbar__item--ColumnGap);
|
182
|
+
width: var(--pf-v6-c-toolbar__item--Width--base);
|
183
|
+
min-width: var(--pf-v6-c-toolbar__item--MinWidth--base);
|
184
|
+
}
|
185
|
+
@media (min-width: 576px) {
|
186
|
+
.pf-v6-c-toolbar__item {
|
187
|
+
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width));
|
188
|
+
}
|
189
|
+
}
|
190
|
+
@media (min-width: 768px) {
|
191
|
+
.pf-v6-c-toolbar__item {
|
192
|
+
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width)));
|
193
|
+
}
|
194
|
+
}
|
195
|
+
@media (min-width: 992px) {
|
196
|
+
.pf-v6-c-toolbar__item {
|
197
|
+
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width))));
|
198
|
+
}
|
199
|
+
}
|
200
|
+
@media (min-width: 1200px) {
|
201
|
+
.pf-v6-c-toolbar__item {
|
202
|
+
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-xl, var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width)))));
|
203
|
+
}
|
204
|
+
}
|
205
|
+
@media (min-width: 1450px) {
|
206
|
+
.pf-v6-c-toolbar__item {
|
207
|
+
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-2xl, var(--pf-v6-c-toolbar__item--Width-on-xl, var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width))))));
|
208
|
+
}
|
209
|
+
}
|
210
|
+
@media (min-width: 576px) {
|
211
|
+
.pf-v6-c-toolbar__item {
|
212
|
+
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth));
|
213
|
+
}
|
214
|
+
}
|
215
|
+
@media (min-width: 768px) {
|
216
|
+
.pf-v6-c-toolbar__item {
|
217
|
+
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth)));
|
218
|
+
}
|
219
|
+
}
|
220
|
+
@media (min-width: 992px) {
|
221
|
+
.pf-v6-c-toolbar__item {
|
222
|
+
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth))));
|
223
|
+
}
|
224
|
+
}
|
225
|
+
@media (min-width: 1200px) {
|
226
|
+
.pf-v6-c-toolbar__item {
|
227
|
+
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-xl, var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth)))));
|
228
|
+
}
|
229
|
+
}
|
230
|
+
@media (min-width: 1450px) {
|
231
|
+
.pf-v6-c-toolbar__item {
|
232
|
+
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-2xl, var(--pf-v6-c-toolbar__item--MinWidth-on-xl, var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth))))));
|
233
|
+
}
|
176
234
|
}
|
177
235
|
.pf-v6-c-toolbar__item.pf-m-expand-all.pf-m-expanded {
|
178
236
|
--pf-v6-c-toolbar__expand-all-icon--Rotate: var(--pf-v6-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate);
|
@@ -186,6 +244,9 @@
|
|
186
244
|
.pf-v6-c-toolbar__item.pf-m-pagination.pf-v6-c-pagination {
|
187
245
|
flex-wrap: nowrap;
|
188
246
|
}
|
247
|
+
.pf-v6-c-toolbar__item.pf-m-overflow-container {
|
248
|
+
min-width: var(--pf-v6-c-toolbar__item--m-overflow-container--MinWidth);
|
249
|
+
}
|
189
250
|
|
190
251
|
.pf-v6-c-toolbar__group {
|
191
252
|
row-gap: var(--pf-v6-c-toolbar__group--RowGap, var(--pf-v6-c-toolbar--RowGap));
|
@@ -204,6 +265,9 @@
|
|
204
265
|
.pf-v6-c-toolbar__group.pf-m-chip-group {
|
205
266
|
flex: 1;
|
206
267
|
}
|
268
|
+
.pf-v6-c-toolbar__group.pf-m-overflow-container {
|
269
|
+
min-width: var(--pf-v6-c-toolbar__group--m-overflow-container--MinWidth);
|
270
|
+
}
|
207
271
|
|
208
272
|
.pf-v6-c-toolbar__expandable-content {
|
209
273
|
position: absolute;
|
@@ -23,9 +23,9 @@ declare const _default: {
|
|
23
23
|
"expandAll": "pf-m-expand-all",
|
24
24
|
"expanded": "pf-m-expanded",
|
25
25
|
"label": "pf-m-label",
|
26
|
+
"overflowContainer": "pf-m-overflow-container",
|
26
27
|
"iconButtonGroup": "pf-m-icon-button-group",
|
27
28
|
"filterGroup": "pf-m-filter-group",
|
28
|
-
"overflowContainer": "pf-m-overflow-container",
|
29
29
|
"alignStart": "pf-m-align-start",
|
30
30
|
"alignCenter": "pf-m-align-center",
|
31
31
|
"alignEnd": "pf-m-align-end",
|
@@ -25,9 +25,9 @@ exports.default = {
|
|
25
25
|
"expandAll": "pf-m-expand-all",
|
26
26
|
"expanded": "pf-m-expanded",
|
27
27
|
"label": "pf-m-label",
|
28
|
+
"overflowContainer": "pf-m-overflow-container",
|
28
29
|
"iconButtonGroup": "pf-m-icon-button-group",
|
29
30
|
"filterGroup": "pf-m-filter-group",
|
30
|
-
"overflowContainer": "pf-m-overflow-container",
|
31
31
|
"alignStart": "pf-m-align-start",
|
32
32
|
"alignCenter": "pf-m-align-center",
|
33
33
|
"alignEnd": "pf-m-align-end",
|
@@ -23,9 +23,9 @@ export default {
|
|
23
23
|
"expandAll": "pf-m-expand-all",
|
24
24
|
"expanded": "pf-m-expanded",
|
25
25
|
"label": "pf-m-label",
|
26
|
+
"overflowContainer": "pf-m-overflow-container",
|
26
27
|
"iconButtonGroup": "pf-m-icon-button-group",
|
27
28
|
"filterGroup": "pf-m-filter-group",
|
28
|
-
"overflowContainer": "pf-m-overflow-container",
|
29
29
|
"alignStart": "pf-m-align-start",
|
30
30
|
"alignCenter": "pf-m-align-center",
|
31
31
|
"alignEnd": "pf-m-align-end",
|
@@ -1,12 +1,12 @@
|
|
1
1
|
.show-dark,
|
2
|
-
:where(.pf-
|
2
|
+
:where(.pf-v6-theme-dark) .show-light {
|
3
3
|
display: none;
|
4
4
|
}
|
5
5
|
|
6
|
-
:where(.pf-
|
6
|
+
:where(.pf-v6-theme-dark) .show-dark {
|
7
7
|
display: revert;
|
8
8
|
}
|
9
9
|
|
10
|
-
:where(.pf-
|
10
|
+
:where(.pf-v6-theme-dark) .show-dark .pf-m-picture {
|
11
11
|
display: inline-flex;
|
12
12
|
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
.ws-core-c-button .pf-
|
1
|
+
.ws-core-c-button .pf-v6-c-button {
|
2
2
|
margin-inline-end: 6px;
|
3
3
|
margin-block-end: 6px;
|
4
4
|
}
|
5
5
|
|
6
|
-
#ws-core-c-button-plain-with-no-padding .pf-
|
6
|
+
#ws-core-c-button-plain-with-no-padding .pf-v6-c-button {
|
7
7
|
margin: 0;
|
8
8
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
.pf-
|
1
|
+
.pf-v6-c-draggable {
|
2
2
|
padding: .25em;
|
3
3
|
}
|
4
4
|
|
5
|
-
.pf-
|
6
|
-
--pf-
|
5
|
+
.pf-v6-c-draggable.pf-m-dragging {
|
6
|
+
--pf-v6-c-draggable--m-dragging--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
7
7
|
|
8
8
|
position: absolute;
|
9
9
|
inset-block-start: 23%;
|
@@ -5,9 +5,9 @@
|
|
5
5
|
margin: -4px;
|
6
6
|
}
|
7
7
|
|
8
|
-
#ws-core-c-label-filled .pf-
|
9
|
-
#ws-core-c-label-outline .pf-
|
10
|
-
#ws-core-c-label-compact .pf-
|
11
|
-
#ws-core-c-label-overflow .pf-
|
8
|
+
#ws-core-c-label-filled .pf-v6-c-label,
|
9
|
+
#ws-core-c-label-outline .pf-v6-c-label,
|
10
|
+
#ws-core-c-label-compact .pf-v6-c-label,
|
11
|
+
#ws-core-c-label-overflow .pf-v6-c-label {
|
12
12
|
margin: 4px;
|
13
13
|
}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
position: relative;
|
3
3
|
}
|
4
4
|
|
5
|
-
#ws-core-e-log-viewer-with-popover-open .pf-
|
5
|
+
#ws-core-e-log-viewer-with-popover-open .pf-v6-c-popover {
|
6
6
|
display: none;
|
7
7
|
position: absolute;
|
8
8
|
z-index: 9999;
|
@@ -11,7 +11,7 @@
|
|
11
11
|
}
|
12
12
|
|
13
13
|
@media screen and (min-width: 992px) {
|
14
|
-
#ws-core-e-log-viewer-with-popover-open .pf-
|
14
|
+
#ws-core-e-log-viewer-with-popover-open .pf-v6-c-popover {
|
15
15
|
display: block;
|
16
16
|
}
|
17
17
|
}
|
@@ -13,10 +13,10 @@
|
|
13
13
|
position: relative;
|
14
14
|
}
|
15
15
|
|
16
|
-
:is([id="ws-core-c-menu-drilldown-with-breadcrumbs---level-3"], [id="ws-core-c-menu-drilldown-with-breadcrumbs---level-4"]) .pf-
|
16
|
+
:is([id="ws-core-c-menu-drilldown-with-breadcrumbs---level-3"], [id="ws-core-c-menu-drilldown-with-breadcrumbs---level-4"]) .pf-v6-c-breadcrumb__dropdown .pf-v6-c-menu {
|
17
17
|
position: absolute;
|
18
18
|
}
|
19
19
|
|
20
|
-
.pf-
|
20
|
+
.pf-v6-c-menu__breadcrumb .pf-v6-c-menu {
|
21
21
|
z-index: 1;
|
22
22
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import './Menu.css';
|
2
2
|
declare const _default: {
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"breadcrumbDropdown": "pf-v6-c-breadcrumb__dropdown",
|
4
|
+
"menu": "pf-v6-c-menu",
|
5
|
+
"menuBreadcrumb": "pf-v6-c-menu__breadcrumb"
|
6
6
|
};
|
7
7
|
export default _default;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./Menu.css');
|
4
4
|
exports.default = {
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
5
|
+
"breadcrumbDropdown": "pf-v6-c-breadcrumb__dropdown",
|
6
|
+
"menu": "pf-v6-c-menu",
|
7
|
+
"menuBreadcrumb": "pf-v6-c-menu__breadcrumb"
|
8
8
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import './Menu.css';
|
2
2
|
export default {
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"breadcrumbDropdown": "pf-v6-c-breadcrumb__dropdown",
|
4
|
+
"menu": "pf-v6-c-menu",
|
5
|
+
"menuBreadcrumb": "pf-v6-c-menu__breadcrumb"
|
6
6
|
};
|
@@ -1,5 +1,5 @@
|
|
1
|
-
#ws-core-c-navigation-horizontal-in-masthead .pf-
|
2
|
-
#ws-core-c-navigation-horizontal-in-masthead-overflow .pf-
|
1
|
+
#ws-core-c-navigation-horizontal-in-masthead .pf-v6-c-page__header-nav,
|
2
|
+
#ws-core-c-navigation-horizontal-in-masthead-overflow .pf-v6-c-page__header-nav {
|
3
3
|
grid-row: 1;
|
4
4
|
}
|
5
5
|
|
@@ -12,8 +12,25 @@
|
|
12
12
|
position: relative;
|
13
13
|
}
|
14
14
|
|
15
|
-
#ws-core-c-navigation-nav-with-flyout .pf-
|
15
|
+
#ws-core-c-navigation-nav-with-flyout .pf-v6-c-menu.pf-m-flyout.pf-m-nav {
|
16
16
|
position: absolute;
|
17
17
|
inset-block-start: 168px;
|
18
18
|
inset-inline-start: 256px;
|
19
19
|
}
|
20
|
+
|
21
|
+
#ws-core-c-navigation-horizontal .ws-preview-html,
|
22
|
+
#ws-core-c-navigation-horizontal-overflow .ws-preview-html {
|
23
|
+
padding: var(--pf-t--global--spacer--md);
|
24
|
+
}
|
25
|
+
|
26
|
+
.ws-core-c-navigation .ws-preview-html {
|
27
|
+
background: var(--pf-v6-c-page__sidebar--BackgroundColor); /* use sidebar background for vertical nav examples */
|
28
|
+
}
|
29
|
+
|
30
|
+
[id^="ws-core-c-navigation-horizontal"] .ws-preview-html {
|
31
|
+
background: var(--pf-v6-c-masthead--BackgroundColor); /* use masthead background for horizontal nav examples */
|
32
|
+
}
|
33
|
+
|
34
|
+
[id^="ws-core-c-navigation-horizontal-subnav"] .ws-preview-html {
|
35
|
+
background: transparent; /* reset background for horizontal subnav examples */
|
36
|
+
}
|
@@ -1,11 +1,12 @@
|
|
1
1
|
import './Navigation.css';
|
2
2
|
declare const _default: {
|
3
|
+
"menu": "pf-v6-c-menu",
|
3
4
|
"modifiers": {
|
4
5
|
"flyout": "pf-m-flyout",
|
5
6
|
"nav": "pf-m-nav"
|
6
7
|
},
|
7
|
-
"
|
8
|
-
"
|
8
|
+
"pageHeaderNav": "pf-v6-c-page__header-nav",
|
9
|
+
"wsCoreCNavigation": "ws-core-c-navigation",
|
9
10
|
"wsPreviewHtml": "ws-preview-html"
|
10
11
|
};
|
11
12
|
export default _default;
|
@@ -2,11 +2,12 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./Navigation.css');
|
4
4
|
exports.default = {
|
5
|
+
"menu": "pf-v6-c-menu",
|
5
6
|
"modifiers": {
|
6
7
|
"flyout": "pf-m-flyout",
|
7
8
|
"nav": "pf-m-nav"
|
8
9
|
},
|
9
|
-
"
|
10
|
-
"
|
10
|
+
"pageHeaderNav": "pf-v6-c-page__header-nav",
|
11
|
+
"wsCoreCNavigation": "ws-core-c-navigation",
|
11
12
|
"wsPreviewHtml": "ws-preview-html"
|
12
13
|
};
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import './Navigation.css';
|
2
2
|
export default {
|
3
|
+
"menu": "pf-v6-c-menu",
|
3
4
|
"modifiers": {
|
4
5
|
"flyout": "pf-m-flyout",
|
5
6
|
"nav": "pf-m-nav"
|
6
7
|
},
|
7
|
-
"
|
8
|
-
"
|
8
|
+
"pageHeaderNav": "pf-v6-c-page__header-nav",
|
9
|
+
"wsCoreCNavigation": "ws-core-c-navigation",
|
9
10
|
"wsPreviewHtml": "ws-preview-html"
|
10
11
|
};
|