@patternfly/react-styles 6.0.0-alpha.15 → 6.0.0-alpha.17
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -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/FormControl/form-control.css +2 -1
- 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/TextInputGroup/text-input-group.css +42 -42
- 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/css/docs/components/TextInputGroup/examples/TextInputGroup.css +4 -3
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -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
|
};
|
@@ -1,47 +1,56 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
--pf-v6-c-text-input-
|
4
|
-
--pf-v6-c-text-input-
|
5
|
-
--pf-v6-c-text-input-
|
6
|
-
--pf-v6-c-text-input-
|
7
|
-
--pf-v6-c-text-input-group--
|
8
|
-
--pf-v6-c-text-input-
|
9
|
-
--pf-v6-c-text-input-
|
10
|
-
--pf-v6-c-text-input-group__main--
|
11
|
-
--pf-v6-c-text-input-group__main--
|
12
|
-
--pf-v6-c-text-input-group__main--
|
13
|
-
--pf-v6-c-text-input-group__main--
|
14
|
-
--pf-v6-c-text-input-group--c-chip-group__main--
|
15
|
-
--pf-v6-c-text-input-
|
16
|
-
--pf-v6-c-text-input-
|
17
|
-
--pf-v6-c-text-input-group__text-input--
|
18
|
-
--pf-v6-c-text-input-group__text-input--
|
19
|
-
--pf-v6-c-text-input-group__text-input--PaddingBottom: var(--pf-v6-global--spacer--form-element);
|
20
|
-
--pf-v6-c-text-input-group__text-input--PaddingLeft: var(--pf-v6-global--spacer--sm);
|
1
|
+
:where(:root),
|
2
|
+
:where(.pf-v6-c-text-input-group) {
|
3
|
+
--pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
4
|
+
--pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);
|
5
|
+
--pf-v6-c-text-input-group--BorderWidth: var(--pf-t--global--border--width--control--default);
|
6
|
+
--pf-v6-c-text-input-group--BorderRadius: var(--pf-t--global--border--radius--small);
|
7
|
+
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-t--global--border--color--hover);
|
8
|
+
--pf-v6-c-text-input-group__main--first-child--not--text-input--MarginLeft: var(--pf-t--global--spacer--xs);
|
9
|
+
--pf-v6-c-text-input-group__main--m-icon__text-input--PaddingLeft: var(--pf-t--global--spacer--xl);
|
10
|
+
--pf-v6-c-text-input-group__main--RowGap: var(--pf-t--global--spacer--xs);
|
11
|
+
--pf-v6-c-text-input-group__main--ColumnGap: var(--pf-t--global--spacer--xs);
|
12
|
+
--pf-v6-c-text-input-group--c-chip-group__main--PaddingTop: var(--pf-t--global--spacer--xs);
|
13
|
+
--pf-v6-c-text-input-group--c-chip-group__main--PaddingRight: var(--pf-t--global--spacer--xs);
|
14
|
+
--pf-v6-c-text-input-group--c-chip-group__main--PaddingBottom: var(--pf-t--global--spacer--xs);
|
15
|
+
--pf-v6-c-text-input-group__text-input--PaddingTop: var(--pf-t--global--spacer--sm);
|
16
|
+
--pf-v6-c-text-input-group__text-input--PaddingRight: var(--pf-t--global--spacer--sm);
|
17
|
+
--pf-v6-c-text-input-group__text-input--PaddingBottom: var(--pf-t--global--spacer--sm);
|
18
|
+
--pf-v6-c-text-input-group__text-input--PaddingLeft: var(--pf-t--global--spacer--sm);
|
21
19
|
--pf-v6-c-text-input-group__text-input--MinWidth: 12ch;
|
22
|
-
--pf-v6-c-text-input-group__text-input--m-hint--Color: var(--pf-
|
23
|
-
--pf-v6-c-text-input-group__text-input--placeholder--Color: var(--pf-
|
20
|
+
--pf-v6-c-text-input-group__text-input--m-hint--Color: var(--pf-t--global--text--color--placeholder);
|
21
|
+
--pf-v6-c-text-input-group__text-input--placeholder--Color: var(--pf-t--global--text--color--placeholder);
|
24
22
|
--pf-v6-c-text-input-group__text-input--BackgroundColor: transparent;
|
25
|
-
--pf-v6-c-text-input-
|
26
|
-
--pf-v6-c-text-input-group__icon--
|
23
|
+
--pf-v6-c-text-input-group__text-input--OutlineOffset: -6px;
|
24
|
+
--pf-v6-c-text-input-group__icon--Left: var(--pf-t--global--spacer--sm);
|
25
|
+
--pf-v6-c-text-input-group__icon--Color: var(--pf-t--global--icon--color--regular);
|
27
26
|
--pf-v6-c-text-input-group__icon--TranslateY: -50%;
|
28
|
-
--pf-v6-c-text-input-group__utilities--child--MarginLeft: var(--pf-
|
29
|
-
--pf-v6-c-text-input-group__utilities--c-button--PaddingRight: var(--pf-
|
30
|
-
--pf-v6-c-text-input-group__utilities--c-button--PaddingLeft: var(--pf-
|
31
|
-
--pf-v6-c-text-input-group--m-disabled--Color: var(--pf-
|
32
|
-
--pf-v6-c-text-input-group--m-disabled--BackgroundColor: var(--pf-
|
27
|
+
--pf-v6-c-text-input-group__utilities--child--MarginLeft: var(--pf-t--global--spacer--xs);
|
28
|
+
--pf-v6-c-text-input-group__utilities--c-button--PaddingRight: var(--pf-t--global--spacer--xs);
|
29
|
+
--pf-v6-c-text-input-group__utilities--c-button--PaddingLeft: var(--pf-t--global--spacer--xs);
|
30
|
+
--pf-v6-c-text-input-group--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
31
|
+
--pf-v6-c-text-input-group--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
32
|
+
}
|
33
|
+
|
34
|
+
.pf-v6-c-text-input-group {
|
33
35
|
position: relative;
|
34
36
|
display: flex;
|
35
37
|
width: 100%;
|
36
38
|
color: var(--pf-v6-c-text-input-group--Color, inherit);
|
37
39
|
background-color: var(--pf-v6-c-text-input-group--BackgroundColor);
|
40
|
+
border-radius: var(--pf-v6-c-text-input-group--BorderRadius);
|
41
|
+
}
|
42
|
+
.pf-v6-c-text-input-group::before {
|
43
|
+
position: absolute;
|
44
|
+
inset: 0;
|
45
|
+
pointer-events: none;
|
46
|
+
content: "";
|
47
|
+
border: var(--pf-v6-c-text-input-group--BorderWidth) solid var(--pf-v6-c-text-input-group--BorderColor);
|
48
|
+
border-radius: var(--pf-v6-c-text-input-group--BorderRadius);
|
38
49
|
}
|
39
50
|
.pf-v6-c-text-input-group:hover {
|
40
|
-
--pf-v6-c-text-input-
|
51
|
+
--pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-hover--BorderColor);
|
41
52
|
}
|
42
53
|
.pf-v6-c-text-input-group.pf-m-disabled {
|
43
|
-
--pf-v6-c-text-input-group__text--before--BorderWidth: 0;
|
44
|
-
--pf-v6-c-text-input-group__text--after--BorderBottomWidth: 0;
|
45
54
|
--pf-v6-c-text-input-group--Color: var(--pf-v6-c-text-input-group--m-disabled--Color);
|
46
55
|
--pf-v6-c-text-input-group__icon--Color: var(--pf-v6-c-text-input-group--m-disabled--Color);
|
47
56
|
--pf-v6-c-text-input-group--BackgroundColor: var(--pf-v6-c-text-input-group--m-disabled--BackgroundColor);
|
@@ -85,16 +94,6 @@
|
|
85
94
|
pointer-events: none;
|
86
95
|
content: "";
|
87
96
|
}
|
88
|
-
.pf-v6-c-text-input-group__text::before {
|
89
|
-
border: var(--pf-v6-c-text-input-group__text--before--BorderWidth) solid var(--pf-v6-c-text-input-group__text--before--BorderColor);
|
90
|
-
}
|
91
|
-
.pf-v6-c-text-input-group__text::after {
|
92
|
-
border-block-end: var(--pf-v6-c-text-input-group__text--after--BorderBottomWidth) solid var(--pf-v6-c-text-input-group__text--after--BorderBottomColor);
|
93
|
-
}
|
94
|
-
.pf-v6-c-text-input-group__text:focus-within {
|
95
|
-
--pf-v6-c-text-input-group__text--after--BorderBottomWidth: var(--pf-v6-c-text-input-group__text--focus-within--after--BorderBottomWidth);
|
96
|
-
--pf-v6-c-text-input-group__text--after--BorderBottomColor: var(--pf-v6-c-text-input-group__text--focus-within--after--BorderBottomColor);
|
97
|
-
}
|
98
97
|
|
99
98
|
.pf-v6-c-text-input-group__icon {
|
100
99
|
position: absolute;
|
@@ -117,6 +116,7 @@
|
|
117
116
|
padding-inline-end: var(--pf-v6-c-text-input-group__text-input--PaddingRight);
|
118
117
|
background-color: var(--pf-v6-c-text-input-group__text-input--BackgroundColor);
|
119
118
|
border: 0;
|
119
|
+
outline-offset: var(--pf-v6-c-text-input-group__text-input--OutlineOffset);
|
120
120
|
}
|
121
121
|
.pf-v6-c-text-input-group__text-input, .pf-v6-c-text-input-group__text-input.pf-m-hint {
|
122
122
|
grid-area: text-input;
|
@@ -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
|
}
|