@patternfly/patternfly 6.0.0-alpha.174 → 6.0.0-alpha.175
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Button/button.css +5 -1
- package/components/Button/button.scss +5 -1
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/JumpLinks/jump-links.css +0 -7
- package/components/JumpLinks/jump-links.scss +0 -9
- package/components/Label/label.css +2 -2
- package/components/Label/label.scss +2 -2
- package/components/NumberInput/number-input.css +0 -1
- package/components/NumberInput/number-input.scss +0 -1
- package/components/Tabs/tabs.css +1 -18
- package/components/Tabs/tabs.scss +1 -18
- package/components/_index.css +12 -33
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +7 -7
- package/docs/components/Alert/examples/Alert.md +44 -46
- package/docs/components/BackToTop/examples/BackToTop.md +3 -5
- package/docs/components/Banner/examples/Banner.md +1 -1
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
- package/docs/components/Card/examples/Card.md +36 -20
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
- package/docs/components/Drawer/examples/Drawer.md +19 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/Form/examples/Form.md +18 -19
- package/docs/components/Hint/examples/Hint.md +2 -2
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +2 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
- package/docs/components/Label/examples/Label.md +217 -217
- package/docs/components/LogViewer/examples/LogViewer.md +77 -97
- package/docs/components/Login/examples/Login.md +37 -32
- package/docs/components/Masthead/examples/masthead.md +6 -6
- package/docs/components/Menu/examples/Menu.md +10 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +17 -17
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.md +4 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +2 -2
- package/docs/components/NumberInput/examples/NumberInput.md +24 -24
- package/docs/components/OverflowMenu/examples/overflow-menu.md +6 -6
- package/docs/components/Page/examples/Page.md +7 -7
- package/docs/components/Pagination/examples/Pagination.md +53 -44
- package/docs/components/Popover/examples/Popover.md +30 -15
- package/docs/components/Slider/examples/Slider.md +8 -8
- package/docs/components/Table/examples/Table.md +433 -203
- package/docs/components/Tabs/examples/Tabs.md +364 -358
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +364 -404
- package/docs/components/Toolbar/examples/Toolbar.md +59 -59
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +10 -10
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -6
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +54 -79
- package/docs/demos/CardView/examples/CardView.md +8 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +25 -37
- package/docs/demos/DataList/examples/DataList.md +38 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -4
- package/docs/demos/Drawer/examples/Drawer.md +8 -8
- package/docs/demos/Form/examples/BasicForms.md +69 -86
- package/docs/demos/JumpLinks/examples/JumpLinks.md +14 -20
- package/docs/demos/Masthead/examples/Masthead.md +13 -13
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +9 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +3 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +132 -115
- package/docs/demos/Tabs/examples/Tabs.md +11 -11
- package/docs/demos/Toolbar/examples/Toolbar.md +37 -36
- package/docs/demos/Wizard/examples/Wizard.md +22 -23
- package/package.json +1 -1
- package/patternfly-no-globals.css +12 -33
- package/patternfly.css +12 -33
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
--pf-v6-c-button--m-link--m-danger--m-clicked--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
85
85
|
--pf-v6-c-button--m-link--m-danger--m-clicked__icon--Color: var(--pf-t--global--text--color--status--danger--clicked);
|
|
86
86
|
--pf-v6-c-button--m-link--m-inline--Display: inline-flex;
|
|
87
|
+
--pf-v6-c-button--m-link--m-inline--JustifyContent: flex-start;
|
|
87
88
|
--pf-v6-c-button--m-link--m-inline--FontSize: initial;
|
|
88
89
|
--pf-v6-c-button--m-link--m-inline--LineHeight: initial;
|
|
89
90
|
--pf-v6-c-button--m-link--m-inline--FontWeight: initial;
|
|
@@ -104,7 +105,8 @@
|
|
|
104
105
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
105
106
|
--pf-v6-c-button--m-plain--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
106
107
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
107
|
-
--pf-v6-c-button--m-plain--Color: var(--pf-t--global--
|
|
108
|
+
--pf-v6-c-button--m-plain--Color: var(--pf-t--global--text--color--regular);
|
|
109
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
108
110
|
--pf-v6-c-button--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
109
111
|
--pf-v6-c-button--m-plain--MinWidth: calc(1em * var(--pf-v6-c-button--LineHeight) + var(--pf-v6-c-button--m-plain--PaddingBlockStart) + var(--pf-v6-c-button--m-plain--PaddingBlockEnd));
|
|
110
112
|
--pf-v6-c-button--m-plain--hover--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -335,6 +337,7 @@
|
|
|
335
337
|
}
|
|
336
338
|
.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
337
339
|
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-link--m-inline--Display);
|
|
340
|
+
--pf-v6-c-button--JustifyContent: var(--pf-v6-c-button--m-link--m-inline--JustifyContent);
|
|
338
341
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-link--m-inline--FontSize);
|
|
339
342
|
--pf-v6-c-button--LineHeight: var(--pf-v6-c-button--m-link--m-inline--LineHeight);
|
|
340
343
|
--pf-v6-c-button--FontWeight: var(--pf-v6-c-button--m-link--m-inline--FontWeight);
|
|
@@ -454,6 +457,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
454
457
|
.pf-v6-c-button.pf-m-plain {
|
|
455
458
|
--pf-v6-c-button--BorderRadius: var(--pf-v6-c-button--m-plain--BorderRadius);
|
|
456
459
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-plain--Color);
|
|
460
|
+
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-plain__icon--Color);
|
|
457
461
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-plain--BackgroundColor);
|
|
458
462
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-v6-c-button--m-plain--PaddingBlockStart);
|
|
459
463
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--PaddingInlineEnd);
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
// Link inline
|
|
104
104
|
--#{$button}--m-link--m-inline--Display: inline-flex;
|
|
105
|
+
--#{$button}--m-link--m-inline--JustifyContent: flex-start;
|
|
105
106
|
--#{$button}--m-link--m-inline--FontSize: initial;
|
|
106
107
|
--#{$button}--m-link--m-inline--LineHeight: initial;
|
|
107
108
|
--#{$button}--m-link--m-inline--FontWeight: initial;
|
|
@@ -124,7 +125,8 @@
|
|
|
124
125
|
--#{$button}--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
125
126
|
--#{$button}--m-plain--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
126
127
|
--#{$button}--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
127
|
-
--#{$button}--m-plain--Color: var(--pf-t--global--
|
|
128
|
+
--#{$button}--m-plain--Color: var(--pf-t--global--text--color--regular);
|
|
129
|
+
--#{$button}--m-plain__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
128
130
|
--#{$button}--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
129
131
|
--#{$button}--m-plain--MinWidth: calc(1em * var(--#{$button}--LineHeight) + var(--#{$button}--m-plain--PaddingBlockStart) + var(--#{$button}--m-plain--PaddingBlockEnd));
|
|
130
132
|
--#{$button}--m-plain--hover--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -401,6 +403,7 @@
|
|
|
401
403
|
}
|
|
402
404
|
|
|
403
405
|
--#{$button}--Display: var(--#{$button}--m-link--m-inline--Display);
|
|
406
|
+
--#{$button}--JustifyContent: var(--#{$button}--m-link--m-inline--JustifyContent);
|
|
404
407
|
--#{$button}--FontSize: var(--#{$button}--m-link--m-inline--FontSize);
|
|
405
408
|
--#{$button}--LineHeight: var(--#{$button}--m-link--m-inline--LineHeight);
|
|
406
409
|
--#{$button}--FontWeight: var(--#{$button}--m-link--m-inline--FontWeight);
|
|
@@ -534,6 +537,7 @@
|
|
|
534
537
|
&.pf-m-plain {
|
|
535
538
|
--#{$button}--BorderRadius: var(--#{$button}--m-plain--BorderRadius);
|
|
536
539
|
--#{$button}--Color: var(--#{$button}--m-plain--Color);
|
|
540
|
+
--#{$button}__icon--Color: var(--#{$button}--m-plain__icon--Color);
|
|
537
541
|
--#{$button}--BackgroundColor: var(--#{$button}--m-plain--BackgroundColor);
|
|
538
542
|
--#{$button}--PaddingBlockStart: var(--#{$button}--m-plain--PaddingBlockStart);
|
|
539
543
|
--#{$button}--PaddingInlineEnd: var(--#{$button}--m-plain--PaddingInlineEnd);
|
package/components/Card/card.css
CHANGED
|
@@ -302,8 +302,8 @@
|
|
|
302
302
|
.pf-v6-c-card__title:not(:last-child) {
|
|
303
303
|
padding-block-end: var(--pf-v6-c-card__title--not--last-child--PaddingBlockEnd);
|
|
304
304
|
}
|
|
305
|
-
.pf-v6-c-card__header
|
|
306
|
-
.pf-v6-c-card__title
|
|
305
|
+
.pf-v6-c-card__header .pf-v6-c-button.pf-m-inline:disabled,
|
|
306
|
+
.pf-v6-c-card__title .pf-v6-c-button.pf-m-inline:disabled {
|
|
307
307
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-card--c-button--disabled--Color);
|
|
308
308
|
}
|
|
309
309
|
|
|
@@ -92,6 +92,6 @@
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.pf-v6-c-clipboard-copy__actions-item .pf-v6-c-button.pf-m-plain {
|
|
95
|
-
--pf-v6-c-button--m-
|
|
96
|
-
--pf-v6-c-button--m-plain--
|
|
95
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-clipboard-copy__actions-item--button--Color);
|
|
96
|
+
--pf-v6-c-button--m-plain--hover__icon--Color: var(--pf-v6-c-clipboard-copy__actions-item--button--hover--Color);
|
|
97
97
|
}
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
.#{$clipboard-copy}__actions-item {
|
|
116
116
|
|
|
117
117
|
.#{$button}.pf-m-plain {
|
|
118
|
-
--#{$button}--m-
|
|
119
|
-
--#{$button}--m-plain--
|
|
118
|
+
--#{$button}--m-plain__icon--Color: var(--#{$clipboard-copy}__actions-item--button--Color);
|
|
119
|
+
--#{$button}--m-plain--hover__icon--Color: var(--#{$clipboard-copy}__actions-item--button--hover--Color);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
@@ -48,8 +48,6 @@
|
|
|
48
48
|
--pf-v6-c-jump-links__toggle-icon--Transition: var(--pf-t--global--transition);
|
|
49
49
|
--pf-v6-c-jump-links__toggle-icon--Rotate: 0;
|
|
50
50
|
--pf-v6-c-jump-links--m-expanded__toggle-icon--Rotate: 90deg;
|
|
51
|
-
--pf-v6-c-jump-links__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
52
|
-
--pf-v6-c-jump-links__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
53
51
|
}
|
|
54
52
|
|
|
55
53
|
.pf-v6-c-jump-links {
|
|
@@ -243,9 +241,4 @@
|
|
|
243
241
|
}
|
|
244
242
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-jump-links__toggle-icon {
|
|
245
243
|
scale: -1 1;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.pf-v6-c-jump-links__toggle-text {
|
|
249
|
-
margin-inline-start: var(--pf-v6-c-jump-links__toggle-text--MarginInlineStart);
|
|
250
|
-
color: var(--pf-v6-c-jump-links__toggle-text--Color);
|
|
251
244
|
}
|
|
@@ -65,10 +65,6 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
65
65
|
--#{$jump-links}__toggle-icon--Transition: var(--pf-t--global--transition);
|
|
66
66
|
--#{$jump-links}__toggle-icon--Rotate: 0;
|
|
67
67
|
--#{$jump-links}--m-expanded__toggle-icon--Rotate: 90deg;
|
|
68
|
-
|
|
69
|
-
// toggle text
|
|
70
|
-
--#{$jump-links}__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
71
|
-
--#{$jump-links}__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
72
68
|
}
|
|
73
69
|
|
|
74
70
|
.#{$jump-links} {
|
|
@@ -225,8 +221,3 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
225
221
|
transition: var(--#{$jump-links}__toggle-icon--Transition);
|
|
226
222
|
transform: rotate(var(--#{$jump-links}__toggle-icon--Rotate));
|
|
227
223
|
}
|
|
228
|
-
|
|
229
|
-
.#{$jump-links}__toggle-text {
|
|
230
|
-
margin-inline-start: var(--#{$jump-links}__toggle-text--MarginInlineStart);
|
|
231
|
-
color: var(--#{$jump-links}__toggle-text--Color);
|
|
232
|
-
}
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
--pf-v6-c-label--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
189
189
|
--pf-v6-c-label--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
190
190
|
--pf-v6-c-label--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
191
|
-
--pf-v6-c-label--m-disabled--c-button--
|
|
191
|
+
--pf-v6-c-label--m-disabled--c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
.pf-v6-c-label {
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
pointer-events: none;
|
|
432
432
|
}
|
|
433
433
|
.pf-v6-c-label.pf-m-disabled .pf-v6-c-button {
|
|
434
|
-
--pf-v6-c-button--m-plain--
|
|
434
|
+
--pf-v6-c-button--m-plain--disabled__icon--Color: var(--pf-v6-c-label--m-disabled--c-button--disabled__icon--Color);
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
.pf-v6-c-label,
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
--#{$label}--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
247
247
|
--#{$label}--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
248
248
|
--#{$label}--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
249
|
-
--#{$label}--m-disabled--c-button--
|
|
249
|
+
--#{$label}--m-disabled--c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.#{$label} {
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
pointer-events: none;
|
|
523
523
|
|
|
524
524
|
.#{$button} {
|
|
525
|
-
--#{$button}--m-plain--
|
|
525
|
+
--#{$button}--m-plain--disabled__icon--Color: var(--#{$label}--m-disabled--c-button--disabled__icon--Color);
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
528
|
}
|
package/components/Tabs/tabs.css
CHANGED
|
@@ -102,13 +102,8 @@
|
|
|
102
102
|
--pf-v6-c-tabs__item--ScrollSnapAlign: end;
|
|
103
103
|
--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis: y;
|
|
104
104
|
--pf-v6-c-tabs__toggle--Display: flex;
|
|
105
|
-
--pf-v6-c-tabs__toggle-icon--Color: currentcolor;
|
|
106
105
|
--pf-v6-c-tabs__toggle-icon--Transition: all 250ms cubic-bezier(.42, 0, .58, 1);
|
|
107
106
|
--pf-v6-c-tabs__toggle-icon--Rotate: 0;
|
|
108
|
-
--pf-v6-c-tabs__toggle-text--MarginInlineStart: 0;
|
|
109
|
-
--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
110
|
-
--pf-v6-c-tabs__toggle-button__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
111
|
-
--pf-v6-c-tabs--m-expanded__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
112
107
|
--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate: 90deg;
|
|
113
108
|
--pf-v6-c-tabs--m-expandable--RowGap: var(--pf-t--global--spacer--sm);
|
|
114
109
|
--pf-v6-c-tabs--m-expandable--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -345,7 +340,6 @@
|
|
|
345
340
|
}
|
|
346
341
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expanded {
|
|
347
342
|
--pf-v6-c-tabs__list--Display: flex;
|
|
348
|
-
--pf-v6-c-tabs__toggle-icon--Color: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Color);
|
|
349
343
|
--pf-v6-c-tabs__toggle-icon--Rotate: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate);
|
|
350
344
|
}
|
|
351
345
|
.pf-v6-c-tabs.pf-m-box.pf-m-vertical {
|
|
@@ -399,19 +393,13 @@
|
|
|
399
393
|
align-items: center;
|
|
400
394
|
}
|
|
401
395
|
|
|
402
|
-
.pf-v6-c-tabs__toggle-button {
|
|
403
|
-
--pf-v6-c-tabs__toggle-text--MarginInlineStart: var(--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart);
|
|
404
|
-
--pf-v6-c-tabs__toggle-text--Color: var(--pf-v6-c-tabs__toggle-button__toggle-text--Color);
|
|
405
|
-
}
|
|
406
396
|
.pf-v6-c-tabs__toggle-button .pf-v6-c-button {
|
|
407
|
-
|
|
408
|
-
text-align: start;
|
|
397
|
+
justify-content: start;
|
|
409
398
|
white-space: normal;
|
|
410
399
|
}
|
|
411
400
|
|
|
412
401
|
.pf-v6-c-tabs__toggle-icon {
|
|
413
402
|
display: inline-block;
|
|
414
|
-
color: var(--pf-v6-c-tabs__toggle-icon--Color);
|
|
415
403
|
transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
|
|
416
404
|
transform: rotate(var(--pf-v6-c-tabs__toggle-icon--Rotate));
|
|
417
405
|
}
|
|
@@ -419,11 +407,6 @@
|
|
|
419
407
|
scale: -1 1;
|
|
420
408
|
}
|
|
421
409
|
|
|
422
|
-
.pf-v6-c-tabs__toggle-text {
|
|
423
|
-
margin-inline-start: var(--pf-v6-c-tabs__toggle-text--MarginInlineStart);
|
|
424
|
-
color: var(--pf-v6-c-tabs__toggle-text--Color, inherit);
|
|
425
|
-
}
|
|
426
|
-
|
|
427
410
|
.pf-v6-c-tabs__list {
|
|
428
411
|
scrollbar-width: none;
|
|
429
412
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
@@ -129,13 +129,8 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
129
129
|
|
|
130
130
|
// Expandable
|
|
131
131
|
--#{$tabs}__toggle--Display: flex;
|
|
132
|
-
--#{$tabs}__toggle-icon--Color: currentcolor;
|
|
133
132
|
--#{$tabs}__toggle-icon--Transition: all 250ms cubic-bezier(.42, 0, .58, 1);
|
|
134
133
|
--#{$tabs}__toggle-icon--Rotate: 0;
|
|
135
|
-
--#{$tabs}__toggle-text--MarginInlineStart: 0;
|
|
136
|
-
--#{$tabs}__toggle-button__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
137
|
-
--#{$tabs}__toggle-button__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
138
|
-
--#{$tabs}--m-expanded__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
139
134
|
--#{$tabs}--m-expanded__toggle-icon--Rotate: 90deg;
|
|
140
135
|
--#{$tabs}--m-expandable--RowGap: var(--pf-t--global--spacer--sm);
|
|
141
136
|
--#{$tabs}--m-expandable--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -389,7 +384,6 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
389
384
|
|
|
390
385
|
&.pf-m-expanded {
|
|
391
386
|
--#{$tabs}__list--Display: flex;
|
|
392
|
-
--#{$tabs}__toggle-icon--Color: var(--#{$tabs}--m-expanded__toggle-icon--Color);
|
|
393
387
|
--#{$tabs}__toggle-icon--Rotate: var(--#{$tabs}--m-expanded__toggle-icon--Rotate);
|
|
394
388
|
}
|
|
395
389
|
}
|
|
@@ -466,12 +460,8 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
466
460
|
}
|
|
467
461
|
|
|
468
462
|
.#{$tabs}__toggle-button {
|
|
469
|
-
--#{$tabs}__toggle-text--MarginInlineStart: var(--#{$tabs}__toggle-button__toggle-text--MarginInlineStart);
|
|
470
|
-
--#{$tabs}__toggle-text--Color: var(--#{$tabs}__toggle-button__toggle-text--Color);
|
|
471
|
-
|
|
472
463
|
.#{$button} {
|
|
473
|
-
|
|
474
|
-
text-align: start;
|
|
464
|
+
justify-content: start;
|
|
475
465
|
white-space: normal;
|
|
476
466
|
}
|
|
477
467
|
}
|
|
@@ -480,17 +470,10 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
480
470
|
@include pf-v6-mirror-inline-on-rtl;
|
|
481
471
|
|
|
482
472
|
display: inline-block;
|
|
483
|
-
color: var(--#{$tabs}__toggle-icon--Color);
|
|
484
473
|
transition: var(--#{$tabs}__toggle-icon--Transition);
|
|
485
474
|
transform: rotate(var(--#{$tabs}__toggle-icon--Rotate));
|
|
486
475
|
}
|
|
487
476
|
|
|
488
|
-
.#{$tabs}__toggle-text {
|
|
489
|
-
margin-inline-start: var(--#{$tabs}__toggle-text--MarginInlineStart);
|
|
490
|
-
color: var(--#{$tabs}__toggle-text--Color, inherit);
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
|
|
494
477
|
// Tab list
|
|
495
478
|
.#{$tabs}__list {
|
|
496
479
|
@include pf-v6-overflow-hide-scroll;
|
package/components/_index.css
CHANGED
|
@@ -1490,6 +1490,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1490
1490
|
--pf-v6-c-button--m-link--m-danger--m-clicked--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
1491
1491
|
--pf-v6-c-button--m-link--m-danger--m-clicked__icon--Color: var(--pf-t--global--text--color--status--danger--clicked);
|
|
1492
1492
|
--pf-v6-c-button--m-link--m-inline--Display: inline-flex;
|
|
1493
|
+
--pf-v6-c-button--m-link--m-inline--JustifyContent: flex-start;
|
|
1493
1494
|
--pf-v6-c-button--m-link--m-inline--FontSize: initial;
|
|
1494
1495
|
--pf-v6-c-button--m-link--m-inline--LineHeight: initial;
|
|
1495
1496
|
--pf-v6-c-button--m-link--m-inline--FontWeight: initial;
|
|
@@ -1510,7 +1511,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1510
1511
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
1511
1512
|
--pf-v6-c-button--m-plain--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
1512
1513
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
1513
|
-
--pf-v6-c-button--m-plain--Color: var(--pf-t--global--
|
|
1514
|
+
--pf-v6-c-button--m-plain--Color: var(--pf-t--global--text--color--regular);
|
|
1515
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
1514
1516
|
--pf-v6-c-button--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
1515
1517
|
--pf-v6-c-button--m-plain--MinWidth: calc(1em * var(--pf-v6-c-button--LineHeight) + var(--pf-v6-c-button--m-plain--PaddingBlockStart) + var(--pf-v6-c-button--m-plain--PaddingBlockEnd));
|
|
1516
1518
|
--pf-v6-c-button--m-plain--hover--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -1741,6 +1743,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1741
1743
|
}
|
|
1742
1744
|
.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
1743
1745
|
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-link--m-inline--Display);
|
|
1746
|
+
--pf-v6-c-button--JustifyContent: var(--pf-v6-c-button--m-link--m-inline--JustifyContent);
|
|
1744
1747
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-link--m-inline--FontSize);
|
|
1745
1748
|
--pf-v6-c-button--LineHeight: var(--pf-v6-c-button--m-link--m-inline--LineHeight);
|
|
1746
1749
|
--pf-v6-c-button--FontWeight: var(--pf-v6-c-button--m-link--m-inline--FontWeight);
|
|
@@ -1860,6 +1863,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
1860
1863
|
.pf-v6-c-button.pf-m-plain {
|
|
1861
1864
|
--pf-v6-c-button--BorderRadius: var(--pf-v6-c-button--m-plain--BorderRadius);
|
|
1862
1865
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-plain--Color);
|
|
1866
|
+
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-plain__icon--Color);
|
|
1863
1867
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-plain--BackgroundColor);
|
|
1864
1868
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-v6-c-button--m-plain--PaddingBlockStart);
|
|
1865
1869
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--PaddingInlineEnd);
|
|
@@ -2495,8 +2499,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2495
2499
|
.pf-v6-c-card__title:not(:last-child) {
|
|
2496
2500
|
padding-block-end: var(--pf-v6-c-card__title--not--last-child--PaddingBlockEnd);
|
|
2497
2501
|
}
|
|
2498
|
-
.pf-v6-c-card__header
|
|
2499
|
-
.pf-v6-c-card__title
|
|
2502
|
+
.pf-v6-c-card__header .pf-v6-c-button.pf-m-inline:disabled,
|
|
2503
|
+
.pf-v6-c-card__title .pf-v6-c-button.pf-m-inline:disabled {
|
|
2500
2504
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-card--c-button--disabled--Color);
|
|
2501
2505
|
}
|
|
2502
2506
|
|
|
@@ -2691,8 +2695,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
2691
2695
|
}
|
|
2692
2696
|
|
|
2693
2697
|
.pf-v6-c-clipboard-copy__actions-item .pf-v6-c-button.pf-m-plain {
|
|
2694
|
-
--pf-v6-c-button--m-
|
|
2695
|
-
--pf-v6-c-button--m-plain--
|
|
2698
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-clipboard-copy__actions-item--button--Color);
|
|
2699
|
+
--pf-v6-c-button--m-plain--hover__icon--Color: var(--pf-v6-c-clipboard-copy__actions-item--button--hover--Color);
|
|
2696
2700
|
}
|
|
2697
2701
|
|
|
2698
2702
|
:where(:root, .pf-v6-c-code-block) {
|
|
@@ -7622,8 +7626,6 @@ label.pf-v6-c-input-group__text {
|
|
|
7622
7626
|
--pf-v6-c-jump-links__toggle-icon--Transition: var(--pf-t--global--transition);
|
|
7623
7627
|
--pf-v6-c-jump-links__toggle-icon--Rotate: 0;
|
|
7624
7628
|
--pf-v6-c-jump-links--m-expanded__toggle-icon--Rotate: 90deg;
|
|
7625
|
-
--pf-v6-c-jump-links__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
7626
|
-
--pf-v6-c-jump-links__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
7627
7629
|
}
|
|
7628
7630
|
|
|
7629
7631
|
.pf-v6-c-jump-links {
|
|
@@ -7819,11 +7821,6 @@ label.pf-v6-c-input-group__text {
|
|
|
7819
7821
|
scale: -1 1;
|
|
7820
7822
|
}
|
|
7821
7823
|
|
|
7822
|
-
.pf-v6-c-jump-links__toggle-text {
|
|
7823
|
-
margin-inline-start: var(--pf-v6-c-jump-links__toggle-text--MarginInlineStart);
|
|
7824
|
-
color: var(--pf-v6-c-jump-links__toggle-text--Color);
|
|
7825
|
-
}
|
|
7826
|
-
|
|
7827
7824
|
:where(:root, .pf-v6-c-label) {
|
|
7828
7825
|
--pf-v6-c-label--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
7829
7826
|
--pf-v6-c-label--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -8014,7 +8011,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8014
8011
|
--pf-v6-c-label--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
8015
8012
|
--pf-v6-c-label--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
8016
8013
|
--pf-v6-c-label--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
8017
|
-
--pf-v6-c-label--m-disabled--c-button--
|
|
8014
|
+
--pf-v6-c-label--m-disabled--c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
8018
8015
|
}
|
|
8019
8016
|
|
|
8020
8017
|
.pf-v6-c-label {
|
|
@@ -8257,7 +8254,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8257
8254
|
pointer-events: none;
|
|
8258
8255
|
}
|
|
8259
8256
|
.pf-v6-c-label.pf-m-disabled .pf-v6-c-button {
|
|
8260
|
-
--pf-v6-c-button--m-plain--
|
|
8257
|
+
--pf-v6-c-button--m-plain--disabled__icon--Color: var(--pf-v6-c-label--m-disabled--c-button--disabled__icon--Color);
|
|
8261
8258
|
}
|
|
8262
8259
|
|
|
8263
8260
|
.pf-v6-c-label,
|
|
@@ -18272,13 +18269,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18272
18269
|
--pf-v6-c-tabs__item--ScrollSnapAlign: end;
|
|
18273
18270
|
--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis: y;
|
|
18274
18271
|
--pf-v6-c-tabs__toggle--Display: flex;
|
|
18275
|
-
--pf-v6-c-tabs__toggle-icon--Color: currentcolor;
|
|
18276
18272
|
--pf-v6-c-tabs__toggle-icon--Transition: all 250ms cubic-bezier(.42, 0, .58, 1);
|
|
18277
18273
|
--pf-v6-c-tabs__toggle-icon--Rotate: 0;
|
|
18278
|
-
--pf-v6-c-tabs__toggle-text--MarginInlineStart: 0;
|
|
18279
|
-
--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
18280
|
-
--pf-v6-c-tabs__toggle-button__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
18281
|
-
--pf-v6-c-tabs--m-expanded__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
18282
18274
|
--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate: 90deg;
|
|
18283
18275
|
--pf-v6-c-tabs--m-expandable--RowGap: var(--pf-t--global--spacer--sm);
|
|
18284
18276
|
--pf-v6-c-tabs--m-expandable--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -18515,7 +18507,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18515
18507
|
}
|
|
18516
18508
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expanded {
|
|
18517
18509
|
--pf-v6-c-tabs__list--Display: flex;
|
|
18518
|
-
--pf-v6-c-tabs__toggle-icon--Color: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Color);
|
|
18519
18510
|
--pf-v6-c-tabs__toggle-icon--Rotate: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate);
|
|
18520
18511
|
}
|
|
18521
18512
|
.pf-v6-c-tabs.pf-m-box.pf-m-vertical {
|
|
@@ -18569,19 +18560,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18569
18560
|
align-items: center;
|
|
18570
18561
|
}
|
|
18571
18562
|
|
|
18572
|
-
.pf-v6-c-tabs__toggle-button {
|
|
18573
|
-
--pf-v6-c-tabs__toggle-text--MarginInlineStart: var(--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart);
|
|
18574
|
-
--pf-v6-c-tabs__toggle-text--Color: var(--pf-v6-c-tabs__toggle-button__toggle-text--Color);
|
|
18575
|
-
}
|
|
18576
18563
|
.pf-v6-c-tabs__toggle-button .pf-v6-c-button {
|
|
18577
|
-
|
|
18578
|
-
text-align: start;
|
|
18564
|
+
justify-content: start;
|
|
18579
18565
|
white-space: normal;
|
|
18580
18566
|
}
|
|
18581
18567
|
|
|
18582
18568
|
.pf-v6-c-tabs__toggle-icon {
|
|
18583
18569
|
display: inline-block;
|
|
18584
|
-
color: var(--pf-v6-c-tabs__toggle-icon--Color);
|
|
18585
18570
|
transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
|
|
18586
18571
|
transform: rotate(var(--pf-v6-c-tabs__toggle-icon--Rotate));
|
|
18587
18572
|
}
|
|
@@ -18589,11 +18574,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18589
18574
|
scale: -1 1;
|
|
18590
18575
|
}
|
|
18591
18576
|
|
|
18592
|
-
.pf-v6-c-tabs__toggle-text {
|
|
18593
|
-
margin-inline-start: var(--pf-v6-c-tabs__toggle-text--MarginInlineStart);
|
|
18594
|
-
color: var(--pf-v6-c-tabs__toggle-text--Color, inherit);
|
|
18595
|
-
}
|
|
18596
|
-
|
|
18597
18577
|
.pf-v6-c-tabs__list {
|
|
18598
18578
|
scrollbar-width: none;
|
|
18599
18579
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
@@ -21912,7 +21892,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21912
21892
|
}
|
|
21913
21893
|
|
|
21914
21894
|
.pf-v6-c-number-input__icon {
|
|
21915
|
-
display: flex;
|
|
21916
21895
|
font-size: var(--pf-v6-c-number-input__icon--FontSize);
|
|
21917
21896
|
}
|
|
21918
21897
|
|
|
@@ -40,7 +40,7 @@ cssPrefix: pf-v6-c-action-list
|
|
|
40
40
|
type="button"
|
|
41
41
|
aria-label="Toggle"
|
|
42
42
|
>
|
|
43
|
-
<span class="pf-v6-c-
|
|
43
|
+
<span class="pf-v6-c-button__icon">
|
|
44
44
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
45
45
|
</span>
|
|
46
46
|
</button>
|
|
@@ -56,14 +56,14 @@ cssPrefix: pf-v6-c-action-list
|
|
|
56
56
|
<div class="pf-v6-c-action-list pf-m-icons">
|
|
57
57
|
<div class="pf-v6-c-action-list__item">
|
|
58
58
|
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Close">
|
|
59
|
-
<span class="pf-v6-c-
|
|
59
|
+
<span class="pf-v6-c-button__icon">
|
|
60
60
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
61
61
|
</span>
|
|
62
62
|
</button>
|
|
63
63
|
</div>
|
|
64
64
|
<div class="pf-v6-c-action-list__item">
|
|
65
65
|
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Toggle">
|
|
66
|
-
<span class="pf-v6-c-
|
|
66
|
+
<span class="pf-v6-c-button__icon">
|
|
67
67
|
<i class="fas fa-check" aria-hidden="true"></i>
|
|
68
68
|
</span>
|
|
69
69
|
</button>
|
|
@@ -78,7 +78,7 @@ cssPrefix: pf-v6-c-action-list
|
|
|
78
78
|
type="button"
|
|
79
79
|
aria-label="Close"
|
|
80
80
|
>
|
|
81
|
-
<span class="pf-v6-c-
|
|
81
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
82
82
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
83
83
|
</span>
|
|
84
84
|
</button>
|
|
@@ -89,7 +89,7 @@ cssPrefix: pf-v6-c-action-list
|
|
|
89
89
|
type="button"
|
|
90
90
|
aria-label="Toggle"
|
|
91
91
|
>
|
|
92
|
-
<span class="pf-v6-c-
|
|
92
|
+
<span class="pf-v6-c-button__icon">
|
|
93
93
|
<i class="fas fa-check" aria-hidden="true"></i>
|
|
94
94
|
</span>
|
|
95
95
|
</button>
|
|
@@ -102,7 +102,7 @@ cssPrefix: pf-v6-c-action-list
|
|
|
102
102
|
type="button"
|
|
103
103
|
aria-label="Close"
|
|
104
104
|
>
|
|
105
|
-
<span class="pf-v6-c-
|
|
105
|
+
<span class="pf-v6-c-button__icon">
|
|
106
106
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
107
107
|
</span>
|
|
108
108
|
</button>
|
|
@@ -113,7 +113,7 @@ cssPrefix: pf-v6-c-action-list
|
|
|
113
113
|
type="button"
|
|
114
114
|
aria-label="Toggle"
|
|
115
115
|
>
|
|
116
|
-
<span class="pf-v6-c-
|
|
116
|
+
<span class="pf-v6-c-button__icon">
|
|
117
117
|
<i class="fas fa-check" aria-hidden="true"></i>
|
|
118
118
|
</span>
|
|
119
119
|
</button>
|